/* ==========================================================================
   ASSOCIATION VIGOR — Design System
   Sofia, Bulgaria
   --------------------------------------------------------------------------
   1.  Tokens
   2.  Reset & base
   3.  Typography
   4.  Layout
   5.  Motif & labels
   6.  Buttons & links
   7.  Media
   8.  Marquee
   9.  Header & navigation
   10. Hero
   11. Meaning (dictionary)
   12. Editorial split
   13. Pillars (MOVE / GROW / CONNECT / ACT)
   14. Reach
   15. Cards & lists
   16. Empty states
   17. Team
   18. Manifesto
   19. CTA
   20. Footer
   21. Page heads (inner pages)
   22. Forms
   23. Motion
   24. Utilities
   ========================================================================== */

/* ==========================================================================
   1. TOKENS
   --------------------------------------------------------------------------
   To rebrand VIGOR, only --accent / --accent-text need to change.
   ========================================================================== */

:root {
  /* Surfaces */
  --bg:            #F5F4EF;
  --bg-sunk:       #EAE8DF;
  --bg-raised:     #FBFAF6;

  /* Ink (a dark teal, taken from the logo, not a neutral grey) */
  --ink:           #0F272C;
  --ink-soft:      #41595C;
  --ink-faint:     #55696D;

  /* Structure */
  --line:          #D9D5C9;
  --line-strong:   #B7B3A6;

  /* Brand: sampled from the VIGOR logo gradient */
  --brand-a:       #2A7A5C;   /* green end */
  --brand-b:       #103444;   /* deep teal end */
  --brand-grad:    linear-gradient(207deg, var(--brand-a), var(--brand-b));

  --accent:        #24695A;   /* fills, bars, marks */
  --accent-text:   #1E6151;   /* accent as text on light surfaces (AA) */
  --accent-quiet:  rgba(36, 105, 90, .10);
  --bg-fade:       rgba(245, 244, 239, 0);
  --on-accent:     #F5F4EF;

  /* Inverted blocks (manifesto, dark bands) */
  --inv-bg:        #0E2F3C;
  --inv-ink:       #F1F3EF;
  --inv-ink-soft:  #9EB6B8;
  --inv-line:      #1D4553;
  --inv-accent:    #4FC79A;

  /* Rhythm */
  --pad-x:         clamp(20px, 5vw, 72px);
  --section-y:     clamp(72px, 11vw, 160px);
  --section-y-sm:  clamp(52px, 7vw, 96px);
  --max:           1520px;
  --max-text:      62ch;

  /* Motion */
  --ease:          cubic-bezier(.22, .72, .18, 1);
  --ease-out:      cubic-bezier(.16, 1, .3, 1);
  --dur:           .6s;

  color-scheme: light;
}

[data-theme="dark"] {
  --bg:            #07191F;
  --bg-sunk:       #041116;
  --bg-raised:     #0C2731;

  --ink:           #E9F0EE;
  --ink-soft:      #9BB2B3;
  --ink-faint:     #7D9698;

  --line:          #12303B;
  --line-strong:   #264955;

  --brand-a:       #35946F;
  --brand-b:       #0C2A38;

  --accent:        #3CBB8C;
  --accent-text:   #55CFA1;
  --accent-quiet:  rgba(60, 187, 140, .13);
  --bg-fade:       rgba(7, 25, 31, 0);
  --on-accent:     #041A12;

  --inv-bg:        #0B2530;
  --inv-ink:       #E9F0EE;
  --inv-ink-soft:  #9BB2B3;
  --inv-line:      #173946;
  --inv-accent:    #55CFA1;

  color-scheme: dark;
}

/* ==========================================================================
   2. RESET & BASE
   ========================================================================== */

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

* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1rem, .96rem + .2vw, 1.0625rem);
  line-height: 1.65;
  font-weight: 450;
  letter-spacing: -.005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  transition: background-color .4s var(--ease), color .4s var(--ease);
}

body.is-locked { overflow: hidden; }

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }

button, input, select, textarea {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
}

button { background: none; border: 0; cursor: pointer; }

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

ul, ol { list-style: none; padding: 0; }

::selection { background: var(--accent); color: var(--on-accent); }

:focus-visible {
  outline: 2px solid var(--accent-text);
  outline-offset: 3px;
  border-radius: 1px;
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--accent);
  color: var(--on-accent);
  padding: 14px 22px;
  font-weight: 700;
}
.skip:focus { left: 12px; top: 12px; }

/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */

h1, h2, h3, h4,
.h1, .h2, .h3, .h4, .display, .wordmark {
  font-family: "Unbounded", "Manrope", sans-serif;
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.display {
  font-size: clamp(1.75rem, 8.6vw, 8.6rem);
  font-weight: 800;
  line-height: .82;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: clamp(2.6rem, 7.2vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -.045em;
}

h2, .h2 {
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  letter-spacing: -.04em;
}

h3, .h3 {
  font-size: clamp(1.35rem, 2.3vw, 2.1rem);
  letter-spacing: -.03em;
  line-height: 1.05;
}

h4, .h4 {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  letter-spacing: -.02em;
  line-height: 1.2;
}

.lead {
  font-size: clamp(1.15rem, 1.5vw, 1.5rem);
  line-height: 1.5;
  font-weight: 450;
  letter-spacing: -.015em;
  color: var(--ink-soft);
  max-width: 46ch;
}

/* Large non-display statement (mission, vision, intro copy) */
.statement {
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.02em;
  max-width: 32ch;
}

.body-lg {
  font-size: clamp(1.05rem, 1.15vw, 1.2rem);
  line-height: 1.6;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, .display, p, li, dd, .empty__title,
.deep__title, .pillar__title, .manifesto__line, .meaning__word, .reach__line {
  overflow-wrap: break-word;
}

p { max-width: var(--max-text); }
p + p { margin-top: 1.1em; }

strong, b { font-weight: 700; }

em { font-style: normal; color: var(--accent-text); }

.muted { color: var(--ink-soft); }
.faint { color: var(--ink-faint); }
.accent { color: var(--accent-text); }

/* ==========================================================================
   4. LAYOUT
   ========================================================================== */

.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}

.wrap--narrow { max-width: 1100px; }

.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: var(--section-y-sm); }
.section--sunk { background: var(--bg-sunk); }

.section--invert {
  background: var(--inv-bg);
  color: var(--inv-ink);
  --ink: var(--inv-ink);
  --ink-soft: var(--inv-ink-soft);
  --line: var(--inv-line);
  --line-strong: var(--inv-line);
  --accent-text: var(--inv-accent);
  --accent: var(--inv-accent);
  --on-accent: #04140A;
}

.grid {
  display: grid;
  gap: clamp(28px, 4vw, 64px);
}

.grid--2   { grid-template-columns: repeat(2, 1fr); }
.grid--3   { grid-template-columns: repeat(3, 1fr); }
.grid--4   { grid-template-columns: repeat(4, 1fr); }
.grid--12  { grid-template-columns: repeat(12, 1fr); }
.grid--split { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.grid--aside { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }

.stack     { display: flex; flex-direction: column; }
.stack > * + * { margin-top: var(--gap, 20px); }

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hr {
  height: 1px;
  background: var(--line);
  border: 0;
  position: relative;
}
.hr::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: clamp(48px, 8vw, 120px);
  background: var(--accent);
}

/* ==========================================================================
   5. MOTIF & LABELS
   ========================================================================== */

/* Brand mark, extracted from the VIGOR logo. Coloured with the accent
   through a mask, so it follows light and dark mode automatically. */
.bmark {
  display: inline-block;
  flex: none;
  background-color: var(--accent);
  -webkit-mask: url("../images/brand/mark-white.png") center / contain no-repeat;
  mask: url("../images/brand/mark-white.png") center / contain no-repeat;
}

.logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.logo img {
  height: clamp(34px, 3.4vw, 44px);
  width: auto;
  transition: opacity .3s var(--ease);
}
.logo:hover img { opacity: .78; }
.logo .logo--dark { display: none; }
[data-theme="dark"] .logo .logo--light { display: none; }
[data-theme="dark"] .logo .logo--dark  { display: block; }
/* inside an inverted band the white lockup is always the right one */
.section--invert .logo .logo--light,
.ftr--invert .logo .logo--light { display: none; }
.section--invert .logo .logo--dark { display: block; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .7em;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  line-height: 1;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--accent);
  flex: none;
}
.eyebrow--plain::before { display: none; }

/* "V / 01" section numbering */
.snum {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-text);
  display: block;
}

.tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 10px 5px;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  line-height: 1;
  white-space: nowrap;
}
.tag--accent {
  border-color: var(--accent);
  color: var(--accent-text);
}
.tag--solid {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--on-accent);
}

.status {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1;
}
.status::before {
  content: "";
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}
.status--open   { color: var(--accent-text); }
.status--closed { color: var(--ink-faint); }

/* ==========================================================================
   6. BUTTONS & LINKS
   ========================================================================== */

.btn {
  --btn-bg: var(--accent);
  --btn-ink: var(--on-accent);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .75em;
  padding: 17px 26px;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1;
  background: var(--btn-bg);
  color: var(--btn-ink);
  border: 1px solid var(--btn-bg);
  overflow: hidden;
  isolation: isolate;
  transition: color .35s var(--ease), border-color .35s var(--ease);
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--ink);
  transform: translateY(101%);
  transition: transform .45s var(--ease);
  z-index: -1;
}
.btn:hover::before { transform: translateY(0); }
.btn:hover { color: var(--bg); border-color: var(--ink); }
.btn .arw { transition: transform .35s var(--ease); }
.btn:hover .arw { transform: translate(4px, -4px); }

.btn--ghost {
  --btn-bg: transparent;
  --btn-ink: var(--ink);
  border-color: var(--line-strong);
}
.btn--ghost::before { background: var(--accent); }
.btn--ghost:hover { color: var(--on-accent); border-color: var(--accent); }

.btn--sm { padding: 13px 18px; font-size: .74rem; }

.link {
  display: inline-flex;
  align-self: start;
  align-items: center;
  gap: .5em;
  font-weight: 700;
  font-size: .86rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 6px;
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: color .3s var(--ease), background-size .45s var(--ease);
}
.link .arw { transition: transform .35s var(--ease); }
.link:hover { color: var(--accent-text); }
.link:hover .arw { transform: translateX(5px); }

.link--quiet {
  background-image: linear-gradient(var(--line-strong), var(--line-strong));
}
.link--quiet:hover { background-image: linear-gradient(var(--accent), var(--accent)); }

.arw { display: inline-block; flex: none; }

/* ==========================================================================
   7. MEDIA
   ========================================================================== */

.media {
  position: relative;
  overflow: hidden;
  background: var(--bg-sunk);
  border: 1px solid var(--line);
  isolation: isolate;
}
.media::after {
  /* placeholder texture — replaced visually as soon as a photo loads */
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, transparent 46%, var(--line) 46%, var(--line) 47%, transparent 47%),
    linear-gradient(45deg,  transparent 46%, var(--line) 46%, var(--line) 47%, transparent 47%);
  background-size: 26px 26px;
  opacity: .5;
  z-index: 0;
}
.media > .media__hint {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-faint);
  text-align: center;
  padding: 10px 14px;
  background: var(--bg);
  border: 1px solid var(--line);
  white-space: nowrap;
}
.media > img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .8s var(--ease), transform 1.1s var(--ease);
}
.media > img.is-loaded { opacity: 1; }
.media.has-img { border-color: transparent; }
.media.has-img::after { display: none; }
.media.has-img > .media__hint,
.media.has-img .portrait__ph { display: none; }

.media--16x9 { aspect-ratio: 16 / 9; }
.media--4x3  { aspect-ratio: 4 / 3; }
.media--1x1  { aspect-ratio: 1 / 1; }
.media--3x4  { aspect-ratio: 3 / 4; }
.media--2x3  { aspect-ratio: 2 / 3; }
.media--tall { aspect-ratio: 5 / 7; }
.media--wide { aspect-ratio: 21 / 9; }
.media--fill { position: absolute; inset: 0; aspect-ratio: auto; border: 0; }

.media--zoom > img { transition: transform 1s var(--ease), opacity .8s var(--ease); }
a:hover .media--zoom > img,
.card:hover .media--zoom > img { transform: scale(1.045); }

/* Duotone treatment for hero / band imagery */
.media--tone > img { filter: grayscale(.35) contrast(1.05); }
.media--tone::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: linear-gradient(200deg, var(--accent-quiet), transparent 55%),
              linear-gradient(0deg, rgba(6, 16, 11, .55), transparent 62%);
  pointer-events: none;
}

/* ==========================================================================
   8. MARQUEE
   ========================================================================== */

.marquee {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--line);
  padding-block: clamp(12px, 1.6vw, 20px);
  user-select: none;
}
.marquee__track {
  display: flex;
  width: max-content;
  animation: slide 34s linear infinite;
}
.marquee__group {
  display: flex;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding-right: clamp(24px, 4vw, 64px);
}
.marquee__item {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.4vw, 2.1rem);
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
}
.marquee__item--out {
  color: transparent;
  -webkit-text-stroke: 1px var(--line-strong);
}
.marquee .bmark { width: clamp(22px, 2.6vw, 40px); height: clamp(22px, 2.6vw, 40px); }
.marquee:hover .marquee__track { animation-play-state: paused; }

@keyframes slide {
  to { transform: translateX(-50%); }
}

/* ==========================================================================
   9. HEADER & NAVIGATION
   ========================================================================== */

.hdr {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  padding-block: clamp(16px, 2vw, 26px);
  transition: background-color .4s var(--ease), padding .4s var(--ease),
              border-color .4s var(--ease);
  border-bottom: 1px solid transparent;
}
.hdr__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.hdr.is-stuck {
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
  padding-block: 12px;
}
.hdr.is-hidden { transform: translateY(-102%); }
.hdr { transition: transform .45s var(--ease), background-color .4s var(--ease),
                   padding .4s var(--ease), border-color .4s var(--ease); }

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 30px);
}
.nav__link {
  position: relative;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  padding-block: 6px;
  color: var(--ink-soft);
  transition: color .3s var(--ease);
  white-space: nowrap;
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .4s var(--ease);
}
.nav__link:hover { color: var(--ink); }
.nav__link:hover::after,
.nav__link[aria-current="page"]::after { transform: scaleX(1); }
.nav__link[aria-current="page"] { color: var(--ink); }

.ctrl {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  line-height: 1;
}
.lang__btn {
  padding: 8px 10px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--ink-faint);
  transition: color .3s var(--ease), background-color .3s var(--ease);
}
.lang__btn[aria-pressed="true"] {
  background: var(--ink);
  color: var(--bg);
}
.lang__btn:hover { color: var(--ink); }
.lang__btn[aria-pressed="true"]:hover { color: var(--bg); }

.theme {
  width: 38px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.theme:hover { color: var(--accent-text); border-color: var(--accent); }
.theme svg { width: 17px; height: 17px; }
.theme .i-moon { display: none; }
[data-theme="dark"] .theme .i-moon { display: block; }
[data-theme="dark"] .theme .i-sun  { display: none; }

.burger {
  display: none;
  width: 42px;
  height: 34px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
}
.burger span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  transition: transform .4s var(--ease), opacity .3s var(--ease);
}
.burger span + span { margin-top: 5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Full-screen mobile menu */
.menu {
  position: fixed;
  inset: 0;
  z-index: 85;
  background: var(--bg);
  padding: clamp(96px, 16vh, 150px) var(--pad-x) 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-16px);
  transition: opacity .4s var(--ease), transform .5s var(--ease), visibility .4s;
}
.menu.is-open { opacity: 1; visibility: visible; transform: none; }

.menu__list { display: flex; flex-direction: column; }
.menu__list li { border-bottom: 1px solid var(--line); }
.menu__link {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding: clamp(11px, 2vw, 18px) 0;
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 7vw, 2.6rem);
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .3s var(--ease), padding-left .4s var(--ease);
}
.menu__link:hover,
.menu__link[aria-current="page"] { color: var(--accent-text); padding-left: 10px; }
.menu__link .n {
  font-family: "Manrope", sans-serif;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  color: var(--ink-faint);
}
.menu__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 26px;
  align-items: center;
  font-size: .84rem;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

/* ==========================================================================
   10. HERO
   ========================================================================== */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: clamp(120px, 18vh, 200px);
  overflow: hidden;
}

/* thin structural grid, a quiet nod to a running track */
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--pad-x);
}
.hero__grid span { border-left: 1px solid var(--line); opacity: .6; }
.hero__grid span:last-child { border-right: 1px solid var(--line); }

.hero__in {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(56px, 9vh, 104px);
}

.hero__foot {
  display: grid;
  grid-template-columns: minmax(0, 4.6fr) minmax(0, 7fr);
  gap: clamp(22px, 3.5vw, 60px);
  align-items: end;
  margin-top: clamp(16px, 2.4vw, 34px);
}

.hero__wordmark {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(3.4rem, 15.4vw, 15.5rem);
  line-height: .8;
  letter-spacing: -.055em;
  text-transform: uppercase;
  margin-top: clamp(14px, 2vw, 26px);
}
.hero__wordmark .dot { color: var(--accent-text); font-style: normal; }

.hero__meta {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.hero__meta > span {
  padding-block: 11px;
  border-top: 1px solid var(--line);
  transition: color .3s var(--ease), padding-left .3s var(--ease);
}
.hero__meta > span:last-child { border-bottom: 1px solid var(--line); }
.hero__meta > span:hover { color: var(--accent-text); padding-left: 6px; }

.hero__statement {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.5vw, 2.3rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  text-transform: uppercase;
  max-width: 18ch;
}
.hero__statement em { color: var(--accent-text); font-style: normal; }

.hero__side { padding-bottom: clamp(4px, 1vw, 14px); }
.hero__side p { max-width: 38ch; }

/* No photography yet: the hero is anchored by a field of the brand
   gradient, cut on the same diagonal the imagery will later use. */
.hero__field {
  position: absolute;
  right: 0;
  top: 0;
  width: 46vw;
  height: 64vh;
  min-height: 320px;
  z-index: 1;
  background: var(--brand-grad);
  -webkit-mask-image: linear-gradient(103deg, transparent 3%, #000 34%);
  mask-image: linear-gradient(103deg, transparent 3%, #000 34%);
  pointer-events: none;
}
/* dissolve the top edge so the navigation stays readable over it,
   and the bottom edge so the field settles into the page */
.hero__field::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(to bottom, var(--bg) 4%, var(--bg-fade) 30%),
    linear-gradient(to top,    var(--bg) 1%, var(--bg-fade) 26%);
}
.hero__field::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: url("../images/brand/mark-white.png") right 13% top 44% / clamp(110px, 12vw, 190px) no-repeat;
  opacity: .2;
}

.hero__cue {
  position: absolute;
  left: var(--pad-x);
  bottom: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.hero__cue i {
  display: block;
  width: 1px;
  height: 34px;
  background: var(--line-strong);
  position: relative;
  overflow: hidden;
}
.hero__cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  animation: cue 2.2s var(--ease) infinite;
}
@keyframes cue {
  0%   { transform: translateY(-100%); }
  60%, 100% { transform: translateY(100%); }
}

/* ==========================================================================
   11. MEANING (dictionary device)
   ========================================================================== */

.meaning__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: clamp(12px, 2vw, 30px);
  padding-bottom: clamp(18px, 2.4vw, 34px);
  border-bottom: 1px solid var(--line);
}
.meaning__word {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(2.8rem, 9vw, 8rem);
  line-height: .85;
  letter-spacing: -.05em;
  text-transform: uppercase;
}
.meaning__phon {
  font-size: clamp(.95rem, 1.4vw, 1.3rem);
  color: var(--ink-faint);
  letter-spacing: 0;
}
.meaning__pos {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--accent-text);
}

.meaning__terms {
  display: flex;
  flex-direction: column;
  margin-top: clamp(10px, 2vw, 26px);
}
.meaning__term {
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2.5vw, 40px);
  padding-block: clamp(14px, 2.2vw, 30px);
  border-bottom: 1px solid var(--line);
}
.meaning__term b {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 6.4vw, 5.4rem);
  line-height: .9;
  letter-spacing: -.045em;
  text-transform: uppercase;
  flex: none;
}
.meaning__term i {
  font-style: normal;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .2em;
  color: var(--accent-text);
  flex: none;
  width: 3.2em;
}
.meaning__term span {
  color: var(--ink-soft);
  font-size: clamp(.9rem, 1.05vw, 1.05rem);
  margin-left: auto;
  text-align: right;
  max-width: 30ch;
  line-height: 1.5;
}

.meaning__turn {
  margin-top: clamp(28px, 4vw, 56px);
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4.6vw, 4rem);
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.meaning__turn em { color: var(--accent-text); font-style: normal; }

/* ==========================================================================
   12. EDITORIAL SPLIT
   ========================================================================== */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 90px);
  align-items: start;
}
.split--aside { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); }
.split__head h2 { margin-bottom: 0; }
.split__body { display: flex; flex-direction: column; gap: 26px; padding-top: 8px; }

.figures {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(12px, 1.6vw, 22px);
  margin-top: clamp(34px, 5vw, 70px);
}
.figures .media:nth-child(1) { grid-column: 1 / 8; }
.figures .media:nth-child(2) { grid-column: 8 / 13; align-self: end; }

/* ==========================================================================
   13. PILLARS
   ========================================================================== */

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

.pillar {
  position: relative;
  display: block;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
}
.pillar__in {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 4.2fr) minmax(0, 5fr) auto;
  gap: clamp(18px, 3vw, 48px);
  align-items: center;
  padding-block: clamp(26px, 4.2vw, 58px);
  transition: color .45s var(--ease), transform .5s var(--ease);
}
.pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform .55s var(--ease);
}
.pillar:hover::before,
.pillar:focus-visible::before { transform: scaleY(1); }
.pillar:hover .pillar__in,
.pillar:focus-visible .pillar__in { color: var(--on-accent); }
.pillar:hover .pillar__num,
.pillar:hover .pillar__desc,
.pillar:hover .pillar__sub { color: inherit; opacity: .78; }
.pillar:hover .pillar__title { transform: translateX(clamp(6px, 1vw, 16px)); }

.pillar__label { display: flex; align-items: baseline; gap: 14px; }
.pillar__num {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .2em;
  color: var(--accent-text);
  transition: color .45s var(--ease);
  flex: none;
}
.pillar__title {
  display: block;
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 6vw, 5rem);
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
  transition: transform .5s var(--ease);
}
.pillar__sub {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 10px;
  transition: color .45s var(--ease);
}
.pillar__desc {
  color: var(--ink-soft);
  max-width: 44ch;
  transition: color .45s var(--ease);
}
.pillar__go {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  opacity: .45;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
}
.pillar:hover .pillar__go { opacity: 1; transform: translateX(6px); }

/* ==========================================================================
   14. REACH
   ========================================================================== */

.reach__line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(10px, 2vw, 28px);
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(1.5rem, 4.6vw, 3.9rem);
  line-height: 1;
  letter-spacing: -.05em;
  text-transform: uppercase;
  margin-block: clamp(24px, 4vw, 52px);
}
.reach__line .step { transition: color .4s var(--ease); }
.reach__line .step--eu { color: var(--accent-text); }
.reach__line .arw { color: var(--accent-text); font-size: .4em; }

.deflist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(24px, 5vw, 80px);
  border-top: 1px solid var(--line);
}
.deflist--col { grid-template-columns: minmax(0, 1fr); }

.deflist li {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding-block: 15px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(.98rem, 1.15vw, 1.15rem);
  font-weight: 500;
  transition: padding-left .35s var(--ease), color .35s var(--ease);
}
.deflist li:hover { padding-left: 8px; color: var(--accent-text); }
.deflist li i {
  font-style: normal;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--ink-faint);
  flex: none;
  width: 2.4em;
}

/* ==========================================================================
   15. CARDS & LISTS
   ========================================================================== */

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(26px, 3vw, 46px);
}

.card { display: flex; flex-direction: column; gap: 18px; }
.card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.card__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.7vw, 1.6rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  transition: color .3s var(--ease);
}
.card:hover .card__title { color: var(--accent-text); }
.card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.card__excerpt { color: var(--ink-soft); font-size: .95rem; }

.card--feature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding-bottom: clamp(26px, 4vw, 50px);
  border-bottom: 1px solid var(--line);
}
.card--feature .card__title { font-size: clamp(1.7rem, 3.4vw, 3rem); }

/* Opportunity rows — built for fast mobile scanning */
.opp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px clamp(20px, 3vw, 48px);
  align-items: center;
  padding-block: clamp(22px, 3vw, 36px);
  border-bottom: 1px solid var(--line);
}
.opp__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 26px;
  margin-top: 14px;
}
.opp__fact { display: flex; flex-direction: column; gap: 3px; }
.opp__fact dt {
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.opp__fact dd { margin: 0; font-weight: 700; font-size: .95rem; }

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(28px, 4vw, 50px);
}
.filter {
  padding: 9px 15px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  transition: all .3s var(--ease);
}
.filter:hover { color: var(--ink); border-color: var(--ink); }
.filter[aria-pressed="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--bg);
}

/* ==========================================================================
   16. EMPTY STATES
   ========================================================================== */

.empty {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: end;
  padding: clamp(40px, 7vw, 96px) 0 clamp(34px, 5vw, 70px);
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
}
.empty__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 5.6vw, 4.6rem);
  line-height: .95;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.empty__title em { color: var(--accent-text); font-style: normal; }
.empty__side { display: flex; flex-direction: column; gap: 22px; }
.empty__chev {
  position: absolute;
  right: 0;
  top: clamp(16px, 3vw, 44px);
  width: clamp(80px, 13vw, 175px);
  aspect-ratio: 1;
  background-color: var(--accent);
  -webkit-mask: url("../images/brand/mark-white.png") center / contain no-repeat;
  mask: url("../images/brand/mark-white.png") center / contain no-repeat;
  opacity: .09;
  pointer-events: none;
}

/* ==========================================================================
   17. TEAM
   ========================================================================== */

.people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.person { display: flex; flex-direction: column; gap: 20px; }
.person:nth-child(2) { margin-top: clamp(0px, 5vw, 64px); }
.person:nth-child(3) { margin-top: clamp(0px, 2.5vw, 32px); }
.person__name {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.9vw, 1.7rem);
  letter-spacing: -.03em;
  line-height: 1.05;
}
.person__role {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent-text);
  margin-top: 8px;
}
.person__intro { color: var(--ink-soft); font-size: .95rem; margin-top: 12px; }

/* Full profile (team page) */
.profile {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 7fr);
  gap: clamp(28px, 4.5vw, 80px);
  padding-block: clamp(40px, 6vw, 88px);
  border-top: 1px solid var(--line);
  align-items: start;
}
.profile__sticky { position: sticky; top: 110px; }
.profile__body { display: flex; flex-direction: column; gap: 22px; }
.profile__kicker {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 2.1vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -.03em;
}
.chips { display: flex; flex-wrap: wrap; gap: 8px; }

/* Monogram tile. Stands in for a portrait as a deliberate brand object,
   and is replaced automatically the moment a photograph is added. */
.portrait {
  position: relative;
  background: var(--brand-grad);
  border: 0;
  overflow: hidden;
}
.portrait::after { display: none; }
.portrait .portrait__ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: -.05em;
  color: #FFF;
  opacity: .92;
}
.portrait.has-img .portrait__ph { display: none; }

/* ==========================================================================
   18. MANIFESTO
   ========================================================================== */

.manifesto { padding-block: clamp(80px, 13vw, 190px); overflow: hidden; }
.manifesto__list { display: flex; flex-direction: column; }
.manifesto__line {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(1.55rem, 5.2vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-transform: uppercase;
  padding-block: clamp(4px, .8vw, 10px);
  transition: color .6s var(--ease), -webkit-text-stroke-color .6s var(--ease);
  transition-delay: var(--d, 0s);
}
.js .manifesto__line { color: transparent; -webkit-text-stroke: 1px var(--inv-line); }
.manifesto__line.is-in {
  color: var(--inv-ink);
  -webkit-text-stroke-color: transparent;
}
.manifesto__line em { color: var(--inv-accent); font-style: normal; }
.manifesto__be {
  margin-top: clamp(28px, 4vw, 60px);
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(3.4rem, 15vw, 14rem);
  line-height: .8;
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: var(--inv-accent);
}

/* ==========================================================================
   19. CTA
   ========================================================================== */

.cta {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(28px, 4vw, 70px);
  align-items: end;
}
.cta h2 { font-size: clamp(2rem, 5.5vw, 4.9rem); }
.cta__side { display: flex; flex-direction: column; gap: 24px; }

/* ==========================================================================
   20. FOOTER
   ========================================================================== */

.ftr {
  border-top: 1px solid var(--line);
  padding-top: clamp(48px, 6vw, 90px);
  overflow: hidden;
}
.ftr__cols {
  display: grid;
  grid-template-columns: minmax(0, 4fr) repeat(3, minmax(0, 2.4fr));
  gap: clamp(28px, 3.5vw, 60px);
  padding-bottom: clamp(40px, 6vw, 80px);
}
.ftr__h {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 20px;
}
.ftr__links li + li { margin-top: 11px; }
.ftr__links a {
  font-size: .94rem;
  font-weight: 600;
  color: var(--ink-soft);
  transition: color .3s var(--ease), padding-left .3s var(--ease);
  display: inline-block;
}
.ftr__links a:hover { color: var(--accent-text); padding-left: 5px; }
.ftr__tagline {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 16px;
}

.ftr__wordmark {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(3.6rem, 20vw, 19rem);
  line-height: .74;
  letter-spacing: -.06em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px var(--line-strong);
  margin-bottom: -.14em;
  user-select: none;
  transition: color .6s var(--ease);
}
.ftr__wordmark:hover { color: var(--accent-quiet); }

.ftr__base {
  position: relative;
  background: var(--bg);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding-block: 22px 30px;
  font-size: .78rem;
  color: var(--ink-faint);
}
.ftr__base a:hover { color: var(--accent-text); }
.socials { display: flex; gap: 10px; }
.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  transition: all .3s var(--ease);
}
.socials a:hover { color: var(--on-accent); background: var(--accent); border-color: var(--accent); }
.socials svg { width: 17px; height: 17px; }

/* ==========================================================================
   21. PAGE HEADS
   ========================================================================== */

.phead {
  padding-top: clamp(120px, 20vh, 210px);
  padding-bottom: clamp(36px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.phead__in {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
}
.phead h1 { text-transform: uppercase; font-size: clamp(2rem, 5.5vw, 4.9rem); }
.phead__lead { padding-bottom: 10px; }

.crumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 22px;
}
.crumbs a:hover { color: var(--accent-text); }

/* Anchor navigation used on long pages */
.jump {
  position: sticky;
  top: 0;
  z-index: 40;
  background: color-mix(in srgb, var(--bg) 92%, transparent);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.jump__in {
  display: flex;
  gap: clamp(16px, 2.5vw, 34px);
  overflow-x: auto;
  padding-block: 15px;
  scrollbar-width: none;
}
.jump__in::-webkit-scrollbar { display: none; }
.jump a {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ink-faint);
  white-space: nowrap;
  transition: color .3s var(--ease);
}
.jump a:hover, .jump a.is-active { color: var(--accent-text); }

/* Numbered editorial blocks (values, methodology) */
.blocks { border-top: 1px solid var(--line); }
.block {
  display: grid;
  grid-template-columns: auto minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(16px, 3vw, 48px);
  padding-block: clamp(22px, 3vw, 40px);
  border-bottom: 1px solid var(--line);
  align-items: baseline;
  transition: background-color .4s var(--ease);
}
.block:hover { background: var(--accent-quiet); }
.block--2 { grid-template-columns: auto minmax(0, 1fr); }

.block__n {
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  color: var(--accent-text);
  width: 3.4em;
}
.block__t {
  font-family: "Unbounded", sans-serif;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.9vw, 1.6rem);
  letter-spacing: -.03em;
  line-height: 1.1;
}
.block__d { color: var(--ink-soft); }

/* Deep pillar sections (What We Do) */
.deep { border-top: 1px solid var(--line); padding-block: clamp(46px, 7vw, 110px); }
.deep__head {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 56px);
}
.deep__title {
  font-family: "Unbounded", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 6.8vw, 6.2rem);
  line-height: .85;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.chiplist { display: flex; flex-wrap: wrap; gap: 8px; }

.deep__focus {
  border-top: 1px solid var(--line);
  padding-top: clamp(20px, 3vw, 34px);
}
.chip {
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 9px 14px;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
  transition: all .3s var(--ease);
}
.chip:hover { border-color: var(--accent); color: var(--accent-text); }

/* ==========================================================================
   22. FORMS
   ========================================================================== */

.form { display: flex; flex-direction: column; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 9px; }
.field label {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.field input,
.field select,
.field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line-strong);
  padding: 12px 2px;
  font-size: 1rem;
  font-weight: 500;
  transition: border-color .3s var(--ease);
  border-radius: 0;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-bottom-color: var(--accent);
}
.field textarea { resize: vertical; min-height: 130px; }
.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
                    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 12px) 22px, calc(100% - 7px) 22px;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.field--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }

.form__note { font-size: .82rem; color: var(--ink-faint); }
.form__status {
  font-size: .88rem;
  font-weight: 700;
  padding: 14px 16px;
  border-left: 3px solid var(--accent);
  background: var(--accent-quiet);
  display: none;
}
.form__status.is-on { display: block; }

.contact__list { border-top: 1px solid var(--line); }
.contact__item {
  display: grid;
  grid-template-columns: 8em minmax(0, 1fr);
  gap: 18px;
  padding-block: 18px;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.contact__item dt {
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.contact__item dd {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  font-weight: 700;
  letter-spacing: -.02em;
}
.contact__item dd a { transition: color .3s var(--ease); }
.contact__item dd a:hover { color: var(--accent-text); }

/* ==========================================================================
   23. MOTION
   ========================================================================== */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease-out), transform .9s var(--ease-out);
  transition-delay: var(--d, 0s);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

.js [data-reveal="mask"] { transform: none; opacity: 1; }
.js [data-reveal="mask"] > * {
  display: block;
  transform: translateY(105%);
  transition: transform 1s var(--ease-out);
  transition-delay: var(--d, 0s);
}
.js [data-reveal="mask"].is-in > * { transform: none; }
.mask-clip { display: block; overflow: hidden; padding-bottom: .06em; }

.js [data-reveal="wipe"] {
  opacity: 1;
  transform: none;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.1s var(--ease-out);
  transition-delay: var(--d, 0s);
}
.js [data-reveal="wipe"].is-in { clip-path: inset(0 0 0 0); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-reveal] { opacity: 1 !important; transform: none !important; clip-path: none !important; }
  .js [data-reveal="mask"] > * { transform: none !important; }
  .marquee__track { animation: none; }
  .manifesto__line { color: var(--inv-ink); -webkit-text-stroke-color: transparent; }
}

/* ==========================================================================
   24. UTILITIES
   ========================================================================== */

.sr {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.hide { display: none !important; }
.mt-s  { margin-top: clamp(16px, 2vw, 26px); }
.mt-m  { margin-top: clamp(26px, 3.5vw, 46px); }
.mt-l  { margin-top: clamp(40px, 6vw, 80px); }
.mb-m  { margin-bottom: clamp(26px, 3.5vw, 46px); }
.mb-l  { margin-bottom: clamp(40px, 6vw, 80px); }
.txt-r { text-align: right; }
.full-bleed { width: 100vw; margin-left: calc(50% - 50vw); }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1180px) {
  .nav, .ctrl .lang { display: none; }
  .burger { display: flex; }
  .hero__foot { grid-template-columns: 1fr; }
  .hero__field { width: 62vw; height: 42vh; min-height: 220px; opacity: .85; }
  .hero { min-height: auto; padding-bottom: 40px; }
  .hero__cue { display: none; }
  .ftr__cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .split, .split--aside, .cta, .empty, .phead__in, .deep__head,
  .card--feature, .profile, .grid--split, .grid--aside {
    grid-template-columns: minmax(0, 1fr);
  }
  .grid--3, .grid--4, .people { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--2 { grid-template-columns: minmax(0, 1fr); }
  .person:nth-child(n) { margin-top: 0; }
  .pillar__in { grid-template-columns: 1fr auto; }
  .pillar__desc { grid-column: 1 / -1; }
  .block { grid-template-columns: auto minmax(0, 1fr); }
  .block__d { grid-column: 2 / -1; }
  .figures .media:nth-child(1),
  .figures .media:nth-child(2) { grid-column: 1 / -1; }
  .profile__sticky { position: static; }
  .meaning__term { flex-wrap: wrap; }
  .meaning__term span { margin-left: 0; text-align: left; width: 100%; max-width: none; }
  .hero__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  .grid--2, .grid--3, .grid--4, .people, .deflist, .field--2 { grid-template-columns: minmax(0, 1fr); }
  .opp { grid-template-columns: 1fr; }
  .contact__item { grid-template-columns: 1fr; gap: 6px; }
  .ftr__cols { grid-template-columns: 1fr; }
  .empty__chev { display: none; }
  .row { width: 100%; }
  .row .btn { flex: 1 1 100%; justify-content: space-between; }
  .hero__grid { display: none; }
  .hero__meta { font-size: .66rem; gap: 8px 14px; }
}

@media (min-width: 1181px) {
  .menu { display: none; }
}
