:root{
  --paper:#fff;--ink:#171219;--soft:#615a65;--quiet:#8b838f;--lavender:#f4f1ff;
  --lavender-2:#e8e2ff;--pink:#C724B1;--pink-soft:#fbecf7;--music:#A21CAF;
  --music-soft:#f5eaf7;--blue:#4F46E5;--blue-soft:#eeefff;--focus:#2f2494;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:400 16px/1.5 'Switzer',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,p{margin-top:0}
h1{font-family:'Zodiak',Georgia,serif;font-weight:600;letter-spacing:.1px}
h2,h3{font-family:'Switzer',sans-serif;font-weight:600;letter-spacing:.1px}
h4,h5,h6{letter-spacing:.1px}
.skip{position:fixed;left:16px;top:10px;z-index:200;background:var(--ink);color:#fff;padding:10px 14px;transform:translateY(-160%)}
.skip:focus{transform:none}
:focus-visible{outline:3px solid var(--focus);outline-offset:4px}

.site-header{height:82px;background:#fff}
.header-inner{max-width:1320px;height:100%;margin:auto;padding:0 26px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}
.brand img{width:54px;height:60px;object-fit:contain}
.desktop-nav{justify-self:center;display:flex;align-items:center;gap:4px;padding:5px;background:#f7f6f8;border-radius:9px}
.desktop-nav a{padding:9px 14px;border-radius:6px;font-size:13px;color:var(--soft);transition:background .2s ease,color .2s ease}
.desktop-nav a:hover{background:#fff;color:var(--ink)}

.header-cta{display:inline-flex;align-items:center;gap:8px;background:var(--ink);color:#fff;padding:12px 18px;border-radius:8px;font-size:13px;font-weight:600;transition:background .2s ease}
.header-cta:hover{background:#332638}
.mobile-menu{display:none;position:relative}
/* Kebab toggle. The native disclosure triangle is suppressed and the icon
   swaps to a close mark while the menu is open. 44px tap target, no tile. */
.mobile-menu summary{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-right:-11px;color:var(--ink);cursor:pointer;list-style:none}
.mobile-menu summary::-webkit-details-marker{display:none}
.mobile-menu summary::marker{content:""}
.mobile-menu summary i{font-size:26px;line-height:1}
.mobile-menu summary .ph-x{display:none}
.mobile-menu[open] summary .ph-list{display:none}
.mobile-menu[open] summary .ph-x{display:block}

main{max-width:1320px;margin:auto;padding:0 26px}
.hero{padding-top:12px}
.hero-frame{position:relative;overflow:hidden;aspect-ratio:16/8.6;border-radius:22px;background:#1a1220}
/* v2: the hero is a real stage photograph and is dark, so the copy is reversed out over a scrim.
   Measured luminance under the headline is 92/255, which no dark type survives. */
.hero-frame>img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-frame::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,rgba(14,8,18,.86) 0%,rgba(14,8,18,.72) 24%,rgba(14,8,18,.40) 44%,rgba(14,8,18,.10) 62%,rgba(14,8,18,0) 76%)}
/* The copy block used to be capped at 660px while the type kept growing with
   the viewport, so a wide screen put a bigger headline in the same narrow box
   and wrapped it onto a third line. The cap now scales with the frame. */
.hero-copy{position:absolute;z-index:2;top:7.5%;left:50%;width:min(900px,76%);transform:translateX(-50%);text-align:center}
.hero-copy>p{display:flex;align-items:center;justify-content:center;gap:7px;margin-bottom:6px;font-size:13px;font-weight:600;letter-spacing:.025em;color:#f2ecf4}
.hero-copy>p i{font-style:normal;color:rgba(255,255,255,.45)}.hero-dance{color:#ffb3ea}.hero-music{color:#e4bcff}.hero-tkd{color:#b9c4ff}
.hero-copy h1{font-size:clamp(34px,3.6vw,53px);line-height:1.2;margin:0 0 8px;text-wrap:pretty;color:#fff;text-shadow:0 1px 24px rgba(10,6,14,.45)}
/* The headline breaks after 'of' by request. The break is dropped on narrow
   screens, where 'Inspiring Generations.' is wider than the panel and would
   otherwise be forced onto a third line. */
.hero-break{display:inline}
.hero-copy>span{display:block;font-size:15px;font-weight:500;color:rgba(255,255,255,.88);text-shadow:0 1px 12px rgba(10,6,14,.5)}
.hero-copy>a{display:inline-flex;align-items:center;gap:12px;margin-top:14px;padding:11px 18px;background:#fff;color:var(--ink);border-radius:8px;font-size:13px;font-weight:600;transition:background .2s ease}
.hero-copy>a:hover{background:#efe7f3}
.hero-copy>a i,.arrow-link i,.solid-link i,.trial-action>a i:last-child{font-size:15px;transition:transform .2s ease}
.hero-copy>a:hover i,.arrow-link:hover i,.solid-link:hover i,.trial-action>a:hover i:last-child{transform:translate(3px,-3px)}
.hero-foot{display:grid;grid-template-columns:minmax(280px,520px) 1fr;gap:40px;align-items:center;padding:24px 8px 0}
.hero-foot>p{margin:0;color:var(--soft);font-size:14px}
.hero-facts{justify-self:end;display:flex;gap:28px;color:var(--quiet);font-size:12px}.hero-facts span{display:flex;align-items:center;gap:7px}.hero-facts i{font-size:17px;color:#776b7d}

.classes{padding:clamp(110px,12vw,170px) 0}
.section-intro{display:grid;grid-template-columns:1.1fr .7fr;gap:clamp(50px,9vw,140px);align-items:end;margin:0 auto 54px;max-width:1120px}
.section-intro>div>p,.centre-copy>p:first-child,.timetable-copy>p:first-child,.trial>div>p,.class-copy>div>p{margin-bottom:10px;font-size:12px;font-weight:600;color:var(--quiet)}
.section-intro h2{font-size:clamp(35px,4.32vw,59px);line-height:1.2;margin:0;text-wrap:pretty}
.section-intro>p{margin:0 0 6px;color:var(--soft);font-size:15px;max-width:430px}
.class-grid{display:grid;grid-template-columns:1.08fr .92fr;grid-template-rows:1fr 1fr;gap:16px;max-width:1120px;margin:auto}
.class-card{overflow:hidden;border-radius:18px;display:grid;background:var(--lavender)}
.dance-card{grid-row:1/3;grid-template-rows:minmax(440px,1fr) auto;background:var(--pink-soft)}
.music-card,.tkd-card{grid-template-columns:.93fr 1.07fr;min-height:310px}
.music-card{background:var(--music-soft)}.tkd-card{background:var(--blue-soft)}
.class-image{overflow:hidden;min-height:0}.class-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.75,.2,1)}
.dance-card .class-image img{object-position:center}.music-card .class-image img{object-position:44% center}.tkd-card .class-image img{object-position:center}
.class-card:hover .class-image img{transform:scale(1.018)}
.class-copy{padding:28px;display:flex;flex-direction:column;align-items:flex-start}
.class-copy h3{display:flex;align-items:center;gap:10px;font-size:clamp(27px,2.96vw,42px);line-height:1.2;margin:0}.class-copy h3 i{font-size:.52em;font-weight:400}.dance-card h3 i{color:#a51c93}.music-card h3 i{color:#7e1688}.tkd-card h3 i{color:#3e38bd}
.music-card .class-copy h3,.tkd-card .class-copy h3{font-size:29px}
.class-copy>p{margin:18px 0;color:var(--soft);font-size:14px;max-width:390px}
.class-copy ul{display:flex;flex-wrap:wrap;gap:9px 18px;list-style:none;margin:0 0 24px;padding:0;font-size:12px;font-weight:600}
.class-copy li{display:flex;align-items:center;gap:7px}.class-copy li i,.schedule i{width:8px;height:8px;border-radius:50%;flex:0 0 auto}
.ballet-dot{background:#C724B1}.tap-dot{background:#E23A78}.modern-dot{background:#B03BE3}.vocal-dot{background:#C337CE}.piano-dot{background:#A21CAF}.guitar-dot{background:#8B29D9}.violin-dot{background:#7223C9}.drums-dot{background:#5B21A8}.orchestra-dot{background:#46186F}.tkd-dot{background:#4F46E5}.tkd-deep-dot{background:#3A32B5}
.music-list{display:grid!important;grid-template-columns:repeat(3,auto)}
.arrow-link{display:inline-flex;gap:9px;align-items:center;margin-top:auto;font-size:13px;font-weight:600}

.centre{padding:0 0 clamp(110px,12vw,170px);display:grid;grid-template-columns:.78fr 1.22fr;gap:clamp(55px,8vw,110px);align-items:center;max-width:1120px;margin:auto}
.centre-copy h2{font-size:clamp(37px,4.4vw,59px);line-height:1.2;margin-bottom:24px;text-wrap:pretty}
.centre-copy>p:nth-of-type(2){color:var(--soft);font-size:15px;max-width:470px}
.centre-copy dl{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:44px 0}
.centre-copy dl div{padding:16px 0;background:var(--lavender);text-align:center;border-radius:10px}
.centre-copy dt{display:flex;justify-content:center;align-items:baseline;gap:6px;font-size:30px;font-weight:600;letter-spacing:.1px;font-variant-numeric:tabular-nums}.centre-copy dt i{font-size:16px;color:#71647a}.centre-copy dd{margin:2px 0 0;color:var(--soft);font-size:10px}
.solid-link{display:inline-flex;align-items:center;gap:14px;background:var(--ink);color:#fff;padding:13px 17px;border-radius:8px;font-size:13px;font-weight:600;transition:background .2s ease}.solid-link:hover{background:#332638}
.centre-image{position:relative;margin:0;min-height:630px;border-radius:18px;overflow:hidden}.centre-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.standards{max-width:1120px;margin:0 auto clamp(110px,12vw,170px);padding:34px 40px;background:#f8f7fa;border-radius:16px;text-align:center}
.standards>p{margin-bottom:28px;font-size:12px;color:var(--quiet)}
.standards>div{display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap}.standards span{min-width:80px;display:flex;flex-direction:column;align-items:center;font-size:10px;color:var(--quiet)}.standards span>i{margin-bottom:8px;font-size:24px;color:#756b7a}
/* The client asked for real awarding body marks rather than icons. Logos are
   mixed aspect ratios, so they are boxed to a common height and left to keep
   their own width. */
.standards span>img{height:34px;width:auto;max-width:110px;margin-bottom:10px;object-fit:contain}.standards .standard-dance>i,.standards .standard-tap>i{color:#a51c93}.standards .standard-tkd>i{color:#3e38bd}.standards .standard-music>i{color:#7e1688}.standards b{display:block;color:var(--ink);font-size:17px;letter-spacing:.1px}

.timetable{max-width:1120px;margin:0 auto clamp(110px,12vw,170px);display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(60px,9vw,130px);align-items:start;padding:clamp(60px,7vw,90px);background:var(--lavender);border-radius:20px}
.timetable-copy h2{font-size:clamp(34px,3.76vw,50px);line-height:1.2;margin-bottom:22px;text-wrap:pretty}.timetable-copy>p:nth-of-type(2){color:var(--soft);font-size:14px}.timetable-copy .arrow-link{margin-top:24px}
.schedule{background:#fff;border-radius:14px;padding:4px 24px}
.schedule article{display:grid;grid-template-columns:98px 8px 1fr;gap:16px;align-items:center;padding:20px 0;border-bottom:1px solid #ece8ef}.schedule article:last-child{border-bottom:0}.schedule time{font-size:11px;color:var(--quiet);font-variant-numeric:tabular-nums}.schedule h3{font:600 16px/1.25 'Switzer',sans-serif;letter-spacing:.1px;margin:0}.schedule p{margin:2px 0 0;color:var(--quiet);font-size:11px}

.trial{max-width:1120px;margin:0 auto clamp(80px,9vw,120px);display:grid;grid-template-columns:1fr .8fr .62fr;gap:clamp(36px,6vw,82px);align-items:center;padding:clamp(48px,7vw,82px);background:#25202a;color:#fff;border-radius:20px}
.trial>div>p{color:#aaa1af}.trial h2{font-size:clamp(34px,3.84vw,50px);line-height:1.2;margin:0;text-wrap:pretty}.trial>p{color:#c8c1cb;font-size:14px;margin:0}.trial-action>a{display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;padding:14px 16px;background:#fff;color:var(--ink);border-radius:8px;font-size:13px;font-weight:600;transition:background .2s ease}.trial-action>a:hover{background:#EDEAF0}.trial-action>p{margin:14px 0 0;color:#a99fac;font-size:11px}.trial-action>p a{color:#fff;font-weight:600}

.site-footer{max-width:1120px;margin:0 auto;padding:54px 0 28px;display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:50px;border-top:1px solid #ece8ef;font-size:13px}
.footer-brand{display:flex;gap:16px;align-items:center}.footer-brand img{width:58px;height:64px;object-fit:contain}.footer-brand p{margin:0;color:var(--soft)}
.footer-contact,.footer-links{display:flex;flex-direction:column;gap:8px}.footer-contact a{display:flex;align-items:center;gap:8px}.footer-contact i{font-size:16px;color:#766c7b}.footer-contact a,.footer-links a{transition:color .2s ease}.footer-contact a:hover,.footer-links a:hover{color:var(--ink)}
.copyright{grid-column:1/-1;margin:18px 0 0;color:var(--quiet);font-size:11px}

@media(max-width:1000px){
  .desktop-nav,.header-cta{display:none}.mobile-menu{display:block;justify-self:end}/* only the logo and the kebab remain, so drop the third column and the gap
     that were reserved for the desktop nav and CTA */.header-inner{grid-template-columns:1fr auto;gap:0}.mobile-menu nav{position:absolute;right:0;top:34px;z-index:50;width:210px;padding:10px;background:#fff;border-radius:9px;box-shadow:0 8px 18px rgba(23,18,25,.1)}.mobile-menu nav a{display:block;padding:10px;border-radius:6px}.mobile-menu nav a[aria-current="page"]{background:#f7f6f8;font-weight:600}.mobile-menu nav .mobile-cta{margin-top:6px;padding-top:14px;font-weight:600;box-shadow:inset 0 1px 0 #ece8ef}
  .hero-frame{aspect-ratio:16/10}.hero-copy{top:6%;width:70%}.hero-copy h1{font-size:36px}
  .hero-foot{grid-template-columns:1fr}.hero-facts{justify-self:start}
  .class-grid{grid-template-columns:1fr;grid-template-rows:auto}.dance-card{grid-row:auto;grid-template-rows:460px auto}.music-card,.tkd-card{min-height:360px}
  .centre{grid-template-columns:1fr}.centre-copy{max-width:690px}.centre-image{min-height:520px}
  .timetable{grid-template-columns:1fr}.trial{grid-template-columns:1fr 1fr}.trial-action{grid-column:2}.trial>p{grid-column:1}
}
@media(max-width:680px){
  .site-header{height:72px}.header-inner{padding:0 18px}.brand img{width:46px;height:52px}
  main{padding:0 18px}.hero{padding-top:8px}.hero-frame{display:flex;flex-direction:column;aspect-ratio:auto;overflow:visible;background:transparent}.hero-frame::after{display:none}.hero-copy{position:static;order:1;width:auto;transform:none;padding:28px 14px 24px;text-align:left;background:var(--lavender);border-radius:16px 16px 0 0}.hero-copy h1{color:var(--ink);text-shadow:none}.hero-break{display:none}.hero-copy>span{color:#3d3541;text-shadow:none}.hero-copy>p{color:#29222d}.hero-copy>p i{color:#837a88}.hero-dance{color:#8f167f}.hero-music{color:#74147d}.hero-tkd{color:#3731ad}.hero-copy>a{background:var(--ink);color:#fff}.hero-copy>a:hover{background:#332638}.hero-copy>p{justify-content:flex-start}.hero-copy h1{font-size:36px;max-width:330px}.hero-copy>span{max-width:300px}.hero-frame>img{order:2;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0 0 16px 16px}.hero-foot{padding:18px 4px 0;gap:18px}.hero-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px}
  .classes{padding:96px 0}.section-intro{grid-template-columns:1fr;gap:24px;margin-bottom:38px}.section-intro h2{font-size:34px}.class-grid{gap:14px}.dance-card{grid-template-rows:300px auto}.music-card,.tkd-card{grid-template-columns:1fr;min-height:0}.music-card .class-image,.tkd-card .class-image{height:270px}.class-copy{padding:24px}.class-copy h3,.music-card .class-copy h3,.tkd-card .class-copy h3{font-size:30px}.music-list{grid-template-columns:repeat(3,auto)}
  .centre{padding-bottom:96px;gap:42px}.centre-copy h2{font-size:35px}.centre-copy dl{gap:8px;margin:34px 0}.centre-copy dl div{padding:14px 4px}.centre-copy dt{font-size:26px}.centre-image{min-height:390px}
  .standards{margin-bottom:96px;padding:30px 22px}.standards>div{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 12px}
  .timetable{margin-bottom:96px;padding:44px 24px;gap:38px}.timetable-copy h2{font-size:34px}.schedule{padding:4px 16px}.schedule article{grid-template-columns:82px 8px 1fr;gap:10px}
  .trial{margin-bottom:70px;padding:44px 28px;grid-template-columns:1fr;gap:26px}.trial h2{font-size:35px}.trial>p,.trial-action{grid-column:1}
  .site-footer{margin:0 18px;padding:44px 0 24px;grid-template-columns:1fr}.copyright{grid-column:1}
}
/* Direction rule: a link that jumps within the current page points down, a link
   that goes somewhere else keeps the diagonal arrow. The hover nudge follows
   whichever direction the arrow is pointing. Specificity is deliberately high
   so it beats the per-page arrow rules in dance/music/taekwondo stylesheets. */
a[href^="#"] i.ph.ph-arrow-down{transition:transform .2s ease}
a[href^="#"]:hover i.ph.ph-arrow-down{transform:translateY(3px)}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
