@charset "UTF-8";
/* ==========================================================================
   Dr. Vüsalə Rüstəmova — cərrah mama-ginekoloq
   Warm neutral surfaces, rose as accent, arched portrait niches.
   Spectral display + Plus Jakarta Sans text. Mobile-first, no framework.
   ========================================================================== */

/* ---------------------------------------------------------------- tokens */
:root {
  /* Surfaces are warm NEUTRALS, not pink. Rose is an accent, never a large
     fill — that is the line between "premium private practice" and
     "beauty clinic". --blush survives only for small accent chips. */
  --bone:     #FAF9F8;   /* page ground — warm off-white */
  --bone-2:   #FFFFFF;   /* cards, inputs */
  --linen:    #F4F2F0;   /* alternating section fill — neutral, not rose */
  --blush:    #FBF4F6;   /* accent chips only, used sparingly */

  /* Text — dark slate gray, never pure black.
     --ink-3 was #718096, which measured 3.82:1 on --bone and carried most of
     the site's secondary copy. Every ratio here is verified against BOTH
     --bone (#FAF9F8) and --linen (#F4F2F0), not against white — sections
     alternate, and white flatters a value that then fails in situ. */
  --ink:      #2D3748;   /* headings          11.40:1 bone / 10.72 linen */
  --ink-2:    #4A5568;   /* body               7.16:1 bone /  6.74 linen */
  --ink-3:    #5C6B7D;   /* secondary          5.18:1 bone /  4.88 linen */

  /* rose — the brand voice.
     --rose-cta is #B45570, NOT the briefed #B85B77: white text on #B85B77
     measures 4.37:1, which fails WCAG AA for normal text. #B45570 is visually
     indistinguishable and measures 4.69:1. #B85B77 is kept as --rose-deep for
     large display text, where 4.37:1 is acceptable. */
  /* THE RULE: rose-as-text is --rose-text; rose-as-fill is --rose-cta.
     They are different values because they are measured against different
     things. #B45570 passes as a FILL under white text (4.69:1) but only
     reaches 4.46:1 as TEXT on --bone and 4.20:1 on --linen. */
  --rose-soft: #E8A5B8;  /* decorative only — 2.00:1, never text          */
  --rose:      #D8829D;  /* rules, markers  — 2.76:1, never text          */
  --rose-text: #A94A66;  /* rose AS TEXT     5.18:1 bone / 4.87 linen ✓   */
  --rose-cta:  #B45570;  /* rose AS FILL     4.69:1 white-on-fill ✓       */
  --rose-cta-h:#9E4661;
  --rose-deep: #B85B77;  /* large display text only                       */
  --rose-tint: #F7E4EA;

  /* Accent aliases. --brass was #C77E97 (2.91:1) and was being used as
     LABEL TEXT, which is why .brand-sub and .card .num failed. It now
     resolves to the accessible rose-as-text value. */
  --brass:    #A94A66;
  --brass-2:  #E8A5B8;
  --brass-3:  #F7E4EA;

  /* calm counterpoint for reassurance blocks */
  --sage:     #4A7C6F;
  --sage-2:   #E6F2EF;

  /* borders read neutral so the grid does not tint the whole page pink */
  --rule:     #EAE6E3;
  --rule-2:   #DCD6D2;

  /* ======================================================================
     THE TYPE SCALE — the single source of truth.
     Every size, weight, line-height and tracking on this site is defined
     here once and consumed by components. Nothing below redeclares a
     literal. Four stacked override layers used to fight over these values;
     if you find yourself adding a fifth, change a token instead.

     Sizes are px or clamp(), never stacked rem fractions — the old
     .66/.82/.92rem habit is what produced the drift.

     HARD FLOORS, enforced not suggested:
       · nothing renders below 12px
       · anything that is a sentence renders at 15px minimum
       · descriptive/body copy is 16px minimum
       · font-weight 300 is banned site-wide
       · line-height >= 1.6 for any multi-line block
     ====================================================================== */
  --display: "Spectral", "Iowan Old Style", Georgia, "Times New Roman", serif;
  --sans:    "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* display — Spectral 500 so the serif has presence without going heavy */
  --fs-h1:   clamp(34px, 4.2vw, 50px);
  --fs-h2:   clamp(26px, 2.8vw, 36px);
  --fs-h3:   19px;
  --fs-h4:   17px;
  --lh-h1:   1.12;
  --lh-h2:   1.2;
  --lh-h3:   1.45;
  --ls-h1:   -.02em;
  --ls-h2:   -.018em;
  --ls-h3:   -.01em;
  --w-display: 500;

  /* text */
  --fs-body:   17px;   /* never below 16.5px at any breakpoint */
  --fs-lead:   18px;   /* .hero-lead, .lead, .answer                */
  --fs-copy:   16px;   /* .card p, .faq-body — descriptive copy     */
  --fs-sm:     15px;   /* .small, .journey p — still full sentences */
  --fs-micro:  12px;   /* labels only, never a sentence             */
  --lh-body:   1.65;
  --lh-copy:   1.62;
  --lh-tight:  1.5;

  /* interface */
  --fs-nav:    15px;
  --fs-btn:    15px;
  --fs-btn-sm: 14px;
  --fs-brand:  19px;   /* wordmark — the header carries the identity alone */
  --fs-brand-sm: 17px;  /* header squeeze band only; see the 1280-1339 query */
  --fs-h2-min: 26px;   /* fixed floor of the h2 clamp, for non-fluid contexts */
  --w-text:    400;
  --w-medium:  500;
  --w-bold:    600;

  /* micro-labels: 12px/600, tracking .1em. Diacritic-heavy words fragment
     under wide tracking faster than they gain refinement. */
  --micro: var(--w-bold) var(--fs-micro)/1 var(--sans);
  --track: .1em;

  /* spacing scale — fluid, from the reference's discipline */
  --sp-section: clamp(48px, 7vw, 88px);
  --sp-gut:     clamp(20px, 4vw, 48px);

  /* metrics */
  --wrap: 1180px;
  --gut: var(--sp-gut);
  --hdr-h: 68px;

  /* geometry — softened, but tightened from the 16–24px "soft UI" scale so
     cards read as considered rather than pill-shaped */
  --r-sm:   10px;
  --r:      12px;
  --r-lg:   16px;
  --r-xl:   20px;
  --r-pill: 999px;

  /* depth — halved, and neutral-warm rather than pink. Shadow should suggest
     a raised surface, not announce itself. */
  --sh-1: 0 1px 2px rgba(45,55,72,.04), 0 2px 8px rgba(45,55,72,.03);
  --sh-2: 0 2px 6px rgba(45,55,72,.05), 0 8px 20px rgba(45,55,72,.05);
  --sh-3: 0 4px 12px rgba(45,55,72,.06), 0 16px 36px rgba(45,55,72,.08);

  --ease: .3s ease-in-out;

  /* one grain definition, reused as a cheap static background layer */
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}

@media (min-width: 720px)  { :root { --gut: 40px; --hdr-h: 78px; } }
@media (min-width: 1280px) { :root { --gut: 56px; } }

/* ---------------------------------------------------------------- reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

/* Declared ONCE. --fs-body is 17px at every breakpoint; there is deliberately
   no mobile step-down, because the old 16px mobile value combined with
   component overrides put real sentences at 13px on a phone. */
body {
  margin: 0;
  background: var(--bone) var(--grain);
  color: var(--ink-2);
  font-family: var(--sans);
  font-size: var(--fs-body);
  font-weight: var(--w-text);
  line-height: var(--lh-body);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--rose-text); text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--rose-cta-h); }

/* Focus ring: --rose-text on --bone is 5.18:1, comfortably over the 3:1
   non-text minimum, and the offset keeps it legible on dark fills too. */
:focus-visible {
  outline: 2px solid var(--rose-text); outline-offset: 3px;
  /* Companion light ring, filling the offset gap. The rose ring is 5.18:1 on
     --bone but only ~1.2:1 inside the rose band and the ink credential row, so
     one of the two is always visible whatever surface the control sits on. */
  box-shadow: 0 0 0 3px rgba(255,255,255,.92);
}

/* ==========================================================================
   TYPOGRAPHY — the only place type is declared.
   Headings: Spectral 500 for h1/h2, sans 600 for h3/h4. The serif needs 500
   to hold presence; at 400 it read limp against 600-weight body labels.
   ========================================================================== */
h1, h2, h3, h4 { color: var(--ink); margin: 0 0 .4em; text-wrap: balance; }
h1, h2 { font-family: var(--display); font-weight: var(--w-display); }
h3, h4 { font-family: var(--sans);    font-weight: var(--w-bold); }

h1 { font-size: var(--fs-h1); line-height: var(--lh-h1); letter-spacing: var(--ls-h1); }
h2 { font-size: var(--fs-h2); line-height: var(--lh-h2); letter-spacing: var(--ls-h2); margin-top: 1.7em; }
h3 { font-size: var(--fs-h3); line-height: var(--lh-h3); letter-spacing: var(--ls-h3); margin-top: 1.7em; }
h4 { font-size: var(--fs-h4); line-height: var(--lh-h3); letter-spacing: var(--ls-h3); }
h2:first-child, h3:first-child { margin-top: 0; }

p { margin: 0 0 1.15em; text-wrap: pretty; max-width: 72ch; }
ul, ol { margin: 0 0 1.3em; padding-inline-start: 1.3em; }
li { margin-bottom: .55em; line-height: var(--lh-body); }
li::marker { color: var(--rose); }
strong { font-weight: var(--w-bold); color: var(--ink); }
em { font-family: var(--display); font-style: italic; font-size: 1em; }

/* lead paragraphs — the step between heading and body */
.lead, .hero-lead, .page-head .lead, .answer {
  font-family: var(--sans);
  font-size: var(--fs-lead);
  font-weight: var(--w-text);
  line-height: var(--lh-copy);
  letter-spacing: 0;
  color: var(--ink-2);
}
.answer strong { color: var(--rose-text); font-weight: var(--w-bold); }

/* descriptive copy — 16px floor, never smaller */
.card p, .faq .faq-body, .section-head p, .surgery p, .about-split p {
  font-size: var(--fs-copy);
  line-height: var(--lh-copy);
  font-weight: var(--w-text);
}
.section-head p, .card p { color: var(--ink-3); }

/* short-sentence contexts — 15px floor */
.small, .journey p, .timeline .org, .field .hint, .foot-cta-note,
.disclaimer, .foot-nap, .site-footer a, .problem, .preview {
  font-size: var(--fs-sm);
  line-height: var(--lh-copy);
  font-weight: var(--w-text);
}

/* micro-labels — 12px/600/.1em. Labels only; never a sentence. */
.eyebrow, .crumbs, .updated, .review-meta, .info-list .k, .field > label,
.field > .k, .site-footer h4, .foot-sub, .brand-sub, .timeline .yr,
.card--link .more, .callout .callout-t, .card .num, thead th,
.journey li::before, .steps li::before {
  font-family: var(--sans);
  font-size: var(--fs-micro);
  font-weight: var(--w-bold);
  line-height: 1.35;
  letter-spacing: var(--track);
}
.eyebrow {
  display: inline-block; text-transform: uppercase;
  color: var(--rose-text); margin-bottom: 1.1rem;
}
.eyebrow--rose { color: var(--rose-text); }

.container { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); position: relative; z-index: 2; }
.site-header .container { max-width: 1320px; }

/* the hairline is the structural motif of the whole design */
.rule { border: 0; height: 1px; background: var(--rule); margin: 3rem 0; }
.rule--brass { background: linear-gradient(90deg, var(--brass) 0%, var(--rule) 55%, transparent 100%); }
hr { border: 0; border-top: 1px solid var(--rule); margin: 3rem 0; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: var(--bone); padding: .9rem 1.3rem;
  font: var(--micro); letter-spacing: var(--track); text-transform: uppercase;
}
.skip-link:focus { left: 0; }

.icon { width: 19px; height: 19px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.icon-lg { width: 22px; height: 22px; }
.icon--fill { fill: currentColor; stroke: none; }

/* ---------------------------------------------------------------- motion */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }

/* The staggered entrance uses `backwards` fill, which holds elements at
   opacity 0 during their delay. That is only safe when the animation is
   guaranteed to run, so it is gated twice: on `prefers-reduced-motion` and on
   the `.js-loaded` class that the inline head script sets before first paint.
   With CSS but no JS — or with motion reduced — the hero renders fully visible
   and simply does not animate. Content availability never depends on motion. */
@media (prefers-reduced-motion: no-preference) {
  .js-loaded .hero-copy > * { animation: rise .95s cubic-bezier(.19,.86,.25,1) backwards; }
  .js-loaded .hero-copy > *:nth-child(1) { animation-delay: .05s; }
  .js-loaded .hero-copy > *:nth-child(2) { animation-delay: .16s; }
  .js-loaded .hero-copy > *:nth-child(3) { animation-delay: .27s; }
  .js-loaded .hero-copy > *:nth-child(4) { animation-delay: .38s; }
  .js-loaded .hero-copy > *:nth-child(5) { animation-delay: .49s; }
  .js-loaded .hero-copy > *:nth-child(6) { animation-delay: .60s; }
  .js-loaded .hero-copy > *:nth-child(7) { animation-delay: .71s; }
  .js-loaded .hero-art  { animation: rise 1.15s cubic-bezier(.19,.86,.25,1) .22s backwards; }
  .js-loaded .hero-mark { animation: draw 1.05s cubic-bezier(.19,.86,.25,1) .34s backwards; transform-origin: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}

/* ---------------------------------------------------------------- header */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.72);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--rule);
}
.bar { display: flex; align-items: center; gap: 14px; min-height: var(--hdr-h); }

.brand { display: flex; align-items: center; gap: 0; text-decoration: none; color: inherit; margin-inline-end: auto; }
.brand-name {
  display: block; font-family: var(--display); font-weight: 500;
  font-size: var(--fs-brand); line-height: 1.2; color: var(--ink); letter-spacing: -.018em;
  white-space: nowrap;
}
.brand-sub {
  display: block; font: var(--micro); letter-spacing: var(--track);
  text-transform: uppercase; color: var(--brass); margin-top: 4px;
  white-space: nowrap;
}
/* Between the nav breakpoint and a roomy desktop the header is crowded, so the
   brand lockup gives up a little size rather than wrapping onto two lines. */
@media (min-width: 1280px) and (max-width: 1339px) {
  .brand-name { font-size: var(--fs-brand-sm); }
  .brand-sub  { margin-top: 3px; }
}

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border: 1px solid var(--rule-2); border-radius: var(--r-sm);
  background: transparent; color: var(--ink); cursor: pointer;
  transition: all var(--ease);
}
.nav-toggle:hover { background: var(--linen); border-color: var(--brass); }
.header-cta { display: none; align-items: center; gap: 10px; }

.main-nav {
  display: none; position: absolute; inset-inline: 0; top: 100%;
  background: var(--bone-2); border-bottom: 1px solid var(--rule);
  box-shadow: var(--sh-2); padding: 6px var(--gut) 22px;
}
.main-nav.is-open { display: block; animation: fade .3s ease; }
.main-nav a {
  display: block; padding: 16px 2px; text-decoration: none; color: var(--ink-2);
  font-size: var(--fs-nav); border-bottom: 1px solid var(--rule);
}
.main-nav a:last-of-type { border-bottom: 0; }
.main-nav a[aria-current="page"] { color: var(--rose-text); }
.main-nav .btn { margin-top: 16px; width: 100%; }

@media (min-width: 1280px) {
  .nav-toggle { display: none; }
  .header-cta { display: flex; }
  .main-nav {
    display: flex; position: static; align-items: center; gap: 2px;
    background: none; border: 0; box-shadow: none; padding: 0;
  }
  /* Seven items plus a brand block and a CTA is a tight budget at 1100px, so
     the nav starts compact and only relaxes once there is room for it. */
  .main-nav a {
    border: 0; padding: 10px 9px; font-size: var(--fs-nav); font-weight: var(--w-medium);
    letter-spacing: .012em; position: relative; white-space: nowrap;
  }
  .main-nav a::after {
    content: ""; position: absolute; left: 10px; right: 10px; bottom: 3px;
    height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: right;
    transition: transform .34s cubic-bezier(.19,.86,.25,1);
  }
  .main-nav a:hover::after,
  .main-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
  .main-nav a[aria-current="page"] { color: var(--rose-text); }
  .main-nav .btn { display: none; }
}

@media (min-width: 1340px) {
  .main-nav a { padding: 10px 12px; }
  .main-nav a::after { left: 12px; right: 12px; }
}

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 26px; min-height: 48px;
  border: 1px solid transparent; border-radius: var(--r-sm);
  font-family: var(--sans); font-size: var(--fs-btn); font-weight: var(--w-bold);
  line-height: 1.2; letter-spacing: 0; text-transform: none;
  text-decoration: none; cursor: pointer; position: relative; overflow: hidden;
  transition: all var(--ease);
}
.btn { border-radius: var(--r-pill); }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn .icon { width: 17px; height: 17px; }

.btn--primary { background: var(--rose-cta); color: #fff; box-shadow: var(--sh-2); }
.btn--primary:hover { background: var(--rose-cta-h); color: #fff; box-shadow: var(--sh-3); }
.btn--accent { background: var(--rose-cta); color: #fff; box-shadow: var(--sh-2); }
.btn--accent:hover { background: var(--rose-cta-h); color: #fff; box-shadow: var(--sh-3); }
.btn--ghost { background: var(--bone-2); color: var(--rose-text); border-color: var(--rule-2); }
.btn--ghost:hover { border-color: var(--rose); color: var(--rose-cta-h); background: var(--blush); box-shadow: var(--sh-1); }
.btn--wa { background: var(--sage); color: #fff; box-shadow: var(--sh-2); }
.btn--wa:hover { background: #3B6558; color: #fff; box-shadow: var(--sh-3); }
.btn--sm { padding: 11px 18px; min-height: 44px; font-size: var(--fs-btn-sm); }
.btn--block { width: 100%; }

.icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto; width: 46px; min-width: 46px; height: 46px; border-radius: var(--r-pill);
  border: 1px solid var(--rule-2); background: var(--bone-2); color: var(--rose-text);
  text-decoration: none; transition: all var(--ease);
}
.icon-btn:hover { border-color: var(--rose); color: var(--rose-cta-h); background: var(--blush); transform: translateY(-2px); box-shadow: var(--sh-1); }
.icon-btn--wa { color: var(--sage); }
.icon-btn--wa:hover { color: var(--sage); }

.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ------------------------------------------------------------------ hero */
.hero {
  position: relative; overflow: hidden;
  background:
    var(--grain),
    radial-gradient(120% 90% at 88% 6%, var(--blush) 0%, transparent 58%),
    radial-gradient(90% 70% at 4% 96%, var(--linen) 0%, transparent 62%),
    var(--bone);
  border-bottom: 1px solid var(--rule);
}
.hero-inner { padding-block: 46px 52px; display: grid; gap: 44px; }
@media (min-width: 960px) {
  .hero-inner {
    grid-template-columns: 1.08fr .92fr; align-items: center;
    padding-block: 92px 96px; gap: 72px;
  }
}
.hero h1 { margin-bottom: .34em; }
/* The name carries the drama; the specialty is a quieter italic qualifier
   underneath it. Keeping both inside the h1 preserves the heading semantics. */
.hero h1 .accent {
  display: block; font-style: italic; color: var(--rose);
  font-size: .372em; line-height: 1.15; letter-spacing: .004em;
  margin-top: .58em;
}
.hero-lead {
  color: var(--ink-2); max-width: 42ch; margin-bottom: 1.6em;
  font-weight: 400;
}
.hero-mark { height: 1px; background: var(--brass); width: 84px; margin: 0 0 1.9rem; border: 0; }
.hero-note {
  display: flex; align-items: flex-start; gap: 10px;
  font: var(--micro); letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-3); margin-top: 2.4rem; line-height: 1.75;
}
.hero-note .icon { color: var(--brass); width: 16px; height: 16px; margin-top: -1px; flex: none; }
.hero-note a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--brass); }
.hero-note a:hover { color: var(--rose-text); }

/* the arched niche — the single most memorable element */
.portrait-frame {
  position: relative; aspect-ratio: 41 / 52;
  border-radius: 999px 999px var(--r-lg) var(--r-lg);
  overflow: hidden; background: var(--rose-tint);
  max-width: 390px; margin-inline: auto; width: 100%;
  box-shadow: var(--sh-2);
}
.portrait-frame::after {
  content: ""; position: absolute; inset: 11px;
  border: 1px solid rgba(247,243,236,.34);
  border-radius: 999px 999px var(--r) var(--r); pointer-events: none;
}
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; }
.portrait-fallback {
  position: absolute; inset: 0; display: grid; place-content: center; gap: 14px;
  text-align: center; padding: 30px;
  background: linear-gradient(163deg, var(--rose) 0%, #5C2937 74%, #43202B 100%);
  color: var(--bone);
}
.portrait-fallback .mono {
  font-family: var(--display); font-weight: 400; font-size: 4.6rem;
  line-height: 1; letter-spacing: .06em; color: var(--brass-3);
}
.portrait-fallback .cap {
  font: var(--micro); letter-spacing: var(--track); text-transform: uppercase;
  color: rgba(247,243,236,.68);
}
.portrait-fallback .mono + .cap { color: var(--bone); }
.portrait-frame:has(img) .portrait-fallback { display: none; }

/* --------------------------------------------------------- credential row */
.trust { background: var(--grain), var(--ink); color: var(--bone); }
.trust ul { list-style: none; margin: 0; padding: 0; display: grid; }
@media (min-width: 820px) { .trust ul { grid-template-columns: repeat(4, 1fr); } }
.trust li {
  margin: 0; padding: 26px 0; display: flex; gap: 14px; align-items: flex-start;
  font-size: var(--fs-copy); color: rgba(247,243,236,.88);
  border-bottom: 1px solid rgba(228,211,180,.14);
}
.trust li:last-child { border-bottom: 0; }
@media (min-width: 820px) {
  .trust li {
    padding: 34px 30px 34px 0; border-bottom: 0;
    border-inline-end: 1px solid rgba(228,211,180,.14);
  }
  .trust li:last-child { border-inline-end: 0; padding-inline-end: 0; }
  .trust li + li { padding-inline-start: 30px; }
}
.trust .icon { color: var(--brass-2); margin-top: 3px; }

/* -------------------------------------------------------------- sections */
/* fluid section rhythm from the spacing scale — no one-off margins */
.section { padding-block: var(--sp-section); }
.section--tint { background: var(--grain), var(--linen); border-block: 1px solid var(--rule); }
.section--paper { background: var(--grain), var(--bone-2); border-block: 1px solid var(--rule); }

.section-head { max-width: 60ch; margin-bottom: 44px; }
.section-head h2 { margin-top: 0; }
.section-head p { color: var(--ink-3); margin-bottom: 0; }

.prose { max-width: 68ch; }
.prose > :last-child { margin-bottom: 0; }
.prose h2 { padding-top: .55em; border-top: 1px solid var(--rule); }
.prose h2:first-child { border-top: 0; padding-top: 0; }

/* page header for interior pages */
.page-head {
  background:
    var(--grain),
    radial-gradient(110% 120% at 92% -10%, var(--blush) 0%, transparent 56%),
    var(--bone);
  border-bottom: 1px solid var(--rule);
  padding-block: 22px 56px;
}
@media (min-width: 960px) { .page-head { padding-block: 30px 76px; } }
.page-head h1 { max-width: 20ch; }
.page-head .lead {
  color: var(--ink-3); max-width: 58ch; margin-bottom: 0;
  font-weight: 400; padding-top: 1.4rem; border-top: 1px solid var(--rule);
  margin-top: 1.8rem;
}

/* breadcrumbs */
.crumbs { font: var(--micro); letter-spacing: .13em; text-transform: uppercase; color: var(--ink-3); margin-top: -12px; margin-bottom: 1.65rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; }
.crumbs li { margin: 0; display: flex; gap: 8px; align-items: center; }
.crumbs li + li::before { content: "—"; color: var(--rule-2); }
.crumbs a { color: var(--ink-3); text-decoration: none; display: inline-block; padding: 12px 0; }
.crumbs a:hover { color: var(--rose-text); }

/* ----------------------------------------------------------------- cards */
.grid { display: grid; gap: 20px; }
@media (min-width: 700px) { .grid--2 { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
@media (min-width: 980px) { .grid--3 { grid-template-columns: repeat(3, 1fr); gap: 24px; } }

/* Soft elevated cards on porcelain white, lifting gently on hover. */
.card {
  display: flex; flex-direction: column; gap: 12px;
  padding: 32px 28px;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-1);
  position: relative;
  transition: all var(--ease);
}
.card h3 { margin: 0; font-size: var(--fs-h3); transition: all var(--ease); }
.card p { margin: 0; }
.card .card-ico {
  width: 52px; height: 52px; display: grid; place-items: center;
  color: var(--rose-text); background: var(--blush);
  border: 1px solid var(--rose-tint); border-radius: var(--r-sm);
  margin-bottom: 6px; transition: all var(--ease);
}
.card .card-ico .icon { width: 24px; height: 24px; }
.card--link { text-decoration: none; color: inherit; }
.card--link:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-3);
  border-color: var(--rose-tint);
  color: inherit;
}
.card--link:hover h3 { color: var(--rose-text); }
.card--link:hover .card-ico { background: var(--rose-cta); border-color: var(--rose-cta); color: #fff; }
.card--link .more {
  margin-top: auto; padding-top: 18px;
  font: var(--micro); letter-spacing: var(--track); text-transform: uppercase;
  color: var(--rose-text); display: inline-flex; align-items: center; gap: 9px;
  transition: all var(--ease);
}
.card--link:hover .more { gap: 15px; color: var(--rose-cta-h); }
.card--link .more .icon { width: 15px; height: 15px; }

/* numbered index marker */
.card .num { color: var(--rose-text); margin-bottom: 2px; }

/* ------------------------------------------------------- answer + callout */
/* The single .answer rule. It was declared three times across the old
   override layers, each re-stating background, border and padding. */
.answer {
  position: relative; margin: 0 0 2.2em;
  background: var(--bone-2);
  border: 1px solid var(--rule);
  border-inline-start: 3px solid var(--rose-cta);
  border-radius: var(--r-lg);
  padding: 24px 26px;
  box-shadow: none;
}
@media (min-width: 720px) { .answer { padding-inline-start: 30px; } }
.answer p:last-child { margin-bottom: 0; }
.answer strong { font-weight: 500; color: var(--rose); }

.callout {
  border: 1px solid var(--rule-2); border-inline-start: 2px solid var(--brass);
  background: var(--bone-2); padding: 24px 26px; margin: 2.2em 0;
}
.callout > :last-child { margin-bottom: 0; }
.callout .callout-t {
  display: flex; gap: 11px; align-items: center;
  font: var(--micro); letter-spacing: var(--track); text-transform: uppercase;
  color: var(--brass); margin-bottom: 1em;
}
.callout--warn { border-inline-start-color: var(--rose); background: var(--blush); border-color: var(--rose-tint); }
.callout--warn .callout-t { color: var(--rose); }
.callout--calm { border-inline-start-color: var(--sage); background: var(--sage-2); border-color: #D3DDD1; }
.callout--calm .callout-t { color: var(--sage); }

/* ----------------------------------------------------------------- lists */
.checks { list-style: none; padding: 0; }
.checks li { display: flex; gap: 14px; align-items: flex-start; padding-block: 3px; }
.checks .icon { color: var(--brass); margin-top: 6px; width: 15px; height: 15px; }

.steps { list-style: none; counter-reset: s; padding: 0; }
/* The step number is absolute, not a flex item. As a flex row the <li> turned
   every inline child into its own column -- a link mid-sentence became a
   separate 169px track that could not wrap, tearing the sentence apart and
   overflowing the viewport at 360px. Normal flow keeps the text one paragraph.
   Type comes from the shared micro-label rule; nothing is re-declared here. */
.steps li {
  counter-increment: s; position: relative;
  padding-inline-start: 50px; margin-bottom: 20px;
}
.steps li::before {
  content: "0" counter(s);
  position: absolute; inset-inline-start: 0; top: 0;
  color: var(--brass); padding-top: 8px; min-width: 30px;
  border-top: 1px solid var(--brass);
}

.pill-list { display: flex; flex-wrap: wrap; gap: 0 10px; list-style: none; padding: 0; margin: 0 0 1.5em; }
.pill-list li { margin: 0; }
.pill {
  display: inline-block; padding: 9px 0; margin-inline-end: 14px;
  border-bottom: 1px solid var(--rule-2);
  color: var(--ink-2);
  transition: border-color .3s ease, color .3s ease;
}
.pill:hover { border-color: var(--brass); color: var(--rose); }

/* career timeline */
.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li {
  position: relative; margin: 0; padding: 26px 0 26px 0;
  border-top: 1px solid var(--rule);
  display: grid; gap: 4px;
}
@media (min-width: 640px) {
  .timeline li { grid-template-columns: 190px 1fr; column-gap: 34px; align-items: baseline; }
  .timeline .yr { grid-row: span 2; }
}
.timeline li:last-child { border-bottom: 1px solid var(--rule); }
.timeline .yr {
  font: var(--micro); letter-spacing: .16em; text-transform: uppercase; color: var(--brass);
}
.timeline .ttl { font-family: var(--sans); font-size: var(--fs-h4); font-weight: var(--w-bold); color: var(--ink); line-height: 1.4; }
.timeline .org { color: var(--ink-3); }

/* ------------------------------------------------------------------- faq */
.faq { border-top: 1px solid var(--rule); margin-top: 1.6em; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 40px 22px 0; position: relative;
  font-family: var(--sans); font-weight: var(--w-bold); font-size: var(--fs-h3); line-height: var(--lh-h3);
  color: var(--ink); transition: all var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after,
.faq summary::before {
  content: ""; position: absolute; inset-inline-end: 4px; top: 50%;
  background: var(--brass); transition: transform .38s cubic-bezier(.19,.86,.25,1), background-color .28s ease;
}
.faq summary::after  { width: 15px; height: 1px; margin-top: -1px; }
.faq summary::before { width: 15px; height: 1px; margin-top: -1px; transform: rotate(90deg); }
.faq details[open] summary::before { transform: rotate(0deg); }
.faq details[open] summary { color: var(--rose); }
.faq summary:hover { color: var(--rose-text); }
.faq summary:hover::after, .faq summary:hover::before { background: var(--rose-cta); }
.faq .faq-body { padding: 0 0 28px; color: var(--ink-3); max-width: 66ch; font-weight: 400; }
.faq .faq-body > :last-child { margin-bottom: 0; }

/* ----------------------------------------------------------------- table */
.table-wrap { overflow-x: auto; margin: 2em 0; }
table { border-collapse: collapse; width: 100%; min-width: 480px; font-size: var(--fs-sm); }
th, td { text-align: start; padding: 17px 20px 17px 0; border-bottom: 1px solid var(--rule); vertical-align: top; }
thead th {
  font: var(--micro); letter-spacing: var(--track); text-transform: uppercase;
  color: var(--brass); border-bottom-color: var(--rule-2); padding-block: 12px;
}
tbody th { font-weight: var(--w-bold); color: var(--ink); font-size: var(--fs-sm); }
tr:last-child td, tr:last-child th { border-bottom: 0; }

/* -------------------------------------------------------------- cta band */
.band { background: var(--grain), var(--ink); color: var(--bone); position: relative; overflow: hidden; }
.band::before {
  content: ""; position: absolute; inset-block: 0; inset-inline-start: 50%;
  width: 1px; background: rgba(228,211,180,.12);
}
.band .container { padding-block: 70px; }
@media (min-width: 960px) { .band .container { padding-block: 104px; } }
.band h2 {
  color: var(--bone); margin-top: 0; max-width: 17ch;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
}
.band h2 em { color: var(--brass-2); }
.band p { color: rgba(247,243,236,.66); max-width: 52ch; font-weight: 400; }
.band a:not(.btn) { color: var(--brass-2); }
.band .cta-row { margin-top: 2.4rem; }
.band .btn--accent { background: var(--bone); color: var(--ink); }
.band .btn--accent:hover { background: var(--brass-2); color: var(--ink); }
.band .btn--ghost { background: transparent; color: var(--bone); border-color: rgba(228,211,180,.3); }
.band .btn--ghost:hover { background: transparent; border-color: var(--brass-2); color: var(--brass-2); }

/* -------------------------------------------------- homepage about split */
.about-split { display: grid; gap: 40px; align-items: center; }
@media (min-width: 900px) {
  .about-split { grid-template-columns: .82fr 1.18fr; gap: 68px; }
}
.about-split h2 { margin-top: 0; }
.about-split .checks { margin: 1.8em 0 2em; }
.about-split .btn { margin-top: .4em; }
/* second portrait crop: a softer, squarer niche so the two photographs read as
   a pair rather than a repeat */
.portrait-frame--soft {
  aspect-ratio: 4 / 5; border-radius: 200px 200px var(--r-lg) var(--r-lg); max-width: 340px;
  background: var(--blush); box-shadow: var(--sh-1);
}
.portrait-frame--soft::after { border-radius: 200px 200px var(--r) var(--r); border-color: rgba(124,59,75,.16); }
/* Until the photographs land, this second niche stays light — two identical
   solid rosewood blocks on one page would read as an error, not a design. */
.portrait-frame--soft .portrait-fallback {
  background: linear-gradient(168deg, var(--blush) 0%, var(--rose-tint) 100%);
  border: 1px solid rgba(124,59,75,.14);
}
.portrait-frame--soft .portrait-fallback .mono { font-size: 3.4rem; color: var(--rose); }
.portrait-frame--soft .portrait-fallback .cap { color: var(--ink-2); }
.portrait-frame--soft .portrait-fallback .mono + .cap { color: var(--ink); }

/* ------------------------------------------------- homepage location block */
.locate { display: grid; gap: 34px; align-items: start; }
@media (min-width: 860px) { .locate { grid-template-columns: 1.25fr .75fr; gap: 56px; } }
.locate-actions { display: grid; gap: 12px; }
.locate .info-list li:first-child { border-top: 1px solid var(--rule-2); }

/* --------------------------------------------------------------- contact */
.contact-grid { display: grid; gap: 44px; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1.06fr .94fr; gap: 68px; align-items: start; } }

.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 24px 0; border-bottom: 1px solid var(--rule); margin: 0;
}
.info-list li:first-child { border-top: 1px solid var(--rule); }
.info-list .icon { color: var(--brass); margin-top: 5px; }
.info-list .k {
  display: block; font: var(--micro); letter-spacing: var(--track);
  text-transform: uppercase; color: var(--ink-3); margin-bottom: 7px;
}
.info-list .v { display: block; font-size: var(--fs-h4); font-weight: var(--w-bold); color: var(--ink); line-height: 1.4; }
.info-list a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--brass); }
.info-list a:hover { color: var(--rose); }

/* ------------------------------------------------------------------ form */
.form { display: grid; gap: 26px; }
.field { display: grid; gap: 8px; }
.field > label,
.field > .k {
  font: var(--micro); letter-spacing: var(--track); text-transform: uppercase; color: var(--ink-3);
}
.field .hint { color: var(--ink-3); }
.field input, .field select, .field textarea {
  font-family: var(--sans); font-size: var(--fs-copy); font-weight: var(--w-text); color: var(--ink);
  background: transparent; border: 0; border-bottom: 1px solid var(--rule-2);
  border-radius: 0; padding: 12px 2px; width: 100%; min-height: 48px;
  transition: all var(--ease);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%235C6B7D' stroke-width='1.4'%3E%3Cpath d='M1 1.5 6 6.5l5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 4px center;
  padding-inline-end: 28px;
}
.field textarea { min-height: 116px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-bottom-color: var(--rose); border-bottom-width: 2px; padding-bottom: 11px;
}
.field input::placeholder, .field textarea::placeholder { color: var(--ink-3); opacity: .55; }
.field .err-msg { display: none; font-size: var(--fs-sm); color: var(--rose-text); }
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea { border-bottom-color: var(--rose); border-bottom-width: 2px; }
.field.is-invalid .err-msg { display: block; }
.field-row { display: grid; gap: 26px; }
@media (min-width: 640px) { .field-row { grid-template-columns: 1fr 1fr; } }

.slots { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 4px; }
.slot {
  font: 400 .82rem/1 var(--sans); letter-spacing: .06em; cursor: pointer;
  padding: 13px 17px; min-height: 46px; border-radius: var(--r-sm);
  border: 1px solid var(--rule-2); background: transparent; color: var(--ink-2);
  transition: all var(--ease);
}
.slot:hover { border-color: var(--brass); color: var(--rose); }
.slot[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: var(--bone); }

.preview {
  background: var(--bone-2); border: 1px solid var(--rule);
  padding: 20px 22px; color: var(--ink-2);
  white-space: pre-wrap; word-break: break-word; line-height: 1.7;
}
.form-done {
  display: none; background: var(--sage-2); border-inline-start: 2px solid var(--sage);
  padding: 22px 24px; color: var(--ink-2);
}
.form-done.is-on { display: block; animation: rise .5s ease; }

/* ---------------------------------------------------------------- footer */
.site-footer { background: var(--grain), var(--ink); color: rgba(247,243,236,.7); margin-top: auto; }
.site-footer .container { padding-block: 68px 34px; }
.foot-grid { display: grid; gap: 44px; }
@media (min-width: 860px) { .foot-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 56px; } }
.site-footer h4 {
  color: var(--brass-2); font: var(--micro); letter-spacing: var(--track);
  text-transform: uppercase; margin-bottom: 1.9em;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: .85em; }
.site-footer a { color: rgba(247,243,236,.82); text-decoration: none; transition: all var(--ease); }
.site-footer a:hover { color: var(--bone); }
.foot-name { font-family: var(--display); font-size: var(--fs-h2-min); color: var(--bone); margin-bottom: .1em; font-weight: var(--w-display); }
.foot-sub { font: var(--micro); letter-spacing: var(--track); text-transform: uppercase; color: var(--brass-2); margin-bottom: 2em; }
.foot-nap { line-height: 1.9; font-style: normal; }
.foot-cta-note { color: rgba(247,243,236,.75); margin-bottom: 1.4em; }
.site-footer .btn--ghost { color: var(--bone); border-color: rgba(228,211,180,.28); }
.site-footer .btn--ghost:hover { color: var(--brass-2); border-color: var(--brass-2); background: transparent; }
.site-footer .btn--accent { background: var(--brass-2); color: var(--ink); }
.site-footer .btn--accent:hover { background: var(--bone); color: var(--ink); }
.foot-nap a { border-bottom: 1px solid rgba(228,211,180,.3); }
.foot-social { display: flex; gap: 12px; margin-top: 26px; }
.foot-social a {
  display: grid; place-items: center; width: 44px; height: 44px; border-radius: var(--r-sm);
  border: 1px solid rgba(228,211,180,.24); color: var(--bone);
  transition: border-color .25s ease, color .25s ease;
}
.foot-social a:hover { border-color: var(--brass-2); color: var(--brass-2); }
.disclaimer {
  border-top: 1px solid rgba(228,211,180,.14); margin-top: 52px; padding-top: 28px;
  color: rgba(247,243,236,.72); line-height: 1.8;
}
.disclaimer p { margin-bottom: .7em; }
.disclaimer p:last-child { margin-bottom: 0; }
.disclaimer strong { color: var(--brass-2); font-weight: 400; }

/* copyright left, studio credit right — stacks on narrow screens */
.foot-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between;
  align-items: baseline; gap: .4em 2rem; margin-top: 1.4em;
}
.foot-bottom p { margin-bottom: 0; }
.credit { font: var(--micro); letter-spacing: .13em; text-transform: uppercase; }
.credit a {
  color: var(--brass-2); text-decoration: none;
  border-bottom: 1px solid rgba(228,211,180,.32);
  transition: all var(--ease);
}
.credit a:hover { color: var(--bone); border-bottom-color: var(--bone); }

.updated {
  font: var(--micro); letter-spacing: .13em; text-transform: uppercase; color: var(--ink-3);
  margin-top: 3.4em; padding-top: 1.5em; border-top: 1px solid var(--rule);
}
.updated a { color: var(--ink-3); }

/* ----------------------------------------------------------- mobile bar */
.mbar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 70;
  display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 0;
  background: var(--bone-2); border-top: 1px solid var(--rule-2);
  padding-bottom: env(safe-area-inset-bottom);
}
.mbar .btn {
  border-radius: 0; border: 0; border-inline-end: 1px solid var(--rule);
  min-height: 60px; padding: 10px 6px; font-size: var(--fs-btn-sm); letter-spacing: 0;
  background: transparent; color: var(--ink); flex-direction: column; gap: 5px;
}
.mbar .btn .icon { width: 18px; height: 18px; }
.mbar .btn--wa { color: var(--sage); background: transparent; }
.mbar .btn--primary { background: var(--ink); color: var(--bone); border-inline-end: 0; }
.mbar .btn--primary:hover { background: var(--rose-cta-h); }
body { padding-bottom: 61px; }
@media (min-width: 1280px) { .mbar { display: none; } body { padding-bottom: 0; } }

/* ----------------------------------------------------------------- utils */
.center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.lead { color: var(--ink-2); }

.muted { color: var(--ink-3); }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.stack > * + * { margin-top: 1rem; }
.divider-top { border-top: 1px solid var(--rule); padding-top: 2.6rem; margin-top: 3.4rem; }

/* related links — an index, not buttons */
.related { display: grid; gap: 0; }
@media (min-width: 700px) { .related { grid-template-columns: 1fr 1fr; column-gap: 34px; } }
.related a {
  display: flex; gap: 14px; align-items: center; justify-content: space-between;
  padding: 19px 0; border-bottom: 1px solid var(--rule);
  text-decoration: none; color: var(--ink); font-size: var(--fs-copy); font-weight: var(--w-text);
  transition: all var(--ease);
}
.related a:hover { color: var(--rose-text); padding-inline-start: 8px; }
.related .icon { color: var(--brass); width: 16px; height: 16px; }

@media print {
  body::before, .site-header, .mbar, .band, .foot-social { display: none; }
  body { padding-bottom: 0; background: #fff; }
}

/* ==========================================================================
   SOFT UI LAYER
   Overrides that carry the editorial base into the soft rose system: no sharp
   edges, diffused rose-tinted depth, one easing curve. Kept as a labelled
   layer at the end so the whole aesthetic is reviewable in one place.
   ========================================================================== */

/* --- credential strip: light card row rather than a hard dark bar --------- */
.trust { background: var(--blush); border-block: 1px solid var(--rule); }
.trust ul { padding-block: 26px; gap: 16px; }
@media (min-width: 820px) { .trust ul { gap: 20px; padding-block: 32px; } }
.trust li {
  color: var(--ink-2); font-weight: 400; border: 1px solid var(--rule);
  border-radius: var(--r-sm); background: var(--bone-2);
  padding: 18px 20px; box-shadow: var(--sh-1);
  transition: all var(--ease);
}
.trust li:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--rose-tint); }
@media (min-width: 820px) {
  .trust li { padding: 20px 22px; border-inline-end: 1px solid var(--rule); }
  .trust li:last-child { border-inline-end: 1px solid var(--rule); padding-inline-end: 22px; }
  .trust li + li { padding-inline-start: 22px; }
}
.trust .icon { color: var(--rose-text); }

/* --- CTA band: deep rose, the strongest action surface on the site -------- */
.band { background: linear-gradient(135deg, var(--rose-cta) 0%, #9E4661 100%); color: #fff; }
.band::before { display: none; }
.band h2 { color: #fff; }
.band h2 em { color: var(--rose-soft); }
.band p { color: #fff; }
.band a:not(.btn) { color: #fff; }
.band .btn--accent { background: #fff; color: var(--rose-text); box-shadow: var(--sh-2); }
.band .btn--accent:hover { background: var(--blush); color: var(--rose-cta-h); }
.band .btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
/* Darken on hover, never lighten: a 14% white wash over the rose band lifted
   the ground enough to drop white button text to 3.68:1. Darkening takes it to
   6.02:1 -- better than the resting state. */
.band .btn--ghost:hover { background: rgba(0,0,0,.14); color: #fff; border-color: #fff; }

/* --- answer block: soft blush panel --------------------------------------- */

/* --- callouts ------------------------------------------------------------- */
.callout { border-radius: var(--r-lg); border-inline-start-width: 4px; box-shadow: var(--sh-1); }
.callout .callout-t { color: var(--rose-text); }
.callout--warn { border-color: var(--rose-tint); border-inline-start-color: var(--rose-cta); background: var(--blush); }
.callout--warn .callout-t { color: var(--rose-text); }
.callout--calm { border-color: #CFE5DE; border-inline-start-color: var(--sage); background: var(--sage-2); }
.callout--calm .callout-t { color: var(--sage); }

/* --- FAQ: each question is its own soft card ------------------------------ */
.faq { border-top: 0; display: grid; gap: 14px; }
.faq details {
  background: var(--bone-2); border: 1px solid var(--rule);
  border-radius: var(--r-lg); box-shadow: var(--sh-1);
  padding: 4px 24px; transition: all var(--ease);
}
.faq details:hover { border-color: var(--rose-tint); box-shadow: var(--sh-2); }
.faq details[open] { border-color: var(--rose-tint); box-shadow: var(--sh-2); }
.faq summary::after, .faq summary::before { background: var(--rose-cta); inset-inline-end: 0; }
.faq details[open] summary { color: var(--rose-text); }
.faq .faq-body { padding-bottom: 22px; }

/* --- info list ------------------------------------------------------------ */
.info-list li { border-bottom-color: var(--rule); }
.info-list li:first-child { border-top-color: var(--rule); }
.info-list .icon { color: var(--rose-text); }
.info-list a { border-bottom-color: var(--rose); }
.info-list a:hover { color: var(--rose-text); }

/* --- forms: rounded fields, not underlines -------------------------------- */
.field input, .field select, .field textarea {
  background: var(--bone-2);
  border: 1px solid var(--rule-2);
  border-radius: var(--r-sm);
  padding: 14px 16px;
  transition: all var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--rose); border-width: 1px; padding: 14px 16px;
  box-shadow: 0 0 0 4px rgba(216,130,157,.16);
}
.field.is-invalid input, .field.is-invalid select, .field.is-invalid textarea {
  border-color: var(--rose-cta); border-width: 1px;
  box-shadow: 0 0 0 4px rgba(180,85,112,.14);
}
.field select { background-position: right 14px center; padding-inline-end: 38px; }
.slot { border-radius: var(--r-pill); }
.slot:hover { border-color: var(--rose); color: var(--rose-text); background: var(--blush); }
.slot[aria-pressed="true"] { background: var(--rose-cta); border-color: var(--rose-cta); color: #fff; }
.preview { border-radius: var(--r-sm); background: var(--blush); border-color: var(--rose-tint); }
.form-done { border-radius: var(--r-lg); border: 1px solid #CFE5DE; border-inline-start: 4px solid var(--sage); }

/* --- related links -------------------------------------------------------- */
.related { gap: 14px; }
.related a {
  background: var(--bone-2); border: 1px solid var(--rule);
  border-radius: var(--r-sm); padding: 18px 20px;
  box-shadow: var(--sh-1);
}
.related a:hover {
  border-color: var(--rose-tint); background: var(--blush);
  color: var(--rose-text); padding-inline-start: 20px; transform: translateY(-3px);
  box-shadow: var(--sh-2);
}
.related .icon { color: var(--rose-text); }

/* --- footer --------------------------------------------------------------- */
.site-footer { background: var(--ink); }
.site-footer h4 { color: var(--rose-soft); }
.site-footer a:hover { color: #fff; }
.foot-name { color: #fff; }
.foot-sub { color: var(--rose-soft); }
.foot-social a { border-radius: var(--r-sm); border-color: rgba(255,255,255,.22); }
.foot-social a:hover { border-color: var(--rose-soft); color: var(--rose-soft); background: rgba(255,255,255,.06); }
.site-footer .btn--accent { background: var(--rose-soft); color: var(--ink); }
.site-footer .btn--accent:hover { background: #fff; color: var(--ink); }
.disclaimer strong { color: var(--rose-soft); }
.credit a { color: var(--rose-soft); border-bottom-color: rgba(232,165,184,.4); }
.credit a:hover { color: #fff; border-bottom-color: #fff; }

/* --- header + mobile bar -------------------------------------------------- */
.nav-toggle { border-radius: var(--r-sm); border-color: var(--rule-2); color: var(--rose-text); }
.nav-toggle:hover { background: var(--blush); border-color: var(--rose); }
.main-nav { border-radius: 0 0 var(--r-lg) var(--r-lg); }
.main-nav a[aria-current="page"] { color: var(--rose-text); }
@media (min-width: 1280px) {
  .main-nav a::after { background: var(--rose-cta); }
  .main-nav a:hover { color: var(--rose-text); }
}
.mbar {
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-top: 1px solid var(--rule);
}
.mbar .btn { border-radius: 0; box-shadow: none; }
.mbar .btn:hover { transform: none; }
.mbar .btn--ghost { background: transparent; border-inline-end: 1px solid var(--rule); }
.mbar .btn--wa { background: transparent; color: var(--sage); border-inline-end: 1px solid var(--rule); }
.mbar .btn--primary { background: var(--rose-cta); color: #fff; }

/* --- portrait niche ------------------------------------------------------- */
.portrait-frame { box-shadow: var(--sh-3); background: var(--rose-tint); }
.portrait-fallback { background: linear-gradient(160deg, #9E4661 0%, #7C3B4B 55%, #43202B 100%); }
.portrait-fallback .mono { color: #fff; }
.portrait-fallback .cap { color: rgba(255,255,255,.86); }
.portrait-fallback .mono + .cap { color: #fff; }
.portrait-frame--soft { background: var(--blush); }
.portrait-frame--soft .portrait-fallback {
  background: linear-gradient(168deg, var(--blush) 0%, var(--rose-tint) 100%);
  border: 1px solid var(--rose-tint);
}
.portrait-frame--soft .portrait-fallback .mono { color: var(--rose-text); }
.portrait-frame--soft .portrait-fallback .cap { color: var(--ink-2); }

/* --- misc ----------------------------------------------------------------- */
li::marker { color: var(--rose); }
a { color: var(--rose-text); }
a:hover { color: var(--rose-cta-h); }
.checks .icon { color: var(--rose-text); }
.steps li::before { color: var(--rose-text); border-top-color: var(--rose); }
.pill { border-radius: var(--r-pill); border: 1px solid var(--rule-2); background: var(--bone-2); padding: 9px 18px; margin: 0; }
.pill:hover { border-color: var(--rose); color: var(--rose-text); background: var(--blush); }
.pill-list { gap: 10px; }
.timeline .yr { color: var(--rose-text); }
.timeline li { border-top-color: var(--rule); }
.timeline li:last-child { border-bottom-color: var(--rule); }
.section--tint { background: var(--linen); }
.section--paper { background: var(--bone-2); }
.hero { background: linear-gradient(168deg, var(--blush) 0%, var(--bone) 55%, var(--linen) 100%); }
.page-head { background: linear-gradient(168deg, var(--blush) 0%, var(--bone) 100%); }
.hero-mark { background: var(--rose); }
.hero-note .icon { color: var(--rose-text); }
.hero h1 .accent { color: var(--rose-text); }
.skip-link { background: var(--rose-cta); }
thead th { color: var(--rose-text); }
.table-wrap { border: 1px solid var(--rule); border-radius: var(--r-lg); background: var(--bone-2); padding: 4px 20px; box-shadow: var(--sh-1); }

/* --- testimonials --------------------------------------------------------- */
.reviews { display: grid; gap: 20px; }
@media (min-width: 760px) { .reviews { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .reviews { grid-template-columns: repeat(3, 1fr); } }
.review {
  background: var(--bone-2); border: 1px solid var(--rule);
  border-radius: var(--r-lg); padding: 28px; box-shadow: var(--sh-1);
  display: flex; flex-direction: column; gap: 14px;
  transition: all var(--ease);
}
.review:hover { transform: translateY(-4px); box-shadow: var(--sh-2); border-color: var(--rose-tint); }
.review-quote { font-family: var(--display); font-size: var(--fs-lead); line-height: var(--lh-copy); color: var(--ink); margin: 0; }
.review-meta { margin-top: auto; text-transform: uppercase; color: var(--ink-3); }
.review-mark { width: 38px; height: 38px; border-radius: var(--r-sm); background: var(--blush); color: var(--rose-text); display: grid; place-items: center; }
.reviews-empty {
  background: var(--blush); border: 1px dashed var(--rose-tint);
  border-radius: var(--r-lg); padding: 34px 30px; color: var(--ink-3);
}
.reviews-empty p:last-child { margin-bottom: 0; }

/* ==========================================================================
   RESTRAINT LAYER
   Pulls the soft-UI pass back toward clinical authority: rose becomes an
   accent rather than a surface, glass is limited to the sticky header, and
   motion stops announcing itself. Loaded last so it wins.
   ========================================================================== */

/* --- large surfaces go neutral -------------------------------------------- */
.hero {
  background:
    var(--grain),
    radial-gradient(90% 70% at 92% 0%, var(--blush) 0%, transparent 55%),
    var(--bone);
}
.page-head {
  background:
    var(--grain),
    radial-gradient(80% 90% at 95% -10%, var(--blush) 0%, transparent 52%),
    var(--bone);
}
.section--tint { background: var(--grain), var(--linen); }
.section--paper { background: var(--grain), var(--bone-2); }

/* trust strip: neutral ground, white cards, rose only on the icon */
.trust { background: var(--grain), var(--linen); }
.trust li { background: var(--bone-2); border-radius: var(--r); box-shadow: var(--sh-1); }
.trust li:hover { transform: none; box-shadow: var(--sh-2); border-color: var(--rule-2); }

/* --- cards: quieter, less lift -------------------------------------------- */
.card { border-radius: var(--r-lg); }
.card--link:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: var(--rule-2); }
.card .card-ico {
  background: var(--blush); border-color: var(--rose-tint);
  border-radius: var(--r); width: 46px; height: 46px;
}
.card .card-ico .icon { width: 21px; height: 21px; }
.card--link:hover .card-ico { background: var(--rose-cta); border-color: var(--rose-cta); color: #fff; }

/* --- answer + callouts: hairline accent, neutral ground ------------------- */
.callout { border-radius: var(--r-lg); border-inline-start-width: 3px; box-shadow: none; background: var(--bone-2); }
.callout--warn { background: var(--blush); border-color: var(--rose-tint); }
.callout--calm { background: var(--sage-2); border-color: #D6E6E0; }

/* --- FAQ: flatter cards --------------------------------------------------- */
.faq details { border-radius: var(--r-lg); box-shadow: none; }
.faq details:hover { border-color: var(--rule-2); box-shadow: var(--sh-1); }
.faq details[open] { border-color: var(--rule-2); box-shadow: var(--sh-1); }

/* --- buttons: keep the pill only for the primary action ------------------- */
.btn { border-radius: var(--r); box-shadow: none; }
.btn:hover { transform: none; }
.btn--primary, .btn--accent { box-shadow: var(--sh-1); }
.btn--primary:hover, .btn--accent:hover { box-shadow: var(--sh-2); }
.btn--wa { box-shadow: var(--sh-1); }
.btn--wa:hover { box-shadow: var(--sh-2); }
.icon-btn { border-radius: var(--r); }
.icon-btn:hover { transform: none; box-shadow: none; background: var(--linen); }
.slot { border-radius: var(--r); }

/* --- glass: sticky header only -------------------------------------------- */
.site-header { background: rgba(250,249,248,.82); }
.mbar {
  background: var(--bone-2);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-top: 1px solid var(--rule-2);
}

/* --- related links + forms ------------------------------------------------ */
.related a { border-radius: var(--r); box-shadow: none; }
.related a:hover { transform: none; box-shadow: var(--sh-1); background: var(--linen); border-color: var(--rule-2); }
.field input, .field select, .field textarea { border-radius: var(--r); }
.field input:focus, .field select:focus, .field textarea:focus {
  box-shadow: 0 0 0 3px rgba(180,85,112,.12);
}
.preview { border-radius: var(--r); background: var(--linen); border-color: var(--rule); }
.form-done { border-radius: var(--r-lg); }
.table-wrap { border-radius: var(--r-lg); box-shadow: none; }
.pill { border-radius: var(--r); }

/* --- portrait: less shadow, arch kept ------------------------------------- */
.portrait-frame { box-shadow: var(--sh-2); }
.portrait-frame--soft { box-shadow: var(--sh-1); }

/* --- reviews -------------------------------------------------------------- */
.review { border-radius: var(--r-lg); box-shadow: none; }
.review:hover { transform: none; box-shadow: var(--sh-1); border-color: var(--rule-2); }
.reviews-empty { border-radius: var(--r-lg); background: var(--linen); border-color: var(--rule-2); }
.review-mark { border-radius: var(--r); }

/* --- CTA band: keep the rose, it is the one place it should dominate ------ */
.band { background: linear-gradient(135deg, var(--rose-cta) 0%, #9E4661 100%); }

/* --- nav + misc ----------------------------------------------------------- */
.main-nav { border-radius: 0 0 var(--r-lg) var(--r-lg); }
.nav-toggle { border-radius: var(--r); }
.foot-social a { border-radius: var(--r); }
.trust .icon, .checks .icon, .info-list .icon, .hero-note .icon { color: var(--rose-text); }

/* ==========================================================================
   PATIENT-FIRST PROBLEM NAVIGATION  ("Sizi nə narahat edir?")
   Patients arrive with a symptom, not a service name. These map plain-language
   concerns onto existing verified pages — no new services are implied.
   ========================================================================== */
.problems { display: grid; gap: 12px; }
@media (min-width: 620px) { .problems { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .problems { grid-template-columns: repeat(3, 1fr); } }

.problem {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 20px; text-decoration: none;
  background: var(--bone-2); border: 1px solid var(--rule);
  border-radius: var(--r); color: var(--ink);
  transition: all var(--ease);
}
.problem:hover {
  border-color: var(--rose-tint); background: var(--blush);
  color: var(--rose-text); box-shadow: var(--sh-1);
}
.problem .icon { color: var(--rose-text); flex: none; width: 18px; height: 18px; }
.problem .problem-go { margin-inline-start: auto; color: var(--rule-2); transition: all var(--ease); }
.problem:hover .problem-go { color: var(--rose-text); transform: translateX(3px); }

/* ==========================================================================
   APPOINTMENT JOURNEY  (numbered, four steps)
   ========================================================================== */
.journey { display: grid; gap: 0; counter-reset: j; list-style: none; padding: 0; margin: 0; }
@media (min-width: 760px) { .journey { grid-template-columns: repeat(4, 1fr); } }
.journey li {
  counter-increment: j; margin: 0; padding: 26px 24px 26px 0;
  border-top: 2px solid var(--rule-2); position: relative;
}
@media (min-width: 760px) { .journey li { padding-inline-end: 28px; } }
.journey li::before {
  content: "0" counter(j);
  display: block;
  color: var(--rose-text); margin-bottom: 14px;
}
.journey h3 { margin: 0 0 8px; }
.journey p { margin: 0; color: var(--ink-3); }



/* ==========================================================================
   SURGICAL EXPERIENCE SECTION
   ========================================================================== */
.surgery { display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .surgery { grid-template-columns: 1.05fr .95fr; gap: 56px; } }
.surgery-art {
  border-radius: var(--r-lg); overflow: hidden;
  background: var(--linen); box-shadow: var(--sh-2);
  aspect-ratio: 3 / 4;
}
.surgery-art img { width: 100%; height: 100%; object-fit: cover; }
.surgery-art .surgery-fallback {
  width: 100%; height: 100%; display: grid; place-content: center; gap: 10px;
  text-align: center; padding: 30px;
  background: linear-gradient(150deg, var(--linen) 0%, var(--blush) 100%);
  color: var(--ink-3);
}
.surgery-fallback .icon { width: 32px; height: 32px; color: var(--rose-text); margin: 0 auto; }
.surgery-fallback span { text-transform: uppercase; font-size: var(--fs-micro); font-weight: var(--w-bold); letter-spacing: var(--track); }
.surgery h2 { margin-top: 0; }

/* The surgery photograph is now a 900x1200 portrait, so the art column is the
   narrower of the two and is capped well below the native width — the image is
   always drawn down, never up. (The previous 422x377 original forced a 1.57x
   upscale; that constraint is gone.) */
@media (min-width: 900px) {
  .surgery { grid-template-columns: .8fr 1.2fr; gap: 48px; }
}
.surgery-art { max-width: 400px; width: 100%; margin-inline: auto; }

/* In-prose photograph. Capped well below the native width so it never upscales,
   and centred so a tall portrait does not overwhelm the reading column. */
.figure {
  margin: 32px auto; max-width: 380px;
  border-radius: var(--r-lg); overflow: hidden;
  background: var(--linen); box-shadow: var(--sh-2);
}
.figure img { display: block; width: 100%; height: auto; }


/* The hero previously ran two solid CTAs in different hues (rose + green)
   plus a ghost, so nothing led. One solid primary, the rest ghost. The
   WhatsApp ghost keeps a green glyph for recognition without competing. */
.hero .cta-row .btn--ghost .icon { color: var(--sage); }
.hero .cta-row .btn--ghost:hover .icon { color: var(--sage); }

/* ---- contrast corrections found by DOM audit --------------------------- */
/* .accent was rose-as-FILL used as TEXT: 4.46:1 at 18.6px. */
.hero h1 .accent { color: var(--rose-text); }

/* Skip link ran --bone on rose (4.46:1); pure white clears AA at 4.69:1. */
.skip-link { color: #fff; }

/* .main-nav a (0,1,1) out-specifies .btn--primary (0,1,0), so the mobile
   menu CTA was rendering --ink-2 on rose at 1.6:1. Same trap as the earlier
   font-weight bug — scope the fix to the same specificity. */
.main-nav a.btn--primary,
.main-nav a.btn--primary:hover { color: #fff; }

/* ---- tap targets ------------------------------------------------------- */
/* WCAG 2.5.5. The inline tel/link exception covers links inside prose, but
   footer navigation links are standalone controls and were 20px tall. */
.site-footer ul a { display: block; padding: 12px 0; }
.site-footer li { margin-bottom: 0; }
.brand { min-height: 44px; }
.skip-link { padding: 14px 20px; }
.skip-link { min-height: 44px; display: inline-flex; align-items: center; }
/* tel: link is a primary contact action — give it a real target even though
   the WCAG inline-link exception would excuse it */
.info-list .v a { display: inline-block; padding: 10px 0; }
