/* ============================================================
   TAMS 2026 — Home Page Styles
   Theme: Midnight Navy + Amber/Orange
   ============================================================ */

:root {
    --teal:        #0B1628;
    --teal2:       #142240;
    --teal3:       #1D3461;
    --teal-lt:     #EFF2F9;
    --amber:       #F97316;
    --amber2:      #FB923C;
    --amber-lt:    #FFF4EE;
    --cream:       #F8FAFF;
    --gray-100:    #EFF2F9;
    --gray-200:    #DDE3F0;
    --gray-300:    #C8D0E4;
    --gray-500:    #8899B4;
    --gray-700:    #4A5B7A;
    --white:       #FFFFFF;
    --navy:        #0B1628;
    --navy-mid:    #142240;
    --navy-light:  #1D3461;
    --blue:        #2060E8;
    --blue-light:  #4080FF;
    --orange:      #F97316;
    --gold:        #F97316;
    --gold-light:  #FB923C;
    --off-white:   #F8FAFF;
}

/* ── Typography helpers ── */
.tag-line { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); margin-bottom: 12px; }
.tag-line--gold { color: var(--amber); }
.section-title { font-family: var(--serif); font-size: clamp(30px, 4vw, 50px); font-weight: 800; line-height: 1.15; color: var(--teal); margin-bottom: 18px; }
.section-sub { font-size: 16px; color: var(--gray-700); max-width: 560px; line-height: 1.75; }
.text-gold { color: var(--amber); }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--teal); border-bottom: 1.5px solid currentColor; padding-bottom: 2px; text-decoration: none; transition: gap var(--dur), color var(--dur), border-color var(--dur); }
.link-arrow:hover { gap: 13px; color: var(--amber); border-color: var(--amber); }

/* ── Reveal animations ── */
.reveal, .reveal-left, .reveal-right { opacity: 0; transition: opacity .6s var(--ease), transform .6s var(--ease); transition-delay: var(--delay, 0s); }
.reveal        { transform: translateY(28px); }
.reveal-left   { transform: translateX(-36px); }
.reveal-right  { transform: translateX(36px); }
.reveal.revealed, .reveal-left.revealed, .reveal-right.revealed { opacity: 1; transform: none; }


/* ============================================================
   BUTTON OVERRIDES
   ============================================================ */
.btn--gold { background: var(--amber); color: var(--white); border-color: var(--amber); }
.btn--gold:hover { background: var(--amber2); border-color: var(--amber2); }
.btn--outline-white { background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,.35); }
.btn--outline-white:hover { border-color: rgba(255,255,255,.8); }
.btn--navy { background: var(--teal); color: var(--white); border-color: var(--teal); }
.btn--navy:hover { background: var(--teal2); }

.hero__tams-year {
    font-family: var(--serif);
    font-size: clamp(22px, 3.5vw, 40px);
    font-weight: 800;
    color: var(--amber);
    letter-spacing: 0.04em;
    margin-bottom: 10px;
    line-height: 1;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: calc(var(--nav-h) + 48px) 0 88px;
    overflow: hidden;
    background: var(--teal);
}
.hero__bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.hero__orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero__orb--1 { width: 580px; height: 580px; top: -220px; left: -160px; background: rgba(32,96,232,.12); animation: orbDrift 14s ease-in-out infinite alternate; }
.hero__orb--2 { width: 500px; height: 500px; bottom: -140px; right: -110px; background: rgba(249,115,22,.09); animation: orbDrift 18s ease-in-out infinite alternate-reverse; }
.hero__orb--3 { width: 280px; height: 280px; top: 35%; left: 57%; background: rgba(32,96,232,.06); animation: orbDrift 11s ease-in-out infinite alternate; }
@keyframes orbDrift { from { transform: translate(0,0); } to { transform: translate(28px,16px); } }

.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 52px 52px; }

.hero__inner { position: relative; z-index: 1; max-width: 620px; text-align: left; }

.hero__badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(249,115,22,.14); border: 1px solid rgba(249,115,22,.34); color: var(--amber2); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; padding: 7px 18px; border-radius: 999px; margin-bottom: 26px; }
.hero__badge i { font-size: 7px; color: var(--amber); animation: dotPulse 2s ease-in-out infinite; }
@keyframes dotPulse { 0%,100%{opacity:1} 50%{opacity:.35} }

.hero__title { font-family: var(--serif); font-size: clamp(42px, 6.5vw, 76px); font-weight: 800; line-height: 1.1; color: var(--white); margin-bottom: 22px; }
.hero__title em         { font-style: italic; color: rgba(255,255,255,.5); }
.hero__title .text-gold { color: var(--amber2); }

.hero__subtitle { font-size: clamp(15px, 1.8vw, 18px); color: rgba(255,255,255,.6); max-width: 500px; line-height: 1.75; margin-bottom: 40px; }

.countdown { display: flex; align-items: center; gap: 10px; margin-bottom: 44px; flex-wrap: wrap; }
.countdown__item { display: flex; flex-direction: column; align-items: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 14px 22px 10px; min-width: 80px; }
.countdown__num { font-family: var(--serif); font-size: 36px; font-weight: 700; color: var(--white); line-height: 1; }
.countdown__label { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.38); margin-top: 5px; }
.countdown__colon { font-family: var(--serif); font-size: 32px; font-weight: 700; color: rgba(255,255,255,.2); margin-bottom: 12px; }
.countdown__done { font-size: 20px; font-weight: 600; color: var(--amber2); }

.hero__cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.hero__meta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 13px; color: rgba(255,255,255,.45); }
.hero__meta > span { display: flex; align-items: center; gap: 6px; }
.hero__meta i { color: var(--amber); }
.meta-dot { opacity: .3; }

.hero__mascot {
    position: absolute;
    left: 54%;
    top: 50%;
    transform: translate(0%, -50%);
    height: 80%;
    max-height: 540px;
    width: auto;
    pointer-events: none;
    user-select: none;
    object-fit: contain;
    z-index: 2;
    animation: mascotFade 1.2s ease .3s both;
}
@keyframes mascotFade {
    from { opacity: 0; transform: translate(0%, -46%); }
    to   { opacity: 1; transform: translate(0%, -50%); }
}

.hero__scroll-hint { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.28); }
.scroll-mouse { width: 22px; height: 34px; border: 2px solid rgba(255,255,255,.18); border-radius: 11px; display: flex; justify-content: center; padding-top: 5px; }
.scroll-wheel { width: 4px; height: 8px; background: rgba(255,255,255,.4); border-radius: 2px; animation: scrollAnim 1.8s ease-in-out infinite; }
@keyframes scrollAnim { 0% { opacity:1; transform:translateY(0); } 100% { opacity:0; transform:translateY(10px); } }

/* ── Tablet (900–1100px): shrink decorations ── */
@media (max-width: 1100px) {
    .hero__mascot   { height: 65%; left: 50%; }
    .hero__vpill--1 { right: 5%; top: 20%; }
    .hero__vpill--2 { right: 5%; bottom: 28%; }
    .hero__vpill--3 { right: 5%; top: 44%; }
    .hero__pcard--1 { right: 3%; top: 30%; width: 170px; height: 128px; }
    .hero__pcard--2 { left: 44%; bottom: 6%; width: 150px; height: 115px; }
}

/* ══════════════════════════════════════════
   MOBILE HERO ≤ 768px
   ══════════════════════════════════════════ */
@media (max-width: 768px) {

    .hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: calc(var(--nav-h) + 28px) 0 340px;
        min-height: max(100svh, 920px);
        overflow: hidden;
    }

    .hero .container    { width: 100%; flex: 0 0 auto; padding-bottom: 0; }
    .hero__inner        { text-align: center; margin: 0 auto; max-width: 100%; position: relative; z-index: 2; }
    .hero__badge        { margin-left: auto; margin-right: auto; }
    .hero__title        { font-size: clamp(32px, 8vw, 48px); }
    .hero__subtitle     { font-size: 14.5px; line-height: 1.7; margin-bottom: 28px; }
    .hero__cta          { flex-direction: column; align-items: stretch; gap: 10px; margin-bottom: 22px; }
    .hero__cta .btn     { width: 100%; justify-content: center; }
    .hero__meta         { justify-content: center; flex-direction: column; gap: 5px; }
    .meta-dot           { display: none; }
    .countdown          { justify-content: center; }

    .hero__pcard        { display: none; }
    .hero__ring         { display: none; }
    .hero__scroll-hint  { display: none; }

    /* ── Mobile pills: hidden on mobile ── */
    .hero__vpill,
    .hero__vpill--1,
    .hero__vpill--2,
    .hero__vpill--3 {
        display: none !important;
    }

    .hero__mascot {
        left: 50%;
        top: auto;
        bottom: 80px;
        transform: translateX(-50%);
        height: 200px;
        max-height: 200px;
        animation: mascotFadeMob 1s ease .3s both;
    }
    @keyframes mascotFadeMob {
        from { opacity: 0; transform: translateX(-50%) translateY(20px); }
        to   { opacity: 1; transform: translateX(-50%) translateY(0); }
    }

    /* ══ PES LOGO + label — centred at very bottom of hero ══ */
    .hero__sponsor {
        position: absolute !important;
        bottom: 12px !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        z-index: 5 !important;
    }
    .hero__sponsor span {
        display: block !important;
        font-size: 10px !important;
        font-weight: 600 !important;
        letter-spacing: .08em !important;
        text-transform: uppercase !important;
        color: rgba(255,255,255,.4) !important;
    }
    .hero__sponsor img  { height: 38px !important; width: auto !important; opacity: .9 !important; display: block !important; }
}


/* ============================================================
   HERO VISUAL OVERLAYS
   ============================================================ */

.hero__ring { position: absolute; border-radius: 50%; border: 1px solid rgba(249,115,22,.12); pointer-events: none; z-index: 1; }
.hero__ring--1 { width: 440px; height: 440px; left: 50%; top: 50%; transform: translate(8%, -50%); animation: heroRingPulse 5s ease-in-out infinite alternate; }
.hero__ring--2 { width: 630px; height: 630px; left: 50%; top: 50%; transform: translate(1%, -50%); border-color: rgba(249,115,22,.05); animation: heroRingPulse 5s ease-in-out infinite alternate .9s; }
@keyframes heroRingPulse { from { opacity:.4; scale:.94; } to { opacity:1; scale:1.04; } }

.hero__pcard {
    position: absolute;
    border-radius: 14px; overflow: hidden;
    border: 3px solid rgba(255,255,255,.18);
    box-shadow: 0 20px 56px rgba(0,0,0,.5), 0 4px 16px rgba(0,0,0,.3);
    background: var(--teal2);
    z-index: 3; pointer-events: none; user-select: none;
}
.hero__pcard img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__pcard.pcard-missing img { display: none; }
.hero__pcard__fb { display: none; align-items: center; justify-content: center; height: 100%; color: rgba(255,255,255,.2); font-size: 32px; }
.hero__pcard.pcard-missing .hero__pcard__fb { display: flex; }

.hero__pcard--1 {
    width: 210px; height: 158px;
    right: 6%; top: 32%; left: auto;
    transform: rotate(-5deg);
    animation: pcard1Float 7s ease-in-out infinite;
    z-index: 4;
}
.hero__pcard--2 {
    width: 180px; height: 140px;
    left: 51%; bottom: 8%;
    transform: rotate(5deg);
    animation: pcard2Float 8.5s ease-in-out infinite .8s;
    z-index: 4;
}
@keyframes pcard1Float { 0%,100%{transform:rotate(-5deg) translateY(0)} 50%{transform:rotate(-5deg) translateY(-12px)} }
@keyframes pcard2Float { 0%,100%{transform:rotate(5deg) translateY(0)} 50%{transform:rotate(5deg) translateY(-10px)} }

.hero__vpill {
    position: absolute;
    display: flex; align-items: center; gap: 9px;
    background: rgba(255,255,255,.09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.18);
    color: var(--white); font-size: 13px; font-weight: 600;
    padding: 10px 18px; border-radius: 999px;
    box-shadow: 0 8px 32px rgba(0,0,0,.25);
    pointer-events: none; z-index: 5; white-space: nowrap;
}
.hero__vpill i { color: var(--amber); font-size: 12px; }

.hero__vpill--1 { right: 15%; top: 18%; left: auto; animation: vpillFloat 5s ease-in-out infinite; }
.hero__vpill--2 { right: 12%; bottom: 30%; left: auto; animation: vpillFloat 6s ease-in-out infinite .9s; }
.hero__vpill--3 { right: 16%; top: 44%; left: auto; animation: vpillFloat 7s ease-in-out infinite 1.6s; }
@keyframes vpillFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-9px)} }

/* ── Hero Sponsor — desktop: absolute bottom-left of hero section ── */
@media (min-width: 769px) {
    .hero__sponsor {
        position: absolute;
        bottom: 48px;
        left: max(24px, calc(50% - 600px));
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        z-index: 3;
    }
    .hero__sponsor span {
        display: block;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: rgba(255,255,255,.4);
    }
    .hero__sponsor img { height: 52px; width: auto; }
}


/* ============================================================
   SPONSOR STRIP
   ============================================================ */
.sponsor-strip { background: var(--white); border-bottom: 1px solid var(--gray-100); padding: 22px 0; }
.sponsor-strip__inner { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; }
.sponsor-strip__label { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--gray-500); }
.sponsor-strip__divider { width: 1px; height: 26px; background: var(--gray-300); }
.sponsor-logo { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; color: var(--teal); }
.sponsor-logo i { font-size: 20px; color: var(--amber); }
.pes-logo-img { height: 52px; width: auto; }


/* ============================================================
   WHEN & WHERE BANNER
   ============================================================ */
.when-where { background: linear-gradient(to right, var(--teal) 50%, var(--amber) 50%); }
.when-where .container { padding: 0 24px; }
.when-where__inner { display: grid; grid-template-columns: 1fr 1fr; }
.when-where__panel { display: flex; align-items: center; gap: 28px; padding: 40px 32px; }
.when-where__panel--dark { background: transparent; }
.when-where__panel--gold { background: transparent; justify-content: flex-end; }
.when-where__icon-circle { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.when-where__icon-circle--white { background: var(--white); color: var(--teal); }
.when-where__icon-circle--dark  { background: var(--teal); color: var(--white); }
.when-where__text { display: flex; flex-direction: column; gap: 4px; }
.when-where__text--right { text-align: right; }
.when-where__label { font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.4); }
.when-where__panel--gold .when-where__label { color: rgba(11,22,40,.5); }
.when-where__main { font-family: var(--serif); font-size: clamp(22px, 3vw, 36px); font-weight: 800; color: var(--white); line-height: 1.1; }
.when-where__panel--gold .when-where__main { color: var(--teal); }
.when-where__sub { font-size: 13px; font-weight: 500; color: rgba(255,255,255,.5); }
.when-where__panel--gold .when-where__sub { color: rgba(11,22,40,.6); }
@media (max-width: 700px) {
    .when-where { background: var(--teal); }
    .when-where__inner { grid-template-columns: 1fr; }
    .when-where__panel--gold { background: var(--amber); justify-content: flex-start !important; }
    .when-where__panel { padding: 32px 24px; }
    .when-where__text--right { text-align: left; }
}


/* ============================================================
   EVENT COUNTDOWN SECTION
   ============================================================ */
.ev-countdown-section { position: relative; background: var(--cream); padding: 88px 0 96px; overflow: hidden; text-align: center; }
.ev-countdown-section__bg { position: absolute; inset: 0; pointer-events: none; }
.ev-countdown-section__shape { position: absolute; border-radius: 50%; }
.ev-countdown-section__shape--1 { width: 480px; height: 480px; top: -180px; left: -140px; background: var(--teal-lt); opacity: .8; }
.ev-countdown-section__shape--2 { width: 360px; height: 360px; bottom: -120px; right: -100px; background: var(--amber-lt); opacity: .8; }
.ev-countdown-section__inner { position: relative; z-index: 1; }
.ev-countdown-section__eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); margin-bottom: 14px; }
.ev-countdown-section__title { font-family: var(--serif); font-size: clamp(22px, 3.5vw, 36px); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); margin-bottom: 18px; }
.ev-countdown-section__title--gold { color: var(--amber); }
.ev-countdown-section__divider { width: 50px; height: 3px; background: var(--amber); border-radius: 3px; margin: 0 auto 52px; }

.ev-cd-grid { display: flex; align-items: stretch; justify-content: center; }
.ev-cd-box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 180px; padding: 44px 16px; gap: 10px; transition: transform .3s var(--ease); }
.ev-cd-box:hover { transform: translateY(-6px); z-index: 1; }
.ev-cd-box--light { background: var(--white); box-shadow: 0 4px 24px rgba(11,22,40,.08); }
.ev-cd-box--dark  { background: var(--teal);  box-shadow: 0 8px 32px rgba(11,22,40,.18); }
.ev-cd-box__num { font-family: var(--serif); font-size: clamp(52px, 6vw, 78px); font-weight: 800; line-height: 1; color: var(--teal); }
.ev-cd-box--dark .ev-cd-box__num { color: var(--amber2); }
.ev-cd-box__label { font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gray-500); }
.ev-cd-box--dark .ev-cd-box__label { color: rgba(255,255,255,.4); }
@media (max-width: 700px) { .ev-cd-grid { gap: 12px; flex-wrap: wrap; } .ev-cd-box { width: calc(50% - 6px); padding: 22px 12px; } }


/* ============================================================
   STATS
   ============================================================ */
.stats-section { position: relative; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, var(--navy-light) 100%); padding: 80px 0; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(249,115,22,.1) 0%, transparent 70%); top: -150px; right: -100px; pointer-events: none; }
.stats-section::after  { content: ''; position: absolute; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(32,96,232,.12) 0%, transparent 70%); bottom: -100px; left: -80px; pointer-events: none; }

.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; z-index: 1; }
.stat-card { display: flex; flex-direction: column; align-items: flex-start; padding: 36px 32px 32px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 20px; backdrop-filter: blur(12px); position: relative; overflow: hidden; opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease), box-shadow .35s var(--ease), border-color .35s; }
.stat-card:hover { border-color: rgba(249,115,22,.35); box-shadow: 0 20px 48px rgba(0,0,0,.3), 0 0 0 1px rgba(249,115,22,.15); transform: translateY(-4px) !important; }
.stat-card.revealed { opacity: 1; transform: translateY(0); }
.stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: 20px 20px 0 0; opacity: 0; transition: opacity .35s; }
.stat-card:hover::before { opacity: 1; }
.stat-card__icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(249,115,22,.15); border: 1px solid rgba(249,115,22,.25); display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--gold); margin-bottom: 20px; flex-shrink: 0; }
.stat-card__num-wrap { display: flex; align-items: flex-end; gap: 2px; line-height: 1; margin-bottom: 8px; }
.stat-card__num { font-family: var(--serif); font-size: 52px; font-weight: 800; color: var(--white); line-height: 1; }
.stat-card__suffix { font-family: var(--serif); font-size: 32px; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 5px; }
.stat-card__label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-top: 2px; }
.stat-card__bg-num { position: absolute; bottom: 0; right: 0; font-family: var(--serif); font-size: 88px; font-weight: 800; color: rgba(255,255,255,.045); line-height: 1; pointer-events: none; user-select: none; max-width: 100%; overflow: hidden; white-space: nowrap; padding-right: 12px; padding-bottom: 0; display: flex; align-items: flex-end; justify-content: flex-end; }
@media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } .stat-card { padding: 20px 20px; } }


/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--white); padding: var(--space-2xl) 0; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about__visual { position: relative; }
.about__img-frame { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4/3; background: var(--teal); box-shadow: 0 24px 60px rgba(11,22,40,.15); }
.about__img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about__img-frame.img-missing img { display: none; }
.about__img-fallback { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 12px; height: 100%; color: rgba(255,255,255,.3); font-size: 14px; }
.about__img-frame.img-missing .about__img-fallback { display: flex; }
.about__img-fallback i { font-size: 40px; opacity: .3; }
.about__badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.badge-pill { display: inline-flex; align-items: center; gap: 6px; background: var(--white); border: 1px solid var(--gray-200); color: var(--teal); font-size: 12px; font-weight: 600; padding: 7px 14px; border-radius: 999px; box-shadow: 0 2px 8px rgba(11,22,40,.06); }
.badge-pill i { color: var(--amber); font-size: 11px; }
.badge-pill--gold { background: var(--amber); color: var(--white); border-color: var(--amber); }
.badge-pill--gold i { color: var(--white); }
.about__lead { font-size: 18px; font-weight: 600; color: var(--teal); margin-bottom: 16px; line-height: 1.65; }
.about__body { font-size: 15.5px; color: var(--gray-700); line-height: 1.8; margin-bottom: 36px; }
.about__mini-stats { display: flex; align-items: center; gap: 32px; margin-bottom: 32px; padding: 24px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.mini-stat { display: flex; flex-direction: column; }
.mini-stat__num { font-family: var(--serif); font-size: 44px; font-weight: 800; color: var(--teal); line-height: 1; }
.mini-stat__label { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-500); margin-top: 4px; }
.mini-stat__sep { width: 1px; height: 52px; background: var(--gray-200); }
@media (max-width: 900px) { .about__grid { grid-template-columns: 1fr; gap: 48px; } }


/* ============================================================
   EVENTS
   ============================================================ */
.events { background: var(--cream); padding: var(--space-2xl) 0; }
.section-header { max-width: 640px; margin: 0 auto 64px; text-align: center; }
.events__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-bottom: 52px; }
.event-card { position: relative; background: var(--white); border: 1px solid var(--gray-200); border-radius: 16px; padding: 40px 30px 36px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur); }
.event-card:hover { transform: translateY(-6px); box-shadow: 0 20px 52px rgba(11,22,40,.1); border-color: var(--amber); }
.event-card--featured { background: var(--teal); border-color: var(--teal); }
.event-card--featured:hover { border-color: var(--amber2); box-shadow: 0 20px 52px rgba(11,22,40,.25); }
.event-card--featured .event-card__title { color: var(--white); }
.event-card--featured .event-card__desc  { color: rgba(255,255,255,.65); }
.event-card--featured .event-card__num  { color: rgba(255,255,255,.18); }
.event-card--featured .link-arrow       { color: var(--amber2); border-color: var(--amber2); }
.event-card--featured .link-arrow:hover { color: var(--amber); border-color: var(--amber); }
.event-card--featured .event-card__icon-wrap { background: rgba(255,255,255,.1); }
.event-card--featured .event-card__icon     { color: var(--amber2); }
.event-card__icon-wrap { width: 50px; height: 50px; border-radius: 12px; background: rgba(249,115,22,.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.event-card__icon { font-size: 20px; color: var(--amber); }
.event-card__num { position: absolute; top: 22px; right: 26px; font-family: var(--serif); font-size: 54px; font-weight: 800; color: rgba(0,0,0,.12); line-height: 1; pointer-events: none; user-select: none; }
.event-card__title { font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--teal); line-height: 1.25; }
.event-card__desc { font-size: 14.5px; color: var(--gray-700); line-height: 1.7; flex: 1; }
.event-card__link { margin-top: 8px; align-self: flex-start; }
.events__footer { text-align: center; }
@media (max-width: 900px) { .events__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .events__grid { grid-template-columns: 1fr; } }


/* ============================================================
   QUOTE BAND
   ============================================================ */
.quote-band { background: var(--teal); padding: var(--space-xl) 0; text-align: center; }
.quote-band__inner { max-width: 780px; margin: 0 auto; }
.quote-mark { font-family: var(--serif); font-size: 100px; line-height: .6; color: var(--amber); opacity: .35; margin-bottom: 18px; }
.quote-band__text { font-family: var(--serif); font-size: clamp(18px, 3vw, 28px); font-weight: 700; font-style: italic; color: var(--white); line-height: 1.6; margin-bottom: 24px; }
.quote-band__cite { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.4); letter-spacing: .06em; font-style: normal; }


/* ============================================================
   CTA / REGISTRATION
   ============================================================ */
.cta { background: var(--white); padding: var(--space-2xl) 0; }
.cta__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.cta__title { font-family: var(--serif); font-size: clamp(26px, 3.5vw, 42px); font-weight: 800; color: var(--teal); line-height: 1.2; margin-bottom: 16px; }
.cta__desc { font-size: 16px; color: var(--gray-700); line-height: 1.75; margin-bottom: 36px; }
.cta__details { display: flex; align-items: center; gap: 28px; margin-bottom: 36px; padding: 24px 0; border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); flex-wrap: wrap; }
.cta__detail-date { display: flex; flex-direction: column; line-height: 1.1; }
.cta__month { font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--teal); }
.cta__year-num { font-family: var(--serif); font-size: 44px; font-weight: 800; color: var(--teal); }
.cta__detail-sep { width: 1px; height: 56px; background: var(--gray-200); }
.cta__detail-loc { display: flex; align-items: flex-start; gap: 12px; }
.cta__detail-loc i { font-size: 18px; color: var(--amber); margin-top: 2px; flex-shrink: 0; }
.cta__detail-loc strong { display: block; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 4px; }
.cta__detail-loc p { font-size: 15px; color: var(--teal); font-weight: 500; }
.cta__img-frame { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4/3; background: var(--teal-lt); box-shadow: 0 20px 56px rgba(11,22,40,.1); border: 1px solid var(--gray-200); }
.cta__img-frame img { width: 100%; height: 100%; object-fit: cover; }
.cta__img-frame.img-missing img { display: none; }
.cta__img-fallback { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 12px; height: 100%; color: var(--gray-500); font-size: 14px; }
.cta__img-frame.img-missing .cta__img-fallback { display: flex; }
.cta__img-fallback i { font-size: 40px; opacity: .35; }
@media (max-width: 900px) { .cta__grid { grid-template-columns: 1fr; gap: 48px; } .cta__image-wrap { order: -1; } }


/* ============================================================
   REGISTER STRIP
   ============================================================ */
.register-strip { background: var(--amber); padding: 64px 0; }
.register-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.register-strip__title { font-family: var(--serif); font-size: clamp(20px, 3vw, 32px); font-weight: 800; color: var(--teal); max-width: 520px; line-height: 1.25; }
.register-strip .btn--outline-white { color: var(--teal); border-color: rgba(11,22,40,.4); background-color: white; }
.register-strip .btn--outline-white:hover { border-color: var(--teal); background: white; }