:root {
  --paper: #f7f6f2;
  --ink: #111113;
  --muted: #696966;
  --line: rgba(17, 17, 19, .12);
  --red: #ef4036;
  --green: #dff2d6;
  --blue: #dce9f7;
  --coral: #f4d9d2;
  --radius-lg: 42px;
  --radius-md: 28px;
  --shadow: 0 32px 80px rgba(17, 17, 19, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 74px;
  padding: 0 max(32px, calc((100vw - 1280px) / 2));
  border-bottom: 1px solid rgba(17, 17, 19, .08);
  background: rgba(247, 246, 242, .88);
  backdrop-filter: blur(18px) saturate(140%);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 4px 12px rgba(17, 17, 19, .12); }
.desktop-nav { display: flex; align-items: center; gap: 30px; color: #4d4d4a; font-size: 14px; }
.desktop-nav a, .footer-links a { transition: color .2s ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--red); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  color: #fff;
  background: var(--ink);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.01em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #2a2a2d; }
.button-small { min-height: 40px; padding-inline: 18px; font-size: 13px; }

.language-menu { position: relative; }
.language-menu summary { display: flex; align-items: center; gap: 7px; min-height: 40px; padding: 0 12px; border-radius: 999px; color: #4d4d4a; font-size: 13px; cursor: pointer; list-style: none; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary:hover { background: rgba(17, 17, 19, .05); }
.globe { display: grid; place-items: center; width: 18px; height: 18px; border: 1px solid currentColor; border-radius: 50%; font-size: 0; }
.globe::after { content: ""; width: 6px; height: 14px; border-inline: 1px solid currentColor; border-radius: 50%; }
.language-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  min-width: 178px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 17, 19, .14);
}
.language-popover a { padding: 10px 12px; border-radius: 10px; font-size: 14px; }
.language-popover a:hover { background: var(--paper); }
.language-popover a[aria-current="page"] { color: var(--red); font-weight: 650; }

.hero { padding-top: clamp(84px, 11vw, 154px); text-align: center; }
.hero-copy { width: min(1030px, 100%); margin-inline: auto; }
.eyebrow, .section-kicker { margin: 0 0 20px; color: #565653; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 9px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #35a85b; box-shadow: 0 0 0 5px rgba(53, 168, 91, .11); }
.hero h1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: clamp(58px, 8vw, 112px);
  line-height: .94;
  letter-spacing: -.072em;
  text-wrap: balance;
}
.hero-body { max-width: 700px; margin: 32px auto 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; letter-spacing: -.025em; text-wrap: balance; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 34px; }
.text-link { color: #3f3f3d; font-size: 15px; font-weight: 650; }
.text-link span, .privacy-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span, .privacy-link:hover span { transform: translateX(4px); }

.hero-stage {
  position: relative;
  overflow: hidden;
  height: min(760px, 65vw);
  min-height: 620px;
  margin-top: clamp(70px, 9vw, 120px);
  border-radius: var(--radius-lg);
  background: #111113;
  isolation: isolate;
}
.hero-stage::before { content: ""; position: absolute; z-index: -1; inset: 14% 24%; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; transform: scaleX(1.6); }
.hero-stage::after { content: ""; position: absolute; z-index: -1; inset: 25% 32%; border: 1px solid rgba(255, 255, 255, .09); border-radius: 50%; transform: scaleX(1.8); }
.hero-device { position: absolute; z-index: 2; left: 50%; bottom: 2%; width: auto; height: 105%; max-width: none; filter: drop-shadow(0 34px 50px rgba(0, 0, 0, .55)); transform: translateX(-50%) rotate(-2deg); }
.stage-word { position: absolute; top: 50%; color: rgba(255, 255, 255, .97); font-size: clamp(48px, 8vw, 126px); font-weight: 750; letter-spacing: -.075em; line-height: .8; }
.stage-word-left { left: 5%; transform: translateY(-50%); }
.stage-word-right { right: 4%; transform: translateY(-50%); }
.stage-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; color: #fff; background: rgba(255, 255, 255, .09); backdrop-filter: blur(18px); font-size: 13px; font-weight: 600; }
.stage-chip i { width: 7px; height: 7px; border-radius: 50%; background: #ff4b40; }
.stage-chip-one { top: 18%; left: 7%; }
.stage-chip-two { bottom: 14%; left: 10%; }
.stage-chip-two i { background: #6bd07d; }
.stage-chip-three { top: 20%; right: 7%; }
.stage-chip-three i { background: #69a9ff; }

.feature-section { padding-block: clamp(120px, 14vw, 210px); }
.section-heading { display: grid; grid-template-columns: .7fr 1.8fr; gap: 36px; align-items: start; margin-bottom: 62px; }
.section-heading h2, .privacy-copy h2, .story h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 6vw, 78px); line-height: 1; letter-spacing: -.06em; text-wrap: balance; }
.section-kicker { margin-top: 10px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 920px; padding: 34px 34px 0; border-radius: var(--radius-md); }
.feature-card-green { background: var(--green); }
.feature-card-blue { background: var(--blue); }
.feature-card-coral { background: var(--coral); }
.feature-number { position: absolute; top: 36px; right: 34px; color: rgba(17, 17, 19, .45); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.feature-card h3 { max-width: 290px; margin: 0 38px 16px 0; font-size: clamp(27px, 2.4vw, 38px); line-height: 1.04; letter-spacing: -.045em; }
.feature-card > p { max-width: 330px; margin: 0; color: rgba(17, 17, 19, .64); font-size: 15px; line-height: 1.55; }
.feature-media { position: absolute; top: 200px; left: 50%; width: min(75%, 300px); transform: translateX(-50%); }
.feature-media img { width: 100%; filter: drop-shadow(0 26px 34px rgba(17, 17, 19, .16)); }

.privacy-section { color: #fff; background: #111113; }
.privacy-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 150px); align-items: end; min-height: 760px; padding-block: clamp(100px, 12vw, 160px); }
.section-kicker-dark { color: rgba(255, 255, 255, .5); }
.privacy-copy > p:not(.section-kicker) { max-width: 600px; margin: 28px 0 0; color: rgba(255, 255, 255, .58); font-size: 19px; line-height: 1.6; }
.privacy-link { display: inline-block; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid rgba(255, 255, 255, .28); color: #fff; font-size: 15px; font-weight: 650; }
.privacy-list { border-top: 1px solid rgba(255, 255, 255, .18); }
.privacy-list div { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; padding: 28px 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.privacy-list span { color: rgba(255, 255, 255, .35); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.privacy-list p { margin: 0; font-size: clamp(18px, 2vw, 25px); line-height: 1.25; letter-spacing: -.025em; }

.language-section { padding-block: clamp(110px, 14vw, 190px); }
.language-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 22px 48px; align-items: start; }
.language-heading .section-kicker { grid-row: 1 / span 2; }
.language-heading h2 { max-width: 820px; margin: 0; font-size: clamp(42px, 5.6vw, 74px); line-height: 1; letter-spacing: -.06em; text-wrap: balance; }
.language-heading > p:last-child { grid-column: 2; max-width: 680px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.language-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 70px; }
.language-info-card { position: relative; min-height: 250px; padding: 32px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 255, 255, .72); }
.language-info-card > small, .language-details summary small { display: block; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.language-info-card h3 { max-width: 78%; margin: 64px 0 15px; font-size: clamp(27px, 3vw, 38px); line-height: 1.05; letter-spacing: -.045em; }
.language-info-card p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.language-metric { position: absolute; top: 28px; right: 30px; color: rgba(17, 17, 19, .15); font-size: 58px; font-weight: 750; letter-spacing: -.07em; }
.language-details-list { margin-top: 68px; border-top: 1px solid var(--line); }
.language-details { border-bottom: 1px solid var(--line); }
.language-details summary { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 30px 6px; cursor: pointer; list-style: none; }
.language-details summary::-webkit-details-marker { display: none; }
.language-details summary strong { display: block; margin-top: 7px; font-size: clamp(25px, 3vw, 38px); line-height: 1.05; letter-spacing: -.04em; }
.language-summary-action { display: grid; justify-items: end; gap: 6px; color: var(--muted); }
.language-summary-action em { font-size: 13px; font-style: normal; }
.language-summary-action b { color: var(--ink); font-size: 13px; font-weight: 700; }
.language-summary-action i { display: inline-block; font-style: normal; transition: transform .25s ease; }
.language-details[open] .language-summary-action i { transform: rotate(180deg); }
.language-details > p { max-width: 760px; margin: 0 6px 26px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.language-chips { display: grid; grid-template-columns: repeat(auto-fill, minmax(165px, 1fr)); gap: 8px; margin: 0 6px 32px; padding: 0; list-style: none; }
.language-chips li { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; min-width: 0; padding: 11px 13px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255, 255, 255, .72); }
.language-chips span { overflow: hidden; font-size: 13px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.language-chips small { flex: 0 0 auto; color: var(--muted); font-size: 10px; }

.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-block: clamp(110px, 14vw, 190px); }
.story { position: relative; overflow: hidden; min-height: 780px; padding: 48px; border-radius: var(--radius-lg); }
.story-copy { position: relative; z-index: 2; }
.story h2 { max-width: 520px; font-size: clamp(38px, 4.7vw, 64px); }
.story-copy > p:last-child { max-width: 490px; margin: 24px 0 0; color: rgba(17, 17, 19, .62); font-size: 17px; line-height: 1.6; }
.story-watch { background: #e5e0f5; }
.story-watch .story-copy { max-width: 55%; }
.story-media { position: absolute; right: 32px; bottom: 32px; width: 42%; border-radius: 28px; box-shadow: var(--shadow); transform: rotate(2deg); }
.story-media img { width: 100%; height: auto; border-radius: inherit; }
.story-translate { color: #fff; background: var(--red); }
.story-translate .section-kicker, .story-translate .story-copy > p:last-child { color: rgba(255, 255, 255, .72); }
.translation-lines { position: absolute; right: -4%; bottom: 40px; left: 12%; display: grid; gap: 12px; transform: rotate(-5deg); }
.translation-lines span { width: max-content; max-width: 90%; padding: 13px 18px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: rgba(255, 255, 255, .94); background: rgba(255, 255, 255, .1); font-size: clamp(17px, 2.1vw, 28px); font-weight: 600; letter-spacing: -.02em; }
.translation-lines span:nth-child(2) { margin-left: 13%; }
.translation-lines span:nth-child(3) { margin-left: 4%; }
.translation-lines span:nth-child(4) { margin-left: 19%; }

.final-cta { padding: 30px 0 clamp(120px, 14vw, 190px); text-align: center; }
.final-cta img { width: 112px; height: 112px; margin: 0 auto 34px; border-radius: 25px; box-shadow: 0 18px 42px rgba(17, 17, 19, .14); }
.final-cta h2 { max-width: 900px; margin-inline: auto; }
.final-cta p { margin: 25px auto 30px; color: var(--muted); font-size: 18px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 30px 42px; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 38px; height: 38px; border-radius: 9px; }
.footer-brand div { display: grid; gap: 3px; }
.footer-brand strong { font-size: 14px; }
.footer-brand span { color: var(--muted); font-size: 12px; }
.footer-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.22, 1, .36, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero-stage { min-height: 590px; }
  .stage-word { font-size: 76px; }
  .stage-word-left { left: 4%; }
  .stage-word-right { right: 3%; }
  .hero-device { width: auto; height: 104%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 780px; }
  .feature-card h3, .feature-card > p { max-width: 48%; }
  .feature-media { top: 100px; right: 7%; left: auto; width: 32%; transform: none; }
  .privacy-inner { grid-template-columns: 1fr; align-items: start; }
  .story-grid { grid-template-columns: 1fr; }
  .story { min-height: 720px; }
  .story-media { width: 32%; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 32px, 1280px); }
  .site-header { height: 64px; padding-inline: 16px; }
  .brand img { width: 38px; height: 38px; }
  .brand span, .language-current { display: none; }
  .language-menu summary { padding-inline: 9px; }
  .button-small { padding-inline: 14px; }
  .hero { padding-top: 70px; }
  .hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-body { margin-top: 24px; font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-stage { height: 610px; min-height: 0; margin-top: 70px; border-radius: 28px; }
  .hero-device { bottom: 2%; width: auto; height: 103%; }
  .stage-word { top: 13%; font-size: 53px; }
  .stage-word-left { left: 7%; transform: none; }
  .stage-word-right { top: 21%; right: 7%; transform: none; }
  .stage-chip-one { top: auto; bottom: 18%; left: 5%; }
  .stage-chip-two { top: 42%; right: 4%; bottom: auto; left: auto; }
  .stage-chip-three { display: none; }
  .feature-section { padding-block: 110px; }
  .section-heading { grid-template-columns: 1fr; gap: 0; margin-bottom: 42px; }
  .section-heading h2, .privacy-copy h2, .final-cta h2 { font-size: 46px; }
  .feature-card { min-height: 0; padding: 28px 26px; }
  .feature-number { top: 30px; right: 26px; }
  .feature-card h3, .feature-card > p { max-width: 88%; }
  .feature-media { position: relative; top: auto; right: auto; left: auto; width: 68%; margin: 48px auto 0; transform: none; }
  .privacy-inner { min-height: 0; padding-block: 100px; }
  .privacy-copy > p:not(.section-kicker) { font-size: 17px; }
  .language-heading { grid-template-columns: 1fr; gap: 16px; }
  .language-heading .section-kicker { grid-row: auto; }
  .language-heading > p:last-child { grid-column: auto; font-size: 16px; }
  .language-info-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .language-info-card { min-height: 230px; padding: 28px; }
  .language-info-card h3 { margin-top: 56px; }
  .language-details-list { margin-top: 48px; }
  .language-details summary { grid-template-columns: 1fr; gap: 14px; padding-block: 26px; }
  .language-summary-action { grid-template-columns: auto 1fr; justify-items: start; align-items: center; gap: 14px; }
  .language-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-inline: 0; }
  .story-grid { padding-block: 110px; }
  .story { min-height: 680px; padding: 34px 28px; border-radius: 28px; }
  .story h2 { font-size: 44px; }
  .story-watch { min-height: 760px; }
  .story-watch .story-copy { max-width: none; }
  .story-media { right: 24px; bottom: 24px; width: 56%; }
  .translation-lines { bottom: 48px; left: 7%; }
  .final-cta img { width: 94px; height: 94px; }
  .site-footer { align-items: flex-start; }
  .footer-brand span { display: none; }
}

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