/* =========================================================
   PREMIUM TRUST MARQUEE
   ========================================================= */

.trust-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f5eee4;
  border-top: 1px solid rgba(42, 38, 34, 0.08);
  border-bottom: 1px solid rgba(42, 38, 34, 0.08);
}

/* Individual row */

.trust-marquee-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.trust-marquee-row + .trust-marquee-row {
  border-top: 1px solid rgba(42, 38, 34, 0.07);
}

/* Moving track */

.trust-marquee-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  min-width: max-content;
  padding: 8px 0;
  will-change: transform;
}

/* Top row — Right to Left */

.trust-marquee-row--rtl .trust-marquee-track {
  animation: trustMarqueeRTL 32s linear infinite;
}

/* Bottom row — Left to Right */

.trust-marquee-row--ltr .trust-marquee-track {
  animation: trustMarqueeLTR 36s linear infinite;
}

/* Items */

.trust-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  color: #741520;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.07em;

  text-transform: uppercase;

  white-space: nowrap;
}

/* SVG icon */

.trust-marquee-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  flex: 0 0 18px;

  color: var(--color-gold, #c9a24f);
}

.trust-marquee-icon svg {
  display: block;

  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.35;

  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Separators */

.trust-marquee-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: var(--color-gold, #c9a24f);

  font-size: 9px;

  opacity: 0.85;
}

/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes trustMarqueeRTL {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes trustMarqueeLTR {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* =========================================================
   HOVER PAUSE
   ========================================================= */

.trust-marquee:hover .trust-marquee-track {
  animation-play-state: paused;
}

/* =========================================================
   TABLET / MOBILE LARGE — <=768px
   ========================================================= */

@media (max-width: 768px) {
  .trust-marquee-track {
    padding: 6px 0;
  }

  .trust-marquee-item {
    gap: 6px;

    padding: 0 16px;

    font-size: 8.5px;

    letter-spacing: 0.06em;
  }

  .trust-marquee-icon {
    width: 15px;
    height: 15px;

    flex-basis: 15px;
  }

  .trust-marquee-icon svg {
    width: 14px;
    height: 14px;
  }

  .trust-marquee-divider {
    font-size: 7px;
  }

  .trust-marquee-row--rtl .trust-marquee-track {
    animation-duration: 26s;
  }

  .trust-marquee-row--ltr .trust-marquee-track {
    animation-duration: 30s;
  }
}

/* =========================================================
   MOBILE SMALL — <=480px
   ========================================================= */

@media (max-width: 480px) {
  .trust-marquee-item {
    padding: 0 12px;
    font-size: 7.8px;
  }

  .trust-marquee-icon,
  .trust-marquee-icon svg {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }

  .trust-marquee-row--rtl .trust-marquee-track {
    animation-duration: 22s;
  }

  .trust-marquee-row--ltr .trust-marquee-track {
    animation-duration: 26s;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .trust-marquee-track {
    animation: none !important;

    transform: none !important;
  }
}
.showroom-contact-item {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(116, 21, 32, 0.12);
}

.showroom-contact-item h3 {
  margin-bottom: 0.5rem;
  color: var(--color-red-deep, #741520);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.showroom-contact-item p {
  margin-bottom: 0.6rem;
  line-height: 1.7;
}

.showroom-directions {
  color: var(--color-red-deep, #741520);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.showroom-directions:hover {
  color: var(--color-gold, #c9a24f);
}

.contact-general {
  padding-top: 1.25rem;
}

.showroom-map-item {
  margin-bottom: 1.25rem;
}

.showroom-map-heading {
  padding: 0.8rem 1rem;
  background: #fffaf2;
  border: 1px solid rgba(201, 162, 79, 0.2);
}

.showroom-map-heading h3 {
  margin: 0;
  font-family: var(--font-display);
  color: var(--color-red-deep, #741520);
  font-size: 1rem;
}
[data-carousel] {
  overflow: hidden;
}

[data-carousel-track] {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

[data-carousel-slide] {
  min-width: 0;
}

/* Shopping flow: collection browser, quick view and contact experience */
.collection-browser {
  padding-top: 3.5rem;
}
.collection-tabs,
.collection-subtabs {
  display: flex;
  gap: 0.65rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
  scrollbar-width: thin;
}
.collection-tabs a,
.collection-subtabs a {
  flex: 0 0 auto;
  padding: 0.7rem 1.05rem;
  border: 1px solid rgba(94, 29, 36, 0.18);
  color: #5e1d24;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.collection-tabs a:hover,
.collection-tabs a.is-active,
.collection-subtabs a:hover,
.collection-subtabs a.is-active {
  background: #5e1d24;
  border-color: #5e1d24;
  color: #fff;
}
.collection-subtabs {
  margin-top: -0.45rem;
}
.collection-subtabs a {
  font-size: 0.71rem;
  padding: 0.55rem 0.85rem;
}
.collection-toolbar {
  align-items: center;
  border-top: 1px solid rgba(94, 29, 36, 0.12);
  display: flex;
  justify-content: space-between;
  margin: 0.7rem 0 2rem;
  padding-top: 1rem;
}
.collection-toolbar p {
  color: #6a6161;
  margin: 0;
}
.collection-toolbar strong {
  color: #5e1d24;
  font-size: 1.15em;
}
.collection-assistance {
  color: #5e1d24;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}
.collection-assistance span {
  color: #b0822f;
}
.premium-empty-state {
  background: #fffaf5;
  margin: 1rem 0;
  max-width: none;
  padding: 4rem 1.5rem;
  text-align: center;
}
.premium-empty-state h2 {
  color: #5e1d24;
  margin-top: 0;
}
.premium-empty-state p {
  margin: 0 auto 1.5rem;
  max-width: 37rem;
}
.product-card-actions {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  margin-top: 1rem;
}
.quick-view-trigger {
  background: #5e1d24;
  border: 1px solid #5e1d24;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.7rem 0.85rem;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.quick-view-trigger:hover,
.quick-view-trigger:focus-visible {
  background: #b0822f;
  border-color: #b0822f;
}
.product-detail-link {
  color: #5e1d24;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}
.product-detail-link span {
  color: #b0822f;
}
.quick-view-modal {
  align-items: center;
  background: rgba(28, 17, 17, 0.72);
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 1.25rem;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 10000;
}
.quick-view-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal-open {
  overflow: hidden;
}
.quick-view-panel {
  background: #fffdf9;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.1fr);
  max-height: min(780px, 92vh);
  max-width: 940px;
  overflow: auto;
  position: relative;
  transform: translateY(14px);
  transition: transform 0.25s ease;
  width: 100%;
}
.quick-view-modal.is-open .quick-view-panel {
  transform: translateY(0);
}
.quick-view-close {
  background: #fffdf9;
  border: 0;
  color: #5e1d24;
  cursor: pointer;
  font-size: 2rem;
  height: 42px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  z-index: 1;
}
.quick-view-image {
  background: #f2e8df;
  min-height: 480px;
}
.quick-view-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.quick-view-content {
  padding: 3.2rem 2.6rem 2.4rem;
}
.quick-view-content .eyebrow {
  margin-bottom: 0.5rem;
}
.quick-view-content h2 {
  color: #5e1d24;
  font-family: var(--font-display, serif);
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 0.95;
  margin: 0 0 1rem;
}
.quick-view-price {
  color: #5e1d24;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
.quick-view-price del {
  color: #9d9191;
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 0.4rem;
}
.quick-view-description {
  color: #665d5c;
  line-height: 1.75;
}
.quick-view-meta {
  border-bottom: 1px solid #eadfd7;
  border-top: 1px solid #eadfd7;
  display: grid;
  gap: 0.6rem;
  grid-template-columns: 1fr 1fr;
  margin: 1.4rem 0;
  padding: 1rem 0;
}
.quick-view-meta div:last-child {
  grid-column: 1 / -1;
}
.quick-view-meta dt {
  color: #817575;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.quick-view-meta dd {
  color: #3c3130;
  font-size: 0.88rem;
  margin: 0.2rem 0 0;
}
.quick-view-meta .in-stock {
  color: #42774b;
  font-weight: 700;
}
.quick-view-buy-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}
.quick-view-buy-row .btn {
  flex: 1;
  justify-content: center;
  text-align: center;
}
.quantity-picker {
  border: 1px solid #d9cbc3;
  display: flex;
  height: 46px;
}
.quantity-picker button,
.quantity-picker output {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5e1d24;
  display: flex;
  font: inherit;
  justify-content: center;
  width: 35px;
}
.quantity-picker button {
  cursor: pointer;
  font-size: 1.25rem;
}
.quick-view-details {
  color: #5e1d24;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-top: 1.2rem;
  text-decoration: none;
}
.quick-view-details span {
  color: #b0822f;
}
.contact-hero {
  background:
    linear-gradient(90deg, rgba(65, 18, 23, 0.94), rgba(65, 18, 23, 0.67)),
    url("../images/page-banner.png") center/cover;
  color: #fff;
  padding: clamp(5rem, 10vw, 2rem) 0;
}
.contact-hero-inner {
  max-width: 760px;
}
.contact-hero .eyebrow {
  color: #e8c873;
}
.contact-hero h1 {
  font-family: var(--font-display, serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.9;
  margin: 0.4rem 0 1rem;
  color: #fff;
}
.contact-hero h1 em {
  color: #f1d998;
  font-weight: 400;
}
.contact-hero p:last-child {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 560px;
}
.contact-intro {
  background: #fffaf6;
}
.contact-intro-grid {
  align-items: start;
  display: grid;
  gap: 3rem;
  grid-template-columns: 0.75fr 1.25fr;
}
.contact-concierge {
  padding: 2rem 0;
}
.contact-icon {
  color: #b0822f;
  font-size: 2rem;
}
.contact-concierge h2,
.form-heading h2 {
  color: #5e1d24;
  font-family: var(--font-display, serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 0.98;
  margin: 0.6rem 0 1rem;
}
.contact-concierge p {
  color: #665d5c;
  line-height: 1.8;
}
.contact-direct-actions {
  display: grid;
  gap: 0.6rem;
  margin-top: 1.6rem;
}
.contact-direct-actions a {
  color: #5e1d24;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.contact-form-card {
  background: #fff;
  box-shadow: 0 12px 35px rgba(83, 37, 26, 0.08);
  padding: clamp(1.5rem, 4vw, 3.2rem);
  border-radius: 25px;
}
.form-heading p {
  margin-bottom: 0.2rem;
}
.form-heading h2 {
  font-size: 2.6rem;
}
.form-heading > p:last-child {
  color: #766b69;
  margin-top: 0;
}
.premium-contact-form {
  gap: 1rem;
  margin-top: 1.8rem;
}
.form-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.premium-contact-form label {
  color: #5e1d24;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.premium-contact-form label span {
  color: #b0822f;
}
.premium-contact-form label small {
  color: #918381;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
.premium-contact-form input,
.premium-contact-form select,
.premium-contact-form textarea {
  background: #fffdfa;
  border: 1px solid #e1d3ca;
  border-radius: 0;
  box-sizing: border-box;
  color: #3e3331;
  font: inherit;
  padding: 0.82rem 0.9rem;
  width: 100%;
}
.premium-contact-form input:focus,
.premium-contact-form select:focus,
.premium-contact-form textarea:focus {
  border-color: #b0822f;
  box-shadow: 0 0 0 3px rgba(176, 130, 47, 0.12);
  outline: none;
}
.premium-contact-form textarea {
  resize: vertical;
}
.form-submit {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
.form-submit small {
  color: #857976;
  flex: 1;
  font-size: 0.72rem;
  line-height: 1.5;
  min-width: 210px;
}
.showroom-section {
  background: linear-gradient(135deg, #5e1d24 0%, #741f2a 100%);
  color: #fff;
  padding: 5rem 0;
}

/* Section Heading */
.showroom-section .section-head .eyebrow,
.showroom-section .location-index {
  color: #f0c96d;
}

.showroom-section .section-head h2,
.showroom-section h2 {
  font-family: var(--font-display, serif);
  font-size: clamp(2.4rem, 4vw, 3rem);
  margin: 0.2rem 0 0;
  color: #fffaf4 !important;
  text-shadow: none;
}

.showroom-section .showroom-hours,
.showroom-hours {
  color: #f8e9df !important;
}


/* =========================================================
   SHOWROOM LOCATION GRID
   ========================================================= */

.showroom-location-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}


/* =========================================================
   SHOWROOM LOCATION CARD
   ========================================================= */

.showroom-location-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(240, 201, 109, 0.45);
  border-radius: 12px;
  padding: 1.8rem;
  box-shadow: 0 12px 28px rgba(35, 8, 12, 0.14);
  transition:
    transform 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.showroom-location-card:hover {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(240, 201, 109, 0.7);
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(35, 8, 12, 0.2);
}


/* =========================================================
   LOCATION INDEX
   ========================================================= */

.showroom-location-card .location-index,
.location-index {
  color: #e8c873;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}


/* =========================================================
   SHOWROOM CARD HEADING
   ========================================================= */

.showroom-location-card h3 {
  font-family: var(--font-display, serif);
  color: #fffaf4 !important;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1.15;
  margin: 0.8rem 0 0.55rem;
}


/* =========================================================
   SHOWROOM CARD ADDRESS / CONTENT
   ========================================================= */

.showroom-location-card p {
  color: #f8e9df !important;
  font-size: 0.96rem;
  line-height: 1.75;
  min-height: 3rem;
}


/* =========================================================
   SHOWROOM CARD ACTIONS
   ========================================================= */

.showroom-location-card > div {
  display: flex;
  gap: 1.2rem;
  margin-top: 1.35rem;
  flex-wrap: wrap;
}


/* =========================================================
   SHOWROOM CARD LINKS
   ========================================================= */

.showroom-location-card a {
  color: #f0d497;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}


/* Contact links */
.showroom-section .showroom-card-contact a {
  color: #f0c96d !important;
  font-weight: 700;
}

.showroom-section .showroom-card-contact a:hover {
  color: #ffffff !important;
}


/* General showroom link hover */
.showroom-location-card a:hover {
  color: #ffffff;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px) {
  .showroom-section {
    padding: 4rem 0;
  }

  .showroom-location-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .showroom-location-card {
    padding: 1.5rem;
  }

  .showroom-location-card p {
    min-height: auto;
  }
}

@media (max-width: 480px) {
  .showroom-section {
    padding: 3.5rem 0;
  }

  .showroom-location-card {
    padding: 1.35rem;
    border-radius: 10px;
  }

  .showroom-location-card h3 {
    font-size: 1.5rem;
  }

  .showroom-location-card p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .showroom-location-card > div {
    gap: 0.9rem;
    margin-top: 1.1rem;
  }
}
.full-width-maps {
  padding: 56px 5%;
  background: #f6efea;
}

.full-width-maps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
}

.full-width-map {
  overflow: hidden;
  min-width: 0;
  background: #fffaf6;
  border: 1px solid rgba(94, 29, 36, 0.16);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(75, 35, 30, 0.08);
}

.full-width-map-label {
 padding: 14px 20px 12px;
  border-bottom: 1px solid rgba(94, 29, 36, 0.1);
}

.full-width-map-label .eyebrow {
  margin-bottom: 10px;
  color: #b0822f;
}

.full-width-map-label h2 {
  margin: 0 0 10px;
  color: #5e1d24;
  font-family: var(--font-display, serif);
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.1;
}

.full-width-map-label p:last-child {
  margin: 0;
  color: #6d6260;
  font-size: 0.94rem;
  line-height: 1.6;
}

.full-width-map iframe {
  display: block;
  width: 100%;
  height: 330px;
  border: 0;
}

@media (max-width: 760px) {
  .full-width-maps {
    padding: 36px 16px;
  }

  .full-width-maps-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .full-width-map {
    border-radius: 12px;
  }

  .full-width-map-label {
    padding: 22px 20px 18px;
  }

  .full-width-map iframe {
    height: 300px;
  }
}
@media (max-width: 760px) {
  .collection-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }
  .product-card-actions {
    justify-content: space-between;
  }
  .quick-view-panel {
    display: block;
    max-height: 92vh;
  }
  .quick-view-image {
    min-height: 260px;
    height: 36vh;
  }
  .quick-view-content {
    padding: 2rem 1.3rem 1.5rem;
  }
  .quick-view-buy-row {
    align-items: stretch;
    flex-direction: column;
  }
  .quantity-picker {
    align-self: flex-start;
  }
  .contact-intro-grid,
  .showroom-location-grid {
    grid-template-columns: 1fr;
  }
  .contact-intro {
    padding-top: 2.5rem;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .contact-concierge {
    padding-top: 0;
  }
}
.showroom-card-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.map-contact-link,
.showroom-card-contact a {
  color: #b0822f;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}
