:root {
    --ink: #132017;
    --forest: #183724;
    --forest-deep: #0d1e14;
    --green: #34734a;
    --green-mid: #5a8d52;
    --leaf: #b8ce62;
    --gold: #d8aa44;
    --paper: #f4f6f1;
    --white: #ffffff;
    --mist: #e5ece2;
    --muted: #657168;
    --line: #d6ded6;
    --shadow: 0 25px 55px rgba(11, 31, 19, .14);
    --shadow-soft: 0 14px 36px rgba(11, 31, 19, .08);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.utility-bar { color: rgba(255,255,255,.75); background: var(--forest-deep); font-size: 11px; font-weight: 700; letter-spacing: .03em; }
.utility-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 35px; gap: 20px; }
.utility-inner span:nth-child(2) { color: rgba(255,255,255,.5); text-align: center; }
.utility-inner a { color: var(--leaf); text-align: right; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.07); color: var(--white); background: rgba(22,37,27,.98); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 28px rgba(5,18,10,.3); }
.nav-shell { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; }
.logo-crop { display: block; width: 150px; height: 84px; overflow: hidden; background: #65705d; }
.logo-crop img { width: 150px; height: 100px; max-width: none; object-fit: cover; object-position: center; transform: translateY(-8px); }
.primary-menu { display: flex; align-items: center; gap: 23px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 800; }
.primary-menu > a:not(.nav-cta) { position: relative; padding: 34px 0; white-space: nowrap; }
.primary-menu > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--leaf); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.primary-menu > a:not(.nav-cta):hover, .primary-menu > a.is-active { color: var(--white); }
.primary-menu > a:not(.nav-cta):hover::after, .primary-menu > a.is-active::after { transform: scaleX(1); }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; justify-content: center; padding: 0 15px; color: var(--forest-deep); background: var(--leaf); font-size: 12px; font-weight: 900; }
.nav-cta span { font-size: 16px; line-height: 1; }
.menu-toggle { display: none; border: 0; padding: 8px 0 8px 10px; color: var(--white); background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 4px 0; background: currentColor; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 900; letter-spacing: .01em; transition: transform .2s ease, color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #122017; background: var(--leaf); box-shadow: 0 14px 25px rgba(0,0,0,.15); }
.button-primary:hover { color: var(--white); background: var(--green); }
.button-secondary, .button-outline { border-color: rgba(255,255,255,.7); color: var(--white); }
.button-secondary:hover, .button-outline:hover { color: var(--forest); background: var(--white); }
.button-light { color: var(--forest); background: var(--white); }

.home-hero, .page-hero { position: relative; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.home-hero { min-height: 720px; display: grid; align-items: end; }
.page-hero { min-height: 470px; display: grid; align-items: end; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.home-hero::after, .page-hero::after { position: absolute; inset: 0; background: rgba(8,24,14,.58); content: ""; }
.hero-inner, .page-hero-inner { position: relative; z-index: 1; }
.hero-inner { padding: 120px 0 76px; }
.page-hero-inner { padding: 125px 0 65px; }
.eyebrow { margin: 0 0 13px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light, .home-hero .eyebrow, .page-hero .eyebrow { color: var(--leaf); }
.home-hero h1 { max-width: 860px; margin: 0; color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(52px, 6.6vw, 91px); font-weight: 500; line-height: .99; letter-spacing: 0; }
.hero-lead { max-width: 680px; margin: 26px 0 34px; color: rgba(255,255,255,.88); font-size: 18px; }
.page-hero h1 { max-width: 820px; margin: 0; color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(42px, 5.5vw, 70px); font-weight: 500; line-height: 1.03; }
.page-hero p:not(.eyebrow) { max-width: 680px; margin: 18px 0 0; color: rgba(255,255,255,.86); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 12px 29px; margin-top: 55px; color: rgba(255,255,255,.83); font-size: 12px; font-weight: 800; }
.hero-tags span { display: inline-flex; align-items: center; gap: 9px; }
.hero-tags span::before { width: 8px; height: 8px; background: var(--gold); content: ""; }

section { padding: 108px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); align-items: end; gap: 55px; margin-bottom: 48px; }
.section-heading > div { max-width: 760px; }
h2 { margin: 0; color: var(--forest); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(35px, 4.15vw, 60px); font-weight: 500; line-height: 1.06; letter-spacing: 0; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.lead-copy { color: var(--muted); font-size: 17px; }

.trust-strip { padding: 0; color: var(--white); background: var(--forest); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; min-height: 116px; align-items: center; gap: 17px; padding: 26px 32px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.trust-grid p { margin: 0; }
.trust-icon { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; color: var(--forest); background: var(--leaf); font-size: 11px; font-style: normal; font-weight: 900; }
.trust-grid strong { display: block; color: var(--white); font-size: 15px; }
.trust-grid span { display: block; margin-top: 2px; color: rgba(255,255,255,.6); font-size: 12px; }

.split-feature { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .95fr); align-items: center; gap: 72px; }
.split-feature.reverse { grid-template-columns: minmax(370px, .95fr) minmax(0, 1fr); }
.split-feature.reverse .feature-copy { order: 2; }
.feature-image-stack { position: relative; min-height: 550px; }
.feature-image-stack .main-image { position: absolute; top: 0; right: 0; width: calc(100% - 55px); height: 100%; object-fit: cover; box-shadow: var(--shadow); }
.feature-image-stack .floating-image { position: absolute; bottom: 35px; left: 0; width: 45%; height: 44%; border: 7px solid var(--paper); object-fit: cover; }
.surface-white .feature-image-stack .floating-image { border-color: var(--white); }
.image-caption { position: absolute; right: 24px; bottom: 23px; max-width: 260px; padding: 17px 19px; color: var(--white); background: var(--forest); font-size: 12px; font-weight: 800; }
.feature-copy h2 { margin-bottom: 25px; }
.feature-copy p { margin: 0 0 19px; color: var(--muted); font-size: 16px; }
.check-list { display: grid; gap: 13px; margin: 28px 0 31px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: #3d4d41; font-size: 14px; font-weight: 800; }
.check-list li::before { position: absolute; top: 5px; left: 0; width: 13px; height: 7px; border-bottom: 3px solid var(--green); border-left: 3px solid var(--green); content: ""; transform: rotate(-45deg); }

.surface-white { background: var(--white); }
.surface-soft { background: var(--mist); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { display: flex; min-height: 286px; flex-direction: column; padding: 33px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: color .2s ease, background .2s ease; }
.service-card:hover { color: var(--white); background: var(--forest); }
.service-card-icon { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 27px; color: var(--green); background: var(--mist); }
.service-card:hover .service-card-icon { color: var(--forest); background: var(--leaf); }
.service-card-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.service-card h3 { margin: 0 0 9px; color: var(--forest); font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 500; line-height: 1.23; }
.service-card:hover h3 { color: var(--white); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card:hover p { color: rgba(255,255,255,.7); }
.card-link { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; padding-top: 23px; color: var(--green); font-size: 12px; font-weight: 900; }
.service-card:hover .card-link { color: var(--leaf); }
.card-link::after { content: "→"; font-size: 19px; line-height: 1; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.process-card { position: relative; min-height: 270px; padding: 31px 30px; color: var(--white); background: var(--forest); }
.process-card:nth-child(2) { color: var(--forest); background: var(--leaf); }
.process-card:nth-child(3) { background: var(--green); }
.process-index { display: block; margin-bottom: 43px; color: var(--leaf); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.process-card:nth-child(2) .process-index { color: var(--forest); }
.process-card h3 { margin: 0 0 11px; color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 500; }
.process-card:nth-child(2) h3 { color: var(--forest); }
.process-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 14px; }
.process-card:nth-child(2) p { color: rgba(24,55,36,.75); }

.project-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.project-preview { position: relative; min-height: 410px; overflow: hidden; background: var(--forest); color: var(--white); }
.project-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-preview::after { position: absolute; inset: 0; background: rgba(7,25,14,.42); content: ""; transition: background .3s ease; }
.project-preview:hover img { transform: scale(1.06); }
.project-preview:hover::after { background: rgba(7,25,14,.12); }
.project-preview-content { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 84px 22px 22px; }
.project-preview label { display: block; margin-bottom: 5px; color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-preview strong { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 500; line-height: 1.1; }
.project-preview span { display: block; margin-top: 7px; color: rgba(255,255,255,.74); font-size: 12px; }

.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.content-panel { min-height: 240px; padding: 33px; border-left: 4px solid var(--leaf); background: var(--white); box-shadow: var(--shadow-soft); }
.content-panel h3 { margin: 0 0 12px; color: var(--forest); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 500; }
.content-panel p { margin: 0; color: var(--muted); font-size: 15px; }
.wide-image { width: 100%; height: min(520px, 56vw); object-fit: cover; box-shadow: var(--shadow); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 70px; }
.article-layout h2 { margin-bottom: 24px; }
.article-layout p { margin: 0 0 18px; color: var(--muted); font-size: 16px; }
.aside-card { position: sticky; top: 110px; padding: 32px; border-top: 5px solid var(--leaf); background: var(--forest); box-shadow: var(--shadow); }
.aside-card h3 { margin: 0 0 12px; color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-size: 26px; font-weight: 500; }
.aside-card p { margin: 0 0 24px; color: rgba(255,255,255,.7); font-size: 14px; }
.aside-card .button { width: 100%; }

.photo-grid { display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 270px 270px; gap: 14px; }
.photo-grid > img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid > img:first-child { grid-row: span 2; }
.delivery-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 280px 280px; gap: 14px; }
.delivery-grid img { width: 100%; height: 100%; object-fit: cover; }
.delivery-grid img:first-child { grid-row: span 2; }
.delivery-grid img:last-child { grid-column: span 2; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { border-top: 1px solid var(--line); background: var(--white); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 20px 22px; color: var(--forest); font-size: 15px; font-weight: 900; cursor: pointer; }
.faq-list p { margin: 0; padding: 0 22px 21px; color: var(--muted); }

.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.filter-button { min-height: 40px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; color: #49574c; background: var(--white); font-size: 12px; font-weight: 900; }
.filter-button:hover, .filter-button.is-active { border-color: var(--forest); color: var(--white); background: var(--forest); }
.reference-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-item { position: relative; display: block; min-height: 340px; overflow: hidden; padding: 0; border: 0; background: var(--forest); }
.gallery-item.is-hidden { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item::after { position: absolute; inset: 0; background: rgba(7,25,14,.29); content: ""; transition: background .2s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item:hover::after { background: rgba(7,25,14,.06); }
.gallery-meta { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 62px 19px 19px; color: var(--white); text-align: left; }
.gallery-meta span { display: block; color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.gallery-meta strong { display: block; margin-top: 4px; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 500; line-height: 1.14; }
.gallery-meta small { display: block; margin-top: 6px; color: rgba(255,255,255,.8); font-size: 12px; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.value-card { min-height: 250px; padding: 32px; border-bottom: 4px solid var(--leaf); background: var(--white); box-shadow: var(--shadow-soft); }
.value-card span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.value-card h3 { margin: 25px 0 10px; color: var(--forest); font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 500; }
.value-card p { margin: 0; color: var(--muted); font-size: 14px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: 28px; }
.contact-info { padding: 43px; color: var(--white); background: var(--forest); }
.contact-info h2 { color: var(--white); font-size: clamp(35px, 4vw, 54px); }
.contact-info > p { color: rgba(255,255,255,.72); }
.contact-list { display: grid; gap: 19px; margin-top: 38px; }
.contact-list div { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.15); }
.contact-list span { display: block; color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-list a { display: inline-block; margin-top: 6px; color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 500; }
.quote-form { padding: 43px; background: var(--white); box-shadow: var(--shadow); }
.quote-form h2 { font-size: 40px; }
.quote-form > p { margin: 12px 0 28px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #3e5042; font-size: 12px; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbd7cc; border-radius: 0; padding: 13px 14px; color: var(--ink); background: #fafcf9; outline: 0; }
.field textarea { min-height: 119px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(52,115,74,.13); }
.quote-form .button { width: 100%; margin-top: 20px; }
.form-note { margin-top: 12px; color: var(--muted); font-size: 12px; }

.guide-grid { display: grid; grid-template-columns: 1.16fr .92fr .92fr; gap: 14px; }
.guide-card { position: relative; display: flex; min-height: 315px; flex-direction: column; justify-content: end; padding: 27px; overflow: hidden; color: var(--white); background: var(--forest); }
.guide-card:first-child { min-height: 430px; }
.guide-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.guide-card::after { position: absolute; inset: 0; background: rgba(8,27,16,.48); content: ""; }
.guide-card:hover img { transform: scale(1.04); }
.guide-card > *:not(img) { position: relative; z-index: 1; }
.guide-card .eyebrow { margin-bottom: 8px; color: var(--leaf); }
.guide-card h3 { margin: 0; max-width: 420px; color: var(--white); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 2.4vw, 37px); font-weight: 500; line-height: 1.1; }
.guide-card small { display: block; margin-top: 11px; color: rgba(255,255,255,.75); font-size: 12px; }
.guide-card:first-child { grid-row: span 2; }

.blog-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.blog-row { display: grid; grid-template-columns: 300px 1fr auto; align-items: center; gap: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.blog-row img { width: 100%; height: 165px; object-fit: cover; }
.blog-row h2 { margin: 0; font-size: 30px; }
.blog-row p { max-width: 620px; margin: 9px 0 0; color: var(--muted); font-size: 14px; }
.read-more { display: inline-flex; padding-bottom: 5px; border-bottom: 2px solid var(--leaf); color: var(--forest); font-size: 12px; font-weight: 900; white-space: nowrap; }
.article-hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 19px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 800; }
.article-copy { max-width: 790px; }
.article-copy h2 { margin: 44px 0 17px; font-size: clamp(30px, 3.4vw, 43px); }
.article-copy h3 { margin: 31px 0 10px; color: var(--forest); font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 500; }
.article-copy p { color: var(--muted); font-size: 17px; }
.article-copy ul { padding-left: 21px; color: var(--muted); }
.article-copy li { margin: 8px 0; }

.cta-band { padding: 78px 0; color: var(--white); background: var(--green); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-band-copy { max-width: 700px; }
.cta-band h2 { color: var(--white); font-size: clamp(38px, 4.3vw, 58px); }
.cta-band p:not(.eyebrow) { margin: 14px 0 0; color: rgba(255,255,255,.8); font-size: 16px; }
.cta-band-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 10px; }
.site-footer { padding: 0; color: rgba(255,255,255,.67); background: var(--forest-deep); }
.footer-top { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding: 72px 0 58px; }
.footer-brand-block p { max-width: 350px; margin: 18px 0 0; font-size: 14px; }
.footer-logo-crop { display: block; width: 190px; height: 106px; overflow: hidden; background: #596352; }
.footer-logo-crop img { width: 190px; height: 127px; max-width: none; object-fit: cover; transform: translateY(-10px); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.footer-links h3 { margin: 3px 0 16px; color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { display: block; margin: 9px 0; font-size: 13px; }
.footer-links a:hover { color: var(--leaf); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.mobile-call { position: fixed; right: 15px; bottom: 15px; z-index: 29; display: none; min-height: 47px; align-items: center; justify-content: center; padding: 0 18px; color: var(--forest-deep); background: var(--leaf); box-shadow: 0 14px 28px rgba(0,0,0,.25); font-size: 12px; font-weight: 900; }

.lightbox { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 30px; background: rgba(3,12,7,.94); }
.lightbox.is-open { display: flex; }
.lightbox-figure { width: min(1080px, 100%); margin: 0; }
.lightbox-figure img { width: 100%; max-height: calc(100vh - 120px); object-fit: contain; }
.lightbox-figure figcaption { padding-top: 12px; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 800; text-align: center; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; z-index: 1; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; color: var(--forest); background: rgba(255,255,255,.95); font-size: 28px; }
.lightbox-close { top: 18px; right: 18px; }
.lightbox-prev, .lightbox-next { top: calc(50% - 22px); }
.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

@media (max-width: 1120px) {
    .primary-menu { gap: 16px; font-size: 11px; }
    .project-preview-grid { grid-template-columns: repeat(2, 1fr); }
    .reference-gallery { grid-template-columns: repeat(2, 1fr); }
    .footer-top { gap: 55px; }
}
@media (max-width: 890px) {
    .utility-inner { grid-template-columns: 1fr auto; }
    .utility-inner span:nth-child(2) { display: none; }
    .nav-shell { min-height: 78px; }
    .menu-toggle { display: block; }
    .primary-menu { position: absolute; top: 78px; right: 0; left: 0; display: none; padding: 15px 24px 22px; background: var(--forest-deep); box-shadow: 0 14px 25px rgba(0,0,0,.25); }
    .primary-menu.is-open { display: grid; gap: 0; }
    .primary-menu > a:not(.nav-cta) { padding: 12px 2px; }
    .primary-menu > a:not(.nav-cta)::after { display: none; }
    .nav-cta { margin-top: 10px; }
    .home-hero { min-height: 650px; }
    .hero-inner { padding: 100px 0 66px; }
    .section-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 34px; }
    .split-feature, .split-feature.reverse, .article-layout, .contact-layout { grid-template-columns: 1fr; gap: 38px; }
    .split-feature.reverse .feature-copy { order: 0; }
    .article-layout .aside-card { position: static; }
    .service-grid, .process-grid, .value-grid { grid-template-columns: 1fr; }
    .service-card { min-height: auto; }
    .footer-top { grid-template-columns: 1fr; gap: 36px; }
    .guide-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-card:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 410px; }
    .blog-row { grid-template-columns: 240px 1fr; }
    .blog-row .read-more { grid-column: 2; justify-self: start; }
}
@media (max-width: 580px) {
    .container { width: calc(100% - 32px); max-width: 1240px; }
    .utility-bar, .site-header, .home-hero, .page-hero, main, .site-footer, .cta-band { width: 100%; max-width: 100%; }
    .utility-inner { justify-content: center; grid-template-columns: 1fr; text-align: center; }
    .utility-inner span { display: none; }
    .utility-inner a { text-align: center; }
    .nav-shell { min-height: 68px; }
    .logo-crop { width: 128px; height: 72px; }
    .logo-crop img { width: 128px; height: 85px; transform: translateY(-7px); }
    .primary-menu { top: 68px; }
    .home-hero { min-height: 0; }
    .hero-inner { padding: 82px 0 60px; }
    .home-hero h1 { font-size: clamp(39px, 11vw, 48px); line-height: 1.02; }
    .page-hero { min-height: 400px; }
    .page-hero-inner { padding: 95px 0 48px; }
    .hero-lead { margin: 19px 0 25px; font-size: 15px; }
    .hero-actions { display: grid; max-width: 260px; grid-template-columns: 1fr; }
    .hero-actions .button { width: 100%; }
    .hero-tags { display: grid; gap: 9px; margin-top: 36px; }
    section { padding: 68px 0; }
    .trust-grid, .content-grid { grid-template-columns: 1fr; }
    .trust-grid > div, .trust-grid > div:first-child { min-height: 91px; padding: 20px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
    .trust-grid > div:first-child { border-top: 1px solid rgba(255,255,255,.13); }
    .feature-image-stack { min-height: 390px; }
    .feature-image-stack .main-image { width: calc(100% - 28px); }
    .feature-image-stack .floating-image { bottom: 20px; width: 48%; height: 39%; border-width: 4px; }
    .project-preview-grid, .reference-gallery { grid-template-columns: 1fr; }
    .project-preview, .gallery-item { min-height: 350px; }
    .photo-grid, .delivery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(3, 230px); }
    .photo-grid > img:first-child, .delivery-grid img:first-child { grid-row: span 1; }
    .delivery-grid img:last-child { grid-column: auto; }
    .photo-grid > img:nth-child(3), .delivery-grid img:nth-child(4) { display: none; }
    .form-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .contact-info, .quote-form { padding: 30px 24px; }
    .guide-grid { grid-template-columns: 1fr; }
    .guide-card, .guide-card:first-child { min-height: 310px; }
    .blog-row { grid-template-columns: 1fr; gap: 15px; }
    .blog-row img { height: 210px; }
    .blog-row .read-more { grid-column: auto; }
    .footer-links { grid-template-columns: 1fr; gap: 15px; }
    .footer-bottom { display: block; }
    .footer-bottom span + span { display: block; margin-top: 5px; }
    .mobile-call { display: inline-flex; }
    .site-footer { padding-bottom: 67px; }
    .lightbox { padding: 15px; }
    .lightbox-close { top: 9px; right: 9px; }
    .lightbox-prev { left: 9px; }
    .lightbox-next { right: 9px; }
}
