:root {
  --brand: #0f3b60;
  --brand-soft: #1b527f;
  --bone: #f7f4ee;
  --bone-soft: #e9eef2;
  --ink: #17293b;
  --mineral: #586a7b;
  --line: #cbd5df;
  --accent: #9d2b56;
  --accent-dark: #7a1f42;
  --accent-light: #d98bab;
  --white: #fff;
  --page: 80rem;
  --measure: 48rem;
  --radius: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  background: var(--bone);
  color: var(--ink);
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 1rem;
}
html, body { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: "Noto Sans Arabic", "Geeza Pro", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
body.lead-dialog-open { overflow-y: hidden; }
html[lang="en"] body {
  font-family: Manrope, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.68;
}
h1, h2, h3, p, figure, dl, dd, dt, ul, ol { margin: 0; }
ul, ol { padding: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
::selection { background: var(--accent); color: var(--white); }

h1, h2, h3 {
  font-family: "Noto Kufi Arabic", "Geeza Pro", Tahoma, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.45;
}
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3 {
  font-family: Manrope, "Segoe UI", Helvetica, Arial, sans-serif;
  line-height: 1.15;
}
html[lang="ar"] * { letter-spacing: 0; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  inset-block-start: .5rem;
  inset-inline-start: .75rem;
  z-index: 200;
  padding: .7rem 1rem;
  background: var(--white);
  color: var(--brand);
  border: 2px solid var(--accent);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.masthead {
  position: relative;
  z-index: 80;
  background: var(--brand);
  color: var(--bone);
  border-block-end: 1px solid rgba(245, 240, 230, .16);
}
.masthead__inner {
  width: min(100%, var(--page));
  min-height: 4.75rem;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  gap: clamp(.75rem, 2vw, 1.5rem);
}
.developer-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: auto;
  text-decoration: none;
  width: clamp(8.4rem, 14vw, 10.75rem);
  min-width: 0;
  min-height: 3.25rem;
  padding: .35rem 0;
  background: transparent;
}
.developer-mark img { width: 100%; height: auto; filter: brightness(0) invert(1); opacity: .96; }
.masthead__nav { display: flex; align-items: center; }
.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: .1rem;
}
.nav-list a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding-inline: .75rem;
  color: #d8e3ec;
  text-decoration: none;
  border-block-end: 2px solid transparent;
  font-size: .86rem;
  font-weight: 600;
}
.nav-list a:hover,
.nav-list a[aria-current="page"] { color: var(--white); border-block-end-color: var(--accent-light); }
.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(245, 240, 230, .35);
  border-radius: var(--radius);
  background: transparent;
  color: var(--bone);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.nav-toggle__bar { width: 1.2rem; height: 2px; background: currentColor; }
.masthead__actions { display: flex; align-items: center; gap: .65rem; }
.lang-switch {
  min-height: 2.75rem;
  padding-inline: .8rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(245, 240, 230, .32);
  border-radius: 999px;
  color: var(--bone);
  text-decoration: none;
  font-size: .78rem;
}
.masthead__call {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: var(--bone);
  text-decoration: none;
  font-family: Manrope, Arial, sans-serif;
  font-size: .82rem;
  direction: ltr;
}

.hero {
  position: relative;
  min-height: calc(100svh - 4.75rem);
  display: grid;
  grid-template-rows: auto minmax(35rem, 1fr);
  background: var(--brand);
  color: var(--bone);
}
.breadcrumbs {
  position: relative;
  z-index: 3;
  background: var(--brand);
  border-block-end: 1px solid rgba(245, 240, 230, .16);
}
.breadcrumbs ol {
  width: min(100%, var(--page));
  margin-inline: auto;
  padding: .55rem clamp(1rem, 4vw, 2.5rem);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  color: #becddb;
  font-size: .76rem;
}
.breadcrumbs li + li::before { content: "/"; margin-inline-end: .45rem; color: #8299ad; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover, .breadcrumbs [aria-current="page"] { color: var(--white); }
.hero__media {
  position: relative;
  min-height: 35rem;
  overflow: hidden;
}
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 27, 48, .24);
  pointer-events: none;
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__panel {
  position: absolute;
  z-index: 4;
  inset-inline-start: max(clamp(1rem, 4vw, 2.5rem), calc((100vw - var(--page)) / 2 + 2rem));
  inset-block-end: clamp(1rem, 4vh, 2.5rem);
  width: min(44rem, calc(100% - 2rem));
  padding: clamp(1.3rem, 3.5vw, 2.35rem);
  background: var(--brand);
  border-block-start: 3px solid var(--accent-light);
}
.hero__kicker { color: var(--accent-light); font-size: .82rem; font-weight: 700; margin-block-end: .65rem; }
html[lang="en"] .hero__kicker { text-transform: uppercase; letter-spacing: .1em; }
.hero h1 { color: var(--bone); font-size: clamp(1.85rem, 4.6vw, 3.65rem); max-width: 15ch; }
html[lang="ar"] .hero h1 { max-width: 20ch; line-height: 1.5; }
.hero__lede { max-width: 58ch; margin-block-start: .8rem; color: #d8e3ec; font-size: clamp(1rem, 1.6vw, 1.15rem); }
.hero__actions { margin-block-start: 1.25rem; display: flex; flex-wrap: wrap; gap: .7rem; }

.btn {
  min-height: 3rem;
  padding: .7rem 1.2rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.35;
  cursor: pointer;
}
.btn--primary { background: var(--bone); color: var(--brand); }
.btn--primary:hover { background: var(--white); }
.btn--ghost { border-color: rgba(245, 240, 230, .5); color: var(--bone); background: transparent; }
.btn--ghost:hover { border-color: var(--bone); }
.btn--quiet { color: var(--bone); text-decoration: underline; }
.btn--outline { border-color: var(--brand); color: var(--brand); background: transparent; }
.btn--outline:hover { background: var(--brand); color: var(--bone); }
.btn--light { background: var(--bone); color: var(--brand); }
.btn--light-ghost { border-color: rgba(245, 240, 230, .45); color: var(--bone); }
.btn--light-quiet { color: var(--bone); text-decoration: underline; }

.chapter {
  padding-block: clamp(3.7rem, 8vw, 6.5rem);
  border-block-start: 1px solid var(--line);
}
.measure { width: min(100%, var(--measure)); margin-inline: auto; padding-inline: clamp(1.2rem, 4vw, 2rem); }
.chapter h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); color: var(--brand); margin-block-end: 1.25rem; }
.chapter h2::before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 3px;
  margin-block-end: 1rem;
  background: var(--accent);
}
.chapter p + p { margin-block-start: 1rem; }
.chapter--intro p, .chapter__note, .chapter--developer p { color: #34495c; }
.chapter__note { margin-block-end: 1.8rem; font-size: .96rem; }

.facts {
  width: min(100%, 62rem);
  margin: 2rem auto 0;
  padding-inline: clamp(1.2rem, 4vw, 2rem);
}
.facts__row {
  display: grid;
  grid-template-columns: minmax(10rem, 15rem) 1fr;
  gap: 1.25rem;
  padding-block: 1.05rem;
  border-block-start: 1px solid var(--line);
}
.facts__row:last-child { border-block-end: 1px solid var(--line); }
.facts dt { color: var(--mineral); font-size: .85rem; }
.facts dd { color: var(--ink); font-weight: 700; text-align: end; }

.units {
  width: min(100%, 66rem);
  margin: 2rem auto 0;
  padding-inline: clamp(1.2rem, 4vw, 2rem);
  list-style: none;
  counter-reset: home;
}
.unit {
  counter-increment: home;
  display: grid;
  grid-template-columns: minmax(12rem, 19rem) 1fr;
  gap: 2rem;
  padding-block: 2rem;
  border-block-start: 1px solid var(--line);
}
.unit:last-child { border-block-end: 1px solid var(--line); }
.unit__type { color: var(--brand); font-size: clamp(1.15rem, 2.2vw, 1.5rem); }
.unit__type::before {
  content: counter(home, decimal-leading-zero);
  display: block;
  margin-block-end: .65rem;
  color: var(--accent);
  font: 700 .78rem/1 Manrope, Arial, sans-serif;
}
.unit__rows { min-width: 0; }
.unit__row { display: grid; grid-template-columns: minmax(8rem, 12rem) 1fr; gap: 1rem; padding-block: .65rem; border-block-start: 1px solid var(--line); }
.unit__row dt { color: var(--mineral); font-size: .84rem; }
.unit__row dd { text-align: end; font-weight: 700; overflow-wrap: anywhere; }

.rail { width: min(100%, 74rem); margin: 2.2rem auto 0; padding-inline: clamp(1.2rem, 4vw, 2rem); }
.rail__tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); }
.rail__tab {
  min-height: 5.4rem;
  padding: 1rem 1.2rem;
  border: 0;
  border-inline-end: 1px solid var(--line);
  border-block-start: 3px solid transparent;
  background: var(--bone);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: .4rem;
  text-align: start;
  cursor: pointer;
}
.rail__tab:last-child { border-inline-end: 0; }
.rail__tab[aria-selected="true"] { background: var(--brand); color: var(--bone); border-block-start-color: var(--accent-light); }
.rail__tab-name { font-weight: 800; }
.rail__tab-status { display: inline-flex; padding: .2rem .6rem; border: 1px solid currentColor; border-radius: 999px; font-size: .7rem; opacity: .78; }
.rail__panel { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(1.5rem, 4vw, 3rem); align-items: center; padding-block-start: 2.5rem; }
.rail__panel[hidden] { display: none; }
.rail__panel.is-entering { animation: rail-enter .34s ease-out; }
@keyframes rail-enter { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.rail__media { aspect-ratio: 4/3; overflow: hidden; background: var(--bone-soft); }
.rail__media img { width: 100%; height: 100%; object-fit: cover; }
.rail__body h3 { margin-block: .35rem .9rem; color: var(--brand); font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
.rail__eyebrow { color: var(--accent); font-size: .78rem; font-weight: 800; }
.rail__facts { margin-block: 1.2rem 1.5rem; }
.rail__facts div { display: flex; justify-content: space-between; gap: 1rem; padding-block: .6rem; border-block-start: 1px solid var(--line); }
.rail__facts dt { color: var(--mineral); font-size: .82rem; }
.rail__facts dd { text-align: end; font-weight: 700; }

.gallery { width: min(100%, 74rem); margin: 2rem auto 0; padding-inline: clamp(1.2rem, 4vw, 2rem); list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.gallery__item--lead { grid-column: 1 / -1; }
.gallery__trigger { width: 100%; padding: 0; border: 0; background: transparent; color: var(--ink); text-align: start; cursor: zoom-in; }
.gallery__trigger img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.gallery__caption { display: block; padding-block: .65rem; color: var(--mineral); border-block-end: 1px solid var(--line); font-size: .84rem; }
.lightbox { max-width: min(74rem, 94vw); max-height: 92vh; padding: 0; border: 0; background: var(--brand); color: var(--bone); }
.lightbox::backdrop { background: rgba(4, 17, 31, .92); }
.lightbox__stage { padding: 1rem; }
.lightbox__img { max-height: 76vh; margin-inline: auto; object-fit: contain; }
.lightbox__caption { padding-block-start: .7rem; color: #d2dee8; font-size: .86rem; }
.lightbox__controls { position: absolute; inset-block-start: .75rem; inset-inline-end: .75rem; display: flex; gap: .4rem; }
.lightbox__btn { width: 2.75rem; height: 2.75rem; border: 1px solid rgba(245, 240, 230, .55); background: var(--brand); color: var(--bone); cursor: pointer; }

.chapter--developer .developer { display: grid; grid-template-columns: minmax(10rem, 13rem) 1fr; gap: 2rem; align-items: start; }
.developer__logo { width: 100%; padding: 1rem; background: var(--white); border: 1px solid var(--line); }

.faq { margin-block-start: 1.5rem; }
.faq__item { border-block-start: 1px solid var(--line); }
.faq__item:last-child { border-block-end: 1px solid var(--line); }
.faq__q { min-height: 3.5rem; padding: 1rem 2.5rem 1rem 0; position: relative; display: flex; align-items: center; cursor: pointer; font-weight: 800; list-style: none; }
html[dir="rtl"] .faq__q { padding: 1rem 0 1rem 2.5rem; }
.faq__q::-webkit-details-marker { display: none; }
.faq__q::after { content: "+"; position: absolute; inset-inline-end: .2rem; inset-block-start: 50%; transform: translateY(-50%); color: var(--accent); font: 700 1.4rem/1 Manrope, Arial, sans-serif; }
.faq__item[open] .faq__q::after { content: "−"; }
.faq__a { padding-block: 0 1.25rem; color: #34495c; }

.chapter--form .measure { max-width: 58rem; }
.lead-dialog__open { margin-block-start: 1.5rem; }
.lead-dialog {
  width: min(32rem, calc(100vw - 2rem));
  max-width: none;
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 16px;
  background: var(--bone);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(4, 17, 31, .36);
}
.lead-dialog::backdrop { background: rgba(4, 17, 31, .78); }
.lead-dialog__shell { position: relative; padding: clamp(1.35rem, 5vw, 2.25rem); }
.lead-dialog__close {
  position: absolute;
  inset-block-start: .75rem;
  inset-inline-end: .75rem;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
}
.lead-dialog__close:hover { background: var(--bone-soft); }
.lead-dialog__intro { padding-inline-end: 3rem; }
.lead-dialog__intro h3 { max-width: 19ch; color: var(--brand); font-size: clamp(1.35rem, 5vw, 1.85rem); }
.lead-dialog__intro p { margin-block-start: .65rem; max-width: 45ch; color: var(--mineral); font-size: .92rem; }
.lead-form { margin-block-start: 1.5rem; }
.lead-form__grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.field label { display: block; margin-block-end: .42rem; color: var(--brand); font-size: .88rem; font-weight: 800; }
.field input {
  width: 100%;
  min-height: 3.25rem;
  padding: .7rem .85rem;
  border: 1px solid #aab8c5;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
}
.field input[aria-invalid="true"] { border-color: var(--accent-dark); }
.field__error { margin-block-start: .35rem; color: var(--accent-dark); font-size: .8rem; }
.lead-form__footer { margin-block-start: 1.2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.lead-form__footer .btn--primary { width: 100%; background: var(--brand); color: var(--bone); }
.lead-form__footer .btn--primary:disabled { cursor: wait; opacity: .68; }
.lead-form__status { min-height: 1.5rem; font-size: .9rem; }
.lead-form__status.is-success { color: var(--brand); font-weight: 700; }
.lead-form__status.is-error { color: var(--accent-dark); font-weight: 700; }
.lead-form__privacy { margin-block-start: .8rem; color: var(--mineral); font-size: .78rem; }

.chapter--salon { background: var(--brand); color: var(--bone); border-block-start-color: var(--brand); }
.chapter--salon h2 { color: var(--bone); }
.chapter--salon h2::before { background: var(--accent-light); }
.chapter--salon p { color: #d6e1ea; }
.salon__actions { margin-block-start: 1.3rem; display: flex; flex-wrap: wrap; gap: .7rem; }

.related { list-style: none; border-block-start: 1px solid var(--line); }
.related li { border-block-end: 1px solid var(--line); }
.related a { min-height: 4.5rem; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 1rem; color: var(--ink); text-decoration: none; }
.related a::after { content: "→"; color: var(--accent); font: 700 1.2rem/1 Manrope, Arial, sans-serif; }
html[dir="rtl"] .related a::after { content: "←"; }
.related__label { color: var(--brand); font-weight: 800; }
.related__hint { color: var(--mineral); font-size: .82rem; text-align: end; }
.related a:hover .related__label { color: var(--accent); }

.footer { background: var(--brand); color: #d7e0e8; border-block-start: 1px solid rgba(247, 244, 238, .18); }
.footer__inner { width: min(100%, var(--page)); margin-inline: auto; padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.2rem, 4vw, 2.5rem); display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(10rem, 1fr) minmax(10rem, .8fr); gap: 2.5rem; }
.footer__brand .wordmark__name { color: var(--bone); }
.footer__tag { max-width: 48ch; margin-block-start: .8rem; font-size: .88rem; }
.footer__developer { margin-block-start: 1.3rem; display: flex; align-items: center; gap: .8rem; }
.footer__developer img { width: 8rem; padding: .5rem; background: var(--white); }
.footer__developer figcaption { font-size: .75rem; }
.footer__nav ul { list-style: none; }
.footer__nav a, .footer__contact a { min-height: 2.75rem; display: inline-flex; align-items: center; color: var(--bone); text-decoration: none; }
.footer__contact-title { color: var(--accent-light); font-weight: 800; }
.footer__legal { width: min(100%, var(--page)); margin-inline: auto; padding: 1.2rem clamp(1.2rem, 4vw, 2.5rem); border-block-start: 1px solid rgba(245, 240, 230, .16); display: flex; justify-content: space-between; gap: 1rem; color: #bdcbd7; font-size: .72rem; }

.sticky-actions {
  position: fixed;
  z-index: 100;
  inset-inline: auto 1.25rem;
  inset-block-end: 1.25rem;
  display: grid;
  grid-auto-flow: column;
  background: var(--brand);
  color: var(--bone);
  border: 1px solid rgba(245, 240, 230, .22);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(5, 28, 51, .28);
}
.sticky-actions__btn {
  min-height: 3.5rem;
  padding-inline: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  color: var(--bone);
  text-decoration: none;
  border-inline-start: 1px solid rgba(245, 240, 230, .18);
  font-size: .82rem;
  font-weight: 800;
}
.sticky-actions__btn:first-child { border-inline-start: 0; }
.sticky-actions__btn--call { background: var(--bone); color: var(--brand); }

@media (max-width: 980px) {
  .nav-toggle { display: flex; }
  .nav-list {
    display: none;
    position: absolute;
    inset-inline: 0;
    inset-block-start: 100%;
    z-index: 90;
    padding: .75rem 1rem 1rem;
    background: var(--brand);
    border-block-end: 1px solid rgba(245, 240, 230, .18);
    flex-direction: column;
    align-items: stretch;
  }
  .nav-toggle[aria-expanded="true"] + .nav-list { display: flex; }
  .nav-list a { padding-inline: 0; }
  .masthead__call span { display: none; }
  .masthead__call { width: 2.75rem; justify-content: center; border: 1px solid rgba(245, 240, 230, .3); border-radius: var(--radius); }
}

@media (max-width: 720px) {
  body { padding-block-end: 3.75rem; }
  .masthead__inner { min-height: 4.25rem; gap: .5rem; }
  .hero { min-height: calc(100svh - 4.25rem); grid-template-rows: auto minmax(41rem, 1fr); }
  .hero__media { min-height: 41rem; }
  .hero__panel { inset-inline: .8rem; inset-block-end: .8rem; width: auto; padding: 1.15rem; }
  .hero__actions .btn { flex: 1 1 100%; }
  .facts__row, .unit, .unit__row, .rail__panel, .chapter--developer .developer, .footer__inner { grid-template-columns: 1fr; }
  .facts dd, .unit__row dd { text-align: start; }
  .unit { gap: 1rem; }
  .rail__tabs, .gallery { grid-template-columns: 1fr; }
  .rail__tab { border-inline-end: 0; border-block-end: 1px solid var(--line); }
  .rail__tab:last-child { border-block-end: 0; }
  .gallery__item--lead { grid-column: auto; }
  .lead-dialog { width: min(32rem, calc(100vw - 1.25rem)); max-height: calc(100dvh - 1.25rem); }
  .related a { grid-template-columns: minmax(0, 1fr) auto; }
  .related__hint { grid-column: 1 / -1; grid-row: 2; text-align: start; padding-block-end: .8rem; }
  .footer__legal { flex-direction: column; }
  .sticky-actions { inset-inline: 0; inset-block-end: 0; border-radius: 0; border-inline: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); box-shadow: 0 -8px 24px rgba(5, 28, 51, .2); }
  .sticky-actions__btn { min-width: 0; min-height: 3.75rem; padding-inline: .35rem; flex-direction: column; gap: .08rem; font-size: .72rem; }
}

@media (max-width: 430px) {
  .lang-switch { min-width: 2.75rem; padding-inline: .55rem; justify-content: center; font-size: .7rem; }
  .masthead__call { display: none; }
  .developer-mark { width: 7.9rem; min-height: 2.9rem; padding: .3rem 0; }
  .hero h1 { font-size: 1.65rem; }
  .hero__lede { font-size: .92rem; line-height: 1.65; }
  .chapter { padding-block: 3.2rem; }
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .btn, .nav-list a, .related__label { transition: color .18s ease, background-color .18s ease, border-color .18s ease; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
