:root {
    --acid: #d7ff00;
    --ink: #090b0a;
    --paper: #f4f0e8;
    --muted: #aaa9a3;
    --line: rgba(255,255,255,.14);
    --display: "Archivo Black", sans-serif;
    --body: "Manrope", sans-serif;
    --serif: "Playfair Display", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: #f7f5ef; background: var(--ink); font-family: var(--body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px; background: var(--acid); color: #000; }
.skip-link:focus { top: 16px; }
.page-grain { position: fixed; inset: 0; pointer-events: none; z-index: 90; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.reading-progress { position: fixed; inset: 0 0 auto; height: 3px; background: transparent; z-index: 120; }
.reading-progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--acid); }

.site-header { height: 78px; padding: 0 clamp(22px,4vw,72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: absolute; inset: 0 0 auto; z-index: 40; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(215,255,0,.6); }
.brand strong { font: 18px/1 var(--display); letter-spacing: .025em; }
.brand em { color: var(--acid); font-style: normal; }
.site-header nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; }
.site-header nav a { opacity: .72; transition: opacity .25s; }
.site-header nav a:hover { opacity: 1; }
.header-cta { padding: 14px 19px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; font-size: 12px; font-weight: 800; }
.header-cta span { color: var(--acid); margin-left: 12px; }

.dance-hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; }
.hero-image { position: absolute; inset: 0; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); animation: hero-drift 13s cubic-bezier(.2,.7,.2,1) both; }
.hero-image div { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,6,.96) 0%, rgba(5,7,6,.72) 42%, rgba(5,7,6,.05) 78%), linear-gradient(0deg, rgba(5,7,6,.75), transparent 55%); }
.hero-copy { position: relative; z-index: 2; width: min(1040px, 92vw); padding: 145px 0 9vh clamp(22px,5vw,92px); }
.breadcrumb { display: inline-flex; gap: 10px; margin-bottom: 40px; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; opacity: .68; }
.breadcrumb span { color: var(--acid); }
.eyebrow, .section-intro > p { margin: 0 0 16px; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: var(--acid); }
.hero-copy h1 { margin: 0; max-width: 1050px; font: clamp(54px,8.6vw,150px)/.82 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.hero-copy h1 span { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.58); }
.hero-copy h2 { margin: 28px 0 0; font: italic clamp(30px,4vw,70px)/1 var(--serif); color: var(--acid); }
.hero-description { max-width: 650px; margin: 30px 0; color: #cccac4; font-size: clamp(15px,1.25vw,19px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.primary-action { display: inline-flex; align-items: center; justify-content: space-between; min-width: 260px; padding: 18px 22px; background: var(--acid); color: #090b0a; border-radius: 99px; font-size: 12px; font-weight: 900; text-transform: uppercase; transition: transform .25s, box-shadow .25s; }
.primary-action:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(215,255,0,.14); }
.secondary-action { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.secondary-action span { display: block; margin-top: 5px; color: var(--muted); }
.hero-index { position: absolute; right: 4vw; bottom: 5vh; z-index: 2; writing-mode: vertical-rl; font-size: 10px; letter-spacing: .25em; opacity: .6; }
.scroll-cue { position: absolute; right: 12vw; bottom: 5vh; z-index: 2; display: flex; gap: 12px; align-items: center; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue i { width: 52px; height: 1px; background: var(--acid); animation: cue 1.8s infinite; transform-origin: left; }

.experience, .program, .faq-section, .other-dances { padding: clamp(90px,12vw,180px) clamp(22px,5vw,92px); }
.experience { color: #111; background: var(--paper); }
.section-intro { display: grid; grid-template-columns: 1fr 3fr; align-items: start; margin-bottom: clamp(55px,8vw,110px); }
.section-intro h2 { margin: 0; font: clamp(44px,7vw,110px)/.9 var(--display); letter-spacing: -.065em; text-transform: uppercase; }
.section-intro h2 em { font-family: var(--serif); font-weight: 700; text-transform: none; color: var(--acid); text-shadow: 0 0 1px #000; }
.experience .section-intro > p { color: #586800; }
.experience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.story-card { min-height: 310px; padding: 35px; border: 1px solid rgba(0,0,0,.16); display: flex; flex-direction: column; justify-content: space-between; }
.story-card-dark { background: #111; color: #f5f1e8; }
.story-card span { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.story-card p { max-width: 540px; margin: 60px 0 0; font-size: clamp(21px,2.2vw,36px); line-height: 1.25; font-weight: 600; }
.benefit-list { grid-column: 1 / -1; border-top: 1px solid rgba(0,0,0,.18); }
.benefit { display: grid; grid-template-columns: 80px 1fr 40px; align-items: center; padding: 26px 5px; border-bottom: 1px solid rgba(0,0,0,.18); }
.benefit small { font-weight: 800; opacity: .45; }
.benefit strong { font-size: clamp(18px,2vw,30px); }
.benefit i { font-size: 24px; font-style: normal; }

.program { background: #0b0d0c; }
.schedule-list { border-top: 1px solid var(--line); }
.schedule-row { min-height: 96px; display: grid; grid-template-columns: 1fr .6fr 1.5fr 1fr auto; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.schedule-row span { color: var(--acid); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.schedule-row strong { font: 28px/1 var(--display); }
.schedule-row p { font-weight: 800; }
.schedule-row small { color: var(--muted); }
.schedule-row a { padding: 12px 16px; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; font-weight: 800; }
.schedule-empty { padding: clamp(40px,8vw,100px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(215,255,0,.08), transparent 50%); }
.schedule-empty span { color: var(--acid); font: clamp(28px,5vw,70px)/1 var(--display); text-transform: uppercase; }
.schedule-empty p { color: var(--muted); }
.schedule-empty a { display: inline-block; margin-top: 20px; padding-bottom: 6px; border-bottom: 1px solid var(--acid); font-weight: 800; }

.faq-section { color: #111; background: var(--paper); }
.faq-section .section-intro > p { color: #586800; }
.faq-list { max-width: 1120px; margin-left: auto; }
.faq-item { border-top: 1px solid rgba(0,0,0,.2); }
.faq-item:last-child { border-bottom: 1px solid rgba(0,0,0,.2); }
.faq-item summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 70px 1fr 40px; align-items: center; padding: 30px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary small { opacity: .42; font-weight: 800; }
.faq-item summary strong { font-size: clamp(18px,2vw,29px); }
.faq-item summary i { font-size: 26px; font-style: normal; transition: transform .3s; }
.faq-item[open] summary i { transform: rotate(45deg); }
.faq-item div { overflow: hidden; }
.faq-item p { max-width: 720px; margin: 0 0 34px 70px; color: #54544f; font-size: 17px; line-height: 1.75; }

.other-dances { background: #111411; }
.dance-links { border-top: 1px solid var(--line); }
.dance-links a { display: grid; grid-template-columns: 70px 1.4fr 1fr 40px; align-items: center; min-height: 105px; border-bottom: 1px solid var(--line); transition: padding .3s, color .3s; }
.dance-links a:hover { padding-left: 15px; color: var(--acid); }
.dance-links span { font-size: 10px; opacity: .45; }
.dance-links strong { font: clamp(22px,3vw,46px)/1 var(--display); text-transform: uppercase; }
.dance-links small { color: var(--muted); }
.dance-links i { font-style: normal; font-size: 22px; }
.all-dances { display: inline-block; margin-top: 35px; padding-bottom: 6px; border-bottom: 1px solid var(--acid); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.closing { min-height: 85svh; position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; }
.closing-image { position: absolute; inset: 0; }
.closing-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); }
.closing-image::after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.closing-copy { position: relative; z-index: 2; padding: 80px 20px; }
.closing-copy p { font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.closing-copy h2 { margin: 25px 0 45px; font: clamp(50px,9vw,150px)/.82 var(--display); text-transform: uppercase; letter-spacing: -.07em; }
.closing-copy h2 em { font-family: var(--serif); text-transform: none; color: var(--acid); }
.closing-copy a { display: inline-flex; min-width: 270px; justify-content: space-between; padding: 18px 22px; border-radius: 99px; background: var(--acid); color: #000; font-size: 12px; font-weight: 900; text-transform: uppercase; }

footer { padding: 70px clamp(22px,5vw,92px) 35px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; border-top: 1px solid var(--line); }
.footer-brand { font-size: clamp(48px,7vw,100px); letter-spacing: -.06em; font-weight: 300; }
.footer-brand span { color: var(--acid); }
footer > div { display: flex; flex-direction: column; gap: 12px; font-size: 11px; text-transform: uppercase; line-height: 1.6; }
footer small { grid-column: 1 / -1; padding-top: 40px; border-top: 1px solid var(--line); color: #777; }

.cookie-consent { position: fixed; z-index: 200; left: 50%; bottom: 24px; width: min(740px,calc(100% - 30px)); transform: translate(-50%, calc(100% + 70px)); opacity: 0; padding: 18px; display: flex; justify-content: space-between; gap: 24px; background: rgba(18,20,18,.96); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 24px 80px rgba(0,0,0,.45); transition: transform .45s, opacity .45s; }
.cookie-consent.is-visible { transform: translate(-50%,0); opacity: 1; }
.cookie-consent span { color: var(--acid); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.cookie-consent strong { display: block; margin: 4px 0; }
.cookie-consent p { margin: 0; color: var(--muted); font-size: 12px; }
.cookie-consent-actions { display: flex; gap: 8px; align-items: center; }
.cookie-consent button { border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; padding: 12px 14px; white-space: nowrap; cursor: pointer; }
.cookie-consent button:last-child { background: var(--acid); color: #000; border-color: var(--acid); }
.mobile-contact { display: none; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-drift { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes cue { 0%,100% { transform: scaleX(.25); opacity: .3; } 50% { transform: scaleX(1); opacity: 1; } }

@media (max-width: 900px) {
    body { padding-bottom: 68px; }
    .site-header { height: 66px; padding: 0 18px; }
    .brand img { width: 38px; height: 38px; }
    .brand strong { font-size: 15px; }
    .site-header nav, .header-cta { display: none; }
    .dance-hero { min-height: 880px; align-items: end; }
    .hero-image div { background: linear-gradient(0deg, #080a09 12%, rgba(8,10,9,.66) 62%, rgba(8,10,9,.18)); }
    .hero-image img { object-position: 62% center; }
    .hero-copy { width: 100%; padding: 120px 20px 90px; }
    .breadcrumb { margin-bottom: 22px; }
    .hero-copy h1 { font-size: clamp(51px,17vw,78px); }
    .hero-copy h2 { font-size: 34px; }
    .hero-description { margin: 22px 0; font-size: 15px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 13px; }
    .primary-action { width: 100%; }
    .secondary-action { padding-left: 8px; }
    .hero-index, .scroll-cue { display: none; }
    .experience, .program, .faq-section, .other-dances { padding: 85px 20px; }
    .section-intro { display: block; margin-bottom: 55px; }
    .section-intro h2 { font-size: clamp(42px,13vw,62px); }
    .experience-grid { grid-template-columns: 1fr; }
    .story-card { min-height: 260px; padding: 25px; }
    .benefit-list { grid-column: auto; }
    .benefit { grid-template-columns: 46px 1fr 24px; }
    .schedule-row { padding: 22px 0; grid-template-columns: 1fr auto; gap: 8px 14px; }
    .schedule-row p, .schedule-row small { grid-column: 1; margin: 0; }
    .schedule-row a { grid-column: 2; grid-row: 2 / span 2; }
    .faq-item summary { grid-template-columns: 42px 1fr 30px; padding: 24px 0; }
    .faq-item p { margin-left: 42px; font-size: 15px; }
    .dance-links a { grid-template-columns: 38px 1fr 24px; min-height: 90px; }
    .dance-links small { display: none; }
    .closing { min-height: 680px; }
    .closing-copy h2 { font-size: clamp(48px,15vw,78px); }
    footer { padding: 55px 20px 30px; grid-template-columns: 1fr; }
    footer small { grid-column: auto; }
    .cookie-consent { bottom: 82px; display: block; }
    .cookie-consent-actions { margin-top: 14px; }
    .cookie-consent button { flex: 1; }
    .mobile-contact { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 9px; height: 58px; display: grid; grid-template-columns: .7fr 2fr; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 45px rgba(0,0,0,.35); }
    .mobile-contact a { display: flex; align-items: center; justify-content: center; background: #f1eee7; color: #111; font-size: 12px; font-weight: 900; text-transform: uppercase; }
    .mobile-contact a:last-child { justify-content: space-between; padding: 0 20px; background: var(--acid); border-left: 1px solid rgba(0,0,0,.12); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
