@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,700;9..144,800&display=swap");

:root {
  --cream: #fffaf0;
  --paper: #f5ecda;
  --forest: #123c32;
  --forest-2: #1c4d40;
  --rust: #a95331;
  --lime: #d9e86c;
  --ink: #193a32;
  --muted: #68766f;
  --line: #d8d1c3;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
svg { display: block; width: 1em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; height: 90px; background: var(--cream); border-bottom: 1px solid rgba(18, 60, 50, .12); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 45px; height: 45px; color: var(--lime); background: var(--forest); border-radius: 50%; font-size: 20px; }
.brand-mark svg { width: 22px; }
.brand > span:last-child { display: grid; line-height: 1; }
.brand strong { font-family: "Fraunces", serif; font-size: 21px; letter-spacing: -.03em; }
.brand small { margin-top: 5px; color: var(--rust); font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--rust); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-phone { justify-self: end; display: flex; align-items: center; gap: 14px; }
.header-phone > span { display: grid; text-align: right; color: var(--forest); font-family: "Fraunces", serif; font-weight: 700; }
.header-phone small { color: var(--muted); font: 500 9px "DM Sans", sans-serif; }
.header-phone i { display: grid; place-items: center; width: 43px; height: 43px; color: var(--cream); background: var(--rust); border-radius: 50%; transition: transform .2s ease; }
.header-phone:hover i { transform: rotate(-8deg) scale(1.06); }
.header-phone svg { width: 17px; }

.hero { position: relative; padding: 82px 0 25px; background: var(--cream); }
.orbit { position: absolute; border: 1px solid rgba(169, 83, 49, .12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 520px; height: 520px; top: -230px; left: -280px; }
.orbit-two { width: 720px; height: 720px; right: -510px; bottom: -390px; }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 590px; }
.hero-copy { position: relative; z-index: 3; padding-bottom: 60px; }
.kicker { display: inline-flex; align-items: center; gap: 7px; color: var(--rust); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, blockquote { font-family: "Fraunces", serif; }
.hero h1 { max-width: 610px; margin: 21px 0 23px; font-size: clamp(58px, 6.1vw, 88px); line-height: .94; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--rust); font-style: italic; }
.hero-copy > p { max-width: 580px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; padding: 17px 23px; border-radius: 2px; font-size: 13px; font-weight: 700; }
.button-primary { color: var(--white); background: var(--forest); box-shadow: 7px 7px 0 var(--lime); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--lime); }
.button svg { width: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: 12px; font-weight: 700; }
.text-link span { color: var(--rust); font-size: 20px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.hero-notes { display: flex; gap: 25px; margin-top: 32px; color: var(--muted); font-size: 10px; }
.hero-notes b { margin-right: 5px; color: var(--rust); }

.hero-art { position: relative; height: 570px; }
.sun-disc { position: absolute; right: 30px; bottom: 20px; width: 485px; height: 485px; background: #e8d6b7; border-radius: 50%; }
.sun-rays { position: absolute; right: 7px; bottom: -4px; width: 530px; height: 530px; border: 1px dashed rgba(169, 83, 49, .24); border-radius: 50%; animation: spin 35s linear infinite; }
.house { position: absolute; z-index: 3; right: 102px; bottom: 110px; width: 360px; height: 280px; filter: drop-shadow(15px 24px 18px rgba(18, 60, 50, .13)); }
.roof { position: absolute; top: 34px; left: 24px; width: 315px; height: 190px; background: var(--rust); clip-path: polygon(50% 0, 100% 58%, 91% 64%, 50% 24%, 9% 64%, 0 58%); }
.chimney { position: absolute; z-index: 1; top: 65px; right: 73px; width: 42px; height: 90px; background: #8f452c; transform: skewY(7deg); }
.house-face { position: absolute; z-index: 2; right: 60px; bottom: 0; width: 240px; height: 164px; background: #f8f0df; border: 5px solid var(--forest); }
.window { position: absolute; top: 38px; left: 28px; display: grid; grid-template-columns: 1fr 1fr; width: 74px; height: 70px; gap: 3px; padding: 3px; background: var(--forest); }
.window span { background: #dce9b5; }
.door { position: absolute; right: 28px; bottom: 0; width: 68px; height: 112px; background: var(--forest); border: 7px solid #0d2c25; border-bottom: 0; }
.door span { position: absolute; right: 9px; top: 51px; width: 6px; height: 6px; background: var(--lime); border-radius: 50%; }
.land { position: absolute; z-index: 4; border-radius: 50%; }
.land-back { right: 1px; bottom: 35px; width: 565px; height: 140px; background: var(--forest-2); transform: rotate(-4deg); }
.land-front { right: -30px; bottom: -6px; width: 580px; height: 130px; background: var(--forest); transform: rotate(3deg); }
.sprig { position: absolute; z-index: 5; bottom: 70px; width: 5px; height: 95px; background: var(--lime); transform-origin: bottom; }
.sprig-one { right: 90px; transform: rotate(14deg); }
.sprig-two { right: 505px; height: 73px; transform: rotate(-14deg); }
.sprig i { position: absolute; width: 30px; height: 12px; background: var(--lime); border-radius: 100% 0; }
.sprig i:nth-child(1) { top: 18px; left: -27px; transform: rotate(24deg); }
.sprig i:nth-child(2) { top: 39px; left: 3px; transform: scaleX(-1) rotate(22deg); }
.sprig i:nth-child(3) { top: 61px; left: -27px; transform: rotate(20deg); }
.availability-card, .rating-card { position: absolute; z-index: 7; padding: 16px 18px; background: var(--white); box-shadow: 0 16px 45px rgba(18, 60, 50, .17); }
.availability-card { left: 18px; bottom: 100px; display: flex; align-items: center; gap: 12px; }
.availability-card div { display: grid; }
.availability-card small { color: var(--muted); font-size: 8px; }
.availability-card strong, .rating-card strong { font: 700 13px "Fraunces", serif; }
.status-dot { width: 12px; height: 12px; background: var(--lime); border: 3px solid var(--forest); border-radius: 50%; box-shadow: 0 0 0 5px rgba(217, 232, 108, .45); }
.rating-card { top: 42px; right: 0; display: grid; gap: 4px; transform: rotate(2deg); }
.rating-card span { color: var(--rust); font-size: 10px; letter-spacing: .12em; }

.trust-section { background: var(--white); border-block: 1px solid var(--line); }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip div { position: relative; display: grid; padding: 26px 30px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip span { position: absolute; top: 11px; right: 14px; color: rgba(169, 83, 49, .3); font: 700 22px "Fraunces", serif; }
.trust-strip strong { font: 700 14px "Fraunces", serif; }
.trust-strip small { margin-top: 5px; color: var(--muted); font-size: 9px; }
.section { padding: 110px 0; }
.section-heading, .process-head { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 90px; margin-bottom: 52px; }
.section-heading h2, .process-head h2, .urgency-copy h2, .final-cta h2 { margin: 14px 0 0; font-size: clamp(44px, 5vw, 67px); line-height: 1.02; letter-spacing: -.045em; }
.section-heading p, .process-head p { margin: 0 0 9px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 350px; padding: 30px; overflow: hidden; color: var(--white); background: var(--forest); transition: transform .25s ease; }
.service-card:hover { transform: translateY(-5px); }
.service-card::after { content: ""; position: absolute; right: -80px; top: -100px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.service-number { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .16em; }
.pest-icon { position: absolute; top: 33px; right: 34px; color: var(--lime); font: 700 54px "Fraunces", serif; }
.service-card h3 { margin: 0 0 11px; font-size: 29px; }
.service-card p { max-width: 400px; margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.75; }
.service-card a { display: inline-flex; gap: 7px; margin-top: 25px; color: var(--lime); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.service-card b { transition: transform .2s ease; }
.service-card a:hover b { transform: translate(2px, -2px); }
.card-insect, .card-outdoor { background: var(--rust); }
.card-bedbug { background: #315f50; }
.card-insect .pest-icon, .card-outdoor .pest-icon { color: #f3dcb9; }

.urgency { background: var(--paper); }
.urgency-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 110px; }
.evidence-panel { position: relative; height: 520px; overflow: hidden; background: var(--forest); }
.evidence-panel::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(var(--lime) .7px, transparent .7px); background-size: 14px 14px; }
.evidence-ring { position: absolute; inset: 78px; border: 1px solid rgba(217, 232, 108, .35); border-radius: 50%; box-shadow: 0 0 0 45px rgba(217, 232, 108, .035), 0 0 0 90px rgba(217, 232, 108, .025); }
.evidence-ring::after { content: ""; position: absolute; inset: 56px; border: 2px dashed rgba(217, 232, 108, .65); border-radius: 50%; }
.evidence-dot { position: absolute; z-index: 2; width: 14px; height: 14px; background: var(--lime); border: 4px solid var(--forest); border-radius: 50%; box-shadow: 0 0 0 3px var(--lime); }
.dot-one { left: 130px; top: 170px; }.dot-two { right: 145px; top: 142px; }.dot-three { right: 180px; bottom: 125px; }
.track { position: absolute; color: rgba(217, 232, 108, .48); font-size: 29px; letter-spacing: 13px; transform: rotate(30deg); }
.track-one { left: 190px; top: 210px; }.track-two { right: 100px; bottom: 180px; transform: rotate(-20deg); }
.evidence-label { position: absolute; z-index: 3; display: grid; padding: 14px 16px; background: var(--white); box-shadow: 8px 8px 0 var(--rust); }
.evidence-label small { color: var(--muted); font-size: 8px; }.evidence-label strong { margin-top: 2px; font: 700 13px "Fraunces", serif; }
.label-one { left: 22px; bottom: 36px; }.label-two { right: 22px; top: 30px; }
.urgency-copy h2 { margin-bottom: 26px; }
.urgency-copy > p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.urgency-copy ul { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; font-size: 11px; font-weight: 600; }
.urgency-copy li { display: flex; align-items: center; gap: 11px; }
.urgency-copy li span { display: grid; place-items: center; width: 23px; height: 23px; color: var(--forest); background: var(--lime); border-radius: 50%; }

.process { color: var(--white); background: var(--forest); }
.kicker-light { color: var(--lime); }
.process-head h2 em { color: var(--lime); }
.process-head p { color: rgba(255,255,255,.58); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.18); }
.step-card { min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.18); }
.step-card:last-child { border-right: 0; }
.step-card > span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest); background: var(--lime); border-radius: 50%; font: 700 11px "Fraunces", serif; }
.step-card h3 { margin: 55px 0 10px; font-size: 22px; }
.step-card p { max-width: 280px; margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.7; }
.testimonial { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 25px; margin-top: 45px; padding: 38px; color: var(--ink); background: var(--lime); }
.quote-mark { color: var(--rust); font: 800 75px/1 "Fraunces", serif; }
.testimonial blockquote { margin: 0; max-width: 650px; font-size: 21px; line-height: 1.4; }
.testimonial > div { display: grid; min-width: 145px; }
.testimonial strong { font: 700 13px "Fraunces", serif; }.testimonial div span { margin-top: 4px; color: rgba(18,60,50,.62); font-size: 8px; }
.final-cta { padding: 83px 0; background: var(--rust); color: var(--white); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.final-cta .kicker { color: #f6dfbc; }
.final-cta h2 { max-width: 760px; font-size: clamp(40px, 4.5vw, 63px); }
.cta-phone { display: grid; justify-items: end; }
.cta-phone > span { color: rgba(255,255,255,.65); font-size: 9px; }
.cta-phone a { display: flex; align-items: center; gap: 15px; margin-top: 8px; color: var(--lime); font: 700 27px "Fraunces", serif; white-space: nowrap; }
.cta-phone b { font-family: "DM Sans", sans-serif; }

.site-footer { padding-top: 68px; color: var(--white); background: #0b2822; }
.brand-footer .brand-mark { color: var(--forest); background: var(--lime); }
.brand-footer small { color: var(--lime); }
.footer-top { display: grid; grid-template-columns: 1.5fr .65fr .75fr; gap: 80px; padding-bottom: 55px; }
.footer-brand p { max-width: 460px; margin: 24px 0 0; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.75; }
.footer-links, .footer-call { display: grid; align-content: start; gap: 14px; font-size: 11px; }
.footer-links strong, .footer-call strong { margin-bottom: 6px; font: 700 16px "Fraunces", serif; }
.footer-links a:hover { color: var(--lime); }
.footer-call a { color: var(--lime); font-size: 15px; font-weight: 700; }
.footer-call span { color: rgba(255,255,255,.42); font-size: 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 21px 0; color: rgba(255,255,255,.36); border-top: 1px solid rgba(255,255,255,.12); font-size: 8px; }

.legal-hero { padding: 86px 0 65px; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 18px 0 16px; font-size: clamp(48px, 6vw, 74px); line-height: 1; letter-spacing: -.045em; }
.legal-hero p { margin: 0; color: var(--muted); font-size: 12px; }
.legal-page { padding: 75px 0 110px; background: var(--cream); }
.legal-content { width: min(790px, calc(100% - 44px)); margin: auto; }
.legal-content section { margin-bottom: 38px; }
.legal-content h2 { margin: 0 0 14px; font: 700 24px "Fraunces", serif; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: #596760; font-size: 13px; line-height: 1.85; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--rust); font-weight: 700; text-decoration: underline; }
.reveal { animation: rise .75s cubic-bezier(.2,.75,.3,1) both; }.reveal-delay { animation-delay: .13s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { padding-top: 60px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 20px; }
  .hero-art { width: min(570px, 100%); margin: auto; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div { border-bottom: 1px solid var(--line); }
  .section-heading, .process-head { grid-template-columns: 1fr; gap: 25px; }
  .urgency-grid { grid-template-columns: 1fr; gap: 65px; }
  .evidence-panel { width: min(560px, 100%); margin: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .cta-phone { justify-items: start; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 30px, 1180px); }
  .site-header { height: 76px; }.brand-mark { width: 38px; height: 38px; }.brand strong { font-size: 18px; }
  .header-phone > span { display: none; }.header-phone i { width: 40px; height: 40px; }
  .hero { padding-top: 50px; }.hero h1 { font-size: 51px; }.hero-copy > p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }.button-primary { width: 100%; }
  .hero-notes { flex-direction: column; gap: 9px; }
  .hero-art { height: 420px; margin-bottom: -25px; transform: scale(.82); transform-origin: top center; }
  .sun-disc { right: calc(50% - 215px); width: 430px; height: 430px; }.sun-rays { right: calc(50% - 235px); width: 470px; height: 470px; }
  .house { right: calc(50% - 180px); }.availability-card { left: -15px; }.rating-card { right: -15px; }
  .trust-strip { grid-template-columns: 1fr; }.trust-strip div { border-right: 0; }.trust-strip div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }.section-heading h2, .process-head h2, .urgency-copy h2, .final-cta h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; }.service-card { min-height: 310px; }
  .evidence-panel { height: 390px; }.evidence-ring { inset: 58px; }.label-two { right: 13px; }.label-one { left: 13px; }
  .steps-grid { grid-template-columns: 1fr; }.step-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }.step-card:last-child { border-bottom: 0; }.step-card h3 { margin-top: 35px; }
  .testimonial { grid-template-columns: 45px 1fr; padding: 30px 23px; }.testimonial > div { grid-column: 2; }.testimonial blockquote { font-size: 18px; }
  .final-cta { padding: 70px 0; }.cta-phone a { font-size: 22px; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; }.footer-brand { grid-column: auto; }.footer-bottom { flex-direction: column; }
  .legal-hero { padding: 60px 0 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
