/* ==========================================================================
   The Texas Pool Company — Shared Stylesheet
   ========================================================================== */
:root{
  --navy-deep:#08192b;
  --navy:#0e2a45;
  --teal:#1c6e8c;
  --water:#4fb8c4;
  --sand:#e8ddc4;
  --ember:#e2933a;
  --ember-dark:#c9701f;
  --off-white:#f8f6f1;
  --ink:#0c1c2c;
  --line: rgba(248,246,241,0.14);
  --shadow: 0 20px 50px -20px rgba(8,25,43,0.5);
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Manrope', sans-serif;
  color:var(--ink);
  background:var(--off-white);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img,svg{display:block; max-width:100%;}
a{color:inherit; text-decoration:none;}
ul{list-style:none;}
h1,h2,h3,h4{font-family:'Fraunces', serif; font-weight:600; line-height:1.1; letter-spacing:-0.01em;}
.eyebrow{
  font-family:'Manrope', sans-serif; font-size:0.72rem; font-weight:800;
  letter-spacing:0.16em; text-transform:uppercase; color:var(--ember-dark);
}
.eyebrow.on-dark{ color:var(--sand); }
.wrap{max-width:1220px; margin:0 auto; padding:0 32px;}
.btn{
  display:inline-flex; align-items:center; gap:8px; padding:14px 26px; border-radius:3px;
  font-weight:700; font-size:0.92rem; border:1px solid transparent; cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover{ transform:translateY(-1px); }
.btn-ember{ background:linear-gradient(135deg, var(--ember), var(--ember-dark)); color:#fff; box-shadow:0 12px 24px -10px rgba(201,112,31,0.55);}
.btn-outline-dark{ border-color:rgba(248,246,241,0.35); color:var(--off-white); }
.btn-outline-dark:hover{ background:rgba(248,246,241,0.08); }
.btn-outline-ink{ border-color:#cfc7b3; color:var(--navy-deep); }
.btn-outline-ink:hover{ background:#fff; }

/* ===== NAV ===== */
header.site-nav{ position:sticky; top:0; z-index:100; background:rgba(8,25,43,0.94); backdrop-filter:blur(10px); border-bottom:1px solid var(--line); }
.nav-inner{ display:flex; align-items:center; justify-content:space-between; padding:16px 32px; max-width:1220px; margin:0 auto; }
.brand{ display:flex; align-items:center; gap:10px; color:var(--off-white); }
.brand-logo{ height:44px; width:auto; display:block; }
.footer-logo{ height:52px; }
@media (max-width: 620px){ .brand-logo{ height:36px; } }
.brand .mark{ width:38px; height:38px; border-radius:50%; background:conic-gradient(from 220deg, var(--ember), var(--water), var(--teal), var(--ember)); display:flex; align-items:center; justify-content:center; font-family:'Fraunces',serif; font-weight:700; color:var(--navy-deep); font-size:1.05rem; flex-shrink:0;}
.brand .name{ font-family:'Fraunces', serif; font-size:1.18rem; letter-spacing:0.01em; }
.brand .name small{ display:block; font-family:'Manrope',sans-serif; font-size:0.62rem; letter-spacing:0.14em; text-transform:uppercase; color:var(--sand); font-weight:700; margin-top:1px;}
nav.main-links{ display:flex; align-items:center; gap:30px; }
nav.main-links > ul{ display:flex; align-items:center; gap:26px; }
nav.main-links a.top-link{ color:var(--off-white); font-size:0.9rem; font-weight:600; opacity:0.9; display:flex; align-items:center; gap:5px; padding:8px 0; }
nav.main-links a.top-link:hover, nav.main-links a.top-link.active{ opacity:1; color:var(--water); }
.has-dropdown{ position:relative; }
.caret{ width:9px; height:9px; border-right:1.6px solid currentColor; border-bottom:1.6px solid currentColor; transform:rotate(45deg); margin-top:-4px; transition:transform .15s ease; }
.has-dropdown:hover .caret{ transform:rotate(225deg); margin-top:2px; }
.dropdown{ position:absolute; top:100%; left:50%; padding-top:12px; margin-top:-2px; transform:translateX(-50%); opacity:0; visibility:hidden; transition:opacity .16s ease; max-height:70vh; overflow-y:auto; z-index:50;}
.dropdown-inner{ background:#fff; border-radius:8px; box-shadow:var(--shadow); padding:10px; min-width:230px; }
.has-dropdown:hover .dropdown{ opacity:1; visibility:visible; }
.dropdown a{ display:block; padding:10px 14px; border-radius:5px; color:var(--ink); font-size:0.87rem; font-weight:600; }
.dropdown a:hover{ background:#f2ede1; color:var(--ember-dark); }
.nav-cta{ display:flex; align-items:center; gap:18px; }
.nav-phone{ color:var(--off-white); font-size:0.88rem; font-weight:700; white-space:nowrap; }
.nav-phone span{ display:block; font-size:0.62rem; color:var(--sand); font-weight:700; letter-spacing:0.1em; text-transform:uppercase; }
.nav-toggle{ display:none; background:none; border:1px solid var(--line); color:#fff; border-radius:6px; padding:8px 10px; font-size:1rem; }

/* ===== BREADCRUMBS ===== */
.breadcrumbs{ background:var(--navy-deep); padding:14px 0; }
.breadcrumbs ol{ display:flex; flex-wrap:wrap; gap:6px; font-size:0.8rem; color:rgba(248,246,241,0.6); }
.breadcrumbs a{ color:rgba(248,246,241,0.8); font-weight:600; }
.breadcrumbs a:hover{ color:var(--water); }
.breadcrumbs li:not(:last-child)::after{ content:'/'; margin-left:6px; color:rgba(248,246,241,0.35); }

/* ===== PAGE HERO (inner pages) ===== */
.page-hero{ background:radial-gradient(120% 140% at 15% 0%, #123a5c 0%, var(--navy) 42%, var(--navy-deep) 100%); color:#fff; padding:56px 0 64px; }
.page-hero h1{ font-size:clamp(2.1rem, 4vw, 3rem); margin:14px 0 16px; color:#fff; }
.page-hero p.lede{ font-size:1.05rem; color:rgba(248,246,241,0.82); max-width:640px; margin-bottom:26px; }
.page-hero .hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; }

/* ===== HERO (homepage) ===== */
.hero{ position:relative; overflow:hidden; background:radial-gradient(120% 140% at 15% 0%, #123a5c 0%, var(--navy) 42%, var(--navy-deep) 100%); padding:96px 0 0; color:var(--off-white); }
.hero-grid{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; padding-bottom:90px; }
.hero h1{ font-size:clamp(2.6rem, 4.6vw, 4rem); margin:18px 0 20px; color:#fff; }
.hero h1 em{ font-style:normal; color:var(--water); }
.hero p.lede{ font-size:1.12rem; color:rgba(248,246,241,0.82); max-width:520px; margin-bottom:28px; }
.check-grid{ display:grid; grid-template-columns:1fr 1fr; gap:10px 24px; margin-bottom:34px; max-width:480px; }
.check-grid li{ display:flex; align-items:center; gap:9px; font-size:0.9rem; font-weight:600; color:var(--off-white); }
.check-grid li .tick{ width:18px; height:18px; border-radius:50%; background:rgba(79,184,196,0.18); border:1px solid var(--water); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.check-grid li .tick::after{ content:''; width:5px; height:8px; border-right:1.6px solid var(--water); border-bottom:1.6px solid var(--water); transform:rotate(42deg) translate(-1px,-1px); }
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; }
.mobile-rating-badge{ display:none; }
.hero-visual{ position:relative; }
.pool-card{ position:relative; border-radius:14px; overflow:hidden; box-shadow:0 30px 70px -25px rgba(0,0,0,0.6); border:1px solid rgba(248,246,241,0.12); }
.pool-card .cardline{ position:absolute; bottom:0; left:0; right:0; padding:18px 22px; background:rgba(8,25,43,0.78); backdrop-filter:blur(6px); display:flex; align-items:center; justify-content:space-between; font-size:0.8rem; color:var(--sand); font-weight:700; letter-spacing:0.02em; flex-wrap:wrap; gap:6px;}
.stat-float{ position:absolute; top:-26px; right:-18px; background:#fff; border-radius:12px; box-shadow:var(--shadow); padding:16px 20px; display:flex; gap:20px; }
.stat-float .s{ text-align:center; }
.stat-float .s b{ display:block; font-family:'Fraunces',serif; font-size:1.5rem; color:var(--navy-deep); }
.stat-float .s small{ font-size:0.62rem; text-transform:uppercase; letter-spacing:0.08em; color:#6b7a86; font-weight:700; }
.wave-divider{ display:block; width:100%; height:80px; }

/* ===== IMAGE PLACEHOLDERS ===== */
.img-ph{
  width:100%; height:100%; display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-end; gap:6px;
  background:linear-gradient(135deg,#1c6e8c,#0d3b4d);
  color:rgba(255,255,255,0.85); font-size:0.68rem; font-weight:700; letter-spacing:0.03em;
  padding:10px; object-fit:cover; position:relative;
}
.img-ph .ph-slot{
  position:absolute; top:10px; left:10px; background:rgba(0,0,0,0.55); color:#fff;
  font-family:'Manrope',sans-serif; font-size:0.66rem; font-weight:800; letter-spacing:0.04em;
  padding:4px 8px; border-radius:4px; border:1px solid rgba(255,255,255,0.25);
}
img.img-ph{
  background:none; padding:0; object-fit:cover; object-position:center;
  width:100%; height:100%;
}
.img-ph-fallback{ background:#dcd3bd; border:1px dashed #b8ab8a; color:#6b6045; font-size:0.72rem; font-weight:700; text-align:center; padding:10px; display:flex; align-items:center; justify-content:center; }

/* ===== SECTIONS ===== */
.section{ padding:96px 0; }
.section.tight{ padding:64px 0; }
.section-head{ text-align:center; max-width:680px; margin:0 auto 56px; }
.section-head.left{ text-align:left; margin:0 0 40px; }
.section-head h2{ font-size:clamp(1.9rem,3vw,2.6rem); margin:12px 0 14px; color:var(--navy-deep); }
.section-head p{ color:#5a6874; font-size:1.02rem; }

/* ===== SERVICES GRID ===== */
.services-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:26px; }
.service-card{ background:#fff; border-radius:10px; overflow:hidden; border:1px solid #ece6d8; transition:transform .2s ease, box-shadow .2s ease; }
.service-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.service-thumb{ height:168px; position:relative; overflow:hidden; }
.service-thumb .n{ position:absolute; top:14px; left:14px; width:30px; height:30px; border-radius:50%; background:rgba(8,25,43,0.55); color:#fff; font-family:'Fraunces',serif; font-size:0.85rem; display:flex; align-items:center; justify-content:center; backdrop-filter:blur(4px); z-index:2;}
.service-body{ padding:22px 22px 24px; }
.service-body h3{ font-size:1.12rem; color:var(--navy-deep); margin-bottom:8px; }
.service-body p{ font-size:0.9rem; color:#5a6874; margin-bottom:14px; }
.service-body a.learn{ font-size:0.84rem; font-weight:800; color:var(--ember-dark); display:inline-flex; align-items:center; gap:5px; }
.service-body a.learn:hover{ gap:8px; }

/* ===== STORY / ABOUT ===== */
.story{ background:var(--sand); }
.story-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:60px; align-items:center; }
.story-badge{ display:inline-flex; align-items:center; gap:10px; background:#fff; padding:8px 16px; border-radius:100px; font-size:0.78rem; font-weight:800; color:var(--navy-deep); margin-bottom:18px; box-shadow:0 8px 18px -10px rgba(0,0,0,0.15); }
.story-badge .dot{ width:7px; height:7px; border-radius:50%; background:var(--ember); }
.story h2{ font-size:clamp(1.9rem,3vw,2.5rem); color:var(--navy-deep); margin-bottom:18px; }
.story p{ color:#4a4536; margin-bottom:16px; font-size:1rem; }
.story p.lead-line{ font-family:'Fraunces',serif; font-size:1.2rem; color:var(--navy-deep); font-weight:500; }
.founder-frame{ border-radius:12px; overflow:hidden; height:420px; position:relative; box-shadow:var(--shadow); }

/* ===== WHY / STATS ===== */
.why{ background:var(--navy-deep); color:#fff; position:relative; overflow:hidden; }
.why::before{ content:''; position:absolute; inset:0; opacity:0.5; background-image:radial-gradient(rgba(255,255,255,0.06) 1px, transparent 1px); background-size:26px 26px; }
.why .wrap{ position:relative; }
.why .section-head h2{ color:#fff; }
.why .section-head p{ color:rgba(248,246,241,0.72); }
.why-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.why-card{ background:rgba(248,246,241,0.05); border:1px solid rgba(248,246,241,0.12); border-radius:10px; padding:30px 26px; }
.why-card .icon{ width:44px; height:44px; border-radius:10px; margin-bottom:18px; background:linear-gradient(135deg, var(--water), var(--teal)); display:flex; align-items:center; justify-content:center; font-size:1.2rem; }
.why-card h3{ font-family:'Fraunces',serif; font-size:1.25rem; margin-bottom:8px; }
.why-card p{ font-size:0.9rem; color:rgba(248,246,241,0.7); }

/* ===== REMODEL SERVICE GRID (icon cards, no photo) ===== */
.remodel-services-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.remodel-service-card{ background:#fff; border:1px solid #ece6d8; border-radius:10px; padding:22px 20px; transition:transform .18s ease, box-shadow .18s ease; }
.remodel-service-card:hover{ transform:translateY(-3px); box-shadow:var(--shadow); }
.remodel-service-card .ric{ width:38px; height:38px; border-radius:9px; background:linear-gradient(135deg,var(--water),var(--teal)); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; margin-bottom:14px; }
.remodel-service-card h4{ font-size:1rem; color:var(--navy-deep); margin-bottom:6px; }
.remodel-service-card p{ font-size:0.86rem; color:#5a6874; margin-bottom:10px; }
.remodel-service-card a.learn{ font-size:0.8rem; font-weight:800; color:var(--ember-dark); }

/* ===== PROBLEM / AGING POOL SECTION ===== */
.problem-solution-grid{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; }
.problem-list{ display:grid; gap:10px; }
.problem-list li{ display:flex; align-items:flex-start; gap:10px; font-size:0.94rem; color:#3a3428; font-weight:600; }
.problem-list li .mark{ width:20px; height:20px; border-radius:50%; background:rgba(226,147,58,0.14); border:1px solid var(--ember); display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; font-size:0.72rem; font-weight:800; color:var(--ember-dark); }
@media (max-width: 920px){ .problem-solution-grid{ grid-template-columns:1fr; gap:28px; } }

/* ===== FINISH CARDS ===== */
.finish-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.finish-card{ background:#fff; border-radius:10px; overflow:hidden; border:1px solid #ece6d8; }
.finish-card .swatch{ height:80px; }
.finish-card .body{ padding:20px; }
.finish-card h4{ font-size:1.05rem; color:var(--navy-deep); margin-bottom:8px; }
.finish-card p{ font-size:0.86rem; color:#5a6874; }
.finish-card a.learn{ display:inline-block; margin-top:10px; font-size:0.8rem; font-weight:800; color:var(--ember-dark); }

/* ===== SCOPE TIERS ===== */
.tier-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.tier-card{ background:#fff; border:1px solid #ece6d8; border-radius:12px; padding:28px 24px; }
.tier-card.featured{ border-color:var(--teal); box-shadow:0 20px 40px -24px rgba(28,110,140,0.35); }
.tier-card h4{ font-family:'Fraunces',serif; font-size:1.3rem; color:var(--navy-deep); margin-bottom:6px; }
.tier-card p.tier-desc{ font-size:0.88rem; color:#5a6874; margin-bottom:16px; }
.tier-card ul{ display:grid; gap:8px; }
.tier-card ul li{ font-size:0.88rem; color:#3a3428; display:flex; align-items:center; gap:8px; }
.tier-card ul li::before{ content:''; width:6px; height:6px; border-radius:50%; background:var(--teal); flex-shrink:0; }

/* ===== GALLERY ===== */
.gallery-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.gallery-card{ background:#fff; border-radius:10px; overflow:hidden; border:1px solid #ece6d8; }
.gallery-card .thumb{ height:190px; }
.gallery-card .body{ padding:18px 20px; }
.gallery-card .meta-line{ display:flex; justify-content:space-between; font-size:0.72rem; text-transform:uppercase; letter-spacing:0.05em; color:var(--ember-dark); font-weight:800; margin-bottom:8px; }
.gallery-card h4{ font-size:0.98rem; color:var(--navy-deep); margin-bottom:6px; }
.gallery-card p{ font-size:0.84rem; color:#5a6874; }
.gallery-card.add-project{ display:flex; align-items:center; justify-content:center; border:2px dashed #cfc7b3; background:transparent; min-height:280px; }
.gallery-card.add-project .body{ text-align:center; padding:24px; }
.gallery-card.add-project h4{ color:#8a8069; }

@media (max-width: 920px){
  .remodel-services-grid, .finish-grid{ grid-template-columns:1fr 1fr; }
  .tier-grid, .gallery-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 620px){
  .remodel-services-grid, .finish-grid, .tier-grid, .gallery-grid{ grid-template-columns:1fr; }
}
/* ===== BEFORE / AFTER ===== */
.transform{ background:#fff; }
.ba-wrap{ max-width:880px; margin:0 auto; }
.ba-slider{ position:relative; border-radius:14px; overflow:hidden; box-shadow:var(--shadow); aspect-ratio:16/8.5; user-select:none; cursor:ew-resize; }
.ba-before, .ba-after{ position:absolute; inset:0; overflow:hidden; }
.ba-after{ clip-path:inset(0 50% 0 0); }
.ba-tag{ position:absolute; bottom:20px; color:#fff; font-size:0.7rem; font-weight:800; letter-spacing:0.1em; background:rgba(0,0,0,0.4); padding:8px 12px; border-radius:5px; z-index:2;}
.ba-before .ba-tag{ right:20px; }
.ba-after .ba-tag{ left:20px; }
.ba-handle{ position:absolute; top:0; bottom:0; left:50%; width:3px; background:#fff; transform:translateX(-1.5px); z-index:3;}
.ba-handle .grip{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:44px; height:44px; border-radius:50%; background:#fff; box-shadow:var(--shadow); display:flex; align-items:center; justify-content:center; gap:3px; }
.ba-handle .grip::before, .ba-handle .grip::after{ content:''; width:0; height:0; border-top:5px solid transparent; border-bottom:5px solid transparent; }
.ba-handle .grip::before{ border-right:6px solid var(--navy-deep); }
.ba-handle .grip::after{ border-left:6px solid var(--navy-deep); }
.ba-caption{ text-align:center; margin-top:20px; color:#5a6874; font-size:0.88rem; }
.ba-caption b{ color:var(--navy-deep); }

/* ===== AREA CHIPS ===== */
.areas{ background:var(--off-white); }
.area-chip-grid{ display:flex; flex-wrap:wrap; gap:14px; justify-content:center; max-width:900px; margin:0 auto; }
.area-chip{ background:#fff; border:1px solid #ece6d8; border-radius:100px; padding:12px 22px; display:flex; align-items:center; gap:9px; font-weight:700; font-size:0.9rem; color:var(--navy-deep); transition:all .15s ease; }
.area-chip:hover{ background:var(--navy-deep); color:#fff; border-color:var(--navy-deep); }
.area-chip .pin{ width:8px; height:8px; border-radius:50% 50% 50% 0; background:var(--ember); transform:rotate(-45deg); }

/* ===== DIGITAL REPORT BANNER ===== */
.report-banner{
  background:linear-gradient(120deg, var(--navy-deep), var(--navy) 60%, var(--teal));
  border-radius:16px; padding:44px 40px; color:#fff;
  display:grid; grid-template-columns:auto 1fr; gap:28px; align-items:center;
  box-shadow:0 30px 60px -30px rgba(8,25,43,0.5);
}
.report-banner .icon-badge{
  width:64px; height:64px; border-radius:16px; background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.25); display:flex; align-items:center; justify-content:center;
  font-size:1.8rem; flex-shrink:0;
}
.report-banner h3{ font-family:'Fraunces',serif; font-size:1.5rem; margin-bottom:8px; color:#fff; }
.report-banner p{ color:rgba(248,246,241,0.85); font-size:0.98rem; max-width:560px; margin:0; }
@media (max-width: 620px){
  .report-banner{ grid-template-columns:1fr; text-align:left; padding:30px 26px; }
}

/* ===== VISIT CHECKLIST ===== */
.visit-checklist{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px 24px; }
.visit-checklist li{ display:flex; align-items:flex-start; gap:10px; font-size:0.94rem; color:#3a3428; font-weight:600; }
.visit-checklist li .tick{
  width:20px; height:20px; border-radius:50%; background:rgba(28,110,140,0.12); border:1px solid var(--teal);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px;
}
.visit-checklist li .tick::after{ content:''; width:6px; height:10px; border-right:2px solid var(--teal); border-bottom:2px solid var(--teal); transform:rotate(42deg) translate(-1px,-1px); }
@media (max-width: 768px){ .visit-checklist{ grid-template-columns:1fr 1fr; } }
@media (max-width: 480px){ .visit-checklist{ grid-template-columns:1fr; } }

/* ===== CHECKLIST CATEGORY CARDS ===== */
.checklist-categories{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch; }
.checklist-category{ background:#fff; border:1px solid #ece6d8; border-radius:12px; padding:26px 24px; }
.checklist-category .cat-label{
  display:inline-flex; align-items:center; gap:7px; font-size:0.7rem; font-weight:800; letter-spacing:0.08em;
  text-transform:uppercase; color:var(--ember-dark); margin-bottom:16px;
}
.checklist-category .cat-label .dot{ width:6px; height:6px; border-radius:50%; background:var(--ember); }
.checklist-category ul{ display:grid; gap:11px; }
.checklist-category li{ display:flex; align-items:flex-start; gap:9px; font-size:0.92rem; color:#3a3428; font-weight:600; line-height:1.4; }
.checklist-category li .tick{
  width:19px; height:19px; border-radius:50%; background:rgba(28,110,140,0.12); border:1px solid var(--teal);
  display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px;
}
.checklist-category li .tick::after{ content:''; width:5px; height:9px; border-right:2px solid var(--teal); border-bottom:2px solid var(--teal); transform:rotate(42deg) translate(-1px,-1px); }
@media (max-width: 768px){ .checklist-categories{ grid-template-columns:1fr 1fr; } }
@media (max-width: 560px){ .checklist-categories{ grid-template-columns:1fr; } }
.benefits-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.benefits-grid-3{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.benefit-item{ display:flex; gap:14px; background:#fff; border:1px solid #ece6d8; border-radius:10px; padding:20px; }
.benefit-item .ic{ width:36px; height:36px; border-radius:8px; background:linear-gradient(135deg, var(--water), var(--teal)); flex-shrink:0; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:800; }
.benefit-item h4{ font-family:'Manrope',sans-serif; font-size:0.98rem; color:var(--navy-deep); margin-bottom:4px; }
.benefit-item p{ font-size:0.87rem; color:#5a6874; }

.process-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:20px; counter-reset:step; }
.process-step{ position:relative; padding:26px 20px 20px; background:#fff; border:1px solid #ece6d8; border-radius:10px; }
.process-step .num{ font-family:'Fraunces',serif; font-size:1.8rem; color:var(--ember); margin-bottom:10px; }
.process-step h4{ font-size:1rem; color:var(--navy-deep); margin-bottom:6px; }
.process-step p{ font-size:0.85rem; color:#5a6874; }

/* ===== FAQ ===== */
.faq-list{ max-width:800px; margin:0 auto; }
.faq-item{ border-bottom:1px solid #e2dbc8; }
.faq-item summary{ list-style:none; cursor:pointer; padding:20px 4px; font-family:'Fraunces',serif; font-size:1.06rem; color:var(--navy-deep); display:flex; justify-content:space-between; align-items:center; gap:16px;}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary .plus{ font-family:'Manrope',sans-serif; font-size:1.4rem; color:var(--ember-dark); flex-shrink:0; transition:transform .15s ease;}
.faq-item[open] summary .plus{ transform:rotate(45deg); }
.faq-item p{ padding:0 4px 20px; color:#5a6874; font-size:0.92rem; max-width:680px; }

/* ===== CTA BANNER ===== */
.cta-banner{ background:linear-gradient(120deg, var(--teal), var(--navy-deep)); color:#fff; border-radius:14px; padding:44px 40px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.cta-banner h3{ font-size:1.5rem; margin-bottom:6px; }
.cta-banner p{ color:rgba(248,246,241,0.8); font-size:0.92rem; }
.cta-banner .btns{ display:flex; gap:12px; flex-wrap:wrap; }

/* ===== NEARBY / INTERNAL LINKS ===== */
.related-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.related-card{ background:#fff; border:1px solid #ece6d8; border-radius:10px; padding:20px; }
.related-card .eyebrow{ margin-bottom:6px; display:block; }
.related-card h4{ font-size:1.02rem; color:var(--navy-deep); margin-bottom:6px; }
.related-card p{ font-size:0.86rem; color:#5a6874; margin-bottom:10px; }
.related-card a{ font-size:0.82rem; font-weight:800; color:var(--ember-dark); }

/* ===== REVIEWS ===== */
.reviews{ background:var(--off-white); }
.reviews-badge-row{ display:flex; align-items:center; justify-content:center; gap:14px; flex-wrap:wrap; margin-bottom:8px; }
.reviews-stars{ color:var(--ember); font-size:1.3rem; letter-spacing:2px; }
.reviews-count{ font-family:'Fraunces',serif; font-size:1.05rem; color:var(--navy-deep); }
.reviews-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.review-card{ background:#fff; border:1px solid #ece6d8; border-radius:10px; padding:24px; display:flex; flex-direction:column; gap:12px; }
.review-card .stars{ color:var(--ember); font-size:0.95rem; letter-spacing:1px; }
.review-card p{ font-size:0.92rem; color:#3a3428; line-height:1.55; flex-grow:1; }
.review-card .reviewer{ display:flex; align-items:center; gap:10px; margin-top:4px; }
.review-card .avatar{ width:34px; height:34px; border-radius:50%; background:linear-gradient(135deg,var(--teal),var(--navy)); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:0.85rem; flex-shrink:0;}
.review-card .who{ font-size:0.84rem; font-weight:700; color:var(--navy-deep); }
.review-card .who small{ display:block; font-weight:600; color:#8a8069; font-size:0.72rem; }
.reviews-cta{ text-align:center; margin-top:34px; }
.contact{ background:var(--navy-deep); color:#fff; }
.contact-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:50px; }
.contact h2{ color:#fff; font-size:clamp(1.9rem,3vw,2.4rem); margin-bottom:16px; }
.contact p.lede{ color:rgba(248,246,241,0.75); margin-bottom:30px; max-width:420px; }
.contact-row{ display:flex; gap:14px; align-items:flex-start; margin-bottom:22px; }
.contact-row .ic{ width:38px; height:38px; border-radius:50%; background:rgba(79,184,196,0.15); border:1px solid var(--water); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:0.95rem; }
.contact-row .lbl{ font-size:0.72rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--sand); font-weight:700; margin-bottom:2px;}
.contact-row .val{ font-weight:700; }
.contact-ctas{ display:flex; gap:14px; margin-top:8px; flex-wrap:wrap; }
.quote-form{ background:#fff; border-radius:14px; padding:34px; color:var(--ink); box-shadow:var(--shadow); }
.quote-form h3{ font-size:1.15rem; color:var(--navy-deep); margin-bottom:4px; }
.quote-form p.sub{ font-size:0.85rem; color:#6b7a86; margin-bottom:22px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
.field{ display:flex; flex-direction:column; gap:6px; margin-bottom:14px;}
.field label{ font-size:0.76rem; font-weight:700; color:var(--navy-deep); }
.field input, .field select, .field textarea{ border:1px solid #dcd6c8; border-radius:6px; padding:11px 13px; font-family:'Manrope',sans-serif; font-size:0.88rem; background:#fbfaf6; outline-offset:2px; width:100%;}
.field input:focus, .field select:focus, .field textarea:focus{ outline:2px solid var(--water); border-color:var(--water); }
.quote-form .btn{ width:100%; justify-content:center; margin-top:6px; }
.form-status{ margin-top:14px; font-size:0.85rem; font-weight:700; padding:12px 14px; border-radius:6px; display:none; }
.form-status.show{ display:block; }
.form-status.ok{ background:#e4f4e1; color:#256b2e; }
.form-status.err{ background:#fbe4e0; color:#96301f; }

/* ===== FOOTER ===== */
footer{ background:var(--navy-deep); border-top:1px solid var(--line); color:rgba(248,246,241,0.7); padding:56px 0 28px; }
.footer-grid{ display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:40px; margin-bottom:40px; }
.footer-grid h4{ font-family:'Manrope',sans-serif; font-size:0.78rem; text-transform:uppercase; letter-spacing:0.1em; color:var(--sand); font-weight:800; margin-bottom:16px; }
.footer-grid li{ margin-bottom:10px; font-size:0.88rem; }
.footer-grid li a:hover{ color:#fff; }
.footer-bottom{ border-top:1px solid var(--line); padding-top:22px; display:flex; justify-content:space-between; font-size:0.8rem; flex-wrap:wrap; gap:10px; }

/* ===== FOUNDER QUOTE ===== */
.founder-quote{
  background:var(--sand); border-left:4px solid var(--ember); border-radius:6px;
  padding:30px 34px; margin:26px 0;
}
.founder-quote p{ font-family:'Fraunces',serif; font-size:1.2rem; color:var(--navy-deep); font-style:italic; line-height:1.5; margin-bottom:12px; }
.founder-quote .sig{ font-family:'Manrope',sans-serif; font-size:0.85rem; font-weight:800; color:var(--ember-dark); font-style:normal; }
.credentials-row{ display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 22px; }
.credential-chip{
  display:inline-flex; align-items:center; gap:7px; background:#fff; border:1px solid #ece6d8;
  border-radius:100px; padding:8px 16px; font-size:0.82rem; font-weight:700; color:var(--navy-deep);
}
.credential-chip .dot{ width:6px; height:6px; border-radius:50%; background:var(--teal); }
/* ===== ARTICLE / BLOG POST ===== */
.article-hero{ background:radial-gradient(120% 140% at 15% 0%, #123a5c 0%, var(--navy) 42%, var(--navy-deep) 100%); color:#fff; padding:56px 0 48px; }
.article-hero .meta-row{ display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-bottom:16px; font-size:0.82rem; color:rgba(248,246,241,0.7); }
.article-hero h1{ font-size:clamp(2rem, 3.6vw, 2.9rem); color:#fff; margin-bottom:14px; }
.article-hero p.lede{ font-size:1.05rem; color:rgba(248,246,241,0.82); max-width:720px; }
.article-body{ max-width:760px; margin:0 auto; padding:64px 0; }
.article-body h2{ font-size:1.6rem; color:var(--navy-deep); margin:42px 0 16px; }
.article-body h2:first-child{ margin-top:0; }
.article-body h3{ font-size:1.2rem; color:var(--navy-deep); margin:28px 0 12px; }
.article-body p{ font-size:1rem; color:#3a3428; line-height:1.75; margin-bottom:18px; }
.article-body ul, .article-body ol{ margin:0 0 20px 22px; color:#3a3428; font-size:1rem; line-height:1.75; }
.article-body ul{ list-style:disc; }
.article-body ol{ list-style:decimal; }
.article-body li{ margin-bottom:8px; }
.article-body strong{ color:var(--navy-deep); }
.article-body a{ color:var(--ember-dark); font-weight:700; text-decoration:underline; text-underline-offset:2px; }
.article-callout{ background:var(--sand); border-left:4px solid var(--ember); border-radius:6px; padding:18px 22px; margin:24px 0; font-size:0.95rem; color:#4a4536; }
.article-body .faq-list{ margin-top:0; }
.sources-box{ background:#fff; border:1px solid #ece6d8; border-radius:10px; padding:22px 26px; margin-top:36px; }
.sources-box h3{ font-size:1rem; margin:0 0 12px; color:var(--navy-deep); }
.sources-box ul{ margin:0 0 0 18px; }
.sources-box li{ font-size:0.88rem; margin-bottom:6px; }
.sources-box a{ word-break:break-word; }
.blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.blog-card{ background:#fff; border-radius:10px; overflow:hidden; border:1px solid #ece6d8; }
.blog-card .thumb{ height:150px; }
.blog-card .body{ padding:20px; }
.blog-card .meta{ font-size:0.72rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--ember-dark); font-weight:800; margin-bottom:8px; }
.blog-card h3{ font-size:1.02rem; color:var(--navy-deep); margin-bottom:8px; }
.blog-card p{ font-size:0.87rem; color:#5a6874; }

/* ===== RESPONSIVE ===== */
@media (max-width: 920px){
  .nav-inner{ flex-wrap:wrap; }
  nav.main-links{ display:none; width:100%; }
  nav.main-links.open{ display:block; flex-basis:100%; order:10; margin-top:14px; }
  .nav-cta .nav-phone{ display:none; }
  .nav-toggle{ display:inline-block; }
  nav.main-links > ul{ display:flex; flex-direction:column; align-items:stretch; gap:0; width:100%; }
  nav.main-links > ul > li{ width:100%; border-bottom:1px solid var(--line); }
  nav.main-links a.top-link{ padding:14px 4px; width:100%; justify-content:space-between; }
  .has-dropdown{ position:static; }
  .has-dropdown .dropdown{
    position:static; opacity:1; visibility:visible; transform:none;
    max-height:0; overflow:hidden; padding:0; margin:0; box-shadow:none; border-radius:0;
    background:rgba(255,255,255,0.04); transition:max-height .2s ease;
  }
  .has-dropdown.dropdown-open .dropdown{ max-height:600px; padding-bottom:8px; }
  .dropdown-inner{ background:transparent; box-shadow:none; padding:0 0 0 14px; }
  .dropdown-inner a{ color:var(--off-white); opacity:0.85; padding:11px 4px; font-size:0.86rem; }
  .caret{ cursor:pointer; padding:12px; margin:-12px; }
  .has-dropdown.dropdown-open > a .caret{ transform:rotate(225deg); margin-top:2px; }
  .hero-grid{ grid-template-columns:1fr; gap:32px; padding-bottom:48px; }
  .story-grid, .contact-grid{ grid-template-columns:1fr; gap:32px; }
  .footer-grid{ gap:28px; margin-bottom:24px; }
  .services-grid, .why-grid, .benefits-grid, .benefits-grid-3, .related-grid, .remodel-services-grid, .finish-grid, .tier-grid, .gallery-grid, .blog-grid{ grid-template-columns:1fr 1fr; }
  .process-steps{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .founder-frame{ height:280px; order:-1; }
  .founder-frame img{ object-position:top; }
  .form-row{ grid-template-columns:1fr; }
}
@media (max-width: 620px){
  .wrap{ padding:0 20px; }
  .services-grid, .why-grid, .footer-grid, .benefits-grid, .benefits-grid-3, .process-steps, .related-grid, .blog-grid, .remodel-services-grid, .finish-grid, .tier-grid, .gallery-grid{ grid-template-columns:1fr; }
  .stat-float{ position:static; margin-top:18px; margin-left:16px; margin-right:16px; }
  .hero{ padding-top:24px; }
  .hero .hero-ctas{ flex-direction:column; gap:14px; }
  .hero .hero-ctas .btn{ width:100%; justify-content:center; padding:18px 26px; font-size:1.02rem; border-radius:100px; }
  .hero .hero-visual{ display:none; }
  .mobile-rating-badge{
    display:inline-flex; align-items:center; gap:12px; margin-top:20px;
    background:rgba(255,255,255,0.07); border:1px solid rgba(255,255,255,0.16);
    border-radius:100px; padding:12px 22px; backdrop-filter:blur(6px);
  }
  .mobile-rating-badge .stars{ color:#f4b942; font-size:1.1rem; letter-spacing:2px; }
  .mobile-rating-badge .rt{ font-size:0.88rem; color:var(--sand); font-weight:600; }
  .mobile-rating-badge .rt b{ font-family:'Fraunces',serif; font-size:1rem; color:#fff; font-weight:800; }
  .section{ padding:56px 0; }
  .section.tight{ padding:40px 0; }
  .page-hero{ padding:40px 0 44px; }
  .section-head{ margin:0 auto 32px; }
  .cta-banner{ padding:30px 24px; }
}
