:root {
  --ink: #10261d;
  --ink-2: #17372a;
  --forest: #0d3f2b;
  --leaf: #17613d;
  --lime: #c6f052;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --muted: #68746e;
  --line: #dce2dc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  height: 82px;
  padding: 0 clamp(24px, 5vw, 78px);
  display: flex;
  align-items: center;
  gap: 34px;
  background: rgba(250, 249, 244, 0.96);
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(16, 38, 29, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}

.brand-mark {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--leaf);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-type {
  display: grid;
  line-height: 1;
}

.brand-type strong {
  font-size: 16px;
  letter-spacing: 0.09em;
  font-weight: 900;
}

.brand-type small {
  font-size: 9px;
  letter-spacing: 0.38em;
  margin-top: 6px;
  color: var(--leaf);
  font-weight: 800;
}

nav {
  display: flex;
  gap: 30px;
}

nav a {
  font-size: 13px;
  font-weight: 700;
}

.header-phone {
  display: grid;
  border-left: 1px solid var(--line);
  padding-left: 30px;
}

.header-phone span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
}

.header-phone strong {
  font-size: 15px;
  margin-top: 3px;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

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

.button-dark {
  color: white;
  background: var(--ink);
}

.button-lime {
  color: var(--ink);
  background: var(--lime);
}

.button-lime:hover {
  background: #d6ff65;
}

.arrow {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  height: min(900px, 100vh);
  min-height: 720px;
  position: relative;
  overflow: hidden;
  color: white;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 20, 13, 0.92) 0%, rgba(5, 20, 13, 0.72) 32%, rgba(5, 20, 13, 0.08) 67%),
    linear-gradient(0deg, rgba(4, 17, 11, 0.48), transparent 45%);
}

.hero-content {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 8vw, 126px);
  top: 51%;
  transform: translateY(-44%);
  max-width: 690px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.eyebrow svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.eyebrow.light {
  color: var(--lime);
}

.eyebrow.dark {
  color: var(--leaf);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin: 22px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.2vw, 96px);
  line-height: 0.93;
  letter-spacing: -0.055em;
  font-weight: 500;
}

.hero h1 em,
.intro h2 em {
  color: var(--lime);
  font-weight: 400;
}

.hero-copy {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 35px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
}

.text-link svg {
  width: 18px;
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.5;
}

.hero-proof {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 6vw, 90px);
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 20px;
  background: rgba(9, 38, 25, 0.86);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.proof-check {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--lime);
  color: var(--ink);
  border-radius: 50%;
  font-weight: 900;
}

.hero-proof p {
  margin: 0;
  display: grid;
  gap: 3px;
  font-size: 11px;
  color: rgba(255,255,255,.65);
}

.hero-proof strong {
  color: white;
  font-size: 12px;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: clamp(24px, 3.5vw, 54px);
  display: grid;
  justify-items: center;
  gap: 10px;
}

.scroll-cue span {
  writing-mode: vertical-rl;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
}

.scroll-cue i {
  width: 1px;
  height: 36px;
  background: var(--lime);
}

.section-pad {
  padding: 110px clamp(24px, 8vw, 126px);
}

.intro {
  background: var(--cream);
  display: grid;
  grid-template-columns: 0.75fr 2fr 0.65fr;
  gap: clamp(30px, 5vw, 84px);
  align-items: start;
}

.intro-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 15px;
}

.rule {
  width: 55px;
  height: 1px;
  background: #9ab39e;
}

.intro h2,
.section-heading h2,
.promise h2,
.estimate-aside h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.intro h2 {
  font-size: clamp(42px, 4.4vw, 67px);
  line-height: 1.02;
  margin-bottom: 34px;
}

.intro h2 em {
  color: var(--leaf);
}

.intro-main > p {
  margin: 0;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}

.metric {
  border-left: 1px solid #bdc9bd;
  padding: 12px 0 12px 28px;
  display: grid;
}

.metric strong {
  font: 500 45px/1 Georgia, serif;
  color: var(--leaf);
}

.metric span {
  margin-top: 8px;
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.services {
  background: var(--paper);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 54px;
}

.section-heading h2 {
  font-size: clamp(40px, 4vw, 61px);
  line-height: 1.04;
  margin: 14px 0 0;
}

.section-heading > p {
  max-width: 380px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 4px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 390px;
  padding: clamp(26px, 3vw, 46px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover {
  background: white;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(27, 55, 39, 0.08);
}

.service-top {
  display: flex;
  justify-content: space-between;
  color: #88958e;
  font-size: 11px;
}

.service-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #edf3e3;
  display: grid;
  place-items: center;
  color: var(--leaf);
}

.service-icon svg {
  width: 43px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  font: 500 29px/1.1 Georgia, serif;
  margin: 62px 0 18px;
}

.service-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
  max-width: 340px;
}

.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: var(--leaf);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 10px;
  font-weight: 900;
}

.promise {
  background: var(--forest);
  color: white;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 660px;
}

.promise-copy {
  padding: 100px clamp(28px, 8vw, 126px);
}

.promise h2 {
  font-size: clamp(43px, 4.3vw, 66px);
  line-height: 1;
  margin: 17px 0 48px;
}

.promise-list {
  display: grid;
  gap: 0;
}

.promise-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.14);
}

.promise-item > span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.promise-item h3 {
  margin-bottom: 7px;
  font-size: 16px;
}

.promise-item p {
  margin: 0;
  color: rgba(255,255,255,.62);
  line-height: 1.5;
  font-size: 13px;
}

.stripe-art {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  background: #a9d447;
}

.stripe-art .sun {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  right: -30px;
  top: -30px;
  background: var(--lime);
}

.stripe {
  position: absolute;
  height: 160%;
  width: 23%;
  bottom: -45%;
  transform: rotate(23deg);
  transform-origin: bottom;
  background: var(--leaf);
}

.stripe.s1 { left: -8%; }
.stripe.s2 { left: 27%; background: #72a92f; }
.stripe.s3 { left: 60%; }
.stripe.s4 { left: 93%; background: #72a92f; }

.stripe-art .brand-mark {
  position: absolute;
  width: 220px;
  height: 220px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  stroke: rgba(255,255,255,.88);
  stroke-width: 1.2;
}

.process {
  background: var(--cream);
}

.compact {
  margin-bottom: 52px;
}

.steps {
  display: flex;
  align-items: flex-start;
}

.step {
  flex: 1;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
}

.step > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font: 500 20px Georgia, serif;
}

.step h3 {
  margin: 2px 0 10px;
  font: 500 20px Georgia, serif;
}

.step p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.step-line {
  width: 7vw;
  height: 1px;
  background: #b9c5b9;
  margin: 23px 24px 0;
}

.estimate-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  background: var(--ink);
  color: white;
}

.estimate-aside {
  padding: 80px clamp(28px, 6vw, 96px);
  position: relative;
  overflow: hidden;
  background: #163c2a;
}

.estimate-aside::after {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(198,240,82,.22);
  border-radius: 50%;
  right: -260px;
  bottom: -200px;
  box-shadow: 0 0 0 70px rgba(198,240,82,.04), 0 0 0 140px rgba(198,240,82,.025);
}

.estimate-aside .brand-mark {
  width: 68px;
  height: 68px;
  stroke: var(--lime);
}

.estimate-aside > p {
  margin: 55px 0 14px;
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 10px;
  font-weight: 900;
}

.estimate-aside h2 {
  font-size: clamp(36px, 3.7vw, 55px);
  line-height: 1.04;
}

.estimate-aside a {
  display: grid;
  gap: 6px;
  margin-top: 55px;
  font-size: 11px;
  color: rgba(255,255,255,.63);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.estimate-aside a strong {
  color: white;
  font-size: 19px;
  letter-spacing: normal;
}

.estimate-form {
  padding: 76px clamp(28px, 7vw, 110px);
  background: var(--ink);
}

.form-head h2 {
  font: 500 clamp(36px, 3.2vw, 49px)/1.08 Georgia, serif;
  margin: 15px 0 12px;
}

.form-head p {
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 20px;
  margin-top: 40px;
}

.field-grid label {
  display: grid;
  gap: 9px;
}

.field-grid label span {
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 800;
}

.field-grid input,
.field-grid select {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 0;
  background: rgba(255,255,255,.045);
  color: white;
  padding: 0 15px;
  outline: none;
}

.field-grid input:focus,
.field-grid select:focus {
  border-color: var(--lime);
}

.field-grid input::placeholder {
  color: rgba(255,255,255,.33);
}

.field-grid option {
  color: var(--ink);
}

.form-button {
  width: 100%;
  margin-top: 30px;
}

.form-button:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

.form-button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.form-note {
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,.4);
  margin: 14px 0 0;
}

.honey-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-status {
  padding: 13px 16px;
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}

.form-status.success {
  color: var(--lime);
  background: rgba(198, 240, 82, .08);
  border: 1px solid rgba(198, 240, 82, .3);
}

.form-status.error {
  color: #ffd5c9;
  background: rgba(255, 105, 75, .08);
  border: 1px solid rgba(255, 139, 112, .3);
}

footer {
  padding: 60px clamp(24px, 8vw, 126px) 26px;
  background: var(--paper);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 45px;
}

footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
}

.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #87918c;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .09em;
}

@media (max-width: 1050px) {
  nav,
  .header-phone {
    display: none;
  }

  .intro {
    grid-template-columns: 1fr 2fr;
  }

  .metric {
    grid-column: 2;
  }

  .service-card {
    min-height: 360px;
  }

  .promise {
    grid-template-columns: 1fr 0.75fr;
  }

  .estimate-section {
    grid-template-columns: 0.7fr 1.3fr;
  }

  footer {
    grid-template-columns: auto 1fr;
  }

  .footer-links {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    padding: 0 18px;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 14px;
    font-size: 9px;
  }

  .header-cta svg {
    display: none;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-type strong {
    font-size: 13px;
  }

  .brand-type small {
    font-size: 7px;
  }

  .hero {
    min-height: 700px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(5,20,13,.9), rgba(5,20,13,.45)), linear-gradient(0deg, rgba(5,20,13,.55), transparent 55%);
  }

  .hero-content {
    left: 24px;
    right: 24px;
    top: 47%;
  }

  .hero h1 {
    font-size: clamp(49px, 14vw, 65px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .hero-proof {
    left: 24px;
    right: 24px;
    bottom: 20px;
  }

  .scroll-cue {
    display: none;
  }

  .section-pad {
    padding: 76px 24px;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .intro-kicker {
    padding: 0;
  }

  .intro h2 {
    font-size: 43px;
  }

  .metric {
    grid-column: auto;
    border-left: 0;
    border-top: 1px solid #bdc9bd;
    padding: 26px 0 0;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 35px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

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

  .service-card {
    min-height: 330px;
  }

  .service-card h3 {
    margin-top: 42px;
  }

  .promise {
    grid-template-columns: 1fr;
  }

  .promise-copy {
    padding: 76px 24px;
  }

  .stripe-art {
    min-height: 380px;
  }

  .steps {
    display: grid;
    gap: 30px;
  }

  .step-line {
    display: none;
  }

  .estimate-section {
    grid-template-columns: 1fr;
  }

  .estimate-aside,
  .estimate-form {
    padding: 62px 24px;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-links {
    grid-column: auto;
    flex-wrap: wrap;
  }

  .footer-bottom {
    grid-column: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
