:root {
  --paper: oklch(0.955 0.012 78);
  --paper-deep: oklch(0.925 0.018 76);
  --paper-input: oklch(0.965 0.01 80);
  --ink: oklch(0.26 0.018 60);
  --ink-mid: oklch(0.34 0.02 62);
  --ink-soft: oklch(0.40 0.02 62);
  --ink-body: oklch(0.42 0.02 62);
  --ink-muted: oklch(0.44 0.02 62);
  --muted: oklch(0.46 0.02 62);
  --muted-2: oklch(0.48 0.02 62);
  --muted-3: oklch(0.50 0.02 64);
  --muted-4: oklch(0.52 0.02 64);
  --muted-5: oklch(0.56 0.02 66);
  --muted-6: oklch(0.58 0.02 66);
  --line: oklch(0.82 0.02 74);
  --line-2: oklch(0.80 0.02 74);
  --line-3: oklch(0.78 0.02 74);
  --line-4: oklch(0.72 0.02 70);
  --accent: oklch(0.52 0.12 42);
  --accent-deep: oklch(0.36 0.10 42);
  --highlight: oklch(0.78 0.13 88);
  --highlight-edge: oklch(0.62 0.13 84);
  --dark: oklch(0.235 0.016 62);
  --dark-2: oklch(0.22 0.016 62);
  --dark-3: oklch(0.21 0.014 62);
  --dark-4: oklch(0.20 0.016 62);
  --cream: oklch(0.93 0.012 80);
  --cream-2: oklch(0.96 0.01 84);
  --cream-3: oklch(0.965 0.01 84);
  --cream-4: oklch(0.97 0.012 84);
  --gold-text: oklch(0.78 0.11 88);
  --gold-kicker: oklch(0.86 0.06 84);
  --live: oklch(0.74 0.15 145);
  --live-2: oklch(0.68 0.16 145);
  --stone: oklch(0.86 0.022 78);
  --stone-deep: oklch(0.78 0.028 76);
  --max: 1280px;
  --pad-x: clamp(20px, 4vw, 56px);
  --section-y: clamp(54px, 8vw, 110px);
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --serif: "EB Garamond", Georgia, serif;
  --display: Marcellus, "Times New Roman", serif;
  --deva: "Noto Serif Devanagari", "Noto Serif", serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
img { max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-deep); }
input, textarea, button, select { font: inherit; color: inherit; }
::selection { background: oklch(0.72 0.10 88 / 0.35); }
@keyframes riseIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

.skip {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.skip:focus { left: 8px; }

.page { min-height: 100vh; background: var(--paper); }

/* —— Header —— */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 var(--pad-x);
  height: 66px;
  background: oklch(0.955 0.012 78 / 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: baseline;
  gap: 10px;
  color: var(--ink);
  flex-shrink: 0;
}
.brand:hover { color: var(--ink); }
.brand img { height: 38px; width: auto; display: block; }
.brand-loc {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}
.lang {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  flex-shrink: 0;
}
.lang-btn {
  background: none;
  border: none;
  padding: 4px 0;
  cursor: pointer;
  color: var(--muted);
  letter-spacing: 0.16em;
}
.lang-btn[data-code="mr"] { letter-spacing: 0.04em; font-family: var(--deva); font-size: 13px; }
.lang-btn.is-on { color: var(--ink); }
.lang-sep { color: var(--line-4); font-size: 11px; }
.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 28px);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.nav a { color: var(--muted); }
.nav a:hover { color: var(--accent); }
.nav-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  background: var(--ink);
  color: var(--paper) !important;
}
.nav-phone:hover { background: var(--accent); color: var(--paper) !important; }
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--live);
  flex-shrink: 0;
}
.dot-lg { width: 7px; height: 7px; }
.dot-xl { width: 8px; height: 8px; }
.menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--ink);
  position: absolute;
  left: 11px;
}
.menu-btn span { top: 19px; }
.menu-btn span::before { content: ""; top: -6px; }
.menu-btn span::after { content: ""; top: 6px; }
.header.is-open .menu-btn span { background: transparent; }
.header.is-open .menu-btn span::before { top: 0; transform: rotate(45deg); }
.header.is-open .menu-btn span::after { top: 0; transform: rotate(-45deg); }

/* —— Hero —— */
.hero {
  position: relative;
  min-height: min(88vh, 840px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, oklch(0.22 0.016 62 / 0.92) 0%, oklch(0.22 0.016 62 / 0.62) 46%, oklch(0.22 0.016 62 / 0.42) 100%);
}
.hero-quote {
  position: absolute;
  top: clamp(24px, 4vw, 52px);
  right: clamp(20px, 4vw, 56px);
  z-index: 2;
  max-width: min(68vw, 780px);
  text-align: right;
  margin: 0;
  font-style: italic;
  font-size: clamp(18px, 1.75vw, 24px);
  line-height: 1.4;
  color: var(--cream-4);
  text-wrap: pretty;
  text-shadow: 0 1px 14px oklch(0.20 0.014 62 / 0.85), 0 1px 3px oklch(0.20 0.014 62 / 0.9);
}
.hero-inner {
  position: relative;
  padding: clamp(44px, 6vw, 96px) var(--pad-x) clamp(38px, 5vw, 68px);
  max-width: var(--max);
}
.hero-logo {
  height: clamp(118px, 12vw, 168px);
  width: auto;
  display: block;
  object-fit: contain;
  margin-bottom: 26px;
  animation: riseIn 0.6s ease both;
}
.kicker {
  margin: 0 0 26px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-kicker);
  animation: riseIn 0.7s ease both;
}
.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(36px, 6.2vw, 90px);
  line-height: 0.99;
  letter-spacing: -0.015em;
  color: var(--cream-3);
  text-wrap: balance;
  animation: riseIn 0.9s ease both;
}
.hero-lead {
  margin: 30px 0 0;
  max-width: 640px;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.55;
  color: oklch(0.90 0.014 80);
  text-wrap: pretty;
  animation: riseIn 1.1s ease both;
}
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  animation: riseIn 1.25s ease both;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 26px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.btn-paper {
  background: var(--paper);
  color: oklch(0.24 0.018 60);
}
.btn-paper:hover { background: var(--highlight); color: oklch(0.24 0.018 60); }
.btn-ghost {
  padding: 15px 26px;
  border: 1px solid oklch(0.82 0.02 80 / 0.65);
  color: oklch(0.94 0.012 82);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.btn-ghost:hover {
  border-color: oklch(0.94 0.012 82);
  background: oklch(0.96 0.01 84 / 0.08);
  color: oklch(0.94 0.012 82);
}
.btn-ink {
  background: var(--ink);
  color: var(--paper);
}
.btn-ink:hover { background: var(--accent); color: var(--paper); }
.hero-foot {
  margin: 20px 0 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.80 0.02 80 / 0.9);
  animation: riseIn 1.4s ease both;
}

/* —— Stats —— */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  border-bottom: 1px solid var(--line);
}
.stat {
  padding: 30px var(--pad-x);
  border-right: 1px solid var(--line);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
}
.stat-num.sm { font-size: 25px; line-height: 1.32; }
.stat-lab {
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}

/* —— Shared section bits —— */
.section {
  padding: var(--section-y) var(--pad-x);
  border-bottom: 1px solid var(--line);
}
.wrap { max-width: var(--max); margin: 0 auto; }
.eyebrow {
  margin: 0 0 18px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.eyebrow.gold { color: var(--gold-text); }
h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.06;
}
h2.tight { font-size: clamp(28px, 3.2vw, 46px); line-height: 1.08; }
h2.xl { font-size: clamp(30px, 3.8vw, 56px); line-height: 1.04; }
.lede {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.62;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.lede.under { margin: 0 0 20px; }
.lede.block { margin: 0 0 clamp(38px, 5vw, 66px); max-width: 720px; }

/* —— Anatomy —— */
.anatomy-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  max-width: var(--max);
  margin: 0 auto clamp(36px, 5vw, 60px);
}
.anatomy-head .intro { max-width: 660px; }
.tabs {
  display: flex;
  border: 1px solid var(--line-4);
}
.tab {
  padding: 11px 22px;
  border: none;
  cursor: pointer;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: transparent;
  color: var(--ink-muted);
}
.tab.is-on { background: var(--ink); color: var(--paper); }
.anatomy-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(30px, 4vw, 64px);
  align-items: start;
}
.stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 28px clamp(104px, 13vw, 150px) 0 0;
}
.band {
  position: relative;
  cursor: pointer;
  transition: background 180ms ease, width 260ms ease;
}
.band-label {
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.stack-rule {
  width: min(100%, 420px);
  height: 1px;
  background: oklch(0.60 0.02 68);
  margin-top: 6px;
}
.stack-cap {
  margin: 12px 0 0;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-4);
  text-align: center;
}
.member {
  border-top: 1px solid var(--line-4);
  padding-top: 22px;
}
.member-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.member h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}
.deva {
  font-family: var(--deva);
  font-size: 20px;
  color: var(--accent);
}
.member-role {
  margin: 8px 0 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-3);
}
.member-gloss {
  margin: 22px 0 0;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
  color: var(--ink-mid);
  text-wrap: pretty;
}
.member-build {
  margin: 20px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--highlight);
  font-size: 16.5px;
  line-height: 1.58;
  color: var(--ink-muted);
  text-wrap: pretty;
}
.chips {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  padding: 8px 13px;
  cursor: pointer;
  border: 1px solid var(--line-2);
  background: transparent;
  color: var(--ink-muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.chip.is-on {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.mandala-row {
  max-width: var(--max);
  margin: clamp(50px, 6vw, 88px) auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  padding-top: clamp(40px, 5vw, 62px);
  border-top: 1px solid var(--line);
}
.sub-eye {
  margin: 0 0 16px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}
.mandala-row h3 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
}
.mandala-row p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-body);
  text-wrap: pretty;
}
.mandala-row p:last-of-type { margin: 0; }
.mandala-wrap { justify-self: center; width: min(100%, 380px); }
.mandala {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  border: 1px solid oklch(0.52 0.02 66);
}
.cell {
  aspect-ratio: 1;
  border-right: 1px solid var(--line-3);
  border-bottom: 1px solid var(--line-3);
}
.cell.edge { border-right: none; }
.cell.bottom { border-bottom: none; }
.cell.centre { background: var(--highlight); }
.cell.ring { background: oklch(0.90 0.02 78); }
.cell.plain { background: var(--paper); }
.mandala-cap {
  margin: 14px 0 0;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-4);
  text-align: center;
}

/* —— Traditions —— */
.traditions {
  padding: var(--section-y) var(--pad-x);
  background: var(--dark);
  color: var(--cream);
}
.traditions h2 { color: var(--cream-2); margin: 0 0 20px; }
.traditions .lede { color: oklch(0.83 0.016 80); margin: 0 0 clamp(38px, 5vw, 66px); max-width: 720px; }
.tri {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(24px, 3vw, 44px);
}
.card { display: flex; flex-direction: column; gap: 20px; }
.card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: oklch(0.90 0.01 80);
}
.card img.cover,
.card-media > img,
.plate img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  display: block;
}
.plate {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background: oklch(0.94 0.008 250);
  overflow: hidden;
}
.plate-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 12px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(0.86 0.02 80);
  background: linear-gradient(to top, oklch(0.18 0.014 62 / 0.72), transparent);
}
.card h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: 30px;
  color: var(--cream-2);
}
.card .deva { font-size: 16px; color: var(--gold-text); }
.name-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}
.card-meta {
  margin: 8px 0 0;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(0.68 0.02 78);
}
.card p.body {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.6;
  color: oklch(0.85 0.016 80);
  text-wrap: pretty;
}
.facts {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px 18px;
  font-size: 15.5px;
}
.facts dt {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(0.66 0.02 78);
}
.facts dd { margin: 0; color: oklch(0.89 0.014 80); }

/* —— Works —— */
.works-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 5vw, 60px);
}
.works-head .intro { max-width: 640px; }
.works-note {
  margin: 0;
  max-width: 340px;
  font-family: var(--mono);
  font-size: 10.5px;
  line-height: 1.85;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: clamp(20px, 2.6vw, 36px);
}
.work { margin: 0; }
.work-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  background-color: oklch(0.87 0.022 78);
}
.work-no {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  background: oklch(0.20 0.016 62 / 0.62);
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  color: oklch(0.94 0.012 82);
}
.work figcaption {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.work-title { font-family: var(--display); font-size: 20px; }
.work-meta {
  margin-top: 7px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-3);
}

/* —— Wall band —— */
.wall {
  position: relative;
  height: clamp(280px, 42vh, 460px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.wall img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wall-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, oklch(0.20 0.016 62 / 0.82) 0%, oklch(0.20 0.016 62 / 0.30) 62%, oklch(0.20 0.016 62 / 0.12) 100%);
}
.wall-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 0 var(--pad-x);
}
.wall-mark {
  height: clamp(44px, 5vw, 62px);
  width: auto;
  align-self: flex-start;
  object-fit: contain;
  opacity: 0.92;
}
.wall-quote {
  margin: 0;
  max-width: 900px;
  font-family: var(--display);
  font-size: clamp(21px, 2.5vw, 38px);
  line-height: 1.22;
  color: var(--cream-2);
  text-wrap: pretty;
}

/* —— Craft —— */
.craft { background: var(--paper-deep); }
.craft h2 { margin: 0 0 20px; max-width: 800px; }
.stages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line-2);
}
.stage { background: var(--paper-deep); padding: clamp(24px, 3vw, 36px); }
.stage-no {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  color: var(--accent);
}
.stage-name {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.stage h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: 25px;
}
.stage .deva { font-size: 14px; }
.stage p {
  margin: 12px 0 0;
  font-size: 16.5px;
  line-height: 1.58;
  color: var(--ink-body);
  text-wrap: pretty;
}

/* —— Services —— */
.services-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
}
.svc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}
.svc {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--line);
}
.svc-no {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--muted-6);
  padding-top: 6px;
}
.svc-name { font-family: var(--display); font-size: 20px; }
.svc-text {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.52;
  color: var(--ink-muted);
}

/* —— Worldwide —— */
.world {
  position: relative;
  padding: clamp(54px, 8vw, 100px) var(--pad-x);
  background: var(--dark);
  color: var(--cream);
  overflow: hidden;
}
.world img.bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.world-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, oklch(0.21 0.014 62 / 0.95) 0%, oklch(0.21 0.014 62 / 0.88) 58%, oklch(0.21 0.014 62 / 0.70) 100%);
}
.world .inner { position: relative; max-width: var(--max); margin: 0 auto; }
.world h2 { color: var(--cream-2); margin: 0 0 22px; max-width: 900px; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.08; }
.world .lede { color: oklch(0.84 0.016 80); margin: 0 0 clamp(34px, 5vw, 54px); max-width: 720px; }
.world-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.world-grid h3 {
  margin: 0 0 10px;
  font-family: var(--display);
  font-weight: 400;
  font-size: 22px;
  color: var(--cream-2);
}
.world-grid p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.58;
  color: oklch(0.84 0.016 80);
  text-wrap: pretty;
}

/* —— Lineage —— */
.lineage-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(30px, 5vw, 74px);
  align-items: stretch;
}
.lineage-grid figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.lineage-grid figure img {
  width: 100%;
  flex: 1 1 auto;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lineage-grid figcaption {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted-3);
}
.gens {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  margin-top: 32px;
  background: var(--line);
  border: 1px solid var(--line);
}
.gen { background: var(--paper); padding: 20px; }
.gen-t { font-family: var(--display); font-size: 26px; }
.gen-d {
  margin-top: 6px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
}

/* —— Contact —— */
.contact { background: var(--paper-deep); }
.contact h2 { margin: 0 0 20px; max-width: 900px; }
.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1px;
  background: var(--line-3);
  border: 1px solid var(--line-3);
}
.tile {
  padding: clamp(26px, 3vw, 38px);
  display: block;
  color: inherit;
}
.tile:hover { color: inherit; }
.tile-dark {
  background: var(--ink);
  color: var(--paper);
}
.tile-dark:hover { background: var(--accent); color: var(--paper); }
.tile-paper {
  background: var(--paper);
  color: var(--ink);
}
a.tile-paper:hover { background: oklch(0.895 0.03 84); color: var(--ink); }
.tile-lab {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-3);
}
.tile-dark .tile-lab {
  display: flex;
  align-items: center;
  gap: 10px;
  color: oklch(0.84 0.05 90);
}
.tile-num {
  margin-top: 16px;
  font-family: var(--display);
  font-size: clamp(24px, 2.4vw, 32px);
}
.tile-num-2 {
  margin-top: 6px;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 26px);
  color: var(--ink-body);
}
.tile-mail {
  display: block;
  margin-top: 16px;
  font-family: var(--display);
  font-size: clamp(19px, 1.7vw, 23px);
  word-break: break-word;
}
.tile-ig {
  display: inline-block;
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tile p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.tile-dark p { color: oklch(0.86 0.014 82); }
.tile-paper p, .tile p.note { color: var(--ink-muted); }
.tile p.note { margin: 18px 0 0; font-size: 16.5px; line-height: 1.55; color: var(--ink-body); }

.offices {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: var(--line-3);
  border: 1px solid var(--line-3);
  border-top: none;
}
.office {
  background: var(--paper);
  padding: clamp(24px, 3vw, 34px);
}
.office-lab {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
}
.office-name {
  margin-top: 14px;
  font-family: var(--display);
  font-size: 21px;
}
.office p {
  margin: 8px 0 0;
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ink-body);
}

.form-box {
  margin-top: clamp(30px, 4vw, 46px);
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--line-3);
}
.form-lab {
  margin: 0 0 20px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-3);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.field span {
  display: block;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-3);
  margin-bottom: 7px;
}
.field input,
.field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line-3);
  background: var(--paper-input);
  font-size: 16px;
  border-radius: 0;
}
.field input:focus,
.field select:focus {
  outline: 2px solid var(--highlight);
  outline-offset: 1px;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}
.form-hint {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted-4);
}

/* —— Footer —— */
.footer {
  padding: clamp(40px, 5vw, 64px) var(--pad-x) 100px;
  background: var(--dark);
  color: oklch(0.88 0.014 80);
}
.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: clamp(26px, 4vw, 56px);
  align-items: start;
}
.footer-logo { height: 92px; width: auto; display: block; }
.footer-blurb {
  margin: 16px 0 0;
  font-size: 16.5px;
  line-height: 1.55;
  max-width: 300px;
  color: oklch(0.82 0.016 80);
}
.footer-lab {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: oklch(0.66 0.02 78);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 14px;
  font-size: 16.5px;
}
.footer-links a { color: oklch(0.88 0.014 80); }
.footer-links a:hover { color: oklch(0.84 0.10 88); }
.footer-links span { color: oklch(0.78 0.016 80); }
.footer-quote {
  margin: 14px 0 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 17.5px;
  line-height: 1.55;
  color: oklch(0.86 0.02 82);
}
.footer-bar {
  max-width: var(--max);
  margin: clamp(32px, 4vw, 52px) auto 0;
  padding-top: 22px;
  border-top: 1px solid oklch(0.34 0.016 62);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.66 0.02 78);
}

/* —— WhatsApp pill —— */
.wa-pill {
  position: fixed;
  right: clamp(16px, 3vw, 28px);
  bottom: clamp(16px, 3vw, 28px);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px 13px 14px;
  background: #fff;
  color: #128C7E;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid oklch(0.82 0.02 74);
  box-shadow: 0 10px 28px oklch(0.24 0.016 62 / 0.22);
}
.wa-pill:hover { background: #f7fff9; color: #075E54; }
.wa-pill .wa-icon { display: block; flex-shrink: 0; }

/* —— Mobile —— */
@media (max-width: 900px) {
  .menu-btn { display: block; }
  .nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 8px 0 16px;
  }
  .header.is-open .nav { display: flex; }
  .nav a {
    padding: 12px var(--pad-x);
    border-top: 1px solid var(--line);
  }
  .nav-phone { margin: 12px var(--pad-x) 4px; justify-content: center; }
  .hero-quote {
    max-width: min(92vw, 720px);
    right: var(--pad-x);
    top: 18px;
    font-size: 17px;
  }
  .stack { padding-right: 96px; }
}
@media (max-width: 640px) {
  .header { height: 58px; gap: 10px; }
  .brand-loc { display: none; }
  .brand img { height: 32px; }
  .hero { min-height: min(92vh, 760px); }
  .hero-quote { position: relative; top: auto; right: auto; max-width: none; text-align: left; padding: 18px var(--pad-x) 0; }
  .hero-inner { padding-top: 28px; }
  .hero h1 { font-size: clamp(32px, 11vw, 48px); }
  .stat { border-right: none; border-bottom: 1px solid var(--line); }
  .stat:last-child { border-bottom: none; }
  .stack { padding: 12px 88px 0 0; }
  .band-label { font-size: 8.5px; letter-spacing: 0.08em; }
  .wa-pill { padding: 13px 16px; font-size: 10px; }
  .footer { padding-bottom: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-logo, .kicker, .hero h1, .hero-lead, .cta-row, .hero-foot { animation: none; }
}


/* —— Layout / a11y additions —— */
.nav { margin-left: auto; }
.header-tools { margin-left: 12px; }
.work-img { overflow: hidden; }
.work-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
:focus-visible {
  outline: 2px solid var(--highlight);
  outline-offset: 3px;
}
.btn:focus-visible,
.tab:focus-visible,
.chip:focus-visible,
.lang-btn:focus-visible,
.menu-btn:focus-visible,
.nav-phone:focus-visible,
.wa-pill:focus-visible {
  outline-offset: 2px;
}
html { color-scheme: light; }
@media (max-width: 900px) {
  .nav { margin-left: 0; }
  .header-tools { margin-left: auto; }
}
