:root {
	--ink: #101816;
	--ink-soft: #1d2925;
	--paper: #f4f6f2;
	--white: #ffffff;
	--line: #cdd5d0;
	--muted: #5d6864;
	--accent: #ed5b3a;
	--accent-dark: #b83d24;
	--mint: #bdebdc;
	--gold: #c7a650;
	--container: 1400px;
	--gutter: 42px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure, blockquote, p { margin-top: 0; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3 { margin: 0; font-family: Arial Black, Arial, Helvetica, sans-serif; font-weight: 900; line-height: .96; letter-spacing: 0; overflow-wrap: anywhere; hyphens: auto; }
h1 { font-size: 78px; }
h2 { font-size: 62px; }
h3 { font-size: 28px; }
.container { width: min(100% - (var(--gutter) * 2), var(--container)); margin-inline: auto; }
.narrow { max-width: 900px; }
.section { padding: 110px 0; }
.overline { margin: 0 0 24px; color: var(--accent); font-size: 13px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 12px 16px; background: var(--white); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.availability-bar { min-height: 34px; color: var(--paper); background: var(--ink); border-bottom: 1px solid #35413d; font-size: 12px; font-weight: 800; }
.availability-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.availability-bar a { display: inline-flex; align-items: center; gap: 8px; color: var(--mint); }
.availability-bar .icon { width: 15px; height: 15px; }
.nav-shell { position: relative; z-index: 100; background: var(--white); border-bottom: 1px solid var(--line); }
.nav-shell__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.site-brand { display: block; width: min(280px, 34vw); }
.site-brand__image, .custom-logo { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; }
.primary-navigation { display: flex; align-items: center; gap: 34px; }
.nav-list { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-list a { font-size: 14px; font-weight: 900; }
.nav-list a:hover, .nav-list a:focus-visible { color: var(--accent); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); color: var(--ink); background: var(--white); cursor: pointer; place-items: center; }
.menu-toggle span { display: grid; place-items: center; width: 100%; height: 100%; }
.menu-toggle .icon { width: 24px; height: 24px; }
.menu-toggle__close { display: none !important; }
.menu-toggle.is-open .menu-toggle__open { display: none; }
.menu-toggle.is-open .menu-toggle__close { display: grid !important; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; font-size: 14px; font-weight: 900; line-height: 1.2; text-align: center; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button--nav { min-height: 48px; color: var(--white); background: var(--ink); white-space: nowrap; }
.button--accent { color: var(--white); background: var(--accent); }
.button--accent:hover { background: var(--accent-dark); }
.button--dark { color: var(--white); background: var(--ink); }
.button--light { color: var(--ink); background: var(--white); }
.button--outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.button--ghost-light { color: var(--white); border-color: rgba(255,255,255,.6); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 2px solid currentColor; font-size: 14px; font-weight: 900; }
.text-link:hover { color: var(--accent); }

.statement-hero { position: relative; min-height: calc(100svh - 122px); color: var(--white); background: var(--ink); overflow: hidden; }
.statement-hero__image, .statement-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.statement-hero__image { object-fit: cover; object-position: center 42%; }
.statement-hero__veil { background: linear-gradient(90deg, rgba(16,24,22,.93) 0%, rgba(16,24,22,.78) 48%, rgba(16,24,22,.55) 100%); }
.statement-hero__inner { position: relative; z-index: 1; min-height: calc(100svh - 122px); display: grid; grid-template-rows: auto 1fr auto auto; gap: 30px; padding-top: 40px; padding-bottom: 38px; }
.statement-hero__eyebrow { display: flex; justify-content: space-between; gap: 24px; color: var(--mint); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.statement-hero h1 { align-self: center; display: flex; flex-direction: column; text-align: center; font-size: 126px; line-height: .84; }
.statement-hero h1 span:nth-child(2) { color: var(--accent); }
.statement-hero__footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 60px; padding-top: 26px; border-top: 1px solid #3a4642; }
.statement-hero__footer > p { max-width: 690px; margin: 0; color: #d4ded9; font-size: 19px; line-height: 1.55; }
.hero-review { display: grid; grid-template-columns: auto 1fr auto; align-items: start; gap: 18px; max-width: 920px; color: #dce5e1; }
.hero-review .stars, .stars { color: var(--gold); letter-spacing: 0; white-space: nowrap; }
.hero-review blockquote { margin: 0; font-family: Georgia, serif; font-style: italic; line-height: 1.45; }
.hero-review small { color: #95a39d; font-size: 11px; font-weight: 900; text-transform: uppercase; }

.trust-ledger { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-ledger__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-ledger__grid > div { min-height: 125px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 24px 30px; border-left: 1px solid var(--line); }
.trust-ledger__grid > div:last-child { border-right: 1px solid var(--line); }
.trust-ledger strong { font-size: 15px; }
.trust-ledger span { color: var(--muted); font-size: 13px; line-height: 1.35; }

.section-heading { max-width: 1000px; margin-bottom: 70px; }
.section-heading h2 { font-size: 66px; }
.section-heading p:not(.overline) { max-width: 650px; margin: 24px 0 0; color: var(--muted); }
.section-heading--spread { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.services-section { padding: 130px 0; background: var(--paper); }
.service-index { border-top: 3px solid var(--ink); }
.service-index__item { min-height: 126px; display: grid; grid-template-columns: 80px 1fr 60px; align-items: center; gap: 28px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.service-index__number { color: var(--accent); font-size: 14px; font-weight: 900; }
.service-index__item p { margin: 0 0 4px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.service-index__item h3 { font-size: 40px; }
.service-index__item h3 a:hover { color: var(--accent); }
.service-index__arrow { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid var(--ink); font-size: 24px; }
.service-index__arrow:hover { color: var(--white); background: var(--ink); }

.diagnostic-statement { padding: 140px 0; color: var(--white); background: var(--ink); }
.diagnostic-statement__grid { display: grid; grid-template-columns: .9fr .75fr 1.15fr; gap: 70px; align-items: start; }
.diagnostic-statement h2 { font-size: 74px; }
.diagnostic-statement__copy { color: #cfd9d4; }
.diagnostic-statement__copy .lead { color: var(--white); font-size: 25px; line-height: 1.4; }
.diagnostic-statement__media { margin: 0; }
.diagnostic-statement__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.diagnostic-statement figcaption { padding-top: 12px; color: #9ba9a3; font-size: 12px; text-transform: uppercase; }
.refined-list { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }
.refined-list li { display: flex; align-items: flex-start; gap: 12px; }
.refined-list .icon { margin-top: 4px; color: var(--accent); }

.process-section { padding: 130px 0; background: var(--mint); }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 3px solid var(--ink); list-style: none; }
.process-list > li { min-height: 280px; padding: 34px; border-right: 1px solid rgba(16,24,22,.25); }
.process-list > li:last-child { border-right: 0; }
.process-list > li > span { display: block; margin-bottom: 60px; color: var(--accent-dark); font-size: 14px; font-weight: 900; }
.process-list h3 { margin-bottom: 14px; font-size: 30px; }
.process-list p { margin: 0; color: #394740; }
.process-list--four { grid-template-columns: repeat(4, 1fr); }

.quality-section { padding: 140px 0; background: var(--white); }
.quality-section__grid { display: grid; grid-template-columns: 370px minmax(0, 1fr); gap: 120px; align-items: center; }
.quality-section figure { margin: 0; }
.quality-section__badge { width: 100%; aspect-ratio: 1; object-fit: cover; }
.quality-section h2 { max-width: 900px; font-size: 72px; }
.quality-section p:not(.overline) { max-width: 760px; margin-top: 30px; color: var(--muted); font-size: 20px; }
.review-quote { max-width: 760px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); }
.review-quote blockquote { margin: 10px 0; font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.review-quote small { color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.field-section { position: relative; min-height: 720px; color: var(--white); background: var(--ink); }
.field-section figure { position: absolute; inset: 0; margin: 0; }
.field-section__image { width: 100%; height: 100%; object-fit: cover; }
.field-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,24,22,.96) 0%, rgba(16,24,22,.82) 38%, rgba(16,24,22,.1) 72%); }
.field-section__copy { position: relative; z-index: 1; min-height: 720px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.field-section h2 { max-width: 650px; font-size: 82px; }
.field-section p:not(.overline) { max-width: 570px; margin: 30px 0; color: #d7dfdb; }

.payment-band { padding: 100px 0; color: var(--white); background: var(--accent); }
.payment-band__inner { display: grid; grid-template-columns: 1fr .8fr auto; gap: 70px; align-items: center; }
.payment-band .overline { color: var(--ink); }
.payment-band h2 { font-size: 62px; }
.payment-band__inner > p { margin: 0; font-size: 19px; }
.payment-band__methods { display: grid; gap: 10px; }
.payment-band__methods span { min-width: 190px; display: flex; align-items: center; gap: 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.55); font-weight: 900; }

.journal-section, .journal-archive { padding: 130px 0; background: var(--paper); }
.journal-grid, .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.post-card { min-width: 0; background: var(--white); }
.post-card__media { display: block; overflow: hidden; }
.post-card__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.post-card__media:hover .post-card__image { transform: scale(1.025); }
.post-card__body { min-height: 365px; display: flex; flex-direction: column; padding: 30px; }
.post-card__meta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.post-card h3 { margin-bottom: 18px; font-size: 29px; line-height: 1.08; }
.post-card p { color: var(--muted); }
.post-card .text-link { align-self: flex-start; margin-top: auto; }

.faq-section { padding: 130px 0; background: var(--white); }
.faq-section__grid { display: grid; grid-template-columns: 430px minmax(0, 1fr); gap: 110px; }
.faq-section h2 { margin-bottom: 26px; font-size: 72px; }
.faq-section header > p:not(.overline) { color: var(--muted); }
.faq-section header .button { margin-top: 28px; }
.faq-list { border-top: 3px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; display: grid; grid-template-columns: 54px 1fr; align-items: center; padding: 18px 0; font-size: 19px; font-weight: 900; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--accent); font-size: 12px; }
.faq-list details > p, .faq-list details > div { margin: 0; padding: 0 0 28px 54px; color: var(--muted); }
.faq-list details > div p:last-child { margin-bottom: 0; }

.city-hero { position: relative; min-height: 820px; color: var(--white); background: var(--ink); overflow: hidden; }
.city-hero__image, .city-hero__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.city-hero__image { object-fit: cover; }
.city-hero__veil { background: linear-gradient(90deg, rgba(16,24,22,.97) 0%, rgba(16,24,22,.86) 48%, rgba(16,24,22,.25) 100%); }
.city-hero__content { position: relative; z-index: 1; min-height: 820px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 70px; padding-bottom: 60px; }
.city-hero .breadcrumbs { margin-bottom: 45px; }
.city-hero h1 { max-width: 980px; font-size: 96px; }
.city-hero__intro { max-width: 760px; margin: 35px 0 32px; color: #e8eeeb; font-size: 19px; line-height: 1.65; }
.city-hero__intro p { margin-bottom: 0; }
.city-hero .hero-review { margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.35); }
.city-overview { padding: 130px 0; background: var(--white); }
.city-overview__grid { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; }
.city-overview h2 { font-size: 66px; }
.city-generated { max-width: 800px; margin-top: 32px; color: var(--muted); font-size: 19px; }
.city-overview aside { position: relative; align-self: start; padding: 36px; color: var(--white); background: var(--ink); }
.city-overview aside h2 { font-size: 38px; }
.city-overview aside .button { margin-top: 20px; color: var(--ink); background: var(--mint); }
.aside-number { display: block; margin-bottom: 70px; color: var(--accent); font-size: 14px; font-weight: 900; }
.city-perspectives { padding: 130px 0; background: var(--paper); }
.city-perspectives__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 3px solid var(--ink); border-bottom: 1px solid var(--line); }
.city-perspectives article { min-width: 0; padding: 36px; border-right: 1px solid var(--line); }
.city-perspectives article:last-child { border-right: 0; }
.city-perspectives article > span { display: block; margin-bottom: 80px; color: var(--accent); font-size: 13px; font-weight: 900; }
.city-perspectives h3 { margin-bottom: 24px; font-size: 30px; }
.city-perspectives article div { color: var(--muted); }
.city-technical { padding: 130px 0; color: var(--white); background: var(--ink); }
.city-technical__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.city-technical figure { margin: 0; }
.city-technical__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.city-technical h2 { font-size: 67px; }

.breadcrumbs { margin-bottom: 36px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }
.breadcrumbs a { border-bottom: 1px solid currentColor; }
.city-hero .breadcrumbs ol, .service-hero .breadcrumbs ol, .single-header .breadcrumbs ol { color: inherit; }
.page-hero, .page-intro { padding: 110px 0; color: var(--white); background: var(--ink); }
.page-hero h1, .page-intro h1 { max-width: 1100px; font-size: 78px; }
.page-hero p:not(.overline), .page-intro p:not(.overline) { max-width: 760px; margin: 28px 0 0; color: #cdd8d3; font-size: 19px; }
.page-intro__grid { display: grid; grid-template-columns: 1fr 260px; gap: 80px; align-items: end; }
.page-intro__aside { padding: 30px; color: var(--ink); background: var(--mint); }
.page-intro__aside span { font-family: Arial Black, Arial, sans-serif; font-size: 52px; font-weight: 900; }
.page-intro__aside p { color: var(--ink) !important; font-size: 14px !important; }

.service-catalog { padding: 120px 0; }
.service-catalog__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-catalog article { background: var(--white); }
.service-catalog__media { display: block; }
.service-catalog__image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.service-catalog__body { min-height: 380px; display: flex; flex-direction: column; padding: 36px; }
.service-catalog__body > span { margin-bottom: 26px; color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-catalog h2 { margin-bottom: 20px; font-size: 40px; }
.service-catalog p { color: var(--muted); }
.service-catalog .text-link { align-self: flex-start; margin-top: auto; }

.service-hero { padding: 80px 0 100px; color: var(--white); background: var(--ink); }
.service-hero__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.service-hero h1 { font-size: 72px; }
.service-hero__grid > div > p:not(.overline) { max-width: 700px; margin: 28px 0; color: #cfdbd5; }
.service-hero figure { margin: 0; }
.service-hero__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-hero figcaption { padding-top: 12px; color: #99a7a1; font-size: 12px; }
.service-facts { background: var(--mint); }
.service-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-facts span { min-height: 100px; display: flex; align-items: center; justify-content: center; gap: 14px; border-left: 1px solid rgba(16,24,22,.2); }
.service-facts span:last-child { border-right: 1px solid rgba(16,24,22,.2); }
.service-detail { padding: 120px 0; background: var(--white); }
.service-detail__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 100px; }
.service-detail h2, .service-evidence h2 { margin-bottom: 28px; font-size: 48px; }
.service-detail p { color: var(--muted); }
.service-detail blockquote { margin: 36px 0 0; padding: 24px; border-left: 5px solid var(--accent); background: var(--paper); }
.service-evidence { padding: 120px 0; color: var(--white); background: var(--ink); }
.service-evidence__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.service-evidence figure { margin: 0; }
.service-evidence__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-evidence p:not(.overline) { color: #cfdbd5; }
.service-evidence ol { display: grid; gap: 14px; margin: 32px 0 0; padding: 0; list-style: none; }
.service-evidence li { display: flex; gap: 16px; padding-top: 14px; border-top: 1px solid #34413c; }
.service-evidence li span { color: var(--accent); font-size: 12px; font-weight: 900; }
.related-section { padding: 110px 0; background: var(--paper); }
.related-list { border-top: 3px solid var(--ink); }
.related-list a { min-height: 100px; display: grid; grid-template-columns: 1fr 1.2fr 60px; align-items: center; gap: 25px; border-bottom: 1px solid var(--line); }
.related-list span { color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.related-list strong { font-size: 25px; }
.related-list b { font-size: 26px; text-align: right; }

.single-header { padding: 80px 0 100px; color: var(--white); background: var(--ink); }
.single-header__grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.single-header h1 { font-size: 68px; }
.single-header figure { margin: 0; }
.single-header figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.single-meta { display: flex; gap: 18px; margin-top: 30px; color: var(--mint); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.article-section { padding: 110px 0; background: var(--white); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 360px; justify-content: center; gap: 100px; align-items: start; }
.entry-content { overflow-wrap: anywhere; }
.entry-content h2 { margin: 55px 0 20px; font-size: 42px; line-height: 1.03; }
.entry-content h3 { margin: 38px 0 16px; }
.entry-content p, .entry-content li { color: #39433f; }
.entry-content a { color: var(--accent-dark); text-decoration: underline; }
.editorial-note { margin-top: 60px; padding: 28px; border: 1px solid var(--line); }
.article-sidebar { position: sticky; top: 30px; padding: 34px; color: var(--white); background: var(--ink); }
.article-sidebar h2 { margin-bottom: 20px; font-size: 38px; }
.article-sidebar > p:not(.overline) { color: #ccd7d2; }
.legal-page h2:first-child { margin-top: 0; }

.minimal-callout { padding: 95px 0; background: var(--mint); }
.minimal-callout--dark { color: var(--white); background: var(--accent); }
.minimal-callout__inner { display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.minimal-callout h2 { max-width: 950px; font-size: 58px; }
.minimal-callout--dark .overline { color: var(--ink); }
.footer-invitation { padding: 90px 0; color: var(--white); background: var(--accent); }
.footer-invitation__inner { display: grid; grid-template-columns: .65fr 1fr auto; gap: 70px; align-items: center; }
.display-kicker { margin: 0; font-family: Arial Black, Arial, sans-serif; font-size: 54px; font-weight: 900; line-height: .88; }
.footer-invitation h2 { font-size: 42px; }
.footer-invitation .overline { color: var(--ink); }
.footer-invitation p:not(.overline):not(.display-kicker) { margin: 18px 0 0; }
.footer-main { padding: 85px 0; color: #ccd6d1; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr 1fr .7fr; gap: 65px; }
.footer-logo { width: 260px; max-height: 58px; object-fit: contain; object-position: left; margin-bottom: 24px; background: var(--white); }
.footer-about p { max-width: 430px; }
.footer-grid h3 { margin-bottom: 22px; color: var(--mint); font-family: Arial, sans-serif; font-size: 13px; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.footer-contact { display: grid; gap: 14px; }
.footer-contact a { display: flex; align-items: center; gap: 10px; overflow-wrap: anywhere; }
.footer-bottom { padding: 22px 0; color: #8e9d96; background: #0b110f; border-top: 1px solid #2e3a36; font-size: 12px; }
.footer-bottom__inner { display: flex; justify-content: space-between; gap: 30px; }
.footer-bottom p { margin: 0; }

.pagination { margin-top: 50px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { min-width: 44px; min-height: 44px; display: grid; place-items: center; padding: 8px; border: 1px solid var(--line); }
.page-numbers.current { color: var(--white); background: var(--ink); }
.empty-state { padding: 55px; border: 1px solid var(--line); background: var(--white); }
.search-form { display: flex; max-width: 680px; margin-top: 30px; }
.search-field { min-width: 0; flex: 1; padding: 14px; border: 1px solid var(--line); }
.search-submit { padding: 14px 24px; color: var(--white); background: var(--accent); border: 0; font-weight: 900; }
.preview-raw-content { font-family: Arial, sans-serif; overflow-wrap: anywhere; }

@media (max-width: 1200px) {
	:root { --gutter: 28px; }
	.statement-hero h1 { font-size: 92px; }
	.diagnostic-statement__grid { grid-template-columns: 1fr 1fr; }
	.diagnostic-statement__media { grid-column: 1 / -1; }
	.diagnostic-statement__image { max-height: 520px; }
	.quality-section__grid { gap: 70px; }
	.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
	.footer-grid > :last-child { grid-column: 2; }
}

@media (max-width: 1050px) {
	.menu-toggle { position: relative; z-index: 1002; display: grid; }
	.primary-navigation { position: fixed; inset: 0; z-index: 1001; display: none; flex-direction: column; align-items: stretch; gap: 28px; padding: 105px 34px 40px; overflow-y: auto; color: var(--ink); background: var(--white); }
	.primary-navigation.is-open { display: flex; }
	.nav-list { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
	.nav-list li { border-bottom: 1px solid var(--line); }
	.nav-list a { min-height: 62px; display: flex; align-items: center; font-size: 18px; }
	.primary-navigation .button--nav { width: 100%; margin-top: 8px; }
	.statement-hero h1 { font-size: 78px; }
	.statement-hero__footer { grid-template-columns: 1fr; gap: 26px; }
	.section-heading h2, .city-overview h2 { font-size: 54px; }
	.diagnostic-statement h2, .quality-section h2, .field-section h2, .faq-section h2, .city-technical h2 { font-size: 58px; }
	.quality-section__grid { grid-template-columns: 280px 1fr; }
	.payment-band__inner { grid-template-columns: 1fr 1fr; }
	.payment-band__methods { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
	.faq-section__grid { grid-template-columns: 330px 1fr; gap: 60px; }
	.city-hero h1 { font-size: 76px; }
	.city-overview__grid { grid-template-columns: 1fr .65fr; gap: 45px; }
	.service-hero__grid, .single-header__grid { gap: 45px; }
	.article-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 55px; }
	.footer-invitation__inner { grid-template-columns: 1fr 1fr; }
	.footer-invitation .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
	:root { --gutter: 20px; }
	body { font-size: 16px; }
	.availability-bar__inner > span { display: none; }
	.availability-bar__inner { justify-content: center; }
	.nav-shell__inner { min-height: 76px; }
	.site-brand { width: 210px; }
	.site-brand__image, .custom-logo { max-height: 48px; }
	.statement-hero, .statement-hero__inner { min-height: calc(100svh - 110px); }
	.statement-hero__inner { gap: 24px; padding-top: 28px; padding-bottom: 28px; }
	.statement-hero__eyebrow { flex-direction: column; gap: 4px; }
	.statement-hero h1 { font-size: 54px; line-height: .88; }
	.statement-hero__footer { gap: 22px; }
	.statement-hero__footer > p { font-size: 16px; }
	.statement-hero .button-row { display: grid; grid-template-columns: 1fr; }
	.hero-review { grid-template-columns: 1fr; gap: 6px; }
	.hero-review small { margin-top: 4px; }
	.statement-hero__image { object-position: 58% center; }
	.statement-hero__veil { background: rgba(16,24,22,.74); }
	.trust-ledger__grid { grid-template-columns: repeat(2, 1fr); }
	.trust-ledger__grid > div { min-height: 110px; padding: 20px; border-bottom: 1px solid var(--line); }
	.trust-ledger__grid > div:nth-child(odd) { border-left: 0; }
	.trust-ledger__grid > div:nth-child(even) { border-right: 0; }
	.services-section, .diagnostic-statement, .process-section, .quality-section, .journal-section, .journal-archive, .faq-section, .city-overview, .city-perspectives, .city-technical, .service-catalog, .service-detail, .service-evidence, .related-section, .article-section { padding: 82px 0; }
	.section-heading { margin-bottom: 45px; }
	.section-heading--spread { display: block; }
	.section-heading--spread .text-link { margin-top: 28px; }
	.section-heading h2, .city-overview h2 { font-size: 42px; }
	.service-index__item { min-height: 108px; grid-template-columns: 44px 1fr 44px; gap: 12px; }
	.service-index__item h3 { font-size: 28px; }
	.service-index__arrow { width: 42px; height: 42px; }
	.diagnostic-statement__grid { grid-template-columns: 1fr; gap: 42px; }
	.diagnostic-statement__media { grid-column: auto; }
	.diagnostic-statement h2, .quality-section h2, .field-section h2, .faq-section h2, .city-technical h2 { font-size: 46px; }
	.process-list, .process-list--four { grid-template-columns: 1fr; }
	.process-list > li { min-height: 0; display: grid; grid-template-columns: 52px 1fr; gap: 12px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(16,24,22,.25); }
	.process-list > li > span { margin: 4px 0 0; }
	.quality-section__grid { grid-template-columns: 1fr; gap: 45px; }
	.quality-section figure { max-width: 300px; }
	.field-section, .field-section__copy { min-height: 640px; }
	.field-section::after { background: linear-gradient(90deg, rgba(16,24,22,.94), rgba(16,24,22,.62)); }
	.field-section__copy { justify-content: flex-end; padding-bottom: 65px; }
	.payment-band { padding: 72px 0; }
	.payment-band__inner { grid-template-columns: 1fr; gap: 28px; }
	.payment-band h2 { font-size: 48px; }
	.payment-band__methods { grid-column: auto; grid-template-columns: 1fr; }
	.journal-grid, .blog-grid { grid-template-columns: 1fr; }
	.post-card__body { min-height: 320px; }
	.faq-section__grid { grid-template-columns: 1fr; gap: 45px; }
	.city-hero, .city-hero__content { min-height: 760px; }
	.city-hero__content { padding-top: 55px; padding-bottom: 45px; }
	.city-hero__veil { background: rgba(16,24,22,.82); }
	.city-hero h1 { font-size: 54px; }
	.city-hero__intro { margin: 28px 0 30px; font-size: 16px; }
	.city-hero .button-row { display: grid; width: 100%; }
	.city-overview__grid, .city-technical__grid { grid-template-columns: 1fr; gap: 45px; }
	.city-overview aside { padding: 28px; }
	.aside-number { margin-bottom: 45px; }
	.city-perspectives__grid { grid-template-columns: 1fr; }
	.city-perspectives article { padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
	.city-perspectives article > span { margin-bottom: 35px; }
	.page-hero, .page-intro { padding: 80px 0; }
	.page-hero h1, .page-intro h1, .service-hero h1, .single-header h1 { font-size: 48px; }
	.page-intro__grid, .service-hero__grid, .single-header__grid, .service-detail__grid, .service-evidence__grid, .article-layout { grid-template-columns: 1fr; gap: 45px; }
	.page-intro__aside { max-width: 260px; }
	.service-catalog__grid { grid-template-columns: 1fr; }
	.service-catalog__body { min-height: 340px; padding: 28px; }
	.service-hero { padding: 60px 0 75px; }
	.service-facts__grid { grid-template-columns: 1fr; }
	.service-facts span { min-height: 74px; justify-content: flex-start; padding: 0 20px; border-right: 0; border-bottom: 1px solid rgba(16,24,22,.2); }
	.article-sidebar { position: static; }
	.related-list a { grid-template-columns: 1fr 44px; gap: 8px; padding: 20px 0; }
	.related-list span { grid-column: 1; }
	.related-list strong { grid-column: 1; }
	.related-list b { grid-column: 2; grid-row: 1 / 3; }
	.minimal-callout__inner, .footer-invitation__inner { display: grid; grid-template-columns: 1fr; gap: 34px; }
	.minimal-callout h2 { font-size: 42px; }
	.footer-invitation .button { grid-column: auto; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
	.footer-grid > :last-child { grid-column: auto; }
	.footer-about { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
	:root { --gutter: 16px; }
	.site-brand { width: 178px; }
	.menu-toggle { width: 46px; height: 46px; }
	.primary-navigation { padding: 94px 22px 28px; }
	.statement-hero h1 { font-size: 42px; }
	.section-heading h2, .city-overview h2, .diagnostic-statement h2, .quality-section h2, .field-section h2, .faq-section h2, .city-technical h2, .payment-band h2, .minimal-callout h2 { font-size: 38px; }
	.service-index__item { grid-template-columns: 34px 1fr 40px; }
	.service-index__item h3 { font-size: 21px; hyphens: none; }
	.city-hero h1, .page-hero h1, .page-intro h1, .service-hero h1, .single-header h1 { font-size: 42px; }
	.city-hero, .city-hero__content { min-height: 720px; }
	.city-hero .hero-review { margin-top: 30px; }
	.page-intro__aside { width: 100%; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-about { grid-column: auto; }
	.footer-bottom__inner { flex-direction: column; }
}

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