:root {
    --ink: #0b0b0b;
    --muted: #666;
    --paper: #fff;
    --soft: #f4f4f4;
    --line: #dcdcdc;
    --display: Georgia, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font: 15px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
main, .story-page, .post-page, .story-header, .story-copy { background-color: #fff; }
body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 10px 16px; background: #fff; color: #000; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; }
.eyebrow--light { color: #fff; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 27px; border: 1px solid currentColor; background: transparent; text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; transition: background .25s, color .25s; }
.button--light { color: #fff; }
.button--light:hover { background: #fff; color: #000; }
.button--dark { border-color: #0b0b0b; background: #0b0b0b; color: #fff; cursor: pointer; }
.button--dark:hover { background: #fff; color: #0b0b0b; }
.text-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid; text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; min-height: 94px; align-items: center; justify-content: space-between; gap: clamp(24px, 3vw, 48px); padding: 12px 4vw; border-bottom: 1px solid var(--line); background: #fff; }
.logo { display: block; flex: 0 1 285px; }
.logo picture { display: block; }
.logo img { display: block; width: min(285px, 28vw); max-height: 68px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px, 1.8vw, 30px); white-space: nowrap; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.main-nav a, .dropdown-toggle { border: 0; background: none; color: inherit; text-decoration: none; cursor: pointer; }
.main-nav > a, .dropdown-toggle { display: inline-flex; min-height: 44px; align-items: center; padding: 8px 0; border-bottom: 1px solid transparent; }
.main-nav > a:hover, .dropdown-toggle:hover, .dropdown-menu a:hover { border-color: currentColor; }
.header-social { display: flex; align-items: center; gap: 11px; }
.header-social a { display: grid; width: 27px; height: 44px; place-items: center; opacity: .78; transition: opacity .2s, transform .2s; }
.header-social a:hover, .header-social a:focus-visible { opacity: 1; transform: translateY(-1px); }
.header-social img { display: block; width: 18px; height: 18px; object-fit: contain; }
.dropdown { position: relative; }
.dropdown-toggle::after { content: " +"; }
.dropdown-menu { position: absolute; top: calc(100% + 9px); left: 50%; display: grid; min-width: 205px; padding: 18px 23px; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.1); opacity: 0; visibility: hidden; transform: translate(-50%, 7px); transition: .2s; }
.dropdown-menu a { padding: 8px 0; border-bottom: 1px solid transparent; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu, .dropdown.is-open .dropdown-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.menu-toggle { display: none; }

.home-hero { position: relative; min-height: calc(100svh - 94px); overflow: hidden; background: #111; color: #fff; }
.hero-slider__slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { margin: 0; opacity: 0; pointer-events: none; transition: opacity 1s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); transition: transform 7s linear; }
.hero-slide.is-active img { transform: scale(1.06); }
.hero-slide__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.65), rgba(0,0,0,.04) 72%), linear-gradient(0deg, rgba(0,0,0,.32), transparent 50%); }
.home-hero__content { position: absolute; left: clamp(28px, 7vw, 112px); bottom: clamp(86px, 13vh, 150px); z-index: 3; max-width: 780px; }
.home-hero h1 { margin: 0 0 25px; font: 400 clamp(62px, 8.7vw, 138px)/.82 var(--display); letter-spacing: -.06em; }
.home-hero__content > p:not(.eyebrow) { max-width: 570px; margin: 0 0 34px; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.6; }
.slider-controls { display: flex; align-items: center; gap: 18px; }
.slider-controls button { position: relative; display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; font-size: 0; line-height: 0; cursor: pointer; appearance: none; -webkit-appearance: none; touch-action: manipulation; transition: background .2s, color .2s; }
.slider-controls [data-slider-prev]::before, .slider-controls [data-slider-next]::before, .lightbox-modal__nav::before { position: absolute; top: 50%; left: 50%; display: block; box-sizing: border-box; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform-origin: 50% 50%; }
.slider-controls [data-slider-prev]::before, .lightbox-modal__nav--prev::before { transform: translate(-50%, -50%) rotate(135deg); }
.slider-controls [data-slider-next]::before, .lightbox-modal__nav--next::before { transform: translate(-50%, -50%) rotate(-45deg); }
.slider-controls button:hover { background: currentColor; color: #000; }
.slider-controls > span { min-width: 58px; font-size: 10px; letter-spacing: .16em; text-align: center; }
.slider-controls b { font-weight: 700; }
.hero-slider__controls { position: absolute; right: clamp(25px, 5vw, 80px); bottom: 42px; z-index: 4; color: #fff; }
.hero-slider__controls button:hover { background: #fff; color: #000; }
.scroll-cue { position: absolute; left: clamp(28px, 7vw, 112px); bottom: 35px; z-index: 4; display: flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue span { width: 42px; height: 1px; background: currentColor; }

.intro-section { display: grid; max-width: 1000px; justify-items: center; padding-block: clamp(95px, 13vw, 180px); text-align: center; }
.intro-section h2 { margin: 0; font: 400 clamp(44px, 6.4vw, 86px)/1 var(--display); letter-spacing: -.045em; }
.intro-copy { max-width: 690px; margin-top: 40px; color: var(--muted); font-size: 17px; }
.intro-copy .text-link { margin-top: 16px; color: var(--ink); }
.portfolio-section { padding-top: clamp(80px, 10vw, 135px); border-top: 1px solid var(--line); background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 50px; }
.section-heading h2 { margin: 0; font: 400 clamp(48px, 7vw, 96px)/.9 var(--display); letter-spacing: -.05em; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.portfolio-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; padding: 0 10px 10px; }
.portfolio-card { position: relative; min-height: 74vh; overflow: hidden; background: #eee; color: #fff; text-decoration: none; }
.portfolio-card picture, .portfolio-card img { position: absolute; inset: 0; width: 100%; height: 100%; }
.portfolio-card img { object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.portfolio-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 68%); }
.portfolio-card__copy { position: absolute; inset: auto 9% 8%; display: grid; }
.portfolio-card__copy strong { font: 400 clamp(42px, 5vw, 74px)/1 var(--display); letter-spacing: -.04em; }
.portfolio-card__copy em { margin-top: 24px; font: normal 9px var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.portfolio-card__copy em span { margin-left: 8px; }
.portfolio-card:hover img { transform: scale(1.035); }
.stories-section { padding-block: clamp(100px, 13vw, 175px); }
.story-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 55px 28px; }
.story-card__image { display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--soft); }
.story-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.story-card__image:hover img { transform: scale(1.03); }
.story-card time, .journal-card time { display: block; margin: 21px 0 9px; color: var(--muted); font-size: 9px; letter-spacing: .17em; }
.story-card h3 { margin: 0 0 14px; font: 400 31px/1.12 var(--display); letter-spacing: -.025em; }
.story-card h3 a, .journal-card h2 a { text-decoration: none; }
.story-card p { color: var(--muted); }
.home-cta { display: grid; min-height: 66vh; place-items: center; padding: 90px 24px; background: linear-gradient(rgba(0,0,0,.54), rgba(0,0,0,.54)), url("../images/share-default.jpg") center/cover; color: #fff; text-align: center; }
.home-cta { background: #0b0b0b; }
.home-cta h2 { margin: 0 0 25px; font: 400 clamp(55px, 8vw, 108px)/.9 var(--display); letter-spacing: -.055em; }
.home-cta p:not(.eyebrow) { margin: 0 0 30px; }

.page-title { padding-block: clamp(95px, 12vw, 165px) clamp(70px, 9vw, 120px); text-align: center; }
.page-title h1 { margin: 0; font: 400 clamp(66px, 10vw, 142px)/.82 var(--display); letter-spacing: -.065em; }
.page-title > p:last-child:not(.eyebrow) { max-width: 650px; margin: 34px auto 0; color: var(--muted); font-size: 17px; }
.page-hero { display: grid; min-height: 72vh; place-items: end center; padding: 80px 24px; background: linear-gradient(0deg, rgba(0,0,0,.55), transparent 70%), var(--page-hero) center/cover; color: #fff; text-align: center; }
.page-hero h1 { margin: 0; font: 400 clamp(64px, 10vw, 130px)/.88 var(--display); letter-spacing: -.055em; }
.content-layout { max-width: 900px; padding-block: 70px 130px; }
.rich-content { font: 18px/1.8 var(--display); }
.rich-content h2, .rich-content h3 { line-height: 1.12; }
.rich-content h2 { font-size: 44px; }
.rich-content img { height: auto; }
.rich-content a { text-underline-offset: 4px; }

.about-hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); align-items: center; gap: clamp(50px, 8vw, 130px); padding-block: clamp(70px, 9vw, 125px); }
.about-hero__title h1 { margin: 0 0 30px; font: 400 clamp(64px, 8.5vw, 124px)/.83 var(--display); letter-spacing: -.065em; }
.about-hero__title > p:last-child { max-width: 500px; color: var(--muted); font-size: 17px; }
.about-portrait { margin: 0; }
.about-portrait img { display: block; width: 100%; aspect-ratio: 1/1.08; object-fit: cover; object-position: center; filter: grayscale(1); }
.about-portrait figcaption { margin-top: 12px; color: var(--muted); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.about-story { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: clamp(50px, 9vw, 145px); padding-block: clamp(90px, 12vw, 165px); border-top: 1px solid var(--line); }
.about-story aside p { position: sticky; top: 125px; margin: 0; font: 400 clamp(30px, 3.5vw, 48px)/1.2 var(--display); letter-spacing: -.03em; }
.about-story__copy { max-width: 700px; color: #343434; font-size: 16px; }
.about-story__copy p { margin: 0 0 24px; }
.about-story__copy .lead { margin-bottom: 34px; color: var(--ink); font: 400 clamp(27px, 3.1vw, 42px)/1.35 var(--display); }
.affiliations-section { padding-block: clamp(90px, 11vw, 145px); overflow: hidden; border-block: 1px solid var(--line); background: #fff; }
.affiliation-marquee { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: clamp(22px, 3vw, 42px); }
.affiliation-marquee figure { display: grid; min-width: 0; aspect-ratio: 1; place-items: center; margin: 0; padding: clamp(18px, 2.3vw, 30px); overflow: visible; background: #fff; }
.affiliation-marquee img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.about-cta { padding-block: clamp(100px, 14vw, 190px); text-align: center; }
.about-cta h2 { margin: 0 0 38px; font: 400 clamp(48px, 7vw, 95px)/.98 var(--display); letter-spacing: -.05em; }

.page-title--awards { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.8fr); align-items: end; gap: 20px 70px; padding-block: 40px 34px; text-align: left; }
.page-title--awards .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.page-title--awards h1 { font-size: clamp(54px, 6.4vw, 88px); }
.page-title--awards > p:last-child:not(.eyebrow) { margin: 0 0 6px; font-size: 15px; }
.awards-slider { position: relative; width: 100%; }
.awards-slider__viewport { position: relative; width: min(1420px, calc(100% - 32px)); aspect-ratio: 3/2; margin: auto; overflow: hidden; background: var(--soft); }
.award-slide { position: absolute; inset: 0; display: grid; place-items: center; margin: 0; opacity: 0; pointer-events: none; transition: opacity .65s ease; }
.award-slide.is-active { opacity: 1; pointer-events: auto; }
.award-slide button { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.award-slide img { display: block; width: 100%; height: 100%; object-fit: contain; }
.awards-slider__controls { position: absolute; left: 50%; bottom: 16px; z-index: 4; justify-content: space-between; width: min(1420px, calc(100% - 32px)); padding: 0 12px; color: var(--ink); pointer-events: none; transform: translateX(-50%); }
.awards-slider__controls button { width: 38px; height: 38px; background: rgba(255,255,255,.94); pointer-events: auto; }
.awards-slider__controls button:hover { background: #0b0b0b; color: #fff; }
.awards-note { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-block: 30px 130px; border-top: 1px solid var(--line); }
.awards-note p { max-width: 760px; margin: 0; font: 400 clamp(20px, 2.3vw, 30px)/1.35 var(--display); letter-spacing: -.02em; }

.page-title--contact { padding-bottom: 70px; }
.contact-layout { display: grid; grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr); gap: clamp(55px, 9vw, 140px); padding-bottom: 140px; }
.contact-intro { padding-top: 45px; border-top: 1px solid var(--ink); }
.contact-intro h2 { margin: 0 0 28px; font: 400 clamp(38px, 4.6vw, 62px)/1.05 var(--display); letter-spacing: -.04em; }
.contact-intro .rich-content { color: var(--muted); font: 16px/1.7 var(--sans); }
.contact-form { position: relative; padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); background: #fff; }
.contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 27px 24px; }
.contact-form label { display: grid; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #999; border-radius: 0; background: transparent; color: #111; outline: none; text-transform: none; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #000; box-shadow: 0 1px #000; }
.contact-form textarea { padding: 15px; border: 1px solid #999; resize: vertical; }
.contact-form .is-wide { grid-column: 1/-1; }
.contact-form__turnstile { display: grid; gap: 8px; min-width: 0; }
.contact-form__turnstile .cf-turnstile { width: 100%; min-height: 65px; }
.contact-form small, .form-error { color: #9d1515; letter-spacing: 0; text-transform: none; }
.form-success, .form-error { padding: 14px 18px; border-left: 3px solid; background: #f3f3f3; font: 14px var(--sans); }
.form-success { border-color: #2d6e3b; color: #1c5528; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-form .button { margin-top: 30px; }

.page-title--journal { padding-bottom: 80px; }
.journal-grid { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 1180px; padding-bottom: 105px; }
.journal-card { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); align-items: center; gap: clamp(32px, 5vw, 70px); padding-block: 42px; border-top: 1px solid var(--line); }
.journal-card:last-child { border-bottom: 1px solid var(--line); }
.journal-card__image { display: block; aspect-ratio: 3/2; overflow: hidden; background: var(--soft); }
.journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s; }
.journal-card__image:hover img { transform: scale(1.03); }
.journal-card time { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; letter-spacing: .13em; }
.journal-card h2 { margin: 0 0 14px; font: 400 clamp(31px, 3.2vw, 46px)/1.08 var(--display); letter-spacing: -.035em; }
.journal-card p { color: var(--muted); }
.pagination-shell { padding-bottom: 110px; }
.pagination { display: grid; justify-items: center; gap: 17px; border-top: 1px solid var(--line); padding-top: 35px; }
.pagination__links { display: flex; align-items: center; justify-content: center; gap: 5px; flex-wrap: wrap; }
.pagination__item { display: grid; min-width: 42px; min-height: 42px; place-items: center; padding: 8px 13px; border: 1px solid var(--line); text-decoration: none; font-size: 10px; letter-spacing: .08em; }
a.pagination__item:hover, .pagination__item--current { border-color: var(--ink); background: var(--ink); color: #fff; }
.pagination__item--disabled { color: #aaa; }
.pagination__summary { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: .08em; }

.story-header { max-width: 1050px; padding-block: clamp(85px, 11vw, 150px) clamp(55px, 7vw, 95px); text-align: center; }
.story-header h1 { margin: 0; font: 400 clamp(58px, 9vw, 124px)/.84 var(--display); letter-spacing: -.065em; }
.story-meta { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 31px; color: var(--muted); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.story-meta span:not(:last-child)::after { content: "·"; margin-left: 12px; }
.story-copy { max-width: 800px; margin-bottom: clamp(65px, 8vw, 115px); }
.story-copy--after { margin-top: 85px; }
.post-content { max-width: 900px; }
.story-gallery { display: grid; gap: clamp(10px, 1.4vw, 20px); width: min(1420px, calc(100% - 24px)); margin: 0 auto 105px; }
.story-gallery__image { width: 100%; margin: 0; background: #fff; }
.story-gallery__image img { display: block; width: 100%; height: auto; margin: 0 auto; }
.story-gallery--embedded { width: min(1420px, calc(100vw - 24px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.gallery-grid { display: grid; }
.modern-gallery { width: min(1500px, calc(100% - 24px)); grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin: 0 auto 105px; }
.gallery-tile, .portfolio-gallery__item { display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: var(--soft); cursor: zoom-in; }
.gallery-tile { aspect-ratio: 4/5; }
.gallery-tile img, .portfolio-gallery__item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s, filter .45s; }
.gallery-tile:hover img, .portfolio-gallery__item:hover img { transform: scale(1.025); filter: brightness(.93); }
.gallery-tile:focus-visible, .portfolio-gallery__item:focus-visible { outline: 3px solid #111; outline-offset: 3px; }
.embedded-gallery { width: min(1200px, calc(100vw - 24px)); margin-left: 50%; transform: translateX(-50%); }
.best-of-gallery { grid-template-columns: minmax(280px, 720px); justify-content: center; }
.best-of-gallery .gallery-tile { aspect-ratio: 1; }
.best-of-gallery .gallery-tile img { object-fit: contain; background: #fff; }
.page-title--portfolio { padding-bottom: 75px; }
.portfolio-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 7px; width: min(1500px, calc(100% - 20px)); margin: auto; }
.portfolio-gallery__item { aspect-ratio: 3/2; }
.empty-state { grid-column: 1/-1; padding: 80px; text-align: center; }
.story-enquiry { position: relative; isolation: isolate; display: grid; width: min(1320px, calc(100% - 40px)); grid-template-columns: minmax(0, 1fr) auto; gap: clamp(35px, 7vw, 110px); align-items: end; overflow: hidden; margin: clamp(85px, 10vw, 145px) auto; padding: clamp(55px, 7vw, 100px); background: #0b0b0b; color: #fff; }
.story-enquiry::before { position: absolute; z-index: -1; top: -210px; right: -110px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; content: ""; }
.story-enquiry::after { position: absolute; z-index: -1; top: -120px; right: -20px; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.story-enquiry__copy { max-width: 850px; }
.story-enquiry .eyebrow { color: rgba(255,255,255,.68); }
.story-enquiry h2 { max-width: 800px; margin: 0 0 25px; font: 400 clamp(48px, 7vw, 92px)/.9 var(--display); letter-spacing: -.055em; }
.story-enquiry__copy > p:last-child { max-width: 570px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; }
.story-enquiry > .button { position: relative; z-index: 1; white-space: nowrap; }

.site-footer { padding: 80px 24px; border-top: 1px solid var(--line); background: #fff; color: var(--ink); text-align: center; }
.footer-inner { display: grid; justify-items: center; gap: 17px; }
.footer-logo img { width: 260px; max-height: 82px; object-fit: contain; }
.site-footer p { margin: 0; color: var(--muted); }
.site-footer nav { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; margin: 15px 0; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.site-footer nav a { text-decoration: none; }
.site-footer small { color: #8a8a8a; }
.footer-credit a { color: var(--ink); text-decoration: none; border-bottom: 1px solid #c9c9c9; transition: border-color .2s; }
.footer-credit a:hover, .footer-credit a:focus-visible { border-color: var(--ink); }

.lightbox-modal { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: 72px minmax(0,1fr) 72px; place-items: center; padding: 22px; background: rgba(8,8,8,.97); color: #fff; }
.lightbox-modal__figure { grid-column: 2; display: grid; gap: 12px; justify-items: center; max-width: 100%; margin: 0; }
.lightbox-modal__figure img { display: block; max-width: 100%; max-height: 86vh; object-fit: contain; }
.lightbox-modal__figure figcaption { max-width: min(760px,90vw); color: #ddd; text-align: center; }
.lightbox-modal__close, .lightbox-modal__nav { display: grid; flex: 0 0 auto; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.2); color: #fff; font-size: 0; line-height: 0; cursor: pointer; appearance: none; -webkit-appearance: none; touch-action: manipulation; }
.lightbox-modal__close { position: absolute; top: max(20px, env(safe-area-inset-top)); right: max(20px, env(safe-area-inset-right)); width: 48px; height: 48px; border-radius: 50%; }
.lightbox-modal__close::before, .lightbox-modal__close::after { position: absolute; top: 50%; left: 50%; width: 20px; height: 2px; background: currentColor; content: ""; transform-origin: center; }
.lightbox-modal__close::before { transform: translate(-50%, -50%) rotate(45deg); }
.lightbox-modal__close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.lightbox-modal__nav { position: relative; width: 52px; height: 52px; border-radius: 50%; }
.lightbox-modal__close:focus-visible, .lightbox-modal__nav:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

@media (max-width: 1020px) {
    .section-shell { width: min(100% - 48px, 1240px); }
    .site-header { min-height: 86px; padding: 10px 22px; }
    .logo { flex-basis: 245px; }
    .logo img { width: min(245px, 62vw); max-height: 62px; }
    .menu-toggle { position: relative; z-index: 52; display: grid; width: 48px; height: 48px; place-content: center; gap: 6px; padding: 0; border: 0; background: none; cursor: pointer; }
    .menu-toggle span { display: block; width: 25px; height: 2px; background: #111; transition: transform .25s, opacity .25s; }
    .menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
    .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 86px 0 0; z-index: 51; display: flex; flex-direction: column; justify-content: flex-start; gap: clamp(10px, 2vh, 16px); margin: 0; padding: clamp(34px, 7vh, 64px) 24px 38px; overflow-y: auto; background: #fff; font: 700 22px/1.25 var(--sans); letter-spacing: .11em; text-transform: uppercase; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s, visibility .25s, transform .25s; }
    .menu-open .main-nav { opacity: 1; visibility: visible; transform: none; }
    .main-nav > a, .dropdown-toggle { min-height: 44px; padding: 7px 0; }
    .header-social { gap: 15px; margin-top: 8px; }
    .header-social a { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; opacity: 1; }
    .header-social img { width: 19px; height: 19px; }
    .dropdown { display: grid; justify-items: center; }
    .dropdown-menu { position: static; display: none; justify-items: center; gap: 11px; min-width: 0; padding: 13px 0 1px; border: 0; background: none; box-shadow: none; color: #555; font: 700 12px/1.3 var(--sans); letter-spacing: .14em; opacity: 1; visibility: visible; transform: none; }
    .dropdown.is-open .dropdown-menu { display: grid; transform: none; }
    .home-hero { min-height: calc(100svh - 86px); }
    .home-hero__content { bottom: 110px; }
    .home-hero h1 { font-size: clamp(62px, 13vw, 108px); }
    .portfolio-cards { grid-template-columns: 1fr; }
    .portfolio-card { min-height: 75svh; }
    .story-cards { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .about-hero { grid-template-columns: 1fr 1fr; gap: 45px; }
    .about-story { gap: 55px; }
    .affiliation-marquee { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .contact-layout { gap: 50px; }
    .modern-gallery, .portfolio-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 700px) {
    .section-shell { width: min(100% - 30px, 1240px); }
    /* The mobile source is cropped to the artwork itself, so no negative
       offset or browser-dependent clipping is needed. */
    .site-header { padding-left: 20px; padding-right: 15px; }
    .logo { margin-left: 0; }
    .home-hero__content { left: 21px; right: 21px; bottom: 105px; }
    .home-hero h1 { font-size: clamp(54px, 17vw, 82px); }
    .home-hero__content > p:not(.eyebrow) { font-size: 15px; }
    .hero-slide__shade { background: linear-gradient(0deg, rgba(0,0,0,.76), rgba(0,0,0,.03) 84%); }
    .hero-slider__controls { right: 19px; bottom: 27px; }
    .hero-slider__controls > span { display: none; }
    .slider-controls { gap: 8px; }
    .slider-controls button { width: 43px; height: 43px; }
    .scroll-cue { left: 20px; bottom: 40px; }
    .intro-section { padding-block: 90px; }
    .intro-section h2 { font-size: 43px; }
    .portfolio-section { padding-top: 78px; }
    .section-heading { display: grid; gap: 24px; margin-bottom: 35px; }
    .section-heading h2 { font-size: 56px; }
    .portfolio-cards { padding: 0 6px 6px; gap: 6px; }
    .portfolio-card { min-height: 70svh; }
    .portfolio-card__copy strong { font-size: 52px; }
    .stories-section { padding-block: 85px; }
    .story-cards { grid-template-columns: 1fr; gap: 65px; }
    .home-cta { min-height: 59vh; }
    .page-title { padding-block: 78px 62px; }
    .page-title h1 { font-size: clamp(62px, 19vw, 88px); }
    .page-title > p:last-child:not(.eyebrow) { font-size: 15px; }
    .page-hero { min-height: 62vh; }
    .page-hero h1 { font-size: 67px; }
    .content-layout { padding-block: 45px 85px; }
    .rich-content { overflow-wrap: anywhere; font-size: 17px; }
    .rich-content h2 { font-size: 35px; }
    .about-hero { grid-template-columns: 1fr; padding-top: 68px; }
    .about-hero__title h1 { font-size: 67px; }
    .about-portrait { order: -1; }
    .about-story { grid-template-columns: 1fr; gap: 50px; padding-block: 85px; }
    .about-story aside p { position: static; font-size: 34px; }
    .affiliations-section { padding-block: 80px; }
    .affiliation-marquee { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px 14px; }
    .affiliation-marquee figure { padding: 18px; }
    .about-cta { padding-block: 95px; }
    .about-cta h2 { font-size: 46px; }
    .page-title--awards { display: block; padding-block: 38px 26px; }
    .page-title--awards .eyebrow { margin-bottom: 12px; }
    .page-title--awards h1 { font-size: clamp(54px, 16vw, 72px); }
    .page-title--awards > p:last-child:not(.eyebrow) { display: none; }
    .awards-slider__viewport { width: calc(100% - 12px); aspect-ratio: 3/2; }
    .awards-slider__controls { bottom: 10px; width: calc(100% - 12px); padding-inline: 8px; }
    .awards-slider__controls button { width: 35px; height: 35px; }
    .awards-note { display: grid; gap: 32px; padding-block: 35px 85px; }
    .awards-note p { font-size: 22px; }
    .contact-layout { grid-template-columns: 1fr; gap: 55px; padding-bottom: 90px; }
    .contact-intro { padding-top: 30px; }
    .contact-form { padding: 25px 18px; }
    .contact-form__grid { grid-template-columns: 1fr; }
    .contact-form .is-wide { grid-column: auto; }
    .journal-grid { padding-bottom: 70px; }
    .journal-card { grid-template-columns: 1fr; gap: 24px; padding-block: 30px; }
    .journal-card__image { aspect-ratio: 3/2; }
    .pagination__item { min-width: 38px; min-height: 38px; padding: 7px 10px; }
    .pagination__item:first-child, .pagination__item:last-child { width: 100%; }
    .story-header h1 { font-size: 58px; }
    .modern-gallery, .portfolio-gallery { width: calc(100% - 10px); gap: 5px; }
    .page-title--portfolio h1 { max-width: 100%; font-size: clamp(40px, 14vw, 64px); white-space: nowrap; }
    .portfolio-gallery { grid-template-columns: 1fr; }
    .gallery-tile { aspect-ratio: 3/4; }
    .portfolio-gallery__item { aspect-ratio: 3/2; }
    .embedded-gallery { width: calc(100vw - 10px); }
    .story-enquiry { width: calc(100% - 20px); grid-template-columns: 1fr; align-items: start; margin-block: 70px; padding: 54px 25px; }
    .story-enquiry h2 { font-size: 52px; }
    .story-enquiry > .button { justify-self: start; white-space: normal; }
    .lightbox-modal { grid-template-columns: 1fr; padding: 12px; }
    .lightbox-modal__figure { grid-column: 1; }
    .lightbox-modal__figure img { max-height: 78vh; }
    .lightbox-modal__nav { position: absolute; bottom: max(18px, env(safe-area-inset-bottom)); width: 48px; height: 48px; border-radius: 50%; }
    .lightbox-modal__nav--prev { left: max(18px, env(safe-area-inset-left)); }
    .lightbox-modal__nav--next { right: max(18px, env(safe-area-inset-right)); }
}

@media (max-width: 400px) {
    .home-hero h1 { font-size: 51px; }
    .home-hero__content > p:not(.eyebrow) { margin-bottom: 24px; }
    .story-cards { gap: 54px; }
    .modern-gallery, .portfolio-gallery { grid-template-columns: 1fr; }
    .gallery-tile { aspect-ratio: auto; }
    .gallery-tile img { height: auto; }
    .portfolio-gallery__item { aspect-ratio: 3/2; }
    .portfolio-gallery__item img { height: 100%; object-fit: cover; }
}

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