:root {
    --ink: #171413;
    --coal: #241f1d;
    --muted: #756d65;
    --champagne: #d8b982;
    --copper: #a86643;
    --rose: #ead7cc;
    --ivory: #fffaf4;
    --paper: #ffffff;
    --line: #eadfd5;
    --shadow: 0 22px 60px rgba(36, 31, 29, .12);
}

* {
    letter-spacing: 0;
}

body {
    color: var(--ink);
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    background: var(--ivory);
}

h1,
h2,
h3,
h4,
h5,
.navbar-brand strong,
.footer-brand {
    font-family: Georgia, "Times New Roman", serif;
}

h1,
h2 {
    line-height: 1.02;
}

.top-strip {
    background: var(--ink);
    color: #f5eee8;
    font-size: .82rem;
    padding: 8px 0;
}

.site-nav {
    background: rgba(255, 250, 244, .94);
    border-bottom: 1px solid rgba(234, 223, 213, .9);
    backdrop-filter: blur(16px);
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
}

.navbar-brand small {
    display: block;
    color: var(--muted);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: .72rem;
    margin-top: -3px;
}

.brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: var(--ink);
    color: var(--champagne);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--coal);
    font-size: .94rem;
    font-weight: 600;
}

.nav-link .bi {
    color: var(--copper);
    font-size: .98rem;
}

.nav-link.active,
.nav-link:hover {
    color: var(--copper) !important;
}

.dropdown-menu {
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding: 18px 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.mega-panel {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 22px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 250, 244, .98);
    box-shadow: var(--shadow);
}

.mega-feature {
    min-height: 100%;
    padding: 26px;
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(23, 20, 19, .42), rgba(23, 20, 19, .86)),
        url('https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&w=800&q=80');
    background-size: cover;
    background-position: center;
}

.mega-feature h3 {
    margin: 10px 0;
    font-size: 2rem;
}

.mega-feature p {
    color: rgba(255, 255, 255, .82);
}

.menu-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(216, 185, 130, .22);
    color: var(--champagne);
    font-size: .72rem;
    font-weight: 900;
    padding: 7px 12px;
    text-transform: uppercase;
}

.mega-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mega-column {
    padding: 6px;
}

.mega-heading {
    display: block;
    margin-bottom: 12px;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
}

.mega-link {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    color: var(--ink);
    text-decoration: none;
}

.mega-link:hover {
    background: #f3e6dc;
    color: var(--ink);
}

.mega-icon,
.menu-card-icon {
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--copper);
    background: var(--rose);
}

.mega-icon {
    width: 44px;
    height: 44px;
    font-size: 1.15rem;
}

.mega-link strong,
.mega-link small {
    display: block;
}

.mega-link small {
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.3;
}

.compact-menu {
    min-width: 210px;
    padding: 10px;
}

.compact-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    padding: 10px 12px;
    font-weight: 700;
}

.compact-menu .dropdown-item:hover {
    background: #f3e6dc;
}

.btn {
    border-radius: 999px;
    font-weight: 700;
    padding-inline: 20px;
}

.btn-brand,
.btn-dark {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

.btn-brand:hover,
.btn-dark:hover {
    background: var(--copper);
    border-color: var(--copper);
    color: #fff;
}

.btn-outline-dark {
    border-color: var(--ink);
    color: var(--ink);
}

.btn-outline-dark:hover {
    background: var(--ink);
    border-color: var(--ink);
}

.btn-glass {
    border: 1px solid rgba(255, 255, 255, .72);
    color: #fff;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
}

.btn-glass:hover {
    background: #fff;
    color: var(--ink);
}

.hero {
    min-height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(23, 20, 19, .84) 0%, rgba(23, 20, 19, .56) 48%, rgba(23, 20, 19, .18) 100%),
        url('https://images.unsplash.com/photo-1560066984-138dadb4c035?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 140px;
    background: linear-gradient(0deg, var(--ivory), rgba(255, 250, 244, 0));
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero-content {
    max-width: 760px;
    padding: 76px 0 118px;
}

.hero h1 {
    font-size: clamp(3rem, 7vw, 6.8rem);
    font-weight: 700;
}

.hero .lead {
    max-width: 630px;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    max-width: 660px;
    margin-top: 46px;
    background: rgba(255, 255, 255, .24);
    border: 1px solid rgba(255, 255, 255, .24);
}

.hero-stats div {
    padding: 18px;
    background: rgba(23, 20, 19, .42);
    backdrop-filter: blur(14px);
}

.hero-stats strong,
.hero-stats span {
    display: block;
}

.hero-stats strong {
    color: var(--champagne);
    font-size: 1.25rem;
}

.hero-stats span {
    color: rgba(255, 255, 255, .8);
    font-size: .86rem;
}

.section-pad {
    padding: 86px 0;
}

.page-hero {
    padding: 118px 0 92px;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23, 20, 19, .82), rgba(23, 20, 19, .34));
}

.detail-hero::before {
    background: linear-gradient(90deg, rgba(23, 20, 19, .86), rgba(23, 20, 19, .28));
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    max-width: 820px;
    font-size: clamp(2.6rem, 6vw, 5.6rem);
}

.page-hero p:not(.eyebrow) {
    max-width: 680px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.1rem;
}

.page-hero-services {
    background-image: url('https://images.unsplash.com/photo-1521590832167-7bcbfaa6381f?auto=format&fit=crop&w=1800&q=80');
}

.page-hero-book {
    background-image: url('https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?auto=format&fit=crop&w=1800&q=80');
}

.offer-hero {
    padding: 104px 0;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(23, 20, 19, .86), rgba(23, 20, 19, .42)),
        url('https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&w=1800&q=80');
    background-size: cover;
    background-position: center;
}

.offer-hero h1 {
    max-width: 780px;
    font-size: clamp(2.8rem, 6vw, 5.9rem);
}

.offer-hero p:not(.eyebrow) {
    max-width: 650px;
    color: rgba(255, 255, 255, .84);
    font-size: 1.12rem;
}

.featured-offer {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    background: rgba(255, 250, 244, .14);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
}

.featured-label {
    display: inline-flex;
    border-radius: 999px;
    background: var(--champagne);
    color: var(--ink);
    font-size: .72rem;
    font-weight: 900;
    padding: 7px 12px;
    text-transform: uppercase;
}

.featured-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin: 28px 0 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    color: var(--champagne);
    font-size: 1.65rem;
}

.featured-offer h2 {
    color: var(--champagne);
    font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.featured-offer h3 {
    color: #fff;
}

.feature-card,
.reward-card,
.location-panel,
.process-panel {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(36, 31, 29, .07);
}

.feature-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.feature-card > span,
.reward-card > span,
.location-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--rose);
    color: var(--copper);
    font-size: 1.42rem;
    margin-bottom: 22px;
}

.feature-card p,
.reward-card p,
.process-panel p,
.location-panel p {
    color: var(--muted);
}

.check-list {
    display: grid;
    gap: 12px;
}

.check-list div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid rgba(168, 102, 67, .16);
    border-radius: 8px;
    background: rgba(255, 255, 255, .66);
    font-weight: 800;
}

.check-list .bi {
    color: var(--copper);
    font-size: 1.15rem;
}

.process-panel {
    display: grid;
    gap: 20px;
}

.process-panel > div {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.process-panel > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.process-panel span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: var(--champagne);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
}

.reward-card {
    position: relative;
    overflow: hidden;
}

.reward-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 5px;
    background: linear-gradient(90deg, var(--copper), var(--champagne));
}

.location-panel {
    background: var(--ink);
    color: #fff;
}

.location-panel h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.location-panel p,
.location-lines {
    color: #d8d0c8;
}

.location-lines {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.location-lines div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.location-lines .bi {
    color: var(--champagne);
}

.map-frame {
    height: 100%;
    min-height: 430px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.about-photo {
    min-height: 520px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(23, 20, 19, 0), rgba(23, 20, 19, .22)),
        url('https://images.unsplash.com/photo-1562322140-8baeececf3df?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow);
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin-top: 30px;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--line);
}

.about-stats div {
    padding: 22px;
    background: #fff;
}

.about-stats strong,
.about-stats span {
    display: block;
}

.about-stats strong {
    color: var(--copper);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
}

.about-stats span {
    color: var(--muted);
    font-weight: 800;
}

.eyebrow {
    color: var(--copper);
    font-weight: 800;
    text-transform: uppercase;
    font-size: .76rem;
    margin-bottom: 12px;
}

.service-card,
.offer-card,
.info-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    height: 100%;
    box-shadow: 0 10px 30px rgba(36, 31, 29, .06);
}

.service-card {
    position: relative;
    overflow: hidden;
    padding: 0 0 24px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.service-card h5,
.service-card p,
.service-card .d-flex {
    padding-inline: 24px;
}

.service-card h5 {
    font-size: 1.35rem;
}

.service-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    margin-bottom: 22px;
    overflow: hidden;
    background: #f3e6dc;
}

.service-card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .28s ease;
}

.service-card:hover .service-card-media img {
    transform: scale(1.06);
}

.service-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 20, 19, 0), rgba(23, 20, 19, .36));
}

.service-card-media span {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 250, 244, .92);
    color: var(--copper);
    font-size: 1.2rem;
    box-shadow: 0 10px 26px rgba(23, 20, 19, .18);
}

.service-category {
    color: var(--copper);
    font-size: .76rem;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.service-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--rose);
    color: var(--copper);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    margin-bottom: 22px;
}

.price {
    color: var(--copper);
    font-weight: 900;
}

.service-tabs {
    display: inline-flex;
    gap: 8px;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(36, 31, 29, .06);
}

.service-tabs a {
    border-radius: 999px;
    color: var(--ink);
    font-weight: 800;
    padding: 10px 18px;
    text-decoration: none;
}

.service-tabs a.active,
.service-tabs a:hover {
    background: var(--ink);
    color: #fff;
}

.menu-block + .menu-block {
    margin-top: 82px;
}

.menu-card {
    height: 100%;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(36, 31, 29, .05);
}

.menu-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.menu-card-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    font-size: 1.2rem;
}

.menu-card h5 {
    margin: 0;
}

.menu-card li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1e8df;
}

.menu-card li:last-child {
    border-bottom: 0;
}

.menu-card a {
    color: var(--copper);
    font-weight: 800;
    text-decoration: none;
}

.offer-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--muted);
    font-weight: 800;
}

.offer-card-pro {
    position: relative;
    overflow: hidden;
    padding: 28px;
    min-height: 420px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.offer-card-pro::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--copper), var(--champagne));
}

.offer-card-pro:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow);
}

.offer-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
}

.offer-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--rose);
    color: var(--copper);
    font-size: 1.35rem;
}

.offer-tag {
    border-radius: 999px;
    background: #f6efe8;
    color: var(--copper);
    font-size: .74rem;
    font-weight: 900;
    padding: 8px 12px;
    text-transform: uppercase;
}

.offer-discount {
    color: var(--copper);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 16px;
}

.offer-card-pro p {
    color: var(--muted);
}

.offer-validity {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    color: var(--ink);
    font-weight: 800;
    font-size: .9rem;
}

.offer-validity .bi {
    color: var(--copper);
}

.offer-band {
    padding: 76px 0;
    background: #f2e7dc;
}

.redeem-steps {
    display: grid;
    gap: 14px;
}

.redeem-steps > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
}

.redeem-steps span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: var(--champagne);
    font-weight: 900;
}

.redeem-steps p {
    margin: 0;
    color: var(--muted);
    font-weight: 700;
}

.band {
    background: #f2e7dc;
}

.editorial-photo {
    min-height: 560px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(23, 20, 19, 0), rgba(23, 20, 19, .24)),
        url('https://images.unsplash.com/photo-1522337660859-02fbefca4702?auto=format&fit=crop&w=1200&q=80');
    background-size: cover;
    background-position: center;
    box-shadow: var(--shadow);
}

.feature-list {
    display: grid;
    gap: 18px;
}

.feature-list > div {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(168, 102, 67, .22);
}

.feature-list span {
    color: var(--copper);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.feature-list p {
    color: var(--muted);
    margin: 0;
}

.booking-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px;
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    box-shadow: var(--shadow);
}

.booking-panel h2 {
    margin: 0;
}

.booking-panel .eyebrow {
    color: var(--champagne);
}

.form-control,
.form-select {
    border-radius: 6px;
    border-color: var(--line);
    padding: 12px 14px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--copper);
    box-shadow: 0 0 0 .2rem rgba(168, 102, 67, .14);
}

.form-panel,
.appointment-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.form-panel {
    padding: 34px;
}

.appointment-card {
    padding: 34px;
    position: sticky;
    top: 112px;
}

.footer {
    background: var(--ink);
    color: #fff;
    margin-top: 0;
}

.footer p {
    color: #d8d0c8;
}

.footer a {
    display: block;
    color: #d8d0c8;
    text-decoration: none;
    margin-bottom: 8px;
}

.footer a:hover {
    color: var(--champagne);
}

.footer-brand {
    color: #fff;
    font-size: 2rem;
}

.footer-bottom {
    background: #0f0d0c;
    color: #cfc7be;
}

@media (max-width: 991px) {
    .top-strip {
        display: none;
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        padding: 72px 0 92px;
    }

    .booking-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav-link {
        display: flex;
    }

    .mega-menu {
        padding: 0;
    }

    .mega-panel {
        grid-template-columns: 1fr;
        padding: 12px;
        box-shadow: none;
    }

    .mega-feature {
        display: none;
    }

    .mega-services {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .section-pad {
        padding: 62px 0;
    }

    .editorial-photo {
        min-height: 360px;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }

    .map-frame {
        min-height: 330px;
    }
}
