:root {
  --green: #1a4a2e;
  --green-deep: #103521;
  --mineral: #f7f4ef;
  --limestone: #e8e3da;
  --charcoal: #333833;
  --mist: #d5ddd6;
  --paper: #fbf9f5;
  --serif: "New York", "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1220px, calc(100% - 48px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: var(--mineral);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .26;
  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='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--green); color: white; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed; z-index: 30; inset: 0 0 auto; transition: background .3s, box-shadow .3s;
}
.site-header.scrolled { background: rgba(247,244,239,.92); box-shadow: 0 1px rgba(26,74,46,.12); backdrop-filter: blur(14px); }
.header-inner { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green); text-decoration: none; }
.brand img { width: 34px; height: 46px; object-fit: contain; }
.brand-name { font-family: var(--serif); font-size: 2rem; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: .87rem; }
.site-nav > a { text-decoration: none; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--green); transition: right .25s; }
.site-nav > a:hover::after, .site-nav > a[aria-current]::after { right: 0; }
.menu-button { display: none; }

.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid var(--green);
  border-radius: 100px; padding: 12px 26px; background: var(--green); color: white; text-decoration: none;
  cursor: pointer; transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); background: var(--green-deep); }
.button-small { min-height: 42px; padding: 9px 20px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--green); font-size: .9rem; font-weight: 600; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: var(--mineral); }
.eyebrow { color: var(--green); font-size: .72rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; overflow: hidden; padding: 132px 0 74px; display: grid; align-items: center; }
.hero::before { position: absolute; content: ""; width: 600px; height: 600px; border: 1px solid rgba(26,74,46,.1); border-radius: 50%; right: -170px; top: 8%; }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(40px, 7vw, 110px); align-items: center; }
.hero h1, .section h2, .quiet-section h2 { margin: 20px 0 26px; color: var(--green); font-family: var(--serif); font-size: clamp(4.5rem, 8.2vw, 8.2rem); font-weight: 400; line-height: .78; letter-spacing: -.055em; }
.hero h1 em, .waitlist h2 em, .quiet-section h2 em { font-weight: 400; }
.hero-lede { max-width: 560px; margin: 0; font-size: clamp(1.15rem, 1.6vw, 1.42rem); line-height: 1.55; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; }
.hero-art { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone-frame { width: min(370px, 64vw); aspect-ratio: .53; padding: 10px; border-radius: 52px; background: var(--charcoal); box-shadow: 0 32px 80px rgba(39,45,38,.22); transform: rotate(2deg); }
.phone-screen { height: 100%; overflow: hidden; border-radius: 43px; background: var(--paper); }
.screen-top { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: var(--green); font-size: .67rem; }
.plant-portrait { position: relative; height: 45%; overflow: hidden; background: linear-gradient(155deg,#cfd7cb,#afbcaa); }
.placeholder-label { position: absolute; z-index: 2; left: 14px; bottom: 14px; padding: 5px 9px; border-radius: 20px; background: rgba(247,244,239,.86); color: var(--green); font-size: .57rem; letter-spacing: .08em; text-transform: uppercase; }
.leaf { position: absolute; width: 38%; height: 46%; border-radius: 100% 0 100% 0; background: var(--green); opacity: .84; transform-origin: bottom left; }
.leaf-a { left: 47%; bottom: -5%; transform: rotate(-20deg); }
.leaf-b { left: 20%; bottom: 10%; transform: rotate(30deg) scale(.8); }
.leaf-c { left: 48%; bottom: 39%; transform: rotate(-55deg) scale(.65); }
.screen-copy { padding: 24px; }
.screen-copy p { margin: 0; color: var(--green); font-size: .72rem; }
.screen-copy h2 { margin: 8px 0 28px; font-family: var(--serif); color: var(--green); font-size: 2rem; font-weight: 400; line-height: 1.05; }
.timeline { border-top: 1px solid var(--mist); display: flex; justify-content: space-between; }
.timeline i { width: 9px; height: 9px; margin-top: -5px; border-radius: 50%; background: var(--green); }
.archival-note { position: absolute; z-index: 3; width: 190px; padding: 22px; background: #f1eadc; box-shadow: 0 13px 30px rgba(51,56,51,.12); color: var(--green); }
.archival-note::before { position: absolute; content: ""; width: 60px; height: 18px; top: -9px; left: 64px; background: rgba(214,200,174,.72); }
.archival-note span, .archival-note strong, .archival-note small, .archival-note em { display: block; }
.archival-note strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; font-style: italic; }
.archival-note small { margin-top: 13px; font-size: .6rem; text-transform: uppercase; letter-spacing: .08em; }
.archival-note em { margin-top: 8px; font-family: var(--serif); }
.note-one { left: 0; top: 13%; transform: rotate(-5deg); }
.note-two { right: -2%; bottom: 9%; transform: rotate(5deg); }
.hero-scroll { position: absolute; left: 28px; bottom: 30px; color: rgba(26,74,46,.65); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }

.section { padding: clamp(90px, 11vw, 160px) 0; }
.section-marker { display: flex; gap: 18px; align-items: center; color: var(--green); font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; }
.section-marker span:first-child { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; letter-spacing: 0; }
.story { background: var(--limestone); }
.story-grid { display: grid; grid-template-columns: .5fr 1.5fr; gap: 50px; }
.story-copy h2 { max-width: 900px; margin-top: 0; font-size: clamp(3.5rem, 7vw, 7rem); }
.story-copy > p { max-width: 770px; font-size: clamp(1.15rem, 1.6vw, 1.45rem); }
.story-line { grid-column: 2; position: relative; margin-top: 60px; display: flex; justify-content: space-between; border-top: 1px solid rgba(26,74,46,.35); }
.story-node { position: relative; padding-top: 22px; font-family: var(--serif); color: var(--green); }
.story-node::before { position: absolute; content: ""; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }

.recognition { background: var(--paper); }
.recognition .section-marker { margin-bottom: 48px; }
.recognition-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: stretch; }
.recognition-image { position: relative; min-height: 720px; overflow: hidden; background: #d5ccb9; }
.recognition-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 35%, rgba(16,53,33,.65)); }
.recognition-image p { position: absolute; z-index: 2; left: 46px; bottom: 38px; margin: 0; color: white; font-family: var(--serif); font-size: 2.5rem; line-height: 1.05; }
.sun-disc { position: absolute; width: 340px; height: 340px; right: -70px; top: -60px; border-radius: 50%; background: #ebdfc8; }
.botanical-silhouette { position: absolute; width: 38%; height: 75%; left: 28%; bottom: -3%; background: var(--green); border-radius: 90% 0 55% 0; transform: rotate(-17deg); box-shadow: 100px -80px 0 -24px #55745a, -100px -120px 0 -35px #6e876c; }
.recognition-copy .intro { margin: 0 0 35px; color: var(--green); font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.1; }
.recognition-links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 36px; }
.recognition-links a { display: flex; justify-content: space-between; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(51,56,51,.2); text-decoration: none; font-size: .9rem; }
.recognition-links a:nth-last-child(-n+2) { border-bottom: 1px solid rgba(51,56,51,.2); }
.recognition-links a span { color: var(--green); transition: transform .2s; }
.recognition-links a:hover span { transform: translate(3px,-3px); }

.time-section { overflow: hidden; }
.time-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.time-copy h2 { margin-bottom: 12px; font-size: clamp(3.3rem, 5vw, 5.4rem); line-height: .92; }
.serif-line { margin: 0 0 28px; color: var(--green); font-family: var(--serif); font-style: italic; font-size: 1.75rem; }
.time-copy > p:not(.serif-line) { max-width: 470px; }
.time-copy .text-link { margin-top: 18px; }
.photo-sequence { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-items: end; }
.photo-sequence figure { margin: 0; }
.photo-sequence figure:nth-child(2) { transform: translateY(40px); }
.photo-placeholder { position: relative; aspect-ratio: .72; overflow: hidden; background: #d4d2c2; }
.photo-placeholder::before { position: absolute; content: ""; width: 52%; height: 60%; left: 27%; bottom: 12%; border-radius: 100% 0 100% 0; background: var(--green); transform: rotate(-10deg) scale(var(--growth)); transform-origin: bottom; }
.photo-placeholder::after { position: absolute; content: ""; width: 1px; height: 55%; left: 50%; bottom: 5%; background: var(--green); }
.stage-one { --growth: .55; background: #dfd9c8; }
.stage-two { --growth: .78; background: #c8cfbf; }
.stage-three { --growth: 1; background: #b7c3ae; }
.photo-sequence figcaption { margin-top: 10px; color: var(--green); font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; }

.quiet-section { padding: clamp(90px, 11vw, 160px) 0; background: var(--green); color: var(--mineral); }
.quiet-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; }
.quiet-emblem { display: grid; place-items: center; }
.quiet-emblem img { filter: brightness(0) invert(1); opacity: .75; }
.quiet-copy .eyebrow, .quiet-section h2 { color: var(--mineral); }
.quiet-section h2 { font-size: clamp(3rem, 5.4vw, 5.8rem); line-height: .95; }
.quiet-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(247,244,239,.82); font-size: 1.1rem; }
.quiet-copy .text-link { margin-top: 20px; }

.waitlist { text-align: center; }
.waitlist-inner { max-width: 820px; }
.waitlist img { margin: 0 auto 28px; }
.waitlist h2 { margin: 18px 0 24px; color: var(--green); font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6rem); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.waitlist > p { font-size: 1.1rem; }
.waitlist-form { max-width: 600px; margin: 38px auto 14px; padding: 5px; border: 1px solid rgba(26,74,46,.4); border-radius: 100px; display: flex; background: var(--paper); }
.waitlist-form input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 0 22px; color: var(--charcoal); }
.form-note { margin: 0; color: #6d746e; font-size: .72rem; }

.site-footer { padding: 70px 0 24px; background: var(--limestone); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1.1fr; gap: 60px; }
.footer-brand { margin-bottom: 16px; }
.footer-grid p { max-width: 360px; font-size: .83rem; }
.footer-grid nav { display: grid; gap: 8px; align-content: start; }
.footer-grid nav a, .footer-contact a { color: var(--green); text-decoration: none; font-size: .85rem; }
.footer-contact a { border-bottom: 1px solid; }
.footer-bottom { margin-top: 60px; padding-top: 18px; border-top: 1px solid rgba(51,56,51,.2); display: flex; justify-content: space-between; font-size: .68rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .menu-button { display: grid; gap: 7px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; }
  .menu-button span:not(.sr-only) { width: 24px; height: 1px; background: var(--green); transition: transform .25s; }
  .menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 92px 0 auto; padding: 28px 24px 36px; display: none; flex-direction: column; align-items: stretch; gap: 18px; background: var(--mineral); border-bottom: 1px solid var(--mist); }
  .site-nav.open { display: flex; }
  .site-nav .button { margin-top: 6px; }
  .hero { min-height: auto; }
  .hero-grid, .story-grid, .recognition-grid, .time-grid, .quiet-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 40px; }
  .hero h1 { font-size: clamp(4.2rem, 17vw, 7rem); }
  .hero-art { min-height: 620px; }
  .story-line { grid-column: 1; }
  .recognition-image { min-height: 560px; }
  .time-copy { max-width: 630px; }
  .photo-sequence { margin-bottom: 40px; }
  .quiet-emblem { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 76px; }
  .site-nav { top: 76px; }
  .brand-name { font-size: 1.7rem; }
  .hero { padding-top: 105px; }
  .hero .eyebrow { max-width: 260px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-art { min-height: 530px; }
  .phone-frame { width: 260px; border-radius: 38px; }
  .phone-screen { border-radius: 30px; }
  .archival-note { width: 150px; padding: 16px; }
  .note-one { left: -4%; }
  .note-two { right: -4%; }
  .hero-scroll { display: none; }
  .story-line { margin-top: 30px; flex-direction: column; gap: 0; border-top: 0; border-left: 1px solid rgba(26,74,46,.35); }
  .story-node { padding: 0 0 30px 24px; }
  .story-node::before { left: -5px; top: 8px; }
  .recognition-image { min-height: 440px; }
  .recognition-image p { left: 26px; bottom: 26px; font-size: 2rem; }
  .recognition-links { grid-template-columns: 1fr; }
  .recognition-links a:nth-last-child(2) { border-bottom: 0; }
  .photo-sequence { gap: 7px; }
  .waitlist-form { padding: 0; border: 0; border-radius: 0; background: transparent; flex-direction: column; gap: 10px; }
  .waitlist-form input { min-height: 54px; border: 1px solid rgba(26,74,46,.4); border-radius: 100px; background: var(--paper); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

/* Interior pages */
.interior-header { background: rgba(247,244,239,.92); border-bottom: 1px solid rgba(26,74,46,.1); backdrop-filter: blur(14px); }
.page-hero { padding: 190px 0 110px; }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.page-hero h1 { margin: 24px 0 0; color: var(--green); font-family: var(--serif); font-size: clamp(4.5rem, 8vw, 8.5rem); font-weight: 400; line-height: .8; letter-spacing: -.055em; }
.page-hero h1 em { font-weight: 400; }
.page-intro { max-width: 570px; padding-bottom: 8px; }
.page-intro .large-copy { margin-top: 0; color: var(--green); font-family: var(--serif); font-size: clamp(1.7rem, 2.6vw, 2.55rem); line-height: 1.15; }
.feature-index { position: sticky; z-index: 15; top: 92px; overflow-x: auto; background: var(--green); color: var(--mineral); }
.feature-index-inner { min-height: 58px; display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.feature-index a, .feature-index span { font-size: .69rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.feature-index span { margin-right: 10px; opacity: .55; }
.feature-index a { opacity: .78; transition: opacity .2s; }
.feature-index a:hover { opacity: 1; }
.feature-section { scroll-margin-top: 150px; }
.anchor-target { position: absolute; scroll-margin-top: 150px; }
.feature-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.feature-layout.reverse { grid-template-columns: 1.18fr .82fr; }
.feature-layout.reverse .feature-copy { order: 2; }
.feature-number { margin: 0 0 24px; color: var(--green); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.feature-copy h2, .records-heading h2, .journey-heading h2, .export-copy h2 { margin: 0 0 30px; color: var(--green); font-family: var(--serif); font-size: clamp(3.1rem, 5.1vw, 5.6rem); font-weight: 400; line-height: .95; letter-spacing: -.045em; }
.feature-copy > p { font-size: 1.06rem; }
.detail-list { margin: 30px 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding: 12px 0 12px 24px; border-top: 1px solid rgba(51,56,51,.18); font-size: .83rem; }
.detail-list li::before { position: absolute; content: ""; width: 6px; height: 6px; left: 2px; top: 22px; border-radius: 50%; background: var(--green); }
.detail-list li:last-child { border-bottom: 1px solid rgba(51,56,51,.18); }
.feature-tint { position: relative; background: var(--limestone); }
.feature-visual { position: relative; min-height: 650px; overflow: hidden; background: #ccd4c8; }

.spaces-visual { padding: 55px; display: grid; align-content: center; gap: 16px; background: linear-gradient(145deg,#cfd8cc,#aab9a8); }
.room-card { padding: 24px 28px; display: grid; grid-template-columns: 1fr auto; align-items: center; background: rgba(247,244,239,.9); box-shadow: 0 12px 35px rgba(16,53,33,.09); }
.room-card small { grid-column: 1/-1; color: var(--green); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.room-card strong { margin-top: 4px; color: var(--green); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.room-card span { font-size: .73rem; }
.room-two { transform: translateX(34px); }
.room-three { transform: translateX(-18px); }

.passport-visual { display: grid; place-items: center; background: #d7cfbf; }
.passport-sheet { width: min(76%, 430px); padding: 30px; background: var(--paper); box-shadow: 0 22px 50px rgba(51,56,51,.15); transform: rotate(-2deg); }
.passport-sheet > p { margin: 0 0 14px; color: var(--green); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.passport-photo { position: relative; height: 230px; overflow: hidden; background: #b8c4b2; }
.passport-photo i { position: absolute; width: 34%; height: 47%; left: 43%; bottom: 5%; border-radius: 100% 0; background: var(--green); transform: rotate(-16deg); }
.passport-photo i:nth-child(2) { left: 21%; bottom: 18%; transform: rotate(30deg) scale(.75); }
.passport-photo i:nth-child(3) { left: 49%; bottom: 43%; transform: rotate(-50deg) scale(.6); }
.passport-sheet h3 { margin: 18px 0; color: var(--green); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.passport-data { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.passport-data span { border-top: 1px solid var(--mist); padding-top: 9px; font-size: .6rem; text-transform: uppercase; }
.passport-data b { font-size: .76rem; font-weight: 500; text-transform: none; }

.family-visual { padding: 60px; display: grid; place-items: center; align-content: center; background: #d8d5c6; }
.family-node { position: relative; z-index: 2; min-width: 160px; padding: 18px; background: var(--paper); text-align: center; box-shadow: 0 10px 30px rgba(51,56,51,.1); }
.family-node i { width: 50px; height: 50px; margin: 0 auto 8px; display: block; border-radius: 50% 0 50% 50%; background: var(--green); transform: rotate(45deg); }
.family-node strong, .family-node small { display: block; }
.family-node strong { color: var(--green); font-family: var(--serif); font-weight: 400; }
.family-node small { font-size: .6rem; }
.family-branch { width: 50%; height: 70px; border: solid var(--green); border-width: 0 1px 1px; }
.family-children { width: 100%; display: flex; justify-content: space-between; gap: 20px; }

.feature-dark { background: var(--green); color: var(--mineral); }
.feature-dark .feature-number, .feature-dark h2 { color: var(--mineral); }
.journey-heading { margin-bottom: 70px; }
.journey-heading h2 { max-width: 1100px; }
.journey-heading h2 em { font-weight: 400; }
.journey-layout { display: grid; grid-template-columns: .5fr 1.5fr; gap: 70px; align-items: center; }
.journey-copy p { color: rgba(247,244,239,.8); }
.light-list li { border-color: rgba(247,244,239,.18); }
.light-list li::before { background: var(--mineral); }
.journey-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.journey-strip figure { margin: 0; }
.journey-photo { position: relative; aspect-ratio: .72; overflow: hidden; background: #aebba8; }
.journey-photo::after { position: absolute; content: ""; width: 50%; height: 57%; left: 25%; bottom: 10%; border-radius: 100% 0; background: var(--green); transform: rotate(-18deg) scale(var(--g)); transform-origin: bottom; }
.growth-one { --g:.55; opacity: .78; }.growth-two { --g:.76; opacity: .88; }.growth-three { --g:1; }
.journey-strip figcaption { margin-top: 9px; font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }

.care-visual { padding: 70px; display: flex; flex-direction: column; justify-content: center; background: #c7d1c4; }
.care-heading { margin-bottom: 35px; }
.care-heading small, .care-heading strong { display: block; }
.care-heading small { color: var(--green); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.care-heading strong { margin-top: 8px; color: var(--green); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.care-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.care-actions span { padding: 18px; border: 1px solid rgba(26,74,46,.25); background: rgba(247,244,239,.55); font-size: .8rem; }
.care-save { margin-top: 28px; padding: 15px; border-radius: 100px; background: var(--green); color: white; text-align: center; font-size: .8rem; }

.health-visual { padding: 70px; background: #d5d8cb; }
.health-line { position: absolute; left: 50%; top: 90px; bottom: 90px; width: 1px; background: rgba(26,74,46,.35); }
.health-line i { position: absolute; left: -5px; width: 11px; height: 11px; border-radius: 50%; background: var(--green); }
.health-line i:nth-child(1){top:0}.health-line i:nth-child(2){top:32%}.health-line i:nth-child(3){top:65%}.health-line i:nth-child(4){bottom:0}
.health-note { position: absolute; width: 38%; padding: 22px; background: var(--paper); box-shadow: 0 12px 30px rgba(51,56,51,.1); }
.health-note small, .health-note strong { display: block; }
.health-note small { color: var(--green); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.health-note strong { margin-top: 8px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.health-note.note-a { left: 7%; top: 25%; }.health-note.note-b { right: 6%; bottom: 18%; }

.records-heading { max-width: 880px; margin-bottom: 65px; }
.records-heading > p:last-child { max-width: 730px; font-size: 1.1rem; }
.record-cards { display: grid; grid-template-columns: repeat(3,1fr); border: solid rgba(51,56,51,.2); border-width: 1px 0; }
.record-cards article { min-height: 300px; padding: 36px; }
.record-cards article + article { border-left: 1px solid rgba(51,56,51,.2); }
.record-cards span { color: var(--green); font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.record-cards h3 { margin: 70px 0 16px; color: var(--green); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.record-cards p { font-size: .86rem; }

.export-section { position: relative; background: var(--green); color: var(--mineral); }
.export-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: center; }
.export-mark { display: grid; place-items: center; }
.export-mark img { filter: brightness(0) invert(1); opacity: .72; }
.export-copy .feature-number, .export-copy h2 { color: var(--mineral); }
.export-copy > p { max-width: 760px; color: rgba(247,244,239,.82); font-size: 1.08rem; }
.export-copy .text-link { margin-top: 20px; }

@media (max-width: 900px) {
  .page-hero-grid, .feature-layout, .feature-layout.reverse, .journey-layout, .export-grid { grid-template-columns: 1fr; }
  .page-hero { padding-top: 150px; }
  .feature-layout.reverse .feature-copy { order: 0; }
  .feature-index { top: 76px; }
  .feature-visual { min-height: 560px; }
  .record-cards { grid-template-columns: 1fr; }
  .record-cards article { min-height: 0; }
  .record-cards article + article { border-left: 0; border-top: 1px solid rgba(51,56,51,.2); }
  .record-cards h3 { margin-top: 35px; }
  .export-mark { display: none; }
}

@media (max-width: 600px) {
  .page-hero { padding: 125px 0 75px; }
  .page-hero-grid { gap: 45px; }
  .page-hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .feature-index-inner { gap: 20px; }
  .feature-visual { min-height: 440px; }
  .spaces-visual, .family-visual, .care-visual, .health-visual { padding: 34px 24px; }
  .room-two { transform: translateX(12px); }.room-three { transform: translateX(-6px); }
  .family-node { min-width: 122px; padding: 12px; }
  .family-node i { width: 38px; height: 38px; }
  .family-children { gap: 8px; }
  .journey-heading { margin-bottom: 45px; }
  .journey-layout { gap: 40px; }
  .journey-strip { gap: 6px; }
  .health-note { width: 43%; padding: 15px; }
  .health-note strong { font-size: 1rem; }
}

/* About */
.about-hero { padding-bottom: 0; }
.about-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.about-hero h1 { margin: 24px 0 70px; color: var(--green); font-family: var(--serif); font-size: clamp(4.3rem, 7.5vw, 8rem); font-weight: 400; line-height: .82; letter-spacing: -.055em; }
.about-hero h1 em { font-weight: 400; }
.founder-image { position: relative; min-height: 680px; overflow: hidden; background: #cec9b9; }
.founder-image::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(16,53,33,.62)); }
.portrait-shape { position: absolute; width: 55%; height: 70%; left: 23%; bottom: -5%; border-radius: 48% 48% 10% 10%; background: #8c9d87; }
.portrait-shape::before, .portrait-shape::after { position: absolute; content: ""; width: 40%; height: 44%; border-radius: 100% 0; background: var(--green); }
.portrait-shape::before { left: -25%; top: 22%; transform: rotate(26deg); }
.portrait-shape::after { right: -25%; top: 6%; transform: rotate(-34deg); }
.founder-image > p { position: absolute; z-index: 2; left: 38px; bottom: 30px; margin: 0; color: white; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.founder-image > p span { font-family: var(--sans); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.reading-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: clamp(50px, 8vw, 120px); }
.margin-note { color: var(--green); }
.margin-note span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; font-size: .65rem; }
.margin-note p { max-width: 170px; margin-top: 18px; font-size: .68rem; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.prose { max-width: 800px; }
.prose p { margin: 0 0 1.5em; font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.75; }
.prose-lead p:first-child::first-letter { float: left; margin: .07em .12em 0 0; color: var(--green); font-family: var(--serif); font-size: 5.8rem; line-height: .7; }
.about-pullquote { padding: clamp(90px, 12vw, 180px) 0; background: var(--green); }
.about-pullquote blockquote { margin: 0; color: var(--mineral); font-family: var(--serif); font-size: clamp(3.4rem, 7.5vw, 8rem); font-weight: 400; line-height: .92; letter-spacing: -.045em; }
.about-middle { background: var(--limestone); }
.scrapbook { position: relative; min-height: 650px; margin-top: 100px; }
.scrap { position: absolute; width: 36%; margin: 0; padding: 13px 13px 42px; background: var(--paper); box-shadow: 0 18px 45px rgba(51,56,51,.13); }
.scrap-one { left: 7%; top: 0; transform: rotate(-4deg); }
.scrap-two { right: 7%; bottom: 0; transform: rotate(5deg); }
.scrap-photo { position: relative; aspect-ratio: 1; overflow: hidden; background: #b8c3b1; }
.scrap-photo::before { position: absolute; content: ""; width: 46%; height: 64%; left: 28%; bottom: 2%; border-radius: 100% 0; background: var(--green); transform: rotate(-15deg); }
.plant-photo-b { background: #d1c8b6; }
.plant-photo-b::before { width: 58%; height: 54%; left: 20%; border-radius: 50% 50% 5% 5%; transform: none; }
.scrap figcaption { padding-top: 12px; color: var(--green); font-family: var(--serif); font-style: italic; }
.scrap-note { position: absolute; z-index: 3; left: 42%; top: 32%; width: 245px; padding: 30px; background: #f0e7d7; box-shadow: 0 16px 35px rgba(51,56,51,.12); transform: rotate(2deg); }
.scrap-note::before { position: absolute; content: ""; width: 70px; height: 20px; left: 85px; top: -10px; background: rgba(207,190,158,.7); }
.scrap-note small, .scrap-note span { color: var(--green); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.scrap-note p { font-family: var(--serif); font-size: 1.35rem; font-style: italic; line-height: 1.3; }
.prose-emphasis { margin-block: 2em !important; color: var(--green); font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem) !important; line-height: 1.05 !important; }
.signature { margin-top: 2.2em !important; color: var(--green); font-family: var(--serif); font-size: 2.2rem !important; font-style: italic; }
.name-section { background: var(--limestone); }
.name-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: center; }
.name-mark { display: grid; place-items: center; }
.name-mark img { opacity: .9; }
.name-copy h2 { margin: 0 0 25px; color: var(--green); font-family: var(--serif); font-size: clamp(5rem, 9vw, 9rem); font-weight: 400; line-height: .8; }
.name-copy > p:not(.feature-number,.name-line) { max-width: 680px; font-size: 1.1rem; }
.name-line { margin-top: 35px; color: var(--green); font-family: var(--serif); font-size: 1.9rem; font-style: italic; }
.founder-invite { background: var(--paper); }
.founder-invite-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.founder-invite h2 { margin: 18px 0 0; color: var(--green); font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.5rem); font-weight: 400; line-height: .95; }
.founder-invite-grid > div:last-child p { max-width: 550px; margin: 0 0 30px; font-size: 1.05rem; }

@media (max-width: 900px) {
  .about-hero-grid, .reading-grid, .name-grid, .founder-invite-grid { grid-template-columns: 1fr; }
  .about-hero h1 { margin-bottom: 20px; }
  .founder-image { min-height: 580px; }
  .margin-note { display: flex; align-items: center; gap: 16px; }
  .margin-note p { max-width: none; margin: 0; }
  .name-mark { display: none; }
}

@media (max-width: 600px) {
  .founder-image { min-height: 470px; }
  .reading-grid { gap: 42px; }
  .scrapbook { min-height: 540px; margin-top: 60px; }
  .scrap { width: 55%; }
  .scrap-one { left: 0; }.scrap-two { right: 0; }
  .scrap-note { left: 27%; top: 36%; width: 205px; padding: 23px; }
  .scrap-note::before { left: 65px; }
  .about-pullquote blockquote br { display: none; }
}

/* Pricing */
.pricing-hero { padding-bottom: 100px; }
.pricing-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.pricing-hero h1 { margin: 24px 0 0; color: var(--green); font-family: var(--serif); font-size: clamp(4.4rem, 7.8vw, 8.4rem); font-weight: 400; line-height: .8; letter-spacing: -.055em; }
.pricing-hero h1 em { font-weight: 400; }
.pricing-section { padding-top: 90px; background: var(--limestone); }
.pricing-intro { margin-bottom: 65px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.pricing-intro h2 { margin: 0; color: var(--green); font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.4rem); font-weight: 400; line-height: .94; }
.pricing-intro h2 em { font-weight: 400; }
.pricing-intro > p { max-width: 490px; margin-bottom: 8px; }
.currency-row { margin-bottom: 20px; display: flex; justify-content: flex-end; }
.currency-switcher { padding: 4px; display: inline-flex; align-items: center; gap: 3px; border: 1px solid rgba(26,74,46,.24); border-radius: 100px; background: rgba(247,244,239,.58); }
.currency-switcher > span { padding: 0 13px; color: var(--green); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.currency-switcher button { min-width: 62px; min-height: 34px; padding: 6px 13px; border: 0; border-radius: 100px; background: transparent; color: var(--green); cursor: pointer; font-size: .68rem; font-weight: 600; letter-spacing: .06em; }
.currency-switcher button[aria-pressed="true"] { background: var(--green); color: var(--mineral); }
.currency-switcher button:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.price-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; padding: 34px; display: flex; flex-direction: column; background: var(--paper); border: 1px solid rgba(26,74,46,.14); }
.featured-plan { background: var(--green); color: var(--mineral); }
.plan-ribbon { position: absolute; top: 0; right: 0; padding: 7px 15px; background: var(--mineral); color: var(--green); font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.plan-name { margin: 0; color: var(--green); font-family: var(--serif); font-size: 2.2rem; }
.featured-plan .plan-name { color: var(--mineral); }
.plan-fit { min-height: 50px; display: block; font-size: .72rem; }
.price { min-height: 95px; margin: 32px 0 0; display: flex; align-items: baseline; gap: 8px; color: var(--green); }
.featured-plan .price { color: var(--mineral); }
.price strong { font-family: var(--serif); font-size: clamp(3rem, 4vw, 4.2rem); font-weight: 400; line-height: 1; }
.price strong > span { font-size: inherit; }
.price sup { margin-right: 3px; font-family: var(--sans); font-size: .75rem; font-weight: 600; vertical-align: super; }
.price span { font-size: .7rem; }
.plan-top > p:last-child { margin: 0; font-size: .7rem; }
.price-card ul { flex: 1; margin: 34px 0; padding: 0; list-style: none; }
.price-card li { position: relative; padding: 12px 0 12px 22px; border-top: 1px solid rgba(51,56,51,.16); font-size: .78rem; }
.price-card li:last-child { border-bottom: 1px solid rgba(51,56,51,.16); }
.price-card li::before { position: absolute; content: ""; left: 2px; top: 20px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.featured-plan li { border-color: rgba(247,244,239,.18); }
.featured-plan li::before { background: var(--mineral); }
.featured-plan .button { border-color: var(--mineral); background: transparent; color: var(--mineral); }
.featured-plan .button:hover { background: var(--mineral); color: var(--green); }
.button-outline { background: transparent; color: var(--green); }
.button-outline:hover { color: white; }
.international-pricing { margin-top: 22px; color: #6b706c; font-size: .68rem; text-align: right; }
.pricing-principle { background: var(--green); color: var(--mineral); }
.principle-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; align-items: center; }
.principle-mark { display: grid; place-items: center; }
.principle-mark img { filter: brightness(0) invert(1); opacity: .72; }
.principle-grid .eyebrow, .principle-grid h2 { color: var(--mineral); }
.principle-grid h2 { max-width: 900px; margin: 16px 0 28px; font-family: var(--serif); font-size: clamp(3.3rem, 5.8vw, 6rem); font-weight: 400; line-height: .94; }
.principle-grid p:last-child { max-width: 730px; color: rgba(247,244,239,.82); font-size: 1.05rem; }
.mode-section { background: var(--paper); }
.mode-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.mode-heading h2 { margin: 0; color: var(--green); font-family: var(--serif); font-size: clamp(3.2rem, 5vw, 5.4rem); font-weight: 400; line-height: .94; }
.mode-heading h2 em { font-weight: 400; }
.mode-cards { border: solid rgba(51,56,51,.2); border-width: 1px 0; }
.mode-cards article { padding: 30px 10px; }
.mode-cards article + article { border-top: 1px solid rgba(51,56,51,.2); }
.mode-cards span { color: var(--green); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.mode-cards h3 { margin: 7px 0 10px; color: var(--green); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.mode-cards p { margin: 0; font-size: .86rem; }
.pricing-faq { background: var(--mineral); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-grid h2 { margin: 0; color: var(--green); font-family: var(--serif); font-size: clamp(3rem, 4.6vw, 5rem); font-weight: 400; line-height: .95; }
.faq-list { border-top: 1px solid rgba(51,56,51,.22); }
.faq-list details { border-bottom: 1px solid rgba(51,56,51,.22); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; color: var(--green); cursor: pointer; font-family: var(--serif); font-size: 1.35rem; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; content: "+"; right: 5px; top: 21px; font-family: var(--sans); font-size: 1.35rem; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 680px; margin: 0; padding: 0 45px 26px 0; font-size: .9rem; }

@media (max-width: 900px) {
  .pricing-hero-grid, .pricing-intro, .principle-grid, .mode-grid, .faq-grid { grid-template-columns: 1fr; }
  .price-cards { grid-template-columns: 1fr; }
  .price-card { padding: 40px; }
  .plan-fit, .price { min-height: 0; }
  .principle-mark { display: none; }
}

@media (max-width: 600px) {
  .pricing-hero { padding-bottom: 75px; }
  .pricing-hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .price-card { padding: 28px 24px; }
  .international-pricing { text-align: left; }
  .currency-row { justify-content: flex-start; }
}

/* Support */
.support-hero { background: var(--limestone); }
.support-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.support-hero h1 { margin: 24px 0 0; color: var(--green); font-family: var(--serif); font-size: clamp(4.4rem, 7.8vw, 8.4rem); font-weight: 400; line-height: .8; letter-spacing: -.055em; }
.support-hero h1 em { font-weight: 400; }
.support-hero .button { margin-top: 22px; }
.support-paths { background: var(--paper); }
.support-path-grid { border-top: 1px solid rgba(51,56,51,.2); }
.support-path { padding: 30px 5px; display: grid; grid-template-columns: 70px 1fr auto; gap: 25px; align-items: center; border-bottom: 1px solid rgba(51,56,51,.2); text-decoration: none; }
.support-path > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: .65rem; }
.support-path h2 { margin: 0 0 4px; color: var(--green); font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.support-path p { margin: 0; font-size: .82rem; }
.support-path i { color: var(--green); font-size: 1.3rem; font-style: normal; transition: transform .2s; }
.support-path:hover i { transform: translate(3px,-3px); }
.support-facts { padding: 55px 0; background: var(--green); color: var(--mineral); }
.support-fact-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.support-fact { padding: 10px 40px; text-align: center; }
.support-fact + .support-fact { border-left: 1px solid rgba(247,244,239,.22); }
.support-fact span, .support-fact strong, .support-fact small { display: block; }
.support-fact span { font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; opacity: .7; }
.support-fact strong { margin: 7px 0 2px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.support-fact small { font-size: .66rem; opacity: .74; }
.support-faq { background: var(--mineral); }
.faq-intro { max-width: 330px; margin-top: 28px; font-size: .82rem; }
.faq-intro a { color: var(--green); }
.contact-section { background: var(--limestone); }
.contact-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 90px; align-items: center; }
.contact-mark { display: grid; place-items: center; }
.contact-copy h2 { margin: 15px 0 22px; color: var(--green); font-family: var(--serif); font-size: clamp(4rem, 6vw, 6.5rem); font-weight: 400; line-height: .9; }
.contact-copy > p:not(.eyebrow) { max-width: 680px; font-size: 1rem; }
.contact-copy > a { display: inline-block; margin: 25px 0 16px; color: var(--green); font-family: var(--serif); font-size: clamp(1.45rem, 3vw, 2.6rem); text-decoration-thickness: 1px; text-underline-offset: 7px; }
.contact-copy small { display: block; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 900px) {
  .support-hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .support-fact { padding-inline: 20px; }
  .contact-mark { display: none; }
}

@media (max-width: 600px) {
  .support-hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .support-path { grid-template-columns: 48px 1fr auto; gap: 12px; }
  .support-path h2 { font-size: 1.55rem; }
  .support-fact-grid { grid-template-columns: 1fr; }
  .support-fact { padding: 25px; }
  .support-fact + .support-fact { border-left: 0; border-top: 1px solid rgba(247,244,239,.22); }
}

/* Privacy */
.privacy-hero { background: var(--green); color: var(--mineral); }
.privacy-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; }
.privacy-hero .eyebrow, .privacy-hero h1, .privacy-hero .large-copy { color: var(--mineral); }
.privacy-hero h1 { margin: 24px 0 0; font-family: var(--serif); font-size: clamp(4.4rem, 7.8vw, 8.4rem); font-weight: 400; line-height: .8; letter-spacing: -.055em; }
.privacy-hero h1 em { font-weight: 400; }
.privacy-hero .page-intro > p:last-child { font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.privacy-summary { padding: 55px 0; background: var(--limestone); }
.privacy-summary-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.privacy-summary-item { padding: 0 40px; }
.privacy-summary-item + .privacy-summary-item { border-left: 1px solid rgba(51,56,51,.2); }
.privacy-summary-item span, .privacy-summary-item strong { color: var(--green); }
.privacy-summary-item span { display: block; font-size: .62rem; letter-spacing: .12em; }
.privacy-summary-item strong { display: block; margin: 9px 0; font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.privacy-summary-item p { margin: 0; font-size: .76rem; }
.draft-notice { padding: 30px 0; background: #eee3cb; }
.draft-notice .shell { display: grid; grid-template-columns: .45fr 1.55fr; gap: 70px; }
.draft-notice strong { color: var(--green); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.draft-notice p { max-width: 860px; margin: 0; font-size: .77rem; }
.privacy-body { padding-block: clamp(90px, 11vw, 150px); display: grid; grid-template-columns: .42fr 1.58fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.privacy-nav { position: sticky; top: 125px; display: grid; align-content: start; border-top: 1px solid rgba(51,56,51,.22); }
.privacy-nav span { padding: 16px 0; color: var(--green); font-size: .63rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.privacy-nav a { padding: 9px 0; color: var(--charcoal); font-size: .75rem; text-decoration: none; }
.privacy-nav a:hover { color: var(--green); }
.privacy-copy { max-width: 820px; }
.privacy-copy section { padding-bottom: 75px; scroll-margin-top: 125px; }
.privacy-copy section + section { padding-top: 75px; border-top: 1px solid rgba(51,56,51,.2); }
.policy-number { margin: 0 0 16px !important; color: var(--green); font-size: .65rem !important; font-weight: 600; letter-spacing: .12em; }
.privacy-copy h2 { margin: 0 0 28px; color: var(--green); font-family: var(--serif); font-size: clamp(2.7rem, 4.3vw, 4.5rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.privacy-copy h3 { margin: 34px 0 10px; color: var(--green); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.privacy-copy p { font-size: .94rem; line-height: 1.75; }
.privacy-copy a { color: var(--green); text-underline-offset: 3px; }
.review-note { margin-top: 35px; padding: 24px; border-left: 3px solid var(--green); background: var(--limestone); }
.review-note strong { color: var(--green); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.review-note p { margin-bottom: 0; font-size: .78rem; }

@media (max-width: 900px) {
  .privacy-hero-grid, .draft-notice .shell, .privacy-body { grid-template-columns: 1fr; }
  .privacy-nav { position: static; grid-template-columns: repeat(3,1fr); column-gap: 18px; }
  .privacy-nav span { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .privacy-hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
  .privacy-summary-grid { grid-template-columns: 1fr; }
  .privacy-summary-item { padding: 25px 5px; }
  .privacy-summary-item + .privacy-summary-item { border-left: 0; border-top: 1px solid rgba(51,56,51,.2); }
  .privacy-nav { grid-template-columns: 1fr 1fr; }
  .privacy-copy section { padding-bottom: 55px; }
  .privacy-copy section + section { padding-top: 55px; }
}
