/* Ravenna Heating and Cooling LLC. Theme: Pilot light.
   Paper hero (#f5efe2), furnace ink body (#1e222b), gas-flame blue accent (#2f6fd0).
   Display: Teko. Body: system stack. One accent only. */

:root {
  --paper: #f5efe2;
  --paper-deep: #eaddc6;
  --ink: #1e222b;
  --ink-2: #262c38;
  --ink-hairline: rgba(245, 239, 226, 0.16);
  --ink-text: #f5efe2;
  --ink-muted: #b9bdc7;
  --paper-text: #1e222b;
  --paper-muted: #5b606c;
  --accent: #2f6fd0;
  --accent-soft: rgba(47, 111, 208, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --step-0: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
  --step-3: clamp(1.75rem, 1.4rem + 1.75vw, 2.5rem);
  --section-pad: clamp(5rem, 10vw, 8rem);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--step-0);
  line-height: 1.6;
  color: var(--ink-text);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

h1, h2, h3 {
  font-family: "Teko", "Arial Narrow", sans-serif;
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin: 0;
  text-wrap: balance;
}

.serif-accent {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.eyebrow {
  font-family: "Teko", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1rem;
}
.eyebrow-ink { color: #8db4f2; }

/* ============ Header ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 239, 226, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(30, 34, 43, 0.12);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.8rem 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { display: flex; align-items: center; gap: 0.55rem; text-decoration: none; color: var(--paper-text); }
.brand-flame { width: 26px; height: 26px; fill: var(--accent); flex: none; }
.brand-flame .flame-inner { fill: var(--paper); }
.brand-word {
  font-family: "Teko", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}
.brand-word em { font-style: normal; font-weight: 500; font-size: 0.72em; letter-spacing: 0.14em; display: block; color: var(--paper-muted); }
.site-nav { display: none; gap: 1.6rem; }
.site-nav a {
  font-family: "Teko", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--paper-text);
  padding: 0.25rem 0;
  border-bottom: 2px solid transparent;
  transition: border-color 180ms var(--ease), color 180ms var(--ease);
}
.site-nav a:hover { color: var(--accent); border-bottom-color: var(--accent); }
.header-call {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Teko", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--paper-text);
  background: var(--accent-soft);
  border: 1px solid rgba(47, 111, 208, 0.45);
  padding: 0.45rem 1rem;
  border-radius: 4px;
  transition: background 180ms var(--ease), transform 180ms var(--ease);
}
.header-call svg { width: 18px; height: 18px; fill: var(--accent); }
.header-call:hover { background: var(--accent); color: var(--paper); transform: translateY(-2px); }
.header-call:hover svg { fill: var(--paper); }

/* ============ Hero (paper) ============ */
.hero {
  position: relative;
  background:
    radial-gradient(900px 480px at 12% 8%, rgba(47, 111, 208, 0.10), transparent 60%),
    radial-gradient(700px 420px at 88% 90%, rgba(47, 111, 208, 0.07), transparent 60%),
    var(--paper);
  color: var(--paper-text);
  overflow: hidden;
}
.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 6.5rem) 24px clamp(4rem, 9vw, 7rem);
  display: grid;
  gap: 3rem;
  align-items: center;
}
.hero-eyebrow { color: var(--accent); }
.hero-title {
  font-size: clamp(2.9rem, 5.6vw, 4.25rem);
  font-weight: 700;
  color: var(--paper-text);
}
.hero-title .mask { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.hero-title .mask > span { display: inline-block; transform: translateY(112%); animation: maskRise 0.75s var(--ease) forwards; }
@keyframes maskRise { to { transform: translateY(0); } }
.hero-title .serif-accent { color: var(--accent); }
.hero-sub {
  font-size: clamp(1.05rem, 1rem + 0.6vw, 1.3rem);
  line-height: 1.55;
  color: var(--paper-muted);
  max-width: 38rem;
  margin: 1.4rem 0 0;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Teko", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.85rem 1.7rem;
  border-radius: 4px;
  min-height: 52px;
  transition: transform 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease), color 180ms var(--ease);
}
.btn-primary {
  background: var(--accent);
  color: #f5efe2;
  border: 1px solid var(--accent);
  box-shadow: 0 8px 24px rgba(47, 111, 208, 0.32);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(47, 111, 208, 0.42); }
.btn-ghost {
  background: transparent;
  color: var(--paper-text);
  border: 1px solid rgba(30, 34, 43, 0.35);
}
.btn-ghost:hover { transform: translateY(-3px); border-color: var(--accent); color: var(--accent); }
.btn-large { font-size: 1.6rem; padding: 1rem 2.6rem; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1.1rem;
  margin-top: 2rem;
  font-size: 0.98rem;
  color: var(--paper-muted);
  opacity: 0;
  animation: fadeUp 0.7s var(--ease) 0.7s forwards;
}
.trust-item { display: inline-flex; align-items: center; gap: 0.4rem; }
.trust-item strong { font-variant-numeric: tabular-nums; color: var(--paper-text); }
.star { width: 17px; height: 17px; fill: var(--accent); }
.trust-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(30, 34, 43, 0.3); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* Dial instrument */
.hero-dial { justify-self: center; text-align: center; opacity: 0; animation: fadeUp 0.8s var(--ease) 0.55s forwards; }
.dial { width: min(72vw, 360px); height: auto; }
.dial-face { fill: rgba(30, 34, 43, 0.04); stroke: rgba(30, 34, 43, 0.35); stroke-width: 1.5; }
.dial-ticks line { stroke: rgba(30, 34, 43, 0.55); stroke-width: 2; }
.dial-ticks line.major { stroke: var(--accent); stroke-width: 3; }
.dial-arc {
  fill: none;
  stroke: var(--accent);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 352;
  stroke-dashoffset: 352;
  animation: drawArc 1.4s var(--ease) 0.5s forwards;
}
@keyframes drawArc { to { stroke-dashoffset: 118; } }
.dial-needle { transform-origin: 160px 160px; transform: rotate(-64deg); animation: needleSweep 1.6s var(--ease) 0.4s forwards; }
.dial-needle line { stroke: var(--paper-text); stroke-width: 6; stroke-linecap: round; }
.dial-needle circle { fill: var(--accent); }
@keyframes needleSweep { to { transform: rotate(8deg); } }
.dial-flame .flame-outer { fill: var(--accent); transform-origin: 160px 205px; animation: flameFlick 1.6s ease-in-out infinite; }
.dial-flame .flame-inner { fill: var(--paper); }
@keyframes flameFlick {
  0%, 100% { transform: scale(1) skewX(0deg); }
  30% { transform: scale(1.06, 0.95) skewX(2deg); }
  60% { transform: scale(0.96, 1.05) skewX(-2deg); }
}
.dial-label { font-family: "Teko", sans-serif; font-size: 15px; letter-spacing: 0.22em; fill: var(--paper-muted); text-anchor: middle; }
.dial-caption {
  font-family: "Teko", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--paper-muted);
  margin: 0.6rem 0 0;
}
.hero-grain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.5; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============ Transition 1: flame sweep ============ */
.flame-sweep { background: var(--ink); padding: 0; }
.flame-sweep span {
  display: block; height: 10px;
  background: linear-gradient(90deg, var(--accent) 0%, #6ea3ef 45%, var(--accent) 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s var(--ease);
}
.flame-sweep.lit span { transform: scaleX(1); }

/* ============ Marquee ============ */
.marquee-band {
  background: var(--ink);
  border-top: 1px solid var(--ink-hairline);
  border-bottom: 1px solid var(--ink-hairline);
  overflow: hidden;
  padding: 1rem 0;
}
.marquee-track { display: flex; width: max-content; animation: marquee 32s linear infinite; }
.marquee-set { display: flex; align-items: center; flex: none; }
.marquee-set span {
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-text);
  padding: 0 1.4rem;
  white-space: nowrap;
}
.flame-tick {
  width: 14px; height: 18px; flex: none;
  background: var(--accent);
  clip-path: path("M7 0c.4 2.4-1.1 3.7-2 5-1.4 2-2.7 3.8-2.7 6.3a4.7 4.7 0 0 0 9.4 0c0-1.4-.7-2.5-1.4-3.6-.4.8-.9 1.4-1.7 2 .3-2.3-.4-6.1-1.6-9.7z");
  animation: tickFlick 2.2s ease-in-out infinite;
}
.marquee-set .flame-tick:nth-of-type(3n) { animation-delay: 0.4s; }
.marquee-set .flame-tick:nth-of-type(3n+1) { animation-delay: 0.9s; }
@keyframes tickFlick { 0%, 100% { transform: scaleY(1); opacity: 1; } 50% { transform: scaleY(0.82); opacity: 0.75; } }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ Stats band ============ */
.stats-band { background: var(--ink); padding: var(--section-pad) 0 calc(var(--section-pad) * 0.7); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 1.5rem;
  margin-top: 2.5rem;
}
.stat-num {
  font-family: "Teko", sans-serif;
  font-size: clamp(3.2rem, 6vw, 4.8rem);
  font-weight: 700;
  line-height: 1;
  color: var(--ink-text);
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.stat-label {
  font-family: "Teko", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0.4rem 0 0;
}

/* ============ Services ============ */
.services { background: var(--ink); padding: calc(var(--section-pad) * 0.7) 0 var(--section-pad); }
.section-title {
  font-size: clamp(2.6rem, 5.5vw, 4.5rem);
  font-weight: 700;
  margin: 0 0 0.8rem;
}
.section-title .serif-accent { color: #8db4f2; }
.section-lede { color: var(--ink-muted); font-size: 1.1rem; max-width: 44rem; margin: 0 0 3rem; }
.services-grid { display: grid; gap: 3rem; }
.service-rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink-hairline); }
.service-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--ink-hairline);
  transition: background 180ms var(--ease), padding-left 180ms var(--ease);
}
.service-row:hover { background: rgba(47, 111, 208, 0.07); padding-left: 0.6rem; }
.service-num {
  font-family: "Teko", sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent);
  line-height: 1.2;
}
.service-row h3 { font-size: 1.9rem; font-weight: 600; margin: 0 0 0.3rem; color: var(--ink-text); }
.service-row p { margin: 0; color: var(--ink-muted); max-width: 40rem; }
.services-photo { margin: 0; }
.photo-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.photo-frame img { width: 100%; height: auto; transition: transform 600ms var(--ease); }
.photo-frame:hover img { transform: scale(1.04); }
.photo-duotone {
  position: absolute; inset: 0; pointer-events: none;
  background: var(--accent);
  mix-blend-mode: color;
  opacity: 0.35;
}
.services-photo figcaption, .area-photo figcaption {
  font-family: "Teko", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-top: 0.8rem;
}

/* ============ Transition 2: thermostat arc ============ */
.arc-divider { background: var(--ink); text-align: center; padding: 2.5rem 0; }
.arc-svg { width: min(60vw, 240px); height: auto; }
.arc-track { fill: none; stroke: var(--ink-hairline); stroke-width: 8; stroke-linecap: round; }
.arc-draw {
  fill: none; stroke: var(--accent); stroke-width: 8; stroke-linecap: round;
  stroke-dasharray: 315; stroke-dashoffset: 315;
  transition: stroke-dashoffset 1.4s var(--ease);
}
.arc-divider.drawn .arc-draw { stroke-dashoffset: 40; }
.arc-ticks line { stroke: var(--ink-muted); stroke-width: 3; }
.arc-flame path { fill: var(--accent); opacity: 0; transform-origin: 120px 58px; transition: opacity 0.5s var(--ease) 1.2s, transform 0.5s var(--ease) 1.2s; transform: scale(0.4); }
.arc-divider.drawn .arc-flame path { opacity: 1; transform: scale(1); }
.arc-caption {
  font-family: "Teko", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin: 0.8rem 0 0;
}

/* ============ Reviews (paper band) ============ */
.reviews {
  background: var(--paper);
  color: var(--paper-text);
  padding: var(--section-pad) 0;
}
.reviews .section-title { color: var(--paper-text); }
.reviews .section-title .serif-accent { color: var(--accent); }
.reviews .section-lede { color: var(--paper-muted); }
.featured-review {
  margin: 0 0 2.5rem;
  padding: clamp(1.8rem, 4vw, 3rem);
  background: #efe6d1;
  border-left: 6px solid var(--accent);
  border-radius: 4px;
}
.stars { display: flex; gap: 4px; margin-bottom: 1rem; }
.stars svg { width: 20px; height: 20px; fill: var(--accent); }
.stars-dim svg:last-child { fill: rgba(30, 34, 43, 0.25); }
.featured-text {
  font-size: clamp(1.15rem, 1.1rem + 0.8vw, 1.6rem);
  line-height: 1.5;
  color: var(--paper-text);
  margin: 0 0 1.2rem;
  text-wrap: pretty;
}
.featured-review footer, .review-card footer { display: flex; align-items: baseline; gap: 0.7rem; }
.featured-review cite, .review-card cite {
  font-style: normal;
  font-family: "Teko", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.featured-review footer span, .review-card footer span { color: var(--paper-muted); font-size: 0.9rem; }
.review-cards { display: grid; gap: 1.5rem; }
.review-card {
  background: #efe6d1;
  border-radius: 12px;
  padding: 1.8rem;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
}
.review-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(30, 34, 43, 0.16); }
.review-card p { color: var(--paper-text); margin: 0 0 1.1rem; line-height: 1.55; }
.mid-cta { text-align: center; margin-top: 3rem; }
.mid-cta p { color: var(--paper-muted); margin: 0.9rem 0 0; font-size: 0.98rem; }

/* ============ Process ============ */
.process { background: var(--ink); padding: var(--section-pad) 0; }
.process-steps {
  list-style: none; margin: 2.5rem 0 0; padding: 0;
  display: grid; gap: 2.5rem;
}
.process-steps li { border-top: 2px solid var(--ink-hairline); padding-top: 1.4rem; }
.process-num {
  font-family: "Teko", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px #8db4f2;
  display: block;
  margin-bottom: 0.6rem;
}
.process-steps h3 { font-size: 1.7rem; color: var(--ink-text); margin-bottom: 0.4rem; }
.process-steps p { color: var(--ink-muted); margin: 0; max-width: 34rem; }
.process-steps a { color: #8db4f2; }

/* ============ Service area ============ */
.service-area { background: var(--ink-2); padding: var(--section-pad) 0; }
.area-split { display: grid; gap: 3rem; align-items: start; }
.area-counties {
  list-style: none; margin: 0 0 1.8rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.7rem;
}
.area-counties li {
  font-family: "Teko", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid rgba(47, 111, 208, 0.55);
  color: #8db4f2;
  border-radius: 4px;
  padding: 0.4rem 1rem;
  transition: background 180ms var(--ease), color 180ms var(--ease);
}
.area-counties li:hover { background: var(--accent); color: var(--paper); }
.area-address { color: var(--ink-muted); font-size: 1.02rem; }
.area-address a { color: #8db4f2; font-weight: 600; }
.area-photo { margin: 0; }

/* ============ Tick divider ============ */
.tick-divider {
  background: var(--ink-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  padding: 0.5rem 24px 2.5rem;
}
.tick-divider span { height: 1px; width: min(180px, 30vw); background: var(--ink-hairline); }

/* ============ FAQ ============ */
.faq { background: var(--ink); padding: var(--section-pad) 0; }
.faq-narrow { max-width: 820px; }
.faq-list { margin-top: 2.5rem; border-top: 1px solid var(--ink-hairline); }
.faq-item { border-bottom: 1px solid var(--ink-hairline); }
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1.3rem 0;
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: left;
  color: var(--ink-text);
  transition: color 180ms var(--ease);
}
.faq-q:hover { color: #8db4f2; }
.faq-q::after {
  content: "+";
  flex: none;
  font-size: 1.8rem;
  color: var(--accent);
  transition: transform 250ms var(--ease);
}
.faq-item.open .faq-q::after { transform: rotate(45deg); }
.faq-a { display: grid; grid-template-rows: 1fr; transition: grid-template-rows 350ms var(--ease), opacity 300ms var(--ease); }
/* Answers stay open when JS is off; collapse only once JS is running. */
.js-on .faq-item:not(.open) .faq-a { grid-template-rows: 0fr; opacity: 0; }
.faq-a p { overflow: hidden; }
.faq-a p { margin: 0 0 1.4rem; color: var(--ink-muted); max-width: 44rem; }
.faq-a a { color: #8db4f2; }

/* ============ Final CTA ============ */
.final-cta {
  background:
    radial-gradient(800px 400px at 50% 110%, rgba(47, 111, 208, 0.22), transparent 65%),
    var(--ink);
  padding: calc(var(--section-pad) * 1.2) 0;
  text-align: center;
  border-top: 1px solid var(--ink-hairline);
}
.cta-title {
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 700;
  color: var(--ink-text);
}
.cta-title .serif-accent { color: #8db4f2; }
.cta-phone {
  display: inline-block;
  font-family: "Teko", sans-serif;
  font-size: clamp(2.6rem, 8vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--paper);
  text-decoration: none;
  margin: 1.2rem 0 1.8rem;
  font-variant-numeric: tabular-nums;
  transition: color 180ms var(--ease), transform 180ms var(--ease);
}
.cta-phone:hover { color: #8db4f2; transform: scale(1.02); }
.cta-actions { display: flex; justify-content: center; }
.cta-note { color: var(--ink-muted); margin: 1.4rem 0 0; font-size: 1rem; }

/* ============ Footer ============ */
.site-footer { background: #14171e; padding: 3rem 0 7rem; }
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-brand { display: flex; gap: 0.8rem; align-items: flex-start; color: var(--ink-muted); }
.footer-brand p { margin: 0; font-size: 0.95rem; line-height: 1.6; }
.footer-contact { text-align: left; }
.footer-contact a {
  font-family: "Teko", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--ink-text);
  text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.footer-contact a:hover { color: #8db4f2; }
.footer-contact p { color: var(--ink-muted); margin: 0.3rem 0 0; font-size: 0.95rem; }
.footer-copy { text-align: center; color: #6d727e; font-size: 0.85rem; margin: 2.5rem 0 0; }

/* ============ Mobile call bar ============ */
.mobile-callbar {
  position: fixed;
  left: 12px; right: 12px; bottom: 12px;
  z-index: 60;
}
.mobile-callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--accent);
  color: #f5efe2;
  font-family: "Teko", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.9rem;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  font-variant-numeric: tabular-nums;
}
.mobile-callbar svg { width: 20px; height: 20px; fill: #f5efe2; }

/* ============ Scroll reveals (JS adds .js-on; hidden states only then) ============ */
.js-on .reveal { opacity: 0; transform: translateY(14px); }
.js-on .reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 550ms var(--ease), transform 550ms var(--ease);
}

/* ============ Breakpoints ============ */
@media (max-width: 759px) {
  .brand-word { font-size: 1.15rem; line-height: 1.1; }
  .brand-word em { display: none; }
  .header-call { font-size: 1.05rem; padding: 0.4rem 0.75rem; }
  .eyebrow { letter-spacing: 0.2em; }
  .hero-inner { padding-top: 2.5rem; padding-bottom: 3rem; gap: 2rem; }
  .hero-title { font-size: clamp(2.6rem, 12.5vw, 3.4rem); }
  .hero-sub { margin-top: 1rem; }
  .hero-cta { margin-top: 1.4rem; }
  .dial { width: min(64vw, 280px); }
}
@media (min-width: 760px) {
  .site-nav { display: flex; }
  .hero-inner { grid-template-columns: 1.25fr 0.75fr; gap: 2.5rem; }
  .hero-dial { justify-self: end; }
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .services-grid { grid-template-columns: 1.1fr 0.9fr; align-items: start; }
  .review-cards { grid-template-columns: repeat(3, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 3rem; }
  .area-split { grid-template-columns: 1.05fr 0.95fr; }
  .footer-contact { text-align: right; }
  .mobile-callbar { display: none; }
  .site-footer { padding-bottom: 3rem; }
}
@media (min-width: 1080px) {
  .process-steps { grid-template-columns: repeat(4, 1fr); }
}

/* ============ Reduced motion ============ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .marquee-track { animation: none; }
  .hero-title .mask > span, .hero-dial, .trust-row { opacity: 1; transform: none; }
  .hero-title .mask > span { animation: none; }
  .dial-arc { stroke-dashoffset: 118; animation: none; }
  .dial-needle { transform: rotate(8deg); animation: none; }
  .js-on .reveal { opacity: 1; transform: none; }
  .flame-sweep span { transform: scaleX(1); }
  .arc-draw { stroke-dashoffset: 40; }
  .arc-flame path { opacity: 1; transform: scale(1); }
}
