:root {
  --ink: #111a23;
  --ink-deep: #091018;
  --bone: #f3efe7;
  --paper: #faf8f3;
  --sand: #e6ddd0;
  --line: #d8cec0;
  --copper: #bb6c4a;
  --copper-light: #d89a78;
  --mint: #9ec8b9;
  --muted: #505a56;
  --serif: "Source Serif 4", Baskerville, "Palatino Linotype", Georgia, serif;
  --sans: "Source Sans 3", "Avenir Next", Avenir, "Gill Sans", "Segoe UI", sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: auto;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.site-shell { overflow: hidden; }
.container { width: min(var(--max), calc(100% - 64px)); margin: 0 auto; }
.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;
}

.site-header {
  align-items: center;
  background: linear-gradient(180deg, rgba(9, 16, 24, .7), transparent);
  border-bottom: 1px solid rgba(243, 239, 231, .18);
  color: var(--bone);
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 max(32px, calc((100vw - var(--max)) / 2));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: background .3s ease, border-color .3s ease, color .3s ease, box-shadow .3s ease;
}
.site-header.is-scrolled {
  background: rgba(243, 239, 231, .95);
  border-bottom-color: rgba(17, 26, 35, .09);
  box-shadow: 0 5px 22px rgba(9, 16, 24, .08);
  color: var(--ink);
  backdrop-filter: blur(16px);
}
.brand { align-items: center; display: inline-flex; gap: 11px; }
.brand-logo { height: 68px; object-fit: contain; width: 78px; }
.brand-logo-dark { filter: invert(1); transition: filter .3s ease; }
.site-header.is-scrolled .brand-logo-dark { filter: none; }
.brand-mark {
  align-items: center; background: var(--ink); color: var(--bone); display: inline-flex;
  font-family: var(--serif); font-size: 15px; height: 29px; justify-content: center; width: 29px;
}
.brand-name { font-size: 23px; font-weight: 700; letter-spacing: -.075em; line-height: 1; }
.brand-name span { color: var(--copper); }
.main-nav { align-items: center; display: flex; gap: 32px; }
.main-nav a { color: rgba(243, 239, 231, .92); font-size: 15px; font-weight: 500; letter-spacing: .01em; transition: color .2s ease; }
.site-header.is-scrolled .main-nav a { color: #555b59; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--copper); }
.main-nav .nav-contact { color: var(--bone); font-weight: 600; }
.site-header.is-scrolled .main-nav .nav-contact { color: var(--ink); }
.nav-contact span { color: var(--copper); font-size: 16px; margin-left: 5px; }
.menu-toggle { display: none; }

.hero-stage {
  align-items: center;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  padding: 120px 0 105px;
  position: relative;
  width: 100%;
}
.hero-slides, .hero-slide, .hero-stage-overlay { inset: 0; position: absolute; }
.hero-slides { z-index: 0; }
.hero-slide {
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.2s ease;
}
.hero-slide.is-active { animation: heroZoom 10s ease-out both; opacity: 1; }
.hero-stage-overlay { background: linear-gradient(90deg, rgba(9, 16, 24, .9), rgba(9, 16, 24, .68) 52%, rgba(9, 16, 24, .8)); z-index: 1; }
.hero-content { color: var(--bone); position: relative; text-align: center; z-index: 2; }
.hero-eyebrow { color: rgba(243, 239, 231, .96); justify-content: center; margin-bottom: 32px; }
.hero-eyebrow .eyebrow-rule { background: var(--copper-light); }
.eyebrow {
  align-items: center; color: var(--muted); display: flex; font-size: 14px; font-weight: 600;
  gap: 10px; letter-spacing: .16em; margin: 0 0 26px; text-transform: uppercase;
}
.eyebrow-rule { background: var(--copper); display: inline-block; height: 1px; width: 28px; }
.eyebrow-copper { color: var(--copper); }
.eyebrow-mint { color: var(--mint); }
.eyebrow-mint .eyebrow-rule { background: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.06em; line-height: .97; }
h1 { font-size: clamp(3.5rem, 7.8vw, 7.65rem); margin: 0 0 34px; }
h1 em, h2 em { color: var(--copper); font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.075em; }
.hero-content { width: min(calc(100% - 64px), 1360px); }
.hero-content h1 { color: var(--bone); font-size: clamp(4.25rem, 8vw, 7.4rem); font-weight: 500; letter-spacing: -.075em; line-height: .94; margin-bottom: 30px; text-shadow: 0 2px 24px rgba(0, 0, 0, .42); }
.hero-content h1 em { color: var(--copper-light); }
.hero-lede { color: #5f6461; font-size: 18px; line-height: 1.55; max-width: 480px; }
.hero-content .hero-lede { color: rgba(243, 239, 231, .96); font-size: clamp(1.1rem, 1.35vw, 1.35rem); font-weight: 400; line-height: 1.5; margin-left: auto; margin-right: auto; max-width: 800px; text-shadow: 0 1px 12px rgba(0, 0, 0, .42); }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 38px; }
.hero-content .hero-actions { justify-content: center; }
.hero-content .button { font-size: 14px; min-width: 230px; padding: 19px 21px; }
.button {
  align-items: center; display: inline-flex; font-size: 14px; font-weight: 600; gap: 25px;
  justify-content: space-between; letter-spacing: .08em; min-width: 190px; padding: 16px 18px; text-transform: uppercase;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--bone); }
.button-dark:hover, .button-dark:focus-visible { background: var(--copper); }
.button-light { background: var(--bone); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: white; }
.text-link { border-bottom: 1px solid var(--copper); color: var(--ink); font-size: 15px; padding-bottom: 5px; }
.text-link span { color: var(--copper); font-size: 16px; margin-left: 7px; }
.hero-text-link { border-color: var(--copper-light); color: var(--bone); font-weight: 500; }
.hero-notes { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 24px; margin-top: 66px; padding-top: 16px; }
.hero-content .hero-notes { border-color: rgba(243, 239, 231, .35); justify-content: center; margin-left: auto; margin-right: auto; max-width: 690px; }
.hero-notes span { color: #777a77; font-size: 14px; letter-spacing: .02em; }
.hero-notes span::before { color: var(--copper); content: "•"; margin-right: 7px; }
.hero-content .hero-notes span { color: rgba(243, 239, 231, .9); font-weight: 400; }
.hero-content .hero-notes span::before { color: var(--copper-light); }
.hero-bottom-bar { align-items: center; bottom: 25px; color: rgba(243, 239, 231, .86); display: grid; font-size: 12px; grid-template-columns: 1fr auto 1fr; left: max(32px, calc((100vw - var(--max)) / 2)); letter-spacing: .13em; position: absolute; right: max(32px, calc((100vw - var(--max)) / 2)); text-transform: uppercase; z-index: 2; }
.hero-counter strong { color: var(--copper-light); font-size: 15px; letter-spacing: .03em; }
.hero-scroll-note { font-weight: 500; text-align: center; }
.hero-dots { display: flex; gap: 6px; justify-self: end; }
.hero-dots i { background: rgba(243, 239, 231, .4); display: block; height: 1px; width: 22px; }
.hero-dots i.is-active { background: var(--copper-light); }
.hero-visual { min-width: 0; position: relative; }
.visual-frame { aspect-ratio: .98; background: var(--ink); overflow: hidden; position: relative; }
.visual-frame::after { background: linear-gradient(180deg, transparent 65%, rgba(9, 16, 24, .75)); content: ""; inset: 0; position: absolute; }
.visual-frame img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.visual-caption { bottom: 20px; color: var(--bone); display: flex; font-size: 10px; justify-content: space-between; left: 22px; letter-spacing: .08em; position: absolute; right: 22px; text-transform: uppercase; z-index: 1; }
.visual-stamp { align-items: center; background: var(--copper); bottom: -24px; color: var(--bone); display: flex; font-family: var(--serif); font-size: 25px; height: 58px; justify-content: center; position: absolute; right: -24px; width: 58px; z-index: 2; }
.visual-frame::before { border: 1px solid rgba(187, 108, 74, .55); content: ""; inset: 16px; pointer-events: none; position: absolute; z-index: 1; }

.signal-row { background: var(--ink); color: var(--bone); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal-grid p { border-right: 1px solid rgba(243, 239, 231, .15); font-size: 14px; font-weight: 400; letter-spacing: .01em; margin: 0; padding: 25px 25px 25px 0; }
.signal-grid p + p { padding-left: 25px; }
.signal-grid p:last-child { border: 0; }
.signal-index { color: var(--copper-light); font-size: 12px; margin-right: 13px; }

.vertical { padding: 150px 0 165px; }
.editorial { background: var(--paper); }
.vertical-heading { display: grid; gap: 30px; grid-template-columns: 90px minmax(0, 1fr); }
.section-number { color: var(--copper); font-size: 13px; font-weight: 600; letter-spacing: .16em; padding-top: 5px; }
h2 { font-size: clamp(3.3rem, 6.1vw, 6.2rem); margin-bottom: 30px; }
.section-intro { color: #4d5652; font-size: 18px; font-weight: 400; line-height: 1.55; max-width: 610px; }
.editorial-body { display: grid; gap: clamp(42px, 8vw, 120px); grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr); margin-top: 112px; }
.editorial-manifesto { border-top: 1px solid var(--copper); padding-top: 19px; }
.manifesto-kicker { color: var(--copper); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.manifesto-quote { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.75rem); letter-spacing: -.045em; line-height: 1.08; max-width: 360px; }
.manifesto-foot { border-top: 1px solid var(--line); color: var(--muted); display: flex; flex-direction: column; font-size: 13px; gap: 6px; margin-top: 70px; padding-top: 13px; }
.manifesto-foot span::before { color: var(--copper); content: "—"; margin-right: 8px; }
.service-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.service-card { border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 322px; padding: 21px 20px 18px; position: relative; transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.service-card:hover { background: var(--sand); border-color: var(--copper-light); transform: translateY(-5px); }
.card-index { color: var(--copper); font-size: 12px; font-weight: 600; letter-spacing: .13em; }
.service-card h3 { font-size: clamp(1.45rem, 2.2vw, 2.05rem); font-weight: 500; letter-spacing: -.06em; line-height: 1.02; margin: 63px 0 19px; }
.service-card p { color: #4d5652; font-size: 16px; font-weight: 400; line-height: 1.5; }
.card-arrow { color: var(--copper); font-size: 20px; margin-top: auto; }

.media-lab { background: var(--ink); color: var(--bone); }
.media-lab .section-intro { color: #c5ccc7; }
.media-lab h2 em { color: var(--mint); }
.media-heading .section-number { color: var(--mint); }
.lab-layout { display: grid; gap: clamp(46px, 9vw, 140px); grid-template-columns: minmax(300px, .8fr) minmax(0, 1fr); margin-top: 105px; }
.lab-board { align-self: start; background: var(--ink-deep); border: 1px solid rgba(158, 200, 185, .45); min-height: 490px; padding: 17px; position: relative; }
.board-topline, .board-bottomline { color: var(--mint); display: flex; font-size: 12px; justify-content: space-between; letter-spacing: .14em; text-transform: uppercase; }
.board-bottomline { bottom: 17px; left: 17px; position: absolute; right: 17px; }
.board-process { display: grid; gap: 10px; grid-template-columns: repeat(4, 1fr); margin: 130px 12px 0; }
.process-step { border-top: 1px solid rgba(158, 200, 185, .68); min-width: 0; padding: 16px 8px 0 0; position: relative; }
.process-step:not(:last-child)::after { color: var(--mint); content: "→"; font-size: 20px; position: absolute; right: -5px; top: 11px; }
.process-step > span { color: var(--mint); display: block; font-size: 12px; letter-spacing: .1em; margin-bottom: 22px; }
.process-step strong { color: var(--bone); display: block; font-family: var(--serif); font-size: clamp(1.15rem, 1.45vw, 1.55rem); font-weight: 400; letter-spacing: -.045em; line-height: 1.05; overflow-wrap: normal; }
.process-step small { color: rgba(243, 239, 231, .66); display: block; font-size: 13px; margin-top: 9px; }
.lab-services { border-top: 1px solid rgba(243, 239, 231, .2); }
.lab-service { border-bottom: 1px solid rgba(243, 239, 231, .2); padding: 22px 0 25px; }
.lab-service-title { align-items: baseline; display: flex; gap: 18px; }
.lab-service-title span { color: var(--mint); font-size: 12px; letter-spacing: .08em; }
.lab-service h3 { font-size: clamp(1.4rem, 2.2vw, 2.05rem); font-weight: 500; letter-spacing: -.055em; margin: 0; }
.lab-service p { color: #c0c8c2; font-size: 16px; font-weight: 400; line-height: 1.5; margin: 13px 0 0 30px; max-width: 475px; }

.method { background: var(--bone); padding: 150px 0 160px; }
.method-heading { display: grid; grid-template-columns: 1fr 1fr; }
.method-heading h2 { margin: 0; }
.method-heading h2 em { color: var(--ink); }
.method-list { border-top: 1px solid var(--ink); margin-top: 96px; }
.method-step { align-items: flex-start; border-bottom: 1px solid var(--line); display: grid; gap: 40px; grid-template-columns: 110px 1fr; padding: 28px 0; }
.method-number { color: var(--copper); font-size: 12px; font-weight: 600; letter-spacing: .14em; }
.method-step h3 { font-size: 28px; font-weight: 500; letter-spacing: -.05em; margin-bottom: 6px; }
.method-step p { color: var(--muted); font-size: 16px; margin: 0; max-width: 475px; }

.contact { background: var(--copper); color: var(--bone); padding: 120px 0 136px; }
.contact-inner { max-width: 820px; margin-left: max(32px, calc((100vw - var(--max)) / 2)); }
.contact .eyebrow { color: var(--bone); }
.contact .eyebrow-rule { background: var(--bone); }
.contact h2 { font-size: clamp(3.5rem, 7vw, 7rem); margin-bottom: 28px; }
.contact h2 em { color: var(--ink); }
.contact p:not(.eyebrow) { color: rgba(243, 239, 231, .86); font-size: 18px; max-width: 580px; }
.contact .button { margin-top: 28px; }
.site-footer { background: var(--ink-deep); color: var(--bone); padding: 29px 0; }
.footer-grid { align-items: end; display: grid; gap: 32px; grid-template-columns: 1.2fr 1fr 1fr; }
.footer-brand .brand-name { color: var(--bone); }
.footer-logo { filter: invert(1); height: 64px; object-fit: contain; width: 78px; }
.footer-brand p, .footer-meta { color: #aeb7b2; font-size: 14px; letter-spacing: .01em; line-height: 1.45; margin: 7px 0 0; }
.footer-brand p { max-width: 440px; }
.footer-meta { display: flex; flex-direction: column; gap: 5px; }
.footer-right { align-items: flex-end; text-align: right; }
.footer-right a { color: var(--bone); }

.published-works { border-top: 1px solid rgba(17, 26, 35, .2); display: grid; gap: 40px; grid-template-columns: minmax(180px, .72fr) 2fr; margin-top: 70px; padding-top: 25px; }
.published-heading { align-items: start; display: flex; flex-direction: column; gap: 13px; }
.published-heading .eyebrow { margin: 0; }
.published-heading > p:last-child { color: #6c716e; font-size: 14px; line-height: 1.4; margin: 0; max-width: 190px; }
.published-grid { display: grid; gap: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.published-card { align-items: center; border-bottom: 1px solid rgba(17, 26, 35, .2); border-top: 1px solid rgba(17, 26, 35, .2); display: grid; gap: 16px; grid-template-columns: 30px 1fr auto; min-height: 0; padding: 19px 0; }
.published-card + .published-card { border-left: 1px solid rgba(17, 26, 35, .2); padding-left: 20px; }
.published-card .card-index { color: var(--copper); font-size: 13px; letter-spacing: .12em; }
.published-card h3 { font-family: var(--serif); font-size: clamp(1.2rem, 1.7vw, 1.55rem); font-weight: 400; letter-spacing: -.025em; line-height: 1.08; margin: 0 0 6px; }
.published-card h3 em { color: var(--copper); font-style: italic; }
.published-card p { color: #6c716e; font-size: 13px; margin: 0; }
.published-card .text-link { font-size: 13px; white-space: nowrap; }

.legal-page { background: var(--bone); color: var(--ink); min-height: 100vh; }
.legal-header { background: var(--ink-deep); position: relative; }
.legal-back { color: var(--bone); font-size: 14px; letter-spacing: .04em; }
.legal-back span { color: var(--copper-light); margin-left: 7px; }
.legal-main { padding: 100px 0 130px; }
.legal-wrap { margin: 0 auto; max-width: 780px; width: min(780px, calc(100% - 42px)); }
.legal-wrap h1 { color: var(--ink); font-family: var(--serif); font-size: clamp(4rem, 9vw, 7rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; margin: 24px 0 90px; }
.legal-wrap h1 em { color: var(--copper); font-style: italic; }
.legal-section { border-top: 1px solid rgba(17, 26, 35, .2); padding: 28px 0 30px; }
.legal-section h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 0 0 16px; }
.legal-section p { color: #46515a; font-size: 17px; line-height: 1.65; margin: 0 0 12px; max-width: 700px; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a { color: var(--copper); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { background: var(--ink-deep); display: flex; gap: 30px; justify-content: space-between; padding: 24px max(21px, calc((100% - var(--max)) / 2)); }
.legal-footer a { color: var(--bone); font-size: 14px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

@keyframes heroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}

:focus-visible { outline: 2px solid var(--copper); outline-offset: 4px; }

@media (min-width: 681px) {
  .process-step strong { white-space: nowrap; }
}

@media (max-width: 900px) {
  .container { width: min(var(--max), calc(100% - 42px)); }
  .site-header { padding: 0 21px; }
  .main-nav { gap: 21px; }
  .hero-stage { padding-bottom: 95px; padding-top: 105px; }
  .hero-content { width: min(calc(100% - 42px), 900px); }
  .hero-content h1 { font-size: clamp(3.9rem, 9vw, 6.25rem); }
  h1 { font-size: clamp(3.4rem, 8vw, 5.5rem); }
  .hero-lede { font-size: 16px; }
  .editorial-body, .lab-layout { gap: 52px; grid-template-columns: 1fr; }
  .editorial-manifesto { max-width: 520px; }
  .service-card { min-height: 270px; }
  .service-card h3 { margin-top: 45px; }
  .lab-board { max-width: 560px; min-height: 420px; }
  .contact-inner { margin-left: auto; margin-right: auto; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 36px); }
  .site-header { height: 72px; }
  .menu-toggle { background: transparent; border: 0; display: flex; flex-direction: column; gap: 5px; padding: 8px 0 8px 8px; }
  .menu-toggle span:not(.sr-only) { background: var(--bone); display: block; height: 1px; transition: background .2s ease, transform .2s ease; width: 24px; }
  .site-header.is-scrolled .menu-toggle span:not(.sr-only) { background: var(--ink); }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { align-items: flex-start; background: var(--ink); flex-direction: column; gap: 26px; inset: 72px 0 auto; padding: 36px 18px 42px; position: fixed; transform: translateY(-150%); transition: transform .3s ease; }
  .main-nav a { color: var(--bone); }
  .site-header.is-scrolled .main-nav { background: var(--bone); }
  .site-header.is-scrolled .main-nav a { color: #555b59; }
  .main-nav.is-open { box-shadow: 0 24px 35px rgba(9, 16, 24, .1); transform: translateY(0); }
  .main-nav a { font-size: 17px; }
  .main-nav .nav-contact { margin-top: 6px; }
  .hero-stage { min-height: 100svh; padding-bottom: 88px; padding-top: 105px; }
  .hero-content { width: calc(100% - 36px); }
  .hero-eyebrow { font-size: 12px; margin-bottom: 24px; }
  .hero-content h1 { font-size: clamp(3.45rem, 15vw, 5.6rem); line-height: .96; margin-bottom: 24px; }
  .hero-content .hero-lede { font-size: 17px; }
  .hero-content .button { font-size: 13px; min-width: 205px; padding: 17px 18px; }
  .hero-text-link { font-size: 15px; }
  .hero-notes { gap: 14px 20px; margin-top: 52px; }
  .hero-notes span { font-size: 13px; }
  .hero-bottom-bar { bottom: 21px; grid-template-columns: auto 1fr auto; left: 18px; right: 18px; }
  .hero-scroll-note { display: none; }
  .signal-grid { display: block; }
  .signal-grid p, .signal-grid p + p { border-bottom: 1px solid rgba(243, 239, 231, .15); border-right: 0; padding: 17px 0; }
  .signal-grid p:last-child { border-bottom: 0; }
  .vertical, .method { padding: 93px 0 100px; }
  .vertical-heading { display: block; }
  .section-number { margin-bottom: 29px; }
  h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .section-intro { font-size: 17px; }
  .editorial-body, .lab-layout { margin-top: 66px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .service-card h3 { margin-top: 38px; }
  .manifesto-foot { margin-top: 46px; }
  .lab-board { min-height: 410px; }
  .board-topline { align-items: flex-start; font-size: 10px; gap: 10px; letter-spacing: .1em; line-height: 1.2; }
  .board-topline span:last-child { max-width: 132px; text-align: right; }
  .board-process { gap: 24px 10px; grid-template-columns: repeat(2, 1fr); margin-top: 58px; }
  .process-step:not(:last-child)::after { display: none; }
  .process-step > span { margin-bottom: 13px; }
  .process-step strong { font-size: 1.65rem; }
  .board-bottomline { bottom: auto; font-size: 10px; gap: 4px; left: auto; margin: 42px 12px 0; padding-top: 14px; position: relative; right: auto; }
  .lab-service-title { gap: 12px; }
  .lab-service h3 { font-size: 1.5rem; }
  .lab-service p { margin-left: 0; }
  .method-heading { display: block; }
  .method-heading h2 { margin-top: 50px; }
  .method-list { margin-top: 63px; }
  .method-step { gap: 17px; grid-template-columns: 46px 1fr; }
  .method-step h3 { font-size: 24px; }
  .method-step p { font-size: 16px; }
  .contact { padding: 92px 0 100px; }
  .contact h2 { font-size: clamp(3.2rem, 14vw, 5.2rem); }
  .contact p:not(.eyebrow) { font-size: 16px; }
  .footer-grid { align-items: start; grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-meta { grid-column: 1 / -1; }
  .footer-right { align-items: flex-start; grid-column: 1 / -1; text-align: left; }
  .published-works { display: block; margin-top: 58px; }
  .published-heading { gap: 10px; margin-bottom: 21px; }
  .published-heading > p:last-child { max-width: 360px; }
  .published-grid { grid-template-columns: 1fr; }
  .published-card { grid-template-columns: 28px 1fr auto; padding: 16px 0; }
  .published-card + .published-card { border-left: 0; padding-left: 0; }
  .published-card h3 { font-size: 1.25rem; }
  .published-card .text-link { font-size: 12px; }
  .legal-header { height: 72px; }
  .legal-main { padding: 72px 0 90px; }
  .legal-wrap { width: calc(100% - 36px); }
  .legal-wrap h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); margin-bottom: 64px; }
  .legal-section h2 { font-size: 25px; }
  .legal-section p { font-size: 16px; }
  .legal-footer { padding: 22px 18px; }
}

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