/* ==========================================================================
   Dr. Arzu Məmmədova — stylesheet
   Warm, editorial, unhurried. The doctor and the words are the design;
   decoration stays out of the way.
   ========================================================================== */

:root{
  --ground:#fbf8f5;
  --ground-2:#f4ece5;
  --ground-3:#efe4db;
  --card:#ffffff;
  --ink:#2b2320;
  --ink-2:#5f544c;
  --ink-3:#6f6259;
  --accent:#8a5a4e;
  --accent-dark:#6f463c;
  --accent-soft:#c9a596;
  --accent-wash:#f7ece7;
  --line:#e7dbd1;
  --line-2:#d8c8bb;
  --warn-bg:#fdf6ec;
  --warn-line:#e6cfa8;
  --warn-ink:#7a5a1e;

  --wrap:1180px;
  --measure:68ch;
  --r:14px;
  --r-sm:9px;
  --shadow:0 1px 2px rgba(43,35,32,.04), 0 8px 28px -14px rgba(43,35,32,.18);

  /* One family, sized and weighted for hierarchy instead of a serif/sans pair.
     Jost — the previous body face — has NO Ə/ə glyph, so the browser silently
     substituted another font for the single most common letter in Azerbaijani,
     mid-word, everywhere on the site. IBM Plex Sans carries the full set
     (Ə ə Ğ ğ İ ı Ö ö Ş ş Ü ü Ç ç), verified by rasterising each glyph and
     comparing it against the fallback rendering. Do not swap this family
     without re-running that check. */
  --sans:"IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --serif:"IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
}

body{
  margin:0;
  background:var(--ground);
  color:var(--ink);
  font-family:var(--sans);
  font-weight:400;
  font-size:1rem;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-dark);text-decoration:underline;text-underline-offset:3px}
:focus-visible{outline:2.5px solid var(--accent);outline-offset:3px;border-radius:3px}

/* Hierarchy comes from weight and tight tracking, not from a second family.
   Headings are 700 with negative letter-spacing that eases off as size drops. */
h1,h2,h3,h4{font-family:var(--sans);font-weight:700;color:var(--ink);margin:0 0 .5em}
h1{font-size:clamp(1.95rem,4.6vw,3rem);line-height:1.14;letter-spacing:-.022em}
h2{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.2;letter-spacing:-.02em}
h3{font-size:clamp(1.14rem,1.9vw,1.35rem);line-height:1.28;letter-spacing:-.012em}
h4{font-size:1.02rem;font-weight:600;line-height:1.34;letter-spacing:-.006em}
p{margin:0 0 1.05em}
ul,ol{margin:0 0 1.2em;padding-left:1.25em}
li{margin-bottom:.45em}
strong{font-weight:600}
hr{border:0;border-top:1px solid var(--line);margin:2.5rem 0}

.wrap{width:100%;max-width:var(--wrap);margin-inline:auto;padding-inline:clamp(1.15rem,4vw,2.5rem)}
.skip{position:absolute;left:-9999px;top:0;background:var(--accent);color:#fff;padding:.7rem 1.1rem;z-index:200;border-radius:0 0 var(--r-sm) 0}
.skip:focus{left:0}

/* ------------------------------------------------------------------ header */
.site-head{
  position:sticky;top:0;z-index:100;
  background:rgba(251,248,245,.88);
  backdrop-filter:saturate(1.4) blur(12px);
  -webkit-backdrop-filter:saturate(1.4) blur(12px);
  border-bottom:1px solid var(--line);
}
.head-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px}

/* Shrinkable, with min-width:0 so the flex item may actually give ground —
   the header now carries a call button as well as the menu, and at 320px the
   brand would otherwise push both off-screen. */
.brand{display:flex;align-items:center;gap:.7rem;color:var(--ink);text-decoration:none;min-width:0;flex:0 1 auto}
.brand:hover{text-decoration:none;color:var(--ink)}
.brand-mark{
  display:grid;place-items:center;
  width:42px;height:42px;flex:0 0 42px;
  background:var(--accent);color:#fff;
  border-radius:11px;
  font-family:var(--sans);font-size:1rem;font-weight:700;letter-spacing:.02em;
}
.brand-text{display:flex;flex-direction:column;line-height:1.22;min-width:0}

.brand-text strong{font-family:var(--sans);font-size:1.02rem;font-weight:700;letter-spacing:-.015em}
.brand-text em{font-style:normal;font-size:.755rem;color:var(--ink-3);letter-spacing:.09em;text-transform:uppercase}
/* Very small phones: drop the tagline and ease the name down a step so the
   name, the call button and the menu button all fit on one row. */
@media (max-width:400px){
  .brand{gap:.55rem}
  .brand-mark{width:38px;height:38px;flex:0 0 38px;font-size:.92rem;border-radius:10px}
  .brand-text strong{font-size:.92rem}
  .brand-text em{display:none}
  .head-actions{gap:.4rem}
  .head-inner{gap:.6rem}
}

.nav{display:flex;align-items:center;gap:1.55rem}
.nav a{
  color:var(--ink-2);font-size:.875rem;font-weight:500;letter-spacing:-.002em;
  text-decoration:none;padding:.3rem 0;position:relative;white-space:nowrap;
}
.nav a:hover{color:var(--accent);text-decoration:none}
.nav a[aria-current="page"]{color:var(--ink);font-weight:600}
.nav a[aria-current="page"]::after{
  content:"";position:absolute;left:0;right:0;bottom:-3px;height:1.5px;background:var(--accent);
}
/* `.nav a` is (0,1,1) and `.btn` is (0,1,0), so the nav's link colour wins on
   specificity no matter the source order — which rendered the header CTA as
   dark ink on the dark accent fill. Restate the button colours at nav
   specificity rather than reordering the file. */
.nav a.btn{color:#fff}
.nav a.btn:hover{color:#fff}
.nav a.btn-ghost{color:var(--accent)}
.nav a.btn-ghost:hover{color:var(--accent-dark)}
.nav-cta{margin-left:.35rem}

/* ------------------------------------------------------- header actions */
.head-actions{display:flex;align-items:center;gap:.55rem;flex-shrink:0}

/* Always-visible call button. The most-wanted action on a doctor's site
   should never be more than one tap away, at any width. */
.icon-btn{
  display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;
  border:1px solid var(--line-2);border-radius:100px;
  background:var(--card);color:var(--accent);
  transition:background .2s,border-color .2s,color .2s;
}
.icon-btn svg{width:19px;height:19px;fill:currentColor}
.icon-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff;text-decoration:none}

.drawer-btn{
  display:none;width:44px;height:44px;border:1px solid var(--line-2);background:transparent;
  border-radius:var(--r-sm);cursor:pointer;padding:0;place-items:center;gap:5px;
}
.drawer-btn span{display:block;width:19px;height:1.6px;background:var(--ink);transition:transform .22s,opacity .18s}
.drawer-btn[aria-expanded="true"] span:nth-child(1){transform:translateY(6.6px) rotate(45deg)}
.drawer-btn[aria-expanded="true"] span:nth-child(2){opacity:0}
.drawer-btn[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.6px) rotate(-45deg)}

/* Measured, not guessed: brand (≈258px) + 6 links (≈506px incl. gaps) +
   CTA (≈142px) + padding (≈80px) needs ≈986px before the CTA is pushed off. */
@media (max-width:1010px){
  .drawer-btn{display:grid}
  .nav{
    position:absolute;top:100%;left:0;right:0;
    flex-direction:column;align-items:stretch;gap:0;
    background:var(--ground);border-bottom:1px solid var(--line);
    padding:.5rem clamp(1.15rem,4vw,2.5rem) 1.35rem;
    box-shadow:var(--shadow);
    display:none;
  }
  .nav.open{display:flex}
  .nav a{padding:.92rem 0;border-bottom:1px solid var(--line);font-size:1.02rem}
  .nav a[aria-current="page"]::after{display:none}
  .nav a:last-of-type{border-bottom:0}
  .nav-cta{margin:.95rem 0 0;text-align:center;border-bottom:0!important}
}

/* ------------------------------------------------------------------ buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  background:var(--accent);color:#fff;
  padding:.86rem 1.6rem;border-radius:100px;
  font-family:var(--sans);font-size:.9375rem;font-weight:600;letter-spacing:-.002em;
  text-decoration:none;border:1.5px solid var(--accent);cursor:pointer;
  transition:background .2s,border-color .2s,transform .12s;
  min-height:48px;
}
.btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff;text-decoration:none}
.btn:active{transform:translateY(1px)}
.btn-ghost{background:transparent;color:var(--accent);border-color:var(--line-2)}
.btn-ghost:hover{background:var(--accent-wash);color:var(--accent-dark);border-color:var(--accent-soft)}
.btn-sm{padding:.6rem 1.15rem;font-size:.875rem;min-height:42px}
.btn-row{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.6rem 0 0}

/* ------------------------------------------------------------- breadcrumbs */
.crumbs{padding:1.1rem clamp(1.15rem,4vw,2.5rem) 0;max-width:var(--wrap);margin-inline:auto}
.crumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:.42rem;margin:0;padding:0;font-size:.83rem;color:var(--ink-3)}
.crumbs li+li::before{content:"›";margin-inline-end:.42rem;color:var(--line-2)}
.crumbs a{color:var(--ink-3)}
.crumbs a:hover{color:var(--accent)}
.crumbs [aria-current]{color:var(--ink-2)}

/* --------------------------------------------------------------- structure */
section{padding-block:clamp(3rem,7vw,5.4rem)}
section.tight{padding-block:clamp(2.2rem,4.5vw,3.4rem)}
.band{background:var(--ground-2)}
.band-3{background:var(--ground-3)}
.eyebrow{
  font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--accent);margin:0 0 .95rem;
}
.lede{font-size:clamp(1.02rem,1.6vw,1.15rem);line-height:1.6;color:var(--ink-2);max-width:62ch}
.prose{max-width:var(--measure)}
.prose h2{margin-top:2.4rem}
.prose h3{margin-top:1.9rem}
.prose>:first-child{margin-top:0}
.center{text-align:center;margin-inline:auto}
.section-head{max-width:62ch;margin-bottom:2.6rem}

/* -------------------------------------------------------------------- hero */
.hero{
  padding-block:clamp(2.6rem,6vw,5rem) clamp(3rem,7vw,5.4rem);
  background:
    radial-gradient(58% 78% at 82% 8%, var(--accent-wash) 0%, transparent 62%),
    linear-gradient(180deg, var(--ground) 0%, var(--ground-2) 100%);
  border-bottom:1px solid var(--line);
}
.hero-grid{display:grid;gap:clamp(2rem,5vw,3.6rem);align-items:center}
.hero h1{margin-bottom:.42em}
.hero .lede{margin-bottom:0}
.hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.7rem 0 0;padding:0;list-style:none}
.hero-tags li{
  font-size:.82rem;color:var(--ink-2);background:var(--card);
  border:1px solid var(--line);border-radius:100px;padding:.42rem .95rem;margin:0;
}
/* No forced aspect-ratio and no object-fit crop: each photograph keeps its own
   proportions, so nothing is cut off or stretched. The intrinsic width/height
   on the <img> reserves the right space and prevents layout shift. */
.portrait{
  position:relative;border-radius:var(--r);overflow:hidden;
  background:var(--ground-3);box-shadow:var(--shadow);margin:0;
  /* Never render wider than the source file (542px) — above that the photo
     upscales and goes soft. In the two-column hero the grid column is already
     narrower than this, so the cap only bites while the layout is stacked. */
  max-width:542px;margin-inline:auto;
}
@media (min-width:860px){.portrait{margin-inline:0}}
.portrait img{width:100%;height:auto;display:block}
.portrait figcaption{
  padding:.7rem .95rem;font-size:.8rem;line-height:1.45;color:var(--ink-3);
  background:var(--card);border-top:1px solid var(--line);
}

/* Inline photography inside a prose column. */
.figure{margin:2rem 0;max-width:var(--measure)}
.figure img{width:100%;height:auto;border-radius:var(--r);box-shadow:var(--shadow);background:var(--ground-3)}
.figure figcaption{margin-top:.7rem;font-size:.855rem;line-height:1.5;color:var(--ink-3)}
/* Tall, phone-shot photographs must not tower over the text column. */
.figure.tall{max-width:322px}   /* the source file is 322px wide; do not upscale */
.figure.portrait-med{max-width:420px}
.portrait-fallback{
  display:grid;place-items:center;aspect-ratio:4/5;border-radius:var(--r);
  background:linear-gradient(155deg,var(--accent-wash),var(--ground-3));
  border:1px solid var(--line);
}
.portrait-fallback span{
  font-family:var(--sans);font-size:clamp(3rem,8vw,4.4rem);font-weight:700;color:#a87d6d;
  letter-spacing:.05em;
}
@media (min-width:860px){
  .hero-grid{grid-template-columns:1.28fr .72fr}
}

/* ------------------------------------------------------------------- cards */
.cards{display:grid;gap:1.15rem;grid-template-columns:1fr;list-style:none;margin:0;padding:0}
@media (min-width:640px){.cards{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1000px){.cards.c3{grid-template-columns:repeat(3,1fr)}}
.card{
  background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  padding:1.55rem 1.6rem;margin:0;
  transition:border-color .2s,box-shadow .2s,transform .2s;
  display:flex;flex-direction:column;
}
a.card,.card a.card-link{text-decoration:none;color:inherit}
.card:hover{border-color:var(--accent-soft);box-shadow:var(--shadow);transform:translateY(-2px)}
.card h3{margin-bottom:.4rem;font-size:1.24rem}
.card p{color:var(--ink-2);font-size:.955rem;margin-bottom:0}
.card .more{
  margin-top:auto;padding-top:1.05rem;font-size:.875rem;color:var(--accent);font-weight:500;
}
.card .more::after{content:" →"}
.card-num{
  font-family:var(--sans);font-size:.76rem;font-weight:600;letter-spacing:.1em;color:var(--accent);
  display:block;margin-bottom:.5rem;letter-spacing:.06em;
}

/* --------------------------------------------------------------- fact list */
.facts{list-style:none;margin:0;padding:0;display:grid;gap:0}
.facts li{
  display:grid;gap:.15rem .9rem;margin:0;padding:1.05rem 0;border-bottom:1px solid var(--line);
}
.facts li:first-child{padding-top:0}
.facts li:last-child{border-bottom:0}
.facts dt,.facts .k{
  font-size:.775rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-weight:500;
}
.facts dd,.facts .v{margin:0;color:var(--ink);font-size:1.005rem}
@media (min-width:620px){
  .facts li{grid-template-columns:minmax(140px,190px) 1fr;align-items:baseline}
}

/* --------------------------------------------------------------- timeline */
.timeline{list-style:none;margin:0;padding:0;position:relative}
.timeline::before{content:"";position:absolute;left:6px;top:9px;bottom:9px;width:1.5px;background:var(--line-2)}
.timeline li{position:relative;padding:0 0 1.65rem 2.05rem;margin:0}
.timeline li:last-child{padding-bottom:0}
.timeline li::before{
  content:"";position:absolute;left:0;top:8px;width:13px;height:13px;border-radius:50%;
  background:var(--ground);border:2px solid var(--accent-soft);
}
.timeline .yr{
  display:block;font-family:var(--sans);font-size:.86rem;font-weight:700;letter-spacing:.02em;color:var(--accent);
  font-weight:600;letter-spacing:.02em;margin-bottom:.1rem;
}
.timeline p{margin:0;color:var(--ink-2);font-size:.975rem}

/* ------------------------------------------------------------------ callout */
.callout{
  border:1px solid var(--line);border-left:3px solid var(--accent-soft);
  background:var(--card);border-radius:var(--r-sm);
  padding:1.25rem 1.4rem;margin:1.9rem 0;
}
.callout h3,.callout h4{margin-top:0;margin-bottom:.5rem}
.callout p:last-child,.callout ul:last-child{margin-bottom:0}
.callout.risk{border-left-color:var(--warn-line);background:var(--warn-bg)}
.callout.risk h4{color:var(--warn-ink)}
.emergency{
  border:1px solid var(--warn-line);background:var(--warn-bg);border-radius:var(--r-sm);
  padding:1.05rem 1.25rem;margin:2rem 0 0;font-size:.945rem;color:var(--warn-ink);
}
.emergency strong{color:var(--warn-ink)}
.emergency a{color:var(--warn-ink);text-decoration:underline}

/* ---------------------------------------------------------------- steps */
.steps{list-style:none;counter-reset:s;margin:1.5rem 0;padding:0}
.steps li{counter-increment:s;position:relative;padding-left:3rem;margin-bottom:1.35rem}
.steps li::before{
  content:counter(s);position:absolute;left:0;top:-1px;
  width:32px;height:32px;display:grid;place-items:center;border-radius:50%;
  background:var(--accent-wash);color:var(--accent);border:1px solid var(--accent-soft);
  font-size:.85rem;font-weight:600;font-family:var(--sans);
}
.steps h4{margin:0 0 .2rem}
.steps p{margin:0;color:var(--ink-2);font-size:.965rem}

/* --------------------------------------------------------------------- FAQ */
.faq{max-width:var(--measure);margin:1.6rem 0 0}
.faq-item{border-bottom:1px solid var(--line)}
.faq-item summary{
  cursor:pointer;list-style:none;padding:1.15rem 2.4rem 1.15rem 0;position:relative;
  font-family:var(--sans);font-size:1.06rem;font-weight:600;color:var(--ink);line-height:1.4;letter-spacing:-.01em;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"";position:absolute;right:.35rem;top:1.55rem;
  width:9px;height:9px;border-right:1.6px solid var(--accent);border-bottom:1.6px solid var(--accent);
  transform:rotate(45deg);transition:transform .22s;
}
.faq-item[open] summary::after{transform:rotate(-135deg);top:1.8rem}
.faq-item summary:hover{color:var(--accent)}
.faq-body{padding:0 2.4rem 1.35rem 0;color:var(--ink-2)}
.faq-body p:last-child{margin-bottom:0}

/* ------------------------------------------------------------------ contact */
.contact-grid{display:grid;gap:1.6rem}
@media (min-width:820px){.contact-grid{grid-template-columns:1.05fr .95fr;gap:2.6rem}}
.contact-card{
  background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  padding:clamp(1.5rem,3.5vw,2.2rem);
}
.contact-card h2{margin-top:0}
/* The number is the point of this page, so it is set as a headline rather than
   as a list row, with the two ways to reach it directly underneath. */
.phone-block{
  padding:1.4rem 1.5rem 1.3rem;margin:0 0 1.5rem;
  background:var(--accent-wash);border:1px solid var(--accent-soft);border-radius:var(--r);
}
.phone-label{
  font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:var(--accent);margin:0 0 .35rem;
}
.phone-number{
  display:inline-block;margin:0 0 1.05rem;
  font-size:clamp(1.55rem,4.4vw,2.05rem);font-weight:700;
  letter-spacing:-.025em;font-variant-numeric:tabular-nums;
  color:var(--ink);text-decoration:none;line-height:1.15;
}
.phone-number:hover{color:var(--accent-dark);text-decoration:none}
.phone-actions{display:flex;flex-wrap:wrap;gap:.65rem}
.phone-actions .btn{flex:1 1 auto;min-width:150px}
.phone-actions .btn svg{width:17px;height:17px;fill:currentColor;flex:0 0 17px}
.phone-actions .btn-ghost{background:var(--card)}
.phone-note{margin:.95rem 0 0;font-size:.85rem;color:var(--ink-3)}

/* --------------------------------------------------------------- mobile CTA */
.mobile-cta{
  position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;
  gap:.6rem;align-items:center;
  padding:.65rem clamp(1rem,4vw,1.5rem) calc(.65rem + env(safe-area-inset-bottom));
  background:rgba(251,248,245,.95);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-top:1px solid var(--line);
}
.mobile-cta .mc-main{flex:1 1 auto}
.mc-icon{
  display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;
  border:1.5px solid var(--accent);border-radius:100px;
  background:var(--card);color:var(--accent);
}
.mc-icon svg{width:21px;height:21px;fill:currentColor}
.mc-icon:hover{background:var(--accent);color:#fff;text-decoration:none}
@media (max-width:640px){
  .mobile-cta{display:flex}
  body{padding-bottom:82px}
}

/* ------------------------------------------------------------------ footer */
.site-foot{background:var(--ground-3);border-top:1px solid var(--line);padding-block:3.2rem 2rem;margin-top:0}
.foot-grid{display:grid;gap:2rem;margin-bottom:2.4rem}
@media (min-width:760px){.foot-grid{grid-template-columns:1.4fr 1fr 1.3fr;gap:2.6rem}}
.foot-col h2{font-family:var(--sans);font-size:.775rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-weight:600;margin-bottom:.9rem}
.foot-col ul{list-style:none;margin:0;padding:0}
.foot-col li{margin-bottom:.55rem;font-size:.935rem;color:var(--ink-2)}
.foot-col a{color:var(--ink-2)}
.foot-col a:hover{color:var(--accent)}
.foot-name{margin:.85rem 0 0;font-size:.95rem;line-height:1.5}
.foot-name strong{font-family:var(--sans);font-size:1.02rem;font-weight:700;letter-spacing:-.015em;color:var(--ink)}
.foot-name span{color:var(--ink-3);font-size:.86rem}
.disclaimer{
  font-size:.83rem;line-height:1.62;color:var(--ink-3);
  border-top:1px solid var(--line-2);padding-top:1.4rem;margin:0 0 1rem;max-width:88ch;
}
.disclaimer a{color:var(--ink-2);text-decoration:underline}
.copy{font-size:.8rem;color:var(--ink-3);margin:0;display:flex;flex-wrap:wrap;gap:.35rem 1rem;align-items:baseline}
.copy .upd{color:var(--ink-3);opacity:.72}
.copy .credit{margin-inline-start:auto}
.copy .credit a{color:var(--ink-2);font-weight:600;text-decoration:none}
.copy .credit a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
@media (max-width:620px){.copy .credit{margin-inline-start:0}}
/* The phone number in the footer reads as a number, not as body text. */
.foot-tel{font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.01em}

/* --------------------------------------------------------------- utilities */
.chips{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1.1rem 0 0;padding:0}
.chips li{
  margin:0;font-size:.855rem;color:var(--ink-2);
  background:var(--card);border:1px solid var(--line);border-radius:100px;padding:.4rem .9rem;
}
.split{display:grid;gap:2rem}
@media (min-width:880px){.split{grid-template-columns:1fr 1fr;gap:3rem}}

/* About-page intro: text beside the portrait on wide screens, stacked below
   it on narrow ones. The photo never grows past its natural size. */
.intro-grid{display:grid;gap:2rem;align-items:center}
.intro-photo{max-width:340px;width:100%;justify-self:start}
@media (min-width:820px){
  .intro-grid{grid-template-columns:1.35fr .65fr;gap:3rem}
  .intro-photo{justify-self:end;max-width:100%}
}
.note{font-size:.895rem;color:var(--ink-3);font-style:italic}
