:root {
	--primary: #1d2b23;
	--green: #116835;
	--secondary: #97bf20;
	--white: #ffffff;
	--surface: #f6f7f3;
	--ink: #1d2b23;
	--line: #d7e0d8;
	--line-strong: #b7c9ba;
	--container: 1180px;
	--radius: 4px;
	--font-sans: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-sans); font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button, .button { cursor: pointer; }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 1000; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; margin: 0; clip: auto; color: var(--white); background: var(--primary); }
:focus-visible { outline: 3px solid var(--secondary); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 2rem; min-height: 5.5rem; }
.site-brand { display: inline-flex; align-items: center; min-width: 12rem; color: inherit; text-decoration: none; }
.custom-logo, .site-logo { width: auto; max-width: 12.5rem; max-height: 3.25rem; object-fit: contain; }
.site-brand--footer .custom-logo, .site-brand--footer .site-logo { max-width: 11rem; padding: .25rem .4rem; }
.main-navigation { margin-left: auto; }
.main-navigation ul, .footer-menu { display: flex; align-items: center; gap: 1.35rem; padding: 0; margin: 0; list-style: none; }
.main-navigation a, .footer-menu a { color: rgba(29, 43, 35, .86); font-size: .9rem; font-weight: 700; text-decoration: none; }
.main-navigation a { padding: .35rem 0 .45rem; border-bottom: 2px solid transparent; }
.main-navigation a:hover { color: var(--green); border-bottom-color: var(--line-strong); }
.main-navigation a.is-active, .main-navigation a[aria-current="page"] { color: var(--green); border-bottom-color: var(--green); }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .72rem 1.15rem; border: 1px solid var(--primary); border-radius: var(--radius); color: var(--white); background: var(--primary); font-size: .82rem; font-weight: 700; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
.button:hover { color: var(--primary); background: var(--secondary); border-color: var(--secondary); }
.button--small { min-height: 2.65rem; padding: .6rem .95rem; font-size: .76rem; }
.button--light { color: var(--primary); background: var(--white); border-color: var(--white); }
.button--light:hover { color: var(--white); background: transparent; border-color: var(--white); }
.button span, .text-link span, .section-link span, .linked-list span { display: none; }

.section { padding: clamp(4.5rem, 7vw, 7rem) 0; }
section[id] { scroll-margin-top: 6.5rem; }
.section--hero { padding: clamp(4rem, 7vw, 6.5rem) 0 4.5rem; background: var(--white); border-bottom: 1px solid var(--line); }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(24rem, .95fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero__content { max-width: 38rem; min-width: 0; }
h1, h2, h3 { margin: 0; color: var(--primary); font-family: var(--font-sans); font-weight: 700; letter-spacing: -.04em; line-height: 1.08; }
.section--hero h1 { max-width: 12ch; font-size: clamp(2.8rem, 5.2vw, 5.4rem); }
.hero__lead { max-width: 34rem; margin: 1.35rem 0 0; color: rgba(29, 43, 35, .76); font-size: clamp(1rem, 1.35vw, 1.15rem); }
.hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 1.8rem; }
.text-link, .section-link { display: inline-flex; align-items: center; gap: .45rem; color: var(--green); font-size: .84rem; font-weight: 700; text-decoration: none; }
.text-link:hover, .section-link:hover { color: var(--primary); text-decoration: underline; }
.hero__visual { width: 100%; max-width: 34rem; aspect-ratio: 1.28; justify-self: end; overflow: hidden; border: 1px solid var(--green); border-radius: var(--radius); background: var(--surface); }
.hero__image { width: 100%; height: 100%; object-fit: cover; }
.hero__visual::after, .hero__tag, .hero__sun, .hero__ground, .hero__leaf, .hero__stem { display: none; }

.eyebrow { margin: 0 0 .8rem; color: var(--green); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: none; }
.eyebrow--light { color: var(--secondary); }
.section-heading { max-width: 52rem; margin-bottom: 2.75rem; }
.section-heading h2 { max-width: 17ch; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr); align-items: end; gap: 3rem; max-width: none; }
.section-heading--split > div, .section-heading--split > p { min-width: 0; }
.section-heading--split > p { max-width: 30rem; margin: 0 0 .25rem; color: rgba(29, 43, 35, .72); }

.section--services { background: var(--white); border-bottom: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { overflow: hidden; border-top: 2px solid var(--green); background: var(--white); }
.service-card__media { aspect-ratio: 1.5; overflow: hidden; background: var(--surface); }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; }
.service-card__body { padding: 1.2rem 0 0; }
.service-card__number, .service-card__index { display: none; }
.service-card h2, .service-card h3 { font-size: 1.45rem; }
.service-card h2 a, .service-card h3 a, .project-card h2 a, .project-card h3 a { text-decoration: none; }
.service-card p { margin: .7rem 0 1rem; color: rgba(29, 43, 35, .72); font-size: .95rem; }
.section-link { margin-top: 2rem; }

.section--projects { background: var(--surface); border-bottom: 1px solid var(--line); }
.project-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 2.25rem 1.5rem; }
.project-card { min-width: 0; background: transparent; }
.project-card:first-child { grid-row: span 2; }
.project-card__image { display: block; aspect-ratio: 1.45; overflow: hidden; background: var(--white); }
.project-card:first-child .project-card__image { aspect-ratio: 1.2; }
.project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .18s ease; }
.project-card:hover .project-card__image img { opacity: .88; }
.project-card__placeholder { display: grid; place-items: center; width: 100%; height: 100%; padding: 1rem; color: var(--green); background: var(--white); font-size: .8rem; font-weight: 700; text-align: center; }
.project-card__body { padding: .85rem 0 0; }
.project-card__meta { margin: 0 0 .35rem; color: var(--green); font-size: .76rem; font-weight: 700; }
.project-card h2, .project-card h3 { font-size: clamp(1.25rem, 2vw, 1.6rem); }
.project-card .text-link { margin-top: .7rem; }
.section--related { background: var(--white); }

.section--about { background: var(--white); border-bottom: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.about-image { min-height: 0; }
.about-image__photo { width: 100%; aspect-ratio: 1.15; object-fit: cover; border-radius: var(--radius); }
.about-image__label { display: none; }
.about-content { max-width: 34rem; min-width: 0; }
.about-content h2 { max-width: 15ch; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.about-content .lead { margin: 1.35rem 0 1.5rem; color: rgba(29, 43, 35, .78); font-size: 1.05rem; }
.about-content p { margin: 0 0 1rem; }

.section--process { background: var(--surface); border-bottom: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-strong); }
.process-step { padding: 1.5rem 1.5rem 0 0; border-right: 1px solid var(--line-strong); }
.process-step:not(:first-child) { padding-left: 1.5rem; }
.process-step:last-child { border-right: 0; }
.process-step > span { color: var(--green); font-size: .86rem; font-weight: 800; }
.process-step h3 { margin: .8rem 0 .55rem; font-size: 1.45rem; }
.process-step p { max-width: 20rem; margin: 0; color: rgba(29, 43, 35, .72); }

.section--contact { background: var(--white); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(3rem, 8vw, 7rem); margin-top: 3.5rem; }
.contact-intro { max-width: 30rem; min-width: 0; }
.contact-intro h2 { max-width: 15ch; font-size: clamp(2rem, 3.7vw, 3.5rem); }
.contact-intro > p { max-width: 28rem; margin: 1.1rem 0 1.6rem; color: rgba(29, 43, 35, .72); }
.contact-intro address { display: flex; flex-direction: column; gap: .25rem; margin-top: 1.5rem; font-style: normal; }
.contact-intro address strong { margin-bottom: .25rem; }
.contact-intro address a { width: fit-content; color: var(--green); font-weight: 700; }
.contact-intro address a:hover { color: var(--primary); }
.contact-form-wrap { padding: clamp(1.5rem, 3.5vw, 2.75rem); border: 1px solid var(--line); background: var(--surface); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: flex; flex-direction: column; gap: .4rem; }
.form-field--full, .contact-form__footer { grid-column: 1 / -1; }
.form-field label { color: var(--primary); font-size: .8rem; font-weight: 700; }
.form-field input, .form-field textarea { width: 100%; padding: .78rem .85rem; border: 1px solid var(--line-strong); border-radius: 2px; color: var(--ink); background: var(--white); }
.form-field textarea { resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--green); outline: 2px solid rgba(151, 191, 32, .45); outline-offset: 1px; }
.contact-form__trap { position: absolute; left: -999em; width: 1px; height: 1px; overflow: hidden; }
.contact-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .35rem; }
.form-hint { max-width: 24rem; margin: 0; color: rgba(29, 43, 35, .62); font-size: .76rem; }
.form-notice { padding: .8rem 1rem; margin: 0 0 1rem; font-size: .88rem; }
.form-notice--success { color: var(--primary); background: #e9f1d6; }
.form-notice--error { color: #7d281d; background: #f7d5ca; }

p, h1, h2, h3 { overflow-wrap: break-word; }

.empty-state { padding: 1.25rem 0; border-top: 1px dashed var(--line-strong); border-bottom: 1px dashed var(--line-strong); color: rgba(29, 43, 35, .65); }

.page-hero { padding: clamp(3.5rem, 6vw, 5.5rem) 0; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 13ch; font-size: clamp(2.6rem, 5vw, 5rem); }
.page-hero p:not(.eyebrow) { max-width: 38rem; margin: 1rem 0 0; color: rgba(29, 43, 35, .74); font-size: 1.05rem; }
.term-filter { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.term-filter a { padding: .45rem .7rem; border: 1px solid var(--line-strong); border-radius: var(--radius); color: var(--green); font-size: .8rem; text-decoration: none; }
.term-filter a:hover, .term-filter .is-active { color: var(--white); background: var(--green); border-color: var(--green); }
.content-shell { padding-block: clamp(4rem, 7vw, 6rem); }
.content-shell--narrow { max-width: 900px; }
.entry-header, .page-header { margin-bottom: 2.25rem; }
.entry-title, .page-header h1 { max-width: 14ch; font-size: clamp(2.5rem, 5vw, 4.8rem); }
.entry-meta { display: flex; gap: .65rem; margin-bottom: .75rem; color: var(--green); font-size: .78rem; font-weight: 700; }
.entry-featured-image { margin-bottom: 2.25rem; }
.entry-featured-image img { width: 100%; max-height: 40rem; object-fit: cover; border-radius: var(--radius); }
.archive-description { max-width: 42rem; color: rgba(29, 43, 35, .72); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.post-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.post-card__image { display: block; aspect-ratio: 1.4; overflow: hidden; background: var(--surface); }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.post-card__image--placeholder { display: grid; place-items: center; color: var(--green); background: var(--surface); font-size: 2rem; text-decoration: none; }
.post-card__body { padding: 1.2rem; }
.post-card__title { margin: 0 0 .7rem; font-size: 1.35rem; }
.post-card__title a { text-decoration: none; }
.post-card__excerpt { color: rgba(29, 43, 35, .72); }
.post-navigation, .posts-navigation, .page-links { margin-top: 2.5rem; }
.not-found { min-height: 55vh; }
.search-form { display: flex; gap: .5rem; max-width: 32rem; margin-top: 1.5rem; }
.search-form label { flex: 1; }
.search-field { width: 100%; padding: .78rem .85rem; border: 1px solid var(--line-strong); background: var(--white); }
.search-submit { padding: .78rem 1rem; border: 1px solid var(--primary); color: var(--white); background: var(--primary); font-weight: 700; }

.section--single { background: var(--white); }
.single-grid, .project-single__layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr); gap: clamp(3rem, 8vw, 7rem); }
.single-featured-image, .project-single__hero { margin: 0 0 2.25rem; }
.single-featured-image img, .project-single__hero img { width: 100%; max-height: 40rem; object-fit: cover; border-radius: var(--radius); }
.single-aside { align-self: start; padding: 1.5rem; background: var(--surface); border-top: 2px solid var(--green); }
.single-aside h2 { font-size: 1.8rem; }
.single-aside p:not(.eyebrow) { color: rgba(29, 43, 35, .72); }
.single-aside .button { margin-top: 1rem; }
.entry-content { max-width: 48rem; }
.entry-content > * { margin-top: 0; margin-bottom: 1.25rem; }
.entry-content h2, .entry-content h3 { margin-top: 2.5rem; }
.entry-content h2 { font-size: 2rem; }
.entry-content h3 { font-size: 1.45rem; }
.entry-content a { color: var(--green); }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.linked-list { padding: 0; margin: 1rem 0 2rem; list-style: none; }
.linked-list li { padding: .6rem 0; border-bottom: 1px solid var(--line); }
.linked-list a { display: flex; justify-content: space-between; color: var(--green); text-decoration: none; }
.project-single__intro { margin-bottom: 2.5rem; }
.project-single__intro h1 { max-width: 13ch; font-size: clamp(2.6rem, 5vw, 5rem); }
.project-single__intro .project-card__meta { margin-top: 1rem; }
.project-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.project-gallery figure { margin: 0; }
.project-gallery img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); }

.site-footer { padding: 4rem 0 1.5rem; background: var(--surface); border-top: 1px solid var(--line-strong); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2.5rem; padding-bottom: 3rem; }
.site-brand--footer { margin-bottom: 1rem; }
.site-footer__intro > p { max-width: 24rem; margin: 0; color: rgba(29, 43, 35, .7); }
.footer-label { margin: 0 0 .8rem; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-list { display: flex; flex-direction: column; gap: .35rem; padding: 0; margin: 0; color: rgba(29, 43, 35, .76); list-style: none; font-size: .86rem; }
.footer-list a:hover, .footer-menu a:hover { color: var(--green); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.15rem; border-top: 1px solid var(--line); color: rgba(29, 43, 35, .56); font-size: .75rem; }
.edit-link { display: block; margin-top: 2rem; font-size: .8rem; }

@media (max-width: 1024px) {
	.container { width: min(calc(100% - 2.5rem), var(--container)); }
	.main-navigation ul, .footer-menu { gap: 1rem; }
	.header-cta { display: none; }
	.hero__grid { gap: 3rem; }
	.service-grid { gap: 1.25rem; }
	.site-footer__grid { grid-template-columns: 1.35fr repeat(3, 1fr); gap: 1.5rem; }
}

@media (max-width: 760px) {
	.container { width: min(calc(100% - 2rem), var(--container)); }
	.site-header__inner { flex-wrap: wrap; gap: 1rem; min-height: 4.75rem; padding-block: .7rem; }
	.site-brand { min-width: 0; margin-right: auto; }
	.custom-logo, .site-logo { max-width: 10.5rem; max-height: 2.8rem; }
	.menu-toggle { display: inline-flex; align-items: center; gap: .65rem; padding: .5rem 0 .5rem .75rem; border: 0; color: var(--primary); background: transparent; font-size: .74rem; font-weight: 800; text-transform: uppercase; }
	.menu-toggle__icon { display: grid; gap: .3rem; width: 1.35rem; }
	.menu-toggle__icon i { display: block; height: 2px; background: var(--green); }
	.main-navigation { display: none; order: 5; width: 100%; margin: 0; }
	.main-navigation.is-open { display: block; }
	.main-navigation ul { flex-direction: column; align-items: flex-start; gap: 0; padding: .65rem 0 1rem; }
	.main-navigation li { width: 100%; border-top: 1px solid var(--line); }
	.main-navigation a { display: block; padding: .72rem 0; }
	.section--hero { padding-block: 3.5rem 3.25rem; }
	.hero__grid, .about-grid, .contact-grid, .single-grid, .project-single__layout { grid-template-columns: 1fr; }
	.hero__grid { gap: 2rem; }
	.hero__content { max-width: 34rem; }
	.section--hero h1 { max-width: 13ch; font-size: clamp(2.55rem, 10vw, 4rem); }
	.hero__visual { max-width: none; aspect-ratio: 1.4; }
	.section-heading--split { grid-template-columns: 1fr; gap: 1rem; }
	.section-heading { margin-bottom: 2rem; }
	.section-heading h2 { font-size: clamp(2.1rem, 9vw, 3.4rem); }
	.section-heading h2 { max-width: none; }
	.hero__lead { max-width: none; }
	.service-grid, .project-grid { grid-template-columns: repeat(2, 1fr); }
	.project-card:first-child { grid-row: auto; }
	.project-card:first-child .project-card__image, .project-card__image { aspect-ratio: 1.25; }
	.process-grid { grid-template-columns: 1fr; }
	.process-step, .process-step:not(:first-child) { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid var(--line-strong); }
	.process-step:last-child { border-bottom: 0; }
	.contact-grid { margin-top: 2.5rem; }
	.contact-form { grid-template-columns: 1fr; }
	.form-field--full, .contact-form__footer { grid-column: auto; }
	.contact-form__footer { align-items: flex-start; flex-direction: column; }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 2.25rem 1.5rem; }
	.site-footer__intro { grid-column: 1 / -1; }
	.site-footer__bottom { flex-direction: column; }
	.project-gallery, .post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 520px) {
	.hero__actions { align-items: stretch; flex-direction: column; }
	.hero__actions .button, .hero__actions .text-link { width: 100%; }
	.hero__actions .text-link { justify-content: center; }
	.service-grid, .project-grid, .project-gallery, .post-grid { grid-template-columns: 1fr; }
	.project-card:first-child .project-card__image, .project-card__image { aspect-ratio: 1.35; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.site-footer__intro { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.button, .project-card__image img { transition: none; }
}
