:root {
  --forest: #12382f;
  --forest-dark: #0c2b24;
  --forest-soft: #dce9e4;
  --orange: #f0833b;
  --orange-dark: #c85e1d;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #17211e;
  --muted: #62706b;
  --line: #d9e1dd;
  --soft: #edf2ef;
  --danger: #9f3027;
  --success: #176543;
  --shadow: 0 22px 60px rgba(18, 56, 47, 0.12);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.04em; line-height: 1.06; }
h1 { font-size: clamp(3rem, 7vw, 6.3rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 4rem); }
h3 { font-size: 1.45rem; }
p { color: var(--muted); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.soft-section { background: var(--soft); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; transform: translateY(-150%); background: var(--white); color: var(--forest); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--orange-dark); font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 2px; content: ""; background: currentColor; }
.eyebrow.light { color: #ffd4b6; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--orange); border-radius: 999px; background: var(--orange); color: #1f251f; padding: 13px 22px; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: #ff9654; border-color: #ff9654; }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(240, 131, 59, .35); outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 17px; font-size: .88rem; }
.button-light { border-color: var(--white); background: var(--white); color: var(--forest-dark); }
.button-light:hover { border-color: #fff5ed; background: #fff5ed; }
.button-outline-light { border-color: rgba(255,255,255,.7); background: transparent; color: var(--white); }
.button-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button-secondary { border-color: var(--line); background: transparent; color: var(--forest); }
.button-secondary:hover { border-color: var(--forest); background: var(--forest); color: var(--white); }
.arrow-link { display: inline-flex; align-items: center; gap: 10px; color: var(--forest); font-size: .9rem; font-weight: 850; }
.arrow-link span { transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(4px); }
.arrow-link.light { color: var(--white); }
.link-button, .text-button { appearance: none; border: 0; background: none; padding: 0; color: inherit; font-weight: 800; cursor: pointer; text-decoration: underline; text-decoration-color: rgba(240,131,59,.5); text-underline-offset: 4px; }

.utility-bar { background: var(--forest-dark); color: #dbe9e4; font-size: .76rem; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.utility-inner a { color: #ffd4b6; font-weight: 800; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(18,56,47,.1); background: rgba(255,253,248,.96); backdrop-filter: blur(15px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 210px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { font-size: .88rem; font-weight: 800; }
.desktop-nav a:hover { color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.text-button { font-size: .85rem; text-decoration: none; }
.menu-button { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { width: 18px; height: 2px; background: var(--forest); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: min(760px, calc(100vh - 112px)); overflow: hidden; display: grid; align-items: center; background: var(--forest); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, rgba(6,29,24,.94) 0%, rgba(6,29,24,.72) 53%, rgba(6,29,24,.18) 100%); }
.hero-content { position: relative; z-index: 2; padding: 90px 0 130px; color: var(--white); }
.hero-content h1 { max-width: 920px; margin-bottom: 26px; font-size: clamp(3.35rem, 7.2vw, 6.6rem); }
.hero-content h1 em { color: #ffb780; font-family: Georgia, serif; font-weight: 400; }
.hero-copy { max-width: 700px; color: #e4eeea; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-content .button-row { margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 38px; color: #d8e7e1; font-size: .84rem; font-weight: 800; }
.hero-trust span::before { margin-right: 8px; content: "✓"; color: #ffb780; }

.action-dock-section { position: relative; z-index: 5; margin-top: -62px; }
.action-dock { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(18,56,47,.1); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.action-dock a, .action-dock button { appearance: none; min-height: 120px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 3px; border: 0; border-right: 1px solid var(--line); background: transparent; padding: 24px 28px; text-align: left; cursor: pointer; }
.action-dock > :last-child { border-right: 0; }
.action-dock strong { color: var(--forest); font-size: 1.15rem; }
.action-dock span { color: var(--muted); font-size: .82rem; }
.action-dock a:hover, .action-dock button:hover { background: var(--cream); }

.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.split-heading h2 { margin-bottom: 0; max-width: 800px; }
.split-heading > p, .split-heading > div:last-child p { margin-bottom: 0; font-size: 1.05rem; }
.compact-heading { margin-bottom: 42px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 315px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #aac3b9; box-shadow: 0 18px 40px rgba(18,56,47,.09); }
.service-card-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: var(--forest-dark); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-card-media img { transform: scale(1.035); }
.service-card-body { min-height: inherit; flex: 1; display: flex; flex-direction: column; padding: 28px; }
.service-card.has-image .service-card-body { min-height: 285px; }
.service-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 46px; }
.service-number { color: var(--orange-dark); font-family: Georgia, serif; font-size: .85rem; }
.service-category { border: 1px solid var(--line); border-radius: 999px; padding: 4px 9px; color: var(--muted); font-size: .62rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-card h3 a:hover { color: var(--orange-dark); }
.service-card p { font-size: .92rem; }
.service-card .arrow-link { margin-top: auto; }
.primary-services .service-card:first-child { grid-column: span 2; background: var(--cream); }
.secondary-services { grid-template-columns: repeat(4, 1fr); }
.secondary-services .service-card { min-height: 285px; }

.work-preview-section { background: var(--cream); }
.compact-heading .arrow-link { margin-top: 18px; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.project-card { overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 15px 40px rgba(18,56,47,.06); }
.project-card-image { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--forest-dark); }
.project-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-card:hover .project-card-image img { transform: scale(1.035); }
.project-card-image > span { position: absolute; left: 18px; bottom: 18px; border-radius: 999px; background: rgba(7,31,25,.9); color: var(--white); padding: 7px 11px; font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.project-card-copy { padding: 25px 26px 28px; }
.project-card-copy h3 { margin-bottom: 12px; }
.project-card-copy p { min-height: 48px; font-size: .9rem; }
.project-index-grid { gap: 22px; }
.project-index-grid .project-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1.15fr .85fr; }
.project-index-grid .project-card:first-child .project-card-image { aspect-ratio: auto; min-height: 430px; }
.project-index-grid .project-card:first-child .project-card-copy { display: flex; flex-direction: column; justify-content: center; padding: 45px; }
.project-index-grid .project-card:first-child .project-card-copy p { min-height: 0; }

/* Public work gallery */
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; clip-path: inset(50%) !important; }
body.gallery-open { overflow: hidden; }
.project-index-hero { padding: 68px 0; }
.project-index-hero .page-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 56px; }
.project-index-hero h1 { font-size: clamp(2.8rem, 5.3vw, 4.9rem); }
.gallery-hero-copy > p { max-width: 620px; }
.gallery-hero-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.gallery-hero-stats span { display: grid; min-width: 102px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(255,255,255,.06); padding: 11px 13px; color: #bed3cb; font-size: .7rem; line-height: 1.25; }
.gallery-hero-stats strong { color: var(--white); font-size: 1.05rem; }
.featured-cases-section { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--cream); padding: 58px 0 62px; }
.section-mini-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 22px; }
.section-mini-heading .eyebrow { margin-bottom: 8px; }
.section-mini-heading h2 { margin-bottom: 0; font-size: clamp(1.75rem, 3vw, 2.7rem); }
.section-mini-heading > span { color: var(--muted); font-size: .76rem; font-weight: 850; }
.case-study-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px, 292px); gap: 13px; overflow-x: auto; overscroll-behavior-inline: contain; padding-bottom: 12px; scroll-snap-type: inline proximity; scrollbar-color: #b9c9c2 transparent; }
.case-study-rail .project-card { scroll-snap-align: start; border-radius: 17px; box-shadow: 0 9px 25px rgba(18,56,47,.05); }
.case-study-rail .project-card-image { aspect-ratio: 16 / 9; }
.case-study-rail .project-card-image > span { left: 11px; bottom: 11px; padding: 5px 8px; font-size: .54rem; }
.case-study-rail .project-card-copy { padding: 17px 18px 19px; }
.case-study-rail .project-card-copy h3 { margin-bottom: 8px; font-size: 1.08rem; }
.case-study-rail .project-card-copy p { min-height: 39px; display: -webkit-box; overflow: hidden; margin-bottom: 13px; font-size: .76rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.case-study-rail .arrow-link { font-size: .76rem; }
.gallery-page-section { background: var(--paper); padding: 70px 0 110px; }
.gallery-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 60px; align-items: end; margin-bottom: 30px; }
.gallery-heading .eyebrow { margin-bottom: 9px; }
.gallery-heading h2 { margin-bottom: 0; font-size: clamp(2.15rem, 4vw, 3.7rem); }
.gallery-heading > p { margin-bottom: 3px; font-size: .88rem; }
.gallery-toolbar { position: sticky; z-index: 80; top: 78px; border: 1px solid rgba(18,56,47,.12); border-radius: 18px; background: rgba(255,253,248,.94); margin-bottom: 18px; padding: 12px; box-shadow: 0 12px 32px rgba(18,56,47,.08); backdrop-filter: blur(18px); }
.gallery-filter-scroll { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 9px; scrollbar-width: none; }
.gallery-filter-scroll::-webkit-scrollbar { display: none; }
.gallery-filter { appearance: none; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 999px; background: var(--white); padding: 8px 11px; color: var(--forest); font-size: .72rem; font-weight: 850; cursor: pointer; }
.gallery-filter span { margin-left: 3px; color: var(--muted); font-size: .63rem; }
.gallery-filter.is-active { border-color: var(--forest); background: var(--forest); color: var(--white); }
.gallery-filter.is-active span { color: #c4d8d1; }
.gallery-controls-row { display: grid; grid-template-columns: minmax(170px, 1fr) 190px auto; gap: 8px; }
.gallery-search { position: relative; }
.gallery-search > span { position: absolute; top: 50%; left: 13px; transform: translateY(-52%); color: var(--muted); font-size: 1.1rem; pointer-events: none; }
.gallery-search input, .gallery-stage-select select { height: 42px; border-radius: 11px; background: var(--white); padding-block: 8px; font-size: .78rem; }
.gallery-search input { padding-left: 37px; }
.gallery-reset { appearance: none; border: 0; background: transparent; color: var(--orange-dark); padding: 0 10px; font-size: .72rem; font-weight: 900; cursor: pointer; }
.gallery-results-row { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); margin-top: 10px; padding: 9px 4px 0; color: var(--muted); font-size: .68rem; }
.gallery-results-row strong { color: var(--forest); }
.gallery-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.gallery-card { appearance: none; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); padding: 0; text-align: left; cursor: zoom-in; box-shadow: 0 5px 14px rgba(18,56,47,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.gallery-card:hover { transform: translateY(-2px); border-color: #a6bdb4; box-shadow: 0 10px 22px rgba(18,56,47,.09); }
.gallery-card-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--soft); }
.gallery-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-card:hover .gallery-card-image img { transform: scale(1.025); }
.gallery-stage-badge { position: absolute; right: 7px; bottom: 7px; border-radius: 999px; background: rgba(7,31,25,.88); color: var(--white); padding: 4px 7px; font-size: .48rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(5px); }
.gallery-card-copy { display: grid; gap: 3px; padding: 10px 10px 11px; }
.gallery-card-copy strong { overflow: hidden; color: var(--ink); font-size: .72rem; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.gallery-card-copy small { overflow: hidden; color: var(--muted); font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.gallery-empty { border: 1px dashed #b8c8c1; border-radius: 16px; background: var(--cream); margin-top: 16px; padding: 48px 20px; text-align: center; }
.gallery-empty strong { color: var(--forest); font-size: 1.25rem; }
.gallery-empty p { margin: 5px 0 18px; }
.gallery-load-row { display: flex; justify-content: center; padding-top: 30px; }
.gallery-load-row .button { min-width: 200px; }
.gallery-dialog { width: min(1100px, calc(100% - 30px)); max-width: none; max-height: calc(100dvh - 30px); overflow: hidden; border: 0; border-radius: 22px; background: var(--white); padding: 0; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.42); }
.gallery-dialog::backdrop { background: rgba(4,21,17,.8); backdrop-filter: blur(8px); }
.gallery-dialog-close { position: absolute; z-index: 4; top: 13px; right: 13px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(7,31,25,.82); color: var(--white); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.gallery-dialog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; min-height: min(720px, calc(100dvh - 30px)); }
.gallery-dialog-media { position: relative; min-width: 0; display: grid; place-items: center; overflow: hidden; background: #071f1a; }
.gallery-dialog-media img { width: 100%; height: min(720px, calc(100dvh - 30px)); object-fit: contain; }
.gallery-dialog-nav { position: absolute; z-index: 3; top: 50%; width: 42px; height: 52px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.3); border-radius: 12px; background: rgba(7,31,25,.7); color: var(--white); font-size: 2rem; cursor: pointer; }
.gallery-dialog-prev { left: 13px; }
.gallery-dialog-next { right: 13px; }
.gallery-dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px 30px; }
.gallery-dialog-copy > span { color: var(--orange-dark); font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gallery-dialog-copy h2 { margin: 12px 0 15px; font-size: 2rem; }
.gallery-dialog-copy p { font-size: .86rem; }
.gallery-dialog-actions { display: grid; gap: 9px; margin-top: 20px; }
.gallery-dialog-actions .button { width: 100%; font-size: .78rem; }

.dark-section { background: var(--forest-dark); color: var(--white); overflow: hidden; }
.feature-split { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: center; }
.feature-copy h2 { max-width: 760px; }
.feature-copy > p:not(.eyebrow) { max-width: 700px; color: #cbded7; font-size: 1.05rem; }
.check-list { display: grid; gap: 12px; list-style: none; margin: 28px 0 36px; padding: 0; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { position: absolute; top: 0; left: 0; content: "✓"; color: var(--orange-dark); font-weight: 900; }
.light-list { color: #e7f1ed; }
.light-list li::before { color: #ffb780; }
.phone-mock { width: min(100%, 380px); justify-self: center; border: 9px solid #31534b; border-radius: 48px; background: #071f1a; padding: 12px; box-shadow: 0 35px 80px rgba(0,0,0,.35); transform: rotate(2deg); }
.phone-top { display: flex; justify-content: center; height: 22px; }
.phone-top span { width: 90px; height: 7px; border-radius: 10px; background: #31534b; }
.phone-screen { min-height: 540px; display: flex; flex-direction: column; border-radius: 33px; background: var(--cream); color: var(--ink); padding: 30px 22px; }
.phone-screen img { width: 62px; height: 62px; margin-bottom: 16px; }
.phone-screen small { color: var(--orange-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.phone-screen > strong { margin: 12px 0 24px; font-size: 1.55rem; line-height: 1.15; }
.phone-screen a { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 17px 2px; color: var(--forest); font-weight: 800; }

.area-preview { background: var(--cream); }
.area-preview-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.area-preview-grid h2 { margin-bottom: 24px; }
.area-preview-grid .button { margin-top: 15px; }
.county-stack { display: grid; gap: 12px; }
.county-stack a { display: grid; gap: 5px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); padding: 24px 26px; transition: transform .2s ease, border-color .2s ease; }
.county-stack a:hover { transform: translateX(5px); border-color: var(--orange); }
.county-stack strong { color: var(--forest); font-size: 1.25rem; }
.county-stack span { color: var(--muted); font-size: .88rem; }

.page-hero { padding: 105px 0; background: var(--forest); color: var(--white); }
.page-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.page-hero h1 { max-width: 800px; margin-bottom: 0; font-size: clamp(3rem, 6vw, 5.4rem); }
.page-hero p:not(.eyebrow) { margin-bottom: 0; color: #d2e2dc; font-size: 1.08rem; }
.short-hero { padding: 75px 0; }
.service-hero { position: relative; min-height: 610px; display: grid; align-items: end; overflow: hidden; background: var(--forest); }
.service-hero > img, .service-hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.service-hero > img { object-fit: cover; }
.service-hero-overlay { background: linear-gradient(90deg, rgba(7,31,25,.94), rgba(7,31,25,.42)); }
.service-hero-content { position: relative; z-index: 2; padding-bottom: 80px; color: var(--white); }
.service-hero-content h1 { max-width: 900px; margin-bottom: 22px; }
.service-hero-content > p:not(.eyebrow) { max-width: 720px; color: #dfebe7; font-size: 1.2rem; }
.service-hero-content .button-row { margin-top: 32px; }
.project-detail-hero { position: relative; min-height: min(720px, calc(100vh - 112px)); display: grid; align-items: end; overflow: hidden; background: var(--forest-dark); }
.project-detail-hero > img, .project-detail-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.project-detail-hero > img { object-fit: cover; }
.project-detail-overlay { background: linear-gradient(90deg, rgba(7,31,25,.94), rgba(7,31,25,.34)); }
.project-detail-content { position: relative; z-index: 2; color: var(--white); padding: 80px 0; }
.project-detail-content h1 { max-width: 920px; margin-bottom: 22px; }
.project-detail-content > p:not(.eyebrow) { max-width: 720px; color: #dfebe7; font-size: 1.18rem; }
.project-back-link { display: inline-flex; margin-bottom: 30px; color: #ffd4b6; font-size: .82rem; font-weight: 850; }
.project-story-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 90px; align-items: start; }
.project-story-copy h2 { margin-top: 0; }
.project-quote-card { position: sticky; top: 120px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); padding: 30px; box-shadow: 0 16px 40px rgba(18,56,47,.06); }
.project-quote-card h2 { font-size: 2rem; }
.project-quote-card .button { width: 100%; margin-top: 10px; }
.project-gallery-section .compact-heading h2 { margin-bottom: 42px; }
.project-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.project-photo { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); margin: 0; }
.project-photo img { width: 100%; height: 410px; object-fit: cover; background: var(--forest-dark); }
.project-photo-featured { grid-column: span 2; }
.project-photo-featured img { height: 500px; }
.project-photo figcaption { padding: 17px 19px 19px; }
.project-photo figcaption span { color: var(--orange-dark); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.project-photo figcaption p { margin: 5px 0 0; font-size: .82rem; }
.content-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 90px; align-items: start; }
.prose { max-width: 780px; }
.prose .lead { color: #394944; font-size: 1.23rem; line-height: 1.75; }
.prose h2 { margin-top: 60px; margin-bottom: 22px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.prose a { color: var(--orange-dark); text-decoration: underline; }
.process-list { display: grid; gap: 16px; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--white); font-weight: 900; }
.process-list p { margin: 5px 0 0; font-size: .9rem; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: var(--white); padding: 0 20px; }
.faq-list summary { padding: 20px 0; color: var(--forest); font-weight: 850; cursor: pointer; }
.faq-list details p { padding-bottom: 18px; }
.sticky-card { position: sticky; top: 120px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); padding: 30px; box-shadow: 0 16px 40px rgba(18,56,47,.06); }
.sticky-card h2 { font-size: 2rem; }
.sticky-card .button { width: 100%; margin-top: 10px; }
.save-service { width: 100%; margin-top: 20px; }

.county-groups, .county-group { display: grid; gap: 50px; }
.county-group { grid-template-columns: 260px 1fr; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.county-group:last-child { border: 0; }
.county-heading h2 { font-size: 2.3rem; }
.area-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.area-card { min-height: 265px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 25px; }
.area-card:hover { border-color: var(--orange); }
.area-card > span { color: var(--orange-dark); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.area-card > strong { margin-top: 18px; color: var(--forest); font-size: 1.5rem; }
.area-card p { font-size: .88rem; }
.area-card em { margin-top: auto; color: var(--forest); font-style: normal; font-weight: 850; }
.compact-link-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.compact-link-grid a { display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 12px; padding: 18px; text-decoration: none; }
.compact-link-grid a:hover { border-color: var(--orange); }
.compact-link-grid span { color: var(--muted); font-size: .82rem; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.story-image { position: sticky; top: 120px; border-radius: 24px; overflow: hidden; }
.story-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 38px; }
.value-grid div { display: grid; gap: 5px; border: 1px solid var(--line); border-radius: 12px; padding: 20px; }
.value-grid strong { color: var(--forest); }
.value-grid span { color: var(--muted); font-size: .86rem; }

.contact-grid, .booking-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-panel { position: sticky; top: 120px; }
.contact-panel h2 { font-size: 2.7rem; }
.contact-method { display: grid; gap: 2px; border-top: 1px solid var(--line); padding: 19px 0; }
.contact-method span { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-method strong { color: var(--forest); }
.safety-note { margin-top: 24px; border-left: 3px solid var(--orange); background: var(--cream); padding: 16px; font-size: .83rem; }
.form-panel { border: 1px solid var(--line); border-radius: 22px; background: var(--white); padding: 36px; box-shadow: 0 20px 60px rgba(18,56,47,.08); }
.form-panel h2 { font-size: 2.3rem; }
.lead-form { position: relative; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.form-grid label, .admin-edit-form label, .admin-login-card label { display: grid; gap: 8px; color: var(--ink); font-size: .86rem; font-weight: 800; }
.form-grid label span { color: var(--orange-dark); }
.form-span { grid-column: 1/-1; }
input, select, textarea { width: 100%; border: 1px solid #cfdad5; border-radius: 10px; background: var(--white); color: var(--ink); padding: 13px 14px; }
textarea { resize: vertical; }
.lead-form .button { margin-top: 22px; }
.form-note { margin: 12px 0 0; font-size: .76rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.booking-info { border-radius: 20px; background: var(--cream); padding: 32px; }
.booking-info ol { display: grid; gap: 18px; padding: 0; list-style: none; }
.booking-info li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.booking-info li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--forest); color: var(--white); font-weight: 850; }
.booking-info p { margin: 4px 0 0; font-size: .85rem; }
.booking-info .button { width: 100%; margin-top: 20px; font-size: .82rem; }

.install-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.install-grid article { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 30px; }
.install-grid article > span { color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.install-grid h2 { margin-top: 12px; font-size: 2rem; }
.install-grid ol { padding-left: 20px; color: var(--muted); }
.install-grid li { margin-bottom: 9px; }
.centered-action { margin-top: 34px; text-align: center; }
.success-section { min-height: 65vh; display: grid; align-items: center; }
.success-card { max-width: 780px; text-align: center; }
.success-card .eyebrow { justify-content: center; }
.success-mark { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 28px; border-radius: 50%; background: var(--forest); color: var(--white); font-size: 2rem; }
.success-card h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }
.centered-row { justify-content: center; margin-top: 28px; }
.legal { max-width: 800px; }
.legal h2 { margin-top: 42px; font-size: 2rem; }

.final-cta { padding: 80px 0; background: var(--orange); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.final-cta h2 { max-width: 830px; margin-bottom: 16px; font-size: clamp(2.3rem, 4vw, 4rem); }
.final-cta p { color: #3f332b; }
.final-cta .eyebrow { color: var(--forest); }
.final-cta .button-outline-light { border-color: var(--forest); color: var(--forest); }
.site-footer { padding: 70px 0 110px; background: var(--forest-dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; color: #bcd1c9; font-size: .9rem; }
.footer-grid h3 { margin-bottom: 10px; color: #ffd4b6; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #d7e6e1; font-size: .86rem; }
.footer-grid a:hover { color: #ffb780; }
.footer-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.footer-actions .link-button { color: #ffd4b6; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 55px; padding-top: 25px; color: #8fac9f; font-size: .75rem; }
.app-nav { display: none; }
.toast { position: fixed; z-index: 300; right: 20px; bottom: 20px; max-width: min(380px, calc(100% - 40px)); transform: translateY(130%); border-radius: 12px; background: var(--forest-dark); color: var(--white); padding: 14px 18px; box-shadow: var(--shadow); font-size: .88rem; opacity: 0; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { transform: none; opacity: 1; }

/* Admin */
.admin-body { background: var(--soft); }
.admin-body .utility-bar, .admin-body .site-header { display: none; }
.admin-nav { background: var(--forest-dark); color: var(--white); }
.admin-nav-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.admin-nav nav { display: flex; align-items: center; gap: 22px; }
.admin-nav a, .admin-nav .link-button { color: #d9e8e2; font-size: .84rem; text-decoration: none; }
.inline-form { display: inline; }
.admin-section { min-height: calc(100vh - 68px); padding: 55px 0 90px; }
.admin-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 32px; }
.admin-heading h1 { margin-bottom: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); }
.admin-heading > p { max-width: 500px; margin-bottom: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.stat-grid > div { display: grid; gap: 8px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); padding: 24px; }
.stat-grid span { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.stat-grid strong { color: var(--forest); font-size: 2.5rem; }
.admin-card { border: 1px solid var(--line); border-radius: 16px; background: var(--white); padding: 24px; }
.admin-card-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.admin-card-heading h2 { margin: 0; font-size: 1.6rem; }
.admin-card-heading a { color: var(--orange-dark); font-weight: 800; }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .82rem; }
.admin-table th, .admin-table td { border-bottom: 1px solid var(--line); padding: 14px 12px; text-align: left; vertical-align: top; white-space: nowrap; }
.admin-table th { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.admin-table td small { display: block; color: var(--muted); }
.admin-table td a { color: var(--orange-dark); font-weight: 800; }
.status { display: inline-flex; border-radius: 999px; background: var(--soft); padding: 4px 9px; font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.status-new { background: #fff0e5; color: #9a4918; }
.status-scheduled { background: #e5f1ff; color: #245d94; }
.status-won { background: #e6f5ec; color: var(--success); }
.empty-state { padding: 50px 20px; color: var(--muted); text-align: center; }
.lead-detail { margin-bottom: 22px; }
.lead-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lead-detail-grid > div { display: grid; gap: 3px; }
.lead-detail-grid span, .lead-message > span { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.lead-detail-grid a { color: var(--orange-dark); font-weight: 800; }
.lead-message { border-top: 1px solid var(--line); margin-top: 22px; padding-top: 20px; }
.lead-message p { white-space: normal; }
.status-form { display: flex; align-items: end; gap: 12px; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 20px; }
.status-form label { display: grid; gap: 6px; font-size: .75rem; font-weight: 800; }
.admin-two-col { display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px; align-items: start; }
.service-admin-list { display: grid; padding: 0; overflow: hidden; }
.service-admin-list a { display: flex; justify-content: space-between; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); padding: 18px; }
.service-admin-list a:last-child { border-bottom: 0; }
.service-admin-list a:hover { background: var(--cream); }
.service-admin-list span { display: grid; }
.service-admin-list small { color: var(--muted); }
.service-admin-list em { color: var(--orange-dark); font-size: .75rem; font-style: normal; font-weight: 800; }
.admin-edit-form { display: grid; gap: 18px; }
.admin-edit-form h2 { font-size: 2rem; }
.check-control { display: flex !important; align-items: center; grid-template-columns: auto 1fr; }
.check-control input { width: auto; }
.settings-form { max-width: 900px; }
.password-form { margin-top: 22px; }
.admin-login-section { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--forest-dark); }
.admin-login-card { width: min(440px, 100%); display: grid; gap: 18px; border-radius: 20px; background: var(--white); padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.admin-login-card img { width: 210px; }
.admin-login-card h1 { margin-bottom: 5px; font-size: 2.5rem; }
.admin-login-card > a { color: var(--forest); font-size: .82rem; font-weight: 800; }
.alert { border: 1px solid; border-radius: 10px; padding: 13px 15px; font-size: .86rem; }
.alert-error { border-color: #e7b4af; background: #fff1ef; color: var(--danger); }
.alert-success { border-color: #a8d3bb; background: #ecf8f1; color: var(--success); }
.media-admin-shell { width: min(1440px, calc(100% - 40px)); }
.media-safety-note { border: 1px solid #f0c58f; border-radius: 12px; background: #fff7e9; margin: 0 0 22px; padding: 15px 18px; color: #66451f; font-size: .86rem; }
.media-stat-grid { margin-bottom: 26px; }
.media-detail-card { margin-bottom: 24px; }
.media-kicker { color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.media-detail-grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(420px, 1.2fr); gap: 26px; align-items: start; }
.media-detail-preview img { width: 100%; max-height: 680px; object-fit: contain; border-radius: 12px; background: var(--forest-dark); }
.media-detail-preview dl { display: grid; gap: 9px; margin: 16px 0 0; }
.media-detail-preview dl div { display: grid; grid-template-columns: 92px 1fr; gap: 10px; }
.media-detail-preview dt { color: var(--muted); font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.media-detail-preview dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: .82rem; }
.media-edit-form .form-grid { align-items: end; }
.rights-check { border: 1px solid var(--line); border-radius: 10px; background: var(--soft); padding: 14px; }
.media-filter-form { display: grid; grid-template-columns: repeat(4, minmax(135px, 1fr)) minmax(180px, 1.4fr) auto auto; gap: 12px; align-items: end; margin-bottom: 18px; padding: 18px; }
.media-filter-form label { display: grid; gap: 6px; color: var(--ink); font-size: .72rem; font-weight: 850; }
.media-filter-form input, .media-filter-form select, .media-bulk-bar select { min-height: 42px; }
.media-bulk-bar { display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); margin-bottom: 18px; padding: 13px 16px; font-size: .82rem; }
.media-bulk-bar > div { display: flex; align-items: center; gap: 10px; }
.media-bulk-bar .check-control { font-size: .75rem; }
.media-review-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.media-review-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.media-card-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--forest-dark); }
.media-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .2s ease; }
.media-card-image:hover img { transform: scale(1.025); }
.media-card-copy { display: grid; gap: 7px; padding: 12px 12px 8px; }
.media-card-copy > strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.media-card-copy > small { min-height: 32px; color: var(--muted); font-size: .66rem; line-height: 1.4; }
.media-card-badges { display: flex; flex-wrap: wrap; gap: 5px; }
.media-badge { display: inline-flex; max-width: 100%; border-radius: 999px; background: var(--soft); padding: 3px 7px; color: var(--muted); font-size: .56rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.media-badge-shortlisted { background: #fff0e5; color: #9a4918; }
.media-badge-approved { background: #e6f5ec; color: var(--success); }
.media-badge-hold, .media-badge-do_not_use { background: #f3e8e7; color: var(--danger); }
.media-select { display: flex; align-items: center; gap: 6px; border-top: 1px solid var(--line); padding: 9px 12px; color: var(--muted); font-size: .68rem; font-weight: 800; }
.media-select input { width: auto; }
.media-pagination { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 28px; }
.media-pagination span { color: var(--muted); font-size: .8rem; font-weight: 800; }

@media (max-width: 1020px) {
  .desktop-nav, .desktop-only { display: none; }
  .menu-button { display: flex; }
  .mobile-menu { position: fixed; inset: 112px 0 auto; display: grid; transform: translateY(-130%); border-bottom: 1px solid var(--line); background: var(--paper); padding: 20px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: transform .25s ease, opacity .25s ease; }
  .mobile-menu.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-menu a { border-bottom: 1px solid var(--line); padding: 16px 10px; color: var(--forest); font-weight: 850; }
  .service-grid, .secondary-services { grid-template-columns: repeat(2, 1fr); }
  .feature-split { gap: 45px; }
  .content-sidebar { gap: 45px; grid-template-columns: minmax(0, 1fr) 310px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .media-review-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .media-filter-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .media-detail-grid { grid-template-columns: 1fr; }
  .project-story-grid { gap: 45px; grid-template-columns: minmax(0, 1fr) 310px; }
  .project-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gallery-dialog-layout { grid-template-columns: minmax(0, 1fr) 290px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 15px; }
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.15rem); }
  .section { padding: 74px 0; }
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .header-inner { min-height: 70px; }
  .brand img { width: 172px; }
  .header-actions > .button { display: none; }
  .mobile-menu { inset: 104px 0 auto; }
  .hero { min-height: 690px; align-items: end; }
  .hero-shade { background: rgba(6,29,24,.75); }
  .hero-content { padding: 95px 0 112px; }
  .hero-content h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-content .button-row .button { width: 100%; }
  .hero-trust { gap: 8px 16px; }
  .action-dock-section { margin-top: -52px; }
  .action-dock { grid-template-columns: repeat(2, 1fr); }
  .action-dock a, .action-dock button { min-height: 94px; border-bottom: 1px solid var(--line); padding: 18px; }
  .action-dock > :nth-child(2) { border-right: 0; }
  .action-dock > :nth-child(3), .action-dock > :nth-child(4) { border-bottom: 0; }
  .split-heading, .feature-split, .area-preview-grid, .page-hero-grid, .content-sidebar, .county-group, .story-grid, .contact-grid, .booking-grid, .final-cta-inner, .project-story-grid { grid-template-columns: 1fr; gap: 36px; }
  .split-heading { align-items: start; }
  .service-grid, .secondary-services, .area-card-grid, .compact-link-grid, .value-grid, .form-grid, .install-grid { grid-template-columns: 1fr; }
  .project-grid, .project-photo-grid { grid-template-columns: 1fr; }
  .project-index-grid .project-card:first-child { grid-column: auto; display: block; }
  .project-index-grid .project-card:first-child .project-card-image { min-height: 0; aspect-ratio: 16 / 10; }
  .project-index-grid .project-card:first-child .project-card-copy { padding: 25px 26px 28px; }
  .project-card-copy p { min-height: 0; }
  .project-detail-hero { min-height: 650px; }
  .project-detail-overlay { background: rgba(7,31,25,.7); }
  .project-detail-content { padding: 62px 0; }
  .project-photo-featured { grid-column: auto; }
  .project-photo img, .project-photo-featured img { height: auto; max-height: 620px; object-fit: contain; }
  .project-quote-card { position: static; }
  .primary-services .service-card:first-child { grid-column: auto; }
  .service-card { min-height: 280px; }
  .phone-mock { width: 310px; }
  .phone-screen { min-height: 480px; }
  .page-hero { padding: 72px 0; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .project-index-hero { padding: 48px 0; }
  .project-index-hero .page-hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .project-index-hero h1 { font-size: clamp(2.55rem, 11.8vw, 3.8rem); }
  .gallery-hero-copy > p { font-size: .9rem !important; }
  .gallery-hero-stats { gap: 7px; margin-top: 18px; }
  .gallery-hero-stats span { min-width: 88px; flex: 1; padding: 9px 10px; }
  .featured-cases-section { padding: 42px 0 45px; }
  .section-mini-heading > span { display: none; }
  .case-study-rail { width: auto; margin-right: -14px; grid-auto-columns: minmax(225px, 76vw); }
  .gallery-page-section { padding: 52px 0 82px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 15px; margin-bottom: 23px; }
  .gallery-heading > p { font-size: .78rem; }
  .gallery-toolbar { top: 70px; margin-inline: -7px; padding: 9px; border-radius: 15px; }
  .gallery-controls-row { grid-template-columns: 1fr 132px; }
  .gallery-reset { grid-column: 1 / -1; min-height: 30px; border-radius: 8px; background: var(--cream); }
  .gallery-results-row span { display: none; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .gallery-card { border-radius: 12px; }
  .gallery-card-copy { padding: 8px 8px 9px; }
  .gallery-card-copy strong { font-size: .67rem; }
  .gallery-dialog { width: 100%; height: 100dvh; max-height: none; margin: 0; border-radius: 0; }
  .gallery-dialog-layout { height: 100%; min-height: 0; grid-template-columns: 1fr; grid-template-rows: minmax(0, 58vh) minmax(0, 1fr); overflow-y: auto; }
  .gallery-dialog-media { min-height: 0; }
  .gallery-dialog-media img { height: 58vh; }
  .gallery-dialog-copy { justify-content: flex-start; overflow-y: auto; padding: 25px 20px calc(28px + env(safe-area-inset-bottom)); }
  .gallery-dialog-copy h2 { margin: 8px 0 9px; font-size: 1.45rem; }
  .gallery-dialog-copy p { margin-bottom: 0; font-size: .78rem; }
  .gallery-dialog-actions { grid-template-columns: 1fr 1fr; margin-top: 13px; }
  .gallery-dialog-actions .button { min-height: 44px; padding: 9px 10px; }
  .gallery-dialog-close { top: 9px; right: 9px; }
  .gallery-dialog-nav { width: 38px; height: 46px; }
  .service-hero { min-height: 620px; }
  .service-hero-overlay { background: rgba(7,31,25,.7); }
  .service-hero-content { padding-bottom: 55px; }
  .service-hero-content .button { width: 100%; }
  .sticky-card, .story-image, .contact-panel { position: static; }
  .county-group { padding-bottom: 50px; }
  .form-panel { padding: 24px; }
  .form-span { grid-column: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 25px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .app-nav { position: fixed; z-index: 150; inset: auto 0 0; min-height: calc(66px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; border-top: 1px solid var(--line); background: rgba(255,253,248,.97); padding: 6px 4px env(safe-area-inset-bottom); box-shadow: 0 -12px 35px rgba(18,56,47,.12); backdrop-filter: blur(15px); }
  .app-nav a, .app-nav button { appearance: none; height: 54px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; border: 0; background: none; color: var(--forest); padding: 0; font-size: .64rem; font-weight: 800; cursor: pointer; }
  .app-nav span { font-size: 1.1rem; line-height: 1; }
  .app-nav .app-nav-call { width: 62px; height: 62px; justify-self: center; transform: translateY(-12px); border-radius: 50%; background: var(--orange); box-shadow: 0 8px 24px rgba(200,94,29,.28); color: var(--forest-dark); }
  .toast { bottom: calc(82px + env(safe-area-inset-bottom)); }
  .admin-body { padding-bottom: 0; }
  .admin-nav-inner, .admin-nav nav, .admin-heading { align-items: flex-start; flex-direction: column; }
  .admin-nav-inner { padding: 16px 0; }
  .admin-nav nav { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .admin-heading { gap: 12px; }
  .stat-grid, .lead-detail-grid, .admin-two-col { grid-template-columns: 1fr; }
  .media-admin-shell { width: min(100% - 22px, 1440px); }
  .media-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .media-filter-form { grid-template-columns: 1fr 1fr; }
  .media-filter-form .media-search { grid-column: 1 / -1; }
  .media-bulk-bar, .media-bulk-bar > div { align-items: stretch; flex-direction: column; }
  .media-detail-card { padding: 16px; }
  .admin-login-card { padding: 28px; }
}

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