:root {
  --base: #1c1008;
  --base-2: #26160c;
  --panel: #2e1d12;
  --gold: #c99743;
  --gold-2: #f0c978;
  --cream: #f5ead6;
  --muted: #cbb99a;
  --line: rgba(240, 201, 120, .24);
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", Arial, sans-serif; color: var(--cream); background: radial-gradient(circle at top left, #3a2110 0, var(--base) 38rem); line-height: 1.65; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; background: linear-gradient(135deg, rgba(240,201,120,.12), rgba(18,9,5,.82)); }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); margin: 0 0 1rem; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 600; line-height: 1; margin: 0; }
h1 { font-size: clamp(3.4rem, 9vw, 8.5rem); max-width: 11ch; }
h2 { font-size: clamp(2.25rem, 5vw, 5rem); }
h3 { font-size: 1.65rem; }
em { color: var(--gold-2); font-style: italic; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .75rem clamp(1rem, 4vw, 3rem); background: rgba(28, 16, 8, .8); border-bottom: 1px solid rgba(240, 201, 120, .16); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; justify-content: center; background: transparent; border-radius: 0; padding: 0; }
.brand img { width: 7.25rem; height: auto; background: transparent; filter: drop-shadow(0 8px 18px rgba(0,0,0,.35)); }
.site-nav { display: flex; align-items: center; gap: 1.1rem; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.site-nav a { color: var(--muted); transition: color .2s ease, background .2s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--gold-2); }
.site-nav .nav-cta { color: #1c1008; background: linear-gradient(135deg, var(--gold-2), var(--gold)); padding: .75rem 1rem; border-radius: 999px; font-weight: 700; box-shadow: 0 10px 30px rgba(201,151,67,.22); }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; border: 1px solid var(--line); border-radius: 999px; background: transparent; padding: .7rem; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--gold-2); }

.hero, .page-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; padding: 8rem clamp(1.25rem, 6vw, 6rem) 6rem; overflow: hidden; }
.page-hero { min-height: 72svh; }
.hero-media { position: absolute; inset: 0; background-color: #1a0d06; background-size: cover; background-position: center; transform: scale(1.03); filter: saturate(.9) contrast(1.05); }
.image-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(28,16,8,.96), rgba(28,16,8,.56) 45%, rgba(28,16,8,.25)), linear-gradient(0deg, var(--base), transparent 40%); }
.hero-content { position: relative; z-index: 2; max-width: 55rem; }
.hero-content p:not(.eyebrow) { max-width: 38rem; font-size: clamp(1rem, 2vw, 1.25rem); }
.eyebrow { color: var(--gold-2); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700; margin-bottom: 1rem; }
.button-row { display: flex; gap: .9rem; flex-wrap: wrap; margin-top: 2rem; }
.btn, .text-link, .service-card a, .category-card a, .package-card a { display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; border-radius: 999px; padding: .75rem 1.2rem; font-weight: 700; transition: transform .2s ease; border: 0; cursor: pointer; font: inherit; }
.btn:hover, .text-link:hover, .service-card a:hover, .category-card a:hover, .package-card a:hover { transform: translateY(-2px); }
.btn-primary, .package-card a, .category-card a { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1c1008; }
.btn-secondary, .text-link, .service-card a { color: var(--gold-2); border: 1px solid var(--line); background: rgba(255,255,255,.03); }
.btn-primary { box-shadow: 0 16px 42px rgba(201,151,67,.24); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

.stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.stats-bar div { min-height: 8rem; display: grid; place-items: center; text-align: center; background: rgba(28,16,8,.78); padding: 1rem; }
.stats-bar strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; color: var(--gold-2); font-size: 3rem; line-height: 1; }
.stats-bar span { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.conversion-strip { display: grid; grid-template-columns: 1.15fr repeat(3, minmax(0, .75fr)); gap: 1px; background: var(--line); border-bottom: 1px solid var(--line); }
.conversion-strip > div, .conversion-strip a, .conversion-strip button { min-height: 7rem; display: flex; flex-direction: column; justify-content: center; padding: 1.2rem clamp(1rem, 3vw, 2rem); background: rgba(18,9,5,.82); border: 0; color: var(--cream); text-align: left; font: inherit; cursor: pointer; }
.conversion-strip strong { color: var(--gold-2); font-size: 1.1rem; }
.conversion-strip span, .conversion-strip p { color: var(--muted); margin: .2rem 0 0; }
.conversion-strip a:hover, .conversion-strip button:hover { background: rgba(46,29,18,.96); }
.section { padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 6vw, 6rem); }
.split-section, .location-panel, .before-after, .contact-layout, .price-section { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.section-heading { max-width: 48rem; margin-bottom: 2.5rem; }

.card-grid, .service-category-grid, .package-grid, .pillar-grid, .review-strip, .steps, .price-cards, .faq-mini, .catalog-grid, .booking-options, .social-preview-grid { display: grid; gap: 1rem; }
.card-grid.four, .review-strip, .package-grid, .pillar-grid { grid-template-columns: repeat(4, 1fr); }
.service-category-grid { grid-template-columns: repeat(2, 1fr); }
.steps, .price-cards, .faq-mini { grid-template-columns: repeat(3, 1fr); }
.service-card, .category-card, .package-card, .pillar-grid article, .review-strip blockquote, .steps div, .price-cards article, .contact-panel, .booking-form, .faq-mini article, .hammam-callout, .comparison, .catalog-grid article, .booking-option { background: linear-gradient(180deg, rgba(58,38,24,.9), rgba(38,22,12,.94)); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.service-card { overflow: hidden; }
.service-card img { height: 14rem; width: 100%; object-fit: cover; object-position: center; }
.service-card div, .category-card, .package-card, .pillar-grid article, .review-strip blockquote, .steps div, .price-cards article, .contact-panel, .booking-form, .faq-mini article, .hammam-callout, .catalog-grid article, .booking-option { padding: 1.4rem; }
.service-card p { min-height: 5rem; }
.category-card ul, .package-card ul { color: var(--muted); padding-left: 1.1rem; }
.category-image { width: calc(100% + 2.8rem); max-width: none; height: 13rem; object-fit: cover; object-position: center; margin: -1.4rem -1.4rem 1.2rem; border-bottom: 1px solid var(--line); }
.service-card img[src*="nude-nail-art"], .service-card img[src*="hot-stone-massage"], .category-image[src*="red-nail-art"], .social-preview-card img[src*="brows-closeup"], .social-preview-card img[src*="kids-fade"] { object-position: center 32%; }
.service-card img[src*="blonde-braids"], .category-image[src*="cornrows-service"] { object-position: center 38%; }
.hammam-callout { position: sticky; top: 6rem; }
.services-layout { display: grid; grid-template-columns: 20rem 1fr; gap: 1.5rem; align-items: start; }

.feature-band { display: grid; grid-template-columns: 1fr 1fr; background: #140b06; border-block: 1px solid var(--line); }
.feature-copy { padding: clamp(3rem, 8vw, 7rem) clamp(1.25rem, 6vw, 6rem); align-self: center; }
.feature-band img { width: 100%; height: 100%; min-height: 32rem; object-fit: cover; object-position: center; }
.review-strip blockquote { margin: 0; color: var(--cream); }
.review-strip cite { display: block; color: var(--gold-2); font-style: normal; margin-top: 1rem; }
.cta-band { text-align: center; padding: clamp(4rem, 9vw, 8rem) 1.25rem; background: linear-gradient(rgba(28,16,8,.9), rgba(28,16,8,.9)), url('assets/images/gallery/spa-room-setup.jpeg') center/cover; border-block: 1px solid var(--line); }
.cta-band h2 { max-width: 48rem; margin: 0 auto 1.4rem; }
.cta-band p:not(.eyebrow) { max-width: 42rem; margin-inline: auto; }
.steps span { display: inline-block; color: var(--gold-2); border-bottom: 1px solid var(--line); margin-bottom: 1rem; }
.price-section { background: #160d08; border-block: 1px solid var(--line); }
.price-cards strong, .package-card strong { color: var(--gold-2); display: block; margin: 1rem 0; }
.faq-section details { border-top: 1px solid var(--line); padding: 1.2rem 0; }
.faq-section summary { cursor: pointer; color: var(--cream); font-weight: 700; }
.package-card { display: flex; flex-direction: column; }
.package-card span { color: var(--gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 700; }
.package-card a { margin-top: auto; }
.package-card.featured { border-color: rgba(240,201,120,.72); }
.package-card strong.quote { color: var(--cream); background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 999px; display: inline-flex; align-items: center; width: fit-content; padding: .45rem .8rem; }
.location-panel iframe { width: 100%; min-height: 24rem; border: 1px solid var(--line); border-radius: 8px; filter: sepia(.35) saturate(.75); }

.premium-note { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; background: rgba(20, 11, 6, .78); border-block: 1px solid var(--line); }
.muted-band { background: #160d08; border-block: 1px solid var(--line); }
.catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
.catalog-grid article h3 { color: var(--gold-2); margin-bottom: 1rem; }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: baseline; padding: .72rem 0; border-top: 1px solid rgba(240, 201, 120, .14); }
.price-row span { color: var(--cream); }
.price-row strong { color: var(--gold-2); white-space: nowrap; font-size: .95rem; }
.center { justify-content: center; }
.booking-options { grid-template-columns: repeat(3, 1fr); margin-top: 2rem; }
.booking-option svg, .social-links svg, .whatsapp-float svg { width: 1.45rem; height: 1.45rem; fill: currentColor; }

.filters { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2rem; }
.filters button { border: 1px solid var(--line); color: var(--gold-2); background: rgba(255,255,255,.03); border-radius: 999px; padding: .7rem 1rem; cursor: pointer; }
.filters button.active { background: var(--gold); color: var(--base); }
.gallery-grid { columns: 3 18rem; column-gap: 1rem; }
.gallery-grid img { width: 100%; margin: 0 0 1rem; border-radius: 8px; border: 1px solid var(--line); break-inside: avoid; }
.gallery-grid img.hidden { display: none; }
.comparison { min-height: 20rem; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; padding: 0; }
.comparison div { display: grid; place-items: center; color: var(--gold-2); background: linear-gradient(135deg, rgba(201,151,67,.2), rgba(0,0,0,.15)); }
.comparison div + div, .comparison img + img { border-left: 1px solid var(--line); }
.comparison img { width: 100%; height: 100%; min-height: 20rem; object-fit: cover; }

.social-showcase { background: #160d08; border-block: 1px solid var(--line); }
.social-preview-grid { grid-template-columns: repeat(3, 1fr); }
.social-preview-card { position: relative; min-height: 26rem; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #120905; box-shadow: var(--shadow); }
.social-preview-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); transition: transform .35s ease; }
.social-preview-card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(18,9,5,.05), rgba(18,9,5,.82)); }
.social-preview-card:hover img { transform: scale(1.05); }
.social-preview-card div { position: relative; z-index: 2; padding: 1.4rem; }
.social-preview-card strong { display: block; color: var(--cream); font-size: 1.4rem; }
.social-preview-card p { margin: .25rem 0 0; color: var(--gold-2); }
.platform-icon { position: absolute; top: 1rem; left: 1rem; z-index: 2; width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 999px; color: white; background: rgba(18,9,5,.75); border: 1px solid rgba(255,255,255,.2); }
.platform-icon svg { width: 1.55rem; height: 1.55rem; fill: currentColor; }
.instagram-card .platform-icon { background: radial-gradient(circle at 30% 110%, #feda75 0 20%, #fa7e1e 35%, #d62976 55%, #962fbf 78%, #4f5bd5 100%); }
.tiktok-card .platform-icon { background: #050505; box-shadow: 4px 0 0 rgba(37,244,238,.8), -4px 0 0 rgba(254,44,85,.8); }
.facebook-card .platform-icon { background: #1877f2; }

.chatbot-section { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: 2rem; align-items: start; background: #160d08; border-block: 1px solid var(--line); }
.chatbot-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); box-shadow: var(--shadow); min-height: 700px; }
.chatbot-frame iframe { display: block; border: 0; }

label { display: grid; gap: .35rem; color: var(--gold-2); font-size: .88rem; margin: 1rem 0; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: rgba(28,16,8,.78); color: var(--cream); border-radius: 6px; padding: .9rem 1rem; font: inherit; }
.site-footer { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 2rem; padding: 4rem clamp(1.25rem, 6vw, 6rem) 2rem; background: #120905; border-top: 1px solid var(--line); }
.site-footer img { width: 11.5rem; margin-bottom: 1rem; background: transparent; border-radius: 0; padding: 0; filter: drop-shadow(0 12px 24px rgba(0,0,0,.32)); }
.site-footer h3 { color: var(--gold-2); font-size: 1.25rem; margin-bottom: .8rem; }
.site-footer a { display: block; color: var(--muted); margin: .35rem 0; }
.social-links { display: flex; flex-wrap: wrap; gap: .55rem; }
.social-links a { width: 2.65rem; height: 2.65rem; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--gold-2); margin: 0; font-weight: 800; font-size: .78rem; }
.social-links svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
.footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1.5rem; margin-top: 1rem; }
.whatsapp-float { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 60; width: 3.4rem; height: 3.4rem; display: grid; place-items: center; border-radius: 999px; background: #25d366; color: #07160b; font-weight: 900; box-shadow: var(--shadow); }
.ai-chat-float { position: fixed; right: 1.25rem; bottom: 5.1rem; z-index: 60; display: grid; gap: .05rem; min-width: 11rem; border: 1px solid rgba(240,201,120,.45); border-radius: 999px; padding: .75rem 1rem; background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: #1c1008; font: inherit; font-weight: 800; box-shadow: var(--shadow); cursor: pointer; text-align: left; }
.ai-chat-float span { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; opacity: .78; }
.ai-chat-panel { position: fixed; right: 1.25rem; bottom: 9.5rem; z-index: 70; width: min(28rem, calc(100vw - 2.5rem)); height: min(42rem, calc(100svh - 11rem)); display: none; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #120905; box-shadow: var(--shadow); }
body.ai-chat-open .ai-chat-panel { display: grid; grid-template-rows: auto 1fr; }
.ai-chat-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem; border-bottom: 1px solid var(--line); }
.ai-chat-head .eyebrow { margin-bottom: .35rem; }
.ai-chat-head h2 { font-size: 1.6rem; }
.ai-chat-close { width: 2.5rem; height: 2.5rem; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--gold-2); font-size: 1.2rem; cursor: pointer; }
.ai-chat-panel iframe { width: 100%; height: 100%; border: 0; }

@media (max-width: 1050px) {
  .card-grid.four, .review-strip, .package-grid, .pillar-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .services-layout, .price-section { grid-template-columns: 1fr; }
  .hammam-callout { position: static; }
}

@media (max-width: 760px) {
  .menu-toggle { display: block; z-index: 61; }
  .site-nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; background: rgba(28,16,8,.98); font-size: 1rem; }
  body.nav-open .site-nav { display: flex; }
  .hero, .page-hero { min-height: 82svh; padding-top: 7rem; padding-bottom: 4rem; }
  h1 { font-size: clamp(3rem, 18vw, 5rem); }
  .brand img { width: 5.8rem; }
  .stats-bar, .conversion-strip, .split-section, .card-grid.four, .feature-band, .review-strip, .service-category-grid, .steps, .price-cards, .package-grid, .pillar-grid, .location-panel, .before-after, .contact-layout, .chatbot-section, .faq-mini, .site-footer, .catalog-grid, .premium-note, .booking-options, .social-preview-grid { grid-template-columns: 1fr; }
  .social-preview-card { min-height: 22rem; }
  .feature-band img { min-height: 22rem; }
  .service-card p { min-height: auto; }
  .site-footer { padding-bottom: 5rem; }
  .ai-chat-float { left: 1rem; right: auto; bottom: 1rem; min-width: 0; width: calc(100vw - 6rem); max-width: 15rem; padding: .65rem .85rem; }
  .whatsapp-float { right: 1rem; bottom: 1rem; }
  .ai-chat-panel { left: 1rem; right: 1rem; bottom: 5.2rem; width: auto; height: min(38rem, calc(100svh - 6.5rem)); }
  .price-row { grid-template-columns: 1fr; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .text-link, .service-card a, .category-card a, .package-card a, .social-preview-card img { transition: none; }
}
