/* ==========================================================================
   AAM Showroom — v4.0 (2026-09-21)
   Graphite ground, red for actions only, product photos on light tiles.
   Every rule is scoped to body.aam-showroom, which functions.php adds only
   for preview visitors (?showroom=1 cookie) or once option aam_showroom_live=1.
   Delete this file + the "AAM Showroom" block in functions.php to roll back.
   ========================================================================== */

.aam-showroom {
    --aam-bg: #0D0E10;
    --aam-bg-deep: #16181C;
    --aam-panel-2: #1E2126;
    --aam-line: #272B32;
    --aam-line-2: #3A3F48;
    --aam-ink: #F3F4F6;
    --aam-ink-2: #A0A7B3;
    --aam-red: #E83236;
    --aam-accent: #FF4D51;
    --aam-btn: #D92D31;
    --aam-btn-2: #C2262A;
    --aam-tile: #F2F2EF;
    --aam-cream: #E6E8EC;
    --aam-text: #F3F4F6;
    --aam-text-soft: #E6E8EC;
    --f-d: "Big Shoulders Display", "Arial Narrow", sans-serif;
    --f-b: "Hanken Grotesk", system-ui, sans-serif;
    --f-m: "IBM Plex Mono", ui-monospace, monospace;
    background: var(--aam-bg);
    color: var(--aam-ink);
    font-family: var(--f-b);
    font-weight: 400;
}

/* ---------- ground ---------- */
.aam-showroom,
.aam-showroom.ast-separate-container,
.aam-showroom .site,
.aam-showroom .site-content,
.aam-showroom #content,
.aam-showroom #primary,
.aam-showroom.ast-separate-container #primary {
    background: var(--aam-bg) !important;
}
.aam-showroom p,
.aam-showroom li,
.aam-showroom td,
.aam-showroom th { font-family: var(--f-b); }
.aam-showroom .entry-content p { color: var(--aam-cream); }
.aam-showroom a { color: var(--aam-accent); }
.aam-showroom a:hover { color: #FF7679; }

/* Astra's boxed content panels were hard-coded to the old brown-grey */
.aam-showroom.ast-separate-container .ast-article-single,
.aam-showroom.ast-separate-container .ast-article-post,
.aam-showroom.ast-separate-container .ast-woocommerce-container,
.aam-showroom.ast-separate-container .comments-area,
.aam-showroom.ast-separate-container .ast-author-box,
.aam-showroom.ast-separate-container .ast-related-posts-wrap,
.aam-showroom .ast-article-single,
.aam-showroom .ast-woocommerce-container {
    background-color: var(--aam-bg) !important;
}

/* ---------- type ---------- */
.aam-showroom h1,
.aam-showroom h2,
.aam-showroom h3,
.aam-showroom .entry-title,
.aam-showroom .product_title {
    font-family: var(--f-d);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .01em;
    line-height: 1.02;
    color: var(--aam-ink);
}
.aam-showroom h1, .aam-showroom .entry-title { font-size: clamp(40px, 5vw, 64px); }
.aam-showroom h2 { font-size: clamp(30px, 3.6vw, 44px); }
.aam-showroom h3 { font-size: clamp(22px, 2.4vw, 28px); }
.aam-showroom h4, .aam-showroom h5, .aam-showroom h6 {
    font-family: var(--f-b);
    font-weight: 700;
    color: var(--aam-ink);
}
.aam-showroom .woocommerce-loop-product__title,
.aam-showroom .widget-title { font-family: var(--f-b); }
.aam-showroom .woocommerce-account h2 { color: var(--aam-ink); }

/* ---------- buttons ---------- */
.aam-showroom .button,
.aam-showroom button.button,
.aam-showroom .single_add_to_cart_button,
.aam-showroom .checkout-button,
.aam-showroom .wp-element-button,
.aam-showroom .wc-block-components-button:not(.is-link),
.aam-showroom .entry-content .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
.aam-showroom .resto-hero-btn {
    background-color: var(--aam-btn);
    border: 1px solid var(--aam-btn);
    color: #fff;
    border-radius: 8px;
    font-family: var(--f-b);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    box-shadow: none;
}
.aam-showroom .button:hover,
.aam-showroom button.button:hover,
.aam-showroom .single_add_to_cart_button:hover,
.aam-showroom .checkout-button:hover,
.aam-showroom .wp-element-button:hover,
.aam-showroom .wc-block-components-button:not(.is-link):hover,
.aam-showroom .entry-content .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
.aam-showroom .resto-hero-btn:hover {
    background-color: var(--aam-btn-2);
    border-color: var(--aam-btn-2);
    color: #fff;
}
.aam-showroom .entry-content .wp-block-button.is-style-outline > .wp-block-button__link {
    color: var(--aam-ink);
    border: 1px solid var(--aam-line-2);
    border-radius: 8px;
    font-family: var(--f-b);
    font-size: 13px;
}
.aam-showroom .entry-content .wp-block-button.is-style-outline > .wp-block-button__link:hover {
    background-color: var(--aam-ink);
    border-color: var(--aam-ink);
    color: var(--aam-bg);
}

/* ---------- header ---------- */
.aam-showroom .site-header,
.aam-showroom .main-header-bar,
.aam-showroom .ast-primary-header-bar,
.aam-showroom .ast-main-header-wrap {
    background: var(--aam-bg) !important;
}
.aam-showroom .site-header,
.aam-showroom .main-header-bar,
.aam-showroom .ast-primary-header-bar { border-bottom: 1px solid var(--aam-line) !important; border-bottom-color: var(--aam-line) !important; }
.aam-showroom .main-header-bar { padding-top: 0; padding-bottom: 0; }
.aam-showroom .ast-primary-header-bar .site-primary-header-wrap { min-height: 66px; }
.aam-showroom .ast-builder-grid-row { align-items: stretch; }
.aam-showroom .site-header-primary-section-left { align-items: flex-start; }
.aam-showroom .site-header-primary-section-right { align-items: center; }
.aam-showroom .site-branding .custom-logo-link {
    display: block;
    background: #fff;
    padding: 9px 16px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .45);
}
.aam-showroom .custom-logo-link img { max-height: 46px; width: auto; }

.aam-showroom .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link {
    font-family: var(--f-b);
    font-weight: 500;
    font-size: 14px;
    color: var(--aam-ink-2) !important;
    text-transform: none;
    padding: 0 14px;
    line-height: 66px;
}
.aam-showroom .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link:hover,
.aam-showroom .ast-builder-menu-1 .main-header-menu .current-menu-item > .menu-link,
.aam-showroom .ast-builder-menu-1 .main-header-menu .current-menu-ancestor > .menu-link {
    color: var(--aam-ink) !important;
    box-shadow: inset 0 -2px 0 var(--aam-red);
}
.aam-showroom .ast-builder-menu-1 .sub-menu {
    background: var(--aam-bg-deep);
    border: 1px solid var(--aam-line);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .5);
}
.aam-showroom .ast-builder-menu-1 .sub-menu .menu-link {
    line-height: 1.4 !important;
    padding: 10px 18px !important;
    box-shadow: none !important;
}
.aam-showroom .aam-search-toggle { color: var(--aam-ink-2); }
.aam-showroom .aam-search-panel {
    background: var(--aam-bg-deep);
    border: 1px solid var(--aam-line);
    border-top: 1px solid var(--aam-line);
    border-radius: 10px;
}
.aam-showroom .aam-search-panel input[type="search"] { background: var(--aam-bg); color: var(--aam-ink); border-color: var(--aam-line); border-radius: 8px 0 0 8px; }
.aam-showroom .aam-search-panel button { background: var(--aam-btn); border-radius: 0 8px 8px 0; }

/* ---------- home hero (resto/hero-banner) ---------- */
.aam-showroom .resto-hero { min-height: 560px !important; }
.aam-showroom .resto-hero-overlay {
    opacity: 1 !important;
    background: linear-gradient(90deg, rgba(13, 14, 16, .9) 0%, rgba(13, 14, 16, .55) 45%, rgba(13, 14, 16, 0) 85%) !important;
}
.aam-showroom .resto-hero-align-center { justify-content: flex-start; }
.aam-showroom .resto-hero-align-center .resto-hero-content {
    text-align: left;
    margin-left: max(24px, calc((100vw - 1200px) / 2)) !important;
    margin-right: auto !important;
    max-width: 700px !important;
    padding-left: 0 !important;
}
.aam-showroom .resto-hero-title {
    font-family: var(--f-d) !important;
    font-size: clamp(44px, 6.2vw, 84px) !important;
    font-weight: 800 !important;
    line-height: .92 !important;
    letter-spacing: .01em !important;
    text-transform: uppercase !important;
    color: #fff !important;
}
.aam-showroom .resto-hero-subtitle {
    font-family: var(--f-b);
    font-size: 17px !important;
    color: #B8BEC9 !important;
    max-width: 46ch;
}
.aam-showroom .wp-block-cover { border-bottom: 1px solid var(--aam-line); }
.aam-showroom .wp-block-cover h1,
.aam-showroom .wp-block-cover h2 { text-shadow: none; }

/* no dead band between the header and the full-bleed hero */
.aam-showroom.home #content,
.aam-showroom.home #primary,
.aam-showroom.home .site-content .ast-container,
.aam-showroom.home article.page { padding-top: 0 !important; margin-top: 0 !important; }
.aam-showroom.home .entry-content > .resto-hero:first-child { margin-top: 0; }

/* homepage panels that were hard-coded to the old brown-grey */
.aam-showroom .wp-block-group.has-background[style*="background-color:#2a2424"] {
    background-color: var(--aam-bg-deep) !important;
    border: 1px solid var(--aam-line);
    border-top: 1px solid var(--aam-line) !important;
    border-radius: 10px;
}
.aam-showroom .aam-build-card { border-bottom: 0; border-radius: 10px; }
.aam-showroom .aam-trust-band .aam-trust-num { font-family: var(--f-d); font-weight: 800; }
.aam-showroom .has-text-color[style*="color:#E83236"] { color: var(--aam-accent) !important; }

/* CTA band (resto/cta-section) */
.aam-showroom .resto-cta-section {
    background: var(--aam-bg-deep) !important;
    border: 1px solid var(--aam-line);
    border-radius: 10px;
}
.aam-showroom .resto-cta-btn { border-radius: 8px !important; font-family: var(--f-b); letter-spacing: .04em; }
.aam-showroom .resto-cta-btn-primary {
    background: var(--aam-btn) !important;
    border-color: var(--aam-btn) !important;
    color: #fff !important;
}
.aam-showroom .resto-cta-btn-secondary {
    background: transparent !important;
    border: 1px solid var(--aam-line-2) !important;
    color: var(--aam-ink) !important;
}

/* Featured Parts (resto/product-showcase) — same card as the shop */
.aam-showroom .resto-product-grid { gap: 16px; }
.aam-showroom .resto-product-card {
    background: var(--aam-bg-deep);
    border: 1px solid var(--aam-line);
    border-radius: 10px;
    box-shadow: none;
    padding: 10px;
}
.aam-showroom .resto-product-card:hover { border-color: var(--aam-line-2); transform: translateY(-2px); box-shadow: none; }
.aam-showroom .resto-product-image {
    background: var(--aam-tile);
    border-radius: 7px;
    padding: 10px;
}
.aam-showroom .resto-product-image img {
    object-fit: contain;
    mix-blend-mode: multiply;
}
.aam-showroom .resto-product-card:hover .resto-product-image img { transform: none; }
.aam-showroom .resto-product-info { padding: 12px 6px 6px; }
.aam-showroom .resto-product-cats {
    color: var(--aam-accent) !important;
    font-size: 10.5px;
    letter-spacing: .07em;
}
.aam-showroom .resto-product-title {
    font: 600 14px/1.3 var(--f-b);
    text-transform: none;
    letter-spacing: 0;
    color: var(--aam-ink) !important;
}
.aam-showroom .resto-product-price,
.aam-showroom .resto-product-price * {
    color: var(--aam-ink) !important;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

/* ---------- shop ---------- */
.aam-showroom .woocommerce-breadcrumb,
.aam-showroom .woocommerce-breadcrumb a { color: var(--aam-ink-2); font-size: 13px; }
.aam-showroom .woocommerce-products-header__title { margin-bottom: 8px; }
.aam-showroom .woocommerce-result-count { color: var(--aam-ink-2) !important; font-size: 13px; }
.aam-showroom .woocommerce-ordering select,
.aam-showroom .woocommerce select.orderby {
    background-color: var(--aam-bg-deep) !important;
    color: var(--aam-ink) !important;
    border: 1px solid var(--aam-line);
    border-radius: 8px;
    font-size: 13px;
}

.aam-showroom ul.products li.product {
    background: var(--aam-bg-deep);
    border: 1px solid var(--aam-line);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    transition: border-color .2s, transform .2s;
}
.aam-showroom ul.products li.product:hover {
    border-color: var(--aam-line-2);
    transform: translateY(-2px);
}
.aam-showroom ul.products li.product .astra-shop-thumbnail-wrap {
    background: var(--aam-tile);
    border-radius: 7px;
    overflow: hidden;
    aspect-ratio: 1;
    margin: 0;
    display: grid;
    place-items: center;
}
.aam-showroom ul.products li.product .astra-shop-thumbnail-wrap .woocommerce-LoopProduct-link {
    display: block;
    width: 100%;
    height: 100%;
}
.aam-showroom ul.products li.product .astra-shop-thumbnail-wrap a img {
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.aam-showroom ul.products li.product .ast-on-card-button { display: none !important; }
.aam-showroom ul.products li.product .astra-shop-summary-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 6px;
    padding: 12px 6px 6px;
    text-align: left;
}
.aam-showroom ul.products li.product .ast-woo-product-category {
    font: 600 10.5px/1.3 var(--f-b);
    letter-spacing: .07em;
    text-transform: uppercase;
    color: var(--aam-accent) !important;
    opacity: 1 !important;
}
.aam-showroom ul.products li.product .woocommerce-loop-product__title {
    font: 600 14.5px/1.3 var(--f-b);
    text-transform: none;
    letter-spacing: 0;
    color: var(--aam-ink);
    min-height: 2.6em;
    padding: 0;
}
.aam-showroom ul.products li.product .price,
.aam-showroom ul.products li.product .price * {
    color: var(--aam-ink);
    font-weight: 700;
    font-size: 16px;
    font-variant-numeric: tabular-nums;
}
.aam-showroom.woocommerce ul.products li.product .button,
.aam-showroom ul.products li.product .astra-shop-summary-wrap .button {
    margin-top: auto;
    width: 100%;
    text-align: center;
    padding: 12px 14px;
    font-size: 12px;
    background-color: var(--aam-btn) !important;
    border: 1px solid var(--aam-btn) !important;
    color: #fff !important;
    border-radius: 8px !important;
}
.aam-showroom.woocommerce ul.products li.product .button:hover,
.aam-showroom ul.products li.product .astra-shop-summary-wrap .button:hover {
    background-color: var(--aam-btn-2) !important;
    border-color: var(--aam-btn-2) !important;
}
.aam-showroom span.onsale {
    background: var(--aam-btn) !important;
    border-radius: 6px !important;
}

/* sidebar / filters */
.aam-showroom #secondary h2,
.aam-showroom #secondary h3,
.aam-showroom #secondary h4,
.aam-showroom #secondary .wp-block-heading {
    color: var(--aam-ink-2) !important;
    font: 700 12px/1.2 var(--f-b) !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.aam-showroom .widget-title,
.aam-showroom .widget h2,
.aam-showroom .widget h3,
.aam-showroom .widget h4,
.aam-showroom .wp-block-search__label {
    color: var(--aam-ink-2) !important;
    font: 700 12px/1.2 var(--f-b);
    letter-spacing: .1em;
    text-transform: uppercase;
}
.aam-showroom .widget a,
.aam-showroom .widget li,
.aam-showroom .widget label,
.aam-showroom .widget .count,
.aam-showroom .wc-block-product-categories-list-item a,
.aam-showroom .wc-block-checkbox-list label { color: var(--aam-ink) !important; }
.aam-showroom .widget a:hover { color: var(--aam-accent) !important; }
.aam-showroom .wp-block-search__input,
.aam-showroom .widget input[type="search"] {
    background: var(--aam-bg-deep);
    border: 1px solid var(--aam-line);
    color: var(--aam-ink);
    border-radius: 8px;
}
.aam-showroom .wp-block-search .wp-block-search__button,
.aam-showroom .widget .wp-block-search__button {
    background: var(--aam-btn) !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .04em;
}
.aam-showroom .wc-block-product-filters__open-overlay {
    background: var(--aam-bg-deep);
    border: 1px solid var(--aam-line);
    color: var(--aam-ink);
    border-radius: 8px;
}

/* "Show N more" filter toggle — text link, not a boxed button */
.aam-showroom .wc-block-product-categories-list__more,
.aam-showroom .wc-block-components-checkbox-list__more,
.aam-showroom .wc-block-product-filter-checkbox-list__show-more,
.aam-showroom .wc-block-product-filter-checkbox-list__show-more-button {
    background: transparent !important;
    border: 0 !important;
    color: var(--aam-accent) !important;
    padding: 6px 0 !important;
    text-decoration: none !important;
    font-weight: 600;
}

/* pagination */
.aam-showroom .page-numbers,
.aam-showroom nav.woocommerce-pagination ul li a,
.aam-showroom nav.woocommerce-pagination ul li span {
    background: var(--aam-bg-deep) !important;
    border-color: var(--aam-line) !important;
    color: var(--aam-ink) !important;
    border-radius: 8px;
}
.aam-showroom .page-numbers.current,
.aam-showroom nav.woocommerce-pagination ul li span.current {
    background: var(--aam-btn) !important;
    border-color: var(--aam-btn) !important;
    color: #fff !important;
}

/* ---------- single product ---------- */
/* No blend modes in the gallery: the hover-zoom copy (img.zoomImg) sits on top of the
   main photo and must be fully opaque, or the two multiply into a dark mess. */
.aam-showroom .woocommerce-product-gallery__image img,
.aam-showroom .woocommerce-product-gallery__image--placeholder img {
    background: #fff;
    border: 0;
    border-radius: 10px;
    mix-blend-mode: normal;
}
.aam-showroom .woocommerce-product-gallery img.zoomImg {
    background: #fff !important;
    mix-blend-mode: normal !important;
    border-radius: 0;
}
.aam-showroom .woocommerce-product-gallery__wrapper { border-radius: 10px; background: #fff; overflow: hidden; }
.aam-showroom .single-product-category a {
    display: inline-block;
    background: var(--aam-panel-2);
    color: var(--aam-ink-2);
    font: 700 11px/1 var(--f-b);
    letter-spacing: .07em;
    text-transform: uppercase;
    padding: 7px 14px;
    border-radius: 999px;
    text-decoration: none;
    margin-bottom: 12px;
}
.aam-showroom .single-product-category a:hover { color: var(--aam-ink); }
.aam-showroom.single-product .summary .product_title { font-size: clamp(34px, 4vw, 52px); margin-bottom: 12px; }
.aam-showroom.single-product .summary .price,
.aam-showroom.single-product .summary .price * {
    color: var(--aam-ink);
    font: 800 30px/1 var(--f-b);
    font-variant-numeric: tabular-nums;
}
.aam-showroom .woocommerce-product-details__short-description,
.aam-showroom .woocommerce-product-details__short-description p { color: var(--aam-ink-2); }

.aam-showroom.single-product .ast-stock-detail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(22, 163, 74, .14);
    padding: 7px 14px 7px 11px;
    border-radius: 999px;
    font-size: 13px;
}
.aam-showroom.single-product .ast-stock-detail::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #34D27B;
    flex: none;
}
.aam-showroom.single-product .ast-stock-detail .ast-stock-avail { display: none; }
.aam-showroom.single-product .ast-stock-detail .stock { color: #6EE7A0; font-weight: 600; }
.aam-showroom.single-product .ast-stock-detail:has(.stock.out-of-stock) { background: rgba(220, 38, 38, .16); }
.aam-showroom.single-product .ast-stock-detail:has(.stock.out-of-stock)::before { background: #F87171; }
.aam-showroom.single-product .ast-stock-detail:has(.stock.out-of-stock) .stock { color: #FCA5A5; }
.aam-showroom.single-product .ast-stock-detail:has(.stock.on-backorder) { background: rgba(217, 119, 6, .16); }
.aam-showroom.single-product .ast-stock-detail:has(.stock.on-backorder)::before { background: #FBBF24; }
.aam-showroom.single-product .ast-stock-detail:has(.stock.on-backorder) .stock { color: #FCD34D; }

.aam-showroom.single-product .summary p.stock.out-of-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(220, 38, 38, .16);
    color: #FCA5A5;
    padding: 7px 14px 7px 11px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.aam-showroom.single-product .summary p.stock.out-of-stock::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F87171;
    flex: none;
}

.aam-showroom.single-product form.cart:not(.variations_form):not(.grouped_form) {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: stretch;
}
.aam-showroom.single-product form.cart .quantity.aam-qty-stepper {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid var(--aam-line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--aam-bg-deep);
}
.aam-showroom.single-product form.cart .quantity.aam-qty-stepper .qty {
    border: 0;
    width: 52px;
    text-align: center;
    -moz-appearance: textfield;
    background-color: transparent !important;
    color: var(--aam-ink) !important;
}
.aam-showroom.single-product form.cart .quantity.aam-qty-stepper .qty::-webkit-inner-spin-button,
.aam-showroom.single-product form.cart .quantity.aam-qty-stepper .qty::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.aam-showroom .aam-qty-btn {
    background: var(--aam-panel-2);
    border: 0;
    width: 40px;
    font-size: 18px;
    line-height: 1;
    color: var(--aam-ink);
    cursor: pointer;
}
.aam-showroom .aam-qty-btn:hover { background: var(--aam-line-2); }
.aam-showroom.single-product .single_add_to_cart_button {
    flex: 1;
    min-width: 180px;
    height: 48px;
    font-size: 14px;
    padding: 0 28px;
}

/* single product sits in a centred column instead of touching the screen edge */
.aam-showroom.single-product .site-content > .ast-container {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 24px;
}

/* WhatsApp "Have a question?" button (rf-whatsapp-order plugin) */
.aam-showroom .rf-whatsapp-order-wrap { margin-top: 12px; }
.aam-showroom .rf-whatsapp-order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 46px;
    background: transparent !important;
    color: #4ADE80 !important;
    border: 1.5px solid #1F9D52 !important;
    border-radius: 8px !important;
    font: 700 13px var(--f-b);
    letter-spacing: .04em;
    text-transform: uppercase;
    text-decoration: none;
}
.aam-showroom .rf-whatsapp-order-btn:hover { background: rgba(31, 157, 82, .14) !important; }

.aam-showroom .aam-email-fallback {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 13px;
    color: var(--aam-ink-2);
    text-decoration: none;
}
.aam-showroom .aam-email-fallback:hover { color: var(--aam-ink); text-decoration: underline; }

.aam-showroom .product_meta { font-size: 12px; color: var(--aam-ink-2); margin-top: 16px; }
.aam-showroom .product_meta > span { display: inline-block; margin-right: 14px; }
.aam-showroom .product_meta a { color: var(--aam-ink-2); text-decoration: underline; }
.aam-showroom .product_meta .sku { font-family: var(--f-m); }

.aam-showroom .aam-share-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--aam-line);
}
.aam-showroom .aam-share-label { font-size: 12px; color: var(--aam-ink-2); margin-right: 4px; }
.aam-showroom .aam-share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--aam-panel-2);
    color: var(--aam-ink-2);
    text-decoration: none;
}
.aam-showroom .aam-share-icon:hover { background: var(--aam-btn); color: #fff; }

/* Description / Reviews tabs */
.aam-showroom .woocommerce-tabs ul.tabs.wc-tabs {
    border-bottom: 1px solid var(--aam-line) !important;
    gap: 24px;
}
.aam-showroom .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.aam-showroom .woocommerce-tabs ul.tabs li a {
    padding: 12px 0 !important;
    font: 700 13px var(--f-b) !important;
    letter-spacing: .06em;
    color: var(--aam-ink-2) !important;
}
.aam-showroom .woocommerce-tabs ul.tabs li:hover { background: transparent !important; }
.aam-showroom .woocommerce-tabs ul.tabs li.active { background: transparent !important; box-shadow: inset 0 -2px 0 var(--aam-red); }
.aam-showroom .woocommerce-tabs ul.tabs li.active a { color: var(--aam-ink) !important; }
.aam-showroom .woocommerce-tabs .panel,
.aam-showroom .woocommerce-tabs .woocommerce-Tabs-panel {
    background: transparent;
    border: 0;
    padding: 24px 0 !important;
}

/* ---------- tables, notices, forms ---------- */
.aam-showroom .woocommerce table.shop_table,
.aam-showroom .woocommerce table.shop_table th,
.aam-showroom .woocommerce table.shop_table td {
    border-color: var(--aam-line);
}
.aam-showroom .woocommerce table.shop_table { border-radius: 10px; }
.aam-showroom .woocommerce-info,
.aam-showroom .woocommerce-message,
.aam-showroom .woocommerce-error { border-radius: 8px; }
.aam-showroom .woocommerce-info a.button,
.aam-showroom .woocommerce-message a.button,
.aam-showroom .woocommerce-error a.button,
.aam-showroom .woocommerce-info a.button *,
.aam-showroom .woocommerce-message a.button *,
.aam-showroom .woocommerce-error a.button * { color: #fff !important; }
.aam-showroom .woocommerce-account .woocommerce form.login,
.aam-showroom .woocommerce-account .woocommerce form.register {
    border-color: var(--aam-line);
    background: var(--aam-bg-deep);
    border-radius: 10px;
}
.aam-showroom .woocommerce fieldset legend,
.aam-showroom .woocommerce-account fieldset legend { border-bottom-color: var(--aam-line); }
.aam-showroom .woocommerce form .form-row input.input-text,
.aam-showroom .woocommerce form .form-row textarea,
.aam-showroom .woocommerce form .form-row select {
    background-color: var(--aam-bg-deep) !important;
    color: var(--aam-ink) !important;
    border: 1px solid var(--aam-line);
    border-radius: 8px;
}
.aam-showroom .is-style-stripes thead th { color: var(--aam-ink-2) !important; }
.aam-showroom .is-style-stripes thead { border-bottom-color: var(--aam-line); }

/* Block checkout / cart fields — dark inputs, readable floating labels */
.aam-showroom .wc-block-components-text-input input,
.aam-showroom .wc-block-components-text-input input:-webkit-autofill,
.aam-showroom .wc-block-components-textarea,
.aam-showroom .wc-blocks-components-select__select,
.aam-showroom .wc-block-components-combobox .components-combobox-control input,
.aam-showroom .wc-block-components-country-input select,
.aam-showroom .wc-block-components-state-input select {
    background-color: var(--aam-bg-deep) !important;
    color: var(--aam-ink) !important;
    border: 1px solid var(--aam-line) !important;
    border-radius: 8px !important;
    -webkit-text-fill-color: var(--aam-ink);
    box-shadow: 0 0 0 1000px var(--aam-bg-deep) inset;
}
.aam-showroom .wc-block-components-text-input input:focus,
.aam-showroom .wc-blocks-components-select__select:focus,
.aam-showroom .wc-block-components-combobox .components-combobox-control input:focus {
    border-color: var(--aam-ink-2) !important;
    box-shadow: 0 0 0 1000px var(--aam-bg-deep) inset, 0 0 0 1px var(--aam-ink-2);
}
.aam-showroom .wc-block-components-text-input label,
.aam-showroom .wc-block-components-combobox .components-base-control__label,
.aam-showroom .wc-blocks-components-select__label,
.aam-showroom .wc-block-components-country-input label,
.aam-showroom .wc-block-components-state-input label { color: var(--aam-ink-2) !important; }
.aam-showroom .wc-blocks-components-select__container,
.aam-showroom .wc-blocks-components-select .wc-blocks-components-select__container {
    background: transparent !important;
    border-radius: 8px !important;
}
.aam-showroom .wc-blocks-components-select__expand { fill: var(--aam-ink-2); }
.aam-showroom .wc-block-components-checkbox .wc-block-components-checkbox__mark { fill: #fff; }
.aam-showroom .wc-block-components-checkbox input[type="checkbox"] {
    background-color: var(--aam-bg-deep) !important;
    border: 1px solid var(--aam-line-2) !important;
    border-radius: 4px;
}
.aam-showroom .wc-block-components-checkbox input[type="checkbox"]:checked { background-color: var(--aam-btn) !important; border-color: var(--aam-btn) !important; }
.aam-showroom .wc-block-components-quantity-selector,
.aam-showroom .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    background-color: var(--aam-bg-deep) !important;
    color: var(--aam-ink) !important;
    border-color: var(--aam-line) !important;
    border-radius: 8px;
}
.aam-showroom .wc-block-components-quantity-selector::after { border-color: var(--aam-line) !important; }
.aam-showroom .wc-block-components-quantity-selector__button { color: var(--aam-ink) !important; }

/* ---------- articles ---------- */
/* listing: titles were giant red display type */
.aam-showroom.blog .entry-title,
.aam-showroom.archive .entry-title,
.aam-showroom.search .entry-title {
    font-size: clamp(26px, 2.6vw, 36px);
    line-height: 1.05;
    margin-bottom: 12px;
}
.aam-showroom .ast-article-post .entry-title a,
.aam-showroom .ast-article-post .entry-title a:visited {
    color: var(--aam-ink) !important;
    text-decoration: none;
}
.aam-showroom .ast-article-post .entry-title a:hover { color: var(--aam-accent) !important; }
.aam-showroom .blog-layout-5.ast-article-inner {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--aam-line);
}
.aam-showroom .ast-blog-featured-section img { border-radius: 10px; }
.aam-showroom .ast-excerpt-container p { color: var(--aam-ink-2); }
.aam-showroom .ast-article-post .read-more a { color: var(--aam-accent); font-weight: 600; text-decoration: none; }

/* single article: readable column, quiet meta, no "By aam" */
.aam-showroom.single-post .entry-title { font-size: clamp(34px, 4vw, 56px); }
.aam-showroom.single-post .entry-header,
.aam-showroom.single-post .entry-content > p,
.aam-showroom.single-post .entry-content > h2,
.aam-showroom.single-post .entry-content > h3,
.aam-showroom.single-post .entry-content > h4,
.aam-showroom.single-post .entry-content > ul,
.aam-showroom.single-post .entry-content > ol,
.aam-showroom.single-post .entry-content > blockquote {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.aam-showroom.single-post .entry-content > p,
.aam-showroom.single-post .entry-content > ul,
.aam-showroom.single-post .entry-content > ol {
    font-size: 17px;
    line-height: 1.75;
}
.aam-showroom .entry-meta,
.aam-showroom .ast-single-post .entry-meta { font-size: 0 !important; line-height: 0 !important; color: transparent !important; }
.aam-showroom .entry-meta .posted-by { display: none; }
.aam-showroom .entry-meta .posted-on,
.aam-showroom .entry-meta .posted-on * {
    font-size: 13px;
    line-height: 1.5;
    color: var(--aam-ink-2) !important;
}
.aam-showroom .entry-content blockquote {
    border-left: 3px solid var(--aam-red);
    background: var(--aam-bg-deep);
    border-radius: 0 10px 10px 0;
    padding: 18px 24px;
}
.aam-showroom .entry-content figure img,
.aam-showroom .wp-block-gallery img { border-radius: 8px; }

/* related articles */
.aam-showroom .ast-single-related-posts-container {
    background: transparent !important;
    border-top: 1px solid var(--aam-line);
    padding-top: 40px;
}
.aam-showroom .ast-related-posts-title-section .ast-related-posts-title,
.aam-showroom .ast-related-posts-title {
    font-family: var(--f-d);
    font-weight: 800;
    text-transform: uppercase;
    color: var(--aam-ink);
}
.aam-showroom .ast-related-post,
.aam-showroom .ast-related-post-content { background: transparent; }
.aam-showroom .ast-related-post .entry-title,
.aam-showroom .ast-related-post .entry-title a { color: var(--aam-ink) !important; font-size: 22px; }
.aam-showroom .ast-related-post .post-thumb img { border-radius: 10px; }

/* prev / next */
.aam-showroom .post-navigation a { color: var(--aam-ink); }
.aam-showroom .post-navigation a:hover { color: var(--aam-accent); }

/* ---------- footer ---------- */
.aam-showroom .aam-footer,
.aam-showroom .aam-footer-bottom { background: #08090A; }
.aam-showroom .aam-footer-bottom { border-top: 1px solid var(--aam-line); }
.aam-showroom .aam-footer h4 {
    color: var(--aam-ink-2) !important;
    font-family: var(--f-b) !important;
    font-size: 12px;
    letter-spacing: .1em;
}
.aam-showroom .aam-footer p,
.aam-showroom .aam-footer a,
.aam-showroom .aam-footer-links li a,
.aam-showroom .aam-contact-list a { color: var(--aam-cream); }
.aam-showroom .aam-footer a:hover { color: var(--aam-accent); }
.aam-showroom .aam-footer-logo { background: #fff; padding: 10px 14px; border-radius: 8px; }
.aam-showroom .aam-social-icon:hover { background: var(--aam-btn); }
.aam-showroom .aam-footer-bottom { color: var(--aam-ink-2); }

@media (max-width: 921px) {
    .aam-showroom .ast-header-break-point .main-header-menu { background: var(--aam-bg-deep) !important; }
    .aam-showroom .ast-header-break-point .main-header-menu .menu-link,
    .aam-showroom .ast-header-break-point .main-header-menu .menu-item > a { color: var(--aam-ink) !important; line-height: 1.5 !important; }
    .aam-showroom .ast-header-break-point .main-header-menu .menu-item { border-bottom: 1px solid var(--aam-line); }
    .aam-showroom .ast-header-break-point .main-header-menu .menu-item > .menu-link:hover { color: var(--aam-accent) !important; }
    .aam-showroom .ast-header-break-point .main-header-menu .aam-cart-link,
    .aam-showroom .ast-header-break-point .main-header-menu .aam-cart-link * { color: #fff !important; }
    .aam-showroom .ast-builder-grid-row { align-items: center; }
    .aam-showroom .site-branding .custom-logo-link { border-radius: 8px; padding: 6px 10px; }
    .aam-showroom .custom-logo-link img { max-height: 36px; }
    .aam-showroom .resto-hero-align-center .resto-hero-content { margin-left: 20px; margin-right: 20px; }
}
@media (prefers-reduced-motion: reduce) {
    .aam-showroom ul.products li.product { transition: none; }
    .aam-showroom ul.products li.product:hover { transform: none; }
}
