:root {
  --pine: #1f3a2e;
  --pine-deep: #142a21;
  --moss: #6a7f4d;
  --moss-text: #52643c;
  --cream: #f3eee4;
  --cream-light: #fbf8f1;
  --earth: #6b4a2e;
  --spore: #c7654a;
  --spore-text: #9d4936;
  --ink: #243129;
  --muted: #667068;
  --line: rgba(31, 58, 46, 0.16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-light); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 0.2em; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -0.04em; color: var(--pine); }
h2 { font-size: clamp(2.45rem, 5vw, 4.5rem); }
h3 { color: var(--pine); }
em { color: var(--spore); font-weight: 400; }
::selection { background: rgba(199, 101, 74, 0.25); }
:focus-visible { outline: 3px solid var(--spore); outline-offset: 4px; border-radius: 2px; }
.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(88px, 11vw, 150px); }
.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; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--cream-light); color: var(--pine); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 90px; border-bottom: 1px solid rgba(31, 58, 46, .12); }
.site-header.solid { position: relative; background: var(--cream-light); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--pine); text-decoration: none; }
.brand-wordmark { font-family: var(--serif); font-size: 1.52rem; letter-spacing: -.035em; font-weight: 700; }
.brand-mark { position: relative; display: inline-grid; place-items: end center; width: 28px; height: 34px; }
.brand-mark::before, .brand-mark::after, .brand-mark span::before { content: ''; position: absolute; left: 50%; translate: -50%; width: 0; height: 0; border-left: solid transparent; border-right: solid transparent; border-bottom: solid var(--pine); }
.brand-mark::before { bottom: 12px; border-width: 0 8px 11px; }
.brand-mark::after { bottom: 6px; border-width: 0 11px 14px; }
.brand-mark span::before { bottom: 0; border-width: 0 14px 17px; }
.brand-mark span::after { content: ''; position: absolute; left: 50%; bottom: -1px; width: 2px; height: 6px; background: var(--pine); translate: -50%; }
.site-nav { display: flex; align-items: center; gap: 34px; }
.site-nav a { position: relative; color: var(--pine); text-decoration: none; font-size: .84rem; font-weight: 700; letter-spacing: .06em; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--spore); transition: right .25s ease; }
.site-nav a:hover::after { right: 0; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; }
.nav-toggle > span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--pine); transition: transform .2s; }
.nav-toggle[aria-expanded='true'] > span:nth-of-type(2) { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] > span:nth-of-type(3) { transform: translateY(-3.5px) rotate(-45deg); }

.hero { min-height: 800px; padding-top: 90px; background: var(--cream); overflow: hidden; }
.hero-grid { min-height: 635px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5vw; }
.hero-copy { position: relative; z-index: 3; padding-block: 70px; }
.eyebrow, .section-kicker { color: var(--moss-text); text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .18em; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.eyebrow span { display: block; width: 28px; height: 1px; background: currentColor; }
.section-kicker { margin-bottom: 24px; }
.section-kicker.light { color: #bdc9ac; }
.hero h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(4.2rem, 7.1vw, 7.35rem); }
.hero-lede { max-width: 590px; margin-bottom: 38px; color: #4f5e54; font-size: clamp(1.08rem, 1.8vw, 1.32rem); line-height: 1.62; }
.button-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 28px; padding: 13px 21px; border: 1px solid transparent; text-decoration: none; font-size: .82rem; font-weight: 800; letter-spacing: .04em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pine); color: var(--cream-light); }
.button-primary:hover { background: var(--pine-deep); }
.button-cream { background: var(--cream); color: var(--pine); }
.button-cream:hover { background: white; }
.text-link { color: var(--pine); font-size: .82rem; font-weight: 800; text-decoration: none; letter-spacing: .04em; }
.text-link span { margin-left: 8px; color: var(--spore); }
.hero-foot { height: 75px; display: flex; align-items: center; justify-content: center; gap: 32px; color: var(--moss-text); border-top: 1px solid var(--line); font-family: var(--serif); font-style: italic; }
.trail { flex: 0 1 150px; height: 1px; background: var(--moss); opacity: .5; }

.landscape { position: relative; align-self: stretch; min-height: 590px; }
.sun { position: absolute; z-index: 0; width: 80px; height: 80px; top: 20%; right: 18%; background: var(--spore); border-radius: 50%; opacity: .9; }
.mountain { position: absolute; right: -10%; bottom: 8%; width: 105%; height: 58%; clip-path: polygon(0 100%, 35% 20%, 52% 52%, 65% 34%, 100% 100%); }
.mountain-back { background: #c9ceb8; transform: translate(8%, -12%); opacity: .9; }
.mountain-front { background: var(--moss); opacity: .62; clip-path: polygon(0 100%, 48% 12%, 60% 44%, 71% 29%, 100% 100%); }
.forest { position: absolute; z-index: 2; bottom: 6%; left: -3%; width: 112%; height: 35%; background: var(--pine); clip-path: polygon(0 100%, 0 75%, 5% 75%, 8% 32%, 11% 75%, 17% 75%, 21% 10%, 26% 75%, 33% 75%, 37% 43%, 41% 75%, 46% 75%, 51% 3%, 57% 75%, 63% 75%, 67% 35%, 72% 75%, 78% 75%, 84% 16%, 91% 75%, 100% 75%, 100% 100%); }
.forest-back { z-index: 1; bottom: 13%; background: var(--earth); opacity: .35; transform: translateX(-5%) scale(.86); }
.forest-floor { position: absolute; z-index: 3; right: 0; bottom: 5%; width: 100%; height: 8%; background: var(--pine-deep); border-radius: 50% 44% 0 0; }
.forest-floor i { position: absolute; bottom: 46%; width: 11px; height: 11px; border-radius: 50% 50% 20% 20%; background: var(--spore); }
.forest-floor i::after { content: ''; position: absolute; left: 5px; top: 8px; width: 2px; height: 8px; background: var(--cream); }
.forest-floor i:nth-child(1) { left: 16%; }.forest-floor i:nth-child(2) { left: 70%; transform: scale(.7); }.forest-floor i:nth-child(3) { left: 84%; transform: scale(1.25); }

.identity { background: var(--cream-light); }
.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: end; }
.split-intro h2 { margin-bottom: 0; }
.intro-copy { padding-bottom: 4px; color: #536057; font-size: 1.05rem; }
.intro-copy p:last-child { margin-bottom: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 85px; border-top: 1px solid var(--line); }
.values-grid article { padding: 35px 42px 0 0; }
.values-grid article + article { padding-left: 42px; border-left: 1px solid var(--line); }
.value-number { display: block; margin-bottom: 42px; color: var(--spore-text); font-family: var(--serif); font-style: italic; }
.values-grid h3 { font-family: var(--serif); font-size: 1.62rem; font-weight: 400; }
.values-grid p { margin-bottom: 0; color: var(--muted); font-size: .94rem; }

.work { background: var(--pine); color: var(--cream); }
.work h2, .contact h2, .calm-panel h2, .support-hero h1 { color: var(--cream); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 8px; color: #bdc9ac; font-family: var(--serif); font-style: italic; }
.product-card { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; background: #294b3c; overflow: hidden; }
.product-copy { z-index: 2; padding: clamp(42px, 6vw, 78px); }
.product-meta { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; color: #bdc9ac; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--spore); color: var(--cream-light); font-family: var(--serif); font-size: 1.5rem; font-style: italic; }
.product-icon.large { width: 66px; height: 66px; border-radius: 18px; font-size: 2.5rem; }
.product-copy h3 { margin: 0 0 14px; color: var(--cream); font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.product-tagline { margin-bottom: 22px; color: white; font-family: var(--serif); font-size: clamp(2.55rem, 4.3vw, 4.35rem); line-height: 1.02; letter-spacing: -.04em; }
.product-copy > p:not(.product-tagline) { max-width: 540px; color: #cfdbca; }
.feature-list { margin: 28px 0 38px; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 12px; margin: 11px 0; color: #eef1e9; font-size: .9rem; }
.feature-list li::before { content: '✓'; color: #d89983; font-weight: 800; }
.product-visual { position: relative; display: grid; place-items: end center; min-height: 610px; background: #d9d4c4; overflow: hidden; }
.product-visual::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 18%, rgba(199,101,74,.8) 0 7%, transparent 7.2%), linear-gradient(140deg, transparent 45%, rgba(106,127,77,.3) 45% 68%, transparent 68%); }
.phone { position: relative; z-index: 2; width: 265px; height: 530px; margin-bottom: -40px; padding: 11px; border: 3px solid var(--pine-deep); border-radius: 40px; background: #101b16; box-shadow: 0 35px 65px rgba(20,42,33,.28); transform: rotate(2deg); }
.phone-top { position: absolute; z-index: 3; top: 18px; left: 50%; width: 60px; height: 16px; border-radius: 12px; background: #101b16; transform: translateX(-50%); }
.phone-screen { height: 100%; padding: 47px 20px 22px; border-radius: 28px; background: var(--cream-light); color: var(--pine); }
.screen-brand { display: flex; align-items: center; gap: 8px; margin-bottom: 42px; font-size: .75rem; font-weight: 800; }
.screen-brand b { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 7px; background: var(--spore); color: white; font-family: var(--serif); font-size: 1rem; }
.phone-screen > p { margin-bottom: 2px; color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }
.phone-screen > strong { display: block; font-family: var(--serif); font-size: 2.8rem; font-weight: 400; letter-spacing: -.04em; }
.screen-chart { height: 74px; display: flex; align-items: end; gap: 7px; margin: 18px 0 28px; padding: 0 5px; border-bottom: 1px solid var(--line); }
.screen-chart i { flex: 1; height: 30%; background: #a8b594; }.screen-chart i:nth-child(2) { height: 44%; }.screen-chart i:nth-child(3) { height: 54%; }.screen-chart i:nth-child(4) { height: 75%; }.screen-chart i:nth-child(5) { height: 92%; background: var(--moss); }
.screen-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .74rem; }
.screen-action { margin-top: 25px; padding: 12px; background: var(--pine); color: white; text-align: center; font-size: .69rem; font-weight: 800; }
.spore { position: absolute; z-index: 1; border-radius: 50%; background: var(--spore); opacity: .75; }.spore-one { width: 20px; height: 20px; top: 30%; left: 14%; }.spore-two { width: 8px; height: 8px; top: 20%; left: 23%; }.spore-three { width: 14px; height: 14px; right: 11%; bottom: 24%; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; }
.about-mark { position: relative; min-height: 470px; border-radius: 50% 50% 8px 8px; background: #d9deca; overflow: hidden; }
.about-mark::before { content: ''; position: absolute; left: -10%; right: -10%; bottom: -5%; height: 48%; background: var(--moss); clip-path: polygon(0 100%, 12% 68%, 25% 80%, 48% 18%, 67% 78%, 83% 50%, 100% 100%); }
.about-mark::after { content: ''; position: absolute; left: 50%; bottom: 13%; width: 0; height: 0; border-left: 55px solid transparent; border-right: 55px solid transparent; border-bottom: 120px solid var(--pine); transform: translateX(-50%); }
.ring { position: absolute; border: 1px solid rgba(31,58,46,.25); border-radius: 50%; }.ring-one { width: 200px; height: 200px; top: 42px; left: 52px; }.ring-two { width: 120px; height: 120px; top: 82px; left: 92px; }
.about-copy p:not(.section-kicker) { max-width: 590px; color: #536057; font-size: 1.06rem; }

.contact { padding-block: clamp(90px, 11vw, 145px); background: var(--pine-deep); color: var(--cream); }
.contact-inner { text-align: center; }
.contact h2 { margin-bottom: 42px; font-size: clamp(3.4rem, 7vw, 6.8rem); }
.contact-email { display: inline-flex; align-items: center; gap: 25px; padding-bottom: 9px; border-bottom: 1px solid var(--spore); color: var(--cream); font-size: clamp(1rem, 2vw, 1.28rem); font-weight: 700; text-decoration: none; }
.contact-email span { color: var(--spore); }

.site-footer { padding-top: 72px; background: var(--cream-light); color: var(--pine); }
.footer-main { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 62px; }
.footer-brand { margin-bottom: 12px; }
.footer-main > div > p { color: var(--muted); font-family: var(--serif); font-style: italic; }
.footer-links { display: flex; gap: clamp(55px, 9vw, 120px); }
.footer-links h2 { margin-bottom: 18px; font-family: var(--sans); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.footer-links a { display: block; margin: 8px 0; color: #536057; text-decoration: none; font-size: .87rem; }
.footer-links a:hover, .footer-bottom a:hover { text-decoration: underline; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: .75rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 24px; }.footer-bottom a { text-decoration: none; }
.site-footer.compact { padding-top: 55px; }

/* Product page */
.back-link { display: inline-block; margin-bottom: 50px; color: var(--moss-text); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-decoration: none; }
.product-hero { background: var(--cream); overflow: hidden; }
.product-hero-grid { min-height: 750px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 7vw; padding-block: 70px; }
.app-title { display: flex; align-items: center; gap: 20px; margin-bottom: 38px; }
.app-title p { margin-bottom: 2px; color: var(--moss-text); font-size: .7rem; text-transform: uppercase; font-weight: 800; letter-spacing: .16em; }
.app-title h1 { margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 4.2rem); }
.product-hero-tagline { margin-bottom: 25px; color: var(--pine); font-family: var(--serif); font-size: clamp(3.2rem, 6vw, 6rem); line-height: 1; letter-spacing: -.05em; }
.release-note { display: flex; align-items: center; gap: 14px; margin-top: 34px; }
.release-note > span { width: 10px; height: 10px; border-radius: 50%; background: var(--spore); box-shadow: 0 0 0 5px rgba(199,101,74,.14); }
.release-note p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }.release-note strong { color: var(--pine); }
.product-visual.standalone { min-height: 620px; border-radius: 50% 50% 3px 3px; }.product-visual.standalone .phone { margin-bottom: -30px; }
.narrow-heading { max-width: 790px; text-align: center; }.narrow-heading h2 { margin-bottom: 28px; }.narrow-heading > p:last-child { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.feature-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 65px; }
.feature-cards article { min-height: 260px; padding: 34px; border: 1px solid var(--line); background: var(--cream); }
.feature-cards article > span { color: var(--spore-text); font-family: var(--serif); font-style: italic; }.feature-cards h3 { margin-top: 50px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }.feature-cards p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.calm-panel { padding-block: clamp(85px, 10vw, 130px); background: var(--pine); color: #cfdbca; }
.calm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }.calm-grid h2 { margin-bottom: 0; }.calm-grid p { font-size: 1.05rem; }.calm-grid .small-note { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(243,238,228,.17); color: #aeb9aa; font-size: .82rem; }
.release-cta { text-align: center; }.release-cta h2 { max-width: 850px; margin: 0 auto 22px; }.release-cta > .shell > p:not(.section-kicker) { color: var(--muted); }.button-row.centered { justify-content: center; margin-top: 34px; }

/* Documents and support */
.doc-hero { padding: 75px 0 65px; background: var(--cream); }.doc-shell { max-width: 820px; }.doc-hero .back-link { margin-bottom: 65px; }.doc-hero h1 { margin-bottom: 18px; font-size: clamp(3rem, 6vw, 5.5rem); }.doc-summary { color: var(--muted); font-size: 1.15rem; }
.draft-banner { margin-top: 40px; padding: 22px 25px; border-left: 4px solid var(--spore); background: #fff9f2; }.draft-banner strong { display: block; margin-bottom: 4px; color: var(--earth); }.draft-banner p { margin: 0; font-size: .88rem; }
.doc-content { padding-block: 70px 110px; }.doc-meta { margin-bottom: 65px; padding-bottom: 28px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .85rem; }.doc-content section { margin-bottom: 52px; }.doc-content h2 { margin-bottom: 18px; font-family: var(--sans); font-size: 1.25rem; font-weight: 750; letter-spacing: -.01em; }.doc-content p, .doc-content li { color: #526057; }.doc-content li { margin: 5px 0; }.doc-content a { color: var(--earth); font-weight: 700; }
.review-item { margin-top: 18px; padding: 17px 19px; border: 1px dashed rgba(199,101,74,.55); background: rgba(199,101,74,.06); color: #654b40; font-size: .88rem; }.final-check { margin-top: 70px; padding: 32px; background: var(--pine); color: var(--cream); }.final-check h2 { color: var(--cream); }.final-check li { color: #cfdbca; }.final-check code { color: white; }
.support-hero { padding-block: 80px 100px; background: var(--pine); color: #cfdbca; }.support-hero .back-link { color: #bdc9ac; }.support-title { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }.support-title .section-kicker { margin-bottom: 6px; }.support-title h1 { margin-bottom: 0; font-size: clamp(3rem, 6vw, 5.5rem); }.support-hero > .shell > p { max-width: 600px; margin-bottom: 30px; font-size: 1.05rem; }
.support-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }.support-grid h2 { font-size: clamp(2.5rem, 4vw, 4rem); }.support-grid > div > p:last-child { color: var(--muted); }.support-list { margin: 0; padding: 0; list-style: none; }.support-list li { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid var(--line); }.support-list li > span { color: var(--spore-text); font-family: var(--serif); font-style: italic; }.support-list strong { display: block; margin-bottom: 5px; color: var(--pine); }.support-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.faq { background: var(--cream); }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }.faq-grid h2 { font-size: clamp(2.6rem, 4.5vw, 4.2rem); }.faq-note { max-width: 250px; color: var(--muted); font-size: .8rem; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--pine); font-family: var(--serif); font-size: 1.2rem; font-weight: 700; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--spore); font-family: var(--sans); font-weight: 400; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); font-size: .92rem; }

/* 404 */
.error-page { min-height: 100vh; background: var(--cream); }.error-page main { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }.error-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(40px,8vw,120px); }.error-content .brand { margin-bottom: 70px; }.error-code { margin-bottom: 14px; color: var(--spore-text); font-size: .78rem; font-weight: 800; letter-spacing: .2em; }.error-content h1 { max-width: 530px; margin-bottom: 20px; font-size: clamp(3.5rem, 6vw, 6rem); }.error-content > p:not(.error-code) { margin-bottom: 35px; color: var(--muted); }
.error-landscape { position: relative; overflow: hidden; background: var(--pine); }.error-sun { position: absolute; top: 18%; right: 22%; width: 90px; height: 90px; border-radius: 50%; background: var(--spore); }.error-mountain { position: absolute; bottom: 0; left: -15%; width: 130%; height: 70%; background: var(--moss); clip-path: polygon(0 100%, 44% 11%, 55% 47%, 70% 25%, 100% 100%); }.error-mountain.two { height: 45%; background: var(--pine-deep); clip-path: polygon(0 100%, 30% 27%, 48% 68%, 66% 10%, 100% 100%); }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 720px); }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; padding-top: 42px; }.hero-copy { padding: 62px 0 10px; }.landscape { min-height: 470px; margin-inline: -40px; }.hero-foot { font-size: .9rem; }
  .split-intro, .about-grid, .calm-grid, .support-grid, .faq-grid { grid-template-columns: 1fr; }.split-intro { gap: 40px; }.values-grid { margin-top: 65px; }.values-grid article { padding-right: 24px; }.values-grid article + article { padding-left: 24px; }
  .product-card { grid-template-columns: 1fr; }.product-visual { min-height: 540px; }.about-grid { gap: 55px; }.about-mark { max-width: 520px; width: 100%; margin: auto; }.about-copy { max-width: 650px; }
  .product-hero-grid { grid-template-columns: 1fr; padding-top: 55px; }.product-hero-copy { max-width: 660px; }.product-visual.standalone { width: min(100%, 540px); margin: 0 auto; }.feature-cards { grid-template-columns: 1fr; }.feature-cards article { min-height: 220px; }.feature-cards h3 { margin-top: 35px; }
  .support-grid, .faq-grid { gap: 50px; }.faq-note { max-width: none; }.error-page main { grid-template-columns: 1fr; }.error-landscape { min-height: 38vh; grid-row: 2; }.error-content { min-height: 62vh; }.error-content .brand { margin-bottom: 45px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  body { line-height: 1.6; }.site-header { height: 74px; }.site-header:not(.solid) { background: rgba(243,238,228,.92); backdrop-filter: blur(10px); }.nav-toggle { display: block; }.site-nav { position: absolute; top: 73px; left: 0; right: 0; display: none; align-items: stretch; gap: 0; padding: 8px 16px 18px; border-bottom: 1px solid var(--line); background: var(--cream-light); box-shadow: 0 14px 30px rgba(31,58,46,.08); }.site-nav[data-open] { display: flex; flex-direction: column; }.site-nav a { padding: 13px 4px; }.site-nav a::after { display: none; }
  .header-inner > .brand { min-height: 44px; }.hero { padding-top: 74px; }.hero-grid { min-height: auto; }.hero-copy { padding-top: 72px; }.hero h1 { font-size: clamp(3.65rem, 17vw, 5.3rem); }.hero-lede { font-size: 1.03rem; }.button-row { align-items: flex-start; gap: 22px; }.text-link, .contact-email { min-height: 44px; display: inline-flex; align-items: center; }.landscape { min-height: 370px; margin-inline: -50px; }.sun { width: 60px; height: 60px; top: 16%; }.mountain { height: 67%; }.forest { height: 43%; }.hero-foot { height: auto; min-height: 75px; gap: 10px; justify-content: space-between; font-size: .7rem; }.trail { flex-basis: 40px; }
  .section-pad { padding-block: 78px; }.section-kicker { margin-bottom: 17px; }.split-intro h2 { font-size: 2.85rem; }.values-grid { grid-template-columns: 1fr; }.values-grid article, .values-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }.value-number { margin-bottom: 20px; }.section-heading { display: block; }.section-heading > p { margin-top: 15px; }.product-copy { padding: 36px 24px 46px; }.product-tagline { font-size: 2.7rem; }.product-visual { min-height: 475px; }.phone { width: 235px; height: 480px; }.phone-screen { padding-inline: 17px; }.screen-brand { margin-bottom: 28px; }
  .about-mark { min-height: 360px; }.contact h2 { font-size: 3.55rem; }.footer-main { flex-direction: column; padding-bottom: 45px; }.footer-links { justify-content: space-between; gap: 35px; }.footer-links a { display: flex; min-height: 44px; align-items: center; margin: 0; }.footer-bottom { min-height: 90px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding-block: 18px; }.footer-bottom div { gap: 15px; }.footer-bottom a { display: inline-flex; min-height: 44px; align-items: center; }
  .product-hero-grid { padding-block: 45px 70px; }.product-hero .back-link { margin-bottom: 38px; }.app-title { margin-bottom: 30px; }.product-hero-tagline { font-size: 3.45rem; }.product-visual.standalone { min-height: 500px; }.feature-cards { margin-top: 45px; }.calm-grid { gap: 35px; }.release-cta h2 { font-size: 2.8rem; }
  .doc-hero { padding: 50px 0; }.doc-hero .back-link { margin-bottom: 45px; }.doc-hero h1 { font-size: 3.3rem; }.draft-banner { margin-top: 32px; padding: 19px; }.doc-content { padding-block: 55px 85px; }.doc-content section { margin-bottom: 44px; }.final-check { margin-inline: -16px; padding: 25px 20px; }
  .support-hero { padding-block: 55px 75px; }.support-hero .back-link { margin-bottom: 45px; }.support-title { align-items: flex-start; gap: 16px; }.support-title .product-icon { flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px; }.support-title h1 { font-size: 3.25rem; }.faq-list summary { font-size: 1.08rem; }.error-content { padding: 45px 28px; }.error-content h1 { font-size: 3.5rem; }
}

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

@media print {
  .site-header, .site-footer, .back-link, .button { display: none !important; }
  body { background: white; color: black; }.doc-hero { padding: 0; background: white; }.doc-content { padding: 30px 0; }.draft-banner, .review-item { break-inside: avoid; }
}
