:root {
    --navy: #071b3d;
    --blue: #249ce2;
    --yellow: #ffc20c;
    --orange: #ff5b25;
    --green: #43a047;
    --paper: #fbfaf6;
    --line: rgba(30, 105, 185, .18);
    --shadow: 0 16px 34px rgba(8, 27, 61, .14);
}


/* Homepage-inspired visual system shared by inner pages. */

body:not(.home-page) {
    background: #fbfaf6 center top / 100% auto repeat-y;
}

body:not(.home-page) .wrap,
body:not(.home-page) .nav {
    width: min(1440px, calc(100% - 84px));
}

body:not(.home-page) .nav {
    min-height: 122px;
    grid-template-columns: 250px 1fr auto;
}

body:not(.home-page) .nav.scrolled {
    min-height: 92px;
    background: rgba(251, 250, 246, .9);
}

body:not(.home-page) .logo img {
    width: 225px;
}

body:not(.home-page) .page>section,
body:not(.home-page) .page>header {
    position: relative;
    border-radius: 20px;
}


/* Build-a-Bear workshop — composed from the supplied workshop asset pack. */

.workshop-page {
    --ws-navy: #071833;
    --ws-orange: #ff5a20;
    --ws-yellow: #ffc31c;
    background: #fbfaf6 center top / 100% auto repeat-y;
    color: var(--ws-navy);
    animation: none;
}

.workshop-page::before {
    display: none;
}

.workshop-page .page {
    padding-top: 94px;
    overflow: hidden;
}

.workshop-page .wrap,
.workshop-page .nav {
    width: min(1200px, calc(100% - 40px));
}

.workshop-page .nav {
    min-height: 94px;
    grid-template-columns: 180px 1fr auto;
    gap: 18px;
    padding: 10px 0;
    background: rgba(255, 253, 248, .96);
    border-radius: 0;
}

.workshop-page .nav.scrolled {
    min-height: 78px;
    background: rgba(255, 253, 248, .93);
}

.workshop-page .logo img {
    width: 170px;
}

.workshop-page .nav-links {
    flex-wrap: nowrap;
    gap: 21px;
    font-size: 12px;
}

.workshop-page .quick-actions {
    gap: 10px;
}

.workshop-page .nav .quick {
    width: auto;
    min-width: 84px;
    min-height: 54px;
    display: flex;
    flex-direction: row;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 7px;
    box-shadow: 0 4px 10px rgba(7, 24, 51, .12);
    font-size: 11px;
}

.workshop-page .nav .quick:first-child {
    min-width: 128px;
}

.workshop-page .nav .quick .material-symbols-rounded {
    font-size: 21px;
}

.workshop-page .page>section {
    border-radius: 0;
}

.workshop-opening {
    background: #fffdf8 url('../assets/build-a-bear-workshop-assets/backgrounds/hero and secvond bg.png') center / 100% 100% no-repeat;
}

.workshop-hero {
    display: grid;
    grid-template-columns: 1fr 1.02fr;
    min-height: 525px;
    background: transparent;
}

.workshop-hero-copy {
    position: relative;
    z-index: 2;
    padding: 48px 4vw 42px max(5vw, calc((100vw - 1200px)/2));
    text-align: center;
}

.workshop-hero h1 {
    margin: 0;
    font-size: clamp(48px, 5.1vw, 78px);
    line-height: .9;
    letter-spacing: -3px;
}

.workshop-hero h1 em {
    color: var(--ws-orange);
    font-style: normal;
}

.workshop-hero h2 {
    margin: 14px 0 4px;
    font-size: clamp(23px, 2vw, 31px);
}

.workshop-hero .lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.scribble {
    position: absolute;
    left: 13px;
    top: 190px;
    color: #d5a823;
    font: 700 17px/1.2 'Trebuchet MS', sans-serif;
    transform: rotate(-7deg);
}

.workshop-features {
    display: flex;
    justify-content: center;
    gap: 26px;
    margin: 24px 0;
}

.workshop-features div {
    display: grid;
    grid-template-columns: 45px auto;
    grid-template-rows: auto auto;
    text-align: left;
}

.workshop-features img {
    grid-row: 1 / 3;
    width: 37px;
    height: 37px;
    margin-right: 7px;
}

.workshop-features b {
    font-size: 12px;
}

.workshop-features small {
    font-size: 10px;
}

.workshop-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 16px 28px;
    color: #fff;
    background: var(--ws-orange);
    border-radius: 999px;
    box-shadow: 0 7px 16px rgba(255, 90, 32, .25);
    font-weight: 900;
}

.workshop-button span {
    font-size: 24px;
    line-height: .6;
}

.workshop-hero-photo {
    position: relative;
    min-width: 0;
    overflow: hidden;
    height: 90%;
    border-radius: 100px 0 0 100px;
}

.workshop-hero-photo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop-hero-photo>p {
    position: absolute;
    right: 26px;
    bottom: 45px;
    margin: 0;
    color: #fff;
    font: 700 25px/1.05 'Trebuchet MS', sans-serif;
    text-align: center;
    transform: rotate(-4deg);
    text-shadow: 0 2px 4px #0008;
}

.journey-section {
    position: relative;
    min-height: 430px;
    padding: 25px max(5vw, calc((100vw - 1200px)/2)) 35px;
    background: transparent;
}

.workshop-heading {
    text-align: center;
}

.workshop-heading h2 {
    margin: 0;
    font-size: clamp(33px, 3.7vw, 53px);
}

.workshop-heading p {
    margin: 4px;
    font-size: 17px;
    font-weight: 700;
}

.journey-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 60px auto 0;
}

.journey-steps article {
    position: relative;
    min-width: 0;
    padding: 9px 12px 14px;
    text-align: center;
    background: rgba(255, 255, 255, .93);
    border-radius: 45% 45% 20px 20px;
    box-shadow: 0 4px 12px #25618b20;
}

.journey-steps article>span {
    position: absolute;
    top: -8px;
    left: 6px;
    z-index: 2;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: var(--ws-orange);
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 900;
}

.journey-steps article:nth-child(2)>span {
    background: #168ee2
}

.journey-steps article:nth-child(3)>span {
    background: #42af62
}

.journey-steps article:nth-child(4)>span {
    background: #f1af12
}

.journey-steps article:nth-child(5)>span {
    background: #a629d3
}

.journey-steps img {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    object-fit: contain;
}

.journey-steps h3 {
    margin: 0;
    font-size: 16px;
}

.journey-steps p {
    margin: 5px 0 0;
    font-size: 11px;
    line-height: 1.25;
}

.journey-sign {
    position: absolute;
    right: -12px;
    top: 34px;
    width: 160px;
    transform: rotate(3deg);
}

.journey-sign-text {
    position: absolute;
    right: 15px;
    top: 70px;
    width: 116px;
    font-size: 17px;
    line-height: .92;
    text-align: center;
    transform: rotate(2deg);
}

.journey-sign-text i {
    color: #e3182d;
    font-style: normal;
}

.bear-section,
.accessory-section {
    position: relative;
    padding: 28px max(5vw, calc((100vw - 1200px)/2));
    background: #fffaf0;
}

.section-title h2 {
    margin: 0;
    font-size: clamp(30px, 3vw, 46px);
}

.section-title h2 em {
    color: var(--ws-orange);
    font-style: normal;
}

.section-title p {
    margin: 0 0 18px;
    font-weight: 700;
}

.bear-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.bear-grid article {
    padding: 11px 10px 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(7, 24, 51, .07);
    text-align: center;
}

.bear-grid img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}

.bear-grid h3 {
    margin: 3px 0 10px;
    font-size: 14px;
}

.bear-grid a {
    display: block;
    padding: 9px;
    background: var(--ws-yellow);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
}

.accessory-section {
    background: #fff;
}

.view-all {
    position: absolute;
    right: max(5vw, calc((100vw - 1200px)/2));
    top: 50px;
    color: #126bb1;
    font-size: 13px;
    font-weight: 900;
}

.accessory-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 7px;
}

.accessory-grid article {
    min-width: 0;
    padding: 8px 5px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 3px 12px #07183310;
    text-align: center;
}

.accessory-grid img {
    width: 100%;
    height: 92px;
    object-fit: contain;
}

.accessory-grid h3 {
    margin: 5px 0;
    font-size: 10px;
}

.workshop-cta {
    position: relative;
    display: grid;
    grid-template-columns: 250px 1fr 180px 150px;
    align-items: center;
    gap: 17px;
    min-height: 300px;
    padding: 20px max(3vw, calc((100vw - 1240px)/2));
    overflow: hidden;
    padding-bottom: 0;
    background: #d9f3ff url('../assets/build-a-bear-workshop-assets/backgrounds/cta-hills-landscape.webp') center bottom / cover no-repeat;
}

.cta-mascot {
    align-self: end;
    width: 245px;
    max-height: 285px;
    object-fit: contain;
}

.cta-sign {
    position: absolute;
    left: max(1vw, calc((100vw - 1310px)/2));
    top: 30px;
    padding: 12px 25px;
    background: #c87d35;
    border: 7px solid #8a501f;
    border-radius: 5px;
    box-shadow: 0 4px 10px #0004;
    font-size: 18px;
    line-height: 1.06;
    font-weight: 900;
    text-align: center;
    transform: rotate(-7deg);
}

.cta-sign span {
    color: #d91c2b;
}

.cta-copy {
    text-align: center;
}

.cta-copy h2 {
    margin: 0;
    font-size: clamp(30px, 3vw, 46px);
    line-height: 1;
}

.cta-copy p {
    font-size: 14px;
    font-weight: 700;
}

.workshop-cta figure {
    margin: 0;
    padding: 8px 8px 12px;
    background: #fff;
    box-shadow: 0 4px 14px #0003;
    transform: rotate(-4deg);
}

.workshop-cta figure:last-child {
    transform: rotate(5deg);
}

.workshop-cta figure img {
    width: 100%;
    aspect-ratio: 1.05;
    object-fit: cover;
}

.workshop-cta figcaption {
    padding-top: 6px;
    font-size: 11px;
    font-weight: 900;
}

.workshop-footer {
    margin: 0;
    padding: 28px 0 0;
    color: var(--ws-navy);
    background: #fffdf8;
}

.workshop-footer .footer-grid {
    grid-template-columns: 1.4fr repeat(3, 1fr) .8fr;
    gap: 35px;
    padding-bottom: 24px;
}

.workshop-footer img {
    width: 155px;
}

.workshop-footer p,
.workshop-footer a {
    color: var(--ws-navy);
    font-size: 11px;
}

.workshop-footer nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.workshop-footer b {
    color: #c77d14;
    font-size: 11px;
}

.footer-note {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 31px;
}

.footer-note span {
    color: #167ac2;
    font: 700 18px/1.08 'Trebuchet MS', sans-serif;
    transform: rotate(-5deg);
}

.hazard {
    height: 28px;
    background: url('../assets/build-a-bear-workshop-assets/props/hazard-stripe.webp') center/auto 100% repeat-x;
}

@media (max-width: 1180px) {
    .workshop-page .nav,
    .workshop-page .nav.scrolled {
        width: 100%;
        min-height: 82px;
        padding: 10px 70px 10px 20px;
        background: #fffdf8;
    }
    .workshop-page .nav .logo img {
        width: 150px;
    }
    .workshop-page .page {
        padding-top: 82px;
    }
    .journey-sign,
    .journey-sign-text {
        display: none;
    }
    .journey-steps {
        max-width: 100%;
    }
    .bear-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .accessory-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .workshop-cta {
        grid-template-columns: 210px 1fr 160px;
    }
    .workshop-cta figure:last-child {
        display: none;
    }
    .workshop-footer .footer-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .footer-note {
        display: none;
    }
}

@media (max-width: 760px) {
    .workshop-page .page {
        padding-top: 82px;
    }
    .workshop-hero {
        grid-template-columns: 1fr;
    }
    .workshop-hero-copy {
        padding: 36px 18px;
    }
    .workshop-hero h1 {
        font-size: clamp(45px, 14vw, 68px);
    }
    .scribble {
        display: none;
    }
    .workshop-hero-photo {
        min-height: 390px;
    }
    .journey-section {
        padding: 120px 16px 35px;
    }
    .journey-steps {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 10px 0 18px;
    }
    .journey-steps article {
        min-width: 190px;
        scroll-snap-align: center;
    }
    .bear-section,
    .accessory-section {
        padding: 27px 16px;
    }
    .bear-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bear-grid img {
        height: 145px;
    }
    .view-all {
        position: static;
        display: block;
        margin: -9px 0 17px;
    }
    .accessory-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .accessory-grid img {
        height: 120px;
    }
    .workshop-cta {
        grid-template-columns: 1fr 1fr;
        padding: 25px 16px 0;
    }
    .cta-mascot {
        grid-row: 2;
        width: 210px;
    }
    .cta-sign {
        left: 7px;
        top: auto;
        bottom: 155px;
        font-size: 14px;
    }
    .cta-copy {
        grid-column: 1/-1;
    }
    .workshop-cta figure {
        grid-row: 2;
    }
    .workshop-cta figure:last-child {
        display: none;
    }
    .workshop-footer .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .workshop-footer .footer-grid>div:first-child {
        grid-column: 1/-1;
    }
}

@media (max-width: 430px) {
    .workshop-features {
        gap: 11px;
    }
    .workshop-features div {
        grid-template-columns: 34px auto;
    }
    .workshop-features img {
        width: 29px;
        height: 29px;
    }
    .workshop-hero-photo {
        min-height: 320px;
    }
    .bear-grid img {
        height: 125px;
    }
    .workshop-cta {
        grid-template-columns: 1fr;
    }
    .cta-mascot {
        justify-self: center;
    }
    .workshop-cta figure {
        display: none;
    }
    .cta-sign {
        left: 25px;
        bottom: 145px;
    }
}

.tickets-page {
    padding-bottom: 70px;
}

.tickets-hero {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    min-height: 500px;
    overflow: hidden;
    background: #dff2ff url('../assets/backgrounds/hero-bg.png') center / cover no-repeat;
}

.tickets-hero>div {
    z-index: 1;
    padding: clamp(32px, 5vw, 76px);
}

.tickets-hero span,
.booking-heading small,
.ticket-reminder span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 900;
}

.tickets-hero h1 {
    margin: 14px 0 18px;
    font-size: clamp(52px, 6vw, 92px);
    line-height: .88;
    letter-spacing: -4px;
}

.tickets-hero h1 em {
    color: var(--orange);
    font-style: normal;
}

.tickets-hero p {
    max-width: 530px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.55;
}

.tickets-hero>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: start;
    margin-top: 34px;
}

.booking-card,
.booking-summary,
.booking-help {
    border: 1px solid rgba(8, 27, 61, .1);
    border-radius: 20px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 16px 34px rgba(8, 27, 61, .1);
}

.booking-card {
    padding: clamp(24px, 4vw, 52px);
}

.booking-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.booking-heading>span {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--yellow);
    font-size: 20px;
    font-weight: 900;
}

.booking-heading h2 {
    margin: 3px 0 0;
    font-size: clamp(28px, 3vw, 42px);
}

.ticket-heading {
    margin-top: 42px;
}

.visit-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 22px;
}

.booking-card label {
    display: grid;
    gap: 8px;
    font-weight: 900;
}

.booking-card input,
.booking-card select,
.booking-card textarea {
    width: 100%;
    min-height: 54px;
    padding: 12px 14px;
    color: var(--navy);
    border: 2px solid #d5e4ee;
    border-radius: 10px;
    background: #fff;
    font: inherit;
}

.booking-card input:focus,
.booking-card select:focus,
.booking-card textarea:focus {
    border-color: var(--blue);
    outline: 3px solid rgba(36, 156, 226, .18);
}

.ticket-options {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.ticket-options article {
    display: grid;
    grid-template-columns: 1fr auto 80px;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid #dbe7ee;
    border-radius: 12px;
    background: #fafdff;
}

.ticket-options h3,
.ticket-options p {
    margin: 0;
}

.ticket-options p {
    margin-top: 5px;
    color: #526079;
    font-weight: 700;
}

.ticket-options strong {
    color: #1e6fc3;
    font-size: 20px;
}

.booking-note {
    margin-top: 26px;
}

.booking-note textarea {
    min-height: 110px;
    resize: vertical;
}

.booking-submit {
    display: flex;
    width: 100%;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 22px;
    color: var(--navy);
    border: 0;
    border-radius: 10px;
    background: var(--yellow);
    box-shadow: 0 7px 0 #d99f00;
    font: inherit;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
}

.booking-aside {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 112px;
}

.booking-summary {
    padding: 30px;
    background: #06345c url('../assets/backgrounds/cta-bg.png') center / cover no-repeat;
    color: #fff;
}

.booking-summary>span {
    color: var(--yellow);
    font-size: 48px;
}

.booking-summary h2 {
    margin-bottom: 8px;
    font-size: 30px;
}

.booking-summary ul {
    display: grid;
    gap: 12px;
    padding: 0;
    list-style: none;
}

.booking-summary li::before {
    content: '✓';
    margin-right: 9px;
    color: var(--yellow);
    font-weight: 900;
}

.booking-help {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    padding: 22px;
}

.booking-help img {
    padding: 10px;
    border-radius: 50%;
    background: #e3f4ff;
}

.booking-help h3,
.booking-help p {
    margin: 0 0 7px;
}

.booking-help a {
    color: #1e6fc3;
    font-weight: 900;
}

.ticket-reminder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 34px;
    padding: 34px 44px;
    background: #fff1b5 url('../assets/backgrounds/birthday-bg.png') center / cover no-repeat;
}

.ticket-reminder h2 {
    margin: 8px 0 0;
    font-size: clamp(30px, 4vw, 52px);
}

.ticket-reminder .pill {
    flex: 0 0 auto;
    background: var(--orange);
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

@media (max-width: 900px) {
    body:not(.home-page) .wrap,
    body:not(.home-page) .nav {
        width: min(100% - 32px, 1440px);
    }
    .tickets-hero,
    .booking-layout {
        grid-template-columns: 1fr;
    }
    .tickets-hero>img {
        height: 340px;
        clip-path: none;
    }
    .booking-aside {
        position: static;
    }
}

@media (max-width: 600px) {
    .tickets-hero h1 {
        letter-spacing: -2px;
    }
    .visit-fields,
    .ticket-options article {
        grid-template-columns: 1fr;
    }
    .ticket-options article label {
        width: 100px;
    }
    .ticket-reminder {
        align-items: flex-start;
        flex-direction: column;
        padding: 28px 22px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--navy);
    background: url("../assets/backgrounds/blueprint-paper.svg"), linear-gradient(90deg, var(--line) 1px, transparent 1px), linear-gradient(0deg, var(--line) 1px, transparent 1px), var(--paper);
    background-size: 280px 280px, 48px 48px, 48px 48px, auto;
    font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif;
    animation: page-enter .52s ease both;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
    background: url("../assets/backgrounds/blueprint-paper.svg"), var(--paper);
    background-size: 280px 280px, auto;
    clip-path: inset(100% 0 0);
    transition: clip-path .46s cubic-bezier(.76, 0, .24, 1);
}

body.is-leaving::before {
    clip-path: inset(0);
}

body.is-leaving .page,
body.is-leaving footer {
    transform: translateY(-12px);
    opacity: .18;
    transition: opacity .28s ease, transform .28s ease;
}

body.is-loading {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.material-symbols-rounded {
    font-family: "Material Symbols Rounded", "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
    direction: ltr;
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.wrap {
    width: min(1810px, calc(100% - 84px));
    margin-inline: auto;
}

.site-loader {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    place-items: center;
    background: var(--paper);
}

.site-loader.is-visible {
    display: grid;
}

.loader-card {
    display: grid;
    justify-items: center;
    gap: 16px;
}

.loader-card strong {
    color: var(--navy);
    font-size: clamp(54px, 7vw, 96px);
    line-height: .9;
    opacity: 0;
}

.loader-card span {
    width: min(240px, 52vw);
    height: 8px;
    border-radius: 999px;
    background: var(--yellow);
}

.loader-card img {
    width: 230px;
}

.topline {
    padding: 23px 0 10px;
    color: #1f6fc3;
    font-family: Consolas, monospace;
    font-size: 15px;
    letter-spacing: 0;
}

.page {
    overflow: hidden;
    padding-top: 162px;
}

.nav {
    position: fixed;
    top: 0;
    left: 50%;
    width: min(1810px, calc(100% - 84px));
    transform: translateX(-50%);
    z-index: 20;
    min-height: 142px;
    display: grid;
    grid-template-columns: 315px 1fr auto;
    align-items: center;
    gap: 28px;
    padding-block: 10px;
    border: 1px solid transparent;
    border-radius: 0 0 22px 22px;
    padding: 20px;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(0px);
    transition: border-color .3s ease, box-shadow .3s ease, background-color .3s ease, min-height .3s ease;
}

.nav.scrolled {
    min-height: auto;
    border-color: rgba(8, 27, 61, .08);
    background: rgba(251, 250, 246, .78);
    box-shadow: 0 14px 38px rgba(8, 27, 61, .14);
    backdrop-filter: blur(16px);
}

.logo img {
    width: 275px;
    /* margin-left: -25px; */
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 31px;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 9px 0;
    transition: color .22s ease, transform .22s ease;
}

.nav-links a:hover {
    color: #1e6fc3;
    transform: translateY(-2px);
}

.dropdown-icon {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform .22s ease;
}

.nav-links a:hover .dropdown-icon {
    transform: translateY(1px) rotate(225deg);
}

.nav-links .active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: var(--yellow);
    border-radius: 999px;
}

.quick-actions {
    display: flex;
    gap: 18px;
}

.quick {
    position: relative;
    overflow: hidden;
    width: 136px;
    min-height: 132px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    padding: 16px 12px;
    color: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow);
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.quick::after,
.party-buttons .blue::after,
.member-cta::after {
    content: "";
    position: absolute;
    inset: -20% auto -20% -45%;
    width: 32%;
    transform: skewX(-18deg);
    background: rgba(255, 255, 255, .34);
    opacity: 0;
}

.quick:hover {
    transform: translateY(-5px) rotate(-1deg);
    box-shadow: 0 20px 36px rgba(8, 27, 61, .18);
    filter: saturate(1.08);
}

.quick:hover::after,
.party-buttons .blue:hover::after,
.member-cta:hover::after {
    opacity: 1;
    animation: shine .62s ease forwards;
}

.quick:active,
.pill:active,
.party-buttons a:active,
.member-cta:active {
    transform: scale(.97);
}

.quick:hover .material-symbols-rounded {
    animation: icon-pop .42s ease;
}

.quick .material-symbols-rounded {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    font-size: 0;
    font-variation-settings: "FILL" 0;
    background: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.icon-ticket {
    --icon: url("../assets/icons/book-tickets.svg");
}

.icon-cake {
    --icon: url("../assets/icons/birthday-cake.svg");
}

.icon-groups {
    --icon: url("../assets/icons/membership.svg");
}

.icon-waiver {
    --icon: url("../assets/icons/waiver.svg");
}

.quick.yellow {
    background: var(--yellow);
    color: #071b3d;
}

.quick.orange {
    background: var(--orange);
}

.quick.blue {
    background: var(--blue);
}

.quick.green {
    background: var(--green);
}

.menu-toggle,
.menu-button,
.mobile-menu-button {
    display: none;
}

.mobile-menu-button {
    position: fixed;
    top: 18px;
    right: 14px;
    z-index: 40;
    width: 42px;
    height: 42px;
    margin: 0;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(var(--navy), var(--navy)) center 14px / 22px 3px no-repeat, linear-gradient(var(--navy), var(--navy)) center 20px / 22px 3px no-repeat, linear-gradient(var(--navy), var(--navy)) center 26px / 22px 3px no-repeat, var(--yellow);
    box-shadow: 0 10px 22px rgba(8, 27, 61, .14);
    cursor: pointer;
}

.mobile-menu-button.is-open {
    border-radius: 50%;
    background: linear-gradient(45deg, transparent calc(50% - 2px), var(--navy) calc(50% - 2px), var(--navy) calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(-45deg, transparent calc(50% - 2px), var(--navy) calc(50% - 2px), var(--navy) calc(50% + 2px), transparent calc(50% + 2px)), var(--yellow);
}

.hero {
    display: grid;
    grid-template-columns: .76fr 1fr;
    gap: 65px;
    padding: 38px 0 66px;
    border: 1px solid var(--line);
    border-left: 0;
    border-right: 0;
}

.tag,
section>span,
.section-head span,
.membership span,
.cta span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 800;
}

.tag {
    display: inline-block;
    padding: 10px 17px;
    border: 2px solid #2a8ee3;
    background: #fff;
    font-size: 19px;
}

h1,
h2,
h3,
p {
    margin: 0;
}

.hero h1 {
    margin: 22px 0 23px;
    max-width: 650px;
    font-size: clamp(78px, 7vw, 142px);
    line-height: .88;
    font-weight: 1000;
}

.hero h1 em {
    color: var(--yellow);
    font-style: normal;
}

.hero h1 strong {
    display: block;
    color: var(--blue);
    font-weight: inherit;
}

.hero-copy>p {
    font-size: clamp(30px, 2.25vw, 50px);
    line-height: 1.02;
    font-weight: 1000;
}

.underline {
    width: 295px;
    height: 8px;
    margin: 22px 0 52px;
    background: repeating-linear-gradient(90deg, var(--yellow) 0 33px, transparent 33px 45px);
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 640px;
}

.stats article {
    display: grid;
    place-items: center;
    gap: 13px;
    text-align: center;
    font-size: 24px;
    line-height: 1.06;
}

.stats img {
    width: 88px;
    height: 88px;
    object-fit: contain;
    padding: 14px;
    border: 2px solid #85c8f5;
    border-radius: 50%;
    background: #fff;
}

.hero-gallery {
    display: grid;
    grid-template-columns: 1.22fr .96fr;
    grid-template-rows: 1fr 1fr;
    gap: 18px;
}

.hero-gallery figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 28px;
    box-shadow: var(--shadow);
    background: #ddd;
}

.hero-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-main {
    grid-row: span 2;
    aspect-ratio: 620 / 960;
}

.hero-gallery figure:not(.hero-main) {
    aspect-ratio: 440 / 420;
}

figcaption {
    position: absolute;
    top: 14px;
    left: 22px;
    padding: 6px 18px;
    color: #1e6fc3;
    background: #fff;
    border-radius: 5px;
    font-family: Consolas, monospace;
    font-size: 21px;
    font-weight: 900;
}

figcaption b {
    margin-right: 16px;
}

.attractions {
    padding: 60px 0 50px;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 24px;
}

h2 {
    font-size: clamp(40px, 3.25vw, 66px);
    line-height: .98;
    font-weight: 1000;
}

.section-head p,
.birthday>.wrap>p,
.membership p,
.lounge>div>p,
.cta p {
    margin-top: 8px;
    font-size: 20px;
}

.pill,
.party-buttons a,
.member-cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 57px;
    padding: 0 35px;
    border-radius: 999px;
    background: var(--yellow);
    color: #071b3d;
    font-weight: 1000;
    box-shadow: 0 9px 0 rgba(255, 194, 12, .2);
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.pill:hover,
.party-buttons a:hover,
.member-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 13px 26px rgba(8, 27, 61, .16);
}

.cards {
    position: relative;
    overflow: hidden;
    padding: 3px 72px 28px 0;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.cards.dragging {
    cursor: grabbing;
}

.cards-track {
    display: flex;
    gap: 24px;
    align-items: stretch;
}

.attraction {
    width: clamp(285px, 18.3vw, 350px);
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(8, 27, 61, .12);
    transition: width .45s ease, background-color .35s ease, color .35s ease, box-shadow .35s ease, transform .24s ease;
}

.card-img {
    width: 100%;
    height: 232px;
    object-fit: cover;
    transition: height .45s ease;
}

.attraction:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(8, 27, 61, .18);
}

.attraction:hover .card-img {
    transform: scale(1.05);
}

.card-body {
    display: flex;
    gap: 14px;
    padding: 18px;
}

.card-body>img {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    padding: 12px;
    border-radius: 50%;
    background: var(--blue);
    transition: transform .24s ease;
}

.attraction:hover .card-body>img {
    transform: scale(1.08);
}

.card-body h3 {
    font-size: 23px;
    line-height: 1.02;
    transition: transform .24s ease;
}

.attraction:hover h3 {
    transform: translateY(-2px);
}

.card-body p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.35;
    color: #36425b;
}

.attraction small {
    display: none;
    position: absolute;
    top: 12px;
    left: 15px;
    z-index: 2;
    padding: 5px 13px;
    color: var(--yellow);
    background: var(--navy);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 1000;
}

.attraction.featured {
    width: clamp(430px, 28vw, 540px);
    background: var(--navy);
    color: #fff;
    box-shadow: 0 18px 42px rgba(8, 27, 61, .22);
}

.attraction.featured small {
    animation: badge-pulse .72s ease 1;
}

.attraction.featured .card-img {
    height: 282px;
}

.attraction.featured small {
    display: block;
}

.attraction.featured .card-body {
    align-items: center;
}

.attraction.featured p {
    color: #fff;
}

.slider-btn {
    position: absolute;
    top: 43%;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--navy);
    box-shadow: var(--shadow);
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}

.slider-btn:hover {
    transform: translateY(-2px) scale(1.04);
}

.slider-prev {
    left: 8px;
}

.slider-next {
    right: 8px;
}

.slider-btn .material-symbols-rounded {
    width: 13px;
    height: 13px;
    border-top: 3px solid currentColor;
    border-left: 3px solid currentColor;
}

.slider-prev .material-symbols-rounded {
    transform: translateX(2px) rotate(-45deg);
}

.slider-next .material-symbols-rounded {
    transform: translateX(-2px) rotate(135deg);
}

.birthday {
    margin-top: 10px;
    background: url("../assets/backgrounds/little-builders-crane-transparent.png") no-repeat calc(100% - 10px) center / min(780px, 52vw) auto, url("../assets/backgrounds/birthday-yellow-grid.svg"), var(--yellow);
    background-position: calc(100% + 80px) -18px, 0 0;
    border-radius: 0 0 22px 22px;
}

.birthday,
.lounge>img,
.room-grid img,
.card-img,
.cta,
footer {
    will-change: transform, opacity;
}

.birthday-inner {
    position: relative;
    padding: 50px 0 46px;
}

.birthday span {
    color: var(--navy);
}

.room-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    /* max-width: 1140px; */
    margin-top: 26px;
}

.room-grid article {
    padding: 22px 22px 18px;
    background: #fff;
    border-radius: 19px;
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform .24s ease, box-shadow .24s ease;
}

.room-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 36px rgba(255, 194, 12, .35);
}

.room-grid img {
    width: 100%;
    aspect-ratio: 409 / 218;
    object-fit: cover;
    border-radius: 12px;
    transition: transform .28s ease;
}

.room-grid article:hover img {
    transform: scale(1.04);
}

.room-grid h3 {
    margin-top: 13px;
    font-size: 27px;
}

.party-buttons {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

.party-buttons a {
    min-width: 320px;
    color: #fff;
}

.party-buttons .orange {
    background: var(--orange);
}

.party-buttons .blue {
    background: var(--blue);
}

.lounge {
    display: grid;
    grid-template-columns: .43fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 42px 0 34px;
}

.lounge h2 {
    margin-top: 9px;
}

.lounge ul {
    margin: 18px 0 26px;
    padding: 0;
    list-style: none;
}

.lounge li {
    margin: 9px 0;
    font-size: 17px;
}

.lounge li::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--yellow);
    font-weight: 1000;
}

.lounge>img {
    width: 100%;
    aspect-ratio: 1040 / 345;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow);
}

.membership {
    background: url("../assets/Membership/membership-blueprint-background.png") center / cover no-repeat, #e5f3df;
    border-radius: 24px;
}

.membership-inner {
    min-height: 230px;
    display: grid;
    grid-template-columns: 260px 1fr auto;
    gap: 28px;
    align-items: center;
    padding-top: 20px;
}

.member-child {
    align-self: end;
    max-height: 245px;
    object-fit: contain;
    object-position: bottom;
}

.perks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 880px;
    margin-top: 22px;
    background: rgba(255, 255, 255, .62);
    border: 1px solid rgba(8, 27, 61, .1);
    border-radius: 10px;
    overflow: hidden;
}

.perks article {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 18px;
    border-right: 1px solid rgba(8, 27, 61, .1);
    font-size: 13px;
}

.perks article:last-child {
    border-right: 0;
}

.perks img {
    width: 38px;
    height: 38px;
}

.member-cta {
    background: var(--green);
    color: #fff;
    min-width: 250px;
}

.cta {
    display: grid;
    grid-template-columns: 300px 1fr auto;
    align-items: center;
    gap: 38px;
    margin-top: 22px;
    padding: 26px 58px;
    background: url("../assets/backgrounds/navy-blueprint.svg"), var(--navy);
    border-radius: 18px;
    color: #fff;
}

.cta img {
    width: 250px;
    filter: drop-shadow(0 2px 0 rgba(255, 255, 255, .1));
}

.cta span {
    color: var(--yellow);
}

.cta h2 {
    font-size: clamp(34px, 2.3vw, 51px);
}

footer {
    margin-top: 18px;
    color: #fff;
    background: var(--navy);
}

.stripe {
    height: 16px;
    background: url("../assets/backgrounds/hazard-stripe.svg") repeat-x;
    background-size: auto 16px;
}

footer:hover .stripe {
    animation: conveyor 1s linear 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 72px;
    padding: 35px 0 45px;
}

footer img {
    width: 250px;
    /* margin-left: -24px; */
}

footer p,
footer a {
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.45;
}

footer nav {
    display: grid;
    align-content: start;
    gap: 7px;
}

.contact-links a {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-links .material-symbols-rounded {
    color: var(--yellow);
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    font-size: 0;
    font-variation-settings: "FILL" 1;
    background: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.icon-location {
    --icon: url("../assets/icons/location.svg");
}

.icon-phone {
    --icon: url("../assets/icons/phone.svg");
}

.icon-email {
    --icon: url("../assets/icons/email.svg");
}

.icon-hours {
    --icon: url("../assets/icons/hours.svg");
}

.icon-map {
    --icon: url("../assets/icons/playground-view.svg");
}

.icon-calendar {
    --icon: url("../assets/icons/calendar.svg");
}

.attractions-page {
    padding-bottom: 24px;
}

.attractions-hero {
    display: grid;
    grid-template-columns: .78fr 1.05fr;
    gap: clamp(34px, 5vw, 95px);
    align-items: center;
    padding: 46px 0 52px;
}

.attractions-copy>span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 900;
}

.attractions-copy h1 {
    margin-top: 22px;
    font-size: clamp(58px, 4.5vw, 95px);
    line-height: .98;
    font-weight: 1000;
}

.attractions-copy h1 em {
    color: var(--yellow);
    font-style: normal;
}

.attractions-copy p {
    max-width: 650px;
    margin-top: 22px;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.35;
    font-weight: 800;
}

.hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.hero-actions .pill,
.playground-map .pill {
    min-height: 50px;
    gap: 10px;
}

.hero-actions .material-symbols-rounded,
.playground-map .material-symbols-rounded {
    width: 22px;
    height: 22px;
    font-size: 0;
    background: currentColor;
    -webkit-mask: var(--icon) center / contain no-repeat;
    mask: var(--icon) center / contain no-repeat;
}

.hero-actions .map {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 9px 0 rgba(36, 156, 226, .18);
}

.attractions-hero-gallery {
    display: grid;
    grid-template-columns: 1.08fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.attractions-hero-gallery figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.attractions-hero-gallery .big {
    grid-row: span 2;
}

.attractions-hero-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attractions-hero-gallery figcaption,
.attraction-grid strong {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    display: inline-grid;
    place-items: center;
    min-width: 36px;
    height: 30px;
    padding: 0 8px;
    border-radius: 6px;
    color: #fff;
    background: var(--blue);
    font: 900 15px/1 Consolas, monospace;
}

.attraction-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow-x: auto;
    padding: 4px 2px 10px;
    margin-top: 6px;
    margin-bottom: 34px;
    scrollbar-width: none;
}

.attraction-tabs::-webkit-scrollbar {
    display: none;
}

.attraction-filter {
    --filter-color: #092650;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    border: 1px solid #d9e0e5;
    border-radius: 12px;
    background: rgba(255, 255, 255, .86);
    color: var(--filter-color);
    font: inherit;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.attraction-filter__icon {
    width: 24px;
    height: 24px;
    display: grid;
    flex: 0 0 24px;
    place-items: center;
}

.attraction-filter__icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.attraction-filter--dig {
    --filter-color: #ffb900;
}

.attraction-filter--climb {
    --filter-color: #ff6545;
}

.attraction-filter--stem {
    --filter-color: #2da7e8;
}

.attraction-filter--rides {
    --filter-color: #50a657;
}

.attraction-filter--parents {
    --filter-color: #62b5ed;
}

.attraction-filter:hover {
    border-color: var(--filter-color);
    box-shadow: 0 8px 20px rgba(9, 38, 80, .1);
    transform: translateY(-2px);
}

.attraction-filter.is-active {
    color: #fff;
    background: #092650;
    border-color: #092650;
    box-shadow: var(--shadow);
}

.attraction-filter:focus-visible {
    outline: 3px solid rgba(45, 167, 232, .35);
    outline-offset: 3px;
}

.featured-sandpit {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 44px;
    align-items: center;
    padding: 20px;
    border: 3px solid var(--navy);
    border-radius: 16px;
    background: rgba(255, 255, 255, .82);
}

.featured-sandpit>img {
    width: 100%;
    aspect-ratio: 760 / 400;
    object-fit: cover;
    border-radius: 10px;
}

.featured-sandpit h2,
.playground-map h2,
.play-day h2 {
    font-size: clamp(38px, 3vw, 56px);
}

.featured-sandpit p {
    max-width: 620px;
    margin-top: 18px;
    font-weight: 800;
    line-height: 1.45;
}

.sandpit-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 40px;
}

.sandpit-points span {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
    font-weight: 900;
}

.sandpit-points img {
    width: 64px;
    height: 64px;
    padding: 14px;
    border: 1px solid #9bd3fb;
    border-radius: 50%;
}

.seal {
    position: absolute;
    top: 22px;
    right: 28px;
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--yellow);
    color: var(--navy);
    text-align: center;
    font-size: 11px;
    line-height: 1.2;
    transform: rotate(14deg);
}

.attraction-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(290px, 14vw, 350px), 1fr));
    gap: clamp(14px, 1.4vw, 22px);
    margin-top: 32px;
}

.attraction-grid article {
    position: relative;
    overflow: hidden;
    min-height: clamp(270px, 22vw, 330px);
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(8, 27, 61, .1);
}

.attraction-grid img {
    width: 100%;
    aspect-ratio: 235 / 144;
    object-fit: cover;
}

.attraction-grid article>div {
    padding: clamp(13px, 1.1vw, 16px);
}

.attraction-grid h3 {
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.08;
}

.attraction-grid p {
    margin-top: 10px;
    color: #33405a;
    font-size: 15px;
    line-height: 1.35;
}

.playground-map {
    display: grid;
    grid-template-columns: .72fr 1.2fr .38fr;
    gap: 34px;
    align-items: center;
    margin-top: 50px;
    padding: 34px;
    border: 1px solid rgba(36, 156, 226, .35);
    border-radius: 14px;
    background: rgba(211, 235, 251, .72);
}

.playground-map p {
    margin-top: 10px;
    font-weight: 800;
}

.map-board {
    overflow: hidden;
    min-height: 260px;
    border: 4px solid #1e6fc3;
    background: rgba(255, 255, 255, .55);
}

.map-board img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    display: block;
    object-fit: contain;
}

.playground-map ul {
    margin: 0;
    padding-left: 18px;
    font-weight: 900;
    line-height: 2;
}

.play-day {
    padding: 48px 0 34px;
    text-align: center;
}

.play-day>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    margin-top: 30px;
}

.play-day article {
    display: grid;
    gap: 9px;
    justify-items: center;
}

.play-day b {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--yellow);
    color: var(--navy);
    font-size: 24px;
}

.attractions-lounge {
    grid-template-columns: 1fr .72fr;
    padding: 28px;
    border-radius: 24px;
    background: url("../assets/Membership/membership-blueprint-background.png") center / cover no-repeat, #eaf5e5;
}

.attractions-lounge>img {
    aspect-ratio: 690 / 240;
}

.admissions-page {
    padding-bottom: 24px;
}

.admissions-hero {
    display: grid;
    grid-template-columns: .78fr 1.05fr;
    gap: clamp(34px, 5vw, 95px);
    align-items: center;
    padding: 46px 0 52px;
}

.admissions-copy h1 strong {
    color: var(--blue);
}

.admissions-copy .outline,
.admissions-faq .outline {
    background: #fff;
    color: var(--blue);
    border: 2px solid rgba(36, 156, 226, .42);
    box-shadow: none;
}

.admission-hero-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 650px;
    margin-top: 48px;
}

.admission-hero-icons article,
.ticket-includes article {
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
    font-weight: 900;
}

.admission-hero-icons img,
.ticket-includes img {
    width: 54px;
    height: 54px;
    padding: 12px;
    border: 1px solid #9bd3fb;
    border-radius: 50%;
    background: #fff;
}

.mini-head span,
.arrival-steps>span,
.admissions-faq span,
.admissions-membership span,
.group-visits span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 900;
}

.mini-head h2,
.arrival-steps h2,
.admissions-faq h2,
.admissions-membership h2,
.group-visits h2 {
    font-size: clamp(34px, 3vw, 54px);
}

.mini-head p {
    margin-top: 6px;
    font-weight: 800;
}

.admission-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 40px);
    margin-top: 32px;
}

.admission-card-grid article {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(8, 27, 61, .16);
    border-radius: 14px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 10px 26px rgba(8, 27, 61, .1);
}

.admission-card-grid .popular {
    border: 2px solid var(--yellow);
}

.admission-card-grid small {
    position: absolute;
    top: -12px;
    left: 50%;
    min-width: 130px;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--navy);
    text-align: center;
    font-weight: 1000;
    transform: translateX(-50%);
}

.admission-card-grid article>img {
    width: 74px;
    height: 74px;
    padding: 14px;
    border: 2px solid #9bd3fb;
    border-radius: 50%;
}

.admission-card-grid h3 {
    margin-top: 18px;
    font-size: 24px;
}

.admission-card-grid p {
    margin-top: 6px;
    color: #33405a;
    font-weight: 800;
}

.admission-card-grid article>a:not(.pill) {
    display: inline-block;
    margin: 28px 0 24px;
    color: var(--blue);
    font-size: 21px;
    font-weight: 1000;
    text-decoration: none;
}

.admission-card-grid ul {
    display: grid;
    gap: 10px;
    margin: 16px 0 32px;
    padding: 0;
    list-style: none;
    font-weight: 800;
}

.admission-card-grid li::before,
.group-visits li::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--yellow);
    vertical-align: -1px;
}

.admission-card-grid .pill {
    width: min(100%, 210px);
    margin: 0 auto;
}

.price-note {
    margin-top: 22px;
    text-align: center;
    color: #33405a;
    font-weight: 900;
}

.ticket-includes {
    margin-top: 34px;
}

.ticket-includes>div:not(.mini-head) {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.arrival-steps {
    margin-top: 34px;
    padding: 32px;
    border-radius: 16px;
    background: url("../assets/backgrounds/navy-blueprint.svg"), var(--navy);
    color: #fff;
}

.arrival-steps>span {
    color: #fff;
}

.arrival-steps h2 {
    color: #fff;
}

.arrival-steps>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 28px;
}

.arrival-steps article {
    position: relative;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.arrival-steps strong {
    width: 42px;
    height: 48px;
    display: grid;
    place-items: center;
    background: var(--yellow);
    color: var(--navy);
    clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
    font-size: 22px;
}

.arrival-steps img {
    width: 70px;
    height: 70px;
    filter: brightness(0) invert(1);
}

.arrival-steps p {
    color: rgba(255, 255, 255, .86);
    font-weight: 700;
}

.good-to-know {
    margin-top: 34px;
}

.good-to-know>div:not(.mini-head) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 38px;
    margin-top: 22px;
}

.good-to-know article,
.group-visits,
.admissions-membership {
    border: 1px solid rgba(8, 27, 61, .14);
    border-radius: 14px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 8px 22px rgba(8, 27, 61, .08);
}

.good-to-know article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: center;
    padding: 22px 26px;
}

.good-to-know img {
    width: 58px;
    height: 58px;
}

.good-to-know p {
    margin-top: 5px;
    color: #33405a;
    font-weight: 800;
    line-height: 1.35;
}

.admissions-membership {
    display: grid;
    grid-template-columns: 190px 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 38px;
    padding: 20px 34px;
    border-color: rgba(67, 160, 71, .5);
    background: url("../assets/Membership/membership-blueprint-background.png") center / cover no-repeat, #eaf5e5;
}

.admissions-membership>img {
    align-self: end;
    width: 170px;
}

.admissions-membership .perks {
    max-width: 760px;
    margin-top: 18px;
}

.group-visits {
    display: grid;
    grid-template-columns: .7fr 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 34px;
    padding: 18px;
    border-color: rgba(36, 156, 226, .55);
    background: rgba(244, 251, 255, .86);
}

.group-visits>img {
    width: 100%;
    aspect-ratio: 430 / 190;
    object-fit: cover;
    border-radius: 12px;
}

.group-visits ul {
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
    font-weight: 900;
}

.admissions-faq {
    display: grid;
    grid-template-columns: .45fr .9fr;
    gap: 54px;
    margin-top: 38px;
}

.admissions-faq p {
    margin: 16px 0 24px;
    color: #33405a;
    font-weight: 800;
    line-height: 1.45;
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-list details {
    border: 1px solid rgba(8, 27, 61, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 18px rgba(8, 27, 61, .07);
}

.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    font-weight: 1000;
    cursor: pointer;
    list-style: none;
}

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

.faq-list summary::after {
    content: "+";
    font-size: 24px;
}

.faq-list details[open] summary::after {
    content: "-";
}

.faq-list details p {
    margin: 0;
    padding: 0 20px 18px;
}

.birthday-page {
    padding-bottom: 0;
}

.birthday-hero {
    display: grid;
    grid-template-columns: .78fr 1.05fr;
    gap: clamp(34px, 5vw, 95px);
    align-items: center;
    padding: 46px 0 34px;
}

.birthday-copy h1 strong {
    color: var(--blue);
}

.birthday-copy .orange,
.birthday-cta .orange {
    background: var(--orange);
    color: #fff;
    box-shadow: 0 9px 0 rgba(255, 91, 37, .18);
}

.birthday-copy .outline,
.birthday-gallery .outline,
.birthday-faq .outline {
    background: #fff;
    color: var(--blue);
    border: 2px solid rgba(36, 156, 226, .42);
    box-shadow: none;
}

.party-perks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 34px;
}

.party-perks article,
.party-extras article,
.peace-mind article {
    display: grid;
    gap: 10px;
    padding: 20px;
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 10px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 20px rgba(8, 27, 61, .08);
}

.party-perks article {
    grid-template-columns: 58px 1fr;
    align-items: center;
}

.party-perks img,
.party-extras img,
.peace-mind article img {
    width: 54px;
    height: 54px;
    padding: 11px;
    border: 1px solid #9bd3fb;
    border-radius: 50%;
}

.party-perks p,
.party-rooms p,
.celebration-screen p,
.party-packages p,
.party-extras p,
.peace-mind p {
    color: #33405a;
    font-weight: 800;
    line-height: 1.35;
}

.party-rooms>div:not(.mini-head),
.party-packages>div,
.party-extras>div,
.birthday-gallery>div:last-child {
    display: grid;
    gap: 22px;
    margin-top: 26px;
}

.party-rooms>div:not(.mini-head) {
    grid-template-columns: repeat(3, 1fr);
}

.party-rooms article {
    overflow: hidden;
    border: 2px solid rgba(255, 194, 12, .75);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 9px 22px rgba(8, 27, 61, .1);
}

.party-rooms article.orange {
    border-color: rgba(255, 91, 37, .5);
}

.party-rooms article.blue {
    border-color: rgba(36, 156, 226, .55);
}

.party-rooms article>img {
    width: 100%;
    aspect-ratio: 390 / 220;
    object-fit: cover;
}

.party-rooms article>div {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
}

.party-rooms article>div>img {
    grid-row: span 3;
    width: 66px;
    height: 66px;
    padding: 12px;
    border: 1px solid #9bd3fb;
    border-radius: 50%;
}

.party-rooms a,
.party-packages .member-cta {
    justify-self: start;
    padding: 10px 24px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--navy);
    font-weight: 1000;
    text-decoration: none;
}

.celebration-screen {
    display: grid;
    grid-template-columns: .75fr 1fr .55fr;
    gap: 28px;
    align-items: center;
    margin-top: 34px;
    padding: 26px;
    border: 1px solid rgba(36, 156, 226, .35);
    border-radius: 14px;
    background: rgba(211, 235, 251, .68);
}

.celebration-screen span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 900;
}

.celebration-screen h2 {
    font-size: clamp(34px, 3vw, 52px);
}

.celebration-screen>img {
    width: 100%;
    aspect-ratio: 520 / 280;
    object-fit: cover;
    border-radius: 10px;
}

.celebration-screen ul {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.celebration-screen li {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 4px 12px;
    align-items: center;
    font-weight: 900;
}

.celebration-screen li img {
    grid-row: span 2;
    width: 42px;
    height: 42px;
    padding: 8px;
    border: 1px solid #9bd3fb;
    border-radius: 50%;
}

.celebration-screen li span {
    color: #33405a;
    font-family: inherit;
    font-size: 14px;
}

.party-packages {
    margin-top: 34px;
}

.party-packages>div {
    grid-template-columns: repeat(2, 1fr);
}

.party-packages article {
    position: relative;
    padding: 30px;
    border: 2px solid rgba(255, 194, 12, .75);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
}

.party-packages article.orange {
    border-color: rgba(255, 91, 37, .65);
}

.party-packages small {
    position: absolute;
    top: -12px;
    left: 50%;
    padding: 6px 34px;
    border-radius: 999px;
    background: var(--orange);
    color: #fff;
    font-weight: 1000;
    transform: translateX(-50%);
}

.party-packages h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 28px;
}

.party-packages h3 img {
    width: 56px;
    height: 56px;
}

.party-packages article>div {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px;
    align-items: end;
    margin-top: 30px;
}

.party-packages article>div>a:first-child {
    color: var(--blue);
    font-size: 18px;
    font-weight: 1000;
    text-decoration: none;
}

.party-packages span {
    color: #33405a;
    font-weight: 800;
}

.pizza-drinks,
.party-extras,
.birthday-gallery,
.peace-mind {
    margin-top: 34px;
}

.pizza-drinks>div:not(.mini-head) {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 14px;
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 20px rgba(8, 27, 61, .08);
}

.pizza-drinks article {
    display: grid;
    justify-items: center;
    gap: 8px;
    text-align: center;
    font-weight: 900;
}

.pizza-drinks article span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ffe0a3 0 12%, transparent 13%), radial-gradient(circle at 68% 42%, #c73b21 0 10%, transparent 11%), radial-gradient(circle at 42% 72%, #50a657 0 9%, transparent 10%), #f6a51c;
    border: 5px solid #d57816;
}

.pizza-drinks .drink span {
    border-radius: 14px;
    background: linear-gradient(#8ed7ff 0 22%, #fff 22% 32%, #6cc6ef 32%);
    border-color: #2da7e8;
}

.party-extras>div {
    grid-template-columns: repeat(6, 1fr);
}

.party-extras article,
.peace-mind article {
    justify-items: center;
    text-align: center;
}

.party-extras h3,
.peace-mind h3 {
    font-size: 18px;
}

.party-booking {
    margin-top: 28px;
}

.birthday-gallery .section-head {
    align-items: end;
}

.birthday-gallery>div:last-child {
    grid-template-columns: repeat(5, 1fr);
}

.birthday-gallery>div:last-child img {
    width: 100%;
    aspect-ratio: 240 / 125;
    object-fit: cover;
    border: 6px solid #fff;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(8, 27, 61, .1);
}

.peace-mind {
    display: grid;
    grid-template-columns: .34fr 1fr;
    gap: 28px;
    align-items: center;
}

.peace-mind>img {
    width: 100%;
    aspect-ratio: 300 / 260;
    object-fit: cover;
    border-radius: 12px;
}

.peace-mind h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 3vw, 48px);
    text-align: center;
}

.peace-mind>div>div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.birthday-faq {
    margin-top: 34px;
}

.birthday-cta {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 28px;
    align-items: center;
    margin-top: 34px;
    margin-bottom: 0;
    padding: 28px 48px;
    border-radius: 14px 14px 0 0;
    background: url("../assets/backgrounds/tower-crane-navy-transparent.png") no-repeat right bottom / 180px auto, url("../assets/backgrounds/birthday-yellow-grid.svg"), var(--yellow);
}

.birthday-cta h2 {
    font-size: clamp(30px, 3vw, 48px);
}

.birthday-cta p {
    font-weight: 900;
}

.birthday-cta .pill {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.memberships-page {
    padding-bottom: 0;
}

.memberships-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(170px, .38fr) minmax(560px, .78fr) minmax(420px, .78fr);
    gap: clamp(18px, 2vw, 36px);
    align-items: end;
    margin-top: 26px;
    min-height: 575px;
    padding: 10px 48px 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 28px 28px 0 0;
    background: #eef8ec url("../assets/Memberships-page-Assets/backgrounds/membership-blueprint-background.png") center / cover no-repeat;
    box-shadow: 0 18px 45px rgba(8, 27, 61, .08);
}

.memberships-child {
    /* position: absolute; */
    align-self: end;
    justify-self: center;
    width: min(100%, 360px);
    max-height: 560px;
    object-fit: contain;
}

.memberships-copy {
    align-self: center;
    min-width: 0;
}

.memberships-copy>span {
    color: #1e9bf0;
    font: 900 16px/1 Consolas, monospace;
    letter-spacing: 1px;
}

.memberships-copy h1 {
    margin: 22px 0 20px;
    font-size: clamp(58px, 4.15vw, 74px);
    line-height: .95;
    letter-spacing: 0;
}

.memberships-copy h1 strong {
    color: var(--green);
}

.memberships-copy p {
    max-width: 530px;
    color: var(--navy);
    font-size: clamp(20px, 1.45vw, 27px);
    line-height: 1.28;
    font-weight: 900;
}

.memberships-copy .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
}

.memberships-copy .member-cta {
    min-width: 390px;
    justify-content: center;
    padding: 21px 34px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-size: 25px;
    box-shadow: 0 12px 0 rgba(255, 194, 12, .28);
}

.memberships-copy .member-cta::after {
    content: "→";
    margin-left: 18px;
    font-size: 34px;
}

.memberships-copy .outline,
.member-moments .outline,
.membership-faq .outline {
    padding: 0;
    background: transparent;
    color: var(--navy);
    border: 0;
    border-bottom: 2px solid currentColor;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
}

.memberships-hero-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .72fr;
    grid-template-rows: 170px 170px 34px;
    gap: 16px;
    align-self: center;
    padding: 24px 0 48px;
}

.memberships-hero-gallery .big {
    min-height: 360px;
    transform: rotate(-4deg);
}

.memberships-hero-gallery figure:not(.big) {
    min-height: 168px;
    transform: rotate(6deg);
}

.memberships-hero-gallery figure:nth-of-type(3) {
    margin-top: -16px;
    transform: rotate(-3deg);
}

.memberships-hero-gallery figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border: 8px solid #fff;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(8, 27, 61, .18);
}

.memberships-hero-gallery .big {
    grid-row: span 2;
}

.memberships-hero-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.memberships-hero-gallery figcaption {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 10px 16px;
    border-radius: 9px;
    background: #fff;
    color: var(--navy);
    font: 900 16px/1 Consolas, monospace;
}

.member-value-badge {
    position: absolute;
    left: 42px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 24px 15px 16px;
    color: var(--navy);
    background: #fff7d7;
    border-radius: 16px;
    box-shadow: 0 12px 25px rgba(8, 27, 61, .12);
    transform: rotate(-4deg);
    font-weight: 900;
}

.member-value-badge b {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    color: #fff;
    background: var(--yellow);
    border-radius: 50%;
    font-size: 30px;
}

.member-value-badge small {
    font-size: 16px;
    font-weight: 700;
}

.membership-perk-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 0;
    padding: 26px 52px;
    border: 0;
    border-radius: 0 0 28px 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 45px rgba(8, 27, 61, .08);
}

.membership-perk-strip article {
    display: grid;
    grid-template-columns: 62px 1fr;
    gap: 18px;
    align-items: center;
    padding: 0 18px;
}

.membership-perk-strip article+article {
    border-left: 1px solid rgba(8, 27, 61, .13);
    padding-left: 44px;
}

.membership-perk-strip img,
.member-benefits img,
.member-plans h3 img,
.member-included img,
.member-journey img {
    width: 54px;
    height: 54px;
}

.membership-perk-strip img {
    width: 44px;
    height: 44px;
}

.membership-perk-strip h3 {
    color: var(--navy);
    font-size: 20px;
}

.membership-perk-strip p {
    display: none;
}

.membership-perk-strip p,
.member-benefits p,
.member-plans p,
.builder-types p,
.member-moments p,
.manage-membership p,
.member-reviews p {
    color: #33405a;
    font-weight: 800;
    line-height: 1.35;
}

.member-benefits,
.member-plans,
.membership-compare,
.member-included,
.builder-types,
.member-journey,
.member-moments,
.manage-membership,
.member-reviews {
    margin-top: 34px;
}

.member-benefits>div:not(.mini-head),
.member-plans>div,
.builder-types>div:not(.mini-head),
.member-moments>div:last-child,
.member-reviews>div {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.member-benefits>div:not(.mini-head) {
    grid-template-columns: repeat(6, 1fr);
}

.member-benefits article,
.member-plans article,
.builder-types article,
.member-moments article,
.manage-membership,
.member-reviews article {
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 20px rgba(8, 27, 61, .08);
}

.member-benefits article {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 24px 18px;
    text-align: center;
}

.member-plans>div {
    grid-template-columns: repeat(3, 1fr);
}

.member-plans article {
    position: relative;
    display: grid;
    gap: 16px;
    padding: 28px;
    border-width: 2px;
}

.member-plans .yellow {
    border-color: rgba(255, 194, 12, .75);
}

.member-plans .blue {
    border-color: rgba(36, 156, 226, .55);
}

.member-plans .green {
    border-color: rgba(67, 160, 71, .7);
}

.member-plans small {
    position: absolute;
    top: -13px;
    right: 28px;
    padding: 6px 22px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-weight: 1000;
}

.member-plans h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
}

.member-plans ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 900;
}

.member-plans li::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--yellow);
}

.member-plans article>a:not(.member-cta) {
    color: var(--blue);
    font-weight: 1000;
    text-decoration: none;
}

.member-plans article>span {
    color: #33405a;
    font-weight: 800;
}

.member-plans .member-cta {
    justify-self: start;
}

.membership-compare {
    padding: 24px;
    border: 1px solid rgba(36, 156, 226, .35);
    border-radius: 14px;
    background: rgba(211, 235, 251, .62);
}

.compare-grid {
    display: grid;
    grid-template-columns: 1fr .38fr .38fr .55fr;
    gap: 0;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 10px;
}

.compare-grid>* {
    display: grid;
    align-content: stretch;
    background: rgba(255, 255, 255, .75);
}

.compare-grid p,
.compare-grid b,
.compare-grid span {
    min-height: 48px;
    display: grid;
    place-items: center;
    margin: 0;
    border-bottom: 1px solid rgba(8, 27, 61, .1);
    font-weight: 900;
}

.compare-grid b {
    background: var(--green);
    color: #fff;
}

.compare-grid span {
    color: var(--green);
    font-size: 22px;
}

.compare-grid aside {
    display: grid;
    place-items: center;
    padding: 24px;
    color: var(--navy);
    font-weight: 900;
    text-align: center;
    background: rgba(255, 255, 255, .62);
}

.member-included {
    padding: 30px;
    border-radius: 16px;
    background: url("../assets/backgrounds/navy-blueprint.svg"), var(--navy);
    color: #fff;
    text-align: center;
}

.member-included h2 {
    color: #fff;
    font-size: clamp(32px, 3vw, 48px);
}

.member-included>div {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
    margin-top: 26px;
}

.member-included article {
    display: grid;
    justify-items: center;
    gap: 10px;
    font-weight: 900;
}

.member-included img {
    filter: sepia(1) saturate(6) hue-rotate(355deg) brightness(1.05);
}

.builder-types>div:not(.mini-head) {
    grid-template-columns: repeat(3, 1fr);
}

.builder-types article,
.member-moments article {
    overflow: hidden;
}

.builder-types img,
.member-moments article>img {
    width: 100%;
    aspect-ratio: 380 / 210;
    object-fit: cover;
}

.builder-types article>div,
.member-moments article {
    padding-bottom: 16px;
}

.builder-types article>div {
    padding: 16px;
}

.member-journey {
    padding: 26px;
    border: 1px solid rgba(36, 156, 226, .28);
    border-radius: 14px;
    background: rgba(211, 235, 251, .64);
}

.member-journey h2 {
    font-size: clamp(32px, 3vw, 48px);
}

.member-journey>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 22px;
}

.member-journey article {
    display: grid;
    justify-items: center;
    gap: 9px;
    text-align: center;
}

.member-journey b {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
}

.member-moments>div:last-child {
    grid-template-columns: repeat(5, 1fr);
}

.member-moments article {
    text-align: center;
}

.member-moments h3 {
    margin-top: 10px;
    font-size: 17px;
}

.manage-membership {
    padding: 24px 28px 18px;
    background: rgba(211, 235, 251, .56);
}

.manage-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 18px;
}

.manage-cards article {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 18px;
    align-items: center;
    min-height: 150px;
    padding: 18px 20px;
    border: 1px solid rgba(8, 27, 61, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 18px rgba(8, 27, 61, .08);
}

.manage-cards img {
    width: 74px;
    max-height: 118px;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(8, 27, 61, .12));
}

.manage-cards h3 {
    font-size: 18px;
}

.manage-cards p {
    margin-top: 8px;
    text-align: left;
}

.manage-membership>p {
    margin-top: 18px;
    text-align: center;
}

.member-reviews>div {
    grid-template-columns: repeat(2, 1fr);
}

.member-reviews article {
    position: relative;
    display: grid;
    grid-template-columns: 116px 1fr;
    gap: 10px 24px;
    align-items: center;
    min-height: 190px;
    padding: 26px 30px;
    border-radius: 14px;
    background: #fff;
}

.member-reviews article::before {
    content: "\2605\2605\2605\2605\2605";
    grid-column: 2;
    justify-self: start;
    color: var(--yellow);
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 1;
}

.member-reviews img {
    grid-row: span 3;
    width: 106px;
    height: 106px;
    border: 6px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 20px rgba(8, 27, 61, .14);
}

.member-reviews p {
    margin: 0;
    color: var(--navy);
    font-size: 17px;
}

.member-reviews b {
    color: #33405a;
    font-weight: 1000;
}

.membership-faq {
    align-items: start;
    padding: 24px;
    border: 1px solid rgba(36, 156, 226, .2);
    border-radius: 14px;
    background: rgba(211, 235, 251, .35);
}

.membership-faq>div:first-child {
    display: grid;
    align-content: start;
    justify-items: start;
    min-height: 100%;
}

.membership-faq .faq-list details {
    border-color: rgba(8, 27, 61, .1);
    box-shadow: 0 6px 14px rgba(8, 27, 61, .05);
}

.membership-faq .faq-list summary {
    min-height: 44px;
    padding: 12px 18px;
}

.membership-faq .faq-list details p {
    padding-bottom: 16px;
}

.membership-page-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 160px 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 34px;
    padding: 24px 48px 0;
    border-radius: 14px 14px 0 0;
    background: url("../assets/backgrounds/tower-crane-navy-transparent.png") no-repeat right bottom / 220px auto, linear-gradient(90deg, #43a047, #58b85f);
    color: #fff;
    box-shadow: 0 12px 28px rgba(67, 160, 71, .22);
}

.membership-page-cta img {
    align-self: end;
    width: 150px;
    margin-top: -8px;
}

.membership-page-cta h2 {
    color: #fff;
    font-size: clamp(34px, 3vw, 54px);
}

.membership-page-cta p {
    font-weight: 900;
}

.membership-page-cta .pill {
    background: #fff;
    color: var(--green);
    min-width: 210px;
    box-shadow: 0 8px 0 rgba(8, 27, 61, .08);
}

.group-page {
    padding-bottom: 0;
}

.attraction-card h3 a {
    color: inherit;
    text-decoration: none;
}

.attraction-card h3 a:hover {
    color: var(--orange);
}

.workshop-feature {
    align-items: center;
}

.workshop-feature>img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 24px;
}

.workshop-feature .pill {
    display: inline-flex;
    margin-top: 18px;
}

.workshop-page .group-types>div:not(.mini-head) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.group-hero {
    display: grid;
    grid-template-columns: .78fr 1.05fr;
    gap: clamp(34px, 5vw, 95px);
    align-items: center;
    padding: 46px 0 34px;
}

.group-copy h1 em {
    color: var(--yellow);
    font-style: normal;
}

.group-copy .outline,
.group-faq .outline {
    background: #fff;
    color: var(--blue);
    border: 2px solid rgba(36, 156, 226, .42);
    box-shadow: none;
}

.group-quick,
.group-types>div:not(.mini-head),
.group-experiences>div:not(.mini-head),
.group-extras>div,
.plan-confidence>div:not(.mini-head),
.group-gallery>div:not(.mini-head) {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.group-quick {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 22px rgba(8, 27, 61, .08);
}

.group-quick article,
.group-types article,
.learning-play,
.group-experiences article,
.group-attractions,
.group-extras article,
.plan-confidence,
.plan-confidence article,
.group-form,
.group-bottom .group-faq {
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 20px rgba(8, 27, 61, .08);
}

.group-quick article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
}

.group-quick img,
.group-types img,
.learning-play article img,
.group-extras img,
.plan-confidence img {
    width: 54px;
    height: 54px;
    padding: 10px;
    border: 1px solid #9bd3fb;
    border-radius: 50%;
}

.group-quick p,
.group-types p,
.learning-play p,
.group-experiences p,
.group-attractions li,
.group-extras p,
.plan-confidence p,
.group-form small,
.group-page-cta p {
    color: #33405a;
    font-weight: 800;
    line-height: 1.35;
}

.group-types,
.learning-play,
.group-experiences,
.group-attractions,
.group-extras,
.plan-confidence,
.group-gallery,
.group-bottom {
    margin-top: 34px;
}

.group-types>div:not(.mini-head) {
    grid-template-columns: repeat(5, 1fr);
}

.group-types article,
.group-extras article,
.plan-confidence article {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 24px 18px;
    text-align: center;
}

.learning-play {
    display: grid;
    grid-template-columns: .65fr 1fr;
    gap: 28px;
    padding: 28px;
    background: rgba(211, 235, 251, .52);
}

.learning-play span,
.group-attractions span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 900;
}

.learning-play h2,
.group-attractions h2 {
    font-size: clamp(34px, 3vw, 52px);
}

.learning-play>div:first-child>img {
    width: 100%;
    margin-top: 22px;
    aspect-ratio: 430 / 220;
    object-fit: cover;
    border-radius: 10px;
}

.learning-play>div:last-child {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-self: center;
}

.learning-play article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 10px;
    align-items: start;
}

.group-experiences>div:not(.mini-head) {
    grid-template-columns: repeat(3, 1fr);
}

.group-experiences article {
    overflow: hidden;
}

.group-experiences article>img {
    width: 100%;
    aspect-ratio: 390 / 220;
    object-fit: cover;
}

.group-experiences article>div {
    padding: 20px;
}

.group-experiences ul,
.group-attractions ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
    font-weight: 900;
}

.group-experiences li::before,
.group-attractions li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--green);
}

.group-experiences .orange .member-cta {
    background: var(--orange);
}

.group-experiences .green .member-cta {
    background: var(--green);
}

.group-attractions {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 28px;
    align-items: center;
    padding: 24px;
    background: rgba(211, 235, 251, .54);
}

.group-attractions>img {
    width: 100%;
    aspect-ratio: 640 / 300;
    object-fit: cover;
    border-radius: 10px;
}

.group-booking>div {
    grid-template-columns: repeat(5, 1fr);
}

.group-extras>div,
.plan-confidence>div:not(.mini-head) {
    grid-template-columns: repeat(6, 1fr);
}

.group-extras>p {
    margin-top: 18px;
    text-align: center;
    font-weight: 900;
}

.plan-confidence {
    padding: 24px;
    background: rgba(255, 255, 255, .72);
}

.group-gallery>div:not(.mini-head) {
    grid-template-columns: repeat(5, 1fr);
}

.group-gallery img {
    width: 100%;
    aspect-ratio: 225 / 120;
    object-fit: cover;
    border: 6px solid #fff;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(8, 27, 61, .1);
}

.group-bottom {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 24px;
}

.group-form {
    padding: 24px;
    background: url("../assets/backgrounds/membership-mint-grid.svg") center / cover no-repeat, #eaf5e5;
}

.group-form span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 900;
}

.group-form h2 {
    font-size: clamp(28px, 2.5vw, 42px);
}

.group-form>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.group-form input,
.group-form select,
.group-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid rgba(8, 27, 61, .16);
    border-radius: 6px;
    color: var(--navy);
    font: inherit;
    font-weight: 800;
}

.group-form textarea {
    min-height: 94px;
    resize: vertical;
}

.group-form button {
    margin-top: 14px;
    padding: 14px 28px;
    border: 0;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-weight: 1000;
}

.group-form small {
    display: block;
    margin-top: 10px;
}

.group-bottom .group-faq {
    display: block;
    margin: 0;
    padding: 24px;
}

.group-page-cta {
    display: grid;
    grid-template-columns: 210px 1fr auto;
    gap: 28px;
    align-items: center;
    margin-top: 0;
    padding: 28px 48px;
    background: url("../assets/backgrounds/navy-blueprint.svg"), var(--navy);
    color: #fff;
}

.group-page-cta img {
    width: 190px;
}

.group-page-cta h2 {
    color: #fff;
    font-size: clamp(30px, 3vw, 48px);
}

.group-page-cta p {
    color: rgba(255, 255, 255, .86);
}

.contact-page {
    padding-bottom: 24px;
}

.contact-hero {
    display: grid;
    grid-template-columns: .78fr 1.05fr;
    gap: clamp(34px, 5vw, 95px);
    align-items: center;
    padding: 46px 0 42px;
}

.contact-copy h1 em {
    color: var(--yellow);
    font-style: normal;
}

.contact-cards,
.help-topics>div,
.before-contact>div {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.contact-cards {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
}

.contact-cards article,
.contact-form,
.contact-details,
.help-topics article,
.contact-lounge,
.before-contact a,
.contact-faq,
.contact-map {
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 20px rgba(8, 27, 61, .08);
}

.contact-cards article {
    display: grid;
    gap: 10px;
    padding: 28px;
}

.contact-cards img {
    width: 58px;
    height: 58px;
    padding: 13px;
    border-radius: 50%;
    background: var(--blue);
}

.contact-cards .orange img {
    background: var(--orange);
}

.contact-cards .green img {
    background: var(--green);
}

.contact-cards p,
.contact-cards span,
.contact-details p,
.help-topics p,
.before-contact p,
.contact-journey>p,
.contact-faq p,
.contact-lounge li {
    color: #33405a;
    font-weight: 800;
    line-height: 1.35;
}

.contact-cards a {
    display: grid;
    place-items: center;
    min-height: 40px;
    margin-top: 12px;
    border-radius: 7px;
    background: var(--blue);
    color: #fff;
    font-weight: 1000;
    text-decoration: none;
}

.contact-cards .orange a {
    background: var(--orange);
}

.contact-cards .green a {
    background: var(--green);
}

.contact-main,
.contact-faq,
.contact-lounge {
    display: grid;
    grid-template-columns: 1fr .58fr;
    gap: 20px;
    margin-top: 18px;
}

.contact-form,
.contact-details {
    padding: 28px;
}

.contact-form h2,
.contact-details h2,
.contact-map h2,
.help-topics h2,
.before-contact h2,
.contact-faq h2,
.contact-lounge h2 {
    font-size: clamp(30px, 2.4vw, 42px);
}

.contact-form>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 24px;
    margin-top: 24px;
}

.contact-form label {
    display: grid;
    gap: 8px;
    font-weight: 900;
}

.contact-form .wide,
.contact-form .agree {
    grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(8, 27, 61, .14);
    border-radius: 6px;
    color: var(--navy);
    font: inherit;
    font-weight: 800;
}

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

.contact-form .agree {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    color: #33405a;
    font-size: 14px;
}

.contact-form .agree input {
    width: 16px;
    min-height: 16px;
}

.contact-form button {
    margin-top: 18px;
    padding: 14px 34px;
    border: 0;
    border-radius: 7px;
    background: var(--blue);
    color: #fff;
    font-weight: 1000;
}

.contact-details article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(8, 27, 61, .1);
}

.contact-details article img {
    width: 36px;
    height: 36px;
}

.social-row {
    display: flex;
    gap: 14px;
    margin-top: 14px;
}

.social-row a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
}

.social-row a:nth-child(2) {
    background: var(--orange);
}

.social-row a:nth-child(3) {
    background: #111;
}

.social-row a:nth-child(4) {
    background: #f0342f;
}

.contact-map {
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    min-height: 250px;
    padding: 28px;
    background: linear-gradient(rgba(255, 255, 255, .75), rgba(255, 255, 255, .75)), url("../assets/playground-map-high-resolution.png") center / cover no-repeat;
}

.contact-map>div {
    position: absolute;
    inset: auto 50% 26px auto;
    width: min(280px, calc(100% - 48px));
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 28px;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    box-shadow: var(--shadow);
    transform: translateX(50%);
}

.contact-map img {
    width: 160px;
}

.help-topics,
.before-contact,
.contact-journey,
.contact-faq,
.contact-lounge {
    margin-top: 34px;
}

.help-topics>div {
    grid-template-columns: repeat(6, 1fr);
}

.help-topics article {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 24px 18px;
    text-align: center;
}

.help-topics img {
    width: 60px;
    height: 60px;
}

.before-contact>div {
    grid-template-columns: repeat(6, 1fr);
}

.before-contact a {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    gap: 10px;
    align-items: center;
    min-height: 58px;
    padding: 12px 16px;
    color: var(--navy);
    font-weight: 1000;
    text-decoration: none;
}

.before-contact a::after {
    content: ">";
    color: var(--blue);
}

.before-contact img {
    width: 30px;
    height: 30px;
}

.contact-journey {
    background: rgba(211, 235, 251, .64);
}

.contact-faq {
    align-items: start;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.contact-faq>div:first-child img {
    width: 100%;
    margin-top: 18px;
    aspect-ratio: 360 / 190;
    object-fit: cover;
    border-radius: 10px;
}

.contact-lounge {
    grid-template-columns: .85fr 1fr;
    align-items: center;
    padding: 24px;
    background: url("../assets/backgrounds/membership-mint-grid.svg") center / cover no-repeat, #eaf5e5;
}

.contact-lounge span {
    color: #1e6fc3;
    font-weight: 1000;
}

.contact-lounge ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.contact-lounge li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--green);
}

.contact-lounge>img {
    width: 100%;
    aspect-ratio: 580 / 260;
    object-fit: cover;
    border-radius: 10px;
}

.about-page {
    padding-bottom: 24px;
}

.about-hero {
    display: grid;
    grid-template-columns: .78fr 1.05fr;
    gap: clamp(34px, 5vw, 95px);
    align-items: center;
    padding: 46px 0 42px;
}

.about-copy h1 em {
    color: var(--yellow);
    font-style: normal;
}

.about-copy .outline {
    background: #fff;
    color: var(--blue);
    border: 2px solid rgba(36, 156, 226, .42);
    box-shadow: none;
}

.about-stats,
.about-values>div:not(.mini-head),
.about-blueprint>div,
.about-team>div:not(.mini-head) {
    display: grid;
    gap: 18px;
}

.about-stats {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
}

.about-stats article,
.about-story,
.about-values article,
.about-blueprint,
.about-team article,
.about-safety {
    border: 1px solid rgba(8, 27, 61, .12);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 8px 20px rgba(8, 27, 61, .08);
}

.about-stats article {
    display: grid;
    justify-items: center;
    gap: 6px;
    padding: 24px 18px;
    text-align: center;
}

.about-stats b {
    color: var(--blue);
    font-size: clamp(30px, 3vw, 48px);
}

.about-stats span,
.about-story p,
.about-values p,
.about-blueprint p,
.about-team p,
.about-safety p,
.about-safety li {
    color: #33405a;
    font-weight: 800;
    line-height: 1.35;
}

.about-story,
.about-safety {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: 34px;
    padding: 28px;
    background: rgba(211, 235, 251, .52);
}

.about-story span,
.about-safety span {
    color: #1e6fc3;
    font-family: Consolas, monospace;
    font-weight: 900;
}

.about-story h2,
.about-blueprint h2,
.about-safety h2 {
    font-size: clamp(34px, 3vw, 54px);
}

.about-story img,
.about-safety img {
    width: 100%;
    aspect-ratio: 620 / 320;
    object-fit: cover;
    border-radius: 10px;
}

.about-values,
.about-blueprint,
.about-team,
.about-safety {
    margin-top: 34px;
}

.about-values>div:not(.mini-head) {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
}

.about-values article {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 26px 20px;
    text-align: center;
}

.about-values img {
    width: 64px;
    height: 64px;
}

.about-blueprint {
    padding: 30px;
    background: url("../assets/backgrounds/navy-blueprint.svg"), var(--navy);
}

.about-blueprint h2 {
    color: #fff;
    text-align: center;
}

.about-blueprint>div {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

.about-blueprint article {
    padding: 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .95);
}

.about-team>div:not(.mini-head) {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 24px;
}

.about-team article {
    overflow: hidden;
}

.about-team img {
    width: 100%;
    aspect-ratio: 390 / 230;
    object-fit: cover;
}

.about-team article>div {
    padding: 18px;
}

.about-safety {
    background: url("../assets/backgrounds/membership-mint-grid.svg") center / cover no-repeat, #eaf5e5;
}

.about-safety ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 18px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.about-safety li::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--green);
}

@media (max-width: 1180px) {
    .attractions-hero,
    .admissions-hero,
    .birthday-hero,
    .memberships-hero,
    .group-hero,
    .contact-hero,
    .about-hero,
    .featured-sandpit,
    .playground-map,
    .attractions-lounge,
    .admissions-membership,
    .group-visits,
    .admissions-faq,
    .celebration-screen,
    .peace-mind,
    .birthday-cta,
    .membership-page-cta,
    .contact-main,
    .contact-faq,
    .contact-lounge,
    .about-story,
    .about-safety {
        grid-template-columns: 1fr;
    }
    .party-perks,
    .party-extras>div,
    .peace-mind>div>div,
    .membership-perk-strip,
    .member-benefits>div:not(.mini-head),
    .member-included>div,
    .member-moments>div:last-child,
    .manage-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-quick,
    .group-types>div:not(.mini-head),
    .learning-play,
    .learning-play>div:last-child,
    .group-experiences>div:not(.mini-head),
    .group-attractions,
    .group-extras>div,
    .plan-confidence>div:not(.mini-head),
    .group-gallery>div:not(.mini-head),
    .group-bottom,
    .group-page-cta {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-cards,
    .help-topics>div,
    .before-contact>div,
    .about-stats,
    .about-values>div:not(.mini-head) {
        grid-template-columns: repeat(2, 1fr);
    }
    .party-rooms>div:not(.mini-head),
    .birthday-gallery>div:last-child,
    .builder-types>div:not(.mini-head),
    .about-blueprint>div,
    .about-team>div:not(.mini-head) {
        grid-template-columns: repeat(3, 1fr);
    }
    .admission-card-grid,
    .ticket-includes>div:not(.mini-head),
    .arrival-steps>div,
    .member-plans>div,
    .member-journey>div {
        grid-template-columns: repeat(2, 1fr);
    }
    .group-booking>div {
        grid-template-columns: repeat(3, 1fr);
    }
    .attraction-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 1600px) {
    body:not(.home-page) {
        background-image: ;
    }
}

@media (max-width: 1280px) {
    body:not(.home-page) {
        background-image: ;
    }
}

@media (max-width: 600px) {
    body:not(.home-page) {
        background-image: ;
    }
}

@media (max-width: 991px) {
    .home-page .hero-mascot-animation {
        width: min(38vw, 430px);
    }
    .home-page .mascot-speech {
        right: 0;
    }
}

@media (max-width: 760px) {
    .attractions-hero {
        padding-top: 22px;
        text-align: center;
    }
    .attractions-copy h1 {
        font-size: 46px;
    }
    .admissions-copy h1 {
        font-size: 52px;
    }
    .birthday-copy h1 {
        font-size: 50px;
    }
    .memberships-copy h1 {
        font-size: 48px;
    }
    .hero-actions,
    .admission-card-grid,
    .admission-hero-icons,
    .ticket-includes>div:not(.mini-head),
    .arrival-steps>div,
    .good-to-know>div:not(.mini-head),
    .party-perks,
    .party-rooms>div:not(.mini-head),
    .party-packages>div,
    .party-packages article>div,
    .party-extras>div,
    .birthday-gallery>div:last-child,
    .peace-mind>div>div,
    .membership-perk-strip,
    .member-benefits>div:not(.mini-head),
    .member-plans>div,
    .compare-grid,
    .member-included>div,
    .builder-types>div:not(.mini-head),
    .member-journey>div,
    .member-moments>div:last-child,
    .member-reviews>div,
    .manage-cards,
    .group-quick,
    .group-types>div:not(.mini-head),
    .learning-play,
    .learning-play>div:last-child,
    .group-experiences>div:not(.mini-head),
    .group-experiences ul,
    .group-attractions,
    .group-attractions ul,
    .group-booking>div,
    .group-extras>div,
    .plan-confidence>div:not(.mini-head),
    .group-gallery>div:not(.mini-head),
    .group-bottom,
    .group-form>div,
    .group-page-cta,
    .contact-cards,
    .help-topics>div,
    .before-contact>div,
    .contact-form>div,
    .contact-lounge ul,
    .about-stats,
    .about-values>div:not(.mini-head),
    .about-blueprint>div,
    .about-team>div:not(.mini-head),
    .about-safety ul,
    .sandpit-points,
    .play-day>div {
        grid-template-columns: 1fr;
    }
    .hero-actions {
        display: grid;
    }
    .attraction-grid {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));
    }
    .attraction-tabs {
        width: min(100% - 32px, var(--wrap));
        gap: 12px;
        margin-bottom: 24px;
        padding-bottom: 12px;
        scroll-padding-inline: 16px;
    }
    .attraction-filter {
        min-height: 48px;
        padding: 10px 16px;
    }
    .featured-sandpit,
    .playground-map,
    .attractions-lounge,
    .arrival-steps,
    .admissions-membership,
    .group-visits {
        padding: 18px;
    }
    .admissions-hero {
        padding-top: 22px;
    }
    .birthday-hero {
        padding-top: 22px;
        text-align: center;
    }
    .memberships-hero {
        padding: 24px 18px 0;
        text-align: center;
    }
    .group-hero {
        padding-top: 22px;
        text-align: center;
    }
    .contact-hero {
        padding-top: 22px;
        text-align: center;
    }
    .about-hero {
        padding-top: 22px;
        text-align: center;
    }
    .memberships-child,
    .membership-page-cta img {
        justify-self: center;
    }
    .celebration-screen ul {
        justify-self: stretch;
    }
    .pizza-drinks>div:not(.mini-head) {
        grid-template-columns: repeat(2, 1fr);
    }
    .birthday-cta .pill {
        grid-column: auto;
        grid-row: auto;
        justify-self: start;
    }
    .membership-page-cta {
        padding: 22px 18px 0;
        text-align: center;
    }
    .manage-cards article,
    .member-reviews article {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .manage-cards p {
        text-align: center;
    }
    .member-reviews article::before {
        grid-column: 1;
    }
    .membership-page-cta .pill {
        justify-self: center;
    }
    .group-page-cta {
        text-align: center;
    }
    .group-page-cta img,
    .group-page-cta .pill {
        justify-self: center;
    }
    .contact-map>div {
        position: static;
        margin: 24px auto 0;
        transform: none;
    }
    .seal {
        display: none;
    }
}

.contact-links a:hover .material-symbols-rounded {
    animation: icon-pop .28s ease;
}

footer b {
    color: var(--yellow);
    font-size: 14px;
}

@keyframes page-enter {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1500px) {
    .wrap {
        /* width: min(1320px, calc(100% - 64px)) !important; */
    }
    .nav {
        width: min(1320px, calc(100% - 6px)) !important;
        grid-template-columns: 190px minmax(0, 1fr) auto;
        gap: 16px;
        min-height: 112px;
        padding: 14px 18px;
    }
    .page {
        padding-top: 132px;
    }
    .logo img {
        width: 185px;
    }
    .nav-links {
        gap: 14px;
        font-size: 13px;
    }
    .quick-actions {
        grid-column: auto;
        gap: 10px;
    }
    .quick {
        width: 86px;
        min-height: 86px;
        padding: 10px 8px;
        border-radius: 16px;
        font-size: 13px;
        line-height: 1.05;
    }
    .quick .material-symbols-rounded {
        width: 28px;
        height: 28px;
        font-size: 28px;
    }
    .hero {
        gap: 38px;
    }
    .cards-track {
        gap: 18px;
    }
    .card-body {
        padding: 15px;
    }
    .card-body h3 {
        font-size: 20px;
    }
    .birthday {
        /* background-position: calc(100% + 270px) center, 0 0; */
    }
}

@media (max-width: 1180px) {
    .page {
        padding-top: 122px;
    }
    .nav {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        grid-template-columns: 220px 44px;
        justify-content: space-between;
        min-height: auto;
        align-items: center;
        border-radius: 0 0 18px 18px;
    }
    .logo img {
        width: 225px;
    }
    .menu-button {
        position: relative;
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border-radius: 10px;
        background: var(--yellow);
        box-shadow: 0 10px 22px rgba(8, 27, 61, .14);
        cursor: pointer;
        transition: transform .25s ease, border-radius .25s ease, box-shadow .25s ease;
    }
    .menu-button:hover {
        transform: scale(1.05);
        box-shadow: 0 14px 26px rgba(8, 27, 61, .18);
    }
    .menu-button img {
        display: none;
    }
    .menu-button::before,
    .menu-button::after {
        content: "";
        position: absolute;
        width: 23px;
        height: 3px;
        border-radius: 999px;
        background: var(--navy);
        transition: transform .25s ease, box-shadow .25s ease;
    }
    .menu-button::before {
        transform: translateY(-6px);
        box-shadow: 0 6px 0 var(--navy);
    }
    .menu-button::after {
        transform: translateY(6px);
    }
    .nav-links,
    .quick-actions {
        grid-column: 1 / -1;
        width: 100%;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(-12px);
        transition: max-height .36s ease, opacity .24s ease, transform .28s ease, padding .28s ease, margin .28s ease;
    }
    .menu-toggle:checked~.nav-links,
    .menu-toggle:checked~.quick-actions,
    .nav.menu-open .nav-links,
    .nav.menu-open .quick-actions {
        display: flex;
        max-height: 420px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        justify-content: flex-start;
    }
    .menu-toggle:checked+.menu-button {
        border-radius: 50%;
        transform: rotate(90deg);
    }
    .menu-toggle:checked+.menu-button::before {
        transform: rotate(45deg);
        box-shadow: none;
    }
    .menu-toggle:checked+.menu-button::after {
        transform: rotate(-45deg);
    }
    .nav-links {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
        padding: 0 18px;
        border: 1px solid transparent;
        border-radius: 18px;
        background: rgba(255, 255, 255, .94);
        box-shadow: var(--shadow);
        transition: max-height .36s ease, opacity .24s ease, transform .28s ease, padding .28s ease, margin .28s ease, border-color .28s ease;
    }
    .nav-links a {
        padding: 15px 4px;
        border-bottom: 1px solid rgba(8, 27, 61, .08);
        font-size: 16px;
        transform: translateX(-8px);
        opacity: .86;
    }
    .menu-toggle:checked~.nav-links a {
        transform: translateX(0);
        opacity: 1;
    }
    .menu-toggle:checked~.nav-links a:nth-child(2) {
        transition-delay: .03s;
    }
    .menu-toggle:checked~.nav-links a:nth-child(3) {
        transition-delay: .06s;
    }
    .menu-toggle:checked~.nav-links a:nth-child(4) {
        transition-delay: .09s;
    }
    .menu-toggle:checked~.nav-links a:nth-child(5) {
        transition-delay: .12s;
    }
    .menu-toggle:checked~.nav-links a:nth-child(6) {
        transition-delay: .15s;
    }
    .menu-toggle:checked~.nav-links a:nth-child(7) {
        transition-delay: .18s;
    }
    .nav-links a:last-child {
        border-bottom: 0;
    }
    .nav-links .active::after {
        left: 4px;
        right: auto;
        width: 44px;
        bottom: 7px;
    }
    .quick-actions {
        gap: 12px;
        margin-top: 0;
        padding-top: 0;
        transform-origin: top;
    }
    .menu-toggle:checked~.nav-links,
    .nav.menu-open .nav-links {
        margin-top: 8px;
        padding: 10px 18px;
        border-color: rgba(8, 27, 61, .12);
    }
    .menu-toggle:checked~.quick-actions,
    .nav.menu-open .quick-actions {
        margin-top: 4px;
        padding-top: 8px;
    }
    .hero {
        grid-template-columns: 1fr;
        padding-top: 18px;
    }
    .hero-copy {
        text-align: center;
    }
    .underline,
    .stats {
        margin-inline: auto;
    }
    .attraction {
        width: clamp(270px, 31vw, 340px);
    }
    .attraction.featured {
        width: clamp(390px, 48vw, 500px);
    }
    .birthday {
        border-radius: 0;
    }
    .birthday {
        /* background-position: calc(100% + 250px) center, 0 0; */
    }
    .lounge {
        grid-template-columns: 1fr;
    }
    .membership-inner {
        grid-template-columns: 180px 1fr;
        padding-right: 0;
    }
    .member-cta {
        grid-column: 2;
        width: max-content;
    }
    .perks {
        grid-template-columns: repeat(2, 1fr);
    }
    .cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 28px;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 760px) {
    .wrap {
        width: min(100% - 28px, 620px);
    }
    .page {
        padding-top: 94px;
    }
    .topline {
        font-size: 12px;
    }
    .nav {
        grid-template-columns: 1fr 42px;
        left: 0;
        right: 0;
        width: 100%;
        transform: none;
        gap: 8px;
        min-height: auto;
        padding: 0 10px;
        padding-block: 8px;
    }
    .mobile-menu-button {
        display: block;
    }
    .menu-button {
        display: grid !important;
        justify-self: end;
        z-index: 2;
        width: 42px;
        height: 42px;
        position: relative;
        place-items: center;
        border-radius: 10px;
        background: var(--yellow);
        box-shadow: 0 10px 22px rgba(8, 27, 61, .14);
    }
    .menu-button::before,
    .menu-button::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 3px;
        border-radius: 999px;
        background: var(--navy);
    }
    .menu-button::before {
        transform: translateY(-6px);
        box-shadow: 0 6px 0 var(--navy);
    }
    .menu-button::after {
        transform: translateY(6px);
    }
    .logo img {
        width: 130px;
        margin-left: -0;
    }
    .quick-actions {
        flex-wrap: wrap;
        gap: 10px;
    }
    .quick {
        width: calc(50% - 5px);
        min-height: 82px;
        font-size: 15px;
        border-radius: 16px;
    }
    .quick .material-symbols-rounded {
        width: 30px;
        height: 30px;
    }
    .nav-links {
        flex-direction: column;
        gap: 4px;
        /* padding: 8px 0 14px; */
    }
    .hero h1 {
        font-size: clamp(58px, 17vw, 78px);
    }
    .hero h1 span,
    .hero h1 em,
    .hero h1 strong {
        display: block;
    }
    .hero-copy>p {
        font-size: 27px;
    }
    .tag {
        font-size: 15px;
    }
    .stats {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .stats article {
        font-size: 20px;
    }
    .hero-gallery {
        grid-template-columns: 1fr;
    }
    .hero-main,
    .hero-gallery figure:not(.hero-main) {
        grid-row: auto;
        aspect-ratio: 1.15 / 1;
    }
    figcaption {
        font-size: 16px;
    }
    .section-head {
        display: grid;
    }
    h2 {
        font-size: 36px;
    }
    .room-grid {
        grid-template-columns: 1fr;
    }
    .attraction {
        width: min(82vw, 340px);
        height: 420px;
    }
    .attraction.featured {
        width: min(88vw, 390px);
    }
    .card-img,
    .attraction.featured .card-img {
        height: 218px;
        aspect-ratio: 1.55 / 1;
    }
    .birthday-inner {
        padding: 36px 0;
    }
    .party-buttons {
        flex-direction: column;
        gap: 14px;
    }
    .party-buttons a {
        min-width: 0;
        width: 100%;
    }
    .birthday {
        background-image: url("../assets/backgrounds/birthday-yellow-grid.svg");
        background-color: var(--yellow);
    }
    .lounge>img {
        aspect-ratio: 1.35 / 1;
    }
    .membership {
        border-radius: 18px;
    }
    .membership-inner {
        grid-template-columns: 1fr;
        padding: 25px 0 28px;
        text-align: center;
    }
    .member-child {
        display: none;
    }
    .perks {
        grid-template-columns: 1fr;
    }
    .perks article {
        border-right: 0;
        border-bottom: 1px solid rgba(8, 27, 61, .1);
        justify-content: center;
    }
    .member-cta {
        grid-column: auto;
        width: 100%;
    }
    .cta img {
        width: 210px;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 430px) {
    .hero h1 {
        font-size: clamp(50px, 15vw, 60px);
    }
    .hero-copy>p {
        font-size: 23px;
    }
    .underline {
        width: 76%;
    }
    .stats article {
        font-size: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
    .site-loader {
        display: none !important;
    }
}

@media (max-width: 1180px) {
    .nav {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        transform: none !important;
    }
    .nav>.menu-toggle {
        display: none !important;
    }
    .nav>.menu-button {
        display: none !important;
    }
    .mobile-menu-button {
        display: block;
    }
}

.mobile-menu-button {
    display: block !important;
}

@media (min-width: 1181px) {
    .mobile-menu-button {
        display: none !important;
    }
}


/* Global breathing room between the stacked blueprint sections. */

.page>section+section {
    margin-top: clamp(46px, 4vw, 78px);
}

.section-head {
    margin-bottom: clamp(30px, 2.4vw, 44px);
}

.attraction-grid,
.member-benefits>div:not(.mini-head),
.member-plans>div,
.builder-types>div:not(.mini-head),
.member-moments>div:last-child,
.member-reviews>div,
.group-quick,
.group-types>div:not(.mini-head),
.group-experiences>div:not(.mini-head),
.group-extras>div,
.plan-confidence>div:not(.mini-head),
.group-gallery>div:not(.mini-head),
.contact-cards,
.help-topics>div,
.before-contact>div,
.about-values>div:not(.mini-head),
.about-blueprint>div,
.about-team>div:not(.mini-head) {
    gap: clamp(22px, 2vw, 34px);
}

.featured-sandpit,
.playground-map,
.admissions-membership,
.group-visits,
.celebration-screen,
.peace-mind,
.learning-play,
.group-attractions,
.contact-main,
.contact-faq,
.contact-lounge,
.about-story,
.about-safety,
.membership-compare,
.member-journey,
.manage-membership {
    padding: clamp(28px, 2.6vw, 44px);
}

@media (max-width: 760px) {
    .page>section+section {
        margin-top: 34px;
    }
    .section-head {
        margin-bottom: 24px;
    }
    .featured-sandpit,
    .playground-map,
    .admissions-membership,
    .group-visits,
    .celebration-screen,
    .peace-mind,
    .learning-play,
    .group-attractions,
    .contact-main,
    .contact-faq,
    .contact-lounge,
    .about-story,
    .about-safety,
    .membership-compare,
    .member-journey,
    .manage-membership {
        padding: 22px;
    }
}

@keyframes icon-pop {
    50% {
        transform: translateY(-2px) scale(1.12);
    }
}

@keyframes shine {
    to {
        left: 120%;
    }
}

@keyframes badge-pulse {
    50% {
        transform: scale(1.08);
    }
}

@keyframes conveyor {
    to {
        background-position-x: 80px;
    }
}

.gallery-page,
.faq-page {
    padding-bottom: 0;
}

.gallery-hero,
.faq-hero {
    display: grid;
    grid-template-columns: .78fr 1.05fr;
    gap: clamp(34px, 5vw, 95px);
    align-items: center;
    padding: 46px 0 52px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(18px, 1.6vw, 30px);
}

.gallery-grid article {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    border: 8px solid #fff;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow);
}

.gallery-grid .wide {
    grid-column: span 2;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.gallery-grid article:hover img {
    transform: scale(1.05);
}

.gallery-grid article>div {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(90deg, rgba(7, 27, 61, .92), rgba(7, 27, 61, .58));
}

.gallery-grid span,
.faq-hub>aside>span {
    color: var(--yellow);
    font: 900 13px/1 Consolas, monospace;
}

.gallery-grid h3 {
    margin-top: 6px;
    font-size: clamp(22px, 1.6vw, 30px);
}

.faq-hub {
    display: grid;
    grid-template-columns: .38fr 1fr;
    gap: clamp(24px, 3vw, 48px);
    align-items: start;
    padding: clamp(28px, 2.6vw, 44px);
    border: 1px solid rgba(36, 156, 226, .28);
    border-radius: 16px;
    background: rgba(211, 235, 251, .45);
}

.faq-hub>aside {
    position: sticky;
    top: 150px;
    display: grid;
    gap: 18px;
    padding: 28px;
    border-radius: 14px;
    background: url("../assets/backgrounds/navy-blueprint.svg"), var(--navy);
    color: #fff;
}

.faq-hub h2 {
    color: #fff;
    font-size: clamp(34px, 3vw, 54px);
}

.faq-hub p {
    color: rgba(255, 255, 255, .86);
    font-weight: 800;
    line-height: 1.45;
}

.faq-columns {
    display: grid;
    gap: 28px;
}

.faq-columns>section {
    padding: 24px;
    border: 1px solid rgba(8, 27, 61, .1);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 8px 22px rgba(8, 27, 61, .08);
}

.faq-columns h3 {
    margin-bottom: 16px;
    font-size: clamp(24px, 2vw, 34px);
}

@media (max-width: 1180px) {
    .gallery-hero,
    .faq-hero,
    .faq-hub {
        grid-template-columns: 1fr;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .faq-hub>aside {
        position: static;
    }
}

@media (max-width: 760px) {
    .gallery-hero,
    .faq-hero {
        padding-top: 22px;
        text-align: center;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid .wide {
        grid-column: auto;
    }
    .gallery-grid article {
        min-height: 260px;
    }
    .faq-hub,
    .faq-columns>section {
        padding: 22px;
    }
}


/* Homepage: supplied soft blueprint artwork. Scoped because other pages share this file. */

.home-page {
    --navy: #101010;
    --blue: #ff6b00;
    --orange: #ff6b00;
    --yellow: #fbb515;
    background: #fbfaf6;
    color: var(--navy);
    font-family: "Poppins", Arial, sans-serif;
    animation: none;
}

.home-page::before {
    background: #fbfaf6;
}

.home-page .wrap {
    width: min(1440px, calc(100% - 64px));
}

.home-page .page {
    padding-top: 110px;
}

.nav {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    width: min(1440px, calc(100% - 64px));
    min-height: 100px;
    grid-template-columns: 190px 1fr auto;
    gap: 20px;
    padding: 12px;
    background: transparent;
}

.home-page .nav.scrolled {
    min-height: 82px;
    background: rgba(251, 250, 246, .88);
    border-color: rgba(8, 27, 61, .08);
    box-shadow: 0 10px 30px rgba(8, 27, 61, .12);
    backdrop-filter: blur(16px);
}

.home-page .logo img {
    width: 185px;
}

.home-page .nav-links {
    gap: 10px 18px;
    font-size: 12px;
}

.home-page .nav-links a:hover,
.home-page .tag,
.home-page section>span,
.home-page .section-head span,
.home-page .membership span {
    color: var(--orange);
}

.home-page .quick-actions {
    gap: 8px;
}

.home-page .nav .quick {
    width: auto;
    min-height: 44px;
    display: flex;
    padding: 10px;
    gap: 6px;
    border-radius: 7px;
    font-size: 11px;
    box-shadow: none;
    flex-direction: column;
}

.home-page .nav .quick .material-symbols-rounded {
    width: 20px;
    height: 20px;
}

.home-page .quick.yellow {
    color: var(--navy);
}

.home-page .hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: .68fr 1fr;
    align-items: start;
    gap: 28px;
    padding: 14px 0 54px;
}

.home-page .hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -110px;
    bottom: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: url('../assets/backgrounds/hero-bg.png') center bottom / cover no-repeat;
    pointer-events: none;
}

.home-page .hero-copy {
    position: relative;
    padding-top: 24px;
}

.home-page .tag {
    padding: 0;
    border: 0;
    background: none;
    font: 14px/1.5 'Trebuchet MS', sans-serif;
    letter-spacing: 3px;
}

.home-page .hero h1 {
    font-size: clamp(60px, 6.8vw, 105px);
    line-height: .98;
    letter-spacing: -3px;
    margin: 16px 0;
    font-weight: 900;
}

.home-page .word-dig {
    color: var(--navy);
}

.home-page .word-build,
.home-page .word-explore {
    color: var(--orange);
    text-shadow: 0 5px 0 rgba(251, 181, 21, .38);
}

.home-page .hero-word,
.home-page .headline-dot {
    display: inline-block;
}

.home-page .hero-word {
    transform-origin: center bottom;
}

.home-page .word-explore {
    display: block;
}

.home-page .headline-dot {
    color: var(--yellow);
    text-shadow: none;
}

.home-page .hero-copy>p {
    font-size: clamp(18px, 1.8vw, 27px);
    line-height: 1.3;
    font-weight: 600;
}

.home-page .underline {
    width: 75%;
    height: 7px;
    margin: 16px 0;
    background: var(--yellow);
    border-radius: 50%;
}

.home-page .hero-mascot-animation {
    position: absolute;
    width: min(31vw, 424px);
    aspect-ratio: 4 / 4;
    margin: 12px 0 -54px auto;
    flex: 0 0 auto;
    top: 250px;
    right: -80px;
}

.js-enabled .home-page .hero-mascot-animation {
    visibility: hidden;
}

.home-page .hero-mascot-frame {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    user-select: none;
    pointer-events: none;
    transform: translateZ(0);
}

.home-page .hero-mascot-animation[role="button"] {
    cursor: pointer;
}

.home-page .hero-mascot-animation:focus-visible {
    outline: 4px solid var(--orange);
    outline-offset: 4px;
}

.home-page .mascot-speech {
    position: absolute;
    top: -10%;
    right: 9%;
    z-index: 3;
    padding: 12px 18px;
    color: var(--navy);
    background: #fff;
    border: 2px solid var(--navy);
    border-radius: 18px;
    box-shadow: 0 8px 22px rgba(8, 43, 80, .14);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transform-origin: 25% 100%;
}

.home-page .mascot-speech::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -9px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-right: 2px solid var(--navy);
    border-bottom: 2px solid var(--navy);
    transform: rotate(45deg);
}

.home-page .typing-dot {
    display: inline-block;
    min-width: .32em;
    color: var(--orange);
    font-size: 1.25em;
    line-height: .7;
    text-align: center;
}

.home-page .hero-gallery {
    width: 100%;
    min-width: 0;
    aspect-ratio: 1.35;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, .96fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.home-page .hero-gallery figure {
    min-width: 0;
    min-height: 0;
    border: 0;
    box-shadow: none;
    border-radius: 20px;
}

.home-page .hero-gallery img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page .hero-gallery .hero-main {
    grid-row: 1 / 3;
    border-radius: 70px 18px 70px 18px;
    aspect-ratio: auto;
}

.home-page .hero-gallery figure:not(.hero-main) {
    aspect-ratio: auto;
    min-height: 0;
}

.home-page .hero-gallery figcaption {
    display: none;
}

.home-page .page>section+section {
    margin-top: 14px;
}

.home-page .attractions {
    width: 100%;
    padding: 34px max(32px, calc((100% - 1440px)/2)) 24px;
    background: #e3f4ff url('../assets/backgrounds/attractions-bg.png') bottom / cover no-repeat;
    border-radius: 24px;
}

.home-page .section-head {
    margin-bottom: 24px;
}

.home-page .section-head>div>span {
    display: none;
}

.home-page h2 {
    font-size: clamp(30px, 3.4vw, 52px);
    line-height: 1.08;
}

.home-page .section-head p {
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--orange);
}

.home-page .section-head .pill {
    background: none;
    box-shadow: none;
    padding: 0;
    font-size: 13px;
}

.home-page .attraction,
.home-page .attraction.featured {
    width: calc((100% - 72px)/4);
    min-width: 240px;
    height: auto;
    background: #fff;
    color: var(--navy);
    border: 7px solid #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px #071b3d0a;
}

.home-page .card-img,
.home-page .attraction.featured .card-img {
    height: 195px;
    border-radius: 7px;
}

.home-page .attraction small {
    display: none;
}

.home-page .card-body {
    padding: 14px 3px;
    gap: 10px;
}

.home-page .card-body>img {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    padding: 0;
    border-radius: 0;
    background: none;
}

.home-page .card-body h3 {
    font-size: 18px;
}

.home-page .card-body p,
.home-page .attraction.featured p {
    color: #526988;
    font-size: 14px;
}

.home-page .birthday {
    background: #fff1b5 url('../assets/backgrounds/birthday-bg.png') top / cover no-repeat;
}

.home-page .lounge {
    position: relative;
    isolation: isolate;
    padding: 32px;
}

.home-page .lounge::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset-block: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: url('../assets/backgrounds/lounge-bg.png') top / cover no-repeat;
    pointer-events: none;
}

.home-page .membership {
    background: #e5f3df url('../assets/backgrounds/membership-bg.png') center -500px / cover no-repeat;
}

.home-page .cta {
    position: relative;
    min-height: 265px;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    padding: 28px 54px 0;
    overflow: hidden;
    background: #06345c url('../assets/backgrounds/cta-bg.png') center bottom / cover no-repeat;
    border-radius: 20px;
}

.home-page .cta .cta-mascot {
    width: 220px;
    max-height: 235px;
    object-fit: contain;
    align-self: end;
    filter: none;
    border-radius: 18px 18px 0 0;
}

.home-page .cta-copy {
    padding-bottom: 28px;
    text-align: left;
}

.home-page .cta h2 {
    font-size: clamp(36px, 3vw, 48px);
}

.home-page .cta .quick-actions {
    justify-content: flex-start;
    margin-top: 18px;
}

.home-page .cta .quick {
    width: 118px;
    min-height: 76px;
    border-radius: 10px;
    font-size: 11px;
    padding: 10px;
    box-shadow: none;
}

.home-page .cta .quick span {
    color: inherit;
    font-family: inherit;
}

.home-page .cta .quick .material-symbols-rounded {
    width: 28px;
    height: 28px;
}

.home-page footer {
    margin: 0;
    color: var(--navy);
    background: #fbfaf6 url('../assets/backgrounds/footer-bg.png') center -550px / cover no-repeat;
}

.home-page footer .stripe {
    display: none;
}

.home-page footer p,
.home-page footer a {
    color: var(--navy);
}

.home-page footer img {
    width: 180px;
    margin-bottom: 12px;
}

.home-page .footer-grid {
    gap: 30px;
}

@media (max-width: 1440px) {
    .home-page .cta,
    .home-page footer {
        background-position: center bottom;
    }
    .home-page .membership {
        background-position: center bottom;
    }
}

@media (max-width: 1180px) {
    .home-page .nav {
        padding: 12px 24px;
        grid-template-columns: 1fr;
    }
    .home-page .nav .quick {
        flex: 1;
    }
    .home-page .hero {
        grid-template-columns: .8fr 1fr;
    }
    .home-page .hero h1 {
        font-size: clamp(52px, 7vw, 82px);
    }
}

@media (max-width: 760px) {
    .home-page .wrap {
        width: calc(100% - 32px);
    }
    .home-page .page {
        padding-top: 95px;
    }
    .home-page .hero::before {
        top: -95px;
    }
    .home-page .hero {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-bottom: 24px;
    }
    .home-page .hero-copy {
        text-align: left;
        padding-top: 0;
    }
    .home-page .hero h1 {
        font-size: clamp(56px, 12vw, 86px);
    }
    .home-page .hero-mascot-animation {
        position: relative;
        top: auto;
        right: auto;
        width: min(76vw, 350px);
        margin: 12px auto -24px;
    }
    .home-page .mascot-speech {
        top: -9%;
        right: -8%;
        padding: 9px 13px;
        font-size: 14px;
    }
    .home-page .hero-gallery {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        gap: 10px;
    }
    .home-page .hero-gallery .hero-main {
        grid-row: span 2;
        border-radius: 35px 12px;
    }
    .home-page .attractions {
        width: 100%;
        padding: 26px 16px 12px;
    }
    .home-page .section-head {
        gap: 10px;
    }
    .home-page .lounge {
        padding: 24px;
        gap: 24px;
    }
    .home-page .cta {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 28px 16px 0;
    }
    .home-page .cta-copy {
        grid-row: 1;
        text-align: center;
    }
    .home-page .cta .cta-mascot {
        width: 160px;
        justify-self: center;
    }
    .home-page .cta .quick-actions {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .home-page .cta .quick {
        width: 100%;
    }
    .home-page .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-page footer,
    .home-page .lounge::before,
    .home-page .birthday {
        background-position: left bottom;
    }
    .home-page .hero::before {
        background-position: -400px bottom;
    }
    .home-page .cta,
    .home-page .membership {
        background-position: right bottom;
    }
}


/* Single authoritative mobile navigation layout. */

@media (max-width: 1180px) {
    .home-page.mobile-nav-open {
        overflow: hidden;
    }
    .home-page .nav,
    .home-page .nav.scrolled {
        top: 0;
        left: 0 !important;
        right: 0;
        width: 100% !important;
        min-height: 82px;
        max-height: 82px;
        grid-template-columns: minmax(0, 1fr);
        align-content: start;
        gap: 0;
        /* padding: 10px 64px 10px 16px; */
        overflow: hidden;
        transform: none !important;
        border-radius: 0 0 16px 16px;
        background: rgba(251, 250, 246, .94);
        box-shadow: 0 8px 24px rgba(16, 16, 16, .1);
        backdrop-filter: blur(16px);
        transition: max-height .35s ease, background-color .25s ease, box-shadow .25s ease;
    }
    .home-page .nav.menu-open {
        max-height: 100dvh;
        overflow-y: auto;
        background: #fbfaf6;
        box-shadow: 0 16px 36px rgba(16, 16, 16, .18);
    }
    .home-page .nav .logo {
        min-height: 52px;
        display: flex;
        align-items: center;
    }
    .home-page .nav .logo img {
        width: 150px;
    }
    .home-page .nav-links,
    .home-page .nav>.quick-actions {
        grid-column: 1;
        flex: 0 0 auto;
    }
    .home-page .nav.menu-open .nav-links {
        max-height: 560px;
        margin-top: 10px;
    }
    .home-page .nav.menu-open>.quick-actions {
        max-height: 320px;
        padding: 12px 0 18px;
    }
    .home-page .nav .quick {
        flex: 1 1 calc(25% - 9px);
        min-width: 130px;
        min-height: 76px;
    }
    .home-page .mobile-menu-button {
        display: block !important;
        top: 15px;
        right: 14px;
        z-index: 110;
    }
}

@media (max-width: 560px) {
    .home-page .nav .quick {
        flex-basis: calc(50% - 5px);
        min-width: 0;
    }
}


/* Keep the full desktop composition fluid from 1181px through 1500px. */

@media (min-width: 1181px) and (max-width: 1500px) {
    .home-page .wrap,
    .home-page .nav {
        width: min(1440px, calc(100% - 60px)) !important;
    }
    .home-page .nav {
        grid-template-columns: 185px minmax(0, 1fr) auto;
        gap: clamp(12px, 1.35vw, 20px);
        min-height: 100px;
        padding: 12px 0;
    }
    .home-page .nav-links {
        flex-wrap: nowrap;
        gap: clamp(10px, 1.05vw, 18px);
        font-size: clamp(10px, .84vw, 12px);
    }
    .home-page .nav .quick {
        min-width: clamp(90px, 7vw, 108px);
        min-height: 60px;
        padding: 8px;
        white-space: nowrap;
    }
    .home-page .hero {
        grid-template-columns: minmax(0, .68fr) minmax(0, 1fr);
        gap: clamp(20px, 2vw, 30px);
    }
    .home-page .hero-mascot-animation {
        width: clamp(300px, 25vw, 380px);
    }
}


/* Keep the shared inner-page shell authoritative after legacy page rules. */


/* body:not(.home-page) {
    background: #fbfaf6 url('../assets/backgrounds/bac.png') center top / 100% auto repeat-y;
}
 */

body:not(.home-page) .wrap,
body:not(.home-page) .nav {
    width: min(1440px, calc(100% - 84px));
}

body:not(.home-page) .nav {
    min-height: 122px;
    grid-template-columns: 250px 1fr auto;
}

body:not(.home-page) .logo img {
    width: 225px;
}

@media (max-width: 1180px) {
    body:not(.home-page) .wrap,
    body:not(.home-page) .nav {
        width: min(100% - 32px, 1440px);
    }
}


/* Keep the workshop skin authoritative after the shared inner-page shell. */

body.workshop-page {
    background: #fbfaf6 center top / 100% auto repeat-y;
    color: var(--ws-navy);
    animation: none;
}

body.workshop-page::before {
    display: none;
}

body.workshop-page .page {
    padding-top: 94px;
    overflow: hidden;
}

body.workshop-page .wrap,
body.workshop-page .nav {
    width: min(1200px, calc(100% - 40px));
}

body.workshop-page .page {
    padding-top: 162px;
}

body.workshop-page .nav {
    min-height: 94px;
    grid-template-columns: 180px 1fr auto;
    gap: 18px;
    padding: 10px 0;
    background: rgba(255, 253, 248, .96);
    border-radius: 0;
}

body.workshop-page .nav.scrolled {
    min-height: 78px;
}

body.workshop-page .logo img {
    width: 170px;
}

body.workshop-page .page>section {
    border-radius: 0;
}

body.workshop-page .page>section+section {
    margin-top: 0;
}

body.workshop-page .icon-calendar {
    --icon: url('../assets/icons/calendar.svg');
}

body.workshop-page .icon-chair {
    --icon: url('../assets/icons/chair.svg');
}

@media (min-width:1181px) {
    .workshop-hero {
        height: min(43vw, 620px);
        min-height: 0;
    }
    .workshop-hero-photo>img {
        position: absolute;
        inset: 0;
    }
    .journey-section {
        min-height: min(32vw, 490px);
    }
}

@media (min-width:761px) and (max-width:1180px) {
    body.workshop-page .mobile-menu-button,
    body.workshop-page .menu-button {
        display: none !important;
    }
    body.workshop-page .nav,
    body.workshop-page .nav.scrolled {
        left: 50% !important;
        right: auto !important;
        width: min(920px, calc(100% - 24px)) !important;
        min-height: 58px;
        grid-template-columns: 145px minmax(0, 1fr) auto;
        justify-content: normal;
        gap: 12px;
        padding: 6px 0;
        transform: translateX(-50%) !important;
        border-radius: 0;
    }
    body.workshop-page .nav .logo img {
        width: 140px;
    }
    body.workshop-page .nav-links,
    body.workshop-page .quick-actions {
        grid-column: auto;
        width: auto;
        max-height: none;
        margin: 0;
        padding: 0;
        overflow: visible;
        opacity: 1;
        pointer-events: auto;
        transform: none;
        background: none;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    body.workshop-page .nav-links {
        flex-direction: row;
        justify-content: center;
        gap: 12px;
    }
    body.workshop-page .nav-links a {
        padding: 8px 0;
        border: 0;
        font-size: 9px;
        opacity: 1;
        transform: none;
        white-space: nowrap;
    }
    body.workshop-page .nav-links .active::after {
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
    }
    body.workshop-page .quick-actions {
        display: flex;
        gap: 7px;
    }
    body.workshop-page .nav .quick {
        min-width: 65px;
        min-height: 42px;
        padding: 6px 9px;
        gap: 4px;
        border-radius: 5px;
        font-size: 8px;
    }
    body.workshop-page .nav .quick {
        width: 68px;
        flex: none;
    }
    body.workshop-page .nav .quick:first-child {
        width: 128px;
        min-width: 128px;
    }
    body.workshop-page .nav .quick .material-symbols-rounded {
        width: auto;
        height: auto;
        font-size: 16px;
    }
    body.workshop-page .page {
        padding-top: 58px;
    }
    .workshop-hero {
        height: 385px;
        min-height: 0;
    }
    .workshop-hero-photo>img {
        position: absolute;
        inset: 0;
    }
    .workshop-hero-copy {
        padding-top: 38px;
        padding-bottom: 30px;
    }
    .workshop-hero h1 {
        font-size: 57px;
    }
    .journey-section {
        min-height: 318px;
        padding-top: 17px;
        padding-bottom: 18px;
    }
    .workshop-heading h2 {
        font-size: 34px;
    }
    .workshop-heading p {
        font-size: 14px;
    }
    .journey-steps {
        grid-template-columns: repeat(5, 1fr);
        gap: 9px;
        margin-top: 20px;
    }
    .journey-steps article {
        padding: 6px 7px 10px;
    }
    .journey-steps img {
        width: 82px;
        height: 82px;
    }
    .journey-steps h3 {
        font-size: 13px;
    }
    .journey-steps p {
        font-size: 9px;
    }
    .journey-sign {
        display: block;
        width: 132px;
        top: 25px;
    }
    .journey-sign-text {
        display: block;
        right: 8px;
        top: 56px;
        width: 105px;
        font-size: 14px;
    }
    .bear-section,
    .accessory-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-title h2 {
        font-size: 31px;
    }
    .section-title p {
        margin-bottom: 11px;
        font-size: 13px;
    }
    .bear-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 7px;
    }
    .bear-grid article {
        padding: 7px;
    }
    .bear-grid img {
        height: 132px;
    }
    .bear-grid h3 {
        margin: 2px 0 6px;
        font-size: 11px;
    }
    .bear-grid a {
        padding: 6px;
        font-size: 11px;
    }
    .accessory-grid {
        grid-template-columns: repeat(10, 1fr);
        gap: 5px;
    }
    .accessory-grid article {
        padding: 5px 3px;
    }
    .accessory-grid img {
        height: 73px;
    }
    .accessory-grid h3 {
        font-size: 7px;
    }
    .view-all {
        top: 35px;
        font-size: 10px;
    }
    .workshop-cta {
        min-height: 225px;
        grid-template-columns: 205px 1fr 145px 120px;
        gap: 10px;
        padding-top: 12px;
        padding-bottom: 0;
    }
    .cta-mascot {
        display: block;
        width: 205px;
        max-height: 218px;
    }
    .cta-sign {
        left: max(3vw, calc((100vw - 1160px)/2));
        top: auto;
        bottom: 43px;
        width: 125px;
        padding: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
        font-size: 14px;
        transform: rotate(-5deg);
    }
    .cta-copy h2 {
        font-size: 31px;
    }
    .cta-copy p {
        font-size: 11px;
    }
    .cta-copy .workshop-button {
        padding: 11px 21px;
        font-size: 12px;
    }
    .workshop-cta figure:last-child {
        display: block;
    }
    .workshop-cta figcaption {
        font-size: 8px;
    }
    .workshop-footer {
        padding-top: 20px;
    }
    .workshop-footer .footer-grid {
        grid-template-columns: 1.4fr repeat(3, 1fr) .8fr;
        gap: 22px;
        padding-bottom: 16px;
    }
    .workshop-footer img {
        width: 125px;
    }
    .workshop-footer p,
    .workshop-footer a {
        font-size: 8px;
    }
    .footer-note {
        display: flex;
    }
    .footer-note span {
        font-size: 14px;
    }
    .hazard {
        height: 36px;
        background-image: url('../assets/backgrounds/hazard-stripe.svg');
        background-size: auto 100%;
    }
}

@media (max-width:760px) {
    body.workshop-page .nav,
    body.workshop-page .nav.scrolled {
        width: 100%;
        min-height: 82px;
        padding: 10px 70px 10px 20px;
        background: #fffdf8;
    }
    body.workshop-page .nav .logo img {
        width: 150px;
    }
    body.workshop-page .page {
        padding-top: 82px;
    }
    body.workshop-page .page {
        padding-top: 82px;
    }
    .workshop-opening {
        background: #fffdf8;
    }
    .workshop-hero {
        background: url('../assets/build-a-bear-workshop-assets/backgrounds/hero bg mobile.png') center top / 100% 100% no-repeat;
    }
    .workshop-hero h1 {
        font-size: clamp(32px, 8.8vw, 42px);
        letter-spacing: 0;
    }
    .workshop-features {
        gap: 12px;
    }
    .workshop-features div {
        grid-template-columns: 31px auto;
    }
    .workshop-features img {
        width: 25px;
        height: 25px;
    }
    .workshop-features b {
        font-size: 10px;
    }
    .workshop-features small {
        font-size: 8px;
    }
    .journey-section h2 {
        font-size: clamp(24px, 7vw, 32px);
        max-width: 330px;
        margin-inline: auto;
        line-height: 1.02;
        white-space: normal;
    }
    .journey-section {
        background: url('../assets/build-a-bear-workshop-assets/backgrounds/second bg mobile.png') center top / 100% 100% no-repeat;
    }
    .journey-steps {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        overflow: visible;
        padding: 18px 0 24px;
        scroll-snap-type: none;
    }
    .journey-steps article {
        width: min(245px, 72vw);
        min-width: 0;
        scroll-snap-align: none;
    }
    .journey-steps article:nth-child(even) {
        align-self: flex-end;
    }
}


/* Keep shared header/footer consistent on inner pages. */

body:not(.home-page) .nav {
    width: min(1440px, calc(100% - 64px));
    min-height: 100px;
    grid-template-columns: 190px 1fr auto;
    gap: 20px;
    padding: 12px;
    background: transparent;
    border-radius: 0 0 22px 22px;
}

body:not(.home-page) .nav.scrolled {
    min-height: 82px;
    background: rgba(251, 250, 246, .88);
}

body:not(.home-page) .logo img {
    width: 185px;
}

body:not(.home-page) .page {
    padding-top: 110px;
}

body:not(.home-page) .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    font-size: 12px;
}

body:not(.home-page) .nav-links a {
    padding: 9px 0;
    border: 0;
    opacity: 1;
    transform: none;
    white-space: normal;
}

body:not(.home-page) .nav .quick {
    width: auto;
    min-height: 44px;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
    border-radius: 7px;
    font-size: 11px;
    box-shadow: none;
}

body:not(.home-page) .quick-actions {
    gap: 8px;
}

body:not(.home-page) .nav .quick .material-symbols-rounded {
    width: 20px;
    height: 20px;
}

body:not(.home-page) footer {
    margin: 0;
    color: var(--navy);
    background: #fbfaf6 url('../assets/backgrounds/footer-bg.png') center -550px / cover no-repeat;
}

body:not(.home-page) footer .stripe,
body:not(.home-page) .footer-note {
    display: none;
}

body:not(.home-page) footer p,
body:not(.home-page) footer a {
    color: var(--navy);
}

body:not(.home-page) footer img {
    width: 180px;
    margin-bottom: 12px;
}

body:not(.home-page) .footer-grid {
    gap: 30px;
}

@media (max-width:1180px) {
    body:not(.home-page) .nav,
    body:not(.home-page) .nav.scrolled {
        top: 0;
        left: 0 !important;
        right: 0;
        width: 100% !important;
        min-height: 82px;
        max-height: 82px;
        grid-template-columns: minmax(0, 1fr);
        align-content: start;
        gap: 0;
        padding: 10px 16px 10px 16px;
        overflow: hidden;
        transform: none !important;
        border-radius: 0 0 16px 16px;
        background: rgba(251, 250, 246, .94);
        box-shadow: 0 8px 24px rgba(16, 16, 16, .1);
        backdrop-filter: blur(16px);
    }
    body:not(.home-page) .nav .logo {
        min-height: 52px;
        display: flex;
        align-items: center;
    }
    body:not(.home-page) .nav:has(.menu-toggle:checked),
    body:not(.home-page) .nav.menu-open {
        max-height: 100dvh;
        overflow-y: auto;
        background: #fbfaf6;
        box-shadow: 0 16px 36px rgba(16, 16, 16, .18);
    }
    body:not(.home-page) .nav .logo img {
        width: 150px;
        max-height: 58px;
        object-fit: contain;
    }
    body:not(.home-page) .mobile-menu-button {
        display: none !important;
    }
    body:not(.home-page) .nav>.menu-button {
        display: grid !important;
        position: absolute;
        top: 15px;
        right: auto;
        left: min(calc(100vw - 56px), 334px);
        z-index: 110;
        width: 42px;
        height: 42px;
        margin: 0;
        border: 0;
        border-radius: 10px;
        background: linear-gradient(var(--navy), var(--navy)) center 14px / 22px 3px no-repeat, linear-gradient(var(--navy), var(--navy)) center 20px / 22px 3px no-repeat, linear-gradient(var(--navy), var(--navy)) center 26px / 22px 3px no-repeat, var(--yellow);
        box-shadow: 0 10px 22px rgba(8, 27, 61, .14);
        opacity: 1;
        visibility: visible;
        appearance: none;
        transition: border-radius .25s ease, transform .25s ease, background .25s ease;
    }
    body:not(.home-page) .menu-toggle:checked+.menu-button,
    body:not(.home-page) .nav.menu-open>.menu-button {
        border-radius: 50%;
        transform: rotate(90deg);
        background: linear-gradient(45deg, transparent calc(50% - 2px), var(--navy) calc(50% - 2px), var(--navy) calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(-45deg, transparent calc(50% - 2px), var(--navy) calc(50% - 2px), var(--navy) calc(50% + 2px), transparent calc(50% + 2px)), var(--yellow);
    }
    body:not(.home-page) .nav-links,
    body:not(.home-page) .nav>.quick-actions {
        grid-column: 1;
        width: auto;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: max-height .35s ease, opacity .25s ease, transform .28s ease, padding .28s ease, margin .28s ease;
    }
    body:not(.home-page) .menu-toggle:checked~.nav-links,
    body:not(.home-page) .nav.menu-open .nav-links {
        display: flex;
        flex-direction: column;
        max-height: 560px;
        margin-top: 10px;
        padding: 10px 18px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        background: rgba(255, 255, 255, .94);
        border: 1px solid rgba(8, 27, 61, .12);
        border-radius: 18px;
        box-shadow: var(--shadow);
    }
    body:not(.home-page) .menu-toggle:checked~.quick-actions,
    body:not(.home-page) .nav.menu-open>.quick-actions {
        display: flex;
        flex-wrap: wrap;
        max-height: 320px;
        margin-top: 4px;
        padding: 12px 0 18px;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
    body:not(.home-page) .nav .quick {
        flex: 1 1 calc(25% - 9px);
        min-width: 130px;
        min-height: 76px;
    }
}