:root { --ink:#071a31; --blue:#0758bd; --red:#df0613; --paper:#fbfaf7; --line:#cdd2d8; --muted:#4f5d6b; --navy:#04162b; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font:17px/1.55 Inter,Arial,sans-serif; overflow-x:hidden; }
main { width:100%; max-width:100vw; overflow:hidden; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; }
h1,h2,h3,p,figure { margin-top:0; }
h1,h2,h3,.brand,.button,.day strong { font-family:Manrope,Arial,sans-serif; }
.site-header { height:84px; padding:0 max(32px,calc((100% - 1440px)/2)); display:flex; align-items:center; border-bottom:1px solid var(--line); background:rgba(251,250,247,.96); position:sticky; top:0; z-index:30; }
.brand { display:flex; align-items:center; gap:18px; }
.brand strong { color:var(--blue); font-size:37px; line-height:1; letter-spacing:-.08em; }
.brand span { font-size:15px; }
.site-header nav { display:flex; gap:28px; margin-left:auto; margin-right:32px; }
.site-header nav a { font-size:14px; font-weight:650; }
.button { min-height:58px; padding:0 27px; display:inline-flex; align-items:center; justify-content:center; gap:28px; color:#fff; background:var(--red); border:1px solid var(--red); font-size:15px; font-weight:800; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); background:#bd0010; }
.button-compact { min-height:46px; padding:0 20px; gap:15px; }
.button-secondary { color:var(--ink); background:transparent; border-color:#536478; }
.button-secondary:hover { color:#fff; background:var(--ink); }
.hero { min-height:680px; display:grid; grid-template-columns:minmax(450px,41%) 1fr; border-bottom:1px solid var(--line); }
.hero-copy { padding:90px max(42px,calc((100vw - 1440px)/2)); padding-right:55px; display:flex; flex-direction:column; justify-content:center; }
.event-meta,.section-label { color:var(--red); font-size:13px; font-weight:850; letter-spacing:.09em; text-transform:uppercase; }
h1 { margin:24px 0 27px; font-size:clamp(54px,5vw,80px); line-height:.99; letter-spacing:-.058em; max-width:630px; }
.hero-lead { color:var(--muted); font-size:20px; line-height:1.55; max-width:600px; }
.hero-actions { display:flex; gap:15px; margin-top:30px; }
.hero-photo { min-width:0; margin:0; position:relative; background:#dce2e7; }
.hero-photo img { height:100%; object-fit:cover; object-position:center; filter:saturate(.82) contrast(1.04); }
.hero-photo figcaption { position:absolute; right:0; bottom:0; padding:12px 18px; color:#fff; background:var(--navy); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.trust-strip { min-height:82px; padding:20px max(32px,calc((100% - 1340px)/2)); display:flex; align-items:center; gap:45px; border-bottom:1px solid var(--line); }
.trust-strip>span { color:var(--muted); font-size:12px; white-space:nowrap; }
.trust-strip>div { flex:1; display:flex; justify-content:space-between; align-items:center; gap:25px; }
.trust-strip strong { font:800 14px Manrope,Arial,sans-serif; }
.section { width:min(1320px,calc(100% - 64px)); margin:auto; padding:110px 0; }
.section-label { padding-bottom:14px; border-bottom:1px solid #7e8994; }
.intro-grid,.program-heading { display:grid; grid-template-columns:1.1fr .9fr; gap:100px; margin:38px 0 65px; align-items:end; }
h2 { margin-bottom:0; font-size:clamp(48px,5vw,72px); line-height:1.03; letter-spacing:-.055em; }
.intro-grid>p,.program-heading>p { color:var(--muted); font-size:19px; line-height:1.65; max-width:550px; }
.benefits { display:grid; grid-template-columns:repeat(3,1fr); border-top:2px solid var(--ink); }
.benefits article { min-height:280px; padding:30px 35px 35px 0; border-right:1px solid var(--line); display:flex; flex-direction:column; justify-content:flex-end; }
.benefits article+article { padding-left:35px; }
.benefits article:last-child { border-right:0; }
.benefits span,.topic-list span { color:var(--blue); font-size:33px; font-weight:300; }
.benefits h3 { margin:45px 0 12px; font-size:29px; letter-spacing:-.035em; }
.benefits p { color:var(--muted); margin:0; }
.proof-image { width:min(1440px,100%); height:650px; margin:auto; position:relative; overflow:hidden; background:var(--navy); }
.proof-image img { height:100%; object-fit:cover; filter:saturate(.75) brightness(.68); }
.proof-image:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(4,22,43,.8),transparent 65%); }
.proof-image div { position:absolute; z-index:2; left:max(45px,calc((100% - 1320px)/2)); bottom:65px; color:#fff; display:flex; flex-direction:column; gap:18px; }
.proof-image div span { color:#cbd9ec; font-size:12px; text-transform:uppercase; letter-spacing:.13em; }
.proof-image div strong { font:750 clamp(38px,4vw,62px)/1.05 Manrope,Arial,sans-serif; letter-spacing:-.045em; }
.days { display:grid; grid-template-columns:1fr 1fr; gap:52px; }
.day:first-child { border-right:1px solid #8d98a3; padding-right:52px; }
.day header { min-height:135px; display:grid; grid-template-columns:auto auto 1fr; align-items:end; gap:16px; border-bottom:4px solid var(--blue); padding-bottom:18px; color:var(--blue); }
.day header>span { align-self:start; font-weight:850; }
.day header strong { font-size:110px; line-height:.8; letter-spacing:-.1em; }
.day header div { padding-bottom:3px; }
.day header b { letter-spacing:.08em; }
.day header p { color:var(--ink); font-weight:800; margin:2px 0 0; }
.day ul { list-style:none; margin:0; padding:18px 0 0; }
.day li { display:grid; grid-template-columns:90px 1fr; gap:20px; padding:21px 0; border-bottom:1px solid var(--line); }
.day time { color:var(--blue); font-weight:800; }
.underlined-link { margin-top:34px; padding-bottom:7px; border-bottom:2px solid var(--blue); display:inline-flex; gap:25px; font-weight:800; color:var(--blue); }
.experience { background:var(--navy); color:#fff; }
.experience-inner { display:grid; grid-template-columns:.78fr 1.22fr; gap:90px; }
.experience .section-label { color:#5fa2fa; border-color:#5b6a7c; }
.experience-copy>p:last-child { color:#a8b3c0; max-width:500px; margin-top:35px; }
.practice-cards { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.practice-card { background:#0b223d; border:1px solid #35465a; overflow:hidden; }
.practice-card img { width:100%; aspect-ratio:3/2; object-fit:cover; filter:saturate(.82) contrast(1.03); }
.practice-card>div { min-height:195px; padding:25px 27px 29px; }
.practice-card span,.workshop-row>span { color:#5fa2fa; font-size:28px; font-weight:300; }
.practice-card h3,.workshop-row h3 { font-size:29px; margin:22px 0 7px; }
.practice-card p,.workshop-row p { color:#9eabb9; margin:0; }
.workshop-row { grid-column:1/3; display:grid; grid-template-columns:70px 1fr; gap:20px; padding:25px 0 0; border-top:1px solid #435164; }
.workshop-row h3 { margin:0 0 6px; }
.topics h2 { max-width:760px; margin:38px 0 60px; }
.topic-list { border-top:2px solid var(--ink); }
.topic-list article { display:grid; grid-template-columns:100px 1fr 1fr; gap:30px; align-items:center; padding:30px 0; border-bottom:1px solid var(--line); }
.topic-list h3 { margin:0; font-size:31px; letter-spacing:-.035em; }
.topic-list p { color:var(--muted); margin:0; }
.location { width:min(1440px,100%); min-height:680px; margin:auto; display:grid; grid-template-columns:40% 60%; background:#fff; }
.location-copy { padding:85px max(45px,calc((100vw - 1440px)/2)); padding-right:55px; display:flex; flex-direction:column; justify-content:center; }
.location-copy h2 { margin:35px 0 30px; font-size:clamp(45px,4vw,64px); }
.location-copy>p:not(.section-label) { color:var(--muted); }
.location-copy address { font-style:normal; font-weight:750; padding:25px 0; border-top:1px solid var(--line); }
.location-copy .button { align-self:flex-start; }
.location>img { height:100%; object-fit:cover; object-position:center; }
.ticket { background:var(--navy); color:#fff; padding:80px max(40px,calc((100% - 1320px)/2)); }
.ticket .section-label { color:#5fa2fa; border-color:#536173; }
.ticket>div { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:center; padding-top:35px; }
.ticket aside { border-left:1px solid #596779; padding-left:70px; display:flex; flex-direction:column; align-items:flex-start; }
.ticket aside strong { font:750 68px/1 Manrope,Arial,sans-serif; letter-spacing:-.06em; }
.ticket aside>span { color:#9eabb8; margin:8px 0 24px; }
.ticket-note { color:#8f9cab; margin:30px 0 0; font-size:13px; }
.final-cta { padding:105px 30px; text-align:center; border-bottom:1px solid var(--line); }
.final-cta h2 { max-width:1000px; margin:0 auto 40px; }
footer { padding:65px max(35px,calc((100% - 1320px)/2)) 30px; background:var(--paper); }
footer>div:first-child { display:flex; justify-content:space-between; }
footer p { color:var(--muted); text-align:right; font-size:13px; }
.footer-bottom { margin-top:65px; padding-top:25px; border-top:1px solid var(--line); display:flex; justify-content:space-between; font-size:12px; color:var(--muted); }
.footer-bottom nav { display:flex; gap:25px; }
.mobile-cta { display:none; }
.menu-toggle { display:none; width:44px; height:44px; padding:10px; border:0; background:transparent; cursor:pointer; }
.menu-toggle>span:not(.sr-only) { display:block; height:2px; margin:5px 0; background:var(--ink); transition:transform .2s,opacity .2s; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (max-width:1000px) {
  .site-header nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-copy { padding:70px 45px; }
  .hero-photo { height:560px; }
  .trust-strip { overflow:hidden; }
  .trust-strip>div { min-width:max-content; }
  .intro-grid,.program-heading { grid-template-columns:1fr; gap:25px; }
  .experience-inner { grid-template-columns:1fr; gap:60px; }
  .location { grid-template-columns:1fr; }
  .location>img { height:550px; }
}

@media (max-width:680px) {
  body { font-size:16px; padding-bottom:70px; }
  .site-header { height:70px; padding:0 18px; }
  .brand strong { font-size:29px; }
  .brand span { font-size:12px; }
  .header-cta { display:none; }
  .menu-toggle { display:block; margin-left:auto; }
  .site-header nav { display:none; position:absolute; top:70px; left:0; right:0; margin:0; padding:22px; flex-direction:column; gap:0; background:var(--paper); border-bottom:1px solid var(--line); box-shadow:0 14px 30px rgba(2,17,35,.12); }
  .site-header nav.is-open { display:flex; }
  .site-header nav a { padding:13px 0; border-bottom:1px solid var(--line); }
  .menu-toggle[aria-expanded="true"]>span:nth-of-type(1) { transform:translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]>span:nth-of-type(2) { opacity:0; }
  .menu-toggle[aria-expanded="true"]>span:nth-of-type(3) { transform:translateY(-7px) rotate(-45deg); }
  .hero-copy { padding:55px 22px 42px; }
  h1 { font-size:52px; }
  .hero-lead { font-size:18px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-photo { height:360px; }
  .trust-strip { padding:20px; flex-direction:column; align-items:flex-start; gap:14px; }
  .trust-strip>div { gap:28px; min-width:0; width:100%; overflow:hidden; }
  .section { width:calc(100% - 40px); padding:80px 0; }
  h2 { font-size:47px; }
  .benefits { grid-template-columns:1fr; }
  .benefits article,.benefits article+article { min-height:220px; padding:28px 0; border-right:0; border-bottom:1px solid var(--line); }
  .benefits h3 { margin:25px 0 10px; }
  .proof-image { height:470px; }
  .proof-image div { left:22px; right:20px; bottom:34px; }
  .days { grid-template-columns:1fr; gap:55px; }
  .day:first-child { border-right:0; padding-right:0; }
  .day header strong { font-size:88px; }
  .experience-inner { grid-template-columns:1fr; gap:45px; }
  .practice-cards { grid-template-columns:1fr; }
  .workshop-row { grid-column:auto; }
  .topic-list article { grid-template-columns:55px 1fr; }
  .topic-list article p { grid-column:2; }
  .location { width:100%; max-width:100vw; overflow:hidden; }
  .location-copy { min-width:0; padding:70px 22px; }
  .location>img { height:360px; }
  .ticket { padding:65px 22px; }
  .ticket>div { grid-template-columns:1fr; gap:38px; }
  .ticket aside { border-left:0; border-top:1px solid #596779; padding:30px 0 0; }
  .final-cta { padding:80px 20px; }
  footer>div:first-child,.footer-bottom { flex-direction:column; gap:25px; }
  footer p { text-align:left; }
  .mobile-cta { display:flex; position:fixed; z-index:50; left:12px; right:12px; bottom:10px; min-height:52px; padding:0 22px; align-items:center; justify-content:space-between; background:var(--red); color:#fff; font-weight:800; box-shadow:0 10px 35px rgba(2,17,35,.3); }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none!important; animation:none!important; } }
