:root {
    --bg: #f4efe6;
    --surface: rgba(255, 255, 255, 0.84);
    --surface-strong: rgba(255, 255, 255, 0.95);
    --ink: #14281d;
    --muted: #5f6d63;
    --brand: #d97706;
    --brand-deep: #9a3412;
    --accent: #1f6f5f;
    --accent-deep: #123c33;
    --accent-soft: #e4f4ef;
    --shadow: 0 24px 60px rgba(43, 33, 14, 0.12);
    --button: linear-gradient(135deg, #2e5e7b 0%, #1f3744 100%);
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(217, 119, 6, 0.18), transparent 28%),
        radial-gradient(circle at top right, rgba(31, 111, 95, 0.12), transparent 26%),
        linear-gradient(180deg, #fbf7f0 0%, #f4efe6 46%, #efe8dc 100%);
    min-height: 100vh;
    padding-top: 76px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Sora", sans-serif;
}

.service-page {
    padding: 1.5rem 0 3rem;
}

.hero-panel,
.overview-card,
.tabs-shell,
.service-card,
.content-card,
.hero-stat,
.empty-card,
.modal-shell {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow);
}

.hero-panel,
.tabs-shell,
.empty-card,
.modal-shell {
    border-radius: 34px;
}

.hero-panel {
    position: relative;
    overflow: hidden;
    padding: 2rem;
    margin-bottom: 1.5rem;
}

.hero-panel::before,
.hero-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-panel::before {
    width: 260px;
    height: 260px;
    top: -100px;
    right: -60px;
    background: rgba(217, 119, 6, 0.16);
}

.hero-panel::after {
    width: 220px;
    height: 220px;
    bottom: -110px;
    left: -70px;
    background: rgba(31, 111, 95, 0.12);
}

.eyebrow,
.section-badge,
.meta-pill,
.social-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border-radius: 999px;
    font-weight: 800;
}

.eyebrow {
    padding: .6rem .9rem;
    background: rgba(255, 255, 255, 0.8);
    color: var(--brand-deep);
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-title {
    font-size: clamp(2.35rem, 4.8vw, 4.3rem);
    line-height: 1.04;
    margin: 1rem 0;
}

.hero-copy,
.section-copy,
.service-card p,
.reservation-copy,
.muted-copy,
.review-card p,
.notice-list li {
    color: white;
}

.hero-actions,
.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.5rem;
}

.btn-brand,
.btn-soft {
    border-radius: 999px;
    padding: .92rem 1.3rem;
    font-weight: 800;
}

.btn-brand {
    color: #fff;
    border: none;
    background: linear-gradient(135deg, var(--brand) 0%, var(--brand-deep) 100%);
    box-shadow: 0 14px 28px rgba(154, 52, 18, 0.2);
}

.btn-brand:hover {
    color: #fff;
}

.btn-soft {
    color: var(--ink);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(20, 40, 29, 0.08);
}

.hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    margin-top: 1.6rem;
}

.hero-stat {
    min-width: 150px;
    padding: 1rem 1.1rem;
    border-radius: 22px;
}

.hero-stat strong {
    display: block;
    font-size: 1.45rem;
    font-family: "Sora", sans-serif;
}

.social-pill {
    padding: .58rem .9rem;
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink);
    text-decoration: none;
    border: 1px solid rgba(20, 40, 29, 0.08);
}

.muted-pill {
    color: var(--muted);
}

.hero-gallery {
    display: grid;
    gap: 1rem;
}

.hero-image-main {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 28px;
}

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

.hero-thumb {
    width: 100%;
    height: 92px;
    object-fit: cover;
    border-radius: 18px;
}

.overview-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.overview-card {
    border-radius: 24px;
    padding: 1rem 1.1rem;
}

.overview-label {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .82rem;
    color: var(--muted);
    margin-bottom: .35rem;
}

.overview-card strong {
    display: block;
    font-size: 1.05rem;
}

.tabs-shell {
    padding: 1.35rem;
    color: white;
}

.marketplace-tabs {
    gap: .75rem;
}

.marketplace-tabs .nav-link {
    border: none;
    border-radius: 999px;
    padding: .78rem 1.05rem;
    background: rgba(20, 40, 29, 0.05);
    color: var(--bg);
    font-weight: 800;
}

.marketplace-tabs .nav-link.active {
    background: linear-gradient(135deg, #124335 0%, #1f6a55 100%);
    color: #fff;
}

.marketplace-tabs .nav-link.active:hover {
    background: linear-gradient(135deg, #1a332c 0%, #154437 100%);
    color: #fff;
    transform: translateY(-2px);
} 
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.service-card {
    border-radius: 28px;
    overflow: hidden;
}

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

.service-card-body {
    padding: 1.2rem;
    background: var(--surface-strong);
}

.service-card-body h3 {
    font-size: 1.18rem;
    margin: .75rem 0 .45rem;
}

.service-card-meta,
.mini-actions,
.notice-grid,
.about-layout,
.section-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.accent-pill {
    padding: .42rem .78rem;
    background: rgba(31, 111, 95, 0.08);
    color: var(--accent);
    font-size: .78rem;
}

.meta-pill {
    padding: .42rem .78rem;
    background: rgba(255, 255, 255, 0.88);
    color: var(--ink);
    border: 1px solid rgba(20, 40, 29, 0.08);
    font-size: .78rem;
}

.calendar-shell,
.about-main,
.about-side,
.notice-grid {
    display: grid;
    gap: 1rem;
}

#calendar {
    min-height: 460px;
}

#calendar .fc-toolbar-chunk {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
}

#calendar .fc-button-group,
#calendar .fc-toolbar-chunk > div:last-child {
    flex-wrap: wrap;
}

#calendar .fc-event,
#calendar .fc-list-event {
    border-radius: 0.9rem;
}

#calendar .fc-list-event-title {
    font-weight: 600;
}

#calendar .fc-list-day-cushion {
    padding: 0.8rem 0;
}

.form-select option {
  background: rgba(255, 255, 255, 0.06);
  color: white;
}
.calendar-board,
.content-card {
    border-radius: 28px;
    padding: 1.25rem;
    background: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: var(--shadow);
}

@media (max-width: 767px) {
    .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .calendar-shell {
        padding: 1rem;
    }

    #calendar {
        min-height: 520px;
    }

    .modal-dialog.modal-fullscreen-sm-down {
        max-width: 100%;
        margin: 0.5rem;
    }

    .modal-content.modal-shell {
        border-radius: 1.25rem;
    }

    .reservation-copy {
        font-size: 0.98rem;
    }
}

.section-badge {
    padding: .38rem .72rem;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: .8rem;
}

.section-title {
    margin: .9rem 0 .35rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

.about-layout {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 1rem;
}

.about-side {
    display: grid;
    gap: 1rem;
}

.quote-box {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(7, 14, 10, 0.05);
}

.schedule-list {
    display: grid;
    gap: .75rem;
}

.schedule-row {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 0;
    border-bottom: 1px solid rgba(20, 40, 29, 0.08);
}

.schedule-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.review-stack,
.related-stack {
    display: grid;
    gap: .85rem;
}

.review-card {
    padding: .95rem;
    border-radius: 18px;
    background: rgba(20, 40, 29, 0.05);
}

.review-stars {
    display: block;
    color: var(--brand);
    margin: .25rem 0;
}

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

.notice-title {
    font-size: 1.1rem;
    margin: .85rem 0 .5rem;
}

.notice-list {
    margin: 0;
    padding-left: 1.1rem;
}

.related-link {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem .95rem;
    border-radius: 18px;
    background: rgba(20, 40, 29, 0.05);
    color: var(--ink);
    text-decoration: none;
}

.empty-card {
    padding: 2rem;
    text-align: center;
    grid-column: 1 / -1;
}

.modal-shell {
    color: var(--ink);
}


.fc-timegrid-slot {
    cursor: pointer;
}

.fc-event {
    border-radius: 10px !important;
    font-size: 12px;
}

.fc-bg-event {
    opacity: 0.2 !important;
}

.fc-timegrid-slot:hover {
    background: rgba(31, 111, 95, 0.08);
}

.calendar-board {
    width: 100%;
    min-height: 750px;
}

.fc {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .hero-title {
        max-width: none;
    }

    .overview-strip,
    .about-layout,
    .notice-grid {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 767.98px) {
    .service-page {
        padding-top: 1rem;
    }

    .hero-panel,
    .tabs-shell {
        padding: 1.2rem;
    }

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

    .hero-thumb {
        height: 160px;
    }
}
