/* Femme Laser Clinic — shared styles
   Palette derived from the logo (#ec107b magenta-pink) + ink + warm blush.
   Fonts: Playfair Display (display) + Karla (body) */

/* --- Kadence theme: unbox + full-width for these landing pages (design controls its own widths) --- */
.content-container.site-container,
.content-container { max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
article.content-bg, .content-bg.entry, .single-entry.content-bg {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.entry-content-wrap { padding: 0 !important; max-width: 100% !important; }
.single-content, .entry-content, .entry-content > .wp-block-html { max-width: 100% !important; width: 100% !important; }
.entry-content > p:empty { display: none !important; }
/* Kadence's <main> carries class "wrap" which collides with our 1200px container; free it to full-bleed (our own .wrap are <div>, unaffected) */
main.wrap { max-width: 100% !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }

/* Technician section: portrait + bio side-by-side inside a full-width tint band */
.tech-feature { display: grid; grid-template-columns: minmax(260px, 360px) 1fr; gap: 44px; align-items: center; max-width: 940px; margin: 0 auto; }
.tech-feature-photo img { width: 100%; height: auto; display: block; border-radius: 18px; box-shadow: 0 14px 34px rgba(236,16,123,.14); }
.tech-feature-body h3 { font-size: 30px; margin-bottom: 4px; }
.tech-feature-body .role { color: var(--pink-deep); font-weight: 700; font-size: 15px; margin-bottom: 14px; }
.tech-feature-body p { font-size: 17px; color: var(--ink-soft); max-width: 46ch; }
@media (max-width: 720px) {
  .tech-feature { grid-template-columns: 1fr; gap: 22px; max-width: 360px; }
  .tech-feature-photo { max-width: 320px; margin: 0 auto; }
  .tech-feature-body { text-align: center; }
}

:root {
  --paper: #ffffff;
  --ink: #26191f;
  --ink-soft: #6c5860;
  --pink: #ec107b;        /* exact logo pink — decorative / accents */
  --pink-deep: #c60c66;   /* buttons, links (AA on white) */
  --pink-dark: #a30a54;   /* hover */
  --blush: #fdeef6;
  --blush-deep: #fbdbeb;
  --line: #f3d6e5;
  --gold: #d9a441;        /* review stars */
  --radius: 16px;
  --shadow: 0 18px 44px rgba(236, 16, 123, .12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: 'Karla', -apple-system, sans-serif;
  color: var(--ink); background: var(--paper);
  line-height: 1.6; font-size: 17px;
}
h1, h2, h3 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.14; font-weight: 600; }
img { max-width: 100%; display: block; }
a { color: var(--pink-deep); }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* Buttons */
.btn {
  display: inline-block; background: var(--pink); color: #fff; text-decoration: none;
  padding: 13px 28px; border-radius: 999px; font-weight: 700; font-size: 15px;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease; white-space: nowrap;
}
.btn:hover { background: var(--pink-dark); box-shadow: 0 8px 22px rgba(236, 16, 123, .3); }
.btn:active { transform: scale(.98); }
.btn.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn.ghost:hover { border-color: var(--pink-deep); color: var(--pink-deep); background: transparent; box-shadow: none; }

/* Hero */
.hero {
  padding: 56px 0 76px;
  background:
    radial-gradient(880px 460px at 90% -12%, var(--blush-deep) 0%, rgba(251,219,235,0) 62%),
    radial-gradient(680px 400px at -10% 110%, var(--blush) 0%, rgba(253,238,246,0) 56%),
    var(--paper);
}
.hero.sub { padding: 26px 0 60px; }
.hero-logo { height: 52px; width: auto; margin-bottom: 26px; }
.hero-grid { display: grid; grid-template-columns: 6.4fr 5.6fr; gap: 58px; align-items: center; }
.hero.sub .hero-grid { align-items: center; }
.hero h1 { font-size: clamp(34px, 4.8vw, 55px); letter-spacing: -.01em; margin-bottom: 16px; }
.hero.sub h1 { font-size: clamp(30px, 4vw, 46px); }
.hero h1 em { font-style: italic; color: var(--pink); line-height: 1.18; }
.hero p.lead { font-size: 19px; color: var(--ink-soft); max-width: 46ch; margin-bottom: 26px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-contact { margin-top: 24px; font-size: 16px; color: var(--ink-soft); }
.hero-contact a { font-weight: 700; text-decoration: none; }
.crumb { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 16px; }
.crumb a { color: var(--ink-soft); }
.crumb a:hover { color: var(--pink-deep); }

.hero-visual { position: relative; }
.hero-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--shadow); }
.hero.sub .hero-img { aspect-ratio: 1 / 1; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -24px; bottom: 30px; background: #fff; border-radius: 14px;
  padding: 14px 20px; box-shadow: 0 12px 34px rgba(38, 25, 31, .16); font-size: 14px;
  line-height: 1.45; max-width: 236px;
}
.hero-badge b { display: block; color: var(--pink-deep); font-size: 15px; }
.rating-pill {
  position: absolute; right: -12px; top: 26px; background: #fff; color: var(--ink);
  border-radius: 999px; padding: 9px 18px 9px 14px; font-size: 14px; font-weight: 700;
  box-shadow: 0 10px 26px rgba(38, 25, 31, .2); display: flex; align-items: center; gap: 8px;
}
.rating-pill .stars { color: var(--gold); letter-spacing: 1px; }
.rating-pill small { color: var(--ink-soft); font-weight: 500; }

/* Stats */
.stats { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.stats-inner { max-width: 1200px; margin: 0 auto; padding: 26px 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.stats b { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 26px; }
.stats span { color: var(--ink-soft); font-size: 15px; }

/* Sections */
.section { padding: 78px 0; }
.section.tint { background: var(--blush); }
.section-head { max-width: 62ch; margin-bottom: 42px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head h2 { font-size: clamp(28px, 3.3vw, 39px); margin-bottom: 12px; }
.section-head p { color: var(--ink-soft); }

/* Service bento */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.cell {
  border-radius: var(--radius); overflow: hidden; position: relative; background: #fff;
  border: 1px solid var(--line); display: flex; flex-direction: column; text-decoration: none;
  color: var(--ink); transition: transform .2s ease, box-shadow .2s ease;
}
.cell:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.cell.big { grid-column: span 3; }
.cell.small { grid-column: span 2; }
.cell .cell-img { aspect-ratio: 16 / 10; overflow: hidden; }
.cell .cell-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.cell:hover .cell-img img { transform: scale(1.05); }
.cell .cell-body { padding: 22px 24px 26px; }
.cell h3 { font-size: 22px; margin-bottom: 8px; }
.cell p { font-size: 15px; color: var(--ink-soft); }
.cell .go { margin-top: 12px; font-weight: 700; color: var(--pink-deep); font-size: 15px; }
.cell.blush-bg { background: var(--blush); border: none; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-img img { width: 100%; height: 100%; object-fit: cover; }
.split h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 14px; }
.split p { color: var(--ink-soft); margin-bottom: 14px; }
.checklist { list-style: none; margin-top: 8px; }
.checklist li { padding-left: 28px; position: relative; margin-bottom: 10px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 7px; width: 14px; height: 14px; border-radius: 50%; background: var(--pink); clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }

/* Technician card */
.tech-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 24px; }
.tech-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 26px rgba(236,16,123,.07); }
.tech-photo { aspect-ratio: 4 / 5; overflow: hidden; background: var(--blush); }
.tech-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.tech-monogram { aspect-ratio: 3 / 4; display: flex; align-items: center; justify-content: center; background: linear-gradient(150deg, var(--blush-deep), var(--blush)); }
.tech-monogram span { font-family: 'Playfair Display', serif; font-size: 64px; color: var(--pink-deep); }
.tech-body { padding: 18px 20px 22px; }
.tech-body h3 { font-size: 21px; margin-bottom: 2px; }
.tech-body .role { color: var(--pink-deep); font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.tech-body p { font-size: 14.5px; color: var(--ink-soft); }

/* Reviews */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 24px; box-shadow: 0 10px 26px rgba(236,16,123,.06); }
.review-card .stars { color: var(--gold); letter-spacing: 2px; font-size: 16px; margin-bottom: 12px; }
.review-card blockquote { font-size: 16px; color: var(--ink); line-height: 1.55; margin-bottom: 14px; }
.review-card .who { font-weight: 700; font-size: 14.5px; }
.review-card .who span { color: var(--ink-soft); font-weight: 500; }
.reviews-cta { text-align: center; margin-top: 30px; }
.reviews-cta a { font-weight: 700; text-decoration: none; }

/* Pricing menu board */
.menu-board { background: var(--ink); border-radius: 22px; padding: 46px 50px; color: #fff; max-width: 860px; margin: 0 auto; background-image: radial-gradient(600px 300px at 100% 0%, rgba(236,16,123,.22), transparent 60%); }
.menu-board h3 { color: #ff8fc4; font-size: 15px; font-family: 'Karla', sans-serif; font-weight: 700; margin: 28px 0 6px; letter-spacing: .04em; }
.menu-board h3:first-of-type { margin-top: 0; }
.menu-row { display: flex; align-items: baseline; gap: 10px; padding: 9px 0; font-size: 16px; }
.menu-row .dots { flex: 1; border-bottom: 2px dotted rgba(255,255,255,.26); transform: translateY(-4px); }
.menu-row .prices b { color: #ff8fc4; font-weight: 700; }
.menu-row .prices small { color: #d8c3cd; font-size: 13.5px; margin-left: 8px; }
.menu-full { margin-top: 32px; background: var(--pink); border-radius: 14px; padding: 20px 26px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.menu-full .t { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; }
.menu-full .p { font-family: 'Playfair Display', Georgia, serif; font-size: 30px; white-space: nowrap; }
.menu-full .p small { font-size: 15px; font-family: 'Karla', sans-serif; opacity: .92; }
.price-note { margin-top: 22px; color: var(--ink-soft); font-size: 15px; text-align: center; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step { padding: 26px 24px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line); }
.section.tint .step { border: none; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { font-size: 15px; color: var(--ink-soft); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.gallery figure { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .5s cubic-bezier(.16,1,.3,1); }
.gallery figure:hover img { transform: scale(1.05); }

/* Locations */
.loc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.loc-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; text-decoration: none; color: var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.loc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.loc-card h3 { font-size: 19px; margin-bottom: 6px; }
.loc-card p { font-size: 14px; color: var(--ink-soft); }
.loc-card .rate { color: var(--gold); font-weight: 700; font-size: 13.5px; margin-top: 8px; }
.loc-card .go { margin-top: 6px; font-weight: 700; color: var(--pink-deep); font-size: 14px; display: block; }

/* FAQ */
.faq { max-width: 780px; }
.faq details { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq summary { cursor: pointer; font-weight: 700; font-size: 17px; padding: 14px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 22px; color: var(--pink); flex-shrink: 0; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 18px; color: var(--ink-soft); max-width: 65ch; }

/* Prose */
.prose { max-width: 72ch; }
.prose p { margin-bottom: 16px; color: var(--ink-soft); }
.prose p strong { color: var(--ink); }

/* Visit + inquiry */
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.visit h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 14px; }
.visit .detail { margin-bottom: 18px; }
.visit .detail b { display: block; font-size: 15px; letter-spacing: .02em; }
.visit .detail span, .visit .detail a { color: var(--ink-soft); font-size: 16px; }
.inquiry { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: start; }
.inquiry h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 12px; }
.inquiry .blurb { color: var(--ink-soft); margin-bottom: 18px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: 0 16px 44px rgba(236,16,123,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 700; }
.field input, .field select, .field textarea { font-family: 'Karla', sans-serif; font-size: 15.5px; color: var(--ink); padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 10px; background: #fff; }
.field input::placeholder, .field textarea::placeholder { color: #9c8792; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--pink); outline-offset: 1px; border-color: var(--pink); }
.form-card .btn { margin-top: 18px; border: none; cursor: pointer; font-family: 'Karla', sans-serif; }
.form-hint { font-size: 13.5px; color: var(--ink-soft); margin-top: 12px; }

/* CTA band */
.cta-band { background: var(--ink); color: #fff; text-align: center; padding: 72px 24px; }
.cta-band h2 { font-size: clamp(28px, 3.4vw, 40px); margin-bottom: 12px; }
.cta-band p { color: #d8c3cd; margin-bottom: 26px; max-width: 52ch; margin-left: auto; margin-right: auto; }
.cta-band .alt { margin-top: 18px; font-size: 15px; color: #d8c3cd; }
.cta-band .alt a { color: #ff8fc4; font-weight: 700; text-decoration: none; }

/* Responsive */
@media (max-width: 960px) {
  .hero-grid, .split, .visit, .inquiry { grid-template-columns: 1fr; gap: 34px; }
  .hero-img { aspect-ratio: 16 / 11; }
  .hero.sub .hero-img { aspect-ratio: 4 / 3; }
  .hero-badge { left: 12px; bottom: 12px; }
  .rating-pill { right: 12px; top: 12px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .loc-grid { grid-template-columns: 1fr 1fr; }
  .bento { grid-template-columns: 1fr 1fr; }
  .cell.big, .cell.small { grid-column: span 1; }
  .stats-inner { grid-template-columns: 1fr; gap: 14px; }
  .menu-board { padding: 34px 26px; }
}
@media (max-width: 560px) {
  .steps, .loc-grid, .bento, .form-grid { grid-template-columns: 1fr; }
  body { font-size: 16px; }
  .section { padding: 54px 0; }
  .menu-row { font-size: 15px; }
}

/* Scroll reveal */
.rv { opacity: 0; transform: translateY(22px); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .rv { transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
  @keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
  @keyframes settle { from { opacity: 0; transform: scale(.96) translateY(12px); } to { opacity: 1; transform: none; } }
  @keyframes drift { from { transform: translateY(0); } to { transform: translateY(-7px); } }
  .hero .crumb, .hero .hero-logo { animation: rise .6s cubic-bezier(.16,1,.3,1) both; }
  .hero h1 { animation: rise .7s cubic-bezier(.16,1,.3,1) .08s both; }
  .hero p.lead { animation: rise .7s cubic-bezier(.16,1,.3,1) .18s both; }
  .hero .hero-ctas { animation: rise .7s cubic-bezier(.16,1,.3,1) .28s both; }
  .hero .hero-contact { animation: rise .7s cubic-bezier(.16,1,.3,1) .38s both; }
  .hero-visual { animation: settle .9s cubic-bezier(.16,1,.3,1) .15s both; }
  .hero-badge { animation: rise .7s cubic-bezier(.16,1,.3,1) .55s both, drift 3.6s ease-in-out 1.3s infinite alternate; }
}
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; } }

/* =====================================================================
   POLISH LAYER  (additive refinement, no HTML changes)
   Levers applied in order: typography > rhythm > depth > motion > states
   Brand tokens unchanged. Delete this block to revert entirely.
   ===================================================================== */

/* --- 1. Typography ------------------------------------------------- */
h1, h2 { text-wrap: balance; }
.hero p.lead, .section-head p { text-wrap: pretty; }
.hero h1 { font-weight: 700; letter-spacing: -.022em; }
.section-head h2, .split h2, .visit h2, .inquiry h2, .cta-band h2 {
  font-weight: 700; letter-spacing: -.017em;
}
.hero h1 em { font-style: italic; font-weight: 700; line-height: 1.16; padding-bottom: .06em; }
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
.stats b, .menu-row .prices b, .menu-full .p { font-variant-numeric: tabular-nums; }

/* --- 2. Rhythm ------------------------------------------------------ */
.section { padding: 92px 0; }
.section-head { margin-bottom: 48px; }
:where(h1, h2, h3, [id]) { scroll-margin-top: 96px; }

/* --- 3. Depth + shape consistency ----------------------------------
   Rule: buttons = pill, cards/media = --radius, small chips = 12px      */
.menu-board, .tech-feature-photo img { border-radius: var(--radius); }
.hero-badge { border-radius: 12px; }
.cell, .loc-card, .review-card, .step, .form-card, .gallery figure {
  transition: transform .28s cubic-bezier(.16,1,.3,1),
              box-shadow .28s cubic-bezier(.16,1,.3,1),
              border-color .28s ease;
}
.cell:hover, .loc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--blush-deep); }
.review-card:hover, .step:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--blush-deep); }
.gallery figure:hover { transform: translateY(-3px); box-shadow: var(--shadow); }

/* --- 4. Buttons + links -------------------------------------------- */
.btn { position: relative; overflow: hidden; letter-spacing: .005em; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.985); }
.btn.ghost:hover { background: var(--blush); }
.hero-contact a, .reviews-cta a, .cta-band .alt a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1.5px; background-position: 0 100%; background-repeat: no-repeat;
  transition: background-size .3s cubic-bezier(.16,1,.3,1);
}
.hero-contact a:hover, .reviews-cta a:hover, .cta-band .alt a:hover { background-size: 100% 1.5px; }

/* --- 5. Media treatment --------------------------------------------- */
.hero-img img, .split-img img, .tech-feature-photo img {
  transition: transform .7s cubic-bezier(.16,1,.3,1);
}
.hero-img:hover img, .split-img:hover img, .tech-feature-photo:hover img { transform: scale(1.035); }
.split-img, .tech-feature-photo { overflow: hidden; border-radius: var(--radius); }

/* --- 6. Reviews: typographic quote mark ----------------------------- */
.review-card { position: relative; }
.review-card blockquote { position: relative; z-index: 1; }
.review-card::after {
  content: "\201D";
  position: absolute; right: 18px; bottom: -12px;
  font-family: 'Playfair Display', Georgia, serif; font-size: 96px; line-height: 1;
  color: var(--blush-deep); pointer-events: none; z-index: 0;
}

/* --- 7. FAQ --------------------------------------------------------- */
.faq summary { transition: color .2s ease; }
.faq summary:hover { color: var(--pink-deep); }
.faq summary::after { transition: transform .25s cubic-bezier(.16,1,.3,1); }
.faq details[open] summary { color: var(--pink-deep); }
@media (prefers-reduced-motion: no-preference) {
  .faq details[open] p { animation: rise .4s cubic-bezier(.16,1,.3,1) both; }
}

/* --- 8. Interaction states (a11y) ----------------------------------- */
:where(a, button, summary, .btn, input, select, textarea):focus-visible {
  outline: 2.5px solid var(--pink-deep); outline-offset: 3px; border-radius: 6px;
}
.btn:focus-visible { outline-offset: 4px; }
::selection { background: var(--blush-deep); color: var(--ink); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--blush-deep); }

/* --- 9. Mobile ------------------------------------------------------ */
@media (max-width: 560px) {
  .section { padding: 62px 0; }
  .review-card::after { font-size: 70px; }
}

/* --- 10. Section rhythm: never stack two identical bands -------------
   Adds a third surface tone (soft neutral drawn from --ink) so the page
   reads as white > blush > neutral instead of one long pink wall.
   Selector chain auto-alternates, so it self-corrects on every page.    */
:root { --surface: #f5f1f2; }
.section.tint + .section.tint { background: var(--surface); }
.section.tint + .section.tint + .section.tint { background: var(--blush); }

/* keep card definition on the neutral band (tint normally strips borders) */
.section.tint + .section.tint .step,
.section.tint + .section.tint .review-card,
.section.tint + .section.tint .tech-card { border: 1px solid var(--line); }
.section.tint + .section.tint + .section.tint .step { border: none; }

/* soften the seam where two bands meet */
.section.tint + .section.tint { box-shadow: inset 0 1px 0 rgba(38,25,31,.045); }

/* --- 11. Technician portrait: never crop -----------------------------
   Source photos vary in ratio (3:4, 2:3, 4:5), so any fixed aspect-ratio
   container clips someone's clinic logo. Render at natural ratio instead. */
.tech-feature-photo,
#team .tech-photo,
#team .tech-feature-photo {
  aspect-ratio: auto !important;
  height: auto !important;
  width: 100% !important;
  margin-left: 0 !important;
  overflow: hidden;
}
.tech-feature-photo img,
#team .tech-photo img,
#team .tech-feature-photo img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* --- 12. Technician photo anywhere on the page: full frame, no crop ---
   Covers the visit/contact block too, where the container previously
   forced a 4/3 landscape ratio onto a portrait photo and clipped the logo. */
.tech-shot { aspect-ratio: auto !important; max-width: 400px; }
.tech-shot img { width: 100% !important; height: auto !important; object-fit: contain !important; }
/* safety net: any container holding a technician photo, however it was authored */
.split-img:has(img[src*="/images/tech/"]),
.hero-img:has(img[src*="/images/tech/"]) {
  aspect-ratio: auto !important; max-width: 400px;
}
.split-img:has(img[src*="/images/tech/"]) img,
.hero-img:has(img[src*="/images/tech/"]) img {
  height: auto !important; object-fit: contain !important;
}
@media (max-width: 960px) { .tech-shot, .split-img:has(img[src*="/images/tech/"]) { max-width: 340px; } }

/* --- 13. Clinic location map ---------------------------------------- */
.map-embed {
  margin-top: 34px; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); line-height: 0;
  box-shadow: 0 10px 26px rgba(236,16,123,.07);
}
.map-embed iframe { width: 100%; height: 380px; border: 0; display: block; }
@media (max-width: 560px) { .map-embed iframe { height: 260px; } }

/* --- 14. Branch social links ---------------------------------------- */
.socials { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.socials-label { font-size: 14px; font-weight: 700; color: var(--ink); margin-right: 2px; }
.socials a {
  display: inline-block; font-size: 14px; font-weight: 700; text-decoration: none;
  color: var(--pink-deep); background: #fff; border: 1.5px solid var(--line);
  border-radius: 999px; padding: 7px 16px;
  transition: border-color .2s ease, background .2s ease, transform .15s ease;
}
.socials a:hover { border-color: var(--pink-deep); background: var(--blush); transform: translateY(-1px); }
.socials a:active { transform: translateY(0); }
@media (max-width: 560px) { .socials-label { width: 100%; margin-bottom: 2px; } }
