﻿:root {
  --ochre: #C8900A;
  --ochre-dim: rgba(200,144,10,0.10);
  --ochre-border: rgba(200,144,10,0.22);
  --ink: #0A0906;
  --ink-mid: #16130D;
  --ink-lift: #201D15;
  --off-white: #F2EDE4;
  --sand: #D4C9B0;
  --muted: #7A7060;
  --dim: #3D3828;
  --nav-h: 64px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--nav-h);
  font-size: 16px;
}

body {
  background: var(--ink);
  color: var(--off-white);
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; }
button { background: none; border: none; cursor: pointer; font-family: inherit; color: inherit; }

h1, h2, h3 {
  font-family: 'DM Serif Display', serif;
  line-height: 1.08;
}

[hidden] { display: none !important; }

.section-index {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ochre);
  margin-bottom: 18px;
  display: block;
}

#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  border-bottom: 1px solid transparent;
  transition: background 0.35s ease, border-color 0.35s ease;
}

#navbar.scrolled {
  background: rgba(10,9,6,0.94);
  border-color: var(--ochre-border);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.logo-img {
  height: 36px;
  width: auto;
  filter: drop-shadow(0 0 6px rgba(200,144,10,0.3));
}

.logo-text {
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.28em;
  color: var(--ochre);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-links a {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-links a:hover { color: var(--off-white); }

.nav-apply {
  color: var(--ochre) !important;
  border: 1px solid var(--ochre-border);
  padding: 7px 16px;
  font-size: 11px;
  transition: border-color 0.2s, background 0.2s !important;
}

.nav-apply:hover {
  border-color: var(--ochre) !important;
  background: var(--ochre-dim) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--off-white);
  transition: all 0.3s ease;
}

.hamburger.open span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

#hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  padding: calc(var(--nav-h) + 56px) 32px 80px;
  gap: 0;
  align-items: center;
}

.hero-left {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding-right: 48px;
}

.hero-meta-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 8px;
  flex-shrink: 0;
}

.hero-meta-label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: var(--dim);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  text-transform: uppercase;
}

.hero-text-block {
  flex: 1;
}

.hero-eyebrow {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ochre);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-headline {
  font-family: 'DM Serif Display', serif;
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.h1-line {
  display: block;
  line-height: 1.05;
}

.h1-line--light {
  font-size: clamp(48px, 5.5vw, 72px);
  font-weight: 200;
  color: var(--sand);
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  letter-spacing: -0.02em;
}

.h1-line--italic {
  font-size: clamp(72px, 8vw, 108px);
  font-style: italic;
  color: var(--off-white);
  letter-spacing: -0.03em;
  margin-left: -3px;
}

.h1-line--heavy {
  font-size: clamp(60px, 7vw, 96px);
  font-style: normal;
  color: var(--ochre);
  letter-spacing: -0.04em;
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: -2px;
}

.hero-body {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.72;
  max-width: 420px;
  margin-bottom: 14px;
}

.hero-footnote {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  color: var(--dim);
  line-height: 1.5;
  margin-bottom: 36px;
  max-width: 380px;
}

.hero-footnote a {
  color: var(--ochre);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fn-num {
  color: var(--ochre);
  margin-right: 4px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.cta-primary {
  display: inline-block;
  background: var(--ochre);
  color: var(--ink);
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: 2px;
  transition: background 0.2s, transform 0.2s;
}

.cta-primary:hover {
  background: #E0A412;
  transform: translateY(-1px);
}

.cta-secondary {
  font-family: 'DM Mono', monospace;
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  transition: color 0.2s;
}

.cta-secondary:hover { color: var(--off-white); }

.cta-inline {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--ochre);
  display: inline-block;
  border-bottom: 1px solid var(--ochre-border);
  padding-bottom: 2px;
  transition: border-color 0.2s;
}

.cta-inline:hover { border-color: var(--ochre); }

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 36px;
  position: relative;
}

.hero-logo-wrap {
  position: relative;
}

.hero-pharaoh-img {
  width: clamp(260px, 28vw, 400px);
  height: auto;
  filter: drop-shadow(0 0 40px rgba(200,144,10,0.2));
}

.hero-rotated-label {
  position: absolute;
  right: -36px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 0.36em;
  color: var(--dim);
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-stat-strip {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--ochre-border);
  width: 100%;
  max-width: 380px;
}

.hstat {
  flex: 1;
  padding: 18px 20px;
}

.hstat-sep {
  width: 1px;
  height: 56px;
  background: var(--ochre-border);
  flex-shrink: 0;
}

.hstat-num {
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: var(--ochre);
  line-height: 1;
  margin-bottom: 4px;
  font-feature-settings: 'tnum';
  letter-spacing: -0.02em;
}

.hstat-unit {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: 2px;
  opacity: 0.75;
}

.hstat-desc {
  font-family: 'DM Mono', monospace;
  font-size: 9.5px;
  color: var(--muted);
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ticker-bar {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--ochre-border);
  border-bottom: 1px solid var(--ochre-border);
  background: var(--ink-mid);
  padding: 11px 0;
}

.ticker-track {
  display: flex;
  gap: 32px;
  white-space: nowrap;
  animation: ticker 28s linear infinite;
  width: max-content;
}

.ticker-track span {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  color: var(--muted);
  text-transform: uppercase;
  flex-shrink: 0;
}

.ticker-dot {
  color: var(--ochre) !important;
  font-size: 8px !important;
  opacity: 0.6;
}

@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

#services {
  padding: 100px 0;
  border-top: 1px solid var(--ochre-border);
}

.services-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
}

.services-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 4vw, 54px);
  color: var(--off-white);
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.services-intro {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.services-content-col {
  display: flex;
  flex-direction: column;
}

.service-row {
  display: grid;
  grid-template-columns: 40px 1fr 60px;
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--dim);
  transition: background 0.2s, padding-left 0.2s;
}

.service-row:first-child {
  border-top: 1px solid var(--dim);
}

.service-row:hover {
  background: var(--ink-lift);
  padding-left: 12px;
}

.service-row--highlight {
  border-color: var(--ochre-border) !important;
  background: var(--ochre-dim);
}

.service-row--highlight:hover {
  background: rgba(200,144,10,0.13);
}

.service-row-num {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--dim);
  letter-spacing: 0.1em;
  padding-top: 4px;
  font-feature-settings: 'tnum';
}

.service-row--highlight .service-row-num {
  color: var(--ochre);
}

.service-row-body h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--off-white);
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.service-row-body p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
}

.service-note {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--ochre);
  margin-top: 10px !important;
  line-height: 1.55;
}

.service-row-tag {
  font-family: 'DM Mono', monospace;
  font-size: 9px;
  letter-spacing: 0.18em;
  color: var(--dim);
  text-transform: uppercase;
  text-align: right;
  padding-top: 4px;
}

.service-row--highlight .service-row-tag {
  color: var(--ochre);
  opacity: 0.75;
}

#exodus {
  padding: 0;
  background: var(--ink-mid);
  border-top: 1px solid var(--ochre-border);
  border-bottom: 1px solid var(--ochre-border);
  overflow: hidden;
  position: relative;
}

.exodus-wrap {
  position: relative;
}

.exodus-oversize-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-8deg);
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: clamp(100px, 18vw, 260px);
  color: rgba(200,144,10,0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: -0.04em;
  z-index: 0;
}

.exodus-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 32px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}

.exodus-image-frame {
  border: 1px solid var(--ochre-border);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background: var(--ink);
}

.exodus-hero-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  filter: drop-shadow(0 0 24px rgba(200,144,10,0.3));
}

.exodus-aside-note {
  margin-top: 20px;
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
  padding-left: 2px;
}

.exodus-note-num {
  color: var(--ochre);
  margin-right: 6px;
}

.exodus-index { margin-bottom: 12px; }

.exodus-heading {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(48px, 5.5vw, 80px);
  color: var(--off-white);
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.exodus-heading em {
  color: var(--ochre);
  font-style: italic;
}

.exodus-body {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 16px;
  max-width: 520px;
}

.exodus-feature-table {
  margin: 32px 0 36px;
  border: 1px solid var(--ochre-border);
  width: 100%;
  background: var(--ink);
}

.eft-row {
  display: grid;
  grid-template-columns: 1fr 80px 100px;
  gap: 0;
  border-bottom: 1px solid var(--ochre-border);
}

.eft-row:last-child { border-bottom: none; }

.eft-row span {
  font-size: 13px;
  padding: 13px 16px;
  color: var(--sand);
  border-right: 1px solid var(--ochre-border);
  font-feature-settings: 'tnum';
}

.eft-row span:last-child { border-right: none; }

.eft-header {
  background: var(--ink-lift);
  border-bottom: 2px solid var(--ochre-border);
}

.eft-header span {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ochre);
  font-weight: 600;
}

.eft-yes { color: var(--sand) !important; }
.eft-no  { color: var(--muted) !important; opacity: 0.5; }
.eft-gold { color: var(--ochre) !important; font-weight: 700; }

.exodus-cta { margin-top: 4px; }

#process {
  padding: 100px 0;
  border-top: 1px solid var(--ochre-border);
}

.process-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 80px;
  align-items: start;
}

.process-label-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.process-rotated-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--dim);
  text-transform: uppercase;
}

.process-steps-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pstep {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid var(--dim);
  align-items: start;
}

.pstep:first-child { border-top: 1px solid var(--dim); }

.pstep-num {
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: var(--ochre);
  opacity: 0.25;
  line-height: 1;
  font-feature-settings: 'tnum';
  letter-spacing: -0.03em;
  padding-top: 2px;
  transition: opacity 0.25s;
}

.pstep:hover .pstep-num { opacity: 0.7; }

.pstep-content h3 {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--off-white);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.pstep-content p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
}

#faq {
  padding: 100px 0;
  background: var(--ink-mid);
  border-top: 1px solid var(--ochre-border);
  border-bottom: 1px solid var(--ochre-border);
}

.faq-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
}

.faq-heading {
  font-family: 'DM Serif Display', serif;
  font-size: 72px;
  color: var(--off-white);
  margin-bottom: 12px;
  letter-spacing: -0.04em;
}

.faq-subhead {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 28px;
}

.faq-body-col {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid var(--dim);
}

.faq-item:first-child { border-top: 1px solid var(--dim); }

.faq-q {
  width: 100%;
  display: grid;
  grid-template-columns: 32px 1fr 24px;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s;
}

.faq-q:hover { color: var(--off-white); }
.faq-q[aria-expanded="true"] { color: var(--ochre); }

.faq-q-num {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--dim);
  letter-spacing: 0.1em;
  font-feature-settings: 'tnum';
  flex-shrink: 0;
}

.faq-q[aria-expanded="true"] .faq-q-num { color: var(--ochre); opacity: 0.7; }

.faq-q span:nth-child(2) {
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--sand);
  letter-spacing: 0;
}

.faq-q[aria-expanded="true"] span:nth-child(2) { color: var(--off-white); }

.faq-toggle {
  font-family: 'Barlow', sans-serif;
  font-size: 20px;
  font-weight: 200;
  color: var(--ochre);
  line-height: 1;
  transition: transform 0.3s ease;
  justify-self: end;
}

.faq-q[aria-expanded="true"] .faq-toggle { transform: rotate(45deg); }

.faq-a {
  overflow: hidden;
}

.faq-a p {
  padding: 0 0 20px 46px;
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.75;
}

#apply {
  padding: 100px 0;
}

.apply-layout {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
}

.apply-heading {
  font-family: 'DM Serif Display', serif;
  font-size: 80px;
  color: var(--off-white);
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.apply-subhead {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 28px;
}

.apply-contact-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.apply-contact-label {
  font-family: 'DM Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.18em;
  color: var(--dim);
  text-transform: uppercase;
}

.apply-email {
  font-size: 13px;
  color: var(--ochre);
  transition: color 0.2s;
  letter-spacing: 0.01em;
}

.apply-email:hover { color: #E0A412; }

.apply-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.field-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.field label {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.field-num {
  color: var(--ochre);
  margin-right: 5px;
}

.req { color: var(--ochre); }

.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--ink-lift);
  border: 1px solid var(--dim);
  border-radius: 0;
  padding: 12px 14px;
  color: var(--off-white);
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  transition: border-color 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23C8900A' stroke-width='1.2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 38px;
  cursor: pointer;
}

.field input::placeholder,
.field textarea::placeholder { color: var(--dim); }

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--ochre);
}

.field input[type="datetime-local"] { color-scheme: dark; }

.field textarea {
  resize: vertical;
  min-height: 120px;
}

.field select option {
  background: var(--ink-mid);
  color: var(--off-white);
}

.field-hint {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--dim);
  letter-spacing: 0.06em;
  margin-top: -2px;
}

.form-foot {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 6px;
}

.cta-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--ochre);
  color: var(--ink);
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  border: none;
  width: 100%;
  justify-content: center;
}

.cta-submit:disabled { opacity: 0.5; cursor: not-allowed; }

.cta-submit:not(:disabled):hover {
  background: #E0A412;
  transform: translateY(-1px);
}

.btn-arr {
  transition: transform 0.2s;
}

.cta-submit:hover .btn-arr { transform: translateX(4px); }

.form-success {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 14px;
  border: 1px solid var(--ochre-border);
  color: var(--ochre);
  background: var(--ochre-dim);
}

.form-error {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 12px;
  border: 1px solid rgba(180,50,50,0.3);
  color: #c07070;
  background: rgba(180,50,50,0.06);
}

#footer {
  padding: 48px 0 36px;
  border-top: 1px solid var(--ochre-border);
  background: var(--ink);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logo {
  height: 30px;
  width: auto;
  filter: drop-shadow(0 0 5px rgba(200,144,10,0.25));
}

.footer-wordmark {
  font-family: 'Barlow', sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.28em;
  color: var(--ochre);
}

.footer-sub {
  font-family: 'DM Mono', monospace;
  font-size: 9.5px;
  letter-spacing: 0.12em;
  color: var(--dim);
  border-left: 1px solid var(--dim);
  padding-left: 12px;
}

.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-nav a {
  font-family: 'DM Mono', monospace;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  color: var(--muted);
  text-transform: uppercase;
  transition: color 0.2s;
}

.footer-nav a:hover { color: var(--off-white); }

.footer-legal {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-legal a {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--dim);
  text-transform: uppercase;
  transition: color 0.2s;
}

.footer-legal a:hover { color: var(--muted); }

.footer-copy {
  font-family: 'DM Mono', monospace;
  font-size: 10px;
  color: var(--dim);
  letter-spacing: 0.08em;
}

@media (max-width: 1024px) {
  #hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 60px;
  }

  .hero-left { padding-right: 0; }

  .hero-right {
    align-items: flex-start;
  }

  .hero-rotated-label { display: none; }

  .services-layout,
  .faq-layout,
  .apply-layout,
  .exodus-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .process-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .process-label-col {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .process-rotated-label {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .exodus-oversize-text { display: none; }
}

@media (max-width: 720px) {
  .nav-links {
    position: fixed;
    top: var(--nav-h);
    left: 0; right: 0;
    background: rgba(10,9,6,0.97);
    flex-direction: column;
    gap: 0;
    padding: 16px 0 20px;
    border-bottom: 1px solid var(--ochre-border);
    transform: translateY(-110%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s;
    pointer-events: none;
    z-index: 98;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links li { width: 100%; }

  .nav-links a {
    display: block;
    padding: 14px 32px;
    font-size: 12px;
  }

  .nav-apply {
    margin: 8px 32px 0;
    display: block;
    text-align: center;
  }

  .hamburger { display: flex; }

  .hero-left { flex-direction: column; gap: 16px; }

  .hero-meta-col {
    flex-direction: row;
    writing-mode: horizontal-tb;
    gap: 16px;
  }

  .hero-meta-label {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .hero-stat-strip { max-width: 100%; }

  .service-row {
    grid-template-columns: 32px 1fr;
    gap: 14px;
  }

  .service-row-tag { display: none; }

  .eft-row {
    grid-template-columns: 1fr 64px 80px;
  }

  .faq-a p { padding-left: 0; }

  .field-pair { grid-template-columns: 1fr; }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  #services, #process, #faq, #apply, #exodus .exodus-inner { padding-top: 72px; padding-bottom: 72px; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .cta-primary { font-size: 12px; padding: 12px 22px; }
  .h1-line--light { font-size: 40px; }
  .h1-line--italic { font-size: 60px; }
  .h1-line--heavy { font-size: 52px; }
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--dim); border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: var(--ochre); }
* { scrollbar-width: thin; scrollbar-color: var(--dim) var(--ink); }

img, .ticker-track, .hero-rotated-label, .exodus-oversize-text, .process-rotated-label {
  -webkit-user-drag: none;
  user-select: none;
}

nav, footer, .section-index, .hero-eyebrow, .hero-tag, .service-row-tag,
.hstat-desc, .exodus-frame-label, .ticker-bar, .faq-q-num {
  user-select: none;
}

@media (pointer: fine) {
  *, *::before, *::after { cursor: none !important; }

  .cursor-dot {
    position: fixed;
    top: 0; left: 0;
    width: 5px; height: 5px;
    background: var(--ochre);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: opacity 0.15s;
    will-change: transform;
  }

  .cursor-ring {
    position: fixed;
    top: 0; left: 0;
    width: 28px; height: 28px;
    border: 1px solid rgba(200,144,10,0.45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: width 0.22s ease, height 0.22s ease, border-color 0.22s ease, opacity 0.18s;
    will-change: transform;
  }

  .cursor-ring.is-hover {
    width: 52px; height: 52px;
    border-color: var(--ochre);
    background: rgba(200,144,10,0.06);
  }

  .cursor-ring.is-click {
    width: 18px; height: 18px;
    border-color: var(--ochre);
  }

  .cursor-dot.is-hidden,
  .cursor-ring.is-hidden { opacity: 0; }
}

.field input[type="datetime-local"] {
  color-scheme: dark;
  padding-right: 38px;
  position: relative;
}

.field input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  opacity: 0.35;
  filter: invert(1) sepia(0.5) hue-rotate(0deg);
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s;
  background-size: 14px;
}

.field input[type="datetime-local"]::-webkit-calendar-picker-indicator:hover {
  opacity: 0.85;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--ochre);
  border-left: 2px solid var(--ochre);
  outline: none;
}

.field select:focus {
  border-color: var(--ochre);
  border-left: 2px solid var(--ochre);
  background-color: var(--ink);
  outline: none;
}

.field select:hover {
  border-color: rgba(200,144,10,0.45);
}

.field input:hover,
.field textarea:hover {
  border-color: rgba(200,144,10,0.38);
}

.ticker-bar:hover .ticker-track {
  animation-play-state: paused;
}

.footer-nav a,
.footer-legal a {
  position: relative;
}

.footer-nav a::after,
.footer-legal a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 1px;
  background: var(--ochre);
  transition: width 0.25s ease;
}

.footer-nav a:hover::after,
.footer-legal a:hover::after { width: 100%; }

.faq-item {
  transition: background 0.2s;
}

.faq-item:hover {
  background: rgba(200,144,10,0.03);
}

.faq-item:has(.faq-q[aria-expanded="true"]) {
  background: rgba(200,144,10,0.04);
  border-color: var(--ochre-border);
}

::selection {
  background: rgba(200,144,10,0.25);
  color: var(--off-white);
}

.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}


.c-select, .c-date {
  position: relative;
  user-select: none;
}
.c-select-trigger, .c-date-trigger {
  width: 100%;
  background: var(--ink-lift);
  border: 1px solid var(--dim);
  padding: 12px 14px;
  color: var(--dim);
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: border-color 0.2s, color 0.2s;
}
.c-select-trigger.has-value, .c-date-trigger.has-value {
  color: var(--off-white);
}
.c-select-trigger:hover, .c-date-trigger:hover { 
  border-color: rgba(200,144,10,0.45); 
}
.c-select.is-open .c-select-trigger, .c-date.is-open .c-date-trigger {
  border-color: var(--ochre);
  border-left: 2px solid var(--ochre);
}
.c-select-arrow { font-size: 10px; transition: transform 0.2s; color: var(--ochre); }
.c-select.is-open .c-select-arrow { transform: rotate(180deg); }

.c-select-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  background: var(--ink);
  border: 1px solid var(--ochre);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s ease;
  max-height: 240px;
  overflow-y: auto;
}
.c-select.is-open .c-select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-select-dropdown::-webkit-scrollbar { width: 4px; }
.c-select-dropdown::-webkit-scrollbar-thumb { background: var(--dim); }

.c-select-option {
  padding: 10px 14px;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid rgba(255,255,255,0.02);
}
.c-select-option:hover {
  background: var(--ink-lift);
  color: var(--ochre);
  padding-left: 18px;
}
.c-select-option.is-selected {
  color: var(--off-white);
  background: rgba(200,144,10,0.05);
  border-left: 2px solid var(--ochre);
}

.c-date-dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 320px;
  max-width: calc(100vw - 40px);
  background: var(--ink);
  border: 1px solid var(--ochre);
  z-index: 100;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s ease;
}
.c-date.is-open .c-date-dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.c-date-header {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 16px; font-family: 'Barlow', sans-serif; font-weight: 500;
  color: var(--off-white); text-transform: uppercase; letter-spacing: 1px;
}
.c-date-btn {
  background: none; border: 1px solid var(--dim); color: var(--ochre); cursor: pointer;
  width: 28px; height: 28px; display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s;
}
.c-date-btn:hover { border-color: var(--ochre); color: var(--off-white); }
.c-date-grid {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
  text-align: center; font-family: 'DM Mono', monospace; font-size: 12px;
}
.c-date-day-name { color: var(--muted); padding-bottom: 8px; }
.c-date-day {
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--sand); border: 1px solid transparent; transition: all 0.2s;
}
.c-date-day:hover:not(.is-empty) { border-color: rgba(200,144,10,0.45); }
.c-date-day.is-selected { border-color: var(--ochre); color: var(--ochre); font-weight: 700; background: rgba(200,144,10,0.1); }
.c-date-day.is-empty { pointer-events: none; }
.c-date-day.is-disabled { color: var(--dim); pointer-events: none; }

.c-date-time {
  margin-top: 16px; padding-top: 16px; border-top: 1px dashed var(--dim);
  display: flex; gap: 8px; align-items: center; justify-content: space-between;
}
.c-time-inputs { display: flex; align-items: center; gap: 6px; }
.c-date-time input {
  background: var(--ink-lift); border: 1px solid var(--dim); color: var(--off-white);
  padding: 6px; width: 44px; text-align: center; font-family: 'DM Mono', monospace;
}
.c-date-time input:focus { border-color: var(--ochre); outline: none; }
.c-time-colon { color: var(--ochre); }
.c-time-save {
  background: var(--ochre); color: var(--ink); border: none; padding: 6px 12px;
  font-family: 'DM Mono', monospace; font-size: 11px; font-weight: 700; cursor: pointer;
  text-transform: uppercase;
}
.c-time-save:hover { filter: brightness(1.1); }

.field input:not([type="datetime-local"]),
.field select,
.c-select-trigger,
.c-date-trigger {
  height: 48px;
  line-height: normal !important;
}

@media (max-width: 480px) {
  .c-date-dropdown {
    width: 100%;
    min-width: 100%;
    padding: 12px;
  }
  .c-date-header { margin-bottom: 12px; }
  .c-date-btn { width: 24px; height: 24px; }
}


@media (max-width: 1024px) {
  .nav-inner, #hero, .services-layout, .process-layout, .faq-inner, .apply-layout, .exodus-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 720px) {
  .nav-inner, #hero, .services-layout, .process-layout, .faq-inner, .apply-layout, .exodus-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .exodus-image-frame { padding: 32px 20px; }
}

@media (max-width: 480px) {
  .nav-inner, #hero, .services-layout, .process-layout, .faq-inner, .apply-layout, .exodus-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  #services, #process, #faq, #apply, #exodus .exodus-inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  #hero {
    padding-top: calc(var(--nav-h) + 24px);
    padding-bottom: 56px;
    gap: 40px;
  }
  .h1-line--light { font-size: 34px !important; }
  .h1-line--italic { font-size: 46px !important; }
  .h1-line--heavy { font-size: 40px !important; }
  
  .hero-body { font-size: 14px; margin-bottom: 24px; }
  .hero-meta-col { gap: 8px; flex-wrap: wrap; }
  .hero-meta-label { font-size: 9px; letter-spacing: 0.1em; }
  
  .hero-actions { width: 100%; gap: 12px; }
  .cta-primary { width: 100%; justify-content: center; text-align: center; }

  .hero-stat-strip { flex-direction: column; max-width: 100%; align-items: stretch; text-align: center; }
  .hstat { padding: 12px 16px; flex: unset; }
  .hstat-sep { width: 100%; height: 1px; }
  .hstat-num { font-size: 24px; }
  .hstat-desc { font-size: 11px; }

  .exodus-image-frame { padding: 24px 16px; }
  .eft-row { grid-template-columns: 1fr 48px 56px !important; }
  .eft-row span { font-size: 10px !important; padding: 10px 8px !important; }

  .service-row { gap: 12px; }
  .service-row-num { font-size: 10px; }
  .service-row h3 { font-size: 18px; }
  .service-row p { font-size: 13px; }
  
  .pstep { gap: 16px; }
  .pstep-num { font-size: 10px; }
  .pstep-content h3 { font-size: 18px; }
  .pstep-content p { font-size: 13px; }
  
  .faq-q { font-size: 16px; padding: 16px 0; }
  .faq-toggle { font-size: 20px; }
  .faq-a p { font-size: 14px; }

  .apply-title { font-size: 32px; }
  .apply-desc { font-size: 14px; }
  .cta-submit { width: 100%; justify-content: center; }
  .field-label, .field label { font-size: 10px; }
  .field input, .field select, .field textarea, .c-select-trigger, .c-date-trigger, .c-select-option { font-size: 13px; }

  .ticker-item { font-size: 12px; letter-spacing: 0.1em; }
  .ticker-dot { font-size: 6px; margin: 0 16px; }
}


/* ── MOBILE SECTION & TYPOGRAPHY CLEANUP ──────── */
@media (max-width: 720px) {
  /* Section headers smaller */
  .section-eyebrow { font-size: 9px; }
  .section-title { font-size: 28px; }

  /* Service rows */
  .service-row {
    grid-template-columns: 24px 1fr;
    gap: 12px;
    padding: 20px 0;
  }
  .service-row-body h3 { font-size: 17px; }
  .service-row-body p { font-size: 13px; }

  /* Process steps */
  .pstep { padding: 16px 0; }
  .pstep-num { font-size: 9px; }
  .pstep-content h3 { font-size: 17px; }
  .pstep-content p { font-size: 13px; }

  /* Apply form sidebar text */
  .apply-sidebar .apply-title,
  .apply-title { font-size: 28px; }
  .apply-desc { font-size: 13px; }

  /* FAQ */
  .faq-q { font-size: 14px; }
  .faq-q-num { display: none; }

  /* Footer minimal */
  .footer-inner { gap: 20px; }
  .footer-nav ul { flex-wrap: wrap; gap: 12px 20px; }
  .footer-legal { font-size: 9px; }
  
  /* Cta-secondary on hero — smaller and visible */
  .cta-secondary { font-size: 11px; }

  /* Hero meta labels hide on smallest gap */
  .hero-meta-col { overflow: hidden; max-height: 24px; }
}

/* ── SERVICE NOTE MARKER ──────────────────────── */
.service-note {
  font-family: 'DM Mono', monospace;
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px !important;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service-note-marker {
  color: var(--ochre);
  margin-right: 4px;
  font-size: 13px;
}

/* ── HERO MOBILE: first screen = text only ────── */
@media (max-width: 720px) {
  #hero {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    padding-top: calc(var(--nav-h) + 32px);
    padding-bottom: 32px;
    justify-content: space-between;
    gap: 0;
  }

  /* Left col takes up all above-fold space */
  .hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    padding-right: 0;
  }

  .hero-text-block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  /* hero-right sits below the fold — natural scroll reveals it */
  .hero-right {
    border-top: 1px solid var(--dim);
    padding-top: 24px;
    margin-top: 32px;
  }
}

@media (max-width: 480px) {
  #hero {
    padding-top: calc(var(--nav-h) + 20px);
    padding-bottom: 24px;
  }
  .hero-right {
    padding-top: 20px;
    margin-top: 24px;
  }
}

/* ── FAQ MOBILE GRID FIX ──────────────────────── */
@media (max-width: 720px) {
  .faq-q {
    grid-template-columns: 1fr 24px;
  }
  .faq-q-num { display: none; }
  .faq-a p { padding-left: 0; }
}

/* ── LAYOUT CORRECTIONS ───────────────────────── */
@media (max-width: 720px) {
  /* Hero: restore vertical breathing room (gap: 0 was too aggressive) */
  .hero-left { gap: 24px; }
  .hero-text-block { gap: 16px; }

  /* Hero meta: remove hacky overflow clip */
  .hero-meta-col { overflow: visible; max-height: none; }

  /* Process: drop the ghost number column on mobile */
  .pstep { grid-template-columns: 1fr; }
  .pstep-num { display: none; }
}

/* ── LAYOUT CORRECTIONS ───────────────────────── */
@media (max-width: 720px) {
  /* Hero: restore vertical breathing room (gap: 0 was too aggressive) */
  .hero-left { gap: 24px; }
  .hero-text-block { gap: 16px; }

  /* Hero meta: remove hacky overflow clip */
  .hero-meta-col { overflow: visible; max-height: none; }

  /* Process: drop the ghost number column on mobile */
  .pstep { grid-template-columns: 1fr; }
  .pstep-num { display: none; }
}
