/* =============================================================
   RV Roof Renewal — Full Stylesheet
   ============================================================= */
:root {
  --c-blue:        #0d3b66;
  --c-blue-dark:   #082a4c;
  --c-blue-mid:    #1d6fb8;
  --c-orange:      #ee964b;
  --c-orange-dark: #d97d2e;
  --c-ink:         #1a1a1a;
  --c-ink-soft:    #475569;
  --c-grey:        #64748b;
  --c-grey-light:  #e2e8f0;
  --c-bg:          #fff;
  --c-bg-alt:      #f8fafc;
  --c-green:       #16a34a;
  --radius:        10px;
  --shadow:        0 2px 12px rgba(0,0,0,.08);
  --shadow-md:     0 4px 24px rgba(0,0,0,.12);
}
ul{padding-left:1.4rem}ol{padding-left:1.4rem}p{margin:0 0 1rem;color:var(--c-ink-soft)}strong{color:var(--c-ink)}hr{border:0;border-top:1px solid var(--c-grey-light);margin:2rem 0}
.center{text-align:center}.lede{font-size:1.15rem;color:var(--c-ink-soft);max-width:740px;line-height:1.6;margin-bottom:1.5rem}.eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--c-orange);margin-bottom:.75rem}.section-head{text-align:center;margin-bottom:2.5rem}.section-head p{max-width:640px;margin:.5rem auto 0}
section{padding:4rem 0}section.alt{background:var(--c-bg-alt)}
.grid{display:grid;gap:1.75rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}
.card{background:var(--c-bg);border:1px solid var(--c-grey-light);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.card h3{margin-bottom:.5rem;font-size:1.1rem}.card p{margin-bottom:0;font-size:.97rem}
.btn--block{display:block;width:100%;text-align:center}.btn:hover{opacity:.88;transform:translateY(-1px);transition:.15s}
.checklist{list-style:none;padding:0;margin:0 0 1.5rem}.checklist li{padding:.35rem 0 .35rem 1.75rem;position:relative;color:var(--c-ink-soft)}.checklist li::before{content:'✓';position:absolute;left:0;color:var(--c-green);font-weight:700}
.faq details{border-bottom:1px solid var(--c-grey-light);padding:.75rem 0}.faq details:first-child{border-top:1px solid var(--c-grey-light)}.faq summary{font-weight:600;font-size:1.02rem;cursor:pointer;list-style:none;padding-right:2rem;position:relative;color:var(--c-ink)}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:'+';position:absolute;right:0;top:0;font-size:1.4rem;color:var(--c-blue-mid);line-height:1;transition:transform .2s}.faq details[open] summary::after{content:'−'}.faq details>p{padding:.75rem 0 .25rem;margin:0;color:var(--c-ink-soft);line-height:1.65}
.cta-strip{background:var(--c-blue);color:#fff;text-align:center;padding:4rem 1.25rem}.cta-strip h2{color:#fff;margin-bottom:.75rem}.cta-strip p{color:#bfdbfe;margin-bottom:1.75rem}.cta-strip .btn--white{margin:.4rem}
.service-card{background:var(--c-bg);border:1px solid var(--c-grey-light);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.service-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.service-card img{width:100%;height:200px;object-fit:cover}.service-card__body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.service-card h3{color:var(--c-blue);margin-bottom:.5rem}.service-card p{font-size:.95rem;flex:1}.service-card__link{color:var(--c-blue-mid);font-weight:700;font-size:.95rem;margin-top:.75rem}
.before-after{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.before-after figure{margin:0;position:relative}.before-after figcaption{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.55);color:#fff;font-size:.85rem;font-weight:700;padding:.4rem .75rem;text-align:center}.before-after img{width:100%;height:220px;object-fit:cover;border-radius:8px}
.testimonial{background:var(--c-bg);border:1px solid var(--c-grey-light);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.testimonial__stars{color:#f59e0b;font-size:1.1rem;margin-bottom:.6rem}.testimonial blockquote{margin:0 0 1rem;font-style:italic;color:var(--c-ink-soft);line-height:1.65;font-size:.97rem;max-height:8.5rem;overflow-y:auto;padding-right:.2rem;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.testimonial blockquote::-webkit-scrollbar{width:4px}.testimonial blockquote::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.testimonial__name{font-weight:700;color:var(--c-ink);font-size:.9rem}.testimonial__service{color:var(--c-grey);font-size:.85rem}
.trust-bar{background:var(--c-blue-dark);color:#fff;padding:.85rem 1.25rem}.trust-bar__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.9rem;font-weight:600}.trust-bar__inner span{white-space:nowrap}
.insurance-bar{text-align:center}.insurance-bar h3{margin-bottom:1.25rem}.insurance-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem}.insurance-logos img{height:36px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.65;transition:.2s}.insurance-logos img:hover{filter:none;opacity:1}
.process-steps{display:grid;gap:1.25rem}.process-steps.horizontal{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.step{text-align:center;padding:1.5rem 1rem}.step__icon{font-size:2.2rem;margin-bottom:.75rem}.step__num{width:36px;height:36px;background:var(--c-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;margin:0 auto .75rem}.step h3{font-size:1rem;margin-bottom:.4rem}.step p{font-size:.9rem;color:var(--c-ink-soft);margin:0}
.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:600;font-size:.92rem;color:var(--c-ink);margin-bottom:.4rem}.form-control{display:block;width:100%;padding:.65rem .9rem;border:1.5px solid var(--c-grey-light);border-radius:8px;font-size:1rem;font-family:inherit;color:var(--c-ink);background:#fff;transition:border-color .15s,box-shadow .15s}.form-control:focus{outline:none;border-color:var(--c-blue-mid);box-shadow:0 0 0 3px rgba(29,111,184,.12)}textarea.form-control{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.6rem;padding:.55rem .75rem;border:1.5px solid var(--c-grey-light);border-radius:8px;cursor:pointer;font-size:.94rem;color:var(--c-ink-soft);transition:border-color .15s,background .15s}.checkbox-label:hover{border-color:var(--c-blue-mid);background:#f0f7ff}.checkbox-label input{accent-color:var(--c-blue)}
.radio-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.4rem}.radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.94rem}.radio-label input{accent-color:var(--c-blue)}
.form-section-title{font-size:1rem;font-weight:700;color:var(--c-blue);border-bottom:1px solid var(--c-grey-light);padding-bottom:.5rem;margin-bottom:1.1rem;margin-top:.25rem}
.form-submit{width:100%;padding:1rem;font-size:1.1rem;font-weight:700;background:var(--c-blue);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .15s,transform .15s;font-family:inherit}.form-submit:hover{background:var(--c-blue-dark);transform:translateY(-1px)}.form-note{text-align:center;font-size:.82rem;color:var(--c-grey);margin-top:.6rem}.honeypot{display:none!important;visibility:hidden!important}
.alert{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.25rem;font-size:.95rem}.alert--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}
.breadcrumbs{padding:.65rem 0;font-size:.88rem;color:var(--c-grey)}.breadcrumbs a{color:var(--c-blue-mid)}.breadcrumbs li{display:inline}.breadcrumbs li+li::before{content:' › ';color:var(--c-grey-light);margin:0 .25rem}
.site-footer{background:#0a1929;color:#94a3b8;padding:3.5rem 0 0}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:3rem}.site-footer__col h3{color:#fff;font-size:1rem;margin-bottom:1rem}.site-footer__col p{font-size:.92rem;line-height:1.65;margin-bottom:.6rem}.site-footer__col a{color:#cbd5e1;font-size:.92rem;line-height:1.8;text-decoration:underline;text-underline-offset:2px}.site-footer__col a:hover{color:#fff}.site-footer__col ul{list-style:none;padding:0;margin:0}.site-footer__col ul li a{display:block}.footer-cities li a{font-size:.88rem}.hours li{font-size:.9rem;line-height:1.9}.site-footer__bottom{border-top:1px solid #1e3a5f;padding:1.25rem 0 4.5rem;text-align:center;font-size:.85rem}.site-footer__bottom p{color:#94a3b8;margin:.25rem 0}.site-footer__bottom a{color:#cbd5e1;text-decoration:underline;text-underline-offset:2px}.site-footer__bottom a:hover{color:#fff}
.mobile-call-cta{display:none;position:fixed;bottom:0;left:0;right:0;z-index:300;background:var(--c-orange);color:#fff;text-align:center;font-weight:700;font-size:1.05rem;padding:1rem;text-decoration:none;box-shadow:0 -2px 12px rgba(0,0,0,.18)}
.has-sub{position:relative}.has-sub>ul{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--c-grey-light);border-radius:8px;box-shadow:var(--shadow-md);min-width:220px;padding:.5rem 0;z-index:400;list-style:none;margin:0}.has-sub>ul li a{display:block;padding:.55rem 1.1rem;color:var(--c-ink)!important;font-size:.95rem}.has-sub>ul li a:hover{background:var(--c-bg-alt);color:var(--c-blue)!important}.has-sub:hover>ul{display:block}
.nav-shop>a{background:var(--c-orange);color:#fff!important;padding:.35rem .85rem;border-radius:6px;font-weight:700;font-size:.9rem;white-space:nowrap;transition:background .15s}.nav-shop>a:hover{background:#c2570a!important;color:#fff!important}@media(max-width:900px){.nav-shop>a{display:inline-block;margin-top:.5rem}}
.stat-box{text-align:center;padding:1.75rem 1rem}.stat-box__num{font-size:2.8rem;font-weight:800;color:var(--c-blue);line-height:1}.stat-box__label{font-size:.9rem;color:var(--c-ink-soft);margin-top:.4rem}
.mn-map{max-width:420px;width:100%;height:auto;border-radius:var(--radius);box-shadow:var(--shadow)}
@media(max-width:900px){.site-footer__grid{grid-template-columns:1fr 1fr}.has-sub>ul{position:static;box-shadow:none;border:0;padding-left:1rem;display:block}}
@media(max-width:768px){.mobile-call-cta{display:block}.sticky-cta{display:none}}
@media(max-width:600px){.site-footer__grid{grid-template-columns:1fr}.before-after{grid-template-columns:1fr}section{padding:2.5rem 0}.form-row{grid-template-columns:1fr}}
/* ============================================================
   HERO SPLIT LAYOUT (text left / owner photo right)
   ============================================================ */
.hero__split{display:flex;align-items:center;gap:3rem;min-height:420px}
.hero__split-text{flex:1;min-width:0;text-align:left}
.hero__split-text .hero__eyebrow{text-align:left}
.hero__split-text .hero__cta{justify-content:flex-start}
.hero__split-text .hero__trust{justify-content:flex-start}
.hero__split-photo{flex:0 0 360px;position:relative;display:flex;flex-direction:column;align-items:center;padding-top:.5rem}
.hero__owner-photo{width:100%;max-width:360px;object-fit:cover;object-position:center 18%;border-radius:12px;box-shadow:none;transform:translateY(10px)}
.hero__owner-badge{margin-top:1.1rem;background:rgba(13,59,102,.9);border:1px solid rgba(255,255,255,.16);border-radius:8px;padding:.6rem 1rem;text-align:center;color:#fff;font-size:.82rem;line-height:1.5}
.hero__owner-badge strong{font-size:.95rem;color:#fff}
.hero__owner-badge span{color:rgba(255,255,255,.75)}
.hero__google-proof{display:inline-flex;align-items:center;gap:.55rem;background:rgba(13,59,102,.78);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:.45rem 1rem .45rem .75rem;text-decoration:none;margin-bottom:1rem;transition:background .2s}
.hero__google-proof:hover{background:rgba(255,255,255,.18)}
.hero__google-stars{color:#fbbf24;font-size:1.05rem;letter-spacing:.05em;line-height:1}
.hero__google-text{color:#fff;font-size:.88rem;font-weight:600;white-space:nowrap}
.text-link{color:var(--c-blue-mid);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1.5px;font-weight:600}
@media(max-width:860px){
  .hero__split{flex-direction:column;gap:2rem;text-align:center}
  .hero__split-text{text-align:center}
  .hero__split-text .hero__eyebrow,.hero__split-text .hero__cta,.hero__split-text .hero__trust{justify-content:center;text-align:center}
  .hero__split-photo{flex:none;width:280px}
  .hero__owner-photo{max-width:280px;transform:translateY(6px)}
  .hero__google-proof{font-size:.82rem}
}
@media(max-width:520px){.hero__split-photo{width:180px}.hero__owner-photo{max-width:180px}.hero__google-text{white-space:normal}}

/* ============================================================
   VS DEALERSHIP COMPARISON TABLE
   ============================================================ */
.vs-table-wrap{overflow-x:auto;border-radius:12px;box-shadow:var(--shadow);margin-bottom:.5rem}
.vs-table{width:100%;border-collapse:collapse;font-size:.93rem;background:#fff}
.vs-table thead tr{background:var(--c-blue)}
.vs-table thead th{padding:1rem;color:#fff;font-weight:700;text-align:left}
.vs-table th.vs-table__us,.vs-table td.vs-table__us-cell{background:#f0fdf4;color:#14532d}
.vs-table th.vs-table__them,.vs-table td.vs-table__them-cell{background:#fef2f2;color:#7f1d1d}
.vs-table th.vs-table__feature{width:26%;background:var(--c-blue)}
.vs-table th.vs-table__us,.vs-table th.vs-table__them{width:37%}
.vs-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .15s}
.vs-table tbody tr:hover td{filter:brightness(.97)}
.vs-table tbody td{padding:.85rem 1rem;vertical-align:middle;line-height:1.45}
.vs-table tbody td:first-child{font-weight:600;color:var(--c-ink);background:#f9fafb}
.vs-table td.vs-table__us-cell strong{color:#166534}
@media(max-width:640px){.vs-table{font-size:.8rem}.vs-table thead th,.vs-table tbody td{padding:.65rem .6rem}}

/* ============================================================
   URGENCY PROMO BLOCK
   ============================================================ */
.urgency-block{padding:1.65rem 0}
.urgency-block__title{font-size:1.5rem;font-weight:800;margin:0 0 .6rem;line-height:1.25}
.urgency-block__body{font-size:1rem;line-height:1.65;margin-bottom:.25rem}
.urgency-block__body p{margin:.4rem 0}.urgency-block__body p:first-child{margin-top:0}.urgency-block__body p:last-child{margin-bottom:0}
.urgency-block__body ul,.urgency-block__body ol{margin:.4rem 0;padding-left:1.35rem}
.urgency-block__cta{margin-top:1.25rem}
.urgency-block__btn{display:inline-block;padding:.72rem 2rem;border-radius:999px;font-weight:700;text-decoration:none;font-size:1.05rem;transition:opacity .18s,transform .18s}
.urgency-block__btn:hover{opacity:.88;transform:translateY(-2px)}
/* Split layouts */
.urgency-block__row{display:flex;gap:2.25rem;align-items:center}
.urgency-block__row--rev{flex-direction:row-reverse}
.urgency-block__media-col{flex:0 0 46%;max-width:46%}
.urgency-block__content-col{flex:1;min-width:0}
.urgency-block__img,.urgency-block__video{width:100%;border-radius:10px;object-fit:cover;display:block}
@media(max-width:700px){
  .urgency-block__row{flex-direction:column !important}
  .urgency-block__media-col{flex:none;max-width:100%;width:100%}
}

/* ============================================================
   QUOTE PAGE TWO-COLUMN LAYOUT
   ============================================================ */
.quote-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:1100px;margin:0 auto}
.quote-left{}
.quote-right{}
@media(max-width:860px){.quote-layout{grid-template-columns:1fr}.quote-left{margin-bottom:1rem}}

/* Optional fields toggle button */
.optional-toggle{margin-bottom:1rem}
.optional-toggle__btn{width:100%;background:var(--c-blue);color:#fff;border:none;border-radius:10px;padding:1rem 1.25rem;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;text-align:left;display:flex;align-items:center;gap:.75rem;transition:background .15s}
.optional-toggle__btn:hover{background:var(--c-blue-dark)}
.optional-toggle__btn #optional-icon{font-size:1.4rem;line-height:1;min-width:1.2rem;text-align:center}
.optional-toggle__sub{font-size:.82rem;font-weight:500;opacity:.85;margin-left:auto}
.optional-fields{padding-top:1rem;border-top:1px solid var(--c-grey-light);margin-top:.25rem}

/* ============================================================
   HERO QUICK FORM
   ============================================================ */
.hero-form{margin-top:2rem}
.hero-form__fields{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;align-items:center}
.hero-form__fields input{flex:1 1 180px;min-width:160px;max-width:240px;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.3);border-radius:10px;font-size:1rem;background:rgba(255,255,255,.12);color:#fff;font-family:inherit}
.hero-form__fields input::placeholder{color:rgba(255,255,255,.65)}
.hero-form__fields input:focus{outline:none;border-color:#fff;background:rgba(255,255,255,.18)}
.hero-form__note{font-size:.83rem;color:rgba(255,255,255,.65);margin-top:.65rem;text-align:center}
@media(max-width:600px){.hero-form__fields{flex-direction:column;align-items:stretch}.hero-form__fields input{max-width:100%}.hero-form__fields .btn{width:100%}}

/* ============================================================
   STICKY CTA BAR (appears after scrolling past hero)
   ============================================================ */
.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:500;background:var(--c-blue);color:#fff;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;box-shadow:0 -4px 20px rgba(0,0,0,.2);transform:translateY(100%);transition:transform .3s ease;font-size:.95rem}
.sticky-cta.is-visible{transform:translateY(0)}
.sticky-cta strong{font-size:1rem}
.sticky-cta .btn{padding:.55rem 1.25rem;font-size:.95rem;white-space:nowrap}
.sticky-cta__close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:rgba(255,255,255,.6);font-size:1.4rem;cursor:pointer;line-height:1;padding:0}
.sticky-cta__close:hover{color:#fff}
@media(max-width:600px){.sticky-cta{flex-direction:column;gap:.5rem;text-align:center}.sticky-cta__close{top:.5rem;transform:none}}

/* ============================================================
   FORM STYLES (.form / .row / .field / .radios / .checks)
   ============================================================ */
.form{max-width:720px;margin:0 auto;background:#fff;border:1px solid var(--c-grey-light);border-radius:var(--radius);padding:2rem 2.25rem;box-shadow:var(--shadow-md)}
.form p{margin-bottom:1rem}
.row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}
.field{margin-bottom:1.1rem;display:flex;flex-direction:column}
.field label{font-weight:600;font-size:.92rem;color:var(--c-ink);margin-bottom:.35rem}
.field input,.field textarea,.field select{display:block;width:100%;padding:.65rem .9rem;border:1.5px solid var(--c-grey-light);border-radius:8px;font-size:1rem;font-family:inherit;color:var(--c-ink);background:#fff;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--c-blue-mid);box-shadow:0 0 0 3px rgba(29,111,184,.12)}
.field textarea{resize:vertical;min-height:120px}
.required-star{color:#dc2626;font-weight:700}
.radios{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:.35rem}
.radios label{display:flex;align-items:center;gap:.4rem;font-weight:400;font-size:.95rem;cursor:pointer;margin-bottom:0}
.radios input[type="radio"]{accent-color:var(--c-blue);width:16px;height:16px;flex-shrink:0}
.checks{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.4rem .75rem;margin-top:.35rem}
.checks label{display:flex;align-items:center;gap:.5rem;font-weight:400;font-size:.94rem;cursor:pointer;padding:.4rem .6rem;border:1.5px solid var(--c-grey-light);border-radius:7px;transition:border-color .15s,background .15s;margin-bottom:0}
.checks label:hover{border-color:var(--c-blue-mid);background:#f0f7ff}
.checks input[type="checkbox"]{accent-color:var(--c-blue);width:16px;height:16px;flex-shrink:0}
.btn--ghost{background:transparent;border:2px solid var(--c-blue);color:var(--c-blue);padding:.55rem 1.2rem;border-radius:8px;font-weight:700;cursor:pointer;font-family:inherit;font-size:1rem;transition:background .15s,color .15s}
.btn--ghost:hover{background:var(--c-blue);color:#fff}
@media(max-width:600px){.row{grid-template-columns:1fr}.form{padding:1.4rem 1rem}}

/* ============================================================
   GOOGLE REVIEWS SECTION
   ============================================================ */
.google-reviews-head{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;background:#fff;border:1px solid var(--c-grey-light);border-radius:var(--radius);padding:1.5rem 2rem;margin-bottom:2rem;box-shadow:var(--shadow)}
.google-logo{display:flex;align-items:center;gap:.6rem}
.google-logo__label{font-size:1.05rem;font-weight:700;color:var(--c-ink)}
.google-rating{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}
.google-rating__num{font-size:2.8rem;font-weight:800;color:var(--c-ink);line-height:1}
.google-rating__stars{font-size:1.6rem;color:#f59e0b;line-height:1}
.google-rating__count{font-size:.9rem;color:var(--c-ink-soft)}
.google-reviews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));gap:1.25rem;margin-bottom:2.5rem;align-items:start}
.g-review{background:#fff;border:1px solid var(--c-grey-light);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow);display:flex;flex-direction:column;height:320px}
.g-review__head{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.85rem;flex-shrink:0}
.g-review__avatar{width:42px;height:42px;border-radius:50%;background:var(--c-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.15rem;flex-shrink:0}
.g-review__name{font-weight:700;color:var(--c-ink);font-size:.97rem}
.g-review__meta{display:flex;align-items:center;gap:.5rem;margin-top:.2rem}
.g-review__stars{color:#f59e0b;font-size:1rem}
.g-review__date{font-size:.82rem;color:var(--c-grey)}
.g-review__verified{margin-left:auto;flex-shrink:0}
.g-review__body{font-size:.93rem;color:var(--c-ink-soft);line-height:1.65;margin:0;flex:1;min-height:0;overflow-y:auto;padding-right:.25rem;scrollbar-width:thin;scrollbar-color:var(--c-grey-light) transparent}
.g-review__body::-webkit-scrollbar{width:4px}.g-review__body::-webkit-scrollbar-thumb{background:var(--c-grey-light);border-radius:4px}
.g-review__service{font-size:.82rem;color:var(--c-blue-mid);font-weight:600;flex-shrink:0;margin-top:.4rem}
.google-cta{text-align:center;padding:2rem 0}
.google-cta__note{font-size:.88rem;color:var(--c-grey);margin-top:.75rem}

/* ============================================================
   TESTIMONIAL ALIASES (reviews page uses .stars / cite / .meta)
   ============================================================ */
.testimonial .stars{color:#f59e0b;font-size:1.1rem;margin-bottom:.6rem}
.testimonial cite{display:block;font-weight:700;font-style:normal;color:var(--c-ink);font-size:.9rem;margin-top:.75rem}
.testimonial .meta{display:block;color:var(--c-grey);font-size:.85rem;margin-top:.2rem}

/* ============================================================
   AREA CHIPS (about page — RV types)
   ============================================================ */
.area-chips{list-style:none;padding:0;margin:1.25rem 0;display:flex;flex-wrap:wrap;gap:.6rem}
.area-chips li a,.area-chips li{display:inline-flex;align-items:center;background:var(--c-bg-alt);border:1.5px solid var(--c-grey-light);border-radius:999px;padding:.35rem 1rem;font-size:.9rem;color:var(--c-blue-mid);text-decoration:none;transition:background .15s,border-color .15s}
.area-chips li a:hover{background:#e0f0ff;border-color:var(--c-blue-mid)}

/* ============================================================
   INSURANCE GRID (services/insurance-claims page)
   ============================================================ */
.insurance-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 2rem;padding:1.5rem 0}
.insurance-grid img{height:40px;width:auto;object-fit:contain;filter:grayscale(100%);opacity:.65;transition:.2s}
.insurance-grid img:hover{filter:none;opacity:1}

/* ============================================================
   PROJECTS / GALLERY PAGE
   ============================================================ */
.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,280px),1fr));gap:1.5rem}
.project-card{background:#fff;border:1px solid var(--c-grey-light);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s}
.project-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}
.project-card img{width:100%;height:200px;object-fit:cover}
.project-card__body{padding:1.1rem 1.25rem}
.project-card h3{font-size:1rem;color:var(--c-blue);margin-bottom:.4rem}
.project-card p{font-size:.9rem;margin:0}

/* ============================================================
   PHOTO GALLERY (lightbox grid on project detail pages)
   ============================================================ */
.photo-grid,.project-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));gap:.75rem}
.photo-grid img,.project-photo-grid img{width:100%;height:180px;object-fit:cover;border-radius:8px;cursor:zoom-in;transition:opacity .15s,transform .2s}
.photo-grid img:hover,.project-photo-grid img:hover{opacity:.9;transform:scale(1.02)}
.project-photo{position:relative;margin:0}
.project-photo figcaption{font-size:.85rem;color:var(--c-ink-soft);padding:.4rem .2rem 0}

/* Lightbox overlay */
#lightbox{position:fixed;inset:0;z-index:9000;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}
#lightbox:not([hidden]){opacity:1}
#lightbox[hidden]{display:none}
#lb-frame{position:relative;max-width:90vw;max-height:88vh;display:flex;flex-direction:column;align-items:center}
#lb-img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:4px;opacity:0;transition:opacity .25s}
#lightbox.lb--ready #lb-img{opacity:1}
#lb-caption{color:#e5e7eb;font-size:.9rem;margin-top:.6rem;text-align:center;max-width:640px}
#lb-close{position:fixed;top:1rem;right:1.25rem;background:none;border:none;color:#fff;font-size:2.2rem;line-height:1;cursor:pointer;z-index:9001;opacity:.8;transition:opacity .15s}
#lb-close:hover{opacity:1}
#lb-prev,#lb-next{position:fixed;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:none;color:#fff;font-size:2.5rem;line-height:1;width:3rem;height:5rem;cursor:pointer;z-index:9001;border-radius:4px;transition:background .15s;display:flex;align-items:center;justify-content:center}
#lb-prev{left:.75rem}
#lb-next{right:.75rem}
#lb-prev:hover,#lb-next:hover{background:rgba(255,255,255,.25)}
/* Thumbnail zoom-cursor hint */
img.lb-thumb{cursor:zoom-in}
