/*
 * Bronco homepage: calm, content-first, trust-led.
 * Photography and real trust content carry the page — not scroll-scrub
 * gimmicks. The header/topbar are intentionally NOT overridden here: the
 * homepage uses the same persistent, always-visible header as every other
 * page, matching the "phone number as permanent chrome" pattern found across
 * top-ranking competitor sites.
 */

:root {
	--motion-ink: #131312;
	--motion-cream: #f5f1ea;
	--motion-paper: #fffdf9;
	--motion-orange: #f27622;
	--motion-orange-dark: #b64c08;
	--motion-line: rgba(19, 19, 18, 0.16);
	--motion-radius: 18px;
}

.page-id-8 .site-main { overflow: clip; }

.motion-shell { width: min(100% - 32px, 1200px); margin-inline: auto; }
.motion-section { padding: 74px 0; }
.motion-kicker { margin: 0 0 14px; color: var(--motion-orange-dark); font-size: .69rem; line-height: 1.2; letter-spacing: .15em; text-transform: uppercase; font-weight: 850; }
.motion-title { margin: 0; font-size: clamp(2.15rem, 10vw, 3.2rem); line-height: 1.01; letter-spacing: -.045em; font-weight: 760; }
.motion-copy { color: #67645f; font-size: 1rem; line-height: 1.65; }

.motion-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: .83rem; line-height: 1; font-weight: 800; text-decoration: none; }
.motion-button--orange { background: var(--motion-orange); color: #111; }
.motion-button--light { background: #fff; color: #111; }
@media (hover: hover) and (pointer: fine) {
	.motion-button { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
	.motion-button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
	.service-entry a, .motion-areas__links a { transition: color .2s ease, border-color .2s ease, transform .2s ease, background-color .2s ease; }
	.service-entry a:hover { color: var(--motion-orange-dark); border-color: var(--motion-orange-dark); }
	.motion-areas__links a:hover { transform: translateY(-3px); background: var(--motion-ink); border-color: var(--motion-ink); color: #fff; }
}

/* Hero: warm-paper photo band + honest review badge + two-column body ---- */
.hero-warm { background: var(--motion-paper); }
.hero-warm__art { position: relative; height: 300px; background: #e8e1d8 var(--hero-image) center/cover no-repeat; }
.hero-warm__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, var(--motion-paper) 0%, rgba(255,253,249,0) 42%); }
.hero-warm__badge {
	position: absolute; z-index: 2; left: 16px; bottom: -24px;
	display: flex; align-items: center; gap: 10px;
	padding: 13px 18px; border-radius: 10px; background: var(--motion-ink); color: #fff;
	box-shadow: 0 16px 34px rgba(19,19,18,.24); white-space: nowrap;
}
.hero-warm__badge .stars { color: #f2b632; font-size: 15px; letter-spacing: 1px; }
.hero-warm__badge .txt { font-size: 13px; }
.hero-warm__badge .txt b { color: #f2b632; margin-right: 5px; }
.hero-warm__grid { display: grid; gap: 40px; padding: 54px 0 64px; }
.hero-warm__copy { display: flex; flex-direction: column; gap: 16px; }
.hero-warm__copy h1 { margin: 0; max-width: 620px; font-size: clamp(2.1rem, 7vw, 3.1rem); line-height: 1.06; letter-spacing: -.03em; font-weight: 800; text-wrap: balance; color: var(--motion-ink); }
.hero-warm__lede { margin: 0; max-width: 480px; color: #5c574c; font-size: 1.05rem; line-height: 1.55; }
.hero-warm__actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 6px; }
.hero-warm__actions .motion-button { width: 100%; }
.hero-warm__phone { font-weight: 800; font-size: 1.02rem; color: var(--motion-ink); text-decoration: none; }
.hero-warm__side { background: #f1e9d8; border: 1px solid #e6dbc9; border-radius: 12px; padding: 24px 26px; display: flex; flex-direction: column; gap: 14px; align-self: start; }
.hero-warm__side h4 { margin: 0; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; color: #8a5a2e; }
.hero-warm__side ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hero-warm__side li { font-size: .92rem; color: #3a3025; display: flex; gap: 9px; align-items: center; }
.hero-warm__side li .ico { color: var(--motion-orange-dark); flex: 0 0 auto; }

.ico { width: 17px; height: 17px; display: inline-block; vertical-align: -3px; }

/* Matrix-page "what this includes" lists (service-detail cards, secondary
   pages) — same check icon as the hero trust list, plain vertical stack. */
.icon-list { list-style: none; margin: 18px 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.icon-list li { display: flex; gap: 9px; align-items: flex-start; font-size: .94rem; color: #3a3025; }
.icon-list .ico { color: var(--motion-orange-dark); flex: 0 0 auto; margin-top: 2px; }

.hero-warm__side .hours { font-size: .82rem; color: #6b5f4e; border-top: 1px solid #e6dbc9; padding-top: 12px; margin: 0; }
.hero-warm__side .hours b { color: var(--motion-ink); }

.service-stream { overflow: hidden; padding: 64px 0 74px; background: var(--motion-paper); color: var(--motion-ink); border-bottom: 1px solid var(--motion-line); }
.service-stream__row { display: flex; width: max-content; margin-bottom: 10px; animation: bronco-stream 34s linear infinite; will-change: transform; }
.service-stream__row--reverse { animation-direction: reverse; animation-duration: 40s; }
.service-stream__row--fast { animation-duration: 29s; }
.service-stream__group { display: flex; align-items: center; gap: 10px; padding-right: 10px; }
.service-stream__pill { display: inline-flex; align-items: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--motion-line); border-radius: 999px; color: #25231f; font-size: .95rem; font-weight: 680; letter-spacing: -.025em; text-decoration: none; white-space: nowrap; background: #fff; }
.service-stream__pill--orange { background: #f6d9c5; }
.service-stream__pill--sand { background: #eee7dd; }
.service-stream__door { position: relative; display: grid; place-items: center; width: 50px; height: 50px; flex: 0 0 50px; border-radius: 50%; background: var(--motion-ink); }
.service-stream__door i { position: relative; display: block; width: 27px; height: 25px; border: 2px solid var(--motion-orange-dark); border-radius: 3px 3px 1px 1px; background: repeating-linear-gradient(to bottom,transparent 0 5px,var(--motion-orange-dark) 5px 7px); }
.service-stream__door i::after { content: ""; position: absolute; left: 50%; bottom: 2px; width: 5px; height: 2px; transform: translateX(-50%); border-radius: 2px; background: var(--motion-orange-dark); }
.service-stream__intro { padding-top: 34px; }
.service-stream__intro .motion-kicker { color: var(--motion-orange-dark); }
.service-stream__intro > p:last-child { max-width: 620px; margin: 0; color: #615e58; font-size: clamp(1.25rem,4.8vw,1.85rem); line-height: 1.2; letter-spacing: -.035em; }
@keyframes bronco-stream { to { transform: translate3d(-50%,0,0); } }

/* Comparison table — the one distinctive differentiator module. ---------- */
.motion-compare { background: var(--motion-cream); }
.motion-compare__intro { max-width: 680px; margin-bottom: 34px; }
.motion-compare-wrap { overflow-x: auto; }
.motion-compare table { width: 100%; min-width: 560px; border-collapse: collapse; background: #fff; border-radius: var(--motion-radius); overflow: hidden; box-shadow: 0 20px 50px rgba(44,34,23,.08); }
.motion-compare th, .motion-compare td { padding: 15px 18px; text-align: left; border-bottom: 1px solid var(--motion-line); font-size: .92rem; }
.motion-compare thead th { font-size: .66rem; text-transform: uppercase; letter-spacing: .07em; color: #726d64; font-weight: 800; background: #f8f4ec; white-space: nowrap; }
.motion-compare tbody th { font-weight: 700; color: var(--motion-ink); }
.motion-compare td { text-align: center; }
.motion-compare td .yes, .motion-compare td .no, .motion-compare td .maybe { display: inline-flex; }
.motion-compare td .ico { width: 19px; height: 19px; vertical-align: middle; }
.motion-compare td .yes { color: #2f7a4d; }
.motion-compare td .no { color: #b34a3a; }
.motion-compare td .maybe { color: #a4906a; }
.motion-compare tbody tr:last-child td, .motion-compare tbody tr:last-child th { border-bottom: 0; }
.motion-compare tbody tr { transition: background-color .18s ease; }
@media (hover: hover) and (pointer: fine) {
	.motion-compare tbody tr:hover { background: #fbf8f2; }
}

/* Transform-only depth: scroll pitch + pointer tilt share CSS variables. */
.motion-depth-card { --scroll-tilt: 0deg; --scroll-y: 0px; --pointer-x: 0deg; --pointer-y: 0deg; --shine-x: 50%; --shine-y: 50%; transform: perspective(1100px) translate3d(0,var(--scroll-y),0) rotateX(calc(var(--scroll-tilt) + var(--pointer-y))) rotateY(var(--pointer-x)); transform-style: preserve-3d; transition: transform .18s ease-out, box-shadow .22s ease; will-change: transform; }
.motion-depth-card.is-interacting { box-shadow: 0 38px 76px rgba(22,17,12,.2); }
.motion-depth-card__shine { position: absolute; z-index: 3; inset: 0; border-radius: inherit; background: radial-gradient(circle at var(--shine-x) var(--shine-y),rgba(255,255,255,.32),transparent 34%); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.motion-depth-card.is-interacting .motion-depth-card__shine { opacity: 1; }

.motion-services { background: var(--motion-paper); }
.motion-services__intro { max-width: 720px; margin-bottom: 44px; }
.motion-services__intro .motion-copy { max-width: 600px; margin-top: 18px; }
.service-journal { display: grid; gap: 46px; }
.service-entry { display: grid; gap: 20px; margin: 0; }
.service-entry__image { position: relative; min-height: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 12px; background: #e8e1d8; }
.service-entry__image img { position: absolute !important; inset: 0 !important; display: block !important; width: 100% !important; height: 100% !important; max-width: none !important; min-height: 100% !important; object-fit: cover !important; }
.service-entry__number { position: absolute; top: 14px; left: 14px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #fff; color: #111; font-size: .7rem; font-weight: 900; }
.service-entry h3 { margin: 0; font-size: 1.65rem; line-height: 1.08; letter-spacing: -.035em; }
.service-entry p { margin: 10px 0 17px; color: #68655f; font-size: .94rem; line-height: 1.6; }
.service-entry a { color: var(--motion-ink); font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 850; text-decoration: none; border-bottom: 1px solid var(--motion-ink); }

.motion-manifesto { padding: 86px 0; background: var(--motion-orange); color: #111; }
.motion-manifesto p { max-width: 970px; margin: 0; font-size: clamp(2rem, 8.7vw, 3.7rem); line-height: 1.04; letter-spacing: -.05em; font-weight: 710; }
.motion-manifesto p span { color: rgba(17,17,17,.34); }

/* Reviews: rendered by [bronco_reviews] using the shared .section--dark
   styling from main.css — no page-specific override needed, it already
   reads well in this context (dark band, translucent cards, gold stars). */

.motion-process { background: var(--motion-paper); }
.motion-process__intro { max-width: 650px; margin-bottom: 42px; }
.motion-process__steps { display: grid; gap: 10px; }
.motion-process__steps article { padding: 26px 0; border-top: 1px solid var(--motion-line); }
.motion-process__steps article > span { display: block; margin-bottom: 36px; color: var(--motion-orange-dark); font-size: .68rem; letter-spacing: .12em; font-weight: 850; }
.motion-process__steps h3 { margin: 0 0 10px; font-size: 1.35rem; letter-spacing: -.03em; }
.motion-process__steps p { margin: 0; color: #6a6761; font-size: .9rem; line-height: 1.55; }
.motion-process__steps article:nth-child(2) { transition-delay: .1s; }
.motion-process__steps article:nth-child(3) { transition-delay: .2s; }
.motion-trust__logos div:nth-child(2) { transition-delay: .05s; }
.motion-trust__logos div:nth-child(3) { transition-delay: .1s; }
.motion-trust__logos div:nth-child(4) { transition-delay: .15s; }
.motion-trust__logos div:nth-child(5) { transition-delay: .2s; }
.motion-trust__logos div:nth-child(6) { transition-delay: .25s; }

.motion-local { background: var(--motion-cream); }
.motion-local__image { min-height: 500px; overflow: hidden; border-radius: var(--motion-radius); background: #ddd; }
.motion-local__image img { width: 100%; height: 100%; object-fit: cover; }
.motion-local__copy { padding-top: 34px; }
.motion-local__copy .motion-copy { margin: 18px 0 24px; }
.motion-stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 46px; border-top: 1px solid var(--motion-line); border-left: 1px solid var(--motion-line); }
.motion-stats div { min-height: 118px; padding: 20px; border-right: 1px solid var(--motion-line); border-bottom: 1px solid var(--motion-line); }
.motion-stats strong { display: block; font-size: 1.75rem; line-height: 1; letter-spacing: -.04em; }
.motion-stats span { display: block; margin-top: 8px; color: #6f6b65; font-size: .7rem; }

.motion-trust { padding: 62px 0; background: #fff; border-top: 1px solid var(--motion-line); border-bottom: 1px solid var(--motion-line); }
.motion-trust p { max-width: 620px; margin: 0 auto 34px; text-align: center; font-size: 1.15rem; line-height: 1.4; font-weight: 650; }
.motion-trust__logos { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; align-items: center; }
.motion-trust__logos div { display: grid; place-items: center; min-height: 62px; }
.motion-trust__logos img { max-width: 120px; max-height: 45px; object-fit: contain; filter: grayscale(1); opacity: .68; }

.motion-book { position: relative; overflow: hidden; background: var(--motion-ink); color: #fff; }
.motion-book::after {
	content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	opacity: 0.05; mix-blend-mode: overlay;
}
.motion-book > * { position: relative; z-index: 1; }
.motion-book__intro { margin-bottom: 28px; }
.motion-book .motion-title { color: #fff; }
.motion-book .motion-copy { color: rgba(255,255,255,.64); }

/* Simple centered variant for the closing CTA banner (matrix pages,
   service-root pages) — same dark/grain treatment, no form column. */
.motion-book__banner-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.motion-book__banner-actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 0; }
.motion-book__form .lead-form { box-shadow: none; }
.motion-book__form .lead-form .btn { background: var(--motion-orange-dark); border-radius: 999px; }

.motion-areas { background: var(--motion-paper); }
.motion-areas__links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.motion-areas__links a { padding: 10px 14px; border: 1px solid var(--motion-line); border-radius: 999px; color: var(--motion-ink); font-size: .75rem; font-weight: 750; text-decoration: none; }

.motion-ready .motion-reveal { opacity: 0; transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.motion-ready .motion-reveal:not(.motion-depth-card) { transform: translate3d(0,36px,0); }
.motion-ready .motion-reveal.is-in-view:not(.motion-depth-card) { opacity: 1; transform: none; }
.motion-ready .motion-reveal.is-in-view.motion-depth-card { opacity: 1; }

@media (min-width: 620px) {
	.hero-warm__actions .motion-button { width: auto; }
	.service-entry { grid-template-columns: minmax(0,1.12fr) minmax(250px,.88fr); align-items: center; gap: clamp(32px,5vw,64px); }
	.service-entry:nth-child(even) .service-entry__image { order: 2; }
	.service-entry__image { aspect-ratio: 5 / 4; }
	.motion-local { display: grid; }
	.motion-book__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: start; }
	.motion-process__steps { grid-template-columns: repeat(3,1fr); gap: 24px; }
	.motion-trust__logos { grid-template-columns: repeat(3,1fr); }
}

@media (min-width: 900px) {
	.motion-shell { width: min(100% - 64px, 1220px); }
	.motion-section { padding: 112px 0; }
	.motion-title { font-size: clamp(2.8rem,4.2vw,3.8rem); }
	.hero-warm__art { height: 400px; }
	.hero-warm__badge { left: max(16px, calc((100% - 1200px) / 2 + 16px)); }
	.hero-warm__grid { grid-template-columns: 1.3fr 1fr; align-items: start; padding: 62px 0 88px; }
	.service-stream { padding-top: 96px; }
	.service-stream__row { margin-bottom: 16px; }
	.service-stream__group { gap: 16px; padding-right: 16px; }
	.service-stream__pill { min-height: 64px; padding: 0 34px; font-size: 1.48rem; }
	.service-stream__door { width: 64px; height: 64px; flex-basis: 64px; }
	.service-stream__door i { width: 36px; height: 34px; background: repeating-linear-gradient(to bottom,transparent 0 7px,var(--motion-orange-dark) 7px 9px); }
	.service-journal { gap: clamp(64px,8vw,104px); }
	.service-entry { grid-template-columns: minmax(0,1.16fr) minmax(290px,.84fr); gap: clamp(48px,7vw,92px); }
	.service-entry__copy { max-width: 380px; }
	.service-entry:nth-child(even) .service-entry__copy { justify-self: end; }
	.service-entry__image { aspect-ratio: 1.16 / 1; }
	.service-entry h3 { font-size: 2.25rem; }
	.motion-local__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
	.motion-local__image { min-height: 670px; }
	.motion-local__copy { padding: 0; }
	.motion-stats { grid-template-columns: repeat(4,1fr); }
	.motion-stats div { min-height: 145px; }
	.motion-stats strong { font-size: 2.5rem; }
	.motion-book__grid { grid-template-columns: .75fr 1.25fr; gap: 90px; }
	.motion-process__steps { gap: 42px; }
	.motion-process__steps article { padding: 34px 0; }
	.motion-trust__logos { grid-template-columns: repeat(6,1fr); }
}

@media (prefers-reduced-motion: reduce) {
	.service-stream__row { animation: none; }
	.motion-reveal { opacity: 1 !important; transform: none !important; }
	.motion-depth-card { --scroll-tilt: 0deg !important; --scroll-y: 0px !important; --pointer-x: 0deg !important; --pointer-y: 0deg !important; transform: none !important; }
}
