:root {
  --page: #fff;
  --white: #fff;
  --ink: #161616;
  --text: #333;
  --muted: #777;
  --line: #e6e6e6;
  --gold: #c7a24c;
  --purple: #5734d9;
  --black: #080808;
  --shadow: 0 16px 42px rgba(0, 0, 0, 0.14);
  --container: 1190px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--page);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  zoom: 1.125;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 14px rgba(0,0,0,.04);
}
.top-notice {
  border-bottom: 1px solid rgba(210, 169, 82, .42);
  background: linear-gradient(90deg, #211c16 0%, #322718 52%, #211c16 100%);
  color: #fff;
  font-size: 12px;
}
.notice-shell {
  width: min(var(--container), calc(100% - 44px));
  min-height: 34px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}
.notice-shell a {
  color: #f0cf74;
  font-weight: 900;
}
.notice-whatsapp { justify-self: start; }
.notice-support { justify-self: end; color: #fff; font-weight: 700; }
.notice-preferences { display: flex; align-items: center; justify-content: center; gap: 11px; color: #fff; }
.top-language-menu { position: relative; }
.top-preference-button,
.top-currency {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
.top-preference-button:hover { color: #f0cf74; }
.preference-chevron { font-size: 8px; opacity: .78; }
.notice-divider { width: 1px; height: 15px; background: rgba(255,255,255,.36); }
.language-dropdown {
  position: absolute;
  top: calc(100% + 11px);
  left: 50%;
  z-index: 110;
  width: 172px;
  padding: 8px;
  border: 1px solid #e7e7e7;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0,0,0,.16);
  transform: translateX(-50%) translateY(-4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}
.top-language-menu.open .language-dropdown { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.language-menu-title { display: block; padding: 6px 9px 8px; color: #888; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.language-dropdown button { display: block; width: 100%; border: 0; padding: 8px 9px; color: #333; background: transparent; text-align: left; font-size: 12px; font-weight: 700; }
.language-dropdown button:hover,
.language-dropdown button[aria-checked="true"] { color: #a87826; background: #faf7ef; }
.header-shell {
  max-width: var(--container);
  min-height: 68px;
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand-logo {
  flex: 0 0 168px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.brand-word {
  color: #111;
  font-size: 21px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 7px;
}
.brand-word small {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 8px;
  letter-spacing: 4px;
}
.brand-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-size: 28px;
}
.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.desktop-nav > a,
.nav-item > button {
  border: 0;
  background: transparent;
  color: #111;
  padding: 23px 0;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}
.nav-item > button i { margin-left: 4px; font-size: 9px; }
.nav-item { position: relative; }
.mega-menu,
.drop-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 820px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateX(-50%) translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.nav-item:hover .mega-menu,
.nav-item:hover .drop-menu,
.nav-item.open .mega-menu,
.nav-item.open .drop-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.compact .drop-menu {
  min-width: 255px;
  padding: 12px 0;
}
.compact .drop-menu.wide { min-width: 330px; }
.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.mega-grid h3 {
  margin: 0 0 10px;
  font-size: 13px;
  color: #111;
}
.mega-grid a,
.drop-menu a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 0;
  color: #555;
  font-size: 13px;
  font-weight: 700;
}
.drop-menu a { padding: 10px 18px; }
.nav-item .mega-menu {
  left: 0;
  min-width: 510px;
  max-width: min(510px, calc(100vw - 32px));
  padding: 0;
  transform: translateY(12px);
}
.nav-item:hover .mega-menu,
.nav-item.open .mega-menu { transform: translateY(0); }
.watches-menu-shell { display: grid; grid-template-columns: 220px minmax(240px, 1fr); min-height: 280px; }
.watches-menu-primary { padding: 12px 0; border-right: 1px solid var(--line); background: #fff; }
.watches-menu-primary a,
.watches-menu-secondary a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 18px;
  color: #666;
  font-size: 13px;
  font-weight: 700;
}
.watches-menu-primary a:hover,
.watches-menu-primary a.active { color: var(--gold); background: #fafafa; }
.watches-menu-primary i { font-size: 10px; color: #aaa; }
.watches-menu-secondary { padding: 12px 0; background: #fff; }
.watches-menu-secondary a:hover { color: var(--gold); background: #fafafa; }
.watches-menu-secondary .watches-menu-all { margin-bottom: 5px; color: #222; font-weight: 900; }
.watches-menu-secondary span { color: var(--muted); font-size: 11px; }
.header-actions {
  flex: 0 0 338px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.search-form {
  width: 222px;
  height: 44px;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 999px;
  overflow: hidden;
}
.search-form input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 14px;
  background: transparent;
}
.search-form button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}
.account-link,
.cart-link {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.cart-link {
  position: relative;
  background: #111;
  color: #fff;
}
.cart-link span {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 11px;
}
.mobile-trigger { display: none; }

.hero {
  min-height: 560px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.18)),
    var(--hero-image, #111);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.hero-inner {
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
}
.hero .eyebrow { color: #dcbf72; }
.hero h1 {
  max-width: 650px;
  margin: 12px 0 16px;
  color: #fff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.02;
}
.hero p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255,255,255,.82);
  font-size: 17px;
}
.eyebrow {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
  color: #111;
  font-weight: 900;
}
.btn-dark { background: #111; border-color: #111; color: #fff; }
.btn-gold { background: var(--gold); border-color: var(--gold); color: #fff; }
.btn-purple { background: var(--purple); border-color: var(--purple); color: #fff; }
.btn-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

.home-banner,
.source-section {
  width: min(var(--container), calc(100% - 44px));
  margin: 18px auto;
  padding: 8px 0;
}
.home-top-grid {
  width: min(var(--container), calc(100% - 44px));
  margin: 6px auto 0;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) 292px;
  gap: 20px;
  align-items: start;
}
.home-top-grid.home-top-grid-hero {
  grid-template-columns: 178px minmax(0, 1fr);
  align-items: stretch;
}
.home-main-hero {
  position: relative;
  min-width: 0;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #030303;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .11);
}
.home-main-hero img {
  width: 100%;
  height: auto;
  display: block;
}
.home-main-hero-cta {
  position: absolute;
  left: 13.5%;
  top: 58.7%;
  width: 23.5%;
  height: 12%;
  border-radius: 10px;
  transition: background .2s ease, box-shadow .2s ease;
}
.home-main-hero-cta:hover {
  background: rgba(212, 168, 68, .06);
  box-shadow: 0 0 0 2px rgba(231, 190, 91, .55), 0 0 24px rgba(212, 168, 68, .28);
}
.home-main-hero-cta:focus-visible {
  outline: 3px solid #f1c866;
  outline-offset: 3px;
}
.home-top-grid-hero .home-category-menu {
  height: 100%;
  grid-auto-rows: 1fr;
}
.home-top-grid-hero .home-category-menu a {
  min-height: 0;
}
.home-category-menu {
  display: grid;
  border: 1px solid var(--line);
  background: #fff;
}
.home-category-menu a {
  min-height: 39px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  color: #242424;
  font-size: 16.61px;
  font-weight: 800;
}
.home-category-menu a:last-child {
  border-bottom: 0;
}
.home-category-menu a:hover {
  color: var(--gold);
}
.home-banner {
  display: block;
  overflow: hidden;
  background: #fff;
}
.home-top-grid .home-banner {
  width: auto;
  margin: 0;
  height: 382px;
}
.home-top-grid .home-banner picture,
.home-top-grid .home-banner img { height: 100%; }
.home-top-grid .home-banner img { object-fit: cover; }
.banner-copy {
  padding: 54px 24px 54px 58px;
}
.banner-copy span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner-copy h1 {
  max-width: 520px;
  margin: 12px 0 16px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
}
.banner-copy p {
  max-width: 430px;
  color: #5c5449;
  font-size: 16px;
}
.home-banner picture,
.home-banner img {
  display: block;
  width: 100%;
}
.home-banner img {
  height: auto;
}
.home-premium-panel {
  min-width: 0;
}
.home-premium-panel .premium-head {
  justify-content: flex-start;
  gap: 8px;
  min-height: 28px;
  margin-bottom: 8px;
}
.home-premium-panel .premium-head h2 {
  font-size: 18px;
  text-align: left;
}
.fire-icon {
  width: 20px;
  height: 20px;
}
.stars {
  min-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.home-premium-panel .premium-image img {
  width: 100%;
  aspect-ratio: 1;
  min-height: 0;
  height: auto;
  object-fit: cover;
}
.premium-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.premium-mini-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.premium-mini-thumb {
  width: 76px;
  height: 88px;
  display: block;
  background: #f7f7f7;
  overflow: hidden;
}
.premium-mini-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.premium-mini-card h3 {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.32;
  font-weight: 900;
}
.premium-mini-card .stars {
  color: #777;
  font-size: 12px;
}
.premium-mini-card .price {
  margin: 4px 0 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}
.mobile-brand-strip {
  width: min(var(--container), calc(100% - 44px));
  margin: 18px auto 0;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
}
.mobile-brand-strip a {
  padding: 12px 18px;
  border-right: 1px solid var(--line);
  color: #222;
  font-weight: 900;
  font-size: 13px;
}
.source-section {
  margin-top: 6px;
}
.premium-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.premium-head h2,
.source-heading h2,
.why-source > h2 {
  margin: 0;
  text-align: center;
  font-size: 27px;
}
.fire-mark {
  font-size: 28px;
}
.premium-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(2, minmax(0, .75fr));
  gap: 26px;
  align-items: stretch;
}
.premium-image {
  background: #f4f1ec;
}
.premium-image img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
}
.source-heading {
  text-align: center;
  margin-bottom: 12px;
}
.source-heading p {
  max-width: 740px;
  margin: 6px auto 0;
  color: var(--muted);
}
.bestsellers-section {
  margin-top: -14px;
}
.bestsellers-heading-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 26px;
  margin-bottom: 20px;
}
.bestsellers-heading-copy {
  flex: 1 1 auto;
  margin: 0;
  text-align: left;
}
.bestsellers-heading-copy h2 {
  margin: 0;
  text-align: left;
}
.bestsellers-heading-row .category-tabs {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-bottom: 0;
}
.category-tabs {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
}
.category-tabs button {
  min-width: 118px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 8px 16px;
  color: #222;
  font-weight: 900;
}
.category-tabs button.active {
  background: linear-gradient(135deg, #fffdf8 0%, #f5ead2 52%, #fffaf0 100%);
  border-color: #c69a42;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 5px 14px rgba(157, 108, 28, .14);
  color: #765019;
}
.home-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.home-product-card {
  position: relative;
  min-width: 0;
  background: #fff;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 0 0 6px;
  transition: box-shadow .2s ease;
}
.home-product-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}
.home-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / .92;
  background: #f7f7f7;
  overflow: hidden;
}
.home-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .22s ease, transform .22s ease;
}
.home-media .hover-img {
  opacity: 0;
}
.home-product-card.has-hover-image:hover .home-media .primary-img {
  opacity: 0;
}
.home-product-card.has-hover-image:hover .home-media .hover-img {
  opacity: 1;
}
.home-product-card.has-hover-image:hover .home-media .primary-img,
.home-product-card.has-hover-image:hover .home-media .hover-img {
  transform: scale(1.04);
}
.home-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  gap: 5px;
  text-align: left;
}
.home-badges span {
  width: fit-content;
  padding: 4px 8px;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
.home-badges span + span {
  background: #111;
}
.home-product-card h3 {
  min-height: 52px;
  margin: 10px 8px 4px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.home-product-card .stars {
  color: #6f6f6f;
  font-size: 12px;
  letter-spacing: 0;
}
.home-product-card .price {
  margin: 4px 0 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}
.home-product-card .price span {
  display: block;
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
}
.home-product-card-skeleton {
  pointer-events: none;
}
.home-skeleton-media,
.home-skeleton-line,
.home-skeleton-stars,
.home-skeleton-price {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}
.home-skeleton-media::after,
.home-skeleton-line::after,
.home-skeleton-stars::after,
.home-skeleton-price::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .8), transparent);
  animation: home-skeleton-shimmer 1.25s ease-in-out infinite;
}
.home-skeleton-line {
  height: 11px;
  margin: 12px auto 0;
  border-radius: 999px;
}
.home-skeleton-line-wide { width: 78%; }
.home-skeleton-line-short {
  width: 58%;
  margin-top: 7px;
}
.home-skeleton-stars {
  width: 62%;
  height: 10px;
  margin: 14px auto 0;
  border-radius: 999px;
}
.home-skeleton-price {
  width: 38%;
  height: 11px;
  margin: 10px auto 6px;
  border-radius: 999px;
}
@keyframes home-skeleton-shimmer {
  to { transform: translateX(100%); }
}
.why-source {
  padding-top: 28px;
}
.article-source-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.why-luffy-section > h2 {
  margin-bottom: 28px;
}
.why-luffy-hero-art {
  overflow: hidden;
  border-radius: 12px;
  background: #030303;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
}
.why-luffy-hero-art img {
  width: 100%;
  height: auto;
  display: block;
}
.why-luffy-hero {
  min-height: 470px;
  display: none;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  overflow: hidden;
  border-radius: 12px;
  background: #030303;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
}
.why-luffy-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 38px 32px 34px;
  color: #fff;
  text-align: center;
}
.why-luffy-avatar {
  width: 92px;
  height: 92px;
  border: 2px solid #d4a844;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 4px rgba(212, 168, 68, .08);
}
.why-luffy-brand {
  margin: 14px 0 10px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 600;
  letter-spacing: .065em;
  line-height: 1;
  text-transform: uppercase;
}
.why-luffy-divider {
  position: relative;
  width: 250px;
  height: 1px;
  margin: 10px 0 18px;
  background: linear-gradient(90deg, transparent, var(--gold) 22%, var(--gold) 78%, transparent);
}
.why-luffy-divider::after {
  content: "✦";
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 0 12px;
  transform: translate(-50%, -50%);
  background: #030303;
  color: var(--gold);
  font-size: 16px;
}
.why-luffy-tagline {
  margin: 0;
  color: #ddb55c;
  font-size: 18px;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.why-luffy-intro {
  margin: 16px 0 26px;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.65;
}
.why-luffy-hero-points {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.why-luffy-hero-points > span {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  padding: 0 12px;
  text-align: left;
}
.why-luffy-hero-points > span + span {
  border-left: 1px solid rgba(212, 168, 68, .25);
}
.why-luffy-hero-points i {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d4a844;
  border-radius: 50%;
  color: #d4a844;
}
.why-luffy-hero-points b {
  color: #fff;
  font-size: 10px;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.why-luffy-hero-points small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
}
.why-luffy-hero-image {
  min-width: 0;
  background: #030303;
}
.why-luffy-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  display: block;
  object-fit: cover;
  object-position: center;
}
.why-luffy-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.why-luffy-service-grid article {
  min-width: 0;
  padding: 20px 18px 18px;
  border: 1px solid #eee9e1;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: 0 9px 24px rgba(0, 0, 0, .055);
}
.why-luffy-service-grid article > i,
.why-luffy-service-grid .why-service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 13px;
  border-radius: 50%;
  background: #f8f4ed;
  color: #b98737;
  font-size: 24px;
}
.why-luffy-service-grid .why-service-icon svg {
  width: 31px;
  height: 31px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-luffy-service-grid .why-service-icon > i {
  font-size: 25px;
  line-height: 1;
}
.why-luffy-service-grid h3 {
  min-height: 48px;
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.38;
  text-transform: uppercase;
}
.why-luffy-service-grid h3::after {
  content: "";
  width: 26px;
  height: 2px;
  display: block;
  margin: 12px auto 0;
  background: #d4a844;
}
.why-luffy-service-grid p {
  /* Keep each card aligned while avoiding a large visual gap before the image. */
  min-height: 52px;
  max-width: 245px;
  margin: 13px auto 10px;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
  text-align: center;
}
.why-luffy-service-grid img {
  width: 100%;
  aspect-ratio: 1.86 / 1;
  display: block;
  border-radius: 9px;
  object-fit: cover;
}
.why-luffy-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
  padding: 16px 24px;
  border-radius: 10px;
  background: #faf7f2;
}
.why-luffy-trust-bar > span {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.why-luffy-trust-bar i {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #d4a844;
}
.why-luffy-trust-bar b {
  color: #161616;
  font-size: 12px;
  text-transform: uppercase;
}
.why-luffy-trust-bar small {
  color: #777;
  font-size: 11px;
}
.article-source-grid article {
  background: #fff;
}
.article-source-grid img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #f5f5f5;
}
.article-source-grid time {
  display: inline-block;
  margin-top: 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}
.article-source-grid h3 {
  margin: 8px 0 0;
  font-size: 18px;
}
.faq-section {
  padding: 42px;
  background: #f8f7f5;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
}

/* Buyer guidance pages */
.knowledge-page { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 86px; color: #171717; }
.knowledge-hero { position: relative; overflow: hidden; padding: 62px 68px; border: 1px solid #e7ded0; background: linear-gradient(122deg, #181512 0%, #312719 62%, #b78635 170%); color: #fff; }
.knowledge-hero::after { content: ""; position: absolute; width: 390px; height: 390px; right: -130px; top: -210px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.04), 0 0 0 84px rgba(255,255,255,.03); }
.knowledge-kicker { display: block; margin-bottom: 12px; color: #b98a36; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.knowledge-hero .knowledge-kicker { color: #e1b961; }
.knowledge-hero h1 { position: relative; z-index: 1; margin: 0; max-width: 720px; color: #fff; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.knowledge-hero p { position: relative; z-index: 1; max-width: 630px; margin: 20px 0 0; color: #eee8dd; font-size: 17px; line-height: 1.75; }
.knowledge-grid { display: grid; gap: 16px; margin: 24px 0 54px; }
.knowledge-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.knowledge-grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.knowledge-grid article { min-height: 220px; padding: 28px; border: 1px solid #e8e4dc; background: #fff; box-shadow: 0 12px 28px rgba(24, 19, 10, .04); }
.knowledge-grid article i { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 50%; background: #f6efe3; color: #b88631; font-size: 17px; }
.knowledge-grid h2, .knowledge-split h2, .knowledge-section h2, .knowledge-contact h2 { margin: 0 0 11px; font-size: 24px; line-height: 1.18; letter-spacing: -.02em; }
.knowledge-grid p, .knowledge-split p, .knowledge-section p, .knowledge-contact p { margin: 0; color: #68635a; font-size: 15px; line-height: 1.75; }
.knowledge-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0 0 54px; }
.knowledge-split > section { padding: 34px; border: 1px solid #e8e4dc; background: #fcfbf8; }
.knowledge-split .knowledge-panel-dark { background: #1d1a16; border-color: #1d1a16; }
.knowledge-panel-dark h2 { color: #fff; }
.knowledge-panel-dark p { color: #d8d0c4; }
.knowledge-list { margin: 20px 0 0; padding: 0; list-style: none; }
.knowledge-list li { position: relative; padding: 11px 0 11px 25px; border-bottom: 1px solid #e5e0d8; color: #575149; font-size: 15px; line-height: 1.55; }
.knowledge-list li:last-child { border-bottom: 0; }
.knowledge-list li::before { content: ""; position: absolute; left: 0; top: 18px; width: 8px; height: 8px; border: 2px solid #bd8e3b; border-radius: 50%; }
.knowledge-panel-dark .knowledge-list li { border-color: rgba(255,255,255,.14); color: #e6dfd3; }
.knowledge-section { margin: 0 0 54px; padding: 40px 0 0; border-top: 1px solid #e8e4dc; }
.knowledge-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 23px; }
.knowledge-checks span { position: relative; padding: 18px 20px 18px 45px; border: 1px solid #e8e4dc; background: #fff; color: #4d4942; font-weight: 700; font-size: 14px; line-height: 1.5; }
.knowledge-checks span::before { content: "✓"; position: absolute; margin-left: -25px; color: #bd8e3b; font-weight: 900; }
.knowledge-cta { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; padding: 14px 20px; background: #bd8e3b; color: #fff; font-size: 14px; font-weight: 900; text-decoration: none; transition: background .18s ease, transform .18s ease; }
.knowledge-cta:hover { background: #9f7224; color: #fff; transform: translateY(-1px); }
.knowledge-whatsapp { justify-content: center; min-width: 260px; background: #16a34a; box-shadow: 0 8px 18px rgba(22, 163, 74, .2); }
.knowledge-whatsapp:hover { background: #12813b; box-shadow: 0 12px 25px rgba(22, 163, 74, .28); }
.knowledge-cta-outline { border: 1px solid #bd8e3b; background: transparent; color: #9f7224; }
.knowledge-cta-outline:hover { background: #bd8e3b; color: #fff; }
.knowledge-flow { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 30px 0 54px; border: 1px solid #e8e4dc; background: #fff; }
.knowledge-flow-detailed { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.knowledge-flow-detailed article:nth-child(3n) { border-right: 0; }
.knowledge-flow-detailed article:nth-child(n + 4) { border-top: 1px solid #e8e4dc; }
.knowledge-flow-detailed article:last-child { grid-column: 1 / -1; }
.knowledge-flow article { position: relative; min-height: 235px; padding: 28px 24px; border-right: 1px solid #e8e4dc; }
.knowledge-flow article:last-child { border-right: 0; }
.knowledge-flow b { display: block; margin-bottom: 34px; color: #bd8e3b; font-size: 13px; letter-spacing: .1em; }
.knowledge-flow h2 { margin: 0 0 10px; font-size: 19px; line-height: 1.2; }
.knowledge-flow p { margin: 0; color: #68635a; font-size: 14px; line-height: 1.65; }
.knowledge-final { padding: 40px; border: 0; background: #f5efe5; text-align: center; }
.knowledge-final .knowledge-kicker { margin-bottom: 10px; }
.knowledge-final p { max-width: 600px; margin: 0 auto; }
.knowledge-final .knowledge-cta { margin-top: 22px; }
.knowledge-faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 24px; }
.knowledge-faq details { padding: 0 22px; border: 1px solid #e8e4dc; background: #fff; }
.knowledge-faq summary { padding: 21px 28px 21px 0; cursor: pointer; color: #26221d; font-size: 16px; font-weight: 900; line-height: 1.45; }
.knowledge-faq summary::marker { color: #bd8e3b; }
.knowledge-faq p { margin: 0 0 21px; color: #68635a; font-size: 14px; line-height: 1.7; }
.knowledge-contact { display: grid; grid-template-columns: 1.25fr .75fr; margin-top: 24px; border: 1px solid #e8e4dc; background: #fff; }
.knowledge-contact section { padding: 48px; background: #1d1a16; color: #fff; }
.knowledge-contact section > i { margin-bottom: 30px; color: #d5a34a; font-size: 32px; }
.knowledge-contact section h2 { color: #fff; font-size: 34px; }
.knowledge-contact section p { color: #d8d0c4; }
.knowledge-contact aside { padding: 48px 36px; background: #fcfbf8; }
.knowledge-note { margin: -34px 0 0; color: #68635a; font-size: 14px; line-height: 1.7; }

@media (max-width: 900px) {
  .knowledge-grid-three, .knowledge-grid-four, .knowledge-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .knowledge-flow article:nth-child(2) { border-right: 0; }
  .knowledge-flow article:nth-child(n + 3) { border-top: 1px solid #e8e4dc; }
  .knowledge-flow article:last-child { border-right: 1px solid #e8e4dc; }
  .knowledge-flow-detailed article:nth-child(3n) { border-right: 1px solid #e8e4dc; }
  .knowledge-flow-detailed article:nth-child(2n) { border-right: 0; }
  .knowledge-flow-detailed article:nth-child(n + 3) { border-top: 1px solid #e8e4dc; }
}

@media (max-width: 680px) {
  .knowledge-page { width: min(100% - 28px, 1120px); padding: 26px 0 55px; }
  .knowledge-hero { padding: 40px 25px; }
  .knowledge-hero p { font-size: 15px; }
  .knowledge-grid-three, .knowledge-grid-four, .knowledge-split, .knowledge-checks, .knowledge-faq, .knowledge-contact, .knowledge-flow { grid-template-columns: 1fr; }
  .knowledge-grid { margin-bottom: 35px; }
  .knowledge-grid article, .knowledge-split > section, .knowledge-contact section, .knowledge-contact aside { padding: 26px; }
  .knowledge-split, .knowledge-section { margin-bottom: 35px; }
  .knowledge-flow article, .knowledge-flow article:last-child { min-height: auto; border-right: 0; border-bottom: 1px solid #e8e4dc; }
  .knowledge-flow article:last-child { border-bottom: 0; }
  .knowledge-flow b { margin-bottom: 18px; }
  .knowledge-final { padding: 32px 23px; }
}
.faq-item {
  padding: 18px 0;
  border-bottom: 1px solid #ded8ce;
}
.faq-item h3 {
  margin: 0 0 8px;
  font-size: 17px;
}
.faq-item p {
  margin: 0;
  color: #5e5e5e;
}
.home-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-top: 26px;
  margin-bottom: 70px;
  padding: 34px 40px;
  overflow: hidden;
  border: 1px solid rgba(202, 158, 71, .42);
  border-radius: 10px;
  background:
    radial-gradient(circle at 85% 20%, rgba(202, 158, 71, .16), transparent 32%),
    linear-gradient(125deg, #0c0c0c 0%, #17130d 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
  color: #fff;
}
.home-contact-cta-copy { max-width: 760px; }
.home-contact-cta-copy > span {
  display: block;
  margin-bottom: 8px;
  color: #d3aa58;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.home-contact-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 2.5vw, 34px);
}
.home-contact-cta p {
  margin: 0;
  color: #d4d4d4;
  font-size: 15px;
  line-height: 1.65;
}
.home-contact-cta-button {
  min-width: 265px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 6px;
  background: #17a34a;
  box-shadow: 0 10px 22px rgba(23, 163, 74, .22);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: transform .18s ease, background .18s ease;
}
.home-contact-cta-button:hover {
  background: #12833b;
  color: #fff;
  transform: translateY(-2px);
}
.home-contact-cta-button i { font-size: 21px; }

.customer-reviews-section {
  padding: 34px 36px 26px;
  overflow: hidden;
  background: #f7f5f1;
}
.customer-reviews-heading { text-align: center; }
.customer-reviews-heading > span {
  display: block;
  margin-bottom: 6px;
  color: #b48636;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.customer-reviews-heading h2 { margin-bottom: 5px; }
.customer-reviews-heading p { margin: 0; font-size: 15px; }
.customer-reviews-carousel {
  position: relative;
  margin-top: 20px;
  padding: 0 34px;
}
.customer-reviews-viewport { overflow: hidden; }
.customer-reviews-track {
  display: flex;
  gap: 16px;
  align-items: stretch;
  transition: transform .45s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}
.customer-review-card {
  min-width: calc((100% - 16px) / 2);
  padding: 6px;
  border: 1px solid #ebe5db;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(31, 25, 15, .055);
}
.customer-review-card > button {
  width: 100%;
  height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #fff;
  cursor: zoom-in;
}
.customer-review-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.customer-reviews-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #c89a43;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
  color: #ad7b28;
  transform: translateY(-50%);
}
.customer-reviews-prev { left: -14px; }
.customer-reviews-next { right: -14px; }
.customer-reviews-arrow:hover { background: #c89a43; color: #fff; }
.customer-reviews-dots {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.customer-reviews-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9c3b8;
  transition: width .18s ease, border-radius .18s ease, background .18s ease;
}
.customer-reviews-dots button.active {
  width: 24px;
  border-radius: 999px;
  background: #b48636;
}
.customer-review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 280;
  display: grid;
  place-items: center;
  padding: 24px;
}
.customer-review-lightbox[hidden] { display: none; }
.customer-review-lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(7, 7, 7, .78);
}
.customer-review-lightbox-panel {
  position: relative;
  z-index: 1;
  max-width: min(920px, 94vw);
  max-height: 92vh;
  padding: 14px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .36);
}
.customer-review-lightbox-panel img {
  max-width: 100%;
  max-height: calc(92vh - 28px);
  display: block;
  object-fit: contain;
}
.customer-review-lightbox-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #d5aa5c;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}
.customer-review-modal-open { overflow: hidden; }

.trust-strip {
  width: min(var(--container), calc(100% - 44px));
  margin: -44px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}
.trust-strip div {
  padding: 24px 26px;
  border-right: 1px solid var(--line);
}
.trust-strip strong { display: block; color: #111; font-size: 17px; }
.trust-strip span { color: var(--muted); }

.section,
.page-head,
.catalog-layout,
.product-layout {
  width: min(var(--container), calc(100% - 44px));
  margin: 70px auto;
}
.page-head { margin: 38px auto 28px; }
.breadcrumbs {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 10px;
}
h1, h2, h3 { color: #111; line-height: 1.16; }
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}
.section-title h2,
.page-head h1 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 48px);
}
.section-title p,
.page-head p {
  max-width: 660px;
  color: var(--muted);
}
.brand-tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.brand-tile {
  min-height: 126px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: #111;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.brand-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(199,162,76,.65), transparent 45%);
}
.brand-tile strong,
.brand-tile span { position: relative; }
.brand-tile strong { color: #fff; }
.brand-tile span { color: rgba(255,255,255,.72); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.product-card {
  min-width: 0;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}
.product-card .media {
  position: relative;
  aspect-ratio: 1;
  background: #f5f5f5;
  overflow: hidden;
}
.product-card .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}
.product-card:hover .media img { transform: scale(1.045); }
.badge-stack {
  position: absolute;
  top: 12px;
  left: 12px;
  display: grid;
  gap: 5px;
  z-index: 2;
}
.badge {
  width: fit-content;
  padding: 5px 8px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.badge.sale { background: var(--gold); }
.quick-view {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  opacity: 0;
  transform: translateY(10px);
  transition: .2s ease;
}
.product-card:hover .quick-view {
  opacity: 1;
  transform: translateY(0);
}
.product-info {
  padding: 18px;
  text-align: center;
}
.product-info .cats {
  min-height: 19px;
  color: var(--muted);
  font-size: 12px;
}
.stars {
  color: var(--gold);
  letter-spacing: 1px;
  font-size: 12px;
}
.product-info h3 {
  min-height: 64px;
  margin: 8px 0 12px;
  font-size: 15px;
  line-height: 1.38;
}
.select-field {
  width: 100%;
  height: 40px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0 12px;
}
.price {
  color: var(--gold);
  font-weight: 900;
}
.muted { color: var(--muted); }

.service-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service-card,
.article-card,
.review-card,
.info-panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
}
.service-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 34px;
  margin-top: 0;
}
.catalog-mobile-controls {
  display: none;
}
.sidebar {
  height: fit-content;
  background: #fff;
  border: 1px solid var(--line);
  padding: 24px;
}
.sidebar h3 {
  margin: 0 0 13px;
  font-size: 15px;
  text-transform: uppercase;
}
.filter-link {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #555;
  font-weight: 700;
}
.filter-block { margin-top: 26px; }
.range-stack { display: grid; gap: 10px; color: var(--muted); }
.range-stack input { width: 100%; }
.catalog-tools {
  margin-bottom: 22px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid var(--line);
}
.catalog-selected-category,
.catalog-count-separator {
  display: none;
}
.catalog-display-tools { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 14px; }
.catalog-page-size { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; font-weight: 700; }
.catalog-page-size button { border: 0; padding: 0; background: transparent; color: var(--muted); font: inherit; cursor: pointer; }
.catalog-page-size button:hover, .catalog-page-size button.active { color: var(--ink); font-weight: 900; }
.catalog-page-size i { color: #c5c5c5; font-style: normal; }
.catalog-view-toggle { display: inline-flex; align-items: center; gap: 7px; }
.catalog-view-toggle button { display: grid; width: 29px; height: 29px; place-items: center; border: 0; background: transparent; color: #b9b9b9; cursor: pointer; }
.catalog-view-toggle button:nth-child(1) i { font-size: 17px; }
.catalog-view-toggle button:nth-child(2) i { font-size: 13px; }
.catalog-view-toggle button:hover, .catalog-view-toggle button.active { color: #222; }
.search-summary h1 {
  margin: 0 0 8px;
  font-size: 28px;
}
.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}
.catalog-page { padding-top: 30px; }
.catalog-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; color: var(--muted); font-size: 13px; }
.catalog-breadcrumbs strong { color: var(--ink); }
.catalog-page-head { margin: 0 0 28px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.catalog-page-head h1 { margin: 0; font-size: clamp(28px, 3vw, 42px); }
.catalog-page-head p { max-width: 800px; margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.sidebar-cats { display: grid; }
.sidebar-cats a { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid #f1f1f1; color: #555; font-size: 13px; font-weight: 700; }
.sidebar-cats a:hover, .sidebar-cats a.active { color: var(--gold); }
.sidebar-cats span { color: var(--muted); font-size: 12px; font-weight: 600; }
.sidebar-subcats a { font-size: 12px; }
.catalog-empty-filter { margin: 0; color: var(--muted); font-size: 12px; }
.catalog-price-inputs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.catalog-price-inputs label, .catalog-filter-label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 800; }
.catalog-price-inputs input, .filter-block select, .catalog-tools select { width: 100%; min-height: 38px; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 0 9px; }
.catalog-tools label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 800; }
.catalog-tools select { width: auto; min-width: 190px; }
.catalog-product-grid { align-items: stretch; }
.catalog-product-grid.catalog-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.catalog-product-grid.catalog-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-product-card { display: flex; flex-direction: column; }
.catalog-product-card .home-media { aspect-ratio: 1; background: #fafafa; }
.catalog-product-card .home-media .primary-img { height: 100%; object-fit: contain; }
.catalog-media-missing { display: grid; width: 100%; height: 100%; place-items: center; color: var(--muted); font-size: 13px; font-weight: 700; }
.catalog-product-card h3 { min-height: 58px; margin: 15px 16px 8px; font-size: 15px; line-height: 1.4; }
.catalog-product-card .stars { min-height: 17px; margin: 0 16px; }
.catalog-product-card .price { margin: 8px 16px 16px; }
.catalog-product-card .price del, .lw-price del { margin-right: 7px; color: var(--muted); font-weight: 600; }
.catalog-product-card .price ins, .lw-price ins { color: var(--gold); font-weight: 900; text-decoration: none; }
.catalog-pagination { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; margin-top: 30px; }
.catalog-pagination button { min-width: 38px; height: 38px; border: 1px solid var(--line); background: #fff; color: var(--ink); padding: 0 11px; font-weight: 800; }
.catalog-pagination button:hover:not(:disabled), .catalog-pagination button.active { border-color: var(--gold); background: var(--gold); color: #fff; }
.catalog-pagination button:disabled { cursor: not-allowed; opacity: .45; }
.catalog-pagination-ellipsis { display: grid; min-width: 28px; height: 38px; place-items: center; color: var(--muted); font-weight: 900; }

.product-layout {
  margin-top: 24px;
  margin-bottom: 42px;
}
.product-top {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: 36px;
  align-items: center;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.product-side-tabs {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  gap: 18px;
  margin: 0 0 26px;
  padding: 8px;
  border-radius: 999px;
  background: #f2f2f2;
}
.product-side-tabs button {
  border: 0;
  border-radius: 22px;
  background: transparent;
  padding: 12px 18px;
  font-weight: 900;
}
.product-side-tabs button.active {
  background: var(--purple);
  color: #fff;
}
.gallery-main {
  min-height: 320px;
  position: relative;
  display: grid;
  place-items: center;
  background: #fff;
  overflow: hidden;
}
.gallery-main img {
  width: min(62%, 310px);
  height: 310px;
  min-height: 0;
  object-fit: contain;
}
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.gallery-arrow.prev { left: 14px; }
.gallery-arrow.next { right: 14px; }
.thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(68px, 84px));
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
}
.thumbs button {
  padding: 0;
  border: 2px solid transparent;
  background: #fff;
}
.thumbs button.active { border-color: var(--gold); }
.thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.summary {
  padding: 12px 0;
  background: #fff;
  border: 0;
}
.summary .cats {
  margin: 0 0 6px;
}
.summary h1 {
  margin: 4px 0 10px;
  font-size: 30px;
}
.summary .stars {
  margin-bottom: 10px;
}
.summary .price {
  margin: 0 0 14px;
  font-size: 24px;
}
.variation {
  margin: 14px 0 12px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.variation label {
  margin-bottom: 0;
  font-weight: 900;
}
.variation-message {
  margin: 8px 0 0;
  padding: 10px 12px;
  border: 1px solid #d9c591;
  background: #fff8df;
  color: #5c4611;
  font-weight: 800;
}
.buy-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
}
.buy-row .btn {
  flex: 1 1 0;
  min-width: 0;
}
.qty {
  height: 44px;
  flex: 0 0 110px;
  display: grid;
  grid-template-columns: 32px 46px 32px;
  border: 1px solid var(--line);
}
.qty button,
.qty input {
  border: 0;
  background: #fff;
  text-align: center;
}
.delivery-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.delivery-grid div {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) minmax(126px, auto);
  gap: 10px;
  align-items: center;
  padding: 7px 0;
}
.product-service-icon {
  display: inline-flex;
  width: auto;
  height: auto;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.delivery-grid strong {
  color: #222;
}
.delivery-grid span {
  display: block;
  color: #111;
  text-align: right;
  font-size: 12px;
  line-height: 1.25;
}
.payment-methods {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.payment-method {
  min-height: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 10px;
  font-weight: 800;
}
.payment-method i {
  color: #111;
  font-size: 15px;
}
.product-section {
  margin-top: 42px;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
}
.product-section h2 { margin-top: 0; }
.product-detail-block {
  scroll-margin-top: 92px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.product-detail-block:first-of-type {
  padding-top: 0;
  border-top: 0;
}
.source-copy p { color: #444; }
.detail-gallery {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.detail-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.product-spec-info {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--line);
  background: #fafafa;
}
.spec-table {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.spec-row {
  display: grid;
  grid-template-columns: 220px 1fr;
}
.spec-row dt,
.spec-row dd {
  margin: 0;
  padding: 14px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.spec-row dt {
  background: #f8f8f8;
  color: #111;
  font-weight: 900;
}
.reviews { display: grid; gap: 14px; }
.review-card strong { display: block; color: #111; }
.review-card time { display: block; color: var(--muted); font-size: 12px; }
.review-form {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}
.review-form input,
.review-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 12px;
}
.review-message {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #d9c591;
  background: #fff8df;
  color: #5c4611;
  font-weight: 800;
}

.drawer,
.modal {
  position: fixed;
  inset: 0;
  z-index: 160;
}
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
}
.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 92vw);
  height: 100%;
  padding: 28px;
  overflow: auto;
  background: #fff;
  box-shadow: var(--shadow);
}
.left-drawer .drawer-panel {
  left: 0;
  right: auto;
}
.close-text,
.modal-close {
  border: 0;
  background: transparent;
  font-weight: 900;
}
.close-text { padding: 0 0 18px; }
.modal-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
}
.cart-line {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.cart-line small,
.cart-qty {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}
.quick-panel {
  position: relative;
  width: min(980px, 92vw);
  max-height: 86vh;
  margin: 6vh auto;
  padding: 30px;
  overflow: auto;
  background: #fff;
  box-shadow: var(--shadow);
}
.quick-grid {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 30px;
}
.quick-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.mobile-search {
  display: flex;
  margin-bottom: 18px;
  border: 1px solid var(--line);
}
.mobile-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 12px;
}
.mobile-search button {
  border: 0;
  background: var(--gold);
  color: #fff;
  padding: 0 14px;
  font-weight: 900;
}
.left-drawer a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 900;
}
.scroll-top {
  position: fixed;
  right: 17px;
  bottom: 32px;
  z-index: 100;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 0;
  color: #525252;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.16);
}
.scroll-top:hover,
.scroll-top:focus-visible { color: #111; box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.whatsapp-float {
  position: fixed;
  right: 12px;
  bottom: 94px;
  z-index: 99;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 25px;
  box-shadow: 0 4px 14px rgba(0,0,0,.2);
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible { background: #1fbe5b; transform: translateY(-2px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.sticky-add {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 95;
  min-height: 78px;
  background: rgba(255,255,255,.98);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 22px rgba(0,0,0,.1);
}
.sticky-inner {
  width: min(var(--container), calc(100% - 44px));
  min-height: 78px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto auto;
  gap: 14px;
  align-items: center;
}
.sticky-inner img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.site-footer {
  background: #0f0f0f;
  color: #fff;
  padding: 62px 22px 24px;
}
.footer-shell {
  width: min(var(--container), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr repeat(3, minmax(150px, 1fr));
  gap: 36px;
}
.footer-logo {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.brand-logo .brand-word,
.footer-logo .brand-word {
  display: inline-block;
  color: #d9aa42;
  background: linear-gradient(180deg, #fff5b8 0%, #e7bd59 28%, #b77a16 62%, #f4d578 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255, 248, 194, .35), 0 2px 3px rgba(0, 0, 0, .28);
}
.footer-logo .brand-word { font-size: 25px; }
.footer-logo .brand-avatar {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
  border: 1px solid rgba(226, 182, 70, .9);
}

/* Shared brand treatment: simple, crisp gold serif lettering. */
.brand-logo .brand-word,
.footer-logo .brand-word {
  color: #e2b94f;
  background: none;
  -webkit-text-fill-color: #e2b94f;
  letter-spacing: .045em;
  text-shadow: none;
  filter: none;
}
.site-footer .footer-logo {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  gap: 16px;
}
.site-footer .footer-logo .brand-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}
.site-footer .footer-logo .brand-word {
  font-size: 24px;
  line-height: 1;
}
.site-header .brand-logo {
  flex: 0 0 270px;
  gap: 16px;
}
.site-header .brand-logo .brand-avatar {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
}
.site-header .brand-logo .brand-word { font-size: 24px; }
@media (min-width: 681px) {
  .site-header .brand-logo { transform: translateX(-20px); }
}
.footer-shell {
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 22px;
}
.site-footer p,
.site-footer a { color: rgba(255,255,255,.72); }
.site-footer a { display: block; margin: 8px 0; }
.site-footer h3 {
  margin: 4px 0 18px;
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer .footer-logo + p { max-width: 330px; margin: 20px 0; line-height: 1.6; }
.footer-whatsapp {
  width: fit-content;
  margin: 0 0 12px !important;
  padding: 10px 14px;
  border: 1px solid var(--gold);
  color: #f4d578 !important;
  font-size: 13px;
  font-weight: 800;
}
.footer-whatsapp:hover { background: var(--gold); color: #111 !important; }
.footer-contact-line { margin: 0; font-size: 13px; }
.footer-all-watches { color: #f4d578 !important; font-weight: 800; }
.dealer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.dealer-badges span {
  padding: 6px 8px;
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 800;
}
.footer-bottom {
  width: min(var(--container), 100%);
  margin: 34px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.55);
  font-size: 12px;
}

@media (max-width: 1040px) {
  .notice-shell { width: min(var(--container), calc(100% - 28px)); grid-template-columns: 1fr auto; padding: 8px 0; }
  .notice-support { display: none; }
  .desktop-nav, .search-form, .account-link { display: none; }
  .mobile-trigger {
    display: inline-flex;
    border: 0;
    background: #111;
    color: #fff;
    padding: 10px 12px;
    font-weight: 900;
  }
  .header-actions { flex: 1; }
  .home-top-grid {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .home-top-grid.home-top-grid-hero {
    grid-template-columns: 1fr;
  }
  .home-category-menu {
    display: none;
  }
  .mobile-brand-strip {
    display: flex;
  }
  .home-banner,
  .premium-grid,
  .trust-strip,
  .brand-tiles,
  .service-grid,
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .home-product-grid,
  .why-top-grid,
  .why-feature-grid,
  .article-source-grid,
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .why-luffy-hero { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); }
  .why-luffy-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-layout,
  .product-top,
  .footer-shell,
  .quick-grid { grid-template-columns: 1fr; }
  .catalog-product-grid,
  .catalog-product-grid.catalog-cols-3,
  .catalog-product-grid.catalog-cols-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery-main { min-height: 320px; }
  .gallery-main img {
    height: 300px;
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .notice-shell { gap: 9px; }
  .notice-whatsapp { font-size: 10px; }
  .notice-preferences { gap: 8px; }
  .top-preference-button,
  .top-currency { font-size: 11px; }
}

@media (max-width: 620px) {
  .top-notice { font-size: 11px; }
  .notice-shell { width: calc(100% - 28px); gap: 8px; text-align: center; }
  .header-shell { padding: 0 14px; gap: 12px; min-height: 74px; }
  .brand-logo { flex-basis: 148px; }
  .brand-word { font-size: 18px; letter-spacing: 5px; }
  .brand-icon { width: 38px; height: 38px; }
  .hero { min-height: 500px; }
  .home-top-grid {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-main-hero {
    border-radius: 6px;
  }
  .home-main-hero-cta {
    left: 13%;
    width: 25%;
  }
  .bestsellers-section {
    margin-top: 8px;
  }
  .bestsellers-heading-row {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .bestsellers-heading-copy,
  .bestsellers-heading-copy h2 {
    text-align: center;
  }
  .bestsellers-heading-row .category-tabs {
    justify-content: center;
    flex-wrap: wrap;
  }
  .bestsellers-heading-row .category-tabs button {
    min-width: 0;
    flex: 1 1 calc(50% - 6px);
  }
  .home-banner { min-height: 0; }
  .banner-copy { padding: 32px 22px; }
  .home-banner img { height: auto; }
  .mobile-brand-strip a { flex: 1 1 33.33%; text-align: center; padding: 10px 8px; }
  .premium-head h2,
  .source-heading h2,
  .why-source > h2 { font-size: 24px; }
  .premium-image img,
  .wide-watch-banner img { min-height: 0; height: 240px; }
  .why-luffy-section { padding-top: 18px; }
  .why-luffy-section > h2 { margin-bottom: 20px; }
  .why-luffy-hero-art { display: none; }
  .why-luffy-hero { min-height: 0; display: grid; grid-template-columns: 1fr; }
  .why-luffy-hero-copy { padding: 28px 18px 26px; }
  .why-luffy-avatar { width: 76px; height: 76px; }
  .why-luffy-brand { font-size: clamp(34px, 11vw, 48px); }
  .why-luffy-tagline { font-size: 14px; line-height: 1.45; }
  .why-luffy-intro { font-size: 13px; }
  .why-luffy-hero-points { grid-template-columns: 1fr; gap: 14px; width: min(300px, 100%); }
  .why-luffy-hero-points > span { padding: 0; }
  .why-luffy-hero-points > span + span { border-left: 0; }
  .why-luffy-hero-image img { min-height: 260px; height: 260px; object-position: center; }
  .why-luffy-service-grid { grid-template-columns: 1fr; gap: 14px; }
  .why-luffy-service-grid p { min-height: 0; }
  .why-luffy-trust-bar { grid-template-columns: 1fr; padding: 18px; }
  .faq-section { padding: 26px 20px; }
  .hero-inner,
  .home-banner,
  .mobile-brand-strip,
  .source-section,
  .section,
  .page-head,
  .catalog-layout,
  .product-layout,
  .trust-strip,
  .sticky-inner { width: calc(100% - 28px); }
  .trust-strip,
  .brand-tiles,
  .premium-grid,
  .home-product-grid,
  .why-top-grid,
  .why-feature-grid,
  .article-source-grid,
  .faq-grid,
  .service-grid,
  .article-grid,
  .product-grid,
  .delivery-grid,
  .detail-gallery { grid-template-columns: 1fr; }
  .catalog-product-grid,
  .catalog-product-grid.catalog-cols-3,
  .catalog-product-grid.catalog-cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-title,
  .catalog-tools { align-items: start; flex-direction: column; }
  .catalog-tools label { width: 100%; justify-content: space-between; }
  .catalog-tools select { flex: 1; }
  .summary,
  .product-section { padding: 22px; }
  .product-top { padding: 22px; }
  .product-side-tabs {
    position: static;
    overflow-x: auto;
    border-radius: 0;
  }
  .product-side-tabs button {
    flex: 0 0 auto;
    padding: 10px 14px;
  }
  .gallery-main {
    min-height: 300px;
  }
  .gallery-main img {
    width: min(86%, 320px);
    height: 280px;
  }
  .variation {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .buy-row {
    flex-wrap: wrap;
  }
  .delivery-grid div {
    grid-template-columns: 24px minmax(0, 1fr);
  }
  .delivery-grid span {
    grid-column: 2;
    text-align: left;
  }
  .buy-row .btn { width: 100%; }
  .spec-row { grid-template-columns: 1fr; }
  .sticky-inner { grid-template-columns: 48px minmax(0, 1fr); }
  .sticky-inner .price,
  .sticky-inner .btn { display: none; }
}


/* LuffyWatch Phase 1 product-detail demo. */
.brand-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(199, 162, 76, .55);
}
.brand-logo .brand-word { letter-spacing: .06em; font-size: 23px; }
.brand-logo .brand-word small:empty { display: none; }

.lw-product-page { background: #fff; color: #171717; }
.lw-product-shell,
.lw-detail-shell,
.lw-anchor-nav {
  width: min(1240px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}
.lw-detail-shell,
.lw-anchor-nav { width: min(1440px, calc(100% - 64px)); }
.lw-product-shell { padding: 24px 0 42px; }
.lw-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
  color: #777;
  font-size: 12px;
}
.lw-breadcrumbs strong { color: #ad7c25; font-weight: 800; }
.lw-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(410px, .97fr);
  gap: 38px;
  align-items: start;
}
.lw-gallery,
.lw-summary {
  min-width: 0;
}
.lw-gallery {
  width: min(100%, 540px);
  justify-self: center;
}
.lw-main-image {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ededed;
  background: #f8f8f8;
}
.lw-main-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lw-gallery-arrow,
.lw-image-zoom {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  color: #171717;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 5px 18px rgba(0, 0, 0, .16);
}
.lw-gallery-arrow {
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.lw-gallery-prev { left: 16px; }
.lw-gallery-next { right: 16px; }
.lw-image-zoom {
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.lw-thumbnail-rail {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 13px;
}
.lw-thumbnail-rail button {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  background: #f8f8f8;
}
.lw-thumbnail-rail button.active { border: 2px solid var(--gold); }
.lw-thumbnail-rail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lw-thumbnail-rail .lw-thumbnail-overflow {
  position: relative;
  isolation: isolate;
  border-color: #242424;
  color: #fff;
  background: #1a1a1a;
}
.lw-thumbnail-overflow::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: rgba(17, 17, 17, .62);
}
.lw-thumbnail-overflow img {
  opacity: .7;
}
.lw-thumbnail-overflow span {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 2px;
  text-align: center;
  color: #fff;
}
.lw-thumbnail-overflow strong {
  color: #e1b650;
  font-size: 23px;
  line-height: 1;
}
.lw-thumbnail-overflow small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}
.lw-gallery-status {
  display: grid;
  justify-items: center;
  gap: 7px;
  margin-top: 12px;
  color: #252525;
}
.lw-gallery-status strong {
  font-size: 13px;
  letter-spacing: .02em;
}
.lw-gallery-progress {
  width: min(210px, 52%);
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #e5e5e5;
}
.lw-gallery-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width .2s ease;
}
.lw-summary {
  align-self: start;
  padding: 4px;
}
.lw-summary-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.lw-brand-badge {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 5px;
  background: #bf913d;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.lw-summary h1 {
  max-width: 620px;
  margin: 13px 0 8px;
  font-size: clamp(24px, 2vw, 27px);
  line-height: 1.14;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lw-star-rating {
  display: flex;
  gap: 4px;
  margin: 0 0 14px;
  color: #d4a51a;
  font-size: 15px;
}
.lw-price {
  height: 38px;
  min-height: 38px;
  display: flex;
  align-items: center;
  margin: 0 0 19px;
  color: #bd8f3f;
  font-size: 24px;
  font-weight: 900;
}
.lw-price.lw-price-contact {
  font-size: clamp(15px, 1.35vw, 20px);
  letter-spacing: -.018em;
  white-space: nowrap;
}
.lw-option-group { margin: 0 0 15px; }
.lw-option-group > span,
.lw-quantity-row > span {
  display: block;
  margin-bottom: 7px;
  color: #222;
  font-size: 12px;
  font-weight: 900;
}
.lw-option-list { display: flex; flex-wrap: wrap; gap: 8px; }
.lw-option-list button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  color: #222;
  font-weight: 800;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.lw-option-list button.active {
  border-color: #bf913d;
  box-shadow: inset 0 0 0 1px #bf913d;
  color: #6b4913;
}
.lw-option-list button:hover {
  border-color: #bf913d;
  background: #fcf7ec;
  box-shadow: 0 8px 16px rgba(139, 97, 28, .12);
  color: #6b4913;
  transform: translateY(-2px);
}
.lw-option-list button.active:hover { box-shadow: inset 0 0 0 1px #bf913d, 0 8px 16px rgba(139, 97, 28, .12); }
.lw-option-list button:active { transform: translateY(0) scale(.985); }
.lw-option-list button:focus-visible { outline: 3px solid rgba(199, 162, 76, .45); outline-offset: 3px; }
.lw-quantity-row { margin: 0 0 14px; }
.lw-qty-control {
  width: 144px;
  height: 40px;
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.lw-qty-control button,
.lw-qty-control input { border: 0; background: #fff; text-align: center; }
.lw-qty-control button { font-size: 20px; }
.lw-qty-control input {
  min-width: 0;
  padding: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  appearance: textfield;
  -moz-appearance: textfield;
  color: #171717;
  font-size: 15px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
}
.lw-qty-control input::-webkit-inner-spin-button,
.lw-qty-control input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.lw-buy-actions { display: grid; grid-template-columns: 1.22fr .78fr; gap: 10px; }
.lw-primary-action,
.lw-secondary-action,
.lw-whatsapp-action {
  min-height: 46px;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.lw-primary-action {
  border: 1px solid #bd8f3f;
  background: #bd8f3f;
  color: #fff;
}
.lw-primary-action i { margin-right: 8px; }
.lw-secondary-action { border: 1px solid #bd8f3f; background: #fff; color: #a97924; }
.lw-whatsapp-action {
  width: 100%;
  margin-top: 9px;
  border: 0;
  background: #179b42;
  color: #fff;
  text-transform: none;
  font-size: 14px;
}
.lw-whatsapp-action i { margin-right: 8px; font-size: 17px; }
.lw-primary-action:hover {
  border-color: #a97b2b;
  background: #a97b2b;
  box-shadow: 0 11px 22px rgba(169, 123, 43, .25);
  transform: translateY(-2px);
}
.lw-secondary-action:hover {
  border-color: #bd8f3f;
  background: #f8f0df;
  box-shadow: 0 11px 22px rgba(151, 110, 38, .13);
  color: #8b611c;
  transform: translateY(-2px);
}
.lw-whatsapp-action:hover {
  background: #12833b;
  box-shadow: 0 12px 25px rgba(23, 163, 74, .28);
  transform: translateY(-2px);
}
.lw-primary-action:active,
.lw-secondary-action:active,
.lw-whatsapp-action:active { transform: translateY(0) scale(.985); }
.lw-primary-action:focus-visible,
.lw-secondary-action:focus-visible,
.lw-whatsapp-action:focus-visible { outline: 3px solid rgba(199, 162, 76, .5); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  .lw-primary-action,
  .lw-secondary-action,
  .lw-whatsapp-action,
  .lw-option-list button { transition: none; }
}
.lw-variation-message { margin: 10px 0 0; color: #aa3939; font-size: 13px; font-weight: 800; }
.lw-service-card {
  min-height: 174px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid #e5e1da;
  border-radius: 9px;
  background: #fff;
}
.lw-service-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 57px;
  padding: 0 20px;
  border-bottom: 1px solid #f0eee9;
  color: #252525;
  font-size: 13px;
}
.lw-service-row:last-child { border-bottom: 0; }
.lw-service-row span { font-size: 13px; font-weight: 800; }
.lw-service-row i { width: 20px; margin-right: 9px; color: #bd8f3f; font-size: 16px; text-align: center; }
.lw-service-row strong { font-size: 14px; font-weight: 900; letter-spacing: .005em; white-space: nowrap; }

.lw-anchor-nav {
  position: sticky;
  top: 122px;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .04);
}
.lw-anchor-nav a {
  min-height: 58px;
  display: grid;
  place-items: center;
  border-bottom: 2px solid transparent;
  color: #222;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.lw-anchor-nav a.active { border-bottom-color: #bd8f3f; color: #a87826; }
.lw-detail-shell { padding: 34px 12px 74px; }
.lw-detail-section {
  scroll-margin-top: 192px;
  padding: 42px 0;
  border-bottom: 1px solid #ececec;
}
.lw-detail-section h2 {
  margin: 0 0 22px;
  font-size: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.lw-description-copy { max-width: none; color: #3f3f3f; font-size: 16px; line-height: 1.8; }
.lw-description-copy p { margin: 0 0 18px; }
.lw-description-copy h3 { margin: 28px 0 8px; color: #181818; font-size: 17px; }
.lw-description-accordions { max-width: none; margin-top: 26px; border-top: 1px solid #e9e9e9; }
.lw-description-accordions details { border-bottom: 1px solid #e9e9e9; }
.lw-description-accordions summary { display: flex; align-items: center; justify-content: space-between; min-height: 54px; cursor: pointer; color: #202020; font-size: 15px; font-weight: 900; list-style: none; }
.lw-description-accordions summary::-webkit-details-marker { display: none; }
.lw-description-accordions summary i { color: #a87826; font-size: 12px; transition: transform .18s ease; }
.lw-description-accordions details[open] summary i { transform: rotate(180deg); }
.lw-accordion-content { padding: 0 0 20px; color: #4a4a4a; font-size: 15px; line-height: 1.75; }
.lw-accordion-content p { margin: 0; }
.lw-spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.lw-spec-column { margin: 0; border: 1px solid #e9e9e9; }
.lw-spec-row { display: grid; grid-template-columns: minmax(145px, .85fr) minmax(0, 1.15fr); min-height: 54px; border-bottom: 1px solid #e9e9e9; }
.lw-spec-row:last-child { border-bottom: 0; }
.lw-spec-row dt,
.lw-spec-row dd { display: flex; align-items: center; margin: 0; padding: 12px 15px; }
.lw-spec-row dt { gap: 10px; border-right: 1px solid #e9e9e9; color: #444; font-size: 13px; font-weight: 800; }
.lw-spec-row dt i { width: 16px; color: #222; text-align: center; }
.lw-spec-row dd { color: #171717; font-size: 13px; font-weight: 800; line-height: 1.45; overflow-wrap: anywhere; }
.lw-section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.lw-section-heading span { color: #888; font-size: 13px; }
.lw-detail-preview { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.lw-detail-preview button { min-width: 0; overflow: hidden; padding: 0; border: 0; border-radius: 7px; background: #f6f6f6; }
.lw-detail-preview img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; transition: transform .2s ease; }
.lw-detail-preview button:hover img { transform: scale(1.025); }
.lw-view-all { display: flex; align-items: center; justify-content: center; gap: 9px; min-width: 250px; min-height: 46px; margin: 22px auto 0; padding: 0 20px; border: 1px solid #bd8f3f; border-radius: 6px; background: #fff; color: #a87826; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.lw-empty-copy { color: #777; }
.lw-feedback-section { border-bottom: 0; }
.product-customer-reviews {
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 28px 30px 20px;
  border: 1px solid #eee8de;
  border-radius: 10px;
}
.lw-feedback-section .customer-reviews-heading h2 {
  margin: 0 0 5px;
  font-size: 26px;
  letter-spacing: 0;
  text-transform: none;
}
.product-customer-reviews .customer-reviews-carousel { margin-top: 18px; }
.product-customer-reviews .customer-review-card > button { height: 500px; }
.product-customer-reviews .customer-reviews-dots { margin-top: 8px; }

.lw-media-modal { position: fixed; inset: 0; z-index: 220; }
.lw-media-backdrop { position: absolute; inset: 0; background: rgba(10, 10, 10, .68); }
.lw-media-panel { position: absolute; inset: 8px; box-sizing: border-box; width: min(1200px, calc(100% - 16px)); margin: 0 auto; overflow-y: scroll; overscroll-behavior: contain; scrollbar-gutter: stable; padding: 26px 26px 120px; border-radius: 10px; background: #fff; box-shadow: var(--shadow); }
.lw-media-panel h2 { margin: 0; font-size: 25px; }
.lw-media-panel > p { margin: 6px 0 24px; color: #777; font-size: 13px; }
.lw-media-close { position: absolute; top: 13px; right: 18px; border: 0; background: transparent; color: #444; font-size: 30px; line-height: 1; }
.lw-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lw-media-grid button { padding: 0; overflow: hidden; border: 0; border-radius: 7px; background: #f6f6f6; }
.lw-media-grid img { width: 100%; height: auto; min-height: 180px; display: block; object-fit: contain; }
.lw-media-panel::-webkit-scrollbar { width: 12px; }
.lw-media-panel::-webkit-scrollbar-track { background: #f3f3f3; }
.lw-media-panel::-webkit-scrollbar-thumb { border: 3px solid #f3f3f3; border-radius: 999px; background: #a87826; }
.lw-modal-open { overflow: hidden; }

/* Keep the existing desktop header usable before its mobile breakpoint. */
@media (max-width: 1360px) {
  .header-shell { gap: 10px; padding-left: 16px; padding-right: 16px; }
  .site-header .brand-logo { flex-basis: 220px; gap: 10px; transform: none; }
  .site-header .brand-logo .brand-avatar { width: 42px; height: 42px; flex-basis: 42px; }
  .site-header .brand-logo .brand-word { font-size: 21px; }
  .desktop-nav { gap: 9px; }
  .desktop-nav > a, .nav-item > button { font-size: 16px; }
  .header-actions { margin-left: 0; transform: translateX(3px); }
  .header-actions { flex-basis: 180px; }
  .search-form { width: 135px; }
}

@media (max-width: 900px) {
  .customer-review-card { min-width: 100%; }
}

@media (max-width: 940px) {
  .lw-product-hero { grid-template-columns: 1fr; gap: 30px; }
  .lw-gallery { width: min(100%, 560px); }
  .lw-summary { max-width: 720px; }
  .lw-detail-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lw-anchor-nav { top: 122px; }
}
@media (max-width: 680px) {
  .customer-reviews-section { padding: 28px 12px 22px; }
  .customer-reviews-carousel { margin-top: 16px; padding: 0 24px; }
  .customer-reviews-track { gap: 12px; }
  .customer-review-card { min-width: 100%; padding: 5px; }
  .customer-review-card > button { height: min(58vh, 480px); }
  .customer-reviews-arrow { width: 36px; height: 36px; }
  .customer-reviews-prev { left: -16px; }
  .customer-reviews-next { right: -16px; }
  .customer-review-lightbox { padding: 14px; }
  .customer-review-lightbox-close { top: -8px; right: -8px; }
  .home-contact-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 44px;
    padding: 26px 22px;
  }
  .home-contact-cta-button {
    width: 100%;
    min-width: 0;
  }
  .brand-avatar { width: 32px; height: 32px; flex-basis: 32px; }
  .brand-logo .brand-word { font-size: 18px; }
  .footer-logo .brand-avatar { width: 42px; height: 42px; flex-basis: 42px; }
  .footer-logo .brand-word { font-size: 20px; }
  .site-header .brand-logo { flex-basis: 218px; gap: 10px; }
  .site-header .brand-logo .brand-avatar { width: 36px; height: 36px; flex-basis: 36px; }
  .site-header .brand-logo .brand-word { font-size: 19px; }
  .lw-product-shell,
  .lw-detail-shell,
  .lw-anchor-nav { width: min(100% - 28px, 1240px); }
  .lw-product-shell { padding-top: 16px; }
  .lw-breadcrumbs { line-height: 1.5; }
  .lw-thumbnail-rail { justify-content: flex-start; overflow-x: auto; padding-bottom: 3px; }
  .lw-thumbnail-rail button { width: 66px; height: 66px; flex-basis: 66px; }
  .lw-gallery-progress { width: min(190px, 58%); }
  .lw-summary h1 { font-size: 23px; }
  .lw-buy-actions { grid-template-columns: 1fr; }
  .lw-service-row { gap: 12px; padding: 0 12px; }
  .lw-anchor-nav { top: 102px; grid-template-columns: repeat(4, max-content); overflow-x: auto; }
  .lw-anchor-nav a { min-width: 144px; font-size: 11px; }
  .lw-detail-shell { padding: 22px 0 54px; }
  .lw-detail-section { padding: 30px 0; }
  .lw-detail-section h2 { font-size: 22px; }
  .product-customer-reviews { padding: 24px 12px 18px; }
  .lw-feedback-section .customer-reviews-heading h2 { font-size: 22px; }
  .product-customer-reviews .customer-review-card > button { height: min(58vh, 480px); }
  .lw-description-copy { font-size: 15px; line-height: 1.7; }
  .lw-spec-grid { grid-template-columns: 1fr; gap: 14px; }
  .lw-spec-row { grid-template-columns: minmax(128px, .82fr) minmax(0, 1.18fr); }
  .lw-spec-row dt,
  .lw-spec-row dd { padding: 11px; font-size: 12px; }
  .lw-detail-preview { grid-template-columns: 1fr; gap: 9px; }
  .lw-media-panel { inset: 6px; width: calc(100% - 12px); margin: 0 auto; padding: 20px 12px 96px; }
  .lw-media-grid { grid-template-columns: 1fr; gap: 10px; }
  .lw-media-grid img { min-height: 0; }
}

/* ── Page loading spinner ── */
.page-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 50vh;
  gap: 1rem;
  color: #888;
  font-size: .9rem;
}
.loader-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #eee;
  border-top-color: #c8a25c;
  border-radius: 50%;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Buyer guide redesign: light editorial treatment aligned with the homepage. */
.buyer-guide-nav .drop-menu { min-width: 300px; padding: 10px; }
.buyer-guide-nav .drop-menu.wide { min-width: 340px; }
.buyer-guide-nav .drop-menu a { display: grid; grid-template-columns: 1fr; gap: 2px; padding: 11px 12px; border-radius: 5px; }
.buyer-guide-nav .drop-menu a:hover { background: #f8f3e9; color: #a87826; }
.buyer-guide-nav .drop-menu a small { color: #8c857a; font-size: 10px; font-weight: 700; }
.knowledge-page { width: min(var(--container), calc(100% - 44px)); margin: 0 auto; padding: 44px 0 94px; }
.knowledge-hero { position: relative; min-height: 280px; padding: 52px 58px 48px; overflow: hidden; border: 1px solid #e8deca; border-top: 3px solid #c7a24c; background: linear-gradient(116deg, #fff 0%, #fbf8f1 57%, #f2e7cf 100%); color: #171717; box-shadow: 0 16px 34px rgba(67, 48, 17, .055); }
.knowledge-hero::before { content: "LW"; position: absolute; right: 54px; bottom: -46px; color: rgba(199, 162, 76, .13); font-family: Georgia, 'Times New Roman', serif; font-size: 210px; font-weight: 700; letter-spacing: -.12em; line-height: 1; }
.knowledge-hero::after { width: 330px; height: 330px; right: -78px; top: -168px; border-color: rgba(170, 125, 39, .25); box-shadow: 0 0 0 30px rgba(199, 162, 76, .08), 0 0 0 60px rgba(199, 162, 76, .045); }
.knowledge-hero .knowledge-kicker { position: relative; z-index: 1; color: #a87826; }
.knowledge-hero h1 { position: relative; z-index: 1; max-width: 720px; color: #171717; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(43px, 5.1vw, 68px); font-weight: 700; letter-spacing: -.055em; line-height: .98; }
.knowledge-hero p { position: relative; z-index: 1; max-width: 620px; color: #5e574c; font-size: 16px; line-height: 1.75; }
.knowledge-hub-nav { display: flex; align-items: center; gap: 5px; margin: 0 0 38px; padding: 10px 0 0; overflow-x: auto; }
.knowledge-hub-nav a { position: relative; flex: 0 0 auto; padding: 9px 13px; color: #72695c; font-size: 11px; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; transition: color .18s ease, background .18s ease; }
.knowledge-hub-nav a::after { content: ""; position: absolute; right: 10px; bottom: 4px; left: 10px; height: 2px; background: transparent; transition: background .18s ease; }
.knowledge-hub-nav a:hover { color: #a87826; background: #faf5ea; }
.knowledge-hub-nav a.active { color: #181512; background: #f5eddc; }
.knowledge-hub-nav a.active::after { background: #c7a24c; }
.knowledge-grid { gap: 14px; margin: 0 0 46px; }
.knowledge-grid article { position: relative; min-height: 214px; padding: 28px 26px 24px; overflow: hidden; border: 1px solid #ebe5dc; border-top: 3px solid #d5b363; background: #fff; box-shadow: none; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.knowledge-grid article::after { content: ""; position: absolute; right: -38px; bottom: -45px; width: 126px; height: 126px; border: 1px solid rgba(199, 162, 76, .18); border-radius: 50%; }
.knowledge-grid article:hover { transform: translateY(-5px); border-color: #d6b56a; box-shadow: 0 15px 27px rgba(56, 40, 12, .1); }
.knowledge-grid article i { position: relative; z-index: 1; width: 40px; height: 40px; margin-bottom: 23px; background: #f6efe0; color: #ad7b25; }
.knowledge-grid h2, .knowledge-split h2, .knowledge-section h2, .knowledge-contact h2 { position: relative; z-index: 1; color: #1c1915; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 700; letter-spacing: -.025em; }
.knowledge-grid p, .knowledge-split p, .knowledge-section p, .knowledge-contact p { position: relative; z-index: 1; color: #686157; }
.knowledge-split { gap: 14px; margin-bottom: 46px; }
.knowledge-split > section { position: relative; min-height: 270px; padding: 34px; overflow: hidden; border: 1px solid #e9e2d6; border-radius: 0; background: #fbfaf7; }
.knowledge-split > section::before { content: ""; position: absolute; top: 0; left: 0; width: 54px; height: 3px; background: #c7a24c; }
.knowledge-split .knowledge-panel-dark { border-color: #eadfcb; background: #f5eddd; }
.knowledge-panel-dark h2 { color: #1c1915; }
.knowledge-panel-dark p, .knowledge-panel-dark .knowledge-list li { color: #685f52; }
.knowledge-panel-dark .knowledge-list li { border-color: #ded2bd; }
.knowledge-section { margin-bottom: 46px; padding: 35px 0 0; border-top: 1px solid #e4ddd1; }
.knowledge-section > .knowledge-kicker { margin-bottom: 9px; }
.knowledge-section > h2 { max-width: 760px; margin-bottom: 12px; font-size: clamp(28px, 3vw, 39px); }
.knowledge-section > p { max-width: 790px; font-size: 15px; }
.knowledge-list li { border-color: #e7dfd3; }
.knowledge-list li::before { border-color: #c7a24c; }
.knowledge-checks { gap: 10px; }
.knowledge-checks span { border-color: #e9e1d4; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.knowledge-checks span:hover { transform: translateY(-2px); border-color: #d8b66c; box-shadow: 0 10px 20px rgba(52, 39, 16, .07); }
.knowledge-cta { border-radius: 4px; }
.knowledge-whatsapp { background: #17a34a; }
.knowledge-flow { margin: 0 0 46px; border-color: #e8dfd2; background: #fff; }
.knowledge-flow article { min-height: 216px; padding: 26px 22px; transition: background .18s ease; }
.knowledge-flow article:hover { background: #fcfaf6; }
.knowledge-flow b { margin-bottom: 27px; color: #b88631; font-family: Georgia, 'Times New Roman', serif; font-size: 22px; letter-spacing: 0; }
.knowledge-flow h2 { font-family: Georgia, 'Times New Roman', serif; font-size: 20px; }
.knowledge-final { border: 1px solid #e8dcc7; background: #f7f0e4; }
.knowledge-faq { gap: 11px; margin: 0 0 42px; }
.knowledge-faq details { border-color: #e8e1d6; transition: border-color .18s ease, box-shadow .18s ease; }
.knowledge-faq details[open] { border-color: #d5b368; box-shadow: 0 10px 24px rgba(55, 38, 10, .07); }
.knowledge-faq summary { font-family: Georgia, 'Times New Roman', serif; font-size: 17px; }
.knowledge-contact { gap: 14px; margin-top: 0; border: 0; background: transparent; }
.knowledge-contact aside { min-height: 290px; padding: 34px; border: 1px solid #e9e2d6; background: #fbfaf7; }
.knowledge-contact aside:nth-child(2) { background: #f5eddd; }
.knowledge-note { color: #7b7061; }
@media (max-width: 680px) {
  .knowledge-page { width: min(100% - 28px, var(--container)); padding-top: 26px; }
  .knowledge-hero { min-height: 0; padding: 38px 25px 36px; }
  .knowledge-hero::before { right: 16px; bottom: -20px; font-size: 126px; }
  .knowledge-hero h1 { font-size: 45px; }
  .knowledge-hub-nav { margin-bottom: 27px; }
  .knowledge-hub-nav a { padding: 8px 10px; font-size: 10px; }
  .knowledge-grid article, .knowledge-split > section, .knowledge-contact aside { padding: 25px; }
}

.home-contact-cta { border-color: #e2ce9d; background: linear-gradient(118deg, #fffdf8 0%, #f6ecd9 57%, #e8d09a 140%); box-shadow: 0 17px 35px rgba(93, 66, 21, .09); color: #282117; }
.home-contact-cta-copy > span { color: #9c7228; }
.home-contact-cta h2 { color: #282117; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(27px, 2.7vw, 38px); }
.home-contact-cta p { color: #625848; }
.home-contact-cta-button { border: 1px solid rgba(10, 116, 50, .2); box-shadow: 0 10px 22px rgba(23, 163, 74, .18); }

/* Mobile-first storefront layout
   This layer treats phones as a separate commerce layout instead of scaling
   down the desktop composition. Desktop rules above remain unchanged. */
@media (max-width: 680px) {
  :root {
    --mobile-gutter: 12px;
    --mobile-section-gap: 24px;
    --mobile-radius: 8px;
  }

  html {
    max-width: 100%;
    overflow-x: clip;
    scroll-padding-top: 106px;
  }

  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    zoom: 1;
    font-size: 14px;
    line-height: 1.45;
  }

  img {
    height: auto;
  }

  /* Compact mobile header: menu / centered brand / cart. */
  .top-notice {
    position: relative;
    z-index: 82;
  }

  .notice-shell {
    width: calc(100% - 24px);
    min-height: 34px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding: 5px 0;
    text-align: left;
  }

  .notice-whatsapp {
    min-width: 0;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .notice-preferences {
    gap: 7px;
  }

  .top-preference-button,
  .top-currency {
    min-height: 28px;
    font-size: 10px;
  }

  .header-shell {
    width: 100%;
    min-height: 64px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    gap: 8px;
    padding: 8px var(--mobile-gutter);
  }

  .mobile-trigger {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 6px;
  }

  .mobile-trigger i {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
  }

  .site-header .brand-logo {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 210px);
    min-width: 0;
    flex-basis: auto;
    justify-self: center;
    justify-content: center;
    gap: 8px;
    transform: none;
  }

  .site-header .brand-logo .brand-avatar {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .site-header .brand-logo .brand-word {
    min-width: 0;
    overflow: hidden;
    font-size: clamp(16px, 5vw, 20px);
    letter-spacing: .045em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    flex: none;
    justify-self: end;
    transform: none;
  }

  .cart-link {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .cart-link span {
    top: -3px;
    right: -3px;
  }

  .left-drawer .drawer-panel,
  .drawer-panel {
    width: min(88vw, 340px);
    padding: 20px 18px 28px;
  }

  .mobile-search {
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  .left-drawer a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    font-size: 14px;
  }

  /* Catalog discovery: compact controls replace the long stacked sidebar. */
  .catalog-mobile-controls {
    display: block;
    margin-bottom: 10px;
  }

  .catalog-mobile-controls button {
    min-width: 0;
    min-height: 52px;
    border: 1px solid #dfd8cb;
    border-radius: 8px;
    background: #fff;
    color: var(--ink);
    box-shadow: 0 5px 16px rgba(31, 25, 15, .045);
  }

  .catalog-mobile-category-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border-color: #d6b66e;
    background: #fffdf8;
    text-align: left;
  }

  .catalog-mobile-category-toggle .catalog-category-copy {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .catalog-mobile-category-toggle small {
    overflow: hidden;
    color: #666;
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-mobile-category-toggle strong {
    overflow: hidden;
    color: #17120b;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-mobile-category-toggle .catalog-category-icon {
    width: 30px;
    height: 30px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f7edd9;
    color: #a57626;
    font-size: 13px;
  }

  .catalog-mobile-category-toggle .catalog-category-chevron {
    flex: none;
    color: #9a6b20;
    font-size: 13px;
    transition: transform .2s ease;
  }

  .catalog-mobile-category-toggle[aria-expanded="true"] .catalog-category-chevron {
    transform: rotate(180deg);
  }

  .catalog-layout {
    display: block;
  }

  .catalog-layout .sidebar {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .catalog-sidebar-panel {
    display: none;
    padding: 16px;
    border: 1px solid #e6dfd3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 25, 15, .06);
  }

  .catalog-sidebar-panel.is-open {
    display: block;
  }

  .catalog-category-panel {
    max-height: min(58vh, 500px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .catalog-sidebar-panel .sidebar-cats a {
    min-height: 44px;
    align-items: center;
    padding: 9px 2px;
    font-size: 12px;
  }

  .catalog-sidebar-panel .sidebar-cats a.active {
    color: #94681f;
    font-weight: 900;
  }

  .catalog-main {
    min-width: 0;
  }

  .catalog-tools {
    scroll-margin-top: 112px;
  }

  .catalog-tools .cat-count {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px;
    margin: 0;
    font-size: 13px;
  }

  .catalog-selected-category,
  .catalog-count-separator {
    display: inline;
  }

  .catalog-selected-category {
    color: var(--ink);
    font-weight: 900;
  }

  .catalog-count-separator {
    color: var(--gold);
    font-weight: 900;
  }

  /* Homepage structure and product discovery. */
  .home-top-grid,
  .home-banner,
  .mobile-brand-strip,
  .source-section,
  .section,
  .page-head,
  .catalog-layout,
  .product-layout,
  .trust-strip,
  .sticky-inner {
    width: calc(100% - (var(--mobile-gutter) * 2));
  }

  .home-top-grid {
    gap: 10px;
    margin-top: 12px;
  }

  .home-main-hero {
    border-radius: var(--mobile-radius);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .1);
  }

  .home-main-hero-cta {
    min-width: 44px;
    min-height: 32px;
  }

  .mobile-brand-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
    border: 1px solid var(--line);
  }

  .mobile-brand-strip a {
    min-height: 44px;
    display: grid;
    place-items: center;
    padding: 7px 5px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 11px;
    line-height: 1.2;
  }

  .mobile-brand-strip a:nth-child(3n) {
    border-right: 0;
  }

  .source-section {
    margin-top: var(--mobile-section-gap);
    margin-bottom: var(--mobile-section-gap);
  }

  .bestsellers-section {
    margin-top: 26px;
  }

  .bestsellers-heading-row {
    gap: 12px;
  }

  .bestsellers-heading-copy h2,
  .premium-head h2,
  .source-heading h2,
  .why-source > h2 {
    margin: 0;
    font-size: clamp(24px, 7vw, 28px);
    line-height: 1.08;
  }

  .bestsellers-heading-row .category-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .bestsellers-heading-row .category-tabs button {
    width: 100%;
    min-height: 44px;
    padding: 7px 8px;
    font-size: 12px;
    line-height: 1.15;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-product-card {
    min-width: 0;
    padding-bottom: 8px;
    border-radius: var(--mobile-radius);
  }

  .home-media {
    aspect-ratio: 1;
    background: #fafafa;
  }

  .home-media img,
  .home-product-card.has-hover-image:hover .home-media .primary-img {
    object-fit: contain;
    opacity: 1;
    transform: none;
  }

  .home-media .hover-img {
    display: none;
  }

  .home-product-card h3 {
    min-height: 46px;
    display: -webkit-box;
    margin: 8px 7px 4px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .home-product-card .stars {
    min-height: 18px;
    margin: 2px 4px;
    white-space: nowrap;
  }

  .home-product-card .stars i {
    font-size: 11px !important;
    margin: 0 !important;
  }

  .home-product-card .price {
    min-height: 20px;
    margin: 4px 6px 0;
    font-size: 13px;
  }

  .why-luffy-section {
    padding-top: 8px;
  }

  .why-luffy-section > h2 {
    margin-bottom: 14px;
  }

  .why-luffy-hero-art {
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .1);
  }

  .why-luffy-hero-art img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .why-luffy-hero {
    display: none;
  }

  .why-luffy-hero-copy {
    padding: 22px 14px 20px;
  }

  .why-luffy-avatar {
    width: 56px;
    height: 56px;
  }

  .why-luffy-brand {
    margin: 9px 0 7px;
    font-size: clamp(26px, 9vw, 34px);
  }

  .why-luffy-divider {
    width: min(210px, 80%);
  }

  .why-luffy-intro {
    margin: 11px 0 18px;
    font-size: 12px;
  }

  .why-luffy-hero-points {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .why-luffy-hero-points > span {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 3px;
    padding: 0 5px;
    text-align: center;
  }

  .why-luffy-hero-points > span + span {
    border-left: 1px solid rgba(212, 168, 68, .25);
  }

  .why-luffy-hero-points i {
    grid-row: auto;
    width: auto;
    font-size: 19px;
  }

  .why-luffy-hero-points b,
  .why-luffy-hero-points small {
    font-size: 8px;
  }

  .why-luffy-hero-image img {
    min-height: 210px;
    height: 210px;
  }

  .why-luffy-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
  }

  .why-luffy-service-grid article {
    padding: 13px 9px 10px;
  }

  .why-luffy-service-grid article > i,
  .why-luffy-service-grid .why-service-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 9px;
  }

  .why-luffy-service-grid .why-service-icon svg {
    width: 24px;
    height: 24px;
  }

  .why-luffy-service-grid h3 {
    min-height: 38px;
    font-size: 10px;
    line-height: 1.3;
  }

  .why-luffy-service-grid p {
    min-height: 4.2em;
    margin: 6px 0 9px;
    font-size: 10px;
    line-height: 1.4;
  }

  .why-luffy-service-grid img {
    border-radius: 5px;
  }

  .why-luffy-trust-bar {
    gap: 10px;
    margin-top: 12px;
    padding: 14px;
  }

  .why-luffy-trust-bar > span {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .why-luffy-trust-bar i {
    width: 36px;
    height: 36px;
  }

  .customer-reviews-section {
    padding: 24px 10px 20px;
  }

  .customer-reviews-heading h2 {
    font-size: 24px;
  }

  .customer-reviews-heading p {
    font-size: 13px;
  }

  .customer-reviews-carousel {
    max-width: 100%;
    margin-top: 14px;
    padding: 0 20px;
    overflow: hidden;
  }

  .customer-reviews-viewport {
    max-width: 100%;
    overflow: hidden;
  }

  .customer-reviews-track {
    max-width: 100%;
  }

  .customer-review-card {
    min-width: 100%;
    max-width: 100%;
  }

  .customer-reviews-prev {
    left: -10px;
  }

  .customer-reviews-next {
    right: -10px;
  }

  .home-contact-cta {
    gap: 15px;
    margin-bottom: 28px;
    padding: 22px 18px;
  }

  .home-contact-cta h2 {
    font-size: 25px;
  }

  .home-contact-cta p {
    font-size: 13px;
  }

  .home-contact-cta-button {
    min-height: 50px;
  }

  /* Product page: touch-first gallery and conversion hierarchy. */
  .lw-product-shell,
  .lw-detail-shell,
  .lw-anchor-nav {
    width: calc(100% - (var(--mobile-gutter) * 2));
  }

  .lw-product-shell {
    padding: 12px 0 26px;
  }

  .lw-breadcrumbs {
    gap: 5px;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 1.35;
  }

  .lw-breadcrumbs strong {
    min-width: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lw-product-hero {
    gap: 18px;
  }

  .lw-gallery {
    width: 100%;
  }

  .lw-main-image {
    border-radius: var(--mobile-radius);
  }

  .lw-gallery-arrow {
    width: 44px;
    height: 44px;
  }

  .lw-gallery-prev {
    left: 10px;
  }

  .lw-gallery-next {
    right: 10px;
  }

  .lw-image-zoom {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }

  .lw-thumbnail-rail {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
    padding: 0;
    overflow: hidden;
  }

  .lw-thumbnail-rail button {
    width: auto;
    height: auto;
    min-width: 0;
    aspect-ratio: 1;
    flex-basis: auto;
    border-radius: 6px;
  }

  .lw-gallery-status {
    gap: 6px;
    margin-top: 9px;
  }

  .lw-gallery-status strong {
    font-size: 12px;
  }

  .lw-gallery-progress {
    width: min(180px, 58%);
  }

  .lw-summary {
    display: flex;
    flex-direction: column;
    padding: 0 2px;
  }

  .lw-summary-top { order: 1; }
  .lw-summary h1 { order: 2; }
  .lw-star-rating { order: 3; }
  .lw-price { order: 4; }
  .lw-option-group { order: 5; }
  .lw-quantity-row { order: 6; }
  .lw-whatsapp-action { order: 7; }
  .lw-buy-actions { order: 8; }
  .lw-variation-message { order: 9; }
  .lw-service-card { order: 10; }

  .lw-brand-badge {
    padding: 6px 9px;
    font-size: 10px;
  }

  .lw-summary h1 {
    max-width: none;
    margin: 10px 0 6px;
    font-size: clamp(21px, 6.3vw, 25px);
    line-height: 1.16;
    -webkit-line-clamp: 3;
  }

  .lw-star-rating {
    margin-bottom: 9px;
    font-size: 13px;
  }

  .lw-price,
  .lw-price.lw-price-contact {
    height: auto;
    min-height: 36px;
    margin: 0 0 13px;
    align-items: flex-start;
    font-size: 21px;
    line-height: 1.25;
    white-space: normal;
  }

  .lw-option-group {
    margin-bottom: 12px;
  }

  .lw-option-group > span,
  .lw-quantity-row > span {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .lw-option-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .lw-option-list button {
    width: 100%;
    min-height: 44px;
    padding: 0 8px;
    font-size: 12px;
  }

  .lw-quantity-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .lw-quantity-row > span {
    margin: 0;
  }

  .lw-qty-control {
    width: 132px;
    height: 44px;
    grid-template-columns: 44px 1fr 44px;
  }

  .lw-primary-action,
  .lw-secondary-action,
  .lw-whatsapp-action {
    min-height: 50px;
    font-size: 12px;
  }

  .lw-whatsapp-action {
    margin: 0 0 8px;
    border-radius: 7px;
    font-size: 13px;
  }

  .lw-buy-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .lw-service-card {
    min-height: 0;
    margin-top: 12px;
  }

  .lw-service-row {
    min-height: 50px;
    grid-template-columns: minmax(0, 1fr) minmax(94px, auto);
    gap: 8px;
    padding: 8px 10px;
  }

  .lw-service-row span,
  .lw-service-row strong {
    font-size: 11px;
    line-height: 1.3;
  }

  .lw-service-row strong {
    white-space: normal;
    text-align: right;
  }

  .lw-anchor-nav {
    top: 98px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: 6px 6px 0 0;
  }

  .lw-anchor-nav a {
    min-width: 0;
    min-height: 50px;
    padding: 5px 3px;
    font-size: 9px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .lw-detail-shell {
    padding: 10px 0 42px;
  }

  .lw-detail-section {
    padding: 24px 0;
  }

  .lw-detail-section h2,
  .lw-feedback-section .customer-reviews-heading h2 {
    font-size: 21px;
  }

  .lw-description-copy {
    font-size: 14px;
    line-height: 1.65;
  }

  .lw-description-copy p {
    margin-bottom: 13px;
  }

  .lw-description-copy h3 {
    margin-top: 20px;
    font-size: 16px;
  }

  .lw-description-accordions summary {
    min-height: 48px;
    font-size: 13px;
  }

  .lw-detail-preview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .lw-view-all {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    margin-top: 14px;
  }

  .lw-spec-grid {
    gap: 10px;
  }

  .lw-spec-row {
    grid-template-columns: minmax(105px, .78fr) minmax(0, 1.22fr);
  }

  .lw-spec-row dt,
  .lw-spec-row dd {
    padding: 9px;
    font-size: 11px;
  }

  .lw-media-panel {
    inset: 4px;
    width: calc(100% - 8px);
    padding: 18px 10px 80px;
    border-radius: 7px;
  }

  .lw-media-panel h2 {
    padding-right: 42px;
    font-size: 21px;
  }

  .lw-media-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* Floating controls stay clear of conversion controls and safe areas. */
  .whatsapp-float {
    right: 14px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    width: 52px;
    height: 52px;
  }

  .scroll-top {
    display: none;
  }

  .sticky-add {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .site-footer {
    overflow: hidden;
  }

  .footer-shell {
    gap: 24px;
    padding-top: 34px;
  }

  .footer-bottom {
    margin-top: 24px;
  }
}

/* Tablet storefront: use the proven mobile interaction model while retaining
   a denser three-column product layout on 7–11 inch screens. */
@media (min-width: 681px) and (max-width: 1040px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  html {
    scroll-padding-top: 118px;
  }

  .notice-shell {
    width: calc(100% - 40px);
    min-height: 38px;
    padding: 5px 0;
  }

  .header-shell {
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
  }

  .mobile-trigger {
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 7px;
  }

  .mobile-trigger i {
    width: 19px;
    height: 19px;
    display: block;
    font-size: 19px;
    line-height: 19px;
    text-align: center;
  }

  .site-header .brand-logo {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 280px);
    min-width: 0;
    flex-basis: auto;
    justify-self: center;
    justify-content: center;
    gap: 10px;
    transform: none;
  }

  .site-header .brand-logo .brand-avatar {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .site-header .brand-logo .brand-word {
    min-width: 0;
    overflow: hidden;
    font-size: 21px;
    letter-spacing: .055em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    flex: none;
    justify-self: end;
    transform: none;
  }

  .cart-link {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
  }

  .left-drawer .drawer-panel,
  .drawer-panel {
    width: min(52vw, 380px);
    padding: 24px 22px 32px;
  }

  .home-top-grid,
  .home-banner,
  .mobile-brand-strip,
  .source-section,
  .section,
  .page-head,
  .catalog-layout,
  .product-layout,
  .trust-strip,
  .sticky-inner {
    width: calc(100% - 40px);
  }

  .home-top-grid {
    gap: 14px;
    margin-top: 14px;
  }

  .home-main-hero {
    border-radius: 9px;
  }

  .mobile-brand-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 14px;
  }

  .mobile-brand-strip a {
    min-height: 48px;
    display: grid;
    place-items: center;
    padding: 8px 6px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
  }

  .mobile-brand-strip a:nth-child(6n) {
    border-right: 0;
  }

  .bestsellers-section {
    margin-top: 28px;
  }

  .bestsellers-heading-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 0;
  }

  .bestsellers-heading-copy,
  .bestsellers-heading-copy h2 {
    width: 100%;
    text-align: left;
  }

  .bestsellers-heading-copy h2 {
    font-size: 30px;
  }

  .bestsellers-heading-row .category-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .bestsellers-heading-row .category-tabs button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 8px 7px;
    line-height: 1.2;
  }

  .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .home-media {
    aspect-ratio: 1;
  }

  .home-media img {
    object-fit: contain;
  }

  .home-product-card h3 {
    min-height: 44px;
    display: -webkit-box;
    margin: 10px 10px 5px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .customer-reviews-section,
  .customer-reviews-carousel,
  .customer-reviews-viewport {
    max-width: 100%;
    overflow: hidden;
  }

  /* The mobile category selector replaces the long desktop sidebar. */
  .catalog-mobile-controls {
    display: block;
    margin-bottom: 12px;
  }

  .catalog-mobile-controls button {
    min-width: 0;
    min-height: 56px;
    border: 1px solid #d6b66e;
    border-radius: 9px;
    background: #fffdf8;
    color: var(--ink);
    box-shadow: 0 5px 16px rgba(31, 25, 15, .045);
  }

  .catalog-mobile-category-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-align: left;
  }

  .catalog-mobile-category-toggle .catalog-category-copy {
    flex: 1;
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .catalog-mobile-category-toggle strong,
  .catalog-mobile-category-toggle small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .catalog-mobile-category-toggle strong {
    font-size: 14px;
  }

  .catalog-mobile-category-toggle small {
    color: #666;
    font-size: 11px;
    font-weight: 700;
  }

  .catalog-mobile-category-toggle .catalog-category-icon {
    width: 34px;
    height: 34px;
    flex: none;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f7edd9;
    color: #a57626;
  }

  .catalog-mobile-category-toggle .catalog-category-chevron {
    flex: none;
    color: #9a6b20;
    transition: transform .2s ease;
  }

  .catalog-mobile-category-toggle[aria-expanded="true"] .catalog-category-chevron {
    transform: rotate(180deg);
  }

  .catalog-layout {
    display: block;
  }

  .catalog-layout .sidebar {
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .catalog-sidebar-panel {
    display: none;
    padding: 18px;
    border: 1px solid #e6dfd3;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(31, 25, 15, .06);
  }

  .catalog-sidebar-panel.is-open {
    display: block;
  }

  .catalog-category-panel {
    max-height: min(56vh, 540px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .catalog-sidebar-panel .sidebar-cats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 20px;
  }

  .catalog-sidebar-panel .sidebar-cats a {
    min-height: 46px;
    align-items: center;
    padding: 9px 2px;
  }

  .catalog-tools {
    scroll-margin-top: 124px;
  }

  .catalog-tools .cat-count {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin: 0;
  }

  .catalog-selected-category,
  .catalog-count-separator {
    display: inline;
  }

  .catalog-selected-category {
    color: var(--ink);
    font-weight: 900;
  }

  .catalog-count-separator {
    color: var(--gold);
    font-weight: 900;
  }

  .catalog-product-grid,
  .catalog-product-grid.catalog-cols-3,
  .catalog-product-grid.catalog-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  /* Product pages keep the tablet-sized gallery but follow the mobile
     conversion hierarchy and single-column reading flow. */
  .lw-product-shell,
  .lw-detail-shell,
  .lw-anchor-nav {
    width: calc(100% - 40px);
  }

  .lw-product-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lw-gallery {
    width: min(100%, 580px);
  }

  .lw-summary {
    width: min(100%, 720px);
    max-width: 720px;
    display: flex;
    flex-direction: column;
    justify-self: center;
  }

  .lw-summary-top { order: 1; }
  .lw-summary h1 { order: 2; }
  .lw-star-rating { order: 3; }
  .lw-price { order: 4; }
  .lw-option-group { order: 5; }
  .lw-quantity-row { order: 6; }
  .lw-whatsapp-action { order: 7; }
  .lw-buy-actions { order: 8; }
  .lw-variation-message { order: 9; }
  .lw-service-card { order: 10; }

  .lw-whatsapp-action {
    min-height: 50px;
    margin: 0 0 9px;
  }

  .lw-buy-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lw-anchor-nav {
    top: 116px;
  }

  .whatsapp-float {
    right: 20px;
    bottom: 22px;
  }

  .site-footer {
    overflow: hidden;
  }
}

@media (max-width: 374px) {
  .site-header .brand-logo .brand-word {
    font-size: 16px;
  }

  .mobile-brand-strip a {
    font-size: 10px;
  }

  .home-product-grid {
    gap: 8px;
  }

  .home-product-card h3 {
    font-size: 11px;
  }

  .lw-summary h1 {
    font-size: 21px;
  }

  .lw-anchor-nav a {
    font-size: 8px;
  }
}
