:root {
  --ink: #0b2624;
  --ink-soft: #34514e;
  --night: #071c1b;
  --night-2: #0b2926;
  --mint: #69e1b9;
  --green: #19a476;
  --paper: #f7fbf9;
  --white: #ffffff;
  --line: rgba(11, 38, 36, .14);
  --radius: 1.25rem;
  --shadow: 0 20px 60px rgba(4, 31, 27, .1);
  --wrap: min(1180px, calc(100% - 3rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); 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: .5rem; left: .5rem; z-index: 999; padding: .75rem 1rem; transform: translateY(-150%); background: var(--white); border-radius: .5rem; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; padding: 1.15rem 0; transition: background .25s, padding .25s, box-shadow .25s; }
.site-header.scrolled { padding: .65rem 0; background: rgba(247, 251, 249, .92); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: var(--wrap); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; line-height: 1.05; }
.brand img { width: 42px; }
.brand span { display: grid; gap: .23rem; }
.brand strong { font-size: .98rem; letter-spacing: -.01em; }
.brand small { color: var(--green); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.65rem; }
.main-nav a { font-size: .9rem; font-weight: 650; text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--green); }
.nav-cta { padding: .66rem 1rem; border-radius: 999px; background: var(--ink); color: var(--white); }
.menu-button { display: none; }

.hero { min-height: 100vh; padding-top: 8rem; background: radial-gradient(circle at 84% 28%, rgba(105,225,185,.22), transparent 27%), linear-gradient(160deg, #f8fcfa 0%, #edf8f3 68%, #dff4eb 100%); overflow: hidden; }
.hero-grid { min-height: calc(100vh - 11rem); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 4rem; padding-block: 2rem 5rem; }
.eyebrow, .kicker { margin: 0 0 1.2rem; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .7rem; }
.eyebrow span { width: 1.8rem; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 1.65rem; font-size: clamp(3.2rem, 6.3vw, 6.2rem); line-height: .97; letter-spacing: -.065em; font-weight: 700; }
h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 680px; margin-bottom: 2rem; color: var(--ink-soft); font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .8rem 1.25rem; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--ink); color: var(--white); box-shadow: 0 12px 30px rgba(7,28,27,.16); }
.button.primary:hover { background: var(--green); border-color: var(--green); }
.button.secondary { background: rgba(255,255,255,.38); }

.system-orbit { position: relative; width: min(480px, 100%); aspect-ratio: 1; margin-left: auto; }
.orbit-ring { position: absolute; border: 1px solid rgba(25,164,118,.25); border-radius: 50%; }
.ring-one { inset: 8%; }
.ring-two { inset: 23%; border-style: dashed; }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(105,225,185,.18); }
.ring-one::before { top: 14%; left: 8%; }
.ring-one::after { bottom: 8%; right: 18%; }
.ring-two::before { right: 1%; top: 45%; }
.ring-two::after { left: 7%; bottom: 17%; }
.orbit-core { position: absolute; inset: 34%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--night); color: var(--white); box-shadow: var(--shadow); }
.orbit-core span { color: var(--mint); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.orbit-core strong { margin-top: .3rem; font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.15; }
.orbit-item { position: absolute; min-width: 126px; padding: .75rem .9rem; border: 1px solid rgba(25,164,118,.22); border-radius: .75rem; background: rgba(255,255,255,.83); box-shadow: 0 12px 30px rgba(4,31,27,.08); font-size: .82rem; font-weight: 700; backdrop-filter: blur(8px); }
.orbit-item b { color: var(--green); margin-right: .35rem; font-size: .68rem; }
.item-one { top: 8%; left: 8%; }.item-two { top: 17%; right: -2%; }.item-three { bottom: 16%; left: -1%; }.item-four { right: 8%; bottom: 6%; }
.signal-strip { overflow: hidden; border-top: 1px solid rgba(11,38,36,.09); background: rgba(255,255,255,.35); }
.signal-strip div { width: max-content; min-width: 100%; padding: .95rem 2rem; display: flex; justify-content: center; align-items: center; gap: 2rem; color: var(--ink-soft); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.signal-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.two-col { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(3rem, 8vw, 8rem); }
.section-heading h2 { max-width: 900px; margin-bottom: 1.35rem; font-size: clamp(2.35rem, 4.3vw, 4.25rem); line-height: 1.04; letter-spacing: -.045em; }
.section-heading > p:not(.kicker) { max-width: 690px; color: var(--ink-soft); font-size: 1.05rem; }
.section-heading.narrow { margin-bottom: 3.5rem; }
.prose .lead, .section-heading .lead { color: var(--ink); font-size: clamp(1.3rem, 2.15vw, 1.8rem); line-height: 1.45; }
.prose > p:not(.lead) { color: var(--ink-soft); }
.mini-credentials { margin-top: 2rem; padding-top: 1.3rem; display: flex; flex-wrap: wrap; gap: .75rem; border-top: 1px solid var(--line); }
.mini-credentials span { padding: .45rem .72rem; border-radius: 999px; background: #e4f6ee; color: #116f53; font-size: .8rem; font-weight: 750; }

.gap-section { background: var(--white); }
.gap-map { display: grid; grid-template-columns: 1fr minmax(180px, .45fr) 1fr; align-items: stretch; }
.gap-map article { min-height: 220px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.map-number { color: var(--green); font-size: .74rem; font-weight: 800; }
.gap-map article p { margin: 2.5rem 0 .5rem; color: var(--ink-soft); font-size: .8rem; text-transform: uppercase; letter-spacing: .11em; }
.gap-map article strong { display: block; max-width: 350px; font-size: 1.25rem; line-height: 1.35; }
.gap-bridge { align-self: center; min-height: 84px; display: grid; place-content: center; position: relative; text-align: center; color: var(--white); background: var(--green); }
.gap-bridge::before, .gap-bridge::after { content: ""; position: absolute; top: 50%; width: 20px; height: 20px; background: var(--green); transform: translateY(-50%) rotate(45deg); }
.gap-bridge::before { left: -10px; }.gap-bridge::after { right: -10px; }
.gap-bridge span { font-weight: 800; }.gap-bridge small { opacity: .8; }

.system-section { color: var(--white); background: var(--night); }
.system-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 5rem; align-items: center; }
.kicker.light { color: var(--mint); }
.system-section .section-heading > p:not(.kicker), .cases .section-heading > p:not(.kicker) { color: rgba(255,255,255,.66); }
.system-board { position: relative; min-height: 460px; border: 1px solid rgba(105,225,185,.15); border-radius: 1.8rem; background: radial-gradient(circle at 58% 48%, rgba(105,225,185,.16), transparent 34%), rgba(255,255,255,.025); }
.system-board svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.system-board path { fill: none; stroke: rgba(105,225,185,.3); stroke-width: 1.5; stroke-dasharray: 6 8; }
.node, .result-node { position: absolute; z-index: 2; display: grid; place-content: center; text-align: center; border-radius: 999px; }
.node { width: 138px; height: 70px; border: 1px solid rgba(105,225,185,.27); background: #0d322e; color: #dff7ee; font-size: .78rem; font-weight: 700; }
.node-a { left: 6%; top: 8%; }.node-b { right: 4%; top: 8%; }.node-c { left: 5%; bottom: 8%; }.node-d { right: 3%; bottom: 8%; width: 170px; }
.result-node { left: 50%; top: 50%; width: 164px; height: 164px; transform: translate(-50%,-50%); background: var(--mint); color: var(--night); box-shadow: 0 0 0 14px rgba(105,225,185,.07); }
.result-node small { font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; }.result-node strong { font-size: 1.25rem; }

.method-section { background: #e9f7f1; }
.method-flow { padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; counter-reset: flow; }
.method-flow li { position: relative; min-height: 220px; padding: 1.3rem 1.25rem; border-top: 1px solid rgba(25,164,118,.35); border-bottom: 1px solid rgba(25,164,118,.35); }
.method-flow li:first-child { border-left: 1px solid rgba(25,164,118,.35); border-radius: 1rem 0 0 1rem; }.method-flow li:last-child { border-right: 1px solid rgba(25,164,118,.35); border-radius: 0 1rem 1rem 0; }
.method-flow li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 25%; right: -.7rem; color: var(--green); font-size: 1.2rem; }
.method-flow span { display: block; margin-bottom: 2.3rem; color: var(--green); font-size: .7rem; font-weight: 800; }
.method-flow strong { display: block; min-height: 3rem; font-size: 1rem; line-height: 1.25; }.method-flow small { display: block; color: var(--ink-soft); font-size: .82rem; line-height: 1.5; }
.method-note { margin: 1.2rem 0 0; text-align: center; color: var(--ink-soft); font-size: .9rem; }

.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.service-card { min-height: 510px; padding: clamp(1.8rem, 4vw, 3.2rem); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.service-card.featured { color: var(--white); background: linear-gradient(145deg, var(--night), #0c352f); }
.service-top { display: flex; justify-content: space-between; color: var(--green); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.featured .service-top { color: var(--mint); }
.service-card h3 { margin: 4rem 0 1rem; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: .98; letter-spacing: -.04em; }
.service-card > p { color: var(--ink-soft); font-size: 1rem; }.featured > p { color: rgba(255,255,255,.7); }
.service-card ul { margin: 1rem 0 2rem; padding: 0; list-style: none; }
.service-card li { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .88rem; }.featured li { border-color: rgba(255,255,255,.12); }
.service-card li::before { content: "✓"; margin-right: .7rem; color: var(--green); font-weight: 900; }.featured li::before { color: var(--mint); }
.service-card a { margin-top: auto; font-weight: 800; text-decoration: none; }.service-card a span { margin-left: .35rem; color: var(--green); }
.coming-next { margin-top: 1.2rem; padding: 1.5rem 1.8rem; display: grid; grid-template-columns: .4fr 1fr; gap: 2rem; align-items: start; border: 1px dashed rgba(25,164,118,.42); border-radius: var(--radius); background: #ecf9f4; }
.coming-next > span { color: var(--green); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.coming-next h3 { margin-bottom: .3rem; font-size: 1.25rem; }.coming-next p { margin: 0; color: var(--ink-soft); }

.intervention { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.steps article { min-height: 220px; padding: 1.5rem 1.2rem; border-right: 1px solid var(--line); }.steps article:first-child { border-left: 1px solid var(--line); }
.steps span { color: var(--green); font-size: .72rem; font-weight: 850; }.steps h3 { margin: 3rem 0 .65rem; font-size: 1.28rem; }.steps p { color: var(--ink-soft); font-size: .9rem; }
.role-note { margin-top: 1.5rem; padding: 1.25rem 1.5rem; display: flex; justify-content: space-between; gap: 2rem; border-radius: .8rem; background: var(--ink); color: var(--white); }.role-note span { color: var(--mint); text-align: right; }

.cases { color: var(--white); background: #0a2523; }
.case-list { display: grid; gap: 1rem; }
.case-card { padding: clamp(1.7rem, 3.5vw, 2.8rem); display: grid; grid-template-columns: 150px 1.1fr 1fr; gap: 1.5rem 2.5rem; align-items: start; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.case-meta { display: grid; gap: 2rem; }.case-meta span { color: var(--mint); font-size: .75rem; font-weight: 800; }.case-meta small { color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .08em; }
.case-card h3 { font-size: clamp(1.5rem, 2.5vw, 2.15rem); line-height: 1.15; }.case-card > p { color: rgba(255,255,255,.67); }
.case-path { grid-column: 2 / -1; padding-top: 1.2rem; display: flex; align-items: center; gap: 1rem; border-top: 1px solid rgba(255,255,255,.09); }.case-path span { color: var(--mint); font-size: .78rem; font-weight: 750; }.case-path i { flex: 1; height: 1px; background: rgba(105,225,185,.25); }
.case-card .attribution { grid-column: 2 / -1; margin: 0; padding: 1rem 1.2rem; border-left: 2px solid var(--mint); background: rgba(105,225,185,.06); font-size: .83rem; }.attribution b { color: var(--white); }

.capacity { background: var(--mint); }
.capacity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; }
.capacity-statement > p { font-weight: 800; }.capacity-statement h2 { margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.6rem); line-height: 1.02; letter-spacing: -.05em; }
.capacity-items { border-top: 1px solid rgba(7,28,27,.24); }
.capacity-items article { padding: 1.3rem 0; display: grid; grid-template-columns: .35fr 1fr; gap: 1rem; border-bottom: 1px solid rgba(7,28,27,.24); }.capacity-items span { font-weight: 850; }.capacity-items p { margin: 0; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-mark { position: relative; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: var(--night); color: var(--mint); box-shadow: 0 0 0 26px #dff5eb, 0 0 0 27px rgba(25,164,118,.18); }
.about-mark span { font-family: Georgia, serif; font-size: clamp(5rem, 10vw, 8rem); letter-spacing: -.08em; }.about-mark small { position: absolute; right: 7%; bottom: 12%; width: 64px; height: 64px; display: grid; place-content: center; border-radius: 50%; background: var(--mint); color: var(--night); font-weight: 900; }
.about .section-heading p:not(.kicker) { max-width: 760px; }

.contact { padding: clamp(5rem, 10vw, 9rem) 0; color: var(--white); background: linear-gradient(140deg, #061817, #0b332e); }
.contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 6rem; align-items: start; }
.contact h2 { max-width: 650px; margin-bottom: 1.2rem; font-size: clamp(3rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.055em; }.contact-grid > div:first-child > p:last-child { max-width: 580px; color: rgba(255,255,255,.68); }
.contact-panel { border-top: 1px solid rgba(255,255,255,.18); }
.contact-link, .social-row { min-height: 84px; padding: 1rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }.contact-link span, .social-row > span { color: var(--mint); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }.contact-link strong { text-align: right; font-size: 1.05rem; }
.contact-link.is-ready:hover strong { color: var(--mint); }.social-row div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }.social-row a { font-weight: 750; text-decoration: none; }.social-row small { color: rgba(255,255,255,.6); }
.pending-note { margin-top: 1rem; padding: .9rem 1rem; border-radius: .5rem; background: rgba(105,225,185,.08); color: rgba(255,255,255,.68); font-size: .78rem; }.pending-note code { color: var(--mint); }
.pending-note[hidden] { display: none; }

.site-footer { padding: 2rem 0; background: #041311; color: var(--white); }
.site-footer .wrap { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }.site-footer p { margin: 0; color: rgba(255,255,255,.52); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }.site-footer > .wrap > small { justify-self: end; color: rgba(255,255,255,.5); }.footer-brand small { color: var(--mint); }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 1rem; padding-top: 4rem; }
  .system-orbit { width: min(430px, 92%); margin: 0 auto; }
  .two-col, .system-layout, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .system-layout .section-heading { max-width: 700px; }
  .method-flow { grid-template-columns: 1fr; }
  .method-flow li { min-height: auto; display: grid; grid-template-columns: 40px .65fr 1fr; align-items: center; gap: 1rem; border: 0; border-top: 1px solid rgba(25,164,118,.35); border-radius: 0 !important; }
  .method-flow li:last-child { border-bottom: 1px solid rgba(25,164,118,.35); }
  .method-flow li:not(:last-child)::after { content: "↓"; top: auto; right: 1rem; bottom: -.8rem; }
  .method-flow span, .method-flow strong { margin: 0; min-height: auto; }
  .steps { grid-template-columns: 1fr 1fr; }.steps article:nth-child(3) { border-left: 1px solid var(--line); }
  .case-card { grid-template-columns: 110px 1fr; }.case-card > p { grid-column: 2; }.case-path, .case-card .attribution { grid-column: 2; }
  .capacity-grid { gap: 3rem; }
}

@media (max-width: 760px) {
  :root { --wrap: min(100% - 2rem, 680px); }
  .site-header { padding: .7rem 0; background: rgba(247,251,249,.94); backdrop-filter: blur(16px); }
  .menu-button { width: 46px; height: 46px; padding: 0; display: grid; place-content: center; gap: 6px; border: 0; border-radius: 50%; background: var(--ink); }
  .menu-button span:not(.sr-only) { width: 19px; height: 2px; background: var(--white); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 70px 0 auto; padding: 2rem 1rem 2.5rem; display: none; flex-direction: column; align-items: stretch; gap: .25rem; background: var(--paper); box-shadow: 0 24px 50px rgba(7,28,27,.14); }
  .main-nav.is-open { display: flex; }.main-nav a { padding: .8rem 1rem; font-size: 1rem; }.nav-cta { text-align: center; }
  .hero { padding-top: 6.5rem; }.hero-grid { min-height: auto; padding-top: 2rem; }.hero-copy { text-align: left; }
  h1 { font-size: clamp(3rem, 14vw, 4.8rem); }.system-orbit { margin-top: 1.5rem; }.orbit-item { min-width: 110px; padding: .6rem; font-size: .72rem; }.item-two { right: 0; }.item-three { left: 0; }
  .signal-strip div { justify-content: flex-start; gap: 1rem; animation: ticker 22s linear infinite; }
  .section { padding: 4.5rem 0; }.section-heading.narrow { margin-bottom: 2.2rem; }.section-heading h2 { font-size: clamp(2.3rem, 10vw, 3.4rem); }
  .gap-map { grid-template-columns: 1fr; }.gap-bridge { min-height: 74px; margin: -1px 1.5rem; }.gap-bridge::before, .gap-bridge::after { left: 50%; right: auto; transform: translateX(-50%) rotate(45deg); }.gap-bridge::before { top: -10px; }.gap-bridge::after { top: auto; bottom: -10px; }
  .system-board { min-height: 410px; }.node { width: 118px; font-size: .7rem; }.node-d { width: 145px; }.result-node { width: 136px; height: 136px; }
  .method-flow li { grid-template-columns: 32px 1fr; }.method-flow li small { grid-column: 2; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 470px; }.coming-next { grid-template-columns: 1fr; gap: .7rem; }
  .steps { grid-template-columns: 1fr; }.steps article, .steps article:nth-child(3) { min-height: auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.steps h3 { margin-top: 1.5rem; }.role-note { flex-direction: column; }.role-note span { text-align: left; }
  .case-card { grid-template-columns: 1fr; }.case-meta { display: flex; justify-content: space-between; }.case-card > p, .case-path, .case-card .attribution { grid-column: 1; }.case-path { flex-wrap: wrap; }.case-path i { min-width: 30px; }
  .capacity-grid { grid-template-columns: 1fr; }.capacity-items article { grid-template-columns: 1fr; gap: .25rem; }
  .about-mark { width: min(360px, 90%); margin: 0 auto; }
  .site-footer .wrap { grid-template-columns: 1fr; justify-items: start; }.site-footer > .wrap > small { justify-self: start; }
}

@keyframes ticker { to { transform: translateX(-35%); } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-actions, .signal-strip { display: none; }
  .hero { min-height: auto; padding-top: 2rem; }
  .js .reveal { opacity: 1; transform: none; }
  .section, .contact { padding: 2.5rem 0; }
}
