/*
Theme Name: TIIHA Custom Theme
Theme URI: https://www.tiiha.com/
Author: TIIHA
Author URI: https://www.tiiha.com/
Description: Original custom WordPress theme for Thailand International Ice Hockey Arena. Built from scratch for the TIIHA platform.
Version: 0.9.48
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: tiiha
*/

:root{
  --tiiha-royal:#2D388F;
  --tiiha-blue:#1A86C7;
  --tiiha-ice:#4EB8E9;
  --tiiha-light:#93B5DF;
  --tiiha-deep:#20286F;
  --tiiha-white:#FFFFFF;
  --tiiha-ink:#10234A;
  --tiiha-bg:#F4FAFE;
  --tiiha-border:rgba(45,56,143,.14);
  --tiiha-shadow:0 18px 50px rgba(32,40,111,.12);
  --container:1200px;
  --radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--tiiha-ink);
  background:var(--tiiha-white);
  font-family:Arial, Helvetica, sans-serif;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
button{font:inherit}
.container{width:min(calc(100% - 40px),var(--container));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(7,27,69,.97);color:#fff;
  box-shadow:0 8px 30px rgba(7,27,69,.22);
  backdrop-filter:blur(14px);
}
.utility-bar{min-height:30px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(3,17,45,.72)}
.utility-inner{min-height:30px;display:flex;justify-content:flex-end;align-items:center;gap:18px;font-size:11px;color:rgba(255,255,255,.7);letter-spacing:.03em}
.header-main{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.custom-logo-link{display:flex;align-items:center}
.custom-logo{width:auto;height:62px;max-width:62px;aspect-ratio:1/1;object-fit:contain;border-radius:0;display:block}
.brand-mark{width:62px;height:62px;display:grid;place-items:center;background:transparent;border:0;box-shadow:none;font-weight:900;font-size:12px;overflow:visible;flex:0 0 62px}
.brand-mark img{width:62px;height:62px;object-fit:contain;display:block}
.brand-text{min-width:0}
.brand-name{font-weight:900;letter-spacing:.035em;line-height:1.08;font-size:16px}
.brand-tagline{font-size:9px;opacity:.7;letter-spacing:.15em;text-transform:uppercase}
.main-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2px}
.main-nav a{display:block;padding:12px 11px;border-radius:9px;font-size:12px;font-weight:800;letter-spacing:.02em}
.main-nav a:hover,.main-nav .current-menu-item>a{background:var(--tiiha-blue)}
.header-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;border-radius:999px;background:#fff;color:var(--tiiha-deep);font-size:12px;font-weight:900;white-space:nowrap}
.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:28px;cursor:pointer}

.hero{position:relative;overflow:hidden;color:#fff;min-height:700px;background:radial-gradient(circle at 76% 45%,rgba(78,184,233,.48),transparent 25%),radial-gradient(circle at 12% 85%,rgba(45,56,143,.6),transparent 38%),linear-gradient(120deg,#061a48 0%,#103a7b 52%,#168bc9 100%)}
.hero:before{content:"";position:absolute;inset:0;opacity:.16;pointer-events:none;background-image:linear-gradient(118deg,transparent 47%,rgba(255,255,255,.9) 48%,transparent 49%),linear-gradient(62deg,transparent 52%,rgba(255,255,255,.5) 53%,transparent 54%);background-size:460px 460px,620px 620px}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,rgba(3,17,45,.42))}
.hero-grid{position:relative;z-index:2;min-height:700px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}
.eyebrow{font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:var(--tiiha-ice);font-size:13px}
.hero h1{font-size:clamp(46px,5.8vw,78px);line-height:.96;margin:16px 0 24px;font-weight:900;letter-spacing:-.045em}
.hero h1 span{display:block;color:#fff}.hero h1 span:nth-child(2){color:var(--tiiha-ice)}.hero h1 .accent{color:var(--tiiha-ice)}
.hero-copy{max-width:650px;font-size:19px;color:rgba(255,255,255,.84)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:13px 21px;border-radius:999px;font-weight:900;font-size:13px;border:1px solid transparent;transition:.2s ease}
.btn-primary{background:var(--tiiha-blue);color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.btn-primary:hover{transform:translateY(-2px);background:var(--tiiha-ice);color:var(--tiiha-deep)}
.btn-light{background:#fff;color:var(--tiiha-deep)}
.btn-outline{border-color:rgba(255,255,255,.42);color:#fff;background:rgba(255,255,255,.04)}
.hero-visual{min-height:500px;display:grid;place-items:center;position:relative}
.hero-badge{position:absolute;top:7%;right:2%;z-index:3;width:120px;height:120px;border-radius:50%;padding:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(10px);box-shadow:0 20px 50px rgba(0,0,0,.16)}
.hero-badge img{width:100%;height:100%;border-radius:50%;object-fit:contain}
.hero-orbit{width:min(500px,90vw);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.2),transparent 37%),radial-gradient(circle,rgba(78,184,233,.3),rgba(45,56,143,.06) 58%,transparent 60%);box-shadow:0 0 110px rgba(78,184,233,.28)}
.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;inset:8%;border:1px solid rgba(255,255,255,.17);border-radius:50%;transform:rotate(30deg) scaleX(1.34)}
.hero-orbit:after{transform:rotate(-30deg) scaleX(1.34)}
.hero-player{position:absolute;inset:auto 0 7%;margin:auto;width:78%;height:76%;display:grid;place-items:center;text-align:center;color:rgba(255,255,255,.95)}
.hero-player:before{content:"";position:absolute;width:230px;height:320px;background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(78,184,233,.3));clip-path:polygon(42% 0,58% 0,69% 11%,79% 18%,75% 39%,92% 56%,78% 72%,68% 100%,53% 84%,43% 100%,29% 72%,9% 57%,25% 39%,21% 19%,31% 11%);filter:drop-shadow(0 24px 35px rgba(0,0,0,.24))}
.hero-player:after{content:"10";position:absolute;font-size:76px;font-weight:900;color:var(--tiiha-deep);text-shadow:0 3px 0 rgba(255,255,255,.55)}
.hero-player small{position:absolute;bottom:-8px;font-size:11px;letter-spacing:.22em;color:rgba(255,255,255,.7);font-weight:900}

.section{padding:88px 0}
.section-soft{background:var(--tiiha-bg)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}
.section-kicker{color:var(--tiiha-blue);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:13px}
.section-title{font-size:clamp(32px,4vw,48px);line-height:1.05;margin:8px 0 0;color:var(--tiiha-deep)}
.section-intro{max-width:650px;color:#53647e}

.sport-grid,.facility-grid,.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{
  background:#fff;border:1px solid var(--tiiha-border);border-radius:var(--radius);
  box-shadow:var(--tiiha-shadow);overflow:hidden;transition:.2s ease;
}
.card:hover{transform:translateY(-5px)}
.card-media{aspect-ratio:16/10;background:linear-gradient(135deg,var(--tiiha-blue),var(--tiiha-royal));display:grid;place-items:center;color:#fff;font-weight:900;letter-spacing:.05em;position:relative;overflow:hidden}.card-media:after{content:"";position:absolute;inset:-30%;background:linear-gradient(115deg,transparent 45%,rgba(255,255,255,.16) 46%,transparent 48%);transform:rotate(-10deg)}
.card-body{padding:22px}
.card h3{margin:0 0 8px;color:var(--tiiha-deep);font-size:20px}
.card p{margin:0;color:#64738a;font-size:14px}
.card-link{display:inline-flex;margin-top:16px;color:var(--tiiha-blue);font-weight:800;font-size:13px}

.schedule-wrap{display:grid;grid-template-columns:1.3fr .7fr;gap:20px}
.panel{background:#fff;border:1px solid var(--tiiha-border);border-radius:var(--radius);padding:26px;box-shadow:var(--tiiha-shadow)}
.days{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:20px}
.day{padding:14px 8px;text-align:center;border-radius:12px;background:#eef7fd;font-size:12px;font-weight:800}
.day.active{background:var(--tiiha-blue);color:#fff}
.booking-panel{background:linear-gradient(145deg,var(--tiiha-deep),var(--tiiha-royal));color:#fff}
.booking-panel h3{color:#fff;font-size:30px;margin-top:0}
.check-list{padding:0;margin:20px 0;list-style:none}
.check-list li{padding:7px 0;color:rgba(255,255,255,.84)}
.check-list li:before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;margin-right:9px;border-radius:50%;background:var(--tiiha-ice);color:var(--tiiha-deep);font-weight:900}

.cta{
  color:#fff;background:
  radial-gradient(circle at 80% 20%,rgba(78,184,233,.35),transparent 25%),
  linear-gradient(120deg,var(--tiiha-deep),var(--tiiha-blue));
}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{font-size:clamp(32px,4vw,52px);line-height:1.05;margin:0 0 12px}
.cta p{margin:0;color:rgba(255,255,255,.8)}

.site-footer{position:relative;isolation:isolate;overflow:hidden;background:#041633;color:#fff;padding:0 0 28px;min-height:390px}
.site-footer:before{content:"";position:absolute;inset:0;z-index:-3;background-image:url("assets/images/footer-rink-clean.png");background-position:center center;background-size:cover;background-repeat:no-repeat;pointer-events:none}
.site-footer:after{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(3,20,48,.34) 0%,rgba(4,28,63,.16) 42%,rgba(3,30,68,.12) 72%,rgba(2,19,43,.30) 100%),linear-gradient(180deg,rgba(2,16,38,.05) 0%,rgba(2,18,43,.30) 100%);pointer-events:none}
.site-footer{box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.site-footer:after{border-top:4px solid rgba(79,190,240,.95);box-shadow:inset 0 4px 0 rgba(79,190,240,.95)}
.site-footer .container{width:min(calc(100% - 56px),1450px)}
.footer-inner{position:relative;z-index:1;padding-top:58px}
.footer-glow{position:absolute;border-radius:50%;filter:blur(5px);pointer-events:none;z-index:-1}
.footer-glow-one{width:300px;height:300px;right:-100px;top:50px;background:radial-gradient(circle,rgba(52,174,235,.20),transparent 68%)}
.footer-glow-two{width:260px;height:260px;left:-100px;bottom:15px;background:radial-gradient(circle,rgba(23,91,190,.22),transparent 68%)}
.footer-grid{display:grid;grid-template-columns:1.65fr .9fr 1fr 1.05fr;gap:46px;align-items:start}
.footer-brand-block{display:grid;grid-template-columns:auto 1fr;column-gap:18px;align-items:center;max-width:470px}
.footer-brand-logo{width:96px;height:96px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,filter .2s ease}
.footer-brand-logo:hover{transform:translateY(-3px);filter:drop-shadow(0 12px 22px rgba(0,0,0,.22))}
.footer-brand-logo img{width:96px;height:96px;object-fit:contain}
.footer-brand-copy strong{display:block;font-size:20px;line-height:1.12;letter-spacing:.025em;color:#fff}
.footer-brand-copy span{display:block;margin-top:8px;font-size:10px;letter-spacing:.18em;color:#8fe0ff;font-weight:900}
.footer-brand-description{grid-column:1/-1;margin:20px 0 0;max-width:500px;color:rgba(255,255,255,.86)!important;font-size:14px!important;line-height:1.7}
.footer-column h3{margin:0 0 17px;color:#fff;font-size:18px;letter-spacing:.01em}
.site-footer p,.site-footer a{color:rgba(255,255,255,.82);font-size:14px}
.footer-column p{margin:0 0 9px}
.footer-column a:hover{color:#fff}
.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.footer-column li a{display:inline-block}
.footer-social-column>p{margin-bottom:14px;color:rgba(255,255,255,.62)}
.footer-social{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:3px}
.footer-social-link{display:flex!important;align-items:center;justify-content:center;width:44px;height:44px;border-radius:0;background:transparent!important;padding:0!important;box-shadow:none!important;transition:transform .2s ease,filter .2s ease}
.footer-social-link:hover{transform:translateY(-4px) scale(1.08);filter:drop-shadow(0 8px 14px rgba(0,0,0,.22))}
.footer-social-link img{display:block;width:44px;height:44px;object-fit:contain}
.footer-social-link:focus-visible{outline:2px solid #8fe0ff;outline-offset:5px;border-radius:6px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.24);margin-top:50px;padding-top:20px;color:rgba(255,255,255,.55);font-size:11px;display:flex;justify-content:space-between;gap:20px}

@media (max-width: 980px){
  .utility-bar{display:block}
  .utility-inner{justify-content:flex-end;gap:9px;min-height:28px;font-size:9px}

  .header-main{min-height:72px}

  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat:nth-child(2){border-right:0}
  .stat:nth-child(-n+2){border-bottom:1px solid var(--tiiha-border)}
  .main-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#071b45;padding:14px 20px;border-top:1px solid rgba(255,255,255,.1)}
  .main-nav.is-open{display:block}
  .main-nav ul{display:grid}
  .main-nav a{padding:13px 10px}
  .header-cta{display:none}
  .menu-toggle{display:block}
  .hero-grid{grid-template-columns:1fr;padding:70px 0}
  .hero-visual{min-height:360px}
  .sport-grid,.facility-grid,.news-grid{grid-template-columns:repeat(2,1fr)}
  .schedule-wrap{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .stats-grid{grid-template-columns:1fr 1fr}
  .stat{padding:16px 10px}
  .stat strong{font-size:22px}
  .container{width:min(calc(100% - 28px),var(--container))}
  .section{padding:62px 0}
  .header-main{min-height:68px}
  .brand-mark{width:44px;height:44px}
  .hero{min-height:auto}
  .hero-grid{min-height:auto;padding:70px 0 60px}
  .hero h1{font-size:48px}
  .hero-copy{font-size:17px}
  .hero-visual{min-height:290px}
  .sport-grid,.facility-grid,.news-grid{grid-template-columns:1fr}
  .days{grid-template-columns:repeat(4,1fr)}
  .cta-inner{display:grid}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand-block{max-width:none}
  .footer-bottom{display:grid}
}


/* TIIHA Homepage Design System 0.5.0 */
.hero-copy-wrap{position:relative}
.hero-meta{display:flex;gap:20px;flex-wrap:wrap;margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);font-size:9px;letter-spacing:.12em;color:rgba(255,255,255,.62)}
.hero-meta b{color:var(--tiiha-ice);margin-right:5px}
.hero-ring-label{position:absolute;right:6%;bottom:5%;font-size:9px;letter-spacing:.22em;color:rgba(255,255,255,.55);font-weight:900}
.intro-section{background:#fff}
.intro-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:end;margin-bottom:46px}
.section-title span{color:var(--tiiha-blue)}
.intro-copy{max-width:720px}
.intro-copy p{margin:0 0 12px;color:#5b6d86}
.intro-copy .lead{font-size:20px;line-height:1.55;color:var(--tiiha-ink)}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.pillar{position:relative;padding:30px;background:#f6fbff;border:1px solid var(--tiiha-border);border-radius:20px;min-height:255px;overflow:hidden}
.pillar-featured{background:linear-gradient(145deg,var(--tiiha-deep),var(--tiiha-blue));color:#fff;box-shadow:0 20px 55px rgba(32,40,111,.18)}
.pillar-no{position:absolute;top:22px;right:24px;font-size:11px;font-weight:900;letter-spacing:.1em;opacity:.45}
.pillar-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;background:var(--tiiha-blue);color:#fff;font-weight:900;margin-bottom:30px}
.pillar-featured .pillar-icon{background:rgba(255,255,255,.16)}
.pillar h3{margin:0 0 9px;font-size:22px;color:var(--tiiha-deep)}
.pillar-featured h3{color:#fff}
.pillar p{margin:0 0 16px;color:#667891;font-size:14px}
.pillar-featured p{color:rgba(255,255,255,.75)}
.pillar a{font-size:13px;font-weight:900;color:var(--tiiha-blue)}
.pillar-featured a{color:var(--tiiha-ice)}
.arena-section{position:relative}
.experience-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px}
.experience-card{display:grid;grid-template-columns:1.15fr .85fr;min-height:365px;background:#fff;border:1px solid var(--tiiha-border);border-radius:22px;overflow:hidden;box-shadow:var(--tiiha-shadow)}
.experience-art{position:relative;background:linear-gradient(145deg,#0b2c69,#178dc9);display:flex;align-items:flex-end;padding:28px;color:#fff;overflow:hidden}
.experience-art:before{content:"";position:absolute;width:430px;height:430px;border:1px solid rgba(255,255,255,.2);border-radius:50%;top:-100px;left:-80px;box-shadow:0 0 0 80px rgba(255,255,255,.03),0 0 0 160px rgba(255,255,255,.02)}
.experience-art span{font-size:86px;line-height:.8;font-weight:900;letter-spacing:-.05em;position:relative}
.experience-art strong{position:absolute;right:26px;top:24px;font-size:12px;letter-spacing:.15em}
.experience-content{padding:38px;display:flex;flex-direction:column;justify-content:center}
.mini-label{font-size:11px;color:var(--tiiha-blue);font-weight:900;letter-spacing:.16em}
.experience-content h3{font-size:34px;line-height:1.05;color:var(--tiiha-deep);margin:10px 0 14px}
.experience-content p{color:#64738a;font-size:15px}
.experience-content a{margin-top:12px;color:var(--tiiha-blue);font-weight:900;font-size:13px}
.experience-side{display:grid;gap:18px}
.mini-card{background:var(--tiiha-deep);color:#fff;border-radius:22px;padding:28px;position:relative;overflow:hidden}
.mini-card:last-child{background:var(--tiiha-royal)}
.mini-number{font-size:11px;letter-spacing:.15em;color:var(--tiiha-ice);font-weight:900}
.mini-card h3{font-size:25px;margin:45px 0 6px}
.mini-card p{margin:0;color:rgba(255,255,255,.7);font-size:13px}
.schedule-section{background:#fff}
.schedule-panel{padding:34px}
.schedule-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;margin:25px 0}
.schedule-day{padding:15px 6px;text-align:center;background:#eef7fd;border-radius:12px}
.schedule-day b{display:block;font-size:11px}
.schedule-day span{display:block;margin-top:3px;font-size:9px;color:#71819a;font-weight:800}
.schedule-day.active{background:var(--tiiha-blue);color:#fff}
.schedule-day.active span{color:rgba(255,255,255,.8)}
.booking-card{position:relative;overflow:hidden;border-radius:22px;padding:36px;color:#fff;background:linear-gradient(145deg,#071b45,#2d388f);box-shadow:0 22px 55px rgba(32,40,111,.2)}
.booking-glow{position:absolute;width:250px;height:250px;border-radius:50%;background:rgba(78,184,233,.3);filter:blur(55px);right:-60px;top:-60px}
.booking-card .section-kicker{position:relative;color:var(--tiiha-ice)}
.booking-card h2{position:relative;font-size:44px;line-height:.95;margin:16px 0}
.booking-card h2 span{color:var(--tiiha-ice)}
.booking-card p{position:relative;color:rgba(255,255,255,.72);max-width:300px}
.booking-card .btn{position:relative;margin-top:12px}
.booking-tags{position:relative;display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}
.booking-tags span{font-size:9px;font-weight:900;letter-spacing:.12em;border:1px solid rgba(255,255,255,.2);padding:7px 9px;border-radius:999px;color:rgba(255,255,255,.7)}
/* 0.9.45 — Competitions & Events on Home */
.competitions-section{background:#f6fbff}
.competitions-head{align-items:end;margin-bottom:28px}
.competitions-intro{max-width:560px}
.competitions-intro p{margin:0 0 12px;color:#657791;font-size:14px;line-height:1.7}
.competitions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.competition-card{background:#fff;border:1px solid var(--tiiha-border);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(17,55,100,.07);display:flex;flex-direction:column;min-width:0;transition:transform .22s ease,box-shadow .22s ease}
.competition-card:hover{transform:translateY(-5px);box-shadow:0 22px 48px rgba(17,55,100,.12)}
.competition-media{display:block;position:relative;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#071b45,#148ed0)}
.competition-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,20,55,.02),rgba(3,20,55,.62))}
.competition-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.competition-card:hover .competition-media img{transform:scale(1.045)}
.competition-sport{position:absolute;left:16px;bottom:14px;z-index:2;color:#fff;font-size:9px;font-weight:900;letter-spacing:.12em}
.competition-body{position:relative;padding:20px 20px 22px;display:flex;flex-direction:column;flex:1}
.competition-number{position:absolute;right:18px;top:18px;font-size:10px;font-weight:900;letter-spacing:.12em;color:#9aacbf}
.competition-body h3{margin:0 38px 9px 0;font-size:17px;line-height:1.12;color:var(--tiiha-deep)}
.competition-body p{font-size:12px;line-height:1.65;color:#687890;margin:0 0 17px}
.competition-body .card-link{margin-top:auto}
.competition-card-featured{border-top:3px solid var(--tiiha-blue)}
.competition-card-skating{border-top:3px solid #7b4fd0}

/* 0.9.36 — image-led Programs at TIIHA */
.home-program-grid{grid-template-columns:repeat(4,1fr);gap:18px}
.home-program-card{padding:0;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-height:365px}
.home-program-media{height:175px;overflow:hidden;background:#dcecf8;position:relative}
.home-program-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,24,65,.04),rgba(5,24,65,.28))}
.home-program-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.home-program-card:hover .home-program-media img{transform:scale(1.045)}
.home-program-body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.home-program-body>span{font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--tiiha-blue)}
.home-program-body h3{margin:12px 0 8px;font-size:19px;line-height:1.08;color:var(--tiiha-deep)}
.home-program-body p{font-size:13px;line-height:1.6;color:#687890;margin:0}
.home-program-body .card-link{margin-top:auto}
.programs-section{background:#fff}
.program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.program-card{padding:26px;border-radius:18px;border:1px solid var(--tiiha-border);background:#f8fcff;min-height:190px;transition:.2s ease}
.program-card:hover{transform:translateY(-4px);box-shadow:var(--tiiha-shadow);background:#fff}
.program-card span{font-size:11px;font-weight:900;color:var(--tiiha-blue);letter-spacing:.12em}
.program-card h3{font-size:19px;line-height:1.1;color:var(--tiiha-deep);margin:36px 0 8px}
.program-card p{font-size:13px;color:#687890;margin:0}
.community-cta{background:linear-gradient(115deg,#061944,#0e4b91 58%,#1590cc);color:#fff;position:relative;overflow:hidden}
.community-cta:after{content:"";position:absolute;width:600px;height:600px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-170px;top:-270px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
.community-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:30px}
.community-inner h2{font-size:clamp(36px,5vw,62px);line-height:.96;margin:12px 0}
.community-inner h2 span{color:var(--tiiha-ice)}
.community-inner p{margin:0;color:rgba(255,255,255,.7)}
.community-actions{display:flex;align-items:center;gap:20px}
.text-link{font-size:13px;font-weight:900;color:#fff}
.news-grid{grid-template-columns:repeat(4,1fr)}
.news-card{background:#fff;border:1px solid var(--tiiha-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 35px rgba(32,40,111,.07)}
.news-media{display:flex;align-items:center;justify-content:center;aspect-ratio:16/10;background:linear-gradient(135deg,#0b2d6c,#1a86c7);color:#fff;font-weight:900;letter-spacing:.08em;position:relative;overflow:hidden}
.news-media:after{content:"";position:absolute;inset:-30%;background:linear-gradient(120deg,transparent 46%,rgba(255,255,255,.18) 47%,transparent 49%);transform:rotate(-8deg)}
.news-media img{width:100%;height:100%;object-fit:cover}
.news-media b{position:absolute;right:14px;top:12px;font-size:11px;color:rgba(255,255,255,.5)}
.news-body{padding:20px}
.news-date{font-size:10px;letter-spacing:.12em;color:var(--tiiha-blue);font-weight:900}
.news-body h3{font-size:18px;line-height:1.2;margin:9px 0 0;color:var(--tiiha-deep)}
.news-body h3 a{color:inherit}
.news-body p{font-size:13px;color:#6a7890;margin:8px 0 0}

@media (max-width:980px){
  .intro-grid{grid-template-columns:1fr;gap:20px}
  .pillar-grid{grid-template-columns:1fr}
  .experience-grid{grid-template-columns:1fr}
  .experience-side{grid-template-columns:1fr 1fr}
  .competitions-grid{grid-template-columns:repeat(2,1fr)}
  .program-grid,.news-grid{grid-template-columns:repeat(2,1fr)}
  .community-inner{display:grid}
}
@media (max-width:640px){
  .hero-meta{gap:10px;display:grid}
  .hero-ring-label{display:none}
  .experience-card{grid-template-columns:1fr}
  .experience-art{min-height:210px}
  .experience-content{padding:26px}
  .experience-side{grid-template-columns:1fr}
  .schedule-strip{grid-template-columns:repeat(4,1fr)}
  .competitions-grid{grid-template-columns:1fr}
  .program-grid,.news-grid{grid-template-columns:1fr}
  .community-actions{align-items:flex-start;display:grid;gap:12px}
}



/* 0.9.38 — News archive + single post */
.news-page{background:#f6fbff}
.news-hero{position:relative;overflow:hidden;padding:78px 0 86px;background:linear-gradient(118deg,#061a48 0%,#0e4388 52%,#168bc9 100%);color:#fff}
.news-hero:before{content:"";position:absolute;inset:0;opacity:.18;background:linear-gradient(125deg,transparent 44%,rgba(255,255,255,.55) 45%,transparent 47%),linear-gradient(55deg,transparent 56%,rgba(255,255,255,.28) 57%,transparent 59%);background-size:520px 520px,680px 680px;pointer-events:none}
.news-hero .container{position:relative;z-index:1}
.news-hero .section-kicker{color:#72d4ff}
.news-hero h1{font-size:clamp(54px,7vw,92px);line-height:.9;letter-spacing:-.06em;margin:12px 0 22px;color:#fff}
.news-hero h1 span{color:#72d4ff}
.news-hero p{max-width:690px;color:rgba(255,255,255,.78);font-size:17px;line-height:1.75;margin:0}
.news-hero-meta{display:flex;gap:9px;flex-wrap:wrap;margin-top:28px}
.news-hero-meta span{padding:8px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.12em;color:rgba(255,255,255,.75)}
.news-archive{padding-top:72px}
.news-archive-head{margin-bottom:30px}
.news-archive-head .section-note{margin:0}
.news-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.news-archive-card{background:#fff;border:1px solid var(--tiiha-border);border-radius:20px;overflow:hidden;box-shadow:0 14px 40px rgba(17,55,100,.07);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}
.news-archive-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(17,55,100,.12)}
.news-archive-media{display:block;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#0b2d6c,#1a86c7);position:relative}
.news-archive-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.news-archive-card:hover .news-archive-media img{transform:scale(1.045)}
.news-archive-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,20,55,.02),rgba(3,20,55,.25));pointer-events:none}
.news-placeholder{display:grid;place-items:center;height:100%;color:#fff;font-weight:900;letter-spacing:.12em}
.news-archive-body{padding:22px;display:flex;flex-direction:column;flex:1}
.news-archive-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:9px;font-weight:900;letter-spacing:.12em;color:#1598d7;text-transform:uppercase}
.news-archive-body h2{font-size:22px;line-height:1.12;color:var(--tiiha-deep);margin:11px 0 9px}
.news-archive-body h2 a{color:inherit}
.news-archive-excerpt{font-size:13px;line-height:1.7;color:#687890;margin:0}
.news-archive-body .card-link{margin-top:auto}
.news-pagination{display:flex;justify-content:center;gap:8px;margin-top:38px}
.news-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;border-radius:10px;border:1px solid var(--tiiha-border);background:#fff;color:var(--tiiha-deep);font-weight:900;font-size:12px}
.news-pagination .current{background:var(--tiiha-blue);border-color:var(--tiiha-blue);color:#fff}
.news-empty{background:#fff;border:1px solid var(--tiiha-border);border-radius:20px;padding:50px;text-align:center;color:#657791}
.single-news-page{background:#f6fbff;min-height:70vh}
.single-news-hero{padding:70px 0 45px;background:linear-gradient(180deg,#f7fbff 0%,#eef7fc 100%)}
.single-news-head{max-width:900px;margin:0 auto}
.single-news-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;color:#1598d7;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.single-news-head h1{font-size:clamp(42px,6vw,76px);line-height:.94;letter-spacing:-.055em;color:var(--tiiha-deep);margin:14px 0 18px}
.single-news-head .lead{max-width:780px;color:#5c718d;font-size:17px;line-height:1.75;margin:0}
.single-news-content-wrap{padding:0 0 90px}
.single-news-featured{max-width:1050px;margin:0 auto 42px;border-radius:24px;overflow:hidden;background:#dcecf8;box-shadow:0 25px 65px rgba(17,55,100,.12);border:1px solid rgba(20,92,150,.12)}
.single-news-featured img{width:100%;height:auto;display:block;max-height:620px;object-fit:cover}
.single-news-content{max-width:820px;margin:0 auto;background:#fff;border:1px solid var(--tiiha-border);border-radius:22px;padding:42px 48px;box-shadow:0 14px 40px rgba(17,55,100,.06)}
.single-news-content .entry-content{font-size:16px;line-height:1.85;color:#425a78}
.single-news-content .entry-content h2,.single-news-content .entry-content h3{color:var(--tiiha-deep);line-height:1.2;margin-top:1.6em}
.single-news-content .entry-content a{color:var(--tiiha-blue);font-weight:800}
.single-news-content .entry-content img{max-width:100%;height:auto;border-radius:14px}
.single-news-back{max-width:820px;margin:22px auto 0}
.single-news-back a{font-size:12px;font-weight:900;color:var(--tiiha-blue)}
@media(max-width:980px){.news-archive-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.news-hero{padding:58px 0 68px}.news-hero h1{font-size:56px}.news-archive-grid{grid-template-columns:1fr}.single-news-hero{padding:55px 0 35px}.single-news-head h1{font-size:50px}.single-news-content{padding:28px 22px}.single-news-featured{border-radius:16px;margin-bottom:24px}}

/* TIIHA Homepage 0.6.1 — Hero Refinement & Visual Guide */
.hero{min-height:760px;background:
  radial-gradient(circle at 78% 38%,rgba(78,184,233,.46),transparent 24%),
  radial-gradient(circle at 58% 90%,rgba(45,56,143,.62),transparent 42%),
  linear-gradient(118deg,#05163d 0%,#0a2b67 44%,#147fbd 100%)}
.hero-grid{min-height:760px;grid-template-columns:1fr 1fr;gap:56px}
.hero-copy-wrap{max-width:700px}
.hero h1{font-size:clamp(48px,5.2vw,76px);letter-spacing:-.05em}
.hero-visual{min-height:610px}
.hero-stage{position:relative;width:min(560px,100%);aspect-ratio:1/1.02;border-radius:34px;overflow:hidden;border:1px solid rgba(255,255,255,.22);background:
  linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.015)),
  radial-gradient(circle at 50% 36%,rgba(78,184,233,.36),transparent 28%),
  linear-gradient(145deg,#0b2d6c 0%,#124c91 54%,#0b2a61 100%);
  box-shadow:0 35px 90px rgba(0,0,0,.25),inset 0 0 80px rgba(255,255,255,.05)}
.hero-stage:before{content:"";position:absolute;inset:12% 8% 10%;border:1px solid rgba(255,255,255,.22);border-radius:50%;transform:perspective(500px) rotateX(58deg);box-shadow:0 0 0 32px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.02)}
.hero-stage:after{content:"";position:absolute;left:50%;top:17%;bottom:10%;width:1px;background:rgba(255,255,255,.16);box-shadow:0 0 30px rgba(78,184,233,.5)}
.hero-stage-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,transparent 0%,black 25%,black 72%,transparent 100%);opacity:.45}
.hero-stage-top{position:absolute;left:28px;right:28px;top:26px;display:flex;justify-content:space-between;align-items:center;z-index:2}
.hero-stage-kicker{font-size:10px;letter-spacing:.2em;font-weight:900;color:rgba(255,255,255,.7)}
.hero-stage-number{font-size:10px;letter-spacing:.15em;font-weight:900;color:var(--tiiha-ice)}
.hero-stage-center{position:absolute;inset:0;display:grid;place-items:center;z-index:2}
.hero-puck{width:116px;height:116px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#fff 0 3%,rgba(255,255,255,.4) 4%,transparent 9%),linear-gradient(145deg,#f9fdff,#7bd3f4 58%,#2d388f);border:6px solid rgba(255,255,255,.72);box-shadow:0 0 0 12px rgba(255,255,255,.07),0 28px 50px rgba(0,0,0,.25);display:grid;place-items:center;transform:rotate(-12deg)}
.hero-puck img{width:76px;height:76px;object-fit:contain}
.hero-stage-caption{position:absolute;left:28px;bottom:28px;right:28px;z-index:2;display:flex;justify-content:space-between;gap:20px;align-items:end}
.hero-stage-caption strong{display:block;font-size:28px;line-height:1;color:#fff}
.hero-stage-caption span{display:block;margin-top:5px;font-size:9px;letter-spacing:.14em;color:rgba(255,255,255,.62);font-weight:900}
.hero-stage-stat{text-align:right}
.hero-stage-stat strong{font-size:42px;color:var(--tiiha-ice)}
.hero-badge{top:2%;right:0;width:92px;height:92px}
.hero-orbit{display:none}
.hero-player{display:none}
.hero-ring-label{display:none}
.hero-scroll{position:absolute;left:0;bottom:34px;display:flex;align-items:center;gap:12px;color:rgba(255,255,255,.55);font-size:9px;font-weight:900;letter-spacing:.18em}
.hero-scroll:before{content:"";display:block;width:42px;height:1px;background:var(--tiiha-ice)}

.stats-section{background:#fff;padding:0 0 22px}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--tiiha-border);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 20px 55px rgba(32,40,111,.09);transform:translateY(-42px);position:relative;z-index:5}
.stat{padding:28px 24px;border-right:1px solid var(--tiiha-border)}
.stat:last-child{border-right:0}
.stat strong{display:block;font-size:34px;line-height:1;color:var(--tiiha-deep);letter-spacing:-.04em}
.stat strong em{font-style:normal;color:var(--tiiha-blue)}
.stat span{display:block;margin-top:8px;font-size:10px;font-weight:900;letter-spacing:.13em;color:#6a7890}

.about-v2{padding-top:38px}
.about-v2-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:72px;align-items:center}
.about-visual{min-height:460px;border-radius:28px;overflow:hidden;position:relative;background:linear-gradient(145deg,#081b47,#135b9c 55%,#4eb8e9);box-shadow:0 25px 70px rgba(32,40,111,.16)}
.about-visual:before{content:"";position:absolute;width:520px;height:320px;left:-100px;bottom:-120px;border:1px solid rgba(255,255,255,.22);border-radius:50%;transform:rotate(-8deg);box-shadow:0 0 0 35px rgba(255,255,255,.025),0 0 0 70px rgba(255,255,255,.018)}
.about-visual:after{content:"TIIHA";position:absolute;right:28px;top:26px;font-size:11px;letter-spacing:.25em;font-weight:900;color:rgba(255,255,255,.62)}
.about-visual-mark{position:absolute;inset:0;display:grid;place-items:center}
.about-visual-mark img{width:170px;height:170px;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.22))}
.about-visual-label{position:absolute;left:28px;bottom:28px;color:#fff}
.about-visual-label strong{font-size:38px;line-height:1;display:block}
.about-visual-label span{font-size:10px;letter-spacing:.18em;color:rgba(255,255,255,.65);font-weight:900}
.about-copy .section-title{margin-bottom:22px}
.about-copy .lead{font-size:20px;line-height:1.55;color:var(--tiiha-ink);margin:0 0 16px}
.about-copy p{color:#64738a}
.about-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 0;padding:0;list-style:none}
.about-list li{padding:14px 16px;border-radius:13px;background:#f5fbff;border:1px solid var(--tiiha-border);font-size:12px;font-weight:900;color:var(--tiiha-deep)}
.about-list li:before{content:"✓";color:var(--tiiha-blue);margin-right:8px}

.sports-v2{background:#f4fafe}
.sports-v2-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.sport-feature{min-height:430px;border-radius:24px;overflow:hidden;position:relative;color:#fff;background:linear-gradient(145deg,#061a45,#0e4f93 55%,#1591cc);box-shadow:0 22px 60px rgba(32,40,111,.14)}
.sport-feature:nth-child(2){background:linear-gradient(145deg,#17266c,#3569ad 55%,#77ccef)}
.sport-feature:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 32%,rgba(255,255,255,.18),transparent 28%),linear-gradient(120deg,transparent 42%,rgba(255,255,255,.08) 43%,transparent 45%)}
.sport-feature:after{content:"";position:absolute;width:380px;height:210px;border:1px solid rgba(255,255,255,.2);border-radius:50%;right:-90px;bottom:-70px;transform:rotate(-10deg);box-shadow:0 0 0 32px rgba(255,255,255,.025),0 0 0 64px rgba(255,255,255,.018)}
.sport-feature-inner{position:absolute;inset:0;padding:32px;display:flex;flex-direction:column;justify-content:space-between;z-index:2}
.sport-number{font-size:11px;letter-spacing:.18em;color:rgba(255,255,255,.62);font-weight:900}
.sport-feature h3{font-size:40px;line-height:1;margin:0 0 12px;letter-spacing:-.04em}
.sport-feature p{max-width:400px;color:rgba(255,255,255,.78);font-size:14px;margin:0}
.sport-feature .btn{margin-top:22px;align-self:flex-start}
.sport-ghost{position:absolute;right:28px;top:50%;transform:translateY(-50%);font-size:110px;line-height:1;font-weight:900;color:rgba(255,255,255,.06);letter-spacing:-.08em}

.section-note{font-size:11px;color:#75849a;max-width:640px}

@media (max-width:980px){
  .hero,.hero-grid{min-height:auto}.hero-grid{grid-template-columns:1fr;padding:78px 0 72px}.hero-visual{min-height:500px}.hero-stage{width:min(520px,100%);margin:auto}
  .stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--tiiha-border)}
  .about-v2-grid{grid-template-columns:1fr;gap:38px}.about-visual{min-height:400px}.sports-v2-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .hero-grid{padding:64px 0 48px}.hero h1{font-size:47px}.hero-copy{font-size:17px}.hero-visual{min-height:360px}.hero-stage{border-radius:24px}.hero-stage-caption{left:20px;right:20px;bottom:20px}.hero-stage-caption strong{font-size:22px}.hero-stage-stat strong{font-size:32px}.hero-badge{width:74px;height:74px;right:10px}
  .stats-section{padding-bottom:4px}.stats-grid{transform:translateY(-24px);grid-template-columns:1fr 1fr;border-radius:16px}.stat{padding:20px 14px}.stat strong{font-size:27px}.stat span{font-size:9px}
  .about-v2{padding-top:30px}.about-visual{min-height:320px}.about-visual-mark img{width:125px;height:125px}.about-visual-label{left:20px;bottom:20px}.about-visual-label strong{font-size:30px}.about-list{grid-template-columns:1fr}
  .sport-feature{min-height:360px}.sport-feature h3{font-size:34px}.sport-ghost{font-size:82px}
}

/* TIIHA Homepage Hero Concept Visual 0.6.0 */
.hero-photo-visual{min-height:610px;display:grid;place-items:center;position:relative}
.hero-photo{position:relative;width:min(650px,100%);aspect-ratio:16/10;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.24);background:#061a45;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.hero-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.hero-photo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,58,.72) 0%,rgba(4,20,58,.18) 42%,rgba(8,46,100,.05) 72%),linear-gradient(0deg,rgba(4,20,58,.72) 0%,transparent 34%);pointer-events:none}
.hero-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);border-radius:30px;pointer-events:none}
.hero-photo-top{position:absolute;left:25px;right:25px;top:23px;display:flex;justify-content:space-between;gap:15px;z-index:2;font-size:9px;letter-spacing:.17em;font-weight:900;color:rgba(255,255,255,.75)}
.hero-photo-top span:last-child{color:var(--tiiha-ice)}
.hero-photo-bottom{position:absolute;left:27px;right:27px;bottom:25px;display:flex;align-items:end;justify-content:space-between;gap:20px;z-index:2;color:#fff}
.hero-photo-bottom strong{display:block;font-size:30px;line-height:1;letter-spacing:-.03em}
.hero-photo-bottom span{display:block;margin-top:6px;font-size:9px;letter-spacing:.14em;color:rgba(255,255,255,.7);font-weight:900}
.hero-photo-stat{text-align:right}
.hero-photo-stat strong{font-size:25px;color:var(--tiiha-ice)}
.hero-photo-stat span{color:rgba(255,255,255,.62)}
.hero-photo-visual .hero-badge{top:-14px;right:-12px;width:88px;height:88px}

@media (max-width:980px){
  .hero-photo-visual{min-height:500px}
  .hero-photo{width:min(620px,100%)}
}
@media (max-width:640px){
  .hero-photo-visual{min-height:290px}
  .hero-photo{border-radius:22px}
  .hero-photo-top{left:17px;right:17px;top:17px;font-size:8px}
  .hero-photo-bottom{left:18px;right:18px;bottom:18px}
  .hero-photo-bottom strong{font-size:22px}
  .hero-photo-stat strong{font-size:19px}
  .hero-photo-visual .hero-badge{width:68px;height:68px;right:4px;top:-10px}
}



/* TIIHA 0.6.1 — Hero refinement */
.hero-photo-visual{min-height:650px;align-items:center;justify-items:end;padding-right:6px}
.hero-photo{width:min(700px,100%);aspect-ratio:16/9;border-radius:30px;box-shadow:0 34px 90px rgba(0,0,0,.30),0 0 0 1px rgba(78,184,233,.10);transform:translateX(4px)}
.hero-photo:before{content:"";position:absolute;inset:-1px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 28%,transparent 72%,rgba(78,184,233,.18));pointer-events:none;z-index:1}
.hero-photo-overlay{background:linear-gradient(90deg,rgba(4,20,58,.78) 0%,rgba(4,20,58,.22) 40%,rgba(8,46,100,.03) 76%),linear-gradient(0deg,rgba(4,20,58,.78) 0%,transparent 38%)}
.hero-photo-bottom{bottom:26px}
.hero-photo-visual .hero-badge{top:0;right:-2px;width:94px;height:94px;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.hero-photo-visual:after{content:"THE ICE · TIIHA";position:absolute;left:8%;bottom:5%;font-size:9px;letter-spacing:.2em;font-weight:900;color:rgba(255,255,255,.30);writing-mode:vertical-rl;transform:rotate(180deg)}
.about-visual{background:linear-gradient(145deg,#071a43,#0c3e7c 52%,#1a86c7);}
.about-visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:42px 42px;opacity:.28;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)}
.about-visual-rink{position:absolute;width:78%;height:54%;left:11%;top:24%;border:1px solid rgba(255,255,255,.24);border-radius:48%;transform:perspective(500px) rotateX(58deg);box-shadow:0 0 0 34px rgba(255,255,255,.025),0 0 0 68px rgba(255,255,255,.018)}
.about-visual-rink:after{content:"";position:absolute;left:50%;top:8%;bottom:8%;width:1px;background:rgba(255,255,255,.18)}
.about-visual-mark{z-index:2}
.about-visual-mark img{width:145px;height:145px}
@media (max-width:980px){
  .hero-photo-visual{min-height:500px;padding-right:0;justify-items:center}
  .hero-photo{width:min(680px,100%);transform:none}
  .hero-photo-visual:after{display:none}
}
@media (max-width:640px){
  .hero-photo-visual{min-height:300px}
  .hero-photo{border-radius:22px;aspect-ratio:16/10}
  .hero-photo-visual .hero-badge{width:68px;height:68px;right:4px;top:-10px}
  .hero-photo-top{left:17px;right:17px;top:16px}
  .hero-photo-bottom{left:18px;right:18px;bottom:18px}
  .hero-photo-bottom strong{font-size:21px}
  .hero-photo-stat strong{font-size:19px}
}


/* TIIHA Homepage 0.7.0 — About + Ice Sports Visual Guide */
.about-v2{background:#fff}
.about-v2-grid{align-items:stretch}
.about-visual{min-height:500px;background:linear-gradient(145deg,#061941 0%,#0a3d78 52%,#1a86c7 100%);box-shadow:0 30px 80px rgba(32,40,111,.18)}
.about-visual-grid{background-size:36px 36px;opacity:.22}
.about-visual-rink{width:78%;height:48%;left:11%;top:27%;border-radius:40%/48%;transform:perspective(700px) rotateX(56deg);box-shadow:0 0 0 28px rgba(255,255,255,.022),0 0 0 56px rgba(255,255,255,.014)}
.about-visual-rink:before{content:"";position:absolute;left:8%;right:8%;top:50%;height:1px;background:rgba(255,255,255,.20);box-shadow:0 0 0 1px rgba(78,184,233,.05)}
.about-visual-rink:after{left:50%;top:8%;bottom:8%;width:1px;background:rgba(255,255,255,.2)}
.about-visual-rink .rink-circle{position:absolute;width:28%;aspect-ratio:1;border:1px solid rgba(255,255,255,.22);border-radius:50%;left:36%;top:35%}
.about-visual-rink .rink-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--tiiha-ice);left:calc(50% - 3.5px);top:calc(50% - 3.5px);box-shadow:0 0 18px rgba(78,184,233,.9)}
.about-visual-badge{position:absolute;right:26px;top:24px;padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.72);font-size:8px;font-weight:900;letter-spacing:.16em;background:rgba(3,17,45,.18);backdrop-filter:blur(8px)}
.about-visual-metrics{position:absolute;right:28px;bottom:27px;display:flex;gap:10px;z-index:3}
.about-visual-metrics span{display:grid;gap:3px;padding:10px 12px;min-width:76px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(3,17,45,.20);backdrop-filter:blur(8px);color:#fff}
.about-visual-metrics strong{font-size:18px;line-height:1;color:var(--tiiha-ice)}
.about-visual-metrics small{font-size:7px;letter-spacing:.12em;color:rgba(255,255,255,.62);font-weight:900}
.about-visual-label{z-index:3}
.about-copy{padding:16px 0}
.about-copy .lead{max-width:640px}
.about-list li{position:relative;overflow:hidden}
.about-list li:after{content:"";position:absolute;right:-28px;bottom:-28px;width:72px;height:72px;border:1px solid rgba(26,134,199,.10);border-radius:50%}

.sports-v2{padding-top:104px;padding-bottom:104px;background:linear-gradient(180deg,#f4fafe 0%,#eef8fd 100%)}
.sports-v2 .section-head{align-items:end}
.sports-v2-grid{gap:22px}
.sport-feature{min-height:520px;background:#061a45;box-shadow:0 28px 70px rgba(32,40,111,.16)}
.sport-feature:nth-child(2){background:#16256a}
.sport-feature .sport-photo{position:absolute;inset:0;background-image:linear-gradient(0deg,rgba(4,20,58,.90),rgba(4,20,58,.18) 55%,rgba(4,20,58,.04)),url('assets/images/hero-ice-hockey-concept.jpg');background-size:cover;background-position:center;opacity:.82}
.sport-feature:nth-child(2) .sport-photo{display:none}
.sport-feature:nth-child(2) .sport-skate-art{position:absolute;inset:0;overflow:hidden;background:radial-gradient(circle at 67% 34%,rgba(255,255,255,.30),transparent 13%),radial-gradient(circle at 69% 34%,rgba(78,184,233,.28),transparent 26%),linear-gradient(145deg,#101d59,#3569ad 55%,#73cbed)}
.sport-skate-art:before{content:"";position:absolute;width:68%;height:44%;left:16%;top:25%;border:1px solid rgba(255,255,255,.28);border-radius:50%;transform:rotate(-10deg);box-shadow:0 0 0 22px rgba(255,255,255,.025),0 0 0 44px rgba(255,255,255,.018)}
.sport-skate-art:after{content:"FIGURE";position:absolute;right:5%;top:8%;font-size:clamp(70px,11vw,150px);font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.055);writing-mode:vertical-rl;line-height:.8}
.skate-line{position:absolute;width:52%;height:22%;left:25%;top:35%;border-bottom:2px solid rgba(255,255,255,.28);border-radius:0 0 50% 50%;transform:rotate(-9deg);filter:drop-shadow(0 8px 18px rgba(0,0,0,.12))}
.skate-line:before{content:"";position:absolute;width:46%;height:1px;left:16%;top:44%;background:rgba(255,255,255,.55);transform:rotate(12deg)}
.skate-spark{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 18px rgba(255,255,255,.9);left:58%;top:45%}
.sport-feature-inner{padding:34px}
.sport-feature .sport-number{color:rgba(255,255,255,.72)}
.sport-feature h3{font-size:clamp(38px,4vw,58px)}
.sport-feature p{font-size:15px;max-width:430px}
.sport-feature .btn-light{box-shadow:0 10px 25px rgba(0,0,0,.12)}

@media (max-width:980px){
  .about-visual{min-height:440px}
  .sports-v2{padding-top:78px;padding-bottom:78px}
  .sport-feature{min-height:460px}
}
@media (max-width:640px){
  .about-visual{min-height:350px;border-radius:22px}
  .about-visual-badge{right:18px;top:18px}
  .about-visual-metrics{left:18px;right:18px;bottom:18px;justify-content:flex-end;gap:7px}
  .about-visual-metrics span{min-width:68px;padding:8px 9px}
  .about-visual-metrics strong{font-size:15px}
  .about-visual-metrics small{font-size:6px}
  .sports-v2{padding-top:62px;padding-bottom:62px}
  .sport-feature{min-height:390px;border-radius:20px}
  .sport-feature-inner{padding:24px}
  .sport-feature h3{font-size:36px}
}


/* TIIHA Homepage 0.8.0 — Arena / TIIHA Experience */
/* TIIHA Homepage Arena Experience 0.9.3 — light mockup direction */
.arena-v3{background:linear-gradient(180deg,#f7fbff 0%,#eef7fd 52%,#ffffff 100%);color:var(--tiiha-deep);position:relative;overflow:hidden}
.arena-v3:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 18%,rgba(78,184,233,.16),transparent 25%),radial-gradient(circle at 8% 82%,rgba(45,56,143,.06),transparent 30%);pointer-events:none}
.arena-v3 .container{position:relative;z-index:1}
.arena-v3 .section-kicker{color:var(--tiiha-blue)}
.arena-v3 .section-title{color:var(--tiiha-deep)}
.arena-v3-head{align-items:end}
.arena-v3-head-copy{max-width:560px;color:#4f6680;font-size:14px;line-height:1.65}
.arena-hero-card{position:relative;min-height:456px;border-radius:28px;overflow:hidden;border:1px solid #d7e5f2;box-shadow:0 24px 60px rgba(32,40,111,.12);background:#dceefa}
.arena-rink-visual{position:absolute;inset:0;overflow:hidden;background:#dceefa}
.arena-rink-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:none}
.arena-hero-top{position:absolute;left:26px;right:26px;top:22px;display:flex;justify-content:space-between;gap:15px;z-index:3;font-size:9px;letter-spacing:.17em;font-weight:900;color:rgba(255,255,255,.82);text-shadow:0 1px 8px rgba(0,20,60,.35)}
.arena-hero-top span:last-child{color:#4eb8e9}
.arena-hero-stat{position:absolute;right:24px;bottom:24px;z-index:3;text-align:right;padding:13px 17px;border-radius:15px;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.75);box-shadow:0 12px 30px rgba(19,57,104,.12);backdrop-filter:blur(8px)}
.arena-hero-stat strong{display:block;font-size:30px;line-height:1;color:var(--tiiha-blue);letter-spacing:-.04em}
.arena-hero-stat span{display:block;margin-top:5px;font-size:8px;letter-spacing:.15em;color:var(--tiiha-deep);font-weight:900}
.arena-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.arena-feature-card{position:relative;min-height:210px;padding:28px;border-radius:18px;background:rgba(255,255,255,.9);border:1px solid #d8e5f1;box-shadow:0 14px 35px rgba(32,40,111,.08);overflow:hidden}
.arena-feature-card:after{content:"";position:absolute;width:170px;height:170px;border:1px solid rgba(78,184,233,.14);border-radius:50%;right:-85px;bottom:-90px}
.arena-feature-number{position:absolute;right:20px;top:18px;font-size:9px;letter-spacing:.16em;font-weight:900;color:#82a2c0}
.arena-feature-icon{font-size:9px;letter-spacing:.18em;color:var(--tiiha-blue);font-weight:900;margin-bottom:26px}
.arena-feature-card h3{margin:0 0 12px;font-size:24px;line-height:1;color:var(--tiiha-deep);letter-spacing:-.03em}
.arena-feature-card p{margin:0 0 20px;color:#60758d;font-size:12px;line-height:1.7;max-width:360px}
.arena-feature-card a{font-size:10px;font-weight:900;color:var(--tiiha-blue);text-decoration:none;letter-spacing:.02em}
.arena-v3-footer{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-top:42px}
.arena-v3-footer>div span{display:block;font-size:9px;letter-spacing:.18em;font-weight:900;color:var(--tiiha-blue);margin-bottom:10px}
.arena-v3-footer>div strong{font-size:clamp(24px,3vw,38px);line-height:1;color:var(--tiiha-deep);letter-spacing:-.03em}
@media (max-width:980px){
  .arena-hero-card,.arena-hero-card img{min-height:400px}
  .arena-feature-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .arena-v3{padding-top:68px;padding-bottom:68px}
  .arena-v3-head{align-items:start}
  .arena-v3-head-copy{font-size:13px}
  .arena-hero-card{min-height:390px;border-radius:22px}
  .arena-rink-visual img{object-position:center}
  .arena-hero-top{left:18px;right:18px;top:18px}
  .arena-hero-stat{right:16px;bottom:16px}
  .arena-feature-grid{grid-template-columns:1fr}
  .arena-feature-card{min-height:180px}
  .arena-v3-footer{align-items:start;flex-direction:column;padding-top:34px}
}

/* TIIHA Homepage Hero Concept Visual 0.6.0 */
.hero-photo-visual{min-height:610px;display:grid;place-items:center;position:relative}
.hero-photo{position:relative;width:min(650px,100%);aspect-ratio:16/10;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.24);background:#061a45;box-shadow:0 30px 80px rgba(0,0,0,.28)}
.hero-photo img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.hero-photo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,58,.72) 0%,rgba(4,20,58,.18) 42%,rgba(8,46,100,.05) 72%),linear-gradient(0deg,rgba(4,20,58,.72) 0%,transparent 34%);pointer-events:none}
.hero-photo:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);border-radius:30px;pointer-events:none}
.hero-photo-top{position:absolute;left:25px;right:25px;top:23px;display:flex;justify-content:space-between;gap:15px;z-index:2;font-size:9px;letter-spacing:.17em;font-weight:900;color:rgba(255,255,255,.75)}
.hero-photo-top span:last-child{color:var(--tiiha-ice)}
.hero-photo-bottom{position:absolute;left:27px;right:27px;bottom:25px;display:flex;align-items:end;justify-content:space-between;gap:20px;z-index:2;color:#fff}
.hero-photo-bottom strong{display:block;font-size:30px;line-height:1;letter-spacing:-.03em}
.hero-photo-bottom span{display:block;margin-top:6px;font-size:9px;letter-spacing:.14em;color:rgba(255,255,255,.7);font-weight:900}
.hero-photo-stat{text-align:right}
.hero-photo-stat strong{font-size:25px;color:var(--tiiha-ice)}
.hero-photo-stat span{color:rgba(255,255,255,.62)}
.hero-photo-visual .hero-badge{top:-14px;right:-12px;width:88px;height:88px}

@media (max-width:980px){
  .hero-photo-visual{min-height:500px}
  .hero-photo{width:min(620px,100%)}
}
@media (max-width:640px){
  .hero-photo-visual{min-height:290px}
  .hero-photo{border-radius:22px}
  .hero-photo-top{left:17px;right:17px;top:17px;font-size:8px}
  .hero-photo-bottom{left:18px;right:18px;bottom:18px}
  .hero-photo-bottom strong{font-size:22px}
  .hero-photo-stat strong{font-size:19px}
  .hero-photo-visual .hero-badge{width:68px;height:68px;right:4px;top:-10px}
}



/* TIIHA 0.6.1 — Hero refinement */
.hero-photo-visual{min-height:650px;align-items:center;justify-items:end;padding-right:6px}
.hero-photo{width:min(700px,100%);aspect-ratio:16/9;border-radius:30px;box-shadow:0 34px 90px rgba(0,0,0,.30),0 0 0 1px rgba(78,184,233,.10);transform:translateX(4px)}
.hero-photo:before{content:"";position:absolute;inset:-1px;border-radius:30px;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 28%,transparent 72%,rgba(78,184,233,.18));pointer-events:none;z-index:1}
.hero-photo-overlay{background:linear-gradient(90deg,rgba(4,20,58,.78) 0%,rgba(4,20,58,.22) 40%,rgba(8,46,100,.03) 76%),linear-gradient(0deg,rgba(4,20,58,.78) 0%,transparent 38%)}
.hero-photo-bottom{bottom:26px}
.hero-photo-visual .hero-badge{top:0;right:-2px;width:94px;height:94px;box-shadow:0 18px 40px rgba(0,0,0,.18)}
.hero-photo-visual:after{content:"THE ICE · TIIHA";position:absolute;left:8%;bottom:5%;font-size:9px;letter-spacing:.2em;font-weight:900;color:rgba(255,255,255,.30);writing-mode:vertical-rl;transform:rotate(180deg)}
.about-visual{background:linear-gradient(145deg,#071a43,#0c3e7c 52%,#1a86c7);}
.about-visual-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:42px 42px;opacity:.28;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent)}
.about-visual-rink{position:absolute;width:78%;height:54%;left:11%;top:24%;border:1px solid rgba(255,255,255,.24);border-radius:48%;transform:perspective(500px) rotateX(58deg);box-shadow:0 0 0 34px rgba(255,255,255,.025),0 0 0 68px rgba(255,255,255,.018)}
.about-visual-rink:after{content:"";position:absolute;left:50%;top:8%;bottom:8%;width:1px;background:rgba(255,255,255,.18)}
.about-visual-mark{z-index:2}
.about-visual-mark img{width:145px;height:145px}
@media (max-width:980px){
  .hero-photo-visual{min-height:500px;padding-right:0;justify-items:center}
  .hero-photo{width:min(680px,100%);transform:none}
  .hero-photo-visual:after{display:none}
}
@media (max-width:640px){
  .hero-photo-visual{min-height:300px}
  .hero-photo{border-radius:22px;aspect-ratio:16/10}
  .hero-photo-visual .hero-badge{width:68px;height:68px;right:4px;top:-10px}
  .hero-photo-top{left:17px;right:17px;top:16px}
  .hero-photo-bottom{left:18px;right:18px;bottom:18px}
  .hero-photo-bottom strong{font-size:21px}
  .hero-photo-stat strong{font-size:19px}
}


/* TIIHA Homepage 0.7.0 — About + Ice Sports Visual Guide */
.about-v2{background:#fff}
.about-v2-grid{align-items:stretch}
.about-visual{min-height:500px;background:linear-gradient(145deg,#061941 0%,#0a3d78 52%,#1a86c7 100%);box-shadow:0 30px 80px rgba(32,40,111,.18)}
.about-visual-grid{background-size:36px 36px;opacity:.22}
.about-visual-rink{width:78%;height:48%;left:11%;top:27%;border-radius:40%/48%;transform:perspective(700px) rotateX(56deg);box-shadow:0 0 0 28px rgba(255,255,255,.022),0 0 0 56px rgba(255,255,255,.014)}
.about-visual-rink:before{content:"";position:absolute;left:8%;right:8%;top:50%;height:1px;background:rgba(255,255,255,.20);box-shadow:0 0 0 1px rgba(78,184,233,.05)}
.about-visual-rink:after{left:50%;top:8%;bottom:8%;width:1px;background:rgba(255,255,255,.2)}
.about-visual-rink .rink-circle{position:absolute;width:28%;aspect-ratio:1;border:1px solid rgba(255,255,255,.22);border-radius:50%;left:36%;top:35%}
.about-visual-rink .rink-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--tiiha-ice);left:calc(50% - 3.5px);top:calc(50% - 3.5px);box-shadow:0 0 18px rgba(78,184,233,.9)}
.about-visual-badge{position:absolute;right:26px;top:24px;padding:9px 12px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.72);font-size:8px;font-weight:900;letter-spacing:.16em;background:rgba(3,17,45,.18);backdrop-filter:blur(8px)}
.about-visual-metrics{position:absolute;right:28px;bottom:27px;display:flex;gap:10px;z-index:3}
.about-visual-metrics span{display:grid;gap:3px;padding:10px 12px;min-width:76px;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:rgba(3,17,45,.20);backdrop-filter:blur(8px);color:#fff}
.about-visual-metrics strong{font-size:18px;line-height:1;color:var(--tiiha-ice)}
.about-visual-metrics small{font-size:7px;letter-spacing:.12em;color:rgba(255,255,255,.62);font-weight:900}
.about-visual-label{z-index:3}
.about-copy{padding:16px 0}
.about-copy .lead{max-width:640px}
.about-list li{position:relative;overflow:hidden}
.about-list li:after{content:"";position:absolute;right:-28px;bottom:-28px;width:72px;height:72px;border:1px solid rgba(26,134,199,.10);border-radius:50%}

.sports-v2{padding-top:104px;padding-bottom:104px;background:linear-gradient(180deg,#f4fafe 0%,#eef8fd 100%)}
.sports-v2 .section-head{align-items:end}
.sports-v2-grid{gap:22px}
.sport-feature{min-height:520px;background:#061a45;box-shadow:0 28px 70px rgba(32,40,111,.16)}
.sport-feature:nth-child(2){background:#16256a}
.sport-feature .sport-photo{position:absolute;inset:0;background-image:linear-gradient(0deg,rgba(4,20,58,.90),rgba(4,20,58,.18) 55%,rgba(4,20,58,.04)),url('assets/images/hero-ice-hockey-concept.jpg');background-size:cover;background-position:center;opacity:.82}
.sport-feature:nth-child(2) .sport-photo{display:none}
.sport-feature:nth-child(2) .sport-skate-art{position:absolute;inset:0;overflow:hidden;background:radial-gradient(circle at 67% 34%,rgba(255,255,255,.30),transparent 13%),radial-gradient(circle at 69% 34%,rgba(78,184,233,.28),transparent 26%),linear-gradient(145deg,#101d59,#3569ad 55%,#73cbed)}
.sport-skate-art:before{content:"";position:absolute;width:68%;height:44%;left:16%;top:25%;border:1px solid rgba(255,255,255,.28);border-radius:50%;transform:rotate(-10deg);box-shadow:0 0 0 22px rgba(255,255,255,.025),0 0 0 44px rgba(255,255,255,.018)}
.sport-skate-art:after{content:"FIGURE";position:absolute;right:5%;top:8%;font-size:clamp(70px,11vw,150px);font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.055);writing-mode:vertical-rl;line-height:.8}
.skate-line{position:absolute;width:52%;height:22%;left:25%;top:35%;border-bottom:2px solid rgba(255,255,255,.28);border-radius:0 0 50% 50%;transform:rotate(-9deg);filter:drop-shadow(0 8px 18px rgba(0,0,0,.12))}
.skate-line:before{content:"";position:absolute;width:46%;height:1px;left:16%;top:44%;background:rgba(255,255,255,.55);transform:rotate(12deg)}
.skate-spark{position:absolute;width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 18px rgba(255,255,255,.9);left:58%;top:45%}
.sport-feature-inner{padding:34px}
.sport-feature .sport-number{color:rgba(255,255,255,.72)}
.sport-feature h3{font-size:clamp(38px,4vw,58px)}
.sport-feature p{font-size:15px;max-width:430px}
.sport-feature .btn-light{box-shadow:0 10px 25px rgba(0,0,0,.12)}

@media (max-width:980px){
  .about-visual{min-height:440px}
  .sports-v2{padding-top:78px;padding-bottom:78px}
  .sport-feature{min-height:460px}
}
@media (max-width:640px){
  .about-visual{min-height:350px;border-radius:22px}
  .about-visual-badge{right:18px;top:18px}
  .about-visual-metrics{left:18px;right:18px;bottom:18px;justify-content:flex-end;gap:7px}
  .about-visual-metrics span{min-width:68px;padding:8px 9px}
  .about-visual-metrics strong{font-size:15px}
  .about-visual-metrics small{font-size:6px}
  .sports-v2{padding-top:62px;padding-bottom:62px}
  .sport-feature{min-height:390px;border-radius:20px}
  .sport-feature-inner{padding:24px}
  .sport-feature h3{font-size:36px}
}


/* TIIHA Homepage 0.8.0 — Arena / TIIHA Experience */
.arena-v3{background:linear-gradient(180deg,#06183f 0%,#0a2b64 55%,#0e4f91 100%);color:#fff;position:relative;overflow:hidden}
.arena-v3:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 18%,rgba(78,184,233,.20),transparent 25%),linear-gradient(120deg,transparent 45%,rgba(255,255,255,.035) 46%,transparent 48%);pointer-events:none}
.arena-v3 .container{position:relative;z-index:1}
.arena-v3 .section-kicker{color:var(--tiiha-ice)}
.arena-v3 .section-title{color:#fff}
.arena-v3-head{align-items:end}
.arena-v3-head-copy{max-width:560px;color:rgba(255,255,255,.68);font-size:14px;line-height:1.65}
.arena-hero-card{position:relative;min-height:510px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.18);box-shadow:0 35px 90px rgba(0,0,0,.28);background:#061a45}
.arena-hero-card img{width:100%;height:100%;min-height:510px;display:block;object-fit:cover;object-position:center}
.arena-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,18,52,.94) 0%,rgba(3,18,52,.70) 31%,rgba(3,18,52,.18) 62%,rgba(3,18,52,.18) 100%),linear-gradient(0deg,rgba(3,18,52,.78),transparent 44%)}
.arena-hero-top{position:absolute;left:28px;right:28px;top:24px;display:flex;justify-content:space-between;gap:20px;font-size:9px;font-weight:900;letter-spacing:.17em;color:rgba(255,255,255,.68)}
.arena-hero-top span:last-child{color:var(--tiiha-ice)}
.arena-hero-copy{position:absolute;left:38px;bottom:40px;max-width:560px}
.arena-hero-copy h3{font-size:clamp(42px,5vw,72px);line-height:.92;letter-spacing:-.05em;margin:8px 0 16px;color:#fff}
.arena-hero-copy h3 span{color:var(--tiiha-ice)}
.arena-hero-copy p{max-width:540px;margin:0;color:rgba(255,255,255,.74);font-size:14px;line-height:1.65}
.arena-hero-stat{position:absolute;right:28px;bottom:28px;padding:16px 18px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(3,18,52,.48);backdrop-filter:blur(10px);text-align:right}
.arena-hero-stat strong{display:block;font-size:30px;color:var(--tiiha-ice);line-height:1}
.arena-hero-stat span{display:block;margin-top:5px;font-size:8px;letter-spacing:.14em;color:rgba(255,255,255,.66);font-weight:900}
.arena-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.arena-feature-card{min-height:250px;padding:28px;border-radius:20px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));box-shadow:0 20px 50px rgba(0,0,0,.16);position:relative;overflow:hidden}
.arena-feature-card:after{content:"";position:absolute;width:180px;height:180px;border:1px solid rgba(78,184,233,.16);border-radius:50%;right:-90px;bottom:-90px;box-shadow:0 0 0 26px rgba(78,184,233,.025)}
.arena-feature-number{position:absolute;right:24px;top:22px;font-size:10px;letter-spacing:.15em;color:rgba(255,255,255,.40);font-weight:900}
.arena-feature-icon{font-size:11px;letter-spacing:.16em;font-weight:900;color:var(--tiiha-ice);margin-bottom:34px}
.arena-feature-card h3{font-size:25px;line-height:1;margin:0 0 10px;color:#fff}
.arena-feature-card p{font-size:13px;line-height:1.65;color:rgba(255,255,255,.64);margin:0;max-width:360px}
.arena-feature-card a{display:inline-block;margin-top:18px;font-size:11px;color:#fff;font-weight:900;letter-spacing:.03em}
.arena-v3-footer{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-top:48px}
.arena-v3-footer>div span{display:block;font-size:9px;letter-spacing:.18em;font-weight:900;color:var(--tiiha-ice);margin-bottom:10px}
.arena-v3-footer>div strong{font-size:clamp(24px,3vw,38px);line-height:1;letter-spacing:-.03em}
@media(max-width:980px){
  .arena-hero-card,.arena-hero-card img{min-height:460px}
  .arena-feature-grid{grid-template-columns:1fr}
  .arena-feature-card{min-height:210px}
}
@media(max-width:640px){
  .arena-v3{padding-top:68px;padding-bottom:68px}
  .arena-v3-head{align-items:start}
  .arena-v3-head-copy{font-size:13px}
  .arena-hero-card{min-height:440px;border-radius:22px}
  .arena-hero-card img{min-height:440px;object-position:58% center}
  .arena-hero-overlay{background:linear-gradient(90deg,rgba(3,18,52,.95),rgba(3,18,52,.58) 70%),linear-gradient(0deg,rgba(3,18,52,.84),transparent 50%)}
  .arena-hero-top{left:18px;right:18px;top:18px;font-size:7px}
  .arena-hero-copy{left:20px;right:20px;bottom:24px}
  .arena-hero-copy h3{font-size:39px}
  .arena-hero-copy p{font-size:12px;line-height:1.55}
  .arena-hero-stat{right:18px;top:54px;bottom:auto;padding:11px 12px}
  .arena-hero-stat strong{font-size:21px}
  .arena-hero-stat span{font-size:6px}
  .arena-feature-card{padding:24px;min-height:205px}
  .arena-v3-footer{align-items:start;flex-direction:column;padding-top:34px}
}

/* 0.8.1 — Arena visual correction: use the rink image itself, never the full-page mockup. */
.arena-hero-card{position:relative;overflow:hidden;min-height:520px}
.arena-rink-visual{position:absolute;inset:0;overflow:hidden;background:#071b49}
.arena-rink-visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:saturate(.96) contrast(1.02)}
.arena-rink-visual .arena-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,21,58,.88) 0%,rgba(7,30,77,.52) 42%,rgba(8,37,87,.18) 75%,rgba(3,19,49,.58) 100%),linear-gradient(0deg,rgba(4,18,48,.86) 0%,rgba(4,18,48,.04) 45%,rgba(4,18,48,.12) 100%)}
.arena-rink-lines{position:absolute;inset:0;opacity:.25;background:radial-gradient(ellipse at 52% 70%,transparent 0 22%,rgba(91,190,239,.5) 22.2%,transparent 22.7%),linear-gradient(90deg,transparent 49.8%,rgba(126,208,245,.38) 50%,transparent 50.2%);pointer-events:none}
.arena-hero-card>.arena-hero-top,.arena-hero-card>.arena-hero-copy,.arena-hero-card>.arena-hero-stat{position:relative;z-index:2}
@media (max-width:900px){.arena-hero-card{min-height:460px}.arena-rink-visual img{object-position:58% center}}
@media (max-width:640px){.arena-hero-card{min-height:540px}.arena-rink-visual img{object-position:60% center}.arena-rink-visual .arena-hero-overlay{background:linear-gradient(180deg,rgba(5,21,58,.78),rgba(5,21,58,.34) 48%,rgba(4,18,48,.9))}}


/* TIIHA Homepage 0.9.5 — Arena Experience structural cleanup */
.arena-v3{background:linear-gradient(180deg,#f8fcff 0%,#edf7fd 54%,#ffffff 100%);color:var(--tiiha-deep);position:relative;overflow:hidden}
.arena-v3:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 86% 14%,rgba(78,184,233,.15),transparent 26%),radial-gradient(circle at 6% 88%,rgba(45,56,143,.055),transparent 30%);pointer-events:none}
.arena-v3 .container{position:relative;z-index:1}
.arena-v3 .section-kicker{color:var(--tiiha-blue)}
.arena-v3 .section-title{color:var(--tiiha-deep)}
.arena-v3-head{align-items:end}
.arena-v3-head-copy{max-width:560px;color:#526b84;font-size:14px;line-height:1.65}
.arena-hero-card{position:relative;min-height:420px;border-radius:26px;overflow:hidden;border:1px solid #d5e5f2;background:#dceefa;box-shadow:0 22px 55px rgba(32,40,111,.12)}
.arena-rink-visual{position:absolute;inset:0;overflow:hidden;background:#dceefa}
.arena-rink-visual img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;filter:none}
.arena-hero-stat{position:absolute;right:22px;top:20px;bottom:auto;z-index:3;text-align:right;padding:12px 16px;border-radius:14px;background:rgba(255,255,255,.90);border:1px solid rgba(255,255,255,.90);box-shadow:0 12px 30px rgba(19,57,104,.13);backdrop-filter:blur(8px)}
.arena-hero-stat strong{display:block;font-size:29px;line-height:1;color:var(--tiiha-blue);letter-spacing:-.04em}
.arena-hero-stat span{display:block;margin-top:5px;font-size:8px;letter-spacing:.15em;color:var(--tiiha-deep);font-weight:900}
.arena-visual-caption{position:absolute;right:20px;bottom:17px;z-index:3;font-size:8px;letter-spacing:.14em;color:rgba(255,255,255,.84);font-weight:900;text-shadow:0 1px 7px rgba(0,25,70,.55)}
.arena-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
.arena-feature-card{position:relative;min-height:190px;padding:27px 28px;border-radius:18px;background:rgba(255,255,255,.94);border:1px solid #d7e5f0;box-shadow:0 14px 35px rgba(32,40,111,.08);overflow:hidden}
.arena-feature-card:after{content:"";position:absolute;width:165px;height:165px;border:1px solid rgba(78,184,233,.14);border-radius:50%;right:-82px;bottom:-88px}
.arena-feature-number{position:absolute;right:20px;top:18px;font-size:9px;letter-spacing:.16em;font-weight:900;color:#89a5bd}
.arena-feature-icon{font-size:9px;letter-spacing:.18em;color:var(--tiiha-blue);font-weight:900;margin-bottom:24px}
.arena-feature-card h3{margin:0 0 11px;font-size:23px;line-height:1;color:var(--tiiha-deep);letter-spacing:-.03em}
.arena-feature-card p{margin:0 0 17px;color:#61768c;font-size:12px;line-height:1.65;max-width:360px}
.arena-feature-card a{font-size:10px;font-weight:900;color:var(--tiiha-blue);text-decoration:none;letter-spacing:.02em}
.arena-v3-footer{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-top:40px}
.arena-v3-footer>div span{display:block;font-size:9px;letter-spacing:.18em;font-weight:900;color:var(--tiiha-blue);margin-bottom:10px}
.arena-v3-footer>div strong{font-size:clamp(24px,3vw,38px);line-height:1;color:var(--tiiha-deep);letter-spacing:-.03em}
@media (max-width:980px){
  .arena-hero-card{min-height:390px}
  .arena-feature-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .arena-v3{padding-top:68px;padding-bottom:68px}
  .arena-v3-head{align-items:start}
  .arena-v3-head-copy{font-size:13px}
  .arena-hero-card{min-height:320px;border-radius:20px}
  .arena-rink-visual img{object-position:center}
  .arena-hero-stat{right:14px;top:14px;padding:10px 12px}
  .arena-hero-stat strong{font-size:21px}
  .arena-hero-stat span{font-size:6px}
  .arena-visual-caption{right:14px;bottom:12px;font-size:6px}
  .arena-feature-grid{grid-template-columns:1fr}
  .arena-feature-card{min-height:170px;padding:24px}
  .arena-v3-footer{align-items:start;flex-direction:column;padding-top:34px}
}

/* TIIHA Homepage 0.9.0 — Schedule + Book Ice */
.schedule-section{background:linear-gradient(180deg,#f7fbfe 0%,#eef7fc 100%);position:relative;overflow:hidden}
.schedule-section:before{content:"";position:absolute;width:560px;height:560px;border:1px solid rgba(45,56,143,.06);border-radius:50%;right:-260px;top:80px;box-shadow:0 0 0 70px rgba(78,184,233,.025),0 0 0 150px rgba(45,56,143,.02);pointer-events:none}
.schedule-section .container{position:relative;z-index:1}
.schedule-head{align-items:end;margin-bottom:28px}
.schedule-head .section-title span{color:var(--tiiha-blue)}
.schedule-layout{display:grid;grid-template-columns:1.55fr .75fr;gap:20px}
.schedule-panel-v2{padding:30px;border:1px solid rgba(32,40,111,.10);border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 22px 55px rgba(32,40,111,.08)}
.schedule-panel-top{display:flex;justify-content:space-between;align-items:end;gap:20px}
.schedule-panel-top strong{display:block;font-size:30px;color:var(--tiiha-deep);letter-spacing:-.04em;margin-top:5px}
.schedule-label{font-size:9px;letter-spacing:.18em;font-weight:900;color:var(--tiiha-blue)}
.schedule-status{font-size:9px;letter-spacing:.10em;font-weight:900;color:#66748a;display:flex;align-items:center;gap:7px}
.schedule-status i{display:block;width:7px;height:7px;border-radius:50%;background:#39b878;box-shadow:0 0 0 5px rgba(57,184,120,.10)}
.schedule-strip-v2{margin:24px 0 18px}
.schedule-strip-v2 .schedule-day{border:1px solid rgba(32,40,111,.07);background:#f2f8fc;padding:14px 5px;transition:.2s ease}
.schedule-strip-v2 .schedule-day.active{box-shadow:0 10px 24px rgba(26,134,199,.20);transform:translateY(-3px)}
.schedule-strip-v2 .schedule-day span{font-size:8px;letter-spacing:.07em}
.schedule-timeline{border-top:1px solid rgba(32,40,111,.10)}
.timeline-row{display:grid;grid-template-columns:75px 1fr auto;align-items:center;gap:16px;padding:17px 6px;border-bottom:1px solid rgba(32,40,111,.08)}
.timeline-row>span{font-size:12px;font-weight:900;color:#71819a;letter-spacing:.04em}
.timeline-row b{display:block;color:var(--tiiha-deep);font-size:12px;letter-spacing:.05em}
.timeline-row small{display:block;margin-top:4px;color:#7c8b9e;font-size:11px}
.timeline-row em{font-style:normal;font-size:8px;font-weight:900;letter-spacing:.12em;padding:7px 9px;border-radius:999px;background:#edf6fb;color:var(--tiiha-blue)}
.timeline-row.featured{background:linear-gradient(90deg,rgba(78,184,233,.09),transparent);border-left:3px solid var(--tiiha-blue);padding-left:9px}
.timeline-row.featured em{background:var(--tiiha-blue);color:#fff}
.schedule-panel-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:18px;font-size:9px;letter-spacing:.10em;text-transform:uppercase;color:#91a0b1;font-weight:800}
.schedule-panel-footer .card-link{font-size:10px;text-transform:none;letter-spacing:0;color:var(--tiiha-deep)}
.booking-card-v2{min-height:100%;padding:34px;border-radius:24px;box-shadow:0 28px 65px rgba(32,40,111,.20);background:linear-gradient(145deg,#071b45 0%,#182e78 58%,#1a86c7 140%)}
.booking-card-v2 h2{font-size:52px;margin:20px 0 15px;letter-spacing:-.055em}
.booking-card-v2 p{font-size:13px;line-height:1.7;max-width:340px}
.booking-orbit{position:absolute;width:210px;height:210px;border:1px solid rgba(255,255,255,.11);border-radius:50%;right:-80px;top:95px;box-shadow:0 0 0 32px rgba(255,255,255,.018),0 0 0 72px rgba(78,184,233,.025);pointer-events:none}
.booking-note{display:grid;grid-template-columns:25px 1fr;gap:8px 10px;margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);font-size:9px;color:rgba(255,255,255,.58);letter-spacing:.03em}
.booking-note b{color:var(--tiiha-ice);font-size:9px}
@media(max-width:980px){.schedule-layout{grid-template-columns:1fr}.booking-card-v2{min-height:360px}.schedule-head{align-items:start}}
@media(max-width:640px){.schedule-section{padding-top:68px;padding-bottom:68px}.schedule-panel-v2{padding:22px}.schedule-panel-top{align-items:start;flex-direction:column}.schedule-strip-v2{grid-template-columns:repeat(4,1fr)}.timeline-row{grid-template-columns:58px 1fr auto;gap:9px;padding:14px 2px}.timeline-row small{font-size:10px}.schedule-panel-footer{align-items:start;flex-direction:column}.booking-card-v2{padding:27px;min-height:390px}.booking-card-v2 h2{font-size:43px}.booking-orbit{right:-120px;top:70px}}

/* TIIHA 0.9.1 — Arena Page / Mockup Visual Direction */
.arena-page{background:#f5faff;color:var(--tiiha-deep)}
.arena-page-hero{padding:72px 0 82px;background:radial-gradient(circle at 88% 22%,rgba(78,184,233,.13),transparent 25%),linear-gradient(180deg,#fbfdff 0%,#edf7fd 100%);overflow:hidden}
.arena-page-intro{display:grid;grid-template-columns:.72fr 1.28fr;gap:50px;align-items:end;margin-bottom:30px}
.arena-page-intro .section-title{margin:8px 0 0;font-size:clamp(48px,6vw,78px);line-height:.86;letter-spacing:-.055em}
.arena-page-intro .section-title span{color:var(--tiiha-blue)}
.arena-page-intro>p{max-width:650px;margin:0 0 5px;color:#344d72;font-size:15px;line-height:1.7}
.arena-page-visual{position:relative;min-height:500px;border-radius:28px;overflow:hidden;background:#071b45;box-shadow:0 30px 80px rgba(32,40,111,.18)}
.arena-page-visual>img{width:100%;height:500px;display:block;object-fit:cover;object-position:center}
.arena-page-visual-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,19,52,.88),rgba(4,19,52,.48) 38%,rgba(4,19,52,.04) 72%),linear-gradient(0deg,rgba(3,18,48,.75),transparent 48%)}
.arena-page-visual-label{position:absolute;top:24px;left:28px;right:28px;display:flex;justify-content:space-between;gap:20px;font-size:9px;letter-spacing:.16em;font-weight:900;color:rgba(255,255,255,.74)}
.arena-page-visual-label b{color:var(--tiiha-ice)}
.arena-page-visual-copy{position:absolute;left:38px;bottom:38px;max-width:570px;color:#fff}
.arena-page-visual-copy .section-kicker{color:var(--tiiha-ice)}
.arena-page-visual-copy h2{font-size:clamp(40px,5vw,70px);line-height:.9;letter-spacing:-.05em;margin:9px 0 15px}
.arena-page-visual-copy h2 span{color:var(--tiiha-ice)}
.arena-page-visual-copy p{max-width:520px;margin:0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.65}
.arena-page-stat{position:absolute;right:26px;bottom:26px;padding:16px 18px;border:1px solid rgba(255,255,255,.18);background:rgba(4,18,48,.48);backdrop-filter:blur(12px);border-radius:16px;color:#fff;text-align:right}
.arena-page-stat strong{display:block;font-size:30px;color:var(--tiiha-ice);line-height:1}.arena-page-stat span{display:block;margin-top:5px;font-size:8px;letter-spacing:.14em;font-weight:900;color:rgba(255,255,255,.68)}
.arena-page-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.arena-page-metrics article{padding:24px;border:1px solid rgba(32,40,111,.10);background:rgba(255,255,255,.88);border-radius:18px;box-shadow:0 16px 40px rgba(32,40,111,.07)}
.arena-page-metrics strong{display:block;font-size:22px;letter-spacing:-.03em;color:var(--tiiha-deep)}.arena-page-metrics span{display:block;margin-top:5px;font-size:9px;letter-spacing:.11em;font-weight:900;color:var(--tiiha-blue)}.arena-page-metrics small{display:block;margin-top:12px;color:#6d7d95;font-size:11px;line-height:1.5}
.arena-page-details{background:#fff}
.arena-page-details .section-head{align-items:end}.arena-page-detail-copy{max-width:520px;color:#5f7088;line-height:1.7;font-size:14px}
.arena-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}
.arena-detail-card{padding:30px;border-radius:22px;border:1px solid rgba(32,40,111,.10);background:linear-gradient(145deg,#fff,#f4faff);box-shadow:0 18px 45px rgba(32,40,111,.07);min-height:235px}.arena-detail-card>span{font-size:10px;letter-spacing:.16em;color:var(--tiiha-blue);font-weight:900}.arena-detail-card h3{font-size:26px;margin:35px 0 10px;line-height:1;color:var(--tiiha-deep)}.arena-detail-card p{font-size:13px;color:#687991;line-height:1.65;margin:0}.arena-detail-card a{display:inline-block;margin-top:18px;color:var(--tiiha-blue);font-size:11px;font-weight:900}
.arena-page-cta{padding:72px 0;background:linear-gradient(135deg,#071b45,#123d80 62%,#1a86c7);color:#fff}.arena-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end}.arena-cta-grid h2{font-size:clamp(38px,5vw,66px);line-height:.9;letter-spacing:-.05em;margin:8px 0}.arena-cta-grid h2 span{color:var(--tiiha-ice)}.arena-cta-grid p{color:rgba(255,255,255,.72);line-height:1.7;max-width:500px}.arena-cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.arena-cta-actions .btn-light{background:#fff;color:var(--tiiha-deep)}
@media(max-width:980px){.arena-page-intro{grid-template-columns:1fr;gap:15px}.arena-page-metrics{grid-template-columns:repeat(2,1fr)}.arena-detail-grid,.arena-cta-grid{grid-template-columns:1fr}.arena-page-visual{min-height:470px}.arena-page-visual>img{height:470px}}
@media(max-width:640px){.arena-page-hero{padding:55px 0 65px}.arena-page-intro .section-title{font-size:48px}.arena-page-visual{min-height:520px;border-radius:22px}.arena-page-visual>img{height:520px}.arena-page-visual-label{left:18px;right:18px;top:18px;font-size:7px}.arena-page-visual-copy{left:20px;right:20px;bottom:25px}.arena-page-visual-copy h2{font-size:42px}.arena-page-visual-copy p{font-size:12px}.arena-page-stat{right:18px;top:55px;bottom:auto;padding:11px 12px}.arena-page-stat strong{font-size:21px}.arena-page-stat span{font-size:6px}.arena-page-metrics{grid-template-columns:1fr}.arena-detail-card{min-height:200px}.arena-page-cta{padding:62px 0}.arena-cta-grid{gap:25px}}

/* Generic WordPress pages */
.page-template-default main.section{min-height:55vh;background:linear-gradient(180deg,#f8fbfe,#eef7fc)}
.page-template-default main.section>.container>.card{border:1px solid rgba(32,40,111,.10)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 20px 55px rgba(32,40,111,.07)!important;padding:clamp(26px,4vw,50px)!important}
.page-template-default main.section .section-title{font-size:clamp(38px,5vw,64px);line-height:.95}
.page-template-default main.section p,.page-template-default main.section li{color:#5e708a;line-height:1.75}


/* TIIHA EXPERIENCE 0.9.5 — FINAL POLISH */
.arena-v3{padding-top:86px;padding-bottom:82px;background:
  radial-gradient(circle at 92% 16%,rgba(78,184,233,.18),transparent 24%),
  radial-gradient(circle at 8% 74%,rgba(45,56,143,.07),transparent 28%),
  linear-gradient(180deg,#f8fcff 0%,#edf7fd 56%,#ffffff 100%)}
.arena-v3-head{margin-bottom:28px}
.arena-v3-head-copy{max-width:520px;font-size:13px;line-height:1.7;color:#526b84}
.arena-hero-card{min-height:430px;height:430px;border-radius:24px;border:1px solid rgba(207,225,239,.95);background:#dceefa;box-shadow:0 22px 55px rgba(32,40,111,.10)}
.arena-rink-visual{inset:0;background:#dceefa}
.arena-rink-visual img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;filter:saturate(1.02) contrast(1.01)}
.arena-hero-stat{right:18px;top:16px;bottom:auto;padding:10px 13px 9px;border-radius:13px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.96);box-shadow:0 10px 26px rgba(19,57,104,.12);backdrop-filter:blur(10px)}
.arena-hero-stat strong{font-size:25px}
.arena-hero-stat span{margin-top:4px;font-size:6.5px;letter-spacing:.16em}
.arena-visual-caption{right:16px;bottom:13px;font-size:7px;letter-spacing:.13em;color:rgba(255,255,255,.92);text-shadow:0 1px 8px rgba(0,25,70,.7)}
.arena-feature-grid{gap:14px;margin-top:16px}
.arena-feature-card{min-height:198px;padding:26px 27px;border-radius:17px;background:rgba(255,255,255,.96);border:1px solid #d5e4ef;box-shadow:0 12px 32px rgba(32,40,111,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.arena-feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(32,40,111,.11);border-color:#c5deef}
.arena-feature-icon{margin-bottom:22px;font-size:8px}
.arena-feature-card h3{font-size:22px;margin-bottom:10px}
.arena-feature-card p{font-size:11px;line-height:1.65;margin-bottom:16px}
.arena-feature-card a{font-size:9px}
.arena-feature-number{font-size:8px;top:17px;right:18px}
.arena-v3-footer{padding-top:48px;align-items:center}
.arena-v3-footer>div span{font-size:8px;margin-bottom:9px}
.arena-v3-footer>div strong{font-size:clamp(25px,3vw,36px);line-height:1.02}
.arena-v3-footer .btn{box-shadow:0 10px 24px rgba(26,134,199,.22)}
@media(max-width:980px){
  .arena-v3{padding-top:72px;padding-bottom:70px}
  .arena-hero-card{height:390px;min-height:390px}
  .arena-feature-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .arena-v3{padding-top:62px;padding-bottom:64px}
  .arena-v3-head{margin-bottom:22px}
  .arena-v3-head-copy{font-size:12px;line-height:1.6}
  .arena-hero-card{height:300px;min-height:300px;border-radius:19px}
  .arena-rink-visual img{object-position:center center}
  .arena-hero-stat{right:12px;top:12px;padding:8px 10px 7px;border-radius:11px}
  .arena-hero-stat strong{font-size:19px}
  .arena-hero-stat span{font-size:5px}
  .arena-visual-caption{right:11px;bottom:10px;font-size:5px}
  .arena-feature-grid{grid-template-columns:1fr;gap:11px;margin-top:12px}
  .arena-feature-card{min-height:164px;padding:22px;border-radius:16px}
  .arena-feature-icon{margin-bottom:20px}
  .arena-feature-card h3{font-size:21px}
  .arena-v3-footer{padding-top:34px;gap:22px}
}


/* TIIHA 0.9.6 — HERO RESTORE + EXPERIENCE LOCK */
#primary > section.hero{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  position:relative;
  z-index:1;
}
#primary > section.hero .hero-grid{
  display:grid !important;
}
#primary > section.hero .hero-photo-visual{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
}
#primary > section.hero .hero-photo{
  display:block !important;
  visibility:visible !important;
}
#primary > section.hero .hero-photo img{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}
/* Keep the Experience section independent from the Hero. */
#arena.arena-v3{position:relative;z-index:2}


/* TIIHA Homepage 0.9.7 — HERO RESTORE: FULL ARENA IMAGE */
#primary > section.hero{
  min-height:760px;
  background-image:
    linear-gradient(90deg,rgba(3,18,55,.88) 0%,rgba(5,28,73,.68) 34%,rgba(8,48,101,.38) 68%,rgba(8,61,111,.30) 100%),
    linear-gradient(180deg,rgba(5,22,57,.16) 0%,rgba(4,24,63,.20) 52%,rgba(3,16,44,.68) 100%),
    url('assets/images/arena-rink-clean.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center 52%;
}
#primary > section.hero:before{
  opacity:.10;
  background-image:
    linear-gradient(118deg,transparent 47%,rgba(255,255,255,.65) 48%,transparent 49%),
    linear-gradient(62deg,transparent 52%,rgba(255,255,255,.35) 53%,transparent 54%);
  background-size:460px 460px,620px 620px;
}
#primary > section.hero:after{
  height:180px;
  background:linear-gradient(180deg,transparent 0%,rgba(3,17,45,.10) 18%,rgba(3,17,45,.72) 100%);
}
#primary > section.hero .hero-grid{min-height:760px}
#primary > section.hero .hero-photo-visual{z-index:3}
#primary > section.hero .hero-photo{box-shadow:0 34px 90px rgba(0,0,0,.34),0 0 0 1px rgba(78,184,233,.14)}
#primary > section.hero .hero-badge{box-shadow:0 18px 42px rgba(0,0,0,.28)}
#primary > section.hero .hero-copy-wrap{z-index:4}
#primary > section.hero .hero-copy{color:rgba(255,255,255,.90)}

@media (max-width:900px){
  #primary > section.hero{background-position:center center}
}
@media (max-width:640px){
  #primary > section.hero{min-height:auto;background-position:center center}
  #primary > section.hero .hero-grid{min-height:auto}
}


/* TIIHA 0.9.8 — Schedule + Book Ice Visual Polish */
.schedule-section{
  background:
    radial-gradient(circle at 8% 22%,rgba(78,184,233,.09),transparent 22%),
    radial-gradient(circle at 92% 72%,rgba(45,56,143,.06),transparent 24%),
    linear-gradient(180deg,#f8fcff 0%,#eef7fc 52%,#f7fbfe 100%);
  padding-top:92px;
  padding-bottom:96px;
}
.schedule-section:after{content:"";position:absolute;left:-220px;bottom:-300px;width:620px;height:620px;border:1px solid rgba(78,184,233,.08);border-radius:50%;box-shadow:0 0 0 80px rgba(78,184,233,.025),0 0 0 170px rgba(45,56,143,.018);pointer-events:none}
.schedule-head{display:grid;grid-template-columns:1fr .92fr;gap:60px;align-items:end;margin-bottom:34px}
.schedule-head .section-title{font-size:48px;line-height:.96;letter-spacing:-.055em}
.schedule-head .section-note{max-width:560px;justify-self:end;margin:0 0 4px;color:#71819a;line-height:1.7}
.schedule-layout{grid-template-columns:minmax(0,1.62fr) minmax(280px,.78fr);gap:18px}
.schedule-panel-v2{padding:30px 30px 22px;border-radius:25px;background:rgba(255,255,255,.92);border:1px solid rgba(32,40,111,.09);box-shadow:0 24px 70px rgba(32,40,111,.09);backdrop-filter:blur(8px)}
.schedule-panel-top strong{font-size:34px;letter-spacing:-.045em}
.schedule-status{padding:8px 11px;border:1px solid rgba(57,184,120,.18);border-radius:999px;background:rgba(57,184,120,.035)}
.schedule-strip-v2{gap:8px;margin:26px 0 20px}
.schedule-strip-v2 .schedule-day{min-height:60px;display:flex;flex-direction:column;justify-content:center;border-radius:12px;background:#f5f9fc;padding:11px 5px}
.schedule-strip-v2 .schedule-day b{font-size:10px;letter-spacing:.08em}
.schedule-strip-v2 .schedule-day span{margin-top:5px}
.schedule-strip-v2 .schedule-day.active{background:linear-gradient(145deg,#1a86c7,#2d388f);color:#fff;border-color:transparent;box-shadow:0 12px 28px rgba(26,134,199,.22)}
.schedule-strip-v2 .schedule-day.active span{color:rgba(255,255,255,.76)}
.schedule-timeline{border-top:1px solid rgba(32,40,111,.09)}
.timeline-row{min-height:66px;grid-template-columns:70px 1fr auto;padding:15px 8px}
.timeline-row>span{font-size:11px}
.timeline-row b{font-size:12px}
.timeline-row small{font-size:10px}
.timeline-row em{min-width:42px;text-align:center}
.timeline-row.featured{border-left:3px solid #1a86c7;border-radius:0 10px 10px 0;background:linear-gradient(90deg,rgba(26,134,199,.09),rgba(78,184,233,.025),transparent)}
.schedule-panel-footer{padding-top:19px}
.schedule-panel-footer>span{font-size:8px}
.booking-card-v2{min-height:100%;padding:35px 34px 30px;border-radius:25px;background:linear-gradient(145deg,#071b45 0%,#1c327c 58%,#1a86c7 145%);box-shadow:0 28px 70px rgba(32,40,111,.20)}
.booking-card-v2:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 38%);pointer-events:none}
.booking-card-v2 h2{font-size:54px;line-height:.9;margin:21px 0 17px}
.booking-card-v2 p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.74)}
.booking-card-v2 .btn-light{box-shadow:0 10px 24px rgba(0,0,0,.14)}
.booking-tags{gap:7px;margin-top:27px}
.booking-tags span{font-size:8px;padding:7px 9px;background:rgba(255,255,255,.035)}
.booking-note{margin-top:31px}
@media(max-width:980px){.schedule-head{grid-template-columns:1fr;gap:12px}.schedule-head .section-note{justify-self:start}.schedule-layout{grid-template-columns:1fr}.booking-card-v2{min-height:370px}}
@media(max-width:640px){.schedule-section{padding-top:72px;padding-bottom:74px}.schedule-head .section-title{font-size:39px}.schedule-panel-v2{padding:23px 18px 19px}.schedule-panel-top strong{font-size:29px}.schedule-strip-v2{grid-template-columns:repeat(4,1fr);gap:6px}.schedule-strip-v2 .schedule-day{min-height:55px}.timeline-row{grid-template-columns:54px 1fr auto;gap:9px;padding:13px 2px}.timeline-row em{font-size:7px;padding:6px 7px}.booking-card-v2{padding:29px 25px;min-height:390px}.booking-card-v2 h2{font-size:46px}.booking-orbit{right:-120px;top:70px}}

/* TIIHA 0.9.9 — Real-data-shaped public schedule */
.schedule-day-panel{display:none}.schedule-day-panel.is-active{display:block}.schedule-day button{font:inherit}
.schedule-more-count{padding:14px 4px 0;color:#8b99aa;font-size:9px;letter-spacing:.08em;text-transform:uppercase;font-weight:800}
.schedule-week-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:0 0 20px}.schedule-week-tab{border:1px solid rgba(32,40,111,.10);background:#fff;border-radius:15px;padding:14px 10px;text-align:left;cursor:pointer;color:var(--tiiha-deep);transition:.2s ease}.schedule-week-tab strong{display:block;font-size:11px}.schedule-week-tab span{display:block;margin-top:5px;color:#7b8a9e;font-size:9px}.schedule-week-tab.active{background:linear-gradient(135deg,#1a86c7,#2d388f);color:#fff;border-color:transparent;box-shadow:0 12px 28px rgba(26,134,199,.20);transform:translateY(-2px)}.schedule-week-tab.active span{color:rgba(255,255,255,.75)}
.schedule-page-hero{padding:72px 0 90px;background:linear-gradient(180deg,#f7fbff 0%,#eef7fc 100%);min-height:70vh}.schedule-page-intro{display:grid;grid-template-columns:1fr .9fr;gap:60px;align-items:end;margin-bottom:34px}.schedule-page-intro h1{font-size:clamp(52px,7vw,86px);line-height:.86;letter-spacing:-.06em;margin:8px 0 0}.schedule-page-intro h1 span{color:var(--tiiha-blue)}.schedule-page-intro p{max-width:620px;margin:0;color:#536984;line-height:1.75;font-size:14px}.schedule-source-badge{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-size:9px;letter-spacing:.10em;font-weight:900;color:#6f8198}.schedule-source-badge i{width:7px;height:7px;border-radius:50%;background:#39b878;box-shadow:0 0 0 5px rgba(57,184,120,.10)}
.schedule-page-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr);gap:20px}.schedule-page-panel{padding:28px;border-radius:26px;background:rgba(255,255,255,.92);border:1px solid rgba(32,40,111,.09);box-shadow:0 24px 70px rgba(32,40,111,.08)}.schedule-full-day{display:none}.schedule-full-day.is-active{display:block}.schedule-full-day-head{display:flex;justify-content:space-between;align-items:end;gap:20px;padding-bottom:20px;border-bottom:1px solid rgba(32,40,111,.08)}.schedule-full-day-head h2{margin:5px 0 0;font-size:28px;letter-spacing:-.04em}.schedule-full-day-head .schedule-status{font-size:8px}.schedule-full-list{margin-top:4px}.schedule-full-row{display:grid;grid-template-columns:120px 1fr auto;gap:18px;align-items:center;padding:17px 4px;border-bottom:1px solid rgba(32,40,111,.07)}.schedule-full-time{font-size:11px;font-weight:900;color:#71819a}.schedule-full-main h3{margin:0;font-size:12px;color:var(--tiiha-deep);letter-spacing:.04em}.schedule-full-main p{margin:4px 0 0;font-size:10px;color:#8290a1}.schedule-type-pill{font-size:8px;font-weight:900;letter-spacing:.10em;padding:7px 9px;border-radius:999px;background:#eef6fb;color:var(--tiiha-blue)}.schedule-full-row.type-team .schedule-type-pill,.schedule-full-row.type-academy .schedule-type-pill{background:var(--tiiha-blue);color:#fff}.schedule-full-row.type-private .schedule-type-pill{background:#eef0fa;color:var(--tiiha-deep)}.schedule-full-row.type-figure .schedule-type-pill{background:#eaf8fc;color:#1685a9}.schedule-page-side{display:grid;gap:16px}.schedule-legend-card,.schedule-data-card{border-radius:26px;padding:30px;background:#0b2353;color:#fff;box-shadow:0 24px 60px rgba(32,40,111,.16)}.schedule-legend-card{background:linear-gradient(145deg,#071b45,#1b3d89 65%,#1a86c7)}.schedule-legend-card h2{font-size:40px;line-height:.92;letter-spacing:-.05em;margin:18px 0}.schedule-legend-card h2 span{color:var(--tiiha-ice)}.schedule-legend-card p,.schedule-data-card p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.72)}.schedule-legend{display:grid;gap:10px;margin:24px 0}.schedule-legend span{font-size:10px;font-weight:800;color:rgba(255,255,255,.82);display:flex;align-items:center;gap:9px}.schedule-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}.dot-training{background:#7ebee1}.dot-private{background:#9a9fe2}.dot-team{background:#fff}.dot-academy{background:#52c5a0}.dot-figure{background:#70d4ec}.schedule-data-card{background:#fff;color:var(--tiiha-deep);border:1px solid rgba(32,40,111,.09);box-shadow:0 20px 50px rgba(32,40,111,.07)}.schedule-data-card strong{display:block;font-size:28px;margin:8px 0}.schedule-data-card p{color:#6f8096}
@media(max-width:980px){.schedule-page-intro,.schedule-page-grid{grid-template-columns:1fr}.schedule-page-side{grid-template-columns:1fr 1fr}.schedule-week-tabs{overflow:auto;grid-template-columns:repeat(7,minmax(100px,1fr))}}
@media(max-width:640px){.schedule-page-hero{padding:58px 0 70px}.schedule-page-intro h1{font-size:54px}.schedule-week-tabs{grid-template-columns:repeat(7,88px);overflow-x:auto;padding-bottom:5px}.schedule-page-panel{padding:20px}.schedule-full-day-head{align-items:start;flex-direction:column}.schedule-full-row{grid-template-columns:80px 1fr;gap:10px}.schedule-type-pill{grid-column:2;justify-self:start}.schedule-page-side{grid-template-columns:1fr}.schedule-legend-card h2{font-size:36px}}

/* TIIHA 0.9.10 — Ice Resurface public schedule blocks */
.schedule-full-row.type-resurface,
.timeline-row.type-resurface{background:linear-gradient(90deg,rgba(78,184,233,.08),rgba(78,184,233,.025));}
.schedule-full-row.type-resurface{border-left:3px solid var(--tiiha-ice);padding-left:13px;}
.schedule-full-row.type-resurface .schedule-full-time{color:var(--tiiha-blue);}
.schedule-full-row.type-resurface .schedule-full-main h3,
.timeline-row.type-resurface b{color:var(--tiiha-blue);}
.schedule-full-row.type-resurface .schedule-full-main p{color:#6b829a;}
.schedule-full-row.type-resurface .schedule-type-pill,
.timeline-row.type-resurface em{background:#e8f8fd;color:#1685a9;}
.dot-resurface{background:var(--tiiha-ice);box-shadow:0 0 0 4px rgba(78,184,233,.10)}

/* TIIHA 0.9.12 — Competition types */
.schedule-full-row.type-tournament .schedule-type-pill{background:#fff0d8;color:#9a5b00}.schedule-full-row.type-league .schedule-type-pill{background:#e9efff;color:#2d388f}.schedule-full-row.type-event .schedule-type-pill{background:#f0edf8;color:#6b4ca0}.dot-tournament{background:#f0b35a}.dot-league{background:#7189e8}.dot-event{background:#9b7acb}


/* TIIHA Custom Theme 0.9.13 — About TIIHA visual refresh */
.about-v2{padding-top:38px;padding-bottom:104px;background:#fff}
.about-v2-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:58px;align-items:center}
.about-photo-guide{min-height:500px;border-radius:28px;background:#071a43;box-shadow:0 30px 80px rgba(32,40,111,.18);isolation:isolate}
.about-photo-guide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;transform:scale(1.015)}
.about-photo-guide-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(4,20,58,.34) 0%,rgba(4,20,58,.06) 38%,rgba(4,20,58,.72) 100%),linear-gradient(90deg,rgba(4,20,58,.22),transparent 48%,rgba(4,20,58,.10));pointer-events:none}
.about-photo-guide-top{position:absolute;left:24px;right:24px;top:22px;z-index:3;display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:9px;letter-spacing:.17em;font-weight:900;color:rgba(255,255,255,.82)}
.about-photo-guide-top span:last-child{color:var(--tiiha-ice)}
.about-photo-guide-bottom{position:absolute;left:26px;right:26px;bottom:25px;z-index:3;display:flex;justify-content:space-between;gap:20px;align-items:flex-end}
.about-photo-guide .about-visual-label{position:relative;left:auto;bottom:auto}
.about-photo-guide .about-visual-label strong{font-size:38px;text-shadow:0 4px 18px rgba(0,0,0,.28)}
.about-photo-guide .about-visual-label span{color:rgba(255,255,255,.76)}
.about-photo-guide .about-visual-metrics{position:relative;right:auto;bottom:auto;display:flex;gap:8px}
.about-photo-guide .about-visual-metrics span{min-width:74px;padding:9px 10px;background:rgba(4,20,58,.38);border-color:rgba(255,255,255,.20);backdrop-filter:blur(8px)}
.about-photo-guide .about-visual-metrics strong{font-size:17px}
.about-photo-guide .about-visual-metrics small{font-size:7px}
.about-photo-guide-note{position:absolute;left:24px;bottom:12px;z-index:4;font-size:7px;letter-spacing:.14em;color:rgba(255,255,255,.48);font-weight:900;transform:translateY(100%)}
.about-copy{max-width:620px}
.about-copy .section-kicker{margin-bottom:10px}
.about-copy .section-title{font-size:clamp(42px,4.1vw,60px);line-height:.98;letter-spacing:-.045em;margin-bottom:20px}
.about-copy .lead{font-size:18px;line-height:1.55;margin-bottom:14px}
.about-copy p:not(.lead){font-size:14px;line-height:1.7;margin-bottom:0}
.about-list{gap:10px;margin-top:24px}
.about-list li{padding:12px 14px;border-radius:11px;font-size:10px;letter-spacing:.02em}
.about-copy .btn{margin-top:20px!important}

@media (max-width:980px){
  .about-v2{padding-bottom:82px}
  .about-v2-grid{grid-template-columns:1fr;gap:42px}
  .about-copy{max-width:none}
}
@media (max-width:640px){
  .about-v2{padding-top:24px;padding-bottom:64px}
  .about-photo-guide{min-height:340px;border-radius:22px}
  .about-photo-guide-top{left:17px;right:17px;top:17px;font-size:7px}
  .about-photo-guide-bottom{left:18px;right:18px;bottom:21px;gap:10px;align-items:flex-end}
  .about-photo-guide .about-visual-label strong{font-size:28px}
  .about-photo-guide .about-visual-label span{font-size:7px;letter-spacing:.12em}
  .about-photo-guide .about-visual-metrics{gap:5px}
  .about-photo-guide .about-visual-metrics span{min-width:62px;padding:7px 8px}
  .about-photo-guide .about-visual-metrics strong{font-size:14px}
  .about-photo-guide .about-visual-metrics small{font-size:6px}
  .about-photo-guide-note{left:18px;bottom:7px;font-size:6px}
  .about-copy .section-title{font-size:40px}
  .about-copy .lead{font-size:17px}
  .about-copy p:not(.lead){font-size:13px}
}

/* =========================================================
   TIIHA ABOUT PAGE — 0.9.14
   ========================================================= */
.tiiha-about-page{background:#f6fbff;color:var(--tiiha-deep);overflow:hidden}
.about-hero{padding:72px 0 82px;background:radial-gradient(circle at 88% 18%,rgba(78,184,233,.18),transparent 26%),linear-gradient(180deg,#fafdff 0%,#edf7fd 100%)}
.about-hero-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:58px;align-items:center}
.about-hero-copy{padding:10px 0}
.about-hero-copy h1{font-size:clamp(54px,6.8vw,92px);line-height:.86;letter-spacing:-.065em;margin:10px 0 25px;color:var(--tiiha-deep)}
.about-hero-copy h1 span{color:var(--tiiha-blue)}
.about-hero-lead{max-width:570px;color:#526984;font-size:17px;line-height:1.7;margin:0}
.about-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.about-hero-actions .btn-light{background:#fff;color:var(--tiiha-deep);border:1px solid var(--tiiha-border)}
.about-hero-art{position:relative;min-height:540px;border-radius:30px;overflow:hidden;background:#071b45;box-shadow:0 35px 90px rgba(32,40,111,.18)}
.about-hero-art img{width:100%;height:540px;object-fit:cover;display:block}
.about-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,17,49,.82),rgba(3,17,49,.25) 55%,rgba(3,17,49,.08)),linear-gradient(0deg,rgba(3,17,49,.78),transparent 48%)}
.about-hero-label{position:absolute;left:28px;right:28px;top:24px;display:flex;justify-content:space-between;gap:20px;color:rgba(255,255,255,.75);font-size:9px;letter-spacing:.16em;font-weight:900}
.about-hero-label b{color:var(--tiiha-ice)}
.about-hero-caption{position:absolute;left:34px;bottom:34px;color:#fff}.about-hero-caption strong{display:block;font-size:clamp(38px,4.3vw,62px);line-height:.9;letter-spacing:-.055em}.about-hero-caption strong span{color:var(--tiiha-ice)}
.about-hero-caption small{display:block;margin-top:14px;font-size:9px;letter-spacing:.16em;color:rgba(255,255,255,.7);font-weight:900}
.about-hero-stat{position:absolute;right:24px;bottom:24px;padding:15px 18px;border-radius:15px;background:rgba(4,18,48,.52);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);color:#fff;text-align:right}.about-hero-stat strong{display:block;font-size:27px;color:var(--tiiha-ice);line-height:1}.about-hero-stat span{display:block;margin-top:5px;font-size:8px;letter-spacing:.14em;font-weight:900;color:rgba(255,255,255,.7)}
.about-story{background:#fff}
.about-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}
.about-story-heading{position:sticky;top:110px}.about-story-heading .section-title{font-size:clamp(42px,5vw,68px);line-height:.92;letter-spacing:-.055em;margin-top:9px}.about-story-heading .section-title span{color:var(--tiiha-blue)}
.about-story-copy{max-width:720px}.about-story-copy p{font-size:15px;line-height:1.8;color:#61728a;margin:0 0 18px}.about-story-copy .lead{font-size:23px;line-height:1.5;color:var(--tiiha-deep);font-weight:700;letter-spacing:-.02em}
.about-values{background:#f6fbff}.about-section-head{align-items:end}.about-section-head>p{max-width:520px;color:#60728a;line-height:1.7;font-size:14px}
.about-values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px}
.about-value-card{position:relative;min-height:300px;padding:27px;border:1px solid rgba(32,40,111,.1);border-radius:22px;background:#fff;box-shadow:0 18px 45px rgba(32,40,111,.06);overflow:hidden}.about-value-card>span{position:absolute;right:22px;top:20px;font-size:10px;letter-spacing:.16em;font-weight:900;color:#a0aec1}.about-value-icon{width:52px;height:52px;border-radius:14px;background:#e9f5fc;color:var(--tiiha-blue);display:grid;place-items:center;font-size:10px;font-weight:900;letter-spacing:.1em;margin-bottom:35px}.about-value-card h3{font-size:22px;margin:0 0 11px;color:var(--tiiha-deep)}.about-value-card p{font-size:13px;line-height:1.65;color:#687991;margin:0}.about-value-card a{position:absolute;left:27px;bottom:25px;color:var(--tiiha-blue);font-size:11px;font-weight:900}.about-value-featured{background:linear-gradient(145deg,#071b45,#164f91);color:#fff;box-shadow:0 22px 55px rgba(7,27,69,.18)}.about-value-featured .about-value-icon{background:rgba(255,255,255,.13);color:var(--tiiha-ice)}.about-value-featured h3{color:#fff}.about-value-featured p{color:rgba(255,255,255,.72)}.about-value-featured a{color:var(--tiiha-ice)}.about-value-featured>span{color:rgba(255,255,255,.45)}
.about-mission{background:#fff}.about-mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-mission-panel{min-height:330px;border-radius:26px;padding:38px;background:linear-gradient(145deg,#071b45,#123d80);color:#fff;position:relative;overflow:hidden}.about-mission-panel:after{content:"";position:absolute;width:330px;height:330px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-120px;bottom:-140px;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018)}.about-mission-panel .section-kicker{color:var(--tiiha-ice)}.about-mission-panel h2{font-size:clamp(38px,4vw,56px);line-height:.93;letter-spacing:-.055em;margin:15px 0 18px;position:relative;z-index:1}.about-mission-panel h2 span{color:var(--tiiha-ice)}.about-mission-panel p{max-width:500px;color:rgba(255,255,255,.72);line-height:1.7;font-size:14px;position:relative;z-index:1}.about-mission-light{background:#edf7fd;color:var(--tiiha-deep)}.about-mission-light .section-kicker{color:var(--tiiha-blue)}.about-mission-light h2{color:var(--tiiha-deep)}.about-mission-light h2 span{color:var(--tiiha-blue)}.about-mission-light p{color:#5f7188}.about-mission-light:after{border-color:rgba(32,40,111,.08);box-shadow:0 0 0 55px rgba(32,40,111,.02),0 0 0 110px rgba(32,40,111,.015)}
.about-community{background:#f6fbff}.about-community-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.about-community .section-title{font-size:clamp(42px,5vw,68px);line-height:.92;letter-spacing:-.055em;margin-top:9px}.about-community .section-title span{color:var(--tiiha-blue)}.about-community-copy{max-width:700px}.about-community-copy p{font-size:15px;line-height:1.8;color:#61728a;margin:0 0 18px}.about-community-copy .lead{font-size:23px;line-height:1.5;color:var(--tiiha-deep);font-weight:700}.about-community-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:25px}.about-community-tags span{padding:9px 12px;border:1px solid #d8e7f1;border-radius:999px;background:#fff;color:#47617d;font-size:9px;font-weight:900;letter-spacing:.12em}
.about-cta{padding:78px 0;background:linear-gradient(135deg,#071b45,#123d80 62%,#1a86c7);color:#fff}.about-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:end}.about-cta h2{font-size:clamp(42px,5vw,68px);line-height:.9;letter-spacing:-.055em;margin:9px 0}.about-cta h2 span{color:var(--tiiha-ice)}.about-cta p{max-width:500px;color:rgba(255,255,255,.72);line-height:1.7;font-size:14px}.about-cta-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.about-cta-actions .btn-light{background:#fff;color:var(--tiiha-deep)}
@media(max-width:980px){.about-hero-grid,.about-story-grid,.about-community-grid{grid-template-columns:1fr;gap:38px}.about-story-heading{position:static}.about-values-grid{grid-template-columns:repeat(2,1fr)}.about-mission-grid,.about-cta-grid{grid-template-columns:1fr}.about-hero-art{min-height:470px}.about-hero-art img{height:470px}}
@media(max-width:640px){.about-hero{padding:54px 0 65px}.about-hero-copy h1{font-size:52px}.about-hero-lead{font-size:15px}.about-hero-art{min-height:510px;border-radius:22px}.about-hero-art img{height:510px}.about-hero-label{left:18px;right:18px;top:18px;font-size:7px}.about-hero-caption{left:20px;bottom:25px}.about-hero-caption strong{font-size:42px}.about-hero-stat{right:18px;bottom:18px;padding:11px 12px}.about-hero-stat strong{font-size:21px}.about-story-grid,.about-community-grid{gap:25px}.about-story-heading .section-title,.about-community .section-title{font-size:44px}.about-story-copy .lead,.about-community-copy .lead{font-size:20px}.about-values-grid{grid-template-columns:1fr}.about-value-card{min-height:275px}.about-mission-panel{min-height:300px;padding:29px}.about-mission-panel h2{font-size:40px}.about-cta{padding:62px 0}.about-cta-grid{gap:25px}.about-cta h2{font-size:45px}}

/* TIIHA Homepage 0.9.16 — Ice Sports / Figure Skating real-photo guide */
.sport-feature-skating .sport-skate-gallery{position:absolute;inset:0;display:grid;grid-template-columns:1.38fr .62fr;gap:8px;padding:8px;background:#0b1d50;overflow:hidden}
.sport-feature-skating .sport-skate-gallery:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,20,58,.18) 0%,rgba(4,20,58,.08) 38%,rgba(4,20,58,.82) 100%);z-index:1;pointer-events:none}
.sport-feature-skating .sport-skate-gallery img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.sport-feature-skating .sport-skate-main{grid-row:1;min-width:0;border-radius:18px;object-position:center 48% !important}
.sport-feature-skating .sport-skate-thumbs{display:grid;grid-template-rows:1fr 1fr;gap:8px;min-width:0}
.sport-feature-skating .sport-skate-thumbs img{min-height:0;border-radius:14px}
.sport-feature-skating .sport-feature-inner{z-index:3}
.sport-feature-skating .sport-number{color:rgba(255,255,255,.88)}
.sport-feature-skating .sport-ghost{z-index:2}
@media(max-width:980px){
  .sport-feature-skating .sport-skate-gallery{grid-template-columns:1.25fr .75fr}
}
@media(max-width:640px){
  .sport-feature-skating .sport-skate-gallery{padding:6px;gap:6px;grid-template-columns:1.35fr .65fr}
  .sport-feature-skating .sport-skate-main{border-radius:15px;object-position:center 48% !important}
  .sport-feature-skating .sport-skate-thumbs{gap:6px}
  .sport-feature-skating .sport-skate-thumbs img{border-radius:11px}
}


/* TIIHA Homepage 0.9.17 — Ice Sports: single real Figure Skating guide image */
.sports-v2 .sport-feature-skating{position:relative;overflow:hidden}
.sports-v2 .sport-feature-skating .sport-skate-gallery{position:absolute;inset:0;overflow:hidden;z-index:0}
.sports-v2 .sport-feature-skating .sport-skate-main{width:100%;height:100%;display:block;object-fit:cover;object-position:center 48%;filter:saturate(.96) contrast(1.02)}
.sports-v2 .sport-feature-skating .sport-skate-gallery:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,20,58,.90) 0%,rgba(4,20,58,.34) 48%,rgba(4,20,58,.10) 100%)}
.sports-v2 .sport-feature-skating .sport-feature-inner{z-index:2}
.sports-v2 .sport-feature-skating .sport-skate-thumbs{display:none}
@media (max-width:640px){
  .sports-v2 .sport-feature-skating .sport-skate-main{object-position:center 46%}
}

/* =========================================================
   TIIHA Custom Theme 0.9.19 — Ice Hockey page
   ========================================================= */
.tiiha-hockey-page{background:#fff;color:var(--tiiha-deep)}
.hockey-page-hero{position:relative;min-height:610px;overflow:hidden;background:#061b48;color:#fff;display:flex;align-items:stretch}
.hockey-page-hero-media{position:absolute;inset:0;background-size:cover;background-position:center 42%;transform:scale(1.01)}
.hockey-page-hero-inner{position:relative;z-index:2;min-height:610px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding-top:70px;padding-bottom:70px}
.hockey-page-hero-copy{max-width:650px}
.hockey-page-hero-copy .section-kicker{color:#79d2ff;margin-bottom:18px}
.hockey-page-hero-copy h1{font-size:clamp(54px,7vw,98px);line-height:.9;letter-spacing:-.065em;margin:0 0 25px;color:#fff;max-width:720px}
.hockey-page-hero-copy p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.82);max-width:650px;margin:0}
.hockey-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hockey-page-hero-badge{width:205px;height:205px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(5,25,65,.44);backdrop-filter:blur(7px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 25px 70px rgba(0,0,0,.2);flex:0 0 auto}
.hockey-page-hero-badge strong{font-size:52px;line-height:1;color:#59c9f5}.hockey-page-hero-badge span{font-size:11px;font-weight:900;letter-spacing:.13em;margin-top:7px}.hockey-page-hero-badge small{font-size:7px;letter-spacing:.1em;color:rgba(255,255,255,.62);margin-top:9px;max-width:130px}
.hockey-intro{background:#fff}.hockey-intro-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:70px;align-items:start}.hockey-intro-copy{max-width:700px}.hockey-intro-copy .lead{font-size:19px;line-height:1.75;color:#233a67;margin:0 0 20px}.hockey-intro-copy p:last-child{color:#6e809b;line-height:1.8}
.hockey-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:50px}.hockey-path-grid article{border:1px solid rgba(32,40,111,.1);border-radius:20px;padding:24px;background:linear-gradient(180deg,#fff,#f5faff);min-height:175px}.hockey-path-grid span{font-size:9px;font-weight:900;letter-spacing:.15em;color:#1a86c7}.hockey-path-grid h3{font-size:23px;letter-spacing:-.03em;margin:20px 0 8px}.hockey-path-grid p{font-size:11px;line-height:1.65;color:#74849b;margin:0}
.hockey-programs{background:#f2f8fc}.hockey-program-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.hockey-program-card{position:relative;min-height:300px;border-radius:24px;background:#fff;border:1px solid rgba(32,40,111,.09);padding:28px;box-shadow:0 18px 50px rgba(32,40,111,.06);display:flex;flex-direction:column}.hockey-program-card.featured{background:linear-gradient(145deg,#081d4a,#214b98);color:#fff;box-shadow:0 24px 65px rgba(16,45,105,.22)}.hockey-program-card>span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#1a86c7}.hockey-program-card.featured>span{color:#7bd6ff}.hockey-program-card h3{font-size:23px;line-height:1.05;letter-spacing:-.035em;margin:45px 0 13px}.hockey-program-card p{font-size:12px;line-height:1.75;color:#6d7e96;margin:0}.hockey-program-card.featured p{color:rgba(255,255,255,.73)}.hockey-program-card a{margin-top:auto;padding-top:25px;font-size:10px;font-weight:900;color:#1a86c7;text-decoration:none}.hockey-program-card.featured a{color:#fff}
.hockey-classes{background:#fff}.hockey-price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hockey-price-card{border-radius:24px;padding:30px;background:#f7fbfe;border:1px solid rgba(32,40,111,.1);box-shadow:0 18px 50px rgba(32,40,111,.05)}.hockey-price-card.price-accent{background:linear-gradient(145deg,#eaf7ff,#f8fcff);border-color:rgba(26,134,199,.2)}.hockey-price-top{display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:900;letter-spacing:.12em;color:#1a86c7}.hockey-price-top b{font-size:25px;color:#c8d7e8}.hockey-price-card h3{font-size:30px;letter-spacing:-.045em;margin:26px 0 10px}.hockey-price-card>p{font-size:12px;line-height:1.7;color:#74849a;min-height:62px}.price-line{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid rgba(32,40,111,.1);padding:14px 0 0;margin-top:12px}.price-line strong{font-size:10px;letter-spacing:.08em}.price-line span{font-size:10px;color:#6f8199;text-align:right}.hockey-price-note{margin-top:20px;padding:14px 18px;border-radius:12px;background:#eef7fb;color:#6d819a;font-size:10px;line-height:1.6}
.hockey-audience{background:#f2f8fc}.hockey-audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.hockey-audience-grid article{padding:28px;border-radius:22px;background:#fff;border:1px solid rgba(32,40,111,.08)}.hockey-audience-grid span{font-size:9px;font-weight:900;letter-spacing:.12em;color:#1a86c7}.hockey-audience-grid h3{font-size:25px;margin:38px 0 9px}.hockey-audience-grid p{font-size:11px;line-height:1.75;color:#74849a;margin:0}
.hockey-coaching{background:#fff}.hockey-coaching-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:70px;align-items:center}.hockey-coaching-visual{position:relative;aspect-ratio:16/10;border-radius:28px;overflow:hidden;background:#071c48;box-shadow:0 25px 70px rgba(32,40,111,.13)}.hockey-coaching-visual img{width:100%;height:100%;object-fit:cover;display:block}.hockey-coaching-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,18,52,.75),transparent 65%)}.hockey-coaching-visual span{position:absolute;left:24px;bottom:20px;z-index:2;color:#fff;font-size:8px;font-weight:900;letter-spacing:.12em}.hockey-coaching-grid .lead{font-size:18px;line-height:1.75;color:#233a67}.hockey-coaching-grid p{color:#71839b;line-height:1.8;font-size:12px}
.hockey-journey{background:#f2f8fc}.hockey-journey>.container>h2{max-width:450px}.journey-line{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px;margin-top:50px}.journey-line>div{min-height:115px;padding:20px;border-radius:18px;background:#fff;border:1px solid rgba(32,40,111,.08);display:flex;flex-direction:column;justify-content:center}.journey-line b{font-size:11px;letter-spacing:.08em}.journey-line span{font-size:9px;color:#78889e;margin-top:8px}.journey-line i{width:28px;height:2px;background:#82cbea;display:block}
.hockey-final-cta{background:linear-gradient(125deg,#071a45,#1d4d99 60%,#1688c9);color:#fff}.hockey-final-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.hockey-final-inner .eyebrow{font-size:9px;font-weight:900;letter-spacing:.15em;color:#7bd5ff}.hockey-final-inner h2{font-size:clamp(38px,5vw,68px);line-height:.94;letter-spacing:-.055em;margin:15px 0}.hockey-final-inner h2 span{color:#7bd5ff}.hockey-final-inner p{font-size:13px;color:rgba(255,255,255,.72);max-width:570px;line-height:1.7}.hockey-final-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.hockey-final-actions .text-link{color:#fff}
@media(max-width:1000px){
  .home-program-grid{grid-template-columns:repeat(2,1fr)}.hockey-program-grid,.hockey-audience-grid{grid-template-columns:repeat(2,1fr)}.hockey-path-grid{grid-template-columns:repeat(2,1fr)}.hockey-intro-grid,.hockey-coaching-grid{grid-template-columns:1fr;gap:30px}.journey-line{grid-template-columns:1fr;gap:8px}.journey-line i{width:2px;height:22px;margin-left:25px}.hockey-final-inner{flex-direction:column;align-items:flex-start}}
@media(max-width:700px){
  .home-program-grid{grid-template-columns:1fr}.hockey-page-hero,.hockey-page-hero-inner{min-height:590px}.hockey-page-hero-inner{padding-top:50px;padding-bottom:50px}.hockey-page-hero-badge{display:none}.hockey-page-hero-copy h1{font-size:56px}.hockey-page-hero-copy p{font-size:14px}.hockey-program-grid,.hockey-price-grid,.hockey-audience-grid,.hockey-path-grid{grid-template-columns:1fr}.hockey-program-card{min-height:250px}.hockey-price-card>p{min-height:0}.hockey-coaching-grid{gap:35px}.hockey-final-inner h2{font-size:44px}}

/* =========================================================
   TIIHA Custom Theme 0.9.21 — Hockey card imagery polish
   Guide imagery is intentionally swappable later via theme assets.
   ========================================================= */
.hockey-path-grid article,.hockey-program-card,.hockey-price-card,.hockey-audience-grid article{overflow:hidden;position:relative}
.hockey-path-grid article{padding:0;min-height:190px;background:#fff}
.hockey-path-grid .hockey-card-media{height:92px;background-image:linear-gradient(90deg,rgba(4,24,67,.06),rgba(4,24,67,.18)),var(--card-image);background-size:cover;background-position:center;opacity:.92}
.hockey-path-grid .hockey-card-content{padding:18px 24px 22px}
.hockey-path-grid h3{font-size:27px;margin:10px 0 6px}
.hockey-path-grid p{font-size:12px}
.hockey-path-grid article:hover .hockey-card-media{transform:scale(1.035)}
.hockey-path-grid .hockey-card-media{transition:transform .45s ease}

.hockey-program-card.image-card{padding:0;background:#071d4b;color:#fff;isolation:isolate;box-shadow:0 20px 55px rgba(16,45,105,.13)}
.hockey-program-card .hockey-card-bg{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(3,18,51,.18) 5%,rgba(3,18,51,.48) 48%,rgba(3,18,51,.96) 100%),var(--card-image);background-size:cover;background-position:center;z-index:-1;transition:transform .55s ease}
.hockey-program-card .hockey-card-content{min-height:300px;padding:28px;display:flex;flex-direction:column}
.hockey-program-card.image-card:hover .hockey-card-bg{transform:scale(1.04)}
.hockey-program-card.image-card>span{display:none}
.hockey-program-card .hockey-card-content>span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#7bd6ff}
.hockey-program-card .hockey-card-content h3{font-size:28px;line-height:1.02;margin:105px 0 12px;max-width:280px}
.hockey-program-card .hockey-card-content p{font-size:13px;color:rgba(255,255,255,.84);max-width:300px}
.hockey-program-card .hockey-card-content a{font-size:11px;color:#fff;margin-top:auto}
.hockey-program-card.featured{background:#071d4b}

.hockey-price-card{padding:0;background:#f7fbfe}
.hockey-price-card .price-image{height:105px;background-image:linear-gradient(90deg,rgba(5,29,70,.62),rgba(5,29,70,.08)),var(--card-image);background-size:cover;background-position:center 48%}
.hockey-price-card .hockey-price-body{padding:22px 30px 28px}
.hockey-price-card h3{font-size:33px}
.hockey-price-card>p{font-size:13px}
.hockey-price-top{font-size:10px}
.hockey-price-top b{font-size:28px}
.price-line strong{font-size:11px}
.price-line span{font-size:11px}

.hockey-audience-grid article{padding:0;min-height:230px;background:#fff;display:grid;grid-template-columns:1fr 42%;align-items:stretch}
.hockey-audience-grid .audience-image{grid-column:2;grid-row:1;background-image:linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.08) 70%),var(--card-image);background-size:cover;background-position:center;min-height:230px}
.hockey-audience-grid .audience-content{grid-column:1;grid-row:1;padding:28px 0 28px 28px;z-index:1}
.hockey-audience-grid .audience-content span{font-size:10px}
.hockey-audience-grid .audience-content h3{font-size:30px;margin:35px 0 10px}
.hockey-audience-grid .audience-content p{font-size:12px}

.journey-line>div.image-card{padding:0;min-height:150px;overflow:hidden;justify-content:flex-start}
.journey-line .journey-image{height:62px;width:100%;background-image:linear-gradient(90deg,rgba(4,24,67,.2),rgba(4,24,67,.05)),var(--card-image);background-size:cover;background-position:center}
.journey-line>div.image-card b,.journey-line>div.image-card span{margin-left:20px;margin-right:20px}
.journey-line>div.image-card b{margin-top:15px;font-size:12px}
.journey-line>div.image-card span{font-size:10px}

@media(max-width:1000px){
  .home-program-grid{grid-template-columns:repeat(2,1fr)}
  .hockey-audience-grid article{grid-template-columns:1fr 38%}
}
@media(max-width:700px){
  .home-program-grid{grid-template-columns:1fr}
  .hockey-path-grid article{min-height:205px}
  .hockey-path-grid .hockey-card-media{height:105px}
  .hockey-program-card .hockey-card-content{min-height:310px}
  .hockey-price-card .price-image{height:120px}
  .hockey-audience-grid article{grid-template-columns:1fr;min-height:0}
  .hockey-audience-grid .audience-image{grid-column:1;grid-row:1;height:150px;min-height:150px;background-image:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.35)),var(--card-image)}
  .hockey-audience-grid .audience-content{grid-column:1;grid-row:2;padding:22px 24px 26px}
  .hockey-audience-grid .audience-content h3{margin:18px 0 8px}
  .journey-line>div.image-card{min-height:150px}
}


/* =========================================================
   TIIHA Custom Theme 0.9.24 — Figure Skating page
   Hero + Introduction. Built from the Ice Hockey page system.
   ========================================================= */
.figure-page-hero{position:relative;min-height:610px;overflow:hidden;background:#061b48;color:#fff;display:flex;align-items:stretch}
.figure-page-hero-media{position:absolute;inset:0;background-size:cover;background-position:center 42%;transform:scale(1.01)}
.figure-page-hero-inner{position:relative;z-index:2;min-height:610px;display:flex;align-items:center;justify-content:space-between;gap:50px;padding-top:70px;padding-bottom:70px}
.figure-page-hero-copy{max-width:680px}
.figure-page-hero-copy .section-kicker{color:#79d2ff;margin-bottom:18px}
.figure-page-hero-copy h1{font-size:clamp(54px,7vw,98px);line-height:.9;letter-spacing:-.065em;margin:0 0 25px;color:#fff;max-width:760px}
.figure-page-hero-copy p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.82);max-width:650px;margin:0}
.figure-page-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.figure-page-hero-badge{width:205px;height:205px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(5,25,65,.44);backdrop-filter:blur(7px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 25px 70px rgba(0,0,0,.2);flex:0 0 auto}
.figure-page-hero-badge strong{font-size:52px;line-height:1;color:#59c9f5}
.figure-page-hero-badge span{font-size:11px;font-weight:900;letter-spacing:.13em;margin-top:7px}
.figure-page-hero-badge small{font-size:7px;letter-spacing:.1em;color:rgba(255,255,255,.62);margin-top:9px;max-width:130px}

.figure-intro{background:#fff}
.figure-intro-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:70px;align-items:start}
.figure-intro-copy{max-width:700px}
.figure-intro-copy .lead{font-size:19px;line-height:1.75;color:#233a67;margin:0 0 20px}
.figure-intro-copy p:last-child{color:#6e809b;line-height:1.8}

@media(max-width:900px){
  .figure-page-hero-inner{gap:30px}
  .figure-page-hero-badge{width:170px;height:170px}
}
@media(max-width:700px){
  .home-program-grid{grid-template-columns:1fr}
  .figure-page-hero{min-height:0}
  .figure-page-hero-inner{min-height:560px;padding-top:50px;padding-bottom:50px;align-items:flex-end}
  .figure-page-hero-badge{display:none}
  .figure-page-hero-copy h1{font-size:56px}
  .figure-page-hero-copy p{font-size:14px}
  .figure-intro-grid{grid-template-columns:1fr;gap:30px}
}


/* Figure Skating classes / pricing */
.figure-classes{background:#f6f9fc;border-top:1px solid rgba(10,35,83,.06)}
.figure-classes-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:50px;align-items:end;margin-bottom:42px}
.figure-classes-head .section-title{margin-bottom:0}
.figure-classes-head .section-title span{color:var(--tiiha-blue)}
.figure-classes-head>p{margin:0;color:#70819a;line-height:1.8;max-width:460px}
.figure-class-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.figure-class-card{position:relative;padding:32px;border-radius:28px;background:#fff;border:1px solid rgba(20,43,88,.09);box-shadow:0 24px 65px rgba(20,43,88,.08);overflow:hidden}
.figure-class-card:before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:linear-gradient(90deg,#168dce,#65d4f4)}
.figure-class-group:before{background:linear-gradient(90deg,#24a99a,#74dbc8)}
.figure-class-package-5:before{background:linear-gradient(90deg,#d79b2b,#f2d277)}
.figure-class-package-10:before{background:linear-gradient(90deg,#a94d61,#e3a1b2)}
.figure-class-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px}
.figure-class-number{font-size:11px;font-weight:900;letter-spacing:.12em;color:#8293aa}
.figure-class-tag{font-size:9px;font-weight:900;letter-spacing:.13em;color:var(--tiiha-blue);padding:7px 10px;border-radius:999px;background:#eef8fd}
.figure-class-group .figure-class-tag{color:#218e80;background:#ecfaf7}
.figure-class-package-5 .figure-class-tag{color:#a36b11;background:#fff8e8}
.figure-class-package-10 .figure-class-tag{color:#974357;background:#fff0f3}
.figure-class-card h3{font-size:31px;letter-spacing:-.04em;margin:0;color:var(--tiiha-deep)}
.figure-class-thai{font-size:13px;font-weight:800;color:#75869c;margin:5px 0 17px}
.figure-class-desc{font-size:13px;line-height:1.75;color:#718198;min-height:47px;margin:0 0 24px}
.figure-price-list{border-top:1px solid rgba(20,43,88,.08);padding-top:5px}
.figure-price-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:16px 0 5px}
.figure-price-row strong{font-size:27px;line-height:1;color:var(--tiiha-blue);letter-spacing:-.03em}
.figure-price-row strong small{font-size:9px;letter-spacing:.1em}
.figure-price-row span{font-size:12px;font-weight:800;text-align:right;color:#314c75}
.figure-price-note{font-size:10px;color:#8b99aa;text-align:right;padding-bottom:4px}
.figure-price-main{font-size:19px;font-weight:900;color:#287f74;text-align:right;padding:0 0 7px}
.figure-card-foot{margin-top:20px;padding-top:15px;border-top:1px solid rgba(20,43,88,.07);font-size:10px;line-height:1.5;color:#8a97a8}
.figure-expiry{display:inline-block;margin:2px 0 20px;padding:7px 10px;border-radius:6px;font-size:9px;font-weight:900;letter-spacing:.12em;color:#765516;background:#fff6df}
.figure-class-package-10 .figure-expiry{color:#843d4e;background:#fff0f3}
.figure-package-prices{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.figure-package-prices>div{padding:18px 16px;border-radius:15px;background:#fff9ed;border:1px solid rgba(180,130,40,.15)}
.figure-class-package-10 .figure-package-prices>div{background:#fff2f5;border-color:rgba(160,70,90,.12)}
.figure-package-prices span{display:block;font-size:10px;font-weight:800;color:#7e8999;margin-bottom:6px}
.figure-package-prices strong{font-size:22px;color:#284a78;letter-spacing:-.03em}
.figure-package-includes{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:9px}
.figure-package-includes li{font-size:11px;font-weight:800;color:#586b84;padding-left:19px;position:relative}
.figure-package-includes li:before{content:"✓";position:absolute;left:0;color:var(--tiiha-blue);font-weight:900}
.figure-class-note{display:flex;gap:18px;align-items:center;margin-top:24px;padding:18px 22px;border-radius:18px;background:#0b2353;color:#fff}
.figure-class-note strong{font-size:11px;letter-spacing:.06em;white-space:nowrap}
.figure-class-note span{font-size:11px;line-height:1.6;color:rgba(255,255,255,.7)}
.figure-journey{padding:100px 0;background:#fff}
.figure-journey-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}
.figure-journey h2{font-size:clamp(44px,5vw,72px);line-height:.94;letter-spacing:-.06em;margin:15px 0 0;color:var(--tiiha-deep)}
.figure-journey h2 span,.figure-final-cta h2 span{color:var(--tiiha-blue)}
.figure-journey-points{display:grid;gap:0}
.figure-journey-points>div{display:grid;grid-template-columns:45px 1fr;column-gap:16px;padding:20px 0;border-bottom:1px solid rgba(20,43,88,.1)}
.figure-journey-points b{grid-row:span 2;font-size:10px;color:#8ba0b9;padding-top:4px}
.figure-journey-points strong{font-size:16px;color:var(--tiiha-deep)}
.figure-journey-points p{margin:5px 0 0;font-size:12px;line-height:1.7;color:#718198}
.figure-final-cta{padding:0 0 100px;background:#fff}
.figure-final-cta-inner{border-radius:30px;padding:55px 60px;background:linear-gradient(125deg,#071b45,#123d86 65%,#168dcc);display:flex;justify-content:space-between;align-items:center;gap:30px;box-shadow:0 28px 80px rgba(11,35,83,.2)}
.figure-final-cta .section-kicker{color:#79d2ff}
.figure-final-cta h2{color:#fff;font-size:clamp(42px,5vw,68px);line-height:.94;letter-spacing:-.06em;margin:12px 0 0}
.figure-final-cta .btn-primary{background:#fff;color:#0b2353}
@media (max-width:900px){
.figure-classes-head,.figure-journey-grid{grid-template-columns:1fr;gap:30px}
.figure-class-grid{grid-template-columns:1fr}
.figure-final-cta-inner{padding:40px 30px;align-items:flex-start;flex-direction:column}
}
@media (max-width:600px){
.figure-class-card{padding:25px 22px}
.figure-class-card h3{font-size:26px}
.figure-package-prices{grid-template-columns:1fr}
.figure-class-note{display:block}
.figure-class-note span{display:block;margin-top:8px}
.figure-journey{padding:70px 0}
.figure-final-cta{padding-bottom:70px}
}


/* TIIHA Homepage 0.9.27 — TIIHA EXPERIENCE feature photography */
.arena-feature-card{min-height:0;padding:0 0 26px;display:flex;flex-direction:column}
.arena-feature-media{position:relative;margin:0 0 22px;height:150px;overflow:hidden;background:#0b1d50}
.arena-feature-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}
.arena-feature-card:nth-child(2) .arena-feature-media img{object-position:center 42%}
.arena-feature-card:nth-child(3) .arena-feature-media img{object-position:center 45%}
.arena-feature-card>.arena-feature-number,.arena-feature-card>.arena-feature-icon,.arena-feature-card>h3,.arena-feature-card>p,.arena-feature-card>a{margin-left:27px;margin-right:27px}
.arena-feature-card>.arena-feature-number{top:18px;right:20px;margin-left:0;margin-right:0;z-index:2;background:rgba(255,255,255,.88);padding:5px 7px;border-radius:6px;color:#5e7b98}
.arena-feature-card>.arena-feature-icon{margin-bottom:16px}
.arena-feature-card>h3{margin-bottom:10px}
.arena-feature-card>p{margin-bottom:15px}
.arena-feature-card>a{margin-top:auto}
@media(max-width:640px){
  .arena-feature-media{height:170px;margin-bottom:20px}
  .arena-feature-card>.arena-feature-number{top:15px;right:16px}
  .arena-feature-card>.arena-feature-number,.arena-feature-card>.arena-feature-icon,.arena-feature-card>h3,.arena-feature-card>p,.arena-feature-card>a{margin-left:22px;margin-right:22px}
}

/* =========================================================
   TIIHA Inner Pages — Facilities / Programs / Contact
   Version 0.9.27
   ========================================================= */
.tiiha-inner-page{overflow:hidden;background:#f6fbff}
.inner-hero{position:relative;padding:72px 0 80px;background:linear-gradient(135deg,#eef7ff 0%,#fff 48%,#e5f6ff 100%)}
.inner-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 25%,rgba(41,171,226,.13),transparent 35%),radial-gradient(circle at 18% 90%,rgba(13,48,117,.07),transparent 34%);pointer-events:none}
.inner-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.86fr 1.14fr;gap:56px;align-items:center}
.inner-hero-copy{max-width:650px}.inner-hero-copy h1{margin:12px 0 24px;font-size:clamp(54px,6vw,92px);line-height:.91;letter-spacing:-.045em;color:#142a70}.inner-hero-copy h1 span{color:#1497d3}.inner-hero-copy>p{max-width:600px;font-size:18px;line-height:1.75;color:#4d6585;margin:0 0 28px}.inner-hero-actions,.inner-cta-actions{display:flex;gap:12px;flex-wrap:wrap}.inner-hero-media{position:relative;border-radius:28px;overflow:hidden;min-height:480px;box-shadow:0 28px 70px rgba(16,48,93,.18);border:1px solid rgba(30,120,190,.18)}.inner-hero-media img{width:100%;height:100%;min-height:480px;object-fit:cover;display:block}.inner-media-label{position:absolute;right:18px;top:18px;background:rgba(255,255,255,.94);border-radius:18px;padding:14px 18px;text-align:right;box-shadow:0 10px 30px rgba(0,0,0,.08)}.inner-media-label strong{display:block;color:#1598d7;font-size:27px;line-height:1}.inner-media-label span{font-size:9px;font-weight:800;letter-spacing:.12em;color:#142a70}.inner-hero-media-split:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,28,77,.16),transparent 55%);pointer-events:none}.program-hero-chip{position:absolute;left:24px;bottom:24px;z-index:2;color:#fff;font-size:14px;font-weight:900;letter-spacing:.08em;line-height:1.15;text-shadow:0 2px 12px #00183f}.program-hero-chip span{color:#61c8f1}
.section-note{max-width:510px;line-height:1.75;color:#55708e}.facilities-overview,.programs-overview,.contact-main{background:#fff}.facility-grid,.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.facility-card,.program-card{background:#fff;border:1px solid #d9e7f3;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(17,55,100,.07);transition:transform .25s ease,box-shadow .25s ease}.facility-card:hover,.program-card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(17,55,100,.12)}.facility-card-large,.program-card-featured{grid-column:span 2;display:grid;grid-template-columns:1.12fr .88fr}.facility-card-media,.program-card-media{min-height:250px;overflow:hidden;background:#dcecf8}.facility-card-large .facility-card-media,.program-card-featured .program-card-media{min-height:330px}.facility-card-media img,.program-card-media img{width:100%;height:100%;object-fit:cover;display:block}.facility-card-body,.program-card-body{padding:28px 30px 32px}.facility-card-body>span,.program-card-body>span{font-size:11px;font-weight:900;letter-spacing:.16em;color:#1598d7}.facility-card-body h3,.program-card-body h3{font-size:29px;line-height:1.05;color:#142a70;margin:10px 0 12px}.facility-card-body p,.program-card-body p{font-size:15px;line-height:1.7;color:#58708c;margin:0 0 20px}.facility-card-body a,.program-card-body a{font-weight:900;color:#1497d3;text-decoration:none}.facility-card-body a:hover,.program-card-body a:hover{color:#142a70}
.facility-band{padding:76px 0;background:linear-gradient(120deg,#10265f,#173c8b 62%,#159bd7);color:#fff}.facility-band-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end}.facility-band .section-kicker{color:#61cdf4}.facility-band h2{font-size:clamp(44px,5vw,72px);line-height:.95;margin:12px 0 0;letter-spacing:-.04em}.facility-band h2 span{color:#62cdf5}.facility-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.facility-facts div{border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:20px;background:rgba(255,255,255,.08)}.facility-facts strong{display:block;font-size:25px}.facility-facts span{display:block;font-size:9px;line-height:1.4;letter-spacing:.11em;font-weight:800;opacity:.8;margin-top:7px}
.program-path-section{padding:84px 0;background:#edf7ff}.program-path-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.program-path-grid>div{position:relative;padding:28px;border-radius:22px;background:#fff;border:1px solid #d8e8f5;min-height:190px;box-shadow:0 12px 35px rgba(16,55,100,.05)}.program-path-grid b{font-size:12px;color:#1598d7;letter-spacing:.12em}.program-path-grid h3{font-size:27px;color:#142a70;margin:28px 0 10px}.program-path-grid p{font-size:14px;line-height:1.65;color:#60748b;margin:0}
.inner-cta-section{background:#f6fbff}.inner-cta-card{border-radius:30px;padding:54px 58px;background:linear-gradient(120deg,#fff,#eaf7ff);border:1px solid #d8e8f5;display:grid;grid-template-columns:1fr .75fr;gap:50px;align-items:center;box-shadow:0 20px 60px rgba(20,70,120,.08)}.inner-cta-card h2{font-size:clamp(40px,4.4vw,66px);line-height:.95;color:#142a70;margin:10px 0 0}.inner-cta-card h2 span{color:#1598d7}.inner-cta-card p{color:#58708c;line-height:1.75;margin:0 0 20px}
.contact-hero{padding:72px 0 82px;background:linear-gradient(135deg,#071c4a,#12377d 58%,#0b86bd);color:#fff}.contact-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:center}.contact-hero .section-kicker{color:#61cdf4}.contact-hero-copy h1{font-size:clamp(58px,7vw,100px);line-height:.88;letter-spacing:-.05em;margin:14px 0 24px}.contact-hero-copy h1 span{color:#61cdf4}.contact-hero-copy>p{max-width:560px;font-size:18px;line-height:1.75;color:#d5e7fa;margin-bottom:28px}.contact-hero-media{position:relative;border-radius:28px;overflow:hidden;min-height:460px;box-shadow:0 28px 70px rgba(0,0,0,.22)}.contact-hero-media img{width:100%;height:100%;min-height:460px;object-fit:cover}.contact-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(2,18,51,.68));pointer-events:none}.contact-hero-badge{position:absolute;z-index:2;bottom:22px;left:24px;color:#fff}.contact-hero-badge strong{display:block;font-size:30px}.contact-hero-badge span{font-size:10px;letter-spacing:.16em;font-weight:800;color:#8edbfa}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.contact-card{position:relative;background:#fff;border:1px solid #d9e7f3;border-radius:24px;padding:30px;min-height:260px;box-shadow:0 14px 40px rgba(17,55,100,.06)}.contact-card-primary{background:linear-gradient(145deg,#e9f8ff,#fff)}.contact-index{position:absolute;right:22px;top:22px;color:#b3c5d7;font-size:12px;font-weight:900}.contact-icon{font-size:10px;letter-spacing:.15em;font-weight:900;color:#1598d7}.contact-card h3{color:#142a70;font-size:28px;margin:12px 0}.contact-card p{color:#5c728b;line-height:1.7;margin:0 0 18px}.contact-card a{color:#1497d3;font-weight:900;text-decoration:none}.contact-card small{display:block;color:#8192a5;margin-top:9px;font-size:12px}.contact-visit-section{padding:84px 0;background:#edf7ff}.contact-visit-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.contact-visit-media{border-radius:26px;overflow:hidden;box-shadow:0 22px 60px rgba(20,70,120,.14)}.contact-visit-media img{width:100%;display:block}.contact-visit-copy h2{font-size:clamp(48px,5vw,76px);line-height:.92;color:#142a70;margin:12px 0 20px}.contact-visit-copy h2 span{color:#1598d7}.contact-visit-copy>p{color:#5a708a;line-height:1.8;max-width:550px}.contact-visit-facts{display:flex;gap:12px;margin:26px 0}.contact-visit-facts span{border-left:3px solid #1598d7;padding-left:13px;color:#6a7e94;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.contact-visit-facts b{display:block;color:#142a70;font-size:25px;letter-spacing:0}.contact-final{background:#fff}.contact-final-card{border-radius:28px;background:#10265f;color:#fff;padding:48px 56px;display:grid;grid-template-columns:1fr .75fr;gap:40px;align-items:center}.contact-final-card .section-kicker{color:#61cdf4}.contact-final-card h2{font-size:clamp(42px,4.5vw,68px);line-height:.95;margin:10px 0 0}.contact-final-card h2 span{color:#61cdf4}.contact-final-card p{color:#d4e4f4;line-height:1.8;margin:0}
@media(max-width:900px){.inner-hero-grid,.contact-hero-grid,.contact-visit-grid,.inner-cta-card,.contact-final-card,.facility-band-grid{grid-template-columns:1fr}.inner-hero-copy{max-width:none}.inner-hero-media,.inner-hero-media img,.contact-hero-media,.contact-hero-media img{min-height:360px}.facility-grid,.program-grid{grid-template-columns:1fr}.facility-card-large,.program-card-featured{grid-column:span 1;display:block}.program-path-grid{grid-template-columns:repeat(2,1fr)}.facility-facts{margin-top:10px}.contact-grid{grid-template-columns:1fr}}
@media(max-width:620px){.inner-hero{padding:52px 0 60px}.inner-hero-copy h1{font-size:54px}.inner-hero-copy>p{font-size:16px}.facility-card-body,.program-card-body,.contact-card{padding:24px}.program-path-grid{grid-template-columns:1fr}.facility-facts{grid-template-columns:1fr}.inner-cta-card,.contact-final-card{padding:34px 26px}.contact-hero{padding:55px 0 62px}.contact-hero-copy h1{font-size:58px}.contact-visit-facts{flex-direction:column}.section-head{gap:18px}}


/* TIIHA 0.9.29 — Home uses the actual TIIHA Core public calendar */
.schedule-core-preview{overflow:hidden}.schedule-status-core{background:#eef9f4}.schedule-status-core i{background:#39b878!important;box-shadow:0 0 0 5px rgba(57,184,120,.10)}
.schedule-strip-v2 .schedule-day{position:relative}.schedule-strip-v2 .schedule-day small{display:block;margin-top:4px;font-size:7px;letter-spacing:.08em;font-weight:900;color:#39b878}.schedule-strip-v2 .schedule-day.active small{color:rgba(255,255,255,.82)}
.schedule-core-day-head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:3px 4px 14px;color:#73839a;font-size:10px}.schedule-core-day-head b{font-size:8px;letter-spacing:.10em;color:#1a86c7}.schedule-core-timeline .timeline-row{min-height:58px}.schedule-core-timeline .timeline-row.type-booking em{background:#eef0fa;color:#2d388f}.schedule-core-timeline .timeline-row.featured-resurface{border-left:3px solid #39a9d7;padding-left:12px}.schedule-core-timeline .timeline-row.featured-resurface em{background:#eaf8fc;color:#1685a9}.schedule-empty{padding:28px 8px;color:#7c8da1;font-size:11px}.schedule-core-unavailable,.schedule-core-missing{padding:50px 20px;text-align:center;color:#52657f}.schedule-core-unavailable strong,.schedule-core-missing strong{display:block;color:var(--tiiha-deep);font-size:22px}.schedule-core-unavailable p,.schedule-core-missing p{font-size:12px;line-height:1.7}.schedule-source-core{color:#1b9270}.schedule-source-core i{background:#39b878;box-shadow:0 0 0 5px rgba(57,184,120,.10)}.schedule-core-shell{margin-top:24px}.schedule-core-page .tiiha-public-calendar-wrap{margin:0!important}.schedule-core-page-cta{margin-top:20px;padding:28px 30px;border-radius:24px;background:linear-gradient(135deg,#071b45,#1b3d89 70%,#1a86c7);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}.schedule-core-page-cta .section-kicker{color:#6bd0ff}.schedule-core-page-cta strong{display:block;font-size:30px;line-height:1;margin-top:5px;letter-spacing:-.04em}.schedule-core-page-cta .btn{background:#fff;color:#17266e}
@media(max-width:700px){
  .home-program-grid{grid-template-columns:1fr}.schedule-core-day-head{align-items:flex-start;flex-direction:column;gap:6px}.schedule-core-page-cta{align-items:flex-start;flex-direction:column}.schedule-core-page-cta strong{font-size:25px}}


/* TIIHA 0.9.29 — Home schedule uses the same Calendar Engine as /schedule/ */
.schedule-home-core{padding-top:86px;padding-bottom:92px}.schedule-home-core-shell{margin-top:4px}.schedule-home-core-shell .tiiha-public-calendar-wrap{margin:0!important}.schedule-home-core-shell .tiiha-public-calendar-head{display:none}.schedule-home-core-shell .tiiha-calendar-week-strip{margin-top:0}.schedule-home-core-shell .tiiha-calendar-view-switch,.schedule-home-core-shell .tiiha-public-calendar-actions{display:none}.schedule-home-core-shell .tiiha-spatial-day-head{margin-top:28px}.schedule-home-core-shell .tiiha-public-calendar-note{display:none}.schedule-home-core-footer{margin-top:20px;padding:25px 30px;border-radius:24px;background:linear-gradient(135deg,#071b45,#1b3d89 70%,#1a86c7);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.schedule-home-core-footer .section-kicker{color:#6bd0ff;margin-bottom:5px}.schedule-home-core-footer strong{display:block;font-size:25px;letter-spacing:-.03em}.schedule-home-core-footer .btn{background:#fff;color:#17266e}.schedule-home-core-shell .tiiha-spatial-timeline{max-height:620px;overflow:hidden;position:relative}.schedule-home-core-shell .tiiha-spatial-timeline:after{content:"";position:absolute;left:0;right:0;bottom:0;height:90px;background:linear-gradient(to bottom,rgba(255,255,255,0),#fff);pointer-events:none}.schedule-home-core-shell .tiiha-spatial-block{margin-bottom:12px}.schedule-home-core-shell .tiiha-space-map{gap:10px}.schedule-home-core-shell .tiiha-space-cell{padding:13px}.schedule-home-core-shell .tiiha-spatial-main{padding:18px 20px}.schedule-home-core-shell .tiiha-spatial-time{padding:18px 16px}
@media(max-width:800px){.schedule-home-core{padding-top:65px;padding-bottom:70px}.schedule-home-core-footer{align-items:flex-start;flex-direction:column;padding:24px}.schedule-home-core-footer strong{font-size:21px}.schedule-home-core-shell .tiiha-calendar-week-strip{overflow-x:auto;grid-template-columns:repeat(7,minmax(92px,1fr))}.schedule-home-core-shell .tiiha-spatial-timeline{max-height:560px}}

/* TIIHA 0.9.31 — Compact Home Schedule Preview */
.schedule-home-preview{margin-top:4px}
.schedule-home-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;margin-bottom:18px}
.schedule-home-day{appearance:none;border:1px solid #d8e1eb;border-radius:12px;background:#fff;padding:12px 8px 11px;text-align:center;cursor:pointer;color:var(--tiiha-deep);box-shadow:0 1px 3px rgba(32,40,111,.04);transition:.2s ease}
.schedule-home-day:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(32,40,111,.08)}
.schedule-home-day strong{display:block;font-size:10px;letter-spacing:.06em}
.schedule-home-day span{display:block;margin-top:4px;font-size:10px;color:#71819a}
.schedule-home-day em{display:block;margin-top:6px;font-style:normal;font-size:8px;font-weight:800;color:#8b99aa}
.schedule-home-day.is-active{background:linear-gradient(145deg,#1a86c7,#2d388f);border-color:transparent;color:#fff;box-shadow:0 10px 24px rgba(26,134,199,.20);transform:translateY(-2px)}
.schedule-home-day.is-active span,.schedule-home-day.is-active em{color:rgba(255,255,255,.78)}
.schedule-home-day-panel{display:none;border:1px solid rgba(32,40,111,.09);border-radius:22px;background:rgba(255,255,255,.94);box-shadow:0 18px 50px rgba(32,40,111,.07);overflow:hidden}
.schedule-home-day-panel.is-active{display:block}
.schedule-home-day-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;padding:22px 24px 17px;border-bottom:1px solid #e6edf3}
.schedule-home-day-heading span{font-size:8px;letter-spacing:.16em;font-weight:900;color:var(--tiiha-blue)}
.schedule-home-day-heading h3{margin:4px 0 0;font-size:24px;line-height:1.1;color:var(--tiiha-deep);letter-spacing:-.035em}
.schedule-home-day-heading>b{font-size:8px;letter-spacing:.1em;color:#1b9270;white-space:nowrap}
.schedule-home-list{display:grid}
.schedule-home-row{display:grid;grid-template-columns:105px 1fr auto;align-items:center;gap:18px;padding:14px 24px;border-bottom:1px solid #edf1f5}
.schedule-home-row:last-child{border-bottom:0}
.schedule-home-row time{font-size:11px;font-weight:900;color:#71819a}
.schedule-home-row div{min-width:0}
.schedule-home-row strong{display:block;font-size:12px;color:var(--tiiha-deep);letter-spacing:.03em}
.schedule-home-row span{display:block;margin-top:3px;font-size:9px;color:#8290a1}
.schedule-home-row>b{font-size:7px;letter-spacing:.1em;padding:6px 9px;border-radius:999px;background:#eef6fb;color:var(--tiiha-blue);white-space:nowrap}
.schedule-home-row.is-resurface{border-left:3px solid #39a9d7;background:#f8fcff}
.schedule-home-row.is-resurface>b{background:#eaf8fc;color:#1685a9}
.schedule-home-more{padding:13px 24px;background:#f7fbfe;color:#71819a;font-size:9px;font-weight:800;letter-spacing:.04em}
@media(max-width:700px){
  .home-program-grid{grid-template-columns:1fr}.schedule-home-week{grid-template-columns:repeat(4,minmax(88px,1fr));overflow-x:auto;padding-bottom:4px}.schedule-home-day{min-width:88px}.schedule-home-day-heading{align-items:flex-start;flex-direction:column;gap:7px}.schedule-home-row{grid-template-columns:75px 1fr;gap:10px;padding:13px 16px}.schedule-home-row>b{grid-column:2;justify-self:start}.schedule-home-day-heading h3{font-size:20px}}


/* TIIHA 0.9.31 — Richer Home Schedule Presentation */
.schedule-home-v31 .schedule-home-day-panel{background:#fff}
.schedule-v31-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.85fr);min-height:430px}
.schedule-v31-main{min-width:0}
.schedule-v31-main .schedule-home-day-heading{padding:25px 26px 19px}
.schedule-v31-main .schedule-home-row{padding:16px 26px}
.schedule-v31-main .schedule-home-more{padding:14px 26px}
.schedule-v31-side{padding:14px;background:linear-gradient(180deg,#eef7fd,#e6f3fb);border-left:1px solid #e0ebf3;display:flex;flex-direction:column;gap:12px}
.schedule-v31-photo{position:relative;min-height:260px;flex:1;border-radius:18px;overflow:hidden;background:#0b275d;box-shadow:0 14px 35px rgba(15,52,105,.13)}
.schedule-v31-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.schedule-v31-photo-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,26,67,.14),rgba(4,23,58,.78))}
.schedule-v31-photo-top,.schedule-v31-photo-bottom{position:absolute;left:18px;right:18px;z-index:2;display:flex;justify-content:space-between;align-items:center;color:#fff}
.schedule-v31-photo-top{top:17px}.schedule-v31-photo-top span,.schedule-v31-photo-bottom span{font-size:8px;letter-spacing:.15em;font-weight:900;color:#73d3fa}.schedule-v31-photo-top strong{font-size:22px;letter-spacing:-.04em}.schedule-v31-photo-bottom{bottom:17px;align-items:flex-end}.schedule-v31-photo-bottom strong{font-size:11px;letter-spacing:.08em}
.schedule-v31-side-info{padding:7px 8px 5px}.schedule-v31-side-info .section-kicker{margin-bottom:6px;color:#168dca}.schedule-v31-side-info>strong{display:block;color:var(--tiiha-deep);font-size:20px;line-height:1.1}.schedule-v31-side-info p{font-size:11px;line-height:1.65;color:#687e95;margin:8px 0 10px}.schedule-v31-side-info a{font-size:10px;font-weight:900;color:#168dca;text-decoration:none;letter-spacing:.03em}
.schedule-home-v31 .schedule-home-day-panel{box-shadow:0 22px 55px rgba(22,54,101,.10)}
.schedule-home-v31 .schedule-home-row strong{font-size:13px}.schedule-home-v31 .schedule-home-row time{font-size:12px}
@media(max-width:900px){.schedule-v31-grid{grid-template-columns:1fr}.schedule-v31-side{border-left:0;border-top:1px solid #e0ebf3;min-height:320px}.schedule-v31-photo{min-height:230px;flex:none}}
@media(max-width:700px){
  .home-program-grid{grid-template-columns:1fr}.schedule-v31-main .schedule-home-day-heading{padding:20px 18px 15px}.schedule-v31-main .schedule-home-row{padding:14px 18px}.schedule-v31-main .schedule-home-more{padding:13px 18px}.schedule-v31-side{padding:10px}.schedule-v31-photo{min-height:210px}}


/* TIIHA 0.9.33 — Home Schedule Hero / visual schedule board */
.schedule-home-v32{position:relative;overflow:hidden;background:linear-gradient(135deg,#061a48 0%,#0b2c63 55%,#123e82 100%);color:#fff;padding-top:92px;padding-bottom:96px}
.schedule-home-v32:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 88% 18%,rgba(78,184,233,.30),transparent 25%),linear-gradient(115deg,transparent 48%,rgba(255,255,255,.035) 49%,transparent 50%)}
.schedule-home-v32:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-280px;bottom:-300px;box-shadow:0 0 0 80px rgba(78,184,233,.025),0 0 0 170px rgba(255,255,255,.018);pointer-events:none}
.schedule-home-v32 .container{position:relative;z-index:2}
.schedule-v32-hero{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:32px}
.schedule-v32-title .section-kicker{color:#65d0ff;margin-bottom:9px}
.schedule-v32-title h2{margin:0;font-size:clamp(52px,6vw,78px);line-height:.88;letter-spacing:-.06em;color:#fff;font-weight:900}
.schedule-v32-title h2 span{color:#56c4f3}
.schedule-v32-title p{max-width:650px;margin:20px 0 0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.7}
.schedule-v32-live{min-width:245px;display:flex;align-items:center;gap:12px;padding:14px 17px;border:1px solid rgba(112,221,181,.22);border-radius:14px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}
.schedule-v32-live-dot{width:9px;height:9px;border-radius:50%;background:#48d59b;box-shadow:0 0 0 6px rgba(72,213,155,.10),0 0 18px rgba(72,213,155,.55);flex:0 0 auto}
.schedule-v32-live strong{display:block;font-size:9px;letter-spacing:.14em;color:#a8f1d2}.schedule-v32-live small{display:block;margin-top:2px;font-size:8px;letter-spacing:.08em;color:rgba(255,255,255,.52)}
.schedule-v32-week{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-bottom:14px}
.schedule-v32-day{appearance:none;min-height:78px;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.065);color:#fff;padding:12px 10px;text-align:left;cursor:pointer;transition:.22s ease;position:relative;overflow:hidden}
.schedule-v32-day:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:transparent}.schedule-v32-day:hover{background:rgba(255,255,255,.11);transform:translateY(-2px)}
.schedule-v32-day span{display:block;font-size:9px;font-weight:900;letter-spacing:.12em;color:rgba(255,255,255,.62)}
.schedule-v32-day strong{display:block;font-size:25px;line-height:1;margin:8px 0 7px;letter-spacing:-.04em}.schedule-v32-day em{font-style:normal;font-size:8px;font-weight:800;color:rgba(255,255,255,.45);letter-spacing:.08em}
.schedule-v32-day.is-active{background:linear-gradient(145deg,#198bcf,#2d388f);border-color:#56c4f3;box-shadow:0 14px 34px rgba(0,0,0,.24);transform:translateY(-3px)}.schedule-v32-day.is-active:after{background:#66d5ff}.schedule-v32-day.is-active span,.schedule-v32-day.is-active em{color:rgba(255,255,255,.84)}
.schedule-v32-panel{display:none}.schedule-v32-panel.is-active{display:block}
.schedule-v32-board{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(330px,.78fr);border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;background:#fff;color:var(--tiiha-deep);box-shadow:0 30px 75px rgba(0,0,0,.24)}
.schedule-v32-main{min-width:0}.schedule-v32-board-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 28px 20px;border-bottom:1px solid #e8eef4}.schedule-v32-label{font-size:9px;font-weight:900;letter-spacing:.17em;color:#168dcc}.schedule-v32-board-head h3{margin:5px 0 0;font-size:27px;line-height:1.1;letter-spacing:-.04em;color:var(--tiiha-deep)}.schedule-v32-board-head h3 b{color:#58bfe9}.schedule-v32-count{display:flex;align-items:center;gap:9px;text-align:left}.schedule-v32-count strong{font-size:36px;line-height:1;color:#198bcf;letter-spacing:-.06em}.schedule-v32-count span{font-size:7px;font-weight:900;line-height:1.35;letter-spacing:.1em;color:#8493a5}
.schedule-v32-list{display:grid}.schedule-v32-row{display:grid;grid-template-columns:100px 14px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:66px;padding:10px 28px;border-bottom:1px solid #edf1f5;position:relative}.schedule-v32-row time{font-size:11px;font-weight:900;color:#6e8097}.schedule-v32-row-line{width:4px;height:32px;border-radius:4px;background:#218dce;box-shadow:0 0 0 4px rgba(33,141,206,.07)}.schedule-v32-row.is-resurface{background:#f6fbfe}.schedule-v32-row.is-resurface .schedule-v32-row-line{background:#43b9dc;box-shadow:0 0 0 4px rgba(67,185,220,.08)}
.schedule-v32-row-content strong{display:block;font-size:13px;color:var(--tiiha-deep);letter-spacing:.03em}.schedule-v32-row-content span{display:block;margin-top:2px;font-size:8px;color:#8796a8;letter-spacing:.08em;font-weight:800}.schedule-v32-row>b{font-size:7px;letter-spacing:.1em;padding:7px 9px;border-radius:999px;background:#eef6fb;color:#168dcc;white-space:nowrap}.schedule-v32-row.is-resurface>b{background:#e8f8fc;color:#1689aa}
.schedule-v32-more{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:13px 28px;background:#f7fafc;color:#8190a1;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.schedule-v32-more a{color:#168dcc;white-space:nowrap}
.schedule-v32-empty{padding:55px 28px;color:#7c8da1;font-size:11px}
.schedule-v32-visual{padding:14px;background:#edf7fc;display:flex;flex-direction:column;gap:12px}.schedule-v32-photo{position:relative;min-height:245px;flex:1;border-radius:17px;overflow:hidden;background:#09285b}.schedule-v32-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.schedule-v32-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,22,57,.10),rgba(3,22,55,.82))}.schedule-v32-photo-top,.schedule-v32-photo-bottom{position:absolute;left:17px;right:17px;z-index:2;display:flex;justify-content:space-between;align-items:center;color:#fff}.schedule-v32-photo-top{top:15px}.schedule-v32-photo-top span{font-size:8px;letter-spacing:.16em;font-weight:900;color:#68d4ff}.schedule-v32-photo-top strong{font-size:22px;letter-spacing:-.04em}.schedule-v32-photo-bottom{bottom:15px;align-items:flex-end}.schedule-v32-photo-bottom strong{font-size:9px;letter-spacing:.11em}.schedule-v32-photo-bottom span{font-size:7px;color:rgba(255,255,255,.68);letter-spacing:.09em}
.schedule-v32-next{padding:5px 8px 4px}.schedule-v32-next>span{font-size:8px;letter-spacing:.16em;font-weight:900;color:#168dcc}.schedule-v32-next>strong{display:block;margin-top:4px;font-size:22px;line-height:1.05;color:var(--tiiha-deep);letter-spacing:-.04em}.schedule-v32-next p{margin:8px 0 13px;color:#6f8297;font-size:10px;line-height:1.6}.schedule-v32-next .btn{padding:10px 15px;font-size:10px;background:var(--tiiha-deep);color:#fff;box-shadow:none}
@media(max-width:900px){.schedule-v32-hero{align-items:flex-start;flex-direction:column;gap:18px}.schedule-v32-live{min-width:0}.schedule-v32-board{grid-template-columns:1fr}.schedule-v32-visual{border-top:1px solid #dce8ef}.schedule-v32-photo{min-height:230px;flex:none}}
@media(max-width:650px){.schedule-home-v32{padding-top:68px;padding-bottom:70px}.schedule-v32-title h2{font-size:48px}.schedule-v32-week{grid-template-columns:repeat(4,minmax(80px,1fr));overflow-x:auto;padding-bottom:5px}.schedule-v32-day{min-width:80px}.schedule-v32-board-head{align-items:flex-start;flex-direction:column;padding:21px 18px 17px}.schedule-v32-board-head h3{font-size:22px}.schedule-v32-row{grid-template-columns:75px 8px minmax(0,1fr);gap:10px;padding:12px 18px}.schedule-v32-row>b{grid-column:3;justify-self:start}.schedule-v32-more{align-items:flex-start;flex-direction:column;padding:13px 18px}.schedule-v32-visual{padding:10px}.schedule-v32-photo{min-height:205px}}

/* TIIHA 0.9.33 — stronger Home schedule hero */
.schedule-home-v32{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:max(22px,calc((100vw - 1160px)/2));padding-right:max(22px,calc((100vw - 1160px)/2));}
.schedule-home-v32 .schedule-home-core-footer{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);box-shadow:none;margin-top:22px}
.schedule-home-v32 .schedule-home-core-footer .section-kicker{color:#67d3ff}
.schedule-home-v32 .schedule-home-core-footer strong{color:#fff}
.schedule-home-v32 .schedule-v32-hero{padding-top:4px}
.schedule-v32-board{min-height:0}
.schedule-v32-main{display:flex;flex-direction:column}
.schedule-v32-list{min-height:0}
.schedule-v32-photo{min-height:300px}
@media(max-width:900px){.schedule-home-v32{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding-left:22px;padding-right:22px}}


/* TIIHA 0.9.34 — Home Schedule Hero: match /schedule/ day colors */
.schedule-home-v32{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 18%,rgba(78,184,233,.20),transparent 27%),
    radial-gradient(circle at 12% 78%,rgba(45,56,143,.28),transparent 32%),
    linear-gradient(135deg,#04143a 0%,#071d4b 48%,#0a2b61 100%);
  color:#fff;
  padding-top:104px;
  padding-bottom:82px;
}
.schedule-home-v32:before{
  content:"ICE TIME";
  position:absolute;
  right:-90px;
  top:210px;
  font-size:clamp(100px,17vw,250px);
  line-height:.8;
  font-weight:900;
  letter-spacing:-.08em;
  color:rgba(255,255,255,.028);
  transform:rotate(-8deg);
  pointer-events:none;
  white-space:nowrap;
}
.schedule-home-v32:after{
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  right:-380px;
  bottom:-430px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:50%;
  box-shadow:0 0 0 90px rgba(255,255,255,.018),0 0 0 190px rgba(78,184,233,.018);
  pointer-events:none;
}
.schedule-home-v32 .container{position:relative;z-index:2}
.schedule-home-v32 .schedule-v32-hero{margin-bottom:30px;align-items:end}
.schedule-home-v32 .schedule-v32-title .section-kicker{color:#63d4ff}
.schedule-home-v32 .schedule-v32-title h2{
  font-size:clamp(56px,7vw,94px);
  line-height:.82;
  letter-spacing:-.065em;
  text-shadow:0 8px 30px rgba(0,0,0,.20);
}
.schedule-home-v32 .schedule-v32-title h2 span{color:#4fc5f2}
.schedule-home-v32 .schedule-v32-title p{color:rgba(255,255,255,.68);max-width:700px}
.schedule-home-v32 .schedule-v32-live{
  border-color:rgba(72,213,155,.32);
  background:rgba(255,255,255,.075);
  box-shadow:0 14px 35px rgba(0,0,0,.12);
}

/* Seven-day strip — deliberately follows the visual language of /schedule/ */
.schedule-home-v32 .schedule-v32-week{gap:8px;margin-bottom:18px}
.schedule-home-v32 .schedule-v32-day{
  min-height:88px;
  padding:0 11px 11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;
  background:rgba(7,24,57,.88);
  color:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.schedule-home-v32 .schedule-v32-day:before{
  content:"";
  display:block;
  height:9px;
  margin:0 -11px 11px;
  background:#1d9bd7;
}
.schedule-home-v32 .schedule-v32-day:nth-child(1):before{background:#f5d800}
.schedule-home-v32 .schedule-v32-day:nth-child(2):before{background:#e990b9}
.schedule-home-v32 .schedule-v32-day:nth-child(3):before{background:#1ca94d}
.schedule-home-v32 .schedule-v32-day:nth-child(4):before{background:#ff7a00}
.schedule-home-v32 .schedule-v32-day:nth-child(5):before{background:#199bd7}
.schedule-home-v32 .schedule-v32-day:nth-child(6):before{background:#a546ab}
.schedule-home-v32 .schedule-v32-day:nth-child(7):before{background:#f01928}
.schedule-home-v32 .schedule-v32-day span{color:rgba(255,255,255,.76);font-size:9px}
.schedule-home-v32 .schedule-v32-day strong{font-size:27px;color:#fff;margin:7px 0 6px}
.schedule-home-v32 .schedule-v32-day em{color:rgba(255,255,255,.54)}
.schedule-home-v32 .schedule-v32-day:hover{background:#102d5c;transform:translateY(-3px)}
.schedule-home-v32 .schedule-v32-day.is-active{
  background:#102a58;
  border-color:rgba(255,255,255,.48);
  box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.08);
  transform:translateY(-4px);
}
.schedule-home-v32 .schedule-v32-day.is-active:after{display:none}
.schedule-home-v32 .schedule-v32-day.is-active:before{height:11px}
.schedule-home-v32 .schedule-v32-day:nth-child(1).is-active{border-color:#f5d800;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(245,216,0,.16)}
.schedule-home-v32 .schedule-v32-day:nth-child(2).is-active{border-color:#e990b9;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(233,144,185,.16)}
.schedule-home-v32 .schedule-v32-day:nth-child(3).is-active{border-color:#1ca94d;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(28,169,77,.16)}
.schedule-home-v32 .schedule-v32-day:nth-child(4).is-active{border-color:#ff7a00;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(255,122,0,.16)}
.schedule-home-v32 .schedule-v32-day:nth-child(5).is-active{border-color:#199bd7;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(25,155,215,.16)}
.schedule-home-v32 .schedule-v32-day:nth-child(6).is-active{border-color:#a546ab;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(165,70,171,.16)}
.schedule-home-v32 .schedule-v32-day:nth-child(7).is-active{border-color:#f01928;box-shadow:0 16px 36px rgba(0,0,0,.28),0 0 22px rgba(240,25,40,.16)}

/* Main board becomes the visual focal point */
.schedule-home-v32 .schedule-v32-board{
  grid-template-columns:minmax(0,1.48fr) minmax(360px,.92fr);
  border:1px solid rgba(255,255,255,.55);
  border-radius:24px;
  box-shadow:0 35px 90px rgba(0,0,0,.34);
}
.schedule-home-v32 .schedule-v32-board-head{padding:29px 30px 22px}
.schedule-home-v32 .schedule-v32-board-head h3{font-size:30px}
.schedule-home-v32 .schedule-v32-count strong{font-size:43px}
.schedule-home-v32 .schedule-v32-row{min-height:72px;padding:11px 30px}
.schedule-home-v32 .schedule-v32-row-line{height:38px;width:5px}
.schedule-home-v32 .schedule-v32-row-content strong{font-size:14px}
.schedule-home-v32 .schedule-v32-photo{min-height:330px;border-radius:18px}
.schedule-home-v32 .schedule-v32-visual{padding:14px;background:linear-gradient(180deg,#eaf6fc,#dceef8)}
.schedule-home-v32 .schedule-v32-next{padding:7px 9px 6px}
.schedule-home-v32 .schedule-v32-next>strong{font-size:24px}
.schedule-home-v32 .schedule-v32-next .btn{background:#1a86c7}

/* The repeated bottom CTA is unnecessary once the board has its own action. */
.schedule-home-v32 .schedule-home-core-footer{display:none}

@media(max-width:900px){
  .schedule-home-v32 .schedule-v32-board{grid-template-columns:1fr}
  .schedule-home-v32 .schedule-v32-photo{min-height:270px}
}
@media(max-width:650px){
  .schedule-home-v32{padding-top:70px;padding-bottom:60px}
  .schedule-home-v32 .schedule-v32-title h2{font-size:52px}
  .schedule-home-v32 .schedule-v32-day{min-height:84px}
  .schedule-home-v32 .schedule-v32-board-head{padding:22px 18px 17px}
  .schedule-home-v32 .schedule-v32-row{padding:12px 18px}
}


/* TIIHA 0.9.36 — Home Schedule date cards: compact white treatment */
.schedule-home-v32 .schedule-v32-week{gap:8px;margin-bottom:18px}
.schedule-home-v32 .schedule-v32-day{
  min-height:68px;
  padding:11px 13px 10px;
  background:#fff;
  border:1px solid #d7e1eb;
  color:var(--tiiha-deep);
  box-shadow:0 5px 14px rgba(8,35,76,.06);
}
.schedule-home-v32 .schedule-v32-day:hover{
  background:#fff;
  color:var(--tiiha-deep);
  transform:translateY(-2px);
  box-shadow:0 9px 20px rgba(8,35,76,.10);
}
.schedule-home-v32 .schedule-v32-day span,
.schedule-home-v32 .schedule-v32-day strong{
  display:inline;
  vertical-align:baseline;
}
.schedule-home-v32 .schedule-v32-day span{
  color:var(--tiiha-deep);
  font-size:9px;
  letter-spacing:.12em;
}
.schedule-home-v32 .schedule-v32-day strong{
  color:var(--tiiha-deep);
  font-size:24px;
  line-height:1;
  margin:0 0 0 7px;
  letter-spacing:-.04em;
}
.schedule-home-v32 .schedule-v32-day em{
  display:block;
  margin-top:8px;
  color:#6f8094;
  font-size:7px;
  line-height:1;
  letter-spacing:.08em;
}
.schedule-home-v32 .schedule-v32-day:before{
  top:0;
  bottom:auto;
  height:7px;
  border-radius:12px 12px 0 0;
}
.schedule-home-v32 .schedule-v32-day.is-active{
  background:#fff;
  color:var(--tiiha-deep);
  transform:translateY(-2px);
}
.schedule-home-v32 .schedule-v32-day.is-active span,
.schedule-home-v32 .schedule-v32-day.is-active strong{color:var(--tiiha-deep)}
.schedule-home-v32 .schedule-v32-day.is-active em{color:#6f8094}
.schedule-home-v32 .schedule-v32-day:nth-child(1).is-active{border-color:#f5d800}
.schedule-home-v32 .schedule-v32-day:nth-child(2).is-active{border-color:#e990b9}
.schedule-home-v32 .schedule-v32-day:nth-child(3).is-active{border-color:#1ca94d}
.schedule-home-v32 .schedule-v32-day:nth-child(4).is-active{border-color:#ff7a00}
.schedule-home-v32 .schedule-v32-day:nth-child(5).is-active{border-color:#199bd7}
.schedule-home-v32 .schedule-v32-day:nth-child(6).is-active{border-color:#a546ab}
.schedule-home-v32 .schedule-v32-day:nth-child(7).is-active{border-color:#f01928}
@media(max-width:650px){
  .schedule-home-v32 .schedule-v32-day{min-height:64px;padding:10px 11px 9px}
  .schedule-home-v32 .schedule-v32-day strong{font-size:21px;margin-left:5px}
  .schedule-home-v32 .schedule-v32-day em{margin-top:6px}
}


/* 0.9.40 — Footer visual refresh */
@media(max-width:720px){
  .footer-grid{grid-template-columns:1fr;gap:32px}
  .footer-brand-block{grid-template-columns:auto 1fr}
  .footer-brand-description{margin-top:15px}
  .footer-social{gap:15px}
}

/* 0.9.40 — Dark hockey-rink footer background */
.site-footer{border-top:4px solid transparent;border-image:linear-gradient(90deg,#55c8f4 0%,#1a86c7 48%,#ef3340 100%) 1}


/* 0.9.43 — Footer FINAL alignment to approved reference */
.site-footer{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  height:528px;
  min-height:528px;
  padding:0;
  background:#03152f;
  border-top:4px solid transparent;
  border-image:linear-gradient(90deg,#55c8f4 0%,#1a86c7 48%,#ef3340 100%) 1;
}
.site-footer:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:url("assets/images/footer-rink-clean.png");
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  pointer-events:none;
}
.site-footer:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(180deg,rgba(1,13,31,.02) 0%,rgba(1,13,31,.16) 100%);
  pointer-events:none;
}
.site-footer .container{width:min(calc(100% - 56px),1484px)}
.footer-inner{
  position:relative;
  z-index:1;
  height:100%;
  padding-top:110px;
  display:flex;
  flex-direction:column;
}
.footer-grid{
  display:grid;
  grid-template-columns:minmax(0,500px) 234px 298px minmax(0,1fr);
  gap:54px;
  align-items:start;
}
.footer-brand-block{
  display:grid;
  grid-template-columns:auto 1fr;
  column-gap:22px;
  align-items:center;
  max-width:500px;
}
.footer-brand-logo,.footer-brand-logo img{width:102px;height:102px}
.footer-brand-logo{display:flex;align-items:center;justify-content:center;transition:transform .2s ease,filter .2s ease}
.footer-brand-logo:hover{transform:translateY(-3px);filter:drop-shadow(0 12px 22px rgba(0,0,0,.22))}
.footer-brand-logo img{object-fit:contain}
.footer-brand-copy strong{display:block;font-size:24px;line-height:1.08;letter-spacing:.025em;color:#fff}
.footer-brand-copy span{display:block;margin-top:9px;font-size:10px;letter-spacing:.20em;color:#8fe0ff;font-weight:900}
.footer-brand-description{
  grid-column:1/-1;
  margin:22px 0 0;
  max-width:510px;
  color:rgba(255,255,255,.90)!important;
  font-size:16px!important;
  line-height:1.65;
}
.footer-column h3{margin:0 0 20px;color:#fff;font-size:21px;line-height:1.2;letter-spacing:.01em}
.site-footer p,.site-footer a{color:rgba(255,255,255,.88);font-size:16px}
.footer-column p{margin:0 0 12px}
.footer-column a:hover{color:#fff}
.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.footer-social-column>p{margin-bottom:18px;color:rgba(255,255,255,.72)}
.footer-social{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:3px}
.footer-social-link{display:flex!important;align-items:center;justify-content:center;width:48px;height:48px;border-radius:0;background:transparent!important;padding:0!important;box-shadow:none!important;transition:transform .2s ease,filter .2s ease}
.footer-social-link:hover{transform:translateY(-4px) scale(1.08);filter:drop-shadow(0 8px 14px rgba(0,0,0,.22))}
.footer-social-link img{display:block;width:48px;height:48px;object-fit:contain}
.footer-social-link:focus-visible{outline:2px solid #8fe0ff;outline-offset:5px;border-radius:6px}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.24);
  margin-top:auto;
  padding:22px 0 41px;
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.4;
  display:flex;
  justify-content:space-between;
  gap:20px;
}
@media(max-width:1200px){
  .site-footer{height:520px;min-height:520px}
  .site-footer .container{width:min(calc(100% - 40px),1080px)}
  .footer-inner{padding-top:78px}
  .footer-grid{grid-template-columns:1.45fr 1fr 1fr;gap:34px}
  .footer-social-column{grid-column:1/-1}
  .footer-bottom{padding-bottom:28px}
}
@media(max-width:720px){
  .site-footer{height:auto;min-height:0}
  .site-footer .container{width:min(calc(100% - 28px),640px)}
  .footer-inner{height:auto;padding-top:48px}
  .footer-grid{grid-template-columns:1fr;gap:30px}
  .footer-social-column{grid-column:auto}
  .footer-brand-block{grid-template-columns:auto 1fr}
  .footer-brand-logo,.footer-brand-logo img{width:78px;height:78px}
  .footer-brand-copy strong{font-size:18px}
  .footer-brand-copy span{font-size:8px}
  .footer-brand-description{margin-top:15px;font-size:13px!important}
  .site-footer p,.site-footer a{font-size:14px}
  .footer-column h3{font-size:18px}
  .footer-social-link,.footer-social-link img{width:40px;height:40px}
  .footer-social{gap:16px}
  .footer-bottom{margin-top:38px;padding:18px 0 28px;gap:10px;flex-direction:column}
}


/* 0.9.46 — TIIHA Events Calendar integration */
.tiiha-events-template{overflow:hidden}
