:root {
	--aes-ink: #062f4f;
	--aes-ink-deep: #03243d;
	--aes-green: #34a936;
	--aes-green-dark: #237e27;
	--aes-blue: #0d628f;
	--aes-sky: #dff3f7;
	--aes-soft: #f3f8f6;
	--aes-paper: #ffffff;
	--aes-text: #17262d;
	--aes-muted: #5d6b72;
	--aes-line: #dbe6e3;
	--aes-radius: 14px;
	--aes-shadow: 0 18px 50px rgba(6, 47, 79, .09);
}

.aes-home { color: var(--aes-text); overflow-x: clip; overflow-y: visible; }
.aes-home *, .aes-home *::before, .aes-home *::after { box-sizing: border-box; }
.aes-svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.aes-icon { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.aes-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.aes-section { padding: clamp(64px, 7vw, 92px) 0; }
.aes-section--soft { background: var(--aes-soft); }
.aes-section--ink { background: var(--aes-ink-deep); color: #fff; }
.aes-eyebrow { margin: 0 0 14px; color: var(--aes-green-dark); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.aes-section--ink .aes-eyebrow, .aes-contact-cta .aes-eyebrow { color: #83df88; }
.aes-home h1, .aes-home h2, .aes-home h3 { color: var(--aes-ink); text-wrap: balance; }
.aes-home h1 { max-width: 800px; margin: 0 0 24px; font-size: clamp(2.5rem, 4.2vw, 4rem); font-weight: 800; letter-spacing: -.038em; line-height: 1.04; }
.aes-home h2 { max-width: 22ch; margin: 0 0 22px; font-size: clamp(2rem, 3.15vw, 3.15rem); font-weight: 700; letter-spacing: -.018em; line-height: 1.12; }
.aes-home h3 { margin: 0 0 14px; font-size: 1.35rem; font-weight: 750; letter-spacing: -.018em; line-height: 1.18; }
.aes-home p { line-height: 1.72; }
.aes-lead { max-width: 680px; margin: 0; color: #42555e; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.aes-lead-small { color: var(--aes-muted); font-size: 1.14rem; }
.aes-heading { max-width: 760px; margin-bottom: 44px; }
.aes-heading > p:last-child { color: var(--aes-muted); font-size: 1.08rem; }
.aes-heading--light h2, .aes-heading--light p { color: #fff; }
.aes-heading--light > p:last-child { color: #c4d4dd; }
.aes-heading--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; }

.aes-hero { position: relative; padding: clamp(70px, 9vw, 128px) 0; background: linear-gradient(135deg, #f8fcfa 0%, #edf8f4 55%, #e5f3f8 100%); }
.aes-hero::before { position: absolute; z-index: 0; inset: auto -120px -220px auto; width: 560px; height: 560px; border: 85px solid rgba(52, 169, 54, .08); border-radius: 50%; content: ''; pointer-events: none; }
.aes-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); gap: clamp(48px, 6vw, 80px); align-items: center; }
.aes-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.aes-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 2px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.aes-button:hover { transform: translateY(-2px); }
.aes-button--primary { background: var(--aes-green-dark); color: #fff; }
.aes-button--primary:hover { background: #19651d; color: #fff; }
.aes-button--ghost { border-color: #9cb4bf; color: var(--aes-ink); }
.aes-button--ghost:hover { border-color: var(--aes-ink); color: var(--aes-ink); }
.aes-button--light { background: #fff; color: var(--aes-ink); white-space: nowrap; }
.aes-hero-media { position: relative; min-width: 0; margin: 0; padding: 0 0 52px 42px; }
.aes-hero-media > img { width: 100%; height: auto; aspect-ratio: 4 / 5; display: block; border-radius: 16px; object-fit: cover; box-shadow: 0 24px 65px rgba(6, 47, 79, .16); }
.aes-hero-media::before { position: absolute; z-index: -1; inset: 26px 26px 28px 0; border: 1px solid rgba(6, 47, 79, .16); border-radius: 16px; content: ''; }
.aes-hero__panel { position: absolute; left: 0; right: 36px; bottom: 0; padding: 22px 24px; overflow: hidden; border-radius: 12px; background: rgba(3, 36, 61, .97); box-shadow: var(--aes-shadow); color: #fff; }
.aes-route { position: absolute; width: 190px; height: 190px; right: -85px; top: -75px; border: 32px solid var(--aes-green); border-radius: 50%; opacity: .75; }
.aes-panel-kicker { position: relative; margin: 0 0 14px; color: #97e89b; font-size: .86rem; font-weight: 800; }
.aes-hero__panel ol { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin: 0; padding: 0; list-style: none; }
.aes-hero__panel li { display: grid; gap: 0; padding-left: 0; }
.aes-hero__panel strong { color: #fff; font-size: .92rem; }
.aes-hero__panel span { color: #bfd2db; font-size: .76rem; }

.aes-card-grid { display: grid; gap: 24px; }
.aes-card-grid--three { grid-template-columns: repeat(3, 1fr); }
.aes-card { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--aes-line); border-radius: var(--aes-radius); background: #fff; box-shadow: 0 10px 35px rgba(6, 47, 79, .05); }
.aes-card--accent { background: var(--aes-ink); }
.aes-card--accent h3, .aes-card--accent p, .aes-card--accent a { color: #fff; }
.aes-card.aes-card--accent p { color: #fff; }
.aes-card.aes-card--accent a { background: var(--aes-ink); color: #fff; }
.aes-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 44px; color: var(--aes-green-dark); }
.aes-card__top .aes-icon { width: 36px; height: 36px; }
.aes-card__number { color: var(--aes-green-dark); font-size: .82rem; font-weight: 900; }
.aes-card--accent .aes-card__number { color: #84df89; }
.aes-card--accent .aes-card__top { color: #84df89; }
.aes-card p { color: var(--aes-muted); }
.aes-card a { min-height: 44px; display: inline-flex; align-items: center; margin-top: auto; color: var(--aes-ink); font-weight: 800; text-decoration: none; }

.aes-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.aes-steps li { padding: 24px 20px; border-top: 1px solid rgba(255,255,255,.22); }
.aes-steps li > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--aes-green); color: #fff; font-weight: 900; }
.aes-steps h3 { color: #fff; font-size: 1.08rem; }
.aes-steps p { color: #bfd0d9; font-size: .92rem; line-height: 1.6; }
.aes-steps-photo { margin: 38px 0 0; overflow: hidden; border-radius: 12px; }
.aes-steps-photo img { width: 100%; height: auto; aspect-ratio: 16 / 7; display: block; object-fit: cover; }

.aes-split { display: grid; grid-template-columns: minmax(350px, .95fr) minmax(0, 1.05fr); gap: clamp(50px, 7vw, 90px); align-items: start; }
.aes-split--compare { grid-template-columns: minmax(510px, 1.05fr) minmax(0, .95fr); gap: clamp(42px, 4vw, 56px); }
.aes-split--reverse { grid-template-columns: 1fr 1.1fr; align-items: center; }
.aes-split > *, .aes-local > *, .aes-faq-wrap > * { min-width: 0; }
.aes-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.aes-compare article { padding: 28px; border: 1px solid var(--aes-line); border-radius: 18px; }
.aes-compare article p { margin-bottom: 0; color: var(--aes-muted); }
.aes-compare article p + p { margin-top: 10px; }
.aes-note { grid-column: 1 / -1; margin: 4px 0 0; padding: 18px 0 0; border-top: 1px solid var(--aes-line); color: #43545c; }
.aes-compare-photo { margin: 30px 0 0; }
.aes-compare-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; display: block; border-radius: 12px; object-fit: cover; box-shadow: 0 18px 44px rgba(6, 47, 79, .11); }
.aes-code-photo { position: relative; margin: 0; }
.aes-code-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; display: block; border-radius: 14px; object-fit: cover; box-shadow: var(--aes-shadow); }
.aes-code-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-between; gap: 8px; padding: 13px 16px; border-radius: 8px; background: rgba(3, 36, 61, .92); color: #fff; font-size: .77rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.aes-text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--aes-ink); font-weight: 800; text-decoration: none; }
.aes-text-link:hover { color: var(--aes-green-dark); }

.aes-section--local { background: oklch(97.8% .009 165); }
.aes-local { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(40px, 6vw, 82px); align-items: start; }
.aes-local__heading { grid-column: 1 / -1; padding-bottom: 8px; border-bottom: 1px solid var(--aes-line); }
.aes-local__heading h2 { max-width: 20ch; margin-bottom: 26px; }
.aes-local p { color: var(--aes-muted); }
.aes-local__content { display: flex; flex-direction: column; gap: clamp(30px, 5vw, 54px); }
.aes-local__intro { max-width: 34ch; margin: 0; color: var(--aes-ink) !important; font-size: clamp(1.2rem, 1.8vw, 1.48rem); line-height: 1.55 !important; }
.aes-local__practical { max-width: 48ch; padding-top: 22px; border-top: 1px solid var(--aes-line); }
.aes-local__practical p { margin: 0; }
.aes-local__label { margin-bottom: 10px !important; color: var(--aes-green-dark) !important; font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.aes-local-map { margin: 0; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--aes-line); border-radius: 10px; background: oklch(99.4% .003 165); }
.aes-local-map svg { width: 100%; height: auto; display: block; overflow: visible; }
.aes-local-map .aes-map-road { fill: none; stroke: #c9dad6; stroke-width: 18; stroke-linecap: round; }
.aes-local-map .aes-map-dash { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-dasharray: 7 9; }
.aes-local-map circle { fill: var(--aes-ink); stroke: #fff; stroke-width: 3; }
.aes-local-map .aes-map-focus { fill: var(--aes-green); }
.aes-local-map text { fill: var(--aes-ink); font-size: 12px; font-weight: 800; }
.aes-local-map .aes-map-label-focus { fill: var(--aes-green-dark); font-size: 11px; }
.aes-local-map figcaption { padding: 4px 4px 0; color: var(--aes-muted); font-size: .68rem; text-align: center; }
.aes-section--questions { background: #e6f4ee; }
.aes-question-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.aes-question-grid article { display: flex; align-items: flex-start; gap: 18px; padding: 27px 30px; border-radius: 12px; background: #fff; }
.aes-question-grid .aes-icon { margin-top: 2px; color: var(--aes-green-dark); }
.aes-question-grid article p { margin: 0; color: var(--aes-muted); }

.aes-faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 105px); }
.aes-faq { border-top: 1px solid var(--aes-line); }
.aes-faq details { border-bottom: 1px solid var(--aes-line); }
.aes-faq summary { cursor: pointer; padding: 24px 38px 24px 0; color: var(--aes-ink); font-size: 1.08rem; font-weight: 800; }
.aes-faq details p { padding: 0 30px 22px 0; color: var(--aes-muted); }

.aes-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.aes-post-card { overflow: hidden; border: 1px solid var(--aes-line); border-radius: var(--aes-radius); background: #fff; }
.aes-post-card__image { aspect-ratio: 16/10; display: block; overflow: hidden; background: #d8ece5; }
.aes-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.aes-post-card:hover .aes-post-card__image img { transform: scale(1.025); }
.aes-post-card__placeholder { width: 100%; height: 100%; display: block; background: linear-gradient(135deg, var(--aes-ink), var(--aes-blue) 62%, var(--aes-green)); }
.aes-post-card__body { padding: 26px; }
.aes-post-card__body h3 a { color: var(--aes-ink); text-decoration: none; }
.aes-post-card__body > p:not(.aes-post-card__meta) { color: var(--aes-muted); }
.aes-post-card__meta { color: var(--aes-green-dark); font-size: .78rem; font-weight: 800; text-transform: uppercase; }

.aes-contact-cta { padding: 72px 0; background: var(--aes-ink); color: #fff; }
.aes-contact-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.aes-contact-cta h2 { max-width: 760px; color: #fff; }
.aes-contact-cta p { max-width: 700px; margin-bottom: 0; color: #c3d6df; }

@media (min-width: 961px) {
	.aes-hero { height: calc(100svh - 86px); min-height: 620px; display: grid; align-items: center; padding-block: clamp(40px, 5vh, 64px); }
	.aes-hero__grid { height: 100%; }
	.aes-hero-media > img { height: min(68svh, 650px); aspect-ratio: auto; }
	.aes-title-break { display: block; }
	.aes-heading--steps { max-width: none; }
	.aes-heading--steps h2 { max-width: none; white-space: nowrap; font-size: clamp(2rem, 2.9vw, 2.75rem); }
	.aes-compare-intro h2 { max-width: none; white-space: nowrap; font-size: clamp(2rem, 2.7vw, 2.4rem); }
}

@media (min-width: 961px) and (max-width: 1120px) {
	.aes-split--compare { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
	.aes-hero__grid, .aes-split, .aes-split--reverse, .aes-local, .aes-faq-wrap { grid-template-columns: 1fr; }
	.aes-hero-media { max-width: 680px; margin-inline: auto; }
	.aes-card-grid--three, .aes-post-grid { grid-template-columns: repeat(2, 1fr); }
	.aes-card-grid--three .aes-card:last-child, .aes-post-grid .aes-post-card:last-child { grid-column: 1 / -1; }
	.aes-steps { grid-template-columns: repeat(2, 1fr); }
	.aes-steps li:last-child { grid-column: 1 / -1; }
	.aes-local__content { grid-template-columns: 1fr; }
	.aes-local { grid-template-columns: 1fr; }
	.aes-local__heading { grid-column: auto; }
}

@media (min-width: 641px) and (max-width: 960px) {
	.aes-hero-media { padding-bottom: 130px; }
	.aes-hero-media > img { max-height: 520px; aspect-ratio: 16 / 10; object-fit: cover; }
}

@media (max-width: 640px) {
	.aes-container { width: min(100% - 28px, 1180px); }
	.aes-section { padding: 66px 0; }
	.aes-hero { padding: 58px 0 72px; }
	.aes-hero__grid { gap: 40px; }
	.aes-hero-media { padding: 0 0 146px; }
	.aes-hero-media::before { display: none; }
	.aes-hero-media > img { aspect-ratio: 16 / 11; border-radius: 12px; }
	.aes-hero__panel { right: 12px; bottom: 0; padding: 18px; }
	.aes-hero__panel ol { gap: 10px 12px; }
	.aes-home h2 { max-width: none; font-size: clamp(1.85rem, 8vw, 2.25rem); letter-spacing: -.012em; line-height: 1.14; }
	.aes-home h3 { line-height: 1.22; }
	.aes-code-photo figcaption { left: 10px; right: 10px; bottom: 10px; font-size: .66rem; }
	.aes-card-grid--three, .aes-post-grid, .aes-compare, .aes-question-grid, .aes-steps { grid-template-columns: 1fr; }
	.aes-card-grid--three .aes-card:last-child, .aes-post-grid .aes-post-card:last-child, .aes-steps li:last-child { grid-column: auto; }
	.aes-card { min-height: 290px; padding: 28px; }
	.aes-heading--row, .aes-contact-cta__inner { align-items: flex-start; flex-direction: column; }
	.aes-local__heading h2 { margin-bottom: 18px; }
	.aes-actions { flex-direction: column; }
	.aes-button { width: 100%; }
}

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