/*
Theme Name: AARC Clovis SEO
Theme URI: https://allaboutroofingandconstruction.com/
Author: All About Roofing & Construction
Description: A fast, builder-free WordPress theme with integrated local and technical SEO for All About Roofing & Construction in Clovis, New Mexico.
Version: 19.0.0
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: aarc-clovis
*/

:root {
  /* Brand palette sampled from the All About Roofing & Construction logo. */
  --aarc-brand-dark: #0a324b;
  --aarc-brand: #1f5a78;
  --aarc-brand-light: #b9d0dc;
  --aarc-brand-pale: #dce8ee;
  --aarc-silver: #a3a7a8;
  --aarc-silver-dark: #6d7478;
  --aarc-ink: #142832;
  --aarc-ink-2: #203946;
  --aarc-gray: #66757d;
  --aarc-line: #dbe3e7;
  --aarc-paper: #ffffff;
  --aarc-soft: #f3f7f9;
  --aarc-brand-soft: #eaf1f4;
  --aarc-max: 1200px;
  --aarc-radius: 22px;
  --aarc-shadow: 0 18px 55px rgba(10, 50, 75, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--aarc-ink);
  background: var(--aarc-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--aarc-brand-dark); text-decoration-thickness: .08em; text-underline-offset: .15em; }
a:hover { color: var(--aarc-brand); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--aarc-max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 840px); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 99999; padding: 12px 16px; background: #fff; color: #000; }
.skip-link:focus { left: 12px; }

.utility-bar { background: var(--aarc-brand-dark); color: #fff; font-size: .86rem; }
.utility-bar .container { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-bar a { color: #fff; text-decoration: none; font-weight: 800; }
.utility-note { color: #d7dade; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(32,34,36,.08); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.site-branding { display: flex; align-items: center; flex: 0 0 auto; }
.custom-logo-link { display: block; line-height: 0; }
.custom-logo { width: auto; max-height: 66px; }
.brand-fallback { display: flex; align-items: center; gap: 12px; color: var(--aarc-ink); text-decoration: none; }
.brand-mark { width: 48px; height: 40px; position: relative; border-bottom: 5px solid var(--aarc-brand-dark); }
.brand-mark:before, .brand-mark:after { content: ""; position: absolute; top: 7px; width: 32px; height: 5px; background: var(--aarc-brand); }
.brand-mark:before { left: 0; transform: rotate(-36deg); transform-origin: left center; }
.brand-mark:after { right: 0; transform: rotate(36deg); transform-origin: right center; }
.brand-name { font-weight: 950; line-height: 1; letter-spacing: -.03em; }
.brand-name small { display: block; margin-top: 5px; color: var(--aarc-gray); font-size: .63rem; letter-spacing: .15em; text-transform: uppercase; }

.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 26px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { color: var(--aarc-ink); text-decoration: none; font-weight: 800; font-size: .95rem; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--aarc-brand-dark); }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; background: var(--aarc-brand-dark); color: #fff; text-decoration: none; font-weight: 950; white-space: nowrap; box-shadow: 0 8px 26px rgba(31,90,120,.22); }
.header-cta:hover { background: #2b6a88; color: #fff; transform: translateY(-1px); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 8px; }
.menu-toggle span { display: block; height: 3px; margin: 5px 0; border-radius: 3px; background: var(--aarc-ink); }

.hero { position: relative; overflow: hidden; min-height: 720px; color: #fff; background: linear-gradient(115deg, #061f30 0%, #0a324b 58%, #184c65 100%); isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero:before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,22,34,.96) 0%, rgba(7,34,50,.88) 48%, rgba(10,50,75,.46) 100%); }
.hero:after { content: ""; position: absolute; width: 900px; height: 500px; right: -250px; bottom: -360px; z-index: -1; transform: rotate(-8deg); border-top: 18px solid rgba(185,208,220,.72); background: rgba(255,255,255,.04); }
.hero-inner { min-height: 720px; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: center; padding: 80px 0 120px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #c7d6de; font-size: .78rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow:before { content: ""; width: 34px; height: 3px; background: var(--aarc-brand); }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3rem, 6.4vw, 6.5rem); line-height: .93; letter-spacing: -.055em; font-weight: 950; text-wrap: balance; }
.hero h1 span { color: var(--aarc-brand-light); }
.hero-lede { max-width: 720px; margin: 26px 0 0; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: #e7eaed; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 950; border: 2px solid transparent; transition: .18s ease; }
.btn-primary { background: var(--aarc-brand); color: #fff; }
.btn-primary:hover { background: #2b6a88; color: #fff; transform: translateY(-2px); }
.btn-secondary { border-color: rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.06); }
.btn-secondary:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.12); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.proof-pill { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.06); color: #f2f3f4; font-weight: 750; font-size: .9rem; }

.proof-band { position: relative; z-index: 5; margin-top: -70px; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: var(--aarc-radius); background: #fff; box-shadow: var(--aarc-shadow); }
.proof-item { min-height: 140px; padding: 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--aarc-line); }
.proof-item:last-child { border-right: 0; }
.proof-kicker { color: var(--aarc-brand-dark); font-size: .76rem; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.proof-value { margin-top: 4px; font-size: 1.45rem; font-weight: 950; letter-spacing: -.03em; line-height: 1.1; }
.proof-small { margin-top: 5px; color: var(--aarc-gray); font-size: .9rem; }

.section { padding: 105px 0; }
.section-soft { background: var(--aarc-soft); }
.section-dark { background: var(--aarc-brand-dark); color: #fff; }
.section-head { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: end; margin-bottom: 44px; }
.section-label { color: var(--aarc-brand-dark); font-size: .78rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.section-title { margin: 9px 0 0; max-width: 780px; font-size: clamp(2.2rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -.045em; font-weight: 950; text-wrap: balance; }
.section-intro { margin: 0; color: var(--aarc-gray); font-size: 1.08rem; }
.section-dark .section-intro { color: #cfd3d6; }
.section-dark .section-label { color: var(--aarc-brand-light); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 340px; overflow: hidden; padding: 30px; border: 1px solid var(--aarc-line); border-radius: 18px; background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #c7d6de; box-shadow: 0 20px 46px rgba(32,34,36,.09); }
.service-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--aarc-brand-soft); color: var(--aarc-brand-dark); font-size: .82rem; font-weight: 950; }
.service-card h3 { margin: 48px 0 10px; font-size: 1.55rem; line-height: 1.1; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--aarc-gray); }
.service-link { position: absolute; left: 30px; bottom: 28px; font-weight: 950; text-decoration: none; }
.service-link:after { content: " →"; }


/* Representative roofing examples ---------------------------------------- */
.representative-section {
  padding-top: 88px;
  padding-bottom: 96px;
  background:
    radial-gradient(circle at 12% 0%, rgba(31,90,120,.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f8fbfc 100%);
}
.representative-head { max-width: 900px; margin: 0 auto 38px; text-align: center; }
.representative-head .section-title { margin-inline: auto; }
.representative-intro { max-width: 820px; margin: 18px auto 0; color: var(--aarc-gray); font-size: 1.05rem; }
.representative-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.representative-card { overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--aarc-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 34px rgba(10,50,75,.07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.representative-card:hover { transform: translateY(-5px); border-color: #bfd0d9; box-shadow: 0 22px 48px rgba(10,50,75,.13); }
.representative-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #dce8ee; }
.representative-media:after { content: ""; position: absolute; inset: auto 0 0; height: 34%; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(6,31,48,.16)); }
.representative-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.representative-card:hover .representative-media img { transform: scale(1.035); }
.representative-body { flex: 1; display: flex; flex-direction: column; padding: 24px 23px 25px; }
.representative-type { color: var(--aarc-brand); font-size: .72rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.representative-card h3 { margin: 8px 0 10px; font-size: 1.3rem; line-height: 1.1; letter-spacing: -.025em; }
.representative-card p { margin: 0 0 20px; color: var(--aarc-gray); font-size: .94rem; }
.representative-link { margin-top: auto; color: var(--aarc-brand-dark); text-decoration: none; font-weight: 950; font-size: .93rem; }
.representative-link:after { content: " →"; }
.representative-link:hover { color: var(--aarc-brand); }
.representative-disclosure { max-width: 900px; margin: 18px auto 0; color: var(--aarc-silver-dark); font-size: .78rem; text-align: center; font-style: italic; }

.weather-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.weather-panel { position: relative; min-height: 540px; overflow: hidden; padding: 48px; border-radius: 28px; background: linear-gradient(145deg, #222529, #111315); box-shadow: var(--aarc-shadow); }
.weather-panel:before { content: ""; position: absolute; width: 420px; height: 420px; right: -210px; top: -170px; border: 40px solid rgba(31,90,120,.22); border-radius: 50%; }
.weather-panel h3 { position: relative; max-width: 520px; margin: 0; color: #fff; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.045em; }
.weather-panel p { position: relative; max-width: 530px; color: #d7dbde; }
.weather-tags { position: relative; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.weather-tags span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; font-weight: 850; font-size: .9rem; }
.feature-list { display: grid; gap: 8px; }
.feature { padding: 20px 0; border-bottom: 1px solid var(--aarc-line); }
.feature:first-child { padding-top: 0; }
.feature h3 { margin: 0 0 4px; font-size: 1.15rem; }
.feature p { margin: 0; color: var(--aarc-gray); }

.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.quote-card { position: relative; padding: 42px; border-radius: 24px; color: #fff; background: var(--aarc-ink); }
.quote-card:before { content: "“"; position: absolute; right: 28px; top: -12px; color: var(--aarc-brand); font-size: 9rem; line-height: 1; font-family: Georgia, serif; opacity: .75; }
.quote-card blockquote { position: relative; margin: 0; font-size: 1.8rem; line-height: 1.2; font-weight: 900; letter-spacing: -.025em; }
.quote-card cite { position: relative; display: block; margin-top: 20px; color: #cfd3d6; font-style: normal; }
.about-copy h2 { margin: 0 0 18px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.04em; }
.about-copy p { color: var(--aarc-gray); }
.cert-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.cert-row span { padding: 9px 12px; border-radius: 10px; background: var(--aarc-soft); font-weight: 850; font-size: .9rem; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: steps; }
.process-step { counter-increment: steps; padding: 28px 24px; border-top: 4px solid var(--aarc-brand-light); background: #103b53; }
.process-step:before { content: "0" counter(steps); display: block; margin-bottom: 30px; color: #b9d0dc; font-size: .82rem; font-weight: 950; letter-spacing: .12em; }
.process-step h3 { margin: 0; color: #fff; font-size: 1.25rem; }
.process-step p { margin: 8px 0 0; color: #c6cbd0; font-size: .95rem; }

.areas-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.area-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.area-list li { padding: 14px 16px; border-radius: 12px; border: 1px solid var(--aarc-line); background: #fff; font-weight: 850; }
.map-abstract { min-height: 420px; position: relative; overflow: hidden; border-radius: 26px; background: #123f59; }
.map-abstract:before, .map-abstract:after { content: ""; position: absolute; inset: -30%; background: repeating-linear-gradient(35deg, transparent 0 48px, rgba(255,255,255,.06) 48px 51px); transform: rotate(8deg); }
.map-abstract:after { transform: rotate(98deg); opacity: .7; }
.map-pin { position: absolute; z-index: 2; left: 50%; top: 48%; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: translate(-50%,-50%) rotate(-45deg); background: var(--aarc-brand); box-shadow: 0 18px 40px rgba(0,0,0,.25); }
.map-pin span { transform: rotate(45deg); font-weight: 950; color: #fff; }
.map-caption { position: absolute; z-index: 3; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; border-radius: 16px; color: #fff; background: rgba(18,20,22,.82); backdrop-filter: blur(8px); }
.map-caption strong { display: block; font-size: 1.15rem; }

.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--aarc-line); border-radius: 14px; background: #fff; }
.faq-item summary { padding: 20px 22px; cursor: pointer; list-style: none; font-weight: 900; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:after { content: "+"; float: right; color: var(--aarc-brand-dark); font-size: 1.25rem; }
.faq-item[open] summary:after { content: "–"; }
.faq-item p { margin: 0; padding: 0 22px 22px; color: var(--aarc-gray); }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { overflow: hidden; border: 1px solid var(--aarc-line); border-radius: 18px; background: #fff; }
.post-card-media { display: block; aspect-ratio: 16/9; background: #e9eaeb; overflow: hidden; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.post-card:hover img { transform: scale(1.03); }
.post-card-body { padding: 24px; }
.post-card-meta { color: var(--aarc-brand-dark); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.post-card h3 { margin: 9px 0 12px; font-size: 1.3rem; line-height: 1.2; }
.post-card h3 a { color: var(--aarc-ink); text-decoration: none; }
.post-card p { margin: 0; color: var(--aarc-gray); }

.cta-panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 40px; padding: 54px; border-radius: 28px; background: var(--aarc-brand-dark); color: #fff; }
.cta-panel h2 { margin: 0; max-width: 700px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .97; letter-spacing: -.045em; }
.cta-panel p { margin: 16px 0 0; max-width: 700px; font-weight: 700; }
.cta-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }
.cta-actions .btn { background: #fff; color: var(--aarc-brand-dark); }
.cta-actions .btn.secondary { border-color: rgba(255,255,255,.55); background: transparent; color: #fff; }

.content-shell { padding: 80px 0 100px; }
.entry-header { margin-bottom: 38px; }
.entry-title { margin: 0; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .95; letter-spacing: -.05em; }
.entry-content { font-size: 1.04rem; }
.entry-content h2 { margin-top: 2.2em; font-size: 2rem; line-height: 1.08; }
.entry-content h3 { margin-top: 1.8em; font-size: 1.4rem; }
.entry-content p, .entry-content li { color: #44494e; }
.entry-content img { border-radius: 14px; }
.entry-meta { margin-top: 12px; color: var(--aarc-gray); }
.pagination { margin-top: 38px; }

.site-footer { padding: 72px 0 0; background: #061f30; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; padding-bottom: 50px; }
.footer-brand { max-width: 430px; }
.footer-brand h2 { margin: 0; font-size: 1.8rem; }
.footer-brand p { color: #bfc4c8; }
.footer-title { margin: 0 0 14px; color: #b9d0dc; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin: 8px 0; }
.footer-list a { color: #fff; text-decoration: none; }
.footer-list a:hover { color: #b9d0dc; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0 28px; color: #aeb4b8; font-size: .88rem; }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 20px; }

.mobile-action-bar { display: none; }

@media (max-width: 980px) {
  .representative-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 18px; border-radius: 14px; background: #fff; box-shadow: var(--aarc-shadow); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-nav li { border-bottom: 1px solid var(--aarc-line); }
  .primary-nav li:last-child { border: 0; }
  .primary-nav a { display: block; padding: 12px 5px; }
  .hero-inner { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--aarc-line); }
  .services-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); }
  .weather-grid, .about-grid, .areas-grid, .section-head, .cta-panel { grid-template-columns: 1fr; }
  .section-head { gap: 20px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .representative-section { padding-top: 72px; padding-bottom: 78px; }
  .representative-grid { grid-template-columns: 1fr; }
  .representative-head { text-align: left; }
  .representative-head .section-title { margin-inline: 0; }
  .representative-intro { margin-inline: 0; }
  .representative-disclosure { text-align: left; }
  .container, .narrow { width: min(calc(100% - 28px), var(--aarc-max)); }
  .utility-bar .container { justify-content: center; text-align: center; }
  .utility-note { display: none; }
  .header-inner { min-height: 72px; }
  .custom-logo { max-height: 56px; max-width: 220px; }
  .brand-name { font-size: .9rem; }
  .hero { min-height: 640px; }
  .hero-inner { min-height: 640px; padding: 60px 0 110px; }
  .hero h1 { font-size: clamp(2.85rem, 14vw, 4.7rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .proof-band { margin-top: -52px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item { min-height: 118px; padding: 20px 17px; }
  .proof-value { font-size: 1.14rem; }
  .proof-small { font-size: .82rem; }
  .section { padding: 78px 0; }
  .services-grid, .posts-grid, .process-grid, .area-list, .footer-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .weather-panel { min-height: 440px; padding: 30px; }
  .quote-card { padding: 32px 28px; }
  .cta-panel { padding: 34px 24px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom .container { flex-direction: column; }
  .mobile-action-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 1100; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(20,22,24,.94); box-shadow: 0 16px 46px rgba(0,0,0,.25); backdrop-filter: blur(12px); }
  .mobile-action-bar a { min-height: 48px; display: grid; place-items: center; border-radius: 11px; text-decoration: none; font-weight: 950; }
  .mobile-call { background: #fff; color: #181a1c; }
  .mobile-quote { background: var(--aarc-brand); color: #fff; }
  body { padding-bottom: 78px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}


/* =========================================================
   V3 HOMEPAGE / HEADER REFINEMENT
   ========================================================= */

.admin-bar .site-header { top: 32px; }

.site-header {
  box-shadow: 0 10px 36px rgba(14, 16, 18, .055);
}

.header-inner {
  min-height: 96px;
  gap: 22px;
}

.custom-logo {
  max-height: 82px;
  width: auto;
  max-width: 245px;
}

.primary-nav ul {
  gap: 21px;
}

.primary-nav a {
  position: relative;
  font-size: .91rem;
}

.primary-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -7px;
  height: 2px;
  background: var(--aarc-brand);
  transition: right .18s ease;
}

.primary-nav a:hover:after,
.primary-nav .current-menu-item > a:after {
  right: 0;
}

.header-cta {
  min-height: 50px;
  padding-inline: 22px;
  border-radius: 12px;
  box-shadow: 0 9px 24px rgba(31,90,120,.20);
}

.hero {
  min-height: 620px;
  background:
    radial-gradient(circle at 78% 34%, rgba(31,90,120,.18), transparent 25%),
    linear-gradient(115deg, #061f30 0%, #0a324b 52%, #184c65 100%);
}

.hero:before {
  background:
    linear-gradient(90deg, rgba(4,22,34,.98) 0%, rgba(7,34,50,.94) 45%, rgba(10,50,75,.72) 100%);
}

.hero:after {
  width: 1100px;
  height: 600px;
  right: -350px;
  bottom: -470px;
  transform: rotate(-7deg);
  border-top: 12px solid rgba(185,208,220,.78);
  background: rgba(255,255,255,.025);
}

.hero-grid-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, transparent 42%, #000 70%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, transparent 42%, #000 70%, #000 100%);
}

.hero-inner {
  min-height: 620px;
  grid-template-columns: minmax(0, 1.16fr) minmax(350px, .84fr);
  gap: 76px;
  padding: 64px 0 92px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin-bottom: 20px;
  color: #c7d6de;
  font-size: .76rem;
  letter-spacing: .15em;
}

.hero h1 {
  max-width: 770px;
  font-size: clamp(3rem, 5.15vw, 5.65rem);
  line-height: .94;
  letter-spacing: -.052em;
}

.hero h1 span {
  display: block;
  margin-top: .04em;
  color: var(--aarc-brand-light);
}

.hero-lede {
  max-width: 690px;
  margin-top: 24px;
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 30px;
}

.btn {
  min-height: 52px;
  padding-inline: 22px;
  border-radius: 12px;
}

.hero-proof {
  margin-top: 24px;
}

.proof-pill {
  padding: 7px 11px;
  font-size: .83rem;
  background: rgba(255,255,255,.055);
}

.hero-spotlight {
  position: relative;
  overflow: hidden;
  align-self: center;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.105), rgba(255,255,255,.055)),
    rgba(6,31,48,.88);
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(16px);
}

.hero-spotlight:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -125px;
  top: -125px;
  border-radius: 50%;
  border: 34px solid rgba(31,90,120,.22);
}

.spotlight-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 21px;
}

.spotlight-kicker {
  max-width: 180px;
  padding-top: 6px;
  color: #c7d6de;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.spotlight-years {
  min-width: 76px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .85;
  text-align: right;
}

.spotlight-years small {
  display: block;
  margin-top: 8px;
  color: #cfd3d6;
  font-size: .63rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-spotlight h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 420px;
  color: #fff;
  font-size: clamp(1.65rem, 2.25vw, 2.45rem);
  line-height: 1.02;
  letter-spacing: -.035em;
}

.hero-spotlight > p {
  position: relative;
  z-index: 1;
  margin: 13px 0 22px;
  color: #cfd3d6;
  font-size: .96rem;
  line-height: 1.55;
}

.spotlight-services {
  position: relative;
  z-index: 1;
  display: grid;
  border-top: 1px solid rgba(255,255,255,.12);
}

.spotlight-services a {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  min-height: 47px;
  gap: 7px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  font-size: .92rem;
}

.spotlight-services a:hover {
  color: #dce8ee;
}

.spotlight-services span {
  color: var(--aarc-brand);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.roof-mark {
  position: relative;
  height: 72px;
  margin: -3px 0 8px;
  opacity: .95;
}

.roof-line {
  position: absolute;
  display: block;
  height: 6px;
  background: var(--aarc-brand);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(31,90,120,.20);
}

.roof-line-one {
  width: 118px;
  left: 9px;
  top: 35px;
  transform: rotate(-30deg);
  transform-origin: left center;
}

.roof-line-two {
  width: 118px;
  left: 111px;
  top: 35px;
  transform: rotate(30deg);
  transform-origin: right center;
}

.roof-line-three {
  width: 172px;
  left: 34px;
  top: 62px;
  height: 3px;
  background: rgba(255,255,255,.40);
}

.hero-photo-card {
  position: relative;
  overflow: hidden;
  height: 185px;
  margin: -30px -30px 26px;
  border-radius: 23px 23px 0 0;
}

.hero-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-photo-overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 30px 24px 18px;
  background: linear-gradient(transparent, rgba(9,10,11,.88));
}

.hero-photo-overlay span,
.hero-photo-overlay strong {
  display: block;
}

.hero-photo-overlay span {
  color: #c7d6de;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-photo-overlay strong {
  margin-top: 3px;
  color: #fff;
  font-size: 1.25rem;
}

.proof-band {
  margin-top: -42px;
}

.proof-grid {
  border: 1px solid rgba(32,34,36,.055);
}

.proof-item {
  min-height: 124px;
  padding: 25px 26px;
}

.proof-value {
  font-size: 1.34rem;
}

@media (max-width: 1100px) {
  .header-inner {
    min-height: 86px;
  }

  .custom-logo {
    max-height: 72px;
  }

  .header-cta {
    display: none;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(310px, .95fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3rem, 5.7vw, 5rem);
  }
}

@media (max-width: 900px) {
  .admin-bar .site-header { top: 46px; }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 0 92px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-spotlight {
    max-width: 650px;
  }

  .hero h1 span {
    display: inline;
  }

  .hero-grid-art {
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 60%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0, #000 60%, #000 100%);
  }

  .proof-band {
    margin-top: -38px;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 680px) {
  .header-inner {
    min-height: 74px;
  }

  .custom-logo {
    max-height: 60px;
    max-width: 190px;
  }

  .hero-inner {
    padding-top: 46px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 4.15rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-spotlight {
    padding: 24px;
    border-radius: 20px;
  }

  .hero-photo-card {
    margin: -24px -24px 22px;
    border-radius: 19px 19px 0 0;
  }

  .roof-mark {
    transform: scale(.88);
    transform-origin: left center;
  }

  .proof-band {
    margin-top: -30px;
  }
}

/* =========================================================
   V6 — PREMIUM CONVERSION HOMEPAGE
   Converts the approved visual direction into responsive HTML/CSS.
   ========================================================= */

:root {
  --v6-navy: #0a324b;
  --v6-navy-deep: #062338;
  --v6-blue: #0f6fa3;
  --v6-blue-2: #1f88c1;
  --v6-ice: #eef7fb;
  --v6-sky: #d9eef8;
  --v6-text: #102f43;
  --v6-muted: #5f7280;
  --v6-border: #d8e4ea;
  --v6-white: #fff;
  --v6-radius: 18px;
  --v6-shadow: 0 18px 55px rgba(7, 43, 65, .13);
}

/* Header polish */
.utility-inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.utility-links { display: flex; align-items: center; gap: 18px; }
.utility-links a { white-space: nowrap; }
.site-header { box-shadow: 0 8px 28px rgba(10,50,75,.07); }
.header-inner { min-height: 88px; }
.custom-logo { max-height: 74px; max-width: 250px; }
.header-cta { border-radius: 10px; min-height: 48px; padding-inline: 22px; }
.primary-nav > ul > li { position: relative; }
.primary-nav .menu-item-has-children > a:after { content: "⌄"; margin-left: 5px; font-size: .8em; }
.primary-nav .sub-menu {
  position: absolute;
  left: -16px;
  top: calc(100% + 14px);
  z-index: 1200;
  min-width: 245px;
  display: block;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  border: 1px solid var(--v6-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(7,43,65,.14);
  transition: .18s ease;
}
.primary-nav .sub-menu:before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-nav .sub-menu li { width: 100%; }
.primary-nav .sub-menu a { display: block; padding: 10px 12px; border-radius: 9px; font-size: .9rem; }
.primary-nav .sub-menu a:hover { background: var(--aarc-brand-soft); }

/* V6 general */
.aarc-home-v6 { overflow: hidden; }
.aarc-home-v6 h1,
.aarc-home-v6 h2,
.aarc-home-v6 h3,
.aarc-home-v6 strong { text-wrap: balance; }
.v6-section { padding: 86px 0; }
.v6-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v6-blue);
  font-size: .76rem;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.v6-label:before { content: ""; width: 32px; height: 2px; background: currentColor; }
.v6-label.light { color: #cdeaf7; }
.v6-section-row {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}
.v6-section-row.compact { margin-bottom: 22px; }
.v6-section-row h2,
.v6-center-head h2,
.v6-work-head h2,
.v6-info-grid h2,
.v6-story-grid h2 {
  margin: 8px 0 0;
  color: var(--v6-text);
  font-size: clamp(2rem, 3.7vw, 3.65rem);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 950;
}
.v6-section-row p,
.v6-center-head p,
.v6-work-head p { max-width: 770px; margin: 14px 0 0; color: var(--v6-muted); }
.v6-text-link { color: var(--v6-blue); text-decoration: none; font-weight: 900; white-space: nowrap; }
.v6-text-link:hover { color: var(--v6-navy); }
.v6-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 950;
  line-height: 1;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.v6-btn:hover { transform: translateY(-2px); }
.v6-btn-primary { color: #fff; background: linear-gradient(135deg, var(--v6-blue-2), var(--v6-blue)); box-shadow: 0 12px 26px rgba(15,111,163,.25); }
.v6-btn-primary:hover { color: #fff; background: linear-gradient(135deg, #2495d0, #0a608f); }
.v6-btn-outline { color: #fff; border-color: rgba(255,255,255,.66); background: rgba(4,34,54,.24); backdrop-filter: blur(8px); }
.v6-btn-outline:hover { color: #fff; border-color: #fff; background: rgba(4,34,54,.42); }
.v6-btn-light { color: var(--v6-navy); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.12); }
.v6-btn-light:hover { color: var(--v6-navy); background: #f6fbfd; }

/* Hero */
.v6-hero {
  position: relative;
  min-height: 620px;
  isolation: isolate;
  color: #fff;
  background: var(--v6-navy-deep);
}
.v6-hero-media { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.v6-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2,30,49,.97) 0%, rgba(4,40,63,.90) 37%, rgba(7,55,83,.52) 63%, rgba(6,42,63,.20) 100%),
    linear-gradient(0deg, rgba(6,35,53,.48), transparent 45%);
}
.v6-hero-grid {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, .72fr);
  gap: 70px;
  align-items: center;
  padding-block: 68px;
}
.v6-hero-copy { max-width: 690px; }
.v6-eyebrow { margin-bottom: 16px; color: #d8edf6; font-size: .78rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.v6-hero h1 { margin: 0; font-size: clamp(3.2rem, 5.8vw, 6.1rem); line-height: .91; letter-spacing: -.055em; font-weight: 950; }
.v6-hero h1 span { display: block; color: #c5e1ee; }
.v6-hero-copy > p { max-width: 660px; margin: 24px 0 0; color: #eff8fc; font-size: clamp(1.03rem, 1.6vw, 1.22rem); line-height: 1.55; }
.v6-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Estimate card */
.v6-estimate-card {
  width: min(100%, 430px);
  justify-self: end;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px;
  background: linear-gradient(155deg, rgba(8,51,77,.96), rgba(4,35,54,.97));
  box-shadow: 0 28px 70px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}
.v6-card-kicker { color: #a7d6ea; font-size: .71rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.v6-estimate-card h2 { margin: 8px 0 4px; color: #fff; font-size: 2rem; line-height: 1; letter-spacing: -.035em; }
.v6-estimate-card > p { margin: 0 0 19px; color: #d7e8ef; font-size: .92rem; }
.v6-estimate-form { display: grid; gap: 10px; }
.v6-estimate-form label { display: block; }
.v6-estimate-form label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.v6-estimate-form input,
.v6-estimate-form select {
  width: 100%;
  min-height: 45px;
  padding: 0 13px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 8px;
  outline: none;
  color: #163244;
  background: #fff;
}
.v6-estimate-form input:focus,
.v6-estimate-form select:focus { border-color: #6cc2e9; box-shadow: 0 0 0 3px rgba(108,194,233,.18); }
.v6-submit { width: 100%; border: 0; margin-top: 4px; }
.v6-estimate-form small { color: #c2d8e2; font-size: .72rem; text-align: center; }
.v6-hp { position: absolute !important; left: -99999px !important; width: 1px; height: 1px; overflow: hidden; }
.v6-form-message { margin-bottom: 12px; padding: 10px 12px; border-radius: 8px; font-size: .82rem; font-weight: 800; }
.v6-form-message.success { color: #123d2b; background: #ddf7e9; }
.v6-form-message.error { color: #6a2323; background: #ffe5e5; }

/* Trust bar */
.v6-trustbar { border-bottom: 1px solid var(--v6-border); background: #fff; }
.v6-trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.v6-trust-item {
  min-height: 126px;
  display: grid;
  grid-template-columns: 42px minmax(0,1fr);
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-content: center;
  padding: 20px 15px;
  border-right: 1px solid var(--v6-border);
}
.v6-trust-item:last-child { border-right: 0; }
.v6-trust-item .v6-icon { grid-row: 1 / 3; align-self: start; }
.v6-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--v6-blue); background: #eaf5fa; }
.v6-icon svg { width: 22px; height: 22px; fill: currentColor; }
.v6-trust-item strong { color: var(--v6-text); font-size: .88rem; line-height: 1.2; }
.v6-trust-item small { margin-top: 4px; color: var(--v6-muted); font-size: .74rem; line-height: 1.35; }

/* Reviews */
.v6-reviews { padding-block: 70px; background: #fff; }
.v6-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.v6-review-card { margin: 0; padding: 24px; border: 1px solid var(--v6-border); border-radius: 15px; background: #fff; box-shadow: 0 12px 30px rgba(10,50,75,.05); }
.v6-stars { margin-bottom: 12px; color: #f1a313; letter-spacing: .08em; font-size: 1.05rem; }
.v6-review-card p { margin: 0; color: #324b5b; }
.v6-review-card cite { display: block; margin-top: 14px; color: var(--v6-text); font-size: .88rem; font-style: normal; font-weight: 900; }
.v6-review-ready { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 24px 28px; border: 1px solid var(--v6-border); border-radius: 16px; background: var(--v6-ice); }
.v6-review-ready strong, .v6-review-ready span { display: block; }
.v6-review-ready span { margin-top: 4px; color: var(--v6-muted); }

/* Services */
.v6-service-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.v6-service-card { overflow: hidden; min-width: 0; border: 1px solid var(--v6-border); border-radius: 14px; background: #fff; box-shadow: 0 9px 28px rgba(10,50,75,.05); transition: transform .18s ease, box-shadow .18s ease; }
.v6-service-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(10,50,75,.12); }
.v6-service-image { display: block; aspect-ratio: 1.55/1; overflow: hidden; background: #dce8ee; }
.v6-service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.v6-service-card:hover img { transform: scale(1.04); }
.v6-service-body { padding: 17px 16px 18px; }
.v6-service-body h3 { margin: 0 0 8px; color: var(--v6-text); font-size: 1.02rem; line-height: 1.08; letter-spacing: -.02em; }
.v6-service-body p { margin: 0 0 15px; color: var(--v6-muted); font-size: .84rem; line-height: 1.45; }
.v6-service-body a { color: var(--v6-blue); text-decoration: none; font-size: .83rem; font-weight: 950; }
.v6-disclosure { margin: 18px auto 0; color: #7a8c97; font-size: .76rem; font-style: italic; text-align: center; }

/* Representative work */
.v6-work-section { background: linear-gradient(180deg,#f7fbfd,#edf7fb); }
.v6-work-head { max-width: 920px; margin: 0 auto 34px; text-align: center; }
.v6-work-head .v6-label { justify-content: center; }
.v6-work-head h2 { margin-inline: auto; }
.v6-work-head p { margin-inline: auto; }
.v6-work-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.v6-work-card { overflow: hidden; border: 1px solid #cfe0e8; border-radius: 14px; background: #fff; box-shadow: 0 12px 28px rgba(8,52,78,.06); }
.v6-work-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.v6-work-card img { width: 100%; aspect-ratio: 1.48/1; object-fit: cover; }
.v6-work-card span { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.v6-work-card strong { color: var(--v6-text); font-size: 1rem; line-height: 1.1; }
.v6-work-card small { display: block; margin: 8px 0 14px; color: var(--v6-muted); font-size: .84rem; line-height: 1.42; }
.v6-work-card b { margin-top: auto; color: var(--v6-blue); font-size: .82rem; }

/* Weather strip */
.v6-weather { position: relative; padding: 66px 0; color: #fff; background: linear-gradient(135deg,#0a324b 0%,#0f5b82 100%); }
.v6-weather:before { content: ""; position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 75% 10%,#fff 0 2px,transparent 2px) 0 0/28px 28px; }
.v6-weather-inner { position: relative; display: grid; grid-template-columns: .9fr 1.35fr; gap: 60px; align-items: center; }
.v6-weather-copy h2 { margin: 8px 0 12px; color: #fff; font-size: clamp(2.2rem,3.8vw,4rem); line-height: .96; letter-spacing: -.045em; }
.v6-weather-copy p { margin: 0 0 24px; color: #dcecf4; }
.v6-weather-icons { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.v6-weather-icons > div { text-align: center; }
.v6-weather-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); }
.v6-weather-icon svg { width: 29px; height: 29px; fill: currentColor; }
.v6-weather-icons strong { display: block; font-size: .9rem; }
.v6-weather-icons small { display: block; margin-top: 5px; color: #c9e0eb; font-size: .72rem; line-height: 1.35; }

/* Why choose */
.v6-center-head { max-width: 900px; margin: 0 auto 34px; text-align: center; }
.v6-center-head .v6-label { justify-content: center; }
.v6-center-head p { margin-inline: auto; }
.v6-why-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.v6-why-card { padding: 26px 20px; border: 1px solid var(--v6-border); border-radius: 14px; background: #fff; text-align: center; box-shadow: 0 8px 24px rgba(10,50,75,.04); }
.v6-why-card .v6-icon { margin: 0 auto 14px; }
.v6-why-card h3 { margin: 0 0 8px; color: var(--v6-text); font-size: 1rem; line-height: 1.15; }
.v6-why-card p { margin: 0; color: var(--v6-muted); font-size: .84rem; }

/* Warning signs */
.v6-signs { padding-top: 10px; background: linear-gradient(180deg,#fff,#f8fbfd); }
.v6-sign-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.v6-sign-grid > div { padding: 22px 16px; border: 1px solid var(--v6-border); border-radius: 14px; background: #fff; text-align: center; }
.v6-sign-grid span { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 50%; color: var(--v6-blue); background: #eaf5fa; }
.v6-sign-grid svg { width: 24px; height: 24px; fill: currentColor; }
.v6-sign-grid strong { display: block; color: var(--v6-text); font-size: .9rem; }
.v6-sign-grid small { display: block; margin-top: 5px; color: var(--v6-muted); font-size: .76rem; line-height: 1.4; }

/* Story + service area */
.v6-story-area { background: #fff; }
.v6-story-grid { display: grid; grid-template-columns: 1.05fr .9fr 1fr 1.05fr; gap: 22px; align-items: stretch; }
.v6-story-copy,
.v6-area-copy,
.v6-story-visual,
.v6-map-card { min-height: 330px; }
.v6-story-copy,
.v6-area-copy { padding: 20px 4px; }
.v6-story-copy h2,
.v6-area-copy h2 { font-size: clamp(1.9rem,2.7vw,2.7rem); }
.v6-story-copy p,
.v6-area-copy p { color: var(--v6-muted); }
.v6-cert-row { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0; }
.v6-cert-row span { padding: 7px 9px; border-radius: 8px; color: var(--v6-text); background: var(--v6-ice); font-size: .73rem; font-weight: 800; }
.v6-story-visual { position: relative; overflow: hidden; display: flex; align-items: end; border-radius: 16px; background: linear-gradient(145deg,#0c4868,#07283e); }
.v6-story-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.v6-story-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(3,27,42,.92),rgba(3,27,42,.15)); }
.v6-story-visual blockquote { position: relative; z-index: 2; margin: 0; padding: 26px; color: #fff; font-size: 1.45rem; line-height: 1.1; font-weight: 900; }
.v6-story-visual blockquote > span { color: #69c0e7; font-size: 3rem; line-height: .5; }
.v6-story-visual cite { display: block; margin-top: 14px; color: #cce2ed; font-size: .72rem; font-style: normal; font-weight: 700; }
.v6-area-copy ul { columns: 2; gap: 24px; margin: 18px 0 0; padding-left: 18px; color: var(--v6-text); font-size: .86rem; font-weight: 800; }
.v6-area-copy li { margin: 7px 0; break-inside: avoid; }
.v6-map-card { position: relative; overflow: hidden; border: 1px solid #cfe0e8; border-radius: 16px; background: linear-gradient(145deg,#eaf6fb,#cfe9f5); }
.v6-map-grid { position: absolute; inset: -20%; opacity: .44; background-image: linear-gradient(rgba(15,111,163,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(15,111,163,.18) 1px,transparent 1px); background-size: 32px 32px; transform: rotate(8deg); }
.v6-map-card > strong { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 13px 14px; border-radius: 10px; color: #fff; background: rgba(7,45,68,.88); font-size: .85rem; }
.v6-map-dot { position: absolute; display: inline-flex; align-items: center; gap: 5px; color: var(--v6-navy); font-size: .73rem; font-weight: 900; }
.v6-map-dot:before { content: ""; width: 9px; height: 9px; border: 3px solid #fff; border-radius: 50%; background: var(--v6-blue); box-shadow: 0 3px 9px rgba(7,45,68,.22); }
/* Geographic relationship: west → east = Melrose, Cannon AFB, Clovis, Texico; Portales sits south of Clovis. */
.v6-map-dot.melrose { left: 8%; top: 31%; }
.v6-map-dot.cannon { left: 29%; top: 44%; }
.v6-map-dot.clovis { left: 52%; top: 35%; font-size: .9rem; }
.v6-map-dot.texico { left: 77%; top: 39%; }
.v6-map-dot.portales { left: 50%; top: 64%; }

/* Process */
.v6-process { padding: 70px 0; color: #fff; background: var(--v6-navy); }
.v6-process-head { max-width: 760px; margin-bottom: 30px; }
.v6-process-head h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(2rem,3.6vw,3.6rem); line-height: .98; letter-spacing: -.045em; }
.v6-process-head p { margin: 0; color: #cadfe9; }
.v6-process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.v6-process-grid > div { min-height: 150px; display: flex; flex-direction: column; padding: 24px; border-right: 1px solid rgba(255,255,255,.17); }
.v6-process-grid > div:last-child { border-right: 0; }
.v6-process-grid b { color: #73c5e8; font-size: .74rem; letter-spacing: .1em; }
.v6-process-grid strong { margin-top: auto; color: #fff; font-size: 1rem; }
.v6-process-grid span { margin-top: 6px; color: #c9dde7; font-size: .82rem; line-height: 1.4; }

/* FAQ + posts */
.v6-info-bottom { background: #f8fbfd; }
.v6-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.v6-info-grid h2 { font-size: clamp(2rem,3vw,3rem); }
.v6-faq-list { display: grid; gap: 9px; margin-top: 26px; }
.v6-faq-list details { border: 1px solid var(--v6-border); border-radius: 10px; background: #fff; }
.v6-faq-list summary { padding: 15px 17px; cursor: pointer; list-style: none; color: var(--v6-text); font-size: .88rem; font-weight: 900; }
.v6-faq-list summary::-webkit-details-marker { display: none; }
.v6-faq-list summary:after { content: "+"; float: right; color: var(--v6-blue); font-size: 1.05rem; }
.v6-faq-list details[open] summary:after { content: "–"; }
.v6-faq-list p { margin: 0; padding: 0 17px 17px; color: var(--v6-muted); font-size: .85rem; }
.v6-post-list { display: grid; gap: 12px; margin-top: 20px; }
.v6-post-list article { display: grid; grid-template-columns: 130px 1fr; gap: 15px; overflow: hidden; min-height: 122px; border: 1px solid var(--v6-border); border-radius: 12px; background: #fff; }
.v6-post-thumb { display: block; height: 100%; min-height: 122px; background: #dce8ee; }
.v6-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.v6-post-list article > div { padding: 14px 14px 14px 0; }
.v6-post-list h3 { margin: 0 0 7px; font-size: 1rem; line-height: 1.15; }
.v6-post-list h3 a { color: var(--v6-text); text-decoration: none; }
.v6-post-list p { margin: 0 0 8px; color: var(--v6-muted); font-size: .79rem; line-height: 1.4; }
.v6-post-list article > div > a { color: var(--v6-blue); text-decoration: none; font-size: .78rem; font-weight: 900; }

/* Final CTA */
.v6-final-cta { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--v6-navy); }
.v6-final-cta > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.v6-final-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(5,36,55,.96),rgba(7,50,75,.88),rgba(7,50,75,.56)); }
.v6-final-inner { min-height: 260px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: center; padding-block: 44px; }
.v6-final-inner h2 { margin: 8px 0 10px; color: #fff; font-size: clamp(2.1rem,3.6vw,3.8rem); line-height: .97; letter-spacing: -.045em; }
.v6-final-inner p { margin: 0; max-width: 780px; color: #d8ebf4; }
.v6-final-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; }

/* Footer refinements */
.site-footer { background: #041c2b; }
.site-footer a { color: #fff; }
.footer-bottom { color: #9fb6c2; }

/* Responsive */
@media (max-width: 1180px) {
  .v6-service-grid { grid-template-columns: repeat(3,1fr); }
  .v6-trust-grid { grid-template-columns: repeat(3,1fr); }
  .v6-trust-item:nth-child(3n) { border-right: 0; }
  .v6-trust-item:nth-child(-n+3) { border-bottom: 1px solid var(--v6-border); }
  .v6-why-grid { grid-template-columns: repeat(3,1fr); }
  .v6-sign-grid { grid-template-columns: repeat(3,1fr); }
  .v6-story-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .utility-email { display: none; }
  .primary-nav .sub-menu { position: static; min-width: 0; opacity: 1; visibility: visible; transform: none; display: none; padding: 0 0 8px 12px; border: 0; box-shadow: none; }
  .primary-nav .menu-item-has-children:hover > .sub-menu,
  .primary-nav .menu-item-has-children:focus-within > .sub-menu { display: block; }
  .v6-hero-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 58px; }
  .v6-estimate-card { justify-self: start; width: min(100%, 560px); }
  .v6-hero { min-height: auto; }
  .v6-weather-inner { grid-template-columns: 1fr; }
  .v6-weather-icons { grid-template-columns: repeat(5,1fr); }
  .v6-work-grid { grid-template-columns: repeat(2,1fr); }
  .v6-why-grid { grid-template-columns: repeat(2,1fr); }
  .v6-process-grid { grid-template-columns: repeat(2,1fr); }
  .v6-process-grid > div:nth-child(2) { border-right: 0; }
  .v6-process-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .v6-info-grid { grid-template-columns: 1fr; }
  .v6-final-inner { grid-template-columns: 1fr; }
  .v6-review-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .utility-bar .container { min-height: 34px; }
  .utility-note { font-size: .75rem; }
  .utility-links { display: none; }
  .header-inner { min-height: 72px; }
  .custom-logo { max-height: 58px; max-width: 205px; }
  .v6-section { padding: 64px 0; }
  .v6-section-row { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .v6-section-row h2,
  .v6-center-head h2,
  .v6-work-head h2,
  .v6-info-grid h2,
  .v6-story-grid h2 { font-size: clamp(2rem,10vw,3.25rem); }
  .v6-hero-shade { background: linear-gradient(90deg,rgba(2,30,49,.96),rgba(4,40,63,.76)); }
  .v6-hero-grid { padding-block: 48px; }
  .v6-hero h1 { font-size: clamp(3rem,14vw,4.9rem); }
  .v6-hero-actions { flex-direction: column; align-items: stretch; }
  .v6-estimate-card { padding: 24px; }
  .v6-trust-grid { grid-template-columns: 1fr 1fr; }
  .v6-trust-item { min-height: 116px; border-bottom: 1px solid var(--v6-border); }
  .v6-trust-item:nth-child(3n) { border-right: 1px solid var(--v6-border); }
  .v6-trust-item:nth-child(2n) { border-right: 0; }
  .v6-trust-item:nth-last-child(-n+2) { border-bottom: 0; }
  .v6-service-grid { grid-template-columns: repeat(2,1fr); }
  .v6-work-grid { grid-template-columns: 1fr; }
  .v6-weather-icons { grid-template-columns: repeat(2,1fr); gap: 24px 12px; }
  .v6-weather-icons > div:last-child { grid-column: 1 / -1; }
  .v6-why-grid { grid-template-columns: 1fr; }
  .v6-sign-grid { grid-template-columns: repeat(2,1fr); }
  .v6-story-grid { grid-template-columns: 1fr; }
  .v6-story-copy, .v6-area-copy, .v6-story-visual, .v6-map-card { min-height: 0; }
  .v6-story-visual { min-height: 310px; }
  .v6-map-card { min-height: 300px; }
  .v6-process-grid { grid-template-columns: 1fr; }
  .v6-process-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .v6-process-grid > div:last-child { border-bottom: 0; }
  .v6-final-inner { min-height: 300px; }
  .v6-review-ready { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .v6-service-grid { grid-template-columns: 1fr; }
  .v6-sign-grid { grid-template-columns: 1fr 1fr; }
  .v6-post-list article { grid-template-columns: 105px 1fr; }
  .v6-post-list article > div { padding-right: 10px; }
  .v6-area-copy ul { columns: 1; }
}

/* V6 footer */
.v6-footer-grid { grid-template-columns: 1.25fr .65fr .85fr .8fr; }
.v6-footer-logo .custom-logo { max-height: 82px; max-width: 250px; filter: brightness(0) invert(1); opacity: .96; }
.v6-footer-proof { color: #d5e5ed !important; font-size: .86rem; font-weight: 800; }
@media (max-width: 980px) { .v6-footer-grid { grid-template-columns: 1fr 1fr; } .v6-footer-grid .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 620px) { .v6-footer-grid { grid-template-columns: 1fr; } .v6-footer-grid .footer-brand { grid-column: auto; } }

/* =========================================================
   V8 POLISH: UNIQUE SERVICES, CRISP HERO, COMPACT ARTICLES
   ========================================================= */

/* Hero: prioritize roof detail and reduce the soft/washed look. */
.aarc-home-v8 .v6-hero-media {
  object-position: center 37%;
  image-rendering: auto;
}
.aarc-home-v8 .v6-hero-shade {
  background: linear-gradient(90deg, rgba(2,30,49,.94) 0%, rgba(3,36,57,.78) 42%, rgba(5,45,68,.30) 72%, rgba(5,45,68,.14) 100%);
}

/* Service cards are now icon-first instead of repeating gallery photos. */
.v8-service-grid { align-items: stretch; }
.v8-service-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding-top: 22px;
  border-top: 3px solid rgba(31,90,120,.16);
}
.v8-service-card:hover { border-top-color: var(--v6-blue); }
.v8-service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 16px 4px;
  border-radius: 16px;
  color: var(--v6-blue);
  background: #edf7fb;
  text-decoration: none;
  transition: transform .18s ease, background .18s ease;
}
.v8-service-card:hover .v8-service-icon { transform: translateY(-2px); background: #dff1f9; }
.v8-service-icon svg { width: 31px; height: 31px; fill: currentColor; }
.v8-service-title { color: var(--v6-text) !important; text-decoration: none !important; }
.v8-service-card .v6-service-body { display: flex; flex: 1; flex-direction: column; padding-top: 12px; }
.v8-service-card .v6-service-body p { margin-bottom: 18px; }
.v8-service-card .v6-service-body > a:last-child { margin-top: auto; }

/* Representative work is the one deliberate photographic gallery. */
.v8-work-disclosure { max-width: 820px; margin: 18px auto 0; text-align: center; font-style: italic; }
.aarc-home-v8 .v6-work-card img { aspect-ratio: 16 / 9; object-fit: cover; }
.aarc-home-v8 .v6-work-card { box-shadow: 0 14px 38px rgba(10,50,75,.07); }

/* Article cards: compact with a clean no-thumbnail state. */
.aarc-home-v8 .v6-post-list { gap: 10px; }
.aarc-home-v8 .v6-post-list article {
  min-height: 0;
  grid-template-columns: 118px minmax(0,1fr);
  gap: 0;
  border-radius: 12px;
}
.aarc-home-v8 .v6-post-list article.has-thumb { min-height: 112px; }
.aarc-home-v8 .v6-post-thumb { min-height: 112px; height: 100%; }
.aarc-home-v8 .v8-post-copy { min-width: 0; padding: 13px 15px; }
.aarc-home-v8 .v6-post-list article.no-thumb { display: block; min-height: 0; }
.aarc-home-v8 .v6-post-list article.no-thumb .v8-post-copy { padding: 16px 18px; }
.aarc-home-v8 .v6-post-list h3 {
  margin: 0 0 6px;
  font-size: .98rem;
  line-height: 1.13;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.aarc-home-v8 .v6-post-list p {
  margin: 0 0 7px;
  font-size: .78rem;
  line-height: 1.38;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.aarc-home-v8 .v6-post-list article.no-thumb p { -webkit-line-clamp: 2; }

/* Final CTA no longer repeats the hero image. */
.v8-final-cta {
  background:
    radial-gradient(circle at 85% 50%, rgba(44,138,184,.26), transparent 30%),
    linear-gradient(115deg, #042439 0%, #0a324b 62%, #135b7f 100%);
}
.v8-final-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 44px 44px;
  transform: skewY(-2deg) scale(1.04);
}
.v8-final-cta .v6-final-shade { background: linear-gradient(90deg, rgba(4,28,43,.38), rgba(4,28,43,.08)); }

@media (max-width: 760px) {
  .aarc-home-v8 .v6-hero-media { object-position: 58% center; }
  .aarc-home-v8 .v6-hero-shade { background: linear-gradient(90deg,rgba(2,30,49,.97),rgba(4,40,63,.78)); }
  .v8-service-card { min-height: 225px; }
}

@media (max-width: 520px) {
  .aarc-home-v8 .v6-post-list article.has-thumb { grid-template-columns: 96px minmax(0,1fr); min-height: 102px; }
  .aarc-home-v8 .v6-post-thumb { min-height: 102px; }
  .aarc-home-v8 .v8-post-copy { padding: 12px 13px; }
}

/* =========================================================
   V9: Roof Repair in Clovis, NM dedicated service page
   ========================================================= */
.aarc-service-page { background: #fff; }
.service-breadcrumb-band { background: var(--aarc-soft); border-bottom: 1px solid var(--aarc-line); }
.service-breadcrumbs { display:flex; align-items:center; gap:10px; min-height:48px; font-size:.82rem; color:var(--aarc-gray); }
.service-breadcrumbs a { color:var(--aarc-brand); font-weight:800; text-decoration:none; }
.service-breadcrumbs strong { color:var(--aarc-ink); }
.service-hero { padding:72px 0; background:linear-gradient(135deg,#061f31 0%,#0a324b 64%,#0e4565 100%); color:#fff; overflow:hidden; }
.service-hero-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.9fr); gap:58px; align-items:center; }
.service-kicker { display:inline-flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.14em; font-size:.78rem; font-weight:900; color:#b9d0dc; }
.service-kicker:before { content:""; width:32px; height:2px; background:#2b8fc3; display:block; }
.service-hero h1 { margin:.55rem 0 1rem; max-width:760px; color:#fff; font-size:clamp(3rem,6vw,5.8rem); line-height:.92; letter-spacing:-.055em; }
.service-hero-lead { max-width:760px; margin:0; color:rgba(255,255,255,.88); font-size:1.14rem; line-height:1.7; }
.service-hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin:28px 0 24px; }
.service-outline { color:#fff!important; border-color:rgba(255,255,255,.58)!important; }
.service-proof-list { display:flex; gap:18px 26px; flex-wrap:wrap; padding:0; margin:0; list-style:none; color:#fff; font-size:.83rem; font-weight:800; }
.service-proof-list li { display:flex; align-items:center; gap:8px; }
.service-proof-list svg { width:20px; height:20px; fill:#8dc7e5; }
.service-hero-visual { position:relative; min-height:470px; border-radius:28px; overflow:hidden; box-shadow:0 30px 80px rgba(0,0,0,.3); background:#153f57; }
.service-hero-visual img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; object-position:center; }
.service-hero-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(3,20,31,.66) 100%); }
.service-hero-note { position:absolute; z-index:2; left:24px; right:24px; bottom:24px; padding:18px 20px; border:1px solid rgba(255,255,255,.25); background:rgba(6,31,49,.88); backdrop-filter:blur(10px); border-radius:16px; }
.service-hero-note span { display:block; color:#9fd8f3; font-size:.76rem; font-weight:900; text-transform:uppercase; letter-spacing:.1em; margin-bottom:4px; }
.service-hero-note strong { display:block; color:#fff; line-height:1.35; }
.service-quickbar { background:#fff; border-bottom:1px solid var(--aarc-line); box-shadow:0 14px 32px rgba(10,50,75,.06); }
.service-quick-grid { display:grid; grid-template-columns:repeat(5,1fr); }
.service-quick-grid > div { padding:22px 18px; border-right:1px solid var(--aarc-line); text-align:center; }
.service-quick-grid > div:last-child { border-right:0; }
.service-quick-grid svg { width:28px; height:28px; fill:var(--aarc-brand); margin-bottom:7px; }
.service-quick-grid strong { display:block; font-size:.92rem; }
.service-quick-grid small { display:block; color:var(--aarc-gray); line-height:1.4; margin-top:4px; }
.service-section { padding:84px 0; }
.service-two-col { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); gap:60px; align-items:center; }
.service-section h2, .service-related h2, .service-estimate-section h2 { margin:.35rem 0 1.1rem; color:var(--aarc-ink); font-size:clamp(2.2rem,4vw,3.7rem); line-height:.98; letter-spacing:-.045em; }
.service-section p { color:var(--aarc-gray); }
.service-callout-card { position:relative; padding:34px; border:1px solid var(--aarc-line); border-radius:24px; background:linear-gradient(145deg,#f7fbfd,#e9f2f6); box-shadow:var(--aarc-shadow); }
.service-callout-number { display:inline-grid; place-items:center; width:44px; height:44px; border-radius:50%; background:var(--aarc-brand-dark); color:#fff; font-weight:900; margin-bottom:18px; }
.service-callout-card h3 { margin:0 0 10px; font-size:1.65rem; line-height:1.08; }
.service-callout-card a { color:var(--aarc-brand); font-weight:900; text-decoration:none; }
.service-problems { background:var(--aarc-soft); }
.service-section-head { max-width:850px; margin-bottom:34px; }
.service-section-head > p { max-width:760px; }
.service-problem-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-problem-grid article { padding:28px; background:#fff; border:1px solid var(--aarc-line); border-radius:20px; box-shadow:0 12px 34px rgba(10,50,75,.06); }
.service-problem-grid svg { width:34px; height:34px; fill:var(--aarc-brand); }
.service-problem-grid h3 { margin:16px 0 8px; font-size:1.18rem; }
.service-problem-grid p { margin:0; font-size:.94rem; }
.service-decision { background:linear-gradient(135deg,#08283d,#0a324b 58%,#104c6a); color:#fff; }
.light-head h2, .light-head p { color:#fff; }
.light-head p { opacity:.78; }
.decision-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.decision-card { padding:30px; border-radius:22px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.16); }
.decision-tag { display:inline-block; color:#c8e5f3; text-transform:uppercase; letter-spacing:.09em; font-weight:900; font-size:.75rem; margin-bottom:14px; }
.decision-card ul { margin:0; padding:0; list-style:none; }
.decision-card li { position:relative; padding:10px 0 10px 28px; border-bottom:1px solid rgba(255,255,255,.11); color:rgba(255,255,255,.88); }
.decision-card li:before { content:"✓"; position:absolute; left:0; color:#8bd0f0; font-weight:900; }
.decision-card a { display:inline-block; margin-top:18px; color:#fff; font-weight:900; }
.service-weather-local { background:#fff; }
.service-weather-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:56px; align-items:center; }
.weather-factor-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.weather-factor-grid > div { padding:22px; border-radius:18px; background:var(--aarc-brand-soft); border:1px solid #d8e8ef; }
.weather-factor-grid svg { width:28px; height:28px; fill:var(--aarc-brand); }
.weather-factor-grid strong { display:block; margin:10px 0 5px; }
.weather-factor-grid small { color:var(--aarc-gray); line-height:1.4; }
.service-process { background:var(--aarc-soft); }
.repair-process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:0; list-style:none; padding:0; margin:0; border:1px solid var(--aarc-line); border-radius:22px; overflow:hidden; background:#fff; }
.repair-process-grid li { padding:28px; border-right:1px solid var(--aarc-line); }
.repair-process-grid li:last-child { border-right:0; }
.repair-process-grid li > span { display:grid; place-items:center; width:42px; height:42px; background:var(--aarc-brand-dark); color:#fff; border-radius:50%; font-weight:900; }
.repair-process-grid h3 { margin:16px 0 8px; font-size:1.08rem; }
.repair-process-grid p { margin:0; font-size:.9rem; }
.service-storm-note { background:#fff; }
.dark-card { background:linear-gradient(145deg,#0a324b,#113f59); border-color:#1f5a78; color:#fff; }
.dark-card h3, .dark-card p { color:#fff; }
.dark-card p { opacity:.82; }
.service-materials { background:var(--aarc-soft); }
.system-link-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.system-link-grid a { display:block; padding:28px; background:#fff; color:inherit; text-decoration:none; border:1px solid var(--aarc-line); border-radius:20px; transition:.2s ease; }
.system-link-grid a:hover { transform:translateY(-3px); box-shadow:var(--aarc-shadow); border-color:#b9d0dc; }
.system-link-grid svg { width:32px; height:32px; fill:var(--aarc-brand); }
.system-link-grid strong, .system-link-grid small { display:block; }
.system-link-grid strong { margin:14px 0 6px; font-size:1.08rem; }
.system-link-grid small { color:var(--aarc-gray); line-height:1.45; }
.service-estimate-section { padding:78px 0; background:linear-gradient(135deg,#061f31,#0a324b 65%,#0f5276); color:#fff; }
.service-estimate-grid { display:grid; grid-template-columns:1fr minmax(360px,.7fr); gap:60px; align-items:center; }
.service-estimate-section h2 { color:#fff; max-width:700px; }
.service-estimate-section p { color:rgba(255,255,255,.78); max-width:620px; }
.service-phone-big { display:inline-block; margin-top:12px; color:#fff; font-size:1.25rem; font-weight:900; }
.service-estimate-card { padding:26px; background:#fff; border-radius:22px; box-shadow:0 26px 60px rgba(0,0,0,.2); }
.service-estimate-card .v6-estimate-form small { color:var(--aarc-gray); }
.service-estimate-card .v6-estimate-form label { color:var(--aarc-ink); font-size:.78rem; font-weight:900; line-height:1.25; }
.service-estimate-card .v6-estimate-form label > span { position:static; width:auto; height:auto; overflow:visible; clip:auto; white-space:normal; display:block; margin:0 0 6px; color:var(--aarc-ink); }
.service-estimate-card .v6-estimate-form input,
.service-estimate-card .v6-estimate-form select { background:#f7fafb; border-color:#c8dbe4; color:var(--aarc-ink); }
.service-estimate-card .v6-estimate-form input::placeholder { color:#6a7f8b; opacity:1; }
.service-estimate-card .v6-estimate-form label + label { margin-top:2px; }
.service-faq { background:#fff; }
.faq-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:60px; align-items:start; }
.faq-list details { border-top:1px solid var(--aarc-line); }
.faq-list details:last-child { border-bottom:1px solid var(--aarc-line); }
.faq-list summary { cursor:pointer; padding:20px 34px 20px 0; font-weight:900; color:var(--aarc-ink); position:relative; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary:after { content:"+"; position:absolute; right:4px; top:18px; font-size:1.3rem; color:var(--aarc-brand); }
.faq-list details[open] summary:after { content:"–"; }
.faq-list details p { margin:0 0 20px; padding-right:30px; }
.service-related { padding:72px 0 88px; background:var(--aarc-brand-soft); }
.related-service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin-top:28px; }
.related-service-grid a { padding:22px; border-radius:18px; background:#fff; border:1px solid #d7e5eb; color:inherit; text-decoration:none; }
.related-service-grid strong, .related-service-grid span { display:block; }
.related-service-grid strong { font-size:1rem; margin-bottom:8px; }
.related-service-grid span { color:var(--aarc-brand); font-size:.84rem; font-weight:800; line-height:1.4; }
@media (max-width:980px) {
  .service-hero-grid, .service-two-col, .service-weather-grid, .service-estimate-grid, .faq-layout { grid-template-columns:1fr; }
  .service-hero-visual { min-height:420px; }
  .service-quick-grid { grid-template-columns:repeat(3,1fr); }
  .service-problem-grid { grid-template-columns:repeat(2,1fr); }
  .repair-process-grid { grid-template-columns:repeat(2,1fr); }
  .repair-process-grid li:nth-child(2) { border-right:0; }
  .repair-process-grid li { border-bottom:1px solid var(--aarc-line); }
  .repair-process-grid li:nth-child(3), .repair-process-grid li:nth-child(4) { border-bottom:0; }
  .related-service-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px) {
  .service-hero { padding:54px 0 48px; }
  .service-hero h1 { font-size:clamp(3rem,15vw,4.4rem); }
  .service-hero-visual { min-height:330px; border-radius:20px; }
  .service-proof-list { display:grid; grid-template-columns:1fr; }
  .service-quick-grid { grid-template-columns:1fr 1fr; }
  .service-quick-grid > div:nth-child(even) { border-right:0; }
  .service-section { padding:64px 0; }
  .service-problem-grid, .decision-grid, .weather-factor-grid, .system-link-grid, .repair-process-grid, .related-service-grid { grid-template-columns:1fr; }
  .repair-process-grid li { border-right:0; border-bottom:1px solid var(--aarc-line)!important; }
  .repair-process-grid li:last-child { border-bottom:0!important; }
  .service-estimate-grid { gap:30px; }
  .service-estimate-card { padding:20px; }
}

/* ================================================================
   v10 — Roof Replacement in Clovis, NM
   ================================================================ */
.aarc-roof-replacement-page .service-breadcrumb-band { background:#f7fafb; }
.replacement-hero { position:relative; overflow:hidden; padding:72px 0 66px; background:linear-gradient(125deg,#051d2d 0%,#0a324b 54%,#125270 100%); }
.replacement-hero:before { content:""; position:absolute; width:520px; height:520px; right:-180px; top:-260px; border-radius:50%; border:1px solid rgba(185,208,220,.18); box-shadow:0 0 0 70px rgba(185,208,220,.03),0 0 0 145px rgba(185,208,220,.025); }
.replacement-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(390px,.85fr); gap:48px; align-items:center; }
.replacement-hero-copy { position:relative; z-index:2; min-width:0; }
.replacement-hero-copy h1 { margin:.42rem 0 1.2rem; max-width:760px; color:#fff; font-size:clamp(3.65rem,5.35vw,5.8rem); line-height:.9; letter-spacing:-.055em; text-wrap:balance; }
.replacement-hero-lead { max-width:700px; color:rgba(255,255,255,.82); font-size:1.08rem; line-height:1.65; }
.replacement-hero-visual { position:relative; min-height:500px; overflow:hidden; border-radius:32px 8px 32px 8px; box-shadow:0 34px 80px rgba(0,0,0,.34); background:#123f58; }
.replacement-hero-visual img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.replacement-hero-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 40%,rgba(3,22,35,.72) 100%); }
.replacement-hero-badge { position:absolute; z-index:2; left:28px; right:28px; bottom:28px; padding:20px 22px; border-left:4px solid #78c1e4; background:rgba(5,30,47,.88); backdrop-filter:blur(10px); }
.replacement-hero-badge span { display:block; color:#a9ddf4; text-transform:uppercase; letter-spacing:.11em; font-size:.72rem; font-weight:900; margin-bottom:5px; }
.replacement-hero-badge strong { display:block; color:#fff; line-height:1.35; }
.replacement-quickbar .service-quick-grid > div { min-height:126px; }
.replacement-intro { background:#fff; }
.replacement-intro-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr); gap:64px; align-items:center; }
.replacement-summary-card { padding:34px; border-radius:24px; background:linear-gradient(145deg,#eaf3f7,#f9fcfd); border:1px solid #cee0e8; box-shadow:0 20px 55px rgba(10,50,75,.09); }
.replacement-summary-eyebrow { display:block; color:var(--aarc-brand); font-size:.76rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; margin-bottom:14px; }
.replacement-summary-card ul { list-style:none; margin:0; padding:0; }
.replacement-summary-card li { position:relative; padding:11px 0 11px 30px; border-bottom:1px solid #d7e6ed; color:var(--aarc-ink-2); }
.replacement-summary-card li:before { content:"✓"; position:absolute; left:0; color:var(--aarc-brand); font-weight:900; }
.replacement-summary-card a { display:inline-block; margin-top:20px; color:var(--aarc-brand); font-weight:900; text-decoration:none; }
.replacement-signs { background:var(--aarc-soft); }
.replacement-sign-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.replacement-sign-grid article { padding:28px; border-radius:20px; border:1px solid var(--aarc-line); background:#fff; box-shadow:0 10px 30px rgba(10,50,75,.05); }
.replacement-sign-grid article > span svg { width:36px; height:36px; fill:var(--aarc-brand); }
.replacement-sign-grid h3 { margin:16px 0 8px; font-size:1.18rem; }
.replacement-sign-grid p { margin:0; font-size:.94rem; }
.replacement-choice { background:linear-gradient(132deg,#071f30,#0a324b 60%,#105071); color:#fff; }
.replacement-choice-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.replacement-choice-grid article { position:relative; padding:34px; border-radius:24px; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.065); }
.replacement-choice-grid article:nth-child(2) { background:rgba(31,90,120,.32); }
.choice-number { display:grid; place-items:center; width:46px; height:46px; border-radius:50%; color:#072236; background:#c8e7f5; font-weight:900; }
.replacement-choice-grid h3 { color:#fff; font-size:1.55rem; margin:18px 0 10px; }
.replacement-choice-grid p { color:rgba(255,255,255,.8); }
.replacement-choice-grid a { color:#b9e6fb; font-weight:900; }
.replacement-materials { background:#fff; }
.replacement-material-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.material-feature-card { display:flex; flex-direction:column; min-height:100%; padding:32px; border:1px solid var(--aarc-line); border-radius:24px; background:#fff; box-shadow:0 14px 42px rgba(10,50,75,.055); }
.material-feature-card.featured-material { background:linear-gradient(145deg,#0a324b,#15506e); border-color:#15506e; color:#fff; transform:translateY(-8px); box-shadow:0 24px 58px rgba(10,50,75,.22); }
.material-icon { width:52px; height:52px; display:grid; place-items:center; border-radius:15px; background:var(--aarc-brand-soft); }
.material-icon svg { width:30px; height:30px; fill:var(--aarc-brand); }
.featured-material .material-icon { background:rgba(255,255,255,.12); }
.featured-material .material-icon svg { fill:#bde6f8; }
.material-label { display:block; margin-top:20px; color:var(--aarc-brand); text-transform:uppercase; font-size:.72rem; letter-spacing:.1em; font-weight:900; }
.featured-material .material-label { color:#bde6f8; }
.material-feature-card h3 { margin:8px 0 10px; font-size:1.55rem; }
.featured-material h3,.featured-material p,.featured-material strong,.featured-material span { color:#fff; }
.material-feature-card p { flex:1; }
.material-feature-card strong { display:block; margin-top:12px; }
.material-feature-card > span:last-of-type { color:var(--aarc-gray); line-height:1.45; }
.material-feature-card a { display:inline-block; margin-top:18px; color:#bde6f8; font-weight:900; }
.replacement-process { background:var(--aarc-brand-soft); }
.replacement-process-list { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(5,1fr); border:1px solid #cee0e8; border-radius:22px; background:#fff; overflow:hidden; }
.replacement-process-list li { padding:26px 22px; border-right:1px solid var(--aarc-line); }
.replacement-process-list li:last-child { border-right:0; }
.replacement-process-list li > span { display:inline-block; color:var(--aarc-brand); font-size:.75rem; font-weight:900; letter-spacing:.1em; }
.replacement-process-list h3 { margin:10px 0 8px; font-size:1.05rem; }
.replacement-process-list p { margin:0; font-size:.89rem; }
.replacement-weather { background:#fff; }
.replacement-weather-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:58px; align-items:center; }
.replacement-weather-factors { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.replacement-weather-factors > div { padding:24px; border-radius:20px; background:linear-gradient(145deg,#f4f9fb,#e8f2f6); border:1px solid #d6e6ed; }
.replacement-weather-factors svg { width:32px; height:32px; fill:var(--aarc-brand); }
.replacement-weather-factors strong,.replacement-weather-factors small { display:block; }
.replacement-weather-factors strong { margin:12px 0 5px; }
.replacement-weather-factors small { color:var(--aarc-gray); line-height:1.45; }
.replacement-cost { background:var(--aarc-soft); }
.replacement-cost-head { display:grid; grid-template-columns:1.05fr .95fr; gap:58px; align-items:end; margin-bottom:34px; }
.replacement-cost-head h2 { margin:.35rem 0 0; }
.replacement-cost-head > p { margin:0 0 5px; }
.replacement-cost-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.replacement-cost-grid article { padding:24px; border-radius:18px; background:#fff; border:1px solid var(--aarc-line); }
.replacement-cost-grid strong,.replacement-cost-grid span { display:block; }
.replacement-cost-grid strong { margin-bottom:7px; color:var(--aarc-ink); }
.replacement-cost-grid span { color:var(--aarc-gray); line-height:1.5; font-size:.92rem; }
.replacement-estimate { background:linear-gradient(135deg,#062034,#0a324b 60%,#0e5276); }
.replacement-related { padding-bottom:76px; }
.replacement-residential-link { margin-top:20px; text-align:right; }
.replacement-residential-link a { color:var(--aarc-brand); font-weight:900; text-decoration:none; }
@media (max-width:1100px) {
  .replacement-hero-grid { grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr); gap:34px; }
  .replacement-hero-copy h1 { font-size:clamp(3.35rem,5.9vw,4.85rem); }
  .replacement-process-list { grid-template-columns:repeat(3,1fr); }
  .replacement-process-list li:nth-child(3) { border-right:0; }
  .replacement-process-list li:nth-child(-n+3) { border-bottom:1px solid var(--aarc-line); }
}
@media (max-width:980px) {
  .replacement-hero-grid,.replacement-intro-grid,.replacement-weather-grid,.replacement-cost-head { grid-template-columns:1fr; }
  .replacement-hero-visual { min-height:430px; }
  .replacement-sign-grid,.replacement-material-grid,.replacement-cost-grid { grid-template-columns:repeat(2,1fr); }
  .material-feature-card.featured-material { transform:none; }
  .replacement-process-list { grid-template-columns:repeat(2,1fr); }
  .replacement-process-list li { border-bottom:1px solid var(--aarc-line); }
  .replacement-process-list li:nth-child(odd) { border-right:1px solid var(--aarc-line); }
  .replacement-process-list li:nth-child(even) { border-right:0; }
  .replacement-process-list li:last-child { border-bottom:0; }
}
@media (max-width:680px) {
  .replacement-hero { padding:54px 0 46px; }
  .replacement-hero-copy h1 { font-size:clamp(3rem,15vw,4.5rem); }
  .replacement-hero-visual { min-height:320px; border-radius:22px 6px 22px 6px; }
  .replacement-hero-badge { left:16px; right:16px; bottom:16px; padding:16px; }
  .replacement-sign-grid,.replacement-choice-grid,.replacement-material-grid,.replacement-process-list,.replacement-weather-factors,.replacement-cost-grid { grid-template-columns:1fr; }
  .replacement-process-list li { border-right:0!important; border-bottom:1px solid var(--aarc-line)!important; }
  .replacement-process-list li:last-child { border-bottom:0!important; }
  .replacement-cost-head { gap:18px; }
}

/* ================================================================
   v12 — Metal Roofing in Clovis, NM
   ================================================================ */
.aarc-metal-roofing-page .service-breadcrumb-band { background:#f7fafb; }
.metal-hero { position:relative; overflow:hidden; padding:72px 0 66px; background:linear-gradient(125deg,#061d2c 0%,#0a324b 55%,#1f5a78 100%); }
.metal-hero:before { content:""; position:absolute; inset:0; opacity:.16; background-image:repeating-linear-gradient(120deg,transparent 0,transparent 90px,rgba(185,208,220,.22) 91px,rgba(185,208,220,.22) 92px); }
.metal-hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr); gap:62px; align-items:center; }
.metal-hero-copy { min-width:0; }
.metal-hero-copy h1 { margin:.42rem 0 1.15rem; max-width:760px; color:#fff; font-size:clamp(3.8rem,5.8vw,6rem); line-height:.9; letter-spacing:-.055em; text-wrap:balance; }
.metal-hero-lead { max-width:720px; color:rgba(255,255,255,.84); font-size:1.08rem; line-height:1.65; }
.metal-hero-visual { position:relative; height:520px; border-radius:8px 34px 8px 34px; overflow:hidden; box-shadow:0 32px 75px rgba(0,0,0,.34); background:#173b4d; }
.metal-hero-visual img { width:100%; height:100%; object-fit:cover; object-position:center 36%; display:block; }
.metal-hero-visual:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 45%,rgba(2,21,34,.82) 100%); }
.metal-hero-badge { position:absolute; z-index:2; left:26px; right:26px; bottom:26px; padding:20px 22px; border-top:3px solid #8ec9e4; background:rgba(5,30,47,.88); backdrop-filter:blur(10px); }
.metal-hero-badge span { display:block; color:#bde6f8; text-transform:uppercase; letter-spacing:.11em; font-size:.72rem; font-weight:900; margin-bottom:7px; }
.metal-hero-badge strong { display:block; color:#fff; line-height:1.4; }
.metal-quickbar .service-quick-grid > div { min-height:126px; }
.metal-intro { background:#fff; }
.metal-intro-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr); gap:64px; align-items:center; }
.metal-fit-card { padding:34px; border-radius:8px 28px 8px 28px; background:linear-gradient(145deg,#eaf3f7,#fff); border:1px solid #cbdfe8; box-shadow:0 20px 55px rgba(10,50,75,.1); }
.metal-fit-eyebrow { display:block; color:var(--aarc-brand); text-transform:uppercase; letter-spacing:.1em; font-size:.75rem; font-weight:900; margin-bottom:14px; }
.metal-fit-card ul { list-style:none; margin:0; padding:0; }
.metal-fit-card li { position:relative; padding:11px 0 11px 28px; border-bottom:1px solid #d6e6ed; color:var(--aarc-ink-2); }
.metal-fit-card li:before { content:"✓"; position:absolute; left:0; color:var(--aarc-brand); font-weight:900; }
.metal-fit-card a { display:inline-block; margin-top:20px; color:var(--aarc-brand); font-weight:900; text-decoration:none; }
.metal-systems { background:var(--aarc-soft); }
.metal-system-grid { display:grid; grid-template-columns:1.08fr .96fr .96fr; gap:20px; }
.metal-system-card { padding:32px; border:1px solid var(--aarc-line); border-radius:22px; background:#fff; box-shadow:0 12px 36px rgba(10,50,75,.055); }
.metal-system-card.featured-metal-system { color:#fff; background:linear-gradient(145deg,#0a324b,#1a6284); border-color:#1a6284; box-shadow:0 22px 58px rgba(10,50,75,.2); }
.metal-system-icon { width:54px; height:54px; display:grid; place-items:center; border-radius:15px; background:var(--aarc-brand-soft); }
.metal-system-icon svg { width:32px; height:32px; fill:var(--aarc-brand); }
.featured-metal-system .metal-system-icon { background:rgba(255,255,255,.13); }
.featured-metal-system .metal-system-icon svg { fill:#c7edff; }
.metal-system-card > span { display:block; margin-top:18px; color:var(--aarc-brand); text-transform:uppercase; font-size:.7rem; letter-spacing:.1em; font-weight:900; }
.featured-metal-system > span { color:#c7edff; }
.metal-system-card h3 { margin:8px 0 10px; font-size:1.5rem; }
.featured-metal-system h3,.featured-metal-system p,.featured-metal-system strong,.featured-metal-system small { color:#fff; }
.metal-system-card strong,.metal-system-card small { display:block; }
.metal-system-card strong { margin-top:16px; }
.metal-system-card small { margin-top:4px; color:var(--aarc-gray); line-height:1.5; }
.metal-compare { background:linear-gradient(132deg,#061f31,#0a324b 60%,#105170); color:#fff; }
.metal-compare-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.metal-compare-grid article { padding:34px; border:1px solid rgba(255,255,255,.16); border-radius:24px; background:rgba(255,255,255,.055); }
.metal-compare-grid article:first-child { background:rgba(31,90,120,.35); }
.compare-label { display:inline-block; padding:7px 10px; border:1px solid rgba(255,255,255,.22); border-radius:999px; color:#c7edff; font-size:.72rem; font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.metal-compare-grid h3 { color:#fff; margin:16px 0 14px; font-size:1.5rem; }
.metal-compare-grid ul { margin:0; padding-left:1.15rem; }
.metal-compare-grid li { color:rgba(255,255,255,.82); margin:9px 0; line-height:1.5; }
.metal-compare-grid a { display:inline-block; margin-top:16px; color:#c7edff; font-weight:900; }
.metal-buildings { background:#fff; }
.metal-buildings-head { display:grid; grid-template-columns:1.05fr .95fr; gap:58px; align-items:end; margin-bottom:32px; }
.metal-buildings-head > p { margin:0 0 5px; }
.metal-building-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.metal-building-grid article { padding:28px 24px; border:1px solid var(--aarc-line); border-radius:20px; background:#fff; box-shadow:0 12px 35px rgba(10,50,75,.045); }
.metal-building-grid svg { width:34px; height:34px; fill:var(--aarc-brand); }
.metal-building-grid h3 { margin:16px 0 8px; font-size:1.15rem; }
.metal-building-grid p { margin:0; font-size:.92rem; }
.metal-weather { background:var(--aarc-brand-soft); }
.metal-weather-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:58px; align-items:center; }
.metal-weather-factors { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.metal-weather-factors > div { padding:24px; border-radius:18px; border:1px solid #cadfe8; background:#fff; }
.metal-weather-factors svg { width:34px; height:34px; fill:var(--aarc-brand); }
.metal-weather-factors strong,.metal-weather-factors small { display:block; }
.metal-weather-factors strong { margin:11px 0 5px; }
.metal-weather-factors small { color:var(--aarc-gray); line-height:1.45; }
.metal-details { background:#fff; }
.metal-detail-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.metal-detail-grid article { padding:26px; border-radius:18px; background:linear-gradient(145deg,#f7fafb,#edf5f8); border:1px solid #d9e7ed; }
.metal-detail-grid article > span { color:var(--aarc-brand); font-size:.74rem; font-weight:900; letter-spacing:.1em; }
.metal-detail-grid h3 { margin:10px 0 7px; font-size:1.12rem; }
.metal-detail-grid p { margin:0; font-size:.91rem; }
.metal-existing { background:var(--aarc-soft); }
.metal-existing-grid { display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center; }
.metal-existing-card { padding:32px; border-radius:24px; color:#fff; background:linear-gradient(145deg,#0a324b,#145a7a); box-shadow:0 20px 55px rgba(10,50,75,.18); }
.metal-existing-card > span { display:block; color:#c7edff; text-transform:uppercase; letter-spacing:.1em; font-size:.72rem; font-weight:900; margin-bottom:12px; }
.metal-existing-card ul { margin:0; padding-left:1.15rem; }
.metal-existing-card li { margin:9px 0; color:rgba(255,255,255,.86); }
.metal-process { background:#fff; }
.metal-process-list { list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(5,1fr); border:1px solid #cfe0e8; border-radius:22px; overflow:hidden; background:#fff; }
.metal-process-list li { padding:27px 22px; border-right:1px solid var(--aarc-line); }
.metal-process-list li:last-child { border-right:0; }
.metal-process-list li > span { color:var(--aarc-brand); font-size:.74rem; font-weight:900; letter-spacing:.1em; }
.metal-process-list h3 { margin:10px 0 8px; font-size:1.06rem; }
.metal-process-list p { margin:0; font-size:.89rem; }
.metal-estimate { background:linear-gradient(135deg,#061e30,#0a324b 58%,#145a7a); }
.metal-related { padding-bottom:76px; background:var(--aarc-brand-soft); }
.metal-residential-link { margin-top:20px; text-align:right; }
.metal-residential-link a { color:var(--aarc-brand); font-weight:900; text-decoration:none; }
@media (max-width:1100px) {
  .metal-hero-grid { grid-template-columns:minmax(0,1fr) minmax(340px,.72fr); gap:40px; }
  .metal-hero-copy h1 { font-size:clamp(3.5rem,6vw,5rem); }
  .metal-building-grid { grid-template-columns:repeat(2,1fr); }
  .metal-process-list { grid-template-columns:repeat(3,1fr); }
  .metal-process-list li:nth-child(3) { border-right:0; }
  .metal-process-list li:nth-child(-n+3) { border-bottom:1px solid var(--aarc-line); }
}
@media (max-width:980px) {
  .metal-hero-grid,.metal-intro-grid,.metal-buildings-head,.metal-weather-grid,.metal-existing-grid { grid-template-columns:1fr; }
  .metal-hero-visual { height:430px; max-width:620px; }
  .metal-system-grid,.metal-detail-grid { grid-template-columns:repeat(2,1fr); }
  .metal-process-list { grid-template-columns:repeat(2,1fr); }
  .metal-process-list li { border-bottom:1px solid var(--aarc-line); }
  .metal-process-list li:nth-child(odd) { border-right:1px solid var(--aarc-line); }
  .metal-process-list li:nth-child(even) { border-right:0; }
}
@media (max-width:680px) {
  .metal-hero { padding:54px 0 46px; }
  .metal-hero-copy h1 { font-size:clamp(3rem,15vw,4.4rem); }
  .metal-hero-visual { height:340px; border-radius:6px 22px 6px 22px; }
  .metal-hero-badge { left:16px; right:16px; bottom:16px; padding:16px; }
  .metal-system-grid,.metal-compare-grid,.metal-building-grid,.metal-weather-factors,.metal-detail-grid,.metal-process-list { grid-template-columns:1fr; }
  .metal-process-list li { border-right:0!important; border-bottom:1px solid var(--aarc-line)!important; }
  .metal-process-list li:last-child { border-bottom:0!important; }
  .metal-buildings-head { gap:16px; }
}

/* =========================================================
   V13: Commercial Roofing in Clovis, NM
   ========================================================= */
.commercial-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(55,132,170,.24), transparent 28rem),
    linear-gradient(135deg, #06293d 0%, #0a405d 58%, #0b5877 100%);
  color: #fff;
  padding: clamp(3.25rem, 6vw, 6rem) 0 clamp(3rem, 5vw, 5rem);
}
.commercial-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, transparent 0%, #000 58%, #000 100%);
}
.commercial-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(330px, .73fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}
.commercial-hero-copy { max-width: 760px; }
.commercial-hero h1 {
  margin: .55rem 0 1.15rem;
  max-width: 760px;
  color: #fff;
  font-size: clamp(3.25rem, 6vw, 6.4rem);
  line-height: .91;
  letter-spacing: -.06em;
}
.commercial-hero-lead {
  max-width: 680px;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.65;
}
.commercial-hero-visual {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}
.commercial-hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.45;
  object-fit: cover;
  object-position: center 35%;
  border-radius: 28px;
  box-shadow: 0 30px 75px rgba(0,0,0,.34);
  border: 1px solid rgba(255,255,255,.22);
}
.commercial-hero-card {
  position: absolute;
  left: -2rem;
  right: 2rem;
  bottom: 1.7rem;
  padding: 1.15rem 1.25rem;
  border-radius: 18px;
  background: rgba(4,35,51,.94);
  backdrop-filter: blur(9px);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.24);
}
.commercial-hero-card span,
.commercial-card-eyebrow {
  display: block;
  margin-bottom: .42rem;
  color: #8ed0ee;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.commercial-hero-card strong { display: block; color: #fff; line-height: 1.35; }
.commercial-quickbar { border-bottom: 1px solid #dbe7ed; }
.commercial-intro { background: #fff; }
.commercial-intro-grid,
.commercial-buildings-grid,
.commercial-operations-grid,
.commercial-weather-grid,
.commercial-maintenance-grid,
.commercial-cost-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(2.3rem, 5vw, 5rem);
  align-items: center;
}
.commercial-checklist-card,
.commercial-maintenance-card {
  padding: clamp(1.6rem, 3vw, 2.3rem);
  border-radius: 24px;
  background: linear-gradient(145deg, #eef8fc, #fff);
  border: 1px solid #cfe1e9;
  box-shadow: 0 18px 42px rgba(11,55,76,.09);
}
.commercial-checklist-card ul,
.commercial-maintenance-card ul {
  list-style: none;
  padding: 0;
  margin: .8rem 0 1.25rem;
}
.commercial-checklist-card li,
.commercial-maintenance-card li {
  position: relative;
  padding: .72rem 0 .72rem 1.65rem;
  border-bottom: 1px solid #d9e8ee;
  color: #163b4d;
}
.commercial-checklist-card li::before,
.commercial-maintenance-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .72rem;
  color: #1674a0;
  font-weight: 900;
}
.commercial-checklist-card a { font-weight: 800; }
.commercial-services { background: #f2f8fb; }
.commercial-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.commercial-service-grid article {
  padding: 1.55rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dbe7ed;
  box-shadow: 0 10px 28px rgba(6,43,61,.055);
}
.commercial-service-grid article > span,
.commercial-building-list article > svg {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  border-radius: 13px;
  color: #0b6f9c;
  background: #e9f6fb;
}
.commercial-service-grid svg,
.commercial-building-list svg,
.commercial-weather-cards svg { width: 24px; height: 24px; fill: currentColor; }
.commercial-service-grid h3 { margin-bottom: .55rem; }
.commercial-service-grid p { min-height: 7.2rem; }
.commercial-service-grid a { font-weight: 800; }
.commercial-systems {
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(48,149,190,.2), transparent 25rem),
    linear-gradient(135deg, #052b40, #0b4b69);
}
.commercial-system-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}
.commercial-system-grid article {
  min-height: 100%;
  padding: 1.7rem;
  border-radius: 20px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.commercial-system-grid article > div {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: rgba(255,255,255,.1);
  color: #9ddaf3;
}
.commercial-system-grid article > div svg { width: 26px; height: 26px; fill: currentColor; }
.commercial-system-grid article > span {
  color: #9ddaf3;
  font-size: .76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.commercial-system-grid h3 { color: #fff; }
.commercial-system-grid p { color: rgba(255,255,255,.8); }
.commercial-system-grid a { color: #fff; font-weight: 800; }
.commercial-system-featured {
  background: linear-gradient(145deg, rgba(29,130,174,.35), rgba(255,255,255,.09)) !important;
}
.commercial-buildings { background: #fff; }
.commercial-building-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}
.commercial-building-list article {
  min-height: 180px;
  padding: 1.25rem;
  border-radius: 18px;
  background: #f5fafc;
  border: 1px solid #dbe7ed;
}
.commercial-building-list strong,
.commercial-building-list small { display: block; }
.commercial-building-list small { margin-top: .45rem; color: #5d7280; line-height: 1.55; }
.commercial-operations { background: #eef6fa; }
.commercial-operations-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}
.commercial-operations-points div {
  padding: 1.2rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #d8e7ee;
}
.commercial-operations-points span {
  display: block;
  margin-bottom: .55rem;
  color: #1684b5;
  font-weight: 900;
  letter-spacing: .08em;
}
.commercial-operations-points strong,
.commercial-operations-points small { display: block; }
.commercial-operations-points small { margin-top: .4rem; color: #627682; line-height: 1.5; }
.commercial-weather {
  color: #fff;
  background: linear-gradient(120deg, #082d42, #0a5374);
}
.commercial-weather h2 { color: #fff; }
.commercial-weather p { color: rgba(255,255,255,.82); }
.commercial-weather-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
}
.commercial-weather-cards div {
  padding: 1.25rem;
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
}
.commercial-weather-cards svg { margin-bottom: .55rem; color: #a9e2f8; }
.commercial-weather-cards strong,
.commercial-weather-cards small { display: block; }
.commercial-weather-cards small { margin-top: .35rem; color: rgba(255,255,255,.76); line-height: 1.5; }
.commercial-maintenance { background: #fff; }
.commercial-process { background: #f1f7fa; }
.commercial-process-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .85rem;
  counter-reset: none;
}
.commercial-process-list li {
  padding: 1.25rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #d8e6ec;
}
.commercial-process-list li > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: .8rem;
  border-radius: 50%;
  background: #0c5878;
  color: #fff;
  font-weight: 900;
}
.commercial-process-list h3 { margin: 0 0 .4rem; }
.commercial-process-list p { margin: 0; font-size: .93rem; color: #5e7480; }
.commercial-cost { background: #fff; }
.commercial-cost-factors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}
.commercial-cost-factors div {
  padding: 1.1rem;
  border-radius: 16px;
  background: #f4f9fb;
  border: 1px solid #d9e7ed;
}
.commercial-cost-factors strong,
.commercial-cost-factors small { display: block; }
.commercial-cost-factors small { margin-top: .3rem; color: #667985; }
.commercial-estimate { background: linear-gradient(135deg, #062d42, #0a536f); }
.commercial-related { background: #eef6fa; }

@media (max-width: 1050px) {
  .commercial-hero-grid,
  .commercial-intro-grid,
  .commercial-buildings-grid,
  .commercial-operations-grid,
  .commercial-weather-grid,
  .commercial-maintenance-grid,
  .commercial-cost-grid { grid-template-columns: 1fr; }
  .commercial-hero-visual { justify-self: start; width: min(100%, 620px); }
  .commercial-hero-visual img { aspect-ratio: 16 / 10; }
  .commercial-hero-card { left: 1rem; right: 1rem; }
  .commercial-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .commercial-process-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .commercial-hero { padding-top: 2.6rem; }
  .commercial-hero h1 { font-size: clamp(2.85rem, 13vw, 4.35rem); }
  .commercial-hero-card { position: relative; left: auto; right: auto; bottom: auto; margin: -2rem .8rem 0; }
  .commercial-service-grid,
  .commercial-system-grid,
  .commercial-building-list,
  .commercial-operations-points,
  .commercial-weather-cards,
  .commercial-cost-factors,
  .commercial-process-list { grid-template-columns: 1fr; }
  .commercial-service-grid p { min-height: 0; }
}

/* ================================================================
   v14 — Storm & Hail Damage Roofing in Clovis, NM
   ================================================================ */
.storm-hero {
  position: relative;
  overflow: hidden;
  padding: 74px 0 70px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(75,150,188,.24), transparent 24rem),
    linear-gradient(125deg,#041c2b 0%,#082f46 52%,#0b5876 100%);
}
.storm-hero:before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to right,transparent 0%,#000 58%,#000 100%);
}
.storm-hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:clamp(2.4rem,5vw,5rem);
  align-items:center;
}
.storm-hero-copy { min-width:0; }
.storm-hero h1 {
  margin:.52rem 0 1.15rem;
  max-width:790px;
  color:#fff;
  font-size:clamp(3.45rem,5.7vw,6.05rem);
  line-height:.91;
  letter-spacing:-.058em;
  text-wrap:balance;
}
.storm-hero-lead {
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:clamp(1.04rem,1.45vw,1.22rem);
  line-height:1.68;
}
.storm-hero-visual {
  position:relative;
  min-height:510px;
  overflow:hidden;
  border-radius:30px;
  background:#153c51;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 32px 80px rgba(0,0,0,.34);
}
.storm-hero-visual img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.storm-hero-visual:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,20,31,.06) 20%,rgba(3,20,31,.78) 100%);
}
.storm-hero-note {
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:24px;
  padding:20px 22px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(4,34,50,.9);
  backdrop-filter:blur(10px);
}
.storm-hero-note span,
.storm-card-eyebrow {
  display:block;
  margin-bottom:.42rem;
  color:#9bdcf5;
  font-size:.75rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.storm-hero-note strong { display:block; color:#fff; font-size:1.08rem; line-height:1.35; }
.storm-quickbar { border-bottom:1px solid #d9e6ec; }
.storm-intro { background:#fff; }
.storm-intro-grid,
.storm-first-steps-grid,
.storm-doc-grid,
.storm-systems-grid {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(330px,.9fr);
  gap:clamp(2.4rem,5vw,5rem);
  align-items:center;
}
.storm-signs-card {
  padding:clamp(1.6rem,3vw,2.35rem);
  border-radius:24px;
  background:linear-gradient(145deg,#eef8fc,#fff);
  border:1px solid #cfe2ea;
  box-shadow:0 18px 42px rgba(11,55,76,.09);
}
.storm-signs-card ul { list-style:none; padding:0; margin:.8rem 0 1.3rem; }
.storm-signs-card li {
  position:relative;
  padding:.72rem 0 .72rem 1.65rem;
  border-bottom:1px solid #dce9ee;
  color:#173d4f;
}
.storm-signs-card li:before {
  content:"✓";
  position:absolute;
  left:0;
  top:.72rem;
  color:#137eaa;
  font-weight:900;
}
.storm-signs-card a { font-weight:900; }
.storm-damage-types { background:#f2f8fb; }
.storm-damage-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
}
.storm-damage-grid article {
  min-height:100%;
  padding:1.55rem;
  border-radius:20px;
  background:#fff;
  border:1px solid #d9e7ed;
  box-shadow:0 10px 28px rgba(6,43,61,.055);
}
.storm-damage-grid article > span {
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:14px;
  background:#e8f5fa;
  color:#0d769f;
}
.storm-damage-grid svg { width:26px; height:26px; fill:currentColor; }
.storm-damage-grid h3 { margin:1rem 0 .55rem; }
.storm-damage-grid p { margin:0; font-size:.94rem; }
.storm-first-steps {
  color:#fff;
  background:
    radial-gradient(circle at 10% 10%,rgba(48,149,190,.18),transparent 24rem),
    linear-gradient(135deg,#05273a,#0a4764);
}
.storm-first-steps h2 { color:#fff; }
.storm-first-steps p { color:rgba(255,255,255,.82); }
.storm-action-list { list-style:none; padding:0; margin:0; display:grid; gap:.75rem; }
.storm-action-list li {
  display:grid;
  grid-template-columns:54px 1fr;
  gap:1rem;
  align-items:start;
  padding:1rem 1.1rem;
  border-radius:16px;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.14);
}
.storm-action-list li > span {
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:50%;
  color:#082d42;
  background:#a9def3;
  font-weight:900;
}
.storm-action-list strong,
.storm-action-list small { display:block; }
.storm-action-list strong { color:#fff; }
.storm-action-list small { margin-top:.25rem; color:rgba(255,255,255,.74); line-height:1.45; }
.storm-decision {
  color:#fff;
  background:linear-gradient(130deg,#061f31,#0a324b 58%,#0f5878);
}
.storm-decision .decision-card { background:rgba(255,255,255,.075); }
.storm-documentation { background:#fff; }
.storm-doc-card {
  padding:clamp(1.7rem,3.2vw,2.6rem);
  border-radius:26px;
  background:linear-gradient(145deg,#0a324b,#0b536f);
  color:#fff;
  box-shadow:0 22px 50px rgba(6,43,61,.16);
}
.storm-doc-card > span {
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
  color:#a9def3;
}
.storm-doc-card svg { width:30px; height:30px; fill:currentColor; }
.storm-doc-card h3 { margin:1.15rem 0 .6rem; color:#fff; font-size:1.8rem; }
.storm-doc-card p { margin:0; color:rgba(255,255,255,.82); }
.storm-process { background:#f2f8fb; }
.storm-process-list {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:.8rem;
  list-style:none;
  padding:0;
  margin:0;
}
.storm-process-list li {
  padding:1.35rem;
  border-radius:18px;
  background:#fff;
  border:1px solid #d8e6ec;
}
.storm-process-list li > span {
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  margin-bottom:.85rem;
  border-radius:50%;
  background:#0b5c7d;
  color:#fff;
  font-weight:900;
}
.storm-process-list h3 { margin:0 0 .4rem; font-size:1.02rem; }
.storm-process-list p { margin:0; font-size:.9rem; }
.storm-systems { background:#fff; }
.storm-system-links { display:grid; gap:.85rem; }
.storm-system-links a {
  display:grid;
  grid-template-columns:48px 1fr;
  column-gap:1rem;
  align-items:center;
  padding:1.2rem;
  border-radius:18px;
  color:inherit;
  text-decoration:none;
  background:#f4f9fb;
  border:1px solid #d9e7ed;
  transition:.2s ease;
}
.storm-system-links a:hover { transform:translateY(-2px); box-shadow:0 12px 30px rgba(6,43,61,.08); }
.storm-system-links a > span {
  grid-row:1 / span 2;
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:14px;
  color:#0d769f;
  background:#e5f4fa;
}
.storm-system-links svg { width:25px; height:25px; fill:currentColor; }
.storm-system-links strong,
.storm-system-links small { display:block; }
.storm-system-links small { margin-top:.24rem; color:#617784; line-height:1.45; }
.storm-estimate { background:linear-gradient(135deg,#051f30,#0a405a 62%,#0b6282); }
.storm-related { background:#edf6fa; }

@media (max-width:1050px) {
  .storm-hero-grid,
  .storm-intro-grid,
  .storm-first-steps-grid,
  .storm-doc-grid,
  .storm-systems-grid { grid-template-columns:1fr; }
  .storm-hero-visual { min-height:440px; max-width:680px; }
  .storm-damage-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .storm-process-list { grid-template-columns:repeat(3,minmax(0,1fr)); }
}
@media (max-width:720px) {
  .storm-hero { padding:52px 0 48px; }
  .storm-hero h1 { font-size:clamp(2.8rem,12.7vw,4.25rem); }
  .storm-hero-visual { min-height:350px; border-radius:22px; }
  .storm-hero-note { left:14px; right:14px; bottom:14px; }
  .storm-damage-grid,
  .storm-process-list { grid-template-columns:1fr; }
}

/* =========================================================
   V15: Flat & Low-Slope Roofing in Clovis, NM
   ========================================================= */
.aarc-flat-roofing-page .service-breadcrumb-band { background:#f7fafb; }
.flat-hero {
  position:relative;
  overflow:hidden;
  padding:72px 0 68px;
  background:linear-gradient(125deg,#061d2c 0%,#0a324b 58%,#155a7e 100%);
  color:#fff;
}
.flat-hero:before {
  content:"";
  position:absolute;
  inset:0;
  opacity:.14;
  background-image:repeating-linear-gradient(0deg,transparent 0,transparent 72px,rgba(185,208,220,.24) 73px,rgba(185,208,220,.24) 74px);
}
.flat-hero:after {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-210px;
  top:-250px;
  border:86px solid rgba(185,208,220,.06);
  border-radius:50%;
}
.flat-hero-grid {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.12fr) minmax(360px,.72fr);
  gap:64px;
  align-items:center;
}
.flat-hero-copy { min-width:0; }
.flat-hero h1 {
  margin:.5rem 0 1.12rem;
  max-width:780px;
  color:#fff;
  font-size:clamp(3.6rem,5.9vw,6rem);
  line-height:.9;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.flat-hero-lead {
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.84);
  font-size:1.08rem;
  line-height:1.68;
}
.flat-hero-visual {
  position:relative;
  min-height:520px;
  border-radius:34px 8px 34px 8px;
  overflow:hidden;
  background:#153f57;
  box-shadow:0 34px 80px rgba(0,0,0,.34);
}
.flat-hero-visual img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  display:block;
}
.flat-hero-visual:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,29,44,.04) 25%,rgba(6,29,44,.82) 100%);
}
.flat-hero-card {
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:24px;
  padding:20px 22px;
  border-left:4px solid #7fc5e6;
  background:rgba(5,30,47,.9);
  backdrop-filter:blur(10px);
  box-shadow:0 16px 40px rgba(0,0,0,.2);
}
.flat-hero-card span,
.flat-card-eyebrow {
  display:block;
  margin-bottom:7px;
  color:#bde6f8;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.72rem;
  font-weight:900;
}
.flat-hero-card strong { display:block; color:#fff; line-height:1.42; }

.flat-intro-grid {
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(330px,.75fr);
  gap:62px;
  align-items:center;
}
.flat-drainage-card {
  padding:34px;
  border:1px solid #cfe0e8;
  border-radius:28px 8px 28px 8px;
  background:linear-gradient(145deg,#f9fcfd,#eaf3f7);
  box-shadow:var(--aarc-shadow);
}
.flat-drainage-card ul { margin:0; padding:0; list-style:none; }
.flat-drainage-card li {
  position:relative;
  padding:10px 0 10px 27px;
  border-bottom:1px solid #d9e7ed;
  color:var(--aarc-ink-2);
}
.flat-drainage-card li:before {
  content:"";
  position:absolute;
  left:2px;
  top:17px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--aarc-brand);
  box-shadow:0 0 0 5px rgba(31,90,120,.1);
}
.flat-drainage-card a { display:inline-block; margin-top:18px; color:var(--aarc-brand); font-weight:900; text-decoration:none; }

.flat-systems { background:linear-gradient(180deg,#f3f8fa 0%,#edf5f8 100%); }
.flat-system-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.flat-system-grid article {
  min-height:300px;
  padding:28px;
  border:1px solid #d6e5eb;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 34px rgba(10,50,75,.06);
}
.flat-system-grid article > span { display:grid; place-items:center; width:48px; height:48px; border-radius:14px; background:#e9f4f8; }
.flat-system-grid svg { width:27px; height:27px; fill:var(--aarc-brand); }
.flat-system-grid small { display:block; margin:18px 0 5px; color:var(--aarc-brand); font-size:.72rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.flat-system-grid h3 { margin:0 0 10px; font-size:1.35rem; line-height:1.08; }
.flat-system-grid p { margin:0; font-size:.93rem; }
.flat-system-grid .flat-system-featured {
  background:linear-gradient(145deg,#082b42,#0a324b 64%,#145878);
  border-color:#145878;
}
.flat-system-featured h3,
.flat-system-featured p { color:#fff; }
.flat-system-featured p { opacity:.82; }
.flat-system-featured small { color:#bfe6f7; }
.flat-system-featured > span { background:rgba(255,255,255,.1)!important; }
.flat-system-featured svg { fill:#bfe6f7; }
.flat-system-note { max-width:900px; margin:24px auto 0; text-align:center; font-size:.82rem; font-style:italic; }

.flat-problems { background:#fff; }
.flat-problem-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.flat-problem-grid article {
  padding:26px;
  border:1px solid var(--aarc-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 10px 30px rgba(10,50,75,.05);
}
.flat-problem-grid article > span { display:grid; place-items:center; width:42px; height:42px; border-radius:50%; background:var(--aarc-brand-soft); }
.flat-problem-grid svg { width:24px; height:24px; fill:var(--aarc-brand); }
.flat-problem-grid h3 { margin:16px 0 8px; font-size:1.12rem; }
.flat-problem-grid p { margin:0; font-size:.91rem; }

.flat-details { position:relative; overflow:hidden; background:linear-gradient(130deg,#061f31,#0a324b 62%,#0f4e70); color:#fff; }
.flat-details:after { content:""; position:absolute; inset:0; opacity:.1; background-image:linear-gradient(rgba(255,255,255,.28) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.28) 1px,transparent 1px); background-size:44px 44px; }
.flat-details-grid { position:relative; z-index:1; display:grid; grid-template-columns:.85fr 1.15fr; gap:58px; align-items:center; }
.flat-details h2 { color:#fff; }
.flat-details p { color:rgba(255,255,255,.78); }
.flat-detail-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.flat-detail-grid > div { padding:22px; border:1px solid rgba(255,255,255,.14); border-radius:18px; background:rgba(255,255,255,.07); backdrop-filter:blur(5px); }
.flat-detail-grid strong { display:block; color:#fff; margin-bottom:5px; }
.flat-detail-grid small { display:block; color:rgba(255,255,255,.72); line-height:1.45; }

.flat-decision { background:var(--aarc-soft); }
.flat-decision-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.flat-decision-grid article { padding:30px; border-radius:22px; background:#fff; border:1px solid var(--aarc-line); box-shadow:0 12px 30px rgba(10,50,75,.05); }
.flat-decision-grid article > span { display:block; margin-bottom:12px; color:var(--aarc-brand); font-weight:900; font-size:.78rem; text-transform:uppercase; letter-spacing:.08em; }
.flat-decision-grid ul { list-style:none; margin:0; padding:0; }
.flat-decision-grid li { position:relative; padding:10px 0 10px 27px; border-bottom:1px solid var(--aarc-line); color:var(--aarc-gray); }
.flat-decision-grid li:before { content:"✓"; position:absolute; left:0; color:var(--aarc-brand); font-weight:900; }
.flat-decision-grid a { display:inline-block; margin-top:17px; color:var(--aarc-brand); font-weight:900; text-decoration:none; }

.flat-weather { background:#fff; }
.flat-weather-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:60px; align-items:center; }
.flat-weather-factors { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.flat-weather-factors > div { padding:24px; border-radius:20px; border:1px solid #d8e8ef; background:linear-gradient(145deg,#f8fbfc,#eaf3f7); }
.flat-weather-factors svg { width:30px; height:30px; fill:var(--aarc-brand); }
.flat-weather-factors strong { display:block; margin:11px 0 5px; }
.flat-weather-factors small { display:block; color:var(--aarc-gray); line-height:1.45; }

.flat-process { background:linear-gradient(180deg,#f4f8fa,#edf4f7); }
.flat-process-list { display:grid; grid-template-columns:repeat(5,1fr); gap:0; margin:0; padding:0; list-style:none; border:1px solid var(--aarc-line); border-radius:22px; overflow:hidden; background:#fff; }
.flat-process-list li { padding:26px 24px; border-right:1px solid var(--aarc-line); }
.flat-process-list li:last-child { border-right:0; }
.flat-process-list li > span { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:var(--aarc-brand-dark); color:#fff; font-weight:900; font-size:.82rem; }
.flat-process-list h3 { margin:15px 0 7px; font-size:1.05rem; }
.flat-process-list p { margin:0; font-size:.88rem; }
.flat-estimate .service-estimate-card { border-radius:8px 26px 8px 26px; }

@media (max-width:1100px) {
  .flat-system-grid { grid-template-columns:repeat(2,1fr); }
  .flat-process-list { grid-template-columns:repeat(3,1fr); }
  .flat-process-list li:nth-child(3) { border-right:0; }
  .flat-process-list li:nth-child(-n+3) { border-bottom:1px solid var(--aarc-line); }
}
@media (max-width:980px) {
  .flat-hero-grid,
  .flat-intro-grid,
  .flat-details-grid,
  .flat-weather-grid { grid-template-columns:1fr; }
  .flat-hero-visual { min-height:430px; width:min(100%,650px); }
  .flat-problem-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:700px) {
  .flat-hero { padding:52px 0 46px; }
  .flat-hero h1 { font-size:clamp(2.75rem,13.2vw,4.25rem); }
  .flat-hero-visual { min-height:350px; border-radius:24px 7px 24px 7px; }
  .flat-hero-card { left:14px; right:14px; bottom:14px; padding:16px; }
  .flat-system-grid,
  .flat-problem-grid,
  .flat-detail-grid,
  .flat-decision-grid,
  .flat-weather-factors { grid-template-columns:1fr; }
  .flat-process-list { grid-template-columns:1fr; border-radius:18px; }
  .flat-process-list li,
  .flat-process-list li:nth-child(3) { border-right:0; border-bottom:1px solid var(--aarc-line); }
  .flat-process-list li:last-child { border-bottom:0; }
}

/* ========================================================================== */
/* v16 — Residential Roofing in Clovis, NM                                   */
/* ========================================================================== */
.aarc-residential-page { background: #fff; }
.res-hero {
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgba(31,90,120,.32), transparent 32%),
    linear-gradient(120deg, #061f31 0%, #0a324b 50%, #164c69 100%);
  padding: 62px 0 68px;
  overflow: hidden;
}
.res-hero-grid { display:grid; grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr); gap:70px; align-items:center; }
.res-hero-copy h1 { margin:.16em 0 .28em; max-width:760px; font-size:clamp(3.4rem,6vw,6.55rem); line-height:.86; letter-spacing:-.065em; color:#fff; }
.res-hero-lead { max-width:710px; margin:0 0 26px; color:#d9e7ed; font-size:1.08rem; line-height:1.68; }
.res-hero-visual { position:relative; min-height:470px; }
.res-hero-visual img { width:100%; height:500px; object-fit:cover; border-radius:28px; box-shadow:0 28px 70px rgba(0,0,0,.26); border:1px solid rgba(255,255,255,.16); }
.res-hero-card { position:absolute; left:-34px; bottom:28px; width:min(420px,82%); padding:22px 24px; border-radius:18px; background:rgba(6,31,49,.92); border:1px solid rgba(255,255,255,.18); box-shadow:0 18px 50px rgba(0,0,0,.24); backdrop-filter:blur(8px); }
.res-hero-card span { display:block; margin-bottom:8px; color:#b9d0dc; font-size:.76rem; font-weight:900; letter-spacing:.12em; text-transform:uppercase; }
.res-hero-card strong { display:block; font-size:1.03rem; line-height:1.45; color:#fff; }
.res-quickbar { border-bottom:1px solid var(--aarc-line); }
.res-head-wide { max-width:920px; }
.res-paths { background:#fff; }
.res-path-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:34px; }
.res-path-grid article { position:relative; min-height:340px; padding:30px; border:1px solid var(--aarc-line); border-radius:22px; background:#fff; box-shadow:0 15px 38px rgba(10,50,75,.07); }
.res-path-grid article.featured { color:#fff; background:linear-gradient(145deg,#0a324b,#15506f); border-color:transparent; transform:translateY(-10px); }
.res-path-grid article small { display:block; margin:18px 0 8px; font-weight:900; letter-spacing:.18em; color:var(--aarc-brand); }
.res-path-grid article.featured small,.res-path-grid article.featured a { color:#bfe4f5; }
.res-path-grid h3 { margin:0 0 12px; font-size:1.5rem; line-height:1.05; }
.res-path-grid p { margin:0 0 24px; color:var(--aarc-gray); }
.res-path-grid article.featured p { color:#dbe9ef; }
.res-path-grid a { position:absolute; left:30px; bottom:26px; font-weight:900; color:#006fae; text-decoration:none; }
.res-path-icon { width:58px; height:58px; display:grid; place-items:center; border-radius:17px; background:var(--aarc-brand-soft); color:var(--aarc-brand); }
.res-path-icon svg { width:30px; height:30px; fill:currentColor; }
.res-path-grid article.featured .res-path-icon { background:rgba(255,255,255,.12); color:#fff; }
.res-problems { background:var(--aarc-soft); }
.res-problems-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:64px; align-items:center; }
.res-problems-grid > div:first-child { max-width:540px; }
.res-problems-grid h2,.res-weather h2,.res-homeowner h2 { font-size:clamp(2.35rem,4vw,4.5rem); line-height:.94; letter-spacing:-.045em; margin:.14em 0 .28em; }
.res-problem-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.res-problem-cards article { padding:22px; border:1px solid #d6e3e9; border-radius:18px; background:#fff; }
.res-problem-cards svg { width:28px; height:28px; fill:var(--aarc-brand); }
.res-problem-cards h3 { margin:12px 0 6px; font-size:1.05rem; }
.res-problem-cards p { margin:0; font-size:.9rem; color:var(--aarc-gray); }
.res-materials { color:#fff; background:linear-gradient(135deg,#06273b,#0a324b 52%,#15506f); }
.res-materials .service-section-head p { color:#d8e5eb; }
.res-material-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:34px; }
.res-material-grid article { padding:30px; border-radius:20px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); }
.res-material-grid article > span { width:54px; height:54px; display:grid; place-items:center; border-radius:16px; background:rgba(255,255,255,.1); }
.res-material-grid svg { width:28px; height:28px; fill:#d6eef9; }
.res-material-grid h3 { margin:18px 0 10px; color:#fff; font-size:1.3rem; }
.res-material-grid p { color:#dbe7ed; }
.res-material-grid a { color:#fff; font-weight:900; text-decoration:none; }
.res-weather { background:#fff; }
.res-weather-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:70px; align-items:center; }
.res-weather-gridcards { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.res-weather-gridcards > div { padding:25px; border-radius:18px; background:var(--aarc-brand-soft); border:1px solid #d9e7ed; }
.res-weather-gridcards svg { width:30px; height:30px; fill:var(--aarc-brand); }
.res-weather-gridcards strong,.res-weather-gridcards small { display:block; }
.res-weather-gridcards strong { margin:12px 0 6px; }
.res-weather-gridcards small { color:var(--aarc-gray); line-height:1.5; }
.res-process { background:var(--aarc-soft); }
.res-process-list { list-style:none; margin:34px 0 0; padding:0; display:grid; grid-template-columns:repeat(5,1fr); border:1px solid var(--aarc-line); border-radius:22px; overflow:hidden; background:#fff; }
.res-process-list li { min-height:220px; padding:26px 22px; border-right:1px solid var(--aarc-line); }
.res-process-list li:last-child { border-right:0; }
.res-process-list > li > span { width:42px; height:42px; display:grid; place-items:center; border-radius:50%; background:var(--aarc-brand); color:#fff; font-size:.78rem; font-weight:900; }
.res-process-list h3 { margin:22px 0 7px; font-size:1.08rem; }
.res-process-list p { margin:0; font-size:.9rem; color:var(--aarc-gray); }
.res-homeowner { background:#fff; }
.res-homeowner-grid { display:grid; grid-template-columns:.95fr 1.05fr; gap:68px; align-items:center; }
.res-homeowner-panel { padding:38px; border-radius:24px; color:#fff; background:linear-gradient(145deg,#0a324b,#15506f); box-shadow:var(--aarc-shadow); }
.res-homeowner-panel > span { color:#b9d0dc; font-size:.76rem; font-weight:900; text-transform:uppercase; letter-spacing:.14em; }
.res-homeowner-panel h2 { color:#fff; }
.res-homeowner-panel p { color:#dce8ee; }
.res-homeowner-list { display:grid; gap:12px; }
.res-homeowner-list > div { display:flex; gap:16px; align-items:flex-start; padding:18px 20px; border:1px solid var(--aarc-line); border-radius:16px; background:#fff; }
.res-homeowner-list svg { flex:0 0 28px; width:28px; height:28px; fill:var(--aarc-brand); }
.res-homeowner-list span,.res-homeowner-list strong,.res-homeowner-list small { display:block; }
.res-homeowner-list small { color:var(--aarc-gray); margin-top:3px; }
.res-estimate { background:linear-gradient(120deg,#06273b,#0a324b 58%,#15506f); }
.res-related { background:var(--aarc-brand-soft); }
.res-related .service-related-grid { grid-template-columns:repeat(3,1fr); }

@media (max-width: 980px) {
  .res-hero-grid,.res-problems-grid,.res-weather-grid,.res-homeowner-grid { grid-template-columns:1fr; gap:38px; }
  .res-hero-copy h1 { font-size:clamp(3.1rem,10vw,5.2rem); }
  .res-hero-visual { min-height:0; }
  .res-hero-visual img { height:430px; }
  .res-hero-card { left:20px; }
  .res-path-grid,.res-material-grid { grid-template-columns:1fr; }
  .res-path-grid article.featured { transform:none; }
  .res-process-list { grid-template-columns:1fr; }
  .res-process-list li { min-height:0; border-right:0; border-bottom:1px solid var(--aarc-line); display:grid; grid-template-columns:auto 1fr; gap:18px; }
  .res-process-list li:last-child { border-bottom:0; }
  .res-process-list h3 { margin:0 0 5px; }
  .res-related .service-related-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px) {
  .res-hero { padding:42px 0 48px; }
  .res-hero-copy h1 { font-size:3.35rem; }
  .res-hero-visual img { height:340px; border-radius:20px; }
  .res-hero-card { position:relative; left:auto; bottom:auto; width:calc(100% - 24px); margin:-72px auto 0; }
  .res-problem-cards,.res-weather-gridcards,.res-related .service-related-grid { grid-template-columns:1fr; }
  .res-material-grid article,.res-homeowner-panel { padding:24px; }
}

/* ==========================================================================
   About Us page — v17
   ========================================================================== */
.aarc-about-page { overflow: hidden; }
.about-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 18%, rgba(68,142,176,.22), transparent 30%),
    linear-gradient(125deg, #06263a 0%, #0a324b 58%, #13506d 100%);
}
.about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 60%);
}
.about-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(440px, .86fr);
  gap: 72px;
  align-items: center;
  padding: 74px 0 84px;
}
.about-hero-copy { min-width: 0; }
.about-hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.25rem, 5.3vw, 5.7rem);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 950;
  text-wrap: balance;
}
.about-hero-copy h1 span { color: #b9d0dc; }
.about-hero-lead {
  max-width: 730px;
  margin: 25px 0 0;
  color: #e5eef2;
  font-size: 1.12rem;
}
.about-proof-list { margin-top: 26px; }
.about-hero-visual {
  position: relative;
  min-height: 485px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(0,0,0,.26);
  background: #0f4662;
}
.about-hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 45%, rgba(4,25,38,.28) 100%);
}
.about-hero-visual img { width: 100%; height: 100%; min-height: 485px; display: block; object-fit: cover; object-position: center; }
.about-hero-card {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  gap: 7px;
  padding: 24px 26px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(5,36,54,.89);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0,0,0,.2);
}
.about-hero-card span { color: #b9d0dc; font-size: .72rem; font-weight: 950; letter-spacing: .14em; }
.about-hero-card strong { color: #fff; font-size: 1.28rem; line-height: 1.2; }
.about-hero-card small { color: #dbe7ec; font-size: .9rem; }

.about-stats { position: relative; z-index: 5; margin-top: -1px; border-bottom: 1px solid #dce7ec; background: #fff; }
.about-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.about-stats-grid > div { min-height: 126px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid #dce7ec; }
.about-stats-grid > div:first-child { border-left: 1px solid #dce7ec; }
.about-stats-grid strong { color: var(--aarc-brand-dark); font-size: 1.32rem; line-height: 1.1; font-weight: 950; letter-spacing: -.025em; }
.about-stats-grid span { margin-top: 6px; color: var(--aarc-gray); font-size: .88rem; }

.about-story { padding: 105px 0; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: 80px; align-items: center; }
.about-story-copy h2 { max-width: 760px; margin: 8px 0 24px; font-size: clamp(2.7rem,4.6vw,4.7rem); line-height: .98; letter-spacing: -.05em; text-wrap: balance; }
.about-story-copy p { max-width: 760px; margin: 0 0 16px; color: var(--aarc-gray); font-size: 1.05rem; }
.about-story-statement { position: relative; overflow: hidden; min-height: 430px; padding: 48px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 28px; color: #fff; background: linear-gradient(145deg,#0b3852,#071f30); box-shadow: var(--aarc-shadow); }
.about-story-statement:before { content: ""; position: absolute; width: 330px; height: 330px; right: -130px; top: -150px; border: 38px solid rgba(185,208,220,.15); border-radius: 50%; }
.about-story-statement > * { position: relative; z-index: 1; }
.about-story-statement > span { color: #b9d0dc; font-size: .72rem; font-weight: 950; letter-spacing: .18em; }
.about-story-statement blockquote { margin: 26px 0 0; font-size: clamp(2rem,3.5vw,3rem); line-height: 1.03; font-weight: 950; letter-spacing: -.045em; }
.about-story-rule { width: 74px; height: 4px; margin-top: 30px; border-radius: 999px; background: #4f9ac0; }
.about-story-statement p { margin: 22px 0 0; color: #d6e2e8; }

.about-values { padding: 100px 0 110px; background: #f3f8fa; }
.about-values-head { max-width: 980px; margin-bottom: 42px; }
.about-values-head h2 { max-width: 880px; margin: 8px 0 14px; font-size: clamp(2.5rem,4.2vw,4.2rem); line-height: 1; letter-spacing: -.045em; }
.about-values-head p { max-width: 760px; margin: 0; color: var(--aarc-gray); }
.about-values-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.about-values-grid article { min-height: 315px; display: flex; flex-direction: column; padding: 26px 23px; border: 1px solid #d7e5eb; border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(10,50,75,.05); }
.about-values-grid article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; color: #0d6b96; background: #e8f4f9; }
.about-values-grid svg { width: 25px; height: 25px; fill: currentColor; }
.about-values-grid small { margin-top: 34px; color: #1b789f; font-size: .72rem; font-weight: 950; letter-spacing: .13em; }
.about-values-grid h3 { margin: 7px 0 10px; font-size: 1.25rem; line-height: 1.1; letter-spacing: -.025em; }
.about-values-grid p { margin: 0; color: var(--aarc-gray); font-size: .92rem; }

.about-services { padding: 105px 0; color: #fff; background: linear-gradient(135deg,#092e45,#0e4866); }
.about-services-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: end; margin-bottom: 40px; }
.about-services-head h2 { max-width: 780px; margin: 8px 0 0; color: #fff; font-size: clamp(2.5rem,4.2vw,4.4rem); line-height: .98; letter-spacing: -.048em; }
.about-services-head p { margin: 0; color: #d5e2e8; }
.about-service-links { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.about-service-links > a { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: #fff; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.about-service-links > a:hover { color: #fff; background: rgba(255,255,255,.075); }
.about-service-links > a > span { width: 44px; height: 44px; color: #8bc4df; }
.about-service-links svg { width: 32px; height: 32px; fill: currentColor; }
.about-service-links strong { margin-top: 30px; font-size: 1.2rem; line-height: 1.1; }
.about-service-links small { margin-top: 9px; color: #c8dae3; line-height: 1.45; }
.about-service-links b { margin-top: auto; color: #fff; font-size: .9rem; }

.about-local { padding: 105px 0; background: #fff; }
.about-local-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 78px; align-items: center; }
.about-local-copy h2 { max-width: 680px; margin: 8px 0 18px; font-size: clamp(2.7rem,4.4vw,4.5rem); line-height: .98; letter-spacing: -.05em; }
.about-local-copy > p { max-width: 680px; color: var(--aarc-gray); }
.about-weather-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 28px; }
.about-weather-row span { display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid #dce8ee; border-radius: 12px; color: var(--aarc-brand-dark); background: #f8fbfc; }
.about-weather-row svg { width: 22px; height: 22px; fill: #1677a4; }
.about-map-card { min-height: 410px; box-shadow: var(--aarc-shadow); }

.about-credentials { padding: 100px 0; color: #fff; background: #082b40; }
.about-credentials-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 76px; align-items: start; }
.about-credentials h2 { max-width: 700px; margin: 8px 0 18px; color: #fff; font-size: clamp(2.6rem,4.4vw,4.5rem); line-height: .98; letter-spacing: -.05em; }
.about-credentials p { max-width: 690px; color: #cedee6; }
.about-credential-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.about-credential-list > div { min-height: 170px; display: grid; align-content: start; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.055); }
.about-credential-list > div > span { color: #88bfd9; }
.about-credential-list svg { width: 28px; height: 28px; fill: currentColor; }
.about-credential-list strong { margin-top: 14px; color: #fff; font-size: 1.05rem; }
.about-credential-list small { margin-top: 6px; color: #bfd1da; line-height: 1.45; }

.about-faq { padding: 105px 0; background: #f3f8fa; }
.about-estimate { background: linear-gradient(120deg,#06283b,#0a3c57); }
.about-email-link { display: inline-block; margin-top: 8px; color: #b9d0dc; font-weight: 800; }
.about-email-link:hover { color: #fff; }

@media (max-width: 1080px) {
  .about-hero-grid { grid-template-columns: 1fr 420px; gap: 42px; }
  .about-values-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .about-service-links { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .about-hero-grid,
  .about-story-grid,
  .about-services-head,
  .about-local-grid,
  .about-credentials-grid { grid-template-columns: 1fr; }
  .about-hero-grid { gap: 34px; min-height: 0; padding: 60px 0 70px; }
  .about-hero-visual { min-height: 380px; }
  .about-hero-visual img { min-height: 380px; }
  .about-stats-grid { grid-template-columns: repeat(2,1fr); }
  .about-stats-grid > div:nth-child(odd) { border-left: 1px solid #dce7ec; }
  .about-values-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-story,
  .about-values,
  .about-services,
  .about-local,
  .about-credentials,
  .about-faq { padding: 78px 0; }
}
@media (max-width: 620px) {
  .about-hero-copy h1 { font-size: clamp(2.7rem,13vw,4rem); }
  .about-hero-visual { min-height: 330px; border-radius: 20px; }
  .about-hero-visual img { min-height: 330px; }
  .about-hero-card { left: 16px; right: 16px; bottom: 16px; padding: 18px; }
  .about-stats-grid { grid-template-columns: 1fr; }
  .about-stats-grid > div { min-height: 104px; border-left: 1px solid #dce7ec; border-bottom: 1px solid #dce7ec; }
  .about-values-grid,
  .about-service-links,
  .about-credential-list,
  .about-weather-row { grid-template-columns: 1fr; }
  .about-values-grid article { min-height: 0; }
  .about-service-links > a { min-height: 220px; }
  .about-story-statement { min-height: 360px; padding: 34px 28px; }
  .about-map-card { min-height: 320px; }
}

/* =========================================================
   V18 CONTACT / FREE ESTIMATE PAGE
   ========================================================= */
.aarc-contact-page { background: var(--aarc-paper); }
.contact-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #08283d 0%, #0a3b58 55%, #11658a 100%);
  color: #fff;
  padding: clamp(64px, 8vw, 112px) 0;
}
.contact-hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.15) 0 1px, transparent 1.5px) 0 0/26px 26px,
    linear-gradient(115deg, transparent 0 58%, rgba(185,208,220,.08) 58% 59%, transparent 59% 100%),
    linear-gradient(25deg, transparent 0 69%, rgba(185,208,220,.06) 69% 70%, transparent 70% 100%);
}
.contact-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.contact-hero-copy .service-kicker { color: #c9e4f0; }
.contact-hero-copy h1 {
  margin: 18px 0 22px;
  max-width: 760px;
  font-size: clamp(3.15rem, 6.3vw, 6.1rem);
  line-height: .91;
  letter-spacing: -.065em;
  color: #fff;
}
.contact-hero-copy h1 span { display: block; color: var(--aarc-brand-light); }
.contact-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.65;
}
.contact-direct-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
  max-width: 720px;
}
.contact-direct-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  gap: 0 12px;
  align-items: center;
  min-height: 92px;
  padding: 17px 20px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 16px;
  color: #fff;
  background: rgba(255,255,255,.07);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.contact-direct-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.35); color:#fff; }
.contact-direct-icon {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(185,208,220,.15);
}
.contact-direct-icon svg { width: 21px; height: 21px; fill: #d9eef7; }
.contact-direct-card small { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; color: #b9d0dc; font-weight: 800; }
.contact-direct-card strong { font-size: 1.04rem; overflow-wrap: anywhere; }
.contact-proof-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 0;
  margin: 30px 0 0;
  color: rgba(255,255,255,.78);
  font-size: .9rem;
  font-weight: 700;
}
.contact-proof-list li { display:flex; align-items:center; gap:8px; }
.contact-proof-list svg { width:18px; height:18px; fill:#9fd0e6; }
.contact-estimate-panel {
  background: #fff;
  color: var(--aarc-ink);
  border-radius: 24px;
  padding: clamp(28px, 3.2vw, 42px);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.5);
}
.contact-form-heading > span { color: var(--aarc-brand); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.contact-form-heading h2 { margin: 7px 0 5px; font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -.045em; }
.contact-form-heading p { margin: 0 0 22px; color: var(--aarc-gray); font-size: .92rem; }
.contact-estimate-form { gap: 14px; }
.contact-estimate-form label { gap: 7px; }
.contact-estimate-form label > span { font-size:.82rem; font-weight:850; color:var(--aarc-ink); }
.contact-estimate-form input,
.contact-estimate-form select,
.contact-estimate-form textarea {
  width: 100%;
  border: 1px solid #c9d8df;
  border-radius: 10px;
  background: #fbfdfe;
  color: var(--aarc-ink);
  padding: 13px 14px;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.contact-estimate-form textarea { resize: vertical; min-height: 104px; line-height:1.45; }
.contact-estimate-form input:focus,
.contact-estimate-form select:focus,
.contact-estimate-form textarea:focus { border-color: var(--aarc-brand); box-shadow: 0 0 0 3px rgba(31,90,120,.12); background:#fff; }
.contact-form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-submit { width:100%; justify-content:center; min-height:52px; border:0; cursor:pointer; }
.contact-form-note { margin:0; text-align:center; color:var(--aarc-gray); font-size:.84rem; }
.contact-form-note a { font-weight:800; }

.contact-channels { background:#fff; border-bottom:1px solid var(--aarc-line); }
.contact-channels-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.contact-channels-grid > div {
  min-height: 116px;
  display:grid;
  grid-template-columns:40px 1fr;
  grid-template-rows:auto auto;
  align-content:center;
  gap:2px 13px;
  padding:20px 24px;
  border-right:1px solid var(--aarc-line);
}
.contact-channels-grid > div:last-child { border-right:0; }
.contact-channels-grid span { grid-row:1/3; display:grid; place-items:center; width:40px; height:40px; border-radius:50%; background:var(--aarc-brand-soft); }
.contact-channels-grid svg { width:20px; height:20px; fill:var(--aarc-brand); }
.contact-channels-grid strong { font-size:.82rem; text-transform:uppercase; letter-spacing:.08em; color:var(--aarc-ink); }
.contact-channels-grid a, .contact-channels-grid p { margin:0; color:var(--aarc-brand); font-weight:800; overflow-wrap:anywhere; }

.contact-next { padding: clamp(72px, 8vw, 108px) 0; }
.contact-next-grid { display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr); gap:clamp(48px,7vw,94px); align-items:start; }
.contact-next h2, .contact-service-area h2, .contact-service-links h2, .contact-faq h2 { margin:8px 0 18px; font-size:clamp(2.35rem,4.6vw,4.3rem); line-height:.98; letter-spacing:-.055em; }
.contact-next-grid > div:first-child p { max-width:560px; color:var(--aarc-gray); font-size:1.06rem; line-height:1.7; }
.contact-steps { display:grid; gap:16px; }
.contact-steps article { display:grid; grid-template-columns:58px 1fr; gap:18px; align-items:start; padding:24px; border:1px solid var(--aarc-line); border-radius:18px; background:#fff; box-shadow:0 12px 35px rgba(10,50,75,.07); }
.contact-steps article > span { display:grid; place-items:center; width:50px; height:50px; border-radius:14px; background:var(--aarc-brand-dark); color:#fff; font-weight:900; font-size:1rem; }
.contact-steps h3 { margin:2px 0 6px; font-size:1.2rem; }
.contact-steps p { margin:0; color:var(--aarc-gray); line-height:1.55; }

.contact-service-area { padding:clamp(72px,8vw,108px) 0; background:linear-gradient(135deg,#eef6f9 0%,#f8fbfc 65%,#eaf3f7 100%); }
.contact-area-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,7vw,88px); align-items:center; }
.contact-area-copy > p { max-width:620px; color:var(--aarc-gray); font-size:1.06rem; line-height:1.65; }
.contact-area-list { list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:12px 24px; padding:0; margin:26px 0 0; }
.contact-area-list li { display:flex; align-items:center; gap:9px; font-weight:800; color:var(--aarc-ink); }
.contact-area-list svg { width:18px; height:18px; fill:var(--aarc-brand); }
.contact-address-box { margin-top:26px; padding:18px 20px; border-left:4px solid var(--aarc-brand); background:#fff; border-radius:0 12px 12px 0; box-shadow:0 10px 25px rgba(10,50,75,.06); }
.contact-address-box span { display:block; color:var(--aarc-gray); font-size:.75rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.contact-address-box strong { display:block; margin-top:4px; }
.contact-map-card { min-height:390px; }

.contact-service-links { padding:clamp(72px,8vw,108px) 0; }
.contact-section-heading { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr); gap:40px; align-items:end; margin-bottom:36px; }
.contact-section-heading h2 { max-width:780px; }
.contact-section-heading > p { margin:0 0 10px; color:var(--aarc-gray); line-height:1.65; }
.contact-service-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.contact-service-grid a { min-height:218px; display:flex; flex-direction:column; padding:24px; border:1px solid var(--aarc-line); border-radius:18px; background:#fff; color:var(--aarc-ink); text-decoration:none; transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.contact-service-grid a:hover { transform:translateY(-4px); box-shadow:0 18px 40px rgba(10,50,75,.1); border-color:#bad2dd; }
.contact-service-grid a > span { display:grid; place-items:center; width:44px; height:44px; border-radius:12px; background:var(--aarc-brand-soft); margin-bottom:18px; }
.contact-service-grid svg { width:23px; height:23px; fill:var(--aarc-brand); }
.contact-service-grid strong { font-size:1.08rem; }
.contact-service-grid small { margin:8px 0 18px; color:var(--aarc-gray); line-height:1.5; }
.contact-service-grid b { margin-top:auto; color:var(--aarc-brand); font-size:.87rem; }

.contact-faq { padding:clamp(72px,8vw,108px) 0; background:var(--aarc-soft); }
.contact-final-cta { padding:48px 0; background:linear-gradient(110deg,#06283d,#0a4665); color:#fff; }
.contact-final-inner { display:flex; justify-content:space-between; align-items:center; gap:36px; }
.contact-final-inner span { color:#b9d0dc; text-transform:uppercase; letter-spacing:.12em; font-size:.73rem; font-weight:900; }
.contact-final-inner h2 { color:#fff; margin:4px 0 6px; font-size:clamp(2rem,3.5vw,3.25rem); line-height:1; letter-spacing:-.045em; }
.contact-final-inner p { margin:0; color:rgba(255,255,255,.75); }
.contact-final-actions { display:flex; gap:12px; flex:0 0 auto; }
.contact-final-actions .v6-btn-outline { color:#fff; border-color:rgba(255,255,255,.45); }

@media (max-width: 980px) {
  .contact-hero-grid { grid-template-columns:1fr; }
  .contact-hero-copy h1 { max-width:820px; }
  .contact-estimate-panel { max-width:760px; }
  .contact-channels-grid { grid-template-columns:repeat(2,1fr); }
  .contact-channels-grid > div:nth-child(2) { border-right:0; }
  .contact-channels-grid > div:nth-child(-n+2) { border-bottom:1px solid var(--aarc-line); }
  .contact-next-grid, .contact-area-grid { grid-template-columns:1fr; }
  .contact-section-heading { grid-template-columns:1fr; gap:4px; }
  .contact-service-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .contact-final-inner { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 620px) {
  .contact-hero { padding:54px 0 62px; }
  .contact-hero-copy h1 { font-size:clamp(2.75rem,14vw,4.2rem); }
  .contact-direct-grid, .contact-form-row, .contact-area-list, .contact-service-grid { grid-template-columns:1fr; }
  .contact-channels-grid { grid-template-columns:1fr; }
  .contact-channels-grid > div { border-right:0; border-bottom:1px solid var(--aarc-line); }
  .contact-channels-grid > div:last-child { border-bottom:0; }
  .contact-estimate-panel { padding:24px 20px; border-radius:18px; }
  .contact-service-grid a { min-height:0; }
  .contact-final-actions { width:100%; flex-direction:column; }
  .contact-final-actions a { width:100%; justify-content:center; }
}

/* =========================================================
   V19 BLOG CLEANUP / ROOFING RESOURCE CENTER
   ========================================================= */

.blog-hub,
.blog-topic-page,
.article-page {
  background: var(--aarc-paper);
}

.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 82px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(185,208,220,.20), transparent 30%),
    linear-gradient(125deg, #061f30 0%, #0a324b 58%, #123f59 100%);
}

.blog-hero:after {
  content: "";
  position: absolute;
  inset: auto -8% -135px 40%;
  height: 280px;
  border: 1px solid rgba(255,255,255,.12);
  transform: skewY(-8deg);
  background: repeating-linear-gradient(90deg, transparent 0 72px, rgba(255,255,255,.035) 72px 74px);
  pointer-events: none;
}

.blog-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.22fr) minmax(300px,.78fr);
  gap: 70px;
  align-items: center;
}

.blog-kicker { color: #dce8ee; }
.blog-hero h1,
.blog-topic-hero h1 {
  margin: 12px 0 20px;
  max-width: 820px;
  font-size: clamp(3rem, 5.7vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.055em;
}
.blog-hero p {
  max-width: 760px;
  margin: 0;
  color: #d6e2e8;
  font-size: 1.12rem;
}
.blog-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
}
.blog-text-link {
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}
.blog-text-link:hover { color: #dce8ee; }

.blog-hero-panel {
  position: relative;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 28px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(12px);
}
.blog-panel-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #b9d0dc;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.blog-hero-panel strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1.08;
}
.blog-hero-panel p {
  margin-top: 14px;
  color: #d3e0e6;
  font-size: .98rem;
}
.blog-panel-links {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}
.blog-panel-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border-radius: 11px;
  color: #fff;
  background: rgba(255,255,255,.08);
  text-decoration: none;
  font-weight: 850;
}
.blog-panel-links a:after { content: "→"; color: #b9d0dc; }
.blog-panel-links a:hover { background: rgba(255,255,255,.13); }

.blog-clusters { padding-bottom: 58px; }
.blog-section-head { margin-bottom: 30px; }
.blog-section-head .section-title { max-width: 720px; }
.blog-section-head > p { max-width: 510px; }
.blog-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.blog-cluster-card {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 118px;
  padding: 22px;
  border: 1px solid var(--aarc-line);
  border-radius: 18px;
  color: var(--aarc-ink);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(10,50,75,.055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.blog-cluster-card:hover {
  transform: translateY(-3px);
  border-color: #b9d0dc;
  box-shadow: 0 18px 36px rgba(10,50,75,.10);
}
.blog-cluster-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--aarc-brand-dark);
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .08em;
}
.blog-cluster-card strong { display: block; font-size: 1.02rem; line-height: 1.2; }
.blog-cluster-card small { display: block; margin-top: 5px; color: var(--aarc-gray); line-height: 1.35; }
.blog-cluster-arrow { color: var(--aarc-brand); font-size: 1.35rem; font-weight: 900; }

.blog-library { background: var(--aarc-soft); }
.blog-library-first { padding-top: 70px; }
.blog-library-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}
.blog-library-heading.compact { align-items: center; }
.blog-library-heading h2 {
  margin: 7px 0 0;
  max-width: 780px;
  font-size: clamp(2.15rem,4vw,3.9rem);
  line-height: 1;
  letter-spacing: -.04em;
}
.blog-page-chip {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--aarc-brand-dark);
  background: var(--aarc-brand-pale);
  font-size: .83rem;
  font-weight: 900;
}

.blog-featured-post {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr);
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid var(--aarc-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(10,50,75,.08);
}
.blog-featured-media {
  min-height: 410px;
  display: block;
  overflow: hidden;
  background: #dce8ee;
}
.blog-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 410px;
  object-fit: cover;
  transition: transform .28s ease;
}
.blog-featured-post:hover .blog-featured-media img { transform: scale(1.025); }
.blog-featured-media.no-image { display: grid; place-items: center; background: linear-gradient(140deg,#0a324b,#1f5a78); }
.blog-media-placeholder {
  width: 62%;
  aspect-ratio: 1.65;
  position: relative;
  display: block;
  border: 2px solid rgba(255,255,255,.46);
  border-radius: 5px 5px 28px 28px;
  transform: skewY(-4deg);
}
.blog-media-placeholder:before,
.blog-media-placeholder:after {
  content: "";
  position: absolute;
  top: -32px;
  width: 58%;
  height: 4px;
  border-radius: 99px;
  background: #fff;
}
.blog-media-placeholder:before { left: 0; transform: rotate(-18deg); transform-origin: left center; }
.blog-media-placeholder:after { right: 0; transform: rotate(18deg); transform-origin: right center; }
.blog-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}
.blog-featured-copy h3 {
  margin: 10px 0 14px;
  font-size: clamp(2rem,3.3vw,3.5rem);
  line-height: 1;
  letter-spacing: -.04em;
}
.blog-featured-copy h3 a,
.blog-post-card h3 a { color: var(--aarc-ink); text-decoration: none; }
.blog-featured-copy p { margin: 0; color: var(--aarc-gray); font-size: 1.02rem; }

.blog-post-meta {
  color: var(--aarc-brand-dark);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .065em;
  text-transform: uppercase;
}
.blog-post-meta span { color: var(--aarc-silver); padding: 0 4px; }
.blog-read-more {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  color: var(--aarc-brand-dark);
  text-decoration: none;
  font-weight: 950;
}
.blog-read-more span { transition: transform .18s ease; }
.blog-read-more:hover span { transform: translateX(3px); }

.blog-post-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.blog-post-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--aarc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(10,50,75,.045);
}
.blog-post-thumb {
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #dce8ee;
}
.blog-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .24s ease;
}
.blog-post-card:hover .blog-post-thumb img { transform: scale(1.03); }
.blog-post-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.blog-post-card h3 {
  margin: 9px 0 11px;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: -.025em;
}
.blog-post-card p { margin: 0; color: var(--aarc-gray); }
.blog-post-card .blog-read-more { margin-top: auto; padding-top: 18px; }

.blog-pagination { margin-top: 38px; }
.blog-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pagination a,
.blog-pagination span {
  min-width: 44px;
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 8px 13px;
  border: 1px solid var(--aarc-line);
  border-radius: 10px;
  color: var(--aarc-ink);
  background: #fff;
  text-decoration: none;
  font-weight: 850;
}
.blog-pagination .current {
  border-color: var(--aarc-brand-dark);
  color: #fff;
  background: var(--aarc-brand-dark);
}
.blog-pagination a:hover { border-color: var(--aarc-brand); color: var(--aarc-brand-dark); }

.blog-empty-state {
  padding: 48px;
  border: 1px solid var(--aarc-line);
  border-radius: 22px;
  text-align: center;
  background: #fff;
}
.blog-empty-state h2 { margin-top: 0; }

.blog-service-cta-section { background: #fff; }
.blog-service-cta {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr);
  gap: 48px;
  align-items: center;
  padding: 46px 50px;
  border-radius: 26px;
  color: #fff;
  background: linear-gradient(125deg,#061f30,#0a324b 55%,#123f59);
}
.blog-service-cta h2 {
  margin: 7px 0 12px;
  font-size: clamp(2rem,3.5vw,3.5rem);
  line-height: 1;
  letter-spacing: -.04em;
}
.blog-service-cta p { margin: 0; max-width: 760px; color: #cbdbe3; }
.blog-service-cta .section-label { color: #b9d0dc; }
.blog-service-cta-actions { display: grid; gap: 10px; }
.blog-service-cta .btn { justify-content: center; background: #fff; color: var(--aarc-brand-dark); }
.blog-service-cta .btn.secondary { border-color: rgba(255,255,255,.48); color: #fff; background: transparent; }

.blog-topic-hero {
  padding: 68px 0 62px;
  color: #fff;
  background: linear-gradient(120deg,#061f30,#0a324b 64%,#1f5a78);
}
.blog-topic-hero h1 { margin-bottom: 16px; max-width: 900px; font-size: clamp(2.8rem,5.3vw,5.25rem); }
.blog-topic-hero p { max-width: 760px; margin: 0; color: #d5e1e7; font-size: 1.08rem; }
.blog-back-link,
.article-back {
  display: inline-block;
  margin-bottom: 28px;
  color: #dbe8ee;
  text-decoration: none;
  font-weight: 850;
}
.blog-back-link:hover,
.article-back:hover { color: #fff; }
.blog-topic-library { background: var(--aarc-soft); }

/* Single roofing guide */
.article-hero {
  padding: 72px 0 58px;
  color: #fff;
  background: linear-gradient(125deg,#061f30,#0a324b 62%,#123f59);
}
.article-hero-inner { max-width: 920px; }
.article-topic {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.article-hero h1 {
  margin: 14px 0 22px;
  font-size: clamp(3rem,5.7vw,5.75rem);
  line-height: .96;
  letter-spacing: -.055em;
}
.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #c7d8e0;
  font-size: .9rem;
  font-weight: 750;
}
.article-featured-wrap { margin-top: 38px; }
.article-featured-image {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(10,50,75,.14);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0,760px) minmax(260px,330px);
  gap: 74px;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 88px;
}
.article-content { min-width: 0; font-size: 1.08rem; }
.article-content > :first-child { margin-top: 0; }
.article-content h2 {
  margin-top: 2.15em;
  font-size: clamp(1.8rem,3vw,2.55rem);
  letter-spacing: -.03em;
}
.article-content h3 { font-size: 1.45rem; }
.article-content a { color: var(--aarc-brand-dark); font-weight: 750; }
.article-content blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--aarc-brand);
  border-radius: 0 14px 14px 0;
  color: var(--aarc-ink);
  background: var(--aarc-brand-soft);
}
.article-content table { width: 100%; border-collapse: collapse; }
.article-content th,
.article-content td { padding: 11px 12px; border: 1px solid var(--aarc-line); text-align: left; }
.article-sidebar {
  position: sticky;
  top: 132px;
  display: grid;
  gap: 14px;
}
.admin-bar .article-sidebar { top: 164px; }
.article-help-card,
.article-service-link-card {
  padding: 25px;
  border: 1px solid var(--aarc-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(10,50,75,.07);
}
.article-help-kicker,
.article-service-link-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--aarc-brand);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.article-help-card strong { display: block; font-size: 1.45rem; line-height: 1.08; }
.article-help-card p { color: var(--aarc-gray); }
.article-help-card .btn { width: 100%; justify-content: center; }
.article-phone-link {
  display: block;
  margin-top: 13px;
  color: var(--aarc-brand-dark);
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.article-service-link-card a { color: var(--aarc-brand-dark); text-decoration: none; font-weight: 900; }
.article-end-cta { padding: 0 0 20px; }
.article-related-section { background: var(--aarc-soft); }

@media (max-width: 980px) {
  .blog-hero-inner,
  .blog-featured-post,
  .blog-service-cta,
  .article-layout { grid-template-columns: 1fr; }
  .blog-cluster-grid,
  .blog-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .blog-featured-media,
  .blog-featured-media img { min-height: 330px; }
  .article-layout { gap: 34px; }
  .article-sidebar { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .blog-hero { padding: 62px 0 66px; }
  .blog-hero-inner { gap: 34px; }
  .blog-hero h1,
  .article-hero h1 { font-size: clamp(2.75rem,13vw,4.3rem); }
  .blog-hero-panel { padding: 25px; }
  .blog-cluster-grid,
  .blog-post-grid,
  .article-sidebar { grid-template-columns: 1fr; }
  .blog-cluster-card { min-height: 102px; padding: 18px; }
  .blog-library-heading { align-items: flex-start; flex-direction: column; }
  .blog-featured-media,
  .blog-featured-media img { min-height: 245px; }
  .blog-featured-copy { padding: 28px 24px; }
  .blog-featured-copy h3 { font-size: 2rem; }
  .blog-service-cta { padding: 32px 24px; gap: 28px; }
  .blog-topic-hero { padding: 56px 0 50px; }
  .article-hero { padding: 54px 0 48px; }
  .article-featured-wrap { margin-top: 22px; }
  .article-featured-image { border-radius: 16px; }
  .article-layout { padding-top: 42px; padding-bottom: 62px; }
}
