:root {
  --paper: #ffffff;
  --warm: #fcfaf7;
  --sand: #f8f5f0;
  --brown: #382c26;
  --brown-deep: #302620;
  --muted: #756a63;
  --line: #e9e3dd;
  --clay: #a64b35;
  --gold: #b68a45;
  --blue: #45538e;
  --max: 1440px;
  --gutter: clamp(1.25rem, 4vw, 5rem);
  --ease: cubic-bezier(.2,.75,.25,1);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--brown);
  font-family: Inter, Manrope, "DM Sans", "Segoe UI", Arial, sans-serif;
  font-size: clamp(.98rem, .25vw + .9rem, 1.08rem);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open,
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, a { font: inherit; }
a { color: inherit; }
button { color: inherit; }
figure, p, h1, h2 { margin: 0; }
h1, h2 { color: var(--brown-deep); font-weight: 540; letter-spacing: -.045em; line-height: .98; }
h2 { font-size: clamp(2.45rem, 5.25vw, 5.8rem); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: .7rem; left: .7rem; padding: .8rem 1rem; background: var(--brown-deep); color: white; transform: translateY(-150%); text-decoration: none; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, height .3s ease;
}
.site-header.is-scrolled { height: 4.55rem; background: rgba(252,250,247,.9); border-color: rgba(69,54,46,.1); backdrop-filter: blur(15px); }
.brand { display: inline-flex; align-items: center; gap: .72rem; text-decoration: none; }
.brand-word { font-size: 1.4rem; font-weight: 720; letter-spacing: -.06em; line-height: 1; }
.brand-word span { color: var(--clay); }
.brand-mark { position: relative; display: grid; width: 1.55rem; height: 1.42rem; grid-template-columns: repeat(3, 1fr); gap: 1px; transform: skewY(-8deg); }
.brand-mark i { background: var(--brown-deep); clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%); }
.brand-mark i:nth-child(2) { background: var(--clay); transform: translateY(.35rem); }
.brand-mark i:nth-child(3) { background: var(--gold); }
.site-nav { display: flex; align-items: center; gap: clamp(1.4rem, 3vw, 3rem); }
.site-nav a { position: relative; color: var(--brown-deep); font-size: .85rem; font-weight: 650; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4rem; height: 1px; background: var(--clay); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 2.8rem; height: 2.8rem; border: 0; background: transparent; padding: .65rem; }
.menu-toggle span { display: block; height: 1px; margin: .36rem 0; background: var(--brown-deep); transition: transform .25s ease, opacity .25s ease; }

.hero {
  position: relative;
  isolation: isolate;
  min-height: min(58rem, 100svh);
  padding: clamp(8.5rem, 12vw, 11rem) var(--gutter) clamp(5rem, 7vw, 8rem);
  display: grid;
  grid-template-columns: minmax(18rem, .8fr) minmax(34rem, 1.25fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 7rem);
  overflow: hidden;
  background: var(--warm);
}
.hero::after { content: ""; position: absolute; z-index: -2; width: 28vw; height: 28vw; min-width: 19rem; min-height: 19rem; top: -7rem; right: 7vw; border-radius: 50%; background: radial-gradient(circle, rgba(182,138,69,.1), transparent 68%); }
.hero-copy { position: relative; z-index: 3; max-width: 42rem; }
.eyebrow { margin-bottom: 1.15rem; color: var(--clay); font-size: .77rem; font-weight: 720; letter-spacing: .16em; line-height: 1.25; text-transform: uppercase; }
.hero h1 { max-width: 11ch; font-size: clamp(3.5rem, 7.1vw, 7.6rem); }
.hero h1 span { color: var(--clay); }
.hero h1 small { display: block; margin-top: 1.25rem; color: var(--brown); font-size: clamp(1.05rem, 1.1vw, 1.35rem); font-weight: 560; letter-spacing: .015em; line-height: 1.35; }
.lede { max-width: 36rem; margin: clamp(1.6rem, 3vw, 2.5rem) 0 1.8rem; color: var(--muted); font-size: clamp(1.05rem, .8vw + .8rem, 1.42rem); line-height: 1.55; }
.text-link { display: inline-flex; gap: .85rem; align-items: center; padding: .45rem 0; border-bottom: 1px solid var(--brown); font-size: .86rem; font-weight: 680; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, 2px); }
.hero-collage { position: relative; min-height: clamp(28rem, 48vw, 43rem); }
.hero-frame { position: absolute; z-index: 2; background: white; box-shadow: 0 1.2rem 3.5rem rgba(48,38,32,.11); transform: translate3d(0, var(--shift, 0px), 0); }
.hero-frame--rail { top: 4%; right: 0; width: 68%; }
.hero-frame--book { top: 54%; left: 1%; width: 45%; z-index: 4; }
.hero-frame--portrait { top: 2%; left: 0; width: 25%; z-index: 4; }
.hero-frame--print { right: 3%; bottom: 0; width: 36%; z-index: 5; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-frame--portrait img { aspect-ratio: 4 / 5; }
.hero-index { position: absolute; left: var(--gutter); bottom: 2rem; color: rgba(56,44,38,.35); font-size: .72rem; letter-spacing: .18em; }

.honey-field { position: absolute; z-index: -1; pointer-events: none; opacity: .55; transform: translate3d(0, var(--shift, 0px), 0); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='156' viewBox='0 0 180 156'%3E%3Cg fill='none' stroke='%239b8069' stroke-opacity='.18' stroke-width='1'%3E%3Cpath d='M45 1 89 26v51L45 103 1 77V26zM135 1l44 25v51l-44 26-44-26V26zM90 79l44 25v51l-44 26-44-26v-51z'/%3E%3C/g%3E%3C/svg%3E"); }
.honey-field--hero { width: 38rem; height: 29rem; left: -9rem; bottom: -8rem; mask-image: linear-gradient(105deg, #000, transparent 80%); }
.honey-field--mid { width: 32rem; height: 42rem; right: -12rem; top: 8rem; transform: rotate(12deg) translate3d(0, var(--shift, 0px), 0); mask-image: linear-gradient(to left, #000, transparent); }
.honey-field--edge { width: 30rem; height: 34rem; left: -12rem; top: 10rem; mask-image: linear-gradient(to right, #000, transparent); }
.honey-field--about { inset: auto -10rem -7rem auto; width: 35rem; height: 32rem; opacity: .4; }

.category-nav { position: relative; z-index: 10; display: flex; gap: .6rem; overflow-x: auto; padding: 1rem var(--gutter); border-block: 1px solid var(--line); background: rgba(255,255,255,.92); scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; padding: .48rem .85rem; border: 1px solid var(--line); border-radius: 100vw; color: var(--muted); font-size: .76rem; font-weight: 620; letter-spacing: .04em; text-decoration: none; }
.category-nav a:hover, .category-nav a:focus-visible { border-color: var(--brown); color: var(--brown); }

.portfolio-section { position: relative; isolation: isolate; padding: clamp(6rem, 10vw, 11rem) var(--gutter); background: var(--paper); }
.portfolio-section--warm, .portfolio-section--print { background: var(--sand); }
.portfolio-section--selected { overflow: hidden; background: var(--brown-deep); color: #efe7e0; }
.portfolio-section--selected h2 { color: white; }
.portfolio-section--selected .section-head > p { color: #bdb0a7; }
.portfolio-section--photo { padding-top: clamp(7rem, 10vw, 12rem); }
.portfolio-section--digital { background: #f1ede8; }
.section-head { width: min(100%, var(--max)); margin: 0 auto clamp(3.25rem, 7vw, 7rem); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(15rem, .55fr); align-items: end; gap: 3rem; }
.section-head > p { max-width: 31rem; justify-self: end; padding-bottom: .5rem; color: var(--muted); }

.work { display: block; width: 100%; border: 0; padding: 0; overflow: hidden; background: #ede8e3; cursor: zoom-in; text-align: inherit; }
.work picture { display: block; }
.work img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease), filter .4s ease; }
.work:hover img { transform: scale(1.018); }
figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: .85rem; color: var(--brown); font-size: .82rem; line-height: 1.35; }
figcaption b { font-weight: 650; }
figcaption span { color: var(--muted); text-align: right; }

.gallery { width: min(100%, var(--max)); margin-inline: auto; }
.gallery--photo { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.3rem, 3vw, 3.5rem); align-items: start; }
.gallery--photo .tile { transform: translate3d(0, var(--shift, 0px), 0); }
.tile--rail { grid-column: 1 / 9; }
.tile--portrait { grid-column: 10 / 13; margin-top: 7rem; }
.tile--street { grid-column: 1 / 7; margin-top: 1rem; }
.tile--concept { grid-column: 8 / 11; margin-top: 10rem; }
.tile--treatment { grid-column: 3 / 11; margin-top: 2rem; }
.tile--rail .work { aspect-ratio: 3 / 2; }
.tile--portrait .work, .tile--concept .work { aspect-ratio: 4 / 5; }
.tile--street .work { aspect-ratio: 3 / 2; }
.tile--treatment .work { aspect-ratio: 5 / 4; }

.selected-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(1.25rem, 3vw, 3rem); align-items: start; }
.feature { color: #f4eee8; }
.feature .work { aspect-ratio: 4 / 3; background: #201914; }
.feature--lead { grid-row: span 2; }
.feature--lead .work { aspect-ratio: 1 / 1.18; }
.feature figcaption { color: white; }
.feature figcaption span { color: #bdb0a7; }

.wrap-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.25rem, 2.8vw, 3rem); align-items: start; }
.wrap { grid-column: span 4; }
.wrap--wide { grid-column: span 7; }
.wrap:nth-child(2) { grid-column: 9 / 13; margin-top: 7rem; }
.wrap:nth-child(3) { grid-column: 1 / 6; }
.wrap:nth-child(4) { grid-column: 7 / 13; margin-top: 4rem; }
.wrap:nth-child(5) { grid-column: 3 / 11; margin-top: 2rem; }
.wrap .work { aspect-ratio: 1.35 / 1; }
.wrap img { object-fit: contain; background: #f4f0ec; }

.promo-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.25rem, 3vw, 3.5rem); align-items: start; }
.promo { grid-column: span 4; }
.promo--large { grid-column: span 8; }
.promo:nth-child(2) { margin-top: 8rem; }
.promo:nth-child(3) { grid-column: 2 / 7; }
.promo--tall { grid-column: 8 / 12; margin-top: 3rem; }
.promo .work { aspect-ratio: 4 / 3; }
.promo--tall .work { aspect-ratio: .88 / 1; }
.promo--tall img { object-fit: contain; background: white; }

.identity-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.25rem, 2.8vw, 3rem); align-items: start; }
.identity { grid-column: span 4; }
.identity--main { grid-column: span 8; }
.identity:nth-child(2) { margin-top: 5rem; }
.identity:nth-child(3) { grid-column: 2 / 7; }
.identity--square { grid-column: span 3; margin-top: 4rem; }
.identity .work { aspect-ratio: 4 / 3; }
.identity--square .work { aspect-ratio: 1; }
.identity--square img { object-fit: contain; background: #f7f3ef; }

.print-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.2rem, 2.6vw, 3rem); align-items: start; }
.print-piece { grid-column: span 4; }
.print-piece--hero { grid-column: 1 / 9; }
.print-piece:nth-child(2) { grid-column: 9 / 13; margin-top: 8rem; }
.print-piece:nth-child(3) { grid-column: 1 / 6; }
.print-piece:nth-child(4) { grid-column: 7 / 13; margin-top: 4rem; }
.print-piece:nth-child(5) { grid-column: 4 / 10; margin-top: 2rem; }
.print-piece .work { aspect-ratio: 4 / 3; }

.art-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1.25rem, 3vw, 3.5rem); align-items: start; }
.art-piece { grid-column: span 4; transform: translate3d(0, var(--shift, 0px), 0); }
.art-piece--tall { grid-column: 1 / 6; grid-row: span 2; }
.art-piece:nth-child(2) { grid-column: 8 / 12; margin-top: 5rem; }
.art-piece--wide { grid-column: span 7; }
.art-piece:nth-child(3) { grid-column: 6 / 13; }
.art-piece:nth-child(4) { grid-column: 2 / 6; margin-top: 5rem; }
.art-piece:nth-child(5) { grid-column: 6 / 13; margin-top: 1rem; }
.art-piece .work { aspect-ratio: 1; }
.art-piece--tall .work { aspect-ratio: .7 / 1; }
.art-piece--wide .work { aspect-ratio: 4 / 3; }

.digital-grid { width: min(100%, var(--max)); margin-inline: auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(1.5rem, 4vw, 5rem); align-items: start; }
.digital-piece:nth-child(2) { margin-top: 8rem; transform: translate3d(0, var(--shift, 0px), 0); }
.digital-piece .work { aspect-ratio: 3 / 2; }

.about { position: relative; isolation: isolate; overflow: hidden; padding: clamp(6rem, 11vw, 12rem) var(--gutter); display: grid; grid-template-columns: minmax(15rem, .65fr) minmax(20rem, 1fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); background: var(--warm); }
.about-portrait { width: min(100%, 30rem); aspect-ratio: 2 / 3; overflow: hidden; justify-self: end; }
.about-portrait picture { display: block; width: 100%; height: 100%; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.about-copy { max-width: 48rem; }
.about-copy p:not(.eyebrow) { max-width: 39rem; margin: 1.15rem 0 0; color: var(--muted); font-size: clamp(1rem, .45vw + .86rem, 1.2rem); line-height: 1.65; }
.about-copy .text-link { margin-top: 2rem; }

.contact { position: relative; isolation: isolate; overflow: hidden; min-height: 37rem; padding: clamp(6rem, 10vw, 10rem) var(--gutter); background: var(--brown-deep); color: white; }
.contact h2 { max-width: 11ch; color: white; font-size: clamp(3.5rem, 8vw, 8rem); }
.contact > p:not(.eyebrow) { max-width: 34rem; margin: 2rem 0; color: #cbbfb7; }
.contact-details { width: min(100%, 47rem); margin: 2rem 0 2.75rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 4vw, 4rem); }
.contact-details a { display: flex; flex-direction: column; gap: .45rem; padding: 1rem 0; border-top: 1px solid rgba(203,191,183,.55); color: white; text-decoration: none; }
.contact-details a:hover, .contact-details a:focus-visible { border-color: white; }
.contact-details span { color: #cbbfb7; font-size: .72rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong { font-size: clamp(1.05rem, 1.1vw, 1.35rem); font-weight: 580; }
.contact .text-link { border-color: #cbbfb7; }
.contact-hex { position: absolute; z-index: -1; width: min(42vw, 35rem); aspect-ratio: 1; right: 8vw; top: 50%; transform: translateY(-50%); opacity: .2; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 14%, #d5b680 14.3% 14.7%, transparent 15% 28%); clip-path: polygon(25% 6.7%,75% 6.7%,100% 50%,75% 93.3%,25% 93.3%,0 50%); }
.site-footer { padding: 2.2rem var(--gutter); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; border-top: 1px solid #4e4038; background: var(--brown-deep); color: #bdb0a7; font-size: .76rem; letter-spacing: .03em; line-height: 1.5; }
.site-footer p:last-child { text-align: right; }
.brand--footer { color: white; }
.brand--footer .brand-mark i { background: white; }
.brand--footer .brand-mark i:nth-child(2) { background: var(--clay); }
.brand--footer .brand-mark i:nth-child(3) { background: var(--gold); }

.reveal { opacity: 0; transform: translate3d(0, calc(1.8rem + var(--shift, 0px)), 0); transition: opacity .75s ease, transform .85s var(--ease); }
.reveal.in-view { opacity: 1; transform: translate3d(0, var(--shift, 0px), 0); }

.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(252,250,247,.97); color: var(--brown); }
.lightbox::backdrop { background: rgba(48,38,32,.35); backdrop-filter: blur(4px); }
.lightbox-shell { position: relative; width: 100%; height: 100%; display: grid; grid-template-columns: minmax(3.3rem, 7vw) minmax(0, 1fr) minmax(3.3rem, 7vw); align-items: center; padding: clamp(1rem, 3vw, 2.5rem); }
.lightbox figure { width: 100%; height: calc(100dvh - 6rem); display: grid; grid-template-rows: minmax(0,1fr) auto; place-items: center; gap: 1rem; }
.lightbox-image { max-width: 100%; max-height: calc(100dvh - 9rem); width: auto; height: auto; object-fit: contain; box-shadow: 0 1.2rem 4rem rgba(48,38,32,.12); }
.lightbox figcaption { width: 100%; justify-content: center; padding: 0; color: var(--brown); font-size: .88rem; text-align: center; }
.lightbox-close, .lightbox-nav { border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.86); cursor: pointer; transition: background .2s ease, border-color .2s ease; }
.lightbox-close:hover, .lightbox-nav:hover { border-color: var(--brown); background: white; }
.lightbox-close { position: absolute; z-index: 3; top: 1.25rem; right: 1.25rem; width: 3rem; height: 3rem; font-size: 1.75rem; line-height: 1; }
.lightbox-nav { width: clamp(2.8rem, 4vw, 3.6rem); height: clamp(2.8rem, 4vw, 3.6rem); justify-self: center; font-size: 1.2rem; }
.lightbox-count { position: absolute; left: 1.5rem; bottom: 1.25rem; color: var(--muted); font-size: .72rem; letter-spacing: .12em; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: .8fr 1.2fr; gap: 2rem; }
  .hero-frame--rail { width: 75%; }
  .section-head { grid-template-columns: 1fr .55fr; }
}

@media (max-width: 860px) {
  .site-header { height: 4.6rem; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(.43rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-.43rem) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: grid; place-content: center; gap: 2rem; background: rgba(252,250,247,.98); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s; }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  .site-nav a { font-size: 1.35rem; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 8.5rem; }
  .hero-copy { max-width: 37rem; }
  .hero-collage { min-height: 35rem; margin-top: 1rem; }
  .hero-frame--rail { width: 72%; }
  .hero-frame--portrait { width: 29%; }
  .hero-frame--book { width: 48%; left: 2%; }
  .hero-frame--print { width: 42%; }
  .section-head { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-head > p { justify-self: start; }
  .gallery--photo { gap: 1.5rem; }
  .tile--portrait { grid-column: 9 / 13; }
  .tile--street { grid-column: 1 / 8; }
  .tile--concept { grid-column: 9 / 13; }
  .selected-grid { grid-template-columns: 1fr 1fr; }
  .feature--lead { grid-column: 1 / -1; grid-row: auto; }
  .feature--lead .work { aspect-ratio: 16 / 9; }
  .wrap { grid-column: span 6; }
  .wrap--wide { grid-column: 1 / -1; }
  .wrap:nth-child(2), .wrap:nth-child(3), .wrap:nth-child(4), .wrap:nth-child(5) { grid-column: span 6; margin-top: 0; }
  .wrap:nth-child(5) { grid-column: 3 / 11; }
  .promo--large { grid-column: 1 / -1; }
  .promo:nth-child(2) { grid-column: span 6; margin-top: 0; }
  .promo:nth-child(3) { grid-column: span 6; }
  .promo--tall { grid-column: 4 / 10; margin-top: 1rem; }
  .identity--main { grid-column: 1 / -1; }
  .identity:nth-child(2), .identity:nth-child(3), .identity--square { grid-column: span 6; margin-top: 0; }
  .print-piece--hero { grid-column: 1 / -1; }
  .print-piece:nth-child(2), .print-piece:nth-child(3), .print-piece:nth-child(4), .print-piece:nth-child(5) { grid-column: span 6; margin-top: 0; }
  .art-piece--tall { grid-column: 1 / 7; }
  .art-piece:nth-child(2) { grid-column: 8 / 13; margin-top: 4rem; }
  .art-piece:nth-child(3) { grid-column: 3 / 13; }
  .art-piece:nth-child(4) { grid-column: 1 / 6; margin-top: 2rem; }
  .art-piece:nth-child(5) { grid-column: 6 / 13; margin-top: 2rem; }
}

@media (max-width: 640px) {
  :root { --gutter: 1.15rem; }
  html { scroll-padding-top: 4.5rem; }
  h2 { font-size: clamp(2.35rem, 12vw, 3.7rem); }
  .hero { padding-top: 7rem; padding-bottom: 4.5rem; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 5.2rem); }
  .lede { font-size: 1rem; }
  .hero-collage { min-height: 27rem; }
  .hero-frame--rail { top: 5%; width: 78%; }
  .hero-frame--portrait { top: 0; width: 31%; }
  .hero-frame--book { top: 55%; width: 53%; }
  .hero-frame--print { width: 42%; bottom: 3%; }
  .hero-index { display: none; }
  .category-nav { padding-inline: 1.15rem; }
  .portfolio-section { padding-block: 5.5rem; }
  .section-head { margin-bottom: 2.75rem; }
  .gallery--photo, .selected-grid, .wrap-grid, .promo-grid, .identity-grid, .print-grid, .art-grid, .digital-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; }
  .tile--rail, .tile--portrait, .tile--street, .tile--concept, .tile--treatment,
  .feature, .feature--lead, .wrap, .wrap--wide, .wrap:nth-child(2), .wrap:nth-child(3), .wrap:nth-child(4), .wrap:nth-child(5),
  .promo, .promo--large, .promo:nth-child(2), .promo:nth-child(3), .promo--tall,
  .identity, .identity--main, .identity:nth-child(2), .identity:nth-child(3), .identity--square,
  .print-piece, .print-piece--hero, .print-piece:nth-child(2), .print-piece:nth-child(3), .print-piece:nth-child(4), .print-piece:nth-child(5),
  .art-piece, .art-piece--tall, .art-piece--wide, .art-piece:nth-child(2), .art-piece:nth-child(3), .art-piece:nth-child(4), .art-piece:nth-child(5),
  .digital-piece, .digital-piece:nth-child(2) { grid-column: 1; grid-row: auto; margin-top: 0; transform: translate3d(0, var(--shift, 0px), 0); }
  .tile--portrait, .tile--concept, .promo--tall, .identity--square { width: 78%; justify-self: center; }
  .feature--lead .work, .feature .work { aspect-ratio: 4 / 3; }
  .wrap .work { aspect-ratio: 1.35 / 1; }
  .art-piece--tall { width: 78%; justify-self: center; }
  .about { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-portrait { width: 68%; justify-self: start; }
  .contact { min-height: 33rem; }
  .contact-details { grid-template-columns: 1fr; gap: .5rem; }
  .contact-hex { width: 70vw; right: -22vw; top: 65%; }
  .site-footer { grid-template-columns: 1fr; gap: 1.2rem; }
  .site-footer p:last-child { text-align: left; }
  .lightbox-shell { grid-template-columns: 3.2rem minmax(0,1fr) 3.2rem; padding: .75rem; }
  .lightbox figure { height: calc(100dvh - 4rem); }
  .lightbox-image { max-height: calc(100dvh - 8rem); }
  .lightbox-close { top: .75rem; right: .75rem; }
  .lightbox-count { display: none; }
}

@media (max-width: 390px) {
  .hero-collage { min-height: 23.5rem; }
  .hero-frame--rail { width: 81%; }
  .hero-frame--book { width: 56%; }
  .hero-frame--print { width: 43%; }
  .tile--portrait, .tile--concept, .promo--tall, .identity--square, .art-piece--tall { width: 84%; }
  .lightbox-shell { grid-template-columns: 2.7rem minmax(0,1fr) 2.7rem; }
  .lightbox-nav { width: 2.45rem; height: 2.45rem; }
}

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