/*
Theme Name: Hampton Marching Force
Theme URI: https://humarchingforce.com
Author: Hampton University Marching Force
Author URI: https://humarchingforce.com
Description: A custom theme for The Hampton University Marching Force. A premium, scroll-animated landing page with royal blue and silver branding, gallery, legacy story, and milestone showcase.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hampton-marching-force
Tags: custom-theme, one-page, landing-page, marching-band, hbcu
*/

:root {
    --navy:        #001233;
    --navy-mid:    #002454;
    --navy-deep:   #000A1F;
    --hampton:     #003DA5;
    --hampton-lt:  #1E5BC6;
    --hampton-glow:rgba(30, 91, 198, 0.35);
    --silver:      #D4D9E2;
    --silver-2:    #A8B2C4;
    --off-white:   #F7F7F2;
    --text-muted:  rgba(247, 247, 242, 0.72);
    --card-bg:     rgba(30, 91, 198, 0.08);
    --card-border: rgba(30, 91, 198, 0.22);
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Inter', sans-serif;
    background: var(--navy);
    color: var(--off-white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
  }

  img { display: block; max-width: 100%; }

  /* ---------- NAV ---------- */
  .nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 44px;
    background: rgba(0, 10, 31, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--off-white);
  }
  .brand-logo {
    width: 48px; height: 48px;
    background-image: url('assets/logo-white.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.35));
  }
  .brand-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .brand-text .line-1 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--silver-2);
  }
  .brand-text .line-2 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--off-white);
  }
  .nav-links { display: flex; gap: 34px; align-items: center; }
  .nav-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--off-white); }
  .nav-cta {
    background: linear-gradient(135deg, var(--hampton), var(--hampton-lt));
    color: var(--off-white) !important;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
    box-shadow: 0 6px 18px rgba(30,91,198,0.3);
  }
  @media (max-width: 820px) { .nav-links { display: none; } .nav { padding: 14px 22px; } .brand-logo { width: 42px; height: 42px; } }

  /* ---------- HERO ---------- */
  .hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 140px 24px 100px;
    isolation: isolate;
  }

  /* background image layer */
  .hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('assets/hero-lineup.jpg');
    background-size: cover;
    background-position: center 30%;
    filter: saturate(1.1) contrast(1.05);
    z-index: -3;
    will-change: transform;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0,10,31,0.65) 0%, rgba(0,18,51,0.78) 55%, rgba(0,18,51,0.95) 100%),
      radial-gradient(ellipse 80% 60% at 50% 40%, rgba(30,91,198,0.22), transparent 70%);
    z-index: -2;
  }

  .hero-shapes-back, .hero-shapes-mid {
    position: absolute; inset: 0;
    pointer-events: none; overflow: hidden;
    z-index: -1;
    will-change: transform;
  }

  .shape-rect {
    position: absolute;
    width: 380px; height: 220px;
    border: 2px solid rgba(212, 217, 226, 0.12);
    border-radius: 14px;
    top: 14%; right: 5%;
  }
  .shape-circle {
    position: absolute;
    width: 100px; height: 100px;
    border-radius: 50%;
    background: rgba(30, 91, 198, 0.18);
    bottom: 18%; left: 6%;
    box-shadow: 0 0 60px rgba(30,91,198,0.3);
  }
  .shape-ring {
    position: absolute;
    width: 200px; height: 200px;
    border: 1px dashed rgba(212, 217, 226, 0.22);
    border-radius: 50%;
    bottom: 10%; right: 14%;
  }
  .shape-line {
    position: absolute;
    width: 260px; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212,217,226,0.35), transparent);
    top: 40%; left: -8%;
    transform: rotate(-14deg);
  }
  .shape-dot {
    position: absolute;
    width: 12px; height: 12px;
    border-radius: 50%;
    background: var(--hampton-lt);
    top: 26%; left: 10%;
    box-shadow: 0 0 20px rgba(30,91,198,0.8);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 980px;
  }

  /* pirate logo watermark behind title */
  .hero-crest {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -55%);
    width: 520px; height: 520px;
    background-image: url('assets/logo-white.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.06;
    z-index: -1;
    pointer-events: none;
    filter: blur(0.5px);
  }

  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--silver);
    padding: 8px 18px;
    border: 1px solid rgba(212, 217, 226, 0.35);
    border-radius: 999px;
    background: rgba(212, 217, 226, 0.05);
    margin-bottom: 28px;
    backdrop-filter: blur(6px);
  }
  .hero-eyebrow::before {
    content: '';
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--hampton-lt);
    box-shadow: 0 0 10px var(--hampton-lt);
    animation: pulse 2s ease-in-out infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.6; transform: scale(1.3); }
  }
  /* keep the eyebrow pill readable on narrow phones */
  @media (max-width: 560px) {
    .hero-eyebrow {
      font-size: 10px;
      letter-spacing: 0.18em;
      padding: 7px 14px;
      max-width: calc(100vw - 40px);
      text-align: center;
    }
  }

  .hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: clamp(48px, 8.5vw, 104px);
    line-height: 0.96;
    letter-spacing: -0.025em;
    margin-bottom: 26px;
    color: var(--off-white);
    text-shadow: 0 4px 40px rgba(0,0,0,0.5);
  }
  .hero-title .accent {
    display: block;
    /* Polished chrome — bright, lustrous, metallic.
       Two stacked backgrounds: an animated diagonal shimmer streak on top
       of a static chrome gradient. Both clipped to the text. */
    background:
      /* Layer 1: shimmer sweep — diagonal bright band that travels strictly
         left → right across the letters. Animated via background-position. */
      linear-gradient(100deg,
        transparent 0%,
        transparent 38%,
        rgba(255, 255, 255, 0.70) 46%,
        rgba(255, 255, 255, 1.0) 50%,
        rgba(255, 255, 255, 0.70) 54%,
        transparent 62%,
        transparent 100%),
      /* Layer 2: lighter, more metallic chrome.
         Five pure-white plateaus (0–14%, 36%, 46%, 64%) separated by light-
         silver dips give a rolling specular sheen — bright peaks the way
         polished metal catches light at multiple curves. The foot ends at
         #A8B3C4 (light gray-blue) so the letters read as bright polished
         chrome rather than dark steel. */
      linear-gradient(180deg,
        #FFFFFF 0%,
        #FFFFFF 14%,
        #ECF1F8 24%,
        #FFFFFF 36%,
        #FFFFFF 46%,
        #DEE5F0 58%,
        #FFFFFF 64%,
        #C8D2E0 78%,
        #B5BFCE 90%,
        #A8B3C4 100%);
    background-size: 220% 100%, 100% 100%;
    /* IMPORTANT: with background-size > 100%, CSS percentage math for
       background-position is INVERTED — `position-x = pct × (area_w − img_w)`.
       (area_w − img_w) is NEGATIVE here, so a positive percentage parks the
       image LEFT and a negative percentage parks it RIGHT. The shimmer is
       parked offscreen LEFT at the start. */
    background-position: 200% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
            color: transparent;
    font-style: italic;
    /* First sweep happens 2 seconds after page load, then repeats every 22s.
       The animation-delay parks the shimmer in its start state for the first
       2s; once the animation begins, the keyframe runs the sweep in the first
       12% of the cycle (≈2.6s), then holds offscreen-right for the remaining
       19.4s. */
    animation: meets-innovation-shimmer 22s linear 2s infinite;
  }
  @keyframes meets-innovation-shimmer {
    /* 0%: shimmer parked offscreen LEFT (positive % = LEFT under the
       inverted bg-position math noted above). */
    0% {
      background-position: 200% 0%, 0% 0%;
    }
    /* 12% (≈2.6s into each cycle): shimmer has fully swept to offscreen
       RIGHT (negative % = RIGHT). */
    12% {
      background-position: -120% 0%, 0% 0%;
    }
    /* 12%–100%: hold offscreen RIGHT for the rest of the cycle, then the
       next iteration jumps invisibly back to the parked-LEFT start state. */
    100% {
      background-position: -120% 0%, 0% 0%;
    }
  }
  /* Respect users who've asked the OS for reduced motion — no shimmer. */
  @media (prefers-reduced-motion: reduce) {
    .hero-title .accent { animation: none; }
  }

  .hero-subtitle {
    font-size: clamp(17px, 1.6vw, 20px);
    line-height: 1.55;
    color: var(--text-muted);
    max-width: 660px;
    margin: 0 auto 40px;
    font-weight: 400;
  }

  .hero-cta-row {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--hampton) 0%, var(--hampton-lt) 100%);
    color: var(--off-white);
    padding: 17px 40px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 10px 30px rgba(30, 91, 198, 0.45);
  }
  .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(30, 91, 198, 0.65);
  }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.05);
    color: var(--off-white);
    padding: 16px 34px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 1.5px solid rgba(255,255,255,0.3);
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    backdrop-filter: blur(10px);
  }
  .btn-secondary:hover {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.55);
  }

  /* stats strip */
  .hero-stats {
    display: flex;
    justify-content: center;
    gap: 64px;
    margin-top: 72px;
    flex-wrap: wrap;
  }
  .stat { text-align: center; }
  .stat-num {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--off-white), var(--silver));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -0.02em;
  }
  .stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 6px;
  }

  .scroll-indicator {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s ease-in-out infinite;
    cursor: pointer;
    z-index: 4;
  }

  /* ---------- MARQUEE ---------- */
  .marquee {
    background: var(--navy-deep);
    padding: 28px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .marquee-track {
    display: flex;
    gap: 64px;
    white-space: nowrap;
    animation: scroll-x 38s linear infinite;
  }
  .marquee-item {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--silver);
  }
  .marquee-item .dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--hampton-lt);
    flex-shrink: 0;
    box-shadow: 0 0 10px var(--hampton-lt);
  }
  @keyframes scroll-x {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  /* ---------- FEATURES ---------- */
  .features-section {
    padding: 130px 24px;
    background: var(--navy-mid);
    position: relative;
    overflow: hidden;
  }
  .features-section::before {
    content: '';
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    width: 80%; height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30,91,198,0.6), transparent);
  }

  .features-inner { max-width: 1200px; margin: 0 auto; }

  .features-eyebrow {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--hampton-lt);
    margin-bottom: 18px;
  }
  .features-headline {
    text-align: center;
    font-size: clamp(36px, 5vw, 54px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .features-sub {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 80px;
    color: var(--text-muted);
    font-size: 17px;
    line-height: 1.6;
  }

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .feature-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 40px 32px;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
    position: relative;
    overflow: hidden;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--hampton-lt), transparent);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .feature-card:hover {
    background: rgba(30, 91, 198, 0.14);
    border-color: rgba(30, 91, 198, 0.45);
    transform: translateY(-6px);
  }
  .feature-card:hover::before { opacity: 1; }

  .feature-icon {
    width: 52px; height: 52px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(30,91,198,0.3), rgba(30,91,198,0.1));
    border: 1px solid rgba(30,91,198,0.4);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
  }
  .feature-icon svg { width: 26px; height: 26px; }

  .feature-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    color: var(--off-white);
  }
  .feature-desc {
    font-size: 15px;
    line-height: 1.62;
    color: var(--text-muted);
    text-align: justify;
    hyphens: auto;
  }

  @media (max-width: 900px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 580px) { .features-grid { grid-template-columns: 1fr; } }

  /* ---------- PHOTO GALLERY / SHOWCASE ---------- */
  .gallery-section {
    padding: 140px 24px;
    background: var(--navy);
    position: relative;
    overflow: hidden;
  }
  .gallery-header {
    max-width: 1200px;
    margin: 0 auto 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  .gallery-header-text h2 {
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin-bottom: 16px;
    max-width: 560px;
  }
  .gallery-header-text h2 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--hampton-lt), var(--silver));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .gallery-header-text p {
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.65;
    max-width: 480px;
  }
  .gallery-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--hampton-lt);
    margin-bottom: 12px;
  }

  .gallery-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 14px;
  }
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: var(--navy-mid);
    border: 1px solid rgba(30,91,198,0.15);
    cursor: pointer;
    transition: transform 0.4s ease, border-color 0.3s;
  }
  .gallery-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0,10,31,0.8) 100%);
    opacity: 0.7;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .gallery-item .caption {
    position: absolute;
    bottom: 18px;
    left: 20px;
    right: 20px;
    z-index: 2;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--off-white);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s, transform 0.3s;
  }
  .gallery-item .img {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
  }
  .gallery-item:hover {
    border-color: rgba(30,91,198,0.5);
  }
  .gallery-item:hover .img { transform: scale(1.08); }
  .gallery-item:hover::after { opacity: 0.9; }
  .gallery-item:hover .caption {
    opacity: 1;
    transform: translateY(0);
  }

  .gi-1 { grid-column: span 2; grid-row: span 2; }
  .gi-2 { grid-column: span 1; grid-row: span 1; }
  .gi-3 { grid-column: span 1; grid-row: span 1; }
  .gi-4 { grid-column: span 1; grid-row: span 2; }
  .gi-5 { grid-column: span 1; grid-row: span 1; }
  .gi-6 { grid-column: span 2; grid-row: span 1; }
  .gi-7 { grid-column: span 1; grid-row: span 1; }

  @media (max-width: 900px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
    .gi-1, .gi-4, .gi-6 { grid-column: span 2; grid-row: span 2; }
    .gi-2, .gi-3, .gi-5, .gi-7 { grid-column: span 1; grid-row: span 1; }
  }

  /* ---------- LEGACY / STORY SECTION ---------- */
  .legacy-section {
    padding: 140px 24px;
    background: var(--navy-mid);
    position: relative;
    overflow: hidden;
  }
  .legacy-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 20% 30%, rgba(30,91,198,0.15), transparent 60%),
      radial-gradient(circle at 80% 70%, rgba(30,91,198,0.08), transparent 60%);
    pointer-events: none;
  }
  .legacy-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  @media (max-width: 860px) { .legacy-inner { grid-template-columns: 1fr; gap: 60px; } }

  .legacy-text h2 {
    font-size: clamp(34px, 4.5vw, 52px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin-bottom: 24px;
  }
  .legacy-text h2 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--hampton-lt), var(--silver));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0 0.12em 0.08em;
    margin: 0 -0.12em -0.08em;
  }
  .legacy-text p {
    color: var(--text-muted);
    font-size: 17px;
    line-height: 1.72;
    margin-bottom: 18px;
    text-align: justify;
    hyphens: auto;
  }

  .legacy-visual {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 20px;
    background:
      radial-gradient(circle at 50% 50%, rgba(30,91,198,0.55), rgba(0,10,31,0.2) 70%),
      linear-gradient(135deg, var(--navy-deep), var(--navy));
    overflow: hidden;
    border: 1px solid rgba(30,91,198,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
      0 30px 80px rgba(0,0,0,0.4),
      inset 0 0 80px rgba(30,91,198,0.15);
  }
  /* rotating rings behind crest */
  .legacy-ring {
    position: absolute;
    border: 1px solid rgba(212, 217, 226, 0.18);
    border-radius: 50%;
  }
  .ring-a { inset: 8%; animation: spin-slow 60s linear infinite; }
  .ring-a::before, .ring-a::after {
    content: '';
    position: absolute;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--hampton-lt);
    box-shadow: 0 0 20px var(--hampton-lt);
  }
  .ring-a::before { top: -5px; left: 50%; transform: translateX(-50%); }
  .ring-a::after  { bottom: -5px; left: 50%; transform: translateX(-50%); }
  .ring-b {
    inset: 20%;
    border: 1px dashed rgba(30, 91, 198, 0.5);
    animation: spin-slow 40s linear infinite reverse;
  }

  .legacy-crest {
    position: relative;
    width: 70%;
    aspect-ratio: 1/1;
    background-image: url('assets/logo-white.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 10px 40px rgba(30,91,198,0.4));
    z-index: 2;
  }

  @keyframes spin-slow {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  .floating-tag {
    position: absolute;
    padding: 10px 16px;
    background: rgba(0, 10, 31, 0.85);
    border: 1px solid rgba(30,91,198,0.45);
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--silver);
    backdrop-filter: blur(6px);
    z-index: 3;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
  }
  .tag-1 { top: 7%;  left: 5%;  animation: floatA 7s ease-in-out infinite; }
  .tag-2 { bottom: 10%; right: 6%; animation: floatB 9s ease-in-out infinite 1s; }
  .tag-3 { top: 45%; right: 3%;  animation: floatC2 8s ease-in-out infinite 0.5s; }

  /* ---------- MILESTONES ---------- */
  .milestones-section {
    padding: 120px 24px;
    background: linear-gradient(180deg, var(--navy-mid) 0%, var(--navy-deep) 100%);
  }
  .milestones-inner { max-width: 1100px; margin: 0 auto; }
  .milestones-header { text-align: center; margin-bottom: 80px; }
  .milestones-header h2 {
    font-size: clamp(34px, 4.5vw, 50px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
  }
  .milestones-header p {
    color: var(--text-muted);
    font-size: 17px;
    max-width: 560px;
    margin: 0 auto;
  }
  .milestones-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .milestone {
    padding: 30px 24px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    transition: border-color 0.3s, background 0.3s;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .milestone:hover {
    border-color: rgba(30,91,198,0.5);
    background: rgba(30,91,198,0.08);
  }
  .milestone-year {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: var(--hampton-lt);
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .milestone-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .milestone-desc {
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--text-muted);
  }
  @media (max-width: 900px) { .milestones-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 520px) { .milestones-grid { grid-template-columns: 1fr; } }

  /* ---------- CLOSING ---------- */
  .closing-section {
    padding: 160px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
  }
  .closing-bg {
    position: absolute;
    inset: 0;
    background-image: url('assets/stadium-wide.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.55) saturate(1.1);
    z-index: -2;
  }
  .closing-bg-overlay {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(0,18,51,0.85) 0%, rgba(0,10,31,0.92) 100%),
      radial-gradient(ellipse 500px 260px at 50% 50%, rgba(30,91,198,0.25), transparent 70%);
    z-index: -1;
  }
  .closing-content {
    position: relative; z-index: 2;
    max-width: 820px;
    margin: 0 auto;
  }
  .closing-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--silver);
    margin-bottom: 22px;
  }
  .closing-content h2 {
    font-size: clamp(42px, 6.5vw, 76px);
    font-weight: 900;
    letter-spacing: -0.025em;
    line-height: 1.02;
    margin-bottom: 24px;
    color: var(--off-white);
  }
  .closing-content h2 em {
    font-style: italic;
    background: linear-gradient(135deg, var(--hampton-lt), var(--silver));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 0 0.12em 0.08em;
    margin: 0 -0.12em -0.08em;
  }
  .closing-content p {
    color: var(--text-muted);
    font-size: 18px;
    line-height: 1.6;
    max-width: 580px;
    margin: 0 auto 40px;
  }

  /* ---------- FOOTER ---------- */
  .footer {
    padding: 60px 24px 40px;
    background: var(--navy-deep);
    border-top: 1px solid rgba(255,255,255,0.05);
    text-align: center;
  }
  .footer-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }
  .footer-logo {
    width: 90px; height: 90px;
    background-image: url('assets/logo-white.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.92;
  }
  .footer-name {
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--off-white);
  }
  .footer-text {
    color: var(--text-muted);
    font-size: 13px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  .footer-meta {
    margin-top: 14px;
    font-size: 11px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--silver);
  }

  /* ---------- KEYFRAMES ---------- */
  @keyframes floatA {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50%      { transform: translateY(-18px) rotate(3deg); }
  }
  @keyframes floatB {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50%      { transform: translateY(-12px) rotate(-3deg); }
  }
  @keyframes floatC2 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50%      { transform: translateY(-14px) rotate(2deg); }
  }
  @keyframes bounce {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.5; }
    50%      { transform: translate(-50%, 8px); opacity: 1; }
  }
  .float-a { animation: floatA 7s ease-in-out infinite; }
  .float-b { animation: floatB 9s ease-in-out infinite 1.5s; }
  .float-c { animation: floatC2 8s ease-in-out infinite 0.5s; }

  /* ============================================================
     EVENTS SECTION
     Vertical schedule list — date blocks + title / venue / desc.
     ============================================================ */
  .events-section {
    position: relative;
    padding: 140px 44px;
    background:
      radial-gradient(ellipse at 20% 0%, rgba(30, 91, 198, 0.16), transparent 60%),
      linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  }
  .events-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .events-header {
    text-align: center;
    margin-bottom: 72px;
  }
  .events-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--silver);
    padding: 6px 14px;
    background: rgba(30, 91, 198, 0.18);
    border: 1px solid var(--card-border);
    border-radius: 999px;
    margin-bottom: 22px;
  }
  .events-headline {
    font-size: clamp(34px, 4.6vw, 56px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--off-white);
  }
  .events-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .event-item {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 28px;
    align-items: start;
    padding: 28px 32px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 18px;
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
  }
  .event-item:hover {
    transform: translateY(-3px);
    border-color: rgba(30, 91, 198, 0.5);
    background: rgba(30, 91, 198, 0.14);
  }
  .event-date {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--silver);
    padding-top: 6px;
    border-left: 3px solid var(--hampton-lt);
    padding-left: 14px;
  }
  .event-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .event-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--off-white);
    letter-spacing: -0.01em;
  }
  .event-venue {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--silver-2);
  }
  .event-desc {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 4px;
  }
  .event-link {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--off-white);
    background: var(--hampton);
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
  }
  .event-link:hover {
    background: var(--hampton-lt);
    transform: translateX(2px);
  }
  @media (max-width: 720px) {
    .events-section { padding: 90px 22px; }
    .event-item {
      grid-template-columns: 1fr;
      gap: 14px;
      padding: 22px 20px;
    }
    .event-date {
      border-left: none;
      border-bottom: 2px solid var(--hampton-lt);
      padding-left: 0;
      padding-bottom: 8px;
    }
  }

  /* ============================================================
     NEWS SECTION
     Card grid — image thumb / date / title / excerpt / link.
     ============================================================ */
  .news-section {
    position: relative;
    padding: 140px 44px;
    background:
      radial-gradient(ellipse at 80% 0%, rgba(30, 91, 198, 0.12), transparent 55%),
      var(--navy-deep);
  }
  .news-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .news-header {
    text-align: center;
    margin-bottom: 72px;
  }
  .news-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--silver);
    padding: 6px 14px;
    background: rgba(30, 91, 198, 0.18);
    border: 1px solid var(--card-border);
    border-radius: 999px;
    margin-bottom: 22px;
  }
  .news-headline {
    font-size: clamp(34px, 4.6vw, 56px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--off-white);
  }
  .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
  }
  .news-card {
    display: flex;
    flex-direction: column;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  }
  .news-card:hover {
    transform: translateY(-6px);
    border-color: rgba(30, 91, 198, 0.55);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  }
  .news-thumb {
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: var(--navy-mid);
  }
  .news-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 26px 26px 28px;
    flex: 1;
  }
  .news-date {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--silver);
  }
  .news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
    color: var(--off-white);
  }
  .news-excerpt {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--text-muted);
    flex: 1;
  }
  .news-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--hampton-lt);
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
  }
  .news-link:hover {
    color: var(--off-white);
    gap: 10px;
  }
  @media (max-width: 720px) {
    .news-section { padding: 90px 22px; }
  }

  /* ============================================================
     ALUMNI SPOTLIGHT SECTION
     Portrait cards with photo, name, role/year, pull-quote.
     ============================================================ */
  .alumni-section {
    position: relative;
    padding: 140px 44px;
    background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  }
  .alumni-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .alumni-header {
    text-align: center;
    margin-bottom: 72px;
  }
  .alumni-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--silver);
    padding: 6px 14px;
    background: rgba(30, 91, 198, 0.18);
    border: 1px solid var(--card-border);
    border-radius: 999px;
    margin-bottom: 22px;
  }
  .alumni-headline {
    font-size: clamp(34px, 4.6vw, 56px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--off-white);
  }
  .alumni-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
  }
  .alumni-card {
    display: flex;
    flex-direction: column;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.4s ease, border-color 0.4s ease;
  }
  .alumni-card:hover {
    transform: translateY(-6px);
    border-color: rgba(30, 91, 198, 0.55);
  }
  .alumni-photo {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-position: center;
    background-color: var(--navy-mid);
    border-bottom: 1px solid var(--card-border);
  }
  .alumni-photo-empty {
    background-image:
      linear-gradient(135deg, rgba(30, 91, 198, 0.22) 0%, rgba(0, 10, 31, 0.4) 100%);
  }
  .alumni-body {
    padding: 24px 26px 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .alumni-name {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--off-white);
  }
  .alumni-meta {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--silver-2);
  }
  .alumni-quote {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
    color: var(--text-muted);
    padding-left: 14px;
    border-left: 2px solid var(--hampton-lt);
  }
  @media (max-width: 720px) {
    .alumni-section { padding: 90px 22px; }
  }

/* ==========================================================================
   RESEARCH PAGE (page-research.php)
   All classes are .res-* prefixed to avoid collisions with homepage.
   ========================================================================== */

.research-page {
  color: var(--cream, #F7F7F2);
  background: var(--navy, #001233);
}
.research-page a { color: inherit; }
.research-page .reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s ease; }
.research-page .reveal.is-visible { opacity: 1; transform: none; }

/* HERO */
.res-hero {
  padding: 200px 44px 100px; text-align: center; position: relative;
  background:
    radial-gradient(ellipse at 30% 10%, rgba(30,91,198,0.28), transparent 55%),
    radial-gradient(ellipse at 80% 90%, rgba(0,61,165,0.22), transparent 55%),
    var(--navy-deep, #000A1F);
  overflow: hidden;
}
.res-hero::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(135deg, rgba(255,255,255,0.018) 0 2px, transparent 2px 9px);
  pointer-events: none;
}
.res-hero-inner { position: relative; max-width: 880px; margin: 0 auto; z-index: 1; }
.res-hero-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--silver-mid, #A8B2C4);
  margin-bottom: 22px; padding: 8px 18px; border-radius: 999px;
  border: 1px solid rgba(212,217,226,0.22); background: rgba(0,36,84,0.35);
}
.res-hero-title {
  font-size: clamp(44px, 7vw, 100px); font-weight: 900; line-height: 0.99;
  letter-spacing: -0.035em; margin: 0 0 26px;
}
.res-hero-title .accent {
  display: block; color: var(--hampton-lt, #1E5BC6); font-style: italic; font-weight: 800;
}
.res-hero-subtitle {
  font-size: clamp(17px, 1.7vw, 20px); line-height: 1.62;
  color: rgba(247,247,242,0.72); max-width: 680px; margin: 0 auto;
}

/* COMMON TYPE */
.research-page .res-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--hampton-lt, #1E5BC6); margin-bottom: 16px;
}
.research-page .res-headline {
  font-size: clamp(30px, 4.2vw, 52px); font-weight: 800; line-height: 1.08;
  letter-spacing: -0.02em; margin: 0 0 22px;
}
.research-page .res-headline em { font-style: italic; color: var(--silver-mid, #A8B2C4); font-weight: 700; }
.research-page .res-sub {
  font-size: 17px; line-height: 1.7; color: rgba(247,247,242,0.72);
  max-width: 720px; margin: 0 0 48px;
}

/* BIO */
.res-bio {
  padding: 100px 44px;
  background: linear-gradient(180deg, var(--navy-deep, #000A1F) 0%, var(--navy, #001233) 100%);
}
.res-bio-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center;
}
.res-bio-visual {
  position: relative; aspect-ratio: 4/5; max-width: 420px; width: 100%; margin: 0 auto;
}
.res-bio-portrait {
  position: absolute; inset: 20px;
  background-size: cover; background-position: center 18%; background-repeat: no-repeat;
  border-radius: 14px; border: 1px solid rgba(212,217,226,0.15);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(30,91,198,0.18) inset;
}
.res-bio-ring {
  position: absolute; border-radius: 50%; pointer-events: none;
  border: 1px solid rgba(30,91,198,0.22);
}
.res-bio-ring.r1 { inset: -30px; }
.res-bio-ring.r2 { inset: -58px; border-color: rgba(212,217,226,0.10); }
.res-bio-tag {
  position: absolute; padding: 8px 14px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; box-shadow: 0 10px 28px rgba(0,0,0,0.4);
  white-space: nowrap; z-index: 3;
}
.res-bio-tag.t1 { top: -16px; left: -10px; background: rgba(30,91,198,0.92); color: var(--cream, #F7F7F2); }
.res-bio-tag.t2 {
  bottom: -12px; right: -6px; background: rgba(0,18,51,0.92); color: var(--silver, #D4D9E2);
  border: 1px solid rgba(212,217,226,0.22);
}
.res-bio-text p {
  font-size: 16.5px; line-height: 1.78; color: rgba(247,247,242,0.75); margin-bottom: 18px;
}

/* GOALS */
.res-goals { padding: 100px 44px; background: var(--navy, #001233); }
.res-goals-inner { max-width: 1180px; margin: 0 auto; }
.res-goals-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; margin-top: 20px;
}
.res-goal-card {
  background: rgba(30,91,198,0.08); border: 1px solid rgba(30,91,198,0.22);
  border-radius: 14px; padding: 34px 28px 30px; position: relative; overflow: hidden;
  transition: transform .3s ease, border-color .3s ease, background .3s ease;
}
.res-goal-card::before {
  content:""; position:absolute; top:0; left:0; right:0; height:3px;
  background: linear-gradient(90deg, var(--hampton, #003DA5), var(--hampton-lt, #1E5BC6)); opacity: 0.85;
}
.res-goal-card:hover {
  transform: translateY(-4px); border-color: rgba(30,91,198,0.45); background: rgba(30,91,198,0.12);
}
.res-goal-num {
  font-size: 42px; font-weight: 900; color: var(--hampton-lt, #1E5BC6);
  letter-spacing: -0.04em; line-height: 1; margin-bottom: 16px;
}
.res-goal-title { font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
.res-goal-desc { font-size: 15px; line-height: 1.65; color: rgba(247,247,242,0.72); }

/* SAMPLES */
.res-samples {
  padding: 100px 44px;
  background: linear-gradient(180deg, var(--navy, #001233) 0%, var(--navy-mid, #002454) 100%);
}
.res-samples-inner { max-width: 1180px; margin: 0 auto; }
.res-samples-header {
  display: grid; grid-template-columns: 1fr auto; align-items: end;
  gap: 36px; margin-bottom: 52px;
}
.res-samples-intro {
  font-size: 15px; line-height: 1.65; color: rgba(247,247,242,0.72); max-width: 360px;
}
.res-samples-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.res-sample-card {
  background: rgba(0,10,31,0.55); border: 1px solid rgba(30,91,198,0.22);
  border-radius: 14px; padding: 30px 28px; position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 14px; min-width: 0;
  transition: transform .3s ease, border-color .3s ease;
}
.res-sample-card:hover { transform: translateY(-4px); border-color: rgba(30,91,198,0.5); }
.res-sample-card::after {
  content:""; position:absolute; top:0; right:0; bottom:0; width:3px;
  background: linear-gradient(180deg, var(--hampton-lt, #1E5BC6), transparent); opacity: 0.65;
}
.res-sample-wide { grid-column: 1 / -1; }
.res-course {
  display: inline-block; align-self: flex-start; padding: 5px 12px; border-radius: 6px;
  background: rgba(30,91,198,0.18); border: 1px solid rgba(30,91,198,0.32);
  color: var(--silver, #D4D9E2); font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
}
.res-sample-title {
  font-size: 21px; font-weight: 800; line-height: 1.25;
  letter-spacing: -0.01em; overflow-wrap: break-word; color: var(--cream, #F7F7F2);
}
.res-download {
  display: inline-flex; align-items: center; gap: 9px; align-self: flex-start;
  padding: 10px 18px; border-radius: 999px; background: var(--hampton, #003DA5); color: var(--cream, #F7F7F2);
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-decoration: none;
  box-shadow: 0 8px 22px rgba(30,91,198,0.35);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.res-download:hover {
  transform: translateY(-2px); background: var(--hampton-lt, #1E5BC6);
  box-shadow: 0 10px 26px rgba(30,91,198,0.5);
}
.res-download svg { flex-shrink: 0; }
.res-sample-reflection p {
  font-size: 15px; line-height: 1.7; color: rgba(247,247,242,0.72); margin-bottom: 12px;
}
.res-sample-reflection p:last-child { margin-bottom: 0; }

/* STUDY */
.res-study {
  padding: 110px 44px;
  background: radial-gradient(ellipse at 80% 0%, rgba(30,91,198,0.18), transparent 60%), var(--navy-deep, #000A1F);
}
.res-study-inner { max-width: 940px; margin: 0 auto; }
.res-study-header { text-align: center; margin-bottom: 60px; }
.res-study-title {
  font-size: clamp(28px, 3.8vw, 48px); font-weight: 800; line-height: 1.15;
  letter-spacing: -0.02em; margin: 0 auto; max-width: 860px;
}
.res-study-title em {
  display: block; margin-top: 14px; font-style: italic; color: var(--silver-mid, #A8B2C4);
  font-weight: 600; font-size: 0.72em; line-height: 1.3;
}
.res-study-body { display: flex; flex-direction: column; gap: 28px; }
.res-study-block {
  background: rgba(0,18,51,0.55); border: 1px solid rgba(212,217,226,0.10);
  border-left: 3px solid var(--hampton, #003DA5); border-radius: 10px; padding: 28px 32px;
}
.res-study-block-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--hampton-lt, #1E5BC6); margin-bottom: 14px;
}
.res-study-block p {
  font-size: 16px; line-height: 1.78; color: rgba(247,247,242,0.75);
  margin-bottom: 14px; overflow-wrap: break-word;
}
.res-study-block p:last-child { margin-bottom: 0; }
.res-study-lead {
  color: var(--cream, #F7F7F2); font-size: 17px; line-height: 1.7;
  border-left: 2px solid var(--hampton-lt, #1E5BC6); padding-left: 16px; margin-bottom: 18px !important;
}
.res-study-list { list-style: none; padding: 0; margin: 6px 0 0; }
.res-study-list li {
  position: relative; padding: 8px 0 8px 22px; font-size: 16px;
  line-height: 1.7; color: rgba(247,247,242,0.72);
  border-bottom: 1px dashed rgba(212,217,226,0.10);
}
.res-study-list li:last-child { border-bottom: 0; }
.res-study-list li::before {
  content:""; position: absolute; left: 0; top: 18px;
  width: 8px; height: 8px; border-radius: 50%; background: var(--hampton-lt, #1E5BC6);
  box-shadow: 0 0 0 4px rgba(30,91,198,0.18);
}
.res-footnotes {
  margin-top: 56px; padding-top: 28px; border-top: 1px solid rgba(212,217,226,0.10);
}
.res-footnotes-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.32em;
  text-transform: uppercase; color: var(--silver-mid, #A8B2C4); margin-bottom: 14px;
}
.res-footnotes ol { list-style: decimal; padding-left: 20px; margin: 0; }
.res-footnotes li {
  font-size: 14px; line-height: 1.7; color: rgba(247,247,242,0.72); margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 960px) {
  .res-hero { padding: 160px 22px 70px; }
  .res-bio { padding: 70px 22px; }
  .res-bio-inner { grid-template-columns: 1fr; gap: 50px; }
  .res-goals { padding: 70px 22px; }
  .res-goals-grid { grid-template-columns: 1fr; }
  .res-samples { padding: 70px 22px; }
  .res-samples-header { grid-template-columns: 1fr; align-items: start; gap: 16px; margin-bottom: 34px; }
  .res-samples-grid { grid-template-columns: 1fr; }
  .res-study { padding: 70px 22px; }
  .res-study-block { padding: 22px 20px; }
}
@media (max-width: 560px) {
  .res-hero-eyebrow { font-size: 10px; letter-spacing: 0.22em; padding: 7px 14px; }
  .res-sample-title { font-size: 19px; }
  .res-bio-tag { font-size: 9px; padding: 7px 12px; }
}

/* ============================================================
   HUBC CAMP PAGE (page-hubc.php)
   ============================================================ */

.hubc-page {
  background: var(--navy);
  color: var(--off-white);
  min-height: 100vh;
}

.hubc-page .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s ease, transform 1s ease;
}
.hubc-page .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Shared eyebrow + headline inside hubc sections */
.hubc-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--silver-2);
  padding: 8px 18px;
  border: 1px solid rgba(212,217,226,0.22);
  border-radius: 999px;
  background: rgba(30,91,198,0.08);
  margin-bottom: 22px;
}
.hubc-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 5.2vw, 60px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--off-white);
  margin-bottom: 18px;
}
.hubc-headline em {
  font-style: italic;
  color: var(--hampton-lt);
  font-weight: 500;
}
.hubc-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 720px;
}

/* ---------- HERO ---------- */
.hubc-hero {
  position: relative;
  padding: 160px 44px 110px;
  overflow: hidden;
  background: radial-gradient(1200px 600px at 50% -10%, rgba(30,91,198,0.35), transparent 60%),
              linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-mid) 100%);
}
.hubc-hero-backdrop {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(30,91,198,0.18), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(212,217,226,0.08), transparent 40%);
  pointer-events: none;
}
.hubc-hero-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.hubc-hero-logo {
  max-width: 440px;
  margin: 0 auto 20px;
  filter: drop-shadow(0 12px 48px rgba(0,0,0,0.55));
}
/* The new All-Star Band Camp logo already reads "Hampton University",
   "Band Camp", and the session dates inside the artwork, so the
   redundant eyebrow and title text below it is suppressed. */
.hubc-hero .hubc-hero-eyebrow,
.hubc-hero .hubc-hero-title { display: none; }
.hubc-hero-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--silver);
  padding: 10px 22px;
  border: 1px solid rgba(212,217,226,0.28);
  border-radius: 999px;
  background: rgba(0,10,31,0.55);
  margin-bottom: 28px;
}
.hubc-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(46px, 8vw, 96px);
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 26px;
}
.hubc-hero-line-1 {
  display: block;
  color: var(--off-white);
}
.hubc-hero-line-2 {
  display: block;
  background: linear-gradient(90deg, var(--hampton-lt), #7CA8E8, var(--hampton-lt));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
.hubc-hero-subtitle {
  font-size: 19px;
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 42px;
}
.hubc-hero-meta {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding: 18px 32px;
  background: rgba(0,10,31,0.5);
  border: 1px solid rgba(212,217,226,0.18);
  border-radius: 999px;
  margin-bottom: 38px;
  backdrop-filter: blur(10px);
}
.hubc-hero-meta-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.hubc-hero-meta-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--silver-2);
}
.hubc-hero-meta-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--off-white);
}
.hubc-hero-meta-sep {
  width: 1px;
  height: 28px;
  background: rgba(212,217,226,0.25);
}
.hubc-hero-cta {
  display: inline-block;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--off-white);
  text-decoration: none;
  background: linear-gradient(90deg, var(--hampton), var(--hampton-lt));
  border-radius: 999px;
  box-shadow: 0 12px 38px rgba(30,91,198,0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hubc-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 48px rgba(30,91,198,0.6);
}

/* ---------- PROMO IMAGES ---------- */
.hubc-promo {
  padding: 60px 44px;
  background: var(--navy);
}
.hubc-promo-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.hubc-promo-tile {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(30,91,198,0.22);
  background: var(--card-bg);
  box-shadow: 0 18px 50px rgba(0,10,31,0.5);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.hubc-promo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}
/* Second tile: shift the crop up so the subject's face stays fully in frame */
.hubc-promo-tile:nth-of-type(2) img { object-position: center top; }
.hubc-promo-tile:hover img { transform: scale(1.04); }
.hubc-promo-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(30,91,198,0.35);
}

/* ---------- ABOUT ---------- */
.hubc-about {
  padding: 100px 44px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-mid) 100%);
}
.hubc-about-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.hubc-prose {
  margin-top: 28px;
  text-align: justify;
  hyphens: auto;
}
.hubc-prose p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(247,247,242,0.82);
  margin-bottom: 18px;
}
.hubc-prose p em {
  color: var(--silver);
  font-style: italic;
}
.hubc-prose p:last-child { margin-bottom: 0; }

/* ---------- ACTIONS ---------- */
.hubc-actions {
  padding: 110px 44px;
  background: var(--navy-deep);
  position: relative;
}
.hubc-actions::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 400px at 50% 0%, rgba(30,91,198,0.18), transparent 70%);
  pointer-events: none;
}
.hubc-actions-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.hubc-actions-header {
  text-align: center;
  margin-bottom: 64px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.hubc-actions-header .hubc-sub {
  margin: 0 auto;
}
.hubc-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.hubc-action-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 40px 34px 36px;
  background: linear-gradient(160deg, rgba(30,91,198,0.10) 0%, rgba(0,10,31,0.6) 100%);
  border: 1px solid rgba(30,91,198,0.25);
  border-radius: 22px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.hubc-action-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--hampton), var(--hampton-lt), transparent);
  opacity: 0.55;
}
.hubc-action-card:hover {
  transform: translateY(-5px);
  border-color: rgba(30,91,198,0.55);
  box-shadow: 0 24px 60px rgba(30,91,198,0.25);
}
.hubc-action-step {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--silver-2);
}
.hubc-action-icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: rgba(30,91,198,0.18);
  border: 1px solid rgba(30,91,198,0.35);
  color: var(--hampton-lt);
}
.hubc-action-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--off-white);
  margin: 4px 0 2px;
}
.hubc-action-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(247,247,242,0.72);
  flex: 1;
}
.hubc-action-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hampton-lt);
}
.hubc-action-card:hover .hubc-action-cta { color: var(--off-white); }

/* ---------- GALLERY ---------- */
.hubc-gallery {
  padding: 100px 44px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}
.hubc-gallery-inner { max-width: 1300px; margin: 0 auto; }
.hubc-gallery-header {
  text-align: center;
  margin-bottom: 56px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.hubc-gallery-header .hubc-sub { margin: 0 auto; }
.hubc-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 180px;
  gap: 14px;
}
.hubc-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(30,91,198,0.2);
  background: var(--card-bg);
}
.hubc-gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.hubc-gallery-item:hover img { transform: scale(1.06); }
.hubc-gallery-item figcaption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--off-white);
  background: linear-gradient(180deg, transparent, rgba(0,10,31,0.85));
  opacity: 0;
  transition: opacity 0.4s ease;
}
.hubc-gallery-item:hover figcaption { opacity: 1; }

/* Mosaic placement for visual variety */
.hgi-1  { grid-column: span 2; grid-row: span 2; }
.hgi-2  { grid-column: span 2; grid-row: span 1; }
.hgi-3  { grid-column: span 2; grid-row: span 1; }
.hgi-4  { grid-column: span 2; grid-row: span 1; }
.hgi-5  { grid-column: span 2; grid-row: span 1; }
.hgi-6  { grid-column: span 3; grid-row: span 1; }
.hgi-7  { grid-column: span 3; grid-row: span 1; }
.hgi-8  { grid-column: span 2; grid-row: span 1; }
.hgi-9  { grid-column: span 2; grid-row: span 1; }
.hgi-10 { grid-column: span 2; grid-row: span 1; }

/* ---------- CLOSING ---------- */
.hubc-closing {
  padding: 110px 44px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  text-align: center;
}
.hubc-closing-inner {
  max-width: 780px;
  margin: 0 auto;
}
.hubc-closing-inner .hubc-sub { margin: 0 auto 32px; }
.hubc-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.hubc-btn-primary {
  color: var(--off-white);
  background: linear-gradient(90deg, var(--hampton), var(--hampton-lt));
  box-shadow: 0 14px 40px rgba(30,91,198,0.45);
}
.hubc-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(30,91,198,0.6);
}
.hubc-btn-ghost {
  color: var(--silver);
  background: transparent;
  border: 1px solid rgba(212,217,226,0.28);
}
.hubc-btn-ghost:hover {
  color: var(--off-white);
  border-color: rgba(212,217,226,0.55);
  transform: translateY(-2px);
}

/* RESPONSIVE — HUBC */
@media (max-width: 960px) {
  .hubc-hero { padding: 140px 22px 80px; }
  .hubc-hero-logo { max-width: 300px; }
  .hubc-promo { padding: 40px 22px; }
  .hubc-promo-inner { grid-template-columns: 1fr; gap: 20px; }
  .hubc-about { padding: 70px 22px; }
  .hubc-actions { padding: 70px 22px; }
  .hubc-actions-grid { grid-template-columns: 1fr; gap: 20px; }
  .hubc-gallery { padding: 70px 22px; }
  .hubc-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 200px; }
  .hgi-1, .hgi-2, .hgi-3, .hgi-4, .hgi-5, .hgi-6, .hgi-7, .hgi-8, .hgi-9, .hgi-10 {
    grid-column: span 1; grid-row: span 1;
  }
  .hgi-1 { grid-column: span 2; grid-row: span 1; }
  .hubc-closing { padding: 70px 22px; }
}
@media (max-width: 560px) {
  .hubc-hero-meta { flex-direction: column; gap: 14px; padding: 18px 26px; }
  .hubc-hero-meta-sep { width: 40px; height: 1px; }
  .hubc-action-card { padding: 32px 24px 28px; }
  .hubc-action-title { font-size: 24px; }
}


/* ============================================================
   HUBC PAYMENT PAGE (page-payment-hubc.php)
   ============================================================ */

.pay-page {
  background: var(--navy);
  color: var(--off-white);
  min-height: 100vh;
}
.pay-page .reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s ease, transform 1s ease;
}
.pay-page .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* HERO */
.pay-hero {
  padding: 160px 44px 90px;
  text-align: center;
  background: radial-gradient(900px 500px at 50% -10%, rgba(30,91,198,0.3), transparent 60%),
              linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}
.pay-hero-inner { max-width: 820px; margin: 0 auto; }
.pay-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--silver-2);
  padding: 8px 20px;
  border: 1px solid rgba(212,217,226,0.22);
  border-radius: 999px;
  background: rgba(30,91,198,0.08);
  margin-bottom: 22px;
}
.pay-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--off-white);
}
.pay-hero-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
}

/* OPTIONS */
.pay-options {
  padding: 90px 44px 40px;
  background: var(--navy);
}
.pay-options-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.pay-option {
  position: relative;
  padding: 40px 34px 36px;
  background: linear-gradient(160deg, rgba(30,91,198,0.10) 0%, rgba(0,10,31,0.6) 100%);
  border: 1px solid rgba(30,91,198,0.25);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.pay-option::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--hampton), var(--hampton-lt), transparent);
  opacity: 0.55;
}
.pay-option:hover {
  transform: translateY(-5px);
  border-color: rgba(30,91,198,0.55);
  box-shadow: 0 24px 60px rgba(30,91,198,0.25);
}
.pay-option-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: var(--hampton-lt);
  opacity: 0.55;
  margin-bottom: 14px;
}
.pay-option-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--off-white);
  margin-bottom: 10px;
}
.pay-option-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(247,247,242,0.72);
  margin-bottom: 22px;
}

/* Highlight blocks inside pay options */
.pay-highlight {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 20px;
  background: rgba(30,91,198,0.14);
  border: 1px dashed rgba(30,91,198,0.45);
  border-radius: 14px;
}
.pay-highlight-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--silver-2);
}
.pay-highlight-value {
  font-family: 'JetBrains Mono', 'Fira Code', Menlo, monospace;
  font-size: 19px;
  font-weight: 700;
  color: var(--off-white);
  letter-spacing: 0.01em;
}
.pay-highlight-cashapp .pay-highlight-value {
  color: #7CA8E8;
  font-size: 22px;
}
.pay-address {
  font-family: 'JetBrains Mono', 'Fira Code', Menlo, monospace;
  font-style: normal;
  font-size: 15px;
  line-height: 1.6;
  color: var(--off-white);
}
.pay-highlight-inperson {
  text-align: center;
  background: rgba(30,91,198,0.18);
  border-style: solid;
  padding: 22px;
}
.pay-highlight-inperson .pay-highlight-value {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: var(--hampton-lt);
}

/* Pay buttons */
.pay-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pay-btn-primary {
  color: var(--off-white);
  background: linear-gradient(90deg, var(--hampton), var(--hampton-lt));
  box-shadow: 0 12px 36px rgba(30,91,198,0.4);
}
.pay-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 46px rgba(30,91,198,0.55);
}
.pay-btn-ghost {
  color: var(--silver);
  background: transparent;
  border: 1px solid rgba(212,217,226,0.28);
}
.pay-btn-ghost:hover {
  color: var(--off-white);
  border-color: rgba(212,217,226,0.55);
  transform: translateY(-2px);
}

/* CLOSING */
.pay-closing {
  padding: 80px 44px 110px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.pay-closing-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.pay-closing-body {
  font-size: 17px;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 28px;
}

/* RESPONSIVE — PAY */
@media (max-width: 960px) {
  .pay-hero { padding: 140px 22px 70px; }
  .pay-options { padding: 60px 22px 30px; }
  .pay-options-inner { grid-template-columns: 1fr; gap: 20px; }
  .pay-option { padding: 32px 26px 30px; }
  .pay-closing { padding: 60px 22px 80px; }
}


/* ============================================================
   HUBC MEDICAL PAGE (page-hubc-med.php)
   ============================================================ */

.med-page {
  background: var(--navy);
  color: var(--off-white);
  min-height: 100vh;
}
.med-page .reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s ease, transform 1s ease;
}
.med-page .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* HERO */
.med-hero {
  padding: 160px 44px 90px;
  text-align: center;
  background: radial-gradient(900px 500px at 50% -10%, rgba(30,91,198,0.3), transparent 60%),
              linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}
.med-hero-inner { max-width: 820px; margin: 0 auto; }
.med-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--silver-2);
  padding: 8px 20px;
  border: 1px solid rgba(212,217,226,0.22);
  border-radius: 999px;
  background: rgba(30,91,198,0.08);
  margin-bottom: 22px;
}
.med-hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: var(--off-white);
}
.med-hero-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto;
}

/* STEPS */
.med-steps {
  padding: 80px 44px 40px;
  background: var(--navy);
}
.med-steps-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.med-step {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 30px;
  padding: 40px 40px 40px 30px;
  background: linear-gradient(160deg, rgba(30,91,198,0.10) 0%, rgba(0,10,31,0.6) 100%);
  border: 1px solid rgba(30,91,198,0.25);
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.med-step::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 4px; height: 100%;
  background: linear-gradient(180deg, var(--hampton), var(--hampton-lt));
}
.med-step:hover {
  transform: translateY(-4px);
  border-color: rgba(30,91,198,0.55);
  box-shadow: 0 22px 56px rgba(30,91,198,0.25);
}
.med-step-number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 1;
  color: var(--hampton-lt);
  opacity: 0.55;
  letter-spacing: -0.03em;
}
.med-step-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 10px;
}
.med-step-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--off-white);
  margin: 0;
}
.med-step-desc {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(247,247,242,0.78);
  margin: 0;
}
.med-step-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* Highlight blocks inside med steps */
.med-highlight {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 22px;
  background: rgba(30,91,198,0.14);
  border: 1px dashed rgba(30,91,198,0.45);
  border-radius: 14px;
  margin-top: 8px;
}
.med-highlight-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--silver-2);
}
.med-highlight-link {
  font-family: 'JetBrains Mono', 'Fira Code', Menlo, monospace;
  font-size: 20px;
  font-weight: 700;
  color: #7CA8E8;
  text-decoration: none;
  letter-spacing: 0.005em;
  transition: color 0.3s ease;
}
.med-highlight-link:hover { color: var(--off-white); }

/* Med buttons */
.med-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.med-btn svg { flex-shrink: 0; }
.med-btn-ext {
  font-size: 12px;
  opacity: 0.7;
  margin-left: 2px;
}
.med-btn-primary {
  color: var(--off-white);
  background: linear-gradient(90deg, var(--hampton), var(--hampton-lt));
  box-shadow: 0 12px 34px rgba(30,91,198,0.4);
}
.med-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 44px rgba(30,91,198,0.55);
}
.med-btn-ghost {
  color: var(--silver);
  background: transparent;
  border: 1px solid rgba(212,217,226,0.28);
}
.med-btn-ghost:hover {
  color: var(--off-white);
  border-color: rgba(212,217,226,0.55);
  transform: translateY(-2px);
}

/* CLOSING */
.med-closing {
  padding: 80px 44px 120px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.med-closing-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.med-closing-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.1;
  font-style: italic;
  background: linear-gradient(90deg, var(--hampton-lt), #7CA8E8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
}
.med-closing-body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 32px;
}

/* RESPONSIVE — MED */
@media (max-width: 760px) {
  .med-hero { padding: 140px 22px 70px; }
  .med-steps { padding: 60px 22px 30px; }
  .med-step {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 32px 26px;
  }
  .med-step-number { font-size: 64px; }
  .med-step-title { font-size: 24px; }
  .med-closing { padding: 60px 22px 90px; }
}

/* ==========================================================================
   NAV — Summer Camp CTA variant
   ========================================================================== */
.nav-cta-camp {
  background: linear-gradient(135deg, #7CA8E8 0%, var(--hampton-lt) 100%) !important;
  box-shadow: 0 6px 18px rgba(124,168,232,0.35) !important;
  margin-right: 4px;
}
.nav-cta-camp:hover { filter: brightness(1.08); }

/* ==========================================================================
   DONATE BUTTON (homepage hero)
   ========================================================================== */
.btn-donate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--off-white);
  background: linear-gradient(135deg, #B8860B 0%, #D4A14A 60%, #F0C674 100%);
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(184,134,11,0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  border: 1px solid rgba(240,198,116,0.55);
}
.btn-donate:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(184,134,11,0.5);
  filter: brightness(1.08);
}
.btn-donate svg { width: 16px; height: 16px; fill: currentColor; }

/* ==========================================================================
   SUBDUED PHOTO COLLAGE BACKGROUND
   Usage: add class "has-collage" on a section and include
          <div class="collage-bg" aria-hidden="true"></div> as first child.
   ========================================================================== */
.has-collage { position: relative; isolation: isolate; }
.has-collage > :not(.collage-bg) { position: relative; z-index: 1; }
.collage-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,10,31,0.88) 0%, rgba(0,18,51,0.92) 100%),
    url('assets/hubc-2025-01.jpg') 0% 0% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-08.jpg') 50% 0% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-15.jpg') 100% 0% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-22.jpg') 0% 50% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-29.jpg') 50% 50% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-36.jpg') 100% 50% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-42.jpg') 0% 100% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-04.jpg') 50% 100% / 33.334% 33.334% no-repeat,
    url('assets/hubc-2025-19.jpg') 100% 100% / 33.334% 33.334% no-repeat,
    #001233;
  background-blend-mode: normal;
  filter: saturate(0.55) hue-rotate(-4deg);
  opacity: 1;
}
.collage-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(30,91,198,0.22), transparent 70%),
    linear-gradient(180deg, rgba(0,10,31,0.45) 0%, rgba(0,18,51,0.55) 100%);
  pointer-events: none;
}

/* ==========================================================================
   BRAND GRADIENT SPAN — "The Marching Force"
   ========================================================================== */
.mf-brand {
  font-weight: 900;
  background: linear-gradient(135deg, var(--hampton-lt) 0%, #7EA4E8 50%, var(--silver) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
  white-space: nowrap;
}

/* ==========================================================================
   HUBC — HERO WITH SIDE IMAGES + STACKED META/CTA
   ========================================================================== */
.hubc-hero-logo-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  max-width: 1240px;
  margin: 0 auto 28px;
}
.hubc-hero-logo-row .hubc-hero-logo-img {
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.45));
}
.hubc-hero-side {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  width: 100%;
  max-width: 340px;
  border: 1px solid rgba(212,217,226,0.18);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
  cursor: zoom-in;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  margin: 0;
}
.hubc-hero-side img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.hubc-hero-side:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(30,91,198,0.35); }
.hubc-hero-side:hover img { transform: scale(1.06); }
.hubc-hero-side-left { justify-self: end; }
.hubc-hero-side-right { justify-self: start; }

.hubc-hero-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin-top: 10px;
}
.hubc-hero-stack .hubc-hero-meta { order: 1; }
.hubc-hero-stack .hubc-hero-cta-wrap { order: 2; }

@media (max-width: 820px) {
  .hubc-hero-logo-row {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 340px;
  }
  .hubc-hero-side {
    max-width: 100%;
    justify-self: center !important;
    aspect-ratio: 16/9;
  }
  .hubc-hero-logo-row .hubc-hero-logo-img { max-width: 180px; }
}

/* ==========================================================================
   HUBC — QUESTIONS BUTTON
   ========================================================================== */
.hubc-questions-btn {
  margin-top: 20px;
  cursor: pointer;
  font: inherit;
  border: 1px solid rgba(212,217,226,0.28);
  background: transparent;
  color: var(--silver);
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.hubc-questions-btn:hover {
  border-color: rgba(212,217,226,0.55);
  color: var(--off-white);
  transform: translateY(-2px);
}

/* ==========================================================================
   HUBC — TRAIN THE TRAINER SECTION
   ========================================================================== */
.hubc-train {
  padding: 110px 44px 90px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
  position: relative;
}
.hubc-train-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hubc-train-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 60px;
}
.hubc-train-header .hubc-sub { margin: 0 auto; }
.hubc-train-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--silver-2);
  padding: 8px 18px;
  border: 1px solid rgba(212,217,226,0.25);
  border-radius: 999px;
  margin-bottom: 22px;
}
.hubc-train-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--off-white);
  margin-bottom: 22px;
}
.hubc-train-body {
  font-size: 17px;
  line-height: 1.75;
  color: var(--text-muted);
  text-align: justify;
  hyphens: auto;
}
.hubc-train-body p + p { margin-top: 14px; }
.hubc-train-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.hubc-train-block {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 36px;
  align-items: start;
  background: linear-gradient(180deg, rgba(30,91,198,0.08) 0%, rgba(30,91,198,0.02) 100%);
  border: 1px solid rgba(30,91,198,0.22);
  border-radius: 14px;
  padding: 30px 32px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 720px) {
  .hubc-train-block { grid-template-columns: 1fr; gap: 10px; padding: 24px 22px; }
}
.hubc-train-block .hubc-train-title { margin-bottom: 0; }
.hubc-train-block:hover {
  transform: translateY(-4px);
  border-color: rgba(30,91,198,0.45);
  box-shadow: 0 16px 44px rgba(0,0,0,0.35);
}
.hubc-train-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 22px;
  color: var(--off-white);
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.hubc-train-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

@media (max-width: 760px) {
  .hubc-train { padding: 70px 22px 60px; }
}

/* ==========================================================================
   PAY — COSTS SECTION
   ========================================================================== */
.pay-costs {
  padding: 90px 44px;
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
}
.pay-costs-inner { max-width: 1200px; margin: 0 auto; }
.pay-costs-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.pay-costs-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--silver-2);
  padding: 8px 18px;
  border: 1px solid rgba(212,217,226,0.25);
  border-radius: 999px;
  margin-bottom: 18px;
}
.pay-costs-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.12;
  color: var(--off-white);
}
.pay-costs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}
.pay-cost-card {
  background: linear-gradient(180deg, rgba(30,91,198,0.12) 0%, rgba(30,91,198,0.03) 100%);
  border: 1px solid rgba(30,91,198,0.28);
  border-radius: 16px;
  padding: 34px 26px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pay-cost-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(30,91,198,0.3);
}
.pay-cost-amount {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  background: linear-gradient(135deg, var(--hampton-lt) 0%, #7EA4E8 50%, var(--silver) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.pay-cost-who {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--off-white);
  margin-bottom: 10px;
}
.pay-cost-note {
  font-size: 14px;
  line-height: 1.55;
  color: var(--text-muted);
}

/* ==========================================================================
   PAY — QR + ONLINE GIVING NOTE
   ========================================================================== */
.pay-qr-wrap {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.pay-qr-wrap img {
  max-width: 220px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
.pay-qr-placeholder {
  max-width: 220px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 10px;
  border: 2px dashed rgba(212,217,226,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: var(--text-muted);
  padding: 14px;
  line-height: 1.5;
}
.pay-qr-caption {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.pay-online-note {
  background: rgba(240,198,116,0.08);
  border: 1px solid rgba(240,198,116,0.32);
  border-left: 3px solid #F0C674;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 14px 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--off-white);
}
.pay-online-note strong { color: #F0C674; font-weight: 700; }

/* ==========================================================================
   PHOTO GRIDS (pay + med)
   ========================================================================== */
.pay-photos, .med-photos {
  padding: 90px 44px;
  background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);
}
.pay-photos-inner, .med-photos-inner { max-width: 1200px; margin: 0 auto; }
.pay-photos-header, .med-photos-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.pay-photos-eyebrow, .med-photos-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--silver-2);
  padding: 8px 18px;
  border: 1px solid rgba(212,217,226,0.25);
  border-radius: 999px;
  margin-bottom: 18px;
}
.pay-photos-headline, .med-photos-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.12;
  color: var(--off-white);
}
.pay-photos-grid, .med-photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.pay-photo, .med-photo {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(212,217,226,0.15);
  cursor: zoom-in;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.pay-photo img, .med-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.pay-photo:hover, .med-photo:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}
.pay-photo:hover img, .med-photo:hover img { transform: scale(1.06); }
.pay-photo-cap, .med-photo-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,10,31,0.85) 100%);
  color: var(--off-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 28px 16px 14px;
  text-align: left;
}

@media (max-width: 760px) {
  .pay-costs, .pay-photos, .med-photos { padding: 60px 22px; }
}

/* ==========================================================================
   GENERIC LIGHTBOX TRIGGER CURSOR
   ========================================================================== */
.lightbox-trigger { cursor: zoom-in; }

/* ==========================================================================
   SHARED MODAL (Questions popup)
   ========================================================================== */
.hmf-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,5,15,0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 24px;
}
.hmf-modal.is-open { display: flex; }
.hmf-modal-inner {
  position: relative;
  max-width: 560px;
  width: 100%;
  background: linear-gradient(180deg, var(--navy-mid) 0%, var(--navy-deep) 100%);
  border: 1px solid rgba(30,91,198,0.35);
  border-radius: 16px;
  padding: 44px 36px 36px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.6);
  color: var(--off-white);
  text-align: center;
}
.hmf-modal-close {
  position: absolute;
  top: 12px; right: 14px;
  width: 36px; height: 36px;
  border: none;
  background: transparent;
  color: var(--silver);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease, color 0.2s ease;
}
.hmf-modal-close:hover { background: rgba(255,255,255,0.08); color: var(--off-white); }
.hmf-modal-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, var(--hampton-lt), #7CA8E8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hmf-modal-body {
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-muted);
}
.hmf-modal-body a {
  color: var(--hampton-lt);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dotted rgba(30,91,198,0.5);
}
.hmf-modal-body a:hover { color: #7EA4E8; }

/* ==========================================================================
   LIGHTBOX (full-size image viewer)
   ========================================================================== */
.hmf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0,5,15,0.94);
  padding: 24px;
}
.hmf-lightbox.is-open { display: flex; flex-direction: column; }
.hmf-lightbox-img {
  max-width: 92vw;
  max-height: 82vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.7);
}
.hmf-lightbox-caption {
  margin-top: 16px;
  color: var(--silver);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 720px;
}
.hmf-lightbox-close {
  position: absolute;
  top: 18px; right: 22px;
  width: 44px; height: 44px;
  border: none;
  background: rgba(255,255,255,0.08);
  color: var(--off-white);
  font-size: 22px;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.hmf-lightbox-close:hover { background: rgba(255,255,255,0.18); }
