:root {
  --ink: #0b0b0a;
  --ink-soft: #161614;
  --bone: #ede9df;
  --paper: #f5f2ea;
  --stone: #c9c2b3;
  --line: rgba(11, 11, 10, .18);
  --line-light: rgba(255, 255, 255, .22);
  --accent: #d7a652;
  --pad: clamp(1.25rem, 4vw, 4.75rem);
  --max: 1800px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
figure { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--accent); color: var(--ink); }

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 9999;
  padding: .75rem 1rem;
  background: white;
  color: black;
  transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }

.section-pad { padding-left: var(--pad); padding-right: var(--pad); }
.section-label {
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 700;
}
.section-label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  margin: 0 .7rem .22rem 0;
  background: currentColor;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--ink);
  display: grid;
  place-items: center;
  transition: transform 1s var(--ease) .25s;
}
.page-loader__mark {
  width: 5.5rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-size: .75rem;
  letter-spacing: .16em;
}
.page-loader__line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: white;
  transform-origin: left;
  animation: loadLine 1.15s var(--ease) forwards;
}
.loaded .page-loader { transform: translateY(-100%); }
@keyframes loadLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: 5.2rem;
  padding: 0 var(--pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  transition: background .45s ease, min-height .45s ease, border-color .45s ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  min-height: 4.3rem;
  background: rgba(11,11,10,.88);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(255,255,255,.11);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 600; letter-spacing: .025em; }
.brand img { width: 2rem; height: 2.05rem; object-fit: contain; }
.desktop-nav { display: flex; gap: clamp(1.2rem, 2.5vw, 2.8rem); font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { position: relative; padding: .5rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .25rem; height: 1px; background: white; transition: right .35s var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: .6rem 0 .6rem .8rem; align-items: center; gap: .8rem; cursor: pointer; }
.menu-toggle__label { font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; }
.menu-toggle__lines { width: 1.8rem; height: 1rem; position: relative; }
.menu-toggle__lines i { position: absolute; left: 0; width: 100%; height: 1px; background: currentColor; transition: transform .35s var(--ease), top .35s var(--ease); }
.menu-toggle__lines i:first-child { top: .25rem; }
.menu-toggle__lines i:last-child { top: .75rem; }
.menu-open .menu-toggle__lines i:first-child { top: .5rem; transform: rotate(45deg); }
.menu-open .menu-toggle__lines i:last-child { top: .5rem; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 900;
  background: var(--ink);
  color: white;
  padding: 8rem var(--pad) 2rem;
}
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; border-top: 1px solid var(--line-light); }
.mobile-menu nav a { display: flex; align-items: baseline; gap: 1rem; border-bottom: 1px solid var(--line-light); padding: .75rem 0; font-size: clamp(2.25rem, 11vw, 5rem); line-height: 1; letter-spacing: -.05em; }
.mobile-menu nav a span { font-size: .68rem; letter-spacing: .12em; }
.mobile-menu__contact { position: absolute; left: var(--pad); right: var(--pad); bottom: 2rem; display: flex; justify-content: space-between; gap: 1rem; font-size: .78rem; }

.hero {
  position: relative;
  height: 100svh;
  min-height: 44rem;
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 56%);
  overflow: hidden;
}
.hero__copy { position: relative; z-index: 2; height: 100%; min-height: 0; padding: clamp(7.5rem, 12vh, 10rem) var(--pad) clamp(2rem, 5vh, 4.5rem); display: flex; flex-direction: column; }
.hero__eyebrow { display: flex; align-items: center; gap: .7rem; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.hero__eyebrow span { width: 2rem; height: 1px; background: rgba(255,255,255,.4); }
.hero__title { margin: auto 0 1.7rem; font-size: clamp(3.75rem, 7.2vw, 9.4rem); line-height: .82; letter-spacing: -.075em; font-weight: 500; }
.hero__line { display: block; overflow: hidden; padding-right: .08em; }
.hero__line > span { display: block; transform: translateY(115%); transition: transform 1.2s var(--ease); }
.hero__line:nth-child(2) > span { transition-delay: .08s; }
.hero__line:nth-child(3) > span { transition-delay: .16s; }
.loaded .hero__line > span { transform: translateY(0); }
.hero__title em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: .62em; letter-spacing: -.02em; }
.hero__statement { max-width: 30rem; margin: 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.3vw, 1.35rem); }
.hero__actions { margin-top: 2rem; display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; }
.text-link { display: inline-flex; align-items: center; gap: .55rem; padding-bottom: .35rem; border-bottom: 1px solid rgba(255,255,255,.55); font-size: .78rem; text-transform: uppercase; letter-spacing: .11em; }
.text-link span { transition: transform .3s ease; }
.text-link:hover span { transform: translate(.2rem, .2rem); }
.text-link--muted { border-color: transparent; color: rgba(255,255,255,.58); }
.hero__index { position: absolute; bottom: 2.1rem; right: 1.5rem; writing-mode: vertical-rl; font-size: .66rem; letter-spacing: .12em; color: rgba(255,255,255,.34); }
.hero__media { position: relative; min-width: 0; height: 100%; min-height: 0; overflow: hidden; background: #433a2e; }
.hero__media picture, .hero__media img { width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 52% 55%; transform: scale(1.06); transition: transform 2s var(--ease); }
.loaded .hero__media img { transform: scale(1); }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,11,10,.4), transparent 30%), linear-gradient(0deg, rgba(11,11,10,.28), transparent 40%); pointer-events: none; }
.hero__media figcaption { position: absolute; z-index: 2; left: 1.6rem; right: 1.6rem; bottom: 1.55rem; display: flex; justify-content: space-between; gap: 1rem; font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.82); }
.hero__media-rule { position: absolute; z-index: 2; left: 1.6rem; top: 6.4rem; width: 1px; height: 5rem; background: rgba(255,255,255,.6); }
.hero__scroll { position: absolute; z-index: 3; left: calc(44% - .45rem); bottom: 1.2rem; display: grid; place-items: center; gap: .55rem; color: rgba(255,255,255,.6); font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll span { writing-mode: vertical-rl; }
.hero__scroll i { width: 1px; height: 3rem; background: linear-gradient(white 0 40%, rgba(255,255,255,.25) 40%); animation: scrollPulse 2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.7); transform-origin: top; } 50% { transform: scaleY(1); } }

.js .reveal-up { opacity: 0; transform: translateY(2.3rem); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.js .reveal-up.is-visible { opacity: 1; transform: none; }
.js .image-reveal { clip-path: inset(0 0 100% 0); transition: clip-path 1.15s var(--ease); }
.js .image-reveal.is-visible { clip-path: inset(0 0 0 0); }

.manifesto { padding-top: clamp(7rem, 12vw, 13rem); padding-bottom: clamp(7rem, 12vw, 13rem); display: grid; grid-template-columns: 1fr 4fr; gap: 4rem; max-width: var(--max); margin: 0 auto; }
.manifesto__body { display: grid; grid-template-columns: minmax(0, 2fr) minmax(18rem, .8fr); gap: clamp(2rem, 6vw, 8rem); align-items: end; }
.manifesto__headline { margin: 0; font-weight: 500; font-size: clamp(3rem, 6.3vw, 8.2rem); line-height: .94; letter-spacing: -.06em; }
.manifesto__headline em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.manifesto__copy { border-top: 1px solid var(--line); padding-top: 1.1rem; font-size: clamp(1rem, 1.2vw, 1.25rem); color: rgba(11,11,10,.68); }
.manifesto__copy p { margin: 0 0 1rem; }

.subject-marquee { overflow: hidden; background: var(--accent); color: var(--ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.subject-marquee__track { width: max-content; display: flex; align-items: center; gap: 1.25rem; padding: 1.05rem 0; animation: marquee 34s linear infinite; font-size: clamp(1.2rem, 2.2vw, 2.4rem); text-transform: uppercase; letter-spacing: -.025em; }
.subject-marquee__track i { width: .42rem; height: .42rem; border-radius: 50%; background: currentColor; }
@keyframes marquee { to { transform: translateX(-50%); } }

.work { background: var(--bone); }
.work__header { max-width: var(--max); margin: 0 auto; padding-top: clamp(6rem, 10vw, 11rem); padding-bottom: clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: 1fr 4fr; gap: 4rem; }
.work__intro { display: flex; justify-content: space-between; gap: 2rem; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 1.5rem; }
.work__intro h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 6.3rem); font-weight: 500; letter-spacing: -.055em; }
.work__intro p { max-width: 30rem; margin: 0; color: rgba(11,11,10,.62); }

.feature { position: relative; padding: 0 var(--pad) clamp(7rem, 12vw, 13rem); max-width: var(--max); margin: 0 auto; }
.feature__meta { display: grid; grid-template-columns: 4rem 1fr auto; align-items: baseline; gap: 1rem; margin-bottom: 1.2rem; }
.feature__meta span { font-size: .7rem; letter-spacing: .12em; }
.feature__meta strong { font-size: clamp(2rem, 4vw, 5rem); font-weight: 500; letter-spacing: -.045em; }
.feature__meta small { max-width: 17rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(11,11,10,.55); }
.feature__image { display: block; position: relative; width: 100%; border: 0; padding: 0; background: none; overflow: hidden; cursor: zoom-in; text-align: left; }
.feature__image img { aspect-ratio: 16/9; object-fit: cover; transition: transform 1.1s var(--ease); }
.feature__image:hover img { transform: scale(1.025); }
.feature__view { position: absolute; right: 1.25rem; bottom: 1.25rem; background: rgba(11,11,10,.82); color: white; padding: .7rem 1rem; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; transform: translateY(calc(100% + 1.25rem)); transition: transform .35s var(--ease); }
.feature__image:hover .feature__view, .feature__image:focus-visible .feature__view { transform: translateY(0); }

.duo { max-width: var(--max); margin: 0 auto; padding-bottom: clamp(8rem, 13vw, 15rem); display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(2rem, 8vw, 10rem); align-items: center; }
.duo__item button { border: 0; padding: 0; background: none; cursor: zoom-in; width: 100%; overflow: hidden; }
.duo__item--portrait { margin-top: 8rem; }
.duo__item--portrait button img { aspect-ratio: 2/3; object-fit: cover; }
.duo__item--landscape button img { aspect-ratio: 4/3; object-fit: cover; }
.parallax-frame { overflow: hidden; }
.parallax-media { transform: scale(1.08); will-change: transform; }
.duo__meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; border-top: 1px solid var(--line); padding-top: .85rem; }
.duo__meta span { font-size: .73rem; text-transform: uppercase; letter-spacing: .11em; }
.duo__meta p { max-width: 17rem; margin: 0; color: rgba(11,11,10,.6); font-size: .85rem; }
.duo__meta--bottom { margin: 1rem 0 0; }

.feature--dark { max-width: none; background: var(--ink); color: white; padding-top: clamp(6rem, 9vw, 10rem); }
.feature--dark .feature__meta { max-width: calc(var(--max) - var(--pad) * 2); margin-left: auto; margin-right: auto; }
.feature--dark .feature__meta small { color: rgba(255,255,255,.52); }
.feature__split { max-width: calc(var(--max) - var(--pad) * 2); margin: 0 auto; display: grid; grid-template-columns: 1.55fr .75fr; gap: 1rem; align-items: end; }
.feature__split .feature__image:first-child img { aspect-ratio: 16/10; }
.feature__image--detail { transform: translateY(4rem); }
.feature__image--detail img { aspect-ratio: 4/5; }

.transformation { background: var(--ink); color: white; display: grid; grid-template-columns: minmax(19rem, .55fr) minmax(0, 1.45fr); min-height: 90vh; }
.transformation__copy { display: flex; flex-direction: column; justify-content: center; padding-top: 5rem; padding-bottom: 5rem; }
.transformation__copy h3 { margin: 4rem 0 1rem; font-size: clamp(3rem, 6vw, 7rem); line-height: .94; letter-spacing: -.06em; font-weight: 500; }
.transformation__copy p { max-width: 27rem; margin: 0; color: rgba(255,255,255,.62); font-size: 1.05rem; }
.transformation__image { position: relative; border: 0; padding: 0; background: none; overflow: hidden; cursor: zoom-in; }
.transformation__image img { width: 100%; height: 100%; object-fit: cover; }
.transformation__number { position: absolute; right: -.02em; bottom: -.18em; color: rgba(255,255,255,.18); font-size: clamp(8rem, 21vw, 27rem); line-height: .8; letter-spacing: -.08em; font-weight: 600; }

.gallery-strip { background: var(--paper); padding: clamp(6rem, 10vw, 11rem) var(--pad); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; align-items: end; }
.gallery-strip__item { border: 0; padding: 0; background: none; position: relative; cursor: zoom-in; overflow: hidden; }
.gallery-strip__item img { aspect-ratio: 4/5; object-fit: cover; transition: transform .8s var(--ease), filter .5s ease; }
.gallery-strip__item--tall img { aspect-ratio: 2/3; }
.gallery-strip__item:nth-child(2) { margin-bottom: 6rem; }
.gallery-strip__item:nth-child(3) { margin-bottom: 2rem; }
.gallery-strip__item:hover img { transform: scale(1.035); filter: brightness(.88); }
.gallery-strip__item span { position: absolute; left: .8rem; bottom: .8rem; background: rgba(245,242,234,.9); padding: .45rem .65rem; font-size: .66rem; text-transform: uppercase; letter-spacing: .11em; }

.commissions { max-width: var(--max); margin: 0 auto; padding-top: clamp(8rem, 13vw, 15rem); padding-bottom: clamp(8rem, 13vw, 15rem); }
.commissions__header { display: grid; grid-template-columns: 1fr 4fr; gap: 4rem; margin-bottom: clamp(4rem, 8vw, 8rem); }
.commissions__header h2 { margin: 0; font-size: clamp(3rem, 6vw, 8rem); font-weight: 500; letter-spacing: -.06em; line-height: .94; }
.commission-list { border-top: 1px solid var(--line); }
.commission-row { display: grid; grid-template-columns: 5rem 1.1fr 1fr; gap: 2rem; align-items: start; padding: 1.55rem 0 1.8rem; border-bottom: 1px solid var(--line); }
.commission-row__num { font-size: .68rem; letter-spacing: .12em; }
.commission-row h3 { margin: -.2rem 0 0; font-size: clamp(1.8rem, 3vw, 3.6rem); font-weight: 500; letter-spacing: -.04em; }
.commission-row p { margin: 0; max-width: 34rem; color: rgba(11,11,10,.62); }

.approach { background: #1a1916; color: white; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
.approach__image { min-height: 110vh; }
.approach__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.approach__copy { padding-top: clamp(7rem, 10vw, 12rem); padding-bottom: clamp(7rem, 10vw, 12rem); }
.approach__copy h2 { margin: 4rem 0 2rem; font-size: clamp(3rem, 5.8vw, 7rem); line-height: .96; letter-spacing: -.06em; font-weight: 500; }
.approach__copy > p { max-width: 41rem; color: rgba(255,255,255,.65); font-size: clamp(1rem, 1.3vw, 1.25rem); }
.process-list { list-style: none; padding: 0; margin: 5rem 0 0; border-top: 1px solid var(--line-light); }
.process-list li { display: grid; grid-template-columns: 3rem 1fr 1.4fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line-light); align-items: baseline; }
.process-list span { font-size: .65rem; letter-spacing: .12em; color: rgba(255,255,255,.48); }
.process-list strong { font-size: 1rem; font-weight: 500; }
.process-list small { color: rgba(255,255,255,.5); }

.contact { position: relative; min-height: 100svh; background: var(--ink); color: white; display: grid; place-items: center; overflow: hidden; }
.contact__backdrop { position: absolute; inset: 0; opacity: .22; }
.contact__backdrop::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 40%, transparent, rgba(11,11,10,.92) 72%), linear-gradient(0deg, rgba(11,11,10,.8), transparent 45%); }
.contact__backdrop img { width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; filter: grayscale(1) contrast(1.08); }
.contact__content { position: relative; z-index: 2; width: 100%; max-width: var(--max); padding-top: 8rem; padding-bottom: 8rem; }
.contact__content h2 { margin: 4rem 0 1.6rem; font-size: clamp(4rem, 9vw, 11.5rem); line-height: .83; letter-spacing: -.08em; font-weight: 500; }
.contact__content > p { max-width: 42rem; color: rgba(255,255,255,.62); font-size: clamp(1rem, 1.5vw, 1.35rem); }
.contact__links { margin-top: clamp(4rem, 8vw, 8rem); border-top: 1px solid var(--line-light); }
.contact__links a { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--line-light); font-size: clamp(1.05rem, 2.2vw, 2.6rem); letter-spacing: -.03em; }
.contact__links a span { transition: transform .3s ease; }
.contact__links a:hover span { transform: translate(.25rem, -.25rem); }

.site-footer { background: var(--ink); color: white; padding: 3rem var(--pad) 1.7rem; border-top: 1px solid var(--line-light); display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; }
.site-footer__brand { display: flex; gap: 1rem; align-items: center; }
.site-footer__brand img { width: 2.8rem; height: 2.85rem; }
.site-footer__brand div { display: grid; }
.site-footer__brand strong { font-weight: 600; }
.site-footer__brand span { color: rgba(255,255,255,.5); font-size: .78rem; }
.site-footer__meta { display: grid; justify-content: end; text-align: right; font-size: .78rem; color: rgba(255,255,255,.65); }
.site-footer__legal { grid-column: 1 / -1; padding-top: 1.7rem; border-top: 1px solid var(--line-light); display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.38); font-size: .65rem; }

.lightbox { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 4rem; border: 0; background: rgba(7,7,6,.97); color: white; }
.lightbox::backdrop { background: rgba(7,7,6,.97); }
.lightbox[open] { display: grid; grid-template-columns: 4rem minmax(0,1fr) 4rem; align-items: center; }
.lightbox figure { margin: 0; min-width: 0; height: calc(100vh - 8rem); display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: .8rem; }
.lightbox figure img { width: 100%; height: 100%; object-fit: contain; }
.lightbox figcaption { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; text-align: center; color: rgba(255,255,255,.62); }
.lightbox__close { position: absolute; top: 1.4rem; right: 1.6rem; border: 0; background: none; color: white; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; cursor: pointer; }
.lightbox__nav { border: 0; background: none; color: white; font-size: 1.8rem; cursor: pointer; opacity: .7; }
.lightbox__nav:hover { opacity: 1; }
.lightbox__count { position: absolute; left: 1.6rem; bottom: 1.3rem; font-size: .68rem; letter-spacing: .12em; color: rgba(255,255,255,.5); }

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

@media (max-width: 1100px) {
  .hero { grid-template-columns: 48% 52%; }
  .hero__scroll { left: calc(48% - .45rem); }
  .manifesto, .work__header, .commissions__header { grid-template-columns: 1fr; gap: 2.5rem; }
  .manifesto__body { grid-template-columns: 1fr; }
  .manifesto__copy { max-width: 34rem; }
  .work__intro { align-items: start; }
  .duo { gap: 3rem; }
  .transformation { grid-template-columns: 40% 60%; }
  .approach { grid-template-columns: 45% 55%; }
}

@media (max-width: 780px) {
  :root { --pad: 1.15rem; }
  .site-header { min-height: 4.5rem; }
  .brand span { font-size: .84rem; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .hero { display: block; height: auto; min-height: 0; }
  .hero__copy { height: auto; min-height: 56svh; padding-top: 6.5rem; padding-bottom: 2rem; }
  .hero__title { margin-top: auto; font-size: clamp(3.7rem, 17vw, 6.5rem); }
  .hero__statement { font-size: .98rem; max-width: 22rem; }
  .hero__actions { margin-top: 1.4rem; }
  .hero__index, .hero__scroll { display: none; }
  .hero__media { height: 70svh; min-height: 70svh; }
  .hero__media img { object-position: 53% 52%; }
  .hero__media figcaption { left: 1rem; right: 1rem; bottom: 1rem; align-items: end; }
  .hero__media figcaption span:last-child { text-align: right; max-width: 9rem; }
  .hero__media-rule { top: 1rem; left: 1rem; height: 3.5rem; }
  .manifesto { padding-top: 6.5rem; padding-bottom: 6.5rem; display: block; }
  .manifesto__label { margin-bottom: 3rem; }
  .manifesto__headline { font-size: clamp(3rem, 13vw, 5rem); }
  .subject-marquee__track { animation-duration: 22s; }
  .work__header { padding-top: 6rem; padding-bottom: 3rem; display: block; }
  .work__header .section-label { margin-bottom: 2.5rem; }
  .work__intro { display: block; }
  .work__intro p { margin-top: 1rem; }
  .feature { padding-bottom: 6rem; }
  .feature__meta { grid-template-columns: 2.5rem 1fr; }
  .feature__meta small { grid-column: 2; }
  .feature__image img { aspect-ratio: 4/5; }
  .duo { display: block; padding-bottom: 7rem; }
  .duo__item--portrait { margin: 0 0 6rem; }
  .duo__item--landscape button img { aspect-ratio: 4/5; }
  .feature--dark { padding-top: 5rem; }
  .feature__split { display: block; }
  .feature__image--detail { width: 72%; margin: 1rem 0 0 auto; transform: none; }
  .transformation { display: block; min-height: auto; }
  .transformation__copy { padding-top: 6rem; padding-bottom: 4rem; }
  .transformation__copy h3 { margin-top: 3rem; }
  .transformation__image { width: 100%; height: 70svh; }
  .transformation__number { font-size: 42vw; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); padding-top: 6rem; padding-bottom: 6rem; }
  .gallery-strip__item:nth-child(2), .gallery-strip__item:nth-child(3) { margin-bottom: 0; }
  .gallery-strip__item:nth-child(even) { transform: translateY(2.5rem); }
  .commissions { padding-top: 7rem; padding-bottom: 7rem; }
  .commissions__header { display: block; margin-bottom: 4rem; }
  .commissions__header .section-label { margin-bottom: 3rem; }
  .commission-row { grid-template-columns: 2.5rem 1fr; gap: 1rem; }
  .commission-row p { grid-column: 2; }
  .approach { display: block; }
  .approach__image { min-height: 72svh; }
  .approach__copy { padding-top: 6rem; padding-bottom: 6rem; }
  .approach__copy h2 { margin-top: 3rem; }
  .process-list li { grid-template-columns: 2.5rem 1fr; }
  .process-list small { grid-column: 2; }
  .contact { min-height: 90svh; }
  .contact__content h2 { font-size: clamp(4rem, 17vw, 7rem); }
  .contact__links a { font-size: clamp(1rem, 5vw, 1.4rem); }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__meta { justify-content: start; text-align: left; }
  .site-footer__legal { display: grid; }
  .lightbox { padding: 3.5rem .75rem 2.5rem; }
  .lightbox[open] { grid-template-columns: 2.5rem minmax(0,1fr) 2.5rem; }
  .lightbox figure { height: calc(100vh - 6rem); }
  .lightbox__close { top: 1rem; right: 1rem; }
}

@media (max-width: 430px) {
  .hero__eyebrow { font-size: .58rem; }
  .hero__title { font-size: 15.8vw; }
  .hero__actions { display: grid; justify-items: start; gap: .7rem; }
  .mobile-menu__contact { display: grid; }
  .feature__meta strong { font-size: 2.3rem; }
  .gallery-strip { gap: .65rem; }
}

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

/* Hero elements animate on page load rather than waiting for scroll. */
.js .hero .reveal-up { opacity: 0; transform: translateY(1rem); }
.loaded .hero .reveal-up { opacity: 1; transform: none; }
.loaded .hero__eyebrow { transition-delay: .28s; }
.loaded .hero__statement { transition-delay: .45s; }
.loaded .hero__actions { transition-delay: .58s; }

/* =========================================================
   Silica International, portfolio-led refinement
   Preserves complete image compositions across breakpoints.
   ========================================================= */

.scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2000;
  height: 2px;
  pointer-events: none;
  background: rgba(255,255,255,.08);
}
.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.page-loader__mark {
  width: 5.75rem;
  border: 0;
}
.page-loader__mark img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-header {
  mix-blend-mode: normal;
}
.site-header::after {
  content: "";
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: 0;
  height: 1px;
  background: rgba(255,255,255,.18);
  transform: scaleX(.16);
  transform-origin: left;
  transition: transform .55s var(--ease), opacity .4s ease;
}
.site-header.is-scrolled::after { transform: scaleX(1); opacity: .55; }
.desktop-nav { counter-reset: nav; }
.desktop-nav a {
  counter-increment: nav;
  display: inline-flex;
  align-items: baseline;
  gap: .42rem;
}
.desktop-nav a::before {
  content: "0" counter(nav);
  color: rgba(255,255,255,.42);
  font-size: .52rem;
  letter-spacing: .08em;
}

.hero {
  min-height: 100svh;
  height: auto;
  grid-template-columns: minmax(0, 52%) minmax(0, 48%);
  isolation: isolate;
  background:
    radial-gradient(circle at 30% 72%, rgba(215,166,82,.07), transparent 33%),
    var(--ink);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(110deg, transparent 0 51.95%, rgba(255,255,255,.09) 52%, transparent 52.05%);
}
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  opacity: .34;
}
.hero__grid i { border-left: 1px solid rgba(255,255,255,.055); }
.hero__grid i:last-child { border-right: 1px solid rgba(255,255,255,.055); }

.hero__copy {
  z-index: 4;
  min-height: 100svh;
  padding-top: clamp(7.2rem, 12vh, 10rem);
  padding-bottom: clamp(2rem, 4.5vh, 4rem);
}
.hero__eyebrow { max-width: 34rem; }
.hero__title {
  width: min(112%, 72rem);
  margin: auto 0 1.8rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  z-index: 5;
}
.hero__line { padding: .02em .1em .04em 0; }
.hero__line--kicker span {
  margin-bottom: .5rem;
  font-size: clamp(.9rem, 1.25vw, 1.35rem);
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255,255,255,.62);
  font-weight: 600;
}
.hero__line--primary span {
  font-size: clamp(6rem, 9.1vw, 11.9rem);
  line-height: .76;
  letter-spacing: -.085em;
  font-weight: 500;
}
.hero__line--join span {
  display: flex;
  align-items: baseline;
  gap: .16em;
  font-size: clamp(3.7rem, 6.6vw, 8.4rem);
  line-height: .87;
  letter-spacing: -.075em;
  font-weight: 500;
  white-space: nowrap;
}
.hero__line--join em {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .72em;
  font-weight: 400;
  color: var(--accent);
}
.hero__statement {
  border-left: 1px solid rgba(255,255,255,.34);
  padding-left: 1rem;
  max-width: 31rem;
}
.hero__coordinates {
  margin-top: auto;
  padding-top: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.35rem;
  color: rgba(255,255,255,.34);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .56rem;
}
.hero__coordinates span:not(:last-child)::after {
  content: "/";
  margin-left: 1.35rem;
  color: rgba(255,255,255,.18);
}
.hero__index { display: none; }

.hero__media {
  min-height: 100svh;
  height: auto;
  display: grid;
  place-items: center;
  padding: clamp(6.6rem, 10vh, 8.5rem) clamp(2rem, 4vw, 5rem) clamp(3rem, 6vh, 5rem) clamp(1.5rem, 3vw, 3.5rem);
  background: #17130e;
  overflow: hidden;
  isolation: isolate;
}
.hero__wash {
  position: absolute;
  inset: -4%;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(11,11,10,.82), rgba(11,11,10,.18) 36%, rgba(11,11,10,.62)),
    url("assets/images/g-wagon-1365.webp") center / cover no-repeat;
  filter: blur(8px) saturate(.72) contrast(1.08);
  transform: scale(1.08);
  opacity: .62;
}
.hero__media::after {
  z-index: -1;
  background:
    radial-gradient(circle at 48% 48%, transparent 0 31%, rgba(11,11,10,.34) 58%, rgba(11,11,10,.78) 100%),
    linear-gradient(0deg, rgba(11,11,10,.52), transparent 45%);
}
.hero__plate {
  position: relative;
  z-index: 2;
  width: min(32rem, 32vw, calc((100svh - 9rem) * .6667));
  max-width: 92%;
  background: rgba(235,226,207,.08);
  border: 1px solid rgba(255,255,255,.52);
  padding: clamp(.42rem, .7vw, .7rem);
  box-shadow: 0 2.8rem 7rem rgba(0,0,0,.42);
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .25s ease-out, border-color .35s ease;
}
.hero__plate:hover { border-color: rgba(255,255,255,.84); }
.hero__plate picture { display: block; }
.hero__plate img {
  width: 100%;
  height: auto;
  max-height: calc(100svh - 10rem);
  object-fit: contain;
  object-position: center;
  transform: none;
  transition: filter .5s ease;
}
.loaded .hero__plate img { transform: none; }
.hero__corner {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  z-index: 3;
  pointer-events: none;
}
.hero__corner::before,
.hero__corner::after {
  content: "";
  position: absolute;
  background: var(--accent);
}
.hero__corner::before { width: 100%; height: 1px; }
.hero__corner::after { width: 1px; height: 100%; }
.hero__corner--tl { top: -.45rem; left: -.45rem; }
.hero__corner--tr { top: -.45rem; right: -.45rem; transform: rotate(90deg); }
.hero__corner--br { right: -.45rem; bottom: -.45rem; transform: rotate(180deg); }
.hero__corner--bl { left: -.45rem; bottom: -.45rem; transform: rotate(270deg); }
.hero__media figcaption {
  left: clamp(1.5rem, 3vw, 3.5rem);
  right: clamp(1.5rem, 3vw, 3.5rem);
  bottom: 1.45rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(255,255,255,.22);
}
.hero__media-index {
  position: absolute;
  z-index: 0;
  right: -.05em;
  bottom: -.18em;
  font-size: clamp(13rem, 24vw, 31rem);
  line-height: .8;
  letter-spacing: -.11em;
  font-weight: 600;
  color: rgba(255,255,255,.055);
  pointer-events: none;
}
.hero__vertical-word {
  position: absolute;
  z-index: 1;
  right: .7rem;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: clamp(3.4rem, 5vw, 7rem);
  line-height: 1;
  letter-spacing: .08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.11);
  pointer-events: none;
}
.hero__scroll { left: calc(52% - .45rem); }

/* Static editorial subject index replaces the common marquee treatment. */
.subject-index {
  background: var(--ink);
  color: white;
  padding: clamp(6.5rem, 10vw, 11rem) 0;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.subject-index__intro {
  max-width: var(--max);
  margin: 0 auto clamp(3rem, 6vw, 6rem);
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 4rem;
  align-items: end;
}
.subject-index__intro p {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 6.2rem);
  line-height: .93;
  letter-spacing: -.055em;
  max-width: 11ch;
}
.subject-index__grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.subject-index__item {
  position: relative;
  min-height: clamp(8.5rem, 13vw, 14rem);
  padding: 1rem 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
  overflow: hidden;
}
.subject-index__item::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0;
  background: var(--accent);
  transition: height .55s var(--ease);
}
.subject-index__item span,
.subject-index__item strong { position: relative; z-index: 1; transition: color .45s ease, transform .55s var(--ease); }
.subject-index__item span { font-size: .62rem; letter-spacing: .14em; color: rgba(255,255,255,.42); }
.subject-index__item strong { font-size: clamp(1.55rem, 3vw, 3.8rem); line-height: .92; letter-spacing: -.055em; font-weight: 500; }
.subject-index__item:hover::before { height: 100%; }
.subject-index__item:hover span,
.subject-index__item:hover strong { color: var(--ink); }
.subject-index__item:hover strong { transform: translateX(.35rem); }

/* Portfolio media is allowed to retain its complete native composition. */
.feature__image picture { display: block; }
.feature__image img,
.duo__item--portrait button img,
.duo__item--landscape button img,
.feature__split .feature__image:first-child img,
.feature__image--detail img,
.gallery-strip__item img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}
.feature__image,
.duo__item button,
.gallery-strip__item,
.transformation__image {
  background: #151512;
}
.feature__image::after,
.duo__item button::after,
.gallery-strip__item::after,
.transformation__image::after {
  content: "";
  position: absolute;
  inset: .7rem;
  border: 1px solid rgba(255,255,255,0);
  pointer-events: none;
  transition: border-color .45s ease, inset .45s var(--ease);
}
.feature__image:hover::after,
.duo__item button:hover::after,
.gallery-strip__item:hover::after,
.transformation__image:hover::after {
  border-color: rgba(255,255,255,.45);
  inset: 1rem;
}
.parallax-media { transform: none !important; }

.feature__meta { border-top: 1px solid var(--line); padding-top: .9rem; }
.feature--dark .feature__meta { border-top-color: var(--line-light); }
.feature__split {
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr);
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
}
.feature__image--detail {
  transform: none;
  margin-top: clamp(4rem, 9vw, 10rem);
}

.transformation {
  min-height: 0;
  grid-template-columns: minmax(20rem, .62fr) minmax(0, 1.38fr);
  align-items: center;
  padding: clamp(5rem, 8vw, 9rem) var(--pad);
  gap: clamp(2rem, 6vw, 8rem);
}
.transformation__copy { padding-left: 0; padding-right: 0; }
.transformation__image { width: 100%; align-self: center; }
.transformation__image img { width: 100%; height: auto; object-fit: contain; }
.transformation__number { z-index: 2; }

.gallery-strip {
  position: relative;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: clamp(1rem, 2.1vw, 2.5rem);
  align-items: start;
  padding-top: clamp(8rem, 12vw, 14rem);
  padding-bottom: clamp(8rem, 12vw, 14rem);
  overflow: hidden;
}
.gallery-strip::before {
  content: "FIELD NOTES";
  position: absolute;
  top: .8rem;
  left: var(--pad);
  font-size: clamp(4rem, 13vw, 15rem);
  line-height: .82;
  letter-spacing: -.08em;
  color: rgba(11,11,10,.055);
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
}
.gallery-strip__item:nth-child(1) { grid-column: 1 / 6; grid-row: 1; margin: 5rem 0 0; }
.gallery-strip__item:nth-child(2) { grid-column: 8 / 11; grid-row: 1; margin: 0; }
.gallery-strip__item:nth-child(3) { grid-column: 3 / 8; grid-row: 2; margin: 1rem 0 0; }
.gallery-strip__item:nth-child(4) { grid-column: 9 / 13; grid-row: 2; margin: -2rem 0 0; }
.gallery-strip__item--tall img { aspect-ratio: auto; }
.gallery-strip__item span {
  left: .75rem;
  bottom: .75rem;
  background: rgba(11,11,10,.84);
  color: white;
  border: 1px solid rgba(255,255,255,.22);
}

.commission-row {
  position: relative;
  transition: padding-left .5s var(--ease), background .45s ease;
}
.commission-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--accent);
  transition: width .5s var(--ease);
}
.commission-row:hover { padding-left: 1rem; background: rgba(215,166,82,.08); }
.commission-row:hover::before { width: 3px; }

.approach {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
}
.approach__image {
  min-height: 100svh;
  padding: clamp(2rem, 5vw, 5rem);
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    #11110f;
  background-size: 4rem 4rem;
}
.approach__image picture { display: block; width: min(34rem, 100%); }
.approach__image img {
  width: 100%;
  height: auto;
  max-height: calc(100svh - 5rem);
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255,255,255,.23);
  box-shadow: 0 2.5rem 6rem rgba(0,0,0,.34);
}

@media (max-width: 1100px) {
  .hero { grid-template-columns: 54% 46%; }
  .hero__scroll { left: calc(54% - .45rem); }
  .hero__line--primary span { font-size: clamp(5.3rem, 10vw, 8rem); }
  .hero__line--join span { font-size: clamp(3.1rem, 6.4vw, 5.7rem); }
  .subject-index__intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .feature__split { grid-template-columns: 1.3fr .7fr; }
}

@media (max-width: 780px) {
  .site-header::after { left: 1.15rem; right: 1.15rem; }
  .hero {
    display: block;
    min-height: 0;
    height: auto;
  }
  .hero::before,
  .hero__grid,
  .hero__vertical-word,
  .hero__scroll { display: none; }
  .hero__copy {
    min-height: auto;
    height: auto;
    padding: 6.4rem var(--pad) 3.25rem;
  }
  .hero__eyebrow { display: grid; grid-template-columns: auto 1fr auto; font-size: .58rem; }
  .hero__title {
    width: 100%;
    margin: clamp(5rem, 18vw, 7rem) 0 1.5rem;
  }
  .hero__line--kicker span { font-size: .78rem; }
  .hero__line--primary span { font-size: clamp(5rem, 25vw, 7.2rem); }
  .hero__line--join span {
    white-space: normal;
    font-size: clamp(3rem, 14.7vw, 4.7rem);
    gap: .12em;
  }
  .hero__statement { max-width: 19rem; font-size: .98rem; }
  .hero__coordinates { margin-top: 3.5rem; display: grid; grid-template-columns: repeat(3, auto); justify-content: space-between; gap: .5rem; }
  .hero__coordinates span::after { display: none; }
  .hero__media {
    min-height: 0;
    height: auto;
    padding: 1.25rem var(--pad) 4.25rem;
    display: block;
  }
  .hero__wash {
    inset: 0;
    filter: blur(10px) saturate(.65);
    opacity: .34;
  }
  .hero__plate {
    width: 100%;
    max-width: none;
    padding: .42rem;
    transform: none !important;
  }
  .hero__plate img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
  .hero__media figcaption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: .9rem;
    padding-top: .75rem;
    font-size: .57rem;
  }
  .hero__media-index { font-size: 62vw; bottom: -.08em; }

  .subject-index { padding: 6.5rem 0; }
  .subject-index__intro { display: block; margin-bottom: 3.5rem; }
  .subject-index__intro .section-label { margin-bottom: 2.5rem; }
  .subject-index__intro p { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .subject-index__grid { grid-template-columns: 1fr; border-left: 0; }
  .subject-index__item {
    min-height: 0;
    padding: 1rem 0;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 1.25rem;
    border-right: 0;
  }
  .subject-index__item::before { width: 0; height: 100%; inset: 0 auto 0 0; }
  .subject-index__item:hover::before { width: 100%; height: 100%; }
  .subject-index__item strong { font-size: clamp(2.2rem, 10.5vw, 3.8rem); }

  .feature__image img,
  .duo__item--portrait button img,
  .duo__item--landscape button img,
  .feature__split .feature__image:first-child img,
  .feature__image--detail img,
  .gallery-strip__item img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
  .feature__split { display: block; }
  .feature__image--detail { width: 82%; margin: 1.25rem 0 0 auto; transform: none; }
  .transformation {
    display: block;
    padding: 6rem var(--pad);
  }
  .transformation__copy { padding-top: 0; padding-bottom: 3.5rem; }
  .transformation__image { height: auto; width: 100%; }
  .transformation__image img { width: 100%; height: auto; object-fit: contain; }

  .gallery-strip {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.2rem;
    padding-top: 8rem;
  }
  .gallery-strip::before { top: 1.5rem; font-size: 21vw; }
  .gallery-strip__item:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }
  .gallery-strip__item:nth-child(even) { width: 82%; margin-left: auto; }

  .approach { display: block; }
  .approach__image {
    min-height: 0;
    padding: 4rem var(--pad);
  }
  .approach__image picture { width: 100%; }
  .approach__image img { width: 100%; height: auto; max-height: none; object-fit: contain; }
}

@media (max-width: 430px) {
  .hero__line--primary span { font-size: 24vw; }
  .hero__line--join span { font-size: 13.6vw; }
  .hero__coordinates { font-size: .49rem; }
  .hero__media figcaption { gap: .7rem; }
  .hero__media figcaption span:last-child { max-width: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__plate { transform: none !important; }
  .scroll-progress span { transition: none !important; }
}

/* Mobile hero composes the complete portrait beside the title instead of
   placing a cropped image in a fixed-height panel. */
@media (max-width: 780px) {
  .hero {
    position: relative;
    min-height: max(100svh, 46rem);
    overflow: hidden;
  }
  .hero__copy {
    min-height: max(100svh, 46rem);
    padding-top: 5.8rem;
    padding-bottom: 2rem;
  }
  .hero__title {
    position: relative;
    z-index: 4;
    margin-top: clamp(4rem, 15vw, 5.5rem);
    margin-bottom: 0;
  }
  .hero__line--primary span { font-size: clamp(4.9rem, 23.5vw, 6.7rem); }
  .hero__line--join span {
    max-width: 96vw;
    font-size: clamp(2.85rem, 13.3vw, 4.35rem);
  }
  .hero__media {
    position: absolute;
    z-index: 2;
    top: clamp(14.9rem, 58vw, 17.5rem);
    right: var(--pad);
    width: clamp(10.5rem, 46vw, 13rem);
    min-height: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
  }
  .hero__wash {
    inset: -1.1rem;
    opacity: .4;
    border: 1px solid rgba(255,255,255,.08);
  }
  .hero__plate {
    width: 100%;
    box-shadow: 0 1.7rem 4rem rgba(0,0,0,.48);
  }
  .hero__media figcaption,
  .hero__media-index { display: none; }
  .hero__statement {
    position: relative;
    z-index: 4;
    margin-top: clamp(12rem, 49vw, 14rem);
    max-width: 21rem;
  }
  .hero__actions { position: relative; z-index: 4; }
  .hero__coordinates {
    position: absolute;
    left: var(--pad);
    right: var(--pad);
    bottom: 1.25rem;
    margin: 0;
  }
}

@media (max-width: 360px), (max-height: 700px) and (max-width: 780px) {
  .hero { min-height: 44rem; }
  .hero__copy { min-height: 44rem; }
  .hero__media { width: 10.3rem; top: 14.3rem; }
  .hero__statement { margin-top: 11rem; }
  .hero__coordinates { display: none; }
}
