@font-face { font-family: "Drewbud Sans"; src: url("../fonts/NimbusSans-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Drewbud Sans"; src: url("../fonts/NimbusSans-Bold.otf") format("opentype"); font-weight: 600 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Drewbud Technical"; src: url("../fonts/NimbusSansNarrow-Regular.otf") format("opentype"); font-weight: 400 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Drewbud Technical"; src: url("../fonts/NimbusSansNarrow-Bold.otf") format("opentype"); font-weight: 600 800; font-style: normal; font-display: swap; }

:root {
  --coal: #171714;
  --coal-soft: #262623;
  --chalk: #f5f3ed;
  --paper: #e9e5dc;
  --white: #ffffff;
  --red: #a82f2a;
  --red-dark: #7c201d;
  --timber: #a78660;
  --steel: #707774;
  --font-body: "Drewbud Sans", Arial, Helvetica, sans-serif;
  --font-tech: "Drewbud Technical", "Arial Narrow", Arial, sans-serif;
  --line: rgba(23, 23, 20, 0.18);
  --line-light: rgba(255, 255, 255, 0.16);
  --wrap: min(1440px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--chalk); color: var(--coal); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { text-wrap: pretty; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
figure, p { margin-top: 0; }
.wrap { width: var(--wrap); margin-inline: auto; }
.section-space { padding: 120px 0; }
.compact-top { padding-top: 20px; }
.micro-label { margin: 0 0 26px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.micro-label.light { color: #cab291; }

/* Structural navigation */
.masthead { position: sticky; top: 0; z-index: 50; background: var(--white); box-shadow: 0 1px 0 var(--line); }
.masthead-main { min-height: 96px; display: grid; grid-template-columns: 270px 1fr 220px; }
.logo-cell { display: flex; align-items: center; padding: 20px 34px; border-right: 1px solid var(--line); background: #fff; }
.logo-cell img { width: 188px; max-height: 62px; object-fit: contain; object-position: left center; }
.main-menu { display: grid; grid-template-columns: repeat(4, minmax(100px, 1fr)); }
.main-menu > a, .nav-offer-link { min-width: 0; position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: background .2s ease, color .2s ease; }
.main-menu > a sup, .nav-offer-link sup { color: var(--red); font-size: 8px; transform: translateY(-8px); }
.main-menu > a::after, .nav-offer-link::after { content: ""; position: absolute; left: 20px; right: 20px; bottom: -1px; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-menu > a:hover, .nav-offer-link:hover, .main-menu-offer:focus-within .nav-offer-link { background: #faf9f6; }
.main-menu > a:hover::after, .nav-offer-link:hover::after, .main-menu-offer:focus-within .nav-offer-link::after { transform: scaleX(1); }
.main-menu-offer { min-width: 0; display: flex; }
.nav-offer-link { width: 100%; }
.nav-offer-link > i { width: 7px; height: 7px; margin-left: 3px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.main-menu-offer:hover .nav-offer-link > i, .main-menu-offer:focus-within .nav-offer-link > i { transform: translateY(2px) rotate(225deg); }
.mega-menu { position: absolute; z-index: 80; left: 0; right: 0; top: 96px; padding-top: 38px; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.main-menu-offer:hover .mega-menu, .main-menu-offer:focus-within .mega-menu { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.mega-menu-surface { border-top: 3px solid var(--red); background: #151513; color: #fff; box-shadow: 0 34px 70px rgba(0,0,0,.28); }
.mega-menu-layout { display: grid; grid-template-columns: .74fr 1.35fr .78fr; min-height: 440px; }
.mega-menu-intro { padding: 48px 46px 44px 0; border-right: 1px solid var(--line-light); }
.mega-menu-intro > p { margin: 0 0 52px; color: #d3b88e; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.mega-menu-intro h2 { max-width: 350px; margin: 0; font-family: var(--font-tech); font-size: 43px; font-weight: 500; line-height: .92; }
.mega-menu-intro > span { display: block; max-width: 350px; margin-top: 22px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.65; }
.mega-menu-intro > a { display: inline-flex; align-items: center; gap: 42px; margin-top: 32px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.mega-menu-intro > a b { color: #d3b88e; font-size: 16px; }
.mega-menu-categories { display: grid; grid-template-columns: 1fr 1fr; }
.mega-menu-categories > a { min-height: 220px; position: relative; display: grid; grid-template-columns: 30px 1fr; gap: 16px; padding: 34px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .2s ease; }
.mega-menu-categories > a:nth-child(n+3) { border-bottom: 0; }
.mega-menu-categories > a:hover { background: #22221f; }
.mega-menu-categories > a > span { color: #d3b88e; font-size: 8px; font-weight: 700; }
.mega-menu-categories small { color: rgba(255,255,255,.42); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.mega-menu-categories h3 { margin: 18px 0 12px; font-family: var(--font-tech); font-size: 29px; font-weight: 600; line-height: 1; }
.mega-menu-categories p { margin: 0; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.55; }
.mega-menu-categories > a > b { position: absolute; right: 22px; top: 26px; color: rgba(255,255,255,.34); font-size: 15px; font-weight: 400; }
.mega-menu-visual { min-width: 0; position: relative; overflow: hidden; }
.mega-menu-visual::after { content: ""; position: absolute; inset: 25% 0 0; background: linear-gradient(0deg,rgba(0,0,0,.88),transparent); }
.mega-menu-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mega-menu-visual:hover img { transform: scale(1.03); }
.mega-menu-visual > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.mega-menu-visual small { display: block; color: #e0c7a2; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.mega-menu-visual strong { display: block; margin: 12px 0 20px; font-family: var(--font-tech); font-size: 31px; line-height: .95; }
.mega-menu-visual span { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.mega-menu-brands { border-top: 1px solid var(--line-light); background: #0c0c0b; }
.mega-menu-brands .wrap { min-height: 58px; display: grid; grid-template-columns: 1.35fr repeat(6,1fr); align-items: center; }
.mega-menu-brands span { color: rgba(255,255,255,.38); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.mega-menu-brands b, .mega-menu-brands a { min-height: 58px; display: grid; place-items: center; border-left: 1px solid var(--line-light); font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.mega-menu-brands a:hover { background: rgba(255,255,255,.06); color: #fff; }
.quote-cell { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 0 54px 0 28px; background: var(--red); color: var(--white); }
.quote-cell span { font-size: 8px; letter-spacing: .13em; text-transform: uppercase; opacity: .68; }
.quote-cell b { margin-top: 6px; font-family: var(--font-tech); font-size: 22px; font-weight: 600; letter-spacing: .01em; }
.quote-cell i { position: absolute; right: 24px; top: 50%; font-size: 24px; font-style: normal; transform: translateY(-50%); transition: transform .2s ease; }
.quote-cell:hover i { transform: translate(5px, -50%); }
.offer-rail { min-height: 38px; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; background: var(--coal); color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.rail-location { height: 100%; display: flex; align-items: center; gap: 6px; padding: 0 34px; border-right: 1px solid var(--line-light); }
.rail-location b { color: var(--white); }
.rail-dot { width: 5px; height: 5px; margin-right: 6px; border-radius: 50%; background: var(--red); }
.offer-rail nav { display: flex; justify-content: center; gap: 42px; }
.offer-rail nav a:hover { color: var(--white); }
.rail-phone { height: 100%; display: flex; align-items: center; padding: 0 26px; border-left: 1px solid var(--line-light); color: var(--white); }
.mobile-drawer { display: none; }

/* Home hero */
.home-hero { background: var(--chalk); overflow: hidden; }
.home-hero-grid { min-height: 720px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: stretch; }
.home-hero-copy { position: relative; z-index: 2; padding: 104px 5vw 52px 0; display: flex; flex-direction: column; justify-content: center; }
.home-hero-copy h1 { max-width: 720px; margin: 0; font-family: var(--font-tech); font-size: clamp(58px, 6.2vw, 94px); font-weight: 500; line-height: .88; letter-spacing: -.035em; }
.home-lead { max-width: 610px; margin: 36px 0 0; color: #595b57; font-size: 18px; line-height: 1.65; }
.home-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.primary-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 44px; min-height: 56px; padding: 0 20px; background: var(--red); color: white; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.primary-link span { font-size: 19px; font-weight: 400; }
.plain-link, .text-arrow { padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-note { max-width: 520px; margin-top: auto; padding-top: 28px; display: grid; grid-template-columns: 46px 1fr; border-top: 1px solid var(--line); }
.hero-note > span { color: var(--red); font-size: 9px; font-weight: 700; }
.hero-note p { margin: 0; color: var(--steel); font-size: 11px; line-height: 1.6; }
.hero-note b { color: var(--coal); }
.hero-architecture { min-width: 0; position: relative; margin: 0 -36px 0 0; overflow: hidden; clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 13%); background: #d8d5cd; }
.hero-architecture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,17,14,.44), transparent 43%); pointer-events: none; }
.hero-architecture img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; }
.hero-architecture figcaption { position: absolute; z-index: 2; left: 64px; bottom: 46px; color: white; font-size: 11px; line-height: 1.6; }
.hero-architecture figcaption span { display: block; margin-bottom: 4px; color: #e0c8a7; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.image-index { position: absolute; z-index: 2; top: 32px; right: 34px; padding: 10px 12px; background: rgba(255,255,255,.88); color: var(--coal); font-size: 9px; font-weight: 700; letter-spacing: .12em; }

.producer-ticker { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.producer-ticker .wrap { min-height: 78px; display: grid; grid-template-columns: 150px repeat(8, 1fr); align-items: center; }
.producer-ticker b, .ticker-label { display: flex; align-items: center; justify-content: center; height: 100%; border-left: 1px solid var(--line); font-size: 10px; letter-spacing: .06em; }
.ticker-label { justify-content: flex-start; border-left: 0; color: var(--steel); font-size: 8px; text-transform: uppercase; }

/* Homepage service ledger */
.editorial-heading { max-width: 1050px; margin-bottom: 74px; }
.editorial-heading h2, .explorer-heading h2, .projects-heading h2, .location-title h2, .contact-ribbon h2, .workflow-title h2, .company-copy h2, .form-panel-head h2 { margin: 0; font-family: var(--font-tech); font-size: clamp(46px, 5vw, 74px); font-weight: 500; line-height: .94; letter-spacing: -.025em; }
.editorial-heading h2 em { color: var(--steel); font-style: italic; font-weight: 400; }
.service-list { border-top: 1px solid var(--line); }
.service-line { min-height: 168px; display: grid; grid-template-columns: 54px 1.05fr 1.35fr 160px 44px; gap: 26px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.service-line:hover { background: var(--white); }
.line-number { align-self: start; padding-top: 34px; color: var(--red); font-size: 9px; font-weight: 700; }
.service-line > div p { margin: 0 0 9px; color: var(--steel); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.service-line h3 { margin: 0; font-family: var(--font-tech); font-size: 36px; font-weight: 600; letter-spacing: -.02em; }
.line-copy { margin: 0; color: #62645f; font-size: 13px; line-height: 1.65; }
.service-line figure { height: 104px; margin: 0; overflow: hidden; background: #ddd; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%); }
.service-line figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-line:hover figure img { transform: scale(1.05); }
.line-arrow { font-size: 22px; transition: transform .2s ease; }
.service-line:hover .line-arrow { transform: translateX(5px); }

/* Interactive material library */
.explorer-section { background: var(--coal); color: white; }
.explorer-heading { display: grid; grid-template-columns: .65fr 1.15fr .7fr; gap: 6vw; align-items: end; margin-bottom: 64px; }
.explorer-heading .micro-label { align-self: start; }
.explorer-heading > p:last-child { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.7; }
.material-explorer { display: grid; grid-template-columns: 250px 1fr; border: 1px solid var(--line-light); }
.material-tabs { display: flex; flex-direction: column; border-right: 1px solid var(--line-light); }
.material-tabs button { min-height: 88px; padding: 18px 22px; display: grid; grid-template-columns: 32px 1fr; align-items: center; border: 0; border-bottom: 1px solid var(--line-light); background: transparent; color: rgba(255,255,255,.58); text-align: left; cursor: pointer; font-size: 11px; transition: .2s ease; }
.material-tabs button:last-child { border-bottom: 0; }
.material-tabs button span { color: #c3a77f; font-size: 8px; }
.material-tabs button[aria-selected="true"] { background: var(--white); color: var(--coal); }
.material-tabs button[aria-selected="true"] span { color: var(--red); }
.material-stage { min-width: 0; min-height: 570px; display: grid; grid-template-columns: 1.25fr .75fr; }
.material-stage figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.material-stage figure img { width: 100%; height: 100%; object-fit: cover; }
.material-stage figure figcaption { position: absolute; left: 22px; top: 22px; padding: 9px 12px; background: rgba(255,255,255,.9); color: var(--coal); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.material-copy { padding: 62px 48px; background: #20201d; }
.material-copy h3 { margin: 0; font-family: var(--font-tech); font-size: 44px; font-weight: 500; line-height: .96; letter-spacing: -.025em; }
.material-copy > p:not(.micro-label) { margin: 28px 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.material-copy ul { list-style: none; padding: 0; margin: 0 0 36px; border-top: 1px solid var(--line-light); }
.material-copy li { padding: 13px 0; border-bottom: 1px solid var(--line-light); color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .04em; }
.material-copy li::before { content: "—"; margin-right: 12px; color: #c3a77f; }
.material-copy a, .projects-heading > a, .contact-ribbon a { display: inline-flex; align-items: center; gap: 46px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.material-copy a span, .projects-heading > a span, .contact-ribbon a span { font-size: 17px; }

/* Origin */
.origin-section { position: relative; min-height: 820px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--white); }
.origin-photo { min-height: 820px; position: relative; margin: 0; overflow: hidden; }
.origin-photo img { width: 100%; height: 100%; object-fit: cover; }
.origin-photo figcaption { position: absolute; left: 30px; bottom: 28px; padding: 10px 13px; background: white; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.origin-copy { align-self: center; max-width: 650px; padding: 100px 7vw; }
.origin-copy h2 { margin: 0; font-family: var(--font-tech); font-size: clamp(58px, 6vw, 86px); font-weight: 500; line-height: .88; letter-spacing: -.03em; }
.origin-copy > p { color: #646660; font-size: 14px; line-height: 1.75; }
.origin-copy .origin-lead { margin-top: 38px; color: var(--coal); font-family: var(--font-tech); font-size: 24px; font-weight: 500; line-height: 1.38; }
.origin-copy .text-arrow { display: inline-flex; gap: 50px; margin-top: 22px; }
.origin-year { position: absolute; left: calc(54% - 120px); bottom: 0; width: 240px; min-height: 170px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; background: var(--red); color: white; }
.origin-year b { font-family: var(--font-tech); font-size: 48px; font-weight: 600; }
.origin-year span { margin-top: 9px; font-size: 9px; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }

/* Project mosaic */
.projects-preview { background: var(--paper); }
.projects-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.project-mosaic { height: 690px; display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.project-mosaic figure { position: relative; margin: 0; overflow: hidden; background: #d4d0c7; }
.project-mosaic .mosaic-a { grid-row: 1 / 3; }
.project-mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-mosaic figure:hover img { transform: scale(1.025); }
.project-mosaic figcaption { position: absolute; left: 20px; bottom: 18px; padding: 9px 12px; background: rgba(255,255,255,.9); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

/* Locations and CTA */
.location-spread { background: var(--chalk); }
.location-spread-grid { display: grid; grid-template-columns: 1.05fr .95fr .95fr; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-title, .location-spread article { min-height: 330px; padding: 44px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-spread article { display: flex; flex-direction: column; }
.location-spread article > span { color: var(--red); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.location-spread h3 { margin: auto 0 15px; font-family: var(--font-tech); font-size: 46px; font-weight: 600; }
.location-spread article p { min-height: 46px; color: var(--steel); font-size: 12px; line-height: 1.55; }
.location-spread article a { align-self: flex-start; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.contact-ribbon { padding: 90px 0; background: var(--red); color: white; }
.contact-ribbon-grid { display: grid; grid-template-columns: .5fr 1.15fr .65fr; gap: 6vw; align-items: end; }
.contact-ribbon-grid > div p { margin-bottom: 25px; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.6; }

/* Shared footer */
.new-footer { background: var(--coal); color: rgba(255,255,255,.65); }
.footer-top { padding: 78px 0; display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 6vw; }
.footer-logo-box { width: 205px; padding: 14px; background: white; }
.footer-logo-box img { width: 100%; }
.footer-identity p { max-width: 300px; margin: 26px 0 0; font-size: 12px; line-height: 1.7; }
.footer-column, .footer-address { display: flex; flex-direction: column; gap: 10px; font-size: 11px; }
.footer-column > span, .footer-address > span { margin-bottom: 12px; color: #ceb690; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-column a:hover, .footer-address a:hover { color: white; }
.footer-address p { margin: 0 0 4px; line-height: 1.6; }
.footer-address a { color: white; }
.footer-base { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.36); font-size: 9px; }
.fixed-signature { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 6px; border-top: 1px solid rgba(255,255,255,.08); background: #0b0b09; color: rgba(255,255,255,.46); font-size: 9px; letter-spacing: .03em; }
.fixed-signature a { color: white; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.fixed-signature strong { color: rgba(255,255,255,.68); }

/* Interior hero */
.page-hero { padding: 46px 0 0; background: var(--chalk); }
.page-hero-grid { min-height: 590px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: stretch; }
.page-hero-copy { padding: 92px 6vw 76px 0; display: flex; flex-direction: column; justify-content: center; }
.page-hero-copy h1 { margin: 0; font-family: var(--font-tech); font-size: clamp(58px, 6vw, 90px); font-weight: 500; line-height: .88; letter-spacing: -.035em; }
.page-hero-copy > p:last-child { max-width: 620px; margin: 34px 0 0; color: #5f615c; font-size: 17px; line-height: 1.65; }
.page-hero figure { position: relative; margin: 0; min-width: 0; overflow: hidden; clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 14%); }
.page-hero figure img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; }
.page-hero figure::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg, rgba(0,0,0,.5), transparent); }
.page-hero figcaption { position: absolute; z-index: 2; left: 42px; bottom: 28px; color: white; font-size: 9px; letter-spacing: .12em; }
.page-hero figcaption span { margin-right: 14px; color: #dbc4a2; }

/* Offer overview */
.offer-overview { background: var(--chalk); }
.offer-chapter { min-height: 440px; position: relative; display: grid; grid-template-columns: 120px 1.05fr 1fr 320px; grid-template-rows: 1fr auto; gap: 24px 42px; align-items: center; padding: 52px 0; border-top: 1px solid var(--line); overflow: hidden; }
.offer-chapter:last-child { border-bottom: 1px solid var(--line); }
.chapter-meta { align-self: start; }
.chapter-meta span { color: var(--red); font-size: 10px; font-weight: 700; }
.chapter-meta p { margin: 14px 0 0; color: var(--steel); font-size: 8px; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.offer-chapter h2 { margin: 0; font-family: var(--font-tech); font-size: 52px; font-weight: 500; line-height: .92; letter-spacing: -.025em; }
.offer-chapter > p { margin: 0; color: #60625d; font-size: 14px; line-height: 1.75; }
.offer-chapter figure { grid-row: 1 / 3; grid-column: 4; height: 330px; margin: 0; overflow: hidden; }
.offer-chapter figure img { width: 100%; height: 100%; object-fit: cover; }
.offer-chapter > a { grid-column: 2; align-self: end; justify-self: start; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.offer-chapter > a span { margin-left: 40px; font-size: 17px; }
.chapter-bg { position: absolute; right: 320px; bottom: -35px; color: rgba(23,23,20,.035); font-family: var(--font-tech); font-size: 220px; font-weight: 700; line-height: 1; pointer-events: none; }
.workflow-section { background: var(--coal); color: white; }
.workflow-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.workflow-title { align-self: start; position: sticky; top: 170px; }
.workflow-section ol { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line-light); }
.workflow-section li { min-height: 150px; display: grid; grid-template-columns: 55px .8fr 1.2fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line-light); }
.workflow-section li > span { color: #c5aa83; font-size: 9px; }
.workflow-section li b { font-family: var(--font-tech); font-size: 27px; font-weight: 600; }
.workflow-section li p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.6; }
.all-brands { background: var(--white); }
.all-brands-grid { display: grid; grid-template-columns: 220px 1fr; }
.all-brands-grid > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.all-brands-grid span { min-height: 88px; display: grid; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .06em; }

/* Service detail pages */
.service-intro { background: var(--white); }
.service-intro-grid { display: grid; grid-template-columns: .45fr 1.1fr .75fr; gap: 6vw; align-items: start; }
.service-deck { margin: 0; font-family: var(--font-tech); font-size: clamp(30px, 3.4vw, 44px); font-weight: 500; line-height: 1.18; letter-spacing: -.015em; }
.service-intro aside { padding: 30px; border: 1px solid var(--line); background: var(--chalk); }
.service-intro aside > span { color: var(--red); font-size: 9px; font-weight: 700; }
.service-intro aside h2 { margin: 44px 0 16px; font-family: var(--font-tech); font-size: 30px; font-weight: 600; line-height: 1.05; }
.service-intro aside p { margin: 0; color: var(--steel); font-size: 12px; line-height: 1.65; }
.service-details { background: var(--chalk); }
.detail-row { min-height: 250px; display: grid; grid-template-columns: 90px .9fr 1.1fr; gap: 40px; align-items: start; padding: 48px 0; border-top: 1px solid var(--line); }
.detail-row:last-child { border-bottom: 1px solid var(--line); }
.detail-number { color: var(--red); font-size: 9px; font-weight: 700; }
.detail-row h2 { margin: 0; font-family: var(--font-tech); font-size: 39px; font-weight: 600; line-height: 1; letter-spacing: -.02em; }
.detail-row > div > p { margin: 0; color: #5f615c; font-size: 14px; line-height: 1.75; }
.detail-row ul { list-style: none; padding: 0; margin: 26px 0 0; border-top: 1px solid var(--line); }
.detail-row li { padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--steel); font-size: 11px; }
.detail-row li::before { content: "—"; margin-right: 12px; color: var(--red); }
.brand-field { padding: 70px 0; background: #8f2925; color: white; }
.brand-field .wrap { display: grid; grid-template-columns: 230px 1fr; }
.brand-field .wrap > div { display: flex; flex-wrap: wrap; gap: 16px 0; }
.brand-field .wrap > div span { padding: 8px 26px; border-left: 1px solid rgba(255,255,255,.25); font-size: 10px; font-weight: 700; letter-spacing: .07em; }

/* Company */
.company-story { background: var(--white); }
.company-story-grid { display: grid; grid-template-columns: .6fr 1.4fr; gap: 7vw; }
.company-year { min-height: 340px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--red); color: white; clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%); }
.company-year span { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.company-year b { font-family: var(--font-tech); font-size: 84px; font-weight: 600; }
.company-copy .large-copy { margin-top: 38px; color: var(--coal); font-family: var(--font-tech); font-size: 28px; font-weight: 500; line-height: 1.4; }
.company-copy > p:last-child { max-width: 760px; color: var(--steel); font-size: 14px; line-height: 1.75; }
.company-photo-band { height: 560px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 8px; padding: 8px; background: var(--coal); }
.company-photo-band figure { position: relative; margin: 0; overflow: hidden; }
.company-photo-band img { width: 100%; height: 100%; object-fit: cover; }
.company-photo-band figcaption { position: absolute; left: 16px; bottom: 14px; padding: 8px 10px; background: white; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.principles { background: var(--chalk); }
.principles-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 7vw; }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { min-height: 150px; display: grid; grid-template-columns: 60px .8fr 1.2fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); }
.principle-list article > span { color: var(--red); font-size: 9px; }
.principle-list h3 { margin: 0; font-family: var(--font-tech); font-size: 29px; font-weight: 600; }
.principle-list p { margin: 0; color: var(--steel); font-size: 13px; line-height: 1.65; }
.address-ledger { background: var(--coal); color: white; }
.address-ledger-grid { display: grid; grid-template-columns: 1fr 1fr; }
.address-ledger-grid > div { min-height: 360px; padding: 48px; border: 1px solid var(--line-light); }
.address-ledger-grid > div + div { border-left: 0; }
.address-ledger h2 { margin: 68px 0 18px; font-family: var(--font-tech); font-size: 58px; font-weight: 500; }
.address-ledger p:not(.micro-label) { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.6; }
.address-ledger a { display: inline-block; margin-top: 14px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 14px; }

/* Gallery */
.gallery-ledger { background: var(--paper); }
.gallery-ledger-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; margin-bottom: 56px; }
.gallery-ledger-head > p:last-child { max-width: 640px; margin: 0; color: var(--steel); font-size: 14px; line-height: 1.7; }
.editorial-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 10px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: #d4d0c7; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; display: flex; align-items: center; gap: 12px; padding: 10px 12px; background: rgba(255,255,255,.91); }
.gallery-item figcaption > span { color: var(--red); font-size: 8px; }
.gallery-item figcaption div { display: flex; flex-direction: column; gap: 2px; }
.gallery-item figcaption b { font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.gallery-item figcaption small { color: var(--steel); font-size: 8px; }
.item-1 { grid-column: 1 / 8; grid-row: span 3; }
.item-2 { grid-column: 8 / 13; grid-row: span 2; }
.item-3 { grid-column: 8 / 13; grid-row: span 2; }
.item-4 { grid-column: 1 / 6; grid-row: span 2; }
.item-5 { grid-column: 6 / 13; grid-row: span 3; }
.item-6 { grid-column: 1 / 6; grid-row: span 2; }
.item-7 { grid-column: 1 / 5; grid-row: span 2; }
.item-8 { grid-column: 5 / 9; grid-row: span 2; }
.item-9 { grid-column: 9 / 13; grid-row: span 2; }

/* Contact */
.contact-page { background: var(--paper); }
.contact-page-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: start; }
.contact-ledger { border-top: 1px solid var(--line); }
.contact-ledger article { padding: 36px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.contact-ledger article > span, .opening-hours > span { color: var(--red); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.contact-ledger h2 { margin: 28px 0 16px; font-family: var(--font-tech); font-size: 49px; font-weight: 600; }
.contact-ledger address { margin-bottom: 16px; color: var(--steel); font-style: normal; font-size: 12px; line-height: 1.6; }
.contact-ledger article > a { align-self: flex-start; margin: 4px 0; font-size: 14px; font-weight: 700; }
.contact-ledger article .route-link { margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: var(--red); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.opening-hours { padding-top: 30px; }
.opening-hours p { margin-top: 12px; color: var(--steel); font-size: 12px; line-height: 1.65; }
.contact-form-panel { padding: 52px; background: white; }
.form-panel-head { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.form-panel-head h2 { font-size: 42px; }
.form-panel-head > p:last-child { margin: 20px 0 0; color: var(--steel); font-size: 12px; }
.contact-form { display: grid; gap: 24px; padding-top: 40px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { color: #5b5d58; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #b9b7b0; border-radius: 0; outline: 0; background: transparent; color: var(--coal); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-form textarea { resize: vertical; }
.contact-form .honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-bottom { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: end; }
.consent { grid-template-columns: 18px 1fr !important; align-items: center; gap: 10px !important; }
.consent input { width: 16px; height: 16px; accent-color: var(--red); }
.consent span { text-transform: none !important; letter-spacing: 0 !important; font-weight: 400 !important; line-height: 1.45; }
.submit-row { display: flex; align-items: center; gap: 24px; }
.contact-form .button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; gap: 38px; border: 0; background: var(--red); color: white; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.contact-form .button span { font-size: 17px; }
.anti-spam-note { max-width: 330px; margin: 0; color: #7c7d78; font-size: 8px; line-height: 1.5; }
.form-message { margin: 0; padding: 12px 14px; border-left: 3px solid #5d7b56; background: #eff5ed; color: #30462c; font-size: 11px; }
.form-message.is-error { border-color: var(--red); background: #fbefef; color: #792027; }

/* Responsive */
@media (max-width: 1180px) {
  :root { --wrap: min(100vw - 48px, 1440px); }
  .masthead-main { grid-template-columns: 230px 1fr 190px; }
  .offer-rail { grid-template-columns: 230px 1fr auto; }
  .logo-cell { padding-inline: 24px; }
  .main-menu > a, .nav-offer-link { gap: 5px; }
  .home-hero-grid { grid-template-columns: .95fr 1.05fr; }
  .producer-ticker .wrap { grid-template-columns: 130px repeat(4, 1fr); }
  .producer-ticker b:nth-of-type(n+5) { display: none; }
  .service-line { grid-template-columns: 45px 1fr 1fr 130px 30px; gap: 18px; }
  .material-stage { grid-template-columns: 1fr 1fr; }
  .offer-chapter { grid-template-columns: 90px 1fr 1fr 260px; }
  .chapter-bg { right: 260px; }
}

@media (max-width: 900px) {
  .masthead-main { min-height: 82px; grid-template-columns: 1fr 100px; }
  .logo-cell { border-right: 0; }
  .logo-cell img { width: 170px; }
  .main-menu, .quote-cell, .offer-rail { display: none; }
  .mobile-drawer { display: block; position: relative; }
  .mobile-drawer summary { height: 82px; display: grid; place-items: center; list-style: none; border-left: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
  .mobile-drawer summary::-webkit-details-marker { display: none; }
  .mobile-drawer-panel { position: fixed; z-index: 70; top: 82px; left: 0; right: 0; padding: 18px 24px 28px; display: grid; background: var(--coal); color: white; box-shadow: 0 20px 50px rgba(0,0,0,.25); }
  .mobile-drawer-panel a { min-height: 48px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-light); font-family: var(--font-tech); font-size: 23px; font-weight: 600; }
  .mobile-drawer-panel .mobile-phone { margin-top: 14px; border: 0; color: #d3b990; font-family: var(--font-body); font-size: 12px; }
  .home-hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .home-hero-copy { min-height: 610px; padding-right: 0; }
  .hero-architecture { height: 620px; margin-right: 0; }
  .hero-architecture img { min-height: 620px; }
  .producer-ticker .wrap { grid-template-columns: repeat(4, 1fr); }
  .ticker-label { display: none; }
  .producer-ticker b { min-height: 65px; }
  .service-line { grid-template-columns: 42px 1fr 120px 30px; }
  .line-copy { grid-column: 2 / 3; }
  .service-line figure { grid-column: 3; grid-row: 1 / 3; }
  .line-arrow { grid-column: 4; grid-row: 1 / 3; }
  .explorer-heading { grid-template-columns: 1fr; }
  .material-explorer { grid-template-columns: 1fr; }
  .material-tabs { display: grid; grid-template-columns: repeat(5, 1fr); border-right: 0; border-bottom: 1px solid var(--line-light); overflow-x: auto; }
  .material-tabs button { min-width: 150px; border-bottom: 0; border-right: 1px solid var(--line-light); }
  .material-stage { grid-template-columns: 1.15fr .85fr; }
  .origin-section { grid-template-columns: 1fr; }
  .origin-photo { min-height: 620px; }
  .origin-copy { padding: 90px 24px 120px; }
  .origin-year { left: auto; right: 24px; }
  .location-spread-grid { grid-template-columns: 1fr 1fr; }
  .location-title { grid-column: 1 / -1; }
  .contact-ribbon-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1.4fr .8fr .8fr; }
  .footer-address { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line-light); }
  .page-hero-copy { min-height: 520px; padding-right: 0; }
  .page-hero figure { height: 580px; }
  .offer-chapter { grid-template-columns: 70px 1fr 240px; }
  .offer-chapter > p { grid-column: 2; }
  .offer-chapter figure { grid-column: 3; grid-row: 1 / 4; }
  .offer-chapter > a { grid-column: 2; }
  .chapter-bg { display: none; }
  .workflow-grid, .service-intro-grid, .principles-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .workflow-title { position: static; }
  .service-intro aside { max-width: 560px; }
  .all-brands-grid { grid-template-columns: 1fr; gap: 30px; }
  .company-story-grid { grid-template-columns: .65fr 1.35fr; }
  .company-photo-band { grid-template-columns: 1fr 1fr; height: 760px; }
  .company-photo-band figure:first-child { grid-column: 1 / -1; }
  .contact-page-grid { gap: 70px; }
}

@media (max-width: 640px) {
  :root { --wrap: min(100vw - 32px, 1440px); }
  .section-space { padding: 82px 0; }
  .home-hero-copy { min-height: 590px; padding: 72px 0 40px; }
  .home-hero-copy h1 { font-size: 49px; }
  .home-lead { margin-top: 26px; font-size: 15px; }
  .home-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .plain-link { align-self: flex-start; }
  .hero-note { margin-top: 60px; }
  .hero-architecture, .hero-architecture img { height: 480px; min-height: 480px; }
  .hero-architecture figcaption { left: 24px; bottom: 24px; }
  .producer-ticker .wrap { grid-template-columns: 1fr 1fr; }
  .producer-ticker b { border-bottom: 1px solid var(--line); }
  .editorial-heading { margin-bottom: 46px; }
  .editorial-heading h2, .explorer-heading h2, .projects-heading h2, .location-title h2, .contact-ribbon h2, .workflow-title h2, .company-copy h2 { font-size: 42px; }
  .service-line { min-height: 250px; grid-template-columns: 36px 1fr 26px; gap: 12px; padding: 28px 0; }
  .service-line > div { grid-column: 2; }
  .line-copy { grid-column: 2 / 4; }
  .service-line figure { display: none; }
  .line-arrow { grid-column: 3; grid-row: 1; }
  .explorer-heading { margin-bottom: 40px; }
  .material-tabs { grid-template-columns: repeat(5, 150px); }
  .material-stage { grid-template-columns: 1fr; }
  .material-stage figure { min-height: 330px; }
  .material-copy { padding: 40px 26px; }
  .material-copy h3 { font-size: 33px; }
  .origin-photo { min-height: 500px; }
  .origin-copy h2 { font-size: 50px; }
  .origin-year { width: 180px; min-height: 135px; }
  .project-mosaic { height: auto; grid-template-columns: 1fr; grid-template-rows: 470px 300px 300px; }
  .project-mosaic .mosaic-a { grid-row: auto; }
  .projects-heading { align-items: flex-start; flex-direction: column; }
  .location-spread-grid { grid-template-columns: 1fr; }
  .location-title { grid-column: auto; }
  .location-title, .location-spread article { min-height: 280px; padding: 30px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 44px 24px; }
  .footer-identity, .footer-address { grid-column: 1 / -1; }
  .footer-base { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
  .fixed-signature { padding: 14px 20px; flex-wrap: wrap; text-align: center; }
  .page-hero { padding-top: 0; }
  .page-hero-copy { min-height: 480px; padding: 72px 0 52px; }
  .page-hero-copy h1 { font-size: 49px; }
  .page-hero-copy > p:last-child { font-size: 15px; }
  .page-hero figure, .page-hero figure img { height: 450px; min-height: 450px; }
  .offer-chapter { min-height: 0; grid-template-columns: 44px 1fr; grid-template-rows: auto; padding: 40px 0; }
  .chapter-meta { grid-row: 1 / 4; }
  .offer-chapter h2 { font-size: 38px; }
  .offer-chapter > p, .offer-chapter > a { grid-column: 2; }
  .offer-chapter figure { grid-column: 2; grid-row: auto; height: 260px; }
  .workflow-section li { min-height: 190px; grid-template-columns: 38px 1fr; padding: 26px 0; }
  .workflow-section li p { grid-column: 2; }
  .all-brands-grid > div { grid-template-columns: 1fr 1fr; }
  .all-brands-grid span { min-height: 70px; }
  .service-intro-grid { gap: 42px; }
  .service-deck { font-size: 28px; }
  .detail-row { grid-template-columns: 38px 1fr; gap: 18px; }
  .detail-row > div { grid-column: 2; }
  .detail-row h2 { font-size: 30px; }
  .brand-field .wrap { grid-template-columns: 1fr; gap: 28px; }
  .brand-field .wrap > div span { padding: 8px 16px; }
  .company-story-grid { grid-template-columns: 1fr; }
  .company-year { min-height: 240px; }
  .company-photo-band { height: auto; grid-template-columns: 1fr; }
  .company-photo-band figure, .company-photo-band figure:first-child { grid-column: auto; height: 330px; }
  .principle-list article { grid-template-columns: 38px 1fr; padding: 28px 0; }
  .principle-list p { grid-column: 2; }
  .address-ledger-grid { grid-template-columns: 1fr; }
  .address-ledger-grid > div + div { border-left: 1px solid var(--line-light); border-top: 0; }
  .gallery-ledger-head { grid-template-columns: 1fr; gap: 20px; }
  .editorial-gallery { display: grid; grid-template-columns: 1fr; grid-auto-rows: 330px; }
  .gallery-item, .item-1, .item-2, .item-3, .item-4, .item-5, .item-6, .item-7, .item-8, .item-9 { grid-column: 1; grid-row: auto; }
  .contact-form-panel { padding: 34px 22px; }
  .form-panel-head h2 { font-size: 35px; }
  .form-grid, .form-bottom { grid-template-columns: 1fr; }
  .submit-row { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* WordPress integration */
[hidden] { display: none !important; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #171714; }
body.admin-bar .masthead { top: 32px; }

/* Manufacturer knowledge pages and consent-aware supplier modules. */
.manufacturer-intro { background: var(--paper); }
.manufacturer-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: end; }
.manufacturer-intro h2 { margin: 18px 0 0; font-family: var(--font-tech); font-size: clamp(46px, 5.4vw, 86px); font-weight: 500; line-height: .9; }
.manufacturer-intro-grid > p { max-width: 700px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.supplier-module-note { padding: 68px 0; background: var(--coal); color: white; }
.supplier-module-note .wrap { display: grid; grid-template-columns: .55fr 1.6fr auto; gap: 50px; align-items: center; }
.supplier-module-note h2 { margin: 0; max-width: 780px; font-family: var(--font-tech); font-size: clamp(32px, 3.3vw, 56px); font-weight: 500; line-height: .95; }
.supplier-module-note button { min-height: 48px; padding: 0 22px; border: 1px solid rgba(255,255,255,.36); background: transparent; color: white; font: inherit; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

@media (max-width: 980px) {
  body.mobile-menu-open { overflow: hidden; }
  .mobile-drawer summary { position: relative; grid-template-columns: auto 22px; gap: 10px; padding: 0 18px; }
  .mobile-drawer summary i, .mobile-drawer summary i::before, .mobile-drawer summary i::after { width: 22px; height: 1px; display: block; background: var(--coal); transition: transform .2s ease, opacity .2s ease; content: ""; }
  .mobile-drawer summary i::before { transform: translateY(-6px); }
  .mobile-drawer summary i::after { transform: translateY(5px); }
  .mobile-drawer[open] summary i { background: transparent; }
  .mobile-drawer[open] summary i::before { transform: translateY(1px) rotate(45deg); }
  .mobile-drawer[open] summary i::after { transform: translateY(0) rotate(-45deg); }
  .mobile-drawer-panel { top: 82px; bottom: 0; height: calc(100dvh - 82px); padding: 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto 1fr; overflow-y: auto; overscroll-behavior: contain; box-shadow: none; }
  .mobile-menu-head { grid-column: 1 / -1; padding: 25px 24px 22px; border-bottom: 1px solid var(--line-light); background: #10100f; }
  .mobile-menu-head small { display: block; margin-bottom: 16px; color: #d6b98d; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-menu-head b { display: block; max-width: 460px; font-family: var(--font-tech); font-size: clamp(30px, 8vw, 48px); font-weight: 500; line-height: .88; }
  .mobile-drawer-panel .mobile-quote { grid-column: 1 / -1; min-height: 92px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; padding: 18px 24px; border: 0; background: var(--red); }
  .mobile-quote > span { color: rgba(255,255,255,.72); font-family: var(--font-body); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-quote > b { grid-column: 1; font-family: var(--font-tech); font-size: 29px; line-height: 1; }
  .mobile-quote > i { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 28px; font-style: normal; }
  .mobile-primary { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .mobile-drawer-panel .mobile-primary a { min-height: 74px; display: grid; grid-template-columns: 28px 1fr auto; gap: 10px; padding: 12px 20px; border-right: 1px solid var(--line-light); font-size: 24px; }
  .mobile-primary a:nth-child(even) { border-right: 0; }
  .mobile-primary a small { color: #d6b98d; font-family: var(--font-body); font-size: 8px; }
  .mobile-primary a span { font-size: 15px; }
  .mobile-offer-grid { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; background: #1b1b19; }
  .mobile-drawer-panel .mobile-offer-grid a { min-height: 56px; padding: 10px 20px; border-right: 1px solid var(--line-light); font-family: var(--font-body); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-manufacturers { padding: 22px 24px; display: flex; align-content: flex-start; flex-wrap: wrap; gap: 12px 18px; border-right: 1px solid var(--line-light); }
  .mobile-manufacturers > span { flex-basis: 100%; color: rgba(255,255,255,.42); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-drawer-panel .mobile-manufacturers a { min-height: 0; border: 0; font-family: var(--font-body); font-size: 9px; font-weight: 700; }
  .mobile-location { padding: 22px 24px; }
  .mobile-location > span { display: block; margin-bottom: 14px; color: rgba(255,255,255,.42); font-size: 8px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-drawer-panel .mobile-location a { min-height: 28px; justify-content: flex-start; border: 0; color: white; font-family: var(--font-body); font-size: 10px; }
  .mobile-drawer-panel .mobile-location .mobile-phone { margin: 0; color: #d6b98d; font-size: 14px; }
  .manufacturer-intro-grid, .supplier-module-note .wrap { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .mobile-drawer-panel { grid-template-columns: 1fr; }
  .mobile-manufacturers, .mobile-location { grid-column: 1; border-right: 0; border-bottom: 1px solid var(--line-light); }
}
.site-content { min-height: 50vh; }
.logo-cell img, .footer-logo-box img { height: auto; }
.footer-cookie-button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: 9px; cursor: pointer; }
.wp-content-section { background: var(--white); }
.entry-content { max-width: 920px; }
.entry-content > * { max-width: 100%; }
.entry-content h1, .entry-content h2, .entry-content h3, .simple-page-hero h1, .single-entry h1, .error-page h1, .post-row h2 { font-family: var(--font-tech); font-weight: 600; line-height: .98; letter-spacing: -.02em; }
.entry-content h2 { margin: 56px 0 18px; font-size: clamp(30px, 3.5vw, 46px); }
.entry-content h3 { margin: 38px 0 14px; font-size: 28px; }
.entry-content p, .entry-content li { color: #565853; font-size: 15px; line-height: 1.8; }
.entry-content a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-left: 22px; }
.simple-page-hero { border-bottom: 1px solid var(--line); }
.simple-page-hero h1, .single-entry h1, .error-page h1 { max-width: 1040px; margin: 0; font-size: clamp(54px, 7vw, 96px); }
.single-entry .entry-content { margin-inline: auto; }
.entry-cover { margin: 48px 0; overflow: hidden; }
.entry-cover img { width: 100%; max-height: 650px; object-fit: cover; }
.posts-ledger .wrap { border-top: 1px solid var(--line); }
.post-row { display: grid; grid-template-columns: 120px 1fr 1fr 80px; gap: 32px; align-items: start; padding: 44px 0; border-bottom: 1px solid var(--line); }
.post-row h2 { margin: 0; font-size: 35px; }
.post-row p, .post-row > div { color: var(--steel); font-size: 12px; line-height: 1.65; }
.error-page { min-height: 70vh; display: flex; align-items: center; }
.error-page .wrap > p:not(.micro-label) { max-width: 620px; margin: 32px 0; color: var(--steel); font-size: 17px; line-height: 1.65; }

/* Legal pages */
.legal-page { background: var(--paper); }
.legal-grid { display: grid; grid-template-columns: 260px minmax(0, 820px); gap: 8vw; align-items: start; justify-content: center; }
.legal-grid > aside { position: sticky; top: 170px; padding: 30px; border: 1px solid var(--line); background: var(--chalk); }
.legal-grid > aside > p:not(.micro-label) { color: var(--steel); font-size: 11px; line-height: 1.7; }
.legal-grid > aside > a { display: inline-block; margin-top: 22px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--red); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.legal-grid > aside .button { width: 100%; margin-bottom: 20px; }
.legal-content { padding: 56px; background: #fff; }
.legal-content h2:first-child { margin-top: 0; }
.cookie-table { margin: 30px 0; border-top: 1px solid var(--line); }
.cookie-table > div { display: grid; grid-template-columns: 130px 150px 1fr; gap: 26px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; }
.cookie-table b { font-family: var(--font-tech); font-size: 23px; }
.cookie-table span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.cookie-table p { margin: 0; font-size: 12px; }

/* Buttons and consent manager */
.button { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--red); background: var(--red); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.button-outline { background: transparent; color: var(--coal); border-color: var(--line); }
.plain-cookie-button { padding: 10px 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.cookie-consent { position: fixed; z-index: 99999; right: 24px; bottom: 24px; width: min(620px, calc(100vw - 48px)); max-height: calc(100vh - 48px); overflow-y: auto; padding: 34px; border: 1px solid rgba(255,255,255,.14); background: #171714; color: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.cookie-consent h2 { margin: 0; font-family: var(--font-tech); font-size: 42px; font-weight: 600; line-height: 1; }
.cookie-consent__summary > p:not(.micro-label) { margin: 20px 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.65; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; }
.cookie-consent .button-outline { border-color: rgba(255,255,255,.3); color: #fff; }
.cookie-consent__links { margin: 20px 0 0 !important; font-size: 9px !important; }
.cookie-consent__links a { color: #d4bc98; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent__settings > div:first-child, .cookie-consent__settings > label { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.cookie-consent__settings h3, .cookie-consent__settings b { margin: 0; font-family: var(--font-tech); font-size: 24px; font-weight: 600; }
.cookie-consent__settings p, .cookie-consent__settings small { display: block; margin: 5px 0 0; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.5; }
.cookie-consent__settings > div:first-child > span { color: #d4bc98; font-size: 9px; text-transform: uppercase; }
.cookie-consent__settings input { width: 42px; height: 22px; accent-color: var(--red); }
.cookie-consent__settings .cookie-consent__actions { display: flex; border-bottom: 0; }
.cookie-settings-trigger { position: fixed; z-index: 40; right: 18px; bottom: 18px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.14); background: #171714; color: rgba(255,255,255,.72); font-size: 8px; text-transform: uppercase; cursor: pointer; }
[data-cookie-consent]:not([hidden]) ~ .cookie-settings-trigger { display: none; }

@media (max-width: 782px) {
  body.admin-bar .masthead { top: 46px; }
}

@media (max-width: 900px) {
  .legal-grid { grid-template-columns: 1fr; }
  .legal-grid > aside { position: static; }
  .post-row { grid-template-columns: 90px 1fr; }
  .post-row > div, .post-row > a { grid-column: 2; }
}

@media (max-width: 640px) {
  .legal-content { padding: 34px 22px; }
  .cookie-table > div { grid-template-columns: 1fr; gap: 8px; }
  .cookie-consent { right: 12px; bottom: 12px; width: calc(100vw - 24px); max-height: calc(100vh - 24px); padding: 24px; }
  .cookie-consent h2 { font-size: 35px; }
  .cookie-consent__actions { align-items: stretch; flex-direction: column; }
  .cookie-consent__actions .button, .cookie-consent__actions .plain-cookie-button { width: 100%; }
  .cookie-settings-trigger { right: 10px; bottom: 10px; }
  .post-row { grid-template-columns: 1fr; }
  .post-row > div, .post-row > a { grid-column: 1; }
}

/* DREW-BUD 1.1 — rozbudowana oferta, wycena, mapa i mocniejsza identyfikacja */
.offer-rail { grid-template-columns: minmax(450px, auto) 1fr auto; }
.rail-location { gap: 10px; white-space: nowrap; }
.rail-location > span:not(.rail-dot) { color: rgba(255,255,255,.52); }
.rail-location > a { margin-left: 10px; padding-bottom: 2px; border-bottom: 1px solid rgba(218,190,147,.65); color: #dec39c; font-weight: 700; letter-spacing: .07em; }
.rail-location > a:hover { color: #fff; }

.footer-top { grid-template-columns: 1.25fr .68fr .72fr .92fr .92fr; gap: 3.5vw; }
.fixed-signature { min-height: 42px; gap: 6px; border-top: 1px solid rgba(255,255,255,.08); background: #0d0d0b; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .02em; text-transform: none; }
.fixed-signature a { color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.fixed-signature strong { color: rgba(255,255,255,.5); font-weight: 600; }

.supplier-catalog { border-top: 1px solid var(--line); background: #fff; }
.supplier-catalog-head, .roof-products-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 64px; }
.supplier-catalog-head h2, .roof-products-head h2, .quote-prep h2, .visualizer-teaser h2, .quote-form-layout > div:first-child h2, .route-map-panel h2 { margin: 0; font-family: var(--font-tech); font-size: clamp(46px,5vw,74px); font-weight: 500; line-height: .94; letter-spacing: -.025em; }
.supplier-catalog-head > p, .roof-products-head > p, .quote-form-layout > div:first-child > p:last-child { margin: 0; color: var(--steel); font-size: 14px; line-height: 1.75; }
.supplier-catalog-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.supplier-catalog-grid article { min-height: 270px; padding: 28px 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.supplier-catalog-grid article > span, .roof-product-meta > span { color: var(--red); font-size: 9px; font-weight: 700; }
.supplier-catalog-grid h3 { margin: auto 0 16px; font-family: var(--font-tech); font-size: 29px; font-weight: 600; line-height: 1; }
.supplier-catalog-grid p { margin: 0; color: var(--steel); font-size: 11px; line-height: 1.65; }

.roof-products { background: var(--paper); }
.roof-products-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 56px 12px; }
.roof-products-grid article { min-width: 0; }
.roof-products-grid figure { height: 420px; margin: 0 0 22px; overflow: hidden; background: #d4d0c7; }
.roof-products-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.roof-products-grid article:hover img { transform: scale(1.02); }
.roof-product-meta { display: grid; grid-template-columns: 34px .7fr 1fr; gap: 14px; align-items: center; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.roof-product-meta b { font-size: 9px; letter-spacing: .07em; }
.roof-product-meta small { color: var(--steel); font-size: 9px; }
.roof-products-grid h3 { margin: 22px 0 12px; font-family: var(--font-tech); font-size: 42px; font-weight: 600; line-height: 1; }
.roof-products-grid article > p { max-width: 610px; min-height: 66px; color: var(--steel); font-size: 12px; line-height: 1.7; }
.roof-products-grid article > a { display: inline-flex; gap: 42px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.accessory-showcase { background: var(--paper); }
.accessory-showcase-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: end; margin-bottom: 58px; }
.accessory-showcase-head h2 { max-width: 760px; margin: 0; font-family: var(--font-tech); font-size: clamp(50px,5vw,78px); font-weight: 500; line-height: .9; letter-spacing: -.03em; }
.accessory-showcase-head > p { margin: 0; color: var(--steel); font-size: 13px; line-height: 1.75; }
.accessory-showcase-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.accessory-showcase-grid article { min-width: 0; display: grid; grid-template-columns: .95fr 1.05fr; min-height: 370px; background: #fff; overflow: hidden; }
.accessory-showcase-grid figure { min-width: 0; position: relative; margin: 0; overflow: hidden; background: #d4d0c7; }
.accessory-showcase-grid figure::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(0deg,rgba(0,0,0,.38),transparent); }
.accessory-showcase-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.accessory-showcase-grid article:hover img { transform: scale(1.035); }
.accessory-showcase-grid figure > span { position: absolute; z-index: 2; left: 18px; bottom: 16px; color: white; font-size: 9px; font-weight: 700; }
.accessory-showcase-grid article > div { display: flex; flex-direction: column; padding: 34px 30px 28px; }
.accessory-showcase-grid small { color: var(--red); font-size: 8px; font-weight: 700; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.accessory-showcase-grid h3 { margin: 24px 0 16px; font-family: var(--font-tech); font-size: 34px; font-weight: 600; line-height: .92; }
.accessory-showcase-grid p { margin: 0; color: var(--steel); font-size: 11px; line-height: 1.7; }
.accessory-showcase-grid a { align-self: flex-start; margin-top: auto; padding-top: 22px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.accessory-showcase-grid a b { margin-left: 28px; font-size: 14px; }

.item-10 { grid-column: 1 / 7; grid-row: span 3; }
.item-11 { grid-column: 7 / 13; grid-row: span 2; }
.item-12 { grid-column: 7 / 13; grid-row: span 2; }
.item-13 { grid-column: 1 / 5; grid-row: span 2; }
.item-14 { grid-column: 5 / 9; grid-row: span 2; }
.item-15 { grid-column: 9 / 13; grid-row: span 2; }

.quote-prep { background: #fff; }
.quote-prep-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: start; }
.quote-prep ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.quote-prep li { min-height: 132px; display: grid; grid-template-columns: 54px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid var(--line); }
.quote-prep li > span { color: var(--red); font-size: 9px; font-weight: 700; }
.quote-prep li b { font-family: var(--font-tech); font-size: 27px; }
.quote-prep li p { margin: 8px 0 0; color: var(--steel); font-size: 12px; line-height: 1.6; }
.visualizer-teaser { padding: 100px 0; background: var(--coal); color: #fff; }
.visualizer-teaser-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; align-items: center; }
.visualizer-status { min-height: 330px; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line-light); background: linear-gradient(145deg,#24241f,#11110f); clip-path: polygon(0 10%,100% 0,100% 90%,0 100%); }
.visualizer-status span { color: #d5b98f; font-size: 9px; letter-spacing: .13em; }
.visualizer-status b { font-family: var(--font-tech); font-size: 48px; line-height: .9; }
.visualizer-teaser h2 { max-width: 900px; }
.visualizer-teaser-grid > div:last-child > p:last-child { max-width: 820px; margin: 34px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.quote-form-section { background: var(--paper); }
.quote-form-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: start; }
.quote-form-layout > div:first-child { position: sticky; top: 170px; }
.quote-form-layout > div:first-child > p:last-child { margin-top: 32px; }

.route-map-section { padding: 10px 0 110px; background: var(--paper); }
.route-map-shell { min-height: 700px; display: grid; grid-template-columns: .68fr 1.32fr; background: var(--coal); color: #fff; }
.route-map-panel { padding: 58px 48px; }
.route-map-panel h2 { margin-bottom: 52px; }
.route-map-address { padding: 24px 0; border-top: 1px solid var(--line-light); }
.route-map-address > span { display: block; margin-bottom: 14px; color: #d5b98f; font-size: 8px; letter-spacing: .11em; }
.route-map-address > b { display: block; font-family: var(--font-tech); font-size: 25px; }
.route-map-address > p { margin: 9px 0 18px; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.55; }
.route-map-address > a { padding-bottom: 4px; border-bottom: 1px solid currentColor; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.route-map-frames { min-width: 0; display: grid; grid-template-rows: 1.25fr .75fr; gap: 8px; padding: 8px; background: #2b2b27; }
.route-map-frames figure { position: relative; min-height: 0; margin: 0; overflow: hidden; background: #ddd; }
.route-map-frames iframe { width: 100%; height: 100%; min-height: 300px; border: 0; filter: grayscale(.35) contrast(1.05); }
.map-consent { position: absolute; inset: 0; z-index: 1; padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 65% 25%,#e5e1d7,#c7c1b5); color: var(--coal); text-align: center; }
.map-consent::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(35deg,transparent 48%,#929188 49%,#929188 51%,transparent 52%),linear-gradient(115deg,transparent 47%,#aaa79e 48%,#aaa79e 50%,transparent 51%); background-size: 90px 70px,120px 100px; }
.map-consent > * { position: relative; z-index: 1; }
.map-consent b { font-family: var(--font-tech); font-size: 31px; }
.map-consent p { max-width: 340px; margin: 12px 0 20px; color: #5d5f5a; font-size: 11px; line-height: 1.55; }
.map-consent button { padding: 11px 16px; border: 0; background: var(--red); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.route-map-frames figcaption { position: absolute; left: 20px; bottom: 18px; padding: 10px 12px; display: flex; gap: 12px; background: rgba(255,255,255,.94); color: var(--coal); font-size: 9px; text-transform: uppercase; }
.route-map-frames figcaption span { color: var(--red); font-weight: 700; }

@media (max-width: 1250px) {
  .offer-rail { grid-template-columns: 380px 1fr auto; }
  .rail-location > span:not(.rail-dot) { display: none; }
  .footer-top { grid-template-columns: 1.2fr .75fr .75fr 1fr; }
  .footer-address-basinow { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line-light); }
  .supplier-catalog-grid { grid-template-columns: repeat(3,1fr); }
  .mega-menu-layout { grid-template-columns: .65fr 1.35fr; }
  .mega-menu-intro { padding-right: 30px; }
  .mega-menu-categories > a { padding: 28px 24px; }
  .mega-menu-visual { display: none; }
}

@media (max-width: 900px) {
  .supplier-catalog-head, .roof-products-head, .accessory-showcase-head, .quote-prep-grid, .quote-form-layout, .route-map-shell { grid-template-columns: 1fr; }
  .supplier-catalog-grid { grid-template-columns: repeat(2,1fr); }
  .accessory-showcase-grid { grid-template-columns: 1fr; }
  .quote-form-layout > div:first-child { position: static; }
  .visualizer-teaser-grid { grid-template-columns: 1fr; }
  .visualizer-status { max-width: 430px; }
  .route-map-frames { min-height: 720px; }
}

@media (max-width: 640px) {
  .fixed-signature { min-height: 44px; gap: 6px; padding: 10px 16px; }
  .fixed-signature a { font-size: 9px; }
  .supplier-catalog-grid, .roof-products-grid { grid-template-columns: 1fr; }
  .supplier-catalog-grid article { min-height: 230px; }
  .roof-products-grid figure { height: 330px; }
  .roof-products-grid article > p { min-height: 0; }
  .accessory-showcase-grid article { grid-template-columns: 1fr; }
  .accessory-showcase-grid figure { min-height: 330px; }
  .editorial-gallery .gallery-item { grid-column: 1; grid-row: auto; }
  .visualizer-teaser { padding: 78px 0; }
  .route-map-panel { padding: 44px 24px; }
  .route-map-frames { min-height: 620px; }
}

/* Controlled placement for consent-loaded supplier campaigns. */
.supplier-live-section { padding: 70px 0; overflow: hidden; border-top: 1px solid var(--line); background: #fff; }
.supplier-live-shell { display: grid; gap: 18px; }
.supplier-live-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6vw; align-items: end; margin-bottom: 18px; }
.supplier-live-heading > p:last-child { max-width: 680px; margin: 0; color: var(--steel); font-size: 11px; line-height: 1.65; }
.supplier-layer-slot { min-width: 0; width: 100%; overflow: hidden; isolation: isolate; background: var(--paper); }
.supplier-layer-slot img, .supplier-layer-slot video { max-width: 100% !important; height: auto; }
.supplier-layer-slot iframe { display: block; width: 100% !important; max-width: 100% !important; min-height: 280px; border: 0; }
.supplier-layer-slot > div { max-width: 100%; }

@media (max-width: 700px) {
  .supplier-live-section { padding: 48px 0; }
  .supplier-live-heading { grid-template-columns: 1fr; }
}
/* Realisations gallery 2.1 — three clean columns with an accessible lightbox. */
.editorial-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 24px;
}
.editorial-gallery .gallery-item {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-column: auto;
  grid-row: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.gallery-open {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #d4d0c7;
  cursor: zoom-in;
}
.gallery-open::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(0deg, rgba(0,0,0,.36), transparent);
  opacity: 0;
  transition: opacity .35s ease;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.gallery-item:hover img,
.gallery-item:focus-within img { transform: scale(1.035); }
.gallery-item:hover .gallery-open::after,
.gallery-item:focus-within .gallery-open::after { opacity: 1; }
.gallery-view-label {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.75);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .3s ease, transform .3s ease;
}
.gallery-item:hover .gallery-view-label,
.gallery-item:focus-within .gallery-view-label { opacity: 1; transform: translateY(0); }
.editorial-gallery .gallery-item figcaption {
  position: relative;
  inset: auto;
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  align-items: start;
  gap: 12px;
  padding: 18px 18px 20px;
  background: #fff;
}
.editorial-gallery .gallery-item figcaption > span {
  padding-top: 2px;
  color: var(--red);
  font-size: 9px;
  font-weight: 700;
}
.editorial-gallery .gallery-item figcaption div { min-width: 0; display: grid; gap: 5px; }
.editorial-gallery .gallery-item figcaption b {
  overflow-wrap: anywhere;
  font-family: var(--font-tech);
  font-size: 17px;
  line-height: 1.05;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.editorial-gallery .gallery-item figcaption small {
  color: var(--steel);
  font-size: 10px;
  line-height: 1.45;
}
body.gallery-lightbox-open { overflow: hidden; }
.gallery-lightbox[hidden] { display: none !important; }
.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  grid-template-columns: 90px minmax(0,1fr) 90px;
  align-items: center;
  padding: 48px;
  background: rgba(13,13,12,.96);
  color: #fff;
}
.gallery-lightbox figure {
  grid-column: 2;
  width: min(1180px, 100%);
  max-height: calc(100vh - 96px);
  margin: 0 auto;
  display: grid;
  grid-template-rows: minmax(0,1fr) auto;
}
.gallery-lightbox figure > img {
  width: 100%;
  max-height: calc(100vh - 190px);
  object-fit: contain;
  background: #0a0a09;
}
.gallery-lightbox figcaption {
  display: grid;
  grid-template-columns: 60px minmax(0,1fr);
  gap: 18px;
  padding: 18px 0 0;
}
.gallery-lightbox figcaption > span { color: #d7b7a3; font-size: 10px; letter-spacing: .12em; }
.gallery-lightbox figcaption div { display: grid; gap: 5px; }
.gallery-lightbox figcaption b { font-family: var(--font-tech); font-size: 22px; text-transform: uppercase; }
.gallery-lightbox figcaption small { color: rgba(255,255,255,.58); font-size: 11px; }
.gallery-lightbox button {
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.04);
  color: #fff;
  cursor: pointer;
}
.gallery-lightbox-close {
  position: absolute;
  top: 26px;
  right: 28px;
  width: 48px;
  height: 48px;
  font-size: 29px;
  line-height: 1;
}
.gallery-lightbox-nav {
  width: 58px;
  height: 58px;
  justify-self: center;
  font-size: 24px;
}
.gallery-lightbox-nav.is-prev { grid-column: 1; }
.gallery-lightbox-nav.is-next { grid-column: 3; }
.gallery-lightbox button:hover,
.gallery-lightbox button:focus-visible { border-color: #fff; background: rgba(255,255,255,.12); outline: 2px solid transparent; }

@media (max-width: 900px) {
  .editorial-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .gallery-lightbox { grid-template-columns: 54px minmax(0,1fr) 54px; padding: 30px 14px; }
  .gallery-lightbox-nav { width: 44px; height: 52px; }
}

@media (max-width: 640px) {
  .editorial-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .gallery-open { aspect-ratio: 1 / 1; }
  .gallery-view-label { display: none; }
  .editorial-gallery .gallery-item figcaption {
    grid-template-columns: 22px minmax(0,1fr);
    gap: 7px;
    padding: 11px 9px 13px;
  }
  .editorial-gallery .gallery-item figcaption b { font-size: 12px; }
  .editorial-gallery .gallery-item figcaption small { display: none; }
  .gallery-lightbox { grid-template-columns: 1fr; padding: 68px 16px 82px; }
  .gallery-lightbox figure { grid-column: 1; max-height: calc(100vh - 150px); }
  .gallery-lightbox figure > img { max-height: calc(100vh - 245px); }
  .gallery-lightbox figcaption { grid-template-columns: 42px minmax(0,1fr); }
  .gallery-lightbox-nav { position: absolute; bottom: 18px; width: 52px; height: 48px; }
  .gallery-lightbox-nav.is-prev { left: calc(50% - 60px); }
  .gallery-lightbox-nav.is-next { right: calc(50% - 60px); }
  .gallery-lightbox-close { top: 12px; right: 14px; }
}
