:root {
    --bs-body-font-family: "Schibsted Grotesk Local", Arial, Helvetica, sans-serif;
    --bs-body-color: #153c40;
    --bs-primary: #2eadb1;
    --bs-link-color: #2f8faa;
    --color-turquoise: #2eadb1;
    --color-web-blue: #3d91a8;
    --color-web-blue-dark: #2f7182;
    --color-lime: #d8ff55;
    --color-orange: #ef5124;
    --color-lavender: #be9bd6;
    --color-pale: #ecee9a;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}

.py-lg-6 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.min-vh-75{
    min-height: 95svh;
}

.fixed-top {
    position: absolute;
    top: 2.55rem;
}

.brush {
    font-family: "Beastmode Brush", "Schibsted Grotesk Local", sans-serif;
    letter-spacing: 0;
    line-height: 0.9;
    font-weight: 100;
}

.text-turquoise { color: var(--color-web-blue) !important; }
.text-lime { color: var(--color-lime) !important; }
.text-orange { color: var(--color-orange) !important; }
.link-lime { color: var(--color-lime) !important; }
.bg-turquoise { background-color: var(--color-web-blue) !important; }
.bg-lime { background-color: var(--color-lime) !important; }
.bg-orange { background-color: var(--color-orange) !important; }
.bg-lavender { background-color: var(--color-lavender) !important; }
.bg-pale { background-color: var(--color-pale) !important; }

.btn-orange,
.btn-orange:hover,
.btn-orange:active,
.btn-orange:visited{
    --bs-btn-bg: var(--color-orange);
    --bs-btn-border-color: var(--color-orange);
    --bs-btn-hover-bg: #d94318;
    --bs-btn-hover-border-color: #d94318;
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
}

.btn-lime {
    --bs-btn-bg: var(--color-lime);
    --bs-btn-border-color: var(--color-lime);
    --bs-btn-hover-bg: #c9f232;
    --bs-btn-hover-border-color: #c9f232;
    --bs-btn-color: #153c40;
    --bs-btn-hover-color: #153c40;
}

.btn-outline-orange {
    --bs-btn-color: var(--color-orange);
    --bs-btn-border-color: var(--color-orange);
    --bs-btn-hover-bg: var(--color-orange);
    --bs-btn-hover-border-color: var(--color-orange);
    --bs-btn-hover-color: #fff;
}

.navbar-shell {
    width: 100%;
    background: rgba(35, 74, 82, 0.9);
    backdrop-filter: blur(14px);
}

.brand-logo {
    max-height: 118px;
    object-fit: contain;
}

.desktop-brand-link {
    flex: 0 0 auto;
}

.mobile-brand-logo {
    max-height: 70px;
    object-fit: contain;
    height: auto;
}

.mobile-brand-link {
    flex: 1 1 auto;
    min-width: 0;
}

.mobile-brand-outside {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

.nav-toggle {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    box-shadow: none !important;
}

.nav-toggle-line {
    display: block;
    width: 1.45rem;
    height: 0.16rem;
    border-radius: 999px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
    transform: translateY(0.48rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
    transform: translateY(-0.48rem) rotate(-45deg);
}

.nav-link {
    color: rgba(255, 255, 255, 0.86) !important;
    font-weight: 700;
}

.nav-link.active,
.nav-link:hover {
    color: #fff !important;
}

.nav-ticket-btn {
    white-space: nowrap;
}

.early-bird-bar {
    position: relative;
    z-index: 1040;
    background: var(--color-orange);
    font-size: 0.95rem;
}

.early-bird-countdown {
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.early-bird-badge {
    position: absolute;
    top: -0.72rem;
    right: -0.7rem;
    z-index: 2;
    padding: 0.34rem 0.5rem;
    border-radius: 999px;
    background: var(--color-orange);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(21, 60, 64, 0.2);
}

.hero-btn .early-bird-badge {
    right: -0.55rem;
}

.hero-section {
    background: #153c40;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(1px) saturate(0.95) brightness(0.82);
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(4, 39, 49, 0.94) 0%, rgba(4, 39, 49, 0.78) 33%, rgba(4, 39, 49, 0.2) 68%, rgba(4, 39, 49, 0.12) 100%);
}

.hero-date {
    letter-spacing: 0.08em;
}

.hero-title {
    font-size: clamp(4rem, 5.2vw, 8.8rem);
    line-height: 0.95;
    letter-spacing: 0;
}

.hero-brush {
    display: inline-block;
    font-size: 0.9em;
    line-height: 0.72;
    transform: rotate(-2deg);
}

.hero-copy {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-btn {
    min-width: 230px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.section-kicker {
    letter-spacing: 0.08em;
    font-size: 0.92rem;
}

.cd-image-mask {
    border-radius: 4rem 4rem 1.4rem 4rem;
}

.cd-image-mask img {
    min-height: 520px;
}

.image-stack {
    min-height: clamp(560px, 62vw, 760px);
}

.image-stack-card {
    position: absolute;
    overflow: hidden;
    background: #fff;
    border-radius: 2.2rem;
}

.image-stack-main {
    width: 58%;
    height: 74%;
    right: 7%;
    top: 4%;
    border-radius: 4rem 4rem 1.4rem 4rem;
    z-index: 2;
}

.image-stack-small {
    width: 42%;
    height: 36%;
    left: 0;
    top: 18%;
    transform: rotate(-3deg);
    z-index: 3;
}

.image-stack-wide {
    width: 58%;
    height: 34%;
    left: 14%;
    bottom: 4%;
    transform: rotate(2deg);
    z-index: 1;
}

.rotate-card {
    transform: rotate(-1deg);
}

.lineart-bg {
    position: absolute;
    right: -16%;
    top: -8%;
    width: 62%;
    opacity: 0.22;
    pointer-events: none;
}

.scrub-line {
    width: min(42vw, 720px);
    opacity: 0.72;
    pointer-events: none;
}

.scrub-line path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.line-white {
    color: rgba(255, 255, 255, 0.38);
}

.line-white path {
    stroke-width: 3px;
}

.cta-line {
    color: rgba(255, 255, 255, 0.92);
    width: min(24vw, 300px);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.cta-line path {
    stroke-width: 4px;
}

.speaker-card {
    background: linear-gradient(180deg, #214f58 0%, #173b42 100%);
    border: 1px solid rgba(216, 255, 85, 0.18);
    border-radius: 2.2rem;
    box-shadow: 0 24px 70px rgba(21, 60, 64, 0.16);
}

.speaker-card-img {
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
    background: #111;
    border-radius: 1.7rem;
}

.speaker-card-teaser {
    background: rgba(216, 255, 85, 0.12);
    border: 1px dashed rgba(216, 255, 85, 0.42);
}

.speaker-card-logo {
    min-height: 3rem;
    font-size: clamp(2.1rem, 3.2vw, 3.1rem);
}

.speaker-card h3 {
    font-size: clamp(1.35rem, 1.7vw, 2rem);
}

.speaker-card .text-uppercase {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
}

.speaker-card-blurb {
    color: rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(216, 255, 85, 0.36);
    padding-left: 1rem;
}

.voice-carousel-wrap {
    max-width: 980px;
}

.voice-slide {
    min-height: 230px;
    display: grid;
    align-content: center;
    border: 1px solid rgba(48, 144, 166, 0.16);
}

.voice-slide-orange {
    border-left: 0.45rem solid var(--color-orange);
}

.voice-slide-turquoise {
    border-left: 0.45rem solid var(--color-turquoise);
}

.voice-quote {
    font-size: clamp(1.05rem, 1.35vw, 1.35rem);
    font-weight: 400;
    line-height: 1.45;
}

.voice-img {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 1.4rem;
    max-width: 150px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-orange);
}

.slider-btn {
    width: 42px;
    height: 42px;
    font-size: 1.75rem;
    line-height: 1;
}

.bullet-icon {
    width: 22px;
    height: 26px;
    flex: 0 0 auto;
    margin-top: 0.15rem;
    background-color: var(--color-web-blue);
    mask: url("images/Bulletpoint-Arrow.svg") center / contain no-repeat;
    -webkit-mask: url("images/Bulletpoint-Arrow.svg") center / contain no-repeat;
}

.location-card img {
    max-height: 680px;
    min-height: 520px;
    object-position: center;
}

.partner-logo-card {
    min-height: 190px;
    background: #fff;
}

.partner-logo-card img {
    max-height: 86px;
    width: 100%;
    object-fit: contain;
}

.ticket-card {
    border: 1px solid rgba(255, 255, 255, 0.38);
    box-shadow: 0 24px 70px rgba(21, 60, 64, 0.16);
}

.ticket-card-active {
    transform: translateY(-0.5rem);
}

.ticket-label {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1;
}

.ticket-price {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 0.95;
}

.ticket-price-current {
    color: var(--color-web-blue);
}

.ticket-price-old {
    display: inline-block;
    margin-left: 0.7rem;
    color: rgba(21, 60, 64, 0.45);
    font-size: 0.45em;
    text-decoration: line-through;
    text-decoration-thickness: 0.08em;
    vertical-align: 0.18em;
}

.ticket-action-panel {
    background: rgba(21, 60, 64, 0.06);
    border: 1px solid rgba(21, 60, 64, 0.08);
}

.ticket-stepper-btn,
.ticket-stepper-value {
    display: inline-grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.72rem;
    background: #fff;
    color: #153c40;
    box-shadow: 0 0.35rem 1rem rgba(21, 60, 64, 0.08);
}

.ticket-stepper-btn {
    border: 1px solid rgba(21, 60, 64, 0.08);
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 800;
}

.ticket-stepper-btn:hover,
.ticket-stepper-btn:focus-visible {
    background: var(--color-lime);
    border-color: var(--color-lime);
}

.ticket-stepper-btn:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(56, 148, 169, 0.22);
}

.ticket-stepper-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.72);
}

.ticket-stepper-value {
    min-width: 2.75rem;
    font-size: 1.12rem;
}

.ticket-action-price {
    min-width: 8rem;
    color: #153c40;
    font-size: clamp(1.35rem, 2.1vw, 1.8rem);
}

.ticket-price-note {
    max-width: 11rem;
    color: rgba(21, 60, 64, 0.58);
    font-size: 0.78rem;
    line-height: 1.25;
}

.ticket-check {
    display: inline-grid;
    flex: 0 0 auto;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: var(--color-lime);
    color: #153c40;
    font-weight: 900;
}

.contact-card {
    box-shadow: 0 24px 70px rgba(21, 60, 64, 0.16);
}

.contact-avatar {
    display: grid;
    place-items: center;
    width: clamp(7rem, 12vw, 10rem);
    aspect-ratio: 1;
    border-radius: 2rem;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    line-height: 1;
}

.contact-photo {
    display: block;
    object-fit: cover;
}

.footer-logo {
    width: min(180px, 48vw);
    height: auto;
}

.social-icon {
    width: clamp(42px, 5vw, 64px);
    height: auto;
}

li.nav-item {
    display: flex;
    align-items: center;
}

.fst-italic {
    font-style: inherit !important;
    font-weight: 800;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 96%;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 90%;
    }
}

@media (min-width: 1990px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 80%;
    }
}

@media (max-width: 767.98px) {
    .fixed-top {
        top: 2.35rem;
    }

    .early-bird-bar {
        font-size: 0.66rem;
        line-height: 1.1;
    }

    .early-bird-bar .container {
        flex-wrap: nowrap !important;
        gap: 0.35rem !important;
        max-width: 100%;
        white-space: nowrap;
    }

    .early-bird-bar .opacity-75 {
        display: none;
    }

    .early-bird-countdown {
        padding: 0.08rem 0.4rem;
    }

    .early-bird-badge {
        font-size: 0.55rem;
    }

    .nav-ticket-mobile .early-bird-badge {
        top: -0.5rem;
        right: 0.2rem;
    }

    .hero-btn .early-bird-badge {
        right: 0.4rem;
    }

    .ticket-label {
        position: static;
        display: inline-flex;
        margin-bottom: 1rem;
    }

    .ticket-card-active {
        transform: none;
    }

    .ticket-stepper-btn,
    .ticket-stepper-value {
        width: 2.45rem;
        height: 2.45rem;
        border-radius: 0.65rem;
    }

    .ticket-action-price {
        min-width: 6.4rem;
        font-size: 1.25rem;
    }

    .cta-line {
        width: 160px;
        right: 0;
        bottom: -2.5rem;
        top: auto;
        transform: rotate(-8deg);
        opacity: 0.5;
    }

    .location-card {
        transform: none !important;
    }

    .location-card img {
        min-height: 360px;
        object-position: center;
    }
}

@media (max-width: 374.98px) {
    #mainNav > .container {
        gap: 0.5rem;
    }

    .mobile-brand-logo {
        max-height: 68px;
    }

    .navbar-shell {
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important;
    }

    .nav-ticket-mobile {
        padding-left: 0.9rem !important;
        padding-right: 0.9rem !important;
    }
}

@media (max-width: 991.98px) {
    #mainNav > .container {
        display: flex;
        align-items: flex-start !important;
        justify-content: space-between;
        gap: 1rem;
    }

    .navbar-shell {
        width: auto;
        margin-left: auto;
        background: rgba(35, 74, 82, 0.96);
    }

    #navItems {
        padding-top: 0.75rem;
        min-width: 0;
    }

    #navItems .navbar-nav {
        align-items: flex-end;
        text-align: right;
    }

    .mobile-nav-row {
        min-height: 3.25rem;
    }

    .mobile-brand-link {
        flex: 0 0 auto;
    }

    .mobile-brand-outside {
        margin-top: 0.1rem;
    }

    .mobile-brand-logo {
        max-height: 84px;
    }

    .nav-ticket-btn {
        display: inline-flex;
        width: auto;
        margin-top: 0;
        align-items: center;
        justify-content: center;
        padding-top: 0.85rem;
        padding-bottom: 0.85rem;
    }

    .hero-content .row {
        min-height: auto !important;
        padding-top: 4rem;
    }

    .hero-title {
        font-size: clamp(2.4rem, 13vw, 4.6rem);
        line-height: 1;
    }

    .hero-copy {
        font-size: 1.25rem !important;
    }

    .hero-btn {
        min-width: min(100%, 22rem);
        font-size: 1rem;
    }

    .display-1 {
        font-size: 4rem;
    }

    .speaker-card-img {
        aspect-ratio: 4 / 3;
    }

    .voice-slide {
        min-height: auto;
    }

    .image-stack {
        display: grid;
        gap: 1rem;
        min-height: auto;
    }

    .image-stack-card {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        transform: none !important;
        border-radius: 1.5rem;
    }

    .image-stack-main {
        aspect-ratio: 4 / 5;
    }
}

@media (min-width: 992px) {
    .navbar-shell {
        width: auto;
        margin-left: auto;
    }

    #navItems {
        gap: 2rem;
    }
}
