/* ============================================================= */
/* ===================== GLOBAL & BASE ========================= */
/* ============================================================= */

body {
  background-color: #01021c;
  color: white;
  font-family: "PT Serif", serif;
}

/* Navbar base */
.navbar {
  background-color: #01021c !important;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Carousel */
.carousel-caption {
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  padding: 10px;
}

/* Layout */
.flex-container { display: flex; flex-direction: row; }
.flex-container2 { display: flex; flex-direction: column; }
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* ============================================================= */
/* ======================= TEXT STYLES ========================= */
/* ============================================================= */

.sitetext {
  font-size: 5vw;
  line-height: 1.25;
  color: #e6e8f0;
}

.biotext {
  font-size: 5vw;
  line-height: 1.5;
  color: #c5cdd6;
  padding-top: 5vw;
}

.phonetext {
  font-size: 4vw;
  line-height: 1.5;
  color: #c5cdd6;
}

.minititle { 
  font-size: 5vw; 
  color: white; 
}

.bioimage { 
  width: 80vw; 
}

.headertext {
  font-size: 6.5vw;
  line-height: 1.25;
  color: white;
}

/* ==================== UNIVERSAL SECTION HEADING ==================== */
.section-heading {
  font-family: "Bebas Neue", sans-serif;
  color: #e6e8f0;
  letter-spacing: 1px;
  display: block;                 /* ensures auto centering works */
  text-align: center;             /* centers the text */
  margin: 0 auto 2rem;            /* centers the element in any layout */
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  text-shadow: 0 0 8px rgba(255,255,255,0.1);
  padding-bottom: 0.5rem;         /* space above the underline */
  position: relative;
  border-bottom: none;            /* IMPORTANT: remove border method */
}
.section-heading::after {
  content: "";
  display: block;
  width: 80px;                    /* short underline width */
  height: 3px;
  background: #4a90e2;
  border-radius: 2px;
  margin: 0.5rem auto 0;          /* centers the underline */
}


/* ============================================================= */
/* ====================== TABLET & DESKTOP ===================== */
/* ============================================================= */

@media only screen and (min-width: 768px) {
  .phonetext { display: none; }
  .navbar-nav { float: right; }

  .navbar-nav .nav-link { 
    font-size: 3vw; 
  }

  .sitetext {
    font-size: 1.25vw;
    line-height: 1.5;
    color: #e6e8f0;
  }

  .biotext {
    font-size: 1.25vw;
    line-height: 1.5;
    color: #e6e8f0;
    padding-left: 1.5vw;
  }

  .bioimage { 
    width: 250vw; 
  }

  .headertext {
    font-size: 2vw;
    line-height: 1.5;
    color: white;
  }
}

/* ===== CAREER HIGHLIGHTS ===== */
.career-highlights-section {
  background: none;       /* inherits page background */
  color: #fff;
}

.section-intro {
  font-family:"PT Serif",serif;
  color:#cdd3e6;
  font-size:1.05rem;
  max-width:680px;
  margin:auto;
  opacity:.9;
}

.highlight-category {
  font-family:"Bebas Neue",sans-serif;
  font-size:1.5rem;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#e6e8f0;
  border-bottom:2px solid #4a90e2;
  display:inline-block;
  margin-bottom:1.2rem;
  padding-bottom:0.25rem;
}

.highlight-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:1.4rem;
}

.highlight-item {
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(74,144,226,0.2);
  border-radius:14px;
  padding:1.1rem 1.3rem 1.3rem;
  transition:all .4s cubic-bezier(.25,.8,.25,1);
  cursor:pointer;
  position:relative;
  overflow:hidden;
}

.highlight-item:hover {
  border-color:rgba(74,144,226,0.5);
  box-shadow:0 15px 30px rgba(74,144,226,0.15);
  transform:translateY(-3px);
  background:linear-gradient(145deg,#10122e 0%,#181b3a 100%);
}

.highlight-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25rem;
  color: #4a90e2; /* signature light blue */
  margin-bottom: .2rem;
  letter-spacing: .4px;
}


.highlight-sub {
  font-family:"PT Serif",serif;
  color:#cbd0e5;
  font-size:.96rem;
  margin-bottom:.5rem;
}

.highlight-details {
  font-family:"PT Serif",serif;
  color:#aeb5d4;
  font-size:.9rem;
  line-height:1.4;
  max-height:0;
  overflow:hidden;
  transition:max-height .6s ease, opacity .6s ease;
  opacity:0;
}

.highlight-item.open .highlight-details {
  max-height:300px;
  opacity:1;
}

.highlight-item {
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;  /* prevents layout reflows during animation */
  will-change: transform, opacity;  /* gives GPU hint to Chrome */
}
.highlight-item.open {
  background-color: rgba(255,255,255,0.05);
}

.bio-accordion .accordion-button {
  background-color: #12142f;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  border: none;
  box-shadow: none;
}

.bio-accordion .accordion-button:not(.collapsed) {
  background-color: #1d1f3b;
}

.bio-accordion .accordion-item {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.bio-accordion .accordion-body {
  background-color: #0d0f2a;
  padding: 2rem;
}

.accordion-button::after {
  filter: invert(1);
}


/* ============================================================= */
/* ================== PERFORMANCES PAGE STYLES ================= */
/* ============================================================= */

/* Cards */
.perf-card {
  background: linear-gradient(145deg, #12142f, #0e1027);
  border-radius: 16px;
  overflow: hidden;
  transition: all .3s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,.3);
  height: 100%;
}
.perf-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(74, 144, 226, .15);
  background: linear-gradient(145deg, #141630, #101228);
}

.perf-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  flex: 1;
}

/* Typography */
.work-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #e6e8f0;
  margin: 0 0 .25rem;
  line-height: 1.2;
}
.work-title i { font-style: italic; }

.composer {
  font-size: 1.1rem;
  color: #a0a8c0;
  margin: 0 0 1.25rem;
  font-weight: 400;
}

.perf-role {
  font-size: 1.35rem;
  font-weight: 700;
  color: #4a90e2;
  background: rgba(74, 144, 226, .12);
  padding: .5rem 1.2rem;
  border-radius: 8px;
  margin: 0 0 1.25rem;
  display: inline-block;
  min-width: 160px;
}

.company {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 1rem;
}

.venue-date {
  margin: 0 0 1rem;
}
.venue-date p {
  font-size: 1rem;
  color: #c8d0e0;
  margin: 0 0 .25rem;
}
.venue-date .card-date {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: .5rem 0 0;
  padding: .35rem .75rem;
  background: rgba(255,255,255,.1);
  border-radius: 6px;
  display: inline-block;
}

.more-info {
  font-size: .9rem;
  color: #4a90e2;
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: color .2s ease;
}
.more-info i {
  margin-right: .4rem;
  font-size: 1.1rem;
}
.more-info:hover { color: #7ab8ff; }

/* Section titles */
.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: .75rem;
  font-size: 2.2rem;
  font-weight: 600;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 50%; transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #4a90e2;
  border-radius: 2px;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, #2a2d52, transparent);
  margin: 4rem 0;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .perf-card .card-body { padding: 1.75rem 1.25rem; }
  .work-title { font-size: 1.5rem; }
  .perf-role { font-size: 1.2rem; padding: .4rem 1rem; }
  .company { font-size: 1.1rem; }
  .section-title { font-size: 1.9rem; }
}

/* ============================================================= */
/* ============================ HOMEPAGE ======================= */
/* ============================================================= */

.hero-carousel-container {
  position: relative;
  margin: 2rem 0 4rem;
  overflow: hidden;
}

/* Full-bleed, responsive images */
.carousel-img {
  width: 100%;
  height: 75vh;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  transition: transform 0.6s ease;
}
.carousel-item.active .carousel-img {
  transform: scale(1.02);
}

/* Translucent glass caption */
.review-caption {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 720px;
  background: rgba(255, 255, 255, 0.82);
  color: #000;
  padding: 1.2rem 1.6rem;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.25);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.4);
  text-align: center;
  font-family: "PT Serif", serif;
  z-index: 10;
  transition: all 0.4s ease;
}
.review-caption h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.6rem;
  line-height: 1.3;
  color: #1a1a1a;
}
.review-caption p {
  font-size: 0.95rem;
  line-height: 1.45;
  margin: 0 0 0.4rem;
  color: #2c2c2c;
}
.review-caption .reviewer {
  font-size: 0.82rem;
  color: #444;
  font-style: italic;
  margin-top: 0.5rem;
  opacity: 0.9;
}

/* Hover lift */
.carousel-item:hover .review-caption {
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 16px 45px rgba(0,0,0,0.3);
}

/* Custom indicators */
.custom-indicators {
  bottom: -3rem;
}
.custom-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  border: none;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.custom-indicators button.active {
  background: #4a90e2;
  transform: scale(1.3);
}

/* Mobile */
@media (max-width: 767px) {
  .carousel-img {
    height: 55vh;
    border-radius: 14px;
    object-position: center 15%;
  }
  .review-caption,
  .custom-indicators,
  .carousel-control-prev,
  .carousel-control-next {
    display: none !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-img { height: 65vh; }
  .review-caption {
    width: 90%;
    padding: 1.5rem 1.8rem;
  }
}

/* Mobile review text */
#mobileReview {
  font-size: 4.5vw;
  line-height: 1.4;
  color: #c5cdd6;
}
#mobileReview .minititle {
  font-style: italic;
  color: white;
  margin: 1.5rem 0 0.5rem;
  font-weight: 600;
}
#mobileReview hr {
  border-color: #2a2d52;
  margin: 2rem 0;
  opacity: 0.25;
}

/* ============================================================= */
/* =================== NAVBAR — CLEAN & EPIC =================== */
/* ============================================================= */

/* Brand container */
.navbar-brand {
  padding: 0.5rem 0;
  margin-right: 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Full name — white + blue glow + pulse on load */
.brand-full {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 7.5vw;
  color: #ffffff;
  text-shadow: 
    0 0 8px rgba(74, 144, 226, 0.6),
    0 0 16px rgba(74, 144, 226, 0.4),
    0 0 24px rgba(74, 144, 226, 0.2);
  letter-spacing: 1.2px;
  animation: pulseGlow 2s ease-in-out;
  white-space: nowrap;
}

/* Pulse animation on load */
@keyframes pulseGlow {
  0%, 100% {
    text-shadow: 
      0 0 8px rgba(74, 144, 226, 0.6),
      0 0 16px rgba(74, 144, 226, 0.4),
      0 0 24px rgba(74, 144, 226, 0.2);
  }
  50% {
    text-shadow: 
      0 0 12px rgba(74, 144, 226, 0.8),
      0 0 24px rgba(74, 144, 226, 0.6),
      0 0 36px rgba(74, 144, 226, 0.4),
      0 0 48px rgba(74, 144, 226, 0.2);
  }
}

/* MOBILE: HUGE & CENTERED */
@media (max-width: 767px) {
  .navbar-brand {
    flex-grow: 1;
    justify-content: center;
  }
  .brand-full {
    font-size: 8vw;
  }
  .navbar-toggler {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar-collapse {
    margin-top: 1rem;
  }
  .navbar-nav .nav-link {
    font-size: 6vw;
    padding: 0.75rem 0;
    text-align: center;
  }
}

/* ====== Ultra-smooth frosted dropdown animation ====== */
.navbar-collapse {
  background: rgba(1, 2, 28, 0.7) !important;
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto !important;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 9999;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 0 16px 16px;

  /* animation start state */
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top center;
  pointer-events: none;
  transition:
    opacity 0.25s ease-out,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

/* when expanded */
.navbar-collapse.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* cascading fade for links */
.navbar-nav .nav-link {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.navbar-collapse.show .nav-link {
  opacity: 1;
  transform: translateY(0);
}
.navbar-collapse.show .nav-link:nth-child(1) { transition-delay: 0.03s; }
.navbar-collapse.show .nav-link:nth-child(2) { transition-delay: 0.06s; }
.navbar-collapse.show .nav-link:nth-child(3) { transition-delay: 0.09s; }
.navbar-collapse.show .nav-link:nth-child(4) { transition-delay: 0.12s; }
.navbar-collapse.show .nav-link:nth-child(5) { transition-delay: 0.15s; }

/* ===== Dimmed overlay behind dropdown ===== */
.nav-overlay {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* adjustable dim strength */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
  z-index: 9998; /* just below the dropdown */
}

/* when dropdown is open */
.navbar-collapse.show ~ .nav-overlay {
  opacity: 1;
  visibility: visible;
}




/* TABLET & DESKTOP: BIGGER, HOVER GLOW */
@media (min-width: 768px) {
  .brand-full {
    font-size: 3.2rem;
    transition: text-shadow 0.4s ease;
  }
  .navbar-brand:hover .brand-full {
    text-shadow: 
      0 0 12px rgba(74, 144, 226, 0.9),
      0 0 24px rgba(74, 144, 226, 0.7),
      0 0 36px rgba(74, 144, 226, 0.5),
      0 0 48px rgba(74, 144, 226, 0.3);
  }
}


/* ============================================================= */
/* ====================== BIOGRAPHY PAGE — FIXED ============== */
/* ============================================================= */

/* ============================================================= */
/* ====================== BIOGRAPHY HERO ======================= */
/* ============================================================= */

.bio-hero {
  background: linear-gradient(180deg, #01021c 0%, #12142f 100%);
  padding: 100px 0 60px;
  color: white;
  text-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.bio-hero h1 {
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
}

.bio-hero p {
  font-family: "PT Serif", serif;
  color: #c8d0e0;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

/* GRID: Mobile = stacked, Desktop = side-by-side */
.bio-grid {
  display: grid;
  grid-template-columns: 1fr; /* Default: 1 column (mobile) */
  gap: 2rem;
  align-items: start;
}

/* Desktop: 2 columns, headshot on left */
@media (min-width: 768px) {
  .bio-grid {
    grid-template-columns: 1fr 2fr; /* Headshot | Text */
    align-items: start; /* ← NOW IT WORKS */
    gap: 3rem;
  }
}

/* Headshot */
.bio-image-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bio-headshot {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  transition: transform 0.4s ease;
  object-fit: contain;
}
.bio-headshot:hover {
  transform: scale(1.02);
}

/* Text */
.bio-text-cell {
  display: flex;
  align-items: center;
}
.bio-content {
  width: 100%;
  font-family: "PT Serif", serif;
  color: #e6e8f0;
  line-height: 1.7;
}
.bio-intro {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.bio-content p {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
}
.bio-content strong {
  color: #4a90e2;
}
.bio-content em {
  font-style: italic;
  color: #c8d0e0;
}
.bio-awards {
  font-weight: 600;
  color: #ffffff;
  font-size: 1.1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(74, 144, 226, 0.3);
}

/* Mobile */
@media (max-width: 767px) {
  .bio-intro {
    font-size: 6.5vw;
    margin-bottom: 1.2rem;
  }
  .bio-content p {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .bio-awards {
    font-size: 5.2vw;
  }
  .bio-headshot {
    border-radius: 16px;
    max-height: 70vh;
    margin: 0 auto 1.5rem;
    display: block;
  }
}


/* ============================================================= */
/* ====================== CONTACT PAGE ======================== */
/* ============================================================= */

/* Representation Card */
.representation-card {
  background: linear-gradient(145deg, #12142f, #0e1027);
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.4);
  border: 1px solid rgba(74, 144, 226, 0.2);
  transition: all 0.3s ease;
}
.representation-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(74, 144, 226, 0.15);
}
.representation-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.2rem;
  color: #4a90e2;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
.representation-text {
  font-size: 1.15rem;
  color: #e6e8f0;
  line-height: 1.6;
}
.representation-email {
  font-size: 1.3rem;
}
.email-link {
  color: #4a90e2 !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.email-link:hover {
  color: #7ab8ff !important;
  text-shadow: 0 0 8px rgba(74, 144, 226, 0.5);
}


/* Contact Card */
.contact-card {
  background: #0e1027;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.35);
  border: 1px solid rgba(255,255,255,0.05);
}
.contact-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  color: white;
  letter-spacing: 1.2px;
}
.contact-form .form-control {
  background-color: #1a1d3a;
  border: 1px solid rgba(74, 144, 226, 0.3);
  color: #e6e8f0;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 1.05rem;
}
.contact-form .form-control::placeholder {
  color: #8a94b0;
}
.contact-form .form-control:focus {
  background-color: #1f2244;
  border-color: #4a90e2;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
  color: white;
}
.contact-form .btn-primary {
  background: linear-gradient(135deg, #4a90e2, #357abd);
  border: none;
  border-radius: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.contact-form .btn-primary:hover {
  background: linear-gradient(135deg, #5aa1f3, #458cd1);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(74, 144, 226, 0.3);
}

/* Mobile */
@media (max-width: 767px) {
  .representation-title {
    font-size: 6.5vw;
  }
  .representation-text,
  .representation-email {
    font-size: 4.8vw;
  }
  .contact-title {
    font-size: 7vw;
  }
  .contact-form .form-control,
  .contact-form .btn-lg {
    font-size: 4.5vw;
  }
  .contact-card,
  .representation-card {
    padding: 1.5rem !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .representation-title { font-size: 2rem; }
  .contact-title { font-size: 2.2rem; }
}

/* ============================================================= */
/* ================= CONTACT PAGE ENHANCEMENTS ================= */
/* ============================================================= */

/* Subtle fade-in animation */
.representation-card,
.contact-card {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeUp 0.6s ease forwards;
}

.contact-card {
  animation-delay: 0.2s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Slight hover lift and glow parity */
.representation-card:hover,
.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(74, 144, 226, 0.2);
}

/* Improve contrast for muted text */
.text-muted {
  color: #a0a8c0 !important;
}



/* ============================================================= */
/* ========================= PAGE HERO ========================= */
/* ============================================================= */

/* Base hero banner used across all pages */
.page-hero {
  background: linear-gradient(180deg, #01021c 0%, #12142f 100%);
  padding: 100px 0 60px;
  color: white;
  text-align: center;
  text-shadow: 0 0 20px rgba(255,255,255,0.3);
}

/* Title — matches Media hero exactly */
.page-section-title {
  font-family: "Bebas Neue", sans-serif;
  color: #e6e8f0;
  letter-spacing: 1px;
  border-bottom: 2px solid #4a90e2;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 2rem;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  text-transform: none; 
  text-shadow: 0 0 12px rgba(255,255,255,0.1); 
}


/* Subtitle — matches typography tone under Media hero */
.page-hero p.lead {
  font-family: "PT Serif", serif;
  color: #c8d0e0;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-top: 0.5rem;
}


/* ============================================================= */
/* ====================== MEDIA PAGE STYLES ==================== */
/* ============================================================= */

.media-page .media-hero {
  background: linear-gradient(180deg, #01021c 0%, #12142f 100%);
  padding: 100px 0 60px;
  color: white;
  text-shadow: 0 0 20px rgba(255,255,255,0.3);
}

.media-page .media-section-title {
  font-family: "Bebas Neue", sans-serif;
  color: #e6e8f0;
  letter-spacing: 1px;
  border-bottom: 2px solid #4a90e2;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 2rem;
}

.media-section-title {
  font-family: "Bebas Neue", sans-serif;
  color: #e6e8f0;
  letter-spacing: 1px;
  border-bottom: 2px solid #4a90e2;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 2rem;
  text-transform: uppercase; /* ensures capitalisation */
}

/* === UNIVERSAL CENTERING FOR SECTION TITLES === */
.media-section-title,
.section-title,
.page-section-title {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title::after {
  left: 50%;
  transform: translateX(-50%);
}


.media-page .hover-zoom {
  transition: transform 0.4s ease, box-shadow 0.3s ease;
}
.media-page .hover-zoom:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(74,144,226,0.4);
}

.media-page .photo-gallery {
  background: #0e1027;
}

.media-page .reviews {
  background: linear-gradient(145deg, #f8f9fc, #e6e8f0);
  color: #000;
}

.media-page .review-text {
  font-style: italic;
  font-family: "PT Serif", serif;
  font-size: 1.1em;
  color: #12142f;
}

.media-page .review-source {
  font-weight: 600;
  color: #333;
}


/* ============================================================= */
/* ====================== MEDIA MOSAIC GALLERY ================= */
/* ============================================================= */

.media-mosaic {
  background: #0e1027;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  gap: 12px;
}

.mosaic-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.mosaic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.5s ease, filter 0.4s ease;
}

.mosaic-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.1);
}

/* Review tiles blend seamlessly with photos */
.review-tile {
  background: linear-gradient(145deg, #12142f, #0e1027);
  color: #e6e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  font-family: "PT Serif", serif;
  font-style: italic;
  border: 1px solid rgba(74,144,226,0.2);
  border-radius: 12px;
}

.review-tile blockquote {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
}
.review-tile footer {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  font-style: normal;
  color: #4a90e2;
}

/* Give some items more visual rhythm */
.mosaic-item:nth-child(3n) {
  grid-row: span 2;
}
.mosaic-item:nth-child(5n) {
  grid-column: span 2;
}

/* Lightbox color adjustments */
.glightbox-clean .gdesc-inner {
  color: #e6e8f0;
  font-family: "PT Serif", serif;
}
.glightbox-clean .gslide-title {
  font-family: "Bebas Neue", sans-serif;
  color: #4a90e2;
}

/* ============================================================= */
/* ========== MEDIA MOSAIC – IMAGE ORIENTATION CONTROLS ========= */
/* ============================================================= */

/* ============================================================= */
/* ========== DEFAULT TILE SIZE — CONSISTENT SQUARES =========== */
/* ============================================================= */

.mosaic-item:not(.portrait):not(.landscape):not(.large):not(.review-tile) {
  grid-row: span 1;
  grid-column: span 1;
}


/* default square = 1×1 (already defined by grid-auto-rows) */

.mosaic-item.portrait {
  grid-row: span 2;
}

.mosaic-item.landscape {
  grid-column: span 2;
}

.mosaic-item.large {
  grid-row: span 2;
  grid-column: span 2;
}

/* keep reviews visually consistent */
.review-tile.portrait { grid-row: span 2; }
.review-tile.landscape { grid-column: span 2; }
.review-tile.large {
  grid-row: span 2;
  grid-column: span 2;
}

.mosaic-item.landscape img {
  object-position: center 60%;
}

.mosaic-item img {
  ...
  transform-origin: center center;
  image-rendering: auto;
}



/* Responsive tweaks */
@media (max-width: 768px) {
  .mosaic-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-rows: 180px;
  }
  .review-tile blockquote {
    font-size: 0.9rem;
  }
}

/* mobile override – everything stacks neatly */
@media (max-width: 768px) {
  .mosaic-item.portrait,
  .mosaic-item.landscape,
  .mosaic-item.large {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}

/* ============================================================= */
/* ========== REVIEW TILE RESPONSIVE FONT SCALING =============== */
/* ============================================================= */

.review-tile blockquote {
  margin: 0;
  font-size: clamp(0.85rem, 1vw + 0.6rem, 1.1rem);
  line-height: 1.5;
  word-break: break-word;
}

.review-tile footer {
  margin-top: 0.8rem;
  font-size: clamp(0.7rem, 0.8vw + 0.4rem, 0.9rem);
  font-style: normal;
  color: #4a90e2;
}

/* ==================== FOOTER ==================== */
.site-footer {
  background: linear-gradient(180deg, #0e1027 0%, #01021c 100%);
  border-top: 1px solid rgba(74, 144, 226, 0.2);
  color: #e6e8f0;
  font-family: "PT Serif", serif;
  text-align: center;
}

.site-footer .social-links a {
  color: #4a90e2;
  font-size: 1.6rem;
  margin: 0 0.6rem;
  transition: all 0.3s ease;
}

.site-footer .social-links a:hover {
  color: #7ab8ff;
  text-shadow: 0 0 8px rgba(74,144,226,0.4);
}

.site-footer p {
  color: #a0a8c0;
  font-size: 0.95rem;
}
