@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --rust-950: #100806;
  --rust-900: #680f00;
  --rust-700: #8f2708;
  --rust-600: #b04622;
  --rust-500: #c45519;
  --rust-300: #dc906a;
  --sand: #cdad9b;
  --paper: #fffdfc;
  --paper-soft: #fbf2ee;
  --muted: #7f7f80;
  --charcoal: #605855;
  --line: rgba(104, 15, 0, 0.24);
  --mono: "Courier New", Cousine, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--rust-500);
  color: var(--rust-900);
  font-family: var(--mono);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

button {
  font: inherit;
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

img {
  max-width: 100%;
  display: block;
}

:focus-visible {
  outline: 2px solid var(--rust-300);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--rust-900);
  background: var(--paper);
  color: var(--rust-900);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: min(1540px, calc(100% - 84px));
  margin: 58px auto;
  background: var(--paper);
  overflow: hidden;
  box-shadow: 0 22px 80px rgba(16, 8, 6, 0.2);
}

.site-header {
  padding: 26px 26px 0;
  background:
    linear-gradient(120deg, rgba(104, 15, 0, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 98px 72px;
}

.nav {
  min-height: 52px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 22px;
  background: var(--rust-500);
  color: var(--paper);
}

.nav a {
  font-size: clamp(0.72rem, 1.1vw, 0.95rem);
}

.nav-left,
.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links {
  justify-content: flex-end;
}

.nav-left span,
.nav-links span {
  width: 5px;
  height: 5px;
  background: currentColor;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 0;
  object-fit: contain;
}

.nav .brand img {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 253, 252, 0.74);
  background: var(--paper);
  padding: 5px;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 253, 252, 0.5);
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--paper);
}

.hero {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 206px;
  gap: 34px;
  padding: clamp(52px, 6.2vw, 96px) 26px 52px;
}

.hero-pattern {
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 88px;
  border-bottom: 1px solid rgba(104, 15, 0, 0.15);
  background:
    linear-gradient(120deg, transparent 24%, rgba(104, 15, 0, 0.16) 25%, transparent 26%),
    linear-gradient(60deg, transparent 24%, rgba(104, 15, 0, 0.12) 25%, transparent 26%);
  background-size: 142px 82px;
  opacity: 0.72;
}

.hero-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-weight: 400;
  line-height: 1.07;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 930px;
  font-size: clamp(3.15rem, 6.1vw, 6.45rem);
}

h2 {
  font-size: clamp(2.45rem, 4.1vw, 5.25rem);
}

h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.72rem);
  font-weight: 400;
  line-height: 1.18;
}

.hero-copy p {
  max-width: 690px;
  margin-top: 24px;
  color: var(--rust-700);
  font-size: clamp(0.92rem, 1.15vw, 1.12rem);
}

.hero-actions {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 12px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--rust-900);
  padding: 0 18px;
  font-size: 0.98rem;
  box-shadow: 0 0 0 rgba(16, 8, 6, 0);
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  border-color: var(--rust-950);
  background: var(--rust-950);
  color: var(--paper);
  box-shadow: 0 12px 26px rgba(16, 8, 6, 0.16);
  transform: translateY(-3px);
}

.button.ghost,
.button.tiny {
  background: transparent;
}

.button.ghost:hover,
.button.tiny:hover {
  background: var(--rust-950);
  color: var(--paper);
}

.button.light {
  border-color: rgba(255, 253, 252, 0.54);
  background: var(--paper);
  color: var(--rust-900);
}

.button.light:hover {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--rust-950);
}

.intro-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 0 26px 22px;
}

.intro-card {
  min-height: 286px;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 30px;
  align-items: center;
  background: var(--rust-500);
  color: var(--paper);
  padding: clamp(26px, 3vw, 42px);
  transition: background 220ms ease, transform 220ms ease;
}

.intro-card:hover {
  background: var(--rust-700);
  transform: translateY(-4px);
}

.intro-card p {
  max-width: 340px;
  color: rgba(255, 253, 252, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.22rem);
}

.intro-card strong {
  color: var(--paper);
  font-weight: 800;
}

.intro-asset {
  width: min(270px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  object-fit: contain;
  opacity: 0.96;
  filter: saturate(0.95) contrast(1.02);
  transition: opacity 220ms ease, filter 220ms ease, transform 220ms ease;
}

.intro-card:hover .intro-asset {
  opacity: 1;
  filter: saturate(1.08) contrast(1.06);
  transform: translateY(-4px) scale(1.015);
}

.media-strip {
  position: relative;
  margin: 0 26px;
  aspect-ratio: 2.16 / 1;
  overflow: hidden;
  background: var(--rust-950);
}

.media-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.85) saturate(1.35) hue-rotate(330deg) contrast(1.08) brightness(0.78);
  mix-blend-mode: luminosity;
  transition: filter 260ms ease, transform 420ms ease;
}

.media-strip:hover img {
  filter: sepia(0.8) saturate(1.45) hue-rotate(330deg) contrast(1.12) brightness(0.86);
  transform: scale(1.025);
}

.media-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(176, 70, 34, 0.32);
}

.corner {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-color: var(--paper);
  border-style: solid;
}

.top-left { left: 26px; top: 26px; border-width: 2px 0 0 2px; }
.top-right { right: 26px; top: 26px; border-width: 2px 2px 0 0; }
.bottom-left { left: 26px; bottom: 26px; border-width: 0 0 2px 2px; }
.bottom-right { right: 26px; bottom: 26px; border-width: 0 2px 2px 0; }

.section {
  padding: clamp(76px, 8vw, 132px) 26px;
}

.centered {
  text-align: center;
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--rust-600);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.section-copy {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--rust-700);
  font-size: 0.95rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 58px;
  border: 1px solid var(--line);
}

.service-grid article {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  padding: 26px;
  text-align: left;
  transition: background 180ms ease, transform 180ms ease;
}

.service-grid article:hover {
  background: var(--paper-soft);
  transform: translateY(-4px);
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid span {
  color: var(--rust-600);
  font-size: 0.88rem;
}

.service-grid h3 {
  margin-top: 42px;
}

.service-grid p {
  margin-top: auto;
  color: var(--charcoal);
  font-size: 0.86rem;
}

.section-cta {
  max-width: 920px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 34px auto 0;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  padding: 18px;
  text-align: left;
}

.section-cta p {
  max-width: 600px;
  color: var(--charcoal);
  font-size: 0.92rem;
}

.rust-band {
  background: var(--rust-500);
  color: var(--paper);
}

.timeline {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(42px, 7vw, 120px);
  align-items: start;
}

.timeline .eyebrow,
.rust-band .eyebrow {
  color: rgba(255, 253, 252, 0.68);
}

.timeline-title p:last-child {
  max-width: 620px;
  margin-top: 24px;
  color: rgba(255, 253, 252, 0.72);
}

.timeline ol {
  position: relative;
  display: grid;
  gap: 34px;
  margin: 0;
  padding: 0 0 0 62px;
  list-style: none;
}

.timeline ol::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 253, 252, 0.56);
}

.timeline li {
  position: relative;
  padding: 22px 28px;
  background: rgba(255, 253, 252, 0.08);
  transition: background 180ms ease, transform 180ms ease;
}

.timeline li:hover {
  background: rgba(255, 253, 252, 0.12);
  transform: translateX(4px);
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -51px;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--paper);
  transform: translateY(-50%);
}

.timeline strong {
  display: block;
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
  font-weight: 400;
}

.timeline span {
  display: block;
  max-width: 440px;
  margin-top: 8px;
  color: rgba(255, 253, 252, 0.72);
  font-size: 0.82rem;
}

.process-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 44px;
  border: 1px solid rgba(255, 253, 252, 0.18);
  background: rgba(255, 253, 252, 0.08);
  padding: 20px;
}

.process-cta strong {
  color: var(--paper);
  font-size: clamp(1.12rem, 1.6vw, 1.45rem);
  font-weight: 400;
}

.process-cta span {
  color: rgba(255, 253, 252, 0.74);
  font-size: 0.88rem;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: end;
}

.split-section .section-copy {
  margin-left: 0;
}

.button.tiny {
  min-height: 38px;
  padding-inline: 20px;
  font-size: 0.78rem;
}

.system-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.system-row article {
  min-height: 220px;
  border: 1px solid rgba(104, 15, 0, 0.12);
  background: var(--paper-soft);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.system-row article:hover {
  border-color: var(--line);
  box-shadow: 0 18px 38px rgba(16, 8, 6, 0.08);
  transform: translateY(-5px);
}

.system-row div {
  height: 128px;
  border-bottom: 1px solid rgba(104, 15, 0, 0.08);
}

.system-row span,
.system-row strong {
  display: block;
  padding-inline: 18px;
}

.system-row span {
  margin-top: 12px;
  color: var(--sand);
  font-size: 0.72rem;
}

.system-row strong {
  color: var(--rust-900);
  font-size: 1.18rem;
  font-weight: 400;
}

.wave-chart {
  background:
    repeating-linear-gradient(90deg, transparent 0 6px, rgba(176, 70, 34, 0.8) 6px 9px, transparent 9px 15px),
    linear-gradient(180deg, transparent 44%, rgba(176, 70, 34, 0.18) 45% 55%, transparent 56%);
  clip-path: polygon(0 42%, 9% 66%, 18% 34%, 27% 58%, 36% 38%, 45% 65%, 54% 31%, 63% 62%, 72% 36%, 81% 54%, 90% 42%, 100% 52%, 100% 100%, 0 100%);
}

.radar-chart {
  background:
    radial-gradient(circle at 50% 50%, var(--rust-500) 0 6px, transparent 7px),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 20px, rgba(176, 70, 34, 0.45) 21px 22px),
    conic-gradient(from 18deg, transparent 0 10deg, rgba(176, 70, 34, 0.38) 10deg 12deg, transparent 12deg 360deg);
}

.line-chart {
  background:
    radial-gradient(circle at 70% 54%, rgba(176, 70, 34, 0.12), transparent 34%),
    repeating-radial-gradient(ellipse at 70% 54%, transparent 0 11px, rgba(176, 70, 34, 0.22) 12px 13px);
}

.work-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  border-top: 1px solid rgba(104, 15, 0, 0.1);
  background: var(--paper-soft);
}

.work-copy {
  max-width: 520px;
}

.work-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.9rem);
}

.work-copy p:not(.eyebrow) {
  margin-top: 20px;
  color: var(--rust-700);
  font-size: 0.98rem;
}

.work-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.work-points span {
  border: 1px solid rgba(104, 15, 0, 0.14);
  background: var(--paper);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--rust-900);
  font-size: 0.78rem;
}

.work-preview {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(104, 15, 0, 0.12);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: 0 26px 70px rgba(16, 8, 6, 0.14);
  padding: 10px;
}

.work-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 12px;
  object-fit: cover;
  object-position: top center;
}

.plans {
  padding-top: 48px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
  text-align: left;
}

.plan-grid article {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle, rgba(255, 253, 252, 0.18) 1px, transparent 2px) right 26px top 20px / 14px 14px no-repeat,
    var(--rust-500);
  color: var(--paper);
  padding: clamp(28px, 3.4vw, 46px);
  transition: background 220ms ease, transform 220ms ease;
}

.plan-grid article:hover {
  background:
    radial-gradient(circle, rgba(255, 253, 252, 0.22) 1px, transparent 2px) right 26px top 20px / 14px 14px no-repeat,
    var(--rust-700);
  transform: translateY(-5px);
}

.plan-grid p {
  max-width: 460px;
  margin-top: 12px;
  color: rgba(255, 253, 252, 0.72);
  font-size: 0.84rem;
}

.plan-grid strong {
  display: block;
  margin-top: 36px;
  padding-block: 18px;
  border-block: 1px solid rgba(255, 253, 252, 0.15);
  font-size: clamp(1.7rem, 3.4vw, 3.2rem);
  font-weight: 400;
}

.plan-grid ul {
  display: grid;
  gap: 8px;
  margin: 28px 0 36px;
  padding-left: 18px;
  color: rgba(255, 253, 252, 0.86);
}

.plan-grid a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(255, 253, 252, 0.36);
  font-size: 0.78rem;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.plan-grid a:hover {
  background: var(--paper);
  color: var(--rust-950);
  transform: translateY(-2px);
}

.plan-grid article:nth-child(2) a {
  background: var(--paper);
  color: var(--rust-900);
}

.contact-section {
  margin: 0 26px 26px;
  padding: clamp(56px, 8vw, 118px) 26px;
  background: var(--rust-500);
  color: var(--paper);
  text-align: center;
}

.contact-section .eyebrow,
.contact-section p {
  color: rgba(255, 253, 252, 0.72);
}

.contact-section p {
  max-width: 650px;
  margin: 16px auto 30px;
}

.lead-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.contact-section .lead-form {
  width: min(860px, 100%);
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  text-align: left;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--rust-900);
  font-size: 0.82rem;
}

.lead-form span {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--rust-900);
  font: inherit;
  padding: 12px 14px;
}

.lead-form textarea {
  min-height: 140px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--rust-900);
  outline: 2px solid rgba(220, 144, 106, 0.55);
  outline-offset: 2px;
}

.lead-form button,
.lead-form label:has(textarea),
.lead-form .form-status,
.lead-form .form-fallback {
  grid-column: 1 / -1;
}

.lead-form-dark label,
.lead-form-dark span {
  color: var(--paper);
}

.lead-form-dark input,
.lead-form-dark select,
.lead-form-dark textarea {
  border-color: rgba(255, 253, 252, 0.42);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.form-panel h2 {
  margin-bottom: 6px;
}

.form-fallback {
  max-width: none;
  margin: 0;
  font-size: 0.82rem;
}

.form-status {
  min-height: 1.2em;
  margin: 0;
  color: inherit;
  font-size: 0.82rem;
}

.form-fallback a {
  color: var(--paper);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.subpage-hero {
  position: relative;
  padding: clamp(70px, 8vw, 128px) 26px clamp(48px, 6vw, 86px);
  border-bottom: 1px solid rgba(104, 15, 0, 0.14);
  background:
    linear-gradient(120deg, rgba(104, 15, 0, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: 142px 82px;
}

.subpage-hero h1 {
  max-width: 1080px;
  font-size: clamp(3rem, 6.6vw, 7.4rem);
}

.subpage-hero p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: var(--rust-700);
  font-size: clamp(0.95rem, 1.2vw, 1.14rem);
}

.subpage-grid,
.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1fr);
  gap: clamp(24px, 5vw, 84px);
  padding: clamp(52px, 7vw, 104px) 26px;
}

.subpage-panel,
.legal-layout aside,
.legal-copy section {
  border: 1px solid var(--line);
  background: rgba(255, 253, 252, 0.78);
}

.subpage-panel,
.legal-layout aside {
  padding: clamp(26px, 3.2vw, 44px);
}

.contact-panel {
  background: var(--rust-500);
  color: var(--paper);
}

.subpage-panel h2,
.legal-layout aside h2 {
  font-size: clamp(1.65rem, 2.8vw, 3.4rem);
}

.subpage-panel p,
.legal-layout aside p {
  margin-top: 16px;
  color: var(--charcoal);
}

.contact-panel p {
  color: rgba(255, 253, 252, 0.76);
}

.subpage-panel .button,
.legal-layout aside .button {
  width: fit-content;
  margin-top: 30px;
}

.subpage-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--charcoal);
}

.contact-grid {
  align-items: start;
}

.legal-layout aside {
  height: fit-content;
  position: sticky;
  top: 96px;
  background: var(--rust-500);
  color: var(--paper);
}

.legal-layout aside .eyebrow,
.legal-layout aside p {
  color: rgba(255, 253, 252, 0.74);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(460px, 1fr);
  gap: clamp(34px, 7vw, 110px);
  align-items: start;
}

.faq-head {
  position: sticky;
  top: 96px;
}

.faq-head p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 18px;
  color: var(--rust-700);
}

.faq-head .button {
  width: fit-content;
  margin-top: 24px;
}

.faq-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--rust-900);
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
  transition: color 160ms ease, padding-left 160ms ease;
}

.faq-list summary:hover {
  color: var(--rust-500);
  padding-left: 8px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--rust-600);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 680px;
  padding: 0 52px 24px 0;
  color: var(--charcoal);
  font-size: 0.94rem;
}

.faq-list p a {
  color: var(--rust-900);
  font-weight: 800;
}

.site-footer {
  padding: 0 26px 26px;
  background: var(--paper);
  color: var(--paper);
}

.footer-frame {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 55vw, 760px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--rust-700);
  border-bottom: clamp(10px, 1vw, 16px) solid var(--paper);
  padding: clamp(34px, 4vw, 58px);
}

.footer-frame::before,
.footer-frame::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(18px, 3vw, 42px);
  background: var(--paper);
  opacity: 0.98;
}

.footer-frame::before {
  left: 0;
}

.footer-frame::after {
  right: 0;
}

.footer-columns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr 0.72fr 0.9fr 0.8fr;
  gap: clamp(26px, 5vw, 88px);
  padding-inline: clamp(16px, 5vw, 72px);
}

.footer-columns h2 {
  margin: 0 0 24px;
  color: var(--sand);
  font-size: clamp(0.9rem, 1.1vw, 1.04rem);
  line-height: 1;
}

.footer-note {
  max-width: 320px;
  color: rgba(255, 253, 252, 0.72);
  font-size: 0.95rem;
  line-height: 1.65;
}

.footer-columns a {
  width: fit-content;
  display: block;
  margin-top: 8px;
  color: rgba(255, 253, 252, 0.72);
  font-size: clamp(0.85rem, 1.1vw, 1rem);
}

.footer-columns a::before {
  content: "-";
  margin-right: 8px;
}

.footer-columns a:hover {
  color: var(--paper);
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.footer-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin: 0;
  border: 1px solid rgba(255, 253, 252, 0.18);
  background: rgba(255, 253, 252, 0.09);
  padding: 0 14px;
  color: var(--paper);
  font-size: 0.84rem;
  transition: background 180ms ease, transform 180ms ease;
}

.footer-actions a:hover {
  background: rgba(255, 253, 252, 0.18);
  transform: translateY(-3px);
}

.footer-actions a::before {
  content: none;
}

.footer-wordmark {
  position: relative;
  z-index: 1;
  display: block;
  margin: clamp(60px, 10vw, 140px) clamp(8px, 5vw, 58px) 0;
  color: var(--paper);
  font-family: Satoshi, Inter, sans-serif;
  font-size: clamp(4.8rem, 17.4vw, 16.5rem);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: 0;
  white-space: nowrap;
  transition: transform 220ms ease;
}

.footer-wordmark:hover {
  transform: translateY(-4px);
}

.footer-brand {
  color: var(--rust-900);
  font-size: 1rem;
}

.footer-brand img {
  width: 28px;
  height: 28px;
}

.redirect-page {
  overflow: auto;
}

.noscript-panel {
  width: min(720px, calc(100% - 32px));
  margin: 15vh auto;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 28px;
  box-shadow: 0 22px 80px rgba(16, 8, 6, 0.16);
}

.noscript-panel p {
  margin-top: 14px;
  color: var(--muted);
}

.noscript-panel a {
  color: var(--rust-900);
  font-weight: 800;
}

.legal-copy {
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.legal-copy h2 {
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  line-height: 1.2;
}

.legal-copy section {
  padding: clamp(20px, 2.4vw, 32px);
}

.legal-copy p {
  margin-top: 12px;
  color: var(--charcoal);
}

.legal-copy a {
  color: var(--rust-900);
  font-weight: 800;
}

@media (max-width: 900px) {
  .page-shell {
    width: min(100% - 36px, 1540px);
    margin-block: 24px;
  }

  .hero,
  .timeline,
  .split-section,
  .work-section,
  .faq-section,
  .subpage-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .faq-head,
  .legal-layout aside {
    position: static;
  }

  .hero-actions {
    width: min(320px, 100%);
  }

  .intro-panels,
  .system-row,
  .plan-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .footer-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: 100%;
    margin: 0;
  }

  .site-header {
    padding: 12px 12px 0;
  }

  .nav {
    grid-template-columns: 1fr auto;
    min-height: 50px;
    padding: 0 12px;
  }

  .nav-left,
  .nav-links {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 68px;
    z-index: 50;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--rust-500);
    padding: 10px;
  }

  .nav-left a,
  .nav-links a {
    padding: 12px;
  }

  .nav-left span,
  .nav-links span {
    display: none;
  }

  body.nav-open .nav-left,
  body.nav-open .nav-links {
    display: flex;
  }

  body.nav-open .nav-links {
    top: 212px;
  }

  .brand {
    justify-self: start;
  }

  .nav-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding: 54px 12px 42px;
  }

  h1 {
    font-size: clamp(2.5rem, 13.2vw, 4.2rem);
    overflow-wrap: anywhere;
  }

  h2 {
    font-size: clamp(2rem, 10.8vw, 3.35rem);
    overflow-wrap: anywhere;
  }

  .intro-panels,
  .service-grid,
  .system-row,
  .work-section,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .intro-panels,
  .section,
  .contact-section,
  .site-footer,
  .subpage-hero,
  .subpage-grid,
  .legal-layout {
    padding-inline: 12px;
  }

  .intro-card {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .service-grid article:nth-child(2) {
    border-right: 0;
  }

  .service-grid article:nth-child(3) {
    border-bottom: 1px solid var(--line);
  }

  .section-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .section-cta .button,
  .process-cta .button {
    width: 100%;
  }

  .contact-section .lead-form,
  .form-row {
    grid-template-columns: 1fr;
  }

  .media-strip,
  .contact-section {
    margin-inline: 12px;
  }

  .media-strip {
    aspect-ratio: 1.1 / 1;
  }

  .timeline ol {
    padding-left: 34px;
  }

  .timeline li::before {
    left: -23px;
  }

  .faq-list summary {
    min-height: 70px;
  }

  .faq-list p {
    padding-right: 0;
  }

  .footer-frame {
    min-height: auto;
    padding: 30px 22px 36px;
  }

  .footer-frame::before,
  .footer-frame::after {
    width: 12px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-inline: 12px;
  }

  .footer-columns h2 {
    margin-bottom: 14px;
  }

  .footer-actions {
    margin-top: 28px;
  }

  .footer-wordmark {
    margin: 56px 10px 0;
    font-size: clamp(3.15rem, 19vw, 5.4rem);
    white-space: normal;
  }
}
