/* Security Guardian Solution — production stylesheet
   Direction A: Nocturne (navy + gold). Extracted from _design/site-navy.jsx
   and extended with responsive breakpoints for tablet and mobile. */

/* ───────────────────────────────────────────────
   Self-hosted fonts (DSGVO-compliant — no Google CDN)
   ─────────────────────────────────────────────── */
/* Marcellus 400 */
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/marcellus-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Marcellus';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/marcellus-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Outfit 300–600 (variable font — single file per subset covers all weights) */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/assets/fonts/outfit-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* DM Mono 400 */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/dmmono-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/dmmono-400-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* DM Mono 500 */
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/dmmono-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/dmmono-500-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg:           #0d1117;
  --bgDarker:     #080b10;
  --surface:      #111827;
  --cream:        #f7f4ee;
  --creamDeep:    #efeadf;
  --ink:          #14171b;
  --inkDim:       rgba(20, 23, 27, 0.7);
  --inkMute:      rgba(20, 23, 27, 0.5);
  --text:         #f3eee2;
  --textDim:      rgba(243, 238, 226, 0.7);
  --textMute:     rgba(243, 238, 226, 0.45);
  --accent:       #d6b56d;
  --lineDark:     rgba(214, 181, 109, 0.22);
  --lineDarkSoft: rgba(243, 238, 226, 0.10);
  --lineLight:    rgba(20, 23, 27, 0.14);
  --lineLightSoft:rgba(20, 23, 27, 0.08);

  --serif: "Marcellus", "Cormorant Garamond", Georgia, serif;
  --sans:  "Outfit", ui-sans-serif, system-ui, sans-serif;
  --mono:  "DM Mono", ui-monospace, monospace;

  --padX: 8%;
  --padY: 110px;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: .005em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

.v-nv { width: 100%; max-width: 100%; overflow-x: hidden; }
.v-nv .serif { font-family: var(--serif); font-weight: 400; letter-spacing: -.005em; }

section { scroll-margin-top: 80px; }

/* ── focus ring (accessibility) ── */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

/* ── nav ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 18px var(--padX);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(5, 8, 15, 0.66);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--lineDarkSoft);
}
.nav .brand { display: flex; align-items: center; gap: 12px; }
.nav .brand .logo {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--accent);
  letter-spacing: .02em;
  line-height: 1.1;
  text-decoration: none;
}
.nav .brand .sub {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--textMute);
  padding-left: 12px;
  border-left: 1px solid var(--lineDarkSoft);
  align-self: stretch;
  display: flex;
  align-items: center;
}
.nav .nav-right { display: flex; align-items: center; }
.nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: .02em;
}
.nav ul a {
  color: var(--text);
  text-decoration: none;
  opacity: .85;
  transition: color .2s, opacity .2s;
}
.nav ul a:hover { color: var(--accent); opacity: 1; }
.nav .lang {
  display: inline-flex;
  gap: 6px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  color: var(--textMute);
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid var(--lineDarkSoft);
}
.nav .lang a {
  color: var(--textMute);
  text-decoration: none;
  font-weight: 400;
  transition: color .2s;
}
.nav .lang a:hover { color: var(--text); }
.nav .lang a.is-active { color: var(--text); font-weight: 500; }
.nav .lang .sep { opacity: .4; }
.nav .nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid var(--lineDarkSoft);
  border-radius: 3px;
  color: var(--text);
  cursor: pointer;
  padding: 0;
  margin-left: 12px;
  align-items: center;
  justify-content: center;
}
.nav .nav-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--text);
  position: relative;
}
.nav .nav-toggle span::before,
.nav .nav-toggle span::after {
  content: ''; position: absolute; left: 0; width: 18px; height: 1.5px; background: var(--text);
}
.nav .nav-toggle span::before { top: -6px; }
.nav .nav-toggle span::after  { top:  6px; }

/* ── hero ── */
.hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  padding: 160px var(--padX) 100px;
  overflow: hidden;
  background: var(--bg);
}
.hero .bg { position: absolute; inset: 0; z-index: 0; }
.hero .bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero .bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,8,15,0.66) 0%, rgba(5,8,15,0.78) 60%, rgba(5,8,15,0.92) 100%);
}
.hero .inner { position: relative; z-index: 1; max-width: 900px; }
.hero .eyebrow {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.hero .eyebrow::before {
  content: ''; width: 32px; height: 1px; background: var(--accent);
}
.hero h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 62px;
  line-height: 1.08;
  letter-spacing: -.012em;
  margin: 0 0 28px;
  color: var(--text);
  max-width: 880px;
}
.hero h1 .it { font-style: italic; color: var(--accent); }
.hero .lede {
  font-size: 18px;
  line-height: 1.6;
  color: var(--textDim);
  margin: 0 0 36px;
  max-width: 680px;
  font-weight: 300;
}
.hero .ctas { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 24px;
  font-family: var(--sans);
  font-size: 11.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 500;
  background: var(--accent);
  color: #1a1408;
  border: 1px solid var(--accent);
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  transition: filter .2s, background .2s, color .2s;
}
.btn:hover:not(:disabled) { filter: brightness(1.08); }
.btn:disabled { opacity: .6; cursor: not-allowed; }
.btn.ghost {
  background: transparent;
  color: var(--text);
  border-color: rgba(243, 238, 226, 0.32);
}
.btn.ghost:hover { background: rgba(243, 238, 226, 0.05); }
.hero .meta {
  position: absolute;
  left: var(--padX); right: var(--padX); bottom: 36px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--textMute);
  padding-top: 18px;
  border-top: 1px solid var(--lineDarkSoft);
  gap: 16px;
}
.hero .meta .loc { color: var(--text); }
.hero .meta a { color: inherit; text-decoration: none; }
.hero .meta a:hover { color: var(--accent); }

/* ── section base ── */
section {
  padding: var(--padY) var(--padX);
  position: relative;
}
.light { background: var(--cream); color: var(--ink); }
.dark  { background: var(--surface); color: var(--text); }
.sect-head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.sect-head .k {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--accent);
  flex: 0 0 auto;
}
.sect-head .k::before {
  content: '';
  display: inline-block;
  width: 28px; height: 1px;
  background: var(--accent);
  vertical-align: middle;
  margin-right: 14px;
  transform: translateY(-2px);
}
.sect-head h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -.012em;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.light .sect-head h2 { color: var(--ink); }
.dark  .sect-head h2 { color: var(--text); }
.sect-head h2 .it { font-style: italic; color: var(--accent); }

section .intro {
  max-width: 880px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}
.light .intro { color: var(--inkDim); }
.dark  .intro { color: var(--textDim); }
.intro strong { font-weight: 500; color: var(--accent); }

/* ── notice callout ── */
.notice {
  margin-top: 24px;
  padding: 20px 24px;
  border-left: 3px solid var(--accent);
  background: rgba(214, 181, 109, 0.10);
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 840px;
}
.dark  .notice { background: rgba(214, 181, 109, 0.10); color: var(--text); }
.light .notice { background: rgba(214, 181, 109, 0.14); color: var(--ink); }
.notice strong { color: var(--accent); font-weight: 500; }

/* ── about + founder profile ── */
.founder {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  margin-top: 56px;
  align-items: start;
}
.founder .photo {
  position: relative;
  width: 300px;
  aspect-ratio: 3 / 4;
  border: 1px solid var(--lineLight);
  background: var(--creamDeep);
  overflow: hidden;
}
.founder .photo img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.96) contrast(1.02);
}
.founder .photo .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(13,17,23,0) 0%, rgba(13,17,23,0.78) 100%);
  color: #f3eee2;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.founder .copy h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -.01em;
  margin: 0 0 6px;
  color: var(--ink);
}
.founder .copy .role {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.founder .copy p {
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--inkDim);
  margin: 0 0 18px;
  max-width: 60ch;
  font-weight: 300;
}

.pillar-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--lineLightSoft);
}
.pillar-row .stat {
  padding: 28px 24px 0;
  border-right: 1px solid var(--lineLightSoft);
}
.pillar-row .stat:last-child { border-right: 0; }
.pillar-row .stat .v {
  font-family: var(--serif);
  font-style: italic;
  font-size: 30px;
  color: var(--accent);
  line-height: 1.05;
  letter-spacing: -.005em;
}
.pillar-row .stat .l {
  font-size: 13px;
  color: var(--inkDim);
  margin-top: 10px;
  line-height: 1.5;
  max-width: 32ch;
  font-weight: 300;
}

/* ── services grid (dark) ── */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.svc {
  padding: 30px 26px 32px;
  border: 1px solid var(--lineDarkSoft);
  background: rgba(214, 181, 109, 0.04);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 230px;
  position: relative;
  transition: border-color .3s, background .3s;
}
.svc:hover { border-color: var(--lineDark); background: rgba(214, 181, 109, 0.07); }
.svc .n {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .2em;
  color: var(--accent);
}
.svc h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  letter-spacing: -.005em;
  margin: 0;
  color: var(--text);
}
.svc p {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--textDim);
  margin: 0;
  font-weight: 300;
}

/* ── partners (light) ── */
.partners-body {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  margin-top: 36px;
  align-items: start;
}
.flow {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--lineLightSoft);
}
.flow .step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--lineLightSoft);
}
.flow .step .n {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--accent);
  line-height: 1;
}
.flow .step h4 {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
  margin: 0 0 4px;
  color: var(--ink);
}
.flow .step p {
  font-size: 13.5px;
  color: var(--inkDim);
  line-height: 1.6;
  margin: 0;
  font-weight: 300;
}
.sectors {
  background: #fff;
  border: 1px solid var(--lineLightSoft);
  padding: 28px 24px;
  border-radius: 4px;
}
.sectors h5 {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 18px;
}
.sectors ul { list-style: none; margin: 0; padding: 0; }
.sectors li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 13px 0;
  border-bottom: 1px dotted var(--lineLight);
  font-family: var(--serif);
  font-size: 17px;
  color: var(--ink);
  gap: 12px;
}
.sectors li:last-child { border-bottom: 0; }
.sectors li .i {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .18em;
  color: var(--inkMute);
  flex: 0 0 auto;
}

/* ── contact (dark) ── */
.contact-grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 36px;
  margin: 36px 0 0;
  max-width: 920px;
}
.contact-grid .lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--text);
  max-width: 56ch;
  margin: 0;
}
.contact-grid .form { width: 100%; }
.contact-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid var(--lineDarkSoft);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--textMute);
}
.contact-foot a {
  color: var(--accent);
  text-decoration: none;
  font-style: italic;
  font-family: var(--serif);
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}
.contact-foot a:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact-foot .sep { color: var(--lineDarkSoft); }
.details {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--lineDarkSoft);
}
.details .row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--lineDarkSoft);
  align-items: baseline;
}
.details .row .l {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--textMute);
}
.details .row .v {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--text);
  word-break: break-word;
}
.details .row.email .v { color: var(--accent); font-style: italic; }
.details .row.email .v a { text-decoration: none; color: inherit; }

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form .full { grid-column: 1 / -1; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--textMute);
}
.field .ipt,
.field .area {
  border: 1px solid var(--lineDarkSoft);
  background: rgba(214, 181, 109, 0.04);
  color: var(--text);
  border-radius: 3px;
  font-family: var(--sans);
  font-size: 14px;
  transition: border-color .2s, background .2s;
}
.field .ipt { height: 44px; padding: 0 12px; }
.field .area { min-height: 124px; padding: 12px; resize: vertical; }
.field .ipt:focus,
.field .area:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(214, 181, 109, 0.08);
}
.field.has-error .ipt,
.field.has-error .area { border-color: #e07a5f; }

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}

.form-status {
  grid-column: 1 / -1;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  min-height: 1.2em;
  margin-top: 4px;
}
.form-status.is-error { color: #e07a5f; }
.form-status.is-success { color: var(--accent); }

/* ── footer ── */
footer {
  background: var(--bgDarker);
  border-top: 1px solid var(--lineDarkSoft);
  padding: 48px var(--padX) 32px;
  color: var(--textMute);
  font-size: 12.5px;
}
footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--lineDarkSoft);
}
footer .top .logo {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--accent);
  line-height: 1.15;
  letter-spacing: .02em;
}
footer .top .desc {
  margin-top: 10px;
  color: var(--textDim);
  font-size: 12.5px;
  max-width: 280px;
  font-weight: 300;
}
footer .links {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 36px;
}
footer .links h6 {
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}
footer .links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .links a {
  color: var(--textMute);
  text-decoration: none;
  transition: color .2s;
}
footer .links a:hover { color: var(--accent); }
footer .disclaim {
  padding-top: 24px;
  font-size: 11px;
  line-height: 1.7;
  color: var(--textMute);
  max-width: 1100px;
}
footer .bot {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  gap: 16px;
  flex-wrap: wrap;
}
footer .bot ul {
  list-style: none;
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
}
footer .bot a { color: inherit; text-decoration: none; }
footer .bot a:hover { color: var(--accent); }

/* ── legal page main ── */
.legal-main {
  padding: 160px var(--padX) var(--padY);
  min-height: 60vh;
  background: var(--surface);
  color: var(--text);
}
.legal-main > * { max-width: 760px; }
.legal-main h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 44px;
  margin: 0 0 12px;
  color: var(--text);
}
.legal-main .legal-lead {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  line-height: 1.55;
  color: var(--textDim);
  margin: 0 0 32px;
}
.legal-main h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -.005em;
  margin: 44px 0 14px;
  color: var(--text);
}
.legal-main h2::before {
  content: attr(data-num);
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-right: 14px;
  vertical-align: middle;
  transform: translateY(-2px);
}
.legal-main h3 {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .01em;
  margin: 24px 0 8px;
  color: var(--text);
}
.legal-main p,
.legal-main li {
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--textDim);
}
.legal-main p { margin: 0 0 14px; }
.legal-main ul { padding-left: 20px; margin: 0 0 14px; }
.legal-main ul li { margin-bottom: 6px; }
.legal-main a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(214, 181, 109, 0.3); }
.legal-main a:hover { border-bottom-color: var(--accent); }
.legal-main strong { font-weight: 500; color: var(--text); }
.legal-main .legal-note {
  margin: 32px 0;
  padding: 18px 22px;
  border-left: 3px solid var(--accent);
  background: rgba(214, 181, 109, 0.10);
  font-size: 13.5px;
  line-height: 1.65;
}
.legal-main .legal-meta {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid var(--lineDarkSoft);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--textMute);
}
.legal-main .placeholder-note {
  margin-top: 32px;
  padding: 20px 24px;
  border-left: 3px solid var(--accent);
  background: rgba(214, 181, 109, 0.10);
  font-size: 14px;
  max-width: 720px;
}

/* ───────────────────────────────────────────────
   Responsive — Tablet ≤ 960px
   ─────────────────────────────────────────────── */
@media (max-width: 960px) {
  :root { --padX: 5%; --padY: 64px; }

  .hero {
    min-height: 640px;
    padding: 140px var(--padX) 80px;
    flex-direction: column;
    align-items: stretch;
  }
  .hero .inner { max-width: 100%; }
  .hero h1 { font-size: 42px; }
  .hero .lede { font-size: 16px; }
  .hero .meta {
    position: static;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 16px;
    font-size: 9.5px;
    width: 100%;
  }

  .sect-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .sect-head h2 { font-size: 32px; }
  section .intro { font-size: 15px; }

  .founder {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 40px;
  }
  .founder .photo { width: 240px; }

  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .partners-body { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }

  footer .top { flex-direction: column; gap: 32px; }
  footer .links { grid-template-columns: repeat(2, auto); gap: 28px; }
}

/* ───────────────────────────────────────────────
   Responsive — Mobile ≤ 640px
   ─────────────────────────────────────────────── */
/* ───────────────────────────────────────────────
   Responsive — Nav drawer ≤ 1200px
   ─────────────────────────────────────────────── */
@media (max-width: 1200px) {
  /* Nav becomes drawer */
  .nav { padding: 14px var(--padX); }
  .nav .brand .sub { display: none; }
  .nav .nav-toggle {
    display: inline-flex;
    position: relative;
    z-index: 60;
  }
  .nav .nav-right {
    position: fixed;
    top: 0; right: 0;
    width: min(82vw, 320px);
    height: 100vh;
    background: var(--bgDarker);
    border-left: 1px solid var(--lineDarkSoft);
    padding: 80px 28px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    transform: translateX(110%);
    transition: transform .3s ease;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.4);
  }
  .nav.is-open .nav-right { transform: translateX(0); }
  .nav .nav-right ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 16px;
  }
  .nav .lang {
    margin: 0;
    padding: 18px 0 0;
    border-left: 0;
    border-top: 1px solid var(--lineDarkSoft);
    width: 100%;
    font-size: 12px;
  }
  .nav.is-open .nav-toggle { border-color: var(--accent); }

  /* Backdrop when open */
  body.nav-open { overflow: hidden; }
  body.nav-open::after {
    content: '';
    position: fixed; inset: 0;
    background: rgba(5, 8, 15, 0.6);
    z-index: 40;
  }
}

@media (max-width: 640px) {
  :root { --padX: 6%; --padY: 48px; }

  .hero { min-height: 560px; padding: 120px var(--padX) 64px; }
  .hero h1 { font-size: 32px; line-height: 1.12; }
  .hero .lede { font-size: 15px; }
  .hero .ctas { flex-direction: column; align-items: stretch; gap: 10px; width: 100%; }
  .hero .ctas .btn { justify-content: center; width: 100%; }
  .hero .meta {
    position: static;
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 16px;
  }

  .sect-head { gap: 12px; margin-bottom: 28px; }
  .sect-head h2 { font-size: 26px; }
  section .intro { font-size: 14.5px; }

  .founder .photo { width: 100%; max-width: 280px; }
  .founder .copy h3 { font-size: 24px; }

  .pillar-row {
    grid-template-columns: 1fr;
  }
  .pillar-row .stat {
    border-right: 0;
    border-bottom: 1px solid var(--lineLightSoft);
    padding: 22px 0;
  }
  .pillar-row .stat:last-child { border-bottom: 0; }

  .svc-grid { grid-template-columns: 1fr; }
  .svc { min-height: 0; padding: 24px 20px 26px; }
  .svc h3 { font-size: 20px; }

  .sectors li { font-size: 15px; }
  .sectors li .i { font-size: 9px; }

  .contact-grid .lede { font-size: 18px; }
  .form { grid-template-columns: 1fr; }
  .contact-foot { flex-direction: column; gap: 8px; }
  .contact-foot .sep { display: none; }

  footer { padding: 40px var(--padX) 24px; }
  footer .links { grid-template-columns: 1fr; gap: 24px; }
  footer .bot {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  footer .bot ul { flex-wrap: wrap; gap: 16px; }

  .legal-main { padding: 120px var(--padX) var(--padY); }
  .legal-main h1 { font-size: 32px; }
}
