/* =====================================================
   Belén Baños · Movimiento Funcional
   Diseño: Editorial Skincare
   ===================================================== */

:root {
  --cream:      #F8F4EF;
  --cream-2:    #F1EBE3;
  --cream-3:    #E9E1D6;
  --white:      #FFFFFF;
  --forest:     #1A2420;
  --forest-2:   #2C3E3A;
  --teal:       #35BAB3;
  --teal-dk:    #27948E;
  --teal-lt:    #7ECCC8;
  --teal-xl:    #E5F6F5;
  --sand:       #C4A882;
  --text:       #1A2420;
  --text-2:     #4B5E5A;
  --text-3:     #8A9C98;
  --border:     #E4DDD4;
  --border-2:   #D2C9BE;
  --serif:      'Playfair Display', Georgia, serif;
  --sans:       'Inter', system-ui, sans-serif;
  --sec-y:      clamp(5rem, 10vw, 8rem);
  --px:         clamp(1.25rem, 5vw, 3rem);
  --max:        1200px;
  --r-xs:  6px; --r-sm: 12px; --r-md: 20px;
  --r-lg:  28px; --r-xl: 40px; --r-2xl: 56px; --pill: 9999px;
  --s-xs: 0 1px 4px rgba(26,36,32,.06);
  --s-sm: 0 2px 12px rgba(26,36,32,.08);
  --s-md: 0 6px 28px rgba(26,36,32,.11);
  --s-lg: 0 16px 52px rgba(26,36,32,.15);
  --s-xl: 0 28px 80px rgba(26,36,32,.20);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--sans); font-size: 1rem; line-height: 1.7; color: var(--text); background: var(--cream); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button, input, select, textarea { font-family: inherit; }
ul { list-style: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; color: var(--text); }
h1 { font-size: clamp(2.8rem, 6.5vw, 5.2rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); }
em { font-style: italic; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .45rem;
  font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase;
  color: var(--teal-dk); background: var(--teal-xl); border: 1px solid rgba(53,186,179,.2);
  padding: .35em 1em; border-radius: var(--pill);
}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-size: .875rem; font-weight: 600; border-radius: var(--pill); padding: .75em 1.75em; border: 1.5px solid transparent; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s; white-space: nowrap; line-height: 1; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--forest); color: var(--white); box-shadow: var(--s-sm); }
.btn-dark:hover { background: var(--forest-2); box-shadow: var(--s-md); }
.btn-teal { background: var(--teal); color: var(--white); box-shadow: 0 4px 16px rgba(53,186,179,.28); }
.btn-teal:hover { background: var(--teal-dk); }
.btn-outline { background: transparent; color: var(--text); border-color: var(--border-2); }
.btn-outline:hover { background: var(--cream-2); }
.btn-ghost-light { background: rgba(255,255,255,.1); color: rgba(255,255,255,.85); border: 1.5px solid rgba(255,255,255,.2); border-radius: var(--pill); padding: .75em 1.75em; font-size: .875rem; font-weight: 600; display: inline-flex; align-items: center; gap: .5rem; cursor: pointer; transition: background .2s, border-color .2s; }
.btn-ghost-light:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.35); }

/* ── HEADER ── */
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: background .3s, box-shadow .3s; }
#header.scrolled { background: rgba(248,244,239,.93); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--border); }
.header-inner { max-width: var(--max); margin-inline: auto; padding-inline: var(--px); height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.site-logo { flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: .1rem; }
.nav-links a { font-size: .83rem; font-weight: 500; color: var(--text-2); padding: .45em .85em; border-radius: var(--pill); transition: color .18s, background .18s; }
.nav-links a:hover { color: var(--text); background: var(--cream-2); }
.nav-links .nav-cta a { background: var(--forest); color: var(--white); padding: .5em 1.25em; }
.nav-links .nav-cta a:hover { background: var(--forest-2); }
.menu-btn { display: none; background: none; border: 1.5px solid var(--border); border-radius: var(--r-xs); padding: 6px; cursor: pointer; color: var(--text); align-items: center; justify-content: center; width: 38px; height: 38px; }

/* ── HERO ── */
.hero-section { min-height: 100svh; display: flex; align-items: center; padding-top: 72px; background: var(--cream); position: relative; overflow: hidden; }
.hero-section::before { content: ''; position: absolute; top: -180px; right: -80px; width: 580px; height: 580px; border-radius: 50%; background: radial-gradient(circle, rgba(53,186,179,.10) 0%, transparent 68%); pointer-events: none; }
.hero-section::after { content: ''; position: absolute; bottom: -100px; left: -80px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(196,168,130,.10) 0%, transparent 70%); pointer-events: none; }
.hero-wrap { max-width: var(--max); margin-inline: auto; padding: var(--sec-y) var(--px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 6rem); align-items: center; width: 100%; }
.hero-tag { margin-bottom: 1.75rem; }
.hero-h1 { font-family: var(--serif); font-weight: 700; letter-spacing: -.03em; line-height: 1.04; margin-bottom: 1.5rem; font-size: clamp(3rem, 7vw, 5.4rem); }
.hero-h1 em { color: var(--teal-dk); }
.hero-lead { font-size: 1.05rem; color: var(--text-2); line-height: 1.8; margin-bottom: 2.5rem; max-width: 40ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 3rem; }
.hero-stats { display: flex; gap: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.stat-val { display: block; font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--text); line-height: 1; margin-bottom: .2rem; }
.stat-lbl { font-size: .72rem; color: var(--text-3); font-weight: 500; letter-spacing: .04em; }
.hero-img-wrap { position: relative; }
.hero-img-frame { position: relative; border-radius: var(--r-2xl); overflow: hidden; aspect-ratio: 3/4; box-shadow: var(--s-xl); }
.hero-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; bottom: -1.25rem; left: -1.25rem; background: var(--white); border-radius: var(--r-lg); padding: 1.1rem 1.35rem; box-shadow: var(--s-lg); display: flex; align-items: center; gap: .85rem; min-width: 155px; }
.hero-badge-n { font-family: var(--serif); font-size: 2rem; font-weight: 700; color: var(--teal-dk); line-height: 1; }
.hero-badge-t { font-size: .75rem; color: var(--text-2); line-height: 1.35; font-weight: 500; }
.hero-deco { position: absolute; top: -1.25rem; right: -1.25rem; width: 88px; height: 88px; border-radius: var(--r-xl); background: var(--teal-xl); border: 2px dashed rgba(53,186,179,.3); pointer-events: none; }

/* ── MARQUEE ── */
.marquee-wrap { background: var(--forest); padding: .9rem 0; overflow: hidden; }
.marquee-track { display: flex; animation: mq-scroll 32s linear infinite; width: max-content; }
.marquee-track:hover { animation-play-state: paused; }
.marquee-item { display: flex; align-items: center; gap: 1.25rem; padding: 0 2rem; white-space: nowrap; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.mq-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }
@keyframes mq-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── SOBRE MÍ ── */
.about-section { padding: var(--sec-y) var(--px); background: var(--white); }
.about-inner { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.about-img-wrap { position: relative; }
.about-img-main { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r-2xl); box-shadow: var(--s-xl); }
.about-img-accent { position: absolute; bottom: 2rem; right: -2rem; width: 40%; aspect-ratio: 3/4; object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--s-lg); border: 4px solid var(--white); }
.about-title { margin: 1.25rem 0 1.5rem; }
.about-body { font-size: 1rem; color: var(--text-2); line-height: 1.85; margin-bottom: 1.25rem; }
.creds-list { display: flex; flex-direction: column; gap: .55rem; margin-bottom: 2.5rem; }
.cred-item { display: flex; align-items: flex-start; gap: .7rem; font-size: .88rem; color: var(--text-2); line-height: 1.5; }
.cred-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); margin-top: .5rem; flex-shrink: 0; }

/* ── SERVICIOS ── */
.services-section { padding: var(--sec-y) var(--px); background: var(--cream); }
.section-head { text-align: center; max-width: var(--max); margin-inline: auto; margin-bottom: clamp(3rem, 5vw, 4.5rem); }
.section-head h2 { margin: 1rem 0 1.25rem; }
.section-head p { font-size: 1rem; color: var(--text-2); max-width: 48ch; margin-inline: auto; line-height: 1.75; }
.section-head--left { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 2rem; max-width: var(--max); margin-inline: auto; margin-bottom: clamp(2.5rem, 4vw, 3.5rem); }
.section-head--left h2 { margin-top: .75rem; margin-bottom: 0; }
.services-grid { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.svc-card { background: var(--white); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--s-xs); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--s-lg); }
.svc-card-img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.svc-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.svc-card:hover .svc-card-img img { transform: scale(1.05); }
.svc-tag { position: absolute; top: .9rem; left: .9rem; font-size: .65rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--forest); background: rgba(255,255,255,.9); backdrop-filter: blur(6px); padding: .3em .85em; border-radius: var(--pill); }
.svc-card-body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.svc-card-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: .55rem; line-height: 1.3; }
.svc-card-desc { font-size: .85rem; color: var(--text-2); line-height: 1.65; flex: 1; margin-bottom: 1.1rem; }
.svc-card-cta { display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; font-weight: 700; color: var(--teal-dk); letter-spacing: .05em; transition: gap .2s; }
.svc-card:hover .svc-card-cta { gap: .65rem; }
.svc-card-cta svg { transition: transform .2s; }
.svc-card:hover .svc-card-cta svg { transform: translateX(3px); }

/* ── METRICS DARK ── */
.metrics-section { background: var(--forest); padding: clamp(4rem, 7vw, 6rem) var(--px); }
.metrics-inner { max-width: 1000px; margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.metric-big { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 700; color: var(--teal-lt); line-height: 1; margin-bottom: .5rem; }
.metric-desc { font-size: .8rem; color: rgba(255,255,255,.45); font-weight: 500; letter-spacing: .05em; line-height: 1.45; }

/* ── GALLERY ── */
.gallery-section { padding: var(--sec-y) var(--px); background: var(--cream); }
.gallery-grid { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; align-items: start; margin-top: 3rem; }
.gal-item { border-radius: var(--r-xl); overflow: hidden; }
.gal-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.gal-item:hover img { transform: scale(1.04); }
.gal-item--a { aspect-ratio: 3/4; }
.gal-item--b { aspect-ratio: 4/5; margin-top: 3rem; }
.gal-item--c { aspect-ratio: 3/4; }

/* ── PRICING ── */
.pricing-section { padding: var(--sec-y) var(--px); background: var(--white); }
.pricing-grid { max-width: 980px; margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.price-card { border-radius: var(--r-xl); padding: 2rem 1.85rem 2.25rem; border: 1.5px solid var(--border); background: var(--cream); display: flex; flex-direction: column; gap: 1rem; transition: transform .3s, box-shadow .3s; }
.price-card:hover { transform: translateY(-5px); box-shadow: var(--s-lg); }
.price-card.featured { background: var(--forest); border-color: var(--forest); }
.price-icon { width: 46px; height: 46px; border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; background: var(--cream-2); }
.price-card.featured .price-icon { background: rgba(255,255,255,.1); }
.price-badge { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal-dk); background: var(--teal-xl); padding: .28em .85em; border-radius: var(--pill); width: fit-content; }
.price-card.featured .price-badge { background: rgba(53,186,179,.18); color: var(--teal-lt); }
.price-name { font-family: var(--serif); font-size: 1.35rem; font-weight: 700; color: var(--text); }
.price-card.featured .price-name { color: var(--white); }
.price-desc { font-size: .85rem; color: var(--text-2); line-height: 1.6; }
.price-card.featured .price-desc { color: rgba(255,255,255,.55); }
.price-features { display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.price-feat { display: flex; align-items: flex-start; gap: .6rem; font-size: .83rem; color: var(--text-2); }
.price-card.featured .price-feat { color: rgba(255,255,255,.7); }
.feat-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--teal); margin-top: .58rem; flex-shrink: 0; }
.price-btn { margin-top: .5rem; display: flex; align-items: center; justify-content: center; gap: .5rem; border: none; border-radius: var(--pill); padding: .75em 1.5em; font-size: .85rem; font-weight: 600; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; background: var(--forest); color: var(--white); }
.price-btn:hover { transform: translateY(-2px); box-shadow: var(--s-md); }
.price-card.featured .price-btn { background: var(--teal); box-shadow: 0 4px 16px rgba(53,186,179,.28); }
.price-card.featured .price-btn:hover { background: var(--teal-dk); }

/* ── BLOG ── */
.blog-section { padding: var(--sec-y) var(--px); background: var(--cream); }
.blog-grid { max-width: var(--max); margin-inline: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.blog-card { background: var(--white); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--s-xs); transition: transform .3s, box-shadow .3s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--s-lg); }
.blog-card-img { aspect-ratio: 16/10; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.04); }
.blog-card-body { padding: 1.4rem 1.5rem 1.6rem; flex: 1; display: flex; flex-direction: column; }
.blog-meta { font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-dk); margin-bottom: .5rem; }
.blog-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: var(--text); line-height: 1.3; margin-bottom: .65rem; }
.blog-excerpt { font-size: .84rem; color: var(--text-2); line-height: 1.65; flex: 1; margin-bottom: 1.1rem; }
.blog-cta { display: inline-flex; align-items: center; gap: .4rem; font-size: .76rem; font-weight: 700; color: var(--text); letter-spacing: .07em; text-transform: uppercase; transition: gap .2s, color .2s; }
.blog-card:hover .blog-cta { gap: .7rem; color: var(--teal-dk); }

/* ── BOOKING ── */
.booking-section { padding: var(--sec-y) var(--px); background: var(--cream-2); position: relative; overflow: hidden; }
.booking-section::before { content: ''; position: absolute; bottom: -80px; right: -80px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(53,186,179,.07) 0%, transparent 70%); pointer-events: none; }
.booking-inner { max-width: var(--max); margin-inline: auto; }
.booking-layout { display: grid; grid-template-columns: 1fr 290px; gap: 1.5rem; align-items: start; max-width: 920px; margin-inline: auto; }
.booking-cal-box { background: var(--white); border-radius: var(--r-xl); padding: 2rem; box-shadow: var(--s-sm); }
.booking-slots-box { background: var(--white); border-radius: var(--r-xl); padding: 1.75rem; box-shadow: var(--s-sm); }
.b-nav-btn { width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--border); background: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--text-2); transition: .18s; }
.b-nav-btn:hover { background: var(--teal-xl); border-color: rgba(53,186,179,.4); color: var(--teal-dk); }
.b-dow { font-size: .66rem; font-weight: 700; letter-spacing: .08em; color: var(--text-3); text-transform: uppercase; text-align: center; padding: .22rem 0; }
.b-day { width: 100%; aspect-ratio: 1; border-radius: var(--r-xs); border: none; background: transparent; cursor: default; font-size: .8rem; font-family: var(--sans); color: var(--text-3); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; transition: .18s; }
.b-day.available { cursor: pointer; color: var(--text); background: var(--cream); }
.b-day.available:hover { background: var(--teal-xl); color: var(--teal-dk); }
.b-day.selected { background: var(--forest) !important; color: #fff !important; font-weight: 700; }
.b-day.today { box-shadow: 0 0 0 2px var(--teal); }
.b-day.empty { opacity: 0; }
.b-day.past, .b-day.weekend { opacity: .3; }
.b-day-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--teal); }
.b-slot { display: flex; align-items: center; gap: .6rem; padding: .6rem .8rem; border-radius: var(--r-xs); border: 1.5px solid var(--border); cursor: pointer; font-size: .82rem; font-family: var(--sans); color: var(--text-2); background: var(--white); transition: .18s; text-align: left; }
.b-slot:hover { border-color: var(--teal); background: var(--teal-xl); color: var(--text); }
.b-slot.booked { opacity: .38; cursor: not-allowed; background: var(--cream); }
.b-slot-time { font-weight: 700; color: var(--teal-dk); min-width: 44px; }
.b-slot.booked .b-slot-time { color: var(--text-3); }
.b-label { font-size: .65rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--text-3); margin-bottom: .28rem; display: block; }
.b-input { width: 100%; border: 1.5px solid var(--border); border-radius: var(--r-xs); padding: .58rem .8rem; font-size: .875rem; color: var(--text); background: var(--cream); outline: none; transition: .18s; }
.b-input:focus { border-color: var(--teal); background: var(--white); }
.b-fg { display: flex; flex-direction: column; }
#b-modal { position: fixed; inset: 0; z-index: 500; background: rgba(26,36,32,.6); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.modal-box { background: var(--white); border-radius: var(--r-xl); max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: var(--s-xl); }
.modal-hd { padding: 1.5rem 2rem 1.1rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.modal-close-btn { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--border); background: none; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--text-3); transition: background .18s; }
.modal-close-btn:hover { background: var(--cream); }
.modal-bd { padding: 1.5rem 2rem; }

/* ── CTA ── */
.cta-section { background: var(--forest); padding: clamp(5rem, 10vw, 8rem) var(--px); text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -200px; right: -150px; width: 550px; height: 550px; border-radius: 50%; background: radial-gradient(circle, rgba(53,186,179,.1) 0%, transparent 68%); pointer-events: none; }
.cta-section::after { content: ''; position: absolute; bottom: -120px; left: -80px; width: 350px; height: 350px; border-radius: 50%; background: radial-gradient(circle, rgba(196,168,130,.07) 0%, transparent 70%); pointer-events: none; }
.cta-inner { position: relative; max-width: 660px; margin-inline: auto; }
.cta-eyebrow { display: inline-flex; align-items: center; gap: .45rem; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--teal-lt); background: rgba(53,186,179,.1); border: 1px solid rgba(53,186,179,.2); padding: .35em 1em; border-radius: var(--pill); margin-bottom: 2rem; }
.cta-h2 { font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 700; color: var(--white); letter-spacing: -.03em; line-height: 1.1; margin-bottom: 1.5rem; }
.cta-h2 em { color: var(--teal-lt); }
.cta-lead { font-size: 1rem; color: rgba(255,255,255,.55); line-height: 1.8; margin-bottom: 2.5rem; max-width: 50ch; margin-inline: auto; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .85rem; justify-content: center; margin-bottom: 3rem; }
.cta-contact { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.cta-contact-item { display: flex; align-items: center; gap: .55rem; font-size: .85rem; color: rgba(255,255,255,.42); }
.cta-contact-item a { color: rgba(255,255,255,.65); transition: color .18s; }
.cta-contact-item a:hover { color: var(--teal-lt); }

/* ── FOOTER ── */
footer { background: var(--forest); border-top: 1px solid rgba(255,255,255,.07); padding: 3rem var(--px) 2rem; }
.footer-inner { max-width: var(--max); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.07); margin-bottom: 1.5rem; }
.footer-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; align-items: center; }
.footer-nav a { font-size: .8rem; color: rgba(255,255,255,.42); transition: color .18s; }
.footer-nav a:hover { color: rgba(255,255,255,.85); }
.footer-socials { display: flex; gap: .6rem; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.13); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.45); transition: color .18s, border-color .18s, background .18s; }
.social-icon:hover { color: var(--teal-lt); border-color: rgba(53,186,179,.35); background: rgba(53,186,179,.07); }
.footer-copy { max-width: var(--max); margin-inline: auto; text-align: center; font-size: .75rem; color: rgba(255,255,255,.27); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics-inner { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
}
@media (max-width: 768px) {
  .nav-links { display: none; position: fixed; top: 72px; left: 0; right: 0; background: var(--cream); flex-direction: column; align-items: stretch; padding: 1rem; border-bottom: 1px solid var(--border); box-shadow: var(--s-md); z-index: 99; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .7em 1em; border-radius: var(--r-xs); }
  .menu-btn { display: flex; }
  .hero-wrap { grid-template-columns: 1fr; padding-bottom: 3rem; }
  .hero-img-wrap { order: -1; max-width: 340px; margin-inline: auto; }
  .hero-img-frame { aspect-ratio: 4/3; }
  .hero-badge { bottom: -.75rem; left: 0; }
  .hero-deco { top: -.75rem; right: 0; width: 70px; height: 70px; }
  .hero-stats { gap: 1.5rem; }
  .about-inner { grid-template-columns: 1fr; }
  .about-img-accent { right: 0; width: 36%; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gal-item--b { margin-top: 2rem; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; }
  .blog-grid { grid-template-columns: 1fr; }
  .booking-layout { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-nav, .footer-socials { justify-content: center; }
  .section-head--left { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .gal-item--b { margin-top: 0; }
  .hero-stats { gap: 1.25rem; }
}
