/* Fatima Skin Lab — section styles for Elementor widgets.
   Generated from the approved prototype (prototype/assets/css/main.css).
   Tokens live in :root below so widgets render correctly on any theme. */

:root{
  --rose:#C1707E; --rose-deep:#A5495D; --rose-ink:#7A2E42;
  --blush:#F7DBD7; --pill:#DFB2AC; --cream:#F9EFE9;
  --cocoa:#6B4A4C; --ink:#2B1B1C; --bg:#FFFCFA;
  --serif:"Playfair Display",Georgia,serif;
  --label:"Jost",sans-serif; --body:"Poppins",sans-serif;
  --r-card:26px; --r-img:28px; --r-pill:999px;
  --sh-soft:0 18px 45px rgba(107,74,76,.12);
  --sh-lift:0 34px 80px -28px rgba(43,27,28,.38);
  --sh-glow:0 18px 50px -12px rgba(193,112,126,.5);
  --ease:cubic-bezier(.22,.8,.28,1);
  --gut:clamp(20px,5vw,64px); --max:1280px;
}
.wrap{max-width:var(--max);margin:0 auto;padding:0 var(--gut)}
h1,h2,h3,h4{font-family:var(--serif);font-weight:400;color:var(--ink);line-height:1.05;letter-spacing:-.015em;margin:0}
img.ph{object-fit:cover;width:100%;height:100%}
.tcard-media img.ph{aspect-ratio:16/11}

/* ---------- Shared bits ---------- */
.eyebrow {
  font-family: var(--label);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: var(--rose-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: currentColor;
  opacity: .55;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--label);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 17px 36px;
  border-radius: var(--r-pill);
  border: 1.4px solid transparent;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), background .35s ease, color .35s ease;
  will-change: transform;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--sh-glow); background: var(--rose); }
.btn--ghost { background: transparent; color: var(--ink); border-color: rgba(43,27,28,.22); }
.btn--ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn--light { background: var(--cream); color: var(--ink); }
.btn--light:hover { background: #fff; color: var(--rose-ink); }

.glass {
  background: rgba(255, 255, 255, .58);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  border: 1px solid rgba(255, 255, 255, .7);
}

/*
 * Calm-luxury: a still, mostly-neutral wash — the page reads ~90% cream/white
 * with the blush kept to a single soft corner glow, not a full-viewport rose
 * bath. No ambient motion: every high-end aesthetics reference (Lanserhof,
 * Skin Laundry, Sturm) signals expense through stillness; drifting background
 * blobs read as a template. Motion lives only in one-shot scroll reveals now.
 */
.mesh {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 78% at 90% -12%, var(--blush) 0%, rgba(247,219,215,0) 46%),
    linear-gradient(180deg, var(--cream) 0%, var(--bg) 52%);
}
.mesh > .wrap { position: relative; z-index: 1; }

/* Image placeholders — swap for real photography */
.ph {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-img);
  background:
    radial-gradient(120% 120% at 30% 18%, rgba(255,255,255,.72), transparent 62%),
    linear-gradient(155deg, var(--cream), var(--blush) 62%, var(--pill));
  isolation: isolate;
}
/*
 * data-label carries the intended photo subject (e.g. "Hero — treatment room")
 * for whoever uploads real photography — never rendered to visitors. It used to
 * show as a visible caption bar; that read as an unfinished-site bug in production.
 */
.ph--arch { border-radius: 999px 999px var(--r-img) var(--r-img); }

/* No photo yet: a still, soft plaster-like wash — reads as a deliberate
   material (like a lit alcove) rather than an unfinished placeholder or a
   busy animated blob. Kept intentionally quiet until real photography lands. */
.ph--live {
  background:
    radial-gradient(105% 85% at 32% 12%, rgba(255,255,255,.85) 0%, rgba(255,255,255,0) 58%),
    linear-gradient(168deg, var(--cream) 0%, var(--blush) 68%, var(--pill) 100%);
}

/* ---------- Reveal ----------
   Progressive enhancement: content is visible by default and only starts
   hidden once JS has confirmed it can reveal it again (html.js). */
.js .rv { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .rv.in { opacity: 1; transform: none; }
.rv[data-d="1"] { transition-delay: .09s; }
.rv[data-d="2"] { transition-delay: .18s; }
.rv[data-d="3"] { transition-delay: .27s; }
.rv[data-d="4"] { transition-delay: .36s; }

/* ============================================================
   NAV
   ============================================================ */
.nav-wrap { position: fixed; top: 0; left: 0; right: 0; z-index: 800; padding: 18px var(--gut) 0; }
.nav {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 13px 14px 13px 26px;
  border-radius: var(--r-pill);
  transition: box-shadow .5s var(--ease), padding .5s var(--ease);
}
.nav-wrap.stuck .nav { box-shadow: var(--sh-lift); padding-top: 9px; padding-bottom: 9px; }

.brand { font-family: var(--serif); font-size: 21px; color: var(--ink); letter-spacing: -.01em; white-space: nowrap; }
.brand em { font-style: italic; color: var(--rose-deep); }

.nav-links { display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  position: relative;
  font-family: var(--label);
  font-size: 13px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--ink);
  padding: 4px 0;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
  height: 1px; background: var(--rose-deep);
  transition: right .4s var(--ease);
}
.nav-links a:hover::after { right: 0; }

.nav .btn { padding: 13px 26px; font-size: 12px; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); margin: 5px auto; transition: transform .4s var(--ease), opacity .3s; }
.nav-wrap.open .burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-wrap.open .burger span:nth-child(2) { opacity: 0; }
.nav-wrap.open .burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 150px 0 90px;
  border-radius: 0 0 48px 48px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
  width: 100%;
}
/* Restrained hero — the luxury reference set runs 48–56px at weight 300–400
   and gets contrast from weight + space, not raw size. Held a touch larger
   here since this headline is a three-line brand statement, not a label. */
.hero h1 {
  font-size: clamp(2.7rem, 1.6rem + 3.8vw, 4.75rem);
  font-weight: 400;
  line-height: 1.02;
  margin: 24px 0 28px;
}
.hero h1 .ln { display: block; overflow: hidden; }
.hero h1 .ln > span {
  display: block;
  transform: translateY(105%);
  animation: rise 1.15s var(--ease) forwards;
}
.hero h1 .ln:nth-child(2) > span { animation-delay: .1s; }
.hero h1 .ln:nth-child(3) > span { animation-delay: .2s; }
.hero h1 em { font-style: italic; color: var(--rose-deep); }
@keyframes rise { to { transform: none; } }

.hero-sub { max-width: 42ch; font-size: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.hero-meta { display: flex; gap: 48px; margin-top: 52px; flex-wrap: wrap; }
.hero-meta div { min-width: 110px; }
.hero-meta b { display: block; font-family: var(--serif); font-size: 52px; color: var(--ink); line-height: 1; margin-bottom: 6px; }
.hero-meta span { font-family: var(--label); font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; }

.hero-art { position: relative; }
.hero-art .ph { aspect-ratio: 4 / 5; box-shadow: var(--sh-lift); }
.hero-float {
  position: absolute;
  left: -32px;
  bottom: 42px;
  padding: 16px 22px;
  border-radius: var(--r-pill);
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-float b { font-family: var(--serif); font-size: 19px; color: var(--ink); }
.hero-float span { font-family: var(--label); font-size: 10.5px; letter-spacing: 1.8px; text-transform: uppercase; }

.stars { color: var(--rose); letter-spacing: 2px; font-size: 13px; }

/* ============================================================
   MARQUEE
   ============================================================ */
/* Calm-luxury: a still, centered band of treatment names — not a moving
   ticker. A scrolling marquee is the loudest thing on a page and directly
   contradicts "calm"; the reference set either has none or runs it on mobile
   only. One accent ✦ between words carries the brand without motion. */
.marquee {
  background: var(--ink);
  color: var(--cream);
  padding: 22px var(--gut);
  overflow: hidden;
  display: flex;
  justify-content: center;
  user-select: none;
}
.marquee-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
  max-width: var(--max);
}
.marquee-track:nth-child(2) { display: none; }
.marquee span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 40px;
  opacity: .9;
}
.marquee span::after { content: "✦"; font-style: normal; font-size: 10px; color: var(--rose); }
.marquee-track span:last-child::after { display: none; }

/* ============================================================
   SECTION SHELL
   ============================================================ */
.sec { padding: clamp(80px, 10vw, 140px) 0; }
.sec-head { max-width: 640px; margin-bottom: clamp(44px, 5vw, 72px); }
.sec-head h2 { font-size: clamp(2.3rem, 1.3rem + 3.4vw, 4.1rem); margin: 18px 0 20px; }
.sec-head h2 em { font-style: italic; color: var(--rose-deep); }
.sec-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head--center .eyebrow::before { display: none; }

/* ============================================================
   TREATMENTS — bento
   ============================================================ */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.tcard {
  position: relative;
  grid-column: span 2;
  border-radius: var(--r-card);
  overflow: hidden;
  background: #fff;
  box-shadow: var(--sh-soft);
  transition: transform .6s var(--ease), box-shadow .6s var(--ease);
  display: flex;
  flex-direction: column;
}
.tcard:nth-child(1), .tcard:nth-child(2) { grid-column: span 3; }
.tcard:hover { transform: translateY(-9px); box-shadow: var(--sh-lift); }
.tcard-media { position: relative; overflow: hidden; }
.tcard-media .ph { border-radius: 0; aspect-ratio: 16 / 11; transition: transform .9s var(--ease); }
.tcard:nth-child(1) .ph, .tcard:nth-child(2) .ph { aspect-ratio: 16 / 9; }
.tcard:hover .tcard-media .ph { transform: scale(1.07); }
.tcard-badge {
  position: absolute; top: 15px; left: 15px; z-index: 2;
  padding: 7px 15px; border-radius: var(--r-pill);
  font-family: var(--label); font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--ink);
}
.tcard-body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.tcard-body h3 { font-size: 25px; }
.tcard-body p { font-size: 14.5px; line-height: 1.65; }
.tcard-foot { margin-top: auto; padding-top: 16px; display: flex; align-items: center; justify-content: space-between; }
.price { font-family: var(--label); font-weight: 500; font-size: 18px; color: var(--rose-ink); }
.tlink { font-family: var(--label); font-size: 11.5px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--ink); display: inline-flex; gap: 7px; }
.tlink i { font-style: normal; transition: transform .4s var(--ease); }
.tcard:hover .tlink i { transform: translateX(5px); }

/* ============================================================
   WHY US — split
   ============================================================ */
.why { background: var(--blush); border-radius: 48px; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.why-art { position: relative; }
.why-art .ph { aspect-ratio: 3 / 4; box-shadow: var(--sh-lift); }
.why-badge {
  position: absolute; right: -26px; top: 34px;
  width: 128px; height: 128px; border-radius: 50%;
  display: grid; place-items: center; text-align: center;
  background: var(--ink); color: var(--cream);
  font-family: var(--label); font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  line-height: 1.7;
  box-shadow: var(--sh-lift);
  animation: bob 6s ease-in-out infinite;
}

.why-list { list-style: none; margin: 34px 0 0; padding: 0; display: grid; gap: 2px; }
.why-list li { display: flex; gap: 20px; padding: 24px 0; border-top: 1px solid rgba(122, 46, 66, .16); }
.why-list li:last-child { border-bottom: 1px solid rgba(122, 46, 66, .16); }
.why-num { font-family: var(--serif); font-size: 15px; color: var(--rose-deep); padding-top: 3px; min-width: 26px; }
.why-list h4 { font-size: 21px; margin-bottom: 5px; }
.why-list p { font-size: 14.5px; line-height: 1.65; }

/* ============================================================
   BEFORE / AFTER
   ============================================================ */
.ba-shell { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.ba {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--r-img);
  overflow: hidden;
  box-shadow: var(--sh-lift);
  cursor: ew-resize;
  user-select: none;
  touch-action: none;
}
.ba-layer { position: absolute; inset: 0; }
.ba-before { background: linear-gradient(150deg, #d8bdb6, #b98d8d 60%, #9a6b70); }
.ba-after { background: linear-gradient(150deg, #f7dbd7, #dfb2ac 55%, #c1707e); clip-path: inset(0 0 0 50%); }
.ba-tag {
  position: absolute; bottom: 18px;
  padding: 7px 16px; border-radius: var(--r-pill);
  font-family: var(--label); font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink);
}
.ba-tag--b { left: 18px; }
.ba-tag--a { right: 18px; }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 2px; background: rgba(255,255,255,.9); transform: translateX(-50%);
  pointer-events: none;
}
.ba-knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  color: var(--ink); font-size: 14px; letter-spacing: -2px;
  box-shadow: var(--sh-soft);
}

/* ============================================================
   PRICING
   ============================================================ */
.tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 46px; }
.tab {
  font-family: var(--label); font-size: 12px; letter-spacing: 1.6px; text-transform: uppercase;
  padding: 13px 26px; border-radius: var(--r-pill); cursor: pointer;
  border: 1px solid rgba(43,27,28,.14); background: transparent; color: var(--ink);
  transition: background .35s ease, color .35s ease, border-color .35s ease, transform .35s var(--ease);
}
.tab:hover { transform: translateY(-2px); }
.tab.on { background: var(--ink); color: #fff; border-color: var(--ink); }

.panel { display: none; }
.panel.on { display: block; animation: fadeup .6s var(--ease); }
@keyframes fadeup { from { opacity: 0; transform: translateY(14px); } }

.plist { columns: 2; column-gap: 60px; }
.prow {
  display: flex; align-items: baseline; gap: 14px;
  padding: 15px 0; border-bottom: 1px dashed rgba(107,74,76,.24);
  break-inside: avoid;
}
.prow-name { font-family: var(--serif); font-size: 19px; color: var(--ink); white-space: nowrap; }
.prow-dot { flex: 1; border-bottom: 1px dotted rgba(107,74,76,.34); transform: translateY(-4px); }
.prow-price { font-family: var(--label); font-weight: 500; color: var(--rose-ink); white-space: nowrap; }
.pnote { margin-top: 30px; font-size: 14px; font-style: italic; text-align: center; opacity: .8; }

/* Pricing teaser (homepage defers to the dedicated /pricing/ page) */
.pricing-teaser { text-align: center; max-width: 46ch; margin: 0 auto; }
.pricing-teaser-sub { font-size: 18px; color: var(--cocoa); margin: 0 0 30px; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.revs { background: var(--ink); color: var(--cream); border-radius: 48px; overflow: hidden; position: relative; }
.revs h2 { color: var(--cream); }
.revs .eyebrow { color: var(--pill); }
.rev-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scrollbar-width: none; }
.rev-track::-webkit-scrollbar { display: none; }
.rev {
  flex: 0 0 min(400px, 82vw);
  scroll-snap-align: start;
  padding: 34px 32px;
  border-radius: var(--r-card);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(249,239,233,.14);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column; gap: 16px;
}
.rev p { font-family: var(--serif); font-style: italic; font-size: 20px; line-height: 1.5; color: var(--cream); }
.rev footer { display: flex; align-items: center; gap: 13px; margin-top: auto; }
.rev-av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(140deg, var(--pill), var(--rose)); flex-shrink: 0; }
.rev b { font-family: var(--label); font-size: 13px; letter-spacing: .6px; display: block; }
.rev small { font-size: 11.5px; opacity: .6; letter-spacing: 1.4px; text-transform: uppercase; font-family: var(--label); }

/* ============================================================
   INSTAGRAM
   ============================================================ */
.ig-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.ig-grid .ph { aspect-ratio: 1; border-radius: 18px; transition: transform .6s var(--ease); }
.ig-grid a:hover .ph { transform: scale(1.05) rotate(-1deg); }
.ig-grid .ph::after { display: none; }

/* ============================================================
   CERTIFICATIONS & COURSES
   ============================================================ */
.cred-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; }
.cred-card {
  background: #fff; border-radius: var(--r-card); overflow: hidden;
  border: 1px solid rgba(43,27,28,.08); box-shadow: var(--sh-soft);
  display: flex; flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.cred-card:hover { transform: translateY(-8px); box-shadow: var(--sh-lift); }
.cred-media { position: relative; }
.cred-media .ph { border-radius: 0; aspect-ratio: 4 / 3; }
.cred-badge {
  position: absolute; top: 14px; left: 14px;
  padding: 7px 14px; border-radius: var(--r-pill);
  background: rgba(255,255,255,.88); backdrop-filter: blur(8px);
  font-family: var(--label); font-size: 10.5px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--rose-deep);
}
.cred-body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.cred-body h3 { font-size: 19px; }
.cred-meta { font-family: var(--label); font-size: 12px; letter-spacing: .04em; color: var(--rose-deep); }
.cred-desc { font-size: 14px; line-height: 1.6; opacity: .85; }
.cred-link { margin-top: auto; padding-top: 10px; font-family: var(--label); font-size: 12.5px; font-weight: 500; letter-spacing: .04em; color: var(--ink); }
.cred-link .arrow { display: inline-block; transition: transform .3s var(--ease); }
.cred-card:hover .cred-link .arrow { transform: translate(2px,-2px); }

/* ============================================================
   FAQ
   ============================================================ */
.faq { max-width: 860px; margin: 0 auto; }
.faq details {
  border-bottom: 1px solid rgba(107,74,76,.18);
  padding: 6px 0;
}
.faq summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 26px 0;
  font-family: var(--serif); font-size: clamp(19px, 1.4vw, 23px); color: var(--ink);
  transition: color .3s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--rose-deep); }
.faq summary i { font-style: normal; font-size: 24px; transition: transform .45s var(--ease); flex-shrink: 0; color: var(--rose-deep); }
.faq details[open] summary i { transform: rotate(45deg); }
.faq-a { padding: 0 0 26px; max-width: 74ch; font-size: 15.5px; }
.faq details[open] .faq-a { animation: fsl-faq-in .4s var(--ease); }
@keyframes fsl-faq-in { from { opacity: 0; transform: translateY(-8px); } }
@media (prefers-reduced-motion: reduce) {
  .faq details[open] .faq-a { animation: none; }
}

/* ============================================================
   LOCATION + CTA
   ============================================================ */
.loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: stretch; }
.loc-map {
  border-radius: var(--r-img); min-height: 380px;
  background:
    radial-gradient(60% 60% at 70% 30%, rgba(255,255,255,.5), transparent),
    linear-gradient(160deg, var(--blush), var(--pill));
  position: relative; overflow: hidden;
  box-shadow: var(--sh-soft);
}
.loc-pin {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 18px; height: 18px; border-radius: 50%; background: var(--rose-ink);
  box-shadow: 0 0 0 0 rgba(122,46,66,.45);
  animation: pulse 2.4s infinite;
}
@keyframes pulse { 70% { box-shadow: 0 0 0 34px rgba(122,46,66,0); } 100% { box-shadow: 0 0 0 0 rgba(122,46,66,0); } }
.loc-rows { list-style: none; margin: 30px 0 0; padding: 0; }
.loc-rows li { display: flex; gap: 16px; padding: 17px 0; border-top: 1px solid rgba(107,74,76,.14); }
.loc-rows b { font-family: var(--label); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; min-width: 90px; color: var(--rose-deep); padding-top: 3px; }

.cta { text-align: center; border-radius: 48px; padding: clamp(80px, 9vw, 130px) var(--gut); }
.cta h2 { font-size: clamp(2.4rem, 1.2rem + 4.4vw, 5rem); margin-bottom: 22px; }
.cta p { max-width: 46ch; margin: 0 auto 36px; font-size: 18px; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: var(--ink); color: var(--cream); padding: clamp(64px, 7vw, 96px) 0 0; margin-top: clamp(80px, 9vw, 130px); border-radius: 48px 48px 0 0; }
.foot a { color: var(--cream); opacity: .78; transition: opacity .3s ease; }
.foot a:hover { opacity: 1; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 44px; }
.foot .brand { color: var(--cream); font-size: 24px; }
.foot .brand img { max-height: none; }

/* No footer nav menus or address yet: one real column, so center it instead
   of leaving three empty grid tracks stranded in a wide dark bar. */
.foot-grid--solo {
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}
.foot-grid--solo .brand img { max-width: 320px; width: 100%; }
.foot-grid--solo p { margin-left: auto; margin-right: auto; }
.foot-grid--solo .socials { justify-content: center; }
.foot h5 { font-family: var(--label); font-size: 11.5px; letter-spacing: 2.4px; text-transform: uppercase; color: var(--pill); margin: 0 0 18px; font-weight: 500; }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: 14.5px; }
.foot-note {
  margin-top: 60px; padding: 24px 0 30px;
  border-top: 1px solid rgba(249,239,233,.13);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: 12.8px; opacity: .78;
}
.foot-note a { text-decoration: underline; text-underline-offset: 3px; }
.socials { display: flex; gap: 12px; margin-top: 22px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(249,239,233,.22);
  transition: background .35s ease, transform .35s var(--ease), border-color .35s;
  opacity: 1;
}
.socials a:hover { background: var(--rose); border-color: var(--rose); transform: translateY(-3px); }
.socials svg { width: 16px; height: 16px; fill: var(--cream); }

/* ---------- Sticky mobile CTA ---------- */
.sticky-cta {
  position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 850;
  display: none; align-items: center; justify-content: space-between; gap: 14px;
  padding: 12px 12px 12px 22px; border-radius: var(--r-pill);
  box-shadow: var(--sh-lift);
  transform: translateY(150%); transition: transform .5s var(--ease);
}
.sticky-cta.in { transform: none; }
.sticky-cta b { font-family: var(--serif); font-size: 16px; color: var(--ink); }
.sticky-cta .btn { padding: 12px 22px; font-size: 11px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .bento { grid-template-columns: repeat(4, 1fr); }
  .tcard, .tcard:nth-child(1), .tcard:nth-child(2) { grid-column: span 2; }
  .ig-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .nav-links, .nav > .btn { display: none; }
  .burger { display: block; }
  .nav-wrap.open .nav-links {
    display: grid; gap: 4px;
    position: absolute; top: calc(100% + 10px); left: var(--gut); right: var(--gut);
    padding: 22px; border-radius: var(--r-card);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: var(--sh-lift);
    animation: fsl-menu-in .4s var(--ease);
    transform-origin: top center;
  }
  .nav-wrap.open .nav-links a {
    animation: fsl-menu-item-in .4s var(--ease) backwards;
  }
  .nav-wrap.open .nav-links a:nth-child(1) { animation-delay: .03s; }
  .nav-wrap.open .nav-links a:nth-child(2) { animation-delay: .07s; }
  .nav-wrap.open .nav-links a:nth-child(3) { animation-delay: .11s; }
  .nav-wrap.open .nav-links a:nth-child(4) { animation-delay: .15s; }
  .nav-wrap.open .nav-links a:nth-child(5) { animation-delay: .19s; }
  @keyframes fsl-menu-in { from { opacity: 0; transform: scale(.96) translateY(-6px); } }
  @keyframes fsl-menu-item-in { from { opacity: 0; transform: translateY(-6px); } }
  @media (prefers-reduced-motion: reduce) {
    .nav-wrap.open .nav-links, .nav-wrap.open .nav-links a { animation: none; }
  }
  .hero-grid, .why-grid, .ba-shell, .loc-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 130px 0 80px; }
  /* Text leads on mobile — the arch follows below instead of eating the first
     screen the way it did when it was ordered above the headline. */
  .hero-art { margin-top: 40px; }
  .hero-art .ph { aspect-ratio: 5 / 4; }
  .hero-float { left: 14px; bottom: -26px; padding: 12px 18px; }
  .hero-float b { font-size: 17px; }
  .hero-float .stars { font-size: 11px; }
  .why-badge { right: 12px; width: 104px; height: 104px; }
  .plist { columns: 1; }
  .sticky-cta { display: flex; }
  .loc-map { min-height: 280px; }

  /* Tap targets: min 44px on touch layouts */
  .nav-wrap.open .nav-links a { padding: 13px 6px; }
  .tab { min-height: 44px; }
  .faq summary { min-height: 44px; }
  .tlink { padding: 6px 0; }
}

@media (max-width: 620px) {
  .bento, .ig-grid { grid-template-columns: 1fr 1fr; }
  .tcard, .tcard:nth-child(1), .tcard:nth-child(2) { grid-column: span 2; }
  .foot-grid { grid-template-columns: 1fr; }
  .hero-meta { gap: 28px; }
  .hero-meta b { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .rv { opacity: 1; transform: none; }
  .hero h1 .ln > span { transform: none; }
}
