@font-face {
  font-family: "Glacial Indifference";
  src: url("assets/GlacialIndifference-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Glacial Indifference";
  src: url("assets/GlacialIndifference-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #101cff;
  --ink: #080808;
  --paper: #f3f0e8;
  --white: #fff;
  --muted: #6d6b66;
  --line: rgba(8,8,8,.28);
  --core: "Glacial Indifference", Arial, sans-serif;
  --editorial: "Cormorant Garamond", Didot, "Bodoni 72", "Times New Roman", serif;
  --type-display-home: clamp(3.25rem, 7.8vw, 7rem);
  --type-display-page: clamp(3rem, 5.6vw, 5.25rem);
  --type-display-section: clamp(2.5rem, 4.75vw, 4.5rem);
  --type-display-card: clamp(1.625rem, 2.25vw, 2.125rem);
}

html[data-font="poppins"] { --core: "Poppins", Arial, sans-serif; }
html[data-font="poppins"] .section-heading p { font-weight: 400; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--core); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip { position: fixed; z-index: 100; left: 12px; top: -80px; padding: 12px 16px; background: var(--white); }
.skip:focus { top: 12px; }

.brand-rail { position: fixed; z-index: 30; inset: 0 auto 0 0; width: 72px; background: var(--blue); color: var(--white); display: flex; flex-direction: column; align-items: center; border-right: 1px solid rgba(255,255,255,.32); }
.monogram { width: 72px; height: 72px; display: grid; place-items: center; background: var(--blue); }
.monogram img { width: 68px; height: 68px; object-fit: contain; }
.brand-rail nav { margin-top: auto; display: grid; width: 100%; }
.brand-rail nav a { min-height: 46px; display: grid; place-items: center; font-size: 12px; color: rgba(255,255,255,.82); border-top: 1px solid rgba(255,255,255,.28); }
.brand-rail nav a:hover { background: var(--ink); color: var(--white); }

.type-switch { position: fixed; z-index: 40; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 5px; padding: 6px; background: rgba(8,8,8,.94); color: var(--white); box-shadow: 0 8px 26px rgba(0,0,0,.22); }
.type-switch span { padding: 0 10px; font-size: 9px; letter-spacing: .16em; }
.type-switch button { border: 1px solid #555; background: transparent; color: var(--white); padding: 10px 12px; cursor: pointer; font-size: 12px; }
.type-switch button.active { background: var(--blue); color: var(--white); border-color: var(--blue); }

main { margin-left: 72px; }
.site-header { position: absolute; z-index: 20; top: 0; right: 0; left: 72px; height: 86px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 20px 34px; overflow: hidden; background: transparent; border: 0; }
.header-anchor { position: relative; z-index: 2; margin: 0; padding: 9px 15px; background: var(--ink); color: var(--white); white-space: nowrap; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.header-anchor::after { content: none; }
.header-ticker { min-width: 0; overflow: hidden; padding: 8px 0; background: rgba(243,240,232,.94); white-space: nowrap; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 38px; padding: 0 28px; color: #66635e; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; animation: ticker 24s linear infinite; }
.ticker-track i { width: 4px; height: 4px; flex: 0 0 4px; background: #77736d; }
@keyframes ticker { to { transform: translateX(-50%); } }
.menu { min-width: 122px; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--blue); background: var(--blue); color: var(--white); padding: 0 18px; text-align: center; text-transform: uppercase; font-weight: 700; cursor: pointer; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.menu:hover, .menu:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--white); }
.menu span { margin-left: 10px; font-size: 18px; line-height: 1; }

.hero { position: relative; height: 100svh; min-height: 0; overflow: hidden; background: #555 url("/nf/assets/winter-road-hero.jpg") center / cover; color: var(--white); display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(0,1fr) auto; }
.hero > video, .hero > img.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.58) 0%, rgba(0,0,0,.34) 62%, rgba(0,0,0,.52) 100%); }
.hero-copy { position: relative; grid-column: 1 / -1; align-self: center; max-width: 1320px; padding: 8vw 34px 58px; }
.hero-message { position: relative; isolation: isolate; max-width: 1280px; padding: 30px 0 34px; border: 0; background: transparent; }
.hero-message::before { content: ""; position: absolute; z-index: -1; inset: -54px -76px; background: radial-gradient(ellipse at 45% 50%, rgba(210,210,210,.14) 0%, rgba(210,210,210,.07) 48%, rgba(210,210,210,0) 80%); backdrop-filter: blur(4px) brightness(.94); -webkit-backdrop-filter: blur(4px) brightness(.94); mask-image: radial-gradient(ellipse at 45% 50%, #000 28%, rgba(0,0,0,.82) 54%, transparent 82%); -webkit-mask-image: radial-gradient(ellipse at 45% 50%, #000 28%, rgba(0,0,0,.82) 54%, transparent 82%); filter: drop-shadow(0 30px 44px rgba(0,0,0,.2)); pointer-events: none; }
.hero h1 { max-width: 1220px; margin: 0; color: var(--white); font-size: var(--type-display-home); font-weight: 700; line-height: .90; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; margin-top: .02em; font-family: var(--editorial); font-weight: 400; font-style: italic; letter-spacing: -.015em; white-space: nowrap; color: var(--blue); }
html[data-hero-copy="alternate"] .hero h1 em { font-size: clamp(48px, 4.6vw, 78px); line-height: .96; letter-spacing: -.025em; }
.hero-lead { max-width: 1120px; margin: 30px 0 0; font-size: clamp(21px, 2vw, 31px); line-height: 1.22; letter-spacing: -.02em; }
.hero-actions { display: flex; gap: 10px; margin-top: 24px; }
.button { min-height: 52px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid currentColor; font-size: 13px; font-weight: 600; }
.hero .button { font-family: var(--core); font-weight: 700; letter-spacing: -.01em; text-transform: uppercase; }
.button.primary { min-width: 255px; background: var(--blue); border-color: var(--blue); }
.button.secondary { min-width: 170px; }
.nf-external-icon { width: 16px; height: 16px; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.75; stroke-linecap: square; stroke-linejoin: miter; }
.sector-line { position: relative; grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 0; background: var(--ink); color: var(--white); }
.sector-line a { display: inline-block; padding: 15px 34px; border-right: 1px solid rgba(255,255,255,.38); color: var(--white); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; transition: background-color .2s ease, color .2s ease; }
.sector-line a:hover { background: var(--blue); color: var(--white); }

.story, .begin, .clarity { padding: 46px 42px 80px; }
.section-heading { display: flex; align-items: center; gap: 18px; padding-bottom: 24px; border-bottom: 1px solid var(--ink); }
.section-heading.inverse { border-color: rgba(255,255,255,.5); }
.section-number { font-size: clamp(52px, 5vw, 82px); font-weight: 700; line-height: .8; }
.section-heading p { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; padding: 36px 0 72px; }
.story h2, .role-copy h2, .begin h2, .clarity h2, .start h2 { margin: 0; font-size: var(--type-display-section); line-height: .96; letter-spacing: -.04em; text-transform: uppercase; }
.editorial-word { font-family: var(--editorial); font-style: italic; font-weight: 400; font-size: 1.35em; letter-spacing: -.04em; text-transform: none; color: var(--blue); }
.clarity h2 .editorial-word { color: var(--white); }

.split-heading { margin: 0; font-size: var(--type-display-section); line-height: .96; letter-spacing: -.04em; text-transform: uppercase; }
.split-heading__sans,
.split-heading__italic { display: block; white-space: nowrap; }
.split-heading__sans { font-family: var(--core); font-style: normal; line-height: .96; }
.split-heading__italic { font-family: var(--editorial); font-style: italic; font-weight: 400; font-size: 1.35em; letter-spacing: -.04em; text-transform: none; color: var(--blue); line-height: .96; }
.story-copy { max-width: 640px; padding-top: 8px; }
.story-copy p { font-size: clamp(18px, 1.6vw, 25px); line-height: 1.45; }
.story-copy .statement { margin-top: 0; font-size: clamp(27px, 2.7vw, 46px); line-height: 1.18; letter-spacing: .005em; }
.text-link { display: flex; justify-content: space-between; max-width: 330px; margin-top: 36px; padding: 16px 0; border-top: 1px solid; border-bottom: 1px solid; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.perspective-quote { position: relative; isolation: isolate; min-height: 470px; display: grid; grid-template-columns: minmax(190px,.48fr) minmax(0,1.52fr); grid-template-rows: 1fr auto; margin: 0; overflow: hidden; background: #303030; color: var(--white); }
.perspective-quote::before { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(0,0,0,.52); }
.perspective-quote > video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.quote-mark { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; color: var(--blue); font-family: var(--editorial); font-size: clamp(340px,38vw,560px); line-height: .45; transform: translateY(.04em); }
.quote-content { align-self: center; max-width: 1050px; padding: 54px 5vw; }
.perspective-quote blockquote { margin: 0; border: 0; font-family: var(--editorial); font-size: clamp(48px,5vw,80px); font-weight: 500; font-style: normal; line-height: .96; letter-spacing: .005em; }
.quote-signature { margin-top: 38px; }
.quote-signature span { display: none; }
.quote-signature cite { font-size: 10px; font-style: normal; letter-spacing: .2em; }
.perspective-quote figcaption { grid-column: 1 / -1; min-height: 68px; display: flex; align-items: center; padding: 0 28px; font-size: 10px; letter-spacing: .16em; }

.role { background: var(--ink); color: var(--white); }
.role-grid { display: grid; grid-template-columns: minmax(240px,.65fr) minmax(420px,1.35fr); gap: 4vw; padding-top: 36px; align-items: start; }
.founder-frame { margin: 0; }
.founder-frame img { width: 100%; aspect-ratio: .72; max-height: 760px; display: block; object-fit: cover; object-position: center; filter: grayscale(1) contrast(1.08); }
.founder-frame figcaption { padding-top: 12px; color: #aaa; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.role-copy h2 { color: var(--white); }
.role-copy .role-lead { max-width: 700px; margin: 42px 0 24px; font-size: clamp(24px, 2.4vw, 39px); font-weight: 500; line-height: 1.16; letter-spacing: .005em; }
.role-copy > p:last-child { max-width: 700px; font-size: clamp(18px, 1.6vw, 25px); line-height: 1.45; }

.begin-title { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; padding: 42px 0 42px; }
.begin-title p { max-width: 440px; margin: 0 0 8px; font-family: var(--editorial); color: var(--blue); font-size: clamp(30px, 3.2vw, 53px); line-height: 1.04; letter-spacing: .005em; }
.engagements { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.engagement { position: relative; min-height: 520px; overflow: hidden; background: #222; color: var(--white); }
.engagement-art { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; background: #08090d; }
.engagement-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 38%, rgba(27,39,255,.2), transparent 48%), linear-gradient(135deg, rgba(255,255,255,.035), transparent 45%); }
.folded-sheets { position: relative; width: 66%; height: 46%; margin-left: -24px; transform: perspective(900px) rotateX(58deg) rotateZ(-18deg) translate3d(var(--pointer-x,0),var(--pointer-y,0),0); transform-style: preserve-3d; transition: transform .3s ease-out; }
.folded-sheets i { position: absolute; inset: 0; border: 2px solid var(--blue); background: linear-gradient(135deg, rgba(27,39,255,.42), rgba(27,39,255,.04)); box-shadow: 0 0 28px rgba(27,39,255,.14); transform: translate3d(calc(var(--sheet) * 11px),calc(var(--sheet) * -13px),calc(var(--sheet) * 14px)); animation: sheet-breathe 3.4s ease-in-out infinite alternate; }
.folded-sheets i:nth-child(1) { --sheet: 0; }
.folded-sheets i:nth-child(2) { --sheet: 1; animation-delay: -.25s; }
.folded-sheets i:nth-child(3) { --sheet: 2; animation-delay: -.5s; }
.folded-sheets i:nth-child(4) { --sheet: 3; animation-delay: -.75s; }
.folded-sheets i:nth-child(5) { --sheet: 4; animation-delay: -1s; }
.folded-sheets i:nth-child(6) { --sheet: 5; animation-delay: -1.25s; }
.folded-sheets i:nth-child(7) { --sheet: 6; animation-delay: -1.5s; }
@keyframes sheet-breathe { to { margin-top: -13px; } }
.wire-sphere { width: 88%; max-width: 410px; overflow: visible; fill: none; stroke: var(--blue); stroke-width: 1.7; opacity: .96; filter: drop-shadow(0 0 12px rgba(27,39,255,.5)); transform: translate3d(var(--pointer-x,0),var(--pointer-y,0),0) rotate(-8deg); transition: transform .3s ease-out; animation: sphere-turn 12s linear infinite; }
.wire-sphere .sphere-tilt-a { transform-origin: 200px 200px; transform: rotate(42deg); }
.wire-sphere .sphere-tilt-b { transform-origin: 200px 200px; transform: rotate(-42deg); }
.wire-sphere .sphere-core { fill: var(--blue); stroke: none; filter: drop-shadow(0 0 15px rgba(27,39,255,.9)); }
@keyframes sphere-turn { to { transform: translate3d(var(--pointer-x,0),var(--pointer-y,0),0) rotate(352deg); } }
.rhythmic-wave { width: 108%; height: 58%; overflow: visible; fill: none; stroke: var(--blue); filter: drop-shadow(0 0 9px rgba(27,39,255,.48)); animation: wave-breathe 2.8s ease-in-out infinite alternate; }
.rhythmic-wave .wave-line { stroke-width: 2.5; stroke-dasharray: 18 8; transform-origin: center; animation: wave-travel 8s linear infinite; }
.rhythmic-wave .wave-one { transform: translateY(-54px); opacity: .28; }
.rhythmic-wave .wave-two { transform: translateY(-18px); opacity: .58; animation-delay: -1.2s; }
.rhythmic-wave .wave-three { transform: translateY(18px); opacity: .9; animation-delay: -2.4s; }
.rhythmic-wave .wave-four { transform: translateY(54px); opacity: .38; animation-delay: -3.6s; }
@keyframes wave-breathe { to { transform: scaleY(.68); } }
@keyframes wave-travel { to { stroke-dashoffset: -260; } }
.engagement img, .engagement video { position: absolute; inset: -3%; width: 106%; height: 106%; object-fit: cover; filter: grayscale(1) contrast(1.08); transition: transform .35s cubic-bezier(.2,.8,.2,1); will-change: transform; }
.engagement.human img { object-position: 52% center; }
.engagement.interactive img { transform: scale(1.06) translate3d(var(--pointer-x, 0px), var(--pointer-y, 0px), 0); }
.engagement.interactive:hover img, .engagement.interactive:focus-within img { transform: scale(1.1) translate3d(var(--pointer-x, 0px), var(--pointer-y, 0px), 0); }
.engagement.moving img { animation: ownership-drift 12s ease-in-out infinite alternate; transform-origin: 50% 25%; }
.engagement.moving:hover img { animation-duration: 7s; }
@keyframes ownership-drift {
  0% { transform: scale(1.08) translate3d(0, 1.5%, 0); }
  45% { transform: scale(1.13) translate3d(-1.2%, -1%, 0); }
  100% { transform: scale(1.1) translate3d(1.4%, -2.2%, 0); }
}
.engagement-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.92), rgba(0,0,0,.04) 72%); }
.engagement-copy { position: absolute; z-index: 2; inset: auto 24px 26px; height: 250px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; }
.engagement-copy span { font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.engagement-copy h3 { max-width: 100%; margin: 16px 0; font-family: var(--core); font-size: var(--type-display-card); font-weight: 700; line-height: 1.04; letter-spacing: -.02em; text-transform: uppercase; }
.engagement-copy p { max-width: 420px; margin: 0; color: #d8d8d8; font-size: 14px; line-height: 1.45; }

.clarity { background: var(--blue); color: var(--white); }
.clarity-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; padding-top: 72px; }
.clarity h2 { color: var(--white); line-height: .96; word-spacing: .05em; }
.clarity h2 em { display: block; margin-top: -.01em; font-family: var(--editorial); font-weight: 400; letter-spacing: .005em; line-height: .9; text-transform: none; }
.clarity-intro { max-width: 720px; margin: 42px 0 0; font-size: clamp(21px, 2vw, 32px); line-height: 1.35; letter-spacing: .005em; }
.story-copy .statement, .role-copy .role-lead, .clarity-intro { font-family: var(--editorial); font-style: italic; font-weight: 400; }
.brand-name { font-family: var(--core); font-style: normal; font-weight: 700; letter-spacing: .04em; }
.clarity-detail > p { max-width: 650px; margin: 0 0 30px; font-size: clamp(18px, 1.5vw, 24px); line-height: 1.45; }
.clarity-detail .text-link { max-width: 100%; }
.clarity-detail ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--white); }
.clarity-detail li { display: grid; grid-template-columns: 54px 1fr; padding: 20px 0; border-bottom: 1px solid var(--white); }
.clarity-detail li span { grid-row: 1 / 3; font-size: 20px; }
.clarity-detail li b { font-size: 25px; }
.clarity-detail li small { margin-top: 4px; font-size: 14px; }

.start { padding: 56px 42px 72px; background: var(--ink); color: var(--white); }
.start h2 { color: var(--white); }
.start-lead { max-width: 54ch; margin: 42px 0 0; font-size: clamp(18px, 1.5vw, 25px); line-height: 1.45; color: rgba(255,255,255,.72); }
.start-lead strong { color: var(--white); font-weight: 700; }
.start-grid { display: grid; grid-template-columns: 3fr 5fr 4fr; gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); margin-top: 48px; }
.start-cell { min-width: 0; background: var(--ink); padding: 32px; display: flex; flex-direction: column; justify-content: space-between; gap: 26px; min-height: 240px; }
.start-kicker { margin: 0; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.start-context-note { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255,255,255,.62); max-width: 24ch; }
.start-cell-title { margin: 0; font-size: clamp(20px, 1.6vw, 26px); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; line-height: 1.08; color: var(--white); }
.start-cell-title--small { font-size: clamp(20px, 1.6vw, 26px); line-height: 1.08; letter-spacing: -.01em; text-transform: uppercase; color: var(--white); }
.start-cell-hint { margin: 0; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.65); max-width: 36ch; }
.start-cell-cta { display: inline-flex; align-items: center; gap: 10px; align-self: flex-start; min-height: 44px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; color: var(--blue); transition: color .2s ease; }
.start-cell-cta:hover, .start-cell-cta:focus-visible { color: var(--white); }
.start-cell-cta .nf-external-icon { width: 14px; height: 14px; }
.start-context .button.primary { align-self: flex-start; min-height: 48px; padding: 0 22px; background: var(--blue); border-color: var(--blue); color: var(--white); }
.start-context .button.primary:hover, .start-context .button.primary:focus-visible { background: var(--white); border-color: var(--white); color: var(--ink); }
.start-call { background: var(--blue); }
.start-call .start-cell-hint { color: rgba(255,255,255,.88); }
.start-call .start-cell-cta { color: var(--white); }
.start-call .start-cell-cta:hover, .start-call .start-cell-cta:focus-visible { color: var(--ink); }
.start-cell-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 22px; }
.start-note { display: inline-flex; align-items: center; min-height: 44px; color: var(--white); font-size: 12px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.45); }
.start-note:hover, .start-note:focus-visible { color: var(--ink); border-bottom-color: var(--ink); }

.site-footer { padding: 56px 42px 78px; background: var(--paper); border-top: 1px solid var(--ink); }
.footer-main { display: grid; grid-template-columns: minmax(230px,1.2fr) minmax(110px,.45fr) minmax(170px,.7fr) minmax(250px,1fr); gap: 5vw; align-items: start; padding-bottom: 62px; }
.footer-brand img { display: block; width: 112px; height: 112px; object-fit: contain; }
.footer-brand p { margin: 26px 0 0; font-size: 18px; line-height: 1.35; }
.footer-label { margin: 0 0 22px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-group nav { display: grid; gap: 13px; justify-items: start; font-size: 17px; }
.footer-group nav a, .footer-cta, .footer-bottom a { transition: color .2s ease; }
.footer-group nav a:hover, .footer-cta:hover, .footer-bottom a:hover { color: var(--blue); }
.footer-cta { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 2px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); font-size: 16px; font-weight: 700; }
.footer-cta span { font-size: 20px; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr auto; gap: 24px; align-items: center; padding-top: 24px; border-top: 1px solid var(--ink); }
.footer-bottom p, .footer-bottom a { margin: 0; font-size: 10px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom a { justify-self: end; font-weight: 700; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: minmax(0,1fr) auto; }
  .header-anchor { max-width: max-content; white-space: nowrap; line-height: 1.25; }
  .header-ticker { display: none; }
  .hero { grid-template-columns: 1fr; }
  .story-grid, .role-grid, .begin-title, .clarity-grid, .start > div { grid-template-columns: 1fr; }
  .engagements { grid-template-columns: 1fr 1fr; }
  .engagement:last-child { grid-column: 1 / -1; }
  .perspective-quote { grid-template-columns: 180px 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-begin { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr 1fr; }
  .footer-bottom a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 680px) {
  .brand-rail { display: none; }
  main { margin-left: 0; }
  .type-switch { right: 8px; bottom: 8px; }
  .type-switch > span { display: none; }
  .site-header { left: 0; height: 72px; padding: 14px 16px; }
  .site-header { grid-template-columns: minmax(0,1fr) auto; gap: 14px; }
  .header-anchor { max-width: none; padding: 8px 10px; font-size: 8px; }
  .header-anchor::after, .header-ticker { display: none; }
  .menu { min-width: 104px; min-height: 40px; padding: 0 14px; }
  .hero { height: 100svh; min-height: 0; }
  .hero-topline { padding: 14px 18px; font-size: 9px; }
  .hero-copy { padding: 90px 18px 28px; }
  .hero-message { padding: 22px 0 24px; }
  .hero-message::before { inset: -34px -24px; }
  .hero h1 { font-size: var(--type-display-home); line-height: .92; }
  .hero h1 em { font-size: inherit; line-height: inherit; }
  .hero-lead { margin-top: 22px; }
  .hero-actions { flex-direction: column; }
  .button.primary, .button.secondary { min-width: 100%; }
  .hero-support { padding: 0 18px 28px; }
  .sector-line span { padding: 10px 18px; }
  .story, .begin, .clarity { padding: 32px 18px 56px; }
  .section-heading { align-items: center; }
  .section-heading p { font-size: 10px; }
  .story-grid { gap: 34px; padding: 48px 0; }
  .story h2, .role-copy h2, .begin h2, .clarity h2, .start h2 { font-size: var(--type-display-section); line-height: .98; }
  .perspective-quote { min-height: 480px; grid-template-columns: 1fr; grid-template-rows: auto 1fr auto; }
  .quote-mark { min-height: 170px; justify-content: flex-start; padding: 18px 22px 0; font-size: 300px; }
  .quote-content { padding: 42px 22px; }
  .perspective-quote blockquote { font-size: 42px; }
  .perspective-quote figcaption { min-height: 60px; padding: 0 20px; }
  .role-grid { padding-top: 38px; }
  .role-copy .role-lead { margin-top: 30px; }
  .begin-title { gap: 25px; padding: 45px 0 30px; }
  .engagements { grid-template-columns: 1fr; }
  .engagement, .engagement:last-child { grid-column: auto; min-height: 560px; }
  .engagement-copy { height: auto; min-height: 220px; }
  .clarity-grid { padding-top: 48px; }
  .start { padding: 44px 18px 60px; }
  .start-grid { margin-top: 32px; }
  .site-footer { padding: 44px 18px 100px; }
  .footer-main { grid-template-columns: 1fr; gap: 42px; padding-bottom: 48px; }
  .footer-begin { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; gap: 12px; }
  .footer-bottom a { grid-column: auto; }
}

@media (max-height: 760px) and (min-width: 681px) {
  .hero-copy { padding-top: 28px; padding-bottom: 24px; }
  .hero-message { padding: 20px 26px 22px; }
  .hero h1 { font-size: var(--type-display-home); }
  .hero-lead { margin-top: 18px; font-size: clamp(18px,1.65vw,25px); }
  .hero-actions { margin-top: 16px; }
  .button { min-height: 46px; }
  .sector-line a { padding-top: 11px; padding-bottom: 11px; }
}

@media (max-width: 680px) and (max-height: 760px) {
  .hero-copy { padding-top: 18px; padding-bottom: 16px; }
  .hero-message { padding-top: 16px; padding-bottom: 18px; }
  .hero h1 { font-size: var(--type-display-home); }
  .hero-lead { margin-top: 14px; font-size: 18px; }
  .hero-actions { margin-top: 14px; gap: 8px; }
  .button { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition: none !important; }
  video { display: none; }
  .hero { background: #555 url("/nf/assets/winter-road-hero.jpg") center / cover; }
  .moving { background: url("/__l5e/assets-v1/690a739c-4da2-42e8-92c6-e359cd9c51b2/plate-forest.jpg") center / cover; }
  .perspective-quote { background: url("/__l5e/assets-v1/690a739c-4da2-42e8-92c6-e359cd9c51b2/plate-forest.jpg") center / cover; }
}
