/*
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: 31.0.1
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; }
}

