:root {
  --navy: #061723;
  --navy-2: #0a2c3d;
  --bronze: #18aeb7;
  --gold: #f2b84b;
  --gold-light: #f8d894;
  --aqua: #38e1e6;
  --aqua-light: #a9fff8;
  --aqua-deep: #0e959e;
  --slate: #506674;
  --ivory: #f2f7f5;
  --paper: #fbfdfc;
  --ink: #0b2433;
  --line: #d4e2e1;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(7, 28, 44, 0.13);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.section-ivory { background: var(--ivory); }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: var(--white); color: var(--navy); padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.announcement { min-height: 36px; padding: 8px 20px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--navy); color: #f6ecdc; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-align: center; }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(213, 164, 95, .12); animation: pulse 2.2s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(213, 164, 95, 0); } }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 249, .92); border-bottom: 1px solid rgba(7, 28, 44, .09); backdrop-filter: blur(18px); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 245px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav > a:not(.button) { text-decoration: none; color: var(--slate); font-size: 13px; font-weight: 700; position: relative; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--bronze); transition: right .25s ease; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; width: 22px; margin: 5px auto; background: var(--navy); transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 3px; text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 18px; color: var(--white) !important; background: var(--navy); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 14px 32px rgba(7, 28, 44, .18); }
.button-primary:hover { background: var(--navy-2); box-shadow: 0 18px 38px rgba(7, 28, 44, .23); }
.button-gold { color: var(--navy); background: var(--gold); }
.button-gold:hover { background: #e0b36f; box-shadow: 0 16px 36px rgba(0, 0, 0, .18); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--slate); font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(82, 97, 107, .4); padding-bottom: 4px; }
.text-link.dark { color: var(--navy); border-color: rgba(7, 28, 44, .35); }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(130deg, #fffdf9 0%, #f4eee4 100%); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; padding: 80px 0 96px; position: relative; z-index: 1; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 510px; height: 510px; right: -120px; top: 60px; background: radial-gradient(circle, rgba(213, 164, 95, .19), transparent 68%); }
.hero-glow-two { width: 430px; height: 430px; left: -270px; bottom: -220px; background: radial-gradient(circle, rgba(7, 28, 44, .12), transparent 70%); }
.eyebrow { display: inline-block; color: var(--bronze); font-size: 11px; line-height: 1; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 20px; }
.eyebrow-light { color: var(--gold-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Avenir Next", "Segoe UI", ui-sans-serif, sans-serif; color: var(--navy); line-height: 1.05; letter-spacing: -.035em; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(48px, 5.1vw, 76px); font-weight: 750; }
h1 em { color: var(--bronze); font-style: normal; font-weight: 550; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4vw, 58px); font-weight: 720; }
h3 { font-size: 24px; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: var(--slate); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 42px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 610px; border-top: 1px solid var(--line); padding-top: 22px; }
.hero-proof span { padding-right: 14px; color: var(--slate); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.hero-proof b { display: block; margin-bottom: 5px; color: var(--bronze); font-size: 10px; letter-spacing: .15em; }
.hero-frame { position: relative; border-radius: 3px; padding: 10px; background: var(--white); box-shadow: var(--shadow); transform: rotate(.5deg); }
.hero-frame > img { width: 100%; height: 520px; object-fit: cover; border-radius: 1px; }
.hero-shade { position: absolute; inset: 10px; background: linear-gradient(180deg, transparent 55%, rgba(7, 28, 44, .22)); pointer-events: none; }
.floating-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 228px; padding: 14px 17px; background: rgba(255, 253, 249, .96); box-shadow: 0 18px 44px rgba(7, 28, 44, .18); border-left: 3px solid var(--gold); backdrop-filter: blur(14px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--navy); font-size: 13px; }
.floating-card small { margin-top: 2px; color: var(--slate); font-size: 10px; }
.floating-card-top { top: 34px; left: -34px; }
.floating-card-bottom { right: -26px; bottom: 30px; }
.mini-beacon { display: grid; place-items: center; width: 35px; height: 35px; background: var(--navy); color: var(--gold); font-size: 20px; }
.scene-dots { display: flex; gap: 4px; }
.scene-dots i { width: 8px; height: 26px; border-radius: 4px; background: #f5dfb7; }
.scene-dots i:nth-child(2) { background: #e2b66d; }.scene-dots i:nth-child(3) { background: #c78c3e; }.scene-dots i:nth-child(4) { background: #f8eacc; }

.trust-strip { padding: 24px 0; background: var(--navy); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 9px 28px; border-right: 1px solid rgba(255, 255, 255, .12); }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { grid-row: 1 / 3; color: var(--gold); font-size: 24px; }
.trust-grid strong { font-size: 12px; }.trust-grid small { color: #aebbc3; font-size: 10px; }

.services-overview { background: var(--paper); }
.service-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 480px; padding: 36px 32px 32px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 16px 45px rgba(7, 28, 44, .06); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--bronze); transform: scaleX(.28); transform-origin: left; transition: transform .25s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card:hover::before { transform: scaleX(1); }
.service-card-roofline { background: var(--ivory); border-color: rgba(183, 131, 62, .45); }
.service-card-icon { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 34px; background: var(--navy); color: var(--gold); font-size: 28px; }
.service-kicker { margin-bottom: 13px; color: var(--bronze); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.service-card h3 { margin-bottom: 16px; font-size: 28px; }
.service-card > p { color: var(--slate); font-size: 14px; line-height: 1.72; }
.service-card ul { list-style: none; padding: 16px 0 22px; margin: 0; }
.service-card li { position: relative; padding: 7px 0 7px 19px; color: var(--slate); font-size: 12px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border: 1px solid var(--bronze); transform: rotate(45deg); }
.service-card .package-link { margin-top: auto; }
.licensed-note { margin: 24px 0 0; padding: 18px 22px; border-left: 3px solid var(--bronze); background: var(--ivory); color: var(--slate); font-size: 12px; }
.licensed-note strong { color: var(--navy); }

.section-heading { margin-bottom: 55px; }
.section-heading p { color: var(--slate); font-size: 17px; line-height: 1.7; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading p { max-width: 480px; margin: 0 0 5px; }
.centered { max-width: 800px; text-align: center; margin-inline: auto; }
.centered p { max-width: 700px; margin-inline: auto; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card { position: relative; min-height: 360px; padding: 34px; background: rgba(255, 253, 249, .8); border: 1px solid rgba(7, 28, 44, .1); overflow: hidden; transition: transform .28s ease, box-shadow .28s ease; }
.benefit-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(7, 28, 44, .10); }
.card-number { position: absolute; right: 24px; top: 22px; color: rgba(7, 28, 44, .24); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.benefit-icon { height: 122px; margin: 28px 0 30px; position: relative; }
.benefit-icon.everyday::before { content: ""; position: absolute; left: 12px; top: 32px; width: 108px; height: 58px; border-top: 4px solid var(--navy); transform: skewX(-28deg); }
.benefit-icon.everyday::after { content: ""; position: absolute; left: 25px; top: 23px; width: 10px; height: 10px; background: var(--gold); border-radius: 50%; box-shadow: 23px 12px 0 var(--gold), 46px 24px 0 var(--gold), 69px 36px 0 var(--gold), 92px 48px 0 var(--gold); }
.benefit-icon.seasonal { display: flex; align-items: center; gap: 16px; }
.benefit-icon.seasonal span { width: 46px; height: 46px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 10px rgba(213, 164, 95, .12); }
.benefit-icon.seasonal span:nth-child(2) { background: #a64f3c; box-shadow: 0 0 0 10px rgba(166, 79, 60, .10); }
.benefit-icon.seasonal span:nth-child(3) { background: var(--navy); box-shadow: 0 0 0 10px rgba(7, 28, 44, .08); }
.benefit-icon.ladder::before, .benefit-icon.ladder::after { content: ""; position: absolute; left: 36px; top: 2px; width: 4px; height: 112px; background: var(--navy); transform: rotate(16deg); }
.benefit-icon.ladder::after { left: 94px; }
.benefit-icon.ladder span { position: absolute; left: 36px; top: 12px; width: 63px; height: 88px; background: repeating-linear-gradient(to bottom, transparent 0 15px, var(--bronze) 16px 19px); transform: rotate(16deg); }
.benefit-card h3 { margin-bottom: 14px; }.benefit-card p { color: var(--slate); font-size: 15px; line-height: 1.7; }

.scene-section { background: var(--navy); color: var(--white); overflow: hidden; }
.scene-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.scene-copy h2 { color: var(--white); }
.scene-copy > p { color: #b7c3cb; font-size: 17px; }
.scene-controls { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 32px; }
.scene-button { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; border: 1px solid rgba(255, 255, 255, .18); background: transparent; color: #c8d1d7; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; cursor: pointer; }
.scene-button span { width: 9px; height: 9px; border-radius: 50%; background: #f3d9a9; }
.scene-button[data-scene="christmas"] span { background: linear-gradient(90deg, #bd3c30 50%, #1d8b54 50%); }
.scene-button[data-scene="gameday"] span { background: linear-gradient(90deg, #0b51a1 50%, #e05a2a 50%); }
.scene-button.active { background: var(--white); border-color: var(--white); color: var(--navy); }
.scene-preview { position: relative; box-shadow: 0 26px 80px rgba(0, 0, 0, .35); overflow: hidden; }
.scene-preview img { width: 100%; height: 500px; object-fit: cover; transition: filter .45s ease; }
.scene-overlay { position: absolute; inset: 0; mix-blend-mode: screen; opacity: .18; transition: background .45s ease, opacity .45s ease; pointer-events: none; }
.scene-preview[data-active-scene="everyday"] .scene-overlay { background: linear-gradient(90deg, rgba(255, 218, 153, .42), transparent 60%); opacity: .18; }
.scene-preview[data-active-scene="christmas"] .scene-overlay { background: repeating-linear-gradient(90deg, rgba(212, 25, 35, .8) 0 7%, rgba(25, 175, 86, .75) 7% 14%, transparent 14% 20%); opacity: .35; }
.scene-preview[data-active-scene="gameday"] .scene-overlay { background: repeating-linear-gradient(90deg, rgba(21, 91, 190, .9) 0 8%, rgba(235, 83, 31, .9) 8% 16%, transparent 16% 22%); opacity: .32; }
.scene-label { position: absolute; left: 24px; bottom: 22px; padding: 12px 16px; background: rgba(7, 28, 44, .9); border-left: 3px solid var(--gold); }
.scene-label span, .scene-label strong { display: block; }.scene-label span { color: var(--gold-light); font-size: 8px; font-weight: 900; letter-spacing: .18em; }.scene-label strong { margin-top: 2px; color: var(--white); font-size: 14px; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; padding: 38px 34px; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.package-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.package-card.featured { border: 2px solid var(--bronze); background: var(--ivory); }
.popular-tag { position: absolute; right: -2px; top: -28px; height: 28px; padding: 7px 14px; background: var(--bronze); color: var(--white); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.package-top { display: flex; justify-content: space-between; margin-bottom: 36px; color: var(--bronze); }
.package-top span { font-weight: 900; }.package-top small { font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.package-card h3 { margin-bottom: 8px; font-size: 28px; }
.package-price { color: var(--bronze); font-size: 32px; font-weight: 800; letter-spacing: -.04em; }
.package-price small { font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.package-card > p:not(.package-price) { color: var(--slate); font-size: 14px; min-height: 66px; }
.package-card ul { list-style: none; padding: 20px 0; margin: 0 0 26px; border-top: 1px solid var(--line); }
.package-card li { position: relative; padding: 8px 0 8px 20px; color: var(--slate); font-size: 13px; }
.package-card li::before { content: ""; position: absolute; left: 0; top: 15px; width: 7px; height: 7px; border: 1px solid var(--bronze); transform: rotate(45deg); }
.package-link { margin-top: auto; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 900; text-decoration: none; }
.package-link span { color: var(--bronze); }

.estimate-section { background: linear-gradient(120deg, #071c2c, #0b2d43); color: var(--white); }
.estimate-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: center; }
.estimate-copy h2 { color: var(--white); }.estimate-copy > p { color: #b8c3ca; font-size: 17px; line-height: 1.75; }
.estimate-promise { display: flex; gap: 14px; align-items: flex-start; margin-top: 32px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .15); }
.estimate-promise > span { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border: 1px solid rgba(213, 164, 95, .5); color: var(--gold); }
.estimate-promise strong, .estimate-promise small { display: block; }.estimate-promise strong { font-size: 13px; }.estimate-promise small { color: #99aab5; font-size: 11px; margin-top: 3px; }
.calculator { padding: 38px; background: var(--white); color: var(--ink); box-shadow: 0 30px 90px rgba(0, 0, 0, .25); }
.calculator-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.calculator-head span { color: var(--bronze); font-size: 10px; font-weight: 900; letter-spacing: .18em; }.calculator-head small { color: var(--slate); }
.range-label { display: flex; justify-content: space-between; color: var(--navy); font-size: 13px; font-weight: 800; }
.range-label output { color: var(--bronze); font-size: 18px; }
input[type="range"] { width: 100%; margin: 22px 0 4px; accent-color: var(--bronze); }
.range-scale { display: flex; justify-content: space-between; color: #84919a; font-size: 9px; }
.calculator fieldset { margin: 28px 0 0; padding: 0; border: 0; }
.calculator legend { margin-bottom: 11px; color: var(--navy); font-size: 12px; font-weight: 800; }
.choice-grid { display: grid; gap: 8px; }.choice-grid.two { grid-template-columns: repeat(2, 1fr); }.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid span { display: grid; place-items: center; min-height: 43px; padding: 8px; border: 1px solid var(--line); color: var(--slate); font-size: 11px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.choice-grid input:checked + span { border-color: var(--bronze); background: #faf3e7; color: var(--navy); box-shadow: inset 0 0 0 1px var(--bronze); }
.estimate-result { margin: 30px 0 22px; padding: 22px; background: var(--ivory); border-left: 3px solid var(--bronze); }
.estimate-result span, .estimate-result strong, .estimate-result small { display: block; }.estimate-result span { color: var(--slate); font-size: 8px; font-weight: 900; letter-spacing: .18em; }.estimate-result strong { margin: 4px 0; color: var(--navy); font-size: clamp(29px, 4vw, 40px); line-height: 1.1; }.estimate-result small { color: var(--slate); font-size: 10px; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 0; counter-reset: step; }
.process-grid li { min-height: 260px; padding: 30px 28px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }
.process-grid li > span { display: block; margin-bottom: 65px; color: var(--bronze); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.process-grid h3 { margin-bottom: 12px; font-size: 21px; }.process-grid p { color: var(--slate); font-size: 13px; }

.service-section { background: var(--bronze); color: var(--white); overflow: hidden; }
.service-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 95px; align-items: center; }
.service-copy h2 { color: var(--white); }.service-copy p { color: #f1dfc7; font-size: 17px; }
.service-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.service-list span { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .35); color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.service-map { position: relative; min-height: 480px; }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 180px; height: 180px; }.ring-two { width: 330px; height: 330px; }.ring-three { width: 490px; height: 490px; }
.map-pin { position: absolute; left: 50%; top: 50%; display: flex; align-items: center; gap: 10px; transform: translate(-50%, -50%); padding: 12px 15px; background: var(--navy); color: var(--white); box-shadow: 0 18px 45px rgba(0, 0, 0, .24); }
.map-pin img { width: 22px; height: 22px; }.map-pin span { font-weight: 800; }
.map-city { position: absolute; color: rgba(255, 255, 255, .8); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.city-one { top: 19%; left: 27%; }.city-two { bottom: 22%; left: 17%; }.city-three { top: 29%; right: 8%; }.city-four { bottom: 17%; right: 23%; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }.faq-intro p { color: var(--slate); font-size: 16px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 82px; cursor: pointer; color: var(--navy); font-size: 17px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 25px; height: 25px; border: 1px solid var(--line); }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 6px; right: 6px; top: 11px; height: 1px; background: var(--bronze); }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 700px; padding: 0 45px 26px 0; color: var(--slate); font-size: 14px; line-height: 1.75; }

.quote-section { background: var(--navy); color: var(--white); }
.quote-section .reveal { opacity: 1; transform: none; }
.quote-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }.quote-copy h2 { color: var(--white); }.quote-copy p { color: #b6c2c9; font-size: 17px; line-height: 1.75; }
.quote-points { display: grid; gap: 11px; margin-top: 28px; color: var(--gold-light); font-size: 12px; font-weight: 700; }
.quote-form { padding: 40px; background: var(--white); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 17px; color: var(--navy); font-size: 11px; font-weight: 800; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; border: 1px solid var(--line); border-radius: 0; background: #fdfbf7; color: var(--ink); padding: 14px 15px; outline: none; transition: border-color .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(183, 131, 62, .1); }
.quote-form textarea { resize: vertical; }
.form-note { margin: 12px 0 0; color: var(--slate); font-size: 9px; text-align: center; }

.site-footer { background: #04131e; color: #a9b5bd; }
.footer-top { min-height: 160px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-brand img { width: 235px; }.footer-top p { margin: 0; font-size: 13px; }.footer-top > a:last-child { justify-self: end; color: var(--gold-light); font-size: 12px; text-decoration: none; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; color: #7d8d97; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 36px, 920px); }
  .primary-nav { gap: 18px; }.primary-nav > a:not(.button) { display: none; }
  .hero { min-height: auto; }.hero-grid { grid-template-columns: 1fr; padding-top: 65px; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 820px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }.trust-grid > div:nth-child(2) { border-right: 0; }.trust-grid > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .benefit-grid, .package-grid, .service-card-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }.benefit-card, .package-card, .service-card { padding: 28px 24px; }
  .scene-grid, .estimate-grid, .service-grid, .faq-grid, .quote-grid { gap: 55px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }.process-grid li:nth-child(2) { border-right: 0; }
  .service-map { min-height: 420px; }.ring-three { width: 420px; height: 420px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 650px); }
  .section { padding: 78px 0; }
  .announcement { font-size: 9px; }
  .header-inner { height: 72px; }.brand img { width: 205px; }
  .nav-toggle { display: block; }.primary-nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 24px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 25px 45px rgba(7,28,44,.12); }
  .primary-nav.open { display: grid; }.primary-nav > a:not(.button) { display: block; padding: 9px 0; }.primary-nav .button { margin-top: 8px; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid { gap: 48px; padding: 58px 0 75px; }.hero-lede { font-size: 16px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }.hero-actions .button { width: 100%; }.hero-actions .text-link { align-self: flex-start; }
  .hero-proof { grid-template-columns: 1fr; gap: 12px; }.hero-proof span { display: grid; grid-template-columns: 32px 1fr; }.hero-proof b { margin: 0; }
  .hero-frame > img { height: 365px; }.floating-card-top { left: -6px; top: 17px; }.floating-card-bottom { right: -7px; bottom: 18px; }.floating-card { min-width: 190px; padding: 11px 12px; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-right: 0; }
  .split-heading, .benefit-grid, .package-grid, .service-card-grid, .scene-grid, .estimate-grid, .service-grid, .faq-grid, .quote-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-heading { margin-bottom: 38px; }.split-heading { align-items: start; }
  .benefit-card { min-height: 310px; }.benefit-icon { height: 95px; margin-block: 20px; }
  .scene-preview img { height: 340px; }.scene-controls { flex-direction: column; }.scene-button { justify-content: center; }
  .package-grid { gap: 36px; }.package-card > p:not(.package-price) { min-height: auto; }
  .calculator { padding: 26px 20px; }.choice-grid.three { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 220px; border-right: 0; }.process-grid li > span { margin-bottom: 38px; }
  .service-grid { display: flex; flex-direction: column-reverse; }.service-map { width: 100%; min-height: 360px; }.ring-three { width: 340px; height: 340px; }.ring-two { width: 250px; height: 250px; }.ring-one { width: 140px; height: 140px; }.city-three { right: 2%; }
  .faq-intro, .quote-copy { position: static; }.accordion summary { font-size: 15px; }.accordion details p { padding-right: 5px; }
  .field-row { grid-template-columns: 1fr; }.quote-form { padding: 28px 20px; }
  .footer-top { grid-template-columns: 1fr; justify-items: start; gap: 18px; padding: 42px 0; }.footer-top > a:last-child { justify-self: start; }.footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 22px 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 2026 turquoise glow brand refresh */
.announcement { background: linear-gradient(90deg, #04131f 0%, #0a2a3b 52%, #04131f 100%); color: #eafdfb; }
.announcement-dot { background: var(--aqua); box-shadow: 0 0 0 5px rgba(56, 225, 230, .16), 0 0 18px rgba(56, 225, 230, .7); }
.site-header { background: rgba(251, 253, 252, .93); border-bottom-color: rgba(24, 174, 183, .18); }
.primary-nav > a:not(.button)::after { background: linear-gradient(90deg, var(--aqua-deep), var(--gold)); }
.button { border-radius: 999px; }
.button-small, .button-primary { background: linear-gradient(115deg, #061723 0%, #0a3344 100%); box-shadow: 0 14px 32px rgba(6, 23, 35, .2), inset 0 0 0 1px rgba(56, 225, 230, .16); }
.button-primary:hover { background: linear-gradient(115deg, #0a2d3e, #0d4551); box-shadow: 0 18px 42px rgba(6, 23, 35, .3), 0 0 24px rgba(56, 225, 230, .2); }
.button-gold { background: linear-gradient(115deg, #f5c45d, #e8a936); }
.hero {
  background: radial-gradient(circle at 12% 18%, rgba(56, 225, 230, .16), transparent 31%), radial-gradient(circle at 84% 42%, rgba(242, 184, 75, .13), transparent 34%), linear-gradient(135deg, #04131f 0%, #071c2b 54%, #0a3040 100%);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--aqua), var(--gold), transparent); box-shadow: 0 0 24px rgba(56, 225, 230, .55); }
.hero h1 { color: #f8fbfa; }
.hero h1 em { color: var(--aqua); text-shadow: 0 0 28px rgba(56, 225, 230, .24); }
.hero .eyebrow { color: var(--gold-light); }
.hero-lede, .hero .text-link { color: #b9ced2; }
.hero .text-link { border-color: rgba(56, 225, 230, .38); }
.hero-proof { border-top-color: rgba(255, 255, 255, .16); }
.hero-proof span { color: #a9c1c6; }
.hero-proof b { color: var(--aqua); }
.hero-glow-one { background: radial-gradient(circle, rgba(56, 225, 230, .2), transparent 68%); }
.hero-glow-two { background: radial-gradient(circle, rgba(242, 184, 75, .13), transparent 70%); }
.hero-frame { padding: 7px; border-radius: 28px; background: linear-gradient(135deg, rgba(169,255,248,.95), rgba(255,255,255,.85) 45%, rgba(242,184,75,.9)); box-shadow: 0 30px 90px rgba(0,0,0,.38), 0 0 42px rgba(56,225,230,.12); transform: rotate(.35deg); }
.hero-frame > img { border-radius: 22px; }
.hero-shade { inset: 7px; border-radius: 22px; background: linear-gradient(180deg, rgba(6,23,35,.04) 42%, rgba(6,23,35,.4)); }
.floating-card { border-radius: 16px; border-left-color: var(--aqua); }
.floating-card-bottom { border-left-color: var(--gold); }
.mini-beacon { border-radius: 11px; color: var(--aqua); }
.trust-strip { background: linear-gradient(90deg, #061723, #0a2f40, #061723); }
.trust-icon { color: var(--aqua); text-shadow: 0 0 16px rgba(56,225,230,.42); }
.service-card, .benefit-card, .package-card, .calculator, .quote-form { border-radius: var(--radius); overflow: hidden; }
.service-card::before { background: linear-gradient(90deg, var(--aqua), var(--gold)); }
.service-card-roofline { background: linear-gradient(145deg, #f2fbfa, #fffaf0); border-color: rgba(24,174,183,.32); }
.service-card-icon { border-radius: 18px; color: var(--aqua); box-shadow: inset 0 0 0 1px rgba(56,225,230,.15); }
.service-card:nth-child(3) .service-card-icon { color: var(--gold); }
.benefit-card { background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(239,249,247,.86)); }
.benefit-icon.seasonal span:first-child { background: var(--aqua); box-shadow: 0 0 0 10px rgba(56,225,230,.12); }
.scene-section, .estimate-section, .quote-section, .service-section { background: linear-gradient(125deg, #04131f, #08283a 56%, #0a3542); }
.scene-preview { border-radius: 26px; box-shadow: 0 28px 86px rgba(0,0,0,.42), 0 0 0 1px rgba(56,225,230,.2); }
.scene-button { border-radius: 999px; }
.scene-button.active { background: var(--aqua-light); border-color: var(--aqua-light); }
.scene-label { border-left-color: var(--aqua); border-radius: 0 12px 12px 0; }
.package-card.featured { border-color: var(--aqua-deep); background: linear-gradient(145deg, #effaf8, #fff8ea); }
.popular-tag { border-radius: 999px 0 0 999px; background: linear-gradient(90deg, var(--aqua-deep), #13818a); }
.calculator, .quote-form { box-shadow: 0 34px 90px rgba(0,0,0,.28), 0 0 0 1px rgba(56,225,230,.13); }
input[type="range"] { accent-color: var(--aqua-deep); }
.choice-grid span { border-radius: 12px; }
.choice-grid input:checked + span { border-color: var(--aqua-deep); background: #edfafa; box-shadow: inset 0 0 0 1px var(--aqua-deep); }
.estimate-result { border-left-color: var(--aqua-deep); background: linear-gradient(105deg, #edfafa, #fff8e9); }
.map-pin { box-shadow: 0 0 0 10px rgba(56,225,230,.11), 0 18px 40px rgba(0,0,0,.25); }
.licensed-note { border-left-color: var(--aqua-deep); }
.site-footer { background: #03101a; border-top: 1px solid rgba(56,225,230,.18); }

/* Approved logo lockup from the Coming Soon campaign */
.site-header { background: rgba(3, 16, 26, .96); border-bottom-color: rgba(56, 225, 230, .28); }
.brand img { width: 274px; max-height: 66px; object-fit: contain; }
.primary-nav > a:not(.button) { color: #c5d8dc; }
.nav-toggle > span:not(.sr-only) { background: var(--aqua); }
.primary-nav .button-small { background: linear-gradient(115deg, #f5c45d, #e8a936); color: #061723 !important; box-shadow: 0 10px 28px rgba(242,184,75,.18); }
.footer-brand img { width: 275px; }
.map-beacon-dot { width: 18px; height: 5px; border-radius: 99px; background: var(--aqua); box-shadow: 0 0 12px rgba(56,225,230,.85); }

@media (max-width: 760px) {
  .hero { min-height: auto; }
  .hero-grid { padding-top: 64px; }
  .hero-frame { border-radius: 20px; }
  .hero-frame > img, .hero-shade { border-radius: 15px; }
  .brand img { width: 220px; }
  .primary-nav { background: #061723; border-top-color: rgba(56,225,230,.2); }
  .primary-nav > a:not(.button) { color: #d9e8e9; }
}


/* Facebook connection */
.facebook-nav { color: var(--aqua) !important; }
.facebook-nav::after { background: linear-gradient(90deg, var(--aqua), var(--gold)) !important; }
.footer-links { justify-self: end; display: grid; gap: 8px; text-align: right; }
.footer-links a { color: var(--gold-light); font-size: 12px; text-decoration: none; }
.footer-links .facebook-footer { color: var(--aqua-light); font-weight: 800; }
.footer-links a:hover { text-decoration: underline; }
@media (max-width: 760px) { .footer-links { justify-self: start; text-align: left; } }

