:root {
  --ink: #1c241f;
  --ink-soft: #4f5a53;
  --paper: #f8f7f2;
  --mist: #ecefe9;
  --sage: #cfdb91;
  --sage-deep: #74824e;
  --line: #d8ddd5;
  --white: #ffffff;
  --radius: 2px;
  --shell: min(1440px, calc(100% - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body:has(dialog[open]) { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
h1, h2, h3 { letter-spacing: -.055em; line-height: .98; font-weight: 540; }
h1 { font-size: clamp(3.8rem, 7.7vw, 8.4rem); }
h2 { font-size: clamp(2.6rem, 5vw, 5.4rem); }
h3 { font-size: 1.55rem; line-height: 1.1; }
p { color: var(--ink-soft); }
::selection { background: var(--sage); color: var(--ink); }
:focus-visible { outline: 2px solid var(--sage-deep); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(88px, 10vw, 156px); }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark p { color: #bfc8c1; }
.section-mist { background: var(--mist); }
.section-line { border-block: 1px solid var(--line); }
.no-top { padding-top: 12px; }
.kicker {
  display: inline-block;
  color: var(--sage-deep);
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}
.section-dark .kicker { color: var(--sage); }
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--white);
  padding: 12px 18px;
  border: 1px solid var(--ink);
}
.skip-link:focus { top: 16px; }
.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 {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(216,221,213,.85);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-lockup img { width: 76px; height: auto; object-fit: contain; }
.brand-lockup span { display: grid; line-height: 1.1; }
.brand-lockup strong { font-size: .98rem; letter-spacing: .01em; }
.brand-lockup small { margin-top: 5px; color: #717a74; font-size: .63rem; letter-spacing: .075em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 25px; margin-left: auto; }
.site-nav a { position: relative; padding: 31px 0 28px; color: #5c665f; font-size: .77rem; font-weight: 650; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 20px; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.points-pill { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 0 14px; border: 1px solid var(--line); font-size: .7rem; }
.points-pill span { color: #727b75; text-transform: uppercase; letter-spacing: .09em; }
.points-pill strong { font-size: .86rem; }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin-block: 5px; background: var(--ink); }

.button, .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 720;
  letter-spacing: .02em;
}
.button { padding: 13px 23px; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #303c34; }
.button-sage { background: var(--sage); color: var(--ink); }
.button-sage:hover { background: #deeba0; }
.text-link { min-height: 38px; padding: 0; background: transparent; border-bottom: 1px solid #aeb5af; border-radius: 0; }
.text-link:hover { border-color: var(--ink); }
.text-link-light { color: var(--white); border-color: #707a73; }
.text-link-light:hover { border-color: var(--sage); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

.hero { min-height: min(860px, calc(100vh - 86px)); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); align-items: center; padding-block: clamp(54px, 7vw, 104px); }
.hero-copy { display: grid; gap: 32px; }
.hero-copy h1 { font-size: clamp(4.2rem, 7.5vw, 8rem); }
.hero-copy > p { max-width: 620px; font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; }
.hero-facts dt { font-size: 1.65rem; letter-spacing: -.04em; }
.hero-facts dd { color: #747e77; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-mosaic { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 650px; }
.hero-mosaic a { overflow: hidden; background: var(--paper); }
.hero-mosaic a img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.hero-mosaic a:hover img { transform: scale(1.018); }
.hero-tall { grid-row: span 2; }
.hero-mark { position: absolute; right: 24px; bottom: 24px; width: 110px; padding: 15px; background: rgba(255,255,255,.88); }

.split-intro { display: grid; grid-template-columns: 1fr .75fr; gap: clamp(55px, 10vw, 170px); align-items: end; }
.split-intro h2 { margin-top: 24px; }
.split-intro > div:last-child { display: grid; justify-items: start; gap: 28px; }
.split-intro p { max-width: 650px; font-size: 1.08rem; }
.section-head { display: grid; grid-template-columns: 1fr minmax(290px, .45fr); gap: 60px; align-items: end; margin-bottom: 58px; }
.section-head h2 { margin-top: 20px; }
.section-head > div:last-child, .section-head > p { display: grid; justify-items: start; gap: 25px; }
.section-head.compact h2 { font-size: clamp(2.4rem, 4.1vw, 4.4rem); }

.design-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px 18px; }
.design-card { min-width: 0; }
.design-image-link { position: relative; display: block; overflow: hidden; background: var(--paper); aspect-ratio: 3 / 4; }
.design-image-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.design-image-link:hover img { transform: scale(1.018); }
.image-status { position: absolute; left: 12px; bottom: 12px; padding: 7px 9px; background: rgba(255,255,255,.9); color: var(--ink); font-size: .58rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.design-card-copy { display: grid; gap: 17px; padding-top: 21px; }
.design-card-copy h2 { margin-top: 7px; font-size: clamp(1.65rem, 2.3vw, 2.35rem); }
.design-card-copy p { max-width: 43ch; font-size: .88rem; }
.design-card-copy .text-link { justify-self: start; }

.engineering-feature { display: grid; grid-template-columns: 1fr .92fr; gap: clamp(55px, 9vw, 145px); align-items: center; }
.engineering-image { background: #e3e6df; }
.engineering-image img { width: 100%; }
.engineering-feature > div:last-child { display: grid; justify-items: start; gap: 27px; }
.engineering-feature h2 { font-size: clamp(3rem, 5.3vw, 5.8rem); }
.number-list { width: 100%; margin: 8px 0; padding: 0; list-style: none; }
.number-list li { display: grid; grid-template-columns: 58px 1fr; padding: 15px 0; border-top: 1px solid #cdd2ca; font-size: .9rem; }
.number-list span { color: var(--sage-deep); font-size: .68rem; font-weight: 750; }

.factory-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.factory-strip a { display: grid; gap: 13px; color: var(--ink-soft); font-size: .8rem; }
.factory-strip img { width: 100%; aspect-ratio: 1.3; object-fit: cover; background: var(--paper); }
.credits-band { position: relative; overflow: hidden; display: grid; grid-template-columns: 150px 1fr auto; gap: clamp(36px, 7vw, 110px); align-items: center; padding: clamp(44px, 6vw, 82px); background: var(--ink); color: var(--white); }
.credits-band > img { width: 145px; opacity: .8; }
.credits-band h2 { margin: 18px 0 20px; font-size: clamp(2.8rem, 5vw, 5.3rem); }
.credits-band p { max-width: 590px; color: #c1cac3; }
.credit-figure { display: grid; justify-items: start; gap: 10px; min-width: 180px; }
.credit-figure strong, .credit-note strong { font-size: clamp(4rem, 7vw, 7rem); font-weight: 520; line-height: .85; letter-spacing: -.075em; }
.credit-figure span, .credit-note span { color: #aeb8b0; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.credit-figure .button { margin-top: 20px; }

.process-grid { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(60px, 11vw, 180px); }
.process-grid h2 { margin-top: 20px; }
.process-grid > div > p { margin-top: 24px; }
.process-grid ol { margin: 0; padding: 0; list-style: none; }
.process-grid li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid #49534c; }
.process-grid li > span { color: var(--sage); font-size: .68rem; font-weight: 750; }
.process-grid strong { font-size: 1.08rem; }
.process-grid li p { margin-top: 5px; font-size: .85rem; }
.section-line .process-grid li { border-color: var(--line); }
.section-line .process-grid li > span { color: var(--sage-deep); }
.section-line .process-grid li p { color: var(--ink-soft); }
.closing-cta { display: grid; justify-items: center; gap: 31px; padding-block: clamp(100px, 14vw, 210px); text-align: center; }
.closing-cta h2 { font-size: clamp(3.6rem, 8vw, 8.8rem); }
.closing-cta > div { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 28px; }
.closing-cta > div > a { font-size: .82rem; border-bottom: 1px solid var(--line); }

.route-hero { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; padding-block: clamp(82px, 10vw, 150px); border-bottom: 1px solid var(--line); }
.route-hero > div { display: grid; grid-template-columns: 1fr minmax(260px, .42fr); gap: 45px; align-items: end; }
.route-hero h1 { font-size: clamp(4rem, 7.4vw, 8.1rem); }
.route-hero p { font-size: 1.03rem; }
.collection-tools { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 32px 56px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filters button { min-height: 42px; padding: 9px 15px; border: 1px solid var(--line); background: var(--white); cursor: pointer; font-size: .72rem; }
.filters button[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--white); }
.collection-tools > p { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }

.factory-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 78px 22px; }
.factory-card { display: grid; justify-items: start; gap: 15px; }
.factory-image { width: 100%; background: var(--paper); overflow: hidden; }
.factory-image img { width: 100%; aspect-ratio: 1.35; object-fit: cover; transition: transform .4s; }
.factory-card:hover img { transform: scale(1.015); }
.factory-card h2 { font-size: clamp(2rem, 3.4vw, 3.7rem); }
.factory-card p { max-width: 60ch; }

.studio-layout { display: grid; grid-template-columns: minmax(300px, .8fr) 1.2fr; gap: clamp(48px, 9vw, 140px); align-items: start; }
.studio-visual { position: sticky; top: 118px; display: grid; gap: 18px; }
.studio-visual img { width: 100%; background: var(--paper); }
.studio-visual > div { display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; align-items: end; padding: 24px; background: var(--ink); color: var(--white); }
.studio-visual strong { grid-row: span 2; font-size: 3.5rem; line-height: 1; letter-spacing: -.06em; }
.studio-visual span { color: var(--sage); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.studio-visual small { color: #bdc6bf; }
.studio-form, .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 16px; }
.form-heading { grid-column: 1 / -1; margin-bottom: 18px; }
.form-heading h2 { margin-top: 16px; font-size: clamp(2.6rem, 4.5vw, 4.9rem); }
label { display: grid; gap: 8px; color: #4e5851; font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
input, select, textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid #cdd3cb; border-radius: 0; background: var(--white); color: var(--ink); font-size: .86rem; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--sage-deep); outline: 1px solid var(--sage-deep); outline-offset: 0; }
.full { grid-column: 1 / -1; }
.file-field { padding: 18px; border: 1px dashed #bec6bc; }
.file-field input { padding: 8px 0; border: 0; min-height: auto; }
.file-field span, .form-note { color: #737d76; font-size: .7rem; font-weight: 400; }
.form-note { min-height: 1.4em; margin: 0; }

.anatomy-gallery .section-head > p { max-width: 52ch; }
.component-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.component-grid figure { background: var(--paper); }
.component-grid img { width: 100%; }
.component-grid figcaption { padding: 14px 16px; color: var(--ink-soft); font-size: .75rem; }
.capability-section .section-head > p { max-width: 58ch; }
.capability-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #cdd2ca; border: 1px solid #cdd2ca; }
.capability-grid article { min-height: 270px; padding: clamp(26px, 3.2vw, 44px); background: var(--white); }
.capability-grid article > span { color: var(--sage-deep); font-size: .65rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.capability-grid h3 { margin: 46px 0 16px; font-size: clamp(1.55rem, 2.35vw, 2.5rem); line-height: 1.02; }
.capability-grid p { font-size: .84rem; }
.capability-note { max-width: 74ch; margin-top: 20px; color: #69736c; font-size: .72rem; }
.rights-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 12vw, 190px); }
.rights-panel h2 { margin: 20px 0 26px; }
.rights-panel > div:last-child { align-self: end; padding: 36px; background: var(--paper); }
.rights-panel h3 { margin-bottom: 18px; }
.rights-panel .button { margin-top: 26px; }

.credits-hero { padding-block: clamp(90px, 12vw, 180px); }
.credits-hero .shell { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; }
.credits-hero h1 { font-size: clamp(4.1rem, 9vw, 9.8rem); }
.credits-hero h1 span { color: var(--sage); }
.credits-hero p { max-width: 580px; margin-top: 32px; font-size: 1.08rem; }
.credit-rules { display: grid; grid-template-columns: .6fr 1fr; gap: 80px; }
.credit-rules h2 { margin-top: 20px; }
.credit-rules dl { display: grid; }
.credit-rules dl > div { display: grid; grid-template-columns: 130px 1fr; align-items: baseline; padding: 22px 0; border-top: 1px solid var(--line); }
.credit-rules dt { font-size: 2.3rem; letter-spacing: -.05em; }
.credit-rules dd { color: var(--ink-soft); }
.credit-note { display: grid; justify-items: start; gap: 12px; padding: 44px; background: var(--ink); color: var(--white); }
.credit-note .button { margin-top: 22px; }

.contact-layout { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(60px, 12vw, 190px); }
.contact-layout h2 { margin: 20px 0 38px; }
.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { padding: 15px 0; border-top: 1px solid var(--line); color: var(--ink-soft); }
.contact-card { display: grid; justify-items: start; align-content: start; gap: 17px; padding: clamp(32px, 5vw, 65px); background: var(--ink); color: var(--white); }
.contact-card img { width: 155px; margin-bottom: 34px; filter: brightness(0) invert(1); }
.contact-card > span { color: var(--sage); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-card .contact-role { margin-top: 22px; }
.contact-card > a { overflow-wrap: anywhere; font-size: clamp(1.25rem, 2vw, 2rem); border-bottom: 1px solid #788078; }
.contact-card p { color: #bcc5be; }
.contact-card .button { margin-top: 16px; }

.legal-hero { padding-block: clamp(90px, 11vw, 170px); border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 1100px; margin: 25px 0 32px; }
.legal-page { max-width: 870px; padding-block: clamp(70px, 9vw, 130px); }
.legal-page h2 { margin: 55px 0 18px; font-size: 2.1rem; }
.legal-page h2:first-child { margin-top: 0; }
.legal-page p { font-size: 1.02rem; }
.legal-page a { border-bottom: 1px solid var(--line); }

.detail-hero { padding-block: 42px clamp(80px, 9vw, 140px); }
.back-link { display: inline-flex; margin-bottom: 38px; color: var(--ink-soft); font-size: .75rem; border-bottom: 1px solid var(--line); }
.detail-hero-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); align-items: center; }
.detail-copy { display: grid; justify-items: start; gap: 27px; }
.detail-copy h1 { font-size: clamp(4rem, 7vw, 7.6rem); }
.detail-lead { max-width: 570px; font-size: 1.12rem; }
.detail-hero figure { background: var(--paper); }
.detail-hero figure img { width: 100%; }
.detail-hero figcaption { padding: 11px 15px; color: var(--ink-soft); font-size: .67rem; }
.spec-list { width: 100%; }
.spec-list > div { display: grid; grid-template-columns: 125px 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.spec-list dt { color: #727c75; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.spec-list dd { font-size: .83rem; }
.status-chip { display: inline-flex; padding: 5px 8px; background: #e6ead7; color: #526039; font-size: .6rem; font-weight: 800; letter-spacing: .07em; }
.detail-sections { display: grid; grid-template-columns: .65fr 1fr; gap: clamp(60px, 10vw, 160px); }
.detail-sections h2 { margin: 20px 0 25px; }
.parts-list { margin: 0; padding: 0; list-style: none; }
.parts-list li { display: grid; grid-template-columns: 60px 1fr; padding: 16px 0; border-top: 1px solid #cbd1c8; font-size: .92rem; }
.parts-list span { color: var(--sage-deep); font-size: .68rem; font-weight: 750; }
.compact-rights h2 { font-size: clamp(3.2rem, 5vw, 5.5rem); }
.check-list { margin: 0; padding-left: 19px; color: var(--ink-soft); }
.check-list li { margin: 9px 0; padding-left: 5px; }
.feature-list { width: 100%; display: grid; }
.feature-list a { display: grid; grid-template-columns: 80px 1fr auto; gap: 18px; align-items: baseline; padding: 18px 0; border-top: 1px solid #49534c; }
.feature-list span, .feature-list small { color: #aeb8b0; font-size: .67rem; }
.feature-list strong { font-size: 1rem; }

.site-footer { padding-top: 78px; background: #121915; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .55fr .75fr; gap: clamp(45px, 9vw, 130px); padding-bottom: 70px; }
.footer-brand small { color: #9da69f; }
.footer-note { max-width: 420px; margin-top: 25px; color: #98a39b; font-size: .83rem; }
.footer-grid nav, .footer-contact { display: grid; align-content: start; justify-items: start; gap: 12px; }
.footer-grid nav a { color: #c6cec8; font-size: .78rem; }
.footer-grid nav a:hover { color: var(--sage); }
.footer-contact > span { color: var(--sage); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-contact > span:not(:first-child) { margin-top: 9px; }
.footer-contact > a { overflow-wrap: anywhere; border-bottom: 1px solid #657068; font-size: .86rem; }
.footer-contact .text-link { color: var(--white); border-color: #657068; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid #364039; color: #8e9991; font-size: .66rem; letter-spacing: .04em; }

.dialog { width: min(780px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; background: var(--white); color: var(--ink); overflow: auto; }
.dialog::backdrop { background: rgba(17,24,19,.72); backdrop-filter: blur(4px); }
.dialog-head { position: sticky; top: 0; z-index: 2; display: flex; justify-content: space-between; align-items: start; gap: 30px; padding: 28px 34px; background: var(--white); border-bottom: 1px solid var(--line); }
.dialog-head h2 { margin-top: 8px; font-size: 2.6rem; }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); background: var(--white); cursor: pointer; font-size: 1.5rem; }
.dialog-intro { padding: 28px 34px 0; }
.dialog-intro a { border-bottom: 1px solid var(--line); }
.dialog .form-grid { padding: 28px 34px 36px; }
.redirect-page { min-height: 100vh; display: grid; place-content: center; justify-items: center; gap: 25px; padding: 30px; text-align: center; }
.redirect-page img { width: 140px; }
.redirect-page h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1200px); }
  .header-inner { min-height: 76px; }
  .menu-button { display: block; margin-left: auto; }
  .site-nav { position: absolute; inset: 76px 0 auto; display: none; padding: 20px 28px 30px; background: var(--white); border-bottom: 1px solid var(--line); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 10px 0; font-size: .9rem; }
  .site-nav a::after { display: none; }
  .header-actions .button { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 880px; }
  .hero-mosaic { min-height: 700px; }
  .credits-band { grid-template-columns: 110px 1fr; }
  .credit-figure { grid-column: 2; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding-block: 78px; }
  .brand-lockup small { display: none; }
  .brand-lockup img { width: 58px; }
  .points-pill span { display: none; }
  .hero { min-height: auto; padding-block: 55px 80px; }
  .hero-mosaic { min-height: 560px; }
  .split-intro, .section-head, .engineering-feature, .process-grid, .route-hero, .route-hero > div, .studio-layout, .rights-panel, .credits-hero .shell, .credit-rules, .contact-layout, .detail-hero-grid, .detail-sections { grid-template-columns: 1fr; }
  .design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-head { gap: 30px; }
  .factory-grid { gap-block: 55px; }
  .credits-band { grid-template-columns: 1fr; }
  .credits-band > img { width: 110px; }
  .credit-figure { grid-column: auto; }
  .component-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .studio-visual { position: static; grid-template-columns: 1fr 1fr; align-items: stretch; }
  .studio-visual > div { align-content: center; }
  .route-hero { gap: 26px; }
  .route-hero > div { gap: 28px; }
  .credits-hero .shell { gap: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: 3.45rem; }
  h2 { font-size: 2.55rem; }
  .header-inner { gap: 10px; }
  .brand-lockup { gap: 7px; }
  .brand-lockup strong { font-size: .85rem; }
  .points-pill { padding-inline: 10px; }
  .hero-copy h1 { font-size: 3.7rem; }
  .hero-facts { gap: 10px; }
  .hero-facts dt { font-size: 1.35rem; }
  .hero-mosaic { min-height: 470px; }
  .hero-mark { right: 12px; bottom: 12px; width: 82px; }
  .design-grid, .factory-grid, .factory-strip, .studio-form, .form-grid, .studio-visual, .capability-grid { grid-template-columns: 1fr; }
  .design-grid { gap-block: 52px; }
  .collection-tools { align-items: flex-start; flex-direction: column; }
  .credits-band { padding: 34px 24px; }
  .credit-rules dl > div { grid-template-columns: 85px 1fr; }
  .full, .form-heading { grid-column: auto; }
  .spec-list > div { grid-template-columns: 95px 1fr; }
  .feature-list a { grid-template-columns: 60px 1fr; }
  .feature-list small { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .dialog-head, .dialog .form-grid { padding-inline: 20px; }
  .dialog-intro { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
