*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black:  #0a0608;
  --deep:   #130910;
  --rose:   #C61A59;
  --rose-l: #e8799f;
  --gold:   #b89360;
  --gold-l: #d4ad7a;
  --ink:    #f0e6dc;
  --dim:    rgba(240,230,220,0.78);
  --muted:  rgba(240,230,220,0.45);
  --ghost:  rgba(240,230,220,0.18);
  --fd: 'Cormorant Garamond', serif;
  --fc: 'Cormorant', serif;
  --fu: 'Jost', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--ink);
  font-family: var(--fc);
  overflow-x: hidden;
}


/* WORDPRESS / KADENCE WRAPPER OVERRIDES */
html,
body,
body.custom-background,
#page,
#wrapper,
.site,
.site-content,
.site-main,
.content-area,
.content-wrap,
.entry,
.entry-content,
article,
main {
  background: var(--black) !important;
  color: var(--ink);
}

body .site,
body .site-content,
body .site-main,
body .content-area,
body .content-wrap,
body .entry,
body .entry-content,
body article,
body main {
  background-color: transparent !important;
  background-image: none !important;
}


/* NOISE */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 1000;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='f'%3E%3CfeTurbulence baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23f)'/%3E%3C/svg%3E");
  opacity: 0.03;
  pointer-events: none;
}

/* ANNOUNCE */
.ann {
  background: var(--rose);
  color: var(--ink);
  text-align: center;
  padding: 11px 24px;
  font-family: var(--fu);
  font-size: 9px;
  font-weight: 200;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  padding: 26px 60px;
  display: flex; justify-content: space-between; align-items: center;
  transition: background 0.5s, padding 0.4s;
}
nav.solid {
  background: rgba(10,6,8,0.96);
  backdrop-filter: blur(16px);
  padding: 18px 60px;
}

.logo {
  font-family: var(--fd);
  font-size: 15px; font-weight: 300;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.logo em { font-style: italic; color: var(--rose); }

.nav-links {
  display: flex; gap: 36px; align-items: center; list-style: none;
}
.nav-links a {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a.active { color: var(--rose); }

.nav-contact {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rose); text-decoration: none;
  border-bottom: 1px solid rgba(198,26,89,0.4);
  padding-bottom: 1px;
  transition: color 0.2s, border-color 0.2s;
}
.nav-contact:hover { color: var(--rose-l); border-color: var(--rose-l); }

/* HERO */
.hero {
  position: relative;
  height: 100vh; min-height: 680px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.hero-l {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 72px 88px 60px;
  background: linear-gradient(to right, var(--black) 55%, transparent);
}

.hero-loc {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
  opacity: 0; animation: up 1s 0.4s forwards;
}

.hero-title {
  font-family: var(--fd);
  font-size: clamp(68px, 9.5vw, 128px);
  font-weight: 300; line-height: 0.88;
  letter-spacing: -0.02em; color: var(--ink);
  opacity: 0; animation: up 1.2s 0.55s forwards;
}
.hero-title em {
  display: block; font-style: italic;
  color: var(--rose-l); font-size: 0.62em;
  line-height: 1.15; letter-spacing: 0.01em;
}

.hero-rule {
  width: 36px; height: 1px;
  background: var(--rose); opacity: 0.6;
  margin: 32px 0;
  opacity: 0; animation: fi 1s 1.1s forwards;
}

.hero-sub {
  font-family: var(--fc);
  font-size: 17px; font-weight: 300; font-style: italic;
  color: var(--dim); line-height: 1.65; max-width: 360px;
  opacity: 0; animation: up 1s 1.2s forwards;
}

.hero-r {
  position: relative; background: var(--deep);
  overflow: hidden;
}

.hero-img {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #1e0d18 0%, #0f0810 100%);
}

.hero-img-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 14px;
  color: rgba(198,26,89,0.2);
  font-family: var(--fu); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
}

/* Rose glow bleeding left */
.hero-glow {
  position: absolute; right: 50%; top: 10%; bottom: 10%;
  width: 240px; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at right, rgba(198,26,89,0.1), transparent 70%);
}

/* Large ghost name inside image */
.hero-ghost {
  position: absolute; bottom: 32px; right: 28px; z-index: 2;
  font-family: var(--fd);
  font-size: clamp(72px, 12vw, 160px);
  font-weight: 300; font-style: italic;
  color: rgba(240,230,220,0.06);
  line-height: 1; letter-spacing: -0.02em;
  user-select: none; pointer-events: none;
}

.hero-scroll {
  position: absolute; bottom: 44px; left: 60px; z-index: 3;
  display: flex; align-items: center; gap: 14px;
  opacity: 0; animation: fi 1s 1.9s forwards;
}
.hero-scroll-line {
  width: 32px; height: 1px;
  background: linear-gradient(to right, var(--gold), transparent);
}
.hero-scroll-label {
  font-family: var(--fu); font-size: 8px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--gold);
}

@keyframes up { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
@keyframes fi  { from { opacity:0; } to { opacity:1; } }

/* JESSY SECTION */
.jessy {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(198,26,89,0.12);
  min-height: 80vh;
}

.jessy-img {
  position: relative; background: var(--deep); overflow: hidden;
  background: linear-gradient(160deg, #1a0d16, #0e080d);
}

.jessy-img-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(198,26,89,0.15);
  font-family: var(--fu); font-size: 9px;
  letter-spacing: 0.2em; text-transform: uppercase;
  flex-direction: column; gap: 12px;
}

/* Gold left edge */
.jessy-img::before {
  content: '';
  position: absolute; left: 0; top: 15%; bottom: 15%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
  z-index: 2; opacity: 0.5;
}

.jessy-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 60%, var(--black));
  z-index: 1;
}

.jessy-body {
  padding: 90px 80px 90px 64px;
  display: flex; flex-direction: column; justify-content: center;
}

.jessy-eyebrow {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--rose); display: block; margin-bottom: 28px;
}

.jessy-stmt {
  font-family: var(--fd);
  font-size: clamp(36px, 3.8vw, 52px);
  font-weight: 300; line-height: 1.08; color: var(--ink);
  margin-bottom: 36px;
}
.jessy-stmt em { font-style: italic; color: var(--rose-l); }

.jessy-text {
  font-size: 17px; font-weight: 300; font-style: italic;
  line-height: 1.75; color: var(--dim);
  max-width: 420px; margin-bottom: 40px;
}

/* MMX announcement */
.jessy-mmx {
  display: inline-flex; align-items: center; gap: 14px;
  border: 1px solid rgba(184,147,96,0.3);
  padding: 14px 22px; margin-bottom: 44px;
}
.jessy-mmx-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--rose);
  animation: pulse 2.4s infinite;
}
@keyframes pulse { 0%,100%{opacity:.4;transform:scale(1)} 50%{opacity:1;transform:scale(1.3)} }
.jessy-mmx-text {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-l);
}

.jessy-mary {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 36px;
}
.jessy-mary a {
  color: var(--gold); text-decoration: none;
  border-bottom: 1px solid rgba(184,147,96,0.3);
  padding-bottom: 1px; transition: color 0.2s, border-color 0.2s;
}
.jessy-mary a:hover { color: var(--gold-l); border-color: var(--gold-l); }

/* CTA link */
.lnk {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
  transition: color 0.2s;
}
.lnk:hover { color: var(--rose-l); }
.lnk-line {
  width: 28px; height: 1px; background: currentColor;
  transition: width 0.25s;
}
.lnk:hover .lnk-line { width: 44px; }

/* ORIGIN */
.origin {
  border-top: 1px solid rgba(198,26,89,0.12);
  border-bottom: 1px solid rgba(198,26,89,0.12);
}
.origin-inner {
  display: flex; align-items: stretch;
}
.origin-text {
  flex: 1; padding: 64px 60px;
  font-family: var(--fd);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 300; font-style: italic;
  color: rgba(240,230,220,0.78); line-height: 1.5;
  border-right: 1px solid rgba(198,26,89,0.1);
}
.origin-text strong {
  font-weight: 300; font-style: normal; color: var(--ink);
}
.origin-aside {
  width: 260px; flex-shrink: 0;
  padding: 64px 48px;
  display: flex; flex-direction: column;
  justify-content: center; gap: 10px;
}
.origin-detail {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); line-height: 2.2;
}
.origin-detail.rose { color: rgba(198,26,89,0.55); margin-top: 12px; }

/* MUSES */
.muses { padding: 110px 60px 0; }

.muses-top {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 52px;
}
.muses-hl {
  font-family: var(--fd);
  font-size: clamp(40px, 5.5vw, 76px);
  font-weight: 300; line-height: 0.95;
}
.muses-hl em { font-style: italic; color: var(--rose-l); }
.muses-sub {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); text-align: right; line-height: 2.2;
  padding-bottom: 6px;
}

.muses-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.mt {
  position: relative; aspect-ratio: 3/5;
  background: var(--deep); overflow: hidden; cursor: pointer;
}

.mt::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,6,8,0.88) 0%, transparent 55%);
  z-index: 1; transition: opacity 0.3s;
}
.mt:hover::after { opacity: 0.65; }

.mt-ph { position: absolute; inset: 0; }
.mt:nth-child(1) .mt-ph { background: linear-gradient(160deg,#160a12,#1a0f16); }
.mt:nth-child(2) .mt-ph { background: linear-gradient(160deg,#0f0e16,#141220); }
.mt:nth-child(3) .mt-ph { background: linear-gradient(160deg,#160c0e,#1a1014); }
.mt:nth-child(4) .mt-ph { background: linear-gradient(160deg,#0e1016,#121520); }
.mt:nth-child(5) .mt-ph { background: linear-gradient(160deg,#150a0d,#190e12); }
.mt:nth-child(6) .mt-ph { background: linear-gradient(160deg,#0d1014,#101318); }
.mt:nth-child(7) .mt-ph { background: linear-gradient(160deg,#160e10,#1a1216); }

.mt-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 18px; z-index: 2;
  transform: translateY(3px); transition: transform 0.25s;
}
.mt:hover .mt-info { transform: translateY(0); }

.mt-name {
  font-family: var(--fd); font-size: 22px;
  font-weight: 300; font-style: italic;
  color: var(--ink); display: block; line-height: 1;
}
.mt-note {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); display: block; margin-top: 5px;
  opacity: 0; transform: translateY(4px);
  transition: opacity 0.2s, transform 0.2s;
}
.mt:hover .mt-note { opacity: 1; transform: translateY(0); }

/* INTERLUDE */
.interlude {
  margin-top: 110px; padding: 80px 60px;
  background: var(--deep);
  border-top: 1px solid rgba(198,26,89,0.1);
  border-bottom: 1px solid rgba(198,26,89,0.1);
  display: flex; align-items: center; gap: 56px;
}
.interlude-rule {
  width: 1px; height: 72px; flex-shrink: 0;
  background: linear-gradient(to bottom, transparent, var(--rose), transparent);
  opacity: 0.45;
}
.interlude-text {
  font-family: var(--fd);
  font-size: clamp(20px, 2.4vw, 32px);
  font-weight: 300; font-style: italic;
  color: rgba(240,230,220,0.75); line-height: 1.55;
}
.interlude-text span { color: var(--gold-l); font-style: normal; }

/* STORY */
.story {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 75vh;
  border-top: 1px solid rgba(198,26,89,0.1);
}
.story-img {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #14091c, #0a0610);
}
.story-img-ph {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  opacity: 0.1;
}
.story-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, transparent 55%, var(--black));
}
.story-badge {
  position: absolute; top: 28px; left: 28px; z-index: 2;
  border: 1px solid rgba(184,147,96,0.35);
  padding: 7px 16px;
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold);
}
.story-body {
  padding: 100px 80px 100px 64px;
  display: flex; flex-direction: column; justify-content: center;
}
.story-ey {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--rose); display: block; margin-bottom: 24px;
}
.story-title {
  font-family: var(--fd);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 300; font-style: italic;
  line-height: 0.9; color: var(--ink); margin-bottom: 36px;
}
.story-desc {
  font-size: 17px; font-weight: 300; font-style: italic;
  line-height: 1.75; color: var(--dim);
  max-width: 380px; margin-bottom: 32px;
}
.story-cast {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px;
}
.cast-tag {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(184,147,96,0.25);
  padding: 7px 16px;
  transition: color 0.2s, border-color 0.2s;
}
.cast-tag:hover { color: var(--rose-l); border-color: rgba(198,26,89,0.3); }

/* TRUTHS */
.truths {
  padding: 130px 60px;
  max-width: 860px; margin: 0 auto;
}
.truth + .truth { margin-top: 76px; }
.truth-line {
  width: 20px; height: 1px;
  background: var(--rose); opacity: 0.5; margin-bottom: 26px;
}
.truth-body {
  font-size: clamp(21px, 2.5vw, 30px);
  font-weight: 300; font-style: italic;
  line-height: 1.52; color: rgba(240,230,220,0.8);
}
.truth-body strong {
  font-weight: 300; font-style: normal; color: var(--ink);
}

/* THE STUDIO — latest content */
.studio-latest {
  padding: 110px 60px;
  border-top: 1px solid rgba(198,26,89,0.1);
}
.studio-latest-hdr {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 60px;
}
.studio-latest-hl {
  font-family: var(--fd);
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300; line-height: 1;
}
.studio-latest-hl em { font-style: italic; color: var(--rose-l); }

.studio-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 1px;
  background: rgba(198,26,89,0.07);
}

.sc {
  background: var(--black); padding: 48px 44px 80px;
  position: relative; transition: background 0.3s;
}
.sc:hover { background: #110910; }
.sc::after {
  content: ''; position: absolute;
  bottom: 0; left: 0; right: 0; height: 1px;
  background: var(--rose); opacity: 0; transition: opacity 0.3s;
}
.sc:hover::after { opacity: 0.35; }
.sc.lead { background: var(--deep); border: 1px solid rgba(198,26,89,0.12); }

.sc-type {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--rose); display: block; margin-bottom: 20px;
}
.sc-title {
  font-family: var(--fd); font-size: 26px; font-weight: 300;
  line-height: 1.2; color: var(--ink); margin-bottom: 16px;
}
.sc.lead .sc-title { font-size: 32px; font-style: italic; }
.sc-excerpt {
  font-size: 15px; font-weight: 300; font-style: italic;
  line-height: 1.75; color: var(--dim);
}
.sc-meta {
  position: absolute; bottom: 32px; right: 38px;
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted);
}

/* PARTNERS */
.partners {
  padding: 90px 60px;
  border-top: 1px solid rgba(198,26,89,0.1);
}

.partners-ey {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--gold); display: block;
  text-align: center; margin-bottom: 16px;
}

.partners-intro {
  font-family: var(--fc); font-size: 15px; font-weight: 300; font-style: italic;
  color: var(--muted); text-align: center;
  margin-bottom: 52px; line-height: 1.6;
}

/* Main brands — three pillars */
.partners-brands {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(198,26,89,0.07);
  margin-bottom: 1px;
}

.p-brand {
  background: var(--black); padding: 44px 40px;
  text-align: center; transition: background 0.3s;
  text-decoration: none;
}
.p-brand:hover { background: #110910; }

.p-brand-name {
  font-family: var(--fd); font-size: 28px;
  font-weight: 300; font-style: italic;
  color: rgba(184,147,96,0.6); display: block;
  margin-bottom: 10px; transition: color 0.2s;
}
.p-brand:hover .p-brand-name { color: var(--gold-l); }

.p-brand-desc {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(240,230,220,0.22); display: block;
  line-height: 1.9;
}

/* Hilovedoll & Coeros — own blocks side by side */
.partners-special {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1px; background: rgba(198,26,89,0.07);
  margin-bottom: 1px;
}

.p-special {
  background: var(--deep); padding: 44px 40px;
  text-align: center; transition: background 0.3s;
  text-decoration: none;
}
.p-special:hover { background: #150c12; }

.p-special-name {
  font-family: var(--fd); font-size: 24px;
  font-weight: 300; font-style: italic;
  display: block; margin-bottom: 10px;
  transition: color 0.2s;
}
.p-special.hilo .p-special-name { color: rgba(198,26,89,0.55); }
.p-special.hilo:hover .p-special-name { color: var(--rose-l); }
.p-special.coeros .p-special-name { color: rgba(184,147,96,0.5); }
.p-special.coeros:hover .p-special-name { color: var(--gold-l); }

.p-special-desc {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(240,230,220,0.22); display: block; line-height: 1.9;
}

/* Secondary brands */
.partners-secondary {
  display: flex; justify-content: center;
  align-items: center; flex-wrap: wrap;
  padding: 32px 0 0;
}
.p-sec {
  font-family: var(--fd); font-size: 18px;
  font-weight: 300; font-style: italic;
  color: rgba(240,230,220,0.18);
  text-decoration: none; padding: 10px 22px;
  transition: color 0.2s; position: relative;
}
.p-sec::after {
  content: '·'; position: absolute; right: -2px;
  color: rgba(198,26,89,0.1); font-style: normal;
}
.p-sec:last-child::after { display: none; }
.p-sec:hover { color: rgba(240,230,220,0.42); }

/* Brand-specific typography for partner names */
.p-brand-name.fanreal {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 100; letter-spacing: 0.28em;
  font-style: normal; text-transform: uppercase; font-size: 18px;
}
.p-brand-name.sedoll {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400; letter-spacing: 0.18em;
  font-style: normal; text-transform: uppercase; font-size: 30px;
}
.p-brand-name.mmx {
  font-family: 'Raleway', sans-serif;
  font-weight: 100; letter-spacing: 0.42em;
  font-style: normal; text-transform: uppercase; font-size: 20px;
}
.p-special-name.hilo-n {
  font-family: 'Playfair Display', serif;
  font-weight: 400; font-style: italic;
  letter-spacing: 0.04em; font-size: 26px;
}
.p-special-name.coeros-n {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200; letter-spacing: 0.32em;
  font-style: normal; text-transform: uppercase; font-size: 17px;
}

/* FOLLOW */
.follow {
  padding: 80px 60px;
  border-top: 1px solid rgba(198,26,89,0.1);
  display: flex; justify-content: space-between; align-items: center;
}
.follow-left {}
.follow-ey {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--rose); display: block; margin-bottom: 16px;
}
.follow-hl {
  font-family: var(--fd);
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 300; line-height: 1.1;
}
.follow-hl em { font-style: italic; color: var(--rose-l); }
.follow-soc {
  display: flex; gap: 12px; list-style: none;
}
.follow-soc a {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(184,147,96,0.2);
  color: var(--muted); text-decoration: none;
  transition: color 0.2s, border-color 0.2s;
}
.follow-soc a:hover { color: var(--rose); border-color: rgba(198,26,89,0.4); }
.follow-soc svg { width: 14px; height: 14px; fill: currentColor; }

/* FOOTER */
footer {
  padding: 64px 60px 48px;
  border-top: 1px solid rgba(198,26,89,0.1);
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 48px; align-items: start;
}
.f-logo {
  font-family: var(--fd); font-size: 20px; font-weight: 300;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 12px;
}
.f-logo em { font-style: italic; color: var(--rose); }
.f-tagline {
  font-size: 14px; font-weight: 300; font-style: italic;
  color: rgba(184,147,96,0.85); line-height: 1.65;
}
.f-dual {
  font-family: var(--fu); font-size: 9px; font-weight: 300;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--rose); margin-top: 16px;
  line-height: 1.8;
}

.f-mid {
  display: flex; flex-direction: column;
  align-items: center; gap: 20px;
}
.f-email {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  transition: color 0.2s;
}
.f-email:hover { color: var(--gold-l); }

.f-nav { list-style: none; display: flex; flex-direction: column; gap: 13px; align-items: flex-end; }
.f-nav a {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(240,230,220,0.65); text-decoration: none;
  transition: color 0.2s;
}
.f-nav a:hover { color: var(--ink); }

.f-bottom {
  grid-column: 1/-1; padding-top: 28px;
  border-top: 1px solid rgba(198,26,89,0.07);
  display: flex; justify-content: space-between; align-items: center;
}
.f-copy {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(240,230,220,0.45);
}
.f-forums { display: flex; gap: 24px; }
.f-forums a {
  font-family: var(--fu); font-size: 9px; font-weight: 200;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); text-decoration: none;
  transition: color 0.2s;
}
.f-forums a:hover { color: var(--gold-l); }

/* REVEAL */
.r  { opacity:0; transform:translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.rl { opacity:0; transform:translateX(-20px); transition: opacity 0.9s ease, transform 0.9s ease; }
.rr { opacity:0; transform:translateX(20px); transition: opacity 0.9s ease, transform 0.9s ease; }
.in { opacity:1 !important; transform:translate(0) !important; }
.d1 { transition-delay:0.1s; } .d2 { transition-delay:0.22s; }
.d3 { transition-delay:0.34s; } .d4 { transition-delay:0.48s; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  nav { padding: 20px 32px; }
  nav.solid { padding: 16px 32px; }
  .nav-links li:not(:last-child) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-r { display: none; }
  .hero-l { padding: 130px 32px 88px; }
  .hero-glow { display: none; }
  .jessy { grid-template-columns: 1fr; }
  .jessy-img { height: 60vw; }
  .jessy-img::after { background: linear-gradient(to top, var(--black) 20%, transparent); }
  .jessy-body { padding: 60px 32px; }
  .origin-inner { flex-direction: column; }
  .origin-aside { width: 100%; border-top: 1px solid rgba(198,26,89,0.1); }
  .muses { padding: 80px 32px 0; }
  .muses-grid { grid-template-columns: repeat(4, 1fr); }
  .muses-top { flex-direction: column; align-items: flex-start; gap: 14px; }
  .muses-sub { text-align: left; }
  .interlude { padding: 64px 32px; }
  .story { grid-template-columns: 1fr; }
  .story-img { height: 55vw; min-height: 300px; }
  .story-img::after { background: linear-gradient(to top, var(--black) 20%, transparent); }
  .story-body { padding: 60px 32px; }
  .truths { padding: 90px 32px; }
  .studio-latest { padding: 80px 32px; }
  .studio-grid { grid-template-columns: 1fr; }
  .partners { padding: 72px 32px; }
  .partners-brands { grid-template-columns: 1fr; }
  .partners-special { grid-template-columns: 1fr; }
  .follow { padding: 60px 32px; flex-direction: column; align-items: flex-start; gap: 36px; }
  footer { grid-template-columns: 1fr; padding: 52px 32px 40px; }
  .f-nav { align-items: flex-start; }
  .f-bottom { flex-direction: column; gap: 14px; }
}

@media (max-width: 600px) {
  .muses-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-title { font-size: 58px; }
  .ann { font-size: 8px; }
}


/* WORDPRESS PAGE TEMPLATES */
.page-shell {
  padding: 180px 60px 80px;
  max-width: 1400px;
  margin: 0 auto;
}
.page-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}
.page-kicker {
  display: block;
  margin-bottom: 18px;
  font-family: var(--fu);
  font-size: 9px;
  font-weight: 200;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--rose);
}
.page-title {
  font-family: var(--fd);
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.95;
  font-weight: 300;
}
.page-title em { color: var(--rose); font-style: italic; }
.page-intro {
  margin-top: 24px;
  max-width: 680px;
  color: var(--dim);
  font-size: 24px;
  line-height: 1.45;
}
.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.meta-chip, .cast-tag, .p-sec {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(240,230,220,0.12);
  background: rgba(255,255,255,0.02);
  color: var(--dim);
  font-family: var(--fu);
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.page-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}
.page-card {
  grid-column: span 4;
  border: 1px solid rgba(240,230,220,0.10);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  padding: 28px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
}
.page-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--rose), rgba(198,26,89,0));
  opacity: 0.8;
}
.page-card.wide { grid-column: span 8; }
.page-card.full { grid-column: 1 / -1; }
.page-card h2, .page-card h3 {
  font-family: var(--fd);
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 0.98;
  font-weight: 300;
  margin-bottom: 18px;
}
.page-card h3 { font-size: clamp(24px, 2.4vw, 34px); }
.page-card p, .page-card li {
  color: var(--dim);
  font-size: 22px;
  line-height: 1.5;
}
.page-card ul {
  list-style: none;
  display: grid;
  gap: 14px;
}
.page-card strong { color: var(--ink); font-weight: 400; }
.page-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(198,26,89,0.8), rgba(184,147,96,0.3), rgba(198,26,89,0));
  margin: 28px 0 34px;
}
.placeholder-media {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(240,230,220,0.10);
  background: linear-gradient(180deg, rgba(198,26,89,0.08), rgba(255,255,255,0.03));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-family: var(--fu);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.k-note {
  font-family: var(--fu);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}
.page-stream {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
.stream-item {
  padding: 28px;
  border: 1px solid rgba(240,230,220,0.10);
  background: rgba(255,255,255,0.02);
}
.stream-item h3 {
  font-family: var(--fd);
  font-size: 34px;
  line-height: 1.02;
  font-weight: 300;
  margin: 14px 0 12px;
}
.stream-item p {
  color: var(--dim);
  font-size: 20px;
  line-height: 1.5;
}
.stream-item .meta-chip { margin-top: 16px; }
.brand-stack {
  display: grid;
  gap: 16px;
}
.brand-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(240,230,220,0.08);
}
.brand-row:last-child { border-bottom: 0; padding-bottom: 0; }
.brand-row strong {
  display: block;
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  min-width: 150px;
}
.brand-row span {
  color: var(--dim);
  font-size: 20px;
  line-height: 1.45;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.contact-list {
  display: grid;
  gap: 14px;
}
.contact-list a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(240,230,220,0.16);
  padding-bottom: 12px;
  font-size: 22px;
}
.editor-content {
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(240,230,220,0.10);
  background: rgba(255,255,255,0.02);
}
.editor-content h2,
.editor-content h3,
.editor-content h4 {
  font-family: var(--fd);
  font-weight: 300;
  margin: 0 0 14px;
}
.editor-content p,
.editor-content li {
  color: var(--dim);
  font-size: 21px;
  line-height: 1.55;
}
.editor-content ul,
.editor-content ol {
  margin-left: 20px;
}
@media (max-width: 1100px) {
  .page-hero,
  .contact-grid,
  .page-stream { grid-template-columns: 1fr; }
  .page-meta { justify-content: flex-start; }
  .page-card,
  .page-card.wide,
  .page-card.full { grid-column: 1 / -1; }
}
@media (max-width: 820px) {
  .page-shell { padding: 150px 22px 64px; }
  .page-intro,
  .page-card p,
  .page-card li,
  .stream-item p,
  .contact-list a,
  .editor-content p,
  .editor-content li { font-size: 18px; }
  .brand-row { flex-direction: column; gap: 8px; }
}


/* READABILITY + CONTRAST REFINEMENT v1.0.2 */
:root {
  --ink:    #f6eee7;
  --dim:    rgba(246,238,231,0.88);
  --muted:  rgba(246,238,231,0.68);
  --ghost:  rgba(246,238,231,0.26);
  --gold:   #c69d6d;
  --gold-l: #dfb788;
  --rose-l: #f08fb1;
}

body {
  font-size: 18px;
  line-height: 1.65;
}

.ann,
.nav-links a,
.nav-contact,
.hero-loc,
.hero-img-ph,
.hero-scroll-label,
.jessy-eyebrow,
.jessy-mmx-text,
.jessy-mary,
.lnk,
.origin-detail,
.muses-sub,
.mt-note,
.story-badge,
.story-ey,
.cast-tag,
.sc-type,
.sc-meta,
.partners-ey,
.p-brand-desc,
.p-special-desc,
.follow-ey,
.f-dual,
.f-email,
.f-nav a,
.f-copy,
.f-forums a,
.page-kicker,
.meta-chip,
.k-note,
.placeholder-media,
.brand-row strong {
  font-size: clamp(10px, 0.78vw, 11px);
}

.hero-sub,
.jessy-text,
.story-desc,
.sc-excerpt,
.partners-intro,
.f-tagline,
.page-intro,
.page-card p,
.page-card li,
.stream-item p,
.brand-row span,
.contact-list a,
.editor-content p,
.editor-content li {
  font-size: clamp(18px, 1.22vw, 20px);
  line-height: 1.7;
}

.origin-text,
.interlude-text,
.truth-body {
  color: rgba(246,238,231,0.86);
}

.mt-name {
  font-size: 26px;
}

.p-brand-name {
  color: rgba(198,157,109,0.82);
}

.p-brand-desc,
.p-special-desc {
  color: rgba(246,238,231,0.56);
}

.p-special.hilo .p-special-name {
  color: rgba(207,47,109,0.72);
}

.p-special.coeros .p-special-name {
  color: rgba(198,157,109,0.72);
}

.p-sec {
  color: rgba(246,238,231,0.42);
}

.p-sec:hover {
  color: rgba(246,238,231,0.72);
}

.follow-soc a {
  color: rgba(246,238,231,0.74);
}

@media (max-width: 820px) {
  .hero-sub,
  .jessy-text,
  .story-desc,
  .sc-excerpt,
  .partners-intro,
  .f-tagline,
  .page-intro,
  .page-card p,
  .page-card li,
  .stream-item p,
  .brand-row span,
  .contact-list a,
  .editor-content p,
  .editor-content li {
    font-size: 18px;
  }

  .ann,
  .nav-links a,
  .nav-contact,
  .hero-loc,
  .jessy-eyebrow,
  .jessy-mmx-text,
  .jessy-mary,
  .lnk,
  .origin-detail,
  .muses-sub,
  .mt-note,
  .story-badge,
  .story-ey,
  .cast-tag,
  .sc-type,
  .sc-meta,
  .partners-ey,
  .p-brand-desc,
  .p-special-desc,
  .follow-ey,
  .f-dual,
  .f-email,
  .f-nav a,
  .f-copy,
  .f-forums a,
  .page-kicker,
  .meta-chip,
  .k-note,
  .placeholder-media,
  .brand-row strong {
    font-size: 10px;
  }
}
