/* HeallyESA — production stylesheet, ported from the design Component Kit.
   Tokens: forest #21694B / hover #174C37 / footer #17402F · ink #26251F · body #57554A
   cream #FDF8F1 · hairline #EFE7D8 · tints sage #EAF3E9 sky #E9F2F8 peach #FCEEDF amber #FBF4E2
   coral #E4744F / text #C75B39 · yellow #F9DFA0 · amber #F2B94B · blue #4A76B8 · grey #C9C2B2 */

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#FDF8F1;color:#26251F;font:400 16px/1.62 'Instrument Sans',system-ui,sans-serif;-webkit-font-smoothing:antialiased}
a{color:#21694B;text-decoration:none}
a:hover{color:#174C37;text-decoration:underline}
img{max-width:100%;display:block}
h1,h2,h3,h4{font-family:'Bricolage Grotesque','Instrument Sans',sans-serif;letter-spacing:-0.02em;color:#26251F;margin:0}
h1{font-weight:600;font-size:48px;line-height:1.08;letter-spacing:-0.025em}
h2{font-weight:600;font-size:36px;line-height:1.15}
h3{font-weight:700;font-size:17.5px;line-height:1.3;font-family:'Instrument Sans',sans-serif;letter-spacing:0}
p{margin:0 0 1em}
details summary::-webkit-details-marker{display:none}
details summary{list-style:none;cursor:pointer}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

.wrap{max-width:1328px;margin:0 auto;padding:0 56px}
.mark{background:linear-gradient(transparent 62%,#F9DFA0 62%)}
.eyebrow{font-size:12.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#84806F;margin-bottom:14px}
.muted{color:#84806F}
.small{font-size:13.5px}
.lead{font-size:17.5px;line-height:1.6;color:#57554A}
.prose{font-size:15.5px;line-height:1.65;color:#4B4A41;max-width:74ch}
.prose strong{color:#26251F}
.center{text-align:center}

/* ---------- Header ---------- */
.site-header{display:flex;align-items:center;gap:36px;height:78px;border-bottom:1px solid #EFE7D8;background:#FDF8F1;position:relative;z-index:40}
.site-header .wrap-h{display:flex;align-items:center;gap:36px;width:100%;max-width:1328px;margin:0 auto;padding:0 56px}
.logo{display:flex;align-items:center;gap:9px;flex:none}
.logo-mark{display:inline-flex;width:30px;height:30px;border-radius:50% 50% 50% 12%;background:#21694B;align-items:center;justify-content:center;color:#FDF8F1;font:700 15px 'Bricolage Grotesque',sans-serif}
.logo-word{font:700 21px 'Bricolage Grotesque',sans-serif;color:#174C37;letter-spacing:-0.02em}
.logo-word em{font-style:normal;color:#E4744F}
.site-nav{display:flex;gap:28px;margin-left:auto;font-size:15px;font-weight:500}
.site-nav a{color:#4B4A41}
.site-nav a:hover{color:#174C37;text-decoration:none}
.nav-cta{flex:none;background:#21694B;color:#fff !important;font-size:14.5px;font-weight:600;padding:12px 22px;border-radius:12px;transition:transform .15s,background .15s}
.nav-cta:hover{background:#174C37;text-decoration:none;transform:translateY(-1px)}
.nav-toggle{display:none}

/* ---------- Buttons ---------- */
.btn{display:inline-block;background:#21694B;color:#fff !important;font-size:16px;font-weight:600;padding:16px 30px;border-radius:14px;box-shadow:0 4px 14px rgba(33,105,75,.25);transition:transform .15s,background .15s;text-align:center}
.btn:hover{background:#174C37;text-decoration:none;transform:translateY(-2px)}
.btn--sm{font-size:15px;padding:14px 26px;border-radius:12px}
.btn2{display:inline-block;border:2px solid #EAD9C6;background:#fff;color:#26251F !important;font-size:16px;font-weight:600;padding:14px 28px;border-radius:14px;transition:border-color .15s;text-align:center}
.btn2:hover{border-color:#E4744F;text-decoration:none}
.btn2--sm{font-size:15px;padding:12px 24px;border-radius:12px}
.btn-gold{display:inline-block;background:#F9DFA0;color:#3D3110 !important;font-size:16px;font-weight:700;padding:16px 30px;border-radius:14px;transition:transform .15s,background .15s;text-align:center}
.btn-gold:hover{background:#FBE9BC;text-decoration:none;transform:translateY(-2px)}
.btn-ghostgreen{display:inline-block;border:2px solid #4E8A6C;color:#E3F0E6 !important;font-size:16px;font-weight:600;padding:14px 28px;border-radius:14px;text-align:center}
.btn-ghostgreen:hover{border-color:#F9DFA0;color:#fff !important;text-decoration:none}
.btn-coraltint{display:inline-block;background:#FCEEDF;color:#C75B39 !important;font-size:15px;font-weight:700;padding:13px 24px;border-radius:12px}
.btn-coraltint:hover{background:#F9E2C8;text-decoration:none}
.textlink{font-size:15.5px;font-weight:700;color:#174C37}

/* ---------- Chips & badges ---------- */
.chip{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;padding:9px 16px;border-radius:99px}
.chip--sage{background:#EAF3E9;color:#174C37}
.chip--sky{background:#E9F2F8;color:#2E5F80}
.chip--peach{background:#FCEEDF;color:#9A4E2E}
.chip--amber{background:#FBF4E2;color:#8A6D3B}
.hero-pill{display:inline-flex;align-items:center;gap:8px;background:#EAF3E9;border:1px solid #D5E6D4;color:#174C37;font-size:13px;font-weight:600;padding:8px 16px;border-radius:99px;margin-bottom:22px}
.hero-pill .dot{width:8px;height:8px;border-radius:50%;background:#21694B;display:inline-block}
.badge{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;padding:7px 14px;border-radius:99px}
.badge .sq{width:10px;height:10px;border-radius:3px;display:inline-block}
.badge--blue{background:#E9F2F8;color:#2E5F80}.badge--blue .sq{background:#4A76B8}
.badge--grey{background:#F1EEE6;color:#5C594E}.badge--grey .sq{background:#C9C2B2}
.badge--amber{background:#FBF4E2;color:#8A6D3B}.badge--amber .sq{background:#F2B94B}
.review-chip{display:inline-block;background:#FBF4E2;color:#8A6D3B;font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:99px}
.verify-flag{font-size:10.5px;font-weight:700;color:#8A6D3B;background:#FBF4E2;padding:2px 7px;border-radius:99px}

/* ---------- Bands & cards ---------- */
.band{padding:76px 0 84px}
.band--cap{border-radius:48px 48px 0 0}
.band--sage{background:#EAF3E9}
.band--sky{background:#E9F2F8}
.band--peach{background:#FCEEDF}
.band--neutral{background:#F1EEE6}
.band--tight{padding:0 0 80px}
.card{background:#fff;border-radius:20px;padding:30px 32px;box-shadow:0 4px 16px rgba(38,37,31,.06)}
.card--flat{box-shadow:0 2px 10px rgba(38,37,31,.05);border-radius:16px}
.panel{background:#fff;border-radius:28px;padding:52px 56px;box-shadow:0 4px 20px rgba(38,37,31,.06)}
.grid2{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}
.grid2>*{flex:1 1 calc(50% - 9px);max-width:calc(50% - 9px);box-sizing:border-box}
.grid3{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}
.grid3>*{flex:1 1 calc(33.333% - 12px);max-width:calc(33.333% - 12px);box-sizing:border-box}
.grid4{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.grid4>*{flex:1 1 calc(25% - 10.5px);max-width:calc(25% - 10.5px);box-sizing:border-box}
.lift{transition:transform .18s}
.lift:hover{transform:translateY(-4px)}

/* ---------- Honesty pair ---------- */
.hcard-yes{background:#fff;border-radius:20px;padding:30px 32px;box-shadow:0 4px 16px rgba(23,76,55,.07);border-top:5px solid #21694B}
.hcard-no{background:#FDF8F1;border:2px dashed #EBB29A;border-radius:20px;padding:28px 30px}
.hlabel{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.hlabel .t{font-size:12.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.hcard-yes .t{color:#21694B}
.hcard-no .t{color:#C75B39}
.tickchip{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#21694B;color:#fff;font-size:15px;font-weight:700;flex:none}
.crosschip{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#FCEEDF;border:2px solid #E4744F;color:#C75B39;font-size:14px;font-weight:700;flex:none}
.tick-sm{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#EAF3E9;color:#21694B;font-size:13px;font-weight:700;flex:none}

/* ---------- Steps ---------- */
.step{border-radius:20px;padding:30px}
.step--sage{background:#EAF3E9}.step--sage p{color:#4E5C50}
.step--sky{background:#E9F2F8}.step--sky p{color:#485962}
.step--peach{background:#FCEEDF}.step--peach p{color:#66584A}
.step-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#fff;font:700 18px 'Bricolage Grotesque',sans-serif;flex:none}
.step--sage .step-num{color:#21694B}
.step--sky .step-num{color:#3E7FA8}
.step--peach .step-num{color:#C75B39}
.step p{font-size:15px;line-height:1.6;margin:0}

/* ---------- Timeline ---------- */
.timeline{background:#fff;border-radius:20px;padding:34px 40px 30px;box-shadow:0 4px 16px rgba(23,76,55,.07)}
.timeline-track{display:grid;grid-template-columns:1fr 1fr 1fr;position:relative}
.timeline-track::before{content:"";position:absolute;top:9px;left:10%;right:10%;height:2px;background:repeating-linear-gradient(90deg,#D5E6D4 0 8px,transparent 8px 16px)}
.tl-item{position:relative;padding-right:28px}
.tl-dot{display:inline-block;width:20px;height:20px;border-radius:50%;box-sizing:border-box;margin-bottom:14px}
.tl-dot--sky{background:#E9F2F8;border:5px solid #5E9EC9}
.tl-dot--amber{background:#FBF4E2;border:5px solid #F2B94B}
.tl-dot--coral{background:#FCEEDF;border:5px solid #E4744F}
.tl-date{font:700 20px 'Bricolage Grotesque',sans-serif;margin-bottom:6px}
.tl-title{font-size:14px;font-weight:700;margin-bottom:5px}
.tl-title--sky{color:#2E5F80}.tl-title--amber{color:#9A7A2E}.tl-title--coral{color:#C75B39}
.tl-item p{font-size:13.5px;line-height:1.55;color:#57554A;margin:0}

/* ---------- FAQ ---------- */
.faq{display:flex;flex-direction:column;gap:12px}
.faq details{background:#fff;border-radius:16px;padding:6px 26px;box-shadow:0 2px 10px rgba(38,37,31,.05)}
.faq summary{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-size:16.5px;font-weight:700;color:#26251F}
.faq .ind{display:inline-flex;width:28px;height:28px;border-radius:50%;background:#EAF3E9;color:#21694B;align-items:center;justify-content:center;font-size:17px;font-weight:400;flex:none}
.faq .ind::before{content:"+"}
.faq details[open] .ind::before{content:"−"}
.faq details[open]{padding-bottom:20px}
.faq details[open] summary{padding-bottom:10px}
.faq details>p{font-size:15px;line-height:1.65;color:#57554A;margin:0;max-width:70ch}

/* ---------- CTA band ---------- */
.cta-band{background:#21694B;border-radius:32px;padding:68px 64px;text-align:center;position:relative;overflow:hidden}
.cta-band h2{color:#FDF8F1;margin-bottom:14px}
.cta-band .sub{font-size:16.5px;line-height:1.6;color:#C4DCC9;margin:0 auto 30px;max-width:52ch;position:relative}
.cta-band .row{display:flex;gap:14px;justify-content:center;margin-bottom:22px;position:relative;flex-wrap:wrap}
.cta-band .fine{font-size:13.5px;color:#8FB89D;margin:0;position:relative}
.blob{position:absolute;border-radius:50%;pointer-events:none}

/* ---------- Tables ---------- */
.spec-table{width:100%;border-collapse:collapse;font-size:15px}
.spec-table th,.spec-table td{text-align:left;padding:13px 16px;border-bottom:1px solid #F5EFE3;vertical-align:top}
.spec-table th{width:42%;font-weight:700;color:#26251F}
.spec-table td{color:#4B4A41}
.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:none}
.legal-table{width:100%;border-collapse:collapse;font-size:14.5px}
.legal-table thead th{position:sticky;top:0;background:#12312A;color:#FDF8F1;font-size:12.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:left;padding:14px 16px;z-index:2}
.legal-table thead th:first-child{border-radius:12px 0 0 0}
.legal-table thead th:last-child{border-radius:0 12px 0 0}
.legal-table tbody td{padding:13px 16px;border-bottom:1px solid #F5EFE3;color:#4B4A41;vertical-align:top;background:#fff}
.legal-table tbody tr:hover td{background:#FBF8F0}
.yes{color:#174C37;font-weight:700}
.no{color:#C75B39;font-weight:700}
.dep{color:#8A6D3B;font-weight:700}

/* ---------- Sources / notes ---------- */
.sources{background:#F1EEE6;border-radius:20px;padding:30px 34px}
.sources ol{margin:0;padding-left:20px;font-size:14px;line-height:1.7;color:#57554A}
.note-green{background:#fff;border-left:4px solid #21694B;border-radius:0 14px 14px 0;padding:20px 24px;font-size:14.5px;line-height:1.6;color:#4B4A41}
.note-amber{background:#FBF4E2;border-radius:14px;padding:18px 22px;font-size:14px;line-height:1.6;color:#6B5E41}
.breadcrumbs{font-size:13px;color:#84806F;padding:18px 0 0}
.breadcrumbs a{color:#84806F;font-weight:600}
.breadcrumbs .sep{margin:0 7px;color:#D8CFBB}
.breadcrumbs .cur{color:#26251F;font-weight:700}

/* ---------- Jump bar ---------- */
.jumpbar{position:sticky;top:24px;background:#fff;border-radius:18px;padding:22px 24px;box-shadow:0 4px 20px rgba(38,37,31,.06)}
.jumpbar .jb-title{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#84806F;margin-bottom:12px}
.jumpbar a{display:block;font-size:14px;font-weight:600;color:#4B4A41;padding:6px 0}
.jumpbar a:hover{color:#174C37;text-decoration:none}
.jumpbar a.active{color:#21694B}

/* ---------- Footer ---------- */
.site-footer{background:#17402F;padding:56px 0 40px;margin-top:0}
.footer-cols{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:48px;padding-bottom:44px;border-bottom:1px solid #275544}
.f-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6E9A81;margin-bottom:14px}
.f-links{display:flex;flex-direction:column;gap:9px;font-size:14px}
.f-links a{color:#C4DCC9}
.f-links a:hover{color:#fff;text-decoration:none}
.footer-states{display:grid;grid-template-columns:repeat(6,1fr);gap:8px 20px;margin-top:16px}
.footer-states a{font-size:13px;color:#8FB89D}
.footer-states a:hover{color:#C4DCC9;text-decoration:none}
.f-legal{font-size:12px;line-height:1.6;color:#5F8770;margin:32px 0 0}
.f-desc{font-size:13.5px;line-height:1.6;color:#8FB89D;margin:0;max-width:34ch}

/* ---------- Hero photo composition ---------- */
.hero-grid{display:grid;grid-template-columns:1fr 560px;gap:56px;align-items:center;padding:68px 0 84px;position:relative}
.hero-visual{position:relative;height:480px}
.hero-visual .circ-a{position:absolute;top:-30px;right:-60px;width:300px;height:300px;border-radius:50%;background:#FCEEDF}
.hero-visual .circ-b{position:absolute;bottom:-40px;left:-30px;width:180px;height:180px;border-radius:50%;background:#EAF3E9}
.hero-photo{position:absolute;top:36px;left:24px;right:24px;bottom:36px;border-radius:36px;overflow:hidden;background:#EAF3E9}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.float-card{position:absolute;background:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 8px 28px rgba(38,37,31,.14);display:flex;align-items:center;gap:12px}
.float-pill{position:absolute;background:#fff;border-radius:99px;padding:10px 18px;box-shadow:0 8px 24px rgba(38,37,31,.12);font-size:13.5px;font-weight:600;color:#174C37}
.paw{position:absolute;pointer-events:none}

/* ---------- State grids ---------- */
.state-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.state-grid a{display:block;background:#fff;border-radius:12px;padding:14px 16px;font-size:14.5px;font-weight:600;color:#26251F;box-shadow:0 2px 8px rgba(102,90,76,.08);transition:transform .15s}
.state-grid a:hover{transform:translateY(-2px);text-decoration:none;color:#21694B}

/* ---------- Letter mockup ---------- */
.letter-mock{position:relative;background:#FDFCF9;border:1px solid #EFE7D8;border-radius:14px;padding:28px 30px;box-shadow:0 14px 36px rgba(38,37,31,.1);transform:rotate(-1.5deg)}
.mock-line{height:7px;border-radius:5px;background:#EDE7D8}
.mock-tag{font-size:10.5px;font-weight:700;padding:4px 10px;border-radius:99px}

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

/* ---------- Responsive ---------- */
@media (max-width:1060px){
  .wrap,.site-header .wrap-h{padding:0 28px}
  h1{font-size:40px}
  h2{font-size:30px}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero-visual{height:300px}
  .grid3>*,.grid4>*{flex-basis:calc(50% - 9px);max-width:calc(50% - 9px)}
  .footer-cols{grid-template-columns:1fr 1fr}
  .footer-states{grid-template-columns:repeat(3,1fr)}
  .state-grid{grid-template-columns:repeat(3,1fr)}
  .panel{padding:36px 32px}
  .panel-grid,.split{grid-template-columns:1fr !important}
  .timeline-track{grid-template-columns:1fr;gap:18px}
  .timeline-track::before{display:none}
  .jumpbar{position:static}
}
@media (max-width:680px){
  .wrap,.site-header .wrap-h{padding:0 20px}
  body{font-size:15px}
  h1{font-size:32px;line-height:1.12}
  h2{font-size:25px;line-height:1.18}
  .site-header{height:62px}
  .site-nav{display:none;position:absolute;top:62px;left:0;right:0;background:#FDF8F1;border-bottom:1px solid #EFE7D8;flex-direction:column;gap:0;padding:8px 20px 16px;z-index:50}
  .site-nav.open{display:flex}
  .site-nav a{padding:12px 0;border-bottom:1px solid #F5EFE3;font-size:15.5px}
  .nav-toggle{display:flex;flex-direction:column;gap:4.5px;background:none;border:none;padding:8px;cursor:pointer;margin-left:6px}
  .nav-toggle span{display:block;width:20px;height:2px;background:#26251F;border-radius:2px}
  .nav-toggle span:last-child{width:13px}
  .nav-cta{font-size:13px;padding:9px 14px;border-radius:10px;margin-left:auto}
  .band{padding:44px 0 48px}
  .band--cap{border-radius:32px 32px 0 0}
  .grid2>*,.grid3>*,.grid4>*{max-width:100%;flex-basis:100%}
  .hero-grid{padding:32px 0 40px}
  .hero-visual{height:230px}
  .hero-visual .circ-a,.hero-visual .circ-b{display:none}
  .hero-photo{top:0;left:0;right:0;bottom:0;border-radius:24px}
  .btn,.btn2,.btn-gold{display:block;width:100%}
  .cta-band{border-radius:22px;padding:32px 24px}
  .cta-band .row{flex-direction:column}
  .panel{padding:26px 20px;border-radius:20px}
  .card,.hcard-yes,.hcard-no{padding:20px;border-radius:16px}
  .step{padding:20px;border-radius:16px}
  .faq summary{font-size:14.5px;padding:14px 0}
  .faq details{padding:4px 18px}
  .state-grid{grid-template-columns:1fr 1fr}
  .footer-states{grid-template-columns:1fr 1fr}
  .footer-cols{grid-template-columns:1fr;gap:28px}
  .spec-table th,.spec-table td{display:block;width:100%;padding:4px 0}
  .spec-table th{padding-top:14px;color:#84806F;font-size:12.5px;letter-spacing:.06em;text-transform:uppercase}
  .spec-table td{border-bottom:1px solid #F5EFE3;padding-bottom:12px}
  .spec-table tr:last-child td{border-bottom:none}
  .legal-table thead{display:none}
  .legal-table tbody td{display:block;border-bottom:none;padding:3px 16px}
  .legal-table tbody td:first-child{font-weight:700;color:#26251F;padding-top:14px}
  .legal-table tbody tr{display:block;border-bottom:1px solid #F5EFE3;padding-bottom:12px}
  .sticky-cta{display:block;position:fixed;left:0;right:0;bottom:0;background:rgba(253,248,241,.96);border-top:1px solid #EFE7D8;padding:12px 20px calc(14px + env(safe-area-inset-bottom));backdrop-filter:blur(8px);z-index:60;transition:transform .25s}
  .sticky-cta.hidden{transform:translateY(110%)}
  .sticky-cta a{display:block;text-align:center;background:#21694B;color:#fff !important;font-size:15.5px;font-weight:600;padding:16px;border-radius:13px}
  body.has-sticky{padding-bottom:84px}
}
/* before/after table stacking + statejump active */
@media (max-width:900px){
  .ba-head{display:none !important}
  .ba-row{grid-template-columns:1fr !important;gap:10px !important;padding:18px 20px !important}
  .ba-row>div:nth-child(2)::before{content:"Before May 22, 2026";display:block;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#84806F;margin-bottom:5px}
  .ba-row>div:nth-child(3)::before{content:"After";display:block;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#8A6D3B;margin-bottom:5px}
}
/* comparison table + routes diagram mobile stacking */
@media (max-width:900px){
  .cmp-head{display:none !important}
  .cmp-row{grid-template-columns:1fr !important;gap:12px !important;padding:18px 20px !important}
  .cmp-cell::before{content:attr(data-col);display:block;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#84806F;margin-bottom:4px}
  .routes{grid-template-columns:1fr !important;gap:12px !important}
  .routes-arrow{transform:rotate(90deg);height:28px}
  .statejump .wrap{gap:14px}
}
@media (max-width:680px){ .cta-esa{display:none} }
/* interactive US map */
.usmap{display:block;width:100%;height:auto}
.usmap path{stroke:#FDF8F1;stroke-width:1.2;transition:opacity .15s,transform .15s;cursor:pointer}
.usmap a:hover path,.usmap a:focus path{opacity:.75;stroke:#26251F;stroke-width:1.4}
.usmap a:focus{outline:none}
tr:target td{animation:rowflash 2.4s ease-out}
@keyframes rowflash{0%{background:#F9DFA0}60%{background:#FBF4E2}100%{background:#fff}}
tr[id^="state-"]{scroll-margin-top:90px}
tr.row-flash td{animation:rowflash 2.4s ease-out}
.logo svg{flex:none;display:block}
@media (max-width:680px){.logo svg{width:26px;height:26px}}
