/* =========================================================
   Dr. Əzizə Şıxvəliyeva — pediatr
   ========================================================= */

/* ---------- 1. Tokens ---------- */
:root {
  --cream: #FFFBF9;
  --cream-2: #FDF5F2;
  --blush: #FAEDEF;
  --sand: #F7EFE8;
  --white: #FFFFFF;

  --ink: #2B1A26;
  --ink-2: #6A5765;
  --ink-3: #9C8894;

  --plum: #6B2F52;
  --plum-d: #47203A;
  --plum-l: #8A4770;

  --rose: #C6567A;
  --rose-l: #E7A2B6;
  --rose-w: #FBE5EB;

  --sage: #6D8E7C;
  --sage-w: #E7F0EA;

  --gold: #BE8A4C;

  --line: rgba(43, 26, 38, .11);
  --line-2: rgba(43, 26, 38, .06);

  --r-xs: 10px;
  --r-sm: 16px;
  --r-md: 24px;
  --r-lg: 32px;
  --r-xl: 42px;
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(71, 32, 58, .05), 0 4px 14px rgba(71, 32, 58, .05);
  --sh-2: 0 2px 6px rgba(71, 32, 58, .06), 0 14px 34px rgba(71, 32, 58, .08);
  --sh-3: 0 6px 16px rgba(71, 32, 58, .08), 0 28px 70px rgba(71, 32, 58, .14);

  --shell: 1220px;
  --gutter: clamp(18px, 4.2vw, 48px);

  --f-display: "Fraunces", "Iowan Old Style", Georgia, serif;
  --f-body: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;

  --ease: cubic-bezier(.22, .68, .36, 1);
  --hdr-h: 74px;
}

/* ---------- 2. Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--hdr-h) + 20px);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: clamp(15.5px, .35vw + 15px, 17px);
  line-height: 1.68;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(60rem 40rem at 88% -10%, rgba(231, 162, 182, .22), transparent 62%),
    radial-gradient(52rem 34rem at -8% 8%, rgba(231, 240, 234, .85), transparent 60%),
    radial-gradient(44rem 34rem at 50% 108%, rgba(250, 237, 239, .9), transparent 66%);
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.015em;
  margin: 0;
  color: var(--ink);
  text-wrap: balance;
}

p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }

a { color: inherit; text-decoration: none; }

button { font: inherit; color: inherit; border: 0; background: none; cursor: pointer; }
input, textarea, select { font: inherit; color: inherit; }

:focus-visible {
  outline: 2.5px solid var(--rose);
  outline-offset: 3px;
  border-radius: 6px;
}

::selection { background: var(--rose-w); color: var(--plum-d); }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 50%;
  top: 8px;
  transform: translate(-50%, -160%);
  z-index: 200;
  background: var(--plum);
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--r-pill);
  font-size: .9rem;
  font-weight: 600;
  transition: transform .2s var(--ease);
}
.skip-link:focus { transform: translate(-50%, 0); }

main:focus { outline: none; }

/* ---------- 3. Layout ---------- */
.shell {
  width: 100%;
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.section { padding-block: clamp(56px, 7vw, 104px); }
.section--tight { padding-block: clamp(40px, 5vw, 76px); }

.section--blush {
  position: relative;
  background: linear-gradient(180deg, rgba(250, 237, 239, 0) 0%, rgba(250, 237, 239, .72) 12%, rgba(250, 237, 239, .72) 88%, rgba(250, 237, 239, 0) 100%);
}

.icon {
  width: 22px; height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon--sm { width: 18px; height: 18px; stroke-width: 1.7; }
.icon--xs { width: 15px; height: 15px; stroke-width: 1.8; }

.pip {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 4px var(--rose-w);
  display: inline-block;
}

/* ---------- 4. Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 24px;
  border-radius: var(--r-pill);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: -.005em;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), background-color .22s var(--ease), color .22s var(--ease), border-color .22s var(--ease);
  text-align: center;
}

.btn--sm { padding: 9px 16px; font-size: .875rem; }
.btn--lg { padding: 16px 30px; font-size: 1rem; }
.btn--block { width: 100%; }

.btn--primary {
  background: linear-gradient(140deg, var(--plum-l) 0%, var(--plum) 45%, var(--plum-d) 100%);
  color: #fff;
  box-shadow: 0 2px 6px rgba(71, 32, 58, .18), 0 14px 30px rgba(107, 47, 82, .26);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(71, 32, 58, .2), 0 20px 42px rgba(198, 86, 122, .34);
}
.btn--primary:active { transform: translateY(0); }

.btn--outline {
  background: var(--white);
  color: var(--plum-d);
  border: 1.5px solid rgba(107, 47, 82, .28);
  box-shadow: var(--sh-1);
}
.btn--outline:hover { border-color: var(--plum); transform: translateY(-2px); box-shadow: var(--sh-2); }

.btn--ghost {
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  color: var(--ink);
}
.btn--ghost:hover { background: #fff; border-color: rgba(198, 86, 122, .4); transform: translateY(-1px); }

.btn--quiet {
  color: var(--plum-d);
  background: transparent;
  padding-inline: 14px;
}
.btn--quiet:hover { color: var(--rose); }
.btn--quiet .icon { transition: transform .22s var(--ease); }
.btn--quiet:hover .icon { transform: translateX(3px); }

.iconbtn {
  display: inline-grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, .6);
  border: 1px solid var(--line-2);
  transition: background-color .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.iconbtn:hover { background: #fff; color: var(--plum); transform: translateY(-1px); }

.chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: var(--white);
  border: 1px solid var(--line);
  font-size: .85rem;
  font-weight: 500;
  color: var(--ink-2);
  transition: all .2s var(--ease);
}
.chip:hover { border-color: var(--rose-l); color: var(--plum); background: var(--rose-w); }

.linkarrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .93rem;
  color: var(--plum);
  padding-block: 4px;
}
.linkarrow .icon { transition: transform .22s var(--ease); }
.linkarrow:hover { color: var(--rose); }
.linkarrow:hover .icon { transform: translateX(4px); }

/* ---------- 5. Topbar + header ---------- */
.topbar {
  background: linear-gradient(90deg, var(--plum-d), var(--plum) 55%, var(--plum-l));
  color: rgba(255, 255, 255, .92);
  font-size: .8rem;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
  padding-block: 7px;
}
.topbar__note, .topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.topbar__link { font-weight: 600; transition: color .2s var(--ease); }
.topbar__link:hover { color: var(--rose-l); }

.masthead {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 251, 249, .82);
  backdrop-filter: saturate(1.5) blur(14px);
  -webkit-backdrop-filter: saturate(1.5) blur(14px);
  border-bottom: 1px solid var(--line-2);
  transition: box-shadow .25s var(--ease), background-color .25s var(--ease);
}
.masthead.is-stuck {
  box-shadow: 0 1px 0 var(--line-2), 0 12px 34px rgba(71, 32, 58, .08);
  background: rgba(255, 251, 249, .95);
}
.masthead__inner {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: var(--hdr-h);
}

.brandmark { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brandmark__sigil {
  display: grid;
  place-items: center;
  width: 42px; height: 42px;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--plum-l), var(--plum-d));
  color: #fff;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .02em;
  box-shadow: 0 6px 16px rgba(107, 47, 82, .26);
}
.brandmark__sigil--light { background: linear-gradient(145deg, var(--rose), var(--plum-l)); }
.brandmark__text { display: flex; flex-direction: column; line-height: 1.18; }
.brandmark__name { font-family: var(--f-display); font-weight: 600; font-size: 1.04rem; letter-spacing: -.01em; }
.brandmark__role { font-size: .74rem; color: var(--ink-3); letter-spacing: .07em; text-transform: uppercase; font-weight: 600; }

.nav { margin-inline: auto; }
.nav__list { display: flex; align-items: center; gap: 2px; }
.nav__item { position: relative; display: flex; align-items: center; }

.nav__link {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: var(--r-pill);
  font-size: .92rem;
  font-weight: 550;
  color: var(--ink-2);
  transition: color .2s var(--ease), background-color .2s var(--ease);
  white-space: nowrap;
}
.nav__link:hover { color: var(--plum); background: rgba(250, 237, 239, .8); }
.nav__link.is-current { color: var(--plum-d); background: var(--blush); }

.nav__chevron {
  display: grid;
  place-items: center;
  width: 22px; height: 30px;
  margin-left: -8px;
  color: var(--ink-3);
  border-radius: 8px;
}
.nav__chevron .icon { transform: rotate(90deg); transition: transform .24s var(--ease); }
.nav__chevron[aria-expanded="true"] .icon { transform: rotate(-90deg); }
.nav__chevron:hover { color: var(--plum); }

.submenu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: min(560px, calc(100vw - 32px));
  padding: 12px;
  background: rgba(255, 251, 249, .97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--line-2);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  z-index: 70;
  animation: dropIn .2s var(--ease);
}
@keyframes dropIn { from { opacity: 0; transform: translate(-50%, -8px); } to { opacity: 1; transform: translate(-50%, 0); } }

.submenu__list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.submenu__link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  transition: background-color .18s var(--ease), transform .18s var(--ease);
}
.submenu__link:hover { background: var(--blush); transform: translateX(2px); }
.submenu__title { font-weight: 600; font-size: .92rem; color: var(--ink); }
.submenu__desc { font-size: .8rem; color: var(--ink-3); line-height: 1.45; }

.masthead__actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.iconbtn--menu { display: none; }

/* ---------- 6. Drawer ---------- */
.drawer { position: fixed; inset: 0; z-index: 120; }
.drawer::before {
  content: "";
  position: absolute; inset: 0;
  background: rgba(43, 26, 38, .42);
  backdrop-filter: blur(3px);
  animation: fadeIn .22s var(--ease);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.drawer__panel {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(420px, 100%);
  background: var(--cream);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  box-shadow: -20px 0 60px rgba(43, 26, 38, .2);
  animation: slideIn .26s var(--ease);
}
@keyframes slideIn { from { transform: translateX(24px); opacity: .4; } to { transform: translateX(0); opacity: 1; } }

.drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line-2);
}
.drawer__title { font-family: var(--f-display); font-size: 1.1rem; font-weight: 600; }
.drawer__body { overflow-y: auto; min-height: 0; padding: 12px 14px 20px; -webkit-overflow-scrolling: touch; }
.drawer__list { display: flex; flex-direction: column; gap: 2px; }

.drawer__link, .drawer__groupbtn {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
  gap: 12px;
  padding: 13px 14px;
  border-radius: var(--r-sm);
  font-weight: 600;
  font-size: 1rem;
  text-align: left;
  transition: background-color .18s var(--ease);
}
.drawer__link:hover, .drawer__groupbtn:hover { background: var(--blush); }
.drawer__link.is-current { background: var(--blush); color: var(--plum-d); }
.drawer__groupicon { color: var(--ink-3); transform: rotate(90deg); transition: transform .24s var(--ease); }
.drawer__groupbtn[aria-expanded="true"] .drawer__groupicon { transform: rotate(-90deg); }

.drawer__sub { padding: 2px 0 8px 14px; margin-left: 10px; border-left: 2px solid var(--rose-w); }
.drawer__sublink {
  display: block;
  padding: 10px 12px;
  border-radius: var(--r-xs);
  font-size: .92rem;
  color: var(--ink-2);
}
.drawer__sublink:hover { background: var(--sand); color: var(--plum); }

.drawer__foot {
  display: flex; flex-direction: column; gap: 9px;
  padding: 16px 18px calc(16px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-2);
  background: var(--cream-2);
}

/* ---------- 7. Hero ---------- */
.hero { position: relative; padding-block: clamp(36px, 5.5vw, 76px) clamp(48px, 6vw, 96px); overflow: hidden; }
.hero__aura {
  position: absolute;
  top: -28%; right: -14%;
  width: min(760px, 82vw);
  aspect-ratio: 1;
  background: radial-gradient(circle at 42% 42%, rgba(231, 162, 182, .42), rgba(231, 162, 182, .1) 52%, transparent 70%);
  filter: blur(14px);
  pointer-events: none;
  z-index: 0;
}
.hero__shell { position: relative; z-index: 1; }

.hero__masthead { position: relative; z-index: 2; max-width: 58ch; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--plum);
  margin-bottom: 18px;
}
.hero__name {
  font-size: clamp(2.9rem, 9.2vw, 6.6rem);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -.035em;
  display: flex;
  flex-direction: column;
}
.hero__name-a { color: var(--ink); }
.hero__name-b {
  background: linear-gradient(96deg, var(--plum) 8%, var(--rose) 62%, var(--plum-l) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-left: clamp(18px, 6vw, 96px);
  font-style: italic;
}
.hero__headline {
  margin-top: clamp(18px, 2.4vw, 28px);
  font-family: var(--f-display);
  font-size: clamp(1.1rem, 1.5vw, 1.4rem);
  font-weight: 500;
  color: var(--ink-2);
  max-width: 30ch;
  line-height: 1.34;
}

.hero__skyline {
  position: relative;
  margin-top: clamp(26px, 3.6vw, 44px);
  display: grid;
  grid-template-columns: 1.06fr .92fr .68fr;
  gap: clamp(16px, 1.8vw, 26px);
  align-items: end;
}
.hero__skyline > * { min-width: 0; }

.hero__panel {
  border-radius: var(--r-lg);
  padding: clamp(22px, 2.2vw, 30px);
  border: 1px solid var(--line-2);
}
.hero__panel--lead {
  background: linear-gradient(165deg, rgba(255, 255, 255, .94), rgba(250, 237, 239, .85));
  box-shadow: var(--sh-1);
}
.hero__lead { font-size: 1.03rem; color: var(--ink-2); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; }
.hero__clinic {
  display: flex; align-items: center; gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--line);
  font-size: .85rem;
  color: var(--ink-3);
}

.hero__portrait { position: relative; margin: -64px 0 0; }
.hero__portrait::before {
  content: "";
  position: absolute;
  inset: -10% -8% -6%;
  border-radius: 50% 46% 48% 52%;
  background: radial-gradient(circle at 30% 26%, rgba(231, 240, 234, .95), transparent 62%),
              radial-gradient(circle at 76% 78%, rgba(251, 229, 235, .95), transparent 60%);
  filter: blur(10px);
  z-index: -1;
}
.hero__frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: linear-gradient(160deg, var(--sand), var(--blush));
  box-shadow: var(--sh-3);
  isolation: isolate;
}
.hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.hero__frame::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, .5);
  box-shadow: inset 0 -70px 90px -50px rgba(71, 32, 58, .3);
  pointer-events: none;
}
.hero__frame--sm { aspect-ratio: 4 / 4.6; border-radius: var(--r-lg); }

.hero__tag {
  position: absolute;
  left: 14px;
  bottom: -16px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border-radius: var(--r-pill);
  background: rgba(255, 251, 249, .95);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-2);
  font-size: .8rem;
  font-weight: 600;
  color: var(--plum-d);
}
.hero__tagdot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sage);
  box-shadow: 0 0 0 4px var(--sage-w);
}

.hero__panel--facts { background: linear-gradient(170deg, var(--sand), rgba(247, 239, 232, .55)); }
.factlist { display: flex; flex-direction: column; gap: 16px; }
.factlist__item { display: flex; flex-direction: column; gap: 1px; }
.factlist__item + .factlist__item { padding-top: 16px; border-top: 1px solid var(--line-2); }
.factlist__value {
  font-family: var(--f-display);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
  line-height: 1;
  color: var(--plum);
  letter-spacing: -.02em;
}
.factlist__label { font-size: .8rem; color: var(--ink-3); line-height: 1.4; }

/* ---------- 8. Pillars ---------- */
.pillars { position: relative; }
.pillars__eyebrow, .sechead__eyebrow, .phero__eyebrow, .ctaband__eyebrow, .story__eyebrow {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 12px;
}
.pillars__title { font-size: clamp(1.8rem, 3.6vw, 2.9rem); font-weight: 500; }
.pillars__lead { margin-top: 14px; max-width: 54ch; color: var(--ink-2); }

.pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.8vw, 24px);
  margin-top: clamp(28px, 3.4vw, 48px);
}
.pillars__grid > * { min-width: 0; }

.pillar {
  position: relative;
  padding: clamp(24px, 2.4vw, 34px);
  border-radius: var(--r-lg);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.pillar--0 { transform: translateY(0); }
.pillar--1 { transform: translateY(22px); background: linear-gradient(170deg, #fff, var(--rose-w)); }
.pillar--2 { transform: translateY(44px); }
.pillar:hover { box-shadow: var(--sh-2); }
.pillar--0:hover { transform: translateY(-5px); }
.pillar--1:hover { transform: translateY(17px); }
.pillar--2:hover { transform: translateY(39px); }

.pillar__num {
  display: block;
  font-family: var(--f-display);
  font-size: 2.1rem;
  font-weight: 500;
  font-style: italic;
  color: var(--rose-l);
  line-height: 1;
  margin-bottom: 16px;
}
.pillar__title { font-size: 1.22rem; margin-bottom: 10px; }
.pillar__text { color: var(--ink-2); font-size: .95rem; }

/* ---------- 9. Section head + cards ---------- */
.sechead {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.sechead > div { min-width: 0; }
.sechead__title { font-size: clamp(1.7rem, 3.2vw, 2.6rem); font-weight: 500; }
.sechead__lead { margin-top: 12px; max-width: 56ch; color: var(--ink-2); }
.sechead__link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: .92rem;
  color: var(--plum);
  padding: 9px 16px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .7);
  transition: all .2s var(--ease);
  white-space: nowrap;
}
.sechead__link .icon { transition: transform .22s var(--ease); }
.sechead__link:hover { border-color: var(--rose-l); background: #fff; }
.sechead__link:hover .icon { transform: translateX(4px); }

.cardgrid { display: grid; gap: clamp(14px, 1.6vw, 22px); }
.cardgrid > * { min-width: 0; }
.cardgrid--3 { grid-template-columns: repeat(3, 1fr); }
.cardgrid--4 { grid-template-columns: repeat(4, 1fr); }

.scard, .acard {
  display: flex;
  flex-direction: column;
  padding: clamp(20px, 2vw, 26px);
  border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
  transition: transform .26s var(--ease), box-shadow .26s var(--ease), border-color .26s var(--ease);
  height: 100%;
}
.scard:hover, .acard:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-2);
  border-color: rgba(198, 86, 122, .28);
}

.scard__icon {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 15px;
  background: linear-gradient(150deg, var(--rose-w), var(--sage-w));
  color: var(--plum);
  margin-bottom: 16px;
}
.scard__title { font-size: 1.12rem; margin-bottom: 8px; }
.scard__text { color: var(--ink-2); font-size: .92rem; flex: 1; }
.scard__more, .acard__more, .bento__more {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 18px;
  font-size: .85rem; font-weight: 600;
  color: var(--plum);
}
.scard__more .icon, .acard__more .icon, .bento__more .icon { transition: transform .22s var(--ease); }
.scard:hover .scard__more .icon, .acard:hover .acard__more .icon { transform: translateX(4px); }

.acard__kind {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 11px;
  border-radius: var(--r-pill);
  background: var(--sage-w);
  color: #46624f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.acard__title { font-size: 1.08rem; margin-bottom: 8px; }
.acard__text { color: var(--ink-2); font-size: .9rem; flex: 1; }

/* Bento */
.bento { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(14px, 1.6vw, 22px); }
.bento > * { min-width: 0; }
.bento__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 1.6vw, 22px); }
.bento__grid > * { min-width: 0; }

.bento__feature {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.bento__feature:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.bento__media { aspect-ratio: 5 / 4; overflow: hidden; background: var(--blush); }
.bento__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; transition: transform .6s var(--ease); }
.bento__feature:hover .bento__media img { transform: scale(1.04); }
.bento__body { padding: clamp(20px, 2vw, 28px); display: flex; flex-direction: column; flex: 1; }
.bento__kind {
  align-self: flex-start;
  padding: 4px 11px;
  border-radius: var(--r-pill);
  background: var(--rose-w);
  color: var(--plum);
  font-size: .72rem; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase;
  margin-bottom: 14px;
}
.bento__title { font-size: clamp(1.25rem, 1.8vw, 1.55rem); margin-bottom: 10px; }
.bento__text { color: var(--ink-2); font-size: .95rem; flex: 1; }

/* ---------- 10. Quote band ---------- */
.quoteband {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--plum-d) 0%, var(--plum) 52%, #7a3a5d 100%);
  color: #fff;
  padding-block: clamp(54px, 7vw, 96px);
}
.quoteband--soft { background: linear-gradient(135deg, #5c2746 0%, var(--plum) 60%, #93507a 100%); }
.quoteband__glow {
  position: absolute;
  top: -40%; left: 58%;
  width: 60rem; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(231, 162, 182, .34), transparent 62%);
  pointer-events: none;
}
.quoteband__inner { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; }
.quoteband__mark { color: rgba(231, 162, 182, .62); margin-bottom: 20px; }
.quoteband__mark .icon { width: 34px; height: 34px; stroke-width: 1.2; }
.quoteband__text { margin: 0; max-width: 30ch; }
.quoteband__text p {
  font-family: var(--f-display);
  font-size: clamp(1.7rem, 4.2vw, 3.1rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.quoteband__source {
  margin-top: 22px;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
}

/* ---------- 11. Story ---------- */
.story {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}
.story > * { min-width: 0; }
.story__frames { position: relative; padding: 18px 26px 46px 0; }
.story__frame { margin: 0; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-3); }
.story__frame img { width: 100%; height: 100%; object-fit: cover; }
.story__frame--a { aspect-ratio: 4 / 5; transform: rotate(-1.6deg); }
.story__frame--b {
  position: absolute;
  right: 0; bottom: 0;
  width: 54%;
  aspect-ratio: 1 / 1;
  transform: rotate(2.4deg);
  border: 5px solid var(--cream);
  border-radius: var(--r-md);
}
.story__title { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 500; margin-bottom: 18px; }
.story__p { color: var(--ink-2); margin-bottom: 14px; }

.ticklist { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.ticklist li { display: flex; align-items: flex-start; gap: 11px; font-size: .94rem; color: var(--ink-2); }
.ticklist .icon { color: var(--sage); margin-top: 5px; }
.ticklist--block { margin-top: 14px; margin-bottom: 22px; }

/* ---------- 12. Page hero + crumbs ---------- */
.phero { position: relative; padding-block: clamp(30px, 4vw, 54px) clamp(18px, 2.4vw, 30px); overflow: hidden; }
.phero__bloom {
  position: absolute;
  top: -60%; right: -6%;
  width: min(620px, 78vw); aspect-ratio: 1;
  background: radial-gradient(circle at 50% 55%, rgba(231, 162, 182, .28), transparent 64%);
  pointer-events: none;
}
.phero__inner { position: relative; z-index: 1; }
.phero__title { font-size: clamp(2rem, 4.6vw, 3.5rem); font-weight: 500; max-width: 22ch; }
.phero__lead { margin-top: 18px; max-width: 62ch; font-size: clamp(1rem, 1.2vw, 1.13rem); color: var(--ink-2); }

.crumbs { margin-bottom: 22px; }
.crumbs__list { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; font-size: .82rem; color: var(--ink-3); }
.crumbs__item { display: inline-flex; align-items: center; gap: 6px; }
.crumbs__sep { color: var(--ink-3); opacity: .55; }
.crumbs__item a { transition: color .18s var(--ease); }
.crumbs__item a:hover { color: var(--plum); }
.crumbs__item:last-child a { color: var(--ink-2); font-weight: 600; pointer-events: none; }

/* ---------- 13. Prose + callouts ---------- */
.prose { max-width: 70ch; }
.prose--wide { max-width: 78ch; }
.prose h2 {
  font-size: clamp(1.32rem, 2.1vw, 1.75rem);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 14px;
}
.prose h2:first-child { margin-top: 0; }
.prose p { margin-bottom: 16px; color: var(--ink-2); }
.prose > p:first-child { font-size: 1.05rem; }

.steplist { counter-reset: s; display: flex; flex-direction: column; gap: 12px; margin: 16px 0 24px; }
.steplist li {
  counter-increment: s;
  position: relative;
  padding-left: 42px;
  color: var(--ink-2);
  font-size: .95rem;
}
.steplist li::before {
  content: counter(s);
  position: absolute;
  left: 0; top: -1px;
  display: grid; place-items: center;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--rose-w);
  color: var(--plum);
  font-family: var(--f-display);
  font-size: .86rem;
  font-weight: 600;
}

.callout {
  display: flex;
  gap: 14px;
  padding: 20px 22px;
  border-radius: var(--r-md);
  margin: 24px 0;
  border: 1px solid transparent;
}
.callout > div { min-width: 0; }
.callout--note { background: var(--sage-w); border-color: rgba(109, 142, 124, .22); }
.callout--note .callout__icon { color: var(--sage); }
.callout--warn { background: #FDEFEA; border-color: rgba(198, 86, 122, .22); }
.callout--warn .callout__icon { color: #C4552F; }
.callout__icon { flex: 0 0 auto; margin-top: 2px; }
.callout__title { font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; margin-bottom: 5px; }
.callout__text { font-size: .93rem; color: var(--ink-2); }

.notestrip {
  display: flex; align-items: flex-start; gap: 10px;
  margin-top: 28px;
  padding: 15px 18px;
  border-radius: var(--r-sm);
  background: rgba(247, 239, 232, .8);
  border: 1px dashed var(--line);
  font-size: .85rem;
  color: var(--ink-2);
}
.notestrip .icon { margin-top: 3px; color: var(--gold); }
.notestrip--tight { margin-top: 20px; }

/* ---------- 14. Detail layout ---------- */
.detail { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(28px, 4vw, 60px); align-items: start; }
.detail > * { min-width: 0; }
.detail__aside { position: sticky; top: calc(var(--hdr-h) + 20px); display: flex; flex-direction: column; gap: 16px; }

.sidecard {
  padding: 24px;
  border-radius: var(--r-md);
  background: linear-gradient(165deg, #fff, var(--blush));
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
}
.sidecard__eyebrow { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; }
.sidecard__title { font-family: var(--f-display); font-size: 1.12rem; font-weight: 600; margin-bottom: 8px; }
.sidecard__text { font-size: .9rem; color: var(--ink-2); margin-bottom: 16px; }
.sidecard__phone {
  display: flex; align-items: center; gap: 9px;
  padding: 12px 16px;
  border-radius: var(--r-pill);
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 700;
  color: var(--plum-d);
  margin-bottom: 9px;
  transition: all .2s var(--ease);
}
.sidecard__phone:hover { border-color: var(--rose-l); color: var(--rose); }

.sidenav {
  padding: 22px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .75);
  border: 1px solid var(--line-2);
}
.sidenav__title { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
.sidenav ul { display: flex; flex-direction: column; gap: 1px; }
.sidenav a {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 10px 12px;
  border-radius: var(--r-xs);
  font-size: .89rem;
  color: var(--ink-2);
  transition: all .18s var(--ease);
}
.sidenav a .icon { color: var(--ink-3); transition: transform .2s var(--ease); }
.sidenav a:hover { background: var(--blush); color: var(--plum); }
.sidenav a:hover .icon { transform: translateX(3px); color: var(--rose); }

/* ---------- 15. FAQ ---------- */
.faq { margin-top: 44px; }
.faq__title { font-size: clamp(1.3rem, 2vw, 1.7rem); margin-bottom: 18px; }
.faq__list { display: flex; flex-direction: column; gap: 9px; }
.faq__item {
  border-radius: var(--r-sm);
  background: var(--white);
  border: 1px solid var(--line-2);
  overflow: hidden;
  transition: border-color .2s var(--ease), box-shadow .2s var(--ease);
}
.faq__item[open] { border-color: rgba(198, 86, 122, .26); box-shadow: var(--sh-1); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 17px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: .98rem;
  list-style: none;
}
.faq__q::-webkit-details-marker { display: none; }
.faq__mark { position: relative; width: 15px; height: 15px; flex: 0 0 auto; }
.faq__mark::before, .faq__mark::after {
  content: "";
  position: absolute;
  background: var(--rose);
  border-radius: 2px;
  transition: transform .24s var(--ease), opacity .24s var(--ease);
}
.faq__mark::before { inset: 6.5px 0; height: 2px; }
.faq__mark::after { inset: 0 6.5px; width: 2px; }
.faq__item[open] .faq__mark::after { transform: scaleY(0); opacity: 0; }
.faq__a { padding: 0 20px 19px; }
.faq__a p { font-size: .93rem; color: var(--ink-2); }

/* ---------- 16. Timeline / documents / duo ---------- */
.timeline { position: relative; display: flex; flex-direction: column; gap: 4px; }
.timeline::before {
  content: "";
  position: absolute;
  left: 78px; top: 14px; bottom: 14px;
  width: 2px;
  background: linear-gradient(180deg, var(--rose-l), var(--sage-w));
  border-radius: 2px;
}
.timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 64px 30px minmax(0, 1fr);
  align-items: start;
  gap: 0;
  padding: 16px 0;
}
.timeline__year {
  font-family: var(--f-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--plum);
  padding-top: 1px;
}
.timeline__dot {
  position: relative;
  width: 12px; height: 12px;
  margin: 6px auto 0;
  border-radius: 50%;
  background: var(--white);
  border: 2.5px solid var(--rose);
  box-shadow: 0 0 0 5px var(--cream);
  z-index: 1;
}
.timeline__body { padding-left: 12px; }
.timeline__title { font-size: 1.05rem; font-weight: 600; margin-bottom: 4px; }
.timeline__place { font-size: .88rem; color: var(--ink-3); }

.doclist { display: flex; flex-direction: column; gap: clamp(22px, 3vw, 40px); }
.doc {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
  padding: clamp(20px, 2.4vw, 32px);
  border-radius: var(--r-lg);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
}
.doc--1 { grid-template-columns: minmax(0, 1fr) 300px; }
.doc--1 .doc__media { order: 2; }
.doc__media { margin: 0; border-radius: var(--r-md); overflow: hidden; background: var(--sand); box-shadow: var(--sh-1); }
.doc__media img { width: 100%; height: auto; }
.doc__period {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 5px 13px;
  border-radius: var(--r-pill);
  background: var(--sage-w);
  color: #46624f;
  font-size: .78rem; font-weight: 700;
  margin-bottom: 14px;
}
.doc__title { font-size: clamp(1.2rem, 2vw, 1.55rem); margin-bottom: 12px; }
.doc__text { color: var(--ink-2); font-size: .95rem; margin-bottom: 14px; }
.doc__meta {
  font-size: .82rem;
  color: var(--ink-3);
  padding-top: 13px;
  border-top: 1px dashed var(--line);
  font-variant-numeric: tabular-nums;
}

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 3vw, 36px); }
.duo > * { min-width: 0; }
.duo__item {
  padding: clamp(18px, 2vw, 26px);
  border-radius: var(--r-lg);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
}
.duo__media { margin: 0 0 18px; border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand); }
.duo__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.duo__title { font-size: 1.22rem; margin-bottom: 10px; }
.duo__text { color: var(--ink-2); font-size: .94rem; margin-bottom: 14px; }

/* ---------- 17. Steps / panels / where ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.steps > * { min-width: 0; }
.step {
  position: relative;
  padding: clamp(22px, 2.2vw, 30px);
  border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
}
.step__num {
  display: block;
  font-family: var(--f-display);
  font-size: 1.9rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  color: var(--rose-l);
  margin-bottom: 14px;
}
.step__title { font-size: 1.1rem; margin-bottom: 8px; }
.step__text { font-size: .92rem; color: var(--ink-2); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 26px); }
.split > * { min-width: 0; }
.panel { padding: clamp(24px, 2.6vw, 36px); border-radius: var(--r-lg); border: 1px solid var(--line-2); }
.panel--sand { background: linear-gradient(165deg, var(--sand), rgba(247, 239, 232, .5)); }
.panel--blush { background: linear-gradient(165deg, var(--blush), rgba(250, 237, 239, .5)); }
.panel__title { font-size: 1.25rem; margin-bottom: 8px; }
.dotlist { display: flex; flex-direction: column; gap: 11px; margin-top: 16px; }
.dotlist li { position: relative; padding-left: 20px; font-size: .93rem; color: var(--ink-2); }
.dotlist li::before {
  content: "";
  position: absolute; left: 2px; top: 10px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--rose);
}
.panel__alert {
  display: flex; align-items: center; gap: 9px;
  margin-top: 20px;
  padding: 13px 16px;
  border-radius: var(--r-sm);
  background: rgba(255, 255, 255, .8);
  font-size: .88rem;
  font-weight: 600;
  color: var(--plum-d);
}
.panel__alert .icon { color: #C4552F; }

.wherecard {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: center;
  padding: clamp(24px, 3vw, 44px);
  border-radius: var(--r-xl);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-2);
}
.wherecard__eyebrow { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; }
.wherecard__title { font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 10px; }
.wherecard__addr { color: var(--ink-2); margin-bottom: 20px; }
.wherecard__rows { display: flex; flex-direction: column; gap: 3px; margin-bottom: 18px; }
.wherecard__rows a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 0;
  font-size: .93rem;
  color: var(--ink-2);
  transition: color .18s var(--ease);
}
.wherecard__rows a:hover { color: var(--plum); }
.wherecard__rows .icon { color: var(--rose); }
.wherecard__media { margin: 0; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 5; box-shadow: var(--sh-2); }
.wherecard__media img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- 18. CTA band ---------- */
.ctaband__card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr);
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  padding: clamp(28px, 3.4vw, 52px);
  border-radius: var(--r-xl);
  background: linear-gradient(140deg, #fff 0%, var(--blush) 62%, var(--sage-w) 140%);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-2);
}
.ctaband__glow {
  position: absolute;
  right: -12%; top: -70%;
  width: 34rem; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(231, 162, 182, .35), transparent 62%);
  pointer-events: none;
}
.ctaband__text, .ctaband__actions { position: relative; z-index: 1; min-width: 0; }
.ctaband__title { font-size: clamp(1.5rem, 2.8vw, 2.25rem); font-weight: 500; margin-bottom: 12px; }
.ctaband__lead { color: var(--ink-2); max-width: 52ch; }
.ctaband__actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }

/* ---------- 19. Misc blocks ---------- */
.profile { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 3.4vw, 56px); align-items: center; }
.profile__portrait { margin: 0; }
.deflist { margin: 0; display: flex; flex-direction: column; }
.deflist__row {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line-2);
}
.deflist dt { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }
.deflist dd { margin: 0; font-size: .98rem; font-weight: 500; }

.chapter { display: grid; grid-template-columns: 74px minmax(0, 1fr); gap: 8px; margin-bottom: 40px; }
.chapter__num {
  font-family: var(--f-display);
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
  color: var(--rose-l);
  line-height: 1.3;
}
.chapter__body h2 { font-size: clamp(1.3rem, 2.2vw, 1.75rem); margin-bottom: 14px; }
.chapter__body p { color: var(--ink-2); margin-bottom: 14px; }

.vcardlite {
  padding: clamp(20px, 2vw, 26px);
  border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
  height: 100%;
}
.vcardlite__dot {
  display: block;
  width: 26px; height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--rose), var(--rose-l));
  margin-bottom: 16px;
}
.vcardlite__title { font-size: 1.05rem; margin-bottom: 8px; }
.vcardlite__text { font-size: .9rem; color: var(--ink-2); }

.official { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(24px, 3.4vw, 56px); align-items: start; }
.official__note { margin: 12px 0 16px; color: var(--ink-2); font-size: .93rem; }
.official__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 22px;
  padding: clamp(22px, 2.4vw, 32px);
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--line-2);
}
.official__list li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: var(--ink-2); }
.official__list .icon { color: var(--sage); margin-top: 4px; }

.linkcards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.linkcards--3 { grid-template-columns: repeat(3, 1fr); }
.linkcards > * { min-width: 0; }
.linkcard {
  display: flex; align-items: center; gap: 15px;
  padding: 18px 22px;
  border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
  transition: transform .24s var(--ease), box-shadow .24s var(--ease), border-color .24s var(--ease);
}
.linkcard:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: rgba(198, 86, 122, .26); }
.linkcard__icon {
  display: grid; place-items: center;
  width: 42px; height: 42px;
  border-radius: 13px;
  background: var(--rose-w);
  color: var(--plum);
  flex: 0 0 auto;
}
.linkcard__text { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.linkcard__title { font-weight: 600; font-size: .98rem; }
.linkcard__desc { font-size: .82rem; color: var(--ink-3); }
.linkcard > .icon { color: var(--ink-3); transition: transform .2s var(--ease); }
.linkcard:hover > .icon { transform: translateX(4px); color: var(--rose); }

.pillnav { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.pillnav--compact { grid-template-columns: repeat(4, 1fr); }
.pillnav > * { min-width: 0; }
.pillnav__item {
  display: flex; flex-direction: column; gap: 5px;
  padding: 18px 20px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line-2);
  transition: all .22s var(--ease);
}
.pillnav__item:hover { background: #fff; border-color: var(--rose-l); transform: translateY(-3px); box-shadow: var(--sh-1); }
.pillnav__title { font-family: var(--f-display); font-weight: 600; font-size: 1.02rem; }
.pillnav__desc { font-size: .8rem; color: var(--ink-3); line-height: 1.45; }

.readmeta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line-2); }
.readmeta__pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 13px;
  border-radius: var(--r-pill);
  background: var(--sage-w);
  color: #46624f;
  font-size: .8rem; font-weight: 600;
}
.readmeta__by { font-size: .84rem; color: var(--ink-3); }

/* ---------- 20. Contact page ---------- */
.contactgrid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(22px, 3vw, 48px); align-items: start; }
.contactgrid__channels { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contactgrid__channels > * { min-width: 0; }

.channel {
  display: flex; flex-direction: column; gap: 3px;
  padding: 20px;
  border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
  transition: all .24s var(--ease);
  text-align: left;
  width: 100%;
}
.channel:hover { transform: translateY(-3px); box-shadow: var(--sh-2); border-color: rgba(198, 86, 122, .26); }
.channel--accent { background: linear-gradient(160deg, #fff, var(--rose-w)); }
.channel--btn { cursor: pointer; }
.channel__icon {
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border-radius: 13px;
  background: var(--blush);
  color: var(--plum);
  margin-bottom: 12px;
}
.channel--accent .channel__icon { background: #fff; }
.channel__label { font-size: .78rem; color: var(--ink-3); }
.channel__value { font-weight: 700; font-size: 1rem; color: var(--ink); overflow-wrap: anywhere; }
.channel__value--sm { font-size: .84rem; font-weight: 600; }

.formcard {
  padding: clamp(24px, 3vw, 38px);
  border-radius: var(--r-xl);
  background: var(--white);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-2);
}
.formcard__title { font-size: clamp(1.3rem, 2.2vw, 1.7rem); margin-bottom: 10px; }
.formcard__note { font-size: .88rem; color: var(--ink-3); margin-bottom: 22px; }

.form { display: flex; flex-direction: column; gap: 16px; }
.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field__label { font-size: .82rem; font-weight: 700; letter-spacing: .04em; color: var(--ink-2); }
.field__input {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--r-sm);
  border: 1.5px solid var(--line);
  background: var(--cream);
  font-size: .96rem;
  transition: border-color .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease);
}
.field__input:focus {
  outline: none;
  border-color: var(--rose);
  background: #fff;
  box-shadow: 0 0 0 4px var(--rose-w);
}
.field__input--area { resize: vertical; min-height: 120px; line-height: 1.6; }
.field__error { font-size: .82rem; color: #B23A54; font-weight: 600; }

.formalert {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px 18px;
  border-radius: var(--r-sm);
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.formalert--ok { background: var(--sage-w); color: #3D5A47; }
.formalert--ok .icon { color: var(--sage); margin-top: 3px; }
.formalert--bad { background: #FDEAE4; color: #A3462A; }
.formalert--bad .icon { margin-top: 3px; }

.form__fine { display: flex; align-items: center; gap: 8px; font-size: .82rem; color: var(--ink-3); justify-content: center; }
.form__fine .icon { color: #C4552F; }

.mapcard { border-radius: var(--r-xl); overflow: hidden; background: var(--white); border: 1px solid var(--line-2); box-shadow: var(--sh-1); }
.mapcard__head {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px;
  padding: clamp(22px, 2.4vw, 32px);
}
.mapcard__head > div { min-width: 0; }
.mapcard__eyebrow { font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--rose); margin-bottom: 8px; }
.mapcard__title { font-size: 1.3rem; margin-bottom: 6px; }
.mapcard__addr { font-size: .9rem; color: var(--ink-2); }
.mapcard__frame { position: relative; aspect-ratio: 21 / 9; min-height: 260px; background: linear-gradient(135deg, var(--sand), var(--sage-w)); }
.mapcard__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.mapcard__load {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600;
  color: var(--plum-d);
  transition: background-color .2s var(--ease);
}
.mapcard__load:hover { background: rgba(255, 255, 255, .34); }
.mapcard__load .icon { color: var(--rose); }

/* ---------- 21. Search ---------- */
.searchbar {
  position: relative;
  display: flex; align-items: center; gap: 10px;
  padding: 9px 9px 9px 18px;
  border-radius: var(--r-pill);
  background: var(--white);
  border: 1.5px solid var(--line);
  box-shadow: var(--sh-1);
  max-width: 720px;
  margin-bottom: 26px;
}
.searchbar__icon { color: var(--ink-3); display: flex; }
.searchbar__input { flex: 1; min-width: 0; border: 0; background: transparent; padding: 8px 0; font-size: 1rem; }
.searchbar__input:focus { outline: none; }

.searchstate { font-size: .93rem; color: var(--ink-2); margin-bottom: 20px; }
.searchstate strong { color: var(--plum); }

.results { display: flex; flex-direction: column; gap: 10px; }
.results__item a {
  display: flex; flex-direction: column; gap: 5px;
  padding: 18px 22px;
  border-radius: var(--r-md);
  background: var(--white);
  border: 1px solid var(--line-2);
  transition: all .2s var(--ease);
}
.results__item a:hover { border-color: var(--rose-l); transform: translateX(3px); box-shadow: var(--sh-1); }
.results__kind { font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rose); }
.results__title { font-family: var(--f-display); font-size: 1.1rem; font-weight: 600; }
.results__text { font-size: .89rem; color: var(--ink-2); }

.finder { position: fixed; inset: 0; z-index: 130; display: grid; grid-template-rows: minmax(0, 1fr); }
.finder__backdrop { position: absolute; inset: 0; background: rgba(43, 26, 38, .5); backdrop-filter: blur(4px); animation: fadeIn .2s var(--ease); }
.finder__panel {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100vw - 28px));
  max-height: min(78vh, 720px);
  margin: clamp(56px, 10vh, 120px) auto auto;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--cream);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  overflow: hidden;
  animation: popIn .22s var(--ease);
}
@keyframes popIn { from { opacity: 0; transform: translateY(-12px) scale(.985); } to { opacity: 1; transform: none; } }

.finder__form { display: flex; align-items: center; gap: 12px; padding: 14px 14px 14px 20px; border-bottom: 1px solid var(--line-2); }
.finder__icon { color: var(--ink-3); display: flex; }
.finder__input { flex: 1; min-width: 0; border: 0; background: transparent; font-size: 1.05rem; padding: 8px 0; }
.finder__input:focus { outline: none; }
.finder__results { overflow-y: auto; min-height: 0; padding: 10px; }
.finder__hint { padding: 22px; text-align: center; color: var(--ink-3); font-size: .9rem; }
.finder__row {
  display: flex; flex-direction: column; gap: 3px;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  transition: background-color .16s var(--ease);
}
.finder__row:hover, .finder__row.is-active { background: var(--blush); }
.finder__rowkind { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--rose); }
.finder__rowtitle { font-weight: 600; font-size: .98rem; }
.finder__rowtext { font-size: .84rem; color: var(--ink-3); }
.finder__quick { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 14px 18px; border-top: 1px solid var(--line-2); background: var(--cream-2); }
.finder__quicklabel { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); }

/* ---------- 22. Vizitkart sheet ---------- */
.sheet { position: fixed; inset: 0; z-index: 140; }
.sheet__backdrop { position: absolute; inset: 0; background: rgba(43, 26, 38, .5); backdrop-filter: blur(4px); animation: fadeIn .2s var(--ease); }
.sheet__panel {
  position: absolute;
  right: clamp(0px, 3vw, 40px);
  top: 50%;
  transform: translateY(-50%);
  width: min(430px, calc(100vw - 16px));
  max-height: min(92vh, 860px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: var(--cream);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-3);
  overflow: hidden;
  animation: popIn .24s var(--ease);
}
.sheet__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 16px 12px 22px; }
.sheet__eyebrow { font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--rose); }
.sheet__body { overflow-y: auto; min-height: 0; padding: 0 18px 12px; -webkit-overflow-scrolling: touch; }
.sheet__foot { display: flex; flex-direction: column; gap: 9px; padding: 16px 18px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-2); background: var(--cream-2); }
.sheet__hint { font-size: .76rem; color: var(--ink-3); text-align: center; }

.vcard {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: var(--r-md);
  background: linear-gradient(140deg, var(--plum-d), var(--plum) 58%, #8a4770);
  color: #fff;
  margin-bottom: 16px;
  box-shadow: var(--sh-2);
}
.vcard::after {
  content: "";
  position: absolute;
  right: -30%; top: -80%;
  width: 22rem; aspect-ratio: 1;
  background: radial-gradient(circle, rgba(231, 162, 182, .4), transparent 62%);
  pointer-events: none;
}
.vcard__head { position: relative; z-index: 1; display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.vcard__sigil {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  border-radius: 15px;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .28);
  font-family: var(--f-display);
  font-weight: 600;
  flex: 0 0 auto;
}
.vcard__name { font-family: var(--f-display); font-size: 1.16rem; font-weight: 600; }
.vcard__role { font-size: .82rem; color: rgba(255, 255, 255, .78); }
.vcard__clinic { position: relative; z-index: 1; font-weight: 600; font-size: .92rem; }
.vcard__addr { position: relative; z-index: 1; font-size: .84rem; color: rgba(255, 255, 255, .76); margin-top: 3px; }

.contactlist { display: flex; flex-direction: column; gap: 6px; }
.contactlist__row { display: flex; align-items: stretch; gap: 6px; }
.contactlist__main {
  flex: 1;
  min-width: 0;
  display: flex; align-items: center; gap: 13px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  background: var(--white);
  border: 1px solid var(--line-2);
  transition: all .2s var(--ease);
}
.contactlist__main:hover { border-color: var(--rose-l); background: #fff; transform: translateX(2px); }
.contactlist__icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--blush); color: var(--plum); flex: 0 0 auto; }
.contactlist__text { display: flex; flex-direction: column; min-width: 0; }
.contactlist__label { font-size: .73rem; color: var(--ink-3); }
.contactlist__value { font-weight: 600; font-size: .92rem; overflow-wrap: anywhere; }
.copybtn {
  display: grid; place-items: center;
  width: 42px;
  border-radius: var(--r-sm);
  background: var(--white);
  border: 1px solid var(--line-2);
  color: var(--ink-3);
  transition: all .2s var(--ease);
  flex: 0 0 auto;
}
.copybtn:hover { color: var(--plum); border-color: var(--rose-l); background: var(--rose-w); }

.toast {
  position: fixed;
  left: 50%;
  bottom: calc(24px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  z-index: 200;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  background: var(--plum-d);
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  box-shadow: var(--sh-3);
  animation: toastIn .26s var(--ease);
}
@keyframes toastIn { from { opacity: 0; transform: translate(-50%, 14px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* ---------- 23. Footer ---------- */
.footer {
  margin-top: clamp(48px, 6vw, 90px);
  background: linear-gradient(160deg, var(--plum-d) 0%, #3B1A2F 58%, #2E1425 100%);
  color: rgba(255, 255, 255, .78);
  padding-block: clamp(44px, 5vw, 72px) 26px;
  font-size: .92rem;
}
.footer__top { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 2.1fr); gap: clamp(28px, 4vw, 60px); }
.footer__brand { min-width: 0; }
.footer__name { font-family: var(--f-display); font-size: 1.3rem; font-weight: 600; color: #fff; margin-top: 16px; }
.footer__role { margin-top: 4px; font-size: .86rem; }
.footer__clinic { margin-top: 12px; font-size: .86rem; color: rgba(255, 255, 255, .62); }
.footer__ig {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 18px;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  border: 1px solid rgba(255, 255, 255, .2);
  font-size: .86rem;
  font-weight: 600;
  color: #fff;
  transition: all .2s var(--ease);
}
.footer__ig:hover { background: rgba(255, 255, 255, .1); border-color: var(--rose-l); }

.footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 40px); }
.footer__col { min-width: 0; }
.footer__heading {
  font-family: var(--f-body);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--rose-l);
  margin-bottom: 14px;
}
.footer__col ul { display: flex; flex-direction: column; gap: 9px; }
.footer__col a { font-size: .89rem; transition: color .18s var(--ease); overflow-wrap: anywhere; }
.footer__col a:hover { color: #fff; }

.footer__address {
  display: flex; align-items: flex-start; gap: 9px;
  margin-top: clamp(30px, 4vw, 48px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .86rem;
}
.footer__address .icon { color: var(--rose-l); margin-top: 3px; }
.footer__disclaimer { margin-top: 14px; font-size: .8rem; color: rgba(255, 255, 255, .55); max-width: 92ch; }

.footer__bottom {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .82rem;
  color: rgba(255, 255, 255, .55);
}
.footer__otx a { color: var(--rose-l); font-weight: 600; transition: color .18s var(--ease); }
.footer__otx a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- 24. Responsive ---------- */
@media (max-width: 1140px) {
  .nav__link { padding: 9px 10px; font-size: .88rem; }
  .brandmark__role { display: none; }
}

@media (max-width: 1040px) {
  .masthead__card span:not(.sr-only) { display: none; }
  .masthead__card { padding: 9px; width: 42px; height: 42px; border-radius: 50%; }
  .detail { grid-template-columns: minmax(0, 1fr); }
  .detail__aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .detail__aside > * { flex: 1 1 280px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .pillnav, .pillnav--compact { grid-template-columns: 1fr 1fr; }
  .cardgrid--4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  .nav { display: none; }
  .iconbtn--menu { display: inline-grid; }
  .hero__skyline { grid-template-columns: 1fr 1fr; }
  .hero__portrait { grid-column: 2; grid-row: 1 / span 2; margin-top: 0; }
  .hero__panel--lead { grid-column: 1; grid-row: 1; }
  .hero__panel--facts { grid-column: 1; grid-row: 2; }
  .pillars__grid { grid-template-columns: 1fr; }
  .pillar, .pillar--1, .pillar--2 { transform: none; }
  .pillar:hover, .pillar--1:hover, .pillar--2:hover { transform: translateY(-4px); }
  .bento { grid-template-columns: 1fr; }
  .story { grid-template-columns: 1fr; }
  .story__frames { max-width: 460px; }
  .profile { grid-template-columns: 1fr; }
  .profile__portrait { max-width: 380px; }
  .doc, .doc--1 { grid-template-columns: 1fr; }
  .doc--1 .doc__media { order: 0; }
  .doc__media { max-width: 360px; }
  .duo { grid-template-columns: 1fr; }
  .official { grid-template-columns: 1fr; }
  .wherecard { grid-template-columns: 1fr; }
  .wherecard__media { max-width: 360px; aspect-ratio: 4 / 3; }
  .contactgrid { grid-template-columns: 1fr; }
  .ctaband__card { grid-template-columns: 1fr; }
  .ctaband__actions { flex-direction: row; flex-wrap: wrap; }
  .footer__top { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --hdr-h: 64px; }
  .topbar__note { display: none; }
  .topbar__inner { justify-content: center; }
  .hero__skyline { grid-template-columns: 1fr; }
  .hero__portrait { grid-column: 1; grid-row: 1; margin: 0 0 22px; max-width: 420px; }
  .hero__panel--lead { grid-row: 2; }
  .hero__panel--facts { grid-row: 3; }
  .hero__frame { aspect-ratio: 5 / 5.4; }
  .hero__tag { left: 50%; transform: translateX(-50%); white-space: nowrap; }
  .factlist { flex-direction: row; flex-wrap: wrap; gap: 0 26px; }
  .factlist__item { flex: 1 1 130px; }
  .factlist__item + .factlist__item { padding-top: 0; border-top: 0; }
  .cardgrid--3, .cardgrid--4 { grid-template-columns: 1fr; }
  .bento__grid { grid-template-columns: 1fr; }
  .official__list { grid-template-columns: 1fr; }
  .contactgrid__channels { grid-template-columns: 1fr 1fr; }
  .linkcards, .linkcards--3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .pillnav, .pillnav--compact { grid-template-columns: 1fr; }
  .deflist__row { grid-template-columns: 1fr; gap: 4px; }
  .chapter { grid-template-columns: 1fr; gap: 0; }
  .chapter__num { margin-bottom: 6px; }
  .timeline::before { left: 5px; }
  .timeline__item { grid-template-columns: 12px minmax(0, 1fr); }
  .timeline__year { grid-column: 2; grid-row: 1; font-size: .82rem; letter-spacing: .08em; color: var(--rose); padding-left: 14px; margin-bottom: 4px; }
  .timeline__dot { grid-column: 1; grid-row: 1; margin-top: 4px; }
  .timeline__body { grid-column: 2; grid-row: 2; padding-left: 14px; }
  .footer__nav { grid-template-columns: 1fr; gap: 24px; }
  .sheet__panel { right: 0; left: 0; top: auto; bottom: 0; transform: none; width: 100%; max-height: 90vh; border-radius: var(--r-lg) var(--r-lg) 0 0; animation: sheetUp .26s var(--ease); }
  @keyframes sheetUp { from { transform: translateY(24px); opacity: .5; } to { transform: none; opacity: 1; } }
  .finder__panel { margin-top: 12px; max-height: calc(100vh - 24px); }
  .quoteband__text { max-width: 100%; }
  .mapcard__frame { aspect-ratio: 4 / 3; }
}

@media (max-width: 400px) {
  .contactgrid__channels { grid-template-columns: 1fr; }
  .hero__tag { font-size: .72rem; padding: 8px 12px; }
  .btn { padding: 12px 18px; }
  .btn--lg { padding: 14px 22px; }
}

/* ---------- 25. Motion + print ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media print {
  .topbar, .masthead, .drawer, .sheet, .finder, .ctaband, .footer__nav, .skip-link { display: none !important; }
  body { background: #fff; }
  body::before { display: none; }
  .shell { max-width: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: .8em; color: #666; }
}

/* ---------- 26. Scroll reveal (added by JS only) ---------- */
.js-reveal {
  opacity: 0;
  translate: 0 16px;
  transition: opacity .62s var(--ease), translate .62s var(--ease);
}
.js-reveal.is-in { opacity: 1; translate: 0 0; }

@media (prefers-reduced-motion: reduce) {
  .js-reveal { opacity: 1; translate: 0 0; }
}

/* ---------- 27. Fit + target-size corrections ---------- */
.masthead__inner { gap: 12px; }
.brandmark { flex: 0 1 auto; min-width: 0; }
.brandmark__text { min-width: 0; }
.brandmark__name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.masthead__actions { flex: 0 0 auto; }

.topbar__note, .topbar__link { padding-block: 3px; }
.footer__col a, .crumbs__item a { display: inline-block; padding-block: 3px; }
.nav__chevron { width: 26px; height: 32px; }
.linkarrow { padding-block: 5px; }
.footer__col li { display: flex; }

@media (max-width: 430px) {
  .masthead__inner { gap: 8px; }
  .iconbtn, .masthead__card { width: 38px; height: 38px; padding: 9px; }
  .brandmark__sigil { width: 38px; height: 38px; border-radius: 12px; font-size: .86rem; }
  .brandmark { gap: 9px; }
  .brandmark__name { font-size: .95rem; }
}
.footer__otx a { display: inline-block; padding-block: 4px; }

/* ---------- 28. About: spec band + floated portrait ---------- */
.specband {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  padding: clamp(22px, 2.6vw, 34px) clamp(24px, 3vw, 40px);
  border-radius: var(--r-xl);
  background: linear-gradient(120deg, #fff 0%, var(--blush) 58%, var(--sage-w) 128%);
  border: 1px solid var(--line-2);
  box-shadow: var(--sh-1);
}
.specgrid { margin: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 0; }
.specgrid__cell { padding-inline: clamp(12px, 1.4vw, 20px); min-width: 0; }
.specgrid__cell:first-child { padding-left: 0; }
.specgrid__cell + .specgrid__cell { border-left: 1px solid var(--line-2); }
.specgrid dt {
  font-size: .7rem; font-weight: 700; letter-spacing: .13em;
  text-transform: uppercase; color: var(--rose); margin-bottom: 7px;
}
.specgrid dd { margin: 0; font-size: .93rem; font-weight: 600; line-height: 1.4; }
.specband__link {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  background: #fff;
  border: 1px solid var(--line);
  font-size: .88rem; font-weight: 600; color: var(--plum);
  white-space: nowrap;
  transition: all .2s var(--ease);
}
.specband__link .icon { transition: transform .22s var(--ease); }
.specband__link:hover { border-color: var(--rose-l); color: var(--rose); }
.specband__link:hover .icon { transform: translateX(3px); }

.floatfig { float: right; width: min(330px, 44%); margin: 4px 0 24px 40px; }
.floatfig figcaption { margin-top: 12px; font-size: .78rem; color: var(--ink-3); text-align: center; }

@media (max-width: 960px) {
  .specband { grid-template-columns: minmax(0, 1fr); justify-items: start; }
  .specgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 0; }
  .specgrid__cell:nth-child(odd) { padding-left: 0; border-left: 0; }
}

@media (max-width: 720px) {
  .specgrid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .specgrid__cell { padding-inline: 0; border-left: 0 !important; }
  .specgrid__cell + .specgrid__cell { padding-top: 14px; border-top: 1px solid var(--line-2); }
  .floatfig { float: none; width: 100%; max-width: 340px; margin: 0 auto 28px; }
}

/* ---------- 29. Detail overrides ---------- */
/* Icons carry explicit sizes; the global media max-width must not squash them. */
.icon { max-width: none; }

/* The e-mail address is one long token, so its card spans the channel grid. */
.channel--wide { grid-column: span 2; }
@media (max-width: 400px) { .channel--wide { grid-column: span 1; } }

