:root {
  --forest: #4b5130;
  --forest-deep: #242718;
  --lime: #c8aa5a;
  --cream: #e9dfc2;
  --dirt: #66533a;
  --ink: #242316;
  --muted: #6b6657;
  --line: #c8bda0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; color: var(--ink); background: var(--cream);
  font-family: "Roboto Slab", Georgia, serif;
  background-image: radial-gradient(rgba(62,52,34,.08) .8px, transparent .8px);
  background-size: 4px 4px;
}
.services,
.why,
.process,
.contact,
.area-services,
.area-why,
.area-faq,
footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}
a { color: inherit; text-decoration: none; }
em { font-family: "Black Ops One", Impact, sans-serif; font-style: normal; font-weight: 400; }

.site-header {
  height: 84px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 76px); background: var(--forest-deep); color: white;
  border-bottom: 1px solid rgba(200,170,90,.4); position: relative; z-index: 20;
  box-shadow: 0 3px 0 #14170d;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { font-family: "Black Ops One", Impact, sans-serif; font-size: 25px; letter-spacing: 0; color: var(--lime); border-right: 1px solid rgba(200,170,90,.45); padding-right: 13px; }
.brand-name { font-family: "Oswald", Arial, sans-serif; font-size: 10px; text-transform: uppercase; font-weight: 600; letter-spacing: .12em; line-height: 1.35; }
nav { display: flex; gap: 34px; font-family: "Oswald", Arial, sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: rgba(255,255,255,.75); }
nav a:hover { color: var(--lime); }
.header-cta { font-family: "Oswald", Arial, sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--lime); }

.hero {
  min-height: 780px;
  background:
    linear-gradient(90deg, rgba(24,27,16,.94) 0%, rgba(31,34,20,.85) 42%, rgba(35,37,22,.42) 100%),
    url("/hero-background.webp") center top / 100% auto no-repeat,
    #292b1b;
  color: white; position: relative;
  overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; padding: 100px clamp(24px, 7vw, 110px) 130px;
}
.hero:after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22;
  background-image: radial-gradient(#d8cba5 0.5px, transparent 0.8px), radial-gradient(#15170e 0.5px, transparent 0.8px);
  background-size: 5px 5px, 7px 7px; background-position: 0 0, 2px 3px; mix-blend-mode: overlay;
}
.hero-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(200,170,90,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(200,170,90,.18) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.flag-field { display: none; }
.flag-stars { position: absolute; left: -1%; top: 13%; width: 38%; height: 42%; padding: 30px; color: #eee4c9; font-family: Georgia, serif; font-size: clamp(18px, 2.2vw, 34px); letter-spacing: .28em; line-height: 1.7; background: #2e3826; }
.flag-stripes { position: absolute; inset: 0; background: repeating-linear-gradient(to bottom, rgba(232,221,190,.85) 0 7.7%, rgba(55,54,36,.1) 7.7% 15.4%); }
.hero-copy { position: relative; z-index: 3; max-width: 750px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: "Oswald", Arial, sans-serif; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--lime); margin: 0 0 24px; }
.eyebrow > span { width: 26px; height: 2px; background: currentColor; }
h1, h2 { font-family: "Oswald", Arial, sans-serif; text-transform: uppercase; font-size: clamp(55px, 6.4vw, 96px); letter-spacing: -.035em; line-height: .91; margin: 0; font-weight: 700; }
h1 em { color: var(--lime); }
.veteran-badge { width: fit-content; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(200,170,90,.65); background: rgba(30,31,18,.7); padding: 10px 16px 10px 11px; margin-bottom: 26px; box-shadow: inset 0 0 0 3px rgba(200,170,90,.1); }
.badge-star { display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest-deep); background: var(--lime); font-size: 21px; clip-path: polygon(50% 0,61% 34%,98% 35%,68% 57%,79% 93%,50% 72%,21% 93%,32% 57%,2% 35%,39% 34%); }
.veteran-badge p { margin: 0; display: flex; flex-direction: column; }
.veteran-badge strong { font-family: "Black Ops One", Impact, sans-serif; font-size: 15px; color: var(--cream); text-transform: uppercase; letter-spacing: .05em; }
.veteran-badge small { font-family: "Oswald", Arial, sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; color: var(--lime); margin-top: 3px; }
.hero-intro { color: rgba(255,255,255,.72); max-width: 610px; font-size: 17px; line-height: 1.7; margin: 30px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 24px; min-width: 220px; padding: 18px 20px; font-family: "Oswald", Arial, sans-serif; font-size: 12px; text-transform: uppercase; font-weight: 700; letter-spacing: .08em; transition: transform .2s; border: 1px solid #e1c875; box-shadow: inset 0 0 0 3px rgba(36,39,24,.14), 4px 4px 0 #17190e; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--lime); color: var(--forest-deep); }
.button span { font-size: 18px; }
.text-link { font-family: "Oswald", Arial, sans-serif; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 600; color: rgba(255,255,255,.8); }
.text-link span { color: var(--lime); margin-left: 8px; }

.hero-visual { display: none; }
.sun { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: #b89a4d; opacity: .73; top: 75px; right: 15%; }
.ground { position: absolute; width: 130%; left: -10%; border-radius: 50% 50% 0 0; transform: rotate(-4deg); }
.ground-one { height: 49%; bottom: -18%; background: #235236; }
.ground-two { height: 32%; bottom: -15%; background: var(--forest-deep); }
.tree { position: absolute; bottom: 24%; width: 20px; background: #0b291b; transform-origin: bottom; }
.tree:before, .tree i { content: ""; display: block; position: absolute; border-radius: 50%; background: #123622; }
.tree:before { width: 170px; height: 150px; left: -75px; top: -95px; }
.tree i:nth-child(1) { width: 105px; height: 130px; left: -95px; top: -50px; }
.tree i:nth-child(2) { width: 120px; height: 120px; left: 15px; top: -38px; }
.tree i:nth-child(3) { width: 105px; height: 100px; left: -45px; top: -130px; }
.tree-back { height: 270px; right: 13%; opacity: .7; transform: scale(.7); }
.tree-front { height: 370px; right: 48%; transform: scale(1.15); }
.machine { position: absolute; right: 4%; bottom: 18%; width: 280px; height: 210px; filter: grayscale(.25) sepia(.25) drop-shadow(0 15px 8px rgba(0,0,0,.25)); }
.cab { position: absolute; width: 94px; height: 100px; background: #d7a834; right: 75px; bottom: 47px; clip-path: polygon(20% 0, 83% 0, 100% 100%, 0 100%); border: 10px solid #e8b943; }
.cab:after { content: ""; position: absolute; inset: 7px 12px 24px 11px; background: #183427; clip-path: polygon(15% 0, 90% 0, 100% 100%, 0 100%); }
.track { position: absolute; width: 180px; height: 47px; background: #17231b; right: 22px; bottom: 8px; border: 9px solid #26372b; border-radius: 25px; }
.arm { position: absolute; width: 200px; height: 18px; background: #e8b943; right: 130px; bottom: 118px; transform: rotate(-29deg); transform-origin: right; }
.bucket { position: absolute; width: 58px; height: 42px; background: #c8962c; left: -18px; top: 52px; clip-path: polygon(0 0,100% 20%,75% 100%,15% 80%); }
.hero-proof { position: absolute; z-index: 5; left: clamp(24px, 7vw, 110px); bottom: 28px; display: flex; gap: 60px; }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { color: white; font-size: 13px; }
.hero-proof span { color: rgba(255,255,255,.46); font-size: 11px; }

.intro-band { min-height: 58px; background: var(--lime); color: var(--forest-deep); display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3.5vw, 58px); font-family: "Oswald", Arial, sans-serif; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 700; border-block: 4px double #2b2d1b; }
.intro-band span { opacity: .5; }
.section { padding: 78px clamp(24px, 7vw, 110px); }
.answer-about {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 72px;
  text-align: center;
}
.answer-about .answer-label {
  margin: 0 0 22px;
  color: var(--forest);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.answer-about h2 {
  max-width: 890px;
  margin: 0 auto 28px;
  color: var(--forest-deep);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -.025em;
  text-transform: none;
}
.answer-about > p:last-child {
  max-width: 880px;
  margin: 0 auto;
  color: var(--muted);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 17px;
  line-height: 1.85;
}
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 65px; }
.eyebrow.dark { color: var(--forest); }
.section-heading h2, .process h2 { color: var(--forest-deep); font-size: clamp(50px, 5.2vw, 78px); }
.section-heading h2 em, .process h2 em { color: #6d7c42; }
.section-heading > p { color: var(--muted); line-height: 1.75; font-size: 16px; max-width: 540px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { padding: 34px; min-height: 350px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; transition: background .2s, transform .2s; }
.service-card:hover { background: #ebe8dc; transform: translateY(-3px); }
.service-number { color: #98a098; font-size: 11px; }
.service-icon { height: 70px; margin: 5px 0 15px; display: flex; align-items: end; gap: 5px; }
.service-icon span { display: block; width: 18px; background: var(--forest); border-radius: 50% 50% 3px 3px; }
.service-icon span:nth-child(1) { height: 35px; transform: rotate(-15deg); }
.service-icon span:nth-child(2) { height: 58px; }
.service-icon span:nth-child(3) { height: 42px; transform: rotate(14deg); }
.service-card h3 { font-family: "Oswald", Arial, sans-serif; text-transform: uppercase; font-size: 22px; color: var(--forest-deep); margin: 0 0 13px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a { position: absolute; bottom: 30px; left: 34px; right: 34px; color: var(--forest); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; display: flex; justify-content: space-between; }

.why { background: linear-gradient(135deg, #41462a, #2f321e); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.why-art { min-height: 600px; background: #5a5036; position: relative; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(200,170,90,.35); }
.ring { position: absolute; border: 1px solid rgba(215,239,90,.2); border-radius: 50%; }
.ring-one { width: 460px; height: 460px; }
.ring-two { width: 650px; height: 650px; }
.why-art > p { position: absolute; bottom: 38px; left: 44px; color: var(--lime); font-family: "Black Ops One", Impact, sans-serif; font-size: 50px; font-weight: 400; letter-spacing: 0; }
.big-tree { position: relative; width: 28px; height: 310px; background: #102f20; margin-top: 80px; }
.big-tree span, .big-tree i { position: absolute; display: block; background: #0d321f; border-radius: 50%; }
.big-tree span { width: 230px; height: 220px; left: -100px; top: -80px; }
.big-tree i:nth-of-type(1) { width: 160px; height: 180px; left: -145px; top: -20px; }
.big-tree i:nth-of-type(2) { width: 170px; height: 180px; left: 15px; top: -10px; }
.big-tree i:nth-of-type(3) { width: 145px; height: 145px; left: -85px; top: -150px; }
.big-tree i:nth-of-type(4) { width: 120px; height: 120px; left: 10px; top: -110px; }
.why-copy h2, .contact h2 { font-size: clamp(48px, 5vw, 76px); }
.why-copy h2 em, .contact h2 em { color: var(--lime); }
.why-lead { color: rgba(255,255,255,.68); line-height: 1.75; margin: 30px 0 40px; font-size: 16px; }
.check-list > div { padding: 21px 0; border-top: 1px solid rgba(255,255,255,.17); }
.check-list p { margin: 0; display: flex; flex-direction: column; gap: 6px; }
.check-list strong { font-size: 14px; }
.check-list span { color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.5; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 160px); }
.process-list article { padding: 27px 0; border-top: 1px solid var(--line); }
.process-list h3 { margin: 0 0 10px; color: var(--forest-deep); font-family: "Oswald", Arial, sans-serif; text-transform: uppercase; font-size: 22px; }
.process-list p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }

.area-hero {
  min-height: 720px;
  padding: 96px clamp(24px, 7vw, 110px) 110px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(23,25,14,.96) 0%, rgba(35,38,22,.88) 48%, rgba(39,41,24,.3) 100%),
    url("/hero-background.webp") center top / cover no-repeat;
}
.area-hero:after {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .2;
  background-image: radial-gradient(#d8cba5 .5px, transparent .8px);
  background-size: 5px 5px; mix-blend-mode: overlay;
}
.area-hero-copy { width: min(760px, 70%); position: relative; z-index: 2; }
.pricing-promise {
  display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px;
  width: fit-content; max-width: 720px; margin-bottom: 18px; padding: 12px 16px;
  border: 1px solid var(--lime); background: rgba(25,29,16,.88);
}
.pricing-promise strong { color: var(--lime); font-family: "Oswald", Arial, sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; }
.pricing-promise span { color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.5; }
.area-hero h1 { font-size: clamp(56px, 6vw, 91px); }
.area-hero h1 em { color: var(--lime); }
.area-answer {
  max-width: 1080px; margin: 0 auto; text-align: center;
}
.area-answer .answer-label {
  color: var(--forest); font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
}
.area-answer h2 {
  max-width: 850px; margin: 18px auto 25px; color: var(--forest-deep);
  font-family: "Roboto Slab", Georgia, serif; font-size: clamp(28px, 3vw, 42px);
  font-weight: 600; line-height: 1.3; letter-spacing: -.025em; text-transform: none;
}
.area-answer > p:last-child {
  max-width: 880px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.85;
}
.area-services { background: #ded4b9; }
.area-section-heading { margin-bottom: 58px; }
.area-section-heading h2 { color: var(--forest-deep); font-size: clamp(48px, 5vw, 76px); }
.area-section-heading h2 em { color: var(--forest); }
.area-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ada286; border-left: 1px solid #ada286; }
.area-service-grid article { min-height: 245px; padding: 34px; border-right: 1px solid #ada286; border-bottom: 1px solid #ada286; position: relative; overflow: hidden; }
.area-service-grid h3 { margin: 8px 0 12px; color: var(--forest-deep); font-family: "Oswald", Arial, sans-serif; font-size: 24px; text-transform: uppercase; position: relative; z-index: 2; }
.area-service-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.area-service-grid .photo-service-card {
  min-height: 300px;
  background-color: var(--forest-deep);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.area-service-grid .spider-lift-card { background-image: linear-gradient(180deg, rgba(25,29,16,.35), rgba(18,21,12,.92)), url("/spider-lift-card.webp"); }
.area-service-grid .hazardous-removal-card { background-image: linear-gradient(180deg, rgba(25,29,16,.25), rgba(18,21,12,.94)), url("/hazardous-removal-card.webp"); }
.area-service-grid .dead-decaying-card { background-image: linear-gradient(180deg, rgba(25,29,16,.2), rgba(18,21,12,.94)), url("/dead-decaying-card.webp"); background-position: center 35%; }
.area-service-grid .storm-cleanup-card { background-image: linear-gradient(180deg, rgba(25,29,16,.2), rgba(18,21,12,.94)), url("/storm-cleanup-card.webp"); }
.area-service-grid .evaluation-quote-card { background-image: linear-gradient(180deg, rgba(25,29,16,.25), rgba(18,21,12,.95)), url("/evaluation-quote-card.webp"); background-position: center 42%; }
.area-service-grid .property-clearance-card { background-image: linear-gradient(180deg, rgba(25,29,16,.2), rgba(18,21,12,.92)), url("/property-clearance-card.webp"); }
.area-service-grid .photo-service-card h3,
.area-service-grid .photo-service-card p { max-width: 100%; position: relative; z-index: 2; color: var(--cream); }
.area-service-grid .photo-service-card h3 { color: var(--lime); }
.area-why { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(55px, 9vw, 140px); color: white; background: linear-gradient(135deg, #41462a, #292c1a); }
.area-why h2 { font-size: clamp(48px, 5vw, 76px); }
.area-why h2 em { color: var(--lime); }
.area-why-list article { padding: 23px 0; border-top: 1px solid rgba(255,255,255,.18); }
.area-why-list h3 { margin: 0 0 8px; font-family: "Oswald", Arial, sans-serif; font-size: 20px; text-transform: uppercase; }
.area-why-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }
.area-faq { background: var(--cream); }
.faq-list { display: grid; gap: 12px; }
.faq-list details {
  border: 1px solid #b9ad8e;
  border-left: 5px solid var(--lime);
  background: rgba(255,255,255,.42);
  box-shadow: 0 5px 0 rgba(47,50,30,.09);
  transition: transform .2s, background .2s;
}
.faq-list details:hover,
.faq-list details[open] { background: #eee5cf; transform: translateX(4px); }
.faq-card {
  padding: 24px;
  border: 1px solid #b9ad8e;
  border-left: 5px solid var(--lime);
  background: #eee5cf;
  box-shadow: 0 5px 0 rgba(47,50,30,.09);
}
.faq-card h3 {
  margin: 0 0 14px;
  color: var(--forest-deep);
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
}
.faq-card p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}
.faq-list summary {
  display: flex; justify-content: space-between; gap: 30px; padding: 22px 24px;
  color: var(--forest-deep); font-family: "Roboto Slab", Georgia, serif;
  font-size: 18px; font-weight: 600; cursor: pointer; list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--lime); font-family: "Oswald", Arial, sans-serif; font-size: 28px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details > p { max-width: 850px; margin: -4px 24px 24px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.contact { background: linear-gradient(110deg, #252719, #49442d); color: white; display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; border-top: 5px solid var(--lime); }
.contact-card { border-left: 1px solid rgba(255,255,255,.2); padding-left: clamp(30px, 5vw, 75px); }
.contact-card p { color: rgba(255,255,255,.68); line-height: 1.7; margin: 0 0 30px; }
.contact-card small { display: block; color: rgba(255,255,255,.38); margin-top: 12px; font-size: 10px; }
footer { background: #171a10; color: rgba(255,255,255,.48); min-height: 180px; display: grid; grid-template-columns: 1fr minmax(320px, .7fr); align-items: center; gap: 70px; padding: 40px clamp(24px, 7vw, 110px); font-size: 11px; }
.footer-brand { color: white; }
.footer-main { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer-main > p { margin: 0; }
.footer-partners {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 22px;
  padding-top: 8px;
}
.footer-partner {
  width: min(220px, 46%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.72);
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}
.partner-logo-frame {
  width: 100%;
  height: 78px;
  display: grid;
  place-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(210,174,78,.28);
  background: rgba(255,255,255,.96);
}
.partner-logo-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}
.footer-partner:hover { color: var(--lime); }
.footer-menu { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.15); }
.footer-menu > p { margin: 0 0 13px; color: var(--lime); font-family: "Oswald", Arial, sans-serif; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.footer-menu a { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.78); font-size: 12px; }
.footer-menu a:hover { color: var(--lime); }
.mobile-call { display: none; }
.not-found {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 70px 24px;
  color: white;
  background:
    linear-gradient(90deg, rgba(24,27,16,.94), rgba(31,34,20,.72)),
    url("/hero-background.webp") center / cover no-repeat,
    var(--forest-deep);
}
.not-found > div { width: min(760px, 100%); }
.not-found h1 { font-size: clamp(58px, 8vw, 105px); }
.not-found h1 em { color: var(--lime); }
.not-found > div > p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.7; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero {
    grid-template-columns: 1fr; padding-top: 75px; min-height: 800px;
    background-size: auto, auto 100%;
    background-position: center, 68% top;
  }
  .hero-visual { width: 42%; opacity: .45; }
  .hero-copy { max-width: 650px; }
  .hero-proof { gap: 24px; flex-wrap: wrap; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why, .process, .contact { grid-template-columns: 1fr; }
  .area-why { grid-template-columns: 1fr; }
  .area-hero-copy { width: min(690px, 88%); }
  .area-service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-art { min-height: 450px; }
  .contact-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 35px 0 0; }
}

@media (max-width: 620px) {
  .site-header { height: 72px; }
  .header-cta { display: none; }
  .hero {
    min-height: 790px; padding-top: 64px;
    background-size: auto, auto 100%;
    background-position: center, 72% top;
  }
  .hero-visual { width: 100%; opacity: .22; }
  h1 { font-size: 52px; }
  .hero-intro { font-size: 16px; }
  .hero-proof div:nth-child(3) { display: none; }
  .intro-band { justify-content: flex-start; padding: 0 20px; overflow: hidden; white-space: nowrap; }
  .section { padding: 62px 22px; }
  .answer-about { padding-top: 58px; padding-bottom: 58px; }
  .answer-about > p:last-child { font-size: 15px; line-height: 1.75; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .area-service-grid { grid-template-columns: 1fr; }
  .area-service-grid .photo-service-card {
    min-height: 340px;
  }
  .area-service-grid .photo-service-card h3,
  .area-service-grid .photo-service-card p { max-width: 100%; }
  .area-hero { min-height: 720px; padding: 75px 22px 95px; background-position: 70% top; }
  .area-hero-copy { width: 100%; }
  .area-hero h1 { font-size: 48px; }
  .pricing-promise { grid-template-columns: 1fr; gap: 6px; }
  .why-art { min-height: 370px; }
  .process { gap: 45px; }
  footer { grid-template-columns: 1fr; text-align: center; padding-block: 45px; gap: 35px; }
  .footer-main { flex-direction: column; }
  .footer-partners { width: 100%; gap: 14px; }
  .footer-partner { width: min(230px, 48%); }
  .partner-logo-frame { height: 72px; }
  .footer-menu { padding: 28px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.15); text-align: left; }
  body { padding-bottom: 66px; }
  .mobile-call {
    position: fixed; z-index: 1000; left: 12px; right: 12px; bottom: 10px;
    display: flex; justify-content: center; align-items: center; gap: 11px;
    min-height: 52px; padding: 11px 18px;
    background: var(--forest-deep); color: var(--lime);
    border: 2px solid var(--lime); box-shadow: 0 5px 18px rgba(0,0,0,.38);
    font-family: "Oswald", Arial, sans-serif; font-size: 16px;
    font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  }
  .mobile-call span { color: var(--cream); font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
