/* Final targeted UX patch: product discovery CTA, category index, and accessible category navigation. */
.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:24px}.hero-actions .secondary-cta{margin-top:0}.primary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 20px;background:var(--coral);color:#fff;border:2px solid var(--coral);font-weight:800;text-decoration:none}.primary-cta:hover,.primary-cta:focus-visible{background:var(--ink);border-color:var(--ink)}
.category-menu{position:relative}.category-menu-button{border:0;background:none;padding:11px 13px;font-weight:700;font-size:14px;color:var(--ink)}.category-menu-button>span{display:inline-block;margin-left:3px;transition:transform .18s ease}.category-menu-button:hover,.category-menu-button:focus-visible,.category-menu-button.active{color:var(--coral)}.category-menu-button.active{box-shadow:inset 0 -3px var(--coral)}.category-menu.open .category-menu-button>span,.category-menu:hover .category-menu-button>span,.category-menu:focus-within .category-menu-button>span{transform:rotate(180deg)}
.category-mega{display:none;position:absolute;top:100%;left:50%;width:min(660px,calc(100vw - 40px));grid-template-columns:repeat(3,minmax(0,1fr));padding:14px;background:var(--field);border:1px solid var(--line);border-top:3px solid var(--coral);box-shadow:var(--shadow);transform:translateX(-50%);z-index:1200}.category-menu:hover .category-mega,.category-menu:focus-within .category-mega,.category-menu.open .category-mega{display:grid}.category-mega a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0;padding:12px 13px;border-bottom:1px solid var(--line);font-size:14px;font-weight:700;text-decoration:none}.category-mega a:nth-last-child(-n+3){border-bottom:0}.category-mega a span{color:var(--coral)}.category-mega a:hover,.category-mega a:focus-visible{background:var(--coral-soft);outline:none}
.home-category-stage{padding:78px 0;background:var(--cobalt);color:#fff;border-bottom:1px solid var(--ink)}.home-category-stage .eyebrow{color:#ffd5a6}.home-category-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:48px;align-items:end;margin-bottom:30px}.home-category-head h2,.home-category-head p{margin-bottom:0}.home-category-head>p{max-width:460px;color:#e3e7ff}.home-category-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.38);border-left:1px solid rgba(255,255,255,.38)}.home-category-index>a{display:grid;grid-template-columns:36px 1fr auto;gap:14px;align-items:start;min-height:138px;padding:21px 18px;border-right:1px solid rgba(255,255,255,.38);border-bottom:1px solid rgba(255,255,255,.38);color:#fff;text-decoration:none}.home-category-index>a:hover,.home-category-index>a:focus-visible{background:rgba(17,20,28,.28);outline:2px solid #fff;outline-offset:-2px}.home-category-index>a>span{font:700 12px "Cascadia Mono",monospace;color:#ffd5a6}.home-category-index h3,.home-category-index p{margin:0}.home-category-index h3{font-size:1.22rem;line-height:1.08}.home-category-index p{margin-top:8px;font-size:14px;line-height:1.45;color:#e3e7ff}.home-category-index b{color:#ffd5a6}.home-category-local{display:inline-block;margin-top:24px;color:#fff;font-weight:800;text-decoration-thickness:2px}
@media(max-width:1180px) and (min-width:1024px){.header-inner{gap:18px}.nav-group-button,.category-menu-button,.nav-faq{padding-inline:9px;font-size:13px}.category-mega{left:auto;right:-160px;transform:none}}
@media(max-width:1023px){.category-menu{border-bottom:1px solid var(--line)}.category-menu-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 13px;text-align:left;font-size:18px}.category-menu-button.active{box-shadow:none}.category-mega,.category-menu:hover .category-mega,.category-menu:focus-within .category-mega{display:none;position:static;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px 0 14px 18px;border:0;border-top:1px solid var(--line);box-shadow:none;transform:none;background:transparent}.category-menu.open .category-mega{display:grid}.category-mega a{padding:11px 12px;border-bottom:1px solid var(--line)}.category-mega a:nth-last-child(-n+3){border-bottom:1px solid var(--line)}.category-mega a:nth-last-child(-n+2){border-bottom:0}.home-category-head{grid-template-columns:1fr}.home-category-index{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:699px){.hero-actions{align-items:stretch;gap:14px}.primary-cta,.hero-actions .secondary-cta{text-align:center}.home-category-stage{padding:56px 0}.home-category-head{gap:18px}.home-category-index{grid-template-columns:1fr}.home-category-index>a{min-height:0}.category-mega,.category-menu.open .category-mega{grid-template-columns:1fr}.category-mega a:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.category-mega a:last-child{border-bottom:0}}
