@font-face { font-family: "VP Inter"; src: url("../fonts/inter-latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "VP Oswald"; src: url("../fonts/oswald-latin.woff2") format("woff2"); font-style: normal; font-weight: 200 700; font-display: swap; }

:root {
  --yellow: #ffdb00;
  --yellow-soft: #fff4a8;
  --ink: #090909;
  --ink-soft: #121212;
  --paper: #f2f0e9;
  --white: #ffffff;
  --muted: #66645e;
  --line: #d1cec5;
  --dark-line: #2b2b28;
  --red: #e31b2f;
  --font-inter: "VP Inter", "Segoe UI", Arial, sans-serif;
  --font-oswald: "VP Oswald", Impact, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-inter); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--font-inter); }
.skip-link { position: fixed; z-index: 99999; left: 14px; top: -70px; padding: 12px 16px; background: var(--yellow); color: var(--ink); font-weight: 900; }
.skip-link:focus { top: 14px; }
.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
p { line-height: 1.65; }
.shell { width: min(100% - 48px, 1180px); margin-inline: auto; }
.section { position: relative; padding: 80px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-oswald); text-transform: uppercase; }
h1 { margin-bottom: 25px; font-size: clamp(66px, 7.1vw, 112px); font-weight: 700; line-height: .88; letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(40px, 4.2vw, 64px); font-weight: 700; line-height: .94; letter-spacing: -.025em; }
h3 { font-size: 27px; line-height: 1.06; }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.kicker, .eyebrow { margin-bottom: 18px; color: #c3a900; font-size: 14px; font-weight: 900; letter-spacing: .23em; line-height: 1.4; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--yellow); }
.eyebrow svg { width: 10px; height: 10px; }
.large-copy { font-family: var(--font-inter); font-size: 17px; line-height: 1.75; text-transform: none; }
.dark-copy { color: #57554f; }

.button { min-height: 54px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; font-size: 16px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button svg { flex: 0 0 auto; }
.button:hover { transform: translateY(-2px); }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-yellow:hover { background: var(--white); }
.button-outline { border-color: #65655f; color: var(--white); background: transparent; }
.button-outline:hover { border-color: var(--yellow); color: var(--yellow); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--yellow); color: var(--ink); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 28px; padding-bottom: 7px; border-bottom: 2px solid var(--yellow); color: var(--ink); font-size: 14px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.dark-section .text-link, .gas-feature .text-link { color: var(--yellow); }

.utility-bar { background: var(--yellow); color: var(--ink); }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 13px; font-weight: 900; letter-spacing: .065em; text-transform: uppercase; }
.utility-inner p { margin: 0; display: flex; align-items: center; gap: 8px; line-height: 1; }
.utility-inner p svg { width: 10px; height: 10px; }
.utility-details { display: flex; align-items: center; gap: 34px; }
.utility-details a { padding-bottom: 2px; border-bottom: 1px solid var(--ink); }
.vp-site > .site-header { position: sticky; z-index: 60; top: 0; display: block; width: 100%; max-width: none; margin: 0; padding: 0; background: rgba(9,9,9,.98); color: var(--white); border-bottom: 1px solid var(--dark-line); }
.vp-site > .site-header > .header-inner { width: min(100% - 48px, 1180px); max-width: 1180px; min-height: 88px; margin-inline: auto; padding: 12px 0; display: grid; grid-template-columns: 140px minmax(0, 1fr) auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; }
.brand .brand-full-logo { width: auto; height: 112px; }
.desktop-nav { white-space: nowrap; height: 100%; display: flex; align-items: center; justify-content: center; gap: 22px; }
.desktop-nav > a, .nav-dropdown > summary { min-height: 44px; display: flex; align-items: center; gap: 6px; color: #d2d2cc; font-size: 13px; font-weight: 900; letter-spacing: .02em; text-transform: none; cursor: pointer; font-size: 16px; }
.desktop-nav > a:hover, .nav-dropdown > summary:hover { color: var(--yellow); }
.nav-dropdown { position: relative; height: 100%; display: flex; align-items: center; }
.nav-dropdown summary { list-style: none; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary svg { width: 9px; }
.nav-panel { position: absolute; z-index: 65; top: calc(100% + 12px); left: -180px; width: 650px; padding: 20px; display: grid; grid-template-columns: 215px 1fr; gap: 20px; background: var(--white); color: var(--ink); border-top: 4px solid var(--yellow); box-shadow: 0 22px 50px rgba(0,0,0,.35); }
.nav-panel-lead { min-height: 180px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; gap: 9px; background: var(--yellow); }
.nav-panel-lead span { font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.nav-panel-lead strong { font-family: var(--font-oswald); font-size: 30px; line-height: 1; text-transform: uppercase; }
.nav-panel-lead svg { margin-top: 10px; }
.nav-panel > div { display: grid; grid-template-columns: 1fr 1fr; align-content: start; }
.nav-panel > div a { min-height: 58px; padding: 14px 15px; display: flex; align-items: center; border-bottom: 1px solid #e2dfd7; font-family: var(--font-oswald); font-size: 17px; font-weight: 700; text-transform: uppercase; }
.nav-panel > div a:hover { background: var(--paper); }
.header-call { min-width: 152px; min-height: 54px; display: grid; align-content: center; gap: 1px; }
.header-call span { font-size: 12px; }
.header-call strong { font-size: 17px; }
.mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: 53% 47%; }
.hero-copy { min-width: 0; padding: 96px 54px 70px 0; display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 em { display: block; }
.hero-lede { max-width: 620px; margin-bottom: 31px; color: #b8b8b2; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-proof { margin-top: 42px; padding-top: 23px; display: flex; gap: 0; border-top: 1px solid var(--dark-line); }
.hero-proof > div { min-width: 135px; padding-right: 26px; margin-right: 26px; border-right: 1px solid var(--dark-line); }
.hero-proof > div:last-child { border-right: 0; }
.hero-proof b, .hero-proof span { display: block; }
.hero-proof b { color: var(--yellow); font-size: 15px; }
.hero-proof span { margin-top: 5px; color: #8f8f8a; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.hero-visual { position: relative; min-width: 0; overflow: hidden; border-left: 1px solid var(--dark-line); }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.05) brightness(.82); }
.response-card { position: absolute; left: 30px; bottom: 28px; min-width: 220px; padding: 14px 17px; display: flex; align-items: center; gap: 13px; background: rgba(9,9,9,.93); border: 1px solid var(--yellow); }
.response-card > svg { color: var(--yellow); font-size: 25px; }
.response-card > b { color: var(--yellow); font-size: 25px; }
.response-card > .vp-icon { width: 25px; height: 25px; color: var(--yellow); }
.response-card small, .response-card strong { display: block; }
.response-card small { color: var(--yellow); font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.response-card strong { margin-top: 4px; font-size: 14px; text-transform: uppercase; }
.vertical-label { position: absolute; right: 14px; top: 24px; color: #eee; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; writing-mode: vertical-rl; }

.answer-strip { position: relative; background: var(--yellow); }
.answer-grid { min-height: 104px; display: grid; grid-template-columns: 285px 1fr auto; align-items: center; gap: 38px; }
.answer-label { margin: 0; font-family: var(--font-oswald); font-size: 22px; font-weight: 700; line-height: .95; text-transform: uppercase; }
.answer-text { margin: 0; font-size: 16px; line-height: 1.6; }
.answer-text a { font-weight: 900; text-decoration: underline; }
.answer-actions { display: flex; gap: 6px; }
.answer-actions a { min-height: 44px; padding: 0 15px; display: inline-flex; align-items: center; gap: 8px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 900; text-transform: uppercase; }

.trust-rail { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-rail-grid { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-rail-grid > div { padding: 20px 24px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-rail-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-rail-grid svg { flex: 0 0 auto; color: #c3a900; font-size: 23px; }
.vp-icon { width: 1em; height: 1em; flex: 0 0 auto; display: inline-block; background: currentColor; -webkit-mask: var(--vp-icon) center / contain no-repeat; mask: var(--vp-icon) center / contain no-repeat; }
.vp-icon-star { --vp-icon: url("../icons/star.svg"); }
.vp-icon-phone { --vp-icon: url("../icons/phone.svg"); }
.vp-icon-sms { --vp-icon: url("../icons/sms.svg"); }
.vp-icon-email { --vp-icon: url("../icons/email.svg"); }
.vp-icon-clock { --vp-icon: url("../icons/clock.svg"); }
.vp-icon-check { --vp-icon: url("../icons/check.svg"); }
.vp-icon-arrow { --vp-icon: url("../icons/arrow.svg"); }
.vp-icon-external { --vp-icon: url("../icons/external.svg"); }
.vp-icon-chevron { --vp-icon: url("../icons/chevron.svg"); }
.vp-icon-map { --vp-icon: url("../icons/map.svg"); }
.star-row { display: flex !important; gap: 3px; color: #d4ae00; }
.star-row .vp-icon { width: 12px; height: 12px; }
.trust-rail-grid span, .trust-rail-grid strong { display: block; }
.trust-rail-grid strong { margin-bottom: 4px; font-size: 14px; text-transform: uppercase; }
.trust-rail-grid span { color: #72706a; font-size: 13px; line-height: 1.4; }

.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1fr 450px; align-items: end; gap: 60px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading h2 em { color: transparent; -webkit-text-stroke: 1px var(--ink); }
.section-heading-light h2, .section-heading-light > p { color: var(--white); }
.section-heading-light h2 em { color: var(--yellow); -webkit-text-stroke: 0; }
.section-link-row { margin-top: 34px; display: flex; justify-content: flex-end; }

.services-section { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 280px; padding: 25px; display: flex; flex-direction: column; background: rgba(255,255,255,.32); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.service-card:hover { z-index: 2; background: var(--white); transform: translateY(-4px); box-shadow: 0 18px 35px rgba(0,0,0,.08); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: #85837d; font-size: 13px; }
.service-top svg { color: var(--red); }
.service-top .vp-icon { color: var(--red); }
.service-card h3 { margin: 32px 0 16px; }
.service-card p { flex: 1; margin-bottom: 20px; color: var(--muted); font-family: var(--font-inter); font-size: 16px; line-height: 1.65; text-transform: none; }
.service-card small { width: max-content; padding: 6px 8px; background: var(--yellow-soft); font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.discount-ribbon { margin-top: 22px; min-height: 82px; padding: 16px 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; background: var(--yellow); }
.ribbon-star { width: 46px; height: 46px; padding: 15px; border-radius: 50%; background: var(--ink); color: var(--yellow); }
.discount-ribbon strong { font-family: var(--font-oswald); font-size: 27px; text-transform: uppercase; }
.discount-ribbon p { display: inline; margin-left: 14px; font-size: 14px; font-weight: 900; text-transform: uppercase; }
.discount-ribbon small { max-width: 230px; font-size: 12px; line-height: 1.5; }

.gas-feature { background: var(--ink); color: var(--white); }
.gas-feature-grid { display: grid; grid-template-columns: 50% 50%; min-height: 610px; }
.gas-feature-image { min-width: 0; overflow: hidden; }
.gas-feature-image img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.74) contrast(1.08); }
.gas-feature-copy { padding: 62px 0 62px 68px; display: flex; flex-direction: column; justify-content: center; }
.gas-feature-copy .large-copy { color: #b7b7b1; }
.check-list { margin: 10px 0 31px; padding: 0; display: grid; gap: 13px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; color: #e1e1dc; font-size: 16px; font-weight: 800; text-transform: uppercase; }
.check-list svg { color: var(--yellow); }
.check-list .vp-icon { color: var(--yellow); }
.gas-feature-copy .button { align-self: flex-start; }

.dark-section { background: var(--ink); color: var(--white); }
.why-grid { display: grid; grid-template-columns: 47% 53%; align-items: stretch; }
.why-image { position: relative; min-height: 650px; overflow: hidden; }
.why-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.35) contrast(1.05) brightness(.75); }
.image-badge { position: absolute; right: 0; bottom: 0; width: 190px; padding: 22px; background: var(--yellow); color: var(--ink); }
.image-badge b, .image-badge span { display: block; text-transform: uppercase; }
.image-badge b { font-family: var(--font-oswald); font-size: 30px; }
.image-badge span { margin-top: 4px; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.why-copy { padding: 44px 0 30px 76px; }
.why-copy .large-copy { margin: 28px 0 36px; color: #b4b4b0; }
.values-list { border-top: 1px solid var(--dark-line); }
.values-list > div { padding: 20px 0; display: grid; grid-template-columns: 45px 1fr; gap: 21px; border-bottom: 1px solid var(--dark-line); }
.values-list > div > span { color: var(--yellow); font-size: 13px; font-weight: 900; }
.values-list p { margin: 0; color: #9c9c97; font-family: var(--font-inter); font-size: 16px; text-transform: none; }
.values-list strong { display: block; margin-bottom: 4px; color: var(--white); font-size: 14px; text-transform: uppercase; }
.why-copy .text-link { margin-top: 30px; }
.split-content { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.split-content .large-copy { color: #b6b6b0; }

.area-section { background: var(--yellow); }
.area-section .kicker { color: var(--ink); }
.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.location-card { min-height: 220px; padding: 26px; display: flex; flex-direction: column; background: var(--white); border-top: 4px solid var(--ink); transition: transform .2s ease; }
.location-card:hover { transform: translateY(-4px); }
.location-card > span { font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.location-card h3 { margin: 35px 0 12px; font-size: 30px; }
.location-card p { flex: 1; margin-bottom: 20px; color: var(--muted); font-size: 16px; }
.location-card b { display: flex; align-items: center; gap: 8px; font-size: 13px; text-transform: uppercase; }
.location-card b svg { color: var(--red); }
.location-card b .vp-icon { color: var(--red); }

.reviews-section { background: #f8f7f3; }
.reviews-head { margin-bottom: 52px; display: flex; justify-content: space-between; align-items: end; }
.reviews-head h2 em { color: transparent; -webkit-text-stroke: 1px var(--ink); }
.score { display: flex; align-items: center; gap: 20px; padding-left: 25px; border-left: 1px solid var(--line); }
.score > strong { font-family: var(--font-oswald); font-size: 58px; line-height: 1; }
.score span, .score small { display: block; }
.score span { color: #d4ae00; letter-spacing: 2px; }
.score small { margin-top: 5px; color: var(--muted); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-card { min-height: 330px; margin: 0; padding: 30px; display: flex; flex-direction: column; background: var(--white); border-top: 4px solid var(--yellow); box-shadow: 0 15px 40px rgba(0,0,0,.06); }
.quote-mark { color: #d4ae00; font-size: 36px; }
.review-card blockquote { flex: 1; margin: 28px 0; font-size: 15px; font-style: italic; line-height: 1.75; }
.review-card figcaption { padding-top: 19px; display: flex; align-items: center; gap: 12px; border-top: 1px solid #e6e3dc; }
.review-card figcaption > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--yellow); font-weight: 900; }
.review-card figcaption strong, .review-card figcaption small { display: block; }
.review-card figcaption strong { font-size: 14px; text-transform: uppercase; }
.review-card figcaption small { margin-top: 3px; color: #85837d; font-size: 13px; }
.review-summary { padding: 70px 0; background: var(--yellow); }
.review-summary-grid { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 55px; }
.review-summary-grid > strong { font-family: var(--font-oswald); font-size: 110px; line-height: 1; }
.review-summary-grid span { letter-spacing: 4px; }
.review-summary-grid h2 { margin: 9px 0 6px; font-size: 46px; }
.review-summary-grid p { margin: 0; }

.faq-section, .faq-directory { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(0, 35fr) minmax(0, 65fr); gap: 90px; }
.faq-grid > *, .accordion { min-width: 0; }
.faq-intro > p { margin: 24px 0 28px; color: var(--muted); }
.accordion { border-top: 1px solid #aaa79f; }
.accordion details { border-bottom: 1px solid #aaa79f; }
.accordion summary { position: relative; min-height: 74px; padding: 26px 48px 24px 52px; display: flex; align-items: center; list-style: none; cursor: pointer; font-size: 16px; font-weight: 900; line-height: 1.4; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary > span { position: absolute; left: 0; color: #85837d; font-size: 13px; }
.accordion summary b { position: absolute; right: 5px; color: #77756f; font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.accordion summary b .vp-icon { width: 14px; height: 14px; }
.accordion details[open] summary b { transform: rotate(45deg); color: var(--ink); }
.accordion details p { margin: -3px 42px 25px 52px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.faq-directory .accordion { columns: 2; column-gap: 50px; border-top: 0; }
.faq-directory details { break-inside: avoid; border-top: 1px solid #aaa79f; }

.final-cta { position: relative; background: var(--ink); color: var(--white); border-bottom: 1px solid var(--dark-line); }
.final-inner { min-height: 420px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.final-inner > div:first-child > p:last-child { max-width: 620px; margin: 22px 0 0; color: #a3a39e; }
.final-actions { min-width: 295px; display: grid; gap: 10px; }
.final-actions .hero-actions { display: grid; gap: 10px; }
.final-actions .hero-actions .button { width: 100%; }
.final-actions small { margin-top: 7px; color: #858580; text-align: center; font-size: 12px; text-transform: uppercase; }

footer { padding: 68px 0 28px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.35fr; gap: 42px; }
.footer-logo-lockup { margin-bottom: 16px; }
.footer-logo-lockup .brand-full-logo { height: 142px; }
.footer-brand p { max-width: 260px; margin: 0; color: #8d8d86; font-size: 12px; line-height: 1.5; letter-spacing: .105em; text-transform: uppercase; white-space: normal; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; color: #a3a39e; font-size: 14px; }
.footer-grid small { margin-bottom: 8px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { min-height: 28px; display: flex; align-items: center; color: var(--white); font-weight: 800; }
.footer-bottom { margin-top: 58px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--dark-line); color: #666; font-size: 13px; text-transform: uppercase; }
.footer-bottom div { display: flex; gap: 24px; }
.mobile-call-bar { display: none; }

.page-hero { background: var(--ink); color: var(--white); }
.page-hero-grid { min-height: 610px; display: grid; grid-template-columns: 56% 44%; }
.page-hero-copy { min-width: 0; padding: 62px 58px 55px 0; display: flex; flex-direction: column; justify-content: center; }
.page-hero-copy h1 { font-size: clamp(58px, 5.8vw, 88px); }
.page-hero-copy h1 em { display: inline; }
.page-hero-image { position: relative; min-width: 0; overflow: hidden; border-left: 1px solid var(--dark-line); }
.page-hero-image > img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.75) contrast(1.08); }
.image-proof-card { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; background: rgba(9,9,9,.94); border-left: 4px solid var(--yellow); }
.image-proof-card span, .image-proof-card strong { display: block; text-transform: uppercase; }
.image-proof-card span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.image-proof-card strong { margin-top: 5px; font-size: 14px; }
.breadcrumbs { margin-bottom: 42px; display: flex; flex-wrap: wrap; gap: 20px; color: #7c7c78; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.breadcrumbs span { position: relative; }
.breadcrumbs span::before { content: "/"; position: absolute; left: -12px; }
.breadcrumbs a:hover { color: var(--yellow); }
.compact-proof { margin-top: 30px; }

.service-detail-intro { background: var(--white); }
.detail-grid { display: grid; grid-template-columns: 1fr 440px; gap: 80px; align-items: start; }
.detail-grid .section-heading { display: block; margin-bottom: 28px; }
.included-grid { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.included-grid > div { min-height: 52px; padding: 13px 14px; display: flex; align-items: center; gap: 10px; background: var(--paper); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.included-grid svg { flex: 0 0 auto; color: #b59800; }
.included-grid .vp-icon { color: #b59800; }
.lead-form { padding: 31px; background: var(--ink); color: var(--white); border-top: 5px solid var(--yellow); box-shadow: 0 20px 50px rgba(0,0,0,.15); }
.form-head { margin-bottom: 24px; }
.form-head span { color: var(--yellow); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.form-head strong { margin-top: 7px; display: block; font-family: var(--font-oswald); font-size: 33px; text-transform: uppercase; }
.form-head p { margin: 5px 0 0; color: #8f8f89; font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.lead-form label { display: grid; gap: 7px; color: #c7c7c1; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 47px; padding: 11px 12px; background: #1b1b1a; color: var(--white); border: 1px solid #3a3a37; border-radius: 0; outline: 0; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--yellow); }
.form-wide { grid-column: 1 / -1; }
.lead-form .button { width: 100%; margin-top: 19px; border: 0; cursor: pointer; }
.lead-form > small { margin-top: 12px; display: block; color: #777771; font-size: 12px; line-height: 1.5; }
.vp-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }
.form-alert { padding: 12px 14px; background: #2a1517; color: #ffd2d6; border-left: 3px solid var(--red); font-size: 14px; }
.form-success { min-height: 410px; padding: 45px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--ink); color: var(--white); border-top: 5px solid var(--yellow); }
.form-success > svg { color: var(--yellow); font-size: 42px; }
.form-success > span:first-child { color: var(--yellow); font-size: 42px; font-weight: 900; }
.form-success h3 { margin: 22px 0 12px; font-size: 35px; }
.form-success p { color: #a4a49f; }
.form-success a { margin-top: 20px; display: inline-flex; align-items: center; gap: 9px; color: var(--yellow); font-size: 14px; font-weight: 900; text-transform: uppercase; }
.warning-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.warning-grid > div { min-height: 165px; padding: 25px 20px; display: flex; flex-direction: column; gap: 28px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.warning-grid svg { color: var(--yellow); }
.warning-grid .vp-icon { color: var(--yellow); }
.warning-grid span { color: #d0d0cb; font-size: 14px; font-weight: 800; line-height: 1.5; text-transform: uppercase; }
.process-section { background: var(--yellow); }
.process-section .kicker { color: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-grid article { min-height: 245px; padding: 26px; border-top: 1px solid rgba(0,0,0,.38); border-right: 1px solid rgba(0,0,0,.38); border-bottom: 1px solid rgba(0,0,0,.38); }
.process-grid article:first-child { border-left: 1px solid rgba(0,0,0,.38); }
.process-grid span { font-size: 13px; font-weight: 900; }
.process-grid h3 { margin: 58px 0 14px; }
.process-grid p { margin: 0; color: #494600; font-size: 16px; }
.related-services { background: var(--white); }
.local-proof-list { margin-top: 32px; display: grid; gap: 11px; }
.local-proof-list > div { padding: 16px; display: flex; align-items: center; gap: 15px; background: var(--paper); }
.local-proof-list svg { color: #b39800; font-size: 20px; }
.local-proof-list .vp-icon { width: 20px; height: 20px; color: #b39800; }
.local-proof-list strong, .local-proof-list span { display: block; }
.local-proof-list strong { margin-bottom: 3px; font-size: 14px; text-transform: uppercase; }
.local-proof-list span { color: var(--muted); font-size: 14px; }
.nearby-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.nearby-chips span { padding: 10px 13px; border: 1px solid #565650; color: var(--yellow); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.story-section { background: var(--white); }
.story-grid { display: grid; grid-template-columns: minmax(0, 43fr) minmax(0, 57fr); gap: 80px; }
.principle-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.principle-grid article { min-height: 230px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle-grid svg { color: #b89c00; font-size: 25px; }
.principle-grid .vp-icon { width: 25px; height: 25px; color: #b89c00; }
.principle-grid h3 { margin: 40px 0 12px; }
.principle-grid p { margin: 0; color: var(--muted); font-size: 16px; }
.contact-section { background: var(--yellow); }
.contact-grid { display: grid; grid-template-columns: 1fr 560px; gap: 80px; align-items: start; }
.contact-details h2 { margin-bottom: 40px; }
.contact-method { min-height: 82px; padding: 14px 0; display: flex; align-items: center; gap: 17px; border-top: 1px solid rgba(0,0,0,.38); }
.contact-method:last-child { border-bottom: 1px solid rgba(0,0,0,.38); }
.contact-method > svg { width: 28px; font-size: 22px; }
.contact-method > span:first-child { width: 28px; flex: 0 0 auto; font-size: 18px; font-weight: 900; text-align: center; }
.contact-method small, .contact-method strong { display: block; }
.contact-method small { margin-bottom: 4px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-method strong { font-family: var(--font-oswald); font-size: 24px; text-transform: uppercase; }
.contact-method[href^="mailto:"] strong { font-size: 18px; word-break: break-word; text-transform: lowercase; }
.legal-copy { background: var(--white); }
.legal-copy .shell { max-width: 840px; }
.legal-copy h2 { margin-bottom: 30px; font-size: 48px; }
.legal-copy p { color: var(--muted); font-size: 15px; }
.legal-copy h3 { margin: 42px 0 12px; font-size: 28px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 17px; }
  .vp-site > .site-header > .header-inner { grid-template-columns: 140px minmax(0, 1fr) auto; gap: 20px; }
  .detail-grid { grid-template-columns: 1fr 400px; gap: 45px; }
  .contact-grid { grid-template-columns: 1fr 490px; gap: 50px; }
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .vp-site > .site-header > .header-inner { grid-template-columns: 1fr auto auto; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { min-height: 44px; padding: 0 13px; display: flex; align-items: center; border: 1px solid var(--dark-line); cursor: pointer; font-size: 13px; font-weight: 900; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; z-index: 70; right: 0; top: 50px; width: 290px; max-height: 70vh; padding: 12px; display: grid; overflow-y: auto; background: var(--ink-soft); box-shadow: 0 20px 40px rgba(0,0,0,.4); }
  .mobile-menu nav a { min-height: 44px; padding: 0 12px; display: flex; align-items: center; border-bottom: 1px solid var(--dark-line); font-size: 14px; font-weight: 900; text-transform: uppercase; }
  .mobile-services > summary { justify-content: space-between; border: 0; border-bottom: 1px solid var(--dark-line); }
  .mobile-services > summary svg { width: 9px; transition: transform .2s ease; }
  .mobile-services[open] > summary svg { transform: rotate(180deg); }
  .mobile-services > div { display: grid; padding-left: 12px; background: #0e0e0e; }
  .mobile-services > div a { color: #c9c9c3; font-size: 13px; }
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .hero-copy, .page-hero-copy { padding-right: 0; }
  .hero-visual, .page-hero-image { min-height: 430px; border-left: 0; border-top: 1px solid var(--dark-line); }
  .trust-rail-grid { grid-template-columns: 1fr 1fr; }
  .trust-rail-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .service-grid, .location-grid { grid-template-columns: 1fr 1fr; }
  .gas-feature-grid, .why-grid, .story-grid, .detail-grid, .contact-grid { grid-template-columns: 1fr; }
  .gas-feature-image { min-height: 430px; }
  .gas-feature-copy, .why-copy { padding: 65px 0 0; }
  .review-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 55px; }
  .warning-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .section { padding: 56px 0; }
  h1 { font-size: clamp(56px, 16.8vw, 76px); }
  h2 { font-size: 40px; }
  .utility-inner { min-height: 36px; justify-content: center; }
  .utility-details { display: none; }
  .vp-site > .site-header { position: relative; }
  .vp-site > .site-header > .header-inner { width: min(100% - 30px, 1180px); min-height: 76px; padding-block: 10px; grid-template-columns: 1fr auto; }
  .brand .brand-full-logo { height: 84px; }
  .footer-logo-lockup .brand-full-logo { height: 126px; }
  .header-call { display: none; }
  .hero-copy { padding: 62px 0 52px; overflow: hidden; }
  .page-hero-copy { padding: 44px 0 52px; overflow: hidden; }
  .page-hero-copy h1 { font-size: clamp(42px, 13.5vw, 58px); text-wrap: balance; }
  .breadcrumbs { margin-bottom: 30px; }
  .hero-lede { font-size: 15px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero-proof > div { min-width: 0; margin-right: 0; padding-right: 10px; }
  .hero-proof > div:last-child { display: none; }
  .hero-visual { min-height: 330px; }
  .page-hero-image { min-height: 240px; }
  .response-card { left: 16px; right: 16px; bottom: 16px; min-width: 0; }
  .vertical-label { display: none; }
  .answer-grid { padding: 26px 0; grid-template-columns: 1fr; gap: 11px; }
  .answer-actions { width: 100%; }
  .answer-actions a { flex: 1; justify-content: center; }
  .trust-rail-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-rail-grid > div, .trust-rail-grid > div:first-child, .trust-rail-grid > div:nth-child(odd) { border: 0; border-bottom: 1px solid var(--line); }
  .trust-rail-grid > div:last-child { border-bottom: 0; }
  .page-hero + .trust-rail .trust-rail-grid { grid-template-columns: 1fr 1fr; padding: 0; }
  .page-hero + .trust-rail .trust-rail-grid > div { min-height: 86px; padding: 15px 12px; border: 0; border-bottom: 1px solid var(--line); }
  .page-hero + .trust-rail .trust-rail-grid > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .page-hero + .trust-rail .trust-rail-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 23px; }
  .service-grid, .location-grid, .included-grid, .principle-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 205px; padding: 21px; }
  .service-card h3 { margin: 25px 0 12px; }
  .service-card p { margin-bottom: 14px; }
  .location-card { min-height: 190px; }
  .location-card h3 { margin-top: 25px; }
  .discount-ribbon { grid-template-columns: auto 1fr; }
  .discount-ribbon small { grid-column: 1 / -1; display: block; max-width: none; }
  .discount-ribbon p { display: block; margin: 3px 0 0; line-height: 1.4; }
  .gas-feature-image, .why-image { min-height: 380px; }
  .gas-feature-copy, .why-copy { padding-top: 55px; }
  .split-content { grid-template-columns: 1fr; gap: 42px; }
  .reviews-head { display: block; }
  .score { margin-top: 28px; padding: 17px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .review-card { min-height: 290px; }
  .faq-directory .accordion { columns: 1; }
  .final-inner { min-height: 520px; grid-template-columns: 1fr; align-content: center; gap: 40px; }
  .final-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { display: flex; }
  .footer-bottom { margin-bottom: calc(70px + env(safe-area-inset-bottom)); display: block; line-height: 2; }
  .footer-bottom div { margin-top: 8px; flex-wrap: wrap; }
  .mobile-call-bar { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; padding-bottom: env(safe-area-inset-bottom); display: grid; grid-template-columns: 1.35fr 1fr; background: var(--yellow); box-shadow: 0 -10px 30px rgba(0,0,0,.22); transition: transform .2s ease, opacity .2s ease; }
  .mobile-call-bar a { min-height: 62px; padding: 0 10px; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 13px; font-weight: 900; text-transform: uppercase; }
  .mobile-call-bar a strong { display: block; font-size: 14px; }
  .mobile-call-bar a:last-child { background: var(--ink); color: var(--white); }
  .vp-form-focus .mobile-call-bar { transform: translateY(110%); opacity: 0; pointer-events: none; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .lead-form { padding: 24px; }
  .warning-grid, .process-grid { grid-template-columns: 1fr; }
  .warning-grid > div { min-height: 130px; }
  .process-grid article { min-height: 210px; border-left: 1px solid rgba(0,0,0,.38); }
  .review-summary-grid { grid-template-columns: 1fr; gap: 20px; }
  .review-summary-grid > strong { font-size: 90px; }
  .contact-method strong { font-size: 20px; }
  .contact-method[href^="mailto:"] strong { font-size: 15px; }
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 400px) {
  .footer-brand p { max-width: 290px; white-space: normal; text-wrap: balance; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Expanded service descriptions supplied by Jessica. */
.service-copy-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:32px 48px; }
.service-copy-grid article { border-top:2px solid var(--yellow, #f8cf20); padding-top:24px; }
.service-copy-grid h2 { font-size:28px; line-height:1.2; margin-bottom:14px; }
.service-copy-grid p { line-height:1.75; }
.hero-lede { white-space:pre-line; }
@media(max-width:700px) { .service-copy-grid { grid-template-columns:1fr; gap:28px; } }


/* Readability and navigation refinement — 1.1.0 */
body { font-size:16px; }
h1, h2, h3 { overflow-wrap:break-word; }
h2 { line-height:1.08; }
.kicker { color:#796600; letter-spacing:.12em; }
.dark-section .kicker, .gas-feature .kicker, .page-hero .kicker { color:var(--yellow); }
.section-heading h2 em, .reviews-head h2 em { color:var(--ink); -webkit-text-stroke:0; }
.detail-grid h2 em, .story-grid h2 em, .faq-intro h2 em { color:#796600; }
.dark-section h2 em, .page-hero h1 em { color:var(--yellow); }
.section-heading { grid-template-columns:minmax(0,1fr) minmax(0,400px); gap:40px; margin-bottom:36px; }
.detail-grid { grid-template-columns:minmax(0,1fr) minmax(0,440px); gap:48px; }
.detail-grid > div, .split-content > div, .contact-grid > div, .footer-grid > div { min-width:0; }
.detail-grid h2 { margin-bottom:24px; }
.hero-lede, .large-copy { font-size:18px; line-height:1.7; }
.hero-actions { gap:12px; }
.hero-actions .button { text-transform:none; }
.hero-proof span, .form-head p, .lead-form > small, .final-actions small, .footer-bottom { color:#b8b8b2; }
.breadcrumbs { color:#b8b8b2; letter-spacing:.03em; }
.hero-proof > div { min-width:0; flex:1; margin-right:18px; padding-right:18px; }
.hero-proof b { font-size:19px; }
.hero-proof span { font-size:12px; letter-spacing:.02em; }
.text-link { font-size:15px; letter-spacing:.02em; text-transform:none; gap:14px; }
.button { line-height:1.4; text-align:center; }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline:3px solid #2865bc; outline-offset:4px; }
.site-header a:focus-visible, .site-header summary:focus-visible, .lead-form :focus-visible { outline-color:var(--yellow); }
.nav-dropdown[open] > summary { color:var(--yellow); }
.nav-panel { left:-140px; }
.nav-panel > div a { font-family:var(--font-inter); font-size:16px; line-height:1.4; text-transform:none; }
.mobile-menu summary, .mobile-menu nav a { font-size:16px; min-height:50px; text-transform:none; }
.mobile-services > div a { font-size:15px; }
.mobile-menu nav { width:min(340px,calc(100vw - 40px)); max-height:calc(100dvh - 190px); }
.mobile-menu > summary { border-color:#777; padding-inline:18px; }
.lead-form label { font-size:14px; text-transform:none; letter-spacing:0; font-weight:600; }
.lead-form input, .lead-form select, .lead-form textarea { font-size:16px; font-weight:400; min-width:0; }
.lead-form select { text-overflow:ellipsis; }
.lead-form .form-grid { grid-template-columns:1fr; }
.lead-form > small { font-size:13px; }
.form-head p { font-size:14px; }
.service-copy-grid article { background:var(--white); padding:28px; border-top:3px solid var(--yellow); }
.service-copy-grid p { color:#494842; font-size:17px; }
.service-copy-grid h2 { font-size:28px; }
.service-copy-grid article > :last-child { margin-bottom:0; }
.included-grid { grid-template-columns:1fr; }
.included-grid > a, .included-grid > div { display:flex; align-items:center; gap:12px; min-height:50px; padding:14px 16px; background:var(--paper); font-size:15px; line-height:1.5; text-transform:none; }
.included-grid > a { border-bottom:1px solid var(--line); }
.included-grid > a:hover { background:var(--yellow-soft); }
.service-jump { display:flex; flex-wrap:wrap; gap:12px; margin-top:24px; }
.service-jump a { min-height:46px; padding:10px 16px; border:1px solid #797973; font-weight:700; font-size:15px; }
.service-jump a:hover { background:var(--yellow); color:var(--ink); }
[id] { scroll-margin-top:170px; }
.agreement-benefits { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; margin-bottom:40px; }
.agreement-benefits article { padding:28px; background:var(--white); border-top:4px solid var(--yellow); }
.agreement-benefits h3 { font-size:30px; margin-bottom:16px; }
.agreement-benefits ul, .agreement-coverage ul { padding-left:22px; line-height:1.75; }
.agreement-benefits li + li { margin-top:12px; }
.agreement-coverage { padding:28px; border:1px solid var(--line); background:var(--white); margin-bottom:28px; }
.agreement-coverage h3 { margin-bottom:14px; }
.agreement-intro { max-width:740px; font-size:18px; margin-bottom:34px; }
.footer-grid { grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:32px; }
.footer-grid a { min-height:44px; }
.footer-brand p { white-space:normal; letter-spacing:.03em; font-size:13px; color:#b8b8b2; }
.footer-bottom { font-size:12px; gap:24px; flex-wrap:wrap; }
.utility-inner { font-size:12px; letter-spacing:.025em; }
.utility-details { gap:20px; }
.mobile-call-bar a { font-size:14px; min-height:68px; }
.mobile-call-bar a strong { font-size:16px; }
.trust-rail-grid strong { font-size:14px; }
.trust-rail-grid span { font-size:13px; }
.service-card small { max-width:100%; width:fit-content; font-size:12px; line-height:1.4; }
.service-top { font-size:13px; }
.service-card p, .location-card p, .process-grid p, .principle-grid p, .section-heading > p { font-size:16px; }
.check-list li, .values-list strong, .warning-grid span { font-size:15px; }
.answer-grid { grid-template-columns:minmax(0,270px) minmax(0,1fr) auto; gap:24px; padding-block:22px; }
@media (max-width:1100px) {
 .detail-grid, .contact-grid { grid-template-columns:1fr; }
 .footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .footer-grid > div:last-child { display:flex; }
 .agreement-benefits { grid-template-columns:1fr; }
 .section-heading { grid-template-columns:1fr; gap:20px; }
 .utility-details { display:none; }
 .answer-grid { grid-template-columns:1fr; }
}
@media (max-width:680px) {
 .vp-site > .site-header { top:0; }
 .vp-site > .site-header > .header-inner { padding-block:10px; }
 .hero-copy { padding-block:40px; }
 .hero-lede, .large-copy { font-size:17px; }
 .page-hero-copy h1 { font-size:clamp(38px,11.5vw,50px); line-height:1.04; }
 h1 { line-height:.97; }
 .service-jump { display:grid; grid-template-columns:1fr 1fr; }
 .service-jump a { text-align:center; padding:10px; }
 .footer-grid { grid-template-columns:1fr; }
 .service-copy-grid article { padding:22px; }
 .service-copy-grid h2 { font-size:25px; }
 .hero-proof { grid-template-columns:1fr 1fr; }
 .trust-rail-grid > div { padding:16px 12px; }
 .page-hero + .trust-rail .trust-rail-grid { grid-template-columns:1fr; }
 .page-hero + .trust-rail .trust-rail-grid > div { min-height:70px; border-right:0; }
 [id] { scroll-margin-top:24px; }
}

.service-page-jumps { background:var(--ink); color:var(--white); padding-bottom:24px; }
.service-page-jumps .service-jump { margin-top:0; }
.hero-request-link { display:inline-flex; align-items:center; gap:12px; min-height:44px; margin-top:14px; color:var(--yellow); font-size:16px; text-decoration:underline; text-underline-offset:5px; }
.agreement-intro { margin-top:24px; }
.agreement-benefits ~ .detail-grid h2 em { color:#796600; }
.nav-panel { white-space:normal; }
.desktop-nav > a, .nav-dropdown > summary { font-weight:700; }
.hero-grid { min-height:640px; }
.hero-copy { padding-top:64px; padding-bottom:48px; }
.hero-copy h1 { font-size:clamp(60px,6.5vw,96px); }
.agreement-section > .shell > h2 em { color:#796600; }
@media(max-width:680px) { .hero-copy { padding-block:40px; } .hero-copy h1 { font-size:clamp(50px,15vw,66px); } }
.contact-section h2 em { color:var(--ink); }
