/* ============================================================
   Stow Firework Spectacular 2026
   Mobile-first, no Bootstrap, SEO-friendly dark theme
   ============================================================ */

@import url("https://use.typekit.net/yso0plj.css");



@font-face {
  font-family: 'header';
  src: url('fonts/sfs-header.woff2') format('woff2'),
       url('fonts/sfs-header.woff') format('woff');
  font-weight: normal; font-style: normal; font-display: swap;
}

:root {
  --orange: #97508D; /* ff6b00 */
  --orange-dark: #7A4072; /*#cc5500;*/
  --gold: #f5c518;
  --night: #080810;
  --night-2: #0e0e1a;
  --night-3: #161624;
  --text: #dcdcec;
  --muted: #cdcdcd;
  --white: #ffffff;
  --font: "source-sans-3-variable", sans-serif;
  --font-heading: 'header', Georgia, serif;
  --r: 6px;
  --ease: 0.25s ease;
  --max: 1160px;
  --nav: 68px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); font-weight: 300; background: #000000; color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: var(--orange); text-decoration: none; transition: color var(--ease);font-weight: 300; }
a:hover { color: var(--gold); }
ul { list-style: none; font-family: var(--font); font-weight: 300;}
h1,h2,h3,h4,h5,h6 { font-family: var(--font-heading); line-height: 1.15; font-weight: 400}
p { font-family: var(--font); font-size: 1.1rem; color: var(--muted); margin-bottom: 0; font-weight: 300;}
strong {color: #000000 !important; font-weight: 600;}

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.container-full { width: 100%; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.section--alt { background: var(--night-2); }
.text-center { text-align: center; }
.faq-padding {padding-top: 10px}

.eyebrow { display: block; font-size: 0.68rem; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.section-title { font-size: clamp(1.8rem, 5vw, 2.8rem); color: var(--white); margin-bottom: 12px; }

/* --- Buttons --- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; font-family: var(--font); font-size: 1rem; font-weight: 400; letter-spacing: 0.5px; text-transform: uppercase; border: none; border-radius: var(--r); cursor: pointer; transition: all var(--ease);  text-decoration: none; }
.btn-primary { background: var(--orange); color: var(--white); }
.btn-primary:hover { background: var(--orange-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(122, 64, 114, 0.35); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.45); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.07); color: var(--white); }
.btn-ghost { background: rgba(255,255,255,0.07); color: var(--white); border: 1px solid rgba(255,255,255,0.15); }
.btn-ghost:hover { background: rgba(255,255,255,0.12); color: var(--white); }
.btn-lg { padding: 16px 40px; font-size: 1.1rem; }
.btn-sm { padding: 9px 18px; font-size: 0.85rem; }
.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
/* ============================================================ NAV */
.site-nav { position: sticky; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav); transition: background var(--ease), box-shadow var(--ease); background: #000000; backdrop-filter: blur(10px); }
/*.site-nav.scrolled { background: #000000; box-shadow: 0 1px 0 rgba(123,104,238,0.5); backdrop-filter: blur(10px); }*/
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav); padding: 0 20px; max-width: 1400px; margin: 0 auto; }
.nav-logo img { height: 46px; width: auto; }
.nav-links { display: none; align-items: center; gap: 2px; }
.nav-links > li { position: relative; }
.nav-links > li > a { color: rgba(255,255,255,0.82); font-size: 0.9rem; font-weight: 400; letter-spacing: 0.4px; text-transform: uppercase; padding: 8px 12px; border-radius: var(--r); transition: all var(--ease); display: block; }
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--white); background: rgba(255,255,255,0.07); }
.submenu { position: absolute; top: calc(100% + 6px); left: 0; background: var(--night-3); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--r); min-width: 210px; padding: 6px 0; opacity: 0; visibility: hidden; transform: translateY(-6px); transition: all 0.2s ease; box-shadow: 0 16px 40px rgba(0,0,0,0.5); }
.nav-links > li:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li a { display: block; padding: 10px 18px; font-size: 0.9rem; color: var(--muted); text-transform: none; letter-spacing: 0; }
.submenu li a:hover { color: var(--white); background: rgba(255,255,255,0.05); }
.nav-cta { margin-left: 16px; }

/* slicknav */
.slicknav_menu .slicknav_nav { background: var(--night-2) !important; border-top: 1px solid rgba(123,104,238,0.15) !important; }
.slicknav_nav a, .slicknav_nav .slicknav_item { color: var(--text) !important; font-family: var(--font); font-weight: 400; font-size: 1rem; padding: 12px 20px !important; }
.slicknav_nav a:hover { color: var(--orange) !important; background: transparent !important; }
.slicknav_btn { background: none !important; border: none !important; padding: 8px !important; }
.slicknav_icon-bar { background: var(--white) !important; width: 22px !important; }
.slicknav_menu { background: transparent !important; padding: 0 !important; }
.slicknav_arrow { color: var(--muted) !important; font-size: 14px !important; }

/* ============================================================ HERO FULL */
.hero-full { position: relative; height: 100svh; min-height: 560px; display: flex; align-items: center; overflow: hidden; }
.hero-full::before { content: ''; position: absolute; inset: 0; z-index: 0; background: url('../img/background/sfs26.jpg') center/cover no-repeat; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to bottom, rgba(8,8,16,0.15) 0%, rgba(8,8,16,0.05) 35%, rgba(8,8,16,0.75) 70%, rgba(8,8,16,1) 100%); }
.hero-content { position: relative; z-index: 3; width: 100%; padding: 80px 0 48px; }
.hero-tag { display: inline-block; background: var(--orange); color: var(--white); font-size: 0.7rem; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; padding: 5px 14px; border-radius: 3px; margin-bottom: 14px; }
.hero-title { font-size: clamp(2.8rem, 8vw, 5rem); font-weight: 400; color: var(--white); line-height: 0.92; text-transform: uppercase; margin-bottom: 16px; }
.hero-title .accent { color: var(--orange); }
.hero-date { font-size: clamp(0.95rem, 2.5vw, 1.2rem); color: rgb(255,255,255); margin-bottom: 24px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-bottom { margin-top: 32px; }
.countdown-label { font-size: 0.62rem; font-weight: 500; letter-spacing: 2.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.countdown-blocks { display: flex; gap: 8px; }
.countdown-block { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r); padding: 10px 12px; text-align: center; min-width: 58px; backdrop-filter: blur(8px); }
.countdown-num { display: block; font-size: 1.9rem; font-weight: 500; color: var(--white); line-height: 1; }
.countdown-unit { display: block; font-size: 0.58rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-top: 2px; }

@media (min-width: 700px) {
  .hero-content .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
  .hero-main { flex: 1; }
  .hero-bottom { margin-top: 0; flex-shrink: 0; text-align: right; }
  .countdown-blocks { justify-content: flex-end; }
}

/* ============================================================ PAGE HERO (inner pages) */
.page-hero { position: relative; min-height: 260px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; margin-top: var(--nav); background: url('../img/background/sfs-bg.jpg') center 30%/cover no-repeat; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: rgba(8,8,16,0.78); }
.page-hero-inner { position: relative; z-index: 1; padding: 52px 20px; }
.page-hero-title { font-size: clamp(2rem, 8vw, 4rem); font-weight: 500; color: var(--white); text-transform: uppercase; letter-spacing: 2px; }
.page-hero-sub { font-size: 1.05rem; color: rgba(255,255,255,0.58); margin-top: 8px; }
@media (min-width: 600px) { .page-hero { min-height: 320px; } }

/* ============================================================ FEATURES STRIP */
.features-strip { background: var(--orange); border-top: 1px solid rgba(123,104,238,0.16); border-bottom: 1px solid rgba(123,104,238,0.16); padding: 10px 0; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.feature-item { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 8px; text-align: center; }
.feature-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.feature-icon svg { width: 30px; height: 30px; stroke: var(--orange); fill: none; stroke-width: 1.5; }
.feature-label { font-size: 0.65rem; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; color: white; line-height: 1.3; }
@media (min-width: 700px) { .features-grid { grid-template-columns: repeat(6, 1fr); } }

/* ============================================================ ABOUT */
.about-grid { display: grid; gap: 36px; align-items: center; }
.about-logo { display: none; }
.about-logo img { width: 160px; margin: 0 auto; }
.about-text h2 { font-size: clamp(1.3rem, 4vw, 2rem); color: var(--white); margin-bottom: 14px; line-height: 1.3; }
.about-text p { font-size: 1.05rem; margin-bottom: 12px; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 180px 1fr; } .about-logo { display: block; } }

/* ============================================================ IMAGE GRID (homepage nav tiles) */
.img-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.img-grid-item { position: relative; overflow: hidden; display: block; border-radius: var(--r); }
.img-grid-item img { width: 100%; height: 180px; object-fit: cover; transition: transform 0.4s ease; }
.img-grid-item:hover img { transform: scale(1.04); }
.img-grid-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(8,8,16,0.88), transparent); padding: 24px 14px 12px; font-size: clamp(1.1rem, 4vw, 1.6rem); font-weight: 500; color: var(--white); text-transform: uppercase; }
@media (min-width: 600px) { .img-grid-item img { height: 260px; } }

/* ============================================================ CTA BANNER */
.cta-banner { background: linear-gradient(135deg, rgba(123,104,238,0.1), transparent 60%), var(--night-3); border: 1px solid rgba(123,104,238,0.22); border-radius: 10px; padding: 32px 28px; display: flex; flex-direction: column; gap: 20px; }
.cta-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 4px; }
.cta-banner h2 { font-size: clamp(1.4rem, 5vw, 2.2rem); color: var(--white); }
.cta-banner p { font-size: 1rem; }
@media (min-width: 700px) { .cta-banner { flex-direction: row; align-items: center; justify-content: space-between; } .cta-body { flex: 1; } }

/* ============================================================ SCHEDULE (whatson) */
.schedule-section-title { font-size: 0.9rem; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); border-bottom: 1px solid rgba(123,104,238,0.18); padding-bottom: 12px; margin-bottom: 0; }
.schedule-list { display: flex; flex-direction: column; margin-bottom: 40px; }
.schedule-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.schedule-item:last-child { border-bottom: none; }
.schedule-thumb { width: 68px; height: 68px; border-radius: var(--r); overflow: hidden; flex-shrink: 0; }
.schedule-thumb img { width: 100%; height: 100%; object-fit: cover; }
.schedule-body { flex: 1; min-width: 0; }
.schedule-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; margin-bottom: 3px; }
.schedule-name { font-size: 1.05rem; font-weight: 500; color: var(--white); }
.schedule-time { font-size: 1rem; font-weight: 500; color: var(--orange); white-space: nowrap; font-family: var(--font);}
.schedule-desc { font-size: 0.9rem; color: var(--muted); line-height: 1.5; }
.also-on-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.also-on-item { display: flex; align-items: flex-start; gap: 14px; background: var(--night-3); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--r); padding: 16px; }
.also-on-img { width: 68px; height: 68px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.also-on-name { font-size: 1rem; font-weight: 500; color: var(--white); margin-bottom: 3px; }
.also-on-desc { font-size: 0.88rem; color: var(--muted); }
@media (min-width: 600px) { .also-on-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .also-on-grid { grid-template-columns: repeat(3, 1fr); } }

/* ============================================================ TICKETS */
.ticket-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ticket-table { width: 100%; border-collapse: collapse; min-width: 480px; margin-bottom: 32px; }
.ticket-table thead tr { border-bottom: 2px solid rgba(123,104,238,0.22); }
.ticket-table th { padding: 12px 16px; text-align: left; font-size: 0.8rem; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); }
.ticket-table td { padding: 14px 16px; font-size: 1rem; color: var(--muted); border-bottom: 1px solid rgba(255,255,255,0.05); vertical-align: middle; }
.ticket-table td:first-child { color: var(--white); font-weight: 500; }
.ticket-table .price { color: var(--gold); font-weight: 500; font-size: 1.2rem; }
.ticket-table tr:last-child td { border-bottom: none; }
.rules-list { display: flex; flex-direction: column; gap: 10px; }
.rules-list li { font-size: 1rem; color: var(--muted); padding-left: 22px; position: relative; line-height: 1.55; }
.rules-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.rules-list li a { color: var(--orange); }

/* ============================================================ INFORMATION TILES */
.info-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.info-tile { position: relative; overflow: hidden; display: block; border-radius: var(--r); }
.info-tile img { width: 100%; height: 200px; object-fit: cover; transition: transform 0.4s ease; display: block; }
.info-tile:hover img { transform: scale(1.04); }
.info-tile-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(8,8,16,0.88), transparent); padding: 24px 14px 12px; font-size: clamp(1rem, 3vw, 1.45rem); font-weight: 500; color: var(--white); text-transform: uppercase; }
@media (min-width: 600px) { .info-tiles { grid-template-columns: repeat(4, 1fr); } .info-tile img { height: 300px; } }

/* ============================================================ CONTACT */
.contact-grid { display: grid; gap: 40px; }
.form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 7px; margin-bottom: 0; }
.form-group label { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; color: var(--muted); }
.form-group input, .form-group textarea { background: var(--night-3); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r); padding: 12px 14px; color: var(--white); font-size: 1rem; font-family: var(--font); transition: border-color var(--ease); width: 100%; -webkit-appearance: none; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--orange); }
.form-group textarea { height: 150px; resize: vertical; }
.form-group input[type="checkbox"] {
  width: auto;
  flex-shrink: 0;
  padding: 0;
  margin-top: 3px;
  background: none;
  border: none;
  appearance: checkbox;
  -webkit-appearance: checkbox;
}

.checkbox-label {

  gap: 10px;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  color: var(--white);
  cursor: pointer;
 
}

.deadline-box {
  background: rgba(255, 122, 0, 0.12);
  border: 1px solid var(--orange);
  border-radius: var(--r);
  padding: 14px 18px;
  color: var(--white);
}

.deadline-box strong {
  color: var(--orange);
}

.notice-box {
  background: var(--orange);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r);
  padding: 18px 22px;
  color: white !important;
}

.notice-box p {
  color: white !important;
  margin: 0;
}

.notice-box a {
  color: white !important;
  text-decoration: underline !important;
}


.form-msg { padding: 12px 16px; border-radius: var(--r); font-size: 1rem; margin-bottom: 16px; display: none; }
.form-msg.ok { background: rgba(0,200,100,0.1); border: 1px solid rgba(0,200,100,0.3); color: #00c878; }
.form-msg.err { background: rgba(255,60,60,0.1); border: 1px solid rgba(255,60,60,0.3); color: #ff4444; }
.contact-aside { display: flex; flex-direction: column; gap: 16px; }
.contact-method { display: flex; align-items: center; gap: 14px; background: var(--night-3); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--r); padding: 16px; }
.contact-method img { width: 40px; height: 40px; object-fit: contain; flex-shrink: 0; }
.contact-method h4 { font-size: 1rem; color: var(--white); margin-bottom: 2px; }
.contact-method p, .contact-method a { font-size: 0.9rem !important; color: var(--muted); }
@media (min-width: 800px) { .contact-grid { grid-template-columns: 1fr 300px; } .form-row { grid-template-columns: 1fr 1fr; } }

/* ============================================================ ACCORDION (legal) */
.accordion { display: flex; flex-direction: column; gap: 8px; }
.acc-item { background: var(--night-3); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--r); overflow: hidden; }
.acc-btn { width: 100%; background: none; border: none; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; text-align: left; color: var(--white); font-size: 1.05rem; font-weight: 500; font-family: var(--font); transition: background var(--ease); -webkit-tap-highlight-color: transparent; }
.acc-btn:hover { background: rgba(255,255,255,0.04); }
.acc-btn svg { width: 18px; height: 18px; stroke: var(--orange); fill: none; stroke-width: 2.5; flex-shrink: 0; transition: transform 0.3s; }
.acc-item.open .acc-btn svg { transform: rotate(180deg); }
.acc-body { display: none; padding: 0 20px 24px; font-size: 0.95rem; color: var(--muted); line-height: 1.75; }
.acc-item.open .acc-body { display: block; }
.acc-body p { margin-bottom: 10px; color: var(--muted); font-size: 0.95rem; }
.acc-body b, .acc-body strong { color: var(--text); }
.acc-body a { color: var(--orange); }



/* ============================================================ CARER FORM */
.carer-grid { display: grid; gap: 16px; }
.form-check { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 16px; }
.form-check input[type="checkbox"] { margin-top: 3px; accent-color: var(--orange); flex-shrink: 0; width: 16px; height: 16px; }
.form-check label { font-size: 0.9rem; color: var(--muted); cursor: pointer; }
.upload-bar-wrap { background: rgba(255,255,255,0.06); border-radius: 3px; height: 6px; overflow: hidden; margin-top: 6px; }
.upload-bar { height: 100%; width: 0%; background: var(--orange); transition: width 0.2s; border-radius: 3px; }
#upload-overlay { display: none; position: fixed; inset: 0; background: rgba(8,8,16,0.92); z-index: 9999; align-items: center; justify-content: center; flex-direction: column; gap: 12px; font-size: 1.1rem; font-weight: 500; color: var(--white); }
#upload-overlay.on { display: flex; }
@media (min-width: 600px) { .carer-grid { grid-template-columns: 1fr 1fr; } }

/* ============================================================ PRESS */
.press-grid { display: grid; gap: 40px; }
.kv-table { width: 100%; border-collapse: collapse; }
.kv-table tr { border-bottom: 1px solid rgba(255,255,255,0.06); }
.kv-table td { padding: 11px 0; font-size: 1rem; }
.kv-table td:first-child { color: var(--muted); width: 42%; }
.kv-table td:last-child { color: var(--white); font-weight: 600; }
@media (min-width: 700px) { .press-grid { grid-template-columns: 1fr 1fr; } }

/* ============================================================ FOOTER */
.site-footer {
  background: #000000;
  border-top: 1px solid rgba(123,104,238,0.15);
  padding: 48px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: center;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-col { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.footer-col--left { align-items: flex-start; }
.footer-col--center { align-items: center; }
.footer-col--right { align-items: flex-end; }
.footer-col img { width: auto; display: block; max-width: 180px; }
.footer-col--right img { height: 48px; }
.footer-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--font);
  transition: color var(--ease);
}
.footer-links a:hover { color: var(--orange); }
.footer-social {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-social a {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.footer-social img { width: 50px; height: 50px; object-fit: contain; }
.footer-col { min-width: 0; min-height: 48px; }
.footer-copy { font-size: 0.85rem; color: var(--muted); margin-top: 4px; text-align: center; }
.footer-tagline { text-align: center; font-size: 0.85rem; color: var(--muted); }

@media (max-width: 700px) {
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .footer-col--left,
  .footer-col--center,
  .footer-col--right { align-items: center; }
  .footer-links { gap: 16px; }
}

.acc-body ol {
  padding-left: 1.5em;
  margin: 1em 0;
  font-family: var(--font);
  font-weight: 400;
}

.acc-body ol li {
  margin-bottom: 0.75em;
  line-height: 1.6;
}

/* ============================================================ COOKIE */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: var(--orange); border-top: 1px solid rgba(123,104,238,0.22); padding: 12px 20px; display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.cookie-banner p { font-size: 0.9rem; margin: 0; }
.cookie-banner.hidden { display: none; }
.cookie-banner button {padding:0px 20px}

/* ============================================================ MISC */
.card-box { background: var(--night-3); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--r); padding: 24px; }
.simple-list { display: flex; flex-direction: column; gap: 5px; }
.simple-list li { font-size: 1rem; color: var(--muted); padding-left: 22px; position: relative; line-height: 1.55; }
.simple-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }
.simple-list li a { color: var(--orange); font-size: 1rem;}
.err-num { font-size: clamp(5rem, 20vw, 9rem); font-weight: 400; color: var(--orange); line-height: 1; }
.highlight { color: var(--orange); }
.white { color: var(--white); }
.mt-4 { margin-top: 4px; } .mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; } .mt-32 { margin-top: 32px; } .mt-40 { margin-top: 40px; }
.mb-8 { margin-bottom: 8px; } .mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; } .mb-32 { margin-bottom: 32px; } .mb-40 { margin-bottom: 40px; }

/* ============================================================ DESKTOP NAV */
@media (min-width: 900px) {
  .section { padding: 88px 0; }
  .nav-links { display: flex; }
  .slicknav_menu { display: none !important; }
  .nav-cta { display: inline-flex; }
}
@media (max-width: 899px) {
  .nav-cta { display: none; }
}

/* ============================================================
   MOBILE MENU OVERLAY (no jQuery/slicknav)
   ============================================================ */
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none;
  padding: 8px; -webkit-tap-highlight-color: transparent;
}
.nav-burger span {
  display: block; width: 24px; height: 2px;
  background: var(--white); border-radius: 2px; transition: all 0.3s; font-family: var(--font)
}
.mobile-menu {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: var(--night-2); flex-direction: column;
  align-items: center; justify-content: flex-start; gap: 4px;
  text-align: center;
  overflow-y: auto; -webkit-overflow-scrolling: touch;
  padding: 72px 0 40px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font); font-size: 1.6rem; font-weight: 400;
  color: var(--white); padding: 12px 32px; display: block;
  text-transform: uppercase; transition: color var(--ease);
}
.mobile-menu a:hover { color: var(--orange); }
.mobile-menu .mobile-sub {
  display: flex; flex-direction: column; gap: 0; /*margin: -8px 0 8px;
  border-top: 1px solid rgba(123,104,238,0.15);
  border-bottom: 1px solid rgba(123,104,238,0.15);*/
  width: 100%; background: var(--night-2);
}
.mobile-menu .mobile-sub a {
  font-family: var(--font); font-size: 1.15rem; font-weight: 400;
  color: rgba(255,255,255,0.85); padding: 10px 32px;
  text-transform: uppercase; letter-spacing: 0.5px;
  /*border-bottom: 1px solid rgba(255,255,255,0.05);*/
  display: block; width: 100%; text-align: center;
}
.mobile-menu .mobile-sub a:hover { color: var(--orange); background: rgba(123,104,238,0.06); }
.mobile-menu .mobile-sub a:last-child { border-bottom: none; }
.mobile-close {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none; color: var(--white);
  font-size: 2rem; cursor: pointer; line-height: 1;
  padding: 8px; -webkit-tap-highlight-color: transparent;
}
.mobile-cta { margin-top: 16px; }

@media (max-width: 899px) {
  .nav-burger { display: flex; }
}
@media (min-width: 900px) {
  .nav-burger { display: none; }
  .mobile-menu { display: none !important; }
}

/* ============================================================
   LIGHT CONTENT SECTIONS
   ============================================================ */
.section {
  background: #ffffff;
}
.section--alt {
  background: #f4f4f4;
}
.section-title {
  color: #111111;
}
.section p, .section li, .section td, .section label {
  color: #444444;
}
.section a {
  color: var(--orange);
}
.section a:hover {
  color: var(--orange-dark);
}
.section h2, .section h3, .section h4 {
  color: #111111;
}

/* Cards / boxes inside light sections */
.section .card-box,
.section .also-on-item,
.section .contact-method,
.section .acc-item,
.section .cta-banner {
  background: #f4f4f4;
  border-color: rgba(0,0,0,0.08);
}
.section .acc-btn {
  color: #111111;
}
.section .acc-body p,
.section .acc-body b,
.section .acc-body strong {
  color: #444444;
}
.section .form-group input,
.section .form-group textarea {
  background: #f4f4f4;
  border-color: rgba(0,0,0,0.15);
  color: #111111;
}
.section .form-group input::placeholder,
.section .form-group textarea::placeholder {
  color: #888888;
}
.section .form-group input:focus,
.section .form-group textarea:focus {
  border-color: var(--orange);
}
.section .form-group label {
  color: #666666;
}
.section .ticket-table td { color: #333333; }
.section .ticket-table td:first-child { color: #111111; }
.section .ticket-table thead tr { border-bottom-color: rgba(123,104,238,0.35); }
.section .ticket-table tr { border-bottom-color: rgba(0,0,0,0.06); }
.section .kv-table td:first-child { color: #666666; }
.section .kv-table td:last-child { color: #111111; }
.section .kv-table tr { border-bottom-color: rgba(0,0,0,0.08); }
.section .schedule-item { border-bottom-color: rgba(0,0,0,0.08); }
.section .schedule-name { color: #111111; }
.section .schedule-desc { color: #333333; }
.section .also-on-name { color: #111111; }
.section .also-on-desc { color: #333333; }
.section .contact-method h3, .section .contact-method h4 { color: #111111; }
.section .contact-method p, .section .contact-method a { color: #333333; }
.section .rules-list li, .section .simple-list li, .section .number-list li { color: #333333; }
.section .info-tile-label { color: #ffffff; } /* keep white - it's over a dark image */
.section .img-grid-label { color: #ffffff; }  /* keep white - it's over a dark image */
.section .about-text h2 { color: #111111; }
.section .about-text p { color: #333333; }
.section .cta-banner h2 { color: #111111; }
.section .cta-banner p { color: #333333; }
.section .cta-label { color: var(--orange); }
.section .eyebrow { color: var(--orange); }
.section .schedule-section-title {
  color: var(--orange);
  border-bottom-color: rgba(123,104,238,0.25);
}
.section .press-grid p { color: #333333; }

/* Features strip stays dark */
.features-strip {
  background: var(--orange);
}

/* ============================================================
   FONT SIZE INCREASE
   ============================================================ */
body { font-size: 14px; }
p { font-size: 1rem; }
.section p, .section li { font-size: 1rem; }
.schedule-desc { font-size: 1rem; }
.also-on-desc { font-size: 0.95rem; }
.rules-list li, .simple-list li, .number-list li { font-size: 1.1rem; }
.rules-list li a { color: var(--orange); font-size: 1rem;}
.ticket-table td { font-size: 1.05rem; }
.ticket-table .price { font-size: 1.3rem; }
.kv-table td { font-size: 1.05rem; }
.acc-btn { font-size: 1.15rem; }
.acc-body p { font-size: 1rem; }
.acc-body { font-size: 1rem; }
.form-group input, .form-group textarea { font-size: 1.05rem; }
.form-group label { font-size: 0.8rem; }
.nav-links > li > a { font-size: 1rem; }
.submenu li a { font-size: 0.95rem; }
.footer-links a { font-size: 1rem; }
.footer-copy { font-size: 0.9rem; }
.feature-label { font-size: 1rem; }
.eyebrow { font-size: 0.72rem; }
.countdown-unit { font-size: 0.65rem; }

/* ============================================================
   FIXES: font sizes, button colours, mobile menu
   ============================================================ */

/* --- Content font size (bigger) --- */
body { font-size: 14px; }
p, .section p, .section li { font-size: 1rem; line-height: 1.7; }
.rules-list li, .simple-list li, .number-list li { font-size: 1rem; }
.schedule-desc { font-size: 1.05rem; }
.also-on-desc { font-size: 1rem; }
.acc-body, .acc-body p { font-size: 1.05rem; }
.ticket-table td { font-size: 1.1rem; }
.ticket-table .price { font-size: 1.35rem; }
.kv-table td { font-size: 1.1rem; }
.form-group input, .form-group textarea { font-size: 1.1rem; }

/* --- Header/footer link sizes --- */
.nav-links > li > a { font-size: 1.05rem; }
.submenu li a { font-size: 1rem; }
.footer-links a { font-size: 1.05rem; }
.footer-copy { font-size: 0.95rem; }

/* --- Buttons: fix text colour on white backgrounds --- */
.btn-primary { color: #ffffff !important; }
.btn-primary:hover { color: #ffffff !important; }
.btn-outline { color: #ffffff !important; }
.btn-outline:hover { color: #ffffff !important; }
.btn-ghost { color: #ffffff !important; }
.btn-ghost:hover { color: #ffffff !important; }
/* btn-ghost inside white sections needs dark text */
.section .btn-ghost { color: #111111 !important; border-color: rgba(0,0,0,0.2); background: rgba(0,0,0,0.05); }
.section .btn-ghost:hover { background: rgba(0,0,0,0.1); color: #111111 !important; }
.section .btn-outline { color: #111111 !important; border-color: rgba(0,0,0,0.3); }
.section .btn-outline:hover { background: rgba(0,0,0,0.06); color: #111111 !important; }

/* --- Mobile menu: collapse information sub-links by default --- */
.mobile-menu .mobile-sub { display: none; }
.mobile-menu .mobile-sub.expanded { display: flex; }

/* ============================================================
   MOBILE SUBMENU FIX + FONT + WEIGHT IMPROVEMENTS
   ============================================================ */

/* Fix mobile sub-menu toggle - needs !important to beat display:flex on .mobile-menu */
.mobile-menu .mobile-sub {
  display: none !important;
  flex-direction: column;
  gap: 2px;
}
.mobile-menu .mobile-sub.expanded {
  display: flex !important;
}
.mobile-info-toggle {
  -webkit-tap-highlight-color: transparent;
}

/* --- Body font: Source Sans 3 (Typekit), headings use 'header' --- */

/* Headings use header; nav/buttons keep standard */
h1, h2, h3, h4, h5, h6,
.hero-title, .page-hero-title, .section-title,
.cta-banner h2 {
  font-family: var(--font-heading);
}
.btn, .nav-links > li > a, .mobile-menu a,
.mobile-info-toggle, .hero-tag,
.hero-date,
.schedule-name, .also-on-name, .feature-label,
.countdown-num,
.acc-btn, .footer-links a, .footer-copy,
.eyebrow, .schedule-section-title, .err-num {
  font-family: var(--font);
}

/* Bump content weight for readability */
p, li, td, .schedule-desc, .also-on-desc,
.acc-body, .rules-list li, .simple-list li, .number-list li {
 
  color: #ffffff;
}
.section p, .section li, .section td { color: #333333; }
.section .schedule-desc, .section .also-on-desc { color: #444444; }
.section .acc-body p { color: #444444; }
/* ============================================================
   SITE-WIDE FIXES: full width, page hero, card layout, submenu
   ============================================================ */

/* 1. Widen the max content width */
:root { --max: 1400px; }

/* 2. Full-screen fixed background hero for inner pages */
.page-hero {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  margin-top: 0;
  background: url('/img/background/sfs-bg.jpg') center / cover no-repeat;
  z-index: 0;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8,8,16,0.5);
}
.page-hero-inner { display: none; }

/* 3. Page-body-wrap — the heading floats above 50vh, card starts exactly at 50vh */
.page-body-wrap {
  position: relative;
  z-index: 10;
  /* No top margin here — heading + card together sit at 50vh via flex */
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

/* Push heading to sit just above 50vh mark */
.page-hero-heading {
  margin-top: 45vh;         /* heading starts at 45vh from top */
  transform: translateY(-100%); /* pull it up so its bottom sits at 45vh */
  padding: 0 calc((100% - 80%) / 2) 0px;
  text-align: left;
  flex-shrink: 0;
}
.page-hero-heading .page-hero-title {
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.7);
  font-family: var(--font-heading);
  margin-bottom: 6px;
  line-height: 1.1;
}
.page-hero-heading .page-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
  text-shadow: 0 1px 8px rgba(0,0,0,0.6);
}

/* 4. The white card — starts right at 50vh */
.page-card {
  width: 80%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 -8px 48px rgba(0,0,0,0.4), 0 8px 40px rgba(0,0,0,0.15);
  overflow: hidden;
  margin-bottom: 80px;   /* generous space before footer */
  flex-shrink: 0;
}

/* Sections fill the full card width — no internal padding constraints */
.page-body-wrap .section,
.page-body-wrap .section--alt {
  background: #ffffff;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  max-width: none;
}
.page-body-wrap .section--alt { background: #f4f4f4; }

/* Let the container inside use full card width */
.page-body-wrap .container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

/* Footer inside page-body-wrap: constrain contents to match card width */
.page-body-wrap .site-footer .container {
  max-width: 80%;
  padding: 0;
}

/* 5. Submenu styling */
.submenu {
  background: #000000 !important;
  backdrop-filter: blur(12px);
  border: 1px solid #000000 !important;
}
.submenu li a {
  color: rgba(255,255,255,0.82) !important;
  font-family: var(--font) !important;
  font-weight: 400 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  padding: 10px 18px !important;
  transition: all var(--ease) !important;
}
.submenu li a:hover {
  color: var(--white) !important;
  background: rgba(255,255,255,0.07); !important;
}

/* Mobile */
@media (max-width: 899px) {
  .page-hero-heading { padding: 0 3% 20px; }
  .page-card { width: 94%; margin-bottom: 48px; }
  .page-body-wrap .section,
  .page-body-wrap .section--alt {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Cookie banner always on top */
.cookie-banner { z-index: 9999; }

/* Footer warning notice */
.footer-warning {
  color: #ff3333;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  max-width: 320px;
}

/* ============================================================
   SITE BANNER (above nav — for updates like sold out nights)
   To show: set display to flex and update the message text
   To hide: set display to none, or leave blank and JS won't show it
   ============================================================ */
.site-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--orange);
  color: #ffffff;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 400;
  padding: 14px 52px 14px 20px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
  line-height: 1.4;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}
.site-banner strong { color: #ffffff; }
.site-banner a { color: #ffffff; text-decoration: underline; }
.site-banner.hidden { display: none; }
.site-banner-close {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  opacity: 0.85;
  -webkit-tap-highlight-color: transparent;
}
.site-banner-close:hover { opacity: 1; }

/* No nav offset needed — banner is at the bottom */
.banner-visible .site-nav { top: 0; }

.travel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.travel-col {
  min-width: 0;
}

.travel-note {
  margin-top: 16px;
  font-size: 0.95rem;
  opacity: 0.85;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .travel-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.number-list { display: flex; flex-direction: column; gap: 5px; list-style: none; counter-reset: step; padding: 0; }
.number-list li { counter-increment: step; font-size: 1rem; color: var(--muted); padding-left: 22px; position: relative; line-height: 1.55; }
.number-list li::before { content: counter(step) "."; position: absolute; left: 0; top: 0; color: var(--orange); font-family: var(--font); font-weight: 400; }
.number-list li a { color: var(--orange); font-size: 1rem;}

.feature-image {
    width: 40px;
    height: 40px;
    object-fit: contain;
}