/* ==========================================================================
   عبدالغني كامل — campaign site
   RTL-first. Logical properties throughout, so the layout mirrors correctly
   without a second stylesheet.
   ========================================================================== */

/* ------------------------------------------------------------------ fonts */

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/cairo-arabic-400.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/cairo-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/cairo-arabic-600.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/cairo-latin-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/cairo-arabic-700.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/cairo-latin-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/cairo-arabic-800.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+08A0-08FF, U+FB50-FDFF, U+FE70-FEFF;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/cairo-latin-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}

/* ----------------------------------------------------------------- tokens */

:root {
  --rose:        #c2265f;
  --rose-dk:     #a01c4d;
  --rose-lt:     #e0568c;
  --rose-wash:   #fdf3f7;
  --olive:       #8c9a4a;
  --olive-dk:    #77843c;
  --ink:         #2b2b30;
  --ink-2:       #5c5c66;
  --ink-3:       #86868f;
  --line:        #e8e6ea;
  --bg:          #ffffff;
  --bg-2:        #faf7f8;

  --wrap:        1240px;
  --r-sm:        10px;
  --r:           16px;
  --r-lg:        26px;
  --sh:          0 4px 18px rgba(43, 43, 48, .07);
  --sh-lg:       0 18px 50px rgba(43, 43, 48, .12);
  --ease:        cubic-bezier(.22, .61, .36, 1);
}

/* ------------------------------------------------------------------ reset */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-block-start: 100px; }

body {
  margin: 0;
  font-family: 'Cairo', 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink);
  background: var(--bg);
  overflow-x: clip;
}

img, svg, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

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

.skip {
  position: absolute; inset-block-start: -100px; inset-inline-start: 12px; z-index: 999;
  padding: 10px 18px; background: var(--rose); color: #fff; border-radius: 0 0 8px 8px;
}
.skip:focus { inset-block-start: 0; }

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

/* --------------------------------------------------------------- helpers */

.wrap { width: min(100% - 40px, var(--wrap)); margin-inline: auto; }

.h2 {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--rose);
}
.h3 { font-size: clamp(20px, 2.6vw, 26px); font-weight: 700; line-height: 1.4; color: var(--ink); }
.ctr { text-align: center; margin-block-end: 34px; }
.lead { font-size: clamp(17px, 2vw, 19px); color: var(--ink-2); font-weight: 500; }
.lead--ctr { text-align: center; max-inline-size: 760px; margin-inline: auto; margin-block-end: 36px; }
.empty { text-align: center; color: var(--ink-3); padding-block: 60px; }

.ic { inline-size: 1.15em; block-size: 1.15em; flex: none; }
.ic--xl { inline-size: 46px; block-size: 46px; }

.sec { padding-block: clamp(56px, 8vw, 96px); }
.sec--tint { background: var(--bg-2); }
.sec__head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; margin-block-end: 34px;
}

.lnk {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--rose); font-weight: 700;
}
.lnk .ic { transition: transform .2s var(--ease); }
.lnk:hover .ic { transform: translateX(4px); }

/* --------------------------------------------------------------- buttons */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 12px 26px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  transition: transform .18s var(--ease), background-color .18s, color .18s, box-shadow .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--lg { padding: 15px 34px; font-size: 16px; }
.btn--full { display: flex; inline-size: 100%; }

.btn--rose  { background: var(--rose); color: #fff; box-shadow: 0 6px 18px rgba(194, 38, 95, .28); }
.btn--rose:hover  { background: var(--rose-dk); }
.btn--olive { background: var(--olive); color: #fff; box-shadow: 0 6px 18px rgba(140, 154, 74, .28); }
.btn--olive:hover { background: var(--olive-dk); }
.btn--line  { border-color: var(--rose); color: var(--rose); background: transparent; }
.btn--line:hover  { background: var(--rose); color: #fff; }
.btn--white { background: #fff; color: var(--rose); }
.btn--ghost { border-color: rgba(255, 255, 255, .7); color: #fff; }
.btn--ghost:hover { background: rgba(255, 255, 255, .14); }

/* ---------------------------------------------------------------- header */

.hdr {
  position: sticky; inset-block-start: 0; z-index: 60;
  background: #fff;
  border-block-end: 1px solid var(--line);
  transition: background-color .25s, box-shadow .25s, border-color .25s;
}
/* On the home page the bar floats over the hero until the user scrolls. */
.hdr--over {
  position: fixed; inset-inline: 0; background: transparent; border-color: transparent;
}
/* No backdrop-filter here: it would make .hdr the containing block for the
   position:fixed drawer nested inside it, clipping the drawer to the header.
   An opaque background reads the same anyway. */
.hdr--over.is-stuck {
  background: #fff;
  border-color: var(--line);
  box-shadow: var(--sh);
}

.hdr__in {
  display: flex; align-items: center; gap: 20px;
  min-block-size: 82px;
}

.brand { display: flex; align-items: center; gap: 11px; flex: none; }
/* The rose is portrait inside a square file: contain keeps it whole and
   centred instead of stretching the flower. */
.brand__logo { inline-size: 52px; block-size: 52px; object-fit: contain; }
.brand__txt { display: grid; line-height: 1.25; }
.brand__txt strong { font-size: 16px; font-weight: 800; color: var(--rose); }
.brand__txt span { font-size: 14px; font-weight: 600; color: var(--rose); }

.nav { margin-inline-start: auto; display: flex; align-items: center; gap: 6px; }
.nav__list { display: flex; align-items: center; gap: 4px; }
.nav__a {
  display: block; padding: 9px 13px; border-radius: 8px;
  font-size: 15px; font-weight: 600; color: var(--ink);
  /* Nine entries now: a two-word label like "معرض الصور" must never break in
     half. It stays on one line and the bar tightens up instead. */
  white-space: nowrap;
  transition: color .18s, background-color .18s;
}

/* Between the drawer breakpoint and a roomy desktop, buy the room back from
   the padding rather than letting labels wrap or the bar overflow. */
@media (max-width: 1240px) {
  .nav__a { padding-inline: 9px; font-size: 14.5px; }
  .nav__list { gap: 2px; }
}
.nav__a:hover { color: var(--rose); background: var(--rose-wash); }
.nav__a.is-on { color: var(--rose); font-weight: 700; }
.nav__a.is-on::after {
  content: ''; display: block; block-size: 2.5px; border-radius: 2px;
  background: var(--rose); margin-block-start: 5px;
}
.hdr--over:not(.is-stuck) .nav__a { color: var(--ink); }

.nav__close, .nav__cta { display: none; }
.hdr__cta { flex: none; }

.burger {
  display: none;
  inline-size: 48px; block-size: 48px;
  align-items: center; justify-content: center;
  background: var(--rose); color: #fff; border: 0; border-radius: 12px;
  margin-inline-start: auto;
  cursor: pointer;
}
.burger .ic { inline-size: 24px; block-size: 24px; }

/* The drawer is a child of .hdr, so its z-index is resolved *inside* .hdr's
   stacking context (z-index 60). A veil above 60 would therefore cover the
   drawer too. Instead the veil stays under .hdr, and .hdr is lifted above
   every other layer while the drawer is open. */
.nav__veil {
  position: fixed; inset: 0; z-index: 55;
  background: rgba(20, 12, 16, .5);
  backdrop-filter: blur(2px);
}
body.nav-open .hdr { z-index: 80; }

/* ------------------------------------------------------------------ hero */

.hero {
  position: relative;
  isolation: isolate;
  padding-block: 118px 96px;
  background:
    var(--hero-bg, none) center / cover no-repeat,
    linear-gradient(160deg, #e8dfd4, #cbb9a4);
  overflow: clip;
}
.hero--nobg { background: linear-gradient(160deg, #efe6dc 0%, #d8c6b2 60%, #c9b49c 100%); }

/* The magenta wedge runs down the END edge of the page (left in RTL), behind
   the candidate. inset-inline-end flips with direction, so this stays correct
   if the site is ever mirrored to LTR. */
.hero__cut {
  position: absolute; inset-block: -12%; inset-inline-end: -4%;
  inline-size: 40%;
  background: linear-gradient(200deg, var(--rose-lt) -10%, var(--rose) 40%, var(--rose-dk) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 34% 100%);
  z-index: -1;
}
/* Light wash under the copy so the background photo never eats the text. */
.hero__wash {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(58% 70% at 74% 46%, rgba(255, 255, 255, .92) 0%, rgba(255, 255, 255, .62) 46%, rgba(255, 255, 255, 0) 78%),
    linear-gradient(180deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .1) 40%);
}

.hero__in {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(10px, 3vw, 40px);
  min-block-size: 520px;
}

/* Column 1 is the start edge — the right in RTL, where the design puts the
   copy. The photo takes column 2 and stands on the wedge. */
.hero__txt   { grid-column: 1; grid-row: 1; text-align: center; position: relative; }
.hero__cta   { grid-column: 1; grid-row: 2; }

/* No cut-out portrait supplied yet: the second column would be a bare magenta
   wedge, so the hero drops to one centred column and the wedge shrinks to a
   corner accent instead of half the viewport. */
.hero--nophoto .hero__in { grid-template-columns: minmax(0, 1fr); min-block-size: 380px; }
.hero--nophoto .hero__cut { inline-size: 22%; inset-block: -12% 40%; }
.hero--nophoto .hero__wash { background: linear-gradient(180deg, rgba(255,255,255,.62), rgba(255,255,255,.18) 60%); }
.hero__photo { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin-block-end: -96px; }
.hero__photo img {
  inline-size: min(100%, 470px);
  max-block-size: 620px;
  object-fit: contain;
  object-position: bottom;
  margin-inline: auto;
  filter: drop-shadow(0 26px 44px rgba(60, 30, 45, .34));
}

.hero__eyebrow { font-size: clamp(19px, 2.2vw, 26px); font-weight: 700; color: var(--ink); }
.hero__name {
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--rose);
  margin-block: 2px 10px;
  text-shadow: 0 2px 18px rgba(255, 255, 255, .75);
}
.hero__party { font-size: clamp(15px, 1.7vw, 20px); font-weight: 700; color: var(--rose); }
.hero__slogan {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  color: var(--olive-dk);
  margin-block-start: 12px;
}
.hero__district { font-size: clamp(15px, 1.6vw, 19px); font-weight: 600; color: var(--ink-2); }
.hero__district--top { display: none; }
.hero__district--bot { margin-block-start: 10px; }

.hero__cta {
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: center;
  margin-block-start: 28px;
  position: relative; z-index: 1;
}

/* --------------------------------------------------------------- pillars */

.pillars { margin-block-start: -58px; position: relative; z-index: 5; }
.pillars__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  overflow: hidden;
}
.pillar {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 26px 22px;
  border-inline-start: 1px solid var(--line);
}
.pillar:first-child { border-inline-start: 0; }

.pillar__ic { flex: none; display: grid; place-items: center; }
.pillar__ic .ic { inline-size: 34px; block-size: 34px; stroke-width: 1.5; }
.pillar__ic--rose  { color: var(--rose); }
.pillar__ic--olive { color: var(--olive); }

.pillar__body { display: grid; gap: 2px; }
.pillar__body strong { font-size: 16px; font-weight: 700; line-height: 1.4; }
.pillar__body span { font-size: 13.5px; line-height: 1.6; color: var(--ink-3); }

/* ---------------------------------------------------------------- vision */

.vision { position: relative; padding-block: clamp(60px, 8vw, 100px) 0; }
.vision__in {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
  padding-block-end: clamp(50px, 6vw, 76px);
}
.vision__lead { max-inline-size: 46ch; }
.vision__mark { color: var(--rose); opacity: .35; margin-block-end: 6px; }
.vision__t { margin-block-end: 16px; }
.vision__p { color: var(--ink-2); margin-block-end: 26px; }
.vision__ct { font-size: 20px; font-weight: 700; color: var(--rose); margin-block-end: 20px; text-align: center; }

.vcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vcards--4 { grid-template-columns: repeat(4, 1fr); }
.vcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--sh);
  transition: transform .22s var(--ease), box-shadow .22s;
}
.vcard:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
.vcard__ic { display: block; color: var(--rose); margin-block-end: 14px; }
.vcard__ic .ic { inline-size: 42px; block-size: 42px; margin-inline: auto; stroke-width: 1.5; }
.vcard h3, .vcard h4 { font-size: 17px; font-weight: 700; margin-block-end: 8px; }
.vcard p { font-size: 14px; line-height: 1.7; color: var(--ink-3); }

/* The photo banner that closes the vision block. */
/* Sits on the END edge (left in RTL) like the design, with the page ground
   showing through on the other side. */
.banner {
  position: relative;
  inline-size: min(62%, 780px);
  margin-inline-end: 0;
  min-block-size: 300px;
  border-start-end-radius: var(--r-lg);
  display: grid; align-items: end;
  padding: 40px clamp(24px, 5vw, 60px);
  background: var(--banner-bg, none) center / cover no-repeat, linear-gradient(140deg, #d9c6ad, #b79a7b);
  isolation: isolate;
  overflow: clip;
}
.banner--nobg { background: linear-gradient(140deg, #dcc9b0, #b2947a); }
.banner__cut {
  position: absolute; inset-block: -20%; inset-inline-start: -10%;
  inline-size: 62%;
  background: linear-gradient(20deg, var(--rose-dk), var(--rose));
  clip-path: polygon(0 0, 62% 0, 100% 100%, 0 100%);
  opacity: .92;
  z-index: -1;
}
.banner__txt { position: relative; color: #fff; text-align: start; }
.banner__txt span { display: block; font-size: clamp(22px, 3vw, 32px); font-weight: 600; }
.banner__txt strong { display: block; font-size: clamp(28px, 4.4vw, 46px); font-weight: 800; line-height: 1.25; }

/* ------------------------------------------------------------ news cards */

.ncards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
/* Fewer than three cards: match the track count so a lone card does not sit
   in a third of an otherwise empty row. */
.ncards--2 { grid-template-columns: repeat(2, 1fr); }
.ncards--1 { grid-template-columns: minmax(0, 420px); justify-content: center; }
.ncard { display: flex; }
.ncard__a {
  display: flex; flex-direction: column;
  inline-size: 100%;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh);
  transition: transform .22s var(--ease), box-shadow .22s;
}
.ncard__a:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }

.ncard__media { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--rose-wash); }
.ncard__media img { inline-size: 100%; block-size: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.ncard__a:hover .ncard__media img { transform: scale(1.05); }
/* No thumbnail supplied: keep a slim tinted band that still carries the tag
   chip, instead of a 16/10 block of empty pink. */
.ncard__media--ph {
  background: linear-gradient(135deg, var(--rose-wash), #f0e6ec);
  aspect-ratio: auto;
  block-size: 62px;
}
.ncard__tag {
  position: absolute; inset-block-start: 12px; inset-inline-start: 12px;
  padding: 5px 13px; border-radius: 999px;
  background: var(--rose); color: #fff; font-size: 12.5px; font-weight: 700;
}

.ncard__body { display: grid; gap: 8px; padding: 20px 20px 22px; align-content: start; flex: 1; }
.ncard__date { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--ink-3); }
.ncard__t { font-size: 18px; font-weight: 700; line-height: 1.5; }
.ncard__x { font-size: 14.5px; color: var(--ink-2); line-height: 1.75; }
.ncard__more {
  display: flex; align-items: center; gap: 6px;
  margin-block-start: auto; padding-block-start: 10px;
  color: var(--rose); font-weight: 700; font-size: 14px;
}
.ncard__a:hover .ncard__more .ic { transform: translateX(4px); }
.ncard__more .ic { transition: transform .2s var(--ease); }

/* --------------------------------------------------------- final call-out */

.cta { background: linear-gradient(120deg, var(--rose-dk), var(--rose)); color: #fff; padding-block: clamp(48px, 6vw, 72px); }
.cta__in { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta__t { color: #fff; }
.cta__p { color: rgba(255, 255, 255, .88); margin-block-start: 8px; max-inline-size: 62ch; }
.cta__btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------------------------------------------------------------- footer */

.ftr { background: linear-gradient(120deg, var(--rose-dk), var(--rose)); color: #fff; }
.ftr__in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  padding-block: 22px;
}
.ftr__loc { display: flex; align-items: center; gap: 10px; }
.ftr__loc .ic { inline-size: 22px; block-size: 22px; }
.ftr__loc strong { display: block; font-size: 15px; font-weight: 700; line-height: 1.4; }
.ftr__tag { display: block; font-size: 13.5px; color: rgba(255, 255, 255, .82); }

.ftr__mid { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; font-size: 14.5px; }
.ftr__el { display: inline-flex; align-items: center; gap: 7px; }
.ftr__sep { inline-size: 1px; block-size: 20px; background: rgba(255, 255, 255, .35); }

.ftr__soc { display: flex; gap: 10px; }
.ftr__soc a {
  display: grid; place-items: center;
  inline-size: 38px; block-size: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  transition: background-color .18s, transform .18s var(--ease);
}
.ftr__soc a:hover { background: #fff; color: var(--rose); transform: translateY(-2px); }
.ftr__soc .ic { inline-size: 19px; block-size: 19px; }

.ftr__legal {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  padding-block: 14px;
  border-block-start: 1px solid rgba(255, 255, 255, .2);
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
}
.ftr__legal nav { display: flex; gap: 18px; flex-wrap: wrap; }
.ftr__legal a:hover { color: #fff; text-decoration: underline; }

/* Floating WhatsApp button. */
.wa {
  position: fixed; inset-block-end: 20px; inset-inline-start: 20px; z-index: 50;
  display: grid; place-items: center;
  inline-size: 54px; block-size: 54px;
  border-radius: 50%;
  background: #25d366; color: #fff;
  box-shadow: 0 8px 22px rgba(37, 211, 102, .42);
  transition: transform .2s var(--ease);
}
.wa:hover { transform: scale(1.08); }
.wa .ic { inline-size: 28px; block-size: 28px; }

/* ---------------------------------------------------------- page banners */

.phero {
  position: relative;
  isolation: isolate;
  padding-block: clamp(46px, 7vw, 74px);
  background: linear-gradient(120deg, var(--rose-dk), var(--rose));
  color: #fff;
  overflow: clip;
}
.phero__deco {
  position: absolute; inset-block: -40%; inset-inline-start: -6%;
  inline-size: 46%;
  background: rgba(255, 255, 255, .07);
  clip-path: polygon(38% 0, 100% 0, 62% 100%, 0 100%);
  z-index: -1;
}
.phero__t { font-size: clamp(30px, 5vw, 46px); font-weight: 800; line-height: 1.25; }
.phero__s { color: rgba(255, 255, 255, .88); margin-block-start: 8px; max-inline-size: 70ch; }

.crumb { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: rgba(255, 255, 255, .8); margin-block-end: 10px; }
.crumb a:hover { color: #fff; text-decoration: underline; }

/* ------------------------------------------------------------ about page */

.intro { display: grid; grid-template-columns: 420px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.intro--solo { grid-template-columns: minmax(0, 760px); justify-content: center; }
.intro__fig { margin: 0; position: sticky; inset-block-start: 110px; }
.intro__fig img {
  inline-size: 100%; border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  background: linear-gradient(140deg, var(--rose-wash), #efe3ea);
}
.intro__fig figcaption { padding-block-start: 14px; text-align: center; }
.intro__fig strong { display: block; font-size: 18px; font-weight: 700; color: var(--rose); }
.intro__fig span { font-size: 14px; color: var(--ink-3); }

.intro__txt .h3 { margin-block: 30px 8px; }
.intro__txt p { color: var(--ink-2); }
.intro__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-block-start: 32px; }

/* timeline */
.tl { position: relative; max-inline-size: 820px; margin-inline: auto; padding-inline-start: 30px; }
.tl::before {
  content: ''; position: absolute; inset-block: 8px; inset-inline-start: 7px;
  inline-size: 2px; background: linear-gradient(180deg, var(--rose), var(--olive));
  border-radius: 2px;
}
.tl__i { position: relative; padding-block-end: 34px; }
.tl__i:last-child { padding-block-end: 0; }
.tl__dot {
  position: absolute; inset-block-start: 9px; inset-inline-start: -30px;
  inline-size: 16px; block-size: 16px; border-radius: 50%;
  background: #fff; border: 4px solid var(--rose);
}
.tl__yr { display: inline-block; font-size: 13px; font-weight: 700; color: var(--olive-dk); }
.tl__t { display: block; font-size: 19px; font-weight: 700; margin-block: 2px 6px; }
.tl__x { display: block; color: var(--ink-2); font-size: 15px; }

/* -------------------------------------------------------- programme page */

.prog { display: grid; grid-template-columns: 300px 1fr; gap: clamp(28px, 4vw, 54px); align-items: start; }
.prog__toc {
  position: sticky; inset-block-start: 110px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px;
}
.prog__toc > strong { display: block; font-size: 16px; font-weight: 700; color: var(--rose); margin-block-end: 12px; }
.prog__toc ul { display: grid; gap: 2px; margin-block-end: 16px; }
.prog__toc a {
  display: flex; align-items: center; gap: 9px;
  padding: 9px 11px; border-radius: 9px;
  font-size: 14.5px; font-weight: 600;
  transition: background-color .18s, color .18s;
}
.prog__toc a:hover { background: #fff; color: var(--rose); }
.prog__toc .ic { color: var(--rose); }

.prog__body > .lead { margin-block-end: 34px; }
.axis { padding-block: 30px; border-block-start: 1px solid var(--line); }
.axis:first-of-type { border-block-start: 0; padding-block-start: 0; }
.axis__h { display: flex; align-items: center; gap: 16px; margin-block-end: 12px; }
.axis__ic {
  flex: none; display: grid; place-items: center;
  inline-size: 58px; block-size: 58px; border-radius: 16px;
}
.axis__ic .ic { inline-size: 30px; block-size: 30px; stroke-width: 1.6; }
.axis__ic--rose  { background: var(--rose-wash); color: var(--rose); }
.axis__ic--olive { background: #f3f5e8; color: var(--olive-dk); }
.axis__n { font-size: 13px; font-weight: 700; color: var(--ink-3); }
.axis__t { font-size: clamp(21px, 2.6vw, 27px); font-weight: 800; color: var(--rose); line-height: 1.3; }
.axis__lead { color: var(--ink-2); margin-block-end: 14px; }
.axis__list { display: grid; gap: 10px; }
.axis__list li { display: flex; align-items: flex-start; gap: 11px; font-size: 15.5px; }
.axis__list .ic { flex: none; margin-block-start: 6px; inline-size: 17px; block-size: 17px; color: var(--olive); stroke-width: 2.6; }
.prog__foot { margin-block-start: 36px; }

/* -------------------------------------------------------- priorities page */

.prios { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
/* Three levels fill one row exactly; the 2-col default would strand the last
   card alone on a half-empty row. */
.prios--3 { grid-template-columns: repeat(3, 1fr); }
.prio {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 30px;
  box-shadow: var(--sh);
  overflow: clip;
}
.prio__num {
  position: absolute; inset-block-start: 6px; inset-inline-end: 18px;
  font-size: 74px; font-weight: 800; line-height: 1;
  color: var(--rose); opacity: .07;
}
.prio__ic { display: grid; place-items: center; inline-size: 56px; block-size: 56px; border-radius: 16px; margin-block-end: 14px; }
.prio__ic .ic { inline-size: 29px; block-size: 29px; stroke-width: 1.6; }
.prio__ic--rose  { background: var(--rose-wash); color: var(--rose); }
.prio__ic--olive { background: #f3f5e8; color: var(--olive-dk); }
.prio__t { font-size: 21px; font-weight: 800; color: var(--rose); margin-block-end: 8px; }
.prio__x { color: var(--ink-2); font-size: 15px; margin-block-end: 16px; }
.prio__sub { font-size: 15px; font-weight: 700; color: var(--olive); margin-block-end: 10px; }
.prio__list { display: grid; gap: 8px; margin-block-end: 18px; }
.prio__list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14.5px; color: var(--ink-2); }
.prio__list .ic { flex: none; margin-block-start: 6px; inline-size: 16px; block-size: 16px; color: var(--olive); stroke-width: 2.6; }

/* ------------------------------------------------------------- news post */

.post__head { background: var(--bg-2); padding-block: clamp(30px, 5vw, 52px); border-block-end: 1px solid var(--line); }
.post__head .crumb { color: var(--ink-3); }
.post__head .crumb a { color: var(--rose); }
.post__tag { display: inline-block; padding: 5px 14px; border-radius: 999px; background: var(--rose); color: #fff; font-size: 12.5px; font-weight: 700; }
.post__t { font-size: clamp(26px, 4.4vw, 42px); font-weight: 800; line-height: 1.3; margin-block: 12px 10px; max-inline-size: 24ch; }
.post__meta { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink-3); }
.post__meta time { display: inline-flex; align-items: center; gap: 7px; }

.post__hero { margin: 0; padding-block-start: clamp(24px, 4vw, 40px); }
.post__hero img { inline-size: 100%; border-radius: var(--r-lg); box-shadow: var(--sh-lg); aspect-ratio: 16 / 9; object-fit: cover; }

.post__body { max-inline-size: 76ch; padding-block: clamp(28px, 4vw, 46px) clamp(40px, 6vw, 70px); }
.post__body p { margin-block-end: 18px; color: var(--ink-2); }
.post__body .lead { color: var(--ink); font-weight: 600; }
.post__src { margin-block-start: 34px; }
.post__back { margin-block-start: 30px; }
.post__back .ic { transition: transform .2s var(--ease); }
.post__back .btn:hover .ic { transform: translateX(4px); }

/* ---------------------------------------------------------------- gallery */

.gal__t { margin-block-end: 20px; }
/* ------------------------------------------------------- parliamentary list */

.sec__sub { color: var(--ink-3); font-size: 15px; margin-block-start: 6px; }

.mcards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: none; }

.mcard {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.mcard:hover { transform: translateY(-4px); box-shadow: var(--sh-lg); }

/* The rank badge sits above the portrait, as on the party poster. */
.mcard__rank {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 18px;
  background: linear-gradient(90deg, var(--rose-dk), var(--rose));
  color: #fff;
  font-size: 13px; font-weight: 700;
}
.mcard__num {
  display: grid; place-items: center;
  inline-size: 30px; block-size: 30px; flex: none;
  border-radius: 50%;
  background: #fff;
  color: var(--rose);
  font-size: 16px; font-weight: 800;
  font-variant-numeric: lining-nums;
}
/* The first name on a list carries the whole ticket — give it the olive band. */
.mcard:first-child .mcard__rank { background: linear-gradient(90deg, var(--olive-dk), var(--olive)); }
.mcard:first-child .mcard__num { color: var(--olive-dk); }

.mcard__media { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--rose-wash); }
.mcard__media img { inline-size: 100%; block-size: 100%; object-fit: cover; object-position: top center; }
.mcard__media--ph { background: linear-gradient(135deg, var(--rose-wash), #f0e6ec); }

.mcard__body { display: flex; flex-direction: column; gap: 6px; padding: 18px; flex: 1; }
.mcard__name { font-size: 18px; font-weight: 800; color: var(--ink); line-height: 1.35; }
.mcard__role {
  align-self: flex-start;
  padding: 3px 12px;
  border-radius: 999px;
  background: var(--rose-wash);
  color: var(--rose);
  font-size: 13px; font-weight: 700;
}
.mcard__meta { font-size: 14px; color: var(--ink-2); line-height: 1.6; }
.mcard__lnk { margin-block-start: auto; padding-block-start: 10px; font-size: 14px; }

/* CV list on the about page — the party's own wording, one line per item. */
.cv {
  display: grid; gap: 12px;
  max-inline-size: 760px; margin-inline: auto;
}
.cv__i {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  font-weight: 600;
  color: var(--ink);
}
.cv__i .ic { color: var(--olive); margin-block-start: 5px; }

/* --------------------------------------------------------- biography dialog */

/* Closed by default. Two ways in: :target (works with no JS at all) and the
   is-open class the script adds. Never `hidden` — a stylesheet display rule
   beats the attribute and the panel would stay on screen. */
.bio {
  position: fixed; inset: 0; z-index: 90;
  display: none;
  align-items: center; justify-content: center;
  padding: 20px;
}
.bio:target, .bio.is-open { display: flex; }

.bio__veil {
  position: absolute; inset: 0;
  background: rgba(43, 43, 48, .62);
  backdrop-filter: blur(2px);
}

.bio__box {
  position: relative;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 0;
  inline-size: min(100%, 760px);
  max-block-size: min(88vh, 620px);
  overflow: auto;
  overscroll-behavior: contain;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  animation: bio-in .22s var(--ease);
}
@keyframes bio-in { from { opacity: 0; transform: translateY(14px); } }
@media (prefers-reduced-motion: reduce) { .bio__box { animation: none; } }

.bio__x {
  position: absolute; inset-block-start: 12px; inset-inline-start: 12px;
  z-index: 2;
  display: grid; place-items: center;
  inline-size: 38px; block-size: 38px;
  border-radius: 50%;
  background: #fff;
  color: var(--rose);
  box-shadow: var(--sh);
}
.bio__x:hover { background: var(--rose); color: #fff; }

.bio__img { inline-size: 100%; block-size: 100%; object-fit: cover; object-position: top center; }

.bio__txt { padding: 30px 32px; }
.bio__rank { font-size: 13px; font-weight: 700; color: var(--olive); }
.bio__t { font-size: clamp(21px, 3vw, 27px); font-weight: 800; color: var(--rose); margin-block: 4px 8px; }
.bio__meta { font-size: 15px; font-weight: 700; color: var(--ink-2); margin-block-end: 14px; }
.bio__p { color: var(--ink-2); line-height: 2; }

/* Locked while a dialog is open, so the page behind does not scroll away. */
.no-scroll { overflow: hidden; }

/* ---------------------------------------------------------------- videos */

.vids { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.vid {
  display: flex; flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh);
}
.vid__player {
  display: block;
  inline-size: 100%;
  /* block-size:auto is load-bearing: the width/height ATTRIBUTES on <video> map
     to presentational height, which would win over aspect-ratio and leave a
     395x676 box for a 540x676 source — object-fit then cropped the sides and
     ate the logo. */
  block-size: auto;
  aspect-ratio: 540 / 676;   /* the real ratio of the encoded files */
  /* contain, never cover: these clips carry their title burnt into the frame,
     so a crop would cut the very thing the card is announcing. */
  object-fit: contain;
  background: #1b0f14;
}
.vid__body { padding: 18px 20px 20px; }
.vid__t { font-size: 17px; font-weight: 800; color: var(--ink); line-height: 1.45; }
.vid__meta {
  display: flex; align-items: center; gap: 6px;
  margin-block-start: 8px; font-size: 13.5px; color: var(--ink-3);
}
.vid__fallback { padding: 20px; text-align: center; }
.vid__fallback a { color: var(--rose); font-weight: 700; text-decoration: underline; }

/* Horizontal rail on phones. Pure CSS: scroll-snap does the carousel, so there
   is no library and nothing to break with JS off. Cards are 82 % wide so the
   next one peeks in — that sliver is what tells a thumb the row scrolls.
   Direction is inherited from dir="rtl", so it snaps right-to-left correctly. */
@media (max-width: 720px) {
  .vids--rail {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Bleed to the screen edges so a card can sit flush while .wrap keeps its
       gutters, then give the snap the same gutter back as padding. */
    margin-inline: calc(50% - 50vw);
    padding-inline: calc(50vw - 50% + 4px);
    padding-block-end: 6px;
    gap: 14px;
  }
  .vids--rail::-webkit-scrollbar { display: none; }
  .vids--rail .vid {
    flex: 0 0 82%;
    /* start, not center: the first card then sits flush against the gutter
       instead of floating with dead space beside it. */
    scroll-snap-align: start;
  }
}

/* The official artwork, kept at its own portrait ratio and never cropped. */
.poster { margin: 0; display: flex; justify-content: center; }
.poster img {
  inline-size: min(100%, 560px);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
}

.gal { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gal__b {
  display: block; inline-size: 100%; padding: 0;
  border: 0; border-radius: var(--r); overflow: hidden;
  background: var(--rose-wash); cursor: zoom-in;
  aspect-ratio: 1;
  box-shadow: var(--sh);
}
.gal__b img { inline-size: 100%; block-size: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.gal__b:hover img { transform: scale(1.07); }

.lb {
  position: fixed; inset: 0; z-index: 90;
  display: grid; place-items: center;
  padding: 30px;
  background: rgba(18, 10, 14, .92);
}
.lb[hidden] { display: none; }
.lb__img { max-inline-size: min(94vw, 1200px); max-block-size: 88vh; border-radius: var(--r); object-fit: contain; }
.lb__x {
  position: absolute; inset-block-start: 18px; inset-inline-end: 18px;
  inline-size: 46px; block-size: 46px;
  display: grid; place-items: center;
  border: 0; border-radius: 50%;
  background: rgba(255, 255, 255, .16); color: #fff; cursor: pointer;
}
.lb__x:hover { background: var(--rose); }
.lb__x .ic { inline-size: 22px; block-size: 22px; }

/* ---------------------------------------------------------------- contact */

.ctc { display: grid; grid-template-columns: 380px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.ctc--solo { grid-template-columns: minmax(0, 720px); justify-content: center; }

.ctc__list { display: grid; gap: 18px; margin-block: 22px 26px; }
.ctc__list li { display: flex; align-items: flex-start; gap: 14px; }
.ctc__ic {
  flex: none; display: grid; place-items: center;
  inline-size: 44px; block-size: 44px; border-radius: 13px;
  background: var(--rose-wash); color: var(--rose);
}
.ctc__ic .ic { inline-size: 21px; block-size: 21px; }
.ctc__list strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink-3); }
.ctc__list a:hover { color: var(--rose); text-decoration: underline; }
.ctc__list span span { font-size: 15px; color: var(--ink-2); }

.ctc__map { border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); }
.ctc__map iframe { inline-size: 100%; block-size: 300px; border: 0; }

.ctc__form {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3.5vw, 38px);
}
.fgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.f { display: grid; gap: 6px; margin-block-end: 16px; }
.fgrid .f { margin-block-end: 0; }
.f label { font-size: 14.5px; font-weight: 700; }
.req { color: var(--rose); }
.f input, .f textarea {
  font: inherit;
  padding: 12px 15px;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  color: var(--ink);
  transition: border-color .18s, box-shadow .18s;
}
.f textarea { resize: vertical; min-block-size: 140px; }
.f input:focus, .f textarea:focus {
  outline: 0;
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(194, 38, 95, .13);
}
.f__note { font-size: 13.5px; color: var(--ink-3); margin-block: 6px 18px; }

/* Honeypot: off-screen, never display:none — some bots skip hidden fields. */
.hp { position: absolute; inset-inline-start: -9999px; inline-size: 1px; block-size: 1px; overflow: hidden; }

.alert { display: flex; align-items: flex-start; gap: 10px; padding: 14px 18px; border-radius: var(--r-sm); margin-block-end: 20px; font-size: 15px; }
.alert--ok  { background: #eef6e8; color: #46652c; border: 1px solid #cfe3bd; }
.alert--err { display: grid; gap: 6px; background: #fdeef2; color: #9d1c46; border: 1px solid #f4ccd9; }
.alert--err li { padding-inline-start: 4px; }

/* --------------------------------------------------------------------- 404 */

.e404 { text-align: center; }
.e404__n { font-size: clamp(80px, 16vw, 160px); font-weight: 800; line-height: 1; color: var(--rose); opacity: .14; }
.e404__p { color: var(--ink-2); margin-block: 12px 26px; }
.e404__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ============================================================== responsive */

@media (max-width: 1180px) {
  .pillars__grid { grid-template-columns: repeat(3, 1fr); }
  .pillar:nth-child(3n + 1) { border-inline-start: 0; }
  .vcards--4 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
  .hero { padding-block: 108px 84px; }
  .hero__in { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); min-block-size: 440px; }
  .hero__photo { margin-block-end: -84px; }
  .hero__photo img { inline-size: min(100%, 380px); max-block-size: 500px; }
  .hero__cut { inset-inline-end: -10%; inline-size: 48%; }

  .vision__in { grid-template-columns: 1fr; }
  .vision__lead { position: static; text-align: center; }
  .vision__mark .ic { margin-inline: auto; }
  .vision__lead .btn { margin-inline: auto; }

  .banner { inline-size: 100%; border-start-end-radius: 0; }

  .intro, .prog, .ctc { grid-template-columns: 1fr; }
  .intro__fig, .prog__toc { position: static; }
  .intro__fig img { max-inline-size: 420px; margin-inline: auto; }
  .prog__toc ul { grid-template-columns: repeat(2, 1fr); }
  .gal { grid-template-columns: repeat(3, 1fr); }
}

/* --- Tablet & mobile: the desktop nav becomes a drawer. ------------------ */
@media (max-width: 1080px) {
  .hdr, .hdr--over { position: sticky; background: #fff; border-color: var(--line); }
  .hdr__in { min-block-size: 74px; }
  .hdr__cta { display: none; }
  .burger { display: flex; }

  .nav {
    position: fixed; inset-block: 0; inset-inline-end: 0; z-index: 80;
    inline-size: min(86vw, 340px);
    flex-direction: column; align-items: stretch; justify-content: flex-start;
    gap: 0;
    margin: 0;
    padding: 78px 22px 30px;
    background: #fff;
    box-shadow: -12px 0 40px rgba(43, 43, 48, .18);
    transform: translateX(100%);
    transition: transform .28s var(--ease);
    overflow-y: auto;
  }
  html[dir="rtl"] .nav { transform: translateX(-100%); }
  .nav.is-open, html[dir="rtl"] .nav.is-open { transform: translateX(0); }

  .nav__list { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav__a { padding: 13px 14px; font-size: 16px; border-radius: 10px; }
  .nav__a.is-on { background: var(--rose-wash); }
  .nav__a.is-on::after { display: none; }

  .nav__close {
    display: grid; place-items: center;
    position: absolute; inset-block-start: 18px; inset-inline-end: 18px;
    inline-size: 42px; block-size: 42px;
    border: 0; border-radius: 12px;
    background: var(--rose-wash); color: var(--rose); cursor: pointer;
  }
  .nav__cta { display: inline-flex; margin-block-start: 22px; }

  body.nav-open { overflow: hidden; }
}

@media (max-width: 820px) {
  .pillars { margin-block-start: -40px; }
  .pillars__grid { grid-template-columns: repeat(2, 1fr); }
  .pillar { border-inline-start: 0; border-block-start: 1px solid var(--line); }
  .pillar:nth-child(2n) { border-inline-start: 1px solid var(--line); }
  .pillar:nth-child(-n + 2) { border-block-start: 0; }

  .ncards { grid-template-columns: repeat(2, 1fr); }
  .vids { grid-template-columns: repeat(2, 1fr); }
  .mcards { grid-template-columns: repeat(2, 1fr); }
  .prios, .prios--3 { grid-template-columns: 1fr; }
  .bio__box { grid-template-columns: 1fr; max-block-size: 88vh; }
  /* Stacked, the portrait must not be cropped into a band: at 4/5 it matches
     the source exactly, so `cover` takes nothing off the face. */
  .bio__img {
    inline-size: 170px; block-size: auto; aspect-ratio: 4 / 5;
    margin: 24px auto 0; border-radius: var(--r);
  }
  .bio__txt { padding: 18px 20px 26px; text-align: center; }
  .bio__meta, .bio__p { text-align: start; }
  .cta__in { flex-direction: column; align-items: flex-start; }
}

/* --- Phones: the two-column hero would squeeze both halves, so it stacks.
       The reference mobile mockup is 864px wide, which still gets the
       side-by-side layout above. ------------------------------------------- */
@media (max-width: 700px) {
  .hero { padding-block: 30px 74px; }
  .hero__in { grid-template-columns: 1fr; min-block-size: 0; gap: 0; }
  .hero__txt   { grid-column: 1; grid-row: 1; }
  .hero__cta   { grid-column: 1; grid-row: 2; }
  .hero__photo { grid-column: 1; grid-row: 3; margin-block-end: -74px; justify-self: center; }
  .hero__photo img { inline-size: min(100%, 320px); max-block-size: 420px; }

  .hero__cut {
    inset-block: auto -12%; inset-inline-end: -26%;
    inline-size: 105%; block-size: 62%;
    clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
  }
  .hero__wash {
    background: linear-gradient(180deg, rgba(255, 255, 255, .84) 0%, rgba(255, 255, 255, .5) 34%, rgba(255, 255, 255, .08) 60%);
  }

  /* Mobile puts the district right under the name, as in the design. */
  .hero__district--top { display: block; color: var(--rose); font-weight: 700; }
  .hero__district--bot { display: none; }
  .hero__eyebrow { font-size: 18px; }
  .hero__name { font-size: clamp(32px, 9vw, 46px); margin-block: 4px 8px; }
  .hero__cta { flex-direction: column; align-items: stretch; margin-block-start: 22px; }
  .hero__cta .btn { inline-size: 100%; }
}

@media (max-width: 620px) {
  body { font-size: 15.5px; }
  .wrap { width: calc(100% - 32px); }

  .pillars { margin-block-start: -30px; }
  .pillar { flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 20px 12px; }
  .pillar__body { gap: 4px; }
  .pillar__body strong { font-size: 14.5px; }
  .pillar__body span { font-size: 12.5px; }

  .vcards, .vcards--4, .ncards, .gal { grid-template-columns: 1fr; }
  .vids:not(.vids--rail) { grid-template-columns: 1fr; }
  .mcards { grid-template-columns: repeat(2, 1fr); }
  .gal { grid-template-columns: repeat(2, 1fr); }
  .prog__toc ul { grid-template-columns: 1fr; }
  .fgrid { grid-template-columns: 1fr; }
  .fgrid .f { margin-block-end: 16px; }

  .banner { min-block-size: 240px; }
  .banner__cut { inline-size: 100%; clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%); }

  .ftr__in { flex-direction: column; align-items: center; text-align: center; gap: 16px; padding-block: 24px; }
  .ftr__legal { flex-direction: column; text-align: center; gap: 10px; }
  .ftr__legal nav { justify-content: center; }

  .wa { inline-size: 50px; block-size: 50px; inset-block-end: 16px; inset-inline-start: 16px; }
}

/* ---------------------------------------------------------------- print */

@media print {
  .hdr, .nav, .nav__veil, .wa, .cta, .hero__cta, .btn { display: none !important; }
  body { color: #000; }
  a { text-decoration: underline; }
}
