:root {
  --forest: #112c20;
  --sage: #c7d5b6;
  --platinum: #e7ece8;
  --amber: #e5ba85;
  --paper: #f3f5ed;
  --ink: #13291f;
  --body: #475a4e;
  --line: #cbd5c9;
  --display: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --gutter: clamp(22px, 5vw, 80px);
  --content: 1280px;
  --header-height: 86px;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 0; }
[hidden] { display: none !important; }
img, video { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
a, button { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
:where(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}
:where(h1, h2, h3, p) { margin: 0; }
:where(h1, h2, h3) { font-family: var(--display); font-weight: 500; text-wrap: balance; }
p { line-height: 1.75; }
address { font-style: normal; line-height: 1.8; }
svg { flex-shrink: 0; }
#main { scroll-margin-top: calc(var(--header-height) + 20px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 20px; z-index: 100; padding: 14px 20px; background: var(--paper); color: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.content-wrap { width: min(var(--content), calc(100% - var(--gutter) * 2)); margin-inline: auto; }

.site-header {
  isolation: isolate;
  position: relative;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  width: min(1360px, calc(100% - 80px));
  min-height: 84px;
  margin: 19px auto 26px;
  padding: 16px 28px;
  border: 1px solid #faffefcc;
  border-radius: 25px;
  background: #eff3e9;
  color: #183c2a;
  box-shadow: inset 0 1px 1px #ffffffeb, inset 0 -1px 1px #aec39855, 0 8px 34px #06130c24;
}
.js .site-header { position: fixed; top: 19px; left: 50%; transform: translateX(-50%); margin: 0; flex-wrap: nowrap; }
.site-header > .wordmark, .header-actions { position: relative; z-index: 1; }
.header-actions { display: flex; flex-shrink: 0; align-items: center; gap: 28px; }
.header-order { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 44px; padding: 10px 20px; border: 1px solid #31503d; border-radius: 999px; background: #173a29; color: #f5f8ef; font-size: 14px; font-weight: 600; white-space: nowrap; box-shadow: inset 0 1px 1px #ffffff26, 0 2px 8px #06130c14; transition: background .18s ease, box-shadow .18s ease; }
.header-order:hover { background: #244b35; box-shadow: inset 0 1px 1px #ffffff36, 0 3px 12px #06130c24; }
.header-order:focus-visible { outline-color: #183c2a; }
.header-refraction { position: absolute; inset: 0; z-index: 0; pointer-events: none; border-radius: inherit; background: linear-gradient(115deg, #ffffffb3 0%, #edf4e673 46%, #f5f0db91 100%); box-shadow: inset 1px 1px 1px #ffffffef, inset -1px -1px 2px #ffffffa6; }
.site-header::after { content: ''; position: absolute; inset: 0; z-index: 2; border-radius: inherit; pointer-events: none; background: linear-gradient(105deg, #fff6, transparent 23% 75%, #fff3); padding: 1px; mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); mask-composite: exclude; }
.wordmark { display: inline-block; flex-shrink: 0; font-family: var(--display); font-size: 38px; font-weight: 600; line-height: 1; letter-spacing: -.075em; }
.wordmark > span { color: var(--sage); }
.brand-name { text-transform: none; }
.site-header .wordmark { font-family: "Segoe UI", Arial, sans-serif; font-size: 40px; color: #183c2a; }
.menu-toggle { display: none; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 8px 0 8px 12px; border: 0; background: transparent; font-size: 15px; }
.js .menu-toggle { display: inline-flex; }
.menu-toggle > span { display: inline-block; font-size: 27px; line-height: 1; transition: transform .18s ease; }
.menu-toggle[aria-expanded="true"] > span { transform: rotate(45deg); }
#primary-nav { display: grid; flex-basis: 100%; gap: 0; }
#primary-nav > a { display: flex; align-items: center; min-height: 48px; padding: 12px 0; border-bottom: 1px solid #b6c8ad80; font-size: 16px; line-height: 1.4; }
#primary-nav > a:hover, #primary-nav > a[aria-current] { color: #183c2a; text-decoration: underline; text-underline-offset: 5px; }
#primary-nav > .account-link { justify-content: space-between; margin-top: 10px; border: 0; font-weight: 600; }
.js #primary-nav { position: absolute; z-index: 3; top: calc(100% + 12px); right: 0; width: min(380px, 100%); padding: 18px 26px 22px; max-height: calc(100dvh - 134px); overflow-y: auto; overscroll-behavior: contain; border: 1px solid #faffefcc; border-radius: 22px; background: #f4f7ed; box-shadow: inset 0 1px 1px #fff, 0 12px 32px #06130c20; }
.js body.inside { padding-top: 122px; }
.js .scene { min-height: max(600px, 100svh); padding-top: 150px; padding-bottom: 64px; }
:is(.scene, .page-intro) :is(h1, h2) { scroll-margin-top: 130px; }
@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header { background: linear-gradient(115deg, #fafff3bd, #e8efdd99 55%, #f3eddbad); -webkit-backdrop-filter: blur(10px) saturate(150%); backdrop-filter: blur(10px) saturate(150%); }
  .site-header.refraction-ready { background: #eff3e920; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .site-header.refraction-ready .header-refraction { -webkit-backdrop-filter: url(#quantll-public-header-refraction) blur(3px) saturate(140%); backdrop-filter: url(#quantll-public-header-refraction) blur(3px) saturate(140%); }
  .js #primary-nav { background: #f4f7edf2; -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
}

.scene {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 600px;
  min-height: max(600px, calc(100svh - var(--header-height)));
  padding: 64px max(var(--gutter), calc((100% - var(--content)) / 2));
  color: var(--paper);
  background: var(--forest);
  scroll-margin-top: var(--header-height);
}
.scene-media { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; background: var(--forest); }
.scene-media > :is(video, .poster) { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--media-position, 50% 50%); }
.scene-media video { z-index: 2; opacity: 0; transition: opacity .7s ease; }
.scene-media .poster { z-index: 1; opacity: 1; transition: opacity .7s ease; }
.scene-media.is-playing video { opacity: 1; }
.scene-media.is-playing .poster { opacity: 0; }
.scene-media::after { content: ""; position: absolute; inset: 0; z-index: 3; background: linear-gradient(90deg, #0d241bee 0%, #112c20d9 33%, #112c2052 73%, #112c2021 100%); }
.scene-copy { width: min(100%, 740px); }
.scene-plant .scene-copy { width: min(100%, 960px); }
.scene-plant .scene-copy h1 { max-width: none; }
.eyebrow { display: block; margin-bottom: 25px; font-size: 11px; font-weight: 600; line-height: 1.6; letter-spacing: .16em; text-transform: uppercase; }
.scene .eyebrow { color: var(--sage); }
.scene :is(h1, h2) { max-width: 18ch; font-size: clamp(52px, 5.9vw, 94px); line-height: 1.025; letter-spacing: -.047em; overflow-wrap: break-word; }
.scene :is(h1, h2) :is(em, span) { color: var(--sage); font-style: normal; font-weight: 400; }
.deck { max-width: 500px; margin-top: 28px; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.75; }
.scene .deck { color: #edf0e5; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 28px; margin-top: 34px; }
.actions a { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 48px; padding: 12px 0; font-size: 14px; line-height: 1.5; border-bottom: 1px solid currentColor; }
.actions :is(.button, .button-primary), .button { --button-arrow-bg: #ffffff1f; --button-arrow-color: var(--paper); display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 54px; max-width: 100%; padding: 7px 8px 7px 22px; border: 1px solid var(--forest); border-radius: 999px; background: var(--forest); color: var(--paper); font-size: 14px; font-weight: 600; line-height: 1.5; text-align: left; box-shadow: inset 0 1px 1px #ffffff29, 0 4px 12px #06130c10; transition: transform .2s ease, box-shadow .2s ease; }
.button > span[aria-hidden] { display: inline-flex; flex: 0 0 36px; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: var(--button-arrow-bg); color: var(--button-arrow-color); font-size: 18px; font-weight: 400; transition: transform .2s ease, background .2s ease; }
.scene .actions :is(.button, .button-primary) { --button-arrow-bg: var(--forest); --button-arrow-color: var(--paper); border-color: #ffffffc4; background: var(--paper); color: var(--forest); }
.actions .button-secondary { padding: 12px 20px; border: 1px solid currentColor; background: transparent; color: inherit; }
.actions .button.secondary, .scene .actions .button.secondary { --button-arrow-bg: #ffffff17; --button-arrow-color: currentColor; background: #ffffff0a; color: inherit; border-color: #c7d5b68c; box-shadow: inset 0 1px 1px #ffffff26; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: 14px; line-height: 1.5; }
:is(.actions a:not(.button), .text-link):hover { opacity: .82; }
@media (hover: hover) and (pointer: fine) {
  .actions .button:hover { transform: translateY(-2px); box-shadow: inset 0 1px 1px #ffffff40, 0 8px 22px #06130c24; }
  .actions .button:hover > span[aria-hidden] { transform: rotate(45deg); }
}
.actions .button:active { transform: translateY(0); }
.scene-plant .scene-media { --media-position: 62% 48%; }
.scene-separation { justify-content: flex-end; background: var(--platinum); color: var(--ink); }
.scene-separation .scene-copy { width: min(100%, 590px); }
.scene-separation h2 { font-size: clamp(48px, 5.2vw, 82px); }
.scene-separation .scene-media { --media-position: 30% 50%; background: var(--platinum); }
.scene-separation .scene-media::after { background: linear-gradient(270deg, #e7ece8f5 0%, #e7ece8e8 42%, #e7ece878 66%, #e7ece819 100%); }
.scene-separation .eyebrow, .scene-separation .deck { color: #304d3f; }
.scene-separation :is(h1, h2) :is(em, span) { color: #536c59; }
.scene-separation .actions :is(.button, .button-primary) { --button-arrow-bg: #ffffff1f; background: var(--forest); border-color: var(--forest); color: var(--paper); }
.scene-amber { background: #37291d; }
.scene-amber .scene-media { --media-position: 69% 50%; background: #513923; }
.scene-amber .scene-media::after { background: linear-gradient(90deg, #2b1d13f0 0%, #2b1d13db 34%, #2b1d1352 76%, #2b1d1329 100%); }
.scene-amber .eyebrow, .scene-amber :is(h1, h2) :is(em, span) { color: var(--amber); }
.scene-amber .deck { color: #f1e4d1; }
.motion-control { position: fixed; z-index: 40; right: max(20px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 0; border: 1px solid #ffffff70; border-radius: 50%; background: #112c20db; color: var(--paper); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-size: 11px; box-shadow: inset 0 1px 1px #fff3, 0 2px 15px #0002; }
.motion-control svg { width: 16px; height: 16px; }
.motion-control:focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 6px var(--forest); }
.motion-control > span { position: absolute; right: calc(100% + 10px); padding: 7px 12px; border: 1px solid #ffffff38; border-radius: 999px; background: var(--forest); color: var(--paper); white-space: nowrap; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .15s ease, visibility .15s ease; }
.motion-control > span::after { content: ''; position: absolute; top: -8px; bottom: -8px; right: -12px; width: 12px; }
.motion-control:focus-visible > span { opacity: 1; visibility: visible; pointer-events: auto; }
@media (hover: hover) and (pointer: fine) {
  .motion-control:hover > span { opacity: 1; visibility: visible; pointer-events: auto; }
}
.motion-control.tooltip-dismissed > span { opacity: 0; visibility: hidden; pointer-events: none; }

.page-intro { padding: clamp(56px, 7vw, 100px) 0 clamp(38px, 5vw, 70px); background: var(--platinum); }
.page-intro:not(:has(.content-wrap)) { padding-inline: max(var(--gutter), calc((100% - var(--content)) / 2)); }
.page-intro.content-wrap { width: 100%; margin: 0; padding-block: clamp(56px, 7vw, 100px) clamp(38px, 5vw, 70px); }
.page-intro .eyebrow { color: #536c59; margin-bottom: 22px; }
.page-intro h1 { max-width: 15ch; font-size: clamp(42px, 5.7vw, 80px); line-height: 1.06; letter-spacing: -.043em; }
.page-intro :is(p:not(.eyebrow), .deck) { max-width: 690px; margin-top: 24px; color: var(--body); font-size: 17px; }
main > .content-wrap { padding-block: clamp(42px, 5vw, 72px); }
main > .content-wrap > h2 { font-size: clamp(28px, 3.5vw, 44px); line-height: 1.15; letter-spacing: -.03em; margin-bottom: 30px; }
.editorial-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 36px clamp(38px, 7vw, 100px); padding-block: 18px 54px; }
.editorial-grid :is(h2, h3) { max-width: 16ch; font-size: clamp(28px, 3vw, 42px); line-height: 1.18; letter-spacing: -.025em; }
.editorial-grid p, .editorial-grid li { max-width: 660px; color: var(--body); font-size: 16px; line-height: 1.8; }
.editorial-grid p + p { margin-top: 19px; }
.editorial-grid :is(h2, h3) + p { margin-top: 20px; }
.editorial-grid a:not(.button) { display: inline-flex; align-items: center; min-height: 44px; margin-top: 19px; border-bottom: 1px solid currentColor; font-size: 14px; }
.editorial-grid .text-link { margin-top: 24px; }
.home-next > .eyebrow { color: #536c59; }
.home-next .editorial-grid { padding-bottom: 0; }
.home-next .editorial-grid h3 { font-size: 27px; max-width: 24ch; }
.material-list { margin-block: 10px 40px; }
.material-row { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 20px 60px; padding-block: 30px; border-top: 1px solid var(--line); }
.material-row:last-child { border-bottom: 1px solid var(--line); }
.material-row :is(h2, h3) { font-size: clamp(24px, 2.4vw, 32px); line-height: 1.2; letter-spacing: -.02em; }
.material-row p { color: var(--body); max-width: 640px; font-size: 16px; }
.material-row p + p { margin-top: 12px; }
.details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 56px; margin-block: 16px 45px; }
.details-grid > article { border-top: 1px solid var(--line); padding-block: 26px 32px; }
.details-grid > article :is(h2, h3) { margin-bottom: 15px; font-size: 25px; line-height: 1.25; letter-spacing: -.02em; }
.details-grid > article p { color: var(--body); font-size: 15px; }
:is(.details-grid, .faq) details { border-top: 1px solid var(--line); padding-block: 2px 18px; }
:is(.details-grid, .faq) summary { display: list-item; cursor: pointer; padding-block: 20px 8px; padding-right: 12px; font-size: 18px; font-weight: 600; line-height: 1.5; }
:is(.details-grid, .faq) summary::marker { color: #536c59; }
:is(.details-grid, .faq) details > :not(summary) { margin-block: 10px 8px; color: var(--body); font-size: 15px; line-height: 1.75; }
.faq { margin-block: 24px 40px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 80px; padding-block: 8px 35px; }
.contact-grid :is(h2, h3) { margin-bottom: 18px; font-size: 30px; line-height: 1.2; letter-spacing: -.02em; }
.contact-grid p { max-width: 560px; color: var(--body); margin-bottom: 18px; }
.contact-grid :is(address, a:not(.button)) { overflow-wrap: anywhere; }
.contact-grid a:not(.button) { text-decoration: underline; text-underline-offset: 5px; }
.contact-grid .contact-email { display: inline-block; margin-bottom: 22px; font-size: clamp(22px, 2.8vw, 32px); font-family: var(--display); }
.contact-grid address { margin-bottom: 22px; }
.contact-grid .actions { margin-top: 22px; }
.contact-grid label { display: block; margin-block: 20px 7px; font-size: 14px; font-weight: 600; }
.contact-grid :is(input, textarea, select) { display: block; width: 100%; min-height: 48px; margin-top: 8px; padding: 12px; border: 1px solid #95a691; border-radius: 2px; background: #fff; font-size: 16px; }
.contact-grid textarea { min-height: 160px; resize: vertical; }
.contact-grid .button { margin-top: 20px; }
.policy-copy { max-width: 820px; }
.policy-copy h2 { margin-block: 30px 14px; font-size: 28px; }
.policy-copy :is(p, li) { margin-bottom: 16px; color: var(--body); line-height: 1.8; }
.policy-copy a { text-decoration: underline; text-underline-offset: 4px; }

.site-footer { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; gap: 40px; background: var(--forest); color: var(--paper); padding: 48px max(var(--gutter), calc((100% - var(--content)) / 2)) 36px; }
.site-footer > * { min-width: 0; }
.site-footer > div > p { margin-top: 15px; color: var(--sage); font-size: 13px; }
.site-footer > nav { display: grid; align-content: start; justify-items: start; gap: 3px; }
.site-footer > nav > a { display: inline-flex; align-items: center; min-height: 36px; font-size: 13px; }
.site-footer > div > a:not(.wordmark) { display: inline-flex; align-items: center; min-height: 36px; font-size: 14px; overflow-wrap: anywhere; }
.site-footer small { display: block; margin-top: 20px; max-width: 340px; color: var(--sage); font-size: 11px; line-height: 1.75; }
.site-footer small a { text-decoration: underline; text-underline-offset: 3px; }
.site-footer > .content-wrap { grid-column: 1 / -1; width: 100%; display: grid; gap: 30px; }
.footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; }
.footer-top > p { max-width: 460px; color: var(--sage); font-size: 14px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 36px; }
.footer-grid h2 { margin-bottom: 14px; font-family: var(--sans); font-size: 13px; font-weight: 600; }
.footer-grid :is(p, a, address) { color: #c7d5b6; font-size: 13px; line-height: 1.8; }
.footer-grid a { display: block; width: fit-content; padding-block: 6px; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.site-footer .wordmark:hover { text-decoration: none; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 30px; padding-top: 24px; border-top: 1px solid #c7d5b63d; color: #c7d5b6; font-size: 12px; }
.footer-bottom a { display: inline-flex; align-items: center; min-height: 36px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }

@media (min-width: 1600px) {
  .scene { min-height: min(1000px, calc(100svh - var(--header-height))); }
}
@media (max-width: 1000px) {
  .scene :is(h1, h2) { font-size: clamp(52px, 6.6vw, 72px); }
  .scene-copy { width: min(100%, 620px); }
  .scene-separation .scene-copy { width: min(100%, 520px); }
  .scene-separation .scene-media::after { background: linear-gradient(270deg, #e7ece8f5 0%, #e7ece8eb 48%, #e7ece867 82%, #e7ece830); }
}
@media (max-width: 880px) {
  :root { --header-height: 76px; }
  .site-header { width: calc(100% - 52px); min-height: 76px; padding: 13px 24px; }
  .js .site-header { top: 15px; }
  .js #primary-nav { max-height: calc(100dvh - 118px); }
  .editorial-grid, .contact-grid { column-gap: 38px; }
  .material-row { column-gap: 30px; }
  .details-grid { column-gap: 30px; }
}
@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); min-height: 74px; padding: 12px 14px; border-radius: 20px; gap: 10px; }
  .site-header .wordmark { font-size: 32px; }
  .header-actions { gap: 12px; }
  .header-order { padding: 10px 12px; font-size: 13px; }
  .header-order > span { display: none; }
  .js .site-header { top: 11px; }
  .menu-toggle { gap: 8px; min-height: 44px; padding-inline: 0; font-size: 13px; }
  .js #primary-nav { width: 100%; padding-inline: 22px; border-radius: 18px; max-height: calc(100dvh - 110px); }
  .js body.inside { padding-top: 105px; }
  .js .scene { padding-top: 128px; padding-bottom: 74px; }
  .scene { min-height: 660px; min-height: max(660px, calc(100svh - var(--header-height))); padding-block: 48px 80px; align-items: center; }
  .scene :is(h1, h2) { max-width: 12ch; font-size: clamp(47px, 10vw, 68px); letter-spacing: -.045em; }
  .scene-copy, .scene-separation .scene-copy { width: 100%; }
  .scene .eyebrow { margin-bottom: 22px; font-size: 10px; letter-spacing: .14em; }
  .deck { max-width: 440px; font-size: 16px; margin-top: 24px; }
  .actions { gap: 12px 24px; margin-top: 28px; }
  .scene-plant .scene-media { --media-position: 58% 45%; }
  .scene-plant .scene-media::after { background: linear-gradient(90deg, #0d241bed, #112c20c4 65%, #112c207d), linear-gradient(0deg, #112c20a6, #112c2000 80%); }
  .scene-separation .scene-media { --media-position: 30% 45%; }
  .scene-separation .scene-media::after { background: linear-gradient(90deg, #e7ece8f2, #e7ece8e0 70%, #e7ece8bd); }
  .scene-amber .scene-media { --media-position: 66% 45%; }
  .scene-amber .scene-media::after { background: linear-gradient(90deg, #2b1d13ed, #2b1d13d6 65%, #2b1d138f); }
  .page-intro, .page-intro.content-wrap { padding-block: 48px 40px; }
  .page-intro h1 { font-size: clamp(40px, 9vw, 56px); }
  .page-intro :is(p:not(.eyebrow), .deck) { font-size: 16px; }
  .editorial-grid, .material-row, .details-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); }
  .editorial-grid { gap: 24px; padding-bottom: 32px; }
  .material-row { gap: 14px; padding-block: 26px; }
  .contact-grid { gap: 40px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 10px; }
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; padding-top: 38px; }
  .site-footer > :last-child { grid-column: 1 / -1; }
  .motion-control { right: 16px; bottom: max(14px, env(safe-area-inset-bottom)); }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; }
  .site-header { padding-inline: 12px; }
  .site-header .wordmark { font-size: 30px; }
  .header-actions { gap: 10px; }
  .header-order { padding-inline: 10px; }
  .scene :is(h1, h2) { font-size: 44px; }
  .scene .actions { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-transparency: reduce) {
  .site-header, .site-header.refraction-ready, .js #primary-nav { background: #f4f7ed; -webkit-backdrop-filter: none; backdrop-filter: none; }
  .header-refraction, .site-header::after { display: none; }
  .motion-control { background: var(--forest); -webkit-backdrop-filter: none; backdrop-filter: none; }
  .actions .button.secondary, .scene .actions .button.secondary { background: var(--forest); color: var(--paper); -webkit-backdrop-filter: none; backdrop-filter: none; }
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle > span, .header-order { transition: none; }
  .actions .button, .button > span[aria-hidden], .motion-control > span { transition: none; }
  .actions .button:hover, .actions .button:hover > span[aria-hidden] { transform: none; }
  *, *::before, *::after { scroll-behavior: auto !important; }
  .scene-media video { display: none; }
  .scene-media .poster { opacity: 1 !important; transition: none; }
  .motion-control { display: none; }
}
@media (forced-colors: active) {
  .site-header, .site-header.refraction-ready, .site-header .wordmark, .js #primary-nav { background: Canvas; color: CanvasText; -webkit-backdrop-filter: none; backdrop-filter: none; box-shadow: none; }
  .header-refraction, .site-header::after { display: none; }
  .header-order { background: ButtonFace; color: ButtonText; border-color: ButtonText; box-shadow: none; }
  .site-header, .js #primary-nav { border: 1px solid CanvasText; }
  .scene-media { display: none; }
  .scene { background: Canvas; color: CanvasText; }
  .scene .deck, .scene .eyebrow, .scene :is(h1, h2) :is(em, span) { color: CanvasText; }
  .actions a, .motion-control { border: 1px solid ButtonText; }
}
@media print {
  .js .site-header { position: static; transform: none; }
  .js body.inside { padding-top: 0; }
  .menu-toggle, .motion-control, .scene-media { display: none !important; }
  .scene { min-height: 0; padding-block: 40px; color: #000; background: #fff; break-inside: avoid; }
  .scene .deck, .scene .eyebrow, .scene :is(h1, h2) :is(em, span) { color: #000; }
  .scene :is(h1, h2) { font-size: 38px; }
  .scene-copy, .scene-separation .scene-copy { width: 100%; }
}

.breadcrumb { padding-top: 28px; font-size: 14px; }
.breadcrumb + .page-intro { padding-top: 28px; }

main > .breadcrumb { padding-block: 20px; }
main > section.content-wrap > p + h2 { margin-top: 36px; }
