/* =========================================================
   FLORENCE — Production Company
   Built to the Florence Identity Rebrand Style Guide.
   Brand tokens in :root. Avantt / Dazzed / Noe Text are the
   licensed brand fonts — when their web files are added to
   /assets/fonts they take over automatically; until then the
   closest free fallbacks (Hanken Grotesk / Fraunces) are used.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,300;1,9..144,400&display=swap');

/* ============================================================
   LICENSED BRAND FONTS  (Avantt · Dazzed · Noe Text)
   Drop the licensed web files into /assets/fonts using the
   filenames below and they take over automatically. Until then
   each face falls back to Hanken Grotesk / Fraunces. See
   /assets/fonts/README.txt for the full file list.
   ============================================================ */

/* --- Avantt (display / headlines / UI) --- */
@font-face { font-family:"Avantt"; src:local("Avantt Regular"),local("Avantt"),
  url("../fonts/Avantt-Regular.woff2") format("woff2"),url("../fonts/Avantt-Regular.woff") format("woff");
  font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"Avantt"; src:local("Avantt Regular Italic"),
  url("../fonts/Avantt-RegularItalic.woff2") format("woff2"),url("../fonts/Avantt-RegularItalic.woff") format("woff");
  font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:"Avantt"; src:local("Avantt Medium"),
  url("../fonts/Avantt-Medium.woff2") format("woff2"),url("../fonts/Avantt-Medium.woff") format("woff");
  font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"Avantt"; src:local("Avantt SemiBold"),
  url("../fonts/Avantt-SemiBold.woff2") format("woff2"),url("../fonts/Avantt-SemiBold.woff") format("woff");
  font-weight:600; font-style:normal; font-display:swap; }

/* --- Dazzed (subheads / labels) --- */
@font-face { font-family:"Dazzed"; src:local("Dazzed Medium"),
  url("../fonts/Dazzed-Medium.woff2") format("woff2"),url("../fonts/Dazzed-Medium.woff") format("woff");
  font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:"Dazzed"; src:local("Dazzed SemiBold"),
  url("../fonts/Dazzed-SemiBold.woff2") format("woff2"),url("../fonts/Dazzed-SemiBold.woff") format("woff");
  font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:"Dazzed"; src:local("Dazzed Bold"),
  url("../fonts/Dazzed-Bold.woff2") format("woff2"),url("../fonts/Dazzed-Bold.woff") format("woff");
  font-weight:700; font-style:normal; font-display:swap; }

/* --- Noe Text (editorial serif / body) --- */
@font-face { font-family:"Noe Text"; src:local("Noe Text Light"),
  url("../fonts/NoeText-Light.woff2") format("woff2"),url("../fonts/NoeText-Light.woff") format("woff");
  font-weight:300; font-style:normal; font-display:swap; }
@font-face { font-family:"Noe Text"; src:local("Noe Text Light Italic"),
  url("../fonts/NoeText-LightItalic.woff2") format("woff2"),url("../fonts/NoeText-LightItalic.woff") format("woff");
  font-weight:300; font-style:italic; font-display:swap; }
@font-face { font-family:"Noe Text"; src:local("Noe Text Regular"),local("Noe Text"),
  url("../fonts/NoeText-Regular.woff2") format("woff2"),url("../fonts/NoeText-Regular.woff") format("woff");
  font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:"Noe Text"; src:local("Noe Text Regular Italic"),
  url("../fonts/NoeText-RegularItalic.woff2") format("woff2"),url("../fonts/NoeText-RegularItalic.woff") format("woff");
  font-weight:400; font-style:italic; font-display:swap; }
@font-face { font-family:"Noe Text"; src:local("Noe Text Bold"),
  url("../fonts/NoeText-Bold.woff2") format("woff2"),url("../fonts/NoeText-Bold.woff") format("woff");
  font-weight:700; font-style:normal; font-display:swap; }

:root {
  /* --- Brand color (from guide P024) --- */
  --ink:      #333333;   /* 80% black — brand "black" */
  --ink-2:    #555049;
  --paper:    #efeee8;   /* warm gallery paper */
  --paper-2:  #f3f3ec;   /* 20% sand */
  --white:    #ffffff;
  --muted:    #8a877e;
  --line:     #d7d5cc;

  --sand:     #c3c4a1;  --sand-80:#cfd0b4; --sand-20:#f3f3ec;
  --slate:    #b0c1c6;  --slate-80:#c0cdd1; --slate-20:#eff3f4;
  --marine:   #445193;  --marine-80:#6974a9; --marine-20:#dadce9;

  --accent:   var(--marine);

  /* --- Type --- */
  --sans:  "Avantt", "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  --cond:  "Dazzed", "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;
  --serif: "Noe Text", "Fraunces", Georgia, "Times New Roman", serif;

  --gutter: clamp(18px, 5vw, 64px); /* tight margins per layout system */
  --maxw: 1680px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body { font-family: var(--sans); background: var(--paper); color: var(--ink); line-height: 1.5; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
::selection { background: var(--marine); color: var(--paper); }

/* ---------- Type ---------- */
.eyebrow { font-family: var(--sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); }
h1,h2,h3,h4 { font-weight: 500; letter-spacing: -0.03em; line-height: 0.98; }
.caps { text-transform: uppercase; }
.display { font-family: var(--sans); text-transform: uppercase; font-weight: 400;
  letter-spacing: -0.035em; line-height: 0.9; font-size: clamp(44px, 11vw, 184px); }
.serif-italic { font-family: var(--serif); font-style: italic; font-weight: 300; letter-spacing: -0.01em; }

/* ---------- Layout helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.rule { height: 1px; background: var(--line); width: 100%; }

/* ---------- Texture (diffusion dither, guide P026) ---------- */
.grain::before { content:""; position:absolute; inset:0; pointer-events:none; z-index:1;
  background-image: url("../img/texture/dither10.png"); background-size: 480px;
  mix-blend-mode: multiply; opacity:.5; }

/* ---------- Nav ---------- */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px var(--gutter); transition: background .45s var(--ease), padding .45s var(--ease);
  mix-blend-mode: difference; }
.nav__logo { height: clamp(28px, 3.2vw, 44px); width: auto; transition: height .4s var(--ease); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: #fff; position: relative; padding: 4px 0; }
.nav-links a::after { content:""; position:absolute; left:0; bottom:0; height:1px; width:0; background:#fff; transition: width .35s var(--ease); }
.nav-links a:hover::after, .nav-links a.active::after { width:100%; }
.nav-toggle { display:none; background:none; border:none; color:#fff; cursor:pointer;
  font-family: var(--sans); font-size:11px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; }

/* ---------- Buttons ---------- */
.btn { display:inline-flex; align-items:center; gap:10px; font-family:var(--sans);
  font-size:11px; font-weight:500; letter-spacing:.18em; text-transform:uppercase;
  padding:14px 26px; border:1px solid currentColor; border-radius:100px;
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease); }
.btn:hover { transform: translateY(-1px); }
.btn--dark { color: var(--ink); }
.btn--dark:hover { background: var(--ink); color: var(--paper); }
.btn--light { color:#fff; }
.btn--light:hover { background:#fff; color: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: grid; align-content: space-between;
  padding: clamp(96px,14vh,150px) var(--gutter) clamp(28px,5vh,56px);
  background: var(--ink); color: var(--paper); overflow: hidden; }
.hero__media { position:absolute; inset:0; z-index:0; }
.hero__media video, .hero__media img { width:100%; height:100%; object-fit: cover; opacity:.42; }
.hero__media::after { content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(20,20,20,.35), rgba(20,20,20,.85)); }
.hero__top, .hero__bottom { position: relative; z-index: 3; }
.hero__statement { font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(26px, 4.4vw, 60px); line-height: 1.04; letter-spacing:-.02em; max-width: 16ch; }
.hero__wordmark { width: min(92vw, 1500px); margin: 0 auto; opacity:.96; }
.hero__bottom { display:flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.hero__bottom p { max-width: 40ch; color: #d8d6cd; font-size: clamp(13px,1.3vw,16px); line-height:1.6; }
.scrollcue { font-family: var(--sans); font-size:10px; font-weight:500; letter-spacing:.2em; text-transform:uppercase; color:#cfccc4; }

/* ---------- Section heading ---------- */
.sec-head { display:flex; justify-content: space-between; align-items:flex-end; gap:24px;
  flex-wrap: wrap; padding: clamp(64px,9vw,130px) 0 clamp(22px,3vw,38px); }
.sec-head h2 { font-family:var(--sans); text-transform:uppercase; font-weight:400;
  letter-spacing:-.035em; line-height:.9; font-size: clamp(34px,6vw,92px); }
.sec-head .meta { text-align:right; }
.sec-head .meta .serif-italic { display:block; font-size: clamp(15px,1.6vw,22px); color: var(--ink-2); }

/* ---------- Filters ---------- */
.filters { position: sticky; top:0; z-index:40; display:flex; gap:8px; flex-wrap:wrap; align-items:center;
  padding: 14px var(--gutter); background: rgba(239,238,232,.85); backdrop-filter: blur(10px);
  border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.filters .lbl { font-family:var(--sans); font-size:10px; font-weight:500; letter-spacing:.2em;
  text-transform:uppercase; color:var(--muted); margin-right:14px; }
.chip { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.14em; text-transform:uppercase;
  padding:10px 18px; border-radius:100px; border:1px solid var(--line); background:transparent; color:var(--ink);
  cursor:pointer; transition: all .25s var(--ease); }
.chip:hover { border-color: var(--ink); }
.chip.active { background: var(--marine); color:#fff; border-color: var(--marine); }

/* ---------- Work grid ---------- */
.grid { display:grid; grid-template-columns: repeat(12,1fr); gap: 8px; padding: 8px 0 0; }
.tile { position:relative; overflow:hidden; grid-column: span 6; aspect-ratio: 16/10;
  background:#23252b; cursor:pointer; transition: opacity .5s var(--ease); }
.tile.s4 { grid-column: span 4; aspect-ratio: 4/5; }
.tile.s8 { grid-column: span 8; aspect-ratio: 16/9; }
.tile.s12{ grid-column: span 12; aspect-ratio: 21/9; }
.tile.is-hidden { display:none; }
.tile__poster { position:absolute; inset:0; background-size:cover; background-position:center;
  transition: transform 1.2s var(--ease), filter .6s var(--ease); transform: scale(1.01); }
.tile:hover .tile__poster { transform: scale(1.07); }
.tile__tex { position:absolute; inset:0; background-image:url("../img/texture/dither10.png");
  background-size:360px; mix-blend-mode:soft-light; opacity:.4; }
.tile__shade { position:absolute; inset:0; background:linear-gradient(180deg, rgba(20,22,28,.05), rgba(20,22,28,.62)); }
.tile__info { position:absolute; left:0; right:0; bottom:0; z-index:3; padding: clamp(16px,1.8vw,26px);
  display:flex; justify-content:space-between; align-items:flex-end; gap:16px; color:#fff; }
.tile__title { font-family:var(--sans); text-transform:uppercase; font-weight:500; letter-spacing:-.02em;
  font-size: clamp(16px,1.7vw,26px); line-height:1; }
.tile__dir { font-family:var(--serif); font-style:italic; font-weight:300; font-size: clamp(13px,1.2vw,16px);
  color:#e7e5dc; margin-top:8px; }
.tile__cat { font-family:var(--sans); font-size:10px; font-weight:500; letter-spacing:.16em; text-transform:uppercase;
  color:#fff; border:1px solid rgba(255,255,255,.45); padding:6px 11px; border-radius:100px; white-space:nowrap; }
.tile__play { position:absolute; top:50%; left:50%; z-index:3; width:66px; height:66px; border:1px solid rgba(255,255,255,.7);
  border-radius:50%; display:grid; place-items:center; transform:translate(-50%,-50%) scale(.85); opacity:0;
  transition: all .4s var(--ease); }
.tile:hover .tile__play { opacity:1; transform:translate(-50%,-50%) scale(1); }
.tile__play svg { width:16px; height:16px; fill:#fff; margin-left:3px; }

/* ---------- Director strip on home ---------- */
.dir-strip { padding-bottom: clamp(40px,6vw,90px); }
.dir-mini { display:grid; grid-template-columns: repeat(4,1fr); gap:8px; }
.dir-mini a { position:relative; aspect-ratio: 4/5; overflow:hidden; background:#23252b; color:#fff; display:flex; align-items:flex-end; }
.dir-mini .ph { position:absolute; inset:0; }
.dir-mini .tex { position:absolute; inset:0; background-image:url("../img/texture/dither10.png"); background-size:300px; mix-blend-mode:soft-light; opacity:.35; }
.dir-mini span { position:relative; z-index:2; padding:16px; font-family:var(--sans); text-transform:uppercase;
  font-weight:500; letter-spacing:.02em; font-size: clamp(13px,1.2vw,17px); }
.dir-mini a::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent,rgba(20,22,28,.55)); }

/* ---------- Directors page list ---------- */
.page-head { padding: clamp(120px,17vh,220px) var(--gutter) clamp(26px,4vw,54px); }
.page-head h1 { font-family:var(--sans); text-transform:uppercase; font-weight:400; letter-spacing:-.04em;
  line-height:.86; font-size: clamp(52px,13vw,200px); }
.page-head .lede { font-family:var(--serif); font-style:italic; font-weight:300; color:var(--ink-2);
  font-size: clamp(18px,2.2vw,30px); max-width: 24ch; margin-top: 26px; }
.dir-list { border-top:1px solid var(--line); }
.dir-row { display:grid; grid-template-columns: 64px 1fr auto; align-items:center; gap:24px;
  padding: clamp(16px,2.2vw,30px) var(--gutter); border-bottom:1px solid var(--line);
  transition: background .4s var(--ease), color .35s var(--ease); position:relative; }
.dir-row:hover { background: var(--ink); color: var(--paper); }
.dir-row .num { font-family:var(--sans); font-size:12px; font-weight:500; letter-spacing:.1em; color:var(--muted); }
.dir-row:hover .num { color:#9d9a90; }
.dir-row .name { font-family:var(--sans); text-transform:uppercase; font-weight:400; letter-spacing:-.03em;
  line-height:1; font-size: clamp(26px,5.2vw,74px); }
.dir-row .work { font-family:var(--serif); font-style:italic; font-weight:300; font-size: clamp(13px,1.3vw,18px);
  color: var(--ink-2); text-align:right; }
.dir-row:hover .work { color:#d8d6cd; }

/* ---------- About ---------- */
.about { padding: clamp(120px,17vh,220px) var(--gutter) clamp(60px,8vw,120px); }
.about__lead { font-family:var(--serif); font-style:italic; font-weight:300; letter-spacing:-.02em;
  font-size: clamp(28px,4.6vw,66px); line-height:1.05; max-width: 18ch; margin-bottom: clamp(40px,6vw,88px); }
.about__grid { display:grid; grid-template-columns: 1.4fr 1fr; gap: clamp(28px,5vw,80px);
  border-top:1px solid var(--line); padding-top: clamp(30px,4vw,56px); }
.about__body p { font-family:var(--serif); font-size: clamp(16px,1.3vw,19px); line-height:1.7; margin-bottom: 1.1em; max-width: 56ch; color: var(--ink); }
.about__meta h4 { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.2em; text-transform:uppercase;
  color: var(--muted); margin: 0 0 12px; }
.about__meta .block { margin-bottom: 30px; }
.about__meta a, .about__meta p { font-family:var(--sans); font-size:15px; line-height:1.7; display:block; }
.about__meta a { text-decoration:underline; text-underline-offset:3px; text-decoration-color: var(--line); width:max-content; }
.about__meta a:hover { text-decoration-color: var(--marine); color: var(--marine); }

/* ---------- Shop ---------- */
.shop-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding-top: 8px; }
.product { background: var(--white); border:1px solid var(--line); display:flex; flex-direction:column;
  transition: transform .4s var(--ease); }
.product:hover { transform: translateY(-4px); }
.product__media { position:relative; aspect-ratio: 1/1; overflow:hidden; display:grid; place-items:center; }
.product__tex { position:absolute; inset:0; background-image:url("../img/texture/dither10.png"); background-size:300px; mix-blend-mode:multiply; opacity:.25; }
.product__logo { position:relative; z-index:2; width: 54%; opacity:.92; }
.product__tag { position:absolute; top:14px; left:14px; z-index:3; font-family:var(--sans); font-size:10px;
  font-weight:500; letter-spacing:.16em; text-transform:uppercase; background: var(--ink); color: var(--paper); padding:5px 11px; border-radius:100px; }
.product__body { padding: 18px 20px; display:flex; justify-content:space-between; align-items:flex-start; gap:14px; border-top:1px solid var(--line); }
.product__name { font-family:var(--sans); text-transform:uppercase; font-weight:500; letter-spacing:.01em; font-size:15px; }
.product__type { font-family:var(--serif); font-style:italic; font-weight:300; font-size:14px; color:var(--ink-2); margin-top:5px; }
.product__price { font-family:var(--sans); font-size:14px; font-weight:500; }
.product__add { margin: 0 20px 20px; justify-content:center; }

/* ---------- Footer ---------- */
.footer { position:relative; background: var(--ink); color: var(--paper); overflow:hidden;
  padding: clamp(70px,10vw,150px) var(--gutter) 40px; margin-top: clamp(60px,8vw,120px); }
.footer__logo { width: min(92vw, 1500px); display:block; margin: 0 auto clamp(30px,4vw,60px); opacity:.95; }
.footer__row { position:relative; z-index:2; display:flex; justify-content:space-between; flex-wrap:wrap; gap:26px;
  padding-top: 28px; border-top:1px solid rgba(255,255,255,.16); }
.footer__row a, .footer__row p { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; color:#cfccc4; }
.footer__links { display:flex; gap:24px; flex-wrap:wrap; }
.footer__links a:hover, .footer__row a:hover { color:#fff; }

/* ---------- Reveal ---------- */
.reveal { opacity:0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.in { opacity:1; transform:none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .about__grid { grid-template-columns: 1fr; }
  .dir-mini { grid-template-columns: repeat(2,1fr); }
  .shop-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .nav-links { display:none; }
  .nav-links.open { display:flex; position:fixed; inset:0; flex-direction:column; justify-content:center; align-items:center;
    gap:34px; background: var(--ink); mix-blend-mode: normal; }
  .nav-links.open a { font-size:18px; }
  .nav-toggle { display:block; }
  .tile, .tile.s4, .tile.s8, .tile.s12 { grid-column: span 12; aspect-ratio: 16/10; }
  .dir-mini { grid-template-columns: 1fr 1fr; }
  .shop-grid { grid-template-columns: 1fr; }
  .dir-row { grid-template-columns: 40px 1fr; }
  .dir-row .work { display:none; }
}

/* ============================================================
   Director page · Lightbox · Cart  (added for v2 features)
   ============================================================ */

/* ---- Nav cart button ---- */
#cartBtn { cursor: pointer; }

/* ---- Single director page ---- */
.dir-hero { position: relative; min-height: 64vh; display: flex; align-items: flex-end;
  color: var(--paper); overflow: hidden; padding: 0 0 clamp(28px,4vw,56px); background: var(--ink); }
.dir-hero__media { position: absolute; inset: 0; z-index: 0; }
.dir-hero__media::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(20,22,28,.25), rgba(20,22,28,.8)); }
.dir-hero__tex { position:absolute; inset:0; background-image:url("../img/texture/dither20.png"); background-size:520px; mix-blend-mode:soft-light; opacity:.45; }
.dir-hero__inner { position: relative; z-index: 2; width:100%; }
.dir-hero__inner .back { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.18em; text-transform:uppercase; color:#e7e5dc; display:inline-block; margin-bottom: 22px; }
.dir-hero__inner .back:hover { color:#fff; }
.dir-hero__inner h1 { font-family:var(--sans); text-transform:uppercase; font-weight:400; letter-spacing:-.04em; line-height:.86; font-size: clamp(44px,10vw,150px); }
.dir-hero__disc { font-family:var(--serif); font-style:italic; font-weight:300; font-size: clamp(16px,2vw,26px); color:#e7e5dc; margin-top:14px; }

.dir-about { display:grid; grid-template-columns: 1.5fr 1fr; gap: clamp(28px,5vw,80px);
  padding-top: clamp(40px,6vw,90px); }
.dir-about__bio p { font-family:var(--serif); font-size: clamp(17px,1.4vw,21px); line-height:1.7; margin-bottom: 1em; max-width: 54ch; }
.dir-about__meta { border-top:1px solid var(--line); padding-top: 22px; height:max-content; }
.dir-about__meta h4 { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.2em; text-transform:uppercase; color:var(--muted); margin-bottom:14px; }
.dir-about__meta a { display:block; font-family:var(--sans); font-size:15px; line-height:1.9; text-decoration:underline; text-underline-offset:3px; text-decoration-color:var(--line); width:max-content; }
.dir-about__meta a:hover { color:var(--marine); text-decoration-color:var(--marine); }

/* ---- Lightbox ---- */
.lightbox { position: fixed; inset: 0; z-index: 200; display: none; }
.lightbox.open { display: block; }
.lightbox__overlay { position:absolute; inset:0; background: rgba(15,16,20,.86); backdrop-filter: blur(6px); }
.lightbox__panel { position:absolute; inset:0; margin:auto; width:min(94vw,1200px); height:max-content;
  top:50%; transform:translateY(-50%); padding: 0 clamp(16px,3vw,40px); }
.lightbox__close { position:absolute; top:-42px; right:clamp(16px,3vw,40px); background:none; border:none; cursor:pointer;
  color:#fff; font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.16em; text-transform:uppercase; }
.lightbox__frame { position:relative; aspect-ratio:16/9; background:#000; overflow:hidden; }
.lightbox__frame iframe, .lightbox__frame video { position:absolute; inset:0; width:100%; height:100%; border:0; object-fit:cover; background:#000; }
.lightbox__poster { position:absolute; inset:0; background-size:cover; background-position:center; }
.lightbox__cap { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; padding:16px 2px; color:var(--paper); }
.lightbox__title { font-family:var(--sans); text-transform:uppercase; font-weight:500; letter-spacing:-.01em; font-size: clamp(16px,1.8vw,24px); display:block; }
.lightbox__sub { font-family:var(--serif); font-style:italic; font-weight:300; font-size:14px; color:#cfccc4; display:block; margin-top:4px; }
.lightbox__cat { font-family:var(--sans); font-size:10px; font-weight:500; letter-spacing:.16em; text-transform:uppercase;
  color:#fff; border:1px solid rgba(255,255,255,.45); padding:6px 11px; border-radius:100px; white-space:nowrap; }

/* ---- Cart drawer ---- */
.cart { position: fixed; inset: 0; z-index: 210; display:none; }
.cart.open { display:block; }
.cart__overlay { position:absolute; inset:0; background:rgba(15,16,20,.5); backdrop-filter: blur(3px); }
.cart__panel { position:absolute; top:0; right:0; height:100%; width:min(440px,92vw); background:var(--paper);
  display:flex; flex-direction:column; box-shadow:-20px 0 60px rgba(0,0,0,.18); animation: slideIn .4s var(--ease); }
@keyframes slideIn { from { transform: translateX(100%); } to { transform: none; } }
.cart__head { display:flex; justify-content:space-between; align-items:center; padding:22px 24px; border-bottom:1px solid var(--line); }
.cart__x { background:none; border:none; cursor:pointer; font-size:16px; color:var(--ink); }
.cart__items { flex:1; overflow-y:auto; padding: 8px 24px; }
.cart__empty { font-family:var(--serif); font-style:italic; color:var(--ink-2); padding:40px 0; line-height:2; }
.cart__empty a { font-style:normal; text-decoration:underline; }
.cart__row { display:grid; grid-template-columns: 64px 1fr auto; gap:14px; align-items:flex-start; padding:18px 0; border-bottom:1px solid var(--line); }
.cart__thumb { width:64px; height:64px; display:grid; place-items:center; overflow:hidden; }
.cart__thumb img { width:70%; }
.cart__name { font-family:var(--sans); text-transform:uppercase; font-weight:500; font-size:13px; letter-spacing:.02em; }
.cart__type { font-family:var(--serif); font-style:italic; font-size:13px; color:var(--ink-2); margin:3px 0 8px; }
.cart__qty { display:flex; align-items:center; gap:10px; }
.cart__qty button { width:24px; height:24px; border:1px solid var(--line); background:none; cursor:pointer; border-radius:50%; font-size:14px; line-height:1; color:var(--ink); }
.cart__qty button:hover { border-color:var(--ink); }
.cart__qty span { font-family:var(--sans); font-size:13px; min-width:14px; text-align:center; }
.cart__rm { width:auto !important; border:none !important; border-radius:0 !important; font-family:var(--sans); font-size:10px; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); margin-left:6px; }
.cart__rm:hover { color:var(--marine); }
.cart__price { font-family:var(--sans); font-size:14px; font-weight:500; }
.cart__foot { padding:20px 24px; border-top:1px solid var(--line); }
.cart__sub { display:flex; justify-content:space-between; font-family:var(--sans); font-weight:500; text-transform:uppercase; letter-spacing:.04em; font-size:14px; }
.cart__note { font-family:var(--serif); font-style:italic; font-size:13px; color:var(--ink-2); margin:8px 0 16px; }
.cart__checkout { width:100%; justify-content:center; }
.cart__checkout.is-disabled { opacity:.4; pointer-events:none; }

@media (max-width: 1000px) { .dir-about { grid-template-columns: 1fr; } }

/* ============================================================
   v3 — Evolution toward director-led production house language
   (hover-to-play previews · play cursor · index view · dir preview)
   ============================================================ */

/* tighter, more immersive grid */
.grid { gap: 6px; }

/* hover-to-play video preview */
.tile__video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition: opacity .6s var(--ease); z-index:1; }
.tile.playing .tile__video { opacity:1; }
.tile.playing .tile__poster { opacity:0; transition: opacity .6s var(--ease); }
.tile.playing .tile__play { opacity:0; }
.tile__info, .tile__shade { z-index:2; }

/* custom play cursor (desktop fine-pointer only) */
.cursorball { position:fixed; z-index:300; top:0; left:0; pointer-events:none;
  width:84px; height:84px; border-radius:50%; display:grid; place-items:center;
  background: var(--marine); color:#fff; font-family:var(--sans); font-size:10px;
  font-weight:500; letter-spacing:.16em; text-transform:uppercase;
  transform: translate(-50%,-50%) scale(0); transition: transform .3s var(--ease); mix-blend-mode:normal; }
.cursorball.show { transform: translate(-50%,-50%) scale(1); }
@media (hover: none) { .cursorball { display:none; } }

/* Work view toggle */
.viewtog { display:inline-flex; gap:2px; margin-left:auto; }
.viewtog button { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.14em;
  text-transform:uppercase; padding:10px 14px; border:1px solid var(--line); background:transparent;
  color:var(--muted); cursor:pointer; transition: all .25s var(--ease); }
.viewtog button:first-child { border-radius:100px 0 0 100px; }
.viewtog button:last-child { border-radius:0 100px 100px 0; border-left:none; }
.viewtog button.active { background:var(--ink); color:var(--paper); border-color:var(--ink); }

/* Index (list) view of work */
.work-index { display:none; border-top:1px solid var(--line); margin-top:8px; }
.work-index.show { display:block; }
.grid.hide { display:none; }
.ix-row { display:grid; grid-template-columns: 1.6fr 1fr 0.8fr 56px; align-items:center; gap:20px; width:100%;
  text-align:left; background:none; border:none; border-bottom:1px solid var(--line); cursor:pointer;
  padding: clamp(14px,1.8vw,24px) 4px; color:var(--ink); transition: padding-left .35s var(--ease), color .35s var(--ease); }
.ix-row:hover { padding-left:16px; color:var(--marine); }
.ix-row.is-hidden { display:none; }
.ix-title { font-family:var(--sans); text-transform:uppercase; font-weight:400; letter-spacing:-.02em;
  font-size: clamp(20px,2.6vw,40px); line-height:1; }
.ix-dir { font-family:var(--serif); font-style:italic; font-weight:300; font-size: clamp(14px,1.3vw,19px); color:var(--ink-2); }
.ix-row:hover .ix-dir { color:var(--marine); }
.ix-cat, .ix-year { font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.14em; text-transform:uppercase; color:var(--muted); }
.ix-year { text-align:right; }
@media (max-width: 720px){ .ix-row{ grid-template-columns: 1fr auto; } .ix-cat,.ix-year{ display:none; } }

/* Directors index — large names + floating hover preview */
.dir-row .name { transition: transform .35s var(--ease); }
.dir-row:hover .name { transform: translateX(10px); }
.dir-preview { position:fixed; z-index:120; top:0; left:0; width:300px; height:380px; pointer-events:none;
  transform: translate(-50%,-50%) scale(.96); opacity:0; transition: opacity .35s var(--ease), transform .35s var(--ease);
  overflow:hidden; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.dir-preview.show { opacity:1; transform: translate(-50%,-50%) scale(1); }
.dir-preview__img { position:absolute; inset:0; background-size:cover; background-position:center; }
.dir-preview__tex { position:absolute; inset:0; background-image:url("../img/texture/dither10.png"); background-size:300px; mix-blend-mode:soft-light; opacity:.4; }
.dir-preview__label { position:absolute; left:14px; bottom:12px; z-index:2; color:#fff; font-family:var(--sans);
  font-size:11px; font-weight:500; letter-spacing:.14em; text-transform:uppercase; }
@media (hover: none){ .dir-preview{ display:none; } .dir-row:hover .name{ transform:none; } }

/* ============================================================
   v4 — "Smuggler" directors stage (homepage front door)
   Stark near-black index; hovering a name floods the bg reel.
   ============================================================ */
.stage { position:relative; min-height:100svh; background:#16171c; color:var(--paper);
  overflow:hidden; display:flex; flex-direction:column; justify-content:center;
  padding: clamp(96px,13vh,150px) var(--gutter) clamp(28px,5vh,56px); }
.stage__reels { position:absolute; inset:0; z-index:0; }
.stage__reels video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  opacity:0; transition: opacity .8s var(--ease); }
.stage__wash { position:absolute; inset:0; opacity:0; transition: opacity .8s var(--ease); }
.stage.playing .stage__reels video { opacity:.42; }
.stage.playing .stage__wash { opacity:.5; }
.stage__veil { position:absolute; inset:0; z-index:1;
  background: radial-gradient(130% 100% at 50% 45%, rgba(18,19,24,.35), rgba(18,19,24,.86)); }
.stage__tex { position:absolute; inset:0; z-index:1; background-image:url("../img/texture/dither20.png");
  background-size:520px; mix-blend-mode:soft-light; opacity:.4; pointer-events:none; }
.stage__inner { position:relative; z-index:2; width:100%; max-width:var(--maxw); margin:0 auto;
  display:flex; flex-direction:column; height:100%; }
.stage__top { display:flex; justify-content:space-between; align-items:flex-start; gap:20px; margin-bottom: clamp(20px,4vh,50px); }
.stage__top .eyebrow { color:#cfccc4; }

.stage__list { list-style:none; margin-top:auto; }
.stage__list a { display:flex; align-items:baseline; gap:18px; text-decoration:none; color:var(--paper);
  padding: clamp(1px,0.35vh,5px) 0; transition: opacity .35s var(--ease), transform .4s var(--ease), color .35s var(--ease); }
.stage__list:hover a { opacity:.3; }
.stage__list a:hover { opacity:1; color:#fff; transform: translateX(min(2vw,22px)); }
.stage__name { font-family:var(--sans); text-transform:uppercase; font-weight:400; letter-spacing:-.035em;
  line-height:1.02; font-size: clamp(23px,4.7vw,66px); }
.stage__disc { font-family:var(--serif); font-style:italic; font-weight:300; font-size: clamp(11px,1.1vw,16px);
  color:#cfccc4; opacity:0; transform: translateY(2px); transition: opacity .35s var(--ease); white-space:nowrap; }
.stage__list a:hover .stage__disc { opacity:.85; }

.stage__foot { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-top: clamp(20px,4vh,44px); }
.stage__foot .eyebrow { color:#9a978e; }
.stage__cue { font-family:var(--sans); font-size:10px; font-weight:500; letter-spacing:.2em; text-transform:uppercase; color:#cfccc4; }

@media (hover:none) { .stage__list:hover a { opacity:1; } .stage__list a:hover { transform:none; } .stage__disc { opacity:.7; } }
@media (max-width:720px){ .stage__disc{ display:none; } }

/* ============================================================
   v5 — Shop placeholder (minimal "coming soon", studio style)
   ============================================================ */
.shop-ph{ position:relative; min-height:100svh; display:flex; align-items:center; justify-content:center;
  text-align:center; background:#16171c; color:var(--paper); overflow:hidden; padding:120px var(--gutter); }
.shop-ph__media{ position:absolute; inset:0; z-index:0; }
.shop-ph__media .g{ position:absolute; inset:0; background:radial-gradient(120% 100% at 50% 28%,#2b2e3a 0%,#16171c 60%); }
.shop-ph__media .t{ position:absolute; inset:0; background-image:url("../img/texture/dither20.png");
  background-size:520px; mix-blend-mode:soft-light; opacity:.4; }
.shop-ph__inner{ position:relative; z-index:2; max-width:780px; }
.shop-ph__inner .eyebrow{ color:#cfccc4; }
.shop-ph__title{ font-family:var(--sans); text-transform:uppercase; font-weight:400; letter-spacing:-.04em;
  line-height:.92; font-size:clamp(42px,9.5vw,128px); margin:18px 0 0; }
.shop-ph__sub{ font-family:var(--serif); font-style:italic; font-weight:300; font-size:clamp(17px,2.2vw,28px);
  color:#d8d6cd; margin:24px auto 0; max-width:30ch; line-height:1.3; }
.shop-ph__teaser{ font-family:var(--sans); font-size:11px; font-weight:500; letter-spacing:.18em;
  text-transform:uppercase; color:#9a978e; margin:36px 0 30px; line-height:2; }
.shop-ph__notify{ display:flex; justify-content:center; }

/* ============================================================
   v6 — Subheads & metadata labels in Dazzed SemiBold
   Style Guide P028: "SUBHEAD — DAZZED SEMIBOLD, ALL CAPS".
   Display/H1 remain Avantt; body remains Noe Text.
   ============================================================ */
.eyebrow,
.filters .lbl,
.about__meta h4,
.tile__cat,
.product__tag,
.ix-cat, .ix-year,
.stage__cue,
.dir-hero .back {
  font-family: var(--cond);   /* Dazzed */
  font-weight: 600;           /* SemiBold */
  letter-spacing: 0.14em;     /* Dazzed is narrower than Avantt */
}

/* ============================================================
   v7 — Imagery-led · trimmed copy · brand-scale type · splash
   ============================================================ */

/* --- Type capped to brand-guide scale (no oversized display) --- */
.display            { font-size: clamp(38px, 6.5vw, 80px); }
.page-head h1       { font-size: clamp(36px, 6vw, 72px); }
.sec-head h2        { font-size: clamp(28px, 4.2vw, 56px); }
.dir-row .name      { font-size: clamp(22px, 3.4vw, 44px); }
.dir-hero__inner h1 { font-size: clamp(32px, 5.5vw, 66px); }
.about__lead        { font-size: clamp(22px, 3.2vw, 42px); }
.shop-ph__title     { font-size: clamp(34px, 5.5vw, 66px); }
.tile__title        { font-size: clamp(15px, 1.4vw, 20px); }
.ix-title           { font-size: clamp(17px, 2vw, 30px); }
.page-head .lede    { font-size: clamp(14px, 1.5vw, 18px); }

/* --- Imagery-led Work tiles: visuals lead, text reveals on hover --- */
.tile__shade { opacity: 0; transition: opacity .4s var(--ease); }
.tile:hover .tile__shade { opacity: 1; }
.tile__info { opacity: 0; transform: translateY(8px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.tile:hover .tile__info { opacity: 1; transform: none; }
.tile__cat { display: none; }
.grid { gap: 4px; }

/* --- Splash (big logo before the roster) --- */
.splash { position: fixed; inset: 0; z-index: 300; background: #16171c; cursor: pointer;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  transition: opacity .9s var(--ease), visibility .9s; }
.splash.gone { opacity: 0; visibility: hidden; pointer-events: none; }
.splash__tex { position: absolute; inset: 0; background-image: url("../img/texture/dither20.png");
  background-size: 520px; mix-blend-mode: soft-light; opacity: .4; }
.splash__logo { position: relative; width: min(74vw, 780px); animation: splashIn 1.1s var(--ease) both; }
@keyframes splashIn { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: none; } }
.splash__enter { position: absolute; left: 0; right: 0; bottom: 38px; text-align: center;
  font-family: var(--cond); font-weight: 600; font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: #8c8980; animation: cuePulse 2.4s ease-in-out infinite; }
@keyframes cuePulse { 0%,100% { opacity: .5; } 50% { opacity: 1; } }
body.splash-lock { overflow: hidden; }

/* ============================================================
   v8 — Roster stage (centered names + hover reel), splash lead-in, right bios
   ============================================================ */

/* centered roster names, florence-style (no caps, medium) */
.roster-stage .stage__inner { justify-content: center; align-items: center; }
.roster-stage .stage__list { margin: 0 auto; text-align: center; max-width: none; }
.roster-stage .stage__list a { justify-content: center; padding: clamp(3px,0.7vh,9px) 0; }
.roster-stage .stage__list a:hover { transform: none; }   /* stay centered */
.roster-stage .stage__name { text-transform: none; font-weight: 500; letter-spacing: -0.01em;
  font-size: clamp(20px, 2.6vw, 38px); line-height: 1.14; }

/* background reel media (video / vimeo-bg / youtube) */
.stage__media { position: absolute; inset: 0; z-index: 0; opacity: 0; transition: opacity .8s var(--ease); }
.stage.playing .stage__media { opacity: .5; }
.stage__media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stage__media iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; border: 0; pointer-events: none; }

/* splash: quick zoom-out lead-in from the logo */
.splash__logo { transition: transform .9s var(--ease), opacity .9s var(--ease); }
.splash.gone .splash__logo { transform: scale(1.12); opacity: 0; }

/* director bios right-justified; films lead first */
.dir-about__bio, .dir-about__bio p { text-align: right; }
.dir-about { padding-top: clamp(40px,6vw,90px); }

/* ============================================================
   v9 — SMUGGLER-style light roster home
   Warm cream ground · big wordmark · spaced nav · names that
   reveal a reel over the full background on hover.
   ============================================================ */

/* nav spacing closer to Smuggler */
.nav { padding-top: 22px; padding-bottom: 22px; }
.nav-links { gap: clamp(20px, 3vw, 56px); }
.nav-links a { font-size: 12px; letter-spacing: 0.16em; }

/* Light home (Smuggler ground) */
.roster-stage { background: var(--paper); color: var(--ink); }
.roster-stage .stage__veil { display: none; }
.roster-stage .stage__tex { opacity: .22; mix-blend-mode: multiply; }
.roster-stage .stage__name { color: var(--ink); transition: color .4s var(--ease), opacity .35s var(--ease); }
.roster-stage .stage__list:hover a { opacity: .3; }
.roster-stage .stage__list a:hover { color: var(--ink); }

/* When a director's reel plays, it fills the whole background; names go light */
.roster-stage .stage__media { opacity: 0; }
.roster-stage.playing .stage__media { opacity: 1; }
.roster-stage.playing .stage__wash { opacity: .65; }
.roster-stage.playing::after { content: ""; position: absolute; inset: 0; z-index: 1; background: rgba(18,20,26,.42); pointer-events: none; }
.roster-stage.playing .stage__name { color: var(--paper); }
.roster-stage.playing .stage__list:hover a { opacity: .42; }
.roster-stage.playing .stage__list a:hover { color: #fff; }

/* ============================================================
   v10 — R1 DESIGN FRAMES (MFG) : cream ground · marine duotone
   · overlapping collages · dropdown nav · About directory
   ============================================================ */

/* marine hairline bar at the very top (all pages) */
body::before { content:""; position:fixed; top:0; left:0; right:0; height:5px; background:var(--marine); z-index:300; }

/* nav: solid (no blend) dark-on-cream, with hover dropdowns */
.nav { mix-blend-mode: normal; padding-top: 26px; }
.nav__logo { filter: none; }
.nav-links { gap: clamp(24px,4vw,72px); align-items: flex-start; }
.nav-links a { color: var(--ink); font-weight: 500; }
.nav-links a::after { background: var(--ink); }
.nav-toggle { color: var(--ink); }
.nav-item { position: relative; }
.nav-drop { list-style: none; position: absolute; left: 0; top: 100%; margin-top: 10px; padding: 0;
  display: flex; flex-direction: column; gap: 7px; opacity: 0; visibility: hidden; transform: translateY(-4px);
  transition: opacity .25s var(--ease), transform .25s var(--ease); min-width: 180px; }
.nav-item:hover .nav-drop, .nav-item:focus-within .nav-drop { opacity: 1; visibility: visible; transform: none; }
.nav-drop a { color: var(--marine); font-family: var(--cond); font-weight: 600; font-size: 12px;
  letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; padding: 0; }
.nav-drop a::after { background: var(--marine); }
/* keep the directors dropdown legible (long list) */
.nav-drop.is-directors { max-height: 70vh; flex-wrap: wrap; }

/* the page swatch under the logo wordmark uses the DARK logo (set in HTML) */

/* ---- Marine duotone image treatment (rest) → full colour on hover ---- */
.duo { position: relative; overflow: hidden; background: #2b2e3a; }
.duo__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(1) contrast(1.04) brightness(1.02); transition: filter .5s var(--ease); }
.duo::after { content:""; position:absolute; inset:0; z-index:2; background: var(--marine);
  mix-blend-mode: color; transition: opacity .5s var(--ease); }
.duo__tint { position:absolute; inset:0; z-index:2; background: var(--marine); mix-blend-mode: multiply; opacity:.55; transition: opacity .5s var(--ease); }
.duo__grain { position:absolute; inset:0; z-index:3; background-image:url("../img/texture/dither10.png"); background-size:340px; mix-blend-mode:overlay; opacity:.32; transition: opacity .5s var(--ease); pointer-events:none; }
.duo:hover .duo__img { filter: none; }
.duo:hover::after { opacity: 0; }
.duo:hover .duo__tint { opacity: 0; }
.duo:hover .duo__grain { opacity: .12; }

/* ---- Overlapping collage (home + director work) ---- */
.collage { position: relative; width: 100%; max-width: var(--maxw); margin: 0 auto;
  padding: clamp(20px,3vw,40px) var(--gutter) clamp(80px,10vw,160px);
  min-height: 70vh; }
.collage__item { position: absolute; cursor: pointer; box-shadow: 0 24px 70px rgba(20,22,28,.18); }
.collage__item .duo { width:100%; height:100%; }
.collage__cap { position:absolute; left:0; bottom:-26px; z-index:4; font-family:var(--cond); font-weight:600;
  font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-2); opacity:0; transition:opacity .35s var(--ease); white-space:nowrap; }
.collage__item:hover .collage__cap { opacity:1; }
@media (max-width: 760px){
  .collage { min-height:auto; display:flex; flex-direction:column; gap:10px; }
  .collage__item { position: static !important; width:100% !important; height:auto !important; aspect-ratio:16/10; left:auto!important; top:auto!important; }
}

/* ---- About: serif statement + contact directory + duotone image ---- */
.about2 { position: relative; padding: clamp(120px,16vh,200px) var(--gutter) clamp(60px,8vw,120px); }
.about2__statement { font-family: var(--serif); font-weight: 400; letter-spacing: -0.01em; line-height: 1.12;
  font-size: clamp(28px,4vw,52px); max-width: 16ch; margin-bottom: clamp(48px,7vw,110px); }
.about2__cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,5vw,90px); max-width: 880px; }
.about2 .grp { margin-bottom: 22px; }
.about2 .grp h4 { font-family: var(--cond); font-weight: 600; font-size: 12px; letter-spacing: .08em;
  color: var(--marine); margin-bottom: 4px; }
.about2 .grp .nm { font-family: var(--sans); font-weight: 500; font-size: 13px; text-transform: uppercase; letter-spacing:.03em; }
.about2 .grp .ln { font-family: var(--sans); font-size: 13px; color: var(--ink-2); line-height: 1.5; }
.about2 .grp a { color: var(--ink-2); }
.about2 .grp a:hover { color: var(--marine); }
.about2__img { position: absolute; top: clamp(110px,15vh,190px); right: 0; width: clamp(260px,30vw,440px); aspect-ratio: 3/4; }
@media (max-width: 900px){ .about2__cols{ grid-template-columns:1fr; } .about2__img{ display:none; } }

/* duotone tint on work tiles (matches R1) + collage media */
.tile__tint { position:absolute; inset:0; z-index:1; background:var(--marine); mix-blend-mode:color; opacity:.92; transition:opacity .5s var(--ease); }
.tile:hover .tile__tint { opacity:0; }
.duo__media { position:absolute; inset:0; z-index:4; }
.duo__media iframe, .duo__media video { position:absolute; inset:0; width:100%; height:100%; border:0; object-fit:cover; }
.collage__item:focus-visible { outline:2px solid var(--marine); outline-offset:3px; }

/* back link (director page, R1) */
.back { display:inline-block; font-family:var(--cond); font-weight:600; font-size:11px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--muted); }
.back:hover { color:var(--marine); }

/* home collage: clear the fixed nav + give a definite height for the composition */
.collage { margin-top: clamp(104px,13vh,140px); height: clamp(560px,74vh,860px); min-height:0; }

/* live Vimeo reel layer under the duotone (color shows on hover) */
.tile__reel { position:absolute; inset:0; z-index:1; overflow:hidden; }
.tile__reel iframe { width:100%; height:100%; border:0; display:block; pointer-events:none; }
.tile__tint { z-index:2; }            /* duotone sits above the reel at rest */
.tile:hover .tile__reel { z-index:1; }
.duo__media { z-index:1; }            /* collage: reel below the marine tint */
.duo__media iframe { width:100%; height:100%; }

/* v11 — chromeless lightbox sound toggle */
.lightbox__panel { position: relative; }
.lightbox__sound {
  position: absolute; right: 14px; bottom: 74px; z-index: 5;
  font-family: var(--cond, sans-serif); font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--paper, #efeee8);
  background: rgba(68,81,147,.55); border: 1px solid rgba(239,238,232,.4);
  padding: 7px 14px; border-radius: 999px; cursor: pointer;
  backdrop-filter: blur(6px); transition: background .2s ease, opacity .2s ease;
}
.lightbox__sound:hover { background: rgba(68,81,147,.85); }
.lightbox__sound.is-on { background: var(--marine, #445193); border-color: transparent; }
.lightbox__sound[hidden] { display: none; }
