/* ==========================================================================
   Willamette Valley Environmental Services — main stylesheet
   Palette: black, white, Kelly green (#4CBB17)
   ========================================================================== */

:root {
	--ink: #0e0f0c;
	--ink-2: #161913;
	--ink-3: #23281f;
	--paper: #ffffff;
	--fog: #f2f4ef;
	--line: #dde3d6;
	--line-dark: #2e3429;
	--kelly: #4cbb17;
	--kelly-hover: #5fd027;
	--kelly-deep: #2e7a0f;
	--forest: #1f4a0e;
	--text: #1b1e18;
	--muted: #565e50;
	--muted-light: #a8b19f;

	--font-display: "Archivo", "Arial Black", "Helvetica Neue", Arial, sans-serif;
	--font-body: "Barlow", "Helvetica Neue", Arial, sans-serif;
	--font-cond: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;

	--wrap: 1200px;
	--gutter: clamp(16px, 4vw, 32px);
	--section: clamp(56px, 8vw, 104px);
	--radius: 6px;
	--radius-lg: 12px;
	--shadow: 0 18px 50px -18px rgba(14, 15, 12, 0.35);
}

/* Base ------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--kelly-deep); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.08; color: inherit; text-wrap: balance; }
h3 { font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: 1.2rem; letter-spacing: -0.005em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--kelly); outline-offset: 3px; border-radius: 2px; }
.icon { width: 1.15em; height: 1.15em; flex: none; }
.nowrap { white-space: nowrap; }

.container { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.screen-reader-text, .hp-field {
	position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; padding: 0; margin: -1px;
}
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--kelly); color: var(--ink); padding: 10px 16px; font-weight: 700; border-radius: var(--radius); }
.skip-link:focus { top: 12px; }

/* Type helpers ----------------------------------------------------------- */
.eyebrow {
	display: inline-flex; align-items: center; gap: 10px;
	font-family: var(--font-cond); font-weight: 700; font-size: .95rem;
	text-transform: uppercase; letter-spacing: .16em; color: var(--kelly-deep);
	margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--kelly); border-radius: 2px; }
.eyebrow-light { color: var(--kelly); }
.section-title {
	font-family: var(--font-display); font-stretch: 125%; font-weight: 800;
	font-size: clamp(1.85rem, 3.3vw, 2.75rem); letter-spacing: -0.02em; line-height: 1.04;
}
.section-head { max-width: 760px; margin-bottom: clamp(32px, 4vw, 48px); }
.section-head-split { max-width: none; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px 48px; }
.section-head-split .section-title { margin-bottom: 0; }
.section-intro { max-width: 420px; color: var(--muted); margin: 0; }
.lead { font-size: 1.2rem; line-height: 1.55; }
.mini-title { font-family: var(--font-cond); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 1rem; margin: 28px 0 10px; color: var(--muted-light); }

/* Buttons ---------------------------------------------------------------- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 22px; border-radius: var(--radius); border: 2px solid transparent;
	font-family: var(--font-cond); font-weight: 700; font-size: 1.12rem; letter-spacing: .06em; text-transform: uppercase;
	text-decoration: none; line-height: 1.1; cursor: pointer; transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-lg { padding: 17px 26px; font-size: 1.2rem; }
.btn-block { width: 100%; }
.btn-green { background: var(--kelly); color: var(--ink); }
.btn-green:hover { background: var(--kelly-hover); color: var(--ink); }
.btn-dark { background: var(--ink); color: var(--paper); }
.btn-dark:hover { background: var(--ink-3); color: var(--paper); }
.btn-outline-light { border-color: rgba(255,255,255,.55); color: var(--paper); }
.btn-outline-light:hover { border-color: var(--kelly); color: var(--kelly); }
.btn-outline-dark { border-color: var(--ink); color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: var(--paper); }
.btn-link { padding-inline: 4px; color: var(--ink); }
.btn-link:hover { color: var(--kelly-deep); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

/* Top bar ---------------------------------------------------------------- */
.topbar { background: var(--ink); color: #d6dcd0; font-size: .92rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar-meta { gap: 22px !important; }
.topbar-meta span { display: inline-flex; align-items: center; gap: 7px; }
.topbar .icon { color: var(--kelly); width: 16px; height: 16px; }

/* Header ----------------------------------------------------------------- */
.site-header {
	position: sticky; top: env(safe-area-inset-top, 0px); z-index: 50;
	background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line);
	backdrop-filter: saturate(1.4) blur(6px);
	transition: box-shadow .2s;
}
.site-header.is-scrolled { box-shadow: 0 8px 24px -16px rgba(14,15,12,.45); }
.header-inner { display: flex; align-items: center; gap: 28px; min-height: 84px; }
.brand { flex: none; display: block; }
.brand .brand-logo { height: 58px; width: auto; }
.primary-nav { margin-left: auto; }
.nav-list { list-style: none; display: flex; gap: 4px; }
.nav-list a {
	display: block; padding: 10px 14px; text-decoration: none; color: var(--ink);
	font-family: var(--font-cond); font-weight: 700; font-size: 1.12rem; letter-spacing: .06em; text-transform: uppercase;
	border-radius: var(--radius); position: relative;
}
.nav-list a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 3px; background: var(--kelly); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav-list a:hover::after, .nav-list .current-menu-item > a::after, .nav-list .current_page_item > a::after { transform: scaleX(1); }
.nav-list .sub-menu { display: none; }
.nav-mobile-cta { display: none; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.header-phone-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--kelly); }
.header-phone-text { display: flex; flex-direction: column; font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: 1.1rem; line-height: 1.1; font-variant-numeric: tabular-nums; }
.header-phone-text small { font-family: var(--font-cond); font-weight: 600; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.header-phone:hover .header-phone-icon { background: var(--kelly); color: var(--ink); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 2px solid var(--ink); border-radius: var(--radius); background: var(--paper); color: var(--ink); cursor: pointer; place-items: center; }
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle-close { display: none; }
.nav-open .nav-toggle-open { display: none; }
.nav-open .nav-toggle-close { display: block; }

/* Hero ------------------------------------------------------------------- */
.hero {
	position: relative; overflow: hidden; isolation: isolate;
	background:
		radial-gradient(900px 480px at 85% -10%, rgba(76,187,23,.16), transparent 60%),
		linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
	color: var(--paper);
	padding-block: clamp(48px, 7vw, 88px) clamp(150px, 16vw, 210px);
}
.hero.has-photo { background: linear-gradient(90deg, rgba(14,15,12,.94) 0%, rgba(14,15,12,.78) 55%, rgba(14,15,12,.55) 100%), var(--hero-photo) center / cover no-repeat; }
.hero-ridge {
	position: absolute; inset: auto 0 0 0; height: clamp(120px, 14vw, 200px); z-index: -1;
	background: url("../img/ridge.svg") bottom center / 1600px 100% repeat-x;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.hero-title {
	font-family: var(--font-display); font-stretch: 125%; font-weight: 900;
	font-size: clamp(2.4rem, 5.4vw, 4.6rem); line-height: .98; letter-spacing: -0.03em;
	margin-bottom: 22px;
}
.hero-lead { font-size: clamp(1.08rem, 1.5vw, 1.25rem); color: #cfd6c9; max-width: 58ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 28px; }
.hero-checks { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; font-weight: 600; color: var(--paper); }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks .icon { color: var(--kelly); stroke-width: 3; }

/* Quote card */
.quote-card { background: var(--paper); color: var(--text); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 32px); box-shadow: 0 30px 60px -20px rgba(0,0,0,.6); border-top: 6px solid var(--kelly); }
.quote-card-flat { box-shadow: none; border: 1px solid var(--line); border-top: 6px solid var(--kelly); }
.quote-card-head h2 { font-family: var(--font-display); font-stretch: 125%; font-weight: 800; font-size: 1.6rem; letter-spacing: -0.02em; margin-bottom: 4px; }
.quote-card-head p { color: var(--muted); margin-bottom: 18px; }

/* Form */
.quote-form { display: grid; gap: 14px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 6px; }
.field label { font-family: var(--font-cond); font-weight: 700; font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); }
.field label span { color: var(--kelly-deep); }
.field input, .field select, .field textarea {
	width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
	padding: 12px 14px; border: 1.5px solid #c9d1c0; border-radius: var(--radius); background: #fbfcfa;
	transition: border-color .15s, box-shadow .15s;
}
.field textarea { resize: vertical; min-height: 84px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--kelly-deep); box-shadow: 0 0 0 3px rgba(76,187,23,.28); background: var(--paper); }
.check { display: flex; gap: 10px; align-items: flex-start; font-size: .86rem; line-height: 1.4; color: var(--muted); cursor: pointer; }
.check input { margin-top: 2px; width: 18px; height: 18px; accent-color: var(--kelly-deep); flex: none; }
.form-foot { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 2px 0 0; font-size: .95rem; color: var(--muted); }
.form-foot a { font-weight: 700; color: var(--ink); }
.form-foot .icon { color: var(--kelly-deep); }
.form-notice { display: flex; gap: 12px; padding: 14px 16px; border-radius: var(--radius); margin-bottom: 16px; font-size: .98rem; }
.form-notice.is-success { background: #e9f7e1; border: 1px solid #a9dc8e; }
.form-notice.is-success .icon { color: var(--kelly-deep); stroke-width: 3; margin-top: 3px; }
.form-notice.is-error { background: #fff1ef; border: 1px solid #f2b8ae; }

/* Trust bar -------------------------------------------------------------- */
.trust-bar { background: var(--kelly); color: var(--ink); }
.trust-list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-block: 26px; }
.trust-list li { display: flex; align-items: center; gap: 14px; line-height: 1.3; font-size: .98rem; }
.trust-list strong { display: block; font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: 1.05rem; }
.trust-icon { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--kelly); }
.trust-icon .icon { width: 22px; height: 22px; }

/* Services --------------------------------------------------------------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
	display: flex; flex-direction: column; gap: 6px; text-decoration: none; color: var(--text);
	padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper);
	transition: border-color .2s, transform .2s, box-shadow .2s;
}
.service-card:hover { color: var(--text); border-color: var(--ink); transform: translateY(-3px); box-shadow: var(--shadow); }
.service-card h3 { font-size: 1.3rem; margin: 14px 0 4px; }
.service-card p { color: var(--muted); flex: 1; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: var(--radius); background: var(--ink); color: var(--kelly); }
.service-icon .icon { width: 26px; height: 26px; }
.service-card:hover .service-icon { background: var(--kelly); color: var(--ink); }
.service-icon-lg { width: 68px; height: 68px; }
.service-icon-lg .icon { width: 32px; height: 32px; }
.service-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 14px; border-top: 1px dashed var(--line); }
.price-chip { display: inline-block; font-family: var(--font-cond); font-weight: 700; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; padding: 4px 10px; border-radius: 4px; background: #e6f5dc; color: var(--kelly-deep); font-variant-numeric: tabular-nums; }
.service-more { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-cond); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--ink); }
.service-card:hover .service-more .icon { transform: translateX(3px); }
.service-more .icon { transition: transform .2s; }

/* Steps ------------------------------------------------------------------ */
.steps { background: var(--fog); }
.step-list { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: none; position: relative; }
.step { position: relative; padding: 28px 28px 24px; background: var(--paper); border-radius: var(--radius-lg); border: 1px solid var(--line); }
.step-num {
	display: block; font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: 4rem; line-height: .9;
	color: transparent; -webkit-text-stroke: 2px var(--kelly-deep); margin-bottom: 18px;
}
.step h3 { font-size: 1.25rem; }
.step p { color: var(--muted); margin: 0; }

/* Pricing teaser (dark) -------------------------------------------------- */
.dark { background: var(--ink); color: var(--paper); }
.dark p { color: #c5cdbe; }
.pricing-teaser-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.pricing-teaser-gauge { background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 34px); }
.gauge-caption { font-family: var(--font-cond); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--paper) !important; margin-bottom: 18px; }
.gauge-caption span { color: var(--muted-light); }
.gauge-note { font-size: .92rem; margin: 20px 0 0; color: var(--muted-light) !important; }

/* Price list with dotted leaders (as on the printed sheet) */
.price-list { list-style: none; display: grid; gap: 2px; font-variant-numeric: tabular-nums; }
.price-list li { display: flex; align-items: baseline; gap: 8px; padding: 5px 0; }
.price-list i { flex: 1; border-bottom: 2px dotted #b7bfae; transform: translateY(-4px); min-width: 16px; }
.price-list b { font-family: var(--font-display); font-stretch: 100%; font-weight: 800; }
.price-list-dark li { color: var(--paper); }
.price-list-dark i { border-color: #4a5243; }
.price-list-dark b { color: var(--kelly); }

/* Load gauge */
.load-gauge { list-style: none; display: grid; gap: 16px; }
.load-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) auto; align-items: center; gap: 18px; }
.load-label { display: block; font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: 1.05rem; }
.load-hint { display: block; font-size: .88rem; color: var(--muted-light); line-height: 1.3; }
.load-bed {
	position: relative; height: 34px; border: 2px solid currentColor; border-top: 0; border-radius: 0 0 6px 6px;
	background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(255,255,255,.14) calc(25% - 1px) 25%);
}
.load-bed span { position: absolute; left: 3px; bottom: 3px; top: 6px; width: calc((100% - 6px) * var(--fill)); background: var(--kelly); border-radius: 2px 2px 3px 3px; transform-origin: left; animation: load-in .9s cubic-bezier(.2,.8,.2,1) both; }
.load-row:nth-child(2) .load-bed span { animation-delay: .1s; }
.load-row:nth-child(3) .load-bed span { animation-delay: .2s; }
.load-row:nth-child(4) .load-bed span { animation-delay: .3s; }
@keyframes load-in { from { transform: scaleX(.02); } to { transform: scaleX(1); } }
.load-price { font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: 1.6rem; color: var(--kelly); font-variant-numeric: tabular-nums; min-width: 4ch; text-align: right; }

/* Mission ---------------------------------------------------------------- */
.mission-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 80px); align-items: center; }
.mission-badge { margin: 0; }
.mission-badge img { width: 100%; max-width: 520px; margin-inline: auto; }
.mission-copy .lead { color: var(--muted); }
.feature-list { list-style: none; display: grid; gap: 18px; margin-top: 28px; }
.feature-list li { display: flex; gap: 16px; }
.feature-list h3 { font-size: 1.1rem; margin-bottom: 2px; }
.feature-list p { margin: 0; color: var(--muted); }
.feature-icon { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #e6f5dc; color: var(--kelly-deep); }

/* Before / after --------------------------------------------------------- */
.before-after { background: var(--fog); }
.ba-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.ba-slider { position: relative; aspect-ratio: 4 / 3; max-width: 100%; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink); }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 4px; margin-left: -2px; background: var(--kelly); pointer-events: none; }
.ba-handle::after { content: "⇆"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--kelly); color: var(--ink); font-weight: 900; }
.ba-tag { position: absolute; top: 14px; padding: 4px 10px; background: var(--ink); color: var(--paper); font-family: var(--font-cond); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; font-size: .85rem; border-radius: 4px; pointer-events: none; }
.ba-tag-before { left: 14px; }
.ba-tag-after { right: 14px; background: var(--kelly); color: var(--ink); }

/* Service area ----------------------------------------------------------- */
.area { background: var(--fog); }
.area-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.area-grid > div > p { color: var(--muted); max-width: 62ch; }
.city-chips { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.city-chips li { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px 7px 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; font-weight: 600; font-size: .95rem; }
.city-chips .icon { width: 15px; height: 15px; color: var(--kelly-deep); }
.area-card { background: var(--ink); color: var(--paper); border-radius: var(--radius-lg); padding: 30px; position: relative; overflow: hidden; }
.area-card::after { content: ""; position: absolute; inset: auto 0 0 0; height: 70px; background: url("../img/ridge.svg") bottom center / 900px 100% repeat-x; opacity: .9; pointer-events: none; }
.area-card h3 { font-family: var(--font-display); font-stretch: 125%; font-size: 1.4rem; }
.area-card p { color: #c5cdbe; }
.area-phone { display: block; font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: clamp(1.6rem, 2.6vw, 2.1rem); color: var(--kelly); text-decoration: none; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.area-phone:hover { color: var(--paper); }
.area-small { font-family: var(--font-cond); text-transform: uppercase; letter-spacing: .14em; font-weight: 600; font-size: .85rem; margin-bottom: 20px; }
.area-card .btn { position: relative; z-index: 1; margin-bottom: 60px; }

/* FAQ -------------------------------------------------------------------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.faq-grid > div:first-child { position: sticky; top: 120px; }
.faq-grid > div:first-child p { color: var(--muted); }
.faq-list { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
	list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px;
	padding: 20px 0; font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: 1.15rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 30px; height: 30px; flex: none; border-radius: 50%; background: var(--fog); transition: background .2s; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .2s; }
.faq-plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-plus { background: var(--kelly); }
.faq-item[open] .faq-plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-item p { color: var(--muted); padding-bottom: 20px; margin: 0; max-width: 64ch; }

/* CTA band --------------------------------------------------------------- */
.cta-band { background: var(--kelly); color: var(--ink); overflow: hidden; }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: 32px; align-items: center; padding-block: clamp(44px, 6vw, 72px); }
.cta-copy h2 { font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.025em; line-height: 1; }
.cta-copy p { font-size: 1.15rem; font-weight: 500; margin: 0; }
.cta-copy .btn-outline-dark:hover { background: var(--ink); color: var(--kelly); }
.cta-truck { width: 100%; max-width: 460px; justify-self: end; filter: drop-shadow(0 16px 18px rgba(14,15,12,.35)); }

/* Footer ----------------------------------------------------------------- */
.site-footer { background: var(--ink); color: #b9c1b1; font-size: .98rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-block: 72px 48px; }
.footer-logo img { width: 280px; max-width: 100%; height: auto; margin-bottom: 18px; }
.footer-tagline { font-family: var(--font-cond); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--kelly); }
.footer-title { font-family: var(--font-cond); font-weight: 700; font-size: 1.05rem; letter-spacing: .16em; text-transform: uppercase; color: var(--paper); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: grid; gap: 8px; }
.footer-col a { color: #d6dcd0; text-decoration: none; }
.footer-col a:hover { color: var(--kelly); }
.footer-cities { grid-template-columns: 1fr 1fr; column-gap: 12px !important; }
.footer-cities li:last-child { grid-column: 1 / -1; }
.footer-phone { display: block; font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: 1.6rem; color: var(--paper) !important; letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.footer-small { font-size: .9rem; margin-bottom: 14px; }
.footer-contact li { display: flex; align-items: center; gap: 10px; overflow-wrap: anywhere; }
.footer-contact .icon { color: var(--kelly); width: 18px; height: 18px; }
.footer-contact .btn { margin-top: 20px; }
.social { list-style: none; display: flex; gap: 10px; margin-top: 18px; }
.social a { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-dark); color: var(--paper); }
.social a:hover { background: var(--kelly); color: var(--ink); border-color: var(--kelly); }
.footer-ribbon { background: var(--forest); color: var(--paper); font-family: var(--font-cond); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; font-size: .92rem; }
.footer-ribbon .container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 6px 14px; padding-block: 14px; text-align: center; }
.footer-ribbon i { width: 6px; height: 6px; border-radius: 50%; background: var(--kelly); display: inline-block; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-block: 22px; font-size: .88rem; }
.footer-bottom p { margin: 0; }
.footer-menu { list-style: none; display: flex; flex-wrap: wrap; gap: 18px; }
.footer-menu a { color: #b9c1b1; text-decoration: none; }
.footer-menu a:hover { color: var(--kelly); }

/* Mobile call bar -------------------------------------------------------- */
.mobile-bar { display: none; }

/* Inner pages ------------------------------------------------------------ */
.page-hero {
	position: relative; overflow: hidden; isolation: isolate;
	background: radial-gradient(700px 360px at 90% -20%, rgba(76,187,23,.18), transparent 60%), var(--ink);
	color: var(--paper); padding-block: clamp(48px, 7vw, 84px) clamp(110px, 12vw, 150px);
}
.hero-ridge-sm { height: clamp(90px, 10vw, 130px); }
.page-title { font-family: var(--font-display); font-stretch: 125%; font-weight: 900; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -0.03em; line-height: 1; max-width: 18ch; }
.page-lead { font-size: 1.2rem; color: #cfd6c9; max-width: 60ch; margin: 0; }

.jump-nav { position: sticky; top: calc(env(safe-area-inset-top, 0px) + 85px); z-index: 40; background: var(--paper); border-bottom: 1px solid var(--line); }
.jump-nav .container { display: flex; gap: 6px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.jump-nav a { flex: none; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); text-decoration: none; color: var(--ink); font-family: var(--font-cond); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; font-size: .95rem; }
.jump-nav a:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

.service-details .container { display: grid; gap: 0; }
.service-detail { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(24px, 5vw, 64px); padding-block: 48px; border-bottom: 1px solid var(--line); scroll-margin-top: 150px; }
.service-detail:first-child { padding-top: 0; }
.service-detail:last-child { border-bottom: 0; }
.service-detail-head { display: flex; gap: 18px; align-items: flex-start; }
.service-detail-head h2 { font-family: var(--font-display); font-stretch: 125%; font-weight: 800; font-size: clamp(1.5rem, 2.6vw, 2rem); letter-spacing: -0.02em; margin-bottom: 10px; }
.service-detail-body .lead { color: var(--muted); }
.check-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-top: 8px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; }
.check-list .icon { color: var(--kelly-deep); stroke-width: 3; margin-top: 4px; }

.not-accepted-wrap { padding-top: 0; }
.not-accepted { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 24px 48px; align-items: center; padding: clamp(24px, 4vw, 40px); border: 2px solid var(--ink); border-radius: var(--radius-lg); background: repeating-linear-gradient(-45deg, var(--paper) 0 14px, #f7f8f5 14px 28px); }
.not-accepted-head { display: flex; gap: 16px; align-items: flex-start; }
.not-accepted-head h2 { font-family: var(--font-display); font-stretch: 125%; font-weight: 800; font-size: 1.5rem; margin-bottom: 6px; }
.not-accepted-head p { margin: 0; color: var(--muted); }
.not-accepted-icon { width: 50px; height: 50px; flex: none; display: grid; place-items: center; border-radius: var(--radius); background: var(--ink); color: var(--kelly); }
.not-accepted ul { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.not-accepted li { padding: 8px 14px; background: var(--ink); color: var(--paper); border-radius: 4px; font-weight: 600; font-size: .95rem; }

.loads-section { background: var(--fog); scroll-margin-top: 150px; }
.loads-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.loads-grid > div > p { color: var(--muted); }
.gauge-panel { background: var(--ink); color: var(--paper); border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 34px); }

.price-groups { columns: 3 300px; column-gap: 24px; }
.price-group { break-inside: avoid; margin-bottom: 24px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); scroll-margin-top: 150px; }
.price-group h3 { display: flex; align-items: center; gap: 12px; font-family: var(--font-cond); font-weight: 700; font-size: 1.35rem; letter-spacing: .06em; text-transform: uppercase; padding-bottom: 12px; margin-bottom: 8px; border-bottom: 2px solid var(--ink); }
.price-group-icon { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--kelly); color: var(--ink); }
.price-group-icon .icon { width: 20px; height: 20px; }
.price-group .price-list b { color: var(--ink); }
.price-note { margin: 12px 0 0; font-size: .9rem; font-weight: 600; color: var(--kelly-deep); }
.price-group-how { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.price-group-how h3 { border-color: var(--kelly); }
.price-group-how p { color: #c5cdbe; }
.price-group-how .check-list { grid-template-columns: 1fr; margin: 0 0 14px; }
.price-group-how .check-list .icon { color: var(--kelly); }

.quote-page-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr); gap: clamp(24px, 4vw, 48px); align-items: start; }
.contact-stack { display: grid; gap: 12px; }
.contact-tile { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius-lg); text-decoration: none; color: var(--ink); font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: 1.1rem; overflow-wrap: anywhere; }
.contact-tile small { display: block; font-family: var(--font-cond); font-weight: 600; letter-spacing: .14em; text-transform: uppercase; font-size: .8rem; color: var(--muted); }
.contact-tile:hover { border-color: var(--ink); color: var(--ink); }
.contact-icon { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--kelly); }
.contact-note { padding: 22px; background: var(--fog); border-radius: var(--radius-lg); }
.contact-note h2 { font-family: var(--font-cond); font-size: 1.1rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-note ol { padding-left: 20px; display: grid; gap: 6px; color: var(--muted); }

/* Blog / generic content ------------------------------------------------- */
.entry-content { max-width: 820px; }
.entry-content > * + * { margin-top: 1em; }
.entry-content h2 { font-family: var(--font-display); font-stretch: 125%; font-weight: 800; font-size: 1.8rem; margin-top: 1.6em; letter-spacing: -0.02em; }
.entry-content h3 { margin-top: 1.4em; }
.entry-content ul, .entry-content ol { padding-left: 1.4em; }
.entry-content img { border-radius: var(--radius-lg); }
.entry-content blockquote { margin: 1.5em 0; padding: 4px 0 4px 20px; border-left: 4px solid var(--kelly); font-size: 1.2rem; }
.entry-thumb { margin: 0 0 32px; }
.post-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-weight: 700; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.post-card-thumb img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-body { padding: 24px; }
.post-card h2 { font-family: var(--font-display); font-stretch: 100%; font-weight: 800; font-size: 1.3rem; }
.post-card h2 a { color: var(--ink); text-decoration: none; }
.pagination { margin-top: 40px; }
.page-body + .cta-band { margin-top: 0; }

/* Responsive ------------------------------------------------------------- */
@media (max-width: 1100px) {
	.header-phone-text { display: none; }
	.trust-list { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
	.header-inner { min-height: 72px; gap: 16px; }
	.brand .brand-logo { height: 46px; }
	.nav-toggle { display: grid; }
	.header-cta { display: none; }
	.header-actions { margin-left: auto; }
	.primary-nav {
		position: fixed; inset: calc(env(safe-area-inset-top, 0px) + 72px) 0 0 0; margin: 0; z-index: 60;
		background: var(--paper); padding: 20px var(--gutter) 40px; overflow-y: auto;
		opacity: 0; transform: translateY(-10px); visibility: hidden; transition: opacity .2s ease, transform .2s ease, visibility .2s;
	}
	.nav-open .primary-nav { opacity: 1; transform: none; visibility: visible; }
	.nav-open { overflow: hidden; }
	.nav-list { flex-direction: column; gap: 0; }
	.nav-list a { font-size: 1.5rem; padding: 16px 0; border-bottom: 1px solid var(--line); border-radius: 0; }
	.nav-list a::after { display: none; }
	.nav-mobile-cta { display: grid; gap: 10px; margin-top: 24px; }
	.jump-nav { top: calc(env(safe-area-inset-top, 0px) + 73px); }

	.hero-grid, .pricing-teaser-grid, .mission-grid, .area-grid, .faq-grid, .ba-grid, .loads-grid, .quote-page-grid, .service-detail, .not-accepted { grid-template-columns: minmax(0, 1fr); }
	.faq-grid > div:first-child { position: static; }
	.service-grid, .step-list { grid-template-columns: 1fr 1fr; }
	.mission-badge img { max-width: 380px; }
	.cta-grid { grid-template-columns: 1fr; }
	.cta-truck { justify-self: start; max-width: 360px; }
}

@media (max-width: 767px) {
	body { padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px)); }
	.topbar-meta { display: none !important; }
	.topbar-inner { justify-content: center; }
	.header-phone { display: none; }
	.mobile-bar {
		display: grid; grid-template-columns: 1fr 1fr 1.3fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
		background: var(--ink); padding-bottom: env(safe-area-inset-bottom, 0px); border-top: 3px solid var(--kelly);
	}
	.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 60px; color: var(--paper); text-decoration: none; font-family: var(--font-cond); font-weight: 700; font-size: 1.1rem; letter-spacing: .08em; text-transform: uppercase; }
	.mobile-bar a + a { border-left: 1px solid var(--line-dark); }
	.mobile-bar .icon { color: var(--kelly); }
	.mobile-bar-quote { background: var(--kelly); color: var(--ink) !important; }
}

@media (max-width: 640px) {
	.service-grid, .step-list, .trust-list, .footer-grid, .check-list { grid-template-columns: 1fr; }
	.field-row { grid-template-columns: 1fr; }
	.load-row { grid-template-columns: minmax(0, 1fr) auto; }
	.load-bed { grid-column: 1 / -1; grid-row: 2; }
	.hero-actions .btn { width: 100%; }
	.section-head-split { align-items: flex-start; }
	.footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
