:root {
  --bg: #f4f0e8;
  --surface: #ffffff;
  --text: #2f1f25;
  --muted: #73535f;
  --dark: #68142e;
  --accent: #68142e;
  --line: #e9dccf;
  --soft: #ece8de;
  --font-sans: "Montserrat", Arial, sans-serif;
  --font-serif: "Cinzel", Georgia, "Times New Roman", serif;
  --font-ui: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  /* Canlı fiyat tablosu: tek seferde görünen veri satırı sayısı */
  --price-visible-rows: 7;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
}

/* Media protection: make images/logos harder to copy or drag */
.copy-protected-media {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

body {
  min-height: 100vh;
}

.ui-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.ui-icon--home {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M3%2010.8%2012%203.5l9%207.3v9.7a1%201%200%200%201-1%201h-5.5v-6h-5v6H4a1%201%200%200%201-1-1z'%20fill='%23000'/%3E%3C/svg%3E");
}

.ui-icon--shop {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M7%208V7a5%205%200%200%201%2010%200v1h3v13H4V8zm2%200h6V7a3%203%200%200%200-6%200z'%20fill='%23000'/%3E%3C/svg%3E");
}

.ui-icon--search {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M10.5%203a7.5%207.5%200%200%201%205.92%2012.1l4.24%204.24-1.42%201.42L15%2016.52A7.5%207.5%200%201%201%2010.5%203zm0%202a5.5%205.5%200%201%200%200%2011%205.5%205.5%200%200%200%200-11z'%20fill='%23000'/%3E%3C/svg%3E");
}

.ui-icon--marker {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M12%202a8%208%200%200%200-8%208c0%205.8%208%2012%208%2012s8-6.2%208-12a8%208%200%200%200-8-8zm0%2011.2a3.2%203.2%200%201%201%200-6.4%203.2%203.2%200%200%201%200%206.4z'%20fill='%23000'/%3E%3C/svg%3E");
}

.ui-icon--chart {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M4%2020a1%201%200%200%201-1-1V5h2v13h16v2zm3-4.2%204.2-4.2%203%203%206.1-6.1%201.4%201.4-7.5%207.5-3-3-2.8%202.8z'%20fill='%23000'/%3E%3C/svg%3E");
}

.ui-icon--book {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M4%204.5A2.5%202.5%200%200%201%206.5%202H20v17H7a3%203%200%200%200-3%203zm3%2013.5h11V4H6.5A.5.5%200%200%200%206%204.5v12.08A4.97%204.97%200%200%201%207%2018z'%20fill='%23000'/%3E%3C/svg%3E");
}

.ui-icon--shield {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M12%202%203.5%205.3v6.4c0%205.2%203.6%209.3%208.5%2010.3%204.9-1%208.5-5.1%208.5-10.3V5.3zm-1.1%2014.3-3.4-3.4%201.4-1.4%202%202%204.7-5%201.5%201.4z'%20fill='%23000'/%3E%3C/svg%3E");
}

.ui-icon--phone {
  --icon: url("data:image/svg+xml,%3Csvg%20viewBox='0%200%2024%2024'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M6.6%202.8h3.1l1.6%204.7-2.1%201.4a12.8%2012.8%200%200%200%205.9%205.9l1.4-2.1%204.7%201.6v3.1a3%203%200%200%201-3.3%203A16.3%2016.3%200%200%201%203.6%206.1a3%203%200%200%201%203-3.3z'%20fill='%23000'/%3E%3C/svg%3E");
}

.page-shell {
  width: min(1120px, 96vw);
  margin: 16px auto;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(104, 20, 46, 0.1);
}

.site-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 18px 24px 16px;
  background: #68142e;
  border-bottom: 1px solid rgba(236, 232, 222, 0.25);
  text-align: left;
  flex-wrap: wrap;
}

.brand-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-decoration: none;
  min-width: 0;
  width: auto;
  flex: 0 1 auto;
}

.brand-emblem {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.brand-wrap picture,
.showroom-brand picture {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand {
  color: #ece8de;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 18px;
  flex-wrap: wrap;
  min-height: 40px;
  flex: 0 1 auto;
}

.text-link {
  color: #ece8de;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.top-nav button.text-link {
  font: inherit;
  color: #ece8de;
}

.btn-reset {
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 1fr);
  gap: 20px 24px;
  padding: 22px 24px 24px;
  align-items: stretch;
}

/* Fiyat kartı içerik kadar yüksek olsun; 6 satır + başlık altında boş bordo blok kalmasın */
.hero-section > .price-card {
  align-self: start;
}

.hero-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  height: 100%;
  padding-top: 8px;
}

.hero-main-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  min-height: 0;
  width: 100%;
}

.hero-toolbar {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-tab-btn {
  border: 1px solid #d1b8c2;
  background: #f6f1ea;
  color: #2f1f25;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.15s ease;
}

.hero-tab-btn:hover {
  border-color: #c89bab;
}

.hero-tab-btn-active {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
  box-shadow: 0 10px 20px rgba(104, 20, 46, 0.18);
}

.hero-copy {
  padding-top: 4px;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(1.85rem, 2.85vw, 2.95rem);
  line-height: 1.14;
  color: #2f1f25;
  font-weight: 800;
}

.hero-copy p {
  margin: 10px 0 0;
  color: #6b5a62;
  font-size: 1.08rem;
  line-height: 1.5;
}

.hero-copy p:last-child {
  margin-bottom: 0;
}

.hero-image-wrap {
  width: min(308px, 100%);
  flex-shrink: 0;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.btn {
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--accent);
  color: var(--soft);
  box-shadow: 0 10px 20px rgba(104, 20, 46, 0.2);
}

.btn-primary:hover {
  opacity: 0.9;
}

.btn-secondary {
  border-color: #d1b8c2;
  background: var(--soft);
  color: var(--accent);
}

.price-card {
  --price-data-row-h: calc(28px + 1.16rem * 1.35 + 1px);
  background: linear-gradient(165deg, #832042 0%, #6f1736 42%, #5c0f2c 100%);
  color: var(--soft);
  border-radius: 14px;
  overflow: hidden;
  min-width: 0;
  width: 100%;
  border: 1px solid rgba(255, 248, 240, 0.14);
  box-shadow:
    0 4px 6px rgba(40, 6, 18, 0.12),
    0 18px 38px rgba(104, 20, 46, 0.32);
  display: flex;
  flex-direction: column;
}

.price-card .price-scroll {
  flex: 0 0 auto;
  min-height: 0;
  max-height: calc(var(--price-visible-rows) * var(--price-data-row-h));
  overflow-y: auto;
}

.price-card .price-table tr:last-child {
  border-bottom: 0;
}

.price-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
  padding: 16px 16px 14px;
  border-bottom: 1px solid rgba(236, 232, 222, 0.22);
}

.price-card-header h2 {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 700;
}

#lastUpdate {
  color: #f1e8dd;
  font-size: 1.12rem;
  font-weight: 600;
}

.price-head {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(58px, 0.7fr) minmax(88px, 1fr) minmax(88px, 1fr);
  gap: 8px;
  flex-shrink: 0;
  padding: 12px 16px;
  font-size: 1.16rem;
  font-weight: 600;
  color: #f1e8dd;
  font-family: var(--font-ui);
  border-bottom: 1px solid rgba(236, 232, 222, 0.22);
  align-items: center;
}

.price-head span:nth-child(1) {
  text-align: left;
}

.price-head-product-label {
  display: inline-flex;
  align-items: center;
}

.price-reorder-toggle {
  margin-left: 8px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 245, 232, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff5e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  vertical-align: middle;
  padding: 0;
  position: relative;
  top: 0;
}

.price-reorder-toggle__glyph {
  display: block;
  width: 16px;
  height: 16px;
  background-image: var(--reorder-icon);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  flex: 0 0 auto;
}

.price-reorder-toggle:hover,
.price-reorder-toggle:focus-visible,
.price-reorder-toggle-active {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 245, 232, 0.62);
  transform: translateY(-1px);
}

.fullscreen-price-panel .price-reorder-toggle,
.fullscreen-price-panel .price-drag-handle {
  color: #68142e;
  background: rgba(104, 20, 46, 0.12);
  border-color: rgba(104, 20, 46, 0.3);
}

.fullscreen-price-panel .price-reorder-toggle:hover,
.fullscreen-price-panel .price-reorder-toggle:focus-visible,
.fullscreen-price-panel .price-reorder-toggle-active,
.fullscreen-price-panel .price-drag-handle:hover,
.fullscreen-price-panel .price-drag-handle:focus-visible {
  background: rgba(104, 20, 46, 0.2);
  border-color: rgba(104, 20, 46, 0.5);
}

.price-head span:nth-child(2) {
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.price-head span:nth-child(3),
.price-head span:nth-child(4) {
  text-align: left;
  font-variant-numeric: tabular-nums;
}

.price-scroll {
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: rgba(53, 8, 24, 0.22);
}

.price-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.price-table tr {
  border-bottom: 1px solid rgba(236, 232, 222, 0.2);
}

tr.price-row-link {
  cursor: pointer;
  transition: background 0.15s ease;
}

tr.price-row-link:hover {
  background: rgba(104, 20, 46, 0.06);
}

tr.price-row-link.price-row-dragging,
body.price-reorder-mode tr.price-row-link {
  background: rgba(255, 255, 255, 0.1);
}

.price-table td {
  padding: 14px 16px;
  font-size: 1.16rem;
  line-height: 1.35;
  vertical-align: middle;
  font-family: var(--font-ui);
}

.price-table td:nth-child(1) {
  width: 34%;
  color: #fff5e8;
  font-weight: 700;
  word-break: break-word;
  hyphens: auto;
  padding-right: 10px;
  text-align: left;
}

.price-table td:nth-child(2) {
  width: 12%;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 500;
}

.price-table td:nth-child(2),
.price-table td:nth-child(3),
.price-table td:nth-child(4) {
  color: #fff5e8;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.price-table td:nth-child(3),
.price-table td:nth-child(4) {
  width: 21%;
  text-align: left;
}

.price-product-cell {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  vertical-align: middle;
}

.price-product-name {
  min-width: 0;
}

.price-reorder-controls {
  display: none;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

body.price-reorder-mode .price-reorder-controls {
  display: inline-flex;
}

.price-drag-handle {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 245, 232, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff5e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.72rem;
  line-height: 26px;
  cursor: grab;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  padding: 0;
  vertical-align: middle;
}

.price-drag-handle:hover,
.price-drag-handle:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 245, 232, 0.6);
  transform: translateY(-1px);
}

.price-drag-handle:active {
  cursor: grabbing;
}

.price-drag-handle__bars,
.price-drag-handle__bars::before,
.price-drag-handle__bars::after {
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.price-drag-handle__bars {
  position: relative;
}

.price-drag-handle__bars::before {
  position: absolute;
  top: -4px;
  left: 0;
}

.price-drag-handle__bars::after {
  position: absolute;
  top: 4px;
  left: 0;
}

.price-change {
  display: inline-block;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  background: transparent;
  font-family: var(--font-ui);
}

.price-change--up {
  color: #77f2a5;
}

.price-change--down {
  color: #ff9e9e;
}

.price-change--flat {
  color: #f6e8d7;
}

.currency-section {
  padding: 12px 24px 30px;
}

.currency-section h3 {
  margin: 0 0 14px;
  text-align: center;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-wrap {
  border: 1px solid #d9c4cc;
  background: #68142e;
  color: #ece8de;
  overflow: hidden;
  border-radius: 4px;
}

.currency-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.currency-card {
  border: 1px solid #dcc7ce;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 0%, #fbf6f1 100%);
  padding: 12px 12px;
  display: grid;
  gap: 8px;
  text-align: left;
  box-shadow: 0 8px 18px rgba(104, 20, 46, 0.08);
}

.currency-card-link {
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease,
    border-color 0.16s ease;
}

.currency-card-link:hover,
.currency-card-link:focus-visible {
  transform: translateY(-2px);
  border-color: #c89bab;
  box-shadow: 0 14px 24px rgba(104, 20, 46, 0.14);
}

.currency-card strong {
  color: var(--accent);
  font-size: 0.96rem;
  letter-spacing: 0.02em;
  text-align: center;
}

.currency-mini-table {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 8px;
  border: 1px solid #eaded2;
  border-radius: 8px;
  background: #fff;
  padding: 8px 10px;
}

.currency-mini-table span {
  color: #6b5a62;
  font-size: 0.84rem;
  font-weight: 600;
}

.currency-mini-table b {
  color: #2f1f25;
  font-size: 0.95rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-move 30s linear infinite;
  will-change: transform;
}

.ticker-item {
  padding: 10px 22px;
  white-space: nowrap;
  border-right: 1px solid rgba(236, 232, 222, 0.28);
  font-size: 0.95rem;
}

.ticker-item strong {
  color: #fff8ef;
}

.seo-shortcut-link {
  margin: 12px 0 0;
  text-align: center;
}

.seo-shortcut-link a {
  color: var(--accent);
  font-weight: 700;
}

@keyframes ticker-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.contact-section {
  margin: 14px 24px 26px;
}

.contact-head {
  text-align: center;
  margin-bottom: 14px;
}

.contact-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  color: var(--accent);
  font-family: var(--font-serif);
  font-weight: 800;
}

.contact-head p {
  margin: 8px 0 0;
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #d7c8c3;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.contact-form-card,
.contact-info-card {
  padding: 16px;
}

.contact-form-card {
  border-right: 1px solid #e4d8cd;
}

.contact-form-card h3,
.contact-info-card h3 {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 1rem;
}

.contact-form {
  display: grid;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9c9bf;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 0.96rem;
  background: #fffdf9;
  font-family: inherit;
}

.contact-submit {
  width: 100%;
}

.contact-form-hint {
  margin: 10px 0 0;
  font-size: 0.88rem;
  color: var(--accent);
  font-weight: 600;
}

.branch-list {
  max-height: 440px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: grid;
  gap: 10px;
  padding-right: 4px;
}

.branch-card {
  border: 1px solid #e4d8cd;
  border-radius: 12px;
  padding: 12px;
  background: #fffdf9;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.branch-card:hover,
.branch-card:focus-within {
  border-color: #c89bab;
  box-shadow: 0 8px 18px rgba(104, 20, 46, 0.12);
}

.branch-card h4 {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.96rem;
  font-weight: 800;
}

.branch-card p {
  margin: 0 0 6px;
  color: #4a343d;
  font-size: 0.9rem;
  line-height: 1.45;
}

.branch-route-btn {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #ece8de;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  transition: opacity 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.branch-actions {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

@media (hover: none), (pointer: coarse) {
  .branch-actions {
    max-height: none;
    margin-top: 8px;
    opacity: 1;
    pointer-events: auto;
  }
}

.branch-actions .branch-route-btn {
  margin-top: 0;
}

.branch-social-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(104, 20, 46, 0.35);
  color: var(--accent);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

/* Fare / ince işaretçi: Yol tarifi + sosyal ikonlar kartın üzerine gelince (veya odak içindeyken) */
@media (hover: hover) and (pointer: fine) {
  .branch-actions {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition:
      max-height 0.32s ease,
      opacity 0.22s ease,
      margin-top 0.22s ease;
  }

  .branch-card:hover .branch-actions,
  .branch-card:focus-within .branch-actions {
    max-height: 80px;
    margin-top: 8px;
    opacity: 1;
    pointer-events: auto;
  }
}

.branch-social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.branch-social-icon:hover {
  border-color: var(--accent);
}

.branch-social-icon--whatsapp {
  color: #25D366;
  border-color: rgba(37, 211, 102, 0.6);
}

.branch-social-icon--whatsapp:hover {
  color: #1ebd5a;
  border-color: #25D366;
}

.about-section {
  margin: 8px 24px 28px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.about-text h2 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  color: var(--accent);
  letter-spacing: 0.03em;
  text-align: center;
  font-family: var(--font-serif);
  font-weight: 800;
}

.about-content {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: clamp(16px, 2.5vw, 22px);
  align-items: start;
}

.about-section p {
  margin: 0 0 14px;
  line-height: 1.75;
  color: #4b313b;
  font-size: 1.02rem;
}

.about-section p:last-child {
  margin-bottom: 0;
}

.about-image-wrap {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  width: 100%;
}

.about-image {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(47, 31, 37, 0.12);
}

.footer-features {
  margin: 28px 24px 0;
  padding: clamp(22px, 3vw, 34px) 0 clamp(8px, 1.5vw, 14px);
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-features__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 36px);
  align-items: start;
}

.footer-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.footer-feature__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(104, 20, 46, 0.16);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f8f1e8);
  box-shadow: 0 16px 34px rgba(104, 20, 46, 0.1);
}

.footer-feature__icon {
  width: auto;
  height: auto;
  max-width: 210px;
  max-height: 210px;
  object-fit: contain;
  display: block;
}

.footer-feature__icon--fresh {
  width: 180px;
  height: 180px;
  max-width: 180px;
  max-height: 180px;
}

.footer-feature__icon--slightly-smaller {
  width: 154px;
  height: 154px;
  max-width: 154px;
  max-height: 154px;
}

.footer-feature__uicon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 3.15rem;
  line-height: 1;
}

.footer-feature__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--accent);
  font-family: var(--font-serif);
  letter-spacing: 0.01em;
}

.footer-feature__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #4b313b;
  max-width: 34ch;
}

.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand-home {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
  flex: 0 0 auto;
}

.footer-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 10px;
}

.footer-brand-home strong,
.footer-brand-links strong {
  display: block;
  margin-bottom: 8px;
}

.footer-copyright {
  margin: 10px 0 0;
  font-size: 0.79rem;
  line-height: 1.5;
  color: #7a6770;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.legal-disclaimer {
  margin: 0;
  padding: 14px 20px 22px;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #6b6b6b;
  text-align: center;
  border-top: 1px solid var(--line);
}

.legal-disclaimer-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0 2px;
  font: inherit;
  font-size: inherit;
  color: #2563eb;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-legal-links .legal-disclaimer-link {
  font-size: 0.82rem;
}

.legal-disclaimer-link:hover {
  color: #1d4ed8;
}

.legal-disclaimer-modal {
  width: min(640px, 100%);
  max-height: min(85vh, 720px);
  max-height: min(85dvh, 720px);
  display: flex;
  flex-direction: column;
  background: #fffdf9;
  border-radius: 14px;
  padding: 22px 24px;
  border: 1px solid #eadfce;
  overscroll-behavior: contain;
}

.legal-disclaimer-modal h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  color: var(--text);
}

.legal-disclaimer-body {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  flex: 1;
  min-height: 0;
  max-height: min(58vh, 460px);
  max-height: min(58dvh, 460px);
  padding-right: 4px;
  margin-bottom: 16px;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.legal-disclaimer-body p {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.58;
  color: var(--text);
}

#kvkkModal .legal-disclaimer-body,
#cookiePolicyModal .legal-disclaimer-body,
#privacyPolicyModal .legal-disclaimer-body,
#liabilityDisclaimerModal .legal-disclaimer-body,
#legalDisclaimerModal .legal-disclaimer-body {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  max-height: min(58vh, 460px);
  max-height: min(58dvh, 460px);
}

.legal-disclaimer-body p:last-child {
  margin-bottom: 0;
}

.legal-disclaimer-actions {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}

.cookie-banner {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: min(460px, calc(100vw - 24px));
  background: #fffdf9;
  border: 1px solid #d8c8bf;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(35, 18, 24, 0.24);
  padding: 14px;
  z-index: 1200;
}

.cookie-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(104, 20, 46, 0.08);
  color: #4b313b;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.cookie-close-btn:hover {
  background: rgba(104, 20, 46, 0.16);
}

.cookie-banner p {
  margin: 0 0 10px;
  padding-right: 28px;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.45;
}

.cookie-policy-link {
  font-size: 0.88rem;
}

.cookie-accept-btn {
  width: 100%;
}

.cookie-banner.hidden {
  display: none;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  padding: 16px;
  z-index: 1000;
  overscroll-behavior: contain;
}

.modal-backdrop.active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


.modal-card {
  width: min(520px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: #fffdf9;
  border-radius: 14px;
  padding: 22px;
  border: 1px solid #eadfce;
}

.modal-card.admin-editor-mode {
  width: min(1160px, 96vw);
}

.modal-card h2 {
  margin-top: 0;
}

.modal-card label {
  display: block;
  margin-bottom: 6px;
  margin-top: 10px;
  font-size: 0.9rem;
}

.modal-card input {
  width: 100%;
  padding: 11px;
  border-radius: 10px;
  border: 1px solid #d7c8c3;
  font-size: 1rem;
}

.error-message {
  color: #bd1a1a;
  margin: 10px 0;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.admin-editor {
  margin-top: 10px;
}

.admin-tab-buttons {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.admin-tab-btn {
  padding: 9px 14px;
}

.admin-tab-btn.active {
  background: var(--accent);
  color: var(--soft);
  border-color: var(--accent);
}

.admin-subsection {
  margin-top: 10px;
}

.admin-editor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: start;
}

.editor-panel {
  min-width: 0;
}

.admin-editor-note {
  background: var(--soft);
  border: 1px solid rgba(104, 20, 46, 0.25);
  color: var(--accent);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 0.95rem;
  line-height: 1.35;
}

.base-price-snapshot {
  margin: 12px 0 10px;
  color: var(--accent);
  font-weight: 700;
  font-size: 0.95rem;
}

.editor-section-title {
  margin: 12px 0 8px;
  color: var(--accent);
  font-size: 0.95rem;
}

.millem-editor-container {
  margin-top: 10px;
  max-height: 50vh;
  overflow: auto;
  border-radius: 12px;
  border: 1px solid rgba(104, 20, 46, 0.18);
}

.millem-editor-table {
  width: 100%;
  border-collapse: collapse;
}

.millem-editor-table th,
.millem-editor-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(104, 20, 46, 0.12);
  text-align: left;
}

.millem-editor-table th {
  background: rgba(236, 232, 222, 0.65);
  color: var(--accent);
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 1;
}

.millem-input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(104, 20, 46, 0.22);
  background: #fff;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 700;
}

.computed-cost-value {
  display: inline-block;
  min-width: 96px;
  color: var(--accent);
  font-weight: 700;
}

.ticket-empty {
  margin: 0;
  padding: 14px;
  color: #6a4e58;
  font-size: 0.92rem;
}

.ticket-list {
  display: grid;
  gap: 10px;
  padding: 10px;
}

.ticket-card {
  border: 1px solid rgba(104, 20, 46, 0.18);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}

.ticket-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.ticket-no {
  color: var(--accent);
  font-weight: 800;
  font-size: 0.9rem;
}

.ticket-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #b91c1c;
}

.ticket-meta,
.ticket-text {
  margin: 0 0 6px;
  color: #4a343d;
  font-size: 0.86rem;
  line-height: 1.45;
}

.ticket-text {
  margin-bottom: 0;
}

.admin-editor-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.editor-hint {
  color: var(--accent);
  margin-top: 10px;
  font-weight: 700;
}

.admin-embed-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1300;
  background: rgba(17, 4, 9, 0.62);
  display: grid;
  place-items: center;
  padding: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.admin-embed-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.admin-embed-window {
  width: min(1180px, 100%);
  height: min(calc(100vh - 24px), 920px);
  height: min(calc(100dvh - 24px), 920px);
  background: #fffdf9;
  border-radius: 14px;
  border: 1px solid #d8c8bf;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.38);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.admin-embed-toolbar {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: #68142e;
  color: #ece8de;
  border-bottom: 1px solid rgba(236, 232, 222, 0.25);
}

.admin-embed-toolbar strong {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.admin-embed-close {
  border: 1px solid rgba(236, 232, 222, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #ece8de;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  font: inherit;
}

.admin-embed-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.admin-embed-frame {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  border: 0;
  background: #fff;
}

.fullscreen-price-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(17, 4, 9, 0.75);
  display: grid;
  place-items: center;
  padding: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 1100;
}

.fullscreen-price-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.fullscreen-price-panel {
  /* Tam ekran: içerik yüksekliği kadar değil, görünür alanı doldur; tablo alanı flex ile büyür (font küçültmeden daha çok satır). */
  width: min(980px, calc(100vw - 28px));
  max-height: calc(100vh - 28px);
  max-height: calc(100dvh - 28px);
  height: calc(100vh - 28px);
  height: calc(100dvh - 28px);
  background: linear-gradient(180deg, #f8f3ea 0%, #ece8de 100%);
  color: #68142e;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid #68142e;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.fullscreen-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.fullscreen-price-panel .price-card-header {
  border-bottom: 1px solid rgba(104, 20, 46, 0.2);
  flex-shrink: 0;
  padding: 14px 18px;
}

.fullscreen-price-panel .price-card-header h2 {
  color: #68142e;
  font-size: clamp(2.15rem, 3.5vw, 3.05rem);
  font-weight: 800;
}

.fullscreen-price-panel #lastUpdateFullscreen {
  color: #68142e;
  font-size: clamp(1.1rem, 2.15vw, 1.48rem);
  font-weight: 700;
}

.fullscreen-price-panel .btn-secondary {
  background: #68142e;
  color: #ece8de;
  border-color: #68142e;
  font-size: 1.1rem;
  padding: 10px 16px;
}

.fullscreen-price-panel .price-head {
  color: #68142e;
  border-bottom: 1px solid rgba(104, 20, 46, 0.2);
  font-size: clamp(1.3rem, 2.65vw, 1.85rem);
  font-weight: 800;
  flex-shrink: 0;
  padding: 10px 16px;
}

.fullscreen-price-scroll {
  flex: 1 1 auto;
  min-height: 0;
  background: rgba(255, 255, 255, 0.66);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fullscreen-price-panel .price-table tr {
  border-bottom: 1px solid rgba(104, 20, 46, 0.18);
}

.fullscreen-price-panel .price-table td {
  color: #68142e;
  font-size: clamp(1.48rem, 3.05vw, 2.25rem);
  line-height: 1.35;
  font-weight: 700;
  padding: 12px 18px;
}

.fullscreen-price-panel .price-table td:nth-child(1) {
  color: #68142e;
  font-weight: 800;
  text-align: left;
}

.fullscreen-price-panel .price-table td:nth-child(3),
.fullscreen-price-panel .price-table td:nth-child(4) {
  text-align: left;
}

.fullscreen-price-panel .price-table td:nth-child(2) {
  font-size: clamp(0.88rem, 1.45vw, 1rem);
  font-weight: 500;
}

.fullscreen-price-panel .price-change {
  min-width: 0;
  font-size: clamp(0.82rem, 1.35vw, 0.98rem);
  font-weight: 500;
}

.fullscreen-price-panel .price-change--up {
  color: #067647;
}

.fullscreen-price-panel .price-change--down {
  color: #b42318;
}

.fullscreen-price-panel .price-change--flat {
  color: #6b5a62;
}

.fullscreen-price-panel .price-scroll {
  scrollbar-color: #68142e #ece8de;
}

.fullscreen-price-panel .price-scroll::-webkit-scrollbar-thumb {
  background: #68142e;
}

body.no-scroll {
  overflow: hidden;
}

@media (max-width: 900px) {
  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-main {
    height: auto;
    padding-top: 4px;
  }

  .hero-main-text {
    flex: 0 1 auto;
    justify-content: flex-start;
  }

  .hero-image-wrap {
    margin-top: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .price-card .price-scroll {
    height: auto;
    max-height: none;
    overflow-y: visible;
  }

  .branch-list {
    height: auto;
    max-height: none;
    overflow-y: visible;
  }

  .legal-disclaimer-body {
    height: auto;
    max-height: 60dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }

  #kvkkModal .legal-disclaimer-body,
  #cookiePolicyModal .legal-disclaimer-body,
  #privacyPolicyModal .legal-disclaimer-body,
  #liabilityDisclaimerModal .legal-disclaimer-body,
  #legalDisclaimerModal .legal-disclaimer-body {
    max-height: 62dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .footer-features__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .currency-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-feature__text {
    max-width: 42ch;
  }

  .price-card {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
  }

  .contact-form-card {
    border-right: 0;
    border-bottom: 1px solid #e4d8cd;
  }

  .fullscreen-price-panel {
    width: calc(100vw - 20px);
    max-width: 100%;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    height: calc(100vh - 16px);
    height: calc(100dvh - 16px);
  }

  .about-content {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-image-wrap {
    width: min(100%, 440px);
    max-width: 100%;
    margin-inline: auto;
    justify-self: center;
  }

  .admin-editor-grid {
    grid-template-columns: 1fr;
  }

  .modal-card.admin-editor-mode {
    width: min(520px, 100%);
  }
}

@media (max-width: 580px) {
  .site-header,
  .hero-section,
  .currency-section,
  .contact-section,
  .home-gold-insights,
  .about-section,
  .footer-features,
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-gold-insights {
    margin: 14px 14px 26px;
    padding: 18px 0 0;
  }

  .brand {
    font-size: clamp(1.1rem, 4.6vw, 1.45rem);
    white-space: normal;
  }

  .brand-emblem {
    width: 38px;
    height: 38px;
  }

  .top-nav {
    gap: 10px;
  }

  .site-header {
    gap: 10px;
    justify-content: center;
  }

  .text-link {
    font-size: 0.82rem;
  }

  .hero-copy h1 {
    font-size: clamp(1.58rem, 5.8vw, 2.35rem);
  }

  .price-head {
    grid-template-columns: minmax(0, 1.5fr) minmax(48px, 0.7fr) minmax(70px, 1fr) minmax(70px, 1fr);
    font-size: 0.95rem;
    gap: 4px;
  }

  .price-head span:nth-child(1) {
    text-align: left;
  }

  .price-head span:nth-child(3),
  .price-head span:nth-child(4) {
    text-align: left;
  }

  .price-table td {
    padding: 12px 8px;
    font-size: 0.94rem;
  }

  .price-reorder-toggle {
    width: 22px;
    height: 22px;
    margin-left: 6px;
  }

  .price-drag-handle {
    width: 22px;
    height: 22px;
  }

  .price-table td:nth-child(2) {
    font-size: 0.8rem;
  }

  .price-change {
    min-width: 0;
    padding: 0;
    font-size: 0.64rem;
  }

  .hero-copy p {
    font-size: 0.98rem;
  }

  .footer-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner {
    right: 10px;
    left: 10px;
    width: auto;
    bottom: 10px;
  }

  .admin-embed-backdrop {
    padding: 0;
    place-items: stretch;
  }

  .admin-embed-window {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

/* Vitrin catalog */
.showroom-page {
  min-height: 100vh;
  background: #fff;
  color: #1f1a1c;
  font-family: var(--font-sans);
}

.showroom-marquee {
  overflow: hidden;
  background: var(--accent);
  color: var(--soft);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.showroom-marquee__track {
  width: max-content;
  display: flex;
  gap: 70px;
  padding: 12px 0;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: showroom-marquee 28s linear infinite;
}

.showroom-marquee__track span {
  white-space: nowrap;
}

@keyframes showroom-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 84px;
    background: #f6f6f6;
  }

  .page-shell {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #f6f6f6;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    min-height: 74px;
    padding: 14px 18px;
    background: #fff;
    border-bottom: 1px solid #ececec;
  }

  .brand-wrap {
    gap: 10px;
  }

  .brand-emblem {
    width: 36px;
    height: 36px;
  }

  .brand {
    color: #111;
    font-size: 1.28rem;
    letter-spacing: 0.04em;
  }

  .top-nav {
    display: none;
  }

  .hero-section {
    display: grid;
    padding: 10px 10px 18px;
    gap: 12px;
  }

  .hero-section > .price-card {
    order: -1;
  }

  .hero-main {
    display: none;
  }

  .price-card {
    border-radius: 12px;
  }

  .price-card-header {
    padding: 13px 12px 11px;
  }

  .price-card-header h2 {
    font-size: 1.25rem;
  }

  #lastUpdate {
    font-size: 0.86rem;
  }

  .price-head {
    padding: 10px 10px;
    font-size: 0.82rem;
  }

  .price-table td {
    padding: 10px 7px;
    font-size: 0.88rem;
  }

  .currency-section,
  .about-section,
  .contact-section,
  .home-gold-insights,
  .footer-features,
  .site-footer,
  .legal-disclaimer {
    margin-bottom: 0;
  }

  .mobile-app-nav {
    position: fixed;
    z-index: 80;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-height: 72px;
    padding: 7px 7px calc(7px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #dedede;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(16px);
  }

  .mobile-app-nav__item {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    min-width: 0;
    color: #111;
    text-decoration: none;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.05;
  }

  .mobile-app-nav__item.is-active {
    color: var(--accent);
  }

  .mobile-app-nav__icon {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
  }

  .mobile-app-nav__icon::before,
  .mobile-app-nav__icon::after {
    content: "";
    position: absolute;
    display: block;
  }

  .mobile-app-nav__icon--home::before {
    inset: 7px 3px 2px;
    border: 3px solid currentColor;
    border-top: 0;
    border-radius: 3px;
  }

  .mobile-app-nav__icon--home::after {
    left: 4px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-left: 3px solid currentColor;
    border-top: 3px solid currentColor;
    transform: rotate(45deg);
  }

  .mobile-app-nav__icon--shop::before {
    inset: 4px 4px 3px;
    border: 3px solid currentColor;
    border-radius: 4px;
  }

  .mobile-app-nav__icon--shop::after {
    left: 8px;
    top: 3px;
    width: 8px;
    height: 7px;
    border: 3px solid currentColor;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
  }

  .mobile-app-nav__icon--search::before {
    inset: 3px 6px 7px 3px;
    border: 3px solid currentColor;
    border-radius: 50%;
  }

  .mobile-app-nav__icon--search::after {
    right: 3px;
    bottom: 3px;
    width: 10px;
    height: 3px;
    background: currentColor;
    border-radius: 999px;
    transform: rotate(45deg);
  }

  .mobile-app-nav__icon--branches::before {
    left: 5px;
    top: 2px;
    width: 14px;
    height: 18px;
    border: 3px solid currentColor;
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
  }

  .mobile-app-nav__icon--branches::after {
    left: 10px;
    top: 7px;
    width: 4px;
    height: 4px;
    border: 2px solid currentColor;
    border-radius: 50%;
  }

  .mobile-app-nav__icon--prices::before {
    inset: 4px 3px 4px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
  }

  .mobile-app-nav__icon--prices::after {
    left: 7px;
    bottom: 7px;
    width: 13px;
    height: 9px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
    transform: skew(-20deg) rotate(-18deg);
  }
}

.showroom-mainbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 54px);
  padding: clamp(26px, 4vw, 54px) clamp(24px, 5vw, 64px);
  background: #fff;
}

.showroom-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px;
  width: min(520px, 100%);
  border: 1px solid #e2dfe0;
  background: #fbfaf9;
  min-height: 58px;
}

.showroom-search input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0 18px;
  color: #2b2427;
  font: inherit;
  font-size: 0.98rem;
  outline: 0;
}

.showroom-search button {
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.showroom-search__icon {
  width: 24px;
  height: 24px;
  border: 3px solid #141114;
  border-radius: 50%;
  position: relative;
}

.showroom-search__icon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #141114;
  right: -9px;
  bottom: -5px;
  transform: rotate(45deg);
  border-radius: 999px;
}

.showroom-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #2b2427;
  text-decoration: none;
  min-width: 0;
}

.showroom-brand__emblem {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.showroom-brand span {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.showroom-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  flex-wrap: wrap;
}

.showroom-action {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #332c2f;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  border: 0;
  background: transparent;
  padding: 8px 0;
  cursor: pointer;
}

.showroom-action__pin {
  width: 27px;
  height: 34px;
  border: 2px solid #111;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  position: relative;
  flex: 0 0 auto;
}

.showroom-action__pin::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 2px solid #111;
  border-radius: 50%;
}

.showroom-action__heart {
  display: none;
}

.showroom-search__icon.ui-icon,
.showroom-action__pin.ui-icon {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  transform: none;
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #141114;
  line-height: 1;
}

.showroom-search__icon.ui-icon {
  font-size: 1.45rem;
}

.showroom-action__pin.ui-icon {
  flex: 0 0 auto;
  font-size: 1.8rem;
}

.showroom-search__icon.ui-icon::after,
.showroom-action__pin.ui-icon::after {
  content: none;
}

.showroom-category-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 3vw, 38px);
  padding: 20px clamp(18px, 5vw, 64px);
  border-top: 1px solid #e3e0df;
  border-bottom: 1px solid #e3e0df;
  background: #fff;
  overflow-x: auto;
}

.showroom-category-nav a {
  color: #141114;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.showroom-category-nav a:hover,
.showroom-category-nav a.is-active {
  color: var(--accent);
  border-color: var(--accent);
}

.showroom-main {
  width: min(1780px, 100%);
  margin-inline: auto;
  padding-bottom: 34px;
}

.showroom-hero {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  background: #3c0710;
}

.showroom-banner-card {
  position: relative;
  display: block;
  min-height: clamp(280px, 36vw, 540px);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #4a0b18;
}

.showroom-banner-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.showroom-banner-card:hover img,
.showroom-banner-card:focus-visible img {
  transform: scale(1.035);
}

.showroom-banner-card--static {
  cursor: default;
}

.showroom-banner-card--static:hover img {
  transform: none;
}

.showroom-banner-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 20%, rgba(0, 0, 0, 0.52) 100%);
}

.showroom-banner-card__copy {
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  right: clamp(18px, 3vw, 42px);
  bottom: clamp(18px, 3vw, 42px);
  display: grid;
  gap: 8px;
}

.showroom-banner-card__copy strong {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.4vw, 2.7rem);
  letter-spacing: 0.04em;
  line-height: 1.08;
}

.showroom-banner-card__copy small {
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
}

.showroom-banner-card--empty {
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #68142e 0%, #3b0814 100%);
}

.showroom-hero.showroom-carousel {
  position: relative;
  display: block;
  width: 100vw;
  min-height: 0;
  aspect-ratio: 1500 / 500;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  isolation: isolate;
}

.showroom-carousel__slides {
  position: absolute;
  inset: 0;
}

.showroom-carousel__slide {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}

.showroom-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

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

.showroom-carousel__slide--empty {
  background:
    linear-gradient(135deg, rgba(104, 20, 46, 0.94), rgba(27, 5, 11, 0.98)),
    url("/assets/hero-gold-540.jpg") center / cover;
}

.showroom-carousel__veil {
  display: none;
}

.showroom-carousel__frame {
  display: none;
}

.showroom-carousel__copy {
  display: none;
}

.showroom-carousel__copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.34em;
}

.showroom-carousel__copy strong {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5.4vw, 6rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
  text-wrap: balance;
}

.showroom-carousel__copy span {
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 600;
  line-height: 1.55;
}

.showroom-carousel__copy em {
  width: fit-content;
  margin-top: 4px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.showroom-carousel__nav {
  display: none;
}

.showroom-carousel__nav::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.showroom-carousel__nav--prev {
  left: clamp(18px, 3vw, 44px);
}

.showroom-carousel__nav--prev::before {
  transform: rotate(-45deg);
}

.showroom-carousel__nav--next {
  right: clamp(18px, 3vw, 44px);
}

.showroom-carousel__nav--next::before {
  transform: rotate(135deg);
}

.showroom-carousel__dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: clamp(24px, 4vw, 48px);
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.showroom-carousel__dots button {
  position: relative;
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.showroom-carousel__dots button::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  transform: translateY(-50%);
}

.showroom-carousel__dots button.is-active::before {
  background: #fff;
}

.showroom-section {
  padding: clamp(36px, 5vw, 70px) clamp(22px, 5vw, 72px) 0;
}

.showroom-section__head {
  margin-bottom: 24px;
}

.showroom-section__head--center {
  text-align: center;
}

.showroom-section__head p,
.showroom-category-title p {
  margin: 0 0 6px;
  color: #594850;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

.showroom-section__head h1,
.showroom-category-title h1 {
  margin: 0;
  color: #201a1d;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

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

.showroom-category-card {
  display: grid;
  text-decoration: none;
  color: #201a1d;
  border: 1px solid #eee9e5;
  background: #faf8f5;
  min-height: 250px;
  overflow: hidden;
}

.showroom-category-card img {
  width: 100%;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  display: block;
}

.showroom-category-card span {
  display: grid;
  gap: 5px;
  padding: 18px;
}

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

.showroom-category-card small {
  color: #7e6871;
  font-weight: 700;
}

.vitrin-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3.8vw, 46px);
}

.vitrin-product-card {
  min-width: 0;
}

.vitrin-product-card__link {
  display: grid;
  gap: 20px;
  position: relative;
  color: #171416;
  text-decoration: none;
}

.vitrin-product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.02;
  background: #f3f1ef;
  overflow: hidden;
}

.vitrin-product-card__media img {
  width: 84%;
  height: 84%;
  object-fit: contain;
  display: block;
  transition: transform 0.22s ease;
}

.vitrin-product-card__link:hover .vitrin-product-card__media img {
  transform: scale(1.045);
}

.vitrin-product-card__favorite {
  display: none;
}

.vitrin-product-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--accent);
  color: #fff;
  padding: 7px 10px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vitrin-product-card__body {
  display: grid;
  gap: 8px;
  text-align: center;
}

.vitrin-product-card__body strong {
  font-size: 1.02rem;
  line-height: 1.3;
}

.vitrin-product-card__body span {
  color: var(--accent);
  font-size: 0.95rem;
  font-weight: 800;
}

.showroom-empty {
  border: 1px dashed #d8c9ce;
  background: #fbf8f5;
  color: #6d5962;
  padding: 22px;
  text-align: center;
  font-weight: 700;
}

.showroom-empty--large {
  margin-top: 26px;
  min-height: 190px;
  display: grid;
  place-items: center;
}

.showroom-category-page,
.showroom-product-page {
  padding: 28px clamp(22px, 4vw, 52px) 0;
}

.showroom-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  color: #8b8084;
  border-bottom: 1px solid #ded8d6;
  padding-bottom: 18px;
  margin-bottom: 28px;
  font-size: 0.9rem;
}

.showroom-breadcrumb a {
  color: #201a1d;
  text-decoration: none;
  font-weight: 700;
}

.showroom-breadcrumb strong {
  color: #201a1d;
}

.showroom-category-title {
  margin-bottom: 26px;
}

.showroom-category-title span {
  display: block;
  margin-top: 12px;
  max-width: 72ch;
  color: #67565d;
  line-height: 1.6;
}

.showroom-filterbar {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-top: 1px solid #d9d3d1;
  border-bottom: 1px solid #d9d3d1;
  margin-bottom: 38px;
  flex-wrap: wrap;
  overflow: visible;
}

.showroom-filter,
.showroom-sort {
  min-width: 220px;
  flex: 1 0 220px;
  position: relative;
  border-right: 1px solid #ebe7e4;
}

.showroom-filter summary,
.showroom-sort {
  list-style: none;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #a09699;
  font-size: 0.98rem;
  cursor: pointer;
}

.showroom-filter summary::-webkit-details-marker {
  display: none;
}

.showroom-filter summary::after,
.showroom-sort::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #aaa1a4;
  border-bottom: 2px solid #aaa1a4;
  transform: rotate(45deg) translateY(-3px);
}

.showroom-filter__panel {
  position: absolute;
  z-index: 5;
  top: calc(100% + 8px);
  left: 12px;
  width: min(300px, calc(100vw - 44px));
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid #ded2d5;
  background: #fff;
  box-shadow: 0 18px 40px rgba(31, 26, 29, 0.14);
}

.showroom-filter__panel label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #40373b;
  font-weight: 700;
  font-size: 0.9rem;
}

.showroom-filter__panel--price label {
  display: grid;
  align-items: stretch;
}

.showroom-filter__panel input[type="number"] {
  width: 100%;
  border: 1px solid #ddd3d6;
  padding: 10px;
  font: inherit;
}

.showroom-sort select {
  border: 0;
  background: transparent;
  color: #a09699;
  font: inherit;
  cursor: pointer;
  outline: 0;
  appearance: none;
  text-align: center;
}

.showroom-sort span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.showroom-filter-submit,
.showroom-filter-reset {
  flex: 0 0 auto;
  min-height: 66px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-right: 1px solid #ebe7e4;
  background: var(--accent);
  color: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.showroom-filter-reset {
  background: #f5f2ee;
  color: var(--accent);
}

.showroom-pagination {
  margin-top: 34px;
}

.showroom-pagination nav {
  display: flex;
  justify-content: center;
}

.showroom-product-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.showroom-product-gallery {
  position: relative;
  background: #f3f1ef;
  min-height: clamp(440px, 48vw, 760px);
  display: grid;
  place-items: center;
}

.showroom-product-gallery__image {
  width: min(82%, 680px);
  height: min(82%, 680px);
  object-fit: contain;
  display: block;
}

.showroom-product-gallery__favorite {
  display: none;
}

.showroom-product-gallery__ribbon {
  position: absolute;
  top: 28px;
  right: 0;
  background: #062e6f;
  color: #fff;
  padding: 12px 34px;
  font-weight: 800;
}

.showroom-product-gallery__thumbs {
  position: absolute;
  left: 8px;
  bottom: -92px;
  width: 96px;
  height: 96px;
  border: 1px solid #ded8d5;
  background: #fff;
  display: grid;
  place-items: center;
}

.showroom-product-gallery__thumbs img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.showroom-product-info {
  padding-top: 10px;
}

.showroom-product-info h1 {
  margin: 0 0 14px;
  color: #111;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.showroom-product-code {
  margin: 0 0 18px;
  color: #a7a0a2;
  font-size: 1.04rem;
  font-weight: 800;
}

.showroom-product-price {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 900;
}

.showroom-product-variants {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 16px;
}

.showroom-product-variant {
  min-width: 92px;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  background: #bcbcbc;
  color: #fff;
  padding: 0 18px;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(47, 31, 37, 0.08);
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.showroom-product-variant:hover,
.showroom-product-variant:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(47, 31, 37, 0.12);
}

.showroom-product-variant.is-active {
  background: #c39a5f;
}

.showroom-whatsapp {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  padding: 13px 18px;
  background: #25d366;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

.showroom-product-info h2 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  color: #333;
}

.showroom-certificate {
  display: grid;
  gap: 6px;
  background: #f5f4f3;
  padding: 28px 20px;
  color: #403b3d;
  font-weight: 800;
  margin-bottom: 22px;
}

.showroom-certificate span {
  color: #766a6f;
  font-size: 0.94rem;
}

.showroom-product-description {
  color: #51454a;
  line-height: 1.7;
  font-weight: 600;
}

.showroom-customer-note {
  width: min(960px, 100%);
  margin: 118px 0 0 auto;
  color: #3f383b;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.7;
  font-weight: 600;
}

.showroom-customer-note p {
  margin: 0 0 18px;
}

.showroom-footer {
  margin-top: 56px;
  border-top: 1px solid #e7dfdc;
  padding: 28px clamp(22px, 5vw, 72px);
  background: #fbf8f5;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.showroom-footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.showroom-footer__logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.showroom-footer__brand strong {
  color: var(--accent);
  letter-spacing: 0.04em;
}

.showroom-footer__brand p {
  margin: 5px 0 0;
  max-width: 620px;
  color: #6f5c64;
  line-height: 1.5;
  font-size: 0.9rem;
}

.showroom-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 20px;
}

.showroom-footer__links a {
  color: #3c3035;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
}

.mobile-app-nav {
  display: none;
}

@media (max-width: 760px) {
  .mobile-app-nav {
    display: grid;
  }
}

@media (max-width: 1100px) {
  .showroom-mainbar {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
  }

  .showroom-search {
    order: 2;
  }

  .showroom-actions {
    order: 3;
    justify-content: center;
  }

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

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

  .showroom-customer-note {
    margin-top: 52px;
  }

  .showroom-product-gallery__thumbs {
    display: none;
  }
}

@media (max-width: 760px) {
  .showroom-hero,
  .showroom-category-grid,
  .vitrin-product-grid {
    grid-template-columns: 1fr;
  }

  .showroom-banner-card {
    min-height: 320px;
  }

  .showroom-hero.showroom-carousel {
    min-height: 0;
    aspect-ratio: 1500 / 500;
  }

  .showroom-carousel__frame {
    inset: 18px;
  }

  .showroom-carousel__copy {
    left: 32px;
    right: 32px;
    bottom: 82px;
    width: auto;
  }

  .showroom-carousel__copy strong {
    font-size: clamp(2.2rem, 12vw, 3.6rem);
  }

  .showroom-carousel__nav {
    display: none;
  }

  .showroom-carousel__nav--prev {
    left: 32px;
  }

  .showroom-carousel__nav--next {
    right: 32px;
  }

  .showroom-carousel__dots {
    bottom: 42px;
  }

  .showroom-brand {
    gap: 10px;
  }

  .showroom-brand span {
    font-size: 1.1rem;
  }

  .showroom-filterbar {
    display: grid;
    overflow: visible;
  }

  .showroom-filter,
  .showroom-sort,
  .showroom-filter-submit,
  .showroom-filter-reset {
    min-width: 0;
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ebe7e4;
  }

  .showroom-filter__panel {
    position: static;
    width: 100%;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
  }

  .showroom-product-gallery {
    min-height: 380px;
  }

  .showroom-product-gallery__ribbon {
    padding-inline: 18px;
  }

  .showroom-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .showroom-footer__links {
    justify-content: flex-start;
  }
}

.seo-price-page {
  width: min(1120px, 96vw);
  margin: 16px auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(104, 20, 46, 0.1);
}

.seo-price-main {
  padding: 16px 24px 10px;
  display: grid;
  gap: 12px;
}

.seo-price-card,
.seo-faq-card,
.seo-branch-card {
  border: 1px solid #e6d9ce;
  border-radius: 12px;
  padding: 14px;
  background: #fffdf9;
}

.seo-price-card h1 {
  margin: 0 0 4px;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
}

.seo-back-link {
  margin: 0 0 8px;
  font-size: 0.92rem;
}

.seo-back-link a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
}

.seo-price-subtitle,
.seo-price-updated,
.seo-price-disclaimer {
  margin: 6px 0 0;
  color: #5a434d;
}

.seo-price-inline {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 0.96rem;
  color: #4a343d;
}

.seo-price-inline span strong {
  color: var(--accent);
}

.seo-price-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seo-price-grid div {
  border: 1px solid #e2d4c8;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  gap: 4px;
}

.seo-price-grid span {
  color: #6a4e58;
  font-size: 0.9rem;
}

.seo-price-grid strong {
  color: var(--accent);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: var(--font-ui);
  font-variant-numeric: tabular-nums;
}

.seo-faq-card h2,
.seo-branch-card h2 {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 1.08rem;
}

.seo-faq-card article h3 {
  margin: 8px 0 4px;
  font-size: 0.97rem;
}

.seo-faq-card article p {
  margin: 0;
  color: #4b313b;
}

.seo-faq-plain-list {
  display: grid;
  gap: 8px;
}

.seo-faq-item {
  border: 1px solid #eee3d8;
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
}

.seo-faq-item h3 {
  margin: 0;
  font-weight: 600;
  color: #2f1f25;
  font-size: 1rem;
}

.seo-faq-item p {
  margin: 6px 0 0;
  color: #4b313b;
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 1.55;
}

.gold-insights-section {
    display: grid;
    gap: 18px;
  }

.home-gold-insights {
  margin: 14px 24px 26px;
  padding: 18px 20px;
}

.home-gold-insights .gold-insights-section__head {
  margin-bottom: 12px;
}

.home-gold-insights .gold-insights-section__subtitle {
  max-width: 52ch;
  font-size: 0.9rem;
  line-height: 1.5;
}

.gold-insights-section__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}

.gold-insights-section__head h2 {
  margin-bottom: 6px;
}

.gold-insights-section__subtitle {
  margin: 0;
  max-width: 72ch;
  color: #6d5660;
  font-size: 0.96rem;
  line-height: 1.6;
}

.gold-insights-section__all {
  flex-shrink: 0;
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.gold-insights-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, calc((100% - 42px) / 4));
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: #cfb8c2 transparent;
}

.gold-insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gold-insight-card {
    min-width: 0;
    border: 1px solid #eadbcf;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #fdf7f2 100%);
  box-shadow: 0 12px 30px rgba(104, 20, 46, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gold-insight-card__media-link {
    display: block;
    aspect-ratio: 16 / 9;
    padding: 0;
    background: transparent;
    overflow: hidden;
  }
  
.gold-insight-card__image {
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: none;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
  }

.gold-insight-card__image--empty {
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f7efe7 0%, #fff 100%);
  color: #7b626e;
  font-size: 0.92rem;
  font-weight: 700;
}

.gold-insight-card:hover .gold-insight-card__image,
.gold-insight-card:focus-within .gold-insight-card__image {
  transform: scale(1.03);
}

.gold-insight-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  padding: 14px 14px 12px;
}
  
.gold-insight-card__body h2,
.gold-insight-card__body h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.4;
  color: #2f1f25;
}

.gold-insight-card__body p {
  margin: 0;
  color: #6d5660;
  font-size: 0.92rem;
  line-height: 1.65;
}

.gold-insight-card__footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  padding-top: 0;
}

.gold-insight-card__readmore {
  font-size: 0.86rem;
}

.gold-insight-card__readmore {
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.gold-insights-empty {
  border: 1px dashed #d8c3c9;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  color: #745c67;
  text-align: center;
  font-size: 0.95rem;
}

.gold-insights-empty--large {
  min-height: 180px;
  display: grid;
  place-items: center;
}

.gold-insights-page .seo-price-main {
  gap: 18px;
}

.gold-insights-landing,
.gold-insight-detail-card {
  border: 1px solid #e6d9ce;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
  padding: 22px;
}

.gold-insights-landing__eyebrow,
.gold-insight-detail-card__eyebrow {
  margin: 0 0 10px;
  color: #8b7080;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gold-insights-landing__copy {
  margin: 10px 0 0;
  max-width: 70ch;
  color: #5f4650;
  line-height: 1.7;
}

.gold-insight-detail-card h1 {
  margin: 0;
  color: var(--accent);
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.gold-insight-detail-card__media {
    margin-top: 18px;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
  }
  
.gold-insight-detail-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

.gold-insight-detail-card__content {
  margin-top: 18px;
  color: #4d3841;
  font-size: 1rem;
  line-height: 1.9;
  white-space: normal;
}

.gold-insight-detail-card__date {
  margin: 18px 0 0;
  color: #8b7080;
  font-size: 0.9rem;
  font-weight: 600;
}

.gold-insights-pagination nav {
  display: flex;
  justify-content: center;
}

.gold-insight-admin-form {
    display: grid;
    gap: 14px;
  }

.gold-insight-admin-hero {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.gold-insight-admin-hero__badge {
    flex-shrink: 0;
    border: 1px solid rgba(104, 20, 46, 0.14);
    border-radius: 999px;
    padding: 10px 14px;
    background: linear-gradient(180deg, #fff 0%, #f7efe8 100%);
    color: var(--accent);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.gold-insight-admin-shell {
    border: 1px solid rgba(104, 20, 46, 0.1);
    border-radius: 20px;
    padding: 18px;
    background:
      radial-gradient(circle at top right, rgba(163, 120, 60, 0.08), transparent 34%),
      linear-gradient(180deg, #fffdfb 0%, #fff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    margin-bottom: 18px;
}
  
.gold-insight-admin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  
.gold-insight-admin-field {
    display: grid;
    gap: 8px;
  }
  
.gold-insight-admin-field span {
    color: var(--accent);
    font-weight: 700;
    font-size: 0.9rem;
  }

.gold-insight-admin-note {
    color: #7c6870;
    font-size: 0.82rem;
    line-height: 1.45;
}
  
.gold-insight-admin-field input,
.gold-insight-admin-field textarea {
    width: 100%;
    border: 1px solid rgba(104, 20, 46, 0.2);
    border-radius: 12px;
    padding: 12px 14px;
    font: inherit;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: inset 0 1px 2px rgba(104, 20, 46, 0.04);
  }

.gold-insight-admin-field--full {
  grid-column: 1 / -1;
}

.gold-insight-admin-list {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.gold-insight-admin-item {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
    border: 1px solid rgba(104, 20, 46, 0.12);
    border-radius: 20px;
    padding: 18px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98) 0%, #fffaf6 100%);
    box-shadow: 0 12px 26px rgba(104, 20, 46, 0.06);
  }
  
.gold-insight-admin-item__preview {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #f2eae2;
  }

.gold-insight-admin-item__preview--file {
    display: grid;
    place-items: center;
    padding: 16px;
    background: linear-gradient(180deg, #fff8f2 0%, #f4ebe3 100%);
    border: 1px dashed rgba(104, 20, 46, 0.18);
}

.gold-insight-admin-item__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

.gold-insight-admin-item__file {
    display: grid;
    gap: 8px;
    text-align: center;
    color: #5f4a53;
}

.gold-insight-admin-item__file strong {
    color: var(--accent);
    font-size: 0.94rem;
    line-height: 1.5;
    word-break: break-word;
}

.gold-insight-admin-item__file span:last-child {
    font-size: 0.84rem;
}

.gold-insight-admin-item__file-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    justify-self: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(104, 20, 46, 0.08);
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.gold-insight-admin-item__image--empty {
  display: grid;
  place-items: center;
  color: #7b626e;
  font-size: 0.9rem;
  font-weight: 700;
  background: linear-gradient(180deg, #f7efe7 0%, #fff 100%);
}

.gold-insight-admin-item__body {
    display: grid;
    gap: 12px;
  }

.gold-insight-admin-item__topline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #7b626e;
    font-size: 0.86rem;
}

.gold-insight-admin-item__topline strong {
    color: var(--accent);
    font-size: 0.92rem;
}
  
.gold-insight-admin-item__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #7b626e;
  font-size: 0.86rem;
}

.gold-insight-admin-item__meta a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: none;
}

.gold-insight-admin-delete-form {
  justify-self: flex-start;
}

.gold-insight-editor {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(104, 20, 46, 0.12);
    border-radius: 16px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.9);
  }
  
.gold-insight-editor__toolbar {
    display: flex;
    gap: 8px;
  flex-wrap: wrap;
}

.gold-insight-editor__btn {
    border: 1px solid rgba(104, 20, 46, 0.18);
    border-radius: 999px;
    background: linear-gradient(180deg, #fff 0%, #f8f1eb 100%);
    color: var(--accent);
    padding: 8px 12px;
    cursor: pointer;
    font: inherit;
    font-size: 0.88rem;
  font-weight: 700;
}

.gold-insight-editor__surface {
    min-height: 180px;
    border: 1px solid rgba(104, 20, 46, 0.2);
    border-radius: 14px;
    padding: 14px 16px;
    background: #fff;
    color: #2f1f25;
    line-height: 1.7;
  }
  
.gold-insight-editor__surface:focus {
  outline: 2px solid rgba(104, 20, 46, 0.15);
  outline-offset: 0;
}

.gold-insight-admin-empty {
    margin-top: 18px;
    padding: 18px;
    border: 1px dashed rgba(104, 20, 46, 0.24);
    border-radius: 18px;
    color: #705964;
    background: linear-gradient(180deg, #fffdfb 0%, #fff7f0 100%);
  }

.seo-branch-card ul {
  margin: 0;
  padding-left: 18px;
  color: #4b313b;
  line-height: 1.6;
}

/* ── Price History Card ──────────────────────────────── */
.price-history-card {
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 250, 245, 0.96) 100%);
  border: 1px solid #eadfd3;
  border-radius: 22px;
  padding: 26px 24px 22px;
  box-shadow:
    0 14px 38px rgba(87, 48, 62, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  margin-bottom: 24px;
}

.price-history-card h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 800;
  color: var(--accent, #68142e);
  letter-spacing: -0.02em;
}

.ph-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.ph-subtitle {
  margin: 6px 0 0;
  max-width: 58ch;
  color: #725964;
  font-size: 0.92rem;
  line-height: 1.5;
}

.ph-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: flex-end;
}

.ph-tab {
  padding: 9px 16px;
  border: 1px solid #dccdc1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #5e4752;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    background 0.18s,
    color 0.18s,
    border-color 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
  user-select: none;
}

.ph-tab:hover {
  border-color: #c89bab;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(104, 20, 46, 0.08);
}

.ph-tab.active {
  background: var(--accent, #68142e);
  color: #fff;
  border-color: var(--accent, #68142e);
  box-shadow: 0 10px 24px rgba(104, 20, 46, 0.22);
}

.ph-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.ph-chart-card {
  background:
    radial-gradient(circle at top right, rgba(104, 20, 46, 0.05), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fffaf5 100%);
  border: 1px solid #efe3d7;
  border-radius: 20px;
  padding: 16px 16px 14px;
  margin-bottom: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.ph-chart-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.ph-chart-label {
  color: #2f1f25;
  font-weight: 700;
  font-size: 0.92rem;
}

.ph-chart-source {
  color: #8e7363;
  font-size: 0.8rem;
  font-weight: 600;
}

.ph-chart-wrap {
  position: relative;
  height: 300px;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(104, 20, 46, 0.05), transparent 42%),
    linear-gradient(180deg, #fffefb 0%, #fff 100%);
  border: 1px solid rgba(228, 214, 202, 0.75);
}

.ph-chart-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ph-chart-empty {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #8e7363;
  font-size: 0.92rem;
  font-weight: 600;
}

.ph-chart-grid {
  stroke: rgba(145, 128, 140, 0.16);
  stroke-width: 1;
}

.ph-chart-area {
  fill: url(#phChartGradient);
}

.ph-chart-baseline {
  stroke: rgba(145, 128, 140, 0.22);
  stroke-width: 1.2;
}

.ph-chart-guide {
  stroke: rgba(145, 128, 140, 0.22);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

.ph-chart-line {
  fill: none;
  stroke: #68142e;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ph-chart-origin {
  opacity: 0.9;
}

.ph-chart-dot {
  fill: #68142e;
  stroke: #fff;
  stroke-width: 3;
}

.ph-chart-axis {
  fill: #a29aa6;
  font-size: 11px;
  font-weight: 500;
}

.ph-chart-value {
  fill: #8a8290;
  font-size: 11px;
  font-weight: 500;
}

.ph-chart-tag-bg {
  fill: rgba(255, 255, 255, 0.94);
  stroke: rgba(167, 150, 161, 0.45);
}

.ph-chart-tag-text {
  fill: #5f5662;
  font-size: 11px;
  font-weight: 700;
}

.ph-stat {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #ece0d5;
  border-radius: 16px;
  padding: 12px 12px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(104, 20, 46, 0.04);
}

.ph-stat-label {
  display: block;
  font-size: 0.75rem;
  color: #8e7363;
  font-weight: 500;
  margin-bottom: 4px;
}

.ph-stat-value {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  color: #2f1f25;
  font-family: var(--font-ui);
  font-variant-numeric: tabular-nums;
}

.ph-stat-value--up {
  color: #067647;
}

.ph-stat-value--down {
  color: #b42318;
}

.ph-stat-value--flat {
  color: #6b5a62;
}

.ph-no-data {
  text-align: center;
  color: #8e7363;
  font-size: 0.9rem;
  padding: 14px 0;
}

@media (max-width: 580px) {
  .ph-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .ph-header {
    flex-direction: column;
  }
  .ph-toolbar {
    justify-content: flex-start;
  }
  .ph-tab {
    padding: 7px 12px;
    font-size: 0.8rem;
  }
  .ph-chart-wrap {
    height: 250px;
  }

  .gold-insights-section__head {
      flex-direction: column;
      align-items: flex-start;
    }

    .gold-insight-admin-hero {
      flex-direction: column;
      align-items: flex-start;
    }

  .gold-insights-rail {
    grid-auto-columns: minmax(220px, calc((100% - 18px) / 2));
  }

  .gold-insights-grid {
    grid-template-columns: 1fr;
  }

  .gold-insight-admin-grid,
  .gold-insight-admin-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .showroom-page {
    padding-bottom: 84px;
    background: #f6f6f6;
  }

  .showroom-main {
    width: 100%;
    padding-bottom: 18px;
  }

  .showroom-mainbar {
    position: sticky;
    top: 0;
    z-index: 25;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 15px 14px 13px;
    background: #fff;
    border-bottom: 1px solid #ececec;
  }

  .showroom-brand {
    order: 1;
  }

  .showroom-brand__emblem {
    width: 34px;
    height: 34px;
  }

  .showroom-brand span {
    font-size: 1.16rem;
    letter-spacing: 0.04em;
  }

  .showroom-search {
    order: 2;
    width: 100%;
    min-height: 46px;
    grid-template-columns: minmax(0, 1fr) 48px;
    border-radius: 999px;
    background: #f7f7f7;
  }

  .showroom-search input {
    padding-left: 16px;
    font-size: 0.86rem;
  }

  .showroom-search__icon {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }

  .showroom-search__icon::after {
    width: 9px;
    height: 2px;
    right: -7px;
    bottom: -4px;
  }

  .showroom-actions {
    display: none;
  }

  .showroom-category-nav {
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding: 13px 14px;
    background: #fff;
    scrollbar-width: none;
  }

  .showroom-category-nav::-webkit-scrollbar {
    display: none;
  }

  .showroom-category-nav a {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .showroom-hero.showroom-carousel {
    width: 100%;
    margin-left: 0;
  }

  .showroom-carousel__dots {
    bottom: 10px;
    gap: 7px;
  }

  .showroom-carousel__dots button {
    width: 44px;
    height: 44px;
    background: transparent;
  }

  .showroom-section {
    padding: 28px 14px 0;
  }

  .showroom-section__head {
    margin-bottom: 16px;
  }

  .showroom-section__head p,
  .showroom-category-title p {
    color: #594850;
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .showroom-section__head h1,
  .showroom-category-title h1 {
    font-size: 1.72rem;
    line-height: 1.05;
  }

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

  .showroom-category-card {
    min-height: 0;
    border: 0;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
  }

  .showroom-category-card span {
    padding: 12px;
  }

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

  .showroom-featured-cats {
    padding-right: 0;
  }

  .showroom-featured-cats .showroom-section__head {
    padding-right: 14px;
  }

  .showroom-featured-cats .showroom-category-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(118px, 34vw);
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 14px 10px 0;
    scroll-padding-left: 14px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .showroom-featured-cats .showroom-category-grid::-webkit-scrollbar {
    display: none;
  }

  .showroom-featured-cats .showroom-category-card {
    scroll-snap-align: start;
    align-content: start;
    min-height: 0;
    border: 1px solid rgba(104, 20, 46, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fffaf6 100%);
    box-shadow: 0 8px 22px rgba(47, 31, 37, 0.06);
  }

  .showroom-featured-cats .showroom-category-card img {
    aspect-ratio: 1 / 0.78;
    height: auto;
    object-fit: cover;
  }

  .showroom-featured-cats .showroom-category-card span {
    gap: 3px;
    padding: 9px 10px 10px;
  }

  .showroom-featured-cats .showroom-category-card strong {
    font-size: 0.82rem;
    line-height: 1.18;
  }

  .showroom-featured-cats .showroom-category-card small {
    font-size: 0.68rem;
  }

  .vitrin-product-grid {
    gap: 22px 16px;
  }

  .vitrin-product-card__link {
    gap: 10px;
  }

  .vitrin-product-card__media {
    aspect-ratio: 1 / 1;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  }

  .vitrin-product-card__media img {
    width: 86%;
    height: 86%;
  }

  .vitrin-product-card__badge {
    top: 8px;
    left: 8px;
    padding: 5px 7px;
    font-size: 0.58rem;
  }

  .vitrin-product-card__body {
    gap: 6px;
    text-align: left;
  }

  .vitrin-product-card__body strong {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.28;
  }

  .vitrin-product-card__body span {
    color: #111;
    font-size: 1.05rem;
    font-weight: 900;
  }

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

  .showroom-product-variant {
    min-width: 0;
    min-height: 52px;
    padding: 0 8px;
    border-radius: 7px;
    font-size: 1rem;
  }

  .showroom-category-page,
  .showroom-product-page {
    padding: 18px 14px 0;
  }

  .showroom-breadcrumb {
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }

  .showroom-category-title {
    margin-bottom: 18px;
    text-align: center;
  }

  .showroom-filterbar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    border: 0;
    margin-bottom: 22px;
    overflow: visible;
  }

  .showroom-filter,
  .showroom-sort,
  .showroom-filter-submit,
  .showroom-filter-reset {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    border: 1px solid #e3e3e3;
    background: #fff;
    justify-content: center;
    text-align: center;
  }

  .showroom-filter__panel {
    left: 0;
    right: auto;
    width: min(86vw, 320px);
  }

  .showroom-footer {
    display: grid;
    padding-bottom: 96px;
  }
}

@media (max-width: 760px) {
  .hero-section {
    grid-template-columns: 1fr;
    padding: 10px 10px 22px;
    gap: 14px;
  }

  .hero-section > .price-card {
    order: 0;
  }

  .hero-main {
    display: grid;
    order: -1;
    justify-items: center;
    gap: 14px;
    width: 100%;
    padding: 6px 4px 0;
    text-align: center;
  }

  .hero-main-text {
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    text-align: center;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    font-size: 1.72rem;
    line-height: 1.12;
  }

  .hero-copy p {
    font-size: 1.02rem;
  }

  .hero-toolbar {
    display: none;
  }

  .hero-image-wrap {
    width: min(230px, 74vw);
    margin: 0 auto;
  }

  .hero-image {
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(104, 20, 46, 0.18);
  }

  .price-card-header h2 {
    font-size: 1.42rem;
  }

  #lastUpdate,
  #lastUpdateFullscreen {
    font-size: 0.96rem;
  }

  .price-head {
    padding: 12px 10px;
    font-size: 0.98rem;
  }

  .price-table td {
    padding: 12px 8px;
    font-size: 1.03rem;
  }

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

  .price-table td:nth-child(3),
  .price-table td:nth-child(4) {
    font-size: 1.08rem;
    font-weight: 900;
  }

  .mobile-app-nav {
    display: grid;
  }

  .mobile-app-nav__uicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
    font-size: 1.38rem;
    line-height: 1;
  }

  .footer-feature__icon-wrap {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    box-shadow: none;
  }

  .footer-feature__uicon {
    font-size: 2rem;
  }

  .brand-wrap picture {
    width: 38px;
    height: 38px;
  }

  .brand-wrap picture .brand-emblem {
    width: 38px;
    height: 38px;
  }

  .footer-features {
    margin: 18px 12px 0;
    padding: 0;
    border-top: 0;
    background: transparent;
  }

  .footer-features__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-feature {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 14px;
    text-align: left;
    border: 1px solid rgba(104, 20, 46, 0.1);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff 0%, #fffaf4 100%);
    box-shadow: 0 10px 26px rgba(47, 31, 37, 0.06);
  }

  .footer-feature__icon-wrap {
    grid-row: span 2;
    border-color: rgba(104, 20, 46, 0.14);
    background: #fff;
  }

  .footer-feature__title {
    align-self: end;
    font-size: 0.98rem;
  }

  .footer-feature__text {
    align-self: start;
    max-width: none;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .site-footer {
    align-items: flex-start;
    padding: 18px 14px 96px;
  }

  .footer-left {
    width: 100%;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-brand-home {
    gap: 10px;
  }

  .footer-logo {
    width: 48px;
    height: 48px;
  }

  .footer-brand-home strong {
    margin-bottom: 0;
    color: var(--accent);
    font-size: 0.92rem;
    letter-spacing: 0.04em;
  }

  .showroom-brand picture {
    width: 34px;
    height: 34px;
  }

  .showroom-brand picture .showroom-brand__emblem {
    width: 34px;
    height: 34px;
  }

  .showroom-footer {
    margin: 34px 12px 0;
    padding: 16px;
    border: 1px solid rgba(104, 20, 46, 0.1);
    border-radius: 20px;
    background: linear-gradient(135deg, #fff 0%, #fff8f1 100%);
    box-shadow: 0 12px 30px rgba(47, 31, 37, 0.07);
    gap: 16px;
  }

  .showroom-footer__brand {
    width: 100%;
    align-items: flex-start;
    gap: 12px;
  }

  .showroom-footer__logo {
    width: 48px;
    height: 48px;
  }

  .showroom-footer__brand strong {
    font-size: 0.94rem;
  }

  .showroom-footer__brand p {
    font-size: 0.8rem;
    line-height: 1.45;
  }

  .showroom-footer__links {
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
  }

  .showroom-footer__links a {
    padding: 8px 10px;
    border: 1px solid rgba(104, 20, 46, 0.12);
    border-radius: 999px;
    background: #fff;
    font-size: 0.76rem;
  }
}
