:root {
    --ink: #111713;
    --paper: #f1efe7;
    --muted: rgba(255, 255, 255, .66);
    --line: rgba(255, 255, 255, .22);
    --lime: #c7db80;
    color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--ink);
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
button, a { color: inherit; }
button { font: inherit; }
a { text-decoration: none; }

.site-shell { overflow: hidden; }
.site-header {
    position: relative;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 78px;
    padding: 20px clamp(24px, 4vw, 68px);
    border-bottom: 1px solid var(--line);
    background: var(--ink);
}
.brand { display: flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { font-size: 22px; font-weight: 800; letter-spacing: -.08em; }
.brand-line { width: 24px; height: 1px; background: currentColor; opacity: .55; }
.brand-name { font-size: 10px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.header-nav { display: flex; gap: 42px; }
.header-nav a {
    position: relative;
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.header-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease;
}
.header-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.photo-total { justify-self: end; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; opacity: .68; }

.portrait-intro {
    display: grid;
    grid-template-columns: minmax(380px, .82fr) minmax(440px, 1.18fr);
    min-height: calc(100svh - 78px);
    background: #101511;
}
.portrait-intro-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(60px, 8vw, 130px) clamp(34px, 6vw, 100px);
    background: radial-gradient(circle at 18% 72%, rgba(133,158,98,.14), transparent 38%), #151b16;
}
.portrait-intro-copy h1 { font-size: clamp(70px, 7.1vw, 116px); line-height: .88; }
.portrait-intro-copy > p:not(.eyebrow) { max-width: 445px; margin: 40px 0 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 1.8; }
.portrait-intro-actions { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 45px; }
.portrait-intro-actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 210px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: color .25s, border-color .25s; }
.portrait-intro-actions a span { color: var(--lime); font-size: 18px; font-weight: 400; }
.portrait-intro-actions a:hover { color: var(--lime); border-color: var(--lime); }
.portrait-intro-visual { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #050706; isolation: isolate; }
.portrait-intro-backdrop { position: absolute; z-index: -1; inset: -35px; background: url("yvon-900.jpg") 50% 46% / cover; filter: blur(28px); opacity: .24; }
.portrait-intro-visual picture { display: block; width: 100%; height: 100%; }
.portrait-intro-visual img { display: block; width: 100%; height: calc(100svh - 78px); min-height: 670px; object-fit: contain; object-position: center; }
.portrait-intro-visual figcaption { position: absolute; right: 24px; bottom: 22px; display: flex; gap: 15px; align-items: center; padding: 10px 13px; background: rgba(5,7,6,.7); color: rgba(255,255,255,.64); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; backdrop-filter: blur(8px); }
.portrait-intro-visual figcaption span { color: var(--lime); }

.hero { position: relative; min-height: calc(100svh - 78px); background: #151b16; isolation: isolate; }
.hero-stage, .hero-backdrop, .hero-shade { position: absolute; inset: 0; }
.hero-backdrop {
    z-index: -2;
    inset: 0 0 151px 38%;
    background-position: center;
    background-size: cover;
    filter: blur(32px) saturate(.8);
    opacity: .5;
    transform: scale(1.08);
    transition: background-image .6s ease;
}
.hero-stage {
    z-index: 1;
    inset: 0 0 151px 38%;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: rgba(5, 8, 6, .56);
    cursor: zoom-in;
}
.hero-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    opacity: 0;
    transform: none;
    transition: opacity .4s ease;
}
.hero-image.loaded { opacity: 1; transform: none; }
.hero-shade {
    z-index: 0;
    inset: 0 62% 151px 0;
    pointer-events: none;
    background: radial-gradient(circle at 28% 32%, rgba(91, 115, 72, .24), transparent 45%);
}
.image-loader { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; opacity: 0; transition: opacity .2s; }
.image-loader.visible { opacity: 1; }
.image-loader span { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(1turn); } }

.hero-copy {
    position: absolute;
    z-index: 2;
    top: 14%;
    left: clamp(24px, 4.5vw, 74px);
    width: min(455px, 29vw);
}
.eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 24px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--lime); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; line-height: .87; }
h1 { font-size: clamp(58px, 5.2vw, 88px); text-wrap: balance; }
h1 em, h2 em { color: var(--lime); font-weight: 400; }
.hero-intro { width: min(365px, 100%); margin: 31px 0 0 4px; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }
.image-meta {
    position: absolute;
    z-index: 2;
    right: auto;
    bottom: 194px;
    left: clamp(24px, 4.5vw, 74px);
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.meta-theme { color: rgba(255,255,255,.7); }
.meta-number b { font-size: 19px; font-weight: 400; color: #fff; }
.carousel-actions {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 174px;
    display: flex;
    gap: 9px;
}
.circle-button {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 50%;
    background: rgba(8,13,9,.14);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: background .25s, color .25s, transform .25s;
}
.circle-button:hover { background: #fff; color: var(--ink); transform: translateY(-2px); }
.circle-button svg { width: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.thumb-panel {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 151px;
    padding: 17px clamp(24px, 4vw, 68px) 20px;
    border-top: 1px solid rgba(255,255,255,.12);
    background: #101511;
}
.filter-row { display: flex; gap: 8px; margin-bottom: 13px; overflow-x: auto; scrollbar-width: none; }
.filter-row::-webkit-scrollbar { display: none; }
.filter-button {
    flex: none;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    background: rgba(10,15,11,.2);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: background .25s, color .25s, border-color .25s;
}
.filter-button span { margin-left: 7px; opacity: .52; }
.filter-button:hover, .filter-button.active { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.thumbs-wrap { display: flex; align-items: end; gap: 26px; }
.thumbs {
    display: flex;
    gap: 9px;
    min-width: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    touch-action: pan-x;
    cursor: grab;
}
.thumbs.dragging { scroll-behavior: auto; cursor: grabbing; user-select: none; }
.thumbs::-webkit-scrollbar { display: none; }
.thumbnail {
    position: relative;
    flex: 0 0 94px;
    height: 63px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 2px;
    background: #30372f;
    cursor: pointer;
    opacity: .55;
    transition: opacity .25s, transform .25s;
}
.thumbnail::after { content: ""; position: absolute; inset: 0; border: 2px solid transparent; transition: border-color .25s; }
.thumbnail img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumbnail:hover { opacity: .9; transform: translateY(-2px); }
.thumbnail.active { opacity: 1; }
.thumbnail.active::after { border-color: var(--lime); }
.thumbnail.favorite::before {
    content: "♥";
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 5px;
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #e98a87;
    color: #111713;
    font-size: 9px;
}
.swipe-hint { flex: none; width: 125px; padding: 0 0 11px; border: 0; background: transparent; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; line-height: 1.5; text-align: left; text-transform: uppercase; cursor: pointer; }
.swipe-hint:hover { color: #fff; }
.swipe-hint span { display: block; margin-top: 3px; color: var(--lime); font-size: 17px; }

.zoom-label {
    position: absolute;
    right: 22px;
    bottom: 19px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(8,12,9,.72);
    color: rgba(255,255,255,.82);
    font-size: 9px;
    letter-spacing: .11em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s, transform .25s;
}
.zoom-label svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.hero-stage:hover .zoom-label, .hero-stage:focus-visible .zoom-label { opacity: 1; transform: translateY(0); }

.lightbox {
    width: 100vw;
    max-width: none;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(5, 7, 6, .97);
    color: #fff;
}
.lightbox::backdrop { background: rgba(5, 7, 6, .92); }
.lightbox[open] { display: grid; grid-template-columns: 80px 1fr 80px; place-items: center; }
.lightbox figure { display: grid; grid-template-rows: 1fr auto; width: 100%; height: 100%; margin: 0; padding: 30px 0 20px; min-width: 0; min-height: 0; }
.lightbox figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { padding-top: 14px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.lightbox-close {
    position: fixed;
    z-index: 2;
    top: 21px;
    right: 25px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    background: rgba(0,0,0,.32);
    color: #fff;
    font-size: 27px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
}
.lightbox-nav { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; cursor: pointer; }
.lightbox-nav:hover, .lightbox-close:hover { background: #fff; color: var(--ink); }
.lightbox-nav svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.collections { background: var(--paper); color: var(--ink); padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: end; gap: 40px; margin-bottom: 70px; }
.section-heading .eyebrow { align-self: start; margin-top: 9px; }
.eyebrow.dark::before { background: #567157; }
.section-heading h2 { font-size: clamp(58px, 6vw, 96px); }
.section-heading h2 em { color: #657f5c; }
.section-heading > p:last-child { margin: 0 0 8px; max-width: 330px; color: #59605b; font-size: 13px; line-height: 1.75; }
.collection-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; column-gap: 3px; row-gap: 72px; background: #f1efe7; }
.collection-card {
    position: relative;
    height: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #28312a;
    text-align: left;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.collection-card:nth-child(2) { margin-top: 0; }
.collection-card img { display: block; width: 100%; height: auto; aspect-ratio: 607 / 863; object-fit: cover; transition: filter .5s; }
.card-overlay { display: none; }
.card-index, .card-count { position: absolute; top: 24px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.card-index { left: 25px; color: var(--accent); }
.card-count { right: 25px; color: rgba(255,255,255,.72); }
.card-content {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    flex: 1;
    min-height: 112px;
    padding: 20px 22px 18px;
    border-top: 3px solid var(--accent);
    background: #101511;
    box-shadow: none;
}
.card-content strong { display: block; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3vw, 46px); font-weight: 400; letter-spacing: -.02em; line-height: 1.05; text-shadow: none; }
.card-content small { display: block; margin-top: 8px; color: rgba(255,255,255,.82); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.card-arrow { position: absolute; right: 25px; bottom: 29px; font-size: 25px; color: var(--accent); opacity: 0; transform: translate(-8px, 8px); transition: opacity .3s, transform .3s; }
.card-arrow { display: none; }
.collection-card:hover img { transform: none; filter: saturate(1.06); }
.collection-card:hover .card-arrow { opacity: 1; transform: translate(0); }
.collection-card:hover .card-content { background: #171e18; }

.films {
    padding: clamp(80px, 10vw, 150px) clamp(24px, 6vw, 96px);
    overflow: hidden;
    background: #0c120e;
    color: #f4f4ec;
}
.films-heading {
    display: grid;
    grid-template-columns: .72fr 1.3fr .9fr;
    align-items: end;
    gap: clamp(28px, 4vw, 70px);
    margin-bottom: clamp(52px, 7vw, 94px);
}
.films-heading .eyebrow { align-self: start; margin-top: 10px; }
.films-heading h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 6vw, 96px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .98;
}
.films-heading h2 em { color: #d7e99a; font-weight: 400; }
.films-heading > p:last-child { max-width: 360px; margin: 0 0 8px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.75; }
.film-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(42px, 6vw, 86px) 4px; }
.film-card { min-width: 0; }
.film-player { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #020403; }
.film-player video { display: block; width: 100%; height: 100%; object-fit: contain; background: #020403; }
.film-duration {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    padding: 7px 9px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 2px;
    background: rgba(5,9,6,.72);
    color: rgba(255,255,255,.85);
    font-size: 9px;
    letter-spacing: .12em;
    pointer-events: none;
}
.film-copy { position: relative; min-height: 168px; padding: 23px 25px 24px 92px; border-top: 3px solid #738d65; background: #151b16; }
.film-index { position: absolute; top: 30px; left: 24px; color: #a8c67d; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.film-copy h3 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(29px, 3vw, 46px); font-weight: 400; letter-spacing: -.025em; line-height: 1.05; }
.film-copy p { margin: 10px 0 16px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.film-copy small { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .05em; }
.music-credit { margin: 44px 0 0; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.7; }
.music-credit a { color: #b9ce91; text-underline-offset: 3px; }

.photographer-page { background: var(--paper); color: var(--ink); }
.photographer-hero { display: grid; grid-template-columns: minmax(420px, .95fr) minmax(460px, 1.05fr); min-height: calc(100svh - 78px); background: #101511; color: #fff; }
.photographer-portrait { position: relative; min-height: 700px; margin: 0; overflow: hidden; background: #050706; }
.photographer-portrait::before { content: ""; position: absolute; inset: -28px; background: url("yvon-900.jpg") 50% / cover; filter: blur(26px); opacity: .25; }
.photographer-portrait img { position: relative; display: block; width: 100%; height: calc(100svh - 78px); min-height: 700px; object-fit: contain; }
.photographer-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 135px) clamp(34px, 7vw, 120px); background: radial-gradient(circle at 80% 20%, rgba(128,155,92,.13), transparent 35%), #151b16; }
.photographer-hero-copy h1 { font-size: clamp(62px, 6.8vw, 106px); line-height: .85; }
.photographer-hero-copy .photographer-lead { max-width: 500px; margin: 44px 0 0; color: rgba(255,255,255,.66); font-family: Georgia, "Times New Roman", serif; font-size: clamp(22px, 2vw, 31px); line-height: 1.45; }
.photographer-story { display: grid; grid-template-columns: .65fr 1.25fr .7fr; gap: clamp(35px, 6vw, 100px); padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 110px); }
.photographer-story h2 { font-size: clamp(58px, 6vw, 92px); line-height: .95; }
.photographer-story-text { padding-top: 8px; }
.photographer-story-text p { margin: 0 0 26px; color: #4e5750; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 1.8vw, 27px); line-height: 1.58; }
.photographer-story-aside { align-self: end; padding: 26px 0 0 24px; border-left: 1px solid #aab2a7; }
.photographer-story-aside strong { display: block; color: #526d4e; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 400; }
.photographer-story-aside span { display: block; margin-top: 10px; color: #777f79; font-size: 9px; letter-spacing: .15em; line-height: 1.6; text-transform: uppercase; }
.photographer-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: #111713; color: #fff; }
.photographer-facts article { min-height: 345px; padding: 42px clamp(24px, 3vw, 48px); border-right: 1px solid rgba(255,255,255,.13); }
.photographer-facts article:last-child { border-right: 0; }
.photographer-facts span { color: #a9c37c; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.photographer-facts h2 { margin-top: 86px; font-size: clamp(33px, 3vw, 50px); line-height: 1; }
.photographer-facts p { max-width: 310px; margin: 23px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.7; }
.photographer-memory { display: grid; grid-template-columns: .9fr 1fr .85fr; gap: clamp(40px, 6vw, 100px); padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 110px); background: #dfe4d8; }
.photographer-memory h2 { font-size: clamp(60px, 6.5vw, 100px); line-height: .92; }
.photographer-memory-story { align-self: center; }
.photographer-memory-story p { margin: 0; color: #38443a; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.48; }
.photographer-publications { align-self: end; padding-top: 25px; border-top: 1px solid #98a395; }
.photographer-publications > span { color: #526d4e; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.photographer-publications p { margin: 18px 0 24px; color: #59635b; font-size: 12px; line-height: 1.7; }
.photographer-publications a { color: #3f5e40; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 5px; }
.photographer-links { display: grid; grid-template-columns: 1fr 1fr; background: #111713; color: #fff; }
.photographer-links a { display: flex; align-items: center; justify-content: space-between; min-height: 180px; padding: 35px clamp(25px, 6vw, 95px); border-right: 1px solid rgba(255,255,255,.15); font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 58px); transition: background .3s, color .3s; }
.photographer-links a:hover { background: #d7e99a; color: #111713; }
.photographer-links a span { font-family: Arial, sans-serif; font-size: 25px; }

.legal-page { min-height: 100svh; background: var(--paper); color: var(--ink); }
.legal-main { padding: clamp(75px, 9vw, 145px) clamp(24px, 8vw, 130px); }
.legal-hero { display: grid; grid-template-columns: .65fr 1.4fr .7fr; align-items: end; gap: clamp(30px, 6vw, 90px); padding-bottom: clamp(65px, 8vw, 115px); border-bottom: 1px solid #b9beb7; }
.legal-hero h1 { font-size: clamp(65px, 7vw, 110px); line-height: .9; }
.legal-hero > p:last-child { margin: 0 0 8px; color: #687069; font-size: 11px; line-height: 1.7; }
.legal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 1px; background: #b9beb7; }
.legal-card { padding: clamp(36px, 5vw, 72px); background: #f1efe7; }
.legal-card-wide { grid-column: 1 / -1; }
.legal-card span { color: #567157; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.legal-card h2 { margin-top: 32px; font-size: clamp(36px, 4vw, 58px); line-height: 1; }
.legal-card p { max-width: 820px; margin: 24px 0 0; color: #505851; font-size: 13px; line-height: 1.8; }
.legal-card a { color: #3e6041; text-decoration: underline; text-underline-offset: 4px; }

footer { display: grid; grid-template-columns: .8fr 1.5fr 1fr; align-items: center; gap: 30px; padding: 34px clamp(24px, 6vw, 96px); background: var(--ink); }
footer p { margin: 0; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .1em; line-height: 1.65; text-transform: uppercase; }
.copyright-notice { text-align: center; }
.site-credits { justify-self: end; text-align: right; }
.site-credits a { color: #b9ce91; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 850px) {
    .site-header { grid-template-columns: 1fr auto; }
    .header-nav { display: none; }
    .photo-total { display: block; }
    .portrait-intro { grid-template-columns: 1fr; }
    .portrait-intro-copy { min-height: auto; padding: 70px 24px 60px; }
    .portrait-intro-copy h1 { font-size: clamp(64px, 15vw, 92px); }
    .portrait-intro-visual img { height: min(82svh, 820px); min-height: 560px; }
    .photographer-hero { grid-template-columns: 1fr; }
    .photographer-portrait { order: 2; min-height: 560px; }
    .photographer-portrait img { height: min(82svh, 820px); min-height: 560px; }
    .photographer-hero-copy { min-height: 560px; padding: 72px 24px; }
    .photographer-story { grid-template-columns: 1fr; }
    .photographer-story-aside { align-self: auto; max-width: 280px; }
    .photographer-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .photographer-facts article:nth-child(2) { border-right: 0; }
    .photographer-facts article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
    .photographer-memory { grid-template-columns: 1fr; }
    .photographer-publications { max-width: 560px; }
    .legal-hero { grid-template-columns: 1fr; }
    .hero { min-height: 0; }
    .hero-backdrop, .hero-shade { display: none; }
    .hero-copy { position: relative; top: auto; left: auto; width: auto; padding: 62px 24px 45px; }
    .hero-copy h1 { max-width: 600px; }
    .hero-intro { font-size: 12px; }
    .hero-stage { position: relative; inset: auto; width: 100%; height: min(68svh, 620px); }
    .image-meta { position: relative; right: auto; bottom: auto; left: auto; justify-content: space-between; padding: 16px 24px; border-top: 1px solid rgba(255,255,255,.1); }
    .carousel-actions { right: 24px; bottom: 172px; }
    .thumb-panel { position: relative; padding-bottom: 22px; }
    .swipe-hint { display: none; }
    .thumbnail { flex-basis: 79px; height: 54px; }
    .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 45px; }
    .films-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 45px; }
    .films-heading > p:last-child { margin-top: 8px; }
    .film-grid { grid-template-columns: 1fr; row-gap: 34px; }
    .section-heading .eyebrow { margin-bottom: 10px; }
    .collection-grid { grid-template-columns: 1fr; row-gap: 22px; }
    .collection-card, .collection-card:nth-child(2) { height: auto; margin-top: 0; }
    footer { grid-template-columns: 1fr; gap: 18px; }
    .copyright-notice { text-align: left; }
    .site-credits { justify-self: start; text-align: left; }
}

@media (max-width: 520px) {
    .site-header { padding: 22px 20px; }
    .brand-name { display: none; }
    .photo-total { font-size: 8px; }
    .portrait-intro-copy { padding: 58px 20px 52px; }
    .portrait-intro-copy > p:not(.eyebrow) { margin-top: 30px; }
    .portrait-intro-actions { display: grid; margin-top: 32px; }
    .portrait-intro-actions a { width: 100%; }
    .portrait-intro-visual img { height: 70svh; min-height: 500px; }
    .photographer-hero-copy { min-height: 510px; padding: 60px 20px; }
    .photographer-hero-copy h1 { font-size: clamp(58px, 18vw, 82px); }
    .photographer-portrait, .photographer-portrait img { min-height: 500px; }
    .photographer-story { padding: 78px 20px; }
    .photographer-facts { grid-template-columns: 1fr; }
    .photographer-facts article { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .photographer-facts article:last-child { border-bottom: 0; }
    .photographer-facts h2 { margin-top: 65px; }
    .photographer-memory { padding: 78px 20px; }
    .photographer-links { grid-template-columns: 1fr; }
    .photographer-links a { min-height: 130px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .hero-copy { padding: 50px 20px 38px; }
    h1 { font-size: clamp(55px, 18vw, 76px); }
    .hero-intro { width: 87%; margin-top: 22px; }
    .hero-stage { height: 58svh; min-height: 390px; }
    .image-meta { padding-right: 20px; padding-left: 20px; }
    .carousel-actions { right: 18px; bottom: 173px; }
    .thumb-panel { padding-right: 20px; padding-left: 20px; }
    .filter-row { padding-right: 15px; }
    .collections { padding-top: 78px; }
    .section-heading h2 { font-size: 58px; }
    .films-heading h2 { font-size: 58px; }
    .film-copy { min-height: 152px; padding-left: 72px; }
    .legal-main { padding: 68px 20px; }
    .legal-grid { grid-template-columns: 1fr; }
    .legal-card-wide { grid-column: auto; }
    footer { padding: 29px 20px; }
    footer p:last-child { font-size: 8px; }
    .lightbox[open] { grid-template-columns: 50px 1fr 50px; }
    .lightbox figure { padding: 68px 0 18px; }
    .lightbox-nav { width: 38px; height: 38px; }
    .lightbox-close { top: 15px; right: 15px; }
}

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

/* Galerie pleine largeur : le texte, l'image et les commandes ne se superposent jamais. */
.hero {
    display: block;
    min-height: 0;
    background: #101511;
}
.hero-backdrop,
.hero-shade { display: none; }
.hero-copy {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(170px, .65fr) minmax(440px, 1.5fr) minmax(260px, .75fr);
    align-items: end;
    gap: clamp(28px, 4vw, 72px);
    width: 100%;
    padding: clamp(48px, 6vw, 84px) clamp(24px, 6vw, 96px);
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: #151b16;
}
.hero-copy .eyebrow {
    align-self: start;
    margin: 8px 0 0;
}
.hero-copy h1 {
    max-width: 720px;
    font-size: clamp(58px, 6vw, 94px);
    line-height: .98;
    letter-spacing: -.03em;
    text-shadow: 0 2px 22px rgba(0,0,0,.28);
}
.hero-copy h1 em { color: #d7e99a; }
.section-heading h2 { line-height: .98; letter-spacing: -.03em; }
.section-heading h2 em { color: #476143; }
.hero-copy .hero-intro {
    width: auto;
    max-width: 350px;
    margin: 0 0 7px;
}
.hero-stage {
    position: relative;
    inset: auto;
    z-index: 1;
    width: 100%;
    height: clamp(520px, 74svh, 920px);
    background: #070a08;
}
.hero-stage > .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: 50% 50%;
}
.viewer-controls {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 70px;
    padding: 12px clamp(24px, 4vw, 68px);
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    background: #151b16;
}
.image-meta,
.carousel-actions {
    position: static;
}
.image-meta {
    display: flex;
    padding: 0;
    border: 0;
}
.carousel-actions { display: flex; }
.thumb-panel {
    position: relative;
    min-height: 151px;
}

@media (max-width: 900px) {
    .hero-copy {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 48px 24px;
    }
    .hero-copy .eyebrow { margin: 0 0 8px; }
    .hero-copy h1 { max-width: none; }
    .hero-copy .hero-intro { max-width: 520px; margin: 3px 0 0; }
    .hero-stage { height: min(68svh, 680px); min-height: 440px; }
    .viewer-controls { padding-right: 24px; padding-left: 24px; }
}

@media (max-width: 520px) {
    .hero-copy { padding: 42px 20px; }
    .hero-copy h1 { font-size: clamp(52px, 16vw, 72px); }
    .hero-stage { height: 58svh; min-height: 360px; }
    .viewer-controls { min-height: 66px; padding-right: 20px; padding-left: 20px; }
}

/* Outils de découverte */
.ambient-halo {
    position: absolute;
    z-index: 0;
    inset: -8%;
    background-position: center;
    background-size: cover;
    filter: blur(42px) saturate(1.25) brightness(.42);
    opacity: .28;
    transform: scale(1.1);
    transition: background-image .45s ease, opacity .45s ease;
}
.hero-stage.portrait .ambient-halo { opacity: .68; }
.hero-stage > .hero-image { z-index: 1; }
.hero-stage .zoom-label { z-index: 2; }
.hero-stage .image-loader { z-index: 3; }

.viewer-controls {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto auto;
    gap: 18px;
}
.viewer-tools { display: flex; align-items: center; gap: 7px; }
.tool-button {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    background: transparent;
    color: rgba(255,255,255,.74);
    font-size: 9px;
    letter-spacing: .09em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.tool-button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.tool-button:hover { border-color: var(--lime); color: #fff; transform: translateY(-1px); }
.tool-button.is-active { border-color: #e98a87; background: #e98a87; color: #101511; }
.tool-button.is-active svg { fill: currentColor; }

.mosaic-dialog,
.info-dialog {
    max-width: none;
    max-height: none;
    padding: 0;
    border: 0;
    color: var(--ink);
}
.mosaic-dialog::backdrop,
.info-dialog::backdrop { background: rgba(5,8,6,.82); backdrop-filter: blur(8px); }
.mosaic-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    overflow-y: auto;
    background: var(--paper);
}
.mosaic-dialog[open] { display: block; }
.mosaic-header {
    position: sticky;
    z-index: 5;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px clamp(22px, 5vw, 76px) 24px;
    border-bottom: 1px solid rgba(17,23,19,.15);
    background: rgba(241,239,231,.94);
    backdrop-filter: blur(14px);
}
.mosaic-header .eyebrow,
.info-heading .eyebrow { margin-bottom: 10px; color: #65745f; }
.mosaic-header .eyebrow::before,
.info-heading .eyebrow::before { background: #65745f; }
.mosaic-header h2,
.info-heading h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1; color: var(--ink); }
.dialog-close {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0 0 3px;
    border: 1px solid rgba(17,23,19,.35);
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    font-size: 29px;
    font-weight: 200;
    cursor: pointer;
}
.dialog-close:hover { background: var(--ink); color: #fff; }
.mosaic-toolbar { padding: 28px clamp(22px, 5vw, 76px) 14px; }
.mosaic-search { display: block; margin-bottom: 20px; }
.mosaic-search > span { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.mosaic-search input {
    width: min(520px, 100%);
    padding: 12px 0;
    border: 0;
    border-bottom: 1px solid rgba(17,23,19,.35);
    outline: 0;
    background: transparent;
    color: var(--ink);
    font: 17px Georgia, serif;
}
.mosaic-search input:focus { border-color: #57704e; }
.mosaic-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    overflow: visible;
    padding-bottom: 5px;
}
.mosaic-filters::-webkit-scrollbar { display: none; }
.mosaic-filter {
    flex: none;
    padding: 8px 12px;
    border: 1px solid rgba(17,23,19,.24);
    border-radius: 999px;
    background: transparent;
    color: #3f4942;
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
    cursor: pointer;
}
.mosaic-filter.active { border-color: #607858; background: #607858; color: #fff; }
.mosaic-result { margin: 0; padding: 0 clamp(22px, 5vw, 76px) 13px; color: #6d746f; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.mosaic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 5px;
    padding: 0 clamp(5px, 1vw, 14px) 30px;
}
.mosaic-item { position: relative; aspect-ratio: 4 / 3; padding: 0; overflow: hidden; border: 0; background: #c9c7bf; cursor: pointer; }
.mosaic-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s, filter .3s; }
.mosaic-item:hover img { transform: scale(1.025); filter: saturate(1.08); }
.mosaic-item::after { content: ""; position: absolute; inset: 0; border: 3px solid transparent; pointer-events: none; }
.mosaic-item.current::after { border-color: var(--lime); }
.mosaic-item-meta { position: absolute; right: 0; bottom: 0; left: 0; padding: 24px 10px 9px; background: linear-gradient(0deg, rgba(5,8,6,.78), transparent); color: #fff; font-size: 8px; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.mosaic-heart { position: absolute; top: 8px; right: 8px; display: none; width: 25px; height: 25px; place-items: center; border-radius: 50%; background: #e98a87; color: #111713; font-size: 13px; }
.mosaic-item.favorite .mosaic-heart { display: grid; }
.mosaic-empty { grid-column: 1 / -1; padding: 80px 20px; color: #69706b; text-align: center; }

.info-dialog {
    width: min(470px, 100vw);
    height: 100vh;
    margin: 0 0 0 auto;
    background: var(--paper);
}
.info-dialog[open] { display: block; }
.info-dialog .dialog-close { position: absolute; z-index: 2; top: 22px; right: 22px; }
.info-heading { padding: 72px 38px 30px; border-bottom: 1px solid rgba(17,23,19,.15); }
.info-filename { margin: 15px 0 0; color: #667069; font-size: 10px; letter-spacing: .12em; overflow-wrap: anywhere; text-transform: uppercase; }
.info-content { padding: 12px 38px 40px; }
.info-loading { padding: 25px 0; color: #707771; font-size: 12px; }
.info-row { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(17,23,19,.11); }
.info-row dt { color: #777e79; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.info-row dd { margin: 0; color: #202722; font: 15px/1.35 Georgia, serif; overflow-wrap: anywhere; }

.site-toast {
    position: fixed;
    z-index: 1000;
    bottom: 25px;
    left: 50%;
    max-width: calc(100vw - 40px);
    padding: 12px 17px;
    border-radius: 999px;
    background: #d7e99a;
    color: #111713;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 12px);
    transition: opacity .25s, transform .25s;
}
.site-toast.visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
    .viewer-controls { grid-template-columns: 1fr auto; }
    .image-meta { grid-column: 1; grid-row: 1; }
    .carousel-actions { grid-column: 2; grid-row: 1; }
    .viewer-tools { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; scrollbar-width: none; }
}

@media (max-width: 620px) {
    .tool-button { width: 39px; min-width: 39px; height: 39px; justify-content: center; padding: 0; }
    .tool-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
    .viewer-tools { justify-content: space-between; }
    .mosaic-header { padding: 21px 20px 18px; }
    .mosaic-header h2 { padding-right: 15px; font-size: 36px; }
    .mosaic-toolbar { padding: 22px 20px 12px; }
    .mosaic-filters { padding-bottom: 0; }
    .mosaic-result { padding-right: 20px; padding-left: 20px; }
    .mosaic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; padding-right: 3px; padding-left: 3px; }
    .info-heading { padding: 74px 24px 26px; }
    .info-content { padding-right: 24px; padding-left: 24px; }
    .info-row { grid-template-columns: 95px 1fr; }
}
