:root {
  --ink: #17211d;
  --muted: #5f6b66;
  --line: #dbe4df;
  --paper: #ffffff;
  --wash: #f4f7f1;
  --forest: #14532d;
  --forest-2: #0f3f25;
  --leaf: #23834a;
  --gold: #d8902f;
  --gold-2: #f2b35d;
  --sky: #d9ecf2;
  --danger: #b54724;
  --shadow: 0 18px 48px rgba(20, 40, 31, .14);
  --radius: 8px;
  --radius-lg: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 10px 14px; z-index: 30; }
.skip-link:focus { left: 8px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,228,223,.9); backdrop-filter: blur(14px); }
.top-strip { background: var(--forest-2); color: #e9f6ef; font-size: 13px; }
.strip-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.strip-inner span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--gold-2); }
.strip-inner a { font-weight: 800; color: #fff; }
.nav-wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; min-height: 82px; }
.brand img { width: 146px; height: auto; }
.site-nav { display: flex; justify-content: center; gap: 20px; font-size: 14px; font-weight: 800; color: #2e3d37; }
.site-nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover { border-color: var(--gold); color: var(--forest); }
.nav-phone, .panel-call { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; background: var(--forest); color: #fff; font-weight: 900; box-shadow: 0 10px 24px rgba(20,83,45,.2); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 20px; height: 2px; background: var(--ink); }

.hero { min-height: calc(100vh - 118px); position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,32,23,.92), rgba(13,32,23,.7) 46%, rgba(13,32,23,.28)), url("./roofing-limerick-hero.jpg") center/cover; transform: scale(1.02); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(180deg, transparent, rgba(244,247,241,.98)); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 46px; align-items: center; padding: 72px 0 96px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-2); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.hero h1, .section h2, .emergency-cta h2 { font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: 0; line-height: .98; }
.hero h1 { max-width: 780px; margin: 16px 0 20px; font-size: clamp(44px, 7vw, 86px); }
.hero p { max-width: 690px; font-size: clamp(17px, 2vw, 21px); color: rgba(255,255,255,.9); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; border: 0; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #211408; box-shadow: 0 12px 28px rgba(216,144,47,.28); }
.btn-secondary { background: #fff; color: var(--forest-2); }
.btn-light { background: #fff; color: var(--forest-2); }
.hero-proof { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 650px; }
.hero-proof span { min-height: 78px; padding: 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); border-radius: var(--radius); color: rgba(255,255,255,.82); }
.hero-proof strong { display: block; color: #fff; font-size: 28px; line-height: 1.1; }
.quote-panel { padding: 28px; border-radius: var(--radius-lg); background: rgba(255,255,255,.95); color: var(--ink); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.5); }
.quote-panel h2 { margin: 0 0 10px; font-size: 24px; line-height: 1.15; }
.quote-panel p { color: var(--muted); font-size: 15px; }
.quote-panel ul { padding: 0; margin: 20px 0; list-style: none; }
.quote-panel li { padding: 12px 0 12px 28px; border-top: 1px solid var(--line); position: relative; }
.quote-panel li::before { content: ""; position: absolute; left: 0; top: 19px; width: 11px; height: 11px; border-radius: 50%; background: var(--leaf); }
.quote-panel .panel-call { width: 100%; }

.trust-band { background: var(--wash); position: relative; z-index: 2; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); transform: translateY(-32px); box-shadow: var(--shadow); }
.trust-grid div { background: #fff; min-height: 128px; padding: 22px; }
.trust-grid strong { display: block; font-size: 17px; margin-bottom: 6px; }
.trust-grid span { color: var(--muted); font-size: 14px; }

.section { padding: 92px 0; }
.section-contrast, .process-section, .contact-section { background: var(--wash); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading h2, .split-copy h2, .areas-grid h2, .faq-layout h2, .contact-copy h2 { margin: 12px 0 14px; font-size: clamp(34px, 5vw, 58px); }
.section-heading p, .split-copy p, .areas-grid p, .faq-layout p, .contact-copy p { color: var(--muted); font-size: 18px; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 28px rgba(20,40,31,.08); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.service-card div { padding: 22px; }
.service-card h3 { margin: 0 0 10px; font-size: 22px; }
.service-card p { color: var(--muted); margin: 0 0 16px; }
.service-card a { font-weight: 900; color: var(--forest); }
.local-search-links {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.local-search-links span,
.local-search-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 900;
}
.local-search-links span {
  background: var(--forest-2);
  color: #fff;
}
.local-search-links a {
  background: var(--wash);
  border: 1px solid var(--line);
  color: var(--forest);
}

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; }
.image-stack { position: relative; padding: 0 0 44px 44px; }
.image-main { width: 100%; min-height: 520px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.stat-card { position: absolute; left: 0; bottom: 0; width: min(330px, 80%); padding: 22px; background: var(--forest-2); color: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.stat-card strong { display: block; font-size: 19px; margin-bottom: 6px; }
.stat-card span { color: rgba(255,255,255,.78); font-size: 14px; }
.feature-list { display: grid; gap: 12px; margin-top: 24px; }
.feature-list div { padding: 18px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.feature-list strong { display: block; margin-bottom: 4px; }
.feature-list span { color: var(--muted); }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.process-step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; min-height: 220px; }
.process-step span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--forest); color: #fff; font-weight: 900; margin-bottom: 20px; }
.process-step h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.2; }
.process-step p { margin: 0; color: var(--muted); }

.areas-section { background: linear-gradient(135deg, #102c1d, #14532d); color: #fff; }
.areas-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: center; }
.areas-grid p { color: rgba(255,255,255,.78); margin-bottom: 26px; }
.county-panel { display: flex; flex-wrap: wrap; gap: 8px; }
.county-panel span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.92); font-weight: 700; font-size: 13px; }
.coverage-card { position: relative; padding: 26px; border-radius: var(--radius-lg); border: 1px solid rgba(242,179,93,.78); background-color: #0f3f25; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 34px 34px; box-shadow: 0 22px 54px rgba(0,0,0,.25); }
.coverage-title { display: inline-flex; margin-bottom: 18px; padding: 10px 14px; background: var(--gold-2); color: #102c1d; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.coverage-map { display: block; width: 100%; min-height: 340px; }
.county-shape polygon, .county-shape circle { stroke: var(--gold-2); stroke-width: 3; stroke-linejoin: round; }
.county-secondary polygon, .county-secondary circle { fill: rgba(255,255,255,.1); }
.county-primary polygon { fill: rgba(216,144,47,.86); }
.county-shape text { fill: #fff; font-size: 23px; font-weight: 900; text-anchor: middle; paint-order: stroke; stroke: rgba(15,63,37,.92); stroke-width: 5px; stroke-linejoin: round; }
.county-primary text { fill: #102c1d; stroke: rgba(255,255,255,.55); }
.coverage-ring { fill: none; stroke: rgba(242,179,93,.58); stroke-width: 3; stroke-dasharray: 9 9; }
.coverage-pin { fill: #fff; stroke: var(--gold-2); stroke-width: 5; }
.coverage-card p { margin: 12px 0 0; max-width: 520px; color: #fff; font-weight: 900; font-size: 18px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.gallery-item { border: 0; padding: 0; background: #000; border-radius: var(--radius); overflow: hidden; position: relative; cursor: pointer; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; opacity: .82; transition: transform .25s ease, opacity .25s ease; }
.gallery-item:hover img { transform: scale(1.04); opacity: 1; }
.gallery-item span { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; border-radius: var(--radius); background: rgba(255,255,255,.92); color: var(--ink); font-weight: 900; font-size: 13px; }

.reviews-section { background: var(--sky); }
.google-review-embed { min-height: 180px; margin-bottom: 22px; padding: 18px; border-radius: var(--radius); background: #fff; border: 1px solid rgba(23,33,29,.08); box-shadow: 0 10px 30px rgba(20,40,31,.08); overflow: hidden; }
.bark-profile-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding: 18px 20px; border-radius: var(--radius); background: #fff; border: 1px solid rgba(23,33,29,.08); box-shadow: 0 10px 30px rgba(20,40,31,.08); }
.bark-profile-card img { width: 116px; height: auto; }
.bark-profile-card span { display: grid; gap: 2px; color: var(--ink); text-align: right; }
.bark-profile-card strong { font-size: 18px; }
.bark-profile-card small { color: var(--muted); font-weight: 800; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { margin: 0; padding: 26px; border-radius: var(--radius); background: #fff; border: 1px solid rgba(23,33,29,.08); box-shadow: 0 10px 30px rgba(20,40,31,.08); }
.review-card blockquote { margin: 0 0 18px; font-size: 17px; color: #27352f; }
.review-card figcaption { font-weight: 900; color: var(--forest); }

.emergency-cta { padding: 70px 0; background: linear-gradient(90deg, rgba(181,71,36,.96), rgba(15,63,37,.96)), url("./emergency-roofing-limerick.jpg") center/cover; color: #fff; }
.emergency-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.emergency-cta h2 { margin: 10px 0; font-size: clamp(34px, 5vw, 54px); max-width: 780px; }
.emergency-cta p { margin: 0; max-width: 720px; color: rgba(255,255,255,.84); }

.faq-layout, .contact-grid, .location-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 20px; }
summary { cursor: pointer; padding: 18px 0; font-weight: 900; }
details p { margin: 0; padding: 0 0 18px; color: var(--muted); }

.contact-methods { display: grid; gap: 12px; margin-top: 24px; }
.contact-methods a, .contact-methods div { display: block; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-methods strong { display: block; margin-bottom: 4px; }
.contact-methods span { color: var(--muted); }
.bark-contact-link strong { margin-bottom: 6px; }
.bark-contact-link img { width: 86px; height: auto; }
.quote-form { display: grid; gap: 10px; padding: 28px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.quote-form label { font-weight: 900; font-size: 13px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); min-height: 48px; padding: 12px 13px; color: var(--ink); background: #fff; }
.quote-form textarea { resize: vertical; min-height: 130px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(35,131,74,.16); border-color: var(--leaf); }
.form-submit { width: 100%; margin-top: 8px; }
.form-note { margin: 0; color: var(--muted); font-size: 13px; text-align: center; }

.location-section { background: #fff; }
.location-grid { align-items: center; }
.location-grid h2 { margin: 12px 0 14px; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; font-size: clamp(34px, 5vw, 58px); line-height: .98; }
.location-grid p { color: var(--muted); font-size: 18px; margin: 0; }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.tiktok-btn { background: #111; color: #fff; gap: 8px; }
.social-link strong {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tiktok-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tiktok-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #050505;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 3px 0 0 #25f4ee, -3px 0 0 #fe2c55;
  flex: 0 0 auto;
}
.tiktok-icon::before {
  content: "♪";
}
.map-card { overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line); min-height: 380px; box-shadow: var(--shadow); background: var(--wash); }
.map-card { position: relative; }
.map-card iframe { width: 100%; min-height: 430px; height: 100%; border: 0; display: block; filter: saturate(.9) contrast(1.03); }
.map-label {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(23,33,29,.08);
  box-shadow: 0 14px 36px rgba(16, 26, 22, .18);
}
.map-label strong {
  display: block;
  color: var(--forest-2);
  font-size: 18px;
  margin-bottom: 3px;
}
.map-label span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.site-footer { background: #101a16; color: rgba(255,255,255,.75); padding: 54px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 38px; }
.site-footer img { width: 160px; background: #fff; border-radius: var(--radius); padding: 8px; margin-bottom: 14px; }
.site-footer h2 { margin: 0 0 12px; color: #fff; font-size: 16px; }
.site-footer a, .site-footer span { display: block; margin: 8px 0; }
.site-footer .footer-bark-link { display: inline-flex; align-items: center; gap: 10px; margin: 8px 0; }
.site-footer .footer-bark-link img { width: 70px; margin: 0; padding: 6px; }
.site-footer .footer-bark-link span { margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 20px; font-size: 13px; }

.page-hero { position: relative; min-height: 560px; display: grid; align-items: end; color: #fff; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,32,23,.92), rgba(13,32,23,.64)), var(--hero-image) center/cover; }
.page-hero .container { position: relative; z-index: 1; padding: 86px 0 72px; }
.page-hero h1 { max-width: 820px; margin: 14px 0 16px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(42px, 7vw, 76px); font-weight: 400; line-height: 1; }
.page-hero p { max-width: 720px; margin: 0 0 28px; color: rgba(255,255,255,.86); font-size: 20px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: rgba(255,255,255,.74); font-size: 13px; font-weight: 800; }
.breadcrumb a { color: #fff; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: start; }
.content-block { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: 0 10px 28px rgba(20,40,31,.06); }
.content-block + .content-block { margin-top: 18px; }
.content-block h2 { margin: 0 0 14px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(30px, 4vw, 46px); line-height: 1.05; font-weight: 400; }
.content-block h3 { margin: 18px 0 8px; font-size: 22px; }
.content-block p { color: var(--muted); margin: 0 0 14px; }
.tick-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; padding: 0; margin: 20px 0 0; }
.tick-list li { position: relative; padding: 13px 14px 13px 38px; background: var(--wash); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 800; }
.tick-list li::before { content: ""; position: absolute; left: 15px; top: 20px; width: 10px; height: 10px; border-radius: 50%; background: var(--leaf); }
.service-sidebar { position: sticky; top: 116px; display: grid; gap: 16px; }
.sidebar-card { padding: 24px; background: var(--forest-2); color: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.sidebar-card h2 { margin: 0 0 10px; font-size: 24px; line-height: 1.15; }
.sidebar-card p { color: rgba(255,255,255,.78); margin: 0 0 18px; }
.service-links { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.service-links h2 { margin: 0 0 10px; font-size: 18px; }
.service-links a { display: block; padding: 11px 0; border-top: 1px solid var(--line); color: var(--forest); font-weight: 900; }
.mini-cta { background: var(--wash); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.mini-cta strong { display: block; font-size: 20px; margin-bottom: 8px; }
.mini-cta span { display: block; color: var(--muted); margin-bottom: 16px; }
.before-after-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.compare-card { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--wash); border: 1px solid var(--line); }
.compare-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.compare-card figcaption { padding: 14px; color: var(--muted); font-weight: 800; font-size: 14px; }

.lightbox { position: fixed; inset: 0; background: rgba(8,12,10,.88); z-index: 50; display: none; align-items: center; justify-content: center; padding: 24px; }
.lightbox.active { display: flex; }
.lightbox img { max-width: min(100%, 1100px); max-height: 86vh; border-radius: var(--radius); box-shadow: var(--shadow); }
.lightbox-close { position: absolute; top: 18px; right: 18px; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; font-size: 28px; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .top-strip { display: none; }
  .nav-wrap { min-height: 72px; grid-template-columns: auto auto; justify-content: space-between; }
  .site-nav { position: fixed; inset: 72px 0 auto; min-height: calc(100vh - 72px); display: none; flex-direction: column; justify-content: flex-start; gap: 0; padding: 24px 16px; background: #fff; border-top: 1px solid var(--line); }
  .site-nav a { padding: 16px; border-bottom: 1px solid var(--line); }
  .nav-open .site-nav { display: flex; }
  .nav-phone { display: none; }
  .nav-toggle { display: inline-flex; }
  .hero { min-height: auto; }
  .hero-grid, .split, .areas-grid, .faq-layout, .contact-grid, .location-grid { grid-template-columns: 1fr; }
  .service-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .hero-grid { padding: 76px 0 92px; }
  .quote-panel { max-width: 520px; }
  .trust-grid, .service-grid, .process-grid, .gallery-grid, .review-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .emergency-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1160px); }
  .brand img { width: 126px; }
  .hero-media { background: linear-gradient(180deg, rgba(13,32,23,.9), rgba(13,32,23,.68)), url("./roofing-limerick-hero.jpg") center/cover; }
  .hero h1 { font-size: 43px; }
  .hero-proof, .trust-grid, .service-grid, .process-grid, .gallery-grid, .review-grid, .footer-grid, .before-after-grid { grid-template-columns: 1fr; }
  .coverage-card { padding: 18px; }
  .coverage-map { min-height: 280px; }
  .county-shape text { font-size: 20px; }
  .bark-profile-card { align-items: flex-start; flex-direction: column; }
  .bark-profile-card span { text-align: left; }
  .tick-list { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .image-stack { padding: 0; }
  .image-main { min-height: 360px; }
  .stat-card { position: static; width: 100%; margin-top: 12px; }
  .quote-form { padding: 20px; }
  .footer-bottom { flex-direction: column; }
}
