:root {
  color-scheme: light;
  --plaster: #f6efe4;
  --cream: #fff8ee;
  --fig: #2b1a16;
  --fig-85: #4a3a33;
  --fig-70: #6b554c;
  --line: #eadfcd;
  --track: #e6d9c6;
  --amber: #e8a317;
  --amber-soft: #fbe7b8;
  --papaya: #ff6b3d;
  --papaya-edge: #c94a22;
  --olive: #3f6b4a;
  --olive-soft: #e3ecdf;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Instrument Sans", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1200px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--plaster); color: var(--fig); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--olive); outline-offset: 4px; border-radius: 3px; }
::selection { background: var(--amber-soft); color: var(--fig); }

.section-wrap { width: var(--page); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: 8px; left: 8px; padding: 10px 16px; transform: translateY(-150%); background: var(--fig); color: var(--cream); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: relative; z-index: 2; border-bottom: 1px solid rgb(43 26 22 / 8%); }
.nav-wrap { width: var(--page); min-height: 78px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--fig); font-family: var(--serif); font-size: 25px; font-weight: 650; letter-spacing: -1.3px; text-decoration: none; }
.brand-sun { display: grid; width: 33px; height: 33px; place-items: center; border-radius: 50%; background: var(--amber); color: var(--fig); font-family: var(--sans); font-size: 22px; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); font-size: 14px; font-weight: 600; }
.main-nav a, .site-footer nav a { color: var(--fig-85); text-decoration: none; transition: color 150ms ease-out; }
.main-nav a:hover, .site-footer nav a:hover { color: var(--olive); }
.main-nav .nav-support { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; }

.hero { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: start; gap: clamp(30px, 5vw, 70px); padding-block: clamp(64px, 8vw, 112px) 86px; }
.hero-copy { padding-block: 18px; }
.eyebrow { margin: 0 0 17px; color: var(--fig-70); font-size: 12px; font-weight: 750; letter-spacing: .12em; line-height: 1.35; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--papaya); }
.eyebrow-olive { color: var(--olive); }
.eyebrow-amber { color: #8a5a0b; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 560; letter-spacing: -.045em; }
h1 { max-width: 670px; margin-bottom: 24px; font-size: clamp(45px, 4.6vw, 64px); line-height: .99; }
h1 span { color: var(--olive); }
.hero-lede { max-width: 510px; margin-bottom: 28px; color: var(--fig-85); font-size: clamp(17px, 1.65vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 25px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 13px 21px; border-radius: 17px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform 150ms ease-out, box-shadow 150ms ease-out; }
.button:active { transform: scale(.97); }
.button-primary { background: var(--papaya); box-shadow: 0 4px 0 var(--papaya-edge); color: var(--fig); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--papaya-edge); }
.button-dark { background: var(--fig); box-shadow: 0 4px 0 #160d0b; color: var(--cream); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--olive); font-size: 14px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.text-link:hover { text-decoration-thickness: 2px; }
.hero-note { margin: 27px 0 0; color: var(--fig-70); font-size: 12px; letter-spacing: .01em; }
.hero-art { position: relative; margin: 0; }
.hero-art img { width: 100%; aspect-ratio: 1672 / 941; border: 1px solid rgb(43 26 22 / 8%); border-radius: 28px; box-shadow: 0 28px 70px rgb(43 26 22 / 11%); object-fit: cover; }
.hero-art figcaption { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; border: 1px solid rgb(255 248 238 / 70%); border-radius: 999px; background: rgb(255 248 238 / 90%); color: var(--fig-85); font-size: 11px; font-weight: 600; backdrop-filter: blur(8px); }

.intro-band { padding-block: 72px; background: var(--cream); border-block: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: end; gap: 54px; }
.intro-grid h2, .va-copy h2, .section-heading h2, .privacy-strip h2, .closing h2 { max-width: 620px; margin: 0; font-size: clamp(36px, 4.4vw, 55px); line-height: 1.06; }
.intro-copy { max-width: 510px; margin: 0; color: var(--fig-70); font-size: 17px; }
.feature-section { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-block: 26px 100px; }
.feature-card { position: relative; min-height: 320px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.feature-card-large { display: grid; grid-template-columns: 46px minmax(0, 1fr); grid-row: span 2; align-content: center; gap: 16px; min-height: 658px; background: #efe4d2; }
.feature-card h3 { max-width: 470px; margin: 0 0 15px; font-size: clamp(28px, 3vw, 40px); line-height: 1.08; }
.feature-card p:not(.eyebrow) { max-width: 430px; margin-bottom: 0; color: var(--fig-70); font-size: 15px; }
.feature-card-large p:not(.eyebrow) { font-size: 17px; }
.feature-number { color: var(--olive); font-family: var(--serif); font-size: 18px; }
.feature-mark { position: absolute; right: 28px; bottom: -62px; color: rgb(232 163 23 / 18%); font-family: var(--serif); font-size: 220px; line-height: 1; pointer-events: none; }
.mark-speech { right: 18px; bottom: -86px; color: rgb(63 107 74 / 14%); }
.mark-grammar { right: 30px; bottom: -69px; color: rgb(232 163 23 / 22%); font-style: italic; }
.phrase-feature { background: var(--olive-soft); }
.phrase-sample { display: inline-block; margin-top: 24px; padding: 10px 14px; border: 1px solid rgb(63 107 74 / 18%); border-radius: 15px; background: rgb(255 248 238 / 68%); color: var(--olive); font-family: var(--serif); font-size: 17px; }

.va-section { overflow: hidden; background: var(--fig); color: var(--cream); }
.va-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9%; min-height: 570px; padding-block: 80px; }
.va-copy .eyebrow { color: #f2c15a; }
.va-copy h2 { margin-bottom: 21px; }
.va-copy > p:not(.eyebrow) { max-width: 510px; margin-bottom: 18px; color: #d9c9b9; font-size: 16px; }
.va-copy .text-link { margin-top: 12px; color: #a9cca9; }
.va-art { position: relative; display: grid; min-height: 380px; place-items: center; }
.orbit { position: absolute; width: 330px; height: 330px; border: 1px solid rgb(255 248 238 / 17%); border-radius: 50%; }
.orbit-one { transform: rotate(-21deg) scaleX(1.35); }
.orbit-two { width: 250px; height: 250px; border-color: rgb(232 163 23 / 45%); transform: rotate(32deg) scaleX(1.4); }
.work-card { position: relative; z-index: 1; display: flex; width: min(390px, 91%); flex-direction: column; gap: 10px; padding: 27px; border: 1px solid #eadfcd; border-radius: 21px; background: var(--cream); box-shadow: 0 25px 65px rgb(0 0 0 / 24%); color: var(--fig); transform: rotate(-3deg); }
.work-card-label, .work-card-footer { color: var(--fig-70); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.work-card-spanish { font-family: var(--serif); font-size: clamp(22px, 3vw, 33px); line-height: 1.15; }
.work-card-english { color: var(--fig-70); font-size: 14px; }
.work-card-footer { display: flex; align-items: center; gap: 7px; padding-top: 14px; border-top: 1px solid var(--line); letter-spacing: .03em; text-transform: none; }
.small-sun { color: var(--amber); font-size: 17px; }
.orbit-note { position: absolute; padding: 8px 12px; border: 1px solid rgb(255 248 238 / 19%); border-radius: 999px; color: #eadfcd; font-size: 11px; letter-spacing: .02em; }
.note-top { top: 30px; right: 14px; }
.note-bottom { bottom: 28px; left: 0; }

.inside-section { padding-block: 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.section-heading h2 { max-width: 640px; }
.section-heading > p { max-width: 310px; margin-bottom: 4px; color: var(--fig-70); font-size: 14px; }
.screenshot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 17px; }
.screenshot-card { overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 23px; background: var(--cream); box-shadow: 0 12px 30px rgb(43 26 22 / 5%); }
.screenshot-card img { width: 100%; aspect-ratio: 736 / 1600; border-bottom: 1px solid var(--line); background: var(--cream); object-fit: cover; object-position: top; }
.screenshot-card figcaption { display: grid; gap: 4px; min-height: 102px; padding: 17px; }
.screenshot-card figcaption strong { font-family: var(--serif); font-size: 18px; font-weight: 600; letter-spacing: -.025em; line-height: 1.25; }
.screenshot-card figcaption span { color: var(--fig-70); font-size: 12px; line-height: 1.45; }
.screenshot-note { margin: 16px 0 0; color: var(--fig-70); font-size: 11px; }

.privacy-strip { padding-block: 58px; border-block: 1px solid var(--line); background: #edf0e5; }
.privacy-strip-inner { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 23px; }
.privacy-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--olive); color: var(--cream); font-size: 27px; }
.privacy-strip .eyebrow { margin-bottom: 10px; }
.privacy-strip h2 { margin-bottom: 10px; font-size: clamp(26px, 3vw, 35px); }
.privacy-strip p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: var(--fig-70); font-size: 14px; }
.privacy-strip .text-link { white-space: nowrap; }
.closing { display: grid; justify-items: center; padding-block: 100px 108px; text-align: center; }
.closing h2 { margin-bottom: 26px; font-size: clamp(40px, 5vw, 64px); }
.closing .button { min-width: 194px; }

.site-footer { border-top: 1px solid var(--line); background: var(--cream); }
.footer-inner { display: grid; grid-template-columns: 1.1fr 1.6fr auto auto; align-items: center; gap: 28px; min-height: 100px; padding-block: 20px; }
.footer-brand { font-size: 20px; }
.footer-brand .brand-sun { width: 28px; height: 28px; font-size: 19px; }
.footer-inner > p { margin: 0; color: var(--fig-70); font-size: 12px; }
.site-footer nav { display: flex; gap: 17px; font-size: 12px; font-weight: 650; }
.copyright { color: var(--fig-70); font-size: 11px; white-space: nowrap; }

.legal-page { max-width: 1000px; padding-block: 74px 110px; }
.legal-intro { max-width: 750px; margin-bottom: 46px; }
.legal-intro h1 { margin-bottom: 18px; font-size: clamp(48px, 7vw, 72px); }
.legal-deck { max-width: 660px; margin-bottom: 13px; color: var(--fig-70); font-size: clamp(17px, 2vw, 20px); }
.updated { color: var(--fig-70); font-size: 12px; }
.legal-copy { display: grid; gap: 0; max-width: 790px; }
.legal-copy section { padding-block: 23px; border-top: 1px solid var(--line); }
.legal-copy h2, .support-card h2 { margin: 0 0 10px; font-size: 25px; line-height: 1.2; }
.legal-copy p, .support-card p { max-width: 760px; margin: 0 0 12px; color: var(--fig-85); font-size: 15px; line-height: 1.75; }
.legal-copy p:last-child, .support-card p:last-child { margin-bottom: 0; }
.legal-copy a, .support-card a:not(.button) { color: var(--olive); font-weight: 650; text-underline-offset: 3px; }
.support-page { max-width: 1070px; }
.support-page .legal-intro { margin-bottom: 39px; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.support-card { position: relative; min-height: 230px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: var(--cream); }
.support-index { display: block; margin-bottom: 17px; color: var(--olive); font-family: var(--serif); font-size: 15px; }
.support-card h2 { font-size: 23px; }
.support-card p { font-size: 14px; }
.support-contact { background: var(--olive-soft); }
.support-email { margin-top: 19px !important; font-size: 16px !important; font-weight: 700; }

@media (max-width: 960px) {
  :root { --page: min(100% - 40px, 760px); }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-block: 66px 72px; }
  .hero-copy { max-width: 690px; }
  .hero-art { margin-inline: -4px; }
  .feature-card-large { min-height: 590px; }
  .screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .screenshot-card figcaption { min-height: 86px; }
  .privacy-strip-inner { grid-template-columns: 54px 1fr; }
  .privacy-strip .text-link { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 36px); }
  .nav-wrap { min-height: 68px; flex-wrap: wrap; gap: 7px 15px; padding-block: 12px; }
  .brand { font-size: 23px; }
  .main-nav { width: 100%; justify-content: space-between; gap: 12px; overflow-x: auto; padding-bottom: 2px; font-size: 12px; white-space: nowrap; }
  .main-nav .nav-support { padding: 5px 10px; }
  .hero { padding-block: 55px 56px; }
  h1 { font-size: clamp(45px, 12vw, 64px); }
  .hero-art img { border-radius: 19px; }
  .hero-art figcaption { right: 9px; bottom: 9px; font-size: 9px; }
  .hero-note { font-size: 11px; }
  .intro-band { padding-block: 52px; }
  .intro-grid, .va-grid { grid-template-columns: 1fr; gap: 23px; }
  .intro-grid h2, .va-copy h2, .section-heading h2 { font-size: 39px; }
  .intro-copy { font-size: 15px; }
  .feature-section { grid-template-columns: 1fr; gap: 13px; padding-block: 14px 62px; }
  .feature-card, .feature-card-large { min-height: 0; padding: 25px; }
  .feature-card-large { grid-template-columns: 35px 1fr; gap: 9px; padding-block: 32px 54px; }
  .feature-card h3 { font-size: 31px; }
  .feature-mark { font-size: 150px; }
  .va-grid { gap: 30px; padding-block: 54px 64px; }
  .va-art { min-height: 320px; order: 2; }
  .va-copy { order: 1; }
  .orbit { width: 265px; height: 265px; }
  .orbit-two { width: 205px; height: 205px; }
  .work-card { width: min(350px, 88%); padding: 22px; }
  .note-top { top: 3px; right: 0; }
  .note-bottom { bottom: 0; }
  .inside-section { padding-block: 64px; }
  .section-heading { display: block; margin-bottom: 23px; }
  .section-heading > p { margin-top: 14px; }
  .screenshot-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .screenshot-card { border-radius: 15px; }
  .screenshot-card figcaption { min-height: 90px; padding: 12px; }
  .screenshot-card figcaption strong { font-size: 15px; }
  .screenshot-card figcaption span { font-size: 10px; }
  .screenshot-note { font-size: 10px; }
  .privacy-strip { padding-block: 41px; }
  .privacy-strip-inner { grid-template-columns: 43px 1fr; gap: 15px; }
  .privacy-icon { width: 42px; height: 42px; font-size: 22px; }
  .privacy-strip h2 { font-size: 26px; }
  .privacy-strip p:not(.eyebrow) { font-size: 13px; }
  .closing { padding-block: 66px 75px; }
  .closing h2 { font-size: 43px; }
  .footer-inner { grid-template-columns: 1fr auto; gap: 14px; }
  .footer-inner > p { grid-column: 1 / -1; grid-row: 2; }
  .site-footer nav { grid-column: 1 / -1; grid-row: 3; flex-wrap: wrap; }
  .copyright { grid-column: 2; grid-row: 1; }
  .legal-page { padding-block: 56px 74px; }
  .legal-intro { margin-bottom: 30px; }
  .legal-copy section { padding-block: 20px; }
  .legal-copy h2, .support-card h2 { font-size: 22px; }
  .legal-copy p { font-size: 14px; }
  .support-grid { grid-template-columns: 1fr; gap: 11px; }
  .support-card { min-height: 0; padding: 22px; }
}

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