:root{--red:#bd2636;--red-dark:#951b29;--navy:#172331;--ink:#26313b;--cream:#f7f4ec;--line:#dedbd2;--white:#fff;--muted:#687179}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font:inherit}.container{width:min(100% - 48px,1240px);margin-inline:auto}.skip-link{position:absolute;left:-9999px;z-index:1000;background:white;padding:12px}.skip-link:focus{left:12px;top:12px}.site-header{background:var(--cream);position:relative;z-index:10;border-bottom:1px solid rgba(22,35,49,.12)}.nav-wrap{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:220px}.brand-mark{height:48px;width:48px;background:var(--red);color:white;display:grid;place-items:center;font-size:38px;line-height:1;transform:rotate(-12deg)}.brand-logo{width:54px;height:54px;object-fit:contain}.brand-copy strong{display:block;font-size:16px;line-height:1.02;letter-spacing:.04em;font-weight:900}.brand-copy small{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}.primary-nav{display:flex;align-items:center;gap:34px}.menu{list-style:none;margin:0;padding:0;display:flex;gap:26px;align-items:center}.menu a{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}.menu a:hover,.text-link:hover{color:var(--red)}.nav-cta{padding:15px 19px;background:var(--red);color:white;font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.07em;white-space:nowrap}.nav-cta span,.button span{margin-left:14px}.menu-toggle{display:none}.hero{background:var(--cream);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.01fr .99fr;min-height:650px}.hero-copy{padding:92px 65px 65px 0;align-self:center}.eyebrow{display:inline-flex;align-items:center;gap:12px;color:#f7b3b4;font-size:11px;letter-spacing:.2em;font-weight:800;text-transform:uppercase}.eyebrow.dark{color:var(--red)}.eyebrow-line{width:26px;height:2px;background:var(--red)}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.05em}h1{font-size:clamp(54px,6.2vw,100px);line-height:.96;font-weight:900;margin:28px 0}h2{font-size:clamp(40px,4.6vw,72px);line-height:1.05;font-weight:900}h2 em{font-style:normal;color:var(--red)}.hero-lead{font-size:19px;line-height:1.62;color:#52606a;max-width:490px}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap;margin-top:35px}.button{display:inline-flex;align-items:center;justify-content:space-between;padding:19px 23px;min-height:58px;font-size:12px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;transition:background .2s,transform .2s}.button:hover{transform:translateY(-3px)}.button-primary{background:var(--red);color:white}.button-primary:hover{background:var(--red-dark);color:white}.button-light{background:var(--cream);color:var(--navy)}.button-outline{border:1px solid var(--navy);color:var(--navy)}.text-link{font-size:13px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:5px}.text-link span{margin-left:13px}.hero-note{font-size:12px;color:var(--muted);margin:65px 0 0;display:flex;align-items:center;gap:10px}.red-dot{background:var(--red);width:7px;height:7px;border-radius:50%}.hero-visual{position:relative;background:var(--navy);min-height:650px;overflow:hidden;isolation:isolate}.hero-visual:before{content:'';position:absolute;inset:0;background:linear-gradient(140deg,#25394b,#121b27);z-index:-1}.hero-visual>img,.story-visual>img,.culture-photo>img{position:absolute;width:100%;height:100%;object-fit:cover;inset:0}.hero-visual.has-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,17,28,.7),transparent 62%)}.court-graphic{position:absolute;inset:0;overflow:hidden}.has-image .court-graphic,.has-image .story-placeholder{display:none}.court-frame{position:absolute;left:11%;top:13%;width:78%;height:76%;border:3px solid rgba(255,255,255,.48);transform:rotate(-18deg) skew(-8deg)}.court-frame:before,.court-frame:after{content:'';position:absolute;border:2px solid rgba(255,255,255,.4)}.court-frame:before{left:11%;right:11%;top:0;bottom:0}.court-frame:after{top:50%;left:0;right:0}.court-net{position:absolute;top:0;bottom:0;left:50%;width:2px;background:rgba(255,255,255,.35)}.court-circle{position:absolute;left:25%;top:20%;width:95px;height:95px;border:2px solid rgba(255,255,255,.2);border-radius:50%}.shuttle{position:absolute;right:8%;top:16%;font-size:clamp(130px,17vw,270px);line-height:1;color:var(--red);transform:rotate(-17deg);text-shadow:24px 28px 0 rgba(255,255,255,.08)}.visual-stamp{position:absolute;left:7%;top:8%;width:92px;height:92px;border-radius:50%;background:var(--red);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:12px;font-weight:900;line-height:1.3;letter-spacing:.1em;transform:rotate(-12deg);z-index:1}.visual-stamp b{font-size:21px}.visual-caption{position:absolute;bottom:37px;left:36px;color:white;font-size:11px;letter-spacing:.17em;font-weight:800;z-index:1}.hero-rail{display:flex;justify-content:space-between;gap:15px;padding:23px 0;font-size:10px;letter-spacing:.16em;font-weight:800;color:var(--muted)}.section{padding:110px 0}.intro{background:white}.intro-grid,.culture-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px}.intro h2{margin:22px 0 0}.intro-text{padding-top:45px}.intro-text p,.culture-grid p{font-size:19px;line-height:1.75;color:#56616a;margin-bottom:28px}.stat-row{border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);margin-top:80px;padding-top:35px}.stat-row div{display:flex;flex-direction:column;gap:8px;border-left:1px solid var(--line);padding-left:32px}.stat-row div:first-child{border-left:0;padding-left:0}.stat-row strong{font-size:clamp(33px,4vw,58px);letter-spacing:-.06em;color:var(--red)}.stat-row span{font-size:13px;color:var(--muted)}.program{background:var(--cream)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:48px}.section-heading h2{margin:18px 0 0}.section-heading>p{max-width:310px;font-size:17px;line-height:1.6;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:35px}.program-card{min-height:400px;background:white;border:1px solid #e9e6df;padding:33px;display:flex;flex-direction:column;align-items:flex-start}.program-card.featured{background:var(--red);color:white}.card-num,.card-meta{font-size:10px;letter-spacing:.14em;font-weight:900}.card-icon{height:115px;display:flex;align-items:center;font-size:70px;color:var(--red);font-weight:100}.featured .card-icon{color:#ffbfbc}.program-card h3{font-size:30px;line-height:1.1;margin-bottom:15px}.program-card p{font-size:15px;line-height:1.65;color:#657079}.featured p{color:#ffe7e5}.card-meta{margin-top:auto;padding-top:18px;color:var(--red)}.featured .card-meta{color:#ffd5d2}.story{background:var(--navy);color:white}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.story-visual{height:640px;background:#bd2636;position:relative;overflow:hidden}.story-placeholder{position:absolute;inset:0;background:linear-gradient(155deg,#b72535,#801725);display:flex;justify-content:flex-end;flex-direction:column;padding:55px;font-size:36px;line-height:1.05;font-weight:900;letter-spacing:-.04em}.huge-star{position:absolute;top:5%;left:7%;font-size:420px;line-height:1;color:#d65763;transform:rotate(-15deg)}.story-placeholder>span:last-child{position:relative}.image-label{position:absolute;bottom:0;left:0;padding:16px 24px;background:var(--cream);color:var(--navy);font-size:10px;letter-spacing:.12em;font-weight:900}.story-copy h2{margin:22px 0}.story-copy h2 em{color:#f49da4}.story-copy>p{color:#c7d0d6;line-height:1.7;font-size:17px;max-width:450px}.steps{list-style:none;padding:0;margin:35px 0}.steps li{border-top:1px solid #40505e;padding:15px 0 15px 40px;position:relative;display:flex;flex-direction:column;gap:5px}.steps li:before{content:counter(list-item,decimal-leading-zero);position:absolute;left:0;top:18px;color:#f19ba2;font-size:12px;font-weight:900}.steps b{font-size:16px}.steps span{color:#aab7c0;font-size:13px}.culture{background:white}.culture-grid{align-items:end;margin-bottom:55px}.culture-grid h2{margin:20px 0 0}.culture-photo{height:320px;position:relative;background:repeating-linear-gradient(110deg,#243a4a 0 110px,#203342 110px 220px);overflow:hidden}.culture-photo:after{content:'✳';position:absolute;font-size:370px;right:9%;top:-110px;color:rgba(255,255,255,.06)}.culture-photo.has-image:after{display:none}.culture-photo span{position:absolute;bottom:26px;left:30px;color:white;font-size:12px;letter-spacing:.16em;font-weight:900;z-index:1;text-shadow:0 2px 8px #111}.news{background:var(--cream)}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.news-card{background:white}.news-image{height:230px;background:var(--navy);display:grid;place-items:center;overflow:hidden;color:#ce4854;font-size:125px}.news-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.news-image:hover img{transform:scale(1.04)}.news-detail{padding:22px;position:relative;min-height:140px}.news-detail time,.list-post time{font-size:11px;color:var(--red);font-weight:900;letter-spacing:.1em}.news-detail h3{font-size:23px;line-height:1.2;margin:13px 35px 0 0}.news-arrow{position:absolute;right:25px;bottom:28px;font-size:26px;color:var(--red)}.contact{background:var(--red);color:white}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12%;align-items:center}.contact h2{margin:25px 0}.contact h2 em{color:#ffd1d3}.contact p{color:#ffe0df;font-size:18px;line-height:1.6}.contact-card{background:#a81f2d;padding:45px;display:flex;flex-direction:column;align-items:flex-start;gap:13px}.contact-card>span{font-size:11px;font-weight:900;letter-spacing:.15em;color:#ffd0d0}.contact-card h3{font-size:34px;margin:13px 0}.contact-card>a:not(.text-link){font-size:19px}.contact-card hr{width:100%;border:0;border-top:1px solid #d35b67;margin:20px 0}.site-footer{background:#111d29;color:white;padding:75px 0 20px}.footer-top{display:flex;align-items:end;justify-content:space-between;padding-bottom:70px;border-bottom:1px solid #34414b}.footer-top h2{font-size:clamp(30px,3.8vw,55px);margin:19px 0 0}.footer-bottom{padding:45px 0;display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:30px;font-size:14px;line-height:2}.footer-bottom strong{font-size:17px;letter-spacing:.07em}.footer-bottom p{color:#9ca9b2}.footer-bottom a:hover{color:#ffb8bc}.footer-legal{border-top:1px solid #34414b;padding-top:20px;display:flex;justify-content:space-between;color:#9ca9b2;font-size:11px;letter-spacing:.05em}.inner-hero{background:var(--cream);padding:95px 0 80px}.inner-hero h1{max-width:900px}.inner-hero p{font-size:19px}.entry-content{max-width:840px;padding-top:65px;padding-bottom:110px;font-size:18px;line-height:1.8}.entry-content a{color:var(--red);text-decoration:underline}.entry-content h2{font-size:42px;margin-top:48px}.entry-content h3{font-size:27px}.single-featured{width:100%;height:auto;margin-bottom:35px}.content-layout{padding:70px 0 110px}.post-list{max-width:850px}.list-post{padding:32px 0;border-bottom:1px solid var(--line)}.list-post h2{font-size:35px;margin:12px 0}.list-post p{line-height:1.65}.post-navigation{padding-bottom:80px}.nav-links{display:flex;justify-content:space-between;gap:25px}a:focus-visible,button:focus-visible{outline:3px solid #e6a33a;outline-offset:3px}@media(max-width:1000px){.primary-nav{gap:14px}.menu{gap:13px}.menu a{font-size:11px}.hero-copy{padding-right:30px}.story-grid{gap:5%}}@media(max-width:760px){.container{width:min(100% - 32px,1240px)}.nav-wrap{height:76px}.brand{min-width:0}.menu-toggle{display:flex;align-items:center;gap:10px;border:0;background:none;text-transform:uppercase;font-size:12px;font-weight:900;cursor:pointer}.hamburger{width:22px;height:15px;border-top:2px solid var(--navy);border-bottom:2px solid var(--navy);position:relative}.hamburger:after{content:'';position:absolute;top:5px;left:0;width:22px;border-top:2px solid var(--navy)}.primary-nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--cream);padding:25px 16px 30px;box-shadow:0 20px 25px #0002;align-items:stretch;flex-direction:column}.primary-nav.is-open{display:flex}.menu{display:flex;flex-direction:column;align-items:stretch;gap:0}.menu li{border-bottom:1px solid var(--line)}.menu a{display:block;padding:14px 4px;font-size:14px}.nav-cta{text-align:center}.hero-grid,.intro-grid,.story-grid,.culture-grid,.contact-grid{grid-template-columns:1fr;gap:35px}.hero-copy{padding:68px 0 55px}.hero-visual{min-height:450px;margin-inline:-16px}.hero-rail{font-size:9px}.hero-rail span:nth-child(2){display:none}.section{padding:75px 0}h1{font-size:clamp(53px,12vw,82px)}h2{font-size:clamp(39px,9vw,62px)}.intro-text{padding:0}.stat-row{margin-top:55px;gap:20px}.stat-row div{padding-left:14px}.stat-row span{font-size:11px}.section-heading{display:block}.section-heading>p{margin-top:20px}.cards,.news-grid{grid-template-columns:1fr}.program-card{min-height:290px}.card-icon{height:70px;font-size:52px}.story-visual{height:430px;order:2}.story-copy{order:1}.huge-star{font-size:300px}.culture-photo{height:240px}.footer-top{align-items:start;gap:30px;flex-direction:column}.footer-bottom{grid-template-columns:1fr 1fr}.footer-bottom>div:first-child{grid-column:1/-1}.inner-hero{padding:65px 0}.entry-content{padding:45px 0 75px}}@media(max-width:430px){.hero-actions{align-items:flex-start;flex-direction:column}.stat-row{grid-template-columns:1fr}.stat-row div{border-left:0;border-top:1px solid var(--line);padding:15px 0 0}.stat-row div:first-child{border-top:0}.contact-card{padding:28px}.footer-bottom{grid-template-columns:1fr}.footer-bottom>div:first-child{grid-column:auto}.footer-legal{gap:8px;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
