/*
 * Malik Living — main.css
 * Single source of truth for all front-end styles.
 * CSS custom properties (colours, fonts, sizes) are injected
 * dynamically from Theme Options via wp_add_inline_style().
 * ─────────────────────────────────────────────────────────────────
 */

/* ── 1. RESET & BASE ─────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; -webkit-text-size-adjust: 100%; }
body { background: var(--charcoal-deep); color: var(--ivory); font-family: var(--font-body); font-weight: 300; overflow-x: hidden; cursor: none; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; transition: color .3s ease; }
ul, ol { list-style: none; }
button { font-family: var(--font-body); background: none; border: none; cursor: pointer; }
address { font-style: normal; }

/* ── 2. ACCESSIBILITY ────────────────────────────────────────────── */
.skip-link { position: absolute; top: -999px; left: 0; padding: 8px 16px; background: var(--gold); color: var(--charcoal-deep); font-size: 13px; z-index: 10000; }
.skip-link:focus { top: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ── 3. CUSTOM CURSOR ────────────────────────────────────────────── */
#cur { position: fixed; width: 6px; height: 6px; background: var(--gold-pale); border-radius: 50%; pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); transition: width .25s, height .25s, background .25s; }
#cur-r { position: fixed; width: 32px; height: 32px; border: 1px solid rgba(184,149,42,.4); border-radius: 50%; pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: width .3s, height .3s, border-color .3s; }
#cur.hov { width: 10px; height: 10px; background: var(--gold-light); }
#cur-r.hov { width: 52px; height: 52px; border-color: rgba(184,149,42,.8); }
@media (hover: none) { #cur, #cur-r { display: none; } body { cursor: auto; } }

/* ── 4. NAVIGATION ───────────────────────────────────────────────── */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; }
.site-nav { padding: 32px 64px; display: flex; align-items: center; justify-content: space-between; transition: all .6s cubic-bezier(.16,1,.3,1); }
.site-nav.scrolled, .site-nav.solid { background: rgba(13,12,9,.96); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); padding: 20px 64px; border-bottom: 1px solid rgba(184,149,42,.1); }
.nav-logo { text-decoration: none; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.nav-logo-name { font-family: var(--font-display); font-size: 22px; font-weight: 500; color: var(--gold-pale); letter-spacing: .12em; line-height: 1; transition: color .3s; }
.nav-logo-name:hover { color: var(--gold-ultra); }
.nav-logo-sub { font-size: 8px; font-weight: 200; letter-spacing: .45em; text-transform: uppercase; color: var(--stone-dark); }
.nav-links { display: flex; align-items: center; gap: 44px; list-style: none; }
.nav-links a { font-size: var(--size-nav); font-weight: 300; letter-spacing: .3em; text-transform: uppercase; color: var(--stone); text-decoration: none; transition: color .3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -5px; left: 0; right: 100%; height: 1px; background: var(--gold); transition: right .4s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"], .nav-links a.is-active { color: var(--gold-ultra); }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after, .nav-links a.is-active::after { right: 0; }
.nav-enq { font-size: var(--size-nav) !important; font-weight: 300 !important; letter-spacing: .3em !important; text-transform: uppercase !important; color: var(--charcoal-deep) !important; background: var(--gold) !important; padding: 13px 30px !important; text-decoration: none !important; transition: background .3s !important; }
.nav-enq:hover { background: var(--gold-light) !important; }
.nav-enq::after { display: none !important; }
.nav-mob-btn { display: none; flex-direction: column; gap: 5px; padding: 4px; background: none; border: none; cursor: pointer; }
.nav-mob-btn span { display: block; width: 24px; height: 1px; background: var(--gold-pale); transition: all .3s; }
/* Mobile overlay */
.mob-overlay { display: none; position: fixed; inset: 0; background: rgba(13,12,9,.98); z-index: 9000; flex-direction: column; align-items: center; justify-content: center; }
.mob-overlay.open { display: flex; }
.mob-close-btn { position: absolute; top: 24px; right: 24px; background: none; border: none; cursor: pointer; padding: 8px; color: var(--stone-dark); transition: color .3s; z-index: 9001; }
.mob-close-btn svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.5; display: block; }
.mob-close-btn:hover { color: var(--gold-pale); }
.mob-nav-list { list-style: none; display: flex; flex-direction: column; align-items: center; gap: 0; padding: 0; margin: 0; }
.mob-nav-link { display: block; font-family: var(--font-display); font-size: clamp(28px, 7vw, 44px); font-weight: 300; color: var(--ivory); text-decoration: none; letter-spacing: .06em; padding: 12px 24px; transition: color .3s; text-align: center; }
.mob-nav-link:hover, .mob-nav-link.is-active { color: var(--gold-pale); }
.mob-nav-link.nav-enq { font-family: var(--font-body); font-size: 11px !important; letter-spacing: .3em; text-transform: uppercase; background: var(--gold); color: var(--charcoal-deep) !important; padding: 14px 36px; margin-top: 20px; display: inline-block; }
.mob-footer { position: absolute; bottom: 32px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.mob-contact-link { font-size: 11px; font-weight: 200; letter-spacing: .2em; color: var(--stone-dark); text-decoration: none; }
.mob-contact-link:hover { color: var(--gold); }

/* ── 5. GLOBAL SECTION PRIMITIVES ────────────────────────────────── */
.s-eye { font-size: var(--size-eyebrow); font-weight: 200; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.s-eye::before { content: ''; width: 36px; height: 1px; background: var(--gold); flex-shrink: 0; }
.s-eye.center { justify-content: center; }
.s-eye.center::before { display: none; }
.s-h { font-family: var(--font-display); font-size: clamp(var(--size-h2-min), 5vw, var(--size-h2-max)); font-weight: 300; line-height: 1.04; letter-spacing: -.01em; }
.s-h em { font-style: italic; color: var(--gold-pale); }
.s-p { font-size: var(--size-body); font-weight: 200; letter-spacing: .07em; line-height: 2.05; color: var(--stone); }
.gold-rule { display: flex; align-items: center; gap: 18px; margin-bottom: 0; }
.gold-rule::before, .gold-rule::after { content: ''; flex: 1; height: 1px; background: linear-gradient(to right, transparent, rgba(184,149,42,.4)); }
.gold-gem { width: 5px; height: 5px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }
.grain::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .028; z-index: 3; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 200px; }

/* ── 6. SCROLL REVEAL ────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(48px); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.reveal.on { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .18s; }
.d3 { transition-delay: .3s; }
.d4 { transition-delay: .44s; }
.d5 { transition-delay: .6s; }

/* ── 7. BUTTONS ──────────────────────────────────────────────────── */
.btn-gold { font-size: var(--size-btn); font-weight: 300; letter-spacing: .32em; text-transform: uppercase; color: var(--charcoal-deep); background: var(--gold); padding: 17px 44px; text-decoration: none; display: inline-block; transition: background .3s, transform .3s; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); color: var(--charcoal-deep); }
.btn-line { font-size: var(--size-btn); font-weight: 300; letter-spacing: .32em; text-transform: uppercase; color: var(--ivory); text-decoration: none; display: inline-flex; align-items: center; gap: 12px; transition: color .3s; }
.btn-line::after { content: ''; width: 32px; height: 1px; background: currentColor; transition: width .4s ease; flex-shrink: 0; }
.btn-line:hover { color: var(--gold-pale); }
.btn-line:hover::after { width: 52px; }

/* ── 8. HERO (page heroes) ───────────────────────────────────────── */
.page-hero { position: relative; overflow: hidden; display: flex; align-items: flex-end; }
.page-hero.full-h { height: 100vh; min-height: 700px; }
.page-hero.inner-h { height: 90vh; min-height: 600px; }
.page-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.06); animation: hzoom 14s ease-out forwards; }
@keyframes hzoom { to { transform: scale(1); } }
.page-hero-veil { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,12,9,.2) 0%, rgba(13,12,9,0) 25%, rgba(13,12,9,.5) 60%, rgba(13,12,9,.95) 100%), linear-gradient(to right, rgba(13,12,9,.35) 0%, transparent 65%); }
.page-hero-content { position: relative; z-index: 2; padding: 0 64px 100px; max-width: 900px; opacity: 0; transform: translateY(32px); animation: fadein 1.4s .8s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes fadein { to { opacity: 1; transform: none; } }
.page-hero-eye { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; font-size: 9px; font-weight: 200; letter-spacing: .42em; text-transform: uppercase; color: var(--gold); }
.page-hero-eye::before { content: ''; width: 44px; height: 1px; background: var(--gold); display: block; }
.page-hero-h1 { font-family: var(--font-display); font-size: clamp(var(--size-hero-min), 7.5vw, var(--size-hero-max)); font-weight: 300; line-height: .96; color: var(--ivory); letter-spacing: -.02em; margin-bottom: 28px; }
.page-hero-h1 em { font-style: italic; color: var(--gold-pale); }
.page-hero-sub { font-size: var(--size-body); font-weight: 200; letter-spacing: .1em; line-height: 2; color: var(--stone); max-width: 520px; margin-bottom: 48px; }
.hero-scroll-hint { position: absolute; bottom: 80px; right: 64px; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0; animation: fadein 1s 2.2s ease forwards; }
.hero-scroll-hint span { font-size: 8px; font-weight: 200; letter-spacing: .35em; text-transform: uppercase; color: var(--stone-dark); writing-mode: vertical-rl; }
.scroll-bar { width: 1px; height: 56px; background: linear-gradient(to bottom, var(--stone-dark), transparent); animation: spulse 2.5s ease-in-out infinite; }
@keyframes spulse { 0%,100% { opacity: .35; transform: scaleY(1); } 50% { opacity: 1; transform: scaleY(1.15); } }

/* ── 9. GALLERY GRIDS ────────────────────────────────────────────── */
.gallery-mosaic { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 560px 340px; gap: 4px; }
.gallery-mosaic .gi { overflow: hidden; position: relative; background: var(--charcoal); }
.gallery-mosaic .gi.tall { grid-row: 1 / 3; }
.gallery-mosaic .gi img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .9s cubic-bezier(.25,.46,.45,.94); }
.gallery-mosaic .gi:hover img { transform: scale(1.06); }
.gallery-mosaic .gi-cap { position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,12,9,.75) 0%, transparent 55%); opacity: 0; transition: opacity .4s; display: flex; align-items: flex-end; padding: 32px; }
.gallery-mosaic .gi:hover .gi-cap { opacity: 1; }
.gi-cap-t { font-size: 9.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-pale); }

/* ── 10. STAT COUNTERS ───────────────────────────────────────────── */
.stats-row { display: flex; gap: 56px; margin-top: 56px; padding-top: 44px; border-top: 1px solid rgba(184,149,42,.14); }
.stat { display: flex; flex-direction: column; gap: 7px; }
.stat-n { font-family: var(--font-display); font-size: 52px; font-weight: 300; color: var(--gold); line-height: 1; letter-spacing: -.02em; }
.stat-l { font-size: 8px; font-weight: 200; letter-spacing: .36em; text-transform: uppercase; color: var(--stone-dark); }

/* ── 11. CARDS (amenity, type, service, mission) ─────────────────── */
.card-grid { display: grid; gap: 1px; background: rgba(184,149,42,.07); }
.card-grid.cols-3 { grid-template-columns: repeat(3,1fr); }
.card-grid.cols-4 { grid-template-columns: repeat(4,1fr); }
.card-grid.cols-2 { grid-template-columns: repeat(2,1fr); }
.card { background: var(--charcoal); padding: 52px 44px; position: relative; overflow: hidden; transition: background .4s; }
.card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--gold); transition: width .55s ease; }
.card.left-bar::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--gold); transition: height .5s ease; }
.card.left-bar::after { display: none; }
.card:hover { background: var(--charcoal-light); }
.card:hover::after { width: 100%; }
.card.left-bar:hover::before { height: 100%; }
.card-num { font-family: var(--font-display); font-size: 52px; font-weight: 300; color: rgba(184,149,42,.09); line-height: 1; margin-bottom: 24px; transition: color .4s; }
.card:hover .card-num { color: rgba(184,149,42,.2); }
.card-title { font-family: var(--font-display); font-size: 26px; font-weight: 400; color: var(--ivory); margin-bottom: 12px; line-height: 1.2; }
.card-desc { font-size: 11px; font-weight: 200; letter-spacing: .09em; line-height: 1.9; color: var(--stone-dark); }
.card-ico { width: 42px; height: 42px; border: 1px solid rgba(184,149,42,.24); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; transition: border-color .4s; }
.card:hover .card-ico { border-color: rgba(184,149,42,.7); }
.card-ico svg { width: 17px; height: 17px; stroke: var(--gold-light); fill: none; stroke-width: 1.2; }

/* ── 12. SPLIT SECTIONS ──────────────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; }
.split.gap { gap: 96px; align-items: center; }
.split-vis { position: relative; overflow: hidden; min-height: 560px; }
.split-vis img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .9s ease; }
.split:hover .split-vis img { transform: scale(1.04); }
.split-vis-veil { position: absolute; inset: 0; background: rgba(13,12,9,.18); }
.split-content { padding: 96px 72px; display: flex; flex-direction: column; justify-content: center; }

/* ── 13. PARALLAX SECTIONS ───────────────────────────────────────── */
.parallax-section { position: relative; overflow: hidden; }
.parallax-bg { position: absolute; inset: 0; background-size: cover; background-position: center; will-change: transform; }

/* ── 14. FEATURE LISTS ───────────────────────────────────────────── */
.feature-list { display: flex; flex-direction: column; gap: 0; }
.feature-item { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(184,149,42,.09); transition: padding-left .3s; }
.feature-item:first-child { border-top: 1px solid rgba(184,149,42,.09); }
.feature-item:hover { padding-left: 8px; }
.feature-dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }
.feature-text { font-size: 10.5px; font-weight: 200; letter-spacing: .2em; text-transform: uppercase; color: var(--stone); }
.feature-ico { width: 36px; height: 36px; border: 1px solid rgba(184,149,42,.22); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: border-color .3s; }
.feature-item:hover .feature-ico { border-color: rgba(184,149,42,.7); }
.feature-ico svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 1.3; }

/* ── 15. DESTINATION ITEMS ───────────────────────────────────────── */
.dest-item { display: flex; justify-content: space-between; align-items: baseline; padding: 17px 0; border-bottom: 1px solid rgba(184,149,42,.09); transition: padding-left .3s; }
.dest-item:first-child { border-top: 1px solid rgba(184,149,42,.09); }
.dest-item:hover { padding-left: 8px; }
.dest-name { font-family: var(--font-display); font-size: 19px; font-weight: 400; color: var(--ivory); }
.dest-dist { font-size: 9.5px; font-weight: 200; letter-spacing: .25em; color: var(--gold); }

/* ── 16. MARQUEE / TICKER ────────────────────────────────────────── */
.ticker-wrap { overflow: hidden; padding: 26px 0; border-top: 1px solid rgba(184,149,42,.1); border-bottom: 1px solid rgba(184,149,42,.1); }
.ticker-track { display: flex; gap: 64px; width: max-content; animation: ticker 36s linear infinite; }
@keyframes ticker { to { transform: translateX(-50%); } }
.ticker-wrap:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: flex; align-items: center; gap: 18px; white-space: nowrap; font-size: 9.5px; font-weight: 200; letter-spacing: .35em; text-transform: uppercase; color: var(--stone-dark); }
.ticker-dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }

/* ── 17. SECTION PADDING HELPERS ─────────────────────────────────── */
.section-pad { padding: 140px 64px; }
.section-pad-sm { padding: 100px 64px; }
.bg-deep { background: var(--charcoal-deep); }
.bg-mid { background: var(--charcoal-mid); }
.bg-base { background: var(--charcoal); }
.bg-light { background: var(--charcoal-light); }

/* ── 18. FORM ELEMENTS ───────────────────────────────────────────── */
.form-field { margin-bottom: 24px; }
.form-field label { display: block; font-size: 8.5px; font-weight: 200; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.form-field input, .form-field select, .form-field textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(184,149,42,.2); padding: 12px 0; font-family: var(--font-body); font-size: 12px; font-weight: 200; letter-spacing: .1em; color: var(--ivory); outline: none; transition: border-color .3s; -webkit-appearance: none; appearance: none; border-radius: 0; }
.form-field input::placeholder, .form-field textarea::placeholder { color: var(--stone-dark); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); }
.form-field textarea { resize: none; min-height: 100px; }
.form-field select { cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b8952a' stroke-width='1.2' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 4px center; }
.form-field select option { background: var(--charcoal); color: var(--ivory); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-check { display: flex; align-items: flex-start; gap: 12px; margin: 28px 0; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--gold); flex-shrink: 0; margin-top: 2px; cursor: pointer; }
.form-check label { font-size: 10.5px; font-weight: 200; letter-spacing: .08em; color: var(--stone-dark); line-height: 1.7; cursor: pointer; }
.form-check a { color: var(--gold); }
.submit-btn { width: 100%; background: var(--gold); border: none; padding: 18px; font-family: var(--font-body); font-size: var(--size-btn); font-weight: 300; letter-spacing: .32em; text-transform: uppercase; color: var(--charcoal-deep); cursor: pointer; transition: background .3s, transform .3s; }
.submit-btn:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ── 19. FOOTER ──────────────────────────────────────────────────── */
.site-footer { background: var(--charcoal-deep); border-top: 1px solid rgba(184,149,42,.1); padding: 88px 64px 52px; }
.foot-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; margin-bottom: 72px; }
.foot-brand-name { font-family: var(--font-display); font-size: 34px; font-weight: 500; color: var(--gold-pale); letter-spacing: .1em; margin-bottom: 6px; display: block; text-decoration: none; }
.foot-logo-link { text-decoration: none; }
.foot-brand-tag { font-size: 9px; font-weight: 200; letter-spacing: .38em; text-transform: uppercase; color: var(--stone-dark); margin-bottom: 22px; }
.foot-brand-desc { font-size: 11px; font-weight: 200; letter-spacing: .07em; line-height: 1.9; color: var(--stone-dark); max-width: 280px; margin-bottom: 22px; }
.foot-slogan { font-family: var(--font-display); font-size: 19px; font-weight: 300; color: var(--gold-pale); }
.foot-col-heading { font-size: 8.5px; font-weight: 200; letter-spacing: .38em; text-transform: uppercase; color: var(--gold); margin-bottom: 26px; }
.foot-col ul, .foot-nav-list, .foot-legal-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.foot-col a, .foot-nav-list a, .foot-legal-list a { font-size: 11px; font-weight: 200; letter-spacing: .12em; color: var(--stone-dark); text-decoration: none; transition: color .3s; }
.foot-col a:hover, .foot-nav-list a:hover, .foot-legal-list a:hover { color: var(--gold-pale); }
.foot-bot { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; border-top: 1px solid rgba(184,149,42,.08); }
.foot-bot p, .foot-bot a { font-size: 9.5px; font-weight: 200; letter-spacing: .16em; color: var(--stone-dark); text-decoration: none; }
.foot-bot a:hover { color: var(--gold); }
.foot-legal-links ul { flex-direction: row; gap: 20px; }
.foot-copy { white-space: nowrap; }
.foot-address-inline { display: none; }

/* ── 20. WHATSAPP WIDGET ─────────────────────────────────────────── */
.wa-widget { position: fixed; bottom: 28px; right: 28px; z-index: 1000; }
.wa-btn { display: flex; align-items: center; gap: 12px; background: #25D366; color: #fff; text-decoration: none; padding: 12px 20px 12px 14px; border-radius: 50px; box-shadow: 0 4px 24px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,.4); transition: transform .3s ease, box-shadow .3s ease; animation: waPulse 3s ease-in-out infinite; }
@keyframes waPulse { 0%,100% { box-shadow: 0 4px 24px rgba(0,0,0,.35), 0 0 0 0 rgba(37,211,102,.4); } 50% { box-shadow: 0 4px 24px rgba(0,0,0,.35), 0 0 0 10px rgba(37,211,102,0); } }
.wa-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 8px 32px rgba(0,0,0,.45); color: #fff; }
.wa-icon { width: 32px; height: 32px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.wa-icon svg { width: 28px; height: 28px; fill: #fff; }
.wa-label { display: flex; align-items: center; gap: 8px; }
.wa-online-dot { width: 8px; height: 8px; background: #fff; border-radius: 50%; flex-shrink: 0; animation: onlinePulse 2s ease-in-out infinite; }
@keyframes onlinePulse { 0%,100% { opacity: 1; } 50% { opacity: .4; } }
.wa-label-text { font-size: 11px; font-weight: 400; letter-spacing: .03em; color: #fff; white-space: nowrap; }

/* ── 21. MAP SVG ─────────────────────────────────────────────────── */
.map-container { position: relative; background: var(--charcoal); overflow: hidden; }
.map-inner { width: 100%; height: 100%; background: linear-gradient(140deg, #0d0c09 0%, #14130f 40%, #0f0e0b 100%); position: relative; overflow: hidden; }
.map-inner svg { position: absolute; inset: 0; opacity: .26; }

/* ── 22. LOCATION PILLARS ────────────────────────────────────────── */
.loc-pillars { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(184,149,42,.07); }
.lp-card { background: var(--charcoal-deep); padding: 48px 36px; text-align: center; transition: background .4s; }
.lp-card:hover { background: var(--charcoal); }
.lp-ico { margin: 0 auto 20px; width: 44px; height: 44px; border: 1px solid rgba(184,149,42,.22); display: flex; align-items: center; justify-content: center; transition: border-color .4s; }
.lp-card:hover .lp-ico { border-color: rgba(184,149,42,.65); }
.lp-ico svg { width: 19px; height: 19px; stroke: var(--gold); fill: none; stroke-width: 1.2; }
.lp-title { font-family: var(--font-display); font-size: 20px; font-weight: 400; color: var(--ivory); margin-bottom: 8px; }
.lp-desc { font-size: 9.5px; font-weight: 200; letter-spacing: .22em; text-transform: uppercase; color: var(--stone-dark); line-height: 1.7; }

/* ── 23. RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .site-nav, .site-nav.scrolled, .site-nav.solid { padding-left: 36px; padding-right: 36px; }
    .nav-links { gap: 28px; }
    .section-pad, .section-pad-sm { padding-left: 36px; padding-right: 36px; }
    .site-footer { padding-left: 36px; padding-right: 36px; }
    .foot-top { grid-template-columns: 1fr 1fr; gap: 44px; }
    .page-hero-content { padding-left: 36px; padding-right: 36px; }
    .hero-scroll-hint { display: none; }
    .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-mosaic .gi.tall { grid-row: auto; height: 380px; }
    .gallery-mosaic .gi { height: 260px; }
    .card-grid.cols-3, .card-grid.cols-4 { grid-template-columns: 1fr 1fr; }
    .split { grid-template-columns: 1fr; }
    .split-content { padding: 64px 40px; }
    .stats-row { flex-wrap: wrap; gap: 32px; }
    .loc-pillars { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-mob-btn { display: flex; }
    .site-nav, .site-nav.scrolled, .site-nav.solid { padding: 18px 24px; }
    .section-pad, .section-pad-sm { padding: 80px 24px; }
    .site-footer { padding: 60px 24px 36px; }
    .foot-top { grid-template-columns: 1fr; gap: 36px; }
    .foot-bot { flex-direction: column; gap: 12px; text-align: center; }
    .foot-legal-links ul { flex-wrap: wrap; justify-content: center; }
    .foot-address-inline { display: block; }
    .page-hero-content { padding: 0 24px 72px; }
    .card-grid.cols-2, .card-grid.cols-3, .card-grid.cols-4 { grid-template-columns: 1fr; }
    .gallery-mosaic { grid-template-columns: 1fr; }
    .gallery-mosaic .gi, .gallery-mosaic .gi.tall { height: 280px; grid-row: auto; }
    .loc-pillars { grid-template-columns: 1fr 1fr; }
    .wa-label-text { display: none; }
    .wa-btn { width: 56px; height: 56px; padding: 0; border-radius: 50% !important; justify-content: center; align-items: center; flex-shrink: 0; }
    .wa-icon { width: 28px; height: 28px; flex-shrink: 0; }
}
