:root {
    --bg-dark: #150c08;
    --bg-light: #2d1a11;
    --accent: #d9a35f;
    --amber-500: #e6b167;
    --amber-600: #c5853a;
    --accent-soft: rgba(94, 60, 36, 0.38);
    --text-primary: #f5e9dd;
    --text-primary2: #ffffff;
    --text-muted: rgba(240, 214, 193, 0.78);
    --card-bg: rgba(23, 14, 9, 0.82);
    --border-color: rgba(255, 255, 255, 0.08);
    --max-width: 1400px;
    font-family: 'Pretendard', 'Prompt', 'Segoe UI', sans-serif;
    color: var(--text-primary);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: radial-gradient(circle at 18% 16%, #6c3d23 0%, #33190f 48%, #120905 90%);
    color: var(--text-primary);
    line-height: 1.7;
    overflow-x: hidden;
    position: relative;
}

.dipper-sky {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    background: radial-gradient(circle at 28% 12%, rgba(255,255,255,0.05), transparent 45%),
                radial-gradient(circle at 72% 28%, rgba(255,255,255,0.04), transparent 48%);
}

.dipper-sky span {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    --start-x: 24px;
    --start-y: -120px;
    --end-x: -420px;
    --end-y: 360px;
    --duration: 6s;
    --delay: 0s;
    --angle: -33deg;
    --trail-len: 220px;
    --trail-thickness: 2px;
    filter: drop-shadow(0 0 22px rgba(255, 225, 180, 0.45));
    will-change: transform, opacity;
    animation: starFall var(--duration) cubic-bezier(0.38, 0.11, 0.32, 0.99) infinite;
    animation-delay: var(--delay);
}

.dipper-sky span::after {
    content: "";
    position: absolute;
    width: var(--trail-len);
    height: var(--trail-thickness);
    left: 50%;
    top: 50%;
    transform-origin: right center;
    transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(0);
    background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0));
    border-radius: 999px;
    opacity: 0;
    filter: drop-shadow(0 0 14px rgba(255, 210, 150, 0.45));
    animation: starTrail var(--duration) linear infinite;
    animation-delay: var(--delay);
}

.dipper-sky span:nth-child(1) {
    top: -6%;
    left: 88%;
    --delay: -0.8s;
    --duration: 4.2s;
    --start-x: 42px;
    --start-y: -140px;
    --end-x: -480px;
    --end-y: 360px;
    --angle: -28deg;
    --trail-len: 240px;
    --trail-thickness: 3px;
}

.dipper-sky span:nth-child(2) {
    top: 4%;
    left: 72%;
    --delay: 0.4s;
    --duration: 6.7s;
    --start-x: 34px;
    --start-y: -120px;
    --end-x: -420px;
    --end-y: 420px;
    --angle: -32deg;
    --trail-len: 220px;
    --trail-thickness: 2px;
}

.dipper-sky span:nth-child(3) {
    top: 14%;
    left: 54%;
    --delay: 1.3s;
    --duration: 7.9s;
    --start-x: 28px;
    --start-y: -150px;
    --end-x: -520px;
    --end-y: 450px;
    --angle: -34deg;
    --trail-len: 260px;
    --trail-thickness: 3px;
}

.dipper-sky span:nth-child(4) {
    top: 22%;
    left: 90%;
    --delay: 2.8s;
    --duration: 5.1s;
    --start-x: 40px;
    --start-y: -100px;
    --end-x: -360px;
    --end-y: 300px;
    --angle: -30deg;
    --trail-len: 210px;
    --trail-thickness: 2px;
}

.dipper-sky span:nth-child(5) {
    top: 30%;
    left: 38%;
    --delay: 3.6s;
    --duration: 8.4s;
    --start-x: 24px;
    --start-y: -130px;
    --end-x: -500px;
    --end-y: 480px;
    --angle: -36deg;
    --trail-len: 250px;
    --trail-thickness: 3px;
}

.dipper-sky span:nth-child(6) {
    top: 38%;
    left: 82%;
    --delay: 4.9s;
    --duration: 6.1s;
    --start-x: 46px;
    --start-y: -90px;
    --end-x: -340px;
    --end-y: 320px;
    --angle: -29deg;
    --trail-len: 200px;
    --trail-thickness: 2px;
}

.dipper-sky span:nth-child(7) {
    top: 46%;
    left: 18%;
    --delay: 5.7s;
    --duration: 7.2s;
    --start-x: 30px;
    --start-y: -110px;
    --end-x: -460px;
    --end-y: 410px;
    --angle: -35deg;
    --trail-len: 240px;
    --trail-thickness: 3px;
}

.dipper-sky span:nth-child(8) {
    top: 55%;
    left: 68%;
    --delay: 6.6s;
    --duration: 4.8s;
    --start-x: 36px;
    --start-y: -70px;
    --end-x: -300px;
    --end-y: 250px;
    --angle: -27deg;
    --trail-len: 190px;
    --trail-thickness: 2px;
}

.dipper-sky span:nth-child(9) {
    top: 62%;
    left: 10%;
    --delay: 7.3s;
    --duration: 9.1s;
    --start-x: 26px;
    --start-y: -120px;
    --end-x: -540px;
    --end-y: 470px;
    --angle: -37deg;
    --trail-len: 270px;
    --trail-thickness: 3px;
}

.dipper-sky span:nth-child(10) {
    top: 70%;
    left: 46%;
    --delay: 8.2s;
    --duration: 5.6s;
    --start-x: 32px;
    --start-y: -80px;
    --end-x: -320px;
    --end-y: 260px;
    --angle: -29deg;
    --trail-len: 210px;
    --trail-thickness: 2px;
}

.dipper-sky span:nth-child(11) {
    top: 78%;
    left: 88%;
    --delay: 8.9s;
    --duration: 6.8s;
    --start-x: 44px;
    --start-y: -90px;
    --end-x: -360px;
    --end-y: 280px;
    --angle: -30deg;
    --trail-len: 220px;
    --trail-thickness: 2px;
}

.dipper-sky span:nth-child(12) {
    top: 86%;
    left: 32%;
    --delay: 9.7s;
    --duration: 8.6s;
    --start-x: 30px;
    --start-y: -90px;
    --end-x: -480px;
    --end-y: 360px;
    --angle: -33deg;
    --trail-len: 260px;
    --trail-thickness: 3px;
}


body::before,
body::after {
    content: "";
    position: fixed;
    width: 40px;
    height: 40px;
    opacity: 0.35;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.6));
}

body::before {
    top: 18%;
    left: 12%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23f6d5a6' d='M4 26.5C8 15 16 7 20 7s12 8 16 19.5l-16 7z'/%3E%3Cpath fill='%23d29352' d='M18 31h4l2 7h-8z'/%3E%3C/svg%3E");
    animation: fanDrift 16s ease-in-out infinite;
}

body::after {
    bottom: 16%;
    right: 10%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cellipse cx='20' cy='18' rx='11' ry='10' fill='%23f6d5a6'/%3E%3Cpath fill='%23d29352' d='M14 26h12l-1.5 7h-9z'/%3E%3Ccircle cx='20' cy='33' r='3' fill='%23b46f34'/%3E%3C/svg%3E");
    animation: bellSwing 18s ease-in-out infinite;
}

img {
    max-width: 100%;
    display: block;
}

section {
    padding: 80px 24px;
}

main {
    background: linear-gradient(180deg,
        rgba(10,6,4,0.92) 0%,
        rgba(28,14,9,0.96) 38%,
        rgba(54,27,15,0.98) 70%,
        rgba(78,41,23,1) 100%);
    position: relative;
    z-index: 1;
}

.site-header {
    padding: 24px 0 0px;
    background: linear-gradient(135deg, rgb(56 19 19) 0%, rgb(0 0 0 / 67%) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.site-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 78% 18%, rgba(214, 160, 100, 0.25), transparent 55%);
    pointer-events: none;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
    padding: 0 24px;
    margin: 0 auto 32px;
    gap: 24px;
}

.brand {
    font-family: 'Song Myung', serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: var(--accent);
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    font-size: 1.5rem;
    padding: 6px 10px;
}

.primary-btn,
.ghost-btn {
    border: 1px solid var(--accent);
    color: var(--text-primary);
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.primary-btn {
    background: var(--accent);
    color: var(--text-primary2);
}

.primary-btn:hover {
    filter: brightness(1.1);
}

.ghost-btn {
    background: transparent;
}

.hero {
    width: 100%;
    margin: 0;
    position: relative;
}

.hero-slider {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: clamp(500px, 100vh, 700px);
    background: #08050d;
}

.hero-slider .swiper-wrapper {
    height: 100%;
}

.hero-slider .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hero-text {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: clamp(24px, 8vw, 100px);
    background: linear-gradient(90deg, rgb(57 17 17), rgba(9, 5, 3, 0.6) 60%, rgb(255 255 255 / 0%));
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    max-width: 820px;
}

.eyebrow {
    color: var(--accent);
    letter-spacing: 0.4em;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.hero-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 4vw, 3.6rem);
    margin: 18px 0;
}

.hero-desc {
    color: var(--text-muted);
    max-width: 540px;
}

.hero-mantra {
    font-family: 'Song Myung', serif;
    font-size: 1.05rem;
    color: var(--text-primary);
    letter-spacing: 0.06em;
    opacity: 0.9;
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0;
}

.hero-stats {
    list-style: none;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.hero-stats strong {
    font-size: 1.8rem;
    color: var(--accent);
    display: block;
}

.hero .swiper-button-prev,
.hero .swiper-button-next {
    color: var(--text-primary);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    backdrop-filter: blur(4px);
    z-index: 3;
    top: 50%;
}

.hero .swiper-button-prev {
    left: clamp(16px, 4vw, 64px);
}

.hero .swiper-button-next {
    right: clamp(16px, 4vw, 64px);
}

.hero .swiper-button-prev::after,
.hero .swiper-button-next::after {
    font-size: 16px;
}

.hero .swiper-pagination {
    bottom: 24px;
    z-index: 3;
}

.hero .swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.hero .swiper-pagination-bullet-active {
    background: var(--accent);
}

.section-tag {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--accent);
    font-size: 0.8rem;
    margin-bottom: 16px;
}

.about {
    max-width: var(--max-width);
    margin: 0 auto;
}

.about-content {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    padding: 40px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    backdrop-filter: blur(6px);
    box-shadow: 0 25px 60px rgba(5, 3, 2, 0.6);
}

.about-content h2 {
    font-family: 'Song Myung', serif;
    font-size: 2rem;
    margin-bottom: 16px;
}

.about-points {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.about-highlight {
    background: rgba(108, 69, 41, 0.35);
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.about-highlight span {
    font-size: 4rem;
    font-family: 'Playfair Display', serif;
    color: var(--accent);
}

.services {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
}

.services h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 28px;
}

.service-grid article {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
    transition: transform 0.25s ease, border-color 0.25s ease;
    backdrop-filter: blur(4px);
}

.service-grid article:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
}

.service-media {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.35);
}

.service-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-grid article:hover .service-media img {
    transform: scale(1.05);
}

.service-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 24px 24px 28px;
}

.service-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.service-body h3 {
    font-size: 1.35rem;
    margin: 0;
}

.service-body p {
    color: var(--text-muted);
}

.service-points {
    list-style: none;
    display: grid;
    gap: 8px;
    padding-left: 0;
    margin: 0;
}

.service-points li {
    position: relative;
    padding-left: 18px;
    font-size: 0.95rem;
}

.service-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
}

@supports not (aspect-ratio: 4 / 3) {
    .service-media {
        position: relative;
        padding-top: 75%;
    }

    .service-media img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
    }
}

.gallery {
    max-width: var(--max-width);
    margin: 0 auto;
}

.gallery h2 {
    font-size: 2.3rem;
    margin-bottom: 28px;
    text-align: left;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.gallery-card {
    position: relative;
    border: none;
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
    cursor: pointer;
    background: var(--card-bg);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    backdrop-filter: blur(4px);
}

.gallery-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    background: #1a100a;
}

.gallery-cover {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8,4,2,0) 25%, rgba(8,4,2,0.88) 100%);
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    gap: 6px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.gallery-card:hover .gallery-cover,
.gallery-card:focus-visible .gallery-cover {
    opacity: 1;
    transform: translateY(0);
}

.gallery-cover span {
    font-size: 0.9rem;
    color: var(--accent);
}

.gallery-card:focus {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
}

.gallery-note {
    margin-top: 14px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.gallery-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 18px;
}

.gallery-nav.hidden {
    display: none;
}

.gallery-nav button {
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-primary);
    padding: 10px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.gallery-nav button:disabled {
    opacity: 0.5;
    cursor: default;
}

.gallery-nav button:not(:disabled):hover {
    background: var(--accent);
    color: #1a1208;
}

.cta {
    max-width: var(--max-width);
    margin: 0 auto;
    background: linear-gradient(120deg, rgba(69, 36, 20, 0.95), rgba(32, 15, 8, 0.95));
    border-radius: 30px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
}

.pricing-desc {
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto 32px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.pricing-grid article {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 22px;
    padding: 32px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
    backdrop-filter: blur(4px);
}

.pricing-type {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
    font-size: 0.85rem;
}

.pricing-grid strong {
    font-size: 2rem;
    color: var(--accent);
}

.reviews {
    max-width: var(--max-width);
    margin: 0 auto;
    text-align: center;
}

.review-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.review-slider article {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 24px;
    text-align: left;
    min-height: 220px;
    backdrop-filter: blur(4px);
}

.review-slider article.active {
    border-color: var(--accent);
    box-shadow: 0 12px 30px rgba(215, 167, 75, 0.2);
}

.review-meta {
    margin-top: 18px;
    color: var(--text-muted);
}

.contact {
    max-width: var(--max-width);
    margin: 0 auto;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.contact-grid > div {
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 18px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100%;
    backdrop-filter: blur(4px);
}

.contact-grid ul {
    list-style: none;
    line-height: 1.8;
    padding-left: 0;
}

.contact-grid ul a {
    color: var(--text-primary);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 0;
}

.contact-grid ul a::after {
    content: '';
    flex: 1 0 auto;
    height: 1px;
    margin-left: 8px;
    background: linear-gradient(90deg, var(--accent), transparent);
    opacity: 0.4;
}

.contact-grid ul a:hover {
    color: var(--accent);
}

.contact-grid h3 {
    font-size: 1.2rem;
    font-family: 'Song Myung', serif;
}

.hours-list {
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 12px;
}

.hours-list li {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--border-color);
    transition: background 0.2s ease;
}

.hours-list li:last-child {
    border-bottom: none;
}

.hours-list li.is-today {
    background: rgba(255,255,255,0.05);
}

.hours-list li > span:first-child {
    font-weight: 700;
    font-family: 'Song Myung', serif;
}

.hours-list li > span:nth-child(2) {
    color: var(--text-muted);
}

.hours-line-status {
    font-size: 0.85rem;
    font-weight: 600;
    justify-self: end;
    text-align: right;
    min-width: 120px;
}

.hours-list li[data-line-state="open"] .hours-line-status {
    color: #4ade80;
}

.hours-list li[data-line-state="preparing"] .hours-line-status {
    color: #facc15;
}

.hours-list li[data-line-state="closed"] .hours-line-status {
    color: #f87171;
}

.hours-list li[data-line-state="holiday"] .hours-line-status {
    color: #fb923c;
}

.hours-note {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.hours-status {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 16px;
    background: rgba(8,5,3,0.6);
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 14px 0;
    backdrop-filter: blur(4px);
}

.status-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    padding: 6px 16px;
    font-weight: 600;
    background: rgba(255,255,255,0.08);
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f87171;
    box-shadow: 0 0 10px rgba(248,113,113,0.4);
}

.hours-status[data-state="open"] .status-pill {
    background: rgba(58,132,94,0.28);
}

.hours-status[data-state="open"] .status-dot {
    background: #4ade80;
    box-shadow: 0 0 12px rgba(74,222,128,0.7);
}

.hours-status[data-state="open"] .status-text {
    color: #4ade80;
}

.hours-status[data-state="preparing"] .status-pill {
    background: rgba(250,204,21,0.2);
}

.hours-status[data-state="preparing"] .status-dot {
    background: #facc15;
    box-shadow: 0 0 12px rgba(250, 204, 21, 0.7);
}

.hours-status[data-state="preparing"] .status-text {
    color: #facc15;
}

.hours-status[data-state="closed"] .status-dot {
    background: #f87171;
    box-shadow: 0 0 12px rgba(248,113,113,0.6);
}

.hours-status[data-state="closed"] .status-text {
    color: #f87171;
}

.hours-status[data-state="holiday"] .status-pill {
    background: rgba(251,146,60,0.2);
}

.hours-status[data-state="holiday"] .status-dot {
    background: #fb923c;
    box-shadow: 0 0 12px rgba(251,146,60,0.6);
}

.hours-status[data-state="holiday"] .status-text {
    color: #fb923c;
}

.status-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: var(--text-muted);
    font-size: 0.9rem;
}

.status-meta span + span {
    opacity: 0.85;
}

.contact-cta {
    background: linear-gradient(140deg, rgba(57, 30, 17, 0.95), rgba(20, 10, 6, 0.9));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    color: var(--text-primary);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.55);
}

.cta-info p {
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.cta-map iframe {
    width: 100%;
    height: 160px;
    border: none;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.contact-cta .ghost-btn {
    border-color: rgba(255,255,255,0.4);
}

.site-footer {
    position: relative;
    padding: 70px 0 90px;
    background: linear-gradient(160deg, rgba(45,21,12,0.97), rgba(15,8,5,0.98));
    border-top: 1px solid var(--border-color);
    z-index: 1;
}

.site-footer .footer-grid {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 36px;
    text-align: left;
}

.site-footer .footer-grid > div {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.site-footer h3 {
    font-family: 'Song Myung', serif;
    font-size: 1.4rem;
}

.site-footer h4 {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--text-muted);
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
    line-height: 1.9;
}

.site-footer a {
    color: var(--text-primary);
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--accent);
}

.footer-copy {
    max-width: var(--max-width);
    margin: 32px auto 0;
    padding: 0 24px;
    text-align: center;
    color: var(--text-muted);
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(5, 3, 2, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
    z-index: 60;
}

.lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-backdrop {
    position: absolute;
    inset: 0;
}

.lightbox-body {
    position: relative;
    z-index: 1;
    max-width: min(900px, 90vw);
    background: #120a07;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.65);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lightbox-body img {
    width: 100%;
    border-radius: 14px;
    background: #1a0f0a;
    max-height: 70vh;
    object-fit: cover;
}

.lightbox-close {
    align-self: flex-end;
    background: transparent;
    border: none;
    color: var(--text-primary);
    font-size: 1.4rem;
    cursor: pointer;
    padding: 4px;
}

.lightbox-caption {
    color: var(--text-muted);
}

.call-float {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 50;
    text-decoration: none;
}

.call-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: row-reverse;
}

.call-ping {
    position: absolute;
    margin: auto;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: rgba(241, 178, 74, 0.3);
    animation: call-ping 2.4s infinite;
    z-index: 1;
}

.call-button {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--amber-500), var(--amber-600));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.9);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    color: #fff;
    font-size: 2rem;
    z-index: 2;
}

.call-float:hover .call-button {
    transform: scale(1.07);
    box-shadow: 0 32px 85px rgba(15, 23, 42, 1);
    filter: brightness(1.05);
}

.call-tooltip {
    background: rgba(24, 13, 8, 0.92);
    padding: 12px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
    min-width: 180px;
    opacity: 0;
    transform: translateX(20px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.call-float:hover .call-tooltip {
    opacity: 1;
    transform: translateX(0);
}

.call-tooltip-title {
    font-weight: 600;
    color:#fff;
}

.call-tooltip-phone {
    font-size: 0.9rem;
    color: var(--accent);
}

@keyframes fanDrift {
    0% {
        transform: translate3d(0, 0, 0) rotate(-6deg);
        opacity: 0.35;
    }
    50% {
        transform: translate3d(18px, -20px, 0) rotate(6deg);
        opacity: 0.5;
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(-6deg);
        opacity: 0.35;
    }
}

@keyframes bellSwing {
    0% {
        transform: translate3d(0, 0, 0) rotate(5deg);
        opacity: 0.35;
    }
    50% {
        transform: translate3d(-20px, 25px, 0) rotate(-5deg);
        opacity: 0.55;
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(5deg);
        opacity: 0.35;
    }
}

@keyframes starFall {
    0% {
        transform: translate3d(var(--start-x), var(--start-y), 0) scale(0.85);
        opacity: 0;
    }
    15% {
        opacity: 0.9;
    }
    55% {
        transform: translate3d(calc((var(--start-x) + var(--end-x)) * 0.5), calc((var(--start-y) + var(--end-y)) * 0.5), 0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--end-x), var(--end-y), 0) scale(0.45);
        opacity: 0;
    }
}

@keyframes starTrail {
    0% {
        transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(0);
        opacity: 0;
    }
    20% {
        transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(1);
        opacity: 0.9;
    }
    60% {
        transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(0.4);
        opacity: 0.35;
    }
    100% {
        transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(0);
        opacity: 0;
    }
}

@keyframes call-ping {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 800px) {
    .call-float {
        right: 16px;
        bottom: 16px;
    }

    .call-tooltip {
        display: none;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-card img {
        height: 220px;
    }

    .hero-slider {
        height: auto;
    }

    .hero-slider .swiper-wrapper {
        height: clamp(320px, 60vh, 520px);
    }

    .hero-text {
        position: static;
        padding: 28px 24px 36px;
        max-width: none;
        background: #07050d;
        border-top: 1px solid var(--border-color);
    }

    .hero .swiper-button-prev,
    .hero .swiper-button-next {
        top: auto;
        bottom: 48px;
    }

    .hero .swiper-pagination {
        bottom: 16px;
    }

    .nav {
        flex-wrap: wrap;
    }

    .nav-links {
        width: 100%;
        flex-direction: column;
        display: none;
        background: #120f18;
        padding: 16px;
        border: 1px solid var(--border-color);
        border-radius: 14px;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .primary-btn {
        font-size: 0.9rem;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        flex-wrap: wrap;
    }

    .cta {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    section,
    .site-header {
        padding-left: 18px;
        padding-right: 18px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .lightbox-body {
        padding: 16px;
    }
}
