/**
Theme Name: Cambridge Oktoberfest Dev
Author: Local Dev
Description: Stable child theme for Cambridge Oktoberfest with a video-led homepage.
Template: oktoberfest-bwt
Version: 0.5.2
*/

:root {
    --okt-ink: #1E1D28;
    --okt-muted: #6f6f76;
    --okt-cream: #F4F4F4;
    --okt-paper: #ffffff;
    --okt-blue: #24B0E5;
    --okt-blue-dark: #168ec0;
    --okt-gold: #FF941F;
    --okt-red: #F04438;
    --okt-border: #DCDCDC;
    --okt-shadow: 0 18px 50px rgba(30, 29, 40, 0.12);
    --okt-radius: 8px;
    --okt-max: 1180px;
}

/* --------------------------------------------------------------------------
   Stockholm 2026 visual port
   -------------------------------------------------------------------------- */

:root {
    --okt-ink: #17140d;
    --okt-muted: rgba(23, 20, 13, 0.68);
    --okt-cream: #eef3f8;
    --okt-paper: #ffffff;
    --okt-blue: #1c5fa8;
    --okt-blue-dark: #123f73;
    --okt-gold: #8fb6e0;
    --okt-red: #1c5fa8;
    --okt-border: rgba(28, 95, 168, 0.24);
    --okt-shadow: 0 22px 60px rgba(9, 22, 40, 0.12);
    --okt-radius: 4px;
    --okt-max: 1400px;
}

body {
    color: var(--okt-ink);
    background: #fff;
    font-family: "Work Sans", "Yellix-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

h1,
h2,
h3,
.site-brand__city,
.site-footer__brand span {
    font-family: "Bodoni Moda", Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.bavarian-border {
    position: relative;
    z-index: 101;
    width: 100%;
    height: 10px;
    background-color: #fff;
    background-image:
        linear-gradient(45deg, var(--okt-blue) 25%, transparent 25%, transparent 75%, var(--okt-blue) 75%),
        linear-gradient(45deg, var(--okt-blue) 25%, transparent 25%, transparent 75%, var(--okt-blue) 75%),
        linear-gradient(-45deg, var(--okt-blue) 25%, transparent 25%, transparent 75%, var(--okt-blue) 75%),
        linear-gradient(-45deg, var(--okt-blue) 25%, transparent 25%, transparent 75%, var(--okt-blue) 75%);
    background-position: 0 0, 10px 10px, 0 10px, 10px 0;
    background-size: 20px 20px;
}

.site-header {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 100;
    min-height: 92px;
    padding: 24px clamp(24px, 4vw, 56px);
    background: linear-gradient(180deg, rgba(9, 22, 40, 0.72), rgba(9, 22, 40, 0));
    border: 0;
    box-shadow: none;
}

.site-brand {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    color: #fff;
}

.site-brand__city {
    font-size: clamp(24px, 2.2vw, 30px);
    font-weight: 500;
    line-height: 1;
}

.site-brand__festival,
.site-footer__brand em {
    font-family: "UnifrakturCook", "Bodoni Moda", serif;
    font-size: 21px;
    font-style: normal;
    line-height: 1;
    opacity: 0.88;
}

.site-brand__year {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.site-nav {
    gap: clamp(12px, 1.6vw, 22px);
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.site-nav a {
    color: rgba(255, 255, 255, 0.88);
    border: 0;
}

.site-nav a:hover {
    color: #fff;
}

.site-nav__contact,
.site-nav__cta {
    min-height: 40px;
    padding: 9px 17px;
    border-radius: 999px;
}

.site-nav__contact {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(143, 182, 224, 0.58) !important;
}

.site-nav__cta {
    background: var(--okt-blue);
    border: 0 !important;
    box-shadow: none;
    color: #fff !important;
}

.site-nav__cta:hover {
    background: #2871c1;
    transform: none;
}

.site-nav-toggle {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 8px;
}

.button {
    min-height: 46px;
    padding: 12px 26px;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

.button:hover {
    transform: translateY(-1px);
}

.button--primary,
.button--accent {
    background: var(--okt-blue);
    color: #fff;
}

.button--primary:hover,
.button--accent:hover {
    background: #2871c1;
    color: #fff;
}

.button--light {
    background: #fff;
    color: var(--okt-ink);
}

.button--light:hover {
    background: #eef3f8;
    color: var(--okt-ink);
}

.button--dark {
    background: #17140d;
    color: #fff;
}

.button--dark:hover {
    background: var(--okt-blue-dark);
    color: #fff;
}

.script-kicker,
.eyebrow {
    display: block;
    min-height: 0;
    padding: 0;
    margin: 0 0 8px;
    background: transparent;
    color: var(--okt-blue);
    border-radius: 0;
    font-family: "UnifrakturCook", "Bodoni Moda", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.text-link {
    color: var(--okt-blue);
    font-weight: 600;
}

.stockholm-hero {
    position: relative;
    min-height: min(94vh, 900px);
    display: flex;
    overflow: hidden;
    background: var(--okt-blue-dark);
    color: #fff;
}

.stockholm-hero__media,
.stockholm-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.stockholm-hero__media {
    object-fit: cover;
}

.stockholm-hero__shade {
    /* A gentle veil keeps the headline readable without obscuring the video. */
    background: linear-gradient(180deg, rgba(9, 22, 40, 0.16), rgba(9, 22, 40, 0.26) 56%, rgba(9, 22, 40, 0.36));
}

.stockholm-hero__content {
    position: relative;
    z-index: 2;
    width: min(820px, calc(100% - 48px));
    align-self: center;
    margin: 50px 0 0 clamp(24px, 4vw, 56px);
}

.stockholm-hero .script-kicker {
    color: var(--okt-gold);
}

.stockholm-hero h1 {
    max-width: 780px;
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(56px, 6vw, 82px);
    font-weight: 500;
    line-height: 1.03;
}

.stockholm-hero__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.stockholm-hero__meta span:first-child {
    padding: 8px 17px;
    background: #fff;
    color: var(--okt-ink);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.stockholm-hero__meta span:last-child {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.home-schedule {
    width: 100%;
    margin: 0 auto;
    padding: 42px max(24px, calc((100% - var(--okt-max)) / 2)) 30px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 22px 32px;
    background: var(--okt-cream);
    color: var(--okt-ink);
}

.home-schedule__times {
    display: grid;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    gap: 28px;
}

.home-schedule__times a {
    padding-bottom: 10px;
    color: var(--okt-ink);
    text-decoration: none;
}

.home-schedule__times a:hover,
.home-schedule__times a:focus-visible {
    border-color: var(--okt-blue);
    color: var(--okt-blue-dark);
}

.home-schedule__times strong {
    display: block;
    font-family: "Bodoni Moda", serif;
    font-size: 23px;
    line-height: 1.2;
}

.home-schedule__times span {
    display: block;
    margin-top: 3px;
    color: var(--okt-muted);
    font-size: 12.5px;
}

.home-schedule > .button {
    align-self: start;
    background: var(--okt-blue);
    color: #fff;
}

.home-schedule > .button:hover,
.home-schedule > .button:focus-visible {
    background: #2871c1;
    color: #fff;
}

.home-schedule__location {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid var(--okt-border);
    color: var(--okt-muted);
    font-size: 14px;
}

.home-schedule__location a {
    color: var(--okt-blue);
    font-weight: 600;
}

.section {
    width: min(var(--okt-max), calc(100% - 48px));
    padding: clamp(72px, 7vw, 105px) 0;
}

.section--highlight,
.section--sessions,
.gallery-band,
.student-discount-strip {
    background: var(--okt-cream);
}

.stockholm-split {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(40px, 6vw, 76px);
    align-items: center;
}

.stockholm-split--tint {
    width: 100%;
    max-width: none;
    padding-inline: max(24px, calc((100% - var(--okt-max)) / 2));
    background: var(--okt-cream);
}

.stockholm-split--tint .stockholm-split__copy {
    order: 1;
}

.stockholm-split__copy h2 {
    max-width: 650px;
    margin: 0 0 20px;
    font-size: clamp(36px, 4vw, 48px);
    line-height: 1.15;
}

.stockholm-split__copy p {
    max-width: 560px;
    margin: 0 0 28px;
    color: var(--okt-muted);
    font-size: 16px;
    line-height: 1.75;
}

.stockholm-split__image {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 4px;
}

.stockholm-split__image--portrait {
    height: 520px;
}

.home-good-to-know h2 {
    margin: 0 0 34px;
    font-size: clamp(30px, 3vw, 38px);
}

.home-good-to-know__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.home-good-to-know article {
    padding-top: 18px;
    border-top: 3px solid var(--okt-blue);
}

.home-good-to-know p {
    margin: 0;
    color: var(--okt-muted);
    font-size: 14px;
    line-height: 1.65;
}

.home-good-to-know a {
    color: var(--okt-blue);
    font-weight: 600;
}

.home-tickets {
    background: #141918;
    color: #fff;
}

.home-tickets__header {
    width: min(740px, calc(100% - 48px));
    margin: 0 auto;
    padding: 92px 0 54px;
    text-align: center;
}

.home-tickets .script-kicker {
    color: var(--okt-gold);
}

.home-tickets__header h2 {
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(38px, 4vw, 48px);
}

.home-tickets__header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

.home-ticket-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.home-ticket-card {
    min-height: 440px;
    padding: clamp(34px, 4vw, 58px);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.home-ticket-card--light {
    background: #fff;
    color: var(--okt-ink);
    border-color: rgba(23, 20, 13, 0.25);
}

.home-ticket-card h3 {
    margin: 0 0 10px;
    color: inherit;
    font-size: clamp(25px, 2.3vw, 32px);
    line-height: 1.15;
}

.home-ticket-card__price {
    margin: 0 0 22px;
    color: inherit;
    font-weight: 700;
}

.home-ticket-card ul {
    min-height: 190px;
    margin: 0 0 26px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55;
}

.stockholm-cta {
    padding: 92px 24px;
    background: var(--okt-blue-dark);
    color: #fff;
    text-align: center;
}

.stockholm-cta .script-kicker {
    color: var(--okt-gold);
}

.stockholm-cta h2 {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #fff;
    font-size: clamp(36px, 4vw, 48px);
}

.stockholm-cta p {
    max-width: 680px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.72);
}

.home-sponsors {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    padding: 34px 24px;
}

.home-sponsors > span {
    color: var(--okt-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-sponsors img {
    width: auto;
    max-width: 180px;
    max-height: 70px;
    object-fit: contain;
}

/* Shared supporting pages in the Stockholm theme. */
.okt-hero,
.faq-hero {
    background: var(--okt-blue-dark);
}

.okt-hero--compact {
    min-height: 500px;
    align-items: end;
}

.okt-hero--compact .okt-hero__content,
.faq-hero__inner {
    width: min(var(--okt-max), calc(100% - 48px));
    padding-top: 160px;
    padding-bottom: 70px;
}

.okt-hero--compact .okt-hero__shade {
    background: linear-gradient(180deg, rgba(9, 22, 40, 0.2), rgba(9, 22, 40, 0.88));
}

.okt-hero--compact h1,
.faq-hero h1 {
    max-width: 820px;
    color: #fff;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 500;
    line-height: 1.06;
}

.okt-hero--compact .eyebrow,
.faq-hero .eyebrow {
    color: var(--okt-gold);
}

.faq-hero__inner > p:not(.eyebrow),
.okt-hero--compact .okt-hero__content > p:not(.eyebrow) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.74);
}

.proof-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    color: var(--okt-ink);
    border-bottom: 1px solid var(--okt-border);
}

.proof-strip > div {
    border-color: var(--okt-border);
}

.proof-strip strong {
    font-family: "Bodoni Moda", serif;
    font-size: 20px;
}

.section__header h2,
.section--split h2,
.tent-plan-copy h2,
.contact-panel h2,
.selected-session-card h2 {
    font-size: clamp(34px, 4vw, 46px);
    line-height: 1.15;
}

.section__header > p:not(.eyebrow),
.section__header > div > p:not(.eyebrow),
.section--split > div > p,
.contact-panel > p:not(.eyebrow) {
    color: var(--okt-muted);
}

.ticket-card,
.ticket-option,
.session-pill,
.selected-session-card,
.tent-plan-panel,
.info-list article,
.schedule-card,
.contact-panel,
.student-price-card,
.pretix-checkout-card {
    border-color: rgba(28, 95, 168, 0.25);
    border-radius: 4px;
    box-shadow: none;
}

.ticket-card:hover,
.ticket-option:hover,
.session-pill:hover {
    border-color: var(--okt-blue);
    box-shadow: 0 16px 38px rgba(9, 22, 40, 0.1);
    transform: translateY(-2px);
}

.ticket-card__tag,
.ticket-option .ticket-card__tag {
    background: var(--okt-blue);
    color: #fff;
}

.ticket-card__price,
.ticket-option__price,
.schedule-card__time,
.student-price-card strong {
    color: var(--okt-blue);
}

.session-pill--active {
    background: var(--okt-blue-dark);
    border-color: var(--okt-blue-dark);
    color: #fff;
}

.selected-session-card {
    background: var(--okt-cream);
}

.ticket-area--vip i,
.ticket-area--vip .ticket-option__area span {
    background: var(--okt-blue-dark);
}

.ticket-area--oktoberfest i,
.ticket-area--oktoberfest .ticket-option__area span {
    background: var(--okt-blue);
}

.ticket-area--bavarian i,
.ticket-area--bavarian .ticket-option__area span {
    background: #8fb6e0;
}

.ticket-area--unreserved i,
.ticket-area--unreserved .ticket-option__area span {
    background: #dfe8f1;
}

.corporate-section--joined {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 150px max(24px, calc((100% - var(--okt-max)) / 2)) 90px;
    background: var(--okt-blue-dark);
    color: #fff;
}

.corporate-section--joined .corporate-section__content h1,
.corporate-section--joined .corporate-section__content p,
.corporate-section--joined .corporate-section__content li {
    color: #fff;
}

.corporate-section--joined .eyebrow {
    color: var(--okt-gold);
}

.gallery-grid img,
.corporate-section__media img,
.student-hero__visual img {
    border-radius: 4px;
}

.legal-content,
.faq-content {
    max-width: 1000px;
}

.faq-group,
details {
    border-color: var(--okt-border);
}

.bavarian-border--footer {
    z-index: 1;
    background-color: var(--okt-blue-dark);
}

.site-footer {
    padding: 68px clamp(24px, 4vw, 56px) 30px;
    background: var(--okt-blue-dark);
    color: #fff;
}

.site-footer__grid {
    width: min(var(--okt-max), 100%);
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 52px;
    padding-bottom: 44px;
}

.site-footer__brand {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin-bottom: 14px;
}

.site-footer__brand span {
    font-size: 24px;
}

.site-footer__intro p {
    max-width: 340px;
    color: rgba(255, 255, 255, 0.62);
}

.site-footer__label {
    margin: 0 0 14px;
    color: var(--okt-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-footer__links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

body .site-footer a,
body .site-footer a:hover,
body .site-footer a:focus {
    color: #fff;
    text-decoration: none !important;
}

.site-footer .text-link {
    color: var(--okt-gold);
}

.site-footer__bottom {
    width: min(var(--okt-max), 100%);
    color: rgba(255, 255, 255, 0.48);
    border-color: rgba(143, 182, 224, 0.22);
}

.site-footer__bottom a {
    color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 1100px) {
    .site-header {
        min-height: 78px;
    }

    .site-nav-toggle {
        display: inline-flex;
    }

    .site-nav {
        position: absolute;
        top: 72px;
        right: 18px;
        left: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        background: var(--okt-blue-dark);
        border: 1px solid rgba(143, 182, 224, 0.35);
        border-radius: 8px;
        box-shadow: var(--okt-shadow);
    }

    .site-header.is-nav-open .site-nav {
        display: flex;
    }

    .site-nav a {
        padding: 11px 12px;
    }

    .site-nav__contact,
    .site-nav__cta {
        justify-content: center;
        margin-top: 6px;
    }

    .home-schedule__times {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }

    .home-ticket-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-good-to-know__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .bavarian-border {
        height: 8px;
    }

    .site-header {
        top: 8px;
        padding: 18px;
    }

    .site-brand {
        flex-wrap: wrap;
        gap: 4px 7px;
        max-width: 240px;
    }

    .site-brand__city {
        font-size: 24px;
    }

    .site-brand__festival {
        font-size: 18px;
    }

    .site-brand__year {
        flex-basis: 100%;
    }

    .stockholm-hero {
        min-height: 720px;
    }

    .stockholm-hero__content {
        width: calc(100% - 36px);
        margin: 70px 18px 0;
    }

    .stockholm-hero h1 {
        font-size: clamp(48px, 15vw, 68px);
    }

    .stockholm-hero__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .section,
    .faq-hero__inner,
    .okt-hero--compact .okt-hero__content {
        width: calc(100% - 36px);
    }

    .home-schedule {
        grid-template-columns: 1fr;
        padding: 34px 18px 26px;
    }

    .home-schedule__times {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 18px;
        min-width: 0;
        max-width: 100%;
    }

    .home-schedule__times a {
        min-width: 0;
    }

    .home-schedule__times span {
        font-size: 12px;
        overflow-wrap: anywhere;
    }

    .home-schedule > .button {
        width: 100%;
    }

    .home-schedule__location {
        flex-direction: column;
        gap: 8px;
    }

    .stockholm-split,
    .stockholm-split--tint {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .stockholm-split--tint {
        width: 100%;
        padding-inline: 18px;
    }

    .stockholm-split--tint .stockholm-split__copy {
        order: 0;
    }

    .stockholm-split__image,
    .stockholm-split__image--portrait {
        height: 360px;
    }

    .home-good-to-know__grid,
    .home-ticket-grid {
        grid-template-columns: 1fr;
    }

    .home-ticket-card {
        min-height: 0;
        border-right: 0;
    }

    .home-ticket-card ul {
        min-height: 0;
    }

    .home-sponsors {
        flex-wrap: wrap;
        gap: 24px;
    }

    .home-sponsors > span {
        flex-basis: 100%;
        text-align: center;
    }

    .okt-hero--compact,
    .faq-hero {
        min-height: 520px;
    }

    .okt-hero--compact .okt-hero__content,
    .faq-hero__inner {
        padding-top: 145px;
        padding-bottom: 56px;
    }

    .proof-strip {
        grid-template-columns: 1fr;
    }

    .corporate-section--joined {
        padding: 140px 18px 70px;
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

* {
    box-sizing: border-box;
}

.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;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--okt-ink);
    background: #fff;
    font-family: "Yellix-Regular", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
    padding: 12px clamp(18px, 4vw, 56px);
    background: var(--okt-blue);
    border-bottom: 0;
    box-shadow: 0 8px 20px rgba(30, 29, 40, 0.08);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    text-decoration: none;
}

.site-brand__name {
    color: #fff;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.1;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(12px, 2vw, 28px);
    font-family: "Yellix-SemiBold", Arial, sans-serif;
    font-size: 15px;
}

.site-nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    padding: 0;
    appearance: none;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    cursor: pointer;
}

.site-nav-toggle span:not(.sr-only) {
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 999px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav-toggle span:not(.sr-only):nth-of-type(2) {
    transform: translateY(-7px);
}

.site-nav-toggle span:not(.sr-only):nth-of-type(4) {
    transform: translateY(7px);
}

.site-nav a {
    flex: 0 0 auto;
    color: #fff;
    border-bottom: 2px solid transparent;
}

.site-nav__shop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 13px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.52) !important;
    border-radius: 999px;
    font-size: 14px;
    line-height: 1;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 18px;
    background: var(--okt-gold);
    border: 2px solid var(--okt-gold) !important;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(255, 148, 31, 0.28);
    color: #fff !important;
    line-height: 1;
    text-align: center;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.site-nav a,
.text-link {
    text-decoration: none;
}

.site-nav a:hover,
.text-link:hover {
    color: var(--okt-gold);
}

.site-nav__cta:hover {
    background: #ffac47;
    border-color: #ffac47 !important;
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 148, 31, 0.36);
    transform: translateY(-1px);
}

.site-nav__shop:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.86) !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.okt-page {
    overflow: hidden;
}

.okt-hero {
    position: relative;
    min-height: clamp(560px, 74vh, 760px);
    display: grid;
    align-items: end;
    color: #fff;
    background: var(--okt-blue);
}

.okt-hero__video,
.okt-hero__poster,
.okt-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.okt-hero__video,
.okt-hero__poster {
    object-fit: cover;
}

.okt-hero__poster {
    z-index: 0;
}

.okt-hero__video {
    z-index: 1;
}

.okt-hero__shade {
    z-index: 2;
    background:
        linear-gradient(90deg, rgba(30, 29, 40, 0.72) 0%, rgba(30, 29, 40, 0.46) 36%, rgba(30, 29, 40, 0.16) 68%, rgba(30, 29, 40, 0.06) 100%),
        linear-gradient(0deg, rgba(30, 29, 40, 0.64) 0%, rgba(30, 29, 40, 0.24) 45%, rgba(30, 29, 40, 0.06) 100%),
        linear-gradient(90deg, rgba(36, 176, 229, 0.22), rgba(255, 148, 31, 0.1));
}

.okt-hero__content {
    position: relative;
    z-index: 3;
    width: min(var(--okt-max), calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(44px, 7vw, 78px) 0 clamp(56px, 8vw, 92px);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    background: var(--okt-blue);
    color: #fff;
    border-radius: 4px;
    margin: 0 0 10px;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.okt-hero .eyebrow {
    background: #fff;
    color: var(--okt-blue);
}

.faq-hero {
    color: #fff;
    background: var(--okt-blue);
}

.faq-hero__inner {
    width: min(var(--okt-max), calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(36px, 5vw, 64px) 0 clamp(34px, 4vw, 52px);
}

.faq-hero .eyebrow {
    background: #fff;
    color: var(--okt-blue);
}

.faq-hero h1 {
    max-width: 780px;
    font-size: clamp(38px, 5vw, 58px);
}

.faq-hero__inner > p:not(.eyebrow) {
    max-width: 720px;
    margin: 14px 0 0;
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.45;
}

.faq-hero .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 660px;
    margin-top: 24px;
}

h1,
h2,
h3,
p,
span,
summary {
    overflow-wrap: anywhere;
}

h1,
h2,
h3 {
    word-break: normal;
    hyphens: auto;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Yellix-Bold", Arial, sans-serif;
    line-height: 1.05;
}

h1 {
    max-width: 860px;
    font-size: clamp(44px, 7vw, 84px);
}

h2 {
    font-size: clamp(34px, 5vw, 58px);
}

h3 {
    font-size: 22px;
}

.okt-hero__content p:not(.eyebrow) {
    max-width: 720px;
    margin: 22px 0 0;
    font-size: clamp(18px, 2.1vw, 23px);
    line-height: 1.45;
}

.okt-hero h1,
.okt-hero__content p:not(.eyebrow) {
    text-shadow: 0 3px 18px rgba(30, 29, 40, 0.55);
}

.okt-hero--compact {
    min-height: clamp(420px, 52vh, 560px);
}

.okt-hero--compact .okt-hero__content {
    padding-bottom: clamp(36px, 5vw, 64px);
}

.page-2022 .okt-hero--compact {
    min-height: 0;
    align-items: start;
    color: var(--okt-ink);
    background: var(--okt-cream);
    border-bottom: 1px solid var(--okt-border);
}

.page-2022 .okt-hero--compact .okt-hero__content {
    padding: clamp(40px, 6vw, 72px) 0 clamp(34px, 5vw, 56px);
}

.page-2022 .okt-hero--compact .eyebrow {
    background: var(--okt-blue);
    color: #fff;
}

.page-2022 .okt-hero__content p:not(.eyebrow) {
    max-width: 760px;
    margin-top: 14px;
    color: var(--okt-muted);
}

.contact-page .okt-hero--compact {
    min-height: clamp(520px, 68vh, 700px);
    align-items: end;
    isolation: isolate;
    overflow: hidden;
    color: #fff;
    background: var(--okt-blue);
    border-bottom: 0;
}

.contact-page .okt-hero__poster {
    object-position: center 42%;
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.01);
}

.contact-page .okt-hero__shade {
    background:
        linear-gradient(90deg, rgba(30, 29, 40, 0.88) 0%, rgba(30, 29, 40, 0.62) 40%, rgba(30, 29, 40, 0.2) 72%),
        linear-gradient(0deg, rgba(30, 29, 40, 0.72), rgba(30, 29, 40, 0.06) 52%),
        linear-gradient(90deg, rgba(36, 176, 229, 0.46), rgba(255, 148, 31, 0.22));
}

.contact-page .okt-hero--compact .okt-hero__content {
    width: min(var(--okt-max), calc(100% - 36px));
    padding: clamp(54px, 7vw, 84px) 0 clamp(58px, 8vw, 96px);
}

.contact-page .okt-hero--compact .okt-hero__content > * {
    max-width: 690px;
}

.contact-page .okt-hero--compact .eyebrow {
    background: #fff;
    color: var(--okt-blue);
}

.contact-page .okt-hero__content p:not(.eyebrow) {
    max-width: 660px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.92);
}

.contact-page .okt-hero--compact .button--ghost {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.12);
}

.corporate-ticket-page > .corporate-section:first-child {
    padding-top: clamp(34px, 5vw, 64px);
    padding-bottom: clamp(28px, 4vw, 48px);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 999px;
    border: 2px solid transparent;
    font-family: "Yellix-Bold", Arial, sans-serif;
    text-decoration: none;
    text-align: center;
}

.button--primary {
    background: var(--okt-gold);
    color: #fff;
    border-color: var(--okt-gold);
}

.button--ghost {
    border-color: #fff;
    color: #fff;
    background: rgba(36, 176, 229, 0.18);
}

.button--secondary {
    color: var(--okt-blue);
    background: #fff;
    border-color: #fff;
}

.mobile-booking-card {
    display: none;
}

.mobile-hero-highlights {
    display: none;
}

.mobile-session-summary {
    display: none;
}

.mobile-hero-copy {
    display: none;
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px));
    gap: 16px;
    max-width: 560px;
    margin: 28px 0 0;
}

.hero-facts div {
    padding: 20px 22px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--okt-radius);
    color: var(--okt-ink);
}

.hero-facts__link-tile {
    position: relative;
    text-decoration: none;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-facts__link-tile:hover,
.hero-facts__link-tile:focus-within {
    background: #fff;
    box-shadow: 0 12px 28px rgba(30, 29, 40, 0.18);
    transform: translateY(-2px);
}

.hero-facts__link-tile:focus-within {
    outline: 3px solid rgba(255, 148, 31, 0.55);
    outline-offset: 3px;
}

.hero-facts__link-tile a {
    color: inherit;
    text-decoration: none;
}

.hero-facts__link-tile a:after {
    content: "";
    position: absolute;
    inset: 0;
}

.hero-facts dt {
    color: var(--okt-blue);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.hero-facts dd {
    margin: 3px 0 0;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.1;
}

.proof-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    width: min(var(--okt-max), calc(100% - 36px));
    margin: -46px auto 0;
    position: relative;
    z-index: 4;
    overflow: hidden;
    border-radius: var(--okt-radius);
    box-shadow: var(--okt-shadow);
}

.proof-strip div {
    min-height: 124px;
    padding: 22px;
    background: #fff;
}

.proof-strip strong {
    display: block;
    color: var(--okt-blue);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.15;
}

.proof-strip span {
    display: block;
    margin-top: 8px;
    color: var(--okt-muted);
    line-height: 1.5;
}

.section--sessions {
    padding-bottom: clamp(40px, 7vw, 78px);
}

.session-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.session-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    color: inherit;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 8px 22px rgba(30, 29, 40, 0.06);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.session-card:hover,
.session-card:focus-visible {
    border-color: var(--okt-gold);
    box-shadow: 0 16px 38px rgba(255, 148, 31, 0.18);
    transform: translateY(-3px);
}

.session-card:focus-visible {
    outline: 3px solid rgba(36, 176, 229, 0.35);
    outline-offset: 3px;
}

.session-card__day {
    align-self: flex-start;
    margin: 0 0 18px;
    padding: 5px 9px;
    color: #fff;
    background: var(--okt-blue);
    border-radius: 4px;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.session-card__time {
    margin: 12px 0 0;
    color: var(--okt-red);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.15;
}

.session-card p:last-child {
    margin: 14px 0 0;
    color: var(--okt-muted);
}

.session-card .text-link {
    margin-top: auto;
    padding-top: 18px;
}

.section {
    width: min(var(--okt-max), calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(54px, 8vw, 92px) 0;
    scroll-margin-top: 110px;
}

.section__header {
    max-width: 820px;
    margin-bottom: 34px;
}

.section__header p:not(.eyebrow) {
    margin: 16px 0 0;
    color: var(--okt-muted);
    font-size: 20px;
    line-height: 1.55;
}

.intro-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    font-size: 19px;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    font-size: 18px;
}

.intro-grid p {
    margin: 0;
}

.experience-grid article {
    min-height: 100%;
    padding: 26px;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 10px 28px rgba(30, 29, 40, 0.06);
}

.experience-grid img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 18px;
}

.experience-grid p {
    margin: 12px 0 0;
    color: var(--okt-muted);
}

.section__header--row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    max-width: none;
}

.section__header--row .button {
    flex: 0 0 auto;
}

.section--highlight {
    width: 100%;
    max-width: none;
    padding-inline: max(18px, calc((100vw - var(--okt-max)) / 2));
    background: var(--okt-cream);
    border-block: 1px solid var(--okt-border);
}

.ticket-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ticket-grid--page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ticket-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ticket-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 100%;
    padding: 24px;
    background: var(--okt-paper);
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 8px 22px rgba(30, 29, 40, 0.06);
    color: inherit;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ticket-card:hover,
.ticket-card:focus-visible {
    border-color: var(--okt-gold);
    box-shadow: 0 16px 38px rgba(255, 148, 31, 0.18);
    transform: translateY(-3px);
}

.ticket-card:focus-visible {
    outline: 3px solid rgba(36, 176, 229, 0.35);
    outline-offset: 3px;
}

.ticket-card--corporate {
    padding: clamp(24px, 4vw, 34px);
}

.corporate-vat-note {
    margin: 12px 0 0;
    color: var(--okt-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.ticket-card--featured {
    border: 2px solid var(--okt-gold);
    box-shadow: 0 18px 44px rgba(255, 148, 31, 0.2);
    transform: translateY(-6px);
}

.ticket-card--featured .ticket-card__tag {
    background: var(--okt-gold);
}

.ticket-card--selected {
    border-color: var(--okt-gold);
    box-shadow: 0 16px 38px rgba(255, 148, 31, 0.18);
}

.ticket-card--muted {
    background: #fafafa;
    box-shadow: 0 6px 18px rgba(30, 29, 40, 0.04);
    opacity: 0.86;
}

.ticket-card--muted .ticket-card__tag {
    background: var(--okt-muted);
}

.ticket-card__tag {
    align-self: flex-start;
    margin: 0;
    padding: 5px 9px;
    color: #fff;
    background: var(--okt-blue);
    border-radius: 4px;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.ticket-card__price {
    margin: 8px 0 0;
    color: var(--okt-red);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 24px;
}

.ticket-card ul {
    flex: 1;
    margin: 0;
    padding-left: 20px;
    color: var(--okt-muted);
}

.ticket-card li + li {
    margin-top: 8px;
}

.outfit-nudge {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    margin-top: 28px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(22, 142, 192, 0.96), rgba(30, 29, 40, 0.94)),
        var(--okt-blue);
    border-radius: var(--okt-radius);
    box-shadow: 0 18px 42px rgba(30, 29, 40, 0.16);
}

.outfit-nudge--mobile {
    display: none;
}

.outfit-nudge__media {
    position: relative;
    min-height: 230px;
}

.outfit-nudge__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(30, 29, 40, 0), rgba(30, 29, 40, 0.18));
}

.outfit-nudge__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.outfit-nudge__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(24px, 4vw, 38px);
}

.outfit-nudge .eyebrow {
    align-self: flex-start;
    margin-bottom: 12px;
    background: #fff;
    color: var(--okt-blue);
}

.outfit-nudge h3 {
    max-width: 680px;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.05;
}

.outfit-nudge p:not(.eyebrow) {
    max-width: 650px;
    margin: 14px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    line-height: 1.48;
}

.outfit-nudge__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 18px;
    margin-top: 22px;
}

.outfit-nudge .text-link {
    color: #fff;
}

.text-link {
    color: var(--okt-blue);
    font-family: "Yellix-Bold", Arial, sans-serif;
}

.page-2022 .proof-strip {
    margin-bottom: clamp(28px, 5vw, 54px);
}

.faq-page .proof-strip {
    margin-top: -18px;
}

.corporate-explainer {
    padding-top: 0;
}

.corporate-session-booking {
    display: grid;
    gap: 14px;
    margin: 6px 0 28px;
}

.corporate-session-booking .session-picker {
    margin-bottom: 0;
}

.corporate-selected-session-card {
    margin: 0;
}

.corporate-checkout-section {
    background: linear-gradient(180deg, var(--okt-cream) 0%, #fff 100%);
}

.page-card-band + .page-card-band {
    border-top: 0;
    padding-top: clamp(28px, 4vw, 46px);
}

.tickets-flow-page .okt-hero--compact {
    min-height: clamp(250px, 30vh, 350px);
}

.tickets-flow-page .okt-hero__content {
    padding: clamp(26px, 4vw, 42px) 0 clamp(34px, 5vw, 52px);
}

.tickets-flow-page .okt-hero h1 {
    max-width: 700px;
    font-size: clamp(32px, 4.6vw, 54px);
}

.tickets-flow-page .okt-hero__content > p:not(.eyebrow) {
    max-width: 620px;
    font-size: clamp(17px, 1.7vw, 20px);
    line-height: 1.42;
}

.proof-strip--steps strong {
    color: var(--okt-ink);
}

.proof-strip--compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(980px, calc(100% - 36px));
    margin-top: -22px;
}

.proof-strip--compact div {
    min-height: 88px;
    padding: 16px 18px;
}

.proof-strip--compact strong {
    font-size: 18px;
}

.proof-strip--compact span {
    margin-top: 6px;
}

.booking-builder {
    padding-top: clamp(24px, 4vw, 44px);
}

.session-intro {
    margin: 0 0 14px;
    color: var(--okt-blue-dark);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.session-picker {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 28px;
}

.session-pill {
    display: grid;
    gap: 4px;
    min-height: 128px;
    padding: 18px;
    color: inherit;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 8px 22px rgba(30, 29, 40, 0.05);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.session-pill:hover,
.session-pill:focus-visible,
.session-pill--active {
    border-color: var(--okt-blue);
    box-shadow: 0 16px 36px rgba(36, 176, 229, 0.16);
    transform: translateY(-2px);
}

.session-pill:focus-visible {
    outline: 3px solid rgba(36, 176, 229, 0.35);
    outline-offset: 3px;
}

.session-pill span {
    color: var(--okt-blue-dark);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.session-pill strong {
    color: var(--okt-ink);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.15;
}

.session-pill small {
    color: var(--okt-muted);
    font-family: "Yellix-SemiBold", Arial, sans-serif;
    font-size: 15px;
}

.session-pill--active {
    background: #eef9fd;
}

.selected-session-card {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 18px;
    align-items: center;
    margin: -8px 0 28px;
    padding: 18px 20px;
    background: #eef9fd;
    border: 1px solid rgba(36, 176, 229, 0.3);
    border-radius: var(--okt-radius);
}

.selected-session-card p {
    margin: 0;
}

.selected-session-card > div > p {
    color: var(--okt-blue-dark);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.selected-session-card h2 {
    margin-top: 5px;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.12;
}

.selected-session-card span {
    display: block;
    margin-top: 6px;
    color: var(--okt-red);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

.selected-session-card > p {
    color: var(--okt-muted);
    line-height: 1.45;
}

.student-discount-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    width: min(980px, calc(100% - 36px));
    margin: 6px auto 0;
    padding: 10px 14px;
    background: #fff8ec;
    border: 1px solid rgba(255, 148, 31, 0.42);
    border-radius: var(--okt-radius);
    box-shadow: 0 8px 20px rgba(30, 29, 40, 0.05);
    text-align: center;
}

.student-discount-strip strong {
    color: var(--okt-ink);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
}

.student-discount-strip span {
    color: var(--okt-muted);
    font-size: 15px;
    line-height: 1.3;
}

.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: clamp(22px, 4vw, 42px);
    align-items: start;
}

.ticket-choice-panel {
    min-width: 0;
}

.ticket-stack {
    display: grid;
    gap: 14px;
}

.ticket-option {
    --ticket-area: var(--okt-blue);
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(240px, 1fr);
    gap: 22px;
    min-height: 100%;
    padding: 22px;
    overflow: hidden;
    color: inherit;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 8px 22px rgba(30, 29, 40, 0.06);
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ticket-option[hidden] {
    display: none;
}

.ticket-option::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: var(--ticket-area);
}

.ticket-option:hover,
.ticket-option:focus-visible {
    border-color: var(--ticket-area);
    box-shadow: 0 16px 38px rgba(30, 29, 40, 0.12);
    transform: translateY(-2px);
}

.ticket-option:focus-visible {
    outline: 3px solid rgba(36, 176, 229, 0.35);
    outline-offset: 3px;
}

.ticket-option--featured {
    border-color: var(--okt-gold);
    box-shadow: 0 16px 38px rgba(255, 148, 31, 0.16);
}

.ticket-option--active {
    border-color: var(--ticket-area);
    background: linear-gradient(90deg, rgba(238, 249, 253, 0.72), #fff 44%);
    box-shadow: 0 18px 42px rgba(30, 29, 40, 0.14);
}

.ticket-option--active .text-link {
    background: var(--ticket-area);
}

.ticket-area--bavarian.ticket-option--active .text-link,
.ticket-area--unreserved.ticket-option--active .text-link {
    color: var(--okt-ink);
}

.ticket-option h3 {
    margin: 12px 0 10px;
    font-size: 26px;
    line-height: 1.12;
}

.ticket-option__main p:last-child {
    margin: 0;
    color: var(--okt-muted);
}

.ticket-option__details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ticket-option__price {
    margin: 0;
    color: var(--okt-red);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 26px;
    line-height: 1.1;
}

.ticket-option__area {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: var(--okt-ink);
    font-family: "Yellix-SemiBold", Arial, sans-serif;
    line-height: 1.25;
}

.ticket-option__area span,
.tent-legend i {
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background: var(--ticket-area);
    border-radius: 3px;
}

.ticket-option__includes {
    margin: 2px 0 -4px;
    color: var(--okt-blue-dark);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    text-transform: uppercase;
}

.ticket-option ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    color: var(--okt-ink);
    font-size: 15px;
    line-height: 1.45;
    list-style: none;
}

.ticket-option li {
    position: relative;
    padding-left: 22px;
}

.ticket-option li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.56em;
    width: 10px;
    height: 6px;
    border-left: 2px solid var(--ticket-area);
    border-bottom: 2px solid var(--ticket-area);
    transform: rotate(-45deg);
}

.ticket-option li + li {
    margin-top: 0;
}

.ticket-option .text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: auto;
    padding: 9px 14px;
    color: #fff;
    background: var(--okt-blue-dark);
    border-radius: 999px;
    line-height: 1.2;
    text-align: center;
}

.ticket-area--vip {
    --ticket-area: #ef3f35;
}

.ticket-area--oktoberfest {
    --ticket-area: #004b91;
}

.ticket-area--bavarian {
    --ticket-area: #83c5ee;
}

.ticket-area--unreserved {
    --ticket-area: #f0d277;
}

.ticket-area--bavarian .ticket-card__tag,
.ticket-area--unreserved .ticket-card__tag {
    color: var(--okt-ink);
    background: var(--ticket-area);
}

.ticket-area--vip .ticket-card__tag,
.ticket-area--oktoberfest .ticket-card__tag {
    background: var(--ticket-area);
}

.tent-plan-panel {
    min-width: 0;
}

.tent-plan-panel__sticky {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 16px;
}

.tent-plan-copy {
    padding: 24px;
    background: var(--okt-cream);
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
}

.tent-plan-copy h2 {
    margin-top: 4px;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.12;
}

.tent-plan-copy p:last-child {
    margin-bottom: 0;
    color: var(--okt-muted);
}

.tent-plan {
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 10px 28px rgba(30, 29, 40, 0.08);
}

.tent-plan img {
    display: block;
    width: 100%;
}

.tent-legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tent-legend span {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    gap: 9px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    color: var(--okt-ink);
    font-family: "Yellix-SemiBold", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

.pretix-checkout-section {
    padding-top: 0;
    scroll-margin-top: 110px;
}

.ticket-checkout-page {
    min-height: 70vh;
    background: #f7f5f1;
}

.ticket-checkout-page .pretix-checkout-section {
    padding-top: clamp(34px, 6vw, 74px);
    padding-bottom: clamp(54px, 8vw, 96px);
}

.ticket-checkout-page .pretix-checkout-card {
    max-width: 960px;
}

.pretix-checkout-card {
    display: grid;
    gap: 20px;
    width: min(var(--okt-max), calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(20px, 3vw, 32px);
    scroll-margin-top: 110px;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 16px 42px rgba(30, 29, 40, 0.1);
}

.pretix-checkout-card__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
}

.pretix-checkout-card__header h2 {
    margin-top: 4px;
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.12;
}

.pretix-checkout-card__header p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--okt-muted);
    line-height: 1.45;
}

.pretix-checkout-card__header > .text-link {
    align-self: center;
    white-space: nowrap;
}

.corporate-checkout-contact {
    display: grid;
    gap: 6px;
    align-self: center;
    justify-items: end;
    text-align: right;
}

.corporate-checkout-contact span {
    color: var(--okt-muted);
    font-size: 0.9rem;
}

.pretix-checkout-card__nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--okt-border);
    color: var(--okt-muted);
    font-family: "Yellix-SemiBold", Arial, sans-serif;
    font-size: 14px;
}

.pretix-checkout-card__nav .text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.pretix-checkout-card__selection {
    display: grid;
    gap: 4px;
    min-width: 170px;
    padding-left: 18px;
    border-left: 3px solid var(--okt-red);
}

.pretix-checkout-card__selection span {
    color: var(--okt-muted);
    font-size: 14px;
}

.pretix-checkout-card__selection strong {
    color: var(--okt-ink);
    font-family: var(--okt-heading);
    font-size: 28px;
    line-height: 1;
}

.pretix-checkout-card__help {
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid var(--okt-border);
    color: var(--okt-muted);
    font-size: 14px;
}

.pretix-widget-shell {
    min-height: 260px;
}

.pretix-widget-shell pretix-widget,
.pretix-widget-shell .pretix-widget-wrapper,
.pretix-widget-shell iframe {
    max-width: 100%;
}

.pretix-widget-fallback {
    display: grid;
    gap: 12px;
    padding: clamp(18px, 3vw, 26px);
    background: rgba(255, 248, 236, 0.86);
    border: 1px dashed rgba(30, 29, 40, 0.2);
    border-radius: 8px;
}

.pretix-widget-fallback[hidden] {
    display: none;
}

.pretix-widget-fallback h3 {
    margin: 0;
    font-family: var(--okt-heading);
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.12;
}

.pretix-widget-fallback p {
    max-width: 640px;
    margin: 0;
    color: var(--okt-muted);
    line-height: 1.45;
}

.pretix-widget-fallback .button {
    justify-self: start;
}

.student-ticket-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
    gap: clamp(24px, 5vw, 56px);
    align-items: center;
}

.student-page .student-hero {
    overflow: visible;
    background:
        linear-gradient(120deg, rgba(255, 248, 236, 0.98) 0%, rgba(255, 248, 236, 0.94) 48%, rgba(238, 249, 253, 0.92) 100%),
        var(--okt-cream);
}

.student-page .student-hero .okt-hero__content {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
    gap: clamp(34px, 5vw, 70px);
    align-items: center;
    padding-top: clamp(44px, 5.6vw, 76px);
    padding-bottom: clamp(64px, 6vw, 90px);
}

.student-hero__copy {
    min-width: 0;
}

.student-page .student-hero h1 {
    max-width: 760px;
    font-size: clamp(40px, 5vw, 68px);
}

.student-page .student-hero .student-hero__copy > p:not(.eyebrow) {
    max-width: 680px;
    margin-top: 16px;
    color: var(--okt-muted);
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.45;
}

.student-page .student-hero .button--ghost {
    color: var(--okt-blue);
    background: #fff;
    border-color: rgba(36, 176, 229, 0.22);
}

.student-hero__visual {
    position: relative;
    min-height: clamp(330px, 31vw, 430px);
    overflow: hidden;
    background: var(--okt-blue);
    border: 1px solid rgba(36, 176, 229, 0.18);
    border-radius: var(--okt-radius);
    box-shadow: 0 24px 58px rgba(30, 29, 40, 0.18);
}

.student-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(30, 29, 40, 0.02), rgba(30, 29, 40, 0.35));
}

.student-hero__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.student-hero__offer {
    position: absolute;
    z-index: 2;
    left: 22px;
    bottom: 22px;
    display: grid;
    gap: 2px;
    width: min(260px, calc(100% - 44px));
    padding: 18px 20px;
    background: #fff;
    border: 1px solid rgba(255, 148, 31, 0.42);
    border-radius: var(--okt-radius);
    box-shadow: 0 18px 34px rgba(30, 29, 40, 0.16);
}

.student-hero__offer span,
.student-hero__offer small {
    color: var(--okt-blue-dark);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.student-hero__offer strong {
    color: var(--okt-red);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: clamp(46px, 5vw, 64px);
    line-height: 0.95;
}

.student-hero__offer small {
    color: var(--okt-muted);
}

.student-ticket-feature > div:first-child p:not(.eyebrow) {
    max-width: 760px;
    margin-top: 16px;
    color: var(--okt-muted);
    font-size: 19px;
    line-height: 1.5;
}

.student-detail-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.student-detail-list li {
    position: relative;
    padding: 12px 14px 12px 42px;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    color: var(--okt-ink);
    font-family: "Yellix-SemiBold", Arial, sans-serif;
    line-height: 1.35;
}

.student-detail-list li::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 12px;
    height: 7px;
    border-left: 3px solid var(--okt-blue);
    border-bottom: 3px solid var(--okt-blue);
    transform: translateY(-62%) rotate(-45deg);
}

.student-price-card {
    padding: 26px;
    background: #fff8ec;
    border: 1px solid rgba(255, 148, 31, 0.42);
    border-radius: var(--okt-radius);
    box-shadow: 0 16px 36px rgba(255, 148, 31, 0.16);
}

.student-price-card p,
.student-price-card span {
    margin: 0;
}

.student-price-card p {
    color: var(--okt-blue-dark);
    font-family: "Yellix-Bold", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.student-price-card strong {
    display: block;
    margin: 10px 0 4px;
    color: var(--okt-red);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: clamp(42px, 6vw, 62px);
    line-height: 1;
}

.student-price-card span {
    display: block;
    color: var(--okt-muted);
}

.student-price-card .button {
    width: 100%;
    margin-top: 20px;
}

.student-society-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: clamp(26px, 4vw, 42px);
    color: #fff;
    background:
        linear-gradient(135deg, rgba(36, 176, 229, 0.95), rgba(11, 77, 125, 0.96)),
        var(--okt-blue);
    border-radius: var(--okt-radius);
    box-shadow: var(--okt-shadow);
}

.student-society-band .eyebrow {
    background: #fff;
    color: var(--okt-blue);
}

.student-society-band h2 {
    max-width: 720px;
    font-size: clamp(30px, 4vw, 46px);
}

.student-society-band p:not(.eyebrow) {
    max-width: 820px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.5;
}

.student-society-band .button {
    white-space: nowrap;
}

.section--split {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(32px, 7vw, 80px);
    align-items: start;
}

.corporate-section {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 6vw, 72px);
    align-items: center;
}

.corporate-section--joined {
    grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
    gap: 0;
    align-items: stretch;
}

.corporate-section__media {
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--okt-radius);
    box-shadow: var(--okt-shadow);
}

.corporate-section--joined .corporate-section__media {
    min-height: 0;
    border-radius: var(--okt-radius) 0 0 var(--okt-radius);
    box-shadow: none;
}

.corporate-section__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.corporate-section--joined .corporate-section__media img {
    height: auto;
    min-height: 0;
}

.corporate-section__content {
    padding: clamp(28px, 4vw, 44px);
    color: #fff;
    background: var(--okt-blue);
    border-radius: var(--okt-radius);
}

.corporate-section--joined .corporate-section__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(24px, 3vw, 34px);
    border-radius: 0 var(--okt-radius) var(--okt-radius) 0;
}

.corporate-section__content .eyebrow {
    background: #fff;
    color: var(--okt-blue);
}

.corporate-section--joined .corporate-section__content h1,
.corporate-section--joined .corporate-section__content h2 {
    font-size: clamp(30px, 3.2vw, 42px);
}

.corporate-section__content p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.55;
}

.corporate-section--joined .corporate-section__content p {
    font-size: 17px;
    line-height: 1.45;
}

.check-list {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.corporate-section--joined .check-list {
    gap: 8px;
    margin-top: 18px;
    line-height: 1.45;
}

.check-list li {
    position: relative;
    padding-left: 28px;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 4px solid var(--okt-gold);
    border-radius: 50%;
}

.trust-section {
    padding-top: clamp(54px, 8vw, 92px);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.testimonial-grid figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    margin: 0;
    padding: 26px;
    color: #fff;
    background: var(--okt-blue);
    border: 1px solid rgba(36, 176, 229, 0.25);
    border-radius: var(--okt-radius);
    box-shadow: 0 10px 28px rgba(30, 29, 40, 0.06);
}

.testimonial-grid blockquote {
    margin: 0;
    color: #fff;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
}

.testimonial-grid figcaption {
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Yellix-Bold", Arial, sans-serif;
}

.check-list--dark li {
    color: rgba(255, 255, 255, 0.9);
}

.gallery-band {
    width: 100%;
    padding: clamp(64px, 8vw, 100px) max(18px, calc((100vw - var(--okt-max)) / 2));
    background: var(--okt-cream);
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.9fr 0.9fr;
    grid-auto-rows: 220px;
    gap: 14px;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--okt-radius);
}

.gallery-grid img:nth-child(1) {
    grid-row: span 2;
}

.gallery-grid img:nth-child(4) {
    grid-column: span 2;
}

.section--split > div > p:not(.eyebrow) {
    color: var(--okt-muted);
    font-size: 19px;
}

.info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.info-list article {
    padding: 22px;
    background: var(--okt-paper);
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
}

.info-list p {
    margin: 12px 0 0;
    color: var(--okt-muted);
}

.faq-band {
    padding-top: clamp(48px, 6vw, 76px);
    padding-bottom: clamp(48px, 6vw, 76px);
}

.faq-band + .faq-band {
    border-top: 0;
}

.faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.faq-item {
    background: var(--okt-paper);
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 8px 22px rgba(30, 29, 40, 0.05);
}

.faq-item summary {
    position: relative;
    min-height: 76px;
    padding: 22px 58px 22px 24px;
    cursor: pointer;
    color: var(--okt-ink);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    top: 20px;
    right: 22px;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #fff;
    background: var(--okt-blue);
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
}

.faq-item[open] summary::after {
    content: "-";
    background: var(--okt-gold);
}

.faq-item__answer {
    padding: 0 24px 22px;
    color: var(--okt-muted);
    font-size: 17px;
    line-height: 1.6;
}

.faq-item__answer p {
    margin: 0;
}

.faq-help {
    border-top: 1px solid var(--okt-border);
}

.location-page--refined {
    background: #fff;
}

.location-intro {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: end;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 22%, rgba(143, 182, 224, 0.24), transparent 36%),
        linear-gradient(125deg, #123f73 0%, #1c5fa8 100%);
}

.location-intro::before {
    display: none;
}

.location-intro__inner {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 48px), var(--okt-max));
    margin: 0 auto;
    padding: 104px 0 clamp(48px, 5vw, 64px);
}

.location-intro .eyebrow {
    color: #fff;
}

.location-intro h1 {
    max-width: 880px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 5.6vw, 72px);
    line-height: 0.98;
    letter-spacing: -0.04em;
}

.location-intro__facts {
    display: flex;
    gap: clamp(34px, 7vw, 92px);
    margin-top: clamp(26px, 3vw, 38px);
}

.location-intro__facts > div {
    display: grid;
    grid-template-columns: auto auto;
    gap: 14px;
    align-items: start;
}

.location-intro__facts span {
    padding-top: 4px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.location-intro__facts strong {
    color: #fff;
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.35;
}

.location-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.location-intro__ticket-button {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.48);
}

.location-intro__ticket-button:hover {
    color: var(--okt-blue-dark);
    background: #fff;
}

.location-overview {
    padding-top: clamp(64px, 8vw, 112px);
    padding-bottom: clamp(64px, 8vw, 112px);
}

.location-overview__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(390px, 0.75fr);
    gap: clamp(20px, 3vw, 42px);
    align-items: stretch;
}

.location-map-card {
    min-width: 0;
    overflow: hidden;
    background: var(--okt-paper);
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: var(--okt-shadow);
}

.location-map-card .map-frame {
    min-height: 500px;
    overflow: hidden;
    background: var(--okt-cream);
}

.location-map-card .map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0;
}

.location-map-card__caption {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    padding: 22px 24px;
    border-top: 1px solid var(--okt-border);
}

.location-map-card__caption div {
    display: grid;
    gap: 2px;
}

.location-map-card__caption span {
    color: var(--okt-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.location-map-card__caption strong {
    line-height: 1.4;
}

.location-map-card__caption a {
    flex: 0 0 auto;
    color: var(--okt-blue);
    font-weight: 700;
}

.location-schedule {
    padding: clamp(28px, 4vw, 48px);
    color: #fff;
    background: var(--okt-blue-dark);
    border-radius: var(--okt-radius);
}

.location-schedule .eyebrow {
    color: var(--okt-gold);
}

.location-schedule h2 {
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
}

.location-schedule__list {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.location-session {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) minmax(130px, auto);
    gap: 12px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.location-session__day {
    display: grid;
    line-height: 1.3;
}

.location-session__day-name {
    display: flex;
    align-items: center;
    gap: 8px;
}

.location-session__day > span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.location-session__label {
    padding: 4px 8px;
    color: var(--okt-blue-dark);
    background: var(--okt-gold);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.location-session time {
    color: #fff;
    font-size: clamp(18px, 1.7vw, 23px);
    font-weight: 700;
    white-space: nowrap;
}

.location-schedule__note {
    max-width: 370px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
}

.location-arrival {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(38px, 5vw, 82px);
    padding-top: clamp(56px, 6vw, 80px);
    padding-bottom: clamp(68px, 7vw, 96px);
    border-top: 1px solid var(--okt-border);
}

.location-arrival__heading h2 {
    max-width: 420px;
    margin: 0;
    font-size: clamp(40px, 4.5vw, 64px);
    line-height: 1;
}

.location-arrival__tips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.location-arrival__tips article {
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 212px;
    padding: 24px;
    background: var(--okt-cream);
    border: 1px solid rgba(28, 95, 168, 0.13);
    border-radius: var(--okt-radius);
}

.location-arrival__tips article > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #fff;
    background: var(--okt-blue-dark);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.location-arrival__tip-content {
    margin-top: auto;
}

.location-arrival__tips strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Bodoni Moda", Georgia, serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.08;
}

.location-arrival__tips p {
    margin: 0;
    color: var(--okt-muted);
    font-size: 14px;
    line-height: 1.55;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 22px;
    align-items: start;
    width: min(1080px, calc(100% - 36px));
    padding: clamp(48px, 6vw, 72px) 0;
}

.contact-panel {
    padding: clamp(24px, 3vw, 32px);
    background: var(--okt-paper);
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    box-shadow: 0 10px 28px rgba(30, 29, 40, 0.06);
}

.contact-panel > p:not(.eyebrow),
.contact-form,
.company-address p {
    color: var(--okt-muted);
    font-size: 18px;
}

.contact-form {
    margin-top: 24px;
}

.contact-form form {
    display: grid;
    gap: 16px;
}

.contact-form p {
    margin: 0;
}

.contact-form label {
    display: grid;
    gap: 7px;
    color: var(--okt-ink);
    font-family: "Yellix-Bold", Arial, sans-serif;
    line-height: 1.25;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    min-height: 48px;
    padding: 12px 14px;
    color: var(--okt-ink);
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
    font: inherit;
}

.contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

.contact-form input[type="submit"] {
    width: auto;
    min-width: 160px;
    padding: 12px 22px;
    cursor: pointer;
    color: #fff;
    background: var(--okt-gold);
    border-color: var(--okt-gold);
    border-radius: 999px;
    font-family: "Yellix-Bold", Arial, sans-serif;
}

.contact-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-response-output {
    color: var(--okt-red);
    font-size: 15px;
}

.contact-form .wpcf7-response-output {
    margin: 16px 0 0;
    padding: 12px 14px;
    border: 1px solid var(--okt-border);
    border-radius: var(--okt-radius);
}

.contact-methods {
    display: grid;
    gap: 0;
    margin-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-methods article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 13px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-methods img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-top: 2px;
    filter: brightness(0) invert(1);
}

.contact-methods h3,
.contact-methods p,
.company-address h3,
.company-address p {
    margin: 0;
}

.contact-methods p {
    color: var(--okt-muted);
}

.contact-panel--details {
    color: #fff;
    background: var(--okt-blue-dark);
    border-color: var(--okt-blue-dark);
}

.contact-panel--details .eyebrow {
    color: var(--okt-gold);
}

.contact-panel--details h2,
.contact-panel--details .contact-methods h3,
.contact-panel--details .contact-methods p {
    color: #fff;
}

.contact-panel--details .contact-methods p {
    font-size: 16px;
}

.contact-panel--details .text-link {
    color: var(--okt-gold);
    text-decoration-color: rgba(143, 182, 224, 0.55);
}

.contact-panel--details .text-link:hover {
    color: #fff;
}

.company-address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--okt-border);
}

.company-address p {
    margin-top: 8px;
}

.contact-help {
    padding-top: clamp(48px, 6vw, 76px);
    padding-bottom: clamp(48px, 6vw, 76px);
}

.section--shop {
    border-top: 1px solid var(--okt-border);
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.shop-grid a {
    display: grid;
    place-items: center;
    min-height: 96px;
    padding: 18px;
    color: #fff;
    background: var(--okt-blue);
    border-radius: var(--okt-radius);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
}

.shop-grid a:hover {
    background: var(--okt-gold);
}

.final-cta {
    width: min(var(--okt-max), calc(100% - 36px));
    padding: clamp(48px, 7vw, 82px);
    color: #fff;
    background: var(--okt-blue);
    border-radius: var(--okt-radius);
    box-shadow: var(--okt-shadow);
}

.corporate-ticket-page .final-cta {
    margin-bottom: clamp(42px, 7vw, 86px);
}

.final-cta .eyebrow {
    background: #fff;
    color: var(--okt-blue);
}

.final-cta h2 {
    max-width: 900px;
    font-size: clamp(34px, 4.8vw, 62px);
}

.shop-grid a:nth-child(2) {
    background: var(--okt-blue);
}

.shop-grid a:nth-child(3) {
    background: var(--okt-blue);
    color: #fff;
}

.shop-grid a:nth-child(4) {
    background: var(--okt-blue);
}

.sponsor-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    justify-content: center;
    max-width: 680px;
    margin: 0 auto;
}

.sponsor-strip img {
    width: 230px;
    max-width: calc(50% - 9px);
    height: 92px;
    padding: 0;
    object-fit: contain;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.site-footer {
    color: #fff;
    background: var(--okt-blue);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px;
    width: min(var(--okt-max), calc(100% - 36px));
    margin: 0 auto;
    padding: 48px 0 42px;
}

.site-footer .eyebrow {
    min-height: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #fff;
}

.site-footer h2 {
    font-size: 30px;
}

.site-footer p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.82);
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.footer-socials a {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 6px;
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: #fff;
    transform: translateY(-2px);
}

.footer-socials img {
    display: block;
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: min(var(--okt-max), calc(100% - 36px));
    margin: 0 auto;
    padding: 16px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
}

.site-footer__bottom a + a {
    margin-left: 16px;
}

.legal-page {
    background: #fff;
}

.legal-hero .faq-hero__inner {
    max-width: 900px;
}

.legal-content {
    max-width: 920px;
    color: var(--okt-ink);
}

.legal-content h2,
.legal-content h3,
.legal-content h4 {
    margin: 34px 0 14px;
    font-family: "Yellix-Bold", Arial, sans-serif;
    line-height: 1.2;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content p,
.legal-content div,
.legal-content li {
    color: #35343d;
}

.legal-content ol,
.legal-content ul {
    padding-left: 24px;
}

.legal-content li + li {
    margin-top: 12px;
}

.legal-content a {
    color: var(--okt-blue-dark);
    font-family: "Yellix-SemiBold", Arial, sans-serif;
}

@media (max-width: 1100px) {
    .site-header {
        position: sticky;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 14px;
    }

    .site-brand {
        flex: 1 1 auto;
    }

    .site-nav-toggle {
        display: inline-flex;
        position: relative;
    }

    .site-header.is-nav-open .site-nav-toggle span:not(.sr-only):nth-of-type(2) {
        transform: rotate(45deg);
    }

    .site-header.is-nav-open .site-nav-toggle span:not(.sr-only):nth-of-type(3) {
        opacity: 0;
    }

    .site-header.is-nav-open .site-nav-toggle span:not(.sr-only):nth-of-type(4) {
        transform: rotate(-45deg);
    }

    .site-nav {
        display: none;
        flex: 0 0 100%;
        order: 3;
        width: 100%;
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: column;
        gap: 0;
        padding: 8px 0 2px;
        border-top: 1px solid rgba(255, 255, 255, 0.28);
        font-size: 16px;
    }

    .site-header.is-nav-open .site-nav {
        display: flex;
    }

    .site-nav a {
        padding: 11px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
        white-space: normal;
    }

    .site-nav__cta {
        align-self: stretch;
        margin: 14px 0 6px;
        min-height: 50px;
        padding: 13px 18px;
        border-bottom: 2px solid var(--okt-gold) !important;
    }

    .site-nav__shop {
        align-self: stretch;
        margin-top: 10px;
        min-height: 46px;
        padding: 12px 18px;
        border-radius: 8px;
    }

    .intro-grid,
    .experience-grid,
    .section--split,
    .corporate-section,
    .contact-layout,
    .location-layout,
    .site-footer__grid {
        grid-template-columns: 1fr;
    }

    .ticket-grid,
    .session-grid,
    .schedule-grid,
    .session-picker {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .booking-layout,
    .selected-session-card,
    .ticket-option,
    .pretix-checkout-card__header,
    .student-ticket-feature,
    .student-society-band {
        grid-template-columns: 1fr;
    }

    .pretix-checkout-card__header > .text-link,
    .corporate-checkout-contact {
        justify-self: start;
        justify-items: start;
        text-align: left;
        white-space: normal;
    }

    .student-page .student-hero .okt-hero__content {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .student-hero__visual {
        max-width: 620px;
        min-height: 320px;
    }

    .tent-plan-panel__sticky {
        position: static;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 420px;
    }

    .faq-page h1 {
        font-size: clamp(38px, 6vw, 58px);
    }

    .proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 0;
        width: 100%;
        border-radius: 0;
    }

    .proof-strip--compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        margin-top: 0;
    }

    .section__header--row {
        align-items: start;
        flex-direction: column;
    }

    .corporate-section--joined .corporate-section__media {
        border-radius: var(--okt-radius) var(--okt-radius) 0 0;
    }

    .corporate-section--joined .corporate-section__content {
        border-radius: 0 0 var(--okt-radius) var(--okt-radius);
    }

    .corporate-section__media,
    .corporate-section__media img {
        min-height: 380px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 190px;
    }

    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .outfit-nudge {
        grid-template-columns: 240px minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .site-header {
        gap: 14px;
        padding: 16px 18px;
    }

    .site-brand__name {
        font-size: 21px;
    }

    .site-nav {
        width: 100%;
    }

    .okt-hero {
        min-height: min(680px, calc(100svh - 96px));
        align-items: end;
    }

    .okt-hero__shade {
        background:
            linear-gradient(180deg, rgba(30, 29, 40, 0.22), rgba(30, 29, 40, 0.84)),
            linear-gradient(90deg, rgba(36, 176, 229, 0.32), rgba(36, 176, 229, 0.08));
    }

    .okt-hero__content,
    .faq-hero__inner,
    .section,
    .final-cta,
    .site-footer__grid,
    .site-footer__bottom {
        width: min(calc(100vw - 28px), var(--okt-max));
        max-width: calc(100vw - 28px);
    }

    .okt-hero__content > *,
    .section__header,
    .corporate-section__content > *,
    .final-cta > * {
        max-width: 100%;
    }

    .okt-hero__content {
        width: min(346px, calc(100vw - 44px));
        max-width: calc(100vw - 44px);
        margin-left: 22px;
        margin-right: auto;
        padding: 34px 0 38px;
    }

    h1 {
        font-size: clamp(32px, 9.8vw, 40px);
        line-height: 1.08;
    }

    h2,
    .final-cta h2 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .okt-hero__content p:not(.eyebrow),
    .section__header p:not(.eyebrow),
    .section--split > div > p:not(.eyebrow),
    .corporate-section__content p {
        font-size: 17px;
        line-height: 1.5;
    }

    .hero-actions,
    .final-cta .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .button {
        width: 100%;
        min-height: 50px;
        padding-inline: 16px;
    }

    .hero-facts {
        gap: 10px;
        margin-top: 20px;
    }

    .hero-facts div {
        padding: 14px 16px;
    }

    .hero-facts dd {
        font-size: 20px;
    }

    .faq-page h1 {
        font-size: 38px;
    }

    .faq-page .faq-hero__inner {
        padding: 28px 0 24px;
    }

    .faq-page .faq-hero h1 {
        font-size: clamp(30px, 8.6vw, 34px);
        line-height: 1.06;
    }

    .faq-page .faq-hero__inner > p:not(.eyebrow) {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.42;
    }

    .faq-page .faq-hero .hero-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 16px;
    }

    .faq-page .faq-hero .button {
        min-height: 44px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .faq-page .faq-hero .hero-facts {
        display: none;
    }

    .tickets-flow-page .okt-hero--compact {
        min-height: 0;
    }

    .tickets-flow-page .okt-hero__content {
        width: min(calc(100dvw - 28px), var(--okt-max));
        max-width: calc(100dvw - 28px);
        margin: 0 auto;
        padding: 28px 0 34px;
    }

    .tickets-flow-page .okt-hero h1 {
        font-size: clamp(31px, 9vw, 38px);
        line-height: 1.06;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .tickets-flow-page .okt-hero__content > p:not(.eyebrow) {
        font-size: 16px;
        line-height: 1.42;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .hero-facts,
    .proof-strip {
        grid-template-columns: 1fr;
    }

    .tickets-flow-page .proof-strip--compact {
        gap: 0;
        width: calc(100dvw - 28px);
        max-width: calc(100dvw - 28px);
        margin-top: -12px;
        border-radius: var(--okt-radius);
        box-shadow: 0 10px 26px rgba(30, 29, 40, 0.1);
    }

    .tickets-flow-page .proof-strip--compact div {
        display: grid;
        gap: 3px;
        min-width: 0;
        min-height: 0;
        padding: 12px 14px;
    }

    .tickets-flow-page .proof-strip--compact strong {
        font-size: 16px;
    }

    .tickets-flow-page .proof-strip--compact span {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.35;
    }

    .student-discount-strip {
        justify-content: flex-start;
        min-width: 0;
        width: calc(100dvw - 28px);
        max-width: calc(100dvw - 28px);
        margin-top: 6px;
        padding: 10px 12px;
        text-align: left;
    }

    .student-discount-strip strong,
    .student-discount-strip span {
        font-size: 14px;
    }

    .student-discount-strip .text-link {
        width: 100%;
    }

    .proof-strip div {
        min-height: auto;
        padding: 16px 18px;
    }

    .ticket-grid,
    .session-grid,
    .testimonial-grid,
    .info-list,
    .faq-list,
    .schedule-grid,
    .shop-grid,
    .session-picker,
    .tent-legend,
    .student-ticket-feature,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-auto-rows: auto;
    }

    .section {
        padding-block: 44px;
        scroll-margin-top: 130px;
    }

    .booking-builder {
        width: 100%;
        max-width: 100%;
        padding-top: 30px;
    }

    .session-intro {
        width: calc(100% - 28px);
        margin: 0 auto 10px;
    }

    .tickets-flow-page .session-picker {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: calc(100dvw - 28px);
        max-width: calc(100dvw - 28px);
        margin: 0 auto 14px;
        padding: 0;
    }

    .tickets-flow-page .session-pill {
        min-width: 0;
        max-width: none;
        min-height: 116px;
        padding: 14px;
    }

    .tickets-flow-page .booking-layout {
        width: calc(100dvw - 28px);
        max-width: calc(100dvw - 28px);
        margin: 0 auto;
        overflow: visible;
    }

    .tickets-flow-page .okt-hero__content,
    .tickets-flow-page .proof-strip--compact,
    .student-discount-strip,
    .selected-session-card,
    .tickets-flow-page .booking-layout,
    .pretix-checkout-card {
        width: calc(100dvw - 28px);
        max-width: calc(100dvw - 28px);
        margin-left: auto;
        margin-right: auto;
    }

    .tickets-flow-page .okt-hero__content {
        margin-left: auto;
        margin-right: auto;
    }

    .selected-session-card {
        gap: 12px;
        margin-top: 0;
        margin-bottom: 18px;
        padding: 16px;
    }

    .selected-session-card h2 {
        font-size: 24px;
    }

    .selected-session-card > p {
        font-size: 15px;
        line-height: 1.4;
    }

    .section--highlight,
    .gallery-band {
        padding-inline: 14px;
    }

    .outfit-nudge {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    .outfit-nudge--desktop {
        display: none;
    }

    .outfit-nudge--mobile {
        display: grid;
        margin-top: 22px;
    }

    .outfit-nudge__media {
        min-height: 190px;
    }

    .outfit-nudge__media:after {
        background: linear-gradient(180deg, rgba(30, 29, 40, 0), rgba(30, 29, 40, 0.22));
    }

    .outfit-nudge__content {
        padding: 20px;
    }

    .outfit-nudge h3 {
        font-size: clamp(24px, 7vw, 30px);
    }

    .outfit-nudge p:not(.eyebrow) {
        font-size: 15px;
        line-height: 1.42;
    }

    .outfit-nudge__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ticket-card,
    .ticket-option,
    .session-card,
    .session-pill,
    .experience-grid article,
    .testimonial-grid figure,
    .schedule-card,
    .info-list article,
    .contact-panel {
        padding: 20px;
    }

    .tickets-flow-page .ticket-stack {
        gap: 12px;
    }

    .tickets-flow-page .ticket-option {
        gap: 14px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 18px;
    }

    .tickets-flow-page .ticket-option__main,
    .tickets-flow-page .ticket-option__details {
        min-width: 0;
    }

    .tickets-flow-page .ticket-option__main p,
    .tickets-flow-page .ticket-option li,
    .tickets-flow-page .ticket-option__area,
    .tickets-flow-page .tent-plan-copy p,
    .tickets-flow-page .proof-strip--compact span,
    .student-discount-strip span {
        overflow-wrap: break-word;
        word-break: normal;
    }

    .tickets-flow-page .ticket-option h3 {
        margin: 8px 0 8px;
        font-size: 23px;
    }

    .tickets-flow-page .ticket-option__details {
        gap: 10px;
    }

    .tickets-flow-page .ticket-option__price {
        font-size: 28px;
    }

    .tickets-flow-page .ticket-option ul {
        font-size: 14px;
        line-height: 1.4;
    }

    .tickets-flow-page .ticket-option .text-link {
        width: 100%;
        min-height: 46px;
    }

    .pretix-checkout-card {
        padding: 18px;
    }

    .pretix-checkout-card__header {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pretix-checkout-card__header h2 {
        font-size: 26px;
    }

    .pretix-widget-shell {
        min-height: 220px;
    }

    .ticket-checkout-page .pretix-checkout-section {
        padding-top: 22px;
        padding-bottom: 46px;
    }

    .pretix-checkout-card__selection {
        display: flex;
        justify-content: space-between;
        gap: 14px;
        align-items: baseline;
        padding-top: 12px;
        padding-left: 0;
        border-top: 1px solid var(--okt-border);
        border-left: 0;
    }

    .pretix-checkout-card__nav {
        align-items: baseline;
    }

    .tickets-flow-page .tent-plan-panel {
        margin-top: 10px;
    }

    .tickets-flow-page .tent-plan-copy {
        padding: 18px;
    }

    .tickets-flow-page .tent-plan-copy h2 {
        font-size: 23px;
    }

    .tickets-flow-page .tent-legend {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .tickets-flow-page .tent-legend span {
        min-height: 42px;
        padding: 9px 10px;
        font-size: 12px;
    }

    .tent-plan-copy,
    .student-price-card {
        padding: 20px;
    }

    .session-pill {
        min-height: 0;
    }

    .ticket-option h3 {
        font-size: 24px;
    }

    .ticket-option__price {
        font-size: 24px;
    }

    .student-page .student-hero .okt-hero__content {
        padding-top: 30px;
        padding-bottom: 46px;
    }

    .student-page .student-hero h1 {
        font-size: clamp(30px, 9vw, 38px);
    }

    .student-page .student-hero .student-hero__copy > p:not(.eyebrow) {
        font-size: 17px;
        line-height: 1.5;
    }

    .student-hero__visual {
        min-height: 250px;
    }

    .student-hero__offer {
        left: 14px;
        bottom: 14px;
        width: min(230px, calc(100% - 28px));
        padding: 14px 16px;
    }

    .student-hero__offer strong {
        font-size: 44px;
    }

    .student-page .proof-strip {
        width: min(354px, calc(100dvw - 36px));
        max-width: calc(100dvw - 36px);
        margin-left: 18px;
        margin-right: auto;
    }

    .student-detail-list li {
        padding: 11px 12px 11px 38px;
    }

    .student-detail-list li::before {
        left: 14px;
    }

    .student-society-band {
        padding: 22px;
    }

    .student-society-band h2 {
        font-size: clamp(28px, 8.8vw, 38px);
    }

    .student-society-band .button {
        width: 100%;
        white-space: normal;
    }

    .corporate-section__media,
    .corporate-section__media img {
        min-height: 280px;
    }

    .corporate-section__content,
    .final-cta {
        padding: 24px 20px;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 360px;
    }

    .faq-item summary {
        min-height: auto;
        padding: 18px 54px 18px 18px;
        font-size: 18px;
    }

    .faq-item summary::after {
        top: 16px;
        right: 16px;
    }

    .faq-item__answer {
        padding: 0 18px 18px;
    }

    .gallery-grid img,
    .gallery-grid img:nth-child(1),
    .gallery-grid img:nth-child(4) {
        grid-column: auto;
        grid-row: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        object-fit: contain;
    }

    .site-footer__bottom {
        flex-direction: column;
    }

    .site-footer__bottom a + a {
        display: inline-block;
        margin-left: 0;
        margin-top: 8px;
    }
}

@media (max-width: 420px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: clamp(30px, 8.1vw, 32px);
    }

    .site-header {
        padding-inline: 14px;
    }

    .site-nav {
        font-size: 14px;
    }

    .okt-hero__content,
    .faq-hero__inner,
    .section,
    .final-cta,
    .site-footer__grid,
    .site-footer__bottom {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
    }

    .okt-hero__content {
        width: min(350px, calc(100vw - 40px));
        max-width: calc(100vw - 40px);
        margin-left: 20px;
        margin-right: auto;
    }

    .tickets-flow-page .okt-hero__content,
    .tickets-flow-page .proof-strip--compact,
    .student-discount-strip,
    .selected-session-card,
    .tickets-flow-page .booking-layout,
    .pretix-checkout-card {
        width: calc(100dvw - 24px);
        max-width: calc(100dvw - 24px);
    }

    .tickets-flow-page .okt-hero__content {
        margin-left: auto;
        margin-right: auto;
    }

    .tickets-flow-page .session-picker {
        width: calc(100dvw - 24px);
        max-width: calc(100dvw - 24px);
    }

    .tickets-flow-page .session-pill {
        min-height: 112px;
        padding: 12px;
    }

    .eyebrow,
    .ticket-card__tag,
    .session-card__day,
    .schedule-card__date {
        font-size: 11px;
    }

    .gallery-grid {
        grid-auto-rows: auto;
    }

    .sponsor-strip {
        gap: 12px;
    }

    .sponsor-strip img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .site-header {
        padding: 10px 14px 9px;
    }

    .site-brand__name {
        font-size: 20px;
    }

    .site-nav {
        padding-top: 7px;
        font-size: 15px;
    }

    .site-nav a {
        padding: 10px 0;
    }

    .okt-hero {
        min-height: min(560px, calc(100svh - 84px));
    }

    .okt-hero__content {
        width: min(360px, calc(100vw - 28px));
        max-width: calc(100vw - 28px);
        margin-left: 14px;
        padding: 26px 0 26px;
    }

    h1 {
        font-size: clamp(31px, 9.2vw, 38px);
        line-height: 1.03;
    }

    .okt-hero__content p:not(.eyebrow) {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.42;
    }

    .desktop-hero-copy {
        display: none;
    }

    .mobile-hero-copy {
        display: inline;
    }

    .okt-hero .hero-actions {
        display: none;
    }

    .mobile-hero-highlights {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin: 13px 0 0;
        padding: 0;
        list-style: none;
    }

    .mobile-hero-highlights li {
        min-height: 54px;
        padding: 9px 10px;
        color: #fff;
        background: rgba(30, 29, 40, 0.36);
        border: 1px solid rgba(255, 255, 255, 0.22);
        border-radius: var(--okt-radius);
        box-shadow: 0 10px 24px rgba(30, 29, 40, 0.1);
        backdrop-filter: blur(8px);
    }

    .mobile-hero-highlights strong,
    .mobile-hero-highlights span {
        display: block;
        line-height: 1.12;
    }

    .mobile-hero-highlights strong {
        color: #fff;
        font-family: "Yellix-Bold", Arial, sans-serif;
        font-size: 14px;
    }

    .mobile-hero-highlights span {
        margin-top: 3px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 11px;
    }

    .mobile-booking-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        margin-top: 9px;
        padding: 10px;
        color: var(--okt-ink);
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.52);
        border-radius: var(--okt-radius);
        box-shadow: 0 16px 36px rgba(30, 29, 40, 0.18);
    }

    .mobile-booking-card span,
    .mobile-booking-card strong {
        display: block;
        line-height: 1.12;
    }

    .mobile-booking-card span {
        color: var(--okt-red);
        font-family: "Yellix-Bold", Arial, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
    }

    .mobile-booking-card strong {
        margin-top: 3px;
        font-family: "Yellix-Bold", Arial, sans-serif;
        font-size: 17px;
    }

    .mobile-booking-card .button {
        width: auto;
        min-height: 42px;
        padding: 9px 15px;
    }

    .hero-facts {
        display: none;
    }

    .proof-strip {
        box-shadow: 0 10px 24px rgba(30, 29, 40, 0.1);
    }

    .proof-strip div {
        padding: 14px 16px;
    }

    .proof-strip div:nth-child(n + 3) {
        display: none;
    }

    .proof-strip strong {
        font-size: 17px;
    }

    .proof-strip span {
        margin-top: 5px;
        font-size: 14px;
        line-height: 1.35;
    }

    .section {
        padding-block: 38px;
    }

    .section__header {
        margin-bottom: 22px;
    }

    .section__header p:not(.eyebrow),
    .section--split > div > p:not(.eyebrow),
    .corporate-section__content p {
        font-size: 16px;
        line-height: 1.45;
    }

    .section--highlight {
        padding-top: 34px;
        padding-bottom: 36px;
    }

    .section--highlight .section__header {
        margin-bottom: 18px;
    }

    .section--highlight .section__header p:not(.eyebrow) {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .ticket-grid,
    .session-grid {
        gap: 12px;
    }

    .ticket-card {
        gap: 11px;
        padding: 18px;
    }

    .ticket-card h3 {
        font-size: 21px;
        line-height: 1.12;
    }

    .ticket-card__price {
        margin-top: 5px;
        font-size: 27px;
        line-height: 1;
    }

    .ticket-card ul {
        display: grid;
        gap: 6px;
        padding-left: 18px;
        font-size: 14px;
        line-height: 1.35;
    }

    .ticket-card li + li {
        margin-top: 0;
    }

    .ticket-card .text-link,
    .session-card .text-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 42px;
        margin-top: 4px;
        padding: 9px 12px;
        color: #fff;
        background: var(--okt-blue-dark);
        border-radius: 999px;
        line-height: 1.2;
        text-align: center;
    }

    .section--sessions {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .section--sessions .section__header {
        margin-bottom: 14px;
    }

    .section--sessions .section__header p:not(.eyebrow),
    .section--sessions .session-grid {
        display: none;
    }

    .mobile-session-summary {
        display: grid;
        gap: 12px;
        padding: 18px;
        background: #fff;
        border: 1px solid var(--okt-border);
        border-radius: var(--okt-radius);
        box-shadow: 0 10px 26px rgba(30, 29, 40, 0.08);
    }

    .mobile-session-summary strong,
    .mobile-session-summary span {
        display: block;
        line-height: 1.25;
    }

    .mobile-session-summary strong {
        color: var(--okt-ink);
        font-family: "Yellix-Bold", Arial, sans-serif;
        font-size: 21px;
    }

    .mobile-session-summary span {
        margin-top: 5px;
        color: var(--okt-muted);
        font-size: 15px;
    }

    .mobile-session-summary .button {
        width: 100%;
    }

    .section--experience .section__header p:not(.eyebrow),
    .trust-section .section__header p:not(.eyebrow),
    .section--shop .section__header p:not(.eyebrow) {
        display: none;
    }

    .experience-grid {
        gap: 10px;
    }

    .experience-grid article {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 10px 14px;
        align-items: center;
        padding: 16px;
    }

    .experience-grid img {
        grid-row: span 2;
        width: 48px;
        height: 48px;
        margin: 0;
    }

    .experience-grid h3 {
        font-size: 18px;
        line-height: 1.12;
    }

    .experience-grid p {
        display: -webkit-box;
        margin-top: 0;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        font-size: 14px;
        line-height: 1.35;
    }

    .corporate-section {
        gap: 0;
    }

    .corporate-section__media {
        border-radius: var(--okt-radius) var(--okt-radius) 0 0;
        box-shadow: none;
    }

    .corporate-section__content {
        border-radius: 0 0 var(--okt-radius) var(--okt-radius);
    }

    .corporate-section__content .check-list li:nth-child(n + 3) {
        display: none;
    }

    .gallery-grid img:nth-child(n + 4),
    .testimonial-grid figure:nth-child(n + 3),
    .info-list article:nth-child(n + 3),
    .section--shop,
    .section--sponsors {
        display: none;
    }

    .final-cta {
        margin-bottom: 28px;
    }

    .final-cta h2 {
        font-size: clamp(28px, 8vw, 34px);
        line-height: 1.08;
    }
}

@media (max-width: 420px) {
    .okt-hero__content {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        margin-left: 12px;
    }

    .mobile-booking-card {
        grid-template-columns: 1fr;
    }

    .mobile-booking-card .button {
        width: 100%;
    }
}

/* Cascade guard: the child theme's historical rules live above this point. */
body {
    color: var(--okt-ink);
    background: #fff;
    font-family: "Work Sans", "Yellix-Regular", Arial, sans-serif;
}

body h1,
body h2,
body h3,
body .site-brand__city,
body .site-footer__brand span {
    font-family: "Bodoni Moda", Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.025em;
}

body .site-header {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    z-index: 100;
    min-height: 92px;
    padding: 24px clamp(24px, 4vw, 56px);
    background: linear-gradient(180deg, rgba(9, 22, 40, 0.72), rgba(9, 22, 40, 0));
    border: 0;
    box-shadow: none;
}

body .site-brand {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    color: #fff;
}

body .site-brand__festival,
body .site-footer__brand em {
    font-family: "UnifrakturCook", "Bodoni Moda", serif;
}

body .site-nav {
    gap: clamp(12px, 1.6vw, 22px);
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 500;
}

body .site-nav a {
    color: rgba(255, 255, 255, 0.88);
    border: 0;
}

body .site-nav__contact,
body .site-nav__cta {
    min-height: 40px;
    padding: 9px 17px;
    border-radius: 999px;
}

body .site-nav__contact {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(143, 182, 224, 0.58) !important;
}

body .site-nav__cta {
    background: var(--okt-blue);
    border: 0 !important;
    box-shadow: none;
    color: #fff !important;
}

body .site-nav-toggle {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 8px;
}

body .button {
    min-height: 46px;
    padding: 12px 26px;
    border: 0;
    border-radius: 999px;
    box-shadow: none;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
}

body .button--primary,
body .button--accent {
    background: var(--okt-blue);
    color: #fff;
}

body .button--ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.62);
    color: #fff;
}

body .script-kicker,
body .eyebrow {
    display: block;
    min-height: 0;
    padding: 0;
    margin: 0 0 8px;
    background: transparent;
    color: var(--okt-blue);
    border-radius: 0;
    font-family: "UnifrakturCook", "Bodoni Moda", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

body .section {
    width: min(var(--okt-max), calc(100% - 48px));
    margin-inline: auto;
    padding: clamp(72px, 7vw, 105px) 0;
}

body .stockholm-split--tint {
    width: 100%;
    max-width: none;
    padding-inline: max(24px, calc((100% - var(--okt-max)) / 2));
}

body .okt-hero,
body .faq-hero {
    background: var(--okt-blue-dark);
}

body .okt-hero--compact {
    min-height: 500px;
    align-items: end;
}

body .okt-hero--compact .okt-hero__content,
body .faq-hero__inner {
    width: min(var(--okt-max), calc(100% - 48px));
    padding-top: 160px;
    padding-bottom: 70px;
}

body .okt-hero--compact h1,
body .faq-hero h1 {
    max-width: 820px;
    color: #fff;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 500;
    line-height: 1.06;
}

body .okt-hero--compact .eyebrow,
body .faq-hero .eyebrow {
    color: var(--okt-gold);
}

body .page-2022 .okt-hero--compact,
body .tickets-flow-page .okt-hero--compact {
    min-height: 500px;
    align-items: end;
    color: #fff;
    background: var(--okt-blue-dark);
    border-bottom: 0;
}

body .page-2022 .okt-hero--compact .okt-hero__content,
body .tickets-flow-page .okt-hero--compact .okt-hero__content {
    width: min(var(--okt-max), calc(100% - 48px));
    margin: 0 auto;
    padding: 160px 0 70px;
}

body .page-2022 .okt-hero--compact h1,
body .tickets-flow-page .okt-hero--compact h1 {
    max-width: 820px;
    color: #fff;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 500;
    line-height: 1.06;
}

body .page-2022 .okt-hero--compact .eyebrow,
body .tickets-flow-page .okt-hero--compact .eyebrow {
    background: transparent;
    color: var(--okt-gold);
}

body .page-2022 .okt-hero--compact .okt-hero__content > p:not(.eyebrow),
body .tickets-flow-page .okt-hero--compact .okt-hero__content > p:not(.eyebrow) {
    max-width: 720px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.74);
}

/* Tickets page: keep the intro compact so session selection stays above the fold. */
body .tickets-flow-page .tickets-page-header {
    min-height: 0;
}

body .tickets-flow-page .tickets-page-header .okt-hero__content {
    padding: 128px 0 34px;
}

body .tickets-flow-page .tickets-page-header h1 {
    max-width: 560px;
    font-size: clamp(40px, 4.4vw, 56px);
    line-height: 1;
}

body .tickets-flow-page .tickets-page-header .okt-hero__content > p:not(.eyebrow) {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.35;
}

body .tickets-flow-page .tickets-page-header + .booking-builder {
    padding-top: clamp(30px, 3.5vw, 44px);
}

body .proof-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    color: var(--okt-ink);
    border-bottom: 1px solid var(--okt-border);
}

body .ticket-card,
body .ticket-option,
body .session-pill,
body .selected-session-card,
body .tent-plan-panel,
body .info-list article,
body .schedule-card,
body .contact-panel,
body .student-price-card,
body .pretix-checkout-card {
    border-color: rgba(28, 95, 168, 0.25);
    border-radius: 4px;
    box-shadow: none;
}

body .ticket-card__tag,
body .ticket-option .ticket-card__tag {
    background: var(--okt-blue);
    color: #fff;
}

body .ticket-card__price,
body .ticket-option__price,
body .schedule-card__time,
body .student-price-card strong {
    color: var(--okt-blue);
}

body .session-pill--active {
    background: var(--okt-blue-dark);
    border-color: var(--okt-blue-dark);
    color: #fff;
}

body .corporate-section--joined {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 150px max(24px, calc((100% - var(--okt-max)) / 2)) 90px;
    background: var(--okt-blue-dark);
    color: #fff;
}

body .corporate-section--joined h1,
body .corporate-section--joined p,
body .corporate-section--joined li {
    color: #fff;
}

body .site-footer {
    padding: 68px clamp(24px, 4vw, 56px) 30px;
    background: var(--okt-blue-dark);
    color: #fff;
}

body .site-footer__grid {
    width: min(var(--okt-max), 100%);
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 52px;
    padding-bottom: 44px;
}

body .site-footer__bottom {
    width: min(var(--okt-max), 100%);
    color: rgba(255, 255, 255, 0.48);
    border-color: rgba(143, 182, 224, 0.22);
}

@media (max-width: 1100px) {
    body .site-nav-toggle {
        display: inline-flex;
    }

    body .site-nav {
        position: absolute;
        top: 72px;
        right: 18px;
        left: 18px;
        width: auto;
        max-width: none;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 14px;
        background: var(--okt-blue-dark);
        border: 1px solid rgba(143, 182, 224, 0.35);
        border-radius: 8px;
        box-shadow: var(--okt-shadow);
    }

    body .site-header.is-nav-open .site-nav {
        display: flex;
    }

    body .site-nav a {
        padding: 11px 12px;
    }
}

@media (max-width: 760px) {
    body .site-header {
        top: 8px;
        min-height: 78px;
        padding: 18px;
    }

    body .section,
    body .faq-hero__inner,
    body .okt-hero--compact .okt-hero__content {
        width: calc(100% - 36px);
    }

    body .stockholm-split--tint {
        width: 100%;
        padding-inline: 18px;
    }

    body .proof-strip {
        grid-template-columns: 1fr;
    }

    body .corporate-section--joined {
        padding: 140px 18px 70px;
    }

    body .page-2022 .okt-hero--compact,
    body .tickets-flow-page .okt-hero--compact {
        min-height: 520px;
    }

    body .page-2022 .okt-hero--compact .okt-hero__content,
    body .tickets-flow-page .okt-hero--compact .okt-hero__content {
        width: calc(100% - 36px);
        padding: 145px 0 56px;
    }

    body .page-2022 .okt-hero--compact h1,
    body .tickets-flow-page .okt-hero--compact h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    body .tickets-flow-page .tickets-page-header {
        min-height: 0;
    }

    body .tickets-flow-page .tickets-page-header .okt-hero__content {
        padding: 112px 0 26px;
    }

    body .tickets-flow-page .tickets-page-header h1 {
        font-size: clamp(34px, 10vw, 42px);
    }

    body .tickets-flow-page .tickets-page-header .okt-hero__content > p:not(.eyebrow) {
        margin-top: 8px;
        font-size: 14px;
    }

body .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

/* Corporate booking page: a clear, premium path from session to checkout. */
.corporate-ticket-page {
    --corporate-navy: #143d70;
    --corporate-blue: #2762a8;
    --corporate-sky: #eaf5fb;
    --corporate-line: rgba(20, 61, 112, 0.18);
    background: #fff;
}

.corporate-ticket-page .corporate-section--joined {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, 0.88fr);
    overflow: hidden;
    background: var(--corporate-navy);
}

.corporate-ticket-page .corporate-section--joined .corporate-section__media {
    position: relative;
}

.corporate-ticket-page .corporate-section--joined .corporate-section__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 58%, rgba(20, 61, 112, 0.32));
    pointer-events: none;
}

.corporate-ticket-page .corporate-section--joined .corporate-section__media img {
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.corporate-ticket-page .corporate-section--joined .corporate-section__content {
    position: relative;
    padding: clamp(38px, 5vw, 72px);
    background:
        radial-gradient(circle at 100% 0, rgba(100, 177, 230, 0.34), transparent 42%),
        var(--corporate-navy);
}

body .corporate-ticket-page .corporate-section--joined .corporate-section__content .eyebrow {
    align-self: flex-start;
    padding: 6px 10px;
    color: var(--corporate-navy);
    background: #fff;
}

.corporate-ticket-page .corporate-section__content h1 {
    max-width: 520px;
    font-size: clamp(40px, 4.2vw, 66px);
    line-height: 0.98;
}

.corporate-ticket-page .corporate-section__content p {
    max-width: 510px;
    font-size: 18px;
    line-height: 1.58;
}

.corporate-ticket-page .check-list {
    gap: 12px;
    margin-top: 28px;
}

.corporate-ticket-page .check-list li {
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.42;
}

.corporate-ticket-page .corporate-explainer {
    align-items: center;
    padding-top: clamp(56px, 8vw, 110px);
    padding-bottom: clamp(56px, 8vw, 110px);
}

.corporate-ticket-page .corporate-explainer > div:first-child {
    max-width: 440px;
}

.corporate-ticket-page .info-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.corporate-ticket-page .info-list article {
    min-height: 180px;
    padding: 26px 22px;
    border-top: 4px solid var(--corporate-blue);
    background: #fff;
}

.corporate-ticket-page .info-list h3 {
    color: var(--corporate-navy);
    font-size: 20px;
}

.corporate-ticket-page .page-card-band {
    padding-top: clamp(60px, 8vw, 100px);
    padding-bottom: clamp(64px, 8vw, 104px);
    background:
        linear-gradient(135deg, rgba(234, 245, 251, 0.92), rgba(246, 249, 252, 0.92)),
        #f6f9fc;
}

.corporate-ticket-page .section__header--row {
    align-items: end;
    margin-bottom: 34px;
}

.corporate-ticket-page .corporate-session-booking {
    gap: 16px;
    margin: 0 0 36px;
    padding: clamp(20px, 3vw, 30px);
    border: 1px solid var(--corporate-line);
    background: #fff;
}

.corporate-ticket-page .session-intro {
    margin: 0;
    color: var(--corporate-navy);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.corporate-ticket-page .session-pill {
    min-height: 116px;
    border-color: var(--corporate-line);
    border-radius: 3px;
}

.corporate-ticket-page .session-pill:hover,
.corporate-ticket-page .session-pill:focus-visible {
    border-color: var(--corporate-blue);
    background: var(--corporate-sky);
}

body .corporate-ticket-page .session-pill--active {
    border-color: var(--corporate-navy);
    background: var(--corporate-navy);
    box-shadow: inset 0 -4px 0 var(--okt-gold);
}

.corporate-ticket-page .corporate-selected-session-card {
    grid-template-columns: minmax(0, 0.9fr) minmax(260px, 1.1fr);
    gap: 26px;
    padding: 22px 24px;
    border: 0;
    border-left: 4px solid var(--okt-gold);
    border-radius: 0;
    background: var(--corporate-sky);
    box-shadow: none;
}

.corporate-ticket-page .corporate-selected-session-card h2 {
    color: var(--corporate-navy);
    font-size: clamp(25px, 2.7vw, 36px);
}

.corporate-ticket-page .corporate-selected-session-card > p {
    align-self: center;
    margin: 0;
    color: #36536f;
}

.corporate-ticket-page .ticket-grid--two {
    gap: 20px;
}

body .corporate-ticket-page .ticket-card--corporate {
    position: relative;
    min-height: 100%;
    padding: clamp(28px, 4vw, 42px);
    border: 1px solid var(--corporate-line);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 61, 112, 0.08);
}

body .corporate-ticket-page .ticket-card--corporate::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: transparent;
}

body .corporate-ticket-page .ticket-card--corporate.ticket-card--featured::before,
body .corporate-ticket-page .ticket-card--corporate.ticket-card--selected::before {
    background: var(--okt-gold);
}

body .corporate-ticket-page .ticket-card--corporate.ticket-card--selected {
    border-color: var(--corporate-blue);
    box-shadow: 0 20px 44px rgba(20, 61, 112, 0.18);
}

.corporate-ticket-page .ticket-card--corporate h3 {
    color: var(--corporate-navy);
    font-size: clamp(25px, 2.8vw, 34px);
}

body .corporate-ticket-page .ticket-card__price {
    color: var(--corporate-blue);
    font-size: 31px;
}

.corporate-ticket-page .ticket-card ul {
    margin-top: 8px;
    color: #40566b;
}

.corporate-ticket-page .ticket-card li::marker {
    color: var(--okt-gold);
}

.corporate-ticket-page .text-link {
    color: var(--corporate-blue);
}

.corporate-ticket-page .ticket-card--corporate .text-link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    margin-top: 10px;
    padding: 0 18px;
    color: #fff;
    background: var(--corporate-blue);
    text-decoration: none;
}

.corporate-ticket-page .ticket-card--corporate .text-link::after {
    content: "\\2192";
    margin-left: 10px;
}

.corporate-ticket-page .corporate-checkout-section {
    padding-top: clamp(72px, 9vw, 118px);
    padding-bottom: clamp(72px, 9vw, 118px);
    background: #fff;
}

body .corporate-ticket-page .pretix-checkout-card {
    padding: clamp(26px, 4vw, 48px);
    border: 1px solid var(--corporate-line);
    border-top: 6px solid var(--corporate-navy);
    border-radius: 4px;
    box-shadow: 0 18px 46px rgba(20, 61, 112, 0.1);
}

.corporate-ticket-page .gallery-band {
    padding-top: clamp(60px, 8vw, 100px);
    padding-bottom: clamp(66px, 8vw, 106px);
    background: #f6f9fc;
}

.corporate-ticket-page .final-cta {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background:
        linear-gradient(120deg, rgba(20, 61, 112, 0.98), rgba(39, 98, 168, 0.94)),
        var(--corporate-blue);
}

@media (max-width: 800px) {
    .corporate-ticket-page .corporate-section--joined {
        grid-template-columns: 1fr;
    }

    .corporate-ticket-page .corporate-section--joined .corporate-section__media img {
        min-height: 330px;
    }

    .corporate-ticket-page .corporate-section--joined .corporate-section__content {
        padding: 34px 26px 38px;
    }

    .corporate-ticket-page .info-list {
        grid-template-columns: 1fr;
    }

    .corporate-ticket-page .info-list article {
        min-height: 0;
    }

    .corporate-ticket-page .corporate-selected-session-card {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .corporate-ticket-page .corporate-section--joined .corporate-section__media img {
        min-height: 260px;
    }

    .corporate-ticket-page .corporate-section__content h1 {
        font-size: clamp(38px, 12vw, 50px);
    }

    .corporate-ticket-page .corporate-session-booking {
        padding: 18px 14px;
    }

    .corporate-ticket-page .session-picker {
        grid-template-columns: 1fr 1fr;
    }

    .corporate-ticket-page .session-pill {
        min-height: 100px;
        padding: 14px;
    }

    .corporate-ticket-page .ticket-grid--two {
        grid-template-columns: 1fr;
    }

    .corporate-ticket-page .ticket-card--corporate {
        min-height: 0;
    }
}

/* Keep the key event details legible over every frame of the hero video. */
body .stockholm-hero__meta {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    gap: 12px;
    padding: 7px;
    background: rgba(9, 22, 40, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(9, 22, 40, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

body .stockholm-hero__meta span:first-child {
    padding: 9px 16px;
    background: #fff;
    color: var(--okt-ink);
    box-shadow: 0 3px 12px rgba(9, 22, 40, 0.16);
}

/* FAQ page refinements. Keep its hero kicker compact and avoid the generic
   supporting-page spacing making each question group unnecessarily tall. */
body .faq-page .faq-hero .eyebrow {
    display: inline-flex;
    min-height: 0;
    margin: 0 0 14px;
    padding: 0;
    background: transparent;
    color: var(--okt-gold);
    font-family: "Work Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

body .faq-page .faq-band {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: max(clamp(18px, 2vw, 24px), calc((100% - var(--okt-max)) / 2));
    padding-top: clamp(52px, 5vw, 72px);
    padding-bottom: clamp(52px, 5vw, 72px);
}

body .faq-page .faq-band .section__header {
    margin-bottom: 26px;
}

body .stockholm-hero__meta span:last-child {
    padding-right: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@media (max-width: 760px) {
    body .stockholm-hero__meta {
        width: fit-content;
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 7px;
        border-radius: 16px;
    }

    body .stockholm-hero__meta span:last-child {
        padding: 2px 12px 7px;
    }
}

/* Location page responsive refinements. */
@media (max-width: 1100px) {
    body .location-overview__grid {
        grid-template-columns: 1fr;
    }

    body .location-map-card .map-frame,
    body .location-map-card .map-frame iframe {
        min-height: 430px;
    }

    body .location-schedule {
        padding: clamp(30px, 5vw, 48px);
    }
}

@media (max-width: 900px) {
    body .location-arrival {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 760px) {
    body .location-intro {
        min-height: 0;
    }

    body .location-intro::before {
        right: -180px;
        width: 92vw;
    }

    body .location-intro__inner {
        width: min(calc(100% - 36px), var(--okt-max));
        padding-top: 110px;
        padding-bottom: 40px;
    }

    body .location-intro h1 {
        font-size: clamp(38px, 10vw, 48px);
        line-height: 1;
    }

    body .location-intro__facts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 28px;
    }

    body .location-intro__facts > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    body .location-intro__actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    body .location-map-card .map-frame,
    body .location-map-card .map-frame iframe {
        min-height: 330px;
    }

    body .location-map-card__caption {
        align-items: flex-start;
        padding: 18px;
    }

    body .location-map-card__caption strong {
        font-size: 14px;
    }

    body .location-schedule {
        padding: 28px 20px;
    }

    body .location-session {
        grid-template-columns: minmax(90px, 1fr) auto;
        gap: 8px 14px;
        padding: 16px 0;
    }

    body .location-session__label {
        justify-self: start;
    }

    body .location-session time {
        grid-column: 2;
        font-size: 17px;
    }

    body .location-arrival {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body .location-arrival__tips {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    body .location-arrival__tips article {
        min-height: 0;
        padding: 20px;
    }

    body .location-arrival__heading h2 {
        font-size: 42px;
    }
}

@media (max-width: 420px) {
    body .location-intro__facts {
        gap: 14px;
    }

    body .location-intro__facts strong {
        font-size: 15px;
    }

    body .location-session time {
        font-size: 16px;
    }
}

/* Corporate page calibration: restrained type, spacing and colour hierarchy. */
.corporate-ticket-page {
    --corporate-accent: #7ea9d3;
    --corporate-tint: #f4f7fa;
    --corporate-warm: #edf4fa;
}

body .corporate-ticket-page .eyebrow {
    display: inline-flex;
    width: fit-content;
    min-height: 0;
    margin: 0 0 12px;
    padding: 0;
    color: var(--corporate-blue);
    background: transparent;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.35;
    text-transform: uppercase;
}

body .corporate-ticket-page .corporate-section--joined {
    padding-top: 118px;
    padding-bottom: 56px;
}

body .corporate-ticket-page .corporate-section--joined .corporate-section__content {
    padding: clamp(28px, 3vw, 42px);
    background: var(--corporate-navy);
}

body .corporate-ticket-page .corporate-section--joined .corporate-section__content .eyebrow {
    margin-bottom: 14px;
    padding: 0;
    color: #d9e8f6;
    background: transparent;
}

body .corporate-ticket-page .corporate-section__content h1 {
    max-width: 440px;
    font-size: clamp(34px, 3.1vw, 42px);
    line-height: 1.06;
}

body .corporate-ticket-page .corporate-section__content p:not(.eyebrow) {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.55;
}

body .corporate-ticket-page .check-list {
    gap: 9px;
    margin-top: 22px;
}

body .corporate-ticket-page .check-list li {
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.4;
}

body .corporate-ticket-page .check-list li::before {
    width: 10px;
    height: 10px;
    border: 3px solid #d9e8f6;
}

body .corporate-ticket-page .corporate-section--joined .corporate-section__media img {
    min-height: 470px;
}

body .corporate-ticket-page .corporate-explainer {
    gap: clamp(32px, 5vw, 64px);
    padding-top: 48px;
    padding-bottom: 48px;
}

body .corporate-ticket-page .corporate-explainer h2,
body .corporate-ticket-page .page-card-band .section__header h2,
body .corporate-ticket-page .gallery-band h2 {
    font-size: clamp(29px, 2.8vw, 35px);
    line-height: 1.1;
}

body .corporate-ticket-page .page-card-band .section__header h2 {
    font-size: clamp(19px, 5.4vw, 35px);
    letter-spacing: -0.035em;
    white-space: nowrap;
}

body .corporate-ticket-page .corporate-explainer > div:first-child > p:not(.eyebrow),
body .corporate-ticket-page .section__header > div > p:not(.eyebrow) {
    display: block;
    margin-top: 14px;
    overflow: visible;
    font-size: 16px;
    line-height: 1.55;
    -webkit-box-orient: initial;
    -webkit-line-clamp: unset;
}

body .corporate-ticket-page .info-list article {
    min-height: 138px;
    padding: 20px 18px;
    border-top: 3px solid var(--corporate-blue);
}

body .corporate-ticket-page .info-list h3 {
    font-size: 18px;
    line-height: 1.2;
}

body .corporate-ticket-page .info-list p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.5;
}

body .corporate-ticket-page .page-card-band {
    padding-top: 52px;
    padding-bottom: 56px;
    background: var(--corporate-tint);
}

body .corporate-ticket-page .section__header--row {
    margin-bottom: 22px;
}

body .corporate-ticket-page .corporate-vat-note {
    margin-top: 8px;
    font-size: 13px;
}

body .corporate-ticket-page .corporate-session-booking {
    gap: 12px;
    margin-bottom: 24px;
    padding: 18px;
    border-color: #d8e0e8;
}

body .corporate-ticket-page .session-pill {
    min-height: 92px;
    padding: 16px;
    color: var(--corporate-navy);
    background: #fff;
    border-color: #d8e0e8;
}

body .corporate-ticket-page .session-pill strong {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.2;
}

body .corporate-ticket-page .session-pill small {
    margin-top: 5px;
    color: #5d6c7b;
}

body .corporate-ticket-page .session-pill--active,
body .corporate-ticket-page .session-pill--active span,
body .corporate-ticket-page .session-pill--active strong,
body .corporate-ticket-page .session-pill--active small {
    color: #fff;
}

body .corporate-ticket-page .session-pill--active {
    border-color: var(--corporate-navy);
    background: var(--corporate-navy);
    box-shadow: inset 0 -3px 0 var(--corporate-accent);
}

body .corporate-ticket-page .corporate-selected-session-card {
    gap: 20px;
    padding: 18px 20px;
    border-left-color: var(--corporate-accent);
    background: var(--corporate-warm);
}

body .corporate-ticket-page .corporate-selected-session-card h2 {
    font-size: clamp(22px, 2vw, 27px);
    line-height: 1.12;
}

body .corporate-ticket-page .corporate-selected-session-card p,
body .corporate-ticket-page .corporate-selected-session-card span {
    font-size: 14px;
    line-height: 1.45;
}

body .corporate-ticket-page .ticket-grid--two {
    gap: 16px;
}

body .corporate-ticket-page .ticket-card--corporate {
    padding: 24px;
    border-color: #d8e0e8;
    box-shadow: none;
}

body .corporate-ticket-page .ticket-card--corporate.ticket-card--selected {
    border-color: var(--corporate-navy);
    box-shadow: 0 10px 28px rgba(20, 61, 112, 0.11);
}

body .corporate-ticket-page .ticket-card--corporate.ticket-card--featured::before,
body .corporate-ticket-page .ticket-card--corporate.ticket-card--selected::before {
    height: 4px;
    background: var(--corporate-accent);
}

body .corporate-ticket-page .ticket-card--corporate h3 {
    font-size: clamp(22px, 2vw, 26px);
    line-height: 1.12;
}

body .corporate-ticket-page .ticket-card__price {
    margin-top: 6px;
    font-size: 24px;
    line-height: 1.2;
}

body .corporate-ticket-page .ticket-card ul {
    font-size: 14px;
    line-height: 1.5;
}

body .corporate-ticket-page .ticket-card li + li {
    margin-top: 6px;
}

body .corporate-ticket-page .ticket-card--corporate .text-link {
    min-height: 42px;
    margin-top: 6px;
    padding: 0 16px;
    font-size: 14px;
    background: var(--corporate-navy);
}

body .corporate-ticket-page .corporate-checkout-section {
    padding-top: 52px;
    padding-bottom: 52px;
    background: #fff;
}

body .corporate-ticket-page .pretix-checkout-card {
    padding: 28px;
    border-top-width: 4px;
    box-shadow: 0 10px 30px rgba(20, 61, 112, 0.08);
}

body .corporate-ticket-page .pretix-checkout-card h2 {
    font-size: clamp(25px, 2.5vw, 30px);
    line-height: 1.1;
}

body .corporate-ticket-page .pretix-checkout-card__header p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.5;
}

body .corporate-ticket-page .gallery-band {
    padding-top: 52px;
    padding-bottom: 56px;
    background: var(--corporate-tint);
}

body .corporate-ticket-page .gallery-band .section__header {
    margin-bottom: 24px;
}

body .corporate-ticket-page .final-cta {
    width: min(var(--okt-max), calc(100% - 36px));
    margin-top: 0;
    margin-bottom: 52px;
    padding: 42px clamp(28px, 4vw, 52px);
    background: var(--corporate-navy);
}

body .corporate-ticket-page .final-cta .eyebrow {
    color: #d9e8f6;
}

body .corporate-ticket-page .final-cta h2 {
    max-width: 760px;
    font-size: clamp(31px, 3.2vw, 40px);
    line-height: 1.08;
}

@media (max-width: 800px) {
    body .corporate-ticket-page .corporate-section--joined {
        padding-top: 108px;
        padding-bottom: 40px;
    }

    body .corporate-ticket-page .corporate-section--joined .corporate-section__content {
        padding: 28px 24px 32px;
    }

    body .corporate-ticket-page .corporate-section--joined .corporate-section__media img {
        min-height: 300px;
    }

    body .corporate-ticket-page .corporate-explainer,
    body .corporate-ticket-page .page-card-band,
    body .corporate-ticket-page .corporate-checkout-section,
    body .corporate-ticket-page .gallery-band {
        padding-top: 40px;
        padding-bottom: 42px;
    }

    body .corporate-ticket-page .info-list {
        grid-template-columns: 1fr;
    }

    body .corporate-ticket-page .info-list article {
        min-height: 0;
    }
}

@media (max-width: 640px) {
    body .corporate-ticket-page .corporate-section__content h1 {
        font-size: 34px;
    }

    body .corporate-ticket-page .corporate-section__content p:not(.eyebrow) {
        font-size: 15px;
    }

    body .corporate-ticket-page .corporate-session-booking,
    body .corporate-ticket-page .ticket-card--corporate,
    body .corporate-ticket-page .pretix-checkout-card {
        padding: 18px;
    }

    body .corporate-ticket-page .session-pill {
        min-height: 88px;
        padding: 13px;
    }

    body .corporate-ticket-page .session-pill strong {
        font-size: 16px;
    }

    body .corporate-ticket-page .corporate-selected-session-card {
        padding: 16px;
    }

    body .corporate-ticket-page .final-cta {
        margin-bottom: 36px;
        padding: 32px 24px;
    }
}

/* Header brand — shared visual treatment with Stockholm Oktoberfest. */
body .site-brand {
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

body .site-brand:hover {
    color: #fff;
}

.site-brand__mark {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    filter: drop-shadow(0 2px 5px rgba(9, 22, 40, 0.2));
}

.site-brand__mark svg {
    display: block;
    width: 100%;
    height: 100%;
}

.site-brand__mark-base {
    fill: var(--okt-blue-dark);
    stroke: #d1a13e;
    stroke-width: 2;
}

.site-brand__diamonds rect {
    fill: #f8fbff;
}

.site-brand__diamonds path {
    fill: var(--okt-gold);
}

.site-brand__mark-center {
    fill: var(--okt-blue-dark);
    stroke: rgba(255, 255, 255, 0.9);
    stroke-width: 1;
}

.site-brand__stein {
    fill: #d1a13e;
}

.site-brand__foam {
    fill: #fffdf7;
}

.site-brand__copy {
    display: grid;
    gap: 2px;
}

body .site-brand__city {
    font: 500 25px/0.9 "Bodoni Moda", Georgia, serif;
    letter-spacing: -0.02em;
}

.site-brand__line {
    display: flex;
    align-items: baseline;
    gap: 7px;
}

body .site-brand__festival {
    color: var(--okt-gold);
    font: 400 17px/1 "UnifrakturCook", "Bodoni Moda", serif;
}

body .site-brand__year {
    padding-left: 7px;
    color: rgba(255, 255, 255, 0.7);
    border-left: 1px solid currentColor;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
}

@media (max-width: 680px) {
    body .site-brand {
        flex-wrap: nowrap;
        gap: 8px;
        max-width: none;
    }

    .site-brand__mark {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }

    body .site-brand__city {
        font-size: 20px;
    }

    body .site-brand__festival {
        font-size: 14px;
    }

    body .site-brand__year {
        flex-basis: auto;
        padding-left: 5px;
        font-size: 8px;
    }
}

/* Corporate booking flow: reserve header space and keep the path to checkout concise. */
body.corporate-booking-page .site-header {
    position: relative;
    top: 0;
    min-height: 84px;
    padding: 16px max(24px, calc((100% - var(--okt-max)) / 2));
    background: var(--okt-blue-dark);
}

body.corporate-booking-page .corporate-section--joined {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    width: 100%;
    max-width: none;
    gap: 0;
    padding: 32px max(24px, calc((100% - var(--okt-max)) / 2)) 64px;
    background: var(--corporate-navy);
}

body.corporate-booking-page .corporate-ticket-page > .corporate-section--joined:first-child {
    padding-top: 24px;
    padding-bottom: 56px;
}

body.corporate-booking-page .corporate-section--joined .corporate-section__media {
    border-radius: 8px 0 0 8px;
}

body.corporate-booking-page .corporate-section--joined .corporate-section__media img {
    min-height: 470px;
}

body.corporate-booking-page .corporate-section--joined .corporate-section__content {
    padding: clamp(34px, 4vw, 56px);
    border-radius: 0 8px 8px 0;
}

body.corporate-booking-page .corporate-section__content h1 {
    max-width: 520px;
    font-size: clamp(38px, 3.6vw, 54px);
    line-height: 1.02;
}

body.corporate-booking-page .corporate-section__content p:not(.eyebrow) {
    max-width: 500px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.55;
}

.corporate-hero__facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.corporate-hero__facts div {
    display: grid;
    gap: 4px;
}

.corporate-hero__facts strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.corporate-hero__facts span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.4;
}

body.corporate-booking-page .corporate-section__content .hero-actions {
    align-items: center;
    gap: 16px 20px;
    margin-top: 28px;
}

body.corporate-booking-page .corporate-section__content .button--primary {
    color: var(--corporate-navy);
    background: #fff;
}

.corporate-hero__contact {
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.38);
    text-underline-offset: 3px;
}

body.corporate-booking-page .page-card-band {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-top: 64px;
    padding-right: max(24px, calc((100% - var(--okt-max)) / 2));
    padding-bottom: 72px;
    padding-left: max(24px, calc((100% - var(--okt-max)) / 2));
}

body.corporate-booking-page .page-card-band .section__header {
    max-width: 720px;
    margin-bottom: 28px;
}

body.corporate-booking-page .page-card-band .section__header h2 {
    font-size: clamp(32px, 3vw, 42px);
    letter-spacing: -0.03em;
    white-space: normal;
    scroll-margin-top: 24px;
}

body.corporate-booking-page .page-card-band .section__header p:not(.eyebrow) {
    max-width: 620px;
    margin-top: 12px;
}

.corporate-booking-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 920px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
    border-block: 1px solid #d8e0e8;
}

.corporate-booking-steps li {
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    color: #657385;
    font-size: 13px;
    line-height: 1.3;
}

.corporate-booking-steps li + li {
    border-left: 1px solid #d8e0e8;
}

.corporate-booking-steps span,
.corporate-step-title span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--corporate-navy);
    border-radius: 50%;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.corporate-booking-steps .is-current {
    color: var(--corporate-navy);
}

body.corporate-booking-page .corporate-session-booking {
    scroll-margin-top: 24px;
    gap: 18px;
    margin-bottom: 32px;
    padding: clamp(22px, 3vw, 30px);
    border-radius: 8px;
}

.corporate-step-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    color: var(--corporate-navy);
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.corporate-step-title--package {
    margin: 0 0 16px;
}

.corporate-selection-summary {
    display: flex;
    align-items: center;
    gap: 10px 14px;
    padding: 14px 18px;
    color: #516275;
    background: var(--corporate-warm);
    border-left: 3px solid var(--corporate-accent);
    font-size: 13px;
    line-height: 1.4;
}

.corporate-selection-summary strong {
    color: var(--corporate-navy);
    font-size: 14px;
}

body.corporate-booking-page .ticket-card--corporate {
    gap: 14px;
    padding: clamp(24px, 3vw, 32px);
    border-radius: 8px;
}

body.corporate-booking-page .ticket-card--corporate .text-link {
    align-self: flex-start;
    margin-top: 10px;
    border-radius: 999px;
}

body.corporate-booking-page .ticket-card--corporate .text-link::after {
    content: "→";
}

body.corporate-booking-page .corporate-checkout-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

body.corporate-booking-page .pretix-checkout-card {
    padding: clamp(24px, 4vw, 38px);
    border-radius: 8px;
}

body.corporate-booking-page .gallery-band {
    padding-top: 56px;
    padding-bottom: 64px;
}

@media (max-width: 900px) {
    body.corporate-booking-page .corporate-section--joined {
        grid-template-columns: 1fr;
        padding-top: 22px;
        padding-bottom: 44px;
    }

    body.corporate-booking-page .corporate-section--joined .corporate-section__media {
        border-radius: 8px 8px 0 0;
    }

    body.corporate-booking-page .corporate-section--joined .corporate-section__media img {
        min-height: 340px;
        max-height: 460px;
    }

    body.corporate-booking-page .corporate-section--joined .corporate-section__content {
        border-radius: 0 0 8px 8px;
    }
}

@media (max-width: 700px) {
    body.corporate-booking-page .site-header {
        min-height: 72px;
        padding: 14px 18px;
    }

    body.corporate-booking-page .corporate-section--joined {
        padding: 16px 18px 36px;
    }

    body.corporate-booking-page .corporate-ticket-page > .corporate-section--joined:first-child {
        padding-top: 16px;
        padding-bottom: 36px;
    }

    body.corporate-booking-page .corporate-section--joined .corporate-section__media img {
        min-height: 240px;
    }

    body.corporate-booking-page .corporate-section--joined .corporate-section__content {
        padding: 28px 22px 32px;
    }

    body.corporate-booking-page .corporate-section__content h1 {
        font-size: clamp(36px, 11vw, 46px);
    }

    .corporate-hero__facts {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 22px;
        padding-top: 20px;
    }

    body.corporate-booking-page .corporate-section__content .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 24px;
    }

    body.corporate-booking-page .page-card-band,
    body.corporate-booking-page .corporate-checkout-section,
    body.corporate-booking-page .gallery-band {
        padding-top: 44px;
        padding-bottom: 48px;
    }

    body.corporate-booking-page .page-card-band {
        padding-right: 18px;
        padding-left: 18px;
    }

    .corporate-booking-steps {
        grid-template-columns: 1fr;
    }

    .corporate-booking-steps li {
        min-height: 52px;
        padding: 10px 12px;
    }

    .corporate-booking-steps li + li {
        border-top: 1px solid #d8e0e8;
        border-left: 0;
    }

    body.corporate-booking-page .corporate-session-booking {
        padding: 18px;
    }

    .corporate-selection-summary {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    body.corporate-booking-page .pretix-checkout-card__header {
        grid-template-columns: 1fr;
    }

    body.corporate-booking-page .corporate-checkout-contact {
        justify-items: start;
        text-align: left;
    }
}

/* Footer — shared layout and visual treatment with Stockholm Oktoberfest. */
body .bavarian-border--footer {
    z-index: 1;
    background-color: #fff;
}

body .site-footer {
    padding: 34px max(28px, calc((100vw - var(--okt-max)) / 2)) 20px;
    color: #fff;
    background: var(--okt-blue-dark);
}

body .site-footer__grid {
    display: grid;
    grid-template-columns: 1.15fr 1.5fr 0.55fr;
    gap: 32px;
    width: 100%;
    margin: 0;
    padding: 0 0 22px;
}

body .site-footer__brand {
    display: flex;
    align-items: baseline;
    gap: 7px;
    margin: 0 0 8px;
}

body .site-footer__brand span {
    font: 500 20px/1 "Bodoni Moda", Georgia, serif;
    letter-spacing: -0.02em;
}

body .site-footer__brand em {
    color: var(--okt-gold);
    font: 400 15px/1 "UnifrakturCook", "Bodoni Moda", serif;
    opacity: 1;
}

body .site-footer__copy {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12.5px;
    line-height: 1.55;
}

body .site-footer__label {
    margin: 0 0 9px;
    color: var(--okt-gold);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

body .site-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 18px;
}

body .site-footer__links a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.45;
}

body .footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
}

body .footer-socials a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(143, 182, 224, 0.5);
    border-radius: 50%;
}

body .footer-socials img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

body .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(143, 182, 224, 0.2);
    color: rgba(255, 255, 255, 0.5);
    font-size: 11.5px;
    line-height: 1.4;
}

body .site-footer__bottom a,
body .site-footer__bottom a:hover,
body .site-footer__bottom a:focus {
    color: inherit;
}

body .site-footer__legal-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

body .site-footer__bottom a + a {
    margin: 0;
}

@media (max-width: 1100px) {
    body .site-footer__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    body .site-footer {
        padding-top: 30px;
        padding-bottom: 18px;
    }

    body .site-footer__grid {
        grid-template-columns: 1fr auto;
        gap: 16px 20px;
        padding-bottom: 18px;
    }

    body .site-footer__grid > :nth-child(2) {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    body .site-footer__grid > :nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    body .site-footer__links {
        gap: 7px 14px;
    }

    body .site-footer__legal-links {
        gap: 10px 16px;
    }
}

@media (max-width: 420px) {
    body .site-footer {
        padding-right: 18px;
        padding-left: 18px;
    }

}

/* Privacy policy: format the legacy policy markup as a readable legal page. */
body .legal-page--privacy {
    padding-bottom: clamp(56px, 8vw, 92px);
    background: var(--okt-cream);
}

body .legal-page--privacy .legal-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(143, 182, 224, 0.2), transparent 34%),
        linear-gradient(118deg, #0d315b 0%, var(--okt-blue-dark) 58%, var(--okt-blue) 100%);
}

body .legal-page--privacy .legal-hero::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -125px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 54px rgba(255, 255, 255, 0.025),
        0 0 0 108px rgba(255, 255, 255, 0.018);
    pointer-events: none;
}

body .legal-page--privacy .faq-hero__inner {
    position: relative;
    z-index: 1;
    max-width: var(--okt-max);
    padding-top: clamp(150px, 14vw, 190px);
    padding-bottom: clamp(82px, 9vw, 118px);
}

body .legal-page--privacy .legal-hero .eyebrow {
    display: block;
    width: auto;
    min-height: 0;
    padding: 0;
    margin: 0 0 14px;
    color: var(--okt-gold);
    background: transparent;
    border-radius: 0;
    font: 700 22px/1.15 "UnifrakturCook", "Bodoni Moda", serif;
    letter-spacing: 0;
    text-transform: none;
}

body .legal-page--privacy .legal-hero h1 {
    margin: 0;
    font: 600 clamp(44px, 5.5vw, 68px)/1.05 "Bodoni Moda", Georgia, serif;
    letter-spacing: -0.025em;
}

body .legal-page--privacy .legal-hero .faq-hero__inner > p:not(.eyebrow) {
    max-width: 580px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.65;
}

body .privacy-policy-card {
    position: relative;
    z-index: 2;
    width: min(1000px, calc(100% - 48px));
    max-width: none;
    margin: clamp(-56px, -4vw, -38px) auto 0;
    padding: clamp(34px, 5vw, 62px);
    background: #fff;
    border: 1px solid rgba(28, 95, 168, 0.15);
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(18, 63, 115, 0.12);
}

body .privacy-policy-card__inner {
    max-width: 760px;
    margin: 0 auto;
}

body .privacy-policy-card #ppHeader {
    display: none;
}

body .privacy-policy-card #ppBody,
body .privacy-policy-card > .privacy-policy-card__inner {
    color: rgba(23, 20, 13, 0.76);
    font-family: "Work Sans", "Yellix-Regular", Arial, sans-serif;
    font-size: 15.5px;
    line-height: 1.78;
}

body .privacy-policy-card #ppBody > .innerText,
body .privacy-policy-card #ppBody > div:not(.grayText, .blueText),
body .privacy-policy-card__inner > .innerText {
    margin: 0 0 13px;
}

body .privacy-policy-card #ppBody > strong,
body .privacy-policy-card .grayText,
body .privacy-policy-card .blueText {
    display: block;
    margin: 36px 0 13px;
    padding-top: 31px;
    color: var(--okt-blue-dark);
    border-top: 1px solid var(--okt-border);
    font: 600 23px/1.3 "Bodoni Moda", Georgia, serif;
    letter-spacing: -0.01em;
}

body .privacy-policy-card #ppBody > strong:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

body .privacy-policy-card .grayText strong,
body .privacy-policy-card .blueText strong {
    font: inherit;
}

body .privacy-policy-card .innerText > strong:not(:only-child) {
    color: var(--okt-blue-dark);
    font-weight: 700;
}

body .privacy-policy-card .innerText > strong:first-child:not(:last-child) {
    margin-right: 3px;
}

body .privacy-policy-card a {
    color: var(--okt-blue-dark);
    font-family: inherit;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(28, 95, 168, 0.35);
    text-underline-offset: 3px;
}

body .privacy-policy-card a:hover,
body .privacy-policy-card a:focus {
    color: var(--okt-blue);
    text-decoration-color: currentColor;
}

body .privacy-policy-card__inner > .blueText {
    margin-top: 42px;
}

body .privacy-policy-card__inner > .blueText ~ .innerText {
    margin-bottom: 5px;
}

body .privacy-policy-card__inner > .innerText:last-child {
    display: inline-flex;
    margin-top: 18px;
    padding: 7px 11px;
    color: rgba(18, 63, 115, 0.72);
    background: var(--okt-cream);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 680px) {
    body .legal-page--privacy .faq-hero__inner {
        padding-top: 132px;
        padding-bottom: 76px;
    }

    body .legal-page--privacy .legal-hero h1 {
        font-size: clamp(40px, 13vw, 54px);
    }

    body .privacy-policy-card {
        width: calc(100% - 28px);
        margin-top: -34px;
        padding: 30px 22px;
        border-radius: 8px;
    }

    body .privacy-policy-card #ppBody,
    body .privacy-policy-card > .privacy-policy-card__inner {
        font-size: 15px;
        line-height: 1.72;
    }

    body .privacy-policy-card #ppBody > strong,
    body .privacy-policy-card .grayText,
    body .privacy-policy-card .blueText {
        margin-top: 30px;
        padding-top: 26px;
        font-size: 21px;
    }
}

/* Keep the contact form focused and avoid the inherited full-width section spacing. */
body .contact-layout {
    width: min(1080px, calc(100% - 36px));
    padding: clamp(48px, 6vw, 72px) 0 clamp(56px, 7vw, 80px);
}

/* Keep the FAQ headline visually lighter than the other supporting-page heroes. */
body .faq-page .faq-hero h1 {
    font-size: clamp(36px, 4.5vw, 52px);
}

@media (max-width: 680px) {
    body .contact-layout {
        width: calc(100% - 28px);
        padding-block: 38px;
    }
}

/* Tickets page buying flow. Ticket/session content stays intact; hierarchy and navigation are simplified. */
body .tickets-flow-page .booking-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 620px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

body .tickets-flow-page .booking-progress__step {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 8px 12px;
    color: var(--okt-muted);
    background: #f5f7fa;
    border: 1px solid var(--okt-border);
    border-radius: 4px;
    font-family: "Yellix-SemiBold", Arial, sans-serif;
    font-size: 14px;
}

body .tickets-flow-page .booking-progress__step > span {
    display: inline-grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    color: var(--okt-blue-dark);
    background: #fff;
    border: 1px solid rgba(28, 95, 168, 0.28);
    border-radius: 50%;
    font-size: 12px;
}

body .tickets-flow-page .booking-progress__step--current {
    color: #fff;
    background: var(--okt-blue-dark);
    border-color: var(--okt-blue-dark);
}

body .tickets-flow-page .booking-progress__step--current > span {
    color: var(--okt-blue-dark);
    background: var(--okt-gold);
    border-color: var(--okt-gold);
}

body .tickets-flow-page .booking-progress__step--complete {
    color: var(--okt-blue-dark);
    background: #eef6ff;
    border-color: rgba(28, 95, 168, 0.22);
}

body .tickets-flow-page .booking-step-header {
    display: grid;
    grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
    gap: clamp(24px, 5vw, 68px);
    align-items: end;
    margin-bottom: 22px;
}

body .tickets-flow-page .booking-step-header__kicker {
    margin: 0 0 5px;
    color: var(--okt-blue);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

body .tickets-flow-page .booking-step-header h2 {
    margin: 0;
    color: var(--okt-ink);
    font-size: clamp(30px, 3.4vw, 42px);
    line-height: 1.05;
}

body .tickets-flow-page .booking-step-header > p {
    max-width: 560px;
    margin: 0;
    color: var(--okt-muted);
    font-size: 16px;
    line-height: 1.5;
}

body .tickets-flow-page .booking-step-header--tickets {
    margin-top: clamp(34px, 5vw, 54px);
    padding-top: clamp(28px, 4vw, 40px);
    border-top: 1px solid var(--okt-border);
    scroll-margin-top: 110px;
}

body .tickets-flow-page .session-pill {
    position: relative;
}

body .tickets-flow-page .session-pill--active span,
body .tickets-flow-page .session-pill--active strong,
body .tickets-flow-page .session-pill--active small {
    color: #fff;
}

body .tickets-flow-page .session-pill--active {
    border-color: var(--okt-blue-dark);
    box-shadow: 0 0 0 2px rgba(28, 95, 168, 0.14);
}

body .tickets-flow-page .selected-session-card {
    grid-template-columns: auto minmax(190px, 0.7fr) minmax(260px, 1fr) auto;
    gap: 18px;
    margin: -8px 0 0;
    padding: 14px 16px;
}

body .tickets-flow-page .selected-session-card__status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--okt-blue-dark);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

body .tickets-flow-page .selected-session-card__status > span {
    display: inline-grid;
    width: 23px;
    height: 23px;
    place-items: center;
    color: #fff;
    background: var(--okt-blue);
    border-radius: 50%;
    font-size: 12px;
}

body .tickets-flow-page .selected-session-card h3 {
    margin: 0;
    color: var(--okt-ink);
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.08;
}

body .tickets-flow-page .selected-session-card > div > span {
    display: block;
    margin-top: 4px;
    color: var(--okt-blue);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 14px;
}

body .tickets-flow-page .selected-session-card__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
    color: #fff;
    background: var(--okt-blue-dark);
    border-radius: 999px;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

body .tickets-flow-page .selected-session-card__next:hover,
body .tickets-flow-page .selected-session-card__next:focus-visible {
    background: var(--okt-blue);
}

body .tickets-flow-page .ticket-option .text-link::after {
    content: "\2192";
    margin-left: 8px;
    font-size: 17px;
    line-height: 1;
}

body .tickets-flow-page .booking-progress--checkout {
    max-width: none;
    margin: 0;
}

body .tickets-flow-page.ticket-checkout-page .pretix-checkout-section {
    padding-top: clamp(122px, 11vw, 144px);
}

body .tickets-flow-page .ticket-help-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

body .tickets-flow-page .ticket-help-list details {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: 4px;
}

body .tickets-flow-page .ticket-help-list summary {
    position: relative;
    padding: 17px 48px 17px 18px;
    color: var(--okt-ink);
    cursor: pointer;
    font-family: var(--okt-heading);
    font-size: 19px;
    line-height: 1.2;
    list-style: none;
}

body .tickets-flow-page .ticket-help-list summary::-webkit-details-marker {
    display: none;
}

body .tickets-flow-page .ticket-help-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    color: var(--okt-blue);
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
}

body .tickets-flow-page .ticket-help-list details[open] summary::after {
    content: "\2212";
}

body .tickets-flow-page .ticket-help-list details p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--okt-muted);
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 900px) {
    body .tickets-flow-page .booking-step-header {
        grid-template-columns: 1fr;
        gap: 8px;
        align-items: start;
    }

    body .tickets-flow-page .selected-session-card {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    body .tickets-flow-page .selected-session-card > p {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    body .tickets-flow-page .booking-progress {
        gap: 6px;
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
        margin: 0 auto 24px;
    }

    body .tickets-flow-page .booking-progress__step {
        justify-content: center;
        gap: 6px;
        min-height: 42px;
        padding: 7px 6px;
        font-size: 12px;
    }

    body .tickets-flow-page .booking-progress__step > span {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
        font-size: 11px;
    }

    body .tickets-flow-page .booking-step-header {
        width: calc(100% - 28px);
        margin-right: auto;
        margin-bottom: 16px;
        margin-left: auto;
    }

    body .tickets-flow-page .booking-step-header h2 {
        font-size: 30px;
    }

    body .tickets-flow-page .booking-step-header > p {
        font-size: 14px;
        line-height: 1.42;
    }

    body .tickets-flow-page .selected-session-card {
        grid-template-columns: 1fr auto;
        gap: 12px;
        padding: 14px;
    }

    body .tickets-flow-page .selected-session-card__status {
        grid-column: 1 / -1;
    }

    body .tickets-flow-page .selected-session-card h3 {
        font-size: 23px;
    }

    body .tickets-flow-page .selected-session-card > p {
        grid-column: 1 / -1;
        font-size: 14px;
    }

    body .tickets-flow-page .selected-session-card__next {
        align-self: stretch;
        min-width: 126px;
    }

    body .tickets-flow-page .booking-step-header--tickets {
        margin-top: 30px;
        padding-top: 26px;
    }

    body .tickets-flow-page .booking-progress--checkout {
        width: 100%;
        max-width: none;
        margin: 0;
    }

    body .tickets-flow-page.ticket-checkout-page .pretix-checkout-section {
        padding-top: 106px;
    }
}

/* Direct ticket-shop page, modelled on the Stockholm package comparison. */
body .tickets-direct-page {
    background: #fff;
}

body .tickets-direct-page .tickets-page-header {
    min-height: 0;
}

body .tickets-direct-page .tickets-page-header .okt-hero__content {
    padding: 128px 0 38px;
}

body .tickets-direct-page .tickets-page-header h1 {
    max-width: 800px;
    font-size: clamp(40px, 4.8vw, 60px);
    line-height: 1.02;
}

body .tickets-direct-page .tickets-page-header .okt-hero__content > p:not(.eyebrow) {
    max-width: 700px;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.45;
}

body .tickets-direct-page .direct-ticket-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
    gap: clamp(42px, 7vw, 90px);
    align-items: center;
    padding-block: clamp(58px, 6vw, 82px);
}

body .tickets-direct-page .direct-ticket-intro h2 {
    max-width: 580px;
    margin: 0 0 18px;
    font-size: clamp(36px, 4.4vw, 54px);
    line-height: 1.06;
}

body .tickets-direct-page .direct-ticket-intro > div > p:not(.eyebrow) {
    max-width: 590px;
    margin: 0;
    color: var(--okt-muted);
    font-size: 17px;
    line-height: 1.6;
}

body .tickets-direct-page .direct-ticket-benefits {
    display: grid;
    gap: 10px;
    margin: 24px 0 0;
    padding: 0;
    color: var(--okt-ink);
    list-style: none;
}

body .tickets-direct-page .direct-ticket-benefits li {
    position: relative;
    padding-left: 25px;
}

body .tickets-direct-page .direct-ticket-benefits li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--okt-blue);
    font-weight: 800;
}

body .tickets-direct-page .direct-ticket-intro__action {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

body .tickets-direct-page .direct-ticket-intro__action > span {
    color: var(--okt-muted);
    font-size: 13px;
}

body .tickets-direct-page .direct-ticket-intro__map {
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-radius: 6px;
    box-shadow: 0 18px 44px rgba(18, 63, 115, 0.12);
}

body .tickets-direct-page .direct-ticket-intro__map img {
    display: block;
    width: 100%;
    height: auto;
}

body .tickets-direct-page .direct-ticket-section {
    padding: clamp(64px, 7vw, 92px) max(24px, calc((100% - var(--okt-max)) / 2));
    scroll-margin-top: 24px;
}

body .tickets-direct-page .direct-ticket-section--soft {
    background: #eef4fb;
}

body .tickets-direct-page .direct-ticket-section__inner {
    width: min(var(--okt-max), 100%);
    margin: 0 auto;
}

body .tickets-direct-page .direct-ticket-section__header {
    max-width: 680px;
    margin-bottom: 34px;
}

body .tickets-direct-page .direct-ticket-section__header h2 {
    margin: 0 0 8px;
    color: var(--okt-ink);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
}

body .tickets-direct-page .direct-ticket-section__header > p:not(.eyebrow) {
    margin: 0;
    color: var(--okt-muted);
    font-size: 15px;
    line-height: 1.5;
}

body .tickets-direct-page .direct-ticket-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

body .tickets-direct-page .direct-ticket-card {
    --ticket-area: var(--okt-blue);
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 30px 30px;
    background: #fff;
    border: 1px solid var(--okt-border);
    border-top: 4px solid var(--ticket-area);
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(18, 63, 115, 0.07);
}

body .tickets-direct-page .direct-ticket-card--featured {
    border-color: var(--okt-gold);
    border-top-color: var(--okt-gold);
    box-shadow: 0 14px 34px rgba(199, 155, 29, 0.14);
}

body .tickets-direct-page .direct-ticket-card--student {
    background: #f7fbf8;
    border-color: #4d9b7e;
    border-top-color: #4d9b7e;
}

body .tickets-direct-page .direct-ticket-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 132px;
    padding: 7px 14px;
    color: #fff;
    background: var(--okt-blue-dark);
    border-radius: 999px;
    box-shadow: 0 6px 16px rgba(18, 63, 115, 0.16);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
}

body .tickets-direct-page .direct-ticket-card--featured .direct-ticket-card__badge {
    color: var(--okt-ink);
    background: var(--okt-gold);
}

body .tickets-direct-page .direct-ticket-card--student .direct-ticket-card__badge {
    background: #4d9b7e;
}

body .tickets-direct-page .direct-ticket-card h3 {
    min-height: 2.35em;
    margin: 0 0 18px;
    color: var(--okt-ink);
    font-size: clamp(24px, 2.3vw, 31px);
    line-height: 1.12;
}

body .tickets-direct-page .direct-ticket-card__price {
    min-height: 42px;
    margin: 0 0 22px;
    color: var(--okt-ink);
    font-family: var(--okt-heading);
    font-size: clamp(27px, 2.5vw, 34px);
    font-weight: 600;
    line-height: 1.1;
}

body .tickets-direct-page .direct-ticket-card__inclusions {
    margin-bottom: 24px;
    padding: 17px 18px;
    background: #eef4fb;
    border-radius: 6px;
}

body .tickets-direct-page .direct-ticket-card__inclusions > span {
    display: block;
    margin-bottom: 11px;
    color: var(--okt-blue);
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    line-height: 1.2;
    text-transform: uppercase;
}

body .tickets-direct-page .direct-ticket-card__inclusions ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body .tickets-direct-page .direct-ticket-card__inclusions li {
    position: relative;
    padding-left: 23px;
    color: rgba(23, 20, 13, 0.76);
    font-size: 13px;
    line-height: 1.4;
}

body .tickets-direct-page .direct-ticket-card__inclusions li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--ticket-area);
    font-weight: 800;
}

body .tickets-direct-page .direct-ticket-card__button {
    width: 100%;
    min-height: 46px;
    margin-top: auto;
}

body .tickets-direct-page .direct-ticket-card__highlight {
    display: grid;
    gap: 7px;
    margin: 0 0 24px;
    padding: 17px 18px;
    color: rgba(255, 255, 255, 0.82);
    background: var(--okt-blue-dark);
    border: 2px solid var(--okt-gold);
    border-radius: 6px;
}

body .tickets-direct-page .direct-ticket-card__highlight > span {
    justify-self: start;
    padding: 4px 8px;
    color: var(--okt-ink);
    background: var(--okt-gold);
    border-radius: 999px;
    font-family: "Yellix-Bold", Arial, sans-serif;
    font-size: 9px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

body .tickets-direct-page .direct-ticket-card__highlight strong {
    color: #fff;
    font-size: 14px;
    line-height: 1.35;
}

body .tickets-direct-page .direct-ticket-card__highlight small {
    font-size: 12px;
    line-height: 1.4;
}

body .tickets-direct-page .direct-ticket-card__button > span,
body .tickets-direct-page .direct-ticket-footer-cta .button > span {
    margin-left: 7px;
    font-size: 17px;
    line-height: 1;
}

body .tickets-direct-page .direct-ticket-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-block: clamp(58px, 6vw, 78px);
}

body .tickets-direct-page .direct-ticket-footer-cta h2 {
    margin: 0 0 8px;
    font-size: clamp(32px, 3.8vw, 46px);
    line-height: 1.08;
}

body .tickets-direct-page .direct-ticket-footer-cta p:not(.eyebrow) {
    margin: 0;
    color: var(--okt-muted);
}

body .tickets-direct-page .direct-ticket-footer-cta > .button {
    flex: 0 0 auto;
}

@media (max-width: 900px) {
    body .tickets-direct-page .direct-ticket-intro {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body .tickets-direct-page .direct-ticket-intro__map {
        max-width: 680px;
    }

    body .tickets-direct-page .direct-ticket-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body .tickets-direct-page .tickets-page-header {
        min-height: 0;
    }

    body .tickets-direct-page .tickets-page-header .okt-hero__content {
        width: calc(100% - 36px);
        padding: 112px 0 28px;
    }

    body .tickets-direct-page .tickets-page-header h1 {
        font-size: clamp(34px, 10.5vw, 42px);
    }

    body .tickets-direct-page .tickets-page-header .okt-hero__content > p:not(.eyebrow) {
        margin-top: 9px;
        font-size: 14px;
    }

    body .tickets-direct-page .direct-ticket-intro {
        width: calc(100% - 28px);
        padding-block: 44px 52px;
    }

    body .tickets-direct-page .direct-ticket-intro h2 {
        font-size: 34px;
    }

    body .tickets-direct-page .direct-ticket-intro > div > p:not(.eyebrow) {
        font-size: 15px;
        line-height: 1.5;
    }

    body .tickets-direct-page .direct-ticket-intro__action {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    body .tickets-direct-page .direct-ticket-intro__action > span {
        text-align: center;
    }

    body .tickets-direct-page .direct-ticket-section {
        padding: 54px 14px;
    }

    body .tickets-direct-page .direct-ticket-section__header {
        margin-bottom: 28px;
    }

    body .tickets-direct-page .direct-ticket-section__header h2 {
        font-size: 34px;
    }

    body .tickets-direct-page .direct-ticket-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    body .tickets-direct-page .direct-ticket-card {
        padding: 32px 20px 20px;
    }

    body .tickets-direct-page .direct-ticket-card h3 {
        min-height: 0;
        font-size: 27px;
    }

    body .tickets-direct-page .direct-ticket-card__price {
        min-height: 0;
        font-size: 30px;
    }

    body .tickets-direct-page .direct-ticket-footer-cta {
        align-items: stretch;
        flex-direction: column;
        width: calc(100% - 28px);
    }

    body .tickets-direct-page .direct-ticket-footer-cta > .button {
        width: 100%;
    }
}
