/* ==========================================
   1. ALAPBEÁLLÍTÁSOK & SIMA GÖRGETÉS
   ========================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100vw;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #050505;
    color: #ffffff;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.modal-open {
    overflow: hidden;
}

.lang-switch {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1100;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: fit-content;
    max-width: calc(100vw - 16px);
    padding: 6px;
    border-radius: 999px;
    background: rgba(7, 7, 7, 0.88);
    border: 1px solid rgba(223, 183, 108, 0.22);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
}

.lang-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-decoration: none;
    color: #efefef;
    flex: 1 1 auto;
    white-space: nowrap;
    background: transparent;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lang-chip:active {
    transform: scale(0.98);
}

.lang-chip.is-active {
    background: linear-gradient(135deg, #dfb76c, #f7e0b3);
    color: #111111;
    font-weight: 700;
}

.page-content {
    min-height: 100vh;
}

.age-modal-backdrop {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(3, 3, 3, 0.92);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.age-modal-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.age-modal-card {
    width: min(100%, 460px);
    background: linear-gradient(145deg, rgba(17, 17, 17, 0.98), rgba(7, 7, 7, 0.98));
    border: 1px solid rgba(223, 183, 108, 0.22);
    border-radius: 24px;
    text-align: center;
    padding: 32px 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}

.age-modal-eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    color: #dfb76c;
    margin-bottom: 10px;
}

.age-modal-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    margin-bottom: 14px;
}

.age-modal-copy {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.age-modal-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.age-btn {
    min-width: 160px;
    text-align: center;
    justify-content: center;
}

.age-status {
    min-height: 22px;
    margin-top: 12px;
    color: #ffe3c1;
    font-size: 13px;
}

/* Közös szekció cím stílusok */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #dfb76c;
    display: block;
    margin-bottom: 10px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.reveal-header {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal-header.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal-header {
        transition: none;
    }
}

.shiny-text {
    display: inline-block;
    color: #fff;
    background: linear-gradient(110deg, #ffffff 0%, #ffe9c7 35%, #fff7e8 50%, #dfb76c 65%, #ffffff 100%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 18px rgba(223, 183, 108, 0.12);
    animation: shinyText 4.5s linear infinite;
}

.section-divider1 {
    width: 400px;
    height: 1px;
    background-color: #dfb76c;
    margin: 20px auto 0 auto;
}



.section-divider {
    width: 200px;
    height: 1px;
    background-color: #dfb76c;
    margin: 20px auto 0 auto;
}


/* ==========================================
   2. HERO SZEKCIÓ & LOGO (ÁTLÁTSZÓ KÉPPEL)
   ========================================== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: url('hatter.jfif');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 6% 50px 6%;
    z-index: 1;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.75) 35%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.6) 100%),
                linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
    z-index: -1;
}

header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.logo-container {
    display: flex;
    align-items: center;
    margin-right: 12%;
}

.logo-container img {
    height: 350px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: screen; /* Kiszűri a fekete hátteret az előlap.png-ről! */
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.logo-container img:hover {
    transform: scale(1.05) rotate(2deg);
}

nav { display: flex; gap: 45px; }
nav a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 13.5px;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    opacity: 0.85;
    position: relative;
    transition: color 0.3s ease;
}

nav a::after {
    content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 1px;
    background-color: #dfb76c; transition: width 0.3s ease;
}

nav a:hover { color: #dfb76c; opacity: 1; }
nav a:hover::after { width: 100%; }

.hero-content { max-width: 540px; margin-top: auto; margin-bottom: auto; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: 58px; line-height: 1.15; margin-bottom: 25px; }
.hero-content p { font-size: 15px; font-weight: 300; line-height: 1.6; color: #cccccc; margin-bottom: 40px; }

.hero-title-anim {
    animation: heroSlideInRight 1s ease forwards;
    opacity: 0;
    transform: translateX(50px);
}

.hero-sub-anim {
    animation: heroSlideInRight 1s ease 0.18s forwards;
    opacity: 0;
    transform: translateX(50px);
}

.menu-title-anim {
    animation: headerFadeDown 0.9s ease forwards;
    opacity: 0;
    transform: translateY(-25px);
}

.cta-group { display: flex; gap: 20px; }
.btn { font-size: 13.5px; font-weight: 500; text-decoration: none; padding: 15px 35px; border-radius: 30px; display: inline-block; transition: all 0.4s ease; }
.btn-primary { background: linear-gradient(90deg, #e7731a 0%, #cb4a05 100%); color: #ffffff; box-shadow: 0 4px 15px rgba(203, 74, 5, 0.2); animation: btnGlow 3s infinite alternate; }
.btn-primary:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(203, 74, 5, 0.5); }
.btn-secondary { background: transparent; color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.6); }
.btn-secondary:hover { border-color: #dfb76c; color: #dfb76c; background: rgba(255, 255, 255, 0.03); transform: translateY(-4px); }

.footer-info-bar { display: flex; align-items: center; width: 100%; }
.info-block { display: flex; align-items: center; gap: 15px; padding: 0 35px; border-left: 1px solid rgba(255, 255, 255, 0.15); }
.info-block:first-child { padding-left: 0; border-left: none; }
.info-icon svg { width: 24px; height: 24px; fill: #ffffff; opacity: 0.8; }
.info-text { display: flex; flex-direction: column; }
.info-label { font-size: 10px; color: rgba(255, 255, 255, 0.4); text-transform: uppercase; letter-spacing: 1.5px; }
.info-value { font-size: 14px; }

.scroll-indicator { position: absolute; bottom: 50px; right: 6%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 24px; height: 48px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 12px; }
.scroll-arrow { width: 4px; height: 4px; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; transform: rotate(45deg); margin-top: 12px; animation: scrollBounce 2s infinite; }

/* ==========================================
   3. ITALOK (MENU) SZEKCIÓ & PRÉMIUM NAGYÍTÁS
   ========================================== */
.story-section {
    padding: 120px 0 60px 0;
    background-color: #1a1a1a;
}

.story-section .section-header {
    text-align: left;
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0 6%;
}

.story-section .section-header h3 {
    text-align: left;
    color: #d8d8d8;
    font-size: 23px;
    line-height: 1.8;
    font-weight: 300;
    max-width: 760px;
}

.story-section .section-header img {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    padding-bottom: 20px;
    margin-top: -450px;
    margin-left: 900px;
    border-radius: 50px;
}

.story-section .section-divider {
    width: 100px;
    margin: 20px 0 0 0;
}

.menu-section {
    padding: 120px 6%;
    background-color: #0b0b0b;
}


.story-menu-section {
    padding: 50px 6%;
    background-color: #0b0b0b;
}
.story-menu-section {
    text-align: center;
    color: #ffd7bf;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 450;
    max-width: auto;
}

.story-menu-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}

.story-line {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 650ms ease, transform 650ms ease;
}

.story-line.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.book-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.book-nav {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(223, 183, 108, 0.35);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.book-nav:hover {
    transform: translateY(-2px);
    background: rgba(223, 183, 108, 0.12);
    border-color: rgba(223, 183, 108, 0.8);
}

.book-viewport {
    width: 100%;
    max-width: 980px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.book-pages {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2px;
}

.book-page-frame {
    flex: 0 0 calc(50% - 1px);
    width: auto;
    max-width: 430px;
    height: auto;
    overflow: hidden;
    border-radius: 18px;
    background: transparent;
    border: none;
}

.book-page-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    opacity: 1;
    transform: translateX(0) scale(1);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.book-page-frame.is-turning img {
    opacity: 0;
    transform: translateX(10px) scale(1.02);
}

.book-caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 14px;
    color: #cfcfcf;
    font-size: 13px;
}

.book-caption span {
    color: #dfb76c;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.book-caption p {
    text-align: right;
    max-width: 420px;
    line-height: 1.45;
}

@media (max-width: 768px) {
    .book-shell {
        flex-direction: row;
        align-items: stretch;
        gap: 8px;
    }

    .book-viewport {
        width: 100%;
        overflow: hidden;
    }

    .book-pages {
        display: flex;
        flex-direction: row;
        gap: 6px;
        width: 100%;
    }

    .book-page-frame {
        flex: 0 0 calc(50% - 3px);
        max-width: 50%;
        min-width: 0;
    }

    .book-page-frame img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .book-nav {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }

    .book-caption {
        flex-direction: column;
        align-items: flex-start;
    }

    .book-caption p {
        text-align: left;
    }
}

/* ==========================================
   4. ELÉRHETŐSÉG (CONTACT) SZEKCIÓ
   ========================================== */
.contact-section {
    padding: 100px 6% 40px 6%;
    background-color: #050505;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    margin-bottom: 80px;
}

.contact-desc {
    color: #999999;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 30px;
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.detail-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #dfb76c;
    margin-bottom: 5px;
}

.detail-value {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

/* Nyitvatartás Kártya */
.hours-card {
    background-color: #0b0b0b;
    border: 1px solid rgba(223, 183, 108, 0.15);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
}

.hours-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 14px;
}

.hours-row:last-child {
    border-bottom: none;
}

.hours-row span:first-child {
    color: #999999;
}

.hours-row span:last-child {
    color: #dfb76c;
    font-weight: 500;
}

/* Footer */
.main-footer {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.main-footer p {
    font-size: 12px;
    color: #555555;
    letter-spacing: 1px;
}
/* ==========================================
   5. Gallery
   ========================================== */
.gallery-section {
    padding: 100px 6% 80px 6%;
    background: linear-gradient(180deg, #151515 0%, #0b0b0b 100%);
    border-top: 1px solid rgba(255,255,255,0.05);
}

.gallery-header {
    max-width: 900px;
    margin: 0 auto 28px auto;
    text-align: center;
}

.gallery-copy {
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 10px;
}

.gallery-stage {
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
}

.gallery-track {
    display: flex;
    width: 100%;
    min-width: 100%;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.gallery-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 14px;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 380px;
    height: auto;
    object-fit: contain;
    border-radius: 22px;
    animation: galleryFloat 6s ease-in-out infinite;
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.gallery-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid rgba(223,183,108,0.6);
    background: transparent;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.gallery-dot.active {
    background: #dfb76c;
    transform: scale(1.15);
}

@keyframes galleryFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

/* ==========================================
   6. Asztalfoglalás szekció
   ========================================== */
.booking-section {
    padding: 0 6% 100px 6%;
    background: linear-gradient(180deg, #0b0b0b 0%, #050505 100%);
    border-top: 1px solid rgba(255,255,255,0.05);
}

.booking-shell {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 32px;
    align-items: stretch;
}

.booking-copy-block,
.booking-card {
    background: linear-gradient(145deg, rgba(17,17,17,0.98), rgba(8,8,8,0.98));
    border: 1px solid rgba(223,183,108,0.16);
    border-radius: 28px;
    margin-top: 50px;
    padding: 30px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.35);
}

.booking-copy-block .section-title {
    text-align: left;
    font-size: 36px;
    margin-bottom: 12px;
}

.booking-copy {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.booking-highlights {
    list-style: none;
    display: grid;
    gap: 10px;
    color: #efefef;
}

.booking-highlights li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}

.booking-highlights li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #dfb76c;
}

.booking-card {
    display: grid;
    gap: 14px;
}

.booking-card label {
    display: grid;
    gap: 6px;
    color: #efefef;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.booking-card input,
.booking-card select,
.booking-card textarea {
    width: 100%;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 14px;
    color: #ffffff;
    padding: 12px 14px;
    font: inherit;
}

.booking-card select option {
    color: #111111;
}

.booking-card input::placeholder,
.booking-card textarea::placeholder {
    color: #b8b8b8;
}

.booking-card input:focus,
.booking-card select:focus,
.booking-card textarea:focus {
    outline: none;
    border-color: rgba(223,183,108,0.8);
    box-shadow: 0 0 0 3px rgba(223,183,108,0.12);
}

.booking-note {
    color: #bcbcbc;
    font-size: 12px;
    line-height: 1.6;
}

/* ==========================================
   7. icon / social row
   ========================================== */

.social-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    width: fit-content;
    text-decoration: none;
}

.instagram img,
.facebook img,
.tiktok img {
    width: 48px;
    height: auto;
    display: block;
    margin-top: 0;
    filter: invert(100%) sepia(0%) grayscale(100%) brightness(150%);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.social-link:hover .instagram img,
.social-link:focus-visible .instagram img,
.social-link:hover .facebook img,
.social-link:focus-visible .facebook img,
.social-link:hover .tiktok img,
.social-link:focus-visible .tiktok img {
    transform: translateY(-3px) scale(1.05);
    filter: invert(100%) sepia(0%) grayscale(100%) brightness(150%);
}

@keyframes instagramPulse {
    0% { transform: translateY(-3px) scale(1.05); }
    50% { transform: translateY(-5px) scale(1.08); }
    100% { transform: translateY(-3px) scale(1.05); }
}

@keyframes facebookPulse {
    0% { transform: translateY(-3px) scale(1.05); }
    50% { transform: translateY(-5px) scale(1.08); }
    100% { transform: translateY(-3px) scale(1.05); }
}

@keyframes tiktokPulse {
    0% { transform: translateY(-3px) scale(1.05); }
    50% { transform: translateY(-5px) scale(1.08); }
    100% { transform: translateY(-3px) scale(1.05); }
}









/* ==========================================
   6. ANIMÁCIÓK (@keyframes)
   ========================================== */
@keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.anim-fade-down { animation: fadeDown 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; }

@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.anim-reveal-1 { animation: fadeInUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; opacity: 0; }
.anim-reveal-2 { animation: fadeInUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s forwards; opacity: 0; }
.anim-reveal-3 { animation: fadeInUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s forwards; opacity: 0; }
.anim-fade-up { animation: fadeInUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s forwards; opacity: 0; }

@keyframes btnGlow { 0% { box-shadow: 0 4px 15px rgba(203, 74, 5, 0.2); } 100% { box-shadow: 0 4px 25px rgba(203, 74, 5, 0.45); } }
@keyframes scrollBounce { 0%, 100% { transform: translateY(0) rotate(45deg); opacity: 0.3; } 50% { transform: translateY(10px) rotate(45deg); opacity: 1; } }
@keyframes shinyText { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
@keyframes heroSlideInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } }
@keyframes headerFadeDown { from { opacity: 0; transform: translateY(-25px); } to { opacity: 1; transform: translateY(0); } }

/* ==========================================
   6. TELJES MOBIL RESZPONZÍVITÁS
   ========================================== */
@media (max-width: 992px) {
    .menu-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-container { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 768px) {
    .lang-switch { display: none !important; }
    .lang-chip { display: none !important; }
    .hero-section { min-height: auto; padding: 28px 5% 36px 5%; }
    header { flex-direction: column; align-items: flex-start; gap: 18px; }
    .logo-container { margin-right: 0; width: 100%; justify-content: center; }
    .logo-container img { height: 180px; }
    nav { flex-wrap: wrap; gap: 14px; }
    nav a { font-size: 12px; }
    .hero-content { max-width: 100%; margin-top: 20px; }
    .hero-content h1 { font-size: 38px; line-height: 1.1; }
    .hero-content p { font-size: 14px; margin-bottom: 28px; }
    .cta-group { flex-direction: column; gap: 12px; align-items: stretch; }
    .btn { width: 100%; max-width: 320px; text-align: center; }

    .menu-section, .story-menu-section, .contact-section, .gallery-section { padding-left: 5%; padding-right: 5%; }
    .story-section { padding-top: 80px; }
    .story-section .section-header { padding: 0 5%; }
    .story-section .section-header h3 { font-size: 18px; line-height: 1.7; }
    .story-section .section-header img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 24px 0 0 0 !important;
        margin-left: 0 !important;
        margin-top: 24px !important;
        border-radius: 24px !important;
        position: static !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
    }

    .book-shell { flex-direction: row; align-items: stretch; gap: 8px; }
    .book-pages { flex-direction: row; gap: 6px; width: 100%; }
    .story-menu-copy { gap: 4px; font-size: 14px; line-height: 1.6; }
    .book-page-frame { flex: 0 0 calc(50% - 3px); max-width: 50%; min-width: 0; }
    .book-page-frame img { width: 100%; height: auto; object-fit: cover; }
    .book-nav { width: 42px; height: 42px; flex: 0 0 42px; }
    .book-caption { flex-direction: column; align-items: flex-start; }

    .contact-container { grid-template-columns: 1fr; gap: 40px; margin-bottom: 40px; }
    .hours-card { padding: 24px; }
    .hours-row { flex-direction: column; gap: 4px; }

    .gallery-stage { max-width: 100%; }
    .gallery-card { min-height: 320px; padding: 10px; }
    .booking-shell { grid-template-columns: 1fr; gap: 18px; }
    .booking-copy-block, .booking-card { padding: 24px; margin-top: 24px; border-radius: 24px; }
    .booking-copy-block .section-title { font-size: 28px; line-height: 1.15; }
    .booking-card input, .booking-card select, .booking-card textarea { font-size: 16px; padding: 13px 14px; }
    .booking-card label { font-size: 11px; letter-spacing: 1.1px; }
    .booking-copy-block .section-title { font-size: 30px; }
    .gallery-card img { max-height: 280px; }
    .section-title { font-size: 30px; }
    .section-divider1 { width: 100%; max-width: 340px; }
    .main-footer { padding-top: 24px; }
}

@media (max-width: 480px) {
    .lang-switch { top: 8px; right: 8px; left: 8px; }
    .lang-chip { flex: 1; min-width: 0; }
    .hero-section { padding-top: 18px; }
}

@media (max-width: 360px) {
    .lang-switch { left: 4px; right: 4px; top: 6px; padding: 4px; max-width: calc(100vw - 8px); justify-content: center; }
    .lang-chip { flex: 1 1 calc(50% - 4px); min-width: 0; font-size: 9px; line-height: 1; padding: 6px 7px; letter-spacing: 0.9px; }
}

@media (max-width: 320px) {
    .lang-switch { left: 2px; right: 2px; max-width: calc(100vw - 4px); gap: 4px; }
    .lang-chip { padding: 5px 6px; font-size: 8.5px; letter-spacing: 0.7px; }
    .logo-container img { height: 150px; }
    .hero-content h1 { font-size: 30px; line-height: 1.12; }
    .hero-content p { font-size: 13px; }
    .btn { padding: 13px 18px; font-size: 12px; width: 100%; }
    nav { gap: 10px; justify-content: center; }
    nav a { font-size: 11px; letter-spacing: 1px; }
    .section-title { font-size: 26px; }
    .story-section .section-header h3 { font-size: 16px; }
    .story-menu-copy { font-size: 13px; line-height: 1.5; }
    .contact-desc, .gallery-copy, .booking-copy, .booking-highlights li { font-size: 14px; line-height: 1.6; }
    .hours-card h3 { font-size: 22px; }
    .detail-value { font-size: 14px; }
    .booking-copy-block, .booking-card { padding: 18px; border-radius: 22px; }
    .booking-card label { font-size: 10px; letter-spacing: 1px; }
    .booking-card input, .booking-card select, .booking-card textarea { font-size: 15px; }
    .social-row { gap: 8px; }
    .instagram img, .facebook img, .tiktok img { width: 40px; }
}
