:root {
  --paper: #f5f4f0;
  --white: #ffffff;
  --ink: #18272d;
  --ink-soft: #61717a;
  --line: #d7dee1;
  --accent: #145f6d;
  --accent-dark: #0f4b56;
  --alloy: #c59a58;
  --mist: #e7eceb;
  --night: #0b2733;
  --serif: "Iowan Old Style", Baskerville, Georgia, Cambria, "Times New Roman", serif;
  --sans: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --shell: min(1360px, calc(100vw - 64px));
  --shadow: 0 24px 70px rgba(14, 38, 51, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
p, h1, h2, h3 { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -0.035em; }
h1 { font-size: clamp(3.4rem, 7.4vw, 7.8rem); line-height: 0.94; }
h2 { font-size: clamp(2.4rem, 4.5vw, 5rem); line-height: 1.02; }
h3 { line-height: 1.22; }
::selection { background: var(--accent); color: var(--white); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.shell { width: var(--shell); margin-inline: auto; }
.section-pad { padding-block: clamp(80px, 10vw, 160px); }
.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; }
.eyebrow {
  margin-bottom: 22px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}
.lead { color: var(--ink-soft); font-size: clamp(1.1rem, 1.45vw, 1.45rem); line-height: 1.55; }
.microcopy { color: var(--ink-soft); font-size: 0.77rem; line-height: 1.55; }
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button:hover { background: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 19px; font-size: 0.68rem; }
.button--ghost { background: transparent; color: var(--ink); }
.button--ghost:hover { color: var(--white); }
.button--light { border-color: var(--white); background: var(--white); color: var(--night); }
.button--light:hover { border-color: var(--mist); background: var(--mist); color: var(--night); }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--ink); font-size: 0.78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { color: var(--accent); transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.site-header { position: relative; z-index: 50; border-bottom: 1px solid rgba(215,222,225,.8); background: rgba(245,247,247,.94); transition: box-shadow .25s ease; }
.site-header.is-scrolled { position: sticky; top: 0; box-shadow: 0 10px 30px rgba(14,38,51,.06); backdrop-filter: blur(14px); }
.announcement { display: flex; min-height: 33px; align-items: center; justify-content: center; gap: 28px; padding-inline: 20px; background: var(--night); color: rgba(255,255,255,.76); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.announcement a { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.55); }
.site-nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.brand { display: grid; grid-template-columns: 34px auto; grid-template-rows: 22px 13px; column-gap: 11px; align-items: center; }
.brand__mark { position: relative; grid-row: 1 / 3; width: 34px; height: 28px; }
.brand__mark i { position: absolute; inset: 2px 1px auto; height: 15px; border: 1.5px solid currentColor; border-top: 0; border-radius: 0 0 50% 50%; transform-origin: center; }
.brand__mark i:first-child { transform: rotate(10deg); }
.brand__mark i:last-child { transform: rotate(-10deg); }
.brand__name { font-family: var(--serif); font-size: 1.18rem; line-height: 1; letter-spacing: -.025em; }
.brand__descriptor { color: var(--ink-soft); font-size: .57rem; font-weight: 700; letter-spacing: .27em; line-height: 1; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 38px); }
.nav-link { position: relative; padding-block: 30px; color: #304650; font-size: .75rem; font-weight: 600; letter-spacing: .06em; }
.nav-link::after { position: absolute; right: 0; bottom: 23px; left: 0; height: 1px; background: var(--accent); content: ""; transform: scaleX(0); transition: transform .25s ease; }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); }
.nav-products { position: relative; }
.mega-menu { position: absolute; top: calc(100% - 3px); right: -480px; display: grid; width: min(900px, 90vw); grid-template-columns: .8fr 1.4fr; gap: 55px; padding: 46px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease; }
.nav-products:hover .mega-menu, .nav-products:focus-within .mega-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.mega-menu h2 { margin-bottom: 30px; font-size: 2.6rem; }
.mega-menu__links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.mega-menu__links a { display: grid; grid-template-columns: 30px 1fr; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.mega-menu__links span { color: var(--accent); font-size: .62rem; letter-spacing: .14em; }
.mega-menu__links b { font-size: .83rem; font-weight: 500; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 1px; margin-block: 5px; background: currentColor; transition: transform .25s ease; }

.hero { min-height: min(830px, calc(100vh - 115px)); display: grid; grid-template-columns: minmax(450px, .82fr) minmax(560px, 1.18fr); overflow: hidden; background: var(--white); }
.hero__copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 8vw 4vw 7vw max(32px, calc((100vw - 1360px) / 2)); }
.hero h1 { max-width: 770px; margin-bottom: 34px; }
.hero h1 em { color: var(--accent); font-style: italic; }
.hero__copy > p:not(.eyebrow) { max-width: 630px; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.3rem); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.hero__media { position: relative; min-height: 640px; overflow: hidden; background: var(--mist); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.55), transparent 22%); content: ""; pointer-events: none; }
.hero__index { position: absolute; right: 28px; bottom: 25px; z-index: 2; color: var(--ink-soft); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.archwire-line { position: absolute; right: -12vw; bottom: 3vw; width: 52vw; height: 24vw; border: 1px solid rgba(26,102,136,.28); border-top: 0; border-radius: 0 0 50% 50%; transform: rotate(-8deg); pointer-events: none; }

.proof-strip { border-block: 1px solid var(--line); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid div { padding: 28px clamp(18px, 2.3vw, 36px); border-right: 1px solid var(--line); }
.proof-grid div:first-child { border-left: 1px solid var(--line); }
.proof-grid span { display: block; margin-bottom: 7px; color: var(--accent); font-size: .64rem; letter-spacing: .16em; }
.proof-grid b { font-family: var(--serif); font-size: 1.05rem; font-weight: 400; }

.section-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 50px; align-items: end; margin-bottom: clamp(48px, 7vw, 96px); }
.section-heading h2 { margin: 0; max-width: 850px; }
.section-heading__aside { max-width: 460px; color: var(--ink-soft); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.category-card { min-width: 0; background: var(--white); }
.category-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr .8fr; }
.category-card__media { height: 360px; overflow: hidden; background: #f8f9f9; }
.category-card--wide .category-card__media { height: 490px; }
.category-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 36px; filter: saturate(.78); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.category-card:hover img { transform: scale(1.045); filter: saturate(1); }
.category-card__copy { display: grid; grid-template-columns: 34px 1fr 30px; gap: 18px; min-height: 168px; align-items: start; padding: 28px 30px; border-top: 1px solid var(--line); }
.category-card--wide .category-card__copy { align-content: center; border-top: 0; border-left: 1px solid var(--line); }
.category-card__copy > span { color: var(--accent); font-size: .64rem; letter-spacing: .12em; }
.category-card__copy h3 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(1.4rem, 2.1vw, 2.25rem); }
.category-card__copy p { margin: 0; color: var(--ink-soft); font-size: .83rem; }
.category-card__copy b { color: var(--accent); font-weight: 400; transition: transform .2s ease; }
.category-card:hover .category-card__copy b { transform: translate(3px, -3px); }

.featured-section { background: var(--white); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 52px 22px; }
.product-card { min-width: 0; }
.product-card__media { position: relative; display: block; aspect-ratio: 1 / 1.05; overflow: hidden; background: var(--paper); }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 26px; mix-blend-mode: multiply; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card__media img { transform: scale(1.055); }
.product-card__status { position: absolute; top: 16px; right: 16px; padding: 6px 9px; border: 1px solid rgba(14,38,51,.18); background: rgba(255,255,255,.86); font-size: .56rem; font-weight: 700; letter-spacing: .16em; }
.product-card__body { padding: 22px 3px 0; }
.product-card__body .eyebrow { margin-bottom: 10px; }
.product-card__body h3 { min-height: 52px; margin-bottom: 10px; font-family: var(--serif); font-size: clamp(1.23rem, 1.65vw, 1.7rem); }
.product-card__body > p:not(.eyebrow) { min-height: 66px; color: var(--ink-soft); font-size: .82rem; }
.product-card__body .text-link { margin-top: 6px; font-size: .65rem; }

.support-showcase { overflow: hidden; background: var(--night); color: var(--white); }
.support-showcase .eyebrow { color: #83bfd7; }
.support-showcase__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.support-showcase h2 { max-width: 580px; }
.support-showcase__intro > p:not(.eyebrow) { color: rgba(255,255,255,.64); max-width: 520px; }
.support-list { counter-reset: support; border-top: 1px solid rgba(255,255,255,.18); }
.support-list article { display: grid; grid-template-columns: 52px 1fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.support-list article::before { counter-increment: support; content: "0" counter(support); color: #83bfd7; font-size: .64rem; letter-spacing: .14em; }
.support-list h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.55rem; }
.support-list p { margin: 0; color: rgba(255,255,255,.6); font-size: .84rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 290px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid span { color: var(--accent); font-size: .68rem; letter-spacing: .16em; }
.process-grid h3 { margin: 72px 0 14px; font-family: var(--serif); font-size: 1.55rem; }
.process-grid p { color: var(--ink-soft); font-size: .83rem; }

.sourcing-banner { padding: 0 0 clamp(80px, 10vw, 160px); }
.sourcing-banner__inner { position: relative; display: grid; min-height: 500px; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--mist); }
.sourcing-banner__copy { z-index: 2; padding: clamp(48px, 7vw, 96px); }
.sourcing-banner__copy h2 { font-size: clamp(2.6rem, 4.3vw, 4.7rem); }
.sourcing-banner__copy p:not(.eyebrow) { max-width: 530px; color: var(--ink-soft); }
.sourcing-banner__visual { position: relative; overflow: hidden; }
.sourcing-banner__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.sourcing-banner__visual::before { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--mist), transparent 45%); content: ""; }

.cta-band { padding-block: clamp(86px, 11vw, 170px); background: var(--accent); color: var(--white); }
.cta-band .shell { display: grid; grid-template-columns: .5fr 1.2fr auto; gap: 60px; align-items: end; }
.cta-band .eyebrow { color: rgba(255,255,255,.7); }
.cta-band h2 { margin: 0; font-size: clamp(2.6rem, 4.5vw, 5rem); }

.site-footer { position: relative; overflow: hidden; padding-top: 110px; background: var(--night); color: rgba(255,255,255,.72); }
.footer-curve { position: absolute; top: -26vw; left: 48%; width: 70vw; height: 36vw; border: 1px solid rgba(131,191,215,.25); border-radius: 0 0 50% 50%; transform: translateX(-50%); }
.footer-grid { position: relative; display: grid; grid-template-columns: 2fr .7fr .7fr 1.2fr; gap: 60px; padding-bottom: 80px; }
.brand--light { width: max-content; margin-bottom: 42px; color: var(--white); }
.brand--light .brand__descriptor { color: rgba(255,255,255,.55); }
.footer-intro h2 { color: var(--white); font-size: clamp(2rem, 3.3vw, 3.8rem); }
.footer-intro p { max-width: 530px; }
.footer-title { color: var(--white); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(.footer-intro) > a:not(.button) { display: block; margin: 13px 0; font-size: .8rem; }
.footer-grid > div:not(.footer-intro) > a:not(.button):hover { color: var(--white); }
.footer-grid > div:last-child p:not(.footer-title) { font-size: .82rem; }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); font-size: .65rem; letter-spacing: .06em; }

.page-hero { position: relative; overflow: hidden; padding: clamp(64px, 6vw, 92px) 0; background: var(--night); color: var(--white); }
.page-hero::after { position: absolute; right: -12vw; bottom: -19vw; width: 58vw; height: 30vw; border: 1px solid rgba(197,154,88,.32); border-top: 0; border-radius: 0 0 50% 50%; content: ""; transform: rotate(-7deg); pointer-events: none; }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.page-hero .eyebrow { color: #91c9d3; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(3.4rem, 5.8vw, 6rem); }
.page-hero__aside { max-width: 520px; color: rgba(255,255,255,.62); font-size: 1rem; }
.page-hero__aside strong { display: block; margin-bottom: 4px; color: var(--alloy); font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.page-hero__aside b { color: var(--white); }

.catalogue-section { padding-block: 48px 110px; }
.catalogue-tools { display: grid; grid-template-columns: 1fr auto; gap: 30px; margin-bottom: 55px; }
.search-field { position: relative; max-width: 620px; }
.search-field input { width: 100%; height: 58px; padding: 0 52px 0 18px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); outline: none; }
.search-field span { position: absolute; right: 15px; top: 50%; color: var(--accent); transform: translateY(-50%); }
.catalogue-count { align-self: end; color: var(--ink-soft); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.catalogue-layout { display: grid; grid-template-columns: 245px 1fr; gap: 55px; align-items: start; }
.filter-panel { position: sticky; top: 130px; }
.filter-panel p { font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.filter-panel button { display: flex; width: 100%; justify-content: space-between; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink-soft); text-align: left; cursor: pointer; }
.filter-panel button span { font-size: .65rem; }
.filter-panel button:hover, .filter-panel button.is-active { color: var(--accent); }
.filter-panel__secondary { margin-top: 34px; }
.catalogue-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.empty-state { grid-column: 1 / -1; padding: 80px 20px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { font-size: 2.5rem; }

.product-detail-hero { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 7vw, 110px); padding-block: clamp(60px, 8vw, 120px); align-items: center; }
.product-gallery__main { aspect-ratio: 1 / 1; background: var(--white); }
.product-gallery__main img { width: 100%; height: 100%; object-fit: contain; padding: 5%; mix-blend-mode: multiply; }
.product-gallery__thumbs { display: flex; gap: 10px; margin-top: 12px; }
.product-gallery__thumbs button { width: 88px; aspect-ratio: 1; padding: 6px; border: 1px solid transparent; background: var(--white); cursor: pointer; }
.product-gallery__thumbs button.is-active { border-color: var(--accent); }
.product-gallery__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.breadcrumb { display: inline-flex; gap: 10px; margin-bottom: 55px; color: var(--accent); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-code { color: var(--ink-soft); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.product-detail-copy h1 { margin-bottom: 32px; font-size: clamp(3rem, 5vw, 5.5rem); }
.detail-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 34px 0 22px; }
.detail-information { background: var(--white); }
.detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.detail-grid h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.detail-grid > div > p:last-child { color: var(--ink-soft); max-width: 560px; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list div { display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.spec-list dt, .supply-grid dt { color: var(--ink-soft); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.spec-list dd, .supply-grid dd { margin: 0; font-family: var(--serif); font-size: 1.15rem; }
.supply-panel { background: var(--mist); }
.supply-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; border-top: 1px solid rgba(14,38,51,.22); border-left: 1px solid rgba(14,38,51,.22); }
.supply-grid div { min-height: 190px; padding: 24px; border-right: 1px solid rgba(14,38,51,.22); border-bottom: 1px solid rgba(14,38,51,.22); }
.supply-grid dd { margin-top: 55px; font-size: 1rem; }
.detail-support { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.detail-support h2 { font-size: 3.6rem; }
.support-points { border-top: 1px solid var(--line); }
.support-points p { display: grid; grid-template-columns: 42px 1fr; gap: 20px; margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); }
.support-points span { color: var(--accent); font-size: .65rem; letter-spacing: .12em; }
.missing-product { text-align: center; }
.missing-product h1 { font-size: 5rem; }

.collection-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.collection-card__media { position: relative; display: grid; height: 300px; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; background: var(--line); }
.collection-card__image { display: grid; min-width: 0; place-items: center; overflow: hidden; background: #f7f8f7; }
.collection-card__image:first-child:last-child { grid-column: 1 / -1; }
.collection-card__image:first-child:nth-last-child(3) { grid-row: 1 / 3; }
.collection-card__image img { width: 100%; height: 100%; object-fit: contain; padding: 18px; mix-blend-mode: multiply; transition: transform .55s ease; }
.collection-card:hover .collection-card__image img { transform: scale(1.045); }
.collection-card__ref { position: absolute; top: 13px; left: 13px; padding: 6px 8px; background: var(--night); color: var(--white); font: .62rem/1 var(--sans); letter-spacing: .13em; }
.collection-card__body { padding: 22px; }
.collection-card__meta, .collection-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--accent); font-size: .62rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.collection-card__body h3 { min-height: 58px; margin: 15px 0 11px; font-family: var(--serif); font-size: clamp(1.35rem, 1.8vw, 1.78rem); }
.collection-card__body > p { min-height: 80px; color: var(--ink-soft); font-size: .8rem; }
.collection-card__footer { margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink-soft); }
.collection-card__footer a { display: grid; width: 34px; height: 34px; place-items: center; background: var(--mist); color: var(--accent); font-size: 1rem; }

.collection-hero { overflow: hidden; background: var(--night); color: var(--white); }
.collection-hero__grid { display: grid; min-height: 660px; grid-template-columns: .9fr 1.1fr; gap: 7vw; align-items: center; }
.collection-hero__copy { padding-block: 80px; }
.collection-hero .breadcrumb, .collection-hero .product-code { color: #88c3d0; }
.collection-hero h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 6.2vw, 6.6rem); }
.collection-hero .lead, .collection-hero .microcopy { color: rgba(255,255,255,.64); }
.button--line-light { border-color: rgba(255,255,255,.45); background: transparent; color: var(--white); }
.button--line-light:hover { border-color: var(--white); background: var(--white); color: var(--night); }
.collection-hero__visual { position: relative; min-height: 560px; }
.collection-hero__image { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: #eef1ef; box-shadow: 0 32px 80px rgba(0,0,0,.22); }
.collection-hero__image img { width: 100%; height: 100%; object-fit: contain; padding: 7%; mix-blend-mode: multiply; }
.collection-hero__image--1 { inset: 8% 23% 8% 0; z-index: 2; }
.collection-hero__image--2 { top: 0; right: 0; width: 38%; height: 42%; transform: rotate(2deg); }
.collection-hero__image--3 { right: 2%; bottom: 2%; width: 35%; height: 42%; transform: rotate(-2deg); }
.collection-hero__count { position: absolute; right: 29%; bottom: 2%; z-index: 3; display: grid; width: 118px; height: 118px; place-content: center; border-radius: 50%; background: var(--accent); color: var(--white); font: 2.1rem/1 var(--serif); text-align: center; }
.collection-hero__count small { max-width: 75px; margin-top: 7px; font: .55rem/1.25 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.collection-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.collection-intro h2 { font-size: clamp(2.5rem, 4vw, 4.4rem); }
.collection-intro > div:last-child { padding-top: 45px; color: var(--ink-soft); font-size: 1.03rem; }
.systems-section { padding-block: clamp(70px, 8vw, 120px); background: var(--white); }
.compact-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; align-items: end; margin-bottom: 52px; }
.compact-heading h2 { margin: 0; max-width: 850px; font-size: clamp(2.4rem, 3.8vw, 4rem); }
.system-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.system-card { display: grid; min-width: 0; grid-template-columns: .72fr 1.28fr; background: var(--white); }
.system-card__media { position: relative; min-height: 350px; overflow: hidden; background: var(--paper); }
.system-card__media img { width: 100%; height: 100%; object-fit: contain; padding: 9%; mix-blend-mode: multiply; }
.system-card__media span { position: absolute; top: 18px; left: 18px; color: var(--accent); font-size: .65rem; letter-spacing: .14em; }
.system-card__body { padding: 30px; }
.system-card h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 1.55rem; }
.system-card__body > p:not(.product-code) { color: var(--ink-soft); font-size: .78rem; }
.system-specs { margin: 22px 0; border-top: 1px solid var(--line); }
.system-specs div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.system-specs dt { color: var(--ink-soft); font-size: .58rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.system-specs dd { margin: 0; font-size: .72rem; }
.system-card .text-link { font-size: .58rem; }

/* Home — Orthodontic Supply Atelier */
.hero--atelier { position: relative; display: block; min-height: clamp(650px, calc(100vh - 115px), 860px); isolation: isolate; background: var(--night); color: var(--white); }
.hero__backdrop { position: absolute; z-index: -3; inset: 0 0 0 43%; overflow: hidden; }
.hero__backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: contrast(1.06) saturate(.7); transform: scale(1.02); }
.hero__shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #071d27 0%, rgba(7,29,39,.97) 38%, rgba(7,29,39,.64) 62%, rgba(7,29,39,.08) 100%), linear-gradient(0deg, rgba(7,29,39,.46), transparent 45%); }
.hero__atelier-layout { display: grid; min-height: inherit; grid-template-columns: 1.3fr .35fr; gap: 6vw; align-items: center; }
.hero--atelier .hero__copy { display: block; max-width: 870px; padding: 82px 0 118px; }
.hero--atelier .eyebrow { color: #91c9d3; }
.hero--atelier h1 { max-width: 860px; margin-bottom: 26px; font-size: clamp(4rem, 7vw, 7.3rem); }
.hero--atelier h1 em { color: var(--alloy); }
.hero--atelier .hero__copy > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.25vw, 1.22rem); }
.button--alloy { border-color: var(--alloy); background: var(--alloy); color: #10242c; }
.button--alloy:hover { border-color: #d5b071; background: #d5b071; color: #10242c; }
.hero__ledger { align-self: end; margin-bottom: 96px; padding: 24px 0 12px 25px; border-left: 1px solid rgba(255,255,255,.24); }
.hero__ledger > span { display: block; margin-bottom: 26px; color: var(--alloy); font: .62rem/1.2 var(--mono); letter-spacing: .13em; text-transform: uppercase; }
.hero__ledger strong { display: block; margin-top: 16px; font: 2.15rem/1 var(--serif); font-weight: 400; }
.hero__ledger p { margin: 4px 0 0; color: rgba(255,255,255,.55); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__caption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding-left: 43%; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.58); font-size: .59rem; letter-spacing: .1em; text-transform: uppercase; }
.hero__caption span { padding: 16px 20px; border-left: 1px solid rgba(255,255,255,.16); }
.hero__wire { position: absolute; z-index: -1; right: -8vw; bottom: -7vw; width: 58vw; height: 27vw; border: 1px solid rgba(197,154,88,.45); border-top: 0; border-radius: 0 0 50% 50%; transform: rotate(-7deg); }
.hero__wire i { position: absolute; bottom: -6px; width: 11px; height: 11px; border: 2px solid var(--alloy); background: var(--night); transform: rotate(7deg); }
.hero__wire i:nth-child(1) { left: 17%; }.hero__wire i:nth-child(2) { left: 39%; }.hero__wire i:nth-child(3) { left: 61%; }.hero__wire i:nth-child(4) { left: 81%; }
.proof-strip--dark { border-color: rgba(255,255,255,.12); background: #071d27; color: var(--white); }
.proof-strip--dark .proof-grid div { border-color: rgba(255,255,255,.13); }
.proof-strip--dark .proof-grid span { color: var(--alloy); }
.proof-strip--dark .proof-grid b { color: rgba(255,255,255,.86); }

.brand-station { padding: clamp(70px, 8vw, 120px) 0 0; background: var(--paper); }
.brand-station__heading { display: grid; grid-template-columns: .42fr 1fr .68fr; gap: 5vw; align-items: end; margin-bottom: 52px; }
.brand-station__heading h2 { margin: 0; font-size: clamp(2.8rem, 4.6vw, 5rem); }
.brand-station__heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.brand-rail { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid var(--line); background: var(--white); }
.brand-rail a { min-width: 0; min-height: 245px; padding: 26px; border-right: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.brand-rail a:last-child { border-right: 0; }
.brand-rail a:hover { background: var(--night); color: var(--white); }
.brand-rail span { color: var(--alloy); font: .62rem/1 var(--mono); }
.brand-rail strong { display: block; margin: 44px 0 12px; font: 1.75rem/1 var(--serif); font-weight: 400; }
.brand-rail p { min-height: 58px; margin: 0 0 22px; color: var(--ink-soft); font-size: .73rem; }
.brand-rail a:hover p { color: rgba(255,255,255,.6); }
.brand-rail b { color: var(--accent); font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; }
.brand-rail a:hover b { color: #90c6d0; }

.collection-showcase { padding-block: clamp(72px, 8vw, 120px); background: var(--paper); }
.home-collection-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 18px; }
.home-editorial-card { min-width: 0; border: 1px solid var(--line); background: var(--white); }
.home-editorial-card:first-child { grid-row: span 2; }
.home-editorial-card__media { position: relative; display: block; height: 330px; overflow: hidden; background: var(--night); }
.home-editorial-card:first-child .home-editorial-card__media { height: 510px; }
.home-editorial-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.home-editorial-card:hover .home-editorial-card__media img { transform: scale(1.035); }
.home-editorial-card__media span { position: absolute; top: 18px; left: 18px; padding: 7px 9px; background: rgba(7,29,39,.9); color: var(--alloy); font: .62rem/1 var(--mono); }
.home-editorial-card__body { padding: 24px; }
.home-editorial-card__body > p { margin-bottom: 10px; color: var(--accent); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.home-editorial-card__body h3 { min-height: 58px; margin-bottom: 18px; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2.15rem); }
.home-editorial-card:first-child .home-editorial-card__body h3 { font-size: clamp(2rem, 3vw, 3.25rem); }
.home-editorial-card__body > div { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.home-editorial-card__body > div a { display: grid; width: 34px; height: 34px; place-items: center; background: var(--mist); color: var(--accent); font-size: 1rem; }
.support-showcase--compact { padding-block: clamp(72px, 8vw, 120px); }
.workflow-band { padding-block: clamp(72px, 8vw, 120px); background: var(--white); }
.workflow-band__heading { display: grid; grid-template-columns: .5fr 1.5fr; gap: 5vw; align-items: end; margin-bottom: 48px; }
.workflow-band__heading h2 { max-width: 850px; margin: 0; font-size: clamp(2.7rem, 4.3vw, 4.7rem); }
.process-grid--dense article { min-height: 235px; }
.process-grid--dense h3 { margin-top: 42px; }
.sourcing-banner--dark { padding: 0; background: var(--night); }
.sourcing-banner--dark .sourcing-banner__inner { width: 100%; min-height: 520px; background: var(--night); color: var(--white); }
.sourcing-banner--dark .sourcing-banner__copy { padding-left: max(32px, calc((100vw - 1360px) / 2)); }
.sourcing-banner--dark .sourcing-banner__copy p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.sourcing-banner--dark .sourcing-banner__visual::before { background: linear-gradient(90deg, var(--night), transparent 55%); }
.sourcing-banner--dark .sourcing-banner__visual img { filter: contrast(1.05) saturate(.65); }
.cta-band--alloy { background: var(--alloy); color: var(--night); }
.cta-band--alloy .eyebrow { color: rgba(11,39,51,.66); }

.editorial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.editorial-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.editorial-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.numbered-list { counter-reset: item; border-top: 1px solid var(--line); }
.numbered-list article { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.numbered-list article::before { counter-increment: item; content: "0" counter(item); color: var(--accent); font-size: .65rem; letter-spacing: .14em; }
.numbered-list h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 1.5rem; }
.numbered-list p { margin: 0; color: var(--ink-soft); font-size: .84rem; }
.image-statement { position: relative; min-height: 650px; background: var(--mist); overflow: hidden; }
.image-statement img { width: 100%; height: 100%; object-fit: cover; }
.image-statement__label { position: absolute; right: 24px; bottom: 24px; max-width: 310px; padding: 18px; background: rgba(255,255,255,.94); font-size: .72rem; }
.content-band { background: var(--white); }
.three-column { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.three-column article { min-height: 330px; padding: 34px; background: var(--white); }
.three-column span { color: var(--accent); font-size: .65rem; letter-spacing: .14em; }
.three-column h3 { margin-top: 90px; font-family: var(--serif); font-size: 1.7rem; }
.three-column p { color: var(--ink-soft); font-size: .85rem; }
.boundary-note { padding: 30px; border-left: 2px solid var(--accent); background: var(--mist); color: var(--ink-soft); }

.rfq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 9vw; align-items: start; }
.rfq-aside { position: sticky; top: 140px; }
.rfq-aside h2 { font-size: 3.7rem; }
.rfq-aside > p:not(.eyebrow) { color: var(--ink-soft); }
.contact-detail { margin-top: 45px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-detail p { margin: 8px 0; font-size: .82rem; }
.rfq-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 18px; padding: clamp(30px, 4vw, 58px); background: var(--white); box-shadow: var(--shadow); }
.field { display: grid; gap: 8px; }
.field--wide { grid-column: 1 / -1; }
.field label { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); outline: none; }
.field input, .field select { height: 48px; }
.field textarea { min-height: 125px; padding-top: 12px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rfq-form__footer { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 12px; }
.rfq-form__footer p { max-width: 480px; margin: 0; color: var(--ink-soft); font-size: .73rem; }
.rfq-form__footer .button:disabled { cursor: wait; opacity: .55; transform: none; }
.rfq-status { grid-column: 1 / -1; margin: 0; padding: 15px 18px; border-left: 2px solid #a14f3b; background: #fbf2ef; color: #713827; font-size: .78rem; }
.rfq-result { grid-column: 1 / -1; padding: 26px; background: var(--mist); }
.rfq-result h3 { margin: 8px 0 6px; font: 1.45rem/1.25 var(--serif); }
.rfq-result > p:not(.eyebrow) { color: var(--ink-soft); font-size: .8rem; }
.rfq-result pre { overflow: auto; white-space: pre-wrap; font: .75rem/1.65 var(--sans); }
.rfq-result button { border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

.legal { max-width: 900px; }
.legal h1 { font-size: 5rem; }
.legal h2 { margin-top: 60px; font-family: var(--sans); font-size: 1rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal p, .legal li { color: var(--ink-soft); }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 980px); }
  .primary-nav { gap: 18px; }
  .hero { grid-template-columns: 1fr; }
  .hero__copy { min-height: 610px; padding-inline: max(22px, calc((100vw - 980px) / 2)); }
  .hero__media { min-height: 600px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .product-grid, .catalogue-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-grid { grid-template-columns: 1fr; }
  .brand-rail { grid-template-columns: repeat(3, 1fr); }
  .brand-rail a { border-bottom: 1px solid var(--line); }
  .home-collection-grid { grid-template-columns: 1fr 1fr; }
  .home-editorial-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .home-editorial-card:first-child .home-editorial-card__media { height: 430px; }
  .supply-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 34px); }
  .announcement { justify-content: space-between; font-size: .56rem; }
  .announcement span { max-width: 65%; }
  .site-nav { min-height: 70px; }
  .menu-toggle { display: block; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 103px 0 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 34px 24px 30px; background: var(--paper); overflow-y: auto; }
  .primary-nav.is-open { display: flex; }
  .nav-link { padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
  .nav-link::after { display: none; }
  .nav-products .nav-link { display: block; }
  .mega-menu { position: static; display: block; width: auto; padding: 18px 0; border: 0; background: transparent; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .mega-menu > div:first-child { display: none; }
  .mega-menu__links { grid-template-columns: 1fr; }
  .mega-menu__links a { padding: 10px 0; }
  .primary-nav > .button { margin-top: 25px; }
  .hero { min-height: auto; }
  .hero__copy { min-height: 570px; padding-block: 95px 70px; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5.8rem); }
  .hero__media { min-height: 430px; }
  .hero__media img { object-position: 65% center; }
  .hero--atelier { min-height: 720px; }
  .hero__backdrop { inset: 0; opacity: .58; }
  .hero__shade { background: linear-gradient(90deg, rgba(7,29,39,.98), rgba(7,29,39,.66)), linear-gradient(0deg, #071d27 0%, transparent 60%); }
  .hero__atelier-layout { min-height: 720px; grid-template-columns: 1fr; }
  .hero--atelier .hero__copy { min-height: 0; padding: 100px 0 150px; }
  .hero__ledger { display: none; }
  .hero__caption { grid-template-columns: 1fr 1fr; padding-left: 0; }
  .hero__caption span { padding-block: 11px; }
  .hero__wire { right: -35vw; bottom: 4vw; width: 100vw; height: 50vw; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .section-heading, .page-hero__grid, .support-showcase__grid, .editorial-grid, .detail-grid, .detail-support, .rfq-layout, .collection-intro, .compact-heading, .brand-station__heading, .workflow-band__heading { grid-template-columns: 1fr; gap: 32px; }
  .brand-rail { grid-template-columns: 1fr 1fr; }
  .home-collection-grid { grid-template-columns: 1fr 1fr; }
  .category-card--wide { display: block; }
  .category-card--wide .category-card__media { height: 360px; }
  .category-card--wide .category-card__copy { border-top: 1px solid var(--line); border-left: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .sourcing-banner__inner { grid-template-columns: 1fr; }
  .sourcing-banner__visual { min-height: 380px; }
  .cta-band .shell { grid-template-columns: 1fr; gap: 25px; align-items: start; }
  .catalogue-layout { display: block; }
  .filter-panel { position: static; }
  .filter-panel { min-width: 0; margin-bottom: 35px; }
  .filter-panel > div { display: flex; width: 100%; max-width: 100%; gap: 8px; overflow-x: auto; padding-bottom: 10px; }
  .filter-panel button { flex: 0 0 auto; width: auto; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); }
  .product-detail-hero { grid-template-columns: 1fr; }
  .collection-hero__grid { min-height: auto; grid-template-columns: 1fr; }
  .collection-hero__copy { padding: 70px 0 20px; }
  .collection-hero__visual { min-height: 500px; }
  .product-detail-copy { order: -1; }
  .breadcrumb { margin-bottom: 30px; }
  .supply-grid { grid-template-columns: 1fr 1fr; }
  .rfq-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding-block: 18px; }
}

@media (max-width: 560px) {
  .announcement a { display: none; }
  .announcement span { max-width: none; text-align: center; }
  .brand__name { font-size: 1.05rem; }
  .hero__copy { min-height: 540px; }
  .hero__media { min-height: 330px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero--atelier { min-height: 680px; }
  .hero--atelier .hero__copy { padding: 82px 0 135px; }
  .hero--atelier h1 { font-size: clamp(3.3rem, 16vw, 4.8rem); }
  .hero__caption span { font-size: .48rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid div { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .category-grid, .product-grid, .catalogue-grid { grid-template-columns: 1fr; }
  .collection-card__media { height: 270px; }
  .collection-card__body h3, .collection-card__body > p { min-height: 0; }
  .collection-hero h1 { font-size: 3.25rem; }
  .collection-hero__visual { min-height: 390px; }
  .collection-hero__image--1 { inset: 4% 16% 8% 0; }
  .collection-hero__image--2 { width: 34%; height: 35%; }
  .collection-hero__image--3 { width: 32%; height: 35%; }
  .collection-hero__count { right: 22%; width: 92px; height: 92px; font-size: 1.7rem; }
  .system-card { grid-template-columns: 1fr; }
  .system-card__media { min-height: 270px; }
  .brand-rail { grid-template-columns: 1fr; }
  .brand-rail a { min-height: 190px; }
  .brand-rail strong { margin-top: 28px; }
  .brand-rail p { min-height: 0; }
  .home-collection-grid { grid-template-columns: 1fr; }
  .home-editorial-card:first-child { grid-column: auto; }
  .home-editorial-card:first-child .home-editorial-card__media, .home-editorial-card__media { height: 300px; }
  .category-card__media, .category-card--wide .category-card__media { height: 310px; }
  .category-card__copy { grid-template-columns: 28px 1fr 20px; padding-inline: 21px; }
  .product-card__body h3, .product-card__body > p:not(.eyebrow) { min-height: 0; }
  .process-grid, .three-column { grid-template-columns: 1fr; }
  .process-grid article { min-height: 240px; }
  .process-grid h3 { margin-top: 48px; }
  .supply-grid { grid-template-columns: 1fr; }
  .supply-grid div { min-height: 140px; }
  .supply-grid dd { margin-top: 34px; }
  .catalogue-tools { grid-template-columns: 1fr; }
  .rfq-form { grid-template-columns: 1fr; padding: 26px 20px; }
  .field--wide { grid-column: auto; }
  .rfq-form__footer { grid-column: auto; flex-direction: column; align-items: stretch; }
  .rfq-result { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-intro { grid-column: auto; }
  .footer-grid > div:last-child { grid-column: auto; }
  .legal h1 { font-size: 3.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
