:root {
  --luxe-paper: #070707;
  --luxe-panel: #111111;
  --luxe-panel-soft: #181818;
  --luxe-line: #2a2a2a;
  --luxe-text: #f2f2f2;
  --luxe-muted: #bdbdbd;
  --luxe-cmyk-cyan: #d8f4ff;
  --luxe-cmyk-magenta: #ffd7ee;
  --luxe-cmyk-yellow: #fff9cf;
}

body.site-body,
body {
  background: linear-gradient(180deg, #050505 0%, #0a0a0a 45%, #070707 100%);
  color: var(--luxe-text);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-page,
.section-title,
.font-display {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
}

.nav-list a.is-active {
  color: #0b0b0b;
  background: #f2f2f2;
}

main {
  padding-bottom: 2.4rem;
}

.section-space {
  padding: clamp(2.4rem, 5.5vw, 4rem) 0;
}

.page-hero {
  position: relative;
  min-height: 52vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-hero .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(8, 8, 8, 0.9) 14%, rgba(8, 8, 8, 0.5) 58%, rgba(8, 8, 8, 0.32) 100%);
}

.page-hero > .container {
  position: relative;
  z-index: 2;
  padding-top: 3.6rem;
  padding-bottom: 2.2rem;
}

.breadcrumbs {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #d0d0d0;
}

.breadcrumbs a {
  color: #ececec;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: #ffffff;
}

.display-page,
.section-title,
.font-display {
  color: #f4f4f4;
}

.display-page {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  line-height: 1.06;
}

.lead-soft,
.section-intro,
.text-mist,
.copy-rule,
.seo-copy p {
  color: var(--luxe-muted) !important;
}

.small-meta,
.section-kicker,
.category-badge {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #c8c8c8;
  font-weight: 600;
}

.surface-panel,
.surface-panel-light,
.product-summary,
.detail-card,
.filter-shell,
.faq-card,
.seller-flow-card,
.hero-panel,
.ig-cta-panel,
.ss-card,
.ss-feature,
.category-card {
  background: var(--luxe-panel) !important;
  border: 1px solid var(--luxe-line) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  color: var(--luxe-text) !important;
}

.surface-panel-light,
.ig-cta-panel,
.hero-panel {
  background: var(--luxe-panel-soft) !important;
}

.detail-card,
.related-article,
.seller-flow-card,
.ss-feature {
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.detail-card:hover,
.detail-card:focus-visible,
.seller-flow-card:hover,
.seller-flow-card:focus-visible,
.ss-feature:hover,
.ss-feature:focus-visible {
  border-color: rgba(191, 238, 255, 0.75) !important;
  transform: translateY(-1px);
  outline: none;
}

.product-card {
  background: #121212 !important;
  border: 1px solid var(--luxe-line) !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.product-card .card-media,
.ss-card-media,
.gallery-media,
.tile-card,
.card-media {
  background: #0d0d0d;
}

.product-card img,
.card-media img,
.gallery-media img,
.hero-media,
.ss-card-media img {
  object-fit: cover;
}

.product-card .card-body,
.ss-card-body {
  background: transparent !important;
}

.product-price,
.ss-card-price {
  color: #f4f4f4;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.45rem;
}

.price-old {
  color: #9f9f9f;
}

.quick-pill,
.ss-card-tag,
.category-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.36rem 0.62rem;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: linear-gradient(120deg, var(--luxe-cmyk-cyan), var(--luxe-cmyk-magenta), var(--luxe-cmyk-yellow));
  color: #131313;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.btn,
.btn-brand,
.btn-dark-soft,
.btn-outline-stone,
.btn-light,
.btn-outline-light,
.ss-btn,
.ss-btn-outline,
.category-card .btn,
.newsletter-panel .btn-brand {
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  min-height: 46px;
}

.btn-brand,
.btn-dark-soft,
.btn-light,
.ss-btn,
.category-card .btn,
.newsletter-panel .btn-brand {
  background: linear-gradient(120deg, var(--luxe-cmyk-cyan) 0%, var(--luxe-cmyk-magenta) 58%, var(--luxe-cmyk-yellow) 100%) !important;
  color: #121212 !important;
}

.btn-outline-stone,
.btn-outline-light,
.ss-btn-outline {
  background: linear-gradient(120deg, rgba(216, 244, 255, 0.9), rgba(255, 215, 238, 0.88)) !important;
  color: #131313 !important;
  border-color: rgba(191, 238, 255, 0.88) !important;
}

.btn:hover,
.btn:focus,
.ss-btn:hover,
.ss-btn:focus,
.ss-btn-outline:hover,
.ss-btn-outline:focus {
  filter: brightness(1.03);
}

.form-control,
.form-control-lg,
.form-select,
.form-select-lg,
textarea,
input,
select {
  background: #111 !important;
  color: #efefef !important;
  border: 1px solid #353535 !important;
  border-radius: 12px !important;
}

.form-control::placeholder,
textarea::placeholder {
  color: #9f9f9f !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus,
select:focus {
  border-color: rgba(191, 238, 255, 0.72) !important;
  box-shadow: 0 0 0 0.12rem rgba(191, 238, 255, 0.2) !important;
}

.filter-chip {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #131313;
  color: #e8e8e8;
  padding: 0.45rem 0.7rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-chip.active {
  background: linear-gradient(120deg, var(--luxe-cmyk-cyan), var(--luxe-cmyk-magenta), var(--luxe-cmyk-yellow));
  color: #111;
}

.accordion,
.accordion-item,
.accordion-button,
.accordion-body {
  background: transparent !important;
  color: #efefef !important;
  border-color: var(--luxe-line) !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.site-footer .footer-link,
.site-footer a,
.footer-link {
  color: #d0d0d0;
}

.site-footer .footer-link:hover,
.site-footer a:hover,
.footer-link:hover {
  color: #ffffff;
}

.modal-backdrop.show {
  opacity: 0.78;
  background: #030303;
}

.modal .modal-content {
  background: linear-gradient(180deg, #121212 0%, #0d0d0d 100%);
  border: 1px solid var(--luxe-line);
  border-radius: 18px;
  color: #f2f2f2;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.48);
}

.modal .modal-header,
.modal .modal-footer {
  border-color: #2a2a2a;
}

.modal .modal-title {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  color: #f3f3f3;
}

.modal .btn-close,
.product-image-modal-close,
.prebook-item-modal-close {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  opacity: 1;
  padding: 0.62rem;
}

.modal .btn-close:hover,
.modal .btn-close:focus-visible,
.product-image-modal-close:hover,
.product-image-modal-close:focus-visible,
.prebook-item-modal-close:hover,
.prebook-item-modal-close:focus-visible {
  background-color: rgba(0, 0, 0, 0.72);
  outline: none;
}

.product-image-modal .modal-dialog {
  max-width: min(96vw, 1120px);
}

.product-image-modal .modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.product-image-modal-image {
  border-radius: 16px;
  max-height: 82vh;
  object-fit: contain;
  width: 100%;
  background: radial-gradient(circle at 40% 20%, #1b1b1b 0%, #090909 85%);
}

.product-image-modal-caption {
  color: #f0f0f0;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0.7rem;
}

.prebook-item-modal .modal-dialog {
  max-width: min(94vw, 620px);
}

.prebook-item-modal .modal-content {
  background: linear-gradient(180deg, #111111 0%, #0a0a0a 100%);
}

.prebook-item-modal-body {
  padding: 1.25rem;
}

.prebook-item-modal-media {
  border: 1px solid #2b2b2b;
  border-radius: 14px;
  background: radial-gradient(circle at 50% 10%, #1b1b1b 0%, #0b0b0b 82%);
}

.prebook-item-modal-image {
  max-height: 18rem;
  object-fit: contain;
  width: 100%;
  padding: 0.95rem;
}

.prebook-item-modal-title {
  color: #f5f5f5;
}

.prebook-item-modal-price {
  color: #f3f3f3;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.35rem;
}

.prebook-item-modal .form-label {
  color: #e8e8e8;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
}

.prebook-item-modal .input-group-text {
  border-radius: 12px 0 0 12px;
  border: 1px solid #353535;
  background: #121212;
  color: #e8e8e8;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.prebook-item-modal .js-prebook-modal-captcha-refresh {
  border-radius: 0 12px 12px 0 !important;
}

.prebook-item-modal .js-prebook-modal-status.alert-success {
  background: rgba(191, 238, 255, 0.14);
  color: #d8f4ff;
  border: 1px solid rgba(191, 238, 255, 0.48);
}

.prebook-item-modal .js-prebook-modal-status.alert-danger,
.prebook-item-modal .js-prebook-modal-status.alert-warning {
  background: rgba(255, 194, 212, 0.13);
  color: #ffd9e8;
  border: 1px solid rgba(255, 194, 212, 0.42);
}

.prebook-item-modal .invalid-feedback {
  color: #ffcfe2;
}

@media (max-width: 760px) {
  .page-hero {
    min-height: 46vh;
  }

  .page-hero > .container {
    padding-top: 2.6rem;
    padding-bottom: 1.7rem;
  }

  .display-page {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
  }

  .section-space {
    padding: 2rem 0;
  }

  .prebook-item-modal-body {
    padding: 1rem;
  }
}
