/* ==========================================================================
   The Lost Archives — Colors & Type
   A hidden-knowledge series from the University of Science & Philosophy
   Ported from the design system (colors_and_type.css + landing UI kit).
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,500;1,400&family=Inter:wght@300;400;500;600&display=swap');

:root {
  /* ==================== COLOR SYSTEM ==================== */
  --void-navy:     #081A24;
  --archive-black: #0A0A0A;
  --shadow-blue:   #050F16;

  --aged-gold:     #C6A15B;
  --muted-brass:   #8F7440;

  --warm-paper:    #E7D6B5;
  --soft-light:    #F6E6C8;
  --parchment:     #D9C8A3;
  --body-text:     #C8C0B0;

  --surface-1:     #0D2230;
  --surface-2:     #11293A;
  --hairline:      rgba(198, 161, 91, 0.22);
  --hairline-soft: rgba(231, 214, 181, 0.10);
  --veil:          rgba(8, 26, 36, 0.72);

  --bg:            var(--void-navy);
  --bg-deep:       var(--archive-black);
  --fg:            var(--warm-paper);
  --fg-muted:      rgba(231, 214, 181, 0.62);
  --fg-faint:      rgba(231, 214, 181, 0.38);
  --accent:        var(--aged-gold);
  --accent-quiet:  var(--muted-brass);
  --highlight:     var(--soft-light);

  /* ==================== TYPE SYSTEM ==================== */
  --font-display:  'Cinzel', 'Trajan Pro', 'Cormorant Garamond', Georgia, serif;
  --font-editorial:'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  --font-body:     'Inter', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;

  --fs-display-xl: clamp(3.5rem, 8vw, 7rem);
  --fs-display-l:  clamp(2.5rem, 5vw, 4.25rem);
  --fs-display-m:  clamp(1.75rem, 3vw, 2.5rem);
  --fs-display-s:  1.5rem;

  --fs-body-l:     1.125rem;
  --fs-body:       1rem;
  --fs-body-s:     0.875rem;
  --fs-caps:       0.75rem;
  --fs-caps-s:     0.6875rem;

  --fw-display:    700;
  --fw-body:       400;
  --fw-body-med:   500;
  --fw-caps:       500;

  --lh-display:    1.02;
  --lh-tight:      1.15;
  --lh-body:       1.6;
  --lh-loose:      1.75;

  --tr-display:    0.02em;
  --tr-caps:       0.22em;
  --tr-caps-tight: 0.14em;
  --tr-body:       0.0em;

  /* ==================== SPACING ==================== */
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  24px;
  --space-6:  32px;
  --space-7:  48px;
  --space-8:  64px;
  --space-9:  96px;
  --space-10: 128px;
  --space-11: 160px;

  --page-pad-x:   clamp(24px, 5vw, 96px);
  --page-pad-y:   clamp(48px, 8vw, 160px);

  --radius-1:   2px;
  --radius-2:   4px;
  --radius-3:   8px;

  --border-hairline: 1px solid var(--hairline);
  --border-brass:    1px solid var(--muted-brass);

  --glow-gold:    0 0 48px rgba(198, 161, 91, 0.18);
  --glow-soft:    0 0 80px rgba(246, 230, 200, 0.10);
  --lift-card:    0 1px 0 rgba(198, 161, 91, 0.08) inset, 0 12px 40px rgba(0, 0, 0, 0.45);

  --ease-archival: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-reveal:   cubic-bezier(0.4, 0.0, 0.2, 1);
  --dur-quick:     220ms;
  --dur-reveal:    640ms;
  --dur-slow:      1200ms;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  font-weight: var(--fw-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed; inset: 0;
  background:
    radial-gradient(ellipse 60% 45% at 8% -10%, rgba(246,230,200,0.08), transparent 60%),
    radial-gradient(ellipse 45% 30% at 90% 110%, rgba(198,161,91,0.05), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

main, header, footer { position: relative; z-index: 1; }

img, svg { display: block; max-width: 100%; }
button { font: inherit; border: 0; background: transparent; cursor: pointer; }

a {
  color: var(--warm-paper);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color var(--dur-quick) var(--ease-archival),
              color var(--dur-quick) var(--ease-archival);
}
a:hover { color: var(--aged-gold); border-bottom-color: var(--aged-gold); }

::selection { background: var(--aged-gold); color: var(--void-navy); }

/* ---------------------------------------------------------------
   ENGRAVED GOLD — restrained metallic display treatment.
   --------------------------------------------------------------- */
.display-engraved {
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 0.98;
  color: #c6a15b;

  background-image:
    radial-gradient(circle at 22% 35%, rgba(138, 106, 47, 0.16) 0.4px, transparent 1.2px),
    radial-gradient(circle at 71% 68%, rgba(231, 214, 168, 0.14) 0.4px, transparent 1.2px),
    linear-gradient(
      180deg,
      #d6b277 0%,
      #c9a35b 35%,
      #c9a35b 60%,
      #ad8844 92%,
      #8a6a2f 100%
    );
  background-size: 11px 11px, 9px 9px, 100% 100%;
  background-position: 0 0, 3px 2px, 0 0;
  background-blend-mode: soft-light, soft-light, normal;

  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;

  text-shadow:
    -0.5px -0.5px 0 rgba(231, 214, 168, 0.18),
     0.5px  0.5px 0 rgba(138, 106, 47, 0.22);
}

/* ---------------------------------------------------------------
   Eyebrow — small all-caps label with diamond
   --------------------------------------------------------------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--muted-brass);
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  background: var(--aged-gold);
  transform: rotate(45deg);
}
.eyebrow--gold  { color: var(--muted-brass); }
.eyebrow--paper { color: var(--warm-paper); }

/* ---------------------------------------------------------------
   Buttons
   --------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 220ms var(--ease-archival);
  line-height: 1;
  white-space: nowrap;
}
.btn .arrow {
  display: inline-flex;
  width: 12px; height: 12px;
}

.btn--primary {
  background: var(--aged-gold);
  color: var(--void-navy);
  border-color: var(--aged-gold);
}
.btn--primary:hover {
  color: var(--void-navy);
  box-shadow: 0 0 36px rgba(198,161,91,0.35);
  border-color: var(--aged-gold);
}

.btn--secondary {
  background: transparent;
  color: var(--warm-paper);
  border-color: var(--muted-brass);
}
.btn--secondary:hover {
  background: rgba(198,161,91,0.06);
  color: var(--aged-gold);
  border-color: var(--aged-gold);
}

.btn--ghost {
  background: transparent;
  color: var(--warm-paper);
  padding: 10px 0;
  border-color: transparent;
}
.btn--ghost:hover { color: var(--aged-gold); }
.btn--ghost .arrow { display: none; }

/* ---------------------------------------------------------------
   Header / Sticky Nav
   --------------------------------------------------------------- */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px var(--page-pad-x);
  border-bottom: 1px solid var(--hairline-soft);
  gap: 32px;
}

.nav-links {
  display: flex;
  gap: 40px;
}
.nav-links a {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm-paper);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
}
.nav-links a:hover {
  color: var(--aged-gold);
  border-bottom-color: var(--aged-gold);
}

.sticky-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px var(--page-pad-x);
  background: rgba(8, 26, 36, 0.82);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  border-bottom: 1px solid var(--hairline-soft);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 420ms var(--ease-archival),
              transform 420ms var(--ease-archival),
              box-shadow 420ms var(--ease-archival);
  gap: 32px;
}
.sticky-nav.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 0 12px 40px -18px rgba(0,0,0,0.6);
}
.sticky-nav .nav-links a { font-size: 11.5px; }

/* ---------------------------------------------------------------
   Short Lockup (header brand)
   --------------------------------------------------------------- */
.short-lockup {
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.lockup-img {
  height: 48px;
  width: auto;
  display: block;
}
.sticky-nav .lockup-img {
  height: 36px;
}
.lockup-the {
  font-family: var(--font-display);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--aged-gold);
  margin-bottom: 1px;
}
.lockup-title {
  font-size: 17px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.lockup-sub {
  font-family: var(--font-body);
  font-size: 6.5px;
  color: var(--muted-brass);
  letter-spacing: 0.24em;
  margin-top: 3px;
  font-weight: 400;
  text-transform: uppercase;
}
.sticky-nav .lockup-title { font-size: 15px; }
.sticky-nav .lockup-the   { font-size: 7px; }
.sticky-nav .lockup-sub   { font-size: 6px; }

/* ---------------------------------------------------------------
   Hero
   --------------------------------------------------------------- */
.hero {
  position: relative;
  padding: var(--space-8) var(--page-pad-x) var(--space-9);
  min-height: 82vh;
  overflow: hidden;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url('assets/hero-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* Slight contrast lift so the artifact feels more present */
  filter: contrast(1.15) saturate(1.08) brightness(1.02);
}

/* Reinforcing veil — the bg plate already has the hard left navy baked in.
   This layer only protects legibility of the copy column at runtime. */
.hero-veil {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(6,26,39,0.55) 0%,
    rgba(6,26,39,0.40) 28%,
    rgba(6,26,39,0.20) 46%,
    rgba(6,26,39,0.06) 62%,
    rgba(6,26,39,0.00) 78%
  );
}

.hero-fade {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(8,26,36,0.55) 0%,
    transparent 18%,
    transparent 82%,
    rgba(8,26,36,0.85) 100%
  );
}

.hero-dust {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.62;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 560px) 1fr;
  gap: 40px;
  align-items: center;
  min-height: 78vh;
}

.hero-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.presents {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--warm-paper);
  opacity: 0.78;
  margin-bottom: 14px;
  width: clamp(260px, 35.5vw, 520px);
  text-align: center;
}

.hero-lockup {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 6px;
}
.hero-lockup-img {
  width: clamp(260px, 35.5vw, 520px);
  height: auto;
  display: block;
  margin-top: -16px;
  margin-bottom: -12px;
  transform: translateX(-3px);
}
.hero-lockup .l-the {
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  letter-spacing: 0.4em;
  margin-bottom: 0.35em;
}
.hero-lockup .l-big {
  font-size: clamp(3.5rem, 7.5vw, 6.5rem);
  letter-spacing: 0.015em;
  line-height: 0.95;
}
.hero-lockup .l-sub {
  font-size: clamp(0.78rem, 1vw, 0.95rem);
  letter-spacing: 0.42em;
  margin-top: 0.95em;
}

.hero-tagline {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--soft-light);
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: none;
  margin-bottom: 28px;
  width: clamp(260px, 35.5vw, 520px);
  text-align: center;
}

.hero-blurb {
  font-family: var(--font-editorial);
  font-size: 18px;
  color: var(--body-text);
  opacity: 0.96;
  line-height: 1.55;
  letter-spacing: 0.005em;
  max-width: 450px;
  margin: 0 0 20px;
  font-weight: 400;
}
.hero-blurb em {
  font-style: italic;
  color: var(--soft-light);
}

.hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hero-note {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--muted-brass);
  letter-spacing: 0.06em;
}
.hero-note .diamond {
  width: 6px; height: 6px;
  background: var(--aged-gold);
  display: inline-block;
  transform: rotate(45deg);
}

/* ---------------------------------------------------------------
   Frame / Why — three-column statement sections
   Tightened so the headline + paragraph read as one intentional pairing.
   --------------------------------------------------------------- */
.statement {
  position: relative;
  padding: var(--space-8) var(--page-pad-x);
  border-top: 1px solid var(--hairline-soft);
  display: grid;
  grid-template-columns: 0.85fr 1.4fr 0.95fr;
  gap: 40px;
  align-items: center;
}
.statement--why {
  grid-template-columns: 0.85fr 1.4fr 0.95fr;
  padding-top: var(--space-9);
  padding-bottom: var(--space-9);
}

.statement h2 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--warm-paper);
  font-size: clamp(1.75rem, 2.6vw, 2.4rem);
  line-height: 1.18;
  letter-spacing: 0.015em;
  margin: 0;
  text-align: center;
  text-wrap: balance;
  position: relative;
  padding-bottom: 22px;
}
.statement h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: var(--aged-gold);
  opacity: 0.6;
  margin: 18px auto 0;
}
.statement--why h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.22;
}

.statement p {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--body-text);
  opacity: 0.92;
  line-height: 1.7;
  margin: 0;
  max-width: 38ch;
}

/* Subtle paper band behind The Why */
.why-paper {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(217, 200, 163, 0.04), transparent 70%),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 3px,
      rgba(231, 214, 181, 0.012) 3px,
      rgba(231, 214, 181, 0.012) 4px
    );
  z-index: 0;
}
.statement--why > *:not(.why-paper) { position: relative; z-index: 1; }
.statement--why::before,
.statement--why::after {
  content: "";
  position: absolute;
  left: var(--page-pad-x); right: var(--page-pad-x);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hairline) 20%, var(--hairline) 80%, transparent);
}
.statement--why::before { top: 0; }
.statement--why::after  { bottom: 0; }

/* ---------------------------------------------------------------
   Frame section — editorial threshold panel
   --------------------------------------------------------------- */
.statement--frame {
  display: block;
  padding: 46px var(--page-pad-x) 64px;
}

.statement-panel {
  max-width: 1230px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 3px,
      rgba(198, 161, 91, 0.016) 3px,
      rgba(198, 161, 91, 0.016) 4px
    ),
    rgba(4, 18, 27, 0.50);
  border: 1px solid rgba(201, 163, 91, 0.24);
  padding: 46px 56px;
}
.statement-panel::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  background: rgba(198, 161, 91, 0.50);
}

.statement-zone--headline {
  padding-right: 52px;
}

.statement-zone--body {
  padding-left: 52px;
}

.statement--frame h2 {
  text-align: left;
  font-size: clamp(1.75rem, 2.6vw, 2.55rem);
  padding-bottom: 0;
  text-wrap: balance;
}

.statement--frame h2::after {
  display: none;
}

.statement--frame p {
  max-width: none;
  color: rgba(231, 214, 168, 0.88);
  line-height: 1.78;
  font-size: 15px;
  opacity: 1;
}

.statement-divider-v {
  width: 1px;
  background: rgba(201, 163, 91, 0.32);
  align-self: stretch;
}

.statement-rule {
  height: 1px;
  background: rgba(201, 163, 91, 0.32);
  margin: 24px 0;
}

/* ---------------------------------------------------------------
   Featured Discovery — bordered card, gold-edged, thumb-led
   --------------------------------------------------------------- */
.featured {
  padding: var(--space-7) var(--page-pad-x) var(--space-9);
  position: relative;
}
.featured::after {
  content: '';
  position: absolute;
  right: var(--page-pad-x);
  bottom: calc(var(--space-9) + 20px);
  width: 28.28px;
  height: 1px;
  background: var(--hairline);
  transform: rotate(-45deg);
  transform-origin: right center;
  pointer-events: none;
}
.featured-label {
  display: flex;
  margin-bottom: 18px;
}
.featured-card {
  display: grid;
  grid-template-columns: minmax(360px, 1.05fr) 1.2fr;
  gap: 0;
  align-items: stretch;
  border: 1px solid var(--hairline);
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(13, 34, 48, 0.55), rgba(8, 26, 36, 0.85));
  box-shadow:
    0 0 0 1px rgba(198, 161, 91, 0.06) inset,
    0 24px 60px -28px rgba(0, 0, 0, 0.7);
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.featured-card::before {
  /* Whisper of warm gold along the top edge */
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198,161,91,0.55), transparent);
}

.featured-thumb {
  position: relative;
  background: url('assets/ep1-card.png') center / contain no-repeat;
  border-right: 1px solid var(--hairline);
  overflow: hidden;
  min-height: 460px;
  filter: contrast(1.1) saturate(1.05);
}
.featured-thumb::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,26,36,0.40) 0%, transparent 40%, rgba(8,26,36,0.78) 100%),
    linear-gradient(90deg, transparent 55%, rgba(8,26,36,0.72) 100%);
}


.featured-body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}

.featured-catalog {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted-brass);
}
.featured-catalog .rule {
  width: 18px; height: 1px;
  background: var(--hairline);
}

.featured-body h3 {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--warm-paper);
  font-size: clamp(1.6rem, 2.6vw, 2.15rem);
  line-height: 1.12;
  letter-spacing: 0.015em;
  margin: 0;
  text-wrap: balance;
}
.featured-body .dek {
  font-family: var(--font-editorial);
  font-size: 18px;
  color: var(--body-text);
  opacity: 0.96;
  line-height: 1.5;
  letter-spacing: 0.005em;
  margin: 0;
  max-width: 480px;
  font-weight: 400;
}

/* Catalog metadata table — feels like a card index card, not podcast meta */
.featured-catalog-table {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 2px 0 0;
  padding: 16px 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.featured-catalog-table div { display: flex; flex-direction: column; gap: 6px; }
.featured-catalog-table dt {
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted-brass);
  margin: 0;
}
.featured-catalog-table dd {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--warm-paper);
  font-size: 15px;
  letter-spacing: 0.04em;
  margin: 0;
}

.featured-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.featured-notify {
  width: 100%;
  margin: 0;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--warm-paper);
  opacity: 0.62;
}
.featured-notify a {
  color: var(--warm-paper);
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.featured-notify a:hover { opacity: 0.72; }
.featured-audio {
  width: 100%;
  margin: 0;
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--warm-paper);
  opacity: 0.55;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.featured-audio a {
  color: var(--warm-paper);
  text-decoration: none;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: opacity 180ms ease;
}
.featured-audio a:hover { opacity: 0.72; }
.featured-preview-note {
  width: 100%;
  margin: 0;
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--warm-paper);
  opacity: 0.62;
}
.featured-study {
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(198,161,91,0.12);
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.featured-study-link {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--aged-gold);
  text-decoration: none;
  transition: opacity 180ms ease;
}
.featured-study-link:hover { opacity: 0.72; }
.featured-study-note {
  margin: 0;
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.6;
  color: var(--warm-paper);
  opacity: 0.52;
}

/* ---------------------------------------------------------------
   Explore (release grid)
   --------------------------------------------------------------- */
.explore {
  padding: var(--space-8) var(--page-pad-x) var(--space-9);
}
.explore-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 22px;
  gap: 16px;
}
.explore-head .view-all {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--warm-paper);
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.explore-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.release-frame {
  position: relative;
}
.release-frame::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 14.14px;
  height: 1px;
  background: var(--aged-gold);
  transform: rotate(-45deg);
  transform-origin: right center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 320ms var(--ease-archival);
}
.release-frame:hover::after {
  opacity: 1;
}
.release-frame--inactive {
  opacity: 0.52;
  filter: saturate(0.28);
}
.release-frame--inactive .release {
  cursor: default;
}
.release-frame--inactive .release:hover {
  border-color: var(--hairline);
  box-shadow: none;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}
.release-frame--inactive:hover::after {
  opacity: 0;
}
.release-frame--inactive .release:hover .artifact-svg {
  opacity: 0.85;
  filter: none;
}
.release-frame--inactive .release:hover .release-label .kicker {
  color: var(--muted-brass);
}
.release-frame--inactive .release:hover .release-vignette {
  opacity: 1;
}
/* Teaser variant: slightly more present than a plain inactive card */
.release-frame--teaser {
  opacity: 0.68;
  filter: saturate(0.45);
}
.artifact-svg--teaser {
  opacity: 0.60;
}
.release-frame--teaser .release-label .title {
  color: var(--muted-brass);
}
.release-frame--teaser .release-foot {
  opacity: 0.55;
}

.release {
  background: var(--surface-1);
  border: 1px solid var(--hairline);
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: all 320ms var(--ease-archival);
  display: block;
  color: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}
.release:hover {
  border-color: var(--aged-gold);
  box-shadow: 0 0 38px rgba(198,161,91,0.18);
  border-bottom-color: var(--aged-gold);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
.release-art {
  aspect-ratio: 4/3;
  position: relative;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  background:
    radial-gradient(ellipse 80% 60% at 50% 45%, rgba(198,161,91,0.12), transparent 70%),
    linear-gradient(180deg, #0c1f2c 0%, #06121b 100%);
  overflow: hidden;
}
.artifact-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 320ms var(--ease-archival), filter 320ms var(--ease-archival);
}
.release:hover .artifact-svg {
  opacity: 1;
  filter: drop-shadow(0 0 12px rgba(198,161,91,0.25));
}
.release-vignette {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(8,26,36,0.0) 35%, rgba(8,26,36,0.78) 78%, rgba(8,26,36,0.95) 100%);
  transition: opacity 320ms var(--ease-archival);
}
.release:hover .release-vignette { opacity: 0.85; }
.release-vignette--open {
  background: linear-gradient(180deg, rgba(8,26,36,0.0) 28%, rgba(8,26,36,0.65) 70%, rgba(8,26,36,0.95) 100%);
}
.release-label {
  position: relative;
  z-index: 1;
}
.release-label .kicker {
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted-brass);
  margin-bottom: 6px;
  transition: color 280ms var(--ease-archival);
}
.release:hover .release-label .kicker { color: var(--aged-gold); }
.release-label .title {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--aged-gold);
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  white-space: pre-line;
}
.release-sub {
  font-family: var(--font-body);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--muted-brass);
  margin-top: 8px;
  opacity: 0.70;
}
.release-foot {
  padding: 11px 16px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-body);
  font-size: 10.5px;
  color: var(--warm-paper);
  opacity: 0.78;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-top: 1px solid var(--hairline-soft);
}
.release-source {
  color: var(--muted-brass);
  letter-spacing: 0.18em;
}

.explore-pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px;
}
.explore-pager .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--muted-brass);
  opacity: 0.4;
  transition: all 220ms var(--ease-archival);
}
.explore-pager .dot.is-active {
  background: var(--aged-gold);
  opacity: 1;
}

/* ---------------------------------------------------------------
   Continue CTA
   --------------------------------------------------------------- */
.continue-frame {
  position: relative;
  margin: 0 var(--page-pad-x);
}
.continue-frame::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 28.28px;
  height: 1px;
  background: var(--hairline);
  transform: rotate(-45deg);
  transform-origin: right center;
  pointer-events: none;
}
.continue {
  position: relative;
  margin: 0;
  border: 1px solid var(--hairline);
  border-radius: 0;
  overflow: hidden;
  min-height: 260px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}
.continue-body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.continue-body h2 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--warm-paper);
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: 0.015em;
  margin: 0;
  text-wrap: balance;
}
.continue-body p {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--body-text);
  opacity: 0.92;
  line-height: 1.7;
  margin: 0;
  max-width: 440px;
}
.continue-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.continue-usp-link {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  color: var(--muted-brass);
  opacity: 0.72;
  text-decoration: none;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: opacity 280ms var(--ease-archival);
}
.continue-usp-link:hover {
  opacity: 1;
}
.continue-art {
  position: relative;
  background: url('assets/hallway.png') center / cover;
  filter: contrast(1.1) saturate(1.05);
  min-height: 320px;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%);
}

/* ---------------------------------------------------------------
   Footer
   --------------------------------------------------------------- */
.footer-lockup-img {
  height: 64px;
  width: auto;
}
.site-footer {
  padding: var(--space-7) var(--page-pad-x) var(--space-6);
  margin-top: var(--space-9);
  border-top: 1px solid var(--hairline-soft);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
}
.footer-attr {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--warm-paper);
  opacity: 0.6;
  line-height: 1.6;
}
.footer-social {
  display: flex;
  gap: 18px;
  justify-content: flex-end;
  color: var(--warm-paper);
  opacity: 0.65;
}
.footer-social a {
  border-bottom: 0;
  color: inherit;
}
.footer-social a:hover { color: var(--aged-gold); opacity: 1; }
.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid var(--hairline-soft);
  padding-top: 18px;
  margin-top: 4px;
  text-align: center;
  font-family: var(--font-body);
  font-size: 10px;
  color: var(--fg-faint);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* ---------------------------------------------------------------
   Mobile nav overlay
   --------------------------------------------------------------- */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--warm-paper);
  cursor: pointer;
  padding: 8px;
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 180ms var(--ease-archival);
}
.nav-toggle:hover { opacity: 1; }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(8, 26, 36, 0.97);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.mobile-nav.is-open { display: flex; }
.mobile-nav nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.mobile-nav nav a {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm-paper);
  border-bottom: 0;
  opacity: 0.88;
  transition: color 220ms var(--ease-archival), opacity 220ms var(--ease-archival);
}
.mobile-nav nav a:hover { color: var(--aged-gold); opacity: 1; }
.mobile-nav-close {
  position: absolute;
  top: 16px;
  right: var(--page-pad-x);
  background: none;
  border: none;
  color: var(--warm-paper);
  cursor: pointer;
  padding: 10px;
  opacity: 0.65;
  transition: opacity 180ms var(--ease-archival);
}
.mobile-nav-close:hover { opacity: 1; }

/* ---------------------------------------------------------------
   Responsive
   --------------------------------------------------------------- */
@media (max-width: 1100px) {
  .featured-card { grid-template-columns: minmax(280px, 0.9fr) 1fr; }
  .featured-thumb { min-height: 380px; }
  .featured-body { padding: 36px 36px; }
}

@media (max-width: 900px) {
  .nav-links, .sticky-nav .nav-links { display: none; }
  .statement, .statement--why {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
    padding-top: var(--space-7);
    padding-bottom: var(--space-7);
  }
  .statement p { margin-left: auto; margin-right: auto; max-width: 56ch; }
  .statement h2 { text-align: center; }
  .statement--frame { padding: 44px var(--page-pad-x); text-align: left; }
  .statement--frame p { margin-left: 0; margin-right: 0; }
  .statement--frame h2 { text-align: left; }
  .statement-panel { grid-template-columns: 1fr; padding: 30px 24px; }
  .statement-zone--headline { padding-right: 0; padding-bottom: 28px; border-bottom: 1px solid rgba(201, 163, 91, 0.32); }
  .statement-zone--body { padding-left: 0; padding-top: 28px; }
  .statement-divider-v { display: none; }
  .continue { grid-template-columns: 1fr; min-height: 0; }
  .continue-art { min-height: 240px; }
  .hero { min-height: 70vh; padding: var(--space-7) var(--page-pad-x) var(--space-8); }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-col { align-items: center; text-align: center; }
  .hero-lockup { align-items: center; }
  .hero-lockup-img { width: min(80vw, 420px); margin-top: -10px; margin-bottom: -8px; transform: none; }
  .presents { width: 100%; max-width: 420px; }
  .hero-tagline { width: 100%; max-width: 420px; margin-bottom: 24px; }
  .hero-blurb { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; gap: 12px; }
  .hero-image {
    background-image: url('assets/hero-artifact.png');
    background-position: right center;
    background-size: auto 100%;
    opacity: 0.32;
  }
  .featured-card { grid-template-columns: 1fr; }
  .featured-thumb { aspect-ratio: 4/3; min-height: 280px; border-right: 0; border-bottom: 1px solid var(--hairline); }
  .featured-catalog { align-self: center; }
  .featured-actions { justify-content: center; }
  .nav-toggle { display: flex; align-items: center; }
  .site-header > .btn--secondary,
  .sticky-nav > .btn--secondary { display: none; }
  .explore-pager { display: none; }
}

@media (max-width: 720px) {
  .site-header { gap: 16px; padding: 10px var(--page-pad-x); }
  .sticky-nav { gap: 16px; padding: 10px var(--page-pad-x); }
  .lockup-img { height: 40px; }
  .sticky-nav .lockup-img { height: 32px; }
  .explore-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
    padding: var(--space-6) var(--page-pad-x) var(--space-5);
  }
  .footer-lockup-img { height: 56px; }
  .site-footer .short-lockup { justify-self: center; }
  .footer-social { justify-content: center; }
  .footer-attr { text-align: center; }
  .footer-bottom { padding-top: 14px; }
  .continue-body { padding: 32px 28px; gap: 16px; }
  .continue-art { min-height: 200px; }
  .featured-body { padding: 28px 24px; gap: 16px; }
  .featured-catalog-table { gap: 16px; padding: 14px 0; }
  .featured-actions .btn { flex: 1 1 auto; justify-content: center; }
  .hero-ctas { flex-direction: column; gap: 12px; width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; }
  .hero-ctas .btn { flex: 1 1 100%; width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  .explore-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero { min-height: 64vh; padding-top: var(--space-6); padding-bottom: var(--space-7); }
  .hero-lockup-img { width: min(85vw, 340px); }
  .presents { font-size: 11px; letter-spacing: 0.28em; margin-bottom: 12px; }
  .hero-tagline { font-size: 18px; margin-bottom: 22px; }
  .hero-blurb { font-size: 16px; line-height: 1.5; }
  .site-header { padding: 8px var(--page-pad-x); }
  .sticky-nav { padding: 8px var(--page-pad-x); }
  .lockup-img { height: 36px; }
  .sticky-nav .lockup-img { height: 28px; }
  .btn { padding: 13px 18px; font-size: 11.5px; letter-spacing: 0.22em; gap: 10px; }
  .btn--ghost { padding: 10px 0; }
  .featured-body { padding: 26px 22px; gap: 14px; }
  .featured-body h3 { font-size: clamp(1.45rem, 6vw, 1.75rem); }
  .featured-body .dek { font-size: 16px; }
  .featured-catalog-table { grid-template-columns: 1fr 1fr; }
  .featured-catalog-table div:last-child { grid-column: 1 / -1; }
  .statement-panel { padding: 28px 20px; }
  .statement p { font-size: 14.5px; line-height: 1.65; }
  .release-frame { padding: 0; }
  .release-label .title { font-size: 15px; }
  .release-foot { font-size: 9.5px; }
  .continue-body { padding: 28px 24px; }
  .continue-body h2 { font-size: clamp(1.5rem, 6vw, 1.85rem); }
  .continue-art { min-height: 180px; }
}

@media (prefers-reduced-motion: reduce) {
  * { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .hero-dust { display: none; }
}

/* ---------------------------------------------------------------
   ARCHIVAL SURFACE — full-cover background treatment
   Replaces tiling archive-grain.webp with full-surface assets.
   image-set() serves 1920 by default, 2560 for hi-res / large displays.
   --------------------------------------------------------------- */

:root {
  --archival-surface: image-set(
    url('assets/lost-archives-bg-1920.webp') 1x,
    url('assets/lost-archives-bg-2560.webp') 2x
  );
}

/* Utility: apply archival surface to any large dark section element */
.archive-surface {
  background-image: var(--archival-surface);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Page floor — fixed archival texture; scrolling content reveals it
   through translucent section surfaces, creating natural depth. */
html, body {
  background-image: url('assets/lost-archives-bg-1920.webp');
  background-image: var(--archival-surface);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

/* iOS/iPadOS Safari doesn't support background-attachment: fixed reliably.
   Portrait crops replace the landscape images so cover scales correctly. */
@media (max-width: 1024px) {
  html, body {
    background-attachment: scroll;
    background-image: url('assets/lost-archives-bg-ipad.webp');
  }
}

@media (max-width: 768px) {
  html, body {
    background-image: url('assets/lost-archives-bg-mobile.webp');
  }
}

/* ---------------------------------------------------------------
   STATEMENT FRAME — Pass 1A: audit, refinement, structural rebuild

   FOUND & PRESERVED:
   - .statement-panel border (1px gold, refined to 0.48 opacity)
   - .statement-panel background (dark surface + stripe)
   - .statement-divider-v, .statement-rule (vertical/horizontal dividers)
   - grain added to panel background stack

   REPLACED / REMOVED:
   - Full border + border-radius on .statement--frame (wrong; was card-like)
   - Simple diamond-only ::before/::after on .statement--frame
   - border-radius: 4px on panel (not archival)
   - Panel-level diamond ::before (suppressed; ornaments belong on outer rules)
   - Panel-level diamond ::after (removed from this section entirely)

   NEW:
   - Outer top/bottom horizontal hairline rules with centered diamond ornaments
   - Inner panel with clip-path chamfered corners (architectural, not rounded)
   --------------------------------------------------------------- */

/* Remove inherited border-top from .statement base — the outer rule
   is defined by ::before hairline, not an element border. */
.statement--frame {
  position: relative;
  border-top: none;
}

/* Top hairline — plain fading rule, no diamond */
.statement--frame::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--page-pad-x);
  right: var(--page-pad-x);
  height: 1px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to right, transparent, rgba(176,138,74,0.48) 8%, rgba(176,138,74,0.48) 92%, transparent);
}

/* Bottom hairline — mirrors top */
.statement--frame::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: var(--page-pad-x);
  right: var(--page-pad-x);
  height: 1px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(to right, transparent, rgba(176,138,74,0.48) 8%, rgba(176,138,74,0.48) 92%, transparent);
}

/* Inner panel — square corners with circular corner ornaments.
   Border strengthened. Translucent surface lets the fixed body
   archival texture show through naturally — no separate grain needed. */
.statement-panel {
  border-color: rgba(201, 163, 91, 0.48);
  border-radius: 0;
  clip-path: none;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0, transparent 3px,
      rgba(198, 161, 91, 0.016) 3px, rgba(198, 161, 91, 0.016) 4px
    ),
    rgba(4, 18, 27, 0.50);
  background-blend-mode: normal, normal;
}

/* Corner circle ornaments — a filled quarter-circle sits at each corner
   of the border frame, visually capping where the two border lines meet.
   Each radial-gradient tile is 10×10px; the circle center is placed at
   the corner of the tile so only the inward quarter is visible. */
.statement-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  transform: none;
  pointer-events: none;
  z-index: 2;
  background:
    radial-gradient(circle at 0     0,    rgba(201,163,91,0.80) 4px, transparent 4.5px)
      0    0    / 10px 10px no-repeat,
    radial-gradient(circle at 100%  0,    rgba(201,163,91,0.80) 4px, transparent 4.5px)
      100% 0    / 10px 10px no-repeat,
    radial-gradient(circle at 0     100%, rgba(201,163,91,0.80) 4px, transparent 4.5px)
      0    100% / 10px 10px no-repeat,
    radial-gradient(circle at 100%  100%, rgba(201,163,91,0.80) 4px, transparent 4.5px)
      100% 100% / 10px 10px no-repeat;
}

/* ---------------------------------------------------------------
   FEATURED CARD — banding artefact fix

   Root cause: .featured-thumb::after had a horizontal gradient
   starting at 55% with 72% max opacity, producing a hard dark seam
   at the thumbnail/body boundary.

   Fix: gradient starts later (70%) and softens to 55% max opacity,
   giving a gradual atmospheric transition instead of a visible band.
   --------------------------------------------------------------- */
.featured-thumb::after {
  content: none;
}

/* Headline zone — centered heading with short ornamental hairline beneath */
.statement-zone--headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.statement--frame h2 {
  text-align: center;
}

.statement-zone--headline::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  background: rgba(201, 163, 91, 0.45);
  margin-top: 22px;
}

/* "You've found something rare." — same dark surface treatment as
   .statement-panel. .continue-art has its own background so the overlay
   only darkens the text body column, leaving the hallway image unaffected. */
.continue {
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0, transparent 3px,
      rgba(198, 161, 91, 0.016) 3px, rgba(198, 161, 91, 0.016) 4px
    ),
    rgba(4, 18, 27, 0.50);
  background-blend-mode: normal, normal;
}

/* Featured thumb — remove filter so transparent bars inherit the card
   background unmodified (matching the right side), and drop the divider. */
.featured-thumb {
  filter: none;
  border-right: none;
}

/* Archive preview — fade when swapping featured content on card click */
.featured-eyebrow-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 0;
}

.featured-reset {
  display: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(176, 138, 74, 0.60);
  transition: color 200ms ease;
}
.featured-reset:hover {
  color: var(--aged-gold);
}

.featured-card {
  transition: opacity 180ms ease;
}
.featured-card.is-swapping {
  opacity: 0;
}

/* Active card in the explore grid */
.release--active {
  border-color: var(--aged-gold) !important;
  box-shadow: 0 0 38px rgba(198,161,91,0.22) !important;
}
