/* Page assembly utilities for Enfold builder section spacing and layout rhythm. */

#top .avia-section.ae-section .content,
#top .avia-section.ae-section .sidebar,
#top .ae-section:not(.avia-section) {
    padding-bottom: var(--aldersbrook-space-section);
    padding-top: var(--aldersbrook-space-section);
}

#top .avia-section.ae-section--tight .content,
#top .avia-section.ae-section--tight .sidebar,
#top .ae-section--tight:not(.avia-section) {
    padding-bottom: var(--aldersbrook-space-section-tight);
    padding-top: var(--aldersbrook-space-section-tight);
}

#top .avia-section.ae-section--roomy .content,
#top .avia-section.ae-section--roomy .sidebar,
#top .ae-section--roomy:not(.avia-section) {
    padding-bottom: var(--aldersbrook-space-section-roomy);
    padding-top: var(--aldersbrook-space-section-roomy);
}

#top .ae-flow > * + * {
    margin-top: var(--aldersbrook-space-md);
}

#top .ae-flow--tight > * + * {
    margin-top: var(--aldersbrook-space-sm);
}

#top .ae-flow--roomy > * + * {
    margin-top: var(--aldersbrook-space-lg);
}

/* Standalone page-shell layout utilities for one-shortcode page assembly. */
#top #main .ae-shell-page {
    display: block;
}

#top #main .ae-shell-page > *:first-child {
    margin-top: 0;
}

#top #main .ae-shell-section {
    position: relative;
}

#top #main .ae-shell-section[id] {
    scroll-margin-top: 7rem;
}

#top #main .ae-shell-grid {
    display: grid;
    gap: clamp(1.25rem, 2.6vw, 2rem);
}

#top #main .ae-shell-grid--halves,
#top #main .ae-shell-grid--sidebar {
    grid-template-columns: minmax(0, 1fr);
}

#top #main .ae-shell-grid--thirds,
#top #main .ae-shell-grid--stats {
    grid-template-columns: minmax(0, 1fr);
}

#top #main .ae-shell-kicker {
    color: var(--aldersbrook-color-action);
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

#top #main .ae-shell-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

#top #main .ae-shell-actions .button,
#top #main .ae-shell-actions button {
    margin: 0;
}

#top #main .ae-photo-carousel {
    position: relative;
}

#top #main .ae-photo-carousel-track {
    scroll-behavior: smooth;
}

#top #main .ae-photo-carousel-control {
    align-items: center;
    background: rgba(13, 60, 69, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.92rem;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    margin: 0;
    opacity: 0.95;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
    width: 2rem;
    z-index: 3;
}

#top #main .ae-photo-carousel-control:hover,
#top #main .ae-photo-carousel-control:focus-visible {
    background: rgba(12, 126, 114, 0.9);
    opacity: 1;
    transform: translateY(-50%) scale(1.03);
}

#top #main .ae-photo-carousel-control:disabled {
    cursor: default;
    opacity: 0.32;
    transform: translateY(-50%);
}

#top #main .ae-photo-carousel-control--prev {
    left: clamp(0.45rem, 1.2vw, 0.95rem);
}

#top #main .ae-photo-carousel-control--next {
    right: clamp(0.45rem, 1.2vw, 0.95rem);
}

#top #main .ae-shell-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top #main .ae-shell-list li {
    padding-left: 1.4rem;
    position: relative;
}

#top #main .ae-shell-list li + li {
    margin-top: 0.9rem;
}

#top #main .ae-shell-list li::before {
    background: var(--aldersbrook-color-primary);
    border-radius: 999px;
    content: "";
    height: 0.5rem;
    left: 0;
    position: absolute;
    top: 0.72rem;
    width: 0.5rem;
}

#top #main .ae-shell-stat {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(13, 60, 69, 0.08);
    border-radius: var(--aldersbrook-radius-sm);
    padding: 1rem;
}

#top #main .ae-shell-stat strong {
    color: var(--aldersbrook-color-ink);
    display: block;
    font-family: var(--aldersbrook-font-heading);
    font-size: clamp(1.9rem, 4vw, 2.7rem);
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 0.45rem;
}

#top #main .ae-shell-stat span {
    color: var(--aldersbrook-color-text-soft);
    display: block;
    font-size: 0.92rem;
    line-height: 1.45;
}

#top #main .ae-shell-placeholder {
    align-content: end;
    background:
        linear-gradient(140deg, rgba(13, 60, 69, 0.9), rgba(19, 160, 144, 0.84)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    border-radius: var(--aldersbrook-radius-lg);
    color: var(--aldersbrook-color-white);
    display: grid;
    gap: 0.8rem;
    min-height: 18rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    position: relative;
    overflow: hidden;
}

#top #main .ae-shell-placeholder::after {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent 36%),
        radial-gradient(circle at bottom right, rgba(201, 116, 86, 0.24), transparent 32%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

#top #main .ae-shell-placeholder > * {
    position: relative;
    z-index: 1;
}

#top #main .ae-shell-placeholder .ae-shell-kicker {
    color: rgba(255, 255, 255, 0.8);
}

#top #main .ae-shell-placeholder strong {
    color: var(--aldersbrook-color-white);
    font-family: var(--aldersbrook-font-heading);
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

#top #main .ae-shell-placeholder p {
    color: rgba(255, 255, 255, 0.86);
    margin: 0;
    max-width: 24rem;
}

#top #main .ae-shell-media {
    background: var(--aldersbrook-color-ink);
    border-radius: var(--aldersbrook-radius-lg);
    display: grid;
    min-height: 18rem;
    overflow: hidden;
    position: relative;
}

#top #main .ae-shell-media::after {
    background:
        linear-gradient(180deg, rgba(13, 60, 69, 0.06), rgba(13, 60, 69, 0.78)),
        linear-gradient(135deg, rgba(19, 160, 144, 0.18), rgba(201, 116, 86, 0.08));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

#top #main .ae-shell-media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

#top #main .ae-shell-media-caption {
    align-self: end;
    color: var(--aldersbrook-color-white);
    display: grid;
    gap: 0.75rem;
    max-width: 30rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    position: relative;
    z-index: 2;
}

#top #main .ae-shell-media-caption .ae-shell-kicker {
    color: rgba(255, 255, 255, 0.8);
}

#top #main .ae-shell-media-caption strong {
    color: var(--aldersbrook-color-white);
    font-family: var(--aldersbrook-font-heading);
    font-size: clamp(1.35rem, 2.6vw, 1.95rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

#top #main .ae-shell-media-caption p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

#top #main .ae-shell-placeholder-grid .ae-shell-placeholder {
    min-height: 14rem;
}

#top #main .ae-shell-placeholder-grid .ae-shell-media {
    min-height: 14rem;
}

#top #main .ae-shell-shortcode > * {
    margin: 0;
}

#top #main .ae-shell-form-wrap,
#top #main .ae-shell-shortcode,
#top #main .ae-pricing-grid {
    min-width: 0;
}

#top #main .ae-shell-contact-form {
    background: var(--aldersbrook-color-white);
}

#top #main .ae-shell-form-field {
    margin: 0;
}

#top #main .ae-shell-hidden-field {
    height: 0;
    left: -9999px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 0;
}

#top #main .ae-shell-notice {
    border: 1px solid var(--aldersbrook-color-border);
    border-radius: var(--aldersbrook-radius-sm);
    padding: 1rem 1.15rem;
}

#top #main .ae-shell-notice strong {
    display: block;
    margin-bottom: 0.35rem;
}

#top #main .ae-shell-notice--success {
    background: rgba(19, 160, 144, 0.08);
    border-color: rgba(19, 160, 144, 0.2);
}

#top #main .ae-shell-notice--error {
    background: rgba(201, 116, 86, 0.08);
    border-color: rgba(201, 116, 86, 0.22);
}

#top #main .ae-shell-quote {
    border-left: none;
    margin: 0;
    padding: clamp(1.5rem, 3vw, 2rem);
}

#top #main .ae-shell-quote p:last-child {
    margin-bottom: 0;
}

#top #main .ae-shell-page--venues .ae-venues-hero {
    min-height: 100%;
    padding: clamp(1.7rem, 3.2vw, 2.5rem);
}

#top #main .ae-shell-page--venues .ae-venues-hero h1 {
    font-size: clamp(2.25rem, 4.7vw, 3.9rem);
    letter-spacing: -0.022em;
    line-height: 1.12;
    margin-bottom: 0.38em;
    max-width: 15.5ch;
}

#top #main .ae-shell-page--venues .ae-venues-hero .ae-lead {
    line-height: 1.68;
    max-width: 48rem;
}

#top #main .ae-shell-page--venues .ae-venues-glance-card h2 {
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.2;
    margin-bottom: 0.45em;
    max-width: 18ch;
}

#top #main .ae-shell-page--venues .ae-venues-glance-card > p {
    max-width: 44ch;
}

#top #main .ae-shell-page--venues .ae-venues-helper-link {
    margin: 0.35rem 0 0;
    max-width: 34rem;
}

#top #main .ae-shell-page--venues .ae-venues-helper-copy {
    color: rgba(13, 60, 69, 0.62);
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    line-height: 1.45;
    margin: 0.08rem 0 0;
    max-width: 38ch;
}

#top #main .ae-shell-page--venues .ae-venues-subtle-link {
    margin: 0;
}

#top #main .ae-shell-page--venues .ae-venues-helper-link a {
    color: rgba(13, 60, 69, 0.72);
    display: inline-flex;
    font-size: 0.94rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(13, 60, 69, 0.28);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.17em;
}

#top #main .ae-shell-page--venues .ae-venues-subtle-link a,
#top #main .ae-shell-page--venues .ae-venues-card-link a {
    color: var(--aldersbrook-color-action);
    display: inline-flex;
    font-size: 1.01rem;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

#top #main .ae-shell-page--venues .ae-flow > p {
    max-width: 60ch;
}

#top #main .ae-shell-page--venues .ae-venues-jump-actions {
    gap: 0.48rem;
}

#top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat {
    background: rgba(255, 255, 255, 0.74);
}

#top #main .ae-shell-page--venues .ae-venue-compare-card {
    border-top: 4px solid transparent;
    overflow: hidden;
}

#top #main .ae-shell-page--venues .ae-venue-compare-photo {
    border-radius: 12px;
    margin: 0 0 0.25rem;
    overflow: hidden;
}

#top #main .ae-shell-page--venues .ae-venue-compare-photo img {
    display: block;
    height: clamp(10.2rem, 16vw, 12.2rem);
    object-fit: cover;
    width: 100%;
}

#top #main .ae-shell-page--venues .ae-venue-compare-card h3 {
    font-size: clamp(1.34rem, 2.3vw, 1.72rem);
    line-height: 1.23;
}

#top #main .ae-shell-page--venues .ae-venue-compare-card p {
    font-size: 1.03rem;
    line-height: 1.66;
}

#top #main .ae-shell-page--venues .ae-venue-compare-card--praise {
    background:
        radial-gradient(circle at top right, rgba(19, 160, 144, 0.14), transparent 42%),
        var(--aldersbrook-color-white);
    border-top-color: var(--aldersbrook-color-action);
}

#top #main .ae-shell-page--venues .ae-venue-compare-card--kingsley {
    background:
        radial-gradient(circle at top right, rgba(201, 116, 86, 0.14), transparent 42%),
        var(--aldersbrook-color-white);
    border-top-color: var(--aldersbrook-color-terracotta);
}

#top #main .ae-shell-page--venues .ae-venue-overview {
    align-content: center;
    display: grid;
    gap: 1.1rem;
}

#top #main .ae-shell-page--venues .ae-venue-overview p {
    margin-bottom: 0.2rem;
    font-size: 1.03rem;
    max-width: 48ch;
}

#top #main .ae-shell-page--venues .ae-venue-capacity-panel {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(13, 60, 69, 0.16);
    border-radius: 999px;
    box-shadow: 0 4px 10px rgba(13, 60, 69, 0.06);
    display: inline-flex;
    gap: 0.3rem;
    padding: 0.44rem 0.82rem;
    width: fit-content;
}

#top #main .ae-shell-page--venues .ae-venue-capacity-panel strong {
    color: var(--aldersbrook-color-ink);
    font-family: var(--aldersbrook-font-body);
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.28;
}

#top #main .ae-shell-page--venues .ae-venue-gallery-grid .ae-shell-media {
    min-height: 17.5rem;
}

#top #main .ae-shell-page--venues .ae-venue-gallery-section {
    border: 1px solid rgba(13, 60, 69, 0.09);
    border-radius: var(--aldersbrook-radius-lg);
    padding: clamp(1rem, 2vw, 1.35rem);
}

#top #main .ae-shell-page--venues .ae-venue-gallery-section--praise {
    background:
        radial-gradient(circle at top right, rgba(19, 160, 144, 0.08), transparent 42%),
        rgba(255, 255, 255, 0.95);
}

#top #main .ae-shell-page--venues .ae-venue-gallery-section--kingsley {
    background:
        radial-gradient(circle at top right, rgba(201, 116, 86, 0.08), transparent 42%),
        rgba(255, 255, 255, 0.95);
}

#top #main .ae-shell-page--venues .ae-venue-gallery-grid .ae-shell-media {
    border: 1px solid rgba(13, 60, 69, 0.11);
}

#top #main .ae-shell-page--venues .ae-venue-gallery-grid--praise .ae-shell-media {
    border-color: rgba(19, 160, 144, 0.24);
}

#top #main .ae-shell-page--venues .ae-venue-gallery-grid--kingsley .ae-shell-media {
    border-color: rgba(201, 116, 86, 0.24);
}

#top #main .ae-shell-page--venues .ae-venue-cta-group {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(13, 60, 69, 0.11);
    border-radius: 16px;
    margin-top: 0.15rem;
    padding: 0.82rem 0.9rem;
    text-align: center;
}

#top #main .ae-shell-page--venues .ae-venue-cta-group .ae-venues-subtle-link {
    margin: 0;
}

#top #main .ae-shell-page--venues .ae-venue-cta-group .ae-shell-actions {
    gap: 0.55rem;
    justify-content: center;
}

#top #main .ae-shell-page--venues .ae-venue-cta-group .button {
    min-height: 2.9rem;
    padding: 0.8rem 1.25rem;
}

@media only screen and (min-width: 992px) {
    #top #main .ae-shell-page--venues .ae-shell-grid--hero {
        align-items: start;
    }

    #top #main .ae-shell-page--venues .ae-venues-hero {
        padding: clamp(1.18rem, 2.15vw, 1.62rem);
    }

    #top #main .ae-shell-page--venues .ae-venues-hero h1 {
        font-size: clamp(1.88rem, 3.05vw, 2.7rem);
        line-height: 1.12;
        margin-bottom: 0.3em;
        max-width: 15ch;
    }

    #top #main .ae-shell-page--venues .ae-venues-hero.ae-flow--roomy > * + * {
        margin-top: 0.72rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-hero .ae-lead {
        font-size: 1.01rem;
        line-height: 1.56;
        max-width: 44rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions .button {
        font-size: 0.8rem;
        min-height: 2.24rem;
        padding: 0.5rem 0.8rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-helper-copy {
        color: rgba(13, 60, 69, 0.53);
        font-size: 0.77rem;
        line-height: 1.34;
        margin-top: 0;
        max-width: 35ch;
    }

    #top #main .ae-shell-page--venues .ae-venues-glance-card {
        padding: clamp(1rem, 1.7vw, 1.28rem);
    }

    #top #main .ae-shell-page--venues .ae-venues-glance-card h2 {
        font-size: clamp(1.38rem, 2.2vw, 1.9rem);
        line-height: 1.2;
        margin-bottom: 0.26em;
    }

    #top #main .ae-shell-page--venues .ae-venues-glance-card > p {
        font-size: 0.95rem;
        line-height: 1.52;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid {
        gap: 0.45rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat {
        background: rgba(255, 255, 255, 0.66);
        border: 1px solid rgba(13, 60, 69, 0.1);
        border-radius: 10px;
        box-shadow: none;
        padding: 0.56rem 0.62rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat strong {
        font-size: clamp(1.2rem, 1.75vw, 1.55rem);
        margin-bottom: 0.12rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat span {
        font-size: 0.72rem;
        line-height: 1.28;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-card {
        padding: clamp(1.24rem, 2vw, 1.65rem);
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-group {
        display: grid;
        gap: 0.52rem;
        justify-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 29rem;
        padding: 0.68rem 0.8rem 0.78rem;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-group .ae-venues-subtle-link {
        order: 2;
        width: auto;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-group .ae-venues-subtle-link a {
        align-items: center;
        background: rgba(246, 241, 232, 0.85);
        border: 1px solid rgba(13, 60, 69, 0.12);
        border-radius: 999px;
        color: var(--aldersbrook-color-action);
        display: inline-flex;
        font-size: 0.86rem;
        font-weight: 600;
        justify-content: center;
        min-height: 2.05rem;
        padding: 0.42rem 0.86rem;
        text-decoration: none;
        width: 100%;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-group .ae-shell-actions {
        gap: 0.52rem;
        justify-content: center;
        margin-top: 0;
        order: 1;
        width: 100%;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-group .button {
        font-size: 0.88rem;
        min-height: 2.62rem;
        min-width: 9.35rem;
        padding: 0.66rem 1rem;
    }
}

@media only screen and (min-width: 992px) {
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid {
        gap: clamp(0.85rem, 1.6vw, 1.2rem);
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }

    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-media:nth-child(1),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-placeholder:nth-child(1),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-media:nth-child(2),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-placeholder:nth-child(2) {
        grid-column: span 6;
        min-height: 20rem;
    }

    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-media:nth-child(3),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-placeholder:nth-child(3),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-media:nth-child(4),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-placeholder:nth-child(4),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-media:nth-child(5),
    #top #main .ae-shell-page--venues .ae-venue-gallery-grid > .ae-shell-placeholder:nth-child(5) {
        grid-column: span 4;
        min-height: 20rem;
    }
}

#top #main .ae-shell-page--venues .ae-venue-detail-card h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}

#top #main .ae-shell-page--venues .ae-venue-cta-card {
    border: 1px solid transparent;
    padding: clamp(1.7rem, 3.1vw, 2.35rem);
    text-align: center;
}

#top #main .ae-shell-page--venues .ae-venue-cta-card .ae-lead {
    line-height: 1.62;
    margin-left: auto;
    margin-right: auto;
}

#top #main .ae-shell-page--venues .ae-venue-cta-card .ae-shell-actions {
    gap: 0.7rem;
    justify-content: center;
}

#top #main .ae-shell-page--venues .ae-venue-cta-card .button {
    font-size: 1rem;
    min-height: 3.2rem;
    padding: 1rem 1.55rem;
}

#top #main .ae-shell-page--venues .ae-venue-cta-card--praise {
    background:
        radial-gradient(circle at top center, rgba(19, 160, 144, 0.15), transparent 42%),
        linear-gradient(180deg, rgba(221, 244, 241, 0.62), rgba(255, 255, 255, 0.97));
    border-color: rgba(19, 160, 144, 0.22);
}

#top #main .ae-shell-page--venues .ae-venue-cta-card--kingsley {
    background:
        radial-gradient(circle at top center, rgba(201, 116, 86, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(246, 241, 232, 0.84), rgba(255, 255, 255, 0.97));
    border-color: rgba(201, 116, 86, 0.22);
}

#top #main .ae-shell-page--venues .ae-final-cta {
    background:
        radial-gradient(circle at top center, rgba(19, 160, 144, 0.14), transparent 45%),
        linear-gradient(180deg, rgba(246, 241, 232, 0.78), rgba(255, 255, 255, 0.96));
}

#top #main .ae-shell-page--venues .ae-final-cta .ae-shell-actions {
    justify-content: center;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    #top #main .ae-shell-grid--halves {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #top #main .ae-shell-grid--sidebar {
        grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.6fr);
    }

    #top #main .ae-shell-grid--thirds,
    #top #main .ae-shell-grid--stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions .button {
        border-width: 1px;
        font-size: 0.86rem;
        font-weight: 600;
        min-height: 2.52rem;
        padding: 0.62rem 0.95rem;
        width: auto;
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions {
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions .button.ae-button-primary {
        box-shadow: var(--aldersbrook-shadow-button);
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions .button.ae-button-secondary {
        background-color: rgba(255, 255, 255, 0.9);
        border-color: var(--aldersbrook-color-border-strong);
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-card.ae-flow--roomy > * + * {
        margin-top: 0.75rem;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-card .ae-shell-actions {
        margin-top: 0.62rem;
    }

    #top #main .ae-shell-page--venues .ae-venue-detail-card .ae-shell-list li {
        font-size: 0.99rem;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 767px) {
    #top #main .ae-shell-page--venues .ae-shell-section {
        padding-bottom: 2.15rem;
        padding-top: 2.15rem;
    }

    #top #main .ae-shell-page--venues .ae-section--roomy.ae-shell-section {
        padding-bottom: 2.45rem;
        padding-top: 2.45rem;
    }

    #top #main .ae-shell-page--venues .ae-section--tight.ae-shell-section {
        padding-bottom: 1.8rem;
        padding-top: 1.8rem;
    }

    #top .avia-section.ae-section .content,
    #top .avia-section.ae-section .sidebar,
    #top .ae-section:not(.avia-section),
    #top .avia-section.ae-section--roomy .content,
    #top .avia-section.ae-section--roomy .sidebar,
    #top .ae-section--roomy:not(.avia-section) {
        padding-bottom: clamp(2.75rem, 8vw, 4rem);
        padding-top: clamp(2.75rem, 8vw, 4rem);
    }

    #top .avia-section.ae-section--tight .content,
    #top .avia-section.ae-section--tight .sidebar,
    #top .ae-section--tight:not(.avia-section) {
        padding-bottom: 2.25rem;
        padding-top: 2.25rem;
    }

    #top #main .ae-shell-actions .button,
    #top #main .ae-shell-actions button {
        text-align: center;
        width: 100%;
    }

    #top #main .ae-shell-placeholder {
        min-height: 14rem;
    }

    #top #main .ae-shell-page--venues .ae-venue-capacity-panel {
        align-self: flex-start;
        background: rgba(255, 255, 255, 0.84);
        border-color: rgba(13, 60, 69, 0.16);
        border-radius: 999px;
        padding: 0.46rem 0.68rem;
        width: auto;
    }

    #top #main .ae-shell-page--venues .ae-shell-kicker {
        font-size: 0.88rem;
        letter-spacing: 0.11em;
    }

    #top #main .ae-shell-page--venues .ae-venue-capacity-panel strong {
        font-size: 0.84rem;
        line-height: 1.26;
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions {
        display: grid;
        gap: 0.42rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions .button {
        border-width: 1px;
        box-shadow: none;
        font-size: 0.8rem;
        min-height: 2.3rem;
        padding: 0.5rem 0.56rem;
        width: 100%;
    }

    #top #main .ae-shell-page--venues .ae-venues-jump-actions .button.ae-button-primary,
    #top #main .ae-shell-page--venues .ae-venues-jump-actions .button.ae-button-secondary {
        background-color: rgba(255, 255, 255, 0.9);
        border-color: var(--aldersbrook-color-border-strong);
        color: var(--aldersbrook-color-ink);
    }

    #top #main .ae-shell-page--venues .ae-venues-helper-link,
    #top #main .ae-shell-page--venues .ae-venues-helper-copy {
        text-align: center;
    }

    #top #main .ae-shell-page--venues .ae-venues-helper-link a,
    #top #main .ae-shell-page--venues .ae-venues-helper-copy {
        font-size: 0.8rem;
        line-height: 1.38;
        opacity: 0.84;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-card .ae-shell-actions {
        display: grid;
        gap: 0.5rem;
        grid-template-columns: minmax(0, 1fr);
        justify-content: stretch;
        width: 100%;
    }

    #top #main .ae-shell-page--venues .ae-venue-profile-grid {
        gap: 1rem;
        grid-template-columns: minmax(0, 1fr);
    }

    #top #main .ae-shell-page--venues .ae-venue-profile-grid .ae-shell-media {
        min-height: 14.5rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-hero h1 {
        font-size: clamp(1.95rem, 8.2vw, 2.55rem);
        line-height: 1.14;
        max-width: 12.5ch;
    }

    #top #main .ae-shell-page--venues .ae-venues-hero .ae-lead {
        font-size: 1.03rem;
        line-height: 1.64;
    }

    #top #main .ae-shell-page--venues .ae-venues-glance-card {
        padding: 1.2rem 1.1rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-glance-card h2 {
        font-size: clamp(1.46rem, 6.2vw, 1.95rem);
        line-height: 1.22;
        max-width: 18ch;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid {
        gap: 0.58rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat:last-child {
        grid-column: 1 / -1;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat {
        background: rgba(255, 255, 255, 0.64);
        border-radius: 10px;
        box-shadow: none;
        padding: 0.72rem 0.7rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat strong {
        font-size: clamp(1.35rem, 5.4vw, 1.7rem);
        margin-bottom: 0.24rem;
    }

    #top #main .ae-shell-page--venues .ae-venues-capacity-grid .ae-shell-stat span {
        font-size: 0.86rem;
        line-height: 1.34;
    }

    #top #main .ae-shell-page--venues .ae-venue-compare-card h3 {
        font-size: clamp(1.35rem, 5.8vw, 1.68rem);
        line-height: 1.24;
    }

    #top #main .ae-shell-page--venues .ae-venue-compare-card p,
    #top #main .ae-shell-page--venues .ae-venue-overview p {
        font-size: 1.03rem;
        line-height: 1.68;
    }

    #top #main .ae-shell-page--venues .ae-venues-subtle-link a,
    #top #main .ae-shell-page--venues .ae-venues-card-link a {
        font-size: 0.98rem;
        text-decoration-thickness: 1.35px;
    }

    #top #main .ae-shell-page--venues .ae-venues-subtle-link a {
        justify-content: center;
        padding: 0.3rem 0;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-card .button {
        font-size: 0.9rem;
        min-height: 2.85rem;
        padding: 0.75rem 1rem;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-card .ae-venues-subtle-link {
        margin-bottom: 0.05rem;
        text-align: center;
    }

    #top #main .ae-shell-page--venues .ae-venue-cta-group {
        padding: 0.68rem 0.72rem;
    }

    #top #main .ae-shell-page--venues .ae-venue-overview,
    #top #main .ae-shell-page--venues .ae-venue-cta-card {
        gap: 0.9rem;
    }
}


/* Homepage shell restore: approved hero/jump-nav stack and wrapper-gap reset. */
#top #main .ae-shell-page--home {
    scroll-padding-top: calc(84px + 3.8rem);
}

#top #main .ae-shell-page--home .ae-shell-section[id] {
    scroll-margin-top: calc(84px + 3.8rem);
}

#top #main .ae-shell-page--home .ae-shell-section {
    padding-left: clamp(0.75rem, 2vw, 1.5rem);
    padding-right: clamp(0.75rem, 2vw, 1.5rem);
}

#top.home.aldersbrook-shell-page--home #main {
    margin-top: 0;
    padding-top: 0 !important;
}

#top.home.aldersbrook-shell-page--home #main > .main_color.container_wrap_first.container_wrap.fullsize {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
}

#top.home.aldersbrook-shell-page--home #main > .main_color.container_wrap_first.container_wrap.fullsize > .container.av-section-cont-open {
    margin-top: 0;
    padding-top: 0;
}

#top.home.aldersbrook-shell-page--home #main .main_color.container_wrap_first .content,
#top.home.aldersbrook-shell-page--home #main .main_color.container_wrap_first main.template-page.content.av-content-full.alpha.units {
    margin-top: 0;
    padding-top: 0;
}

#top.home.aldersbrook-shell-page--home #main .post-entry.post-entry-type-page,
#top.home.aldersbrook-shell-page--home #main .entry-content-wrapper {
    margin-top: 0;
    padding-top: 0;
}

#top.home.aldersbrook-shell-page--home #main .entry-content-wrapper > .av_textblock_section {
    margin: 0;
    padding: 0;
}

#top.home.aldersbrook-shell-page--home #main .entry-content-wrapper > .av_textblock_section > .avia_textblock {
    margin: 0;
    padding: 0;
}
#top #main .ae-shell-page--home .ae-home-hero-section {
    --ae-home-header-offset: clamp(4.5rem, 7vw, 5.6rem);
    padding-left: 0;
    padding-right: 0;
}

#top #main .ae-shell-page--home .ae-home-hero-wrap {
    background-color: var(--aldersbrook-color-ink);
    background-image:
        linear-gradient(112deg, rgba(13, 60, 69, 0.74) 0%, rgba(13, 60, 69, 0.5) 46%, rgba(12, 126, 114, 0.36) 100%),
        var(--ae-home-hero-image);
    background-position: center;
    background-size: cover;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    min-height: clamp(38rem, 88vh, 54rem);
    overflow: hidden;
    position: relative;
}

#top #main .ae-shell-page--home .ae-home-hero-overlay {
    background:
        radial-gradient(circle at 14% 20%, rgba(221, 244, 241, 0.22), transparent 36%),
        radial-gradient(circle at 85% 80%, rgba(201, 116, 86, 0.18), transparent 34%);
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

#top #main .ae-shell-page--home .ae-home-hero-content {
    align-items: center;
    color: var(--aldersbrook-color-white);
    display: grid;
    gap: clamp(1.35rem, 3vw, 2.25rem);
    justify-items: center;
    margin: 0 auto;
    max-width: 1120px;
    padding: calc(var(--ae-home-header-offset) + clamp(3rem, 5.2vw, 4.1rem)) clamp(1rem, 4vw, 2.6rem) clamp(2.8rem, 6vw, 4.1rem);
    position: relative;
    text-align: center;
    z-index: 1;
}

#top #main .ae-shell-page--home .ae-home-hero-copy {
    margin: 0 auto;
    max-width: min(84ch, 100%);
}

#top #main .ae-shell-page--home .ae-home-hero-copy.ae-flow > * + * {
    margin-top: clamp(0.95rem, 2vw, 1.4rem);
}

#top #main .ae-shell-page--home .ae-home-hero-copy .ae-shell-kicker {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.76rem;
    letter-spacing: 0.11em;
}

#top #main .ae-shell-page--home .ae-home-hero-copy h1 {
    color: var(--aldersbrook-color-white);
    font-size: clamp(1.4rem, 2.8vw, 2.15rem);
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 56ch;
}

#top #main .ae-shell-page--home .ae-home-hero-copy .ae-lead {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.95rem, 1.08vw, 1.02rem);
    line-height: 1.58;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 60ch;
}

#top #main .ae-shell-page--home .ae-home-hero-actions {
    gap: 0.75rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#top #main .ae-shell-page--home .ae-home-hero-actions .button {
    font-size: 0.86rem;
    padding: 0.76rem 1.18rem;
}

#top #main .ae-shell-page--home .ae-home-hero-content .button.ae-button-secondary {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.36);
    color: var(--aldersbrook-color-white);
}

#top #main .ae-shell-page--home .ae-home-hero-content .button.ae-button-secondary:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.6);
}

#top #main .ae-shell-page--home .ae-home-hero-content .button.ae-home-tertiary {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.87rem;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.2rem;
}

#top #main .ae-shell-page--home .ae-home-hero-content .button.ae-home-tertiary:hover {
    background: transparent;
    border-color: transparent;
    color: var(--aldersbrook-color-white);
    transform: none;
}

#top #main .ae-shell-page--home .ae-home-hero-highlights {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: min(50rem, 100%);
    width: 100%;
}

#top #main .ae-shell-page--home .ae-home-highlight {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    display: grid;
    gap: 0.12rem;
    padding: clamp(0.62rem, 1.25vw, 0.82rem) clamp(0.8rem, 1.5vw, 1rem);
    text-align: left;
}

#top #main .ae-shell-page--home .ae-home-highlight--intro {
    background: rgba(246, 241, 232, 0.2);
    border-color: rgba(255, 255, 255, 0.36);
    grid-column: 1 / -1;
}

#top #main .ae-shell-page--home .ae-home-highlight strong {
    color: var(--aldersbrook-color-white);
    font-family: var(--aldersbrook-font-body);
    font-size: clamp(0.9rem, 1.15vw, 1rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
    margin: 0;
}

#top #main .ae-shell-page--home .ae-home-highlight span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.84rem;
    line-height: 1.42;
}

#top #main .ae-shell-page--home .ae-home-photo-strip-section {
    padding-bottom: clamp(0.35rem, 1vw, 0.7rem);
    padding-left: 0;
    padding-right: 0;
    padding-top: clamp(0.45rem, 1.2vw, 0.75rem);
}

#top #main .ae-shell-page--home .ae-photo-carousel--home {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#top #main .ae-shell-page--home .ae-home-photo-strip {
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: clamp(0.45rem, 1.1vw, 0.8rem);
    mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
    overflow-x: auto;
    padding: 0 clamp(2.25rem, 5vw, 3.5rem);
    scroll-snap-type: x mandatory;
}

#top #main .ae-shell-page--home .ae-home-photo-strip-item {
    border-radius: 14px;
    flex: 0 0 clamp(14rem, 32vw, 24rem);
    margin: 0;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

#top #main .ae-shell-page--home .ae-home-photo-strip-item img {
    display: block;
    height: clamp(10rem, 23vw, 16.5rem);
    object-fit: cover;
    width: 100%;
}

#top #main .ae-shell-page--home .ae-home-photo-strip-item:hover {
    box-shadow: 0 14px 28px rgba(13, 60, 69, 0.14);
    transform: translateY(-2px);
}

#top #main .ae-shell-page--home .ae-home-jump-shell {
    padding-top: 0.95rem;
}

#top #main .ae-shell-page--home .ae-home-jump-nav-wrap {
    margin: 0 auto;
    max-width: 1200px;
}

#top #main .ae-shell-page--home .ae-home-jump-nav {
    backdrop-filter: blur(10px);
    background: rgba(246, 241, 232, 0.94);
    border: 1px solid rgba(13, 60, 69, 0.1);
    border-radius: 999px;
    box-shadow: 0 16px 40px rgba(13, 60, 69, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    justify-content: center;
    padding: 0.46rem;
    position: sticky;
    top: calc(84px + 0.45rem);
    z-index: 12;
}

#top #main .ae-shell-page--home .ae-home-jump-nav a {
    border-radius: 999px;
    color: var(--aldersbrook-color-ink);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.2;
    padding: 0.52rem 0.88rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#top #main .ae-shell-page--home .ae-home-jump-nav a:hover,
#top #main .ae-shell-page--home .ae-home-jump-nav a:focus-visible {
    background: rgba(19, 160, 144, 0.14);
    color: var(--aldersbrook-color-action);
}

#top #main .ae-shell-page--home .ae-shell-grid--quarters {
    grid-template-columns: minmax(0, 1fr);
}

#top #main .ae-shell-page--home .ae-home-trust-grid {
    gap: clamp(0.7rem, 1.6vw, 1.1rem);
    margin-top: clamp(1.2rem, 2.2vw, 1.6rem);
}

#top #main .ae-shell-page--home .ae-home-trust-grid--split {
    margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

#top #main .ae-shell-page--home .ae-home-trust-grid .ae-card {
    background: var(--aldersbrook-color-ivory);
    border: 1px solid rgba(13, 60, 69, 0.08);
    border-radius: 16px;
    padding: clamp(1rem, 1.6vw, 1.35rem);
}

#top #main .ae-shell-page--home .ae-home-trust-grid .ae-card--mint,
#top #main .ae-shell-page--home .ae-home-trust-grid .ae-card--accent,
#top #main .ae-shell-page--home .ae-home-trust-grid .ae-card--ivory {
    background: var(--aldersbrook-color-ivory);
    border-color: rgba(13, 60, 69, 0.08);
}

#top #main .ae-shell-page--home .ae-home-trust-grid h3 {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    letter-spacing: -0.015em;
}

#top #main .ae-shell-page--home .ae-home-trust-grid p {
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
    color: var(--aldersbrook-color-text-muted);
}

#top #main .ae-shell-page--home h2 {
    font-size: clamp(1.7rem, 3.1vw, 2.5rem);
    letter-spacing: -0.028em;
    line-height: 1.15;
}

#top #main .ae-shell-page--home h3 {
    font-size: clamp(1.15rem, 2vw, 1.65rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

#top #main .ae-shell-page--home .ae-card h3 {
    margin-bottom: 0.3rem;
}

#top #main .ae-shell-page--home .ae-final-cta h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    margin-left: auto;
    margin-right: auto;
    max-width: 20ch;
}

#top #main .ae-shell-page--home .ae-final-cta .ae-shell-actions {
    justify-content: center;
    text-align: center;
}

#top #main .ae-shell-page--home .ae-shell-fact-list {
    display: grid;
    gap: 0.9rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top #main .ae-shell-page--home .ae-shell-fact-list li {
    border-top: 1px solid rgba(13, 60, 69, 0.08);
    display: grid;
    gap: 0.32rem;
    padding-top: 0.9rem;
}

#top #main .ae-shell-page--home .ae-shell-fact-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

#top #main .ae-shell-page--home .ae-shell-fact-list strong {
    color: var(--aldersbrook-color-ink);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#top #main .ae-shell-page--home .ae-shell-fact-list span {
    color: var(--aldersbrook-color-text);
    line-height: 1.55;
}

#top #main .ae-shell-page--home .ae-shell-gallery-grid {
    gap: clamp(0.9rem, 2vw, 1.3rem);
}

#top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-media,
#top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-placeholder {
    min-height: 15rem;
}

#top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-media:nth-child(1),
#top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-media:nth-child(4),
#top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-placeholder:nth-child(1),
#top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-placeholder:nth-child(4) {
    min-height: 19rem;
}

#top #main .ae-shell-page--home .ae-shell-trust-strip {
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

#top #main .ae-shell-page--home .ae-shell-trust-strip .ae-shell-stat {
    padding: clamp(0.86rem, 1.45vw, 1.05rem);
}

#top #main .ae-shell-page--home .ae-shell-trust-strip .ae-shell-stat strong {
    font-size: clamp(0.98rem, 1.45vw, 1.2rem);
    letter-spacing: -0.015em;
    line-height: 1.22;
    margin-bottom: 0.18rem;
}

#top #main .ae-shell-page--home .ae-shell-trust-strip .ae-shell-stat span {
    font-size: 0.88rem;
    line-height: 1.48;
}

#top #main .ae-shell-page--home #faq h2 {
    font-size: clamp(1.34rem, 2.15vw, 1.86rem);
    letter-spacing: -0.018em;
    line-height: 1.24;
}

#top #main .ae-shell-page--home #faq h3 {
    font-size: clamp(1.02rem, 1.55vw, 1.28rem);
    line-height: 1.28;
}

#top #main .ae-shell-page--home .ae-shell-section .ae-flow > p {
    max-width: 64ch;
}

#top #main .ae-shell-page--home #venues .ae-shell-fact-list li {
    column-gap: 0.65rem;
    display: grid;
    grid-template-columns: minmax(6.5rem, 8.3rem) 1fr;
    row-gap: 0;
}

#top #main .ae-shell-page--home #venues .ae-shell-fact-list strong {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

#top #main .ae-shell-page--home #venues .ae-space-panel h3 {
    margin-bottom: 0.35rem;
}

#top #main .ae-shell-page--home #pricing .ae-shell-pricing-preview {
    padding: clamp(1.2rem, 2vw, 1.6rem);
}

#top #main .ae-shell-page--home #pricing .ae-shell-pricing-preview h3 {
    margin-bottom: 0.2rem;
}

#top #main .ae-shell-page--home #pricing .ae-shell-pricing-preview p {
    color: var(--aldersbrook-color-text);
    margin: 0;
}

#top #main .ae-shell-page--home #pricing .ae-shell-pricing-preview .ae-shell-actions {
    margin-top: 0.3rem;
}

/* Pricing page rebuild: clean hierarchy, clear comparison, and simple CTA flow. */
#top #main .ae-shell-page--pricing h1 {
    font-size: clamp(2.08rem, 3.7vw, 3rem);
    letter-spacing: -0.025em;
    line-height: 1.13;
    max-width: 16ch;
}

#top #main .ae-shell-page--pricing h2 {
    font-size: clamp(1.38rem, 2.25vw, 1.95rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
}

#top #main .ae-shell-page--pricing h3 {
    font-size: clamp(1.1rem, 1.55vw, 1.35rem);
    letter-spacing: -0.015em;
    line-height: 1.24;
}

#top #main .ae-shell-page--pricing .ae-lead {
    font-size: clamp(1rem, 1.28vw, 1.14rem);
    line-height: 1.65;
    max-width: 44rem;
}

#top #main .ae-shell-page--pricing .ae-pricing-intro-note {
    align-content: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#top #main .ae-shell-page--pricing .ae-pricing-intro-note .ae-shell-actions {
    margin-top: 0.35rem;
}

#top #main .ae-shell-page--pricing .ae-pricing-cta .ae-shell-actions {
    justify-content: center;
    text-align: center;
}

#top #main .ae-shell-page--pricing .ae-pricing-summary-grid {
    align-items: stretch;
}

#top #main .ae-shell-page--pricing .ae-pricing-summary-card {
    border-color: rgba(13, 60, 69, 0.12);
}

#top #main .ae-shell-page--pricing .ae-pricing-capacity {
    color: var(--aldersbrook-color-ink);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 0;
    text-transform: uppercase;
}

#top #main .ae-shell-page--pricing .ae-pricing-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

#top #main .ae-shell-page--pricing .ae-pricing-chip {
    background: rgba(19, 160, 144, 0.1);
    border: 1px solid rgba(19, 160, 144, 0.18);
    border-radius: 999px;
    color: var(--aldersbrook-color-action);
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 0.45rem 0.82rem;
}

#top #main .ae-shell-page--pricing .ae-pricing-option-grid {
    align-content: start;
}

#top #main .ae-shell-page--pricing .ae-pricing-room-media-wrap {
    align-self: stretch;
    grid-column: 1 / -1;
    min-height: clamp(16rem, 28vw, 22rem);
}

#top #main .ae-shell-page--pricing .ae-photo-carousel--pricing {
    background: rgba(13, 60, 69, 0.06);
    border: 1px solid rgba(13, 60, 69, 0.12);
    border-radius: 14px;
    min-height: inherit;
    overflow: hidden;
    position: relative;
}

#top #main .ae-shell-page--pricing .ae-pricing-room-media-track {
    -webkit-overflow-scrolling: touch;
    background: transparent;
    display: flex;
    gap: 0;
    height: 100%;
    overflow-x: auto;
    padding: 0 2.5rem;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

#top #main .ae-shell-page--pricing .ae-pricing-room-media-item {
    border-radius: 0;
    flex: 0 0 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    scroll-snap-align: start;
}

#top #main .ae-shell-page--pricing .ae-pricing-room-media-item img {
    display: block;
    height: 100%;
    min-height: clamp(16rem, 28vw, 22rem);
    object-fit: cover;
    width: 100%;
}

#top #main .ae-shell-page--pricing .ae-photo-carousel--pricing .ae-photo-carousel-control {
    background: rgba(13, 60, 69, 0.68);
    border-color: rgba(255, 255, 255, 0.46);
    box-shadow: 0 14px 28px rgba(13, 60, 69, 0.18);
    opacity: 0.9;
}

#top #main .ae-shell-page--pricing .ae-photo-carousel--pricing .ae-photo-carousel-control:hover {
    opacity: 1;
}

#top #main .ae-shell-page--pricing .ae-pricing-room-group {
    align-items: start;
    background: linear-gradient(180deg, rgba(246, 241, 232, 0.72), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(13, 60, 69, 0.1);
    border-radius: var(--aldersbrook-radius-md);
    gap: clamp(0.95rem, 2vw, 1.35rem);
    padding: clamp(0.95rem, 1.85vw, 1.2rem);
}

#top #main .ae-shell-page--pricing .ae-pricing-room-group > .ae-card {
    height: auto;
}

#top #main .ae-shell-page--pricing .ae-pricing-room-group .ae-pricing-option-grid {
    gap: 0.9rem;
}

#top #main .ae-shell-page--pricing .ae-pricing-option {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 241, 232, 0.84));
    border: 1px solid rgba(13, 60, 69, 0.12);
    box-shadow: 0 15px 34px rgba(13, 60, 69, 0.08);
}

#top #main .ae-shell-page--pricing .ae-pricing-option-label {
    color: var(--aldersbrook-color-action);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#top #main .ae-shell-page--pricing .ae-pricing-option-price {
    color: var(--aldersbrook-color-ink);
    font-family: var(--aldersbrook-font-heading);
    font-size: clamp(2rem, 3vw, 2.45rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1;
    margin: 0;
}

#top #main .ae-shell-page--pricing .ae-pricing-option-note {
    color: var(--aldersbrook-color-text-soft);
    font-size: 0.9rem;
    margin: 0;
}

#top #main .ae-shell-page--pricing .ae-pricing-extra-list {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top #main .ae-shell-page--pricing .ae-pricing-extra-list li {
    align-items: baseline;
    border-top: 1px solid rgba(13, 60, 69, 0.08);
    column-gap: 0.75rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0.85rem 0;
    row-gap: 0.3rem;
}

#top #main .ae-shell-page--pricing .ae-pricing-extra-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

#top #main .ae-shell-page--pricing .ae-pricing-extra-list strong {
    color: var(--aldersbrook-color-ink);
    font-size: 0.96rem;
    font-weight: 600;
}

#top #main .ae-shell-page--pricing .ae-pricing-extra-list span {
    color: var(--aldersbrook-color-action);
    font-size: 0.9rem;
    font-weight: 700;
    justify-self: end;
    white-space: nowrap;
}

/* Viewing page restore: keep headings calmer and top cards easy to scan. */
#top #main .ae-shell-page--viewing .ae-flow > * + * {
    margin-top: clamp(0.75rem, 1.5vw, 1rem);
}

#top #main .ae-shell-page--viewing h1 {
    font-size: clamp(2rem, 3.4vw, 2.85rem);
    letter-spacing: -0.026em;
    line-height: 1.14;
}

#top #main .ae-shell-page--viewing h2 {
    font-size: clamp(1.28rem, 2.05vw, 1.75rem);
    letter-spacing: -0.018em;
    line-height: 1.2;
}

#top #main .ae-shell-page--viewing h3 {
    font-size: clamp(1.02rem, 1.35vw, 1.22rem);
    line-height: 1.28;
}

#top #main .ae-shell-page--viewing .ae-lead {
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.64;
    max-width: 42rem;
}

#top #main .ae-shell-page--viewing .ae-shell-grid--halves {
    align-items: start;
}

#top #main .ae-shell-page--viewing .ae-shell-grid--thirds .ae-card {
    padding: clamp(1.2rem, 2.15vw, 1.6rem);
}

#top #main .ae-shell-page--viewing .ae-shell-grid--thirds .ae-shell-list li + li {
    margin-top: 0.65rem;
}

/* Contact page rebuild: calm hierarchy and practical enquiry flow. */
#top #main .ae-shell-page--contact h1 {
    font-size: clamp(1.9rem, 3.1vw, 2.7rem);
    letter-spacing: -0.024em;
    line-height: 1.14;
    max-width: 17ch;
}


#top #main .ae-shell-page--contact h2 {
    font-size: clamp(1.34rem, 2.15vw, 1.9rem);
    letter-spacing: -0.019em;
    line-height: 1.22;
}

#top #main .ae-shell-page--contact h3 {
    font-size: clamp(1.08rem, 1.45vw, 1.32rem);
    letter-spacing: -0.013em;
    line-height: 1.26;
}

#top #main .ae-shell-page--contact .ae-lead {
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.64;
    max-width: 44rem;
}

#top #main .ae-shell-page--contact .ae-contact-route-grid .ae-contact-route-card {
    border-top: 3px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#top #main .ae-shell-page--contact .ae-contact-route-grid .ae-contact-route-card:nth-child(1) {
    border-top-color: var(--aldersbrook-color-primary);
}

#top #main .ae-shell-page--contact .ae-contact-route-grid .ae-contact-route-card:nth-child(2) {
    border-top-color: var(--aldersbrook-color-action);
}

#top #main .ae-shell-page--contact .ae-contact-route-grid .ae-contact-route-card:nth-child(3) {
    border-top-color: var(--aldersbrook-color-terracotta);
}

#top #main .ae-shell-page--contact .ae-contact-route-grid .button {
    margin-top: 0.3rem;
}

#top #main .ae-shell-page--contact .ae-contact-detail-list,
#top #main .ae-shell-page--contact .ae-contact-travel-list {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

#top #main .ae-shell-page--contact .ae-contact-form-intro .ae-contact-detail-list {
    gap: 0.45rem;
}

#top #main .ae-shell-page--contact .ae-contact-detail-list li,
#top #main .ae-shell-page--contact .ae-contact-travel-list li {
    align-items: baseline;
    border-top: 1px solid rgba(13, 60, 69, 0.08);
    column-gap: 0.55rem;
    display: grid;
    grid-template-columns: minmax(5.2rem, 6.6rem) minmax(0, 1fr);
    padding: 0.82rem 0;
    row-gap: 0.28rem;
}

#top #main .ae-shell-page--contact .ae-contact-form-intro .ae-contact-detail-list li {
    border-top: 0;
    padding: 0.2rem 0;
}

#top #main .ae-shell-page--contact .ae-contact-detail-list li:first-child,
#top #main .ae-shell-page--contact .ae-contact-travel-list li:first-child {
    border-top: 0;
    padding-top: 0;
}

#top #main .ae-shell-page--contact .ae-contact-detail-list strong,
#top #main .ae-shell-page--contact .ae-contact-travel-list strong {
    color: var(--aldersbrook-color-ink);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

#top #main .ae-shell-page--contact .ae-contact-form-intro .ae-contact-detail-list strong {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
}

#top #main .ae-shell-page--contact .ae-contact-detail-list span,
#top #main .ae-shell-page--contact .ae-contact-travel-list span {
    color: var(--aldersbrook-color-text);
    line-height: 1.5;
}

#top #main .ae-shell-page--contact .ae-contact-form-intro .ae-contact-detail-list span {
    font-size: 0.86rem;
}

#top #main .ae-shell-page--contact .ae-contact-form-intro .ae-contact-detail-list span a {
    display: inline-block;
    white-space: nowrap;
}

#top #main .ae-shell-page--contact .ae-contact-detail-list span a {
    color: var(--aldersbrook-color-action);
    font-weight: 600;
}

#top #main .ae-shell-page--contact .ae-contact-form-intro .ae-shell-list li + li {
    margin-top: 0.6rem;
}

#top #main .ae-shell-page--contact .ae-contact-form-intro .ae-contact-detail-list {
    margin-top: 1rem;
}

#top #main .ae-shell-page--contact .ae-shell-grid--sidebar {
    align-items: start;
}


#top #main .ae-shell-page--contact .ae-shell-form-wrap .ae-shell-contact-form {
    box-shadow: 0 20px 44px rgba(13, 60, 69, 0.1);
}

#top #main .ae-shell-page--viewing .ae-final-cta .ae-shell-actions {
    justify-content: center;
    text-align: center;
}

#top #main .ae-shell-page--contact .ae-final-cta .ae-shell-actions {
    justify-content: center;
    text-align: center;
}

/* Book Now page rebuild: keep booking central and route choices clear. */
#top #main .ae-shell-page--booknow h1 {
    font-size: clamp(2.05rem, 3.55vw, 2.95rem);
    letter-spacing: -0.024em;
    line-height: 1.14;
    max-width: 16ch;
}

#top #main .ae-shell-page--booknow h2 {
    font-size: clamp(1.34rem, 2.15vw, 1.9rem);
    letter-spacing: -0.019em;
    line-height: 1.22;
}

#top #main .ae-shell-page--booknow h3 {
    font-size: clamp(1.08rem, 1.45vw, 1.32rem);
    letter-spacing: -0.013em;
    line-height: 1.26;
}

#top #main .ae-shell-page--booknow .ae-lead {
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.64;
    max-width: 44rem;
}

#top #main .ae-shell-page--booknow .ae-booknow-purpose-card {
    align-content: start;
}

#top #main .ae-shell-page--booknow .ae-booknow-flow-group {
    align-items: start;
    background: linear-gradient(180deg, rgba(246, 241, 232, 0.72), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(13, 60, 69, 0.1);
    border-radius: var(--aldersbrook-radius-md);
    gap: clamp(0.95rem, 2vw, 1.35rem);
    padding: clamp(0.95rem, 1.85vw, 1.2rem);
}

#top #main .ae-shell-page--booknow .ae-booknow-widget-wrap {
    min-width: 0;
}

#top #main .ae-shell-page--booknow .ae-booknow-widget-wrap .cbp-vm-wrap,
#top #main .ae-shell-page--booknow .ae-booknow-widget-wrap .cbp-booking-wrap {
    box-shadow: 0 18px 42px rgba(13, 60, 69, 0.1);
}

#top #main .ae-shell-page--booknow .ae-shell-grid--sidebar {
    align-items: start;
}

@media only screen and (min-width: 768px) {
    #top #main .ae-shell-page--booknow .ae-booknow-flow-group {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.35fr);
    }
}

@media only screen and (min-width: 768px) {
    #top #main .ae-shell-page--pricing .ae-pricing-room-group {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    }
}

@media only screen and (min-width: 768px) {
    #top #main .ae-shell-page--home .ae-shell-grid--quarters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 1100px) {
    #top #main .ae-shell-page--home .ae-shell-grid--quarters {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 767px) {
    #top #main .ae-shell-page--home .ae-home-hero-content {
        padding-bottom: 1.4rem;
        padding-top: calc(var(--ae-home-header-offset) + clamp(0.35rem, 1.6vw, 0.85rem));
    }

    #top #main .ae-shell-page--home .ae-home-hero-copy h1 {
        font-size: clamp(1.45rem, 7vw, 1.9rem);
        max-width: 20ch;
    }

    #top #main .ae-shell-page--home .ae-home-hero-copy .ae-lead {
        max-width: 36ch;
    }

    #top #main .ae-shell-page--home .ae-home-hero-actions .button {
        width: auto;
    }

    #top #main .ae-shell-page--home .ae-home-hero-actions .button.ae-home-tertiary {
        margin-top: 0.1rem;
    }

    #top #main .ae-shell-page--home .ae-home-hero-highlights {
        grid-template-columns: 1fr;
    }

    #top #main .ae-shell-page--home .ae-home-highlight {
        text-align: center;
    }

    #top #main .ae-shell-page--home .ae-home-jump-nav {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.35rem;
        scroll-snap-type: x proximity;
        white-space: nowrap;
    }

    #top #main .ae-shell-page--home .ae-home-jump-nav a {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    #top #main .ae-shell-page--home .ae-home-photo-strip-item {
        flex-basis: 82vw;
    }

    #top #main .ae-shell-page--home .ae-home-photo-strip {
        mask-image: none;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #top #main .ae-photo-carousel-control {
        display: none;
    }

    #top #main .ae-shell-page--venues .ae-venue-compare-photo img {
        height: 10rem;
    }

    #top #main .ae-shell-page--pricing .ae-pricing-room-media-track {
        padding-left: 0;
        padding-right: 0;
    }

    #top #main .ae-shell-page--pricing .ae-pricing-room-media-item {
        flex-basis: 100%;
    }

    #top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-media,
    #top #main .ae-shell-page--home .ae-shell-gallery-grid > .ae-shell-placeholder {
        min-height: 14rem;
    }

    #top #main .ae-shell-page--home #venues .ae-shell-fact-list li {
        grid-template-columns: 1fr;
        row-gap: 0.2rem;
    }

    #top #main .ae-shell-page--pricing .ae-pricing-extra-list li {
        grid-template-columns: 1fr;
    }

    #top #main .ae-shell-page--pricing .ae-pricing-extra-list span {
        justify-self: start;
    }

    #top #main .ae-shell-page--contact .ae-contact-detail-list li,
    #top #main .ae-shell-page--contact .ae-contact-travel-list li {
        grid-template-columns: 1fr;
    }
}
