:root {
  --navy: #102f49;
  --navy-deep: #0a2236;
  --navy-soft: #eaf1f4;
  --turquoise: #4fa8b5;
  --turquoise-deep: #287c88;
  --turquoise-soft: #edf8f8;
  --yellow: #e5b329;
  --yellow-soft: #fff8df;
  --paper: #f6f8f7;
  --white: #fff;
  --ink: #1c3144;
  --muted: #6c7c89;
  --line: #d9e3e7;
  --success: #267657;
  --font: "Segoe UI Variable Text", "Segoe UI", Aptos, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body[data-page="shop"] { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 15px; letter-spacing: 0; overflow-x: hidden; }
body[data-page="shop"] *, body[data-page="shop"] *::before, body[data-page="shop"] *::after { box-sizing: border-box; }
body[data-page="shop"] button, body[data-page="shop"] input, body[data-page="shop"] select, body[data-page="shop"] textarea { font: inherit; letter-spacing: 0; }
body[data-page="shop"] button, body[data-page="shop"] a { -webkit-tap-highlight-color: transparent; }
body[data-page="shop"] h1, body[data-page="shop"] h2, body[data-page="shop"] h3, body[data-page="shop"] p { letter-spacing: 0; }
body[data-page="shop"].no-scroll { overflow: hidden; }
[hidden] { display: none !important; }
.commerce-container { width: min(1320px, calc(100% - 52px)); margin-inline: auto; }

/* Brand header */
.commerce-strip { min-height: 34px; border-bottom: 1px solid #244b65; background: var(--navy-deep); color: #dcebed; }
.commerce-strip .commerce-container { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 34px; }
.commerce-strip-lead, .commerce-strip-links { display: flex; align-items: center; gap: 14px; min-width: 0; }
.commerce-strip-lead strong { color: #fff; font-size: 11px; font-weight: 850; }
.commerce-strip-lead span, .commerce-strip-links span, .commerce-strip-links a { color: #b9d1d7; font-size: 11px; }
.commerce-strip-links a { color: #fff; font-weight: 800; text-decoration: none; }
.commerce-strip-links a:hover { color: var(--yellow); }
.commerce-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 5px 18px rgba(16,47,73,.08); }
.header-main { display: grid; grid-template-columns: 300px minmax(300px,1fr) auto; align-items: center; gap: 27px; min-height: 96px; }
.commerce-brand { display: flex; align-items: center; gap: 13px; min-width: 0; color: var(--ink); text-decoration: none; }
.commerce-logo-fallback, .commerce-logo-image { width: 62px; height: 62px; flex: 0 0 62px; border-radius: 0; }
.commerce-logo-fallback { display: grid; place-items: center; border-bottom: 4px solid var(--yellow); background: var(--navy); color: #fff; font-size: 18px; font-weight: 900; }
.commerce-logo-image { object-fit: contain; background: #fff; }
.commerce-brand-copy { min-width: 0; }
.commerce-brand-copy strong, .commerce-brand-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.commerce-brand-copy strong { color: var(--navy); font-size: 22px; font-weight: 850; }
.commerce-brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.header-search-shell { position: relative; min-width: 0; }
.commerce-search { display: grid; grid-template-columns: minmax(0,1fr) 82px; overflow: hidden; border: 1px solid #b9cbd1; background: #fff; }
.commerce-search:focus-within { border-color: var(--turquoise-deep); box-shadow: 0 0 0 3px rgba(79,168,181,.16); }
.commerce-search input { min-width: 0; height: 50px; border: 0; padding: 0 16px; outline: 0; background: #fff; color: var(--ink); }
.commerce-search input::placeholder { color: #8a9aa3; }
.commerce-search button { border: 0; background: var(--navy); color: #fff; font-size: 12px; font-weight: 850; cursor: pointer; }
.commerce-search button:hover { background: var(--turquoise-deep); }
.search-suggestions { position: absolute; z-index: 90; top: calc(100% + 8px); left: 0; right: 0; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 38px rgba(16,47,73,.16); }
.search-suggestions button { display: flex; align-items: center; justify-content: space-between; gap: 14px; width: 100%; min-height: 54px; border: 0; border-bottom: 1px solid #edf1f2; padding: 9px 14px; background: #fff; color: var(--ink); text-align: left; cursor: pointer; }
.search-suggestions button:last-child { border-bottom: 0; }
.search-suggestions button:hover, .search-suggestions button:focus-visible { outline: 0; background: var(--turquoise-soft); }
.suggestion-product span, .suggestion-product strong, .suggestion-product small { display: block; min-width: 0; }
.suggestion-product strong, .suggestion-product small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.suggestion-product small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.suggestion-product b { color: var(--navy); font-size: 12px; white-space: nowrap; }
.suggestion-category { justify-content: flex-start !important; }
.suggestion-category span { min-width: 72px; color: var(--turquoise-deep); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.search-suggestions p { margin: 0; padding: 18px; color: var(--muted); text-align: center; }
.header-actions { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.header-action, .cart-trigger { min-height: 42px; border: 1px solid var(--line); border-radius: 0; padding: 0 11px; background: #fff; color: #3d596a; font-size: 12px; font-weight: 800; cursor: pointer; }
.header-action:hover, .favorite-trigger.active { border-color: #a8d0d5; background: var(--turquoise-soft); color: var(--navy); }
.header-action.strong { border-color: var(--navy); background: var(--navy); color: #fff; }
.header-action.strong:hover { background: var(--turquoise-deep); }
.cart-trigger { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 84px; border-color: var(--navy); background: var(--navy); color: #fff; }
.cart-trigger:hover { background: var(--turquoise-deep); }
.cart-trigger b { display: grid; min-width: 19px; min-height: 19px; place-items: center; background: rgba(255,255,255,.17); font-size: 10px; }

/* Navigation and brands */
.category-navigation { border-bottom: 1px solid var(--line); background: #fff; }
.category-navigation-inner { position: relative; display: flex; align-items: center; min-height: 52px; }
.all-categories-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; align-self: stretch; min-width: 226px; border: 0; border-right: 4px solid var(--yellow); background: var(--navy); color: #fff; font-size: 12px; font-weight: 850; cursor: pointer; }
.all-categories-button:hover { background: var(--turquoise-deep); }
.category-shortcuts { display: flex; min-width: 0; overflow: hidden; }
.category-shortcuts button, .category-track-link { border: 0; padding: 0 17px; background: transparent; color: #536b79; font-size: 12px; font-weight: 750; white-space: nowrap; cursor: pointer; text-decoration: none; }
.category-shortcuts button:hover, .category-track-link:hover { color: var(--turquoise-deep); }
.category-track-link { margin-left: auto; color: var(--navy); }
.category-mega-menu { position: absolute; z-index: 60; top: calc(100% + 1px); left: 0; right: 0; border: 1px solid var(--line); border-top: 4px solid var(--turquoise); padding: 23px; background: #fff; box-shadow: 0 20px 40px rgba(16,47,73,.16); }
.mega-menu-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.mega-menu-heading span, .mega-menu-heading strong { display: block; }
.mega-menu-heading span { color: var(--turquoise-deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.mega-menu-heading strong { margin-top: 5px; color: var(--navy); font-size: 20px; }
.mega-menu-heading button { width: 32px; height: 32px; border: 1px solid var(--line); background: #fff; color: var(--muted); cursor: pointer; }
.mega-menu-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.mega-menu-grid section { min-width: 0; border-left: 2px solid var(--turquoise-soft); padding-left: 13px; }
.mega-menu-grid section > div { display: grid; gap: 7px; margin-top: 9px; }
.mega-menu-grid button { border: 0; padding: 0; background: transparent; color: var(--muted); font-size: 11px; text-align: left; cursor: pointer; }
.mega-menu-grid button:hover { color: var(--turquoise-deep); }
.mega-category-main { color: var(--navy) !important; font-size: 13px !important; font-weight: 850; }
.brand-ticker { border-bottom: 1px solid var(--line); background: #fff; }
.brand-ticker-row { display: grid; grid-template-columns: 112px minmax(0,1fr); align-items: center; min-height: 46px; }
.ticker-label { color: var(--navy); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ticker-window { min-width: 0; overflow: hidden; border-left: 1px solid var(--line); cursor: grab; touch-action: pan-y; user-select: none; }
.ticker-window:active { cursor: grabbing; }
.ticker-track { display: inline-flex; min-width: max-content; animation: ticker-scroll 28s linear infinite; will-change: transform; }
.ticker-track:hover, .ticker-track:focus-within, .ticker-track.is-dragging { animation-play-state: paused; }
.ticker-track button { border: 0; border-right: 1px solid #e7eeee; padding: 0 25px; background: transparent; color: #617684; font-size: 12px; font-weight: 750; cursor: pointer; }
.ticker-track button:hover, .ticker-track button:focus-visible { outline: 0; color: var(--turquoise-deep); background: var(--turquoise-soft); }
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Hero */
.ad-stage { padding-block: 30px 18px; }
.ad-viewport { position: relative; overflow: hidden; min-height: 414px; background: var(--navy-deep); box-shadow: 0 12px 30px rgba(16,47,73,.14); }
.ad-track { display: flex; height: 100%; transition: transform .48s ease; }
.home-ad { position: relative; flex: 0 0 100%; min-height: 414px; overflow: hidden; background: var(--navy-deep); }
.home-ad img { position: absolute; top: 0; right: 0; bottom: 0; width: 48%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.03); }
.home-ad::after { position: absolute; top: 0; right: 48%; bottom: 0; width: 12%; content: ""; background: var(--navy-deep); opacity: .84; }
.home-ad-copy { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; width: 58%; min-height: 414px; border-left: 6px solid var(--turquoise); padding: 48px 56px; background: var(--navy-deep); color: #fff; }
.home-ad-copy span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.home-ad-copy h2 { max-width: 610px; margin: 13px 0 14px; color: #fff; font-size: 42px; line-height: 1.1; }
.home-ad-copy p { max-width: 520px; margin: 0 0 27px; color: #c5dadd; font-size: 14px; line-height: 1.65; }
.home-ad-copy a { display: inline-grid; align-self: flex-start; min-height: 46px; place-items: center; padding: 0 19px; background: var(--yellow); color: var(--navy-deep); font-size: 12px; font-weight: 900; text-decoration: none; }
.home-ad-copy a:hover { background: #f1ca52; }
.ad-arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; border: 0; background: rgba(255,255,255,.9); color: var(--navy); font-size: 25px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.ad-arrow:hover { background: var(--yellow); }
.ad-arrow.previous { left: 17px; }
.ad-arrow.next { right: 17px; }
.ad-dots { display: flex; justify-content: center; gap: 7px; min-height: 24px; padding-top: 11px; }
.ad-dots button { width: 25px; height: 3px; border: 0; background: #bfd0d4; cursor: pointer; }
.ad-dots button.active { background: var(--yellow); }

/* Service and category bands */
.commerce-benefits { border-block: 1px solid var(--line); background: #fff; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefit-grid div { min-height: 96px; border-right: 1px solid var(--line); padding: 22px 22px 18px; }
.benefit-grid div:first-child { border-left: 3px solid var(--turquoise); }
.benefit-grid div:last-child { border-right: 0; }
.benefit-grid b, .benefit-grid span { display: block; }
.benefit-grid b { color: var(--navy); font-size: 13px; }
.benefit-grid span { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.expertise-band { border-bottom: 1px solid var(--line); background: var(--turquoise-soft); }
.expertise-inner { display: grid; grid-template-columns: 260px minmax(0,1fr); align-items: stretch; }
.expertise-heading { display: flex; flex-direction: column; justify-content: center; min-height: 144px; padding: 23px 24px 23px 0; }
.expertise-heading span { color: var(--turquoise-deep); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.expertise-heading h2 { max-width: 230px; margin: 9px 0 0; color: var(--navy); font-size: 20px; line-height: 1.2; }
.expertise-list { display: grid; grid-template-columns: repeat(4,1fr); }
.expertise-list a { display: flex; flex-direction: column; justify-content: center; min-height: 144px; border-left: 1px solid #cde4e6; padding: 22px 21px; color: var(--navy); text-decoration: none; }
.expertise-list a:hover { background: #fff; }
.expertise-list b { font-size: 13px; }
.expertise-list small { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.popular-category-section { padding-block: 52px 42px; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 19px; }
.section-title-row > div span, .catalog-eyebrow { color: var(--turquoise-deep); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.section-title-row h2 { margin: 7px 0 0; color: var(--navy); font-size: 27px; }
.section-title-row > button { border: 0; border-bottom: 1px solid var(--turquoise); padding: 5px 0; background: transparent; color: var(--navy); font-size: 12px; font-weight: 850; cursor: pointer; }
.section-title-row > button:hover { color: var(--turquoise-deep); }
.popular-category-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.popular-category-card { position: relative; display: flex; min-height: 142px; flex-direction: column; align-items: flex-start; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 21px 19px 17px; background: #fff; color: var(--navy); text-align: left; cursor: pointer; }
.popular-category-card::after { position: absolute; right: 18px; bottom: 17px; width: 22px; height: 2px; content: ""; background: var(--yellow); }
.popular-category-card:hover { background: var(--turquoise-soft); }
.popular-category-card strong { max-width: 180px; font-size: 14px; line-height: 1.3; }
.popular-category-card small { max-width: 185px; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.popular-category-card em { margin-top: auto; color: var(--turquoise-deep); font-size: 10px; font-style: normal; font-weight: 850; }

/* Catalogue */
.catalog-section { display: grid; grid-template-columns: 255px minmax(0,1fr); align-items: start; gap: 30px; padding-block: 28px 58px; scroll-margin-top: 138px; }
.catalog-sidebar { position: sticky; top: 126px; min-width: 0; border-top: 4px solid var(--navy); background: #fff; }
.sidebar-heading { display: flex; align-items: end; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); padding: 18px 16px 15px; }
.sidebar-heading span { color: var(--turquoise-deep); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.sidebar-heading h2 { margin: 5px 0 0; color: var(--navy); font-size: 19px; }
.sidebar-heading button { border: 0; padding: 4px 0; background: transparent; color: var(--turquoise-deep); font-size: 11px; font-weight: 850; cursor: pointer; }
.category-list { padding: 7px 0; }
.category-item { border-bottom: 1px solid #edf1f2; }
.category-item:last-child { border-bottom: 0; }
.category-main-row { display: grid; grid-template-columns: minmax(0,1fr) 30px; align-items: center; }
.category-main, .category-toggle { border: 0; background: transparent; color: #4a6472; cursor: pointer; }
.category-main { min-width: 0; padding: 10px 10px 10px 16px; overflow: hidden; font-size: 12px; font-weight: 750; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.category-main:hover, .category-main.active { color: var(--navy); background: var(--turquoise-soft); }
.category-toggle { width: 30px; height: 30px; color: var(--turquoise-deep); font-size: 18px; }
.subcategory-list { display: none; gap: 2px; padding: 0 10px 8px 25px; }
.category-item.open .subcategory-list { display: grid; }
.subcategory-button { border: 0; padding: 5px 0; background: transparent; color: var(--muted); font-size: 11px; text-align: left; cursor: pointer; }
.subcategory-button:hover, .subcategory-button.active { color: var(--turquoise-deep); }
.sidebar-filter { border-top: 1px solid var(--line); padding: 17px 16px 16px; }
.sidebar-filter h3 { margin: 0 0 11px; color: var(--navy); font-size: 12px; }
.brand-filter-list { display: grid; gap: 8px; max-height: 220px; overflow: auto; }
.brand-filter-list label { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; cursor: pointer; }
.brand-filter-list input, .stock-filter input { accent-color: var(--turquoise-deep); }
.stock-filter { display: flex; align-items: center; gap: 7px; border-top: 1px solid var(--line); padding: 15px 16px; color: #526976; font-size: 11px; cursor: pointer; }
.mobile-filter-button { display: none; }
.catalog-products { min-width: 0; }
.catalog-title-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.catalog-title-row h1 { margin: 7px 0 4px; color: var(--navy); font-size: 30px; line-height: 1.1; }
.catalog-title-row p { margin: 0; color: var(--muted); font-size: 12px; }
.sort-control { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.sort-control select { min-height: 38px; border: 1px solid var(--line); border-radius: 0; padding: 0 28px 0 10px; background: #fff; color: var(--navy); cursor: pointer; }
.active-filters { display: flex; flex-wrap: wrap; gap: 7px; min-height: 0; margin-bottom: 13px; }
.active-filters button { border: 1px solid #b8d9dd; border-radius: 0; padding: 6px 9px; background: var(--turquoise-soft); color: var(--turquoise-deep); font-size: 10px; cursor: pointer; }
.commerce-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.commerce-product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: #fff; }
.commerce-product-card:hover { border-color: #a9cdd1; }
.commerce-product-media { position: relative; aspect-ratio: 1/1.03; overflow: hidden; background: #eff5f4; }
.product-image-button { display: block; width: 100%; height: 100%; border: 0; padding: 0; background: transparent; cursor: pointer; }
.product-image-button img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.commerce-product-placeholder { display: grid; width: 100%; height: 100%; place-items: center; align-content: center; gap: 6px; background: #e8f1f0; color: var(--turquoise-deep); text-align: center; }
.commerce-product-placeholder strong { font-size: 42px; font-weight: 900; letter-spacing: .02em; }
.commerce-product-placeholder span { color: #6d858b; font-size: 10px; }
.commerce-stock { position: absolute; top: 10px; left: 10px; border: 1px solid #b8d8ca; padding: 5px 7px; background: #f4fbf7; color: var(--success); font-size: 9px; font-weight: 850; }
.commerce-stock.critical { border-color: #e8d7a6; background: var(--yellow-soft); color: #9a7107; }
.commerce-stock.out { border-color: #e8d7a6; background: var(--yellow-soft); color: #9a7107; }
.product-favorite { position: absolute; top: 9px; right: 9px; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.94); color: #78909a; font-size: 19px; line-height: 1; cursor: pointer; }
.product-favorite:hover, .product-favorite.active { border-color: #dfd08b; background: var(--yellow-soft); color: #a77700; }
.commerce-product-body { display: flex; flex: 1; flex-direction: column; padding: 15px; }
.commerce-product-category { color: var(--turquoise-deep); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.commerce-product-body h3 { min-height: 42px; margin: 7px 0 5px; color: var(--navy); font-size: 14px; line-height: 1.35; }
.commerce-product-title { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
.commerce-product-title:hover { color: var(--turquoise-deep); }
.commerce-product-brand { color: var(--muted); font-size: 11px; }
.commerce-product-description { min-height: 36px; margin: 9px 0 12px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.commerce-product-price { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; border-top: 1px solid #edf1f2; padding-top: 12px; }
.commerce-product-price b { color: var(--navy); font-size: 19px; }
.commerce-product-price span { color: var(--muted); font-size: 10px; }
.commerce-product-actions { display: grid; grid-template-columns: 1fr auto; gap: 6px; margin-top: 13px; }
.commerce-product-actions button { min-height: 36px; border: 1px solid #b8d7da; border-radius: 0; padding: 0 8px; background: #fff; color: var(--navy); font-size: 10px; font-weight: 850; cursor: pointer; }
.commerce-product-actions button:first-child { border-color: var(--navy); background: var(--navy); color: #fff; }
.commerce-product-actions button:first-child:hover { background: var(--turquoise-deep); }
.commerce-product-actions button:disabled { border-color: #c6d0d2; background: #c6d0d2; color: #fff; cursor: not-allowed; }
.catalog-empty { grid-column: 1/-1; border: 1px solid var(--line); padding: 45px; background: #fff; color: var(--muted); text-align: center; }
.pagination { display: flex; justify-content: center; gap: 5px; padding-top: 25px; }
.pagination button { min-width: 34px; height: 34px; border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; }
.pagination button:hover, .pagination button.active { border-color: var(--turquoise-deep); background: var(--turquoise-soft); }
.pagination button:disabled { opacity: .45; cursor: not-allowed; }

/* Support bands and footer */
.corporate-sales-band { border-block: 1px solid #254a63; background: var(--navy); color: #fff; }
.corporate-sales-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 38px; }
.corporate-sales-inner span, .tracking-inner span { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.corporate-sales-inner h2, .tracking-inner h2 { max-width: 660px; margin: 9px 0 7px; font-size: 25px; }
.corporate-sales-inner p, .tracking-inner p { margin: 0; color: #c7d9dc; font-size: 12px; }
.corporate-sales-inner > a { display: inline-grid; min-height: 44px; place-items: center; padding-inline: 18px; background: var(--yellow); color: var(--navy-deep); font-size: 12px; font-weight: 900; text-decoration: none; }
.corporate-sales-inner > a:hover { background: #f1ca52; }
.tracking-band { border-bottom: 1px solid var(--line); background: #fff; }
.tracking-inner { display: grid; grid-template-columns: minmax(260px,1fr) minmax(320px,460px); gap: 22px 50px; align-items: center; padding-block: 37px; }
.tracking-inner h2 { color: var(--navy); }
.tracking-inner p { color: var(--muted); }
.tracking-form { display: grid; grid-template-columns: minmax(0,1fr) 92px; }
.tracking-form input { min-width: 0; height: 44px; border: 1px solid var(--line); border-right: 0; padding: 0 12px; outline: 0; }
.tracking-form input:focus { border-color: var(--turquoise-deep); }
.tracking-form button { border: 0; background: var(--turquoise-deep); color: #fff; font-size: 11px; font-weight: 850; cursor: pointer; }
.tracking-form button:hover { background: var(--navy); }
.track-result { grid-column: 2; min-height: 20px; color: var(--muted); font-size: 11px; }
.track-result div { border-left: 3px solid var(--yellow); padding: 10px 12px; background: var(--yellow-soft); }
.track-result h3, .track-result p { margin: 0 0 4px; color: var(--navy); }
.commerce-footer { background: #fff; }
.footer-reference-grid { display: grid; grid-template-columns: 1fr 1fr 1.25fr; gap: 55px; padding-block: 48px 43px; }
.footer-column h3 { position: relative; margin: 0 0 21px; padding-bottom: 10px; color: var(--navy); font-size: 17px; font-weight: 850; }
.footer-column h3::after { position: absolute; bottom: 0; left: 0; width: 34px; height: 2px; content: ""; background: var(--yellow); }
.footer-link-list { display: grid; justify-items: start; gap: 9px; }
.commerce-footer a, .commerce-footer button { border: 0; padding: 0; background: transparent; color: #425d6b; font-size: 12px; text-align: left; text-decoration: none; cursor: pointer; }
.commerce-footer a:hover, .commerce-footer button:hover { color: var(--turquoise-deep); }
.footer-brand-list { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 25px; }
.footer-brand-list button { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.footer-contact-column address { max-width: 430px; margin: 0 0 7px; color: #425d6b; font-size: 12px; font-style: normal; line-height: 1.55; white-space: pre-line; }
.footer-email { display: inline-block; color: var(--turquoise-deep) !important; }
.footer-help-title { margin: 25px 0 19px; color: var(--navy); font-size: 17px; }
.footer-call-center { display: grid; justify-items: start; gap: 5px; }
.footer-call-center span { color: var(--turquoise-deep); font-size: 11px; font-weight: 850; }
.footer-call-center a { color: var(--navy); font-size: 29px; line-height: 1; }
.footer-call-center small { color: var(--muted); font-size: 10px; }
.footer-or { display: flex; align-items: center; gap: 10px; max-width: 250px; margin: 18px 0 12px; color: #9aa9af; font-size: 11px; }
.footer-or::before, .footer-or::after { flex: 1; height: 1px; content: ""; background: var(--line); }
.footer-whatsapp { display: inline-flex !important; align-items: center; gap: 8px; color: var(--success) !important; font-weight: 850; }
.footer-whatsapp span { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #e8f5ed; color: var(--success); font-size: 9px; }
.footer-assurance-band { border-block: 1px solid var(--line); background: var(--turquoise-soft); }
.footer-assurance-list { display: grid; grid-template-columns: repeat(4,1fr); }
.footer-assurance-list span { min-height: 55px; border-right: 1px solid #cfe4e6; padding: 19px 16px; color: var(--turquoise-deep); font-size: 10px; text-align: center; }
.footer-assurance-list span:first-child { border-left: 1px solid #cfe4e6; }
.footer-payment-band { background: var(--navy-deep); color: #fff; }
.footer-payment-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 19px; }
.payment-copy strong, .payment-copy span { display: block; }
.payment-copy strong { font-size: 12px; }
.payment-copy span { margin-top: 4px; color: #a9c2c6; font-size: 10px; }
.payment-chip-row { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.payment-chip-row span { border: 1px solid #34566b; padding: 8px 10px; color: #c5d8da; font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 15px; color: var(--muted); font-size: 10px; }
.footer-bottom a { color: var(--turquoise-deep); font-size: 10px; }
.whatsapp-float { position: fixed; z-index: 65; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; min-height: 45px; border: 0; border-radius: 24px; padding: 0 15px 0 7px; background: var(--success); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 0 10px 22px rgba(38,118,87,.25); text-decoration: none; }
.whatsapp-float:hover { background: var(--turquoise-deep); }
.wa-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 9px; }

/* Drawers and dialogs */
.drawer-backdrop { position: fixed; z-index: 79; inset: 0; background: rgba(10,34,54,.55); }
.cart-drawer { position: fixed; z-index: 80; top: 0; right: 0; width: min(450px,100%); height: 100dvh; overflow: auto; transform: translateX(105%); border-left: 4px solid var(--turquoise); padding: 21px; background: #fff; box-shadow: -18px 0 48px rgba(9,32,59,.22); transition: transform .25s ease; }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding-bottom: 15px; }
.drawer-header span { color: var(--turquoise-deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.drawer-header h2 { margin: 4px 0 0; color: var(--navy); font-size: 24px; }
.drawer-header button, .dialog-close { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); background: #fff; color: var(--muted); font-size: 22px; cursor: pointer; }
.drawer-cart-items { display: grid; gap: 12px; padding-block: 17px; }
.drawer-cart-line { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; gap: 11px; align-items: center; border-bottom: 1px solid #edf1f2; padding-bottom: 12px; }
.drawer-cart-line img { width: 58px; height: 58px; border: 1px solid var(--line); object-fit: cover; background: #eff5f4; }
.drawer-cart-line b, .drawer-cart-line span { display: block; }
.drawer-cart-line b { font-size: 12px; }
.drawer-cart-line span { margin-top: 3px; color: var(--muted); font-size: 11px; }
.quantity-control { display: grid; grid-template-columns: 28px 25px 28px; align-items: center; text-align: center; }
.quantity-control button { height: 28px; border: 1px solid var(--line); background: #fff; color: var(--navy); cursor: pointer; }
.drawer-total { display: flex; justify-content: space-between; border-block: 1px solid var(--line); padding: 14px 0; font-size: 17px; }
.drawer-total b { color: var(--navy); }
.drawer-checkout { display: grid; gap: 9px; padding-top: 16px; }
.drawer-checkout input, .drawer-checkout select, .drawer-checkout textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 10px 11px; background: #fff; }
.drawer-checkout textarea { min-height: 76px; resize: vertical; }
.drawer-checkout button[type="submit"] { min-height: 44px; border: 0; background: var(--navy); color: #fff; font-weight: 850; cursor: pointer; }
.drawer-checkout button[type="submit"]:hover { background: var(--turquoise-deep); }
.clear-cart { border: 0; padding: 7px; background: transparent; color: var(--turquoise-deep); cursor: pointer; }
.drawer-notice { min-height: 20px; color: var(--navy); font-size: 12px; font-weight: 750; }
.account-dialog, .product-dialog { border: 0; color: var(--ink); box-shadow: 0 26px 80px rgba(9,32,59,.3); }
.account-dialog { position: relative; width: min(460px,calc(100% - 28px)); padding: 26px; }
.account-dialog::backdrop, .product-dialog::backdrop { background: rgba(10,34,54,.63); }
.dialog-close { position: absolute; top: 13px; right: 13px; }
.account-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; margin-bottom: 19px; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.account-tabs button { min-height: 39px; border: 0; border-bottom: 2px solid transparent; background: #fff; color: var(--muted); font-weight: 850; cursor: pointer; }
.account-tabs button.active { border-bottom-color: var(--turquoise); color: var(--navy); }
.account-form { display: grid; gap: 10px; }
.account-form h2 { margin: 0 0 8px; color: var(--navy); font-size: 21px; }
.account-form input { height: 44px; border: 1px solid var(--line); border-radius: 0; padding: 0 11px; }
.account-form button, .member-panel button { min-height: 43px; border: 0; background: var(--navy); color: #fff; font-weight: 850; cursor: pointer; }
.member-panel { display: grid; gap: 10px; }
.member-panel h2 { margin: 0; color: var(--navy); }
.member-panel p { margin: 0; color: var(--muted); }
.account-notice { min-height: 20px; margin: 12px 0 0; color: #a77700; font-size: 12px; }
.product-dialog { position: relative; width: min(940px,calc(100% - 30px)); max-height: calc(100dvh - 30px); overflow: auto; padding: 0; }
.product-dialog-layout { display: grid; grid-template-columns: minmax(300px,.95fr) minmax(360px,1.05fr); min-height: 510px; }
.product-dialog-media { min-width: 0; background: #edf5f4; }
.product-dialog-media img { display: block; width: 100%; height: 100%; max-height: 620px; object-fit: contain; padding: 22px; }
.product-dialog-content { display: flex; min-width: 0; flex-direction: column; padding: 52px 38px 34px; }
.product-dialog-category { color: var(--turquoise-deep); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-dialog-content h2 { margin: 8px 0 5px; color: var(--navy); font-size: 28px; line-height: 1.2; }
.product-dialog-brand { margin: 0; color: var(--muted); font-size: 13px; }
.product-dialog-description { margin: 21px 0; color: #526a76; line-height: 1.65; }
.product-dialog-specs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; border-block: 1px solid var(--line); }
.product-dialog-specs div { min-width: 0; border-right: 1px solid var(--line); padding: 13px; }
.product-dialog-specs div:first-child { padding-left: 0; }
.product-dialog-specs div:last-child { border-right: 0; }
.product-dialog-specs dt { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.product-dialog-specs dd { overflow: hidden; margin: 5px 0 0; font-size: 12px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.product-dialog-specs dd.critical, .product-dialog-specs dd.out { color: #a77700; }
.product-dialog-purchase { margin-top: auto; padding-top: 23px; }
.product-dialog-purchase strong, .product-dialog-purchase span { display: block; }
.product-dialog-purchase strong { color: var(--navy); font-size: 29px; }
.product-dialog-purchase span { margin-top: 3px; color: var(--muted); font-size: 10px; }
.product-dialog-actions { display: grid; grid-template-columns: minmax(130px,1.2fr) minmax(120px,1fr) auto; gap: 8px; margin-top: 16px; }
.product-dialog-actions button, .product-dialog-actions a { min-height: 43px; border-radius: 0; padding: 0 13px; font-size: 11px; font-weight: 850; text-align: center; cursor: pointer; }
.product-dialog-actions button { border: 1px solid #b8d7da; background: #fff; color: var(--navy); }
.product-dialog-actions button:first-child { border-color: var(--navy); background: var(--navy); color: #fff; }
.product-dialog-actions button:disabled { border-color: #adb8c2; background: #adb8c2; color: #fff; cursor: not-allowed; }
.product-dialog-actions button.active { border-color: #dfd08b; background: var(--yellow-soft); color: #a77700; }
.product-dialog-actions a { display: grid; place-items: center; border: 1px solid #9acfb2; color: var(--success); text-decoration: none; }
.mobile-shop-nav { display: none; }

@media (max-width: 1180px) {
  .header-main { grid-template-columns: 250px minmax(260px,1fr); gap: 18px; padding-block: 11px; }
  .header-actions { grid-column: 1/-1; justify-content: flex-end; }
  .category-shortcuts button:nth-child(n+4) { display: none; }
  .mega-menu-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .expertise-inner { grid-template-columns: 220px minmax(0,1fr); }
  .expertise-list a:nth-child(3), .expertise-list a:nth-child(4) { border-top: 1px solid #cde4e6; }
  .commerce-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  body[data-page="shop"] { padding-bottom: 64px; }
  .commerce-container { width: min(100% - 28px,1320px); }
  .commerce-strip-lead span, .commerce-strip-links span:last-child { display: none; }
  .header-main { grid-template-columns: minmax(0,1fr) auto; min-height: 76px; }
  .header-search-shell { grid-column: 1/-1; grid-row: 2; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .category-navigation-inner { overflow: auto; }
  .all-categories-button { min-width: 190px; }
  .category-track-link { margin-left: 0; }
  .mega-menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .home-ad, .ad-viewport { min-height: 350px; }
  .home-ad img { width: 40%; }
  .home-ad::after { right: 40%; width: 10%; }
  .home-ad-copy { width: 68%; min-height: 350px; padding: 36px 42px; }
  .home-ad-copy h2 { font-size: 31px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .benefit-grid div:nth-child(3) { border-left: 3px solid var(--turquoise); }
  .expertise-inner { grid-template-columns: 1fr 1fr; }
  .expertise-heading { grid-column: 1/-1; min-height: 100px; border-bottom: 1px solid #cde4e6; padding: 22px 0; }
  .expertise-heading h2 { max-width: none; }
  .expertise-list a { min-height: 98px; }
  .catalog-section { grid-template-columns: 1fr; padding-top: 23px; }
  .mobile-filter-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; border: 1px solid var(--navy); background: var(--navy); color: #fff; font-size: 12px; font-weight: 850; cursor: pointer; }
  .catalog-sidebar { position: static; display: none; }
  .catalog-sidebar.mobile-open { display: block; }
  .catalog-title-row { align-items: start; }
  .tracking-inner { grid-template-columns: 1fr; }
  .track-result { grid-column: auto; }
  .footer-payment-inner { display: grid; align-items: start; padding-block: 20px; }
  .payment-chip-row { justify-content: flex-start; }
  .mobile-shop-nav { position: fixed; z-index: 70; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); min-height: 64px; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 -8px 24px rgba(12,44,78,.1); }
  .mobile-shop-nav a, .mobile-shop-nav button { display: grid; min-width: 0; min-height: 64px; align-content: center; justify-items: center; gap: 3px; border: 0; border-right: 1px solid #edf1f2; padding: 5px 2px; background: transparent; color: #425d6b; text-align: center; text-decoration: none; cursor: pointer; }
  .mobile-shop-nav a:last-child, .mobile-shop-nav button:last-child { border-right: 0; }
  .mobile-shop-nav span { font-size: 18px; line-height: 1; }
  .mobile-shop-nav small { max-width: 100%; overflow: hidden; font-size: 10px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-shop-nav b { color: var(--turquoise-deep); font-size: 10px; }
  body[data-page="shop"] .whatsapp-float { right: 14px; bottom: 78px; }
  .product-dialog-layout { grid-template-columns: 1fr; }
  .product-dialog-media { max-height: 270px; }
  .product-dialog-content { padding: 29px 24px 24px; }
}
@media (max-width: 580px) {
  .commerce-container { width: calc(100% - 20px); }
  .commerce-strip .commerce-container { min-height: 32px; }
  .commerce-strip-links { gap: 0; }
  .commerce-strip-links a { font-size: 10px; }
  .commerce-brand-copy small { display: none; }
  .commerce-brand-copy strong { font-size: 18px; }
  .commerce-logo-fallback, .commerce-logo-image { width: 48px; height: 48px; flex-basis: 48px; }
  .header-actions { gap: 4px; }
  .favorite-trigger { width: 37px; min-width: 37px; overflow: hidden; padding-inline: 0; font-size: 0; }
  .favorite-trigger span { font-size: 20px; }
  .cart-trigger { min-width: 63px; padding-inline: 8px; font-size: 11px; }
  .brand-ticker-row { grid-template-columns: 76px minmax(0,1fr); }
  .ticker-track button { padding-inline: 17px; }
  .ad-stage { width: 100%; padding-top: 15px; }
  .ad-viewport { min-height: 286px; }
  .home-ad, .home-ad-copy { min-height: 286px; }
  .home-ad img { width: 100%; opacity: .25; }
  .home-ad::after { right: 0; width: 100%; opacity: .9; }
  .home-ad-copy { width: 100%; padding: 29px 31px; background: rgba(10,34,54,.88); }
  .home-ad-copy h2 { max-width: 330px; font-size: 25px; }
  .home-ad-copy p { max-width: 310px; font-size: 13px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid div, .benefit-grid div:first-child, .benefit-grid div:nth-child(3) { min-height: auto; border: 0; border-bottom: 1px solid var(--line); padding: 14px 10px; }
  .expertise-inner { grid-template-columns: 1fr; }
  .expertise-heading { grid-column: auto; min-height: 90px; }
  .expertise-list a { min-height: 75px; border-top: 1px solid #cde4e6; border-left: 0; }
  .popular-category-section { padding-top: 35px; }
  .section-title-row { align-items: start; }
  .section-title-row h2 { font-size: 23px; }
  .section-title-row > button { max-width: 110px; text-align: right; }
  .popular-category-grid { grid-template-columns: 1fr 1fr; }
  .popular-category-card { min-height: 122px; padding: 15px 12px; }
  .catalog-title-row { display: grid; }
  .sort-control { min-width: 0; }
  .commerce-product-grid { grid-template-columns: 1fr; gap: 12px; }
  .commerce-product-media { aspect-ratio: 1.28/1; }
  .corporate-sales-inner { display: grid; align-items: start; padding-block: 29px; }
  .corporate-sales-inner > a { width: 100%; }
  .tracking-form { grid-template-columns: minmax(0,1fr) 86px; }
  .footer-reference-grid { grid-template-columns: 1fr; gap: 31px; padding-block: 37px 28px; }
  .footer-brand-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-contact-column { grid-column: auto; }
  .footer-call-center a { font-size: 25px; }
  .footer-assurance-list { grid-template-columns: 1fr 1fr; }
  .footer-assurance-list span:nth-child(3) { border-left: 1px solid #cfe4e6; }
  .footer-payment-inner { padding-block: 18px; }
  .payment-chip-row span { min-width: 87px; }
  .footer-bottom { display: grid; gap: 6px; }
  .drawer-cart-line { grid-template-columns: 48px minmax(0,1fr); }
  .drawer-cart-line img { width: 48px; height: 48px; }
  .quantity-control { grid-column: 2; }
  .product-dialog { width: calc(100% - 18px); }
  .product-dialog-media { max-height: 235px; }
  .product-dialog-content h2 { padding-right: 28px; font-size: 24px; }
  .product-dialog-specs { grid-template-columns: 1fr; }
  .product-dialog-specs div, .product-dialog-specs div:first-child { display: flex; justify-content: space-between; gap: 12px; border-right: 0; border-bottom: 1px solid var(--line); padding: 9px 0; }
  .product-dialog-specs div:last-child { border-bottom: 0; }
  .product-dialog-specs dd { margin: 0; }
  .product-dialog-actions { grid-template-columns: 1fr 1fr; }
  .product-dialog-actions a { grid-column: 1/-1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track, .ad-track, .cart-drawer { transition: none; animation: none; }
}
