:root {
	--oe-evergreen: #183b35;
	--oe-evergreen-2: #23544a;
	--oe-charcoal: #182220;
	--oe-rain: #6f8387;
	--oe-bronze: #a86f3d;
	--oe-bronze-dark: #7e4e28;
	--oe-cream: #f5f0e5;
	--oe-silver: #e8eceb;
	--oe-white: #fff;
	--oe-ink: #18201f;
	--oe-muted: #5c6866;
	--oe-line: #d5dcda;
	--oe-radius: 20px;
	--oe-shadow: 0 20px 50px rgba(22, 37, 34, .12);
	--oe-shell: 1460px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--oe-ink); background: var(--oe-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--oe-evergreen-2); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--oe-bronze-dark); }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--oe-charcoal); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 5.4vw, 5.2rem); }
h2 { font-size: clamp(2.1rem, 3.5vw, 3.7rem); }
h3 { font-size: clamp(1.3rem, 1.8vw, 1.75rem); }
p { margin: 0 0 1.15em; }
ul, ol { margin: 0 0 1.4em; padding-left: 1.35em; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #d49356; outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.oe-shell { width: min(calc(100% - 40px), var(--oe-shell)); margin-inline: auto; }
.oe-narrow { max-width: 920px; }
.oe-prose { max-width: 940px; }
.oe-center { margin-top: 32px; text-align: center; }
.oe-skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 12px 18px; color: #fff; background: var(--oe-charcoal); transform: translateY(-150%); }
.oe-skip-link:focus { transform: translateY(0); }
.oe-main { min-height: 50vh; overflow: clip; }

.oe-topbar { color: #f5f0e5; background: var(--oe-charcoal); font-size: 13px; }
.oe-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.oe-topbar a { color: #fff; text-decoration: none; }
.oe-topbar__contact { display: flex; align-items: center; gap: 10px; }
.oe-header { position: relative; z-index: 500; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--oe-line); }
.oe-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.oe-brand { flex: 0 0 auto; text-decoration: none; }
.oe-brand img { width: auto; height: 58px; }
.oe-primary-nav { min-width: 0; }
.oe-menu { margin: 0; padding: 0; display: flex; align-items: center; justify-content: flex-end; gap: 2px; list-style: none; }
.oe-menu > li { position: relative; }
.oe-menu a { display: flex; align-items: center; gap: 6px; padding: 15px 9px; color: var(--oe-charcoal); font-size: 12.5px; font-weight: 760; line-height: 1.15; text-decoration: none; white-space: nowrap; }
.oe-menu > li > a:hover, .oe-menu > li.current-menu-item > a, .oe-menu > li.current-menu-ancestor > a { color: var(--oe-bronze-dark); }
.oe-menu .menu-item-has-children > a::after { content: ""; width: 6px; height: 6px; flex: 0 0 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.oe-menu .sub-menu { position: absolute; top: calc(100% - 2px); left: 0; width: 300px; margin: 0; padding: 12px; list-style: none; background: #fff; border: 1px solid var(--oe-line); border-top: 4px solid var(--oe-bronze); border-radius: 0 0 14px 14px; box-shadow: var(--oe-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.oe-menu > li:nth-last-child(-n+4) > .sub-menu { right: 0; left: auto; }
.oe-menu li:hover > .sub-menu, .oe-menu li:focus-within > .sub-menu, .oe-menu li.submenu-open > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.oe-menu .sub-menu a { padding: 10px 12px; border-radius: 8px; white-space: normal; font-size: 14px; font-weight: 650; }
.oe-menu .sub-menu a:hover, .oe-menu .sub-menu a:focus { color: var(--oe-evergreen); background: var(--oe-cream); }
.oe-menu > li:last-child > a { margin-left: 7px; padding: 12px 16px; color: #fff; background: var(--oe-bronze-dark); border-radius: 999px; }
.oe-menu > li:last-child > a:hover { background: var(--oe-evergreen); }
.oe-menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 10px; background: var(--oe-cream); cursor: pointer; }
.oe-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--oe-charcoal); transition: .2s ease; }

.oe-eyebrow, .oe-kicker { margin: 0 0 14px; color: var(--oe-bronze-dark); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.oe-lede { max-width: 760px; color: #465552; font-size: clamp(1.1rem, 1.5vw, 1.32rem); line-height: 1.58; }
.oe-section-intro { max-width: 850px; color: var(--oe-muted); font-size: 1.08rem; }
.oe-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.oe-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 20px; color: #fff; background: var(--oe-evergreen); border: 2px solid var(--oe-evergreen); border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1.2; text-decoration: none; text-align: center; }
.oe-button:hover { color: #fff; background: var(--oe-bronze-dark); border-color: var(--oe-bronze-dark); }
.oe-button--ghost { color: var(--oe-evergreen); background: transparent; border-color: currentColor; }
.oe-section--dark .oe-button--ghost, .oe-home-hero .oe-button--ghost { color: #fff; }
.oe-button--outline { color: var(--oe-evergreen); background: #fff; }
.oe-button--text { min-height: 0; padding: 5px 0; color: var(--oe-evergreen); background: transparent; border: 0; border-radius: 0; }
.oe-button--text:hover { color: var(--oe-bronze-dark); background: transparent; }
.oe-text-link { font-weight: 800; text-decoration: none; }

.oe-breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 18px 0; color: var(--oe-muted); font-size: 13px; }
.oe-breadcrumbs a { color: var(--oe-evergreen); text-decoration: none; }
.oe-section { position: relative; padding: clamp(72px, 8vw, 122px) 0; }
.oe-section--silver { background: var(--oe-silver); }
.oe-section--cream { background: var(--oe-cream); }
.oe-section--dark { color: #e8efec; background: var(--oe-charcoal); }
.oe-section--dark h2, .oe-section--dark h3 { color: #fff; }
.oe-section--dark .oe-kicker { color: #d8a978; }
.oe-section--dark .oe-section-intro { color: #c4d0cd; }
.oe-section--answer { padding: 52px 0; background: var(--oe-evergreen); }
.oe-section--answer h2, .oe-section--answer p { color: #fff; }
.oe-section--answer .oe-kicker { color: #e2b98f; }
.oe-section--form { background: linear-gradient(135deg, var(--oe-evergreen), #102c27); }
.oe-split { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); align-items: center; gap: clamp(42px, 7vw, 100px); }
.oe-split--reverse > :first-child { order: 2; }
.oe-split--reverse > :last-child { order: 1; }
.oe-prose-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.oe-card-grid { display: grid; gap: 24px; margin-top: 38px; }
.oe-card-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.oe-page-hero { padding: clamp(54px, 7vw, 96px) 0; background: linear-gradient(135deg, var(--oe-cream) 0 52%, #eef1f0 52%); }
.oe-page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(400px, .97fr); align-items: start; gap: clamp(44px, 6vw, 92px); }
.oe-page-hero__copy { position: sticky; top: 24px; align-self: start; padding-top: 18px; }
.oe-page-hero__media { min-width: 0; }
.oe-page-hero__media .oe-figure { margin: 0; }
.oe-page-hero__image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: var(--oe-shadow); }
.oe-figure { margin: 0; min-width: 0; }
.oe-figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 18px; background: var(--oe-silver); }
.oe-figure figcaption { padding: 10px 2px 0; color: var(--oe-muted); font-size: 13px; line-height: 1.45; }
.oe-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 18px; min-width: 0; }
.oe-split > .oe-photo-grid { position: sticky; top: 24px; align-self: start; }
.oe-photo-grid > img, .oe-photo-grid .oe-figure img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 18px; }
.oe-photo-grid .oe-figure { min-width: 0; }
.oe-photo-grid--wide { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 36px; }
.oe-info-card, .oe-link-card, .oe-component-card, .oe-process-grid article { height: 100%; padding: 28px; background: #fff; border: 1px solid rgba(24,59,53,.12); border-radius: var(--oe-radius); box-shadow: 0 10px 30px rgba(22,37,34,.06); }
.oe-info-card > span, .oe-process-grid span { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 20px; color: #fff; background: var(--oe-bronze-dark); border-radius: 50%; font-size: 12px; font-weight: 850; }
.oe-info-card p, .oe-link-card p { color: var(--oe-muted); }
.oe-link-card h3 a { color: inherit; text-decoration: none; }
.oe-link-card--dark { background: #243330; border-color: #40514d; }
.oe-link-card--dark h3, .oe-link-card--dark h3 a { color: #fff; }
.oe-link-card--dark p { color: #c7d1cf; }
.oe-link-card--dark .oe-text-link { color: #e3b483; }
.oe-decision-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 38px 0; }
.oe-decision-grid article { padding: 26px; background: #243330; border: 1px solid #40514d; border-radius: 16px; }
.oe-decision-grid p { color: #c7d1cf; }
.oe-check-list { padding: 0; display: grid; gap: 11px; list-style: none; }
.oe-check-list li { position: relative; padding-left: 30px; }
.oe-check-list li::before { content: ""; position: absolute; top: .53em; left: 2px; width: 12px; height: 7px; border-left: 2px solid var(--oe-bronze-dark); border-bottom: 2px solid var(--oe-bronze-dark); transform: rotate(-45deg); }
.oe-check-list--light li::before { border-color: #e3b483; }
.oe-callout { padding: 28px; color: var(--oe-charcoal); background: #fff; border-left: 5px solid var(--oe-bronze); border-radius: 12px; box-shadow: var(--oe-shadow); }
.oe-callout--dark { margin-top: 30px; color: #eaf0ee; background: #253531; border-left-color: #e3b483; box-shadow: none; }
.oe-steps { padding: 0; display: grid; gap: 18px; list-style: none; counter-reset: oe-steps; }
.oe-steps li { position: relative; padding: 20px 22px 20px 64px; background: #fff; border: 1px solid var(--oe-line); border-radius: 14px; counter-increment: oe-steps; }
.oe-steps li::before { content: counter(oe-steps, decimal-leading-zero); position: absolute; top: 20px; left: 18px; color: var(--oe-bronze-dark); font-weight: 850; }
.oe-faq-list { max-width: 980px; display: grid; gap: 14px; }
.oe-faq-list details { background: #fff; border: 1px solid var(--oe-line); border-radius: 14px; overflow: clip; }
.oe-faq-list summary { position: relative; padding: 20px 56px 20px 22px; color: var(--oe-charcoal); font-weight: 800; cursor: pointer; list-style: none; }
.oe-faq-list summary::-webkit-details-marker { display: none; }
.oe-faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 22px; transform: translateY(-50%); color: var(--oe-bronze-dark); font-size: 26px; font-weight: 400; }
.oe-faq-list details[open] summary::after { content: "−"; }
.oe-faq-list details > div { padding: 0 22px 10px; color: var(--oe-muted); }
.oe-related { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); align-items: center; gap: 48px; }
.oe-related__links { display: grid; justify-items: start; gap: 12px; }
.oe-form-panel { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr); align-items: start; gap: clamp(38px, 6vw, 82px); padding: clamp(32px, 5vw, 66px); color: #e8efec; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 28px; }
.oe-form-panel h2 { color: #fff; }
.oe-form-panel .oe-kicker { color: #e3b483; }
.oe-form-wrap { min-width: 0; padding: 28px; color: var(--oe-ink); background: #fff; border-radius: 20px; box-shadow: var(--oe-shadow); }
.oe-form-wrap .wpforms-container { margin: 0; }
.oe-form-wrap .wpforms-field-label { color: var(--oe-charcoal) !important; font-size: 14px !important; font-weight: 800 !important; }
.oe-form-wrap input:not([type="checkbox"]):not([type="radio"]), .oe-form-wrap textarea, .oe-form-wrap select { width: 100% !important; min-height: 48px !important; padding: 10px 12px !important; color: var(--oe-ink) !important; background: #fff !important; border: 1px solid #bfc9c6 !important; border-radius: 8px !important; }
.oe-form-wrap textarea { min-height: 130px !important; }
.oe-form-wrap button[type="submit"] { min-height: 50px !important; padding: 12px 22px !important; color: #fff !important; background: var(--oe-bronze-dark) !important; border: 0 !important; border-radius: 999px !important; font-weight: 850 !important; }
.oe-home-hero { padding: clamp(58px, 7vw, 104px) 0; color: #fff; background: linear-gradient(130deg, var(--oe-evergreen), #102c27); }
.oe-home-hero h1 { color: #fff; }
.oe-home-hero .oe-lede { color: #d8e3e0; }
.oe-home-hero .oe-eyebrow { color: #e3b483; }
.oe-home-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr); align-items: start; gap: clamp(48px, 6vw, 92px); }
.oe-home-hero__copy { position: sticky; top: 24px; align-self: start; }
.oe-cues { margin-top: 32px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.oe-cues li { padding: 8px 12px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-size: 13px; }
.oe-hero-mosaic { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, 230px); gap: 12px; min-width: 0; }
.oe-hero-mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px; }
.oe-home-form { padding: 34px 0; background: var(--oe-cream); }
.oe-home-form .oe-form-panel { color: var(--oe-ink); background: #fff; border-color: var(--oe-line); }
.oe-home-form .oe-form-panel h2 { color: var(--oe-charcoal); }
.oe-visual-card { height: 100%; overflow: hidden; background: #fff; border-radius: 17px; box-shadow: 0 12px 30px rgba(22,37,34,.09); }
.oe-visual-card a { height: 100%; display: flex; flex-direction: column; color: inherit; text-decoration: none; }
.oe-visual-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .35s ease; }
.oe-visual-card a:hover img { transform: scale(1.035); }
.oe-visual-card div { flex: 1; padding: 22px; }
.oe-visual-card h3 { margin-bottom: 8px; }
.oe-visual-card span { color: var(--oe-bronze-dark); font-size: 14px; font-weight: 800; }
.oe-water-path { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 38px; }
.oe-water-path figure { margin: 0; overflow: hidden; background: #243330; border: 1px solid #40514d; border-radius: 18px; }
.oe-water-path img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.oe-water-path figcaption { display: grid; gap: 5px; padding: 20px; }
.oe-water-path figcaption strong { color: #fff; font-family: Georgia, serif; font-size: 1.45rem; }
.oe-water-path figcaption span { color: #c7d1cf; }
.oe-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 38px; }
.oe-comparison article { height: 100%; padding: 26px; background: #fff; border: 1px solid var(--oe-line); border-radius: 18px; }
.oe-comparison img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; margin-bottom: 22px; border-radius: 12px; }
.oe-comparison--compact { margin-top: 0; }
.oe-table-wrap { margin-top: 30px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: 16px; border: 1px solid var(--oe-line); text-align: left; vertical-align: top; }
th { color: #fff; background: var(--oe-evergreen); }
.oe-component-card { padding: 0 0 24px; overflow: hidden; }
.oe-component-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.oe-component-card h3, .oe-component-card p, .oe-component-card a { margin-right: 24px; margin-left: 24px; }
.oe-component-card h3 { margin-top: 24px; }
.oe-process-grid article { box-shadow: none; }
.oe-gallery-preview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.oe-gallery-preview img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px; }

.oe-gallery-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0; }
.oe-gallery-filters button { padding: 8px 14px; color: var(--oe-charcoal); background: #fff; border: 1px solid var(--oe-line); border-radius: 999px; cursor: pointer; font-size: 13px; font-weight: 750; }
.oe-gallery-filters button.is-active, .oe-gallery-filters button:hover { color: #fff; background: var(--oe-evergreen); border-color: var(--oe-evergreen); }
.oe-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.oe-gallery-grid > div { margin: 0; min-width: 0; }
.oe-gallery-grid > div.is-hidden { display: none; }
.oe-gallery-open { width: 100%; padding: 0; text-align: left; background: transparent; border: 0; cursor: zoom-in; }
.oe-gallery-open .oe-figure { height: 100%; }
.oe-gallery-open img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.oe-lightbox { width: min(1120px, calc(100% - 30px)); max-height: calc(100vh - 30px); padding: 16px; background: #101716; border: 0; border-radius: 18px; }
.oe-lightbox::backdrop { background: rgba(7,12,11,.86); }
.oe-lightbox__close { position: absolute; z-index: 2; top: 20px; right: 20px; width: 44px; height: 44px; color: #fff; background: rgba(0,0,0,.7); border: 0; border-radius: 50%; font-size: 28px; cursor: pointer; }
.oe-lightbox img { width: 100%; max-height: calc(100vh - 90px); object-fit: contain; border-radius: 10px; }
.oe-lightbox figcaption { color: #fff; }

.oe-contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); align-items: start; gap: clamp(40px, 7vw, 90px); }
.oe-contact-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.oe-contact-details p { padding: 18px; background: var(--oe-cream); border-radius: 12px; overflow-wrap: anywhere; }
.oe-privacy-section__heading { max-width: 900px; margin-bottom: 34px; }
.oe-privacy-section .oe-prose-columns { align-items: start; }
.oe-privacy-section .oe-check-list { padding: 24px; background: #fff; border: 1px solid var(--oe-line); border-radius: 16px; }
.oe-section--thank-you { min-height: 60vh; display: grid; align-items: center; text-align: center; background: var(--oe-cream); }
.oe-section--thank-you .oe-narrow { margin-inline: auto; }

.oe-article-header, .oe-listing-header { padding: clamp(58px, 7vw, 94px) 0; background: var(--oe-cream); }
.oe-article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: start; gap: clamp(42px, 6vw, 84px); padding-top: 60px; padding-bottom: 100px; }
.oe-article { min-width: 0; max-width: 900px; }
.oe-article p, .oe-article li { font-size: 1.04rem; }
.oe-article h2 { margin-top: 1.6em; font-size: clamp(1.85rem, 3vw, 3rem); }
.oe-article h3 { margin-top: 1.4em; }
.oe-article-featured { margin: 0 0 40px; }
.oe-article-featured img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: 20px; }
.oe-article-meta { color: var(--oe-muted); font-size: 13px; }
.oe-article-lede { padding: 24px; background: var(--oe-silver); border-left: 5px solid var(--oe-bronze); border-radius: 12px; }
.oe-toc { margin: 32px 0 46px; padding: 24px; background: var(--oe-cream); border-radius: 15px; }
.oe-toc ol { margin-top: 12px; margin-bottom: 0; columns: 2; }
.oe-toc li { margin-bottom: 6px; break-inside: avoid; }
.oe-article .oe-figure { margin: 30px 0; }
.oe-article-cta { margin-top: 50px; padding: 34px; color: #fff; background: var(--oe-evergreen); border-radius: 20px; }
.oe-article-cta h2 { margin-top: 0; color: #fff; }
.oe-article-aside { position: static; }
.oe-aside-card { margin-bottom: 24px; padding: 26px; background: var(--oe-cream); border: 1px solid var(--oe-line); border-radius: 18px; }
.oe-aside-card h2 { font-size: 1.6rem; }
.oe-aside-card .oe-form-wrap { padding: 0; background: transparent; box-shadow: none; }
.oe-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; padding-top: 64px; padding-bottom: 70px; }
.oe-post-card { height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--oe-line); border-radius: 18px; box-shadow: 0 10px 30px rgba(22,37,34,.07); }
.oe-post-card__image { display: block; background: var(--oe-silver); }
.oe-post-card__image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.oe-post-card__body { padding: 24px; }
.oe-post-card h2 { font-size: 1.75rem; }
.oe-post-card h2 a { color: inherit; text-decoration: none; }
.oe-post-card .oe-kicker a { color: var(--oe-bronze-dark); text-decoration: none; }
.oe-pagination { padding-bottom: 80px; }

.oe-footer { padding: 76px 0 20px; color: #cbd6d3; background: #101817; }
.oe-footer h2 { color: #fff; font-size: 1.25rem; }
.oe-footer a { color: #fff; }
.oe-footer__grid { display: grid; grid-template-columns: minmax(260px, 1.25fr) minmax(160px, .72fr) minmax(230px, 1.08fr) minmax(235px, 1fr); align-items: start; gap: clamp(28px, 3.2vw, 48px); }
.oe-footer__grid > div { min-width: 0; }
.oe-footer__brand img { width: auto; height: 58px; margin-bottom: 24px; }
.oe-footer__section h2 { margin-bottom: 18px; }
.oe-footer-menu { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.oe-footer-menu a { text-decoration: none; }
.oe-footer__contact { padding-left: 6px; }
.oe-footer__contact p { margin-bottom: 18px; line-height: 1.5; overflow-wrap: anywhere; }
.oe-footer__contact p span { display: block; margin-bottom: 5px; color: #91a29e; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.oe-footer__contact a { display: inline-block; text-decoration: none; }
.oe-footer__bottom { margin-top: 50px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #2d3c39; font-size: 13px; }
.oe-footer__bottom p:last-child { display: flex; gap: 16px; }
.oe-mobile-cta { display: none; }

@media (max-width: 1320px) {
	.oe-topbar { display: none; }
	.oe-menu-toggle { display: block; }
	.oe-header__inner { min-height: 76px; }
	.oe-primary-nav { position: fixed; z-index: 900; inset: 76px 0 0; padding: 24px 20px 110px; background: #fff; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
	.oe-primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
	.oe-menu { width: min(100%, 720px); margin-inline: auto; display: block; }
	.oe-menu > li { border-bottom: 1px solid var(--oe-line); }
	.oe-menu a { min-height: 54px; justify-content: space-between; padding: 14px 8px; font-size: 16px; white-space: normal; }
	.oe-menu > li:last-child > a { margin: 16px 0; justify-content: center; }
	.oe-menu .sub-menu { position: static; width: auto; padding: 0 0 12px 16px; display: none; background: transparent; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
	.oe-menu li.submenu-open > .sub-menu { display: block; }
	.oe-menu .sub-menu a { min-height: 44px; font-size: 14px; }
	.oe-menu .menu-item-has-children > a::after { transition: transform .2s ease; }
	.oe-menu .menu-item-has-children.submenu-open > a::after { transform: translateY(2px) rotate(225deg); }
}

@media (max-width: 1050px) {
	.oe-home-hero__grid, .oe-page-hero__grid, .oe-split, .oe-form-panel, .oe-contact-grid, .oe-article-layout { grid-template-columns: 1fr; }
	.oe-home-hero__copy, .oe-page-hero__copy { position: static; }
	.oe-split > .oe-photo-grid { position: static; }
	.oe-hero-mosaic { grid-template-rows: repeat(2, minmax(160px, 24vw)); }
	.oe-split--reverse > :first-child, .oe-split--reverse > :last-child { order: initial; }
	.oe-card-grid--3, .oe-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.oe-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.oe-gallery-preview { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.oe-photo-grid--wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.oe-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.oe-article { max-width: none; }
	.oe-article-aside { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
	.oe-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
	body { font-size: 16px; padding-bottom: 62px; }
	.oe-shell { width: min(calc(100% - 28px), var(--oe-shell)); }
	.oe-brand img { height: 48px; max-width: 245px; }
	.oe-section { padding: 66px 0; }
	.oe-page-hero { padding: 46px 0; background: var(--oe-cream); }
	.oe-home-hero__grid { gap: 38px; }
	.oe-hero-mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, 148px); }
	.oe-card-grid--3, .oe-post-grid, .oe-water-path, .oe-comparison, .oe-prose-columns, .oe-related, .oe-footer__grid, .oe-contact-details, .oe-article-aside { grid-template-columns: 1fr; }
	.oe-problem-grid, .oe-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.oe-visual-card div { padding: 17px; }
	.oe-visual-card h3 { font-size: 1.2rem; }
	.oe-photo-grid { gap: 10px; }
	.oe-decision-grid { grid-template-columns: 1fr; }
	.oe-gallery-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.oe-gallery-grid { grid-template-columns: 1fr; }
	.oe-form-panel { padding: 22px; }
	.oe-form-wrap { padding: 20px; }
	.oe-toc ol { columns: 1; }
	.oe-footer__bottom { display: block; }
	.oe-footer__bottom p:last-child { flex-wrap: wrap; }
	.oe-mobile-cta { position: fixed; z-index: 800; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--oe-charcoal); box-shadow: 0 -6px 22px rgba(0,0,0,.2); }
	.oe-mobile-cta a { display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 850; text-decoration: none; }
	.oe-mobile-cta a:first-child { background: var(--oe-bronze-dark); }
}

@media (max-width: 430px) {
	.oe-problem-grid, .oe-service-grid { grid-template-columns: 1fr; }
	.oe-actions .oe-button { width: 100%; }
	.oe-hero-mosaic { grid-template-rows: repeat(3, 128px); }
}

@media (min-width: 701px) {
	.oe-card-grid--3.oe-grid-count-5, .oe-post-grid:has(> :nth-child(5):last-child) { grid-template-columns: repeat(6, minmax(0, 1fr)); }
	.oe-card-grid--3.oe-grid-count-5 > *, .oe-post-grid:has(> :nth-child(5):last-child) > * { grid-column: span 2; }
	.oe-card-grid--3.oe-grid-count-5 > :nth-last-child(-n+2), .oe-post-grid:has(> :nth-child(5):last-child) > :nth-last-child(-n+2) { grid-column: span 3; }
	.oe-card-grid--3.oe-grid-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 701px) and (max-width: 1050px) {
	.oe-card-grid--3:has(> :nth-child(3):last-child) { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

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