:root {
  --ink: #090a0a;
  --ink-soft: #171a19;
  --paper: #f4f5f1;
  --paper-deep: #e6e8e2;
  --mint: #d9fff6;
  --mint-text: #35665c;
  --muted-dark: #b7c1bd;
  --muted-light: #505a56;
  --line-dark: #303735;
  --line-light: #ccd3cf;
  --display: "Bricolage Grotesque", sans-serif;
  --body: "Archivo", sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.wrap { width: min(1180px, 92vw); margin: 0 auto; }
.skip { position: fixed; top: .5rem; left: .5rem; z-index: 200; background: var(--mint); color: var(--ink); padding: .7rem 1rem; transform: translateY(-150%); }
.skip:focus { transform: none; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 1.2rem 0; color: var(--paper); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 44px; height: 44px; border-radius: 50%; background: #000; object-fit: cover; }
.brand b { color: var(--mint); }
.header-actions { display: flex; align-items: center; gap: 1.3rem; }
.header-actions a { font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.header-actions .home-link { color: var(--muted-dark); }
.header-actions .quote-link { background: var(--paper); color: var(--ink); padding: .75rem 1.15rem; }

.service-hero { min-height: 88svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--paper); }
.service-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; }
.service-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(92deg, rgb(9 10 10 / .95) 8%, rgb(9 10 10 / .63) 55%, rgb(9 10 10 / .2)), linear-gradient(to top, rgb(9 10 10 / .86), transparent 52%); }
.hero-copy { position: relative; z-index: 2; padding: 10rem 0 5rem; }
.eyebrow { color: var(--mint-text); font-size: .76rem; font-weight: 600; letter-spacing: .22em; margin-bottom: 1.2rem; text-transform: uppercase; }
.service-hero .eyebrow, .dark .eyebrow { color: var(--mint); }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 12ch; font-size: clamp(3rem, 8vw, 7rem); font-weight: 700; letter-spacing: 0; line-height: .94; text-transform: uppercase; }
.hero-lede { max-width: 55ch; color: var(--muted-dark); font-size: clamp(1rem, 1.7vw, 1.18rem); margin-top: 1.8rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.3rem; border: 1px solid var(--line-dark); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button.primary { background: var(--mint); border-color: var(--mint); color: var(--ink); }
.button.secondary { color: var(--paper); }

.signal-strip { background: var(--mint); color: var(--ink); }
.signal-strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-strip span { padding: 1.15rem 1rem; border-right: 1px solid rgb(9 10 10 / .2); font-size: .79rem; font-weight: 600; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.signal-strip span:first-child { border-left: 1px solid rgb(9 10 10 / .2); }

.section { padding: 7rem 0; }
.section.dark { background: var(--ink); color: var(--paper); }
.section.deep { background: var(--paper-deep); }
.intro-grid, .detail-grid, .proof-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 7vw; align-items: start; }
h2 { max-width: 14ch; font-size: clamp(2.1rem, 4.8vw, 4rem); font-weight: 600; letter-spacing: 0; line-height: 1.02; text-transform: uppercase; }
.copy { max-width: 65ch; }
.copy p + p { margin-top: 1.1rem; }
.copy strong { font-weight: 600; }
.dark .copy { color: var(--muted-dark); }
.detail-list { border-top: 1px solid var(--line-light); margin-top: 2rem; }
.detail-list li { display: grid; grid-template-columns: 2.3rem 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line-light); list-style: none; }
.detail-list b { color: var(--muted-light); font-family: var(--display); }
.detail-list span { font-weight: 600; }

.proof-image { min-height: 520px; position: relative; overflow: hidden; background: var(--ink-soft); }
.proof-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.proof-copy { padding: 3rem 0; }
.proof-copy p { max-width: 55ch; color: var(--muted-light); margin-top: 1.3rem; }
.proof-copy .button { border-color: var(--ink); margin-top: 1.6rem; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; border-top: 1px solid var(--line-dark); }
.step { min-height: 230px; padding: 2rem; border-right: 1px solid var(--line-dark); }
.step:first-child { padding-left: 0; }
.step:last-child { border-right: 0; }
.step .number { color: var(--mint); display: block; font-family: var(--display); font-size: 1.7rem; margin-bottom: 2.5rem; }
.step h3 { font-size: 1.25rem; margin-bottom: .6rem; text-transform: uppercase; }
.step p { color: var(--muted-dark); font-size: .94rem; }

.faq { max-width: 920px; }
.faq h2 { max-width: none; margin-bottom: 2.5rem; }
.faq details { border-top: 1px solid var(--line-light); padding: 1.25rem 0; }
.faq details:last-child { border-bottom: 1px solid var(--line-light); }
.faq summary { cursor: pointer; font-family: var(--display); font-size: 1.2rem; font-weight: 600; }
.faq details p { max-width: 65ch; color: var(--muted-light); padding: .9rem 0 .2rem; }

.final-cta { background: var(--mint); padding: 5rem 0; }
.final-cta .wrap { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.final-cta h2 { max-width: 16ch; }
.final-cta p { max-width: 45ch; margin-top: 1rem; }
.final-cta .button { background: var(--ink); border-color: var(--ink); color: var(--paper); flex: 0 0 auto; }

footer { background: var(--ink); color: var(--paper); padding: 2.2rem 0; }
footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
footer p, footer a { color: var(--muted-dark); font-size: .78rem; }
footer nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
footer a { text-decoration: none; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  .site-header { padding: .8rem 0; }
  .brand span { font-size: .82rem; }
  .header-actions .home-link { display: none; }
  .service-hero { min-height: 82svh; }
  .service-hero img { object-position: 60% center; }
  .hero-copy { padding: 8rem 0 3.2rem; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.6rem); }
  .signal-strip .wrap { grid-template-columns: 1fr 1fr; }
  .signal-strip span:nth-child(2) { border-right: 0; }
  .section { padding: 4.5rem 0; }
  .intro-grid, .detail-grid, .proof-grid { grid-template-columns: 1fr; gap: 2rem; }
  .proof-image { min-height: 390px; }
  .proof-copy { padding: 0; }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .step .number { margin-bottom: .8rem; }
  .final-cta .wrap, footer .wrap { align-items: flex-start; flex-direction: column; }
}

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