@charset "UTF-8";

@font-face { font-family: "Instrument Serif"; src: url("fonts/instrument-serif-regular.ttf") format("truetype"); font-display: swap; font-weight: 400; font-style: normal; }
@font-face { font-family: "Inter"; src: url("fonts/inter-variable.ttf") format("truetype-variations"); font-display: swap; font-weight: 100 900; font-style: normal; }

/* ---------- Foundation ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

:root {
  --paper: #f3efea;
  --paper-deep: #dcc8bc;
  --ink: #111111;
  --olive: #111111;
  --moss: #6e6e68;
  --rose: #b7847a;
  --sand: #dcc8bc;
  --line: rgba(17, 17, 17, .18);
  --white: #f3efea;
  --serif: "Instrument Serif", serif;
  --sans: "Inter", sans-serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --shell: min(92vw, 1420px);
}

body[data-theme="dark"] {
  --paper: #171b17;
  --paper-deep: #20261f;
  --ink: #eee9df;
  --olive: #0e120f;
  --moss: #aab2a1;
  --rose: #d49a8e;
  --sand: #877e6f;
  --line: rgba(238, 233, 223, .17);
  --white: #f5f0e7;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  transition: background-color .5s ease, color .5s ease;
}

body.menu-open, body.lightbox-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; width: 100%; }
::selection { background: var(--rose); color: #fff; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: .7rem 1rem; background: var(--ink); color: var(--paper); transform: translateY(-140%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.section-shell { width: var(--shell); margin-inline: auto; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 200; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--rose); transform: scaleX(0); transform-origin: left; }

/* ---------- Endless landing film ---------- */
.landing-film { min-height: max(100svh, 700px); background: var(--paper); color: var(--ink); isolation: isolate; }
.landing-film__frame { position: absolute; inset: 112px clamp(2rem, 4vw, 4.5rem) clamp(2rem, 4vw, 4.5rem); border: 1px solid var(--line); pointer-events: none; }
.landing-film__stage { position: absolute; inset: 9% 1% 28% 20%; display: grid; place-items: center; color: color-mix(in srgb, var(--ink) 88%, var(--paper)); }
.story-world { position: relative; width: min(76vw, 900px); aspect-ratio: 1200 / 720; }
.story-world__art { width: 100%; height: auto; }
.story-photo { position: absolute; z-index: 2; width: clamp(7rem, 11vw, 10rem); margin: 0; padding: .42rem .42rem .68rem; background: #fff; box-shadow: 0 16px 35px rgba(34, 26, 21, .13); opacity: 0; pointer-events: none; }
.story-photo img { aspect-ratio: 1.25; object-fit: cover; filter: saturate(.78) contrast(.96); }
.story-photo figcaption { margin-top: .42rem; color: #6b625b; font-size: .48rem; font-weight: 650; letter-spacing: .14em; line-height: 1; text-align: center; text-transform: uppercase; }
.story-photo--one { top: 14%; left: 15%; animation: storyPhotoOne 24s linear infinite; }
.story-photo--two { top: 13%; right: 14%; animation: storyPhotoTwo 24s linear infinite; }
.story-photo--three { right: 23%; bottom: 3%; animation: storyPhotoThree 24s linear infinite; }
@keyframes storyPhotoOne {
  0%, 10% { opacity: 0; transform: translateY(10px) rotate(-8deg) scale(.92); }
  13%, 25% { opacity: 1; transform: translateY(0) rotate(-5deg) scale(1); }
  29%, 100% { opacity: 0; transform: translateY(-8px) rotate(-1deg) scale(1.02); }
}
@keyframes storyPhotoTwo {
  0%, 34% { opacity: 0; transform: translateY(10px) rotate(6deg) scale(.92); }
  37%, 50% { opacity: 1; transform: translateY(0) rotate(4deg) scale(1); }
  54%, 100% { opacity: 0; transform: translateY(-8px) rotate(1deg) scale(1.02); }
}
@keyframes storyPhotoThree {
  0%, 65% { opacity: 0; transform: translateY(10px) rotate(-4deg) scale(.92); }
  68%, 83% { opacity: 1; transform: translateY(0) rotate(-2deg) scale(1); }
  87%, 100% { opacity: 0; transform: translateY(-8px) rotate(1deg) scale(1.02); }
}
.landing-film__scene { position: absolute; width: min(82vw, 980px); opacity: 0; transform: translateY(12px) scale(.985); transition: opacity 1.8s var(--ease), transform 2.4s var(--ease); }
.landing-film__scene.is-active { opacity: 1; transform: none; }
.landing-film__scene.is-leaving { opacity: 0; transform: translateY(-10px) scale(1.015); }
.landing-film__scene svg { display: block; width: 100%; height: auto; overflow: visible; }
.landing-film__scene svg * { fill: none; stroke: currentColor; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.landing-film__scene svg path, .landing-film__scene svg circle { stroke-dasharray: 1; stroke-dashoffset: 1; animation: landingDraw 2.2s var(--ease) both; }
.landing-film__scene svg .scene-figure--two path, .landing-film__scene svg .scene-figure--two circle { animation-delay: .12s; }
.landing-film__scene svg .scene-figure--child path, .landing-film__scene svg .scene-figure--child circle { animation-delay: .22s; }
.landing-film__scene svg .scene-figure--groom path, .landing-film__scene svg .scene-figure--groom circle { animation-delay: .12s; }
.landing-film__scene svg .scene-accent { stroke: var(--rose); stroke-width: 1.8; }
.landing-film__scene svg .scene-touch { stroke: var(--rose); stroke-width: 1.8; opacity: .8; }
@keyframes landingDraw { from { opacity: 0; stroke-dashoffset: 1; } 18% { opacity: .9; } to { opacity: 1; stroke-dashoffset: 0; } }
.landing-film__copy { position: absolute; z-index: 2; left: clamp(3rem, 8vw, 9rem); bottom: clamp(5rem, 8vh, 6.5rem); max-width: 28rem; }
.landing-film__eyebrow { margin: 0 0 1.35rem; color: var(--rose); font-size: .58rem; font-weight: 650; letter-spacing: .23em; text-transform: uppercase; }
.landing-film__copy h1 { max-width: 9ch; margin: 0; font-size: clamp(3rem, 6vw, 6.7rem); font-weight: 300; letter-spacing: -.075em; line-height: .92; }
.landing-film__subline { min-height: 1.6em; margin: 1.25rem 0 0; color: var(--moss); font-size: .66rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; transition: opacity .45s var(--ease), transform .45s var(--ease); }
.landing-film__subline.is-changing, .landing-film__scene-name [data-story-phase].is-changing, .landing-film__scene-name [data-story-count].is-changing { opacity: 0; transform: translateY(3px); }
.landing-film .hero__actions { justify-content: flex-start; margin-top: 1.8rem; }
.landing-film__footer { position: absolute; z-index: 2; right: clamp(3rem, 8vw, 9rem); bottom: clamp(3rem, 5.5vw, 5.5rem); left: clamp(3rem, 8vw, 9rem); display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; align-items: center; gap: clamp(1rem, 3vw, 3rem); color: var(--moss); font-size: .56rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.landing-film__scene-name { display: flex; align-items: center; gap: .75rem; min-width: 11rem; }
.landing-film__scene-name > span { display: inline-block; transition: opacity .45s var(--ease), transform .45s var(--ease); }
.landing-film__scene-name i { display: block; width: 28px; height: 1px; background: var(--rose); }
.landing-film__progress { position: relative; height: 1px; background: var(--line); overflow: hidden; }
.landing-film__progress span { display: block; width: 100%; height: 100%; background: var(--rose); transform: scaleX(0); transform-origin: left; animation: landingProgress calc(var(--progress-duration, 8200ms)) linear infinite; }
@keyframes landingProgress { to { transform: scaleX(1); } }
.landing-film__scroll { display: inline-flex; align-items: center; gap: .75rem; white-space: nowrap; transition: color .25s; }
.landing-film__scroll:hover { color: var(--ink); }
.landing-film__scroll b { color: var(--rose); font-size: 1rem; font-weight: 400; }

.eyebrow { margin: 0; font-size: .67rem; font-weight: 650; letter-spacing: .25em; text-transform: uppercase; }
.section-index { display: flex; align-items: center; gap: 1rem; color: var(--moss); font-size: .68rem; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
.section-index::after { content: ""; width: 44px; height: 1px; background: currentColor; opacity: .55; }
.display-title { margin: 0; font-family: var(--sans); font-size: clamp(3rem, 6vw, 6.7rem); font-weight: 300; line-height: .98; letter-spacing: -.065em; }
.display-title em { color: var(--rose); font-style: normal; font-weight: inherit; }

/* ---------- Header ---------- */
.site-navigation { position: fixed; inset: 0 0 auto; z-index: 101; display: flex; justify-content: flex-end; gap: clamp(1.1rem, 2.2vw, 2.6rem); min-height: 30px; padding: .55rem clamp(2.3rem, 4.5vw, 4.5rem); background: var(--paper); color: var(--moss); }
.site-navigation a { position: relative; font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: color .25s; }
.site-navigation a::after { content: ""; position: absolute; right: 0; bottom: -.25rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transition: transform .3s var(--ease); }
.site-navigation a:hover, .site-navigation a.is-active { color: var(--ink); }
.site-navigation a:hover::after, .site-navigation a.is-active::after { transform: scaleX(1); }
.site-header { position: fixed; inset: 30px 0 auto; z-index: 100; min-height: 68px; display: flex; align-items: center; padding: 0 clamp(3rem, 4.5vw, 4.5rem); color: var(--ink); background: var(--paper); animation: header-in .75s .14s both var(--ease); transition: background .35s, min-height .35s, box-shadow .35s; }
.site-header.is-scrolled { min-height: 58px; background: var(--paper); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; width: max-content; line-height: 1; }
.brand__logo { width: clamp(6.5rem, 8vw, 7.5rem); height: auto; mix-blend-mode: multiply; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: max(100svh, 680px); overflow: hidden; background: var(--paper); color: var(--ink); isolation: isolate; }
.hero__actions { display: flex; align-items: center; justify-content: center; gap: 1.35rem; margin-top: 1.8rem; pointer-events: auto; }
.hero__cta { display: inline-flex; align-items: center; gap: .8rem; padding-bottom: .45rem; border-bottom: 1px solid var(--rose); color: var(--moss); font-size: .61rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; transition: border-color .25s, color .25s; }
.hero__cta span { font-size: .9rem; transition: transform .25s var(--ease); }
.hero__cta:hover { border-color: var(--ink); color: var(--ink); }
.hero__cta:hover span { transform: translate(3px, -3px); }
.hero__contact { display: inline-flex; align-items: center; gap: .55rem; padding: .48rem .72rem; border: 1px solid var(--line); color: var(--moss); font-size: .55rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: border-color .25s, color .25s, background .25s; }
.hero__contact:hover { border-color: var(--rose); background: color-mix(in srgb, var(--rose) 7%, transparent); color: var(--ink); }
.hero__contact span { color: var(--rose); font-size: .7rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.6rem; min-height: 54px; padding: .85rem 1.35rem; border: 0; cursor: pointer; font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: transform .3s var(--ease), background .3s, color .3s; }
.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--white); color: #1f241d; }
.button--primary:hover { background: #d29a8d; color: #fff; }
.text-link { position: relative; font-size: .67rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.text-link::after { content: ""; position: absolute; right: 0; bottom: -.45rem; left: 0; height: 1px; background: currentColor; transform-origin: left; transition: transform .3s; }
.text-link:hover::after { transform: scaleX(.35); }
.text-link span { margin-left: .5rem; }
@keyframes header-in { from { opacity: 0; } }

/* ---------- Editorial links ---------- */
.round-link { flex: 0 0 130px; aspect-ratio: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border: 1px solid var(--line); border-radius: 50%; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; transition: background .35s, color .35s, transform .35s var(--ease); }
.round-link:hover { background: var(--ink); color: var(--paper); transform: rotate(-5deg); }
.round-link b { align-self: flex-end; font-size: 1.3rem; font-weight: 400; }

/* ---------- Portfolio ---------- */
.portfolio { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 2.28fr); gap: clamp(3rem, 6vw, 7rem); padding-block: clamp(7rem, 11vw, 11rem); }
.portfolio__intro { align-self: start; position: sticky; top: 120px; }
.portfolio__intro .section-index { margin-bottom: clamp(2rem, 4vw, 4rem); }
.portfolio__intro .display-title { font-size: clamp(3.7rem, 5.6vw, 6.8rem); line-height: .92; letter-spacing: -.045em; }
.portfolio__promise { margin: clamp(4rem, 8vw, 8rem) 0 3.5rem; color: var(--ink); font-size: clamp(.9rem, 1.1vw, 1.08rem); line-height: 1.65; }
.filters { display: flex; align-items: flex-start; flex-direction: column; gap: .35rem; }
.filter { position: relative; min-width: 180px; padding: .42rem 0; border: 0; background: transparent; cursor: pointer; color: var(--rose); text-align: left; font-size: .72rem; font-weight: 550; letter-spacing: .16em; text-transform: uppercase; transition: color .25s, padding .3s var(--ease); }
.filter::after { content: ""; position: absolute; top: 50%; left: 112px; width: 0; height: 1px; background: currentColor; transition: width .35s var(--ease); }
.filter:hover, .filter.is-active { padding-left: .6rem; color: var(--ink); }
.filter.is-active::after { width: 72px; }
.work-grid { columns: 2; column-gap: clamp(.75rem, 1.1vw, 1.15rem); }
.work-card { position: relative; display: inline-block; width: 100%; min-width: 0; margin: 0 0 clamp(.75rem, 1.1vw, 1.15rem); padding: 0; border: 0; background: var(--paper-deep); break-inside: avoid; cursor: pointer; overflow: hidden; text-align: left; transition: opacity .35s, transform .45s var(--ease); }
.work-card.is-hidden { display: none; }
.work-card img { height: auto; object-fit: contain; transition: transform 1s var(--ease), filter .5s; }
.work-card:hover img { transform: scale(1.055); filter: saturate(1.08); }
.work-card__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,17,13,.65), transparent 52%); opacity: 0; transition: opacity .4s; }
.work-card:hover .work-card__overlay { opacity: 1; }
.work-card__meta { position: absolute; right: 1.2rem; bottom: 1.1rem; left: 1.2rem; color: #fff; opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.work-card:hover .work-card__meta { opacity: 1; transform: none; }
.work-card__meta b { display: block; font-family: var(--serif); font-size: clamp(1.15rem, 1.6vw, 1.7rem); font-weight: 400; }
.work-card__meta small { display: block; margin-top: .2rem; color: rgba(255,255,255,.7); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; }
.work-card__open { position: absolute; top: 1rem; right: 1rem; display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; opacity: 0; transform: translateY(8px); backdrop-filter: blur(8px); transition: opacity .3s, transform .3s; }
.work-card:hover .work-card__open { opacity: 1; transform: none; }
.work-card--natural { background: var(--paper); }

/* ---------- Journey ---------- */
.journey { padding-block: clamp(7rem, 11vw, 11rem); }
.journey__top { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.journey__intro .section-index { margin-bottom: clamp(2rem, 4vw, 4rem); }
.journey__intro .display-title { max-width: 11ch; font-size: clamp(3rem, 5vw, 6rem); }
.journey__intro > p { max-width: 455px; margin: 1.8rem 0 2rem; color: var(--moss); font-size: .94rem; }
.journey__line { display: block; width: 42px; height: 1px; background: var(--rose); }
.journey__visual { margin: 0; overflow: hidden; }
.journey__visual img { aspect-ratio: 1.85; object-fit: cover; object-position: center 40%; filter: saturate(.78) contrast(.96); }
.journey__visual--portrait { justify-self: center; width: min(100%, 440px); }
.journey__visual--portrait img { aspect-ratio: auto; object-fit: contain; }
.journey__steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(1rem, 2vw, 2.8rem); margin: clamp(4.5rem, 8vw, 8rem) 0 3.5rem; padding: 0; list-style: none; }
.journey__steps li { position: relative; min-width: 0; }
.journey__steps li > span { display: block; margin-bottom: 1.1rem; color: var(--rose); font-size: .7rem; font-weight: 550; letter-spacing: .11em; }
.journey__steps h3 { margin: 0 0 .75rem; font-family: var(--sans); font-size: 1rem; font-weight: 450; letter-spacing: -.025em; }
.journey__steps p { margin: 0; color: var(--moss); font-size: .75rem; line-height: 1.6; }
.journey__steps i { display: block; margin-top: 2rem; color: var(--rose); font-size: 2.6rem; font-style: normal; font-weight: 200; line-height: 1; }
.journey__note { display: flex; align-items: flex-start; gap: 1rem; max-width: 610px; margin: 0 auto; padding: 1.05rem 1.3rem; border: 1px solid var(--line); color: var(--moss); font-size: .69rem; line-height: 1.55; }
.journey__note span { color: var(--rose); font-size: 1.1rem; line-height: 1; }

/* ---------- About ---------- */
.about { padding-bottom: clamp(7rem, 11vw, 11rem); }
.about__top { display: grid; grid-template-columns: minmax(290px, .9fr) 1.1fr; align-items: center; gap: clamp(4rem, 10vw, 11rem); }
.about__copy .section-index { margin-bottom: clamp(2rem, 4vw, 4rem); }
.about__copy .display-title { max-width: 10ch; font-size: clamp(3.3rem, 5.4vw, 6.3rem); }
.about__line { display: block; width: 50px; height: 1px; margin: 2rem 0 1.5rem; background: var(--rose); }
.about__copy > p { max-width: 450px; margin: .55rem 0; color: var(--moss); font-size: .95rem; }
.about__lead { color: var(--ink) !important; font-size: 1.05rem !important; }
.about__visual { margin: 0; overflow: hidden; }
.about__visual img { aspect-ratio: .81; object-fit: cover; object-position: center 45%; filter: saturate(.82) contrast(.98); }
.about__values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: clamp(4rem, 7vw, 7rem); }
.about__values article { min-height: 190px; padding: 0 clamp(1.1rem, 2vw, 2.4rem); border-right: 1px solid var(--line); }
.about__values article:first-child { padding-left: 0; }
.about__values article:last-child { border-right: 0; }
.about__values span { display: block; margin-bottom: 1.3rem; color: var(--rose); font-size: 2.25rem; font-weight: 200; line-height: 1; }
.about__values h3 { margin: 0 0 .65rem; font-family: var(--sans); font-size: 1rem; font-weight: 450; letter-spacing: -.02em; }
.about__values p { max-width: 185px; margin: 0; color: var(--moss); font-size: .78rem; line-height: 1.6; }
.about__quote { display: grid; grid-template-columns: minmax(160px, .32fr) 1fr; align-items: center; gap: clamp(2rem, 5vw, 6rem); margin: clamp(4rem, 7vw, 7rem) 0 0; padding: clamp(1.25rem, 2vw, 2rem); background: color-mix(in srgb, var(--paper-deep) 34%, var(--paper)); }
.about__quote img { aspect-ratio: 1.7; object-fit: cover; filter: saturate(.68); }
.about__quote div { position: relative; }
.about__quote span { position: absolute; top: -.6rem; left: -1.8rem; color: var(--rose); font-family: var(--serif); font-size: 3.6rem; line-height: 1; }
.about__quote p { margin: 0; font-family: var(--sans); font-size: clamp(1.05rem, 1.6vw, 1.55rem); font-weight: 300; letter-spacing: -.035em; line-height: 1.25; }
.about__quote cite { display: block; margin-top: .8rem; color: var(--rose); font-family: var(--sans); font-size: .68rem; font-style: normal; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

/* ---------- Contact ---------- */
.contact { padding-block: clamp(7rem, 11vw, 11rem); background: var(--paper); color: var(--ink); }
.contact__top { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items: start; gap: clamp(3rem, 8vw, 9rem); }
.contact__main { max-width: 620px; }
.contact__headline .section-index { margin-bottom: clamp(2rem, 4vw, 4rem); }
.contact__headline .display-title { max-width: 12ch; font-size: clamp(3.2rem, 5.4vw, 6.2rem); }
.contact__line { display: block; width: 50px; height: 1px; margin: 2rem 0 1.5rem; background: var(--rose); }
.contact__headline > p:last-child { max-width: 500px; margin: 0; color: var(--moss); font-size: .94rem; }
.contact-actions { display: grid; gap: .8rem; margin-top: 3rem; }
.contact-action { display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding: 1rem 1.25rem; border: 1px solid var(--line); background: transparent; transition: border-color .25s, background .25s, color .25s, transform .3s var(--ease); }
.contact-action:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); transform: translateY(-3px); }
.contact-action--primary { border-color: var(--rose); background: var(--rose); color: #fff; }
.contact-action span { display: flex; flex-direction: column; }
.contact-action b { font-size: .83rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.contact-action small { margin-top: .15rem; color: currentColor; font-size: .7rem; opacity: .68; }
.contact-action i { font-size: 1.3rem; font-style: normal; transition: transform .25s var(--ease); }
.contact-action:hover i { transform: translate(3px, -3px); }
.contact__pictogram { align-self: center; justify-self: center; width: min(100%, 390px); margin: 0; padding: clamp(1rem, 3vw, 2.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact__pictogram img { width: 100%; height: auto; opacity: .72; }

/* ---------- Footer ---------- */
.footer { padding: clamp(4rem, 7vw, 7rem) 4vw 2rem; background: var(--ink); color: rgba(255,255,255,.72); }
.footer__top { display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.brand--footer { color: #fff; }
.brand--footer .brand__logo { width: clamp(9.5rem, 13vw, 12rem); filter: invert(1); mix-blend-mode: screen; }
.footer__tagline { margin: 1.4rem 0 0; color: rgba(255,255,255,.48); font-size: .75rem; line-height: 1.65; }
.footer__links { display: flex; gap: clamp(1.5rem, 3vw, 3rem); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }
.footer__links a:hover { color: var(--rose); }
.footer__bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; color: rgba(255,255,255,.38); font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; }
.footer__bottom p { margin: 0; }
.footer__bottom div { display: flex; gap: 1.5rem; }

/* ---------- Lightbox ---------- */
.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 3.5rem 5vw 2rem; border: 0; background: rgba(12,16,13,.96); color: #fff; overflow: hidden; }
.lightbox[open] { display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; animation: lightboxIn .35s var(--ease); }
.lightbox::backdrop { background: rgba(0,0,0,.75); }
.lightbox figure { height: 100%; max-width: 1100px; margin: 0 auto; display: grid; grid-template-rows: 1fr auto; min-height: 0; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1rem; }
.lightbox figcaption b { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.lightbox figcaption span { color: rgba(255,255,255,.5); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.lightbox__close, .lightbox__nav { border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; transition: background .25s, color .25s; }
.lightbox__close:hover, .lightbox__nav:hover { background: #fff; color: #111; }
.lightbox__close { position: absolute; top: 1rem; right: 1rem; width: 45px; height: 45px; font-size: 1.6rem; font-weight: 200; }
.lightbox__nav { width: 48px; height: 48px; }
@keyframes lightboxIn { from { opacity: 0; transform: scale(.98); } }

/* ---------- Reveals ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal--delay-1 { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal--delay-3 { transition-delay: .3s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1050px) {
  .site-header { padding-inline: 2rem; }
  .site-navigation { padding-inline: 2rem; }
  .hero__copy { padding-inline: 2rem; }
  .portfolio { grid-template-columns: 1fr; }
  .portfolio__intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 3rem; }
  .portfolio__intro .section-index { grid-column: 1 / -1; margin-bottom: 1rem; }
  .portfolio__promise { margin: 1rem 0; }
  .filters { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; gap: .5rem 1.2rem; }
  .filter { min-width: 0; }
  .filter::after { display: none; }
  .journey__top { grid-template-columns: 1fr; }
  .journey__intro { max-width: 720px; }
  .journey__steps { grid-template-columns: repeat(3, 1fr); row-gap: 3.5rem; }
  .contact__top { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .footer__links { display: none; }
}

@media (max-width: 720px) {
  :root { --shell: min(90vw, 1420px); }
  .site-navigation { justify-content: space-between; gap: .65rem; min-height: 28px; padding: .5rem 1.35rem; }
  .site-navigation a { font-size: .48rem; letter-spacing: .11em; }
  .site-header { top: 28px; min-height: 64px; padding-inline: 1.35rem; }
  .site-header.is-scrolled { min-height: 56px; }
  .brand__logo { width: 6.5rem; }
  .landing-film { min-height: max(100svh, 650px); }
  .landing-film__frame { inset: 104px 1.25rem 1.25rem; }
  .landing-film__stage { inset: 10% -12% 35% -12%; }
  .story-world { width: 112vw; }
  .story-photo { width: clamp(5.7rem, 25vw, 8rem); padding: .32rem .32rem .55rem; }
  .story-photo--one { top: 12%; left: 12%; }
  .story-photo--two { top: 10%; right: 10%; }
  .story-photo--three { right: 13%; bottom: 2%; }
  .landing-film__scene { width: 112vw; }
  .landing-film__copy { right: 2.5rem; bottom: 7.1rem; left: 2.5rem; }
  .landing-film__copy h1 { font-size: clamp(2.8rem, 12vw, 4.8rem); }
  .landing-film .hero__actions { flex-wrap: wrap; gap: 1rem 1.2rem; }
  .landing-film__footer { right: 2.5rem; bottom: 2.25rem; left: 2.5rem; grid-template-columns: auto 1fr; gap: 1rem 1.4rem; }
  .landing-film__scene-name { min-width: 0; }
  .landing-film__scroll { grid-column: 2; justify-self: end; }
  .round-link { align-self: flex-end; flex-basis: 110px; width: 110px; }
  .portfolio { padding-block: 6.5rem; }
  .portfolio__intro { display: block; }
  .portfolio__intro .display-title { font-size: clamp(3.5rem, 16vw, 5.3rem); }
  .portfolio__promise { margin: 2.5rem 0; }
  .filters { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 2.5rem; }
  .work-grid { columns: 1; column-gap: 0; }
  .work-card { margin-bottom: .75rem; min-height: 0; }
  .work-card__overlay { opacity: .38; }
  .work-card__meta { opacity: 1; transform: none; }
  .journey { padding-block: 6.5rem; }
  .journey__top { gap: 3rem; }
  .journey__visual img { aspect-ratio: 1.25; }
  .journey__visual--portrait { width: min(82vw, 420px); }
  .journey__visual--portrait img { aspect-ratio: auto; }
  .journey__steps { grid-template-columns: 1fr 1fr; gap: 2.6rem 1.5rem; margin-block: 4rem; }
  .journey__steps li:last-child { grid-column: 1 / -1; }
  .journey__steps i { margin-top: 1.2rem; font-size: 2rem; }
  .about { padding-bottom: 6.5rem; }
  .about__top { grid-template-columns: 1fr; gap: 3rem; }
  .about__visual img { aspect-ratio: .83; }
  .about__values { grid-template-columns: 1fr 1fr; gap: 2.5rem 0; margin-top: 4rem; }
  .about__values article { min-height: 0; padding: 0 1.2rem; }
  .about__values article:nth-child(odd) { padding-left: 0; }
  .about__values article:nth-child(even) { border-right: 0; }
  .about__quote { grid-template-columns: 1fr; gap: 1.6rem; margin-top: 4rem; }
  .about__quote img { aspect-ratio: 1.8; }
  .about__quote span { position: static; display: block; margin-bottom: .3rem; }
  .contact__top { padding-block: 0; }
  .contact-actions { margin-top: 2.25rem; }
  .contact__pictogram { width: min(82vw, 330px); margin-top: 1rem; padding: 1.25rem; }
  .footer { padding-inline: 5vw; }
  .footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .footer__social { justify-self: start; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: .6rem; }
  .lightbox { padding: 4rem 1rem 1.5rem; }
  .lightbox[open] { grid-template-columns: 1fr; }
  .lightbox__nav { position: absolute; top: 50%; z-index: 2; background: rgba(0,0,0,.25); }
  .lightbox__nav--prev { left: .5rem; }
  .lightbox__nav--next { right: .5rem; }
  .lightbox figcaption { flex-direction: column; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .site-header { animation: none; }
  .landing-film__scene { opacity: 1; transform: none; }
  .story-photo { animation: none; }
  .story-photo--one { opacity: 1; transform: rotate(-4deg); }
  .story-photo--two, .story-photo--three { opacity: 0; }
  .landing-film__progress span { animation: none; transform: scaleX(.35); }
}
