:root {
  color-scheme: dark;
  --bg: #050505;
  --fg: #f4f2ea;
  --muted: rgba(244, 242, 234, .62);
  --line: rgba(244, 242, 234, .18);
  --accent: #e7ff5a;
  --paper: #eeece4;
  --ink: #11110f;
  --font-jp: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  --font-en: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  --font: var(--font-jp);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
  line-height: 1.85;
  letter-spacing: 2px;
  font-feature-settings: "palt" 1, "kern" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at 72% 16%, rgba(231, 255, 90, .09), transparent 32rem),
    radial-gradient(circle at 8% 82%, rgba(255, 255, 255, .08), transparent 30rem),
    #050505;
}

.gl-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: var(--gl-opacity, 0);
  pointer-events: none;
  transition: opacity .65s ease;
}

#alche-canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.gl-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, var(--vignette-side, .82)), transparent 34%, transparent 66%, rgba(5, 5, 5, var(--vignette-side-end, .72))),
    linear-gradient(180deg, rgba(5, 5, 5, var(--vignette-top, .55)), transparent 42%, rgba(5, 5, 5, var(--vignette-bottom, .7)));
  opacity: var(--vignette-opacity, 1);
  transition: opacity .55s ease, background .55s ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 26px 34px;
  color: #fff;
  background: linear-gradient(180deg, rgba(5, 5, 5, .2), rgba(5, 5, 5, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.brand-logo {
  display: block;
  width: 138px;
  height: auto;
  filter: brightness(0) invert(1);
  mix-blend-mode: difference;
}

.header-nav,
.contact-link,
.scroll-index,
.eyebrow {
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  color: rgba(255, 255, 255, .72);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: 82px;
}

.contact-link {
  color: rgba(255, 255, 255, .8);
}

.sound-toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sound-toggle {
  display: flex;
  align-items: end;
  width: 36px;
  height: 24px;
  gap: 4px;
}

.sound-toggle span {
  width: 3px;
  height: 9px;
  background: currentColor;
  transform-origin: bottom;
  animation: soundBar 1.2s ease-in-out infinite;
}

.sound-toggle span:nth-child(2) {
  animation-delay: .14s;
}

.sound-toggle span:nth-child(3) {
  animation-delay: .28s;
}

.sound-toggle span:nth-child(4) {
  animation-delay: .42s;
}

#spnavbtn {
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 999;
  text-align: center;
  display: block;
  cursor: pointer;
  mix-blend-mode: difference;
}

#spnavbtn p {
  margin: 0;
  line-height: 1.2rem;
}

#spnavbtn p::before {
  content: "MENU";
  font-family: "Cormorant Garamond", var(--font-en), serif;
  font-weight: 900;
  font-style: normal;
  color: #999;
  font-size: 12px;
}

#spnavbtn .activete::before {
  content: "CLOSE";
}

.nav-trigger,
.nav-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.nav-trigger {
  position: relative;
  width: 36px;
  height: 10px;
}

.nav-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #555;
  border-radius: 20px;
}

.nav-trigger span:nth-of-type(1) {
  top: 0;
}

.nav-trigger span:nth-of-type(2) {
  bottom: 0;
  width: 50%;
}

.nav-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.nav-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  width: 100%;
  transform: translateY(0) rotate(45deg);
}

.scroll-index {
  position: fixed;
  z-index: 12;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  gap: 18px;
  color: rgba(255, 255, 255, .42);
  mix-blend-mode: difference;
}

.scroll-index a {
  display: grid;
  grid-template-columns: 24px 70px;
  gap: 10px;
  align-items: center;
  transition: color .25s ease;
}

.scroll-index a::before {
  content: "";
  grid-column: 1 / -1;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: .35;
  transform: scaleX(.32);
  transform-origin: right;
  transition: transform .45s ease, opacity .45s ease;
}

.scroll-index a.is-active {
  color: var(--fg);
}

.scroll-index a.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

main {
  position: relative;
  z-index: 1;
}

.section {
  min-height: 100vh;
  padding: 130px 9vw;
  position: relative;
  display: grid;
  align-content: center;
}

.kv-section {
  min-height: 116vh;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent);
  font-weight: 700;
}

.kv-copy .eyebrow {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
}

.kv-copy h1,
.section h2 {
  margin: 0;
  font-weight: 800;
  line-height: 1.08;
}

.kv-copy h1 {
  font-size: 86px;
  max-width: none;
}

.kv-copy {
  max-width: 64vw;
  transform: translateY(-8vh);
}

.kv-copy h1 span {
  display: block;
  overflow: hidden;
  transform: translateY(32px);
  opacity: 0;
  animation: titleRise .9s cubic-bezier(.16, 1, .3, 1) forwards;
}

.kv-copy h1 span:nth-child(2) {
  animation-delay: .12s;
}

.kv-copy h1 span:nth-child(3) {
  animation-delay: .24s;
}

.kv-lead {
  margin: 28px 0 0;
  max-width: 720px;
  color: #FFF;
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
}

.kv-side {
  position: absolute;
  right: 12vw;
  bottom: 18vh;
  max-width: 460px;
  color: var(--muted);
  font-size: 15px;
  line-height: 2.05;
}

.kv-side a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--fg);
  border-bottom: 1px solid currentColor;
}

.kv-side .hero-cta-button {
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: linear-gradient(135deg, #ff5b3d 0%, #ff2f62 54%, #e7ff5a 100%);
  color: #050505;
  box-shadow:
    0 24px 80px rgba(255, 91, 61, .34),
    inset 0 1px 0 rgba(255, 255, 255, .5);
  font-size: 16px;
  font-weight: 900;
  overflow: hidden;
  position: relative;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
}

.kv-side .hero-cta-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .32), transparent 46%, rgba(255, 255, 255, .18));
  pointer-events: none;
}

.kv-side .hero-cta-button::after {
  content: "→";
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(5, 5, 5, .34);
  border-radius: 50%;
  font-family: var(--font-en);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.kv-side .hero-cta-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 96px rgba(255, 91, 61, .48),
    inset 0 1px 0 rgba(255, 255, 255, .58);
}

.kv-side .hero-cta-button:hover::after {
  transform: translateX(4px);
}



.loop-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  gap: 34px;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(255, 255, 255, .28);
  font-family: var(--font-en);
  font-size: 13px;
  text-transform: uppercase;
}

.loop-text span {
  min-width: max-content;
  animation: marquee 24s linear infinite;
}

.hero-service-visual {
  position: absolute;
  right: 9vw;
  top: 18vh;
  width: min(590px, 39vw);
  min-height: 500px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
  backdrop-filter: blur(18px);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .38);
  transform: perspective(1000px) rotateX(5deg) rotateY(-8deg);
  overflow: hidden;
}

.hero-device-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .82;
  filter: saturate(1.08) contrast(1.02) brightness(.94);
  transform: scale(1.04);
}

.hero-service-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(110deg, rgba(5, 5, 5, .66) 0%, rgba(5, 5, 5, .22) 48%, rgba(5, 5, 5, .5) 100%),
    radial-gradient(circle at 80% 20%, rgba(255, 91, 61, .18), transparent 32%),
    radial-gradient(circle at 24% 74%, rgba(231, 255, 90, .12), transparent 34%);
}

.hero-service-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(244, 242, 234, .16);
  pointer-events: none;
}

.hero-sequence,
.hero-proof,
.hero-live-label,
.hero-live-copy {
  position: relative;
  z-index: 2;
}

.hero-live-label {
  position: absolute;
  top: 30px;
  left: 32px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(244, 242, 234, .82);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
}

.hero-live-label i {
  width: 9px;
  height: 9px;
  background: #ff5b3d;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 91, 61, .85);
  animation: livePulse 1.3s ease-in-out infinite;
}

.hero-live-copy {
  position: absolute;
  top: 88px;
  left: 32px;
  right: 32px;
  max-width: 100%;
}

.hero-live-copy strong {
  display: block;
  color: #f4f2ea;
  font-size: 34px;
  line-height: 1.18;
}

.hero-live-copy span {
  display: block;
  margin-top: 12px;
  max-width: 100%;
  color:#FFF;
  font-size: 14px;
  line-height: 1.8;
}

.hero-sequence {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  gap: 10px;
  align-items: center;
  color: rgba(244, 242, 234, .86);
  font-size: 12px;
  font-weight: 800;
}

.hero-sequence i {
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 242, 234, .2), var(--accent));
}

.hero-proof {
  position: absolute;
  display: block;
  padding: 20px 22px;
  border: 1px solid rgba(244, 242, 234, .18);
  background: rgba(5, 5, 5, .54);
  backdrop-filter: blur(14px);
}

.hero-proof-primary {
  left: 32px;
  bottom: 100px;
  width: 260px;
}

.hero-proof-secondary {
  right: 32px;
  bottom: 112px;
  width: 210px;
}

.hero-proof-primary,
.hero-proof-secondary {
  opacity: 0;
  transform: translateY(14px);
  animation: heroProofIn .9s cubic-bezier(.16, 1, .3, 1) .82s forwards;
}

.hero-proof-secondary {
  animation-delay: 1.02s;
}

.hero-proof span,
.hero-proof em {
  display: block;
  color: rgba(244, 242, 234, .62);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.hero-proof strong {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 10px 0;
  color: var(--fg);
  line-height: 1.08;
}

.hero-proof strong small {
  color: var(--fg);
  font-size: 17px;
  font-weight: 800;
}

.hero-proof strong b {
  color: #ff5b3d;
  font-size: 34px;
  font-weight: 900;
}

.hero-proof em {
  display: flex;
  gap: 3px;
  align-items: baseline;
  color: var(--accent);
}

.hero-proof em small {
  color: var(--fg);
  font-size: 12px;
}

.hero-proof em b {
  color: #ff5b3d;
  font-size: 23px;
  line-height: 1;
}

.section-head {
  max-width: 1120px;
}

.section-head .lead {
  margin: 28px 0 0;
  max-width: 1080px;
  color: #FFF;
  font-size: 16.5px;
  line-height: 2.15;
}

.section h2 {
  font-size: 58px;
  max-width: 1120px;
  line-height: 1.16;
}

.news-section {
  min-height: 108vh;
}

.search-comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 54px;
}

.search-scene {
  min-height: 700px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .075);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
}

.serp-panel > span,
.ai-panel > span {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.serp-window,
.ai-window {
  flex: 1;
  min-height: 620px;
  padding: 20px;
  background: rgba(255, 255, 255, .94);
  color: #111;
}

.ai-window {
  display: flex;
  flex-direction: column;
}

.serp-searchbar,
.ai-question {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(0, 0, 0, .12);
  background: #fff;
}

.serp-searchbar i,
.ai-question i {
  width: 16px;
  height: 16px;
  border: 2px solid #777;
  border-radius: 50%;
  position: relative;
}

.serp-searchbar i::after,
.ai-question i::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: #777;
  transform: rotate(45deg);
}

.serp-tabs {
  display: flex;
  gap: 22px;
  padding: 16px 4px 14px;
  color: rgba(0, 0, 0, .55);
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.serp-tabs b {
  color: #1a73e8;
}

.serp-tabs em {
  font-style: normal;
}

.serp-results {
  display: grid;
  gap: 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.serp-results li {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.serp-results span {
  display: block;
  color: rgba(0, 0, 0, .58);
  font-size: 12px;
}

.serp-results h3 {
  margin: 6px 0;
  color: #1a0dab;
  font-size: 17px;
  line-height: 1.55;
}

.serp-results p {
  margin: 0;
  color: rgba(0, 0, 0, .68);
  font-size: 13px;
  line-height: 1.75;
}

.ai-thinking {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0;
  color: rgba(0, 0, 0, .55);
  font-size: 13px;
}

.ai-thinking i {
  width: 7px;
  height: 7px;
  background: #111;
  border-radius: 50%;
  animation: thinkingDot 1.1s ease-in-out infinite;
}

.ai-thinking i:nth-child(2) {
  animation-delay: .14s;
}

.ai-thinking i:nth-child(3) {
  animation-delay: .28s;
}

.ai-response {
  flex: 1;
  padding: 22px;
  background: #f4f4f1;
  border: 1px solid rgba(0, 0, 0, .08);
}

.ai-response-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.ai-response-head i {
  width: 18px;
  height: 18px;
  background: #111;
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 69% 57%, 81% 100%, 50% 72%, 19% 100%, 31% 57%, 0 35%, 38% 35%);
}

.answer-text {
  margin: 0;
  color: rgba(0, 0, 0, .75);
  line-height: 1.95;
  min-height: 5.85em;
  position: relative;
}

.answer-text.is-typing-ready::after,
.answer-text.is-typing::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.15em;
  margin-left: 4px;
  background: #111;
  vertical-align: -0.18em;
  animation: cursorBlink .72s steps(1) infinite;
}

.answer-text.is-typed::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.15em;
  margin-left: 4px;
  background: rgba(0, 0, 0, .28);
  vertical-align: -0.18em;
}

.answer-points,
.candidate-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.answer-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.answer-points span {
  padding: 10px 12px;
  background: #fff;
  color: rgba(0, 0, 0, .68);
  font-size: 12px;
}

.candidate-list article {
  padding: 15px 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
}

.candidate-list strong,
.candidate-list p {
  display: block;
  margin: 0;
}

.candidate-list p {
  margin-top: 5px;
  color: rgba(0, 0, 0, .58);
  font-size: 12px;
}

.candidate-list .selected {
  background: #111;
  color: var(--accent);
}

.candidate-list .selected p {
  color: rgba(231, 255, 90, .74);
}

.shift-note,
.source-note {
  margin: 32px 0 0;
  max-width: 1080px;
  color:#FFF;
  line-height: 2.1;
}

.news-list {
  width: min(820px, 100%);
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.news-list a {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  color: rgba(255, 255, 255, .78);
}

.news-list time {
  color: rgba(255, 255, 255, .42);
  font-size: 13px;
}

.works-section {
  overflow: hidden;
}

.proof-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 54px;
}

.proof-graph,
.proof-numbers article {
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .075);
  backdrop-filter: blur(18px);
}

.proof-graph {
  display: grid;
  align-items: center;
  min-height: 440px;
  padding: 30px;
}

.growth-dashboard-proof {
  width: 100%;
  min-height: 100%;
  display: grid;
  align-content: space-between;
  gap: 28px;
  color: var(--fg);
}

.proof-dashboard-head,
.proof-dashboard-foot {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: rgba(244, 242, 234, .62);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.proof-dashboard-head strong {
  color: var(--accent);
  font-weight: 800;
}

.proof-dashboard-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
}

.proof-curve {
  min-height: 390px;
  padding: 26px;
  border: 1px solid rgba(244, 242, 234, .14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025)),
    rgba(5, 5, 5, .26);
  overflow: hidden;
  position: relative;
}

.proof-curve::before {
  content: "";
  position: absolute;
  inset: -60px -100px auto auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 91, 61, .2), transparent 68%);
  pointer-events: none;
}

.proof-curve svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.proof-curve-grid path {
  fill: none;
  stroke: rgba(244, 242, 234, .09);
  stroke-width: 1;
}

.proof-curve-area {
  fill: url(#proofCurveArea);
}

.proof-curve-line {
  fill: none;
  stroke: url(#proofCurveLine);
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 14px rgba(255, 91, 61, .34));
}

.proof-curve-dots circle {
  fill: #050505;
  stroke: #f4f2ea;
  stroke-width: 3;
}

.proof-curve-dots circle:last-child {
  stroke: #ff5b3d;
  stroke-width: 4;
  filter: drop-shadow(0 0 16px rgba(255, 91, 61, .7));
}

.proof-curve-labels text {
  fill: rgba(244, 242, 234, .72);
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 800;
}

.proof-curve-labels text:nth-last-child(1) {
  fill: #ff5b3d;
  font-size: 24px;
}

.proof-curve-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 14px;
  border: 1px solid rgba(244, 242, 234, .1);
  background: rgba(244, 242, 234, .1);
}

.proof-curve-stats span {
  display: grid;
  gap: 5px;
  min-height: 64px;
  align-content: center;
  padding: 12px;
  background: rgba(5, 5, 5, .5);
  color: var(--fg);
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 800;
}

.proof-curve-stats b {
  color: rgba(244, 242, 234, .48);
  font-size: 11px;
}

.proof-dashboard-foot {
  justify-content: flex-start;
  color: rgba(244, 242, 234, .72);
  font-family: var(--font-jp);
  font-size: 13px;
  line-height: 1.8;
  text-transform: none;
}

.axis text {
  fill: rgba(255, 255, 255, .62);
  font-size: 18px;
}

.proof-numbers {
  display: grid;
  gap: 14px;
}

.proof-numbers article {
  padding: 24px;
}

.proof-numbers span {
  display: block;
  color: #FFF;
  font-size: 13px;
}

.proof-numbers strong {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
  line-height: 1;
}

.proof-numbers b {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin-top: 18px;
}

.proof-numbers small {
  color: var(--fg);
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
}

.proof-numbers em {
  color: #ff5b3d;
  font-size: 38px;
  font-weight: 900;
  font-style: normal;
}

.proof-numbers b em {
  font-size: 30px;
}

.works-track {
  display: flex;
  gap: 24px;
  margin-top: 58px;
  padding-right: 16vw;
  transform: translateX(var(--works-x, 0px));
  transition: transform .15s linear;
}

.work-card {
  flex: 0 0 370px;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  backdrop-filter: blur(14px);
  display: grid;
  align-content: end;
  overflow: hidden;
  position: relative;
}

.work-card.is-large {
  flex-basis: 560px;
}

.work-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(1.04);
  transform: scale(1.04);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.work-card:hover img {
  transform: scale(1.11);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, .84));
}

.work-card > div {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.work-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 12px;
}

.work-card h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.28;
}

.work-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.9;
}

.work-card.is-outline {
  background: rgba(231, 255, 90, .08);
}

.invert {
  background: rgba(238, 236, 228, .9);
  color: var(--ink);
  backdrop-filter: blur(4px);
}

.invert .eyebrow {
  color: #7d8e00;
}

.statement,
.split-copy {
  max-width: 1120px;
}

.statement p:not(.eyebrow),
.split-copy p:not(.eyebrow) {
  margin: 34px 0 0;
  max-width: 980px;
  font-size: 17px;
  line-height: 2.2;
}

.generation-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.generation-cards article,
.flow-cards article {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .14);
  background: rgba(255, 255, 255, .42);
}

.generation-visual,
.flow-visual {
  position: relative;
  overflow: hidden;
  margin: -30px -30px 28px;
  min-height: 240px;
  background: #111;
}

.generation-visual img,
.flow-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.gen-stop img {
  filter: saturate(.7) contrast(1.02) brightness(.78);
}

.gen-live img {
  filter: saturate(1.14) contrast(1.03) brightness(.96);
}

.generation-visual::before,
.flow-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.gen-stop::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .5)),
    repeating-linear-gradient(0deg, rgba(244, 242, 234, .05) 0 1px, transparent 1px 12px);
}

.gen-live::before {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 91, 61, .2), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, .03), rgba(0, 0, 0, .48));
}

.site-status-panel {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  color: #f4f2ea;
  border: 1px solid rgba(244, 242, 234, .18);
  background: rgba(5, 5, 5, .58);
  backdrop-filter: blur(12px);
}

.site-status-panel span {
  color: rgba(244, 242, 234, .56);
}

.site-status-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 22px;
}

.gen-live .site-status-panel {
  border-color: rgba(255, 91, 61, .32);
}

.gen-live .site-status-panel span,
.gen-live .site-status-panel strong {
  color: #ff5b3d;
}

.status-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 15px;
}

.status-metrics b {
  display: grid;
  min-height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 91, 61, .28);
  background: rgba(255, 91, 61, .12);
  color: #f4f2ea;
  font-size: 11px;
  line-height: 1.2;
}

.status-muted b {
  border-color: rgba(244, 242, 234, .18);
  background: rgba(244, 242, 234, .08);
  color: rgba(244, 242, 234, .68);
}

.generation-cards span,
.flow-cards span {
  display: block;
  color: #7d8e00;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.generation-cards h3 {
  margin: 18px 0 22px;
  font-size: 36px;
  line-height: 1.28;
}

.generation-cards ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.95;
}

.old-gen {
  opacity: .72;
  filter: grayscale(.4);
}

.new-gen {
  box-shadow: inset 0 0 0 1px rgba(125, 142, 0, .22), 0 22px 70px rgba(125, 142, 0, .16);
}

.vision-section {
  grid-template-columns: 1fr;
  gap: 42px;
  align-items: start;
}

.flow-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.flow-visual {
  min-height: 180px;
}

.flow-visual::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .48)),
    radial-gradient(circle at 78% 22%, rgba(255, 91, 61, .16), transparent 32%);
}

.flow-auto img {
  filter: saturate(1.2) contrast(1.02) brightness(1.08);
  object-position: 68% 50%;
}

.flow-auto::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .01), rgba(0, 0, 0, .36)),
    radial-gradient(circle at 76% 24%, rgba(231, 255, 90, .2), transparent 34%);
}

.flow-visual b {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  color: #f4f2ea;
  font-family: var(--font-en);
  font-size: 24px;
  line-height: 1;
}

.flow-auto b {
  font-family: var(--font-jp);
  font-size: 22px;
  font-weight: 900;
}

.flow-grow b {
  color: #ff5b3d;
  font-family: var(--font-jp);
  font-size: 30px;
  font-weight: 900;
}

.flow-cards strong {
  display: block;
  margin-top: 18px;
  font-size: 28px;
  line-height: 1.35;
}

.flow-cards p {
  margin: 14px 0 0;
  line-height: 1.95;
}

.orbital-panel {
  position: relative;
  width: 340px;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, .18);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.orbital-panel span {
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(0, 0, 0, .16);
  border-radius: 50%;
  animation: orbit 7s linear infinite;
}

.orbital-panel span:nth-child(2) {
  inset: 72px;
  animation-duration: 5.5s;
  animation-direction: reverse;
}

.orbital-panel span:nth-child(3) {
  inset: 112px;
  animation-duration: 4.4s;
}

.orbital-panel span::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #111;
  border-radius: 50%;
}

.orbital-panel b {
  font-size: 54px;
}

.cost-perspective {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .56fr);
  gap: 18px;
  margin-top: 42px;
  border: 1px solid rgba(244, 242, 234, .16);
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 91, 61, .14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .03)),
    rgba(5, 5, 5, .78);
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  position: relative;
}

.cost-perspective::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(244, 242, 234, .06);
  pointer-events: none;
}

.cost-perspective > div:first-child {
  position: relative;
  z-index: 1;
  max-width: 900px;
}

.cost-perspective span {
  display: block;
  color: var(--accent);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cost-perspective h3 {
  margin: 18px 0 0;
  color: var(--fg);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.2;
}

.cost-perspective p {
  margin: 24px 0 0;
  color: rgba(244, 242, 234, .72);
  font-size: 15px;
  line-height: 2.1;
}

.cost-compare {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  gap: 14px;
  align-self: stretch;
}

.cost-compare article {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(244, 242, 234, .14);
  background: rgba(255, 255, 255, .045);
  display: grid;
  align-content: center;
  gap: 9px;
}

.cost-compare article:last-child {
  border-color: rgba(255, 91, 61, .34);
  background:
    linear-gradient(135deg, rgba(255, 91, 61, .14), rgba(231, 255, 90, .06)),
    rgba(255, 255, 255, .055);
}

.cost-compare span {
  color: rgba(244, 242, 234, .54);
  font-family: var(--font-jp);
  font-size: 12px;
  text-transform: none;
}

.cost-compare strong {
  color: var(--fg);
  font-size: 23px;
  line-height: 1.28;
}

.cost-compare b {
  color: rgba(244, 242, 234, .58);
  font-size: 13px;
}

.cost-compare article:last-child b {
  color: #ff5b3d;
  font-size: 21px;
}

.cost-compare i {
  display: block;
  width: 1px;
  height: 34px;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(244, 242, 234, .14), #ff5b3d);
  position: relative;
}

.cost-compare i::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ff5b3d;
  border-bottom: 1px solid #ff5b3d;
  transform: translateX(-50%) rotate(45deg);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
}

.service-grid a {
  min-height: 320px;
  padding: 30px;
  border: 1px solid rgba(244, 242, 234, .16);
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 91, 61, .12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .028)),
    rgba(5, 5, 5, .82);
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 16px;
  overflow: hidden;
  position: relative;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), border-color .35s ease, background .35s ease, color .35s ease;
}

.service-grid a::before {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(244, 242, 234, .06);
  pointer-events: none;
}

.service-grid a:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 91, 61, .44);
  background:
    radial-gradient(circle at 80% 14%, rgba(255, 91, 61, .2), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .04)),
    rgba(5, 5, 5, .9);
}

.service-grid a::after {
  content: "→";
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(244, 242, 234, .18);
  color: rgba(244, 242, 234, .72);
  font-family: var(--font-en);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), color .35s ease, border-color .35s ease;
}

.service-grid a:hover::after {
  transform: translateX(4px);
  border-color: rgba(255, 91, 61, .48);
  color: #ff5b3d;
}

.service-grid span {
  display: block;
  color: rgba(244, 242, 234, .58);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  transition: color .25s ease;
}

.service-grid a:hover span {
  color: rgba(244, 242, 234, .78);
}

.service-grid strong {
  display: block;
  color: var(--fg);
  font-size: 31px;
  line-height: 1.26;
}

.service-grid p {
  margin: 0;
  padding-right: 48px;
  color: rgba(255, 255, 255, .56);
  line-height: 1.95;
  transition: color .25s ease;
}

.service-grid a:hover p {
  color: rgba(255, 255, 255, .74);
}

.service-icon {
  position: relative;
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 242, 234, .14);
  background: rgba(255, 255, 255, .035);
  color: #ff5b3d;
}

.service-icon::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(135deg, rgba(255, 91, 61, .32), transparent 44%, rgba(231, 255, 90, .18));
  opacity: 0;
  transition: opacity .35s ease;
}

.service-grid a:hover .service-icon::after {
  opacity: 1;
}

.service-icon svg {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), color .35s ease;
}

.service-grid a:hover .service-icon svg {
  transform: translateY(-2px) scale(1.05);
  color: var(--accent);
}

.service-talk {
  color: var(--accent);
}

.contact-section {
  min-height: 86vh;
}

.contact-section p:not(.eyebrow) {
  max-width: 980px;
  color: rgba(255, 255, 255, .68);
  line-height: 2.15;
}

.contact-copy {
  max-width: 1120px;
}

.contact-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .68fr);
  gap: 18px;
  margin-top: 54px;
}

.contact-cta-main,
.contact-cta-checks article {
  border: 1px solid rgba(244, 242, 234, .16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035)),
    rgba(5, 5, 5, .82);
  backdrop-filter: blur(18px);
}

.contact-cta-main {
  padding: clamp(34px, 5vw, 64px);
  overflow: hidden;
  position: relative;
}

.contact-cta-main::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255, 91, 61, .24);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(255, 91, 61, .18);
}

.contact-cta-main > span {
  display: block;
  color: var(--accent);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-cta-main h3 {
  margin: 22px 0 0;
  max-width: 740px;
  color: var(--fg);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.18;
}

.contact-cta-main p {
  margin: 24px 0 0;
  max-width: 760px;
}

.contact-cta-checks {
  display: grid;
  gap: 14px;
}

.contact-cta-checks article {
  min-height: 150px;
  padding: 24px;
  position: relative;
}

.contact-cta-checks article::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 28px;
  width: 28px;
  height: 16px;
  border-left: 3px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  transform: rotate(-45deg);
  opacity: .72;
}

.contact-cta-checks span {
  color: #ff5b3d;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
}

.contact-cta-checks strong {
  display: block;
  margin-top: 10px;
  padding-right: 52px;
  color: var(--fg);
  font-size: 19px;
  line-height: 1.45;
}

.contact-cta-checks p {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.9;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: fit-content;
  margin-top: 34px;
  min-width: 260px;
  min-height: 68px;
  padding: 20px 34px;
  border: 1px solid rgba(255, 255, 255, .26);
  background:
    linear-gradient(135deg, #ff5b3d 0%, #ff2f62 48%, #e7ff5a 100%);
  color: #050505;
  box-shadow:
    0 24px 80px rgba(255, 91, 61, .34),
    inset 0 1px 0 rgba(255, 255, 255, .46);
  text-transform: none;
  font-size: 18px;
  font-weight: 900;
  position: relative;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
}

.primary-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .28), transparent 42%, rgba(255, 255, 255, .18));
  opacity: .72;
  pointer-events: none;
}

.primary-button::after {
  content: "→";
  position: relative;
  z-index: 1;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(5, 5, 5, .34);
  border-radius: 50%;
  font-family: var(--font-en);
  font-size: 18px;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.primary-button {
  z-index: 1;
}

.primary-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 100px rgba(255, 91, 61, .46),
    inset 0 1px 0 rgba(255, 255, 255, .52);
}

.primary-button:hover::after {
  transform: translateX(4px);
}

#spnav {
  position: relative;
  z-index: 998;
}

#spnav .trigger {
  width: 100%;
  height: 100vh;
  transition: all ease .8s;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-backdrop-filter: saturate(140%) blur(20px);
  backdrop-filter: saturate(140%) blur(20px);
  backface-visibility: hidden;
  background: rgba(255, 255, 255, .8);
  will-change: backdrop-filter;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 5% 10% 12%;
}

#spnav .open {
  z-index: 998;
  opacity: 1;
  pointer-events: inherit;
}

#spnav .trigger .r {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

#spnav .trigger .r ul {
  width: 100%;
  display: grid;
  gap: .5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

#spnav .trigger .r li {
  margin-top: 2rem;
}

#spnav .trigger .r a {
  width: 100%;
  color: #222;
  font-family: "Cormorant", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  display: block;
  text-align: left;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
}

#spnav .trigger .r a:hover {
  color: #898989;
}

#spnav .trigger .l {
  width: 50%;
}

#spnav .trigger .l dl {
  width: min(100%, 500px);
  margin: 0;
}

#spnav .trigger .l dd {
  margin-top: 2rem;
  font-size: 11px;
  line-height: 20px;
  color: #222;
  letter-spacing: 2px;
}

.lp-footer {
  margin-top: 80px;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
  text-align: center;
}

body:has(.site-shell) #foot {
  display: none;
}

@keyframes soundBar {
  0%, 100% {
    transform: scaleY(.45);
  }
  50% {
    transform: scaleY(1.8);
  }
}

@keyframes titleRise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-100%);
  }
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes thinkingDot {
  0%, 100% {
    opacity: .25;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-3px);
  }
}

@keyframes livePulse {
  0%, 100% {
    opacity: .52;
    transform: scale(.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes heroProofIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cursorBlink {
  0%, 48% {
    opacity: 1;
  }
  49%, 100% {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 22px;
  }

  .header-actions {
    padding-right: 64px;
  }

  .header-nav,
  .contact-link,
  .scroll-index {
    display: none;
  }

  .section {
    min-height: auto;
    padding: 76px 22px;
    align-content: start;
  }

  .kv-section {
    min-height: auto;
    display: block;
    padding-top: 112px;
    padding-bottom: 70px;
  }

  .news-section,
  .contact-section {
    min-height: auto;
  }

  .kv-copy h1 {
    font-size: 42px;
    line-height: 1.18;
  }

  .kv-copy {
    max-width: none;
    transform: none;
  }

  .section h2 {
    font-size: 32px;
    line-height: 1.35;
  }

  .section-head .lead,
  .statement p,
  .split-copy p {
    font-size: 14px;
    line-height: 2;
  }

  .kv-side {
    position: static;
    margin-top: 34px;
  }

  .hero-service-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 420px;
    margin-top: 34px;
    transform: none;
  }

  .search-comparison,
  .proof-stage,
  .generation-cards,
  .flow-cards,
  .service-grid,
  .contact-cta-panel {
    margin-top: 30px;
  }

  .search-comparison,
  .proof-stage,
  .generation-cards,
  .proof-dashboard-main,
  .contact-cta-panel {
    grid-template-columns: 1fr;
  }

  .hero-live-copy {
    top: 74px;
  }

  .hero-live-copy strong {
    font-size: 28px;
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    left: 24px;
    right: 24px;
    width: auto;
  }

  .hero-proof-primary {
    bottom: 122px;
  }

  .hero-proof-secondary {
    display: none;
  }

  .hero-sequence {
    left: 22px;
    right: 22px;
    font-size: 11px;
  }

  .invert {
    background: rgba(238, 236, 228, .78);
  }

  .search-scene,
  .serp-window,
  .ai-window {
    min-height: auto;
    padding: 14px;
  }

  .serp-results li:nth-child(n+5) {
    display: none;
  }

  .answer-points {
    grid-template-columns: 1fr;
  }

  .proof-dashboard-head {
    display: grid;
  }

  .proof-curve {
    min-height: auto;
    padding: 16px;
  }

  .proof-curve-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-graph {
    min-height: auto;
    padding: 16px;
  }

  .proof-numbers article,
  .generation-cards article,
  .flow-cards article {
    padding: 22px;
  }

  .generation-visual,
  .flow-visual {
    min-height: 210px;
    margin: -22px -22px 22px;
  }

  .works-track {
    display: grid;
    padding-right: 0;
    transform: none;
  }

  .work-card,
  .work-card.is-large {
    flex-basis: auto;
    min-height: 430px;
  }

  .vision-section,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid a {
    min-height: auto;
    padding: 24px;
  }

  .flow-cards {
    grid-template-columns: 1fr;
  }

  .cost-perspective {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 24px;
  }

  .cost-compare {
    grid-template-rows: auto auto auto;
  }

  .primary-button,
  .kv-side .hero-cta-button {
    width: 100%;
  }

  .contact-cta-main,
  .contact-cta-checks article {
    padding: 24px;
  }

  .orbital-panel {
    width: min(320px, 100%);
  }

  #spnavbtn {
    top: 13px;
    right: 15px;
  }

  #spnavbtn p {
    line-height: 1rem;
  }

  #spnav .trigger {
    padding: 7rem 5%;
    display: block;
  }

  #spnav .trigger .l {
    width: 100%;
    margin-bottom: 2rem;
  }

  #spnav .trigger .r {
    width: 100%;
    display: block;
  }
}

@media (max-width: 640px) {
  #spnav .trigger {
    padding: 3rem 2.5rem;
    display: block;
    overflow: auto;
  }

  #spnav .trigger .r {
    width: 100%;
  }

  #spnav .trigger .r li {
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
  }

  #spnav .trigger .r ul {
    width: 100%;
    gap: 5px;
    grid-template-columns: repeat(1, 1fr);
  }

  #spnav .trigger .r a {
    font-size: 16px;
    line-height: 40px;
  }

  #spnav .trigger .l dl {
    width: min(100%, 180px);
  }

  #spnav .trigger .l dd {
    margin-top: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.kv-copy .hero-cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 62px;
  margin-top: 34px;
  padding: 0 26px;
  border: 1px solid rgba(255, 255, 255, .26);
  background: linear-gradient(135deg, #ff5b3d 0%, #ff2f62 54%, #e7ff5a 100%);
  color: #050505;
  box-shadow:
    0 24px 80px rgba(255, 91, 61, .34),
    inset 0 1px 0 rgba(255, 255, 255, .46);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1.25;
  overflow: hidden;
  text-decoration: none;
  transition: transform .35s cubic-bezier(.16, 1, .3, 1), box-shadow .35s cubic-bezier(.16, 1, .3, 1);
}

.kv-copy .hero-cta-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, .32), transparent 46%, rgba(255, 255, 255, .18));
  pointer-events: none;
}

.kv-copy .hero-cta-button::after {
  content: "→";
  position: relative;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(5, 5, 5, .34);
  border-radius: 50%;
  font-family: var(--font-en);
  transition: transform .35s cubic-bezier(.16, 1, .3, 1);
}

.kv-copy .hero-cta-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 30px 96px rgba(255, 91, 61, .48),
    inset 0 1px 0 rgba(255, 255, 255, .58);
}

.kv-copy .hero-cta-button:hover::after {
  transform: translateX(4px);
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .kv-section {
    padding-right: 52vw;
  }

  .kv-copy {
    max-width: min(640px, 45vw);
    transform: translateY(-7vh);
  }

  .kv-copy h1 {
    font-size: 72px;
    line-height: 1.1;
  }

  .kv-lead {
    max-width: 560px;
    font-size: 16px;
    line-height: 1.95;
  }

  .hero-service-visual {
    right: 6vw;
    width: min(500px, 34vw);
    min-height: 460px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .kv-section {
    align-content: start;
    min-height: auto;
    padding-top: 132px;
  }

  .kv-copy {
    max-width: none;
    transform: none;
  }

  .kv-copy h1 {
    font-size: 58px;
    line-height: 1.14;
  }

  .kv-lead {
    max-width: 720px;
  }

  .hero-service-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(720px, 100%);
    margin-top: 54px;
  }
}

@media (min-width: 1201px) and (max-width: 1500px) {
  .hero-service-visual {
    width: min(500px, 38vw);
  }

  .hero-proof {
    padding: 16px 18px;
  }

  .hero-proof-primary {
    left: 26px;
    bottom: 96px;
    width: 218px;
  }

  .hero-proof-secondary {
    right: 26px;
    bottom: 104px;
    width: 166px;
  }

  .hero-proof span,
  .hero-proof em {
    font-size: 11px;
  }

  .hero-proof strong {
    gap: 6px;
    margin: 8px 0;
  }

  .hero-proof strong small {
    font-size: 14px;
  }

  .hero-proof strong b {
    font-size: 28px;
  }

  .hero-proof em b {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .hero-service-visual {
    min-height: 560px;
  }

  .hero-proof {
    padding: 14px 16px;
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .hero-proof-primary {
    bottom: 170px;
  }

  .hero-proof-secondary {
    display: block;
    bottom: 76px;
  }

  .hero-proof strong {
    margin: 7px 0;
  }

  .hero-proof strong small {
    font-size: 14px;
  }

  .hero-proof strong b {
    font-size: 27px;
  }

  .hero-proof em b {
    font-size: 20px;
  }
}

/* FV proof cards: keep both cards visible without overlap on tablet/mobile. */
@media (max-width: 900px) {
  .hero-service-visual {
    min-height: 660px;
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .hero-proof-primary {
    bottom: 236px;
  }

  .hero-proof-secondary {
    display: block;
    bottom: 118px;
  }
}

@media (max-width: 640px) {
  .hero-service-visual {
    min-height: 710px;
  }

  .hero-proof {
    padding: 13px 14px;
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    left: 18px;
    right: 18px;
  }

  .hero-proof-primary {
    bottom: 250px;
  }

  .hero-proof-secondary {
    bottom: 124px;
  }

  .hero-proof strong {
    gap: 5px;
    flex-wrap: wrap;
  }

  .hero-proof strong b {
    font-size: 25px;
  }
}

/* FV balance: keep the right visual natural until the copy is close to overlap. */
@media (min-width: 1381px) and (max-width: 1500px) {
  .kv-section {
    padding-right: 47vw;
  }

  .kv-copy {
    max-width: min(640px, 45vw);
  }

  .hero-service-visual {
    right: 8vw;
    width: min(540px, 36vw);
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    bottom: 98px;
  }

  .hero-proof-primary {
    left: 30px;
    width: 230px;
  }

  .hero-proof-secondary {
    right: 30px;
    width: 190px;
  }
}

@media (min-width: 1201px) and (max-width: 1380px) {
  .kv-section {
    padding-right: 51vw;
  }

  .kv-copy {
    max-width: min(610px, 45vw);
  }

  .kv-copy h1 {
    font-size: 68px;
  }

  .hero-service-visual {
    right: 5vw;
    width: min(480px, 35vw);
  }

  .hero-proof {
    padding: 14px 16px;
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    bottom: 94px;
  }

  .hero-proof-primary {
    left: 24px;
    width: 212px;
  }

  .hero-proof-secondary {
    right: 24px;
    width: 166px;
  }

  .hero-proof span,
  .hero-proof em {
    font-size: 11px;
  }

  .hero-proof strong {
    gap: 6px;
    margin: 8px 0;
  }

  .hero-proof strong small {
    font-size: 13px;
  }

  .hero-proof strong b {
    font-size: 26px;
  }

  .hero-proof em b {
    font-size: 19px;
  }
}

/* FV proof cards: stronger tablet/mobile spacing. */
@media (max-width: 900px) {
  .hero-service-visual {
    min-height: 720px;
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    left: 22px;
    right: 22px;
    width: auto;
  }

  .hero-proof-primary {
    bottom: 308px;
  }

  .hero-proof-secondary {
    display: block;
    bottom: 154px;
  }

  .hero-proof strong {
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .hero-service-visual {
    min-height: 760px;
  }

  .hero-proof-primary {
    bottom: 324px;
  }

  .hero-proof-secondary {
    bottom: 164px;
  }

  .hero-proof strong small {
    font-size: 13px;
  }

  .hero-proof strong b {
    font-size: 25px;
  }
}

/* Compact view: keep the canvas motion visible behind content. */
@media (max-width: 1100px) {
  .gl-layer {
    filter: saturate(1.28) contrast(1.08);
  }

  .gl-vignette {
    mix-blend-mode: normal;
  }

  .invert {
    background: rgba(238, 236, 228, .72);
    backdrop-filter: blur(2px);
  }

  .generation-cards article,
  .flow-cards article,
  .service-grid a,
  .contact-cta-main,
  .contact-cta-checks article {
    backdrop-filter: blur(12px);
  }
}

@media (max-width: 640px) {
  .gl-layer {
    filter: saturate(1.38) contrast(1.12);
  }

  .invert {
    background: rgba(238, 236, 228, .68);
  }
}

/* Compact FV visual: stack overlays instead of spacing them with absolute bottoms. */
@media (max-width: 900px) {
  .hero-service-visual {
    display: grid;
    gap: 14px;
    min-height: auto;
    padding: 28px;
    align-content: start;
  }

  .hero-service-visual::after {
    inset: 12px;
  }

  .hero-device-image {
    opacity: .62;
    transform: scale(1.08);
  }

  .hero-live-label,
  .hero-live-copy,
  .hero-proof,
  .hero-sequence {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
  }

  .hero-live-label {
    margin: 0;
  }

  .hero-live-copy {
    max-width: none;
  }

  .hero-live-copy strong {
    font-size: clamp(24px, 5vw, 30px);
    line-height: 1.28;
  }

  .hero-live-copy span {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.78;
  }

  .hero-proof-primary,
  .hero-proof-secondary {
    width: auto;
  }

  .hero-proof {
    padding: 14px 16px;
  }

  .hero-proof strong {
    margin: 7px 0;
    white-space: nowrap;
  }

  .hero-proof strong b {
    font-size: clamp(27px, 6vw, 34px);
  }

  .hero-sequence {
    margin-top: 2px;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  }
}

@media (max-width: 640px) {
  .hero-service-visual {
    gap: 11px;
    padding: 22px 18px 18px;
    margin-top: 28px;
  }

  .hero-service-visual::after {
    inset: 9px;
  }

  .hero-live-label {
    font-size: 10px;
  }

  .hero-live-copy strong {
    font-size: 22px;
  }

  .hero-live-copy span {
    font-size: 12px;
    line-height: 1.72;
  }

  .hero-proof {
    padding: 12px 13px;
  }

  .hero-proof span,
  .hero-proof em {
    font-size: 10px;
  }

  .hero-proof strong small {
    font-size: 12px;
  }

  .hero-proof strong b {
    font-size: 24px;
  }

  .hero-proof em b {
    font-size: 18px;
  }

  .hero-sequence {
    gap: 6px;
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .hero-service-visual {
    padding: 20px 14px 16px;
  }

  .hero-proof strong b {
    font-size: 22px;
  }

  .hero-sequence {
    gap: 5px;
    font-size: 9px;
  }
}
