/* ==========================================================================
   Rockin T Construction
   Brand: orange #F1672C on charcoal, industrial and heavy.
   Light and dark themes are both defined. The hero, header and footer stay
   dark in both modes so the logo always sits on the background it was
   designed for.
   ========================================================================== */

:root {
  --brand:       #F1672C;
  --brand-hi:    #FF7A3D;
  --brand-lo:    #D4551D;

  --bg:          #FFFFFF;
  --bg-alt:      #F4F5F7;
  --surface:     #FFFFFF;
  --ink:         #14161A;
  --ink-soft:    #3B414C;
  --muted:       #5B6270;
  --line:        #E2E5EA;
  --line-strong: #C3CAD4;
  --shadow:      0 1px 2px rgba(15,18,22,.06), 0 8px 24px rgba(15,18,22,.07);
  --shadow-lg:   0 2px 6px rgba(15,18,22,.08), 0 18px 48px rgba(15,18,22,.12);

  /* Always dark, whatever the theme. */
  --dark:        #16181C;
  --dark-2:      #101215;
  --dark-line:   #2C3037;
  --dark-ink:    #F4F5F7;
  --dark-muted:  #A6ADBA;

  /* The top of the page follows the theme. These are the light values. */
  --top-bg:      #EFF1F4;
  --top-ink:     #14161A;
  --top-muted:   #5B6270;
  --head-bg:     #FFFFFF;
  --head-ink:    #14161A;
  --head-line:   #DDE1E7;
  --hero-bg:     #F4F5F7;
  --hero-ink:    #14161A;
  --hero-muted:  #5B6270;
  --hex:         url("../images/hex-ink.svg");

  --wrap:        1180px;
  --radius:      10px;
  --radius-lg:   16px;

  --font-head:   "Barlow Condensed", "Oswald", "Arial Narrow", sans-serif;
  --font-body:   "Barlow", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --bg:        #121316;
    --bg-alt:    #191B1F;
    --surface:   #1D2025;
    --ink:       #F2F3F5;
    --ink-soft:  #D2D6DD;
    --muted:     #A3A9B5;
    --line:      #2C3037;
    --line-strong: #4B5360;
    --top-bg:    #0C0E11;
    --top-ink:   #F4F5F7;
    --top-muted: #A6ADBA;
    --head-bg:   #16181C;
    --head-ink:  #F4F5F7;
    --head-line: #2C3037;
    --hero-bg:   #101215;
    --hero-ink:  #FFFFFF;
    --hero-muted:#A6ADBA;
    --hex:       url("../images/hex.svg");
    --shadow:    0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,0,0,.35);
    --shadow-lg: 0 2px 6px rgba(0,0,0,.45), 0 18px 48px rgba(0,0,0,.5);
  }
}

:root[data-theme="dark"] {
  --bg:        #121316;
  --bg-alt:    #191B1F;
  --surface:   #1D2025;
  --ink:       #F2F3F5;
  --ink-soft:  #D2D6DD;
  --muted:     #A3A9B5;
    --line:      #2C3037;
  --line-strong: #4B5360;
  --top-bg:    #0C0E11;
  --top-ink:   #F4F5F7;
  --top-muted: #A6ADBA;
  --head-bg:   #16181C;
  --head-ink:  #F4F5F7;
  --head-line: #2C3037;
  --hero-bg:   #101215;
  --hero-ink:  #FFFFFF;
  --hero-muted:#A6ADBA;
  --hex:       url("../images/hex.svg");
  --shadow:    0 1px 2px rgba(0,0,0,.4), 0 8px 24px rgba(0,0,0,.35);
  --shadow-lg: 0 2px 6px rgba(0,0,0,.45), 0 18px 48px rgba(0,0,0,.5);
}

/* ---------- base ---------- */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .005em;
  margin: 0 0 .5em;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.5rem, 6.5vw, 4.3rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.85rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.6rem); }

p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

.section { padding: clamp(56px, 8vw, 96px) 0; scroll-margin-top: 110px; }
.section--alt { background: var(--bg-alt); }

.eyebrow {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-weight: 600;
  font-size: .92rem;
  color: var(--brand);
  margin: 0 0 .6rem;
  display: block;
}

.eyebrow__towns { color: var(--hero-ink); }
.eyebrow__towns::before {
  content: ""; display: inline-block; vertical-align: middle;
  width: 6px; height: 6px; margin: 0 12px 2px;
  background: currentColor; transform: rotate(45deg);
  opacity: .55;
}
@media (max-width: 620px) {
  /* stack rather than orphan a town on its own line */
  .eyebrow__towns { display: block; }
  .eyebrow__towns::before { display: none; }
}

.lede { font-size: 1.12rem; color: var(--muted); max-width: 62ch; }

.section__head { max-width: 68ch; margin-bottom: clamp(32px, 4vw, 52px); }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--brand); color: #fff; padding: 12px 18px; z-index: 999;
}
.skip:focus { left: 12px; top: 12px; }

:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 4px; }

/* Hexagon texture pulled from the brand banner.
   .hexes follows the theme. .hexes-on-dark is for surfaces that are dark in
   both themes: the orange bands, the logo panels and the footer. */
.hexes { background-image: var(--hex); }
.hexes-on-dark { background-image: url("../images/hex.svg"); }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 1.06rem;
  padding: 14px 26px;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .12s ease, background .15s ease, border-color .15s ease, color .15s ease;
  text-decoration: none;
  line-height: 1.15;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 6px 18px rgba(241,103,44,.32); }
.btn--primary:hover { background: var(--brand-hi); color: #fff; }

.btn--ghost { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--brand); border-color: var(--brand); color: #fff; }

.btn--on-dark { border-color: rgba(255,255,255,.45); color: #fff; }
.btn--on-dark:hover { background: #fff; border-color: #fff; color: var(--dark); }

.btn svg { width: 20px; height: 20px; flex: none; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- top bar ---------- */

.topbar {
  background: var(--top-bg);
  color: var(--top-muted);
  font-size: .95rem;
  border-bottom: 1px solid var(--head-line);
}
.topbar .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: 44px; flex-wrap: wrap;
}
.topbar__links { display: flex; gap: 20px; flex-wrap: wrap; align-items: center; }
.topbar a { color: var(--top-ink); display: inline-flex; align-items: center; gap: 7px; font-weight: 500; }
.topbar a:hover { color: var(--brand-hi); text-decoration: none; }
.topbar svg { width: 15px; height: 15px; color: var(--brand); flex: none; }
.topbar__note {
  font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: .14em; font-size: .82rem; font-weight: 500;
}
@media (max-width: 640px) { .topbar__note { display: none; } }
/* One line only on phones. Email still lives in the footer and on the contact page. */
@media (max-width: 560px) { .topbar__links a[href^="mailto"] { display: none; } }

/* ---------- header ---------- */

.header {
  position: sticky; top: 0; z-index: 60;
  background: var(--head-bg);
  border-bottom: 3px solid var(--brand);
}
.header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 94px; position: relative;
}
.brand { display: flex; align-items: center; }
.brand img { height: 72px; width: auto; }
.brand:hover { text-decoration: none; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--font-head);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  font-size: 1.04rem;
  color: var(--head-ink);
  padding: 10px 14px;
  border-radius: 8px;
}
.nav a:hover { background: rgba(241,103,44,.12); color: var(--brand); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--brand); }

.header__cta { display: flex; align-items: center; gap: 10px; }

.themetoggle {
  background: transparent; border: 1px solid var(--head-line); color: var(--head-ink);
  width: 40px; height: 40px; border-radius: 8px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  transition: border-color .15s ease, color .15s ease;
}
.themetoggle:hover { border-color: var(--brand); color: var(--brand); }
.themetoggle svg { width: 19px; height: 19px; }
.themetoggle .ico-moon { display: none; }
:root[data-theme="dark"] .themetoggle .ico-moon { display: block; }
:root[data-theme="dark"] .themetoggle .ico-sun { display: none; }
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) .themetoggle .ico-moon { display: block; }
  :root:not([data-theme="light"]) .themetoggle .ico-sun { display: none; }
}

.burger {
  display: none;
  background: transparent; border: 1px solid var(--head-line); color: var(--head-ink);
  width: 44px; height: 44px; border-radius: 8px; cursor: pointer;
  align-items: center; justify-content: center;
}
.burger svg { width: 24px; height: 24px; }

@media (max-width: 940px) {
  .burger { display: inline-flex; }
  .nav {
    position: absolute; left: -22px; right: -22px; top: 100%;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--head-bg); border-bottom: 3px solid var(--brand);
    padding: 8px 22px 18px;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 6px; border-bottom: 1px solid var(--head-line); border-radius: 0; }
  .header__cta .btn { display: none; }
  .brand img { height: 58px; }
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  background: var(--hero-bg);
  color: var(--hero-ink);
  padding: clamp(60px, 9vw, 112px) 0 clamp(56px, 8vw, 96px);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 6px;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-lo) 100%);
}
.hero__inner {
  position: relative;
  display: grid; grid-template-columns: 1.25fr .75fr;
  gap: clamp(30px, 5vw, 60px); align-items: center;
}
@media (max-width: 960px) { .hero__inner { grid-template-columns: 1fr; } }
.hero h1 { color: var(--hero-ink); margin-bottom: .32em; }
.hero h1 .accent { color: var(--brand); display: block; }
.hero p { color: var(--hero-muted); font-size: 1.18rem; max-width: 56ch; }
.hero .btn-row { margin-top: 30px; }

.hero__art img { width: 100%; max-width: 420px; margin-left: auto; }
@media (max-width: 960px) { .hero__art { display: none; } }

.hero__tags {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin: 32px 0 0; padding: 0; list-style: none;
}
.hero__tags li {
  font-family: var(--font-head);
  text-transform: uppercase; letter-spacing: .1em; font-size: .88rem; font-weight: 600;
  border: 1px solid var(--head-line); color: var(--hero-ink);
  padding: 7px 14px; border-radius: 999px;
  background: var(--head-bg);
}

/* Shorter hero for the inner pages. */
.phero {
  position: relative; background: var(--hero-bg); color: var(--hero-ink);
  padding: clamp(46px, 6vw, 76px) 0; overflow: hidden;
  border-bottom: 5px solid var(--brand);
}
.phero h1 { color: var(--hero-ink); margin-bottom: .3em; }
.phero p { color: var(--hero-muted); max-width: 62ch; margin: 0; font-size: 1.1rem; }
.phero__inner { position: relative; }

/* ---------- orange fact strip ---------- */

.strip { background: var(--brand); color: #fff; }
.strip .wrap {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 4px 32px; padding-top: 26px; padding-bottom: 26px;
}
.strip__item { display: flex; gap: 13px; align-items: flex-start; }
.strip__item svg { width: 26px; height: 26px; flex: none; margin-top: 3px; }
.strip__item b {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .05em;
  font-size: 1.18rem; font-weight: 700; display: block; line-height: 1.15;
}
.strip__item span { font-size: .97rem; color: rgba(255,255,255,.93); line-height: 1.45; }
@media (max-width: 860px) { .strip .wrap { grid-template-columns: 1fr; gap: 20px; } }

/* ---------- cards ---------- */

.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 980px) { .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: 1fr; } }

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.card--link { color: inherit; display: block; }
.card--link:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--brand); text-decoration: none; }
.card h3 { margin-bottom: .4em; }
.card p { color: var(--muted); font-size: 1rem; }

.card__ico {
  width: 54px; height: 54px; border-radius: 12px;
  background: rgba(241,103,44,.13);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.card__ico svg { width: 30px; height: 30px; }

.card__list { list-style: none; margin: 16px 0 0; padding: 0; }
.card__list li {
  position: relative; padding-left: 24px; margin-bottom: 7px;
  color: var(--ink-soft); font-size: .99rem;
}
.card__list li::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 9px; height: 9px; background: var(--brand);
  transform: rotate(45deg); border-radius: 1px;
}

.card__more {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 18px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .08em;
  font-weight: 600; color: var(--brand); font-size: .98rem;
}
.card__more svg { width: 16px; height: 16px; transition: transform .15s ease; }
.card--link:hover .card__more svg { transform: translateX(4px); }

/* ---------- numbered steps ---------- */

.steps {
  counter-reset: step; list-style: none; margin: 0; padding: 0;
  display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 860px) { .steps { grid-template-columns: 1fr; } }
.steps li {
  counter-increment: step;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 28px 26px 26px;
}
.steps li::before {
  content: counter(step, decimal-leading-zero);
  font-family: var(--font-head); font-size: 2.6rem; font-weight: 700;
  color: var(--brand); line-height: 1; display: block; margin-bottom: 12px;
}
.steps h3 { font-size: 1.3rem; margin-bottom: .35em; }
.steps p { color: var(--muted); font-size: 1rem; }

/* ---------- service area ---------- */

.area { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 60px); align-items: center; }
@media (max-width: 900px) { .area { grid-template-columns: 1fr; } }

.towns { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
@media (max-width: 480px) { .towns { grid-template-columns: 1fr; } }
.towns li {
  display: flex; align-items: center; gap: 11px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 13px 16px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .05em;
  font-weight: 600; font-size: 1.08rem; color: var(--ink);
}
.towns svg { width: 18px; height: 18px; color: var(--brand); flex: none; }

/* ---------- logo panel ---------- */

.logopanel {
  background: var(--dark-2);
  border-radius: var(--radius-lg);
  border: 1px solid var(--dark-line);
  padding: clamp(34px, 5vw, 56px);
  text-align: center;
  position: relative; overflow: hidden;
}
.logopanel img { margin: 0 auto; max-width: 340px; width: 100%; position: relative; }
.logopanel p {
  position: relative;
  margin: 22px auto 0; color: var(--dark-muted); max-width: 42ch; font-size: 1.02rem;
}

/* ---------- orange call to action band ---------- */

.band { background: var(--brand); color: #fff; padding: clamp(48px, 7vw, 76px) 0; position: relative; overflow: hidden; }
.band__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.band h2 { color: #fff; margin-bottom: .3em; }
.band p { color: rgba(255,255,255,.95); max-width: 52ch; font-size: 1.1rem; }
.band .btn-row { flex: none; }
.band .btn--primary { background: #fff; color: var(--brand-lo); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.band .btn--primary:hover { background: var(--dark); color: #fff; }

/* ---------- contact ---------- */

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 780px) { .contact-grid { grid-template-columns: 1fr; } }

.ccard {
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 32px 30px;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.ccard__ico {
  width: 52px; height: 52px; border-radius: 12px;
  background: var(--brand); color: #fff;
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.ccard__ico svg { width: 27px; height: 27px; }
.ccard h3 { margin-bottom: .3em; }
.ccard p { color: var(--muted); font-size: 1rem; }
.ccard__value {
  font-family: var(--font-head); font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700; color: var(--ink); letter-spacing: .01em;
  margin: 4px 0 16px; display: block; word-break: break-word;
}
.ccard__value:hover { color: var(--brand); text-decoration: none; }
.ccard .btn { margin-top: auto; align-self: flex-start; }

.hours { list-style: none; margin: 0; padding: 0; }
.hours li {
  display: flex; justify-content: space-between; gap: 16px;
  padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 1rem;
}
.hours li:last-child { border-bottom: 0; }
.hours span:first-child { font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.hours span:last-child { color: var(--muted); }

/* ---------- services page blocks ---------- */

.svc {
  display: grid; grid-template-columns: 262px 1fr; gap: clamp(24px, 4vw, 48px);
  padding: clamp(34px, 5vw, 54px) 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 120px;
}
.svc:first-of-type { border-top: 0; padding-top: 0; }
@media (max-width: 860px) { .svc { grid-template-columns: 1fr; gap: 18px; } }
.svc__label { align-self: start; }
.svc__label .card__ico { margin-bottom: 14px; }
.svc__label h2 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: 0; }
.svc__body p { color: var(--ink-soft); }
.svc__body .card__list { margin-top: 20px; columns: 2; column-gap: 30px; }
@media (max-width: 560px) { .svc__body .card__list { columns: 1; } }
.svc__body .card__list li { break-inside: avoid; }

.jump { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.jump a {
  display: inline-block;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .07em;
  font-weight: 600; font-size: .94rem;
  border: 1px solid var(--head-line); color: var(--hero-ink);
  padding: 9px 16px; border-radius: 999px; background: var(--head-bg);
}
.jump a:hover { background: var(--brand); border-color: var(--brand); color: #fff; text-decoration: none; }


/* ---------- photo placeholders ---------- */
/* Dashed on purpose. These are slots waiting on real job photos, and they
   should never be mistaken for finished work. */

.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
@media (max-width: 900px) { .shots { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .shots { grid-template-columns: 1fr; } }

.shot {
  border: 2px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--bg-alt);
  aspect-ratio: 4 / 3;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; padding: 24px 20px;
  color: var(--muted);
}
.shot--wide { grid-column: span 2; aspect-ratio: 2 / 1; }
@media (max-width: 600px) { .shot--wide { grid-column: span 1; aspect-ratio: 4 / 3; } }
.shot svg { width: 34px; height: 34px; color: var(--brand); opacity: .65; margin-bottom: 14px; }
.shot b {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .06em;
  font-size: 1.12rem; color: var(--ink); display: block; margin-bottom: 6px; line-height: 1.15;
}
.shot span { font-size: .95rem; line-height: 1.45; max-width: 28ch; }
.shot__tag {
  margin-top: 12px; font-family: var(--font-head); text-transform: uppercase;
  letter-spacing: .12em; font-size: .74rem; color: var(--brand);
  border: 1px solid var(--brand); border-radius: 999px; padding: 3px 10px;
}

.note {
  border-left: 4px solid var(--brand);
  background: var(--bg-alt);
  padding: 22px 26px; border-radius: 0 var(--radius) var(--radius) 0;
  margin-top: 34px;
}
.note h3 { margin-bottom: .4em; }
.note p, .note li { color: var(--ink-soft); }

/* ---------- footer ---------- */

.footer {
  background: var(--dark-2); color: var(--dark-muted);
  padding: clamp(48px, 6vw, 72px) 0 0;
  border-top: 5px solid var(--brand);
  position: relative;
}
.footer__inner { position: relative; }
.footer__cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 36px; }
@media (max-width: 820px) { .footer__cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer__cols { grid-template-columns: 1fr; } }
.footer__logo { max-width: 250px; margin-bottom: 18px; }
.footer h4 {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: .12em;
  color: #fff; font-size: 1.05rem; margin: 0 0 14px;
}
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin-bottom: 9px; }
.footer a { color: var(--dark-muted); }
.footer a:hover { color: var(--brand-hi); }
.footer p { font-size: .98rem; max-width: 42ch; }
.footer__bottom {
  margin-top: 44px; padding: 20px 0; border-top: 1px solid var(--dark-line);
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-size: .92rem;
}
.footer__bottom p { margin: 0; }

/* ---------- sticky call bar on phones ---------- */

.callbar { display: none; }
@media (max-width: 700px) {
  .callbar {
    display: grid; grid-template-columns: 1fr 1fr;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: var(--dark-2); border-top: 1px solid var(--dark-line);
    box-shadow: 0 -6px 20px rgba(0,0,0,.28);
  }
  .callbar a {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 15px 8px; color: #fff;
    font-family: var(--font-head); text-transform: uppercase; letter-spacing: .07em;
    font-weight: 600; font-size: 1.02rem;
  }
  .callbar a:hover { text-decoration: none; }
  .callbar a:first-child { background: var(--brand); }
  .callbar svg { width: 19px; height: 19px; }
  body { padding-bottom: 56px; }
}

@media print {
  .header, .topbar, .callbar, .btn, .themetoggle { display: none !important; }
  body { background: #fff; color: #000; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
