:root {
  --forest: #173f2d;
  --forest-deep: #0e2f21;
  --green: #356c3c;
  --moss: #718e54;
  --sage: #cdd7bd;
  --cream: #f7f5ed;
  --paper: #fcfbf7;
  --ink: #17352a;
  --body: #3f4d46;
  --line: #d9dfd1;
  --shadow: 0 18px 48px rgba(20, 54, 38, .13);
  --radius: 22px;
  --shell: min(1400px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--body); background: var(--paper); font-family: "Manrope", "Avenir Next", Arial, sans-serif; font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.inline-link { color: var(--green); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.inline-link:hover, .inline-link:focus-visible { color: var(--forest-deep); }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); line-height: 1.08; letter-spacing: -.035em; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(3.1rem, 5.4vw, 5.2rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.25rem, 4vw, 3.7rem); margin-bottom: 18px; }
h3 { font-size: 1.35rem; margin-bottom: 9px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { position: relative; padding: 108px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 10px; background: #fff; color: var(--forest); box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--moss); font-size: .9375rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 42px; height: 2px; content: ""; background: currentColor; }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { justify-content: center; color: #dbe6c3; }
.section-heading { max-width: 760px; margin: 0 auto 52px; text-align: center; }
.section-heading p:last-child { max-width: 660px; margin-inline: auto; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 92px; background: rgba(252,251,247,.96); transition: height .25s ease, box-shadow .25s ease, background .25s ease; }
.site-header.scrolled { height: 76px; background: rgba(252,251,247,.985); box-shadow: 0 10px 30px rgba(16,48,33,.1); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 10px; }
.brand .brand-mark-realistic { width: 70px; height: 70px; object-fit: contain; filter: drop-shadow(0 4px 7px rgba(18,52,34,.16)); transition: width .25s ease, height .25s ease; }
.brand .brand-mark-client { mix-blend-mode: multiply; }
.scrolled .brand .brand-mark-realistic { width: 56px; height: 56px; }
.brand-copy { display: grid; color: var(--forest); line-height: 1; }
.brand-copy strong { font-size: 1.63rem; letter-spacing: -.04em; }
.brand-copy small { margin-top: 7px; font-size: .9375rem; font-weight: 800; letter-spacing: .01em; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.site-nav a { position: relative; padding: 12px 0; color: #233e33; font-size: .9375rem; font-weight: 700; }
.site-nav > a { white-space: nowrap; }
.site-nav a::after { position: absolute; bottom: 3px; left: 50%; width: 0; height: 2px; content: ""; background: var(--green); transition: width .2s ease, left .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav a.active::after { left: 0; width: 100%; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 12px 0; border: 0; color: #233e33; background: transparent; font-size: .9375rem; font-weight: 700; cursor: pointer; }
.nav-dropdown-toggle .nav-chevron { width: 8px; height: 8px; margin: -3px 2px 0 3px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.nav-dropdown.open .nav-dropdown-toggle .nav-chevron { margin-top: 3px; transform: rotate(225deg); }
.nav-dropdown.current > .nav-dropdown-toggle { color: var(--green); }
.services-menu { position: absolute; top: calc(100% + 11px); left: 50%; display: grid; width: 255px; padding: 12px; border: 1px solid rgba(31,73,50,.1); border-radius: 18px; background: rgba(252,251,247,.99); box-shadow: 0 20px 45px rgba(16,48,33,.16); opacity: 0; visibility: hidden; transform: translate(-50%, 10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.services-menu::before { position: absolute; top: -12px; left: 0; width: 100%; height: 14px; content: ""; }
.services-menu a { padding: 11px 13px; border-radius: 11px; font-size: .9375rem; }
.services-menu a::after { display: none; }
.services-menu a:hover, .services-menu a:focus-visible { color: #fff; background: var(--green); }
.nav-dropdown:hover .services-menu, .nav-dropdown.open .services-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.phone-pill, .button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 54px; border: 0; border-radius: 999px; font-weight: 800; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.phone-pill { flex-shrink: 0; padding: 0 24px; color: #fff; white-space: nowrap; background: linear-gradient(135deg, #4a7e3f, #164a34); box-shadow: 0 12px 28px rgba(28,78,51,.2); }
.ui-icon { display: inline-block; flex: 0 0 23px; width: 23px; height: 23px; border-radius: 50%; object-fit: contain; filter: drop-shadow(0 2px 3px rgba(17,48,31,.16)); }
.phone-pill .ui-icon { width: 29px; height: 29px; flex-basis: 29px; }
.phone-pill:hover, .phone-pill:focus-visible, .button:hover, .button:focus-visible { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(18,60,40,.24); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 730px; margin-top: 92px; isolation: isolate; overflow: hidden; background: var(--paper); }
.hero::before { position: absolute; z-index: 1; top: -8px; left: -62px; width: 178px; height: 298px; content: ""; opacity: .34; pointer-events: none; background: url("assets/realistic-leaf-sprig.png") center/contain no-repeat; transform: rotate(18deg); filter: saturate(.82) drop-shadow(0 8px 12px rgba(28,64,40,.11)); }
.hero::after { position: absolute; z-index: 5; right: -1px; bottom: -1px; left: -1px; height: 88px; content: ""; pointer-events: none; background: url("assets/wave-divider.svg") center bottom/100% 100% no-repeat; }
.hero-media { position: absolute; z-index: -3; top: 0; right: 0; bottom: 0; left: 35%; overflow: hidden; background: url("assets/hero-tallahassee.png") center/cover no-repeat; clip-path: ellipse(78% 110% at 100% 50%); -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.25) 8%, #000 25%); mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.25) 8%, #000 25%); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(252,251,247,.16), transparent 32%, rgba(6,27,18,.09)); }
.hero-content-wrap { position: absolute; z-index: -1; inset: 0 auto 0 0; width: 57%; background: rgba(252,251,247,.985); border-radius: 0 65% 50% 0 / 0 74% 54% 0; box-shadow: 34px 0 60px rgba(23,63,45,.09); }
.hero-content-wrap::before { position: absolute; top: 88px; left: -130px; width: 260px; height: 260px; content: ""; opacity: .16; pointer-events: none; background: url("assets/realistic-tree-rings.png") center/contain no-repeat; mix-blend-mode: multiply; }
.hero-content-wrap::after { position: absolute; right: 2%; bottom: 7px; width: 150px; height: 235px; content: ""; opacity: .38; pointer-events: none; transform: rotate(-23deg); background: url("assets/realistic-leaf-sprig.png") center/contain no-repeat; filter: saturate(.78); }
.hero-content { position: absolute; z-index: 2; top: 50%; left: max(7vw, calc((100vw - 1400px)/2)); width: min(520px, 42vw); min-width: 0; transform: translateY(-49%); }
.hero-content h1 { max-width: 520px; }
.hero-lede { max-width: 510px; margin-bottom: 24px; font-size: 1.07rem; }
.button { padding: 0 30px; }
.button-primary { color: #fff; background: linear-gradient(135deg, #598448, #174d35); box-shadow: 0 13px 30px rgba(25,70,47,.22); }
.hero-actions { display: flex; align-items: center; flex-wrap: nowrap; gap: 12px; }
.hero-actions .button { flex: 0 0 auto; padding-inline: 22px; }
.hero-contacts { display: flex; flex-wrap: wrap; gap: 18px 26px; margin-top: 26px; font-size: .9375rem; font-weight: 700; }
.hero-contacts a { display: inline-flex; align-items: center; gap: 9px; }
.hero-contacts .ui-icon { width: 25px; height: 25px; }
.hero-note { position: absolute; z-index: 6; right: 6%; bottom: 126px; padding: 13px 20px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 46% 54% 48% 52% / 50% 42% 58% 50%; color: #fff; background: rgba(8,35,23,.38); backdrop-filter: blur(4px); box-shadow: 0 10px 26px rgba(4,25,16,.18); font-family: "Caveat", cursive; font-size: 2.35rem; line-height: .9; text-align: center; transform: rotate(-7deg); text-shadow: 0 3px 12px rgba(0,0,0,.45); }
.hero-note span { font-size: 2.7rem; }
.location-chip { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 9px 13px; border-radius: 999px; color: var(--ink); background: rgba(249,248,240,.96); box-shadow: 0 10px 24px rgba(20,54,38,.13); }
.location-chip .ui-icon { width: 30px; height: 30px; flex-basis: 30px; }
.location-chip span { display: grid; }
.location-chip strong { font-size: .9375rem; }
.location-chip small { color: #667168; font-size: .9375rem; }

.services-section { padding: 72px 0 78px; background: var(--paper); }
.services-section .section-heading { max-width: 980px; }
.services-section .section-heading h2 { font-size: clamp(2.45rem, 3.4vw, 3.1rem); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid rgba(36,81,54,.06); border-radius: 18px; background: #f6f5ef; box-shadow: 0 14px 35px rgba(27,61,43,.07); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card img { width: 100%; height: 220px; object-fit: cover; border-radius: 17px 17px 28px 10px / 17px 17px 20px 10px; }
.service-card div { min-height: 150px; padding: 22px 22px 24px; }
.service-card p { margin: 0; font-size: .9375rem; }
.card-link { display: none; margin-top: 16px; color: var(--green); font-size: .9375rem; font-weight: 800; }
.service-strip { display: none; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.service-strip span { padding: 9px 15px; border: 1px solid #dfe4d8; border-radius: 999px; color: #4e6256; background: #fff; font-size: .9375rem; font-weight: 700; }

.about-section { overflow: hidden; padding: 60px 0; background: linear-gradient(135deg, #f3f2ea, #fbfaf5 55%, #efeee6); }
.about-section::after { position: absolute; right: -106px; top: 78px; width: 330px; height: 330px; content: ""; opacity: .14; pointer-events: none; background: url("assets/realistic-tree-rings.png") center/contain no-repeat; mix-blend-mode: multiply; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; width: 100%; }
.about-photo { position: relative; }
.about-photo img { width: 100%; height: 600px; object-fit: cover; object-position: center; border: 7px solid rgba(255,255,255,.42); border-left: 0; border-radius: 0 46% 36% 0 / 0 30% 35% 0; box-shadow: var(--shadow); }
.about-photo p { position: absolute; top: 62px; right: 35px; padding: 13px 18px 15px; border: 1px solid rgba(255,255,255,.5); border-radius: 46% 54% 51% 49% / 52% 45% 55% 48%; color: var(--forest); background: rgba(252,251,247,.78); backdrop-filter: blur(5px); box-shadow: 0 10px 24px rgba(15,48,31,.12); font-family: "Caveat", cursive; font-size: 2rem; line-height: .95; text-align: center; transform: rotate(-5deg); }
.about-photo p span { font-size: 2.2rem; }
.about-copy { max-width: none; min-width: 0; padding-right: max(24px, calc((100vw - 1400px)/2)); }
.about-copy > p:not(.eyebrow) { font-size: 1.02rem; }
.feature-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 15px; font-weight: 600; }
.feature-icon { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 50%; }
.feature-icon img { width: 52px; height: 52px; filter: drop-shadow(0 3px 5px rgba(17,48,31,.16)); }

.work-section { padding: 82px 0; background: #fff; }
.work-section > .shell { width: min(1400px, calc(100% - 48px)); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.project-card { overflow: hidden; border-radius: 18px; background: #f7f6f1; box-shadow: 0 13px 32px rgba(24,57,40,.08); transform: rotate(-1.5deg); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:nth-child(2) { transform: rotate(1.4deg); }
.project-card:nth-child(3) { transform: rotate(-1deg); }
.project-card:hover { transform: rotate(0) translateY(-7px); box-shadow: var(--shadow); }
.project-card img { width: 100%; height: 270px; object-fit: cover; border-radius: 17px 17px 27px 9px / 17px 17px 19px 9px; }
.project-card div { padding: 20px 22px 24px; }
.project-card p { display: flex; align-items: center; gap: 7px; margin: 0; color: #667269; font-size: .9375rem; }
.project-card p .ui-icon { width: 21px; height: 21px; flex-basis: 21px; }
.gallery-cta { display: flex; justify-content: center; margin-top: 38px; }

.area-section { overflow: hidden; padding: 62px 0 72px; background: linear-gradient(120deg, #f2f1e7, #fbfaf6); }
.area-section::before, .area-section::after { position: absolute; width: 190px; height: 250px; content: ""; opacity: .3; pointer-events: none; background: url("assets/realistic-leaf-sprig.png") center/contain no-repeat; filter: saturate(.76); }
.area-section::before { left: -35px; top: -40px; transform: rotate(20deg); }
.area-section::after { right: -30px; bottom: -70px; transform: rotate(-35deg); }
.area-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.area-copy { min-width: 0; }
.area-copy h2 { max-width: 630px; }
.area-copy p:not(.eyebrow) { max-width: 650px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 9px; color: var(--green); font-weight: 800; }
.area-photo { position: relative; }
.area-photo img { width: 100%; height: 430px; object-fit: cover; border: 7px solid rgba(255,255,255,.52); border-radius: 46% 43% 45% 39% / 36% 49% 42% 51%; box-shadow: var(--shadow); }
.area-photo span { position: absolute; top: 42px; left: 50%; padding: 12px 19px 15px; border: 1px solid rgba(255,255,255,.52); border-radius: 49% 51% 45% 55% / 48% 44% 56% 52%; color: var(--forest); background: rgba(252,251,247,.8); backdrop-filter: blur(5px); box-shadow: 0 9px 23px rgba(16,48,33,.12); font-family: "Caveat", cursive; font-size: 2.4rem; line-height: .86; text-align: center; transform: translateX(-50%) rotate(-5deg); text-shadow: 0 2px 8px rgba(255,255,255,.8); }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 86px; }
.faq-intro { position: sticky; top: 112px; }
.faq-intro > p:not(.eyebrow) { max-width: 440px; margin-bottom: 28px; }
.button-outline { border: 1.5px solid var(--green); color: var(--green); background: transparent; }
.button-outline:hover { color: #fff; background: var(--green); }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: 100%; padding: 25px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font-size: 1.04rem; font-weight: 800; cursor: pointer; }
.faq-item button span { position: relative; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background: #e7ecdf; transition: background .2s ease, transform .2s ease; }
.faq-item button span::before, .faq-item button span::after { position: absolute; top: 50%; left: 50%; width: 14px; height: 2px; content: ""; background: var(--forest); transform: translate(-50%,-50%); }
.faq-item button span::after { transform: translate(-50%,-50%) rotate(90deg); transition: opacity .2s ease; }
.faq-item button[aria-expanded="true"] span { background: var(--green); transform: rotate(180deg); }
.faq-item button[aria-expanded="true"] span::before, .faq-item button[aria-expanded="true"] span::after { background: #fff; }
.faq-item button[aria-expanded="true"] span::after { opacity: 0; }
.faq-panel { overflow: hidden; }
.faq-panel p { padding: 0 64px 24px 0; }

.cta-section { position: relative; overflow: hidden; padding: 94px 0 110px; color: #fff; background: var(--forest-deep); isolation: isolate; }
.cta-section::before { position: absolute; z-index: -2; inset: 0; content: ""; background-image: linear-gradient(rgba(13,49,32,.84), rgba(13,49,32,.91)), url("assets/hero-tallahassee.png"); background-position: center, center 60%; background-size: cover, cover; background-repeat: no-repeat; }
body[data-page] .cta-section::before { background: radial-gradient(circle at 50% 0, rgba(77,124,66,.48), transparent 46%), linear-gradient(145deg, #153f2e, #0d3022 68%, #173f2e); }
.cta-section::after { position: absolute; z-index: -1; right: -1px; bottom: -1px; left: -1px; height: 82px; content: ""; background: url("assets/wave-divider.svg") center bottom/100% 100% no-repeat; }
.cta-inner { text-align: center; }
.cta-inner h2 { color: #fff; }
.cta-inner > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 26px; color: rgba(255,255,255,.86); }
.button-light { color: var(--forest); background: #f6f4e9; box-shadow: 0 14px 30px rgba(0,0,0,.18); }

.site-footer { padding: 72px 0 26px; background: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1.1fr 1.2fr .8fr; align-items: center; gap: 52px; }
.footer-brand .brand-mark-realistic { width: 82px; height: 82px; }
.footer-contact { display: grid; gap: 9px; }
.footer-contact a, .footer-contact p { display: flex; align-items: center; gap: 12px; margin: 0; font-size: .9375rem; }
.footer-contact .ui-icon { width: 24px; height: 24px; flex-basis: 24px; }
.footer-hours { font-size: .9375rem; }
.footer-hours p { margin-bottom: 6px; }
.footer-hours strong { display: inline-block; min-width: 74px; color: var(--ink); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 22px 30px; margin-top: 45px; padding-top: 22px; border-top: 1px solid #aaba97; font-size: .9375rem; }
.footer-bottom p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; }
.footer-links a { color: var(--forest); font-weight: 800; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.footer-tagline { display: flex; align-items: center; gap: 9px; }
.footer-tagline .ui-icon { width: 29px; height: 29px; flex-basis: 29px; }

/* Interior pages */
.page-main { padding-top: 92px; }
.page-hero { position: relative; overflow: hidden; min-height: 610px; background: linear-gradient(125deg, #f6f4ec 0 57%, #dfe6d5 57%); }
.page-hero::after { position: absolute; right: -90px; bottom: -130px; width: 310px; height: 310px; content: ""; border: 1px solid rgba(54,91,57,.12); border-radius: 50%; box-shadow: inset 0 0 0 22px #eef0e6, inset 0 0 0 23px rgba(54,91,57,.12), inset 0 0 0 46px #eef0e6, inset 0 0 0 47px rgba(54,91,57,.12); }
.page-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; min-height: 610px; padding-block: 68px; }
.page-hero-copy { max-width: 560px; min-width: 0; }
.page-hero-copy h1 { font-size: clamp(3rem, 5vw, 4.7rem); }
.page-hero-copy > p:not(.eyebrow):not(.breadcrumb) { max-width: 540px; margin-bottom: 28px; font-size: 1.08rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; color: #617066; font-size: .9375rem; font-weight: 700; }
.breadcrumb a { color: var(--green); }
.page-hero-media { position: relative; }
.page-hero-media img { width: 100%; height: 450px; object-fit: cover; border: 8px solid rgba(255,255,255,.56); border-radius: 46% 38% 48% 34% / 37% 48% 36% 50%; box-shadow: var(--shadow); }
.page-hero-media::after { position: absolute; right: -18px; bottom: -18px; width: 118px; height: 158px; content: ""; opacity: .42; background: url("assets/realistic-leaf-sprig.png") center/contain no-repeat; filter: saturate(.76) drop-shadow(0 7px 9px rgba(17,48,31,.12)); }
.stats-bar { position: relative; z-index: 3; margin-top: -38px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: 22px; background: var(--forest); box-shadow: var(--shadow); }
.stat { padding: 27px 32px; color: rgba(255,255,255,.82); text-align: center; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.16); }
.stat strong { display: block; margin-bottom: 4px; color: #fff; font-size: 1.2rem; }
.content-grid { display: grid; grid-template-columns: 1.18fr .82fr; align-items: start; gap: 80px; }
.prose { max-width: 720px; }
.prose h2 { font-size: clamp(2.15rem, 3.6vw, 3.35rem); }
.prose h3 { margin-top: 30px; }
.prose p, .prose li { font-size: 1rem; }
.prose p:last-child { margin-bottom: 0; }
.side-card { position: sticky; top: 112px; padding: 34px; border: 1px solid rgba(35,75,51,.09); border-radius: 24px; background: #f1f3e9; box-shadow: 0 14px 35px rgba(27,61,43,.08); }
.side-card h3 { font-size: 1.55rem; }
.side-card p { margin-bottom: 22px; }
.check-list { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 22px; height: 22px; content: "✓"; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .9375rem; font-weight: 800; }
.service-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.service-tile { display: grid; grid-template-columns: 180px 1fr; min-height: 250px; overflow: hidden; border-radius: 22px; background: #f5f4ed; box-shadow: 0 14px 36px rgba(27,61,43,.08); transition: transform .24s ease, box-shadow .24s ease; }
.service-tile:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-tile img { width: 100%; height: 100%; object-fit: cover; }
.service-tile div { align-self: center; padding: 28px; }
.service-tile p { margin-bottom: 16px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: process; }
.process-card { position: relative; min-height: 230px; padding: 70px 30px 30px; border-radius: 22px; background: #fff; box-shadow: 0 14px 36px rgba(27,61,43,.08); counter-increment: process; }
.process-card::before { position: absolute; top: 25px; left: 30px; display: grid; width: 38px; height: 38px; content: counter(process, decimal-leading-zero); place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: .9375rem; font-weight: 800; }
.soft-section { background: linear-gradient(125deg, #f1f1e8, #fbfaf6); }
.split-band { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.split-band img { width: 100%; height: 470px; object-fit: cover; border: 7px solid rgba(255,255,255,.52); border-radius: 38% 18% 38% 18% / 26% 34% 27% 35%; box-shadow: var(--shadow); }
.gallery-hero .page-hero-media img { object-position: center 31%; }
.gallery-section { overflow: hidden; background: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 30px; grid-auto-flow: dense; gap: 20px; }
.gallery-card { position: relative; grid-column: span 4; grid-row: span 13; min-width: 0; margin: 0; overflow: hidden; border: 6px solid rgba(255,255,255,.8); border-radius: 30px 12px 32px 16px / 24px 18px 28px 20px; background: #dfe5d9; box-shadow: 0 16px 38px rgba(19,55,36,.14); }
.gallery-card:nth-child(2n) { border-radius: 14px 34px 18px 30px / 18px 26px 22px 30px; }
.gallery-card-tall { grid-row: span 17; }
.gallery-card-wide { grid-column: span 8; grid-row: span 14; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.gallery-card-wide img { object-position: center 66%; }
.gallery-card::after { position: absolute; inset: 48% 0 0; content: ""; pointer-events: none; background: linear-gradient(transparent, rgba(7,31,20,.82)); }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: grid; gap: 3px; padding: 46px 24px 22px; color: rgba(255,255,255,.9); }
.gallery-card figcaption strong { color: #fff; font-size: 1.22rem; line-height: 1.2; }
.gallery-card figcaption span { font-size: .9375rem; }
.gallery-social-inner { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 72px; }
.gallery-social-inner > div:first-child { min-width: 0; }
.gallery-social-inner h2 { font-size: clamp(2.15rem, 3.5vw, 3.4rem); }
.social-link-grid { display: grid; gap: 14px; }
.social-link-grid a { display: grid; gap: 3px; padding: 20px 24px; border: 1px solid rgba(31,73,50,.09); border-radius: 17px 28px 17px 28px; background: rgba(255,255,255,.82); box-shadow: 0 10px 26px rgba(20,54,38,.07); transition: transform .22s ease, color .22s ease, background .22s ease; }
.social-link-grid a:hover, .social-link-grid a:focus-visible { color: #fff; background: var(--green); transform: translateX(6px); }
.social-link-grid strong { color: var(--ink); font-size: 1.08rem; }
.social-link-grid a:hover strong, .social-link-grid a:focus-visible strong { color: #fff; }
.social-link-grid span { font-size: .9375rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { display: flex; min-height: 330px; flex-direction: column; padding: 32px; border: 1px solid rgba(36,81,54,.08); border-radius: 22px; background: #fff; box-shadow: 0 13px 32px rgba(24,57,40,.08); transition: transform .24s ease, box-shadow .24s ease; }
.review-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.review-card blockquote { flex: 1; margin: 18px 0 28px; color: var(--ink); font-size: 1.02rem; line-height: 1.75; }
.review-card blockquote::before { content: "“"; }
.review-card blockquote::after { content: "”"; }
.review-card cite { color: #617066; font-style: normal; font-weight: 700; }
.review-card cite { display: grid; gap: 3px; }
.review-card cite strong { color: var(--ink); font-size: 1rem; }
.review-card cite span { font-size: .9375rem; }
.thumbtack-reviews { grid-template-columns: repeat(3, 1fr); }
.reviews-source { display: flex; justify-content: center; margin: 38px 0 0; }
.stars { color: #668b45; font-size: 1.15rem; letter-spacing: .12em; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 70px; }
.contact-stack { display: grid; gap: 18px; }
.contact-card { display: flex; align-items: flex-start; gap: 18px; padding: 25px; border-radius: 18px; background: #f2f3ea; }
.contact-card svg { flex: 0 0 28px; width: 28px; fill: var(--green); }
.contact-card strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 1.05rem; }
.contact-card span { overflow-wrap: anywhere; }
.customer-info-panel { padding: 38px; border: 1px solid rgba(35,75,51,.09); border-radius: 30px 16px 30px 16px; background: #fff; box-shadow: var(--shadow); }
.customer-info-panel > p:not(.eyebrow) { max-width: 690px; }
.customer-phone { display: flex; align-items: center; gap: 16px; margin: 26px 0; padding: 20px 24px; border-radius: 20px; color: #fff; background: linear-gradient(135deg, #4f7f42, #174d35); box-shadow: 0 14px 30px rgba(25,70,47,.2); transition: transform .22s ease, box-shadow .22s ease; }
.customer-phone:hover, .customer-phone:focus-visible { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(25,70,47,.25); }
.customer-phone > span:first-child { display: grid; flex: 0 0 48px; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--forest); background: #f8f5e9; font-size: 1.45rem; }
.customer-phone > span:last-child { display: grid; }
.customer-phone small { color: rgba(255,255,255,.78); font-size: .9375rem; font-weight: 700; }
.customer-phone strong { color: #fff; font-size: clamp(1.45rem, 2.3vw, 2rem); letter-spacing: -.02em; }
.customer-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.customer-detail-grid article { display: grid; gap: 4px; padding: 18px; border-radius: 16px; background: #f1f3ea; }
.customer-detail-grid strong { color: var(--ink); }
.customer-detail-grid span { font-size: .9375rem; }
.call-prep { margin: 26px 0; padding: 22px 24px; border-left: 3px solid var(--moss); border-radius: 0 16px 16px 0; background: #f8f7f1; }
.call-prep h3 { margin-bottom: 14px; }
.call-prep .check-list { margin-top: 0; }
.page-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.page-links a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--green); font-weight: 800; transition: color .2s ease, background .2s ease; }
.page-links a:hover { color: #fff; background: var(--green); }

/* Keep every customer-facing text element at 15px or larger. */
.eyebrow, .brand-copy small, .site-nav a, .hero-contacts, .location-chip strong, .location-chip small,
.service-card p, .service-strip span, .project-card p, .footer-contact a, .footer-contact p,
.footer-hours, .footer-bottom, .hero-contacts a:last-child { font-size: .9375rem; }

.reveal { opacity: 1; transform: none; transition: transform .35s ease; }
.service-card.reveal:hover, .project-card.reveal:hover { transform: translateY(-7px); }

@media (max-width: 1300px) and (min-width: 861px) {
  .header-inner { gap: 18px; }
  .site-nav { gap: 16px; }
  .phone-pill { padding-inline: 18px; }
}

@media (max-width: 1100px) {
  .site-nav { gap: 20px; }
  .site-nav a { font-size: .9375rem; }
  .phone-pill { padding: 0 18px; }
  .phone-pill span { display: none; }
  .hero-content-wrap { width: 63%; }
  .hero-content { width: min(520px, 48vw); }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .location-chip small { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card img { height: 270px; }
  .about-grid, .area-grid { gap: 44px; }
  .site-nav { gap: 18px; }
  .service-tile { grid-template-columns: 150px 1fr; }
}

@media (max-width: 860px) {
  :root { --shell: min(100% - 36px, 740px); }
  .section { padding: 82px 0; }
  .site-header { height: 78px; }
  .header-inner { justify-content: space-between; }
  .brand .brand-mark-realistic, .scrolled .brand .brand-mark-realistic { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 1.32rem; }
  .brand-copy small { font-size: .9375rem; }
  .phone-pill { margin-left: auto; min-height: 46px; }
  .menu-toggle { display: grid; gap: 5px; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 50%; background: #edf0e7; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; height: 2px; border-radius: 2px; background: var(--forest); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 2px; padding: 16px 18px 18px; border-top: 1px solid rgba(31,73,50,.08); background: #fcfbf7; box-shadow: 0 22px 35px rgba(20,50,35,.16); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease; }
  .site-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav > a { padding: 13px 12px; border-radius: 11px; font-size: 1rem; }
  .site-nav > a:hover, .site-nav > a:focus-visible, .site-nav > a.active { color: #fff; background: var(--green); }
  .site-nav a::after { display: none; }
  .nav-dropdown-toggle { width: 100%; justify-content: space-between; padding: 13px 12px; border-radius: 11px; font-size: 1rem; }
  .nav-dropdown-toggle:hover, .nav-dropdown-toggle:focus-visible, .nav-dropdown.open .nav-dropdown-toggle { color: var(--forest); background: #e8ede1; }
  .services-menu { position: static; width: calc(100% - 12px); max-height: 0; margin-left: 12px; padding: 0 10px; border: 0; border-left: 3px solid #78925d; border-radius: 0 13px 13px 0; background: #eef2e8; box-shadow: none; opacity: 1; visibility: visible; overflow: hidden; transform: none; transition: max-height .25s ease, padding .25s ease; }
  .nav-dropdown:not(.open):hover .services-menu, .nav-dropdown:not(.open):focus-within .services-menu { max-height: 0; padding-block: 0; transform: none; }
  .nav-dropdown.open .services-menu, .nav-dropdown.open:focus-within .services-menu { max-height: 410px; padding-block: 8px 10px; transform: none; }
  .services-menu a { margin: 2px 0; padding: 11px 14px; border-radius: 9px; color: var(--forest); background: rgba(255,255,255,.66); }
  .services-menu a:hover, .services-menu a:focus-visible, .services-menu a.active { color: #fff; background: var(--green); }
  .hero { min-height: 700px; margin-top: 78px; }
  .hero-media { inset: 0 0 0 32%; clip-path: ellipse(82% 112% at 100% 50%); -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.25) 10%, #000 27%); mask-image: linear-gradient(90deg, transparent 0, rgba(0,0,0,.25) 10%, #000 27%); }
  .hero-media video { object-position: 56% center; }
  .hero-content-wrap { inset: 0 auto 0 0; width: 64%; height: 100%; border-radius: 0 66% 52% 0 / 0 74% 55% 0; }
  .hero-content { top: 50%; bottom: auto; left: 18px; width: min(410px, 52vw); transform: translateY(-49%); }
  .hero-content h1 { font-size: clamp(3rem, 7.2vw, 4.2rem); }
  .hero-note { top: auto; right: 4%; bottom: 118px; font-size: 1.8rem; }
  .hero-note span { font-size: 2.1rem; }
  .about-grid, .area-grid, .faq-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: none; padding-right: 0; }
  .about-photo img { height: 520px; border-radius: 0 42% 34% 0 / 0 28% 30% 0; }
  .project-grid { gap: 16px; }
  .project-card img { height: 220px; }
  .area-photo { max-width: 600px; margin-inline: auto; }
  .faq-grid { gap: 46px; }
  .faq-intro { position: static; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-hours { grid-column: 2; }
  .page-main { padding-top: 78px; }
  .page-hero, .page-hero-grid { min-height: auto; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 42px; padding-block: 64px 90px; }
  .page-hero-copy { max-width: 680px; }
  .page-hero-media { max-width: 650px; }
  .page-hero-media img { height: 390px; }
  .content-grid, .contact-grid, .split-band { grid-template-columns: 1fr; gap: 48px; }
  .side-card { position: static; }
  .service-list-grid { grid-template-columns: 1fr; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 18px; }
  .gallery-card, .gallery-card-tall, .gallery-card-wide { grid-column: auto; grid-row: auto; height: 430px; }
  .gallery-card:nth-child(3n) { height: 520px; }
  .gallery-social-inner { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  body { font-size: 15px; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .site-header, .site-header.scrolled { height: 70px; }
  .brand { gap: 7px; }
  .brand .brand-mark-realistic, .scrolled .brand .brand-mark-realistic { width: 42px; height: 42px; }
  .brand-copy strong { font-size: 1.12rem; }
  .brand-copy small { display: none; }
  .phone-pill { width: 42px; height: 42px; min-height: 42px; padding: 0; }
  .site-nav { inset: 70px 0 auto; }
  .hero { margin-top: 70px; }
  .hero-lede { font-size: .96rem; }
  .hero-contacts { display: grid; gap: 10px; }
  .hero-contacts a:last-child { font-size: .9375rem; }
  .hero-contacts { display: none; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 34px; }
  .service-grid, .project-grid { grid-template-columns: 1fr; }
  .service-card img { height: 250px; }
  .service-card div { min-height: auto; }
  .about-grid { width: 100%; gap: 50px; }
  .about-photo img { height: 480px; border-radius: 0 44% 36% 0 / 0 25% 27% 0; }
  .about-copy { width: var(--shell); margin-inline: auto; }
  .about-photo p { top: 40px; right: 18px; font-size: 1.6rem; }
  .about-photo p span { font-size: 1.8rem; }
  .project-card, .project-card:nth-child(2), .project-card:nth-child(3) { transform: none; }
  .project-card img { height: 245px; }
  .area-grid { gap: 42px; }
  .area-photo span { top: 30px; font-size: 2rem; }
  .faq-item button { font-size: .97rem; }
  .faq-panel p { padding-right: 0; }
  .cta-section { padding-top: 78px; }
  .cta-inner h2 br { display: none; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-hours { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .page-main { padding-top: 70px; }
  .page-hero-grid { padding-block: 52px 76px; }
  .page-hero-media img { height: 310px; }
  .stats-grid, .process-grid, .review-grid { grid-template-columns: 1fr; }
  .stat + .stat { border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .service-tile { grid-template-columns: 1fr; }
  .service-tile img { height: 240px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 16px; }
  .gallery-card, .gallery-card-tall, .gallery-card-wide, .gallery-card:nth-child(3n) { height: clamp(390px, 118vw, 515px); }
  .gallery-card:nth-child(2), .gallery-card:nth-child(5) { height: clamp(300px, 83vw, 390px); }
  .gallery-card figcaption { padding: 42px 20px 18px; }
  .customer-info-panel { padding: 25px; }
  .customer-detail-grid { grid-template-columns: 1fr; }
  .split-band img { height: 360px; }
}

@media (max-width: 599px) {
  .hero { min-height: 850px; margin-top: 70px; background: var(--paper); }
  .hero-media { top: auto; right: 0; bottom: 0; left: 0; height: 54%; clip-path: ellipse(96% 78% at 50% 100%); -webkit-mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.18) 12%, #000 31%); mask-image: linear-gradient(180deg, transparent 0, rgba(0,0,0,.18) 12%, #000 31%); }
  .hero-media video { object-position: 58% center; }
  .hero-content-wrap { inset: 0 0 auto; width: 100%; height: 59%; border-radius: 0 0 46% 46% / 0 0 12% 12%; box-shadow: 0 25px 48px rgba(23,63,45,.07); }
  .hero-content-wrap::before { top: 22px; left: -145px; }
  .hero-content-wrap::after { right: -16px; bottom: 10px; width: 100px; height: 160px; }
  .hero-content { top: 42px; bottom: auto; left: 14px; width: min(520px, calc(100% - 28px)); transform: none; }
  .hero-content h1 { max-width: 350px; }
  .hero-content h1 { font-size: clamp(2.65rem, 10vw, 3.5rem); }
  .hero-note { top: auto; right: 5%; bottom: 100px; font-size: 1.55rem; }
  .hero-note span { font-size: 1.8rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
}

@media (min-width: 2000px) {
  .hero { min-height: 760px; height: 760px; }
}

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