/* A compact storefront: original logo geometry, quiet product trays, explicit actions. */
.header { min-height:76px; border-bottom:1px solid var(--line); gap:22px; }
.header .brand { grid-template-columns:44px 174px; gap:4px 9px; }
.header .brand-mark { background:none; padding:0; width:44px; height:29px; }
.header .brand-wordmark { width:174px; }
.header .brand-mark img, .header .brand-wordmark { filter:brightness(0) saturate(100%) invert(23%) sepia(30%) saturate(1900%) hue-rotate(167deg) brightness(92%) contrast(93%); }
.header .brand-tagline { color:var(--blue); font-size:11.5px; line-height:16px; }
.primary-nav { gap:24px; }
.nav-group { position:relative; }
.nav-group summary { display:flex; align-items:center; gap:6px; min-height:44px; cursor:pointer; list-style:none; }
.nav-group summary::-webkit-details-marker { display:none; }
.nav-group summary svg { width:14px; height:14px; }
.nav-group[open] summary svg { transform:rotate(180deg); }
.nav-dropdown { position:absolute; top:calc(100% + 8px); left:-20px; z-index:25; width:254px; padding:8px; background:#fff; border:1px solid var(--line); border-radius:10px; box-shadow:0 12px 28px #16252e12; }
.header .nav-dropdown a { display:block; padding:13px; border-radius:6px; }
.header .nav-dropdown a:hover { background:var(--pale); text-decoration:none; }
.nav-dropdown small { display:block; margin-top:4px; color:var(--muted); font-size:12px; font-weight:400; }
.primary-nav .nav-advice { display:none; }
summary:focus-visible { outline:3px solid #1e77b7; outline-offset:4px; }
.store-hero { display:flex; justify-content:space-between; align-items:end; gap:36px; padding-block:42px 32px; }
.store-hero h1 { font-size:clamp(34px,3.5vw,47px); letter-spacing:-1.6px; }
.store-hero>div>p { font-size:15px; color:var(--muted); max-width:550px; margin-top:13px; }
.hero-actions { display:flex; gap:10px; margin-top:23px; }
.hero-actions .button { min-width:168px; }
.hero-order-note { color:var(--muted); font-size:12px; line-height:1.8; padding-bottom:8px; }
.store-benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; padding-block:21px; position:relative; }
.store-benefits:before { content:''; position:absolute; inset:0 44px; background:var(--pale); border-radius:10px; z-index:-1; }
.store-benefits>a { display:flex; align-items:center; justify-content:center; gap:11px; padding:0 10px; }
.store-benefits svg { color:var(--blue); width:19px; height:19px; }
.store-benefits strong { display:block; font-size:14px; font-weight:600; }
.store-benefits small { display:block; color:var(--muted); font-size:12px; margin-top:3px; }
.store-benefits a:hover strong { text-decoration:underline; text-underline-offset:3px; }
.featured-section { padding-block:33px 46px; }
.home-section-heading { display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin-bottom:20px; }
.home-section-heading h2 { font-size:26px; }
.home-section-heading p { font-size:12px; color:var(--muted); }
.featured-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.featured-product { min-width:0; }
.featured-art { display:flex; justify-content:center; align-items:center; height:198px; border-radius:12px; background:var(--surface); padding:25px; }
.featured-art:hover { background:#e9eef1; }
.featured-art img { width:100%; height:100%; object-fit:contain; mix-blend-mode:multiply; }
.featured-info { padding-top:16px; }
.featured-type { font-size:12px; color:var(--muted); margin-bottom:5px; }
.featured-info h3 { font-size:21px; line-height:1.25; letter-spacing:-.45px; font-weight:500; }
.featured-info h3 a:hover { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.featured-info .model-number { font-size:11px; margin-top:8px; }
.featured-scope { font-size:12px; color:var(--muted); line-height:1.6; margin-top:10px; min-height:39px; max-width:325px; }
.featured-price { display:flex; align-items:baseline; flex-wrap:wrap; gap:8px; margin-top:13px; }
.featured-price .live-price { font-size:25px; font-weight:500; letter-spacing:-.7px; }
.featured-price small { font-size:11px; color:var(--muted); }
.featured-actions { display:flex; gap:20px; align-items:center; margin-top:15px; }
.featured-actions .button { font-size:13px; min-height:44px; padding:12px 20px; }
.featured-actions>a { display:inline-flex; align-items:center; min-height:44px; font-size:13px; color:var(--blue); text-decoration:underline; text-underline-offset:4px; }
.system-invitation { padding-block:0 42px; }
.system-invitation-inner { display:flex; justify-content:space-between; align-items:center; gap:40px; border-radius:14px; padding:28px 44px; background:var(--pale); }
.system-invitation h2 { font-size:30px; }
.system-invitation p { margin-top:12px; max-width:540px; color:var(--muted); font-size:14px; }
.system-invitation .button { margin-top:22px; }
.system-invitation img { width:145px; height:190px; object-fit:contain; mix-blend-mode:multiply; }
.electrician-section { display:grid; grid-template-columns:1.45fr 1fr; align-items:center; gap:90px; padding-block:22px 48px; }
.electrician-section h2 { max-width:510px; font-size:30px; }
.electrician-section>div>p { font-size:14px; color:var(--muted); margin-top:15px; max-width:575px; }
.electrician-section strong { font-weight:600; color:var(--ink); }
.electrician-section .button { margin-top:23px; }
.electrician-section p.expert-reply { font-size:12px; }
.expert-facts { border-left:1px solid var(--line); padding-left:35px; }
.expert-facts p+p { margin-top:25px; }
.expert-facts strong { display:block; font-size:18px; margin-bottom:7px; }
.store-faq { display:grid; grid-template-columns:1fr 2fr; gap:60px; padding-block:32px 55px; border-top:1px solid var(--line); }
.store-faq h2 { font-size:28px; }
.store-faq details { padding:18px 0; border-bottom:1px solid var(--line); scroll-margin-top:20px; }
.store-faq details:first-child { padding-top:0; }
.store-faq summary { cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; font-size:15px; font-weight:500; min-height:30px; }
.store-faq summary::-webkit-details-marker { display:none; }
.store-faq summary svg { width:17px; height:17px; }
.store-faq details[open] summary svg { transform:rotate(45deg); }
.store-faq details p { font-size:13px; color:var(--muted); margin-top:13px; max-width:720px; }
.store-faq details p a { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.footer { padding-bottom:40px; }
.footer p { font-size:12px; }
.collection-intro { padding-bottom:20px; align-items:start; }
.collection-intro p { max-width:650px; }
.collection-intro .segmented { margin-top:5px; }
.catalog-tools { gap:12px; }
.format-filters { display:flex; gap:7px; flex-wrap:wrap; }
.catalog-tools .chip { font-size:12px; min-height:44px; }
.output-filter { display:flex; align-items:center; gap:9px; font-size:12px; margin-left:8px; }
.output-filter select { min-height:44px; border:1px solid var(--line); padding:8px 32px 8px 12px; border-radius:8px; background:#fff; color:var(--ink); }
.card-add { display:flex; justify-content:center; align-items:center; gap:8px; border:1px solid var(--blue); border-radius:30px; padding:10px 12px; min-height:44px; font-size:12px; color:var(--blue); white-space:nowrap; }
.card-add svg { width:15px; height:15px; }
.card-add:hover { background:var(--blue); color:white; }
.product-action { flex-wrap:wrap; }
.purchase-scope { margin:14px 0 18px; font-size:13px; line-height:1.6; }
.purchase-scope strong { font-weight:600; }
.purchase-scope p { color:var(--muted); margin-top:3px; }
.purchase-document-note { display:flex; align-items:start; gap:7px; font-size:12px; color:#74603c; margin-top:14px; line-height:1.6; }
.purchase-document-note svg { width:16px; height:17px; margin-top:2px; }
.purchase-document-note a { text-decoration:underline; text-underline-offset:3px; }
body[data-page=product] .product-hero { gap:48px; }
body[data-page=product] .hero-product-art { height:395px; padding:35px; }
body[data-page=product] .hero-product-art>img { height:300px; }
body[data-page=product] .product-summary h1 { font-size:35px; }
body[data-page=product] .product-badges { margin:14px 0; }
body[data-page=product] .product-page-price { margin:18px 0 14px; }
body[data-page=product] .purchase-actions { grid-template-columns:1fr 1fr; }
body[data-page=product] .section-kicker { text-transform:none; letter-spacing:0; }
.cart-scope { margin-top:7px; font-size:11px; color:var(--muted); line-height:1.6; }
.field-hint { font-size:11px; color:var(--muted); line-height:1.5; font-weight:400; }
.optional-order-details { font-size:13px; border-block:1px solid var(--line); padding:13px 0; }
.optional-order-details summary { min-height:24px; cursor:pointer; }
.optional-fields { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:18px; }
.enquiry-parts summary { min-height:30px; line-height:1.6; }
.enquiry-parts { border-block:1px solid var(--line); padding:10px 0; }

@media(max-width:1100px) {
  .header .primary-nav { display:none; }
  .header .mobile-menu { display:flex; }
  .header .primary-nav.open { display:flex; position:absolute; top:100%; left:0; right:0; z-index:25; padding:18px 28px; background:#fff; box-shadow:0 15px 25px #16252e14; flex-direction:column; align-items:stretch; gap:0; max-height:calc(100dvh - 76px); overflow:auto; }
  .header .primary-nav>a, .primary-nav .nav-group>summary, .primary-nav .nav-advice { min-height:48px; padding:12px 0; }
  .primary-nav .nav-advice { display:block; text-align:left; color:var(--blue); }
  .nav-group>summary { justify-content:space-between; }
  .nav-dropdown { position:static; width:auto; padding:0 0 10px 12px; box-shadow:none; border:0; border-left:2px solid var(--line); border-radius:0; }
  .store-benefits:before { inset-inline:30px; }
  .store-benefits { gap:10px; }
  .store-benefits strong { font-size:12px; }
  .store-benefits small { font-size:11px; }
  .featured-grid { gap:22px; }
  .featured-info h3 { font-size:19px; }
  .featured-actions { gap:12px; flex-wrap:wrap; }
  .featured-actions .button { padding-inline:17px; }
  .electrician-section { gap:45px; }
  .store-faq { gap:35px; }
}
@media(max-width:700px) {
  .header { min-height:68px; padding:9px 16px; gap:8px; }
  .header .brand { grid-template-columns:34px 140px; gap:3px 7px; }
  .header .brand-mark { width:34px; height:25px; }
  .header .brand-wordmark { width:140px; }
  .header .brand-tagline { font-size:10px; line-height:14px; }
  .header .icon-button { width:36px; height:44px; }
  .header .primary-nav.open { max-height:calc(100dvh - 68px); padding:12px 20px; }
  .wrap { padding-inline:20px; }
  .store-hero { display:block; padding-block:27px 18px; }
  .store-hero h1 { max-width:350px; font-size:35px; letter-spacing:-1.1px; }
  .store-hero>div>p { font-size:13px; margin-top:11px; max-width:390px; }
  .hero-actions { margin-top:18px; gap:8px; }
  .hero-actions .button { min-width:0; flex:1; max-width:190px; font-size:13px; min-height:44px; padding:12px 14px; }
  .hero-order-note { font-size:11px; line-height:1.6; margin-top:13px; padding:0; }
  .hero-order-note br { display:none; }
  .store-benefits { grid-template-columns:1fr; gap:10px; padding-block:15px; }
  .store-benefits:before { inset-inline:20px; }
  .store-benefits>a { justify-content:start; padding-inline:15px; gap:10px; }
  .store-benefits strong { font-size:12px; font-weight:600; }
  .store-benefits small { display:inline; font-size:11px; margin-left:7px; }
  .store-benefits>a>span { display:flex; align-items:baseline; flex-wrap:wrap; }
  .store-benefits svg { width:16px; height:16px; }
  .featured-section { padding-block:24px 27px; }
  .home-section-heading { display:block; margin-bottom:4px; }
  .home-section-heading h2 { font-size:24px; }
  .home-section-heading p { font-size:11px; margin-top:5px; }
  .featured-grid { display:block; }
  .featured-product { display:grid; grid-template-columns:99px minmax(0,1fr); gap:16px; padding:21px 0; border-bottom:1px solid var(--line); }
  .featured-art { height:134px; padding:12px; border-radius:9px; }
  .featured-info { padding:0; }
  .featured-type { font-size:10px; line-height:1.5; margin-bottom:4px; }
  .featured-info h3 { font-size:18px; letter-spacing:-.35px; }
  .featured-info .model-number { font-size:9px; margin-top:6px; }
  .featured-scope { font-size:11px; margin-top:7px; min-height:0; }
  .featured-price { gap:6px; margin-top:9px; }
  .featured-price .live-price { font-size:23px; }
  .featured-price small { font-size:10px; }
  .featured-actions { gap:3px 13px; margin-top:9px; }
  .featured-actions .button { font-size:12px; padding:10px 16px; }
  .featured-actions .button svg { width:16px; }
  .featured-actions>a { font-size:12px; min-height:36px; }
  .system-invitation { padding-bottom:25px; }
  .system-invitation-inner { padding:24px 20px; gap:15px; align-items:start; }
  .system-invitation h2 { font-size:24px; }
  .system-invitation p { font-size:12px; }
  .system-invitation img { width:70px; height:170px; flex-shrink:0; }
  .system-invitation .button { font-size:12px; margin-top:17px; padding:12px 17px; min-height:44px; }
  .electrician-section { grid-template-columns:1fr; gap:25px; padding-block:10px 32px; }
  .electrician-section h2 { font-size:26px; }
  .electrician-section>div>p { font-size:13px; margin-top:12px; }
  .electrician-section .button { font-size:13px; margin-top:18px; }
  .electrician-section p.expert-reply { font-size:11px; }
  .expert-facts { padding-left:17px; }
  .expert-facts strong { font-size:15px; margin-bottom:4px; }
  .expert-facts p+p { margin-top:17px; }
  .store-faq { grid-template-columns:1fr; gap:20px; padding-block:27px 32px; }
  .store-faq h2 { font-size:25px; }
  .store-faq summary { font-size:13px; min-height:36px; }
  .store-faq details p { font-size:12px; }
  .help-float { display:none; }
  .footer { padding-block:25px 32px; }
  .collection-intro h1 { font-size:31px; }
  .collection-intro p { font-size:12px; }
  .collection-intro { padding-bottom:0; }
  .collection-intro .segmented { margin-top:19px; }
  .segmented button { min-height:44px; }
  .format-filters { gap:6px; }
  .catalog-tools { gap:12px; }
  .catalog-tools .chip { font-size:11px; padding:9px 12px; }
  .output-filter { margin-left:0; }
  .catalog-tools .count { font-size:12px; }
  .product-action { display:block; }
  .product-action .live-price { font-size:18px; }
  .product-action .card-add { width:100%; margin-top:10px; font-size:12px; }
  body[data-page=product] .breadcrumbs { font-size:10px; padding-block:14px 12px; }
  body[data-page=product] .product-hero { gap:11px; }
  body[data-page=product] .hero-product-art { height:182px; padding:18px; }
  body[data-page=product] .hero-product-art>img { height:150px; }
  body[data-page=product] .product-visual>p { font-size:9px; margin:6px 0 0; }
  body[data-page=product] .product-summary { padding-top:0; }
  body[data-page=product] .product-summary .eyebrow { display:none; }
  body[data-page=product] .product-summary h1 { font-size:28px; letter-spacing:-.8px; }
  body[data-page=product] .product-sku { font-size:11px; margin-top:8px; }
  body[data-page=product] .product-badges { gap:5px; margin:11px 0; }
  body[data-page=product] .product-badges span { font-size:10px; padding:5px 8px; }
  body[data-page=product] .product-page-price { margin:11px 0; }
  body[data-page=product] .product-page-price .live-price { font-size:29px; }
  body[data-page=product] .product-page-price small { font-size:11px; margin-top:3px; }
  .purchase-scope { font-size:12px; margin:12px 0 15px; }
  body[data-page=product] .purchase-actions { grid-template-columns:1fr; gap:9px; }
  body[data-page=product] .purchase-actions .button { min-height:46px; }
  .purchase-document-note { font-size:11px; margin-top:12px; }
  .optional-fields { grid-template-columns:1fr; gap:16px; }
  .cart-scope { font-size:10px; }
  .list-row .quantity button { width:36px; height:40px; }
  .list-row .quantity { gap:2px; }
}
@media(max-width:360px) {
  .header { padding-inline:12px; gap:5px; }
  .header .brand { grid-template-columns:28px 119px; gap:3px 6px; }
  .header .brand-mark { width:28px; height:23px; }
  .header .brand-wordmark { width:119px; }
  .header .brand-tagline { font-size:9px; }
  .header .icon-button { width:31px; }
  .store-hero h1 { font-size:32px; }
  .store-benefits strong { font-size:11px; }
  .store-benefits small { font-size:10px; margin-left:5px; }
  .featured-product { grid-template-columns:80px minmax(0,1fr); gap:12px; }
  .featured-art { height:118px; padding:9px; }
  .featured-info h3 { font-size:17px; }
  .system-invitation img { width:54px; height:155px; }
  .system-invitation-inner { padding:21px 16px; gap:10px; }
  .system-invitation h2 { font-size:23px; }
  .list-row { grid-template-columns:45px minmax(0,1fr); }
  .list-row .cart-row-end { grid-column:2; display:flex; justify-content:space-between; align-items:center; }
}
@media print { .store-benefits,.hero-actions,.featured-actions,.system-invitation,.store-faq { display:none; } }

/* Fuller home range, following the owner's category order. */
.store-hero { display:block; padding-block:38px 31px; }
.store-hero h1 { max-width:710px; }
.hero-selling-points { list-style:none; margin:20px 0 0; padding:0; display:grid; gap:12px; }
.hero-selling-points li { display:flex; align-items:center; gap:11px; font-size:15px; line-height:1.5; }
.hero-selling-points svg { color:var(--blue); width:19px; height:19px; }
.store-hero .hero-actions { margin-top:25px; }
.featured-section { padding-top:24px; }
.home-range { padding-block:38px 45px; border-top:1px solid var(--line); }
.home-range .home-section-heading { margin-bottom:24px; }
.home-range .home-section-heading h2 { font-size:30px; }
.home-range .home-section-heading p { font-size:13px; margin-top:8px; }
.home-range .home-section-heading>.text-button { display:flex; align-items:center; gap:5px; flex-shrink:0; }
.home-range .home-section-heading>.text-button svg { width:16px; height:16px; }
.inverter-style-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.install-art { display:block; overflow:hidden; border-radius:12px; background:var(--surface); aspect-ratio:3/2; }
.install-art img { width:100%; height:100%; object-fit:cover; }
.inverter-style-copy { padding-top:20px; }
.inverter-style-copy h3 { font-size:25px; font-weight:500; letter-spacing:-.6px; }
.inverter-style-copy p { font-size:14px; line-height:1.7; color:var(--muted); margin-top:10px; max-width:490px; min-height:48px; }
.inverter-style-copy .button { margin-top:20px; min-height:44px; }
.installation-caption { margin-top:24px; color:var(--muted); font-size:11px; }
.home-range-grid .product-art { height:192px; }
.home-range-grid .product-title { font-size:17px; }
.range-product-link { display:inline-flex; align-items:center; min-height:36px; font-size:12px; color:var(--blue); text-decoration:underline; text-underline-offset:3px; margin-top:6px; }
.base-range { grid-template-columns:repeat(2,minmax(0,1fr)); max-width:730px; }
.base-range .product-art { height:185px; }
.home-range-grid .product-art>svg { width:52px; height:52px; }
.system-invitation { padding-top:22px; }
.price-summary .delivery-summary { margin-top:14px; padding-top:12px; border-top:1px solid var(--line); }
.price-summary .delivery-summary strong { font-size:17px; letter-spacing:0; color:var(--blue); }
@media(max-width:700px) {
  .store-hero { padding-block:27px 20px; }
  .store-hero h1 { font-size:32px; max-width:390px; }
  .hero-selling-points { gap:10px; margin-top:16px; }
  .hero-selling-points li { font-size:12px; gap:10px; align-items:start; }
  .hero-selling-points svg { width:17px; height:17px; margin-top:1px; }
  .store-hero .hero-actions { margin-top:21px; }
  .featured-section { padding-top:20px; }
  .home-range { padding-block:28px 30px; }
  .home-range .home-section-heading { margin-bottom:18px; }
  .home-range .home-section-heading h2 { font-size:26px; }
  .home-range .home-section-heading p { font-size:12px; margin-top:7px; }
  .home-range .home-section-heading>.text-button { font-size:12px; width:fit-content; margin-top:7px; }
  .inverter-style-grid { grid-template-columns:1fr; gap:29px; }
  .inverter-style-copy { padding-top:16px; }
  .inverter-style-copy h3 { font-size:23px; }
  .inverter-style-copy p { font-size:13px; min-height:0; margin-top:8px; }
  .inverter-style-copy .button { margin-top:16px; font-size:13px; }
  .installation-caption { font-size:10px; margin-top:18px; }
  .home-range-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:25px 14px; }
  .home-range-grid .product-art { height:158px; padding:18px; }
  .home-range-grid .product-title { font-size:15px; }
  .home-range-grid .product-action .live-price { font-size:17px; }
  .base-range .product-art { height:142px; }
  .system-invitation { padding-top:15px; }
}
@media(max-width:360px) {
  .store-hero h1 { font-size:29px; }
  .hero-selling-points li { font-size:11.5px; }
  .home-range-grid .product-art { height:137px; padding:14px; }
  .home-range-grid .product-title { font-size:14px; }
}

/* v8.181 — Price Beat Guarantee page, hero link, AI-W5.1 system link. */
.install-art picture { display:block; width:100%; height:100%; }
.hero-selling-points a { color:inherit; text-decoration:underline; text-underline-offset:4px; text-decoration-color:var(--line); }
.hero-selling-points a:hover { color:var(--blue); text-decoration-color:currentColor; }
.featured-system-link { display:inline-flex; align-items:center; gap:6px; margin-top:12px; font-size:13px; color:var(--blue); text-decoration:underline; text-underline-offset:4px; }
.featured-system-link svg { width:15px; height:15px; }
/* The price-beat claim is one column: hint, tick, then the link field. */
#price-beat-details .optional-fields { grid-template-columns:1fr; gap:14px; }
#price-beat-details .field-hint { line-height:1.6; }
#price-beat-details textarea { min-height:78px; }
.info-page { padding-block:10px 60px; max-width:860px; }
.info-page .collection-intro { display:block; padding-block:18px 8px; }
.info-page .collection-intro p { font-size:17px; line-height:1.65; color:var(--ink); margin-top:14px; max-width:660px; }
.info-block { padding-top:34px; }
.info-block h2 { font-size:23px; }
.info-block p { font-size:15px; line-height:1.75; color:var(--muted); margin-top:12px; max-width:660px; }
.info-actions { margin-top:20px; }
.info-conditions { list-style:none; margin:16px 0 0; padding:0; display:grid; gap:14px; max-width:660px; }
.info-conditions li { display:flex; gap:12px; font-size:15px; line-height:1.65; }
.info-conditions svg { color:var(--blue); width:19px; height:19px; margin-top:3px; }
.info-disclaimer { margin-top:40px; padding:22px 24px; border:1px solid var(--line); border-left:3px solid var(--blue); border-radius:10px; background:var(--surface); max-width:700px; }
.info-disclaimer h2 { font-size:17px; }
.info-disclaimer p { font-size:14px; line-height:1.7; color:var(--muted); margin-top:10px; }
.info-disclaimer strong { color:var(--ink); font-weight:500; }
@media (max-width:760px) {
  .info-page { padding-bottom:42px; }
  .info-page .collection-intro p { font-size:15px; }
  .info-block { padding-top:26px; }
  .info-block h2 { font-size:20px; }
  .info-block p,.info-conditions li { font-size:14px; }
  .info-disclaimer { margin-top:30px; padding:18px; }
  .info-disclaimer h2 { font-size:16px; }
  .info-disclaimer p { font-size:13px; }
}

/* v8.182 — risk-led hero, and the 15s advice prompt. */
.hero-break { display:none; }
.store-hero h1 + p { font-size:16px; line-height:1.65; color:var(--muted); margin-top:16px; max-width:600px; }
.hero-selling-points sup { font-size:.62em; top:-.5em; margin-left:1px; }
/* Inside the top-layer <dialog>; no position:fixed and no z-index here, or it
   starts negotiating with #cart-bar and .toast for no reason. */
.advice-prompt-actions { display:grid; gap:4px; }
.advice-prompt-actions .button { min-height:50px; }
.advice-prompt-actions .text-button { min-height:44px; font-size:13px; color:var(--muted); }
.advice-prompt-actions .text-button:hover { color:var(--ink); }
@media (min-width:701px) {
  .hero-break { display:inline; }
}
@media (max-width:700px) {
  .store-hero h1 + p { font-size:14px; line-height:1.55; margin-top:11px; max-width:420px; }
  .advice-prompt-actions .button { min-height:48px; font-size:14px; }
}

/* v8.183 — homepage inverter ranges by mount style, each with its own phase switch.
   Cards for both phases are in the HTML; the section's data-show-phase decides. */
[data-show-phase="1"] [data-card-phase="3"],
[data-show-phase="3"] [data-card-phase="1"] { display:none; }
.home-phase-switch { width:fit-content; margin:0 0 22px; }
.range-group-label { grid-column:1 / -1; margin:6px 0 -4px; padding-top:16px; border-top:1px solid var(--line); font-size:13px; font-weight:500; color:var(--muted); }
.inverter-range .product-meta { margin-top:4px; }
@media (max-width:700px) {
  .home-phase-switch { margin:14px 0 18px; }
  .range-group-label { font-size:12px; padding-top:12px; }
}

/* About page (v8.186) */
.about-page { max-width:1120px; }
.about-lead { display:grid; grid-template-columns:1.05fr 1fr; gap:48px; align-items:center; padding-block:22px 10px; }
.about-lead .eyebrow { color:var(--blue); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; }
.about-lead h1 { font-size:44px; line-height:1.08; letter-spacing:-1.2px; margin-top:12px; max-width:520px; }
.about-standfirst { font-size:17px; line-height:1.65; color:var(--ink); margin-top:18px; max-width:520px; }
.about-lead-art { margin:0; }
.about-lead-art img { display:block; width:100%; height:auto; border-radius:14px; border:1px solid var(--line); }
.about-lead-art figcaption { margin-top:8px; color:var(--muted); font-size:11px; }
.about-stats { list-style:none; margin:28px 0 0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-top:1px solid var(--line); }
.about-stats li { display:grid; gap:3px; padding:16px 18px 0 0; }
.about-stats li+li { padding-left:18px; border-left:1px solid var(--line); }
.about-stats strong { font-size:26px; font-weight:600; line-height:1.1; letter-spacing:-.6px; color:var(--ink); }
.about-stats span { font-size:12.5px; line-height:1.45; color:var(--muted); }
.about-quote { margin-top:40px; padding:26px 30px; border-radius:14px; background:var(--blue); color:#fff; }
.about-quote blockquote { margin:0; font-size:24px; font-weight:500; letter-spacing:-.5px; line-height:1.3; max-width:640px; }
.about-two-col { display:grid; grid-template-columns:1fr 1fr; gap:48px; }
.about-two-col h2 { font-size:23px; }
.about-promises { margin-top:16px; }
.about-audiences { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:22px; }
.about-audiences article { padding:20px 20px 22px; border:1px solid var(--line); border-radius:12px; }
.about-audiences svg { color:var(--blue); width:22px; height:22px; }
.about-audiences h3 { font-size:17px; font-weight:600; margin-top:12px; }
.about-audiences p { font-size:14px; line-height:1.7; color:var(--muted); margin-top:8px; }
.about-audiences a { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.about-cta .info-actions { display:flex; flex-wrap:wrap; gap:10px; }
.about-cta .info-actions .button { min-height:44px; }
.expert-about { display:inline-flex; align-items:center; gap:6px; margin-top:24px; font-size:13px; }
@media (max-width:900px) {
  .about-lead { grid-template-columns:1fr; gap:22px; }
  .about-lead h1 { font-size:34px; }
  .about-two-col { grid-template-columns:1fr; gap:30px; }
}
@media (max-width:760px) {
  .about-lead h1 { font-size:30px; letter-spacing:-.8px; }
  .about-standfirst { font-size:15px; margin-top:12px; }
  .about-stats { margin-top:20px; }
  .about-stats li { padding:12px 10px 0 0; }
  .about-stats li+li { padding-left:10px; }
  .about-stats strong { font-size:20px; }
  .about-stats span { font-size:11.5px; }
  .about-quote { margin-top:28px; padding:20px 22px; }
  .about-quote blockquote { font-size:19px; }
  .about-audiences { grid-template-columns:1fr; gap:12px; }
  .about-lead-art figcaption { font-size:10px; }
  .about-cta .info-actions .button { flex:1 1 100%; justify-content:center; }
}

/* Lead pages + homepage paths (v8.187) */
.lead-page { max-width:1120px; }
.lead-intro .eyebrow { color:var(--blue); font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; margin-bottom:10px; }
.lead-intro p { max-width:640px; }
.lead-steps { list-style:none; counter-reset:step; margin:26px 0 0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.lead-steps li { counter-increment:step; display:grid; gap:4px; padding:16px 18px 16px 52px; position:relative; border:1px solid var(--line); border-radius:12px; background:var(--surface); }
.lead-steps li::before { content:counter(step); position:absolute; left:16px; top:16px; width:26px; height:26px; border-radius:50%; background:var(--blue); color:#fff; font-size:13px; font-weight:600; display:grid; place-items:center; }
.lead-steps strong { font-size:15px; font-weight:600; }
.lead-steps span { font-size:13px; line-height:1.55; color:var(--muted); }
.lead-layout { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr); gap:40px; margin-top:36px; align-items:start; }
.lead-form { padding:26px; border:1px solid var(--line); border-radius:14px; }
.lead-form-title { font-size:17px; font-weight:600; margin-top:6px; }
.lead-form-title:first-child { margin-top:0; }
.lead-form .field-hint { display:block; margin-top:6px; }
.lead-goals { border:0; padding:0; margin:0; display:grid; gap:10px; }
.lead-goals legend { font-size:12px; font-weight:500; margin-bottom:10px; }
.lead-form .order-consent span { font-size:13px; }
.lead-aside { position:sticky; top:20px; padding:24px; border-radius:14px; background:var(--pale); }
.lead-aside h2 { font-size:19px; }
.lead-aside .info-conditions { margin-top:14px; gap:11px; }
.lead-aside .info-conditions li { font-size:14px; }
.lead-aside-note { margin-top:18px; font-size:12px; color:var(--muted); }
.lead-page .document-note { margin-top:28px; }
.lead-success { padding:30px 26px; border:1px solid var(--line); border-radius:14px; }
.paths-section { padding-block:30px 20px; border-top:1px solid var(--line); }
.paths-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:20px; }
.path-card { display:grid; gap:8px; padding:24px; border:1px solid var(--line); border-radius:14px; color:var(--ink); text-decoration:none; background:var(--pale); transition:border-color .15s; }
.path-card:hover { border-color:var(--blue); }
.path-card svg { color:var(--blue); width:26px; height:26px; }
.path-card h3 { font-size:21px; font-weight:600; margin-top:4px; }
.path-card p { font-size:14px; line-height:1.65; color:var(--muted); max-width:460px; }
.path-card span { display:inline-flex; align-items:center; gap:6px; margin-top:6px; font-size:14px; font-weight:500; color:var(--blue); }
.path-card span svg { width:16px; height:16px; }
@media (max-width:900px) { .lead-layout { grid-template-columns:1fr; gap:24px; } .lead-aside { position:static; } }
@media (max-width:760px) {
  .lead-steps { grid-template-columns:1fr; gap:10px; margin-top:18px; }
  .lead-form { padding:18px; }
  .paths-grid { grid-template-columns:1fr; gap:12px; }
  .path-card { padding:18px; }
  .path-card h3 { font-size:18px; }
}

.hero-price-beat { color:var(--ink); text-decoration:underline; text-underline-offset:4px; font:inherit; padding:0; }
.hero-price-beat:hover { color:var(--blue); }
.price-beat-modal h3 { font-size:22px; font-weight:500; margin:14px 0 16px; line-height:1.3; }
.price-beat-modal .info-conditions { margin-bottom:16px; }
.price-beat-modal .consent a { color:var(--blue); text-decoration:underline; }
.price-beat-modal .list-actions { margin-top:18px; }

/* Pairs with (v8.188) */
.pairs-with { margin-top:26px; padding:20px 20px 16px; border:1px solid var(--line); border-radius:14px; text-align:left; }
.pairs-head { display:flex; align-items:baseline; justify-content:space-between; gap:12px; }
.pairs-head h2 { font-size:17px; font-weight:600; }
.pairs-head .text-button { font-size:12px; }
.pairs-list { list-style:none; margin:10px 0 0; padding:0; }
.pair-row { display:grid; grid-template-columns:52px minmax(0,1fr) auto; align-items:center; gap:14px; padding:12px 0; border-top:1px solid var(--line); }
.pair-row:first-child { border-top:0; }
.pair-art { display:grid; place-items:center; width:52px; height:52px; border-radius:10px; background:var(--surface); padding:6px; }
.pair-art img { max-width:100%; max-height:100%; object-fit:contain; }
.pair-art svg { width:22px; height:22px; color:var(--muted); }
.pair-copy { display:grid; gap:2px; min-width:0; }
.pair-name { font-size:14px; font-weight:600; color:var(--ink); text-decoration:none; }
.pair-name:hover { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.pair-note { font-size:12px; color:var(--muted); line-height:1.4; }
.pair-price { font-size:12px; color:var(--muted); margin-top:2px; }
.pair-price .live-price { font-weight:600; color:var(--ink); }
.pair-add { display:inline-flex; align-items:center; gap:5px; min-height:38px; padding:8px 14px; border:1px solid var(--blue); border-radius:30px; color:var(--blue); font-size:12px; font-weight:500; background:#fff; white-space:nowrap; }
.pair-add:hover { background:var(--blue); color:#fff; }
.pair-add svg { width:14px; height:14px; }
.pairs-note { margin-top:10px; font-size:11px; color:var(--muted); line-height:1.5; }
@media (max-width:760px) {
  .pairs-with { margin-top:16px; padding:14px 14px 12px; }
  .pairs-head h2 { font-size:15px; }
  .pair-row { grid-template-columns:44px minmax(0,1fr) auto; gap:10px; padding:10px 0; }
  .pair-art { width:44px; height:44px; }
  .pair-name { font-size:13px; }
  .pair-note,.pair-price { font-size:11px; }
  .pair-add { min-height:36px; padding:7px 11px; }
  .pair-add span { display:none; }
  .pair-add svg { width:16px; height:16px; }
}

/* Phase toggle sits above the format chips, not top-right (Kieron 22 Sep) */
body[data-page=collection] .collection-intro { display:block; padding-bottom:6px; }
body[data-page=collection] .collection-intro .segmented { width:fit-content; margin-top:22px; }
body[data-page=collection] .catalog-tools { margin-top:14px; }
@media (max-width:760px) { body[data-page=collection] .collection-intro .segmented { margin-top:16px; } }

/* v8.190 — Deye | Everest brand, hero subhead + visual, cart checkout in header */
.header .brand.brand-partner { grid-template-columns:auto 1px 44px 174px; gap:4px 12px; align-items:center; }
.header .brand-deye { width:auto; height:24px; filter:none; grid-row:1/3; align-self:center; }
.header .brand-divider { display:block; width:1px; height:34px; background:var(--line); grid-row:1/3; align-self:center; }
.header .brand.brand-partner .brand-tagline { grid-column:3/-1; text-align:left; }
.hero-subhead { display:inline-flex; align-items:center; gap:8px; font-size:17px; font-weight:500; color:var(--ink); margin-top:14px; padding-bottom:6px; border-bottom:2px solid var(--blue); }
.hero-subhead svg { width:20px; height:20px; color:var(--blue); }
.store-hero { display:flex; align-items:center; justify-content:space-between; gap:40px; padding-block:38px 31px; }
.store-hero>div:first-child { flex:1 1 auto; min-width:0; }
.store-hero>div>p.hero-subhead { font-size:17px; font-weight:500; color:var(--ink); max-width:none; }
.hero-visual { position:relative; flex:0 0 auto; width:min(38%,440px); min-height:340px; display:grid; place-items:center; }
.hero-visual img { width:auto; height:330px; max-height:100%; filter:drop-shadow(0 18px 30px #16252e1f); }
.hero-chip { position:absolute; display:flex; align-items:center; gap:10px; padding:10px 14px; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:0 10px 24px #16252e14; font-size:11.5px; line-height:1.3; color:var(--muted); }
.hero-chip svg { width:18px; height:18px; color:var(--blue); }
.hero-chip strong { display:block; font-size:15px; font-weight:600; color:var(--ink); letter-spacing:-.3px; }
.hero-chip-installs { top:40px; left:0; }
.hero-chip-daily { bottom:44px; right:0; }
.panel-tools { display:flex; align-items:center; gap:10px; flex-shrink:0; }
.panel-checkout { min-height:38px; padding:8px 16px; font-size:13px; }
@media (max-width:1120px) { .hero-visual { width:40%; min-height:300px; } .hero-visual img { height:280px; } }
@media (max-width:760px) {
  .store-hero { display:block; }
  .header .brand.brand-partner { grid-template-columns:auto 1px 34px 140px; gap:3px 8px; }
  .header .brand-deye { height:18px; }
  .header .brand-divider { height:28px; }
  .hero-subhead { font-size:15px; margin-top:10px; }
  .hero-visual { display:none; }
  .panel-checkout { padding:7px 12px; font-size:12px; }
  .panel-checkout svg { display:none; }
}

@media (max-width:480px) {
  .header { gap:6px; }
  .header .brand.brand-partner { grid-template-columns:auto 1px 30px 118px; gap:2px 7px; }
  .header .brand-deye { height:16px; }
  .header .brand-divider { height:24px; }
  .header .brand-wordmark { width:118px; }
  .header .brand-mark { width:30px; height:22px; }
  .header .brand-tagline { font-size:9px; line-height:12px; }
}

/* v8.191 — four named hero CTAs in a 2x2 grid */
.store-hero .hero-actions-quad { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; max-width:470px; margin-top:26px; }
.store-hero .hero-actions-quad .button { min-width:0; width:100%; padding:13px 16px; font-size:13.5px; line-height:1.25; text-align:center; }
@media (max-width:760px) {
  .store-hero .hero-actions-quad { grid-template-columns:1fr 1fr; gap:8px; max-width:none; margin-top:20px; }
  .store-hero .hero-actions-quad .button { flex:none; max-width:none; font-size:12.5px; padding:12px 10px; min-height:48px; }
}
@media (max-width:380px) { .store-hero .hero-actions-quad { grid-template-columns:1fr; } }

/* v8.191 — "Pairs with" range links on battery pages */
.pairs-with-links .pairs-list { margin-top:6px; }
.pair-link-row+.pair-link-row { border-top:1px solid var(--line); }
.pair-link { display:grid; grid-template-columns:24px minmax(0,1fr) 18px; align-items:center; gap:14px; padding:14px 0; color:var(--ink); }
.pair-link:hover .pair-link-name { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.pair-link>svg:first-child { width:22px; height:22px; color:var(--blue); }
.pair-link>svg:last-child { width:18px; height:18px; color:var(--muted); }
.pair-link:hover>svg:last-child { color:var(--blue); }
.pair-link-copy { display:grid; gap:2px; min-width:0; }
.pair-link-name { font-size:14px; font-weight:600; }
@media (max-width:760px) {
  .pair-link { grid-template-columns:20px minmax(0,1fr) 16px; gap:10px; padding:12px 0; }
  .pair-link-name { font-size:13px; }
}

/* v8.192 — checkout: cart-style breakdown, two steps, promise moved down */
.order-review[open]>summary { margin-bottom:4px; }
/* store-cart.css has .order-review>div{display:flex} — one class + one type,
   so it outranks a bare .order-review-list and turned the breakdown into a
   horizontal row. Two classes outrank it back. Keep the child selector. */
.order-review>.order-review-list { display:grid; grid-template-columns:1fr; gap:0; margin-top:8px; font-size:inherit; }
.order-review>.order-review-list>.order-review-row { margin-top:0; }
.order-review-row { display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:14px; padding:12px 0; border-top:1px solid var(--line); }
.order-review-row:first-child { border-top:0; }
.order-review-row .component-art { width:56px; height:56px; padding:6px; border-radius:10px; }
.order-review-copy { display:grid; gap:2px; min-width:0; }
.order-review-copy strong { font-size:14px; font-weight:600; letter-spacing:-.2px; }
.order-review-copy .model-number { margin-top:0; }
.order-review-unit { font-size:11px; color:var(--muted); }
.order-review-line { font-size:14px; font-weight:600; white-space:nowrap; text-align:right; }
.checkout-step { display:grid; grid-template-columns:1fr 1fr; gap:17px; }
.checkout-step>.full, .checkout-step>p { grid-column:1/-1; }
.checkout-step .invoice-promise { margin:6px 0 0; }
#to-delivery { margin-top:2px; }
@media (max-width:600px) {
  .checkout-step { grid-template-columns:1fr; gap:15px; }
  .order-review-row { gap:10px; padding:10px 0; }
  .order-review-row .component-art { width:46px; height:46px; padding:4px; }
  .order-review-copy strong { font-size:13px; }
  .order-review-line { font-size:13px; }
}

/* v8.192 — every HV three-phase hybrid, listed on high-voltage battery pages */
.pair-models { list-style:none; margin:14px 0 0; padding:14px 0 0; border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px 14px; }
.pair-models a { display:flex; align-items:baseline; gap:8px; min-width:0; padding:5px 0; color:var(--ink); }
.pair-models a:hover strong { color:var(--blue); text-decoration:underline; text-underline-offset:3px; }
.pair-models strong { font-size:13px; font-weight:600; white-space:nowrap; }
.pair-models span { font-size:10.5px; color:var(--muted); overflow-wrap:anywhere; }
@media (max-width:760px) { .pair-models { grid-template-columns:1fr; gap:2px; } }

/* v8.195 — product page: trust strip under the buy button, Pairs with moved
   down on mobile, documents open at page 1.
   Kieron, 23 September 2026: "we need top 3 selling points on all products.
   1 about Everest Energy… The pairs with should be near the bottom on phone,
   i think above explore related parts." */
.product-trust { list-style:none; margin:18px 0 0; padding:16px 18px; border:1px solid var(--line); border-radius:12px; background:var(--surface); display:grid; gap:10px; }
.product-trust>li { display:grid; grid-template-columns:18px minmax(0,1fr); align-items:start; gap:11px; font-size:13px; line-height:1.55; }
.product-trust>li>svg { width:18px; height:18px; margin-top:1px; color:var(--blue); }
.product-trust .text-button { font-size:13px; text-align:left; }
.product-trust-about { border-top:1px solid var(--line); margin-top:2px; padding-top:11px; }
.product-trust-about a { display:inline-flex; align-items:center; gap:6px; font-weight:600; color:var(--blue); }
.product-trust-about a:hover { text-decoration:underline; text-underline-offset:3px; }
.product-trust-about a>svg { width:15px; height:15px; }

/* Pairs with is rendered twice — once in the image column, once low on the
   page — and one copy is hidden at each breakpoint. See pairsWith() in
   build-deye-store-pages.mjs for why this is not done with JavaScript. */
.pairs-mobile { display:none; }
@media (max-width:760px) {
  .pairs-desktop { display:none; }
  .pairs-mobile { display:block; margin:30px 0 34px; }
  .product-trust { margin-top:14px; padding:14px 15px; gap:9px; }
  .product-trust>li { font-size:12.5px; }
  .product-trust .text-button { font-size:12.5px; }
}
