/* ============================================================
   CT Roof & Masonry Network, brick & stone identity
   Deep brick red + stone grey + off-white. Traditional serif
   headings, wide Verdana body, ZERO corner radius, hard block
   shadows, decorative double rules, brick-bond hero pattern.
   ============================================================ */

:root{
  --brick:#8e2f21;
  --brick-dk:#5f1c12;
  --brick-lt:#a8412f;
  --bordeaux:#6b1f24;
  --stone:#6f6960;
  --stone-dk:#3b3833;
  --stone-lt:#d5cfc3;
  --mortar:#e8e2d6;
  --offwhite:#f4f1ea;
  --ink:#231f1b;
  --muted:#5c564d;
  --max:1240px;
  --block:6px 6px 0 rgba(59,56,51,.16);
  --block-lg:9px 9px 0 rgba(59,56,51,.22);
  --serif:"Palatino Linotype","Book Antiqua",Palatino,"URW Palladio L","Times New Roman",Times,serif;
}

*{box-sizing:border-box;margin:0;padding:0}

body{
  font:15.5px/1.62 Verdana,Geneva,"DejaVu Sans",Tahoma,sans-serif;
  color:var(--ink);
  background:var(--offwhite);
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%;height:auto}
a{color:var(--brick-dk)}
a:hover{color:var(--brick)}

:focus-visible{outline:3px dashed var(--brick);outline-offset:3px}

.container{max-width:var(--max);margin:0 auto;padding:0 26px}
.container-sm{max-width:840px}

h1,h2,h3,h4{
  font-family:var(--serif);
  font-weight:700;
  line-height:1.18;
  letter-spacing:.005em;
  color:var(--bordeaux);
}
h1{font-size:clamp(1.85rem,4vw,2.75rem);margin-bottom:14px}
h2{font-size:clamp(1.4rem,2.7vw,2rem);margin-bottom:12px}
h3{font-size:1.12rem;margin-bottom:8px}
h4{font-size:.98rem;margin-bottom:8px}
p{margin-bottom:13px}

/* Defensive: the non-affiliation banner style, should this site ever show one. */
.notaffiliated{
  background:#fdf0d5;
  border-top:3px solid var(--brick);
  border-bottom:3px solid var(--brick);
  color:#3a2a10;
  font-size:.88rem;
  line-height:1.6;
  padding:12px 0;
}
.notaffiliated strong{color:#2b1e08;font-family:var(--serif);font-size:.98rem}
.notaffiliated a{color:var(--brick-dk);font-weight:700}

/* ---------- Urgent bar ---------- */
.urgent-bar{
  background:var(--brick-dk);
  color:#f2e5df;
  text-align:center;
  padding:8px 18px;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}
.urgent-bar a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:3px}

/* ---------- Header: dark stone bar, squared ---------- */
.site-header{
  background:var(--stone-dk);
}
/* decorative masonry course under the header bar */
.course-rule{
  height:10px;
  background:
    repeating-linear-gradient(90deg,
      var(--brick) 0 46px,
      var(--mortar) 46px 51px);
  border-top:2px solid var(--mortar);
  border-bottom:3px solid var(--brick-dk);
}
.header-inner{
  max-width:var(--max);
  margin:0 auto;
  padding:14px 26px;
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}
.site-logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-family:var(--serif);
  font-weight:700;
  font-size:1.14rem;
  letter-spacing:.01em;
  color:#f6f2e9;
  text-decoration:none;
}
.site-logo:hover{color:#fff}
.logo-mark{
  width:40px;height:40px;
  border-radius:0;
  background:var(--brick);
  border:2px solid #c9a08f;
  color:#fff;
  display:grid;place-items:center;
  font-family:var(--serif);
  font-size:1.2rem;
  font-weight:700;
  flex:0 0 auto;
  box-shadow:4px 4px 0 rgba(0,0,0,.28);
}
.site-nav{display:flex;gap:26px;margin-left:auto;flex-wrap:wrap;align-items:center}
.site-nav a{
  color:#ddd6c9;
  text-decoration:none;
  font-weight:700;
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  padding:5px 0;
  border-bottom:2px solid transparent;
}
.site-nav a:hover{color:#fff;border-bottom-color:var(--brick-lt)}
.header-phone{
  background:var(--brick);
  color:#fff;
  padding:11px 18px;
  border-radius:0;
  border:2px solid #c9a08f;
  font-weight:700;
  text-decoration:none;
  font-size:.88rem;
  letter-spacing:.03em;
  white-space:nowrap;
}
.header-phone:hover{background:var(--brick-lt);color:#fff}

/* ---------- Hero: brick-bond pattern over deep brick ---------- */
.hero{
  position:relative;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='64'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='2'%3E%3Cpath d='M0 1H128M0 32H128M0 63H128'/%3E%3Cpath d='M32 1V32M96 1V32M0 32V63M64 32V63M128 32V63'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(155deg,var(--brick) 0%,var(--bordeaux) 55%,#4a1610 100%);
  color:#f6efe9;
  padding:52px 0 56px;
  border-bottom:8px solid var(--stone-dk);
}
.hero h1,.hero h2,.hero h3{color:#fff}
.hero p{color:#eddcd4;font-size:1rem;max-width:64ch}
.hero p>a:not(.btn){color:#ffd9c9}
.hero .hero-form p{color:var(--muted)}
.hero .hero-form label{color:var(--stone-dk)}
.hero .hero-form .lf-alt a{color:var(--brick-dk)}
.hero .btn-accent{color:#fff;border-color:#3a1009}
.hero .btn-outline{color:#fff;border-color:rgba(255,255,255,.75);background:transparent}
.hero .btn-outline:hover{background:#fff;color:var(--bordeaux)}
.hero .btn-white{color:var(--bordeaux)}
.hero-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:34px;
  align-items:start;
}
/* Framed title plate, the signature of this site */
.hero-grid>div:first-child{
  border:3px solid rgba(255,255,255,.30);
  border-left-width:9px;
  background:rgba(30,10,7,.26);
  padding:28px 30px 30px;
}
.hero-badge{
  display:inline-block;
  background:transparent;
  border:2px solid rgba(255,255,255,.5);
  color:#fff;
  border-radius:0;
  padding:6px 14px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.trust-pills{display:flex;gap:0;flex-wrap:wrap;margin-top:20px;border-top:1px solid rgba(255,255,255,.28)}
.trust-pills span{
  background:transparent;
  border-right:1px solid rgba(255,255,255,.28);
  color:#f3e6e0;
  padding:11px 18px 11px 0;
  margin-right:18px;
  border-radius:0;
  font-size:.8rem;
  font-weight:700;
}
.trust-pills span:last-child{border-right:0;margin-right:0;padding-right:0}
.hero-form{
  background:var(--offwhite);
  color:var(--ink);
  border:3px solid var(--stone-dk);
  border-top:9px solid var(--brick);
  border-radius:0;
  padding:22px;
  box-shadow:var(--block-lg);
}
.hero-form h3{font-size:1.18rem;color:var(--bordeaux)}

/* ---------- Photography ----------
   Brick treatment: photographs are BLOCKS. Full width, butted edge to edge with
   no gap and no radius, held by a hard stone border and a block shadow, with a
   solid brick caption bar sitting on the bottom edge. Heroes keep the brick
   gradient laid over the photo at >=93% so the type stays white on brick. */
.hero-photo{position:relative;overflow:hidden}
.hero-photo-layer{position:absolute;inset:0;z-index:0}
.hero-photo-layer img{
  width:100%;height:100%;
  object-fit:cover;
  display:block;
  filter:grayscale(.3) contrast(1.06);
}
/* Brick veil at 93%+: white headings clear 6.9:1 and the body tint 5.2:1 even
   where the photograph underneath is pure white. */
.hero-photo-layer::after{
  content:"";
  position:absolute;inset:0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='64'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='2'%3E%3Cpath d='M0 1H128M0 32H128M0 63H128'/%3E%3Cpath d='M32 1V32M96 1V32M0 32V63M64 32V63M128 32V63'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(155deg,
      rgba(142,47,33,.93) 0%,
      rgba(107,31,36,.94) 55%,
      rgba(74,22,16,.96) 100%);
}
.hero-photo>.container{position:relative;z-index:1}
.hero-emergency .hero-photo-layer::after{
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='128' height='64'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.10' stroke-width='2'%3E%3Cpath d='M0 1H128M0 32H128M0 63H128'/%3E%3Cpath d='M32 1V32M96 1V32M0 32V63M64 32V63M128 32V63'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(155deg,
      rgba(59,56,51,.94) 0%,
      rgba(107,31,36,.95) 60%,
      rgba(74,22,16,.96) 100%);
}

/* Body treatment: a butted band of blocks */
.photo-band{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(232px,1fr));
  gap:0;
  background:var(--stone-dk);
  border:2px solid var(--stone-dk);
  box-shadow:var(--block-lg);
  margin-bottom:14px;
}
.photo-band figure{position:relative;margin:0;border-right:2px solid var(--stone-dk)}
.photo-band figure:last-child{border-right:0}
.photo-band img{width:100%;height:224px;object-fit:cover;display:block;border-radius:0}
.photo-band figcaption{
  position:absolute;left:0;right:0;bottom:0;
  background:rgba(95,28,18,.93);
  color:#fff;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:9px 13px;
}
.photo-note{font-size:.78rem;color:var(--muted);margin-bottom:26px}

/* Single block, used once on town pages */
.photo-block{
  position:relative;
  margin:22px 0 26px;
  border:2px solid var(--stone-dk);
  box-shadow:var(--block);
}
.photo-block img{width:100%;height:256px;object-fit:cover;display:block;border-radius:0}
.photo-block figcaption{
  position:absolute;left:0;right:0;bottom:0;
  background:rgba(59,56,51,.93);
  color:#f2ece2;
  font-size:.76rem;
  line-height:1.5;
  padding:11px 14px;
}

/* Pexels attribution in the footer */
.photo-credits{
  margin:12px 0 0;
  font-size:.74rem;
  line-height:1.65;
  color:#9c9385;
}
.photo-credits a{color:#e0917d;text-decoration:underline}
.photo-credits a:hover{color:#fff}

/* Home hero: deeper course, larger title plate */
.hero-home{padding:66px 0 72px}
.hero-home .hero-grid>div:first-child{padding:34px 36px 36px;border-width:4px;border-left-width:12px}
.hero-home h1{font-size:clamp(2rem,4.4vw,3rem)}

/* ---------- Sections ---------- */
.section{padding:48px 0}
.section-alt{background:var(--mortar);border-top:1px solid var(--stone-lt);border-bottom:1px solid var(--stone-lt)}
.section-header{margin-bottom:26px;max-width:72ch}
.section-header p{color:var(--muted)}
.section-header h2{position:relative;padding-bottom:12px}
.section-header h2::after{
  content:"";
  position:absolute;left:0;bottom:0;
  width:96px;height:6px;
  background:linear-gradient(180deg,var(--brick) 0 2px,transparent 2px 4px,var(--brick) 4px 6px);
}
.section-tag{
  display:block;
  color:var(--brick-dk);
  font-weight:700;
  font-size:.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:9px;
  padding-left:14px;
  border-left:5px solid var(--brick);
}

/* ---------- Buttons: square blocks with hard shadow ---------- */
.btn{
  display:inline-block;
  padding:12px 22px;
  border-radius:0;
  font-weight:700;
  text-decoration:none;
  border:2px solid transparent;
  cursor:pointer;
  font-family:inherit;
  font-size:.87rem;
  letter-spacing:.05em;
  text-transform:uppercase;
  text-align:center;
}
.btn-accent{background:var(--brick);color:#fff;border-color:var(--brick-dk);box-shadow:4px 4px 0 rgba(59,56,51,.3)}
.btn-accent:hover{background:var(--brick-dk);color:#fff}
.btn-outline{background:transparent;color:var(--bordeaux);border-color:var(--bordeaux)}
.btn-outline:hover{background:var(--bordeaux);color:#fff}
.btn-white{background:#fff;color:var(--bordeaux);border-color:var(--stone-lt)}
.btn-white:hover{background:var(--mortar);color:var(--bordeaux)}
.btn-lg{padding:16px 28px;font-size:.95rem}
.btn-full{width:100%}

/* ---------- Grids & cards: rectangular blocks ---------- */
.grid{display:grid;gap:18px}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(288px,1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(216px,1fr))}

.card{
  background:#fff;
  border:1px solid var(--stone-lt);
  border-top:8px solid var(--brick);
  border-radius:0;
  padding:22px 22px 24px;
  box-shadow:var(--block);
  display:block;
  color:inherit;
}
.card h3{color:var(--bordeaux)}
.card p{color:var(--muted);font-size:.9rem;margin:0}
.card-icon{font-size:1.5rem;margin-bottom:9px;line-height:1}
a.card:hover{border-top-color:var(--stone-dk);box-shadow:var(--block-lg)}

/* ---------- Directory listings ---------- */
.dir-list{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(330px,1fr))}
.dir-card{
  background:#fff;
  border:1px solid var(--stone-lt);
  border-left:8px solid var(--stone-dk);
  border-radius:0;
  padding:20px;
  box-shadow:var(--block);
}
.dir-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}
.dir-card h3{color:var(--bordeaux);margin:0}
.dir-rating{display:flex;align-items:center;gap:6px;font-size:.83rem;white-space:nowrap}
.dir-rating strong{font-size:1.05rem;color:var(--brick-dk)}
.dir-stars{color:#b07a12}
.dir-count{color:var(--muted)}
.dir-addr{color:var(--muted);font-size:.87rem;margin:9px 0 0}
.dir-review{
  border-left:4px solid var(--brick);
  background:var(--mortar);
  padding:11px 14px;
  margin-top:13px;
  font-size:.88rem;
  color:var(--muted);
  font-style:normal;
  font-family:var(--serif);
}
.dir-review cite{display:block;margin-top:7px;font-style:normal;font-family:Verdana,Geneva,sans-serif;font-size:.78rem;color:var(--brick-dk)}
.dir-attrib{margin-top:20px;font-size:.78rem;color:var(--muted);max-width:80ch}

/* ---------- Match CTA + lead form ---------- */
.match-cta{
  background:#fff;
  border:2px solid var(--stone-dk);
  border-top:10px solid var(--brick);
  border-radius:0;
  padding:30px;
  box-shadow:var(--block-lg);
}
.lead-form{display:grid;gap:14px;margin-top:16px}
.lf-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lead-form label{display:block;font-weight:700;font-size:.78rem;letter-spacing:.07em;text-transform:uppercase;color:var(--stone-dk)}
.lead-form input,.lead-form select,.lead-form textarea{
  width:100%;
  margin-top:6px;
  padding:11px;
  border:2px solid var(--stone-lt);
  border-radius:0;
  background:#fff;
  font:inherit;
  font-weight:400;
  text-transform:none;
  letter-spacing:normal;
  color:var(--ink);
}
.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{
  outline:0;
  border-color:var(--brick);
  background:#fffaf8;
}
.lead-form label.lf-consent,.hero .hero-form label.lf-consent{
  display:flex;gap:10px;align-items:flex-start;
  font-weight:400;font-size:.76rem;
  text-transform:none;letter-spacing:normal;
  color:var(--muted);line-height:1.6;
}
.lf-consent input{width:auto;margin-top:3px;flex:0 0 auto}
.lf-alt{text-align:center;font-size:.85rem;color:var(--muted);margin:0}
.lf-success{
  background:#eef3ea;
  border:2px solid #4c6b3f;
  border-top:8px solid #4c6b3f;
  border-radius:0;
  padding:26px;
  text-align:center;
}
.hero .lf-success h3,.lf-success h3{color:#2f4a26}
.hero .lf-success p,.lf-success p{color:var(--ink)}

/* ---------- Emergency band ---------- */
.emergency-band{
  background:var(--stone-dk);
  color:#efe9dd;
  border-top:6px solid var(--brick);
  border-bottom:6px solid var(--brick);
  padding:22px 0;
}
.emergency-band .container{display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap}
.emergency-band strong{font-family:var(--serif);font-size:1.14rem;color:#ffd9c9}

/* ---------- FAQ ---------- */
.faq-item{
  background:#fff;
  border:1px solid var(--stone-lt);
  border-left:5px solid var(--stone-lt);
  border-radius:0;
  margin-bottom:9px;
  overflow:hidden;
}
.faq-q{
  padding:15px 20px;
  font-family:var(--serif);
  font-weight:700;
  font-size:1rem;
  color:var(--bordeaux);
  cursor:pointer;
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.faq-q::after{content:"+";color:var(--brick);font-size:1.3rem;line-height:1;font-family:var(--serif)}
.faq-item.open{border-left-color:var(--brick)}
.faq-item.open .faq-q::after{content:"−"}
.faq-a{padding:0 20px;max-height:0;overflow:hidden;color:var(--muted);font-size:.89rem;transition:max-height .25s,padding .25s}
.faq-item.open .faq-a{padding:0 20px 18px;max-height:700px}

/* ---------- Link grid ---------- */
.link-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(206px,1fr));gap:0;border-top:1px solid var(--stone-lt);border-left:1px solid var(--stone-lt)}
.link-grid a{
  background:#fff;
  border-right:1px solid var(--stone-lt);
  border-bottom:1px solid var(--stone-lt);
  border-radius:0;
  padding:13px 16px;
  text-decoration:none;
  font-size:.86rem;
  font-weight:700;
  color:var(--bordeaux);
}
.link-grid a:hover{background:var(--brick);color:#fff}

/* ---------- Breadcrumb ---------- */
.breadcrumb{
  background:var(--stone-dk);
  color:#cfc8ba;
  border-bottom:3px solid var(--brick);
  padding:9px 0;
  font-size:.78rem;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.breadcrumb ol{display:flex;gap:9px;list-style:none;flex-wrap:wrap;max-width:var(--max);margin:0 auto;padding:0 26px}
.breadcrumb li+li::before{content:"/";margin-right:9px;color:#a09889}
.breadcrumb a{color:#e2dbcd;text-decoration:none}
.breadcrumb a:hover{color:#fff;text-decoration:underline}

/* ---------- Prose ---------- */
.prose{max-width:76ch}
.prose h2{margin-top:32px}
.prose h3{margin-top:24px;border-left:5px solid var(--brick);padding-left:12px}
.prose ul,.prose ol{margin:0 0 14px 22px}
.prose li{margin-bottom:7px}

/* ---------- Stats ---------- */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:0;margin-top:24px;border:1px solid var(--stone-lt);background:#fff}
.stat{
  border-right:1px solid var(--stone-lt);
  border-radius:0;
  padding:20px 16px;
  text-align:center;
}
.stat:last-child{border-right:0}
.stat strong{display:block;font-family:var(--serif);font-size:1.65rem;color:var(--brick);font-weight:700}
.stat span{font-size:.78rem;color:var(--muted)}

/* ---------- Footer ---------- */
.site-footer{
  background:#201d19;
  color:#b8b1a4;
  padding:42px 0 0;
  margin-top:0;
  font-size:.86rem;
  border-top:9px solid var(--brick);
}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px;padding-bottom:30px}
.footer-brand{font-family:var(--serif);font-weight:700;color:#f4efe4;font-size:1.16rem;margin-bottom:9px}
.site-footer h4{
  color:#e0917d;
  font-family:Verdana,Geneva,sans-serif;
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:11px;
  padding-bottom:7px;
  border-bottom:1px solid #3c3730;
}
.site-footer ul{list-style:none}
.site-footer li{margin-bottom:6px}
.site-footer a{color:#b8b1a4;text-decoration:none}
.site-footer a:hover{color:#fff;text-decoration:underline}
.footer-phone a{color:#f0b8a6;font-weight:700;font-size:1rem}
.footer-legal{
  border-top:3px solid var(--brick);
  padding:18px 26px 24px;
  font-size:.76rem;
  line-height:1.65;
  color:#a89f90;
}

/* ---------- Sticky mobile call ---------- */
.sticky-call{display:none}

/* ---------- Responsive ---------- */
@media(max-width:1000px){
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:860px){
  .hero{padding:38px 0 42px}
  .hero-grid{grid-template-columns:1fr;gap:26px}
  .hero-grid>div:first-child{padding:22px}
  .footer-grid{grid-template-columns:1fr}
  .lf-row{grid-template-columns:1fr}
  .site-nav{order:3;width:100%;margin-left:0;gap:18px}
  .header-phone{margin-left:auto}
  .section{padding:38px 0}
  .match-cta{padding:22px}
  .stats{grid-template-columns:1fr 1fr}
  .stat{border-bottom:1px solid var(--stone-lt)}
  body{padding-bottom:58px}
  .sticky-call{
    display:block;
    position:fixed;left:0;right:0;bottom:0;
    background:var(--brick);
    color:#fff;
    text-align:center;
    padding:15px;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
    font-size:.86rem;
    text-decoration:none;
    z-index:60;
    border-top:3px solid var(--brick-dk);
  }
}
@media(max-width:430px){
  body{font-size:15px}
  .container{padding:0 16px}
  .breadcrumb ol{padding:0 16px}
  .header-inner{padding:12px 16px;gap:12px}
  .site-logo{font-size:1rem}
  .logo-mark{width:34px;height:34px;font-size:1.05rem}
  .hero-grid>div:first-child{padding:18px;border-left-width:6px}
  .hero-form{padding:16px}
  .site-nav{gap:14px}
  .site-nav a{font-size:.72rem;letter-spacing:.1em}
  .trust-pills span{padding-right:0;margin-right:14px;border-right:0}
  .stats{grid-template-columns:1fr}
}
