:root {
  --bg: #0b1722;
  --bg-2: #0E1F2E;
  --panel: #132333;
  --panel-2: rgba(255,255,255,0.035);
  --line: rgba(160,184,204,0.16);
  --line-2: #1E3448;
  --line-strong: rgba(0,180,216,0.45);
  --text: #F0F8FC;
  --muted: #A0B8CC;
  --subtle: #5C7A90;
  --accent: #00B4D8;
  --accent-soft: rgba(0,180,216,0.12);
  --accent-line: rgba(0,180,216,0.35);
  --shadow: 0 24px 80px rgba(0,0,0,0.5);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 13px;
  --max: 1180px;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text);
  background:
    radial-gradient(circle at 14% 4%, rgba(0,180,216,0.14), transparent 34%),
    radial-gradient(circle at 86% 0%, rgba(0,180,216,0.08), transparent 30%),
    radial-gradient(circle at 50% 96%, rgba(42,64,96,0.4), transparent 40%),
    linear-gradient(180deg, #0b1722 0%, #0E1F2E 52%, #081019 100%);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  opacity: .5;
  background-image:
    linear-gradient(rgba(160,184,204,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(160,184,204,.05) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 80%);
  z-index: -2;
}
a { color: inherit; text-decoration: none; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(11,23,34,.72);
  border-bottom: 1px solid var(--line-2);
}
.nav-inner {
  position: relative;
  width: min(var(--max), calc(100% - 40px)); margin: 0 auto;
  min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.wordmark { font-family: var(--serif); font-weight: 600; font-size: 25px; letter-spacing: .01em; color: var(--text); }
.wordmark em { font-style: normal; color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 20px; color: var(--muted); font-size: 14px; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--text); }
.nav-search { display: inline-flex; align-items: center; justify-content: center; background: none; border: 0; cursor: pointer; color: var(--muted); padding: 6px; border-radius: 8px; transition: color .2s ease, background .2s ease; }
.nav-search:hover { color: var(--text); background: rgba(255,255,255,.06); }
.nav-search:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; background: none; border: 0; cursor: pointer; border-radius: 8px; }
.nav-toggle:hover { background: rgba(255,255,255,.06); }
.nav-toggle:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.nav-toggle-bar { display: block; height: 2px; width: 100%; background: var(--text); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.open .nav-toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open .nav-toggle-bar:nth-child(2) { opacity: 0; }
.nav-toggle.open .nav-toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 999px;
  border: 1px solid var(--line-2); font-weight: 600; letter-spacing: .005em;
  cursor: pointer; font-family: var(--sans); font-size: 14.5px;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.btn-primary { color: #042430; background: var(--accent); border: 0; box-shadow: 0 14px 40px rgba(0,180,216,.22); }
.btn-primary:hover { background: #19c4e6; box-shadow: 0 18px 52px rgba(0,180,216,.32); }
.btn-secondary { color: var(--text); background: rgba(255,255,255,.04); border-color: var(--line-2); }
.btn-secondary:hover { border-color: var(--accent-line); }
.btn-sm { min-height: 44px; padding: 0 18px; font-size: 13.5px; }

/* HERO */
.hero { padding: 78px 0 28px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 13px; border-radius: 999px;
  background: var(--accent-soft); border: 1px solid var(--accent-line);
  color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 24px;
}
.dot { width: 7px; height: 7px; border-radius: 99px; background: var(--accent); box-shadow: 0 0 16px var(--accent); }
h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(46px, 6.6vw, 86px); line-height: 1.02; letter-spacing: -.01em;
  margin: 0 0 22px; max-width: 960px; text-wrap: balance;
}
.gradient-text { background: linear-gradient(96deg, #F0F8FC 0%, #7fe3f5 55%, #00B4D8 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy { max-width: 720px; color: var(--muted); font-size: clamp(17px, 2.1vw, 21px); line-height: 1.6; margin: 0 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-note { color: var(--subtle); font-size: 13px; margin-top: 18px; }

/* CONTROLS */
.controls { display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; margin: 46px 0 26px; }
.seg {
  display: inline-flex; background: rgba(255,255,255,.035); border: 1px solid var(--line-2);
  border-radius: 999px; padding: 5px;
}
.seg button {
  border: 0; background: transparent; color: var(--muted); font-family: var(--sans); font-weight: 600;
  font-size: 14px; padding: 10px 18px; border-radius: 999px; cursor: pointer; transition: color .2s, background .2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.seg button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.seg button[aria-pressed="true"] { color: #042430; background: var(--accent); }
.save-tag { font-size: 11px; font-weight: 600; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent-line); padding: 2px 7px; border-radius: 999px; letter-spacing: .02em; }
.seg button[aria-pressed="true"] .save-tag { color: #042430; background: rgba(4,36,48,.18); border-color: rgba(4,36,48,.25); }

/* PRICING GRID */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.card {
  position: relative; display: flex; flex-direction: column;
  border: 1px solid var(--line-2); border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--panel), rgba(19,35,51,.45));
  padding: 30px 24px; box-shadow: var(--shadow);
}
.card.featured { border-color: var(--accent-line); background: linear-gradient(180deg, rgba(0,180,216,.1), rgba(19,35,51,.5)); }
.card.featured::before {
  content: "Most popular"; position: absolute; top: -12px; left: 24px;
  font-size: 11px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  color: #042430; background: var(--accent); padding: 5px 12px; border-radius: 999px;
}
.plan-name { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: .005em; color: var(--text); }
.plan-line { color: var(--muted); font-size: 13.5px; line-height: 1.5; margin: 6px 0 18px; min-height: 40px; }
.price-row { display: flex; align-items: baseline; gap: 6px; min-height: 54px; }
.price { font-size: 50px; font-weight: 600; letter-spacing: -.02em; line-height: 1; color: var(--text); }
.price-per { color: var(--muted); font-size: 14px; font-weight: 500; }
.price-custom { font-family: var(--serif); font-size: 38px; }
.billing-note { color: var(--subtle); font-size: 12.5px; margin: 8px 0 18px; min-height: 16px; }
.card .btn { width: 100%; margin-bottom: 20px; }
.ships {
  font-family: var(--mono); font-size: 11px; color: #cfeefa; background: rgba(0,0,0,.28);
  border: 1px solid var(--accent-line); border-radius: 11px; padding: 10px 12px; margin-bottom: 18px; line-height: 1.55; letter-spacing: -.01em;
}
.ships b { color: var(--accent); font-weight: 500; }
.feats { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.feats li { display: flex; gap: 10px; font-size: 13.5px; line-height: 1.45; color: #cdddea; }
.feats li::before { content: ""; flex: 0 0 16px; height: 16px; margin-top: 2px; border-radius: 5px; background: var(--accent-soft); border: 1px solid var(--accent-line);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5' stroke='%2300B4D8' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.feats li.head { color: var(--muted); font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; margin-top: 6px; }
.feats li.head::before { display: none; }
.addons { color: var(--subtle); font-size: 12.5px; text-align: center; margin: 24px 0 0; }
.addons b { color: var(--muted); }

section { padding: 44px 0; }
.section-head { margin-bottom: 28px; max-width: 920px; }
.section-head h2 { font-family: var(--serif); margin: 0; font-size: clamp(34px, 4.6vw, 56px); line-height: 1.06; letter-spacing: -.005em; font-weight: 600; text-wrap: balance; }
.section-head p { margin: 14px 0 0; color: var(--muted); line-height: 1.6; max-width: 740px; font-size: 16px; }

/* COMPARE */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.col { border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 26px; background: var(--panel-2); }
.col.repair { border-color: var(--accent-line); background: linear-gradient(180deg, rgba(0,180,216,.07), var(--panel-2)); }
.col h3 { font-family: var(--serif); margin: 6px 0 0; font-size: 24px; letter-spacing: 0; font-weight: 600; }
.col .tag { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--subtle); }
.col.repair .tag { color: var(--accent); }
.col ul { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-direction: column; gap: 13px; }
.col li { font-size: 14px; line-height: 1.5; color: #c4d4e0; padding-left: 22px; position: relative; }
.col li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 2px; background: var(--subtle); border-radius: 2px; }
.col.repair li::before { width: 8px; height: 8px; top: 6px; border-radius: 99px; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.col code { font-family: var(--mono); color: var(--accent); font-size: 12.5px; }

/* FLOW SIGNATURE */
.flow { border: 1px solid var(--line-2); border-radius: var(--radius-xl); background: rgba(0,0,0,.22); padding: 32px 26px; }
.flow-track { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; }
.step { text-align: center; padding: 6px 4px; }
.step .k { font-family: var(--mono); font-size: 10.5px; color: var(--subtle); letter-spacing: .04em; text-transform: uppercase; }
.step .v { font-family: var(--serif); font-weight: 600; font-size: 19px; letter-spacing: 0; margin-top: 6px; }
.step.repair .v { color: var(--accent); }
.arrow { color: var(--subtle); font-weight: 700; }
.stops-here { margin-top: 18px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; font-weight: 500; }
.stops-here .bar { height: 1px; background: linear-gradient(90deg, var(--accent-line), transparent); flex: 1; }

/* COVERAGE */
.coverage { border: 1px solid var(--line-2); border-radius: var(--radius-lg); padding: 22px 24px; background: var(--panel-2); display: flex; flex-wrap: wrap; align-items: center; gap: 14px 26px; }
.coverage .lbl { color: var(--muted); font-size: 13.5px; font-weight: 500; }
.coverage .engines { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { font-size: 13px; font-weight: 500; color: #d6e6f0; border: 1px solid var(--line-2); background: rgba(255,255,255,.03); border-radius: 999px; padding: 7px 14px; }

/* FAQ */
.faq { display: grid; gap: 10px; max-width: 880px; }
details { border: 1px solid var(--line-2); border-radius: var(--radius-md); background: var(--panel-2); padding: 4px 18px; }
details[open] { border-color: var(--accent-line); }
summary { cursor: pointer; list-style: none; padding: 16px 0; font-weight: 600; font-size: 16px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
summary::-webkit-details-marker { display: none; }
summary .plus { color: var(--accent); font-weight: 600; transition: transform .2s; font-size: 20px; }
details[open] summary .plus { transform: rotate(45deg); }
details p { margin: 0 0 16px; color: var(--muted); line-height: 1.65; font-size: 14.5px; }
details code { font-family: var(--mono); color: var(--accent); font-size: 12.5px; }

/* CTA */
.cta-band { border: 1px solid var(--accent-line); border-radius: var(--radius-xl); padding: 48px 32px; text-align: center; background: linear-gradient(150deg, rgba(0,180,216,.12), rgba(19,35,51,.5)); box-shadow: var(--shadow); }
.cta-band h2 { font-family: var(--serif); margin: 0 0 12px; font-size: clamp(30px, 4.2vw, 46px); letter-spacing: 0; font-weight: 600; }
.cta-band p { margin: 0 auto 26px; color: var(--muted); max-width: 560px; line-height: 1.6; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* PROOF */
.proof { text-align: left; }
.proof .kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 13px; border-radius: 999px; background: var(--accent-soft); border: 1px solid var(--accent-line); color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.logo-chip { display: flex; width: fit-content; align-items: center; justify-content: center; background: #fff; border-radius: 16px; padding: 20px 30px; margin: 20px 0 6px; box-shadow: 0 16px 50px rgba(0,0,0,.35); }
.logo-chip img { display: block; height: 60px; width: auto; }
figure.proof-quote { margin: 0; }
.quote { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: clamp(23px, 3.2vw, 34px); line-height: 1.4; color: var(--text); max-width: 860px; margin: 26px 0 0; text-wrap: balance; }
.quote .q { color: var(--accent); font-style: normal; }
.attrib { margin-top: 20px; color: var(--muted); font-size: 14px; font-weight: 500; }
.attrib b { color: var(--text); font-weight: 600; }

/* PARTNERS */
.partners-band { border: 1px solid var(--accent-line); border-radius: var(--radius-xl); background: linear-gradient(160deg, rgba(0,180,216,.07), rgba(19,35,51,.55)); padding: 46px 38px; box-shadow: var(--shadow); }
.partners-head { max-width: 760px; }
.partners-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(32px, 4.4vw, 50px); line-height: 1.06; margin: 16px 0 0; letter-spacing: 0; }
.partners-head p { color: var(--muted); line-height: 1.6; margin: 14px 0 0; font-size: 16px; }
.roster-hook { margin: 28px 0 32px; padding: 16px 20px; border-left: 2px solid var(--accent); background: rgba(0,180,216,.06); border-radius: 0 12px 12px 0; color: #cfe6f0; font-size: 14.5px; line-height: 1.6; max-width: 780px; }
.roster-hook b { color: var(--accent); font-weight: 600; }
.partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.partner-card { border: 1px solid var(--line-2); border-radius: var(--radius-lg); background: var(--panel-2); padding: 28px; }
.partner-card .tag { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .09em; color: var(--accent); }
.partner-card h3 { font-family: var(--serif); font-weight: 600; font-size: 26px; margin: 8px 0 10px; letter-spacing: 0; }
.partner-card .lead { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 18px; }
.partner-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 11px; }
.partner-card li { display: flex; gap: 10px; font-size: 13.5px; line-height: 1.45; color: #cdddea; }
.partner-card li::before { content: ""; flex: 0 0 16px; height: 16px; margin-top: 2px; border-radius: 5px; background: var(--accent-soft); border: 1px solid var(--accent-line);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5' stroke='%2300B4D8' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.partners-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 32px; }
.partners-actions .note { color: var(--subtle); font-size: 13px; }

/* SUPPORT */
.support-hero { padding-bottom: 18px; }
.support-section { padding-top: 18px; }
.support-layout { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 18px; align-items: start; }
.support-aside { display: grid; gap: 14px; }
.support-note { border: 1px solid var(--line-2); border-radius: var(--radius-lg); background: var(--panel-2); padding: 22px; }
.support-note span,
.support-form-head span,
.support-form label span {
  display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 9px;
}
.support-note p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 16px; }
.support-form {
  border: 1px solid var(--accent-line); border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(0,180,216,.07), rgba(19,35,51,.55));
  padding: 30px; box-shadow: var(--shadow); display: grid; gap: 16px;
}
.support-form-head h2 { font-family: var(--serif); font-weight: 600; font-size: 34px; line-height: 1.08; letter-spacing: 0; margin: 0; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.support-form input,
.support-form select,
.support-form textarea {
  width: 100%; color: var(--text); background: rgba(8,17,26,.66); border: 1px solid var(--line-2);
  border-radius: 10px; padding: 12px 13px; font: 14px var(--sans); outline: 0;
}
.support-form textarea { resize: vertical; min-height: 160px; line-height: 1.6; }
.support-form input:focus,
.support-form select:focus,
.support-form textarea:focus { border-color: var(--accent-line); box-shadow: 0 0 0 3px rgba(0,180,216,.11); }
.support-hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.support-status { min-height: 20px; color: var(--subtle); font-size: 13.5px; line-height: 1.5; }
.support-status.ok { color: #9ff3d0; }
.support-status.error { color: #ffb3c0; }
.support-form button[disabled] { opacity: .64; cursor: not-allowed; transform: none; }

footer { border-top: 1px solid var(--line-2); padding: 30px 0 48px; color: var(--subtle); font-size: 13px; }
.foot-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; align-items: center; }
.foot-brand { font-family: var(--serif); font-size: 17px; color: var(--muted); }
.foot-brand em { font-style: normal; color: var(--accent); }
.foot-links { display: flex; gap: 18px; }
.foot-links a:hover { color: var(--text); }

@media (max-width: 920px) {
  .grid { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: 1fr; }
  .support-layout { grid-template-columns: 1fr; }
  .support-grid { grid-template-columns: 1fr; }
  .partners-band { padding: 32px 22px; }
  .flow-track { grid-template-columns: 1fr; }
  .flow-track .arrow { transform: rotate(90deg); justify-self: center; }
  .nav-toggle { display: flex; }
  .nav-links {
    display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 6px;
    padding: 12px; border: 1px solid var(--line-2); border-radius: var(--radius-lg);
    background: rgba(11,23,34,.97); backdrop-filter: blur(18px); box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a:not(.btn) { padding: 11px 12px; border-radius: 10px; font-size: 15px; }
  .nav-links a:not(.btn):hover { background: rgba(255,255,255,.05); }
  .nav-links .nav-search { align-self: flex-start; }
  .nav-links .btn { margin-top: 4px; }
  .controls { flex-direction: column; align-items: stretch; }
  .seg { justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } html { scroll-behavior: auto; } }

/* ── HOME PAGE ADDITIONS ── */

/* .section-head .kick — kick label inside section headers */
.section-head .kick { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 14px; }

/* STAKES */
.stakes { border: 1px solid var(--line-2); border-radius: var(--radius-xl); background: rgba(0,0,0,.22); padding: 30px 32px; display: grid; grid-template-columns: 1fr; gap: 8px; }
.stakes p { margin: 0; font-family: var(--serif); font-style: italic; font-size: clamp(22px, 3vw, 30px); line-height: 1.4; color: var(--text); max-width: 900px; }
.stakes .small { font-family: var(--sans); font-style: normal; font-size: 15px; color: var(--muted); margin-top: 8px; max-width: 720px; }

/* DEPTH LAYER (under the hood module grid) */
.depth-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.depth-head .t { max-width: 760px; }
.depth-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; margin: 10px 0 0; letter-spacing: 0; }
.depth-head .kick { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--subtle); }
.depth-head p { color: var(--muted); font-size: 15px; line-height: 1.6; margin: 12px 0 0; }
.stack { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.mod { border: 1px solid var(--line-2); border-radius: var(--radius-md); background: var(--panel-2); padding: 18px 18px 16px; display: flex; flex-direction: column; gap: 8px; }
.mod .mh { display: flex; align-items: center; justify-content: space-between; }
.mod .mtag { font-family: var(--mono); font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent-line); background: var(--accent-soft); border-radius: 5px; padding: 3px 7px; }
.mod .mnum { font-family: var(--mono); font-size: 10px; color: var(--subtle); }
.mod h4 { font-family: var(--serif); font-weight: 600; font-size: 19px; margin: 2px 0 0; line-height: 1.15; color: var(--text); }
.mod p { margin: 0; font-size: 12.5px; line-height: 1.5; color: var(--muted); }
@media (max-width: 980px) { .stack { grid-template-columns: repeat(2, 1fr); } }

/* FOUNDERS BAND */
.founders-band { border: 1px solid var(--line-2); border-radius: var(--radius-xl); background: linear-gradient(160deg, rgba(0,180,216,.05), rgba(19,35,51,.5)); padding: 44px 38px; box-shadow: var(--shadow); }
.founders-head { max-width: 740px; margin-bottom: 30px; }
.founders-head .kick { font-family: var(--mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); display: block; margin-bottom: 12px; }
.founders-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 4vw, 46px); line-height: 1.06; margin: 0; letter-spacing: 0; }
.founders-head p { color: var(--muted); line-height: 1.6; margin: 14px 0 0; font-size: 16px; }
.founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.founder { border: 1px solid var(--line-2); border-radius: var(--radius-lg); background: var(--panel-2); padding: 26px; display: flex; gap: 18px; align-items: flex-start; }
.founder img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; border: 1px solid var(--accent-line); box-shadow: 0 0 0 3px rgba(0,180,216,.12); flex-shrink: 0; }
.founder .role { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.founder h3 { font-family: var(--serif); font-weight: 600; font-size: 23px; margin: 4px 0 8px; letter-spacing: 0; }
.founder p { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.founders-foot { margin-top: 26px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--muted); font-size: 14.5px; }
.founders-foot .bar { height: 1px; background: linear-gradient(90deg, var(--accent-line), transparent); flex: 1; min-width: 40px; }
@media (max-width: 920px) { .founders-grid { grid-template-columns: 1fr; } .founders-band { padding: 32px 22px; } }
