:root {
  color-scheme: light;
  --ink: #17211f;
  --graphite: #313a37;
  --linen: #f3f0e9;
  --paper: #fbfaf7;
  --surface: #fff;
  --pine: #29564d;
  --pine-dark: #1f403a;
  --sage: #dce7df;
  --copper: #bd7045;
  --copper-dark: #8f4f2c;
  --muted: #65706c;
  --line: rgba(23, 33, 31, 0.14);
  --shadow: 0 28px 80px rgba(23, 33, 31, 0.12);
  --max: 1200px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; background: var(--linen); color: var(--ink); line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.15rem, 7vw, 6.75rem); line-height: 0.94; letter-spacing: -0.06em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.2rem, 4.8vw, 4.7rem); line-height: 1; letter-spacing: -0.05em; }
h3 { margin-bottom: 0.75rem; font-size: clamp(1.55rem, 2.5vw, 2.3rem); line-height: 1.1; letter-spacing: -0.03em; }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 0.75rem; left: 0.75rem; z-index: 100; transform: translateY(-180%); border-radius: 0.3rem; background: var(--surface); padding: 0.75rem 1rem; font-weight: 800; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(243, 240, 233, 0.94); backdrop-filter: blur(14px); }
.header-inner { display: flex; width: min(var(--max), calc(100% - 48px)); min-height: 94px; align-items: center; justify-content: space-between; gap: 2rem; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 0.85rem; flex: 0 0 auto; color: var(--ink); font-size: 0.96rem; font-weight: 900; letter-spacing: 0.2em; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 13px; }
.primary-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.primary-nav > a { position: relative; color: var(--graphite); font-size: 0.89rem; font-weight: 750; text-decoration: none; }
.primary-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -0.4rem; left: 0; height: 2px; transform: scaleX(0); background: var(--copper); content: ""; transition: transform 160ms ease; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 46px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 0.4rem; background: var(--paper); color: var(--ink); }
.menu-toggle span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid var(--pine); border-radius: 0.35rem; background: var(--pine); color: #fff; padding: 0.85rem 1.25rem; font-weight: 800; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease; }
.button:hover { border-color: var(--pine-dark); background: var(--pine-dark); transform: translateY(-1px); }
.button-small { min-height: 44px; padding: 0.65rem 1rem; color: #fff !important; }
.button-secondary { border-color: rgba(255,255,255,0.35); background: transparent; }
.button-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.button-ink { border-color: var(--ink); background: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.hero-actions { align-items: center; gap: 0.65rem; }
.hero-actions .button { min-height: 58px; gap: 0.7rem; border-radius: 0.65rem; padding: 0.95rem 1.35rem; }
.hero-actions .button svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform 160ms ease; }
.hero-actions .button:hover svg { transform: translateX(2px); }
.hero-actions .button-hero-primary { border-color: #d88957; background: linear-gradient(135deg, #dda06f, #cd7547); color: var(--ink); box-shadow: 0 12px 30px rgba(205,117,71,0.22); }
.hero-actions .button-hero-primary:hover { border-color: #e2a675; background: linear-gradient(135deg, #e5aa79, #d27d4e); box-shadow: 0 16px 36px rgba(205,117,71,0.28); }
.hero-actions .button-hero-primary:hover svg { transform: translateY(2px); }
.hero-tertiary-link { margin-top: 0.9rem; color: rgba(255,255,255,0.68); font-size: 0.82rem; font-weight: 750; text-underline-offset: 0.3em; transition: color 160ms ease; }
.hero-tertiary-link:hover { color: #fff; }

.hero { display: grid; min-height: 700px; grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr); overflow: hidden; margin-top: 26px; border: 1px solid rgba(255,255,255,0.05); border-radius: 1rem; background: radial-gradient(circle at 78% 20%, rgba(74,126,115,0.27), transparent 36%), var(--ink); color: #fff; box-shadow: var(--shadow); }
.hero-copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(3.2rem, 7vw, 6.8rem); }
.eyebrow { margin-bottom: 1rem; color: var(--copper-dark); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.23em; text-transform: uppercase; }
.hero .eyebrow { color: #e2ae8e; }
.hero-summary { max-width: 680px; margin-bottom: 2rem; color: rgba(255,255,255,0.75); font-size: clamp(1.05rem, 1.65vw, 1.25rem); line-height: 1.65; }
.boundary-line { margin: 2.2rem 0 0; padding-left: 1rem; border-left: 3px solid var(--copper); color: rgba(255,255,255,0.78); font-size: 0.9rem; font-weight: 750; }
.launch-promises { display: grid; gap: 0.45rem; margin: 0 0 1.8rem; padding: 0; color: rgba(255,255,255,0.74); font-size: 0.86rem; list-style: none; }
.launch-promises li { position: relative; padding-left: 1.2rem; }
.launch-promises li::before { position: absolute; left: 0; color: #e2ae8e; content: "✓"; font-weight: 900; }
.product-shot { overflow: hidden; margin-bottom: 0; border: 1px solid rgba(23,33,31,0.18); border-radius: 0.6rem; background: #11191f; box-shadow: 0 20px 60px rgba(23,33,31,0.16); }
.product-shot img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.product-shot-hero { align-self: center; width: calc(100% + 48px); margin: 0 0 0 -48px; transform: rotate(1.2deg); border-color: rgba(255,255,255,0.18); box-shadow: 0 30px 90px rgba(0,0,0,0.38); }
.product-shot-card { margin-top: 2rem; box-shadow: 0 16px 38px rgba(23,33,31,0.14); }
.feature-card-dark .product-shot { border-color: rgba(255,255,255,0.18); box-shadow: 0 18px 45px rgba(0,0,0,0.24); }

.audience { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(6rem, 11vw, 10rem); }
.section-intro { max-width: 760px; }
.section-intro > p:last-child, .section-heading > p { max-width: 670px; margin-bottom: 0; color: var(--muted); font-size: 1.04rem; }
.section-intro-wide { max-width: 910px; margin-bottom: clamp(4rem, 8vw, 7rem); }
.use-case-list { display: grid; align-content: center; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.use-case-list li { border-bottom: 1px solid var(--line); padding: 1rem 0; font-weight: 750; }
.use-case-list li:nth-child(odd) { padding-right: 1rem; }

.workspace-section { display: grid; align-items: center; grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr); gap: clamp(3rem, 8vw, 8rem); overflow: hidden; margin-bottom: clamp(6rem, 10vw, 9rem); border-radius: 1rem; background: var(--pine); color: #fff; padding: clamp(2rem, 6vw, 5rem); box-shadow: var(--shadow); }
.workspace-copy h2 { font-size: clamp(2.3rem, 4.5vw, 4.25rem); }
.workspace-copy > p:not(.eyebrow) { color: rgba(255,255,255,0.74); font-size: 1.04rem; }
.workspace-copy .eyebrow { color: #efb28d; }
.detail-list-light li { color: rgba(255,255,255,0.82); }
.workspace-shot { width: calc(100% + 3rem); margin-right: -3rem; border-color: rgba(255,255,255,0.15); box-shadow: 0 30px 75px rgba(0,0,0,0.28); }

.product-section { background: var(--paper); padding-block: clamp(6rem, 11vw, 10rem); }
.feature { display: grid; align-items: center; grid-template-columns: minmax(300px, 0.78fr) minmax(470px, 1.22fr); gap: clamp(3rem, 8vw, 8rem); margin-bottom: clamp(6rem, 11vw, 10rem); }
.feature-reverse .feature-copy { order: 2; }
.feature-reverse figure { order: 1; }
.feature-copy > p:not(.feature-number, .clarification) { color: var(--muted); font-size: 1.02rem; }
.feature-number { margin-bottom: 1rem; color: var(--copper-dark); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }
.detail-list { display: grid; gap: 0.6rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.detail-list li { position: relative; padding-left: 1.35rem; color: var(--graphite); font-size: 0.9rem; }
.detail-list li::before { position: absolute; top: 0.7rem; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--copper); content: ""; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: clamp(6rem, 11vw, 10rem); }
.feature-card { min-height: 380px; padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--line); background: var(--linen); }
.feature-card > p:last-of-type { max-width: 520px; color: var(--muted); }
.feature-card-dark { background: var(--pine); color: #fff; }
.feature-card-dark .feature-number { color: #efb28d; }
.feature-card-dark > p:last-of-type { color: rgba(255,255,255,0.72); }
.feature-hours { margin-bottom: clamp(6rem, 11vw, 10rem); }
.improvement-feature { margin-bottom: 0; }
.clarification { margin-top: 1.5rem; border-left: 3px solid var(--copper); background: var(--linen); padding: 1rem 1.1rem; color: var(--graphite); font-size: 0.88rem; }

.fit-section { background: var(--pine); color: #fff; padding-block: clamp(6rem, 11vw, 10rem); }
.fit-grid, .setup-promo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 8vw, 8rem); }
.eyebrow-light { color: #efb28d; }
.fit-copy { align-self: end; }
.fit-copy > p { color: rgba(255,255,255,0.75); font-size: 1.05rem; }
.boundary-line-light { color: #fff !important; }
.tools-section { display: grid; grid-template-columns: minmax(0, 0.7fr) minmax(560px, 1.3fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(6rem, 11vw, 10rem); }
.tools-grid { display: grid; border-top: 1px solid var(--line); }
.tools-grid article { display: grid; grid-template-columns: 52px minmax(150px, 0.65fr) minmax(220px, 1fr); gap: 1rem; align-items: baseline; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.tools-grid span { color: var(--copper-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.12em; }
.tools-grid h3 { margin: 0; font-size: 1.25rem; }
.tools-grid p { margin: 0; color: var(--muted); font-size: 0.9rem; }
.benefits { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr); gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(6rem, 11vw, 10rem); }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.benefit-grid li { min-height: 140px; padding: 1.2rem 1rem 1.2rem 0; border-bottom: 1px solid var(--line); font-weight: 750; }
.benefit-grid span { display: block; margin-bottom: 1.5rem; color: var(--copper-dark); font-size: 0.7rem; letter-spacing: 0.15em; }
.setup-promo { background: var(--copper); color: var(--ink); padding-block: clamp(5rem, 9vw, 8rem); }
.setup-promo .eyebrow { color: var(--ink); opacity: 0.72; }
.setup-promo-grid > div:last-child { align-self: end; }
.setup-promo-grid .button { margin-top: 1rem; }

.download-section { padding-block: clamp(6rem, 11vw, 10rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 370px; padding-bottom: 0.6rem; }
.release-message { min-height: 1.6rem; margin-bottom: 1.25rem; color: var(--muted); font-size: 0.9rem; }
.download-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.download-card { display: flex; min-height: 310px; flex-direction: column; border: 1px solid var(--line); background: var(--surface); padding: clamp(1.5rem, 4vw, 2.6rem); box-shadow: 0 14px 36px rgba(23,33,31,0.05); }
.download-card.is-preferred { border-color: rgba(41,86,77,0.62); box-shadow: 0 18px 48px rgba(41,86,77,0.14); }
.download-card[data-platform-card="ios"] { border-color: rgba(41,86,77,0.3); box-shadow: 0 18px 48px rgba(41,86,77,0.1); }
.download-card.is-preferred::before { align-self: flex-start; margin: -0.25rem 0 1rem; background: var(--sage); color: var(--pine-dark); content: "Recommended for this device"; padding: 0.3rem 0.6rem; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.04em; }
.platform-label { display: flex; align-items: center; gap: 1rem; margin-bottom: 2.5rem; }
.platform-label h3 { margin: 0.1rem 0 0.15rem; font-size: 1.55rem; }
.platform-label p, .availability, .download-meta { margin-bottom: 0; color: var(--muted); font-size: 0.82rem; }
.status-label { color: var(--pine) !important; font-weight: 850; text-transform: uppercase; letter-spacing: 0.08em; }
.status-badge { display: inline-flex; min-height: 24px; align-items: center; border: 1px solid rgba(41,86,77,0.14); border-radius: 999px; background: var(--sage); padding: 0.25rem 0.55rem; font-size: 0.66rem !important; line-height: 1; }
.platform-monogram { display: grid; width: 58px; height: 58px; place-items: center; flex: 0 0 auto; background: var(--ink); color: #fff; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.download-button { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; background: var(--pine); color: #fff; padding: 0.9rem 1.15rem; text-decoration: none; transition: background-color 160ms ease, transform 160ms ease; }
.download-button:hover { background: var(--pine-dark); transform: translateY(-1px); }
.download-button span { font-weight: 850; }
.download-button small { max-width: 50%; overflow: hidden; color: rgba(255,255,255,0.72); text-overflow: ellipsis; white-space: nowrap; }
.download-button.is-unavailable { cursor: not-allowed; background: #dde1dd; color: #56605c; transform: none; }
.download-button.is-unavailable small { color: #56605c; }
.platform-status { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; border: 1px solid rgba(41,86,77,0.2); background: linear-gradient(135deg, var(--sage), #f0eadf); color: var(--pine-dark); padding: 0.9rem 1.15rem; box-shadow: inset 0 1px 0 rgba(255,255,255,0.72); }
.platform-status span { font-weight: 850; }
.platform-status small { color: var(--pine); font-weight: 750; letter-spacing: 0.04em; }
.availability { min-height: 2.7rem; margin-top: 1rem; }
.download-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1.2rem; }
.download-meta p { margin: 0; }
.download-meta a { font-weight: 800; text-underline-offset: 0.25em; }

.faq { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr); gap: clamp(3rem, 8vw, 8rem); padding-bottom: clamp(6rem, 11vw, 10rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 1.3rem 2.5rem 1.3rem 0; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { float: right; margin-right: -2rem; content: "+"; color: var(--copper-dark); font-size: 1.25rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 700px; padding: 0 2rem 1.4rem 0; color: var(--muted); }
.text-link { color: var(--pine); font-weight: 800; text-underline-offset: 0.25em; }
.home-faq { padding-top: clamp(2rem, 5vw, 4rem); }

.page-hero { padding-block: clamp(5rem, 10vw, 9rem); }
.page-hero-inner { max-width: 950px; }
.page-hero h1 { max-width: 930px; }
.page-hero .lead { max-width: 760px; color: var(--muted); font-size: clamp(1.12rem, 2vw, 1.35rem); }
.story-section, .guide-section, .release-page { padding-bottom: clamp(6rem, 11vw, 10rem); }
.story-grid { display: grid; grid-template-columns: minmax(260px, 0.55fr) minmax(500px, 1.45fr); gap: clamp(3rem, 9vw, 9rem); }
.story-label { position: sticky; top: 130px; align-self: start; padding-top: 0.5rem; border-top: 3px solid var(--copper); font-weight: 850; }
.prose { max-width: 760px; }
.prose p { margin-bottom: 1.5rem; color: var(--graphite); font-size: 1.08rem; }
.prose .story-callout { margin-block: 3rem; padding: 2rem; background: var(--pine); color: #fff; font-size: 1.25rem; font-weight: 750; }
.guide-layout { display: grid; grid-template-columns: minmax(240px, 0.45fr) minmax(560px, 1.55fr); gap: clamp(3rem, 8vw, 8rem); }
.guide-aside { align-self: start; padding: 1.5rem; border: 1px solid var(--line); background: var(--paper); }
.guide-aside h2 { font-size: 1.45rem; letter-spacing: -0.02em; }
.checklist { display: grid; gap: 0.75rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: 0.65rem; color: var(--graphite); font-size: 0.86rem; }
.checklist li::before { display: grid; width: 19px; height: 19px; place-items: center; flex: 0 0 auto; border: 1px solid var(--pine); content: "✓"; color: var(--pine); font-size: 0.7rem; font-weight: 900; }
.guide-steps { counter-reset: guide; }
.guide-step { position: relative; padding: 0 0 3.5rem 5rem; counter-increment: guide; }
.guide-step::before { position: absolute; top: 0; left: 0; display: grid; width: 48px; height: 48px; place-items: center; background: var(--ink); content: counter(guide, decimal-leading-zero); color: #fff; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.06em; }
.guide-step:not(:last-child)::after { position: absolute; top: 58px; bottom: 10px; left: 23px; width: 1px; background: var(--line); content: ""; }
.guide-step h2 { font-size: clamp(1.45rem, 3vw, 2.1rem); letter-spacing: -0.035em; }
.guide-step p { color: var(--muted); }
.guide-note { margin-top: 1rem; padding: 1rem; border-left: 3px solid var(--copper); background: var(--paper); color: var(--graphite) !important; font-size: 0.88rem; }
.release-card { border: 1px solid var(--line); background: var(--surface); padding: clamp(1.5rem, 4vw, 3rem); }
.release-card-header { display: flex; align-items: start; justify-content: space-between; gap: 2rem; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.release-card-header h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.6rem); }
.release-status { background: var(--sage); color: var(--pine-dark); padding: 0.4rem 0.7rem; font-size: 0.7rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.release-notes-list { display: grid; gap: 0.9rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.release-notes-list li { position: relative; padding-left: 1.4rem; color: var(--graphite); }
.release-notes-list li::before { position: absolute; top: 0.72rem; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--copper); content: ""; }
.legal-version { color: var(--muted); font-size: 0.9rem; }
.legal-page { max-width: 900px; padding-bottom: clamp(6rem, 11vw, 10rem); }
.legal-page section { padding-block: 2rem; border-top: 1px solid var(--line); }
.legal-page h2, .support-page h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); letter-spacing: -0.035em; }
.legal-page p, .legal-page li, .support-page p, .support-page li { color: var(--graphite); font-size: 1rem; }
.legal-page a, .support-page a { color: var(--pine); font-weight: 750; text-underline-offset: 0.2em; }
.legal-page ul, .support-page ul { display: grid; gap: 0.55rem; padding-left: 1.25rem; }
.download-guidance, .about-principles, .support-resources, .trial-details { padding-bottom: clamp(6rem, 11vw, 10rem); }
.guidance-grid, .principle-grid, .resource-grid, .trial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 3rem; background: var(--line); }
.guidance-grid article, .principle-grid article, .trial-grid article, .resource-grid a { background: var(--paper); padding: clamp(1.5rem, 4vw, 2.5rem); }
.guidance-grid h3, .principle-grid h3, .resource-grid h3, .trial-grid h3 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); }
.guidance-grid p, .guidance-grid li, .principle-grid p, .resource-grid p, .trial-grid p { color: var(--muted); }
.guidance-grid ol { display: grid; gap: 0.65rem; padding-left: 1.25rem; }
.principle-grid span, .resource-grid span, .trial-grid span { color: var(--copper-dark); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.15em; }
.resource-grid a { display: block; text-decoration: none; transition: background-color 160ms ease, transform 160ms ease; }
.resource-grid a:hover { position: relative; background: var(--surface); transform: translateY(-2px); }
.support-page { display: block; padding-bottom: clamp(6rem, 11vw, 10rem); }
.support-page > .section-intro { margin-bottom: 3rem; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.support-grid article { background: var(--paper); padding: clamp(1.5rem, 4vw, 2.5rem); }
.contact-section, .next-steps { background: var(--pine); color: #fff; padding-block: clamp(5rem, 9vw, 8rem); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(3rem, 8vw, 8rem); }
.contact-grid > div:last-child { align-self: end; }
.contact-grid p { color: rgba(255,255,255,0.76); font-size: 1.05rem; }
.contact-grid a:not(.button) { color: #fff; font-weight: 800; }
.trial-hero .page-hero-inner { max-width: 1020px; }
.trial-fine-print { color: var(--muted); font-size: 0.84rem; }
.next-steps .section-intro { margin-bottom: 3rem; }
.next-steps .eyebrow { color: #efb28d; }
.next-step-list { display: grid; max-width: 920px; margin: 0 0 2.5rem; padding: 0; border-top: 1px solid rgba(255,255,255,0.18); list-style: none; counter-reset: next-step; }
.next-step-list li { display: grid; grid-template-columns: minmax(180px, 0.55fr) minmax(300px, 1.45fr); gap: 2rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.18); counter-increment: next-step; }
.next-step-list strong::before { margin-right: 0.8rem; color: #efb28d; content: counter(next-step, decimal-leading-zero); font-size: 0.7rem; letter-spacing: 0.12em; }
.next-step-list span { color: rgba(255,255,255,0.72); }

.site-footer { border-top: 1px solid var(--line); background: var(--ink); color: #fff; }
.footer-inner { display: grid; width: min(var(--max), calc(100% - 48px)); grid-template-columns: 1fr auto; gap: 2.5rem; margin-inline: auto; padding-block: 3rem; }
.footer-brand { display: flex; align-items: center; gap: 0.8rem; }
.footer-brand img { border-radius: 8px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 0.8rem; letter-spacing: 0.18em; }
.footer-brand span { color: rgba(255,255,255,0.58); font-size: 0.78rem; }
.footer-inner nav { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 1.25rem; }
.footer-inner nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,0.78); font-size: 0.82rem; font-weight: 750; text-underline-offset: 0.25em; }
.footer-inner > p { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,0.48); font-size: 0.76rem; }

@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 3.5rem; }
  .product-shot-hero { width: calc(100% - 64px); margin: 0 32px 42px; transform: none; }
  .audience, .workspace-section, .benefits, .faq, .fit-grid, .setup-promo-grid, .story-grid, .guide-layout, .tools-section, .contact-grid { grid-template-columns: 1fr; }
  .workspace-shot { width: 100%; margin-right: 0; }
  .feature { grid-template-columns: 1fr; gap: 2.5rem; }
  .feature-reverse .feature-copy, .feature-reverse figure { order: initial; }
  .story-label { position: static; }
  .faq-list { margin-top: 0; }
}

@media (max-width: 1120px) {
  .menu-toggle { display: flex; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); background: var(--paper); padding: 0.5rem 24px 1rem; box-shadow: 0 18px 30px rgba(23,33,31,0.12); }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a { padding: 0.85rem 0; }
  .primary-nav > a::after { display: none; }
  .primary-nav .button { margin-top: 0.45rem; padding: 0.75rem 1rem; }
}

@media (max-width: 760px) {
  .section-shell, .header-inner, .footer-inner { width: min(100% - 32px, var(--max)); }
  .header-inner { min-height: 78px; }
  .brand img { width: 48px; height: 48px; }
  .primary-nav { padding-inline: 16px; }
  .hero { margin-top: 16px; }
  .hero-copy { min-width: 0; padding: 3.25rem 1.5rem; }
  .hero-copy h1 { max-width: 100%; text-wrap: wrap; }
  .hero-copy .button-row { width: 100%; }
  .hero-copy .button { max-width: 100%; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .product-shot-hero { width: calc(100% - 32px); margin: 0 16px 24px; }
  .audience { gap: 2.5rem; }
  .use-case-list, .feature-grid, .download-grid, .benefit-grid, .guidance-grid, .principle-grid, .resource-grid, .trial-grid, .support-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .section-heading { align-items: start; flex-direction: column; }
  .section-heading > p { padding-bottom: 0; }
  .download-meta { align-items: flex-start; flex-direction: column; }
  .guide-step { padding-left: 4rem; }
  .release-card-header { flex-direction: column; }
  .tools-grid article { grid-template-columns: 40px 1fr; }
  .tools-grid p { grid-column: 2; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-inner nav { justify-content: flex-start; }
  .next-step-list li { grid-template-columns: 1fr; gap: 0.35rem; }
}

@media (max-width: 410px) {
  .section-shell, .header-inner, .footer-inner { width: min(100% - 24px, var(--max)); }
  .brand { font-size: 0.84rem; letter-spacing: 0.16em; }
  .brand img { width: 44px; height: 44px; }
  .hero-copy { padding-inline: 1.15rem; }
  .button-row .button { width: 100%; }
  .feature { margin-bottom: 5rem; }
  .download-card { padding: 1.25rem; }
  .download-button { align-items: flex-start; flex-direction: column; }
  .download-button small { max-width: 100%; }
  .platform-status { align-items: flex-start; flex-direction: column; }
  .guide-step { padding-left: 3.65rem; }
}

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

.audience-dark .use-case-list {
  border-color: rgba(255,255,255,0.22);
}

.audience-dark .use-case-list li {
  color: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.22);
}

.workspace-section .detail-list li {
  color: rgba(255,255,255,0.82);
}
