/* Silverdale Roofing — custom SEO redesign stylesheet */
:root {
  --ink: #0f2742;          /* deep navy (brand) */
  --ink-700: #1b3a5f;
  --ink-600: #2a4d72;
  --accent: #f59e0b;       /* amber */
  --accent-600: #e0850a;
  --accent-700: #c46f05;
  --text: #2c3a4b;
  --muted: #5b6b7d;
  --line: #e6ecf3;
  --bg: #ffffff;
  --bg-soft: #f5f8fc;
  --bg-soft-2: #eef3f9;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 11px;
  --shadow-sm: 0 1px 2px rgba(15,39,66,.06), 0 2px 8px rgba(15,39,66,.05);
  --shadow: 0 6px 22px rgba(15,39,66,.09);
  --shadow-lg: 0 22px 55px rgba(15,39,66,.16);
  --maxw: 1180px;
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--ink-700); text-decoration: none; }
h1, h2, h3 { color: var(--ink); line-height: 1.14; letter-spacing: -.02em; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.45rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1rem; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 820px; }
.center { text-align: center; }
.center-actions { justify-content: center; }
.mt { margin-top: 28px; }
.muted { color: var(--muted); }
.small { font-size: .92rem; }

.skip { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 200; border-radius: 0 0 8px 0; }
.skip:focus { left: 0; }

.icon { width: 22px; height: 22px; flex: none; }
.icon-sm { width: 17px; height: 17px; flex: none; vertical-align: -3px; }

/* ── Buttons ─────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  font: inherit; font-weight: 700; cursor: pointer;
  border: 1.5px solid transparent; border-radius: 999px;
  padding: 12px 22px; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap; line-height: 1;
}
.btn .icon { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-accent { background: var(--accent); color: #2a1a00; box-shadow: 0 8px 20px rgba(245,158,11,.35); }
.btn-accent:hover { background: var(--accent-600); box-shadow: 0 12px 26px rgba(245,158,11,.42); }
.btn-outline { background: transparent; color: var(--ink); border-color: #c9d6e4; }
.btn-outline:hover { border-color: var(--ink); background: var(--bg-soft); }
.btn-ghost-light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.4); backdrop-filter: blur(4px); }
.btn-ghost-light:hover { background: rgba(255,255,255,.18); }
.btn-sm { padding: 10px 17px; font-size: .92rem; }
.btn-lg { padding: 15px 28px; font-size: 1.02rem; }
.btn-block { display: flex; width: 100%; justify-content: center; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 700;
  color: var(--accent-700); margin-bottom: 14px;
}
.eyebrow--light { color: #ffce80; }

/* ── Header ───────────────────────────────────────────── */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 16px; height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 800; font-size: 1.2rem; letter-spacing: -.02em; flex: none; }
.logo-mark { width: 32px; height: 32px; color: var(--accent); flex: none; }
.brand-text strong { color: var(--accent-700); font-weight: 800; }
.brand-text { white-space: nowrap; }
.nav-desktop { display: flex; gap: 2px; margin-left: auto; align-items: center; }
.nav-desktop a { padding: 8px 11px; border-radius: 9px; color: var(--ink-700); font-weight: 600; font-size: .94rem; white-space: nowrap; transition: background .15s, color .15s; }
.nav-desktop a:hover { background: var(--bg-soft); color: var(--ink); }
.nav-desktop a[aria-current="page"] { color: var(--accent-700); }
.header-cta { display: flex; align-items: center; gap: 14px; flex: none; }
.phone-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; color: var(--ink); font-size: .94rem; white-space: nowrap; }
.phone-link .icon { color: var(--accent-700); }
.phone-link:hover { color: var(--accent-700); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 11px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile { display: none; flex-direction: column; gap: 4px; padding: 14px 22px 22px; border-bottom: 1px solid var(--line); background: #fff; }
.nav-mobile a { padding: 13px 12px; border-radius: 10px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--bg-soft-2); }
.nav-mobile a:last-of-type { border: 0; }
.nav-mobile .btn { margin-top: 8px; }
.phone-link--mobile { justify-content: center; padding: 12px; background: var(--bg-soft); border-radius: 10px; margin-top: 6px; }
body.nav-open .nav-mobile { display: flex; }

/* ── Hero ─────────────────────────────────────────────── */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--ink); }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg .ph { width: 100%; height: 100%; border-radius: 0; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(110deg, rgba(15,39,66,.96) 0%, rgba(15,39,66,.86) 45%, rgba(15,39,66,.62) 100%); }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.35fr .9fr; gap: 44px; align-items: center; padding: 84px 22px 92px; }
.hero h1 { color: #fff; }
.hero-sub { font-size: 1.18rem; color: #d7e2ef; max-width: 38ch; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.hero-trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.hero-trust li { display: flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: #eaf1f8; }
.hero-trust .icon { color: var(--accent); }
.hero-card { background: rgba(255,255,255,.97); color: var(--text); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-lg); }
.hero-card-rating { display: flex; flex-direction: column; gap: 2px; padding-bottom: 14px; border-bottom: 1px solid var(--line); margin-bottom: 14px; }
.hero-card-rating strong { font-size: 1.5rem; color: var(--ink); }
.hero-card-rating span { color: var(--muted); font-size: .9rem; }
.hero-card-quote { font-size: 1.02rem; font-style: italic; color: var(--ink-700); }
.hero-card-name { font-weight: 700; font-size: .9rem; color: var(--muted); }
.stars { display: inline-flex; gap: 2px; color: var(--accent); }
.star { width: 18px; height: 18px; fill: var(--accent); stroke: var(--accent); }

/* ── Sections ─────────────────────────────────────────── */
.section { padding: 76px 0; }
.section--alt { background: var(--bg-soft); }
.section--dark { background: var(--ink); color: #fff; }
.section--dark h2 { color: #fff; }
.section-head { max-width: 660px; margin-bottom: 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin: 0; }
.head-rating { color: var(--muted); margin-top: 10px; }
.head-rating strong { color: var(--ink); }
.head-rating.big { font-size: 1.15rem; }
.head-rating.big strong { font-size: 1.3rem; }

/* ── Stats bar ────────────────────────────────────────── */
.stats-bar { background: var(--ink); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 34px 22px; }
.stat { text-align: center; padding: 8px; border-right: 1px solid rgba(255,255,255,.12); }
.stat:last-child { border-right: 0; }
.stat-value { display: block; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; color: var(--accent); letter-spacing: -.02em; }
.stat-label { display: block; color: #c4d3e3; font-size: .9rem; line-height: 1.4; margin-top: 4px; }

/* ── Cards / grids ────────────────────────────────────── */
.cards { display: grid; gap: 20px; }
.services-cards { grid-template-columns: repeat(4, 1fr); }
.values-cards { grid-template-columns: repeat(4, 1fr); }
.areas-cards { grid-template-columns: repeat(3, 1fr); }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow-sm); transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex; flex-direction: column;
}
.card-icon { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 13px; background: linear-gradient(135deg, #fff4e0, #ffe7bd); color: var(--accent-700); margin-bottom: 16px; }
.card-icon .icon { width: 25px; height: 25px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .97rem; margin-bottom: 14px; }
.card-link { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--accent-700); font-size: .92rem; }
.card-link .icon { width: 16px; height: 16px; transition: transform .2s; }
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d6e1ee; }
a.card:hover .card-link .icon { transform: translateX(4px); }
.service-card.is-active { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(245,158,11,.18); }

/* ── Split sections ───────────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.split-media .ph { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; }
.pillars { display: grid; gap: 18px; margin-top: 22px; }
.pillar { display: flex; gap: 14px; }
.pillar-icon { flex: none; width: 44px; height: 44px; border-radius: 12px; background: var(--bg-soft-2); color: var(--ink-700); display: inline-flex; align-items: center; justify-content: center; }
.pillar h3 { margin-bottom: 3px; font-size: 1.08rem; }
.pillar p { margin: 0; color: var(--muted); font-size: .96rem; }

/* ── Steps ────────────────────────────────────────────── */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: 14px; box-shadow: 0 6px 16px rgba(15,39,66,.2); }
.step h3 { font-size: 1.1rem; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ── Brands ───────────────────────────────────────────── */
.brands-section .brand-row { list-style: none; display: flex; flex-wrap: wrap; gap: 16px 40px; justify-content: center; padding: 0; margin: 24px 0 0; }
.brand-row li { font-size: 1.35rem; font-weight: 800; color: rgba(255,255,255,.62); letter-spacing: .01em; }

/* ── Gallery ──────────────────────────────────────────── */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { margin: 0; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; transition: transform .2s, box-shadow .2s; }
.gallery-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gallery-item .ph { aspect-ratio: 4/3; }
.gallery-item figcaption { padding: 14px 16px; }
.gallery-item figcaption strong { display: block; color: var(--ink); }
.gallery-item figcaption span { color: var(--muted); font-size: .88rem; }

/* ── Reviews ──────────────────────────────────────────── */
.reviews-cards { grid-template-columns: repeat(3, 1fr); }
.review-card { gap: 12px; }
.review-card blockquote { margin: 12px 0 0; font-size: 1.02rem; color: var(--ink-700); line-height: 1.6; flex: 1; }
.review-card figcaption { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.review-card figcaption strong { display: block; color: var(--ink); }
.review-card figcaption span { color: var(--muted); font-size: .88rem; }

/* ── Area chips ───────────────────────────────────────── */
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.area-chip { display: inline-flex; align-items: center; gap: 7px; padding: 10px 17px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .95rem; color: var(--ink-700); box-shadow: var(--shadow-sm); transition: transform .15s, border-color .15s, color .15s; }
.area-chip:hover { transform: translateY(-2px); border-color: var(--accent); color: var(--accent-700); }
.area-chip .icon { color: var(--accent-700); }

/* ── Page hero (inner pages) ──────────────────────────── */
.page-hero { background: linear-gradient(180deg, var(--bg-soft), #fff); padding: 56px 0 40px; }
.page-hero--area { background: linear-gradient(180deg, var(--bg-soft-2), #fff); }
.page-hero--tight { padding: 48px 0 22px; }
.lede { font-size: 1.18rem; color: var(--muted); max-width: 60ch; margin-inline: auto; }
.page-hero:not(.center) .lede { margin-inline: 0; }
.service-hero { padding: 50px 0 20px; }
.service-hero .lede { margin-inline: 0; }

/* ── Crumbs ───────────────────────────────────────────── */
.crumbs { background: #fff; border-bottom: 1px solid var(--line); font-size: .86rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 11px 0; color: var(--muted); }
.crumbs li:not(:last-child)::after { content: "›"; margin-left: 8px; color: #b6c3d2; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--accent-700); }
.crumbs li[aria-current] { color: var(--ink); font-weight: 600; }

/* ── Service detail lists / side card ─────────────────── */
.check-list, .side-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 1.02rem; }
.check-list .icon { color: var(--accent-700); margin-top: 3px; }
.side-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); align-self: start; position: sticky; top: 92px; }
.side-card h3 { color: #fff; margin-bottom: 16px; }
.side-list { margin-bottom: 22px; }
.side-list li { display: flex; gap: 10px; align-items: center; color: #e3ecf6; font-size: .98rem; }
.side-list .icon { color: var(--accent); }
.side-phone { display: block; text-align: center; margin-top: 12px; color: #c4d3e3; font-size: .92rem; }
.side-phone:hover { color: #fff; }

/* ── Plans ────────────────────────────────────────────── */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); position: relative; }
.plan--featured { border-color: var(--accent); box-shadow: var(--shadow-lg); transform: translateY(-6px); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #2a1a00; font-weight: 700; font-size: .78rem; padding: 5px 14px; border-radius: 999px; text-transform: uppercase; letter-spacing: .06em; }
.plan-name { font-size: 1.4rem; margin-bottom: 4px; }
.plan-tag { color: var(--muted); margin-bottom: 16px; }
.plan-price { font-size: 1rem; color: var(--muted); margin-bottom: 20px; }
.plan-price span { font-size: 2.4rem; font-weight: 800; color: var(--ink); }
.plan-features { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 11px; }
.plan-features li { display: flex; gap: 10px; align-items: flex-start; font-size: .97rem; }
.plan-features .icon { color: var(--accent-700); margin-top: 3px; }
.promo-flag { display: inline-flex; align-items: center; gap: 8px; background: #fff4e0; color: var(--accent-700); font-weight: 600; padding: 9px 18px; border-radius: 999px; margin-top: 8px; }

/* ── FAQ ──────────────────────────────────────────────── */
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron { width: 20px; height: 20px; color: var(--accent-700); transform: rotate(90deg); transition: transform .2s; flex: none; }
.faq-item[open] .faq-chevron { transform: rotate(-90deg); }
.faq-answer { padding: 0 22px 20px; }
.faq-answer p { margin: 0; color: var(--muted); }

/* ── CTA band ─────────────────────────────────────────── */
.cta-band { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.cta-band-art { position: absolute; inset: 0; opacity: .22; }
.cta-band-art .ph { width: 100%; height: 100%; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, var(--ink) 30%, rgba(15,39,66,.7)); }
.cta-band-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 54px 22px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 6px; }
.cta-band p { color: #cfdcea; margin: 0; max-width: 48ch; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ── Contact ──────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: 40px; align-items: start; }
.contact-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow); display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 6px; font-weight: 600; color: var(--ink); font-size: .92rem; }
.contact-form input, .contact-form select, .contact-form textarea {
  font: inherit; font-weight: 400; color: var(--text); padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px; background: var(--bg-soft); transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(245,158,11,.16); background: #fff; }
.contact-form textarea { resize: vertical; }
.form-note { font-size: .85rem; color: var(--muted); margin: 0; display: flex; gap: 8px; align-items: flex-start; }
.form-note .icon { color: var(--accent-700); margin-top: 2px; }
.contact-side { display: grid; gap: 20px; }
.contact-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-lg); }
.contact-card h2, .contact-card h3 { color: #fff; }
.contact-card h3 { margin: 22px 0 10px; font-size: 1rem; }
.contact-big-phone { display: inline-flex; align-items: center; gap: 10px; font-size: 1.5rem; font-weight: 800; color: #fff; margin-bottom: 14px; }
.contact-big-phone .icon { color: var(--accent); width: 26px; height: 26px; }
.contact-line { color: #d3deec; font-size: .96rem; margin: 6px 0; }
.contact-line a { color: #d3deec; }
.contact-line a:hover { color: #fff; }
.contact-hours { list-style: none; margin: 0; padding: 0; display: grid; gap: 7px; }
.contact-hours li { display: flex; justify-content: space-between; gap: 16px; color: #d3deec; font-size: .94rem; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: 7px; }
.contact-emergency { display: flex; align-items: center; gap: 8px; color: var(--accent); font-weight: 600; font-size: .92rem; margin: 16px 0 0; }
.contact-areas { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.contact-areas h3 { margin-top: 0; }
.contact-areas .area-chips { justify-content: flex-start; }

/* ── Footer ───────────────────────────────────────────── */
.site-footer { background: #0a1d33; color: #b9c8d8; padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 36px; padding-bottom: 44px; }
.brand--footer { color: #fff; font-size: 1.3rem; margin-bottom: 14px; }
.footer-tag { color: #9fb2c6; max-width: 30ch; }
.footer-phone { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 800; font-size: 1.2rem; margin: 6px 0 10px; }
.footer-phone .icon { color: var(--accent); }
.footer-area { color: #8499b0; font-size: .9rem; }
.footer-col h3 { color: #fff; font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer-col a { color: #b9c8d8; font-size: .94rem; }
.footer-col a:hover { color: var(--accent); }
.footer-hours li { display: flex; justify-content: space-between; gap: 12px; font-size: .9rem; color: #9fb2c6; }
.footer-emergency { display: flex; align-items: center; gap: 7px; color: var(--accent); font-size: .88rem; font-weight: 600; margin-top: 14px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 20px 22px; border-top: 1px solid rgba(255,255,255,.1); margin-top: 0; }
.footer-bottom p { margin: 0; font-size: .86rem; color: #7e93ab; }
.footer-links { display: flex; gap: 18px; }
.footer-links a { color: #9fb2c6; font-size: .86rem; }
.footer-links a:hover { color: var(--accent); }

/* ── Mobile call bar ──────────────────────────────────── */
.mobile-callbar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: var(--accent); color: #2a1a00; font-weight: 800; text-align: center; padding: 15px; align-items: center; justify-content: center; gap: 9px; box-shadow: 0 -4px 18px rgba(0,0,0,.16); }
.mobile-callbar .icon { width: 20px; height: 20px; }

/* ── Placeholder art tiles (render-safe) ──────────────── */
.ph { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ink-700), var(--ink)); }
.ph img { width: 100%; height: 100%; object-fit: cover; }
.ph-art { position: absolute; inset: 0; width: 100%; height: 100%; }
.ph-art path { fill: rgba(255,255,255,.07); }
.ph-art .ph-ridge { fill: none; stroke: rgba(245,158,11,.4); stroke-width: 1; }
.ph--hero { background: linear-gradient(120deg, #16395c, #0f2742 70%); }
.ph--about { background: linear-gradient(135deg, #20486e, #14304f); }
.ph--service { background: linear-gradient(135deg, #1d4063, #102b48); }
.ph--shingle-replacement { background: linear-gradient(135deg, #2a4d72, #163450); }
.ph--metal-standing-seam { background: linear-gradient(135deg, #355d83, #1c3f62); }
.ph--storm-repair { background: linear-gradient(135deg, #1a3554, #0d2138); }
.ph--flat-tpo { background: linear-gradient(135deg, #28507a, #173a5a); }
.ph--tearoff { background: linear-gradient(135deg, #2e547d, #173856); }
.ph--repair-flashing { background: linear-gradient(135deg, #234763, #122f4c); }
.ph--gallery, .ph--band { width: 100%; height: 100%; }

/* ── Responsive ───────────────────────────────────────── */
/* Nav collapses to hamburger before it ever gets cramped */
@media (max-width: 1180px) {
  .nav-desktop, .header-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .header-cta { margin-left: auto; }
}
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 30px; padding: 60px 22px 70px; }
  .hero-card { display: none; }
  .services-cards, .values-cards { grid-template-columns: repeat(2, 1fr); }
  .areas-cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .split-media { order: -1; }
  .service-hero .split-media { order: 0; }
  .side-card { position: static; }
  .gallery-grid, .reviews-cards { grid-template-columns: repeat(2, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .plan--featured { transform: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-cta { display: none; }
  .nav-toggle { margin-left: auto; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 18px 8px; }
  .stat:nth-child(2) { border-right: 0; }
  .services-cards, .values-cards, .areas-cards, .gallery-grid, .reviews-cards, .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .mobile-callbar { display: flex; }
  body { padding-bottom: 56px; }
  .cta-band-inner { padding: 40px 22px; }
  .section { padding: 56px 0; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
