body.hvda-dine-body,
.hvda-dine-page {
    --hvda-dark: #140c0b;
    --hvda-dark-soft: #221110;
    --hvda-light: #f6efec;
    --hvda-light-strong: #fcf8f6;
    --hvda-ink: #241513;
    --hvda-muted: #76625d;
    --hvda-line: rgba(163, 59, 39, 0.18);
    --hvda-line-light: rgba(255, 255, 255, 0.14);
    --hvda-accent: #a33b27;
    --hvda-accent-strong: #7d2c1c;
    --hvda-shadow: 0 24px 80px rgba(43, 20, 16, 0.16);
    color: var(--hvda-ink);
}

body.hvda-dine-body {
    background: var(--hvda-light);
}

body.hvda-dine-body #de-loader,
body.hvda-dine-body #preloader,
body.hvda-dine-body .preloader-bg {
    display: none !important;
}

.hvda-dine-page {
    overflow: clip;
}

.hvda-section {
    position: relative;
    padding: 120px 0;
}

.hvda-section--light {
    background:
        linear-gradient(180deg, rgba(163, 59, 39, 0.08) 0%, rgba(163, 59, 39, 0) 18%),
        var(--hvda-light);
}

.hvda-section--framed::before,
.hvda-section--framed::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(163, 59, 39, 0.12) 10%, rgba(163, 59, 39, 0.12) 90%, transparent 100%);
    pointer-events: none;
}

.hvda-section--framed::before {
    left: 4.8vw;
}

.hvda-section--framed::after {
    right: 4.8vw;
}

.hvda-section-label {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: var(--hvda-accent-strong);
    font-family: var(--body-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.hvda-section-label::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
}

.hvda-section-label--light {
    color: rgba(255, 228, 222, 0.76);
}

.hvda-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--hvda-accent);
    color: #fff;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.hvda-btn:hover,
.hvda-btn:focus-visible {
    color: #fff;
    background: var(--hvda-accent-strong);
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(19, 14, 10, 0.18);
}

.hvda-btn--ghost {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.hvda-btn--ghost:hover,
.hvda-btn--ghost:focus-visible {
    border-color: rgba(255, 255, 255, 0.48);
    background: rgba(255, 255, 255, 0.12);
}

.hvda-hero {
    position: relative;
    min-height: 100svh;
    background: var(--hvda-dark);
}

.hvda-hero__swiper {
    position: absolute;
    inset: 0;
}

.hvda-hero__slide {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
}

.hvda-hero__media,
.hvda-hero__shade,
.hvda-hero__content {
    position: absolute;
    inset: 0;
}

.hvda-hero__media {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.04);
    transition: transform 7s ease;
}

.hvda-hero__slide.swiper-slide-active .hvda-hero__media {
    transform: scale(1.12);
}

.hvda-hero__shade {
    background:
        radial-gradient(circle at 50% 50%, rgba(163, 59, 39, 0.18), transparent 26%),
        linear-gradient(180deg, rgba(8, 7, 6, 0.28) 0%, rgba(8, 7, 6, 0.74) 62%, rgba(8, 7, 6, 0.92) 100%),
        linear-gradient(90deg, rgba(8, 7, 6, 0.78) 0%, rgba(8, 7, 6, 0.2) 50%, rgba(8, 7, 6, 0.68) 100%);
}

.hvda-hero__content {
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 170px 0 120px;
}

.hvda-hero__stars,
.hvda-hero__eyebrow,
.hvda-hero__title,
.hvda-hero__teaser,
.hvda-hero__actions {
    opacity: 1;
    transform: translateY(0);
}

.hvda-hero__stars {
    display: inline-flex;
    gap: 8px;
    margin-bottom: 24px;
    color: #e0a79c;
    font-size: 14px;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
    transition: opacity 1.4s ease 0s, transform 1.4s ease 0s;
}

.hvda-hero__eyebrow {
    margin-bottom: 18px;
    color: rgba(255, 232, 227, 0.8);
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.32);
    text-transform: uppercase;
    transition: opacity 1.4s ease 0.12s, transform 1.4s ease 0.12s;
}

.hvda-hero__title {
    max-width: 920px;
    margin: 0 auto 24px;
    color: #fff;
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1.06;
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
    text-wrap: balance;
    transition: opacity 1.45s ease 0.24s, transform 1.45s ease 0.24s;
}

.hvda-hero__teaser {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 236, 232, 0.84);
    font-size: 20px;
    line-height: 1.8;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
    transition: opacity 1.45s ease 0.34s, transform 1.45s ease 0.34s;
}

.hvda-hero__actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
    transition: opacity 1.45s ease 0.48s, transform 1.45s ease 0.48s;
}

.hvda-hero__pagination {
    position: absolute;
    right: 42px;
    bottom: 34px;
    left: auto !important;
    width: auto !important;
    color: #fff;
    font-family: var(--title-font);
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.02em;
    z-index: 5;
}

.hvda-hero__pagination .swiper-pagination-total {
    opacity: 0.45;
}

.hvda-hero__nav {
    position: absolute;
    bottom: 28px;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.hvda-hero__nav:hover,
.hvda-hero__nav:focus-visible {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}

.hvda-hero-prev {
    right: 164px;
}

.hvda-hero-next {
    right: 104px;
}

.hvda-booking-band {
    position: relative;
    z-index: 3;
    background: var(--hvda-dark-soft);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hvda-booking-band__inner {
    display: grid;
    grid-template-columns: minmax(220px, 1.2fr) minmax(0, 1.8fr) auto;
    align-items: center;
    gap: 28px;
    padding: 34px 0;
}

.hvda-booking-band__title h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1.2;
}

.hvda-booking-band__fields {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(160px, 0.8fr));
    gap: 18px;
}

.hvda-booking-field {
    display: block;
}

.hvda-booking-field > span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 236, 217, 0.72);
    font-family: var(--body-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hvda-booking-field input {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-family: var(--body-font);
    font-size: 18px;
}

.hvda-booking-field input:focus {
    border-color: rgba(163, 59, 39, 0.56);
    box-shadow: 0 0 0 3px rgba(163, 59, 39, 0.14);
}

.hvda-stepper {
    display: grid;
    grid-template-columns: 44px minmax(56px, 1fr) 44px;
    align-items: center;
    height: 56px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.hvda-stepper button {
    height: 100%;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.hvda-stepper button:hover,
.hvda-stepper button:focus-visible {
    background: rgba(163, 59, 39, 0.18);
    color: #f3c0b7;
}

.hvda-stepper input {
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
    padding: 0;
}

.hvda-booking-band__cta {
    display: flex;
    justify-content: flex-end;
}

.hvda-intro {
    max-width: 460px;
    margin: 0 auto;
}

.hvda-intro h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.18;
    text-wrap: balance;
}

.hvda-section-heading h2 {
    margin: 0 0 18px;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.14;
    text-wrap: balance;
}

.hvda-intro p,
.hvda-section-heading p {
    margin: 0;
    color: var(--hvda-muted);
    font-size: 17px;
    line-height: 1.9;
}

.hvda-rating {
    margin-top: 32px;
}

.hvda-rating strong,
.hvda-rating span {
    display: block;
}

.hvda-rating strong {
    margin-bottom: 10px;
    font-family: var(--title-font);
    font-size: 34px;
    font-weight: 400;
    color: var(--hvda-ink);
}

.hvda-rating__stars {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--hvda-accent);
}

.hvda-rating span {
    color: var(--hvda-muted);
    font-size: 14px;
    letter-spacing: 0.02em;
}

.hvda-masked-media {
    position: relative;
    width: 100%;
    padding-top: 112%;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
    box-shadow: var(--hvda-shadow);
    background: #ddc7c1;
}

.hvda-masked-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hvda-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 96px;
}

.hvda-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-height: 100%;
    padding: 30px 30px 28px;
    border: 1px solid rgba(163, 59, 39, 0.16);
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(163, 59, 39, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 246, 243, 0.92) 100%);
    box-shadow: 0 20px 48px rgba(16, 12, 8, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.hvda-feature-card::after {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, rgba(163, 59, 39, 0.88) 0%, rgba(163, 59, 39, 0.2) 100%);
    opacity: 0.7;
    transform: scaleX(0.34);
    transform-origin: left center;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.hvda-feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(163, 59, 39, 0.3);
    box-shadow: 0 30px 60px rgba(43, 20, 16, 0.14);
}

.hvda-feature-card:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.hvda-feature-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hvda-feature-card__icon {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--hvda-accent) 0%, var(--hvda-accent-strong) 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 18px 34px rgba(125, 44, 28, 0.24);
}

.hvda-feature-card__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(163, 59, 39, 0.08);
    color: var(--hvda-accent-strong);
    font-family: var(--body-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.32em;
    line-height: 1;
}

.hvda-feature-card__body {
    position: relative;
    z-index: 1;
}

.hvda-feature-card__body h3 {
    margin: 0 0 12px;
    max-width: 12ch;
    font-size: clamp(26px, 2.1vw, 32px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.hvda-feature-card__body p {
    margin: 0;
    max-width: 28ch;
    color: var(--hvda-muted);
    font-size: 15px;
    line-height: 1.75;
}

.hvda-quote-band {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #fff;
    background: var(--hvda-dark);
}

.hvda-quote-band .jarallax-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hvda-quote-band__overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(163, 59, 39, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(9, 8, 7, 0.74) 0%, rgba(9, 8, 7, 0.82) 100%);
}

.hvda-quote-band .container {
    position: relative;
    z-index: 2;
}

.hvda-quote-slide i {
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--hvda-accent);
    font-size: 40px;
}

.hvda-quote-slide h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(30px, 3.3vw, 44px);
    line-height: 1.35;
}

.hvda-quote-slide span {
    color: rgba(255, 228, 222, 0.76);
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hvda-quote-carousel .owl-dots {
    margin-top: 28px;
}

.hvda-quote-carousel .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    margin: 0 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent !important;
}

.hvda-quote-carousel .owl-dot.active span {
    background: var(--hvda-accent) !important;
    border-color: var(--hvda-accent);
}

.hvda-venues {
    overflow: hidden;
    padding: 60px 0 44px;
}

.hvda-venues__shell {
    padding-left: clamp(18px, 4vw, 48px);
    padding-right: clamp(18px, 4vw, 48px);
}

.hvda-section-heading {
    margin-bottom: 18px;
}

.hvda-venues .hvda-section-heading {
    max-width: 520px;
    margin: 0 auto 4px;
}

.hvda-venues .hvda-section-heading h2 {
    margin-bottom: 0;
    font-size: clamp(24px, 2.5vw, 34px);
}

.hvda-venues .hvda-section-label {
    margin-bottom: 12px;
}

.hvda-venue-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 0 0 4px;
}

.hvda-venue-nav button {
    width: 48px;
    height: 48px;
    border: 1px solid var(--hvda-line);
    border-radius: 999px;
    background: #fff;
    color: var(--hvda-ink);
    transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.hvda-venue-nav button:hover,
.hvda-venue-nav button:focus-visible {
    background: var(--hvda-accent);
    border-color: var(--hvda-accent);
    color: #fff;
    transform: translateY(-2px);
}

.hvda-venue-card {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}

.hvda-venue-card__media {
    position: relative;
    overflow: hidden;
    border-radius: 118px 118px 18px 18px;
}

.hvda-venue-card__media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.6s ease;
}

.hvda-venue-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    background: linear-gradient(180deg, rgba(163, 59, 39, 0.28) 0%, rgba(20, 12, 11, 0.84) 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.hvda-venue-card__overlay span {
    color: rgba(255, 228, 222, 0.76);
    font-family: var(--body-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hvda-venue-card__overlay h3 {
    margin: 10px 0 8px;
    color: #fff;
    font-size: 26px;
    line-height: 1.1;
}

.hvda-venue-card__overlay a {
    margin-top: 12px;
    color: #fff;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hvda-venue-card__base {
    padding: 12px 6px 0;
    text-align: center;
}

.hvda-venue-card__base h3 {
    margin: 0 0 6px;
    font-size: 22px;
}

.hvda-venue-card__base span {
    color: var(--hvda-muted);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hvda-venue-card:hover .hvda-venue-card__media img {
    transform: scale(1.08);
}

.hvda-venue-card:hover .hvda-venue-card__overlay,
.hvda-venue-card:focus-within .hvda-venue-card__overlay {
    opacity: 1;
    transform: translateY(0);
}

.hvda-story-card {
    position: relative;
}

.hvda-story-card > img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    box-shadow: var(--hvda-shadow);
}

.hvda-story-card__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, 0.85fr) minmax(0, 1.15fr);
    gap: 22px;
    margin: -78px 28px 0;
    padding: 30px;
    background: var(--hvda-accent);
    color: #fff;
    box-shadow: 0 22px 56px rgba(23, 16, 11, 0.18);
}

.hvda-story-card__count {
    display: grid;
    gap: 8px;
    align-content: center;
    text-align: center;
}

.hvda-story-card__count strong {
    font-family: var(--title-font);
    font-size: clamp(54px, 5vw, 76px);
    font-weight: 400;
    line-height: 0.92;
}

.hvda-story-card__count span:last-child {
    color: rgba(255, 232, 227, 0.78);
    font-family: var(--body-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hvda-story-card__copy span {
    display: inline-block;
    margin-bottom: 12px;
    color: rgba(255, 232, 227, 0.76);
    font-family: var(--body-font);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hvda-story-card__copy h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 30px;
    line-height: 1.18;
}

.hvda-story-card__copy p {
    margin: 0;
    color: rgba(255, 245, 232, 0.84);
    font-size: 16px;
    line-height: 1.8;
}

.hvda-media-band {
    position: relative;
    background: var(--hvda-dark);
}

.hvda-media-band__link {
    position: relative;
    display: block;
    overflow: hidden;
}

.hvda-media-band__link img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.hvda-media-band__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(10, 9, 8, 0.16) 0%, rgba(10, 9, 8, 0.62) 100%),
        linear-gradient(90deg, rgba(10, 9, 8, 0.34) 0%, rgba(10, 9, 8, 0.02) 50%, rgba(10, 9, 8, 0.34) 100%);
    transition: background-color 0.35s ease;
}

.hvda-media-band__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 28px;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.hvda-media-band__copy {
    position: absolute;
    left: 50%;
    bottom: 48px;
    z-index: 2;
    width: min(840px, calc(100% - 48px));
    transform: translateX(-50%);
    text-align: center;
}

.hvda-media-band__copy h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3.6vw, 44px);
    line-height: 1.2;
}

.hvda-media-band__link:hover img {
    transform: scale(1.06);
}

.hvda-media-band__link:hover .hvda-media-band__button,
.hvda-media-band__link:focus-visible .hvda-media-band__button {
    transform: translate(-50%, -54%);
    background: rgba(163, 59, 39, 0.78);
}

.hvda-gallery {
    padding-bottom: 140px;
}

.hvda-gallery-group {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: minmax(110px, 14vw);
    gap: 0;
}

.hvda-gallery-item {
    position: relative;
    overflow: hidden;
    display: block;
    background: #dfcbc6;
}

.hvda-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.hvda-gallery-item__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(180deg, rgba(11, 9, 8, 0.12) 0%, rgba(11, 9, 8, 0.68) 100%);
    color: #fff;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.hvda-gallery-item__overlay i {
    font-size: 22px;
}

.hvda-gallery-item__overlay strong {
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hvda-gallery-item:hover img,
.hvda-gallery-item:focus-visible img {
    transform: scale(1.08);
}

.hvda-gallery-item:hover .hvda-gallery-item__overlay,
.hvda-gallery-item:focus-visible .hvda-gallery-item__overlay {
    opacity: 1;
    transform: translateY(0);
}

.hvda-gallery-item--feature {
    grid-column: span 4;
    grid-row: span 3;
}

.hvda-gallery-item--wide {
    grid-column: span 4;
    grid-row: span 2;
}

.hvda-gallery-item--small {
    grid-column: span 2;
    grid-row: span 1;
}

[data-hvda-reveal] {
    opacity: 0;
    transform: translateY(38px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-hvda-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1399px) {
    .hvda-booking-band__inner {
        grid-template-columns: minmax(200px, 1fr) minmax(0, 1.5fr) auto;
    }

    .hvda-booking-band__fields {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199px) {
    .hvda-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hvda-booking-band__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .hvda-booking-band__cta {
        justify-content: flex-start;
    }

    .hvda-story-card__panel {
        grid-template-columns: 1fr;
    }

    .hvda-gallery-group {
        grid-auto-rows: minmax(96px, 16vw);
    }
}

@media (max-width: 991px) {
    .hvda-section {
        padding: 92px 0;
    }

    .hvda-venues {
        padding: 52px 0 40px;
    }

    .hvda-section--framed::before,
    .hvda-section--framed::after {
        display: none;
    }

    .hvda-hero__content {
        padding: 160px 0 138px;
    }

    .hvda-hero__title {
        font-size: clamp(34px, 6.8vw, 54px);
    }

    .hvda-hero__teaser {
        font-size: 18px;
    }

    .hvda-hero__actions {
        flex-wrap: wrap;
    }

    .hvda-hero-prev {
        right: 128px;
    }

    .hvda-hero-next {
        right: 72px;
    }

    .hvda-booking-band__fields {
        grid-template-columns: 1fr;
    }

    .hvda-feature-grid {
        margin-top: 64px;
    }

    .hvda-story-card > img {
        min-height: 360px;
    }

    .hvda-story-card__panel {
        margin: -56px 18px 0;
    }

    .hvda-gallery-group {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-auto-rows: minmax(110px, 20vw);
    }

    .hvda-gallery-item--feature,
    .hvda-gallery-item--wide {
        grid-column: span 3;
        grid-row: span 2;
    }

    .hvda-gallery-item--small {
        grid-column: span 3;
        grid-row: span 1;
    }
}

@media (max-width: 767px) {
    body.hvda-dine-body #topbar {
        display: none;
    }

    .hvda-hero__content .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hvda-hero__content .row {
        margin-left: 0;
        margin-right: 0;
    }

    .hvda-hero__content [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .hvda-hero__content .row > div {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .hvda-hero {
        min-height: 92svh;
    }

    .hvda-hero__slide {
        min-height: 92svh;
    }

    .hvda-hero__content {
        padding: 144px 0 126px;
    }

    .hvda-hero__stars {
        margin-bottom: 18px;
        font-size: 12px;
    }

    .hvda-hero__eyebrow {
        margin-bottom: 12px;
        font-size: 10px;
        letter-spacing: 0.22em;
    }

    .hvda-hero__title {
        margin-bottom: 18px;
        width: 100%;
        max-width: none;
        padding-left: 22px;
        padding-right: 22px;
        font-size: clamp(22px, 7.4vw, 32px);
        line-height: 1.12;
    }

    .hvda-hero__teaser {
        width: 100%;
        max-width: none;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 15px;
        line-height: 1.8;
    }

    .hvda-hero__actions {
        display: grid;
        gap: 12px;
        width: 100%;
        max-width: none;
        padding-left: 22px;
        padding-right: 22px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 28px;
    }

    .hvda-hero__actions .hvda-btn {
        width: 100%;
        max-width: 246px;
        margin-left: auto;
        margin-right: auto;
    }

    .hvda-hero__pagination {
        right: 18px;
        bottom: 18px;
        font-size: 22px;
    }

    .hvda-hero__nav {
        bottom: 16px;
        width: 42px;
        height: 42px;
    }

    .hvda-hero-prev {
        right: 108px;
    }

    .hvda-hero-next {
        right: 58px;
    }

    .hvda-booking-band__inner {
        padding: 26px 0 30px;
    }

    .hvda-booking-band__title h2,
    .hvda-section-heading h2,
    .hvda-quote-slide h2,
    .hvda-media-band__copy h2 {
        font-size: clamp(28px, 9vw, 38px);
    }

    .hvda-intro h2 {
        font-size: clamp(24px, 7vw, 32px);
    }

    .hvda-intro p,
    .hvda-feature-card__body p,
    .hvda-quote-slide h2,
    .hvda-story-card__copy p {
        font-size: 15px;
    }

    .hvda-feature-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hvda-feature-card {
        gap: 22px;
        padding: 24px 22px;
        border-radius: 22px;
    }

    .hvda-feature-card::after {
        right: 22px;
        left: 22px;
    }

    .hvda-feature-card__icon {
        flex-basis: 56px;
        width: 56px;
        height: 56px;
        font-size: 18px;
    }

    .hvda-feature-card__index {
        min-width: 48px;
        padding: 9px 12px;
        font-size: 10px;
        letter-spacing: 0.24em;
    }

    .hvda-feature-card__body h3,
    .hvda-venue-card__overlay h3,
    .hvda-story-card__copy h3 {
        font-size: 24px;
    }

    .hvda-quote-band {
        padding: 92px 0;
    }

    .hvda-venue-nav {
        justify-content: center;
    }

    .hvda-venues .hvda-section-heading {
        margin-bottom: 2px;
    }

    .hvda-venues .hvda-section-heading h2 {
        font-size: clamp(22px, 6vw, 28px);
    }

    .hvda-venue-card__overlay {
        padding: 18px;
    }

    .hvda-story-card > img {
        min-height: 300px;
    }

    .hvda-story-card__panel {
        margin: -44px 14px 0;
        padding: 22px;
    }

    .hvda-story-card__count strong {
        font-size: 52px;
    }

    .hvda-media-band__link img {
        min-height: 340px;
    }

    .hvda-media-band__button {
        width: 72px;
        height: 72px;
        font-size: 22px;
    }

    .hvda-media-band__copy {
        bottom: 24px;
        width: min(680px, calc(100% - 32px));
    }

    .hvda-gallery {
        padding-bottom: 100px;
    }

    .hvda-gallery-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(140px, 42vw);
    }

    .hvda-gallery-item--feature,
    .hvda-gallery-item--wide,
    .hvda-gallery-item--small {
        grid-column: span 1;
        grid-row: span 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hvda-btn,
    .hvda-feature-card,
    .hvda-venue-card__media img,
    .hvda-venue-card__overlay,
    .hvda-gallery-item img,
    .hvda-gallery-item__overlay,
    .hvda-media-band__link img,
    .hvda-media-band__button,
    [data-hvda-reveal],
    .hvda-hero__stars,
    .hvda-hero__eyebrow,
    .hvda-hero__title,
    .hvda-hero__teaser,
    .hvda-hero__actions,
    .hvda-hero__media {
        transition: none !important;
    }

    .hvda-hero__stars,
    .hvda-hero__eyebrow,
    .hvda-hero__title,
    .hvda-hero__teaser,
    .hvda-hero__actions,
    [data-hvda-reveal] {
        opacity: 1 !important;
        transform: none !important;
    }
}
