@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/dm-sans-400.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/dm-sans-500.ttf") format("truetype"); }
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/dm-sans-600.ttf") format("truetype"); }
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/newsreader-400.ttf") format("truetype"); }
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 500; font-display: swap; src: url("/assets/newsreader-500.ttf") format("truetype"); }

:root {
  --paper: #f7f3ea;
  --paper-deep: #eee7d9;
  --ink: #152016;
  --muted: #5e655e;
  --line: #d8d0c1;
  --green: #244d26;
  --green-soft: #dfe8d8;
  --blue: #2458c6;
  --white: #fffdf8;
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--ink); color: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { align-items: center; background: color-mix(in srgb, var(--paper) 92%, transparent); border-bottom: 1px solid var(--line); display: flex; height: 76px; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.wordmark { align-items: center; display: inline-flex; font: 500 1.55rem/1 var(--serif); text-decoration: none; }
nav { align-items: center; display: flex; gap: 2rem; }
nav a { font-size: .9rem; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--green); }
.nav-cta { border: 1px solid var(--green); border-radius: 999px; padding: .7rem 1rem; }
.menu-button { display: none; }

main { overflow: hidden; }
.hero, .story-section { margin: 0 auto; max-width: 1120px; padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; }
.hero { padding-top: clamp(5.5rem, 11vw, 9rem); }
.eyebrow, .section-number { color: var(--green); font-size: .78rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 8vw, 7.6rem); line-height: .92; margin: 1.5rem auto 1.75rem; max-width: 1050px; }
.hero-copy, .section-lede { color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.65; margin: 0 auto; max-width: 760px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin: 2.3rem 0 4rem; }
.button { border-radius: 4px; display: inline-flex; font-size: .94rem; font-weight: 600; justify-content: center; padding: .92rem 1.25rem; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 10px 30px #244d2622; }
.button-primary:hover { background: #173a1a; }
.button-secondary { border: 1px solid var(--line); background: var(--white); }

.paper-frame { background: var(--white); border: 1px solid #d8cfbe; box-shadow: 0 22px 70px #4d472e1c; overflow: hidden; }
.hero-figure { border-radius: 22px; margin: 0; position: relative; }
.hero-figure img { aspect-ratio: 16 / 8.4; object-fit: cover; width: 100%; }
.hero-figure figcaption { background: color-mix(in srgb, var(--white) 94%, transparent); border: 1px solid var(--line); bottom: clamp(1rem, 4vw, 3rem); left: 50%; padding: 1.1rem 1.3rem; position: absolute; text-align: left; transform: translateX(-50%); width: min(470px, calc(100% - 2rem)); }
.hero-figure figcaption span { font-family: var(--serif); font-size: 1.45rem; }
.hero-figure ul { color: var(--muted); line-height: 1.7; margin: .7rem 0 0; padding-left: 1.25rem; }

.story-section { border-top: 1px solid var(--line); }
.story-section h2 { font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: 1.02; margin: 1.2rem auto 1.8rem; max-width: 910px; }
.story-image { border-radius: 16px; margin: clamp(3rem, 7vw, 5.5rem) auto 3rem; }
.story-image img { aspect-ratio: 14 / 7.8; object-fit: cover; width: 100%; }
.plain-grid, .care-grid { display: grid; gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); text-align: left; }
.plain-grid { grid-template-columns: repeat(3, 1fr); }
.plain-grid article, .care-grid article { background: var(--paper); padding: 2rem; }
h3 { font-family: var(--serif); font-size: 1.55rem; font-weight: 500; margin: 0 0 .65rem; }
article p, dd { color: var(--muted); line-height: 1.65; margin: 0; }

.statement-band { background: var(--green); color: white; padding: clamp(5rem, 10vw, 9rem) 1.5rem; text-align: center; }
blockquote { font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: 1.02; margin: auto; max-width: 1060px; }

.change-list { display: grid; gap: 1px; grid-template-columns: 1fr 1fr; margin-top: 4rem; text-align: left; background: var(--line); border: 1px solid var(--line); }
.change-list article { background: var(--paper); padding: 2.25rem; }
.change-list article:nth-child(even) { background: var(--white); }
.change-list span { color: var(--green); display: block; font-size: .72rem; font-weight: 600; letter-spacing: .12em; margin-bottom: 1.2rem; text-transform: uppercase; }
.compact { max-width: 1240px; }
.care-grid { grid-template-columns: repeat(3, 1fr); }
.care-grid .index { color: var(--blue); font-family: var(--serif); font-size: 2rem; margin-bottom: 2.2rem; }

.trust { max-width: 980px; }
.trust-list { margin: 4rem auto 0; text-align: left; }
.trust-list div { display: grid; gap: 2rem; grid-template-columns: 1fr 2fr; padding: 1.6rem 0; border-top: 1px solid var(--line); }
.trust-list dt { font-family: var(--serif); font-size: 1.55rem; }
.trust-list dd { margin: 0; }

.install { max-width: 900px; }
.availability-card { background: var(--white); border: 1px solid var(--line); margin: 4rem auto 0; padding: clamp(2rem, 6vw, 4.5rem); }
.availability-card .status { color: var(--green); font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.availability-card h3 { font-size: clamp(2rem, 4vw, 3.3rem); margin: 1rem 0; }
.availability-card > p:not(.status) { color: var(--muted); line-height: 1.6; margin: 0 auto 2rem; max-width: 580px; }
.availability-card small { color: var(--muted); display: block; margin-top: 1rem; }

.faq { max-width: 900px; text-align: left; }
.faq .section-number, .faq h2 { text-align: center; }
details { border-top: 1px solid var(--line); padding: 1.3rem 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-family: var(--serif); font-size: 1.45rem; }
details p { color: var(--muted); line-height: 1.65; max-width: 730px; }

footer { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 2rem; justify-content: space-between; margin: 0 auto; max-width: 1280px; padding: 2.5rem 1.5rem; }
footer p { color: var(--muted); font-size: .85rem; }

@media (max-width: 760px) {
  .site-header { height: 66px; }
  .menu-button { background: transparent; border: 1px solid var(--line); border-radius: 999px; display: block; padding: .55rem .8rem; }
  nav { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; left: 0; padding: 1.4rem; position: absolute; right: 0; top: 65px; }
  nav[data-open="true"] { display: flex; }
  h1 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .hero-figure img { aspect-ratio: 4 / 5; }
  .hero-figure figcaption { bottom: 1rem; }
  .plain-grid, .care-grid, .change-list { grid-template-columns: 1fr; }
  .trust-list div { gap: .7rem; grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; gap: .4rem; }
}

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