:root {
  --ink: #153c33;
  --ink-deep: #0e2d27;
  --paper: #f6f4ec;
  --white: #fffefa;
  --muted: #64766f;
  --line: #d8dfd7;
  --lime: #d8f3a9;
  --sage: #a9c4ae;
  --orange: #f0a376;
  --shadow: 0 28px 80px rgba(14, 45, 39, .13);
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .21; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E"); }
img { max-width: 100%; }
a { color: inherit; }
button, a { touch-action: manipulation; }
button { font: inherit; color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 12px 18px; border-radius: 6px; }
.skip-link:focus { top: 16px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { width: min(1320px, calc(100% - 48px)); margin: 0 auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(21, 60, 51, .14); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; letter-spacing: -.35px; white-space: nowrap; }
.brand img { width: 35px; height: 35px; border-radius: 9px; }
.site-header nav { display: flex; gap: 30px; margin-left: auto; }
.site-header nav a { color: #405c54; text-decoration: none; font-size: 14px; font-weight: 600; }
.site-header nav a:hover { color: var(--ink); }
.button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 6px; background: var(--ink); color: white; text-decoration: none; font-size: 14px; font-weight: 700; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--ink-deep); }
.button[aria-disabled="true"] { opacity: .62; cursor: default; }
.button[aria-disabled="true"]:hover { transform: none; }
.button-small { min-height: 40px; padding-inline: 16px; font-size: 13px; }
.button-light { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.button-light:hover { background: #e4f8bf; }
.button-secondary { min-height: 46px; padding: 0 18px; border: 1px solid #b9c5bc; border-radius: 6px; background: white; font-weight: 700; cursor: pointer; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.hero { min-height: 720px; padding: 88px 0 92px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 68px; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 11px; color: #5a756a; font-size: 11px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 29px; height: 1px; background: currentColor; }
.eyebrow.light { color: #b9d0c5; }
.hero h1, h2 { font-family: Georgia, serif; font-weight: 400; }
.hero h1 { margin: 0; font-size: clamp(56px, 6.1vw, 91px); line-height: .94; letter-spacing: -3.8px; }
.hero h1 em { color: #638677; font-weight: 400; }
.lede { max-width: 570px; margin: 31px 0 32px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.hero-notes { margin: 35px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 19px; list-style: none; color: var(--muted); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .7px; }
.hero-notes li { display: flex; align-items: center; gap: 8px; }
.hero-notes li::before { content: ""; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; }
.hero-visual { position: relative; overflow: visible; border: 1px solid #cfd8cf; border-radius: 12px; background: white; box-shadow: var(--shadow); transform: rotate(1.1deg); }
.product-media { display: block; width: 100%; aspect-ratio: 8 / 5; overflow: hidden; }
.product-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-visual > .product-media, .hero-visual > .product-media img { border-radius: 0 0 11px 11px; }
.window-bar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid #e3e7e1; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #c9d3cb; }
.window-bar span:first-child { background: var(--orange); }
.window-bar b { margin-left: 7px; font-size: 9px; color: #819087; letter-spacing: .4px; }
.format-card { position: absolute; right: -24px; bottom: -36px; width: 138px; padding: 17px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: var(--ink); color: white; border-radius: 8px; box-shadow: 0 16px 30px rgba(14, 45, 39, .25); transform: rotate(-2deg); }
.format-card small { grid-column: 1 / -1; color: #aac2b7; font-size: 9px; letter-spacing: 1.4px; }
.format-card strong { padding: 8px 4px; text-align: center; border: 1px solid rgba(255,255,255,.17); border-radius: 4px; font-size: 10px; }
.proof-strip { background: var(--ink); color: white; }
.proof-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.proof-grid p { margin: 0; padding: 12px 30px; display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.15); }
.proof-grid p:first-child { padding-left: 0; }
.proof-grid p:last-child { border: 0; }
.proof-grid strong { font-family: Georgia, serif; color: var(--lime); font-size: 39px; font-weight: 400; }
.proof-grid span { max-width: 120px; color: #c6d4ce; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .7px; }
.section { padding-top: 116px; padding-bottom: 116px; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .feature-copy h2, .privacy-section h2, .recognition-card h2, .final-cta h2, .legal-hero h1 { margin: 0; font-size: clamp(43px, 5vw, 67px); line-height: 1.02; letter-spacing: -2px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.steps article { min-height: 290px; padding: 31px; background: var(--white); }
.steps b { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 62px; border-radius: 50%; background: #eaf0e7; color: #5c766a; font-size: 11px; }
.steps h3 { margin: 0 0 14px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.steps p, .feature-copy > p, .section-heading.split > p, .recognition-card p, .privacy-grid p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.feature-section { padding-bottom: 0; background: #edf0e9; }
.feature-row { padding-bottom: 120px; display: grid; grid-template-columns: 1.06fr .94fr; gap: 82px; align-items: center; }
.feature-row.reverse .feature-shot { order: 2; }
.feature-shot { border: 1px solid #d0d9d1; border-radius: 10px; overflow: hidden; background: white; box-shadow: 0 22px 55px rgba(14,45,39,.1); }
.feature-shot img { width: 100%; height: 100%; display: block; object-fit: cover; }
.feature-copy h2 { font-size: clamp(40px, 4.4vw, 61px); }
.feature-copy > p { margin: 28px 0; max-width: 510px; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; font-size: 13px; font-weight: 600; }
.check-list li::before { content: "✓"; margin-right: 9px; color: #71905f; }
.format-list { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cad4ca; border-bottom: 1px solid #cad4ca; }
.format-list span { padding: 21px 10px 21px 0; font-size: 17px; font-weight: 700; }
.format-list small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 500; }
.section-heading.split { display: flex; justify-content: space-between; gap: 60px; align-items: end; }
.section-heading.split > p { width: 390px; margin: 0 0 4px; }
.template-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.template-grid article { min-height: 205px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); }
.template-grid span { color: #73857c; font-size: 10px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.template-grid h3 { margin: 42px 0 8px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.template-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.recognition-section { padding: 0; }
.recognition-card { padding: 72px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; color: white; background: var(--ink); border-radius: 14px; }
.recognition-card h2 { font-size: clamp(39px, 4.5vw, 61px); }
.recognition-card p { margin-top: 0; color: #d0ddd7; }
.recognition-card .fine { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #9fb4ab; font-size: 12px; }
.privacy-section > div:first-child { max-width: 820px; }
.privacy-grid { margin: 52px 0 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.privacy-grid article { padding-top: 20px; border-top: 2px solid var(--sage); }
.privacy-grid b { font-size: 14px; }
.faq { border-top: 1px solid var(--line); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 24px 44px 24px 0; cursor: pointer; list-style: none; position: relative; font-family: Georgia, serif; font-size: 22px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 8px; font-family: Arial, sans-serif; font-size: 22px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 800px; margin: -5px 0 25px; color: var(--muted); line-height: 1.7; }
.final-cta { margin-bottom: 80px; padding: 70px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; color: white; background: var(--ink-deep); border-radius: 14px; }
.final-cta h2 { font-size: clamp(41px, 4.8vw, 65px); }
.final-cta > div:last-child { text-align: right; }
.store-status { margin: 14px 0 0; color: #a9beb5; font-size: 11px; line-height: 1.5; }
.site-footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid var(--line); font-size: 12px; }
.site-footer > div { display: flex; gap: 24px; }
.site-footer > div a, .site-footer button { padding: 0; border: 0; background: none; color: var(--muted); text-decoration: none; cursor: pointer; }
.site-footer > p { justify-self: end; color: var(--muted); }
.consent { position: fixed; z-index: 50; left: 24px; right: 24px; bottom: 24px; max-width: 930px; margin: auto; padding: 20px 22px; display: flex; justify-content: space-between; align-items: center; gap: 28px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 18px 55px rgba(14,45,39,.19); }
.consent[hidden] { display: none; }
.consent strong { font-size: 14px; }
.consent p { margin: 5px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.consent > div:last-child { display: flex; gap: 9px; flex: 0 0 auto; }

.legal-header { background: var(--ink); }
.legal-header .site-header { border-color: rgba(255,255,255,.17); color: white; }
.legal-header .site-header nav a { color: #c7d5cf; }
.legal-header .button-small { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.legal-hero { padding: 92px 0 72px; background: var(--ink); color: white; }
.legal-hero h1 { max-width: 760px; }
.legal-hero p:last-child { max-width: 700px; margin: 24px 0 0; color: #bdcec6; line-height: 1.7; }
.legal-layout { padding: 76px 0 120px; display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 90px; }
.legal-aside { position: sticky; top: 28px; align-self: start; }
.legal-aside p { margin: 0 0 20px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.legal-aside a { display: block; padding: 9px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-aside a:hover { color: var(--ink); }
.legal-copy section { margin-bottom: 54px; scroll-margin-top: 30px; }
.legal-copy h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; letter-spacing: -.7px; }
.legal-copy h3 { margin: 28px 0 10px; font-size: 15px; }
.legal-copy p, .legal-copy li { color: #536860; font-size: 15px; line-height: 1.75; }
.legal-copy ul { padding-left: 20px; }
.legal-copy .notice { padding: 20px 22px; background: #edf0e8; border-left: 3px solid #789573; }
.support-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.support-card { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.support-card h3 { margin-top: 0; }
.support-card p { margin-bottom: 0; font-size: 13px; }
.error-page { min-height: calc(100vh - 194px); display: grid; place-items: center; text-align: center; }
.error-page h1 { margin: 0; font-family: Georgia, serif; font-size: 92px; font-weight: 400; }
.error-page p { margin: 10px 0 28px; color: var(--muted); }

@media (max-width: 920px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: 92%; margin-inline: auto; }
  .proof-grid { grid-template-columns: 1fr 1fr; padding-block: 18px; }
  .proof-grid p:nth-child(2) { border-right: 0; }
  .feature-row, .feature-row.reverse { grid-template-columns: 1fr; gap: 48px; }
  .feature-row.reverse .feature-shot { order: 0; }
  .recognition-card { grid-template-columns: 1fr; gap: 30px; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-aside { position: static; display: none; }
}

@media (max-width: 680px) {
  .shell, .site-header { width: min(100% - 34px, 1180px); }
  .site-header { min-height: 70px; }
  .site-header .button-small { display: none; }
  .hero { padding: 56px 0 70px; gap: 42px; }
  .hero h1 { font-size: 54px; letter-spacing: -2.7px; }
  .lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .format-card { right: -8px; bottom: -28px; }
  .proof-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .proof-grid p, .proof-grid p:first-child { padding: 15px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .proof-grid p:last-child { border: 0; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .section-heading h2, .feature-copy h2, .privacy-section h2, .legal-hero h1 { font-size: 42px; letter-spacing: -1.5px; }
  .steps, .template-grid { grid-template-columns: 1fr; }
  .steps article { min-height: 240px; }
  .steps b { margin-bottom: 42px; }
  .feature-row { padding-bottom: 80px; }
  .check-list { grid-template-columns: 1fr; }
  .section-heading.split { align-items: flex-start; flex-direction: column; }
  .section-heading.split > p { width: auto; }
  .recognition-card { width: 100%; padding: 50px 25px; border-radius: 0; }
  .privacy-grid { grid-template-columns: 1fr; }
  .final-cta { width: 100%; margin-bottom: 0; padding: 55px 25px; grid-template-columns: 1fr; gap: 36px; border-radius: 0; }
  .final-cta > div:last-child { text-align: left; }
  .site-footer { padding: 34px 0; grid-template-columns: 1fr; }
  .site-footer > div { flex-wrap: wrap; }
  .site-footer > p { justify-self: start; margin: 0; }
  .consent { left: 12px; right: 12px; bottom: 12px; align-items: stretch; flex-direction: column; }
  .consent > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .legal-hero { padding: 70px 0 55px; }
  .legal-layout { padding: 55px 0 85px; }
  .support-cards { grid-template-columns: 1fr; }
}

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