:root {
  --athena-bg: #0c0717;
  --athena-bg-soft: #130b1f;
  --athena-surface: #171022;
  --athena-panel: #241532;
  --athena-panel-2: #311d43;
  --athena-paper: #f8f5ff;
  --athena-muted: #bdb3cb;
  --athena-gold: #ffc94f;
  --athena-gold-2: #ffb235;
  --athena-violet: #9a6bff;
  --athena-pink: #ff5b9f;
  --athena-mint: #54e0a7;
  --athena-border: rgba(255,255,255,.11);
  --athena-shadow: 0 28px 70px rgba(0,0,0,.38);
  --athena-radius: 22px;
  --athena-container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--athena-bg); color: var(--athena-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.athena-modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--athena-gold); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { 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; }
:where(a, button, input, textarea, select, [tabindex]):focus-visible { outline: 3px solid var(--athena-gold); outline-offset: 3px; }
.athena-skip-link { position: fixed; top: 8px; left: 8px; z-index: 10000; padding: 12px 16px; background: var(--athena-gold); color: #170d22; transform: translateY(-160%); border-radius: 10px; font-weight: 800; }
.athena-skip-link:focus { transform: none; }
.athena-container { width: min(calc(100% - 40px), var(--athena-container)); margin-inline: auto; }
.athena-main { min-height: 55vh; }
.athena-topbar { background: #08050e; color: var(--athena-muted); border-bottom: 1px solid var(--athena-border); font-size: .75rem; }
.athena-topbar__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.athena-status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--athena-mint); box-shadow: 0 0 0 5px rgba(84,224,167,.1); margin-right: 9px; vertical-align: middle; }
.athena-header { position: sticky; top: 0; z-index: 100; background: rgba(12,7,23,.86); border-bottom: 1px solid var(--athena-border); backdrop-filter: blur(18px); }
.admin-bar .athena-header { top: 32px; }
.athena-header__inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.athena-wordmark { display: inline-flex; align-items: center; gap: 12px; color: var(--athena-paper); }
.athena-wordmark__mark { width: 40px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.7); position: relative; border-radius: 3px; background: linear-gradient(145deg, rgba(154,107,255,.15), rgba(255,201,79,.08)); }
.athena-wordmark__mark::after { content: ""; position: absolute; inset: 8px -7px -7px 8px; border-right: 1px solid rgba(255,201,79,.55); border-bottom: 1px solid rgba(255,201,79,.55); }
.athena-wordmark strong { display: block; font-size: 1.04rem; letter-spacing: -.02em; }
.athena-wordmark small { display: block; color: var(--athena-muted); font-size: .54rem; letter-spacing: .34em; margin-top: -2px; }
.custom-logo-link img { max-height: 58px; width: auto; }
.athena-primary-nav { justify-self: center; }
.athena-menu { list-style: none; display: flex; align-items: center; gap: 26px; padding: 0; margin: 0; }
.athena-menu a { min-height: 44px; display: inline-flex; align-items: center; color: #ded7e9; font-size: .92rem; font-weight: 650; }
.athena-menu a:hover, .athena-menu .current-menu-item > a { color: var(--athena-gold); }
.athena-menu .sub-menu { display: none; position: absolute; list-style: none; min-width: 230px; padding: 12px; border: 1px solid var(--athena-border); background: #171022; border-radius: 16px; box-shadow: var(--athena-shadow); }
.athena-menu li { position: relative; }
.athena-menu li:hover > .sub-menu, .athena-menu li:focus-within > .sub-menu { display: grid; }
.athena-menu .sub-menu a { display: flex; padding: 9px 10px; border-radius: 10px; }
.athena-menu .sub-menu a:hover { background: rgba(255,255,255,.05); }
.athena-header-actions { display: flex; gap: 8px; }
.athena-icon-button { width: 44px; height: 44px; border: 1px solid var(--athena-border); border-radius: 50%; background: rgba(255,255,255,.035); color: var(--athena-paper); display: grid; place-items: center; position: relative; }
.athena-icon-button:hover { color: var(--athena-gold); border-color: rgba(255,201,79,.45); background: rgba(255,201,79,.08); }
.athena-icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.athena-cart-count { position: absolute; top: -5px; right: -3px; min-width: 19px; height: 19px; border-radius: 50%; display: grid; place-items: center; padding: 0 4px; background: var(--athena-gold); color: #1a1024; font-size: .64rem; font-weight: 900; }
.athena-nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--athena-border); border-radius: 12px; background: transparent; padding: 10px; }
.athena-nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--athena-paper); margin: 5px 0; }
.athena-eyebrow { color: var(--athena-gold); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; margin: 0 0 14px; }
.athena-hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--athena-border); background: radial-gradient(circle at 78% 15%, rgba(154,107,255,.22), transparent 34%), linear-gradient(180deg, #11091c 0%, #0c0717 100%); }
.athena-hero__grid { min-height: 640px; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(400px,.95fr); align-items: center; gap: 70px; padding-block: 82px; }
.athena-hero h1 { font-family: "Arial Black", Inter, system-ui, sans-serif; font-size: clamp(3rem, 6.6vw, 6.25rem); line-height: .94; letter-spacing: -.065em; margin: 0 0 26px; max-width: 820px; }
.athena-hero h1::first-letter { color: var(--athena-paper); }
.athena-hero__lead { color: var(--athena-muted); max-width: 650px; font-size: clamp(1rem, 1.4vw, 1.18rem); margin-bottom: 28px; }
.athena-hero-search { max-width: 650px; margin-bottom: 18px; }
.woocommerce-product-search { display: flex; gap: 10px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; padding: 7px; box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.woocommerce-product-search .search-field { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--athena-paper); padding: 10px 12px; }
.woocommerce-product-search button { border: 0; background: var(--athena-gold); color: #190f22; border-radius: 11px; padding: 11px 18px; font-weight: 900; }
.athena-hero__actions, .athena-guide__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0; }
.athena-button, body .button, body button.button, body input.button, body #respond input#submit { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 999px; padding: 11px 20px; font-weight: 900; border: 1px solid transparent; transition: .2s ease; }
.athena-button--gold, body .button.alt, body button.button.alt, body #respond input#submit.alt { background: linear-gradient(135deg, var(--athena-gold), var(--athena-gold-2)); color: #190f22; box-shadow: 0 8px 26px rgba(255,178,53,.2); }
.athena-button--gold:hover, body .button.alt:hover { color: #190f22; transform: translateY(-1px); box-shadow: 0 12px 32px rgba(255,178,53,.28); }
.athena-button--ghost { background: rgba(255,255,255,.04); color: var(--athena-paper); border-color: var(--athena-border); }
.athena-button--ghost:hover { border-color: rgba(255,201,79,.46); color: var(--athena-gold); }
.athena-quick-links { display: flex; flex-wrap: wrap; gap: 8px; }
.athena-quick-links a { min-height: 44px; display: inline-flex; align-items: center; border: 1px solid var(--athena-border); background: rgba(255,255,255,.025); border-radius: 999px; padding: 7px 12px; font-size: .75rem; color: var(--athena-muted); }
.athena-quick-links a:hover { border-color: rgba(255,201,79,.42); color: var(--athena-gold); }
.athena-hero__visual { min-height: 470px; position: relative; }
.athena-orbit { width: 370px; aspect-ratio: 1; border: 1px solid rgba(154,107,255,.24); border-radius: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.athena-orbit::before, .athena-orbit::after { content: ""; position: absolute; inset: 54px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.athena-orbit::after { inset: 116px; }
.athena-hero-cube { position: absolute; width: 176px; height: 176px; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-8deg); border-radius: 38px; background: linear-gradient(145deg,#392448,#1d122c); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--athena-shadow), inset 0 0 55px rgba(154,107,255,.15); display: grid; place-items: center; }
.athena-hero-cube span { font-family: serif; font-size: 5rem; color: rgba(255,201,79,.78); text-shadow: 0 0 40px rgba(255,201,79,.28); }
.athena-float-card { position: absolute; width: 170px; min-height: 120px; padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: linear-gradient(145deg,rgba(49,29,67,.92),rgba(24,15,36,.9)); box-shadow: 0 25px 55px rgba(0,0,0,.35); display: flex; flex-direction: column; gap: 5px; }
.athena-float-card span { font-size: 1.45rem; }
.athena-float-card strong { font-size: .94rem; }
.athena-float-card small { color: var(--athena-muted); line-height: 1.35; }
.athena-float-card--one { right: 0; top: 150px; transform: rotate(4deg); }
.athena-float-card--two { left: 12px; top: 28px; transform: rotate(-6deg); }
.athena-float-card--three { left: 74px; bottom: 8px; transform: rotate(-2deg); }
.athena-hero__glow { position: absolute; width: 380px; height: 380px; border-radius: 50%; filter: blur(90px); opacity: .13; pointer-events: none; }
.athena-hero__glow--one { background: var(--athena-violet); right: 4%; top: 10%; }
.athena-hero__glow--two { background: var(--athena-pink); left: -8%; bottom: -25%; }
.athena-trust-strip { border-bottom: 1px solid var(--athena-border); background: #0a0611; }
.athena-trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.athena-trust-strip__grid > div { min-height: 94px; display: grid; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 12px; padding: 18px 28px; border-right: 1px solid var(--athena-border); }
.athena-trust-strip__grid > div:last-child { border-right: 0; }
.athena-trust-strip span { grid-row: 1 / span 2; font-size: 1.25rem; }
.athena-trust-strip strong { font-size: .86rem; }
.athena-trust-strip small { color: var(--athena-muted); font-size: .72rem; }
.athena-section { padding-block: clamp(70px, 8vw, 116px); }
.athena-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 36px; }
.athena-section-heading h2, .athena-guide h2, .athena-concierge h2 { margin: 0; font-family: "Arial Black", Inter, system-ui, sans-serif; font-size: clamp(2rem,4vw,3.4rem); line-height: 1.02; letter-spacing: -.045em; }
.athena-section-heading p:not(.athena-eyebrow) { color: var(--athena-muted); max-width: 720px; margin-bottom: 0; }
.athena-text-link { color: var(--athena-gold); font-weight: 900; white-space: nowrap; }
.athena-universes { background: linear-gradient(180deg,#0d0816,#11091c); border-bottom: 1px solid var(--athena-border); }
.athena-universe-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.athena-universe { min-height: 210px; padding: 26px; border: 1px solid var(--athena-border); border-radius: var(--athena-radius); background: linear-gradient(145deg,rgba(49,29,67,.75),rgba(18,11,29,.88)); position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; transition: .25s ease; }
.athena-universe::after { content: ""; position: absolute; width: 180px; height: 180px; right: -65px; top: -75px; border-radius: 50%; background: rgba(154,107,255,.14); filter: blur(6px); }
.athena-universe:hover { transform: translateY(-4px); color: var(--athena-paper); border-color: rgba(255,201,79,.38); box-shadow: var(--athena-shadow); }
.athena-universe > span { font-size: 2.1rem; margin-bottom: auto; }
.athena-universe strong { font-size: 1.3rem; }
.athena-universe small { color: var(--athena-muted); margin-top: 6px; max-width: 280px; }
.athena-universe--pokemon::after { background: rgba(255,201,79,.17); }
.athena-universe--candy::after { background: rgba(255,91,159,.17); }
.athena-universe--funko::after { background: rgba(84,224,167,.12); }
.athena-product-section:nth-of-type(even) { background: rgba(255,255,255,.012); border-block: 1px solid rgba(255,255,255,.045); }
.woocommerce ul.products, .woocommerce-page ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; min-width: 0; position: relative; display: flex; flex-direction: column; padding: 0 0 16px; border: 1px solid var(--athena-border); border-radius: 18px; background: linear-gradient(180deg,#2b193c 0%,#181023 48%,#130c1d 100%); overflow: hidden; transition: .22s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-4px); border-color: rgba(255,201,79,.34); box-shadow: 0 22px 50px rgba(0,0,0,.3); }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1 / .86; object-fit: contain; margin: 0 0 16px; padding: 18px; background: radial-gradient(circle at 50% 42%,rgba(154,107,255,.16),transparent 58%); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 16px; color: var(--athena-paper); font-size: .95rem; line-height: 1.35; min-height: 3.9em; }
.woocommerce ul.products li.product .price { color: var(--athena-paper); font-weight: 900; font-size: 1.08rem; padding: 0 16px; margin-top: auto; }
.woocommerce ul.products li.product .price del { color: var(--athena-muted); opacity: .7; font-size: .78em; }
.woocommerce ul.products li.product .button { margin: 10px 16px 0; background: var(--athena-gold); color: #1a1023; border: 0; min-height: 44px; font-size: .82rem; }
.woocommerce ul.products li.product .added_to_cart { margin: 8px 16px 0; font-size: .8rem; color: var(--athena-mint); font-weight: 800; }
.woocommerce span.onsale { min-width: auto; min-height: auto; line-height: 1; border-radius: 999px; padding: 8px 10px; background: var(--athena-pink); left: 12px; top: 12px; font-size: .67rem; }
.athena-product-badges { position: absolute; left: 12px; top: 12px; z-index: 3; display: flex; flex-wrap: wrap; gap: 5px; max-width: calc(100% - 24px); }
.single-product .athena-product-badges { position: static; margin-bottom: 12px; }
.athena-badge { display: inline-flex; padding: 6px 8px; border-radius: 999px; font-size: .61rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; border: 1px solid rgba(255,255,255,.12); }
.athena-badge--violet { background: rgba(154,107,255,.16); color: #d9c8ff; }
.athena-badge--gold { background: rgba(255,201,79,.14); color: var(--athena-gold); }
.athena-guide { border-top: 1px solid var(--athena-border); background: radial-gradient(circle at 85% 45%,rgba(154,107,255,.15),transparent 30%); }
.athena-guide__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.athena-guide p { color: var(--athena-muted); }
.athena-guide__steps { display: grid; gap: 14px; }
.athena-guide__steps article { border: 1px solid var(--athena-border); border-radius: 18px; background: rgba(255,255,255,.025); padding: 20px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; }
.athena-guide__steps article > span { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(145deg,rgba(154,107,255,.24),rgba(255,201,79,.08)); color: var(--athena-gold); font-weight: 900; }
.athena-guide__steps strong { font-size: 1.04rem; }
.athena-guide__steps p { margin: 4px 0 0; font-size: .9rem; }
.athena-commerce-shell, .athena-content-shell { padding-block: 54px 100px; min-height: 62vh; }
.woocommerce .woocommerce-breadcrumb { color: var(--athena-muted); margin-bottom: 30px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--athena-gold); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { color: var(--athena-muted); }
.woocommerce .woocommerce-ordering select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single, .wc-block-components-text-input input, .wc-block-components-combobox .wc-block-components-combobox-control input { background: rgba(255,255,255,.055); color: var(--athena-paper); border: 1px solid var(--athena-border); border-radius: 12px; min-height: 46px; padding: 10px 12px; }
.woocommerce div.product { color: var(--athena-paper); }
.woocommerce div.product div.images img { border-radius: 20px; background: #fff; }
.woocommerce div.product .product_title { font-size: clamp(2rem,4vw,3.6rem); letter-spacing: -.045em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--athena-gold); font-size: 1.55rem; font-weight: 900; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--athena-muted); }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
.woocommerce .quantity .qty { background: rgba(255,255,255,.05); color: var(--athena-paper); border: 1px solid var(--athena-border); border-radius: 12px; min-height: 46px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--athena-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: transparent; border: 0; margin: 0 8px 0 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { background: rgba(255,255,255,.055); color: var(--athena-gold); }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: #171022; color: var(--athena-paper); border-radius: 14px; border-top: 0; border-left: 4px solid var(--athena-mint); }
.woocommerce-error { border-left-color: var(--athena-pink); }
.woocommerce-info { border-left-color: var(--athena-violet); }
.woocommerce table.shop_table { border-color: var(--athena-border); border-radius: 16px; overflow: hidden; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--athena-border); }
.woocommerce-cart table.cart img { width: 74px; border-radius: 12px; background: #fff; }
.woocommerce-checkout #payment { background: #171022; color: var(--athena-paper); border-radius: 16px; }
.woocommerce-checkout #payment div.payment_box { background: #241532; color: var(--athena-paper); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #241532; }
.wc-block-cart, .wc-block-checkout { color: var(--athena-paper); }
.wc-block-components-sidebar-layout { gap: 30px; }
.wc-block-components-order-summary, .wc-block-components-totals-wrapper, .wc-block-cart-items { border-color: var(--athena-border) !important; }
.wc-block-components-button { border-radius: 999px !important; }
.athena-prose { max-width: 860px; }
.athena-prose h1 { font-size: clamp(2.4rem,5vw,4.3rem); letter-spacing: -.05em; }
.athena-entry-content { color: #ded7e8; }
.athena-entry-content a { color: var(--athena-gold); text-decoration: underline; }
.athena-article, .athena-page { margin-bottom: 44px; }
.athena-search-results { display: grid; gap: 18px; margin-top: 34px; }
.athena-search-result { display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: center; padding: 18px; border: 1px solid var(--athena-border); border-radius: 18px; background: rgba(255,255,255,.025); }
.athena-search-result img { border-radius: 14px; }
.athena-empty-state { min-height: 66vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.athena-empty-state__code { display: block; font-size: clamp(5rem,18vw,12rem); font-family: "Arial Black", sans-serif; line-height: .8; color: rgba(154,107,255,.16); }
.athena-concierge { padding: 30px 0 86px; }
.athena-concierge__card { min-height: 210px; padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: linear-gradient(110deg,#2b1a3d,#171022 68%,#392b28); display: grid; grid-template-columns: 80px 1fr auto; gap: 26px; align-items: center; box-shadow: var(--athena-shadow); }
.athena-concierge__orb { width: 74px; height: 74px; display: grid; place-items: center; border-radius: 24px; background: linear-gradient(145deg,rgba(154,107,255,.28),rgba(255,201,79,.12)); font-size: 2rem; color: var(--athena-gold); }
.athena-concierge p:not(.athena-eyebrow) { color: var(--athena-muted); margin-bottom: 0; }
.athena-footer { background: #08050e; border-top: 1px solid var(--athena-border); padding: 64px 0 24px; }
.athena-footer__grid { display: grid; grid-template-columns: 1.25fr repeat(3,1fr); gap: 44px; }
.athena-footer h3 { font-size: .86rem; margin: 0 0 16px; }
.athena-footer p, .athena-footer a, .athena-footer button { color: var(--athena-muted); font-size: .82rem; }
.athena-footer a, .athena-footer button { display: block; margin: 8px 0; }
.athena-footer button { border: 0; padding: 0; background: transparent; }
.athena-footer a:hover, .athena-footer button:hover { color: var(--athena-gold); }
.athena-wordmark--footer { margin-bottom: 20px; }
.athena-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 30px; margin-top: 44px; border-top: 1px solid var(--athena-border); color: #81778f; font-size: .7rem; }
.athena-search-dialog, .athena-chat { position: fixed; inset: 0; z-index: 1000; }
.athena-search-dialog__backdrop, .athena-chat__backdrop { position: absolute; inset: 0; background: rgba(3,2,7,.78); backdrop-filter: blur(12px); }
.athena-search-dialog__panel { position: relative; z-index: 1; width: min(720px,calc(100% - 32px)); margin: 13vh auto 0; border: 1px solid var(--athena-border); background: #171022; border-radius: 24px; padding: 34px; box-shadow: var(--athena-shadow); }
.athena-search-dialog__panel h2 { font-size: clamp(2rem,5vw,3.6rem); margin: 0 0 28px; }
.athena-search-dialog__close { position: absolute; right: 14px; top: 10px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--athena-muted); font-size: 2rem; }
.athena-search-dialog .woocommerce-product-search { margin-bottom: 18px; }
.athena-chat__panel { position: absolute; z-index: 1; right: 18px; bottom: 18px; width: min(410px,calc(100% - 36px)); height: min(660px,calc(100vh - 36px)); display: grid; grid-template-rows: auto 1fr auto auto; border: 1px solid var(--athena-border); background: #130b1f; border-radius: 24px; overflow: hidden; box-shadow: var(--athena-shadow); }
.athena-chat__header { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--athena-border); background: #171022; }
.athena-chat__header > div { display: grid; grid-template-columns: auto 1fr; align-items: center; }
.athena-chat__header strong, .athena-chat__header small { grid-column: 2; }
.athena-chat__header small { color: var(--athena-muted); }
.athena-chat__header button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--athena-muted); font-size: 1.8rem; }
.athena-chat__messages { padding: 18px; overflow-y: auto; display: flex; flex-direction: column; gap: 10px; }
.athena-chat-message { max-width: 85%; padding: 12px 14px; border-radius: 16px 16px 16px 4px; background: #241532; color: var(--athena-paper); white-space: pre-wrap; font-size: .9rem; }
.athena-chat-message--user { align-self: flex-end; border-radius: 16px 16px 4px 16px; background: var(--athena-gold); color: #1a1024; }
.athena-chat-message.is-loading { color: var(--athena-muted); font-style: italic; }
.athena-chat__form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 12px; border-top: 1px solid var(--athena-border); }
.athena-chat__form textarea { resize: none; min-height: 52px; max-height: 130px; border: 1px solid var(--athena-border); background: rgba(255,255,255,.05); color: var(--athena-paper); border-radius: 14px; padding: 12px; outline: 0; }
.athena-chat__form button { width: 50px; border: 0; border-radius: 14px; background: var(--athena-gold); color: #190f22; font-size: 1.25rem; font-weight: 900; }
.athena-chat__whatsapp { min-height: 44px; display: grid; place-items: center; padding: 10px 12px; text-align: center; border-top: 1px solid var(--athena-border); color: var(--athena-mint); font-size: .82rem; font-weight: 800; }
.pagination, .woocommerce nav.woocommerce-pagination ul { margin-top: 34px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 7px; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.04); color: var(--athena-paper); }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--athena-gold); color: #190f22; }
@media (max-width: 1050px) {
  .athena-header__inner { grid-template-columns: auto auto 1fr; }
  .athena-nav-toggle { display: block; }
  .athena-primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 10px); padding: 16px; border: 1px solid var(--athena-border); background: #171022; border-radius: 18px; box-shadow: var(--athena-shadow); }
  .athena-primary-nav.is-open { display: block; }
  .athena-menu { display: grid; gap: 4px; }
  .athena-menu a { display: flex; padding: 10px 12px; border-radius: 10px; }
  .athena-menu .sub-menu { position: static; display: grid; box-shadow: none; border: 0; background: transparent; padding-left: 14px; }
  .athena-header-actions { justify-self: end; }
  .athena-hero__grid { grid-template-columns: 1fr; min-height: auto; }
  .athena-hero__visual { min-height: 420px; }
  .athena-trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .athena-universe-grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .athena-guide__grid { grid-template-columns: 1fr; gap: 40px; }
  .athena-footer__grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 782px) { .admin-bar .athena-header { top: 46px; } }
@media (max-width: 720px) {
  .athena-container { width: min(calc(100% - 28px),var(--athena-container)); }
  .athena-topbar__catalog { display: none; }
  .athena-header__inner { min-height: 68px; gap: 10px; }
  .athena-wordmark__mark { width: 32px; }
  .athena-wordmark strong { font-size: .9rem; }
  .athena-wordmark small { font-size: .43rem; }
  .athena-header-actions .athena-icon-button:nth-child(2) { display: none; }
  .athena-hero__grid { padding-block: 58px; gap: 28px; }
  .athena-hero h1 { font-size: clamp(3rem,15vw,4.6rem); }
  .athena-hero__visual { min-height: 330px; }
  .athena-orbit { width: 270px; }
  .athena-hero-cube { width: 128px; height: 128px; border-radius: 28px; }
  .athena-float-card { width: 142px; min-height: 100px; padding: 14px; }
  .athena-float-card--one { top: 112px; }
  .athena-float-card--two { left: 0; top: 0; }
  .athena-float-card--three { left: 35px; }
  .athena-trust-strip__grid { grid-template-columns: 1fr; }
  .athena-trust-strip__grid > div { border-right: 0; border-bottom: 1px solid var(--athena-border); }
  .athena-section { padding-block: 70px; }
  .athena-section-heading { align-items: flex-start; flex-direction: column; }
  .athena-universe-grid { grid-template-columns: 1fr; }
  .athena-universe { min-height: 170px; }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: .8rem; padding-inline: 12px; }
  .woocommerce ul.products li.product .price { padding-inline: 12px; font-size: .94rem; }
  .woocommerce ul.products li.product .button { margin-inline: 12px; padding-inline: 8px; font-size: .72rem; }
  .athena-concierge__card { grid-template-columns: 1fr; }
  .athena-concierge__orb { width: 62px; height: 62px; }
  .athena-footer__grid { grid-template-columns: 1fr; gap: 28px; }
  .athena-footer__bottom { flex-direction: column; }
  .athena-search-result { grid-template-columns: 90px 1fr; }
}
@media (max-width: 430px) {
  .athena-header-actions .athena-icon-button:first-child { display: none; }
  .athena-hero-search .woocommerce-product-search { display: grid; }
  .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: 1fr 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

/* --------------------------------------------------------------------------
   Athena Storefront 1.1: clickable counter + category hubs
   -------------------------------------------------------------------------- */
[hidden] { display: none !important; }

.athena-counter-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--athena-border);
  background:
    radial-gradient(circle at 12% 8%, rgba(255,201,79,.13), transparent 30%),
    radial-gradient(circle at 85% 32%, rgba(154,107,255,.22), transparent 34%),
    linear-gradient(180deg,#10091b 0%,#0c0717 100%);
}
.athena-counter-hero__inner {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr);
  gap: clamp(40px,7vw,90px);
  align-items: center;
  padding-block: clamp(64px,8vw,104px);
  position: relative;
  z-index: 1;
}
.athena-counter-hero__copy h1 {
  margin: 0 0 24px;
  max-width: 850px;
  font-family: "Arial Black", Inter, system-ui, sans-serif;
  font-size: clamp(3.4rem,7.4vw,7rem);
  line-height: .88;
  letter-spacing: -.075em;
}
.athena-counter-hero__lead {
  max-width: 760px;
  margin: 0;
  color: var(--athena-muted);
  font-size: clamp(1rem,1.6vw,1.25rem);
}
.athena-counter-hero__search {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: rgba(23,16,34,.76);
  box-shadow: var(--athena-shadow);
  backdrop-filter: blur(18px);
}
.athena-counter-hero__search > p {
  margin: 0 0 12px;
  color: var(--athena-muted);
  font-size: .82rem;
  font-weight: 700;
}
.athena-counter-hero__search .woocommerce-product-search { margin-bottom: 12px; }
.athena-counter-ask {
  width: 100%;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 15px;
  border: 1px solid rgba(154,107,255,.28);
  border-radius: 15px;
  background: rgba(154,107,255,.08);
  color: var(--athena-paper);
  text-align: left;
}
.athena-counter-ask:hover { border-color: rgba(255,201,79,.45); background: rgba(255,201,79,.07); }
.athena-counter-ask > span:first-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--athena-gold);
  background: rgba(255,201,79,.1);
  font-size: 1.25rem;
}
.athena-counter-ask strong, .athena-counter-ask small { display: block; }
.athena-counter-ask small { margin-top: 2px; color: var(--athena-muted); font-size: .72rem; }
.athena-counter-hero__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: .12;
  pointer-events: none;
}
.athena-counter-hero__glow--one { left: -170px; top: -140px; background: var(--athena-gold); }
.athena-counter-hero__glow--two { right: -130px; bottom: -200px; background: var(--athena-violet); }

.athena-counter-section {
  padding-block: clamp(64px,7vw,100px);
  background: linear-gradient(180deg,#0c0717 0%,#11091c 100%);
}
.athena-counter-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 34px;
}
.athena-counter-heading h2 {
  margin: 0;
  max-width: 820px;
  font-family: "Arial Black", Inter, system-ui, sans-serif;
  font-size: clamp(2.15rem,4.5vw,4rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.athena-counter-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 18px;
}
.athena-counter-card {
  --counter-accent: var(--athena-violet);
  position: relative;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: clamp(22px,2.5vw,32px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  overflow: hidden;
  color: var(--athena-paper);
  background:
    linear-gradient(145deg,rgba(49,29,67,.94),rgba(17,9,28,.97));
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
  transition: transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}
.athena-counter-card:hover,
.athena-counter-card:focus-visible {
  transform: translateY(-6px);
  color: var(--athena-paper);
  border-color: color-mix(in srgb,var(--counter-accent) 60%,white 10%);
  box-shadow: 0 30px 70px rgba(0,0,0,.38),0 0 0 1px color-mix(in srgb,var(--counter-accent) 28%,transparent);
  outline: none;
}
.athena-counter-card__wash {
  position: absolute;
  z-index: -1;
  width: 290px;
  height: 290px;
  right: -105px;
  top: -120px;
  border-radius: 50%;
  background: color-mix(in srgb,var(--counter-accent) 30%,transparent);
  filter: blur(5px);
  transition: transform .35s ease;
}
.athena-counter-card:hover .athena-counter-card__wash { transform: scale(1.12) translate(-10px,10px); }
.athena-counter-card__top { display: flex; justify-content: space-between; align-items: start; }
.athena-counter-card__icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  font-size: 1.8rem;
  box-shadow: inset 0 0 24px color-mix(in srgb,var(--counter-accent) 15%,transparent);
}
.athena-counter-card__arrow {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  color: var(--athena-muted);
  font-size: 1.05rem;
  transition: .24s ease;
}
.athena-counter-card:hover .athena-counter-card__arrow { color: #170d22; border-color: var(--athena-gold); background: var(--athena-gold); transform: rotate(8deg); }
.athena-counter-card__body { margin-top: auto; display: block; }
.athena-counter-card__body > small {
  display: block;
  margin-bottom: 8px;
  color: color-mix(in srgb,var(--counter-accent) 65%,white 35%);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.athena-counter-card__body > strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Arial Black", Inter, system-ui, sans-serif;
  font-size: clamp(1.5rem,2.3vw,2.35rem);
  line-height: .98;
  letter-spacing: -.045em;
}
.athena-counter-card__body > span { display: block; max-width: 300px; color: var(--athena-muted); font-size: .88rem; }
.athena-counter-card__meta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 18px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #d9d1e4;
  background: rgba(0,0,0,.16);
  font-size: .66rem;
  font-weight: 800;
}
.athena-counter-card--emporio { --counter-accent: #ffb235; }
.athena-counter-card--pokemon { --counter-accent: #ffd94f; }
.athena-counter-card--tcg { --counter-accent: #9a6bff; }
.athena-counter-card--collectibles { --counter-accent: #54e0a7; }
.athena-counter-card--manga { --counter-accent: #ff6d9f; }
.athena-counter-card--gifts { --counter-accent: #69c7ff; }
.athena-trust-strip--counter { border-top: 1px solid var(--athena-border); }

.athena-counter-footer-cta { padding: 36px 0 90px; background: #11091c; }
.athena-counter-footer-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 38px;
  align-items: end;
  padding: clamp(28px,4vw,48px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: linear-gradient(120deg,#241532,#171022 65%,#322638);
  box-shadow: var(--athena-shadow);
}
.athena-counter-footer-cta h2 {
  margin: 0 0 12px;
  max-width: 850px;
  font-family: "Arial Black", Inter, system-ui, sans-serif;
  font-size: clamp(2rem,4vw,3.5rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.athena-counter-footer-cta p:not(.athena-eyebrow) { max-width: 760px; margin: 0; color: var(--athena-muted); }
.athena-counter-footer-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

/* Category hubs. */
.athena-hub-hero {
  --hub-accent: var(--athena-violet);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--athena-border);
  background:
    radial-gradient(circle at 82% 16%,color-mix(in srgb,var(--hub-accent) 24%,transparent),transparent 34%),
    linear-gradient(180deg,#11091c,#0c0717);
}
.athena-hub-hero--emporio { --hub-accent: #ffb235; }
.athena-hub-hero--pokemon { --hub-accent: #ffd94f; }
.athena-hub-hero--tcg { --hub-accent: #9a6bff; }
.athena-hub-hero--collectibles { --hub-accent: #54e0a7; }
.athena-hub-hero--manga { --hub-accent: #ff6d9f; }
.athena-hub-hero--gifts { --hub-accent: #69c7ff; }
.athena-hub-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr);
  align-items: center;
  gap: clamp(40px,7vw,88px);
  padding-block: clamp(62px,8vw,104px);
}
.athena-hub-hero__glow {
  position: absolute;
  width: 480px;
  height: 480px;
  right: -160px;
  bottom: -250px;
  border-radius: 50%;
  background: color-mix(in srgb,var(--hub-accent) 30%,transparent);
  filter: blur(105px);
  opacity: .22;
}
.athena-hub-back {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--athena-muted);
  font-size: .76rem;
  font-weight: 800;
}
.athena-hub-back:hover { color: var(--athena-gold); }
.athena-hub-title-row { display: flex; align-items: center; gap: 18px; }
.athena-hub-title-icon {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: color-mix(in srgb,var(--hub-accent) 13%,rgba(255,255,255,.04));
  font-size: 2rem;
}
.athena-hub-hero h1 {
  margin: 0;
  font-family: "Arial Black", Inter, system-ui, sans-serif;
  font-size: clamp(3rem,6.3vw,6.3rem);
  line-height: .91;
  letter-spacing: -.07em;
}
.athena-hub-lead { max-width: 720px; margin: 24px 0 0; color: var(--athena-muted); font-size: clamp(1rem,1.4vw,1.16rem); }
.athena-hub-stats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.athena-hub-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: var(--athena-muted);
  font-size: .7rem;
  font-weight: 800;
}
.athena-hub-stats strong { color: var(--athena-paper); font-size: .92rem; }
.athena-hub-filter-card {
  padding: 26px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 26px;
  background: rgba(23,16,34,.78);
  box-shadow: var(--athena-shadow);
  backdrop-filter: blur(18px);
}
.athena-hub-filter-card > label { display: block; margin-bottom: 11px; font-size: .78rem; font-weight: 850; }
.athena-hub-filter-wrap { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.045); }
.athena-hub-filter-wrap > span { color: var(--athena-gold); font-size: 1.25rem; }
.athena-hub-filter-wrap input { width: 100%; min-width: 0; padding: 9px 2px; border: 0; outline: 0; background: transparent; color: var(--athena-paper); }
.athena-hub-filter-wrap input::placeholder { color: #897f97; }
.athena-hub-filter-wrap button { width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); color: var(--athena-paper); font-size: 1.25rem; }
.athena-hub-filter-status { min-height: 21px; margin: 8px 0 0; color: var(--athena-muted); font-size: .7rem; }
.athena-hub-jump-links { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.athena-hub-jump-links a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: #d9d1e4; background: rgba(0,0,0,.14); font-size: .66rem; font-weight: 800; }
.athena-hub-jump-links a:hover { color: #170d22; background: var(--athena-gold); border-color: var(--athena-gold); }

.athena-hub-content { padding-block: clamp(58px,7vw,96px); background: linear-gradient(180deg,#0c0717,#11091c); }
.athena-brand-section { scroll-margin-top: 118px; padding-bottom: clamp(54px,7vw,88px); }
.athena-brand-section:last-of-type { padding-bottom: 0; }
.athena-brand-section__heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 24px; }
.athena-brand-section__title { display: flex; align-items: center; gap: 16px; }
.athena-brand-section__title > span { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--athena-border); border-radius: 16px; background: rgba(255,255,255,.04); font-size: 1.45rem; }
.athena-brand-section h2 { margin: 0; font-family: "Arial Black", Inter, system-ui, sans-serif; font-size: clamp(1.8rem,3.2vw,3rem); line-height: 1; letter-spacing: -.045em; }
.athena-brand-section__heading p { margin: 7px 0 0; color: var(--athena-muted); }
.athena-brand-section__count { flex: 0 0 auto; color: var(--athena-muted); font-size: .72rem; font-weight: 800; }
.athena-brand-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.athena-brand-card {
  position: relative;
  min-height: 168px;
  display: grid;
  grid-template-columns: 50px 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.105);
  border-radius: 21px;
  overflow: hidden;
  color: var(--athena-paper);
  background: linear-gradient(145deg,rgba(36,21,50,.86),rgba(18,11,29,.94));
  transition: transform .22s ease,border-color .22s ease,background .22s ease;
}
.athena-brand-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -72px; top: -68px; border-radius: 50%; background: rgba(154,107,255,.12); }
.athena-brand-card:hover,.athena-brand-card:focus-visible { transform: translateY(-4px); color: var(--athena-paper); border-color: rgba(255,201,79,.38); background: linear-gradient(145deg,rgba(49,29,67,.95),rgba(18,11,29,.96)); outline: 0; }
.athena-brand-card__mark { grid-row: 1 / span 2; width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,201,79,.09); color: var(--athena-gold); font-size: 1.2rem; font-weight: 950; }
.athena-brand-card__content { display: block; min-width: 0; }
.athena-brand-card__content strong { display: block; font-size: 1rem; line-height: 1.22; }
.athena-brand-card__content small { display: block; margin-top: 5px; color: var(--athena-muted); font-size: .7rem; line-height: 1.35; }
.athena-brand-card__meta { align-self: end; color: #8f849d; font-size: .64rem; font-weight: 800; }
.athena-brand-card__arrow { grid-column: 3; grid-row: 1 / span 2; align-self: center; color: var(--athena-muted); font-size: 1.1rem; transition: transform .2s ease,color .2s ease; }
.athena-brand-card:hover .athena-brand-card__arrow { color: var(--athena-gold); transform: translateX(3px); }
.athena-hub-empty,.athena-hub-no-results { min-height: 330px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px dashed rgba(255,255,255,.14); border-radius: 24px; color: var(--athena-muted); }
.athena-hub-empty > span,.athena-hub-no-results > span { font-size: 2.5rem; }
.athena-hub-empty h2,.athena-hub-no-results h2 { margin: 10px 0 4px; color: var(--athena-paper); }
.athena-hub-empty p,.athena-hub-no-results p { margin: 0; }
.athena-hub-bottom-cta { padding: 0 0 90px; background: #11091c; }
.athena-hub-bottom-cta__inner { display: flex; justify-content: space-between; align-items: end; gap: 30px; padding: 30px; border: 1px solid var(--athena-border); border-radius: 24px; background: linear-gradient(115deg,#241532,#171022); }
.athena-hub-bottom-cta h2 { max-width: 800px; margin: 0; font-family: "Arial Black", Inter, system-ui, sans-serif; font-size: clamp(1.8rem,3.5vw,3.1rem); line-height: 1; letter-spacing: -.045em; }

@media (max-width: 1080px) {
  .athena-counter-hero__inner,.athena-hub-hero__inner { grid-template-columns: 1fr; min-height: auto; }
  .athena-counter-hero__search,.athena-hub-filter-card { max-width: 720px; }
  .athena-counter-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .athena-brand-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .athena-counter-hero__inner,.athena-hub-hero__inner { padding-block: 54px; gap: 30px; }
  .athena-counter-hero__copy h1,.athena-hub-hero h1 { font-size: clamp(3rem,14vw,5rem); }
  .athena-counter-heading,.athena-brand-section__heading { align-items: flex-start; flex-direction: column; }
  .athena-counter-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .athena-counter-card { min-height: 0; padding: 20px; border-radius: 22px; }
  .athena-counter-card__icon { width: 50px; height: 50px; font-size: 1.45rem; }
  .athena-counter-card__body > strong { font-size: clamp(1.25rem,5.5vw,1.8rem); }
  .athena-counter-card__body > span { font-size: .76rem; }
  .athena-counter-footer-cta__inner { grid-template-columns: 1fr; align-items: start; }
  .athena-counter-footer-cta__actions { justify-content: flex-start; }
  .athena-hub-title-row { align-items: flex-start; flex-direction: column; }
  .athena-brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .athena-hub-bottom-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
  .athena-counter-grid { grid-template-columns: 1fr; }
  .athena-counter-card { aspect-ratio: 1.22 / 1; min-height: 280px; }
  .athena-brand-grid { grid-template-columns: 1fr; }
  .athena-brand-card { min-height: 138px; }
  .athena-hub-filter-card,.athena-counter-hero__search { padding: 18px; }
  .athena-hub-stats { gap: 6px; }
  .athena-hub-jump-links { display: grid; grid-template-columns: 1fr 1fr; }
  .athena-hub-jump-links a { text-align: center; }
}

/* Deusa conversation: fields only appear after the gold portal button is used. */
.athena-chat--deusa .athena-chat__backdrop {
  background: rgba(3, 2, 9, .88);
  backdrop-filter: blur(18px);
}

.athena-chat--deusa .athena-chat__panel {
  inset: 50% auto auto 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: min(920px, calc(100% - 36px));
  height: min(760px, calc(100vh - 36px));
  grid-template-rows: auto minmax(180px, 1fr) auto auto auto;
  border-color: rgba(177, 113, 255, .32);
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 20%, rgba(116, 59, 185, .2), transparent 34%),
    linear-gradient(160deg, #140b21 0%, #090613 100%);
  box-shadow: 0 40px 110px rgba(0, 0, 0, .66), 0 0 58px rgba(108, 44, 164, .14);
}

.athena-chat__panel.is-dragging-image {
  border-color: var(--athena-gold);
  box-shadow: 0 40px 110px rgba(0, 0, 0, .66), 0 0 0 4px rgba(255, 201, 79, .18), 0 0 70px rgba(255, 201, 79, .2);
}

.athena-chat__drop-hint {
  position: absolute;
  z-index: 8;
  inset: 88px 22px 116px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 28px;
  border: 2px dashed rgba(255, 201, 79, .72);
  border-radius: 24px;
  color: var(--athena-paper);
  background: rgba(15, 8, 26, .94);
  text-align: center;
  pointer-events: none;
}

.athena-chat__drop-hint > span { color: var(--athena-gold); font-size: 2.5rem; line-height: 1; }
.athena-chat__drop-hint > strong { max-width: 330px; font-size: 1rem; }

.athena-chat--deusa .athena-chat__header {
  padding: 20px 24px;
  background: rgba(20, 11, 33, .86);
}

.athena-chat--deusa .athena-chat__header > div {
  grid-template-columns: 46px 1fr;
  column-gap: 12px;
}

.athena-chat__sigil {
  grid-row: 1 / span 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 201, 79, .34);
  border-radius: 15px;
  color: var(--athena-gold);
  background: rgba(255, 201, 79, .08);
  box-shadow: 0 0 26px rgba(255, 201, 79, .1);
  font-size: 1.35rem;
}

.athena-chat--deusa .athena-chat__header strong {
  font-size: 1.05rem;
}

.athena-chat--deusa .athena-chat__header small {
  color: #cfc3da;
}

.athena-chat--deusa .athena-chat__messages {
  padding: 24px;
  background:
    radial-gradient(circle at 25% 20%, rgba(154, 107, 255, .08), transparent 36%),
    transparent;
}

.athena-chat-message {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.athena-product-results {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding-block: 2px 10px;
}

.athena-product-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(3.9em, auto) auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  color: var(--athena-paper);
  background: linear-gradient(160deg, rgba(49, 29, 67, .96), rgba(18, 11, 29, .98));
}

.athena-product-card__media {
  width: 100%;
  aspect-ratio: 1 / .82;
  overflow: hidden;
  background: radial-gradient(circle at 50% 42%, rgba(154, 107, 255, .2), rgba(255, 255, 255, .025) 66%);
}

.athena-product-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  object-fit: contain;
}

.athena-product-card__description {
  display: -webkit-box;
  min-height: 4.2em;
  margin: 0;
  padding: 12px 12px 6px;
  overflow: hidden;
  color: #eee8f5;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.athena-product-card__footer {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px 11px 12px;
}

.athena-product-card__price {
  min-width: 0;
  color: var(--athena-paper);
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.2;
  white-space: normal;
}

.athena-product-card__action {
  position: relative;
  width: 48px;
  height: 44px;
  min-width: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 201, 79, .42);
  border-radius: 14px;
  color: #1a1024;
  background: linear-gradient(180deg, #ffd66d, #ffb52c);
  box-shadow: 0 7px 18px rgba(255, 181, 44, .16);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.athena-product-card__action:hover,
.athena-product-card__action:focus-visible {
  color: #1a1024;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(255, 181, 44, .28);
}

.athena-product-card__action svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.athena-product-card__action-badge {
  position: absolute;
  top: -6px;
  right: -7px;
  min-width: 23px;
  height: 20px;
  display: grid;
  place-items: center;
  padding-inline: 4px;
  border: 2px solid #1a1024;
  border-radius: 999px;
  color: #fff;
  background: var(--athena-violet);
  font-size: .58rem;
  font-weight: 950;
  line-height: 1;
}

.athena-product-card__action--configure {
  color: var(--athena-paper);
  border-color: rgba(154, 107, 255, .5);
  background: rgba(154, 107, 255, .2);
  box-shadow: none;
}

.athena-product-card__action--configure:hover,
.athena-product-card__action--configure:focus-visible { color: var(--athena-paper); }

.athena-product-card__action.is-loading svg { opacity: 0; }
.athena-product-card__action.is-loading::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(26, 16, 36, .28);
  border-top-color: #1a1024;
  border-radius: 50%;
  animation: athena-cart-spin .7s linear infinite;
}
.athena-product-card__action.is-success { border-color: var(--athena-mint); background: var(--athena-mint); }
.athena-product-card__action.is-error { border-color: var(--athena-pink); background: var(--athena-pink); }
.athena-product-card__action:disabled { cursor: wait; }

@keyframes athena-cart-spin { to { transform: rotate(360deg); } }

.athena-chat-message img {
  display: block;
  max-width: min(320px, 100%);
  max-height: 260px;
  border-radius: 13px;
  object-fit: cover;
}

.athena-chat__attachment {
  position: relative;
  margin: 0 18px 10px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid rgba(255, 201, 79, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .045);
}

.athena-chat__attachment img {
  width: 64px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}

.athena-chat__attachment strong,
.athena-chat__attachment small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.athena-chat__attachment small {
  color: var(--athena-muted);
  font-size: .7rem;
}

.athena-chat__attachment > button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--athena-muted);
  background: rgba(255, 255, 255, .06);
  font-size: 1.2rem;
}

.athena-chat__attachment.is-processing img { opacity: .24; }
.athena-chat__attachment.is-processing::before {
  content: "";
  position: absolute;
  left: 35px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 201, 79, .3);
  border-top-color: var(--athena-gold);
  border-radius: 50%;
  animation: athena-cart-spin .7s linear infinite;
}

.athena-chat--deusa .athena-chat__form {
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0 18px 16px;
  padding: 12px 14px;
  border: 1px solid rgba(154, 107, 255, .36);
  border-radius: 22px;
  background: rgba(15, 8, 26, .86);
  box-shadow: inset 0 0 30px rgba(154, 107, 255, .05);
}

.athena-chat__status {
  min-height: 1.35em;
  margin: 0;
  color: var(--athena-muted);
  font-size: .7rem;
  line-height: 1.35;
}

.athena-chat__status:empty { display: none; }

.athena-chat--deusa .athena-chat__form textarea {
  width: 100%;
  min-height: 72px;
  max-height: 170px;
  padding: 8px 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.athena-chat__tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  padding-top: 9px;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.athena-chat--deusa .athena-chat__form .athena-chat__tool,
.athena-chat--deusa .athena-chat__form .athena-chat__send {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 13px;
  color: var(--athena-gold);
  background: transparent;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.athena-chat--deusa .athena-chat__form .athena-chat__tool:hover,
.athena-chat--deusa .athena-chat__form .athena-chat__tool:focus-visible {
  border-color: rgba(255, 201, 79, .24);
  background: rgba(255, 201, 79, .08);
  outline: none;
}

.athena-chat--deusa .athena-chat__form .athena-chat__tool:focus-visible,
.athena-chat--deusa .athena-chat__form .athena-chat__tool:focus-within,
.athena-chat--deusa .athena-chat__form .athena-chat__send:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 201, 79, .38);
}

.athena-chat--deusa .athena-chat__form .athena-chat__tool.is-listening {
  color: #fff;
  border-color: rgba(255, 91, 159, .65);
  background: rgba(255, 91, 159, .24);
  box-shadow: 0 0 24px rgba(255, 91, 159, .24);
  animation: athena-listening-pulse 1.15s ease-in-out infinite;
}

.athena-chat__tool svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.athena-chat--deusa .athena-chat__form .athena-chat__send {
  margin-left: 4px;
  color: #1b1024;
  background: linear-gradient(180deg, #ffd66d, #ffb52c);
  font-weight: 900;
}

.athena-chat--deusa .athena-chat__form .athena-chat__send:hover,
.athena-chat--deusa .athena-chat__form .athena-chat__send:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(255, 181, 44, .22);
  outline: none;
}

.athena-chat--deusa .athena-chat__form .athena-chat__send:disabled {
  opacity: .5;
  cursor: wait;
}

@keyframes athena-listening-pulse {
  50% { transform: scale(1.07); }
}

.athena-toast-region {
  position: fixed;
  z-index: 1200;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  width: min(360px, calc(100% - 36px));
  pointer-events: none;
}

.athena-toast {
  padding: 13px 16px;
  border: 1px solid rgba(84, 224, 167, .42);
  border-radius: 14px;
  color: var(--athena-paper);
  background: rgba(19, 11, 31, .97);
  box-shadow: var(--athena-shadow);
  font-size: .82rem;
  font-weight: 800;
  animation: athena-toast-in .2s ease both;
}

.athena-toast--error { border-color: rgba(255, 91, 159, .55); }
@keyframes athena-toast-in { from { opacity: 0; transform: translateY(8px); } }

.athena-footer-chat { min-width: 44px; min-height: 44px; }

@media (max-width: 720px) {
  .athena-chat--deusa .athena-chat__panel {
    width: 100%;
    height: 100%;
    max-height: none;
    border: 0;
    border-radius: 0;
  }

  .athena-chat--deusa .athena-chat__messages {
    padding: 18px 14px;
  }

  .athena-chat--deusa .athena-chat__form {
    margin-inline: 10px;
  }

  .athena-chat__drop-hint { inset: 80px 12px 108px; }
}

@media (max-width: 430px) {
  .athena-product-results { grid-template-columns: 1fr; }
  .athena-product-card { grid-template-columns: 96px minmax(0, 1fr); grid-template-rows: auto auto; }
  .athena-product-card__media { grid-row: 1 / span 2; height: 100%; aspect-ratio: auto; }
  .athena-product-card__description { min-height: 0; padding-bottom: 2px; }
  .athena-product-card__footer { padding-top: 4px; }
}


/* ========================================================================
   Athena Storefront 1.2.0 — exact Deusa Athena artwork at the top.
   ======================================================================== */
body.home { background: #07030e; }
body.home .athena-main { min-height: 0; }
body.home #wpadminbar { display: none !important; }
html:has(body.home) { margin-top: 0 !important; }
body.home.admin-bar { margin-top: -32px; }

.home .athena-topbar,
.home .athena-header,
.home .athena-search-dialog,
.home .athena-counter-heading,
.home .athena-trust-strip,
.home .athena-counter-footer-cta,
.home .athena-concierge { display: none !important; }

.athena-deusa-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #07030e;
  isolation: isolate;
}
.athena-deusa-hero__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  user-select: none;
  -webkit-user-drag: none;
}
.athena-deusa-hotspot {
  position: absolute;
  z-index: 3;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: visible;
  color: transparent;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.athena-deusa-hotspot::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.athena-deusa-hotspot:hover::after,
.athena-deusa-hotspot:focus-visible::after {
  border-color: rgba(255,201,79,.66);
  box-shadow: 0 0 0 4px rgba(255,201,79,.12), 0 0 34px rgba(255,178,53,.28);
  background: rgba(255,201,79,.035);
}
.athena-deusa-hotspot:focus-visible { outline: none; }
.athena-deusa-hotspot--account {
  left: 82.55%;
  top: 5.35%;
  width: 6.25%;
  height: 10.7%;
  border-radius: 50%;
}
.athena-deusa-hotspot--cart {
  left: 89.15%;
  top: 5.35%;
  width: 6.25%;
  height: 10.7%;
  border-radius: 50%;
}
.athena-deusa-hotspot--conversation {
  left: 47.45%;
  top: 68.75%;
  width: 46.7%;
  height: 15.4%;
  border-radius: 999px;
}
.athena-deusa-hotspot--cart > .athena-cart-count {
  top: 0;
  right: 1%;
  min-width: clamp(18px,2.05vw,34px);
  height: clamp(18px,2.05vw,34px);
  padding-inline: clamp(4px,.45vw,8px);
  font-size: clamp(.58rem,.92vw,.92rem);
  line-height: 1;
  box-shadow: 0 0 0 2px #08040f;
}
.athena-counter-section--deusa {
  padding: clamp(22px,3vw,46px) 0 clamp(64px,8vw,112px);
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 16% 4%,rgba(154,107,255,.12),transparent 30%),
    linear-gradient(180deg,#0b0614 0%,#0c0717 42%,#09050f 100%);
}
.athena-counter-section--deusa .athena-counter-grid { margin: 0; }

@media (max-width: 782px) {
  body.home.admin-bar { margin-top: -46px; }
  .athena-deusa-hotspot--account,
  .athena-deusa-hotspot--cart {
    top: 4.4%;
    height: 13.4%;
  }
  .athena-deusa-hotspot--conversation {
    top: 66.8%;
    height: 19.2%;
  }
}
@media (max-width: 520px) {
  .athena-container { width: min(calc(100% - 24px),var(--athena-container)); }
  .athena-deusa-hotspot--cart > .athena-cart-count {
    top: -12%;
    right: -4%;
    min-width: 18px;
    height: 18px;
    font-size: .58rem;
  }
  .athena-counter-section--deusa { padding-top: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .athena-deusa-hotspot::after { transition: none; }
}

/* --------------------------------------------------------------------------
   Athena Storefront 1.3.1 — seven curated cards below the Deusa artwork.
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cinzel/Cinzel-400.ttf') format('truetype');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/cinzel/Cinzel-700.ttf') format('truetype');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/cinzel/Cinzel-900.ttf') format('truetype');
}

.athena-home-categories {
  padding: clamp(20px, 2.8vw, 36px) 0 clamp(64px, 8vw, 110px);
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 15% 5%, rgba(154,107,255,.12), transparent 30%),
    linear-gradient(180deg, #0b0614 0%, #0c0717 42%, #09050f 100%);
}

.athena-home-cards {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}

.athena-home-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid var(--athena-border);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(40,24,57,.92), rgba(16,10,24,.98));
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 24px 48px rgba(0,0,0,.22);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.athena-home-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,201,79,.16), transparent 42%),
    radial-gradient(circle at 30% 20%, rgba(154,107,255,.12), transparent 26%);
  pointer-events: none;
}

.athena-home-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 86px;
  background: linear-gradient(180deg, transparent, rgba(10,7,17,.9));
  pointer-events: none;
}

.athena-home-card:hover,
.athena-home-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255,201,79,.42);
  box-shadow: 0 28px 60px rgba(0,0,0,.35);
  color: var(--athena-paper);
}

.athena-home-card:focus-visible {
  outline: 2px solid var(--athena-gold);
  outline-offset: 3px;
}

.athena-home-card__media {
  position: absolute;
  inset: 16px 14px 70px;
  display: block;
}

.athena-media-stack {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.athena-media-stack__item {
  position: absolute;
  display: grid;
  place-items: end center;
  width: 58%;
  max-width: 180px;
  bottom: 0;
}

.athena-media-stack__item:nth-child(1) { left: 2%; transform: rotate(-11deg); z-index: 3; }
.athena-media-stack__item:nth-child(2) { left: 24%; bottom: 6%; transform: rotate(7deg); z-index: 2; }
.athena-media-stack__item:nth-child(3) { right: 2%; bottom: 0; transform: rotate(-3deg); z-index: 1; }
.athena-media-stack__item:nth-child(4) { right: 8%; bottom: 10%; transform: rotate(11deg); z-index: 0; }

.athena-media-stack__image {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.28));
}

.athena-media-stack__fallback {
  width: 100%;
  aspect-ratio: 1 / 1.1;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(154,107,255,.28), rgba(255,201,79,.14));
  border: 1px solid rgba(255,255,255,.12);
  color: var(--athena-paper);
  font-family: 'Cinzel', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.athena-home-card__label {
  position: relative;
  z-index: 1;
  font-family: 'Cinzel', Georgia, serif;
  font-size: 1rem;
  line-height: 1.15;
  letter-spacing: .02em;
  text-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.athena-hub-hero--lorcana { --hub-accent: #f8b94a; }

@media (max-width: 1400px) {
  .athena-home-cards { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
  .athena-home-cards { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .athena-home-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .athena-home-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 430px) {
  .athena-home-cards { grid-template-columns: 1fr; }
  .athena-home-card { min-height: 230px; }
}
