:root {
  --ink: #0b0d10;
  --ink-soft: #22262c;
  --muted: #656b74;
  --line: #dfe2e5;
  --paper: #ffffff;
  --paper-soft: #f6f6f4;
  --sand: #efebe3;
  --accent: #f50057;
  --accent-dark: #ca0048;
  --dark: #090c11;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(10, 12, 15, .14);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 118px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 14px;
  z-index: 9999;
  padding: 12px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 1000; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--accent); }

.topbar { background: var(--dark); color: #fff; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.topbar__inner { height: 31px; display: flex; align-items: center; justify-content: space-between; }
.topbar__signal { color: #aeb2b9; display: flex; align-items: center; gap: 9px; }
.topbar__signal i { width: 6px; height: 6px; border-radius: 50%; background: #55e39f; box-shadow: 0 0 0 5px rgba(85,227,159,.12); }
.topbar a { font-weight: 700; }

.header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(223,225,228,.78); backdrop-filter: blur(18px); }
.header__inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 6px; width: fit-content; font-size: 17px; font-weight: 900; letter-spacing: -.055em; }
.logo__chip { display: grid; place-items: center; height: 18px; min-width: 29px; padding: 0 4px; color: #fff; background: var(--ink); border-radius: 2px; font-size: 10px; font-style: italic; transform: skew(-8deg); }
.logo--light { color: #fff; }
.logo--light .logo__chip { color: var(--ink); background: #fff; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 12px; font-weight: 700; }
.nav a { position: relative; padding: 10px 0; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 3px; width: 100%; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.header__cta { justify-self: end; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 7px 0; background: var(--ink); transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button--dark { min-height: 38px; padding-inline: 18px; color: #fff; background: var(--ink); box-shadow: 0 10px 25px rgba(11,13,16,.15); }
.button--accent { color: #fff; background: var(--accent); box-shadow: 0 14px 34px rgba(245,0,87,.23); }
.button--accent:hover { background: var(--accent-dark); box-shadow: 0 18px 44px rgba(245,0,87,.28); }
.button--light { color: var(--ink); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding: 10px 0; font-size: 12px; font-weight: 800; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-2px); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #4f555e; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--accent); }
.eyebrow--light { color: #a9afb9; }

/* HERO — editorial image, no decorative orbit */
.hero { min-height: 820px; overflow: hidden; padding-top: 86px; padding-bottom: 32px; background: linear-gradient(135deg,#fff 0%,#fbfbfa 58%,#f9eff3 100%); }
.hero__grid-bg { position: absolute; inset: 0; pointer-events: none; opacity: .42; background-image: linear-gradient(rgba(15,18,22,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,18,22,.035) 1px,transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(circle at 76% 30%,black 0%,transparent 60%); }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -160px; top: -180px; border-radius: 50%; background: rgba(245,0,87,.075); }
.hero__layout { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 72px; align-items: center; }
.hero__copy { padding-bottom: 20px; }
.hero h1 { max-width: 660px; margin: 0; font-size: clamp(54px, 5.75vw, 84px); line-height: .91; letter-spacing: -.075em; font-weight: 900; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero__lead { max-width: 610px; margin: 30px 0 0; color: #545a63; font-size: 15px; line-height: 1.72; }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.hero__stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 50px; padding-top: 22px; border-top: 1px solid #d8dade; }
.hero__stats div { display: flex; align-items: baseline; gap: 10px; }
.hero__stats strong { font-size: 20px; letter-spacing: -.04em; }
.hero__stats span { max-width: 112px; color: #727780; font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.hero-media { position: relative; }
.hero-media__frame { position: relative; padding: 12px 12px 0 0; }
.hero-media__frame::before { content: ""; position: absolute; inset: 0 0 12px 12px; border: 1px solid rgba(13,15,18,.17); border-radius: 28px; transform: translate(16px,-16px); }
.hero-media__photo { position: relative; z-index: 2; height: 590px; margin: 0; overflow: hidden; border-radius: 26px; background: #111; box-shadow: 0 32px 85px rgba(10,12,15,.19); }
.hero-media__photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(4,6,8,.02) 35%,rgba(4,6,8,.74) 100%); }
.hero-media__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; transition: transform 1.1s cubic-bezier(.2,.7,.1,1); }
.hero-media:hover .hero-media__photo img { transform: scale(1.025); }
.hero-media__photo figcaption { position: absolute; z-index: 3; left: 34px; right: 34px; bottom: 32px; color: #fff; }
.hero-media__photo figcaption span { display: block; margin-bottom: 11px; color: rgba(255,255,255,.72); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.hero-media__photo figcaption strong { display: block; font-size: clamp(24px,2.35vw,34px); line-height: 1.02; letter-spacing: -.045em; }
.hero-media__accent { position: absolute; z-index: 3; top: -1px; right: 8px; width: 78px; height: 5px; background: var(--accent); }
.hero-media__meta { position: relative; z-index: 4; display: grid; grid-template-columns: .8fr 1.25fr 1fr; margin: -1px 20px 0; background: #fff; border: 1px solid #e0e2e5; border-top: 0; border-radius: 0 0 18px 18px; box-shadow: 0 20px 45px rgba(10,12,15,.09); }
.hero-media__meta div { min-height: 78px; padding: 19px 20px; border-right: 1px solid #e4e6e8; }
.hero-media__meta div:last-child { border-right: 0; }
.hero-media__meta span { display: block; margin-bottom: 7px; color: #949aa3; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.hero-media__meta strong { display: block; font-size: 10px; line-height: 1.35; }

.discipline-bar { position: relative; margin-top: 44px; min-height: 78px; border-top: 1px solid #d9dbde; border-bottom: 1px solid #d9dbde; display: flex; align-items: center; justify-content: space-between; color: #5a6068; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.discipline-bar i { width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }

.section--muted { background: var(--paper-soft); }
.section--sand { background: var(--sand); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 55px; }
.section-heading--compact { margin-bottom: 42px; }
.section-heading h2 { margin: 0; font-size: clamp(40px,4.4vw,64px); line-height: .98; letter-spacing: -.065em; }
.section-heading h2 em { color: var(--accent); font-style: normal; }
.section-heading > p { margin: 0 0 6px; color: #626872; font-size: 14px; line-height: 1.75; }

/* BRAND GRID */
.brand-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.brand-card { position: relative; min-height: 280px; padding: 25px; border: 1px solid #e0e2e5; border-radius: 18px; background: #fff; display: flex; flex-direction: column; overflow: hidden; transition: transform .3s ease, border-color .3s, box-shadow .3s; }
.brand-card::before { content: ""; position: absolute; inset: -1px; opacity: 0; background: radial-gradient(320px circle at var(--mx,50%) var(--my,50%),rgba(245,0,87,.11),transparent 42%); transition: opacity .25s; pointer-events: none; }
.brand-card:hover { transform: translateY(-6px); border-color: rgba(245,0,87,.35); box-shadow: 0 24px 50px rgba(14,16,20,.09); }
.brand-card:hover::before { opacity: 1; }
.brand-card__index { position: absolute; top: 16px; right: 18px; color: #9aa0a8; font-size: 8px; letter-spacing: .12em; }
.brand-card__logo { position: relative; width: 120px; height: 56px; display: flex; align-items: center; margin-bottom: 30px; }
.brand-card__logo img { max-width: 100%; max-height: 52px; object-fit: contain; object-position: left center; }
.brand-card__logo--square img { width: 50px; height: 50px; border-radius: 10px; object-fit: cover; }
.brand-card h3 { margin: 0 0 10px; font-size: 19px; letter-spacing: -.035em; }
.brand-card p { margin: 0; color: #6b717a; font-size: 12px; line-height: 1.55; }
.brand-card__link { position: relative; margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; }
.brand-card__link b { font-size: 16px; transition: transform .25s; }
.brand-card:hover .brand-card__link b { color: var(--accent); transform: translate(3px,-3px); }

/* BALANCED SHOWROOM GALLERY */
.experience { background: #fff; }
.gallery-layout { display: grid; grid-template-columns: 1.17fr .83fr; gap: 14px; min-height: 650px; }
.gallery-layout__side { display: grid; grid-template-rows: 1.06fr .94fr; gap: 14px; min-width: 0; }
.gallery-layout__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; min-width: 0; }
.gallery-card { position: relative; min-width: 0; min-height: 0; margin: 0; overflow: hidden; border-radius: 20px; background: #111; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.1,1); }
.gallery-card--main img { object-position: 48% 50%; }
.gallery-card--feature img { object-position: 56% 58%; }
.gallery-card--small img { object-position: 50% 48%; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(5,7,9,.82),rgba(5,7,9,.02) 60%); }
.gallery-card figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; color: #fff; }
.gallery-card figcaption span { display: block; margin-bottom: 8px; color: #d7dbe1; font-size: 8px; letter-spacing: .15em; }
.gallery-card figcaption strong { display: block; font-size: 17px; line-height: 1.15; }
.gallery-card--main figcaption strong { max-width: 460px; font-size: 24px; }
.gallery-card--small figcaption { left: 18px; right: 18px; bottom: 17px; }
.gallery-card--small figcaption strong { font-size: 14px; }
.gallery-card:hover img { transform: scale(1.045); }
.experience-points { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 26px; border-top: 1px solid #dfe2e5; border-bottom: 1px solid #dfe2e5; }
.experience-points div { display: grid; grid-template-columns: 36px 1fr; gap: 15px; align-items: center; min-height: 82px; padding: 16px 22px; border-right: 1px solid #dfe2e5; }
.experience-points div:last-child { border-right: 0; }
.experience-points span { color: var(--accent); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.experience-points strong { font-size: 12px; line-height: 1.35; }

/* WINTEREVENT */
.winter { overflow: hidden; background: linear-gradient(125deg,#07090c,#10141a 56%,#111829); color: #fff; }
.winter__mesh { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right,transparent 0%,black 35%,black 100%); }
.winter::after { content: ""; position: absolute; right: -160px; top: -160px; width: 580px; height: 580px; border: 1px solid rgba(245,0,87,.24); border-radius: 50%; box-shadow: 0 0 0 70px rgba(245,0,87,.03),0 0 0 140px rgba(245,0,87,.025); }
.winter__layout { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; gap: 92px; align-items: center; }
.winter__copy h2 { margin: 0; font-size: clamp(45px,5vw,70px); line-height: .96; letter-spacing: -.065em; }
.winter__copy p { max-width: 560px; margin: 28px 0 30px; color: #aeb4bd; font-size: 14px; line-height: 1.75; }
.winter-console { position: relative; padding: 18px 20px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.055); box-shadow: 0 35px 90px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
.winter-console__head { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; padding: 3px 4px 17px; color: #9299a4; font-size: 8px; letter-spacing: .14em; }
.winter-console__head i { height: 1px; background: rgba(255,255,255,.12); }
.winter-console__head b { color: #55e39f; }
.journey-step { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: center; padding: 18px 12px; border-top: 1px solid rgba(255,255,255,.09); }
.journey-step > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: var(--accent); background: #080a0d; font-size: 9px; font-weight: 900; }
.journey-step strong { display: block; font-size: 13px; }
.journey-step small { display: block; margin-top: 5px; color: #848b95; font-size: 9px; }
.winter-console__mountains { height: 115px; margin: 15px -20px 0; }
.winter-console__mountains svg { width: 100%; height: 100%; }
.winter-console__mountains path { fill: #252a32; }

.partner-rail { position: relative; z-index: 2; margin-top: 72px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.partner-rail__label { display: block; margin-bottom: 30px; color: #6f7681; font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.partner-rail__logos { display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 36px; }
.partner-rail__logos > * { position: relative; min-height: 62px; display: flex; align-items: center; justify-content: flex-start; }
.partner-rail__logos > *:not(:last-child)::after { content: ""; position: absolute; top: 10px; right: -18px; width: 1px; height: 38px; background: rgba(255,255,255,.12); }
.partner-rail img { max-width: 150px; max-height: 52px; object-fit: contain; object-position: left center; opacity: .68; transition: opacity .25s; }
.partner-rail a:hover img { opacity: 1; }
.partner-rail__wordmark { flex-direction: column; align-items: flex-start !important; justify-content: center !important; gap: 6px; }
.partner-rail__wordmark strong { color: #fff; font-size: 18px; letter-spacing: .02em; }
.partner-rail__wordmark span { color: #717986; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

/* PROCESS — editorial numbered sequence, no icon cards */
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: stretch; }
.process-visual { position: relative; min-height: 650px; margin: 0; overflow: hidden; border-radius: 24px; background: #111; }
.process-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,7,9,.03) 35%,rgba(5,7,9,.82) 100%); }
.process-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; transition: transform .9s cubic-bezier(.2,.7,.1,1); }
.process-visual:hover img { transform: scale(1.035); }
.process-visual figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 30px; color: #fff; }
.process-visual figcaption span { display: block; margin-bottom: 12px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.process-visual figcaption strong { display: block; max-width: 390px; font-size: 28px; line-height: 1.04; letter-spacing: -.045em; }
.process-list { border-top: 1px solid rgba(11,13,16,.22); }
.process-step { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 34px 0 32px; border-bottom: 1px solid rgba(11,13,16,.18); transition: padding-left .3s ease; }
.process-step:hover { padding-left: 10px; }
.process-step__number { padding-top: 5px; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.process-step h3 { margin: 0 0 10px; font-size: clamp(22px,2.1vw,30px); letter-spacing: -.045em; }
.process-step p { max-width: 650px; margin: 0; color: #60666f; font-size: 13px; line-height: 1.65; }
.process-step__meta { display: block; margin-top: 16px; color: #90959d; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.statement { padding: 112px 0; color: #fff; background: var(--accent); }
.statement__inner { position: relative; max-width: 970px; }
.statement__quote { position: absolute; left: 0; top: -38px; font-family: Georgia,serif; font-size: 80px; opacity: .65; }
.statement blockquote { margin: 0; padding-left: 78px; font-size: clamp(34px,4vw,56px); line-height: 1.04; font-weight: 850; letter-spacing: -.055em; }
.statement__signature { display: block; margin: 26px 0 0 78px; font-size: 9px; font-weight: 800; letter-spacing: .15em; }

.contact { background: #fff; }
.contact-card { position: relative; min-height: 305px; padding: 56px 60px; overflow: hidden; border-radius: 26px; background: #f4f2ef; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; }
.contact-card h2 { position: relative; z-index: 2; margin: 0; font-size: clamp(36px,4vw,55px); line-height: 1; letter-spacing: -.06em; }
.contact-card p { position: relative; z-index: 2; max-width: 620px; margin: 18px 0 0; color: #656b73; font-size: 13px; line-height: 1.6; }
.contact-card__actions { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.contact-card__actions .text-link { justify-content: center; }
.contact-card__watermark { position: absolute; right: -15px; bottom: -86px; color: rgba(13,15,18,.045); font-size: 260px; line-height: 1; font-weight: 950; letter-spacing: -.1em; }

.footer { color: #fff; background: var(--dark); }
.footer__top { min-height: 170px; display: grid; grid-template-columns: 1fr 1.5fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer__top p { margin: 0; color: #7f858e; font-size: 11px; text-align: center; }
.footer__top > a:last-child { justify-self: end; font-size: 10px; font-weight: 800; }
.footer__bottom { min-height: 88px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #6f757e; font-size: 9px; }
.footer__bottom > span:nth-child(2) { text-align: center; }
.footer__bottom nav { justify-self: end; display: flex; gap: 20px; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.1,1); }
.reveal--delay { transition-delay: .14s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .hero__layout { grid-template-columns: 1fr; }
  .hero__copy { max-width: 760px; }
  .hero-media { max-width: 760px; }
  .hero-media__photo { height: 640px; }
  .brand-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-layout { grid-template-columns: 1fr; min-height: auto; }
  .gallery-card--main { height: 560px; }
  .gallery-layout__side { grid-template-rows: 390px 320px; }
  .winter__layout { grid-template-columns: 1fr; }
  .winter__copy { max-width: 760px; }
  .process-layout { grid-template-columns: .9fr 1.1fr; gap: 42px; }
  .contact-card { grid-template-columns: 1fr; gap: 35px; }
  .contact-card__actions { max-width: 420px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 28px, 680px); --radius: 18px; }
  .section { padding: 82px 0; }
  .topbar__signal { display: none; }
  .header__inner { grid-template-columns: 1fr auto; min-height: 66px; }
  .header__cta { display: none; }
  .menu-toggle { display: block; justify-self: end; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .nav { position: fixed; left: 0; right: 0; top: 97px; height: calc(100vh - 97px); padding: 54px 28px; background: rgba(255,255,255,.98); flex-direction: column; align-items: flex-start; gap: 20px; transform: translateX(100%); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .35s ease, opacity .25s ease; }
  .nav.is-open { transform: translateX(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .nav a { font-size: 28px; letter-spacing: -.04em; }

  .hero { min-height: auto; padding-top: 60px; }
  .hero h1 { font-size: clamp(49px,15vw,70px); }
  .hero__lead { font-size: 14px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero__stats { gap: 10px; }
  .hero__stats div { display: block; }
  .hero__stats span { display: block; margin-top: 5px; }
  .hero-media__frame { padding: 8px 8px 0 0; }
  .hero-media__frame::before { transform: translate(10px,-10px); border-radius: 22px; }
  .hero-media__photo { height: min(112vw, 530px); border-radius: 20px; }
  .hero-media__photo figcaption { left: 22px; right: 22px; bottom: 22px; }
  .hero-media__meta { grid-template-columns: 1fr; margin-inline: 12px; }
  .hero-media__meta div { min-height: 64px; border-right: 0; border-bottom: 1px solid #e4e6e8; }
  .hero-media__meta div:last-child { border-bottom: 0; }
  .discipline-bar { margin-top: 36px; overflow-x: auto; justify-content: flex-start; gap: 18px; padding: 0 4px; scrollbar-width: none; }
  .discipline-bar span { white-space: nowrap; }

  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-heading h2 { font-size: 44px; }
  .brand-grid { grid-template-columns: 1fr; }
  .brand-card { min-height: 250px; }

  .gallery-card--main { height: 420px; }
  .gallery-layout__side { display: block; }
  .gallery-card--feature { height: 390px; margin-bottom: 14px; }
  .gallery-layout__pair { grid-template-columns: 1fr; }
  .gallery-card--small { height: 330px; }
  .experience-points { grid-template-columns: 1fr; }
  .experience-points div { border-right: 0; border-bottom: 1px solid #dfe2e5; }
  .experience-points div:last-child { border-bottom: 0; }

  .partner-rail__logos { grid-template-columns: 1fr 1fr; gap: 24px 28px; }
  .partner-rail__logos > * { min-height: 70px; }
  .partner-rail__logos > *::after { display: none; }
  .partner-rail img { max-width: 125px; max-height: 45px; }

  .process-layout { grid-template-columns: 1fr; gap: 34px; }
  .process-visual { min-height: 500px; }
  .process-step { grid-template-columns: 46px 1fr; gap: 14px; padding: 28px 0; }
  .process-step:hover { padding-left: 0; }

  .statement { padding: 85px 0; }
  .statement blockquote { padding-left: 0; font-size: 38px; }
  .statement__quote { position: static; display: block; height: 55px; }
  .statement__signature { margin-left: 0; }
  .contact-card { padding: 38px 28px; }
  .contact-card h2 { font-size: 40px; }
  .footer__top { grid-template-columns: 1fr; gap: 20px; padding: 45px 0; text-align: left; }
  .footer__top p { text-align: left; }
  .footer__top > a:last-child { justify-self: start; }
  .footer__bottom { grid-template-columns: 1fr; gap: 13px; padding: 28px 0; }
  .footer__bottom > span:nth-child(2) { text-align: left; }
  .footer__bottom nav { justify-self: start; }
}

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