/* ============================================================
   TATIANA VACCARO — OFFICIAL WEBSITE
   Luxury Editorial Personal Brand
   Design Direction: Metallic Charcoal + Silver | Bodoni Moda | Josefin Sans
   ============================================================ */

:root {
  --navy:       #1A1A1A;
  --navy-mid:   #282828;
  --navy-light: #3A3A3A;
  --black:      #080808;
  --gold:       #999999;
  --champagne:  #D0D0D0;
  --ivory:      #FFFFFF;
  --white:      #FFFFFF;
  --dark-text:  #1A1A1A;
  --mid-text:   #666666;
  --light-text: #999999;
  --border:     rgba(150,150,150,0.22);
  --font-serif:    'Bodoni Moda', Georgia, serif;
  --font-display:  'Great Vibes', cursive;
  --font-quote:    'Cormorant Garamond', Georgia, serif;
  --font-sans:     'Josefin Sans', sans-serif;
  --ease:       0.4s ease;
  --max-width:  1320px;
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
html, body { overflow-x: hidden; max-width: 100%; }
body {
  background: var(--ivory);
  color: var(--dark-text);
  font-family: var(--font-sans);
  font-weight: 200;
  line-height: 1.85;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

/* Optical sizing for Bodoni Moda — enables dramatic thin/thick contrast at display sizes */
h1, h2, h3, .hero-name, .footer-brand-name, .nav-logo-name,
.contact-email-link, .achievement-year, .pull-quote,
.dance-style-item h3, .queen-badge h3 { font-optical-sizing: auto; }

/* ---- LAYOUT ---- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 80px;
}
@media (max-width: 768px) { .container { padding: 0 24px; } }

/* ---- SECTION SHARED ---- */
.section-label {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
  display: block;
}
.section-label.light { color: var(--champagne); }

h2.editorial {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.1vw, 2.7rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--dark-text);
}
h2.editorial.light { color: var(--white); }

.pull-quote {
  font-family: var(--font-quote);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  color: var(--gold);
  letter-spacing: 0.02em;
}

/* ---- NAVIGATION ---- */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  padding: 24px 0;
  transition: background var(--ease), padding var(--ease), box-shadow var(--ease);
}
#nav.scrolled {
  background: rgba(26,26,26,0.97);
  padding: 16px 0;
  box-shadow: 0 1px 0 rgba(150,150,150,0.15);
  backdrop-filter: blur(12px);
}
.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.nav-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  flex-shrink: 0;
}
.nav-logo-name {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 0.06em;
  transition: color var(--ease);
}
.nav-logo-title {
  font-family: var(--font-sans);
  font-size: 0.52rem;
  font-weight: 200;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 4px;
}
.nav-links {
  display: flex;
  list-style: none;
  gap: 40px;
  align-items: center;
}
.nav-links a {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 200;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  transition: color var(--ease);
  position: relative;
  padding-bottom: 3px;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width var(--ease);
}
.nav-links a:hover,
.nav-links a.active { color: var(--white); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  z-index: 201;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 1px;
  background: var(--white);
  transition: all var(--ease);
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---- HERO ---- */
.hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: top center;
  transform: scale(1.04);
  transition: transform 10s ease;
}
.hero:hover .hero-bg { transform: scale(1.0); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.18) 0%,
    rgba(0,0,0,0.22) 40%,
    rgba(0,0,0,0.78) 72%,
    rgba(0,0,0,0.92) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 24px 72px;
  max-width: 1200px;
  width: 100%;
}
.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 200;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  display: block;
}
.hero-name {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5.5vw, 5.5rem);
  font-weight: 400;
  line-height: 1.0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 14px;
  background: linear-gradient(
    100deg,
    #b8c4cc 0%,
    #dde8ee 15%,
    #f0f4f8 28%,
    #ffffff 38%,
    #eef2f8 43%,
    #ffffff 48%,
    #f8faff 53%,
    #dce8f0 62%,
    #f4f8fc 75%,
    #c8d4dc 88%,
    #b8c4cc 100%
  );
  background-size: 250% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 3px 28px rgba(0,0,0,0.7));
  transform-origin: center center;
  animation: nameShimmer 9s ease-in-out infinite, nameZoom 16s ease-in-out infinite alternate;
}
@keyframes nameShimmer {
  0%   { background-position: 160% center; }
  45%  { background-position: -60% center; }
  100% { background-position: 160% center; }
}
@keyframes nameZoom {
  0%   { transform: scale(1); }
  100% { transform: scale(1.09); }
}
.hero-subname {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 200;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 32px;
}
.hero-tagline {
  font-family: var(--font-quote);
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  font-weight: 300;
  font-style: italic;
  color: rgba(255,255,255,0.75);
  margin-bottom: 48px;
  letter-spacing: 0.03em;
}
.btn-primary {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000000;
  background: linear-gradient(100deg, #b8b8b8 0%, #e2e2e2 22%, #f8f8f8 42%, #ffffff 50%, #f4f4f4 58%, #dadada 78%, #b8b8b8 100%);
  background-size: 200% 100%;
  padding: 20px 60px;
  animation: btnShimmer 3.5s ease-in-out infinite;
  transition: opacity var(--ease);
}
.btn-primary:hover { opacity: 0.88; }
@keyframes btnShimmer {
  0%   { background-position: 100% center; }
  50%  { background-position: -100% center; }
  100% { background-position: 100% center; }
}
.btn-ghost {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.75);
  padding: 18px 48px;
  transition: border-color var(--ease), background var(--ease), color var(--ease);
}
.btn-ghost:hover {
  border-color: var(--white);
  background: rgba(255,255,255,0.14);
}
.btn-ghost.dark {
  color: var(--dark-text);
  border-color: rgba(0,0,0,0.5);
}
.btn-ghost.dark:hover {
  border-color: var(--navy);
  background: rgba(13,27,42,0.06);
}
.hero-scroll {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 0.52rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, rgba(200,200,200,0.6), transparent);
  animation: scrollPulse 2.2s ease infinite;
}
@keyframes scrollPulse {
  0%,100% { opacity: 0.4; transform: scaleY(0.7); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ---- MARQUEE STRIP ---- */
.marquee-strip {
  background: linear-gradient(90deg, #E8E8E8 0%, #D0D0D0 50%, #E8E8E8 100%);
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 18px 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-inner {
  display: inline-flex;
  animation: marquee 28s linear infinite;
}
.marquee-text {
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 200;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #2a2a2a;
  padding: 0 52px;
}
.marquee-dot {
  color: #4a4a4a;
  padding: 0 12px;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---- PILLARS ---- */
.pillars-section {
  background: var(--ivory);
  padding: 140px 0;
}
.pillars-header {
  text-align: center;
  margin-bottom: 100px;
}
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}
.pillar-card {
  background: var(--ivory);
  padding: 56px 44px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: background var(--ease);
}
.pillar-card:hover { background: var(--white); }
.pillar-icon {
  font-size: 1.2rem;
  margin-bottom: 36px;
  display: block;
  color: var(--gold);
}
.pillar-card h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--dark-text);
  margin-bottom: 24px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  white-space: nowrap;
}
.pillar-card p {
  font-size: 0.9rem;
  color: var(--mid-text);
  line-height: 1.9;
  font-weight: 200;
  max-width: 28ch;
}

/* ---- MAGAZINE FEATURE ---- */
.magazine-feature {
  background: #0c0c0c;
  padding: 60px 0 40px;
  text-align: center;
}
.magazine-feature .section-label {
  color: var(--champagne);
  letter-spacing: 0.25em;
}
.magazine-collage {
  position: relative;
  height: 560px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.mag-cover {
  position: absolute;
  width: 310px;
  filter: drop-shadow(0 24px 70px rgba(0,0,0,0.85));
  transition: transform 0.35s ease, filter 0.35s ease;
  cursor: pointer;
}
.mag-cover--1 {
  left: 4%;
  top: 60px;
  transform: rotate(-6deg);
  z-index: 2;
}
.mag-cover--2 {
  left: 50%;
  top: 20px;
  transform: translateX(-50%) rotate(2.5deg);
  z-index: 3;
}
.mag-cover--3 {
  right: 4%;
  top: 75px;
  transform: rotate(-2.5deg);
  z-index: 2;
}
.mag-cover:hover {
  transform: scale(1.06) rotate(0deg);
  filter: drop-shadow(0 36px 90px rgba(0,0,0,0.95));
  z-index: 10;
}

/* ---- PLATFORM TEASER ---- */
.platform-teaser {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #f5f5f5 0%, #d8d8d8 18%, #b2b2b2 36%, #7e7e7e 52%, #b2b2b2 68%, #d8d8d8 84%, #f5f5f5 100%);
  padding: 100px 0;
  text-align: center;
}
.platform-teaser::before {
  content: '';
  position: absolute;
  inset: -8%;
  background-image: url('../assets/ballroom/1000230278001.jpg');
  background-size: cover;
  background-position: center 10%;
  filter: grayscale(100%) brightness(1.15);
  opacity: 0.22;
  animation: kenBurns 24s ease-in-out infinite alternate;
  z-index: 0;
}
.platform-teaser .container {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
.platform-teaser h2.editorial {
  white-space: nowrap;
}
.platform-teaser .pull-quote {
  color: var(--champagne);
  font-size: 1.05rem;
  white-space: nowrap;
  margin: 14px 0 40px;
}

/* ---- GALLERY PREVIEW STRIP ---- */
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 520px;
}
.strip-item {
  background-size: cover;
  background-position: top center;
  position: relative;
  overflow: hidden;
}
.strip-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background var(--ease);
}
.strip-item:hover::after { background: rgba(0,0,0,0.2); }
.strip-cta {
  background: linear-gradient(160deg, #f5f5f5 0%, #d8d8d8 18%, #b2b2b2 36%, #7e7e7e 52%, #b2b2b2 68%, #d8d8d8 84%, #f5f5f5 100%);
  padding: 100px 0;
  text-align: center;
}
.strip-cta .btn-ghost {
  color: var(--dark-text);
  border-color: rgba(0,0,0,0.3);
}
.strip-cta .btn-ghost:hover {
  border-color: var(--dark-text);
  background: rgba(0,0,0,0.06);
}

/* ---- MEDIA CTA ---- */
.media-cta {
  background: var(--ivory);
  padding: 120px 0;
  text-align: center;
}
.media-cta .section-label { color: var(--light-text); }
.media-cta h2.editorial { color: var(--navy); }
.media-cta p {
  font-size: 0.92rem;
  font-weight: 200;
  color: var(--mid-text);
  margin: 20px 0 44px;
  letter-spacing: 0.04em;
}

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: linear-gradient(160deg, #f5f5f5 0%, #d8d8d8 18%, #b2b2b2 36%, #7e7e7e 52%, #b2b2b2 68%, #d8d8d8 84%, #f5f5f5 100%);
  padding: 200px 0 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -60px; left: 50%;
  transform: translateX(-50%);
  width: 1px; height: 80px;
  background: var(--border);
}
.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.page-hero .subheadline {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 200;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--champagne);
}

/* ---- ABOUT PAGE HERO KB ---- */
.page-hero:has(.about-kb) {
  background: #080808;
}
.page-hero:has(.about-kb) h1 { color: var(--white); }
.page-hero:has(.about-kb) .subheadline { color: rgba(255,255,255,0.72); }
.page-hero:has(.about-kb) .section-label.light { color: var(--champagne); }
.about-kb {
  position: absolute;
  inset: -12%;
  background-image: url('../assets/submission/Vaccaro_03_BallroomSmooth.jpg');
  background-size: cover;
  background-position: center 20%;
  filter: grayscale(100%) brightness(1.05);
  opacity: 0.58;
  animation: kenBurnsAbout 22s ease-in-out infinite alternate;
  z-index: 0;
}
.page-hero .container {
  position: relative;
  z-index: 1;
}
@keyframes kenBurnsAbout {
  0%   { transform: scale(1.0) translate(0%, 0%); }
  100% { transform: scale(1.26) translate(-6%, 3%); }
}

/* ---- BALLROOM PAGE HERO KB ---- */
.page-hero:has(.ballroom-kb) {
  background: #080808;
}
.page-hero:has(.ballroom-kb) h1 { color: var(--white); }
.page-hero:has(.ballroom-kb) .subheadline { color: rgba(255,255,255,0.72); }
.page-hero:has(.ballroom-kb) .section-label.light { color: var(--champagne); }
.ballroom-kb {
  position: absolute;
  inset: 0;
  background-image: url('../assets/ballroom/photo-tamie-sinclair-9.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  filter: grayscale(100%) brightness(1.18) contrast(1.3);
  opacity: 0.95;
  animation: kenBurnsContact 28s ease-in-out infinite alternate;
  z-index: 0;
}
.page-hero:has(.ballroom-kb)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 75% at center, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.32) 55%, rgba(0,0,0,0.2) 100%);
  z-index: 0;
  pointer-events: none;
}

/* ---- PLATFORM PAGE HERO KB ---- */
.page-hero:has(.platform-kb) {
  background: #080808;
}
.page-hero:has(.platform-kb) h1 { color: var(--white); }
.page-hero:has(.platform-kb) .subheadline { color: rgba(255,255,255,0.72); }
.page-hero:has(.platform-kb) .section-label.light { color: var(--champagne); }
.platform-kb {
  position: absolute;
  inset: 0;
  background-image: url('../assets/ballroom/ballroom2/13.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  filter: grayscale(100%) brightness(1.18) contrast(1.3);
  opacity: 0.95;
  animation: kenBurnsContact 28s ease-in-out infinite alternate;
  z-index: 0;
}
.page-hero:has(.platform-kb)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 75% at center, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.32) 55%, rgba(0,0,0,0.2) 100%);
  z-index: 0;
  pointer-events: none;
}

/* ---- CONTACT PAGE HERO KB ---- */
.page-hero:has(.contact-kb) {
  background: #080808;
}
.page-hero:has(.contact-kb) h1 { color: var(--white); }
.page-hero:has(.contact-kb) .subheadline { color: rgba(255,255,255,0.72); }
.page-hero:has(.contact-kb) .section-label.light { color: var(--champagne); }
.contact-kb {
  position: absolute;
  inset: 0;
  background-image: url('../assets/ballroom/ballroom2/16.png');
  background-size: cover;
  background-position: center 12%;
  filter: grayscale(100%) brightness(0.95) contrast(1.4);
  opacity: 0.92;
  animation: kenBurnsContact 28s ease-in-out infinite alternate;
  z-index: 0;
}
.page-hero:has(.contact-kb)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.38) 45%, rgba(0,0,0,0.68) 100%);
  z-index: 0;
  pointer-events: none;
}
@keyframes kenBurnsContact {
  0%   { transform: scale(1.0) translate(0%, 0%); }
  100% { transform: scale(1.05) translate(0%, -1%); }
}

/* ---- PRESS PAGE HERO KB ---- */
.page-hero:has(.press-kb) {
  background: #080808;
}
.page-hero:has(.press-kb) h1 { color: var(--white); }
.page-hero:has(.press-kb) .subheadline { color: rgba(255,255,255,0.72); }
.page-hero:has(.press-kb) .section-label.light { color: var(--champagne); }
.press-kb {
  position: absolute;
  inset: 0;
  background-image: url('../assets/ballroom/press_redgown_notext.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  filter: grayscale(100%) brightness(1.02) contrast(1.35);
  opacity: 0.9;
  animation: kenBurnsContact 28s ease-in-out infinite alternate;
  z-index: 0;
}

/* ---- GALLERY PAGE HERO KB ---- */
.page-hero:has(.gallery-kb) {
  background: #080808;
}
.page-hero:has(.gallery-kb) h1 { color: var(--white); }
.page-hero:has(.gallery-kb) .subheadline { color: rgba(255,255,255,0.72); }
.page-hero:has(.gallery-kb) .section-label.light { color: var(--champagne); }
.gallery-kb {
  position: absolute;
  inset: 0;
  background-image: url('../assets/submission/Vaccaro_02_EveningGown.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  filter: grayscale(100%) brightness(1.0) contrast(1.4);
  opacity: 0.9;
  animation: kenBurnsContact 28s ease-in-out infinite alternate;
  z-index: 0;
}
.page-hero:has(.gallery-kb)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 75% at center, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0.35) 100%);
  z-index: 0;
  pointer-events: none;
}

/* ---- ABOUT PAGE ---- */
.about-section {
  padding: 140px 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 100px;
  align-items: start;
}
.about-image-wrap {
  position: sticky;
  top: 100px;
}
.about-image-wrap img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top center;
}
.about-image-caption {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--light-text);
  margin-top: 14px;
  font-weight: 200;
}
.about-text h3 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--dark-text);
  margin: 56px 0 18px;
  letter-spacing: 0.03em;
}
.about-text h3:first-child { margin-top: 0; }
.about-text p {
  font-size: 1rem;
  line-height: 2.0;
  color: #444;
  font-weight: 200;
  margin-bottom: 8px;
}
.about-pull-quote {
  background: linear-gradient(160deg, #f5f5f5 0%, #d8d8d8 18%, #b2b2b2 36%, #7e7e7e 52%, #b2b2b2 68%, #d8d8d8 84%, #f5f5f5 100%);
  padding: 120px 0;
  text-align: center;
}
.about-pull-quote .pull-quote { color: var(--champagne); }
.about-pull-quote .pull-quote-attr {
  font-family: var(--font-sans);
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 24px;
  display: block;
}

/* ---- BALLROOM PAGE ---- */
.ballroom-intro {
  padding: 120px 0;
  background: var(--ivory);
}
.ballroom-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ballroom-intro-text h2 { margin-bottom: 28px; }
.ballroom-intro-text p {
  font-size: 0.92rem;
  line-height: 1.95;
  color: #555;
  font-weight: 200;
  margin-bottom: 16px;
}
.ballroom-intro img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: top center;
}
.achievements-section {
  background: #111111;
  padding: 120px 0;
}
.achievements-section h2.editorial { color: var(--white); margin-bottom: 64px; }
.achievement-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  align-items: start;
}
.achievement-row:first-of-type { border-top: 1px solid rgba(255,255,255,0.12); }
.achievement-year {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  line-height: 1;
}
.achievement-details h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
.achievement-details .result {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 200;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 10px;
  display: block;
}
.achievement-details p {
  font-size: 0.83rem;
  font-weight: 200;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
}
.dance-styles {
  background: var(--ivory);
  padding: 120px 0;
  text-align: center;
}
.dance-styles-grid {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 56px;
}
.dance-style-item {
  text-align: center;
}
.dance-style-item h3 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--dark-text);
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
.dance-style-item p {
  font-size: 0.72rem;
  font-weight: 200;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.ballroom-photos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 520px;
}
.ballroom-photos .photo-item {
  background-size: cover;
  background-position: top center;
}

/* ---- PLATFORM PAGE ---- */
.platform-hero-section {
  background: linear-gradient(160deg, #f5f5f5 0%, #d8d8d8 18%, #b2b2b2 36%, #7e7e7e 52%, #b2b2b2 68%, #d8d8d8 84%, #f5f5f5 100%);
  padding: 90px 0;
  text-align: center;
}
.platform-statement {
  font-family: var(--font-quote);
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 400;
  font-style: italic;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
  letter-spacing: 0.02em;
  max-width: 820px;
  margin: 22px auto 0;
}
.platform-pillars-section {
  background: var(--ivory);
  padding: 140px 0;
}
.platform-pillars-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 80px;
}
.platform-pillar {
  padding: 64px 56px;
  border: 1px solid var(--border);
  background: var(--white);
  transition: box-shadow var(--ease);
}
.platform-pillar:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,0.1);
}
.platform-pillar-num {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 400;
  color: rgba(0,0,0,0.12);
  line-height: 1;
  margin-bottom: 20px;
}
.platform-pillar h3 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--dark-text);
  margin-bottom: 14px;
  letter-spacing: 0.03em;
}
.platform-pillar p {
  font-size: 0.86rem;
  font-weight: 200;
  color: var(--mid-text);
  line-height: 1.9;
}
.platform-cta-section {
  background: linear-gradient(160deg, #f5f5f5 0%, #d8d8d8 18%, #b2b2b2 36%, #7e7e7e 52%, #b2b2b2 68%, #d8d8d8 84%, #f5f5f5 100%);
  padding: 140px 0;
  text-align: center;
}
.platform-cta-section .pull-quote { color: var(--champagne); margin: 28px 0 52px; }

/* ---- GALLERY PAGE ---- */
.gallery-section {
  padding: 120px 0;
  background: var(--ivory);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 96px;
}
.gallery-cell {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  background: var(--navy-light);
}
.gallery-cell.landscape { aspect-ratio: 4/3; }
.gallery-cell img,
.gallery-cell .gallery-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s ease;
}
.gallery-cell .gallery-bg {
  background-size: cover;
  background-position: top center;
}
.gallery-cell:hover img,
.gallery-cell:hover .gallery-bg { transform: scale(1.04); }
.gallery-cell-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-cell:hover .gallery-cell-overlay { background: rgba(0,0,0,0.35); }
.gallery-cell-label {
  font-family: var(--font-sans);
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0;
  transition: opacity var(--ease);
}
.gallery-cell:hover .gallery-cell-label { opacity: 1; }
.placeholder-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--navy-light);
}
.placeholder-cell .ph-icon {
  font-size: 1.5rem;
  color: rgba(150,150,150,0.4);
}
.placeholder-cell .ph-label {
  font-family: var(--font-sans);
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

/* ---- LIGHTBOX ---- */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(8,8,8,0.96);
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 28px; right: 36px;
  color: rgba(255,255,255,0.6);
  font-size: 1.8rem;
  cursor: pointer;
  font-weight: 100;
  transition: color var(--ease);
  background: none;
  border: none;
  font-family: var(--font-sans);
}
.lightbox-close:hover { color: var(--white); }

/* ---- PRESS PAGE ---- */
.press-intro {
  background: var(--ivory);
  padding: 120px 0;
}
.press-intro p {
  font-size: 1rem;
  font-weight: 200;
  color: #555;
  line-height: 2.0;
  max-width: 680px;
  margin-top: 28px;
}
.queen-section {
  background: #111111;
  padding: 120px 0;
}
.queen-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.queen-text .section-label { color: var(--gold); }
.queen-text h2 { color: var(--white); margin-bottom: 24px; }
.queen-text p {
  font-size: 0.92rem;
  font-weight: 200;
  color: rgba(255,255,255,0.65);
  line-height: 1.95;
  margin-bottom: 16px;
}
.queen-badge {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 56px 48px;
  text-align: center;
}
.queen-badge .badge-label {
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
  display: block;
}
.queen-badge h3 {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 14px;
  letter-spacing: 0.04em;
}
.queen-badge p {
  font-size: 0.78rem;
  font-weight: 200;
  color: rgba(255,255,255,0.45);
  line-height: 1.8;
}
.press-kit-section {
  background: var(--ivory);
  padding: 120px 0;
  text-align: center;
}
.press-kit-section h2 { margin-bottom: 24px; }
.press-kit-section p {
  font-size: 0.92rem;
  font-weight: 200;
  color: var(--mid-text);
  max-width: 520px;
  margin: 0 auto 44px;
  line-height: 1.9;
}
.press-contact-section {
  background: #111111;
  padding: 120px 0;
  text-align: center;
}
.press-contact-section h2 { color: var(--white); margin-bottom: 20px; }
.press-contact-section p {
  font-size: 0.88rem;
  font-weight: 200;
  color: rgba(255,255,255,0.55);
  margin-bottom: 36px;
}
.contact-email-link {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--champagne);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 4px;
  transition: color var(--ease);
  letter-spacing: 0.03em;
}
.contact-email-link:hover { color: var(--gold); }

/* ---- CONTACT PAGE ---- */
.contact-section {
  padding: 140px 0;
  background: var(--ivory);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 100px;
  align-items: start;
}
.contact-info h2 { margin-bottom: 28px; }
.contact-info p {
  font-size: 0.92rem;
  font-weight: 200;
  color: var(--mid-text);
  line-height: 2.0;
  margin-bottom: 44px;
}
.contact-detail {
  margin-bottom: 28px;
}
.contact-detail .label {
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  display: block;
}
.contact-detail .value {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--dark-text);
  letter-spacing: 0.03em;
}
.contact-form {
  background: var(--white);
  padding: 64px 60px;
  border: 1px solid var(--border);
}
.form-group {
  margin-bottom: 32px;
}
.form-group label {
  display: block;
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--mid-text);
  margin-bottom: 10px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 200;
  color: var(--dark-text);
  background: #FAFAFA;
  border: 1px solid rgba(0,0,0,0.1);
  padding: 16px 18px;
  outline: none;
  transition: border-color var(--ease);
  appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
}
.form-group textarea { resize: vertical; min-height: 160px; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-submit {
  width: 100%;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--white);
  background: #1a1a1a;
  border: none;
  padding: 22px;
  cursor: pointer;
  transition: background var(--ease);
}
.form-submit:hover { background: #000000; }

/* Ghost buttons on LIGHT backgrounds need dark text to be legible */
.strip-cta .btn-ghost,
.platform-teaser .btn-ghost {
  color: var(--dark-text);
  border-color: rgba(0,0,0,0.5);
}
.strip-cta .btn-ghost:hover,
.platform-teaser .btn-ghost:hover {
  border-color: var(--dark-text);
  background: rgba(0,0,0,0.06);
}
.form-submit:hover { background: var(--champagne); }
.form-managed {
  font-size: 0.72rem;
  font-weight: 300;
  color: var(--mid-text);
  text-align: center;
  margin-top: 18px;
  letter-spacing: 0.1em;
}

/* ---- FOOTER ---- */
.footer {
  background: linear-gradient(160deg, #505050 0%, #2c2c2c 18%, #141414 36%, #060606 52%, #141414 68%, #2c2c2c 84%, #505050 100%);
  padding: 72px 0 40px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  margin-bottom: 36px;
}
.footer-brand-name {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}
.footer-brand-title {
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 10px;
}
.footer-brand-competing {
  font-size: 0.7rem;
  font-weight: 200;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.06em;
}
.footer-social {
  display: flex;
  gap: 24px;
}
.footer-social-link {
  font-size: 0.56rem;
  font-weight: 200;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: color var(--ease), border-color var(--ease);
}
.footer-social-link:hover {
  color: var(--white);
  border-color: rgba(255,255,255,0.4);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-size: 0.6rem;
  font-weight: 200;
  color: rgba(255,255,255,0.3);
}
.footer-managed {
  font-size: 0.6rem;
  font-weight: 200;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.12em;
}

/* ---- ANIMATIONS ---- */
@keyframes kenBurns {
  0%   { transform: scale(1.0) translate(0%, 0%); }
  100% { transform: scale(1.14) translate(-3%, 0%); }
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.fade-in.delay-1 { transition-delay: 0.15s; }
.fade-in.delay-2 { transition-delay: 0.30s; }
.fade-in.delay-3 { transition-delay: 0.45s; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ---- LIGHT SILVER OMBRE — DARK TEXT OVERRIDES ---- */

.about-pull-quote .pull-quote { color: var(--dark-text); }
.about-pull-quote .pull-quote-attr { color: var(--mid-text); }


.platform-hero-section h2.editorial { color: var(--dark-text); }
.platform-statement { color: rgba(30,30,30,0.85); }
.platform-hero-section .section-label.light { color: var(--mid-text); }

.platform-teaser h2.editorial { color: var(--dark-text); }
.platform-teaser .pull-quote { color: var(--dark-text); }
.platform-teaser .btn-ghost { color: var(--dark-text); border-color: rgba(0,0,0,0.3); }
.platform-teaser .btn-ghost:hover { border-color: var(--dark-text); background: rgba(0,0,0,0.06); }

.platform-cta-section h2.editorial { color: var(--dark-text); }
.platform-cta-section .pull-quote { color: var(--dark-text); }
.platform-cta-section .btn-ghost { color: var(--dark-text); border-color: rgba(0,0,0,0.3); }
.platform-cta-section .btn-ghost:hover { border-color: var(--dark-text); background: rgba(0,0,0,0.06); }


.contact-email-link:hover { color: var(--white); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: minmax(0, 1fr); }
  .about-image-wrap { position: static; }
  .about-image-wrap img { aspect-ratio: 16/9; }
  .queen-inner { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .pillars-grid { grid-template-columns: minmax(0, 1fr); }
  .ballroom-intro-grid { grid-template-columns: minmax(0, 1fr); }
  .platform-pillars-grid { grid-template-columns: minmax(0, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); height: auto; }
  .strip-item { aspect-ratio: 4/3; }
}
@media (max-width: 768px) {
  .nav-inner { padding: 0 24px; }
  .hero-name { white-space: normal; letter-spacing: 0.06em; line-height: 1.05; }
  .hero-content { padding-left: 20px; padding-right: 20px; }
  .nav-links {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    background: var(--navy);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    z-index: 250;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.05rem; font-weight: 200; color: rgba(255,255,255,0.85); }
  .nav-toggle { display: flex; position: relative; z-index: 260; }
  .contact-form { padding: 40px 28px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .dance-styles-grid { flex-direction: column; gap: 40px; }
  .gallery-grid { grid-template-columns: minmax(0, 1fr); }
  .gallery-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ballroom-photos { grid-template-columns: minmax(0, 1fr); height: auto; }
  .ballroom-photos .photo-item { aspect-ratio: 16/9; }
  .achievement-row { grid-template-columns: 70px minmax(0, 1fr); gap: 20px; }
  .pillar-card { padding: 44px 26px 48px; }
  .platform-pillar { padding: 44px 26px; }
  .pillars-section { padding: 100px 0; }
  .about-section { padding: 100px 0; }
  .contact-section { padding: 100px 0; }
}

/* ---- BLOG PAGE ---- */
.page-hero:has(.blog-kb) { background: #111111; }
.page-hero:has(.blog-kb) h1 { color: var(--white); }
.page-hero:has(.blog-kb) .subheadline { color: rgba(255,255,255,0.72); }
.page-hero:has(.blog-kb) .section-label.light { color: var(--champagne); }
.blog-kb {
  position: absolute;
  inset: 0;
  background-image: url('../assets/ballroom/suit.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  filter: grayscale(100%) brightness(0.85) contrast(1.18);
  opacity: 0.92;
  animation: kenBurnsContact 26s ease-in-out infinite alternate;
  z-index: 0;
}
.page-hero:has(.blog-kb)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 80% at center, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.28) 100%);
  z-index: 0;
  pointer-events: none;
}
.blog-coming {
  background: var(--ivory);
  padding: 120px 0 40px;
  text-align: center;
}
.blog-coming h2.editorial { margin-bottom: 28px; }
.blog-intro {
  max-width: 660px;
  margin: 0 auto 18px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.9;
  color: var(--mid-text);
}
.blog-coming .btn-ghost { margin-top: 28px; }

/* Blog post grid */
.blog-grid-section { background: var(--ivory); padding: 20px 0 130px; }
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 24px;
}
.blog-card {
  display: block;
  text-align: left;
  background: var(--white);
  border: 1px solid var(--border);
  transition: box-shadow var(--ease), transform var(--ease);
}
.blog-card:hover { box-shadow: 0 10px 44px rgba(0,0,0,0.12); transform: translateY(-3px); }
.blog-card-img { aspect-ratio: 3/2; overflow: hidden; background: var(--navy-light); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; filter: grayscale(100%); transition: transform 0.6s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.05); }
.blog-card-body { padding: 28px 26px 32px; }
.blog-card-cat { font-family: var(--font-sans); font-size: 0.58rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--mid-text); }
.blog-card h3 { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 400; color: var(--dark-text); margin: 12px 0 12px; line-height: 1.28; }
.blog-card-excerpt { font-size: 0.92rem; font-weight: 300; line-height: 1.75; color: var(--mid-text); }
.blog-card-more { display: inline-block; margin-top: 18px; font-family: var(--font-sans); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dark-text); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

/* Article (single post) page */
.article-hero { background: #111111; }
.article-hero .article-meta { font-family: var(--font-sans); font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-top: 18px; }
.article-section { background: var(--ivory); padding: 100px 0 120px; }
.article-body { max-width: 720px; margin: 0 auto; }
.article-body p { font-size: 1.05rem; font-weight: 300; line-height: 1.95; color: #333333; margin-bottom: 24px; }
.article-body p:first-of-type::first-letter { font-family: var(--font-serif); font-size: 3.2rem; line-height: 0.9; float: left; padding: 6px 12px 0 0; color: var(--dark-text); }
.article-body h2 { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 400; color: var(--dark-text); margin: 44px 0 14px; letter-spacing: 0.02em; }
.article-back { display: inline-block; margin-top: 12px; font-family: var(--font-sans); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--dark-text); border-bottom: 1px solid var(--gold); padding-bottom: 3px; }

@media (max-width: 1024px) { .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 768px) {
  .blog-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .article-body p { font-size: 1rem; }
  .article-body p:first-of-type::first-letter { font-size: 2.6rem; }
}

/* ---- Press kit download actions (added for hosted press kit) ---- */
.press-kit-actions { display:flex; flex-wrap:wrap; gap:16px; justify-content:center; margin:32px 0 18px; }
.press-kit-note { font-size:0.72rem; opacity:0.7; }
.press-kit-note a { color:var(--champagne); text-decoration:underline; }

/* ---- MOBILE READABILITY ---- */
@media (max-width: 768px) {
  /* Hero page titles: scale down so long words don't run off the edges */
  .page-hero h1 { font-size: clamp(2rem, 8.5vw, 2.7rem); line-height: 1.12; }
  .page-hero { padding: 150px 0 80px; }

  /* Let headings that are forced to one line wrap on mobile (were cutting off) */
  .platform-teaser h2.editorial,
  .platform-teaser .pull-quote,
  .pillar-card h3 { white-space: normal; }
  /* Body copy: larger and less thin so it's legible */
  .about-text p, .ballroom-intro-text p, .pillar-card p, .platform-pillar p,
  .achievement-details p, .queen-text p, .press-intro p, .contact-info p,
  .media-cta p, .press-kit-section p, .press-contact-section p,
  .queen-badge p, .magazine-feature p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
  }
  .about-text h3, .pillar-card h3, .platform-pillar h3,
  .achievement-details h3 { font-weight: 400; }

  /* Eyebrow labels: bigger, bolder, darker (they were 9px ultra-light) */
  .section-label { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.2em; color: #6f6f6f; }
  .subheadline { font-size: 0.74rem; font-weight: 300; letter-spacing: 0.2em; color: rgba(255,255,255,0.85); }
  .hero-eyebrow, .hero-subname { font-size: 0.74rem; font-weight: 300; letter-spacing: 0.22em; }
  .about-image-caption { font-size: 0.74rem; font-weight: 300; }
  .badge-label, .result { font-size: 0.66rem; font-weight: 400; }
  .achievement-year { font-size: 1.5rem; color: rgba(255,255,255,0.85); }

  /* Footer text: nudge up from 9-11px */
  .footer-brand-competing { font-size: 0.74rem; color: rgba(255,255,255,0.6); }
  .footer-copy, .footer-managed { font-size: 0.7rem; color: rgba(255,255,255,0.5); }
  .footer-social-link { font-size: 0.74rem; }

  /* Form: 16px inputs (legible + prevents iOS zoom-on-focus) */
  .contact-form label { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.15em; }
  .contact-form input, .contact-form textarea, .contact-form select { font-size: 1rem; }

  /* Contact details: long email must not get cut off */
  .contact-detail .label { color: #6f6f6f; font-size: 0.64rem; font-weight: 400; }
  .contact-detail .value { font-size: 1rem; overflow-wrap: anywhere; }
  .contact-email-link { font-size: 1.15rem; overflow-wrap: anywhere; word-break: break-word; }

  /* Buttons: larger, bolder, clearly tappable on mobile */
  .btn-ghost, .btn-ghost.dark, .btn-primary, .form-submit, .blog-card-more, .article-back {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.16em;
  }
  .btn-ghost, .btn-ghost.dark, .btn-primary { padding: 18px 36px; }
  .form-submit { padding: 20px; }
}
