/* ===========================================================================
   Spice frontend palette overlay
   Shifts the supplyflow storefront to match the spice public design language:
   - Orange #FF6B35 → #FF8C61 primary gradient (replaces peach/teal accents)
   - Clean white surfaces with subtle shadows (no warm overlays)
   - Dark #333 footer with white text
   - Cleaner radii, tighter borders, soft shadows
   Keeps all class names, layout, and content untouched.
   =========================================================================== */

:root,
body,
body[data-theme-preset="amber"],
body[data-theme-preset="mono"] {
  --bg: #F9F9F9;
  --bg-soft: #FFFFFF;
  --surface: #FFFFFF;
  --surface-strong: #FFFFFF;
  --surface-tint: #FFF4ED;
  --text: #333333;
  --muted: #666666;
  --muted-soft: #999999;
  --line: #F0F0F0;
  --primary: #FF6B35;
  --primary-deep: #E55527;
  --accent: #E55527;
  --accent-soft: rgba(255, 107, 53, 0.1);
  --warning: #FF9800;
  --success: #4CAF50;
  --danger: #F44336;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 12px 28px rgba(0, 0, 0, 0.1);
  --radius: 12px;
  --radius-sm: 10px;
  --container: 1280px;
}

body {
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #FF6B35;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #E55527;
}

/* Header — clean white, subtle shadow */
.site-header {
  background: #FFFFFF;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  backdrop-filter: none;
}

.promo-strip {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
}

.brand__mark {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
  border: none;
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.25);
  border-radius: 12px;
}

.brand__mark--image {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

/* Buttons — orange gradient, clean shadows */
.button,
.b2b-add-btn {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
  border: none;
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.22);
}

.button:hover,
.b2b-add-btn:hover {
  background: linear-gradient(135deg, #E55527 0%, #FF6B35 100%);
  box-shadow: 0 10px 22px rgba(255, 107, 53, 0.3);
}

.ghost-button {
  color: #FF6B35;
  background: transparent;
  border: 2px solid #FF6B35;
}

.ghost-button:hover {
  background: #FF6B35;
  color: #fff;
}

.soft-button,
.user-pill,
.logout-link,
.nav-chip,
.b2b-view-btn,
.shop-pagination__nav,
.shop-pagination__page,
.faq-chip {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  color: var(--text);
}

.soft-button:hover,
.nav-chip:hover,
.b2b-view-btn:hover,
.shop-pagination__nav:hover,
.shop-pagination__page:hover,
.faq-chip:hover {
  border-color: #FF6B35;
  color: #FF6B35;
}

/* Navigation pill — keep but with cleaner palette */
.main-nav {
  background: #FBFBFC;
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}

.main-nav > a:hover,
.nav-dropdown > a:hover,
.main-nav > a.is-active,
.nav-dropdown > a.is-active {
  color: #FF6B35;
}

.main-nav > a.is-active::after,
.nav-dropdown > a.is-active::after {
  background: linear-gradient(90deg, #FF6B35, #FF8C61);
}

/* Cart badge */
.cart-badge {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  border: 2px solid #fff;
}

/* Hero banner — orange gradient backdrop */
.hero-slide__backdrop {
  background:
    linear-gradient(135deg, rgba(229, 85, 39, 0.82), rgba(255, 107, 53, 0.76)),
    linear-gradient(180deg, #FF6B35 0%, #FF8C61 100%);
}

/* Card surfaces — clean white, subtle borders */
.panel,
.panel--tight,
.summary-card,
.legal-card,
.legal-card--clean,
.content-card,
.empty-state,
.empty-state--card,
.auth-card,
.auth-card--reference,
.b2b-login-card,
.register-shell,
.faq-card,
.product-card,
.product-card--shop,
.b2b-table-wrap,
.account-shell,
.director-card,
.trade-reference-card,
.marketing-card,
.register-intro-card,
.hero-card,
.glass-card,
.stat-card {
  background: #FFFFFF;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius);
}

/* Form fields */
.field,
.select,
.textarea,
.b2b-search-field,
.b2b-filter-select {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: var(--radius-sm);
  box-shadow: none;
}

.field:focus,
.select:focus,
.textarea:focus,
.b2b-search-field:focus,
.b2b-filter-select:focus {
  border-color: #FF6B35;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.15);
}

/* Auth/welcome hero blocks — orange instead of teal->navy */
.future-hero__banner,
.future-hero__banner--full,
.b2b-login-brand,
.account-hero,
.b2b-welcome,
.b2b-gate,
.b2b-success-card {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.b2b-login-brand,
.account-hero,
.b2b-welcome {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(135deg, #FF6B35 0%, #E55527 60%, #FF8C61 120%);
}

.b2b-login-brand p,
.b2b-login-support,
.b2b-login-support a,
.b2b-welcome__meta,
.b2b-welcome__eyebrow,
.account-hero p {
  color: rgba(255, 255, 255, 0.92);
}

.b2b-gate {
  background: linear-gradient(180deg, #FFFFFF, #FFF7F1);
  border: 1px solid var(--line);
}

/* Tables */
.b2b-table thead {
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.08), rgba(255, 140, 97, 0.04));
}

.b2b-row[data-action="view-product-info"]:focus-visible {
  outline: 3px solid rgba(255, 107, 53, 0.3);
}

/* Tabs */
.tabs {
  background: #F5F5F5;
  box-shadow: none;
  border: 1px solid var(--line);
}

.tabs button.is-active {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 107, 53, 0.22);
}

/* Category tiles */
.category-card {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
  border: none;
  box-shadow: var(--shadow-sm);
}

.category-card:hover {
  box-shadow: 0 14px 30px rgba(255, 107, 53, 0.28);
}

/* Product art tiles */
.product-art,
.art-thumb {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.6), transparent 28%),
    linear-gradient(135deg, #FFE8D8 0%, #FFD0B0 100%);
}

/* Price emphasis */
.price {
  color: #FF6B35;
}

/* Icon badge */
.icon-badge {
  background: linear-gradient(135deg, #FF6B35, #FF8C61);
  color: #fff;
  box-shadow: 0 4px 10px rgba(255, 107, 53, 0.22);
}

/* Tags */
.tag.restricted {
  background: #FFF1E6;
  color: #E55527;
  border: 1px solid rgba(229, 85, 39, 0.2);
}

.tag.status-open {
  background: #E8F1FF;
  color: #2357b8;
}

.tag.status-paid {
  background: #E6F7EC;
  color: #2E7D32;
}

/* Segmented control */
.segmented {
  background: #F5F5F5;
  border: 1px solid var(--line);
}

.segmented button.is-active {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
  box-shadow: 0 2px 6px rgba(255, 107, 53, 0.22);
}

/* Quantity control */
.qty-control {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: var(--radius-sm);
}

.qty-control button:hover {
  background: rgba(255, 107, 53, 0.08);
  color: #FF6B35;
}

/* Eyebrows that previously used teal — keep orange tint */
.eyebrow {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

/* Footer — dark like spice */
.site-footer {
  background: #333333;
  color: #fff;
  margin-top: 2.5rem;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
}

.footer-grid a,
.footer-grid p,
.footer-note {
  color: rgba(255, 255, 255, 0.65);
}

.footer-grid a:hover {
  color: #fff;
}

.footer-brand .brand__mark {
  width: 118px;
  height: 86px;
  flex: 0 0 118px;
  background: transparent;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}

.footer-brand .brand__mark--image {
  background: transparent;
  border: none;
  box-shadow: none;
}

.footer-brand .brand__mark--image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
}

/* Drawer + modal */
.drawer-backdrop,
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.drawer,
.modal-card {
  background: #fff;
  box-shadow: var(--shadow-lg);
}

/* Nav dropdown panel */
.nav-dropdown__panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  backdrop-filter: none;
}

.category-menu-card {
  background: #F9F9F9;
  border-radius: var(--radius-sm);
}

.category-menu-card:hover {
  background: rgba(255, 107, 53, 0.08);
}

.category-menu-card:hover strong {
  color: #FF6B35;
}

/* Misc panels and gradients that linked back to teal */
.tabs button.is-active::after {
  display: none;
}

.b2b-table th {
  color: var(--text);
}

/* Promo strip min-height keep */
.promo-strip__inner {
  min-height: 40px;
  color: #fff;
}

/* Mobile menu panel */
.mobile-panel__card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.menu-toggle {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.menu-toggle span {
  background: var(--text);
}

/* ---------- Shop product card (.pcard) — spice colorful refresh ---------- */

.pcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}

.pcard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF6B35, #FF8C61);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.pcard:hover,
.pcard:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(255, 107, 53, 0.15);
  border-color: rgba(255, 107, 53, 0.35);
}

.pcard:hover::before,
.pcard:focus-visible::before {
  opacity: 1;
}

.pcard:focus-visible {
  outline: 3px solid rgba(255, 107, 53, 0.3);
  outline-offset: 3px;
}

.pcard__pill {
  background: linear-gradient(135deg, #E55527, #FF6B35);
  color: #fff;
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 6px rgba(229, 85, 39, 0.3);
}

.pcard__name {
  color: var(--text);
}

.pcard__name:hover {
  color: #FF6B35;
}

.pcard > .pcard__name {
  color: var(--text);
}

.pcard__img--art {
  background: linear-gradient(135deg, #FFE8D8 0%, #FFD0B0 100%);
  color: #E55527;
  border-radius: 12px;
  font-weight: 800;
}

.pcard__media {
  background: linear-gradient(180deg, #FFFBF7 0%, #FFFFFF 100%);
}

.pcard__price-wrap {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFF7F1 100%);
  border-top: 1px solid #FFE7D8;
}

.pcard__uom1-price {
  color: #E55527;
}

.pcard__inc-label {
  color: var(--muted);
}

.pcard__uom2-ref {
  color: var(--muted);
}

.pcard__login-cta {
  color: #FF6B35;
  font-weight: 600;
}

.pcard__login-cta:hover {
  color: #E55527;
}

.pcard__footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.pcard__qty-wrap {
  border: 1px solid #FFD8C2;
  background: #FFF7F1;
  border-radius: 8px;
}

.pcard__qty-btn {
  color: #E55527;
  font-weight: 700;
}

.pcard__qty-btn:hover {
  background: rgba(255, 107, 53, 0.12);
}

.pcard__qty-inp {
  border-left-color: #FFD8C2;
  border-right-color: #FFD8C2;
  color: var(--text);
  font-weight: 600;
}

.pcard__add-btn {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(255, 107, 53, 0.25);
}

.pcard__add-btn:hover {
  background: linear-gradient(135deg, #E55527 0%, #FF6B35 100%);
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.35);
  transform: translateY(-1px);
}

.pcard__uom-tabs {
  border: 1px solid #FFD8C2;
  background: #FFF7F1;
  border-radius: 8px;
}

.pcard__uom-tab + .pcard__uom-tab {
  border-left-color: #FFD8C2;
}

.pcard__uom-tab.is-active {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
}

.pcard__uom-tab:not(.is-active) {
  color: #E55527;
}

.pcard__uom-tab:not(.is-active):hover {
  background: rgba(255, 107, 53, 0.1);
  color: #E55527;
}

.pcard__badge {
  background: linear-gradient(90deg, #4CAF50, #66BB6A);
}

/* ---------- FAQ page — full redesign with spice palette ---------- */

.faq-page {
  padding-top: 2rem;
}

/* Hard-lock width: container--narrow is 820px, shell sits inside at 100% */
.faq-shell {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  min-width: 0;
}

.faq-search-wrap {
  display: flex;
  justify-content: center;
}

.faq-search-field {
  max-width: 580px;
  width: 100%;
  border-radius: 999px;
  padding: 0.95rem 1.5rem;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  font-size: 0.95rem;
  min-height: 50px;
}

.faq-search-field:focus {
  border-color: #FF6B35;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.15);
}

.faq-category-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
  padding: 0;
}

.faq-chip {
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}

.faq-chip:hover {
  border-color: #FF6B35;
  color: #FF6B35;
  background: #FFF7F1;
  transform: translateY(-1px);
}

.faq-chip.is-active {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(255, 107, 53, 0.28);
}

/* Force the list to a single fixed column so card width never reflows */
.faq-list,
.faq-list--clean {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

.faq-card--reference {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.faq-card--reference:hover {
  border-color: rgba(255, 107, 53, 0.3);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.08);
}

.faq-card--reference.is-open {
  border-color: rgba(255, 107, 53, 0.45);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.12);
}

.faq-card--reference button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  border: none;
  padding: 1.15rem 1.35rem;
  text-align: left;
  cursor: pointer;
}

.faq-card--reference button > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.faq-card--reference h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--text);
}

.faq-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: #E55527;
  background: #FFF1E6;
  border-radius: 999px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: fit-content;
}

.faq-toggle {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%);
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(255, 107, 53, 0.25);
  transition: transform 0.25s ease;
}

.faq-card--reference.is-open .faq-toggle {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #E55527 0%, #FF6B35 100%);
}

.faq-card--reference .faq-answer {
  display: none;
  padding: 1rem 1.35rem 1.35rem;
  margin: 0;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.7;
  border-top: 1px solid var(--line);
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-width: 0;
}

.faq-card--reference .faq-answer img,
.faq-card--reference .faq-answer iframe,
.faq-card--reference .faq-answer video,
.faq-card--reference .faq-answer table {
  max-width: 100%;
  height: auto;
}

.faq-card--reference .faq-answer pre {
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 100%;
  overflow-x: auto;
}

.faq-card--reference.is-open .faq-answer {
  display: block;
}

.faq-support-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border: 1px solid rgba(255, 107, 53, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 107, 53, 0.06), transparent 40%),
    linear-gradient(180deg, #FFFFFF, #FFF7F1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-top: 1rem;
}

.faq-support-card h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text);
}

.faq-support-card p {
  margin: 0.7rem auto 1.5rem;
  max-width: 480px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq-support-card .button {
  padding: 0.85rem 1.75rem;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .faq-page__intro {
    padding: 2.25rem 1rem 1.75rem;
    border-radius: 0 0 20px 20px;
    margin-bottom: 1.75rem;
  }

  .faq-card--reference button {
    padding: 1rem 1.1rem;
  }

  .faq-card--reference .faq-answer {
    padding: 0 1.1rem 1.1rem;
  }

  .faq-toggle {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 1rem;
  }

  .faq-support-card {
    padding: 1.75rem 1.1rem;
  }
}

/* ---------- Product detail page (.pdp) — spice style ---------- */

.pdp-page {
  padding-top: 1.5rem;
}

.pdp-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.pdp-breadcrumb a {
  color: var(--muted);
  transition: color 0.2s ease;
}

.pdp-breadcrumb a:hover {
  color: #FF6B35;
}

.pdp-breadcrumb span[aria-hidden] {
  color: var(--muted-soft);
}

.pdp-breadcrumb__current {
  color: var(--text);
  font-weight: 600;
}

.pdp-back {
  margin-left: auto;
}

.pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.pdp-media-col {
  position: sticky;
  top: 6.5rem;
}

.pdp__media {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.7), transparent 35%),
    linear-gradient(135deg, #FFE8D8 0%, #FFD0B0 100%);
  border: 1px solid #FFE0CC;
  box-shadow: 0 12px 32px rgba(255, 107, 53, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 2rem;
}

.pdp__img {
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
  border-radius: 8px;
}

.pdp__img--art {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5rem;
  font-weight: 800;
  color: #E55527;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
}

.pdp__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #E55527, #FF6B35);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(229, 85, 39, 0.35);
  z-index: 2;
}

.pdp-info-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  min-width: 0;
}

.pdp__cat {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FF6B35;
}

.pdp__title {
  margin: 0.2rem 0 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
}

.pdp__sku {
  font-size: 0.85rem;
  color: var(--muted);
}

.pdp__sku code {
  background: var(--bg-tertiary, #F5F5F5);
  padding: 0.1rem 0.45rem;
  border-radius: 6px;
  font-size: 0.82rem;
  color: var(--text);
}

.pdp__price-box {
  margin: 0.85rem 0 0.5rem;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #FFF7F1 0%, #FFEFE4 100%);
  border: 1px solid #FFE0CC;
}

.pdp__price-box--guest {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}

.pdp__price {
  font-size: 1.9rem;
  font-weight: 800;
  color: #E55527;
  line-height: 1.1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pdp__price-uom {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--muted);
}

.pdp__price-ref {
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: var(--muted);
}

.pdp__contact {
  font-size: 0.95rem;
  color: var(--muted);
}

.pdp__stock {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.pdp__stock.is-in {
  background: #E6F7EC;
  color: #2E7D32;
}

.pdp__stock.is-out {
  background: #FDECEA;
  color: #C62828;
}

.pdp__buy {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0.85rem 0;
  flex-wrap: wrap;
}

.pdp__qty {
  height: 52px;
}

.pdp__qty .pcard__qty-btn {
  width: 44px;
  height: 50px;
  font-size: 1.3rem;
}

.pdp__qty .pcard__qty-inp {
  width: 56px;
  height: 50px;
  font-size: 1rem;
}

.pdp__add {
  flex: 1;
  min-width: 180px;
  min-height: 52px;
  font-size: 1rem;
  padding: 0.85rem 1.75rem;
}

.pdp__section {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.pdp__section h3 {
  margin: 0 0 0.65rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
}

.pdp__section p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  overflow-wrap: break-word;
}

.pdp__muted {
  color: var(--muted-soft) !important;
  font-style: italic;
}

.pdp__specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.pdp__specs th,
.pdp__specs td {
  text-align: left;
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.pdp__specs th {
  width: 38%;
  color: var(--muted);
  font-weight: 600;
}

.pdp__specs td {
  color: var(--text);
  font-weight: 500;
}

.pdp__specs tr:last-child th,
.pdp__specs tr:last-child td {
  border-bottom: none;
}

@media (max-width: 860px) {
  .pdp-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pdp-media-col {
    position: static;
  }

  .pdp__media {
    min-height: 300px;
    padding: 1.5rem;
  }

  .pdp__img {
    max-height: 340px;
  }
}

@media (max-width: 640px) {
  .pdp-breadcrumb {
    margin-bottom: 1rem;
  }

  .pdp-back {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
    order: 3;
  }

  .pdp__buy {
    flex-direction: column;
    align-items: stretch;
  }

  .pdp__add {
    width: 100%;
  }
}
