﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --black: #0b0b0a;
    --charcoal: #111111;
    --gold: #c79a45;
    --light-gold: #d6a94f;
    --deep-gold: #b8893c;
    --pearl: #fbfaf7;
    --ivory: #f7f4ef;
    --ink: #1e1b18;
    --muted: #6f6a62;
    --middle-section-height: clamp(45.5rem, 36.6vw, 46.85rem);
    --section-content-width: min(1320px, calc(100% - clamp(0.6rem, 1.45vw, 1.4rem)));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--black);
    color: var(--ink);
    font-family: Manrope, Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0;
}

body::before,
body::after {
    position: fixed;
    z-index: 300;
    pointer-events: none;
    content: "";
}

body::before {
    inset: 0;
    background:
        radial-gradient(circle at 50% 45%, rgba(214, 169, 79, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(11, 11, 10, 0.96), rgba(30, 27, 24, 0.94));
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 320ms cubic-bezier(0.76, 0, 0.24, 1), opacity 220ms ease;
}

body::after {
    top: 50%;
    left: 50%;
    width: min(15rem, 46vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 169, 79, 0.92), transparent);
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.25);
    transition: transform 360ms cubic-bezier(0.76, 0, 0.24, 1), opacity 180ms ease;
}

.page-transition-brand {
    position: fixed;
    z-index: 301;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: clamp(10rem, 18vw, 15.5rem);
    height: clamp(5.5rem, 10vw, 8.25rem);
    pointer-events: none;
    opacity: 0;
    filter: drop-shadow(0 0 1.4rem rgba(214, 169, 79, 0.34));
    transform: translate(-50%, -48%) scale(0.92);
    transition: transform 360ms cubic-bezier(0.2, 0.78, 0.22, 1), opacity 220ms ease;
}

.page-transition-brand::before {
    position: absolute;
    inset: 50% auto auto 50%;
    width: clamp(9rem, 20vw, 16.5rem);
    aspect-ratio: 1;
    border: 1px solid rgba(214, 169, 79, 0.38);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(214, 169, 79, 0.28), rgba(214, 169, 79, 0.08) 42%, transparent 70%);
    content: "";
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
    transition: transform 420ms cubic-bezier(0.2, 0.78, 0.22, 1), opacity 260ms ease;
}

.page-transition-brand img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.is-page-leaving body::before {
    opacity: 1;
    transform: scaleY(1);
}

.is-page-leaving body::after {
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
}

.is-page-leaving .page-transition-brand {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.is-page-leaving .page-transition-brand::before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

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

img,
svg {
    display: block;
}

[x-cloak] {
    display: none !important;
}

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

.royal-container {
    width: min(1180px, calc(100% - clamp(2rem, 14vw, 8rem)));
    margin-inline: auto;
}

.brand-logo {
    display: block;
    height: auto;
    object-fit: contain;
}

.brand-logo-header {
    width: clamp(5.85rem, 7.15vw, 7.4rem);
}

.brand-logo-footer {
    width: clamp(7.1rem, 9.65vw, 10.2rem);
}

.section-label {
    color: var(--gold);
    font-size: clamp(0.62rem, 0.72vw, 0.78rem);
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    text-transform: uppercase;
}

.section-ornament,
.hero-ornament {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section-ornament img {
    width: clamp(3.85rem, 5.1vw, 5.4rem);
    height: auto;
}

.section-ornament-left {
    justify-content: flex-start;
}

.hero-ornament img {
    width: clamp(6.9rem, 9.2vw, 8.6rem);
    height: auto;
}

.section-heading {
    text-align: center;
}

.section-heading h2 {
    margin: clamp(0.5rem, 0.75vw, 0.85rem) 0 0;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3.35rem);
    font-weight: 600;
    line-height: 1.05;
}

.section-heading .section-ornament {
    margin-top: clamp(0.25rem, 0.45vw, 0.5rem);
}

.section-heading-dark h2 {
    color: #fff;
}

.about-section .section-label,
.region-section .section-label,
.order-process-section .section-label,
.offer-section .section-label,
.services-section .section-label,
.pricing-section .section-label,
.gallery-section .section-label {
    font-size: clamp(0.74rem, 0.86vw, 0.94rem);
}

.offer-section .section-heading h2,
.order-process-section .section-heading h2,
.services-section .section-heading h2,
.pricing-section .section-heading h2,
.gallery-section .section-heading h2 {
    font-size: clamp(2.4rem, 3.6vw, 4.02rem);
}

.about-section .section-ornament img,
.region-section .section-ornament img,
.order-process-section .section-ornament img,
.offer-section .section-ornament img,
.services-section .section-ornament img,
.pricing-section .section-ornament img,
.gallery-section .section-ornament img {
    width: clamp(4.62rem, 6.12vw, 6.48rem);
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    color: #fff;
    transition: background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.site-header.is-scrolled {
    background: rgba(11, 11, 10, 0.93);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(12px);
}

.site-header-inner {
    display: grid;
    grid-template-columns: minmax(8rem, 1fr) auto minmax(8rem, 1fr);
    align-items: center;
    min-height: clamp(5rem, 6.1vw, 5.9rem);
}

.brand-link {
    justify-self: start;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.05rem, 1.7vw, 1.8rem);
    font-size: clamp(0.63rem, 0.73vw, 0.79rem);
    font-weight: 800;
}

.site-nav-link {
    position: relative;
    padding: 0.45rem 0;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1;
    transition: color 160ms ease;
}

.site-nav-link::after {
    position: absolute;
    left: 50%;
    bottom: -0.18rem;
    width: 0;
    height: 1px;
    content: "";
    background: var(--light-gold);
    transform: translateX(-50%);
    transition: width 160ms ease;
}

.site-nav-link:hover,
.site-nav-link.is-active {
    color: var(--light-gold);
}

.site-nav-link:hover::after,
.site-nav-link.is-active::after {
    width: 100%;
}

.header-cta,
.hero-button,
.kc-cta a,
.mobile-menu-cta,
.offer-full-button,
.gallery-full-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--light-gold);
    background: var(--light-gold);
    color: var(--black);
    font-size: clamp(0.67rem, 0.82vw, 0.88rem);
    font-weight: 800;
    line-height: 1;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.header-cta {
    justify-self: end;
    min-width: clamp(6.9rem, 9.6vw, 8.45rem);
    min-height: clamp(2rem, 2.65vw, 2.7rem);
    padding: 0.62rem 1.2rem;
}

.header-cta:hover,
.hero-button-primary:hover,
.kc-cta a:hover,
.mobile-menu-cta:hover,
.offer-full-button:hover,
.gallery-full-button:hover {
    background: #f1d68c;
    border-color: #f1d68c;
}

.menu-toggle {
    display: none;
}

.mobile-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(11, 11, 10, 0.98);
    padding: 0 1.25rem 1.25rem;
}

.mobile-menu-nav {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding-top: 1rem;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

.mobile-menu-cta {
    margin-top: 0.35rem;
    min-height: 2.75rem;
}

.hero-section {
    position: relative;
    min-height: clamp(670px, 62vw, 900px);
    overflow: hidden;
    background: var(--black);
    color: #fff;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.04) contrast(1.05);
}

.hero-section::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.88) 28%, rgba(0, 0, 0, 0.48) 51%, rgba(0, 0, 0, 0.18) 78%, rgba(0, 0, 0, 0.22) 100%),
        radial-gradient(circle at 76% 43%, rgba(214, 169, 79, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.27));
}

.hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: var(--section-content-width);
    min-height: clamp(670px, 62vw, 900px);
    padding-top: clamp(4.1rem, 6.2vw, 6.6rem);
    padding-bottom: clamp(4.1rem, 5.2vw, 5.6rem);
}

.hero-copy {
    max-width: clamp(34rem, 50vw, 54rem);
}

.hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.45rem, 4.4vw, 4.9rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0.98;
}

.hero-copy h1 span,
.hero-copy strong {
    color: var(--light-gold);
    font-weight: inherit;
}

.hero-copy .hero-ornament {
    margin-top: clamp(0.7rem, 1vw, 1.05rem);
}

.hero-copy p {
    max-width: 34.5rem;
    margin: clamp(0.65rem, 1.15vw, 1.25rem) 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.78rem, 1.1vw, 1.08rem);
    font-weight: 500;
    line-height: 1.65;
}

.hero-copy p.hero-lead {
    max-width: clamp(22rem, 36vw, 36rem);
    margin-top: clamp(0.65rem, 1vw, 1rem);
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.05rem, 1.55vw, 1.45rem);
    font-weight: 700;
    line-height: 1.35;
}

.hero-copy p.hero-seo-text {
    max-width: clamp(31rem, 44vw, 46rem);
    margin-top: clamp(0.65rem, 1vw, 0.95rem);
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(0.82rem, 1vw, 1.02rem);
    line-height: 1.58;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 1.15vw, 1.1rem);
    margin-top: clamp(1rem, 1.55vw, 1.55rem);
}

.hero-button {
    min-width: clamp(11.5rem, 14vw, 15rem);
    min-height: clamp(2.2rem, 3vw, 3.2rem);
    padding: 0.72rem clamp(1.15rem, 2vw, 2.1rem);
}

.hero-button-secondary {
    background: rgba(0, 0, 0, 0.12);
    color: #fff;
}

.hero-button-secondary:hover {
    background: rgba(214, 169, 79, 0.12);
    color: var(--light-gold);
}

.hero-trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    max-width: 45rem;
    margin: clamp(0.75rem, 1.1vw, 1rem) 0 0;
    padding: 0;
    list-style: none;
}

.hero-trust-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    border: 1px solid rgba(214, 169, 79, 0.35);
    background: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.68rem, 0.82vw, 0.82rem);
    font-weight: 800;
    line-height: 1.15;
    padding: 0.42rem 0.7rem;
    text-transform: uppercase;
}

.hero-trust-list li::before {
    width: 0.34rem;
    height: 0.34rem;
    flex: 0 0 auto;
    background: var(--light-gold);
    box-shadow: 0 0 0.65rem rgba(214, 169, 79, 0.55);
    content: "";
    transform: rotate(45deg);
}

.hero-scroll {
    position: absolute;
    z-index: 3;
    bottom: clamp(0.75rem, 1.25vw, 1.2rem);
    left: 50%;
    width: clamp(2rem, 2.7vw, 2.7rem);
    height: clamp(2rem, 2.7vw, 2.7rem);
    color: var(--light-gold);
    transform: translateX(-50%);
}

.hero-scroll::after {
    position: absolute;
    top: calc(100% - 0.3rem);
    left: 50%;
    width: 1px;
    height: clamp(1.2rem, 2.4vw, 2.4rem);
    content: "";
    background: linear-gradient(var(--light-gold), rgba(214, 169, 79, 0.08));
    transform: translateX(-50%);
}

.hero-scroll svg {
    width: 100%;
    height: 100%;
}

.about-section,
.services-section,
.gallery-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(201, 154, 69, 0.05), transparent 26%),
        var(--pearl);
}

@media (min-width: 768px) {
    .about-section,
    .offer-section,
    .services-section,
    .pricing-section,
    .gallery-section {
        display: flex;
        align-items: center;
        min-height: var(--middle-section-height);
    }

    .about-section > .royal-container,
    .offer-section > .royal-container,
    .services-section > .royal-container,
    .pricing-section > .royal-container,
    .gallery-section > .gallery-container {
        flex: 0 0 auto;
    }
}

.about-section > .about-grid,
.region-section > .royal-container,
.order-process-section > .royal-container,
.offer-section > .royal-container,
.services-section > .royal-container,
.pricing-section > .royal-container,
.gallery-section > .gallery-container {
    width: var(--section-content-width);
}

.about-section {
    padding-block: clamp(1.62rem, 3vw, 2.4rem);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(28rem, 0.95fr) minmax(34rem, 1.05fr);
    align-items: center;
    gap: clamp(3rem, 5.4vw, 6.5rem);
    width: var(--section-content-width);
}

.about-copy {
    padding-left: 0;
}

.about-copy h2 {
    margin: clamp(0.78rem, 1.26vw, 1.2rem) 0 0;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3.15vw, 3.5rem);
    font-weight: 600;
    line-height: 1.12;
}

.about-copy .section-ornament {
    margin-top: clamp(0.66rem, 1.2vw, 1.08rem);
}

.about-copy p:not(.section-label) {
    max-width: 36.72rem;
    margin: clamp(0.84rem, 1.44vw, 1.2rem) 0 0;
    color: rgba(30, 27, 24, 0.78);
    font-size: clamp(0.78rem, 0.95vw, 0.94rem);
    font-weight: 500;
    line-height: 1.55;
}

.about-copy strong {
    color: var(--ink);
    font-weight: 800;
}

.about-frame {
    position: relative;
    width: min(100%, clamp(34rem, 44vw, 52rem));
    max-width: none;
    aspect-ratio: 1200 / 728;
    justify-self: end;
}

.about-frame::after {
    position: absolute;
    right: clamp(-1.57rem, -1.36vw, -0.98rem);
    bottom: clamp(-1.36rem, -1.15vw, -0.85rem);
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid rgba(201, 154, 69, 0.82);
}

.about-frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.12);
}

.region-section {
    position: relative;
    overflow: hidden;
    border-block: 1px solid rgba(214, 169, 79, 0.26);
    background:
        radial-gradient(circle at 17% 18%, rgba(214, 169, 79, 0.12), transparent 28%),
        radial-gradient(circle at 88% 62%, rgba(255, 255, 255, 0.055), transparent 30%),
        linear-gradient(180deg, #111110 0%, #0b0b0a 100%);
    color: #fff;
    padding-block: clamp(3rem, 5vw, 5.35rem);
}

.region-section::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0, rgba(214, 169, 79, 0.06) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%);
    background-size: 6.5rem 100%, 100% 100%;
    content: "";
    opacity: 0.5;
    pointer-events: none;
}

.region-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.76fr);
    align-items: center;
    gap: clamp(2rem, 5vw, 5.8rem);
}

.region-copy h2 {
    max-width: 47rem;
    margin: clamp(0.65rem, 1vw, 1rem) 0 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.25rem, 3.35vw, 4rem);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.05;
}

.region-copy .section-ornament {
    margin-top: clamp(0.55rem, 0.9vw, 0.95rem);
}

.region-copy p:not(.section-label) {
    max-width: 47rem;
    margin: clamp(0.85rem, 1.35vw, 1.2rem) 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(0.86rem, 1vw, 1.02rem);
    font-weight: 500;
    line-height: 1.68;
}

.region-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0.65rem, 1vw, 0.95rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.region-points li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(3.65rem, 4.5vw, 4.6rem);
    border: 1px solid rgba(214, 169, 79, 0.54);
    background:
        linear-gradient(135deg, rgba(214, 169, 79, 0.11), rgba(255, 255, 255, 0.025)),
        rgba(7, 7, 6, 0.52);
    color: rgba(255, 255, 255, 0.91);
    font-size: clamp(0.78rem, 0.92vw, 0.96rem);
    font-weight: 800;
    line-height: 1.25;
    padding: clamp(0.85rem, 1.2vw, 1.1rem) clamp(0.85rem, 1.3vw, 1.35rem) clamp(0.85rem, 1.2vw, 1.1rem) clamp(1.35rem, 1.9vw, 1.85rem);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025), 0 16px 34px rgba(0, 0, 0, 0.22);
}

.region-points li::before {
    position: absolute;
    top: 50%;
    left: clamp(0.65rem, 0.9vw, 0.9rem);
    width: 0.38rem;
    height: 0.38rem;
    background: var(--light-gold);
    box-shadow: 0 0 0.9rem rgba(214, 169, 79, 0.5);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}

.order-process-section {
    overflow: hidden;
    border-block: 1px solid rgba(201, 154, 69, 0.2);
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 154, 69, 0.07), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fff 100%);
    padding-block: clamp(3.45rem, 5.2vw, 5.35rem);
}

.order-process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: clamp(2.45rem, 3.5vw, 3.3rem) 0 0;
    border: 1px solid rgba(201, 154, 69, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(251, 250, 247, 0.96)),
        #fff;
    padding: 0;
    list-style: none;
    box-shadow: 0 20px 48px rgba(30, 27, 24, 0.08);
}

.order-process-list::before {
    position: absolute;
    top: -1px;
    right: clamp(1.1rem, 1.8vw, 1.65rem);
    left: clamp(1.1rem, 1.8vw, 1.65rem);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(201, 154, 69, 0.55), transparent);
    content: "";
}

.order-process-step {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: clamp(10.6rem, 13vw, 13rem);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(3.15rem, 4.2vw, 3.75rem) clamp(1rem, 1.65vw, 1.65rem) clamp(1.05rem, 1.45vw, 1.4rem);
    text-align: center;
}

.order-process-step + .order-process-step {
    border-left: 1px solid rgba(201, 154, 69, 0.34);
}

.order-process-step:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -0.55rem;
    z-index: 3;
    color: var(--light-gold);
    content: "\2192";
    font-size: clamp(1.35rem, 1.8vw, 1.7rem);
    line-height: 1;
    text-shadow: 0 0 0.4rem rgba(255, 255, 255, 0.96);
    transform: translateY(-50%);
}

.order-process-number {
    position: absolute;
    top: clamp(-1.28rem, -1.05vw, -1rem);
    left: 50%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: clamp(2.65rem, 3.1vw, 3.05rem);
    height: clamp(2.65rem, 3.1vw, 3.05rem);
    border: 1px solid rgba(201, 154, 69, 0.92);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.06), transparent 48%),
        #111110;
    color: var(--light-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.45rem, 1.8vw, 1.8rem);
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 0 0 0.42rem #fff, 0 12px 24px rgba(30, 27, 24, 0.14);
    transform: translateX(-50%);
}

.order-process-step h3 {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.65rem, 2.1vw, 2.25rem);
    font-weight: 600;
    line-height: 1.05;
    min-height: clamp(3.45rem, 4.1vw, 4.4rem);
}

.order-process-step p {
    position: relative;
    z-index: 1;
    max-width: 18rem;
    margin: clamp(0.55rem, 0.82vw, 0.78rem) auto 0;
    color: rgba(30, 27, 24, 0.68);
    font-size: clamp(0.74rem, 0.82vw, 0.86rem);
    font-weight: 650;
    line-height: 1.45;
}

.order-process-actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 2.3vw, 2.2rem);
}

.order-process-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(10.5rem, 13vw, 12.5rem);
    min-height: clamp(2.65rem, 3.2vw, 3.15rem);
    border: 1px solid var(--light-gold);
    background: var(--light-gold);
    color: var(--black);
    font-size: clamp(0.74rem, 0.86vw, 0.9rem);
    font-weight: 850;
    line-height: 1;
    padding: 0.85rem clamp(1.45rem, 2.2vw, 2.2rem);
    transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.order-process-button:hover {
    border-color: #f1d68c;
    background: #f1d68c;
}

.offer-section,
.pricing-section {
    color: #fff;
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 154, 69, 0.1), transparent 29%),
        radial-gradient(circle at 6% 32%, rgba(255, 255, 255, 0.045), transparent 26%),
        linear-gradient(180deg, #151515 0%, #0b0b0a 100%);
}

.offer-section {
    padding-block: clamp(2.5rem, 4.5vw, 4.8rem) clamp(2.65rem, 4.65vw, 5rem);
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1.1rem, 1.7vw, 1.55rem);
    width: 100%;
    margin: clamp(2rem, 3.2vw, 2.7rem) auto 0;
}

.offer-card {
    overflow: hidden;
    border: 1.5px solid rgba(201, 154, 69, 0.75);
    background: #090908;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.offer-card-media {
    overflow: hidden;
    margin: 0;
    aspect-ratio: 4 / 3;
    background: #111;
}

.offer-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.08) contrast(1.04);
    transition: transform 500ms ease;
}

.offer-card:hover .offer-card-media img {
    transform: scale(1.045);
}

.offer-card div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(3.6rem, 4.35vw, 4.5rem);
    border-top: 1.5px solid rgba(201, 154, 69, 0.42);
    background: rgba(9, 9, 8, 0.94);
    padding: 1rem 1.15rem;
    text-align: center;
}

.offer-card h3 {
    margin: 0;
    color: var(--light-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.35rem, 1.7vw, 1.9rem);
    font-weight: 600;
    line-height: 1.05;
}

.offer-actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 2.45vw, 2.35rem);
}

.offer-full-button {
    min-width: clamp(10.5rem, 14.8vw, 13.6rem);
    min-height: clamp(2.45rem, 3.15vw, 3.1rem);
    padding: 0.8rem clamp(1.5rem, 2.3vw, 2.25rem);
    cursor: default;
}

.services-section {
    padding-block: clamp(3.2rem, 5vw, 5.2rem) clamp(3rem, 4.5vw, 4.7rem);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: clamp(2.2rem, 3.6vw, 3.4rem);
}

.service-card {
    position: relative;
    padding: 0 clamp(1.35rem, 2.9vw, 3rem);
    text-align: center;
}

.service-card:not(:last-child)::after {
    position: absolute;
    top: clamp(0.65rem, 1.2vw, 1.1rem);
    right: 0;
    width: 1.5px;
    height: clamp(5.7rem, 8.6vw, 8.8rem);
    content: "";
    background: linear-gradient(transparent, rgba(201, 154, 69, 0.58), transparent);
}

.service-card svg {
    width: clamp(3rem, 4.3vw, 4.2rem);
    height: clamp(3rem, 4.3vw, 4.2rem);
    margin-inline: auto;
    color: #a67c35;
    stroke-width: 1.55;
}

.service-card h3 {
    margin: clamp(0.65rem, 1.05vw, 1rem) 0 0;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.55rem, 2.1vw, 2.1rem);
    font-weight: 600;
    line-height: 1;
}

.service-card p {
    max-width: 18rem;
    margin: clamp(0.45rem, 0.85vw, 0.85rem) auto 0;
    color: rgba(30, 27, 24, 0.76);
    font-size: clamp(0.78rem, 0.92vw, 0.92rem);
    font-weight: 600;
    line-height: 1.42;
}

.pricing-section {
    padding-block: clamp(3.1rem, 4.6vw, 4.6rem) clamp(3rem, 4.2vw, 4.4rem);
}

.pricing-heading .section-ornament {
    margin-top: 0.2rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(2rem, 3.2vw, 3.25rem);
    width: 100%;
    margin: clamp(1.8rem, 2.8vw, 2.7rem) auto 0;
}

.price-card {
    position: relative;
    display: flex;
    min-height: clamp(14rem, 15vw, 18rem);
    flex-direction: column;
    align-items: center;
    border: 1.5px solid rgba(201, 154, 69, 0.76);
    background: linear-gradient(180deg, rgba(20, 20, 19, 0.97), rgba(10, 10, 9, 0.97));
    padding: clamp(1.15rem, 1.75vw, 1.65rem) clamp(1.35rem, 2vw, 2rem) clamp(4.35rem, 5vw, 5rem);
    text-align: center;
}

.price-card.is-featured {
    border-color: var(--light-gold);
    box-shadow: 0 0 0 1px rgba(214, 169, 79, 0.28), 0 18px 42px rgba(0, 0, 0, 0.2);
}

.price-ribbon {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: clamp(1.05rem, 1.35vw, 1.35rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-gold);
    color: var(--black);
    font-size: clamp(0.68rem, 0.78vw, 0.82rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.price-card h3 {
    margin: clamp(0.2rem, 0.65vw, 0.75rem) 0 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 2.45vw, 2.55rem);
    font-weight: 600;
    line-height: 1;
}

.price-card.is-featured h3 {
    margin-top: clamp(0.55rem, 0.9vw, 0.95rem);
}

.price-value {
    margin: clamp(0.55rem, 0.95vw, 0.95rem) 0 0;
    color: var(--light-gold);
    font-size: clamp(1.05rem, 1.2vw, 1.25rem);
    line-height: 1;
}

.price-value span {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.8rem, 3.35vw, 3.55rem);
    font-weight: 600;
}

.price-description {
    max-width: 19rem;
    margin: clamp(0.55rem, 0.85vw, 0.85rem) auto 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: clamp(0.74rem, 0.84vw, 0.88rem);
    font-weight: 600;
    line-height: 1.42;
}

.price-includes {
    margin: clamp(0.72rem, 1vw, 0.95rem) 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: clamp(0.76rem, 0.86vw, 0.9rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
}

.price-card ul {
    display: grid;
    justify-items: center;
    width: min(100%, 27rem);
    margin: clamp(0.95rem, 1.55vw, 1.45rem) auto clamp(0.95rem, 1.35vw, 1.25rem);
    padding: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.74rem, 0.86vw, 0.88rem);
    font-weight: 600;
    line-height: 1.42;
    list-style: none;
    text-align: center;
}

.price-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(9.5rem, 12vw, 11.5rem);
    min-height: clamp(2.3rem, 2.8vw, 2.7rem);
    margin-top: auto;
    border: 1px solid rgba(214, 169, 79, 0.84);
    background: var(--light-gold);
    color: var(--black);
    font-size: clamp(0.72rem, 0.82vw, 0.86rem);
    font-weight: 850;
    line-height: 1;
    padding: 0.74rem clamp(1rem, 1.45vw, 1.4rem);
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.price-card-cta:hover {
    border-color: #f1d68c;
    background: #f1d68c;
}

.price-card li {
    position: relative;
    width: 100%;
    padding: clamp(0.42rem, 0.72vw, 0.62rem) clamp(0.45rem, 0.9vw, 0.85rem);
    border-top: 1px solid rgba(214, 169, 79, 0.18);
}

.price-card li:first-child {
    border-top: 0;
}

.price-card li::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.36rem;
    height: 0.36rem;
    border: 1px solid rgba(214, 169, 79, 0.82);
    background: linear-gradient(135deg, rgba(214, 169, 79, 0.96), rgba(184, 137, 60, 0.28));
    box-shadow: 0 0 1rem rgba(214, 169, 79, 0.22);
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
}

.price-card li:first-child::before {
    display: none;
}

.price-crown {
    position: absolute;
    left: 50%;
    bottom: clamp(0.75rem, 1.15vw, 1.05rem);
    width: clamp(1.45rem, 1.95vw, 1.9rem);
    height: auto;
    transform: translateX(-50%);
}

.pricing-note {
    margin: clamp(1.25rem, 1.85vw, 1.65rem) auto 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: clamp(0.79rem, 1.03vw, 1rem);
    font-weight: 500;
    text-align: center;
}

.gallery-section {
    padding-block: clamp(2.8rem, 4.2vw, 4.2rem) clamp(2.4rem, 3.5vw, 3.5rem);
}

.gallery-container {
    width: var(--section-content-width);
    margin-inline: auto;
}

.gallery-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.865fr 0.858fr 1.28fr 1fr;
    grid-template-rows: clamp(5.7rem, 11.34vw, 10.08rem) clamp(5.88rem, 11.7vw, 10.38rem);
    gap: clamp(0.46rem, 0.94vw, 0.84rem);
    margin-top: clamp(1.8rem, 2.7vw, 2.5rem);
    border: 1px solid rgba(201, 154, 69, 0.72);
    padding: clamp(0.38rem, 0.72vw, 0.64rem);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.gallery-grid::after {
    position: absolute;
    right: clamp(-0.82rem, -0.7vw, -0.42rem);
    bottom: clamp(-0.82rem, -0.7vw, -0.42rem);
    z-index: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(201, 154, 69, 0.38);
    content: "";
    pointer-events: none;
}

.gallery-grid figure {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0;
    background: var(--charcoal);
}

.gallery-trigger {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: zoom-in;
    line-height: 0;
}

.gallery-trigger:focus-visible {
    outline: 2px solid var(--light-gold);
    outline-offset: -2px;
}

.gallery-large-left {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.gallery-small-top {
    grid-column: 2;
    grid-row: 1;
}

.gallery-wide-top {
    grid-column: 3;
    grid-row: 1;
}

.gallery-large-right {
    grid-column: 4;
    grid-row: 1 / span 2;
}

.gallery-small-bottom {
    grid-column: 2;
    grid-row: 2;
}

.gallery-wide-bottom {
    grid-column: 3;
    grid-row: 2;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.06) contrast(1.03);
    transition: transform 500ms ease;
}

.gallery-grid figure:hover img {
    transform: scale(1.035);
}

.gallery-actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.45rem, 2.35vw, 2.25rem);
}

.gallery-full-button {
    min-width: clamp(11.5rem, 15.8vw, 14.8rem);
    min-height: clamp(2.45rem, 3.15vw, 3.1rem);
    padding: 0.8rem clamp(1.5rem, 2.3vw, 2.25rem);
    cursor: pointer;
}

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

.gallery-lightbox {
    position: fixed;
    z-index: 120;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.1rem, 3vw, 3rem);
    background:
        radial-gradient(circle at 50% 8%, rgba(214, 169, 79, 0.16), transparent 32%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(0, 0, 0, 0.98));
    backdrop-filter: blur(14px);
}

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

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

.gallery-lightbox-panel {
    position: relative;
    width: min(84rem, 86vw);
    margin: 0;
    border: 1px solid rgba(214, 169, 79, 0.72);
    background: rgba(8, 8, 7, 0.96);
    padding: clamp(0.42rem, 0.8vw, 0.7rem);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.68), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.gallery-lightbox-panel::after {
    position: absolute;
    right: clamp(-0.55rem, -0.85vw, -0.75rem);
    bottom: clamp(-0.55rem, -0.85vw, -0.75rem);
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid rgba(214, 169, 79, 0.38);
}

.gallery-lightbox-panel img {
    width: 100%;
    max-height: min(75vh, 52rem);
    object-fit: contain;
    background: #050505;
}

.gallery-lightbox-panel figcaption {
    margin: clamp(0.55rem, 1vw, 0.9rem) 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.78rem, 0.95vw, 0.94rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 169, 79, 0.62);
    border-radius: 50%;
    background: rgba(10, 10, 9, 0.74);
    color: var(--light-gold);
    cursor: pointer;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover {
    border-color: var(--light-gold);
    background: var(--light-gold);
    color: var(--black);
}

.gallery-lightbox-close {
    top: clamp(1rem, 2.1vw, 2rem);
    right: clamp(1rem, 2.1vw, 2rem);
    width: clamp(2.35rem, 3.2vw, 3rem);
    height: clamp(2.35rem, 3.2vw, 3rem);
}

.gallery-lightbox-close::before,
.gallery-lightbox-close::after {
    position: absolute;
    width: 42%;
    height: 1px;
    content: "";
    background: currentColor;
}

.gallery-lightbox-close::before {
    transform: rotate(45deg);
}

.gallery-lightbox-close::after {
    transform: rotate(-45deg);
}

.gallery-lightbox-nav {
    top: 50%;
    width: clamp(2.6rem, 3.5vw, 3.35rem);
    height: clamp(2.6rem, 3.5vw, 3.35rem);
    transform: translateY(-50%);
}

.gallery-lightbox-nav span {
    margin-top: -0.08em;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
}

.gallery-lightbox-prev {
    left: clamp(0.9rem, 2.2vw, 2.4rem);
}

.gallery-lightbox-next {
    right: clamp(0.9rem, 2.2vw, 2.4rem);
}

.gallery-page {
    background: var(--black);
    color: #fff;
}

.gallery-page-hero {
    position: relative;
    min-height: clamp(26rem, 39vw, 34rem);
    overflow: hidden;
    background: var(--black);
}

.gallery-page-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
    filter: saturate(1.05) contrast(1.06) brightness(1);
}

.gallery-page-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.58) 30%, rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0.06) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
}

.gallery-page-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: var(--section-content-width);
    min-height: clamp(26rem, 39vw, 34rem);
    margin-inline: auto;
    padding-top: clamp(5.2rem, 6.4vw, 7rem);
}

.gallery-page-hero-copy {
    max-width: clamp(27rem, 37vw, 39rem);
}

.gallery-page-hero-copy h1 {
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(5.2rem, 8vw, 7.8rem);
    font-weight: 600;
    line-height: 0.94;
}

.gallery-page-hero-copy p {
    max-width: 31rem;
    margin: clamp(1rem, 1.5vw, 1.4rem) 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.05rem, 1.45vw, 1.35rem);
    font-weight: 600;
    line-height: 1.45;
}

.gallery-page-hero-ornament {
    margin-top: clamp(0.75rem, 1vw, 1rem);
}

.gallery-page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 1.4vw, 1.25rem);
    margin-top: clamp(1.35rem, 2vw, 1.9rem);
}

.gallery-page-section {
    border-top: 1px solid rgba(214, 169, 79, 0.38);
    background:
        radial-gradient(circle at 50% 0%, rgba(214, 169, 79, 0.08), transparent 28%),
        linear-gradient(180deg, #171717, #0d0d0c);
    padding: clamp(1.55rem, 2.2vw, 2.2rem) 0 clamp(1.55rem, 2.35vw, 2.35rem);
}

.gallery-page-container {
    width: min(1470px, calc(100% - clamp(1rem, 2.5vw, 2rem)));
    margin-inline: auto;
}

.gallery-filter-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(0.7rem, 1.1vw, 1rem);
    margin-bottom: clamp(1.45rem, 2.1vw, 2rem);
}

.gallery-filter-button {
    min-width: clamp(7.4rem, 10vw, 10.3rem);
    min-height: clamp(2.45rem, 3vw, 3rem);
    border: 1px solid rgba(214, 169, 79, 0.72);
    background: rgba(255, 255, 255, 0.02);
    color: rgba(255, 255, 255, 0.88);
    cursor: pointer;
    font: 800 clamp(0.78rem, 0.9vw, 0.92rem) Manrope, Inter, sans-serif;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.gallery-filter-button:hover,
.gallery-filter-button.is-active {
    border-color: var(--light-gold);
    background: var(--light-gold);
    color: var(--black);
}

.gallery-filter-button:disabled {
    cursor: wait;
    opacity: 0.76;
}

.gallery-page-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: clamp(7.5rem, 11vw, 12.35rem);
    gap: clamp(0.45rem, 0.75vw, 0.68rem);
    transform-origin: center top;
    transition: opacity 180ms ease, transform 220ms ease, filter 220ms ease;
}

.is-filtering-out .gallery-page-grid {
    opacity: 0.18;
    filter: blur(2px) saturate(0.82);
    transform: translateY(0.35rem) scale(0.992);
}

.is-filtering-in .gallery-page-grid {
    animation: galleryGridIn 460ms cubic-bezier(0.2, 0.78, 0.22, 1) both;
}

.is-filtering-in [data-gallery-item]:not([hidden]) {
    animation: galleryItemIn 520ms cubic-bezier(0.2, 0.78, 0.22, 1) both;
    animation-delay: var(--gallery-stagger, 0ms);
}

.gallery-page-grid figure {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(214, 169, 79, 0.72);
    background: #050505;
}

.gallery-page-grid figure[hidden] {
    display: none;
}

.gallery-page-wide {
    grid-column: span 4;
}

.gallery-page-small {
    grid-column: span 2;
}

.gallery-page-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: zoom-in;
}

.gallery-page-trigger::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.28));
    opacity: 0;
    transition: opacity 220ms ease;
}

.gallery-page-trigger::after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(214, 169, 79, 0.82);
    border-radius: 50%;
    background: rgba(8, 8, 7, 0.72);
    color: var(--light-gold);
    content: "+";
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2rem;
    line-height: 1;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.88);
    transition: opacity 220ms ease, transform 220ms ease;
}

.gallery-page-trigger:hover::before,
.gallery-page-trigger:hover::after {
    opacity: 1;
}

.gallery-page-trigger:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.gallery-page-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.05) contrast(1.05) brightness(0.9);
    transition: transform 520ms ease, filter 520ms ease;
}

.gallery-page-grid figure:hover img {
    filter: saturate(1.1) contrast(1.08) brightness(1);
    transform: scale(1.035);
}

@keyframes galleryGridIn {
    from {
        opacity: 0.28;
        filter: blur(2px) saturate(0.9);
        transform: translateY(0.35rem) scale(0.992);
    }

    to {
        opacity: 1;
        filter: blur(0) saturate(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes galleryItemIn {
    from {
        opacity: 0;
        transform: translateY(0.8rem) scale(0.975);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    body::before,
    body::after,
    .page-transition-brand,
    .page-transition-brand::before,
    .gallery-page-grid,
    .is-filtering-in [data-gallery-item]:not([hidden]) {
        animation: none;
        transition: none;
    }
}

.gallery-quote-section {
    position: relative;
    overflow: hidden;
    min-height: clamp(9.5rem, 13vw, 12.7rem);
    border-top: 1px solid rgba(214, 169, 79, 0.5);
    border-bottom: 1px solid rgba(214, 169, 79, 0.5);
    background:
        radial-gradient(ellipse at 50% 50%, rgba(48, 42, 34, 0.84), transparent 56%),
        linear-gradient(90deg, #070706, #151412 22%, #10100f 50%, #151412 78%, #070706);
}

.gallery-quote-image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(30vw, 28rem);
    height: 100%;
    object-fit: cover;
    opacity: 0.72;
    filter: saturate(1.02) contrast(1.1) brightness(0.76);
}

.gallery-quote-image-left {
    left: 0;
    object-position: center;
    mask-image: linear-gradient(90deg, #000 0%, #000 54%, transparent 100%);
}

.gallery-quote-image-right {
    right: 0;
    object-position: center;
    mask-image: linear-gradient(270deg, #000 0%, #000 52%, transparent 100%);
}

.gallery-quote-section::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.84) 26%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.84) 74%, rgba(0, 0, 0, 0.18)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
}

.gallery-quote-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(1.2rem, 2.1vw, 2rem);
    width: min(930px, calc(100% - 2rem));
    margin-inline: auto;
    padding: clamp(2rem, 3vw, 3.05rem) 0 clamp(1.65rem, 2.5vw, 2.45rem);
    text-align: center;
}

.gallery-quote-inner > span {
    color: var(--light-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(4.2rem, 6.2vw, 5.8rem);
    font-weight: 700;
    line-height: 0.72;
}

.gallery-quote-inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.25rem, 1.8vw, 1.72rem);
    font-weight: 600;
    line-height: 1.28;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.65);
}

.gallery-quote-inner .section-ornament {
    margin-top: clamp(0.75rem, 1vw, 1rem);
}

.gallery-quote-inner .section-ornament img {
    width: clamp(5.7rem, 8vw, 7.25rem);
}

.contact-content {
    width: var(--section-content-width);
    margin-inline: auto;
}

.contact-hero {
    position: relative;
    min-height: clamp(23rem, 34vw, 30rem);
    overflow: hidden;
    background: var(--black);
    color: #fff;
}

.contact-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 47%;
    filter: saturate(1.05) contrast(1.05);
}

.contact-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.68) 30%, rgba(0, 0, 0, 0.24) 58%, rgba(0, 0, 0, 0.06) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.04));
}

.contact-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: var(--section-content-width);
    min-height: clamp(23rem, 34vw, 30rem);
    margin-inline: auto;
    padding-top: clamp(5.6rem, 7vw, 7.2rem);
    padding-bottom: clamp(2rem, 3vw, 3rem);
}

.contact-hero-copy {
    max-width: clamp(22rem, 29vw, 29rem);
}

.contact-hero-copy h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(4.1rem, 5.8vw, 6.6rem);
    font-weight: 600;
    line-height: 0.95;
}

.contact-hero-copy p {
    max-width: 25rem;
    margin: clamp(0.75rem, 1.2vw, 1.05rem) 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1rem, 1.25vw, 1.28rem);
    font-weight: 600;
    line-height: 1.48;
}

.contact-hero-ornament {
    margin-top: clamp(0.8rem, 1.2vw, 1rem);
}

.contact-hero-actions {
    display: flex;
    gap: clamp(0.95rem, 1.4vw, 1.4rem);
    margin-top: clamp(1.1rem, 1.8vw, 1.6rem);
}

.contact-form-section,
.contact-location-section {
    background:
        radial-gradient(circle at 12% 20%, rgba(201, 154, 69, 0.05), transparent 28%),
        var(--pearl);
}

.contact-form-section {
    padding-block: clamp(2.5rem, 4vw, 4.1rem);
}

.contact-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.86fr);
    gap: clamp(2.5rem, 4.6vw, 4.4rem);
    align-items: stretch;
}

.contact-form-column,
.contact-info-column {
    display: flex;
    flex-direction: column;
}

.contact-section-heading {
    text-align: center;
}

.contact-section-heading-left {
    text-align: left;
}

.contact-section-heading h2,
.contact-location-copy h2 {
    margin: 0;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 3vw, 3.1rem);
    font-weight: 600;
    line-height: 1;
}

.contact-section-heading .section-ornament,
.contact-location-copy .section-ornament {
    margin-top: clamp(0.35rem, 0.7vw, 0.65rem);
}

.contact-form {
    flex: 1;
    margin-top: clamp(0.6rem, 1vw, 0.9rem);
    border: 1px solid rgba(201, 154, 69, 0.42);
    background: rgba(255, 255, 255, 0.55);
    padding: clamp(1.25rem, 2vw, 1.9rem);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.04);
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 1.55vw, 1.35rem);
}

.contact-form label {
    display: block;
}

.contact-form span {
    display: block;
    margin-bottom: 0.48rem;
    color: rgba(30, 27, 24, 0.72);
    font-size: clamp(0.76rem, 0.88vw, 0.88rem);
    font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(30, 27, 24, 0.2);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
    color: var(--ink);
    font: inherit;
    font-size: clamp(0.86rem, 0.95vw, 0.95rem);
    outline: none;
    padding: clamp(0.72rem, 1vw, 0.95rem) 1rem;
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.contact-form textarea {
    min-height: clamp(5.8rem, 8vw, 7.3rem);
    resize: vertical;
}

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

.contact-form-wide {
    margin-top: clamp(1rem, 1.55vw, 1.35rem);
}

.contact-form button,
.contact-location-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: clamp(2.65rem, 3.35vw, 3.25rem);
    border: 1px solid var(--light-gold);
    background: var(--light-gold);
    color: var(--black);
    cursor: pointer;
    font-size: clamp(0.84rem, 0.95vw, 0.96rem);
    font-weight: 800;
    line-height: 1;
    padding: 0.9rem 1.4rem;
    transition: background-color 160ms ease, border-color 160ms ease;
}

.contact-form button {
    margin-top: clamp(1rem, 1.45vw, 1.25rem);
}

.contact-form button:hover,
.contact-location-copy a:hover {
    background: #f1d68c;
    border-color: #f1d68c;
}

.contact-form-note,
.contact-form-status {
    margin: clamp(0.8rem, 1vw, 1rem) 0 0;
    color: rgba(30, 27, 24, 0.68);
    font-size: clamp(0.74rem, 0.86vw, 0.86rem);
    font-weight: 700;
}

.contact-form-status {
    margin: 0 0 1rem;
    border: 1px solid rgba(34, 197, 94, 0.42);
    background: rgba(34, 197, 94, 0.16);
    color: #14532d;
    padding: 0.8rem 1rem;
}

.contact-form-status-error {
    border-color: rgba(143, 45, 33, 0.42);
    background: rgba(143, 45, 33, 0.12);
    color: #8f2d21;
}

.contact-form small {
    display: block;
    margin-top: 0.35rem;
    color: #8f2d21;
    font-size: 0.75rem;
    font-weight: 700;
}

.contact-info-list {
    display: grid;
    flex: 1;
    gap: clamp(0.78rem, 1.1vw, 1rem);
    grid-auto-rows: minmax(min-content, 1fr);
    margin-top: clamp(0.6rem, 1vw, 0.9rem);
}

.contact-info-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(0.9rem, 1.45vw, 1.25rem);
    align-items: center;
    border: 1px solid rgba(201, 154, 69, 0.42);
    background: rgba(255, 255, 255, 0.45);
    padding: clamp(0.92rem, 1.3vw, 1.24rem);
}

.contact-info-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(3.1rem, 4.1vw, 4rem);
    height: clamp(3.1rem, 4.1vw, 4rem);
    border: 1px solid rgba(201, 154, 69, 0.55);
    border-radius: 50%;
    color: var(--gold);
}

.contact-icon-svg {
    width: 58%;
    height: 58%;
}

.contact-info-card p {
    margin: 0;
    color: rgba(30, 27, 24, 0.58);
    font-size: clamp(0.74rem, 0.86vw, 0.84rem);
    font-weight: 800;
}

.contact-info-card strong {
    display: block;
    margin-top: 0.16rem;
    color: var(--ink);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.3rem, 1.75vw, 1.75rem);
    font-weight: 600;
    line-height: 1.05;
}

.contact-info-card small {
    display: block;
    margin-top: 0.2rem;
    color: rgba(30, 27, 24, 0.62);
    font-size: clamp(0.72rem, 0.82vw, 0.82rem);
    font-weight: 700;
}

.contact-why-section,
.contact-faq-section,
.home-faq-section {
    color: #fff;
    background:
        radial-gradient(circle at 50% 0%, rgba(201, 154, 69, 0.1), transparent 30%),
        linear-gradient(180deg, #151515, #0b0b0a);
}

.contact-why-section {
    padding-block: clamp(2.45rem, 3.5vw, 3.6rem);
}

.contact-section-heading-dark h2 {
    color: #fff;
}

.contact-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 1.6vw, 1.5rem);
    margin-top: clamp(1.25rem, 2vw, 1.9rem);
}

.contact-why-grid article {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    min-height: clamp(10.2rem, 13vw, 12rem);
    border: 1px solid rgba(201, 154, 69, 0.62);
    background: rgba(255, 255, 255, 0.015);
    padding: clamp(1.1rem, 1.7vw, 1.6rem);
    text-align: center;
}

.contact-why-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(3.65rem, 4.75vw, 4.55rem);
    height: clamp(3.65rem, 4.75vw, 4.55rem);
    margin-inline: auto;
    color: var(--light-gold);
}

.contact-why-grid .contact-icon-svg {
    width: 84%;
    height: 84%;
}

.contact-why-grid h3 {
    margin: clamp(0.6rem, 0.95vw, 0.9rem) 0 0;
    color: var(--light-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.12rem, 1.45vw, 1.45rem);
    font-weight: 600;
}

.contact-why-grid p {
    margin: clamp(0.45rem, 0.8vw, 0.7rem) auto 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.78rem, 0.92vw, 0.9rem);
    font-weight: 600;
    line-height: 1.5;
}

.contact-location-section {
    padding-block: clamp(2.55rem, 4vw, 4rem);
}

.contact-location-layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.55fr) minmax(28rem, 1.45fr);
    gap: clamp(2.8rem, 5vw, 5.4rem);
    align-items: center;
}

.contact-location-copy h2 {
    margin-top: clamp(0.65rem, 1vw, 0.95rem);
}

.contact-location-copy p:not(.section-label) {
    max-width: 24rem;
    margin: clamp(1rem, 1.4vw, 1.35rem) 0 0;
    color: rgba(30, 27, 24, 0.78);
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: 600;
    line-height: 1.58;
}

.contact-location-copy a {
    width: auto;
    min-width: clamp(9.5rem, 11.5vw, 11.5rem);
    margin-top: clamp(1.35rem, 2vw, 1.85rem);
}

.contact-map {
    position: relative;
    --map-radius-area: clamp(11rem, 28vw, 22rem);
    --map-skalica-x: 50%;
    --map-skalica-y: 49%;
    min-height: clamp(16.5rem, 24vw, 21.5rem);
    overflow: hidden;
    border: 1px solid rgba(201, 154, 69, 0.25);
    background: #f1eadf;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.08);
    isolation: isolate;
}

.contact-map-frame {
    position: absolute;
    inset: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 0;
    filter: grayscale(0.18) sepia(0.16) saturate(0.82) contrast(0.94) brightness(1.08);
    pointer-events: none;
}

.contact-map::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at var(--map-skalica-x) var(--map-skalica-y), rgba(201, 154, 69, 0.14), transparent 29%),
        linear-gradient(90deg, rgba(251, 250, 247, 0.24), transparent 22%, transparent 78%, rgba(251, 250, 247, 0.24)),
        rgba(247, 244, 239, 0.14);
    pointer-events: none;
}

.contact-map-overlay {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
}

.contact-map-radius {
    position: absolute;
    z-index: 1;
    width: calc(var(--map-radius-area) * 2);
    aspect-ratio: 1;
    border: 1px solid rgba(184, 137, 60, 0.48);
    border-radius: 50%;
    background: rgba(201, 154, 69, 0.16);
    box-shadow:
        inset 0 0 0 1.1rem rgba(255, 255, 255, 0.08),
        0 0 2.4rem rgba(201, 154, 69, 0.2);
    transform: translate(-50%, -50%);
}

.contact-map-radius {
    top: var(--map-skalica-y);
    left: var(--map-skalica-x);
}

.contact-map-marker {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(3rem, 4vw, 3.8rem);
    height: clamp(3rem, 4vw, 3.8rem);
    border-radius: 50% 50% 50% 0;
    background: var(--gold);
    top: var(--map-skalica-y);
    left: var(--map-skalica-x);
    transform: translate(-50%, -50%) rotate(-45deg);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.contact-map-marker img {
    width: 54%;
    transform: rotate(45deg);
    filter: brightness(0) invert(1);
}

.contact-map-label {
    position: absolute;
    z-index: 3;
    color: rgba(30, 27, 24, 0.72);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.5rem, 2.1vw, 2.2rem);
    transform: translateX(-50%);
    top: calc(var(--map-skalica-y) + clamp(3rem, 4.6vw, 4.4rem));
    left: var(--map-skalica-x);
}

.contact-faq-section,
.home-faq-section {
    padding-block: clamp(2.35rem, 3.7vw, 3.65rem);
}

.contact-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1.2rem, 2vw, 2rem) clamp(3rem, 6vw, 6.5rem);
    margin-top: clamp(1.35rem, 2.3vw, 2.15rem);
}

.contact-faq-grid article {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    padding: 0 2.4rem clamp(1rem, 1.4vw, 1.35rem) 0;
}

.contact-faq-grid article::after {
    position: absolute;
    top: 0.2rem;
    right: 0;
    color: var(--light-gold);
    content: "\2304";
    font-size: 1.4rem;
    line-height: 1;
}

.contact-faq-grid h3 {
    margin: 0;
    color: var(--light-gold);
    font-size: clamp(0.92rem, 1.05vw, 1.05rem);
    font-weight: 800;
    line-height: 1.3;
}

.contact-faq-grid p {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(0.78rem, 0.92vw, 0.9rem);
    font-weight: 600;
    line-height: 1.54;
}

.kc-cta {
    position: relative;
    overflow: hidden;
    background: var(--black);
    color: #fff;
}

.kc-cta > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.46;
}

.kc-cta::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.62) 58%, rgba(0, 0, 0, 0.74));
}

.cta-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: clamp(5.15rem, 6.7vw, 6.8rem);
    gap: 2rem;
}

.cta-copy {
    display: flex;
    align-items: center;
    gap: clamp(1.15rem, 2.5vw, 2.4rem);
}

.cta-crown {
    width: clamp(3.8rem, 5.8vw, 6rem);
    height: auto;
    flex: 0 0 auto;
}

.cta-copy h2 {
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.55rem, 2.45vw, 2.8rem);
    font-weight: 600;
    line-height: 1.05;
}

.cta-copy p {
    margin: clamp(0.35rem, 0.65vw, 0.65rem) 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(0.76rem, 1vw, 1rem);
    font-weight: 500;
}

.kc-cta a {
    min-width: clamp(7.8rem, 11vw, 10rem);
    min-height: clamp(2.35rem, 3.1vw, 3.2rem);
    flex: 0 0 auto;
    padding: 0.78rem 1.8rem;
}

.site-footer {
    color: #fff;
    background:
        radial-gradient(circle at 6% 12%, rgba(255, 255, 255, 0.05), transparent 24%),
        linear-gradient(180deg, #181818, #111);
}

.footer-main {
    display: grid;
    grid-template-columns: 1.25fr 1.05fr 1.08fr 0.95fr;
    gap: clamp(1.6rem, 3.4vw, 3.6rem);
    align-items: center;
    border-top: 1px solid rgba(201, 154, 69, 0.46);
    padding-block: clamp(0.85rem, 1.55vw, 1.45rem);
}

.footer-main > * + * {
    min-height: clamp(3.25rem, 4.55vw, 4.25rem);
    border-left: 1px solid rgba(201, 154, 69, 0.22);
    padding-left: clamp(1.25rem, 2.4vw, 2.5rem);
}

.footer-contact {
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.62rem, 0.78vw, 0.74rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1.9;
}

.footer-contact p {
    display: flex;
    align-items: center;
    gap: 0.58rem;
    margin: 0;
}

.footer-contact a {
    color: inherit;
    transition: color 160ms ease;
}

.footer-contact a:hover {
    color: var(--light-gold);
}

.footer-contact p > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.34rem;
    height: 1.34rem;
    border: 1px solid rgba(214, 169, 79, 0.58);
    border-radius: 50%;
    color: var(--light-gold);
}

.footer-contact-icon {
    width: 58%;
    height: 58%;
}

.footer-links p,
.footer-social p {
    margin: 0;
    color: var(--gold);
    font-size: clamp(0.58rem, 0.72vw, 0.72rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
}

.footer-links div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 1.4rem;
    margin-top: clamp(0.8rem, 1.25vw, 1.25rem);
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.62rem, 0.78vw, 0.74rem);
    font-weight: 500;
}

.footer-links a,
.footer-bottom a {
    transition: color 160ms ease;
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: var(--light-gold);
}

.footer-social > div {
    display: flex;
    gap: clamp(0.55rem, 0.95vw, 0.9rem);
    margin-top: clamp(0.9rem, 1.35vw, 1.35rem);
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(1.75rem, 2.35vw, 2.25rem);
    height: clamp(1.75rem, 2.35vw, 2.25rem);
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 50%;
    color: #fff;
    transition: border-color 160ms ease, color 160ms ease;
}

.footer-social a:hover {
    border-color: var(--light-gold);
    color: var(--light-gold);
}

.footer-social svg {
    width: 48%;
    height: 48%;
    fill: currentColor;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: clamp(0.45rem, 0.8vw, 0.7rem);
    color: rgba(255, 255, 255, 0.45);
    font-size: clamp(0.58rem, 0.76vw, 0.72rem);
    font-weight: 500;
}

.footer-bottom p {
    margin: 0;
}

.footer-bottom p:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-cookie-settings {
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    transition: color 160ms ease;
}

.footer-cookie-settings:hover {
    color: var(--light-gold);
}

.cookie-consent[hidden],
.cookie-consent-settings[hidden] {
    display: none !important;
}

.cookie-consent {
    position: fixed;
    z-index: 10000;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    left: clamp(1rem, 3vw, 2rem);
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(1rem, 2vw, 1.4rem);
    align-items: start;
    max-width: 980px;
    margin-inline: auto;
    border: 1px solid rgba(201, 154, 69, 0.7);
    padding: clamp(1rem, 2vw, 1.35rem);
    background: rgba(17, 17, 16, 0.98);
    color: #fff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
    opacity: 0;
    transform: translateY(0.75rem);
    transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-consent.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cookie-consent-copy {
    min-width: 0;
}

.cookie-consent-label {
    margin: 0 0 0.35rem;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cookie-consent h2 {
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    line-height: 1.05;
}

.cookie-consent p {
    max-width: 42rem;
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.6;
}

.cookie-consent a {
    color: var(--light-gold);
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.cookie-consent-button {
    min-height: 2.55rem;
    border: 1px solid rgba(201, 154, 69, 0.72);
    padding: 0.68rem 1rem;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.cookie-consent-button-primary {
    background: var(--gold);
    color: #111;
}

.cookie-consent-button-secondary,
.cookie-consent-button-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
}

.cookie-consent-button:hover {
    border-color: var(--light-gold);
}

.cookie-consent-button-primary:hover {
    background: var(--light-gold);
}

.cookie-consent-button-secondary:hover,
.cookie-consent-button-ghost:hover {
    color: var(--light-gold);
}

.cookie-consent-settings {
    grid-column: 1 / -1;
    display: grid;
    gap: 0.75rem;
    border-top: 1px solid rgba(201, 154, 69, 0.24);
    padding-top: 1rem;
}

.cookie-consent-setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.82rem 0.9rem;
}

.cookie-consent-setting strong,
.cookie-consent-setting span {
    display: block;
}

.cookie-consent-setting strong {
    color: #fff;
    font-size: 0.9rem;
}

.cookie-consent-setting span {
    margin-top: 0.18rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.78rem;
    line-height: 1.45;
}

.cookie-consent-setting input {
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 auto;
    accent-color: var(--gold);
}

.cookie-consent-required {
    margin-top: 0 !important;
    color: var(--light-gold) !important;
    font-weight: 800;
    white-space: nowrap;
}

.cookie-consent-settings-actions {
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .hero-copy {
        margin-left: clamp(1.15rem, 3.25vw, 2.6rem);
    }
}

@media (max-width: 1100px) {
    .about-grid {
        width: min(100% - 1.25rem, 1180px);
        grid-template-columns: 1fr;
    }

    .region-panel {
        grid-template-columns: 1fr;
    }

    .region-points {
        max-width: 42rem;
    }

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

    .order-process-list::before {
        display: none;
    }

    .order-process-step:nth-child(odd) {
        border-left: 0;
    }

    .order-process-step:nth-child(n + 3) {
        border-top: 1px solid rgba(201, 154, 69, 0.34);
    }

    .order-process-step:not(:last-child)::after {
        display: none;
    }

    .about-frame {
        max-width: min(100%, 37.4rem);
        justify-self: start;
    }

    .contact-form-layout,
    .contact-location-layout {
        grid-template-columns: 1fr;
    }

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

    .contact-map {
        min-height: 21rem;
    }

}

@media (max-width: 980px) {
    .site-header-inner {
        grid-template-columns: auto 1fr auto;
    }

    .site-nav {
        gap: 0.85rem;
    }

    .header-cta {
        min-width: auto;
    }

    .about-grid {
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    :root {
        --section-content-width: min(1320px, calc(100% - 1.25rem));
    }

    .royal-container {
        width: min(100% - 1.25rem, 1180px);
    }

    .site-header-inner {
        display: flex;
        min-height: 4.9rem;
        justify-content: space-between;
    }

    .site-nav,
    .header-cta {
        display: none;
    }

    .brand-logo-header {
        width: 6rem;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.7rem;
        height: 2.7rem;
        border: 1px solid rgba(255, 255, 255, 0.34);
        background: transparent;
        color: #fff;
    }

    .menu-toggle-lines {
        display: grid;
        gap: 0.32rem;
    }

    .menu-toggle-lines span {
        display: block;
        width: 1.35rem;
        height: 1px;
        background: currentColor;
    }

    .hero-section,
    .hero-inner {
        min-height: 800px;
    }

    .hero-inner {
        align-items: flex-start;
        padding-top: 6.2rem;
        padding-bottom: 5rem;
    }

    .hero-copy {
        max-width: min(100%, 34rem);
    }

    .hero-copy h1 {
        font-size: clamp(2.35rem, 10.2vw, 3.7rem);
        line-height: 1;
    }

    .hero-copy p.hero-lead {
        font-size: clamp(1rem, 4.2vw, 1.2rem);
    }

    .hero-copy p.hero-seo-text {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .hero-button {
        width: min(100%, 18rem);
    }

    .hero-trust-list {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-scroll {
        display: none;
    }

    .hero-break {
        display: none;
    }

    .contact-hero,
    .contact-hero-inner {
        min-height: 520px;
    }

    .contact-hero-inner {
        padding-top: 6.2rem;
    }

    .contact-hero-copy h1 {
        font-size: clamp(3.8rem, 17vw, 5rem);
    }

    .contact-hero-actions,
    .contact-form-grid,
    .contact-why-grid,
    .contact-faq-grid {
        grid-template-columns: 1fr;
    }

    .contact-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-hero-actions .hero-button {
        width: min(100%, 15rem);
    }

    .contact-form-section,
    .contact-location-section,
    .contact-why-section,
    .contact-faq-section,
    .home-faq-section {
        padding-block: 2.4rem;
    }

    .contact-form {
        padding: 1rem;
    }

    .contact-info-card {
        grid-template-columns: auto 1fr;
    }

    .contact-why-grid {
        gap: 1rem;
    }

    .contact-map {
        min-height: 18rem;
    }

    .gallery-page-hero,
    .gallery-page-hero-inner {
        min-height: 520px;
    }

    .gallery-page-hero-inner {
        padding-top: 6.2rem;
    }

    .gallery-page-hero-copy h1 {
        font-size: clamp(4.4rem, 17vw, 5.4rem);
    }

    .gallery-page-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-page-hero-actions .hero-button {
        width: min(100%, 15rem);
    }

    .gallery-filter-bar {
        justify-content: flex-start;
    }

    .gallery-filter-button {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 0;
    }

    .gallery-page-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 12rem;
    }

    .gallery-page-wide,
    .gallery-page-small {
        grid-column: span 1;
    }

    .gallery-quote-section {
        min-height: 12rem;
    }

    .gallery-quote-image {
        width: 42vw;
        opacity: 0.46;
    }

    .gallery-quote-inner {
        align-items: center;
        flex-direction: column;
        gap: 0.6rem;
        padding-inline: 1rem;
    }

    .about-grid,
    .region-points,
    .order-process-list,
    .offer-grid,
    .services-grid,
    .pricing-grid,
    .footer-main {
        grid-template-columns: 1fr;
    }

    .about-copy {
        padding-left: 0;
    }

    .offer-grid,
    .pricing-grid {
        width: 100%;
    }

    .offer-grid {
        margin-top: 1rem;
    }

    .services-grid {
        gap: 2rem;
    }

    .order-process-section {
        padding-block: 2.6rem;
    }

    .order-process-step {
        min-height: auto;
        padding-block: 2.25rem 1.35rem;
    }

    .order-process-step h3 {
        min-height: auto;
    }

    .order-process-step + .order-process-step {
        border-top: 1px solid rgba(201, 154, 69, 0.34);
        border-left: 0;
    }

    .service-card:not(:last-child)::after {
        display: none;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .gallery-grid figure {
        grid-column: auto;
        grid-row: auto;
        min-height: 12rem;
    }

    .gallery-lightbox {
        padding: 4.5rem 0.85rem 5rem;
    }

    .gallery-lightbox-panel {
        width: 100%;
    }

    .gallery-lightbox-panel img {
        max-height: 68vh;
    }

    .gallery-lightbox-nav {
        top: auto;
        bottom: 1rem;
        transform: none;
    }

    .cta-inner,
    .cta-copy,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .cta-inner {
        padding-block: 1.4rem;
    }

    .footer-main > * + * {
        min-height: auto;
        border-left: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .offer-grid,
    .services-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .offer-grid,
    .services-grid {
        grid-template-columns: 1fr;
    }
}
.menu-page {
    overflow: hidden;
    background: #111110;
    color: #fff;
}

.menu-page-container {
    width: var(--section-content-width);
    margin-inline: auto;
}

.menu-hero {
    position: relative;
    min-height: 31rem;
    overflow: hidden;
    background: #050504;
}

.menu-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 74% 52%;
    filter: saturate(1.06) contrast(1.08) brightness(0.94);
}

.menu-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        radial-gradient(circle at 72% 50%, transparent 0, rgba(0, 0, 0, 0.02) 19rem, rgba(0, 0, 0, 0.34) 40rem),
        linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.68) 31%, rgba(0, 0, 0, 0.16) 64%, rgba(0, 0, 0, 0.12) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.08));
}

.menu-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 31rem;
    width: var(--section-content-width);
    margin-inline: auto;
    padding-top: 7.2rem;
    padding-bottom: 3rem;
}

.menu-hero-copy {
    max-width: 28rem;
}

.menu-hero-copy h1 {
    margin: 0;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 0.92;
}

.menu-hero-copy p {
    max-width: 25rem;
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.52;
}

.menu-hero-ornament {
    margin-top: 1rem;
}

.menu-hero-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1.45rem;
}

.menu-catalog,
.menu-pricing-section,
.menu-included-section,
.menu-process-section {
    background: #111110;
}

.menu-catalog {
    border-top: 1px solid rgba(214, 169, 79, 0.18);
    padding-block: 2.25rem 1.5rem;
}

.menu-catalog-toolbar {
    display: grid;
    grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.75fr);
    gap: 1.5rem;
    align-items: start;
    margin-bottom: 1.35rem;
}

.menu-catalog-toolbar p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.55;
}

.menu-filter-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.55rem;
}

.menu-filter-button {
    min-height: 3rem;
    border: 1px solid rgba(214, 169, 79, 0.74);
    background: rgba(255, 255, 255, 0.018);
    color: rgba(255, 255, 255, 0.78);
    cursor: pointer;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.85rem 1.05rem;
    transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.menu-filter-button:hover,
.menu-filter-button.is-active {
    border-color: var(--light-gold);
    background: var(--light-gold);
    color: var(--black);
}

.menu-filter-button:focus-visible {
    outline: 2px solid rgba(214, 169, 79, 0.8);
    outline-offset: 3px;
}

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

.menu-dish-card {
    overflow: hidden;
    border: 1px solid rgba(201, 154, 69, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        #121211;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
    animation: menuCardIn 420ms ease both;
}

.menu-dish-card[hidden] {
    display: none;
}

.menu-dish-card figure {
    height: 11.25rem;
    margin: 0;
    overflow: hidden;
    background: #080807;
}

.menu-dish-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.08) contrast(1.05) brightness(0.92);
    transition: transform 520ms ease, filter 520ms ease;
}

.menu-dish-card:hover img {
    filter: saturate(1.12) contrast(1.08) brightness(1);
    transform: scale(1.045);
}

.menu-dish-card > div {
    min-height: 11.2rem;
    padding: 1rem 1.05rem 1.1rem;
}

.menu-dish-card h2 {
    margin: 0;
    color: var(--light-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.45rem;
    font-weight: 600;
    line-height: 1.04;
}

.menu-dish-card p {
    margin: 0.55rem 0 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.48;
}

.menu-dish-card a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.95rem;
    color: var(--light-gold);
    font-size: 0.78rem;
    font-weight: 800;
    transition: color 160ms ease, transform 160ms ease;
}

.menu-dish-card a:hover {
    color: #f1d68c;
    transform: translateX(0.18rem);
}

.menu-pricing-section {
    padding-block: 2rem 1rem;
}

.menu-section-heading {
    max-width: 52rem;
    margin-inline: auto;
    text-align: center;
}

.menu-section-heading h2 {
    margin: 0.28rem 0 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.35rem;
    font-weight: 600;
    line-height: 1.08;
}

.menu-section-heading .section-ornament {
    margin-top: 0.65rem;
}

.menu-pricing-grid {
    margin: 1.35rem auto 0;
}

.menu-pricing-note {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
}

.menu-included-section {
    padding-block: 1rem 1.3rem;
}

.menu-included-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.menu-included-grid article {
    min-height: 10.6rem;
    border: 1px solid rgba(214, 169, 79, 0.62);
    background: rgba(255, 255, 255, 0.018);
    padding: 1rem 0.95rem;
    text-align: center;
}

.menu-included-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.05rem;
    height: 3.05rem;
    margin-inline: auto;
    color: var(--light-gold);
}

.menu-feature-svg {
    width: 100%;
    height: 100%;
}

.menu-included-grid h2,
.menu-process-grid h2 {
    margin: 0.55rem 0 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1;
}

.menu-included-grid p,
.menu-process-grid p {
    margin: 0.45rem auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.45;
}

.menu-process-section {
    padding-block: 1.1rem 1.55rem;
}

.menu-section-heading-compact {
    margin-bottom: 1.35rem;
}

.menu-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(214, 169, 79, 0.66);
}

.menu-process-grid article {
    position: relative;
    min-height: 7.15rem;
    padding: 1.65rem 1.1rem 0.95rem;
    text-align: center;
}

.menu-process-grid article + article {
    border-left: 1px solid rgba(214, 169, 79, 0.36);
}

.menu-process-grid article:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -0.55rem;
    z-index: 1;
    color: var(--light-gold);
    content: "\2192";
    font-size: 1.65rem;
    transform: translateY(-50%);
}

.menu-process-grid span {
    position: absolute;
    top: -1.15rem;
    left: 50%;
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--light-gold);
    border-radius: 50%;
    background: #151514;
    color: var(--light-gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 600;
    transform: translateX(-50%);
}

@keyframes menuCardIn {
    from {
        opacity: 0;
        filter: blur(2px);
        transform: translateY(0.65rem) scale(0.985);
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .menu-dish-card {
        animation: none;
        transition: none;
    }
}

@media (max-width: 1100px) {
    .menu-catalog-toolbar {
        grid-template-columns: 1fr;
    }

    .menu-filter-bar {
        justify-content: flex-start;
    }

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

    .menu-included-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .cookie-consent {
        grid-template-columns: 1fr;
    }

    .cookie-consent-actions,
    .cookie-consent-settings-actions {
        justify-content: stretch;
    }

    .cookie-consent-button {
        flex: 1 1 100%;
    }

    .cookie-consent-setting {
        align-items: flex-start;
    }

    .menu-pricing-grid,
    .menu-process-grid {
        grid-template-columns: 1fr;
    }

    .menu-process-grid article + article {
        border-top: 1px solid rgba(214, 169, 79, 0.36);
        border-left: 0;
    }

    .menu-process-grid article:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-hero,
    .menu-hero-inner {
        min-height: 31rem;
    }

    .menu-hero-inner {
        padding-top: 6.5rem;
    }

    .menu-hero-copy h1 {
        font-size: 4.2rem;
    }

    .menu-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-hero-actions .hero-button {
        width: min(100%, 15rem);
    }

    .menu-filter-button {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 0;
    }

    .menu-grid,
    .menu-included-grid {
        grid-template-columns: 1fr;
    }

    .menu-dish-card figure {
        height: 13rem;
    }
}

.legal-page {
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(201, 154, 69, 0.08), transparent 28%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.035), transparent 26%),
        linear-gradient(180deg, #111110 0%, #070707 100%);
    color: rgba(255, 255, 255, 0.84);
}

.legal-hero {
    position: relative;
    min-height: clamp(22rem, 31vw, 28rem);
    overflow: hidden;
    border-bottom: 1px solid rgba(201, 154, 69, 0.78);
    background: #070707;
}

.legal-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
    filter: saturate(0.98) contrast(1.08) brightness(0.82);
}

.legal-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.74) 42%, rgba(0, 0, 0, 0.3) 78%, rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.58));
}

.legal-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: var(--section-content-width);
    min-height: clamp(22rem, 31vw, 28rem);
    margin-inline: auto;
    padding-top: clamp(6rem, 7vw, 7.4rem);
    padding-bottom: clamp(2.2rem, 3.4vw, 3.5rem);
}

.legal-hero-copy {
    max-width: min(46rem, 62vw);
}

.legal-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.62rem;
    margin-bottom: clamp(1rem, 1.6vw, 1.35rem);
    color: var(--gold);
    font-size: clamp(0.82rem, 0.9vw, 0.94rem);
    font-weight: 700;
}

.legal-breadcrumbs a {
    color: inherit;
    transition: color 160ms ease;
}

.legal-breadcrumbs a:hover {
    color: var(--light-gold);
}

.legal-breadcrumbs span[aria-hidden="true"] {
    color: rgba(201, 154, 69, 0.72);
}

.legal-hero h1 {
    max-width: 52rem;
    margin: 0;
    color: #fff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(3.1rem, 5.2vw, 5.4rem);
    font-weight: 600;
    line-height: 0.94;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.48);
}

.legal-hero-ornament {
    margin-top: clamp(0.9rem, 1.35vw, 1.25rem);
}

.legal-hero p {
    max-width: 37rem;
    margin: clamp(1.05rem, 1.45vw, 1.35rem) 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    font-weight: 600;
    line-height: 1.7;
}

.legal-content-section {
    padding-block: clamp(2.8rem, 5vw, 5rem);
    background:
        radial-gradient(circle at 12% 8%, rgba(201, 154, 69, 0.045), transparent 22rem),
        linear-gradient(180deg, #0b0b0a 0%, #080808 100%);
}

.legal-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 23rem);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
    width: min(100% - clamp(2rem, 7vw, 6rem), 1180px);
    margin-inline: auto;
}

.legal-content-main {
    max-width: 52rem;
}

.legal-block {
    padding-bottom: clamp(1rem, 1.8vw, 1.5rem);
}

.legal-block:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-block + .legal-block {
    margin-top: clamp(1rem, 2vw, 1.65rem);
}

.legal-block h2 {
    margin: 0 0 0.65rem;
    color: var(--gold);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.4rem, 1.8vw, 1.75rem);
    font-weight: 700;
    line-height: 1.1;
}

.legal-block h3 {
    margin: clamp(1rem, 1.6vw, 1.35rem) 0 0.45rem;
    color: rgba(201, 154, 69, 0.92);
    font-size: clamp(1.02rem, 1.15vw, 1.15rem);
    font-weight: 800;
    line-height: 1.35;
}

.legal-block p,
.legal-block li {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(0.95rem, 1vw, 1rem);
    font-weight: 500;
    line-height: 1.75;
}

.legal-block p {
    margin: 0;
}

.legal-block p + p,
.legal-block ul + p {
    margin-top: 0.7rem;
}

.legal-block ul {
    margin: 0.7rem 0 0;
    padding-left: 1.25rem;
}

.legal-block li::marker {
    color: var(--gold);
}

.legal-block li + li {
    margin-top: 0.28rem;
}

.legal-block strong {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
}

.legal-table-wrap {
    overflow-x: auto;
    margin-top: 1rem;
    border: 1px solid rgba(201, 154, 69, 0.22);
    border-radius: 0;
}

.legal-table {
    width: 100%;
    min-width: 42rem;
    border-collapse: collapse;
}

.legal-table th,
.legal-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding: 0.85rem 0.9rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.55;
    text-align: left;
    vertical-align: top;
}

.legal-table th {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.legal-table tr:last-child td {
    border-bottom: 0;
}

.legal-contact-list {
    display: grid;
    gap: 0.7rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, 0.78);
    font-style: normal;
}

.legal-contact-list span,
.legal-contact-list a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 1.4rem;
    color: inherit;
}

.legal-contact-icon,
.legal-contact-list svg {
    width: 1.05rem;
    height: 1.05rem;
    flex: 0 0 auto;
    color: var(--gold);
}

.legal-content a {
    color: var(--light-gold);
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.legal-help-card {
    position: sticky;
    top: 7rem;
    display: grid;
    justify-items: center;
    border: 1px solid rgba(201, 154, 69, 0.7);
    padding: clamp(1.8rem, 2.7vw, 2.5rem);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
        rgba(8, 8, 8, 0.86);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
    text-align: center;
}

.legal-help-card img {
    width: 2rem;
    height: 2rem;
    margin-top: -0.5rem;
}

.legal-help-card p {
    max-width: 17rem;
    margin: 0.95rem 0 1.15rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.7;
}

.legal-help-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.85rem;
    border: 1px solid var(--gold);
    padding: 0.82rem 1.8rem;
    color: var(--light-gold);
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease;
}

.legal-help-card a:hover {
    background: var(--gold);
    color: #111;
}

.legal-updated {
    margin: clamp(1.4rem, 2vw, 1.8rem) 0 0;
    color: rgba(201, 154, 69, 0.9);
    font-size: 0.95rem;
    font-weight: 600;
}

@media (max-width: 1100px) {
    .legal-content {
        grid-template-columns: 1fr;
    }

    .legal-help-card {
        position: static;
        max-width: 28rem;
    }
}

@media (max-width: 767px) {
    .legal-hero,
    .legal-hero-inner {
        min-height: 430px;
    }

    .legal-hero-inner {
        padding-top: 5.8rem;
        padding-bottom: 2.25rem;
    }

    .legal-hero-copy {
        max-width: 100%;
    }

    .legal-hero h1 {
        font-size: clamp(2.65rem, 12vw, 3.8rem);
    }

    .legal-hero p {
        max-width: 100%;
        font-size: 0.98rem;
    }

    .legal-content-section {
        padding-block: 2.5rem;
    }

    .legal-content {
        width: min(100% - 1.25rem, 1120px);
        gap: 2.2rem;
    }

    .legal-block h2 {
        font-size: 1.45rem;
    }

    .legal-block p,
    .legal-block li {
        font-size: 0.95rem;
    }
}
