:root {
  --ink: #10231c;
  --ink-soft: #31463e;
  --forest: #123b2e;
  --forest-2: #1c5943;
  --forest-3: #0b2c21;
  --lime: #d7f36b;
  --lime-hover: #c8e859;
  --cream: #f5f3eb;
  --warm: #ece9df;
  --paper: #fffef9;
  --white: #ffffff;
  --line: #d9ddd7;
  --line-dark: rgba(255, 255, 255, .16);
  --muted: #67766f;
  --danger: #ad342b;
  --shadow-sm: 0 12px 40px rgba(16, 35, 28, .09);
  --shadow-lg: 0 28px 80px rgba(16, 35, 28, .16);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shell: 1280px;
  --header-height: 76px;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}

body,
button,
input,
select {
  font-family: var(--font);
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

svg {
  display: block;
}

a,
button,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(215, 243, 107, .92);
  outline-offset: 3px;
}

.shell {
  width: min(100% - 48px, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--forest);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--forest-2);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 25px;
  height: 2px;
  background: var(--lime);
}

.eyebrow--small {
  font-size: .69rem;
}

.eyebrow--light {
  color: rgba(255, 255, 255, .76);
}

h1,
h2 {
  font-weight: 760;
  letter-spacing: -.05em;
  line-height: .98;
  text-wrap: balance;
}

h1 em,
h2 em {
  color: var(--forest-2);
  font-style: normal;
}

.section {
  padding: clamp(82px, 9vw, 132px) 0;
}

.section--warm {
  background: var(--cream);
}

.section-heading h2,
.process-copy h2,
.guarantee-card h2,
.areas-copy h2,
.faq-copy h2,
.final-cta h2 {
  margin-top: 18px;
  font-size: clamp(2.45rem, 5vw, 4.65rem);
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .65fr);
  align-items: end;
  gap: 64px;
}

.section-heading--split > p {
  max-width: 42ch;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Top service bar */
.service-bar {
  color: rgba(255, 255, 255, .86);
  background: var(--forest-3);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.service-bar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.service-bar span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.service-bar svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--lime);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(255, 254, 249, .92);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.site-header.is-stuck {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 30px rgba(16, 35, 28, .06);
}

.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: none;
}

.logo__mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--lime);
  background: var(--forest);
  border-radius: 12px;
}

.logo__mark svg {
  width: 29px;
  height: 29px;
  overflow: visible;
  fill: currentColor;
  stroke: none;
}

.logo__mark .logo__spark {
  fill: none;
  stroke: var(--white);
  stroke-width: 2;
  stroke-linecap: round;
}

.logo__type {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 780;
  letter-spacing: -.04em;
  white-space: nowrap;
}

.logo__type strong {
  color: var(--forest-2);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.primary-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: .9rem;
  font-weight: 680;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--forest-2);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: .91rem;
  font-weight: 780;
  white-space: nowrap;
}

.header-phone svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Buttons */
.button {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-weight: 780;
  letter-spacing: -.015em;
  line-height: 1;
  white-space: nowrap;
  transition: transform .25s var(--ease), background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

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

.button:active {
  transform: translateY(0) scale(.985);
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--small {
  min-height: 44px;
  padding-inline: 18px;
  border-radius: 10px;
  font-size: .88rem;
}

.button--dark {
  color: var(--white);
  background: var(--forest);
  box-shadow: 0 10px 28px rgba(18, 59, 46, .2);
}

.button--dark:hover {
  background: var(--forest-2);
}

.button--lime {
  color: var(--forest-3);
  background: var(--lime);
  box-shadow: 0 12px 30px rgba(112, 143, 36, .2);
}

.button--lime:hover {
  background: var(--lime-hover);
  box-shadow: 0 15px 38px rgba(112, 143, 36, .28);
}

.button--outline {
  color: var(--forest);
  background: transparent;
  border-color: rgba(18, 59, 46, .24);
}

.button--outline:hover {
  border-color: var(--forest);
  background: rgba(18, 59, 46, .04);
}

/* Hero */
.hero {
  position: relative;
  padding: clamp(60px, 7vw, 100px) 0 0;
  background: var(--cream);
  isolation: isolate;
}

.hero__texture {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__texture::before {
  content: "";
  position: absolute;
  top: -380px;
  left: -250px;
  width: 780px;
  height: 780px;
  border: 1px solid rgba(18, 59, 46, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(18, 59, 46, .025), 0 0 0 220px rgba(18, 59, 46, .018);
}

.hero__texture::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: 80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(215, 243, 107, .52), rgba(215, 243, 107, 0) 68%);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  align-items: center;
  gap: clamp(46px, 6vw, 88px);
}

.hero__content {
  padding-bottom: 50px;
}

.hero h1 {
  margin-top: 21px;
  max-width: 12ch;
  font-size: clamp(3.4rem, 6.5vw, 6rem);
}

.hero__lead {
  max-width: 54ch;
  margin-top: 26px;
  color: var(--ink-soft);
  font-size: clamp(1.04rem, 1.4vw, 1.18rem);
  line-height: 1.62;
}

.hero__checks {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.hero__checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-size: .94rem;
  font-weight: 680;
}

.hero__checks svg {
  width: 20px;
  height: 20px;
  flex: none;
  margin-top: 2px;
  padding: 3px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest);
  font-size: 1rem;
  font-weight: 780;
  line-height: 1.15;
}

.text-link small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font-size: .71rem;
  font-weight: 620;
}

.text-link__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 59, 46, .22);
  border-radius: 50%;
}

.text-link__icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  height: clamp(520px, 51vw, 650px);
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 27, 20, .28));
  pointer-events: none;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.hero-visual__caption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  max-width: 330px;
  padding: 14px 17px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  background: rgba(255, 254, 249, .93);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 15px;
  box-shadow: 0 12px 35px rgba(8, 27, 20, .22);
  backdrop-filter: blur(10px);
}

.hero-visual__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: none;
  color: var(--lime);
  background: var(--forest);
  border-radius: 11px;
}

.hero-visual__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual__caption strong,
.hero-visual__caption small {
  display: block;
}

.hero-visual__caption strong {
  font-size: .87rem;
}

.hero-visual__caption small {
  margin-top: 2px;
  color: var(--muted);
  font-size: .72rem;
}

.guarantee-float {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: -18px;
  width: 112px;
  height: 132px;
  padding: 16px;
  color: var(--forest-3);
  background: var(--lime);
  border-radius: 18px 18px 18px 4px;
  box-shadow: 0 18px 45px rgba(8, 27, 20, .2);
  line-height: .86;
}

.guarantee-float span,
.guarantee-float strong,
.guarantee-float small {
  display: block;
}

.guarantee-float span {
  font-size: 2.5rem;
  font-weight: 820;
  letter-spacing: -.08em;
}

.guarantee-float strong {
  margin-top: 2px;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.guarantee-float small {
  margin-top: 10px;
  font-size: .67rem;
  font-weight: 720;
  letter-spacing: .02em;
  line-height: 1.12;
  text-transform: uppercase;
}

/* Quote panel */
.quote-wrap {
  position: relative;
  z-index: 5;
  margin-top: -22px;
  transform: translateY(50px);
}

.quote-panel {
  padding: 26px;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 28px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(16, 35, 28, .09);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 70px rgba(16, 35, 28, .14);
}

.quote-panel__intro {
  padding: 6px 0 6px 4px;
}

.quote-panel__intro h2 {
  margin-top: 12px;
  font-size: 1.7rem;
  font-weight: 790;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.quote-panel__intro > p:last-child {
  margin-top: 10px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.45;
}

.quote-form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.field {
  grid-column: span 4;
}

.field--compact {
  grid-column: span 3;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-soft);
  font-size: .72rem;
  font-weight: 760;
}

.field input,
.field select {
  width: 100%;
  height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: #fbfcf8;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  font-size: .88rem;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.field select {
  padding-right: 38px;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
  background-position: calc(100% - 17px) 52%, calc(100% - 12px) 52%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
}

.field input::placeholder {
  color: #93a09a;
}

.field input:focus,
.field select:focus {
  background: var(--white);
  border-color: var(--forest-2);
  box-shadow: 0 0 0 3px rgba(28, 89, 67, .11);
}

.field.is-invalid input,
.field.is-invalid select {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(173, 52, 43, .08);
}

.field__error {
  display: none;
  margin-top: 4px;
  color: var(--danger);
  font-size: .68rem;
}

.field.is-invalid .field__error {
  display: block;
}

.honeypot {
  position: absolute;
  left: -9999px;
}

.quote-form__submit {
  grid-column: span 3;
  align-self: end;
}

.quote-form__submit .button {
  width: 100%;
  min-height: 48px;
  padding-inline: 15px;
  border-radius: 10px;
  font-size: .84rem;
}

.quote-form__submit p {
  margin-top: 5px;
  color: var(--muted);
  font-size: .62rem;
  text-align: center;
}

.form-message {
  display: none;
  grid-column: 1 / -1;
  padding: 10px 13px;
  color: #77251f;
  background: #fff0ee;
  border-radius: 8px;
  font-size: .78rem;
}

.form-message.is-visible {
  display: block;
}

.quote-success {
  display: none;
  grid-column: 2;
  align-items: center;
  gap: 15px;
  min-height: 112px;
}

.quote-panel.is-success .quote-form {
  display: none;
}

.quote-panel.is-success .quote-success {
  display: flex;
}

.quote-success > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  flex: none;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
}

.quote-success svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-success h3 {
  font-size: 1.15rem;
}

.quote-success p {
  margin-top: 5px;
  color: var(--muted);
  font-size: .88rem;
}

.quote-success a {
  color: var(--forest-2);
  font-weight: 780;
  text-decoration: underline;
}

/* Trust strip */
.trust-strip {
  padding: 92px 0 32px;
  background: var(--paper);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-item {
  min-height: 112px;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--line);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: none;
  color: var(--forest);
  background: rgba(215, 243, 107, .58);
  border-radius: 11px;
}

.trust-item svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item strong,
.trust-item small {
  display: block;
}

.trust-item strong {
  font-size: .89rem;
}

.trust-item small {
  margin-top: 3px;
  color: var(--muted);
  font-size: .73rem;
}

/* Inclusions */
.inclusions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 60px;
}

.inclusion-card {
  position: relative;
  min-height: 340px;
  padding: clamp(27px, 4vw, 42px);
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(16, 35, 28, .09);
  border-radius: var(--radius-md);
}

.inclusion-card--feature {
  color: var(--white);
  background: var(--forest);
}

.inclusion-card--accent {
  background: var(--lime);
}

.inclusion-card__number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(16, 35, 28, .12);
  font-size: 3.5rem;
  font-weight: 820;
  letter-spacing: -.08em;
  line-height: 1;
}

.inclusion-card--feature .inclusion-card__number {
  color: rgba(255, 255, 255, .1);
}

.inclusion-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: var(--forest);
  background: var(--lime);
  border-radius: 14px;
}

.inclusion-card:not(.inclusion-card--feature):not(.inclusion-card--accent) .inclusion-card__icon {
  background: var(--cream);
}

.inclusion-card--accent .inclusion-card__icon {
  color: var(--lime);
  background: var(--forest);
}

.inclusion-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inclusion-card h3 {
  margin-top: 25px;
  font-size: 1.55rem;
  letter-spacing: -.035em;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 26px;
  margin-top: 22px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink-soft);
  font-size: .88rem;
  line-height: 1.42;
}

.inclusion-card--feature .check-list li {
  color: rgba(255, 255, 255, .81);
}

.inclusion-card--accent .check-list li {
  color: var(--forest-3);
}

.check-list svg {
  width: 18px;
  height: 18px;
  flex: none;
  margin-top: 2px;
  color: var(--forest-2);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.inclusion-card--feature .check-list svg {
  color: var(--lime);
}

.scope-note {
  margin-top: 16px;
  padding: 21px 25px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255, 254, 249, .64);
  border: 1px solid rgba(16, 35, 28, .1);
  border-radius: 14px;
}

.scope-note > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: none;
  color: var(--forest);
  background: var(--lime);
  border-radius: 50%;
}

.scope-note svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scope-note p {
  color: var(--ink-soft);
  font-size: .91rem;
}

/* Gallery */
.service-gallery {
  background: var(--paper);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: repeat(2, 290px);
  gap: 16px;
  margin-top: 56px;
}

.gallery-card {
  position: relative;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius-md);
  isolation: isolate;
}

.gallery-card--large {
  grid-row: 1 / span 2;
}

.gallery-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7, 25, 19, .82));
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease);
}

.gallery-card:hover img {
  transform: scale(1.035);
}

.gallery-card__overlay {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px;
  color: var(--white);
}

.gallery-card__overlay > span {
  display: inline-flex;
  padding: 6px 9px;
  color: var(--forest-3);
  background: var(--lime);
  border-radius: 7px;
  font-size: .62rem;
  font-weight: 820;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.gallery-card__overlay h3 {
  margin-top: 12px;
  font-size: clamp(1.25rem, 2.4vw, 2.05rem);
  letter-spacing: -.04em;
}

.gallery-card__overlay p {
  max-width: 44ch;
  margin-top: 6px;
  color: rgba(255, 255, 255, .76);
  font-size: .84rem;
}

/* Process */
.process-section {
  color: var(--white);
  background: var(--forest-3);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(450px, 1.22fr);
  align-items: start;
  gap: clamp(60px, 9vw, 128px);
}

.process-copy {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}

.process-copy h2 em,
.final-cta h2 em {
  color: var(--lime);
}

.process-copy > p:not(.eyebrow) {
  max-width: 38ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, .62);
  font-size: 1.03rem;
}

.process-copy .button {
  margin-top: 34px;
}

.process-steps {
  border-top: 1px solid var(--line-dark);
}

.process-step {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 30px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line-dark);
}

.process-step__number {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  color: var(--lime);
  border: 1px solid rgba(215, 243, 107, .4);
  border-radius: 50%;
  font-size: .8rem;
  font-weight: 820;
  letter-spacing: .08em;
}

.process-step h3 {
  font-size: 1.42rem;
  letter-spacing: -.035em;
}

.process-step p {
  max-width: 51ch;
  margin-top: 10px;
  color: rgba(255, 255, 255, .6);
  font-size: .93rem;
}

/* Guarantee */
.guarantee-section {
  padding: 22px 0 0;
  background: var(--forest-3);
}

.guarantee-card {
  position: relative;
  padding: clamp(40px, 7vw, 82px);
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 5vw, 66px);
  overflow: hidden;
  background: var(--lime);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.guarantee-card::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(18, 59, 46, .14);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(18, 59, 46, .05), 0 0 0 110px rgba(18, 59, 46, .03);
  pointer-events: none;
}

.guarantee-card__seal {
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  color: var(--lime);
  background: var(--forest);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.guarantee-card__seal svg {
  position: absolute;
  width: 112px;
  height: 112px;
  opacity: .2;
  fill: none;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guarantee-card__seal span {
  position: relative;
  display: grid;
  color: var(--white);
  font-size: 3.2rem;
  font-weight: 840;
  letter-spacing: -.08em;
  line-height: .8;
  text-align: center;
}

.guarantee-card__seal small {
  margin-top: 8px;
  color: var(--lime);
  font-size: .68rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.guarantee-card__copy {
  position: relative;
  z-index: 1;
}

.guarantee-card__copy .eyebrow > span {
  background: var(--forest);
}

.guarantee-card h2 {
  font-size: clamp(2.2rem, 4.2vw, 4rem);
}

.guarantee-card h2 em {
  color: var(--forest-2);
}

.guarantee-card__copy > p:last-child {
  max-width: 61ch;
  margin-top: 20px;
  color: rgba(11, 44, 33, .75);
}

.guarantee-card > .button {
  position: relative;
  z-index: 1;
}

/* Areas */
.areas-section {
  background: var(--paper);
}

.areas-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr);
  align-items: center;
  gap: clamp(60px, 8vw, 118px);
}

.areas-copy > p:not(.eyebrow) {
  max-width: 45ch;
  margin-top: 24px;
  color: var(--muted);
  font-size: 1.03rem;
}

.areas-copy .text-link {
  margin-top: 30px;
}

.areas-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.areas-list span {
  position: relative;
  min-height: 54px;
  padding: 0 16px 0 42px;
  display: flex;
  align-items: center;
  color: var(--ink-soft);
  background: var(--cream);
  border: 1px solid rgba(16, 35, 28, .07);
  border-radius: 11px;
  font-size: .86rem;
  font-weight: 690;
}

.areas-list span::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 8px;
  height: 8px;
  background: var(--lime);
  border: 4px solid var(--forest);
  border-radius: 50%;
  box-sizing: content-box;
}

/* FAQ */
.faq-section {
  background: var(--cream);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr);
  align-items: start;
  gap: clamp(60px, 9vw, 132px);
}

.faq-copy {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}

.faq-copy > p:not(.eyebrow) {
  max-width: 40ch;
  margin-top: 24px;
  color: var(--muted);
}

.faq-copy .button {
  margin-top: 28px;
}

.faq-list {
  border-top: 1px solid rgba(16, 35, 28, .16);
}

.faq-item {
  border-bottom: 1px solid rgba(16, 35, 28, .16);
}

.faq-item summary {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 1.05rem;
  font-weight: 760;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary svg {
  width: 21px;
  height: 21px;
  flex: none;
  color: var(--forest-2);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  transition: transform .25s ease;
}

.faq-item[open] summary svg {
  transform: rotate(45deg);
}

.faq-item p {
  max-width: 66ch;
  padding: 0 44px 25px 0;
  color: var(--muted);
  font-size: .93rem;
  line-height: 1.65;
}

/* Final CTA */
.final-cta {
  padding: clamp(74px, 9vw, 120px) 0;
  color: var(--white);
  background: var(--forest);
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  align-items: end;
  gap: 60px;
}

.final-cta h2 {
  font-size: clamp(2.5rem, 5vw, 4.75rem);
}

.final-cta__actions {
  display: grid;
  justify-items: end;
  gap: 20px;
}

.final-cta__phone {
  color: var(--white);
  text-align: right;
}

.final-cta__phone small,
.final-cta__phone strong {
  display: block;
}

.final-cta__phone small {
  color: rgba(255, 255, 255, .6);
  font-size: .7rem;
}

.final-cta__phone strong {
  margin-top: 2px;
  font-size: 1.38rem;
  letter-spacing: -.02em;
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, .7);
  background: var(--forest-3);
}

.site-footer__top {
  min-height: 132px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  border-bottom: 1px solid var(--line-dark);
}

.logo--footer .logo__mark {
  color: var(--forest);
  background: var(--lime);
}

.logo--footer .logo__mark .logo__spark {
  stroke: var(--forest);
}

.logo--footer .logo__type {
  color: var(--white);
}

.logo--footer .logo__type strong {
  color: var(--lime);
}

.site-footer__top > p {
  max-width: 56ch;
  justify-self: center;
  font-size: .82rem;
}

.site-footer__phone {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 780;
}

.site-footer__bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-size: .7rem;
}

/* Mobile action bar */
.mobile-actions {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  gap: 9px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 254, 249, .95);
  border-top: 1px solid var(--line);
  box-shadow: 0 -14px 36px rgba(16, 35, 28, .1);
  backdrop-filter: blur(14px);
}

.mobile-actions .button {
  min-width: 0;
  min-height: 49px;
  flex: 1;
  padding-inline: 14px;
  font-size: .84rem;
}

/* Reveal motion */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
}

.reveal--delay,
.reveal--delay-1 {
  transition-delay: .09s;
}

.reveal--delay-2 {
  transition-delay: .16s;
}

.reveal--delay-3 {
  transition-delay: .23s;
}

.reveal.is-visible,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1180px) {
  .primary-nav {
    display: none;
  }

  .hero__grid {
    grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
    gap: 44px;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 6.5vw, 5.1rem);
  }

  .quote-panel {
    grid-template-columns: 1fr;
  }

  .quote-panel__intro {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 10px 22px;
  }

  .quote-panel__intro .eyebrow {
    grid-column: 1 / -1;
  }

  .quote-panel__intro h2 {
    margin: 0;
  }

  .quote-panel__intro > p:last-child {
    margin: 0;
  }

  .quote-success {
    grid-column: 1;
  }

  .guarantee-card {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .guarantee-card > .button {
    grid-column: 2;
    justify-self: start;
  }

  .guarantee-card__seal {
    width: 150px;
    height: 150px;
    grid-row: 1 / span 2;
  }
}

@media (max-width: 980px) {
  .shell {
    width: min(100% - 36px, var(--shell));
  }

  .site-header__actions .button {
    display: none;
  }

  .hero {
    padding-top: 66px;
  }

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

  .hero__content {
    max-width: 760px;
    padding-bottom: 0;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(3.5rem, 10vw, 6rem);
  }

  .hero-visual {
    height: min(72vw, 620px);
    border-radius: var(--radius-lg);
  }

  .guarantee-float {
    left: 20px;
  }

  .quote-wrap {
    margin-top: 24px;
  }

  .quote-form__submit .button {
    font-size: .78rem;
  }

  .trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .section-heading--split,
  .process-layout,
  .areas-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .section-heading--split {
    gap: 28px;
  }

  .process-layout,
  .faq-layout {
    gap: 52px;
  }

  .process-copy,
  .faq-copy {
    position: static;
  }

  .process-copy h2,
  .faq-copy h2 {
    max-width: 12ch;
  }

  .gallery-grid {
    grid-template-rows: repeat(2, 250px);
  }

  .areas-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .final-cta__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-cta__actions {
    justify-items: start;
  }

  .final-cta__phone {
    text-align: left;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 68px;
  }

  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .service-bar__inner {
    min-height: 34px;
    justify-content: space-between;
    gap: 14px;
  }

  .service-bar__desktop {
    display: none !important;
  }

  .site-header__inner {
    gap: 12px;
  }

  .logo__mark {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .logo__type {
    font-size: .98rem;
  }

  .header-phone span {
    display: none;
  }

  .header-phone {
    width: 40px;
    height: 40px;
    justify-content: center;
    border: 1px solid rgba(18, 59, 46, .22);
    border-radius: 50%;
  }

  .hero {
    padding-top: 48px;
  }

  .hero__grid {
    gap: 36px;
  }

  .hero h1 {
    margin-top: 17px;
    font-size: clamp(3rem, 14vw, 4.7rem);
  }

  .hero__lead {
    margin-top: 21px;
    font-size: 1rem;
  }

  .hero__checks {
    margin-top: 23px;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 17px;
    margin-top: 28px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .text-link {
    justify-content: center;
  }

  .hero-visual {
    height: 96vw;
    max-height: 590px;
    border-radius: 22px;
  }

  .hero-visual > img {
    object-position: 58% center;
  }

  .hero-visual__caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }

  .guarantee-float {
    top: 14px;
    left: 14px;
    width: 100px;
    height: 120px;
    padding: 14px;
  }

  .quote-wrap {
    width: 100%;
    margin-top: 20px;
    transform: translateY(34px);
  }

  .quote-panel {
    padding: 22px 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .quote-panel__intro {
    padding-inline: 2px;
    display: block;
  }

  .quote-panel__intro h2 {
    margin-top: 11px;
  }

  .quote-panel__intro > p:last-child {
    margin-top: 8px;
  }

  .field,
  .field--compact {
    grid-column: span 6;
  }

  .quote-form__submit {
    grid-column: 1 / -1;
  }

  .trust-strip {
    padding-top: 70px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading h2,
  .process-copy h2,
  .areas-copy h2,
  .faq-copy h2,
  .final-cta h2 {
    font-size: clamp(2.35rem, 12vw, 3.6rem);
  }

  .inclusions-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .inclusion-card {
    min-height: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-card,
  .gallery-card--large {
    grid-row: auto;
    min-height: 380px;
  }

  .gallery-card__overlay {
    padding: 25px;
  }

  .process-step {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 20px;
  }

  .process-step__number {
    width: 48px;
    height: 48px;
  }

  .guarantee-section {
    padding-top: 0;
    background: var(--lime);
  }

  .guarantee-section .shell {
    width: 100%;
  }

  .guarantee-card {
    grid-template-columns: 1fr;
    padding-inline: 28px;
    border-radius: 0;
  }

  .guarantee-card__seal {
    width: 128px;
    height: 128px;
    grid-row: auto;
  }

  .guarantee-card__seal span {
    font-size: 2.7rem;
  }

  .guarantee-card > .button {
    grid-column: auto;
  }

  .areas-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta__inner {
    gap: 38px;
  }

  .site-footer {
    padding-bottom: 79px;
  }

  .site-footer__top {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__top > p {
    justify-self: start;
  }

  .site-footer__bottom {
    padding: 24px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }

  .mobile-actions {
    display: flex;
  }
}

@media (max-width: 520px) {
  .service-bar {
    font-size: .66rem;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 3.6rem);
  }

  .hero__checks li {
    font-size: .88rem;
  }

  .hero-visual {
    height: 112vw;
    max-height: 560px;
  }

  .hero-visual__caption small {
    max-width: 25ch;
  }

  .field,
  .field--compact {
    grid-column: 1 / -1;
  }

  .trust-strip__grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card--large {
    min-height: 330px;
  }

  .areas-list {
    grid-template-columns: 1fr;
  }

  .faq-item summary {
    font-size: .96rem;
  }

  .final-cta__actions,
  .final-cta__actions .button {
    width: 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
