/* Hot Boys Fire & Elevator — one stylesheet, zero client JS, system fonts.
   Palette: warm near-black ink, warm paper, fire-family accent.
   Mobile-first; judged at 390px and 1280px. */

:root {
	--ink: #17130e;
	--ink-2: #221b13;
	--ink-3: #2e251a;
	--paper: #faf7f1;
	--card: #ffffff;
	--text: #26201a;
	--muted: #6e6459;
	--line: #e7e0d4;
	--fire: #d64018;
	--fire-deep: #a82f10;
	--ember: #f07c1f;
	--fire-grad: linear-gradient(92deg, #f07c1f, #d64018 55%, #a82f10);
	--on-dark: #f4eee5;
	--on-dark-muted: #b3a795;
	--radius: 14px;
	--shadow: 0 1px 2px rgba(23, 19, 14, 0.06), 0 8px 24px -18px rgba(23, 19, 14, 0.35);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--text);
	font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.6;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--fire-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--fire); }
:focus-visible { outline: 3px solid var(--ember); outline-offset: 2px; border-radius: 2px; }

h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.1rem, 5.6vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.2rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }

.wrap { max-width: 1120px; margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2rem); }
.skip {
	position: absolute; left: -999px; top: 0; z-index: 100;
	background: var(--ink); color: #fff; padding: 0.6em 1em;
}
.skip:focus { left: 0; }

/* ---- safety-stripe motif (used at header + footer edges) ---- */
.stripe {
	height: 5px;
	background: repeating-linear-gradient(
		135deg,
		var(--fire) 0 12px,
		var(--ink) 12px 24px
	);
	opacity: 0.92;
}

/* ---------------- header ---------------- */
.site-head { background: var(--ink); color: var(--on-dark); }
.head-row {
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
	gap: 0.75rem 1.5rem; padding-block: 0.9rem;
}
.brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand-badge {
	display: grid; place-items: center;
	width: 42px; height: 42px; border-radius: 10px;
	background: var(--fire-grad);
	color: #fff; font-weight: 900; font-size: 1.05rem; letter-spacing: 0.02em;
	box-shadow: 0 2px 10px -2px rgba(214, 64, 24, 0.55);
}
.brand-name { display: flex; flex-direction: column; line-height: 1.05; }
.brand-top { color: #fff; font-weight: 800; font-size: 1.12rem; letter-spacing: 0.01em; }
.brand-sub { color: var(--ember); font-weight: 700; font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; }
.site-nav { display: flex; flex-wrap: wrap; align-items: center; gap: 0.25rem 1.15rem; }
.site-nav a {
	color: var(--on-dark); text-decoration: none; font-weight: 600; font-size: 0.95rem;
	padding-block: 0.35em; border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: #fff; border-bottom-color: var(--ember); }
.site-nav a[aria-current="page"] { color: #fff; border-bottom-color: var(--fire); }

/* ---------------- buttons ---------------- */
.btn {
	display: inline-block; text-decoration: none; font-weight: 700; font-size: 0.98rem;
	padding: 0.72em 1.35em; border-radius: 10px; border: 2px solid transparent;
	transition: transform 80ms ease, box-shadow 80ms ease;
}
.btn:active { transform: translateY(1px); }
.btn-fire { background: var(--fire-grad); color: #fff; box-shadow: 0 6px 18px -8px rgba(214, 64, 24, 0.7); }
.btn-fire:hover { color: #fff; box-shadow: 0 8px 22px -8px rgba(214, 64, 24, 0.9); }
.btn-ghost { border-color: rgba(244, 238, 229, 0.45); color: var(--on-dark); }
.btn-ghost:hover { border-color: var(--ember); color: #fff; }
.btn-sm { padding: 0.45em 0.95em; font-size: 0.88rem; border-radius: 8px; }
.btn-light { background: #fff; color: var(--fire-deep); }
.btn-light:hover { color: var(--fire); }
.btn-outline-light { border-color: rgba(255, 255, 255, 0.65); color: #fff; }
.btn-outline-light:hover { border-color: #fff; color: #fff; }

/* ---------------- hero ---------------- */
.hero { background: var(--ink); color: var(--on-dark); }
.hero .wrap { padding-block: clamp(3rem, 8vw, 5.5rem); }
.hero-grid {
	display: grid; gap: 2.5rem; align-items: center;
	grid-template-columns: 1fr;
}
.eyebrow {
	color: var(--ember); font-weight: 800; font-size: 0.8rem;
	letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 1rem;
}
.eyebrow a { color: inherit; text-decoration: none; }
.eyebrow a:hover { text-decoration: underline; }
.hero h1 { color: #fff; margin-bottom: 0.4em; }
.hero h1 .fire-text {
	/* brighter than --fire-grad on purpose: gradient text on near-black must
	   keep large-text contrast even at the dark end of the ramp */
	background: linear-gradient(92deg, #f59333, #e8501f 70%, #d64018);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { color: var(--on-dark-muted); font-size: clamp(1.05rem, 2vw, 1.2rem); max-width: 58ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }
.hero-note { color: var(--on-dark-muted); font-size: 0.88rem; margin-top: 1.1rem; }
.hero-sub .wrap { padding-block: clamp(2.4rem, 6vw, 4rem); }

/* hero illustration: the report card (typographic device, no stock imagery) */
.report-card {
	background: var(--card); color: var(--text); border-radius: var(--radius);
	box-shadow: 0 20px 50px -24px rgba(0, 0, 0, 0.7);
	max-width: 26rem; overflow: hidden; justify-self: center; width: 100%;
}
.rc-head {
	display: flex; align-items: center; gap: 0.55rem;
	font-weight: 700; font-size: 0.86rem; letter-spacing: 0.06em; text-transform: uppercase;
	color: var(--muted); background: #f4efe6; padding: 0.8rem 1.1rem;
	border-bottom: 1px solid var(--line);
}
.rc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--fire); flex: none; }
.report-card ul { list-style: none; margin: 0; padding: 0.35rem 0; }
.report-card li {
	display: flex; align-items: center; justify-content: space-between; gap: 1rem;
	padding: 0.7rem 1.1rem; font-size: 0.97rem; font-weight: 600;
}
.report-card li + li { border-top: 1px dashed var(--line); }
.chip {
	font-style: normal; font-weight: 800; font-size: 0.68rem; letter-spacing: 0.1em;
	text-transform: uppercase; padding: 0.28em 0.7em; border-radius: 999px; flex: none;
}
.chip-fixed { background: var(--fire-grad); color: #fff; }
.chip-sched { border: 1.5px solid var(--line); color: var(--muted); }
.rc-foot {
	padding: 0.75rem 1.1rem; font-weight: 800; font-size: 0.9rem;
	color: var(--fire-deep); background: #fdf4ee; border-top: 1px solid var(--line);
}

/* ---------------- sections ---------------- */
.section .wrap { padding-block: clamp(2.8rem, 7vw, 4.5rem); }
.section-alt { background: #f3eee4; }
.section-dark { background: var(--ink-2); color: var(--on-dark); }
.section-dark h2 { color: #fff; }
.section-dark p { color: var(--on-dark-muted); }
.section-h { max-width: 62ch; margin-bottom: 2.2rem; }
.section-h p { color: var(--muted); margin-bottom: 0; }
.section-dark .section-h p { color: var(--on-dark-muted); }
.kicker {
	color: var(--fire-deep); font-weight: 800; font-size: 0.78rem;
	letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 0.7rem;
}
.section-dark .kicker { color: var(--ember); }

/* who-does-what split */
.split { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.split-card {
	background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 1.6rem 1.5rem; box-shadow: var(--shadow);
}
.split-card.is-us { border-top: 4px solid var(--fire); }
.split-card.is-them { border-top: 4px solid var(--ink); }
.split-label {
	font-weight: 800; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--muted); margin: 0 0 0.5rem;
}
.split-card h3 { margin-bottom: 0.4rem; }
.split-card p { margin-bottom: 0; color: var(--muted); }

/* service cards */
.cards { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.card {
	background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 1.6rem 1.5rem; box-shadow: var(--shadow);
	display: flex; flex-direction: column; gap: 0.55rem;
	text-decoration: none; color: var(--text);
}
a.card:hover { border-color: var(--fire); color: var(--text); }
.card .num {
	font-weight: 900; font-size: 1.9rem; letter-spacing: -0.02em;
	background: var(--fire-grad);
	-webkit-background-clip: text; background-clip: text; color: transparent;
}
.card h3 { margin: 0; }
.card p { margin: 0; color: var(--muted); font-size: 0.97rem; }
.card .more { font-weight: 700; color: var(--fire-deep); font-size: 0.95rem; margin-top: auto; }
a.card:hover .more { color: var(--fire); }

/* steps */
.steps { display: grid; gap: 1.4rem; grid-template-columns: 1fr; counter-reset: step; list-style: none; margin: 0; padding: 0; }
.steps li { display: flex; gap: 1rem; align-items: flex-start; }
.steps li::before {
	counter-increment: step; content: counter(step, decimal-leading-zero);
	font-weight: 900; font-size: 1.05rem; color: #fff;
	background: var(--fire-grad); border-radius: 10px;
	width: 2.4rem; height: 2.4rem; display: grid; place-items: center; flex: none;
}
.steps strong { display: block; color: #fff; font-size: 1.02rem; }
.steps span { color: var(--on-dark-muted); font-size: 0.95rem; }

/* city chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.chips li {
	background: var(--card); border: 1px solid var(--line); border-radius: 999px;
	padding: 0.45em 1.05em; font-weight: 700; font-size: 0.95rem;
}
.chips li.is-home { background: var(--fire-grad); border-color: transparent; color: #fff; }
.section-dark .chips li { background: transparent; border-color: rgba(244, 238, 229, 0.3); color: var(--on-dark); }

/* FAQ */
.faq { max-width: 60rem; }
.faq details {
	background: var(--card); border: 1px solid var(--line); border-radius: 12px;
	padding: 0; margin-bottom: 0.8rem; box-shadow: var(--shadow);
}
.faq summary {
	cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 1rem;
	align-items: center; font-weight: 700; font-size: 1.02rem; padding: 1rem 1.25rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: "+"; font-weight: 800; font-size: 1.3rem; color: var(--fire); flex: none;
	line-height: 1;
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 1.25rem 1.1rem; margin: 0; color: var(--muted); }

/* CTA band */
.cta-band { background: var(--fire-grad); color: #fff; }
.cta-row {
	padding-block: clamp(2.4rem, 6vw, 3.6rem);
	display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.4rem;
}
.cta-band h2 { color: #fff; margin-bottom: 0.25em; }
.cta-band p { margin: 0; color: rgba(255, 255, 255, 0.9); max-width: 46ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* ---------------- service pages ---------------- */
.svc-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; }
.svc-body h2 { font-size: 1.45rem; margin-top: 1.6em; }
.svc-body h2:first-child { margin-top: 0; }
.svc-body ul { padding-left: 1.2rem; }
.svc-body li { margin-bottom: 0.4em; }
.svc-aside { display: grid; gap: 1.2rem; align-content: start; }
.panel {
	background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 1.4rem 1.35rem; box-shadow: var(--shadow);
}
.panel-dark { background: var(--ink-2); border-color: var(--ink-2); color: var(--on-dark); }
.panel-h {
	font-weight: 800; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
	color: var(--muted); margin: 0 0 0.9rem;
}
.panel-dark .panel-h { color: var(--ember); }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { padding-left: 1.6rem; position: relative; margin-bottom: 0.85rem; }
.checklist li::before {
	content: ""; position: absolute; left: 0; top: 0.42em;
	width: 0.72rem; height: 0.72rem; border-radius: 3px; background: var(--fire-grad);
}
.checklist strong { display: block; font-size: 0.99rem; }
.checklist span { color: var(--muted); font-size: 0.9rem; }
.mini-steps { margin: 0 0 1.1rem; padding-left: 1.2rem; color: var(--on-dark); font-weight: 600; }
.mini-steps li { margin-bottom: 0.35em; }
.crosslinks { display: grid; gap: 0.55rem; }
.crosslinks a { font-weight: 700; text-decoration: none; }
.crosslinks a:hover { text-decoration: underline; }

/* prose pages (about / contact / area) */
.prose { max-width: 66ch; }
.prose h2 { font-size: 1.45rem; margin-top: 1.6em; }
.contact-cards { display: grid; gap: 1.2rem; grid-template-columns: 1fr; margin-top: 2rem; }
.contact-card {
	background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
	padding: 1.5rem 1.4rem; box-shadow: var(--shadow);
}
.contact-card h3 { margin-bottom: 0.3rem; }
.contact-card p { color: var(--muted); font-size: 0.95rem; }
.contact-card .btn { margin-top: 0.4rem; }

/* ---------------- footer ---------------- */
.site-foot { background: var(--ink); color: var(--on-dark-muted); margin-top: 0; }
.foot-grid {
	display: grid; gap: 2rem; grid-template-columns: 1fr;
	padding-block: clamp(2.4rem, 6vw, 3.5rem) 1.5rem;
}
.foot-name { color: #fff; font-weight: 800; font-size: 1.1rem; margin: 0 0 0.4rem; }
.foot-tag { font-size: 0.93rem; max-width: 34ch; }
.foot-nap { list-style: none; margin: 0.8rem 0 0; padding: 0; font-size: 0.95rem; }
.foot-nap li { margin-bottom: 0.3em; }
.site-foot a { color: var(--on-dark); text-decoration: none; }
.site-foot a:hover { color: #fff; text-decoration: underline; }
.foot-h {
	color: var(--ember); font-weight: 800; font-size: 0.72rem;
	letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 0.8rem;
}
.foot-col { display: grid; gap: 0.5rem; align-content: start; font-size: 0.95rem; }
.legal {
	border-top: 1px solid rgba(244, 238, 229, 0.14);
	padding-block: 1.2rem 1.6rem; font-size: 0.83rem;
}
.legal p { margin: 0 0 0.35em; }

/* ---------------- breakpoints ---------------- */
@media (min-width: 700px) {
	.split { grid-template-columns: 1fr 1fr; }
	.cards { grid-template-columns: 1fr 1fr; }
	.steps { grid-template-columns: repeat(2, 1fr); }
	.contact-cards { grid-template-columns: 1fr 1fr; }
	.foot-grid { grid-template-columns: 1.6fr 1fr 1fr 1fr; }
}
@media (min-width: 980px) {
	.hero-grid { grid-template-columns: 1.15fr 0.85fr; }
	.cards { grid-template-columns: repeat(4, 1fr); }
	.steps { grid-template-columns: repeat(5, 1fr); }
	.steps li { display: block; }
	.steps li::before { margin-bottom: 0.7rem; }
	.svc-grid { grid-template-columns: 1.5fr 1fr; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.btn { transition: none; }
}
