:root {
  --ink: #0b1724;
  --ink-soft: #203244;
  --paper: #f6f8fa;
  --white: #fff;
  --line: #dce4ea;
  --orange: #f7941d;
  --orange-deep: #d96d06;
  --blue: #53b6d8;
  --cala: #fa843b;
  --radius: 18px;
  --shadow: 0 24px 70px rgba(7, 24, 38, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.solution-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.site-header { height: 82px; padding: 0 clamp(22px, 5vw, 80px); display: flex; align-items: center; gap: 30px; background: rgba(255,255,255,.97); position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(11,23,36,.08); }
.brand-group { display: flex; align-items: center; gap: 14px; margin-right: auto; }
.brand img { width: 260px; height: auto; }
nav { display: flex; gap: 22px; }
nav a { text-decoration: none; font-weight: 700; font-size: .9rem; }
nav a:hover { color: var(--orange-deep); }
.header-call { color: white; background: var(--ink); text-decoration: none; padding: 12px 18px; border-radius: 999px; font-size: .88rem; font-weight: 800; }

.hero { min-height: 690px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("renewable-energy.jpg") center 62% / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(5,16,27,.94) 0%, rgba(5,16,27,.83) 44%, rgba(5,16,27,.12) 78%); }
.hero-content { color: white; position: relative; width: min(740px, 88vw); margin-left: clamp(24px, 8vw, 132px); padding: 90px 0; }
.hero-rebate-button { display: inline-flex; align-items: center; gap: 12px; min-height: 52px; margin-bottom: 24px; padding: 0 22px; border: 2px solid #ffd08a; border-radius: 999px; color: #111; background: var(--orange); box-shadow: 0 12px 34px rgba(247,148,29,.38), 0 0 0 5px rgba(247,148,29,.12); text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .9rem; font-weight: 800; transition: transform .18s, background .18s, box-shadow .18s; }
.hero-rebate-button span { font-size: 1.15rem; line-height: 1; }
.hero-rebate-button:hover { transform: translateY(-2px); background: #ffab38; box-shadow: 0 16px 40px rgba(247,148,29,.48), 0 0 0 6px rgba(247,148,29,.15); }
.hero-rebate-button:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { margin-bottom: 22px; max-width: 680px; font-size: clamp(3rem, 6vw, 5.7rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.2rem, 4.3vw, 4rem); letter-spacing: -.045em; margin-bottom: 24px; }
h3 { font-size: 1.35rem; }
.hero-copy { max-width: 650px; font-size: clamp(1.05rem, 2vw, 1.3rem); color: #dbe8f1; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.button { appearance: none; border: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border-radius: 999px; text-decoration: none; font: inherit; font-weight: 800; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #111; background: var(--orange); box-shadow: 0 12px 28px rgba(247,148,29,.28); }
.button.primary:hover { background: #ffa82e; }
.button.secondary { color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.button.dark { color: white; background: var(--ink); box-shadow: none; }
.license { margin-top: 25px; color: #c2d0da; font-size: .86rem; }

.trust-strip { background: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 27px clamp(24px, 8vw, 132px); border-bottom: 1px solid var(--line); }
.trust-strip div { padding: 3px 28px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: .96rem; }
.trust-strip span { color: #607080; font-size: .82rem; }

.section { padding: 110px clamp(24px, 8vw, 132px); }
.section-heading { max-width: 830px; }
.section-heading > p:last-child { color: #526576; font-size: 1.08rem; max-width: 680px; }
.service-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 350px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; position: relative; transition: transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-number { color: #8a9bab; font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.solution-badge { width: 96px; height: 96px; margin: 17px 0 24px; overflow: visible; filter: drop-shadow(0 10px 15px rgba(7,24,38,.16)); }
.service-card h3 { margin-top: auto; margin-bottom: 12px; font-size: 1.45rem; }
.service-card p { margin: 0; color: #5b6c7a; font-size: .94rem; }
.service-card a { margin-top: 20px; color: var(--ink); font-weight: 800; font-size: .9rem; }
.controller-card { background: #f0f4f8; border-color: #c8d5df; }
.controller-card .new-pill { background: var(--ink); }
.cala-card { background: #fff6f0; border-color: #ffd2b6; }
.air-card { background: #edf7f8; border-color: #bfdde1; }
.air-card .new-pill { background: #177987; }
.new-pill { position: absolute; right: 22px; top: 22px; background: var(--cala); color: white; border-radius: 999px; padding: 4px 10px; font-size: .7rem; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; }

.enphase { display: grid; grid-template-columns: .92fr 1.08fr; background: #07111b; color: white; }
.enphase-content { padding: clamp(62px, 8vw, 120px); align-self: center; }
.enphase-content .lead { color: #c6d3dc; }
.enphase-content > p:not(.eyebrow):not(.lead) { color: #9fb1be; }
.enphase-photo { min-height: 680px; position: relative; overflow: hidden; background: #000; }
.enphase-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; }
.system-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 36px 0; background: #31404c; border: 1px solid #31404c; border-radius: 14px; overflow: hidden; }
.system-stats div { padding: 20px 16px; background: #111f2c; }
.system-stats strong, .system-stats span { display: block; }
.system-stats strong { color: var(--orange); font-size: 1.25rem; }
.system-stats span { color: #b8c6d0; font-size: .75rem; line-height: 1.35; margin-top: 5px; }
.text-link.light { color: white; }

.ev-feature { padding: 110px clamp(24px, 8vw, 132px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(48px, 8vw, 120px); background: linear-gradient(145deg, #fff 0%, #eef5f8 100%); border-bottom: 1px solid var(--line); }
.ev-feature-intro { align-self: start; position: sticky; top: 122px; }
.ev-feature-intro h2 { max-width: 650px; }
.ev-feature-story { max-width: 850px; }
.ev-feature-story > h3 { font-size: 1.7rem; margin-bottom: 16px; }
.ev-feature-story > p { color: #506372; }
.ev-use-grid { margin: 34px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ev-use-grid div { min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid #cbdce4; border-radius: 16px; background: rgba(255,255,255,.78); }
.ev-use-grid strong, .ev-use-grid span { display: block; }
.ev-use-grid strong { margin-bottom: 9px; font-size: 1.02rem; }
.ev-use-grid span { color: #5a6d7a; font-size: .86rem; line-height: 1.5; }
.availability-note { padding: 20px 22px; border-left: 4px solid var(--orange); background: white; border-radius: 0 12px 12px 0; font-size: .88rem; }
.generator-feature { background: linear-gradient(145deg, #07111b 0%, #102c3e 100%); color: white; }
.generator-feature .eyebrow { color: var(--orange); }
.generator-feature .ev-feature-story > p { color: #c1ced7; }
.generator-feature .ev-use-grid div { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
.generator-feature .ev-use-grid span { color: #c1ced7; }
.generator-feature .availability-note { color: var(--ink); }
.generator-feature .text-link { color: white; }

.iq-air { display: grid; grid-template-columns: 1.04fr .96fr; background: #edf4f5; }
.air-photo { min-height: 720px; position: relative; overflow: hidden; background: #cbd9dc; }
.air-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; }
.air-content { padding: clamp(62px, 7vw, 108px); align-self: center; }
.air-content .eyebrow { color: #177987; }
.air-content ul { list-style: none; padding: 0; margin: 30px 0; display: grid; gap: 19px; }
.air-content li { display: grid; grid-template-columns: 38px 1fr; gap: 12px; color: #526674; }
.air-content li > span { color: #177987; font-size: .74rem; font-weight: 800; letter-spacing: .08em; padding-top: 4px; }
.air-content strong { color: var(--ink); }
.works-together { margin-top: 30px; padding: 22px; border: 1px solid #b9d6da; border-radius: 14px; background: rgba(255,255,255,.72); }
.works-together p { margin: 7px 0 0; color: #506572; font-size: .86rem; line-height: 1.55; }

.cala { display: grid; grid-template-columns: 1.08fr .92fr; background: white; }
.cala-photo { min-height: 720px; position: relative; overflow: hidden; }
.cala-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; position: absolute; }
.photo-credit { position: absolute; left: 18px; bottom: 15px; color: white; background: rgba(0,0,0,.57); border-radius: 999px; padding: 5px 10px; font-size: .67rem; }
.cala-content { padding: clamp(62px, 8vw, 120px); align-self: center; }
.cala-content .eyebrow { color: var(--cala); }
.lead { color: #455868; font-size: 1.07rem; }
.cala-content ul { list-style: none; padding: 0; margin: 32px 0 0; display: grid; gap: 22px; }
.cala-content li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; color: #576877; }
.cala-content li > span { width: 29px; height: 29px; display: grid; place-items: center; color: white; background: var(--cala); border-radius: 50%; font-weight: 800; }
.cala-content strong { color: var(--ink); }
.text-link { font-weight: 800; text-underline-offset: 4px; }

.incentives { padding: 110px clamp(24px, 8vw, 132px); color: white; background: linear-gradient(135deg, #0b1724 0%, #123a49 100%); }
.incentive-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(40px, 7vw, 100px); align-items: end; }
.incentive-heading h2 { max-width: 900px; margin-bottom: 0; }
.incentive-heading > p { color: #c0d1da; margin: 0 0 8px; font-size: 1.02rem; }
.rebate-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rebate-grid article { min-height: 305px; padding: 26px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.07); }
.rebate-grid article.featured-rebate { border-color: var(--orange); background: rgba(247,148,29,.12); }
.rebate-grid span { color: #bfd0da; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.rebate-grid strong { margin-top: auto; color: var(--orange); font-size: clamp(1.75rem, 2.5vw, 2.8rem); line-height: 1.02; letter-spacing: -.045em; }
.rebate-grid p { color: #c2d0d8; margin: 16px 0 0; font-size: .86rem; }
.rebate-link { margin-top: 18px; color: white; font-size: .82rem; font-weight: 800; text-underline-offset: 4px; }
.rebate-action { margin-top: 24px; padding: 28px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; border-radius: var(--radius); background: white; color: var(--ink); }
.rebate-action p { margin: 6px 0 0; max-width: 820px; color: #566976; font-size: .88rem; }
.rebate-action .button-row { margin-top: 0; min-width: 290px; }
.rebate-action .button.secondary { color: var(--ink); border-color: #a8bac5; background: white; }
.rebate-disclaimer { margin: 17px 0 0; color: #9eb4c0; font-size: .72rem; }

.difference { background: var(--ink); color: white; }
.difference .section-heading { max-width: 760px; }
.difference-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 46px; }
.difference-grid span { color: var(--orange); font-weight: 800; font-size: .8rem; }
.difference-grid h3 { margin: 20px 0 12px; font-size: 1.4rem; }
.difference-grid p { color: #b9c8d3; margin: 0; }

.service-area { padding: 92px clamp(24px, 8vw, 132px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 110px); background: #f4f7f9; border-top: 1px solid var(--line); }
.service-area h2 { max-width: 650px; }
.service-area-copy { max-width: 760px; }
.service-area-copy p { color: #506372; }
.service-area-copy .text-link { display: inline-block; margin-top: 14px; }

.contact { padding: 110px clamp(24px, 8vw, 132px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); background: #eaf0f4; }
.contact-copy > p:not(.eyebrow) { color: #526576; font-size: 1.05rem; }
.direct-contact { display: grid; margin-top: 36px; border-top: 1px solid #c8d4dc; }
.direct-contact a { padding: 14px 0; text-decoration: none; font-weight: 800; border-bottom: 1px solid #c8d4dc; }
.direct-contact small { display: inline-block; width: 70px; color: #6d7d8b; font-weight: 600; }
form { padding: 34px; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .83rem; font-weight: 800; }
.optional { color: #71808d; font-weight: 600; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, select, textarea { width: 100%; border: 1px solid #c9d3da; border-radius: 10px; background: white; padding: 13px 14px; font: inherit; color: var(--ink); outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange-deep); box-shadow: 0 0 0 3px rgba(247,148,29,.17); }
textarea { resize: vertical; }
.form-note { margin: 10px 0 0; color: #71808d; font-size: .76rem; }

.join-team { padding: 88px clamp(24px, 8vw, 132px); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(42px, 8vw, 110px); align-items: center; background: linear-gradient(135deg, #f7941d 0%, #ffb44d 100%); color: #07111b; }
.join-team .eyebrow { color: #6f3500; }
.join-team h2 { max-width: 760px; margin-bottom: 0; }
.join-team-copy { max-width: 700px; }
.join-team-copy p { margin: 0 0 26px; color: #36220c; font-size: 1.03rem; }
.join-team-copy .button { display: inline-flex; }

.partner-dialog { width: min(920px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: #f4f7f9; box-shadow: 0 30px 90px rgba(4,18,29,.38); overflow: auto; }
.partner-dialog::backdrop { background: rgba(4,18,29,.72); backdrop-filter: blur(4px); }
.partner-dialog-header { position: relative; padding: 34px 78px 28px 34px; background: #f4f7f9; }
.partner-dialog-header h2 { max-width: 700px; margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.35rem); }
.partner-dialog-header > div > p:last-child { max-width: 720px; margin: 0; color: #526576; }
.partner-dialog-close { position: absolute; top: 20px; right: 20px; width: 44px; height: 44px; border: 0; border-radius: 50%; color: white; background: var(--ink); font: inherit; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.partner-dialog-close:hover { background: #203244; }
#partner-form { border-radius: 0; border-top: 5px solid var(--orange); box-shadow: none; }

footer { padding: 48px clamp(24px, 8vw, 132px) 96px; background: #07111b; color: #9eb0bd; display: grid; grid-template-columns: 1.3fr 1fr 1fr auto; align-items: center; gap: 30px; font-size: .78rem; }
footer img { width: 230px; filter: brightness(0) invert(1); opacity: .94; }
footer p { margin: 0; }
footer div { display: flex; gap: 16px; }
footer a { color: white; }
.mobile-bar { display: none; }

.chat-launcher { min-height: 44px; padding: 0 17px; border: 0; border-radius: 999px; color: white; background: var(--ink); box-shadow: 0 8px 22px rgba(4,18,29,.18); font: inherit; font-size: .875rem; font-weight: 800; white-space: nowrap; cursor: pointer; }
.chat-launcher span { color: var(--orange); margin-right: 5px; }
.chat-panel { position: fixed; right: 24px; top: 94px; z-index: 80; width: min(390px, calc(100vw - 32px)); max-height: min(610px, calc(100vh - 112px)); background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 26px 80px rgba(4,18,29,.28); overflow: hidden; }
.chat-header { padding: 18px 18px 16px; display: flex; align-items: center; background: var(--ink); color: white; }
.chat-header div { display: grid; }
.chat-header strong { font-size: .94rem; }
.chat-header span { color: #afc1cd; font-size: .72rem; }
.chat-header button { margin-left: auto; width: 38px; height: 38px; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.1); font-size: 1.5rem; cursor: pointer; }
.chat-messages { min-height: 170px; max-height: 280px; padding: 18px; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; background: #f4f7f9; }
.chat-message { max-width: 88%; padding: 11px 13px; border-radius: 14px; font-size: .83rem; line-height: 1.45; }
.chat-message.bot { align-self: flex-start; background: white; border: 1px solid #dbe3e8; border-bottom-left-radius: 4px; }
.chat-message.user { align-self: flex-end; color: white; background: var(--ink); border-bottom-right-radius: 4px; }
.quick-questions { padding: 12px 14px 4px; display: flex; flex-wrap: wrap; gap: 7px; }
.quick-questions button { border: 1px solid #cbd7df; border-radius: 999px; padding: 7px 10px; background: white; color: var(--ink); font: inherit; font-size: .73rem; font-weight: 700; cursor: pointer; }
.quick-questions button:hover { border-color: var(--orange); }
.chat-form { padding: 10px 14px; display: grid; grid-template-columns: 1fr auto; gap: 8px; box-shadow: none; border-radius: 0; }
.chat-form input { margin: 0; min-width: 0; }
.chat-form button { border: 0; border-radius: 10px; padding: 0 14px; color: #111; background: var(--orange); font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.chat-note { margin: 0; padding: 0 14px 13px; color: #74828d; font-size: .66rem; line-height: 1.4; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 1050px) {
  nav { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .cala { grid-template-columns: 1fr; }
  .iq-air { grid-template-columns: 1fr; }
  .air-photo { min-height: 560px; }
  .air-content { padding: 80px 8vw; }
  .enphase { grid-template-columns: 1fr; }
  .enphase-photo { min-height: 500px; grid-row: 1; }
  .enphase-content { padding: 80px 8vw; }
  .ev-feature { grid-template-columns: 1fr; }
  .ev-feature-intro { position: static; }
  .incentive-heading { grid-template-columns: 1fr; }
  .service-area { grid-template-columns: 1fr; }
  .join-team { grid-template-columns: 1fr; }
  .rebate-grid { grid-template-columns: repeat(2, 1fr); }
  .rebate-action { grid-template-columns: 1fr; }
  .cala-photo { min-height: 560px; }
  .cala-content { padding: 80px 8vw; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  body { padding-bottom: 64px; }
  .site-header { height: 68px; padding: 0 18px; }
  .brand-group { gap: 8px; }
  .brand img { width: 145px; }
  .header-call { display: none; }
  .hero { min-height: 670px; align-items: end; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,16,27,.97) 5%, rgba(5,16,27,.72) 73%, rgba(5,16,27,.14)); }
  .hero-content { margin: 0; padding: 140px 24px 54px; width: 100%; }
  .hero-rebate-button { width: 100%; justify-content: center; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.3rem); }
  .button-row .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; padding: 12px 24px; }
  .trust-strip div, .trust-strip div:first-child { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .section { padding: 78px 24px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .service-card { min-height: 250px; }
  .cala-photo { min-height: 410px; }
  .air-photo { min-height: 420px; }
  .cala-photo img { object-position: 57% center; }
  .cala-content { padding: 65px 24px 76px; }
  .air-content { padding: 65px 24px 76px; }
  .enphase-photo { min-height: 360px; }
  .enphase-content { padding: 65px 24px 76px; }
  .ev-feature { padding: 78px 24px; gap: 26px; }
  .ev-use-grid { grid-template-columns: 1fr; }
  .ev-use-grid div { min-height: 145px; }
  .system-stats { grid-template-columns: 1fr; }
  .system-stats div { padding: 14px 16px; }
  .difference-grid { grid-template-columns: 1fr; gap: 35px; }
  .incentives { padding: 78px 24px; }
  .rebate-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .rebate-grid article { min-height: 210px; }
  .rebate-action { padding: 22px; gap: 22px; }
  .rebate-action .button-row { min-width: 0; }
  .contact { grid-template-columns: 1fr; padding: 78px 24px; }
  .join-team { padding: 68px 24px; gap: 28px; }
  .partner-dialog { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
  .partner-dialog-header { padding: 28px 68px 24px 24px; }
  form { padding: 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; padding: 46px 24px 90px; gap: 18px; }
  footer div { margin-top: 10px; }
  .mobile-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: 1fr; background: white; box-shadow: 0 -8px 30px rgba(8,25,39,.17); }
  .mobile-bar a { display: grid; place-items: center; text-decoration: none; font-weight: 800; font-size: .84rem; border-right: 1px solid var(--line); }
  .mobile-bar a:last-child { color: #111; background: var(--orange); border: 0; }
  .chat-launcher { min-height: 40px; padding: 0 10px; font-size: .875rem; }
  .chat-launcher span { display: none; }
  .chat-panel { right: 16px; top: 78px; max-height: calc(100vh - 94px); }
}

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