/* PGB Media Hub — LIV-inspired, sapphire/gold bling */
.mh-page{background:#f3f5f9;color:#121826}
.mh-page .ice-lines{opacity:.03}

.mh-subnav{
  position:sticky;top:64px;z-index:45;
  background:rgba(255,255,255,.96);backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(18,24,38,.08);
}
.mh-subnav-inner{
  max-width:1200px;margin:0 auto;padding:.65rem 4vw;
  display:flex;flex-wrap:wrap;gap:.55rem 1rem;align-items:center;justify-content:space-between;
}
.mh-brand{
  display:inline-flex;align-items:center;gap:.55rem;
  font-weight:900;letter-spacing:.06em;text-transform:uppercase;font-size:.78rem;color:#0b1220;
}
.mh-brand img{width:28px;height:auto}
.mh-brand span{color:#163a74;font-weight:700;letter-spacing:.04em;text-transform:none}
.mh-links{display:flex;flex-wrap:wrap;gap:.2rem .85rem;align-items:center}
.mh-links a{
  font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#5c6473;
  padding:.35rem 0;border-bottom:2px solid transparent;
}
.mh-links a:hover,.mh-links a.active{color:#163a74;border-color:#163a74}
.mh-acred{
  border-radius:999px;padding:.7em 1.15em;
  background:linear-gradient(180deg,#5b9fff,#163a74);color:#fff;
  font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 8px 18px rgba(22,58,116,.28);
}
.mh-acred:hover{filter:brightness(1.08);transform:translateY(-1px)}

.mh-hero{
  position:relative;min-height:min(48vh,440px);min-height:min(48svh,440px);
  display:flex;align-items:flex-end;color:#fff;overflow:hidden;
}
.mh-hero-bg{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(5,9,16,.35) 0%, rgba(5,9,16,.55) 40%, rgba(5,9,16,.92) 100%),
    radial-gradient(circle at 75% 35%, rgba(212,175,55,.35), transparent 42%),
    radial-gradient(circle at 20% 70%, rgba(61,111,191,.45), transparent 45%),
    linear-gradient(135deg,#0a1a33,#1a1408 50%,#0b1220);
}
.mh-hero-photo{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%;
}
.mh-hero-bg.has-photo{
  background:
    linear-gradient(180deg, rgba(5,9,16,.5) 0%, rgba(5,9,16,.72) 45%, rgba(5,9,16,.94) 100%),
    linear-gradient(135deg,#0a1a33,#1a1408 50%,#0b1220);
}
.mh-hero-bg.has-photo .mh-hero-photo{display:block}
.mh-hero-bg::after{
  content:"";position:absolute;inset:0;
  background-image:url("../brand/lockup/primary-master.png");
  background-repeat:no-repeat;background-position:92% 45%;background-size:min(32vw,220px);
  opacity:.2;
}
.mh-hero-inner{position:relative;z-index:1;padding:3rem 4vw 2.4rem;max-width:1200px;width:100%;margin:0 auto}
.mh-hero h1{
  font-family:var(--display);font-size:clamp(2.8rem,10vw,5.2rem);
  letter-spacing:.03em;line-height:.92;max-width:16ch;
}
.mh-hero p{margin-top:.75rem;max-width:34rem;color:rgba(255,255,255,.88);font-size:1.05rem}

.mh-strip{
  background:#e8edf5;border-bottom:1px solid rgba(18,24,38,.08);
  padding:.9rem 4vw;text-align:center;font-size:.92rem;color:#3a4250;
}
.mh-strip strong{color:#163a74}

.mh-wrap{max-width:1200px;margin:0 auto;padding:clamp(1.35rem, 4vw, 2.4rem) var(--pad-x, 4vw) clamp(2rem, 5vw, 3.5rem)}
.mh-section-head{
  display:flex;flex-wrap:wrap;gap:.7rem 1rem;align-items:center;justify-content:space-between;
  margin-bottom:1.25rem;
}
.mh-section-head h2{
  font-family:var(--font);font-weight:800;font-size:var(--uf-xl, clamp(1.125rem, 2.8vw, 1.5rem));letter-spacing:-.02em;color:#0b1220;line-height:1.15;
}
.mh-viewall{
  border-radius:999px;padding:.55em 1em;border:1px solid rgba(18,24,38,.15);
  font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#121826;background:#fff;
}
.mh-viewall:hover{border-color:#163a74;color:#163a74}
.mh-legal{font-size:.72rem;color:#8a93a3;margin:-.4rem 0 1rem;max-width:52rem;line-height:1.45}

.mh-events{display:grid;gap:1rem}
@media(min-width:800px){.mh-events{grid-template-columns:repeat(3,1fr)}}
.mh-event{
  background:#fff;border:1px solid rgba(18,24,38,.08);border-radius:12px;
  padding:1.35rem 1.2rem 1.2rem;display:flex;flex-direction:column;gap:.85rem;
  box-shadow:0 8px 22px rgba(15,23,42,.05);transition:transform .15s, border-color .15s;
}
.mh-event:hover{transform:translateY(-3px);border-color:rgba(61,111,191,.35)}
.mh-event-cover{
  position:relative;border-radius:10px;overflow:hidden;aspect-ratio:16/10;
  background:linear-gradient(145deg,#0b1220,#163a74);
  margin:-.35rem -.35rem 0;
}
.mh-event-cover .mh-event-img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
}
.mh-event-cover.has-photo .mh-badge{display:none}
.mh-event-cover::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 35%,rgba(5,9,16,.55) 100%);
  pointer-events:none;
}
.mh-badge{
  width:108px;height:108px;border-radius:50%;margin:0 auto;
  display:flex;align-items:center;justify-content:center;flex-direction:column;
  font-family:var(--display);font-size:1.7rem;letter-spacing:.04em;color:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.18);
  position:relative;z-index:1;
}
.mh-event-cover .mh-badge{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;
}
.mh-badge small{font-family:var(--font);font-size:.55rem;letter-spacing:.14em;text-transform:uppercase;opacity:.85;margin-top:.15rem}
.mh-event hr{border:none;border-top:1px solid rgba(18,24,38,.08);margin:.1rem 0}
.mh-event .meta{font-size:.82rem;color:#5c6473;text-align:center;line-height:1.45}
.mh-event .meta b{display:block;color:#0b1220;font-size:.95rem;margin-bottom:.2rem}
.mh-event .btn-details{
  margin-top:auto;align-self:center;border-radius:999px;padding:.7em 1.2em;
  background:linear-gradient(180deg,#1a1d22,#0b1220);color:#fff;
  font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
}
.mh-event .btn-details:hover{background:linear-gradient(180deg,#5b9fff,#163a74)}

.mh-promo{display:grid;gap:1rem;margin:2rem 0}
@media(min-width:800px){.mh-promo{grid-template-columns:1.1fr .9fr}}
.mh-subscribe{
  position:relative;border-radius:14px;overflow:hidden;min-height:260px;
  background:
    linear-gradient(135deg, rgba(11,18,32,.82), rgba(22,58,116,.75)),
    radial-gradient(circle at 80% 20%, rgba(212,175,55,.35), transparent 40%),
    #0b1220;
  color:#fff;padding:1.8rem;
  display:flex;flex-direction:column;justify-content:flex-end;
}
.mh-subscribe-photo{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;
  opacity:.42;
}
.mh-subscribe.has-photo{
  background:linear-gradient(135deg, rgba(11,18,32,.88), rgba(22,58,116,.82));
}
.mh-subscribe.has-photo > :not(.mh-subscribe-photo){position:relative;z-index:1}
.mh-subscribe h3{font-family:var(--display);font-size:2.2rem;letter-spacing:.04em;line-height:1}
.mh-subscribe p{margin:.55rem 0 1rem;color:rgba(255,255,255,.8);max-width:26rem;font-size:.92rem}
.mh-subscribe form{display:flex;flex-wrap:wrap;gap:.5rem}
.mh-subscribe input{
  flex:1;min-width:180px;padding:.85rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.1);color:#fff;font:inherit;
}
.mh-subscribe input::placeholder{color:rgba(255,255,255,.5)}
.mh-subscribe button{
  border-radius:999px;padding:.85em 1.3em;
  background:linear-gradient(180deg,#f0d78c,#d4af37 55%,#8a6a1e);color:#1a1400;
  font-size:.72rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase;border:none;
}
.mh-alert-card{
  background:#fff;border:1px solid rgba(18,24,38,.08);border-radius:14px;padding:0;
  display:grid;overflow:hidden;
}
@media(min-width:560px){
  .mh-alert-card.has-photo{grid-template-columns:140px 1fr}
}
.mh-alert-art{
  width:100%;height:100%;min-height:120px;object-fit:cover;display:block;
  background:linear-gradient(145deg,#eef3fa,#163a74);
}
.mh-alert-body{padding:1.4rem;display:flex;flex-direction:column;gap:.7rem}
.mh-alert-card .tag{font-size:.62rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#163a74}
.mh-alert-card h3{font-size:1.15rem;line-height:1.3}
.mh-alert-card p{color:#5c6473;font-size:.9rem;line-height:1.5}
.mh-alert-card .prize{
  margin-top:auto;padding:.85rem 1rem;border-radius:10px;
  background:linear-gradient(135deg,rgba(212,175,55,.15), rgba(61,111,191,.12));
  border:1px solid rgba(212,175,55,.25);font-size:.85rem;font-weight:700;
}

.mh-videos{display:grid;gap:1rem}
@media(min-width:700px){.mh-videos{grid-template-columns:repeat(3,1fr)}}
.mh-video{
  background:#fff;border:1px solid rgba(18,24,38,.08);border-radius:12px;overflow:hidden;
  transition:transform .15s;
}
.mh-video:hover{transform:translateY(-3px)}
.mh-thumb{
  aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;position:relative;
  background:linear-gradient(145deg,#0b1220,#163a74);overflow:hidden;
}
.mh-thumb-img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
}
.mh-thumb.has-photo::before{
  content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(180deg,rgba(5,9,16,.08),rgba(5,9,16,.45));
  pointer-events:none;
}
.mh-thumb .play{
  position:relative;z-index:2;
  width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.92);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.mh-thumb .play::after{
  content:"";border-style:solid;border-width:8px 0 8px 14px;
  border-color:transparent transparent transparent #163a74;margin-left:3px;
}
.mh-video .cap{padding:1rem 1.05rem 1.15rem}
.mh-video .cap .eyebrow{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#163a74}
.mh-video .cap h3{font-size:.98rem;margin-top:.3rem;line-height:1.3}

/* Page heroes (resources, guidelines, etc.) */
.mh-page-hero{
  background:
    radial-gradient(400px 180px at 0% 50%, rgba(255,255,255,.12), transparent 55%),
    linear-gradient(120deg,#0b1220 0%, #163a74 55%, #1a1408 100%);
  color:#fff;padding:3rem 4vw;text-align:center;
}
.mh-page-hero h1{font-family:var(--display);font-size:clamp(2.6rem,8vw,4.2rem);letter-spacing:.04em}

/* Resources grid */
.mh-res-grid{display:grid;gap:.85rem}
@media(min-width:700px){.mh-res-grid{grid-template-columns:1fr 1fr}}
.mh-res{
  background:#fff;border:1px solid rgba(18,24,38,.08);border-radius:12px;
  padding:1.15rem 1.2rem;display:flex;gap:.9rem;align-items:flex-start;
}
.mh-res .ico{
  width:42px;height:42px;border-radius:10px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(145deg,#5b9fff,#163a74);color:#fff;
  font-family:var(--display);font-size:1.1rem;overflow:hidden;position:relative;
}
.mh-res .ico img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
}
.mh-res .ico.has-photo{background:#eef3fa}
.mh-res .ico.has-photo img{padding:0}
.mh-res .ico.has-photo .ico-fb{display:none}
.mh-res h3{font-size:.98rem;margin-bottom:.25rem}
.mh-res a{font-size:.82rem;font-weight:700;color:#163a74;text-decoration:underline;text-underline-offset:3px}
.mh-res p{font-size:.8rem;color:#8a93a3;margin-top:.2rem}

/* Schedule list */
.mh-sched{display:grid;gap:.75rem}
.mh-sched-row{
  background:#fff;border:1px solid rgba(18,24,38,.08);border-radius:12px;
  padding:1.1rem 1.2rem;display:grid;gap:.7rem;align-items:center;
}
@media(min-width:800px){
  .mh-sched-row{grid-template-columns:140px 1fr auto;gap:1.2rem}
}
.mh-sched-row .dates{font-family:var(--display);font-size:1.5rem;letter-spacing:.04em;color:#163a74;line-height:1}
.mh-sched-row .dates small{display:block;font-family:var(--font);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:#8a93a3;margin-top:.25rem;font-weight:800}
.mh-sched-row h3{font-size:1.1rem}
.mh-sched-row p{font-size:.88rem;color:#5c6473;margin-top:.2rem}

/* Event detail */
.mh-event-hero{
  background:
    radial-gradient(500px 220px at 10% 40%, rgba(91,159,255,.25), transparent 50%),
    linear-gradient(120deg,#0b1220,#163a74 50%,#7a1524);
  color:#fff;padding:3.2rem 4vw;
}
.mh-event-hero .city{
  font-family:var(--display);font-size:clamp(3.2rem,12vw,5.5rem);letter-spacing:.04em;line-height:.9;
}
.mh-event-layout{display:grid;gap:1.5rem}
@media(min-width:900px){.mh-event-layout{grid-template-columns:1.35fr .65fr}}
.mh-panel{
  background:#fff;border:1px solid rgba(18,24,38,.08);border-radius:12px;padding:1.3rem 1.25rem;margin-bottom:1rem;
}
.mh-panel h2{font-size:1.15rem;margin-bottom:.85rem}
.mh-key{width:100%;border-collapse:collapse;font-size:.9rem}
.mh-key tr{border-bottom:1px solid rgba(18,24,38,.08)}
.mh-key th{text-align:left;padding:.65rem 0;color:#8a93a3;font-weight:700;width:38%}
.mh-key td{padding:.65rem 0;font-weight:600}
.mh-live{
  display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;justify-content:space-between;
  background:linear-gradient(135deg,#eef3fa,#e8edf5);border-radius:12px;padding:1rem 1.1rem;margin-bottom:1rem;
}
.mh-live .pill{
  display:inline-flex;align-items:center;gap:.35rem;
  background:#c23b4a;color:#fff;border-radius:999px;padding:.3em .7em;
  font-size:.65rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
}
.mh-live .pill i{width:6px;height:6px;border-radius:50%;background:#fff;animation:mhPing 1.4s infinite}
@keyframes mhPing{70%,100%{opacity:.2;transform:scale(1.8)}}
.mh-side h3{font-size:.95rem;margin:1.2rem 0 .55rem}
.mh-side h3:first-child{margin-top:0}
.mh-side a{
  display:block;padding:.45rem 0;font-size:.88rem;font-weight:700;color:#163a74;
  text-decoration:underline;text-underline-offset:3px;border-bottom:1px solid rgba(18,24,38,.06);
}
.mh-cover{
  border-radius:12px;overflow:hidden;margin:1rem 0;
  background:
    linear-gradient(135deg, rgba(11,18,32,.75), rgba(22,58,116,.65)),
    #0b1220;
  color:#fff;padding:2rem 1.4rem;text-align:center;
}
.mh-cover h3{font-family:var(--display);font-size:2rem;letter-spacing:.04em}
.mh-cover p{margin:.5rem auto 1rem;max-width:28rem;color:rgba(255,255,255,.8);font-size:.9rem}

.mh-guide{max-width:820px}
.mh-guide h2{font-family:var(--display);font-size:1.8rem;letter-spacing:.04em;margin:1.6rem 0 .6rem;color:#0b1220}
.mh-guide h3{font-size:1.05rem;margin:1.1rem 0 .4rem}
.mh-guide p,.mh-guide li{color:#5c6473;font-size:.95rem;line-height:1.55}
.mh-guide ul{padding-left:1.2rem;margin:.4rem 0 .8rem}
.mh-guide li{margin:.3rem 0}

.mh-form{
  background:#fff;border:1px solid rgba(18,24,38,.08);border-radius:14px;padding:1.5rem;max-width:560px;
}
.mh-form .field{margin-bottom:.85rem}
.mh-form label{display:block;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#5c6473;margin-bottom:.35rem}
.mh-form input,.mh-form select,.mh-form textarea{
  width:100%;padding:.85rem 1rem;border-radius:10px;border:1px solid rgba(18,24,38,.15);
  background:#f8fafc;font:inherit;color:#121826;
}
.mh-form .done{display:none;color:#163a74;font-weight:800;margin-top:.7rem}
.mh-form.is-sent .fields{display:none}
.mh-form.is-sent .done{display:block}

.b-miami{background:linear-gradient(145deg,#2dd4bf,#0f766e)}
.b-mclean{background:linear-gradient(145deg,#ef4444,#991b1b)}
.b-wash{background:linear-gradient(145deg,#3f6db8,#1e3a8a)}
.b-chatt{background:linear-gradient(145deg,#c07a3e,#78350f)}
.b-finals{background:linear-gradient(145deg,#d4af37,#8a6a1e)}
