/* Sticky section header */
.sticky-section-header {
  position: sticky;
  top: var(--nav-actual-height, var(--nav-height));
  z-index: 1015;
  background: rgba(13, 13, 13, 0.92);
  backdrop-filter: blur(8px);
  border-top-color: var(--gold-outline) !important;
    border-bottom-color: var(--gold-outline) !important;
    box-shadow:
      inset 0 1px 0 rgb(var(--gold-rgb) / 0.22),
        inset 0 -1px 0 rgb(var(--gold-rgb) / 0.22),
      0 8px 18px rgba(0, 0, 0, 0.24);
}

.section-anchor {
  scroll-margin-top: var(--nav-actual-height, var(--nav-height));
}
.section-header-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(.35rem, 1vw, .75rem);
  position: relative;
  }

  .section-header-row::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgb(var(--gold-rgb) / 0.32);
}

.section-header-row .section-title {
  grid-column: 1;
  justify-self: start;
  align-self: center;
  min-width: 0;
  font-size: clamp(1.08rem, 2.7vw, 1.42rem);
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.catalog-section-title {
  display: inline-flex;
    align-items: center;
  justify-items: start;
  gap: .28rem;
  width: fit-content;
  max-width: 100%;
}

.catalog-section-title-text {
  display: inline-block;
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 0;
    line-height: 1;
}

.catalog-section-title-rule {
  display: none;
}

.scroll-cue-shell {
  position: relative;
  isolation: isolate;
  --scroll-cue-right: clamp(.18rem, .8vw, .45rem);
  --scroll-cue-fade-width: clamp(2rem, 5vw, 3.2rem);
  --scroll-cue-size: clamp(1.7rem, 3.4vw, 2rem);
  --scroll-cue-arrow-size: clamp(.88rem, 1.7vw, 1rem);
  --scroll-cue-bg: rgba(13, 13, 13, 0.8);
  --scroll-cue-color: rgb(var(--gold-rgb) / 0.94);
  --scroll-cue-border-color: rgb(var(--gold-rgb) / 0.32);
  --scroll-cue-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  --scroll-cue-track-end-pad: .12rem;
}

.scroll-cue-track {
  position: relative;
  z-index: 0;
  min-width: 0;
  padding-inline-end: var(--scroll-cue-track-end-pad);
}

.scroll-cue-shell::before,
.scroll-cue-shell::after {
  position: absolute;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
  z-index: 4;
}

.scroll-cue-shell::before {
  content: "";
  right: 0;
  width: var(--scroll-cue-fade-width);
  height: calc(100% - 0.2rem);
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgb(13 13 13 / 0) 0%, rgb(13 13 13 / 0.55) 44%, rgb(13 13 13 / 1) 100%);
  z-index: 3;
}

.scroll-cue-shell::after {
  content: ">";
  right: var(--scroll-cue-right);
  width: var(--scroll-cue-size);
  height: var(--scroll-cue-size);
  transform: translateY(-50%);
  border-radius: 999px;
  border: 1px solid var(--scroll-cue-border-color);
  background: var(--scroll-cue-bg);
  color: var(--scroll-cue-color);
  display: grid;
  place-items: center;
  font-size: var(--scroll-cue-arrow-size);
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--scroll-cue-shadow);
  z-index: 4;
}

.scroll-cue-shell--chips::after {
  content: ">";
  width: var(--scroll-cue-size);
  min-width: 0;
  padding-inline: 0;
  font-size: clamp(.95rem, 1.9vw, 1.12rem);
  letter-spacing: 0;
  text-transform: none;
}

.scroll-cue-shell--reels::after {
  content: ">";
  width: auto;
  min-width: clamp(1.85rem, 4vw, 2.2rem);
  padding-inline: 0;
  letter-spacing: 0;
  font-size: clamp(.82rem, 1.7vw, 1.02rem);
}

.scroll-cue-shell--reels.is-attentioning::after {
  animation: scrollCueReelsAttention 620ms ease-out;
}

@keyframes scrollCueReelsAttention {
  0% {
    transform: translateY(-50%) scale(1);
  }

  30% {
    transform: translateY(-50%) scale(1.16);
  }

  65% {
    transform: translateY(-50%) scale(1.08);
  }

  100% {
    transform: translateY(-50%) scale(1);
  }
}

.scroll-cue-shell.is-overflowing.can-scroll-right::before,
.scroll-cue-shell.is-overflowing.can-scroll-right::after {
  opacity: 1;
}

.section-header-cats {
  grid-column: 2;
  justify-self: stretch;
  margin-inline-start: clamp(.28rem, 1.2vw, .9rem);
  min-width: 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  --scroll-cue-track-end-pad: clamp(3.1rem, 8.8vw, 4.6rem);
  --scroll-cue-fade-width: clamp(2.8rem, 8.2vw, 4.5rem);
  --scroll-cue-size: clamp(1.9rem, 3.9vw, 2.25rem);
  --scroll-cue-right: clamp(.1rem, .7vw, .34rem);
  --scroll-cue-bg: rgba(9, 9, 9, 0.88);
  --scroll-cue-border-color: rgb(var(--gold-rgb) / 0.48);
}

.section-header-cats-scroll {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: clamp(.22rem, .82vw, .44rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-padding-inline: .05rem;
}

@media (min-width: 768px) {
  .section-header-cats.scroll-cue-shell:not(.is-overflowing) .section-header-cats-scroll {
    justify-content: center;
  }
}

.section-header-cats-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.section-header-cats .chip,
.section-header-jump .chip {
  font-size: clamp(.76rem, 1.9vw, .95rem);
    padding: clamp(.24rem, .75vw, .4rem) clamp(.56rem, 1.8vw, .9rem);
  white-space: nowrap;
}

.section-header-cats-scroll .chip {
  flex: 0 0 auto;
}

.section-header-jump {
  grid-column: 3;
  justify-self: end;
  align-self: center;
}
.social-brand-links {
  justify-content: flex-end;
  gap: .45rem;
}

.social-brand-link {
  width: 2.15rem;
  height: 2.15rem;
  color: var(--gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border: 1px solid var(--gold-outline);
    border-radius: 999px;
    background: rgba(13, 13, 13, 0.55);
}

.social-brand-link svg {
  width: 1.2rem;
  height: 1.2rem;
}

.social-brand-link:focus-visible {
  color: #fff;
  background: rgba(215, 192, 122, 0.12);
  border-color: var(--gold-outline-strong);
    outline: none;
}
@media (max-width: 767.98px) {
  .section-header-row {
    grid-template-columns: auto minmax(0, 1fr) auto;
      grid-template-areas: "title cats jump";
      align-items: center;
      gap: .45rem;
    }

    .section-header-row .section-title {
      grid-area: title;
      white-space: nowrap;
        font-size: clamp(.98rem, 4.2vw, 1.2rem);
    }

    .section-header-jump {
      grid-area: jump;
      justify-self: end;
      align-self: center;
    }

    .section-header-cats {
      grid-area: cats;
      justify-self: stretch;
      margin-inline-start: 0;
      align-items: center;
      min-height: 2rem;
      min-width: 0;
      width: 100%;
      --scroll-cue-track-end-pad: clamp(2.85rem, 15.5vw, 3.95rem);
      --scroll-cue-fade-width: clamp(2.7rem, 16.5vw, 4.25rem);
      --scroll-cue-size: clamp(1.9rem, 7.6vw, 2.2rem);
      --scroll-cue-right: .12rem;
    }

    .scroll-cue-shell--chips::after {
      font-size: clamp(.9rem, 3.6vw, 1.06rem);
    }

    .section-header-cats-scroll {
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      -ms-overflow-style: none;
      gap: .28rem;
    }

    .section-header-cats-scroll::-webkit-scrollbar {
      display: none;
      width: 0;
      height: 0;
    }
.section-header-cats .chip,
.section-header-jump .chip {
  flex: 0 0 auto;
  text-align: center;
  font-size: clamp(.64rem, 2.7vw, .85rem);
  padding: clamp(.2rem, .9vw, .3rem) clamp(.42rem, 1.6vw, .62rem);
  line-height: 1.2;
  white-space: nowrap;
}
}

/* Section chips */
.chip {
  display: inline-block;
  padding: .35rem .7rem;
  border: 1px solid var(--gold-outline);
  border-radius: 999px;
  background: transparent;
  color: var(--gold);
  text-decoration: none;
  font-size: .95rem;
}
.section-chip-btn {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.chip:focus-visible {
  background: rgba(215, 192, 122, 0.10);
  color: #fff;
}

/* Cart */
.cart-thumb {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--gold-outline);
}
.qty-control {
  display: flex;
  gap: .5rem;
  align-items: center;
}
.qty-control .qty-input {
  width: 78px;
  text-align: center;
}

.cart-page .cart-intro-card {
  min-width: min(100%, 520px);
}

.cart-page .cart-top-actions {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.cart-page .cart-top-actions .btn {
  min-height: 42px;
}

.cart-back-btn::before {
  content: "\2190";
  display: inline-block;
  margin-right: .42rem;
  line-height: 1;
}

.page-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  container-type: inline-size;
  align-items: center;
  gap: clamp(.55rem, 1.4vw, .95rem);
  min-height: 42px;
}

.page-title-row .page-title-back,
.page-title-row .page-title-action,
.page-title-row .page-title-spacer {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  border-radius: var(--bs-btn-border-radius);
  width: fit-content;
  max-width: 100%;
}

.page-title-row .page-title-back {
  justify-self: start;
}

.page-title-row .page-title-action {
  justify-self: end;
}

.page-title-row .page-title-spacer {
  justify-self: end;
  visibility: hidden;
  pointer-events: none;
}

.page-title-row > h1 {
  grid-column: 2;
  justify-self: center;
  max-width: 100%;
  margin: 0;
  font-size: clamp(1.75rem, 3.3vw, 2.5rem);
  line-height: 1.06;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .page-title-row {
    gap: clamp(.4rem, 1.8vw, .75rem);
  }

  .page-title-row .page-title-back,
  .page-title-row .page-title-action,
  .page-title-row .page-title-spacer {
    font-size: clamp(.85rem, 2.8vw, 1rem);
    line-height: var(--bs-btn-line-height);
    padding: clamp(.36rem, 1.6vw, var(--bs-btn-padding-y)) clamp(.7rem, 3vw, var(--bs-btn-padding-x));
    min-height: 38px;
  }

  .page-title-row > h1 {
    font-size: clamp(1.45rem, 5.1cqw, 2.05rem);
    letter-spacing: -.015em;
    line-height: 1.08;
  }
}

.cart-page .cart-summary-metrics .text-gold-70 {
  display: inline-flex;
  align-items: center;
}

.cart-page .cart-summary-bar,
.checkout-page .checkout-summary-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(.75rem, 2vw, 1.25rem);
  width: 100%;
}

.cart-page .cart-summary-bar__left,
.checkout-page .checkout-summary-bar__left {
  justify-self: start;
}

.cart-page .cart-summary-bar__center,
.checkout-page .checkout-summary-bar__center {
  grid-column: 2;
  justify-self: center;
  min-width: 0;
  text-align: center;
}

.cart-page .cart-summary-bar__right,
.checkout-page .checkout-summary-bar__right {
  justify-self: end;
}

.checkout-page .checkout-summary-bar__left,
.checkout-page .checkout-summary-bar__center {
  white-space: nowrap;
}

.cart-page .cart-summary-metrics {
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.cart-page .cart-summary-metrics .text-gold-70 span {
  margin-left: .28rem;
}

.cart-page .cart-summary-metrics .text-gold-70+.text-gold-70::before {
  content: "";
  width: 1px;
  height: 1.05rem;
  margin: 0 .45rem 0 .12rem;
  background: rgb(var(--gold-rgb) / 0.36);
}

.cart-page .cart-summary-metrics::after {
  display: none;
}

@media (max-width: 575.98px) {
  .cart-page .cart-summary-bar,
  .checkout-page .checkout-summary-bar {
    gap: .6rem;
  }

  .cart-page .cart-summary-bar__left .btn,
  .cart-page .cart-summary-bar__right .btn,
  .checkout-page .checkout-summary-bar__right .btn {
    font-size: clamp(.88rem, 2.8vw, 1rem);
    padding: .42rem .78rem;
  }

  .cart-page .cart-summary-metrics,
  .checkout-page .checkout-summary-bar__left,
  .checkout-page .checkout-summary-bar__center {
    font-size: clamp(.78rem, 2.6vw, .92rem);
  }

  .cart-page .cart-summary-metrics .text-gold-70+.text-gold-70::before {
    width: 1px;
    display: inline-block;
  }

  .checkout-page .checkout-summary-bar__left,
  .checkout-page .checkout-summary-bar__center,
  .checkout-page .checkout-summary-bar__right {
    min-width: 0;
  }

  .cart-page .cart-summary-metrics {
    justify-content: center;
    flex-wrap: nowrap;
  }

  .cart-page .cart-summary-metrics::after {
    display: none;
  }
}
.about-page .btn-outline-gold,
.contact-page .btn-outline-gold,
.reels-page .btn-outline-gold,
.faqs-page .btn-outline-gold,
.team-page .btn-outline-gold,
.cart-page .btn-outline-gold {
  background: rgba(13, 13, 13, 0.88) !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  color: var(--gold) !important;
  border-color: var(--gold-outline) !important;
}

.about-page .btn-outline-gold:hover,
.about-page .btn-outline-gold:focus-visible,
.contact-page .btn-outline-gold:hover,
.contact-page .btn-outline-gold:focus-visible,
.reels-page .btn-outline-gold:hover,
.reels-page .btn-outline-gold:focus-visible,
.faqs-page .btn-outline-gold:hover,
.faqs-page .btn-outline-gold:focus-visible,
.team-page .btn-outline-gold:hover,
.team-page .btn-outline-gold:focus-visible,
.cart-page .btn-outline-gold:hover,
.cart-page .btn-outline-gold:focus-visible {
  background: rgba(215, 192, 122, 0.10) !important;
  border-color: var(--gold-outline-strong) !important;
  color: #fff !important;
  box-shadow: none;
}
.checkout-page .checkout-top-actions {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.checkout-page .checkout-intro-card {
  min-width: min(100%, 520px);
  margin-bottom: 1rem;
}

.checkout-page .form-control::placeholder,
.checkout-page .form-control::-webkit-input-placeholder,
.checkout-page .form-control::-moz-placeholder {
  color: rgba(215, 192, 122, 0.78) !important;
  -webkit-text-fill-color: rgba(215, 192, 122, 0.78) !important;
  opacity: 1 !important;
}

.checkout-page .checkout-field-error {
  min-height: 1.1rem;
  margin-top: .35rem;
  font-size: .84rem;
  color: var(--gold-70);
}

.checkout-page .form-control.checkout-input-invalid,
.checkout-page .form-control.checkout-input-invalid:focus {
  border-color: var(--gold-outline-strong) !important;
  box-shadow: 0 0 0 .2rem rgba(215, 192, 122, .16) !important;
}

.order-submitted-page .btn-outline-gold {
  background: rgba(13, 13, 13, 0.88) !important;
  color: var(--gold) !important;
  border-color: var(--gold-outline) !important;
}

.order-submitted-page .btn-outline-gold:hover,
.order-submitted-page .btn-outline-gold:focus-visible {
  background: rgba(215, 192, 122, 0.10) !important;
  border-color: var(--gold-outline-strong) !important;
  color: #fff !important;
  box-shadow: none;
}

.faqs-page .faqs-intro-card {
  min-width: min(100%, 560px);
}

.faqs-page .faqs-accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-border-radius: 18px;
  display: grid;
  gap: .85rem;
}

.faqs-page .faqs-accordion .accordion-item {
  background: rgba(18, 18, 18, 0.85);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid var(--gold-outline) !important;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.faqs-page .faqs-accordion .accordion-button {
  background: rgba(13, 13, 13, 0.88);
  color: var(--gold);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: .01em;
  padding: clamp(.95rem, 2vw, 1.15rem) clamp(1rem, 2.4vw, 1.3rem);
}

.faqs-page .faqs-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.96) 0%, rgba(13, 13, 13, 0.9) 100%);
  color: #fff;
  box-shadow: inset 0 -1px 0 rgb(var(--gold-rgb) / 0.18);
}

.faqs-page .faqs-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5 10 12.5 15 7.5' fill='none' stroke='%23d7c07a' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faqs-page .faqs-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5 7.5 10 12.5 15 7.5' fill='none' stroke='%23ffffff' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faqs-page .faqs-accordion .accordion-button:focus,
.faqs-page .faqs-accordion .accordion-button:focus-visible {
  box-shadow: none;
}

.faqs-page .faqs-accordion .accordion-body {
  background: rgba(18, 18, 18, 0.82);
  line-height: 1.65;
  padding: .95rem 1.3rem 1.15rem;
}

@media (max-width: 767.98px) {
  .faqs-page .faqs-accordion {
    gap: .65rem;
  }

  .faqs-page .faqs-accordion .accordion-button {
    font-size: .97rem;
    padding: .88rem .95rem;
  }

  .faqs-page .faqs-accordion .accordion-body {
    padding: .9rem .95rem 1rem;
  }
}

.minimal-items-table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-border-color: rgba(215, 192, 122, 0.18);
  margin-bottom: 0;
}

.minimal-items-table thead th {
  color: var(--gold);
  border-bottom-color: rgba(215, 192, 122, 0.28);
  font-weight: 600;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-align: center;
}

.minimal-items-table tbody td {
  border-color: rgba(215, 192, 122, 0.12);
  padding-top: .75rem;
  padding-bottom: .75rem;
  vertical-align: middle;
}

.minimal-items-table .cell-remove {
  text-align: right;
}

.cart-page .minimal-items-table .cell-code,
.cart-page .minimal-items-table .cell-qty,
.cart-page .minimal-items-table .cell-notes {
  text-align: center;
}

.cart-page .minimal-items-table .cell-qty .qty-control {
  justify-content: center;
  gap: .42rem;
}

.cart-page .minimal-items-table .cell-qty .qty-adjust-btn {
  min-width: clamp(1.45rem, 11cqw, 2rem);
  line-height: 1;
  padding-left: clamp(.2rem, 1.4cqw, .6rem);
  padding-right: clamp(.2rem, 1.4cqw, .6rem);
}

.cart-page .minimal-items-table .cell-qty .qty-input {
  width: clamp(2.8rem, 22cqw, 4.9rem);
}

.cart-page .minimal-items-table .cell-code .code-badge {
  min-width: 4.15rem;
  padding: .24rem .66rem;
  font-size: .96rem;
  letter-spacing: .04rem;
}

.cart-page .minimal-items-table .cell-notes textarea.form-control.item-note-input,
.checkout-page textarea.form-control.item-note-input,
.minimal-items-table .cell-notes .item-note-input {
  --bs-body-color: var(--gold);
  --bs-secondary-color: rgba(215, 192, 122, 0.78);
  color: var(--gold) !important;
  background-color: rgba(13, 13, 13, 0.85) !important;
  border-color: var(--gold-outline) !important;
  caret-color: var(--gold) !important;
  min-height: 36px;
  height: 36px;
  resize: none;
  overflow: hidden;
  line-height: 1.28;
  padding-top: .42rem;
  padding-bottom: .42rem;
}

.minimal-items-table .cell-notes .item-note-input:focus,
.minimal-items-table .cell-notes .item-note-input:focus-visible {
  color: var(--gold) !important;
  background-color: rgba(13, 13, 13, 0.92) !important;
  border-color: var(--gold-outline-strong) !important;
  box-shadow: 0 0 0 .2rem rgba(215, 192, 122, .18) !important;
}

.cart-page .minimal-items-table .cell-notes textarea.form-control.item-note-input::placeholder,
.cart-page .minimal-items-table .cell-notes textarea.form-control.item-note-input::-webkit-input-placeholder,
.cart-page .minimal-items-table .cell-notes textarea.form-control.item-note-input::-moz-placeholder,
.minimal-items-table .cell-notes .item-note-input::placeholder,
.minimal-items-table .cell-notes .item-note-input::-webkit-input-placeholder,
.minimal-items-table .cell-notes .item-note-input::-moz-placeholder {
  color: rgba(215, 192, 122, 0.78) !important;
  -webkit-text-fill-color: rgba(215, 192, 122, 0.78) !important;
  opacity: 1 !important;
}

@media (max-width: 767.98px) {

  .cart-page .cart-top-actions,
  .checkout-page .checkout-top-actions {
    justify-content: space-between;
  }

  .minimal-items-table thead {
    display: none;
  }

  .minimal-items-table,
  .minimal-items-table tbody,
  .minimal-items-table tr,
  .minimal-items-table td {
    display: block;
    width: 100%;
  }

  .minimal-items-table tbody tr {
    border: 1px solid rgba(215, 192, 122, 0.28);
    border-radius: 12px;
    padding: .75rem;
    margin-bottom: .75rem;
    background: rgba(13, 13, 13, 0.36);
  }

  .minimal-items-table tbody td {
    border: 0;
    padding: .3rem 0;
  }

  .minimal-items-table tbody td::before {
    content: attr(data-label);
    display: block;
    color: var(--gold);
    opacity: .75;
    font-size: .82rem;
    margin-bottom: .2rem;
  }

  .minimal-items-table .cell-remove {
    text-align: left;
    padding-top: .6rem;
  }

  .minimal-items-table .cell-remove::before {
    display: none;
  }

  .minimal-items-table .cell-item .d-flex {
    align-items: flex-start !important;
  }

  .minimal-items-table .cell-item .cart-thumb {
    width: 48px;
    height: 48px;
  }

  .minimal-items-table .cell-notes .item-note-input {
    min-height: 36px;
    height: 36px;
  }

  .minimal-items-table .cell-notes .item-note-input::placeholder {
    color: rgba(215, 192, 122, 0.70) !important;
    -webkit-text-fill-color: rgba(215, 192, 122, 0.70) !important;
    opacity: 1 !important;
  }
}

/* Team */
.team-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  border: 1px solid var(--gold-outline);
  background: #111;
  display: flex;
  align-items: center;
    justify-content: center;
    overflow: hidden;
}
.team-card-link {
  display: block;
}

.team-member-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.team-member-card:hover,
.team-member-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(215, 192, 122, 0.20);
}

.team-member-card-linkable {
  cursor: pointer;
}

.team-member-card-linkable .team-card-top {
  min-width: 0;
}

.team-member-card-linkable .team-card-link {
  min-width: 0;
}

.team-member-card-linkable .team-contact-row {
  padding-top: 0;
}

.team-member-card-linkable .team-contact-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-member-card-linkable .team-contact-line {
  justify-content: center;
  text-align: center;
  gap: .42rem;
}

.team-member-card-linkable .team-inline-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.team-member-card-linkable .team-inline-icon svg {
  width: 18px;
  height: 18px;
}

.team-member-card-linkable .team-phone-link,
.team-member-card-linkable .team-contact-line .text-gold-70 {
  font-size: .98rem !important;
  line-height: 1.28;
}

.team-member-luxe-card .team-contact-row {
  justify-content: center;
}
.team-member-luxe-card .team-contact-col {
  align-items: center;
}

.team-member-luxe-card .team-contact-line {
  justify-content: center;
    text-align: center;
}

.team-member-luxe-card {
  box-shadow: 0 18px 42px rgba(215, 192, 122, 0.18), 0 10px 24px rgba(0, 0, 0, 0.45);
}

.team-member-card-vcard {
  cursor: pointer;
}

.team-member-card-vcard:hover,
.team-member-card-vcard:focus-within {
  transform: none;
  box-shadow: 0 18px 42px rgba(215, 192, 122, 0.18), 0 10px 24px rgba(0, 0, 0, 0.45);
}
.team-avatar-luxe {
  width: 126px;
  height: 126px;
  border-radius: 22px;
}

.team-member-luxe-card .team-contact-line {
  gap: .45rem;
}

.team-member-luxe-card .team-inline-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
}

.team-member-luxe-card .team-inline-icon svg {
  width: 20px;
  height: 20px;
}

.team-member-luxe-card .team-phone-link,
.team-member-luxe-card .team-contact-line .text-gold-70 {
  font-size: 1.03rem !important;
  line-height: 1.35;
}

.team-member-luxe-card .team-save-btn {
  font-size: .95rem;
  padding: .42rem .92rem;
  min-height: 42px;
}

.team-contact-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .5rem;
  min-width: 0;
}

.team-contact-col {
  min-width: 0;
  flex: 1;
}

.team-contact-line {
  display: flex;
  align-items: center;
  gap: .3rem;
  min-width: 0;
}

.team-phone-link {
  text-decoration: none;
}

.team-phone-link:focus-visible {
  color: #fff !important;
  text-decoration: underline;
}

.team-inline-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  border: 1px solid var(--gold-outline);
  color: var(--gold);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.team-inline-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}

.team-inline-icon:focus-visible {
  color: #fff;
  background: rgba(215, 192, 122, 0.12);
}

.team-inline-icon.is-disabled {
  opacity: .45;
}

.team-inline-emoji {
  display: inline-block;
  line-height: 1;
  font-size: 1rem;
}

.team-save-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  align-self: flex-start;
  margin-top: 0;
  font-size: .86rem;
  padding: .3rem .72rem;
  min-height: 36px;
}

.team-member-top-actions {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: .5rem;
  min-width: 0;
}

.team-member-top-left {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: .5rem;
  min-width: 0;
}

.team-member-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  min-width: 0;
  width: clamp(5.2rem, 27.5vw, 10.5rem);
    flex: 0 0 clamp(5.2rem, 27.5vw, 10.5rem);
    font-size: clamp(.78rem, 1.35vw, .95rem);
    line-height: 1.2;
    padding: .42rem clamp(.36rem, 1vw, .8rem);
    min-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-member-top-save {
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .team-member-card-linkable .team-inline-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .team-member-card-linkable .team-inline-icon svg {
    width: 16px;
    height: 16px;
  }

  .team-member-card-linkable .team-phone-link,
  .team-member-card-linkable .team-contact-line .text-gold-70 {
    font-size: .92rem !important;
  }

  .team-avatar-luxe {
    width: 92px;
    height: 92px;
    border-radius: 18px;
  }

  .team-avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .team-member-luxe-card .team-inline-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
  }

  .team-member-luxe-card .team-inline-icon svg {
    width: 18px;
    height: 18px;
  }

  .team-member-luxe-card .team-phone-link,
  .team-member-luxe-card .team-contact-line .text-gold-70 {
    font-size: .96rem !important;
  }

  .team-contact-row {
    gap: .4rem;
  }

  .team-contact-line {
    gap: .22rem;
    line-height: 1.15;
  }

  .team-inline-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .team-inline-icon svg {
    width: 14px;
    height: 14px;
  }

  .team-save-btn {
    font-size: .78rem;
    padding: .24rem .58rem;
    min-height: 34px;
  }
}

@media (max-width: 420px) {
  .team-member-card-linkable .team-inline-icon {
    width: 31px;
    height: 31px;
    min-width: 31px;
  }

  .team-member-card-linkable .team-inline-icon svg {
    width: 15px;
    height: 15px;
  }

  .team-member-card-linkable .team-phone-link,
  .team-member-card-linkable .team-contact-line .text-gold-70 {
    font-size: .88rem !important;
  }

  .team-avatar-luxe {
    width: 82px;
    height: 82px;
    border-radius: 16px;
  }

  .team-avatar {
    width: 44px;
    height: 44px;
    border-radius: 11px;
  }

  .team-member-luxe-card .team-inline-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .team-member-luxe-card .team-inline-icon svg {
    width: 16px;
    height: 16px;
  }

  .team-member-luxe-card .team-phone-link,
  .team-member-luxe-card .team-contact-line .text-gold-70 {
    font-size: .9rem !important;
  }

  .team-inline-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .team-save-btn {
    font-size: .74rem;
    padding: .22rem .52rem;
    min-height: 32px;
  }
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-initials {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: .06rem;
}
.footer-social a:hover {
  color: #fff;
}

/* WhatsApp floating button */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
  transition: transform 160ms ease, box-shadow 160ms ease;
  z-index: 1040;
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.55);
  color: #fff;
}
