.hbl-has-landing-page :where(.wp-block-post-title, .entry-title) {
    display: none;
}

.hbl-hide-theme-chrome :where(.wp-site-blocks > header, .wp-site-blocks > footer, header.wp-block-template-part, footer.wp-block-template-part) {
    display: none !important;
}

.hbl-hide-theme-chrome .wp-site-blocks {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hbl-hide-theme-chrome .wp-site-blocks > main {
    margin-block-start: 0 !important;
}

.hbl-has-landing-page {
    overflow-x: hidden;
}

.hbl-has-landing-page :where(.entry-content, .wp-block-post-content) {
    max-width: none !important;
}

.hbl-public-shell {
    --hbl-red: #e30613;
    --hbl-red-dark: #b0000b;
    --hbl-ink: #15171d;
    --hbl-muted: #68717f;
    --hbl-line: #e6e9ee;
    --hbl-soft: #f7f8fa;
    --hbl-white: #ffffff;
    --hbl-shadow: 0 28px 90px rgba(21, 23, 29, 0.12);
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0 auto 72px;
    padding: 22px clamp(14px, 3vw, 24px) 72px;
    color: var(--hbl-ink);
    font-family: inherit;
    overflow-x: hidden;
    overflow-x: clip;
    overflow-wrap: break-word;
}

.hbl-public-shell,
.hbl-public-shell * {
    box-sizing: border-box;
}

.hbl-landing-hero {
    position: relative;
    width: min(1080px, 100%);
    margin: 0 auto 28px;
    border: 1px solid rgba(21, 23, 29, 0.08);
    border-radius: 14px;
    padding: 0;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfcfd 100%);
    box-shadow: var(--hbl-shadow);
    overflow: hidden;
    isolation: isolate;
}

.hbl-landing-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--hbl-red), #d9271f 48%, var(--hbl-red-dark));
    z-index: 3;
    pointer-events: none;
}

.hbl-hero-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 22px;
}

.hbl-brand-logo {
    width: 74px;
    height: auto;
    display: block;
    border-radius: 8px;
    padding: 8px;
    background: #fff;
    border: 1px solid rgba(21, 23, 29, 0.08);
    box-shadow: 0 12px 28px rgba(21, 23, 29, 0.09);
    flex: 0 0 auto;
}

.hbl-hero-copy {
    position: relative;
    display: grid;
    justify-items: center;
    max-width: none;
    padding: clamp(30px, 5vw, 64px);
    color: var(--hbl-ink);
    text-align: center;
    z-index: 1;
}

.hbl-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0 0 14px;
    border: 1px solid rgba(227, 6, 19, 0.2);
    border-radius: 999px;
    padding: 0 12px;
    background: #fff5f5;
    color: var(--hbl-red-dark);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hbl-hero-topline .hbl-eyebrow {
    margin: 0;
}

.hbl-hero-copy h2 {
    max-width: 820px;
    margin: 0;
    color: var(--hbl-ink);
    font-size: clamp(32px, 4.6vw, 54px);
    line-height: 1.02;
    font-weight: 900;
    text-wrap: balance;
}

.hbl-hero-text {
    max-width: 760px;
    margin-top: 24px;
    color: #3c4654;
    font-size: 18px;
    line-height: 1.55;
}

.hbl-hero-text p {
    margin: 0 0 14px;
}

.hbl-hero-text p:last-child {
    margin-bottom: 0;
}

.hbl-eligibility-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    max-width: 760px;
    margin-top: 22px;
}

.hbl-eligibility-strip span {
    border: 1px solid rgba(227, 6, 19, 0.16);
    border-radius: 999px;
    padding: 8px 11px;
    background: #fff7f7;
    color: var(--hbl-red-dark);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

.hbl-hero-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(760px, 100%);
    margin: 26px auto 0;
    padding: clamp(10px, 2vw, 18px);
    border: 1px solid rgba(21, 23, 29, 0.08);
    border-radius: 14px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(227, 6, 19, 0.06), transparent 30%),
        #ffffff;
    box-shadow: 0 22px 60px rgba(21, 23, 29, 0.12);
    z-index: 1;
}

.hbl-hero-media::before {
    display: none;
}

.hbl-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.76), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.76));
    pointer-events: none;
}

.hbl-hero-media img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
    box-shadow: none;
    z-index: 1;
}

.hbl-booking-alert {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px 16px;
    align-items: center;
    width: min(1120px, 100%);
    margin: 0 auto 22px;
    border: 1px solid rgba(227, 6, 19, 0.22);
    border-radius: 10px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #fff4f4, #fff);
    color: var(--hbl-ink);
    box-shadow: 0 12px 34px rgba(227, 6, 19, 0.09);
}

.hbl-booking-alert strong {
    color: var(--hbl-red-dark);
    font-size: 14px;
    text-transform: uppercase;
}

.hbl-booking-alert span {
    color: #39414d;
    line-height: 1.55;
}

.hbl-public-calendar {
    width: min(1120px, 100%);
    margin: 0 auto 22px;
    border: 1px solid rgba(21, 23, 29, 0.08);
    border-radius: 10px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 23, 29, 0.06);
}

.hbl-public-calendar-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.hbl-public-calendar h3,
.hbl-public-calendar h4 {
    margin: 0;
    color: var(--hbl-ink);
    letter-spacing: 0;
}

.hbl-public-calendar .hbl-eyebrow {
    margin-bottom: 8px;
}

.hbl-calendar-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hbl-calendar-legend span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    border-radius: 999px;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 850;
}

.hbl-calendar-legend .is-available {
    border: 1px solid rgba(26, 127, 78, 0.18);
    background: #effaf3;
    color: #17663f;
}

.hbl-calendar-legend .is-blocked {
    border: 1px solid rgba(227, 6, 19, 0.18);
    background: #fff4f4;
    color: var(--hbl-red-dark);
}

.hbl-public-calendar-nav {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    border: 1px solid var(--hbl-line);
    border-radius: 8px;
    min-height: 48px;
    padding: 6px;
    background: #fbfcfd;
}

.hbl-public-calendar-nav strong {
    color: var(--hbl-ink);
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

.hbl-calendar-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    border: 1px solid rgba(227, 6, 19, 0.2);
    border-radius: 8px;
    background: #fff;
    color: var(--hbl-red-dark);
    cursor: pointer;
    font-size: 18px;
    font-weight: 900;
}

.hbl-calendar-nav-button:hover,
.hbl-calendar-nav-button:focus {
    border-color: rgba(227, 6, 19, 0.45);
    background: #fff5f5;
    outline: none;
}

.hbl-calendar-nav-button:disabled {
    border-color: var(--hbl-line);
    background: #f2f3f5;
    color: #a5adba;
    cursor: default;
}

.hbl-public-calendar-panels {
    border: 1px solid var(--hbl-line);
    border-radius: 8px;
    background: #fbfcfd;
    overflow: hidden;
}

.hbl-public-calendar-months {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    padding: 14px;
}

.hbl-public-calendar-month {
    border: 0;
    border-radius: 8px;
    padding: 0;
    background: transparent;
}

.hbl-public-calendar-month h4 {
    margin-bottom: 12px;
    font-size: 16px;
}

.hbl-public-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 5px;
}

.hbl-public-calendar-weekday {
    color: var(--hbl-muted);
    font-size: 12px;
    font-weight: 850;
    text-align: center;
}

.hbl-public-calendar-empty {
    min-height: 34px;
}

.hbl-public-calendar-day {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid var(--hbl-line);
    border-radius: 8px;
    background: #fff;
    color: var(--hbl-ink);
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
}

button.hbl-public-calendar-day {
    cursor: pointer;
}

.hbl-public-calendar-day.is-available {
    border-color: rgba(26, 127, 78, 0.18);
    background: #f3fbf5;
    color: #17663f;
}

button.hbl-public-calendar-day.is-available:hover,
button.hbl-public-calendar-day.is-available:focus {
    border-color: rgba(26, 127, 78, 0.55);
    background: #e4f7eb;
    outline: none;
}

.hbl-public-calendar-day.is-blocked {
    border-color: rgba(227, 6, 19, 0.24);
    background: #fff0f0;
    color: var(--hbl-red-dark);
}

.hbl-public-calendar-day.is-past {
    background: #f2f3f5;
    color: #9aa2ad;
}

.hbl-form-card {
    width: min(1120px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(21, 23, 29, 0.08);
    border-radius: 10px;
    background: var(--hbl-white);
    box-shadow: var(--hbl-shadow);
}

.hbl-closed-message {
    border: 1px solid rgba(227, 6, 19, 0.2);
    border-radius: 8px;
    padding: 16px 18px;
    background: #fff4f4;
    color: var(--hbl-red-dark);
    font-weight: 850;
    line-height: 1.55;
}

.hbl-landing-footer {
    display: grid;
    justify-items: center;
    justify-content: center;
    gap: 8px;
    width: min(1120px, 100%);
    margin: 24px auto 0;
    color: var(--hbl-muted);
    font-size: 13px;
    text-align: center;
}

.hbl-landing-legal-links,
.hbl-landing-social-links,
.hbl-success-social > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
}

.hbl-landing-footer a {
    color: var(--hbl-muted);
    text-decoration: none;
    font-weight: 760;
}

.hbl-landing-footer a:hover,
.hbl-landing-footer a:focus {
    color: var(--hbl-red);
}

.hbl-success-social {
    width: min(1120px, 100%);
    margin: -10px auto 24px;
    border: 1px solid rgba(21, 23, 29, 0.08);
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(21, 23, 29, 0.06);
    text-align: center;
}

.hbl-success-social p {
    margin: 0 0 10px;
    color: var(--hbl-muted);
    font-size: 14px;
}

.hbl-success-social a,
.hbl-landing-social-links a {
    color: var(--hbl-red-dark);
    font-weight: 850;
    text-decoration: none;
}

.hbl-success-social a:hover,
.hbl-success-social a:focus,
.hbl-landing-social-links a:hover,
.hbl-landing-social-links a:focus {
    color: var(--hbl-red);
}

.hbl-internal-calendar-wrap {
    margin-bottom: 28px;
}

.hbl-internal-calendar-wrap .hbl-public-calendar {
    width: 100%;
    margin: 0;
}

.hbl-form-intro {
    padding: 34px 38px 28px;
    border-bottom: 1px solid var(--hbl-line);
    background:
        linear-gradient(135deg, rgba(227, 6, 19, 0.08), transparent 34%),
        var(--hbl-soft);
}

.hbl-form-intro h3 {
    margin: 0;
    color: var(--hbl-ink);
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
}

.hbl-form-intro p {
    max-width: 760px;
    margin: 12px 0 0;
    color: var(--hbl-muted);
    font-size: 16px;
    line-height: 1.62;
}

.hbl-public-documents {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-top: 18px;
}

.hbl-public-documents strong {
    color: var(--hbl-ink);
    font-size: 13px;
}

.hbl-public-documents a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(227, 6, 19, 0.22);
    border-radius: 999px;
    padding: 0 12px;
    background: #fff;
    color: var(--hbl-red-dark);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.hbl-public-documents a:hover,
.hbl-public-documents a:focus {
    border-color: var(--hbl-red);
    color: var(--hbl-red);
}

.hbl-form-body {
    padding: 36px 38px 40px;
}

.hbl-request-form {
    display: grid;
    gap: 30px;
}

.hbl-fields-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}

.hbl-field {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.hbl-field > label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: var(--hbl-ink);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
}

.hbl-field > label span {
    color: var(--hbl-red);
}

.hbl-field input,
.hbl-field select,
.hbl-field textarea {
    width: 100%;
    min-height: 56px;
    margin: 0;
    border: 1px solid var(--hbl-line);
    border-radius: 8px;
    padding: 15px 16px;
    background: #fbfcfd;
    color: var(--hbl-ink);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
    font: inherit;
    font-size: 16px;
    line-height: 1.4;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.hbl-field textarea {
    min-height: 124px;
    resize: vertical;
}

.hbl-field input::placeholder,
.hbl-field textarea::placeholder {
    color: #8f98a5;
}

.hbl-field input:hover,
.hbl-field select:hover,
.hbl-field textarea:hover {
    background: #fff;
    border-color: #d2d8e1;
}

.hbl-field input:focus,
.hbl-field select:focus,
.hbl-field textarea:focus {
    outline: 0;
    border-color: var(--hbl-red);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(227, 6, 19, 0.11), 0 12px 28px rgba(21, 23, 29, 0.07);
    transform: translateY(-1px);
}

.hbl-field-hint {
    margin: 0;
    color: var(--hbl-muted);
    font-size: 13px;
    line-height: 1.5;
}

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

.hbl-choice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    border: 1px solid var(--hbl-line);
    border-radius: 8px;
    padding: 14px 15px;
    background: #fbfcfd;
    color: var(--hbl-ink);
    font-size: 15px;
    font-weight: 750 !important;
    line-height: 1.5;
    cursor: pointer;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hbl-choice:hover {
    border-color: rgba(227, 6, 19, 0.32);
    background: #fff;
    box-shadow: 0 10px 24px rgba(21, 23, 29, 0.06);
    transform: translateY(-1px);
}

.hbl-choice input {
    width: 19px;
    min-width: 19px;
    min-height: 19px;
    margin: 2px 0 0;
    accent-color: var(--hbl-red);
    box-shadow: none;
}

.hbl-privacy-consent {
    display: grid;
    gap: 12px;
    border: 1px solid rgba(21, 23, 29, 0.08);
    border-radius: 8px;
    padding: 16px;
    background: #fbfcfd;
}

.hbl-privacy-consent p {
    margin: 0;
    color: #3b4452;
    font-size: 14px;
    line-height: 1.6;
}

.hbl-privacy-consent a {
    color: var(--hbl-red-dark);
    font-weight: 800;
    text-decoration: none;
}

.hbl-privacy-consent a:hover,
.hbl-privacy-consent a:focus {
    color: var(--hbl-red);
    text-decoration: underline;
}

.hbl-privacy-checkbox {
    background: #fff;
}

.hbl-form-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    border-top: 1px solid var(--hbl-line);
    padding-top: 24px;
}

.hbl-form-footer > p {
    margin: 0;
    border-left: 4px solid var(--hbl-red);
    padding: 10px 0 10px 14px;
    color: #343b46;
    font-size: 15px;
    font-weight: 760;
    line-height: 1.5;
}

.hbl-submit-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-height: 56px;
    min-width: 190px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    padding: 0 24px;
    background: linear-gradient(135deg, var(--hbl-red), var(--hbl-red-dark));
    color: #fff;
    box-shadow: 0 18px 34px rgba(227, 6, 19, 0.25);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.hbl-submit-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 32%, rgba(255, 255, 255, 0.32) 42%, transparent 54%);
    transform: translateX(-120%);
    transition: transform 520ms ease;
}

.hbl-submit-button:hover,
.hbl-submit-button:focus {
    filter: saturate(1.06);
    box-shadow: 0 22px 42px rgba(227, 6, 19, 0.3);
    transform: translateY(-2px);
}

.hbl-submit-button:hover::after,
.hbl-submit-button:focus::after {
    transform: translateX(120%);
}

.hbl-message {
    margin: 0 0 24px;
    border-radius: 8px;
    padding: 14px 16px;
    font-weight: 800;
    line-height: 1.5;
}

.hbl-public-shell > .hbl-message {
    width: min(1120px, 100%);
    margin: 0 auto 24px;
    box-shadow: 0 14px 38px rgba(21, 23, 29, 0.08);
}

.hbl-message:focus {
    outline: 3px solid rgba(227, 6, 19, 0.22);
    outline-offset: 3px;
}

.hbl-message-success {
    border: 1px solid rgba(26, 127, 78, 0.22);
    background: #edf8f2;
    color: #17663f;
}

.hbl-message-error {
    border: 1px solid rgba(227, 6, 19, 0.2);
    background: #fff4f4;
    color: var(--hbl-red-dark);
}

.hbl-hidden-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@keyframes hblImageSheen {
    0%,
    55% {
        transform: translateX(-120%);
    }
    75%,
    100% {
        transform: translateX(120%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hbl-hero-media::after,
    .hbl-submit-button,
    .hbl-submit-button::after,
    .hbl-field input,
    .hbl-field select,
    .hbl-field textarea,
    .hbl-choice {
        animation: none;
        transition: none;
    }
}

@media (max-width: 1100px) {
    .hbl-public-shell {
        margin-bottom: 42px;
        padding: 16px 18px 48px;
    }

    .hbl-hero-copy {
        padding: 44px 34px;
    }

    .hbl-hero-copy h2 {
        font-size: 46px;
    }

    .hbl-hero-media {
        padding: 14px;
    }

    .hbl-hero-media img {
        max-height: 360px;
    }
}

@media (max-width: 900px) {
    .hbl-hero-copy {
        padding: 34px 26px;
    }

    .hbl-hero-topline {
        margin-bottom: 20px;
    }

    .hbl-hero-copy h2,
    .hbl-hero-text,
    .hbl-eligibility-strip {
        max-width: 680px;
    }

    .hbl-hero-copy h2 {
        font-size: 36px;
        line-height: 1.02;
    }

    .hbl-hero-media {
        padding: 12px;
    }

    .hbl-hero-media::after {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.72), transparent 20%, transparent 80%, rgba(255, 255, 255, 0.72));
    }

    .hbl-hero-media img {
        width: 100%;
        max-height: 290px;
    }

    .hbl-form-intro,
    .hbl-form-body {
        padding-right: 22px;
        padding-left: 22px;
    }

    .hbl-booking-alert,
    .hbl-public-calendar-head,
    .hbl-form-footer {
        grid-template-columns: 1fr;
    }

    .hbl-public-calendar-head {
        display: grid;
    }

    .hbl-public-calendar-months {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    }

    .hbl-submit-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .hbl-public-shell {
        padding: 12px max(12px, env(safe-area-inset-right, 0px)) 42px max(12px, env(safe-area-inset-left, 0px));
    }

    .hbl-landing-hero,
    .hbl-booking-alert,
    .hbl-public-calendar,
    .hbl-form-card,
    .hbl-public-shell > .hbl-message,
    .hbl-success-social,
    .hbl-landing-footer {
        width: 100%;
        max-width: calc(100vw - 24px);
    }

    .hbl-landing-hero {
        border-radius: 10px;
    }

    .hbl-brand-logo {
        width: 62px;
    }

    .hbl-hero-copy {
        padding: 26px 18px 24px;
    }

    .hbl-hero-topline {
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-bottom: 16px;
    }

    .hbl-eyebrow {
        max-width: 100%;
        white-space: normal;
        font-size: 11px;
        line-height: 1.25;
    }

    .hbl-hero-copy h2 {
        font-size: 30px;
        line-height: 1.06;
    }

    .hbl-hero-text {
        font-size: 16px;
    }

    .hbl-hero-media {
        margin-top: 18px;
        padding: 8px;
    }

    .hbl-hero-media img {
        max-height: 240px;
    }

    .hbl-eligibility-strip span {
        padding: 7px 10px;
        font-size: 12px;
    }
}
