/* ==========================================================================
   GOLDEN HOUR — the end of a good project day.
   The whole page lives inside the shop-sunset photo: the hero IS the photo,
   its sky dissolves into a warm plum-navy dark (never flat black), sunset
   amber and pink spill in as controlled accents, and the logo's teal is
   reserved for one job only — Subscribe.
   ========================================================================== */

:root{
  --dusk:        #1A1524;  /* page — the deep end of that sky            */
  --night:       #131020;  /* strip + footer — a shade later in the day  */
  --silhouette:  #262038;  /* raised surfaces / cards                    */
  --silhouette-2:#2E2743;  /* hover / inner surfaces                     */
  --ink:         #F5EFE6;  /* porchlight text                            */
  --muted:       #C0B3CE;  /* dusk-gray secondary text                   */
  --amber:       #F4A95C;  /* afterglow — light-spill accent             */
  --amber-soft:  #F8C88F;
  --pink:        #F09A7D;  /* horizon coral — warm, not lifestyle-pink   */
  --teal:        #5EEAD4;  /* logo teal — Subscribe ONLY                 */
  --teal-ink:    #0A211B;
  --line:        rgba(244,169,92,.16);   /* warm hairline                */
  --line-soft:   rgba(240,179,140,.09);
  --tape:        #E9D9AF;  /* masking tape                               */
  --tape-ink:    #3B2C17;

  --disp: "Bricolage Grotesque", "Avenir Next", "Trebuchet MS", sans-serif;
  --body: "Karla", "Segoe UI", system-ui, sans-serif;
  --serif: "Lora", Georgia, serif;

  --horizon: linear-gradient(90deg, var(--amber) 0%, var(--pink) 55%, #77618F 100%);
  --radius: 14px;
  --radius-sm: 10px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body{
  margin: 0;
  background: var(--dusk);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.wrap{
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4.5vw, 44px);
}

/* ---- focus + motion ------------------------------------------------- */
:focus-visible{
  outline: 2px solid var(--amber);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible{ outline-offset: 4px; }

@media (prefers-reduced-motion: no-preference){
  html { scroll-behavior: smooth; }
  .hero-copy > * {
    animation: rise .8s cubic-bezier(.2,.7,.2,1) both;
  }
  .hero-copy > *:nth-child(2){ animation-delay: .08s; }
  .hero-copy > *:nth-child(3){ animation-delay: .16s; }
  .hero-copy > *:nth-child(4){ animation-delay: .24s; }
  .hero-copy > *:nth-child(5){ animation-delay: .32s; }
  .hero-copy > *:nth-child(6){ animation-delay: .4s; }
  .hero-copy > *:nth-child(7){ animation-delay: .48s; }
  @keyframes rise{
    from{ opacity: 0; transform: translateY(14px); }
    to  { opacity: 1; transform: none; }
  }
}
@media (prefers-reduced-motion: reduce){
  *, *::before, *::after{
    animation: none !important;
    transition: none !important;
  }
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 100;
  background: var(--amber);
  color: var(--night);
  font-weight: 700;
  padding: .6rem 1rem;
  border-radius: 8px;
  text-decoration: none;
}
.skip-link:focus{ left: 8px; }

/* ---- type ----------------------------------------------------------- */
h1, h2, h3{
  font-family: var(--disp);
  line-height: 1.08;
  margin: 0;
  letter-spacing: -.015em;
}
h2{ font-size: clamp(1.7rem, 3.8vw, 2.4rem); font-weight: 700; }

.eyebrow{
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--amber);
  margin: 0 0 .65rem;
  display: flex;
  align-items: center;
  gap: .7rem;
}
.eyebrow::before{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--horizon);
  flex: none;
}
.kicker{
  color: var(--muted);
  max-width: 62ch;
  margin: .9rem 0 0;
}
.section-head{ margin-bottom: clamp(1.6rem, 3.5vw, 2.4rem); }
.section-head h2 + .kicker{ margin-top: .8rem; }

/* ---- buttons -------------------------------------------------------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  border: 0;
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: .01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
/* teal = Subscribe, and only Subscribe */
.btn-primary, .btn-rust{
  background: var(--teal);
  color: var(--teal-ink);
  box-shadow: 0 0 0 1px rgba(94,234,212,.25), 0 8px 30px -8px rgba(94,234,212,.35);
}
.btn-primary:hover, .btn-rust:hover{
  background: #7DF0DF;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px rgba(94,234,212,.4), 0 12px 36px -8px rgba(94,234,212,.45);
}
.btn-ghost{
  background: transparent;
  color: var(--amber);
  box-shadow: inset 0 0 0 1.5px var(--amber);
}
.btn-ghost:hover{
  background: var(--amber);
  color: var(--night);
}
.btn-lg{ padding: 1rem 1.9rem; font-size: 1.08rem; }
.btn-small{ padding: .5rem 1.05rem; font-size: .88rem; }
.play-glyph{ font-size: .78em; translate: 1px 0; }

.quiet-link{
  color: var(--muted);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(192,179,206,.4);
  text-underline-offset: 3px;
}
.quiet-link:hover{ color: var(--ink); }

/* ---- masking tape chip (the shop's own label maker) ------------------ */
.tape-chip{
  display: inline-block;
  background: var(--tape);
  color: var(--tape-ink);
  font-weight: 700;
  padding: .45rem .95rem;
  transform: rotate(-1.4deg);
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0,0,0,.35);
  position: relative;
}
.tape-chip::before, .tape-chip::after{
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 7px;
  background: inherit;
  opacity: .55;
}
.tape-chip::before{ left: -6px; clip-path: polygon(100% 0, 0 12%, 55% 30%, 8% 55%, 62% 74%, 12% 100%, 100% 100%); }
.tape-chip::after{ right: -6px; clip-path: polygon(0 0, 100% 10%, 40% 32%, 92% 55%, 35% 78%, 88% 100%, 0 100%); }

/* ---- header ----------------------------------------------------------- */
.site-head{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(19,16,32,.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.site-head .wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-block: .65rem;
}
.brand{
  display: flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--disp);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: .06em;
  text-decoration: none;
}
.brand img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(94,234,212,.18);
}
.site-nav{
  display: flex;
  align-items: center;
  gap: clamp(.6rem, 2vw, 1.4rem);
  flex-wrap: wrap;
}
.navlink{
  font-size: .92rem;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
  padding: .3rem .1rem;
}
.navlink:hover{ color: var(--amber-soft); }
@media (max-width: 620px){
  .navlink{ display: none; }
}

/* ==========================================================================
   HERO — the photo does the work. Sky on top, shop lights in the middle,
   and the bottom of the frame dissolves into the page's plum dark.
   ========================================================================== */
.hero{
  position: relative;
  min-height: clamp(620px, 96vh, 920px);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}
.hero-sky{
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-sky img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 26%;
}
.hero::after{           /* the dissolve: photo becomes page */
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg,
      rgba(26,21,36,.42) 0%,
      rgba(26,21,36,.06) 26%,
      rgba(26,21,36,.30) 52%,
      rgba(26,21,36,.82) 76%,
      var(--dusk) 98%),
    linear-gradient(97deg,
      rgba(19,16,32,.72) 0%,
      rgba(19,16,32,.38) 42%,
      rgba(19,16,32,0) 72%);
}
.hero .wrap{
  width: 100%;
  padding-block: clamp(3rem, 7vh, 5.5rem) clamp(3.5rem, 8vh, 6rem);
}
.hero-copy{ max-width: 620px; }
.hero-copy .eyebrow{ color: var(--amber-soft); text-shadow: 0 1px 12px rgba(19,16,32,.8); }
.display{
  font-size: clamp(2.7rem, 8vw, 5rem);
  font-weight: 800;
  letter-spacing: -.02em;
  text-shadow: 0 2px 28px rgba(19,16,32,.75);
  margin: 0 0 .35em;
}
.lede{
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.25rem, 2.6vw, 1.55rem);
  color: var(--amber-soft);
  margin: 0 0 .8rem;
  text-shadow: 0 1px 16px rgba(19,16,32,.8);
}
.context{
  color: #DCD2E6;
  max-width: 52ch;
  margin: 0 0 1.6rem;
  text-shadow: 0 1px 12px rgba(19,16,32,.75);
}
.hero-ctas{
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.hero-record{
  color: var(--muted);
  font-size: .95rem;
  margin: 0 0 1.5rem;
}
.hero-record strong{ color: var(--ink); font-size: 1.05em; }
.care-tag{ margin: 0; }
.care-tag p{
  margin: 0;
  font-size: .88rem;
}
.warn-word{
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hero-badge{
  position: absolute;
  right: clamp(24px, 5vw, 64px);
  bottom: clamp(28px, 6vh, 56px);
  width: clamp(96px, 11vw, 132px);
  z-index: 1;
}
.hero-badge img{
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(245,239,230,.08), 0 16px 44px rgba(0,0,0,.55);
}
@media (max-width: 900px){
  .hero-badge{
    top: clamp(66px, 10vh, 96px);
    bottom: auto;
    right: clamp(16px, 4vw, 32px);
    width: clamp(72px, 12vw, 96px);
  }
  .hero::after{
    background:
      linear-gradient(180deg,
        rgba(26,21,36,.48) 0%,
        rgba(26,21,36,.2) 24%,
        rgba(26,21,36,.48) 50%,
        rgba(26,21,36,.88) 74%,
        var(--dusk) 98%),
      linear-gradient(97deg,
        rgba(19,16,32,.7) 0%,
        rgba(19,16,32,.42) 50%,
        rgba(19,16,32,.12) 100%);
  }
}
@media (max-width: 700px){
  .hero::after{
    background:
      linear-gradient(180deg,
        rgba(26,21,36,.5) 0%,
        rgba(26,21,36,.3) 22%,
        rgba(26,21,36,.72) 44%,
        rgba(26,21,36,.9) 70%,
        var(--dusk) 97%),
      linear-gradient(97deg,
        rgba(19,16,32,.55) 0%,
        rgba(19,16,32,.3) 55%,
        rgba(19,16,32,.15) 100%);
  }
}

/* ---- the horizon strip ------------------------------------------------ */
.strip{
  background: var(--night);
  position: relative;
  padding: .8rem 0;
  overflow: hidden;
}
.strip::before, .strip::after{
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: var(--horizon);
  opacity: .65;
}
.strip::before{ top: 0; }
.strip::after{ bottom: 0; }
.strip p{
  margin: 0;
  white-space: nowrap;
  text-align: center;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}
.strip .star{ color: var(--amber); padding-inline: .9em; letter-spacing: 0; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section{ padding-block: clamp(60px, 9vw, 104px); }
.section + .section{ padding-top: 0; }

/* ---- latest video ------------------------------------------------------ */
.latest-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.facade{
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--night);
  box-shadow: 0 0 0 1px var(--line), 0 30px 70px -30px rgba(244,169,92,.22), 0 18px 50px -20px rgba(0,0,0,.6);
}
.facade img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facade iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.facade-play{
  position: absolute;
  inset: 0;
  margin: auto;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: var(--amber);
  color: var(--night);
  font-size: 1.7rem;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 8px rgba(244,169,92,.22), 0 0 60px rgba(244,169,92,.45);
  transition: transform .18s ease, box-shadow .2s ease;
}
.facade-play span{ translate: 3px 0; }
.facade-play:hover{
  transform: scale(1.06);
  box-shadow: 0 0 0 11px rgba(244,169,92,.28), 0 0 80px rgba(244,169,92,.6);
}
.latest-info{ display: grid; gap: .9rem; justify-items: start; }
.pill-new, .pill-when{
  margin: 0;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: .3rem .8rem;
}
.pill-new{
  color: var(--night);
  background: var(--amber);
}
.pill-when{
  color: var(--muted);
  box-shadow: inset 0 0 0 1px var(--line);
}
.latest-title{
  font-family: var(--disp);
  font-size: clamp(1.25rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.latest-sub{
  margin: 0;
  color: var(--muted);
}

/* ---- video cards ------------------------------------------------------- */
.video-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.2rem;
}
.card{
  display: block;
  background: var(--silhouette);
  border-radius: var(--radius-sm);
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 0 0 1px var(--line-soft);
  transition: transform .18s ease, box-shadow .2s ease, background .2s ease;
}
.card:hover{
  transform: translateY(-3px);
  background: var(--silhouette-2);
  box-shadow: 0 0 0 1px var(--line), 0 16px 34px -14px rgba(0,0,0,.6);
}
.card .thumb{
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--night);
}
.card .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-body{ padding: .85rem 1rem 1rem; }
.card-body h3{
  font-family: var(--body);
  font-size: .96rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.shorts-label{ margin-top: clamp(2.4rem, 5vw, 3.4rem); }
.shorts-row{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(168px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: .8rem;
  scroll-snap-type: x proximity;
  scrollbar-color: var(--silhouette-2) transparent;
}
.shorts-row .card{ scroll-snap-align: start; }
.shorts-row .thumb{ aspect-ratio: 4/3; }
.shorts-row .card-body h3{ font-size: .88rem; }

.convert-bar{
  margin-top: clamp(2.4rem, 5vw, 3.4rem);
  background: var(--silhouette);
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px var(--line-soft);
  padding: clamp(1.3rem, 3vw, 1.8rem) clamp(1.3rem, 3.5vw, 2.2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  flex-wrap: wrap;
}
.convert-bar .line{
  margin: 0;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 1.2rem;
}
.convert-bar .count{ color: var(--amber); }
.convert-bar .sub{
  margin: .25rem 0 0;
  color: var(--muted);
  font-size: .92rem;
}

/* ---- proof -------------------------------------------------------------- */
.proof-grid{
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: start;
  margin-top: clamp(1.6rem, 3.5vw, 2.4rem);
}
.proof-thumb{
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--line), 0 24px 50px -24px rgba(0,0,0,.65);
}
.proof-thumb img{ width: 100%; }
.quote-list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.1rem 1.6rem;
  margin-bottom: 1.4rem;
}
.quote blockquote{
  margin: 0 0 .4rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.5;
  color: var(--ink);
}
.quote cite{
  font-style: normal;
  font-size: .85rem;
  font-weight: 700;
  color: var(--amber);
}
.quote{
  border-left: 2px solid transparent;
  border-image: var(--horizon) 1;
  border-image-width: 0 0 0 2px;
  padding-left: .95rem;
}
.proof-cta-line{
  color: var(--muted);
  max-width: 56ch;
  margin: 0 0 1.1rem;
}
.proof-cta-line strong{ color: var(--ink); }
.micro-note{
  margin: .7rem 0 0;
  font-size: .85rem;
  color: var(--muted);
}
.also-real{
  margin-top: clamp(2rem, 4.5vw, 2.8rem);
  display: flex;
  align-items: center;
  gap: 1.1rem;
  background: var(--silhouette);
  border-radius: var(--radius-sm);
  box-shadow: 0 0 0 1px var(--line-soft);
  padding: .9rem 1.2rem;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease;
}
.also-real:hover{
  background: var(--silhouette-2);
  box-shadow: 0 0 0 1px var(--line);
}
.also-real img{
  width: 120px;
  border-radius: 7px;
  flex: none;
}
.also-real-text{ display: grid; gap: .15rem; }
.also-real-text strong{ font-size: .98rem; }
.also-real-text span span{
  color: var(--muted);
  font-size: .88rem;
}
.also-real-arrow{
  margin-left: auto;
  color: var(--amber);
  font-size: 1.3rem;
  flex: none;
}

/* ---- long-term project ticket ------------------------------------------- */
.ticket{
  position: relative;
  background: var(--silhouette);
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px var(--line-soft), 0 30px 70px -35px rgba(0,0,0,.7);
  padding: clamp(1.4rem, 4vw, 2.4rem);
}
.ticket-stamp{
  position: absolute;
  top: -14px;
  right: clamp(16px, 5vw, 40px);
  background: var(--tape);
  color: var(--tape-ink);
  font-weight: 800;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .4rem .95rem;
  transform: rotate(2deg);
  border-radius: 2px;
  box-shadow: 0 4px 12px rgba(0,0,0,.4);
}
.ticket-head{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: .9rem;
  margin-bottom: 1.2rem;
}
.ticket h3{
  font-size: clamp(1.3rem, 2.6vw, 1.65rem);
  font-weight: 700;
  margin-bottom: .4rem;
}
.ticket-meta{
  color: var(--muted);
  font-size: .95rem;
  margin: 0 0 1.4rem;
}
.ticket-meta strong{ color: var(--ink); }
.ledger{
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
  display: grid;
}
.ledger li + li{ border-top: 1px dashed var(--line-soft); }
.ledger a{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .8rem .4rem;
  text-decoration: none;
  border-radius: 8px;
  transition: background .18s ease;
}
.ledger a:hover{ background: rgba(244,169,92,.07); }
.ledger .no{
  font-family: var(--disp);
  font-weight: 700;
  color: var(--amber);
  font-size: .95rem;
  flex: none;
  width: 1.6em;
}
.ledger img{
  width: 72px;
  border-radius: 6px;
  flex: none;
}
.ledger .entry{ display: grid; gap: .1rem; }
.ledger .entry strong{ font-size: .97rem; line-height: 1.35; }
.ledger .entry span span,
.ledger .entry > span:last-child{
  color: var(--muted);
  font-size: .85rem;
}
.ticket-foot{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-soft);
  padding-top: 1.3rem;
}
.ticket-foot .status{
  margin: 0;
  color: var(--muted);
  max-width: 46ch;
}
.ticket-foot .status strong{ color: var(--amber); }

/* ---- gear ----------------------------------------------------------------- */
.gear-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.gear-item{
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--silhouette);
  border-radius: var(--radius-sm);
  box-shadow: 0 0 0 1px var(--line-soft);
  padding: .8rem 1rem;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease, transform .18s ease;
}
.gear-item:hover{
  background: var(--silhouette-2);
  box-shadow: 0 0 0 1px var(--line);
  transform: translateY(-2px);
}
.gear-item img{
  width: 108px;
  border-radius: 6px;
  flex: none;
}
.gear-text{ display: grid; gap: .2rem; }
.gear-text strong{ font-size: .93rem; line-height: 1.4; }
.gear-text span span,
.gear-text > span:last-child{
  color: var(--amber);
  font-size: .85rem;
  font-weight: 700;
}
.gear-cta{ margin-top: 1.6rem; }

/* ---- the crew --------------------------------------------------------------- */
.team-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 5vw, 3.6rem);
  align-items: start;
}
.lee-quote{
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  line-height: 1.55;
  margin: 0 0 1.8rem;
  color: var(--ink);
}
.lee-quote .hey{
  font-family: var(--disp);
  font-style: normal;
  font-weight: 800;
  color: var(--amber);
}
.roster{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.roster li{
  display: flex;
  align-items: flex-start;
  gap: .95rem;
}
.roster .letter{
  flex: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--disp);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--night);
  background: linear-gradient(135deg, var(--amber) 0%, var(--pink) 100%);
  box-shadow: 0 0 18px rgba(244,169,92,.25);
}
.roster .who{ display: grid; gap: .1rem; padding-top: .1rem; }
.roster .who strong{ font-size: 1.02rem; }
.roster .who span span,
.roster .who > span:last-child{
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}
.team-photos{ display: grid; gap: 1.6rem; }
.team-photos figure{ margin: 0; }
.team-photos img{
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px var(--line-soft), 0 22px 50px -24px rgba(0,0,0,.65);
  width: 100%;
}
.team-photos figcaption{
  margin-top: .6rem;
  font-size: .85rem;
  color: var(--muted);
}
.squatch{
  position: relative;
  max-width: 340px;
  transform: rotate(1.2deg);
}
.squatch .tape{
  position: absolute;
  top: -12px;
  left: 50%;
  translate: -50% 0;
  width: 110px;
  height: 26px;
  background: var(--tape);
  opacity: .85;
  transform: rotate(-3deg);
  border-radius: 2px;
  box-shadow: 0 3px 8px rgba(0,0,0,.3);
  z-index: 1;
}

.stats-band{
  margin-top: clamp(2.6rem, 6vw, 4rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background: var(--night);
  border-radius: var(--radius);
  padding: clamp(1.3rem, 3vw, 1.9rem) clamp(1rem, 3vw, 2rem);
  position: relative;
}
.stats-band::before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  border-radius: 1px;
  background: var(--horizon);
  opacity: .7;
}
.stat{
  display: grid;
  gap: .15rem;
  justify-items: center;
  text-align: center;
}
.stat .num{
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  color: var(--amber);
}
.stat .lbl{
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---- sticker ------------------------------------------------------------------ */
.sticker-grid{
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.sticker-visual{ display: grid; justify-items: center; }
.sticker-wrap{ position: relative; }
.sticker-disc img{
  width: min(280px, 64vw);
  border-radius: 50%;
  box-shadow:
    0 0 0 8px rgba(245,239,230,.06),
    0 0 70px rgba(244,169,92,.2),
    0 26px 60px -20px rgba(0,0,0,.7);
}
.size-chip{
  position: absolute;
  bottom: 6px;
  right: -10px;
  background: var(--tape);
  color: var(--tape-ink);
  font-weight: 800;
  font-size: .82rem;
  padding: .35rem .8rem;
  transform: rotate(-3deg);
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0,0,0,.4);
}
.sticker-form{
  margin-top: 1.6rem;
  display: grid;
  gap: 1rem;
}
.field-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.field-row-3{
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
}
.field{ display: grid; gap: .35rem; }
.field label{
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input{
  background: var(--night);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: var(--body);
  font-size: 1rem;
  padding: .7rem .9rem;
  width: 100%;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field input::placeholder{ color: rgba(192,179,206,.5); }
.field input:focus{
  outline: none;
  border-color: var(--amber);
  box-shadow: 0 0 0 3px rgba(244,169,92,.18);
}
.form-note{
  margin: 0;
  font-weight: 700;
  min-height: 1.3em;
  opacity: 0;
  transition: opacity .3s ease;
}
.form-note.show{ opacity: 1; }
.form-note.ok{ color: var(--teal); }
.form-note.err{ color: var(--pink); }
.fine-print{
  margin: 0;
  font-size: .82rem;
  color: var(--muted);
}
.sticker-loop{
  margin: 1.4rem 0 0;
  color: var(--muted);
}
.sticker-loop a{ color: var(--amber-soft); }

/* ---- collab -------------------------------------------------------------------- */
.collab .collab-card{
  background:
    radial-gradient(120% 160% at 88% -20%, rgba(244,169,92,.14) 0%, transparent 55%),
    radial-gradient(100% 150% at 0% 110%, rgba(244,169,92,.12) 0%, transparent 55%),
    var(--silhouette);
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px var(--line-soft);
  padding: clamp(1.6rem, 4.5vw, 2.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  flex-wrap: wrap;
}
.collab-title{ margin-bottom: .5rem; }
.collab-sub{
  color: var(--muted);
  max-width: 54ch;
  margin: 0;
}

/* ---- footer ---------------------------------------------------------------------- */
.site-foot{
  background: var(--night);
  position: relative;
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
  margin-top: clamp(60px, 9vw, 104px);
}
.site-foot::before{
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: var(--horizon);
  opacity: .7;
}
.spec-plate{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem 1.6rem;
  background: var(--dusk);
  border-radius: var(--radius);
  box-shadow: 0 0 0 1px var(--line-soft);
  padding: 1.4rem 1.6rem;
  margin: 0 0 2.2rem;
  position: relative;
}
.spec-plate .rivet-b{ display: none; }
.spec-plate dt{
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .2rem;
}
.spec-plate dd{
  margin: 0;
  font-family: var(--disp);
  font-weight: 700;
  font-size: 1.02rem;
}
.stamp{
  font-family: var(--disp);
  font-weight: 800;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  color: var(--amber);
  margin: 0 0 .4rem;
  letter-spacing: -.01em;
}
.foot-tag{
  color: var(--muted);
  max-width: 56ch;
  margin: 0 0 2.4rem;
}
.foot-cols{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1.8rem;
  margin-bottom: 2.6rem;
}
.foot-cols h3{
  font-family: var(--body);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--amber);
  margin-bottom: .7rem;
}
.foot-cols ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .45rem;
}
.foot-cols a{
  color: var(--muted);
  text-decoration: none;
  font-size: .95rem;
}
.foot-cols a:hover{ color: var(--ink); }
.foot-cols .primary-link{
  color: var(--teal);
  font-weight: 800;
}
.foot-base{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--line-soft);
  padding-top: 1.4rem;
  font-size: .85rem;
  color: var(--muted);
}

/* ---- responsive collapses ----------------------------------------------------------- */
@media (max-width: 860px){
  .latest-grid,
  .proof-grid,
  .team-grid,
  .sticker-grid{
    grid-template-columns: minmax(0, 1fr);
  }
  .proof-thumb{ max-width: 380px; }
  .squatch{ max-width: 300px; }
  .stats-band{ grid-template-columns: repeat(2, 1fr); gap: 1.4rem 1rem; }
}
@media (max-width: 560px){
  .field-row, .field-row-3{ grid-template-columns: 1fr; }
  .convert-bar, .ticket-foot, .collab .collab-card{ justify-content: flex-start; }
  .also-real{ flex-wrap: wrap; }
  .hero{ min-height: 88vh; }
}
