/* =============================================================
   ARGUSHAUS
   Editorial + data-viz: pool card, pillars, mandate cards, timeline.
   Fraunces for display headings. Switzer body. JetBrains Mono
   marginalia. Red accents on brand-dot, hero-block, counter, plus
   LIVE indicators, pool badge, timeline endpoints, pillar bookends.
   ============================================================= */

:root {
  --ink:      #0A0A0C;
  --muted:    #5A5852;
  --faint:    #8A857B;
  --line:     #C9C2B0;
  --line-soft:rgba(10, 10, 12, 0.10);
  --red:      #C8362A;
  --cream:    #E8E2D4;
  --cream-dk: #D6CFBE;

  --serif: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --sans:  'Switzer', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --mono:  'JetBrains Mono', 'SF Mono', Menlo, monospace;

  --fs-mono:       0.72rem;
  --fs-body-sm:    0.9rem;
  --fs-body:       1.125rem;
  --fs-sub:        1.5rem;
  --fs-display-sm: 2.5rem;
  --fs-display:    clamp(2.5rem, 5.5vw, 4.25rem);
  --fs-hero:       clamp(3.5rem, 12vw, 9.5rem);

  --gutter: clamp(1.5rem, 5vw, 5rem);
  --vpad:   clamp(4rem, 12vh, 9rem);
}

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

html {
  font-size: 17px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: linear-gradient(135deg, var(--cream-dk) 0%, var(--cream) 60%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  font-feature-settings: "ss01", "ss02";
}

a { color: inherit; text-decoration: none; }
::selection { background: var(--ink); color: var(--cream); }
ul, ol { list-style: none; }

/* ---------- Fixed corner marginalia ---------- */
.fixtop, .fixbottom {
  position: fixed;
  left: var(--gutter);
  right: var(--gutter);
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  pointer-events: none;
}
.fixtop { top: 1.75rem; }
.fixbottom { bottom: 1.75rem; }
.fixtop > *, .fixbottom > * { pointer-events: auto; opacity: 0.72; transition: opacity 0.2s ease; }
.fixtop > *:hover, .fixbottom > *:hover { opacity: 1; }

.brand-mini {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: -0.005em;
  text-transform: none;
  color: var(--ink);
  opacity: 1;
}
.brand-dot { color: var(--red); font-weight: 700; }
.fixtop-est, .fixbottom-mail, .fixbottom-group { color: var(--ink); }
.fixbottom-mail { border-bottom: 1px solid var(--ink); padding-bottom: 2px; }

/* ---------- Section counter ---------- */
.counter {
  position: fixed;
  bottom: 4.5rem;
  right: var(--gutter);
  z-index: 100;
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--muted);
  user-select: none;
  opacity: 0.72;
}
.counter-slash, .counter-total { color: var(--muted); }
#counter-current {
  color: var(--red);
  display: inline-block;
  min-width: 1.5ch;
  transition: opacity 0.25s ease;
}

@media (max-width: 640px) {
  .fixtop, .fixbottom { font-size: 0.62rem; letter-spacing: 0.12em; }
  .fixtop { top: 1.2rem; }
  .fixbottom { bottom: 1.2rem; }
  .counter { bottom: 3.5rem; font-size: 0.62rem; }
}

/* ---------- Section shell ---------- */
.screen {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--vpad) + 3.5rem) var(--gutter);
  position: relative;
}
.screen-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* ---------- Chapter label ---------- */
.label {
  align-self: flex-start;
  text-align: left;
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 2rem;
}

/* ---------- Display H2 (Fraunces serif) ---------- */
.display {
  font-family: var(--sans);
  font-weight: 500;
  font-size: var(--fs-display);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--ink);
  max-width: 22ch;
  margin: 0 0 2.5rem;
}

.body-line {
  font-family: var(--sans);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 1.55;
  color: var(--muted);
  max-width: 58ch;
  margin: 0 0 2rem;
}

/* ---------- HERO ---------- */
.hero { padding-top: calc(var(--vpad) + 5rem); }
.hero .screen-inner {
  align-items: center;
  text-align: center;
  max-width: 900px;
}
.wordmark {
  font-family: var(--sans);
  font-weight: 700;
  font-size: var(--fs-hero);
  letter-spacing: -0.035em;
  line-height: 0.95;
  color: var(--ink);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.7, 0.2, 1),
              transform 1.1s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.wordmark.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.red-block { color: var(--red); font-weight: 700; }

.wordmark-tag {
  margin-top: 1.75rem;
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--ink);
  opacity: 0.78;
}
.wordmark-tagline {
  margin-top: 2.75rem;
  font-family: var(--sans);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 1.55;
  color: var(--muted);
  max-width: 44ch;
}
.hero-cities {
  margin-top: 3.25rem;
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.9;
}
.scroll-cue {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  opacity: 0.7;
}
.cue-line {
  display: block;
  width: 1px;
  height: 28px;
  background: var(--muted);
  animation: cue-vert 2.4s ease-in-out infinite;
  transform-origin: top center;
}
@keyframes cue-vert {
  0%, 100% { transform: scaleY(1); opacity: 0.5; }
  50%      { transform: scaleY(1.6); opacity: 1; }
}

/* ---------- CTA row ---------- */
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
}
.link-underline {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-block;
  position: relative;
  padding: 0.5rem 0;
}
.link-underline::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--ink);
  transform-origin: left center;
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.link-underline::before {
  content: "→";
  display: inline-block;
  margin-left: 0.55rem;
  transition: transform 0.3s ease;
}
.link-underline:hover::after { transform: scaleX(0.4); }
.link-underline:hover::before { transform: translateX(6px); }

/* ============================================================
   POOL — talent pool card with LIVE badge + segmented bar
   ============================================================ */
.pool {
  margin: 1.5rem 0 3rem;
  width: 100%;
  max-width: 68ch;
  padding: 2.5rem 2.25rem 2.25rem;
  background: var(--cream-dk);
  border: 1px solid var(--line);
  border-radius: 4px;
  position: relative;
}
.pool::before {
  content: "LIVE TALENT POOL";
  position: absolute;
  top: -0.6rem;
  left: 1.75rem;
  background: var(--cream);
  padding: 0.15rem 0.85rem;
  font-family: var(--mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  border: 1px solid var(--line);
  border-radius: 2px;
}
.pool-total {
  display: flex;
  align-items: baseline;
  gap: 1.75rem;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
.pool-num {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(3.5rem, 9vw, 6.5rem);
  line-height: 0.85;
  letter-spacing: -0.045em;
  color: var(--ink);
  font-feature-settings: "tnum";
}
.pool-caption {
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--muted);
  max-width: 26ch;
  padding-bottom: 0.4rem;
}

.pool-agg {
  display: flex;
  height: 14px;
  width: 100%;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: var(--line);
}
.pool-agg-seg { height: 100%; transition: opacity 0.2s ease; }
.pool-agg-seg:nth-child(1) { background: var(--red); }
.pool-agg-seg:nth-child(2) { background: var(--ink); }
.pool-agg-seg:nth-child(3) { background: var(--muted); }
.pool-agg-seg:hover { opacity: 0.75; }

.pool-bars {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.pool-bars li {
  display: grid;
  grid-template-columns: 12px 1fr auto auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.55rem;
  align-items: center;
}
.pool-bars li::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / 3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  align-self: center;
  margin-top: 0.15rem;
}
.pool-bars li:nth-child(1)::before { background: var(--red); }
.pool-bars li:nth-child(2)::before { background: var(--ink); }
.pool-bars li:nth-child(3)::before { background: var(--muted); }

.pool-tier {
  grid-column: 2;
  grid-row: 1;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.pool-count {
  grid-column: 3;
  grid-row: 1;
  font-family: var(--mono);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink);
  font-feature-settings: "tnum";
  min-width: 5ch;
  text-align: right;
}
.pool-pct {
  grid-column: 4;
  grid-row: 1;
  font-family: var(--mono);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
  min-width: 4ch;
  text-align: right;
}
.pool-pct-mark { color: var(--red); font-weight: 500; }
.pool-bar {
  grid-column: 2 / -1;
  grid-row: 2;
  display: block;
  height: 6px;
  background: rgba(10, 10, 12, 0.08);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.pool-bar::after {
  content: "";
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: var(--pct);
  background: var(--ink);
  border-radius: 3px;
  transition: width 1.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.pool-bars li:nth-child(1) .pool-bar::after { background: var(--red); }

.pool-foot {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .pool { padding: 2rem 1.5rem 1.75rem; }
  .pool-total { flex-direction: column; gap: 0.6rem; align-items: flex-start; }
  .pool-caption { max-width: none; }
  .pool-bars li { grid-template-columns: 10px 1fr auto; grid-template-rows: auto auto auto; }
  .pool-tier   { grid-column: 2; grid-row: 1; }
  .pool-count  { grid-column: 3; grid-row: 1; }
  .pool-pct    { grid-column: 2 / -1; grid-row: 2; text-align: left; margin-top: -0.35rem; }
  .pool-bar    { grid-column: 2 / -1; grid-row: 3; }
}

/* ============================================================
   PILLARS — 4-column numeric proof grid
   ============================================================ */
.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0.5rem 0 2.75rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pillars li {
  padding: 1.75rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-right: 1px solid var(--line);
  position: relative;
}
.pillars li:last-child { border-right: none; }

.pillar-num {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--ink);
  font-feature-settings: "tnum";
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}
.pillars li:first-child .pillar-num,
.pillars li:last-child .pillar-num { color: var(--red); }

.pillar-unit {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.pillars li:first-child .pillar-unit,
.pillars li:last-child .pillar-unit { color: var(--red); opacity: 0.75; }

.pillar-label {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--muted);
  max-width: 20ch;
}
@media (max-width: 720px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .pillars li:nth-child(2) { border-right: none; }
  .pillars li:nth-child(1),
  .pillars li:nth-child(2) { border-bottom: 1px solid var(--line); }
  .pillars li { padding: 1.35rem 1rem 1.2rem; }
}

/* ============================================================
   MANDATES — card grid of currently open roles
   ============================================================ */
.mandates {
  margin: 1.75rem 0 3rem;
  width: 100%;
  max-width: 100%;
}
.mandates-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 0 1.25rem;
  border-bottom: 1px solid var(--line);
  margin-bottom: 1.5rem;
}
.mandates-title {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
}
.mandates-count {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.mandates-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.mandate {
  background: var(--cream-dk);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 1.4rem 1.4rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1),
              border-color 0.25s ease,
              background 0.25s ease;
  position: relative;
}
.mandate:hover {
  transform: translateY(-2px);
  border-color: var(--ink);
  background: var(--cream);
}

.mandate-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.mandate-role {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--ink);
  max-width: 22ch;
}
.mandate-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--mono);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  white-space: nowrap;
}
.mandate-status::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  animation: pulse 1.8s ease-in-out infinite;
}
.mandate-status--confidential { color: var(--muted); }
.mandate-status--confidential::before {
  background: var(--muted);
  animation: none;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.35; transform: scale(1.2); }
}

.mandate-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.mandate-chips li {
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 0.3rem 0.7rem;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 2px;
}
.mandate:hover .mandate-chips li { background: var(--cream-dk); }

.mandate-cta {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  padding-top: 0.5rem;
  margin-top: auto;
  border-top: 1px solid var(--line);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s ease;
}
.mandate-cta::after {
  content: "→";
  transition: transform 0.3s ease;
}
.mandate:hover .mandate-cta { color: var(--red); }
.mandate:hover .mandate-cta::after { transform: translateX(4px); color: var(--red); }

@media (max-width: 720px) {
  .mandates-grid { grid-template-columns: 1fr; }
  .mandate { padding: 1.2rem; }
}

/* ============================================================
   TIMELINE — horizontal 5-waypoint
   ============================================================ */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 2.5rem 0 1rem;
  position: relative;
  padding: 0 0 1rem;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 3.35rem;
  left: 10%;
  right: 10%;
  height: 3px;
  background: var(--ink);
  z-index: 0;
}
.timeline::after {
  content: "";
  position: absolute;
  top: 3.35rem;
  left: 10%;
  width: 6%;
  height: 3px;
  background: var(--red);
  z-index: 1;
}
.timeline li {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.35rem;
  text-align: center;
}
.tl-day {
  font-family: var(--mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 1.1rem;
}
.tl-dot {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  border: 4px solid var(--cream);
  box-shadow: 0 0 0 2px var(--ink);
  margin-bottom: 1.35rem;
  transition: transform 0.25s ease;
}
.timeline li:first-child .tl-dot,
.timeline li:last-child .tl-dot {
  background: var(--red);
  box-shadow: 0 0 0 2px var(--red);
}
.timeline li:hover .tl-dot { transform: scale(1.15); }

.tl-action {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.tl-note {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 0.82rem;
  line-height: 1.4;
  color: var(--muted);
  max-width: 22ch;
}

@media (max-width: 820px) {
  .timeline {
    grid-template-columns: 1fr;
    padding: 0.5rem 0 1rem;
    margin-top: 2rem;
  }
  .timeline::before {
    top: 1.5rem;
    bottom: 1.5rem;
    left: 10px;
    right: auto;
    width: 3px;
    height: auto;
  }
  .timeline::after {
    top: 1.5rem;
    left: 10px;
    width: 3px;
    height: 8%;
  }
  .timeline li {
    display: grid;
    grid-template-columns: 46px 1fr;
    grid-template-rows: auto auto auto;
    text-align: left;
    padding: 1.15rem 0;
    align-items: baseline;
    row-gap: 0.35rem;
  }
  .tl-dot {
    grid-row: 1 / 4;
    grid-column: 1;
    align-self: start;
    margin: 0.2rem 0 0;
  }
  .tl-day    { grid-column: 2; grid-row: 1; margin: 0; }
  .tl-action { grid-column: 2; grid-row: 2; margin: 0; }
  .tl-note   { grid-column: 2; grid-row: 3; max-width: none; }
}

/* ============================================================
   CITIES — huge type stack with region labels
   ============================================================ */
#cities .screen-inner { max-width: 1200px; align-items: stretch; }

.cities-stack {
  margin: 0;
  width: 100%;
  border-top: 1px solid var(--line);
}
.cities-stack li {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(2rem, 5.5vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--ink);
  position: relative;
  padding: 0.55rem 0 0.75rem;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  transition: padding-left 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.cities-stack li::after {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--muted);
  text-transform: uppercase;
  align-self: center;
  white-space: nowrap;
  margin-left: 1rem;
}
.cities-stack li:nth-child(1)::after { content: "DE / SOUTH"; }
.cities-stack li:nth-child(2)::after { content: "DE / CAPITAL"; }
.cities-stack li:nth-child(3)::after { content: "DE / HESSEN"; }
.cities-stack li:nth-child(4)::after { content: "DE / NRW"; }
.cities-stack li:nth-child(5)::after { content: "DE / NORTH"; }
.cities-stack li:nth-child(6)::after { content: "NL / CAPITAL"; }
.cities-stack li:nth-child(7)::after { content: "NL / RANDSTAD"; }
.cities-stack li:nth-child(8)::after { content: "NL / TECH"; }

.cities-stack li:hover { padding-left: 1.5rem; color: var(--red); }

.cities-note {
  margin-top: 2.5rem;
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 720px) {
  .cities-stack li { font-size: clamp(1.6rem, 9vw, 3rem); }
  .cities-stack li::after { display: none; }
  .cities-stack li:hover { padding-left: 0.5rem; }
}

/* ---------- About terms ---------- */
.about-terms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  row-gap: 1.75rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  max-width: 720px;
  width: 100%;
}
.about-terms > div { display: flex; flex-direction: column; gap: 0.5rem; }
.about-terms dt {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.about-terms dd {
  font-family: var(--sans);
  font-weight: 400;
  font-size: var(--fs-body);
  line-height: 1.5;
  color: var(--ink);
}
@media (max-width: 640px) {
  .about-terms { grid-template-columns: 1fr; row-gap: 1.25rem; }
}

/* ---------- Contact ---------- */
.contact-stack {
  margin: 0;
  max-width: 640px;
  width: 100%;
  border-top: 1px solid var(--line);
}
.contact-stack li {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.contact-stack li:hover { padding-left: 1rem; }
.contact-stack a {
  font-family: var(--sans);
  font-weight: 500;
  font-size: var(--fs-sub);
  letter-spacing: -0.02em;
  color: var(--ink);
  transition: opacity 0.2s ease;
}
.contact-stack a:hover { color: var(--red); }
.contact-stack span {
  font-family: var(--mono);
  font-size: var(--fs-mono);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
@media (max-width: 600px) {
  .contact-stack li { grid-template-columns: 1fr; gap: 0.4rem; padding: 1.25rem 0; }
  .contact-stack a { font-size: 1.25rem; }
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1),
              transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0s);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
