/* ============================================================
   TAMS 2026 — About Page Styles
   Hero design mirrors home.css hero exactly
   ============================================================ */

: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;
    --gold:        #F97316;
    --gold-light:  #FB923C;
    --off-white:   #F8FAFF;
}

/* ── Shared utilities ── */
.tag-line { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--amber); margin-bottom: 12px; }
.section-title { font-family: var(--serif); font-size: clamp(32px, 4vw, 52px); font-weight: 800; line-height: 1.15; color: var(--navy); margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--gray-700); max-width: 560px; line-height: 1.7; }
.text-gold { color: var(--gold); }

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

/* 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 }
.btn--gold { background: var(--amber); color: var(--white); border-color: var(--amber); }
.btn--gold:hover { background: var(--amber2); border-color: var(--amber2); }


/* ============================================================
   HERO — identical DNA to home .hero
   ============================================================ */
.about-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: calc(var(--nav-h) + 48px) 0 88px;
    overflow: hidden;
    background: var(--teal);
}

/* Background orbs + grid */
.about-hero__bg { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.about-hero__orb { position: absolute; border-radius: 50%; pointer-events: none; }
.about-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; }
.about-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; }
.about-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); } }

.about-hero__grid-lines { 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; }

/* Inner content */
.about-hero__inner { position: relative; z-index: 1; max-width: 620px; }

/* Breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; margin-bottom: 18px; color: rgba(255,255,255,.38); text-decoration: none; }
.breadcrumb, .breadcrumb a { color: rgba(255,255,255,.38); text-decoration: none; transition: color .2s; }
.breadcrumb a:hover { color: var(--amber); }
.breadcrumb i { font-size: 10px; }
.breadcrumb span { color: rgba(255,255,255,.65); font-weight: 500; }

/* Badge */
.about-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; }
.about-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} }

/* Title */
.about-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; }

/* Sub */
.about-hero__sub { font-size: clamp(15px, 1.8vw, 18px); color: rgba(255,255,255,.6); max-width: 500px; line-height: 1.75; margin-bottom: 36px; }

/* Pills row */
.about-hero__pills { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-pill { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); color: rgba(255,255,255,.8); font-size: 13px; font-weight: 600; padding: 9px 18px; border-radius: 999px; }
.hero-pill i { color: var(--amber); font-size: 12px; }

/* Mascot — same as home */
.about-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%); }
}

/* Decorative rings */
.about-hero__ring { position: absolute; border-radius: 50%; border: 1px solid rgba(249,115,22,.12); pointer-events: none; z-index: 1; }
.about-hero__ring--1 { width: 440px; height: 440px; left: 50%; top: 50%; transform: translate(8%, -50%); animation: heroRingPulse 5s ease-in-out infinite alternate; }
.about-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; } }

/* Floating photo cards */
.about-hero .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; }
.about-hero .hero__pcard img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-hero .hero__pcard.pcard-missing img { display: none; }
.about-hero .hero__pcard__fb { display: none; align-items: center; justify-content: center; height: 100%; color: rgba(255,255,255,.2); font-size: 32px; }
.about-hero .hero__pcard.pcard-missing .hero__pcard__fb { display: flex; }
.about-hero .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; }
.about-hero .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)} }

/* Floating info pills */
.about-hero .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; }
.about-hero .hero__vpill i { color: var(--amber); font-size: 12px; }
.about-hero .hero__vpill--1 { right: 15%; top: 18%; left: auto; animation: vpillFloat 5s ease-in-out infinite; }
.about-hero .hero__vpill--2 { right: 12%; bottom: 30%; left: auto; animation: vpillFloat 6s ease-in-out infinite .9s; }
.about-hero .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)} }

/* Scroll hint */
.about-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)} }

/* Mobile */
@media (max-width: 768px) {

    /* Hero shell: flex-column, no mascot zone needed */
    .about-hero {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: calc(var(--nav-h) + 28px) 0 60px;
        min-height: auto;
        overflow: hidden;
    }

    /* Text zone */
    .about-hero .container  { width: 100%; flex: 0 0 auto; padding-bottom: 0; }
    .about-hero__inner      { text-align: center; margin: 0 auto; max-width: 100%; position: relative; z-index: 2; }
    .about-hero__badge      { margin-left: auto; margin-right: auto; }
    .about-hero__title      { font-size: clamp(32px, 8vw, 48px); }
    .about-hero__sub        { font-size: 14.5px; line-height: 1.7; margin-bottom: 28px; }
    .about-hero__pills      { justify-content: center; }

    /* Hide: photo-cards · rings · scroll hint */
    .about-hero .hero__pcard    { display: none; }
    .about-hero__ring           { display: none; }
    .about-hero__scroll-hint    { display: none; }

    /* Hide pills and mascot on mobile */
    .about-hero .hero__vpill { display: none !important; }
    .about-hero__mascot      { display: none !important; }
}


/* ============================================================
   TAS QUOTE BAND
   ============================================================ */
.tas-quote { background: linear-gradient(135deg, var(--teal) 0%, var(--teal2) 100%); padding: 96px 0; text-align: center; }
.tas-quote__inner { max-width: 820px; margin: 0 auto; }
.quote-mark { font-family: var(--serif); font-size: 90px; line-height: .55; color: var(--gold); opacity: .35; margin-bottom: 20px; }
.tas-quote__text { font-family: var(--serif); font-size: clamp(18px, 2.5vw, 26px); font-weight: 700; font-style: italic; color: var(--white); line-height: 1.65; margin-bottom: 28px; }
.tas-quote__cite { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.38); font-style: normal; }


/* ============================================================
   STORY SECTION
   ============================================================ */
.story { background: var(--off-white); padding: 100px 0; }
.story__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story__img-frame { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: var(--gray-100); box-shadow: 0 24px 60px rgba(11,22,40,.12); position: relative; }
.story__img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story__img-frame.img-missing img { display: none; }
.story__img-fallback { display: none; flex-direction: column; align-items: center; justify-content: center; gap: 12px; height: 100%; color: var(--gray-500); font-size: 14px; }
.story__img-frame.img-missing .story__img-fallback { display: flex; }
.story__img-fallback i { font-size: 40px; opacity: .35; }
.story__title { font-family: var(--serif); font-size: clamp(40px, 5vw, 64px); font-weight: 800; line-height: 1.1; color: var(--navy); margin-bottom: 24px; }
.story__body  { font-size: 15.5px; color: var(--gray-700); line-height: 1.8; margin-bottom: 20px; }
.story__stats { display: flex; align-items: center; gap: 32px; margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--gray-300); }
.story__stat  { display: flex; flex-direction: column; }
.story__stat-num { font-family: var(--serif); font-size: 52px; font-weight: 800; color: var(--navy); line-height: 1; }
.story__stat-label { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gray-500); margin-top: 6px; }
.story__stat-sep { width: 1px; height: 56px; background: var(--gray-300); }
@media (max-width: 900px) { .story__grid { grid-template-columns: 1fr; gap: 48px; } }


/* ============================================================
   TIMELINE
   ============================================================ */
.timeline-section { background: var(--white); padding: 100px 0 80px; }
.timeline-section__header { margin-bottom: 64px; }
.timeline { display: flex; flex-direction: column; max-width: 760px; }
.timeline__item { display: grid; grid-template-columns: 48px 1fr; gap: 0 24px; position: relative; }
.timeline__marker { display: flex; flex-direction: column; align-items: center; }
.timeline__dot { width: 20px; height: 20px; border-radius: 50%; border: 3px solid var(--navy); background: var(--white); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: background .2s, border-color .2s; z-index: 1; }
.timeline__item:hover .timeline__dot { background: var(--navy); }
.timeline__dot--gold { width: 28px; height: 28px; border-color: var(--gold); background: var(--gold); color: var(--navy); font-size: 11px; margin-left: -4px; }
.timeline__line { width: 2px; flex: 1; background: var(--gray-300); min-height: 32px; margin: 4px 0; }
.timeline__item:last-child .timeline__line { display: none; }
.timeline__card { padding-bottom: 40px; padding-top: 0; }
.timeline__item:last-child .timeline__card { padding-bottom: 0; }
.timeline__year { display: inline-block; font-family: var(--serif); font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.timeline__year--gold { color: var(--gold); font-size: 18px; }
.timeline__desc { font-size: 15px; color: var(--gray-700); line-height: 1.75; border-left: 3px solid var(--gray-100); padding-left: 16px; margin-left: 2px; }
.timeline__card--current { background: var(--off-white); border: 1px solid rgba(249,115,22,.3); border-radius: 16px; padding: 32px 36px 52px; }
.timeline__card--current .timeline__desc { border-left: 3px solid var(--gold); padding-left: 16px; }
.timeline__item--current { align-items: flex-start; }
.timeline__item--current .timeline__marker { margin-top: 28px; }
@media (max-width: 640px) { .timeline { max-width: 100%; } .timeline__card--current { padding: 20px; } }


