:root {
  --ink: #0a1d2a;
  --ink-soft: #183443;
  --paper: #f3f0e8;
  --paper-deep: #e6e1d5;
  --white: #fffdf7;
  --signal: #d3ff41;
  --steel: #9babb1;
  --line: rgba(10, 29, 42, .18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --section: clamp(5rem, 10vw, 10rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button { font: inherit; }
:focus-visible { outline: 3px solid #8ab500; outline-offset: 4px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .8rem 1rem;
  background: var(--signal); color: var(--ink); transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto;
  height: 86px; padding: 0 var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  color: var(--white); transition: background .25s, height .25s, box-shadow .25s;
}
.site-header.scrolled {
  height: 72px; color: var(--ink); background: rgba(243, 240, 232, .94);
  backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; min-height: 48px; }
.brand-mark { position: relative; display: grid; place-items: center; width: 40px; height: 40px; }
.brand-mark::before, .brand-mark::after {
  content: ""; position: absolute; inset: 0; border: 1px solid currentColor;
}
.brand-mark::after { transform: rotate(45deg) scale(.72); }
.brand-mark i { position: absolute; z-index: 1; width: 9px; height: 9px; background: var(--signal); top: 0; left: 0; }
.brand-mark b { z-index: 1; font-size: .7rem; letter-spacing: -.04em; }
.brand-name { font-size: .7rem; line-height: 1.1; letter-spacing: .15em; text-transform: uppercase; }
.brand-name strong { font-size: .8rem; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .78rem; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; padding: 1rem 0; }
.site-nav > a:not(.button)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: .65rem;
  height: 1px; background: currentColor; transition: right .2s;
}
.site-nav > a:hover::after { right: 0; }
.nav-phone { font-variant-numeric: tabular-nums; }
.menu-toggle { display: none; }

.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; padding: .85rem 1.1rem; background: var(--signal); color: var(--ink);
  font-size: .78rem; font-weight: 800; letter-spacing: .02em; border: 1px solid var(--signal);
  transition: background .2s, color .2s, transform .2s;
}
.button:hover { background: var(--white); border-color: var(--white); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: .65rem .85rem; }
.text-link {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem;
  min-height: 44px; padding: .5rem 0; border-bottom: 1px solid currentColor;
  font-size: .78rem; font-weight: 700;
}
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }
.text-link.dark { color: var(--ink); }

.hero {
  position: relative; min-height: 760px; height: 100svh;
  display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
  background: var(--ink); color: var(--white);
}
.hero-visual { position: relative; min-height: 0; overflow: hidden; order: 2; }
.hero-visual::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--ink) 0, transparent 28%), linear-gradient(0deg, rgba(10,29,42,.3), transparent 45%);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; filter: saturate(.85) contrast(1.03); }
.hero-copy {
  position: relative; z-index: 2; align-self: center; padding: 8rem 2rem 5rem var(--gutter);
}
.eyebrow, .section-label {
  margin: 0 0 2.25rem; font-size: .67rem; font-weight: 800;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: .75rem; color: #d8e1e3; }
.eyebrow span { width: 7px; height: 7px; background: var(--signal); }
.hero h1, h2 {
  margin: 0; font-family: var(--sans); font-weight: 500; letter-spacing: -.065em; line-height: .91;
}
.hero h1 { max-width: 9ch; font-size: clamp(4.25rem, 7.3vw, 8.4rem); }
h1 em, h2 em { color: var(--signal); font-family: var(--serif); font-weight: 500; }
.hero-intro {
  max-width: 34rem; margin: 2.5rem 0; color: #c3ced1;
  font-family: var(--serif); font-size: clamp(1.15rem, 1.5vw, 1.45rem); line-height: 1.45;
}
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.hero-actions .button span { font-weight: 500; }
.availability { display: flex; align-items: center; gap: .7rem; margin: 2rem 0 0; color: #9fafb4; font-size: .68rem; letter-spacing: .07em; }
.availability span { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 5px rgba(211,255,65,.12); }
.image-note {
  position: absolute; z-index: 2; right: var(--gutter); bottom: 2.75rem; min-width: 150px;
  display: grid; gap: .2rem; padding: 1rem; border-top: 1px solid rgba(255,255,255,.55); color: var(--white);
  font-size: .65rem; text-transform: uppercase; letter-spacing: .12em;
}
.image-note strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.hero-index {
  position: absolute; z-index: 3; left: var(--gutter); bottom: 2.75rem; margin: 0;
  color: #758990; font-size: .61rem; letter-spacing: .15em; text-transform: uppercase;
}

.proof-bar {
  min-height: 125px; display: grid; grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line); background: var(--white);
}
.proof-bar p { margin: 0; padding: 2rem var(--gutter); border-right: 1px solid var(--line); display: grid; align-content: center; gap: .2rem; }
.proof-bar p:last-child { border: 0; }
.proof-bar strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; }
.proof-bar span { color: #52646c; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }

.section-pad { padding: var(--section) var(--gutter); }
.intro { display: grid; grid-template-columns: 1.1fr .65fr; gap: 10vw; align-items: end; border-bottom: 1px solid var(--line); }
.section-label { color: #61727a; }
h2 { font-size: clamp(3.4rem, 6.7vw, 7.2rem); }
.intro h2 em, .services h2 em, .reviews h2 em, .contact h2 em { color: var(--ink); }
.intro-copy { max-width: 34rem; padding-bottom: .6rem; }
.intro-copy p { margin: 0 0 2rem; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.75rem); line-height: 1.45; }

.services { background: var(--paper); }
.services-head { margin-bottom: clamp(4rem, 8vw, 8rem); }
.service-list { border-top: 1px solid var(--ink); }
.service-row {
  position: relative; display: grid; grid-template-columns: 50px 1.25fr .8fr 42px; gap: 2rem;
  align-items: start; padding: 2.3rem 0; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s;
}
.service-row:hover { background: var(--paper-deep); padding-left: 1rem; padding-right: 1rem; }
.service-no { font-size: .7rem; font-weight: 800; padding-top: .5rem; }
.service-row h3 { margin: 0 0 .75rem; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.6rem); font-weight: 600; }
.service-row p { max-width: 35rem; margin: 0; color: #4e616a; font-size: .9rem; }
.service-row ul { margin: .45rem 0 0; padding: 0; list-style: none; color: #344b55; font-size: .73rem; line-height: 1.9; }
.service-row li::before { content: "—"; margin-right: .5rem; color: #8a9a9f; }
.service-arrow {
  display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--line);
  transition: transform .2s, background .2s;
}
.service-row:hover .service-arrow { transform: rotate(45deg); background: var(--signal); }

.approach { display: grid; grid-template-columns: .9fr 1.1fr; background: var(--ink); color: var(--white); }
.approach-copy { border-right: 1px solid rgba(255,255,255,.14); }
.section-label.light { color: #9fb0b6; }
.approach h2 { max-width: 7ch; color: var(--white); }
.approach-copy > p:not(.section-label) { max-width: 31rem; margin: 2rem 0; color: #adbdc2; font-family: var(--serif); font-size: 1.25rem; }
.button-light { background: var(--white); border-color: var(--white); }
.button-light:hover { background: var(--signal); border-color: var(--signal); }
.steps { margin: 0; padding: 0 var(--gutter); list-style: none; display: grid; align-content: center; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 2rem; padding: 2.5rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { color: var(--signal); font-size: .7rem; font-weight: 800; }
.steps strong { font-family: var(--serif); font-size: clamp(1.6rem, 2.5vw, 2.4rem); font-weight: 500; }
.steps p { max-width: 30rem; margin: .6rem 0 0; color: #94a8ae; font-size: .82rem; }

.reviews { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: var(--white); }
.reviews-title { align-self: center; }
.reviews h2 { font-size: clamp(3.2rem, 5.2vw, 5.8rem); }
.review-source { max-width: 24rem; margin: 2rem 0 0; color: #65757b; font-size: .75rem; }
.review-cards { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 1rem; }
.review-card { margin: 0; padding: clamp(1.5rem, 3vw, 3rem); background: var(--paper); }
.review-card.feature { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: var(--white); }
.stars { color: #a4cc18; letter-spacing: .2em; font-size: .72rem; }
.review-card.feature .stars { color: var(--signal); }
.review-card > p { margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1.3; }
.review-card footer { display: grid; gap: .2rem; color: #84969c; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.review-card:not(.feature) footer { color: #5f7177; }

.contact { background: var(--signal); }
.contact-kicker { display: flex; align-items: center; gap: 1rem; }
.contact-kicker p { margin: 0; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 7px rgba(10,29,42,.1); }
.contact-main { display: grid; grid-template-columns: 1fr .65fr; gap: 6vw; align-items: end; margin-top: 3rem; }
.contact h2 { font-size: clamp(3.7rem, 7vw, 7.8rem); }
.contact-actions { display: grid; }
.contact-actions a { display: grid; gap: .35rem; padding: 1.5rem 0; border-top: 1px solid rgba(10,29,42,.4); transition: padding .2s; }
.contact-actions a:last-child { border-bottom: 1px solid rgba(10,29,42,.4); }
.contact-actions a:hover { padding-left: .8rem; }
.contact-actions span { font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-actions strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.2vw, 2.2rem); line-height: 1.1; overflow-wrap: anywhere; }

.site-footer {
  min-height: 240px; padding: 3rem var(--gutter); display: grid; grid-template-columns: 1fr 1fr 1fr;
  align-items: end; background: var(--ink); color: var(--white);
}
.footer-brand { align-self: start; }
.site-footer > p { margin: 0; color: #8fa2a8; font-size: .68rem; line-height: 1.7; }
.copyright { text-align: right; }
.mobile-contact { display: none; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .menu-toggle {
    position: relative; z-index: 2; width: 48px; height: 48px; border: 0; background: transparent;
    display: grid; place-content: center; gap: 7px; color: inherit; cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 0; padding: 7rem var(--gutter) 3rem; background: var(--ink); color: var(--white);
    display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: .5rem;
    transform: translateX(100%); visibility: hidden; transition: transform .3s, visibility .3s;
  }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav > a:not(.button) { font-family: var(--serif); font-size: 2.5rem; font-weight: 500; border-bottom: 1px solid rgba(255,255,255,.16); }
  .site-nav .nav-phone { font-family: var(--sans) !important; font-size: 1rem !important; }
  .site-nav .button { margin-top: 1rem; }
  .hero { grid-template-columns: 1fr 1fr; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .proof-bar p:nth-child(2) { border-right: 0; }
  .proof-bar p:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro, .reviews { grid-template-columns: 1fr; gap: 4rem; }
  .approach { grid-template-columns: 1fr; }
  .approach-copy { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .steps { padding-top: 2rem; padding-bottom: 2rem; }
  .service-row { grid-template-columns: 42px 1fr 42px; }
  .service-row ul { grid-column: 2; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .contact-main { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  :root { --gutter: 1.25rem; --section: 5.5rem; }
  body { padding-bottom: 68px; }
  .site-header { background: linear-gradient(180deg, rgba(10,29,42,.86), transparent); }
  .site-header.scrolled { background: rgba(243,240,232,.96); }
  .hero { min-height: 820px; height: 100svh; display: block; }
  .hero-visual { position: absolute; inset: 0; }
  .hero-visual::after {
    background: linear-gradient(0deg, var(--ink) 0, rgba(10,29,42,.97) 39%, rgba(10,29,42,.18) 78%),
      linear-gradient(90deg, rgba(10,29,42,.35), transparent);
  }
  .hero-visual img { object-position: 62% 15%; height: 58%; }
  .hero-copy { position: absolute; inset: auto 0 4.25rem; padding: 2rem var(--gutter); }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.2rem); }
  .eyebrow { margin-bottom: 1.25rem; }
  .hero-intro { margin: 1.5rem 0; font-size: 1.1rem; }
  .hero-actions { align-items: stretch; gap: 1rem; }
  .hero-actions .button { flex: 1; }
  .hero-actions .text-link { display: none; }
  .availability { margin-top: 1.25rem; }
  .image-note, .hero-index { display: none; }
  .proof-bar { min-height: auto; }
  .proof-bar p { padding: 1.35rem var(--gutter); }
  .proof-bar strong { font-size: 1.15rem; }
  .proof-bar span { font-size: .55rem; }
  .intro { gap: 2.5rem; }
  h2 { font-size: clamp(3.25rem, 14vw, 4.4rem); }
  .service-row { gap: .75rem; padding: 1.8rem 0; }
  .service-row:hover { padding-left: 0; padding-right: 0; background: transparent; }
  .service-row h3 { font-size: 1.65rem; }
  .service-row p { font-size: .82rem; }
  .service-row ul { font-size: .68rem; }
  .reviews { gap: 3rem; }
  .review-cards { grid-template-columns: 1fr; }
  .review-card.feature { min-height: 300px; }
  .contact h2 { font-size: clamp(3.4rem, 15vw, 5rem); }
  .site-footer { min-height: 300px; grid-template-columns: 1fr 1fr; gap: 2rem; }
  .site-footer > p:not(.copyright) { text-align: right; }
  .copyright { grid-column: 1 / -1; text-align: left; }
  .mobile-contact {
    position: fixed; z-index: 90; inset: auto 0 0; height: 68px; display: grid; grid-template-columns: 1fr 1fr;
    background: var(--white); box-shadow: 0 -10px 30px rgba(10,29,42,.13);
  }
  .mobile-contact a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: .35rem; padding: .7rem; }
  .mobile-contact a:first-child { flex-direction: column; align-items: flex-start; border-right: 1px solid var(--line); padding-left: 1.25rem; }
  .mobile-contact a:last-child { background: var(--signal); font-size: .78rem; font-weight: 800; }
  .mobile-contact span { font-size: .55rem; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-contact strong { font-size: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
