:root{
  --bed-ink:#15181C;
  --bed-ink-2:#1D2228;
  --bed-ink-line:#2B323A;
  --bed-paper:#F3EEDD;
  --bed-paper-2:#EAE1C4;
  --bed-paper-line:#D9CFAE;
  --bed-volt:#F4C10F;
  --bed-volt-deep:#B98F00;
  --bed-current:#1FA79A;
  --bed-current-deep:#116B64;
  --bed-paper-text:#F4EFE0;
  --bed-muted-paper:#6E6754;
  --bed-muted-ink:#8891A0;
  --bed-navy:var(--bed-ink);
  --bed-navy-deep:var(--bed-ink-2);
  --bed-green:var(--bed-current);
  --bed-orange:var(--bed-volt);
  --bed-blue:var(--bed-current-deep);
  --bed-white:var(--bed-paper-text);
  --bed-text:var(--bed-ink);
  --bed-light:var(--bed-paper-2);
  --bed-border:var(--bed-paper-line);
  --bed-shell:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bed-paper);color:var(--bed-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
button,input{font:inherit}
button{cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.bed-shell{width:min(calc(100% - 64px),var(--bed-shell));margin-inline:auto}

.bed-site-header{position:fixed;z-index:20;top:0;left:0;right:0;height:72px;color:var(--bed-white);transition:background .2s ease,box-shadow .2s ease}
.bed-site-header.is-scrolled{background:var(--bed-ink);box-shadow:0 8px 24px rgba(21,24,28,.24)}
.bed-header-inner{height:72px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:30px}
.bed-brand{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-.035em;line-height:1;color:var(--bed-white);white-space:nowrap}
.bed-brand-energy{color:var(--bed-volt)}
.custom-logo{display:block;max-height:46px;width:auto}
.bed-primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:24px;font-size:14px;font-weight:650;color:rgba(244,239,224,.90)}
.bed-primary-nav span{white-space:nowrap}
.bed-language-switcher{display:flex;flex:0 0 112px;min-width:112px;align-items:center;justify-content:flex-end;gap:2px;margin-left:auto;padding-left:10px;border-left:1px solid rgba(244,239,224,.28);box-sizing:border-box}
.bed-language-switcher a{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:rgba(244,239,224,.78);text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.04em}
.bed-language-switcher a[aria-current="page"]{color:var(--bed-volt)}
.bed-language-switcher a:focus-visible{outline:3px solid var(--bed-white);outline-offset:2px;border-radius:5px}
.bed-language-divider{color:rgba(244,239,224,.35);font-size:12px}
.bed-zip-form button{border:0;border-radius:9px;background:var(--bed-orange);color:var(--bed-navy-deep);font-weight:800;box-shadow:0 8px 18px rgba(21,24,28,.22)}
.bed-menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(244,239,224,.35);border-radius:8px;background:transparent;padding:10px}
.bed-menu-toggle span:not(.screen-reader-text){display:block;height:2px;margin:4px 0;background:var(--bed-paper-text);border-radius:2px}

.bed-hero{position:relative;min-height:560px;overflow:hidden;background:var(--bed-ink);color:var(--bed-paper-text)}
.bed-hero::before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background-image:linear-gradient(rgba(244,193,15,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(244,193,15,.06) 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:radial-gradient(ellipse 65% 70% at 50% 10%,#000 30%,transparent 85%);mask-image:radial-gradient(ellipse 65% 70% at 50% 10%,#000 30%,transparent 85%)}
.bed-hero-inner{position:relative;z-index:1;min-height:560px;display:flex;align-items:center;padding-top:72px;overflow:hidden}
.bed-hero-art{position:absolute;z-index:1;inset:72px 0 0;overflow:hidden;pointer-events:none}
.bed-hero-flag-window{position:absolute;z-index:0;top:0;right:0;bottom:0;left:30%;overflow:hidden}
.bed-hero-flag{position:absolute;top:50%;left:6%;width:88%;height:auto;max-width:none;transform:translateY(-50%) rotate(-20deg);transform-origin:50% 50%;opacity:.08;filter:grayscale(1)}
.bed-hero-state-svg{position:absolute;z-index:1;top:50%;left:60%;width:auto;height:96%;max-height:96%;max-width:70%;transform:translate(-50%,-50%);opacity:.9}
.bed-hero--usa .bed-hero-state-svg{left:60%;height:90%;max-height:90%}
.bed-hero-art-overlay{position:absolute;z-index:2;inset:0;background:rgba(21,24,28,.28)}
.bed-hero-copy{position:relative;z-index:3;width:100%;max-width:1100px;padding:52px 0 46px}
.bed-eyebrow{margin:0 0 14px;color:var(--bed-volt);font-size:15px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.bed-hero h1{margin:0;max-width:1100px;color:var(--bed-white);font-size:50px;line-height:1.08;letter-spacing:-.035em;font-weight:780}
.bed-h1-medium h1{font-size:46px}
.bed-h1-long h1{font-size:42px}
.bed-h1-line{display:block;white-space:nowrap}
.bed-hero-intro{max-width:610px;margin:22px 0 0;color:rgba(244,239,224,.86);font-size:18px;line-height:1.62}
.bed-zip-form{display:flex;align-items:stretch;gap:10px;margin-top:28px;max-width:510px}
.bed-zip-form input{width:230px;height:54px;border:2px solid transparent;border-radius:9px;background:var(--bed-paper);color:var(--bed-text);padding:0 16px;outline:none}
.bed-zip-form input:focus{border-color:var(--bed-current);box-shadow:0 0 0 3px rgba(31,167,154,.22)}
.bed-zip-form button{min-height:54px;padding:0 22px;font-size:16px}
.bed-zip-form button:focus-visible,.bed-menu-toggle:focus-visible{outline:3px solid var(--bed-white);outline-offset:3px}
.bed-hero-trust{margin:18px 0 0;color:rgba(244,239,224,.72);font-size:14px;font-weight:600}
.bed-hero-trust span{padding:0 7px;color:var(--bed-current)}

.bed-fineprint{background:var(--bed-paper-2);border-top:1px solid var(--bed-paper-line);border-bottom:1px solid var(--bed-paper-line);padding:34px 0 38px}
.bed-fineprint-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:20px}
.bed-fineprint-kicker{margin:0 0 6px;color:var(--bed-current-deep);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:12px;font-weight:700;letter-spacing:.055em;text-transform:uppercase}
.bed-fineprint-head h2{margin:0;color:var(--bed-ink);font-size:28px;line-height:1.15;letter-spacing:-.025em;font-weight:800}
.bed-fineprint-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.bed-fineprint-card{position:relative;min-height:132px;padding:20px 20px 18px 46px;background:var(--bed-paper);border:1px solid var(--bed-paper-line);border-radius:8px}
.bed-fineprint-mark{position:absolute;top:20px;left:18px;color:var(--bed-current-deep);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:14px;font-weight:800;line-height:1}
.bed-fineprint-card h3{margin:0 0 7px;color:var(--bed-ink);font-size:16px;line-height:1.3;font-weight:800}
.bed-fineprint-card p{margin:0;color:var(--bed-muted-paper);font-size:13.5px;line-height:1.5}

.bed-how{background:var(--bed-paper);border-bottom:1px solid var(--bed-paper-line);padding:58px 0 62px}
.bed-how-head{max-width:720px;margin-bottom:32px}
.bed-how-kicker{margin:0 0 8px;color:var(--bed-current-deep);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:12px;font-weight:700;letter-spacing:.055em;text-transform:uppercase}
.bed-how-head h2{margin:0;color:var(--bed-ink);font-size:30px;line-height:1.16;letter-spacing:-.025em;font-weight:800}
.bed-how-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--bed-paper-line);border-bottom:1px solid var(--bed-paper-line)}
.bed-how-item{display:grid;grid-template-columns:44px 1fr;gap:14px;min-height:154px;padding:24px 26px 24px 0}
.bed-how-item + .bed-how-item{border-left:1px solid var(--bed-paper-line);padding-left:26px}
.bed-how-number{padding-top:2px;color:var(--bed-current-deep);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px;font-weight:800;letter-spacing:.04em}
.bed-how-item h3{margin:0 0 7px;color:var(--bed-ink);font-size:17px;line-height:1.3;font-weight:800}
.bed-how-item p{margin:0;color:var(--bed-muted-paper);font-size:14px;line-height:1.55}

.bed-empty-block{min-height:390px;background:var(--bed-paper)}

.bed-site-footer{background:var(--bed-ink);color:var(--bed-paper-text)}
.bed-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:42px;padding-top:68px;padding-bottom:56px}
.bed-brand-footer{margin-bottom:18px}
.bed-footer-brand p{max-width:270px;margin:0 0 14px;color:rgba(244,239,224,.72);font-size:15px}
.bed-footer-brand strong{font-size:14px;color:var(--bed-current)}
.bed-footer-column{display:flex;flex-direction:column;gap:10px}
.bed-footer-column h2{margin:0 0 7px;color:var(--bed-white);font-size:16px;line-height:1.3}
.bed-footer-column span{color:rgba(244,239,224,.70);font-size:15px}
.bed-footer-bottom{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:24px;padding:22px 0 28px;border-top:1px solid var(--bed-ink-line);color:var(--bed-muted-ink);font-size:13px}
.bed-footer-legal{display:flex;gap:18px}
.bed-footer-bottom p{margin:0;text-align:right}
.bed-basic-page{padding:120px 0 80px}

@media (max-width:1100px){
  .bed-hero-copy{max-width:1000px}
  .bed-hero h1{font-size:44px}
  .bed-h1-medium h1{font-size:41px}
  .bed-h1-long h1{font-size:38px}
}
@media (max-width:980px){
  .bed-shell{width:min(calc(100% - 40px),var(--bed-shell))}
  .bed-header-inner{grid-template-columns:1fr auto;gap:12px}
  .bed-menu-toggle{display:block;order:2}
  .bed-primary-nav{display:none;position:absolute;left:20px;right:20px;top:66px;flex-direction:column;align-items:flex-start;gap:0;padding:10px;background:var(--bed-ink-2);border:1px solid var(--bed-ink-line);border-radius:10px;box-shadow:0 18px 34px rgba(21,24,28,.34)}
  .bed-primary-nav.is-open{display:flex}
  .bed-primary-nav span{width:100%;padding:11px 10px}
  .bed-language-switcher{width:100%;min-width:0;flex:0 0 100%;justify-content:flex-end;margin:4px 0 0;padding:6px 6px 0;border-left:0;border-top:1px solid var(--bed-ink-line)}
  .bed-language-switcher a{min-width:44px}
  .bed-language-divider{width:auto!important;padding:0!important}
  .bed-hero-copy{max-width:100%}
  .bed-hero h1{font-size:clamp(30px,4.2vw,44px)}
  .bed-h1-medium h1{font-size:clamp(30px,4vw,41px)}
  .bed-h1-long h1{font-size:clamp(30px,3.8vw,38px)}
  .bed-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
  .bed-footer-bottom{grid-template-columns:1fr auto}.bed-footer-bottom p{grid-column:1/-1;text-align:left}
}
@media (max-width:700px){
  .bed-shell{width:min(calc(100% - 40px),var(--bed-shell))}
  .bed-site-header,.bed-header-inner{height:66px}
  .bed-brand{font-size:21px}
  .bed-header-inner{grid-template-columns:1fr auto}
  .bed-hero{min-height:560px}
  .bed-hero-inner{min-height:560px;padding-top:66px;align-items:flex-start}
  .bed-hero-art{inset:66px 0 0}
  .bed-hero-state-svg{top:52%;left:55%;width:auto;height:82%;max-height:82%;max-width:92%;transform:translate(-50%,-50%);opacity:.72}
  .bed-hero--usa .bed-hero-state-svg{left:53%;height:72%;max-height:72%;max-width:94%}
  .bed-hero-art-overlay{background:rgba(21,24,28,.38)}
  .bed-hero-copy{width:100%;max-width:none;padding:54px 0 150px}
  .bed-eyebrow{font-size:13px}
  .bed-hero h1,.bed-h1-medium h1,.bed-h1-long h1{font-size:34px;line-height:1.1;max-width:100%}
  .bed-h1-line{white-space:normal}
  .bed-hero-intro{font-size:16px;max-width:540px}
  .bed-zip-form{flex-direction:column;max-width:100%}
  .bed-zip-form input,.bed-zip-form button{width:100%}
  .bed-hero-trust{font-size:13px;line-height:1.8}
  .bed-fineprint{padding:30px 0 34px}
  .bed-fineprint-head{display:block;margin-bottom:18px}
  .bed-fineprint-head h2{font-size:24px}
  .bed-fineprint-grid{grid-template-columns:1fr;gap:12px}
  .bed-fineprint-card{min-height:0}
  .bed-how{padding:44px 0 48px}
  .bed-how-head{margin-bottom:24px}
  .bed-how-head h2{font-size:25px}
  .bed-how-grid{grid-template-columns:1fr}
  .bed-how-item{grid-template-columns:38px 1fr;min-height:0;padding:22px 0}
  .bed-how-item + .bed-how-item{border-left:0;border-top:1px solid var(--bed-paper-line);padding-left:0}
  .bed-empty-block{min-height:270px}
  .bed-footer-grid{grid-template-columns:1fr;gap:34px;padding-top:52px;padding-bottom:44px}
  .bed-footer-brand p{max-width:440px}
  .bed-footer-bottom{grid-template-columns:1fr;gap:12px}.bed-footer-legal{flex-wrap:wrap}.bed-footer-bottom p{text-align:left}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.bed-site-header{transition:none}}

/* v1.1.21 — USA fallback: full-width heading/copy, large map left, 50-state directory right, ZIP below map. */
.bed-hero--usa{min-height:0}
.bed-hero--usa .bed-hero-inner{display:block;min-height:0;padding-top:72px;padding-bottom:24px;overflow:visible}
.bed-hero--usa .bed-hero-copy{width:100%;max-width:none;padding:20px 0 14px}
.bed-hero--usa .bed-hero-copy--usa h1{max-width:none;font-size:44px;line-height:1.06}
.bed-hero--usa .bed-h1-line--usa{display:block;white-space:normal}
.bed-hero--usa .bed-hero-intro{max-width:1100px;margin-top:12px}
.bed-usa-selector{position:relative;z-index:3;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:42px;align-items:start;width:100%;margin:0;padding:4px 0 0}
.bed-usa-map-column{min-width:0}
.bed-usa-map{width:100%;max-width:540px;margin:0}
.bed-usa-map-svg{display:block;width:100%;height:auto;overflow:visible}
.bed-usa-map-column .bed-zip-form{margin-top:18px;max-width:510px}
.bed-map-state path{fill:#343C46;stroke:var(--bed-muted-ink);stroke-width:1.5;stroke-linejoin:round;transition:fill .16s ease,stroke .16s ease,opacity .16s ease}
.bed-map-state--active{cursor:pointer;outline:none}
.bed-map-state--inactive path{opacity:.66}
.bed-map-state--active:hover path,.bed-map-state--active.is-highlighted path,.bed-map-state--inactive.is-highlighted path{fill:var(--bed-volt);stroke:var(--bed-white);opacity:1}
.bed-map-state--active:focus-visible path{fill:var(--bed-volt);stroke:var(--bed-white);stroke-width:3}
.bed-state-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 18px;margin:0;padding:2px 0 0 24px;border-left:1px solid rgba(244,239,224,.18)}
.bed-state-list ul{list-style:none;margin:0;padding:0;min-width:0}
.bed-state-list li{margin:0;padding:0}
.bed-state-list a,.bed-state-list span{display:flex;align-items:center;min-height:29px;padding:2px 4px;border-radius:4px;color:#fff;font-size:12.5px;line-height:1.3;text-decoration:none;transition:background .16s ease,color .16s ease}
.bed-state-list a:visited{color:#fff}
.bed-state-list span{color:rgba(244,239,224,.46)}
.bed-state-list a:hover,.bed-state-list a.is-highlighted,.bed-state-list span.is-highlighted{background:rgba(244,193,15,.10);color:var(--bed-volt)}
.bed-state-list a:focus-visible{outline:2px solid var(--bed-white);outline-offset:1px;background:rgba(244,193,15,.10);color:var(--bed-volt)}

@media (max-width:1180px){
  .bed-hero--usa .bed-hero-copy--usa h1{font-size:40px}
  .bed-usa-selector{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px}
  .bed-state-list{gap:0 12px;padding-left:18px}
  .bed-state-list a,.bed-state-list span{font-size:12px}
}
@media (max-width:1040px){
  .bed-hero--usa .bed-hero-inner{padding-top:72px;padding-bottom:34px}
  .bed-hero--usa .bed-hero-copy{padding:28px 0 18px}
  .bed-hero--usa .bed-hero-copy--usa h1{font-size:clamp(34px,4.2vw,40px)}
  .bed-usa-selector{grid-template-columns:1fr;gap:24px;padding-top:6px}
  .bed-usa-map{max-width:720px;margin:0 auto}
  .bed-usa-map-column .bed-zip-form{max-width:510px;margin:18px auto 0}
  .bed-state-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin-top:0;padding:15px 0 0;border-top:1px solid rgba(244,239,224,.18);border-left:0}
  .bed-state-list a,.bed-state-list span{min-height:34px;font-size:13px}
}
@media (max-width:700px){
  .bed-hero--usa .bed-hero-inner{padding-top:66px;padding-bottom:30px}
  .bed-hero--usa .bed-hero-copy{padding:26px 0 16px}
  .bed-hero--usa .bed-hero-copy--usa h1{font-size:34px;line-height:1.1}
  .bed-hero--usa .bed-hero-intro{max-width:100%;font-size:16px}
  .bed-usa-selector{gap:20px;padding-top:4px}
  .bed-usa-map{margin-inline:-4px;width:calc(100% + 8px)}
  .bed-usa-map-column .bed-zip-form{margin-top:16px}
  .bed-state-list{gap:0 14px;padding-top:12px}
}
@media (max-width:460px){
  .bed-state-list{grid-template-columns:1fr}
  .bed-state-list a,.bed-state-list span{min-height:36px;font-size:13.5px}
}
@media (prefers-reduced-motion:reduce){
  .bed-map-state path,.bed-state-list a,.bed-state-list span{transition:none}
}



/* v1.1.22 — dedicated State Energy Profile template. */
.bed-state-page{background:var(--bed-paper);overflow:hidden}
.bed-state-profile{position:relative;overflow:hidden;background:var(--bed-ink);color:var(--bed-paper-text);padding:72px 0 0}
.bed-state-profile-grid{position:absolute;inset:72px 0 0;background-image:linear-gradient(rgba(244,193,15,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(244,193,15,.06) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(90deg,#000,transparent 88%);pointer-events:none}
.bed-state-profile-flag{position:absolute;top:72px;right:-6%;bottom:0;left:48%;overflow:hidden;opacity:.055;pointer-events:none}
.bed-state-profile-flag img{position:absolute;top:48%;left:8%;width:94%;max-width:none;transform:translateY(-50%) rotate(-18deg);filter:grayscale(1)}
.bed-state-profile-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:center;gap:36px;min-height:430px;padding-top:38px;padding-bottom:52px}
.bed-state-profile-copy{position:relative;z-index:2;max-width:760px}
.bed-state-profile-kicker{margin:0 0 10px;color:var(--bed-volt);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.bed-state-profile-labels{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.bed-state-profile-labels span{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border:1px solid rgba(244,239,224,.28);color:rgba(244,239,224,.78);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:11px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}
.bed-state-profile-labels span:first-child{border-color:var(--bed-volt);color:var(--bed-volt)}
.bed-state-profile h1{position:relative;z-index:3;margin:0;width:min(1040px,calc(100vw - 72px));max-width:none;color:var(--bed-paper-text);font-size:clamp(48px,5vw,68px);line-height:1.01;letter-spacing:-.048em;font-weight:820}
.bed-state-profile-title span{display:block;white-space:nowrap}
.bed-state-profile-title--medium{font-size:clamp(46px,4.7vw,64px)!important}
.bed-state-profile-title--long{font-size:clamp(42px,4.3vw,58px)!important}
.bed-state-profile-title--xlong{font-size:clamp(38px,3.9vw,54px)!important}
.bed-state-profile-deck{max-width:690px;margin:22px 0 0;color:rgba(244,239,224,.78);font-size:18px;line-height:1.65}
.bed-state-profile-shape{position:relative;display:flex;align-items:center;justify-content:center;min-height:300px;isolation:isolate}
.bed-state-profile-shape img{position:relative;z-index:1;display:block;width:min(390px,92%);max-height:300px;object-fit:contain;filter:drop-shadow(0 24px 36px rgba(21,24,28,.28));opacity:.94}
.bed-state-profile-shape--type{min-height:300px}
.bed-state-profile-dc-mark{position:relative;z-index:1;display:grid;place-items:center;width:210px;height:210px;transform:rotate(45deg);border:2px solid var(--bed-volt);background:linear-gradient(135deg,rgba(244,193,15,.16),rgba(31,167,154,.12));box-shadow:0 24px 54px rgba(21,24,28,.28)}
.bed-state-profile-dc-mark::before,.bed-state-profile-dc-mark::after{content:"";position:absolute;inset:18px;border:1px solid rgba(244,239,224,.24)}
.bed-state-profile-dc-mark::after{inset:42px;border-color:rgba(31,167,154,.5)}
.bed-state-profile-dc-mark b{transform:rotate(-45deg);color:var(--bed-paper-text);font-size:64px;line-height:1;letter-spacing:-.06em}
.bed-state-profile-code{position:absolute;z-index:0;right:-2%;bottom:-20px;color:rgba(244,193,15,.12);font-size:clamp(130px,17vw,250px);font-weight:900;line-height:.72;letter-spacing:-.08em}

.bed-state-meter{position:relative;z-index:3;background:var(--bed-paper-2);border-bottom:1px solid var(--bed-paper-line)}
.bed-state-meter-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.bed-state-meter-cell{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:14px;min-height:74px;padding:14px 22px;border-right:1px solid var(--bed-paper-line)}
.bed-state-meter-cell:first-child{border-left:1px solid var(--bed-paper-line)}
.bed-state-meter-key{color:var(--bed-current-deep);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:10px;font-weight:800;letter-spacing:.08em}
.bed-state-meter-cell strong{color:var(--bed-ink);font-size:15px;line-height:1.2}

.bed-state-editorial{padding-top:58px;padding-bottom:92px}
.bed-state-opening{position:relative;display:grid;grid-template-columns:64px minmax(0,880px);gap:24px;align-items:start;margin:0 0 48px}
.bed-state-opening-index{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #C05200;background:#C05200;color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:18px;font-weight:900;line-height:1;transform:rotate(-4deg)}
.bed-state-opening-copy{position:relative;padding:4px 0 4px 28px;border-left:5px solid var(--bed-volt)}
.bed-state-opening-copy p{margin:0;color:var(--bed-ink);font-size:21px;line-height:1.68;letter-spacing:-.012em}

.bed-state-zip-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:38px;align-items:center;margin:0 0 72px;padding:30px 34px;background:var(--bed-current-deep);color:var(--bed-paper-text);overflow:hidden;clip-path:polygon(0 0,calc(100% - 34px) 0,100% 34px,100% 100%,34px 100%,0 calc(100% - 34px))}
.bed-state-zip-panel::before{content:"ZIP//";position:absolute;right:34%;bottom:-22px;color:rgba(244,239,224,.08);font-size:90px;font-weight:900;letter-spacing:-.08em;pointer-events:none}
.bed-state-zip-copy{position:relative;z-index:1;max-width:640px}
.bed-state-zip-kicker{margin:0 0 6px;color:#FFD84A;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:11px;font-weight:800;letter-spacing:.08em}
.bed-state-zip-panel h2{margin:0;color:var(--bed-paper-text);font-size:28px;line-height:1.14;letter-spacing:-.03em}
.bed-state-zip-panel p:not(.bed-state-zip-kicker){margin:9px 0 0;max-width:580px;color:rgba(244,239,224,.90);font-size:14px}
.bed-state-zip-form{position:relative;z-index:1;margin:0;min-width:400px}
.bed-state-zip-form input{background:var(--bed-paper-text)}

.bed-state-flow{position:relative}
.bed-state-section{position:relative;margin:0 0 58px;padding-left:76px}
.bed-state-section-marker{position:absolute;z-index:2;left:0;top:0;margin:0}
.bed-state-section-content{position:relative;z-index:1;isolation:isolate}
.bed-state-section h2{margin:0 0 24px;color:var(--bed-ink);font-size:clamp(28px,3.2vw,42px);line-height:1.1;letter-spacing:-.035em;font-weight:820}
.bed-state-section-body{font-size:16px}
.bed-state-section-body ul,.bed-state-section-body ol{margin:24px 0 24px 22px;padding:0;max-width:820px}
.bed-state-section-body li{margin:9px 0;padding-left:6px}
.bed-state-section-body strong{color:var(--bed-ink)}

/* v1.1.44: fixed state-section presentation sequence.
   The marker lives in its own left rail. Borders and backgrounds belong only to
   the text column, so they never pass behind or around the section number. */
.bed-state-section{max-width:1040px}
.bed-state-section-content::before{content:"";position:absolute;z-index:-1;pointer-events:none;inset:-22px -28px -24px -24px}
.bed-state-section--plain .bed-state-section-content::before{display:none}
.bed-state-section--outline .bed-state-section-content::before{border:2px solid var(--bed-current);background:transparent}
.bed-state-section--background .bed-state-section-content::before{background:var(--bed-current-deep);clip-path:polygon(0 0,calc(100% - 34px) 0,100% 34px,100% 100%,34px 100%,0 calc(100% - 34px))}
.bed-state-copy{max-width:900px;margin:0 0 24px;color:var(--bed-muted-paper);font-size:17px;line-height:1.72}
.bed-state-section--background h2,
.bed-state-section--background .bed-state-section-body,
.bed-state-section--background .bed-state-copy,
.bed-state-section--background li,
.bed-state-section--background strong{color:#fff}
.bed-state-section--background a,
.bed-state-section--background a:visited{color:#fff;text-decoration:underline;text-underline-offset:4px}
.bed-state-section--background a:hover{color:#fff;text-decoration-thickness:2px}
.bed-state-section--background a:focus-visible{outline-color:#fff}
.bed-state-section--is-faq{max-width:1040px}
.bed-state-faq-list{display:grid;gap:10px;margin-top:6px}
.bed-state-faq-item{background:var(--bed-paper);border:1px solid var(--bed-paper-line)}
.bed-state-faq-item summary{position:relative;display:grid;grid-template-columns:1fr 34px;gap:16px;align-items:center;min-height:64px;padding:16px 18px 16px 20px;color:var(--bed-ink);font-size:16px;font-weight:800;cursor:pointer;list-style:none}
.bed-state-faq-item summary::-webkit-details-marker{display:none}
.bed-state-faq-item summary:focus-visible{outline:3px solid var(--bed-current-deep);outline-offset:2px}
.bed-state-faq-icon{position:relative;width:30px;height:30px;border:1px solid var(--bed-current-deep);border-radius:50%}
.bed-state-faq-icon::before,.bed-state-faq-icon::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;background:var(--bed-current-deep);transform:translate(-50%,-50%)}
.bed-state-faq-icon::after{transform:translate(-50%,-50%) rotate(90deg);transition:transform .18s ease}
.bed-state-faq-item[open] .bed-state-faq-icon::after{transform:translate(-50%,-50%) rotate(0deg)}
.bed-state-faq-item[open] summary{background:var(--bed-paper-2)}
.bed-state-faq-answer{padding:0 66px 22px 20px;color:var(--bed-muted-paper);font-size:15.5px;line-height:1.72}

.bed-state-related-wrap{margin:72px 0 0;padding:34px 38px;border:1px solid var(--bed-paper-line);background:var(--bed-paper)}
.bed-state-related-wrap .bed-core-related-links h2{margin:0 0 18px;color:var(--bed-ink);font-size:27px;line-height:1.16;letter-spacing:-.025em}
.bed-state-related-wrap .bed-core-related-links ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px;margin:0;padding:0;list-style:none}
.bed-state-related-wrap .bed-core-related-links a{display:block;padding:11px 0;border-bottom:1px solid var(--bed-paper-line);color:var(--bed-current-deep);font-weight:750;text-decoration:none}
.bed-state-related-wrap .bed-core-related-links a:hover{text-decoration:underline;text-underline-offset:4px}

.bed-state-index{margin-top:74px;padding-top:30px;border-top:1px solid var(--bed-paper-line)}
.bed-state-index-head{display:grid;grid-template-columns:160px minmax(0,1fr);gap:24px;align-items:start;margin-bottom:24px}
.bed-state-index-head p{margin:4px 0 0;color:var(--bed-current-deep);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:11px;font-weight:800;letter-spacing:.08em}
.bed-state-index-head h2{margin:0;color:var(--bed-ink);font-size:30px;line-height:1.12;letter-spacing:-.03em}
.bed-state-index-links{display:flex;flex-wrap:wrap;border-top:1px solid var(--bed-paper-line);border-left:1px solid var(--bed-paper-line)}
.bed-state-index-links a,.bed-state-index-links span{display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:center;min-width:150px;min-height:56px;padding:10px 14px;border-right:1px solid var(--bed-paper-line);border-bottom:1px solid var(--bed-paper-line);color:var(--bed-ink);text-decoration:none;background:var(--bed-paper)}
.bed-state-index-links b{color:var(--bed-current-deep);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px}
.bed-state-index-links small{font-size:12px;color:var(--bed-muted-paper)}
.bed-state-index-links a:hover{background:var(--bed-paper-2)}
.bed-state-index-links .is-current{background:var(--bed-volt);border-color:var(--bed-volt)}
.bed-state-index-links .is-current b,.bed-state-index-links .is-current small{color:var(--bed-ink)}

@media (max-width:980px){
  .bed-state-profile-inner{grid-template-columns:minmax(0,1fr) 320px;min-height:390px}
  .bed-state-profile h1{font-size:clamp(44px,5.6vw,58px)}
  .bed-state-profile-title--medium{font-size:clamp(42px,5.2vw,54px)!important}
  .bed-state-profile-title--long{font-size:clamp(38px,4.8vw,50px)!important}
  .bed-state-profile-title--xlong{font-size:clamp(34px,4.4vw,46px)!important}
  .bed-state-meter-grid{grid-template-columns:repeat(2,1fr)}
  .bed-state-meter-cell:nth-child(2){border-right:1px solid var(--bed-paper-line)}
  .bed-state-zip-panel{grid-template-columns:1fr;gap:22px}
  .bed-state-zip-form{min-width:0;max-width:510px}
}
@media (max-width:700px){
  .bed-state-profile{padding-top:66px}
  .bed-state-profile-grid{inset:66px 0 0}
  .bed-state-profile-flag{top:66px;left:30%;opacity:.045}
  .bed-state-profile-inner{grid-template-columns:1fr;gap:8px;min-height:0;padding-top:42px;padding-bottom:30px}
  .bed-state-profile-copy{max-width:none}
  .bed-state-profile h1{width:calc(100vw - 24px);font-size:clamp(21px,6vw,36px);line-height:1.04;letter-spacing:-.04em}
  .bed-state-profile-title--medium{font-size:clamp(19px,5.4vw,34px)!important}
  .bed-state-profile-title--long{font-size:clamp(16.5px,4.8vw,31px)!important}
  .bed-state-profile-title--xlong{font-size:clamp(15.5px,4.4vw,28px)!important}
  .bed-state-profile-deck{font-size:16px;margin-top:17px}
  .bed-state-profile-shape{min-height:180px;justify-content:flex-end;margin-top:-18px}
.bed-state-profile-shape--type{min-height:180px}
.bed-state-profile-dc-mark{width:138px;height:138px;margin-right:36px}
.bed-state-profile-dc-mark b{font-size:44px}
  .bed-state-profile-shape img{width:min(260px,75%);max-height:180px;opacity:.78}
  .bed-state-profile-code{right:4%;bottom:-6px;font-size:118px}
  .bed-state-meter-cell{grid-template-columns:1fr;gap:4px;min-height:66px;padding:12px 14px}
  .bed-state-editorial{padding-top:42px;padding-bottom:64px}
  .bed-state-opening{grid-template-columns:52px 1fr;gap:14px;margin-bottom:40px}
  .bed-state-opening-index{width:40px;height:40px;font-size:13px}
  .bed-state-opening-copy{padding-left:18px}
  .bed-state-opening-copy p{font-size:18px}
  .bed-state-zip-panel{margin-bottom:52px;padding:26px 22px;clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,22px 100%,0 calc(100% - 22px))}
  .bed-state-zip-panel h2{font-size:24px}
  .bed-state-section{margin-bottom:44px;padding-left:58px}
  .bed-state-section-content::before{inset:-16px -14px -18px -14px}
  .bed-state-section--background .bed-state-section-content::before{clip-path:polygon(0 0,calc(100% - 22px) 0,100% 22px,100% 100%,22px 100%,0 calc(100% - 22px))}
  .bed-state-section h2{font-size:29px;margin-bottom:18px}
  .bed-state-copy{font-size:16px;line-height:1.68;margin-bottom:20px}
  .bed-state-faq-item summary{grid-template-columns:1fr 30px;padding:14px 14px 14px 16px}
  .bed-state-faq-answer{padding:0 16px 18px}
  .bed-state-related-wrap{margin-top:54px;padding:26px 22px}
  .bed-state-related-wrap .bed-core-related-links ul{grid-template-columns:1fr}
  .bed-state-index{margin-top:54px}
  .bed-state-index-head{grid-template-columns:1fr;gap:6px}
  .bed-state-index-head h2{font-size:26px}
  .bed-state-index-links a,.bed-state-index-links span{min-width:50%;flex:1 1 50%}
}
@media (max-width:460px){
  .bed-state-meter-grid{grid-template-columns:1fr 1fr}
  .bed-state-index-links a,.bed-state-index-links span{min-width:100%;flex-basis:100%}
}
@media (prefers-reduced-motion:reduce){
  .bed-state-faq-icon::after{transition:none}
}

/* v1.1.27: basic-page editorial links follow the established state-page palette. */
.bed-basic-page article p a,
.bed-basic-page article li a,
.bed-basic-page article dd a{
  color:var(--bed-current-deep);
  text-decoration:none;
}
.bed-basic-page article p a:visited,
.bed-basic-page article li a:visited,
.bed-basic-page article dd a:visited{
  color:var(--bed-current-deep);
}
.bed-basic-page article p a:hover,
.bed-basic-page article li a:hover,
.bed-basic-page article dd a:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}
.bed-basic-page article p a:focus-visible,
.bed-basic-page article li a:focus-visible,
.bed-basic-page article dd a:focus-visible{
  outline:3px solid var(--bed-current-deep);
  outline-offset:3px;
}

/* v1.1.39: ordinary textual hyperlinks use the house teal sitewide. */
main p a,
main li a,
main dd a{
  color:var(--bed-current-deep);
  text-decoration:none;
}
main p a:visited,
main li a:visited,
main dd a:visited{
  color:var(--bed-current-deep);
}
main p a:hover,
main li a:hover,
main dd a:hover{
  color:var(--bed-current-deep);
  text-decoration:underline;
  text-underline-offset:4px;
}
main p a:focus-visible,
main li a:focus-visible,
main dd a:focus-visible{
  outline:3px solid var(--bed-current-deep);
  outline-offset:3px;
}

/* v1.1.45: shared server-side ZIP resolver status. */
.bed-zip-form{flex-wrap:wrap}
.bed-zip-message{flex-basis:100%;width:100%;margin:2px 0 0;font-size:14px;line-height:1.45;font-weight:700}


/* v1.1.48 — dedicated managed City Electricity Guide hero/template. */
.bed-city-profile{isolation:isolate}
.bed-city-profile-watermark{position:absolute;z-index:0;top:54%;left:5%;max-width:115%;transform:translateY(-50%);color:var(--bed-paper-text);font-size:clamp(96px,13.5vw,210px);font-weight:900;line-height:.78;letter-spacing:-.075em;white-space:nowrap;opacity:.08;pointer-events:none;user-select:none}
.bed-city-profile-inner{grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr)}
.bed-city-profile-title{white-space:normal!important}
.bed-city-profile-state{min-height:300px}
.bed-city-profile-state .bed-state-profile-code{right:0;bottom:2px;color:rgba(244,193,15,.12)}

@media (max-width:760px){
  .bed-city-profile-watermark{top:47%;left:3%;font-size:clamp(72px,24vw,138px);opacity:.08}
  .bed-city-profile-inner{grid-template-columns:1fr}
  .bed-city-profile-state{min-height:118px;margin-top:-24px}
  .bed-city-profile-state .bed-state-profile-code{right:4%;bottom:0;font-size:118px}
}

/* v1.1.49 — city hero grid parity + in-body media containment. */
.bed-city-profile .bed-state-profile-grid{z-index:0;-webkit-mask-image:linear-gradient(180deg,#000,transparent 88%);mask-image:linear-gradient(180deg,#000,transparent 88%)}
.bed-city-profile-watermark{z-index:1}
.bed-city-page .bed-state-profile-inner{z-index:2}

.bed-city-featured-media{width:min(100%,900px);max-width:900px;margin:0 0 64px 88px;padding:0}
.bed-city-featured-media img,.bed-city-featured-image{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}
.bed-city-featured-media figcaption{margin:10px 0 0;color:var(--bed-muted-paper);font-size:13px;line-height:1.55}

.bed-city-page .bed-state-opening-copy img,
.bed-city-page .bed-state-section-body img{display:block;max-width:100%;height:auto}
.bed-city-page .bed-state-opening-copy figure,
.bed-city-page .bed-state-section-body figure,
.bed-city-page .bed-state-opening-copy .wp-block-image,
.bed-city-page .bed-state-section-body .wp-block-image,
.bed-city-page .bed-state-opening-copy .wp-caption,
.bed-city-page .bed-state-section-body .wp-caption{max-width:100%!important;margin:28px 0;overflow:visible}
.bed-city-page .bed-state-opening-copy figure img,
.bed-city-page .bed-state-section-body figure img,
.bed-city-page .bed-state-opening-copy .wp-block-image img,
.bed-city-page .bed-state-section-body .wp-block-image img{max-width:100%;height:auto}
.bed-city-page .bed-state-opening-copy .alignwide,
.bed-city-page .bed-state-section-body .alignwide,
.bed-city-page .bed-state-opening-copy .alignfull,
.bed-city-page .bed-state-section-body .alignfull{width:auto;max-width:100%;margin-left:0;margin-right:0}
.bed-city-page .bed-state-opening-copy figcaption,
.bed-city-page .bed-state-section-body figcaption,
.bed-city-page .bed-state-opening-copy .wp-caption-text,
.bed-city-page .bed-state-section-body .wp-caption-text{margin:9px 0 0;color:var(--bed-muted-paper);font-size:13px;line-height:1.55}
.bed-city-page .bed-state-section--background figcaption,
.bed-city-page .bed-state-section--background .wp-caption-text{color:rgba(255,255,255,.78)}

@media (max-width:760px){
  .bed-city-featured-media{width:auto;max-width:none;margin:0 0 48px 58px}
}
/* v1.1.50 — keep the decorative city name inside the hero body shell. */
.bed-city-profile-inner .bed-city-profile-watermark{z-index:0;left:0;width:100%;max-width:100%;overflow:hidden}
.bed-city-profile-inner .bed-city-profile-state{z-index:2}
@media (max-width:760px){
  .bed-city-profile-inner .bed-city-profile-watermark{left:0;width:100%;max-width:100%}
}

/* v1.1.51 — compact City Electricity Guide hero without changing state/home heroes. */
@media (min-width:761px){
  .bed-city-profile-inner{min-height:300px;padding-top:10px;padding-bottom:28px}
  .bed-city-profile-state{min-height:220px}
}
@media (max-width:760px){
  .bed-city-profile-inner{padding-top:22px;padding-bottom:24px}
}
/* v1.1.52 — accessible footer attribution links only. */
.bed-footer-attribution a,
.bed-footer-attribution a:visited{color:var(--bed-paper-text)}
.bed-footer-attribution a:hover,
.bed-footer-attribution a:focus-visible{color:var(--bed-volt)}
.bed-footer-attribution a:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.bed-footer-attribution a svg{color:inherit;fill:currentColor;stroke:currentColor}

