:root {
    --bg: #f7f2ec;
    --bg-soft: #fffdfa;
    --bg-panel: rgba(255, 252, 247, 0.76);
    --bg-panel-strong: rgba(255, 255, 255, 0.92);

    --gold: #e1c694;
    --gold-strong: #c99b5f;
    --gold-deep: #a97740;
    --gold-bright: #f0dbb5;
    --gold-soft: rgba(225, 198, 148, 0.18);
    --gold-line: rgba(201, 155, 95, 0.18);
    --gold-glow: rgba(240, 219, 181, 0.34);

    --text: #4c3626;
    --muted: #8f7966;
    --line: rgba(169, 119, 64, 0.12);
    --white-line: rgba(255, 255, 255, 0.76);

    --shadow: 0 28px 80px rgba(155, 118, 74, 0.1);
    --shadow-soft: 0 16px 40px rgba(155, 118, 74, 0.06);

    --radius-xl: 34px;
    --radius-lg: 26px;
    --radius-md: 18px;
    --container: 1240px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background: #ffffff;
}

body {
    min-height: 100vh;
    font-family: 'Jost', sans-serif;
    color: var(--text);
    overflow-x: hidden;
    position: relative;
    background:
        radial-gradient(circle at 18% 10%, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.52) 20%, transparent 42%),
        radial-gradient(circle at 82% 14%, rgba(240,223,194,0.18) 0%, rgba(240,223,194,0.08) 16%, transparent 38%),
        linear-gradient(180deg, #fffdfa 0%, #f7f1eb 48%, #f4ede6 100%);
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.72;
    background:
        linear-gradient(142deg,
            transparent 0%,
            transparent 24%,
            rgba(255,255,255,0.22) 30%,
            rgba(255,239,212,0.12) 36%,
            transparent 46%
        ),
        linear-gradient(152deg,
            transparent 0%,
            transparent 44%,
            rgba(255,247,230,0.18) 52%,
            rgba(226,180,99,0.08) 58%,
            transparent 66%
        );
    filter: blur(1px);
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: .75;
    background:
        radial-gradient(ellipse at 70% 56%, rgba(228,184,104,0.08) 0%, transparent 24%),
        radial-gradient(ellipse at 10% 64%, rgba(255,255,255,0.42) 0%, transparent 24%);
    filter: blur(24px);
}

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

button,
select,
a {
    font: inherit;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

select {
    appearance: none;
}

.site-shell {
    position: relative;
    z-index: 1;
}

.container {
    width: min(calc(100% - 32px), var(--container));
    margin: 0 auto;
}

.premium-panel,
.premium-soft-panel {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.66) 0%, rgba(255,250,244,0.54) 100%);
    border: 1px solid rgba(255,255,255,0.70);
    box-shadow:
        0 18px 40px rgba(124, 88, 44, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.55);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.premium-soft-panel {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.56) 0%, rgba(255,248,240,0.46) 100%);
}

.section-pill,
.eyebrow,
.mini-tag,
.product-category,
.service-card-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 248, 235, 0.72);
    border: 1px solid var(--gold-line);
    color: var(--gold-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.42);
}

.section-heading,
.section-heading-compact {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading h2,
.hero-copy h1,
.booking-stage-head h4,
.blog-card h3,
.footer-brand strong,
.instagram-shell h2,
.product-hero-copy h3,
.product-card h3,
.brand strong {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.section-heading h2,
.instagram-shell h2 {
    margin-top: 12px;
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.92;
}

.section-heading p,
.section-heading-compact p,
.hero-copy p,
.product-hero-copy p,
.blog-card-body p,
.footer-brand p {
    color: var(--muted);
    line-height: 1.82;
}

.btn-primary,
.btn-secondary,
.header-cta,
.buy-btn,
.toolbar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary,
.header-cta,
.buy-btn {
    color: #fffaf3;
    background:
        linear-gradient(135deg, #e3c18d 0%, #cb9c61 44%, #b57d48 100%);
    border: 1px solid rgba(181, 125, 72, 0.2);
    box-shadow:
        0 16px 30px rgba(181, 125, 72, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.28);
}

.btn-primary:hover,
.header-cta:hover,
.buy-btn:hover {
    transform: translateY(-2px);
    box-shadow:
        0 20px 34px rgba(201, 145, 53, 0.28),
        inset 0 1px 0 rgba(255,255,255,0.36);
}

.btn-secondary,
.toolbar-button {
    color: var(--text);
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255,255,255,0.60);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.50);
}

.btn-small {
    min-height: 46px;
}

.text-link,
.feed-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--gold-strong);
    font-weight: 800;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,251,246,0.78) 100%);
    border-bottom: 1px solid rgba(201, 155, 95, 0.12);
    box-shadow: 0 14px 42px rgba(154, 119, 64, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.header-shell {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: max-content 1fr auto auto;
    align-items: center;
    gap: clamp(16px, 2vw, 32px);
    min-height: 68px;
    padding: 0 clamp(18px, 2.8vw, 40px);
}

.header-shell::after {
    content: '';
    position: absolute;
    left: clamp(18px, 2.8vw, 40px);
    right: clamp(18px, 2.8vw, 40px);
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(201,155,95,0) 0%, rgba(201,155,95,0.22) 16%, rgba(201,155,95,0.32) 50%, rgba(201,155,95,0.22) 84%, rgba(201,155,95,0) 100%);
    pointer-events: none;
}

.brand {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 12px;
    text-decoration: none;
    min-width: 0;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(201, 155, 95, 0.18));
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand strong,
.footer-brand strong,
.product-price,
.hero-stat strong,
.status-line,
.price-box b,
.service-side b {
    color: var(--gold-strong);
    text-shadow: 0 1px 0 rgba(255,255,255,0.24);
}

.brand strong {
    font-size: clamp(23px, 2vw, 30px);
    font-weight: 600;
    letter-spacing: -0.03em;
    font-variant-caps: normal;
    text-transform: none;
}

.brand span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0.34em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: clamp(18px, 1.8vw, 34px);
}

.site-nav a {
    position: relative;
    text-decoration: none;
    color: #8b7867;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    transition: color 0.22s ease;
}

.site-nav a:not(.header-cta)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(201,155,95,0.08) 0%, rgba(201,155,95,0.54) 50%, rgba(201,155,95,0.08) 100%);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.22s ease;
}

.site-nav a:hover {
    color: var(--gold-deep);
}

.site-nav a:not(.header-cta):hover::after {
    transform: scaleX(1);
}

.header-cta {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
}

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

.header-tools {
    position: relative;
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    z-index: 3;
}

.header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 12px;
    appearance: none;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
    color: var(--gold-deep);
    background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,249,242,0.78) 100%);
    border: 1px solid rgba(255,255,255,0.88);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.74), 0 10px 24px rgba(154, 119, 64, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.header-cart:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), 0 14px 28px rgba(154, 119, 64, 0.12);
}

.header-cart.is-bumped {
    animation: headerCartBump 0.34s ease;
}

.header-cart-icon {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
}

.header-cart-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #dfbb7d 0%, #c78f4d 100%);
    color: #fffaf3;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(154, 119, 64, 0.18);
}

.header-cart-count.is-empty {
    background: rgba(255,255,255,0.96);
    color: var(--muted);
    border: 1px solid rgba(201, 155, 95, 0.14);
    box-shadow: 0 6px 14px rgba(154, 119, 64, 0.08);
}

.header-tools.is-cart-open .header-cart {
    color: var(--gold-strong);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.82), 0 16px 30px rgba(154, 119, 64, 0.16);
}

.mini-cart-panel {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(320px, calc(100vw - 20px));
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,248,241,0.94) 100%);
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 28px 56px rgba(126, 94, 44, 0.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.header-tools.is-cart-open .mini-cart-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mini-cart-panel::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 16px;
    width: 16px;
    height: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,248,241,0.94) 100%);
    border-top: 1px solid rgba(255,255,255,0.9);
    border-left: 1px solid rgba(255,255,255,0.9);
    transform: rotate(45deg);
}

.mini-cart-head {
    display: grid;
    gap: 6px;
}

.mini-cart-head strong {
    color: var(--gold-strong);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.mini-cart-head p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.mini-cart-list {
    list-style: none;
    display: grid;
    gap: 0;
    margin: 14px 0 0;
    padding: 0;
    max-height: 220px;
    overflow: auto;
}

.mini-cart-item,
.mini-cart-empty {
    padding: 12px 0;
    border-top: 1px solid rgba(201, 155, 95, 0.12);
}

.mini-cart-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.mini-cart-item-main {
    min-width: 0;
}

.mini-cart-item-side {
    display: grid;
    justify-items: end;
    gap: 8px;
    align-self: start;
}

.mini-cart-item-main strong {
    display: block;
    color: var(--gold-strong);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.mini-cart-item-main p {
    margin: 5px 0 0;
    color: var(--text-soft);
    font-size: 11px;
    line-height: 1.55;
}

.mini-cart-item-main span {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mini-cart-item-main .mini-cart-discount {
    color: #34865f;
}

.mini-cart-item.is-plan-gift {
    border-color: rgba(52, 134, 95, 0.18);
    background: rgba(238, 250, 243, 0.58);
}

.mini-cart-item.is-plan-gift .mini-cart-remove {
    display: none;
}

.mini-cart-item-total {
    color: var(--gold-strong);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.mini-cart-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    padding: 0;
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
    color: var(--muted);
    background: rgba(255,255,255,0.84);
    border: 1px solid rgba(201, 155, 95, 0.12);
    box-shadow: 0 8px 18px rgba(154, 119, 64, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.mini-cart-remove:hover {
    transform: translateY(-1px);
    color: var(--gold-strong);
    box-shadow: 0 12px 22px rgba(154, 119, 64, 0.12);
}

.mini-cart-remove svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mini-cart-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(201, 155, 95, 0.12);
}

.mini-cart-total {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}

.mini-cart-total span {
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.mini-cart-total strong {
    color: var(--gold-strong);
    font-size: 16px;
    font-weight: 600;
}

.mini-cart-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 14px;
    padding: 0 12px;
    text-decoration: none;
    background: linear-gradient(135deg, #dfbb7d 0%, #c78f4d 100%);
    color: #fffaf3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 16px 28px rgba(154, 119, 64, 0.18);
}

.mini-cart-checkout.is-disabled {
    pointer-events: none;
    opacity: 0.48;
    box-shadow: none;
}

.mini-cart-view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 14px;
    padding: 0 12px;
    color: var(--gold-strong);
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(201, 155, 95, 0.16);
    cursor: pointer;
    font: inherit;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.mini-cart-footer .mini-cart-checkout,
.mini-cart-footer .mini-cart-view {
    width: 100%;
}

.mini-cart-empty {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
}

.cart-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 44px);
}

.cart-modal[hidden] {
    display: none;
}

.cart-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(36, 29, 22, 0.38);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cart-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    max-height: min(720px, calc(100vh - 48px));
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: clamp(22px, 4vw, 34px);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,250,245,0.97) 100%);
    border: 1px solid rgba(255,255,255,0.9);
    box-shadow: 0 34px 88px rgba(74, 52, 29, 0.24);
}

.cart-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 14px;
    border: 1px solid rgba(201, 155, 95, 0.14);
    background: rgba(255,255,255,0.88);
    color: var(--gold-strong);
    cursor: pointer;
}

.cart-modal-close svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.cart-modal-head {
    display: grid;
    gap: 6px;
    padding-right: 46px;
}

.cart-modal-head span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.cart-modal-head h2 {
    margin: 0;
    color: var(--gold-strong);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 600;
    line-height: 1;
}

.cart-modal-list {
    max-height: none;
    margin-top: 22px;
    padding-right: 8px;
}

.cart-modal-list .mini-cart-item,
.cart-modal-list .mini-cart-empty {
    padding: 16px 0;
}

.cart-modal-list .mini-cart-item-main strong {
    font-size: 16px;
}

.cart-modal-list .mini-cart-item-main p {
    font-size: 13px;
}

.cart-modal-list .mini-cart-item-main span {
    font-size: 11px;
}

.cart-modal-list .mini-cart-item-total {
    font-size: 14px;
}

.cart-modal-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(201, 155, 95, 0.14);
}

.cart-modal-footer .mini-cart-checkout {
    min-height: 46px;
    padding: 0 20px;
    font-size: 10px;
    letter-spacing: 0.16em;
}

.is-cart-modal-open {
    overflow: hidden;
}

@media (max-width: 680px) {
    .cart-modal {
        padding: 12px;
        align-items: end;
    }

    .cart-modal-dialog {
        width: 100%;
        max-height: calc(100vh - 24px);
        padding: 22px 16px 18px;
        border-radius: 22px;
    }

    .cart-modal-footer {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .cart-modal-footer .mini-cart-checkout {
        width: 100%;
    }

    .cart-modal-list .mini-cart-item {
        grid-template-columns: 1fr;
    }

    .cart-modal-list .mini-cart-item-side {
        grid-template-columns: 1fr auto;
        justify-items: start;
        width: 100%;
    }
}

.header-cta-desktop {
    justify-self: end;
    margin-left: 0;
}

@keyframes headerCartBump {
    0% { transform: scale(1); }
    45% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

[data-add-to-cart].is-added {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(154, 119, 64, 0.16);
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 12px;
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.82);
}

.menu-toggle span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: var(--text);
}

.menu-toggle span + span {
    margin-top: 6px;
}
.hero-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0) 28%),
        radial-gradient(circle at 82% 18%, rgba(236,204,155,0.2) 0%, rgba(236,204,155,0) 26%),
        linear-gradient(180deg, rgba(255,251,246,0.96) 0%, rgba(252,247,241,0.92) 100%),
        url('../images/header-bg.png') center top / cover no-repeat;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.68);
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(132deg, transparent 10%, rgba(255,255,255,0.44) 25%, transparent 37%),
        linear-gradient(156deg, transparent 55%, rgba(235,208,164,0.16) 67%, transparent 78%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 24px), 1720px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
    justify-content: stretch;
    gap: clamp(30px, 3.2vw, 56px);
    align-items: center;
    min-height: clamp(560px, 72vh, 700px);
    padding: clamp(34px, 4.2vw, 64px) clamp(12px, 2vw, 28px) clamp(34px, 4vw, 58px);
}

.hero-copy {
    position: relative;
    max-width: 470px;
    padding: 0 0 20px;
}

.hero-copy-shell {
    position: relative;
    display: grid;
    gap: 0;
    padding: clamp(2px, 0.5vw, 8px) clamp(12px, 1.6vw, 18px) clamp(18px, 2vw, 24px) 0;
}

.hero-copy-shell::before {
    content: '';
    position: absolute;
    top: 12px;
    bottom: 26px;
    left: -18px;
    width: 1px;
    background: linear-gradient(180deg, rgba(201,155,95,0) 0%, rgba(201,155,95,0.58) 18%, rgba(201,155,95,0.16) 82%, rgba(201,155,95,0) 100%);
}

.hero-copy-shell::after {
    content: '';
    position: absolute;
    inset: 2% -6% 8% -18%;
    background:
        radial-gradient(circle at 22% 34%, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.34) 28%, rgba(255,255,255,0) 64%),
        radial-gradient(circle at 48% 48%, rgba(240,219,181,0.18) 0%, rgba(240,219,181,0) 62%);
    filter: blur(18px);
    z-index: -1;
    pointer-events: none;
}

.hero-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    color: var(--gold-deep);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.28em;
}

.hero-copy .eyebrow::before {
    content: '';
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, rgba(201,155,95,0.14) 0%, rgba(201,155,95,0.78) 100%);
}

.hero-copy h1 {
    margin-top: 18px;
    font-size: clamp(46px, 5vw, 68px);
    line-height: 1.02;
    max-width: 8.8ch;
    letter-spacing: -0.02em;
    color: #b27b45;
    text-shadow: 0 22px 42px rgba(255,255,255,0.4);
}

.hero-copy p {
    margin-top: 18px;
    max-width: 34ch;
    font-size: 15px;
    line-height: 1.8;
    color: #8f7966;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.hero-actions .btn-primary {
    min-height: 50px;
    padding: 0 24px;
    border-radius: 14px;
    font-size: 10px;
    box-shadow: 0 18px 36px rgba(174, 124, 67, 0.16);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-copy-note {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
    color: rgba(154,103,57,0.72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.hero-copy-note span {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.hero-copy-note span + span::before {
    content: '';
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, rgba(201,155,95,0.4) 0%, rgba(201,155,95,0.08) 100%);
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(480px, 62vh, 620px);
    perspective: 1800px;
}

.hero-carousel {
    position: relative;
    width: 100%;
    max-width: none;
    margin-inline: auto;
    min-height: clamp(480px, 62vh, 620px);
    isolation: isolate;
    overflow: visible;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
    --hero-tilt-x: 0deg;
    --hero-tilt-y: 0deg;
    --hero-pointer-x: 50%;
    --hero-pointer-y: 50%;
    --hero-drag-shift: 0px;
    --hero-drag-rotate: 0deg;
    --hero-drag-glow: 0;
    transform-style: preserve-3d;
    transform: rotateX(var(--hero-tilt-x)) rotateY(var(--hero-tilt-y));
    transition: transform 0.3s ease;
}

.hero-carousel.is-dragging {
    cursor: grabbing;
}

.hero-carousel.is-dragging::before {
    opacity: calc(1 + var(--hero-drag-glow));
}

.hero-carousel::before {
    content: '';
    position: absolute;
    inset: 6% 6% 12%;
    background:
        radial-gradient(circle at var(--hero-pointer-x) var(--hero-pointer-y), rgba(255,255,255,0.34) 0%, rgba(255,255,255,0) 24%),
        radial-gradient(circle at 70% 24%, rgba(243,207,151,0.2) 0%, rgba(243,207,151,0) 38%);
    filter: blur(18px);
    pointer-events: none;
    z-index: 0;
}

.hero-carousel::after {
    content: '';
    position: absolute;
    inset: auto 12% -1%;
    height: 20%;
    background: radial-gradient(ellipse at center, rgba(95,55,15,0.25) 0%, rgba(95,55,15,0.1) 38%, rgba(95,55,15,0) 74%);
    filter: blur(24px);
    transform: translateZ(-120px);
    z-index: 0;
    pointer-events: none;
}

.hero-orb,
.hero-light-beam {
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.hero-orb {
    border-radius: 50%;
    filter: blur(10px);
    mix-blend-mode: screen;
}

.hero-orb-a {
    top: 3%;
    right: 8%;
    width: clamp(120px, 16vw, 200px);
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255,240,217,0.7) 0%, rgba(255,240,217,0.12) 42%, rgba(255,240,217,0) 76%);
    animation: heroFloat 7s ease-in-out infinite;
}

.hero-orb-b {
    left: 6%;
    bottom: 16%;
    width: clamp(90px, 12vw, 150px);
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(197,142,82,0.38) 0%, rgba(197,142,82,0.08) 48%, rgba(197,142,82,0) 80%);
    animation: heroFloat 9s ease-in-out infinite reverse;
}

.hero-light-beam {
    inset: 10% 12% 24%;
    background:
        linear-gradient(115deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 26%, rgba(255,217,165,0.08) 58%, rgba(255,255,255,0) 84%);
    transform: skewX(-18deg) translateZ(-20px);
    opacity: 0.9;
}

.hero-carousel-viewport {
    position: relative;
    min-height: clamp(480px, 62vh, 620px);
    transform-style: preserve-3d;
    border-radius: clamp(30px, 3vw, 46px);
    background:
        linear-gradient(135deg, rgba(255,255,255,0.16) 0%, rgba(255,239,214,0.05) 48%, rgba(174,124,67,0.09) 100%);
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: clamp(12px, 1.4vw, 24px) clamp(14px, 1.6vw, 28px) clamp(48px, 3.4vw, 62px);
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 32px, -120px) scale(0.94);
    transition: opacity 0.75s ease, transform 0.75s ease, visibility 0.75s ease;
    transform-style: preserve-3d;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(var(--hero-drag-shift), 0, 40px) rotateY(var(--hero-drag-rotate)) scale(1);
    z-index: 2;
}

.hero-slide.is-prev,
.hero-slide.is-next {
    opacity: 0.22;
    visibility: visible;
    z-index: 1;
}

.hero-slide.is-prev {
    transform: translate3d(-8%, 24px, -100px) rotateY(14deg) scale(0.9);
}

.hero-slide.is-next {
    transform: translate3d(8%, 24px, -100px) rotateY(-14deg) scale(0.9);
}

.hero-slide-backdrop {
    position: absolute;
    inset: 8% 7% 9%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(26px) saturate(1.14) brightness(0.9);
    transform: translateZ(-120px) scale(1.06);
    opacity: 0.46;
    border-radius: 46px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.hero-slide-glow,
.hero-slide-reflection {
    position: absolute;
    pointer-events: none;
}

.hero-slide-glow {
    inset: 8% 10% 7%;
    background:
        radial-gradient(circle at 50% 38%, rgba(255,221,176,0.3) 0%, rgba(255,221,176,0.08) 34%, rgba(255,221,176,0) 68%),
        radial-gradient(ellipse at 50% 88%, rgba(80,44,14,0.28) 0%, rgba(80,44,14,0.1) 34%, rgba(80,44,14,0) 72%);
    filter: blur(22px);
    transform: translateZ(-18px);
    z-index: 1;
}

.hero-slide-reflection {
    content: '';
    inset: 6% 12% auto;
    height: 42%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.08) 30%, rgba(255,255,255,0) 72%);
    clip-path: polygon(0 0, 100% 0, 78% 100%, 22% 100%);
    mix-blend-mode: screen;
    opacity: 0.58;
    transform: translateZ(50px);
    z-index: 3;
}

.hero-slide-zoom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 1180px);
    height: calc(100% - clamp(16px, 2.6vw, 38px));
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
    transform-style: preserve-3d;
    overflow: hidden;
}

.hero-slide-image {
    display: block;
    width: 100%;
    height: 112%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: var(--hero-object-position, center center);
    transform: translateZ(96px) translateY(var(--hero-focus-offset, -14px)) scale(0.99);
    filter:
        saturate(1.02)
        contrast(1.02)
        drop-shadow(0 30px 48px rgba(47, 26, 8, 0.2))
        drop-shadow(0 76px 116px rgba(89, 49, 8, 0.16));
    transition: transform 0.55s ease, filter 0.55s ease;
}

.hero-carousel:hover .hero-slide.is-active .hero-slide-image {
    transform: translateZ(105px) translateY(calc(var(--hero-focus-offset, -14px) - 4px)) scale(1.01);
    filter:
        saturate(1.04)
        contrast(1.03)
        drop-shadow(0 34px 54px rgba(47, 26, 8, 0.24))
        drop-shadow(0 92px 132px rgba(89, 49, 8, 0.2));
}

.hero-carousel.is-dragging .hero-slide.is-active .hero-slide-image {
    transform: translateZ(105px) translateX(calc(var(--hero-drag-shift) * 0.32)) translateY(var(--hero-focus-offset, -14px)) scale(1.006);
    filter:
        saturate(1.04)
        contrast(1.03)
        drop-shadow(0 36px 58px rgba(47, 26, 8, 0.24))
        drop-shadow(0 98px 138px rgba(89, 49, 8, 0.2));
}

.hero-slide-caption {
    position: absolute;
    left: clamp(20px, 2.4vw, 34px);
    bottom: -10px;
    z-index: 4;
    display: grid;
    gap: 8px;
    max-width: min(360px, 72%);
    transform: translateZ(90px);
    text-shadow: 0 18px 46px rgba(33, 19, 6, 0.28);
}

.hero-slide-caption span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    color: rgba(255, 241, 219, 0.72);
}

.hero-slide-caption strong {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(22px, 2.3vw, 34px);
    font-weight: 600;
    line-height: 0.94;
    color: #fff8f0;
}

.hero-carousel-controls {
    position: absolute;
    left: clamp(18px, 2vw, 30px);
    right: clamp(18px, 2vw, 30px);
    bottom: clamp(6px, 1vw, 14px);
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 14px;
}

.hero-carousel-meta {
    display: grid;
    gap: 4px;
    margin-right: auto;
    min-width: 170px;
}

.hero-meta-label {
    font-size: 10px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(96, 58, 22, 0.68);
}

.hero-meta-count {
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    line-height: 0.9;
    color: #8f5f33;
}

.hero-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 999px;
    appearance: none;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(255,252,247,0.72) 0%, rgba(247,229,204,0.34) 100%);
    border: 1px solid rgba(255,255,255,0.42);
    color: #9a6739;
    box-shadow: 0 16px 36px rgba(135, 92, 42, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.hero-arrow:hover {
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient(180deg, rgba(255,255,255,0.88) 0%, rgba(249,236,214,0.56) 100%);
    border-color: rgba(255,255,255,0.74);
    box-shadow: 0 24px 46px rgba(135, 92, 42, 0.22);
}

.hero-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 0 1 auto;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.26);
    box-shadow: 0 18px 36px rgba(135, 92, 42, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-dot {
    width: 28px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    appearance: none;
    cursor: pointer;
    background: rgba(172,121,63,0.24);
    transition: width 0.22s ease, background 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.hero-dot.is-active {
    width: 62px;
    background: linear-gradient(90deg, rgba(233,197,142,0.98) 0%, rgba(202,145,72,0.98) 100%);
    transform: scale(1.04);
}

.hero-carousel.is-dragging .hero-dots {
    transform: scale(0.985);
}

.hero-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 24px;
}

.hero-lightbox[hidden] {
    display: none;
}

.hero-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(255,240,217,0.14) 0%, rgba(12,10,8,0.32) 32%, rgba(8,7,6,0.86) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.hero-lightbox-dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100vw - 48px));
    max-height: calc(100vh - 48px);
    display: grid;
    place-items: center;
}

.hero-lightbox-image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 80px);
    border-radius: 24px;
    box-shadow: 0 30px 100px rgba(0,0,0,0.42);
}

.hero-lightbox-close {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #fff7ee;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

body.is-lightbox-open {
    overflow: hidden;
}

.hero-carousel:focus-visible {
    outline: none;
}

.hero-carousel:focus-visible .hero-dots,
.hero-carousel:focus-visible .hero-arrow {
    box-shadow: 0 0 0 2px rgba(201,155,95,0.2), 0 18px 36px rgba(135, 92, 42, 0.16);
}

@keyframes heroFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -18px, 40px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-carousel,
    .hero-slide,
    .hero-slide-image,
    .hero-orb-a,
    .hero-orb-b {
        animation: none !important;
        transition: none !important;
    }

    .hero-carousel {
        transform: none;
    }

    .hero-slide.is-active,
    .hero-slide.is-prev,
    .hero-slide.is-next,
    .hero-carousel:hover .hero-slide.is-active .hero-slide-image {
        transform: none;
    }
}

.booking-section,
.products-section,
.blog-section,
.instagram-section {
    padding: 15px 0;
}

.booking-section {
    position: relative;
}

.booking-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(255,255,255,0.88) 0%, rgba(255,255,255,0) 26%),
        radial-gradient(circle at 84% 16%, rgba(236,204,155,0.18) 0%, rgba(236,204,155,0) 28%),
        linear-gradient(180deg, rgba(255,252,247,0.96) 0%, rgba(249,242,232,0.96) 100%);
    pointer-events: none;
}

.booking-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.booking-panel {
    padding: 26px;
    border-radius: var(--radius-xl);
    background: linear-gradient(180deg, rgba(255,250,243,0.96) 0%, rgba(255,245,230,0.9) 100%);
    border: 1px solid rgba(219, 180, 112, 0.18);
    box-shadow: 0 24px 70px rgba(174, 129, 65, 0.12);
}

.booking-location-shell {
    display: grid;
    grid-template-columns: auto auto;
    align-items: end;
    justify-content: end;
    gap: 12px;
    margin-top: 16px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.booking-cep-field {
    gap: 6px;
    min-width: 0;
    width: 430px;
}

.booking-cep-label-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.booking-unit-field {
    min-width: 0;
    width: 310px;
}

.booking-cep-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.booking-cep-row input {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid rgba(204, 160, 93, 0.22);
    background: rgba(255,255,255,0.88);
    color: var(--text);
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
}

.booking-cep-row input::placeholder {
    color: rgba(116, 92, 66, 0.58);
}

.toolbar-button {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 14px;
    border: 1px solid rgba(201,155,95,0.26);
    background: linear-gradient(180deg, rgba(210,157,89,0.98) 0%, rgba(186,130,62,0.98) 100%);
    color: #fffaf3;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    box-shadow: 0 18px 32px rgba(177, 127, 58, 0.18);
    white-space: nowrap;
}

.toolbar-button-secondary {
    background: linear-gradient(180deg, rgba(255,252,247,0.96) 0%, rgba(248,233,208,0.9) 100%);
    color: #9b6737;
}

.toolbar-button:disabled {
    cursor: wait;
    opacity: 0.62;
}

.booking-insight-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 16px 0 20px;
}

.booking-insight-card {
    display: grid;
    gap: 8px;
    min-height: 116px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(204, 160, 93, 0.2);
    box-shadow: 0 18px 42px rgba(128, 82, 35, 0.08);
}

.booking-insight-card span,
.booking-insight-card small {
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.45;
    text-transform: uppercase;
}

.booking-insight-card strong {
    color: var(--gold-deep);
    font-family: var(--font-display);
    font-size: clamp(25px, 2.8vw, 38px);
    font-weight: 600;
    line-height: 0.98;
    overflow-wrap: anywhere;
}

.location-inline-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin: 0;
    border-radius: 0;
    background: none;
    border: 0;
    color: #b88a52;
    box-shadow: none;
}
.site-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 20px;
    min-width: 0;
}
.brand {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0; /* MUITO IMPORTANTE */
}

.brand-mark img {
    height: 50px;
    width: auto;
}

.brand-copy img {
    height: 70px;
    width: auto;
}

.booking-unit-field select {
    min-height: 42px;
    width: 100%;
    padding: 0 42px 0 16px;
    border-radius: 16px;
    border: 1px solid rgba(201, 155, 95, 0.22);
    background-color: rgba(255,252,247,0.98);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.92), 0 12px 24px rgba(176, 130, 63, 0.06);
    font-size: 14px;
    font-weight: 500;
    color: #6a4b31;
    letter-spacing: 0.01em;
}

.booking-unit-field {
    position: relative;
}

.booking-unit-field::after {
    content: '';
    position: absolute;
    right: 16px;
    top: calc(50% + 10px);
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(168, 119, 62, 0.9);
    border-bottom: 2px solid rgba(168, 119, 62, 0.9);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.location-inline-status svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.location-inline-status.is-alert {
    color: #9d6540;
    border-color: rgba(217, 138, 74, 0.24);
    background: rgba(255,248,240,0.96);
}

.location-inline-status.is-alert::before {
    background: #d98a4a;
    box-shadow: 0 0 0 4px rgba(217, 138, 74, 0.16);
}

.control-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 14px;
}

.control-grid-simple {
    grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 1.2fr);
}

.form-field {
    display: grid;
    gap: 8px;
}

.form-field > span,
.picker-heading strong,
.picker-heading span,
.product-category {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.form-field > span,
.picker-heading span:first-child {
    color: #7c6551;
}

.select-field select,
.profile-shell,
.calendar-shell,
.summary-card,
.login-card,
.unit-choice,
.time-chip,
.service-choice {
    border-radius: 22px;
}

.select-field select,
.profile-shell {
    min-height: 56px;
    padding: 0 16px;
    border: 1px solid rgba(213, 173, 104, 0.2);
    background: rgba(255,255,255,0.88);
    color: var(--text);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.select-field select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--gold-strong) 50%),
        linear-gradient(135deg, var(--gold-strong) 50%, transparent 50%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.select-field select:hover {
    border-color: rgba(201, 155, 95, 0.32);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.88), 0 10px 24px rgba(176, 130, 63, 0.08);
}

.select-field select:focus {
    outline: none;
    border-color: rgba(201, 155, 95, 0.52);
    box-shadow: 0 0 0 3px rgba(201, 155, 95, 0.12), inset 0 1px 0 rgba(255,255,255,0.88), 0 12px 28px rgba(176, 130, 63, 0.12);
    background-color: rgba(255,255,255,0.96);
}

.select-field select option {
    color: #4f3928;
    background: #fffaf4;
}

.profile-shell {
    display: flex;
    align-items: center;
}

.profile-shell strong {
    display: block;
    font-size: 15px;
}

.profile-shell em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    color: var(--muted);
    font-size: 13px;
}

.booking-slider {
    position: relative;
    margin-top: 24px;
}

.booking-stage {
    display: none;
}

.booking-stage.is-active {
    display: block;
    animation: stageFade 0.35s ease;
}

@keyframes stageFade {
    from {
        opacity: 0;
        transform: translateX(18px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.picker-block {
    margin-top: 22px;
}

.picker-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.picker-heading span {
    color: #7f6854;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
}

.picker-heading-service {
    align-items: flex-start;
    flex-wrap: wrap;
}

.nearest-inline {
    display: inline-grid;
    grid-template-columns: 9px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    max-width: min(100%, 390px);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(75, 151, 92, 0.16);
    background: rgba(247, 255, 248, 0.72);
    box-shadow: 0 8px 22px rgba(82, 115, 71, 0.06);
    letter-spacing: 0;
    text-transform: none;
}

.nearest-inline-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35a866;
    box-shadow: 0 0 0 4px rgba(53, 168, 102, 0.12);
}

.nearest-inline-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.picker-heading .nearest-inline-copy span {
    color: #3f7a50;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.nearest-inline-copy small {
    color: rgba(85, 105, 78, 0.78);
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
}

.service-choice-list,
.time-chip-list,
.unit-choice-list,
.instagram-grid,
.blog-grid,
.product-grid {
    display: grid;
    gap: 16px;
}

.service-carousel-shell {
    position: relative;
    overflow: hidden;
}

.service-choice-list {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    align-items: stretch;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 4px 70px 10px;
}

.service-choice-list::-webkit-scrollbar {
    display: none;
}

.service-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.74);
    background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,248,239,0.9) 100%);
    box-shadow: 0 12px 28px rgba(117, 83, 43, 0.1);
    color: #7a542f;
    font-size: 24px;
    line-height: 1;
}

.service-carousel-arrow:disabled {
    opacity: 0.4;
    cursor: default;
}

.service-carousel-prev {
    left: 10px;
}

.service-carousel-next {
    right: 10px;
}

.service-choice {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    width: 100%;
    padding: 16px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,248,239,0.9) 100%);
    box-shadow: 0 16px 30px rgba(177, 130, 64, 0.08);
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    height: 100%;
}

.service-choice:hover,
.unit-choice:hover,
.time-chip:hover,
.calendar-day:hover {
    transform: translateY(-2px);
}

.service-choice.is-active,
.unit-choice.is-active,
.time-chip.is-active,
.calendar-day.is-active {
    border-color: rgba(221, 177, 91, 0.34);
    box-shadow: 0 18px 34px rgba(201, 145, 53, 0.16);
    background: linear-gradient(180deg, rgba(255,252,247,0.98) 0%, rgba(248,235,211,0.96) 100%);
}

.service-main strong {
    display: block;
    font-size: 16px;
    color: #5d4531;
}

.service-text,
.service-side small {
    display: block;
    margin-top: 8px;
    color: #7e6956;
    font-size: 13px;
    line-height: 1.65;
}

.service-side {
    text-align: right;
}

.service-side b {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #a26e3d;
}

.calendar-shell {
    width: 100%;
    padding: 24px 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,248,239,0.9) 100%);
    border: 1px solid rgba(214, 172, 102, 0.18);
    box-shadow: 0 20px 40px rgba(176, 130, 63, 0.08);
}

.calendar-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.calendar-toolbar strong {
    font-size: 18px;
    color: #6b4c33;
}

.calendar-nav {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(214, 172, 102, 0.18);
    color: #8e5e35;
}

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

.calendar-weekdays {
    margin-top: 18px;
}

.calendar-weekdays span {
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #856d58;
}

.calendar-grid {
    margin-top: 12px;
    width: 100%;
}

.calendar-day {
    min-height: 68px;
    padding: 12px 8px;
    border-radius: 18px;
    border: 1px solid transparent;
    background: rgba(255,255,255,0.9);
    color: #5d4531;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.78);
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.calendar-day span {
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.calendar-day small {
    display: block;
    margin-top: 4px;
    color: #8d755e;
    font-size: 11px;
    text-transform: uppercase;
}

.calendar-day.is-muted,
.calendar-day.is-past {
    opacity: 0.38;
    cursor: default;
}

.time-chip-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.time-empty {
    grid-column: 1 / -1;
    min-height: 58px;
    display: grid;
    place-items: center;
    padding: 14px 16px;
    border: 1px dashed rgba(181, 125, 72, 0.28);
    border-radius: 18px;
    background: rgba(255,255,255,0.72);
    color: #7d6651;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.time-chip {
    padding: 14px 12px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,247,235,0.9) 100%);
    text-align: left;
    box-shadow: 0 14px 26px rgba(177, 130, 64, 0.08);
}

.time-chip strong {
    display: block;
    font-size: 18px;
}

.time-chip span {
    display: block;
    margin-top: 4px;
    color: #7d6651;
    font-size: 12px;
    text-transform: uppercase;
}

.time-chip.is-disabled {
    opacity: 0.42;
    cursor: not-allowed;
}

.booking-stage-head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 18px;
}

.booking-stage-head h4 {
    margin-top: 10px;
    font-size: 48px;
    line-height: 0.92;
}

.booking-stage-head p {
    display: block;
    margin-top: 8px;
    color: #755f4d;
    line-height: 1.75;
}

.stage-back {
    min-height: 46px;
    padding: 0 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(214, 172, 102, 0.18);
    color: #6e4f34;
    font-weight: 700;
    white-space: nowrap;
}

.stage-price {
    margin-bottom: 18px;
    padding: 18px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.70);
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,247,235,0.9) 100%);
}

.stage-price strong {
    display: block;
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-strong);
}

.stage-price span {
    display: block;
    margin-top: 8px;
    color: #755f4d;
    line-height: 1.75;
}

.stage-price b {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    color: var(--gold-strong);
}

.summary-card {
    padding: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,247,235,0.92) 100%);
    border: 1px solid rgba(214, 172, 102, 0.2);
}

.booking-summary-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 18px;
    align-items: start;
}

.summary-card-main,
.summary-card-side {
    width: 100%;
}

.summary-card-side {
    position: sticky;
    top: 110px;
}

.summary-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.summary-caption {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7e6852;
}

.summary-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.summary-row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(214, 172, 102, 0.16);
    font-size: 13px;
    color: #806956;
}

.summary-row strong {
    color: var(--text);
    text-align: left;
    font-size: 15px;
    line-height: 1.35;
}

.summary-row.is-wide {
    grid-column: 1 / -1;
}

.price-box,
.login-card,
.booking-feedback {
    margin-top: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(214, 172, 102, 0.16);
}

.price-box strong,
.login-card strong {
    display: block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7e6754;
}

.price-box b {
    display: block;
    margin-top: 4px;
    font-size: 28px;
}

.price-box span,
.login-card span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #7b6552;
}

.summary-inline-link {
    display: inline-flex;
    margin-top: 8px;
    font-size: 13px;
}

.summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.summary-actions-compact {
    gap: 10px;
    margin-top: 12px;
}

.summary-actions-compact .btn-primary,
.summary-actions-compact .btn-secondary {
    min-height: 44px;
    padding: 0 18px;
}

.booking-feedback {
    display: none;
    color: var(--gold-strong);
    font-weight: 800;
    font-size: 13px;
}

.booking-feedback.is-visible {
    display: block;
}

.booking-feedback.is-error {
    color: #9d2f23;
    border-color: rgba(157, 47, 35, 0.22);
}

.products-showcase {
    display: grid;
    gap: 24px;
    padding: 10px 0 0;
    position: relative;
    overflow: visible;
}

.products-showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 14% 10%, rgba(255,255,255,0.36) 0%, transparent 32%),
        radial-gradient(circle at 84% 14%, rgba(225, 198, 148, 0.16) 0%, transparent 30%);
}

.products-heading {
    margin-bottom: 18px;
}

.products-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.product-hero {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
    align-items: stretch;
    min-height: 320px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.product-hero-media img {
    width: 100%;
    height: 240px;
    border-radius: 24px;
    object-fit: cover;
}

.product-media-button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.product-image-watermark {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.26);
    border: 1px solid rgba(255, 248, 238, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(255, 249, 242, 0.92);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-shadow: 0 10px 22px rgba(34, 19, 7, 0.34);
}

.product-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    align-items: flex-start;
    text-align: left;
}

.product-hero-copy h3 {
    margin-top: 12px;
    font-size: 46px;
    line-height: 0.95;
}

.product-hero-copy p {
    margin-top: 14px;
    font-size: 15px;
}

.product-price {
    margin-top: 14px;
    font-size: 30px;
    font-weight: 800;
}

.product-price.is-discounted,
.price-box b .plan-price-stack,
.service-side b .plan-price-stack {
    display: inline-grid;
    gap: 3px;
    line-height: 1.05;
}

.plan-price-original {
    color: rgba(129, 96, 66, 0.58);
    font-size: 0.48em;
    font-weight: 700;
    text-decoration: line-through;
    text-shadow: none;
}

.plan-price-current {
    color: var(--gold-strong);
}

.plan-price-note {
    color: #34865f;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-shadow: none;
}

.product-commerce-note {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.product-hero-copy .btn-primary {
    margin-top: 14px;
    width: fit-content;
    min-width: 190px;
    align-self: center;
}

.products-carousel-fluid {
    position: relative;
    width: 100%;
    margin-top: 12px;
}

.products-carousel-fluid::before,
.products-carousel-fluid::after {
    content: '';
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.products-carousel-fluid::before {
    left: 0;
    background: linear-gradient(to right, #f4ece5, transparent);
}

.products-carousel-fluid::after {
    right: 0;
    background: linear-gradient(to left, #f4ece5, transparent);
}

.products-carousel-track-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}

.products-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 128px - 36px) / 3);
    gap: 18px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 64px 14px;
    scrollbar-width: none;
}

.products-carousel::-webkit-scrollbar {
    display: none;
}

.product-card {
    padding: 14px;
    border-radius: 28px;
    min-height: 100%;
}

.product-card img {
    height: 206px;
    border-radius: 22px;
    object-fit: cover;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 206px);
    padding: 14px 4px 4px;
    align-items: flex-start;
    text-align: left;
}

.product-card h3 {
    margin-top: 14px;
    font-size: 24px;
    line-height: 1.02;
}

.product-card-body p {
    margin-top: 12px;
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

.product-card .product-price {
    margin-top: auto;
}

.product-card .buy-btn {
    margin-top: 14px;
    width: 100%;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,249,242,0.86) 100%);
    border: 1px solid rgba(255,255,255,0.74);
    box-shadow: 0 12px 28px rgba(117, 83, 43, 0.10);
    font-size: 26px;
    color: var(--text);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.carousel-arrow:hover {
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 18px 34px rgba(117, 83, 43, 0.16);
}

.carousel-arrow:disabled {
    opacity: 0.38;
    cursor: default;
    box-shadow: 0 10px 18px rgba(117, 83, 43, 0.06);
}

.carousel-prev {
    left: 6px;
}

.carousel-next {
    right: 6px;
}

.product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 160;
}

.product-lightbox[hidden] {
    display: none;
}

.product-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 10, 4, 0.74);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.product-lightbox-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100% - 40px, 1180px);
    min-height: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

.product-lightbox-shell {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
}

.product-lightbox-stage {
    display: grid;
    gap: 18px;
    padding: 26px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.14) 0%, rgba(255,248,240,0.08) 100%);
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow: 0 28px 60px rgba(19, 10, 2, 0.22);
}

.product-lightbox-title {
    color: #fff8ef;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 600;
    line-height: 0.94;
}

.product-lightbox-image {
    width: 100%;
    max-height: min(72vh, 760px);
    border-radius: 24px;
    object-fit: contain;
    background: rgba(255,255,255,0.04);
}

.product-lightbox-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-lightbox-thumb {
    width: 76px;
    height: 76px;
    padding: 0;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
    opacity: 0.64;
    transition: opacity 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.product-lightbox-thumb.is-active {
    opacity: 1;
    transform: translateY(-2px);
    border-color: rgba(240, 219, 181, 0.72);
}

.product-lightbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-lightbox-arrow,
.product-lightbox-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,249,242,0.86) 100%);
    border: 1px solid rgba(255,255,255,0.74);
    box-shadow: 0 14px 32px rgba(117, 83, 43, 0.18);
    color: var(--text);
    font-size: 24px;
}

.product-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}

.instagram-shell {
    padding: 28px;
    border-radius: var(--radius-xl);
}

.section-heading-compact {
    margin-bottom: 22px;
}

.section-heading-compact h2 {
    margin-top: 10px;
    font-size: clamp(40px, 4.6vw, 62px);
    line-height: 0.94;
}

.instagram-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.instagram-card {
    display: grid;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.instagram-card img {
    aspect-ratio: 0.88;
    border-radius: 22px;
    object-fit: cover;
}

.instagram-card span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.site-footer {
    padding: 20px 0 54px;
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding: 28px;
    border-radius: var(--radius-xl);
}

.footer-brand strong {
    display: block;
    font-size: 50px;
}

.footer-brand span {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.footer-brand p,
.footer-column li,
.footer-column a,
.footer-bottom {
    margin-top: 14px;
    color: var(--muted);
    line-height: 1.8;
    text-decoration: none;
}

.footer-column h4 {
    color: var(--gold-strong);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.footer-bottom {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid rgba(255,255,255,0.58);
}

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

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

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

@media (max-width: 1220px) {
    .hero-grid {
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        min-height: 520px;
    }

    .hero-copy {
        max-width: 420px;
    }

    .hero-copy h1 {
        font-size: clamp(44px, 4.8vw, 60px);
    }

    .hero-carousel,
    .hero-carousel-viewport {
        min-height: 460px;
    }

    .hero-slide-caption strong {
        font-size: clamp(20px, 2vw, 30px);
    }

    .footer-shell {
        grid-template-columns: 1fr;
    }

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

    .booking-location-shell {
        grid-template-columns: 1fr;
        align-items: stretch;
        justify-content: stretch;
    }

    .booking-cep-field,
    .booking-unit-field {
        width: 100%;
    }
}
@media (max-width: 1100px) {
    .products-hero-grid {
        grid-template-columns: 1fr;
    }

    .products-carousel {
        grid-auto-columns: calc((100% - 108px - 18px) / 2);
    }
}

@media (max-width: 980px) {
    .service-choice-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 920px) {
    .hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .section-heading,
    .section-heading-compact,
    .summary-actions,
    .footer-bottom,
    .control-grid,
    .booking-stage-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-shell {
    grid-template-columns: auto 1fr auto auto;
    gap: 10px;
    min-height: 62px;
    padding: 0 16px;
}

    .booking-panel {
        padding: 24px;
    }

    .booking-summary-layout {
        grid-template-columns: 1fr;
    }

    .summary-card-side {
        position: static;
    }

    .summary-card-main,
    .summary-card-side {
        width: 100%;
    }

    .booking-hero-copy h3 {
        font-size: clamp(24px, 5vw, 34px);
    }

    .booking-cep-row {
        grid-template-columns: 1fr;
    }

    .header-shell::after {
        left: 16px;
        right: 16px;
    }

    .brand-mark {
        width: 26px;
        height: 26px;
    }

    .brand strong {
        font-size: 23px;
    }

    .header-tools {
    gap: 8px;
    margin-left: auto;
}

.header-cart {
    width: 38px;
    height: 38px;
}

.header-cart-count {
    top: -5px;
    right: -5px;
    min-width: 17px;
    height: 17px;
    font-size: 9px;
}

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

.header-cta-mobile {
        display: inline-flex;
    }

    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        justify-self: end;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 18px 16px 16px;
        background: rgba(255,252,248,0.97);
        border-bottom: 1px solid rgba(201, 155, 95, 0.12);
        box-shadow: 0 24px 48px rgba(154, 119, 64, 0.1);
        backdrop-filter: blur(16px);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a,
    .header-cta {
        width: 100%;
    }

    .site-nav a:not(.header-cta)::after {
        display: none;
    }

    .hero-grid,
    .control-grid,
    .time-chip-list,
    .instagram-grid {
        grid-template-columns: 1fr;
    }

    .control-grid-simple {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        min-height: auto;
        gap: 22px;
        padding: 24px 16px 18px;
    }

    .hero-copy {
        max-width: none;
        padding: 4px 0 0;
        order: 1;
    }

    .hero-copy-shell {
        padding-right: 0;
    }

    .hero-copy-shell::before {
        left: 0;
    }

    .hero-copy-shell::after {
        inset: 0 -4% 12% -4%;
    }

    .hero-copy h1 {
        max-width: 10ch;
    }

    .hero-visual,
    .hero-carousel,
    .hero-carousel-viewport {
        min-height: 420px;
    }

    .hero-visual {
        order: 2;
    }

    .hero-carousel-controls {
        left: 16px;
        right: 16px;
        bottom: 16px;
        gap: 10px;
    }

    .hero-carousel-meta {
        min-width: 138px;
    }

    .booking-panel,
    .instagram-shell,
    .footer-shell {
        padding: 22px;
    }

    .product-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 18px;
    }

    .product-hero-media img {
        height: 228px;
    }

    .product-hero-copy h3 {
        font-size: 38px;
    }

    .products-showcase {
        gap: 18px;
    }

    .products-carousel-track-wrap {
        border-radius: 28px;
    }

    .products-carousel {
        grid-auto-columns: calc((100% - 108px) / 2);
        padding-inline: 54px;
    }
}
@media (max-width: 640px) {
    .container {
        width: min(calc(100% - 22px), var(--container));
    }

    .brand {
    gap: 10px;
}

.header-cart {
    width: 36px;
    height: 36px;
}

.header-cart-icon {
    width: 16px;
    height: 16px;
}

    .brand strong {
        font-size: 20px;
    }

    .brand span {
        letter-spacing: 0.26em;
    }

    .hero-grid {
        gap: 18px;
        padding: 4px 16px 18px;
    }

    .booking-location-shell {
        margin-top: 20px;
        gap: 10px;
        grid-template-columns: 1fr;
        justify-content: stretch;
        align-items: stretch;
        width: 100%;
    }

    .location-inline-status {
        width: 16px;
        height: 16px;
    }

    .booking-cep-field,
    .booking-unit-field {
        width: 100%;
        min-width: 0;
    }

    .picker-heading-service {
        align-items: flex-start;
    }

    .nearest-inline {
        width: 100%;
        max-width: 100%;
    }

    .booking-cep-row {
        grid-template-columns: 1fr;
        gap: 8px;
        width: 100%;
    }

    .booking-cep-row input,
    .booking-cep-row .toolbar-button,
    .booking-unit-field select {
        width: 100%;
        max-width: 100%;
    }

    .booking-panel {
        padding: 18px;
        overflow: hidden;
    }

    .section-pill {
        max-width: 100%;
        white-space: normal;
    }

    .hero-copy h1 {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 1.04;
        max-width: 10ch;
    }

    .hero-copy p,
    .section-heading p,
    .product-hero-copy p,
    .blog-card-body p {
        font-size: 15px;
    }

    .hero-actions,
    .summary-actions {
        width: 100%;
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary,
    .header-cta,
    .buy-btn {
        width: 100%;
    }

    .hero-visual,
    .hero-carousel,
    .hero-carousel-viewport {
        min-height: 400px;
    }

    .hero-carousel {
        overflow: hidden;
    }

    .hero-slide {
        padding: 10px 10px 72px;
    }

    .hero-slide.is-prev,
    .hero-slide.is-next {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 18px, -80px) scale(0.94);
    }

    .hero-slide-backdrop {
        inset: 8% 2% 18%;
    }

    .hero-slide-image {
        width: 100%;
        height: 112%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        transform: translateY(var(--hero-focus-offset, -14px));
    }

    .hero-carousel.is-dragging .hero-slide.is-active,
    .hero-carousel.is-dragging .hero-slide.is-active .hero-slide-image,
    .hero-carousel:hover .hero-slide.is-active .hero-slide-image {
        transform: none;
    }

    .hero-carousel-controls {
        left: 12px;
        right: 12px;
        bottom: 12px;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-carousel-meta {
        width: 100%;
        order: 1;
        min-width: 0;
    }

    .hero-arrow {
        width: 42px;
        height: 42px;
    }

    .hero-dots {
        width: calc(100% - 104px);
        justify-content: flex-start;
        order: 2;
    }

    .hero-dot {
        flex: 1 1 0;
        max-width: 46px;
    }

    .hero-slide-caption {
        left: 18px;
        right: 18px;
        bottom: 82px;
        max-width: none;
    }

    .hero-lightbox {
        padding: 14px;
    }

    .hero-lightbox-dialog {
        width: min(100vw - 28px, 100%);
        max-height: calc(100vh - 28px);
    }

    .hero-lightbox-image {
        max-height: calc(100vh - 56px);
        border-radius: 18px;
    }

    .hero-lightbox-close {
        top: 6px;
        right: 6px;
        width: 44px;
        height: 44px;
        font-size: 24px;
    }

    .hero-slide-caption strong {
        font-size: clamp(18px, 5.8vw, 26px);
    }

    .hero-slide-image {
        max-width: 100%;
        max-height: calc(100% - 64px);
    }

    .hero-slide-caption span {
        letter-spacing: 0.24em;
    }

    .calendar-shell {
        padding: 16px 12px;
    }

    .calendar-weekdays,
    .calendar-grid {
        gap: 6px;
    }

    .calendar-weekdays span {
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .calendar-day {
        min-height: 54px;
        padding: 8px 4px;
        border-radius: 14px;
    }

    .calendar-day span {
        font-size: 15px;
    }

    .calendar-day small {
        margin-top: 2px;
        font-size: 9px;
        line-height: 1.15;
        letter-spacing: 0.02em;
    }

    .hero-copy-note {
        gap: 12px;
        letter-spacing: 0.18em;
        flex-wrap: wrap;
    }

    .hero-copy-note span {
        gap: 12px;
    }

    .hero-copy-note span + span::before {
        width: 20px;
    }

    .service-choice-list,
    .summary-list,
    .instagram-grid {
        grid-template-columns: 1fr;
    }

    .service-choice-list {
        display: flex;
        grid-auto-columns: unset;
        gap: 0;
        padding: 0;
        margin: 0;
        width: 100%;
        scroll-snap-type: x mandatory;
    }

    .service-choice {
        flex: 0 0 100%;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px 14px;
        width: 100%;
        min-width: 100%;
        box-sizing: border-box;
        scroll-snap-align: start;
    }

    .service-main {
        order: 1;
    }

    .service-main strong {
        font-size: 18px;
        line-height: 1.08;
    }

    .service-text {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.55;
    }

    .service-side {
        order: 2;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 12px;
        text-align: left;
        padding-top: 8px;
        border-top: 1px solid rgba(214, 172, 102, 0.14);
    }

    .service-side small {
        margin-top: 0;
        font-size: 12px;
    }

    .service-side b {
        margin-top: 0;
        font-size: 28px;
        line-height: 1;
    }

    .time-chip-list {
        grid-template-columns: 1fr;
    }

    .service-carousel-arrow {
        display: none;
    }

    .products-carousel {
        display: flex;
        gap: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .products-showcase {
        gap: 16px;
        padding: 6px 0 0;
        overflow: hidden;
        align-items: center;
        width: 100%;
    }

    .products-hero-grid {
        gap: 16px;
        width: 100%;
        justify-items: center;
    }

    .product-hero {
        gap: 14px;
        padding: 14px;
        border-radius: 26px;
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }

    .product-hero-media {
        width: min(100%, 320px);
        margin: 0 auto;
    }

    .product-hero-media img {
        height: 212px;
        border-radius: 20px;
    }

    .product-hero-copy {
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .product-hero-copy h3 {
        font-size: 32px;
        line-height: 0.98;
    }

    .product-hero-copy p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.62;
    }

    .product-price {
        font-size: 26px;
    }

    .products-carousel-track-wrap {
        width: 100%;
        overflow: hidden;
        border-radius: 26px;
        max-width: 420px;
        margin: 0 auto;
    }

    .products-carousel-fluid {
        width: 100%;
        padding-bottom: 72px;
        margin: 0 auto;
    }

    .product-card {
        flex: 0 0 100%;
        width: 100%;
        min-width: 100%;
        padding: 14px;
        box-sizing: border-box;
        scroll-snap-align: start;
        border-radius: 26px;
        text-align: left;
    }

    .product-card img {
        height: 212px;
        border-radius: 20px;
    }

    .product-card-body {
        min-height: 0;
        padding: 12px 2px 2px;
        align-items: flex-start;
        text-align: left;
    }

    .product-card h3 {
        font-size: 28px;
        line-height: 1;
    }

    .product-card-body p {
        font-size: 14px;
        line-height: 1.6;
    }

    .product-card .buy-btn {
        width: 100%;
    }

    .products-carousel-fluid::before,
    .products-carousel-fluid::after {
        display: none;
    }

    .carousel-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        top: auto;
        bottom: 10px;
        transform: none;
        width: 44px;
        height: 44px;
        font-size: 22px;
        box-shadow: 0 12px 28px rgba(117, 83, 43, 0.12);
    }

    .carousel-prev {
        left: calc(50% - 52px);
        right: auto;
    }

    .carousel-next {
        left: calc(50% + 8px);
        right: auto;
    }

    .product-hero-copy .btn-primary {
        width: 100%;
        min-width: 0;
        max-width: 280px;
    }

    .product-lightbox-dialog {
        width: min(100% - 22px, 1180px);
        padding: 18px 0;
    }

    .product-lightbox-shell {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .product-lightbox-stage {
        padding: 18px;
        gap: 14px;
        border-radius: 24px;
    }

    .product-lightbox-title {
        font-size: 28px;
    }

    .product-lightbox-image {
        max-height: 54vh;
        border-radius: 18px;
    }

    .product-lightbox-thumbs {
        gap: 8px;
    }

    .product-lightbox-thumb {
        width: 58px;
        height: 58px;
        border-radius: 14px;
    }

    .product-lightbox-arrow {
        position: absolute;
        bottom: 26px;
        z-index: 2;
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .product-lightbox-prev {
        left: 18px;
    }

    .product-lightbox-next {
        right: 18px;
    }

    .product-lightbox-close {
        top: 16px;
        right: 16px;
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .footer-brand strong {
        font-size: 42px;
    }
}

/* Hero visual-first override: keeps the existing carousel behavior, but gives priority to the photos. */
.hero-carousel {
    overflow: visible;
}

.hero-carousel-viewport {
    overflow: hidden;
    min-height: clamp(540px, 70vh, 760px);
    border-radius: clamp(22px, 2.2vw, 34px);
    background: #ead7bd;
    border: 1px solid rgba(208, 163, 92, 0.24);
    box-shadow:
        0 30px 78px rgba(111, 74, 36, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.hero-slide {
    padding: 0 0 clamp(70px, 5vw, 84px);
}

.hero-slide-backdrop {
    inset: 0;
    opacity: 0.22;
    filter: blur(18px) saturate(1.06);
    transform: scale(1.08);
}

.hero-slide-glow {
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, rgba(60, 35, 12, 0) 0%, rgba(60, 35, 12, 0.2) 100%);
    filter: none;
    opacity: 0.7;
}

.hero-slide-reflection {
    inset: 0;
    height: auto;
    opacity: 0.12;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0) 24%, rgba(255, 246, 232, 0.22) 42%, rgba(255, 255, 255, 0) 58%);
    clip-path: none;
    mix-blend-mode: screen;
}

.hero-slide-zoom {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #ead7bd;
    border: 0;
    box-shadow: none;
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center !important;
    transform: none;
    filter: saturate(1.08) contrast(1.04);
}

.hero-carousel:hover .hero-slide.is-active .hero-slide-image,
.hero-carousel.is-dragging .hero-slide.is-active .hero-slide-image {
    transform: none;
    filter: saturate(1.1) contrast(1.05);
}

.hero-slide-caption {
    display: none;
}

.hero-slide-caption:has(strong:empty) {
    display: none;
}

.hero-slide-caption strong {
    font-size: clamp(20px, 2vw, 30px);
    line-height: 1.02;
}

.hero-carousel-controls {
    bottom: clamp(16px, 1.6vw, 24px);
}

.hero-carousel-meta {
    min-width: auto;
}

.hero-meta-count {
    color: #7d542c;
    font-size: 24px;
}

@media (max-width: 920px) {
    .hero-visual,
    .hero-carousel,
    .hero-carousel-viewport {
        min-height: 520px;
    }
}

@media (max-width: 640px) {
    .hero-visual,
    .hero-carousel,
    .hero-carousel-viewport {
        min-height: 440px;
    }

    .hero-slide {
        padding: 0 0 76px;
    }

    .hero-slide-zoom {
        border-radius: 0;
    }
}

/* Hero model 1: tri-panel gallery with central photo in focus and neighboring photos visible. */
.hero-visual,
.hero-carousel,
.hero-carousel-viewport {
    min-height: clamp(500px, 64vh, 650px);
}

.hero-carousel {
    overflow: visible;
    padding: 0 clamp(4px, 1vw, 14px) 58px;
}

.hero-carousel-viewport {
    overflow: visible;
    min-height: clamp(470px, 58vh, 590px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform-style: preserve-3d;
}

.hero-carousel-viewport::after {
    content: '';
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: 12px;
    height: 28px;
    border-radius: 999px;
    background: radial-gradient(ellipse at center, rgba(50, 34, 20, 0.32) 0%, rgba(50, 34, 20, 0.16) 38%, rgba(50, 34, 20, 0) 72%);
    filter: blur(8px);
    pointer-events: none;
    z-index: 0;
}

.hero-slide {
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 54px;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0) scale(0.9);
    transition: opacity 0.55s ease, transform 0.55s ease, visibility 0.55s ease;
}

.hero-slide.is-active,
.hero-slide.is-prev,
.hero-slide.is-next {
    visibility: visible;
}

.hero-slide.is-active {
    opacity: 1;
    z-index: 4;
    transform: translate3d(var(--hero-drag-shift), 0, 42px) rotateY(var(--hero-drag-rotate)) scale(1);
}

.hero-slide.is-prev {
    opacity: 1;
    z-index: 2;
    transform: translate3d(-34%, 16px, -28px) scale(0.86);
}

.hero-slide.is-next {
    opacity: 1;
    z-index: 2;
    transform: translate3d(34%, 16px, -28px) scale(0.86);
}

.hero-slide-backdrop,
.hero-slide-glow,
.hero-slide-reflection {
    display: none;
}

.hero-slide-zoom {
    width: min(54vw, 560px);
    height: clamp(330px, 48vh, 500px);
    border-radius: 0;
    background: #d9b891;
    border: 0;
    box-shadow:
        0 24px 48px rgba(68, 44, 24, 0.16),
        0 2px 0 rgba(255, 255, 255, 0.44);
    overflow: hidden;
}

.hero-slide.is-active .hero-slide-zoom {
    width: min(56vw, 610px);
    height: clamp(360px, 52vh, 540px);
    box-shadow:
        0 32px 62px rgba(68, 44, 24, 0.2),
        0 2px 0 rgba(255, 255, 255, 0.54);
}

.hero-slide-image {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center center !important;
    transform: none !important;
    filter: saturate(1.08) contrast(1.04);
}

.hero-slide.is-prev .hero-slide-image,
.hero-slide.is-next .hero-slide-image {
    filter: saturate(1.02) contrast(1.02);
}

.hero-carousel-controls {
    left: clamp(22px, 3vw, 42px);
    right: clamp(22px, 3vw, 42px);
    bottom: 0;
    z-index: 6;
}

.hero-carousel-meta {
    min-width: 76px;
}

.hero-slide-caption {
    display: none;
}

@media (max-width: 1220px) {
    .hero-slide-zoom {
        width: min(58vw, 520px);
    }

    .hero-slide.is-active .hero-slide-zoom {
        width: min(60vw, 560px);
    }

    .hero-slide.is-prev {
        transform: translate3d(-31%, 14px, -28px) scale(0.84);
    }

    .hero-slide.is-next {
        transform: translate3d(31%, 14px, -28px) scale(0.84);
    }
}

@media (max-width: 920px) {
    .hero-visual,
    .hero-carousel,
    .hero-carousel-viewport {
        min-height: 470px;
    }

    .hero-slide-zoom,
    .hero-slide.is-active .hero-slide-zoom {
        width: min(82vw, 620px);
        height: 390px;
    }

    .hero-slide.is-prev {
        transform: translate3d(-56%, 18px, -40px) scale(0.72);
        opacity: 0.72;
    }

    .hero-slide.is-next {
        transform: translate3d(56%, 18px, -40px) scale(0.72);
        opacity: 0.72;
    }
}

@media (max-width: 640px) {
    .hero-visual,
    .hero-carousel,
    .hero-carousel-viewport {
        min-height: 430px;
    }

    .hero-carousel {
        padding: 0 0 62px;
        overflow: hidden;
    }

    .hero-carousel-viewport {
        overflow: hidden;
    }

    .hero-carousel-viewport::after {
        left: 18%;
        right: 18%;
        bottom: 18px;
    }

    .hero-slide {
        padding: 0 0 60px;
    }

    .hero-slide-zoom,
    .hero-slide.is-active .hero-slide-zoom {
        width: 100%;
        height: 340px;
    }

    .hero-slide.is-prev,
    .hero-slide.is-next {
        opacity: 0;
        visibility: hidden;
    }

    .hero-carousel-controls {
        left: 12px;
        right: 12px;
        bottom: 0;
    }
}

/* Hero model 2: full-screen futuristic premium carousel. */
.hero-model-2 {
    --hero-primary: #d8a557;
    --hero-accent: #fff0c9;
    --hero-deep: oklch(0.08 0.07 50);
    --hero-muted: rgba(255, 241, 216, 0.72);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 219, 151, 0.2) 0%, rgba(202, 133, 5, 0) 34%),
        radial-gradient(circle at 26% 78%, rgba(216, 165, 87, 0.2) 0%, rgba(235, 143, 6, 0) 30%),
        linear-gradient(135deg, #241308 0%, #ffbe0c 48%, #ff7112 100%);
    color: #fff;
    padding: 1%;
}

.hero-model-2 .hero-model-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        var(--hero-bg-image);
    background-size: 60px 60px, 60px 60px, cover;
    background-position: center, center, center;
    opacity: 1;
    filter: saturate(1.08) contrast(1.02);
    pointer-events: none;
}

.hero-model-2 .hero-model-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 3, 15, 0.76) 0%, rgba(10, 4, 18, 0.48) 42%, rgba(8, 3, 16, 0.26) 72%, rgba(8, 3, 16, 0.54) 100%),
        linear-gradient(135deg, rgba(216, 165, 87, 0.18), rgba(255, 240, 201, 0.1));
    backdrop-filter: blur(5px);
}

.hero-model-2 .hero-model-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 171, 15, 0.08) 36%, transparent 58%),
        radial-gradient(circle at 58% 50%, transparent 0%, rgba(255, 171, 16, 0.2) 82%);
    pointer-events: none;
}

.hero-model-2 .hero-model-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(110px);
    opacity: 0.62;
    pointer-events: none;
    animation: heroModelOrbFloat 14s ease-in-out infinite;
}

.hero-model-2 .hero-model-orb-a {
    width: 320px;
    height: 320px;
    left: 8%;
    top: 14%;
    background: rgba(216, 165, 87, 0.34);
}

.hero-model-2 .hero-model-orb-b {
    width: 380px;
    height: 380px;
    right: 12%;
    top: 16%;
    background: rgba(255, 219, 151, 0.26);
    animation-delay: -4s;
}

.hero-model-2 .hero-model-orb-c {
    width: 280px;
    height: 280px;
    left: 44%;
    bottom: 6%;
    background: rgba(157, 91, 32, 0.28);
    animation-delay: -8s;
}

.hero-model-2 .hero-grid {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 64px), 1440px);
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: clamp(42px, 6vw, 108px);
    padding: clamp(86px, 9vh, 128px) 0 92px;
}

.hero-model-2 .hero-copy {
    max-width: 680px;
}

.hero-model-2 .hero-copy-shell {
    padding: 0;
}

.hero-model-2 .hero-copy-shell::before,
.hero-model-2 .hero-copy-shell::after {
    display: none;
}

.hero-model-2 .hero-copy .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px;
    border: 1px solid rgba(216, 165, 87, 0.4);
    border-radius: 999px;
    background: rgba(216, 165, 87, 0.12);
    color: var(--hero-primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    box-shadow: 0 0 46px rgba(216, 165, 87, 0.16);
    backdrop-filter: blur(16px);
}

.hero-model-2 .hero-copy .eyebrow::before {
    display: none;
}

.hero-model-2 .hero-copy .eyebrow i {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--hero-primary);
    box-shadow: 0 0 22px rgba(255, 226, 170, 0.78);
    animation: heroPulse 1.8s ease-in-out infinite;
}

.hero-model-2 .hero-copy h1 {
    max-width: 10.5ch;
    margin-top: 36px;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: clamp(56px, 6.2vw, 96px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
    text-wrap: balance;
    text-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.hero-model-2 .hero-copy p {
    max-width: 560px;
    margin-top: 26px;
    color: var(--hero-muted);
    font-size: clamp(17px, 1.35vw, 22px);
    line-height: 1.72;
}

.hero-model-2 .hero-actions {
    gap: 16px;
    margin-top: 32px;
}

.hero-model-2 .btn-primary,
.hero-model-2 .btn-secondary {
    position: relative;
    min-height: 58px;
    padding: 0 34px;
    border-radius: 999px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.hero-model-2 .btn-primary {
    background: var(--hero-primary);
    color: #1d1006;
    border: 0;
    box-shadow:
        0 18px 50px rgba(216, 165, 87, 0.28),
        inset 0 1px 0 rgba(255, 246, 224, 0.6);
}

.hero-model-2 .btn-primary::after {
    content: '';
    position: absolute;
    inset: -40% auto -40% -30%;
    width: 36%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
    transform: skewX(-18deg);
    transition: left 0.55s ease;
}

.hero-model-2 .btn-primary:hover::after {
    left: 110%;
}

.hero-model-2 .btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(18px);
}

.hero-model-2 .hero-visual,
.hero-model-2 .hero-carousel,
.hero-model-2 .hero-carousel-viewport {
    min-height: clamp(620px, 76vh, 820px);
}

.hero-model-2 .hero-carousel {
    width: 100%;
    padding: 0 0 80px;
    overflow: visible;
    cursor: grab;
}

.hero-model-2 .hero-carousel-viewport {
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.hero-model-2 .hero-carousel-viewport::after {
    display: none;
}

.hero-model-2 .hero-slide {
    padding: 0;
    transform: translate3d(70px, 0, -80px) scale(0.88);
    transition: opacity 0.6s ease, transform 0.6s ease, visibility 0.6s ease;
}

.hero-model-2 .hero-slide.is-active {
    transform: translate3d(var(--hero-drag-shift), 0, 40px) rotateY(var(--hero-drag-rotate)) scale(1);
}

.hero-model-2 .hero-slide.is-prev,
.hero-model-2 .hero-slide.is-next {
    opacity: 0;
    visibility: hidden;
}

.hero-model-2 .hero-slide-zoom {
    width: min(100%, 660px);
    height: clamp(560px, 68vh, 720px);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 36px 90px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(22px);
    animation: heroCardFloat 6s ease-in-out infinite;
}

.hero-model-2 .hero-slide-zoom::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 232, 178, 0.12) 0%, rgba(157, 91, 32, 0.2) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0) 58%);
    pointer-events: none;
}

.hero-model-2 .hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.03);
}

.hero-model-2 .hero-slide-caption {
    display: grid;
    left: 34px;
    right: 34px;
    bottom: 34px;
    z-index: 5;
    max-width: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    backdrop-filter: none;
    text-shadow: 0 16px 36px rgba(0, 0, 0, 0.42);
}

.hero-model-2 .hero-slide-caption b {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

.hero-model-2 .hero-slide-caption strong {
    margin-top: 16px;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.08;
}

.hero-model-2 .hero-slide-caption span {
    margin-top: 12px;
    max-width: 34ch;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.55;
    text-transform: none;
}

.hero-model-2 .hero-card-ring {
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(216, 165, 87, 0.24);
    pointer-events: none;
}

.hero-model-2 .hero-card-ring-a {
    width: 172px;
    height: 172px;
    right: 4%;
    top: 4%;
    transform: translate(32%, -28%);
}

.hero-model-2 .hero-card-ring-b {
    width: 118px;
    height: 118px;
    left: 10%;
    bottom: 10%;
    border-color: rgba(255, 240, 201, 0.24);
    transform: translate(-40%, 38%);
}

.hero-model-2 .hero-carousel-controls {
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: auto 1fr auto auto auto;
    align-items: center;
    gap: 16px;
}

.hero-model-2 .hero-carousel-meta {
    min-width: 92px;
    order: 3;
    text-align: center;
}

.hero-model-2 .hero-meta-count {
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.hero-model-2 .hero-dots {
    order: 2;
    width: min(300px, 36vw);
    justify-content: flex-start;
    gap: 10px;
}

.hero-model-2 .hero-dot {
    position: relative;
    width: 28px;
    height: 6px;
    flex: 0 0 28px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    overflow: hidden;
}

.hero-model-2 .hero-dot.is-active {
    width: 74px;
    flex-basis: 74px;
    background: rgba(255, 255, 255, 0.2);
}

.hero-model-2 .hero-dot.is-active::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--hero-primary);
    transform-origin: left center;
    animation: heroProgress 5s linear both;
}

.hero-model-2 .hero-arrow {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.hero-model-2 .hero-play-toggle {
    order: 1;
}

.hero-model-2 [data-hero-prev] {
    order: 4;
}

.hero-model-2 [data-hero-next] {
    order: 5;
}

.hero-model-2 .hero-side-nav {
    position: absolute;
    z-index: 4;
    right: clamp(28px, 3.5vw, 64px);
    top: 50%;
    display: grid;
    gap: 22px;
    transform: translateY(-50%);
}

.hero-model-2 .hero-side-item {
    display: grid;
    grid-template-columns: auto 36px;
    align-items: center;
    gap: 14px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.28);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.hero-model-2 .hero-side-item::after {
    content: '';
    height: 1px;
    width: 36px;
    background: currentColor;
    opacity: 0.7;
    transition: width 0.25s ease, background 0.25s ease;
}

.hero-model-2 .hero-side-item.is-active,
.hero-model-2 .hero-side-item:hover {
    color: var(--hero-primary);
}

.hero-model-2 .hero-side-item.is-active::after {
    width: 58px;
    background: var(--hero-primary);
}

@keyframes heroPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.45;
        transform: scale(1.6);
    }
}

@keyframes heroCardFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

@keyframes heroModelOrbFloat {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(28px, -24px, 0) scale(1.08);
    }
}

@keyframes heroProgress {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@media (max-width: 1220px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
    }

    .hero-model-2 .hero-slide-zoom {
        width: min(100%, 560px);
        height: clamp(500px, 62vh, 660px);
    }
}

@media (max-width: 920px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: 1fr;
        width: min(calc(100% - 36px), 760px);
        gap: 28px;
        padding: 96px 0 76px;
    }

    .hero-model-2 .hero-copy {
        order: 1;
    }

    .hero-model-2 .hero-copy h1 {
        max-width: 11ch;
        font-size: clamp(46px, 12vw, 72px);
    }

    .hero-model-2 .hero-visual {
        display: none;
    }

    .hero-model-2 .hero-side-nav {
        display: none;
    }
}

@media (max-width: 640px) {
    .hero-model-2 {
        min-height: 100svh;
    }

    .hero-model-2 .hero-grid {
        min-height: 100svh;
        padding: 88px 0 48px;
    }

    .hero-model-2 .hero-copy h1 {
        font-size: clamp(40px, 13vw, 58px);
    }

    .hero-model-2 .hero-copy p {
        font-size: 16px;
    }

    .hero-model-2 .hero-actions {
        width: 100%;
    }
}

/* Hero model 2 refinement: warm luxury photo-first layout. */
.hero-model-2 {
    background:
        radial-gradient(circle at 78% 20%, rgba(216, 165, 87, 0.18) 0%, rgba(216, 165, 87, 0) 36%),
        linear-gradient(135deg, #1f1209 0%, #0f0906 100%);
}

.hero-model-2 .hero-model-bg {
    filter: sepia(0.24) saturate(0.78) contrast(1.04) brightness(0.86);
}

.hero-model-2 .hero-model-bg::after {
    background:
        linear-gradient(90deg, rgba(15, 8, 4, 0.84) 0%, rgba(18, 10, 5, 0.66) 36%, rgba(18, 10, 5, 0.22) 68%, rgba(15, 8, 4, 0.42) 100%),
        linear-gradient(180deg, rgba(255, 238, 194, 0.1) 0%, rgba(48, 24, 8, 0.24) 100%);
    backdrop-filter: blur(3px);
}

.hero-model-2 .hero-model-grid {
    opacity: 0.46;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 216, 145, 0.06) 38%, transparent 60%),
        radial-gradient(circle at 62% 48%, transparent 0%, rgba(0, 0, 0, 0.16) 84%);
}

.hero-model-2 .hero-model-orb {
    filter: blur(130px);
    opacity: 0.38;
}

.hero-model-2 .hero-grid {
    grid-template-columns: minmax(360px, 0.78fr) minmax(560px, 1.12fr);
    gap: clamp(38px, 5vw, 86px);
}

.hero-model-2 .hero-copy h1 {
    max-width: 9.4ch;
    font-size: clamp(50px, 5vw, 76px);
    line-height: 0.98;
    text-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
}

.hero-model-2 .hero-copy p {
    max-width: 520px;
    color: rgba(255, 241, 216, 0.78);
    font-size: clamp(16px, 1.15vw, 19px);
}

.hero-model-2 .hero-copy .eyebrow {
    background: rgba(216, 165, 87, 0.14);
    color: #f2bf67;
    border-color: rgba(242, 191, 103, 0.46);
}

.hero-model-2 .hero-visual,
.hero-model-2 .hero-carousel,
.hero-model-2 .hero-carousel-viewport {
    min-height: clamp(640px, 78vh, 820px);
}

.hero-model-2 .hero-slide-zoom {
    width: min(100%, 720px);
    height: clamp(580px, 70vh, 760px);
    border-radius: 28px;
    border: 1px solid rgba(255, 232, 178, 0.28);
    background: rgba(42, 24, 10, 0.28);
    box-shadow:
        0 42px 96px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        inset 0 1px 0 rgba(255, 246, 224, 0.18);
}

.hero-model-2 .hero-slide-zoom::after {
    background:
        linear-gradient(180deg, rgba(255, 232, 178, 0.08) 0%, rgba(83, 42, 12, 0.1) 48%, rgba(0, 0, 0, 0.58) 100%);
}

.hero-model-2 .hero-slide-image {
    filter: sepia(0.16) saturate(0.9) contrast(1.06) brightness(0.96);
}

.hero-model-2 .hero-slide-caption {
    left: 36px;
    right: 36px;
    bottom: 34px;
}

.hero-model-2 .hero-slide-caption b {
    color: #f1bd65;
    font-size: 24px;
}

.hero-model-2 .hero-slide-caption strong {
    margin-top: 12px;
    font-size: 24px;
}

.hero-model-2 .hero-slide-caption span {
    color: rgba(255, 241, 216, 0.78);
}

.hero-model-2 .hero-side-nav {
    display: none;
}

.hero-model-2 .hero-carousel-controls {
    grid-template-columns: auto 1fr auto auto auto;
    gap: 14px;
}

.hero-model-2 .hero-dots {
    width: min(330px, 32vw);
}

.hero-model-2 .hero-arrow {
    border-color: rgba(255, 232, 178, 0.22);
    background: rgba(68, 39, 16, 0.32);
}

@media (max-width: 1220px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: minmax(320px, 0.82fr) minmax(460px, 1fr);
    }

    .hero-model-2 .hero-slide-zoom {
        width: min(100%, 600px);
        height: clamp(520px, 64vh, 680px);
    }
}

/* Hero model 2 emphasis: larger real image with stronger premium impact. */
.hero-model-2 .hero-grid {
    width: min(calc(100% - 56px), 1660px);
    grid-template-columns: minmax(330px, 0.68fr) minmax(680px, 1.32fr);
    gap: clamp(28px, 4vw, 68px);
}

.hero-model-2 .hero-copy {
    max-width: 560px;
}

.hero-model-2 .hero-copy h1 {
    font-size: clamp(48px, 4.6vw, 72px);
    max-width: 9.2ch;
}

.hero-model-2 .hero-copy p {
    max-width: 500px;
}

.hero-model-2 .hero-visual {
    justify-content: flex-end;
}

.hero-model-2 .hero-carousel {
    padding-bottom: 86px;
}

.hero-model-2 .hero-visual,
.hero-model-2 .hero-carousel,
.hero-model-2 .hero-carousel-viewport {
    min-height: clamp(660px, 80vh, 860px);
}

.hero-model-2 .hero-slide {
    align-items: center;
    justify-content: flex-end;
}

.hero-model-2 .hero-slide-zoom {
    width: min(100%, 880px);
    height: clamp(620px, 74vh, 800px);
    border-radius: 34px;
    border: 1px solid rgba(255, 225, 164, 0.44);
    box-shadow:
        0 42px 96px rgba(0, 0, 0, 0.38),
        0 0 90px rgba(216, 165, 87, 0.16),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 1px 0 rgba(255, 246, 224, 0.24);
}

.hero-model-2 .hero-slide-zoom::before {
    content: '';
    position: absolute;
    inset: 14px;
    z-index: 2;
    border: 1px solid rgba(255, 225, 164, 0.22);
    border-radius: 26px;
    pointer-events: none;
}

.hero-model-2 .hero-slide-zoom::after {
    background:
        linear-gradient(115deg, rgba(255, 247, 222, 0) 18%, rgba(255, 225, 164, 0.16) 38%, rgba(255, 247, 222, 0) 56%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.06) 44%, rgba(255, 226, 170, 0.08) 100%);
}

.hero-model-2 .hero-slide-image {
    filter: sepia(0.1) saturate(1.04) contrast(1.08) brightness(1.02);
}

.hero-model-2 .hero-slide-caption {
    left: auto;
    right: 42px;
    bottom: 42px;
    width: min(420px, calc(100% - 84px));
    padding: 18px 20px;
    border: 1px solid rgba(255, 225, 164, 0.22);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(36, 20, 8, 0.62), rgba(96, 55, 18, 0.32));
    backdrop-filter: blur(14px);
}

.hero-model-2 .hero-slide-caption b {
    font-size: 28px;
}

.hero-model-2 .hero-slide-caption strong {
    font-size: 28px;
}

.hero-model-2 .hero-carousel-controls {
    right: 0;
    left: auto;
    width: min(100%, 880px);
}

@media (max-width: 1420px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: minmax(320px, 0.74fr) minmax(580px, 1.2fr);
    }

    .hero-model-2 .hero-slide-zoom,
    .hero-model-2 .hero-carousel-controls {
        width: min(100%, 760px);
    }

    .hero-model-2 .hero-slide-zoom {
        height: clamp(560px, 70vh, 720px);
    }
}

@media (max-width: 1220px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: minmax(300px, 0.82fr) minmax(500px, 1.1fr);
    }

    .hero-model-2 .hero-slide-zoom,
    .hero-model-2 .hero-carousel-controls {
        width: min(100%, 640px);
    }

    .hero-model-2 .hero-slide-zoom {
        height: clamp(500px, 64vh, 660px);
    }
}

/* Hero model 2 click target boost: make the original clickable photo the main visual. */
.hero-model-2 .hero-grid {
    width: min(calc(100% - 48px), 1740px);
    grid-template-columns: minmax(300px, 0.58fr) minmax(780px, 1.42fr);
    gap: clamp(24px, 3.2vw, 54px);
}

.hero-model-2 .hero-copy {
    max-width: 520px;
}

.hero-model-2 .hero-copy h1 {
    font-size: clamp(46px, 4.2vw, 68px);
}

.hero-model-2 .hero-carousel {
    width: min(100%, 1040px);
    margin-left: auto;
    padding-bottom: 90px;
}

.hero-model-2 .hero-slide-zoom {
    width: min(100%, 1040px);
    height: clamp(660px, 78vh, 860px);
    border-radius: 36px;
}

.hero-model-2 .hero-slide-caption {
    right: 34px;
    bottom: 34px;
    width: min(380px, calc(100% - 68px));
}

.hero-model-2 .hero-carousel-controls {
    width: min(100%, 1040px);
}

@media (max-width: 1420px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: minmax(280px, 0.65fr) minmax(620px, 1.35fr);
    }

    .hero-model-2 .hero-carousel,
    .hero-model-2 .hero-slide-zoom,
    .hero-model-2 .hero-carousel-controls {
        width: min(100%, 860px);
    }

    .hero-model-2 .hero-slide-zoom {
        height: clamp(600px, 74vh, 760px);
    }
}

@media (max-width: 1220px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.22fr);
    }

    .hero-model-2 .hero-carousel,
    .hero-model-2 .hero-slide-zoom,
    .hero-model-2 .hero-carousel-controls {
        width: min(100%, 700px);
    }

    .hero-model-2 .hero-slide-zoom {
        height: clamp(520px, 66vh, 680px);
    }
}

/* Hero model 2 final layout: the clickable original photo fills the right side. */
.hero-model-2 {
    min-height: calc(100vh - 72px);
}

.hero-model-2 .hero-grid {
    width: min(calc(100% - 48px), 1740px);
    min-height: calc(100vh - 72px);
    grid-template-columns: minmax(360px, 520px) 1fr;
    align-items: center;
    padding: clamp(36px, 5vh, 64px) 0 48px;
}

.hero-model-2 .hero-copy {
    position: relative;
    z-index: 8;
    max-width: 520px;
}

.hero-model-2 .hero-copy h1 {
    font-size: clamp(46px, 4.4vw, 72px);
}

.hero-model-2 .hero-visual {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(64vw, 1180px);
    min-height: 0;
    display: block;
}

.hero-model-2 .hero-carousel,
.hero-model-2 .hero-carousel-viewport {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    margin: 0;
}

.hero-model-2 .hero-carousel-viewport {
    overflow: hidden;
    border-radius: 0;
}

.hero-model-2 .hero-slide {
    inset: 0;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
}

.hero-model-2 .hero-slide-zoom {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    animation: none;
}

.hero-model-2 .hero-slide-zoom::before {
    inset: 24px;
    border-radius: 26px;
    border-color: rgba(255, 225, 164, 0.18);
}

.hero-model-2 .hero-slide-zoom::after {
    background:
        linear-gradient(90deg, rgba(15, 8, 4, 0.72) 0%, rgba(15, 8, 4, 0.28) 28%, rgba(15, 8, 4, 0) 54%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 42%, rgba(255, 226, 170, 0.06) 100%);
}

.hero-model-2 .hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center !important;
}

.hero-model-2 .hero-slide-caption {
    right: clamp(34px, 4vw, 70px);
    bottom: clamp(34px, 5vh, 76px);
    width: min(420px, calc(100% - 80px));
}

.hero-model-2 .hero-carousel-controls {
    left: auto;
    right: clamp(34px, 4vw, 70px);
    bottom: clamp(26px, 4vh, 44px);
    width: min(560px, calc(100% - 80px));
}

.hero-model-2 .hero-card-ring,
.hero-model-2 .hero-light-beam,
.hero-model-2 .hero-orb {
    display: none;
}

.hero-model-2 .hero-model-bg::after {
    background:
        linear-gradient(90deg, rgba(15, 8, 4, 0.86) 0%, rgba(15, 8, 4, 0.72) 30%, rgba(15, 8, 4, 0.18) 68%, rgba(15, 8, 4, 0.08) 100%),
        linear-gradient(180deg, rgba(255, 238, 194, 0.06) 0%, rgba(48, 24, 8, 0.18) 100%);
}

@media (max-width: 1220px) {
    .hero-model-2 .hero-grid {
        grid-template-columns: minmax(320px, 460px) 1fr;
    }

    .hero-model-2 .hero-visual {
        width: 62vw;
    }
}

@media (max-width: 920px) {
    .hero-model-2 .hero-grid {
        min-height: 100svh;
        grid-template-columns: 1fr;
        padding: 92px 0 58px;
    }

    .hero-model-2 .hero-visual {
        display: none;
    }
}

/* Force the active clickable photo to fill the right panel, overriding card-specific rules. */
.hero-model-2 .hero-slide.is-active {
    transform: none !important;
}

.hero-model-2 .hero-slide.is-active .hero-slide-zoom,
.hero-model-2 .hero-slide-zoom {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    animation: none !important;
}

.hero-model-2 .hero-slide.is-active .hero-slide-image,
.hero-model-2 .hero-slide-image {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    transform: none !important;
}

/* Hero model 2 gold-light correction and mobile image visibility. */
.hero-model-2 {
    background:
        radial-gradient(circle at 76% 16%, rgba(255, 224, 166, 0.34) 0%, rgba(255, 224, 166, 0) 36%),
        radial-gradient(circle at 18% 78%, rgba(201, 143, 73, 0.22) 0%, rgba(201, 143, 73, 0) 32%),
        linear-gradient(135deg, #f4e3c6 0%, #d0a060 44%, #75441c 100%);
}

.hero-model-2 .hero-model-bg {
    filter: sepia(0.18) saturate(0.9) contrast(1.02) brightness(1.02);
    opacity: 0.82;
}

.hero-model-2 .hero-model-bg::after {
    background:
        linear-gradient(90deg, rgba(76, 39, 13, 0.5) 0%, rgba(101, 55, 20, 0.34) 34%, rgba(255, 226, 170, 0.08) 70%, rgba(119, 66, 24, 0.18) 100%),
        linear-gradient(180deg, rgba(255, 247, 228, 0.22) 0%, rgba(141, 78, 28, 0.16) 100%);
    backdrop-filter: blur(2px);
}

.hero-model-2 .hero-copy h1 {
    text-shadow: 0 20px 54px rgba(50, 24, 8, 0.34);
}

.hero-model-2 .hero-copy p {
    color: rgba(255, 247, 232, 0.9);
    text-shadow: 0 10px 28px rgba(50, 24, 8, 0.24);
}

@media (max-width: 920px) {
    .hero-model-2 .hero-grid {
        min-height: 100svh;
        padding: 78px 0 34px;
        gap: 22px;
    }

    .hero-model-2 .hero-copy {
        max-width: none;
    }

    .hero-model-2 .hero-copy h1 {
        max-width: 10ch;
        font-size: clamp(38px, 11vw, 58px);
    }

    .hero-model-2 .hero-visual {
        position: relative;
        display: block;
        width: 100%;
        min-height: 340px;
        order: 2;
    }

    .hero-model-2 .hero-carousel,
    .hero-model-2 .hero-carousel-viewport {
        height: 340px;
        min-height: 340px;
        border-radius: 24px;
        overflow: hidden;
    }

    .hero-model-2 .hero-slide-caption {
        right: 16px;
        bottom: 16px;
        width: min(320px, calc(100% - 32px));
        padding: 14px 16px;
    }

    .hero-model-2 .hero-carousel-controls {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
    }
}

@media (max-width: 640px) {
    .hero-model-2 .hero-grid {
        width: min(calc(100% - 24px), 640px);
        padding-top: 72px;
    }

    .hero-model-2 .hero-visual,
    .hero-model-2 .hero-carousel,
    .hero-model-2 .hero-carousel-viewport {
        min-height: 300px;
        height: 300px;
    }
}
