/* =====================================================================
   Merchants Building Maintenance — brand.css
   Palette (brand guide): Foundry Navy #142547 · Theodore Green #254D1A ·
   Clean Canvas White #EDEEE4.  Display: Neokurat Plakat (fallback Fredoka).
   Body: Guton (fallback Outfit).
   ===================================================================== */

/* --- Real brand fonts: drop licensed .woff2 files into assets/fonts/
       and these activate automatically (falls back to Google Fonts). --- */
@font-face { font-family: 'Guton'; src: url('../fonts/Guton-Regular.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Guton'; src: url('../fonts/Guton-Medium.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Guton'; src: url('../fonts/Guton-SemiBold.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Guton'; src: url('../fonts/Guton-Bold.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Guton'; src: url('../fonts/Guton-ExtraBold.woff2') format('woff2'); font-weight: 800; font-display: swap; }
@font-face { font-family: 'Neokurat Plakat'; src: url('../fonts/NeokuratPlakat.woff2') format('woff2'); font-weight: 400 700; font-display: swap; }

:root {
	--navy: #142547;
	--green: #254D1A;
	--canvas: #EDEEE4;
	--white: #ffffff;
	--navy-soft: #1a1a1a;      /* body text on light — black per Chris (was blue #3c4a68) */
	--navy-card: #1b2f57;      /* lighter navy card on navy */
	--font-display: 'Neokurat Plakat', 'NeokuratPlakat', sans-serif;
	--font-body: 'Guton', sans-serif;
	--container: 1680px;
	--radius: 10px;
	--shadow: 0 10px 30px rgba(20, 37, 71, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 17px;
	line-height: 1.6;
	color: var(--navy);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4, p { margin: 0; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 clamp(20px, 6.4vw, 123px); }
.section { padding: clamp(56px, 7vw, 120px) 0; }
.section--tight { padding: clamp(40px, 5vw, 80px) 0; }
.bg-canvas { background: var(--canvas); }
.bg-white { background: var(--white); }
.bg-navy { background: var(--navy); color: #fff; }
.bg-green { background: var(--green); color: #fff; }

/* ---------- type ---------- */
.display-heading {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(30px, 3vw, 52px);
	line-height: 1.12;
	letter-spacing: .01em;
}
.t-green { color: var(--green); }
.t-navy { color: var(--navy); }
.t-white { color: #fff; }
.eyebrow {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .32em;
	text-transform: uppercase;
	color: var(--green);
	margin-bottom: 14px;
}
.eyebrow--light { color: #fff; }
.lead { font-size: 17px; color: var(--navy-soft); }
.bg-navy .lead, .bg-green .lead { color: rgba(255, 255, 255, .85); }

/* ---------- buttons ---------- */
.btn {
	display: inline-block;
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding: 20px 40px;
	border-radius: 8px;
	text-decoration: none;
	border: 2px solid transparent;
	cursor: pointer;
	transition: transform .15s ease, opacity .15s ease;
}
.btn:hover { transform: translateY(-2px); opacity: .93; }
.btn--green { background: var(--green); color: #fff; }
.btn--white { background: #fff; color: var(--green); }
.btn--white-navy { background: #fff; color: var(--navy); }
.btn--outline-white { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .85); }
.btn--outline-navy { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-row { display: flex; gap: 16px; flex-wrap: wrap; }

/* ---------- header ---------- */
.site-header {
	background: #f4f4ee;
	position: relative;
	z-index: 50;
}
.site-header__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 122px;
}
.site-logo-img { width: clamp(220px, 18.8vw, 361px); }
.site-nav { display: flex; align-items: center; gap: 14px; }
.site-nav a {
	font-weight: 700;
	font-size: 14.5px;
	letter-spacing: .06em;
	color: var(--navy);
	text-decoration: none;
	white-space: nowrap;
}
.site-nav a:hover { color: var(--green); }
.site-nav__sep { color: var(--navy); opacity: .55; font-size: 13px; }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 40px; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; }
.nav-toggle span { display: block; height: 3px; background: var(--navy); border-radius: 2px; }

/* ---------- hero ---------- */
.hero {
	position: relative;
	background: var(--navy);
	color: #fff;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.hero--home { background-position: 62% center; }
.hero--far-right { background-position: 66% center; }
.hero--baked::before { background: none; } /* gradient baked into the asset (from PSD) */
.hero::before {
	content: '';
	position: absolute; inset: 0;
	background: linear-gradient(90deg, rgba(20, 37, 71, .92) 0%, rgba(20, 37, 71, .55) 45%, rgba(20, 37, 71, .12) 75%);
}
.hero--center::before { background: rgba(20, 37, 71, .55); }
.hero--right::before { background: linear-gradient(270deg, rgba(20, 37, 71, .9) 0%, rgba(20, 37, 71, .45) 55%, rgba(20, 37, 71, .1) 100%); }
.hero__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(520px, 54.5vw, 1046px);
	padding-top: 40px; padding-bottom: 60px;
}
.hero--short .hero__inner { min-height: clamp(460px, 44vw, 850px); }
.hero__title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(42px, 4.7vw, 90px);
	line-height: 1.04;
	max-width: 12em;
	margin-bottom: 30px;
}
.hero__body { max-width: 44em; font-size: 17.5px; line-height: 1.65; color: rgba(255, 255, 255, .92); margin-bottom: 38px; }
.hero--center { text-align: center; }
.hero--center .hero__title, .hero--center .hero__body { margin-left: auto; margin-right: auto; }
.hero--center .btn-row { justify-content: center; }
.hero--center .hero__body { max-width: 40em; }
.hero--right .hero__content { margin-left: auto; max-width: 46%; }

/* ---------- trusted-by band (homepage) ---------- */
.trusted-band { background: var(--green); color: #fff; padding: 28px 0 34px; }
.trusted-band__label { text-align: center; font-weight: 700; font-size: 13px; letter-spacing: .35em; margin-bottom: 18px; }
.trusted-band__logos { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.trusted-band__logos span { font-weight: 700; font-size: 15px; padding: 0 22px; border-right: 1px solid rgba(255, 255, 255, .35); flex: 1; text-align: center; white-space: nowrap; }
.trusted-band__logos span:last-child { border-right: 0; }

/* ---------- centered intro (what we do) ---------- */
.intro-center { text-align: center; }
.intro-center .display-heading { font-size: clamp(32px, 3.2vw, 56px); }
.intro-center .lead { max-width: 46em; margin: 22px auto 0; }

/* ---------- full-bleed alternating feature sections (homepage) ---------- */
.feature-bleed + .feature-bleed { margin-top: 44px; }
.feature-bleed {
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: clamp(420px, 36vw, 690px);
	display: flex;
	align-items: center;
}
.feature-bleed::before { content: ''; position: absolute; inset: 0; }
.feature-bleed--left::before { background: linear-gradient(90deg, #eceada 0%, rgba(236, 234, 218, .92) 32%, rgba(236, 234, 218, 0) 68%); }
.feature-bleed--right::before { background: linear-gradient(270deg, #eceada 0%, rgba(236, 234, 218, .92) 32%, rgba(236, 234, 218, 0) 68%); }
.feature-bleed--right { background-position: center top; } /* keep standing person's head in frame (client request) */
.feature-bleed__inner { position: relative; width: 100%; }
.feature-bleed__content { max-width: 430px; }
.feature-bleed--right .feature-bleed__content { margin-left: auto; }
.feature-bleed__title {
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(30px, 2.5vw, 46px);
	line-height: 1.1;
	margin-bottom: 26px;
}
.feature-bleed__body { color: var(--navy-soft); margin-bottom: 34px; }

/* ---------- services band ---------- */
.services-band--light { background: var(--canvas); }
.services-band--white { background: var(--white); }
.services-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: clamp(14px, 1.6vw, 30px);
	margin-top: clamp(28px, 3vw, 56px);
}
.service-card {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	aspect-ratio: 293 / 415;
	box-shadow: var(--shadow);
}
.service-card::before { content: ''; position: absolute; inset: 0; background: rgba(20, 37, 71, .82); }
.service-card { background-color: var(--navy); background-blend-mode: luminosity; }
.service-card__inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 18px;
	text-align: center;
}
.service-card__icon { width: clamp(52px, 4.3vw, 84px); }
.service-card__label { color: #fff; font-weight: 700; font-size: clamp(15px, 1.1vw, 19px); letter-spacing: .08em; line-height: 1.5; }

/* ---------- value-delivered numbered cards ---------- */
.value-section__heading { max-width: 700px; }
.value-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(18px, 2vw, 42px);
	margin-top: clamp(30px, 3vw, 60px);
	align-items: start;
}
.value-card__num {
	display: block;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(34px, 2.6vw, 50px);
	color: var(--green);
	margin: 0 0 10px 6px;
	line-height: 1;
}
.value-card__box {
	background: var(--white);
	border-radius: 6px;
	box-shadow: var(--shadow);
	padding: clamp(24px, 2.2vw, 42px);
	min-height: 300px;
}
.value-grid--oncanvas .value-card__box { background: var(--white); }
.value-grid--onwhite .value-card__box { background: var(--canvas); box-shadow: none; }
.value-card__title { font-size: clamp(19px, 1.35vw, 26px); font-weight: 700; letter-spacing: .02em; text-transform: uppercase; line-height: 1.25; margin-bottom: 8px; }
.value-card__sub { color: var(--green); font-weight: 700; font-size: 14px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.value-card__body { color: var(--navy-soft); font-size: 15.5px; }
.value-grid__photo { align-self: end; position: relative; z-index: 2; }
.value-grid__photo img {
	display: block;
	margin: 0 auto;
	/* anchor flush with the section's bottom edge — per PSD (7.15: no more floating) */
	margin-bottom: calc(-1 * clamp(56px, 7vw, 120px));
}

/* ---------- approach (photo + text 2-col) ---------- */
.approach { }
.approach__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 120px); align-items: center; }
.approach__photo img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; object-fit: cover; }
.approach__title { margin-bottom: 24px; }
.approach__body { color: var(--navy-soft); max-width: 34em; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; background-size: cover; background-position: center; }
.cta-band--green-photo { background-color: var(--green); color: #fff; }
.cta-band--green-photo::before { content: ''; position: absolute; inset: 0; background: rgba(37, 77, 26, .87); }
.cta-band--green { background: var(--green); color: #fff; }
.cta-band--light { background: var(--canvas); }
.cta-band--white { background: var(--white); }
.cta-band__row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding-top: clamp(56px, 6vw, 112px);
	padding-bottom: clamp(56px, 6vw, 112px);
	flex-wrap: wrap;
}
.cta-band__text .display-heading { font-size: clamp(30px, 2.9vw, 54px); max-width: 15em; }
.cta-band__sub { margin-top: 16px; max-width: 34em; }
.cta-band--green-photo .cta-band__sub, .cta-band--green .cta-band__sub { color: rgba(255, 255, 255, .9); }
.cta-band--light .cta-band__sub, .cta-band--white .cta-band__sub { color: var(--navy-soft); }
.cta-band__actions { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- footer ---------- */
.site-footer { position: relative; background: var(--navy); color: #fff; overflow: hidden; padding-top: clamp(48px, 5vw, 90px); }
.site-footer__mark { position: absolute; left: -180px; top: 40px; width: 560px; opacity: .05; pointer-events: none; }
.site-footer__cols { position: relative; display: grid; grid-template-columns: 1.2fr 1fr 1.2fr; gap: 30px; }
.site-footer__head { font-weight: 700; font-size: 14px; letter-spacing: .28em; margin-bottom: 20px; }
.site-footer__col a { display: block; color: rgba(255, 255, 255, .85); text-decoration: none; font-size: 15px; margin-bottom: 10px; }
.site-footer__col a:hover { color: #fff; }
.site-footer__col--right { text-align: right; }
.site-footer__line { border: 0; border-top: 1.5px solid var(--green); margin: clamp(36px, 4vw, 64px) 0 0; }
.site-footer__bottom { position: relative; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; padding-bottom: 30px; font-size: 13.5px; color: rgba(255, 255, 255, .8); }
.site-footer__bottom a { color: inherit; text-decoration: none; }
.site-footer__bottom a:hover { color: #fff; }

/* =====================================================================
   HOMEPAGE
   ===================================================================== */
.purpose { background: var(--canvas); }
.purpose__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 100px); align-items: start; }
.purpose__body { color: var(--navy-soft); margin-bottom: 18px; max-width: 30em; }
.purpose__media { position: relative; }
.purpose__media img { width: 100%; border-radius: 6px 6px 0 0; aspect-ratio: 1.92; object-fit: cover; object-position: center 18%; }
.purpose__banner {
	background: var(--green);
	color: #fff;
	font-family: var(--font-display);
	font-weight: 700;
	font-size: clamp(22px, 1.8vw, 34px);
	text-align: center;
	padding: 12px 10px 14px;
	border-radius: 0 0 6px 6px;
	margin-top: -6px;
	position: relative;
}
.purpose__values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.purpose__value h4 { color: var(--green); font-size: 14.5px; letter-spacing: .22em; margin-bottom: 10px; }
.purpose__value p { font-size: 14.5px; color: var(--navy-soft); }

.certs { background: var(--white); }
.certs__row { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.certs__heading { max-width: 340px; }
.certs__badges { display: flex; align-items: center; gap: clamp(30px, 5vw, 110px); flex-wrap: wrap; }
.certs__badges img { height: clamp(70px, 7vw, 130px); width: auto; }

/* =====================================================================
   ABOUT
   ===================================================================== */
.history__row { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 5vw, 90px); align-items: center; }
.history__row--areas { grid-template-areas: "head photos" "body photos"; grid-template-columns: 1fr 1.15fr; }
.history__head { grid-area: head; align-self: end; }
.history__body { grid-area: body; align-self: start; }
.history__body .lead { margin-top: 10px; }
.history__row--areas .history__photos { grid-area: photos; }
.history__photos { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.history__photos img { border-radius: var(--radius); width: 100%; height: 100%; object-fit: cover; box-shadow: var(--shadow); }

.stand-for {
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: var(--navy);
	color: #fff;
}
.stand-for::before { content: ''; position: absolute; inset: 0; background: rgba(20, 37, 71, .82); }
.stand-for__inner { position: relative; }
.stand-for__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 42px); margin-top: clamp(30px, 3vw, 56px); }
.stand-card { background: #fff; color: var(--navy); border-radius: 8px; padding: clamp(26px, 2.4vw, 46px); }
.stand-card__icon { width: 62px; height: 62px; border-radius: 12px; background: #e7ecdf; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
.stand-card__icon img { width: 34px; }
.stand-card h3 { font-family: var(--font-display); font-weight: 700; color: var(--green); font-size: clamp(22px, 1.6vw, 30px); margin-bottom: 12px; }
.stand-card p { color: var(--navy-soft); font-size: 15.5px; }

/* timeline — connector path with node dots (signature graphic) */
.journey { background: var(--canvas); position: relative; overflow: hidden; }
.journey__watermark { position: absolute; left: -6%; top: 4%; width: 42%; opacity: .75; filter: grayscale(1) brightness(1.02); pointer-events: none; }
.journey__inner { position: relative; }
.journey__head { text-align: center; margin-bottom: clamp(48px, 5vw, 90px); }
.timeline { position: relative; padding: 190px 0 210px; }
.timeline__line { position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: var(--green); }
.timeline__item { position: absolute; width: 250px; padding-left: 38px; }
.timeline__item--above { bottom: calc(50% + 34px); }
.timeline__item--below { top: calc(50% + 34px); }
.timeline__item::before { /* vertical connector: runs from the node/pin (text end) to the line — per Figma */
	content: '';
	position: absolute;
	left: 14px;
	width: 2px;
	background: var(--green);
}
.timeline__item--above::before { top: 52px; bottom: -34px; }
.timeline__item--below::before { top: -34px; bottom: 26px; }
.timeline__node {
	position: absolute;
	left: 4px;
	width: 22px; height: 22px;
	border-radius: 50%;
	background: var(--canvas);
	border: 5px solid var(--green);
}
.timeline__item--above .timeline__node { top: 46px; }
.timeline__item--below .timeline__node { bottom: 16px; }
.timeline__pin { position: absolute; left: -5px; top: -4px; width: 38px; }
.timeline__item--pin::before { top: 40px; bottom: -34px; }
.timeline__year { font-family: var(--font-display); font-weight: 700; color: var(--green); font-size: clamp(24px, 1.8vw, 34px); margin-bottom: 10px; }
.timeline__item p { font-size: 14.5px; color: var(--navy-soft); line-height: 1.55; }

/* muñeco band */
.muneco { position: relative; background: var(--green); color: #fff; overflow: hidden; }
.muneco__deco { position: absolute; right: -120px; top: 8%; width: 46%; opacity: .08; pointer-events: none; }
.muneco__row { position: relative; display: grid; grid-template-columns: 420px 1fr; gap: clamp(36px, 5vw, 90px); align-items: center; }
.muneco__card { background: #fff; border-radius: 40px; padding: 70px 60px; display: flex; align-items: center; justify-content: center; }
.muneco__card--plain { background: none; border-radius: 0; padding: 20px 0; }
.muneco__card--plain img { max-width: 300px; margin: 0 auto; }
.muneco__card img { width: 100%; max-width: 300px; }
.muneco__text .display-heading { margin-bottom: 24px; }
.muneco__text p { color: rgba(255, 255, 255, .92); max-width: 34em; margin-bottom: 16px; }
.muneco__bar { width: 60px; height: 8px; background: #fff; border-radius: 4px; margin-top: 26px; }

/* photo strip */
.photo-strip { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.photo-strip img:first-child { object-position: left center; }
.photo-strip img { width: 100%; height: clamp(220px, 26vw, 500px); object-fit: cover; }

/* initiatives */
.initiatives { background: var(--canvas); }
.initiatives__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2vw, 40px); margin-top: clamp(30px, 3vw, 56px); }
.init-card { background: #fff; border-radius: 8px; box-shadow: var(--shadow); padding: clamp(28px, 2.6vw, 48px); }
.init-card__tag { color: var(--green); font-weight: 700; font-size: 13.5px; letter-spacing: .2em; margin-bottom: 14px; text-align: center; }
.init-card__head { display: flex; align-items: center; gap: 18px; margin-bottom: 18px; }
.init-card__chip { flex: 0 0 64px; width: 64px; height: 62px; border-radius: 12px; background: #e7ecdf; display: flex; align-items: center; justify-content: center; }
.init-card__chip img { width: 34px; }
.init-card__head h3 { margin-bottom: 0 !important; }
.init-card h3 { font-size: clamp(20px, 1.5vw, 28px); text-transform: uppercase; letter-spacing: .02em; line-height: 1.3; margin-bottom: 18px; }
.init-card p { color: var(--navy-soft); font-size: 15.5px; margin-bottom: 14px; }
.init-card p.init-card__stat { font-family: var(--font-display); font-weight: 700; color: var(--green); font-size: clamp(30px, 2.4vw, 44px); }
.init-card__more { color: var(--green); font-weight: 700; font-size: 15px; text-decoration: none; }

/* states map */
.states { background: var(--white); position: relative; padding-bottom: clamp(56px, 6vw, 110px); }
.states__photo {
	background-size: cover; background-position: center;
	background-color: var(--navy);
	position: relative;
	height: clamp(200px, 24vw, 460px);
}
.states__photo::before { content: ''; position: absolute; inset: 0; background: rgba(20, 37, 71, .8); }
.states__map { position: relative; margin-top: calc(clamp(-380px, -20vw, -150px)); margin-left: auto; width: min(72vw, 1330px); }
.states__map > img { width: 100%; }
.states__pin {
	position: absolute;
	width: clamp(24px, 2.2vw, 42px);
	aspect-ratio: 1;
	background: var(--navy);
	border-radius: 18%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(20, 37, 71, .35);
	transform: translate(-50%, -50%);
}
.states__pin--sm { width: clamp(15px, 1.3vw, 25px); }
.states__pin img { width: 62%; }
.states__text { max-width: 560px; margin-top: -16vw; }
.states__text .display-heading { margin-bottom: 24px; }
.states__text p { color: var(--navy-soft); }

/* =====================================================================
   CAREERS
   ===================================================================== */
.life { background: var(--canvas); }
.life__row { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 5vw, 100px); align-items: center; }
.life__photos img { width: 100%; height: clamp(320px, 34vw, 560px); object-fit: cover; }
.life__text .display-heading { margin-bottom: 26px; }
.life__text p { color: var(--navy-soft); margin-bottom: 18px; }
.life__photos { display: grid; grid-template-columns: 1fr; }
.life__photos img { width: 100%; height: auto; object-fit: cover; border-radius: var(--radius); }
.life__photos img:first-child { display: none; }

.why-work { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
/* V3: green why-work variant with white cards */
.why-work--green { background: var(--green); }
.why-work--green .why-card { background: #fff; border: 0; }
.why-work--green .why-card h3 { color: var(--navy); }
.why-work--green .why-card p { color: var(--navy-soft); }
.why-work--green .why-card__icon { background: #e7ecdf; }
.why-work__deco { position: absolute; right: -120px; top: -40px; width: 480px; opacity: .06; pointer-events: none; }
.why-work__head { text-align: center; margin-bottom: clamp(32px, 3.4vw, 64px); position: relative; }
.why-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 1.6vw, 30px); }
.why-card { background: var(--navy-card); border: 1px solid rgba(255, 255, 255, .07); border-radius: 8px; padding: clamp(26px, 2.2vw, 40px); }
.why-card__icon { width: 66px; height: 66px; border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 56px; }
.why-card__icon img { width: 36px; }
.why-card h3 { font-size: clamp(18px, 1.35vw, 26px); letter-spacing: .04em; margin-bottom: 16px; }
.why-card p { color: rgba(255, 255, 255, .82); font-size: 15px; }

.careers-cta { background: var(--white); text-align: center; }
.careers-cta .display-heading { margin-bottom: 26px; }
.careers-cta p { color: var(--navy-soft); max-width: 38em; margin: 0 auto 34px; }

/* =====================================================================
   COMMUNITY
   ===================================================================== */
.story { background: var(--canvas); }
.story__row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 100px); align-items: center; }
.story__row img { border-radius: var(--radius); box-shadow: var(--shadow); }
.story__text .display-heading { margin-bottom: 26px; }
.story__text p { color: var(--navy-soft); margin-bottom: 18px; }

.gives { background: var(--white); }
.gives__head { text-align: center; margin-bottom: clamp(32px, 3.4vw, 60px); }
.gives-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.gives-card { position: relative; background-size: cover; background-position: center; min-height: clamp(300px, 24vw, 440px); display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 2.4vw, 44px); color: #fff; }
.gives-card::before { content: ''; position: absolute; inset: 0; }
.gives-card--navy::before { background: rgba(20, 37, 71, .84); }
.gives-card--green::before { background: rgba(37, 77, 26, .84); }
.gives-card > * { position: relative; }
.gives-card h3 { font-size: clamp(19px, 1.5vw, 27px); letter-spacing: .04em; line-height: 1.3; margin-bottom: 8px; }
.gives-card__sub { font-weight: 700; font-size: 13.5px; letter-spacing: .18em; margin-bottom: 16px; opacity: .95; }
.gives-card p { font-size: 15px; color: rgba(255, 255, 255, .9); }

.stats-band { background: var(--green); color: #fff; padding: clamp(36px, 3.6vw, 64px) 0; }
.stats-band__row { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.stat { display: flex; align-items: center; gap: 18px; flex: 1; justify-content: center; }
.stat + .stat { border-left: 1px solid rgba(255, 255, 255, .35); }
.stat__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 2.4vw, 46px); white-space: nowrap; }
.stat__label { font-size: 14px; line-height: 1.4; max-width: 150px; }

/* =====================================================================
   CONTACT
   ===================================================================== */
.contact-wrap { background: var(--canvas); }
.contact-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(24px, 2.6vw, 48px); align-items: start; }
.contact-form-card { background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: clamp(28px, 3vw, 56px); }
.contact-form-card > .display-heading { font-size: clamp(28px, 2.4vw, 44px); margin-bottom: 10px; }
.contact-form-card__sub { color: var(--navy-soft); font-size: 15.5px; margin-bottom: 30px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
.form-row--single { grid-template-columns: 1fr; }
.field label { display: block; font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px; }
.field input, .field select, .field textarea {
	width: 100%;
	font-family: var(--font-body);
	font-size: 15.5px;
	color: var(--navy);
	background: #f2f1ea;
	border: 1px solid #dcdbd0;
	border-radius: 6px;
	padding: 15px 16px;
}
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--green); outline-offset: 0; }
.form-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--navy-soft); margin: 6px 0 26px; }
.form-consent a { color: var(--green); }
.contact-form-card .btn { width: 100%; text-align: center; }
.form-notice { border-radius: 6px; padding: 14px 18px; margin-bottom: 22px; font-size: 15px; font-weight: 500; }
.form-notice--ok { background: #e7f0e0; color: var(--green); }
.form-notice--err { background: #f7e5e5; color: #8c2b2b; }
.hp-field { position: absolute; left: -9999px; }

.contact-cards { display: grid; gap: 20px; }
.info-card { background: #fff; border-radius: 12px; box-shadow: var(--shadow); padding: 26px 30px; display: flex; gap: 20px; align-items: flex-start; }
.info-card__icon { flex: 0 0 58px; width: 58px; height: 58px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.info-card__icon--green { background: var(--green); }
.info-card__icon--navy { background: var(--navy); }
.info-card__icon img { width: 26px; }
.info-card__icon--green img, .info-card__icon--navy img { filter: brightness(0) invert(1); }
.info-card__tag { color: var(--green); font-weight: 700; font-size: 12.5px; letter-spacing: .2em; margin-bottom: 6px; }
.info-card__main { font-weight: 700; font-size: 19px; margin-bottom: 4px; }
.info-card__note { color: var(--navy-soft); font-size: 14px; }
.hours-card { background: var(--navy); color: #fff; border-radius: 12px; padding: 30px 32px; }
.hours-card__head { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.hours-card__head .info-card__icon { background: #fff; }
.hours-card__head span { font-weight: 700; letter-spacing: .2em; font-size: 13.5px; }
.hours-row { display: flex; justify-content: space-between; font-size: 14.5px; padding: 7px 0; color: rgba(255, 255, 255, .85); }
.hours-row strong { color: #fff; }
.hours-card__note { margin-top: 18px; font-size: 13.5px; color: rgba(255, 255, 255, .75); }

/* =====================================================================
   SUSTAINABILITY
   ===================================================================== */
.strategy { background: var(--canvas); }
.strategy__intro { max-width: 640px; color: var(--navy-soft); margin-top: 20px; }
.strategy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2vw, 40px); margin-top: clamp(30px, 3.2vw, 60px); }
.strategy-card { background: #fff; border-radius: 8px; box-shadow: var(--shadow); padding: clamp(28px, 2.6vw, 48px); }
.strategy-card__icon { width: 92px; height: 90px; border-radius: 16px; background: #e7ecdf; display: flex; align-items: center; justify-content: center; margin-bottom: 26px; }
.strategy-card__icon img { width: 44px; }
.strategy-card h3 { font-size: clamp(20px, 1.6vw, 30px); font-weight: 700; margin-bottom: 16px; }
.strategy-card p { color: var(--navy-soft); font-size: 15.5px; }

.proof { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.proof__deco { position: absolute; right: -100px; top: -60px; width: 560px; opacity: .06; pointer-events: none; }
.proof-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 2vw, 40px); margin-top: clamp(30px, 3.2vw, 56px); }
.proof-card { background: var(--navy-card); border: 1px solid rgba(255, 255, 255, .08); border-radius: 10px; padding: clamp(28px, 2.4vw, 46px); }
.proof-card__head { display: flex; align-items: center; gap: 24px; margin-bottom: 26px; }
.proof-card__head img { width: 96px; height: 96px; object-fit: contain; background: #fff; border-radius: 50%; padding: 6px; }
.proof-card__head h3 { font-size: clamp(20px, 1.5vw, 28px); letter-spacing: .04em; }
.proof-card__head p { color: rgba(255, 255, 255, .8); font-size: 15px; margin-top: 6px; }
.proof-card__body { color: rgba(255, 255, 255, .85); font-size: 15.5px; margin-bottom: 24px; }
.proof-check img { filter: brightness(0) invert(1); }
.proof-check { display: flex; gap: 14px; align-items: center; padding: 10px 0; font-size: 15px; }
.proof-check img { width: 26px; }

/* =====================================================================
   TECHNOLOGY
   ===================================================================== */
.proprietary {
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: var(--green);
	color: #fff;
}
.proprietary::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37, 77, 26, .93) 0%, rgba(37, 77, 26, .72) 100%); }
.proprietary__inner { position: relative; }
.proprietary__lead { max-width: 30em; color: rgba(255, 255, 255, .9); margin-top: 18px; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 1.8vw, 34px); margin-top: clamp(30px, 3.2vw, 56px); }
.platform-card { background: var(--navy); border-radius: 10px; padding: clamp(26px, 2.2vw, 42px); }
.platform-card__pill { display: inline-block; background: var(--green); color: #fff; font-weight: 700; font-size: 11.5px; letter-spacing: .16em; border-radius: 999px; padding: 7px 16px; margin-bottom: 20px; }
.platform-card h3 { font-family: var(--font-display); font-weight: 700; font-size: clamp(24px, 1.9vw, 36px); margin-bottom: 16px; }
.platform-card__body { color: rgba(255, 255, 255, .82); font-size: 14.5px; margin-bottom: 26px; min-height: 70px; }
.platform-card__stat { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.platform-card__stat strong { font-family: var(--font-display); font-weight: 700; font-size: clamp(30px, 2.4vw, 44px); }
.platform-card__stat span { font-size: 13.5px; line-height: 1.35; color: rgba(255, 255, 255, .85); }
.platform-card ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, .12); }
.platform-card li { font-size: 13.5px; color: rgba(255, 255, 255, .85); padding: 9px 0 0 16px; position: relative; }
.platform-card li::before { content: ''; position: absolute; left: 2px; top: 17px; width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .6); }

/* ---------- approach grid areas (mobile: heading → photo → body) ---------- */
.approach__row--areas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "photo head" "photo body";
	gap: 0 clamp(32px, 6vw, 120px);
	align-content: center;
	align-items: center;
}
.approach__row--areas .approach__photo { grid-area: photo; }
.approach__row--areas .approach__head { grid-area: head; align-self: end; }
.approach__row--areas .approach__bodywrap { grid-area: body; align-self: start; }

/* ---------- muñeco grid areas ---------- */
.muneco__row--areas {
	display: grid;
	grid-template-columns: 420px 1fr;
	grid-template-areas: "card h2" "card p1" "card p2";
	gap: 0 clamp(36px, 5vw, 90px);
	align-content: center;
}
.muneco__row--areas .muneco__card { grid-area: card; }
.muneco__row--areas .muneco__h2 { grid-area: h2; align-self: end; }
.muneco__row--areas .muneco__p1 { grid-area: p1; }
.muneco__row--areas .muneco__p2 { grid-area: p2; align-self: start; }
.muneco__row--areas p { color: rgba(255, 255, 255, .92); max-width: 34em; margin-bottom: 16px; }
.muneco__row--areas .display-heading { margin-bottom: 24px; }

/* ---------- helpers ---------- */
.only-m { display: none !important; }
.hero-intro { background: #fff; display: none; }
.hero-intro .container { padding-top: 34px; padding-bottom: 8px; }
.hero-intro p { color: var(--navy-soft); }

/* ---------- mobile timeline (split-year with node) ---------- */
.timeline-m { display: none; }

/* ---------- contact hero chips (mobile) ---------- */
.hero-contact-chips { margin-top: 30px; display: grid; gap: 30px; justify-items: start; text-align: left; max-width: 300px; margin-left: auto; margin-right: auto; }
.hero-chip { display: flex; align-items: center; gap: 16px; }
.hero-chip__icon { width: 52px; height: 52px; border-radius: 12px; background: #e7ecdf; display: flex; align-items: center; justify-content: center; }
.hero-chip__icon img { width: 24px; }
.hero-chip small { display: block; font-weight: 700; letter-spacing: .16em; font-size: 12px; color: #fff; }
.hero-chip strong { font-size: 20px; color: #fff; }

/* ---------- carousel dots ---------- */
.m-dots { display: none; }

/* =====================================================================
   RESPONSIVE
   ===================================================================== */
@media (max-width: 1200px) {
	.site-header__row { height: 96px; }
	.site-nav { gap: 10px; }
	.site-nav a { font-size: 12.5px; }
}
@media (max-width: 1024px) {
	.nav-toggle { display: flex; }
	.site-nav {
		display: none;
		position: absolute;
		top: 100%; left: 0; right: 0;
		background: #f4f4ee;
		flex-direction: column;
		align-items: flex-start;
		padding: 18px clamp(20px, 6vw, 40px) 26px;
		gap: 16px;
		box-shadow: var(--shadow);
	}
	.site-nav.is-open { display: flex; }
	.site-nav__sep { display: none; }
	.value-grid, .why-grid, .gives-grid, .stand-for__grid { grid-template-columns: 1fr 1fr; }
	.hero--right .hero__content { max-width: 70%; }
	.states__text { margin-top: 30px; max-width: none; }
	.states__map { margin-top: -60px; }
	.muneco__row { grid-template-columns: 1fr; }
	.muneco__card { max-width: 380px; }
	.timeline { padding: 0; }
	.timeline__line { display: none; }
	.timeline__item { position: static; width: auto; margin-bottom: 28px; padding-left: 44px; }
	.timeline__item::before { display: none; }
	.timeline__node, .timeline__pin { top: 4px !important; bottom: auto !important; left: 0; position: absolute; }
	.timeline__item { position: relative; }
}
@media (max-width: 820px) {
	body { overflow-x: clip; }
	.only-m { display: block !important; }
	span.only-m { display: inline !important; }
	.no-m { display: none !important; }

	/* header: hamburger left, centered logo */
	.site-header__row { height: 64px; justify-content: center; position: relative; }
	.site-logo-img { width: 180px; }
	.nav-toggle { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); }

	/* hero: full-color photo top, gradient into navy bottom (V3 mobile) */
	.hero, .hero--home, .hero--far-right { background-position: center top; }
	.hero--m-focus-right { background-position: 84% top; }
	.hero--m-74 { background-position: 74% top; }
	.hero--baked::before { background: linear-gradient(180deg, rgba(20, 37, 71, 0) 0%, rgba(20, 37, 71, .04) 30%, rgba(20, 37, 71, .82) 52%, #142547 68%, #142547 100%); }
	.hero::before { background: linear-gradient(180deg, rgba(20, 37, 71, 0) 0%, rgba(20, 37, 71, .04) 30%, rgba(20, 37, 71, .82) 52%, #142547 68%, #142547 100%); }
	/* centered-photo heroes (community/careers): flat overlay, photo visible everywhere, content centered — per PSD mobile */
	.hero--center { background-position: center top; }
	.hero--center::before { background: rgba(20, 37, 71, .48) !important; }
	.hero--center .hero__inner { justify-content: center; padding-bottom: 0; }
	/* sustainability: bright photo, minimal tint, content centered */
	.hero--m-85 { background-position: 85% top; }
	.hero--m-clear::before { background: rgba(20, 37, 71, .22) !important; }
	.hero--m-clear .hero__inner { justify-content: center; padding-bottom: 0; }
	/* tech: keep the people at the desk in frame */
	.hero--m-20 { background-position: 34% top; }
	.hero--home { background-size: auto 50%; background-position: 58% top; background-repeat: no-repeat; }
	.hero--home .hero__inner { min-height: 700px; }
	.hero--home.hero--baked::before { background: linear-gradient(180deg, rgba(20, 37, 71, 0) 0%, rgba(20, 37, 71, .06) 30%, rgba(20, 37, 71, .7) 46%, #142547 55%, #142547 100%) !important; }
	.hero__inner { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; text-align: center; min-height: 660px; padding-bottom: 54px; }
	.hero--m-left .hero__inner { align-items: flex-start; text-align: left; }
	.hero__title { margin: 0 0 18px; font-size: clamp(38px, 10.5vw, 44px); }
	.hero--short .hero__inner { min-height: 560px; }
	.hero__body { display: none; }
	.hero--m-body .hero__body { display: block; color: rgba(255, 255, 255, .92); font-size: 16px; margin-bottom: 26px; }
	.hero-intro { display: block; }
	.hero--m-body + .hero-intro { display: none; }
	.btn-row { flex-direction: column; align-items: center; width: 100%; gap: 14px; margin-top: 12px; }
	.btn-row .btn { width: auto; min-width: 200px; padding: 15px 34px; text-align: center; }
	.hero--right .hero__content { margin: 0 auto; max-width: 100%; }
	.hero-intro .container { padding-top: 30px; padding-bottom: 40px; }

	/* carousels with dots */
	.m-carousel { display: flex !important; grid-template-columns: none !important; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding: 4px 4px 8px; scrollbar-width: none; }
	.m-carousel::-webkit-scrollbar { display: none; }
	.m-carousel > * { flex: 0 0 84%; scroll-snap-align: center; }
	.m-carousel .value-card__box { min-height: 0; }
	.m-carousel .value-grid__photo { display: none; }
	.m-dots { display: flex; justify-content: center; gap: 9px; padding: 18px 0 4px; }
	.m-dots span { width: 11px; height: 11px; border-radius: 50%; background: #c5c6bd; transition: background .2s; }
	.m-dots span.on { background: var(--green); }
	.why-work .m-dots span, .proprietary .m-dots span, .stand-for .m-dots span { background: rgba(255, 255, 255, .35); }
	.why-work .m-dots span.on, .proprietary .m-dots span.on, .stand-for .m-dots span.on { background: #fff; }

	/* approach / muñeco grid areas collapse */
	.approach__row--areas { grid-template-columns: 1fr; grid-template-areas: "head" "photo" "body"; gap: 22px; }
	.muneco__row--areas { grid-template-columns: 1fr; grid-template-areas: "h2" "p1" "card" "p2"; gap: 10px; }
	.muneco__row--areas .muneco__card { max-width: 330px; margin: 6px auto; padding: 36px; }
	.muneco.section { padding: 44px 0 52px; }
	.muneco__deco { right: -34px; top: 32%; width: 56%; }

	/* timeline: desktop off, mobile split-year on */
	.timeline { display: none; }
	.timeline-m { display: block; max-width: 420px; margin: 0 auto; }
	.tlm-item { text-align: left; margin-bottom: 34px; }
	.tlm-year { display: flex; align-items: center; justify-content: center; gap: 14px; font-family: var(--font-display); font-weight: 700; font-size: 44px; color: var(--green); line-height: 1; }
	.tlm-node { width: 30px; height: 30px; border-radius: 50%; border: 6px solid var(--green); background: var(--canvas); display: inline-block; position: relative; }
	.tlm-node::before, .tlm-node::after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 4px; height: 22px; background: var(--green); }
	.tlm-node::before { bottom: calc(100% + 2px); }
	.tlm-node::after { top: calc(100% + 2px); }
	.tlm-year--today .tlm-node::after { display: none; }
	.tlm-node--pin::before, .tlm-node--pin::after { display: none; }
	.tlm-node--pin { width: 34px; height: 42px; border: 0; background: none; }
	.tlm-node--pin img { width: 100%; }
	.tlm-stem { width: 4px; height: 34px; background: var(--green); margin: 10px auto; }
	.tlm-item p { font-size: 15px; color: var(--navy-soft); margin-top: 12px; }

	/* footer accordion */
	.site-footer__cols { gap: 0; }
	.site-footer__col { border-bottom: 1.5px solid rgba(255, 255, 255, .5); padding: 6px 0; }
	.site-footer__col:last-child { border-bottom: 0; }
	.site-footer__head { display: flex; justify-content: space-between; align-items: center; cursor: pointer; margin: 12px 0; }
	.site-footer__head::after { content: ''; width: 10px; height: 10px; border-right: 2.5px solid #fff; border-bottom: 2.5px solid #fff; transform: rotate(45deg); transition: transform .2s; }
	.site-footer__col.is-open .site-footer__head::after { transform: rotate(225deg); }
	.site-footer__col:not(.is-open):not(.site-footer__col--contact) a { display: none; }
	.site-footer__col--contact .site-footer__head::after { display: none; }
	.site-footer__col--contact .site-footer__head { cursor: default; }

	/* photo strip: two-up */
	.photo-strip { grid-template-columns: 1fr 1fr !important; }
	.photo-strip img { height: 250px; }
	.photo-strip .strip-hide-m { display: none; }

	/* careers life: single photo */
	.life__photos { grid-template-columns: 1fr; }
	.life__photos img:first-child { display: none; }
	.life__photos img { height: auto; border-radius: var(--radius); width: 100%; margin-left: 0; }

	/* CTA bands: stacked buttons, primary first */
	.cta-band__actions { flex-direction: column; width: 100%; }
	.cta-band__actions .btn { width: 100%; text-align: center; order: 1; }
	.cta-band__actions .btn--outline-white, .cta-band__actions .btn--outline-navy { order: 2; }

	/* misc */
	.services-grid.m-carousel > * { flex: 0 0 62%; }
	.service-card__icon { width: 64px; }
	.service-card__label { font-size: 16.5px; }
	#history { background: var(--canvas); }
	.history__row--areas { grid-template-areas: "head" "photos" "body"; grid-template-columns: 1fr; gap: 22px; }
	.history__photos { grid-template-columns: 1fr; gap: 18px; }
	.history__photos img:last-child { display: none; }
	.journey__head { margin-bottom: 30px; }
	.approach__row, .history__row, .life__row, .story__row, .purpose__row,
	.contact-grid, .strategy-grid, .proof-grid, .initiatives__grid,
	.purpose__values { grid-template-columns: 1fr; }
	.purpose__row > div { min-width: 0; }
	.purpose__media img { aspect-ratio: auto; }
	.init-card h3 { font-size: 15px; }
	.init-card__head { gap: 14px; }
	.init-card__chip { flex: 0 0 48px; width: 48px; height: 47px; }
	.init-card__chip img { width: 26px; }
	.purpose__values { gap: 14px; }
	.purpose__value { background: #fff; border-radius: 16px; padding: 26px 22px 30px; box-shadow: 0 10px 24px rgba(20, 37, 71, .08); }
	.purpose__value-icon { width: 64px; height: 62px; border-radius: 12px; background: #e7ecdf; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
	.purpose__value-icon img { width: 34px; }
	.purpose__value h4 { font-family: var(--font-display); font-weight: 700; text-transform: lowercase; color: var(--green); font-size: 22px; margin: 0 0 10px; }
	/* V3 mobile: photo full-color on top, copy on solid canvas below */
	.feature-bleed--left::before, .feature-bleed--right::before {
		background: linear-gradient(180deg, rgba(236, 234, 218, 0) 0%, rgba(236, 234, 218, 0) 34%, #eceada 56%, #eceada 100%);
	}
	.feature-bleed { min-height: 680px; align-items: flex-end; background-position: center top !important; background-size: auto 46% !important; background-repeat: no-repeat !important; background-color: #eceada; }
	.feature-bleed__inner { padding-top: 0; padding-bottom: 34px; }
	.feature-bleed__content { max-width: 100%; }
	.feature-bleed + .feature-bleed { margin-top: 0; }
	.trusted-band__logos span { white-space: normal; }
	.states__map { width: 104%; margin-left: -2%; margin-top: -46vw; }
	.states__photo { height: 260px; }
	.services-grid { grid-template-columns: repeat(2, 1fr); }
	.platform-grid { grid-template-columns: 1fr; }
	.value-grid, .why-grid, .gives-grid, .stand-for__grid { grid-template-columns: 1fr; }
	.photo-strip { grid-template-columns: 1fr; }
	.photo-strip img { height: 260px; }
	.hero--right .hero__content { max-width: 100%; }
	.form-row { grid-template-columns: 1fr; }
	.trusted-band__logos span { flex: 1 1 40%; border-right: 0; padding: 4px 0; }
	.stat + .stat { border-left: 0; }
	.stats-band__row { flex-direction: column; align-items: stretch; gap: 0; }
	.stat { flex-direction: column; gap: 8px; text-align: center; padding: 26px 0; }
	.stat + .stat { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .4); }
	.stat__num { font-size: 54px; }
	.stat__label { max-width: none; font-size: 16px; font-weight: 600; }
	.cta-band__actions { align-items: center; }
	.cta-band__actions .btn { max-width: 340px; margin: 0 auto; }
	.site-footer__mark { left: auto; right: -180px; }
	.approach.bg-canvas { background: var(--white); }
	.muneco__card--plain { padding: 8px 0; }
	.muneco__card--plain img { max-width: 235px; }
	.site-footer__cols { grid-template-columns: 1fr; }
	.site-footer__col--right { text-align: left; }
	.cta-band__row { flex-direction: column; align-items: flex-start; }
}

/* John 7.14: paragraph spacing + $200K caption gap + strip crop */
.approach__bodywrap p + p { margin-top: 16px; }
.init-card p.init-card__stat { margin: 10px 0 0; }
.init-card .init-card__stat + p { margin-top: 2px; }
.photo-strip img:first-child { object-position: left 20%; }

/* 7.15: John — "back the hero photos up / slide over" (desktop only; subjects move away from the copy, About tire crops out) */
@media (min-width: 821px) {
	.hero--slide { background-size: 103.5% auto; background-position: 0 top; }
	.hero--slide-soft { background-size: 105% auto; } /* About: keep van muneco panel, tire reduced to a sliver (Chris 7.15 mock) */
}
