:root {
  color-scheme: light;
  --ink: #10241b;
  --muted: #52635b;
  --paper: #ffffff;
  --soft: #f2f7f4;
  --accent: #1ea96a;
  --accent-bright: #39df91;
  --dark: #0b1c15;
  --line: #dbe5df;
  --shadow: 0 24px 70px rgb(8 29 20 / 13%);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); color: var(--ink); font: 17px/1.6 system-ui, -apple-system, "Segoe UI", sans-serif; }
body { margin: 0; min-width: 320px; }
img { display: block; max-width: 100%; }
a { color: var(--accent); text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent-bright); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; top: .6rem; left: .6rem; transform: translateY(-160%); padding: .65rem .9rem; border-radius: .5rem; background: white; color: var(--dark); font-weight: 750; }
.skip-link:focus { transform: none; }
.site-header { position: relative; z-index: 2; background: var(--dark); color: white; }
.header-inner { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: 1.05rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem 2rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; color: white; font-weight: 820; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 2.2rem; aspect-ratio: 1; display: grid; place-items: center; border-radius: .7rem; background: var(--accent-bright); color: var(--dark); font-size: .76rem; letter-spacing: .04em; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 34%); }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .6rem 1.4rem; font-size: .9rem; }
.site-nav a { color: #d9e9e1; text-decoration: none; }
.site-nav a:hover { color: white; }
.nav-cta { padding: .58rem .88rem; border: 1px solid rgb(255 255 255 / 28%); border-radius: 999px; }
.hero { position: relative; overflow: hidden; background: var(--dark); color: white; }
.hero::after { content: ""; position: absolute; right: -12rem; bottom: -16rem; width: 36rem; height: 36rem; border-radius: 50%; background: rgb(52 227 141 / 12%); filter: blur(2px); }
.hero-grid { position: relative; z-index: 1; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(3.2rem, 8vw, 7.5rem) 0 clamp(2.5rem, 7vw, 5.5rem); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); align-items: center; gap: clamp(2.3rem, 6vw, 6rem); }
.eyebrow { margin: 0 0 1.25rem; color: var(--accent-bright); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 9ch; margin: 0; font-size: clamp(3.2rem, 8vw, 6.7rem); line-height: .91; letter-spacing: -.065em; }
.hero-copy { max-width: 58ch; margin: 1.55rem 0 0; color: #c8d9d1; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .78rem 1.1rem; border-radius: .72rem; background: var(--accent-bright); color: var(--dark); font-weight: 800; text-decoration: none; }
.button:hover { background: white; text-decoration: none; }
.button-secondary { border: 1px solid rgb(255 255 255 / 26%); background: transparent; color: white; }
.button-secondary:hover { color: var(--dark); }
.hero-note { margin: 1rem 0 0; color: #91a99d; font-size: .82rem; }
.hero-visual { position: relative; }
.hero-visual::before { content: ""; position: absolute; inset: -1rem 1.6rem 1rem -1rem; border: 1px solid rgb(57 223 145 / 38%); border-radius: 1.6rem; }
.hero-visual img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; border-radius: 1.35rem; object-fit: cover; object-position: 82% center; box-shadow: 0 30px 80px rgb(0 0 0 / 35%); }
.signal-row { position: relative; z-index: 1; width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: 0 0 2.1rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgb(255 255 255 / 12%); }
.signal { padding: 1.15rem 1rem 0 0; color: #a9bcb3; font-size: .82rem; }
.signal strong { display: block; color: white; font-size: .98rem; }
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-inner { width: min(1100px, calc(100% - 2.5rem)); margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 2rem 5rem; align-items: end; margin-bottom: 2.4rem; }
.section-heading h2 { max-width: 11ch; margin: 0; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.section-heading p { max-width: 58ch; margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { padding: 1.8rem 2rem 0 0; }
.step-number { display: inline-grid; width: 2.25rem; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--dark); color: var(--accent-bright); font-size: .8rem; font-weight: 800; }
.step h3 { margin: 1.15rem 0 .55rem; font-size: 1.24rem; }
.step p { margin: 0; color: var(--muted); font-size: .94rem; }
.restaurant-section { background: var(--soft); }
.restaurant-card { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--line); border-radius: 1.4rem; background: white; box-shadow: var(--shadow); }
.restaurant-copy { padding: clamp(2rem, 5vw, 4.2rem); }
.restaurant-copy h2 { max-width: 12ch; margin: .25rem 0 1.2rem; font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: .98; letter-spacing: -.055em; }
.restaurant-copy > p { max-width: 58ch; color: var(--muted); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.5rem; margin-top: 2rem; }
.benefit { padding-top: .9rem; border-top: 2px solid var(--accent); }
.benefit strong { display: block; margin-bottom: .25rem; }
.benefit span { color: var(--muted); font-size: .88rem; }
.restaurant-aside { display: flex; flex-direction: column; justify-content: space-between; padding: clamp(2rem, 5vw, 4.2rem); background: var(--accent); color: #07150f; }
.restaurant-aside blockquote { margin: 0; padding: 0; border: 0; font-size: clamp(1.5rem, 3vw, 2.6rem); font-weight: 780; line-height: 1.13; letter-spacing: -.035em; }
.restaurant-aside p { margin: 3rem 0 0; font-size: .9rem; }
.trust-section { background: var(--dark); color: white; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem 5rem; }
.trust-grid h2 { max-width: 11ch; margin: 0; font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1; letter-spacing: -.05em; }
.trust-grid p { margin: 0 0 1.3rem; color: #b8ccc2; }
.text-link { color: var(--accent-bright); font-weight: 760; }
.site-footer { padding: 2rem 0; background: #07140f; color: #9eb2a8; font-size: .82rem; }
.footer-inner { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.5rem 3rem; }
.footer-inner p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .5rem 1rem; }
.footer-links a { color: #d3e2db; }
.disclaimer { grid-column: 1 / -1; padding-top: 1.2rem; border-top: 1px solid rgb(255 255 255 / 10%); color: #71877c; }
.legal-shell { min-height: 100vh; background: var(--soft); }
.legal-main { width: min(860px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) 0; }
.legal-content { padding: clamp(1.4rem, 5vw, 4.5rem); border: 1px solid var(--line); border-radius: 1.2rem; background: white; box-shadow: 0 20px 60px rgb(8 29 20 / 8%); }
.legal-content h1, .legal-content h2, .legal-content h3 { line-height: 1.18; letter-spacing: -.025em; scroll-margin-top: 1rem; }
.legal-content h1 { margin: 0 0 1.5rem; font-size: clamp(2.3rem, 7vw, 4.2rem); letter-spacing: -.05em; }
.legal-content h2 { margin: 2.8rem 0 .9rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: 1.55rem; }
.legal-content h3 { margin-top: 2rem; font-size: 1.16rem; }
.legal-content p, .legal-content li { max-width: 72ch; }
.legal-content li + li { margin-top: .45rem; }
.legal-content code { padding: .08em .3em; border-radius: .25rem; background: var(--soft); }
.legal-content blockquote { margin: 1.4rem 0; padding: .8rem 1rem; border-left: .28rem solid var(--accent); background: var(--soft); }
@media (max-width: 820px) {
  .site-nav a:not(.nav-cta) { display: none; }
  .hero-grid, .restaurant-card, .trust-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 3.5rem; }
  .hero h1 { max-width: 10ch; }
  .hero-visual { max-width: 620px; }
  .signal-row { grid-template-columns: 1fr; padding-top: 1rem; }
  .signal { padding-top: .65rem; }
  .section-heading { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { padding-right: 0; padding-bottom: 1.5rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 520px) {
  html { font-size: 16px; }
  .header-inner, .hero-grid, .signal-row, .section-inner, .footer-inner, .legal-main { width: min(100% - 1.5rem, 1180px); }
  .brand-mark { width: 2rem; }
  .nav-cta { padding: .5rem .7rem; }
  .hero h1 { font-size: clamp(3rem, 17vw, 4.5rem); }
  .hero-visual::before { display: none; }
  .benefits { grid-template-columns: 1fr; }
  .legal-content { padding: 1.2rem; border-radius: .8rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  html, .legal-shell { background: white; font-size: 11pt; }
  .site-header nav, .site-footer { display: none; }
  .site-header { background: white; color: black; }
  .site-header a { color: black; }
  .legal-main { width: auto; padding: 0; }
  .legal-content { padding: 0; border: 0; box-shadow: none; }
  a { color: black; }
}
