@font-face {
  font-family: "TiemposText";
  src: url("./assets/fonts/TiemposText/TiemposText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TiemposText";
  src: url("./assets/fonts/TiemposText/TiemposText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "StyreneA";
  src: url("./assets/fonts/StyreneA/StyreneA-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "StyreneA";
  src: url("./assets/fonts/StyreneA/StyreneA-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  /* Claude design tokens — DESIGN-claude.md */
  --paper: #faf9f5;
  --paper-soft: #fffefa;
  --surface-soft: #f5f0e8;
  --surface-card: #efe9de;
  --surface-cream-strong: #e8e0d2;
  --surface-dark: #181715;
  --surface-dark-elevated: #252320;
  --surface-dark-soft: #1f1e1b;
  --ink: #141413;
  --ink-soft: #252523;
  --body-color: #3d3d3a;
  --muted: #6c6a64;
  --muted-light: #8e8b82;
  --hairline: #e6dfd8;
  --hairline-soft: #ebe6df;
  --line-strong: #d6cec0;
  --accent: #cc785c;
  --accent-strong: #cc785c;
  --accent-dark: #a9583e;
  --accent-teal: #5db8a6;
  --accent-amber: #e8a55a;
  --success: #5db872;
  --on-primary: #ffffff;
  --on-dark: #faf9f5;
  --on-dark-soft: #a09d96;
  --shadow: 0 1px 3px rgba(20, 20, 19, 0.08);
  --mono: "JetBrains Mono", "Cascadia Code", "Cascadia Mono", ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --serif: "TiemposText", "Tiempos Headline", Georgia, "Noto Serif SC", "Songti SC", "SimSun", serif;
  --sans: "StyreneA", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow: hidden;
  scroll-behavior: auto;
  overscroll-behavior: none;
}

body {
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(212, 162, 127, 0.16), transparent 30rem),
    linear-gradient(180deg, var(--paper-soft), var(--paper) 34%, #f7f4ec 100%);
  color: var(--body-color);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  content: "";
  background-image:
    linear-gradient(rgba(20, 20, 19, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 20, 19, 0.026) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 74%, transparent 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 22% 18%, rgba(93, 184, 166, 0.07), transparent 18rem),
    radial-gradient(circle at 82% 72%, rgba(204, 120, 92, 0.08), transparent 22rem);
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

::selection {
  background: rgba(204, 120, 92, 0.3);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.paper-texture {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image:
    repeating-linear-gradient(0deg, rgba(20, 20, 19, 0.016) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(20, 20, 19, 0.012) 0 1px, transparent 1px 5px);
  mix-blend-mode: multiply;
}

.logo-travel-layer {
  position: fixed;
  inset: 0;
  z-index: 14;
  contain: layout paint style;
  isolation: isolate;
  overflow: hidden;
  pointer-events: none;
}

.logo-travel-ghost {
  position: fixed;
  left: 0;
  top: 0;
  width: var(--travel-size);
  height: var(--travel-size);
  opacity: 0;
  transform:
    translate3d(var(--travel-from-x), var(--travel-from-y), 0)
    translateZ(0)
    scale(0.96);
  transform-origin: center;
  backface-visibility: hidden;
  contain: layout paint style;
  will-change: opacity, transform;
}

.logo-travel-ghost::before {
  position: absolute;
  inset: -6%;
  z-index: -1;
  content: "";
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--travel-core) 0 14%, var(--travel-glow) 38%, transparent 72%);
  opacity: 0;
  transform: translateZ(0);
}

.logo-travel-ghost.is-out {
  animation-duration: 860ms;
  animation-fill-mode: both;
  animation-name: logo-travel-move, logo-travel-logo-out;
  animation-timing-function: cubic-bezier(0.76, 0, 0.24, 1), ease-out;
}

.logo-travel-ghost.is-out::before {
  animation: logo-travel-cloud 860ms ease-out both;
}

.logo-travel-ghost svg,
.logo-travel-ghost img {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.model-emblem.is-travel-target .provider-build-svg,
.model-emblem.is-travel-target .openai-build-svg,
.model-emblem.is-travel-target .emblem-ripple,
.model-emblem.is-travel-target .gemini-sky-logo {
  opacity: 0 !important;
  animation: none !important;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 72px;
  border-bottom: 1px solid var(--hairline-soft);
  background: rgba(250, 249, 245, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 34px;
  height: 32px;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: var(--muted-light);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.8vw, 34px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.nav-links a {
  position: relative;
  padding: 9px 0;
  white-space: nowrap;
  transition: color 180ms ease;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 200ms ease;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: var(--ink);
}

.nav-links a.is-active::after {
  transform: scaleX(1);
}

.login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  color: var(--on-primary);
  font-size: 14px;
  font-weight: 500;
  background: var(--accent);
  transition: background 180ms ease;
}

.login-link:hover {
  color: var(--on-primary);
  background: var(--accent-dark);
}

.aether-logo-fixed {
  position: fixed;
  top: 36%;
  left: 50%;
  z-index: 0;
  width: clamp(300px, 33vw, 430px);
  aspect-ratio: 799 / 752;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition:
    width 560ms ease,
    opacity 560ms ease,
    transform 560ms ease,
    top 560ms ease;
}

body:not([data-current="home"]) .aether-logo-fixed {
  top: 50%;
  width: clamp(220px, 25vw, 330px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.aether-symbol-layer {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition:
    opacity 420ms ease,
    transform 520ms cubic-bezier(0.25, 0.46, 0.45, 0.94),
    filter 520ms ease;
}

body:not([data-current="home"]) .aether-symbol-layer {
  opacity: 0;
  transform: scale(1.14) rotate(8deg);
  filter: blur(8px);
}

.logo-ripple,
.mer3y-build-svg {
  position: absolute;
  inset: 0;
}

.mer3y-build-svg {
  z-index: 1;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
  color: var(--ink);
  filter: drop-shadow(0 18px 28px rgba(61, 57, 41, 0.08));
  transform-origin: center;
  animation: mer3y-build-drift 7s ease-in-out 2.3s infinite;
}

.mer3y-build-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
  filter: drop-shadow(0 0 18px rgba(204, 120, 92, 0.18));
  animation: mer3y-line-draw 1.32s cubic-bezier(0.35, 0, 0.2, 1) forwards;
}

.line-shell {
  animation-delay: 0ms;
}

.line-core {
  animation-delay: 130ms;
}

.line-left,
.line-right {
  animation-delay: 320ms;
}

.line-left-foot,
.line-right-foot {
  animation-delay: 540ms;
}

.logo-ripple {
  border: 1px solid rgba(204, 120, 92, 0.2);
  border-radius: 50%;
  transform: scale(0.76);
  opacity: 0;
  animation: ripple 5.8s ease-out infinite;
}

.ripple-two {
  animation-delay: 2.4s;
}

.claude-emblem {
  --provider-logo: url("./assets/claude.svg");
  --logo-prelude-duration: 640ms;
  --provider-color: #d97757;
  --provider-glow: rgba(217, 119, 87, 0.34);
  --logo-fill: #d97757;
}

.openai-emblem {
  --provider-color: #141413;
  --provider-glow: rgba(20, 20, 19, 0.22);
  --logo-fill: #141413;
}

.gemini-emblem {
  --provider-logo: url("./assets/gemini.svg");
  --logo-prelude-duration: 640ms;
  --provider-color: #7f6df2;
  --provider-glow: rgba(111, 125, 255, 0.34);
  --logo-fill: linear-gradient(135deg, #4285f4 0%, #7f6df2 46%, #d9659f 100%);
}

.model-emblem {
  position: relative;
  display: grid;
  width: clamp(240px, min(31vw, calc((100vh - 150px) * 0.382)), 400px);
  width: clamp(240px, min(31vw, calc((100svh - 150px) * 0.382)), 400px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  align-self: center;
  margin: 0 auto;
  color: var(--provider-color);
  isolation: isolate;
  pointer-events: none;
}

.section-inner.reverse .model-emblem {
  justify-self: center;
}

.model-emblem.is-active {
  animation: emblem-stage-drift 6.8s ease-in-out infinite;
}

.claude-emblem::before,
.gemini-emblem::before {
  position: absolute;
  inset: 14%;
  z-index: 1;
  display: block;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: center / contain no-repeat var(--provider-logo);
  filter: blur(0.2px) drop-shadow(0 12px 24px var(--provider-glow));
  transform: translateZ(0) scale(0.985);
  transition:
    opacity 320ms ease,
    transform 480ms ease,
    filter 480ms ease;
}

.claude-emblem.is-travel-target::before,
.gemini-emblem.is-travel-target::before {
  opacity: 0.2;
  transform: translateZ(0) scale(1);
}

.claude-emblem.is-active::before,
.gemini-emblem.is-active::before {
  animation: provider-logo-prelude var(--logo-prelude-duration) cubic-bezier(0.2, 0.72, 0.18, 1) both;
}

.model-emblem .emblem-ripple,
.model-emblem .gemini-sky-logo,
.provider-build-svg,
.openai-build-svg {
  position: absolute;
}

.provider-build-svg,
.openai-build-svg {
  inset: 12%;
  z-index: 2;
  display: block;
  overflow: visible;
  transform-origin: center;
}

.claude-build-svg {
  inset: 14%;
}

.gemini-build-svg {
  inset: 13%;
}

.provider-build-seg,
.openai-build-seg {
  fill: none;
  stroke: var(--provider-color);
  stroke-width: 0.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0;
}

.provider-build-seg {
  stroke-width: 0.72;
  filter: drop-shadow(0 0 10px var(--provider-glow));
}

.gemini-build-svg .provider-build-seg {
  stroke: #7f6df2;
}

.provider-build-fill,
.openai-build-fill {
  fill: var(--logo-fill);
  fill-opacity: 0;
  opacity: 0;
  stroke: none;
  transform-origin: center;
}

.gemini-build-svg .provider-build-fill {
  fill: url(#geminiBuildGradient);
}

.claude-emblem.is-active .provider-build-seg,
.gemini-emblem.is-active .provider-build-seg {
  animation: provider-seg-build 1.58s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.claude-emblem.is-active .provider-build-seg {
  animation-duration: 2.02s;
  animation-delay: var(--logo-prelude-duration);
}

.gemini-emblem.is-active .provider-build-seg {
  animation-delay: calc(var(--logo-prelude-duration) + 120ms);
}

.claude-emblem.is-active .provider-build-fill,
.gemini-emblem.is-active .provider-build-fill {
  animation: provider-fill-build 520ms ease-out 1.74s forwards;
}

.claude-emblem.is-active .provider-build-fill {
  animation-delay: calc(var(--logo-prelude-duration) + 2.08s);
}

.gemini-emblem.is-active .provider-build-fill {
  animation-delay: calc(var(--logo-prelude-duration) + 1.74s);
}

.gemini-emblem.is-active .provider-build-svg {
  animation:
    provider-breathe 3.8s ease-in-out infinite calc(var(--logo-prelude-duration) + 2.32s),
    gemini-main-shimmer 4.6s ease-in-out infinite calc(var(--logo-prelude-duration) + 2.32s);
}

.claude-emblem.is-active .provider-build-svg {
  animation: provider-breathe 3.8s ease-in-out infinite calc(var(--logo-prelude-duration) + 2.66s);
}

.openai-emblem.is-active .openai-build-seg {
  animation:
    openai-seg-draw 600ms cubic-bezier(0.4, 0, 0.2, 1) forwards,
    openai-seg-fade 340ms ease-out 1.76s forwards;
}

.openai-emblem.is-active .seg-center { animation-delay: 0ms, 1.76s; }
.openai-emblem.is-active .seg-arm-1  { animation-delay: 120ms, 1.76s; }
.openai-emblem.is-active .seg-arm-2  { animation-delay: 240ms, 1.76s; }
.openai-emblem.is-active .seg-arm-3  { animation-delay: 360ms, 1.76s; }
.openai-emblem.is-active .seg-arm-4  { animation-delay: 480ms, 1.76s; }
.openai-emblem.is-active .seg-arm-5  { animation-delay: 600ms, 1.76s; }
.openai-emblem.is-active .seg-arm-6  { animation-delay: 720ms, 1.76s; }
.openai-emblem.is-active .seg-shell  { animation-delay: 900ms, 1.76s; animation-duration: 800ms, 340ms; }

.openai-emblem.is-active .openai-build-fill {
  animation: openai-fill-logo 520ms ease-out 2.02s forwards;
}

.openai-emblem.is-active .openai-build-svg {
  animation:
    openai-rotate 25s linear infinite 2.4s,
    provider-breathe 3.5s ease-in-out infinite 2.4s;
}


.emblem-ripple {
  inset: 9%;
  z-index: 0;
  border: 1px solid color-mix(in srgb, var(--provider-color), transparent 54%);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.72);
  animation: provider-ripple 4s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.claude-emblem .emblem-ripple {
  inset: 14%;
  border: 0;
  border-radius: 0;
  width: 72%;
  height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(217, 119, 87, 0.18));
  animation-name: claude-logo-edge;
}

.claude-emblem.is-active .emblem-ripple.r-one {
  animation-delay: 2.94s;
}

.claude-emblem.is-active .emblem-ripple.r-two {
  animation-delay: 3.64s;
}

.claude-emblem.is-active .emblem-ripple.r-three {
  animation-delay: 4.34s;
}

.r-two {
  animation-delay: 1.3s;
}

.r-three {
  animation-delay: 2.6s;
}

.model-emblem:not(.is-active) .emblem-ripple {
  opacity: 0;
  transform: scale(0.72);
  animation: none;
}

.gemini-sky-logo {
  top: var(--sky-top);
  left: var(--sky-left);
  z-index: 1;
  display: block;
  width: var(--sky-size);
  aspect-ratio: 1;
  opacity: 0;
  object-fit: contain;
  filter: blur(4px) drop-shadow(0 0 0 rgba(127, 109, 242, 0));
  transform: translate(-50%, -50%) scale(0.42);
  transform-origin: center;
  will-change: opacity, transform, filter;
}

.gemini-emblem.is-active .gemini-sky-logo {
  animation-name: gemini-sky-appear, gemini-sky-drift;
  animation-duration: 680ms, var(--sky-duration);
  animation-timing-function: cubic-bezier(0.2, 0.72, 0.18, 1), ease-in-out;
  animation-delay: calc(var(--logo-prelude-duration) + var(--sky-delay)), calc(var(--logo-prelude-duration) + var(--sky-delay) + 680ms);
  animation-iteration-count: 1, infinite;
  animation-fill-mode: both, none;
}

.sky-one {
  --sky-top: 19%;
  --sky-left: 31%;
  --sky-size: 19px;
  --sky-opacity: 0.62;
  --sky-opacity-mid: 0.9;
  --sky-delay: 1.72s;
  --sky-duration: 5.8s;
  --sky-drift-x: -5px;
  --sky-drift-y: -8px;
  --sky-scale: 1.08;
}

.sky-two {
  --sky-top: 23%;
  --sky-left: 72%;
  --sky-size: 14px;
  --sky-opacity: 0.56;
  --sky-opacity-mid: 0.78;
  --sky-delay: 1.9s;
  --sky-duration: 6.4s;
  --sky-drift-x: 7px;
  --sky-drift-y: -6px;
  --sky-scale: 1.12;
}

.sky-three {
  --sky-top: 43%;
  --sky-left: 14%;
  --sky-size: 12px;
  --sky-opacity: 0.46;
  --sky-opacity-mid: 0.7;
  --sky-delay: 2.08s;
  --sky-duration: 5.4s;
  --sky-drift-x: -7px;
  --sky-drift-y: 5px;
  --sky-scale: 1.1;
}

.sky-four {
  --sky-top: 58%;
  --sky-left: 88%;
  --sky-size: 21px;
  --sky-opacity: 0.58;
  --sky-opacity-mid: 0.82;
  --sky-delay: 2.2s;
  --sky-duration: 6.8s;
  --sky-drift-x: 6px;
  --sky-drift-y: 8px;
  --sky-scale: 1.06;
}

.sky-five {
  --sky-top: 81%;
  --sky-left: 34%;
  --sky-size: 13px;
  --sky-opacity: 0.5;
  --sky-opacity-mid: 0.76;
  --sky-delay: 2.36s;
  --sky-duration: 6s;
  --sky-drift-x: -4px;
  --sky-drift-y: 7px;
  --sky-scale: 1.14;
}

.sky-six {
  --sky-top: 78%;
  --sky-left: 68%;
  --sky-size: 16px;
  --sky-opacity: 0.54;
  --sky-opacity-mid: 0.8;
  --sky-delay: 2.52s;
  --sky-duration: 5.7s;
  --sky-drift-x: 5px;
  --sky-drift-y: 6px;
  --sky-scale: 1.1;
}

main {
  position: fixed;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100svh;
  transform: translate3d(0, 0, 0);
  transition: transform 860ms cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
  touch-action: pan-x;
}

.snap-section .hero-content,
.snap-section .section-copy,
.snap-section .code-stack,
.snap-section .feature-grid {
  opacity: 0;
  transform: translateY(26px);
}

.snap-section .hero-content {
  transform: none;
}

.snap-section.is-active-section .hero-content {
  animation: section-fade 520ms ease 120ms both;
}

.snap-section.is-active-section .section-copy {
  animation: section-rise 720ms cubic-bezier(0.2, 0.7, 0.2, 1) 180ms both;
}

.snap-section.is-active-section .code-stack,
.snap-section.is-active-section .feature-grid {
  animation: section-rise 780ms cubic-bezier(0.2, 0.7, 0.2, 1) 280ms both;
}

.snap-section {
  position: relative;
  z-index: 2;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  padding: 96px max(24px, calc((100vw - 1180px) / 2)) 64px;
}

.hero-section {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: clamp(104px, 14vh, 160px);
  text-align: center;
}

.hero-content {
  width: min(920px, 100%);
  max-width: 100%;
}

.kicker,
.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-dark);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.hero-section h1,
.section-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-section h1 {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 1.18em;
  min-height: 0;
  font-size: clamp(22px, 4.4vw, 54px);
  gap: 0 0.24em;
  line-height: 1;
  white-space: nowrap;
  overflow-wrap: anywhere;
}

.welcome-text {
  flex: 0 0 auto;
  line-height: 1;
}

#typewriter {
  display: inline-block;
  height: 1em;
  color: var(--accent);
  line-height: 1;
}

.type-wrap {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  height: 1em;
  min-width: 0;
  justify-content: flex-start;
  white-space: nowrap;
}

.cursor {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--accent);
  line-height: 1;
  animation: blink 1s steps(2, start) infinite;
}

.hero-copy {
  margin: 24px auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.75;
  overflow-wrap: anywhere;
}

.mobile-copy {
  display: none;
}

.down-cue {
  position: absolute;
  bottom: 34px;
  left: 50%;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--accent-strong);
  transform: translateX(-50%);
  animation: cue-bounce 1.9s ease-in-out infinite;
}

.down-cue span {
  width: 15px;
  height: 15px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.content-section {
  display: grid;
  align-items: center;
}

.alt-section {
  background:
    linear-gradient(90deg, rgba(245, 240, 232, 0.85), rgba(245, 240, 232, 0.12)),
    transparent;
}

.section-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: clamp(36px, 6vw, 86px);
}

.section-inner.reverse {
  grid-template-columns: minmax(340px, 1.08fr) minmax(0, 0.92fr);
}

.section-inner.reverse .section-copy {
  grid-column: 2;
  grid-row: 1;
}

.section-inner.reverse .code-stack {
  grid-column: 1;
  grid-row: 1;
}

.section-copy h2 {
  max-width: 620px;
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.content-section .section-copy h2 {
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.06;
  text-wrap: balance;
  -webkit-font-smoothing: antialiased;
}

.section-copy p:not(.eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.8;
}

.centered {
  text-align: center;
}

.centered h2,
.centered p {
  margin-right: auto;
  margin-left: auto;
}

.pill-row,
.metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.pill-row span,
.metric-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border: 0;
  border-radius: 999px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  background: var(--surface-card);
}

.metric-row strong {
  margin-right: 5px;
  color: var(--ink);
  font-weight: 500;
}

.code-stack {
  display: grid;
  gap: 12px;
}

.content-section .code-stack {
  height: min(690px, calc(100vh - 150px));
  height: min(690px, calc(100svh - 150px));
  grid-template-rows: 38.2% minmax(0, 61.8%);
  gap: clamp(14px, 2.4vh, 22px);
  align-items: center;
  align-self: center;
}

.stack-cards {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: center;
  align-self: stretch;
  gap: 12px;
  min-height: 0;
}

.stack-cards .switcher {
  justify-self: center;
}

.stack-cards .code-window {
  width: 100%;
}

.switcher {
  position: relative;
  z-index: 4;
  display: inline-flex;
  justify-content: center;
  gap: 4px;
}

.switcher button {
  pointer-events: auto;
  min-width: 0;
  min-height: 34px;
  padding: 7px 14px;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.switcher button.is-active {
  color: var(--ink);
  background: var(--surface-card);
}

.code-window {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  color: var(--on-dark);
  background: var(--surface-dark);
  box-shadow: var(--shadow);
  overscroll-behavior: contain;
}

.code-window.large {
  min-height: 220px;
}

.code-window.compact {
  width: min(420px, 100%);
  min-height: 132px;
  justify-self: end;
}

.code-window.compact pre {
  padding-block: 12px;
  font-size: 13px;
  line-height: 1.45;
}

#codex .code-window.large pre {
  padding-block: 12px;
  font-size: 12px;
  line-height: 1.45;
}

.window-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 0 12px 0 16px;
  border-bottom: 1px solid rgba(250, 249, 245, 0.07);
  color: var(--on-dark-soft);
  font-family: var(--mono);
  font-size: 12px;
  background: var(--surface-dark-elevated);
}

.window-bar span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  white-space: nowrap;
}

.window-bar span::before {
  content: "";
  flex: 0 0 auto;
  width: 38px;
  height: 8px;
  background:
    radial-gradient(circle 4px at 4px 50%, #403c37 98%, transparent),
    radial-gradient(circle 4px at 19px 50%, #403c37 98%, transparent),
    radial-gradient(circle 4px at 34px 50%, #403c37 98%, transparent);
}

.window-bar button {
  flex: 0 0 auto;
  min-width: 52px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(250, 249, 245, 0.16);
  border-radius: 8px;
  color: var(--on-dark);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.window-bar button:hover,
.window-bar button.is-copied {
  border-color: var(--accent);
  color: var(--on-primary);
  background: var(--accent);
}

pre {
  margin: 0;
  padding: clamp(14px, 1.8vw, 20px);
  overflow-x: auto;
  color: #ece7dc;
  font-family: var(--mono);
  font-size: clamp(12px, 1.35vw, 14px);
  line-height: 1.6;
  white-space: pre;
}

.code-pane {
  display: none;
}

.code-pane.is-active {
  display: block;
}

.tok-k {
  color: var(--accent-amber);
}

.tok-s {
  color: var(--accent-teal);
}

.tok-p {
  color: var(--on-dark-soft);
}

.tok-fn {
  color: var(--accent);
}


.gemini-install-window pre {
  padding-block: 13px;
  font-size: clamp(12px, 1.25vw, 13px);
  line-height: 1.55;
}

.env-window pre {
  font-size: clamp(13px, 1.6vw, 16px);
}

.feature-section {
  display: grid;
  align-items: center;
}


.feature-section .section-copy.centered {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.feature-section .section-copy.centered h2 {
  max-width: 760px;
}

.feature-section .section-copy.centered p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px auto 0;
  text-align: center;
}

.features-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

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

.feature-card {
  min-height: 220px;
  padding: 32px;
  border: 0;
  border-radius: 12px;
  background: var(--surface-card);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.card-icon {
  display: inline-flex;
  color: var(--ink);
}

.card-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 30px 0 12px;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
}

.feature-card p {
  margin: 0;
  color: var(--body-color);
  font-size: 14px;
  line-height: 1.7;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  padding: 4px 12px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  background: var(--paper);
}

.status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.status.done::before {
  background: var(--success);
}

.status.progress::before {
  background: var(--accent-amber);
}

.features-cta {
  margin-top: 44px;
  text-align: center;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 26px;
  border-radius: 8px;
  color: var(--on-primary);
  font-size: 15px;
  font-weight: 500;
  background: var(--accent);
  box-shadow: var(--shadow);
  transition: background 180ms ease;
}

.cta-button:hover {
  color: var(--on-primary);
  background: var(--accent-dark);
}

.cta-note {
  margin: 14px 0 0;
  color: var(--muted-light);
  font-size: 13px;
}

.scroll-dots {
  position: fixed;
  top: 50%;
  right: max(22px, calc((100vw - 1260px) / 2));
  z-index: 40;
  display: grid;
  gap: 16px;
  transform: translateY(-50%);
}

.scroll-dots a {
  position: relative;
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: var(--paper);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.scroll-dots a.is-active {
  border-color: var(--accent);
  background: var(--accent);
  transform: scale(1.25);
}

.scroll-dots span {
  position: absolute;
  top: 50%;
  right: 18px;
  padding: 5px 10px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  background: var(--paper);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.scroll-dots a:hover span {
  opacity: 1;
  transform: translate(0, -50%);
}

@keyframes mer3y-line-draw {
  0% {
    opacity: 0;
    stroke-dashoffset: 1;
    stroke-width: 12;
  }
  18% {
    opacity: 0.84;
  }
  72% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-width: 18;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-width: 18;
  }
}

@keyframes mer3y-build-drift {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.018);
  }
}

@keyframes section-rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes section-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.74);
  }
  18% {
    opacity: 0.48;
  }
  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

@keyframes provider-ripple {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  16% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(2.24);
  }
}

@keyframes emblem-stage-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -8px, 0) scale(1.035);
  }
}

@keyframes logo-travel-move {
  0% {
    transform:
      translate3d(var(--travel-from-x), var(--travel-from-y), 0)
      translateZ(0)
      scale(0.96);
  }
  100% {
    transform:
      translate3d(var(--travel-to-x), var(--travel-to-y), 0)
      translateZ(0)
      scale(1);
  }
}

@keyframes logo-travel-logo-out {
  0% {
    opacity: 0.92;
  }
  32% {
    opacity: 0.66;
  }
  48%,
  100% {
    opacity: 0;
  }
}

@keyframes logo-travel-cloud {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(0.42);
  }
  12% {
    opacity: 0.64;
    transform: translateZ(0) scale(0.62);
  }
  44% {
    opacity: 0.28;
    transform: translateZ(0) scale(1.08);
  }
  66% {
    opacity: 0.14;
    transform: translateZ(0) scale(0.98);
  }
  76%,
  100% {
    opacity: 0;
    transform: translateZ(0) scale(0.48);
  }
}

@keyframes claude-logo-edge {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  18% {
    opacity: 0.48;
  }
  100% {
    opacity: 0;
    transform: scale(1.52);
  }
}

@keyframes openai-seg-draw {
  0% {
    opacity: 1;
    stroke-dashoffset: 1;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes openai-seg-fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes openai-fill-logo {
  0% {
    fill-opacity: 0;
    opacity: 0;
  }
  35% {
    fill-opacity: 0.34;
    opacity: 0.34;
  }
  100% {
    fill-opacity: 1;
    opacity: 1;
  }
}

@keyframes provider-logo-prelude {
  0% {
    opacity: 0;
    transform: translateZ(0) scale(0.94);
    filter: blur(3px) drop-shadow(0 0 0 var(--provider-glow));
  }
  64% {
    opacity: 0.22;
    transform: translateZ(0) scale(1.035);
    filter: blur(0.4px) drop-shadow(0 14px 28px var(--provider-glow));
  }
  100% {
    opacity: 0.2;
    transform: translateZ(0) scale(1);
    filter: blur(0.2px) drop-shadow(0 12px 24px var(--provider-glow));
  }
}

@keyframes provider-seg-build {
  0% {
    opacity: 0;
    stroke-dashoffset: 1;
  }
  12% {
    opacity: 1;
  }
  58% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  76% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0;
    stroke-dashoffset: 0;
  }
}

@keyframes provider-fill-build {
  0% {
    fill-opacity: 0;
    opacity: 0;
  }
  35% {
    fill-opacity: 0.32;
    opacity: 0.32;
  }
  100% {
    fill-opacity: 1;
    opacity: 1;
  }
}

@keyframes provider-breathe {
  0%,
  100% {
    transform: scale(1);
    filter: brightness(1);
  }
  50% {
    transform: scale(1.045);
    filter: brightness(1.08);
  }
}

@keyframes openai-rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}

@keyframes gemini-sky-appear {
  0% {
    opacity: 0;
    filter: blur(4px) drop-shadow(0 0 0 rgba(127, 109, 242, 0));
    transform: translate(-50%, -50%) scale(0.42);
  }
  68% {
    opacity: var(--sky-opacity-mid);
    filter: blur(0.6px) drop-shadow(0 0 13px rgba(127, 109, 242, 0.28));
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    opacity: var(--sky-opacity);
    filter: drop-shadow(0 0 10px rgba(127, 109, 242, 0.22));
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes gemini-sky-drift {
  0%,
  100% {
    opacity: var(--sky-opacity);
    filter: drop-shadow(0 0 10px rgba(127, 109, 242, 0.22));
    transform: translate(-50%, -50%) translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: var(--sky-opacity-mid);
    filter: drop-shadow(0 0 16px rgba(127, 109, 242, 0.3));
    transform: translate(-50%, -50%) translate3d(var(--sky-drift-x), var(--sky-drift-y), 0)
      scale(var(--sky-scale));
  }
}

@keyframes gemini-main-shimmer {
  0%,
  100% {
    filter: drop-shadow(0 0 0 rgba(127, 109, 242, 0));
  }
  45% {
    filter: drop-shadow(0 0 28px rgba(127, 109, 242, 0.34));
  }
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@keyframes cue-bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 9px);
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 66px;
  }

  .header-inner {
    width: min(100% - 24px, 760px);
    gap: 14px;
  }

  .brand small {
    display: none;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding: 0 2px;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .login-link {
    min-width: 58px;
  }

  .aether-logo-fixed {
    top: 31%;
    width: min(74vw, 300px);
  }

  body:not([data-current="home"]) .aether-logo-fixed {
    left: 50%;
    top: 30%;
    width: min(60vw, 240px);
    opacity: 0;
  }

  .snap-section {
    height: 100vh;
    height: 100svh;
    min-height: 100vh;
    min-height: 100svh;
    padding: 82px 20px 40px;
  }

  .hero-section {
    padding-bottom: 78px;
  }

  .hero-section h1 {
    font-size: clamp(22px, 5vw, 40px);
    line-height: 1;
  }

  .type-wrap {
    flex-basis: auto;
  }

  .hero-copy {
    max-width: calc(100vw - 52px);
    font-size: 15px;
    line-height: 1.72;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .section-inner,
  .section-inner.reverse {
    grid-template-columns: 1fr;
    gap: 22px;
    max-height: calc(100vh - 122px);
    max-height: calc(100svh - 122px);
  }

  .content-section .code-stack {
    height: auto;
    grid-template-rows: auto auto;
  }

  .section-inner.reverse .section-copy,
  .section-inner.reverse .code-stack {
    grid-column: auto;
    grid-row: auto;
  }

  .model-emblem,
  .section-inner.reverse .model-emblem {
    width: min(58vw, 250px);
    justify-self: center;
    margin-bottom: 10px;
  }

  .section-copy h2 {
    font-size: clamp(28px, 7vw, 40px);
  }

  .section-copy p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.65;
  }

  .code-window.compact {
    width: 100%;
    justify-self: stretch;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .feature-card {
    min-height: auto;
    padding: 20px;
  }

  .feature-card h3 {
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 17px;
  }

  .feature-card p {
    line-height: 1.58;
  }

  .features-cta {
    margin-top: 26px;
  }

  .scroll-dots {
    display: none;
  }
}

@media (max-width: 560px) {
  .header-inner {
    width: calc(100% - 20px);
  }

  .brand {
    gap: 8px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand-mark {
    width: 28px;
    height: 27px;
  }

  .nav-links {
    max-width: 50vw;
    font-size: 13px;
  }

  .login-link {
    display: none;
  }

  .hero-section {
    align-items: flex-end;
    padding-bottom: 74px;
  }

  .hero-section h1 {
    font-size: clamp(18px, 5vw, 22px);
  }

  .type-wrap {
    flex-basis: auto;
  }

  .hero-content {
    padding-top: 36vh;
  }

  .content-section .section-inner,
  .content-section .section-inner.reverse {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .content-section .code-stack {
    order: 1;
    width: 100%;
    height: auto;
    grid-template-rows: auto;
    justify-items: center;
  }

  .content-section .section-copy {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .content-section .section-copy h2 {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(23px, 6.4vw, 28px);
    line-height: 1.14;
    word-break: break-word;
  }

  .content-section .section-copy p:not(.eyebrow),
  .content-section .pill-row,
  .content-section .metric-row,
  .content-section .switcher {
    display: none;
  }

  .content-section .code-window {
    max-height: 180px;
    overflow-y: auto;
    font-size: 12px;
    touch-action: pan-y;
  }

  .content-section .code-window .window-bar {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .content-section .model-emblem,
  .content-section .section-inner.reverse .model-emblem {
    width: min(74vw, 300px);
    margin-bottom: 18px;
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: inline;
  }

  pre {
    font-size: 12px;
  }
}

@media (max-height: 780px) and (min-width: 901px) {
  .snap-section {
    padding-top: 86px;
    padding-bottom: 34px;
  }

  .section-copy h2 {
    font-size: clamp(32px, 4.2vw, 52px);
  }

  .section-copy p:not(.eyebrow) {
    margin-top: 18px;
    line-height: 1.7;
  }

  .content-section .code-stack {
    height: min(570px, calc(100vh - 126px));
    height: min(570px, calc(100svh - 126px));
    grid-template-rows: 38.2% minmax(0, 61.8%);
  }

  .model-emblem {
    width: clamp(230px, min(24vw, calc((100vh - 126px) * 0.42)), 300px);
    width: clamp(230px, min(24vw, calc((100svh - 126px) * 0.42)), 300px);
  }

  .claude-code + .code-window,
  .code-window.compact,
  .env-window {
    display: none;
  }

  .code-window.large {
    min-height: 198px;
  }

  .features-cta {
    margin-top: 24px;
  }

  .features-cta .cta-note {
    display: none;
  }
}

@media (max-height: 760px) and (max-width: 900px) {
  .snap-section {
    padding-top: 74px;
    padding-bottom: 28px;
  }

  .section-inner,
  .section-inner.reverse,
  .content-section .section-inner,
  .content-section .section-inner.reverse {
    gap: 14px;
    max-height: calc(100vh - 102px);
    max-height: calc(100svh - 102px);
  }

  .content-section .section-inner,
  .content-section .section-inner.reverse {
    justify-content: space-between;
  }

  .section-copy p:not(.eyebrow),
  .pill-row,
  .metric-row {
    display: none;
  }

  .model-emblem,
  .section-inner.reverse .model-emblem,
  .content-section .model-emblem,
  .content-section .section-inner.reverse .model-emblem {
    width: min(48vw, 172px);
    margin-bottom: 8px;
  }

  .content-section .code-stack,
  .code-stack {
    gap: 8px;
  }

  .content-section .code-window,
  .code-window.large {
    max-height: 150px;
    min-height: auto;
  }

  .content-section .section-copy {
    flex: 0 0 auto;
  }

  .content-section .section-copy h2 {
    font-size: clamp(20px, 5.8vw, 24px);
    line-height: 1.1;
  }

  .content-section .eyebrow {
    margin-bottom: 8px;
  }

  pre {
    padding: 12px;
    line-height: 1.45;
  }

  .feature-grid {
    gap: 10px;
    margin-top: 22px;
  }

  .feature-card {
    min-height: auto;
    padding: 16px;
  }

  .feature-card h3 {
    margin-top: 18px;
    font-size: 16px;
  }

  .features-cta {
    margin-top: 18px;
  }

  .cta-button {
    height: 40px;
    padding: 0 22px;
    font-size: 14px;
  }

  .cta-note {
    display: none;
  }
}

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