:root {
  --bg: #f5eee6;
  --surface: rgba(255, 250, 245, 0.88);
  --surface-solid: #fffaf5;
  --surface-dark: #1a3b35;
  --ink: #173732;
  --muted: #6f6a63;
  --line: #e6d8c9;
  --accent: #b78355;
  --accent-soft: #f1dfce;
  --shadow-soft: 0 14px 40px rgba(23, 55, 50, 0.08);
  --shadow-deep: 0 24px 60px rgba(23, 55, 50, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbf4ed 0%, #f4ece5 100%);
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

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

.ambient {
  position: fixed;
  z-index: 0;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
  opacity: 0.55;
}

.ambient-one {
  width: 320px;
  height: 320px;
  top: -90px;
  right: -80px;
  background: rgba(183, 131, 85, 0.14);
}

.ambient-two {
  width: 260px;
  height: 260px;
  left: -90px;
  top: 260px;
  background: rgba(34, 77, 70, 0.08);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: calc(100% - 32px);
  max-width: none;
  margin: 0 auto;
  padding: 22px 0 44px;
}

.promo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  margin-bottom: 10px;
  border-radius: 20px;
  background: linear-gradient(145deg, #173732 0%, #244942 100%);
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.topbar {
  position: static;
  z-index: 12;
  display: grid;
  gap: 10px;
  padding: 12px 18px;
  background: linear-gradient(145deg, rgba(255, 251, 246, 0.72) 0%, rgba(250, 242, 234, 0.52) 100%);
  border: 1px solid rgba(223, 208, 191, 0.92);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(23, 55, 50, 0.05);
  backdrop-filter: blur(10px);
}

.topbar-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo,
.footer-logo {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(230, 216, 201, 0.92);
  box-shadow: 0 10px 22px rgba(23, 55, 50, 0.08);
}

.brand-lockup h1,
.hero-copy h2,
.hero-showcase-copy h3,
.section-head h3,
.showroom-copy h3,
.footer-brand strong {
  margin: 0;
}

.brand-lockup h1 {
  font-size: clamp(1.04rem, 1.5vw, 1.34rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.brand-copy {
  display: grid;
  gap: 4px;
}

.top-search-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.brand-tag {
  margin: 0;
  color: #8d6948;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-eyebrow {
  margin-bottom: 0;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.eyebrow,
.card-label {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8d6948;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.top-search-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  flex: 0 1 640px;
  width: min(640px, 100%);
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 250, 245, 0.96);
  border: 1px solid rgba(223, 208, 191, 0.88);
  box-shadow: var(--shadow-soft);
}

.top-search-icon {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.top-search-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
}

.top-search-tagline {
  margin: 0;
  min-width: 280px;
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
}

.top-search-download {
  flex-shrink: 0;
  margin-left: auto;
  min-width: 220px;
  padding-inline: 22px;
}

.topbar-tagline {
  margin: -2px 0 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.ghost-link,
.solid-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  white-space: nowrap;
}

.ghost-link {
  background: rgba(255, 250, 245, 0.74);
  border: 1px solid rgba(223, 208, 191, 0.88);
}

.ghost-link.large {
  padding-inline: 20px;
}

.solid-link {
  color: #fff;
  background: linear-gradient(145deg, #173732 0%, #244942 100%);
  box-shadow: 0 16px 36px rgba(23, 55, 50, 0.18);
}

.ghost-link:hover,
.solid-link:hover,
.floating-whatsapp:hover {
  transform: translateY(-1px);
}

.top-category-nav-wrap {
  position: relative;
  padding: 8px 18px 6px;
  background: rgba(255, 251, 246, 0.96);
  border: 1px solid rgba(223, 208, 191, 0.9);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(23, 55, 50, 0.06);
  backdrop-filter: blur(12px);
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.top-category-sticky {
  position: sticky;
  top: 12px;
  z-index: 18;
  margin-top: 10px;
}

.top-category-nav {
  display: inline-flex;
  gap: 14px;
  width: max-content;
  min-width: 100%;
  padding: 0 6px 4px 2px;
  align-items: center;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.top-category-nav-wrap::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 18px;
  bottom: 6px;
  width: 24px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 251, 246, 0) 0%, rgba(255, 251, 246, 0.96) 88%);
}

.top-category-nav-wrap:active {
  cursor: grabbing;
}

.top-category-nav-wrap::-webkit-scrollbar {
  height: 6px;
}

.top-category-nav-wrap::-webkit-scrollbar-thumb {
  background: rgba(23, 55, 50, 0.24);
  border-radius: 999px;
}

.top-category-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}

.top-category-link.empty {
  opacity: 0.9;
}

.top-category-link.active {
  color: var(--surface-dark);
}

.top-category-link:hover {
  color: var(--surface-dark);
}

.top-category-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.top-category-link.active::after,
.top-category-link:hover::after {
  background: var(--surface-dark);
}

.top-category-mega {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  padding: 22px 24px;
  border-radius: 18px;
  border: 1px solid rgba(223, 208, 191, 0.92);
  background: rgba(255, 250, 245, 0.98);
  box-shadow: var(--shadow-deep);
  z-index: 20;
}

.top-category-mega.hidden {
  display: none;
}

.top-category-mega-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  margin-bottom: 14px;
}

.top-category-mega-head h4 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.08;
}

.top-category-mega-close {
  border: 0;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.top-category-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.top-category-mega-column {
  display: grid;
  gap: 8px;
  padding-right: 10px;
  border-right: 1px solid rgba(223, 208, 191, 0.72);
}

.top-category-mega-column:last-child {
  border-right: 0;
  padding-right: 0;
}

.top-category-product-link {
  padding: 6px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
  line-height: 1.4;
  cursor: pointer;
}

.top-category-product-link:hover {
  color: #8d6948;
  transform: translateX(2px);
}

.hero {
  display: block;
  padding: 18px 0 8px;
}

.hero-copy {
  padding: 0;
}

.hero-copy h2 {
  max-width: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 2.5vw, 2.25rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.stat-card,
.collection-card,
.showroom-card,
.support-card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.collection-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.section {
  padding: 28px 0;
}

.catalog-section {
  padding-top: 14px;
}

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

.stat-card {
  border-radius: 24px;
  padding: 22px;
}

.stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.stat-card span {
  color: var(--muted);
  line-height: 1.7;
}

.section-head {
  margin-bottom: 18px;
}

.section-head h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}

.catalog-meta {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  align-items: center;
  margin-bottom: 14px;
}

.catalog-controls {
  display: flex;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog-sort-wrap {
  display: grid;
  gap: 6px;
}

.catalog-sort-wrap span {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8d6948;
}

.catalog-sort {
  min-width: 220px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 245, 0.92);
  color: var(--ink);
  font: inherit;
}

.catalog-reset-button {
  min-height: 44px;
}

.catalog-toolbar {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.category-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chip {
  border: 1px solid var(--line);
  background: rgba(255, 250, 245, 0.9);
  color: var(--ink);
  border-radius: 999px;
  min-height: 42px;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.catalog-status {
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 600;
}

.catalog-actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  width: 100%;
}

.catalog-more-button {
  min-width: 210px;
  min-height: 48px;
  padding-inline: 24px;
  font-size: 1rem;
  box-shadow: var(--shadow-soft);
}

.compact-head h3 {
  max-width: 20ch;
}

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

.order-flow-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 245, 0.88);
  box-shadow: var(--shadow-soft);
}

.order-flow-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.order-flow-card h4 {
  margin: 14px 0 8px;
  font-size: 1.12rem;
}

.order-flow-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

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

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 245, 0.9);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
}

.product-media {
  position: relative;
  aspect-ratio: 1.1 / 1;
  background: #efe5da;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(23, 55, 50, 0.92);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
}

.product-badge.muted {
  background: rgba(183, 131, 85, 0.94);
}

.product-body {
  padding: 14px;
}

.product-category {
  margin: 0 0 8px;
  color: #8d6948;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-body h4 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.22;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
}

.product-price-row strong {
  font-size: 0.98rem;
}

.product-price-row span {
  color: #9a8d81;
  text-decoration: line-through;
  font-size: 0.86rem;
}

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

.ghost-link.small,
.solid-link.small {
  min-height: 40px;
  padding-inline: 14px;
  font-size: 0.92rem;
}

.product-modal.hidden {
  display: none;
}

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 40;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.product-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 32, 29, 0.58);
  backdrop-filter: blur(8px);
}

.product-modal-card {
  position: relative;
  width: min(1100px, calc(100% - 24px));
  max-height: calc(100vh - 32px);
  margin: 16px auto;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: #fffaf5;
  box-shadow: var(--shadow-deep);
  overflow: auto;
}

.product-modal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 245, 0.92);
  font: inherit;
  font-size: 1.5rem;
  cursor: pointer;
}

.product-modal-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 20px;
}

.product-modal-hero {
  overflow: hidden;
  border-radius: 26px;
  background: #efe5da;
  aspect-ratio: 1.1 / 1;
}

.product-modal-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

.product-thumb {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid transparent;
  padding: 0;
  background: #efe5da;
  cursor: pointer;
}

.product-thumb.active {
  border-color: var(--ink);
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-modal-copy {
  padding: 10px 6px 0;
}

.product-modal-copy h3 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.product-modal-description {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.product-modal-meta,
.product-modal-support {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.product-modal-meta span,
.product-modal-support span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 245, 0.88);
  font-size: 0.88rem;
}

.product-modal-support span {
  color: var(--muted);
}

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

.collection-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: 30px;
}

.collection-card.tall {
  grid-row: span 2;
  min-height: 580px;
}

.collection-card.wide {
  grid-column: span 2;
  min-height: 280px;
}

.collection-copy {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  background: linear-gradient(180deg, transparent 0%, rgba(14, 31, 28, 0.82) 100%);
  color: #fff;
}

.collection-copy .card-label {
  color: rgba(255, 236, 216, 0.86);
}

.collection-copy h4 {
  margin: 0;
  font-size: 1.55rem;
}

.collection-copy p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.showroom-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.showroom-copy {
  padding: 26px;
  border-radius: 32px;
  background: linear-gradient(145deg, #183934 0%, #214741 100%);
  color: #fff;
  box-shadow: var(--shadow-deep);
}

.showroom-copy .eyebrow {
  color: rgba(237, 211, 183, 0.82);
}

.showroom-copy p:last-of-type {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.75;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: inherit;
}

.showroom-card-stack {
  display: grid;
  gap: 16px;
}

.showroom-card {
  padding: 24px;
  border-radius: 28px;
}

.showroom-card.accent {
  background: linear-gradient(145deg, var(--accent-soft) 0%, #fffaf5 100%);
}

.showroom-card h4,
.support-card h4,
.policy-card h4 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.showroom-card p,
.support-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

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

.support-card {
  border-radius: 28px;
  padding: 22px;
}

.support-card a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
}

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

.policy-card {
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  border-radius: 28px;
  padding: 24px;
}

.policy-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: var(--muted);
  line-height: 1.7;
}

.policy-list a {
  color: var(--ink);
  font-weight: 800;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand p {
  margin: 4px 0 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
}

.footer-links a {
  font-weight: 700;
  color: var(--ink);
}

.policy-topbar {
  margin-bottom: 12px;
}

.policy-page-main {
  padding-bottom: 8px;
}

.policy-page-hero {
  padding-top: 10px;
  padding-bottom: 8px;
}

.policy-links {
  margin-top: 6px;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  min-height: 52px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(145deg, #173732 0%, #244942 100%);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow-deep);
}

@media (max-width: 980px) {
  .order-flow-grid,
  .showroom-panel,
  .collection-grid,
  .stats-band,
  .support-grid,
  .policy-grid,
  .product-modal-grid {
    grid-template-columns: 1fr;
  }

  .collection-card.tall,
  .collection-card.wide {
    grid-row: auto;
    grid-column: auto;
    min-height: 300px;
  }
}

@media (max-width: 700px) {
  .page-shell {
    width: calc(100% - 16px);
    padding-top: 10px;
    padding-bottom: 28px;
  }

  .promo-bar {
    min-height: 36px;
    padding-inline: 12px;
    margin-bottom: 8px;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .topbar {
    position: static;
    border-radius: 20px;
    padding: 10px 12px;
    gap: 10px;
    align-items: stretch;
  }

  .topbar-main {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .brand-lockup {
    gap: 10px;
    align-items: center;
  }

  .brand-copy {
    gap: 2px;
  }

  .brand-lockup h1 {
    font-size: 1.05rem;
    line-height: 1.08;
  }

  .brand-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .top-actions {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .top-actions a {
    min-height: 36px;
    padding-inline: 8px;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .top-search-shell {
    min-height: 44px;
    padding-inline: 12px;
    border-radius: 14px;
    width: 100%;
  }

  .top-search-icon {
    font-size: 0.72rem;
  }

  .top-category-nav {
    gap: 8px;
    padding-bottom: 0;
    min-width: 100%;
    width: max-content;
  }

  .top-category-nav-wrap::after {
    display: none;
  }

  .top-category-sticky {
    position: static;
    margin-top: 8px;
  }

  .top-category-link {
    min-height: 36px;
    padding-inline: 13px;
    font-size: 0.86rem;
    border-radius: 999px;
    background: rgba(244, 235, 225, 0.82);
  }

  .top-category-mega {
    display: none !important;
  }

  .top-category-link::after {
    display: none;
  }

  .top-category-link.active {
    background: var(--surface-dark);
    color: #fff;
    box-shadow: none;
  }

  .hero {
    display: none;
  }

  .hero-copy h2 {
    max-width: none;
    font-size: 1.28rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
  }

  .section {
    padding: 18px 0;
  }

  .section-head {
    margin-bottom: 14px;
  }

  .section-head h3 {
    font-size: 1.4rem;
    line-height: 1.12;
  }

  .top-search-row {
    gap: 10px;
  }

  .top-search-tagline {
    min-width: 0;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .top-search-download {
    margin-left: 0;
    min-width: 0;
    width: auto;
  }

  .catalog-meta {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 14px;
  }

  .catalog-controls {
    align-items: stretch;
  }

  .catalog-sort-wrap {
    flex: 1 1 auto;
  }

  .catalog-sort {
    min-width: 0;
    width: 100%;
    min-height: 40px;
    font-size: 0.9rem;
  }

  .catalog-head .eyebrow {
    display: none;
  }

  .catalog-head h3 {
    display: none;
  }

  .catalog-download-link {
    align-self: flex-start;
    min-width: 0;
    width: auto;
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.82rem;
  }

  .catalog-toolbar {
    gap: 12px;
    margin-bottom: 14px;
  }

  .catalog-search {
    min-height: 50px;
    border-radius: 18px;
    padding: 0 15px;
    font-size: 0.96rem;
  }

  .category-filter-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .category-filter-row::-webkit-scrollbar {
    display: none;
  }

  .filter-chip {
    min-height: 38px;
    padding: 0 13px;
    font-size: 0.9rem;
    flex: 0 0 auto;
  }

  .catalog-status {
    margin-bottom: 12px;
    font-size: 0.92rem;
    line-height: 1.35;
  }

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

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

  .product-badges {
    top: 10px;
    left: 10px;
    gap: 6px;
  }

  .product-badge {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.68rem;
  }

  .product-body {
    padding: 12px;
  }

  .product-body h4 {
    font-size: 0.94rem;
    line-height: 1.22;
  }

  .product-price-row {
    margin-top: 8px;
    gap: 8px;
  }

  .product-price-row strong {
    font-size: 0.98rem;
  }

  .product-actions {
    gap: 8px;
    margin-top: 14px;
    flex-wrap: wrap;
  }

  .ghost-link.small,
  .solid-link.small {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    min-height: 38px;
    font-size: 0.88rem;
    padding-inline: 12px;
  }

  .catalog-actions {
    margin-top: 22px;
  }

  .catalog-more-button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
  }

  .order-flow-card {
    border-radius: 20px;
    padding: 18px;
  }

  .order-flow-card h4 {
    font-size: 1rem;
  }

  .stat-card,
  .showroom-copy,
  .showroom-card,
  .support-card,
  .policy-card {
    border-radius: 22px;
    padding: 18px;
  }

  .showroom-copy h3 {
    font-size: 1.45rem;
    line-height: 1.08;
  }

  .showroom-copy p:last-of-type,
  .showroom-card p,
  .support-card p {
    font-size: 0.94rem;
    line-height: 1.65;
  }

  .feature-list {
    gap: 10px;
    margin-top: 14px;
    padding-left: 18px;
  }

  .support-card a {
    font-size: 0.98rem;
  }

  .footer-links {
    gap: 10px 12px;
  }

  .policy-page-hero {
    padding-top: 0;
  }

  .product-modal-card {
    width: calc(100% - 16px);
    max-height: none;
    margin: 8px auto;
    padding: 12px;
    border-radius: 22px;
    overflow: visible;
  }

  .product-modal-grid {
    gap: 14px;
  }

  .product-modal-close {
    width: 38px;
    height: 38px;
    font-size: 1.35rem;
  }

  .product-modal-hero {
    border-radius: 18px;
  }

  .product-modal-thumbs {
    gap: 8px;
    margin-top: 10px;
  }

  .product-thumb {
    width: 68px;
    height: 68px;
    border-radius: 14px;
  }

  .product-modal-copy {
    padding: 0;
  }

  .product-modal-copy h3 {
    font-size: 1.45rem;
    line-height: 1.08;
  }

  .product-modal-description {
    margin-top: 10px;
    font-size: 0.94rem;
    line-height: 1.6;
  }

  .product-modal-meta,
  .product-modal-support {
    margin-top: 10px;
    gap: 6px;
  }

  .product-modal-meta span,
  .product-modal-support span {
    min-height: 28px;
    padding-inline: 10px;
    font-size: 0.8rem;
  }

  .product-modal-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .product-modal-actions .ghost-link.small,
  .product-modal-actions .solid-link.small {
    flex: 1 1 100%;
  }

  .brand-logo,
  .footer-logo {
    width: 44px;
    height: 44px;
  }

  .footer {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    font-size: 0.86rem;
    padding: 16px 0 6px;
  }

  .footer-brand {
    gap: 10px;
  }

  .floating-whatsapp {
    display: none;
  }
}

@media (max-width: 420px) {
  .promo-bar {
    display: none;
  }

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

  .hero-copy h2 {
    font-size: 1.18rem;
  }

  .catalog-head h3 {
    font-size: 0.94rem;
  }

  .product-body h4 {
    font-size: 0.98rem;
  }

  .ghost-link.small,
  .solid-link.small {
    flex: 1 1 100%;
    font-size: 0.84rem;
    padding-inline: 10px;
  }
}
