/*
Theme Name: Stockholm Oktoberfest 2026
Theme URI: https://stockholm-oktoberfest.se/
Author: Stockholm Oktoberfest
Description: Responsive bilingual event theme based on the 2026 design.
Version: 1.5.9
Text Domain: stockholm-2026
*/

:root {
  --ink: #17140d;
  --blue: #1c5fa8;
  --blue-dark: #123f73;
  --blue-soft: #eef4fa;
  --sky: #8fb6e0;
  --gold: #d1a13e;
  --green: #1f8a6f;
  --line: rgba(28, 95, 168, .2);
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Work Sans", system-ui, sans-serif;
  --blackletter: "UnifrakturCook", Georgia, serif;
  --max: 1400px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); }
body.admin-bar .site-header { top: 32px; }
img, video { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; transition: color .2s, background .2s, transform .2s; }
a:hover { color: var(--blue-dark); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.bavarian-rule { height: 10px; background-color: #fff; background-image: linear-gradient(45deg,var(--blue) 25%,transparent 25%,transparent 75%,var(--blue) 75%),linear-gradient(45deg,var(--blue) 25%,transparent 25%,transparent 75%,var(--blue) 75%),linear-gradient(-45deg,var(--blue) 25%,transparent 25%,transparent 75%,var(--blue) 75%),linear-gradient(-45deg,var(--blue) 25%,transparent 25%,transparent 75%,var(--blue) 75%); background-position: 0 0,10px 10px,0 10px,10px 0; background-size: 20px 20px; }

.site-header { position: relative; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px max(28px, calc((100vw - var(--max)) / 2)); background: #fff; border-bottom: 1px solid var(--line); }
.home .site-header { position: absolute; top: 10px; left: 0; right: 0; color: #fff; background: transparent; border: 0; }
.home .site-header { padding-top: 28px; padding-bottom: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; white-space: nowrap; }
.brand:hover { color: inherit; }
.brand-mark { flex: 0 0 44px; width: 44px; height: 44px; filter: drop-shadow(0 2px 5px rgba(9,22,40,.2)); }
.brand-mark svg { display: block; width: 100%; height: 100%; }
.brand-mark-base { fill: var(--blue-dark); stroke: var(--gold); stroke-width: 2; }
.brand-diamonds rect { fill: #f8fbff; }
.brand-diamonds path { fill: var(--sky); }
.brand-mark-center { fill: var(--blue-dark); stroke: rgba(255,255,255,.9); stroke-width: 1; }
.brand-stein { fill: var(--gold); }
.brand-foam { fill: #fffdf7; }
.brand-copy { display: grid; gap: 2px; }
.brand-stockholm { font: 500 25px/.9 var(--serif); letter-spacing: -.02em; }
.brand-line { display: flex; align-items: baseline; gap: 7px; }
.brand-oktoberfest { color: var(--gold); font: 400 17px/1 var(--blackletter); }
.brand-year { padding-left: 7px; border-left: 1px solid currentColor; font-size: 9px; font-weight: 600; letter-spacing: .12em; opacity: .7; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav > a { color: rgba(23,20,13,.76); font-size: 13px; font-weight: 600; }
.home .site-nav > a { color: rgba(255,255,255,.88); }
.nav-contact { padding: 10px 16px; border: 1px solid rgba(28,95,168,.4); border-radius: 999px; }
.home .nav-contact { border-color: rgba(143,182,224,.62); }
.button, .site-nav .nav-tickets { display: inline-flex; align-items: center; justify-content: center; padding: 13px 26px; border-radius: 999px; background: var(--blue); color: #fff; font-weight: 700; font-size: 14px; border: 0; cursor: pointer; }
.button:hover, .site-nav .nav-tickets:hover { color: #fff; background: var(--blue-dark); transform: translateY(-1px); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { color: var(--ink); background: #eef4fa; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { color: var(--ink); background: #e1b75e; }
.language-switcher { display: flex; gap: 2px; padding: 3px; border: 1px solid rgba(23,20,13,.18); border-radius: 999px; }
.home .language-switcher { border-color: rgba(255,255,255,.3); }
.language-switcher a, .language-switcher span { padding: 5px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.language-switcher .current { color: #fff; background: var(--ink); }
.home .language-switcher .current { color: var(--ink); background: #fff; }
.home .language-switcher a { color: rgba(255,255,255,.66); }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 10px; border: 1px solid rgba(23,20,13,.28); border-radius: 9px; background: transparent; color: inherit; }
.home .menu-toggle { border-color: rgba(255,255,255,.46); }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 4px 0; background: currentColor; }

.hero { position: relative; min-height: 94vh; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--blue-dark); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,22,40,.42),rgba(9,22,40,.08) 72%),linear-gradient(180deg,rgba(9,22,40,.32),rgba(9,22,40,.57) 54%,rgba(9,22,40,.94)); }
.hero-inner { position: relative; z-index: 2; width: min(760px, calc(100% - 112px)); margin: 112px max(56px, calc((100vw - var(--max)) / 2)) 28px; }
.eyebrow { display: block; margin-bottom: 8px; color: var(--blue); font: 400 24px/1.1 var(--blackletter); }
.hero .eyebrow { color: var(--sky); }
.hero h1 { max-width: 760px; margin: 0 0 24px; font: 500 clamp(48px, 5.6vw, 76px)/1.04 var(--serif); letter-spacing: -.025em; text-wrap: balance; }
.hero-meta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 0 0 34px; color: rgba(255,255,255,.8); }
.hero-date { display: grid; gap: 2px; padding: 2px 0 2px 14px; border-left: 3px solid var(--sky); color: #fff; }
.hero-date small { color: var(--sky); font-size: 9px; font-weight: 700; letter-spacing: .16em; line-height: 1; }
.hero-date strong { font-size: 14px; font-weight: 700; letter-spacing: .1em; line-height: 1.25; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-actions .button { min-width: 154px; padding: 15px 30px; font-size: 15px; }
.hero-price { color: rgba(255,255,255,.84); font: 600 14px var(--sans); }

.content-section { padding: 80px max(28px, calc((100vw - var(--max)) / 2)); }
.content-section.compact { padding-top: 48px; padding-bottom: 48px; }
.content-section.soft { background: var(--blue-soft); }
.content-section.dark { color: #fff; background: var(--blue-dark); }
.content-section.narrow { padding-left: max(28px, calc((100vw - 900px) / 2)); padding-right: max(28px, calc((100vw - 900px) / 2)); }
.section-title { margin: 0 0 18px; font: 600 clamp(30px, 3.3vw, 46px)/1.12 var(--serif); letter-spacing: -.015em; }
.section-heading { margin: 0 0 28px; font: 600 clamp(25px, 2.6vw, 36px)/1.15 var(--serif); }
.lead { max-width: 760px; margin: 0; font-size: 16px; line-height: 1.75; color: rgba(23,20,13,.74); }
.dark .lead { color: rgba(255,255,255,.72); }
.split { display: grid; grid-template-columns: 1.08fr 1fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.split.reverse > :first-child { order: 2; }
.split-copy p { font-size: 15.5px; line-height: 1.75; color: rgba(23,20,13,.74); }
.media-frame { width: 100%; height: 430px; overflow: hidden; border-radius: 8px; background: var(--blue-dark); }
.media-frame.tall { height: 500px; }
.media-frame.corporate-photo { height: auto; aspect-ratio: 800 / 532; max-height: 360px; }
.media-frame.seat-map { height: auto; aspect-ratio: 3 / 2; background: #fff; }
.media-frame.seat-map img { object-fit: contain; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.atmosphere-carousel { position: relative; overflow: hidden; border-radius: 8px; background: var(--blue-dark); }
.atmosphere-track { position: relative; aspect-ratio: 16 / 8; }
.atmosphere-slide { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity .45s ease; }
.atmosphere-slide.is-active { opacity: 1; }
.atmosphere-slide img { width: 100%; height: 100%; object-fit: cover; }
.atmosphere-control { position: absolute; top: 50%; z-index: 1; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(18,63,115,.72); color: #fff; cursor: pointer; font: 400 34px/34px var(--serif); transform: translateY(-50%); }
.atmosphere-control:hover, .atmosphere-control:focus-visible { background: var(--blue); }
.atmosphere-control.previous { left: 18px; }
.atmosphere-control.next { right: 18px; }
.about-intro .split { grid-template-columns: minmax(0,1.15fr) minmax(300px,.75fr); }
.about-intro .atmosphere-carousel { width: min(100%, 420px); justify-self: end; }
.about-intro .atmosphere-track { aspect-ratio: 4 / 3; }
.atmosphere-dots { position: absolute; right: 0; bottom: 16px; left: 0; display: flex; justify-content: center; gap: 8px; }
.atmosphere-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.55); cursor: pointer; }
.atmosphere-dot.is-active { background: #fff; transform: scale(1.25); }
.schedule-strip { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding-top: 28px; padding-bottom: 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.schedule-list { display: flex; gap: clamp(28px, 5vw, 64px); flex-wrap: wrap; }
.schedule-list strong { display: block; font: 600 22px/1.2 var(--serif); }
.schedule-list span { color: rgba(23,20,13,.58); font-size: 13px; }
.location-row { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; color: rgba(23,20,13,.66); font-size: 14px; }
.info-grid, .card-grid, .steps { display: grid; gap: 24px; }
.info-grid { grid-template-columns: repeat(4,1fr); }
.info-item { padding-top: 17px; border-top: 3px solid var(--blue); font-size: 14px; line-height: 1.62; color: rgba(23,20,13,.72); }
.card-grid.three { grid-template-columns: repeat(3,1fr); }
.card-grid.two { grid-template-columns: repeat(2,1fr); }
.card { position: relative; display: flex; flex-direction: column; gap: 15px; padding: 30px; border: 1px solid var(--line); border-radius: 7px; background: #fff; box-shadow: 0 7px 20px rgba(23,20,13,.05); }
.card.featured { border: 2px solid var(--blue); background: linear-gradient(165deg,#fff7e0,#fff 62%); box-shadow: 0 16px 40px rgba(28,95,168,.12); }
.card.student { border-top: 3px solid var(--green); background: #f4faf6; }
.card h3 { margin: 0; font: 600 20px/1.24 var(--serif); }
.price { font: 600 25px/1.1 var(--serif); }
.price-note { font-size: 12.5px; color: rgba(23,20,13,.62); }
.card-badge { position: absolute; top: 0; left: 28px; display: flex; transform: translateY(-50%); }
.badge { padding: 5px 12px; border-radius: 999px; background: rgba(28,95,168,.1); color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.card > .badge { align-self: flex-start; }
.badge.gold { background: var(--gold); color: var(--ink); }
.badge.green { padding: 7px 14px; border: 1px solid rgba(255,255,255,.5); background: var(--green); color: #fff; box-shadow: 0 5px 14px rgba(31,138,111,.24); font-size: 10.5px; letter-spacing: .11em; }
.badge.green::before { content: "★"; margin-right: 7px; color: #f6d788; font-size: 9px; }
.check-list, .plain-list { margin: 0; padding: 0; list-style: none; }
.check-list { display: grid; gap: 8px; font-size: 13.5px; line-height: 1.5; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.ticket-card { padding-top: 38px; }
.ticket-card h3 { min-height: 2.48em; }
.ticket-price { display: flex; min-height: 48px; flex-direction: column; gap: 4px; }
.ticket-inclusions-wrap { padding: 16px 17px; border-radius: 7px; background: var(--blue-soft); }
.ticket-inclusions-label { display: block; margin-bottom: 10px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.ticket-inclusions { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ticket-inclusions li { display: grid; grid-template-columns: 18px 1fr; gap: 7px; color: rgba(23,20,13,.76); font-size: 13px; line-height: 1.4; }
.ticket-inclusions li::before { content: "✓"; color: var(--blue); font-weight: 800; }
.ticket-highlight { display: grid; gap: 8px; padding: 17px 18px; border: 2px solid var(--gold); border-radius: 7px; background: var(--blue-dark); color: rgba(255,255,255,.84); font-size: 12.5px; line-height: 1.45; box-shadow: 0 8px 20px rgba(18,63,115,.16); }
.ticket-highlight .ticket-highlight-label { justify-self: start; padding: 4px 8px; border-radius: 999px; background: var(--gold); color: var(--ink); font-size: 9.5px; font-weight: 800; letter-spacing: .1em; line-height: 1.2; }
.ticket-highlight strong { color: #fff; font-size: 14px; line-height: 1.35; }
.ticket-highlight span { display: block; }
.ticket-card .button { width: 100%; }
.ticket-intro .split { align-items: center; }
.ticket-benefits { margin-top: 24px; }
.ticket-intro-action { display: flex; margin-top: 28px; align-items: center; gap: 16px; }
.ticket-intro-action span { color: rgba(23,20,13,.62); font-size: 12.5px; }
.ticket-section-header { display: flex; margin-bottom: 34px; align-items: end; justify-content: space-between; }
.ticket-section-header .section-heading { margin: 0 0 8px; }
.ticket-section-header p { max-width: 600px; margin: 0; color: rgba(23,20,13,.66); font-size: 14px; }
.ticket-packages { scroll-margin-top: 24px; }
.corporate-ticket-package .ticket-grid { max-width: 680px; }
.card .button { margin-top: auto; }
.steps { grid-template-columns: repeat(3,1fr); }
.step-number { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; margin-bottom: 12px; border-radius: 50%; color: #fff; background: var(--blue); font-weight: 700; }
.step h3 { margin: 0 0 8px; font: 600 18px/1.3 var(--serif); }
.step p { margin: 0; color: rgba(23,20,13,.67); font-size: 14px; line-height: 1.6; }
.cta { text-align: center; }
.cta-inner { max-width: 680px; margin: auto; }
.cta-actions { display: flex; justify-content: center; align-items: center; gap: 22px; flex-wrap: wrap; }
.gallery-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.gallery-strip img { width: 100%; height: 260px; border-radius: 6px; object-fit: cover; }
.faq-columns { display: grid; grid-template-columns: repeat(2,1fr); gap: 48px; }
.faq-columns h3 { color: var(--blue); font: 600 18px var(--serif); }
.about-faq { max-width: 980px; }
.faq-list { margin-top: 30px; border-top: 1px solid rgba(28,95,168,.2); }
.faq-list details { border-bottom: 1px solid rgba(28,95,168,.2); }
.faq-list summary { position: relative; padding: 22px 54px 22px 0; color: var(--ink); font: 600 18px/1.4 var(--serif); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; top: 50%; right: 4px; width: 30px; height: 30px; transform: translateY(-50%); border: 1px solid rgba(28,95,168,.28); border-radius: 50%; color: var(--blue); font: 400 22px/28px var(--sans); text-align: center; }
.faq-list details[open] summary::after { content: '\2212'; }
.faq-list summary:hover, .faq-list summary:focus-visible { color: var(--blue); }
.faq-list summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 5px; border-radius: 2px; }
.faq-answer { max-width: 760px; padding: 0 54px 21px 0; color: rgba(23,20,13,.74); font-size: 15px; line-height: 1.7; }
.faq-answer p { margin: 0; }
.faq-terms-note { margin: 30px 0 0; color: rgba(23,20,13,.68); font-size: 14px; line-height: 1.6; }
.plain-list { display: grid; gap: 10px; color: rgba(23,20,13,.7); font-size: 14px; line-height: 1.55; }
.plain-list li { position: relative; padding-left: 17px; }
.plain-list li::before { content: "·"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.dates-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.date-card { padding: 28px; border-radius: 7px; color: #fff; background: var(--blue-dark); }
.date-card span { display: block; color: var(--sky); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.date-card strong { display: block; margin: 8px 0; font: 600 28px var(--serif); }
.map-card { display: flex; min-height: 300px; padding: 38px; align-items: center; justify-content: center; border: 1.5px dashed rgba(28,95,168,.4); border-radius: 8px; background: var(--blue-soft); text-align: center; }
.content-section.narrow.venue-location { padding-top: 62px; padding-right: max(28px, calc((100vw - var(--max)) / 2)); padding-left: max(28px, calc((100vw - var(--max)) / 2)); }
.venue-location-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(30px,4vw,50px); align-items: stretch; }
.venue-map-frame { position: relative; min-height: 700px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--blue-soft); box-shadow: 0 12px 30px rgba(18,63,115,.1); }
.venue-map-frame iframe { display: block; width: 100%; height: 100%; min-height: 700px; border: 0; }
.venue-map-link { position: absolute; right: 16px; bottom: 16px; z-index: 1; padding: 11px 15px; border: 1px solid rgba(18,63,115,.18); border-radius: 6px; color: var(--blue-dark); background: #fff; box-shadow: 0 4px 14px rgba(9,22,40,.18); font-size: 13px; font-weight: 700; }
.venue-map-link:hover, .venue-map-link:focus-visible { color: #fff; background: var(--blue-dark); }
.venue-directions { align-self: center; }
.venue-directions .section-heading { margin-bottom: 9px; }
.venue-address { margin: 0 0 17px; color: var(--blue-dark); font-weight: 700; }
.venue-directions > p:not(.venue-address) { color: rgba(23,20,13,.72); font-size: 14.5px; line-height: 1.7; }
.travel-list { display: grid; gap: 18px; margin: 27px 0 30px; }
.travel-list > div { padding: 17px 0 0 18px; border-top: 1px solid var(--line); border-left: 3px solid var(--blue); }
.travel-list h3 { margin: 0 0 5px; color: var(--blue-dark); font: 600 17px var(--serif); }
.travel-list p { margin: 0; color: rgba(23,20,13,.68); font-size: 13.5px; line-height: 1.58; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; align-items: start; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .wide { grid-column: 1 / -1; }
.contact-form label { display: grid; gap: 7px; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(28,95,168,.3); border-radius: 6px; background: #fff; font: 14px var(--sans); }
.contact-card { display: grid; gap: 25px; padding: 34px; border-radius: 8px; background: var(--blue-soft); }
.contact-card small { color: var(--blue); font-weight: 700; letter-spacing: .1em; }
.contact-card a { color: var(--ink); font: 600 20px var(--serif); word-break: break-word; }
.notice { margin-bottom: 24px; padding: 14px 18px; border-radius: 6px; background: #edf8f2; color: #176348; }

.sponsors-page { min-height: 66vh; background: linear-gradient(180deg,#fff 0%,var(--blue-soft) 100%); }
.sponsors-intro { max-width: 780px; margin-bottom: clamp(44px,6vw,72px); }
.sponsors-intro .lead { font-size: 17px; }
.sponsor-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: clamp(22px,3vw,40px); max-width: 1050px; }
.sponsor-card { display: grid; grid-template-rows: minmax(280px,1fr) auto; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 14px 38px rgba(18,63,115,.09); }
.sponsor-logo { display: flex; min-height: 280px; align-items: center; justify-content: center; padding: clamp(34px,6vw,72px); }
.sponsor-logo img { width: auto; height: auto; max-width: 100%; max-height: 220px; object-fit: contain; }
.sponsor-logo.underberg-logo img { width: min(100%,400px); }
.sponsor-logo.festbeer-logo img { max-height: 250px; }
.sponsor-card h2 { margin: 0; padding: 20px 28px; border-top: 1px solid var(--line); color: var(--blue-dark); font: 600 20px/1.3 var(--serif); text-align: center; }

.site-footer { padding: 34px max(28px, calc((100vw - var(--max)) / 2)) 20px; color: #fff; background: var(--blue-dark); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.5fr .55fr; gap: 32px; padding-bottom: 22px; }
.footer-title { margin-bottom: 8px; font: 500 20px var(--serif); }
.footer-copy { max-width: 330px; margin: 0; color: rgba(255,255,255,.62); font-size: 12.5px; line-height: 1.55; }
.footer-label { margin-bottom: 9px; color: var(--sky); font-size: 10.5px; letter-spacing: .1em; }
.footer-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px 18px; }
.footer-links a { color: rgba(255,255,255,.88); font-size: 13px; }
.socials { display: flex; gap: 12px; }
.socials a { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border: 1px solid rgba(143,182,224,.5); border-radius: 50%; color: #fff; }
.socials svg { width: 18px; height: 18px; fill: currentColor; }
.socials svg rect, .socials svg circle { fill: none; stroke: currentColor; stroke-width: 2; }
.socials svg .social-icon-dot { fill: currentColor; stroke: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid rgba(143,182,224,.2); color: rgba(255,255,255,.5); font-size: 11.5px; }
.footer-bottom a { color: inherit; }
.footer-legal-links { display: flex; gap: 18px; flex-wrap: wrap; }
.legal-header { max-width: 780px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.legal-updated { margin: 18px 0 0; color: rgba(23,20,13,.52); font-size: 12.5px; }
.legal-summary { margin: 34px 0 50px; padding: 26px 30px; border-left: 4px solid var(--blue); border-radius: 0 7px 7px 0; background: var(--blue-soft); }
.legal-summary strong { display: block; margin-bottom: 10px; color: var(--blue-dark); font: 600 18px var(--serif); }
.legal-summary ul { display: grid; gap: 7px; margin: 0; padding-left: 20px; color: rgba(23,20,13,.72); font-size: 14px; line-height: 1.55; }
.legal-sections { max-width: 820px; }
.legal-sections section { padding: 0 0 31px; margin: 0 0 31px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-sections section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-sections h2 { margin: 0 0 13px; color: var(--blue-dark); font: 600 22px/1.3 var(--serif); }
.legal-sections p, .legal-sections li { color: rgba(23,20,13,.76); font-size: 14.5px; line-height: 1.72; }
.legal-sections p { margin: 0 0 12px; }
.legal-sections p:last-child { margin-bottom: 0; }
.legal-sections ul { display: grid; gap: 8px; margin: 0; padding-left: 21px; }
.legal-sections a { text-decoration: underline; text-underline-offset: 2px; }
.page-entry > p:first-child:empty { display: none; }

/* Privacy policy */
.page-id-348 { background: var(--blue-soft); }
.page-id-348 .page-entry { padding: 0 max(28px, calc((100vw - var(--max)) / 2)) 88px; }
.page-id-348 .page-entry > .wp-block-heading {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  padding: clamp(62px, 9vw, 118px) max(28px, calc((100vw - var(--max)) / 2)) clamp(66px, 9vw, 112px);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(118deg, #0d315b 0%, var(--blue-dark) 58%, #1c5fa8 100%);
  font: 600 clamp(42px, 5.5vw, 68px)/1.05 var(--serif) !important;
  letter-spacing: -.025em;
  text-align: left !important;
}
.page-id-348 .page-entry > .wp-block-heading::before {
  content: "STOCKHOLM OKTOBERFEST";
  display: block;
  margin-bottom: 14px;
  color: var(--sky);
  font: 700 11px/1 var(--sans);
  letter-spacing: .16em;
}
.page-id-348 .page-entry > .wp-block-heading::after {
  content: "How we collect, use and protect your information.";
  display: block;
  max-width: 520px;
  margin-top: 19px;
  color: rgba(255,255,255,.76);
  font: 400 16px/1.65 var(--sans);
  letter-spacing: 0;
}
.page-id-348 .page-entry > .wp-block-group {
  width: min(100%, 1000px);
  margin: clamp(-34px, -4vw, -56px) auto 0;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(28,95,168,.15);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(18,63,115,.12);
}
.page-id-348 .page-entry .wp-block-group__inner-container { max-width: 760px; margin: 0 auto; }
.page-id-348 .page-entry p {
  margin: 0 0 1.15em;
  color: rgba(23,20,13,.76);
  font: 400 16px/1.8 var(--sans);
}
.page-id-348 .page-entry p:last-child { margin-bottom: 0; }
.page-id-348 .page-entry p > strong { color: var(--blue-dark); font-weight: 700; }
.page-id-348 .page-entry a { color: var(--blue-dark); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(28,95,168,.35); text-underline-offset: 3px; }
.page-id-348 .page-entry a:hover { color: var(--blue); text-decoration-color: currentColor; }
.home .page-entry > .content-section:first-child { padding-top: 54px; padding-bottom: 38px; background: linear-gradient(135deg,#eef4fa 0%,#f7faff 58%,#eef4fa 100%); }
.home .page-entry > .content-section:first-child .schedule-strip { border-color: rgba(28,95,168,.3); }
.home .page-entry > .content-section:first-child .schedule-list > div { padding-left: 15px; border-left: 3px solid var(--blue); }
.home .page-entry > .content-section:first-child .schedule-list strong { color: var(--blue-dark); }
.home .page-entry > .content-section:first-child .schedule-list span { color: rgba(18,63,115,.68); }
.home .page-entry > .content-section:first-child .location-row { color: rgba(18,63,115,.72); }
.home .page-entry > .content-section:nth-child(2) { padding-top: 100px; padding-bottom: 100px; }
.home .page-entry > .content-section:nth-child(2) .split { grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); }
.home .page-entry > .content-section:nth-child(2) .media-frame { width: min(100%,500px); height: 350px; justify-self: end; }
.home .page-entry > .content-section:nth-child(3) { padding-top: 100px; padding-bottom: 100px; }
.home .page-entry > .content-section:nth-child(4) { padding-top: 80px; padding-bottom: 80px; }
.home .page-entry > .content-section:nth-child(5) { padding-top: 90px; padding-bottom: 90px; }
.mobile-booking-bar { display: none; }

.home .site-header.is-scrolled { position: fixed; top: 0; padding-top: 14px; padding-bottom: 14px; background: rgba(18,63,115,.97); box-shadow: 0 10px 30px rgba(9,22,40,.18); backdrop-filter: blur(12px); animation: header-in .2s ease both; }
.admin-bar.home .site-header.is-scrolled { top: 32px; }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }

@media (max-width: 980px) {
  .site-header { padding-left: 24px; padding-right: 24px; }
  .site-nav { display: none; position: absolute; top: 100%; left: 18px; right: 18px; padding: 22px; flex-direction: column; align-items: stretch; border-radius: 9px; background: #fff; box-shadow: 0 18px 40px rgba(9,22,40,.18); }
  .home .site-nav { background: var(--blue-dark); }
  .site-nav.is-open { display: flex; }
  .site-nav .language-switcher { align-self: flex-start; }
  .menu-toggle { display: block; }
  .hero-inner { width: calc(100% - 48px); margin-left: 24px; margin-right: 24px; }
  .split { grid-template-columns: 1fr; }
  .about-intro .split { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .about-intro .split-copy { max-width: 720px; }
  .about-intro .atmosphere-carousel { width: min(100%,680px); justify-self: start; }
  .venue-location-grid { grid-template-columns: 1fr; }
  .venue-map-frame, .venue-map-frame iframe { height: 520px !important; min-height: 520px; }
  .home .page-entry > .content-section:nth-child(2) .split { grid-template-columns: 1fr; }
  .home .page-entry > .content-section:nth-child(2) .media-frame { width: min(100%,560px); height: 360px; justify-self: center; }
  .split.reverse > :first-child { order: initial; }
  .info-grid { grid-template-columns: repeat(2,1fr); }
  .card-grid.three { grid-template-columns: repeat(2,1fr); }
  .gallery-strip { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-header { position: sticky; top: 0; }
  body.admin-bar .site-header { top: 46px; }
  .brand { gap: 8px; }
  .brand-mark { flex-basis: 36px; width: 36px; height: 36px; }
  .brand-stockholm { font-size: 20px; }
  .brand-oktoberfest { font-size: 14px; }
  .brand-year { padding-left: 5px; font-size: 8px; }
  .home .site-header { padding-top: 18px; }
  .hero { min-height: 760px; }
  .hero-inner { margin-top: 104px; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 26px; }
  .hero-actions { gap: 14px; }
  .home .page-entry > .content-section:first-child { padding-top: 44px; padding-bottom: 34px; }
  .home .page-entry > .content-section:nth-child(n+2) { padding-top: 64px; padding-bottom: 64px; }
  .home .page-entry > .content-section:nth-child(2) .media-frame { height: 290px; }
  .content-section { padding-top: 62px; padding-bottom: 62px; }
  .about-intro { padding-top: 48px; padding-bottom: 52px; }
  .about-intro .split { gap: 28px; }
  .about-intro .section-title { margin-bottom: 16px; }
  .about-intro .split-copy p { margin: 0 0 14px; font-size: 15px; line-height: 1.68; }
  .about-intro .split-copy p:last-child { margin-bottom: 0; }
  .about-intro .atmosphere-carousel { width: 100%; border-radius: 7px; }
  .about-intro .atmosphere-track { aspect-ratio: 4 / 3; }
  .about-intro .atmosphere-control { width: 38px; height: 38px; font-size: 30px; line-height: 30px; }
  .about-intro .atmosphere-control.previous { left: 12px; }
  .about-intro .atmosphere-control.next { right: 12px; }
  .about-intro .atmosphere-dots { bottom: 12px; }
  .page-id-348 .page-entry { padding-bottom: 56px; }
  .page-id-348 .page-entry > .wp-block-heading { padding-top: 58px; padding-bottom: 74px; font-size: clamp(40px, 12vw, 54px) !important; }
  .page-id-348 .page-entry > .wp-block-group { margin-top: -28px; padding: 28px 23px; border-radius: 8px; }
  .page-id-348 .page-entry p { font-size: 15.5px; line-height: 1.74; }
  .schedule-strip, .location-row { align-items: flex-start; flex-direction: column; }
  .schedule-list { display: grid; grid-template-columns: 1fr 1fr; width: 100%; gap: 24px; }
  .schedule-list > div:last-child { grid-column: 1 / -1; }
  .media-frame, .media-frame.tall { height: 340px; }
  .venue-map-frame, .venue-map-frame iframe { height: 440px !important; min-height: 440px; }
  .venue-directions .button { width: 100%; }
  .media-frame.seat-map { height: auto; }
  .ticket-intro-action { align-items: flex-start; flex-direction: column; gap: 9px; }
  .ticket-intro-action .button { width: 100%; }
  .ticket-section-header { margin-bottom: 30px; }
  .ticket-card { padding-top: 30px; }
  .ticket-card .card-badge { position: static; transform: none; }
  .ticket-card .card-badge:empty { display: none; }
  .ticket-card h3 { min-height: auto; }
  .info-grid, .card-grid.three, .card-grid.two, .steps, .dates-grid, .faq-columns, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .gallery-strip img { height: 190px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .wide { grid-column: auto; }
  .sponsor-grid { grid-template-columns: 1fr; }
  .sponsor-card { grid-template-rows: minmax(230px,1fr) auto; }
  .sponsor-logo { min-height: 230px; padding: 34px; }
  .site-footer { padding-top: 30px; padding-bottom: 18px; }
  .footer-grid { grid-template-columns: 1fr auto; gap: 16px 20px; padding-bottom: 18px; }
  .footer-grid > :nth-child(2) { grid-column: 1 / -1; grid-row: 2; }
  .footer-grid > :nth-child(3) { grid-column: 2; grid-row: 1; }
  .footer-links { gap: 7px 14px; }
  .footer-legal-links { gap: 10px 16px; }
  .legal-summary { padding: 22px 23px; }
  .home { padding-bottom: 76px; }
  .mobile-booking-bar { position: fixed; z-index: 80; right: 12px; bottom: 10px; left: 12px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 11px 10px 16px; border: 1px solid rgba(143,182,224,.4); border-radius: 14px; background: rgba(18,63,115,.97); color: #fff; box-shadow: 0 14px 36px rgba(9,22,40,.28); backdrop-filter: blur(12px); transition: opacity .2s ease, transform .2s ease; }
  .mobile-booking-bar.is-hidden { opacity: 0; transform: translateY(calc(100% + 24px)); pointer-events: none; }
  .mobile-booking-bar div { display: grid; gap: 2px; }
  .mobile-booking-bar strong { font: 700 12px var(--sans); letter-spacing: .08em; }
  .mobile-booking-bar span { color: rgba(255,255,255,.7); font-size: 11px; }
  .mobile-booking-bar .button { padding: 12px 18px; background: #fff; color: var(--ink); font-size: 13px; }
}
