/* =========================================
   ETERNEE BEAUTY STUDIO - CLEAN STYLE.CSS
   Stabilní verze bez hotfixů a duplicit
   ========================================= */

:root {
    --primary-color: #73775D;
    --primary-dark: #5F634C;
    --primary-deep: #73775D;
    --gold-accent: #C5A76A;
    --gold-light: #D8BC82;
    --heading-color: #2D3028;
    --text-color: #5D6255;
    --bg-cream: #EFEEE7;
    --bg-soft: #F8F7F2;
    --bg-olive-soft: #D9DBCF;
    --white: #FFFFFF;
    --border-soft: rgba(115, 119, 93, 0.18);
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Manrope', sans-serif;
    --font-subtitle: 'Manrope', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--heading-color);
    background: var(--white);
    font-size: 16px;
    line-height: 1.75;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: all .3s ease; }
ul { margin-top: 0; }
h1, h2, h3, h4, h5, h6, .page-title, .section-heading, .hero-title {
    font-family: var(--font-heading);
    color: var(--heading-color);
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -.02em;
    margin-top: 0;
}
.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section-padding { padding: 95px 0; }
.bg-cream { background: var(--bg-cream); }
.text-center { text-align: center; }
.mb-4 { margin-bottom: 1.5rem; }
.mb-5 { margin-bottom: 3rem; }
.mt-5 { margin-top: 3rem; }

.hero-subtitle {
    display: block;
    font-family: var(--font-subtitle) !important;
    color: var(--gold-accent) !important;
    font-size: .78rem !important;
    font-weight: 800 !important;
    letter-spacing: 5px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
}
.section-heading {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 24px;
}
.section-heading::after {
    content: "";
    display: block;
    width: 52px;
    height: 1px;
    background: var(--primary-color);
    margin: 24px auto 0;
}
.section-text { max-width: 720px; margin: 0 auto; color: #687064; font-size: 1rem; line-height: 1.85; text-align: center; }
::selection { background: var(--gold-accent); color: #fff; }

/* BUTTONS */
.btn, .btn-primary-custom, .primary-btn, button[type="submit"] {
    display: inline-block;
    font-family: var(--font-subtitle) !important;
    background: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #fff !important;
    padding: 15px 38px !important;
    font-size: .74rem !important;
    font-weight: 800 !important;
    letter-spacing: 1.8px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    transition: all .35s ease !important;
}
.btn:hover, .btn-primary-custom:hover, .primary-btn:hover, button[type="submit"]:hover {
    background: var(--gold-accent) !important;
    border-color: var(--gold-accent) !important;
    color: #fff !important;
    transform: translateY(-2px);
}
.btn-text, .btn-link-styled, .btn-explore, .read-more, .back-link {
    font-family: var(--font-subtitle) !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    color: var(--primary-color) !important;
}
.btn-text:hover, .btn-link-styled:hover, .btn-explore:hover, .read-more:hover, .back-link:hover { color: var(--gold-accent) !important; }

/* HEADER */
.main-header, .luxury-header {
    position: sticky; top: 0; z-index: 1000;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,.06);
    overflow: visible;
}
.luxury-header-container, .header-container {
    max-width: 1440px;
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    overflow: visible;
}
.logo-wrapper { display: flex !important; flex-direction: column !important; align-items: center !important; line-height: 1 !important; }
.logo-top { display: flex; align-items: center; justify-content: center; gap: 12px; }
.logo-icon {
    width: 34px; height: 34px; object-fit: contain;
    filter: brightness(0) saturate(100%) invert(68%) sepia(17%) saturate(742%) hue-rotate(356deg) brightness(92%) contrast(87%);
}
.text-logo {
    font-family: var(--font-heading) !important;
    font-size: 2.05rem !important;
    line-height: 1 !important;
    letter-spacing: 5px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase !important;
}
.logo-subtitle {
    display: block; margin-top: 7px;
    font-family: var(--font-subtitle) !important;
    font-size: .58rem !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: var(--heading-color) !important;
    opacity: .62; text-align: center;
}
.main-nav ul { display: flex; align-items: center; justify-content: center; gap: 34px; list-style: none; padding: 0; margin: 0; }
.main-nav a {
    position: relative;
    font-family: var(--font-subtitle) !important;
    color: var(--heading-color) !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase;
    padding: 8px 0;
}
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold-accent); transition: width .3s ease; }
.main-nav a:hover { color: var(--gold-accent) !important; }
.main-nav a:hover::after { width: 100%; }
.header-right-side { display: flex; align-items: center; gap: 24px; }
.header-socials, .luxury-socials { display: flex; align-items: center; gap: 10px; }
.header-socials a, .luxury-socials a {
    width: 38px; height: 38px;
    border: 1px solid rgba(185,150,98,.38);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold-accent) !important;
    background: transparent;
}
.header-socials a:hover, .luxury-socials a:hover { background: var(--gold-accent); color: #fff !important; transform: translateY(-2px); }
.header-contact .btn { min-width: 180px; background: var(--gold-accent) !important; border-color: var(--gold-accent) !important; }
.header-contact .btn:hover { background: var(--primary-color) !important; border-color: var(--primary-color) !important; }
.mobile-menu-toggle { display: none !important; flex-direction: column; gap: 5px; background: transparent; border: 0; cursor: pointer; padding: 10px; z-index: 10002; }
.mobile-menu-toggle span { display: block; width: 27px; height: 3px; background: var(--primary-color); transition: all .3s ease; }

/* HOMEPAGE HERO */
.hero-asymmetric { background: var(--bg-cream); padding: 80px 0 0; overflow: hidden; }
.hero-asymmetric .container { max-width: 1180px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 440px; gap: 70px; align-items: end; }
.hero-text-side { max-width: 560px; padding-bottom: 85px; }
.hero-title { font-size: 4.1rem; line-height: 1.04; margin-bottom: 28px; }
.hero-desc { max-width: 560px; margin: 0 0 34px; color: var(--text-color); font-size: 1rem; line-height: 1.85; }
.hero-btns, .hero-buttons { display: flex; align-items: center; justify-content: flex-start; gap: 28px; flex-wrap: wrap; }
.hero-btns .btn-text { margin-left: 0 !important; }
.hero-image-side { display: flex; align-items: flex-end; justify-content: center; }
.hero-img-wrapper { width: 100%; line-height: 0; }
.hero-image-side img { max-width: 440px; width: 100%; height: auto; margin: 0 auto; object-fit: contain; }
.gold-accent-box { display: none !important; }

/* HOMEPAGE SPLIT FOTO DO KRAJE */
.about-asymmetric { padding: 0 !important; background: var(--white); overflow: hidden; }
.about-asymmetric .container { max-width: none; width: 100%; padding: 0; }
.about-grid { display: grid; grid-template-columns: 50% 50%; gap: 0; align-items: stretch; width: 100%; }
.about-img-side { position: relative; min-height: 520px; overflow: hidden; }
.about-img-side img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-text-side { padding: 95px 10%; display: flex; flex-direction: column; justify-content: center; }
.about-text-side h2, .about-text-side h3 { font-size: 2.6rem; margin-bottom: 24px; }
.about-text-side p { max-width: 560px; color: var(--text-color); line-height: 1.85; margin-bottom: 20px; }

/* CARDS */
.beauty-services-grid, .reviews-elegant-grid, .why-grid, .staggered-grid {
    display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 34px;
}
.beauty-service-card, .review-elegant-card, .price-card-elegant, .price-category-card, .booking-contact-card, .booking-process-item, .instructions-card {
    background: var(--white); border-radius: 0; border: 1px solid rgba(0,0,0,.045); box-shadow: 0 16px 45px rgba(0,0,0,.035);
}
.beauty-service-card { padding: 55px 38px; text-align: center; transition: all .35s ease; display: flex; flex-direction: column; }
.beauty-service-card:hover, .review-elegant-card:hover, .price-card-elegant:hover, .price-category-card:hover { transform: translateY(-6px); box-shadow: 0 20px 55px rgba(0,0,0,.07); }
.card-icon { color: var(--gold-accent); font-size: 2.5rem; margin-bottom: 25px; }
.beauty-service-card h3 { font-size: 1.45rem; margin-bottom: 16px; }
.beauty-service-card p, .review-elegant-card p { color: #687064; font-size: .95rem; line-height: 1.75; }
.btn-explore { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 10px; }

/* REVIEWS */
.reviews-elegant-section { padding-top: 95px; padding-bottom: 110px; background: var(--white); }
.reviews-elegant-grid { margin-top: 45px; }
.review-elegant-card { padding: 40px 35px; }
.review-stars, .stars { color: var(--gold-accent); letter-spacing: 4px; font-size: 1rem; margin-bottom: 22px; }
.review-elegant-card span { display: block; margin-top: 24px; font-weight: 700; }

/* ABOUT PAGE */
.about-hero-simple { padding: 105px 0 85px; background: var(--white); }
.about-hero-simple-content { max-width: 880px; margin: 0 auto; text-align: center; }
.about-hero-simple-content h1 { font-size: 4.1rem; line-height: 1.06; margin: 20px 0 34px; }
.about-hero-simple-content p { color: var(--text-color); max-width: 840px; margin: 0 auto 22px; line-height: 1.9; }
.about-split-section { padding: 95px 0; background: var(--white); }
.about-split-grid { display: grid; grid-template-columns: minmax(0,1fr) 520px; gap: 70px; align-items: center; }
.about-split-text { max-width: 650px; }
.about-split-text h2 { font-size: 2.25rem; margin-bottom: 24px; }
.about-split-text p { color: var(--text-color); line-height: 1.85; margin-bottom: 20px; }
.about-split-image img { width: 100%; height: 390px; object-fit: cover; border-radius: 0 70px 0 70px; }

/* SERVICE LIST */
.services-list-section { padding: 0; background: var(--white); }
.service-split-row { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 600px; border-bottom: 1px solid #f2f2f2; }
.service-split-row.even { direction: rtl; }
.service-split-row.even .service-info-col { direction: ltr; }
.service-visual-col { position: relative; overflow: hidden; }
.service-visual-col img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.service-split-row:hover .service-visual-col img { transform: scale(1.04); }
.service-info-col { padding: 80px 10%; display: flex; flex-direction: column; justify-content: center; }
.service-split-row.odd .service-info-col { background: var(--bg-cream); }
.service-name { font-size: 2.8rem !important; margin-bottom: 20px !important; }
.service-desc { color: var(--text-color); line-height: 1.85 !important; margin-bottom: 30px !important; }

/* SERVICE DETAIL + SHARED TWO COLUMN */
.page-header { padding: 90px 0 55px; background: var(--white); }
.page-title { font-size: 3.6rem; margin: 14px 0 16px; }
.detail-grid { display: grid; grid-template-columns: minmax(0,2fr) 360px; gap: 55px; align-items: start; }
.detail-main { min-width: 0; }
.text-content { color: #444; font-size: 1.05rem; line-height: 1.85; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin: 40px 0; }
.info-box { background: var(--white); padding: 40px; border: 1px solid var(--border-soft); box-shadow: 0 10px 30px rgba(0,0,0,.03); }
.info-box h4 { font-size: 1.35rem; color: var(--primary-color); border-bottom: 2px solid var(--gold-accent); padding-bottom: 12px; margin-bottom: 22px; }
.check-list, .care-list, .cross-list { list-style: none; padding: 0; margin: 0; }
.check-list li, .care-list li, .cross-list li { margin-bottom: 13px; color: var(--text-color); }
.check-list i, .care-list i, .benefit-list i { color: var(--gold-accent) !important; }
.alert-box { background: var(--bg-soft); border-left: 4px solid var(--gold-accent); padding: 38px; }
.detail-sidebar { position: sticky; top: 120px; }
.price-card { background: var(--white); padding: 36px; border: 1px solid var(--border-soft); box-shadow: 0 20px 50px rgba(0,0,0,.05); }
.price-row, .price-item-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 12px 0; border-bottom: 1px dashed #e7e2da; }
.p-name, .item-name { color: var(--text-color); line-height: 1.45; }
.p-value, .item-price { flex-shrink: 0; white-space: nowrap; font-weight: 800; color: var(--primary-color); }
.item-dots { flex: 1; border-bottom: 1px dotted #ccc; margin: 0 5px 6px; }
.gallery-wrapper { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 35px; }

/* PRICE LIST */
.price-grid-layout { display: grid; grid-template-columns: repeat(2,1fr); gap: 34px; align-items: start; }
.price-masonry { column-count: 2; column-gap: 34px; }
.price-card-elegant { display: inline-block; width: 100%; padding: 34px 40px; margin-bottom: 34px; break-inside: avoid; }
.price-card-elegant h3, .price-category-title { font-size: 1.7rem; text-align: center; padding-bottom: 16px; margin-bottom: 25px; border-bottom: 2px solid var(--gold-accent); }

/* GALLERY PAGE */
.gallery-page-section { background: var(--white); padding: 45px 0 110px; }
.gallery-page-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; }
.gallery-page-item { position: relative; display: block; height: 360px; overflow: hidden; background: var(--bg-cream); box-shadow: 0 20px 50px rgba(0,0,0,.06); }
.gallery-page-item:only-child { grid-column: 2 / 3; }
.gallery-page-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-page-item:hover img { transform: scale(1.06); }
.gallery-page-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 22px; background: linear-gradient(to top, rgba(0,0,0,.55), transparent); color: #fff; font-family: var(--font-subtitle); font-size: .8rem; text-transform: uppercase; letter-spacing: 1.5px; }

/* BOOKING */
.booking-hero-section { padding: 95px 0 55px; background: var(--white); text-align: center; }
.booking-hero-section h1 { font-size: 4.2rem; margin-bottom: 25px; }
.booking-hero-section p { max-width: 740px; margin: 0 auto; color: #687064; }
.booking-contact-section { padding: 45px 0 95px; background: var(--white); }
.booking-contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 34px; max-width: 980px; margin: 0 auto; }
.booking-contact-card { padding: 55px 45px; text-align: center; background: var(--bg-soft); }
.booking-contact-card i { font-size: 2.5rem; color: var(--gold-accent); margin-bottom: 22px; }
.booking-contact-card h3 { font-size: 2rem; margin-bottom: 20px; }
.booking-phone { display: inline-block; color: var(--heading-color); font-family: var(--font-heading); font-size: 2rem; font-weight: 700; margin-bottom: 22px; text-decoration: underline; text-underline-offset: 6px; }
.booking-mail { display: inline-block; color: var(--heading-color); font-size: 1.15rem; font-weight: 700; margin-bottom: 22px; text-decoration: underline; text-underline-offset: 6px; }
.booking-note { display: inline-block; background: var(--white); padding: 12px 22px; color: var(--primary-color); font-weight: 800; font-size: .85rem; }
.booking-process-section { padding: 95px 0; }
.booking-process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.booking-process-item { padding: 42px 28px; text-align: center; }
.booking-process-item span { display: block; font-family: var(--font-heading); color: var(--gold-accent); font-size: 2.3rem; margin-bottom: 18px; }
.booking-process-item h3 { font-size: 1.45rem; margin-bottom: 15px; }
.booking-process-item p { color: #687064; font-size: .95rem; line-height: 1.7; }
.booking-final-section { padding: 90px 0; background: var(--white); }
.booking-final-box { max-width: 850px; margin: 0 auto; text-align: center; padding: 60px 52px; border: 1px solid rgba(185,150,98,.20); background: var(--bg-soft); }
.booking-final-box h2 { font-size: 3rem; margin-bottom: 24px; }
.booking-final-box p { max-width: 680px; margin: 0 auto 30px; color: #687064; line-height: 1.85; }
.booking-final-links { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }

/* CONTACT */
.contact-section { padding: 60px 0 100px; }
.contact-grid { display: grid; grid-template-columns: minmax(0,1.45fr) 360px; gap: 55px; align-items: start; }
.contact-form-card, .contact-info-card { background: var(--white); border: 1px solid var(--border-soft); box-shadow: 0 20px 50px rgba(0,0,0,.045); padding: 42px; }
.contact-form-card h3, .contact-info-card h3 { font-size: 1.8rem; margin-bottom: 15px; }
.contact-form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.form-group { margin-bottom: 18px; }
input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width: 100%; display: block; border: 1px solid rgba(0,0,0,.14); background: var(--white); padding: 15px 18px; font-family: var(--font-body); font-size: .95rem; border-radius: 0; color: var(--heading-color);
}
textarea { min-height: 160px; resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold-accent); }
.contact-info-list { list-style: none; padding: 0; margin: 0; }
.contact-info-list li { margin-bottom: 24px; color: var(--text-color); }
.contact-info-list strong { display: block; color: var(--primary-color); margin-bottom: 5px; }
.map-container { height: 400px; overflow: hidden; margin-top: 35px; box-shadow: 0 12px 35px rgba(0,0,0,.045); }
.map-container iframe { width: 100%; height: 100%; border: 0; display: block; }

/* CONFIRMATION / SUCCESS */
.client-confirmation-section, .success-section { min-height: 80vh; padding: 90px 0; background: var(--bg-cream); display: flex; align-items: center; }
.client-confirmation-box, .success-box { max-width: 820px; margin: 0 auto; background: var(--white); padding: 70px 60px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.05); }
.client-confirmation-box h1, .success-box h1 { font-size: 3.6rem; margin-bottom: 25px; }
.confirmation-intro, .success-box p { max-width: 680px; margin: 0 auto 45px; color: #687064; }
.confirmation-alert { text-align: left; background: var(--bg-soft); border-left: 4px solid var(--gold-accent); padding: 30px; margin-bottom: 30px; }
.confirmation-check { display: flex; gap: 16px; align-items: flex-start; text-align: left; background: var(--bg-cream); padding: 22px 24px; margin-bottom: 16px; border: 1px solid rgba(185,150,98,.18); }
.confirmation-check input { width: 22px; height: 22px; margin-top: 3px; flex-shrink: 0; }
.confirmation-check label { font-weight: 700; line-height: 1.6; }
.confirmation-check a { color: var(--primary-color); text-decoration: underline; text-underline-offset: 4px; }

/* IMPORTANT INFO / INSTRUCTIONS */
.important-info-hero, .instructions-hero { padding: 100px 0 60px; background: var(--white); text-align: center; }
.important-info-hero h1, .instructions-hero h1 { font-size: 4rem; }
.important-info-hero p, .instructions-hero p { max-width: 760px; margin: 0 auto; color: #687064; }
.important-info-section, .instructions-section { padding: 0 0 120px; background: var(--white); }
.important-info-alert, .instructions-alert { max-width: 960px; margin: 0 auto 45px; background: var(--bg-soft); border-left: 4px solid var(--gold-accent); padding: 38px; }
.important-info-grid, .important-info-columns, .instructions-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; }
.important-info-card, .important-info-columns > div, .instructions-card { background: var(--white); padding: 38px; border: 1px solid var(--border-soft); box-shadow: 0 16px 45px rgba(0,0,0,.035); }
.important-info-final { text-align: center; padding: 80px 0 0; }
.important-info-buttons, .instructions-buttons { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }

/* FOOTER */
.main-footer, .luxury-footer { background: #73775D !important; color: #F8F4ED !important; padding: 90px 0 0 !important; border-top: 1px solid rgba(185,150,98,.45) !important; }
.luxury-footer .container { max-width: 1180px; }
.luxury-footer-top { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 65px; padding-bottom: 70px; }
.footer-logo { display: inline-block; font-family: var(--font-heading) !important; color: #fff !important; font-size: 2.6rem !important; letter-spacing: 6px !important; margin-bottom: 8px; }
.footer-subtitle { display: block; font-family: var(--font-subtitle); font-size: .72rem; text-transform: uppercase; letter-spacing: 3px; color: var(--gold-accent); margin-bottom: 28px; }
.luxury-footer-brand p { max-width: 360px; color: rgba(248,244,237,.78) !important; }
.luxury-footer-col h4 { font-family: var(--font-subtitle) !important; color: var(--gold-accent) !important; font-size: .78rem !important; text-transform: uppercase; letter-spacing: 2.8px; margin-bottom: 28px; }
.luxury-footer-col ul { list-style: none; padding: 0; margin: 0; }
.luxury-footer-col li { margin-bottom: 13px; color: rgba(248,244,237,.76) !important; font-size: .95rem; line-height: 1.65; }
.luxury-footer-col a { color: rgba(248,244,237,.76) !important; }
.luxury-footer-col a:hover { color: var(--gold-accent) !important; }
.luxury-footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; text-transform: uppercase; letter-spacing: 1.4px; color: rgba(248,244,237,.55); }
.luxury-footer-bottom a { color: var(--gold-accent) !important; font-weight: 800; }

/* MESSAGES */
.message-container { margin-top: 20px; }
.alert { padding: 15px; margin-bottom: 18px; border-radius: 0; text-align: center; }
.alert-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }
.alert-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }

/* RESPONSIVE */
@media (max-width: 1180px) {
    .luxury-header-container { gap: 24px; }
    .main-nav ul { gap: 24px; }
    .text-logo { font-size: 1.8rem !important; }
    .header-contact .btn { min-width: 150px; padding-left: 26px !important; padding-right: 26px !important; }
}
@media (max-width: 992px) {
    .section-padding { padding: 65px 0; }
    .section-heading { font-size: 2.45rem; }
    .luxury-header-container, .header-container { min-height: 82px; }
    .mobile-menu-toggle { display: flex !important; }
    .header-right-side, .header-socials, .header-contact { display: none !important; }
    .main-nav {
        position: fixed !important; top: 82px !important; right: -100% !important;
        width: 100% !important; max-width: 100% !important; height: calc(100vh - 82px) !important;
        background: #fff !important; z-index: 10000 !important;
        display: flex !important; justify-content: center !important; align-items: center !important;
        padding: 40px 24px !important; transition: right .35s ease !important; box-shadow: none !important;
    }
    .main-nav.active { right: 0 !important; }
    .main-nav ul { flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 20px !important; width: 100% !important; }
    .main-nav li { width: 100%; text-align: center; }
    .main-nav a { font-size: 1.3rem !important; display: inline-block; }
    .mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
    .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
    .mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(6px,-6px); }
    .hero-asymmetric { padding: 60px 0; }
    .hero-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-text-side { max-width: 100%; padding-bottom: 0; text-align: center; }
    .hero-title { font-size: 2.9rem; }
    .hero-desc { margin-left: auto; margin-right: auto; }
    .hero-btns, .hero-buttons { justify-content: center; }
    .hero-image-side { display: none; }
    .about-grid { grid-template-columns: 1fr; }
    .about-img-side { min-height: 380px; }
    .about-text-side { padding: 60px 24px; text-align: center; align-items: center; }
    .about-split-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-split-text { text-align: center; margin: 0 auto; }
    .about-split-image img { height: 320px; border-radius: 0 45px 0 45px; }
    .beauty-services-grid, .reviews-elegant-grid, .why-grid, .staggered-grid, .price-grid-layout, .booking-contact-grid, .instructions-grid, .important-info-grid, .important-info-columns { grid-template-columns: 1fr; }
    .price-masonry { column-count: 1; }
    .service-split-row { grid-template-columns: 1fr; min-height: auto; direction: ltr !important; }
    .service-visual-col { height: 380px; }
    .service-info-col { padding: 55px 24px; text-align: center; }
    .detail-grid, .contact-grid { grid-template-columns: 1fr; }
    .detail-sidebar { position: static; }
    .info-grid, .gallery-wrapper { grid-template-columns: 1fr; }
    .cross-list { columns: 1 !important; }
    .gallery-page-grid { grid-template-columns: repeat(2,1fr); }
    .gallery-page-item:only-child { grid-column: auto; max-width: 420px; width: 100%; justify-self: center; }
    .booking-process-grid { grid-template-columns: repeat(2,1fr); }
    .luxury-footer-top { grid-template-columns: 1fr 1fr; gap: 45px; }
}
@media (max-width: 640px) {
    .container { padding-left: 20px; padding-right: 20px; }
    .logo-icon { width: 26px; height: 26px; }
    .text-logo { font-size: 1.55rem !important; letter-spacing: 3px !important; }
    .logo-subtitle { font-size: .52rem !important; letter-spacing: 2px !important; }
    .hero-title, .booking-hero-section h1, .instructions-hero h1, .important-info-hero h1, .client-confirmation-box h1, .success-box h1, .about-hero-simple-content h1 { font-size: 2.45rem; }
    .page-title { font-size: 2.5rem; }
    .btn, .btn-primary-custom, .primary-btn, button[type="submit"] { width: 100%; text-align: center; }
    .btn-text { display: inline-block; text-align: center; }
    .hero-btns, .hero-buttons, .booking-final-links, .instructions-buttons, .important-info-buttons { width: 100%; }
    .about-img-side { min-height: 300px; }
    .contact-form-row { grid-template-columns: 1fr; }
    .gallery-page-grid, .booking-process-grid { grid-template-columns: 1fr; }
    .gallery-page-item { height: 360px; }
    .booking-final-box, .instructions-bottom-box, .client-confirmation-box, .success-box { padding: 42px 24px; }
    .confirmation-check { padding: 18px; }
    .important-info-card, .important-info-columns > div, .info-box, .price-card, .price-card-elegant, .contact-form-card, .contact-info-card { padding: 28px 24px; }
    .luxury-footer { padding-top: 65px !important; text-align: center; }
    .luxury-footer-top { grid-template-columns: 1fr; gap: 35px; }
    .luxury-footer-brand p { margin-left: auto; margin-right: auto; }
    .luxury-socials { justify-content: center; }
    .luxury-footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}

/* =========================================
   ETERNEE TEXT PAGES - přidej na konec style.css
   ========================================= */

.eternee-text-hero {
    padding: 105px 0 65px;
    background: var(--white);
}

.eternee-text-hero h1 {
    font-size: 4.1rem;
    line-height: 1.05;
    margin-bottom: 24px;
}

.eternee-text-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #687064;
    line-height: 1.85;
}

.eternee-content-section {
    padding: 20px 0 110px;
    background: var(--white);
}

.narrow-container {
    max-width: 1060px !important;
}

.eternee-notice {
    border-left: 3px solid var(--gold-accent);
    background: var(--bg-soft);
    padding: 42px 48px;
    margin-bottom: 80px;
}

.eternee-notice h2,
.eternee-text-block h2,
.eternee-final-cta h2 {
    font-size: 2.7rem;
    line-height: 1.12;
    margin-bottom: 24px;
}

.eternee-notice p,
.eternee-text-block p,
.eternee-final-cta p {
    color: var(--text-color);
    line-height: 1.85;
    margin-bottom: 16px;
}

.eternee-text-block {
    padding: 0 0 76px;
    margin-bottom: 76px;
    border-bottom: 1px solid var(--border-soft);
}

.eternee-text-block:last-of-type {
    border-bottom: none;
}

.eternee-soft-block {
    background: var(--bg-cream);
    padding: 64px 58px;
    border-bottom: none;
}

.eternee-two-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 55px 70px;
    margin-top: 34px;
}

.eternee-two-columns h3 {
    font-size: 1.65rem;
    margin-bottom: 18px;
}

.eternee-clean-list {
    margin: 0;
    padding-left: 20px;
    color: var(--text-color);
    line-height: 1.85;
}

.eternee-clean-list li {
    margin-bottom: 10px;
}

.eternee-wide-list {
    max-width: 820px;
}

.eternee-policy-list {
    max-width: 840px;
    margin: 35px auto 0;
    background: var(--white);
    padding: 18px 40px;
}

.eternee-policy-row {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    padding: 22px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.16);
    color: var(--text-color);
}

.eternee-policy-row:last-child {
    border-bottom: none;
}

.eternee-policy-row strong {
    color: var(--primary-color);
    white-space: nowrap;
}

.eternee-final-cta {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
    padding-top: 10px;
}

.eternee-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
    margin-top: 32px;
}

@media (max-width: 900px) {
    .eternee-text-hero {
        padding: 75px 0 45px;
    }

    .eternee-text-hero h1 {
        font-size: 2.8rem;
    }

    .eternee-notice,
    .eternee-soft-block {
        padding: 38px 26px;
    }

    .eternee-notice {
        margin-bottom: 55px;
    }

    .eternee-text-block {
        padding-bottom: 55px;
        margin-bottom: 55px;
    }

    .eternee-two-columns {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .eternee-notice h2,
    .eternee-text-block h2,
    .eternee-final-cta h2 {
        font-size: 2.25rem;
    }

    .eternee-policy-row {
        flex-direction: column;
        gap: 6px;
    }

    .eternee-policy-row strong {
        white-space: normal;
    }
}

@media (max-width: 640px) {
    .eternee-buttons .btn,
    .eternee-buttons .btn-primary-custom {
        width: 100%;
    }
}

.gallery-category-block {
    margin-bottom: 90px;
}

.gallery-category-block:last-child {
    margin-bottom: 0;
}

/* =========================================
   GALERIE - SLOŽKY
   Přidej na konec style.css
   ========================================= */

.gallery-folders-section {
    background: var(--white);
}

.gallery-folders-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.gallery-folder-card {
    display: block;
    background: var(--white);
    border: 1px solid var(--border-soft);
    box-shadow: 0 18px 50px rgba(0,0,0,0.045);
    overflow: hidden;
    transition: all 0.35s ease;
}

.gallery-folder-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 65px rgba(0,0,0,0.08);
}

.gallery-folder-image {
    height: 330px;
    background: var(--bg-cream);
    overflow: hidden;
}

.gallery-folder-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s ease;
}

.gallery-folder-card:hover .gallery-folder-image img {
    transform: scale(1.06);
}

.gallery-folder-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-cream);
}

.gallery-folder-placeholder span {
    font-family: var(--font-heading);
    letter-spacing: 5px;
    color: var(--primary-color);
    font-size: 1.5rem;
}

.gallery-folder-content {
    padding: 34px 32px 36px;
    text-align: center;
}

.gallery-folder-content h2 {
    font-size: 2.2rem;
    margin-bottom: 14px;
}

.gallery-folder-content p {
    color: #687064;
    line-height: 1.75;
    margin: 0 0 22px;
}

.gallery-folder-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    color: #777;
    font-size: 0.85rem;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding-top: 22px;
}

.gallery-folder-meta span {
    color: var(--primary-color);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 0.75rem;
}

@media (max-width: 992px) {
    .gallery-folders-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gallery-folders-grid {
        grid-template-columns: 1fr;
    }

    .gallery-folder-image {
        height: 300px;
    }

    .gallery-folder-meta {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }
}


/* =========================================
   ETERNEE – NOVÁ BAREVNÁ IDENTITA A LOGO
   Layout stránky zůstává beze změny.
   ========================================= */

body {
    color: var(--heading-color);
    background: var(--bg-soft);
}

#content {
    background: var(--white);
}

.main-header,
.luxury-header {
    background: rgba(248, 247, 242, 0.97);
    border-bottom-color: rgba(198, 167, 105, 0.28);
}

.logo-wrapper {
    min-width: 205px;
}

.brand-logo {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.brand-logo-header {
    width: 210px;
    max-height: 72px;
}

.brand-logo-footer {
    width: 235px;
    max-height: 190px;
    object-position: left center;
    margin-bottom: 22px;
}

.footer-brand-link {
    display: inline-block;
}

.main-nav a {
    color: var(--primary-dark) !important;
}

.main-nav a::after {
    background: var(--gold-accent);
}

.header-socials a,
.luxury-socials a {
    border-color: rgba(198, 167, 105, 0.48);
    color: var(--gold-accent) !important;
}

.header-contact .btn {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.header-contact .btn:hover {
    background: var(--gold-accent) !important;
    border-color: var(--gold-accent) !important;
}

.hero-asymmetric,
.bg-cream,
.service-split-row.odd .service-info-col,
.client-confirmation-section,
.success-section,
.confirmation-check,
.eternee-soft-block,
.gallery-folder-image,
.gallery-folder-placeholder {
    background: var(--bg-cream);
}

.about-asymmetric,
.about-split-section,
.services-list-section,
.page-header,
.gallery-page-section,
.gallery-folders-section,
.booking-hero-section,
.booking-contact-section,
.booking-final-section,
.important-info-hero,
.instructions-hero,
.important-info-section,
.instructions-section,
.eternee-text-hero,
.eternee-content-section,
.reviews-elegant-section {
    background: var(--white);
}

.beauty-service-card,
.review-elegant-card,
.price-card-elegant,
.price-category-card,
.booking-contact-card,
.booking-process-item,
.instructions-card,
.info-box,
.price-card,
.contact-form-card,
.contact-info-card,
.client-confirmation-box,
.success-box,
.important-info-card,
.important-info-columns > div,
.gallery-folder-card {
    border-color: var(--border-soft);
}

.card-icon,
.booking-contact-card i,
.booking-process-item span,
.review-stars,
.stars {
    color: var(--gold-accent) !important;
}

.booking-note {
    color: var(--primary-dark);
    background: var(--bg-soft);
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--gold-accent);
    box-shadow: 0 0 0 3px rgba(198, 167, 105, 0.12);
}

.main-footer,
.luxury-footer {
    background: #73775D !important;
    border-top-color: rgba(198, 167, 105, 0.62) !important;
}

.luxury-footer-brand p,
.luxury-footer-col li,
.luxury-footer-col a {
    color: rgba(248, 247, 242, 0.78) !important;
}

.luxury-footer-col h4,
.footer-subtitle,
.luxury-footer-bottom a {
    color: var(--gold-accent) !important;
}

::selection {
    background: var(--gold-accent);
    color: var(--primary-deep);
}

@media (max-width: 992px) {
    .brand-logo-header {
        width: 176px;
        max-height: 62px;
    }

    .logo-wrapper {
        min-width: auto;
    }

    .main-nav {
        background: var(--bg-soft) !important;
    }
}

@media (max-width: 640px) {
    .brand-logo-header {
        width: 150px;
        max-height: 54px;
    }

    .brand-logo-footer {
        width: 210px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Přesná olivová barva podle nového loga */
.main-footer,
.luxury-footer {
    background: #73775D !important;
    color: #F8F7F2 !important;
}

.luxury-footer-brand p,
.luxury-footer-col li,
.luxury-footer-col a {
    color: rgba(248, 247, 242, 0.90) !important;
}

.luxury-footer-col h4,
.luxury-footer-bottom a {
    color: #D8BC82 !important;
}

.luxury-footer-bottom {
    color: rgba(248, 247, 242, 0.72) !important;
    border-top-color: rgba(216, 188, 130, 0.28) !important;
}


/* =========================================
   LOGO FIX – ČITELNÁ HLAVIČKA + BÍLÉ LOGO V PATIČCE
   ========================================= */

.header-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-width: 245px;
    line-height: 1;
}

.header-brand-icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
    flex: 0 0 58px;
}

.header-brand-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-brand-name {
    font-family: var(--font-heading);
    font-size: 2rem;
    line-height: 0.95;
    letter-spacing: 5px;
    font-weight: 600;
    color: var(--primary-dark);
    text-transform: uppercase;
}

.header-brand-subtitle {
    display: block;
    margin-top: 8px;
    font-family: var(--font-subtitle);
    font-size: 0.56rem;
    line-height: 1;
    letter-spacing: 3.2px;
    font-weight: 700;
    color: var(--gold-accent);
    text-transform: uppercase;
    white-space: nowrap;
}

.brand-logo-footer {
    width: 245px;
    max-height: 205px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 24px;
}

.footer-brand-link {
    display: inline-block;
}

@media (max-width: 1180px) {
    .header-brand {
        min-width: 210px;
        gap: 11px;
    }

    .header-brand-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .header-brand-name {
        font-size: 1.72rem;
        letter-spacing: 4px;
    }

    .header-brand-subtitle {
        font-size: 0.5rem;
        letter-spacing: 2.6px;
    }
}

@media (max-width: 992px) {
    .header-brand {
        min-width: auto;
    }

    .header-brand-icon {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .header-brand-name {
        font-size: 1.65rem;
        letter-spacing: 3.6px;
    }
}

@media (max-width: 640px) {
    .header-brand {
        gap: 8px;
    }

    .header-brand-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .header-brand-name {
        font-size: 1.38rem;
        letter-spacing: 3px;
    }

    .header-brand-subtitle {
        font-size: 0.44rem;
        letter-spacing: 2px;
        margin-top: 6px;
    }

    .brand-logo-footer {
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* =========================================
   HEADER – POUZE KOLIBŘÍK A ZAROVNÁNÍ
   ========================================= */

.luxury-header-container,
.header-container {
    max-width: 1180px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.header-bird-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    flex-shrink: 0;
}

.header-bird-logo img {
    display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

/* Odstranění pravidel staré textové varianty loga */
.header-brand,
.header-brand-copy,
.header-brand-name,
.header-brand-subtitle {
    display: none !important;
}

@media (max-width: 992px) {
    .luxury-header-container,
    .header-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .header-bird-logo,
    .header-bird-logo img {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 640px) {
    .header-bird-logo,
    .header-bird-logo img {
        width: 48px;
        height: 48px;
    }
}