:root {
  --ink: #18121a;
  --plum: #3a1734;
  --wine: #8f2f5d;
  --coral: #e76f61;
  --blue: #2f5f8f;
  --mint: #d9eee8;
  --paper: #f7f8f5;
  --soft: #ebe7ef;
  --muted: #6c6270;
  --line: rgba(24, 18, 26, 0.14);
  --white: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: white;
  background: rgba(58, 23, 52, 0.82);
  backdrop-filter: blur(18px);
}

.brand,
.topbar nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--plum);
  background: var(--mint);
  border-radius: 50%;
  font-size: 13px;
}

.topbar nav {
  color: #f1eaf3;
  font-size: 14px;
  font-weight: 700;
}

.masthead {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  padding: 112px clamp(18px, 5vw, 76px) clamp(32px, 5vw, 70px);
  color: white;
  background: var(--plum);
  overflow: hidden;
}

.masthead-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24,18,26,0.12), rgba(24,18,26,0.84)),
    linear-gradient(90deg, rgba(58,23,52,0.94), rgba(58,23,52,0.2)),
    url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.masthead-copy {
  position: relative;
  max-width: 980px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(44px, 7vw, 104px);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 20px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
}

.masthead-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #f3eaf3;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.masthead-note {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(240px, 520px);
  gap: 22px;
  width: min(760px, 100%);
  margin-top: clamp(46px, 8vw, 92px);
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.28);
}

.masthead-note span {
  color: var(--mint);
  font-weight: 800;
}

.masthead-note strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.08;
}

.mandates,
.office,
.continuity,
.contact-band {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 76px);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.mandate-list {
  border-top: 1px solid var(--line);
}

.mandate {
  display: grid;
  grid-template-columns: 72px minmax(220px, 0.8fr) minmax(260px, 1.2fr);
  gap: 24px;
  width: 100%;
  min-height: 104px;
  align-items: start;
  padding: 26px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.mandate span {
  color: var(--wine);
  font-weight: 800;
}

.mandate strong {
  color: var(--plum);
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1;
}

.mandate em {
  display: none;
  color: var(--muted);
  font-style: normal;
  line-height: 1.7;
}

.mandate.is-open em {
  display: block;
}

.mandate.is-open strong {
  color: var(--blue);
}

.office {
  color: white;
  background: var(--ink);
}

.office .eyebrow {
  color: var(--mint);
}

.office-board {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.18);
}

.office-board article {
  min-height: 360px;
  display: grid;
  align-content: space-between;
  padding: clamp(24px, 4vw, 44px);
  background: var(--ink);
}

.office-board span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.office-board p {
  margin: 0;
  color: #e8e0ea;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.14;
}

.continuity {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr);
  gap: clamp(28px, 6vw, 86px);
  background:
    linear-gradient(90deg, var(--soft), var(--paper));
}

.continuity-statement span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--wine);
  font-weight: 800;
}

.principles {
  display: grid;
  align-content: center;
  gap: 18px;
}

.principles p {
  margin: 0;
  padding-left: 20px;
  border-left: 5px solid var(--coral);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.principles strong {
  color: var(--plum);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1.2fr);
  gap: 28px;
  align-items: stretch;
  color: white;
  background: var(--blue);
}

.contact-band .eyebrow {
  color: var(--mint);
}

.contact-band a {
  display: grid;
  align-content: center;
  gap: 14px;
  min-height: 260px;
  padding: clamp(26px, 4vw, 46px);
  color: var(--plum);
  background: var(--mint);
  border-radius: 999px 0 999px 0;
}

.contact-band a span {
  font-weight: 800;
  overflow-wrap: anywhere;
}

.contact-band a strong {
  max-width: 620px;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.95;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 76px);
  color: var(--muted);
}

@media (max-width: 900px) {
  .topbar {
    position: sticky;
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .masthead {
    min-height: calc(100vh - 120px);
    padding-top: 56px;
  }

  .masthead-note,
  .section-intro,
  .mandate,
  .continuity,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .office-board {
    grid-template-columns: 1fr;
  }

  .office-board article {
    min-height: 230px;
  }
}

@media (max-width: 560px) {
  .contact-band a {
    border-radius: 56px 0 56px 0;
  }

  footer {
    flex-direction: column;
  }
}
