:root {
--spc-green: #2d5e34;
--spc-green-dk: #1f4225;
--spc-green-lt: #3d7a45;
--spc-green-soft: #eef3ec;
--spc-black: #0a0a0a;
--spc-dark: #1a1a1a;
--spc-cream: #ffffff;
--spc-ink: #2f3a31;
--spc-mute: #6b7268;
--spc-line: #e7eae5;
--spc-focus: #2f7d3b;
--spc-accent: #9fd3a8;
--spc-max: 1140px;
--spc-radius: 12px;
--spc-radius-sm: 8px;
--spc-shadow-sm: 0 1px 3px rgba(20,30,20,.08), 0 1px 2px rgba(20,30,20,.04);
--spc-shadow-md: 0 10px 30px rgba(20,30,20,.10), 0 4px 10px rgba(20,30,20,.05);
--spc-shadow-lg: 0 22px 50px rgba(20,30,20,.16), 0 8px 18px rgba(20,30,20,.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font: 16px/1.7 "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: var(--spc-ink);
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: Roboto, Helvetica, Arial, sans-serif; font-weight: 700; line-height: 1.2; color: var(--spc-dark); margin: 0 0 .5em; letter-spacing: -.01em; }
.hero-content p, .page-hero p, .cta-head p { font-family: "Roboto Slab", "Times New Roman", serif; }
h1 { font-size: clamp(2.3rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.35rem); }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1rem; }
a { color: var(--spc-green); text-decoration: none; transition: color .15s; }
a:hover { color: var(--spc-green-lt); }
:focus-visible { outline: 3px solid var(--spc-focus); outline-offset: 2px; border-radius: 4px; }
.cta-section :focus-visible, .site-footer :focus-visible, .hero-content :focus-visible, .site-header:not(.is-stuck) :focus-visible { outline-color: var(--spc-accent); }
.container { max-width: var(--spc-max); margin: 0 auto; padding: 0 24px; }
.kicker {
display: inline-block; font-family: "Roboto", sans-serif; font-weight: 700;
font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
color: var(--spc-green); margin: 0 0 12px;
}
.skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link:focus, .skip-link:focus-visible {
position: fixed; top: 1rem; left: 1rem; width: auto; height: auto; padding: .65rem 1rem; clip: auto;
background: #fff !important; color: var(--spc-dark) !important;
font-weight: 700; border-radius: 6px; z-index: 10010;
outline: 3px solid var(--spc-focus); outline-offset: 2px;
}
.hero-wrap {
position: relative;
background: #1a2218 url('/assets/images/hero-mobile.webp?v=spc27') center/cover no-repeat;
color: #fff;
min-height: 560px;
display: flex; flex-direction: column;
}
@media (min-width: 760px) {
.hero-wrap { background-image: url('/assets/images/hero.webp?v=spc27'); }
}
.hero-wrap::before {
content: ""; position: absolute; inset: 0;
background:
radial-gradient(120% 90% at 50% 0%, rgba(0,0,0,.30) 0%, rgba(0,0,0,0) 55%),
linear-gradient(180deg, rgba(12,20,12,.55) 0%, rgba(12,20,12,.42) 38%, rgba(8,14,8,.78) 100%);
z-index: 1;
}
.hero-wrap > * { position: relative; z-index: 2; }
.site-header { padding: 20px 0; position: relative; z-index: 100; }
.site-header .container { display: flex; align-items: center; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; }
.brand img { width: 118px; height: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,.4)); }
.brand .logo--color { display: none; filter: none; }
.site-header.is-stuck {
position: fixed; top: 0; left: 0; right: 0;
background: #fff; box-shadow: var(--spc-shadow-md);
padding: 10px 0; z-index: 1000;
animation: headerDrop .22s ease;
}
@keyframes headerDrop { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.site-header.is-stuck .logo--white { display: none; }
.site-header.is-stuck .logo--color { display: block; }
.site-header.is-stuck .brand img { width: 96px; }
.site-header.is-stuck .nav a { color: var(--spc-dark); }
.site-header.is-stuck .nav a:hover,
.site-header.is-stuck .nav a.active { color: var(--spc-green); }
.site-header.is-stuck .nav a::after { background: var(--spc-green); }
.site-header.is-stuck .nav-toggle { background: #f2f5f0; border-color: #d3dacd; }
.site-header.is-stuck .nav-toggle:hover { background: #e7ede4; }
.site-header.is-stuck .nav-toggle .nav-toggle-bars,
.site-header.is-stuck .nav-toggle .nav-toggle-bars::before,
.site-header.is-stuck .nav-toggle .nav-toggle-bars::after { background: #233026; }
.site-header.is-stuck .nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav { margin-left: auto; }
.nav ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; flex-wrap: wrap; }
.nav a {
position: relative; color: #fff; text-decoration: none; padding: 10px 14px;
font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
border-radius: 6px; transition: color .15s, background .15s;
}
.nav a::after {
content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px;
background: var(--spc-accent); border-radius: 2px;
transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.nav a:hover { color: var(--spc-accent); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }
.nav a.active { color: var(--spc-accent); }
.nav-toggle {
display: none; background: rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.6);
width: 46px; height: 44px; border-radius: 8px; cursor: pointer; padding: 0;
position: relative; -webkit-appearance: none; appearance: none;
transition: background .15s, border-color .15s;
}
.nav-toggle:hover { background: rgba(0,0,0,.5); }
.nav-toggle .nav-toggle-bars {
position: absolute; display: block;
top: 50%; left: 50%;
width: 22px; height: 2.5px;
margin: -1.25px 0 0 -11px;
background: #fff; border-radius: 2px;
transition: background .15s;
}
.nav-toggle .nav-toggle-bars::before,
.nav-toggle .nav-toggle-bars::after {
content: ""; position: absolute; left: 0; right: 0;
height: 2.5px; background: #fff; border-radius: 2px;
transition: top .25s ease, transform .25s ease;
}
.nav-toggle .nav-toggle-bars::before { top: -7px; }
.nav-toggle .nav-toggle-bars::after  { top:  7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-bars::after  { top: 0; transform: rotate(-45deg); }
@media (max-width: 820px) {
.site-header { z-index: 1000; }
.site-header .container { position: relative; }
.nav-toggle { display: inline-block; margin-left: auto; }
.nav {
display: none;
position: absolute;
top: 100%; left: 24px; right: 24px;
margin-top: 10px;
background: #ffffff; border-radius: var(--spc-radius);
padding: 6px;
box-shadow: var(--spc-shadow-lg);
overflow: hidden;
z-index: 10001;
}
.nav.open { display: block; animation: navDrop .18s ease; }
@keyframes navDrop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }
.nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
.nav a {
display: block; padding: 14px 16px; font-size: 14px; border-radius: var(--spc-radius-sm);
color: #233026 !important; background: #fff; letter-spacing: .04em;
}
.nav a::after { display: none; }
.nav a:hover, .nav a.active {
color: var(--spc-green) !important; background: var(--spc-green-soft);
}
body.menu-open #bug-layer { opacity: .12; transition: opacity .2s ease; pointer-events: none; }
}
.hero-content {
flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
text-align: center; padding: 64px 24px 84px;
}
.hero-eyebrow {
display: inline-flex; align-items: center; gap: 8px;
background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28);
color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
padding: 7px 16px; border-radius: 999px; margin-bottom: 22px; backdrop-filter: blur(4px);
}
.hero-eyebrow svg { width: 14px; height: 14px; }
.hero-content h1 { color: #fff; margin: 0 0 16px; font-weight: 700; letter-spacing: -.01em; font-size: 2.5rem; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
@media (min-width: 760px) { .hero-content h1 { font-size: 3.4rem; } }
.hero-content p { font-size: 1.08rem; max-width: 50ch; margin: 0 auto 30px; opacity: .94; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; align-items: center; }
.hero-phone { color: #fff; font-weight: 700; font-size: 1.05rem; display: inline-flex; align-items: center; gap: 8px; }
.hero-phone svg { width: 18px; height: 18px; }
.hero-phone a { color: #fff; }
.hero-phone a:hover { color: var(--spc-accent); }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 9px;
padding: 14px 30px; font-weight: 700; text-transform: uppercase;
letter-spacing: .06em; font-size: 12.5px; text-decoration: none;
border-radius: 999px; border: 0; cursor: pointer;
transition: background .15s, transform .15s, box-shadow .15s, color .15s;
}
.btn svg { width: 16px; height: 16px; }
.btn--green { background: var(--spc-green); color: #fff !important; box-shadow: 0 8px 20px rgba(45,94,52,.32); }
.btn--green:hover { background: var(--spc-green-lt); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(45,94,52,.4); }
.btn--green:active { transform: translateY(0); box-shadow: 0 6px 14px rgba(45,94,52,.3); }
.btn--outline { background: transparent; color: #fff !important; border: 1.5px solid rgba(255,255,255,.7); }
.btn--outline:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }
.btn--block { width: 100%; }
.page-hero {
background: #1a2218 url('/assets/images/hero.webp?v=spc27') center/cover no-repeat;
position: relative; color: #fff; padding: 60px 0; text-align: center;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.6); }
.page-hero > * { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; margin: 0; }
.page-hero p { opacity: .9; margin: 8px 0 0; }
.page-hero .container { position: relative; z-index: 2; }
.page-hero-header { position: absolute; top: 0; left: 0; right: 0; z-index: 3; }
section { padding: 84px 0; }
.section--alt { background: #f7f9f6; }
.section--dark { background: #111; color: #ccc; }
.section--dark h2 { color: #fff; }
.about-head { text-align: center; margin-bottom: 18px; }
.about-head .kicker { margin-bottom: 10px; }
.about-head h2 { margin: 0 0 18px; }
.about-intro { max-width: 760px; margin: 0 auto 44px; text-align: center; color: var(--spc-mute); font-size: 1.05rem; }
.about-bullets {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
max-width: 1000px; margin: 0 auto 36px;
}
.about-bullets ul { list-style: none; margin: 0; padding: 0; }
.about-bullets li {
position: relative; padding: 12px 16px 12px 44px; margin-bottom: 8px;
color: var(--spc-ink); font-size: 14.5px; background: var(--spc-green-soft);
border-radius: var(--spc-radius-sm); line-height: 1.45;
}
.about-bullets li::before {
content: ""; position: absolute; left: 16px; top: 50%; margin-top: -8px;
width: 16px; height: 16px;
background: var(--spc-green);
-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6L9 17l-5-5' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
}
@media (max-width: 720px) { .about-bullets { grid-template-columns: 1fr; gap: 0; } }
.center-btn { text-align: center; margin-top: 30px; }
.services-head { text-align: center; margin-bottom: 44px; }
.services-head .kicker { margin-bottom: 10px; }
.services-row {
display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
max-width: 1080px; margin: 0 auto;
}
.service-col {
text-align: center; padding: 38px 28px;
background: #fff; border: 1px solid var(--spc-line); border-radius: var(--spc-radius);
box-shadow: var(--spc-shadow-sm);
transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-col:hover { transform: translateY(-6px); box-shadow: var(--spc-shadow-md); border-color: #d7ded2; }
.service-icon {
width: 64px; height: 64px; margin: 0 auto 20px;
display: flex; align-items: center; justify-content: center;
background: var(--spc-green-soft); color: var(--spc-green); border-radius: 50%;
}
.service-icon svg { width: 30px; height: 30px; }
.service-col h3 { color: var(--spc-dark); margin: 0 0 12px; font-size: 1.2rem; }
.service-col p { color: var(--spc-mute); font-size: 14.5px; line-height: 1.7; margin: 0; }
@media (max-width: 760px) { .services-row { grid-template-columns: 1fr; gap: 20px; } }
.map-embed {
display: block; width: 100%; height: 440px; border: 0;
border-radius: var(--spc-radius); box-shadow: var(--spc-shadow-md);
background: var(--spc-green-soft);
}
@media (max-width: 760px) { .map-embed { height: 320px; } }
.cta-section { background: #0d130d; color: #d6dbd4; padding: 88px 0; position: relative; }
.cta-section::before {
content: ""; position: absolute; inset: 0; pointer-events: none;
background: radial-gradient(80% 60% at 80% 0%, rgba(61,122,69,.22) 0%, rgba(61,122,69,0) 60%);
}
.cta-section .container { position: relative; }
.cta-head { margin-bottom: 40px; text-align: center; }
.cta-head .kicker { color: var(--spc-accent); }
.cta-head h2 { color: #fff; margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 2.2rem); }
.cta-head p { margin: 0 auto; color: #aab4a6; max-width: 56ch; }
.cta-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: start; }
@media (max-width: 800px) { .cta-layout { grid-template-columns: 1fr; gap: 32px; } }
.cta-info { min-width: 0; overflow-wrap: anywhere;
background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.10);
border-radius: var(--spc-radius); padding: 30px 28px;
}
.cta-info .info-block { margin-bottom: 26px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.10); }
.cta-info .info-label {
display: flex; align-items: center; gap: 10px;
color: #9fb39d; font-weight: 600; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px;
}
.cta-info .info-label svg { width: 16px; height: 16px; color: var(--spc-accent); }
.cta-info .info-value { color: #fff; font-size: 1.5rem; font-family: "Roboto Slab", serif; font-weight: 700; }
.cta-info .info-value a { color: #fff; }
.cta-info .info-value a:hover { color: var(--spc-accent); }
.cta-info h3 {
color: #fff; font-size: 1.05rem; margin: 0 0 14px;
display: flex; align-items: center; gap: 10px;
}
.cta-info h3 svg { width: 18px; height: 18px; color: var(--spc-accent); }
.pest-list { list-style: none; margin: 0 0 26px; padding: 0; columns: 2; column-gap: 20px; }
.pest-list li { padding: 4px 0 4px 20px; color: #c2cabf; font-size: 14px; position: relative; break-inside: avoid; }
.pest-list li::before { content: ""; position: absolute; left: 0; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--spc-accent); }
.form-card { background: #fff; color: var(--spc-ink); border-radius: var(--spc-radius); overflow: hidden; box-shadow: var(--spc-shadow-lg); }
.form-card-head { background: var(--spc-green); color: #fff; padding: 13px 20px; text-align: center; font-weight: 700; font-size: 16px; letter-spacing: .02em; font-family: "Roboto Slab", serif; }
.form-body { padding: 20px 20px 18px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 12px; }
.form-body > .hp, .field--full, .form-submit, .form-msg { grid-column: 1 / -1; }
.field { margin-bottom: 12px; }
.field label { display: block; font-size: 12.5px; color: #56604f; margin-bottom: 6px; font-weight: 600; letter-spacing: .02em; }
.field input, .field select, .field textarea {
width: 100%; font: inherit; font-size: 14.5px; padding: 8px 12px;
border: 1.5px solid #dde1d8; border-radius: var(--spc-radius-sm); background: #fbfcfa;
transition: border-color .15s, box-shadow .15s, background .15s;
}
.field textarea { min-height: 76px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
outline: none; border-color: var(--spc-green); background: #fff;
box-shadow: 0 0 0 3px rgba(45,94,52,.14);
}
.radio-row { display: flex; gap: 12px; padding-top: 2px; }
.radio-row label {
display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: #44503f; font-weight: 500; cursor: pointer;
flex: 1; padding: 7px 12px; border: 1.5px solid #dde1d8; border-radius: var(--spc-radius-sm); background: #fbfcfa;
transition: border-color .15s, background .15s;
}
.radio-row label:hover { border-color: #c4cdba; }
.radio-row input { width: auto; margin: 0; accent-color: var(--spc-green); }
.radio-row input:checked + * , .radio-row label:has(input:checked) { border-color: var(--spc-green); background: var(--spc-green-soft); }
.hp { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-msg { padding: 12px 16px; border-radius: var(--spc-radius-sm); margin-top: 14px; font-size: 13.5px; display: none; }
.form-msg.ok { background: #e6f1d8; color: #355c0c; display: block; }
.form-msg.err { background: #fbe2e2; color: #7c1d1d; display: block; }
.form-submit { margin-top: 10px; }
.form-submit .btn { width: 100%; }
section[id], #payment-email { scroll-margin-top: 96px; }
.payment-email { margin-bottom: 26px; }
.payment-email .js-em-txt { font-weight: 600; letter-spacing: .2px; overflow-wrap: anywhere; word-break: break-word; font-size: clamp(0.95rem, 4.3vw, 1.5rem); }
.footer-credit { font-size: .82rem; color: #9aa395; margin-top: 14px; }
.footer-credit a { color: #c9d3c4; text-decoration: underline; text-underline-offset: 2px; }
.footer-credit a:hover { color: var(--spc-accent); }
.ty-section { text-align: center; padding: 110px 0; }
.ty-icon { width: 72px; height: 72px; margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; background: var(--spc-green-soft); color: var(--spc-green); border-radius: 50%; }
.ty-icon svg { width: 34px; height: 34px; }
.ty-section p { max-width: 54ch; margin: 0 auto 28px; color: var(--spc-mute); }
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--spc-line); border-radius: var(--spc-radius); margin: 0; padding: 0 22px; box-shadow: var(--spc-shadow-sm); transition: box-shadow .15s, border-color .15s; }
.faq-item[open] { border-color: #d7ded2; box-shadow: var(--spc-shadow-md); }
.faq-item summary {
cursor: pointer; padding: 20px 0; font-weight: 700; color: var(--spc-dark);
display: flex; justify-content: space-between; align-items: center; gap: 14px;
list-style: none; font-size: 1.02rem; font-family: "Roboto Slab", serif;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; color: var(--spc-green); font-weight: 400; transition: transform .2s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--spc-green); }
.faq-item .answer { padding: 0 0 22px; color: var(--spc-mute); }
.site-footer { background: #0d130d; color: #9aa395; padding: 48px 0 28px; text-align: center; border-top: 3px solid var(--spc-green); }
.site-footer .brand { justify-content: center; margin-bottom: 22px; }
.site-footer .brand img { width: 130px; }
.site-footer ul { list-style: none; display: flex; gap: 28px; justify-content: center; margin: 0 0 24px; padding: 0; flex-wrap: wrap; }
.site-footer a { color: #cdd4c8; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
.site-footer a:hover { color: var(--spc-accent); }
.footer-contact { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; font-size: 14px; }
.footer-contact a { color: #fff; text-transform: none; letter-spacing: normal; font-weight: 500; display: inline-flex; align-items: center; gap: 8px; }
.footer-contact svg { width: 15px; height: 15px; color: var(--spc-accent); }
.site-footer .copyright { font-size: 12px; margin-top: 6px; color: #9aa395; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }
#bug-layer { position: fixed; inset: 0; pointer-events: none; z-index: 9999; overflow: hidden; }
body.spray-near, body.spray-near * {
cursor: url('/assets/images/spraycan.png?v=spc27') 16 16, crosshair !important;
}
.bug { position: absolute; pointer-events: auto;
cursor: url('/assets/images/spraycan.png?v=spc27') 16 16, crosshair;
transform-origin: center; will-change: transform, opacity;
background-repeat: no-repeat; background-position: 0 0;
image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges;
filter: drop-shadow(0 2px 2px rgba(0,0,0,.35)); transition: opacity .2s; }
.bug--spider { background-image: url('/assets/images/spider-sprite.png?v=spc27'); }
.bug--fly    { background-image: url('/assets/images/fly-sprite.png?v=spc27'); }
.bug.dying { pointer-events: none;
filter: drop-shadow(0 2px 2px rgba(0,0,0,.45)) saturate(.7) brightness(.85); }
.spray-mist {
position: absolute; pointer-events: none;
width: 60px; height: 60px; border-radius: 50%;
background: radial-gradient(circle, rgba(159,211,168,.6) 0%, rgba(159,211,168,0) 70%);
transform: translate(-50%, -50%) scale(.2);
animation: mist 600ms ease-out forwards;
}
@keyframes mist {
0%   { transform: translate(-50%, -50%) scale(.2); opacity: 0; }
20%  { opacity: 1; }
100% { transform: translate(-50%, -50%) scale(2.6); opacity: 0; }
}
@media (max-width: 760px) {
.container { padding: 0 18px; }
section { padding: 56px 0; }
.hero-wrap { min-height: 480px; }
.hero-content { padding: 40px 18px 56px; }
.hero-content h1 { font-size: 2rem; }
.hero-content p { font-size: 1rem; }
.about-intro { font-size: 1rem; padding: 0 4px; }
.cta-section { padding: 56px 0; }
.cta-info { min-width: 0; overflow-wrap: anywhere; padding: 24px 20px; }
.pest-list { columns: 1; }
.form-body { padding: 22px 18px; }
.site-footer ul { gap: 16px; }
.brand img { width: 96px; }
}
@media (max-width: 420px) {
.container { padding: 0 14px; }
.hero-content h1 { font-size: 1.7rem; }
.btn { padding: 13px 24px; font-size: 11.5px; }
.radio-row { flex-direction: column; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
#bug-layer { display: none; }
.btn, .service-col, .nav a::after { transition: none; }
.btn:hover, .service-col:hover { transform: none; }
.site-header.is-stuck { animation: none; }
html { scroll-behavior: auto; }
}
.egg-overlay {
position: fixed;
inset: 0;
z-index: 10060;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(10, 20, 10, .72);
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
animation: egg-fade .25s ease;
}
.egg-card {
background: var(--spc-cream);
color: var(--spc-ink);
width: 100%;
max-width: 440px;
border-radius: var(--spc-radius);
border-top: 6px solid var(--spc-green);
box-shadow: var(--spc-shadow-lg);
padding: 34px 30px 30px;
text-align: center;
animation: egg-pop .35s cubic-bezier(.2, .9, .3, 1.3);
}
.egg-emoji { font-size: 48px; line-height: 1; margin-bottom: 6px; }
.egg-card h2 { margin: 0 0 12px; font-size: 26px; color: var(--spc-green); }
.egg-card p { margin: 0 0 14px; line-height: 1.55; }
.egg-card .egg-sub { font-size: 14px; color: var(--spc-mute); }
.egg-card .egg-close { margin-top: 6px; cursor: pointer; }
@keyframes egg-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes egg-pop {
from { opacity: 0; transform: translateY(12px) scale(.96); }
to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
.egg-overlay, .egg-card { animation: none; }
}
@media (max-width: 560px) {
.form-body { grid-template-columns: 1fr; }
}