:root {
    --bg: #f6f0e8;
    --bg-soft: #fbf7f1;
    --panel: rgba(255,255,255,0.62);
    --panel-solid: #fffaf4;
    --panel-strong: rgba(255, 250, 244, 0.84);
    --ink: #241d18;
    --muted: #6f655d;
    --accent: #ab8a56;
    --accent-deep: #87683b;
    --accent-soft: #d9b97a;
    --line: rgba(36, 29, 24, 0.09);
    --shadow: 0 20px 60px rgba(33, 24, 16, 0.08);
    --shadow-soft: 0 14px 34px rgba(33, 24, 16, 0.06);
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 14px;
    --shell: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(171, 138, 86, 0.1), transparent 30%),
        linear-gradient(180deg, #fbf6f0 0%, #f5eee5 100%);
    background-color: #f7efe5;
    line-height: 1.7;
}

body.home-page {
    background:
        radial-gradient(circle at top left, rgba(171, 138, 86, 0.14), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.16), rgba(245, 238, 229, 0.08)),
        url('/Assets/images/ui/parchment-bg.png');
    background-color: #f6f0e8;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, 1800px auto;
}

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

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

main {
    min-height: 60vh;
}

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

.shell.narrow {
    width: min(860px, calc(100% - 40px));
}

.eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-deep);
    margin-bottom: 16px;
}

.eyebrow-light {
    color: rgba(255, 245, 230, 0.78);
}

h1, h2, h3, .footer-title, .brand__copy strong {
    font-family: "Cormorant Garamond", serif;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin: 0;
}

h1 {
    font-size: clamp(3.3rem, 8vw, 6rem);
    font-weight: 600;
}

h2 {
    font-size: clamp(2.1rem, 4.8vw, 3.6rem);
    font-weight: 600;
}

h3 {
    font-size: 2rem;
    font-weight: 600;
}

p {
    margin: 0 0 1rem;
    color: var(--muted);
}

.btn,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.btn:hover,
.button:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, #b99762, #8f6b40);
    color: #fffaf2;
    box-shadow: 0 14px 32px rgba(141, 106, 63, 0.18);
}

.btn-secondary,
.button--ghost,
.btn-ghost {
    background: rgba(255,255,255,0.55);
    border-color: rgba(36, 29, 24, 0.1);
    color: var(--ink);
    backdrop-filter: blur(12px);
}

.btn-block {
    width: 100%;
}

.text-link {
    font-weight: 700;
    color: var(--accent-deep);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 16px 0 10px;
    background: rgba(250, 245, 239, 0.6);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(36, 29, 24, 0.04);
    transition: padding .28s ease, background-color .28s ease, backdrop-filter .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.site-header.is-condensed {
    padding: 10px 0 8px;
    background: rgba(250, 245, 239, 0.86);
    backdrop-filter: blur(18px);
    border-bottom-color: rgba(36, 29, 24, 0.07);
    box-shadow: 0 10px 30px rgba(33, 24, 16, 0.05);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.brand__crest {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(145deg, #2b2018, #503824);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    padding: 8px;
}

.brand__crest img {
    width: 100%;
    height: 100%;
}

.brand__copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.brand__copy strong {
    font-size: 1.74rem;
    letter-spacing: -0.04em;
}

.brand__copy small {
    color: #77695f;
    font-size: 0.68rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.nav-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-weight: 700;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-nav > a:not(.button) {
    color: #4b3e34;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    position: relative;
    transition: color .2s ease;
}

.site-nav > a:not(.button)::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 1px;
    background: rgba(135, 104, 59, 0.6);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .22s ease;
}

.site-nav > a:not(.button):hover {
    color: var(--accent-deep);
}

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

.button--header-cta {
    min-height: 48px;
    padding: 0 22px;
    background: rgba(255,250,244,0.74);
    border-color: rgba(171, 138, 86, 0.32);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.62);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 11px;
}

.hero {
    padding: 72px 0 48px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 42px;
    align-items: center;
}

.hero-copy {
    padding: 30px 0 36px;
}

.hero-text {
    max-width: 590px;
    font-size: 1.08rem;
    line-height: 1.85;
    margin-top: 28px;
}

.hero-actions,
.cta-actions,
.cta-stack {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-actions {
    margin: 18px 0 26px;
}

.hero-primary-cta {
    margin: 36px 0 0;
}

.btn-primary-hero {
    width: min(520px, 100%);
    min-height: 70px;
    padding: 0 26px;
    justify-content: center;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 22px 40px rgba(141, 106, 63, 0.24);
    position: relative;
    padding-right: 66px;
}

.btn-primary-hero::after {
    content: ">";
    position: absolute;
    right: 18px;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
    font-size: 1rem;
    line-height: 1;
}

.hero-points {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-points span {
    padding: 11px 16px;
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(36, 29, 24, 0.06);
    border-radius: 999px;
    color: #4f443b;
    font-size: 13px;
}

.hero-media {
    position: relative;
}

.hero-image-card {
    border-radius: 44px;
    overflow: hidden;
    min-height: 660px;
    box-shadow: var(--shadow);
    position: relative;
}

.hero-image-card img {
    height: 660px;
    object-fit: cover;
}

.hero-aside-card {
    position: absolute;
    bottom: 28px;
    left: 28px;
    max-width: 410px;
    padding: 28px 30px 24px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(29, 21, 15, 0.8), rgba(29, 21, 15, 0.62));
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 52px rgba(0,0,0,0.2);
}

.hero-aside-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(247, 232, 208, 0.92);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 11px;
    font-weight: 700;
}

.hero-aside-card h3 {
    color: #fbf0e0;
    font-size: 2rem;
    margin-bottom: 12px;
}

.hero-aside-card .service-rich-text p {
    color: rgba(255,255,255,0.84);
    font-size: 0.98rem;
    line-height: 1.8;
}

.hero-aside-footer {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.hero-aside-footer span {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: rgba(250, 240, 223, 0.88);
    font-size: 12px;
}

.section {
    padding: 56px 0 74px;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 30px;
}

.section-heading p {
    margin-top: 14px;
}

.split {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

.value-grid,
.testimonial-grid,
.promotion-grid,
.admin-card-grid {
    display: grid;
    gap: 20px;
}

.value-grid,
.testimonial-grid,
.admin-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.value-card,
.testimonial-card,
.promotion-card,
.admin-card,
.contact-card,
.admin-form-card,
.admin-list-card,
.service-card,
.contact-cta-card {
    background: var(--panel);
    border: 1px solid rgba(255,255,255,0.55);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.value-card,
.testimonial-card,
.promotion-card,
.admin-card,
.contact-card {
    padding: 34px 30px;
    border-radius: var(--radius-md);
}

.value-card {
    position: relative;
    background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,250,244,0.54));
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(33, 24, 16, 0.1);
    border-color: rgba(171, 138, 86, 0.18);
}

.value-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(171, 138, 86, 0.12);
    color: var(--accent-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}

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

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

.service-card {
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(255,250,244,0.9));
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 64px rgba(33, 24, 16, 0.12);
    border-color: rgba(171, 138, 86, 0.22);
}

.service-card-image img {
    height: 308px;
    object-fit: cover;
}

.service-card-image {
    position: relative;
}

.service-card-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 249, 240, 0.84);
    color: #7a5a2e;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(171, 138, 86, 0.18);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.service-card-body {
    padding: 30px 28px 28px;
}

.service-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--accent-deep);
}

.service-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
}

.service-card-footer strong,
.promotion-price {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.35rem;
    color: var(--ink);
}

.service-price-block small {
    display: block;
    margin-bottom: 2px;
    color: var(--muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.btn-reserve {
    min-height: 48px;
    padding: 0 18px;
    background: rgba(255,255,255,0.72);
    border-color: rgba(36, 29, 24, 0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}

.btn-reserve:hover {
    background: rgba(255,255,255,0.92);
}

.btn-verify-coupon {
    margin-top: 6px;
    min-width: 220px;
    background: linear-gradient(135deg, #8f6b40, #6e4f2d);
    color: #fffaf2;
    border-color: rgba(110, 79, 45, 0.4);
    box-shadow: 0 14px 28px rgba(111, 80, 43, 0.2);
}

.btn-verify-coupon:hover {
    background: linear-gradient(135deg, #9b7749, #775534);
    color: #fffaf2;
}

.btn-coupon-action {
    background: linear-gradient(135deg, #9a6e38, #c69a57);
    color: #fff8ee;
    border-color: rgba(145, 103, 51, 0.24);
    box-shadow: 0 14px 28px rgba(145, 103, 51, 0.18);
}

.btn-coupon-action:hover {
    background: linear-gradient(135deg, #8d6332, #b98945);
}

.gallery-band {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 24px;
    align-items: center;
}

.gallery-band-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gallery-tile,
.gallery-page-card {
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--shadow);
    background: var(--panel-solid);
}

.gallery-tile img {
    height: 250px;
    object-fit: cover;
}

.gift-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 34px;
    align-items: stretch;
    padding: 36px;
    border-radius: 38px;
    background: linear-gradient(135deg, rgba(34, 26, 21, 0.96), rgba(73, 54, 34, 0.92));
    color: #f6ead6;
    box-shadow: 0 24px 70px rgba(33, 22, 14, 0.18);
}

.gift-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift-copy p {
    color: rgba(246, 234, 214, 0.78);
    max-width: 430px;
}

.gift-copy-panels {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 20px;
    max-width: 460px;
}

.gift-note-card {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
}

.gift-note-card strong {
    display: block;
    margin-bottom: 6px;
    color: #fff4df;
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.gift-note-card p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.7;
}

.gift-panel {
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gift-panel-header {
    margin-bottom: 18px;
}

.gift-panel-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: rgba(246, 234, 214, 0.68);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
}

.gift-panel-header h3 {
    color: #fff0db;
    font-size: 2.15rem;
    max-width: 520px;
}

.gift-panel-frame {
    padding: 18px;
    border-radius: 26px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
}

.contact-cta-card {
    padding: 30px 32px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.page-hero {
    padding: 76px 0 24px;
}

.page-hero p {
    margin-top: 18px;
    font-size: 1.05rem;
}

.page-hero-services h1 {
    font-size: clamp(2.7rem, 6.1vw, 4.9rem);
    line-height: 1.06;
    max-width: 920px;
}

.page-hero-services p {
    max-width: 860px;
}

.service-category-block + .service-category-block {
    margin-top: 48px;
}

.service-rich-text p:last-child {
    margin-bottom: 0;
}

.two-column-layout,
.contact-grid,
.admin-two-column {
    display: grid;
    gap: 24px;
}

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

.image-stack img {
    height: 580px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: var(--shadow);
}

.gallery-page-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.gallery-page-card img {
    height: 340px;
    object-fit: cover;
}

.gallery-page-card figcaption {
    padding: 18px 20px 22px;
}

.gallery-page-card span {
    display: block;
    color: var(--muted);
    font-size: 14px;
}

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

.promotion-card h2 {
    font-size: 2.1rem;
    margin: 10px 0 12px;
}

.coupon-notice {
    margin: 14px 0 20px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(171, 138, 86, 0.08);
    border: 1px solid rgba(171, 138, 86, 0.14);
    color: #7a5a2e;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.coupon-notice-strong {
    background: rgba(179, 91, 45, 0.08);
    border-color: rgba(179, 91, 45, 0.16);
    color: #7a3d20;
}

.btn-print-primary {
    background: linear-gradient(135deg, #7f5527, #b97f37);
    color: #fff9f1;
    box-shadow: 0 16px 32px rgba(127, 85, 39, 0.22);
}

.print-coupon-card {
    padding: 40px 38px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,249,241,0.94));
    border: 1px solid rgba(171, 138, 86, 0.18);
    box-shadow: var(--shadow);
}

.print-coupon-card .service-rich-text p:last-child {
    margin-bottom: 0;
}

.coupon-notice-print {
    font-size: 15px;
    line-height: 1.5;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(179, 61, 45, 0.08);
    border: 1px solid rgba(179, 61, 45, 0.16);
    color: #7a2118;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.admin-redeem-actions form {
    margin: 0;
}

.admin-redeem-actions .is-disabled {
    pointer-events: none;
    opacity: 0.45;
    box-shadow: none;
}

.print-coupon-code {
    margin: 28px 0 10px;
    padding: 20px 22px;
    border-radius: 22px;
    background: rgba(171, 138, 86, 0.08);
    border: 1px dashed rgba(135, 104, 59, 0.34);
}

.print-coupon-code small {
    display: block;
    margin-bottom: 8px;
    color: var(--accent-deep);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.print-coupon-code strong {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(2.4rem, 7vw, 4rem);
    letter-spacing: 0.08em;
}

.print-coupon-expiry {
    margin: 16px 0 10px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(127, 85, 39, 0.08);
    border: 1px solid rgba(127, 85, 39, 0.16);
}

.print-coupon-expiry small {
    display: block;
    margin-bottom: 6px;
    color: #875829;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.print-coupon-expiry strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 2rem;
    color: #72441d;
}

.coupon-verify-result {
    margin-top: 24px;
    padding: 22px 22px 18px;
    border-radius: 22px;
}

.coupon-verify-valid {
    background: rgba(92, 132, 87, 0.08);
    border: 1px solid rgba(92, 132, 87, 0.16);
}

.coupon-verify-invalid {
    background: rgba(179, 61, 45, 0.08);
    border: 1px solid rgba(179, 61, 45, 0.16);
}

@media print {
    .site-header,
    .site-footer,
    .offer-popup,
    .nav-toggle,
    .hero-actions,
    .hero-points {
        display: none !important;
    }

    body {
        background: #ffffff;
    }

    .page-hero {
        display: none !important;
    }

    .section {
        padding: 0 !important;
    }

    .shell.narrow {
        width: 100% !important;
        max-width: none !important;
    }

    .print-coupon-card {
        box-shadow: none;
        border-color: #9b7d49;
        margin-top: 0;
        padding: 20px 20px 18px;
        border-radius: 18px;
        break-inside: avoid;
        page-break-inside: avoid;
    }

    .print-coupon-card h2 {
        font-size: 2.25rem;
    }

    .print-coupon-card p,
    .print-coupon-card .service-rich-text p {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .print-coupon-code {
        margin: 14px 0 8px;
        padding: 14px 16px;
    }

    .print-coupon-code strong {
        font-size: 2.4rem;
    }

    .print-coupon-expiry {
        margin: 10px 0 8px;
        padding: 12px 14px;
    }

    .print-coupon-expiry strong {
        font-size: 1.45rem;
    }

    .coupon-notice {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .coupon-notice-print {
        font-size: 13px;
        padding: 10px 12px;
        line-height: 1.35;
    }
}

.site-footer {
    padding: 34px 0 44px;
    border-top: 1px solid rgba(36, 29, 24, 0.07);
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.1fr 1fr;
    gap: 24px;
}

.footer-title {
    font-size: 1.55rem;
    margin-bottom: 12px;
}

.footer-hours {
    display: grid;
    gap: 12px;
}

.footer-hours__row {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 8px 16px;
    align-items: start;
}

.footer-hours__day,
.footer-hours__time {
    color: var(--ink);
    font-weight: 600;
}

.footer-hours__note {
    grid-column: 2;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.4;
}

.admin-hero {
    padding-top: 56px;
}

.admin-card {
    border-radius: 28px;
    padding: 28px;
}

.admin-form-card,
.admin-list-card {
    border-radius: 28px;
    padding: 28px;
}

.admin-form-card-wide {
    max-width: 980px;
}

.admin-two-column {
    grid-template-columns: .9fr 1.1fr;
    align-items: start;
}

.form-field {
    margin-bottom: 18px;
}

.form-field label,
.checkbox-field span {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent-deep);
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    border: 1px solid rgba(36, 29, 24, 0.12);
    border-radius: 18px;
    padding: 14px 16px;
    font: inherit;
    color: var(--ink);
    background: rgba(255,255,255,0.82);
}

.form-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-check-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.checkbox-field {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.checkbox-field input {
    width: 18px;
    height: 18px;
}

.checkbox-field span {
    margin-bottom: 0;
}

.admin-alert {
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(179, 61, 45, 0.1);
    color: #8b2d22;
    border: 1px solid rgba(179, 61, 45, 0.14);
}

.admin-alert-success {
    background: rgba(92, 132, 87, 0.1);
    color: #416342;
    border-color: rgba(92, 132, 87, 0.18);
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(36, 29, 24, 0.08);
    text-align: left;
}

.admin-table th {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent-deep);
}

.admin-actions {
    white-space: nowrap;
}

.admin-actions .text-link + .text-link {
    margin-left: 14px;
}

.text-link-danger {
    color: #9a4a35;
}

.admin-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--accent-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.admin-back-link::before {
    content: "<";
}

.admin-subcard {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(36, 29, 24, 0.08);
}

.form-help {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.admin-image-preview {
    margin: 6px 0 18px;
    max-width: 320px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(36, 29, 24, 0.08);
    box-shadow: var(--shadow-soft);
}

.admin-image-preview img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.form-field-button {
    align-self: end;
}

.service-category-heading {
    align-items: center;
}

.service-category-media {
    width: min(360px, 100%);
    flex-shrink: 0;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(255,255,255,0.6);
}

.service-category-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.admin-login-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at top, rgba(171, 138, 86, 0.18), transparent 28%),
        linear-gradient(180deg, #191411 0%, #3a2b20 100%);
}

.admin-login-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
}

.admin-login-panel {
    width: min(520px, 100%);
    padding: 36px;
    border-radius: 32px;
    background: rgba(249, 243, 234, 0.96);
    box-shadow: 0 28px 80px rgba(0,0,0,0.18);
}

.offer-popup {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: none;
}

.offer-popup.is-visible {
    display: block;
}

.offer-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 14, 11, 0.72);
    backdrop-filter: blur(8px);
}

.offer-popup__dialog {
    position: relative;
    width: min(1040px, calc(100% - 24px));
    margin: 4vh auto;
    max-height: 92vh;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffbf5, #f8efe1);
    box-shadow: 0 40px 120px rgba(0,0,0,0.3);
}

.offer-popup__dialog {
    overflow-y: auto;
}

.offer-popup__content {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
}

.offer-popup__copy {
    padding: 48px 46px 44px;
}

.offer-popup__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(36, 29, 24, 0.12);
    background: rgba(255,255,255,0.75);
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(171, 138, 86, 0.12);
    color: var(--accent-deep);
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
}

.offer-popup__subtitle {
    margin-top: 14px;
    max-width: 520px;
    font-size: 1rem;
    line-height: 1.8;
}

.offer-popup__body {
    margin-top: 24px;
    max-width: 520px;
}

.offer-popup__body ul {
    padding-left: 18px;
    margin: 0;
    color: var(--muted);
}

.offer-popup__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.btn-offer-primary {
    min-height: 54px;
    padding: 0 24px;
}

.btn-offer-secondary {
    min-height: 54px;
    background: rgba(255,255,255,0.66);
}

.offer-popup__media {
    min-height: 100%;
    background: linear-gradient(180deg, #f1e2c9, #ead5ae);
}

.offer-popup__media img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.offer-popup__media--text {
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(circle at top, rgba(210, 171, 104, 0.36), transparent 34%),
        linear-gradient(180deg, #fff7ea 0%, #f3e3c7 100%);
}

.offer-popup__poster {
    width: 100%;
    min-height: 100%;
    padding: 36px 24px;
    border-radius: 26px;
    border: 1px solid rgba(171, 138, 86, 0.25);
    background: rgba(255,255,255,0.4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.offer-popup__poster span,
.offer-popup__poster em {
    color: var(--accent-deep);
}

.offer-popup__poster strong {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 8vw, 5rem);
    line-height: 1;
    color: #7a5422;
}

@media (max-width: 1100px) {
    .hero-grid,
    .gallery-band,
    .gift-grid,
    .admin-two-column,
    .site-footer__grid,
    .offer-popup__content {
        grid-template-columns: 1fr;
    }

    .featured-grid,
    .value-grid,
    .testimonial-grid,
    .admin-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-grid,
    .promotion-grid-full,
    .gallery-page-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .site-header__inner {
        flex-wrap: wrap;
    }

    .nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .site-nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        padding-top: 16px;
        gap: 14px;
    }

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

    .hero {
        padding-top: 32px;
    }

    h1 {
        font-size: clamp(2.7rem, 12vw, 4rem);
    }

    .hero-image-card,
    .hero-image-card img {
        min-height: 420px;
        height: 420px;
    }

    .hero-aside-card {
        position: static;
        margin-top: 16px;
        max-width: none;
    }

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

    .btn-primary-hero {
        width: 100%;
    }

    .value-grid,
    .testimonial-grid,
    .featured-grid,
    .admin-card-grid,
    .contact-grid,
    .two-column-layout,
    .form-grid-two {
        grid-template-columns: 1fr;
    }

    .contact-cta-card,
    .split {
        flex-direction: column;
        align-items: flex-start;
    }

    .gift-copy-panels {
        display: none;
    }

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

    .footer-hours__note {
        grid-column: auto;
    }

    .shell {
        width: min(var(--shell), calc(100% - 26px));
    }

    .offer-popup__dialog {
        margin: 10px auto;
        width: calc(100% - 16px);
        max-height: calc(100vh - 20px);
    }

    .offer-popup__copy {
        padding: 28px 22px;
    }

    .offer-popup__close {
        top: 12px;
        right: 12px;
    }

    .offer-popup__media img {
        height: auto;
        max-height: none;
    }
}
