/* ssslighthousefilms.com - rebuilt static, Sep 2026.
   Palette, type, gradients and the echo shadow are all recovered from the
   retired WordPress build (see ~/Projects/_archive/ssslighthousefilms-2025).
   Display face is Gliker Black, single weight, per Syd. */

@font-face{
  font-family:"Gliker Black";
  src:url("assets/Gliker-Black.woff2") format("woff2");
  font-weight:900; font-style:normal; font-display:swap;
}

:root{
  --raisin:#202330;
  --glaucous:#7783BF;
  --gold:#FFD883;
  --gold-2:#F0CE66;
  --lav:#D3CEFF;
  --indigo:#474D6B;
  --white:#FFFFFF;

  --display:"Gliker Black", sans-serif;
  --sans:Poppins, system-ui, -apple-system, sans-serif;

  --pad-x:clamp(20px,5vw,64px);
  --band:clamp(80px,11vh,150px);
}

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;border-radius:0}
html{scroll-behavior:smooth}
body{
  background:var(--raisin); color:var(--white);
  font-family:var(--sans); font-weight:300; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit}

/* ── type ───────────────────────────────────────────────── */
/* The echo. The retired site only had a drop shadow
   (0 0 10px #000, 2px 2px 1px rgba(0,0,0,.65)); this is the real thing:
   repeated copies stepping away and fading out. Steps are in em, not px,
   so the echo scales with the type instead of swamping it on a phone. */
.echo{
  font-family:var(--display); text-transform:uppercase; color:var(--white);
  letter-spacing:.109em; line-height:1;
  text-shadow:
    .029em .029em 0 rgba(255,216,131,.55),
    .058em .058em 0 rgba(255,216,131,.32),
    .087em .087em 0 rgba(255,216,131,.15);
}
/* Hero and the biggest moments get the full six-step run. */
.echo--deep{
  text-shadow:
    .038em .038em 0 rgba(255,216,131,.62),
    .077em .077em 0 rgba(255,216,131,.44),
    .115em .115em 0 rgba(255,216,131,.30),
    .154em .154em 0 rgba(255,216,131,.19),
    .192em .192em 0 rgba(255,216,131,.11),
    .231em .231em 0 rgba(255,216,131,.05);
}
.echo--stroke{-webkit-text-stroke:1px var(--glaucous); color:var(--lav); text-shadow:none}
.echo--hollow{-webkit-text-stroke:1.5px var(--gold); color:transparent; text-shadow:none}
.echo--indigo{color:var(--indigo); -webkit-text-stroke:.2px var(--white); text-shadow:none}

.d1{font-size:clamp(52px,7.5vw,104px)}
.d2{font-size:clamp(34px,5.2vw,72px)}
.d3{font-size:clamp(22px,2.6vw,34px)}

.eyebrow{
  font-family:var(--sans); font-style:italic; font-weight:400; color:var(--gold);
  font-size:clamp(15px,1.35vw,19px); letter-spacing:.01em;
}
.kicker{
  font-family:var(--sans); font-weight:700; text-transform:uppercase;
  font-size:12px; letter-spacing:.22em; color:var(--gold);
}
.sub{font-size:clamp(20px,2.2vw,32px); font-weight:400; line-height:1.25; letter-spacing:-.5px}
.body{font-size:clamp(15px,1.15vw,17px); color:rgba(255,255,255,.74); max-width:56ch}
.body + .body{margin-top:1em}

/* ── chrome ─────────────────────────────────────────────── */
.frame{border:1px solid var(--gold)}
.btn{
  display:inline-block; background:var(--glaucous); color:var(--white);
  font-family:var(--sans); font-weight:400; font-size:14px; letter-spacing:.02em;
  padding:14px 32px; text-decoration:none; transition:filter .3s ease, transform .3s ease;
}
.btn:hover{filter:brightness(1.1); transform:translateY(-2px)}
.credit{
  display:inline-block; border:1px solid var(--gold); color:var(--gold);
  font-size:12px; letter-spacing:.14em; text-transform:uppercase;
  padding:10px 20px; text-decoration:none;
}

.wrap{max-width:1180px; margin:0 auto; padding:0 var(--pad-x)}
.band{padding:var(--band) 0}
.rule{height:1px; background:rgba(255,216,131,.22); margin:0 var(--pad-x)}

/* ── hero ───────────────────────────────────────────────── */
.hero{
  position:relative; min-height:100svh; display:grid; place-items:center;
  padding:120px var(--pad-x);
  background:url("assets/SSSLHF_Rainbow.webp") center/cover no-repeat;
}
.hero__scrim{
  position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(32,35,48,.55) 0%,rgba(32,35,48,.32) 42%,var(--raisin) 100%);
}
.hero__card{position:relative; z-index:2; max-width:640px; text-align:center; padding:clamp(34px,4vw,58px)}
.hero__card .echo{margin:14px 0 20px}
.hero__lede{font-size:clamp(16px,1.5vw,19px); color:rgba(255,255,255,.88); max-width:34ch; margin:0 auto}

/* ── split rows ─────────────────────────────────────────── */
.split{display:grid; gap:clamp(36px,5vw,72px); grid-template-columns:1fr 1fr; align-items:center}
.split--flip > .split__media{order:-1}
.split__media{position:relative; padding:20px}
.dot{
  position:absolute; left:-24px; top:-24px; width:88px; height:88px;
  border-radius:50% !important; background:var(--gold); display:grid; place-items:center; z-index:3;
}
.dot i{width:16px; height:16px; border:2px solid var(--white); display:block}
/* second image in the About row, as the original had - also stops the
   text column reading half-empty at desktop width */
.inset{margin-top:34px; width:min(260px,60%); padding:0}

/* ── case study ─────────────────────────────────────────── */
.case{position:relative; padding:var(--band) 0}
.case__bg{position:absolute; inset:0; background-size:cover; background-position:center; z-index:0}
.case__bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(32,35,48,.86) 0%,rgba(32,35,48,.72) 45%,var(--raisin) 100%);
}
.case__inner{position:relative; z-index:2}
.covers{display:grid; grid-template-columns:1.6fr 1fr; gap:20px; margin-bottom:48px}
/* Equal-height pair. The horizontal cover fills its cell; a 9:16 cover is
   shown whole on black rather than cropped into a letterbox band. */
.cover{height:clamp(230px,29vw,420px); overflow:hidden; background:#000}
.cover img{width:100%; height:100%; object-fit:cover}
.cover--v img{object-fit:contain}

/* Sponsor marks arrive in mixed polarity - Firefly is near-black, Mex1 is
   pure white, Black and Tan sits in between. Normalising all three to white
   silhouettes is the only treatment that reads on the dark ground. */
.logos{display:flex; flex-wrap:wrap; align-items:center; gap:clamp(24px,3.5vw,56px); margin-top:24px}
.logos img{
  height:56px; width:auto;
  filter:brightness(0) invert(1); opacity:.72;
  transition:opacity .3s ease;
}
.logos img:hover{opacity:1}

/* ── bloom moment ───────────────────────────────────────── */
.bloom{position:relative; padding:clamp(90px,13vh,160px) 0; text-align:center; overflow:hidden}
.bloom__glow{
  position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
  width:min(860px,120vw); aspect-ratio:1; border-radius:50% !important; pointer-events:none;
  background:radial-gradient(at center center,#FFFFFFD4 46%,#FFD88300 69%);
  opacity:.55;
}
.bloom__inner{position:relative; z-index:2}

/* ── timeline ───────────────────────────────────────────── */
.tl{margin-top:56px; border-top:1px solid rgba(255,216,131,.22)}
.tl__row{
  display:grid; grid-template-columns:140px 1fr; gap:clamp(20px,4vw,56px);
  padding:34px 0; border-bottom:1px solid rgba(255,216,131,.22);
}
.tl__year{font-family:var(--display); text-transform:uppercase; color:var(--gold); font-size:26px; letter-spacing:.08em}
.tl__h{font-family:var(--sans); font-weight:400; font-size:clamp(19px,1.9vw,26px); line-height:1.25; margin-bottom:8px}

/* ── footer ─────────────────────────────────────────────── */
.foot{padding:64px var(--pad-x) 72px; text-align:center; border-top:1px solid rgba(255,216,131,.22)}
.foot__mark{height:56px; width:auto; margin:0 auto 22px; opacity:.9}
.foot p{font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.45)}
.foot a{color:var(--gold); text-decoration:none}

@media (max-width:860px){
  .split,.covers{grid-template-columns:1fr}
  .split--flip > .split__media{order:0}
  .tl__row{grid-template-columns:1fr; gap:10px}
  .dot{width:64px;height:64px;left:-12px;top:-12px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto} .btn{transition:none}}
