:root {
  --green-950: #0d2f27;
  --green-900: #163a2f;
  --green-800: #0e4a38;
  --green-700: #26644a;
  --green-500: #69b78c;
  --mint-100: #e8f0ec;
  --mint-50: #f4f7f5;
  --cream: #fff8ec;
  --white: #ffffff;
  --ink: #192a23;
  --muted: #5b6c64;
  --outline: #dce5e0;
  --gold: #f2bb4d;
  --orange: #b8491f;
  --shadow: 0 12px 32px rgba(13, 47, 39, .10);
  --shadow-soft: 0 6px 18px rgba(13, 47, 39, .07);
  --radius-lg: 2rem;
  --radius-md: 1.35rem;
  --shell: 74rem;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; overflow-x: hidden; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--mint-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: .75rem;
  left: .75rem;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--green-950);
  border-radius: .75rem;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  color: var(--white);
}

.header-inner {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: inherit;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 760;
  letter-spacing: -.03em;
}

.brand img { border-radius: 13px; }

.nav { display: flex; align-items: center; gap: 1.7rem; font-size: .95rem; font-weight: 620; }
.nav a { text-decoration: none; }
.nav a:not(.nav-contact):hover { color: var(--gold); }
.nav-contact { padding: .55rem 1rem; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; }
.nav-contact:hover { background: rgba(255,255,255,.12); }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 77% 22%, rgba(105,183,140,.28), transparent 25rem),
    linear-gradient(135deg, var(--green-950), var(--green-800));
}

.hero::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  right: -14rem;
  bottom: -17rem;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.02);
}

.hero-grid {
  min-height: 48rem;
  padding-top: 8.5rem;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 3rem;
}

.hero-copy { position: relative; z-index: 2; padding-bottom: 4rem; }
.eyebrow {
  margin: 0 0 1rem;
  color: var(--green-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero-brand-name {
  margin: 0 0 1.5rem;
  color: var(--gold);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 820;
  line-height: 1;
  letter-spacing: -.04em;
}

h1, h2, h3 { margin: 0; line-height: 1.07; letter-spacing: -.045em; }
.hero h1 { max-width: 12ch; font-size: clamp(3.25rem, 7vw, 6.6rem); font-weight: 820; }
.hero h1 span { color: var(--gold); }
.lead { max-width: 36rem; margin: 1.75rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.3rem); }

.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; flex-wrap: wrap; gap: 1.25rem; }
.button {
  min-height: 3.25rem;
  padding: .8rem 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 760;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--green-950); background: var(--gold); box-shadow: 0 10px 30px rgba(242,187,77,.18); }
.button-primary:hover { background: #ffd271; }
.button-secondary { color: var(--white); background: var(--green-700); box-shadow: var(--shadow-soft); }
.button-secondary:hover { background: var(--green-800); }

.availability { display: inline-flex; align-items: center; gap: .6rem; color: rgba(255,255,255,.73); font-size: .88rem; }
.availability span { width: .55rem; height: .55rem; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 .3rem rgba(242,187,77,.12); }

.hero-visual { position: relative; z-index: 1; min-height: 39rem; align-self: end; }
.sun-disc { position: absolute; width: 25rem; height: 25rem; top: 5rem; left: 48%; background: var(--mint-100); border-radius: 50%; transform: translateX(-50%); opacity: .16; }
.phone {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: .35rem solid var(--white);
  border-radius: 1.6rem;
  box-shadow: var(--shadow);
}
.phone img { width: 100%; height: auto; }
.phone-main { position: absolute; width: 19.2rem; height: 37rem; left: 50%; bottom: -2.75rem; transform: translateX(-50%); }
.phone-main img { margin-top: -1.1rem; }
.hero-note { position: absolute; z-index: 3; min-width: 10.5rem; padding: .85rem 1rem; color: var(--ink); background: var(--white); border: 1px solid var(--outline); border-radius: .8rem; box-shadow: var(--shadow-soft); }
.hero-note strong, .hero-note span { display: block; }
.hero-note strong { font-size: .95rem; }
.hero-note span { color: var(--muted); font-size: .78rem; }
.note-recipes { top: 11rem; left: 0; }
.note-shopping { right: 0; bottom: 8rem; }

.promise { background: var(--white); border-bottom: 1px solid var(--outline); }
.promise-grid { padding-block: 1.25rem; display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid > div { display: flex; justify-content: center; align-items: center; gap: .8rem; padding: .5rem 1.25rem; }
.promise-grid > div + div { border-left: 1px solid var(--outline); }
.promise-grid p { margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.promise-grid strong { color: var(--ink); font-size: .95rem; }
.promise-icon { width: 2.3rem; height: 2.3rem; display: grid; place-items: center; flex: 0 0 auto; color: var(--green-700); background: var(--mint-100); border-radius: .8rem; font-weight: 800; }

.section { padding-block: 7rem; }
.section-heading { max-width: 44rem; margin-bottom: 3rem; }
.section-heading h2, .showcase h2, .privacy-section h2, .final-card h2 { font-size: clamp(2.15rem, 4.2vw, 4rem); }
.section-heading > p:last-child, .showcase-copy > p, .privacy-section p, .final-card p { color: var(--muted); font-size: 1.08rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.feature-card { position: relative; min-height: 20rem; padding: 2rem; overflow: hidden; background: var(--white); border: 1px solid var(--outline); border-radius: var(--radius-md); }
.feature-number { position: absolute; top: 1.4rem; right: 1.5rem; color: #a9b6b0; font-size: .8rem; font-weight: 760; letter-spacing: .12em; }
.feature-icon { width: 3.7rem; height: 3.7rem; margin-bottom: 4.25rem; display: grid; place-items: center; color: var(--white); background: var(--green-700); border-radius: 1.1rem; font-size: 1.45rem; font-weight: 800; box-shadow: 0 10px 24px rgba(38,100,74,.2); }
.feature-card h3 { position: relative; z-index: 1; font-size: 1.65rem; }
.feature-card p { position: relative; z-index: 1; margin: .9rem 0 0; color: var(--muted); }
.feature-recipes .feature-icon { color: var(--green-950); background: var(--gold); box-shadow: 0 10px 24px rgba(242,187,77,.18); }
.feature-shop .feature-icon { color: var(--green-700); background: var(--mint-100); box-shadow: none; }

.showcase { overflow: hidden; padding-block: 7rem; background: var(--white); }
.showcase-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.showcase-copy > p { margin: 1.4rem 0 0; }
.check-list { margin: 2rem 0 0; padding: 0; list-style: none; }
.check-list li { margin: .7rem 0; padding-left: 2rem; position: relative; font-weight: 620; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -.08rem; width: 1.35rem; height: 1.35rem; display: grid; place-items: center; color: var(--green-700); background: var(--mint-100); border-radius: .4rem; font-size: .75rem; }
.screens-stack { min-height: 42rem; position: relative; }
.screens-stack::before { content: ""; position: absolute; inset: 3rem 8% 3rem; background: var(--mint-100); border-radius: 2rem; }
.phone-secondary, .phone-tertiary { position: absolute; width: 17rem; height: 36rem; top: 1rem; }
.phone-secondary { left: 12%; }
.phone-tertiary { right: 9%; top: 4rem; }
.phone-secondary img, .phone-tertiary img { margin-top: -1rem; }

.recipes-section { background: var(--mint-50); }
.recipes-grid { display: grid; grid-template-columns: minmax(15rem, .8fr) 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.recipe-phone { width: min(100%, 19rem); max-height: 36rem; justify-self: center; }
.recipes-grid h2 { max-width: 12ch; font-size: clamp(2.15rem, 4.2vw, 4rem); }
.recipes-grid p:last-child { max-width: 34rem; color: var(--muted); font-size: 1.08rem; }

.privacy-section { color: var(--white); background: var(--green-900); }
.privacy-grid { display: grid; grid-template-columns: 15rem 1fr; align-items: center; gap: 4rem; }
.privacy-mark { width: 13rem; height: 13rem; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 3rem; transform: rotate(-4deg); }
.privacy-mark img { width: 6rem; border-radius: 1.4rem; transform: rotate(4deg); }
.eyebrow-light { color: var(--gold); }
.privacy-section p { max-width: 48rem; color: rgba(255,255,255,.76); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1rem; font-weight: 760; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.light-link { color: var(--white); }

.final-section { background: var(--mint-100); }
.final-card { padding: clamp(2rem, 5vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--white); border: 1px solid var(--outline); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.final-card p { margin-bottom: 0; }

.site-footer { color: rgba(255,255,255,.68); background: var(--green-950); }
.footer-inner { min-height: 8rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; font-size: .88rem; }
.footer-brand { color: var(--white); font-size: 1.1rem; }
.footer-inner > p { text-align: center; }
.footer-inner nav { justify-self: end; display: flex; gap: 1.3rem; }
.footer-inner a:hover { color: var(--white); }

.legal-header { position: static; color: var(--white); background: var(--green-900); }
.back-link { font-size: .95rem; font-weight: 650; text-decoration: none; }
.back-link:hover { color: var(--gold); }
.legal-main { padding-block: 4rem 7rem; }
.legal-card { max-width: 52rem; padding: clamp(1.5rem, 5vw, 4rem); background: var(--white); border: 1px solid var(--outline); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.legal-card h1 { font-size: clamp(2.8rem, 7vw, 5rem); hyphens: auto; overflow-wrap: anywhere; }
.legal-intro { margin: 1rem 0 3rem; color: var(--muted); }
.legal-card section { padding-top: 2.2rem; margin-top: 2.2rem; border-top: 1px solid var(--outline); }
.legal-card section:first-of-type { margin-top: 0; }
.legal-card h2 { margin-bottom: 1rem; font-size: 1.45rem; letter-spacing: -.025em; }
.legal-card p, .legal-card li, .legal-card address { color: #3f5048; }
.legal-card address { font-style: normal; }
.legal-card ul { padding-left: 1.3rem; }
.legal-highlight { margin-inline: clamp(-1rem, -2vw, -2rem); padding: 2rem !important; color: var(--white); background: var(--green-900); border: 0 !important; border-radius: var(--radius-md); }
.legal-highlight .eyebrow { color: var(--gold); }
.legal-highlight p { color: rgba(255,255,255,.78); }

@media (max-width: 900px) {
  .hero-grid { min-height: auto; padding-top: 9rem; grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { min-height: 35rem; }
  .phone-main { height: 33rem; width: 17rem; }
  .note-recipes { left: 8%; }
  .note-shopping { right: 8%; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 15rem; }
  .feature-icon { margin-bottom: 2rem; }
  .showcase-grid { grid-template-columns: 1fr; }
  .recipes-grid { grid-template-columns: 1fr; }
  .recipe-phone { grid-row: 2; }
  .screens-stack { min-height: 39rem; }
  .phone-secondary, .phone-tertiary { width: 15rem; height: 33rem; }
  .privacy-grid { grid-template-columns: 10rem 1fr; gap: 2rem; }
  .privacy-mark { width: 9rem; height: 9rem; border-radius: 2.3rem; }
  .final-card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 1.5rem), var(--shell)); }
  .header-inner { min-height: 4.9rem; flex-wrap: wrap; gap: 0 .8rem; padding-block: .6rem; }
  .nav { width: 100%; justify-content: space-between; gap: .6rem; font-size: .82rem; }
  .nav-contact { padding: .45rem .8rem; }
  .hero-grid { padding-top: 10rem; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4rem); }
  .lead { overflow-wrap: anywhere; }
  .lead { font-size: 1.05rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 31rem; }
  .sun-disc { width: 20rem; height: 20rem; }
  .phone-main { width: 15rem; height: 29rem; }
  .hero-note { min-width: 8.5rem; padding: .7rem .8rem; }
  .note-recipes { top: 9rem; left: 0; }
  .note-shopping { right: 0; bottom: 5rem; }
  .promise-grid { grid-template-columns: 1fr; padding-block: .6rem; }
  .promise-grid > div { justify-content: flex-start; padding: .65rem .5rem; }
  .promise-grid > div + div { border-left: 0; border-top: 1px solid var(--outline); }
  .section, .showcase { padding-block: 4.5rem; }
  .section-heading h2, .showcase h2, .privacy-section h2, .final-card h2 { font-size: 2.45rem; }
  .feature-card { padding: 1.5rem; }
  .screens-stack { min-height: 30rem; margin-inline: -.5rem; }
  .recipe-phone { width: min(75%, 17rem); max-height: 30rem; }
  .phone-secondary, .phone-tertiary { width: 11.8rem; height: 26rem; border-width: .35rem; border-radius: 1.7rem; }
  .phone-secondary { left: 3%; }
  .phone-tertiary { right: 3%; }
  .privacy-grid { grid-template-columns: 1fr; }
  .privacy-mark { width: 7rem; height: 7rem; }
  .privacy-mark img { width: 4.5rem; }
  .footer-inner { padding-block: 1.5rem; grid-template-columns: 1fr; gap: .8rem; }
  .footer-inner > p { text-align: left; margin: 0; }
  .footer-inner nav { justify-self: start; }
  .legal-main { padding-block: 1.5rem 4rem; }
  .legal-card { border-radius: 1.2rem; }
  .legal-card h1 { font-size: clamp(2.15rem, 10vw, 2.8rem); }
  .legal-highlight { margin-inline: 0; }
}

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