img[loading="lazy"] {
  content-visibility: auto;
}

@media (max-width: 980px) {
  .container {
    width: min(calc(100% - 26px), var(--max));
  }

  body.header-scrolled .header-wrap {
    gap: 8px;
    padding: 8px 0 10px;
  }

  body.header-scrolled .header-top {
    gap: 10px;
  }

  body.header-scrolled .brand {
    min-height: 94px;
  }

  body.header-scrolled .brand-logo,
  body.header-scrolled .brand img {
    height: 88px;
    padding: 6px;
  }

  .header-wrap {
    gap: 10px;
    padding: 10px 0 12px;
  }

  .header-top {
    grid-template-columns: minmax(148px, auto) minmax(0, 1fr) auto;
    gap: 12px;
  }

  .brand {
    min-height: 108px;
  }

  .brand-logo,
  .brand img {
    height: 104px;
    max-height: none;
    padding: 7px;
    box-shadow:
      0 12px 22px rgba(45, 36, 25, 0.12),
      0 0 0 5px rgba(185, 137, 89, 0.08);
  }

  .editorial-media,
  .about-media-card,
  .premium-main-image,
  .quick-view-media {
    background: #f4efe8;
  }

  .editorial-media img,
  .about-media-card img,
  .premium-main-image img,
  .quick-view-media img {
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #f4efe8 !important;
  }

  .main-nav {
    gap: 18px;
    justify-content: flex-start;
    width: 100%;
  }

  .action-link {
    padding: 0 14px;
  }

  .featured-strip,
  .collection-grid,
  .catalog-grid,
  .stat-grid,
  .kpi-grid,
  .product-meta-grid,
  .product-rich-grid,
  .field-grid,
  .variant-grid {
    grid-template-columns: 1fr 1fr;
  }

  .variant-grid .span-2,
  .variant-grid .span-4,
  .field-grid .full {
    grid-column: 1 / -1;
  }

  .premium-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hero-slider,
  .editorial-media,
  .about-media-card,
  .premium-main-image {
    background: #f4efe8 !important;
  }

  .hero-track {
    min-height: clamp(320px, 52vw, 520px) !important;
  }

  .hero-slide img,
  .hero-slide picture img,
  .hero-slider img {
    object-fit: contain !important;
    object-position: center center !important;
    background: #f4efe8 !important;
  }

  .editorial-media,
  .about-media-card,
  .premium-main-image {
    display: grid;
    place-items: center;
    overflow: hidden;
  }

  .editorial-media img,
  .about-media-card img,
  .premium-main-image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-position: center;
    background: #f4efe8;
  }

  .editorial-media img,
  .about-media-card img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }

  .premium-main-image img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 54px 0;
  }

  .topbar .container {
    min-height: 34px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    text-align: center;
    font-size: 10px;
  }

  .glass-header {
    border-radius: 0 0 22px 22px;
  }

  .header-wrap {
    gap: 12px;
    padding: 10px 0 14px;
  }

  .header-top {
    position: relative;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    grid-template-areas: "menu . actions";
    grid-template-rows: auto;
    min-height: 130px;
    padding-top: 78px;
    row-gap: 0;
    align-items: end;
  }

  .header-bottom {
    display: none;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    grid-area: menu;
    justify-self: start;
    align-self: end;
  }

  .header-actions {
    grid-area: actions;
    grid-column: auto;
    justify-self: end;
    align-self: end;
    gap: 8px;
  }

  .action-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 14px;
  }

  .action-link span {
    display: none;
  }

  .brand {
    position: absolute;
    top: 6px;
    left: 50%;
    grid-area: auto;
    grid-column: auto;
    width: auto;
    min-height: auto;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    transform: translateX(-50%);
    z-index: 2;
  }

  .brand::before,
  .brand::after {
    display: none !important;
  }

  .brand.brand-has-logo {
    min-width: 0;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .brand:hover,
  .brand.brand-has-logo:hover {
    transform: translateX(-50%);
  }

  .brand-logo,
  .brand img {
    height: 92px;
    max-height: none;
    padding: 6px;
    box-shadow:
      0 12px 22px rgba(45, 36, 25, 0.12),
      0 0 0 5px rgba(185, 137, 89, 0.08);
  }

  body.header-scrolled .header-wrap {
    gap: 8px;
    padding: 8px 0 10px;
  }

  body.header-scrolled .header-top {
    min-height: 96px;
    padding-top: 52px;
    row-gap: 0;
  }

  body.header-scrolled .brand {
    top: 4px;
    min-height: auto;
    transform: translateX(-50%);
  }

  body.header-scrolled .brand-logo,
  body.header-scrolled .brand img {
    height: 74px;
    max-height: none;
    padding: 4px;
    box-shadow:
      0 10px 18px rgba(45, 36, 25, 0.12),
      0 0 0 4px rgba(185, 137, 89, 0.07);
  }

  .mega-menu,
  .mega-backdrop {
    display: none !important;
  }

  .mobile-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(15, 14, 12, 0.4);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    display: block;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 31;
    width: min(88vw, 360px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #f8f3ec 0%, #fffdf9 100%);
    border-right: 1px solid rgba(92, 71, 54, 0.12);
    box-shadow: var(--shadow-lg);
    transform: translateX(-100%);
    transition: transform 0.28s ease;
  }

  .mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 18px 16px;
    border-bottom: 1px solid rgba(92, 71, 54, 0.08);
  }

  .mobile-drawer-head strong {
    font-size: 20px;
    letter-spacing: -0.03em;
  }

  .mobile-drawer-close {
    position: static;
  }

  .mobile-drawer-body {
    padding: 16px;
    overflow-y: auto;
  }

  .mobile-drawer-group + .mobile-drawer-group {
    margin-top: 18px;
  }

  .mobile-drawer-label {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--bronze-dark);
  }

  .mobile-drawer-nav {
    display: grid;
    gap: 10px;
  }

  .mobile-drawer-nav a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(92, 71, 54, 0.08);
    box-shadow: var(--shadow-xs);
    font-weight: 700;
  }

  body.mobile-drawer-open .mobile-drawer {
    transform: translateX(0);
  }

  body.mobile-drawer-open .mobile-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .hero.hero--wide {
    padding: 8px 0 0;
  }

  .hero-slider {
    border-radius: 22px !important;
    background: #f4efe8 !important;
  }

  .hero-track {
    min-height: clamp(420px, 68vh, 560px) !important;
  }

  .hero-slide picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero-slide img,
  .hero-slide picture img,
  .hero-slider img {
    width: 100% !important;
    height: 100% !important;
    min-height: unset !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #f4efe8 !important;
  }

  .hero-copy {
    left: 16px !important;
    right: 16px !important;
    bottom: 18px !important;
    max-width: none !important;
  }

  .editorial-media img,
  .about-media-card img,
  .premium-main-image img,
  .quick-view-media img {
    aspect-ratio: 16 / 9 !important;
  }

  .hero-copy h1 {
    font-size: clamp(28px, 8vw, 40px) !important;
  }

  .hero-copy p {
    font-size: 14px !important;
    line-height: 1.7 !important;
    margin-bottom: 14px !important;
  }

  .hero-nav {
    width: 42px !important;
    height: 42px !important;
    font-size: 22px !important;
  }

  .hero-prev {
    left: 10px !important;
  }

  .hero-next {
    right: 10px !important;
  }

  .featured-strip,
  .collection-grid,
  .catalog-grid,
  .stat-grid,
  .kpi-grid,
  .product-meta-grid,
  .product-rich-grid,
  .editorial-grid,
  .about-page-grid,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .product-card-copy strong,
  .strip-card strong,
  .cart-premium-meta h3 {
    font-size: 20px;
  }

  .product-card-copy span {
    font-size: 14px;
  }

  .product-card-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .product-card-actions {
    justify-content: space-between;
  }

  .product-card-link-inline,
  .quick-preview-btn {
    flex: 1;
  }

  .quick-view-dialog {
    width: min(calc(100vw - 18px), 920px);
    margin-top: 18px;
  }

  .quick-view-copy {
    padding: 24px;
  }

  .quick-view-media img {
    min-height: 280px;
  }

  .cart-premium-item {
    grid-template-columns: 1fr;
  }

  .cart-premium-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .cart-premium-side {
    justify-items: start;
  }

  .checkout-stepper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .checkout-step {
    min-height: 46px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    font-weight: 800;
    color: var(--muted);
  }

  .checkout-step.is-active {
    color: var(--bronze-dark);
    border-color: rgba(185, 137, 89, 0.2);
    background: rgba(185, 137, 89, 0.08);
  }

  [data-checkout-shell] {
    display: grid;
    grid-template-columns: 1fr;
  }

  [data-checkout-shell][data-step="1"] .checkout-summary {
    display: none;
  }

  [data-checkout-shell][data-step="2"] .checkout-form-card {
    display: none;
  }

  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .checkout-mobile-actions {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }

  .premium-product-layout {
    grid-template-columns: 1fr;
  }

  .premium-info-card {
    position: static;
  }

  .premium-title {
    font-size: clamp(32px, 10vw, 48px);
  }

  .premium-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-status-row,
  .premium-actions,
  .size-options,
  .color-swatches,
  .footer-grid,
  .footer-bottom,
  .footer-links,
  .footer-meta,
  .status-row,
  .auth-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .footer {
    padding-bottom: 36px;
  }

  .mobile-quickbar,
  .mobile-bottom-nav,
  .bottom-quick-nav,
  .floating-bottom-nav,
  .site-mobile-tabs {
    display: none !important;
  }

  .admin-main {
    padding: 20px 12px 100px;
  }

  table,
  thead,
  tbody,
  tr,
  td,
  th {
    display: block;
  }

  thead {
    display: none;
  }

  table {
    border-radius: 20px;
  }

  tbody tr {
    padding: 12px 14px;
    border-top: 1px solid rgba(92, 71, 54, 0.08);
  }

  tbody tr:first-child {
    border-top: none;
  }

  tbody td {
    padding: 8px 0;
    border: none;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 18px), var(--max));
  }

  .brand-logo,
  .brand img {
    height: 84px;
    max-height: none;
    padding: 4px;
  }

  body.header-scrolled .brand-logo,
  body.header-scrolled .brand img {
    height: 68px;
  }

  .product-card-body,
  .form-card,
  .account-card,
  .contact-card,
  .contact-link-card,
  .about-copy-card,
  .admin-table-card,
  .dashboard-card,
  .preview-card,
  .checkout-form-card,
  .checkout-summary,
  .cart-premium-list,
  .cart-premium-summary,
  .premium-info-card,
  .product-rich-card,
  .variant-box {
    padding: 20px;
  }

  .product-card-copy strong,
  .strip-card strong,
  .cart-premium-meta h3,
  .quick-view-copy h3 {
    font-size: 18px;
  }

  .hero-track {
    min-height: clamp(360px, 62vh, 480px) !important;
  }

  .premium-thumbs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .header-actions {
    gap: 6px;
  }

  .action-link {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .footer {
    padding-bottom: 30px;
  }
}

@media (max-width: 980px) {
  .admin-split-grid,
  .settings-section-grid,
  .summary-grid,
  .meta-grid,
  .auth-mini-grid {
    grid-template-columns: 1fr;
  }

  .order-line {
    grid-template-columns: 1fr;
  }

  .order-line-media img {
    max-width: 160px;
  }

  .order-line-price {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .table-actions,
  .admin-inline-actions,
  .cart-qty-actions,
  .cart-qty-form {
    width: 100%;
    justify-content: stretch;
  }

  .cart-qty-input {
    width: 100%;
  }
}

/* v10 tablet/mobile layout and visual-fit fixes */
@media (max-width: 1320px) and (min-width: 769px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .glass-header {
    overflow: visible;
  }

  .header-top {
    grid-template-columns: minmax(132px, 180px) 1fr auto;
    gap: 14px;
  }

  .brand {
    min-height: auto;
  }

  .brand.brand-has-logo {
    min-width: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .brand.brand-has-logo::before,
  .brand.brand-has-logo::after {
    display: none !important;
  }

  .brand.brand-has-logo .brand-logo,
  .brand.brand-has-logo img {
    height: 118px;
    width: auto;
    max-height: none;
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    border: 2px solid rgba(185, 137, 89, 0.46);
    box-shadow:
      0 18px 30px rgba(45, 36, 25, 0.14),
      0 0 0 5px rgba(185, 137, 89, 0.08);
  }

  body.header-scrolled .brand.brand-has-logo {
    min-width: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  body.header-scrolled .brand.brand-has-logo .brand-logo,
  body.header-scrolled .brand.brand-has-logo img {
    height: 88px;
    padding: 5px;
    box-shadow:
      0 12px 22px rgba(45, 36, 25, 0.12),
      0 0 0 4px rgba(185, 137, 89, 0.07);
  }

  .action-link {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
  }

  .main-nav {
    gap: 18px;
  }

  .hero-slider,
  .editorial-media,
  .about-media-card {
    overflow: hidden;
    background: #f4efe8;
  }

  .hero-track {
    min-height: clamp(340px, 48vw, 520px) !important;
  }

  .hero-slide,
  .hero-slide picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-slide img,
  .hero-slide picture img,
  .hero-slider img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .editorial-grid,
  .about-page-grid {
    gap: 20px;
  }

  .editorial-media,
  .about-media-card {
    aspect-ratio: 16 / 9;
    min-height: clamp(260px, 38vw, 420px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  }

  .editorial-media img,
  .about-media-card img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 auto !important;
    background: #f4efe8;
  }

  .mobile-quickbar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }

  .header-wrap {
    gap: 10px;
    padding: 10px 0 12px;
  }

  .header-top {
    position: relative;
    grid-template-columns: 46px 1fr auto;
    grid-template-areas: "menu . actions";
    grid-template-rows: auto;
    min-height: 126px;
    padding-top: 74px;
    row-gap: 0;
    align-items: end;
  }

  .brand {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    margin: 0;
    transform: translateX(-50%);
    z-index: 3;
    justify-content: center;
  }

  .brand::before,
  .brand::after,
  .brand.brand-has-logo::before,
  .brand.brand-has-logo::after {
    display: none !important;
  }

  .brand:hover,
  .brand.brand-has-logo:hover {
    transform: translateX(-50%);
  }

  .brand.brand-has-logo {
    min-width: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .brand-logo,
  .brand img,
  .brand.brand-has-logo .brand-logo,
  .brand.brand-has-logo img {
    height: 82px;
    width: auto;
    max-height: none;
    padding: 5px;
    box-shadow:
      0 12px 20px rgba(45, 36, 25, 0.12),
      0 0 0 4px rgba(185, 137, 89, 0.07);
  }

  .header-actions {
    gap: 8px;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .hero-track {
    min-height: clamp(300px, 50vh, 420px) !important;
  }

  .hero-slide,
  .hero-slide picture {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-slide img,
  .hero-slide picture img,
  .hero-slider img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    margin: 0 auto !important;
  }

  .hero-copy {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
  }

  .editorial-media,
  .about-media-card {
    aspect-ratio: 16 / 9;
    min-height: 220px;
    padding: 10px;
    border-radius: 22px;
  }

  .editorial-media img,
  .about-media-card img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    min-height: 0 !important;
    margin: 0 auto !important;
  }

  body.header-scrolled .header-top {
    min-height: auto;
    padding-top: 0;
    grid-template-areas: "menu brand actions";
    align-items: center;
  }

  body.header-scrolled .brand {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }

  body.header-scrolled .brand:hover,
  body.header-scrolled .brand.brand-has-logo:hover {
    transform: none;
  }

  body.header-scrolled .brand.brand-has-logo {
    min-width: auto;
    min-height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  body.header-scrolled .brand-logo,
  body.header-scrolled .brand img,
  body.header-scrolled .brand.brand-has-logo .brand-logo,
  body.header-scrolled .brand.brand-has-logo img {
    height: 64px;
    padding: 4px;
    box-shadow:
      0 10px 16px rgba(45, 36, 25, 0.11),
      0 0 0 3px rgba(185, 137, 89, 0.06);
  }

  .mobile-quickbar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* v10 final mobile + tablet banner/header fixes */
@media (max-width: 980px) {
  .header-top {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
  }

  .brand {
    grid-column: 2 !important;
    justify-self: center !important;
  }

  .header-actions {
    grid-column: 3 !important;
    justify-self: end !important;
  }

  .hero-slider,
  .editorial-media,
  .about-media-card,
  .premium-main-image {
    background: #f4efe8 !important;
  }

  .hero-slide,
  .hero-slide picture,
  .editorial-media,
  .about-media-card,
  .premium-main-image {
    display: grid !important;
    place-items: center !important;
  }

  .hero-track {
    min-height: clamp(320px, 54vw, 520px) !important;
  }

  .hero-slide img,
  .hero-slide picture img,
  .hero-slider img,
  .editorial-media img,
  .about-media-card img,
  .premium-main-image img {
    object-fit: contain !important;
    object-position: center center !important;
    background: #f4efe8 !important;
  }

  .editorial-media,
  .about-media-card {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    padding: 10px !important;
  }

  .editorial-media img,
  .about-media-card img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin: 0 auto !important;
  }

  .premium-main-image {
    aspect-ratio: 16 / 9 !important;
  }

  .premium-main-image img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {
  .header-top,
  body.header-scrolled .header-top {
    position: relative !important;
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    grid-template-areas: "menu . actions" !important;
    grid-template-rows: auto !important;
    min-height: 128px !important;
    padding-top: 76px !important;
    row-gap: 0 !important;
    align-items: end !important;
  }

  body.header-scrolled .header-top {
    min-height: 92px !important;
    padding-top: 50px !important;
  }

  .brand,
  body.header-scrolled .brand {
    position: absolute !important;
    top: 6px !important;
    left: 50% !important;
    grid-area: auto !important;
    grid-column: auto !important;
    justify-self: center !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    z-index: 2 !important;
  }

  body.header-scrolled .brand {
    top: 4px !important;
  }

  .brand:hover,
  .brand.brand-has-logo:hover,
  body.header-scrolled .brand:hover,
  body.header-scrolled .brand.brand-has-logo:hover {
    transform: translateX(-50%) !important;
  }

  .brand.brand-has-logo,
  body.header-scrolled .brand.brand-has-logo {
    min-width: 0 !important;
    min-height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .brand-logo,
  .brand img {
    height: 90px !important;
    padding: 6px !important;
  }

  body.header-scrolled .brand-logo,
  body.header-scrolled .brand img,
  body.header-scrolled .brand.brand-has-logo .brand-logo,
  body.header-scrolled .brand.brand-has-logo img {
    height: 70px !important;
    padding: 4px !important;
  }

  .mobile-quickbar,
  .mobile-bottom-nav,
  .bottom-quick-nav,
  .floating-bottom-nav,
  .site-mobile-tabs,
  .footer-mobile-nav,
  .sticky-mobile-nav {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* v13 responsive product media de-crop refinement */
@media (max-width: 1180px) {
  .product-card-media {
    --card-media-pad: 12px;
    aspect-ratio: 1 / 1.02;
  }

  .product-card-image,
  .product-card-hover {
    padding: var(--card-media-pad) !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .quick-view-media img {
    padding: 14px !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    object-fit: contain !important;
  }

  .premium-main-image {
    display: grid !important;
    place-items: center !important;
    background: linear-gradient(180deg, #fbf8f4 0%, #f2ece4 100%) !important;
  }

  .premium-main-image img {
    padding: 12px !important;
  }

  .premium-thumb img {
    padding: 6px !important;
    object-fit: contain !important;
  }
}

@media (max-width: 768px) {
  .product-card-media {
    --card-media-pad: 10px;
    aspect-ratio: 1 / 0.96;
  }

  .product-card-image,
  .product-card-hover {
    padding: var(--card-media-pad) !important;
  }

  .premium-main-image img {
    padding: 10px !important;
  }
}

/* v14 responsive product media recovery */
@media (max-width: 1180px) {
  .product-card-media {
    aspect-ratio: 1 / 1.12 !important;
    background: linear-gradient(180deg, #f8f3ec 0%, #f2ece4 100%) !important;
  }

  .product-card-image,
  .product-card-hover {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }

  .premium-main-image {
    aspect-ratio: 1 / 1.18 !important;
    background: linear-gradient(180deg, #fcfaf7 0%, #f2ece4 100%) !important;
  }

  .premium-main-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 14px !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .premium-thumb img,
  .quick-view-media img {
    padding: 8px !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 768px) {
  .product-card-media {
    aspect-ratio: 1 / 1.08 !important;
  }

  .premium-main-image {
    aspect-ratio: 1 / 1.2 !important;
  }

  .premium-main-image img {
    padding: 12px !important;
  }
}

/* v14 responsive product card hover stabilization */
@media (max-width: 1180px) {
  .product-card-media {
    aspect-ratio: 1 / 1.1;
  }

  .product-card-image,
  .product-card-hover {
    padding: 10px !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .premium-main-image {
    min-height: clamp(340px, 60vw, 600px) !important;
  }

  .premium-main-image img {
    aspect-ratio: auto !important;
    padding: 12px !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .premium-thumb img,
  .quick-view-media img {
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 768px) {
  .product-card-media {
    aspect-ratio: 1 / 1.06;
  }

  .product-card-image,
  .product-card-hover {
    padding: 8px !important;
  }

  .premium-main-image {
    min-height: clamp(280px, 74vw, 460px) !important;
    border-radius: 24px !important;
  }

  .premium-main-image img {
    padding: 10px !important;
  }
}

/* v14e responsive tuning after hover regression feedback */
@media (max-width: 1180px) {
  .product-card-media {
    aspect-ratio: 1 / 1.18;
  }

  .product-card-image,
  .product-card-hover {
    padding: 8px !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 768px) {
  .product-card-media {
    aspect-ratio: 1 / 1.12;
  }

  .product-card-image,
  .product-card-hover {
    padding: 6px !important;
  }
}

/* v16 product detail compact mobile/tablet header + tap gallery */
@media (max-width: 980px) {
  .route-product .header-wrap,
  body.header-scrolled.route-product .header-wrap {
    gap: 7px !important;
    padding: 7px 0 9px !important;
  }

  .route-product .header-top,
  body.header-scrolled.route-product .header-top {
    gap: 10px !important;
    min-height: auto !important;
  }

  .route-product .brand,
  body.header-scrolled.route-product .brand {
    min-height: auto !important;
  }

  .route-product .brand::before,
  .route-product .brand::after {
    display: none !important;
  }

  .route-product .brand.brand-has-logo,
  body.header-scrolled.route-product .brand.brand-has-logo {
    min-width: 0 !important;
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .route-product .brand-logo,
  .route-product .brand img,
  .route-product .brand.brand-has-logo .brand-logo,
  .route-product .brand.brand-has-logo img,
  body.header-scrolled.route-product .brand-logo,
  body.header-scrolled.route-product .brand img,
  body.header-scrolled.route-product .brand.brand-has-logo .brand-logo,
  body.header-scrolled.route-product .brand.brand-has-logo img {
    height: 72px !important;
    padding: 4px !important;
    box-shadow:
      0 9px 16px rgba(45, 36, 25, 0.1),
      0 0 0 3px rgba(185, 137, 89, 0.055) !important;
  }

  .route-product .main-nav {
    gap: 14px !important;
  }

  .route-product .nav-trigger {
    font-size: 11px !important;
    padding-bottom: 5px !important;
  }

  .route-product main.section {
    padding-top: 30px !important;
  }

  .route-product .premium-main-image {
    min-height: clamp(330px, 62vw, 560px) !important;
  }

  .route-product .gallery-open-hit {
    width: 100% !important;
    height: 100% !important;
    min-height: inherit !important;
  }

  .route-product .premium-main-image .gallery-open-hit img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 12px !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 768px) {
  .route-product .header-top,
  body.header-scrolled.route-product .header-top {
    grid-template-columns: 46px minmax(0, 1fr) auto !important;
    min-height: 82px !important;
    padding-top: 46px !important;
    align-items: end !important;
  }

  .route-product .brand,
  body.header-scrolled.route-product .brand {
    top: 3px !important;
    transform: translateX(-50%) !important;
  }

  .route-product .brand-logo,
  .route-product .brand img,
  .route-product .brand.brand-has-logo .brand-logo,
  .route-product .brand.brand-has-logo img,
  body.header-scrolled.route-product .brand-logo,
  body.header-scrolled.route-product .brand img,
  body.header-scrolled.route-product .brand.brand-has-logo .brand-logo,
  body.header-scrolled.route-product .brand.brand-has-logo img {
    height: 58px !important;
    padding: 3px !important;
    box-shadow:
      0 8px 14px rgba(45, 36, 25, 0.1),
      0 0 0 3px rgba(185, 137, 89, 0.055) !important;
  }

  .route-product .mobile-menu-toggle,
  .route-product .action-link {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    border-radius: 13px !important;
  }

  .route-product main.section {
    padding-top: 24px !important;
  }

  .route-product .premium-main-image {
    min-height: clamp(250px, 72vw, 420px) !important;
    border-radius: 22px !important;
  }

  .route-product .premium-main-image .gallery-open-hit img {
    padding: 9px !important;
  }
}

/* v21 mobile about / Biz Kimiz typography rollback */
@media (max-width: 768px) {
  body:not(.admin-body) .editorial-copy,
  body:not(.admin-body) .about-copy-card {
    padding: 24px !important;
  }

  body:not(.admin-body) .editorial-copy h2,
  body:not(.admin-body) .about-copy-card h1 {
    font-size: clamp(24px, 7.8vw, 34px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.038em !important;
  }

  body:not(.admin-body) .editorial-copy .eyebrow,
  body:not(.admin-body) .about-copy-card .eyebrow {
    padding: 7px 11px !important;
    font-size: 10px !important;
    letter-spacing: 0.15em !important;
  }

  body:not(.admin-body) .editorial-copy p,
  body:not(.admin-body) .about-copy-card p {
    font-size: 15px !important;
    line-height: 1.72 !important;
  }
}

@media (max-width: 480px) {
  body:not(.admin-body) .editorial-copy,
  body:not(.admin-body) .about-copy-card {
    padding: 20px !important;
  }

  body:not(.admin-body) .editorial-copy h2,
  body:not(.admin-body) .about-copy-card h1 {
    font-size: clamp(24px, 8.2vw, 32px) !important;
  }
}

/* 20260505 contact map mobile balance */
@media (max-width: 640px) {
  .contact-map-panel {
    margin-top: 18px !important;
    padding: 12px !important;
    border-radius: 24px !important;
  }

  .contact-map-panel::before {
    inset: 8px !important;
    border-radius: 18px !important;
  }

  .contact-map-copy {
    padding: 20px !important;
    border-radius: 20px !important;
  }

  .contact-map-copy h2 {
    font-size: clamp(24px, 8vw, 32px) !important;
    line-height: 1.02 !important;
  }

  .contact-map-address {
    margin-bottom: 18px !important;
    font-size: 14px !important;
  }

  .contact-map-link {
    width: 100% !important;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 300px !important;
    border-radius: 20px !important;
  }
}

/* Stock management mobile fix */
@media (max-width: 768px) {
  .product-stock-status {
    margin: 8px 0 12px;
    padding: 7px 10px;
    font-size: .72rem;
  }
  .admin-stock-input {
    max-width: 100%;
    min-width: 84px;
  }
}

/* 20260516 mobile parity for desktop UI revisions */
@media (max-width: 768px) {
  .header-top:has(.brand-left-text) {
    display: grid !important;
    grid-template-columns: 44px 72px minmax(0, 1fr) auto !important;
    grid-template-areas: "menu logo center actions" !important;
    min-height: 78px !important;
    padding-top: 0 !important;
    align-items: center !important;
    column-gap: 9px !important;
  }

  .header-top:has(.brand-left-text) .mobile-menu-toggle {
    grid-area: menu !important;
    align-self: center !important;
  }

  .header-top:has(.brand-left-text) .brand-left-text,
  body.header-scrolled .header-top:has(.brand-left-text) .brand-left-text,
  .route-product .header-top:has(.brand-left-text) .brand-left-text,
  body.header-scrolled.route-product .header-top:has(.brand-left-text) .brand-left-text {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-area: logo !important;
    justify-self: start !important;
    transform: none !important;
    min-width: 0 !important;
    min-height: auto !important;
    padding: 5px !important;
    border-radius: 999px !important;
    isolation: isolate;
  }

  .header-top:has(.brand-left-text) .brand-left-text::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    inset: -6px !important;
    border-radius: 999px !important;
    pointer-events: none !important;
    z-index: -1 !important;
    background:
      radial-gradient(circle at 42% 34%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 43%, rgba(241, 221, 201, 0.7) 68%, rgba(185, 137, 89, 0.18) 100%),
      linear-gradient(135deg, rgba(250, 244, 235, 0.96), rgba(224, 190, 158, 0.38));
    border: 1px solid rgba(210, 166, 123, 0.34) !important;
    box-shadow:
      0 12px 24px rgba(45, 36, 25, 0.12),
      0 0 0 5px rgba(255, 255, 255, 0.26),
      inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
  }

  .header-top:has(.brand-left-text) .brand-left-text::after {
    display: none !important;
  }

  .header-top:has(.brand-left-text) .brand-left-text .brand-logo,
  .header-top:has(.brand-left-text) .brand-left-text img,
  body.header-scrolled .header-top:has(.brand-left-text) .brand-left-text .brand-logo,
  body.header-scrolled .header-top:has(.brand-left-text) .brand-left-text img,
  .route-product .header-top:has(.brand-left-text) .brand-left-text .brand-logo,
  .route-product .header-top:has(.brand-left-text) .brand-left-text img,
  body.header-scrolled.route-product .header-top:has(.brand-left-text) .brand-left-text .brand-logo,
  body.header-scrolled.route-product .header-top:has(.brand-left-text) .brand-left-text img {
    height: 58px !important;
    max-width: 66px !important;
    padding: 3px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: none !important;
  }

  .header-top:has(.brand-left-text) .header-center-title,
  .route-product .header-top:has(.brand-left-text) .header-center-title {
    display: block !important;
    position: static !important;
    grid-area: center !important;
    transform: none !important;
    justify-self: center !important;
    align-self: center !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: clamp(20px, 6vw, 28px) !important;
    line-height: 1 !important;
    letter-spacing: -0.055em !important;
    z-index: 2;
  }

  .header-top:has(.brand-left-text) .header-center-title--obscura::after {
    left: 14%;
    right: 14%;
    bottom: -5px;
  }

  .header-top:has(.brand-left-text) .header-actions {
    grid-area: actions !important;
    align-self: center !important;
    justify-self: end !important;
  }

  .header-top:has(.brand-left-text) .header-actions .action-link:not(:last-child) {
    display: none !important;
  }

  body.site-header-hidden .glass-header {
    max-height: 0 !important;
    transform: translateY(-100%) !important;
  }

  .product-description-block {
    margin-top: 14px !important;
    border-radius: 22px !important;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,242,235,0.86)) !important;
    border: 1px solid rgba(92, 71, 54, 0.1) !important;
    box-shadow: 0 14px 32px rgba(45, 36, 25, 0.07) !important;
  }

  .product-description-block .variant-title {
    font-size: 13px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  .product-description-block .premium-description {
    margin-top: 10px !important;
    padding: 12px 14px !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    color: var(--muted) !important;
    line-height: 1.75 !important;
    font-size: 14px !important;
  }

  .mobile-drawer-head {
    min-height: 76px;
    padding: 18px 16px 14px !important;
    background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(244,232,218,0.86));
  }

  .mobile-drawer-head strong {
    color: var(--bronze-dark);
    font-size: 22px !important;
    letter-spacing: -0.045em;
  }

  .mobile-drawer-nav--categories {
    gap: 12px !important;
  }

  .mobile-category-block {
    display: grid;
    gap: 8px;
    padding: 8px;
    border-radius: 22px;
    border: 1px solid rgba(92, 71, 54, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-xs);
  }

  .mobile-drawer-nav a.mobile-category-main {
    justify-content: space-between;
    gap: 12px;
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(246,238,228,0.9));
    border-color: rgba(185, 137, 89, 0.16);
    color: var(--text);
    font-weight: 900;
  }

  .mobile-category-main small {
    color: var(--bronze-dark);
    font-size: 11px;
    font-weight: 900;
    opacity: 0.78;
    white-space: nowrap;
  }

  .mobile-category-sublist {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 0 3px 3px;
  }

  .mobile-category-sublist a {
    min-height: 40px !important;
    padding: 0 13px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.82) !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 750 !important;
  }
}

@media (max-width: 420px) {
  .header-top:has(.brand-left-text) {
    grid-template-columns: 40px 60px minmax(0, 1fr) 40px !important;
    column-gap: 7px !important;
  }

  .header-top:has(.brand-left-text) .brand-left-text .brand-logo,
  .header-top:has(.brand-left-text) .brand-left-text img,
  body.header-scrolled .header-top:has(.brand-left-text) .brand-left-text .brand-logo,
  body.header-scrolled .header-top:has(.brand-left-text) .brand-left-text img {
    height: 50px !important;
    max-width: 58px !important;
  }

  .header-top:has(.brand-left-text) .header-center-title {
    font-size: clamp(18px, 5.6vw, 23px) !important;
  }
}
