@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Oswald:wght@500;600;700&display=swap');
:root { --ink:#101010; --cream:#f4efe3; --yellow:#ffd600; --pink:#ff3f7b; --blue:#5bd5ff; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:'DM Sans',sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; }
.site-header { height:84px; padding:0 4vw; display:flex; align-items:center; gap:38px; position:absolute; top:0; left:0; right:0; z-index:5; color:white; border-bottom:1px solid #ffffff4d; }
.brand { display:flex; align-items:baseline; font:700 22px/1 'Oswald',sans-serif; letter-spacing:-1px; }
.brand b { color:var(--yellow); }
.brand i { font-size:13px; margin-left:3px; color:var(--pink); font-style:normal; }
nav { display:flex; gap:28px; margin-left:auto; font-weight:700; font-size:14px; }
nav a:hover { color:var(--yellow); }
.button { display:inline-flex; align-items:center; justify-content:center; gap:18px; background:var(--yellow); color:var(--ink); padding:17px 23px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; font-size:13px; border:2px solid var(--yellow); box-shadow:5px 5px 0 var(--pink); transition:.18s; }
.button:hover { transform:translate(3px,3px); box-shadow:2px 2px 0 var(--pink); }
.button-small { padding:11px 17px; box-shadow:none; }
.hero { height:min(850px,100vh); min-height:690px; position:relative; overflow:hidden; color:white; background:#111; }
.hero-image { width:100%; height:100%; object-fit:cover; object-position:center 25%; filter:saturate(.9); }
.hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,5,5,.9) 0%,rgba(5,5,5,.44) 52%,rgba(5,5,5,.12)),linear-gradient(0deg,rgba(0,0,0,.55),transparent 45%); }
.hero-copy { position:absolute; left:7vw; bottom:10%; max-width:760px; }
.eyebrow { margin:0 0 16px; text-transform:uppercase; letter-spacing:.18em; font-weight:700; font-size:12px; color:var(--yellow); }
.eyebrow.dark { color:#b13561; }
h1,h2,h3 { font-family:'Oswald',sans-serif; text-transform:uppercase; margin:0; line-height:.94; }
h1 { font-size:clamp(68px,9.8vw,150px); letter-spacing:-.055em; max-width:950px; }
h1 span { display:block; font-size:.42em; letter-spacing:.02em; color:var(--yellow); }
.hero-date { font-size:clamp(18px,2vw,28px); margin:22px 0 28px; }
.hero-date b { margin-left:18px; color:var(--blue); }
.actions { display:flex; align-items:center; gap:30px; }
.text-link { font-weight:700; border-bottom:1px solid white; padding-bottom:4px; }
.announcement { position:absolute; right:4vw; bottom:8%; width:230px; aspect-ratio:1; border-radius:50%; background:var(--pink); display:flex; flex-direction:column; justify-content:center; align-items:center; transform:rotate(8deg); text-transform:uppercase; box-shadow:0 0 0 7px #ff3f7b55; }
.announcement span { font-size:12px; letter-spacing:.18em; }.announcement strong { font:700 35px/1 'Oswald'; }
.ticker { overflow:hidden; background:var(--yellow); border-block:2px solid var(--ink); padding:16px 0; white-space:nowrap; font:700 20px/1 'Oswald'; letter-spacing:.04em; }
.ticker div { min-width:max-content; animation:slide 24s linear infinite; }.ticker span { color:var(--pink); margin:0 24px; }
@keyframes slide { to { transform:translateX(-35%); } }
.section { padding:110px 7vw; }
.lineup { display:grid; grid-template-columns:1.1fr .7fr; gap:8vw; align-items:center; }
.section-intro h2,.experience h2,.stay h2,.charity h2,.info h2 { font-size:clamp(45px,6vw,88px); letter-spacing:-.04em; }
.section-intro h2 em { color:var(--pink); font-style:normal; }
.section-intro>p:not(.eyebrow) { max-width:620px; font-size:20px; line-height:1.55; }
.more-acts { margin-top:35px; padding:22px 25px; background:var(--ink); color:white; max-width:500px; display:flex; flex-direction:column; transform:rotate(-1deg); }
.more-acts span { color:var(--yellow); font-size:12px; text-transform:uppercase; letter-spacing:.15em; }.more-acts strong { font:700 30px 'Oswald'; text-transform:uppercase; }
.poster-card { margin:0; position:relative; transform:rotate(2deg); box-shadow:18px 18px 0 var(--yellow); }.poster-card img { aspect-ratio:4/5; object-fit:cover; }.poster-card figcaption { position:absolute; top:-18px; right:-22px; background:var(--blue); padding:10px 18px; font-weight:700; text-transform:uppercase; transform:rotate(3deg); }
.experience { padding:110px 4vw; background:var(--ink); color:white; }
.experience-heading { display:flex; justify-content:space-between; align-items:end; margin:0 3vw 55px; }.experience-heading h2 { max-width:700px; }
.highlight-grid { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #ffffff38; }
.highlight-grid article { min-height:210px; padding:24px; border-right:1px solid #ffffff38; position:relative; }.highlight-grid article:last-child { border:0; }.highlight-grid span { color:#777; }.highlight-grid b { position:absolute; right:18px; top:18px; color:var(--yellow); font:700 14px 'Oswald'; }.highlight-grid h3 { font-size:30px; margin-top:80px; }
.photo-grid { margin-top:50px; display:grid; grid-template-columns:1.5fr 1fr; grid-template-rows:repeat(2,310px); gap:18px; }.photo-grid figure { margin:0; position:relative; overflow:hidden; }.photo-grid .photo-large { grid-row:1/3; }.photo-grid img { height:100%; object-fit:cover; transition:.5s; }.photo-grid figure:hover img { transform:scale(1.03); }.photo-grid figcaption { position:absolute; left:16px; bottom:16px; background:var(--yellow); color:var(--ink); padding:8px 12px; text-transform:uppercase; font-weight:700; font-size:12px; }
.video-section { padding:110px 7vw; background:#442072; color:white; display:grid; grid-template-columns:.8fr 1.2fr; gap:6vw; align-items:center; }.section-intro.light h2 { color:white; }.videos { display:flex; gap:20px; justify-content:center; align-items:center; }.video { overflow:hidden; background:#111; box-shadow:12px 12px 0 var(--yellow); }.video iframe { display:block; border:0; width:100%; height:100%; }.video.landscape { width:min(100%,560px); aspect-ratio:560/314; }.video.portrait { width:210px; aspect-ratio:267/476; flex:none; }
.stay { display:grid; grid-template-columns:1fr 1fr; min-height:720px; }.stay-image img { height:100%; object-fit:cover; }.stay-copy { padding:100px 7vw; background:var(--yellow); display:flex; flex-direction:column; justify-content:center; align-items:start; }.stay-copy p:not(.eyebrow) { font-size:19px; line-height:1.6; }.stay-copy ul { list-style:none; padding:0; margin:10px 0 30px; }.stay-copy li { margin:12px 0; font-weight:700; }.stay-copy li:before { content:'✦'; margin-right:12px; color:var(--pink); }.button-dark { background:var(--ink); border-color:var(--ink); color:white; }
.charity { background:#d81245; color:white; display:grid; grid-template-columns:1fr 1fr; align-items:center; }.charity img { height:600px; object-fit:cover; }.charity>div { padding:8vw; }.charity p:not(.eyebrow) { font-size:18px; line-height:1.6; }
.info { padding:100px 7vw; display:grid; grid-template-columns:.8fr 1.2fr; gap:7vw; align-items:center; }.info dl { margin:0; border-top:2px solid var(--ink); }.info dl div { display:grid; grid-template-columns:110px 1fr; padding:18px 0; border-bottom:1px solid #aaa; }.info dt { text-transform:uppercase; font-weight:700; font-size:12px; letter-spacing:.12em; }.info dd { margin:0; font-size:18px; }.info>.button { grid-column:2; justify-self:start; }
footer { background:var(--ink); color:white; padding:55px 7vw; display:grid; grid-template-columns:auto 1fr; align-items:center; gap:15px 45px; }.footer-brand { font-size:30px; }.smallprint { grid-column:2; color:#888; font-size:12px; margin:0; }
@media(max-width:900px) { nav { display:none; }.announcement { width:150px; right:-25px; bottom:14%; }.announcement strong { font-size:24px; }.lineup,.video-section,.stay,.charity,.info { grid-template-columns:1fr; }.highlight-grid { grid-template-columns:1fr 1fr; }.stay-image { height:420px; }.info>.button { grid-column:1; }.photo-grid { grid-template-columns:1fr; grid-template-rows:420px 260px 260px; }.photo-grid .photo-large { grid-row:auto; }.videos { margin-top:30px; }.charity img { height:430px; }.experience-heading { display:block; }}
@media(max-width:600px) { .site-header { height:68px; padding:0 20px; }.site-header .button { font-size:10px; margin-left:auto; padding:10px; }.hero { min-height:700px; }.hero-copy { left:22px; right:22px; bottom:13%; }.hero-date b { display:block; margin:6px 0 0; }.announcement { display:none; }.actions { align-items:start; flex-direction:column; gap:20px; }.section,.experience,.video-section { padding:75px 22px; }.lineup { gap:60px; }.section-intro h2,.experience h2,.stay h2,.charity h2,.info h2 { font-size:46px; }.highlight-grid { grid-template-columns:1fr; }.highlight-grid article { min-height:160px; border-right:0; border-bottom:1px solid #ffffff38; }.highlight-grid h3 { margin-top:45px; }.photo-grid { grid-template-rows:330px 230px 230px; }.experience-heading { margin:0 0 35px; }.videos { flex-direction:column; }.video.portrait { width:70%; }.stay-image { height:300px; }.stay-copy { padding:70px 22px; }.charity img { height:330px; }.charity>div,.info { padding:70px 22px; }.info { gap:40px; }.info dl div { grid-template-columns:85px 1fr; }.info>.button { width:100%; } footer { grid-template-columns:1fr; padding:45px 22px; }.smallprint { grid-column:1; }}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.ticker div { animation:none; } }
