:root {
  --ink: #17211c;
  --muted: #6c756f;
  --paper: #f7f6f1;
  --card: #ffffff;
  --line: #dedfd8;
  --green: #173f32;
  --green-soft: #e6eee9;
  --whatsapp: #1f7a52;
  --whatsapp-soft: #e5f4ed;
  --gold: #a6834e;
  --danger: #9f3f37;
  --shadow: 0 18px 48px rgba(24, 39, 31, 0.08);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: rgba(23, 63, 50, 0.16);
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(222, 223, 216, 0.9);
  background: rgba(247, 246, 241, 0.92);
  backdrop-filter: blur(18px);
}

.header-inner,
.page-shell,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 50%;
  font-size: 0.82rem;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.92rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
}

.inquiry-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid rgba(23, 63, 50, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
}

.whatsapp-nav-link {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border: 1px solid rgba(31, 122, 82, 0.2);
  border-radius: 999px;
  color: var(--whatsapp);
  background: rgba(255, 255, 255, 0.58);
  font-weight: 800;
}

.whatsapp-nav-link span[aria-hidden="true"],
.whatsapp-button span[aria-hidden="true"],
.whatsapp-float span {
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--whatsapp);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
}

.whatsapp-nav-link span[aria-hidden="true"],
.whatsapp-button span[aria-hidden="true"] {
  width: 22px;
  height: 22px;
}

.whatsapp-nav-link:hover {
  border-color: rgba(31, 122, 82, 0.38);
  color: var(--whatsapp);
  background: var(--whatsapp-soft);
}

.inquiry-count {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--muted);
  background: var(--green-soft);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
}

.inquiry-count.has-items {
  color: #fff;
  background: var(--green);
}

.page-shell {
  padding: 38px 0 80px;
}

.hero {
  min-height: 390px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.92), transparent 35%),
    linear-gradient(135deg, #e7e7df, #cbd4cc);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(34px, 5vw, 58px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
.display-title {
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 520px;
  color: #4c5851;
  font-size: 1.08rem;
}

.hero-art {
  height: 100%;
  min-height: 390px;
  position: relative;
  background:
    linear-gradient(145deg, transparent 48%, rgba(23, 63, 50, 0.16)),
    url("/assets/sample-watch-1.svg") center/cover no-repeat;
}

.hero.has-featured-hero .hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 3vw, 34px);
  background:
    radial-gradient(circle at 40% 15%, rgba(255, 255, 255, 0.7), transparent 36%),
    linear-gradient(145deg, #dfe4dd, #c5cec5);
}

.hero-feature-card {
  width: min(100%, 430px);
  display: grid;
  grid-template-columns: minmax(160px, 0.95fr) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 60px rgba(24, 39, 31, 0.18);
  backdrop-filter: blur(16px);
}

.hero-feature-card img {
  width: 100%;
  height: min(280px, 34vw);
  aspect-ratio: auto;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  background: #ecece6;
}

.hero-feature-meta {
  display: grid;
  gap: 4px;
  padding: 4px 6px 4px 0;
}

.hero-feature-meta span {
  color: var(--gold);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-feature-meta strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.8vw, 1.32rem);
  font-weight: 400;
  line-height: 1.08;
}

.hero-feature-meta em {
  color: var(--green);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 800;
}

.primary-link,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  cursor: pointer;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.primary-link {
  margin-top: 16px;
}

.primary-link:hover,
.button:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(23, 63, 50, 0.18);
}

.section-heading {
  margin: 72px 0 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.section-heading h2,
.page-title {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.section-heading p,
.page-intro {
  margin-bottom: 0;
  color: var(--muted);
}

.search-entry {
  margin-top: 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.78);
}

.search-entry h2 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 400;
}

.public-search-form {
  display: flex;
  gap: 10px;
  min-width: 0;
}

.public-search-form input {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font: inherit;
}

.category-search {
  max-width: 760px;
  margin-top: 24px;
}

.category-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px);
  align-items: end;
  gap: 22px;
  margin-bottom: 18px;
}

.category-toolbar .page-title {
  margin-bottom: 0;
}

.category-toolbar .category-search {
  max-width: none;
  margin-top: 0;
}

.search-summary {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.lead-source-banner {
  border: 1px solid rgba(31, 42, 68, 0.14);
  background: #f6f8f4;
  border-radius: 8px;
  padding: 14px 18px;
  display: grid;
  gap: 4px;
}

.lead-source-banner p {
  margin: 0;
  color: var(--muted);
}

.lead-source-banner strong {
  font-size: 1rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  min-height: 210px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 40%, rgba(23, 63, 50, 0.08));
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: #bcc8c0;
  box-shadow: var(--shadow);
}

.category-card > * {
  position: relative;
}

.category-card span {
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.category-card strong {
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 400;
}

.category-card em {
  margin-top: 13px;
  color: var(--green);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.category-tabs {
  display: flex;
  gap: 9px;
  margin: 34px 0 30px;
  overflow-x: auto;
  padding-bottom: 5px;
  scroll-padding-inline: 12px;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.category-tab {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  scroll-snap-align: start;
}

.category-tab.active,
.category-tab:hover {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

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

.compact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-card-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #ecece6;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.product-card:hover img {
  transform: scale(1.025);
}

.product-card-copy {
  padding: 20px 22px 23px;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 9px;
}

.product-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 8px;
  border: 1px solid #d4ddd6;
  border-radius: 999px;
  color: var(--green);
  background: #f5f8f4;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.product-badges .badge-out-of-stock {
  border-color: #d9b46b;
  color: #6f4310;
  background: #fff3d7;
}

.detail-badges {
  margin: 4px 0 14px;
}

.product-card-copy h2 {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
}

.card-availability-note {
  margin: 8px 0 0;
  color: #7a5520;
  font-size: 0.78rem;
  font-weight: 800;
}

.product-card-actions {
  padding: 0 22px 22px;
}

.card-inquiry-button {
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bdc8c1;
  border-radius: 999px;
  color: var(--green);
  background: #fff;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 800;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.card-inquiry-button:hover:not(:disabled) {
  border-color: var(--green);
  background: var(--green-soft);
  transform: translateY(-1px);
}

.card-inquiry-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.product-price {
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.empty-state {
  grid-column: 1 / -1;
  padding: 70px 24px;
  border: 1px dashed #c7cbc5;
  border-radius: var(--radius);
  color: var(--muted);
  text-align: center;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(35px, 7vw, 90px);
  align-items: start;
}

.product-detail > * {
  min-width: 0;
}

.gallery-main {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ecece6;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 220ms ease;
}

.gallery-main img.is-switching {
  opacity: 0.72;
  transform: scale(0.995);
}

.gallery-counter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: none;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 33, 28, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.gallery-thumb {
  aspect-ratio: 1;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #e9ebe6;
  cursor: pointer;
}

.gallery-thumb.active {
  border-color: var(--green);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-dots {
  display: none;
  justify-content: center;
  gap: 7px;
  margin-top: 10px;
}

.gallery-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #bdc5bf;
}

.gallery-dot.active {
  width: 18px;
  background: var(--green);
}

.product-copy {
  position: sticky;
  top: 115px;
  padding-top: 25px;
}

.product-copy h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
}

.product-copy .product-price {
  margin-bottom: 28px;
  font-size: 1.35rem;
}

.product-description {
  color: #525d56;
  white-space: pre-line;
}

.product-cta-note {
  margin: 20px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(23, 63, 50, 0.12);
  border-radius: 16px;
  color: #4f5b54;
  background: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.availability-panel {
  margin: -8px 0 22px;
  padding: 16px 18px;
  border: 1px solid #e2c57b;
  border-radius: 20px;
  color: #4f3718;
  background: linear-gradient(135deg, #fff8e8, #f8eed6);
}

.availability-panel strong {
  display: block;
  margin-bottom: 6px;
  color: #533713;
  font-size: 1rem;
}

.availability-panel p {
  margin: 0;
  color: #6a5634;
  font-size: 0.95rem;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.product-actions .button {
  flex: 1 1 210px;
  min-width: min(100%, 210px);
}

.trust-sales-blocks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.trust-sales-blocks article {
  min-width: 0;
  padding: 15px;
  border: 1px solid rgba(23, 63, 50, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(246, 249, 246, 0.82));
}

.trust-sales-blocks span {
  display: block;
  margin-bottom: 5px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-sales-blocks p {
  margin: 0;
  color: #5b665f;
  font-size: 0.86rem;
  line-height: 1.45;
}

.related-products {
  grid-column: 1 / -1;
  margin-top: 12px;
}

.related-products .section-heading {
  margin-top: 40px;
}

.inquiry-detail-button {
  box-shadow: 0 10px 24px rgba(23, 63, 50, 0.12);
}

.whatsapp-button {
  border-color: rgba(31, 122, 82, 0.24);
  color: #fff;
  background: var(--whatsapp);
  box-shadow: 0 10px 24px rgba(31, 122, 82, 0.14);
}

.whatsapp-button:hover {
  background: #176643;
}

.whatsapp-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(132, 84, 28, 0.22);
  border-radius: 8px;
  background: #fff7eb;
  color: #80581d;
  font-size: 0.9rem;
}

.whatsapp-inquiry-button {
  width: 100%;
  margin-top: 0;
}

.back-link {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 0.92rem;
}

.button.secondary {
  border-color: #bdc8c1;
  color: var(--green);
  background: #fff;
}

.inquiry-shell {
  padding-top: 48px;
}

.inquiry-hero {
  max-width: 760px;
  margin-bottom: 30px;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  gap: 24px;
  align-items: start;
}

.inquiry-items {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.inquiry-item {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) minmax(128px, auto);
  gap: 18px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  box-shadow: 0 10px 28px rgba(24, 39, 31, 0.045);
}

.inquiry-item-media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 16px;
  background: #ecece6;
}

.inquiry-item-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inquiry-item-copy {
  min-width: 0;
}

.inquiry-item-copy .eyebrow {
  margin-bottom: 7px;
}

.inquiry-item-copy h2 {
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 400;
  line-height: 1.18;
}

.view-product-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 800;
}

.view-product-link:hover {
  text-decoration: underline;
}

.quantity-row {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fafaf7;
}

.quantity-button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  color: var(--green);
  background: #fff;
  cursor: pointer;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(23, 63, 50, 0.12);
}

.quantity-value {
  min-width: 28px;
  text-align: center;
  font-weight: 800;
}

.inquiry-item-side {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.inquiry-subtotal {
  margin: 0;
  text-align: right;
}

.inquiry-subtotal span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.inquiry-subtotal strong {
  color: var(--green);
  font-size: 1.02rem;
}

.remove-inquiry {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #e4c2bf;
  border-radius: 999px;
  color: var(--danger);
  background: #fff7f6;
  cursor: pointer;
  font-weight: 800;
}

.inquiry-summary {
  position: sticky;
  top: 100px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}

.inquiry-summary h2 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.05rem;
  font-weight: 400;
  line-height: 1.08;
}

.inquiry-summary p {
  color: var(--muted);
}

.customer-info-card {
  margin: 20px 0 16px;
  padding: 16px;
  border: 1px solid rgba(23, 63, 50, 0.12);
  border-radius: 18px;
  background: #f8faf7;
}

.customer-info-heading {
  margin-bottom: 14px;
}

.customer-info-heading h3 {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.customer-info-heading p {
  margin: 0;
  font-size: 0.84rem;
}

.customer-info-form {
  display: grid;
  gap: 12px;
}

.customer-info-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.customer-info-form input,
.customer-info-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #cfd7d0;
  border-radius: 13px;
  color: var(--ink);
  background: #fff;
  outline: none;
  font-size: 0.92rem;
  font-weight: 500;
}

.customer-info-form textarea {
  min-height: 88px;
  resize: vertical;
}

.customer-info-form input:focus,
.customer-info-form textarea:focus {
  border-color: rgba(23, 63, 50, 0.45);
  box-shadow: 0 0 0 3px rgba(23, 63, 50, 0.08);
}

.inquiry-cta-stack {
  display: grid;
  gap: 10px;
}

.copy-inquiry,
.clear-inquiry,
.continue-browsing {
  width: 100%;
}

.summary-textarea {
  width: 100%;
  min-height: 132px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #cfd5cf;
  border-radius: 14px;
  color: var(--ink);
  background: #fbfcfa;
  font-size: 0.82rem;
  line-height: 1.45;
  resize: vertical;
}

.summary-textarea[hidden] {
  display: none;
}

.inquiry-message {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.inquiry-message.success {
  color: #26714f;
}

.inquiry-message.error {
  color: var(--danger);
}

.inquiry-empty h2 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
}

.inquiry-empty p {
  max-width: 520px;
  margin: 0 auto 18px;
}

.site-toast {
  position: fixed;
  z-index: 100;
  right: 18px;
  bottom: 18px;
  max-width: min(360px, calc(100vw - 36px));
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 16px;
  color: #fff;
  background: rgba(23, 63, 50, 0.94);
  box-shadow: 0 18px 40px rgba(24, 39, 31, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-toast .toast-action {
  flex: 0 0 auto;
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-toast.has-action {
  pointer-events: auto;
}

.site-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: 20px;
  top: 56%;
  bottom: auto;
  min-width: 196px;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 9px 18px 9px 10px;
  border: 1px solid rgba(31, 122, 82, 0.22);
  border-radius: 999px;
  color: var(--whatsapp);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(233, 244, 237, 0.96));
  box-shadow: 0 18px 42px rgba(24, 39, 31, 0.2);
  backdrop-filter: blur(12px);
  --wa-float-offset: 0px;
  transform: translateY(calc(-50% + var(--wa-float-offset)));
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 160ms ease, background 160ms ease;
}

.whatsapp-float:hover {
  background: #fff;
  box-shadow: 0 22px 54px rgba(24, 39, 31, 0.25);
  transform: translateY(calc(-50% + var(--wa-float-offset))) translateX(-2px);
}

.whatsapp-float span {
  width: 42px;
  height: 42px;
  font-size: 0.84rem;
}

.whatsapp-float strong {
  color: var(--green);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

body[data-page="inquiry"] .whatsapp-float,
body.admin-body .whatsapp-float {
  display: none !important;
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.88rem;
}

.loading {
  opacity: 0.55;
}

@media (max-width: 1024px) {
  .header-inner,
  .page-shell,
  .footer-inner {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    min-height: 470px;
  }

  .hero-copy {
    padding: clamp(36px, 6vw, 66px);
  }

  .hero-art {
    min-height: 470px;
  }

  .hero-feature-card {
    width: min(100%, 340px);
  }

  .product-detail {
    gap: 36px;
  }
}

@media (max-width: 820px) {
  .site-nav {
    gap: 10px;
    font-size: 0.84rem;
  }

  .site-nav .nav-optional {
    display: none;
  }

  .inquiry-link {
    padding: 7px 10px;
  }

  .whatsapp-nav-link {
    padding: 7px 10px;
  }

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

  .hero-art {
    min-height: 340px;
  }

  .hero.has-featured-hero .hero-art {
    min-height: 360px;
    padding: 20px;
  }

  .hero-feature-card {
    width: min(100%, 320px);
  }

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

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

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

  .product-copy {
    position: static;
    padding-top: 0;
  }

  .related-products {
    margin-top: 0;
  }

  .product-actions {
    gap: 9px;
  }

  .product-copy h1 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

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

  .inquiry-summary {
    position: static;
    order: -1;
  }

  .whatsapp-float {
    right: 16px;
    top: 63svh;
    bottom: auto;
    min-width: 0;
    width: 56px;
    height: 56px;
    padding: 0;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  body[data-page="product"] .whatsapp-float {
    top: 88svh;
    bottom: auto;
  }

  .whatsapp-float:hover {
    transform: translateY(-50%);
  }

  .whatsapp-float strong {
    display: none;
  }

  .whatsapp-float span {
    width: 40px;
    height: 40px;
    font-size: 0.78rem;
  }
}

@media (max-width: 560px) {
  .header-inner,
  .page-shell,
  .footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 66px;
    gap: 10px;
  }

  .brand {
    font-size: 0.9rem;
  }

  .site-nav {
    gap: 8px;
  }

  .whatsapp-nav-text {
    display: none;
  }

  .whatsapp-nav-link {
    width: 38px;
    justify-content: center;
    padding: 7px;
  }

  .page-shell {
    padding: 22px 0 54px;
  }

  .hero {
    min-height: auto;
    border-radius: 20px;
  }

  .hero-copy {
    padding: 24px 22px 20px;
  }

  h1,
  .display-title {
    margin-bottom: 14px;
    font-size: clamp(2.05rem, 9vw, 2.7rem);
    line-height: 1.04;
  }

  .eyebrow {
    margin-bottom: 9px;
    font-size: 0.67rem;
  }

  .hero-copy > p:not(.eyebrow) {
    margin-bottom: 0;
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .primary-link {
    min-height: 43px;
    margin-top: 14px;
    padding-inline: 18px;
  }

  .hero-art {
    min-height: 145px;
    background-position: center 44%;
    background-size: cover;
  }

  .hero.has-featured-hero .hero-art {
    min-height: 210px;
    align-items: center;
    padding: 12px;
  }

  .hero-feature-card {
    width: min(100%, 270px);
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 18px;
  }

  .hero-feature-card img {
    width: 96px;
    height: 120px;
    aspect-ratio: auto;
    border-radius: 13px;
  }

  .hero-feature-meta {
    gap: 3px;
    padding: 0 2px;
  }

  .hero-feature-meta span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .hero-feature-meta strong {
    font-size: 1.04rem;
  }

  .hero-feature-meta em {
    font-size: 0.82rem;
  }

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

  .search-entry {
    margin-top: 28px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .public-search-form {
    flex-direction: column;
  }

  .public-search-form .button {
    width: 100%;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
    gap: 12px;
  }

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

  .category-card {
    min-height: 92px;
    padding: 14px;
    border-radius: 17px;
  }

  .category-card span {
    font-size: 0.62rem;
    letter-spacing: 0.09em;
  }

  .category-card strong {
    font-size: 1.15rem;
    line-height: 1.08;
  }

  .section-heading {
    margin: 24px 0 12px;
    align-items: start;
    flex-direction: column;
    gap: 7px;
  }

  .section-heading h2,
  .page-title {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .category-tabs {
    margin: 24px 0 22px;
    padding: 0 0 8px;
  }

  .category-tab {
    padding-inline: 15px;
  }

  .product-card {
    border-radius: 18px;
  }

  .product-badges span {
    min-height: 20px;
    padding-inline: 7px;
    font-size: 0.66rem;
  }

  .product-card-copy {
    padding: 13px 13px 15px;
  }

  .product-card-actions {
    padding: 0 13px 13px;
  }

  .card-inquiry-button {
    min-height: 38px;
    font-size: 0.78rem;
  }

  .product-card-copy h2 {
    font-size: 1.02rem;
    line-height: 1.22;
  }

  .product-price {
    font-size: 0.95rem;
  }

  .empty-state {
    padding: 44px 18px;
  }

  .product-detail {
    gap: 24px;
  }

  .gallery-main {
    border-radius: 20px;
    touch-action: pan-y;
    cursor: grab;
  }

  .gallery-counter,
  .gallery-dots {
    display: flex;
  }

  .gallery-thumbs {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 0 1px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .gallery-thumb {
    flex: 0 0 68px;
    border-radius: 11px;
    scroll-snap-align: start;
  }

  .gallery-thumb.active {
    box-shadow: 0 0 0 2px rgba(23, 63, 50, 0.12);
  }

  .product-copy .product-price {
    margin-bottom: 18px;
    font-size: 1.16rem;
  }

  .availability-panel {
    margin: -4px 0 18px;
    padding: 14px 15px;
    border-radius: 18px;
  }

  .product-copy {
    display: flex;
    flex-direction: column;
  }

  .back-link {
    margin-bottom: 20px;
    min-height: 38px;
    align-items: center;
  }

  .product-description {
    order: 3;
    margin-top: 16px;
    font-size: 0.98rem;
  }

  .product-cta-note {
    order: 2;
    margin-top: 12px;
    font-size: 0.84rem;
  }

  .product-actions {
    order: 2;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 14px;
  }

  .product-actions .button {
    width: auto;
    min-width: 0;
    min-height: 40px;
    flex: 0 1 auto;
    padding: 0 14px;
    border-radius: 16px;
    font-size: 0.86rem;
    line-height: 1.15;
  }

  .product-actions .whatsapp-button span[aria-hidden="true"] {
    width: 19px;
    height: 19px;
    font-size: 0.58rem;
  }

  .trust-sales-blocks {
    order: 4;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 16px;
  }

  .trust-sales-blocks article {
    padding: 12px;
  }

  .trust-sales-blocks p {
    font-size: 0.82rem;
  }

  .inquiry-detail-button {
    border-color: rgba(23, 63, 50, 0.18);
    color: var(--green);
    background: #fff;
    box-shadow: none;
  }

  .whatsapp-product-button {
    box-shadow: 0 8px 18px rgba(31, 122, 82, 0.12);
  }

  .inquiry-shell {
    padding-top: 28px;
  }

  .inquiry-hero {
    margin-bottom: 20px;
  }

  .inquiry-item {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 12px;
    border-radius: 18px;
  }

  .inquiry-item-media {
    border-radius: 14px;
  }

  .inquiry-item-copy h2 {
    font-size: 1.08rem;
  }

  .view-product-link {
    min-height: 40px;
    margin-top: 8px;
  }

  .inquiry-item-side {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
  }

  .inquiry-subtotal {
    text-align: left;
  }

  .quantity-row {
    min-height: 44px;
  }

  .quantity-button {
    width: 36px;
    height: 36px;
  }

  .inquiry-summary {
    padding: 20px;
    border-radius: 19px;
  }

  .inquiry-summary h2 {
    font-size: 1.74rem;
  }

  .customer-info-card {
    margin: 16px 0 14px;
    padding: 14px;
    border-radius: 16px;
  }

  .customer-info-heading h3 {
    font-size: 1.15rem;
  }

  .customer-info-form input,
  .customer-info-form textarea {
    min-height: 46px;
    font-size: 16px;
  }

  .inquiry-cta-stack {
    gap: 9px;
  }

  .site-toast {
    right: 12px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    max-width: calc(100vw - 24px);
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .whatsapp-float {
    right: 16px;
    top: 63svh;
    bottom: auto;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
  }

  body[data-page="product"] .whatsapp-float {
    top: 88svh;
    bottom: auto;
  }

  .whatsapp-float span {
    width: 40px;
    height: 40px;
    font-size: 0.78rem;
  }

  .footer-inner {
    padding: 28px 0;
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  .header-inner,
  .page-shell,
  .footer-inner {
    width: min(100% - 20px, 1180px);
  }

  .brand {
    gap: 9px;
    max-width: 145px;
    overflow: hidden;
    font-size: 0.78rem;
    letter-spacing: 0.13em;
    white-space: nowrap;
  }

  .brand-mark {
    width: 31px;
    height: 31px;
    font-size: 0.74rem;
  }

  .site-nav {
    gap: 5px;
    font-size: 0.76rem;
  }

  .inquiry-link {
    gap: 5px;
    padding: 6px 7px;
  }

  .whatsapp-nav-link {
    width: 34px;
    padding: 6px;
  }

  .inquiry-count {
    min-width: 21px;
    height: 21px;
    font-size: 0.68rem;
  }

  .admin-link {
    padding-inline: 2px;
  }

  .hero-copy {
    padding: 22px 19px 18px;
  }

  .hero-art {
    min-height: 128px;
  }

  .hero.has-featured-hero .hero-art {
    min-height: 188px;
    padding: 10px;
  }

  .hero-feature-card {
    width: min(100%, 250px);
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 8px;
    padding: 7px;
    border-radius: 16px;
  }

  .hero-feature-card img {
    width: 86px;
    height: 106px;
    border-radius: 12px;
  }

  .hero-feature-meta strong {
    font-size: 0.96rem;
  }

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

  .category-card {
    min-height: 84px;
    padding: 12px;
  }

  .category-card strong {
    font-size: 1.03rem;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(142px, 100%), 1fr));
    gap: 10px;
  }

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

  .product-card-copy {
    padding: 12px;
  }

  .product-card-actions {
    padding: 0 12px 12px;
  }

  .gallery-thumb {
    flex-basis: 62px;
  }

  .inquiry-item {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 11px;
    padding: 10px;
  }

  .inquiry-item-side {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .remove-inquiry {
    width: 100%;
  }

  .whatsapp-float {
    right: 10px;
    top: 64svh;
    bottom: auto;
    width: 52px;
    height: 52px;
  }

  body[data-page="product"] .whatsapp-float {
    top: 88svh;
    bottom: auto;
  }

  .whatsapp-float span {
    width: 38px;
    height: 38px;
    font-size: 0.7rem;
  }
}

/* Storefront mobile conversion pass: keep categories, products, and contact actions close. */
.home-categories .section-heading {
  margin-top: 0;
}

.home-priority-products .section-heading {
  margin-top: 28px;
}

.product-card a {
  color: inherit;
}

.product-card-copy h2 {
  min-height: 2.5em;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 768px) {
  .category-toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 8px;
  }

  .category-toolbar .eyebrow {
    margin-bottom: 6px;
  }

  .category-toolbar .page-title {
    font-size: clamp(1.72rem, 7.4vw, 2.2rem);
    line-height: 1.05;
  }

  .category-toolbar .category-search {
    gap: 8px;
    flex-direction: row;
  }

  .category-toolbar .category-search input {
    min-width: 0;
  }

  .category-toolbar .category-search .button {
    width: auto;
    min-width: 86px;
    padding-inline: 13px;
  }

  .category-tabs {
    margin: 10px 0 12px;
  }

  .search-summary {
    min-height: 16px;
    margin: 0 0 8px;
    font-size: 0.8rem;
  }

  .product-card-media {
    aspect-ratio: 1;
  }

  .product-card-copy {
    padding: 10px 10px 8px;
  }

  .product-badges {
    gap: 4px;
    margin-bottom: 6px;
  }

  .product-badges span {
    min-height: 18px;
    padding: 2px 6px;
    font-size: 0.62rem;
  }

  .product-card-copy h2 {
    margin-bottom: 7px;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.28;
  }

  .product-price {
    color: var(--green);
    font-size: 0.95rem;
    font-weight: 900;
  }

  .card-availability-note {
    margin-top: 5px;
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .product-card-actions {
    padding: 0 10px 10px;
  }

  .card-inquiry-button {
    min-height: 34px;
    font-size: 0.72rem;
  }

  body[data-page="category"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body[data-page="home"] .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  body[data-page="home"] .category-card {
    min-height: 126px;
    padding: 18px;
  }

  body[data-page="home"] .category-card strong {
    font-size: 1.2rem;
  }

  body[data-page="home"] .category-card em {
    margin-top: 8px;
  }

  body[data-page="product"] .gallery-main {
    max-height: 72svh;
  }
}

@media (max-width: 700px) {
  body[data-page="home"] .page-shell {
    padding-top: 14px;
  }

  body[data-page="home"] .home-categories .section-heading {
    margin: 0 0 10px;
  }

  body[data-page="home"] .home-categories .section-heading p:not(.eyebrow) {
    display: none;
  }

  body[data-page="home"] .section-heading h2 {
    font-size: clamp(1.55rem, 7vw, 2.08rem);
    line-height: 1.05;
  }

  body[data-page="home"] .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  body[data-page="home"] .category-card {
    min-height: 78px;
    justify-content: center;
    padding: 10px;
    border-radius: 16px;
  }

  body[data-page="home"] .category-card span {
    font-size: 0.56rem;
    letter-spacing: 0.06em;
  }

  body[data-page="home"] .category-card strong {
    margin-top: 4px;
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 900;
    line-height: 1.12;
  }

  body[data-page="home"] .category-card em {
    margin-top: 5px;
    font-size: 0.66rem;
  }

  body[data-page="home"] .home-priority-products .section-heading,
  body[data-page="home"] .home-product-section .section-heading {
    margin-top: 20px;
  }

  body[data-page="home"] .compact-hero {
    min-height: auto;
    margin-top: 18px;
    border-radius: 18px;
  }

  body[data-page="home"] .compact-hero .hero-copy {
    padding: 16px 16px 14px;
  }

  body[data-page="home"] .compact-hero h1 {
    margin-bottom: 8px;
    font-size: clamp(1.45rem, 6vw, 1.88rem);
    line-height: 1.06;
  }

  body[data-page="home"] .compact-hero .hero-copy > p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.88rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body[data-page="home"] .compact-hero .primary-link {
    min-height: 38px;
    margin-top: 10px;
    padding-inline: 15px;
    font-size: 0.84rem;
  }

  body[data-page="home"] .compact-hero .hero-art {
    min-height: 104px;
  }

  body[data-page="home"] .compact-hero.has-featured-hero .hero-art {
    min-height: 132px;
    padding: 8px;
  }

  body[data-page="home"] .compact-hero .hero-feature-card {
    width: min(100%, 232px);
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px;
    padding: 6px;
    border-radius: 15px;
  }

  body[data-page="home"] .compact-hero .hero-feature-card img {
    width: 72px;
    height: 88px;
    border-radius: 11px;
  }

  body[data-page="home"] .compact-hero .hero-feature-meta strong {
    font-size: 0.9rem;
  }

  body[data-page="home"] .search-entry {
    margin-top: 18px;
  }

  body[data-page="product"] {
    padding-bottom: 92px;
  }

  body[data-page="product"] .page-shell {
    padding-top: 10px;
  }

  body[data-page="product"] .product-detail {
    gap: 14px;
  }

  body[data-page="product"] .gallery-main {
    max-height: min(62svh, 520px);
  }

  body[data-page="product"] .product-copy .eyebrow {
    display: none;
  }

  body[data-page="product"] .back-link {
    min-height: auto;
    margin-bottom: 8px;
    font-size: 0.78rem;
  }

  body[data-page="product"] .detail-badges {
    margin: 2px 0 8px;
  }

  body[data-page="product"] .product-copy h1 {
    margin-bottom: 8px;
    font-family: inherit;
    font-size: clamp(1.16rem, 5vw, 1.42rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }

  body[data-page="product"] .product-copy .product-price {
    margin-bottom: 10px;
    font-size: 1.14rem;
  }

  body[data-page="product"] .availability-panel {
    margin: 0 0 10px;
    padding: 11px 12px;
    border-radius: 14px;
  }

  body[data-page="product"] .product-description {
    margin-top: 8px;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  body[data-page="product"] .product-cta-note {
    display: none;
  }

  body[data-page="product"] .trust-sales-blocks {
    margin-top: 10px;
  }

  body[data-page="product"] .product-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0;
    padding: 10px max(14px, env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    border-top: 1px solid rgba(23, 63, 50, 0.12);
    background: rgba(250, 250, 246, 0.96);
    box-shadow: 0 -14px 34px rgba(19, 31, 25, 0.12);
    backdrop-filter: blur(14px);
  }

  body[data-page="product"] .product-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    flex: 1 1 0;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.84rem;
  }

  body[data-page="product"] .whatsapp-float {
    display: none;
  }
}

@media (max-width: 480px) {
  body[data-page="home"] .category-grid {
    gap: 7px;
  }

  body[data-page="home"] .category-card {
    min-height: 72px;
    padding: 9px 7px;
  }

  body[data-page="home"] .category-card span {
    display: none;
  }

  body[data-page="home"] .category-card strong {
    font-size: 0.84rem;
  }

  body[data-page="category"] .product-grid,
  body[data-page="home"] .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-toolbar .category-search .button {
    min-width: 76px;
  }
}

@media (max-width: 360px) {
  body[data-page="category"] .product-grid,
  body[data-page="home"] .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .category-card strong {
    font-size: 0.8rem;
  }

  body[data-page="home"] .category-card em {
    font-size: 0.62rem;
  }

  .product-card-copy {
    padding: 9px 9px 7px;
  }

  .product-card-actions {
    padding: 0 9px 9px;
  }

  .product-card-copy h2 {
    font-size: 0.82rem;
  }

  .card-inquiry-button {
    min-height: 32px;
    font-size: 0.68rem;
  }
}

/* Storefront mobile conversion pass 2: denser shopping path, weaker auxiliary banner. */
@media (max-width: 768px) {
  body[data-page="home"] .home-priority-products .section-heading,
  body[data-page="home"] .home-product-section .section-heading {
    margin: 14px 0 8px;
  }

  body[data-page="home"] .home-product-section .section-heading .eyebrow {
    display: none;
  }

  body[data-page="home"] .category-grid {
    gap: 10px;
  }

  body[data-page="home"] .category-card {
    min-height: 106px;
    padding: 15px;
  }

  body[data-page="home"] .compact-grid,
  body[data-page="category"] .product-grid {
    gap: 8px;
  }
}

@media (max-width: 700px) {
  body[data-page="home"] .page-shell,
  body[data-page="category"] .page-shell {
    padding-top: 10px;
  }

  body[data-page="home"] .home-categories .eyebrow {
    display: none;
  }

  body[data-page="home"] .home-categories .section-heading {
    margin-bottom: 8px;
  }

  body[data-page="home"] .section-heading h2 {
    font-size: clamp(1.34rem, 6.2vw, 1.7rem);
  }

  body[data-page="home"] .category-grid {
    gap: 6px;
  }

  body[data-page="home"] .category-card {
    min-height: 62px;
    padding: 8px 6px;
    border-radius: 14px;
  }

  body[data-page="home"] .category-card strong {
    margin-top: 0;
    font-size: 0.82rem;
  }

  body[data-page="home"] .category-card em {
    margin-top: 3px;
    font-size: 0.58rem;
  }

  body[data-page="home"] .compact-hero {
    margin-top: 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(232, 237, 230, 0.82));
    box-shadow: none;
  }

  body[data-page="home"] .compact-hero .hero-copy {
    padding: 12px 14px;
  }

  body[data-page="home"] .compact-hero .eyebrow,
  body[data-page="home"] .compact-hero .hero-art {
    display: none;
  }

  body[data-page="home"] .compact-hero h1 {
    margin-bottom: 4px;
    font-size: clamp(1.08rem, 5vw, 1.28rem);
    line-height: 1.12;
  }

  body[data-page="home"] .compact-hero .hero-copy > p:not(.eyebrow) {
    font-size: 0.78rem;
    line-height: 1.35;
    -webkit-line-clamp: 1;
  }

  body[data-page="home"] .compact-hero .primary-link {
    min-height: 32px;
    margin-top: 8px;
    padding-inline: 12px;
    font-size: 0.76rem;
  }

  body[data-page="home"] .search-entry {
    margin-top: 14px;
    padding: 12px;
    border-radius: 16px;
  }

  body[data-page="home"] .search-entry .eyebrow,
  body[data-page="home"] .search-entry p:not(.eyebrow) {
    display: none;
  }

  body[data-page="home"] .search-entry h2 {
    margin-bottom: 0;
    font-family: inherit;
    font-size: 1.08rem;
    font-weight: 900;
  }

  body[data-page="home"] .home-categories .trust-sales-blocks {
    display: block;
    margin: 8px 0 6px;
    padding: 8px 10px;
    border: 1px solid rgba(23, 63, 50, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.86);
  }

  body[data-page="home"] .home-categories .trust-sales-blocks::before {
    content: "Fast WhatsApp replies for price, shipping, bulk orders and more styles.";
    display: block;
    color: #435149;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1.28;
  }

  body[data-page="home"] .home-categories .trust-sales-blocks article {
    display: none;
  }

  .public-search-form input {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.86rem;
  }

  .public-search-form .button {
    min-height: 38px;
    font-size: 0.82rem;
  }

  .category-toolbar {
    gap: 7px;
    margin-bottom: 5px;
  }

  .category-toolbar .eyebrow {
    display: none;
  }

  .category-toolbar .page-title {
    font-family: inherit;
    font-size: clamp(1.18rem, 5vw, 1.38rem);
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .category-toolbar .category-search {
    gap: 6px;
  }

  .category-toolbar .category-search input {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 0.84rem;
  }

  .category-toolbar .category-search .button {
    min-height: 38px;
    min-width: 70px;
    padding-inline: 10px;
    font-size: 0.78rem;
  }

  .category-tabs {
    gap: 6px;
    margin: 8px 0;
    padding-bottom: 6px;
  }

  .category-tab {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 0.78rem;
  }

  body[data-page="category"] .product-grid,
  body[data-page="home"] .compact-grid {
    gap: 8px;
  }

  .product-card {
    border-radius: 14px;
  }

  .product-card .product-badges {
    display: none;
  }

  .product-card-copy {
    padding: 8px 8px 6px;
  }

  .product-card-copy h2 {
    min-height: 2.32em;
    margin-bottom: 5px;
    font-size: 0.82rem;
    line-height: 1.22;
  }

  .product-price {
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .product-card-actions {
    padding: 0 8px 8px;
  }

  .card-inquiry-button {
    min-height: 30px;
    font-size: 0.66rem;
  }

  body[data-page="product"] .gallery-main {
    aspect-ratio: 1;
  }

  body[data-page="product"] .gallery-main img {
    object-fit: contain;
  }
}

@media (max-width: 480px) {
  body[data-page="home"] .category-card {
    min-height: 58px;
  }

  body[data-page="category"] .product-grid,
  body[data-page="home"] .compact-grid {
    gap: 7px;
  }

  .product-card-copy h2 {
    font-size: 0.8rem;
  }

  .card-inquiry-button {
    min-height: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .whatsapp-float {
    --wa-float-offset: 0px !important;
    transition: box-shadow 0.01ms ease, background 0.01ms ease !important;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
