
 /*Global Fonts*/ 

@font-face {
    font-family: "Inter";
    src: url("https://htfiles.hochzeitstanz-tirol.at/_fonts/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Newsreader";
    src: url("https://htfiles.hochzeitstanz-tirol.at/_fonts/Newsreader/Newsreader-VariableFont_opsz,wght.ttf") format("truetype");
    font-display: swap;
}

 /*Global CSS*/ 

html {
    min-height: 100%;
}

body {
    min-height: 100%;
}


 /*Page CSS*/ 


/* content_hochzeittirol */

:root {
    --ht-burgundy: #77162f;
    --ht-burgundy-deep: #4f0d21;
    --ht-burgundy-soft: #9c4257;
    --ht-gold: #bd8b45;
    --ht-gold-light: #e8cfaa;
    --ht-ink: #261f20;
    --ht-muted: #716769;
    --ht-ivory: #fdfaf5;
    --ht-cream: #f7f0e7;
    --ht-rose: #f7e9e7;
    --ht-white: #fffefd;
    --ht-line: rgba(103, 49, 53, 0.14);
    --ht-shadow-sm: 0 0.75rem 2rem rgba(70, 36, 39, 0.08);
    --ht-shadow-lg: 0 2rem 5rem rgba(70, 36, 39, 0.14);
    --ht-radius-sm: 0.75rem;
    --ht-radius: 1.25rem;
    --ht-radius-lg: 2rem;
    --ht-shell: 84rem;
    --ht-serif: "Newsreader", Georgia, serif;
    --ht-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --ht-script: "Segoe Script", "Bradley Hand", cursive;
    color-scheme: light;
    color: var(--ht-ink);
    background: var(--ht-ivory);
    font-family: var(--ht-sans);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 320px;
    min-height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 6.5rem;
}

body {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    overflow-x: clip;
    background:
        radial-gradient(circle at 5% 5%, rgba(231, 196, 184, 0.22), transparent 30rem),
        var(--ht-ivory);
    color: var(--ht-ink);
    font-size: 1rem;
    line-height: 1.65;
}

body.ht-nav-open {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

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

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

.appcontent {
    min-height: 100vh;
}

.ht-main {
    overflow: clip;
}

.ht-shell {
    width: min(calc(100% - 3rem), var(--ht-shell));
    margin-inline: auto;
}

.ht-section {
    position: relative;
    padding-block: clamp(5.5rem, 9vw, 9rem);
}

.ht-section--cream {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.68), transparent 46%),
        var(--ht-cream);
}

.ht-section--rose {
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.65), transparent 28rem),
        var(--ht-rose);
}

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

.ht-skip-link {
    position: fixed;
    z-index: 999;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.75rem 1rem;
    transform: translateY(-180%);
    border-radius: 99rem;
    background: var(--ht-white);
    box-shadow: var(--ht-shadow-sm);
    color: var(--ht-burgundy);
    font-weight: 700;
    transition: transform 180ms ease;
}

.ht-skip-link:focus {
    transform: translateY(0);
}

.ht-kicker {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1rem;
    color: var(--ht-gold);
    font-size: 0.73rem;
    font-weight: 750;
    letter-spacing: 0.18em;
    line-height: 1.3;
    text-transform: uppercase;
}

.ht-kicker::before {
    width: 2.5rem;
    height: 1px;
    content: "";
    background: currentColor;
    opacity: 0.55;
}

.ht-script {
    color: var(--ht-gold);
    font-family: var(--ht-script);
    font-size: clamp(1.15rem, 2.2vw, 1.65rem);
    line-height: 1.45;
}

.ht-section-heading {
    max-width: 48rem;
    margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.ht-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.ht-section-heading--center .ht-kicker {
    justify-content: center;
}

.ht-section-heading h2,
.ht-voucher-hero h2,
.ht-page-cta h2 {
    margin-bottom: 1.25rem;
    font-family: var(--ht-serif);
    font-size: clamp(2.55rem, 5.6vw, 5.25rem);
    font-weight: 420;
    letter-spacing: 0.01em;
    line-height: 0.98;
}

.ht-section-heading h2 em,
.ht-voucher-hero h2 em {
    color: var(--ht-burgundy);
    font-style: normal;
}

.ht-section-heading > p:last-child,
.ht-voucher-hero__copy > p:not([class]),
.ht-page-cta p {
    max-width: 43rem;
    margin-bottom: 0;
    color: var(--ht-muted);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.ht-section-heading--center > p:last-child {
    margin-inline: auto;
}

.ht-button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.ht-button {
    display: inline-flex;
    min-height: 3.55rem;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 0.9rem 1.45rem;
    border: 1px solid transparent;
    border-radius: 0.4rem;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.085em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    transition:
        transform 220ms ease,
        background 220ms ease,
        border-color 220ms ease,
        color 220ms ease,
        box-shadow 220ms ease;
}

.ht-button:hover,
.ht-button:focus-visible {
    transform: translateY(-2px);
}

.ht-button:focus-visible,
.ht-text-link:focus-visible,
.ht-primary-nav a:focus-visible,
.ht-brand:focus-visible,
.ht-offer-card:focus-visible {
    outline: 2px solid var(--ht-gold);
    outline-offset: 4px;
}

.ht-button--primary {
    background: linear-gradient(135deg, var(--ht-burgundy), var(--ht-burgundy-deep));
    box-shadow: 0 0.85rem 2rem rgba(107, 20, 43, 0.2);
    color: var(--ht-white);
}

.ht-button--primary:hover {
    box-shadow: 0 1rem 2.4rem rgba(107, 20, 43, 0.3);
}

.ht-button--gold {
    background: linear-gradient(135deg, #d2a562, #ae7733);
    box-shadow: 0 0.85rem 2rem rgba(159, 110, 48, 0.18);
    color: #fff;
}

.ht-button--outline {
    border-color: rgba(130, 78, 52, 0.42);
    background: transparent;
    color: var(--ht-burgundy);
}

.ht-button--outline:hover {
    border-color: var(--ht-burgundy);
    background: rgba(119, 22, 47, 0.05);
}

.ht-button--glass {
    border-color: rgba(255, 255, 255, 0.54);
    background: rgba(255, 255, 255, 0.12);
    color: var(--ht-white);
    backdrop-filter: blur(0.7rem);
}

.ht-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--ht-burgundy);
    font-size: 0.77rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ht-text-link b {
    display: grid;
    width: 1.9rem;
    height: 1.9rem;
    place-items: center;
    border: 1px solid var(--ht-line);
    border-radius: 50%;
    transition: transform 220ms ease, background 220ms ease;
}

.ht-text-link:hover b {
    transform: translate(0.18rem, -0.18rem);
    background: var(--ht-rose);
}

html.ht-js .ht-reveal {
    opacity: 0;
    transform: translateY(1.75rem);
    transition:
        opacity 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms);
}

html.ht-js .ht-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Header */
.ht-site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 5.6rem;
    margin-bottom: -5.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    transition:
        height 240ms ease,
        background 240ms ease,
        box-shadow 240ms ease,
        color 240ms ease,
        backdrop-filter 240ms ease;
}

.ht-site-header.is-scrolled,
.ht-site-header--solid {
    background: var(--ht-ivory);
    box-shadow: 0 0.75rem 2rem rgba(61, 32, 36, 0.08);
    color: var(--ht-ink);
    backdrop-filter: blur(1rem);
}

.ht-site-header.is-scrolled {
    height: 4.9rem;
    border-color: var(--ht-line);
}

.ht-site-header__inner {
    display: grid;
    width: min(calc(100% - 2rem), 92rem);
    height: 100%;
    margin-inline: auto;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
}

.ht-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
}

.ht-brand__monogram {
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: var(--ht-serif);
    font-size: 1.85rem;
    font-style: italic;
    line-height: 1;
}

.ht-brand__wordmark {
    display: grid;
    line-height: 1.1;
}

.ht-brand__wordmark strong {
    font-family: var(--ht-serif);
    font-size: 1.05rem;
    font-weight: 560;
}

.ht-brand__wordmark small {
    margin-top: 0.2rem;
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ht-primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 1.4vw, 1.6rem);
}

.ht-primary-nav a {
    position: relative;
    padding-block: 0.6rem;
    font-size: clamp(0.62rem, 0.72vw, 0.72rem);
    font-weight: 670;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ht-primary-nav a::after {
    position: absolute;
    right: 50%;
    bottom: 0.1rem;
    left: 50%;
    height: 1px;
    content: "";
    background: currentColor;
    transition: right 220ms ease, left 220ms ease;
}

.ht-primary-nav a:hover::after,
.ht-primary-nav a[aria-current="page"]::after {
    right: 0;
    left: 0;
}

.ht-header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 0.9rem;
    border: 1px solid currentColor;
    border-radius: 99rem;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ht-nav-toggle {
    display: none;
}

/* Hero */
.ht-hero {
    position: relative;
    display: grid;
    min-height: min(58rem, 100svh);
    align-items: center;
    overflow: hidden;
    background: var(--ht-burgundy-deep);
    color: #fff;
}

.ht-hero__media,
.ht-hero__veil {
    position: absolute;
    inset: 0;
}

.ht-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
    scale: 1.015;
    animation: ht-hero-settle 1.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ht-hero-settle {
    from { scale: 1.08; }
    to { scale: 1.015; }
}

.ht-hero__veil {
    background:
        linear-gradient(90deg, rgba(41, 10, 18, 0.86) 0%, rgba(54, 12, 24, 0.69) 37%, rgba(54, 12, 24, 0.16) 67%, rgba(35, 10, 17, 0.16) 100%),
        linear-gradient(0deg, rgba(41, 13, 19, 0.46), transparent 40%);
}

.ht-hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 7rem;
    padding-bottom: 5rem;
}

.ht-hero__copy {
    width: min(100%, 46rem);
}

.ht-hero .ht-kicker {
    color: var(--ht-gold-light);
}

.ht-hero h1 {
    max-width: 44rem;
    margin-bottom: 1rem;
    font-family: var(--ht-serif);
    font-size: clamp(4rem, 7.4vw, 7rem);
    font-weight: 410;
    letter-spacing: 0.01em;
    line-height: 0.86;
}

.ht-hero h1::first-line {
    color: #fff7ef;
}

.ht-hero .ht-script {
    max-width: 42rem;
    margin-bottom: 1.2rem;
    color: var(--ht-gold-light);
    font-size: clamp(1.35rem, 2.5vw, 2.1rem);
}

.ht-hero__lead {
    max-width: 37rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.ht-heartline {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.7rem;
    font-size: 0.88rem;
    font-weight: 670;
}

.ht-heartline span {
    color: var(--ht-gold-light);
    font-size: 1.3rem;
}

.ht-scroll-cue {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 50%;
    display: grid;
    justify-items: center;
    gap: 0.5rem;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.57rem;
    font-weight: 650;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.ht-scroll-cue i {
    position: relative;
    display: block;
    width: 1px;
    height: 2.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
}

.ht-scroll-cue i::after {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 70%;
    content: "";
    background: #fff;
    animation: ht-scroll-cue 2s ease-in-out infinite;
}

@keyframes ht-scroll-cue {
    0% { top: -80%; }
    70%, 100% { top: 120%; }
}

/* Offer finder */
.ht-offer-finder {
    padding-bottom: 0;
    background:
        linear-gradient(rgba(253, 250, 245, 0.92), rgba(253, 250, 245, 0.98)),
        radial-gradient(circle at 50% 0, var(--ht-rose), transparent 48rem);
}

.ht-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.ht-offer-card {
    position: relative;
    display: flex;
    min-height: 25rem;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0.5rem 1.4rem rgba(65, 37, 40, 0.04);
    transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.ht-offer-card:hover {
    z-index: 2;
    transform: translateY(-0.5rem);
    border-color: rgba(119, 22, 47, 0.28);
    box-shadow: var(--ht-shadow-lg);
}

.ht-offer-card__image {
    position: relative;
    height: 13rem;
    overflow: hidden;
}

.ht-offer-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(62, 21, 29, 0.2), transparent 60%);
}

.ht-offer-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ht-offer-card:hover .ht-offer-card__image img {
    scale: 1.055;
}

.ht-offer-card__index {
    position: absolute;
    z-index: 1;
    top: 1rem;
    right: 1rem;
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(62, 21, 29, 0.32);
    color: #fff;
    font-family: var(--ht-serif);
    backdrop-filter: blur(0.5rem);
}

.ht-offer-card__body {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.65rem;
}

.ht-offer-card__icon {
    position: absolute;
    top: -1.55rem;
    left: 1.5rem;
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    place-items: center;
    border: 1px solid var(--ht-line);
    border-radius: 50%;
    background: var(--ht-white);
    color: var(--ht-gold);
    box-shadow: var(--ht-shadow-sm);
    font-size: 1.5rem;
}

.ht-offer-card h3 {
    margin: 0.55rem 0 0.45rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.45rem;
    font-weight: 570;
}

.ht-offer-card p {
    margin-bottom: 1.2rem;
    color: var(--ht-muted);
    font-size: 0.89rem;
}

.ht-offer-card .ht-text-link {
    margin-top: auto;
}

.ht-offer-card--contact {
    min-height: 13rem;
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background:
        linear-gradient(120deg, rgba(88, 13, 33, 0.96), rgba(119, 22, 47, 0.86)),
        url("/hochzeitstanz/angebot-gutschein.jpg") center / cover;
    color: #fff;
}

.ht-offer-card--contact .ht-kicker {
    color: var(--ht-gold-light);
}

.ht-offer-card--contact h3 {
    margin-top: 0;
    color: #fff;
    font-size: 2rem;
}

.ht-offer-card--contact p {
    max-width: 27rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

.ht-circle-arrow {
    display: grid;
    width: 4rem;
    height: 4rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 1.6rem;
}

.ht-trust-strip {
    margin-top: clamp(4rem, 7vw, 6.5rem);
    border-top: 1px solid var(--ht-line);
    background: rgba(255, 255, 255, 0.62);
}

.ht-trust-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ht-trust-strip p {
    display: grid;
    min-height: 7.2rem;
    margin: 0;
    padding: 1.45rem;
    grid-template-columns: auto 1fr;
    align-content: center;
    column-gap: 0.85rem;
    border-right: 1px solid var(--ht-line);
}

.ht-trust-strip p:last-child {
    border-right: 0;
}

.ht-trust-strip p > span {
    grid-row: span 2;
    color: var(--ht-gold);
    font-size: 1.85rem;
    line-height: 1;
}

.ht-trust-strip strong {
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1rem;
    font-weight: 580;
}

.ht-trust-strip small {
    color: var(--ht-muted);
    font-size: 0.72rem;
}

/* Getting started */
.ht-split-intro {
    display: grid;
    margin-bottom: 3rem;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.8fr);
    align-items: end;
    gap: 4rem;
}

.ht-split-intro .ht-section-heading {
    margin-bottom: 0;
}

.ht-split-intro__copy > p {
    color: var(--ht-muted);
}

.ht-inline-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    padding: 0;
    margin: 1.3rem 0 0;
    list-style: none;
}

.ht-inline-values li {
    padding: 0.55rem 0.8rem;
    border: 1px solid currentColor;
    border-radius: 99rem;
    font-size: 0.7rem;
    font-weight: 690;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ht-feature-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.ht-feature-card {
    display: grid;
    min-height: 37rem;
    overflow: hidden;
    grid-template-columns: minmax(14rem, 0.88fr) minmax(18rem, 1.12fr);
    border: 1px solid rgba(107, 51, 55, 0.11);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: var(--ht-shadow-sm);
}

.ht-feature-card__media {
    position: relative;
    min-height: 20rem;
    overflow: hidden;
}

.ht-feature-card__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgba(62, 21, 29, 0.16), transparent 55%);
}

.ht-feature-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 700ms ease;
}

.ht-feature-card:hover .ht-feature-card__media img {
    scale: 1.035;
}

.ht-seal {
    position: absolute;
    z-index: 1;
    right: -1.2rem;
    bottom: 2rem;
    display: grid;
    width: 8.5rem;
    height: 8.5rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(171, 117, 55, 0.9);
    box-shadow: 0 0 0 0.35rem rgba(255, 255, 255, 0.3);
    color: #fff;
    font-family: var(--ht-serif);
    line-height: 1.15;
    text-align: center;
}

.ht-seal strong {
    font-size: 1.05rem;
    font-weight: 600;
}

.ht-seal--light {
    background: rgba(250, 241, 228, 0.92);
    color: var(--ht-burgundy);
}

.ht-seal--burgundy {
    width: 9.5rem;
    height: 9.5rem;
    background: rgba(102, 17, 40, 0.92);
}

.ht-feature-card__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: clamp(2rem, 3vw, 3rem);
}

.ht-feature-card h3 {
    margin-bottom: 0.8rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 460;
    line-height: 1;
}

.ht-feature-card__content > p:not([class]) {
    color: var(--ht-muted);
}

.ht-check-list {
    display: grid;
    gap: 0.65rem;
    padding: 0;
    margin: 0 0 1.6rem;
    list-style: none;
}

.ht-check-list li {
    position: relative;
    padding-left: 1.65rem;
    color: #4e4546;
    font-size: 0.91rem;
    line-height: 1.45;
}

.ht-check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--ht-gold);
    content: "✓";
    font-weight: 800;
}

.ht-price {
    display: flex;
    align-items: baseline;
    gap: 0.7rem;
    margin-top: auto;
    margin-bottom: 1.25rem;
}

.ht-price strong {
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: clamp(2.3rem, 4vw, 3.3rem);
    font-weight: 500;
    line-height: 1;
}

.ht-price span {
    color: var(--ht-muted);
    font-size: 0.73rem;
}

.ht-price--center {
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    text-align: center;
}

/* Wedding dance */
.ht-wedding-dance {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.66), var(--ht-ivory) 40%),
        var(--ht-ivory);
}

.ht-wedding-dance__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: min(42vw, 42rem);
    height: 30rem;
    overflow: hidden;
    border-bottom-left-radius: 60% 20%;
    opacity: 0.78;
    mask-image: linear-gradient(90deg, transparent, #000 30%);
}

.ht-wedding-dance__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-wedding-dance .ht-section-heading {
    position: relative;
    z-index: 1;
}

.ht-package-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.4rem;
}

.ht-package-card {
    position: relative;
    display: flex;
    min-height: 38rem;
    flex-direction: column;
    align-items: center;
    padding: clamp(2rem, 3vw, 3rem);
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--ht-shadow-sm);
    text-align: center;
    transition: transform 280ms ease, box-shadow 280ms ease;
}

.ht-package-card:hover {
    transform: translateY(-0.5rem);
    box-shadow: var(--ht-shadow-lg);
}

.ht-package-card--recommended {
    border-color: var(--ht-gold);
    transform: translateY(-0.8rem);
    box-shadow: 0 2rem 5rem rgba(97, 31, 46, 0.18);
}

.ht-package-card--recommended:hover {
    transform: translateY(-1.1rem);
}

.ht-package-card__badge {
    position: absolute;
    top: 0;
    left: 50%;
    width: max-content;
    margin: 0;
    padding: 0.6rem 1.6rem;
    transform: translate(-50%, -50%);
    border-radius: 99rem;
    background: var(--ht-burgundy);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 730;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.ht-package-card__number {
    align-self: flex-start;
    margin-bottom: 2rem;
    color: rgba(119, 22, 47, 0.18);
    font-family: var(--ht-serif);
    font-size: 2.5rem;
    line-height: 1;
}

.ht-package-card h3 {
    margin-bottom: 0.3rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 2rem;
    font-weight: 580;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ht-package-card .ht-script {
    margin-bottom: 1.2rem;
    font-size: 1.18rem;
}

.ht-package-card .ht-check-list {
    align-self: stretch;
    text-align: left;
}

.ht-package-card .ht-button {
    width: 100%;
    margin-top: auto;
}

.ht-bonus {
    display: grid;
    min-height: 15rem;
    margin-top: 2rem;
    overflow: hidden;
    grid-template-columns: minmax(15rem, 0.75fr) minmax(30rem, 1.65fr) minmax(14rem, 0.6fr);
    align-items: center;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: linear-gradient(120deg, #f7e8e3, #f9f3eb);
    box-shadow: var(--ht-shadow-sm);
}

.ht-bonus__copy {
    padding: 2rem;
}

.ht-bonus h3 {
    margin-bottom: 0.55rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.8rem;
    font-weight: 500;
}

.ht-bonus__copy > p:last-child {
    margin-bottom: 0;
    color: var(--ht-muted);
    font-size: 0.85rem;
}

.ht-bonus__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ht-bonus__items p {
    display: grid;
    min-height: 8rem;
    margin: 0;
    padding: 1rem;
    align-content: center;
    border-left: 1px solid rgba(119, 22, 47, 0.12);
}

.ht-bonus__items span {
    margin-bottom: 0.7rem;
    color: var(--ht-burgundy);
    font-size: 1.6rem;
}

.ht-bonus__items strong {
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 0.95rem;
    font-weight: 590;
}

.ht-bonus__items small {
    color: var(--ht-muted);
    font-size: 0.66rem;
}

.ht-bonus > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Song service */
.ht-song-service {
    padding-block: clamp(3rem, 5vw, 5rem);
}

.ht-song-card {
    display: grid;
    min-height: 30rem;
    overflow: hidden;
    grid-template-columns: 1.25fr 0.75fr;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius-lg);
    background: var(--ht-white);
    box-shadow: var(--ht-shadow-sm);
}

.ht-song-card__content {
    padding: clamp(2.5rem, 5vw, 5.5rem);
}

.ht-song-card h2 {
    margin-bottom: 0.45rem;
    font-family: var(--ht-serif);
    font-size: clamp(3rem, 5vw, 5.1rem);
    font-weight: 430;
    letter-spacing: 0.01em;
    line-height: 0.95;
}

.ht-song-card h2 em {
    color: var(--ht-burgundy);
    font-style: normal;
}

.ht-song-card__content > p:not([class]) {
    max-width: 42rem;
    color: var(--ht-muted);
    font-size: 1.05rem;
}

.ht-song-options {
    display: grid;
    margin: 2rem 0;
    grid-template-columns: repeat(3, 1fr);
    border-block: 1px solid var(--ht-line);
}

.ht-song-options p {
    display: grid;
    min-height: 7.5rem;
    margin: 0;
    padding: 1.25rem;
    align-content: center;
    border-right: 1px solid var(--ht-line);
}

.ht-song-options p:last-child {
    border-right: 0;
}

.ht-song-options span {
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.15rem;
}

.ht-song-options strong {
    color: var(--ht-gold);
    font-family: var(--ht-serif);
    font-size: 1.55rem;
    font-weight: 520;
}

.ht-song-card__media {
    position: relative;
    min-height: 25rem;
    overflow: hidden;
}

.ht-song-card__media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, var(--ht-white), transparent 28%);
}

.ht-song-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Combinations */
.ht-combinations__intro {
    display: grid;
    margin-bottom: 2rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 1.1fr);
    align-items: stretch;
    gap: 2rem;
}

.ht-combinations__intro .ht-section-heading {
    align-self: center;
    margin: 0;
}

.ht-combinations__image {
    min-height: 27rem;
    overflow: hidden;
    border-radius: var(--ht-radius-lg);
    box-shadow: var(--ht-shadow-lg);
}

.ht-combinations__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-combo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.ht-combo-card {
    overflow: hidden;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: var(--ht-shadow-sm);
}

.ht-combo-card > header {
    min-height: 16rem;
    padding: clamp(2rem, 3vw, 3rem);
    border-bottom: 1px solid var(--ht-line);
    text-align: center;
}

.ht-combo-card > header .ht-kicker {
    justify-content: center;
}

.ht-combo-card h3 {
    margin-bottom: 0.4rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: clamp(1.8rem, 2.5vw, 2.55rem);
    font-weight: 520;
}

.ht-combo-card > header .ht-script {
    font-size: 1rem;
}

.ht-combo-card > header > p:last-child {
    max-width: 39rem;
    margin: 0 auto;
    color: var(--ht-muted);
    font-size: 0.88rem;
}

.ht-combo-card__tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ht-combo-card__tiers > div {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 26rem;
    flex-direction: column;
    padding: 1.35rem;
    border-right: 1px solid var(--ht-line);
}

.ht-combo-card__tiers > div:last-child {
    border-right: 0;
}

.ht-combo-card__tiers h4 {
    margin: 0.8rem 0 1rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.4rem;
    font-weight: 580;
    text-align: center;
    text-transform: uppercase;
}

.ht-combo-card__tiers .ht-check-list li {
    font-size: 0.74rem;
}

.ht-combo-card__tiers .ht-price strong {
    font-size: 2.1rem;
}

.ht-combo-card__tiers .ht-text-link {
    margin-top: auto;
    justify-content: center;
    font-size: 0.65rem;
}

.ht-mini-badge {
    display: block;
    min-height: 2.8rem;
    padding: 0.55rem;
    border-radius: 0.35rem;
    background: var(--ht-gold);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 760;
    letter-spacing: 0.06em;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}

.ht-course-preview {
    display: grid;
    min-height: 22rem;
    margin-top: 2rem;
    overflow: hidden;
    grid-template-columns: 0.8fr 1.2fr;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: var(--ht-white);
    box-shadow: var(--ht-shadow-sm);
}

.ht-course-preview__media {
    overflow: hidden;
}

.ht-course-preview__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-course-preview__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2rem, 4vw, 4rem);
}

.ht-course-preview h3 {
    margin-bottom: 0.7rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 490;
}

.ht-course-preview__content > p:not([class]) {
    max-width: 42rem;
    color: var(--ht-muted);
}

/* Wedding moments */
.ht-moments {
    padding-top: 0;
    background: #f9f4ed;
}

.ht-moments__hero {
    position: relative;
    display: grid;
    min-height: 44rem;
    align-items: center;
    overflow: hidden;
    background: var(--ht-burgundy-deep);
    color: #fff;
}

.ht-moments__hero-media {
    position: absolute;
    inset: 0;
}

.ht-moments__hero-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(55, 9, 24, 0.92), rgba(55, 9, 24, 0.57) 43%, rgba(55, 9, 24, 0.1) 75%);
}

.ht-moments__hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ht-moments__hero-inner {
    position: relative;
    z-index: 1;
}

.ht-section-heading--light {
    margin-bottom: 0;
}

.ht-section-heading--light h2,
.ht-section-heading--light h2 em {
    color: #fff;
}

.ht-section-heading--light > p:last-of-type {
    color: rgba(255, 255, 255, 0.8);
}

.ht-section-heading--light .ht-inline-values {
    color: rgba(255, 255, 255, 0.82);
}

.ht-moment-packages {
    display: grid;
    margin-top: -5rem;
    padding-bottom: clamp(5rem, 8vw, 8rem);
    grid-template-columns: 1.55fr 1fr 1fr;
    align-items: stretch;
    gap: 1.1rem;
}

.ht-moment-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: var(--ht-white);
    box-shadow: var(--ht-shadow-lg);
}

.ht-moment-card--signature {
    padding: clamp(2rem, 3vw, 3rem);
    background:
        radial-gradient(circle at 100% 0, rgba(190, 139, 68, 0.2), transparent 20rem),
        linear-gradient(145deg, #71152f, #48091b);
    color: #fff;
}

.ht-moment-card--signature header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.ht-moment-card h3 {
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: clamp(1.8rem, 2.7vw, 2.8rem);
    font-weight: 500;
    line-height: 1.05;
}

.ht-moment-card--signature h3 {
    color: #fff;
}

.ht-moment-card--signature header > p:last-child {
    color: var(--ht-gold-light);
    font-family: var(--ht-script);
}

.ht-moment-card__body {
    display: grid;
    grid-template-columns: minmax(10rem, 0.75fr) minmax(16rem, 1.25fr);
    gap: 1.5rem;
}

.ht-moment-card__image {
    min-height: 15rem;
    overflow: hidden;
    border-radius: 0.75rem;
}

.ht-moment-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-moment-card--signature .ht-check-list {
    margin: 0;
}

.ht-moment-card--signature .ht-check-list li {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
}

.ht-price--light {
    justify-content: center;
    margin: 1.5rem 0;
}

.ht-price--light strong {
    color: #fff;
}

.ht-price--light span {
    color: rgba(255, 255, 255, 0.65);
}

.ht-moment-card--signature .ht-button {
    width: 100%;
}

.ht-moment-card__image--wide {
    height: 16rem;
    border-radius: 0;
}

.ht-moment-card__copy {
    padding: 2rem;
    text-align: center;
}

.ht-moment-card__copy .ht-kicker {
    justify-content: center;
}

.ht-moment-card__copy > p:not([class]) {
    min-height: 5rem;
    color: var(--ht-muted);
    font-size: 0.87rem;
}

.ht-plus-upgrade {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 14rem;
    overflow: hidden;
    grid-column: 1 / -1;
    grid-template-columns: 0.45fr 0.75fr 1fr;
    align-items: center;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: var(--ht-white);
    box-shadow: var(--ht-shadow-sm);
}

.ht-plus-upgrade > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-plus-upgrade > div {
    padding: 2rem;
}

.ht-plus-upgrade h3 {
    margin-bottom: 0.7rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.7rem;
    font-weight: 520;
}

.ht-plus-upgrade > div > p:last-child {
    margin: 0;
    color: var(--ht-muted);
    font-size: 0.83rem;
}

.ht-plus-upgrade ul {
    display: grid;
    gap: 0.55rem;
    padding: 2rem;
    margin: 0;
    list-style: none;
}

.ht-plus-upgrade li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.55rem;
    background: var(--ht-rose);
    color: var(--ht-burgundy);
    font-size: 0.8rem;
}

.ht-plus-upgrade li strong {
    font-family: var(--ht-serif);
    font-size: 1.2rem;
}

/* Family */
.ht-family {
    padding-top: 0;
}

.ht-family__intro {
    margin-bottom: clamp(4rem, 7vw, 6rem);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), transparent);
}

.ht-family__intro-inner {
    display: grid;
    min-height: 40rem;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 3rem;
}

.ht-family__intro .ht-section-heading {
    margin: 0;
    padding-block: 4rem;
}

.ht-family__intro-media {
    position: relative;
    height: 100%;
    min-height: 38rem;
    overflow: hidden;
    border-radius: 0 0 0 var(--ht-radius-lg);
}

.ht-family__intro-media::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, var(--ht-rose), transparent 22%);
}

.ht-family__intro-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-family__intro-media .ht-seal {
    right: 2rem;
    bottom: 2rem;
}

.ht-subsection-heading {
    display: flex;
    margin: 4rem 0 1.7rem;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 1px solid rgba(119, 22, 47, 0.18);
}

.ht-subsection-heading .ht-kicker {
    min-width: max-content;
    margin-bottom: 0.7rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.45rem;
    font-weight: 550;
    letter-spacing: 0;
    text-transform: none;
}

.ht-subsection-heading h3 {
    max-width: 45rem;
    margin: 0 0 0.7rem;
    color: var(--ht-gold);
    font-family: var(--ht-script);
    font-size: 1rem;
    font-weight: 400;
    text-align: right;
}

.ht-family-grid {
    display: grid;
    gap: 1rem;
}

.ht-family-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.ht-family-grid--four {
    grid-template-columns: repeat(4, 1fr);
}

.ht-image-offer {
    overflow: hidden;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: var(--ht-shadow-sm);
    transition: transform 280ms ease, box-shadow 280ms ease;
}

.ht-image-offer:hover {
    transform: translateY(-0.4rem);
    box-shadow: var(--ht-shadow-lg);
}

.ht-image-offer__media {
    position: relative;
    height: 18rem;
    overflow: hidden;
}

.ht-image-offer--compact .ht-image-offer__media {
    height: 13rem;
}

.ht-image-offer__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: scale 600ms ease;
}

.ht-image-offer:hover img {
    scale: 1.045;
}

.ht-image-offer__media span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: rgba(102, 17, 40, 0.85);
    color: #fff;
    font-size: 1.4rem;
    backdrop-filter: blur(0.5rem);
}

.ht-image-offer__copy {
    display: flex;
    min-height: 15rem;
    flex-direction: column;
    align-items: center;
    padding: 1.6rem;
    text-align: center;
}

.ht-image-offer--compact .ht-image-offer__copy {
    min-height: 14rem;
    padding: 1.25rem;
}

.ht-image-offer h4 {
    margin-bottom: 0.65rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.25rem;
    font-weight: 580;
    line-height: 1.1;
    text-transform: uppercase;
}

.ht-image-offer--compact h4 {
    font-size: 1rem;
}

.ht-image-offer p {
    color: var(--ht-muted);
    font-size: 0.82rem;
}

.ht-image-offer strong {
    width: 100%;
    padding: 0.55rem;
    margin-top: auto;
    border-radius: 0.45rem;
    background: rgba(241, 218, 212, 0.58);
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.6rem;
    font-weight: 520;
}

.ht-note {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, 0.72);
}

.ht-note > span {
    display: grid;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid var(--ht-gold);
    border-radius: 50%;
    color: var(--ht-gold);
    font-family: var(--ht-serif);
    font-size: 1.3rem;
    font-style: italic;
}

.ht-note p {
    flex: 1;
    margin: 0;
    color: var(--ht-muted);
    font-size: 0.83rem;
}

/* Vouchers */
.ht-vouchers {
    background:
        radial-gradient(circle at 85% 15%, rgba(235, 205, 190, 0.35), transparent 30rem),
        var(--ht-ivory);
}

.ht-voucher-hero {
    display: grid;
    min-height: 34rem;
    margin-bottom: 5rem;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius-lg);
    background: var(--ht-white);
    box-shadow: var(--ht-shadow-lg);
}

.ht-voucher-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(2.5rem, 5vw, 5.5rem);
}

.ht-voucher-hero__copy .ht-button {
    margin-top: 1.5rem;
}

.ht-voucher-hero__media {
    min-height: 30rem;
    overflow: hidden;
}

.ht-voucher-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ht-vouchers .ht-section-heading h3 {
    margin: 0 0 1rem;
    font-family: var(--ht-serif);
    font-size: clamp(2.4rem, 4vw, 4rem);
    font-weight: 450;
    letter-spacing: 0.01em;
}

.ht-vouchers .ht-section-heading h3 em {
    color: var(--ht-burgundy);
    font-style: normal;
}

.ht-voucher-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-block: 1px solid var(--ht-line);
}

.ht-voucher-card {
    display: flex;
    min-height: 25rem;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-right: 1px solid var(--ht-line);
    text-align: center;
}

.ht-voucher-card:last-child {
    border-right: 0;
}

.ht-voucher-card__icon {
    display: grid;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.3rem;
    place-items: center;
    border-radius: 50%;
    background: var(--ht-rose);
    color: var(--ht-burgundy);
    font-size: 2.3rem;
}

.ht-voucher-card h4 {
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1.4rem;
    font-weight: 570;
    line-height: 1.1;
    text-transform: uppercase;
}

.ht-voucher-card p {
    color: var(--ht-muted);
    font-size: 0.86rem;
}

.ht-voucher-card > strong {
    width: 100%;
    padding: 0.75rem;
    margin-top: auto;
    border-radius: 0.45rem;
    background: var(--ht-rose);
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 2rem;
    font-weight: 520;
}

.ht-voucher-values {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
}

.ht-voucher-values p {
    display: grid;
    min-height: 7rem;
    margin: 0;
    padding: 1.25rem;
    align-content: center;
    border-right: 1px solid var(--ht-line);
    text-align: center;
}

.ht-voucher-values p:last-child {
    border-right: 0;
}

.ht-voucher-values strong {
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
}

.ht-voucher-values span {
    color: var(--ht-muted);
    font-size: 0.75rem;
}

/* FAQ and contact */
.ht-faq-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(22rem, 0.65fr);
    align-items: start;
    gap: 1.5rem;
}

.ht-faq .ht-section-heading {
    margin-bottom: 2rem;
}

.ht-accordion {
    overflow: hidden;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, 0.72);
}

.ht-accordion details {
    border-bottom: 1px solid var(--ht-line);
}

.ht-accordion details:last-child {
    border-bottom: 0;
}

.ht-accordion summary {
    display: flex;
    min-height: 4.8rem;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 1.4rem;
    cursor: pointer;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    font-weight: 590;
    list-style: none;
}

.ht-accordion summary::-webkit-details-marker {
    display: none;
}

.ht-accordion summary i {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
}

.ht-accordion summary i::before,
.ht-accordion summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.75rem;
    height: 1px;
    content: "";
    background: var(--ht-gold);
    transition: transform 220ms ease;
}

.ht-accordion summary i::before {
    transform: translate(-50%, -50%);
}

.ht-accordion summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ht-accordion details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.ht-accordion details[open] summary {
    background: rgba(247, 233, 231, 0.52);
}

.ht-accordion details > p {
    max-width: 54rem;
    padding: 0 4rem 1.3rem 1.4rem;
    margin: -0.3rem 0 0;
    color: var(--ht-muted);
    font-size: 0.89rem;
}

.ht-contact-card {
    position: sticky;
    top: 6.5rem;
    overflow: hidden;
    border: 1px solid rgba(119, 22, 47, 0.14);
    border-radius: var(--ht-radius);
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.72), transparent 18rem),
        var(--ht-rose);
    box-shadow: var(--ht-shadow-sm);
}

.ht-contact-card__header {
    padding: 2rem 2rem 1rem;
}

.ht-contact-card h2 {
    margin-bottom: 0.3rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: clamp(2rem, 3.1vw, 3rem);
    font-weight: 480;
    letter-spacing: 0.01em;
    line-height: 0.98;
}

.ht-contact-card__header .ht-script {
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
}

.ht-contact-card__header > p:last-child {
    color: var(--ht-muted);
    font-size: 0.83rem;
}

.ht-contact-form {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 2rem 2rem;
}

.ht-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

.ht-contact-form label:not(.ht-checkbox) {
    display: grid;
}

.ht-contact-form label:not(.ht-checkbox) > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.ht-contact-form input,
.ht-contact-form select,
.ht-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(107, 51, 55, 0.12);
    border-radius: 0.5rem;
    outline: 0;
    background: rgba(255, 255, 255, 0.82);
    color: var(--ht-ink);
    font-size: 0.81rem;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.ht-contact-form input,
.ht-contact-form select {
    height: 3.2rem;
    padding-inline: 0.9rem;
}

.ht-contact-form textarea {
    min-height: 7rem;
    padding: 0.9rem;
    resize: vertical;
}

.ht-contact-form input:focus,
.ht-contact-form select:focus,
.ht-contact-form textarea:focus {
    border-color: var(--ht-gold);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(189, 139, 69, 0.12);
}

.ht-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding-block: 0.4rem;
    color: var(--ht-muted);
    font-size: 0.72rem;
}

.ht-checkbox input {
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    margin-top: 0.15rem;
    accent-color: var(--ht-burgundy);
}

.ht-contact-form .ht-button {
    width: 100%;
}

.ht-form-status {
    margin: 0;
    color: var(--ht-muted);
    font-size: 0.7rem;
    text-align: center;
}

.ht-form-status a {
    color: var(--ht-burgundy);
    font-weight: 670;
}

/* Final CTA and footer */
.ht-final-cta {
    position: relative;
    display: grid;
    min-height: 28rem;
    place-items: center;
    overflow: hidden;
    background: var(--ht-burgundy-deep);
    color: #fff;
}

.ht-final-cta > img,
.ht-final-cta__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ht-final-cta > img {
    object-fit: cover;
    object-position: center 45%;
}

.ht-final-cta__veil {
    background:
        linear-gradient(90deg, rgba(58, 8, 22, 0.45), rgba(58, 8, 22, 0.88) 47%, rgba(58, 8, 22, 0.76)),
        linear-gradient(0deg, rgba(58, 8, 22, 0.35), transparent);
}

.ht-final-cta__content {
    position: relative;
    z-index: 1;
    display: grid;
    max-width: 50rem;
    justify-items: center;
    padding-block: 4rem;
    text-align: center;
}

.ht-final-cta__content > span {
    color: var(--ht-gold-light);
    font-size: 2.5rem;
}

.ht-final-cta h2 {
    margin-bottom: 0.8rem;
    font-family: var(--ht-serif);
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    font-weight: 460;
    letter-spacing: 0.01em;
    line-height: 0.95;
}

.ht-final-cta__content > p {
    max-width: 43rem;
    color: rgba(255, 255, 255, 0.8);
}

.ht-site-footer {
    background: #f6eee5;
}

.ht-site-footer__grid {
    display: grid;
    padding-block: 4.5rem 3rem;
    grid-template-columns: 1.35fr repeat(4, 1fr);
    gap: 2.5rem;
}

.ht-brand--footer {
    color: var(--ht-burgundy);
}

.ht-site-footer address {
    margin-top: 1.4rem;
    color: var(--ht-muted);
    font-size: 0.79rem;
    font-style: normal;
}

.ht-site-footer address a:hover {
    color: var(--ht-burgundy);
}

.ht-site-footer__grid > div:not(:first-child) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ht-site-footer h3 {
    margin-bottom: 1rem;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-size: 1rem;
    font-weight: 630;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.ht-site-footer__grid > div > a,
.ht-site-footer__grid > div > p,
.ht-site-footer dl {
    margin-bottom: 0.45rem;
    color: var(--ht-muted);
    font-size: 0.74rem;
}

.ht-site-footer__grid > div > a:hover {
    color: var(--ht-burgundy);
}

.ht-site-footer dl {
    width: 100%;
    margin-top: 0.4rem;
}

.ht-site-footer dl div {
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
}

.ht-site-footer dd {
    margin: 0;
}

.ht-terms {
    border-block: 1px solid var(--ht-line);
}

.ht-terms summary {
    padding: 1rem 0;
    cursor: pointer;
    color: var(--ht-burgundy);
    font-family: var(--ht-serif);
    font-weight: 580;
}

.ht-terms > div {
    display: grid;
    padding-bottom: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem 2rem;
}

.ht-terms p {
    margin: 0;
    color: var(--ht-muted);
    font-size: 0.72rem;
}

.ht-site-footer__bottom {
    display: flex;
    min-height: 4rem;
    align-items: center;
    justify-content: space-between;
    color: var(--ht-muted);
    font-size: 0.68rem;
}

.ht-site-footer__bottom p {
    margin: 0;
}

/* Subpages */
.ht-page-hero {
    position: relative;
    display: grid;
    min-height: 34rem;
    align-items: end;
    overflow: hidden;
    background: var(--ht-burgundy-deep);
    color: #fff;
}

.ht-page-hero__media,
.ht-page-hero__veil {
    position: absolute;
    inset: 0;
}

.ht-page-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
}

.ht-page-hero__veil {
    background:
        linear-gradient(90deg, rgba(48, 9, 19, 0.88), rgba(48, 9, 19, 0.35) 65%, rgba(48, 9, 19, 0.12)),
        linear-gradient(0deg, rgba(48, 9, 19, 0.42), transparent 50%);
}

.ht-page-hero__content {
    position: relative;
    z-index: 1;
    padding-top: 9rem;
    padding-bottom: 4rem;
}

.ht-page-hero h1 {
    max-width: 52rem;
    margin-bottom: 0.8rem;
    font-family: var(--ht-serif);
    font-size: clamp(3.4rem, 7vw, 6.5rem);
    font-weight: 430;
    letter-spacing: 0.01em;
    line-height: 0.91;
}

.ht-page-hero__content > p:not([class]) {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.06rem;
}

.ht-page-hero nav {
    display: flex;
    gap: 0.6rem;
    margin-top: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.65rem;
    font-weight: 660;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.ht-page-hero nav a:hover {
    color: #fff;
}

.ht-page-cta {
    background: var(--ht-burgundy);
    color: #fff;
}

.ht-page-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.ht-page-cta h2 {
    margin-bottom: 0.6rem;
}

.ht-page-cta p {
    color: rgba(255, 255, 255, 0.72);
}

.ht-subpage .ht-offer-finder {
    padding-top: 6rem;
}

.ht-subpage .ht-offer-finder .ht-trust-strip {
    display: none;
}

.ht-subpage .ht-getting-started,
.ht-subpage .ht-wedding-dance,
.ht-subpage .ht-combinations,
.ht-subpage .ht-moments,
.ht-subpage .ht-family,
.ht-subpage .ht-vouchers,
.ht-subpage .ht-faq-contact {
    scroll-margin-top: 5rem;
}

/* Responsive */
@media (max-width: 1240px) {
    .ht-site-header__inner {
        grid-template-columns: auto 1fr auto;
    }

    .ht-primary-nav {
        gap: 0.7rem;
    }

    .ht-header-cta {
        display: none;
    }

    .ht-feature-card {
        grid-template-columns: 0.8fr 1.2fr;
    }

    .ht-bonus {
        grid-template-columns: 0.7fr 1.8fr;
    }

    .ht-bonus > img {
        display: none;
    }

    .ht-combo-card__tiers > div {
        padding: 1rem;
    }

    .ht-combo-card__tiers .ht-check-list li {
        padding-left: 1.3rem;
        font-size: 0.68rem;
    }
}

@media (max-width: 1080px) {
    .ht-site-header__inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .ht-site-header.is-scrolled,
    .ht-site-header--solid {
        backdrop-filter: none;
    }

    .ht-nav-toggle {
        position: relative;
        z-index: 3;
        display: grid;
        width: 3rem;
        height: 3rem;
        place-items: center;
        border: 1px solid currentColor;
        border-radius: 50%;
        background: transparent;
        color: inherit;
    }

    .ht-nav-toggle > span:not(.ht-sr-only) {
        position: absolute;
        width: 1.1rem;
        height: 1px;
        background: currentColor;
        transition: transform 220ms ease;
    }

    .ht-nav-toggle > span:first-child {
        transform: translateY(-0.22rem);
    }

    .ht-nav-toggle > span:nth-child(2) {
        transform: translateY(0.22rem);
    }

    .ht-nav-toggle[aria-expanded="true"] > span:first-child {
        transform: rotate(45deg);
    }

    .ht-nav-toggle[aria-expanded="true"] > span:nth-child(2) {
        transform: rotate(-45deg);
    }

    .ht-primary-nav {
        position: fixed;
        z-index: 2;
        inset: 0;
        display: flex;
        visibility: hidden;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0.25rem;
        padding: 7rem clamp(2rem, 9vw, 7rem);
        transform: translateY(-1rem);
        background:
            radial-gradient(circle at 90% 10%, rgba(189, 139, 69, 0.18), transparent 24rem),
            rgba(73, 11, 28, 0.985);
        color: #fff;
        opacity: 0;
        transition: visibility 0s linear 260ms, opacity 260ms ease, transform 260ms ease;
    }

    .ht-primary-nav.is-open {
        visibility: visible;
        transform: translateY(0);
        opacity: 1;
        transition-delay: 0s;
    }

    .ht-primary-nav a {
        font-family: var(--ht-serif);
        font-size: clamp(1.7rem, 5vw, 3.2rem);
        font-weight: 450;
        letter-spacing: 0.01em;
        text-transform: none;
    }

    .ht-primary-nav a::after {
        display: none;
    }

    .ht-offer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ht-feature-pair {
        grid-template-columns: 1fr;
    }

    .ht-feature-card {
        grid-template-columns: 0.8fr 1.2fr;
    }

    .ht-package-grid {
        gap: 0.8rem;
    }

    .ht-package-card {
        padding-inline: 1.6rem;
    }

    .ht-combo-grid {
        grid-template-columns: 1fr;
    }

    .ht-combo-card__tiers > div {
        min-height: 23rem;
        padding: 1.5rem;
    }

    .ht-combo-card__tiers .ht-check-list li {
        font-size: 0.8rem;
    }

    .ht-moment-packages {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-moment-card--signature {
        grid-column: 1 / -1;
    }

    .ht-plus-upgrade {
        grid-template-columns: 0.5fr 0.8fr 1.2fr;
    }

    .ht-family-grid--four,
    .ht-voucher-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-family-grid--four .ht-image-offer:nth-child(2),
    .ht-voucher-card:nth-child(2) {
        border-right: 0;
    }

    .ht-voucher-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-faq-contact__grid {
        grid-template-columns: 1fr;
    }

    .ht-contact-card {
        position: static;
    }

    .ht-site-footer__grid {
        grid-template-columns: 1.4fr repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .ht-shell {
        width: min(calc(100% - 2rem), var(--ht-shell));
    }

    .ht-section {
        padding-block: 5rem;
    }

    .ht-brand__wordmark {
        display: none;
    }

    .ht-hero {
        min-height: 52rem;
        align-items: end;
    }

    .ht-hero__media img {
        object-position: 66% center;
    }

    .ht-hero__veil {
        background:
            linear-gradient(0deg, rgba(42, 8, 18, 0.96) 0%, rgba(52, 11, 24, 0.68) 58%, rgba(52, 11, 24, 0.15) 100%),
            linear-gradient(90deg, rgba(42, 8, 18, 0.5), transparent);
    }

    .ht-hero__inner {
        padding-bottom: 7rem;
    }

    .ht-hero h1 {
        max-width: 36rem;
        font-size: clamp(3.6rem, 13vw, 6rem);
    }

    .ht-offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-offer-card--contact {
        grid-column: span 2;
    }

    .ht-trust-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-trust-strip p:nth-child(2) {
        border-right: 0;
    }

    .ht-trust-strip p:nth-child(-n+2) {
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-split-intro,
    .ht-combinations__intro,
    .ht-family__intro-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ht-feature-card {
        grid-template-columns: 1fr;
    }

    .ht-feature-card__media {
        height: 25rem;
    }

    .ht-package-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .ht-wedding-dance__photo {
        display: none;
    }

    .ht-package-card {
        min-height: auto;
    }

    .ht-package-card--recommended,
    .ht-package-card--recommended:hover {
        transform: none;
    }

    .ht-bonus {
        grid-template-columns: 1fr;
    }

    .ht-bonus__items {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-bonus__items p:nth-child(odd) {
        border-left: 0;
    }

    .ht-song-card {
        grid-template-columns: 1fr;
    }

    .ht-song-card__media {
        min-height: 22rem;
        grid-row: 1;
    }

    .ht-song-card__media::after {
        background: linear-gradient(0deg, var(--ht-white), transparent 24%);
    }

    .ht-combinations__image {
        min-height: 24rem;
    }

    .ht-course-preview {
        grid-template-columns: 1fr;
    }

    .ht-course-preview__media {
        height: 20rem;
    }

    .ht-plus-upgrade {
        grid-template-columns: 0.65fr 1.35fr;
    }

    .ht-plus-upgrade ul {
        grid-column: 1 / -1;
    }

    .ht-family__intro-media {
        min-height: 30rem;
        border-radius: var(--ht-radius);
    }

    .ht-family-grid--three {
        grid-template-columns: 1fr;
    }

    .ht-image-offer__media {
        height: 24rem;
    }

    .ht-image-offer--compact .ht-image-offer__media {
        height: 17rem;
    }

    .ht-voucher-hero {
        grid-template-columns: 1fr;
    }

    .ht-voucher-hero__media {
        min-height: 25rem;
        grid-row: 1;
    }

    .ht-voucher-values {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-voucher-values p:nth-child(2) {
        border-right: 0;
    }

    .ht-voucher-values p:nth-child(-n+2) {
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-site-footer__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-site-footer__brand {
        grid-column: 1 / -1;
    }

    .ht-page-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .ht-section-heading h2,
    .ht-voucher-hero h2,
    .ht-page-cta h2 {
        font-size: clamp(2.45rem, 13vw, 3.8rem);
    }

    .ht-button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .ht-button-row .ht-button {
        width: 100%;
    }

    .ht-hero {
        min-height: 48rem;
    }

    .ht-hero__inner {
        padding-top: 6rem;
        padding-bottom: 5rem;
    }

    .ht-hero h1 {
        font-size: clamp(3.25rem, 15vw, 4.5rem);
    }

    .ht-hero .ht-script {
        font-family: var(--ht-serif);
        font-size: 1.25rem;
        font-style: italic;
    }

    .ht-scroll-cue {
        display: none;
    }

    .ht-offer-grid {
        grid-template-columns: 1fr;
    }

    .ht-offer-card {
        min-height: 23rem;
    }

    .ht-offer-card--contact {
        min-height: 16rem;
        grid-column: auto;
    }

    .ht-circle-arrow {
        width: 3rem;
        height: 3rem;
    }

    .ht-trust-strip__grid {
        grid-template-columns: 1fr;
    }

    .ht-trust-strip p {
        min-height: 6.5rem;
        border-right: 0;
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-feature-card__media {
        height: 20rem;
    }

    .ht-feature-card__content {
        padding: 1.6rem;
    }

    .ht-feature-card__content .ht-button {
        width: 100%;
    }

    .ht-seal {
        right: 1rem;
        width: 7rem;
        height: 7rem;
        font-size: 0.78rem;
    }

    .ht-bonus__items {
        grid-template-columns: 1fr;
    }

    .ht-bonus__items p {
        min-height: 6rem;
        border-top: 1px solid var(--ht-line);
        border-left: 0;
    }

    .ht-song-card__content {
        padding: 1.6rem;
    }

    .ht-song-card h2 {
        font-size: 3rem;
    }

    .ht-song-options {
        grid-template-columns: 1fr;
    }

    .ht-song-options p {
        min-height: 5rem;
        border-right: 0;
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-song-options p:last-child {
        border-bottom: 0;
    }

    .ht-combo-card__tiers {
        grid-template-columns: 1fr;
    }

    .ht-combo-card__tiers > div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-combo-card__tiers > div:last-child {
        border-bottom: 0;
    }

    .ht-moments__hero {
        min-height: 40rem;
        align-items: end;
    }

    .ht-moments__hero-inner {
        padding-bottom: 7rem;
    }

    .ht-moment-packages {
        grid-template-columns: 1fr;
    }

    .ht-moment-card--signature {
        grid-column: auto;
        padding: 1.5rem;
    }

    .ht-moment-card__body {
        grid-template-columns: 1fr;
    }

    .ht-plus-upgrade {
        grid-template-columns: 1fr;
    }

    .ht-plus-upgrade > img {
        height: 15rem;
    }

    .ht-family-grid--four,
    .ht-voucher-grid {
        grid-template-columns: 1fr;
    }

    .ht-family-grid--four .ht-image-offer,
    .ht-voucher-card {
        border-right: 0;
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-subsection-heading {
        display: block;
    }

    .ht-subsection-heading h3 {
        text-align: left;
    }

    .ht-image-offer__media {
        height: 20rem;
    }

    .ht-note {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ht-note .ht-button {
        width: 100%;
    }

    .ht-voucher-values {
        grid-template-columns: 1fr;
    }

    .ht-voucher-values p {
        border-right: 0;
        border-bottom: 1px solid var(--ht-line);
    }

    .ht-form-row {
        grid-template-columns: 1fr;
    }

    .ht-contact-card__header,
    .ht-contact-form {
        padding-inline: 1.3rem;
    }

    .ht-site-footer__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ht-site-footer__brand {
        grid-column: auto;
    }

    .ht-terms > div {
        grid-template-columns: 1fr;
    }

    .ht-site-footer__bottom {
        min-height: 6rem;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 0.2rem;
    }

    .ht-page-hero {
        min-height: 30rem;
    }

    .ht-page-hero h1 {
        font-size: clamp(3.2rem, 15vw, 4.7rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    html.ht-js .ht-reveal {
        opacity: 1;
        transform: none;
    }
}
