/* ═══════════════════════════════════════════════════════════
   LASHED BY MERCEN — contact-style.css
   Warm, approachable but still premium dark luxury
   Form left · Info panel right · Full-width map
═══════════════════════════════════════════════════════════ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --pink:        #FF69B4;
  --pink-dim:    rgba(255,105,180,.12);
  --pink-mid:    rgba(255,105,180,.35);
  --black:       #0A0A0A;
  --black-2:     #111111;
  --black-card:  #141414;
  --white:       #FAFAFA;
  --white-60:    rgba(250,250,250,.6);
  --white-20:    rgba(250,250,250,.08);
  --border:      rgba(255,105,180,.15);
  --green:       #25D366;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', sans-serif;

  --nav-h:       80px;
  --section-gap: clamp(4rem, 8vw, 8rem);
  --container:   1200px;
  --radius:      4px;
  --ease-out:    cubic-bezier(.22,1,.36,1);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { background: var(--black); color: var(--white); font-family: var(--font-body); font-weight: 300; line-height: 1.7; overflow-x: hidden; }

.grain { position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-repeat: repeat; background-size: 256px 256px; }

/* ── Typography ── */
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: 300; line-height: 1.15; letter-spacing: -.01em; color: var(--white); }
.section-title em { font-style: italic; color: var(--pink); }
.label-small { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: var(--pink); font-weight: 400; margin-bottom: .75rem; display: block; }
.body-text { color: var(--white-60); font-size: .95rem; line-height: 1.8; margin-bottom: 1rem; }
.container { width: 90%; max-width: var(--container); margin: 0 auto; }
.section { padding: var(--section-gap) 0; }

/* ── Buttons ── */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-body); font-size: .82rem; font-weight: 400; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; padding: .85rem 2rem; border-radius: var(--radius); transition: all .3s var(--ease-out); cursor: pointer; border: none; white-space: nowrap; }
.btn svg { flex-shrink: 0; transition: transform .3s var(--ease-out); }
.btn:hover svg:not(.btn-spinner) { transform: translateX(4px); }
.btn-primary { background: var(--pink); color: #0A0A0A; font-weight: 500; box-shadow: 0 0 30px rgba(255,105,180,.25); }
.btn-primary:hover { background: #ff85c2; box-shadow: 0 0 50px rgba(255,105,180,.4); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--white); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--pink); color: var(--pink); }
.btn-outline { background: transparent; color: var(--pink); border: 1px solid var(--pink); }
.btn-outline:hover { background: var(--pink); color: #0A0A0A; box-shadow: 0 0 30px rgba(255,105,180,.3); }
.btn-sm { padding: .6rem 1.25rem; font-size: .75rem; }
.btn-lg { padding: 1rem 2.5rem; font-size: .85rem; }
.btn-whatsapp { background: var(--green); color: #fff; font-size: .78rem; padding: .7rem 1.4rem; display: inline-flex; border-radius: var(--radius); gap: .5rem; align-items: center; text-decoration: none; font-family: var(--font-body); letter-spacing: .08em; text-transform: uppercase; font-weight: 400; transition: all .3s var(--ease-out); }
.btn-whatsapp:hover { background: #1ebe5d; transform: translateY(-2px); }
.btn-submit { width: 100%; justify-content: center; padding: 1rem 2rem; font-size: .85rem; position: relative; overflow: hidden; }
.btn-submit::after { content: ''; position: absolute; inset: 0; background: rgba(255,255,255,.15); opacity: 0; transition: opacity .3s; }
.btn-submit:hover::after { opacity: 1; }
.btn-submit.loading { pointer-events: none; }

/* ── Reveals ── */
.reveal-block, .reveal-card { opacity: 0; transform: translateY(40px); transition: opacity .85s var(--ease-out), transform .85s var(--ease-out); }
.reveal-card { transition-delay: calc(var(--i, 0) * 0.1s); }
.revealed { opacity: 1 !important; transform: translateY(0) !important; }
.hidden { display: none !important; }

/* NAV moved to ../navbar.css (deduplicated) */


/* ══════════════════════════════════
   PAGE HERO
══════════════════════════════════ */
.page-hero { min-height: 58vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: var(--nav-h); }
.page-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.ph-circle { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .13; }
.ph-circle.c1 { width: 500px; height: 500px; background: var(--pink); top: -140px; left: -80px; animation: phc1 14s ease-in-out infinite alternate; }
.ph-circle.c2 { width: 300px; height: 300px; background: #7c0840; bottom: -60px; right: 8%; animation: phc2 18s ease-in-out infinite alternate; }
@keyframes phc1 { from{transform:translate(0,0)} to{transform:translate(40px,50px)} }
@keyframes phc2 { from{transform:translate(0,0)} to{transform:translate(-30px,-40px)} }

/* Decorative rings */
.ph-ring { position: absolute; border-radius: 50%; border: 1px solid var(--border); }
.ph-ring.r1 { width: 400px; height: 400px; top: 50%; left: 50%; transform: translate(-50%,-50%); animation: ring-pulse 6s ease-in-out infinite; }
.ph-ring.r2 { width: 650px; height: 650px; top: 50%; left: 50%; transform: translate(-50%,-50%); animation: ring-pulse 6s ease-in-out infinite .5s; }
@keyframes ring-pulse { 0%,100%{opacity:.08} 50%{opacity:.18} }

.page-hero-content { position: relative; z-index: 2; text-align: center; padding: 4rem 0 3rem; }
.hero-eyebrow { font-size: .72rem; letter-spacing: .3em; text-transform: uppercase; color: var(--pink); margin-bottom: 1.5rem; opacity: 0; animation: fade-up .8s .2s var(--ease-out) forwards; display: block; }
.page-hero-title { font-family: var(--font-display); font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 300; line-height: 1.05; letter-spacing: -.02em; color: var(--white); margin-bottom: 1.5rem; opacity: 0; animation: fade-up .9s .35s var(--ease-out) forwards; }
.page-hero-title em { font-style: italic; color: var(--pink); }
.page-hero-sub { font-size: clamp(.95rem, 2vw, 1.1rem); color: var(--white-60); max-width: 560px; margin: 0 auto; font-weight: 300; line-height: 1.75; opacity: 0; animation: fade-up .9s .5s var(--ease-out) forwards; }
@keyframes fade-up { from{opacity:0;transform:translateY(25px)} to{opacity:1;transform:translateY(0)} }

/* ══════════════════════════════════
   QUICK CONTACT CARDS
══════════════════════════════════ */
.quick-contact {
  background: var(--black-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(2.5rem, 5vw, 4rem) 0;
}
.qc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.qc-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.75rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  transition: border-color .3s, transform .3s var(--ease-out), box-shadow .3s;
}
.qc-card:hover { border-color: var(--pink); transform: translateY(-5px); box-shadow: 0 15px 50px rgba(255,105,180,.1); }
.qc-card--whatsapp:hover { border-color: var(--green); box-shadow: 0 15px 50px rgba(37,211,102,.1); }
.qc-card--whatsapp .qc-icon { color: var(--green); }
.qc-card--whatsapp .qc-action { color: var(--green); }

.qc-icon { color: var(--pink); display: flex; align-items: center; }
.qc-content { display: flex; flex-direction: column; gap: .3rem; flex: 1; }
.qc-title { font-family: var(--font-display); font-size: 1.4rem; font-weight: 300; color: var(--white); }
.qc-detail { font-size: .82rem; color: var(--white-60); word-break: break-all; }
.qc-action { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--pink); margin-top: .5rem; font-weight: 400; }
.qc-badge { position: absolute; top: 1rem; right: 1rem; background: var(--green); color: #fff; font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; padding: .25rem .6rem; border-radius: 50px; font-family: var(--font-body); font-weight: 500; }

/* ══════════════════════════════════
   MAIN CONTACT SECTION
══════════════════════════════════ */
.contact-section { background: var(--black); }
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}

/* ─── Form ─── */
.contact-form-wrap .section-title { margin-bottom: 1rem; }
.form-intro { color: var(--white-60); font-size: .9rem; line-height: 1.75; margin-bottom: 2.5rem; }

.contact-form { display: flex; flex-direction: column; gap: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.form-group { display: flex; flex-direction: column; gap: .5rem; position: relative; }
.form-group label { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--white-60); font-weight: 400; }
.req { color: var(--pink); }

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: .9rem 1.1rem;
  color: var(--white);
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 300;
  outline: none;
  transition: border-color .3s, box-shadow .3s;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(250,250,250,.25); }
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--pink); box-shadow: 0 0 0 3px var(--pink-dim); }
.form-group input.error,
.form-group textarea.error { border-color: #e55; }
.form-group textarea { resize: vertical; min-height: 130px; }
.form-group 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='rgba(250,250,250,0.4)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }
.form-group select option { background: var(--black-card); color: var(--white); }

.field-error { font-size: .72rem; color: #ff6b6b; letter-spacing: .04em; min-height: 1em; }

.char-count { font-size: .68rem; color: var(--white-60); text-align: right; letter-spacing: .06em; }
.char-count.warning { color: var(--pink); }

/* Checkbox */
.form-group--check { flex-direction: row; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }
.checkbox-label { display: flex; align-items: flex-start; gap: .75rem; cursor: pointer; font-size: .82rem; color: var(--white-60); line-height: 1.5; flex: 1; }
.checkbox-label input[type="checkbox"] { position: absolute; opacity: 0; width: 0; height: 0; }
.checkmark {
  width: 18px; height: 18px; min-width: 18px;
  border: 1px solid var(--border); border-radius: 3px;
  background: var(--black-card);
  display: flex; align-items: center; justify-content: center;
  transition: all .25s;
  margin-top: .15rem;
}
.checkbox-label input:checked + .checkmark {
  background: var(--pink);
  border-color: var(--pink);
}
.checkbox-label input:checked + .checkmark::after {
  content: '';
  display: block;
  width: 5px; height: 9px;
  border: 1.5px solid #0A0A0A;
  border-top: none; border-left: none;
  transform: rotate(45deg) translateY(-1px);
}
.form-group--check .field-error { width: 100%; padding-left: calc(18px + .75rem); }

/* Loading spinner on submit btn */
.btn-spinner { animation: spin-s 1s linear infinite; }
@keyframes spin-s { to { transform: rotate(360deg); } }

/* Success state */
.form-success {
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--black-card);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  animation: fade-up .6s var(--ease-out) both;
}
.fs-icon { font-size: 2rem; color: var(--pink); }
.fs-title { font-family: var(--font-display); font-size: 2rem; font-weight: 300; color: var(--white); }
.fs-text { color: var(--white-60); font-size: .9rem; line-height: 1.75; max-width: 380px; }

/* ─── Info panel ─── */
.contact-info { display: flex; flex-direction: column; gap: 1.5rem; position: sticky; top: calc(var(--nav-h) + 2rem); }
.info-card {
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.info-card-header { display: flex; align-items: center; gap: .85rem; }
.ic-icon { color: var(--pink); display: flex; }
.ic-title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 300; color: var(--white); }

/* Hours */
.hours-list { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.hours-list li { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: .85rem; border-bottom: 1px solid rgba(255,105,180,.07); padding-bottom: .65rem; }
.hours-list li:last-child { border-bottom: none; padding-bottom: 0; }
.hours-day { color: var(--white); font-weight: 300; }
.hours-time { font-size: .8rem; letter-spacing: .06em; }
.hours-time.open { color: #6ee99e; }
.hours-time.closed { color: var(--white-60); }

.hours-note {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .78rem;
  color: var(--white-60);
  padding-top: .5rem;
  border-top: 1px solid var(--border);
}
.status-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6ee99e;
  flex-shrink: 0;
  animation: dot-pulse 2s ease-in-out infinite;
}
.status-dot.closed { background: var(--white-60); animation: none; }
@keyframes dot-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(110,233,158,.4)} 50%{box-shadow:0 0 0 5px rgba(110,233,158,0)} }

/* Address */
.studio-address { font-size: .88rem; color: var(--white-60); line-height: 1.9; font-style: normal; }

/* Accent card */
.info-card--accent {
  border-color: var(--pink-mid);
  background: linear-gradient(135deg, #130a10, #0f080e);
  position: relative;
  overflow: hidden;
}
.info-card--accent::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,105,180,.12) 0%, transparent 70%);
  pointer-events: none;
}
.ic-accent-mark { color: var(--pink); font-size: 1.2rem; }
.ic-accent-text { font-size: .88rem; color: var(--white-60); line-height: 1.75; }
.ic-accent-text strong { color: var(--white); font-weight: 400; }

/* ══════════════════════════════════
   MAP SECTION
══════════════════════════════════ */
.map-section { background: var(--black); padding-bottom: 0; }
.map-header { padding: var(--section-gap) 0 clamp(2rem,4vw,3rem); }
.map-wrap { position: relative; }
.map-iframe { display: block; width: 100%; height: 480px; filter: grayscale(100%) invert(90%) contrast(90%) hue-rotate(160deg) brightness(0.75) saturate(0.5); transition: filter .5s; }
.map-iframe:hover { filter: grayscale(60%) invert(80%) contrast(90%) hue-rotate(160deg) brightness(0.85) saturate(0.7); }
.map-overlay-card {
  position: absolute;
  bottom: 2.5rem;
  left: 5%;
  background: rgba(10,5,8,.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  gap: .75rem;
  min-width: 240px;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
}
.moc-logo { font-family: var(--font-display); font-size: 1.3rem; font-weight: 300; color: var(--white); }
.moc-logo em { color: var(--pink); font-style: italic; }
.moc-address { font-size: .82rem; color: var(--white-60); }

/* ══════════════════════════════════
   BOOKING BANNER
══════════════════════════════════ */
.booking-banner { background: linear-gradient(135deg, #0f090e, #18080f); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: clamp(4rem, 8vw, 7rem) 0; position: relative; overflow: hidden; }
.booking-banner::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(255,105,180,.1) 0%, transparent 65%); pointer-events: none; }
.booking-banner-inner { text-align: center; position: relative; z-index: 1; }
.banner-title { font-family: var(--font-display); font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 300; line-height: 1.15; color: var(--white); margin-bottom: 1rem; }
.banner-title em { color: var(--pink); font-style: italic; }
.banner-sub { color: var(--white-60); font-size: .9rem; }
.banner-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 2.5rem; }

/* ══════════════════════════════════
   FOOTER
══════════════════════════════════ */
.footer { background: var(--black); border-top: 1px solid var(--border); padding-top: clamp(3rem, 6vw, 5rem); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; }
.footer-logo { font-size: 1.2rem; margin-bottom: 1rem; display: inline-flex; }
.footer-tagline { color: var(--white-60); font-size: .85rem; line-height: 1.7; margin-bottom: 1.5rem; max-width: 260px; }
.footer-ig { display: inline-flex; align-items: center; gap: .5rem; color: var(--pink); text-decoration: none; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; transition: opacity .25s; }
.footer-ig:hover { opacity: .75; }
.footer-nav-title { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--pink); margin-bottom: 1.25rem; }
.footer-nav ul, .footer-hours ul { list-style: none; display: flex; flex-direction: column; gap: .65rem; }
.footer-nav a { color: var(--white-60); text-decoration: none; font-size: .85rem; transition: color .25s; }
.footer-nav a:hover { color: var(--pink); }
.footer-hours li { display: flex; justify-content: space-between; gap: 1rem; font-size: .85rem; color: var(--white-60); }
.footer-hours span:first-child { color: var(--white); }
.footer-contact-link { display: block; color: var(--white-60); text-decoration: none; font-size: .85rem; margin-bottom: .5rem; transition: color .25s; }
.footer-contact-link:hover { color: var(--pink); }
.footer-bottom { border-top: 1px solid var(--border); padding: 1.5rem 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; font-size: .75rem; color: var(--white-60); }
.footer-credit a { color: var(--pink); text-decoration: none; }

/* ── Back to top ── */
.back-top { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; width: 44px; height: 44px; background: var(--black-card); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--pink); cursor: pointer; opacity: 0; transform: translateY(10px); transition: all .3s var(--ease-out); }
.back-top.visible { opacity: 1; transform: translateY(0); }
.back-top:hover { background: var(--pink); color: #0A0A0A; border-color: var(--pink); }

/* ── Floating WhatsApp bubble ── */
.wa-bubble {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 998;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 30px rgba(37,211,102,.4);
  transition: transform .3s var(--ease-out), box-shadow .3s;
  text-decoration: none;
}
.wa-bubble:hover { transform: scale(1.1); box-shadow: 0 10px 40px rgba(37,211,102,.55); }
.wa-bubble-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--green);
  animation: wa-pulse 2.5s ease-out infinite;
  pointer-events: none;
}
@keyframes wa-pulse { 0%{opacity:.8;transform:scale(1)} 100%{opacity:0;transform:scale(1.6)} }

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1100px) {
  .qc-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .contact-info { position: static; }
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info { order: -1; }
  .contact-info { flex-direction: row; flex-wrap: wrap; }
  .info-card { flex: 1 1 280px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 70px; }
  .hamburger { display: flex; z-index: 1100; position: relative; }
  .nav-links { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(10,10,10,.98); backdrop-filter: blur(20px); flex-direction: column; justify-content: center; align-items: center; gap: 2rem; transform: translateX(100%); transition: transform .4s var(--ease-out); z-index: 5; padding-top: calc(var(--nav-h) + 2rem); overflow-y: auto; }
  .nav-links.open { transform: translateX(0); }
  .nav-link { font-size: 1rem; letter-spacing: .2em; }
  .nav-cta { padding: .75rem 2rem; }

  .qc-grid { grid-template-columns: 1fr 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .map-iframe { height: 340px; }
  .map-overlay-card { bottom: 1rem; left: 1rem; right: 1rem; min-width: unset; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-inner { flex-direction: column; gap: .5rem; text-align: center; }
  .banner-actions { flex-direction: column; align-items: center; }
  .back-top { bottom: 5rem; right: 1.2rem; }
  .wa-bubble { bottom: 1.2rem; left: 1.2rem; width: 50px; height: 50px; }
}

@media (max-width: 480px) {
  .qc-grid { grid-template-columns: 1fr; }
  .contact-info { flex-direction: column; }
}

@media (min-width: 1800px) { :root { --container: 1500px; } body { font-size: 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }

/* ══════════════════════════════════
   MAP CHOICE PANEL & MOC UPDATES
   (additions for universal maps)
══════════════════════════════════ */

/* Map app choice panel in location card */
.map-choice-panel {
  margin-top: 1rem;
  background: var(--black);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
  animation: fade-up .3s var(--ease-out) both;
}
.map-choice-panel.hidden { display: none !important; }
.mcp-label {
  font-size: .68rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--white-60);
  margin-bottom: .65rem;
}
.mcp-buttons { display: flex; flex-direction: column; gap: .5rem; }
.mcp-btn {
  display: flex; align-items: center; gap: .6rem;
  padding: .6rem .9rem;
  background: var(--black-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--white);
  text-decoration: none;
  font-size: .8rem;
  font-family: var(--font-body);
  font-weight: 300;
  letter-spacing: .06em;
  transition: border-color .25s, color .25s, background .25s;
}
.mcp-btn:hover { border-color: var(--pink); color: var(--pink); background: var(--pink-dim); }

/* Map overlay card — updated for 3 buttons */
.moc-map-btns {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .25rem;
}
.moc-map-btns .btn {
  flex: 1;
  justify-content: center;
  min-width: 80px;
  font-size: .68rem;
  padding: .55rem .75rem;
  letter-spacing: .08em;
}
.moc-address { font-size: .82rem; color: var(--white-60); line-height: 1.6; }

/* ── MOBILE MENU ── */
.mobile-menu {
  position: fixed;
  top: var(--nav-h);
  left: 0;
  right: 0;
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 2rem 1.5rem;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
  z-index: 1200;
}
.mobile-menu:not([hidden]) {
  display: flex;
}
.mobile-menu .nav-link {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--light-grey);
  padding: 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}
.mobile-menu .nav-link:hover,
.mobile-menu .nav-link.active {
  background: rgba(255, 105, 180, 0.08);
  color: var(--pink);
}
.mobile-menu .nav-cta {
  margin-top: 0.5rem;
  border: 1px solid var(--pink);
  color: var(--pink);
}
.mobile-menu .nav-cta:hover {
  background: var(--pink);
  color: var(--black);
}