:root {
  --ink: #17201d;
  --muted: #59635f;
  --paper: #f7f6f1;
  --white: #ffffff;
  --line: #d9ddd9;
  --green: #1f5a46;
  --green-dark: #133e31;
  --amber: #ef9b33;
  --amber-soft: #fff0dc;
  --shadow: 0 18px 50px rgba(23, 32, 29, 0.13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 100;
  padding: 10px 14px;
  background: var(--white);
}
.skip-link:focus { left: 8px; }

.shell { width: min(1120px, calc(100% - 32px)); margin-inline: auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 246, 241, 0.94);
  border-bottom: 1px solid rgba(23, 32, 29, 0.08);
  backdrop-filter: blur(14px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; line-height: 1.05; }
.brand-logo { width: 200px; height: auto; max-height: 64px; object-fit: contain; object-position: left center; }
.brand-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: var(--white);
  font-weight: 900;
}
.nav-links { display: none; align-items: center; gap: 22px; }
.nav-links a { text-decoration: none; font-weight: 700; }
.nav-mobile-cta { display: inline-flex; }
.simple-nav { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.simple-nav a { font-weight: 750; text-decoration: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-1px); background: var(--green-dark); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .choice:focus-within {
  outline: 3px solid rgba(239, 155, 51, 0.45);
  outline-offset: 2px;
}
.button-secondary { background: transparent; border-color: var(--green); color: var(--green); }
.button-secondary:hover { color: var(--white); }
.button-amber { background: var(--amber); color: var(--ink); box-shadow: 0 12px 34px rgba(0,0,0,.22); }
.button-amber:hover { background: #ffad47; color: var(--ink); }
.button-glass { border-color: rgba(255,255,255,.72); background: rgba(16,31,26,.34); color: var(--white); backdrop-filter: blur(12px); }
.button-glass:hover { border-color: var(--white); background: rgba(255,255,255,.16); }
.button-small { min-height: 42px; padding: 9px 16px; }
.button-wide { width: 100%; }

.hero { padding: 30px 0 44px; }
.hero-grid { display: grid; gap: 28px; align-items: center; }
.eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--amber-soft);
  color: #7a4511;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -0.035em; }
h1 { max-width: 760px; font-size: clamp(2.35rem, 10vw, 5.1rem); }
h2 { font-size: clamp(1.85rem, 6vw, 3rem); }
h3 { font-size: 1.25rem; }
.lead { max-width: 650px; margin: 20px 0 0; color: var(--muted); font-size: clamp(1.05rem, 3vw, 1.25rem); }
.hero-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.microcopy { margin: 12px 0 0; color: var(--muted); font-size: 0.9rem; }
.hero-media { position: relative; }
.hero-media img { width: 100%; min-height: 330px; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.media-note {
  position: absolute;
  right: 12px;
  bottom: 12px;
  max-width: 230px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(23,32,29,.15);
}

.home-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
  background: #102d25;
  color: var(--white);
}
.hero-carousel, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.015);
  transition: opacity 520ms ease, transform 5.8s ease, visibility 520ms ease;
}
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide figcaption {
  position: absolute;
  top: 24px;
  right: max(16px, calc((100vw - 1120px) / 2));
  z-index: 3;
  display: grid;
  gap: 1px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 12px;
  background: rgba(13,31,25,.62);
  color: var(--white);
  box-shadow: 0 8px 30px rgba(0,0,0,.2);
  backdrop-filter: blur(12px);
}
.hero-slide figcaption span { font-weight: 850; }
.hero-slide figcaption small { color: rgba(255,255,255,.78); font-size: .74rem; }
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8,25,20,.94) 0%, rgba(8,25,20,.82) 42%, rgba(8,25,20,.25) 75%, rgba(8,25,20,.18) 100%),
    linear-gradient(0deg, rgba(8,25,20,.58) 0%, transparent 42%);
}
.hero-overlay {
  position: relative;
  z-index: 2;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding-block: 72px 110px;
}
.hero-copy { max-width: 760px; }
.home-hero h1 { max-width: 790px; font-size: clamp(2.65rem, 7vw, 5.3rem); text-wrap: balance; }
.home-hero .lead { max-width: 670px; color: rgba(255,255,255,.88); }
.hero-eyebrow { background: rgba(255,240,220,.94); color: #70400f; }
.hero-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 18px 0 0;
  padding: 0;
  color: rgba(255,255,255,.96);
  font-size: .9rem;
  font-weight: 750;
  text-shadow: 0 1px 4px rgba(0,0,0,.65);
  list-style: none;
}
.hero-reassurance li::before { content: "✓"; margin-right: 7px; color: #ffc36f; font-weight: 900; }
.carousel-ui {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
}
.carousel-buttons { display: flex; gap: 8px; }
.carousel-arrow {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  background: rgba(13,31,25,.58);
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(10px);
}
.carousel-arrow:hover, .carousel-arrow:focus-visible { background: var(--amber); color: var(--ink); border-color: var(--amber); }
.carousel-dots { display: flex; justify-content: center; gap: 8px; }
.carousel-dot {
  position: relative;
  width: 44px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}
.carousel-dot::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  top: 50%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  transform: translateY(-50%);
}
.carousel-dot:hover::before, .carousel-dot:focus-visible::before { background: rgba(255,255,255,.9); }
.carousel-dot.is-active { width: 52px; }
.carousel-dot.is-active::before { background: var(--amber); }
.carousel-status { margin: 0; color: rgba(255,255,255,.96); font-size: .82rem; font-weight: 750; white-space: nowrap; text-shadow: 0 1px 4px rgba(0,0,0,.65); }

.trust-strip { border-block: 1px solid var(--line); background: var(--white); }
.trust-items { display: grid; grid-template-columns: 1fr; gap: 0; }
.trust-item { padding: 18px 0; font-weight: 800; border-bottom: 1px solid var(--line); }
.trust-item:last-child { border-bottom: 0; }
.check { color: var(--green); margin-right: 7px; }

.section { padding: 56px 0; }
.section-dark { background: var(--ink); color: var(--white); }
.section-dark .lead, .section-dark .muted { color: #c9d1ce; }
.section-heading { max-width: 680px; margin-bottom: 30px; }
.section-heading p { margin: 14px 0 0; color: var(--muted); }
.steps, .cards { display: grid; gap: 14px; }
.step, .card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.step-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  background: var(--amber-soft);
  color: #70400f;
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.step p, .card p { margin: 10px 0 0; color: var(--muted); }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.service-chip { padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--ink); font-weight: 800; }
.project-grid { display: grid; gap: 34px; align-items: start; }
.project-intro { max-width: 640px; }
.project-types .service-list { margin-top: 0; }
.project-types .service-chip {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 18px;
  border-color: rgba(255,255,255,.16);
  background: rgba(255,255,255,.08);
  color: var(--white);
}
.service-name { font-size: 1.05rem; font-weight: 900; }
.service-detail { color: #c9d1ce; font-size: .86rem; font-weight: 600; line-height: 1.4; }
.text-link { display: inline-flex; gap: 8px; margin-top: 22px; color: #ffbb62; font-weight: 850; text-underline-offset: 5px; }
.cta-band { display: grid; gap: 24px; padding: 28px; border-radius: 28px; background: var(--amber); color: var(--ink); align-items: center; }
.cta-band p { margin: 9px 0 0; }
.cta-band .eyebrow { margin-bottom: 11px; background: rgba(255,255,255,.5); }

.page-hero { padding: 44px 0 20px; }
.page-hero h1 { font-size: clamp(2.25rem, 8vw, 4.25rem); }
.page-hero .lead { max-width: 720px; }
.form-layout { display: grid; gap: 24px; padding-bottom: 70px; }
.form-card { padding: 22px; border-radius: 26px; background: var(--white); box-shadow: var(--shadow); }
.progress-wrap { margin-bottom: 26px; }
.progress-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: var(--muted); font-size: .9rem; font-weight: 750; }
.progress { height: 9px; overflow: hidden; border-radius: 999px; background: #e7e9e7; }
.progress-bar { height: 100%; width: 20%; border-radius: inherit; background: var(--amber); transition: width 180ms ease; }
.form-step[hidden] { display: none; }
.form-step h2 { font-size: 1.65rem; margin-bottom: 8px; }
.form-step > p { margin: 0 0 24px; color: var(--muted); }
.field { margin-top: 18px; }
.field label, legend { display: block; margin-bottom: 7px; font-weight: 800; }
.required { color: #a03f23; }
input, select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #b8c0bc;
  border-radius: 12px;
  background: var(--white);
  color: var(--ink);
}
textarea { min-height: 116px; resize: vertical; }
fieldset { min-width: 0; margin: 20px 0 0; padding: 0; border: 0; }
.choice-grid { display: grid; gap: 10px; }
.choice {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 54px;
  padding: 14px;
  border: 1px solid #b8c0bc;
  border-radius: 13px;
  background: var(--white);
  cursor: pointer;
}
.choice:hover { border-color: var(--green); }
.choice input { width: 20px; min-height: 20px; margin: 2px 0 0; padding: 0; accent-color: var(--green); }
.choice span { flex: 1; font-weight: 720; }
.field-hint { margin: 6px 0 0; color: var(--muted); font-size: .88rem; }
.conditional-field[hidden] { display: none; }
.form-actions { display: flex; flex-direction: column-reverse; gap: 10px; margin-top: 28px; }
.form-error { margin-top: 16px; padding: 12px; border-radius: 10px; background: #fde7df; color: #7a2711; font-weight: 750; }
.aside-card { align-self: start; padding: 22px; border-radius: 22px; background: var(--ink); color: var(--white); }
.aside-card h2 { font-size: 1.4rem; }
.aside-card ul { margin: 18px 0 0; padding-left: 20px; }
.aside-card li + li { margin-top: 9px; }
.aside-card p { color: #c9d1ce; }
.aside-card .notice { color: var(--ink); overflow-wrap: anywhere; }
.score-preview { margin-top: 18px; padding: 14px; border-radius: 14px; background: rgba(255,255,255,.08); }
.score-preview strong { display: block; font-size: 1.35rem; }

.content-page { max-width: 780px; padding: 50px 0 80px; }
.content-page h1 { font-size: clamp(2.25rem, 8vw, 4rem); }
.content-page h2 { margin-top: 36px; font-size: 1.45rem; }
.content-page p, .content-page li { color: #3f4945; }
.content-page li + li { margin-top: 7px; }
.notice { margin: 24px 0; padding: 16px; border-left: 4px solid var(--amber); background: var(--amber-soft); }
.placeholder { padding: 2px 5px; border-radius: 4px; background: #ffe1df; color: #8a1f18; font-weight: 800; }
.success-card { max-width: 720px; margin: 70px auto; padding: 34px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.success-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 1.7rem; }
.success-card h1 { font-size: clamp(2rem, 8vw, 3.5rem); }
.success-card p { color: var(--muted); }
.success-details { margin: 24px 0; padding: 18px; border-radius: 15px; background: var(--paper); text-align: left; }

.faq-hero {
  padding: 64px 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(239,155,51,.18), transparent 28%),
    var(--ink);
  color: var(--white);
}
.faq-hero-grid { display: grid; gap: 34px; align-items: end; }
.faq-hero h1 { max-width: 850px; font-size: clamp(2.5rem, 8vw, 4.7rem); text-wrap: balance; }
.faq-hero .lead { color: #d7dedb; }
.faq-hero .lead a { color: var(--white); text-underline-offset: 4px; }
.audience-nav { display: grid; gap: 10px; }
.audience-nav a {
  position: relative;
  display: grid;
  gap: 2px;
  min-height: 84px;
  padding: 17px 54px 17px 18px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  text-decoration: none;
}
.audience-nav a:hover, .audience-nav a:focus-visible { border-color: var(--amber); background: rgba(255,255,255,.13); }
.audience-nav span { font-size: 1.05rem; font-weight: 900; }
.audience-nav small { color: #c9d1ce; font-size: .88rem; }
.audience-nav strong { position: absolute; right: 18px; top: 50%; color: var(--amber); font-size: 1.35rem; transform: translateY(-50%); }

.faq-section { padding: 68px 0; scroll-margin-top: 78px; }
.faq-section-dark { background: var(--ink); color: var(--white); }
.faq-layout { display: grid; gap: 30px; align-items: start; }
.faq-section-intro { max-width: 600px; }
.faq-section-intro > p:not(.eyebrow) { margin: 16px 0 24px; color: var(--muted); }
.faq-section-dark .faq-section-intro > p:not(.eyebrow) { color: #c9d1ce; }
.faq-section-intro .button { margin-top: 2px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); color: var(--ink); overflow: clip; }
.faq-list details[open] { border-color: rgba(31,90,70,.45); box-shadow: 0 10px 30px rgba(23,32,29,.08); }
.faq-list summary {
  position: relative;
  padding: 19px 58px 19px 20px;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--amber-soft);
  color: #70400f;
  font-size: 1.2rem;
  transform: translateY(-50%);
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:focus-visible { outline: 3px solid rgba(239,155,51,.55); outline-offset: -3px; }
.faq-list details p { margin: 0; padding: 0 58px 20px 20px; color: var(--muted); }
.dual-cta { display: grid; gap: 14px; }
.dual-cta > div { display: grid; align-content: start; justify-items: start; gap: 15px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.dual-cta h2 { font-size: clamp(1.65rem, 5vw, 2.35rem); }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; gap: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { color: var(--muted); }
.footer-note { margin: 0; color: var(--muted); font-size: .88rem; }

.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (min-width: 700px) {
  .hero-actions { flex-direction: row; }
  .trust-items { grid-template-columns: repeat(3, 1fr); }
  .trust-item { padding: 18px 22px; border-right: 1px solid var(--line); border-bottom: 0; }
  .trust-item:first-child { padding-left: 0; }
  .trust-item:last-child { border-right: 0; }
  .steps, .cards { grid-template-columns: repeat(3, 1fr); }
  .form-actions { flex-direction: row; justify-content: space-between; }
  .form-actions .button { width: auto; min-width: 150px; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 920px) {
  .nav-links { display: flex; }
  .nav-mobile-cta { display: none; }
  .hero { padding: 54px 0 72px; }
  .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 54px; }
  .form-layout { grid-template-columns: minmax(0, 1fr) 320px; }
  .form-card { padding: 34px; }
  .cta-band { grid-template-columns: 1fr auto; padding: 36px; }
  .project-grid { grid-template-columns: .82fr 1.18fr; gap: 56px; }
  .faq-hero-grid { grid-template-columns: minmax(0, 1fr) 330px; gap: 60px; }
  .faq-layout { grid-template-columns: 340px minmax(0, 1fr); gap: 62px; }
  .faq-section-intro { position: sticky; top: 116px; }
  .dual-cta { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 699px) {
  .brand-logo { width: 160px; max-height: 54px; }
  .home-hero { min-height: 710px; }
  .hero-overlay { min-height: 710px; align-items: flex-start; padding-block: 82px 148px; }
  .home-hero h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  .home-hero .lead { font-size: 1.04rem; }
  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(8,25,20,.92) 0%, rgba(8,25,20,.78) 58%, rgba(8,25,20,.66) 100%),
      linear-gradient(90deg, rgba(8,25,20,.32), rgba(8,25,20,.12));
  }
  .hero-slide figcaption { top: auto; right: 16px; bottom: 96px; }
  .carousel-ui { bottom: 20px; grid-template-columns: auto 1fr; row-gap: 10px; }
  .carousel-dots { justify-content: flex-end; }
  .carousel-status { grid-column: 1 / -1; text-align: right; }
  .project-types .service-list { grid-template-columns: 1fr; }
  .simple-nav { gap: 10px; font-size: .92rem; }
  .faq-hero { padding: 46px 0; }
}

@media (max-width: 380px) {
  .brand-logo { width: 130px; }
  .simple-nav { gap: 8px; font-size: .82rem; }
  .nav { gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
