:root {
  --ink: #0a0d0b;
  --forest: #0d1b15;
  --forest-2: #152b20;
  --acid: #c8ff36;
  --acid-dark: #95c400;
  --sand: #f3efe5;
  --paper: #fffdf7;
  --muted: #667069;
  --line: rgba(10, 13, 11, .14);
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(7, 18, 12, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; }

.sr-only,
.hidden-field {
  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;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  background: var(--acid);
  color: var(--ink);
  padding: 10px 16px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px clamp(20px, 5vw, 74px);
  color: var(--white);
  transition: background .2s ease, box-shadow .2s ease;
}
.site-header.scrolled {
  background: rgba(10, 13, 11, .94);
  box-shadow: 0 10px 35px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  line-height: 1;
  letter-spacing: .03em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  aspect-ratio: 1;
  border-radius: 50%;
  color: var(--ink);
  background: var(--acid);
  font-weight: 950;
  letter-spacing: -.08em;
  transform: rotate(-4deg);
}
.brand strong { display: block; font-size: .96rem; letter-spacing: .11em; }
.brand small { display: block; margin-top: 5px; font-size: .62rem; letter-spacing: .24em; opacity: .74; }
.site-nav { display: flex; align-items: center; gap: 32px; font-weight: 750; font-size: .91rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--acid); }
.nav-cta { padding: 11px 17px; color: var(--ink); background: var(--acid); border-radius: 999px; }
.menu-button { display: none; }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--forest);
}
.hero-image,
.hero-overlay { position: absolute; inset: 0; }
.hero-image {
  background-image: url('/assets/hero.jpg');
  background-size: cover;
  background-position: center center;
}
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 14, 10, .93) 0%, rgba(7, 14, 10, .72) 38%, rgba(7, 14, 10, .16) 68%, rgba(7, 14, 10, .12) 100%),
    linear-gradient(0deg, rgba(7, 14, 10, .45), transparent 45%);
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(780px, 88vw);
  margin-left: clamp(20px, 7vw, 110px);
  padding: 145px 0 74px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--acid);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 3px; background: currentColor; }
.eyebrow.dark { color: #527000; }
.hero h1,
.section h2,
.quote-section h2,
.thank-you h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: .97;
  letter-spacing: -.045em;
}
.hero h1 { max-width: 720px; font-size: clamp(3.8rem, 7.6vw, 7.5rem); }
.hero h1 em { color: var(--acid); font-weight: 500; }
.hero-copy { max-width: 670px; margin: 27px 0 0; color: rgba(255, 255, 255, .83); font-size: clamp(1.05rem, 1.7vw, 1.27rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 13px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--acid); }
.button-primary:hover { background: #d9ff75; }
.button-ghost { color: var(--white); border-color: rgba(255, 255, 255, .55); background: rgba(255, 255, 255, .05); }
.button-ghost:hover { background: rgba(255, 255, 255, .13); }
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  font-weight: 700;
}
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--acid); }

.problem-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px 42px;
  padding: 24px clamp(20px, 6vw, 90px);
  color: var(--ink);
  background: var(--acid);
  font-size: .96rem;
  text-align: center;
}
.problem-strip p { margin: 0; }
.problem-strip strong { white-space: nowrap; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: clamp(78px, 10vw, 140px) clamp(20px, 7vw, 110px); }
.section-heading { max-width: 900px; }
.section-heading h2,
.areas h2 { font-size: clamp(2.8rem, 5.7vw, 5.4rem); }
.section-heading > p:last-child { max-width: 720px; margin: 27px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-heading.compact { max-width: 600px; }

.about-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  background: var(--paper);
}
.about-portrait {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(0deg, rgba(7, 14, 10, .58), transparent 48%),
    url('/assets/hero.jpg') 64% center / cover;
  box-shadow: var(--shadow);
}
.owner-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  min-width: 190px;
  padding: 17px 20px;
  border-radius: 16px;
  color: var(--ink);
  background: var(--acid);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}
.owner-badge strong {
  margin-bottom: 3px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -.02em;
  text-transform: none;
}
.about-copy h2 { font-size: clamp(3rem, 5.2vw, 5.4rem); }
.about-copy h2 em { color: #527000; font-weight: 500; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }
.about-copy .about-lede { color: var(--ink); font-size: 1.18rem; font-weight: 750; }
.about-quote {
  margin: 34px 0 0;
  padding: 28px 30px;
  border-radius: 18px;
  color: var(--white);
  background: var(--forest);
  box-shadow: 12px 12px 0 var(--acid);
  transform: rotate(-1deg);
}
.about-quote p {
  margin: 0 0 9px;
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.12;
}
.about-quote cite { color: rgba(255, 255, 255, .66); font-size: .82rem; font-style: normal; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }

.services { background: var(--sand); }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.service-card {
  min-height: 330px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .45);
}
.service-card.featured { color: var(--white); background: var(--forest); transform: translateY(-18px); }
.card-number { display: block; color: var(--acid-dark); font-weight: 950; letter-spacing: .12em; }
.service-card h3 { margin: 90px 0 15px; font-size: 1.45rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.featured p { color: rgba(255, 255, 255, .68); }

.process-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 9vw, 130px); color: var(--white); background: var(--forest); }
.process-copy h2 { font-size: clamp(3.1rem, 5vw, 5.4rem); }
.process-copy > p:not(.eyebrow) { max-width: 540px; color: rgba(255, 255, 255, .67); }
.text-link { display: inline-block; margin-top: 20px; color: var(--acid); font-weight: 900; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 8px; transition: transform .15s ease; }
.text-link:hover span { transform: translateX(5px); }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.steps li:first-child { border-top: 1px solid rgba(255, 255, 255, .14); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(200, 255, 54, .55); border-radius: 50%; color: var(--acid); font-weight: 900; }
.steps h3 { margin: 0 0 6px; font-size: 1.25rem; }
.steps p { margin: 0; color: rgba(255, 255, 255, .62); }

.areas { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 9vw, 130px); align-items: center; background: var(--paper); }
.area-panel { padding: clamp(28px, 4vw, 50px); border-radius: var(--radius); background: var(--acid); box-shadow: var(--shadow); transform: rotate(1deg); }
.area-panel > p:first-child { margin-top: 0; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.area-panel ul { display: grid; gap: 9px; padding: 0; margin: 24px 0; list-style: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.6vw, 2.2rem); line-height: 1.15; }
.area-panel li::before { content: "•"; margin-right: 12px; }
.area-note { margin-bottom: 0; font-weight: 700; }

.faq { background: var(--sand); }
.faq-list { max-width: 930px; margin: 48px auto 0; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 54px 24px 0; font-size: 1.13rem; font-weight: 850; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 5px; top: 17px; font-size: 1.7rem; color: #527000; }
details[open] summary::after { content: "−"; }
details p { max-width: 760px; margin: -4px 0 26px; color: var(--muted); }

.quote-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 110px); padding: clamp(80px, 11vw, 150px) clamp(20px, 7vw, 110px); color: var(--white); background: var(--ink); }
.quote-section h2 { font-size: clamp(3.1rem, 5.7vw, 5.7rem); }
.quote-copy > p:not(.eyebrow) { color: rgba(255, 255, 255, .66); font-size: 1.08rem; }
.quote-note { display: grid; gap: 6px; margin-top: 36px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .16); border-bottom: 1px solid rgba(255, 255, 255, .16); }
.quote-note strong { color: var(--acid); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
.quote-note span { color: rgba(255, 255, 255, .66); }
.quote-form { padding: clamp(24px, 4vw, 46px); border-radius: var(--radius); color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .84rem; font-weight: 850; }
.quote-form input,
.quote-form textarea,
.quote-form select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #c9cec9;
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  outline: none;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus,
.quote-form textarea:focus,
.quote-form select:focus { border-color: #648300; box-shadow: 0 0 0 3px rgba(200, 255, 54, .35); }
.form-button { width: 100%; border: 0; }
.privacy-note { margin: 12px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.site-footer { padding: 48px clamp(20px, 7vw, 110px); color: rgba(255, 255, 255, .72); background: var(--forest); }
.footer-brand { color: var(--white); }
.site-footer > p { max-width: 900px; }
.legal { padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .13); font-size: .77rem; }
.legal a { color: var(--acid); }
.copyright { margin-bottom: 0; font-size: .78rem; }

.thank-you-page { min-height: 100svh; display: grid; place-items: center; padding: 30px; color: var(--white); background: var(--forest); }
.thank-you { max-width: 760px; text-align: center; }
.thank-you .brand { margin-bottom: 50px; }
.thank-you h1 { font-size: clamp(3.5rem, 9vw, 7rem); }
.thank-you h1 em { color: var(--acid); font-weight: 500; }
.thank-you p { margin: 25px auto 35px; max-width: 570px; color: rgba(255, 255, 255, .72); font-size: 1.1rem; }

@media (max-width: 900px) {
  .menu-button {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
  }
  .menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--white); }
  .site-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 24px;
    background: rgba(10, 13, 11, .98);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 16px 8px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
  .site-nav .nav-cta { margin-top: 14px; padding: 14px 18px; text-align: center; border: 0; }
  .hero { min-height: 860px; align-items: end; }
  .hero-image { background-position: 64% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(7, 14, 10, .98) 5%, rgba(7, 14, 10, .86) 45%, rgba(7, 14, 10, .14) 82%); }
  .hero-content { width: auto; margin: 0; padding: 370px 20px 58px; }
  .hero h1 { font-size: clamp(3.2rem, 15vw, 5.6rem); }
  .problem-strip { flex-direction: column; gap: 6px; }
  .card-grid,
  .about-section,
  .process-section,
  .areas,
  .quote-section { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .process-section,
  .about-section,
  .areas,
  .quote-section { gap: 52px; }
}

@media (max-width: 600px) {
  .brand strong { font-size: .81rem; }
  .brand small { font-size: .54rem; }
  .brand-mark { width: 39px; }
  .site-header { min-height: 70px; padding: 12px 16px; }
  .site-nav { inset-block-start: 70px; }
  .hero { min-height: 810px; }
  .hero-content { padding-top: 340px; }
  .hero-actions { display: grid; }
  .hero-points { display: grid; gap: 7px; }
  .section { padding-inline: 20px; }
  .card-grid { gap: 13px; }
  .service-card { min-height: auto; padding: 27px; }
  .service-card h3 { margin-top: 55px; }
  .about-portrait { min-height: 460px; }
  .owner-badge { right: 16px; bottom: 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-section { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
