:root {
  --bg: #f2f3ef;
  --surface: #ffffff;
  --soft: #e9eee8;
  --ink: #122018;
  --muted: #667069;
  --green: #174b38;
  --green-bright: #b7d437;
  --orange: #ef6b35;
  --line: rgba(18, 32, 24, .12);
  --radius-lg: 36px;
  --radius-md: 24px;
  --radius-sm: 15px;
  --content: 1440px;
  --shadow: 0 22px 70px rgba(26, 46, 35, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 150px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 16px; border-radius: 10px; color: #fff; background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; height: 100%; object-fit: cover; }
button, select, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 680; letter-spacing: -.04em; line-height: 1.04; text-wrap: balance; overflow-wrap: normal; }
p { text-wrap: pretty; }
h1 { font-size: clamp(54px, 6.3vw, 104px); margin-bottom: 28px; }
h2 { font-size: clamp(42px, 4.4vw, 70px); margin-bottom: 22px; }
h3 { font-size: 28px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  height: 84px;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 12px max(24px, calc((100vw - var(--content)) / 2));
  background: rgba(242, 243, 239, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 32, 24, .06);
}
.brand { display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.brand__icon { width: 46px; height: 46px; object-fit: contain; }
.brand__wordmark { width: 142px; height: auto; object-fit: contain; }
.brand__mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.05em;
}
.brand__name { font-weight: 750; letter-spacing: -.03em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { color: #465149; font-size: 15px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--green); }
.desktop-nav a.active::after { content: ""; display: block; width: 5px; height: 5px; margin: 5px auto 0; border-radius: 50%; background: var(--orange); }
.mobile-nav { display: none; }
.header-contact { display: flex; align-items: center; gap: 18px; margin-left: 18px; }
.header-phone { display: flex; flex-direction: column; line-height: 1.2; text-align: right; }
.header-phone small { color: var(--muted); font-size: 11px; }
.header-phone strong { margin-top: 4px; font-size: 17px; letter-spacing: -.02em; }

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  transition: transform .2s, background .2s;
}
.button:hover { background: #d9511e; transform: translateY(-1px); }
.button--compact { min-height: 46px; padding: 0 20px; font-size: 15px; }
.button--callback { background: var(--green); }
.button--callback:hover { background: #0a3d2d; }
.button--light { background: #fff; color: var(--green); }
.button--light:hover { background: #edf1eb; }
.text-link { display: inline-flex; align-items: center; gap: 22px; min-height: 56px; font-weight: 700; }
.text-link span { font-size: 24px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: #fff; }

.page { max-width: var(--content); margin: 0 auto; padding: 24px 24px 100px; }
.section-shell { border-radius: var(--radius-lg); overflow: hidden; }
.eyebrow, .section-kicker {
  display: inline-block;
  color: var(--green);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: 22px; }
.lead { max-width: 670px; margin-bottom: 34px; color: #4f5c54; font-size: clamp(20px, 1.7vw, 27px); line-height: 1.45; letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-phone-note { margin-top: 28px; color: var(--muted); font-size: 14px; }

.service-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.service-hero__copy { padding: 76px 62px; display: flex; flex-direction: column; justify-content: center; }
.service-hero__media { position: relative; min-height: 690px; margin: 0; display: flex; flex-direction: column; overflow: hidden; background: var(--surface); }
.service-hero__media img { object-position: center; }
.service-hero__media figcaption {
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: start;
  gap: 10px;
  margin: 0;
  padding: 18px 22px;
  background: var(--surface);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.service-hero__media figcaption b { color: var(--green); font-size: 15px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(183, 212, 55, .25); }
.media-placeholder {
  width: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #758079;
  background:
    linear-gradient(135deg, transparent calc(50% - .5px), rgba(18,32,24,.09) 50%, transparent calc(50% + .5px)),
    linear-gradient(45deg, transparent calc(50% - .5px), rgba(18,32,24,.09) 50%, transparent calc(50% + .5px)),
    #dfe3de;
}
.media-placeholder strong { color: var(--green); font-size: clamp(28px, 4vw, 54px); letter-spacing: .04em; }
.media-placeholder span { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.media-placeholder--hero { flex: 1; min-height: 560px; }
.media-placeholder--video::before { content: "▶"; width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 5px; border-radius: 50%; background: rgba(255,255,255,.72); color: var(--green); font-size: 19px; }

.fact-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 26px 0 0;
  padding: 0 24px;
}
.fact-row div { min-height: 78px; display: flex; align-items: center; gap: 16px; padding: 0 28px; border-right: 1px solid var(--line); font-weight: 650; }
.fact-row div:last-child { border-right: 0; }
.fact-row span { color: var(--orange); font-size: 13px; font-weight: 750; }

.content-section { padding: 118px 20px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin: 13px 0 0; }
.section-heading--split { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; }
.section-heading--split p { max-width: 500px; margin: 0 0 8px; color: var(--muted); font-size: 19px; }

.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.type-card { overflow: hidden; border-radius: var(--radius-md); background: var(--surface); }
.type-card > .media-placeholder { aspect-ratio: 1.2; min-height: 0; }
.type-card > div { padding: 26px 27px 29px; }
.type-card h3 { margin-bottom: 12px; }
.type-card p { min-height: 54px; margin-bottom: 25px; color: var(--muted); font-size: 16px; }
.type-card a { color: var(--green); font-size: 14px; font-weight: 750; }
.shot-caption { min-height: 106px; display: grid; grid-template-columns: 43px 1fr; gap: 11px; margin: -6px -7px 25px; padding: 14px; border-radius: 13px; background: var(--bg); color: var(--muted); font-size: 13px; line-height: 1.4; }
.shot-caption b { color: var(--green); font-size: 14px; }

.calculator {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  margin-top: 118px;
  background: var(--green);
  color: #fff;
}
.calculator-copy { padding: 66px 58px; background: linear-gradient(145deg, #174b38, #0d3728); }
.calculator-copy .section-kicker { color: var(--green-bright); }
.calculator-copy h2 { margin: 13px 0 24px; }
.calculator-copy > p { max-width: 500px; color: #d4dfd8; font-size: 18px; }
.calculator-tip { display: flex; flex-direction: column; margin-top: 56px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); }
.calculator-tip strong { font-size: 14px; color: #c6d2cb; }
.calculator-tip a { margin-top: 5px; font-size: 24px; font-weight: 700; }
.calculator-form { padding: 54px; background: #dfe8df; color: var(--ink); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field-grid label { display: grid; gap: 8px; }
.field-grid label > span { color: #59645d; font-size: 13px; font-weight: 650; }
.field-grid select {
  width: 100%;
  height: 58px;
  padding: 0 43px 0 16px;
  border: 0;
  border-radius: 13px;
  color: var(--ink);
  background: #fff;
  outline: 2px solid transparent;
}
.field-grid select:focus { outline-color: var(--green-bright); }
.check-row { display: flex; gap: 12px; margin-top: 19px; flex-wrap: wrap; }
.check-row label { cursor: pointer; }
.check-row input { position: absolute; opacity: 0; pointer-events: none; }
.check-row span { display: block; padding: 11px 15px; border-radius: 12px; background: rgba(255,255,255,.66); color: #48534c; font-size: 14px; font-weight: 650; }
.check-row input:checked + span { background: var(--green); color: #fff; }
.estimate { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 36px; padding-top: 31px; border-top: 1px solid rgba(18,32,24,.13); }
.estimate > div { display: flex; flex-direction: column; }
.estimate small { color: var(--muted); }
.estimate strong { margin-top: 4px; font-size: clamp(30px, 3vw, 45px); letter-spacing: -.05em; }

.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.project-card { overflow: hidden; border-radius: var(--radius-md); background: var(--surface); }
.project-card--wide { grid-column: span 2; }
.project-card > .media-placeholder { min-height: 390px; }
.project-card--wide > .media-placeholder { min-height: 590px; }
.project-card__title { padding: 5px 27px 27px; }
.project-card__title > span { color: var(--muted); font-size: 13px; }
.project-card h3 { margin: 6px 0 0; font-size: 31px; }
.project-card__brief { display: grid; grid-template-columns: 45px 1fr; gap: 10px; margin: 18px 27px 17px; padding: 15px; border-radius: 14px; background: var(--bg); color: var(--muted); font-size: 13px; line-height: 1.45; }
.project-card__brief b { color: var(--green); font-size: 15px; }

.article-section { margin-top: 118px; padding: 86px 54px 64px; border-radius: var(--radius-lg); background: var(--surface); }
.article-list { border-top: 1px solid var(--line); }
.article-row { display: grid; grid-template-columns: 58px 1fr 40px; gap: 22px; align-items: center; padding: 29px 0; border-bottom: 1px solid var(--line); }
.article-row__index { color: var(--orange); font-size: 13px; font-weight: 700; }
.article-row small { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.article-row h3 { margin: 6px 0 5px; font-size: 27px; }
.article-row p { margin: 0; color: var(--muted); font-size: 15px; }
.article-row__arrow { font-size: 26px; transition: transform .2s; }
.article-row:hover .article-row__arrow { transform: translateX(7px); }

.faq-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-row { border-bottom: 1px solid var(--line); }
.faq-row summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 25px; padding: 25px 0; font-size: 21px; font-weight: 650; letter-spacing: -.025em; }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row summary span { font-size: 27px; font-weight: 400; transition: transform .2s; }
.faq-row[open] summary span { transform: rotate(45deg); }
.faq-row p { max-width: 740px; margin: -7px 50px 25px 0; color: var(--muted); }

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-top: 118px;
  padding: 64px;
  background: #dfe8df;
}
.final-cta h2 { margin: 12px 0 14px; font-size: clamp(39px, 4vw, 60px); }
.final-cta p { max-width: 680px; margin: 0; color: var(--muted); }
.final-cta > a { min-width: 320px; display: flex; flex-direction: column; padding: 22px 26px; border-radius: 18px; background: var(--surface); }
.final-cta a small { color: var(--muted); }
.final-cta a strong { margin-top: 4px; font-size: 25px; }

.organization-section {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  margin-top: 118px;
  padding: 60px;
  color: #fff;
  background: var(--green);
}
.organization-section .section-kicker { color: var(--green-bright); }
.organization-section h2 { margin: 14px 0 22px; }
.organization-section p { max-width: 820px; margin: 0; color: #d4dfd8; }
.organization-section__facts { display: flex; flex-direction: column; justify-content: center; }
.organization-section__facts span { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-weight: 650; }
.organization-contact { margin-top: 26px; padding: 19px; border-radius: 16px; background: rgba(255,255,255,.08); }
.organization-contact > small { display: block; color: #aebfb5; font-size: 12px; }
.organization-contact > strong { display: block; margin-top: 4px; font-size: 20px; }
.organization-contact > div { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 15px; }
.organization-contact button, .organization-contact a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.23); border-radius: 10px; color: #fff; background: transparent; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }
.organization-contact button:hover, .organization-contact a:hover { background: rgba(255,255,255,.1); }
.organization-contact > p { min-height: 20px; margin: 9px 0 0; color: var(--green-bright); font-size: 12px; }

.callback-section {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  margin-top: 118px;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.callback-section__copy { padding: 58px; color: #fff; background: linear-gradient(145deg, #174b38, #0d3728); }
.callback-section__copy .section-kicker { color: var(--green-bright); }
.callback-section__copy h2 { margin: 14px 0 22px; }
.callback-section__copy > p { color: #d4dfd8; }
.callback-contacts { display: grid; gap: 14px; margin-top: 38px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.callback-contacts > a, .callback-contacts > p { display: flex; flex-direction: column; margin: 0; }
.callback-contacts small { color: #aebfb5; font-size: 12px; }
.callback-contacts strong { margin-top: 3px; font-size: 18px; font-weight: 680; }
.callback-contacts > div { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 8px; }
.callback-contacts > div a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 10px; font-size: 13px; font-weight: 700; }
.callback-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: center; padding: 58px; background: #dfe8df; }
.callback-form label { display: grid; gap: 8px; }
.callback-form label:nth-of-type(4) { grid-column: 1 / -1; }
.callback-form label > span { color: #59645d; font-size: 13px; font-weight: 680; }
.callback-form input, .callback-form select, .callback-form textarea { width: 100%; border: 0; border-radius: 13px; color: var(--ink); background: #fff; outline: 2px solid transparent; }
.callback-form input, .callback-form select { height: 58px; padding: 0 16px; }
.callback-form select { padding-right: 42px; }
.callback-form textarea { resize: vertical; min-height: 118px; padding: 15px 16px; }
.callback-form input:focus, .callback-form select:focus, .callback-form textarea:focus { outline-color: var(--green-bright); }
.callback-form .button { justify-self: start; margin-top: 2px; }
.callback-form__privacy { align-self: center; margin: 0; color: var(--muted); font-size: 12px; }
.callback-form__privacy a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.callback-form__status { grid-column: 1 / -1; min-height: 24px; margin: 0; font-size: 14px; font-weight: 650; }
.callback-form__status.success { color: var(--green); }
.callback-form__status.error { color: #a83e22; }
.callback-form__trap { position: absolute; left: -9999px; }
.callback-form button:disabled { cursor: wait; opacity: .65; }

.prices-hero { min-height: 590px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 74px; color: #fff; background: linear-gradient(135deg, #174b38 0%, #0d3327 72%, #1d5a43 100%); }
.prices-hero .eyebrow { color: var(--green-bright); }
.prices-hero h1 { max-width: 1050px; font-size: clamp(52px, 6.2vw, 92px); }
.prices-hero .lead { max-width: 850px; color: #d4dfd8; }
.prices-hero .hero-phone-note { color: #aebfb5; }
.price-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-service-grid article { display: flex; flex-direction: column; padding: 34px; border-radius: var(--radius-md); background: var(--surface); }
.price-service-grid article > span { color: var(--orange); font-size: 13px; font-weight: 750; }
.price-service-grid h3 { margin: 44px 0 18px; font-size: 34px; }
.price-service-grid p { color: var(--muted); font-size: 15px; }
.price-service-grid h4 { margin: 18px 0 7px; font-size: 14px; text-transform: uppercase; letter-spacing: .05em; }
.price-service-grid ul { margin: 0 0 27px; padding-left: 20px; color: #48534c; font-size: 14px; }
.price-service-grid li { margin: 7px 0; }
.price-service-grid a { margin-top: auto; color: var(--green); font-size: 14px; font-weight: 750; }
.price-principle { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-top: 118px; padding: 60px; color: #fff; background: var(--green); }
.price-principle .section-kicker { color: var(--green-bright); }
.price-principle h2 { max-width: 820px; margin: 14px 0 20px; }
.price-principle p { max-width: 840px; margin: 0; color: #d4dfd8; }
.price-principle > strong { flex: 0 0 230px; color: var(--green-bright); font-size: 56px; line-height: .95; letter-spacing: -.05em; }
.price-principle > strong small { display: block; margin-top: 14px; color: #fff; font-size: 14px; line-height: 1.4; letter-spacing: 0; }

.home-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: .72fr 1.05fr .38fr;
  background: var(--surface);
  box-shadow: var(--shadow);
}
.home-hero__photo { position: relative; min-height: 720px; display: flex; flex-direction: column; overflow: hidden; }
.home-hero__photo span { position: absolute; left: 22px; top: 22px; padding: 10px 14px; border-radius: 12px; background: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; }
.home-photo-brief { padding: 15px 18px; background: var(--surface); color: var(--muted); font-size: 12px; line-height: 1.4; }
.home-photo-brief b { display: block; margin-bottom: 3px; color: var(--green); font-size: 15px; }
.home-hero__copy { padding: 72px 58px; display: flex; flex-direction: column; justify-content: center; }
.home-hero__copy h1 { font-size: clamp(56px, 6vw, 94px); }
.home-hero__aside { display: flex; flex-direction: column; justify-content: flex-end; padding: 38px 26px; color: #fff; background: var(--green); }
.home-hero__aside strong { font-size: 72px; line-height: .9; color: var(--green-bright); }
.home-hero__aside span { margin-top: 13px; font-size: 18px; font-weight: 650; line-height: 1.25; }
.home-hero__aside p { margin: 27px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); color: #ccdad1; font-size: 14px; }

.home-service-list { border-top: 1px solid var(--line); }
.home-service-list > a { display: grid; grid-template-columns: 55px 1fr 240px 38px; gap: 28px; align-items: center; min-height: 180px; padding: 18px 10px; border-bottom: 1px solid var(--line); }
.home-service-list > a > span { color: var(--orange); font-size: 13px; font-weight: 750; }
.home-service-list h3 { margin: 0 0 10px; font-size: 40px; }
.home-service-list p { margin: 0; color: var(--muted); }
.home-service-media small { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 1.35; }
.home-service-list small b { color: var(--green); }
.home-service-list .media-placeholder { height: 140px; min-height: 0; border-radius: 18px; }
.home-service-list .media-placeholder strong { font-size: 28px; }
.home-service-list .media-placeholder span { display: none; }
.home-service-list b { font-size: 28px; font-weight: 400; transition: transform .2s; }
.home-service-list a:hover b { transform: translateX(7px); }
.home-project { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 580px; margin-top: 118px; background: var(--green); color: #fff; }
.home-project > div { padding: 58px; display: flex; flex-direction: column; justify-content: center; }
.home-project .section-kicker { color: var(--green-bright); }
.home-project h2 { margin: 14px 0 23px; }
.home-project p { color: #ccdad1; }
.home-project .text-link { margin-top: 20px; }
.home-project__media { display: flex; flex-direction: column; background: var(--surface); color: var(--ink); }
.home-project__media .media-placeholder { flex: 1; min-height: 480px; }
.home-project__media > div:last-child { padding: 17px 20px; color: var(--muted); font-size: 13px; }
.home-project__media > div:last-child b { margin-right: 10px; color: var(--green); }

.site-footer { max-width: var(--content); margin: 0 auto; padding: 38px 24px 110px; display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 14px; border-top: 1px solid var(--line); }
.site-footer > div { display: flex; flex-direction: column; }
.site-footer strong, .site-footer a { color: var(--ink); }
.mobile-contact { display: none; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .mobile-nav { position: sticky; z-index: 29; top: 84px; display: flex; gap: 7px; overflow-x: auto; padding: 8px max(15px, calc((100vw - var(--content)) / 2)); background: rgba(242,243,239,.94); border-bottom: 1px solid var(--line); scrollbar-width: none; }
  .mobile-nav::-webkit-scrollbar { display: none; }
  .mobile-nav a { flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; color: var(--green); background: #fff; font-size: 14px; font-weight: 700; }
  .mobile-nav a[aria-current="page"] { color: #fff; background: var(--green); }
  .header-contact { margin-left: auto; }
  .service-hero { grid-template-columns: 1fr; }
  .service-hero__media { min-height: 600px; }
  .home-hero { grid-template-columns: .8fr 1.2fr; }
  .home-hero__aside { display: none; }
  .calculator { grid-template-columns: 1fr; }
  .calculator-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 50px; }
  .calculator-copy h2 { grid-column: 1 / -1; }
  .calculator-tip { margin-top: 0; padding-top: 0; border-top: 0; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  h1 { font-size: 46px; }
  h2 { font-size: 38px; }
  h3 { font-size: 25px; }
  .site-header { height: 70px; padding: 10px 15px; }
  .mobile-nav { top: 70px; }
  .brand__mark { width: 38px; }
  .brand__name { font-size: 14px; }
  .header-phone { display: none; }
  .header-contact { margin-left: auto; }
  .header-contact .button--callback { display: none; }
  .button--compact { min-height: 44px; padding: 0 15px; }
  .page { padding: 12px 10px 82px; }
  .section-shell { border-radius: 25px; }
  .service-hero__copy { padding: 48px 26px 42px; }
  .service-hero__media { min-height: 480px; }
  .service-hero__media figcaption { padding: 16px 18px; }
  .lead { font-size: 20px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button, .hero-actions .text-link { min-height: 52px; }
  .fact-row { grid-template-columns: 1fr; padding: 14px 15px 0; }
  .fact-row div { min-height: 61px; padding: 0 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-row div:last-child { border-bottom: 0; }
  .content-section { padding: 82px 6px 0; }
  .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .section-heading { margin-bottom: 34px; }
  .type-grid, .project-grid { grid-template-columns: 1fr; }
  .type-card > .media-placeholder { aspect-ratio: 1.05; }
  .project-card, .project-card--wide { grid-column: auto; }
  .project-card > .media-placeholder, .project-card--wide > .media-placeholder { min-height: 390px; }
  .calculator { margin-top: 82px; }
  .calculator-copy, .calculator-form { padding: 39px 24px; }
  .calculator-copy { display: block; }
  .calculator-tip { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
  .field-grid { grid-template-columns: 1fr; }
  .estimate { align-items: stretch; flex-direction: column; }
  .article-section { margin-top: 82px; padding: 55px 24px 38px; }
  .article-row { grid-template-columns: 35px 1fr 24px; gap: 10px; }
  .article-row p { display: none; }
  .article-row h3 { font-size: 22px; }
  .faq-section { grid-template-columns: 1fr; gap: 10px; }
  .faq-row summary { padding-right: 7px; }
  .faq-row summary span { flex: 0 0 22px; text-align: center; }
  .final-cta { margin-top: 82px; padding: 43px 25px; flex-direction: column; align-items: stretch; }
  .final-cta > a { min-width: 0; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero__photo { min-height: 430px; order: 2; }
  .home-hero__photo .media-placeholder--hero { min-height: 390px; }
  .home-hero__copy { padding: 47px 26px; }
  .home-hero__copy h1 { font-size: 50px; }
  .home-service-list > a { grid-template-columns: 35px 1fr 24px; gap: 11px; padding: 24px 4px; }
  .home-service-media { grid-column: 2 / 4; }
  .home-service-list .home-service-media .media-placeholder { display: flex; height: 180px; margin-top: 8px; }
  .home-service-list h3 { font-size: 28px; }
  .home-service-list p { font-size: 14px; }
  .home-project { grid-template-columns: 1fr; margin-top: 82px; }
  .home-project > div { padding: 42px 26px; }
  .home-project__media .media-placeholder { min-height: 390px; }
  .site-footer { display: grid; padding: 30px 18px 100px; }
  .mobile-contact { position: fixed; z-index: 40; left: 8px; right: 8px; bottom: 8px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7px; padding: 7px; border-radius: 17px; background: rgba(17,32,23,.94); backdrop-filter: blur(14px); box-shadow: 0 12px 34px rgba(0,0,0,.22); }
  .mobile-contact a { min-height: 50px; display: grid; place-items: center; border-radius: 12px; background: #fff; color: var(--green); font-weight: 750; }
  .mobile-contact__call { background: var(--orange) !important; color: #fff !important; }
}

/* Production content: home and tree-removal pages */
.brand__mark { width: 50px; padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); }
.brand__mark img { width: 100%; height: 100%; object-fit: contain; border-radius: 11px; }
.home-hero__copy h1 { font-size: clamp(48px, 4.7vw, 74px); }
.home-hero__identity {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(155deg, #174b38 0%, #0d3327 100%);
}
.home-hero__identity-mark {
  position: absolute;
  width: 430px;
  height: 430px;
  right: -180px;
  bottom: -125px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .055;
}
.home-hero__identity-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 42px;
}
.home-hero__identity-content > span { color: var(--green-bright); font-size: 12px; font-weight: 750; letter-spacing: .075em; text-transform: uppercase; }
.home-hero__identity-content > img { width: 100%; height: auto; margin: 30px 0 39px; object-fit: contain; filter: brightness(0) invert(1); }
.home-hero__identity-content > p { max-width: 360px; margin-bottom: 38px; color: #d5e1d9; font-size: 24px; line-height: 1.28; letter-spacing: -.025em; }
.home-hero__identity-content ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.home-hero__identity-content li { display: flex; gap: 15px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 15px; font-weight: 650; }
.home-hero__identity-content li b { color: var(--green-bright); font-size: 11px; }
.home-hero__identity-content small { margin-top: 35px; color: #aebfb5; font-size: 13px; }
.home-hero__photo img,
.service-hero__media img { flex: 1; min-height: 0; }
.home-hero__photo figcaption,
.service-hero__media figcaption {
  margin: 0;
  padding: 15px 18px;
  color: var(--muted);
  background: var(--surface);
  font-size: 12px;
  font-weight: 650;
}
.service-hero__media figcaption { display: block; }
.service-hero__copy h1 { font-size: clamp(46px, 4.35vw, 68px); }

.final-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.final-service-card { overflow: hidden; border-radius: var(--radius-md); background: var(--surface); transition: transform .22s, box-shadow .22s; }
.final-service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.final-service-card > img { width: 100%; aspect-ratio: 1.15; height: auto; object-fit: cover; }
.final-service-card > div { padding: 25px 27px 29px; }
.final-service-card span, .card-label { color: var(--orange); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .055em; }
.final-service-card h3 { margin: 10px 0 12px; }
.final-service-card p { min-height: 78px; margin-bottom: 22px; color: var(--muted); font-size: 15px; }
.final-service-card b { color: var(--green); font-size: 14px; }

.confidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border-radius: var(--radius-md); background: var(--line); }
.confidence-grid article { min-height: 290px; padding: 34px 29px; background: var(--surface); }
.confidence-grid article > strong { display: block; margin-bottom: 45px; color: var(--green); font-size: 42px; font-weight: 650; letter-spacing: -.055em; }
.confidence-grid h3 { margin-bottom: 13px; font-size: 24px; }
.confidence-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-grid article { min-height: 255px; padding: 29px; border-radius: 20px; background: #e4e9e3; }
.process-grid article > span, .warning-grid article > span, .knowledge-grid article > span { color: var(--orange); font-size: 13px; font-weight: 750; }
.process-grid h3 { margin: 56px 0 12px; font-size: 25px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.process-grid article:last-child { color: #fff; background: var(--green); }
.process-grid article:last-child p { color: #d4dfd8; }

.home-project__media img { flex: 1; min-height: 0; object-fit: contain; background: #dfe3de; }
.home-project__media > p { margin: 0; padding: 15px 20px; color: var(--muted); background: var(--surface); font-size: 13px; }

.home-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-case-card { overflow: hidden; border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 10px 35px rgba(26, 46, 35, .045); }
.home-case-card > img { width: 100%; height: 330px; object-fit: cover; background: #dfe3de; }
.home-case-card--compare > img { object-fit: contain; }
.home-case-card > div { padding: 27px 28px 31px; }
.home-case-card span { color: var(--orange); font-size: 13px; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.home-case-card h3 { margin: 12px 0 14px; }
.home-case-card p { min-height: 76px; margin-bottom: 22px; color: var(--muted); font-size: 15px; }
.home-case-card a { color: var(--green); font-size: 14px; font-weight: 750; }

.final-type-grid .type-card > img { width: 100%; aspect-ratio: 1.02; height: auto; object-fit: cover; }
.final-type-grid .type-card:nth-child(1) > img { object-position: center 40%; }
.final-type-grid .type-card:nth-child(2) > img { object-position: center 42%; }
.final-type-grid .type-card:nth-child(3) > img { object-position: center; }
.final-type-grid .type-card p { min-height: 142px; margin-bottom: 0; }
.final-type-grid .card-label { display: block; margin-bottom: 12px; }

.warning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.warning-grid article { min-height: 245px; padding: 29px; border: 1px solid var(--line); border-radius: 20px; }
.warning-grid h3 { margin: 55px 0 11px; font-size: 24px; }
.warning-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.estimate-note { margin: 25px 0 0; color: var(--muted); font-size: 12px; }

.price-table { overflow: hidden; border-radius: var(--radius-md); background: var(--surface); }
.price-row { display: grid; grid-template-columns: .8fr .65fr 1.35fr; gap: 20px; align-items: center; min-height: 76px; padding: 15px 28px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row strong { color: var(--green); font-size: 19px; }
.price-row span:last-child { color: var(--muted); font-size: 14px; }
.price-row--head { min-height: 55px; color: #d9e4dd; background: var(--green); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.price-row--head span:last-child { color: #d9e4dd; }

.final-project-grid .project-card > img { width: 100%; height: 480px; object-fit: cover; background: #dfe3de; }
.final-project-grid .project-card--wide > img { height: auto; max-height: 690px; object-fit: contain; }
.final-project-grid .project-card:nth-child(2) > img { object-position: center 32%; }
.final-project-grid .project-card:nth-child(3) > img { object-fit: contain; }
.final-project-grid .project-card__title { padding: 25px 28px 30px; }
.final-project-grid .project-card__title p { margin: 12px 0 0; color: var(--muted); font-size: 15px; }

.knowledge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.knowledge-grid article { padding: 33px; border-radius: var(--radius-md); background: var(--surface); }
.knowledge-grid h3 { margin: 48px 0 15px; }
.knowledge-grid p { margin: 0; color: var(--muted); }

.work-gallery__stage { overflow: hidden; border-radius: var(--radius-md); color: #fff; background: #102c22; box-shadow: var(--shadow); }
.work-gallery__viewport { overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; outline: none; scrollbar-width: none; }
.work-gallery__viewport::-webkit-scrollbar, .work-gallery__thumbs::-webkit-scrollbar { display: none; }
.work-gallery__viewport:focus-visible { box-shadow: inset 0 0 0 3px var(--green-bright); }
.work-gallery__track { display: flex; }
.work-gallery__slide { flex: 0 0 100%; min-width: 0; margin: 0; scroll-snap-align: start; }
.work-gallery__slide > img, .work-gallery__slide > video { width: 100%; height: clamp(500px, 48vw, 710px); object-fit: contain; background: #0c2019; }
.work-gallery__slide > video { display: block; }
.work-gallery__slide figcaption { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 21px 29px; background: #102c22; }
.work-gallery__slide figcaption > div { display: flex; flex-direction: column; }
.work-gallery__slide figcaption span { color: #aebfb5; font-size: 12px; }
.work-gallery__slide figcaption strong { margin-top: 5px; font-size: 23px; letter-spacing: -.025em; }
.work-gallery__slide figcaption > b { color: var(--green-bright); font-size: 36px; font-weight: 600; }
.work-gallery__controls { display: flex; align-items: center; justify-content: space-between; padding: 0 29px 24px; }
.work-gallery__controls > div { display: flex; gap: 9px; }
.work-gallery__controls button { width: 54px; height: 54px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; font-size: 22px; transition: background .2s, opacity .2s; }
.work-gallery__controls button:hover:not(:disabled) { background: rgba(255,255,255,.11); }
.work-gallery__controls button:disabled { cursor: default; opacity: .28; }
.work-gallery__controls p { margin: 0; color: #aebfb5; font-variant-numeric: tabular-nums; }
.work-gallery__controls p span { color: #fff; font-size: 24px; font-weight: 700; }
.work-gallery__thumbs { display: flex; gap: 11px; margin-top: 14px; padding: 3px 1px 9px; overflow-x: auto; scrollbar-width: none; }
.work-gallery__thumbs button { position: relative; flex: 0 0 155px; height: 102px; overflow: hidden; padding: 0; border: 0; border-radius: 15px; background: #dfe3de; cursor: pointer; opacity: .58; outline: 3px solid transparent; outline-offset: -3px; transition: opacity .2s, outline-color .2s; }
.work-gallery__thumbs button.active { opacity: 1; outline-color: var(--orange); }
.work-gallery__thumbs button:focus-visible { outline-color: var(--green); }
.work-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.work-gallery__thumbs span { position: absolute; right: 7px; bottom: 7px; padding: 3px 7px; border-radius: 7px; color: #fff; background: rgba(12,32,25,.78); font-size: 10px; font-weight: 750; }
.work-gallery__thumb--video i { position: absolute; left: 50%; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; color: #fff; background: rgba(12,32,25,.82); box-shadow: 0 6px 18px rgba(0,0,0,.2); font-size: 14px; font-style: normal; transform: translate(-50%, -50%); }
.work-gallery__note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 290px; display: flex; flex-direction: column; padding: 29px; border-radius: var(--radius-md); background: var(--surface); box-shadow: 0 12px 34px rgba(18,32,24,.055); }
.review-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.review-card__head > div { display: flex; flex-direction: column; }
.review-card__head strong { font-size: 18px; }
.review-card__head small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.review-card__stars { flex: 0 0 auto; color: var(--orange); font-size: 15px; letter-spacing: .03em; }
.review-card__unrated { flex: 0 0 auto; padding: 5px 8px; border-radius: 8px; color: var(--green); background: #e1e9e2; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .045em; }
.review-card > p { margin: 34px 0 26px; color: #344239; font-size: 16px; line-height: 1.62; }
.review-card__service { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.45; }
.reviews-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 22px 25px; border-radius: 18px; color: #d9e4dd; background: var(--green); }
.reviews-footer p { margin: 0; font-size: 14px; }
.reviews-footer a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 11px; color: var(--green); background: #fff; font-size: 13px; font-weight: 750; }

.demolition-hero .service-hero__media img { object-position: center; }
.demolition-method-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.demolition-method-card { overflow: hidden; border-radius: var(--radius-md); background: var(--surface); }
.demolition-method-card > img { width: 100%; height: 360px; object-fit: contain; background: #dde2dc; }
.demolition-method-card > div { padding: 30px 32px 34px; }
.demolition-method-card span { color: var(--orange); font-size: 12px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.demolition-method-card h3 { margin: 12px 0 15px; font-size: 32px; }
.demolition-method-card p { margin: 0; color: var(--muted); }

.demolition-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.demolition-scope-grid article { min-height: 235px; padding: 29px; border-radius: 20px; background: #e4e9e3; }
.demolition-scope-grid article:nth-child(2n) { background: var(--surface); }
.demolition-scope-grid span { color: var(--orange); font-size: 12px; font-weight: 750; }
.demolition-scope-grid h3 { margin: 52px 0 12px; }
.demolition-scope-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.demolition-day { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 620px; margin-top: 118px; background: var(--surface); }
.demolition-day__media { display: flex; align-items: center; background: #dfe3de; }
.demolition-day__media img { width: 100%; height: auto; max-height: 720px; object-fit: contain; }
.demolition-day__copy { display: flex; flex-direction: column; justify-content: center; padding: 56px; color: #fff; background: var(--green); }
.demolition-day__copy .section-kicker { color: var(--green-bright); }
.demolition-day__copy h2 { margin: 14px 0 22px; font-size: clamp(40px, 4vw, 61px); }
.demolition-day__copy p { color: #d4dfd8; }
.demolition-day__copy .button { align-self: flex-start; margin-top: 13px; }

.demolition-option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.demolition-option-grid article { padding: 39px; border-radius: var(--radius-md); background: var(--surface); }
.demolition-option-grid article:last-child { background: #e4e9e3; }
.demolition-option-grid article > span { color: var(--orange); font-size: 13px; font-weight: 750; }
.demolition-option-grid h3 { margin: 48px 0 16px; font-size: 34px; }
.demolition-option-grid p { color: var(--muted); }
.demolition-option-grid ul { margin: 24px 0 0; padding: 21px 0 0; list-style: none; border-top: 1px solid var(--line); }
.demolition-option-grid li { position: relative; padding: 7px 0 7px 24px; color: #3e4b43; }
.demolition-option-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.demolition-cost { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1px; margin-top: 118px; background: var(--line); }
.demolition-cost > div { padding: 60px; background: #dfe8df; }
.demolition-cost h2 { margin: 14px 0 20px; }
.demolition-cost > div > p { max-width: 760px; color: var(--muted); }
.demolition-cost > div > a { max-width: 340px; display: flex; flex-direction: column; margin-top: 31px; padding: 20px 23px; border-radius: 16px; color: #fff; background: var(--green); }
.demolition-cost a small { color: #c6d5cc; }
.demolition-cost a strong { margin-top: 4px; font-size: 24px; }
.demolition-cost > ul { margin: 0; padding: 38px 44px; list-style: none; color: #fff; background: var(--green); }
.demolition-cost li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.demolition-cost li:last-child { border-bottom: 0; }
.demolition-cost li b { color: var(--green-bright); font-size: 12px; }
.demolition-cost li span { font-weight: 650; }
.demolition-page .process-grid { grid-template-columns: repeat(5, 1fr); }
.clearing-page .process-grid { grid-template-columns: repeat(5, 1fr); }
.service-hero .service-hero__media { isolation: isolate; }
.service-hero .service-hero__media img {
  object-position: center;
  filter: saturate(.84) contrast(.94) brightness(.97);
  transform: scale(1.015);
}
.clearing-hero .service-hero__media { background: #111820; }
.clearing-hero .service-hero__media img { object-fit: contain; }
.service-hero .service-hero__media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 auto 0 0;
  width: 96px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.58) 35%, rgba(255,255,255,0) 100%);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.72) 50%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.72) 50%, transparent 100%);
}
.service-hero .service-hero__media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 64px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 14px;
  color: #3f4b43;
  background: rgba(255,255,255,.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 35px rgba(18,32,24,.12);
}
.type-card > img, .demolition-method-card > img, .demolition-day__media img {
  filter: saturate(.88) contrast(.96) brightness(.98);
}
.type-card > img, .demolition-method-card > img {
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0,0,0,.72) 92%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 82%, rgba(0,0,0,.72) 92%, transparent 100%);
}
.demolition-day__media { position: relative; overflow: hidden; }
.demolition-day__media::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 72px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--green));
}

.service-area { display: flex; align-items: center; justify-content: space-between; gap: 60px; margin-top: 118px; padding: 60px; color: #fff; background: var(--green); }
.service-area h2 { max-width: 820px; margin: 13px 0 20px; }
.service-area p { max-width: 900px; margin: 0; color: #d4dfd8; }
.service-area > strong { flex: 0 0 220px; color: var(--green-bright); font-size: 65px; font-weight: 650; line-height: .95; letter-spacing: -.06em; }
.service-area > strong small { display: block; margin-top: 13px; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: 0; }
.pending-page { min-height: 620px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px; background: var(--surface); }
.pending-page h1 { margin: 15px 0 20px; }
.pending-page p { margin-bottom: 30px; color: var(--muted); font-size: 20px; }
.site-footer > div { display: flex; flex-direction: column; gap: 6px; }
.site-footer > div:nth-child(2), .site-footer > div:nth-child(3) { min-width: 210px; }
.site-footer div a { color: var(--green); }

@media (max-width: 1100px) {
  .final-service-grid { grid-template-columns: 1fr 1fr; }
  .final-service-card:last-child { grid-column: span 2; }
  .confidence-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .warning-grid { grid-template-columns: 1fr 1fr; }
  .final-type-grid .type-card p { min-height: 180px; }
  .home-case-grid { grid-template-columns: 1fr 1fr; }
  .home-case-card:last-child { grid-column: span 2; }
  .demolition-page .process-grid { grid-template-columns: 1fr 1fr; }
  .clearing-page .process-grid { grid-template-columns: 1fr 1fr; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .organization-section, .callback-section { grid-template-columns: 1fr; }
  .price-service-grid { grid-template-columns: 1fr 1fr; }
  .price-service-grid article:last-child { grid-column: 1 / -1; }
  .service-hero .service-hero__media::before {
    inset: 0 0 auto;
    width: auto;
    height: 78px;
    background: linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.52) 40%, rgba(255,255,255,0) 100%);
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.72) 50%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0,0,0,.72) 50%, transparent 100%);
  }
  .demolition-day__media::after { inset: auto 0 0; width: auto; height: 72px; background: linear-gradient(180deg, transparent, var(--green)); }
  .demolition-day { grid-template-columns: 1fr; }
  .demolition-day__media { min-height: 500px; }
}

@media (max-width: 900px) {
  .knowledge-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .home-hero__copy h1, .service-hero__copy h1 { font-size: 44px; }
  .home-hero__photo figcaption, .service-hero__media figcaption { padding: 13px 15px; }
  .final-service-grid, .confidence-grid, .process-grid, .warning-grid, .knowledge-grid { grid-template-columns: 1fr; }
  .final-service-card:last-child { grid-column: auto; }
  .final-service-card p, .final-type-grid .type-card p { min-height: 0; }
  .confidence-grid { gap: 10px; background: transparent; }
  .confidence-grid article { min-height: 235px; border-radius: 18px; }
  .confidence-grid article > strong { margin-bottom: 30px; }
  .process-grid article, .warning-grid article { min-height: 220px; }
  .price-row { grid-template-columns: 1fr 1fr; gap: 7px 14px; padding: 17px 18px; }
  .price-row span:last-child { grid-column: 1 / -1; }
  .price-row--head { display: none; }
  .final-project-grid .project-card > img, .final-project-grid .project-card--wide > img { height: auto; min-height: 0; object-fit: contain; }
  .service-area { align-items: flex-start; flex-direction: column; margin-top: 82px; padding: 42px 25px; }
  .service-area > strong { flex-basis: auto; }
  .site-footer > div { gap: 5px; }
  .brand__icon { width: 40px; height: 40px; }
  .brand__wordmark { width: 112px; }
  .home-hero__identity { min-height: auto; order: 2; }
  .home-hero__identity-content { padding: 43px 26px; }
  .home-hero__identity-content > img { max-width: 330px; margin: 27px 0 31px; }
  .home-hero__identity-content > p { font-size: 22px; }
  .brand__mark { width: 44px; }
  .home-case-grid { grid-template-columns: 1fr; }
  .home-case-card:last-child { grid-column: auto; }
  .home-case-card > img { height: auto; max-height: 440px; object-fit: contain; }
  .home-case-card p { min-height: 0; }
  .demolition-method-grid, .demolition-scope-grid, .demolition-option-grid, .demolition-cost { grid-template-columns: 1fr; }
  .demolition-method-card > img { height: auto; max-height: 460px; }
  .demolition-scope-grid article { min-height: 215px; }
  .demolition-day { margin-top: 82px; }
  .demolition-day__media { min-height: 0; }
  .demolition-day__copy { padding: 42px 25px; }
  .demolition-option-grid article { padding: 31px 25px; }
  .demolition-cost { margin-top: 82px; }
  .demolition-cost > div, .demolition-cost > ul { padding: 42px 25px; }
  .demolition-page .process-grid { grid-template-columns: 1fr; }
  .clearing-page .process-grid { grid-template-columns: 1fr; }
  .service-hero .service-hero__media figcaption { right: 14px; bottom: 14px; left: 14px; }
  .organization-section { margin-top: 82px; padding: 42px 25px; gap: 34px; }
  .callback-section { margin-top: 82px; }
  .callback-section__copy, .callback-form { padding: 42px 25px; }
  .callback-form, .price-service-grid { grid-template-columns: 1fr; }
  .callback-form label:nth-of-type(4), .price-service-grid article:last-child { grid-column: auto; }
  .callback-form .button { width: 100%; }
  .prices-hero { min-height: 540px; padding: 48px 26px; }
  .prices-hero h1 { font-size: 48px; }
  .price-service-grid article { padding: 30px 25px; }
  .price-principle { align-items: flex-start; flex-direction: column; margin-top: 82px; padding: 42px 25px; }
  .price-principle > strong { flex-basis: auto; }
  .work-gallery__slide > img, .work-gallery__slide > video { height: 440px; }
  .work-gallery__slide figcaption { min-height: 98px; padding: 18px 20px; }
  .work-gallery__slide figcaption strong { font-size: 19px; }
  .work-gallery__slide figcaption > b { font-size: 28px; }
  .work-gallery__controls { padding: 0 20px 20px; }
  .work-gallery__controls button { width: 50px; height: 50px; }
  .work-gallery__thumbs button { flex-basis: 116px; height: 78px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; padding: 25px; }
  .reviews-footer { align-items: stretch; flex-direction: column; }
  .reviews-footer a { justify-content: center; }
}
