/* Site-wide presentation: restrained surfaces, consistent hierarchy and real work. */
:root { --bg: #fff; --bg-alt: #f4f7f5; --surface: #fff; --text: #153e33; --muted: #607369; --accent: #377650; --accent-deep: #245d3d; --line: #e0e7e2; --line-strong: #cfdcd3; --shadow: 0 5px 18px rgb(21 62 51 / 4%); --shadow-strong: 0 12px 30px rgb(21 62 51 / 7%); }
body { background: #fff; }
body::before, body::after, .site-footer::before, .site-footer::after { display: none; }
p { font-size: 1rem; line-height: 1.8; }
h1 { font-size: clamp(2.5rem, 4.3vw, 4rem); line-height: 1.1; }
h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.18; }
h3 { font-size: 1.25rem; line-height: 1.3; }
.site-header, .site-header.is-scrolled { background: rgb(255 255 255 / 97%); box-shadow: 0 2px 12px rgb(21 62 51 / 3%); border-bottom: 1px solid #e5ebe7; }
.header-inner { min-height: 84px; gap: 24px; }
.brand { gap: 12px; }
.brand-mark, .brand:hover .brand-mark { width: 52px; height: 52px; background: transparent; box-shadow: none; padding: 0; transform: none; }
.brand-mark img { filter: none; }
.brand-copy { gap: 5px; }
.brand-copy strong { font-size: 0.92rem; line-height: 1.2; }
.brand-copy span { font-size: 0.71rem; letter-spacing: 0.025em; line-height: 1.3; }
.site-nav { padding: 0; gap: 23px; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.site-nav a { font-size: 0.82rem; min-height: 44px; font-weight: 700; }
.site-nav a::before { display: none; }
.site-nav a::after { height: 2px; background: #36754c; bottom: 4px; }
.site-nav a.is-active { color: #234e35; }
.site-nav a.is-active::after { transform: scaleX(1); }
.site-nav a.nav-contact { min-height: 40px; padding-inline: 18px; border-radius: 6px; background: #173f32; color: #fff; }
.site-nav a.nav-contact::after { display: none; }
.section, #about.section { padding-block: 76px; }
.section-alt { background: #f4f7f5; }
.section + .section { border-color: #e7ede8; }
.eyebrow, .preview-tag, .info-label, .proof-label, .project-card-tag { color: #39774f; font-size: 0.67rem; letter-spacing: 0.14em; }
.section-heading, .section-heading.section-intro { margin-bottom: 32px; }
.section-heading h2, .section-heading.section-intro h2, .split-layout h2 { font-size: clamp(1.9rem, 3vw, 2.65rem); line-height: 1.18; max-width: 25ch; }
.section-heading.section-intro .section-intro-content { padding: 0; background: none; box-shadow: none; border: 0; border-radius: 0; }
.section-intro-content::before, .section-intro-content::after { display: none; }
.section-tags span, .sector-labels span { background: #edf3ef; border: 1px solid #dbe5df; border-radius: 5px; box-shadow: none; font-size: 0.72rem; padding: 7px 11px; color: #506d5b; }
.hero-section { padding: 54px 0 64px; background: #fff; }
.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 58px; }
.hero-copy { gap: 22px; }
.hero-copy h1 { font-size: clamp(2.6rem, 4.4vw, 4rem); max-width: 17ch; line-height: 1.08; }
.hero-text { font-size: 1rem; max-width: 48ch; line-height: 1.85; }
.hero-visual { display: block; min-width: 0; }
.hero-image-card, .page-hero-image, .hero-overlay-card { animation: none; transform: none; box-shadow: none; border-radius: 12px; }
.hero-image-card::before, .hero-image-card::after, .page-hero-image::before, .page-hero-image::after { display: none; }
.hero-image-card img { aspect-ratio: 1.08; }
.hero-image-card:hover img, .page-hero-image:hover img { transform: none; filter: none; }
.hero-project-caption { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; padding: 17px 0; border-bottom: 1px solid #dce5df; }
.hero-project-caption > span { font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.1em; color: #65796a; }
.hero-project-caption a { font-size: 0.77rem; font-weight: 700; }
.hero-project-caption a span { margin-left: 12px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 20px; margin-top: 6px; border-top: 1px solid #dce5df; gap: 12px; }
.hero-metrics .metric-card { background: none; border: 0; border-radius: 0; box-shadow: none; padding: 0; min-height: 0; gap: 8px; grid-column: auto; }
.hero-metrics .metric-card strong { font-size: 1.15rem; line-height: 1.3; }
.hero-metrics .metric-card span { font-size: 0.65rem; line-height: 1.6; text-transform: none; letter-spacing: 0; }
.button { border-radius: 7px; min-height: 48px; padding: 13px 21px; font-size: 0.84rem; box-shadow: none; }
.button::before, .button::after { display: none; }
.button-primary { background: #1b4c38; color: #fff; border: 1px solid #1b4c38; box-shadow: none; }
.button-primary:hover { background: #2d6448; border-color: #2d6448; box-shadow: none; }
.button-secondary { background: #fff; color: #264d38; border: 1px solid #ccdacf; }
.button-secondary:hover { background: #edf4ef; box-shadow: none; }
.proof-section { background: #f4f7f5; padding: 28px 0; border-block: 1px solid #e3eae5; }
.proof-card { background: transparent; box-shadow: none; border: 0; border-right: 1px solid #dce5df; border-radius: 0; padding: 8px 24px 8px 0; gap: 12px; }
.proof-card:last-child { border-right: 0; }
.proof-card::before, .proof-card::after { display: none; }
.proof-card strong { font-size: 0.95rem; line-height: 1.65; }
.image-card, .benefit-card, .client-card, .timeline-card, .info-card, .service-sidebar, .service-application-card, .service-offering-card { border-radius: 12px; background: #fff; box-shadow: none; border: 1px solid #e0e7e2; }
.image-card:hover, .project-card-link:hover, .service-link:hover, .preview-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgb(21 62 51 / 6%); }
.image-card::before, .image-card::after, .benefit-card::before, .client-card::before, .timeline-card::before { display: none; }
.service-card img, .image-card img, .preview-card img, .client-spotlight img { aspect-ratio: 4 / 3; }
.service-card .image-card-body, .preview-card .image-card-body, .client-spotlight .image-card-body, .project-showcase .image-card-body { padding: 22px; gap: 12px; }
.image-card-body h3, .service-card h3, .client-card h3, .benefit-card h3 { font-size: 1.2rem; line-height: 1.3; }
.service-card-cta { font-size: 0.66rem; letter-spacing: 0.08em; color: #39774f; }
.service-card-cta::after { content: "↗"; margin-left: 8px; color: #39774f; }
.project-showcase { background: #fff; }
.project-showcase .image-card { box-shadow: none; border-radius: 12px; }
.project-showcase .image-card img { aspect-ratio: 4 / 3; }
.about-section { position: relative; overflow: hidden; scroll-margin-top: 82px; border-block: 1px solid #dde6e0; background: #f1f5f2; color: #173f33; }
.about-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 88% 8%, rgb(117 164 128 / 11%), transparent 27%); }
.about-section > .container { position: relative; }
.about-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .62fr); align-items: end; gap: 80px; margin-bottom: 44px; }
.about-heading { display: grid; gap: 22px; }
.about-section .eyebrow { color: #397650; }
.about-section h2 { max-width: 18ch; color: #143d32; font-size: clamp(2.35rem, 3.7vw, 3.65rem); line-height: 1.06; letter-spacing: -.04em; }
.about-summary { max-width: 45ch; color: #536b60; font-size: 1.02rem; line-height: 1.9; }
.about-showcase { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(390px, .7fr); align-items: stretch; min-height: 540px; overflow: hidden; border: 1px solid #d5e0d9; border-radius: 12px; background: #fff; box-shadow: 0 22px 60px rgb(22 60 49 / 10%); }
.about-visual-card { position: relative; display: block; min-height: 540px; overflow: hidden; border: 0; border-radius: 0; background: #173f33; box-shadow: none; }
.about-visual-card::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 42%, rgb(4 22 17 / 77%) 100%); pointer-events: none; }
.about-visual-card::after { display: none; }
.about-visual-card img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; object-position: center; transition: transform 500ms ease; }
.about-visual-card:hover img { transform: scale(1.025); }
.about-project-caption { position: absolute; z-index: 2; inset: auto 0 0; display: flex; align-items: end; justify-content: space-between; gap: 28px; padding: 38px 40px 34px; color: #fff; }
.about-project-caption > span:first-child { display: grid; gap: 8px; }
.about-project-caption small { color: #bed3c8; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-project-caption strong { color: #fff; font-size: 1.15rem; line-height: 1.35; }
.about-project-link { flex: none; padding-bottom: 2px; color: #fff; font-size: .76rem; font-weight: 700; }
.about-panel { display: flex; flex-direction: column; min-width: 0; padding: 50px 46px 40px; border: 0; border-radius: 0; background: #153f33; box-shadow: none; color: #fff; }
.about-panel::before, .about-panel::after { display: none; }
.about-panel-kicker { color: #a9cba9; font-size: .65rem; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.about-panel h3 { max-width: 18ch; margin-top: 18px; color: #fff; font-size: clamp(1.55rem, 2vw, 2rem); line-height: 1.22; letter-spacing: -.025em; }
.about-panel > p:not(.about-panel-kicker) { margin-top: 20px; color: #c7d6cf; font-size: .94rem; line-height: 1.85; }
.about-facts { display: grid; grid-template-columns: 1fr; gap: 0; margin-top: 30px; padding-block: 8px; border-block: 1px solid rgb(255 255 255 / 17%); }
.about-facts > div { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; min-width: 0; padding: 12px 0; border-top: 1px solid rgb(255 255 255 / 11%); border-left: 0; }
.about-facts > div:first-child { border-top: 0; }
.about-facts dt { color: #a9bdb4; font-size: .61rem; font-weight: 700; letter-spacing: .1em; line-height: 1.4; text-transform: uppercase; }
.about-facts dd { margin-top: 0; color: #fff; font-family: "Barlow", sans-serif; font-size: 1rem; font-weight: 700; line-height: 1.35; text-align: right; }
.about-commitment { display: grid; gap: 8px; margin-top: 25px; padding-left: 17px; border-left: 2px solid #8ebc98; }
.about-commitment span { color: #a9cba9; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.about-commitment p { color: #d6e1dc; font-size: .87rem; line-height: 1.7; }
.about-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 26px; color: #fff; font-size: .8rem; font-weight: 800; }
.about-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.timeline-card strong { font-size: 1.55rem; color: #48805b; }
.timeline-card { padding: 26px; }
.cta-panel { background: #f0f5f1; border: 1px solid #dce6df; box-shadow: none; border-radius: 12px; padding: 38px; }
.cta-panel::before, .cta-panel::after { display: none; }
.cta-panel h2 { font-size: clamp(1.7rem, 2.5vw, 2.2rem); max-width: 27ch; }
.cta-panel p { margin-top: 12px; }
.page-hero, .project-hero { background: #fff; padding-block: 32px 60px; }
.page-hero-grid, .project-hero .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; }
.page-title, .project-hero .page-title { font-size: clamp(2.3rem, 3.6vw, 3.35rem); line-height: 1.12; max-width: 19ch; }
.page-copy { font-size: 1rem; line-height: 1.85; }
.page-hero-image img { aspect-ratio: 1.2; }
.breadcrumbs { padding-block: 25px 16px; font-size: 0.78rem; color: #64786b; }
.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.project-photo a { border-radius: 12px; }
.project-photo figcaption { font-size: 0.85rem; }
.gallery-item { border-radius: 12px; box-shadow: none; }
.gallery-item figcaption { background: #fff; padding: 18px 22px; }
.site-footer { background: #133a2e; border-top: 0; }
.footer-contact-intro { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 36px; padding-block: 56px; border-bottom: 1px solid rgb(255 255 255 / 15%); }
.site-footer .eyebrow { color: #bed3ae; font-size: 0.67rem; margin-bottom: 16px; }
.footer-contact-intro h2 { max-width: 25ch; color: #fff; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1.15; }
.footer-contact-intro p:not(.eyebrow) { margin-top: 16px; color: #bdcdc3; font-size: 0.9rem; }
.footer-contact-actions { display: grid; justify-items: center; gap: 18px; }
.footer-contact-actions .button { background: #d4e6b9; border: 0; color: #153b2a; gap: 20px; }
.footer-phone { color: #e9f1ec; font-size: 0.85rem; }
.footer-columns { display: grid; grid-template-columns: 1.2fr .65fr 1fr 1fr; gap: 42px; padding-block: 44px; }
.footer-columns > div { min-width: 0; }
.footer-columns h3 { font-family: "Manrope", sans-serif; font-size: 0.75rem; letter-spacing: 0.02em; margin-bottom: 18px; color: #fff; }
.footer-company .footer-wordmark { font-family: "Barlow", sans-serif; font-size: 1.3rem; font-weight: 700; line-height: 1.3; color: #f2f6f3; }
.footer-company > p:not(.footer-wordmark) { font-size: 0.82rem; color: #bbcdc1; line-height: 1.9; margin: 17px 0; max-width: 31ch; }
.footer-nav { display: grid; gap: 4px; }
.footer-columns a { color: #c1d0c6; font-size: 0.78rem; line-height: 1.7; padding-block: 5px; display: inline-block; }
.footer-columns a:hover, .footer-phone:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.footer-company .footer-social-link { display: block; width: fit-content; margin-top: 7px; color: #e2eee5; font-weight: 700; }
.footer-columns address { font-style: normal; font-size: 0.8rem; color: #c1d0c6; line-height: 1.9; }
.footer-columns address span { display: block; font-size: 0.73rem; color: #a9beb0; margin-top: 12px; }
.footer-email { margin-top: 14px; overflow-wrap: anywhere; }
.footer-bottom { padding-block: 22px; border-top: 1px solid rgb(255 255 255 / 13%); }
.footer-bottom p, .footer-bottom a { color: #b4c7ba; font-size: 0.72rem; }
:focus-visible { outline: 2px solid #568569; outline-offset: 4px; }
@media (max-width: 1100px) {
 .brand-copy strong { font-size: 0.83rem; }
 .site-nav { gap: 15px; }
 .hero-grid { gap: 32px; }
 .footer-columns { gap: 26px; }
}
@media (max-width: 980px) {
 .header-inner { min-height: 76px; }
 .menu-toggle { display: block; width: 44px; min-height: 44px; padding: 8px; border: 1px solid #dce5df; border-radius: 6px; margin-left: auto; }
 .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; width: 100%; padding: 18px 24px; background: #fff; border-bottom: 1px solid #dce5df; border-radius: 0; box-shadow: 0 12px 24px rgb(21 62 51 / 7%); max-height: calc(100dvh - 76px); overflow: auto; }
 .site-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 2px; }
 .site-nav a { min-height: 46px; padding: 10px 12px; }
 .site-nav a::after { display: none; }
 .site-nav a[aria-current="page"], .site-nav a.is-active { background: #f1f6f2; border-radius: 5px; }
 .site-nav a.nav-contact { margin-top: 8px; }
 .hero-grid, .page-hero-grid, .project-hero .page-hero-grid { gap: 32px; }
 .footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; }
 .footer-contact-intro { grid-template-columns: 1fr; gap: 26px; }
 .footer-contact-actions { justify-items: start; }
}
@media (max-width: 760px) {
 .container { width: calc(100% - 36px); }
 .hero-section, .section, #about.section { padding-block: 48px; }
 .hero-grid, .page-hero-grid, .project-hero .page-hero-grid, .split-layout { grid-template-columns: 1fr; gap: 32px; }
 .hero-copy h1 { font-size: clamp(2.4rem, 8vw, 3.5rem); max-width: 20ch; }
 .hero-copy { gap: 20px; }
 .hero-image-card img { aspect-ratio: 4 / 3; }
 .hero-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); }
 .hero-metrics .metric-card:last-child { grid-column: auto; }
 .hero-metrics .metric-card { padding: 0; background: none; border: 0; box-shadow: none; }
 .hero-metrics .metric-card strong { font-size: 0.95rem; }
 .hero-metrics .metric-card span { font-size: 0.62rem; }
 .hero-actions { flex-direction: row; flex-wrap: wrap; gap: 12px; }
 .hero-actions .button { width: auto; flex: 1 1 150px; }
 .proof-grid { grid-template-columns: 1fr; gap: 0; }
 .proof-card { padding: 18px 0; border-right: 0; border-bottom: 1px solid #dce5df; }
 .proof-card:last-child { border-bottom: 0; }
 .section-heading.section-intro { gap: 18px; }
 .section-heading h2, .section-heading.section-intro h2, .split-layout h2 { font-size: 1.9rem; }
 .page-title, .project-hero .page-title { font-size: 2.3rem; max-width: 22ch; }
 .page-hero-image img { aspect-ratio: 4 / 3; }
 .cta-panel { grid-template-columns: 1fr; padding: 26px; }
 .cta-actions { justify-self: stretch; }
 .footer-contact-intro { padding-block: 40px; }
 .footer-contact-actions { width: 100%; }
 .footer-columns { gap: 36px 22px; padding-block: 36px; }
 .footer-company { grid-column: 1 / -1; }
 .footer-columns > div:last-child { grid-column: 1 / -1; }
 .footer-company > p:not(.footer-wordmark) { max-width: 50ch; }
 .footer-nav a { min-height: 40px; padding-block: 9px; }
 .brand { max-width: calc(100% - 62px); }
 .brand-copy strong { font-size: 0.77rem; }
 .brand-copy span { font-size: 0.63rem; max-width: none; white-space: normal; }
 .brand-mark { width: 43px; height: 43px; }
 .header-inner { gap: 10px; }
 .brand-copy { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) { .image-card, .project-card-link, .service-link, .preview-card { transition: none; } }

@media (max-width: 480px) {
 .hero-actions { flex-direction: column; }
 .hero-actions .button { width: 100%; flex: 0 0 auto; justify-content: center; }
}

/* Company-profile content follows the same restrained card system. */
.profile-capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.profile-capability, .profile-client-work { display: grid; align-content: start; gap: 18px; padding: 30px; border: 1px solid #dce5df; border-radius: 12px; background: #fff; }
.profile-capability:hover { border-color: #7a9c84; background: #f8faf8; }
.profile-capability h3, .profile-client-work h3 { font-size: 1.5rem; }
.profile-capability p, .profile-client-work p { font-size: 0.93rem; line-height: 1.8; }
.profile-leadership { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.profile-leader { display: grid; grid-template-columns: 140px minmax(0, 1fr); align-items: center; gap: 26px; padding: 24px; border: 1px solid #dce5df; border-radius: 12px; background: #fff; }
.profile-leader img { width: 140px; height: 160px; object-fit: cover; object-position: top; border-radius: 7px; }
.profile-leader .eyebrow { margin-bottom: 12px; }
.profile-leader h3 { font-size: 1.35rem; line-height: 1.35; margin-bottom: 10px; }
.profile-leader p:not(.eyebrow) { font-size: 0.79rem; line-height: 1.7; }
.profile-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 36px; padding-top: 30px; border-top: 1px solid #dce5df; }
.profile-values p { font-size: 0.85rem; line-height: 1.8; }
.profile-values strong { display: block; color: #244f36; font-size: 0.95rem; margin-bottom: 8px; }
.profile-process { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.profile-process .timeline-card { padding: 22px; }
.profile-process p { font-size: 0.86rem; }
.profile-assignment-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; }
.profile-assignment { padding: 28px 0; border-top: 1px solid #d4dfd7; }
.profile-assignment > div { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.profile-assignment h3 { font-size: 1.2rem; line-height: 1.4; }
.profile-assignment p { font-size: 0.9rem; margin-top: 14px; }
.profile-scope-value { flex: none; color: #386649; background: #e6eee5; padding: 6px 9px; border-radius: 5px; font-size: 0.76rem; font-weight: 700; }
.profile-partner-note { font-size: 0.82rem; margin-top: 24px; }
.profile-scope { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.profile-scope h2 { margin-top: 16px; max-width: 22ch; }
@media (max-width: 1000px) { .profile-leader { grid-template-columns: 100px minmax(0, 1fr); gap: 20px; padding: 20px; } .profile-leader img { width: 100px; height: 130px; } .profile-process { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .profile-capability-grid, .profile-leadership, .profile-assignment-grid, .profile-scope { grid-template-columns: 1fr; gap: 20px; } .profile-capability, .profile-client-work { padding: 24px; } .profile-values { gap: 22px; grid-template-columns: 1fr; } .profile-process { grid-template-columns: 1fr; } .profile-assignment > div { flex-wrap: wrap; gap: 12px; } }
.profile-capability .service-text-link, .profile-client-work .service-text-link, .profile-assignment .service-text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 10px; font-size: 0.8rem; font-weight: 700; color: #386649; }
.profile-client-work .service-text-link:hover, .profile-assignment .service-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.client-logo-section { border-top: 1px solid #e2e8e4; }
.client-logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.client-logo-card { display: flex; min-width: 0; flex-direction: column; padding: 22px; border: 1px solid #dce5df; border-radius: 12px; background: #fff; transition: border-color 180ms ease, transform 180ms ease; }
.client-logo-card:hover { border-color: #9ab5a3; transform: translateY(-2px); }
.client-logo-stage { display: grid; place-items: center; min-height: 116px; padding: 12px; }
.client-logo-stage img { width: auto; height: auto; max-width: 100%; max-height: 84px; object-fit: contain; }
.client-logo-card h3 { margin-top: 17px; padding-top: 16px; border-top: 1px solid #edf1ee; font-size: 0.94rem; line-height: 1.35; }
.client-logo-card p { margin-top: 6px; color: #728078; font-size: 0.7rem; line-height: 1.45; }
@media (min-width: 901px) { .client-logo-grid > .client-logo-card:nth-last-child(2) { grid-column: 2; } }
@media (max-width: 900px) { .client-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 640px) { .client-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; } .client-logo-card { padding: 16px; } .client-logo-stage { min-height: 92px; padding: 8px; } .client-logo-stage img { max-height: 66px; } }
.partner-logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.partner-logo-card { position: relative; min-height: 250px; border-color: #d3dfd7; }
.partner-logo-card .client-logo-stage { flex: 1; min-height: 128px; }
.partner-logo-card .client-logo-stage img { max-height: 98px; }
.partner-card-label { color: #347354; text-transform: uppercase; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.15em; }
.partner-logo-link { color: inherit; }
.partner-card-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 9px; color: #347354; font-size: 0.72rem; font-weight: 700; }
.partner-logo-link:hover .partner-card-link { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 900px) { .partner-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .partner-logo-grid { grid-template-columns: 1fr; } .partner-logo-card { min-height: 210px; } }

/* Consistent service discovery and shared component proportions. */
:root { --card-radius: 12px; --card-padding: 24px; --section-gap: 72px; }
.service-text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 10px; font-size: 0.82rem; font-weight: 700; color: #2e6546; text-underline-offset: 4px; }
.service-text-link:hover { text-decoration: underline; }
.profile-directory-link { margin-top: 22px; }
.directory-hero { padding-block: 40px 56px; }
.directory-hero h1 { max-width: 23ch; margin: 18px 0 24px; font-size: clamp(2.4rem, 4vw, 3.7rem); }
.directory-hero > .container > p:not(.eyebrow) { max-width: 66ch; }
.service-category-nav { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.service-category-nav a { display: inline-flex; align-items: center; gap: 20px; padding: 13px 18px; min-height: 46px; border: 1px solid #d6e2d9; border-radius: 7px; font-size: 0.83rem; font-weight: 700; }
.service-category-nav a:hover { background: #eef4ef; }
.directory-group { border-top: 1px solid #dfe7e1; scroll-margin-top: 90px; }
.directory-group:nth-of-type(even) { background: #f5f8f6; }
.directory-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; margin-bottom: 32px; }
.directory-heading h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); }
.directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.directory-card { display: flex; flex-direction: column; gap: 18px; padding: var(--card-padding); border: 1px solid #dbe5de; border-radius: var(--card-radius); background: #fff; }
.directory-card-visual { gap: 0; padding: 0; overflow: hidden; }
.directory-card-visual > img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 350ms ease; }
.directory-card-visual:hover > img { transform: scale(1.025); }
.directory-card-body { display: flex; flex: 1; flex-direction: column; gap: 18px; padding: var(--card-padding); }
.directory-card-body .directory-card-link { margin-top: auto; }
.directory-card h3 { font-size: 1.25rem; line-height: 1.3; }
.directory-card p { font-size: 0.91rem; line-height: 1.8; }
.directory-card-link { display: flex; justify-content: space-between; gap: 20px; margin-top: auto; padding-top: 8px; color: #34734c; font-size: 0.78rem; font-weight: 700; }
.directory-card:hover { border-color: #85a98f; }
.profile-capability, .profile-client-work { border-radius: var(--card-radius); padding: var(--card-padding); }
.profile-capability .service-text-link, .profile-client-work .service-text-link { align-self: end; }
.profile-capability-grid { align-items: stretch; }
.profile-capability, .profile-client-work { grid-template-rows: auto auto 1fr auto; }
.profile-client-work { grid-template-rows: auto 1fr auto; }
.image-card-body .service-card-cta { margin-top: auto; }
.portfolio-card .image-card-body, .service-card .image-card-body, .preview-card .image-card-body { padding: var(--card-padding); }
.footer-columns a, .footer-columns address { font-size: 0.82rem; }
.project-lightbox { max-width: calc(100vw - 28px); }
.project-lightbox button:focus-visible { outline: 2px solid #386d49; outline-offset: 3px; }
@media (max-width: 1000px) { .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
 .directory-heading, .directory-grid { grid-template-columns: 1fr; gap: 20px; }
 .directory-hero { padding-block: 30px 40px; }
 .service-category-nav { flex-direction: column; }
 .service-category-nav a { justify-content: space-between; }
}
@media (max-width: 360px) {
 .brand-copy strong { font-size: 0.7rem; }
 .brand-copy span { font-size: 0.59rem; }
 .brand { gap: 8px; }
 .brand-mark { width: 36px; height: 40px; }
 .profile-leader { grid-template-columns: 78px minmax(0, 1fr); gap: 14px; padding: 16px; }
 .profile-leader img { width: 78px; height: 108px; }
 .profile-leader h3 { font-size: 1.12rem; }
}

@media (max-width: 1050px) {
 .about-intro { grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); gap: 44px; }
 .about-showcase { grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); }
 .about-panel { padding: 38px 34px 34px; }
}

@media (max-width: 800px) {
 .about-section { padding-block: 58px; }
 .about-intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 30px; }
 .about-section h2 { max-width: 20ch; font-size: clamp(2.15rem, 8vw, 3rem); }
 .about-summary { max-width: 58ch; }
 .about-showcase { grid-template-columns: 1fr; min-height: 0; }
 .about-visual-card { min-height: 400px; }
 .about-panel { min-height: 0; }
}

@media (max-width: 520px) {
 .about-section { padding-block: 50px; }
 .about-heading { gap: 16px; }
 .about-summary { font-size: .94rem; line-height: 1.75; }
 .about-showcase { border-radius: 10px; }
 .about-visual-card { min-height: 310px; }
 .about-project-caption { align-items: start; flex-direction: column; gap: 15px; padding: 28px 24px 24px; }
 .about-project-caption strong { font-size: 1rem; }
 .about-panel { min-height: 0; padding: 32px 24px 28px; }
 .about-panel h3 { max-width: 19ch; font-size: 1.65rem; }
 .about-facts { grid-template-columns: 1fr; margin-top: 25px; padding-block: 8px; }
 .about-facts > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 12px 0; border-top: 1px solid rgb(255 255 255 / 11%); border-left: 0; }
 .about-facts > div:first-child { border-top: 0; }
 .about-facts dt { font-size: .57rem; }
 .about-facts dd { margin-top: 0; text-align: right; font-size: .9rem; }
 .about-commitment { margin-top: 23px; }
 .about-link { margin-top: 26px; }
}
