:root {
  --ink: #12211b;
  --paper: #f3f0e8;
  --white: #fffdf7;
  --lime: #cbed59;
  --mint: #cbe5d6;
  --line: rgba(18, 33, 27, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Manrope, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header { min-height: 86px; padding: 14px clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(243, 240, 232, .94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Barlow Condensed", sans-serif; font-size: 24px; font-weight: 800; line-height: .85; text-transform: uppercase; letter-spacing: .02em; }
.brand small { display: block; margin-top: 6px; font: 600 10px Manrope, sans-serif; letter-spacing: .17em; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--ink); color: var(--lime); font-size: 18px; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 42px); font-size: 13px; font-weight: 700; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 99px; }

.hero { min-height: 720px; padding: clamp(60px, 8vw, 118px) clamp(22px, 5vw, 76px); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(38px, 7vw, 110px); overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .89; letter-spacing: -.025em; }
h1 { max-width: 650px; font-size: clamp(67px, 8vw, 128px); }
h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 2px var(--ink); }
.hero-intro { max-width: 575px; margin: 28px 0 0; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 99px; font: 800 13px Manrope, sans-serif; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--white); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.guarantee { display: flex; align-items: center; gap: 9px; margin-top: 38px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .11em; }
.guarantee span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--ink); color: var(--lime); }
.hero-visual { position: relative; min-height: 555px; }
.hero-card { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 28px 80px rgba(18,33,27,.19); }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-before img { object-position: center; }
.hero-after img { object-position: center; }
.hero-card figcaption, .gallery figcaption { position: absolute; left: 15px; bottom: 15px; padding: 7px 12px; border-radius: 99px; background: var(--white); color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-before { width: 58%; height: 64%; left: 0; top: 0; transform: rotate(-4deg); }
.hero-after { width: 65%; height: 72%; right: 0; bottom: 0; transform: rotate(3deg); }
.spark { position: absolute; z-index: 3; left: 46%; top: 46%; display: grid; place-items: center; width: 88px; height: 88px; border-radius: 50%; background: var(--lime); font-size: 36px; transform: rotate(-9deg); }

.result-strip { min-height: 76px; padding: 16px 5vw; display: flex; align-items: center; justify-content: center; gap: clamp(18px, 4vw, 62px); background: var(--ink); color: var(--white); font: 700 clamp(12px, 1.3vw, 16px) "Barlow Condensed", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.result-strip span { color: var(--lime); }
.section { padding: clamp(82px, 10vw, 150px) clamp(22px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr 1.5fr .9fr; gap: 36px; align-items: end; margin-bottom: 50px; }
h2 { font-size: clamp(55px, 7vw, 96px); }
.section-heading p:last-child, .service-copy > p:last-of-type, .quote > div > p:last-child { margin: 0; line-height: 1.7; color: #46524d; }
.comparison { --position: 50%; position: relative; width: min(100%, 1120px); aspect-ratio: 16/8.5; margin: auto; overflow: hidden; background: var(--ink); user-select: none; }
.comparison img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.comparison-before { position: absolute; inset: 0 auto 0 0; width: var(--position); overflow: hidden; }
.comparison-before img { width: 100vw; max-width: 1120px; }
.comparison-handle { position: absolute; z-index: 4; left: var(--position); top: 0; bottom: 0; width: 3px; background: var(--white); transform: translateX(-50%); }
.comparison-handle span { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 900; transform: translate(-50%, -50%); }
.comparison-range { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.comparison-label { position: absolute; z-index: 3; top: 20px; padding: 8px 13px; border-radius: 99px; background: var(--ink); color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.label-before { left: 20px; }
.label-after { right: 20px; }

.service { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 8vw, 120px); background: var(--mint); }
.service-copy { align-self: center; }
.service-copy h2 { margin-bottom: 30px; }
.service-copy .button { margin-top: 30px; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gallery figure { position: relative; min-height: 250px; margin: 0; overflow: hidden; }
.gallery-main { grid-column: 1/-1; min-height: 440px !important; }
.gallery img { width: 100%; height: 100%; object-fit: cover; }

.quote { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 150px); background: var(--ink); color: var(--white); }
.quote h2 { max-width: 650px; margin-bottom: 28px; }
.quote > div > p:last-child { color: #bcc5c1; max-width: 520px; }
form { display: grid; gap: 19px; padding: clamp(24px, 4vw, 50px); background: var(--white); color: var(--ink); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
input, textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid #aeb5b1; outline: none; background: transparent; color: var(--ink); font: 500 15px Manrope, sans-serif; resize: vertical; }
input:focus, textarea:focus { border-color: var(--ink); }
.honey { position: absolute; left: -9999px; }
.form-status { min-height: 20px; margin: 0; font-size: 13px; line-height: 1.5; }
footer { padding: 36px clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; background: var(--paper); }
footer p { font-size: 12px; }

@media (max-width: 850px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-visual { min-height: 470px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { margin-bottom: 0; }
  .service, .quote { grid-template-columns: 1fr; }
  .comparison { aspect-ratio: 4/3; }
  .comparison-before img { width: calc(100vw - 44px); }
}

@media (max-width: 560px) {
  .site-header { min-height: 72px; }
  .brand { font-size: 19px; }
  .brand-mark { width: 42px; height: 42px; }
  .nav-cta { padding: 10px 14px; }
  h1 { font-size: 64px; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 380px; }
  .hero-before { width: 67%; height: 62%; }
  .hero-after { width: 70%; height: 64%; }
  .spark { width: 64px; height: 64px; font-size: 25px; }
  .result-strip { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  h2 { font-size: 55px; }
  .comparison { aspect-ratio: 1/1.15; }
  .gallery-main { min-height: 320px !important; }
  .gallery figure { min-height: 180px; }
  .form-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; gap: 25px; flex-direction: column; }
}

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