.hb-internal-page,
.hb-internal-hero {
    --hb-ink: #101511;
    --hb-muted: #626a63;
    --hb-green: #4cae00;
    --hb-green-dark: #2f7600;
    --hb-lime: #a8e832;
    --hb-soft: #f4f7f1;
    --hb-line: rgba(16, 21, 17, 0.1);
    --hb-radius: 26px;
    color: var(--hb-ink);
}

.hb-internal-page {
    overflow: clip;
}

.header-style-one {
    background: linear-gradient(180deg, rgba(3, 11, 6, 0.72) 0%, rgba(3, 11, 6, 0.22) 72%, transparent 100%);
}

.header-style-one .desktop-nav {
    background: transparent;
}

.header-style-one .desktop-nav.slideDown,
.header-style-one .desktop-nav.slideUp {
    border-bottom: 1px solid rgba(168, 232, 50, 0.12);
    background: rgba(4, 15, 8, 0.94);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.hb-internal-page *,
.hb-internal-hero * {
    box-sizing: border-box;
}

.hb-internal-hero {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    isolation: isolate;
    background: #0b160e;
    box-shadow: inset 0 -1px rgba(168, 232, 50, 0.12);
}

.hb-internal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(3, 12, 6, 0.86) 0%, rgba(3, 12, 6, 0.68) 40%, rgba(3, 12, 6, 0.28) 72%, rgba(3, 12, 6, 0.5) 100%),
        linear-gradient(0deg, rgba(3, 12, 6, 0.8) 0%, rgba(3, 12, 6, 0.12) 58%, rgba(3, 12, 6, 0.34) 100%);
}

.hb-internal-hero::after {
    content: "";
    position: absolute;
    right: clamp(24px, 8vw, 145px);
    bottom: -76px;
    width: 190px;
    height: 190px;
    z-index: -1;
    border: 34px solid rgba(168, 232, 50, 0.25);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hb-internal-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    filter: brightness(0.82) saturate(0.92) contrast(1.08);
    transform: scale(1.015);
}

.hb-internal-hero__content {
    width: 100%;
    position: relative;
    padding: 82px 0 68px;
}

.hb-internal-hero__content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(32vw, 490px);
    height: 100%;
    z-index: -1;
    border-left: 1px solid rgba(168, 232, 50, 0.13);
    background: linear-gradient(135deg, rgba(168, 232, 50, 0.1), transparent 58%);
    clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.hb-internal-hero__eyebrow,
.hb-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--hb-green);
    font-size: 0.76rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.hb-internal-hero__eyebrow {
    color: var(--hb-lime);
}

.hb-internal-hero__eyebrow::before,
.hb-section__eyebrow::before {
    content: "";
    width: 30px;
    height: 3px;
    background: currentColor;
    transform: skewX(-20deg);
}

.hb-internal-hero h1 {
    max-width: 790px;
    margin: 18px 0 18px;
    color: #fff;
    font-size: clamp(2.65rem, 6vw, 5.25rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    font-weight: 800;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.34);
}

.hb-internal-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.75;
    text-shadow: 0 2px 13px rgba(0, 0, 0, 0.28);
}

.hb-internal-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.hb-internal-breadcrumb {
    width: fit-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hb-internal-breadcrumb a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #fff;
}

.hb-internal-breadcrumb a:hover {
    color: var(--hb-lime);
}

.hb-internal-breadcrumb i.fa-chevron-right {
    color: var(--hb-lime);
    font-size: 0.58rem;
}

.hb-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--hb-green);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.hb-button:hover {
    transform: translateY(-2px);
    background: var(--hb-green-dark);
    color: #fff;
}

.hb-button--dark {
    background: var(--hb-ink);
}

.hb-button--light {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

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

.hb-metrics {
    position: relative;
    z-index: 3;
    margin-top: -34px;
}

.hb-metrics__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: #101511;
    box-shadow: 0 22px 60px rgba(9, 14, 10, 0.2);
}

.hb-metric {
    min-height: 106px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 30px;
    color: #fff;
}

.hb-metric + .hb-metric {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.hb-metric__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(168, 232, 50, 0.12);
    color: var(--hb-lime);
    font-size: 1.12rem;
}

.hb-metric strong,
.hb-metric span {
    display: block;
}

.hb-metric strong {
    margin-bottom: 3px;
    font-size: 1rem;
}

.hb-metric span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.8rem;
    line-height: 1.45;
}

.hb-section {
    padding: clamp(76px, 8vw, 118px) 0;
}

.hb-section--soft {
    background: var(--hb-soft);
}

.hb-section--dark {
    position: relative;
    overflow: hidden;
    background: #101511;
    color: #fff;
}

.hb-section--dark::after {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    right: -160px;
    bottom: -200px;
    border: 70px solid rgba(168, 232, 50, 0.08);
    border-radius: 50%;
}

.hb-section__heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.hb-section__heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hb-section__heading--center .hb-section__eyebrow {
    justify-content: center;
}

.hb-section__title {
    margin: 14px 0 14px;
    color: var(--hb-ink);
    font-size: clamp(2rem, 4.5vw, 3.65rem);
    line-height: 1.07;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.hb-section--dark .hb-section__title {
    color: #fff;
}

.hb-section__lead {
    max-width: 690px;
    margin: 0;
    color: var(--hb-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.hb-section--dark .hb-section__lead {
    color: rgba(255, 255, 255, 0.67);
}

.hb-editorial {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
    gap: clamp(38px, 7vw, 92px);
}

.hb-editorial--reverse .hb-editorial__media {
    order: 2;
}

.hb-editorial__copy p {
    color: var(--hb-muted);
    font-size: 1rem;
    line-height: 1.85;
}

.hb-editorial__media {
    position: relative;
}

.hb-editorial__media::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 62%;
    height: 62%;
    z-index: -1;
    border-radius: 24px;
    background: var(--hb-green);
    transform: rotate(2.5deg);
}

.hb-editorial__media img {
    width: 100%;
    min-height: 390px;
    max-height: 590px;
    display: block;
    border-radius: var(--hb-radius);
    object-fit: cover;
    box-shadow: 0 25px 70px rgba(16, 21, 17, 0.16);
}

.hb-editorial__label {
    position: absolute;
    left: -24px;
    bottom: 28px;
    max-width: 230px;
    padding: 18px 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(16, 21, 17, 0.18);
}

.hb-editorial__label strong,
.hb-editorial__label span {
    display: block;
}

.hb-editorial__label strong {
    color: var(--hb-green-dark);
    font-size: 1rem;
}

.hb-editorial__label span {
    margin-top: 3px;
    color: var(--hb-muted);
    font-size: 0.78rem;
}

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

.hb-card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hb-card {
    position: relative;
    min-height: 100%;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--hb-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 42px rgba(16, 21, 17, 0.055);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hb-card:hover {
    transform: translateY(-7px);
    border-color: rgba(76, 174, 0, 0.28);
    box-shadow: 0 25px 60px rgba(16, 21, 17, 0.12);
}

.hb-card__number {
    position: absolute;
    right: 18px;
    top: 13px;
    color: rgba(76, 174, 0, 0.09);
    font-size: 3.5rem;
    line-height: 1;
    font-weight: 900;
}

.hb-card__icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 18px;
    background: var(--hb-soft);
    color: var(--hb-green);
    font-size: 1.3rem;
}

.hb-card__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.hb-card h3 {
    margin: 0 0 12px;
    color: var(--hb-ink);
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 800;
}

.hb-card p {
    margin: 0;
    color: var(--hb-muted);
    font-size: 0.92rem;
    line-height: 1.72;
}

.hb-check-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 24px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hb-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--hb-muted);
    line-height: 1.55;
}

.hb-check-list i {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    display: grid;
    place-items: center;
    margin-top: 1px;
    border-radius: 50%;
    background: rgba(76, 174, 0, 0.12);
    color: var(--hb-green-dark);
    font-size: 0.66rem;
}

.hb-dark-features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    position: relative;
    z-index: 1;
}

.hb-dark-feature {
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.hb-dark-feature i {
    margin-bottom: 18px;
    color: var(--hb-lime);
    font-size: 1.3rem;
}

.hb-dark-feature strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 0.96rem;
}

.hb-dark-feature span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    line-height: 1.55;
}

.hb-brand-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.hb-brand-list span {
    padding: 9px 15px;
    border: 1px solid var(--hb-line);
    border-radius: 999px;
    background: #fff;
    color: var(--hb-ink);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hb-final-cta {
    position: relative;
    min-height: 390px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #101511;
}

.hb-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(9, 15, 10, 0.94), rgba(9, 15, 10, 0.68) 62%, rgba(9, 15, 10, 0.25));
}

.hb-final-cta__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
}

.hb-final-cta__content {
    max-width: 700px;
    padding: 74px 0;
}

.hb-final-cta h2 {
    margin: 11px 0 16px;
    color: #fff;
    font-size: clamp(2.15rem, 4vw, 3.65rem);
    line-height: 1.05;
    letter-spacing: -0.045em;
    font-weight: 800;
}

.hb-final-cta p {
    max-width: 610px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.75;
}

.hb-events-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hb-event-card {
    min-height: 530px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--hb-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 55px rgba(16, 21, 17, 0.08);
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.hb-event-card:hover {
    transform: translateY(-7px);
    border-color: rgba(76, 174, 0, 0.3);
    box-shadow: 0 28px 65px rgba(16, 21, 17, 0.14);
    color: inherit;
}

.hb-event-card--featured {
    grid-column: 1 / -1;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
}

.hb-event-card__media {
    position: relative;
    min-height: 295px;
    overflow: hidden;
}

.hb-event-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9, 15, 10, 0.28), transparent 54%);
}

.hb-event-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hb-event-card:hover .hb-event-card__media img {
    transform: scale(1.045);
}

.hb-event-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px;
}

.hb-event-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 13px;
    color: var(--hb-green-dark);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hb-event-card h3 {
    margin: 0 0 12px;
    color: var(--hb-ink);
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    line-height: 1.15;
    font-weight: 800;
}

.hb-event-card p {
    margin: 0;
    color: var(--hb-muted);
    line-height: 1.72;
}

.hb-event-card__action {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 22px;
    color: var(--hb-green-dark);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.hb-event-card__action i {
    transition: transform 0.25s ease;
}

.hb-event-card:hover .hb-event-card__action i {
    transform: translateX(4px);
}

.hb-event-detail-hero h1 {
    max-width: 980px;
    font-size: clamp(2.7rem, 5.5vw, 4.9rem);
}

.hb-event-story {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    align-items: start;
    gap: clamp(42px, 8vw, 110px);
}

.hb-event-story__content p {
    margin: 0 0 20px;
    color: var(--hb-muted);
    font-size: 1.02rem;
    line-height: 1.9;
}

.hb-event-story__aside {
    position: sticky;
    top: 120px;
    padding: 36px;
    overflow: hidden;
    border-radius: 24px;
    background: #101511;
    color: #fff;
    box-shadow: 0 24px 65px rgba(16, 21, 17, 0.18);
}

.hb-event-story__aside::after {
    content: "";
    position: absolute;
    right: -65px;
    bottom: -75px;
    width: 170px;
    height: 170px;
    border: 34px solid rgba(168, 232, 50, 0.1);
    border-radius: 50%;
}

.hb-event-story__aside-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 18px;
    background: rgba(168, 232, 50, 0.12);
    color: var(--hb-lime);
    font-size: 1.35rem;
}

.hb-event-story__aside-label {
    display: block;
    margin-bottom: 9px;
    color: var(--hb-lime);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.hb-event-story__aside h3 {
    margin: 0 0 13px;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 800;
}

.hb-event-story__aside p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 0.9rem;
    line-height: 1.72;
}

.hb-event-story__facts {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hb-event-story__facts span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
}

.hb-event-story__facts i {
    width: 18px;
    color: var(--hb-lime);
    text-align: center;
}

.hb-event-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.hb-event-gallery-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.hb-event-gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 24px;
    background: #101511;
    box-shadow: 0 20px 55px rgba(16, 21, 17, 0.13);
}

.hb-event-gallery-grid--single .hb-event-gallery-item {
    max-width: 1000px;
}

.hb-event-gallery-item img {
    width: 100%;
    height: clamp(320px, 48vw, 630px);
    display: block;
    object-fit: cover;
    transition: transform 0.55s ease, opacity 0.35s ease;
}

.hb-event-gallery-item__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(9, 15, 10, 0.18);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hb-event-gallery-item__overlay span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(9, 15, 10, 0.74);
    backdrop-filter: blur(8px);
    font-size: 0.78rem;
    font-weight: 800;
}

.hb-event-gallery-item small {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.45;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

.hb-event-gallery-item:hover img {
    transform: scale(1.035);
    opacity: 0.86;
}

.hb-event-gallery-item:hover .hb-event-gallery-item__overlay {
    opacity: 1;
}

.hb-event-related {
    background: #fff;
}

.hb-event-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hb-event-related-card {
    overflow: hidden;
    border: 1px solid var(--hb-line);
    border-radius: 22px;
    background: #fff;
    color: inherit;
    box-shadow: 0 16px 45px rgba(16, 21, 17, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hb-event-related-card:hover {
    transform: translateY(-7px);
    color: inherit;
    box-shadow: 0 26px 60px rgba(16, 21, 17, 0.13);
}

.hb-event-related-card figure {
    position: relative;
    height: 225px;
    margin: 0;
    overflow: hidden;
}

.hb-event-related-card figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hb-event-related-card:hover figure img {
    transform: scale(1.045);
}

.hb-event-related-card figure span {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(9, 15, 10, 0.78);
    color: #fff;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.hb-event-related-card > div {
    padding: 25px;
}

.hb-event-related-card h3 {
    margin: 0 0 10px;
    color: var(--hb-ink);
    font-size: 1.18rem;
    line-height: 1.3;
    font-weight: 800;
}

.hb-event-related-card p {
    display: -webkit-box;
    margin: 0 0 18px;
    overflow: hidden;
    color: var(--hb-muted);
    font-size: 0.86rem;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hb-event-related-card strong {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hb-green-dark);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hb-contact-intro {
    padding-bottom: 0;
}

.hb-contact-intro + .contact-us {
    padding-top: 52px;
}

.hb-contact-map {
    margin-top: 0 !important;
    border-top: 8px solid var(--hb-green);
}

@media (max-width: 1200px) {
    .header-style-one {
        background:
            linear-gradient(90deg, rgba(3, 12, 6, 0.86), rgba(3, 12, 6, 0.68)),
            url("../images/bannerreserva.jpg") center 48% / cover no-repeat;
    }

    .header-style-one .desktop-nav {
        background: transparent;
    }
}

@media (max-width: 991.98px) {
    .hb-internal-hero {
        min-height: 420px;
    }

    .hb-metrics__inner,
    .hb-card-grid,
    .hb-card-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hb-metric:nth-child(3) {
        grid-column: 1 / -1;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .hb-editorial {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .hb-editorial--reverse .hb-editorial__media {
        order: 0;
    }

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

    .hb-event-card--featured {
        display: flex;
    }

    .hb-event-card--featured .hb-event-card__media {
        min-height: 360px;
    }

    .hb-event-story {
        grid-template-columns: 1fr;
    }

    .hb-event-story__aside {
        position: relative;
        top: auto;
    }

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

@media (max-width: 767.98px) {
    .hb-internal-hero {
        min-height: 355px;
    }

    .hb-internal-hero::before {
        background:
            linear-gradient(90deg, rgba(3, 12, 6, 0.84), rgba(3, 12, 6, 0.44)),
            linear-gradient(0deg, rgba(3, 12, 6, 0.76), transparent 66%);
    }

    .hb-internal-hero__content {
        padding: 50px 0 48px;
    }

    .hb-internal-hero h1 {
        margin: 13px 0 13px;
        font-size: clamp(2.25rem, 12vw, 3.35rem);
    }

    .hb-internal-hero p {
        max-width: 94%;
        font-size: 0.92rem;
        line-height: 1.6;
    }

    .hb-internal-breadcrumb {
        margin-bottom: 14px;
        font-size: 0.66rem;
    }

    .hb-internal-hero__actions {
        margin-top: 22px;
    }

    .hb-button {
        width: 100%;
        min-height: 49px;
    }

    .hb-metrics {
        margin-top: 0;
        background: #101511;
    }

    .hb-metrics .container {
        padding: 0;
    }

    .hb-metrics__inner {
        grid-template-columns: 1fr;
        border-radius: 0;
        box-shadow: none;
    }

    .hb-metric {
        min-height: 86px;
        padding: 18px 22px;
    }

    .hb-metric + .hb-metric,
    .hb-metric:nth-child(3) {
        grid-column: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .hb-section {
        padding: 66px 0;
    }

    .hb-section__heading {
        margin-bottom: 30px;
    }

    .hb-section__title {
        font-size: clamp(1.95rem, 10vw, 2.75rem);
    }

    .hb-card-grid,
    .hb-card-grid--four,
    .hb-dark-features,
    .hb-events-grid {
        grid-template-columns: 1fr;
    }

    .hb-card {
        padding: 26px;
    }

    .hb-editorial {
        gap: 38px;
    }

    .hb-editorial__media img {
        min-height: 270px;
        max-height: 390px;
        border-radius: 20px;
    }

    .hb-editorial__media::before {
        right: -9px;
        bottom: -9px;
    }

    .hb-editorial__label {
        left: 14px;
        right: 14px;
        bottom: 14px;
        max-width: none;
        padding: 14px 17px;
    }

    .hb-check-list {
        grid-template-columns: 1fr;
    }

    .hb-event-card,
    .hb-event-card--featured {
        grid-column: auto;
        min-height: 0;
    }

    .hb-event-card__media,
    .hb-event-card--featured .hb-event-card__media {
        min-height: 245px;
    }

    .hb-event-card__body {
        padding: 26px;
    }

    .hb-event-detail-hero .hb-internal-breadcrumb > span,
    .hb-event-detail-hero .hb-internal-breadcrumb > i:last-of-type {
        display: none;
    }

    .hb-event-story__aside {
        padding: 28px;
    }

    .hb-event-gallery-grid,
    .hb-event-related-grid {
        grid-template-columns: 1fr;
    }

    .hb-event-gallery-item img {
        height: 300px;
    }

    .hb-event-related-card figure {
        height: 235px;
    }

    .hb-final-cta {
        min-height: 430px;
    }

    .hb-final-cta::before {
        background: linear-gradient(90deg, rgba(9, 15, 10, 0.94), rgba(9, 15, 10, 0.63));
    }

    .hb-final-cta__content {
        padding: 62px 0;
    }

    .hb-contact-intro + .contact-us {
        padding-top: 34px;
    }

    .hb-contact-map {
        height: 360px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hb-card,
    .hb-button,
    .hb-event-card__media img {
        transition: none;
    }
}
