:root {
    --bg: #120d09;
    --bg-soft: #1b130d;
    --bg-card: #261910;
    --cream: #fff8ed;
    --cream-soft: #f4ead8;
    --text: #2b2118;
    --muted: #74675a;
    --gold: #d9ad5b;
    --gold-light: #f3d88d;
    --gold-dark: #9b6b2c;
    --green: #40604b;
    --rose: #7a2424;
    --line: rgba(217,173,91,.28);
    --shadow: 0 24px 70px rgba(0,0,0,.22);
    --radius: 28px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--cream);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 36px), 820px); }
.center { text-align: center; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-130%); background: #fff; padding: 10px 14px; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 1000;
    transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header.is-scrolled {
    background: rgba(18,13,9,.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(0,0,0,.24);
    border-bottom-color: rgba(217,173,91,.16);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; min-width: 260px; }
.brand-mark {
    width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center;
    background: radial-gradient(circle at 35% 20%, rgba(246,210,122,.28), rgba(18,13,9,.58));
    border: 1px solid rgba(243,216,141,.28);
    overflow: hidden;
}
.brand-mark img { width: 48px; height: auto; filter: drop-shadow(0 4px 8px rgba(0,0,0,.4)); }
.brand-text strong { display: block; font-family: Georgia, "Times New Roman", serif; letter-spacing: .02em; font-size: 1.06rem; line-height: 1.1; }
.brand-text small { display: block; color: rgba(255,248,237,.68); font-size: .78rem; letter-spacing: .03em; margin-top: 2px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.site-nav a { color: rgba(255,255,255,.82); padding: 10px 11px; border-radius: 999px; font-size: .94rem; transition: background .2s ease, color .2s ease; }
.site-nav a:hover, .site-nav a.is-active { color: #fff; background: rgba(217,173,91,.18); }
.header-call {
    display: inline-flex; align-items: center; gap: 8px; color: #17110c; background: linear-gradient(135deg, var(--gold-light), var(--gold));
    padding: 10px 15px; border-radius: 999px; font-weight: 800; box-shadow: 0 10px 30px rgba(217,173,91,.25);
}
.header-call svg, .btn svg, .floating-item svg, .floating-main svg, .mini-icon svg, .feature-list svg, .info-card svg, .contact-lines svg, .contact-highlight svg, .signature-card svg, .note-card svg, .hero-info svg { width: 18px; height: 18px; fill: currentColor; stroke: currentColor; stroke-width: 0; flex: 0 0 auto; }
.nav-toggle { display: none; margin-left: auto; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; width: 46px; height: 46px; padding: 12px; }
.nav-toggle span { display: block; height: 2px; background: #fff; border-radius: 2px; margin: 5px 0; transition: .2s ease; }

.hero, .page-hero { position: relative; min-height: 760px; display: flex; align-items: center; overflow: hidden; background: var(--bg); color: #fff; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(18,13,9,.92), rgba(18,13,9,.52) 50%, rgba(18,13,9,.76)), url('../img/maneerat-wellness-thai-massage-frederiksberg-hero.webp') center/cover no-repeat; transform: scale(1.04); animation: heroBreath 11s ease-in-out infinite alternate; }
.hero::after, .page-hero::after { content: ""; position: absolute; inset: auto 0 0 0; height: 180px; background: linear-gradient(0deg, var(--cream), transparent); pointer-events: none; }
.hero-content { position: relative; z-index: 1; padding-top: 84px; }
.eyebrow { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 900; margin: 0 0 14px; }
.hero .eyebrow, .page-hero .eyebrow, .surface-dark .eyebrow, .dark-card .eyebrow { color: var(--gold-light); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; margin: 0; }
.hero h1 { max-width: 720px; font-size: clamp(3rem, 7vw, 6.9rem); letter-spacing: -.06em; }
.hero-lead { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.35rem); color: rgba(255,248,237,.84); margin: 26px 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; cursor: pointer; border-radius: 999px; font-weight: 900; padding: 14px 22px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #17110c; background: linear-gradient(135deg, #ffe7a6, var(--gold) 55%, #b47a30); box-shadow: 0 18px 36px rgba(217,173,91,.28); }
.btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.btn-ghost-dark { color: var(--text); border: 1px solid rgba(43,33,24,.16); background: rgba(255,255,255,.45); }
.btn-outline, .btn-outline-dark { background: transparent; border: 1px solid var(--line); color: var(--text); }
.btn-outline:hover, .btn-outline-dark:hover { background: rgba(217,173,91,.14); }
.btn-small { padding: 11px 17px; font-size: .92rem; }
.hero-info { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 54px; }
.hero-info span { display: inline-flex; gap: 8px; align-items: center; color: rgba(255,248,237,.8); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 9px 13px; border-radius: 999px; backdrop-filter: blur(10px); }

.page-hero { min-height: 500px; background: linear-gradient(105deg, rgba(18,13,9,.94), rgba(18,13,9,.62)), url('../img/maneerat-wellness-natural-leaf-spa-background.webp') center/cover no-repeat; }
.page-hero .container { position: relative; z-index: 2; padding-top: 100px; }
.page-hero h1 { max-width: 850px; font-size: clamp(2.5rem, 5.8vw, 5.3rem); letter-spacing: -.045em; }
.page-hero p:not(.eyebrow) { max-width: 720px; color: rgba(255,248,237,.82); font-size: 1.18rem; margin-top: 20px; }
.page-hero-services { background-image: linear-gradient(105deg, rgba(18,13,9,.93), rgba(18,13,9,.58)), url('../img/maneerat-wellness-premium-spa-towels.webp'); }
.page-hero-pricing { background-image: linear-gradient(105deg, rgba(18,13,9,.93), rgba(18,13,9,.58)), url('../img/maneerat-wellness-relaxing-aroma-massage.webp'); }
.page-hero-gallery { background-image: linear-gradient(105deg, rgba(18,13,9,.93), rgba(18,13,9,.58)), url('../img/maneerat-wellness-massage-room-frederiksberg.webp'); }
.page-hero-booking, .page-hero-contact { background-image: linear-gradient(105deg, rgba(18,13,9,.93), rgba(18,13,9,.58)), url('../img/maneerat-wellness-rose-towel-treatment.webp'); }

.section { padding: clamp(76px, 9vw, 130px) 0; position: relative; }
.split-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(36px, 7vw, 84px); align-items: center; }
.content-block h2, .section-heading h2, .price-grid h2, .cta-card h2 { font-size: clamp(2.1rem, 4vw, 4rem); letter-spacing: -.035em; }
.content-block p, .section-heading p, .price-grid p, .cta-card p { color: var(--muted); font-size: 1.04rem; }
.image-stack { position: relative; min-height: 560px; }
.image-stack img { position: absolute; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.55); }
.image-stack img:first-child { inset: 0 auto auto 0; width: 74%; height: 72%; }
.image-stack img:last-child { inset: auto 0 0 auto; width: 58%; height: 50%; }
.image-stack::before { content: ""; position: absolute; inset: 10% 14% 12% 8%; border: 1px solid var(--gold); border-radius: var(--radius); opacity: .6; transform: rotate(-3deg); }
.signature-card { display: flex; align-items: center; gap: 12px; color: var(--text); background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 16px; box-shadow: 0 16px 42px rgba(0,0,0,.06); margin: 28px 0; }
.signature-card svg { color: var(--gold-dark); }
.text-link { display: inline-flex; color: var(--gold-dark); font-weight: 900; border-bottom: 1px solid currentColor; }
.surface-gold { background: linear-gradient(180deg, #fff8ed, #f2e2c5); }
.surface-dark { color: #fff; background: radial-gradient(circle at top left, rgba(217,173,91,.18), transparent 34%), linear-gradient(135deg, #17110c, #261910); }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 46px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 26px 70px rgba(88,58,31,.12); border: 1px solid rgba(217,173,91,.22); }
.service-card a { display: block; height: 100%; }
.service-card img { width: 100%; height: 260px; object-fit: cover; transition: transform .7s ease; }
.service-card:hover img { transform: scale(1.07); }
.service-card-body { padding: 26px; }
.service-card-body h3 { font-size: 1.7rem; margin: 9px 0 12px; }
.service-card-body p { color: var(--muted); margin: 0 0 18px; }
.mini-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; color: var(--gold-dark); background: rgba(217,173,91,.15); }
.card-link { color: var(--gold-dark); font-weight: 900; }
.price-strip { background: #17110c; color: #fff; }
.price-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 42px; align-items: center; }
.price-grid p { color: rgba(255,248,237,.7); }
.price-table-card { background: rgba(255,255,255,.07); border: 1px solid rgba(217,173,91,.25); border-radius: var(--radius); padding: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.price-table, .premium-table { width: 100%; border-collapse: collapse; }
.price-table caption, .premium-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.price-table th, .price-table td { padding: 15px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.12); }
.price-table th { color: var(--gold-light); }
.price-table tr:last-child td { border-bottom: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; display: block; overflow: hidden; border-radius: 24px; box-shadow: 0 20px 60px rgba(0,0,0,.12); background: #000; }
.gallery-item img { width: 100%; height: 280px; object-fit: cover; transition: transform .8s ease, opacity .3s ease; }
.compact-gallery .gallery-item:nth-child(1) { grid-row: span 2; }
.compact-gallery .gallery-item:nth-child(1) img { height: 578px; }
.gallery-item:hover img { transform: scale(1.06); opacity: .84; }
.gallery-item span { position: absolute; inset: auto 18px 18px auto; color: #17110c; background: var(--gold-light); border-radius: 999px; padding: 8px 12px; font-weight: 900; opacity: 0; transform: translateY(10px); transition: .2s ease; }
.gallery-item:hover span { opacity: 1; transform: translateY(0); }
.gallery-preview .center { margin-top: 32px; }
.cta-card { display: flex; gap: 28px; align-items: center; justify-content: space-between; padding: clamp(28px, 5vw, 54px); border-radius: calc(var(--radius) + 8px); background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.58)); border: 1px solid var(--line); box-shadow: var(--shadow); }
.dark-card { background: rgba(255,255,255,.07); border-color: rgba(217,173,91,.25); }
.dark-card p { color: rgba(255,248,237,.72); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 19px 22px; box-shadow: 0 10px 36px rgba(0,0,0,.05); }
.faq-item summary { font-weight: 900; cursor: pointer; }
.faq-item p { color: var(--muted); margin-bottom: 0; }

.luxury-image img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.reverse-mobile { grid-template-columns: .98fr 1.02fr; }
.feature-list { display: grid; gap: 13px; margin-top: 26px; }
.feature-list div { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 13px 15px; font-weight: 800; }
.feature-list svg { color: var(--gold-dark); }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.info-card { background: rgba(255,255,255,.07); border: 1px solid rgba(217,173,91,.2); border-radius: var(--radius); padding: 32px; }
.info-card svg { width: 36px; height: 36px; color: var(--gold-light); margin-bottom: 16px; }
.info-card h3 { font-size: 1.8rem; margin-bottom: 12px; }
.info-card p { color: rgba(255,248,237,.72); margin: 0; }

.service-detail-section { padding-top: 80px; }
.service-detail { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; padding: 34px; border-radius: calc(var(--radius) + 6px); background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 70px rgba(0,0,0,.08); margin-bottom: 34px; scroll-margin-top: 110px; }
.service-detail-alt { grid-template-columns: 1.05fr .95fr; }
.service-detail-alt .service-detail-image { order: 2; }
.service-detail-image img { width: 100%; height: 430px; object-fit: cover; border-radius: var(--radius); }
.service-number { display: inline-block; color: var(--gold-dark); font-weight: 1000; letter-spacing: .18em; margin-bottom: 10px; }
.service-detail h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); margin-bottom: 16px; }
.service-detail p { color: var(--muted); }
.inline-prices { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.inline-prices div { min-width: 120px; padding: 14px 16px; border-radius: 18px; border: 1px solid var(--line); background: #fff8ed; }
.inline-prices strong, .inline-prices span { display: block; }
.inline-prices span { color: var(--gold-dark); font-weight: 1000; font-size: 1.25rem; }

.premium-table-wrap { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); background: #fff; }
.premium-table th, .premium-table td { padding: 22px; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(217,173,91,.22); }
.premium-table th { color: #fff; background: linear-gradient(135deg, #17110c, #2a1b10); font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; }
.premium-table tr:last-child td { border-bottom: 0; }
.premium-table td:nth-child(3), .premium-table td:nth-child(4) { color: var(--gold-dark); font-weight: 1000; font-size: 1.22rem; }
.note-card { margin-top: 24px; display: flex; gap: 12px; align-items: center; padding: 20px; border-radius: 22px; background: rgba(217,173,91,.13); border: 1px solid var(--line); }
.note-card svg { color: var(--gold-dark); }

.full-gallery { grid-template-columns: repeat(4, 1fr); }
.full-gallery .gallery-item img { height: 300px; }
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.86); z-index: 2000; display: none; place-items: center; padding: 24px; }
.lightbox.is-open { display: grid; }
.lightbox img { max-height: 88vh; width: auto; max-width: min(1100px, 92vw); border-radius: 24px; box-shadow: 0 20px 80px rgba(0,0,0,.5); }
.lightbox button { position: fixed; top: 20px; right: 24px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: #fff; font-size: 2rem; cursor: pointer; }

.booking-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: start; }
.booking-info, .contact-card, .form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 42px); box-shadow: 0 18px 60px rgba(0,0,0,.08); }
.booking-info h2, .contact-card h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); margin-bottom: 18px; }
.booking-info p, .contact-card p { color: var(--muted); }
.contact-highlight, .contact-lines { display: grid; gap: 12px; margin-top: 24px; }
.contact-highlight a, .contact-lines a, .contact-lines div { display: flex; align-items: center; gap: 12px; padding: 13px; border-radius: 17px; background: #fff8ed; border: 1px solid var(--line); font-weight: 850; }
.contact-highlight svg, .contact-lines svg { color: var(--gold-dark); }
.hours-card { margin-top: 24px; background: linear-gradient(135deg, #17110c, #2a1b10); color: #fff; border-radius: 24px; padding: 24px; }
.hours-card h3 { font-size: 1.25rem; color: var(--gold-light); margin-top: 16px; }
.hours-card h3:first-child { margin-top: 0; }
.hours-card p { color: rgba(255,248,237,.78); margin: 6px 0 0; }
.form-intro { margin-bottom: 22px; }
.form-intro h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 10px; }
.form-intro p:last-child { color: var(--muted); margin-bottom: 0; }

.premium-form { display: grid; gap: 17px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.premium-form label { display: grid; gap: 8px; font-weight: 900; color: var(--text); }
.premium-form input, .premium-form select, .premium-form textarea { width: 100%; border: 1px solid rgba(155,107,44,.26); background: #fffaf1; border-radius: 16px; padding: 14px 15px; font: inherit; color: var(--text); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.premium-form input:focus, .premium-form select:focus, .premium-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 4px rgba(217,173,91,.18); background: #fff; }

.english-date-picker { position: relative; display: grid; grid-template-columns: 1fr 52px; gap: 10px; align-items: center; }
.english-date-picker input[data-date-display] { cursor: pointer; padding-right: 15px; }
.english-date-picker input[data-date-display]::placeholder { color: rgba(116,103,90,.72); }
.english-date-picker input[data-date-display]:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 4px rgba(217,173,91,.18); background: #fff; }
.date-picker-trigger { width: 52px; height: 52px; border: 1px solid rgba(155,107,44,.26); border-radius: 16px; background: linear-gradient(135deg, #fff1b9, var(--gold)); color: #17110c; display: grid; place-items: center; cursor: pointer; box-shadow: 0 12px 26px rgba(217,173,91,.18); transition: transform .18s ease, box-shadow .18s ease; }
.date-picker-trigger:hover { transform: translateY(-1px); box-shadow: 0 16px 30px rgba(217,173,91,.24); }
.date-picker-trigger svg { width: 20px; height: 20px; fill: currentColor; stroke: currentColor; }
.date-picker-panel { position: absolute; z-index: 40; top: calc(100% + 10px); left: 0; width: min(100%, 380px); background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 16px; box-shadow: 0 24px 70px rgba(0,0,0,.18); display: none; }
.english-date-picker.is-open .date-picker-panel { display: block; animation: datePanelIn .18s ease both; }
.date-picker-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; }
.date-picker-head strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; color: var(--text); }
.date-picker-head button { width: 38px; height: 38px; border: 1px solid rgba(155,107,44,.22); background: #fff8ed; border-radius: 12px; color: var(--gold-dark); font-size: 1.55rem; line-height: 1; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.date-picker-head button:hover { background: rgba(217,173,91,.18); transform: translateY(-1px); }
.date-picker-weekdays, .date-picker-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; text-align: center; }
.date-picker-weekdays span { color: var(--muted); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.date-picker-days { margin-top: 8px; }
.date-picker-days button, .date-picker-days span { min-height: 38px; border-radius: 12px; display: grid; place-items: center; font-weight: 850; }
.date-picker-days button { border: 1px solid transparent; background: #fff8ed; color: var(--text); cursor: pointer; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.date-picker-days button:hover { background: rgba(217,173,91,.22); border-color: rgba(155,107,44,.2); transform: translateY(-1px); }
.date-picker-days button.is-today { border-color: var(--gold-dark); }
.date-picker-days button.is-selected { color: #17110c; background: linear-gradient(135deg, #fff1b9, var(--gold)); border-color: rgba(155,107,44,.32); box-shadow: 0 10px 22px rgba(217,173,91,.22); }
@keyframes datePanelIn { from { opacity: 0; transform: translateY(-6px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

.hidden-field { position: absolute; left: -9999px; opacity: 0; }
.form-submit { width: 100%; margin-top: 6px; }
.form-note { margin: 0; color: var(--muted); font-size: .92rem; text-align: center; }
.form-alert { border-radius: 18px; padding: 15px 16px; font-weight: 850; margin-bottom: 18px; }
.form-alert.success { color: #154b31; background: #e8f7ef; border: 1px solid #b9e7cc; }
.form-alert.error { color: #7a2424; background: #fff0ec; border: 1px solid #f0c3b8; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.contact-photo-section { padding-top: 10px; }
.contact-photo-grid { align-items: stretch; }
.contact-photo-grid .gallery-item img { height: 420px; }
@media (max-width: 980px) {
    .contact-photo-grid .gallery-item img { height: 360px; }
}

.map-section iframe { width: 100%; height: 480px; border: 0; display: block; filter: saturate(.9) contrast(.95); }
.content-page { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 5vw, 54px); box-shadow: var(--shadow); }
.content-page h2 { font-size: 1.7rem; margin-top: 28px; }
.content-page h2:first-child { margin-top: 0; }
.content-page p { color: var(--muted); }
.content-page a { color: var(--gold-dark); font-weight: 900; }

.site-footer { background: #120d09; color: #fff; padding: 76px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .9fr .7fr; gap: 36px; }
.footer-brand img { width: 80px; margin-bottom: 14px; }
.footer-brand h2, .footer-col h3 { color: var(--gold-light); margin-bottom: 12px; }
.footer-brand p, .footer-col p { color: rgba(255,248,237,.68); margin: 0 0 12px; }
.footer-col a, .footer-bottom a { color: var(--gold-light); font-weight: 800; }
.footer-bottom { text-align: center; border-top: 1px solid rgba(255,255,255,.09); padding: 22px; margin-top: 52px; color: rgba(255,248,237,.62); }
.footer-bottom p { margin: 0; }

.floating-contact { position: fixed; right: 20px; bottom: 20px; z-index: 1500; display: grid; justify-items: end; gap: 12px; }
.floating-main { position: relative; color: #17110c; border: 0; border-radius: 999px; min-width: 138px; height: 58px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; font-weight: 1000; background: linear-gradient(135deg, #fff1b9, var(--gold), #a56c25); box-shadow: 0 0 0 0 rgba(217,173,91,.38), 0 18px 38px rgba(0,0,0,.28); animation: contactAura 2.2s infinite; }
.floating-main::before { content: ""; position: absolute; inset: -10px; border-radius: inherit; background: radial-gradient(circle, rgba(217,173,91,.36), transparent 68%); z-index: -1; filter: blur(8px); }
.floating-panel { display: grid; gap: 10px; opacity: 0; transform: translateY(14px) scale(.96); pointer-events: none; transition: .22s ease; }
.floating-contact.is-open .floating-panel { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.floating-item { display: flex; align-items: center; gap: 10px; min-width: 154px; color: #fff; padding: 12px 14px; border-radius: 999px; font-weight: 900; box-shadow: 0 14px 30px rgba(0,0,0,.25); border: 1px solid rgba(255,255,255,.16); }
.floating-item.call { background: linear-gradient(135deg, #7a2424, #ad4538); }
.floating-item.whatsapp { background: linear-gradient(135deg, #168043, #25d366); }
.floating-item.sms { background: linear-gradient(135deg, #31506c, #557d9e); }
.floating-item.booking { background: linear-gradient(135deg, #8f642b, #d9ad5b); color: #17110c; }
.floating-item.map { background: linear-gradient(135deg, #324d39, #608063); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes heroBreath { from { transform: scale(1.04); } to { transform: scale(1.1); } }
@keyframes contactAura { 0% { box-shadow: 0 0 0 0 rgba(217,173,91,.35), 0 18px 38px rgba(0,0,0,.28); } 70% { box-shadow: 0 0 0 18px rgba(217,173,91,0), 0 18px 38px rgba(0,0,0,.28); } 100% { box-shadow: 0 0 0 0 rgba(217,173,91,0), 0 18px 38px rgba(0,0,0,.28); } }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
    .header-call { display: none; }
    .brand { min-width: auto; }
    .service-grid, .cards-3 { grid-template-columns: 1fr 1fr; }
    .full-gallery { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
    .header-inner { min-height: 72px; }
    .nav-toggle { display: block; }
    .site-nav { position: fixed; inset: 72px 16px auto 16px; display: grid; gap: 8px; background: rgba(18,13,9,.96); border: 1px solid rgba(217,173,91,.2); border-radius: 24px; padding: 16px; box-shadow: 0 24px 80px rgba(0,0,0,.35); opacity: 0; transform: translateY(-14px); pointer-events: none; transition: .22s ease; }
    .site-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .site-nav a { padding: 13px 14px; }
    .hero { min-height: 700px; }
    .split-grid, .price-grid, .booking-grid, .contact-grid, .service-detail, .service-detail-alt { grid-template-columns: 1fr; }
    .service-detail-alt .service-detail-image { order: 0; }
    .image-stack { min-height: 440px; }
    .service-grid, .gallery-grid, .full-gallery { grid-template-columns: 1fr 1fr; }
    .compact-gallery .gallery-item:nth-child(1) { grid-row: auto; }
    .compact-gallery .gallery-item:nth-child(1) img, .gallery-item img { height: 250px; }
    .cta-card { align-items: flex-start; flex-direction: column; }
    .cta-actions { width: 100%; }
    .cta-actions .btn { width: 100%; }
    .premium-table thead { display: none; }
    .premium-table, .premium-table tbody, .premium-table tr, .premium-table td { display: block; width: 100%; }
    .premium-table tr { border-bottom: 1px solid var(--line); padding: 12px 0; }
    .premium-table td { border-bottom: 0; padding: 10px 18px; }
    .premium-table td::before { content: attr(data-label); display: block; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; margin-bottom: 3px; }
}

@media (max-width: 620px) {
    .container { width: min(calc(100% - 24px), var(--max)); }
    .brand-text small { display: none; }
    .brand-mark { width: 48px; height: 48px; }
    .brand-mark img { width: 40px; }
    .brand-text strong { font-size: .98rem; }
    .hero h1 { font-size: clamp(2.55rem, 15vw, 4.2rem); }
    .hero-lead { font-size: 1rem; }
    .hero-actions .btn { width: 100%; }
    .hero-info span { width: 100%; }
    .page-hero { min-height: 430px; }
    .section { padding: 70px 0; }
    .image-stack { min-height: 360px; }
    .service-grid, .cards-3, .gallery-grid, .full-gallery, .footer-grid, .form-row { grid-template-columns: 1fr; }
    .service-card img, .service-detail-image img, .gallery-item img, .full-gallery .gallery-item img { height: 250px; }
    .booking-info, .contact-card, .form-card, .service-detail { padding: 22px; border-radius: 24px; }
    .price-table-card { padding: 14px; }
    .price-table th, .price-table td { padding: 10px 8px; font-size: .92rem; }
    .floating-contact { right: 14px; bottom: 14px; }
    .floating-main { min-width: 124px; height: 54px; }
    .floating-item { min-width: 142px; padding: 11px 13px; }
    .map-section iframe { height: 380px; }
}
