

:root {
  --ink: #1f2928;
  --ink-soft: #2e3a38;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --copper: #ba6a43;
  --copper-dark: #91472d;
  --sage: #7f9787;
  --gold: #d3a85e;
  --line: rgba(31, 41, 40, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: minmax(290px, 1fr) auto minmax(220px, 1fr);
  min-height: 92px;
  padding: 14px clamp(24px, 4vw, 72px);
  position: relative;
  z-index: 10;
}

.brand { align-items: center; display: inline-flex; gap: 13px; justify-self: start; }

.brand-mark { display: block; height: 48px; position: relative; width: 44px; }
.brand-mark > span { border: 2px solid var(--copper); border-radius: 22px 22px 7px 7px; display: block; height: 42px; position: absolute; width: 25px; }
.brand-mark > span:first-child { left: 1px; top: 1px; }
.brand-mark > span:last-child { border-color: var(--gold); bottom: 0; right: 1px; transform: rotate(180deg); }

.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; letter-spacing: 0.035em; white-space: nowrap; }
.brand-copy strong i { color: var(--copper); font-style: italic; }
.brand-copy small { color: #e7c987; font-size: 9px; font-weight: 700; letter-spacing: 0.42em; margin-top: 8px; }

nav { display: flex; gap: clamp(24px, 3vw, 48px); }
nav a { color: rgba(255,255,255,0.72); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
nav a:hover { color: white; }

.button {
  align-items: center;
  background: var(--copper);
  border: 1px solid var(--copper);
  color: white;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.075em;
  min-height: 54px;
  padding: 0 27px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover { background: var(--copper-dark); border-color: var(--copper-dark); transform: translateY(-2px); }
.button-small { justify-self: end; min-height: 46px; padding: 0 20px; }

.hero {
  background: var(--ink);
  color: var(--cream);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  min-height: 680px;
  overflow: hidden;
  padding: 68px clamp(24px, 7vw, 118px) 76px;
  position: relative;
}
.hero::before { background: linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px); background-size: 110px 100%; content: ""; inset: 0; opacity: .35; pointer-events: none; position: absolute; }

.hero-copy { align-self: center; max-width: 720px; position: relative; z-index: 2; }
.eyebrow { color: #e0bd75; font-size: 11px; font-weight: 800; letter-spacing: 0.18em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow.dark { color: var(--copper-dark); }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 6vw, 98px); font-weight: 400; letter-spacing: -0.055em; line-height: .94; margin: 0; max-width: 790px; }
.hero h1 em { color: var(--copper); display: block; font-weight: 400; }
.hero-lede { color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.72; margin: 30px 0 34px; max-width: 630px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 27px; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-size: 13px; font-weight: 700; padding-bottom: 6px; }
.text-link span { color: var(--copper); margin-left: 8px; }
.hero-phone { align-items: center; color: white; display: flex; gap: 11px; margin-top: 24px; width: fit-content; }
.hero-phone span { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-phone strong { border-bottom: 1px solid var(--copper); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 400; padding-bottom: 3px; }
.hero-phone:hover strong { color: #e0bd75; }
.trust-line { display: flex; flex-wrap: wrap; gap: 13px 28px; margin-top: 31px; }
.trust-line span { color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-line span::before { color: var(--gold); content: "◆"; font-size: 7px; margin-right: 10px; }

.hero-art { align-self: center; height: 535px; justify-self: end; margin: 0; max-width: 570px; position: relative; width: 100%; z-index: 2; }
.hero-orbit { border: 1px solid rgba(211,168,94,.5); border-radius: 50%; height: 505px; left: 48%; position: absolute; top: 49%; transform: translate(-50%,-50%); width: 505px; }
.hero-photo-shell { background: var(--cream); border-radius: 48% 48% 12px 12px; box-shadow: 0 35px 85px rgba(0,0,0,.3); height: 490px; left: 50%; overflow: hidden; position: absolute; top: 3px; transform: translateX(-50%); width: min(90%, 455px); }
.hero-photo-shell::after { background: linear-gradient(180deg, transparent 60%, rgba(24,32,31,.24)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-photo-shell img { height: 100%; object-fit: cover; object-position: 50% 37%; width: 100%; }
.hero-art figcaption { background: var(--cream); bottom: 2px; box-shadow: 0 12px 30px rgba(0,0,0,.25); color: var(--ink); font-size: 10px; font-weight: 900; left: 50%; letter-spacing: .13em; padding: 16px 23px; position: absolute; text-transform: uppercase; transform: translateX(-50%); white-space: nowrap; z-index: 3; }
.hero-art figcaption span { color: var(--copper); margin: 0 7px; }

.audience-section { background: var(--cream); padding: 108px clamp(24px, 7vw, 118px) 120px; }
.section-intro { display: grid; gap: 0 6vw; grid-template-columns: 1.15fr .85fr; margin-bottom: 58px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro h2, .coverage-statement h2, .faq-heading h2, .final-cta h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.4vw, 70px); font-weight: 400; letter-spacing: -.045em; line-height: 1.02; margin: 0; }
.section-intro > p:last-child { align-self: end; color: #59615f; font-size: 17px; line-height: 1.7; margin: 0; max-width: 590px; }
.audience-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.audience-card { min-height: 330px; padding: 32px clamp(22px, 3vw, 42px) 34px; }
.audience-card + .audience-card { border-left: 1px solid var(--line); }
.audience-topline { align-items: center; display: flex; justify-content: space-between; }
.audience-topline span { color: var(--copper); font-family: Georgia, serif; font-size: 18px; }
.audience-topline small { color: #777d7b; font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.audience-card h3 { font-family: Georgia, serif; font-size: 31px; font-weight: 400; margin: 58px 0 17px; }
.audience-card p { color: #626966; font-size: 15px; line-height: 1.65; min-height: 75px; }
.audience-card a { color: var(--copper-dark); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.audience-card a span { margin-left: 8px; }

.coverage-section { background: var(--copper); color: white; display: grid; grid-template-columns: .78fr 1.22fr; padding: 115px clamp(24px, 7vw, 118px); }
.coverage-statement { padding-right: clamp(35px, 6vw, 100px); }
.coverage-statement .eyebrow { color: #3f2721; }
.coverage-statement p:last-child { color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.75; margin-top: 30px; max-width: 520px; }
.coverage-options { border-top: 1px solid rgba(255,255,255,.3); }
.coverage-options article { display: grid; gap: 27px; grid-template-columns: 50px 1fr; padding: 39px 0; }
.coverage-options article + article { border-top: 1px solid rgba(255,255,255,.3); }
.option-number { color: #432921; font-family: Georgia, serif; font-size: 17px; }
.mini-label { color: #4d2c22; font-size: 9px !important; font-weight: 900; letter-spacing: .18em; margin: 0 0 9px !important; text-transform: uppercase; }
.coverage-options h3 { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin: 0 0 14px; }
.coverage-options p { color: rgba(255,255,255,.78); line-height: 1.65; margin: 0; }
.coverage-options ul { display: flex; flex-wrap: wrap; gap: 9px 18px; list-style: none; margin: 22px 0 0; padding: 0; }
.coverage-options li { color: white; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.coverage-options li::before { content: "•"; margin-right: 7px; }

.process-section { background: var(--paper); padding: 110px clamp(24px, 7vw, 118px) 120px; }
.section-intro.compact { display: block; margin-bottom: 50px; }
.process-grid { counter-reset: process; display: grid; gap: 30px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }
.process-grid li { background: var(--cream); min-height: 270px; padding: 32px; position: relative; }
.process-grid li:nth-child(2) { background: #dfe5de; }
.process-grid li:nth-child(3) { background: var(--ink); color: white; }
.process-grid span { color: var(--copper); font-family: Georgia, serif; font-size: 19px; }
.process-grid h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; margin: 58px 0 14px; }
.process-grid p { color: #626966; font-size: 14px; line-height: 1.65; margin: 0; }
.process-grid li:nth-child(3) p { color: rgba(255,255,255,.65); }

.faq-section { background: var(--ink); color: white; display: grid; gap: 8vw; grid-template-columns: .78fr 1.22fr; padding: 115px clamp(24px, 7vw, 118px); }
.faq-heading h2 { color: var(--cream); }
.faq-heading > p:nth-of-type(2) { color: rgba(255,255,255,.62); line-height: 1.7; margin: 25px 0; max-width: 430px; }
.text-link.light { border-color: rgba(255,255,255,.27); display: inline-block; }
.faq-list { border-top: 1px solid rgba(255,255,255,.18); }
details { border-bottom: 1px solid rgba(255,255,255,.18); padding: 0; }
summary { align-items: center; cursor: pointer; display: flex; font-family: Georgia, serif; font-size: 21px; gap: 20px; justify-content: space-between; list-style: none; padding: 27px 0; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--copper); font-family: Arial, sans-serif; font-size: 24px; font-weight: 300; transition: transform 180ms ease; }
details[open] summary span { transform: rotate(45deg); }
details p { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; margin: -5px 48px 27px 0; }

.final-cta { align-items: center; background: var(--gold); display: flex; gap: 60px; justify-content: space-between; padding: 80px clamp(24px, 7vw, 118px); }
.final-cta > div { max-width: 830px; }
.final-cta .eyebrow { margin-bottom: 14px; }
.final-cta h2 { font-size: clamp(38px, 4vw, 62px); }
.dark-button { background: var(--ink); border-color: var(--ink); flex-shrink: 0; }
.dark-button:hover { background: #101716; border-color: #101716; }

footer { align-items: start; background: #151d1c; color: white; display: grid; gap: 45px; grid-template-columns: .9fr 1.35fr .75fr; padding: 62px clamp(24px, 7vw, 118px); }
.footer-copy p { color: rgba(255,255,255,.78); font-family: Georgia, serif; font-size: 20px; line-height: 1.4; margin: 0 0 20px; }
.footer-copy small { color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.6; }
.footer-copy small a { color: #dabc7e; }
.footer-contact { display: flex; flex-direction: column; gap: 13px; justify-self: end; text-align: right; }
.footer-contact a { color: rgba(255,255,255,.74); font-size: 12px; font-weight: 700; letter-spacing: .05em; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 82px; }
  .hero-copy { max-width: 850px; }
  .hero-art { justify-self: center; margin-top: 50px; max-width: 650px; }
  .coverage-section, .faq-section { gap: 70px; grid-template-columns: 1fr; }
  .coverage-statement { padding-right: 0; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-copy { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 760px) {
  .site-header { min-height: 80px; padding: 12px 20px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 7px; letter-spacing: .34em; }
  .brand-mark { height: 40px; transform: scale(.84); transform-origin: left center; width: 37px; }
  .button-small { font-size: 9px; min-height: 40px; padding: 0 13px; }
  .hero { min-height: auto; padding: 68px 22px 54px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-line { gap: 10px 18px; margin-top: 36px; }
  .hero-art { height: 440px; margin-top: 42px; }
  .hero-orbit { height: 395px; width: 395px; }
  .hero-photo-shell { height: 410px; width: min(88%, 375px); }
  .hero-art figcaption { font-size: 8px; padding: 14px 16px; }
  .audience-section, .process-section { padding: 78px 22px; }
  .section-intro { display: block; }
  .section-intro h2 { margin-bottom: 25px; }
  .audience-grid, .process-grid { grid-template-columns: 1fr; }
  .audience-card + .audience-card { border-left: 0; border-top: 1px solid var(--line); }
  .audience-card { min-height: 290px; padding-left: 10px; padding-right: 10px; }
  .coverage-section, .faq-section { padding: 78px 22px; }
  .coverage-options article { gap: 12px; grid-template-columns: 38px 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 64px 22px; }
  footer { grid-template-columns: 1fr; padding: 52px 22px; }
  .footer-copy { grid-column: auto; grid-row: auto; }
  .footer-contact { justify-self: start; text-align: left; }
}

@media (max-width: 430px) {

  .hero-art { margin-left: -8px; width: calc(100% + 16px); }
}

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

/* Roofer edition: retain the established page structure. */
:root { --ink:#19232b; --ink-soft:#293642; --cream:#edf0f2; --paper:#fff; --copper:#e7aa40; --copper-dark:#815309; --gold:#e7aa40; --line:rgba(25,35,43,.19); }
body { font-size:16px; }
.roof-mark { display:grid; place-items:center; width:44px; height:48px; border-top:4px solid var(--gold); background:#2b3944; font-size:30px; font-weight:800; color:var(--gold); }
.brand-copy strong { font-family:inherit; font-weight:800; font-size:23px; letter-spacing:.14em; }
.brand-copy small {font-size:12px; letter-spacing:.2em;}
nav a,.button,.text-link,.hero-phone span,.trust-line span,.audience-card a,.footer-contact a {font-size:14px;}
.button {background:var(--gold); color:var(--ink); letter-spacing:.035em;}
.button:hover { background:#f4bd5b; border-color:#f4bd5b; }
.dark-button {background:var(--ink); color:#fff; border-color:var(--ink);}
.dark-button:hover {background:#2d414e; border-color:#2d414e;}
.hero {gap:38px; grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);}
.hero h1 {font-size:clamp(52px,5.4vw,86px); line-height:1.03;letter-spacing:-.045em;}
.hero h1 em {margin-top:8px;}
.hero-art {height:auto; aspect-ratio:1.04; max-width:590px;}
.hero-photo-shell {position:relative; left:auto; top:auto; transform:none; width:100%;height:100%;border-radius:2px;}
.hero-photo-shell img {object-position:center;}
.hero-art figcaption {font-size:12px;letter-spacing:.08em;bottom:-20px;max-width:100%;white-space:normal;text-align:center;width:90%;}
.eyebrow,.audience-topline small,.mini-label {font-size:14px!important;line-height:1.6;letter-spacing:.1em;}
.audience-card p,.process-grid p,details p {font-size:16px;}
.coverage-section {background:#2d404e;}
.coverage-statement .eyebrow,.option-number,.mini-label {color:#efbd66;}
.coverage-options li {font-size:14px;}
.process-grid li:nth-child(2) {background:#e3e9ed;}
.footer-copy small {font-size:14px;color:#b7c1c8;}
footer {background:#111b22;}
.faq-list p a {text-decoration:underline;color:#efbd66;}
a:focus-visible,summary:focus-visible {outline:3px solid #e7aa40;outline-offset:5px;}
@media(max-width:1050px){.hero{grid-template-columns:1fr;}.hero-art{width:100%;aspect-ratio:4/3;max-width:680px;}.site-header{gap:24px;}}
@media(max-width:760px){.hero h1{font-size:clamp(44px,12vw,70px);}.hero-art{height:auto;aspect-ratio:1.12;margin-left:0;width:100%;}.hero-photo-shell{height:100%;width:100%;}.hero-art figcaption{font-size:12px;}.button-small{font-size:14px;}.brand-copy small{font-size:12px;}.brand-copy strong{font-size:21px;}.hero{padding-bottom:80px;}.coverage-options article{grid-template-columns:30px 1fr;}.final-cta{gap:32px;}.final-cta .button{max-width:100%;white-space:normal;text-align:center;padding:16px 22px;}}

/* Plan education and life benefits */
button {font-family:inherit;cursor:pointer;}
button:focus-visible {outline:3px solid #e7aa40;outline-offset:5px;}
.explore-link {border:0;background:none;padding:0;text-align:left;color:var(--copper-dark);font-size:14px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;}
.explore-link span {margin-left:8px;}
.life-jump {font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#e7aa40;border-bottom:1px solid #e7aa40;}
.life-section {display:grid;grid-template-columns:1fr 1fr;gap:6vw;padding:80px clamp(24px,7vw,118px);background:#edf0f2;border-top:1px solid var(--line);}
.life-section h2 {font-family:Georgia,serif;font-size:clamp(36px,3.6vw,56px);font-weight:400;line-height:1.1;letter-spacing:-.035em;margin:0;}
.life-section p:not(.eyebrow) {font-size:17px;line-height:1.7;margin-top:0;}
.life-section .life-note {font-size:14px!important;color:#52606a;}
.life-faq-link {color:#815309;font-weight:700;border-bottom:1px solid #815309;padding-bottom:5px;display:inline-block;}
.guide-open {overflow:hidden;}
#plan-guide {box-sizing:border-box;width:min(1140px,calc(100% - 40px));max-width:none;max-height:calc(100dvh - 40px);padding:0;border:0;border-top:5px solid var(--gold);border-radius:4px;background:#fff;color:var(--ink);box-shadow:0 24px 100px #0008;overscroll-behavior:contain;}
#plan-guide::backdrop {background:rgba(9,18,25,.78);}
.guide-shell {padding:42px;position:relative;}
.guide-close {position:absolute;right:16px;top:12px;display:grid;place-items:center;border:1px solid #c5cdd3;background:#edf0f2;color:var(--ink);width:44px;height:44px;font-size:28px;border-radius:50%;}
#plan-guide .eyebrow {padding-right:45px;margin-bottom:16px;}
#plan-guide h2 {font-family:Georgia,serif;font-size:clamp(30px,3.5vw,46px);font-weight:400;line-height:1.1;letter-spacing:-.035em;max-width:800px;margin:0 30px 16px 0;}
#plan-guide-intro {max-width:760px;line-height:1.65;font-size:17px;color:#52606a;margin:0 0 26px;}
.tier-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;}
.tier-card {padding:24px;background:#edf0f2;border-top:3px solid #d4a14a;}
.tier-card:last-child {background:#e2e9ee;border-color:#243c4c;}
.tier-price {font-size:27px;font-weight:800;color:#815309;letter-spacing:.04em;}
.tier-card h3 {font-family:Georgia,serif;font-size:27px;line-height:1.15;font-weight:400;margin:14px 0 12px;}
.tier-card p {font-size:16px;line-height:1.6;}
.tier-tag {font-size:14px!important;font-weight:700;color:#52606a;}
.tier-limit {border-top:1px solid #bac6cf;padding-top:16px;margin-bottom:0;}
.tier-limit strong {display:block;color:#243c4c;}
.guide-note {font-size:14px;line-height:1.6;color:#52606a;margin:22px 0;}
.guide-bottom {border-top:1px solid #c5cdd3;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.guide-bottom p {font-size:18px;font-weight:600;margin:0;}
@media(max-width:760px){.life-section{grid-template-columns:1fr;gap:26px;padding:60px 22px;}#plan-guide{width:calc(100% - 20px);max-height:calc(100dvh - 20px);}.guide-shell{padding:28px 20px;}.tier-grid{grid-template-columns:1fr;}.guide-bottom{flex-direction:column;align-items:stretch;}.guide-bottom .button{width:100%;}.guide-close{right:12px;top:12px;}}

/* Selected RH brand lockup */
.logo-frame {display:block;position:relative;overflow:hidden;width:260px;aspect-ratio:4.7;flex-shrink:0;}
.logo-frame img {position:absolute;width:158%;max-width:none;height:auto;left:50%;top:50%;transform:translate(-50%,-50%);}
@media(max-width:760px){.logo-frame{width:230px;}.site-header{column-gap:16px;}}


/* Keep the calendar action visible beside the logo on phones. */
.site-header .button-small {display:inline-flex;white-space:nowrap;}
@media(max-width:760px){
 .site-header{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:12px 16px;}
 .site-header .brand{min-width:0;width:100%;}
 .site-header .logo-frame{width:min(230px,100%);flex-shrink:1;}
 .site-header .button-small{min-height:44px;padding:0 12px;font-size:14px;letter-spacing:0;text-transform:none;}
}
