/* Shine Pathway Leadership Coaching: shared styles (First Light) */
:root {
  --night: #081336;
  --night-2: #10277A;
  --blue: #1F46D6;
  --snow: #F5F8FF;
  --ink: #0B1433;
  --slate: #56617B;
  --line: #DCE5F7;
  --gold: #FFD28C;
  --dawn: #FFB25B;
  --rose: #FF7D93;
  --grad: linear-gradient(95deg, var(--gold) 0%, var(--dawn) 42%, var(--rose) 100%);
  --display: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --serif: "Spectral", Georgia, serif;
  --sans: "Atkinson Hyperlegible Next", "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(20px, 5vw, 64px);
  /* Wordmark metrics for Schibsted Grotesk Bold; site.js measures them again once the font loads */
  --asc: .975em;
  --xh: .5273em;
  --i-shift: .0175em;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { margin: 0; background: var(--snow); color: var(--ink); font: 400 19px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .18em; }
:focus-visible { outline: 3px solid var(--dawn); outline-offset: 3px; border-radius: 8px; }
h1, h2, h3 { margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
.skip { position: absolute; left: 12px; top: -80px; z-index: 100; padding: 12px 18px; border-radius: 10px; background: #fff; color: var(--ink); font-weight: 600; }
.skip:focus { top: 12px; }
.sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.wrap { width: min(1200px, 100% - 2 * var(--gutter)); margin-inline: auto; }
.band { padding-block: clamp(96px, 14vh, 168px); }
.title { font: 800 clamp(44px, 6.5vw, 96px)/.95 var(--display); letter-spacing: -.045em; }
.eyebrow { margin: 0; font: 700 14px/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }

/* Wordmark: "Shine Pathway" with the sun as the dot on the i */
.wm { font-family: var(--display); font-weight: 700; letter-spacing: -.035em; line-height: 1; white-space: nowrap; }
.si { position: relative; }
.wm .ico { position: absolute; left: 50%; width: 1.4em; height: .5em; top: calc(var(--asc) - var(--xh) - .5em); margin-left: calc(-.15em + var(--i-shift)); overflow: visible; pointer-events: none; }

/* Buttons and links */
.pill { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; background: var(--blue); color: #fff; font: 600 17px/1 var(--sans); white-space: nowrap; transition: background-color .2s ease, color .2s ease; }
.pill:hover { text-decoration: none; background: #1636B8; }
.pill.light { background: #fff; color: var(--ink); }
.pill.light:hover { background: #E6EDFF; }
.pill.ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.72); }
.pill.ghost:hover { background: rgba(255,255,255,.12); }
.text-link { font-weight: 600; font-size: 17px; }
.actions { margin-top: 32px; display: flex; gap: 16px 28px; align-items: center; flex-wrap: wrap; }
.fine { margin-top: 16px; font-size: 15px; color: var(--slate); }

/* Navigation */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 20; background: rgba(8,19,54,.55); backdrop-filter: saturate(160%) blur(18px); -webkit-backdrop-filter: saturate(160%) blur(18px); color: #fff; }
.nav .wrap { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: #fff; }
.brand:hover { text-decoration: none; }
.brand .wm { font-size: 23px; }
.nav nav { display: flex; align-items: center; gap: 28px; font-size: 15px; }
.nav nav a { color: rgba(255,255,255,.88); }
.nav nav a[aria-current="page"] { color: #fff; font-weight: 600; }
.nav nav .pill { min-height: 36px; padding: 0 16px; font-size: 14px; color: var(--ink); }
.menu-btn { display: none; }

/* Hero: a film still at first light */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: #fff; overflow: hidden; background: var(--night); }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; filter: brightness(.55) saturate(.85); animation: firstlight 3.4s cubic-bezier(.2,.7,.2,1) .2s forwards; }
@keyframes firstlight { to { filter: brightness(1) saturate(1); } }
.hero-shade { position: absolute; inset: 0; background:
    linear-gradient(90deg, rgba(8,19,54,.84) 0%, rgba(8,19,54,.58) 36%, rgba(8,19,54,0) 62%),
    linear-gradient(180deg, rgba(8,19,54,.55) 0%, rgba(8,19,54,0) 28%, rgba(8,19,54,0) 55%, rgba(8,19,54,.72) 100%); }
.hero-copy { position: relative; padding-bottom: clamp(56px, 11vh, 128px); }
.hero .eyebrow { margin-bottom: 18px; color: var(--gold); font-size: 16px; letter-spacing: .03em; text-transform: none; }
.hero h1 { font: 800 clamp(56px, 9vw, 150px)/.92 var(--display); letter-spacing: -.05em; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-bottom: .06em; opacity: 0; transform: translateY(14px); animation: rise 1.5s cubic-bezier(.2,.7,.2,1) .6s forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }
.descriptor { margin-top: 18px; font: 600 clamp(17px, 1.5vw, 20px)/1.35 var(--sans); }
.hero .lead { margin-top: 10px; max-width: 42ch; font-size: clamp(19px, 1.8vw, 23px); line-height: 1.45; color: rgba(255,255,255,.88); }
.hero .text-link { color: #fff; }
.hero .fine { color: rgba(255,255,255,.76); }

/* Night: what it feels like now, then the page begins to brighten */
.night { background: linear-gradient(180deg, var(--night) 0%, var(--night) 50%, var(--night-2) 80%, var(--blue) 100%); color: #fff; padding: clamp(96px, 14vh, 160px) 0 clamp(96px, 16vh, 180px); }
.familiar h2 { font: 800 clamp(40px, 5vw, 72px)/1 var(--display); letter-spacing: -.04em; }
.familiar ul { list-style: none; margin: clamp(32px, 5vh, 48px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: clamp(32px, 5vw, 72px); border-bottom: 1px solid rgba(255,255,255,.14); }
.familiar li { position: relative; padding: 20px 0 20px 30px; border-top: 1px solid rgba(255,255,255,.14); font-size: clamp(18px, 1.6vw, 21px); line-height: 1.45; color: rgba(255,255,255,.9); }
.familiar li::before { content: ""; position: absolute; left: 1px; top: calc(20px + .725em - 6px); width: 12px; height: 12px; border-radius: 50%; background: linear-gradient(180deg, #FFD58F, #FF9660); }
.dawn p { font: 500 clamp(40px, 6.2vw, 92px)/1.06 var(--serif); letter-spacing: -.02em; max-width: 20ch; text-wrap: balance; }
.dawn-lines { margin-top: clamp(120px, 20vh, 220px); }
.dawn-lines .d2 { margin-top: clamp(64px, 11vh, 140px); }
.dawn-lines .d2 span { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; -webkit-box-decoration-break: clone; box-decoration-break: clone; padding-bottom: .06em; }
.dawn-light { background: linear-gradient(180deg, var(--blue) 0%, #6FA8FF 26%, #CFE3FF 60%, var(--snow) 100%); color: var(--ink); padding: clamp(180px, 28vh, 300px) 0 clamp(96px, 14vh, 160px); }
.dawn-light .d3 { max-width: 26ch; }
.dawn-light .d3 span { display: inline-block; }
.dawn-light .d4 { margin-top: 32px; max-width: 42ch; font: 400 clamp(19px, 1.7vw, 22px)/1.55 var(--sans); letter-spacing: 0; color: var(--slate); text-wrap: pretty; }
.dawn-light .d5 { margin-top: 28px; max-width: none; font: 800 clamp(26px, 2.6vw, 36px)/1.15 var(--display); letter-spacing: -.03em; color: var(--blue); }
.dawn-light .d5 span { display: inline-block; }

/* What we work on */
.bento { margin-top: 48px; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: minmax(230px, auto); gap: 20px; }
.t-photo { grid-column: span 8; grid-row: span 2; position: relative; margin: 0; border-radius: 32px; overflow: hidden; min-height: 520px; background: var(--night); }
.t-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.t-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: clamp(24px, 3vw, 44px); color: #fff; background: linear-gradient(180deg, rgba(8,19,54,0), rgba(8,19,54,.82)); }
.t-photo figcaption h3 { font: 800 clamp(30px, 3.2vw, 46px)/1 var(--display); letter-spacing: -.035em; }
.t-photo figcaption p { margin-top: 10px; max-width: 40ch; color: rgba(255,255,255,.9); }
.tile { grid-column: span 4; border-radius: 24px; padding: clamp(24px, 2.6vw, 36px); display: flex; flex-direction: column; justify-content: flex-end; }
.bento .tile:nth-of-type(n+3) { grid-column: span 3; }
.tile h3 { font: 700 clamp(22px, 2vw, 28px)/1.15 var(--display); letter-spacing: -.025em; }
.tile p { margin-top: 8px; font-size: 17px; }
.t-night { background: var(--night); color: #fff; }
.t-night p { color: rgba(255,255,255,.8); }
.t-sky { background: #E1ECFF; }
.t-sky p, .t-white p, .t-warm p { color: var(--slate); }
.t-white { background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.t-warm { background: #FFEEDB; }

/* How it works: numbered circles on one line */
.how { text-align: center; }
.steps { list-style: none; margin: clamp(56px, 8vh, 88px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 4vw, 56px); position: relative; }
.steps::before { content: ""; position: absolute; top: 44px; left: 16.66%; right: 16.66%; height: 2px; background: var(--grad); }
.steps li { position: relative; }
.n { position: relative; z-index: 1; display: inline-grid; place-items: center; width: 88px; height: 88px; border-radius: 50%; border: 2px solid transparent; background: linear-gradient(var(--snow), var(--snow)) padding-box, var(--grad) border-box; font: 800 38px/1 var(--display); letter-spacing: -.03em; color: var(--ink); }
.steps h3 { margin-top: 26px; font: 700 30px/1.15 var(--display); letter-spacing: -.03em; }
.steps p { margin: 12px auto 0; max-width: 30ch; color: var(--slate); }
.beyond { margin: clamp(64px, 9vh, 104px) auto 0; max-width: 680px; padding-top: 44px; border-top: 1px solid var(--line); }
.beyond h3 { font: 300 clamp(28px, 2.6vw, 36px)/1.15 var(--serif); }
.beyond p { margin: 14px auto 0; max-width: 52ch; color: var(--slate); }
.price-line { margin-top: clamp(48px, 7vh, 72px); display: flex; justify-content: center; align-items: center; gap: 16px 24px; flex-wrap: wrap; }
.price-line p { font-weight: 600; }

/* Client result */
.result { position: relative; overflow: hidden; background: var(--night); color: #fff; text-align: center; }
.result::after { content: ""; position: absolute; left: 50%; bottom: -45%; width: 130%; height: 85%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(255,178,91,.42), rgba(255,125,147,.16), rgba(255,125,147,0)); pointer-events: none; }
.result .wrap { position: relative; z-index: 1; }
.result-text { margin-inline: auto; max-width: 24ch; font: 300 clamp(34px, 4.4vw, 62px)/1.18 var(--serif); letter-spacing: -.01em; }
.result-meta { margin-top: 28px; color: rgba(255,255,255,.72); font-size: 16px; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.about-img { margin: 0; border-radius: 32px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--line); }
.about-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.about-copy > * + * { margin-top: 20px; }
.about-copy .title { font-size: clamp(40px, 5vw, 72px); }
.about-copy p { max-width: 50ch; }
.about-copy .line { margin-top: 32px; font: 300 clamp(26px, 2.5vw, 34px)/1.3 var(--serif); }
.creds { margin: 32px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; color: var(--slate); font-size: 17px; }
.highlights { margin-top: clamp(72px, 10vh, 112px); }
.highlights .eyebrow { color: var(--slate); }
.stats { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.stats li { padding-top: 24px; border-top: 1px solid var(--line); }
.stat { display: block; font: 800 clamp(40px, 4vw, 56px)/1 var(--display); letter-spacing: -.045em; color: var(--ink); white-space: nowrap; }
.stat small { font-size: .42em; font-weight: 700; letter-spacing: -.01em; }
.stats p { margin-top: 12px; color: var(--slate); font-size: 17px; line-height: 1.5; }

/* Closing call to action: sunrise */
.cta { color: #fff; text-align: center; background: radial-gradient(120% 95% at 50% 118%, var(--gold) 0%, var(--dawn) 14%, var(--rose) 28%, var(--blue) 56%, var(--night) 82%); padding-block: clamp(120px, 18vh, 200px) clamp(160px, 26vh, 280px); }
.cta h2 { font: 800 clamp(52px, 8.5vw, 132px)/.92 var(--display); letter-spacing: -.05em; }
.cta .sub-lead { margin: 22px auto 0; max-width: 40ch; color: rgba(255,255,255,.88); font-size: 21px; }
.cta .who { margin-top: 32px; display: inline-flex; align-items: center; gap: 14px; text-align: left; }
.cta .who img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 2px rgba(255,255,255,.85); }
.cta .who p { font-size: 17px; color: rgba(255,255,255,.92); }
.cta .actions { margin-top: 28px; justify-content: center; }
.cta .pill { min-height: 56px; padding: 0 32px; font-size: 18px; }
.cta .fine { color: rgba(255,255,255,.82); }

/* Coaching & pricing page */
.page-hero { position: relative; overflow: hidden; background: var(--night); color: #fff; padding: calc(64px + clamp(72px, 12vh, 128px)) 0 clamp(80px, 13vh, 132px); }
.page-hero::after { content: ""; position: absolute; left: 50%; bottom: -62%; width: 120%; height: 100%; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(255,178,91,.38), rgba(255,125,147,.14), rgba(255,125,147,0)); pointer-events: none; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero h1 { margin-top: 16px; font: 800 clamp(52px, 8vw, 120px)/.92 var(--display); letter-spacing: -.05em; }
.page-hero .lead { margin-top: 22px; max-width: 46ch; font-size: clamp(19px, 1.8vw, 23px); line-height: 1.45; color: rgba(255,255,255,.88); }
.section-title { font: 800 clamp(34px, 4vw, 56px)/1 var(--display); letter-spacing: -.04em; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { border-radius: 28px; padding: clamp(28px, 3vw, 40px); background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.plan.featured { background: var(--night); color: #fff; box-shadow: none; }
.plan .tag { display: inline-block; margin-bottom: 16px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.14); font: 600 13px/1 var(--sans); }
.plan h3 { font: 600 18px/1.3 var(--sans); }
.price { margin-top: 18px; font: 800 clamp(52px, 5vw, 72px)/1 var(--display); letter-spacing: -.045em; }
.plan .detail { margin-top: 12px; color: var(--slate); font-size: 16px; }
.plan.featured .detail { color: rgba(255,255,255,.78); }
.pace { margin-top: 24px; color: var(--slate); }
.pricing .after { margin-top: 32px; display: flex; align-items: center; gap: 16px 28px; flex-wrap: wrap; }
.included-wrap { margin-top: clamp(80px, 12vh, 128px); }
.included { list-style: none; margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.included li { padding-top: 22px; border-top: 1px solid var(--line); }
.included h3 { font: 700 22px/1.2 var(--display); letter-spacing: -.02em; }
.included p { margin-top: 8px; color: var(--slate); font-size: 17px; }
.employers { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(24px, 5vw, 72px); align-items: start; padding: clamp(32px, 5vw, 64px); border-radius: 32px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.employers .eyebrow { color: var(--slate); }
.employers h2 { margin-top: 12px; font: 800 clamp(30px, 3.2vw, 44px)/1.05 var(--display); letter-spacing: -.035em; }
.employers p { max-width: 52ch; }
.employers p + p { margin-top: 14px; }
.employers .text-link { display: inline-block; margin-top: 20px; }
.faq-wrap { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.faq .title { font-size: clamp(40px, 5vw, 72px); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 24px 48px 24px 0; list-style: none; cursor: pointer; font: 700 clamp(20px, 1.8vw, 24px)/1.3 var(--display); letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 11px; height: 11px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: translateY(-70%) rotate(45deg); transition: transform .2s ease; }
.faq details[open] summary::after { transform: translateY(-25%) rotate(-135deg); }
.faq details p { padding: 0 0 26px; max-width: 62ch; color: var(--slate); }

/* Plain pages: privacy, not found */
.prose { max-width: 68ch; }
.prose h2 { margin-top: 44px; font: 700 clamp(24px, 2.2vw, 30px)/1.2 var(--display); letter-spacing: -.02em; }
.prose p, .prose ul { margin-top: 14px; }
.prose ul { padding-left: 1.2em; }
.prose li + li { margin-top: 8px; }
.prose .updated { margin-top: 44px; color: var(--slate); font-size: 15px; }

/* Send a message */
.form-privacy { font-size: 14px; color: var(--slate); }
.message-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(40px, 6vw, 96px); align-items: start; }
.message-intro p { margin-top: 18px; max-width: 40ch; color: var(--slate); }
.direct { list-style: none; margin: 36px 0 0; padding: 0; display: grid; gap: 18px; }
.direct li { display: grid; gap: 4px; }
.direct-label { font: 700 13px/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--slate); }
.direct a { font: 700 clamp(20px, 1.9vw, 26px)/1.25 var(--display); letter-spacing: -.02em; color: var(--ink); }
.form { display: grid; gap: 20px; padding: clamp(24px, 4vw, 44px); border-radius: 28px; background: #fff; box-shadow: inset 0 0 0 1px var(--line); }
.field { display: grid; gap: 8px; min-width: 0; }
.field > label, .choice legend { font: 600 16px/1.3 var(--sans); color: var(--ink); }
.opt { font-weight: 400; color: var(--slate); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea { width: 100%; padding: 13px 16px; border: 1.5px solid #C6D3EE; border-radius: 12px; background: #fff; color: var(--ink); font: 400 17px/1.4 var(--sans); }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus-visible, .field textarea:focus-visible { border-color: var(--blue); outline: 3px solid var(--dawn); outline-offset: 1px; }
.choice { margin: 0; padding: 0; border: 0; }
.choice legend { margin-bottom: 10px; padding: 0; }
.choice label { display: inline-flex; align-items: center; gap: 8px; margin: 0 24px 8px 0; font-size: 17px; }
.choice input { width: 18px; height: 18px; margin: 0; accent-color: var(--blue); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form .pill { justify-self: start; border: 0; cursor: pointer; }
.form-note { min-height: 1.4em; font-size: 15px; color: var(--slate); }

footer { background: var(--night); color: rgba(255,255,255,.7); padding: 56px 0 64px; font-size: 14px; }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 24px; }
footer .foot-brand .wm { font-size: 28px; color: #fff; }
footer .foot-brand p { margin-top: 10px; }
footer .foot-brand .foot-contact { margin-top: 6px; }
footer nav { display: flex; gap: 22px; flex-wrap: wrap; }
footer a { color: rgba(255,255,255,.8); }
footer .foot-contact a { color: #fff; }

/* Gentle reveal on scroll (site.js adds .anim; nothing is hidden without it) */
.anim .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.anim .reveal.is-in { opacity: 1; transform: none; }
.anim .steps::before { transform: scaleX(0); transform-origin: left center; transition: transform 1.1s cubic-bezier(.2,.7,.2,1) .15s; }
.anim .steps.is-in::before { transform: scaleX(1); }

@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr; }
  .t-photo, .tile, .bento .tile:nth-of-type(n+3) { grid-column: auto; grid-row: auto; }
  .steps, .plans, .about-grid, .included, .employers, .faq-wrap, .message-grid { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .steps li + li::before { content: ""; display: block; width: 2px; height: 48px; margin: 0 auto 20px; background: linear-gradient(180deg, var(--gold), var(--rose)); }
  .familiar ul { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  /* Menu */
  .menu-btn { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-right: -10px; padding: 0; border: 0; border-radius: 10px; background: transparent; color: #fff; cursor: pointer; }
  .menu-btn .bars, .menu-btn .bars::before { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease; }
  .menu-btn .bars { position: relative; transform: translateY(-3.5px); }
  .menu-btn .bars::before { content: ""; position: absolute; left: 0; top: 7px; }
  .nav.open { background: var(--night); }
  .nav.open .menu-btn .bars { transform: rotate(45deg); }
  .nav.open .menu-btn .bars::before { transform: translateY(-7px) rotate(-90deg); }
  .js .nav nav { display: none; }
  .js .nav.open nav { display: flex; position: absolute; top: 64px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 28px; background: var(--night); box-shadow: 0 28px 40px rgba(8,19,54,.35); }
  .js .nav.open nav a:not(.pill) { padding: 16px 0; font-size: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .js .nav.open nav .pill { margin-top: 24px; min-height: 52px; font-size: 17px; }
  html:not(.js) .menu-btn { display: none; }
  html:not(.js) .nav nav a:not(.pill) { display: none; }
}
@media (max-width: 560px) {
  html:not(.js) .nav nav .pill { display: none; }
  .stats { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-img { animation: none; filter: none; }
  .hero h1 { animation: none; opacity: 1; transform: none; }
  .menu-btn .bars, .menu-btn .bars::before, .faq summary::after { transition: none; }
  .anim .reveal { opacity: 1; transform: none; transition: none; }
  .anim .steps::before { transform: none; transition: none; }
}
