/* GC Service Detail Widget */
.gc-sd-widget {
  --gc-sd-gold:#b8953a; --gc-sd-gold-l:#d4af6a; --gc-sd-gold-pale:#ecddb8;
  --gc-sd-gold-bg:rgba(184,149,58,.07); --gc-sd-gold-b:rgba(184,149,58,.22);
  --gc-sd-dark:#1c1914; --gc-sd-mid:#3a3228; --gc-sd-light:#7a6e62;
  --gc-sd-cream:#faf5ec; --gc-sd-white:#fff;
  --gc-sd-r:14px; --gc-sd-t:.42s cubic-bezier(.22,1,.36,1);
  font-family:'Montserrat',sans-serif; color:var(--gc-sd-dark);
}

/* ── HERO — truly full-width, no radius ── */
.gc-sd-hero {
  min-height:80vh; display:flex; align-items:flex-end; overflow:hidden;
  border-radius:0; background-image:var(--gc-sd-hero-img,none);
  background-size:cover; background-position:center; background-color:var(--gc-sd-dark); position:relative;
}
.gc-sd-hero::before {
  content:''; position:absolute; inset:0;
  background:linear-gradient(to top, var(--gc-sd-hero-overlay,rgba(28,25,20,.7)) 40%, transparent 100%);
}
.gc-sd-hero-inner { position:relative; z-index:1; padding:64px 72px; width:100%; max-width:760px; }
.gc-sd-overline { font-size:.58rem; font-weight:700; letter-spacing:.3em; text-transform:uppercase; color:var(--gc-sd-gold-l); margin-bottom:14px; }
.gc-sd-hero-title { font-family:'Cormorant Garamond',serif; font-size:clamp(3.5rem,8vw,6.5rem); font-weight:700; line-height:1; color:#fff; margin:0 0 20px; }
.gc-sd-type-badge { display:inline-block; font-size:.65rem; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--gc-sd-gold-l); border:1px solid rgba(212,175,106,.35); border-radius:20px; padding:6px 18px; margin-bottom:24px; }
.gc-sd-hero-tagline { font-size:1.05rem; color:rgba(255,255,255,.68); line-height:1.75; font-style:italic; max-width:520px; }

/* ── SECTIONS — full-width wrapper, contained inner ── */
.gc-sd-section {
  border-bottom: 1px solid var(--gc-sd-gold-b);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}
.gc-sd-section:last-of-type { border-bottom: none; }
/* Overlay sits between background and content */
.gc-sd-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
/* All content floats above the overlay */
.gc-sd-section-inner {
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 88px clamp(28px, 6vw, 96px);
  position: relative;
  z-index: 1;
}

/* Aesthetics cards go a touch wider */
.gc-sd-aesthetics .gc-sd-section-inner {
  max-width: none;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
}

.gc-sd-section-heading { font-family:'Cormorant Garamond',serif; font-size:clamp(1.8rem,3.5vw,2.8rem); font-weight:700; color:var(--gc-sd-dark); margin-bottom:32px; }

/* ── OVERVIEW ── */
.gc-sd-overview-text { font-size:1rem; color:var(--gc-sd-mid); line-height:1.9; max-width:800px; margin-bottom:36px; }
.gc-sd-overview-text p { margin-bottom:1em; }
.gc-sd-tags { display:flex; flex-wrap:wrap; gap:10px; }
.gc-sd-tag { font-size:.65rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--gc-sd-gold); background:var(--gc-sd-gold-bg); border:1px solid var(--gc-sd-gold-b); border-radius:20px; padding:6px 16px; }

/* ── STATS ── */
.gc-sd-stats-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(160px,1fr)); gap:2px; background:var(--gc-sd-gold-b); border-radius:var(--gc-sd-r); overflow:hidden; }
.gc-sd-stat { background:var(--gc-sd-white); padding:40px 32px; text-align:center; }
.gc-sd-stat-num { display:block; font-family:'Cormorant Garamond',serif; font-size:clamp(3rem,5vw,4.5rem); font-weight:700; line-height:1; color:var(--gc-sd-gold); }
.gc-sd-stat-suffix { font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3vw,3rem); font-weight:700; color:var(--gc-sd-gold); margin-left:2px; }
.gc-sd-stat-label { display:block; font-size:.7rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--gc-sd-light); margin-top:10px; }

/* ── AESTHETICS CARDS ── */
.gc-sd-ae-card {
  display:grid; grid-template-columns:45% 1fr; min-height:380px;
  border-radius:var(--gc-sd-r); overflow:hidden; margin-bottom:24px;
  transition:box-shadow var(--gc-sd-t); box-shadow:0 4px 24px rgba(28,25,20,.08);
}
.gc-sd-ae-card:last-child { margin-bottom:0; }
.gc-sd-ae-card[data-img-side="right"] { grid-template-columns:1fr 45%; }
.gc-sd-ae-card:hover { box-shadow:0 16px 56px rgba(28,25,20,.14); }

.gc-sd-ae-image { position:relative; overflow:hidden; }
.gc-sd-ae-image img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.gc-sd-ae-card:hover .gc-sd-ae-image img { transform:scale(1.04); }

.gc-sd-ae-content { display:flex; flex-direction:column; justify-content:center; padding:52px 56px; }
.gc-sd-ae-badge { font-size:.58rem; font-weight:700; letter-spacing:.15em; text-transform:uppercase; margin-bottom:12px; display:block; }
.gc-sd-ae-title { font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3.5vw,3rem); font-weight:700; line-height:1.1; margin:0 0 16px; }
.gc-sd-ae-desc { font-size:.9rem; line-height:1.8; max-width:480px; margin-bottom:28px; }
.gc-sd-ae-link { display:inline-flex; align-items:center; gap:8px; font-size:.72rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; transition:gap var(--gc-sd-t); }
.gc-sd-ae-link:hover { gap:14px; text-decoration:none; }
.gc-sd-ae-arrow { transition:transform var(--gc-sd-t); }
.gc-sd-ae-link:hover .gc-sd-ae-arrow { transform:translateX(4px); }

/* ─ Theme: Clinical (Injectables) ─ */
.gc-sd-ae-card[data-theme="clinical"] { background:#ffffff; border:1px solid rgba(180,190,210,.25); }
.gc-sd-ae-card[data-theme="clinical"] .gc-sd-ae-badge { color:#64748b; }
.gc-sd-ae-card[data-theme="clinical"] .gc-sd-ae-title { color:#1a202c; }
.gc-sd-ae-card[data-theme="clinical"] .gc-sd-ae-desc  { color:#64748b; }
.gc-sd-ae-card[data-theme="clinical"] .gc-sd-ae-link  { color:#1a202c; border-bottom:1px solid #1a202c; padding-bottom:2px; }
.gc-sd-ae-card[data-theme="clinical"] .gc-sd-ae-image::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(230,235,245,.2),transparent); }

/* ─ Theme: Warm (Skin Treatments) ─ */
.gc-sd-ae-card[data-theme="warm"] { background:#fdf7f0; border:1px solid rgba(184,149,58,.15); }
.gc-sd-ae-card[data-theme="warm"] .gc-sd-ae-badge { color:#9a7a4a; }
.gc-sd-ae-card[data-theme="warm"] .gc-sd-ae-title { color:#3a2818; }
.gc-sd-ae-card[data-theme="warm"] .gc-sd-ae-desc  { color:#7a6050; }
.gc-sd-ae-card[data-theme="warm"] .gc-sd-ae-link  { color:var(--gc-sd-gold); }
.gc-sd-ae-card[data-theme="warm"] .gc-sd-ae-image::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(184,149,58,.08),transparent); }

/* ─ Theme: Dark (IV Therapy) ─ */
.gc-sd-ae-card[data-theme="dark"] { background:#1c1914; border:1px solid rgba(184,149,58,.25); }
.gc-sd-ae-card[data-theme="dark"] .gc-sd-ae-content { background:#1c1914; }
.gc-sd-ae-card[data-theme="dark"] .gc-sd-ae-badge { color:var(--gc-sd-gold-l); }
.gc-sd-ae-card[data-theme="dark"] .gc-sd-ae-title { color:#fff; }
.gc-sd-ae-card[data-theme="dark"] .gc-sd-ae-desc  { color:rgba(255,255,255,.6); }
.gc-sd-ae-card[data-theme="dark"] .gc-sd-ae-link  { color:var(--gc-sd-gold); }
.gc-sd-ae-card[data-theme="dark"] .gc-sd-ae-image::after { content:''; position:absolute; inset:0; background:linear-gradient(to right,rgba(28,25,20,.4),transparent); }

/* ─ Theme: Natural (Wellness) ─ */
.gc-sd-ae-card[data-theme="natural"] { background:#f4f9f3; border:1px solid rgba(74,138,106,.2); }
.gc-sd-ae-card[data-theme="natural"] .gc-sd-ae-badge { color:#4a8a6a; }
.gc-sd-ae-card[data-theme="natural"] .gc-sd-ae-title { color:#1e3a2a; }
.gc-sd-ae-card[data-theme="natural"] .gc-sd-ae-desc  { color:#4a6a5a; }
.gc-sd-ae-card[data-theme="natural"] .gc-sd-ae-link  { color:#4a8a6a; }
.gc-sd-ae-card[data-theme="natural"] .gc-sd-ae-image::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(74,138,106,.1),transparent); }

/* ─ Theme: Sleek (Advanced Aesthetics) ─ */
.gc-sd-ae-card[data-theme="sleek"] { background:#1a1e2e; border:1px solid rgba(147,197,253,.12); }
.gc-sd-ae-card[data-theme="sleek"] .gc-sd-ae-content { background:#1a1e2e; }
.gc-sd-ae-card[data-theme="sleek"] .gc-sd-ae-badge { color:#93c5fd; }
.gc-sd-ae-card[data-theme="sleek"] .gc-sd-ae-title { color:#f8faff; }
.gc-sd-ae-card[data-theme="sleek"] .gc-sd-ae-desc  { color:rgba(248,250,255,.55); }
.gc-sd-ae-card[data-theme="sleek"] .gc-sd-ae-link  { color:#93c5fd; }
.gc-sd-ae-card[data-theme="sleek"] .gc-sd-ae-image::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(30,42,80,.5),transparent); }

/* ── SERVICES SCROLL WRAPPER + ARROWS ── */
.gc-sd-svc-scroll-wrap {
  position: relative;
  padding-left: 64px; /* room for both arrows on the left */
}

/* Both arrows anchored to the left side, stacked */
.gc-sd-svc-arrow {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--gc-sd-white);
  border: 1px solid var(--gc-sd-gold-b);
  box-shadow: 0 4px 20px rgba(28,25,20,.12);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--gc-sd-t), border-color var(--gc-sd-t), box-shadow var(--gc-sd-t), opacity .25s;
  padding: 0;
}
.gc-sd-svc-arrow-prev { top: calc(50% - 52px); }
.gc-sd-svc-arrow-next { top: calc(50% + 6px);  }
.gc-sd-svc-arrow:hover {
  background: var(--gc-sd-gold);
  border-color: var(--gc-sd-gold);
  box-shadow: 0 8px 28px rgba(184,149,58,.3);
}
/* Chevron via CSS borders */
.gc-sd-svc-arrow::after {
  content: '';
  display: block;
  width: 9px; height: 9px;
  border-top: 2px solid var(--gc-sd-gold);
  border-right: 2px solid var(--gc-sd-gold);
  transition: border-color var(--gc-sd-t);
}
.gc-sd-svc-arrow:hover::after { border-color: #fff; }
.gc-sd-svc-arrow-prev::after { transform: rotate(-135deg) translate(-2px, 2px); }
.gc-sd-svc-arrow-next::after { transform: rotate(45deg)  translate(-2px, 2px); }
.gc-sd-svc-arrow.is-disabled { opacity: .3; pointer-events: none; }

/* ── SERVICES GRID — horizontal scroll row ── */
.gc-sd-svc-grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  /* Thin gold scrollbar */
  scrollbar-width: thin;
  scrollbar-color: var(--gc-sd-gold) var(--gc-sd-gold-bg);
}
.gc-sd-svc-grid::-webkit-scrollbar { height: 4px; }
.gc-sd-svc-grid::-webkit-scrollbar-track { background: var(--gc-sd-gold-bg); border-radius: 2px; }
.gc-sd-svc-grid::-webkit-scrollbar-thumb { background: var(--gc-sd-gold); border-radius: 2px; }

/* ── Base card ── */
.gc-sd-svc-card {
  flex: 0 0 300px;
  scroll-snap-align: start;
  background: var(--gc-sd-white);
  border: 1px solid var(--gc-sd-gold-b);
  border-radius: var(--gc-sd-r);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 2px 14px rgba(28,25,20,.05);
  position: relative;
  overflow: hidden;
}
/* Top gold bar — visible only on popular cards, not on hover */
.gc-sd-svc-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gc-sd-gold); transform: scaleX(0);
}
.gc-sd-svc-card.is-popular { border-color: var(--gc-sd-gold); }
.gc-sd-svc-card.is-popular::before { transform: scaleX(1); }
.gc-sd-svc-popular-badge { position:absolute; top:18px; right:18px; font-size:.58rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; background:var(--gc-sd-gold); color:#fff; border-radius:20px; padding:4px 12px; z-index:2; }

/* ── Card with image — wider, horizontal split ── */
.gc-sd-svc-card.has-image {
  flex: 0 0 400px;
  flex-direction: row;
  padding: 0;
  gap: 0;
  align-items: stretch;
}
.gc-sd-svc-card.has-image::before { width: 100%; height: 3px; top: 0; left: 0; right: 0; }

/* Image strip — left column */
.gc-sd-svc-img-wrap {
  width: 148px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--gc-sd-r) 0 0 var(--gc-sd-r);
}
.gc-sd-svc-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .65s ease;
  display: block;
}
.gc-sd-svc-card:hover .gc-sd-svc-img-wrap img { transform: scale(1.06); }

/* Gradient bleed from image into card body */
.gc-sd-svc-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, var(--gc-sd-white) 100%);
}

/* Service type icon floating at bottom of image */
.gc-sd-svc-img-icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  color: rgba(255,255,255,.92);
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
  z-index: 1;
  pointer-events: none;
}

/* Content body — right column when has image */
.gc-sd-svc-body {
  flex: 1;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
/* No-image cards: body is the whole card */
.gc-sd-svc-card:not(.has-image) .gc-sd-svc-body {
  padding: 0;
  flex: 1;
}
.gc-sd-svc-type-label { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gc-svc-c, var(--gc-sd-light)); }

/* ── Info button — italic serif circle ── */
.gc-sd-svc-info-btn {
  width: 26px; height: 26px;
  border-radius: 50%;
  border: 1px solid var(--gc-sd-gold-b);
  background: transparent;
  color: var(--gc-sd-gold);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  align-self: flex-end;
  margin-top: auto;
  flex-shrink: 0;
  transition: background var(--gc-sd-t), border-color var(--gc-sd-t), color var(--gc-sd-t), box-shadow var(--gc-sd-t);
  padding: 0;
}
.gc-sd-svc-info-btn:hover {
  background: var(--gc-sd-gold);
  border-color: var(--gc-sd-gold);
  color: #fff;
  box-shadow: 0 4px 16px rgba(184,149,58,.35);
}

/* ─────────────────────────────────────────────
   SERVICE MODAL
   ───────────────────────────────────────────── */
.gc-sd-svc-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease;
}
.gc-sd-svc-modal.is-open { opacity: 1; pointer-events: all; }

.gc-sd-svc-modal-bd {
  position: absolute;
  inset: 0;
  background: rgba(28,25,20,.78);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.gc-sd-svc-modal-box {
  position: relative;
  z-index: 1;
  background: var(--gc-sd-cream, #faf5ec);
  border-radius: 18px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 340px 1fr;
  max-width: 860px;
  width: 100%;
  max-height: 88vh;
  box-shadow: 0 40px 100px rgba(28,25,20,.45);
  transform: translateY(28px) scale(.98);
  transition: transform .38s cubic-bezier(.22,1,.36,1);
}
.gc-sd-svc-modal.is-open .gc-sd-svc-modal-box { transform: none; }

/* Close button */
.gc-sd-svc-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  z-index: 10;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  padding: 0; line-height: 1;
  backdrop-filter: blur(4px);
  transition: background .2s, transform .2s;
}
.gc-sd-svc-modal-close::after { content: '×'; }
.gc-sd-svc-modal-close:hover { background: rgba(255,255,255,.35); transform: rotate(90deg); }

/* Left image/brand panel */
.gc-sd-svc-modal-img {
  position: relative;
  overflow: hidden;
  background: var(--gc-sd-dark, #1c1914);
  min-height: 420px;
}
.gc-sd-svc-modal-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .7s ease;
}
.gc-sd-svc-modal-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(28,25,20,.65) 100%);
  pointer-events: none;
}
/* No-image: show branded icon panel */
.gc-sd-svc-modal-img.no-img {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, #1c1914 0%, #3a3228 100%);
}
.gc-sd-svc-modal-img.no-img::after { display: none; }
.gc-sd-svc-modal-icon {
  font-size: 5rem;
  color: rgba(184,149,58,.5);
  line-height: 1;
  user-select: none;
}

/* Right content panel */
.gc-sd-svc-modal-body {
  padding: 52px 44px 44px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gc-sd-svc-modal-type {
  font-size: .58rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gc-sd-gold, #b8953a);
}
.gc-sd-svc-modal-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 700;
  color: var(--gc-sd-dark, #1c1914);
  line-height: 1.1; margin: 0;
}
.gc-sd-svc-modal-desc {
  font-size: .88rem;
  color: var(--gc-sd-mid, #3a3228);
  line-height: 1.9; margin: 0;
}
.gc-sd-svc-modal-opts {
  list-style: none; padding: 0; margin: 0;
  border-top: 1px solid var(--gc-sd-gold-b, rgba(184,149,58,.22));
  padding-top: 20px;
  display: flex; flex-direction: column; gap: 10px;
}
.gc-sd-svc-modal-opts li {
  font-size: .88rem; font-weight: 500;
  color: var(--gc-sd-dark, #1c1914);
  display: flex; align-items: center; gap: 12px;
}
.gc-sd-svc-modal-opts li::before {
  content: ''; width: 5px; height: 5px;
  border-radius: 50%; background: var(--gc-sd-gold, #b8953a); flex-shrink: 0;
}
.gc-sd-svc-modal-btn {
  display: inline-flex; align-items: center; align-self: flex-start;
  margin-top: auto;
  padding: 16px 38px;
  background: var(--gc-sd-dark, #1c1914);
  color: #fff; border-radius: 40px;
  font-size: .7rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  text-decoration: none;
  transition: background .3s, transform .2s;
}
.gc-sd-svc-modal-btn:hover {
  background: var(--gc-sd-gold, #b8953a);
  transform: translateY(-2px);
  color: #fff; text-decoration: none;
}

@media(max-width:700px) {
  .gc-sd-svc-modal-box { grid-template-columns: 1fr; }
  .gc-sd-svc-modal-img { min-height: 200px; }
  .gc-sd-svc-modal-body { padding: 32px 24px 28px; }
}

.gc-sd-svc-massage { --gc-svc-c:#6b8fae; }
.gc-sd-svc-facial  { --gc-svc-c:#9a7a8a; }
.gc-sd-svc-foot    { --gc-svc-c:#6a9a8a; }
.gc-sd-svc-iv      { --gc-svc-c:var(--gc-sd-gold); }
.gc-sd-svc-injectable { --gc-svc-c:#64748b; }
.gc-sd-svc-advanced   { --gc-svc-c:#7c6ab8; }

.gc-sd-svc-top { display:flex; align-items:center; gap:8px; }
.gc-sd-svc-icon { font-size:1rem; color:var(--gc-svc-c,var(--gc-sd-gold)); }
.gc-sd-svc-type { font-size:.6rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--gc-svc-c,var(--gc-sd-light)); }
.gc-sd-svc-name { font-family:'Cormorant Garamond',serif; font-size:1.55rem; font-weight:700; color:var(--gc-sd-dark); line-height:1.15; margin:0; }
.gc-sd-svc-desc { font-size:.8rem; color:var(--gc-sd-light); line-height:1.7; flex:1; margin:0; }
.gc-sd-svc-opts { list-style:none; padding:0; margin:0; border-top:1px solid var(--gc-sd-gold-b); padding-top:14px; display:flex; flex-direction:column; gap:6px; }
.gc-sd-svc-opts li { font-size:.83rem; font-weight:500; color:var(--gc-sd-mid); display:flex; align-items:center; gap:10px; }
.gc-sd-svc-opts li::before { content:''; width:4px; height:4px; border-radius:50%; background:var(--gc-sd-gold); flex-shrink:0; }
.gc-sd-svc-btn { display:inline-block; margin-top:10px; font-size:.7rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--gc-sd-gold); text-decoration:none; transition:color var(--gc-sd-t),letter-spacing .2s; align-self:flex-start; }
.gc-sd-svc-btn:hover { color:var(--gc-sd-dark); letter-spacing:.12em; text-decoration:none; }

/* ── PROCESS ── */
.gc-sd-process-sub { font-size:.95rem; color:var(--gc-sd-light); line-height:1.75; max-width:600px; margin-bottom:48px; }
.gc-sd-steps { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:0; position:relative; }
.gc-sd-steps::before { content:''; position:absolute; top:24px; left:0; right:0; height:1px; background:var(--gc-sd-gold-b); z-index:0; }
.gc-sd-step { position:relative; z-index:1; padding:0 32px 0 0; }
.gc-sd-step-num { font-family:'Cormorant Garamond',serif; font-size:3.5rem; font-weight:700; color:var(--gc-sd-gold-pale); line-height:1; margin-bottom:16px; position:relative; display:inline-block; }
.gc-sd-step-num::before { content:''; position:absolute; top:24px; left:50%; width:10px; height:10px; background:var(--gc-sd-gold); border-radius:50%; transform:translate(-50%,-50%); box-shadow:0 0 0 4px var(--gc-sd-cream),0 0 0 5px var(--gc-sd-gold-b); }
.gc-sd-step-title { font-size:1rem; font-weight:700; color:var(--gc-sd-dark); margin:0 0 8px; }
.gc-sd-step-desc { font-size:.82rem; color:var(--gc-sd-light); line-height:1.7; margin:0; }

/* ── TREATMENT NOTES ── */
.gc-sd-notes-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:20px; }
.gc-sd-note { background:var(--gc-sd-cream); border-radius:var(--gc-sd-r); padding:30px; border-left:3px solid var(--gc-sd-gold); }
.gc-sd-note-label { display:block; font-size:.6rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--gc-sd-gold); margin-bottom:12px; }
.gc-sd-note p { font-size:.85rem; color:var(--gc-sd-mid); line-height:1.85; margin:0; }

/* ── GALLERY ── */
.gc-sd-gallery-grid { display:grid; gap:12px; }
.gc-sd-gallery-cols-2 { grid-template-columns:repeat(2,1fr); }
.gc-sd-gallery-cols-3 { grid-template-columns:repeat(3,1fr); }
.gc-sd-gallery-cols-4 { grid-template-columns:repeat(4,1fr); }
.gc-sd-gallery-item { border-radius:10px; overflow:hidden; aspect-ratio:3/2; position:relative; }
.gc-sd-gallery-item:first-child { grid-column:span 2; aspect-ratio:16/7; }
.gc-sd-gallery-item img { width:100%; height:100%; object-fit:cover; transition:transform .65s ease; }
.gc-sd-gallery-item:hover img { transform:scale(1.06); }

/* ── SPECIALIST ── */
.gc-sd-specialist-card {
  display:grid; grid-template-columns:360px 1fr; gap:0;
  background:var(--gc-sd-dark); border-radius:var(--gc-sd-r); overflow:hidden;
  box-shadow:0 12px 48px rgba(28,25,20,.2);
}
.gc-sd-spec-img { position:relative; overflow:hidden; min-height:480px; }
.gc-sd-spec-img img { width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.gc-sd-specialist-card:hover .gc-sd-spec-img img { transform:scale(1.03); }
.gc-sd-spec-content { padding:56px 64px; display:flex; flex-direction:column; justify-content:center; }
.gc-sd-spec-content .gc-sd-overline { color:var(--gc-sd-gold-l); margin-bottom:10px; }
.gc-sd-spec-name { font-family:'Cormorant Garamond',serif; font-size:2.4rem; font-weight:700; color:#fff; margin:0 0 6px; line-height:1.1; }
.gc-sd-spec-title { font-size:.75rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase; color:var(--gc-sd-gold); margin-bottom:24px; }
.gc-sd-spec-bio { font-size:.9rem; color:rgba(255,255,255,.65); line-height:1.9; margin-bottom:28px; }
.gc-sd-spec-bio p { margin-bottom:.8em; }
.gc-sd-spec-creds { display:flex; flex-wrap:wrap; gap:8px; }
.gc-sd-spec-cred { font-size:.62rem; font-weight:600; letter-spacing:.07em; color:var(--gc-sd-gold-l); background:rgba(184,149,58,.12); border:1px solid rgba(184,149,58,.2); border-radius:4px; padding:4px 10px; }

/* ── FAQ — two-column layout ── */
.gc-sd-faq-inner {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 88px;
  align-items: start;
}

/* Left: sticky heading panel */
.gc-sd-faq-header {
  position: sticky;
  top: 100px;
}
.gc-sd-faq-header .gc-sd-overline { margin-bottom: 16px; }
.gc-sd-faq-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 700;
  color: var(--gc-sd-dark);
  line-height: 1.15;
  margin: 0 0 20px;
}
.gc-sd-faq-intro {
  font-size: .88rem;
  color: var(--gc-sd-light);
  line-height: 1.9;
  margin: 0 0 36px;
}
.gc-sd-faq-deco {
  width: 44px; height: 2px;
  background: linear-gradient(to right, var(--gc-sd-gold), transparent);
}

/* Right: accordion list */
.gc-sd-faq-list { width: 100%; }
.gc-sd-faq-item { border-bottom: 1px solid var(--gc-sd-gold-b); }
.gc-sd-faq-item:first-child { border-top: 1px solid var(--gc-sd-gold-b); }

.gc-sd-faq-q {
  width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 36px 1fr 28px;
  align-items: center;
  gap: 16px;
  transition: color var(--gc-sd-t);
}
.gc-sd-faq-q:hover { color: var(--gc-sd-gold); }
.gc-sd-faq-q[aria-expanded="true"] { color: var(--gc-sd-gold); }

/* Number */
.gc-sd-faq-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: .78rem;
  font-weight: 400;
  color: var(--gc-sd-gold);
  letter-spacing: .04em;
  line-height: 1;
  transition: color var(--gc-sd-t);
}

/* Question text */
.gc-sd-faq-text {
  font-family: 'Montserrat', sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: inherit;
  line-height: 1.5;
}

/* Expand icon */
.gc-sd-faq-icon {
  width: 24px; height: 24px;
  border: 1px solid var(--gc-sd-gold-b);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  transition: background var(--gc-sd-t), border-color var(--gc-sd-t);
}
.gc-sd-faq-icon span {
  position: absolute; background: var(--gc-sd-gold); border-radius: 2px;
  transition: transform .3s ease, opacity .3s;
}
.gc-sd-faq-icon span:first-child { width: 10px; height: 1.5px; top:50%; left:50%; transform:translate(-50%,-50%); }
.gc-sd-faq-icon span:last-child  { width: 1.5px; height:10px;  top:50%; left:50%; transform:translate(-50%,-50%); }
.gc-sd-faq-q[aria-expanded="true"] .gc-sd-faq-icon { background: var(--gc-sd-gold-bg); border-color: var(--gc-sd-gold); }
.gc-sd-faq-q[aria-expanded="true"] .gc-sd-faq-icon span:last-child { transform: translate(-50%,-50%) rotate(90deg); opacity: 0; }

/* Answer panel */
.gc-sd-faq-a { overflow: hidden; max-height: 0; transition: max-height .4s cubic-bezier(.22,1,.36,1); }
.gc-sd-faq-a[hidden] { display: block; max-height: 0; }
.gc-sd-faq-a-inner {
  padding: 0 0 24px 52px; /* indent to align under question text */
  font-size: .87rem; color: var(--gc-sd-mid); line-height: 1.9;
}
.gc-sd-faq-a-inner p { margin-bottom: .8em; }

@media(max-width:860px) {
  .gc-sd-faq-inner { grid-template-columns: 1fr; gap: 48px; }
  .gc-sd-faq-header { position: static; }
}

/* ── ENHANCEMENTS ── */
.gc-sd-addons-grid { display:flex; flex-wrap:wrap; gap:12px; }
.gc-sd-addon { display:inline-flex; align-items:center; gap:12px; background:var(--gc-sd-white); border:1px solid var(--gc-sd-gold-b); border-radius:40px; padding:12px 22px; transition:border-color var(--gc-sd-t),background var(--gc-sd-t),transform .2s; }
.gc-sd-addon:hover { border-color:var(--gc-sd-gold); background:var(--gc-sd-gold-bg); transform:translateY(-2px); }
.gc-sd-addon-name  { font-size:.82rem; font-weight:600; color:var(--gc-sd-dark); }
.gc-sd-addon-price { font-size:.82rem; font-weight:700; color:var(--gc-sd-gold); }

/* ── BOOKING CTA — full-width dark background, content contained ── */
.gc-sd-cta { background-color:var(--gc-sd-dark); border-radius:0; padding:96px clamp(28px, 6vw, 96px); text-align:center; position:relative; overflow:hidden; }
.gc-sd-cta::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 60% 40%,rgba(184,149,58,.15),transparent 65%); pointer-events:none; }
.gc-sd-cta::after  { content:''; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:300px; height:1px; background:linear-gradient(90deg,transparent,var(--gc-sd-gold),transparent); }
.gc-sd-cta-inner { position:relative; z-index:1; max-width:620px; margin:0 auto; }
.gc-sd-cta-heading { font-family:'Cormorant Garamond',serif; font-size:clamp(2.2rem,5vw,3.6rem); font-weight:700; color:#fff; margin-bottom:18px; }
.gc-sd-cta-sub { font-size:.9rem; color:rgba(255,255,255,.58); line-height:1.8; margin-bottom:40px; }
.gc-sd-cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.gc-sd-cta-btn { display:inline-flex; align-items:center; padding:17px 44px; border-radius:40px; font-size:.72rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; text-decoration:none; transition:all var(--gc-sd-t); }
.gc-sd-cta-btn-primary { background:var(--gc-sd-gold); color:#fff; }
.gc-sd-cta-btn-primary:hover { background:var(--gc-sd-gold-l); transform:translateY(-2px); color:#fff; text-decoration:none; }
.gc-sd-cta-btn-ghost { background:transparent; color:rgba(255,255,255,.75); border:1px solid rgba(255,255,255,.2); }
.gc-sd-cta-btn-ghost:hover { border-color:var(--gc-sd-gold); color:var(--gc-sd-gold); text-decoration:none; }

/* ── BODY LAYOUT — two-column (sticky sidebar left + main) ── */
.gc-sd-body-wrap {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: start;
}
/* sidebar renders after main in DOM — pull it visually left with grid placement */
.gc-sd-main {
  min-width: 0;
  grid-column: 2;
  grid-row: 1;
}

/* ── SIDEBAR PANEL ── */
.gc-sd-sidebar-panel {
  grid-column: 1;
  grid-row: 1;
  padding: 40px 20px 40px 24px;
  position: sticky;
  top: 96px;
}
/* ── AD CARD ── */
.gc-sd-sbc {
  background: var(--gc-sd-white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 36px rgba(28,25,20,.13);
  border: 1px solid var(--gc-sd-gold-b);
}
/* Image slot */
.gc-sd-sbc-img {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.gc-sd-sbc-img img,
.gc-sd-sbc-img video,
.gc-sd-sbc-img iframe {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.gc-sd-sbc-img iframe {
  border: none;
  pointer-events: none; /* keeps the card clickable, not YouTube */
}
.gc-sd-sbc-img img { transition: transform .7s ease; }
.gc-sd-sbc:hover .gc-sd-sbc-img img { transform: scale(1.05); }
.gc-sd-sbc-img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 45%, rgba(28,25,20,.42) 100%);
  pointer-events: none;
}
/* Body */
.gc-sd-sbc-body {
  padding: 18px 18px 20px;
}
.gc-sd-sbc-badge {
  display: block;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gc-sd-gold);
  margin-bottom: 5px;
}
.gc-sd-sbc-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gc-sd-dark);
  line-height: 1.15;
  margin: 0 0 6px;
}
.gc-sd-sbc-sub {
  font-size: .74rem;
  color: var(--gc-sd-light);
  line-height: 1.6;
  margin: 0 0 14px;
}
.gc-sd-sbc-btn {
  display: inline-block;
  padding: 9px 20px;
  background: var(--gc-sd-dark);
  color: #fff;
  border-radius: 30px;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--gc-sd-t), transform .2s;
}
.gc-sd-sbc-btn:hover {
  background: var(--gc-sd-gold);
  transform: translateY(-1px);
  color: #fff; text-decoration: none;
}
.gc-sd-sbc-link {
  display: inline-block;
  margin-left: 10px;
  font-size: .65rem;
  font-weight: 600;
  color: var(--gc-sd-light);
  text-decoration: none;
  transition: color var(--gc-sd-t);
  vertical-align: middle;
}
.gc-sd-sbc-link:hover { color: var(--gc-sd-gold); text-decoration: none; }

@media(max-width:1140px) {
  .gc-sd-body-wrap { grid-template-columns: 1fr; }
  .gc-sd-main     { grid-column: 1; grid-row: 1; }
  .gc-sd-sidebar-panel {
    grid-column: 1;
    grid-row: 2;
    position: static;
    padding: 0 clamp(28px, 6vw, 96px) 64px;
  }
  .gc-sd-sbc { max-width: 480px; margin: 0 auto; }
}

/* ── Scroll reveals ── */
[data-reveal] { opacity:0; transform:translateY(26px); transition:opacity .65s ease,transform .65s ease; }
[data-reveal].is-visible { opacity:1; transform:none; }
.elementor-editor-active [data-reveal] { opacity:1; transform:none; }

/* ── Responsive ── */
@media(max-width:900px) {
  .gc-sd-ae-card,
  .gc-sd-ae-card[data-img-side="right"] { grid-template-columns:1fr; }
  .gc-sd-ae-card[data-img-side="right"] .gc-sd-ae-image { order:-1; }
  .gc-sd-ae-image { min-height:260px; }
  .gc-sd-ae-content { padding:36px 32px; }
  .gc-sd-specialist-card { grid-template-columns:1fr; }
  .gc-sd-spec-img { min-height:320px; }
  .gc-sd-spec-content { padding:36px 32px; }
  .gc-sd-steps { gap:32px; }
  .gc-sd-steps::before { display:none; }
}
@media(max-width:600px) {
  .gc-sd-hero-inner { padding:36px 28px; }
  .gc-sd-section-inner { padding:56px 24px; }
  .gc-sd-cta { padding:60px 24px; }
  .gc-sd-gallery-item:first-child { grid-column:span 1; aspect-ratio:3/2; }
}
