:root {
  color-scheme: light;
  --ink: oklch(23% 0.036 214);
  --muted: oklch(43% 0.035 198);
  --paper: oklch(97.5% 0.018 79);
  --panel: oklch(94% 0.027 83);
  --line: oklch(82% 0.036 85);
  --green: oklch(52% 0.095 179);
  --green-dark: oklch(29% 0.07 188);
  --rust: oklch(55% 0.13 42);
  --gold: oklch(77% 0.125 82);
  --shade: oklch(19% 0.045 228);
  --white-tint: oklch(98.8% 0.008 78);
  --shadow: 0 18px 40px oklch(20% 0.045 228 / 0.14);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body.nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-color: oklch(52% 0.095 179 / 0.58);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--rust);
}

.skip-link {
  left: 1rem;
  position: absolute;
  top: -4rem;
  z-index: 20;
  background: var(--white-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.7rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  background: oklch(98.8% 0.008 78 / 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0.85rem 1.25rem;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.62rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  align-items: center;
  display: grid;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  place-items: center;
}

.brand-mark svg {
  display: block;
  height: 100%;
  width: 100%;
}

.brand-name {
  line-height: 1.05;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 1.1rem;
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav a {
  text-decoration: none;
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 0.65rem;
}

.menu-toggle {
  display: none;
}

.button,
button.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 800;
  gap: 0.45rem;
  justify-content: center;
  min-height: 2.7rem;
  padding: 0.72rem 1rem;
  text-decoration: none;
  transition: transform 160ms ease-out, background-color 160ms ease-out, border-color 160ms ease-out;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--rust);
  color: var(--white-tint);
}

.button-primary:hover {
  background: oklch(48% 0.135 42);
  color: var(--white-tint);
}

.button-secondary {
  background: var(--green-dark);
  color: var(--white-tint);
}

.button-secondary:hover {
  background: oklch(24% 0.065 188);
  color: var(--white-tint);
}

.button-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.button-ghost:hover {
  background: var(--panel);
  color: var(--ink);
}

.button-hero-secondary {
  background: var(--white-tint);
  border-color: var(--white-tint);
  color: var(--green-dark);
  box-shadow: 0 10px 24px oklch(16% 0.05 228 / 0.32);
}

.button-hero-secondary:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--shade);
}

.hero {
  background-image:
    linear-gradient(90deg, oklch(16% 0.052 228 / 0.88), oklch(23% 0.065 188 / 0.64), oklch(28% 0.08 44 / 0.28)),
    var(--hero-image);
  background-position: center 46%;
  background-size: cover;
  color: var(--white-tint);
  min-height: 72svh;
  position: relative;
}

.hero-inner {
  display: grid;
  margin: 0 auto;
  max-width: var(--max);
  min-height: 72svh;
  padding: 5.5rem 1.25rem 4rem;
  place-items: center start;
}

.hero-content {
  max-width: 760px;
}

.eyebrow {
  color: var(--gold);
  font-size: 0.83rem;
  font-weight: 850;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: clamp(2.45rem, 7vw, 5.7rem);
  letter-spacing: 0;
  max-width: 12ch;
}

.hero-lede {
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  margin: 1.25rem 0 0;
  max-width: 62ch;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.proof-strip {
  background: var(--green-dark);
  color: var(--white-tint);
}

.proof-inner {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 1.1rem 1.25rem;
}

.proof-item {
  border-right: 1px solid oklch(98.8% 0.008 78 / 0.24);
  min-width: 0;
  padding-right: 1rem;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-item strong {
  display: block;
  font-size: 0.98rem;
}

.proof-item span {
  color: oklch(91% 0.026 88);
  display: block;
  font-size: 0.9rem;
  margin-top: 0.1rem;
}

.section {
  padding: clamp(3.1rem, 7vw, 5.7rem) 1.25rem;
}

.section-alt {
  background: var(--panel);
  border-block: 1px solid var(--line);
}

.section-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.section-header {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(240px, 0.55fr);
  margin-bottom: 2rem;
}

.section-header h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  max-width: 13ch;
}

.section-header p {
  color: var(--muted);
  margin: 0;
  max-width: 68ch;
}

.lead-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.55fr);
}

.lead-copy {
  display: grid;
  gap: 1rem;
}

.lead-copy p {
  color: var(--muted);
  margin: 0;
  max-width: 70ch;
}

.callout {
  background: oklch(93% 0.042 82);
  border: 1px solid oklch(78% 0.095 82);
  border-radius: var(--radius);
  padding: 1rem;
}

.callout strong {
  display: block;
  margin-bottom: 0.2rem;
}

.lead-form {
  background: var(--white-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.85rem;
  padding: 1.1rem;
}

.lead-form h2,
.lead-form h3 {
  font-size: 1.4rem;
}

.form-row {
  display: grid;
  gap: 0.4rem;
}

label {
  font-size: 0.9rem;
  font-weight: 750;
}

input,
select,
textarea {
  background: var(--white-tint);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 2.75rem;
  padding: 0.72rem 0.78rem;
  width: 100%;
}

textarea {
  min-height: 7rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  outline: 3px solid oklch(52% 0.095 179 / 0.18);
}

.fine-print {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  margin: 0;
}

.checkbox-row {
  align-items: flex-start;
  display: flex;
  gap: 0.6rem;
}

.checkbox-row input {
  flex: 0 0 auto;
  margin-top: 0.25rem;
  min-height: auto;
  width: auto;
}

.card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: var(--white-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.1rem;
}

.card h3 {
  font-size: 1.15rem;
}

.card p {
  color: var(--muted);
  margin: 0.7rem 0 0;
}

.card a {
  font-weight: 800;
  margin-top: auto;
  padding-top: 1rem;
  text-decoration: none;
}

.service-list {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.service-list li {
  align-items: center;
  background: oklch(98.6% 0.012 78);
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  gap: 0.55rem;
  padding: 0.72rem;
}

.service-list li::before {
  background: var(--green);
  border-radius: 99px;
  content: "";
  flex: 0 0 0.55rem;
  height: 0.55rem;
}

.steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: step;
}

.step {
  border-top: 2px solid var(--rust);
  padding-top: 1rem;
}

.step::before {
  color: var(--rust);
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  display: block;
  font-weight: 900;
  margin-bottom: 0.55rem;
}

.step h3 {
  font-size: 1.2rem;
}

.step p {
  color: var(--muted);
  margin: 0.55rem 0 0;
}

.split {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
}

.panel {
  background: var(--white-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
}

.panel h2,
.panel h3 {
  font-size: 1.55rem;
}

.panel p,
.panel li {
  color: var(--muted);
}

.panel ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}

.breadcrumb {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0 0 1rem;
}

.breadcrumb a {
  text-decoration: none;
}

.page-hero {
  background: linear-gradient(135deg, var(--shade), oklch(25% 0.065 188));
  color: var(--white-tint);
  padding: 4.7rem 1.25rem;
}

.page-hero-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.page-hero h1 {
  max-width: 14ch;
}

.page-hero p {
  font-size: 1.15rem;
  max-width: 68ch;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

details {
  background: var(--white-tint);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.95rem 1rem;
}

summary {
  cursor: pointer;
  font-weight: 850;
}

details p {
  color: var(--muted);
  margin: 0.75rem 0 0;
}

.site-footer {
  background: var(--shade);
  color: oklch(91% 0.022 86);
}

.footer-inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) repeat(3, minmax(140px, 0.35fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: 3rem 1.25rem;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white-tint);
  font-size: 1rem;
}

.footer-links {
  display: grid;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.footer-links a {
  color: oklch(87% 0.024 86);
  text-decoration: none;
}

.panel .footer-links a {
  color: var(--green-dark);
}

.footer-note {
  border-top: 1px solid oklch(98.8% 0.008 78 / 0.14);
  color: oklch(78% 0.026 86);
  font-size: 0.85rem;
  margin: 0 auto;
  max-width: var(--max);
  padding: 1rem 1.25rem 1.4rem;
}

.footer-note a {
  color: oklch(87% 0.05 84);
}

.sticky-call {
  display: none;
}

@media (max-width: 900px) {
  .header-actions .button-primary {
    display: none;
  }

  .menu-toggle {
    background: transparent;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    padding: 0.6rem 0.75rem;
  }

  .site-nav {
    background: var(--white-tint);
    border-top: 1px solid var(--line);
    display: none;
    inset: 4.1rem 0 auto 0;
    padding: 1rem 1.25rem 1.25rem;
    position: fixed;
    z-index: 9;
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .hero,
  .hero-inner {
    min-height: 68svh;
  }

  .proof-inner,
  .section-header,
  .lead-grid,
  .split,
  .steps,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-right: 0;
    border-bottom: 1px solid oklch(98.8% 0.008 78 / 0.24);
    padding-bottom: 0.8rem;
  }

  .proof-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 4.2rem;
  }

  .header-inner {
    padding-inline: 1rem;
  }

  .brand-name {
    max-width: 10rem;
  }

  .hero {
    background-image:
      linear-gradient(180deg, oklch(16% 0.052 228 / 0.88), oklch(23% 0.065 188 / 0.66)),
      var(--hero-image);
  }

  .hero-inner {
    padding: 4.4rem 1rem 3rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section {
    padding-inline: 1rem;
  }

  .card-grid,
  .service-list {
    grid-template-columns: 1fr;
  }

  .sticky-call {
    background: var(--rust);
    bottom: 0;
    color: var(--white-tint);
    display: flex;
    font-weight: 900;
    justify-content: center;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    text-decoration: none;
    z-index: 15;
  }
}
