@font-face {
  font-family: "Vazir";
  src: url("../fonts/Vazir-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #102522;
  --muted: #5e706c;
  --green-950: #062e29;
  --green-900: #083d35;
  --green-800: #0b5146;
  --green-600: #17806d;
  --mint: #dff3eb;
  --mint-2: #eef8f4;
  --lime: #c9e95b;
  --blue: #173c5b;
  --sand: #f6f4ee;
  --white: #fff;
  --line: #dce6e2;
  --shadow: 0 22px 55px rgba(10, 47, 40, .1);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Vazir", Tahoma, Arial, sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.35; letter-spacing: -.025em; }
h1 { font-size: clamp(2.55rem, 6vw, 5.7rem); margin-bottom: 24px; }
h2 { font-size: clamp(1.8rem, 3.6vw, 3.25rem); margin-bottom: 20px; }
h3 { font-size: 1.2rem; margin-bottom: 10px; }
p { color: var(--muted); }
address { font-style: normal; }

.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset: 8px auto auto 8px; z-index: 999; padding: 10px 16px; background: #fff; transform: translateY(-150%); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ddbf2f; outline-offset: 4px; border-radius: 6px; }

.topbar { background: var(--green-950); color: #cfe6df; font-size: .78rem; }
.topbar__inner { min-height: 35px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,230,226,.8); backdrop-filter: blur(18px); }
.header__inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__logo { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; }
.brand__logo img { width: 100%; height: 100%; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.2rem; line-height: 1.2; }
.brand small { font-size: .67rem; color: var(--muted); margin-top: 3px; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 5px; margin-inline: auto; }
.primary-nav a { padding: 10px 13px; border-radius: 10px; color: #354a46; font-size: .9rem; font-weight: 650; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { background: var(--mint-2); color: var(--green-800); }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; padding: 12px 22px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--green-900); color: #fff; box-shadow: 0 12px 26px rgba(8,61,53,.18); }
.button--primary:hover { background: var(--green-800); box-shadow: 0 16px 30px rgba(8,61,53,.22); }
.button--ghost { background: #fff; border-color: var(--line); color: var(--green-900); }
.button--light { background: var(--lime); color: var(--green-950); }
.button--outline-light { border-color: rgba(255,255,255,.36); color: #fff; }
.button--small { min-height: 44px; padding: 9px 18px; font-size: .87rem; }
.button--full { width: 100%; }
.text-link { color: var(--green-800); font-weight: 800; border-bottom: 1px solid currentColor; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--green-600); font-weight: 900; font-size: .78rem; letter-spacing: .05em; }
.eyebrow i { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,233,91,.18); }
.eyebrow--light { color: var(--lime); }

.hero { position: relative; overflow: hidden; padding: clamp(56px, 8vw, 108px) 0 70px; background: radial-gradient(circle at 18% 18%, rgba(201,233,91,.14), transparent 28%), linear-gradient(135deg, #f8fbf9 0%, #eef7f3 100%); }
.hero::after { content: ""; position: absolute; inset: auto -80px -180px auto; width: 420px; height: 420px; border: 1px solid rgba(23,128,109,.15); border-radius: 50%; box-shadow: 0 0 0 54px rgba(23,128,109,.035), 0 0 0 108px rgba(23,128,109,.025); }
.hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(48px, 8vw, 100px); }
.hero__content { position: relative; z-index: 2; }
.hero h1 em { color: var(--green-600); font-style: normal; }
.hero__lead { max-width: 700px; font-size: 1.08rem; margin-bottom: 30px; }
.hero__proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid var(--line); }
.hero__proof li { padding: 20px 0 0 18px; }
.hero__proof li + li { border-right: 1px solid var(--line); padding-right: 18px; }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { font-size: .86rem; }
.hero__proof span { font-size: .72rem; color: var(--muted); }
.hero__visual { position: relative; min-height: 560px; }
.hero__photo { position: absolute; inset: 0 34px 42px 0; margin: 0; border-radius: 180px 24px 180px 24px; overflow: hidden; box-shadow: var(--shadow); }
.hero__photo--real img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; }
.media-placeholder { min-height: 340px; display: grid; place-items: center; position: relative; overflow: hidden; background: linear-gradient(145deg, #a8c8bc, #275f54); color: #fff; }
.media-placeholder::before { content: ""; position: absolute; width: 50%; height: 110%; border-radius: 50%; background: rgba(255,255,255,.08); transform: rotate(35deg); }
.media-placeholder::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.28); border-radius: inherit; }
.media-placeholder__label { position: relative; z-index: 1; text-align: center; padding: 20px; }
.media-placeholder__label span, .media-placeholder__label small { display: block; }
.media-placeholder__label span { font-weight: 900; font-size: 1.1rem; }
.media-placeholder__label small { opacity: .78; }
.diagnostic-card { position: absolute; z-index: 3; inset: auto 0 0 auto; max-width: 310px; display: flex; align-items: center; gap: 12px; padding: 17px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; box-shadow: var(--shadow); }
.diagnostic-card__dot { width: 13px; height: 13px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 7px var(--mint); }
.diagnostic-card strong, .diagnostic-card small { display: block; }
.diagnostic-card strong { font-size: .82rem; }
.diagnostic-card small { font-size: .7rem; color: var(--muted); }
.hero__seal { position: absolute; z-index: 3; inset: 26px auto auto 2px; width: 110px; height: 110px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--green-950); color: #fff; box-shadow: 0 0 0 10px rgba(255,255,255,.85); }
.hero__seal span, .hero__seal small { font-size: .62rem; color: #b5d4cc; }
.hero__seal strong { font-size: 1.45rem; color: var(--lime); line-height: 1.1; }

.trust-strip { background: var(--green-950); color: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid div { min-height: 92px; display: flex; align-items: center; gap: 14px; padding: 20px 24px; border-left: 1px solid rgba(255,255,255,.1); }
.trust-strip__grid div:last-child { border-left: 0; }
.trust-strip__grid span { color: var(--lime); font-size: .72rem; }
.trust-strip__grid strong { font-size: .86rem; }

.section { padding: clamp(72px, 9vw, 122px) 0; }
.section--tint { background: var(--sand); }
.section--dark { background: var(--green-950); color: #fff; }
.section--dark p { color: #c4d5d1; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 46px; }
.section-heading > div { max-width: 720px; }
.section-heading > p { max-width: 440px; margin: 0; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--compact { margin-bottom: 32px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b9d3ca; box-shadow: var(--shadow); }
.service-card__number { position: absolute; top: 22px; left: 24px; color: #a5b7b1; font-size: .72rem; }
.service-card--with-image { min-height: 440px; }
.service-card__image { display: block; height: 185px; margin: -28px -28px 22px; overflow: hidden; background: var(--mint); }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .service-card__image img { transform: scale(1.035); }
.service-card--with-image .service-card__number { top: 14px; left: 14px; padding: 5px 9px; border-radius: 999px; color: #fff; background: rgba(8, 61, 53, .82); backdrop-filter: blur(5px); }
.service-card__icon { width: 48px; height: 48px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 14px; color: var(--green-800); background: var(--mint); font-weight: 950; font-size: 1.25rem; }
.service-card--with-image .service-card__icon { width: 40px; height: 40px; margin-bottom: 18px; font-size: 1rem; }
.service-card p { font-size: .91rem; }
.service-card a { display: inline-flex; gap: 8px; align-items: center; margin-top: 12px; color: var(--green-800); font-weight: 900; font-size: .83rem; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 110px); }
.split-layout--reverse > :first-child { order: 2; }
.split-layout--reverse > :last-child { order: 1; }
.large-copy { font-size: 1.05rem; }
.method-visual { position: relative; min-height: 480px; display: grid; place-items: center; }
.method-visual::before { content: ""; position: absolute; width: 350px; height: 350px; border: 1px dashed #a8c6bb; border-radius: 50%; animation: spin 28s linear infinite; }
.method-visual__ring { width: 225px; height: 225px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--green-900); color: #fff; box-shadow: 0 0 0 24px #e2eee9, var(--shadow); }
.method-visual__ring span { font-size: 3.3rem; font-weight: 900; color: var(--lime); line-height: 1; }
.method-visual__ring small { max-width: 110px; margin-top: 10px; }
.method-visual__item { position: absolute; padding: 10px 17px; border-radius: 999px; background: #fff; box-shadow: 0 10px 30px rgba(8,61,53,.12); font-weight: 900; font-size: .8rem; }
.method-visual__item--one { top: 55px; left: 55px; }
.method-visual__item--two { bottom: 55px; left: 70px; }
.method-visual__item--three { top: 46%; right: 20px; }
@keyframes spin { to { transform: rotate(360deg); } }
.feature-list { display: grid; gap: 13px; margin-top: 28px; }
.feature-list > div { display: grid; grid-template-columns: 32px 1fr; gap: 12px; }
.feature-list span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green-800); font-weight: 900; }
.feature-list p { margin: 0; font-size: .9rem; }
.feature-list strong { color: var(--ink); }
.ipm-explainer { margin-top: 26px; padding: 24px 26px; border: 1px solid #bad2c9; border-right: 4px solid var(--green-700); border-radius: var(--radius); background: rgba(255, 255, 255, .78); box-shadow: 0 14px 35px rgba(8, 61, 53, .07); }
.ipm-explainer__label { display: block; margin-bottom: 8px; color: var(--green-700); font-size: .72rem; font-weight: 900; }
.ipm-explainer h3 { margin-bottom: 10px; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.ipm-explainer p { margin: 0; font-size: .9rem; }
.ipm-explainer__sources { margin-top: 12px !important; padding-top: 11px; border-top: 1px solid #d7e4df; color: var(--muted); font-size: .78rem !important; }
.ipm-explainer__sources a { color: var(--green-800); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.process li { position: relative; min-height: 410px; overflow: hidden; border-top: 3px solid var(--green-800); background: var(--mint-2); border-radius: 0 0 var(--radius) var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.process li:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.process__image { width: 100%; height: 175px; object-fit: cover; object-position: center 35%; }
.process__content { padding: 22px 24px 26px; }
.process__content span { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 42px; height: 42px; margin: 0; background: rgba(255, 255, 255, .92); border-radius: 50%; color: var(--green-800); font-weight: 900; box-shadow: 0 8px 24px rgba(8, 61, 53, .12); }
.process p { margin-bottom: 0; font-size: .86rem; }

.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.business-types { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.business-type { position: relative; min-height: 158px; overflow: hidden; border-radius: 18px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.05); isolation: isolate; }
.business-type::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(4, 29, 26, .02) 25%, rgba(4, 29, 26, .88) 100%); }
.business-type img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .5s ease; }
.business-type span { position: absolute; inset: auto 0 0; z-index: 2; padding: 34px 16px 15px; color: #fff; font-weight: 900; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.business-type:hover img { transform: scale(1.055); filter: saturate(1.08); }

.project-section { background: #fff; }
.project-gallery { display: grid; grid-template-columns: 1.15fr repeat(2, .85fr); grid-auto-rows: 285px; gap: 16px; }
.project-card { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--green-950); }
.project-card--featured { grid-row: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg, rgba(6,46,41,.92), transparent); pointer-events: none; }
.project-card figcaption { position: absolute; z-index: 2; inset: auto 22px 20px; color: #fff; }
.project-card figcaption strong, .project-card figcaption span { display: block; }
.project-card figcaption strong { font-size: 1rem; }
.project-card figcaption span { margin-top: 3px; color: rgba(255,255,255,.75); font-size: .75rem; }

.area-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.area-card { min-height: 310px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 36px; border-radius: var(--radius-lg); overflow: hidden; position: relative; color: #fff; }
.area-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,46,41,.9), rgba(6,46,41,.18)), radial-gradient(circle at 20% 20%, #518d80, #0a4038); }
.area-card > * { position: relative; z-index: 1; }
.area-card--karaj::before { background: linear-gradient(0deg, rgba(18,49,72,.92), rgba(18,49,72,.18)), radial-gradient(circle at 20% 20%, #668aa4, #173c5b); }
.area-card span { color: var(--lime); font-size: .75rem; font-weight: 800; }
.area-card h3 { margin: 6px 0 4px; font-size: 2.2rem; }
.area-card p { color: rgba(255,255,255,.76); }
.area-card strong { font-size: .84rem; }

.proof-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 20px; align-items: stretch; }
.proof-grid--three { grid-template-columns: repeat(3, 1fr); }
.proof-placeholder { min-height: 270px; padding: 30px; border-radius: var(--radius); border: 1px dashed #a9bbb5; background: rgba(255,255,255,.66); }
.proof-placeholder__stamp { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 48px; border: 1px solid #a3b7b0; border-radius: 50%; color: var(--green-800); font-weight: 900; font-size: .73rem; }
.proof-card { min-height: 270px; padding: 30px; border-radius: var(--radius); border: 1px solid #c7d7d1; background: #fff; box-shadow: var(--shadow); }
.proof-card__stamp { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: var(--mint-2); color: var(--green-800); font-weight: 900; font-size: .73rem; }
.proof-card h3 { margin-bottom: 8px; }
.proof-card a { display: inline-block; margin-top: 12px; font-weight: 800; color: var(--green-800); }

.quote-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 8vw, 100px); align-items: start; }
.contact-note { display: flex; justify-content: space-between; gap: 12px; padding-top: 22px; margin-top: 32px; border-top: 1px solid var(--line); }
.contact-note span { color: var(--muted); font-size: .84rem; }
.request-form { padding: clamp(24px, 4vw, 40px); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); background: #fff; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .8rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd9d4; border-radius: 12px; background: #fbfcfb; padding: 12px 14px; color: var(--ink); }
.field input, .field select { min-height: 50px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green-600); background: #fff; outline: 3px solid rgba(23,128,109,.12); }
.request-form .button { margin-top: 20px; }
.form-note { margin: 10px 0 0; text-align: center; font-size: .72rem; }
.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.form-message { padding: 12px 15px; border-radius: 12px; }
.form-message--success { color: #175b38; background: #e4f6eb; }
.form-message--error { color: #8a2525; background: #fae9e9; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-list { border-top: 1px solid #cad8d3; }
.faq-list details { border-bottom: 1px solid #cad8d3; }
.faq-list summary { position: relative; padding: 22px 40px 22px 4px; cursor: pointer; list-style: none; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 5px; top: 50%; width: 16px; height: 2px; background: var(--green-800); }
.faq-list summary::after { transform: rotate(90deg); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-list details p { padding: 0 40px 22px 4px; margin: 0; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.article-card span { color: var(--green-600); font-size: .74rem; font-weight: 800; }
.article-card h2, .article-card h3 { margin-top: 24px; }
.article-card h2 { font-size: 1.35rem; }
.article-card p { font-size: .87rem; }
.article-card a { font-weight: 900; }
.article-card--featured { grid-column: span 2; background: var(--green-950); color: #fff; }
.article-card--featured p { color: #c4d5d1; }
.blog-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.blog-filter button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 9px 17px; cursor: pointer; }
.blog-filter button.is-active { background: var(--green-900); color: #fff; border-color: var(--green-900); }
.editorial-note { margin-top: 30px; padding: 24px 28px; border-radius: var(--radius); background: var(--mint-2); display: flex; gap: 24px; align-items: baseline; }
.editorial-note p { margin: 0; }
.rich-content .editorial-note { display: block; }
.rich-content .editorial-note p { margin: 10px 0; }

.final-cta { background: var(--green-800); color: #fff; padding: 58px 0; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta h2 { max-width: 740px; font-size: clamp(1.7rem, 3.3vw, 2.8rem); margin-bottom: 10px; }
.final-cta p { color: #cae1db; margin-bottom: 0; }
.site-footer { padding: 70px 0 28px; background: var(--green-950); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
.brand--footer small { color: #9cb8b1; }
.footer-brand > p { max-width: 340px; }
.footer-trust { font-size: .75rem; }
.site-footer h2 { font-size: .9rem; margin-bottom: 22px; color: var(--lime); }
.site-footer p, .site-footer a { color: #b8ccc7; font-size: .82rem; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 9px 0; }
.site-footer a:hover { color: #fff; }
.footer-phone { display: block; margin: 7px 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; }
.mobile-actions { display: none; }

.breadcrumbs { padding-top: 24px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; font-size: .73rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-right: 8px; color: #9aa9a5; }
.breadcrumbs a { color: var(--green-600); }
.breadcrumbs span { color: var(--muted); }
.page-hero { padding: 64px 0 84px; background: linear-gradient(145deg, #f7faf8, #eef7f3); }
.page-hero__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 80px; align-items: center; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 4.5rem); }
.page-hero p { max-width: 700px; font-size: 1.05rem; }
.page-hero--compact { padding-bottom: 64px; }
.page-hero--compact .container { max-width: 900px; }
.quick-diagnosis, .coverage-card { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.quick-diagnosis > span, .coverage-card > span { color: var(--green-600); font-size: .75rem; font-weight: 900; }
.quick-diagnosis h2 { margin-top: 8px; font-size: 1.5rem; }
.quick-diagnosis ol { padding-right: 22px; margin-bottom: 0; color: var(--muted); }
.coverage-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; }
.coverage-card li { padding: 10px; border-radius: 10px; background: var(--mint-2); font-size: .83rem; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 80px; align-items: start; }
.rich-content { max-width: 760px; }
.rich-content > section { margin-bottom: 76px; }
.rich-content h2 { font-size: clamp(1.55rem, 3vw, 2.35rem); }
.article-meta { color: var(--muted); font-size: .92rem; }
.service-detail-media { margin: 28px 0 0; }
.service-detail-media img { width: 100%; border-radius: var(--radius); aspect-ratio: 3 / 2; object-fit: cover; }
.service-detail-media figcaption { margin-top: 10px; color: var(--muted); font-size: .86rem; }
.section-index { display: inline-block; margin-bottom: 14px; color: var(--green-600); font-size: .72rem; font-weight: 900; }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 42px 13px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; right: 4px; top: 13px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green-800); font-weight: 900; }
.media-placeholder--wide { margin-top: 30px; min-height: 330px; border-radius: var(--radius); }
.media-placeholder--map { min-height: 430px; border-radius: var(--radius-lg); }
.two-column-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.two-column-notes > div { padding: 25px; border-radius: var(--radius); background: var(--mint-2); }
.two-column-notes h2 { font-size: 1.25rem; }
.two-column-notes ul { padding-right: 20px; color: var(--muted); }
.sticky-aside { position: sticky; top: 110px; display: grid; gap: 18px; }
.aside-card, .aside-links { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.aside-card h2 { font-size: 1.45rem; }
.aside-card .button + .button { margin-top: 8px; }
.aside-links h2 { font-size: 1rem; }
.aside-links a { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.aside-links a:last-child { border-bottom: 0; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.value-grid div { padding: 24px; border-radius: 18px; background: var(--mint-2); }
.value-grid strong, .value-grid span { display: block; }
.value-grid span { color: var(--muted); font-size: .78rem; }
.contact-stack { display: grid; gap: 12px; margin-top: 30px; }
.contact-stack div { padding: 18px; border: 1px solid var(--line); border-radius: 14px; }
.contact-stack small, .contact-stack strong { display: block; }
.contact-stack small { color: var(--muted); }
.contact-phone { display: inline-block; margin-top: 3px; color: var(--green-800); font-size: 1.12rem; font-weight: 900; direction: ltr; }
.about-team-photo { margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: var(--green-950); box-shadow: var(--shadow); }
.about-team-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 38%; }
.about-team-photo figcaption { padding: 12px 18px; color: #d9e8e4; background: var(--green-950); font-size: .76rem; }
.notice-box { margin-top: 22px; padding: 18px; border-radius: 14px; background: #fff8df; border: 1px solid #ebd996; }
.notice-box p { margin: 5px 0 0; font-size: .82rem; }
.narrow-content { max-width: 800px; }
.error-page { min-height: 70vh; display: grid; place-items: center; padding: 70px 0; text-align: center; background: var(--mint-2); }
.error-page__inner { max-width: 720px; }
.error-code { display: block; font-size: clamp(5rem, 16vw, 10rem); font-weight: 950; line-height: .9; color: rgba(23,128,109,.14); }
.error-page .button-row { justify-content: center; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .primary-nav { margin-right: auto; }
  .hero__grid, .page-hero__grid, .split-layout, .business-grid, .quote-layout, .faq-layout { grid-template-columns: 1fr; }
  .hero__visual { min-height: 480px; max-width: 620px; width: 100%; margin-inline: auto; }
  .service-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .project-gallery { grid-template-columns: repeat(2, 1fr); }
  .project-card--featured { grid-row: span 2; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > :first-child { grid-column: 1 / -1; }
  .content-layout { grid-template-columns: 1fr; gap: 20px; }
  .rich-content { max-width: none; }
  .sticky-aside { position: static; grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  h1 { font-size: clamp(2.4rem, 13vw, 4rem); }
  .topbar__inner span:last-child { display: none; }
  .topbar__inner { justify-content: center; }
  .header__inner { min-height: 68px; }
  .nav-toggle { display: block; margin-right: auto; }
  .primary-nav { position: fixed; inset: 103px 0 0; padding: 24px 18px; display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 4px; background: #fff; }
  .nav-open .primary-nav { display: flex; }
  .primary-nav a { padding: 14px; font-size: 1rem; }
  .hero { padding-top: 48px; }
  .hero__grid { gap: 44px; }
  .hero__lead { font-size: .98rem; }
  .hero__proof { grid-template-columns: 1fr; }
  .hero__proof li, .hero__proof li + li { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero__visual { min-height: 390px; }
  .hero__photo { inset: 0 0 40px; border-radius: 90px 18px 90px 18px; }
  .hero__photo--real img { object-position: 50% 30%; }
  .hero__seal { width: 90px; height: 90px; }
  .diagnostic-card { max-width: 270px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; }
  .trust-strip__grid div { min-height: 75px; padding: 15px; }
  .section { padding: 72px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p, .section-heading > a { display: inline-block; margin-top: 16px; }
  .service-grid, .article-grid, .process, .proof-grid, .proof-grid--three, .area-grid, .footer-grid, .form-grid, .two-column-notes, .sticky-aside { grid-template-columns: 1fr; }
  .project-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .project-card--featured { grid-column: 1 / -1; grid-row: auto; }
  .proof-grid > :first-child, .footer-grid > :last-child, .article-card--featured { grid-column: auto; }
  .service-card { min-height: 245px; }
  .method-visual { min-height: 390px; }
  .method-visual::before { width: 300px; height: 300px; }
  .method-visual__ring { width: 190px; height: 190px; }
  .business-grid { gap: 38px; }
  .business-types { grid-template-columns: 1fr 1fr; }
  .area-card { min-height: 260px; padding: 26px; }
  .final-cta__inner { display: block; }
  .final-cta .button-row { margin-top: 25px; }
  .footer-grid { gap: 30px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom a { display: inline-block; margin-top: 8px; }
  .mobile-actions { position: fixed; z-index: 120; inset: auto 0 0; height: 66px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; background: #fff; box-shadow: 0 -12px 28px rgba(7,40,35,.13); }
  .mobile-action { display: grid; place-items: center; font-size: .78rem; font-weight: 900; border-left: 1px solid var(--line); }
  .mobile-action--primary { background: var(--green-900); color: #fff; }
  .page-hero { padding: 46px 0 58px; }
  .page-hero__grid { gap: 35px; }
  .coverage-card ul { grid-template-columns: 1fr; }
  .content-layout { gap: 10px; }
  .rich-content > section { margin-bottom: 58px; }
  .article-grid--blog { grid-template-columns: 1fr; }
  .project-card:last-child { grid-column: 1 / -1; }
  .editorial-note { display: block; }
  .editorial-note p { margin-top: 8px; }
}

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