/*
Theme Name: Quiropráctico Libra
Description: Tema premium a medida para Quiropráctico Libra (Roma Norte).
Author: Diseño y Desarrollo
Version: 1.0
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --gold:       #C8A84B;
  --gold-light: #E8CC7A;
  --gold-pale:  #F5EDD3;
  --teal:       #1E6E5E;
  --teal-mid:   #2D8A77;
  --teal-light: #4BA899;
  --cream:      #FDFBF7;
  --cream-warm: #F7F3EC;
  --dark:       #1A1A1A;
  --dark-mid:   #252525;
  --body:       #4A4A4A;
  --muted:      #8A8A8A;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--cream);
  color: var(--dark);
  overflow-x: hidden;
}

/* noise overlay */
body::before {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.022;
  pointer-events: none;
  z-index: 999;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0;
  display: flex; justify-content: center;
  padding: 1.375rem 1rem;
  pointer-events: none;
  z-index: 60;
}
.nav-pill {
  display: flex; align-items: center; gap: 2rem;
  background: rgba(253,251,247,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(200,168,75,0.18);
  border-radius: 9999px;
  padding: 0.7rem 1.5rem;
  pointer-events: auto;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07), inset 0 1px 0 rgba(255,255,255,0.85);
  transition: box-shadow 0.6s cubic-bezier(0.32,0.72,0,1);
}
.nav-pill.scrolled {
  box-shadow: 0 8px 40px rgba(0,0,0,0.11), inset 0 1px 0 rgba(255,255,255,0.85);
}
.nav-brand {
  font-family: 'Playfair Display', serif;
  font-size: 0.92rem; font-weight: 700;
  color: var(--teal); letter-spacing: 0.02em; white-space: nowrap;
}
.nav-brand-link { display:flex; align-items:center; text-decoration:none; }
.nav-logo-img {
  height: 40px; width: auto;
  object-fit: contain;
  display: block;
}
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a {
  font-size: 0.78rem; font-weight: 500;
  color: var(--body); text-decoration: none;
  letter-spacing: 0.03em;
  transition: color 0.35s cubic-bezier(0.32,0.72,0,1);
}
.nav-links a:hover { color: var(--teal); }
.nav-cta {
  display: inline-flex; align-items: center; gap: 0.625rem;
  background: var(--teal); color: #fff;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.025em;
  padding: 0.5rem 1.2rem;
  border-radius: 9999px; text-decoration: none;
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
}
.nav-cta:hover {
  background: var(--teal-mid);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(30,110,94,0.28);
}
.nav-cta-icon {
  width: 1.5rem; height: 1.5rem; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.75rem;
  transition: transform 0.5s cubic-bezier(0.32,0.72,0,1);
}
.nav-cta:hover .nav-cta-icon { transform: translate(2px,-1px) scale(1.1); }

/* hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; background: none; border: none;
  position: relative; width: 22px; height: 16px;
}
.hamburger span {
  display: block; height: 1.5px; width: 100%;
  background: var(--dark); border-radius: 2px;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
}
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 50%; transform: translateY(-50%); }
.hamburger span:nth-child(3) { bottom: 0; }
.hamburger.open span:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: translateY(-50%) scaleX(0); }
.hamburger.open span:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg); }

/* mobile overlay */
.mobile-overlay {
  position: fixed; inset: 0;
  background: rgba(253,251,247,0.97);
  backdrop-filter: blur(36px); -webkit-backdrop-filter: blur(36px);
  z-index: 50; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 2.5rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.32,0.72,0,1);
}
.mobile-overlay.open { opacity: 1; pointer-events: auto; }
.mobile-overlay a {
  font-family: 'Playfair Display', serif;
  font-size: 2.75rem; font-weight: 600;
  color: var(--dark); text-decoration: none;
  opacity: 0; transform: translateY(2rem);
  transition: all 0.6s cubic-bezier(0.32,0.72,0,1);
}
.mobile-overlay.open a { opacity: 1; transform: translateY(0); }
.mobile-overlay.open a:nth-child(1) { transition-delay: 0.08s; }
.mobile-overlay.open a:nth-child(2) { transition-delay: 0.13s; }
.mobile-overlay.open a:nth-child(3) { transition-delay: 0.18s; }
.mobile-overlay.open a:nth-child(4) { transition-delay: 0.23s; }
.mobile-overlay.open a:nth-child(5) { transition-delay: 0.28s; }

/* ── HERO ── */
.hero {
  min-height: 100dvh;
  display: grid; grid-template-columns: 55% 45%;
  padding-top: 6.5rem; position: relative; overflow: hidden;
}
.hero-bg-blob {
  position: absolute; top: -8%; right: -4%;
  width: 54%; height: 116%;
  background: linear-gradient(155deg, var(--cream-warm) 0%, rgba(200,168,75,0.07) 55%, rgba(30,110,94,0.05) 100%);
  border-radius: 42% 58% 65% 35% / 35% 48% 52% 65%;
  pointer-events: none; z-index: 0;
}

.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 3.5rem 5rem 6rem;
  position: relative; z-index: 1;
}
.hero-right {
  display: flex; flex-direction: column; justify-content: center;
  align-items: flex-start;
  padding: 5rem 5rem 5rem 2rem;
  position: relative; z-index: 1; gap: 1.5rem;
}

.eyebrow-badge {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: rgba(200,168,75,0.11);
  border: 1px solid rgba(200,168,75,0.28);
  color: #A07C20;
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.32rem 0.8rem; border-radius: 9999px;
  margin-bottom: 1.625rem;
}
.eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5.2vw, 5.25rem);
  font-weight: 700; line-height: 1.06;
  color: var(--dark); margin-bottom: 1.75rem;
}
.hero-title em { font-style: italic; color: var(--teal); }
.hero-title .gold { color: var(--gold); }

.hero-body {
  font-size: 0.975rem; font-weight: 400;
  color: var(--body); line-height: 1.75;
  max-width: 44ch; margin-bottom: 2.5rem;
}

.hero-actions { display: flex; align-items: center; gap: 0.875rem; flex-wrap: wrap; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: var(--teal); color: #fff;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em;
  padding: 0.875rem 1.5rem; border-radius: 9999px;
  text-decoration: none;
  transition: all 0.55s cubic-bezier(0.32,0.72,0,1);
}
.btn-primary:hover {
  background: var(--teal-mid); transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(30,110,94,0.32);
}
.btn-primary:active { transform: scale(0.98); }
.btn-icon-pill {
  width: 1.75rem; height: 1.75rem; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.8rem;
  transition: transform 0.5s cubic-bezier(0.32,0.72,0,1);
}
.btn-primary:hover .btn-icon-pill { transform: translate(2px,-1px) scale(1.1); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.5rem;
  color: var(--teal); font-size: 0.85rem; font-weight: 600;
  padding: 0.875rem 1.375rem; border-radius: 9999px;
  border: 1.5px solid rgba(30,110,94,0.22); text-decoration: none;
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
}
.btn-outline:hover {
  border-color: var(--teal); background: rgba(30,110,94,0.05);
  transform: translateY(-1px);
}

/* hero info card */
.info-card {
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(200,168,75,0.16);
  border-radius: 2rem; padding: 0.35rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.07), inset 0 1px 0 rgba(255,255,255,0.9);
  width: 100%; max-width: 380px;
}
.info-card-inner {
  background: #fff;
  border-radius: calc(2rem - 0.35rem);
  padding: 1.875rem;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.8);
}
.card-header {
  display: flex; align-items: center; gap: 0.875rem;
  padding-bottom: 1.375rem;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 0.25rem;
}
.card-logo-wrap { width: 54px; height: 54px; flex-shrink: 0; display:flex; align-items:center; justify-content:center; }
.card-logo-img { width:54px; height:54px; object-fit:contain; border-radius:8px; }
.card-logo-fallback {
  width:54px; height:54px; border-radius:50%;
  background: var(--teal); color:#fff;
  font-family:'Playfair Display',serif; font-size:1.1rem; font-weight:700;
  align-items:center; justify-content:center;
}
.card-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.975rem; font-weight: 700; color: var(--dark); line-height: 1.2;
}
.card-sub {
  font-size: 0.68rem; color: var(--muted);
  font-weight: 500; letter-spacing: 0.06em; margin-top: 0.15rem;
}
.contact-row {
  display: flex; align-items: flex-start; gap: 0.875rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.contact-row:last-child { border-bottom: none; padding-bottom: 0; }
.contact-ico {
  width: 2.25rem; height: 2.25rem; border-radius: 0.75rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.95rem; flex-shrink: 0;
}
.ico-teal { background: rgba(30,110,94,0.1); }
.ico-gold { background: rgba(200,168,75,0.12); }
.contact-lbl {
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.2rem;
}
.contact-val { font-size: 0.87rem; font-weight: 500; color: var(--dark); line-height: 1.4; }
.contact-val a { color: var(--teal); text-decoration: none; transition: color 0.3s ease; }
.contact-val a:hover { color: var(--teal-mid); }

/* scroll cue */
.scroll-cue {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  opacity: 0.45; pointer-events: none;
}
.scroll-cue-text {
  font-size: 0.6rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); font-weight: 500;
}
.scroll-cue-line {
  width: 1px; height: 2.75rem;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: linePulse 2.6s cubic-bezier(0.32,0.72,0,1) infinite;
}
@keyframes linePulse {
  0%,100% { opacity:1; transform:scaleY(1); }
  50% { opacity:0.35; transform:scaleY(0.55); }
}

/* ── SHARED SECTION ── */
.section { padding: 7rem 5rem; }
.container { max-width: 1200px; margin: 0 auto; }

.s-eyebrow {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: rgba(200,168,75,0.09);
  border: 1px solid rgba(200,168,75,0.24);
  color: #A07C20;
  font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase;
  padding: 0.32rem 0.8rem; border-radius: 9999px;
  margin-bottom: 1.5rem;
}
.s-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.25rem, 3.8vw, 3.4rem);
  font-weight: 700; line-height: 1.1;
  color: var(--dark); margin-bottom: 1.125rem;
}
.s-body {
  font-size: 0.975rem; color: var(--body);
  line-height: 1.75; max-width: 54ch;
}

/* ── SERVICES (BENTO) ── */
.services-section { background: var(--cream-warm); }

.bento { display: grid; grid-template-columns: repeat(12,1fr); gap: 1.125rem; margin-top: 3.5rem; }

.b-card {
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 1.75rem; padding: 0.28rem;
  box-shadow: 0 4px 28px rgba(0,0,0,0.05);
  transition: all 0.65s cubic-bezier(0.32,0.72,0,1);
}
.b-card:hover { transform: translateY(-5px); box-shadow: 0 22px 52px rgba(0,0,0,0.1); }
.b-card-in {
  background: #fff; border-radius: calc(1.75rem - 0.28rem);
  padding: 2rem; height: 100%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,1);
  display: flex; flex-direction: column;
}
.b-card.feat .b-card-in { background: var(--teal); }
.b-card.goldc .b-card-in { background: linear-gradient(138deg, #BF9A3C 0%, #D4B45A 50%, #C8A84B 100%); }

.bc1 { grid-column: span 7; }
.bc2 { grid-column: span 5; }
.bc3 { grid-column: span 4; }
.bc4 { grid-column: span 4; }
.bc5 { grid-column: span 4; }

.b-ico {
  width: 2.875rem; height: 2.875rem; border-radius: 0.875rem;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 1.5rem; flex-shrink: 0;
}
.bg-teal10 { background: rgba(30,110,94,0.1); }
.bg-gold10 { background: rgba(200,168,75,0.12); }
.bg-wh15 { background: rgba(255,255,255,0.15); }

.b-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem; font-weight: 700; line-height: 1.2; margin-bottom: 0.7rem;
}
.feat .b-title, .goldc .b-title { color: #fff; }
.b-desc { font-size: 0.875rem; line-height: 1.72; color: var(--body); flex-grow: 1; }
.feat .b-desc { color: rgba(255,255,255,0.78); }
.goldc .b-desc { color: rgba(255,255,255,0.88); }
.b-tag {
  display: inline-block; margin-top: 1.25rem;
  font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.09em; text-transform: uppercase; color: var(--teal);
}
.feat .b-tag, .goldc .b-tag { color: rgba(255,255,255,0.65); }

/* ── PILLARS ── */
.pillars-section { background: var(--cream); }
.pillars-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5.5rem; align-items: center;
}

.visual-shell {
  background: rgba(200,168,75,0.05);
  border: 1px solid rgba(200,168,75,0.14);
  border-radius: 2.5rem; padding: 0.5rem;
  box-shadow: 0 32px 80px rgba(0,0,0,0.06);
  aspect-ratio: 4/5;
}
.visual-core {
  background: linear-gradient(148deg, var(--cream-warm) 0%, rgba(200,168,75,0.05) 55%, rgba(30,110,94,0.05) 100%);
  border-radius: calc(2.5rem - 0.5rem); height: 100%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
  position: relative; overflow: hidden;
}
.enfoque-img {
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  border-radius: calc(2.5rem - 0.5rem);
  display:block;
}
.visual-core--placeholder {
  background: linear-gradient(148deg, var(--cream-warm) 0%, rgba(200,168,75,0.1) 100%);
}
.float-badge {
  position: absolute; bottom: 1.875rem; right: -1.25rem;
  background: #fff; border: 1px solid rgba(200,168,75,0.2);
  border-radius: 1.25rem; padding: 0.875rem 1.125rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
  display: flex; align-items: center; gap: 0.75rem;
}
.badge-n { font-family:'Playfair Display',serif; font-size:1.6rem; font-weight:700; color:var(--teal); line-height:1; }
.badge-t { font-size:0.72rem; color:var(--body); font-weight:500; line-height:1.3; max-width:9ch; }

.pillars-right { display:flex; flex-direction:column; gap:0; }
.pillars-head { margin-bottom: 2rem; }

.gold-rule {
  display:flex; align-items:center; gap:0.75rem; margin: 1.5rem 0 2rem;
}
.gold-rule-line { flex:1; height:1px; background:linear-gradient(to right,transparent,rgba(200,168,75,0.38),transparent); }
.gold-rule-dot { width:5px; height:5px; border-radius:50%; background:var(--gold); }

.pillar {
  display:flex; gap:1.25rem; align-items:flex-start;
  padding:1.375rem; border-radius:1.25rem;
  transition: background 0.5s cubic-bezier(0.32,0.72,0,1);
}
.pillar:hover { background: rgba(255,255,255,0.65); }
.pillar-n {
  font-family:'Playfair Display',serif;
  font-size:1.875rem; font-weight:700;
  color:rgba(200,168,75,0.28); line-height:1;
  flex-shrink:0; width:2rem; padding-top:0.1rem;
}
.pillar h3 { font-family:'Playfair Display',serif; font-size:1.1rem; font-weight:700; margin-bottom:0.5rem; color:var(--dark); }
.pillar p { font-size:0.875rem; color:var(--body); line-height:1.72; }

/* ── LOCATION ── */
.location-section { background: var(--dark-mid); overflow:hidden; }
.location-grid { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:start; }

.location-section .s-title { color:#fff; }
.location-section .s-body { color:rgba(255,255,255,0.58); }

.loc-contacts { display:flex; flex-direction:column; gap:0.875rem; margin-top:2.5rem; }
.loc-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 1.25rem; padding:0.18rem;
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
}
.loc-card:hover { background:rgba(255,255,255,0.07); border-color:rgba(200,168,75,0.24); }
.loc-card-in {
  display:flex; align-items:center; gap:1rem;
  padding:1.1rem 1.25rem;
  border-radius:calc(1.25rem - 0.18rem);
  text-decoration:none;
}
.loc-ico {
  width:2.625rem; height:2.625rem; border-radius:0.875rem;
  display:flex; align-items:center; justify-content:center;
  font-size:1.1rem; flex-shrink:0;
}
.lic-t { background:rgba(30,110,94,0.28); }
.lic-g { background:rgba(200,168,75,0.2); }
.lic-w { background:rgba(37,211,102,0.15); }
.loc-info { flex:1; }
.loc-lbl { font-size:0.62rem; font-weight:600; letter-spacing:0.12em; text-transform:uppercase; color:rgba(255,255,255,0.38); margin-bottom:0.18rem; }
.loc-val { font-size:0.9rem; font-weight:500; color:rgba(255,255,255,0.88); }
.loc-arr {
  font-size:0.875rem; color:rgba(255,255,255,0.28);
  transition: all 0.35s cubic-bezier(0.32,0.72,0,1);
}
.loc-card:hover .loc-arr { color:var(--gold); transform:translate(2px,-1px); }

.map-shell {
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.1);
  border-radius:2rem; padding:0.35rem;
  box-shadow:0 32px 80px rgba(0,0,0,0.28);
}
.map-core {
  background:#2a2a2a;
  border-radius:calc(2rem - 0.35rem);
  overflow:hidden; height:430px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
}
.map-core iframe { width:100%; height:100%; border:0; display:block; }

/* ── GALLERY ── */
.gallery-section { background: var(--cream-warm); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 260px 260px;
  gap: 1rem;
  margin-top: 3rem;
}
.gal-item {
  position: relative; overflow: hidden;
  border-radius: 1.25rem;
  background: var(--cream);
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  grid-column: span 4;
  cursor: pointer;
}
.gal-item.gal-wide { grid-column: span 8; }
.gal-item img {
  width:100%; height:100%;
  object-fit:cover; object-position:center;
  display:block;
  transition: transform 0.7s cubic-bezier(0.32,0.72,0,1);
}
.gal-item:hover img { transform: scale(1.06); }
.gal-overlay {
  position:absolute; inset:0;
  background: linear-gradient(to top, rgba(26,26,26,0.62) 0%, transparent 55%);
  display:flex; align-items:flex-end;
  padding: 1.25rem 1.375rem;
  opacity:0;
  transition: opacity 0.45s cubic-bezier(0.32,0.72,0,1);
}
.gal-item:hover .gal-overlay { opacity:1; }
.gal-overlay span {
  font-size:0.8rem; font-weight:600;
  letter-spacing:0.06em; text-transform:uppercase;
  color:#fff;
}
/* placeholder cuando la imagen no carga */
.gal-placeholder {
  background: linear-gradient(135deg, rgba(200,168,75,0.12) 0%, rgba(30,110,94,0.08) 100%);
  border: 1.5px dashed rgba(200,168,75,0.35);
}

/* ── REDES SOCIALES ── */
.social-section { background: var(--cream); }

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.social-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.social-cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}

.soc-card {
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,1);
  border-radius: 1.75rem;
  padding: 0.35rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
  text-decoration: none;
  display: block;
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
}
.soc-card:hover { transform: translateX(8px); box-shadow: 0 20px 50px rgba(0,0,0,0.06); }

.soc-card-in {
  background: #fff;
  border-radius: calc(1.75rem - 0.35rem);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,1);
}

.soc-icon-wrap {
  width: 4rem; height: 4rem; flex-shrink: 0;
  border-radius: 1.2rem;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
  background: var(--cream-warm);
  padding: 0.8rem;
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
}
.soc-svg { width: 100%; height: 100%; display: block; }

.soc-info { flex: 1; display: flex; flex-direction: column; }
.soc-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 700;
  color: var(--dark); margin-bottom: 0.2rem;
}
.soc-handle {
  font-size: 0.8rem; font-weight: 600;
  color: var(--teal); margin-bottom: 0.4rem;
  letter-spacing: 0.02em;
}
.soc-desc {
  font-size: 0.85rem; color: var(--body); line-height: 1.4;
}
.soc-arr {
  font-size: 1.1rem; color: var(--muted);
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
  background: var(--cream);
  border: 1px solid rgba(0,0,0,0.05);
  width: 2.8rem; height: 2.8rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.soc-card:hover .soc-arr { 
  color: #fff; background: var(--teal); border-color: var(--teal);
  transform: scale(1.05); 
}

/* hover tints */
.soc-ig:hover { border-color: rgba(214,36,159,0.3); }
.soc-fb:hover { border-color: rgba(24,119,242,0.3); }
.soc-wa:hover { border-color: rgba(37,211,102,0.3); }
.soc-ig:hover .soc-icon-wrap { background: rgba(214,36,159,0.06); transform: scale(1.08); }
.soc-fb:hover .soc-icon-wrap { background: rgba(24,119,242,0.08); transform: scale(1.08); }
.soc-wa:hover .soc-icon-wrap { background: rgba(37,211,102,0.08); transform: scale(1.08); }

/* footer social */
.f-social-row {
  display: flex; gap: 0.625rem;
  margin-top: 1.125rem;
}
.f-soc-btn {
  width: 2.25rem; height: 2.25rem;
  border-radius: 0.625rem;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.45s cubic-bezier(0.32,0.72,0,1);
  overflow: hidden;
}
.f-soc-btn:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.12); }

/* ── CTA FINAL ── */
.cta-section {
  background: var(--teal);
  padding: 7rem 5rem;
  text-align:center; position:relative; overflow:hidden;
}
.cta-section::before {
  content:''; position:absolute; top:-35%; right:-12%; width:60%; height:170%;
  background:radial-gradient(circle, rgba(200,168,75,0.14) 0%, transparent 68%);
  pointer-events:none;
}
.cta-section::after {
  content:''; position:absolute; bottom:-25%; left:-6%; width:45%; height:110%;
  background:radial-gradient(circle, rgba(0,0,0,0.14) 0%, transparent 68%);
  pointer-events:none;
}
.cta-inner { position:relative; z-index:1; max-width:680px; margin:0 auto; }
.cta-eyebrow {
  display:inline-flex; align-items:center; gap:0.45rem;
  background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.2);
  color:rgba(255,255,255,0.82);
  font-size:0.62rem; font-weight:600; letter-spacing:0.2em; text-transform:uppercase;
  padding:0.32rem 0.8rem; border-radius:9999px; margin-bottom:1.5rem;
}
.cta-title {
  font-family:'Playfair Display',serif;
  font-size:clamp(2.5rem,4vw,3.875rem); font-weight:700;
  color:#fff; line-height:1.1; margin-bottom:1.25rem;
}
.cta-title em { font-style:italic; color:var(--gold-light); }
.cta-body { font-size:1rem; color:rgba(255,255,255,0.72); line-height:1.72; margin-bottom:2.625rem; }
.cta-btns { display:flex; align-items:center; justify-content:center; gap:1rem; flex-wrap:wrap; }

.btn-wh {
  display:inline-flex; align-items:center; gap:0.625rem;
  background:#fff; color:var(--teal);
  font-size:0.875rem; font-weight:600; letter-spacing:0.02em;
  padding:0.9rem 1.75rem; border-radius:9999px;
  text-decoration:none;
  transition:all 0.55s cubic-bezier(0.32,0.72,0,1);
}
.btn-wh:hover { transform:translateY(-2px); box-shadow:0 14px 32px rgba(0,0,0,0.2); }
.btn-wh:active { transform:scale(0.98); }

.btn-ghost-wh {
  display:inline-flex; align-items:center; gap:0.625rem;
  background:transparent; color:#fff;
  font-size:0.875rem; font-weight:600; letter-spacing:0.02em;
  padding:0.9rem 1.75rem; border-radius:9999px;
  border:1.5px solid rgba(255,255,255,0.34); text-decoration:none;
  transition:all 0.5s cubic-bezier(0.32,0.72,0,1);
}
.btn-ghost-wh:hover { border-color:rgba(255,255,255,0.68); background:rgba(255,255,255,0.08); transform:translateY(-1px); }

/* ── FOOTER ── */
footer { background:#1A1A1A; padding:3.5rem 5rem; border-top:1px solid rgba(255,255,255,0.06); }
.footer-wrap { max-width:1200px; margin:0 auto; }
.footer-top {
  display:grid; grid-template-columns:1.6fr 1fr 1fr;
  gap:3rem; align-items:start; margin-bottom:2.5rem;
}
.f-brand-name { font-family:'Playfair Display',serif; font-size:1.2rem; font-weight:700; color:#fff; margin-bottom:0.875rem; }
.f-brand-p { font-size:0.8rem; color:rgba(255,255,255,0.42); line-height:1.65; max-width:28ch; }
.f-col-head { font-size:0.62rem; font-weight:600; letter-spacing:0.15em; text-transform:uppercase; color:rgba(255,255,255,0.38); margin-bottom:1.125rem; }
.f-links { list-style:none; display:flex; flex-direction:column; gap:0.6rem; }
.f-links li a { font-size:0.84rem; color:rgba(255,255,255,0.56); text-decoration:none; transition:color 0.3s ease; }
.f-links li a:hover { color:var(--gold); }
.footer-bottom {
  padding-top:1.75rem; border-top:1px solid rgba(255,255,255,0.06);
  display:flex; align-items:center; justify-content:space-between;
}
.f-copy { font-size:0.74rem; color:rgba(255,255,255,0.28); }

/* ── SCROLL REVEAL ── */
.reveal {
  opacity:0; transform:translateY(2rem); filter:blur(4px);
  transition: opacity 0.85s cubic-bezier(0.32,0.72,0,1),
              transform 0.85s cubic-bezier(0.32,0.72,0,1),
              filter 0.85s cubic-bezier(0.32,0.72,0,1);
}
.reveal.in { opacity:1; transform:translateY(0); filter:blur(0); }
.d1 { transition-delay:0.1s; }
.d2 { transition-delay:0.2s; }
.d3 { transition-delay:0.3s; }
.d4 { transition-delay:0.4s; }

/* ── LANG TOGGLE ── */
.lang-toggle {
  display: inline-flex; align-items: center; gap: 0.35rem;
  background: rgba(30,110,94,0.08);
  border: 1.5px solid rgba(30,110,94,0.22);
  color: var(--teal);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
  padding: 0.38rem 0.7rem; border-radius: 9999px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.32,0.72,0,1);
  white-space: nowrap;
}
.lang-toggle:hover {
  background: var(--teal); color: #fff;
  border-color: var(--teal);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(30,110,94,0.28);
}
.lang-toggle.active {
  background: var(--teal); color: #fff;
  border-color: var(--teal);
}
.lang-icon { font-size: 0.85rem; }
.lang-label { font-size: 0.72rem; font-weight: 700; }

/* ── REVIEWS / CARRUSEL ── */
.reviews-section { background: var(--cream-warm); }

.reviews-carousel-wrap {
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
}

.reviews-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.65s cubic-bezier(0.32,0.72,0,1);
  will-change: transform;
}

.review-card {
  flex: 0 0 calc((100% - 2.5rem) / 3);
  min-width: 0;
}

.review-card-in {
  background: #fff;
  border: 1px solid rgba(200,168,75,0.14);
  border-radius: 1.75rem;
  padding: 1.75rem;
  height: 100%;
  box-shadow: 0 6px 28px rgba(0,0,0,0.05);
  transition: all 0.5s cubic-bezier(0.32,0.72,0,1);
  display: flex; flex-direction: column; gap: 1rem;
}
.review-card-in:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(0,0,0,0.09);
  border-color: rgba(200,168,75,0.28);
}

.review-top {
  display: flex; align-items: center; gap: 0.875rem;
}
.reviewer-avatar {
  width: 2.75rem; height: 2.75rem;
  border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem; font-weight: 700; color: #fff;
}
.reviewer-info { flex: 1; min-width: 0; }
.reviewer-name {
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem; font-weight: 700;
  color: var(--dark); line-height: 1.2;
}
.review-source {
  display: flex; align-items: center; gap: 0.3rem;
  font-size: 0.68rem; color: var(--muted);
  font-weight: 500; margin-top: 0.15rem;
}
.review-stars {
  font-size: 0.9rem; color: #F5A623;
  letter-spacing: 0.05em; flex-shrink: 0;
}
.review-text {
  font-size: 0.875rem; color: var(--body);
  line-height: 1.72; flex-grow: 1;
  font-style: italic;
}

.reviews-nav {
  display: flex; align-items: center; justify-content: center;
  gap: 1rem; margin-top: 2rem;
}
.rev-btn {
  width: 2.625rem; height: 2.625rem; border-radius: 50%;
  border: 1.5px solid rgba(30,110,94,0.22);
  background: #fff; color: var(--teal);
  font-size: 1.4rem; line-height: 1;
  cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all 0.4s cubic-bezier(0.32,0.72,0,1);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.rev-btn:hover {
  background: var(--teal); color: #fff;
  border-color: var(--teal);
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(30,110,94,0.26);
}
.rev-dots {
  display: flex; align-items: center; gap: 0.5rem;
}
.rev-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(30,110,94,0.2);
  border: none; cursor: pointer; padding: 0;
  transition: all 0.4s cubic-bezier(0.32,0.72,0,1);
}
.rev-dot.active {
  background: var(--teal);
  width: 22px; border-radius: 9999px;
}

.reviews-gmaps {
  display: flex; justify-content: center;
  margin-top: 2rem;
}
.gmaps-link {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: #fff;
  border: 1.5px solid rgba(0,0,0,0.09);
  border-radius: 9999px;
  padding: 0.6rem 1.375rem;
  font-size: 0.82rem; font-weight: 600; color: var(--body);
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.45s cubic-bezier(0.32,0.72,0,1);
}
.gmaps-link:hover {
  border-color: rgba(66,133,244,0.35);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  transform: translateY(-2px);
  color: var(--dark);
}

/* ── RESPONSIVE ── */
@media (max-width:1024px) {
  .hero { grid-template-columns:1fr; min-height:auto; padding-top:5.5rem; }
  .hero-bg-blob { display:none; }
  .hero-left { padding:4rem 2rem 2rem; }
  .hero-right { padding:2rem; align-items:center; }
  .info-card { max-width:100%; }
  .bento .bc1,.bento .bc2,.bento .bc3,.bento .bc4,.bento .bc5 { grid-column:span 12; }
  .pillars-grid { grid-template-columns:1fr; gap:3rem; }
  .visual-shell { aspect-ratio:16/9; }
  .float-badge { right:1rem; }
  .location-grid { grid-template-columns:1fr; }
  .footer-top { grid-template-columns:1fr 1fr; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); grid-template-rows:auto; }
  .gal-item, .gal-item.gal-wide { grid-column: span 1; height:220px; }
  .social-grid { grid-template-columns: 1fr; gap: 3rem; }
  .soc-card:hover { transform: translateY(-4px); }
  .review-card { flex: 0 0 calc((100% - 1.25rem) / 2); }
}
@media (max-width:768px) {
  .section { padding:5rem 1.5rem; }
  .hero-left { padding:3rem 1.5rem 1.5rem; }
  .hero-right { padding:0 1.5rem 3rem; }
  .nav-links,.nav-cta { display:none; }
  .hamburger { display:flex; }
  .nav-pill { gap:0.75rem; }
  .lang-toggle .lang-icon { display:none; }
  .cta-section { padding:5rem 1.5rem; }
  footer { padding:3rem 1.5rem; }
  .footer-top { grid-template-columns:1fr; gap:2rem; }
  .footer-bottom { flex-direction:column; gap:0.5rem; text-align:center; }
  .map-core { height:320px; }
  .gallery-grid { grid-template-columns:1fr; grid-template-rows:auto; }
  .gal-item, .gal-item.gal-wide { grid-column: span 1; height:200px; }
  .review-card { flex: 0 0 100%; }
}
@media (max-width:480px) {
  .bento { gap:0.75rem; }
}