@font-face {
  font-family: 'Google Sans';
  src: url('assets/fonts/GoogleSans-Latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --green-900: #073b24;
  --green-800: #0b4d2d;
  --green-700: #176b36;
  --green-500: #367d16;
  --lime: #b8e02a;
  --navy: #06294b;
  --ink: #17211b;
  --muted: #647068;
  --mist: #f3f7f0;
  --line: #dce6d8;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 59, 36, .14);
  --font: "Google Sans", Arial, Helvetica, sans-serif;
  --shell: calc(100% - 26px);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { margin: 0; padding-bottom: calc(60px + env(safe-area-inset-bottom)); color: var(--ink); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::selection { color: var(--green-900); background: var(--lime); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 15px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--green-900); line-height: 1.05; letter-spacing: -.035em; }
h1 { font-size: clamp(2.35rem, 12.5vw, 3.05rem); }
h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
h3 { font-size: 1.35rem; }
.section { padding-block: 46px; }
.section-sm { padding-block: 38px; }
.section-label { margin-bottom: 12px; color: var(--green-500); font-size: .77rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lead { color: var(--green-900); font-size: clamp(1.18rem, 2vw, 1.55rem); font-weight: 700; line-height: 1.4; }
.section-heading { display: grid; grid-template-columns: 1fr; align-items: end; gap: 16px; margin-bottom: 28px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 470px; margin-bottom: 7px; color: var(--muted); }
.section-heading--light h2 { color: var(--white); }
.section-heading--light > p { color: #c8d8cf; }
.results .section-label, .services .section-label, .paperwork .section-label, .figures .section-label { color: var(--lime); }

.site-header { position: sticky; z-index: 100; top: 0; background: var(--white); box-shadow: 0 6px 24px rgba(7, 59, 36, .08); }
.agency-bar { display: block; color: var(--white); background: var(--green-900); }
.agency-inner { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 2px; }
.agency-proof { display: flex; min-width: 0; align-items: center; gap: 3px; }
.agency-status { display: flex; min-width: 0; align-items: center; gap: 3px; font-size: .52rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.agency-check { display: grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--lime); }
.agency-copy-full { display: none; }
.agency-copy-short { display: inline; }
.agency-divider { width: 1px; height: 16px; flex: 0 0 auto; background: rgba(255,255,255,.28); }
.carrier-status { min-width: 0; color: var(--lime); font-size: .52rem; font-weight: 850; letter-spacing: .04em; line-height: 1.1; text-transform: uppercase; white-space: nowrap; }
.carrier-copy-full { display: none; }
.carrier-copy-full strong { color: var(--white); font-variant-numeric: tabular-nums; }
.carrier-copy-short { display: inline; color: var(--white); font-variant-numeric: tabular-nums; }
.social-list { display: flex; flex: 0 0 auto; align-items: center; gap: 0; }
.social-link { display: grid; min-width: 44px; min-height: 44px; place-items: center; color: var(--white); border-radius: 50%; text-decoration: none; transition: color .16s ease, background .16s ease, transform .16s ease; }
.social-link:hover { color: var(--green-900); background: var(--lime); transform: translateY(-1px); }
.social-icon-svg { width: 20px; height: 20px; fill: currentColor; }
.contact-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; min-height: 64px; align-items: center; gap: 12px; }
.brand { display: inline-flex; text-decoration: none; }
.brand img { width: min(160px, 100%); }
.opening-hours { display: none; align-items: center; gap: 13px; justify-self: end; }
.opening-hours p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.opening-hours small, .header-action small { color: var(--muted); font-size: .67rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.opening-hours strong { color: var(--green-900); font-size: .82rem; }
.opening-hours em { color: var(--muted); font-size: .72rem; font-style: normal; }
.header-icon { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--mist); font-size: 1.15rem; }
.header-action { display: none; min-height: 54px; align-items: center; gap: 11px; padding: 9px 14px; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; }
.header-action > span:last-child { display: flex; flex-direction: column; line-height: 1.2; }
.header-action strong { color: var(--green-900); font-size: .95rem; }
.header-action--whatsapp { color: var(--white); border-color: var(--green-700); background: var(--green-700); }
.header-action--whatsapp .header-icon { color: var(--green-900); background: var(--lime); }
.header-action--whatsapp small, .header-action--whatsapp strong { color: var(--white); }
.nav-row { display: none; color: var(--white); background: var(--green-800); }
.desktop-nav { display: none; min-height: 48px; align-items: center; justify-content: center; gap: clamp(22px, 4vw, 52px); }
.desktop-nav a { position: relative; display: flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; font-size: .78rem; font-weight: 800; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -13px; left: 0; height: 3px; background: var(--lime); transform: scaleX(0); transition: transform .16s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.menu-toggle { display: grid; width: 48px; height: 48px; padding: 12px; place-content: center; gap: 5px; border: 0; border-radius: 7px; background: var(--green-900); }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; background: var(--white); transition: transform .16s ease, opacity .16s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: block; max-height: 0; visibility: hidden; background: var(--white); overflow: hidden; transition: max-height .22s ease, visibility 0s linear .22s; }
.mobile-menu[data-open="true"] { max-height: 440px; visibility: visible; border-top: 1px solid var(--line); transition-delay: 0s; }
.mobile-menu nav { display: grid; padding-block: 9px 18px; }
.mobile-menu a { display: flex; min-height: 48px; align-items: center; padding: 8px 2px; color: var(--green-900); border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 800; text-decoration: none; }

.hero { position: relative; color: var(--white); background: linear-gradient(115deg, var(--green-900) 0%, #09512e 100%); overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -9vw; bottom: -18vw; width: 45vw; height: 45vw; border: 7vw solid rgba(184,224,42,.08); border-radius: 50%; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; min-height: auto; align-items: center; gap: 26px; padding-block: 30px 42px; }
.hero-copy h1 { margin-bottom: 18px; color: var(--white); text-wrap: balance; }
.eyebrow { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.eyebrow span { padding: 4px 8px; color: var(--green-900); border-radius: 99px; background: var(--lime); font-size: .58rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.hero-lead { max-width: 630px; margin-bottom: 22px; color: #dcece2; font-size: .98rem; line-height: 1.52; }
.hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; border: 0; border-radius: 7px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button:active, .menu-toggle:active, .mobile-actions a:active { transform: translateY(1px) scale(.98); }
.button--lime { color: var(--green-900); background: var(--lime); box-shadow: 0 15px 32px rgba(184,224,42,.15); }
.button--lime small { display: block; font-size: .55rem; text-transform: uppercase; letter-spacing: .04em; }
.button--lime strong { font-size: .88rem; white-space: nowrap; }
.button--outline { color: var(--white); border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.07); }
.button--navy { color: var(--white); background: var(--navy); }
.hero-actions .button { min-width: 0; padding-inline: 8px; font-size: .73rem; }
.hero-checks { display: flex; gap: 7px; margin: -4px -13px 0 0; padding: 0 13px 4px 0; color: #e0ece4; font-size: .68rem; font-weight: 800; list-style: none; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; }
.hero-checks::-webkit-scrollbar { display: none; }
.hero-checks li { display: flex; flex: 0 0 auto; align-items: center; padding: 6px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 99px; background: rgba(255,255,255,.07); scroll-snap-align: start; }
.hero-checks li::before { content: "✓"; display: inline-grid; width: 16px; height: 16px; margin-right: 6px; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--lime); }
.hero-compare { margin: 0; padding: 6px; border-radius: 11px; background: var(--white); box-shadow: var(--shadow); }
.hero-compare .compare { aspect-ratio: 4 / 3; }
.hero-compare figcaption { display: flex; align-items: center; justify-content: space-between; padding: 12px 8px 5px; color: var(--green-900); }
.hero-compare figcaption strong { font-size: .85rem; }
.hero-compare figcaption span { color: var(--muted); font-size: .72rem; }

.compare { --position: 52%; position: relative; aspect-ratio: 4 / 3; border-radius: 7px; background: #d8dfd8; overflow: hidden; }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-before { position: absolute; z-index: 2; inset: 0; clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.compare-label { position: absolute; z-index: 5; top: 16px; padding: 5px 10px; border-radius: 4px; font-size: .65rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.compare-label--before { left: 16px; color: var(--white); background: rgba(7,59,36,.88); }
.compare-label--after { right: 16px; color: var(--green-900); background: var(--lime); }
.compare-handle { position: absolute; z-index: 6; top: 0; bottom: 0; left: var(--position); width: 3px; background: var(--white); pointer-events: none; }
.compare-handle::before { content: ""; position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; border: 3px solid var(--white); border-radius: 50%; background: var(--green-800); box-shadow: 0 6px 18px rgba(0,0,0,.24); transform: translate(-50%,-50%); }
.compare-handle i { position: absolute; z-index: 1; top: 50%; color: var(--lime); font-style: normal; font-size: 1.4rem; font-weight: 900; transform: translateY(-54%); }
.compare-handle i:first-child { right: 7px; }
.compare-handle i:last-child { left: 7px; }
.compare input[type="range"] { position: absolute; z-index: 10; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }

.feature-strip { position: relative; z-index: 3; margin-top: -1px; background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 15px 40px rgba(7,59,36,.08); overflow: hidden; }
.feature-grid article { display: flex; min-height: 104px; align-items: flex-start; gap: 9px; padding: 14px 11px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article:nth-child(even) { border-right: 0; }
.feature-grid article:nth-last-child(-n + 2) { border-bottom: 0; }
.feature-icon { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--lime); font-size: .8rem; font-weight: 900; }
.feature-grid article div { display: flex; flex-direction: column; line-height: 1.25; }
.feature-grid strong { color: var(--green-900); font-size: .77rem; }
.feature-grid small { margin-top: 4px; color: var(--muted); font-size: .62rem; }

.same-day { background: var(--lime); }
.same-day-grid { display: grid; grid-template-columns: 1fr; align-items: center; gap: 28px; }
.same-day h2 { max-width: 780px; margin-bottom: 18px; font-size: clamp(2.1rem, 3.7vw, 3.8rem); }
.same-day p:not(.section-label) { max-width: 760px; margin-bottom: 0; color: rgba(7,59,36,.78); }
.same-day .section-label { color: var(--green-900); }
.cta-stack { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--green-900); font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 5px; }

.why { background: var(--mist); }
.why-grid { display: grid; grid-template-columns: 1fr; align-items: center; gap: 46px; }
.why-photo { position: relative; }
.why-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 10px; box-shadow: var(--shadow); }
.photo-badge { position: absolute; right: 14px; bottom: 18px; display: flex; flex-direction: column; padding: 15px 18px; color: var(--white); border-radius: 7px; background: var(--green-900); box-shadow: 0 15px 30px rgba(7,59,36,.2); }
.photo-badge strong { color: var(--lime); font-size: 1.1rem; }
.photo-badge span { font-size: .72rem; font-weight: 700; }
.why-copy h2 { margin-bottom: 23px; }
.why-copy > p:not(.section-label) { color: var(--muted); }
.tick-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.tick-list li { position: relative; padding-left: 25px; color: var(--green-900); font-size: .78rem; font-weight: 700; line-height: 1.4; }
.tick-list li::before { content: "✓"; position: absolute; top: 0; left: 0; display: grid; width: 20px; height: 20px; place-items: center; color: var(--white); border-radius: 50%; background: var(--green-500); font-size: .7rem; }

.results { color: var(--white); background: var(--green-900); }
.result-compare { margin: 0; }
.result-compare .compare { aspect-ratio: 4 / 3; border: 6px solid var(--white); border-radius: 10px; }
.result-compare figcaption { display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; gap: 16px; padding: 18px 5px 0; }
.result-compare figcaption > div { display: flex; flex-direction: column; }
.result-compare figcaption small { color: var(--lime); font-size: .69rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.result-compare figcaption strong { color: var(--white); font-size: 1.15rem; }

.one-call { background: var(--white); }
.one-call-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.one-call h2 { margin-bottom: 0; }
.one-call-grid > div:last-child > p:not(.lead) { color: var(--muted); }

.process { background: var(--mist); }
.process-layout { display: grid; grid-template-columns: 1fr; align-items: start; gap: 38px; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.process-steps li:first-child { padding-top: 0; }
.process-steps li > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--lime); font-size: 1rem; font-weight: 900; }
.process-steps strong { color: var(--green-900); font-size: 1.1rem; }
.process-steps p { margin: 5px 0 0; color: var(--muted); font-size: .88rem; }
.quote-form { padding: clamp(21px, 4vw, 45px); border-radius: 10px; background: var(--white); box-shadow: var(--shadow); }
.form-kicker { margin-bottom: 8px; color: var(--green-500); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.quote-form h3 { margin-bottom: 20px; font-size: clamp(1.65rem, 3vw, 2.7rem); }
.field-row { display: grid; grid-template-columns: 1fr; gap: 0; }
.quote-form label { display: grid; gap: 6px; margin-bottom: 11px; color: var(--green-900); font-size: .75rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); border: 1px solid #ccd8c8; border-radius: 6px; background: #fbfdfb; }
.quote-form textarea { min-height: 90px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--green-500); outline: 3px solid rgba(85,169,19,.16); }
.quote-form .button { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .69rem; text-align: center; }

.figures { color: var(--white); background: var(--navy); }
.figures-head { display: grid; grid-template-columns: 1fr; align-items: end; gap: 20px; margin-bottom: 32px; }
.figures-head h2 { margin-bottom: 0; color: var(--white); font-size: clamp(2.2rem, 4vw, 4rem); }
.figures-head > p { margin-bottom: 4px; color: #c4d2db; }
.stats-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.16); }
.stats-grid article { display: flex; min-height: 145px; flex-direction: column; justify-content: center; padding: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.stats-grid article:last-child { border-bottom: 0; }
.stats-grid strong { color: var(--lime); font-size: 3rem; line-height: 1; }
.stats-grid span { margin-top: 14px; color: var(--white); font-weight: 800; }
.stats-grid small { margin-top: 5px; color: #9fb0bc; font-size: .68rem; }

.accept { background: var(--white); }
.waste-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.waste-grid article { display: flex; min-height: 122px; flex-direction: column; justify-content: space-between; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: var(--mist); }
.waste-grid article > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--lime); font-size: 1.2rem; }
.waste-grid strong { color: var(--green-900); font-size: .92rem; }
.waste-cta { color: var(--white); border-color: var(--green-800) !important; background: var(--green-800) !important; }
.waste-cta strong { color: var(--white); }
.waste-cta a { display: inline-flex; min-height: 44px; align-items: center; color: var(--lime); font-size: .78rem; font-weight: 800; text-decoration: none; }

.services { color: var(--white); background: var(--green-800); }
.service-grid { display: flex; gap: 10px; margin-right: -13px; padding-right: 13px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.service-grid::-webkit-scrollbar { display: none; }
.service-grid article { display: flex; min-height: 330px; flex-direction: column; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: rgba(255,255,255,.055); }
.service-grid article { flex: 0 0 min(82vw, 300px); scroll-snap-align: start; }
.service-grid article > span { color: var(--lime); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.service-grid h3 { margin: 52px 0 17px; color: var(--white); font-size: 1.75rem; }
.service-grid p { color: #ceddd4; font-size: .87rem; }
.service-grid a { display: flex; min-height: 44px; align-items: center; margin-top: auto; color: var(--lime); font-size: .8rem; font-weight: 800; text-decoration: none; }

.gallery { background: var(--mist); }
.featured-work,
.work-reel { display: flex; gap: 12px; margin-right: -13px; padding: 2px 13px 16px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--green-500) transparent; }
.work-card,
.work-shot { flex: 0 0 auto; margin: 0; scroll-snap-align: start; background: var(--white); overflow: hidden; }
.work-card { width: min(88vw, 460px); border: 1px solid rgba(7,59,36,.1); border-radius: 10px; box-shadow: var(--shadow-soft); }
.work-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: contain; background: var(--green-900); }
.work-card figcaption { display: grid; gap: 3px; padding: 14px 16px 16px; color: var(--green-900); font-size: .85rem; font-weight: 850; }
.work-card figcaption span { color: var(--slate); font-size: .74rem; font-weight: 650; }
.work-reel-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin: 34px 0 14px; }
.work-reel-heading h3 { margin: 0; color: var(--green-900); font-size: clamp(1.25rem, 4vw, 1.8rem); }
.work-reel-heading p { margin: 0; color: var(--green-700); font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.work-shot { position: relative; width: min(72vw, 280px); aspect-ratio: 3 / 4; border-radius: 8px; background: var(--green-900); box-shadow: 0 12px 28px rgba(7,59,36,.1); }
.work-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.work-shot:hover img { transform: scale(1.025); }
.work-shot figcaption { position: absolute; right: 9px; bottom: 9px; left: 9px; padding: 8px 10px; color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: rgba(7,42,29,.84); font-size: .68rem; font-weight: 800; backdrop-filter: blur(8px); }

.tiktok-section { color: var(--white); background: var(--green-900); overflow: hidden; }
.tiktok-section .section-label { color: var(--lime); }
.tiktok-heading { display: grid; gap: 16px; margin-bottom: 30px; }
.tiktok-heading h2 { margin: 0; color: var(--white); }
.tiktok-heading > p { max-width: 620px; margin: 0; color: #c7d8ce; }
.tiktok-grid { display: flex; gap: 12px; margin-right: -13px; padding: 2px 13px 18px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--lime) transparent; }
.tiktok-card { display: flex; width: min(86vw, 360px); min-width: 300px; flex: 0 0 auto; flex-direction: column; scroll-snap-align: start; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: var(--white); box-shadow: 0 24px 56px rgba(0,0,0,.2); overflow: hidden; }
.tiktok-embed { display: block; width: 100%; aspect-ratio: 9 / 16; border: 0; color: var(--green-900); background: #111; }
.tiktok-fallback { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 10px 14px; color: var(--green-900); border-top: 1px solid var(--line); background: var(--mist); font-size: .76rem; font-weight: 850; text-decoration: none; }
.tiktok-fallback:hover { color: var(--green-700); background: #e8f1e3; }
.tiktok-profile-link { width: fit-content; margin-top: 22px; }

.faqs { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 1fr; gap: 36px; }
.faq-intro { position: static; align-self: start; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro > p:not(.section-label) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 20px; color: var(--green-900); font-size: 1rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--mist); transition: transform .18s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 48px 24px 0; color: var(--muted); }

.paperwork { color: var(--white); background: var(--green-900); }
.paperwork-head { max-width: 880px; margin-bottom: 30px; }
.paperwork-head h2 { margin-bottom: 22px; color: var(--white); }
.paperwork-head > p:not(.section-label) { max-width: 730px; color: #cadad0; }
.registration-proof { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; padding: 8px 11px; color: var(--white); border: 1px solid rgba(255,255,255,.18); border-radius: 5px; background: rgba(255,255,255,.07); font-size: .72rem; font-weight: 750; }
.registration-proof strong { color: var(--lime); font-variant-numeric: tabular-nums; letter-spacing: .04em; }
.paperwork-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.paperwork-grid article { min-height: 178px; padding: 16px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.paperwork-grid article > span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--lime); font-size: .85rem; font-weight: 900; }
.paperwork-grid h3 { margin: 20px 0 8px; color: var(--white); font-size: 1rem; line-height: 1.15; }
.paperwork-grid p { margin: 0; color: #c1d3c8; font-size: .74rem; line-height: 1.45; }

.contact { background: var(--lime); }
.contact-heading { max-width: 760px; margin-bottom: 30px; }
.contact-heading .section-label { color: var(--green-900); }
.contact-heading h2 { margin-bottom: 18px; }
.contact-heading > p:last-child { color: rgba(7,59,36,.78); }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.contact-card { display: flex; min-width: 0; min-height: 188px; flex-direction: column; padding: 16px; color: var(--white); border-radius: 9px; background: var(--green-900); text-decoration: none; }
.contact-card > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--green-900); border-radius: 50%; background: var(--lime); font-size: 1rem; font-weight: 900; }
.contact-card small { margin-top: 22px; color: #bcd0c3; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-card strong { margin-top: 3px; font-size: clamp(.92rem, 3.8vw, 1.4rem); overflow-wrap: anywhere; }
.contact-card em { margin-top: auto; color: #c9dbd0; font-size: .75rem; font-style: normal; }
.contact-card--green { background: var(--green-700); }
.contact-card--pending { color: var(--green-900); border: 1px solid rgba(7,59,36,.18); background: rgba(255,255,255,.48); }
.contact-card--pending small, .contact-card--pending em { color: rgba(7,59,36,.7); }

.site-footer { padding-block: 48px 22px; color: #c0d2c7; background: #042b1b; }
.footer-main { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 18px; }
.footer-main > div:first-child { grid-column: 1 / -1; }
.brand--footer img { width: 270px; }
.footer-main > div:first-child p { max-width: 400px; margin: 20px 0 0; font-size: .82rem; }
.footer-socials { display: flex; gap: 4px; margin-top: 18px; }
.footer-socials .social-link { color: var(--white); border: 1px solid rgba(255,255,255,.18); }
.footer-socials .social-link:hover { color: var(--green-900); border-color: var(--lime); }
.footer-main h3 { margin-bottom: 18px; color: var(--white); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-main a, .footer-main span { color: #c0d2c7; font-size: .79rem; text-decoration: none; }
.footer-main a { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; }
.footer-main a:hover { color: var(--lime); }
.footer-bottom { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; margin-top: 46px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.12); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.mobile-actions { position: fixed; z-index: 150; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: calc(60px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -8px 24px rgba(7,59,36,.2); }
.mobile-actions a { display: flex; min-height: 60px; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--green-900); font-weight: 900; text-decoration: none; }
.mobile-actions a:last-child { color: var(--green-900); background: var(--lime); }

@media (min-width: 700px) {
  :root { --shell: min(100% - 40px, 760px); }
  h1 { font-size: clamp(3.1rem, 7vw, 3.8rem); }
  h2 { font-size: clamp(2.5rem, 5.7vw, 3.2rem); }
  .section { padding-block: 72px; }
  .section-sm { padding-block: 56px; }
  .agency-copy-full, .carrier-copy-full { display: inline; }
  .agency-copy-short, .carrier-copy-short { display: none; }
  .agency-status { font-size: .73rem; }
  .carrier-status { font-size: .69rem; }
  .agency-check { width: 20px; height: 20px; }
  .social-list { gap: 2px; }
  .social-icon-svg { width: 21px; height: 21px; }
  .contact-header { min-height: 74px; }
  .brand img { width: 220px; }
  .hero-grid { gap: 38px; padding-block: 48px 58px; }
  .hero-actions { display: flex; flex-wrap: wrap; }
  .hero-actions .button { padding-inline: 19px; font-size: inherit; }
  .hero-checks { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-right: 0; padding-right: 0; overflow: visible; }
  .hero-checks li { padding: 0; border: 0; background: transparent; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
  .field-row, .stats-grid, .waste-grid, .paperwork-grid, .contact-cards { grid-template-columns: 1fr 1fr; }
  .field-row { gap: 14px; }
  .stats-grid article { border-right: 1px solid rgba(255,255,255,.16); }
  .stats-grid article:nth-child(even) { border-right: 0; }
  .featured-work { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-right: 0; padding-right: 0; overflow: visible; }
  .work-card { width: auto; }
  .work-reel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-right: 0; padding-right: 0; overflow: visible; }
  .work-shot { width: auto; }
  .tiktok-heading { grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); align-items: end; }
  .tiktok-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-right: 0; padding-right: 0; overflow: visible; }
  .tiktok-card { width: auto; min-width: 0; }
  .service-grid { display: grid; grid-template-columns: 1fr 1fr; margin-right: 0; padding-right: 0; overflow: visible; }
  .service-grid article { flex: initial; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: row; }
}

@media (min-width: 960px) {
  :root { --shell: min(1180px, calc(100% - 48px)); }
  html { scroll-padding-top: 156px; }
  body { padding-bottom: 0; }
  h1 { font-size: clamp(3.35rem, 5vw, 4.6rem); }
  h2 { font-size: clamp(2.8rem, 4vw, 3.8rem); }
  .section { padding-block: 88px; }
  .section-sm { padding-block: 64px; }
  .contact-header { grid-template-columns: 260px 1fr auto auto; min-height: 92px; gap: 20px; }
  .brand img { width: 255px; }
  .opening-hours, .header-action { display: flex; }
  .nav-row { display: block; }
  .desktop-nav { display: flex; }
  .menu-toggle, .mobile-menu { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; min-height: 620px; gap: 55px; }
  .hero-copy { grid-column: 1; grid-row: 1; align-self: end; }
  .hero-compare { grid-column: 2; grid-row: 1 / span 2; }
  .hero-checks { grid-column: 1; grid-row: 2; align-self: start; }
  .feature-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-grid article { border-right: 1px solid var(--line); border-bottom: 0; }
  .feature-grid article:nth-child(even) { border-right: 1px solid var(--line); }
  .feature-grid article:last-child { border-right: 0; }
  .same-day-grid { grid-template-columns: 1.35fr .65fr; gap: 70px; }
  .why-grid { grid-template-columns: .9fr 1.1fr; gap: 75px; }
  .why-photo img { aspect-ratio: 4 / 4.25; }
  .photo-badge { right: -25px; bottom: 30px; }
  .tick-list { grid-template-columns: 1fr 1fr; }
  .section-heading { grid-template-columns: 1.25fr .75fr; gap: 65px; }
  .result-compare .compare { aspect-ratio: 16 / 8; border-width: 8px; }
  .result-compare figcaption { flex-direction: row; align-items: center; padding-top: 22px; }
  .one-call-grid { grid-template-columns: .9fr 1.1fr; gap: 100px; }
  .process-layout { grid-template-columns: .8fr 1.2fr; gap: 65px; }
  .figures-head { grid-template-columns: 1fr .7fr; gap: 55px; }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .stats-grid article { min-height: 180px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
  .stats-grid article:last-child { border-right: 0; }
  .waste-grid { grid-template-columns: repeat(4, 1fr); }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .work-reel { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-flow: dense; }
  .work-reel-heading p { display: none; }
  .faq-grid { grid-template-columns: .7fr 1.3fr; gap: 90px; }
  .faq-intro { position: sticky; top: 180px; }
  .paperwork-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: 1.3fr .7fr .7fr .9fr; gap: 45px; }
  .footer-main > div:first-child { grid-column: auto; }
  .mobile-actions { display: none; }
}

@media (min-width: 1100px) {
  .contact-header { grid-template-columns: 275px 1fr auto auto; gap: clamp(18px, 3vw, 44px); }
  .brand img { width: 270px; }
  .hero-grid { gap: clamp(60px, 7vw, 90px); }
  .why-grid { gap: clamp(75px, 8vw, 105px); }
  .one-call-grid { gap: clamp(100px, 10vw, 140px); }
  .process-layout { gap: clamp(65px, 7vw, 90px); }
  .faq-grid { gap: clamp(90px, 9vw, 120px); }
  .footer-main { gap: 55px; }
}

@media (orientation: landscape) and (max-height: 500px) {
  html { scroll-padding-top: 58px; }
  .site-header { position: relative; }
  .agency-bar { display: none; }
  .contact-header { min-height: 58px; }
  .brand img { width: min(145px, 100%); }
  .hero-grid { padding-block: 26px 34px; }
  .mobile-actions, .mobile-actions a { min-height: 54px; }
}

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