/* =========================================================================
   BIG LAM'S — Site Officiel
   Direction artistique : « Le Trône & le Tissu »
   Héritage royal bamiléké × édition contemporaine afro
   ========================================================================= */

:root {
  /* Palette */
  --ink:        #0A0D24;   /* midnight indigo — fond principal */
  --ink-2:      #0E1230;   /* surfaces surélevées */
  --ink-3:      #141A45;   /* cartes */
  --indigo:     #1B2576;   /* indigo Ndop */
  --indigo-2:   #232F8F;
  --gold:       #D8B25C;
  --gold-bright:#F0D58A;
  --gold-deep:  #A9842F;
  --ivory:      #F4ECDD;
  --bone:       #E5D9C2;
  --ochre:      #C4571C;   /* terre des Grassfields */
  --oxblood:    #7A1717;
  --crimson:    #B11616;
  --muted:      rgba(244,236,221,.60);
  --muted-2:    rgba(244,236,221,.42);
  --line:       rgba(216,178,92,.22);
  --line-soft:  rgba(244,236,221,.10);

  --shadow:     0 30px 80px -30px rgba(0,0,0,.75);
  --shadow-gold:0 24px 70px -28px rgba(216,178,92,.45);
  --radius:     3px;

  --maxw: 1240px;
  --gut: clamp(20px, 5vw, 64px);

  --f-display: "Fraunces", Georgia, "Times New Roman", serif;
  --f-body: "Archivo", system-ui, sans-serif;

  /* Motif Ndop — losanges concentriques (tuile sécable) */
  --ndop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='none' stroke='%23F4ECDD' stroke-width='1'%3E%3Cpath d='M40 4 76 40 40 76 4 40Z'/%3E%3Cpath d='M40 18 62 40 40 62 18 40Z'/%3E%3Cpath d='M40 30 50 40 40 50 30 40Z'/%3E%3Cpath d='M0 0 16 0 0 16Z M80 0 64 0 80 16Z M0 80 16 80 0 64Z M80 80 64 80 80 64Z'/%3E%3Ccircle cx='40' cy='40' r='1.6' fill='%23F4ECDD' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
  /* Bande royale or — frise géométrique répétée horizontalement */
  --band: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='14' viewBox='0 0 56 14'%3E%3Cg fill='none' stroke='%23D8B25C' stroke-width='1.1'%3E%3Cpath d='M0 7h56'/%3E%3Cpath d='M14 1 20 7 14 13 8 7Z'/%3E%3Cpath d='M42 1 48 7 42 13 36 7Z'/%3E%3Cpath d='M0 7 4 3 4 11Z M56 7 52 3 52 11Z'/%3E%3C/g%3E%3C/svg%3E");
}

/* ----------------------------------------------------------------- Base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: .005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
/* grain + atmosphère */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 80% at 80% -10%, rgba(27,37,118,.55), transparent 60%),
    radial-gradient(90% 70% at 0% 100%, rgba(122,23,23,.22), transparent 55%);
}
body::after {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
main, .site-header, .site-footer { position: relative; z-index: 1; }

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button { font-family: inherit; }
::selection { background: var(--gold); color: var(--ink); }

/* Scrollbar */
::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--indigo); border: 3px solid var(--ink); border-radius: 20px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-deep); }

/* ----------------------------------------------------------- Typography */
h1, h2, h3, h4 { font-family: var(--f-display); font-weight: 600; line-height: 1.04; margin: 0 0 .5em; letter-spacing: -.01em; }
.display { font-weight: 700; }
p { margin: 0 0 1.1em; }
.lead { font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: var(--bone); line-height: 1.6; font-weight: 300; }

.kicker {
  display: inline-flex; align-items: center; gap: .7em;
  font-family: var(--f-body); font-weight: 600;
  font-size: .74rem; letter-spacing: .32em; text-transform: uppercase;
  color: var(--gold);
}
.kicker::before { content: "◆"; font-size: .6em; color: var(--gold-deep); }
.kicker.solo::before { display: none; }

.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head .num {
  font-family: var(--f-display); font-style: italic; font-weight: 400;
  color: var(--gold-deep); font-size: 1rem; letter-spacing: .1em; margin-bottom: 14px; display: block;
}
.section-head h2 { font-size: clamp(2.2rem, 5.2vw, 4rem); }
.section-head p { color: var(--muted); margin-top: 14px; }

.text-gold { color: var(--gold); }
.text-ivory { color: var(--ivory); }
em.acc { font-style: italic; color: var(--gold-bright); }

/* --------------------------------------------------------------- Layout */
.container { width: min(var(--maxw), 100% - 2*var(--gut)); margin-inline: auto; }
.section { padding: clamp(70px, 10vw, 140px) 0; position: relative; }
.section.tight { padding-block: clamp(50px, 7vw, 96px); }
.section.alt { background: linear-gradient(180deg, var(--ink-2), var(--ink)); }
.section.indigo {
  background:
    linear-gradient(180deg, rgba(27,37,118,.92), rgba(14,18,48,.96)),
    var(--ndop);
  background-size: auto, 64px;
}
.section.indigo .section-head .num { color: var(--gold); }

.grid { display: grid; gap: clamp(20px, 3vw, 36px); }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* Bande Ndop décorative */
.ndop-band { height: 14px; background-image: var(--band); background-repeat: repeat-x; background-position: center; opacity: .9; }
.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); margin: 0; border: 0; }
.rule-gold { width: 64px; height: 2px; background: linear-gradient(90deg, var(--gold), transparent); margin: 18px 0 26px; }

/* --------------------------------------------------------------- Header */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  transition: background .4s ease, backdrop-filter .4s ease, border-color .4s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10,13,36,.82);
  backdrop-filter: blur(16px) saturate(140%);
  border-bottom-color: var(--line-soft);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand .mono {
  width: 38px; height: 38px; display: grid; place-items: center; flex: none;
  border: 1.5px solid var(--gold); color: var(--gold);
  font-family: var(--f-display); font-weight: 700; font-size: 1rem; letter-spacing: -.04em;
  transform: rotate(45deg); border-radius: 4px;
}
.brand .mono span { transform: rotate(-45deg); }
.brand .wordmark { font-family: var(--f-display); font-weight: 700; font-size: 1.3rem; letter-spacing: .02em; color: var(--ivory); }
.brand:hover .mono { background: var(--gold); color: var(--ink); }

.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  position: relative; padding: 10px 14px; font-size: .9rem; font-weight: 500;
  color: var(--muted); transition: color .25s;
}
.nav-links a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nav-links a:hover, .nav-links a.active { color: var(--ivory); }
.nav-links a.active::after, .nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { margin-left: 8px; }

.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: transparent; color: var(--gold); cursor: pointer; border-radius: 4px; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  content: ""; display: block; width: 20px; height: 1.6px; background: currentColor; margin: 0 auto; transition: .3s;
}
.menu-toggle span::before { transform: translateY(-6px); }
.menu-toggle span::after { transform: translateY(4.4px); }
.menu-toggle.open span { background: transparent; }
.menu-toggle.open span::before { transform: rotate(45deg); }
.menu-toggle.open span::after { transform: rotate(-45deg) translateY(-1px); }

/* ---------------------------------------------------------------- Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 14px 26px; font-family: var(--f-body); font-weight: 600; font-size: .92rem;
  letter-spacing: .02em; cursor: pointer; border: 1px solid var(--gold);
  background: var(--gold); color: var(--ink); border-radius: 2px;
  transition: transform .25s ease, box-shadow .25s ease, background .25s, color .25s;
  position: relative; white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-gold); }
.btn.ghost { background: transparent; color: var(--gold); }
.btn.ghost:hover { background: var(--gold); color: var(--ink); }
.btn.light { background: var(--ivory); border-color: var(--ivory); color: var(--ink); }
.btn.light:hover { background: var(--gold); border-color: var(--gold); }
.btn.lg { padding: 17px 34px; font-size: 1rem; }
.btn .arrow { transition: transform .25s; }
.btn:hover .arrow { transform: translateX(4px); }

.link-arrow { display: inline-flex; align-items: center; gap: .5em; color: var(--gold); font-weight: 600; font-size: .92rem; }
.link-arrow .arrow { transition: transform .25s; }
.link-arrow:hover .arrow { transform: translateX(5px); }

/* ----------------------------------------------------------------- Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding-top: 110px; padding-bottom: 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-copy { max-width: 620px; }
.hero-name {
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(3.6rem, 12vw, 8.6rem); line-height: .9; letter-spacing: -.02em;
  margin: 18px 0 0; color: var(--ivory);
}
.hero-name .lams { display: block; color: var(--gold); font-style: italic; font-weight: 500; }
.hero-tag { font-family: var(--f-display); font-style: italic; font-size: clamp(1.2rem, 2.4vw, 1.7rem); color: var(--bone); font-weight: 300; margin: 22px 0 0; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 26px 0 0; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content: ""; width: 6px; height: 6px; background: var(--gold); transform: rotate(45deg); flex: none; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

.hero-portrait { position: relative; justify-self: center; width: 100%; max-width: 440px; }
.hero-portrait .frame .photo { aspect-ratio: 4 / 5; }
.hero-portrait .frame .photo img { height: 100%; object-fit: cover; object-position: top center; }
.frame {
  position: relative; padding: 14px;
  background: linear-gradient(150deg, rgba(216,178,92,.4), rgba(216,178,92,.05));
  border: 1px solid var(--line);
}
.frame::before, .frame::after {
  content: ""; position: absolute; width: 34px; height: 34px; border: 2px solid var(--gold); z-index: 3;
}
.frame::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.frame::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.frame .photo { position: relative; overflow: hidden; }
.frame .photo img { width: 100%; display: block; filter: saturate(1.02) contrast(1.02); }
.frame .photo::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10,13,36,.45));
  mix-blend-mode: multiply;
}
.hero-portrait .glow {
  position: absolute; inset: -16% -12% -10% -12%; z-index: -1; filter: blur(60px); opacity: .55;
  background: radial-gradient(closest-side, rgba(177,22,22,.7), transparent 70%);
}
.hero-badge {
  position: absolute; bottom: 26px; left: -28px; z-index: 4;
  background: var(--ink-2); border: 1px solid var(--line); padding: 12px 16px;
  box-shadow: var(--shadow); max-width: 220px;
}
.hero-badge .lab { font-size: .66rem; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); }
.hero-badge .val { font-family: var(--f-display); font-size: 1.04rem; color: var(--ivory); margin-top: 3px; line-height: 1.2; }

.scroll-cue { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 5; display: grid; place-items: center; gap: 8px; color: var(--muted); }
.scroll-cue .line { width: 1px; height: 46px; background: linear-gradient(var(--gold), transparent); animation: cue 2s ease-in-out infinite; }
.scroll-cue span { font-size: .64rem; letter-spacing: .28em; text-transform: uppercase; }
@keyframes cue { 0%,100% { transform: scaleY(1); opacity: .4; transform-origin: top; } 50% { transform: scaleY(.5); opacity: 1; } }

/* ------------------------------------------------------------ Stat strip */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line-soft); border-block: 1px solid var(--line-soft); }
.stat { background: var(--ink); padding: 30px clamp(16px,2vw,28px); text-align: center; }
.stat .n { font-family: var(--f-display); font-weight: 700; font-size: clamp(2rem, 4vw, 3rem); color: var(--gold); line-height: 1; }
.stat .l { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 10px; }

/* -------------------------------------------------- Bio teaser (about-strip) */
.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(30px, 5vw, 72px); align-items: center; }
.split.rev { grid-template-columns: 1.08fr .92fr; }
.split .visual { position: relative; }
.split .visual img { width: 100%; }
.tagstack { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; }
.tag { border: 1px solid var(--line); padding: 7px 13px; font-size: .76rem; letter-spacing: .08em; color: var(--bone); border-radius: 2px; }

/* ----------------------------------------------------------- Release cards */
.release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2.4vw, 30px); }
.release {
  position: relative; background: var(--ink-3); border: 1px solid var(--line-soft);
  overflow: hidden; transition: transform .35s ease, border-color .35s, box-shadow .35s;
}
.release:hover { transform: translateY(-6px); border-color: var(--line); box-shadow: var(--shadow); }
.release .art { position: relative; aspect-ratio: 1/1; overflow: hidden; }
.release .art img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.release:hover .art img { transform: scale(1.06); }
.release .art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(10,13,36,.75)); }
.release .type-pill { position: absolute; top: 14px; left: 14px; z-index: 2; font-size: .66rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 5px 10px; }
.release .body { padding: 20px 22px 24px; }
.release .meta { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.release h3 { font-size: 1.5rem; margin: 6px 0 2px; }
.release .feat { color: var(--gold); font-style: italic; font-family: var(--f-display); font-size: 1rem; }
.release .award-note { display: flex; gap: 8px; margin-top: 12px; font-size: .8rem; color: var(--gold-bright); }
.platforms { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.platforms a {
  font-size: .76rem; font-weight: 600; letter-spacing: .04em; color: var(--bone);
  border: 1px solid var(--line); padding: 6px 11px; border-radius: 2px; transition: .2s;
}
.platforms a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* tracklist (EP block) */
.ep-block { display: grid; grid-template-columns: 320px 1fr; gap: clamp(24px, 4vw, 54px); align-items: start; padding: clamp(24px,3vw,40px); background: var(--ink-2); border: 1px solid var(--line-soft); }
.ep-block + .ep-block { margin-top: 28px; }
.ep-block .cover { position: relative; }
.ep-block .cover img { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: top; border: 1px solid var(--line); }
.ep-block .cover .type-pill { position: absolute; top: 12px; left: 12px; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 5px 10px; }
.ep-info .meta { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.ep-info h3 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin: 8px 0 6px; }
.tracklist { margin: 18px 0 0; border-top: 1px solid var(--line-soft); }
.tracklist li { display: flex; align-items: center; gap: 16px; padding: 13px 4px; border-bottom: 1px solid var(--line-soft); list-style: none; }
.tracklist .tn { font-family: var(--f-display); font-style: italic; color: var(--gold-deep); width: 28px; flex: none; }
.tracklist .tt { flex: 1; color: var(--ivory); font-weight: 500; }
.tracklist .td { color: var(--muted); font-variant-numeric: tabular-nums; font-size: .9rem; }
ul.tracklist { padding: 0; margin-left: 0; }

/* ------------------------------------------------------------------ Filters */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: clamp(28px,4vw,48px); }
.filter-btn { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 9px 18px; font-size: .82rem; font-weight: 600; letter-spacing: .04em; cursor: pointer; border-radius: 2px; transition: .25s; }
.filter-btn:hover { color: var(--ivory); border-color: var(--gold); }
.filter-btn.active { background: var(--gold); border-color: var(--gold); color: var(--ink); }

/* ------------------------------------------------------------------- Concert */
.concert {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #2a1305, #160a1e 55%, #0A0D24);
}
.concert::before {
  content: ""; position: absolute; inset: 0; opacity: .10; background-image: var(--ndop); background-size: 70px;
}
.concert-grid { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: clamp(30px,5vw,64px); align-items: center; }
.concert .eyebrow { color: var(--ochre); }
.concert h2 { font-size: clamp(2.4rem, 6vw, 4.6rem); margin: 14px 0 4px; }
.concert .theme { font-family: var(--f-display); font-style: italic; font-size: clamp(1.3rem,2.6vw,2rem); color: var(--gold-bright); }
.concert .when { display: flex; flex-wrap: wrap; gap: 14px 34px; margin: 26px 0; }
.concert .when .blk .l { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.concert .when .blk .v { font-family: var(--f-display); font-size: 1.3rem; color: var(--ivory); margin-top: 4px; }
.countdown { display: flex; gap: 12px; margin: 8px 0 30px; }
.cd-cell { min-width: 78px; text-align: center; padding: 14px 10px; background: rgba(244,236,221,.05); border: 1px solid var(--line); border-radius: 3px; }
.cd-cell .num { font-family: var(--f-display); font-weight: 700; font-size: 2rem; color: var(--gold); line-height: 1; }
.cd-cell .lab { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-top: 7px; }
.concert .poster-wrap { position: relative; justify-self: center; }
.concert .poster-wrap img { width: min(380px, 100%); border: 1px solid var(--line); box-shadow: var(--shadow); }
.concert .poster-wrap .seal {
  position: absolute; top: -18px; right: -18px; width: 92px; height: 92px; border-radius: 50%;
  background: var(--ochre); color: var(--ivory); display: grid; place-items: center; text-align: center;
  font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; line-height: 1.3;
  box-shadow: var(--shadow); transform: rotate(8deg);
}

/* ----------------------------------------------------------------- Events */
.event-card { display: grid; grid-template-columns: 200px 1fr; gap: 24px; background: var(--ink-2); border: 1px solid var(--line-soft); overflow: hidden; }
.event-card .ph { overflow: hidden; }
.event-card .ph img { width: 100%; height: 100%; object-fit: cover; min-height: 180px; }
.event-card .ct { padding: 22px 24px 22px 0; }
.event-card .when { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); }
.event-card h3 { font-size: 1.5rem; margin: 8px 0 6px; }
.event-card .place { color: var(--muted); font-size: .92rem; }
.event-card p { color: var(--bone); font-size: .95rem; margin: 12px 0; }

/* ----------------------------------------------------------- Distinctions */
.awards-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.award {
  position: relative; background: var(--ink-2); border: 1px solid var(--line-soft); overflow: hidden;
  display: flex; flex-direction: column; transition: .3s;
}
.award:hover { border-color: var(--line); transform: translateY(-4px); }
.award .ph { aspect-ratio: 4/5; overflow: hidden; }
.award .ph img { width: 100%; height: 100%; object-fit: cover; }
.award .ct { padding: 16px 16px 18px; }
.award .res { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.award.won .res { color: var(--gold-bright); }
.award h4 { font-size: 1.12rem; margin: 6px 0 2px; }
.award .cat { font-size: .8rem; color: var(--bone); }
.award .ribbon { position: absolute; top: 12px; right: -30px; transform: rotate(45deg); background: var(--gold); color: var(--ink); font-size: .6rem; font-weight: 700; letter-spacing: .14em; padding: 4px 36px; }

/* ----------------------------------------------------------------- Videos */
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(20px,3vw,34px); }
.video-card { background: var(--ink-2); border: 1px solid var(--line-soft); overflow: hidden; transition: .3s; }
.video-card:hover { border-color: var(--line); }
.frame16 { position: relative; aspect-ratio: 16/9; background: #000; }
.frame16 iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-card .vc { padding: 18px 22px 22px; display: flex; justify-content: space-between; align-items: baseline; gap: 14px; }
.video-card h3 { font-size: 1.3rem; margin: 0; }
.video-card .cat { font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }
.video-card .sub { color: var(--muted); font-size: .82rem; }

.featured-video { position: relative; max-width: 980px; margin-inline: auto; padding: 14px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(216,178,92,.18), transparent); }

/* ---------------------------------------------------------------- Gallery */
.gallery { columns: 3; column-gap: 16px; }
.g-item { position: relative; margin: 0 0 16px; break-inside: avoid; overflow: hidden; cursor: zoom-in; border: 1px solid var(--line-soft); }
.g-item img { width: 100%; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; filter: saturate(.96); }
.g-item:hover img { transform: scale(1.05); filter: saturate(1.05); }
.g-item figcaption {
  position: absolute; inset: auto 0 0 0; padding: 28px 16px 14px;
  background: linear-gradient(transparent, rgba(10,13,36,.9));
  font-family: var(--f-display); font-style: italic; font-size: 1.05rem; color: var(--ivory);
  opacity: 0; transform: translateY(10px); transition: .35s;
}
.g-item:hover figcaption { opacity: 1; transform: none; }

.lightbox { position: fixed; inset: 0; z-index: 200; display: none; place-items: center; padding: 4vw; background: rgba(5,6,18,.94); backdrop-filter: blur(6px); }
.lightbox.open { display: grid; }
.lightbox img { max-width: 92vw; max-height: 88vh; border: 1px solid var(--line); box-shadow: var(--shadow); }
.lightbox .close { position: absolute; top: 22px; right: 26px; width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: var(--gold); font-size: 1.6rem; cursor: pointer; }
.lightbox .nav-b { position: absolute; top: 50%; transform: translateY(-50%); width: 56px; height: 56px; border: 1px solid var(--line); background: rgba(10,13,36,.5); color: var(--gold); font-size: 1.4rem; cursor: pointer; }
.lightbox .prev { left: 3vw; } .lightbox .next { right: 3vw; }

/* ------------------------------------------------------------------- News */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px,2.4vw,30px); }
.news-card { background: var(--ink-2); border: 1px solid var(--line-soft); overflow: hidden; display: flex; flex-direction: column; transition: .3s; }
.news-card:hover { border-color: var(--line); transform: translateY(-5px); }
.news-card .ph { aspect-ratio: 16/10; overflow: hidden; }
.news-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.news-card:hover .ph img { transform: scale(1.05); }
.news-card .ct { padding: 22px 24px 26px; flex: 1; display: flex; flex-direction: column; }
.news-card .tag { align-self: flex-start; font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: 4px 9px; }
.news-card .date { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin: 14px 0 6px; }
.news-card h3 { font-size: 1.32rem; margin: 0 0 10px; }
.news-card p { color: var(--bone); font-size: .94rem; margin: 0; }

/* ------------------------------------------------------------- Quote / bio */
.quote { max-width: 880px; margin-inline: auto; text-align: center; }
.quote blockquote { font-family: var(--f-display); font-style: italic; font-weight: 300; font-size: clamp(1.6rem, 3.6vw, 2.8rem); line-height: 1.3; color: var(--ivory); margin: 0; }
.quote blockquote::before { content: "“"; display: block; font-size: 4rem; color: var(--gold-deep); line-height: .4; margin-bottom: 18px; }
.quote .who { margin-top: 26px; font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); }

/* Timeline */
.timeline { position: relative; max-width: 820px; margin: 0 auto; padding-left: 34px; }
.timeline::before { content: ""; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(var(--gold-deep), transparent); }
.tl-item { position: relative; padding: 0 0 38px; }
.tl-item::before { content: ""; position: absolute; left: -34px; top: 6px; width: 13px; height: 13px; background: var(--gold); transform: rotate(45deg); }
.tl-item .yr { font-family: var(--f-display); font-style: italic; color: var(--gold); font-size: 1.2rem; }
.tl-item h4 { font-size: 1.3rem; margin: 4px 0 4px; }
.tl-item p { color: var(--muted); margin: 0; font-size: .95rem; }

.prose p { color: var(--bone); }
.prose .first::first-letter { font-family: var(--f-display); font-size: 3.4em; float: left; line-height: .8; padding: 6px 12px 0 0; color: var(--gold); }

/* ------------------------------------------------------------------ Social */
.social-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.social-row a { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 22px 10px; border: 1px solid var(--line-soft); color: var(--bone); transition: .25s; }
.social-row a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-4px); }
.social-row .ic { width: 26px; height: 26px; }
.social-row .nm { font-size: .74rem; letter-spacing: .06em; }

/* ------------------------------------------------------------------- Forms */
.form-card { background: var(--ink-2); border: 1px solid var(--line-soft); padding: clamp(24px,3vw,40px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field.full { grid-column: 1 / -1; }
label { display: block; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
input, select, textarea {
  width: 100%; padding: 13px 14px; background: rgba(244,236,221,.04); color: var(--ivory);
  border: 1px solid var(--line-soft); border-radius: 2px; font: inherit; font-size: .95rem; transition: .2s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--gold); background: rgba(244,236,221,.07); }
select option { background: var(--ink-2); }
textarea { min-height: 130px; resize: vertical; }
.success-message { display: none; margin-top: 18px; padding: 16px; border: 1px solid var(--gold); background: rgba(216,178,92,.12); color: var(--gold-bright); }
.form-note { color: var(--muted); font-size: .86rem; }

.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; padding: 20px; border: 1px solid var(--line-soft); background: var(--ink-2); }
.contact-card .ic { color: var(--gold); flex: none; margin-top: 2px; }
.contact-card .l { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.contact-card .v { color: var(--ivory); font-size: 1.05rem; }

/* ------------------------------------------------------------------ Footer */
.site-footer { position: relative; background: var(--ink-2); border-top: 1px solid var(--line-soft); }
.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .05; background-image: var(--ndop); background-size: 64px; pointer-events: none; }
.footer-top { position: relative; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; padding: clamp(50px,7vw,84px) 0 44px; }
.footer-top h5 { font-family: var(--f-body); font-weight: 700; font-size: .76rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin: 0 0 18px; }
.footer-top a { color: var(--muted); font-size: .95rem; display: block; padding: 5px 0; transition: .2s; }
.footer-top a:hover { color: var(--ivory); }
.footer-top .blurb { color: var(--muted); max-width: 320px; }
.footer-foot { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; padding: 22px 0 30px; border-top: 1px solid var(--line-soft); font-size: .82rem; color: var(--muted-2); }
.foot-brand { font-family: var(--f-display); font-weight: 700; font-size: 1.5rem; color: var(--ivory); }
.foot-mini-social { display: flex; gap: 14px; }
.foot-mini-social a:hover { color: var(--gold); }

/* ---------------------------------------------------------- Back-to-top / preloader */
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 50; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid var(--gold); background: var(--ink-2); color: var(--gold); cursor: pointer; opacity: 0; pointer-events: none; transition: .3s; }
.back-to-top.show { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--gold); color: var(--ink); }

.preloader { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; background: var(--ink); transition: opacity .6s ease, visibility .6s; }
.preloader.done { opacity: 0; visibility: hidden; }
.preloader .pl-inner { text-align: center; }
.preloader .diamond { width: 64px; height: 64px; margin: 0 auto 22px; border: 2px solid var(--gold); transform: rotate(45deg); animation: plspin 1.4s cubic-bezier(.6,.1,.3,.9) infinite; position: relative; }
.preloader .diamond::after { content: ""; position: absolute; inset: 10px; border: 1px solid var(--gold-deep); }
@keyframes plspin { 0% { transform: rotate(45deg) scale(.8); } 50% { transform: rotate(225deg) scale(1); } 100% { transform: rotate(405deg) scale(.8); } }
.preloader .pl-name { font-family: var(--f-display); font-weight: 700; letter-spacing: .3em; color: var(--gold); font-size: 1.1rem; }

/* --------------------------------------------------------- Reveal animations */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .08s; }
[data-reveal][data-delay="2"] { transition-delay: .16s; }
[data-reveal][data-delay="3"] { transition-delay: .24s; }
[data-reveal][data-delay="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; transform: none; transition: none; } .scroll-cue .line, .preloader .diamond { animation: none; } }

.page-hero { padding-top: clamp(140px, 18vh, 200px); padding-bottom: clamp(40px,6vw,72px); position: relative; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.6rem, 7vw, 5rem); }
.page-hero .lead { max-width: 640px; }

/* ============================================================= Responsive */
@media (max-width: 1080px) {
  .awards-row { grid-template-columns: repeat(3, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 920px) {
  .nav-links { position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0;
    background: rgba(10,13,36,.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line);
    padding: 12px var(--gut) 26px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .3s; }
  .nav-links.open { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-size: 1rem; }
  .nav-links a::after { display: none; }
  .nav-cta { margin: 14px 0 0; }
  .menu-toggle { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-portrait { order: -1; max-width: 380px; }
  .hero-badge { left: 0; }
  .split, .split.rev, .concert-grid, .ep-block { grid-template-columns: 1fr; }
  .split .visual { order: -1; }
  .video-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .release-grid, .news-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .gallery { columns: 2; }
  .social-row { grid-template-columns: repeat(3, 1fr); }
  .event-card { grid-template-columns: 1fr; }
  .event-card .ct { padding: 0 22px 22px; }
  .awards-row { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .countdown { flex-wrap: wrap; }
}
@media (max-width: 480px) {
  .release-grid, .news-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .gallery { columns: 1; }
  .hero-name { font-size: clamp(3rem, 18vw, 4.6rem); }
}

/* ============================================================ Page extras */
.events-stack { display: grid; gap: 18px; }
.embed-card { padding: 14px; border: 1px solid var(--line); background: linear-gradient(150deg, rgba(216,178,92,.16), transparent); }
.embed-card iframe { display: block; width: 100%; border: 0; border-radius: 2px; }
.map-frame { border: 1px solid var(--line); overflow: hidden; }
.map-frame iframe { display: block; width: 100%; height: 360px; border: 0; filter: grayscale(.35) contrast(1.05) brightness(.92); }
.manifesto-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.mp { padding: 26px 24px; border: 1px solid var(--line); background: rgba(244,236,221,.04); }
.mp .ic { font-family: var(--f-display); font-style: italic; font-size: 1.5rem; color: var(--gold); display: block; margin-bottom: 12px; }
.mp h4 { font-size: 1.18rem; margin: 0 0 8px; }
.mp p { color: var(--muted); font-size: .92rem; margin: 0; }
.concert.as-hero { padding-top: clamp(150px, 19vh, 210px); padding-bottom: clamp(60px, 8vw, 110px); }
.concert .ticket-note { color: var(--bone); font-size: .88rem; margin: 14px 0 0; }
.concert .when .blk { min-width: 120px; }
.event-tabs { display: flex; gap: 10px; margin-bottom: 30px; }
.tab-btn { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 10px 22px; font-family: var(--f-body); font-weight: 600; font-size: .84rem; letter-spacing: .04em; cursor: pointer; border-radius: 2px; transition: .25s; }
.tab-btn:hover { color: var(--ivory); border-color: var(--gold); }
.tab-btn.active { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.cta-band { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--indigo), var(--ink) 70%); border-block: 1px solid var(--line); }
.cta-band::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: var(--ndop); background-size: 64px; }
.cta-inner { position: relative; text-align: center; max-width: 760px; margin-inline: auto; }
.cta-inner h2 { font-size: clamp(2rem, 5vw, 3.4rem); }
.pressbook { display: inline-flex; align-items: center; gap: 10px; }
@media (max-width: 760px) { .manifesto-points { grid-template-columns: 1fr; } }

/* ===================================================== Admin compatibility */
:root {
  --sand: #F4ECDD;
  --ndop-pattern: var(--ndop);
}
.card { background: #fff; border: 1px solid rgba(26,35,110,.18); border-radius: var(--radius); }
.card-body { padding: 26px; }
.admin-login .card h1.brand, .admin-login .brand { color: var(--indigo); font-family: var(--f-display); display: block; margin-bottom: 8px; }
.admin-app { color: #1d2330; }
.admin-app label { color: rgba(26,35,110,.7); }
.admin-app input, .admin-app select, .admin-app textarea { background: #fff; color: #18203a; border: 1px solid rgba(26,35,110,.22); }
.admin-app input:focus, .admin-app select:focus, .admin-app textarea:focus { border-color: var(--gold); background: #fffdf7; }
.btn.secondary { background: transparent; border: 1px solid var(--gold); color: var(--gold); }
.btn.secondary:hover { background: var(--gold); color: var(--ink); }
.btn.small { padding: 8px 14px; font-size: .8rem; }
.admin-app .form-note { color: rgba(26,35,110,.6); }
