:root {
  --ink: #173326;
  --muted: #587064;
  --leaf: #31744b;
  --leaf-dark: #205737;
  --cream: #fbfaf2;
  --mist: #edf5e9;
  --gold: #efb84b;
  --white: #fff;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", system-ui, sans-serif; line-height: 1.6; }
a { color: var(--leaf-dark); text-underline-offset: 4px; }
img { display: block; max-width: 100%; }

.site-header, footer { width: min(1180px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; }
.site-header { height: 88px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); font-weight: 800; font-size: 1.2rem; text-decoration: none; }
.brand img { border-radius: 12px; }
nav { display: flex; gap: 30px; }
nav a { color: var(--ink); font-weight: 650; text-decoration: none; }

.hero { min-height: 700px; padding: 70px max(20px, calc((100vw - 1180px) / 2)) 110px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; overflow: hidden; background: radial-gradient(circle at 82% 25%, #fff8c9 0 7%, transparent 24%), linear-gradient(135deg, #f5f8e9, #deefe2); }
.eyebrow { margin: 0 0 16px; color: var(--leaf); font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3rem, 5.6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--leaf); font-style: normal; }
.lede { max-width: 650px; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { margin-top: 35px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.coming-soon { padding: 13px 19px; color: white; background: var(--ink); border-radius: 999px; font-size: .92rem; font-weight: 750; }
.hero-actions a { font-weight: 750; }
.bird-collage { position: relative; min-height: 510px; }
.bird { position: absolute; margin: 0; padding: 10px; background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.9); border-radius: 34px; box-shadow: 0 28px 55px rgba(34,78,51,.18); backdrop-filter: blur(10px); transform: rotate(var(--rotate)); }
.bird img { width: 100%; height: 100%; object-fit: cover; border-radius: 25px; }
.bird figcaption { position: absolute; right: 20px; bottom: 20px; padding: 5px 11px; color: white; background: rgba(20,49,34,.75); border-radius: 999px; font-size: .78rem; font-weight: 750; }
.bird-main { --rotate: 3deg; z-index: 2; inset: 55px 30px 25px 80px; }
.bird-top { --rotate: -8deg; z-index: 3; width: 190px; height: 190px; top: -5px; left: 5px; }
.bird-bottom { --rotate: 8deg; z-index: 3; width: 175px; height: 175px; right: -12px; bottom: 0; }
.notes { position: absolute; z-index: 4; right: 5px; top: 25px; color: var(--gold); font-size: 5rem; transform: rotate(12deg); }

.features { padding: 110px max(20px, calc((100vw - 1180px) / 2)); }
.section-heading { max-width: 680px; margin-bottom: 48px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.15rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid article { padding: 30px 26px; background: white; border: 1px solid #e2eadf; border-radius: var(--radius); box-shadow: 0 15px 30px rgba(34,72,48,.06); }
.feature-icon { width: 48px; height: 48px; margin-bottom: 24px; display: grid; place-items: center; color: white; background: var(--leaf); border-radius: 16px; font-size: 1.45rem; font-weight: 800; }
.feature-grid h3 { margin-bottom: 8px; font-size: 1.18rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .95rem; }

.promise { width: min(1180px, calc(100% - 40px)); margin: 0 auto 110px; padding: 28px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; color: white; background: var(--ink); border-radius: 38px; }
.promise img { width: 100%; height: 360px; object-fit: cover; border-radius: 26px; }
.promise > div { padding: 25px 45px 25px 0; }
.promise .eyebrow { color: #9ed5ae; }
.promise h2 { margin-bottom: 18px; }
.promise p:not(.eyebrow) { color: #c9d8cf; font-size: 1.08rem; }
.promise a { color: white; font-weight: 750; }
footer { min-height: 120px; gap: 25px; border-top: 1px solid #dce6d8; color: var(--muted); font-size: .9rem; }
footer p { margin: 0; }

.legal-page { width: min(820px, calc(100% - 40px)); margin: 70px auto 110px; }
.legal-page > h1 { margin-bottom: 12px; font-size: clamp(2.8rem, 7vw, 4.8rem); }
.updated { margin-bottom: 40px; color: var(--muted); }
.legal-card { padding: clamp(28px, 6vw, 60px); background: white; border: 1px solid #e1e9dd; border-radius: 32px; box-shadow: 0 20px 55px rgba(34,72,48,.07); }
.legal-intro { font-size: 1.25rem; color: var(--ink); }
.legal-card h2 { margin: 42px 0 10px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-card p { color: var(--muted); }
.back-link { display: inline-block; margin-top: 32px; font-weight: 750; }

@media (max-width: 850px) {
  .hero { padding-top: 55px; grid-template-columns: 1fr; gap: 25px; }
  .bird-collage { min-height: 450px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .promise { grid-template-columns: 1fr; gap: 25px; }
  .promise > div { padding: 10px 15px 25px; }
}

@media (max-width: 560px) {
  .site-header { height: 76px; }
  nav a:first-child { display: none; }
  h1 { font-size: 3.3rem; }
  .hero { padding-bottom: 75px; }
  .bird-collage { min-height: 355px; }
  .bird-main { inset: 45px 20px 10px 35px; }
  .bird-top { width: 125px; height: 125px; }
  .bird-bottom { width: 125px; height: 125px; }
  .notes { font-size: 3.5rem; }
  .features { padding-top: 75px; padding-bottom: 75px; }
  .feature-grid { grid-template-columns: 1fr; }
  .promise { padding: 14px; margin-bottom: 70px; }
  .promise img { height: 260px; }
  footer { padding: 30px 0; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
