/* Fonts (Inter) are loaded via <link> tags in header.php */

/* ============================================================
   Cutting-Edge Music — Theme
   Palette
     --ink      #111827  Text & borders (primary / structure)
     --orange   #F97316  Primary accent (CTAs / sale / marquee)
     --bg       #F8FAFC  Soft Gray   (page background)
     --surface  #FFFFFF  White       (cards / panels)
   Type: Inter (everything), heavy weights for display headings, base 16px
   ============================================================ */

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

:root {
  --ink: #111827;          /* text & borders */
  --ink-800: #1F2937;      /* slightly lifted ink */
  --ink-600: #374151;
  --orange: #F97316;       /* primary accent */
  --orange-600: #EA580C;   /* hover */
  --orange-100: #FFEDD5;
  --bg: #F8FAFC;
  --surface: #FFFFFF;
  --line: #E5E7EB;
  --muted: #6B7280;
  --radius: 8px;
  --shadow-sm: 0 1px 2px rgba(17, 24, 39, .06), 0 1px 3px rgba(17, 24, 39, .08);
  --shadow-md: 0 6px 16px rgba(17, 24, 39, .10);
  --shadow-lg: 0 14px 30px rgba(17, 24, 39, .16);
  --space: 16px;
}

/* ---------- Base / typography ---------- */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background-color: var(--bg);
  background-image: none;
  overflow-x: hidden; /* guard against the full-bleed nav's 100vw width */
}

a {
  color: var(--orange-600);
  text-decoration: none;
}
a:hover,
a:focus {
  color: var(--orange);
  text-decoration: underline;
}

h1, h2, h3, h4, h5 { color: var(--ink); font-weight: 800; letter-spacing: -0.01em; }

p { margin: 0 0 12px; }

.text-info { color: var(--ink); }
.text-muted { color: var(--muted); }
.highlight { color: var(--orange-600); font-weight: 700; }

h1.main { font-size: 30px; margin-top: 0; color: var(--ink); }
h1.main2 { font-size: 40px; text-align: center; margin-top: 0; }
h3.main2 { font-size: 19px; text-align: center; margin-top: 0; color: var(--muted); font-weight: 400; }
h1.main .small { padding: 2px 0; }
h4.sub { margin-bottom: 5px; }

/* ---------- Layout containers (widths preserved from original) ---------- */
.container { background-color: var(--surface); }

.ft-container,
.ft-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px)  { .ft-container { width: 750px; } }
@media (min-width: 992px)  { .ft-container { width: 970px; } }
@media (min-width: 1200px) { .ft-container { width: 1170px; } }
@media (min-width: 1680px) { .ft-container { width: 1660px; } }

@media (min-width: 1500px) { .container, .hd-area { width: 1475px; } }
@media (min-width: 1680px) { .container, .hd-area { width: 1660px; } }

@media (min-width: 768px)  { .container2 { width: 461px; } }
@media (min-width: 992px)  { .container2 { width: 596px; } }
@media (min-width: 1200px) { .container2 { width: 720px; } }
@media (min-width: 1500px) { .container2 { width: 900px; } }
@media (min-width: 1680px) { .container2 { width: 1008px; } }
@media (min-width: 1920px) { .container2 { width: 1152px; } }

/* ---------- Top utility bar ---------- */
#hd-utility {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
#hd-utility .container { background: transparent; }
#hd-utility .util-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 0;
}
#hd-utility .util-ship { color: var(--ink); }
#hd-utility .util-links a {
  color: var(--ink);
  margin-left: 22px;
  text-decoration: none;
}
#hd-utility .util-links a:hover { color: var(--orange-600); }
@media (max-width: 600px) {
  #hd-utility { display: none; }
}

/* ---------- Header ---------- */
#hd-logo, #hd-cart, #hd-cart-list, #hd-cart-total {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* Large search — the focal point on every page */
#hd-search {
  margin-top: 22px;
  margin-bottom: 22px;
}
#hd-search .form-control {
  height: 52px;
  font-size: 16px;
  border: 2px solid var(--ink);
  border-right: 0;
  box-shadow: none;
  border-radius: var(--radius) 0 0 var(--radius);
  padding-left: 18px;
  color: var(--ink);
}
#hd-search .form-control:focus {
  border-color: var(--orange);
  box-shadow: none;
}
#hd-search .input-group:focus-within .form-control { border-color: var(--orange); }
#hd-search .btn {
  height: 52px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 26px;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: var(--ink);
  border: 2px solid var(--ink);
  color: #fff;
}
#hd-search .btn:hover,
#hd-search .btn:focus {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}

/* Account button (outline) in header — optional helper */
.hd-account-btn {
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 2px solid var(--ink);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--surface);
  padding: 0 22px;
}
.hd-account-btn:hover { border-color: var(--orange); color: var(--orange-600); text-decoration: none; }

/* Category navigation bar (yamm) */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown { position: static; }
.yamm .container { position: relative; }
.yamm .dropdown-menu { left: auto; }
.yamm .yamm-content { padding: 20px 30px; }
.yamm .dropdown.yamm-fw .dropdown-menu { left: 0; right: 0; }

#hd-categories {
  background: var(--ink);
  border-color: var(--ink);
  border-radius: 0;
  margin-bottom: 0;
  z-index: 9999;
  box-shadow: none;
  /* Full-bleed: dark bar spans the whole viewport even though the nav
     sits inside a centered .container */
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}
/* Keep the links aligned to the page content width (match .container) */
#hd-categories > .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px)  { #hd-categories > .container-fluid { width: 750px; } }
@media (min-width: 992px)  { #hd-categories > .container-fluid { width: 970px; } }
@media (min-width: 1200px) { #hd-categories > .container-fluid { width: 1170px; } }
@media (min-width: 1500px) { #hd-categories > .container-fluid { width: 1475px; } }
@media (min-width: 1680px) { #hd-categories > .container-fluid { width: 1660px; } }
#hd-categories .navbar-brand,
#hd-categories .navbar-nav > li > a {
  color: #fff;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 14px;
}
#hd-categories .navbar-nav > li > a:hover,
#hd-categories .navbar-nav > li > a:focus {
  background-color: transparent;
  color: var(--orange);
}
#hd-categories .navbar-nav > .open,
#hd-categories .navbar-nav > .active { background-color: transparent; }
#hd-categories .navbar-nav > .open > a,
#hd-categories .navbar-nav > .active > a {
  background-image: none;
  background-color: transparent;
  color: var(--orange);
}
/* SALE link gets the accent color */
#hd-categories .navbar-nav > li.sale > a,
#hd-categories .navbar-nav > li > a.sale { color: var(--orange); }
#hd-categories .navbar-toggle { border-color: rgba(255,255,255,.4); }
#hd-categories .navbar-toggle:hover,
#hd-categories .navbar-toggle:focus { background-color: var(--orange); }
#hd-categories .navbar-toggle .icon-bar { background-color: #fff; }
#navbar-2 > ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; }

.yamm .yamm-content {
  background-color: var(--surface);
  padding-bottom: 10px;
}
.yamm-col { padding-bottom: 20px; }
.yamm-footer { border-top: 1px solid var(--line); padding-top: 20px; }

/* ---------- Orange scrolling marquee (below nav) ---------- */
#hd-marquee {
  background: var(--orange);
  color: var(--ink);
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid var(--orange-600);
  border-bottom: 1px solid var(--orange-600);
}
#hd-marquee .marquee-track {
  display: inline-block;
  padding-left: 100%;            /* start off-screen right */
  animation: marquee 28s linear infinite;
}
#hd-marquee:hover .marquee-track { animation-play-state: paused; }
#hd-marquee .marquee-item {
  display: inline-block;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
#hd-marquee .marquee-sep {
  display: inline-block;
  margin: 0 26px;
  color: var(--ink);
  opacity: .65;
  font-size: 11px;
  transform: translateY(-1px);
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  #hd-marquee .marquee-track { animation: none; padding-left: 0; text-align: center; }
}

/* ---------- Hero (home page body, index file) ---------- */
.hero {
  background: var(--surface);
  margin: 0 0 26px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero .container { background: transparent; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 30px;
  align-items: center;
  padding: 46px 0 40px;
}
@media (max-width: 880px) { .hero-grid { grid-template-columns: 1fr; } }

.hero-eyebrow {
  display: inline-block;
  background: var(--orange);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 6px 12px;
  margin-bottom: 18px;
}
.hero-title {
  color: var(--ink);
  font-size: 72px;
  line-height: .96;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
  text-transform: uppercase;
}
.hero-title .accent { color: var(--orange); }
.hero-sub {
  color: var(--ink-600);
  font-size: 18px;
  max-width: 520px;
  margin: 0 0 26px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.hero-cta .btn { height: 56px; display: inline-flex; align-items: center; padding: 0 28px; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.hero-stat .num { font-size: 30px; font-weight: 900; color: var(--ink); line-height: 1; }
.hero-stat .lbl { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }

.hero-media {
  background: #F3EFE9;
  border-radius: 4px;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-media img { max-width: 78%; height: auto; display: block; }

@media (max-width: 880px) {
  .hero-title { font-size: 52px; }
}
@media (max-width: 480px) {
  .hero-title { font-size: 40px; }
  .hero-stats { gap: 24px; }
}

/* ---------- Section heading device ---------- */
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8px 0 18px;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 10px;
}
.section-head h2 { font-size: 26px; margin: 0; color: var(--ink); font-weight: 800; }
.section-head .eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange-600);
  margin-bottom: 4px;
}
.section-head .see-all { font-size: 15px; font-weight: 700; }

/* ---------- Homepage category cards / tiles ---------- */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0 0 36px;
}
@media (max-width: 1199px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 767px)  { .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 420px)  { .cat-grid { grid-template-columns: 1fr; } }

.cat-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  color: var(--ink);
  text-decoration: none;
}
.cat-card:hover,
.cat-card:focus {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--orange);
  text-decoration: none;
  color: var(--ink);
}
.cat-card-media {
  flex: 0 0 auto;
  height: 150px;
  background: #F3EFE9;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}
.cat-card-body { display: flex; flex-direction: column; flex: 1 1 auto; padding: 14px 16px 16px; }
.cat-card-title { display: block; font-size: 17px; font-weight: 800; color: var(--ink); margin: 0 0 3px; }
.cat-card-sub { display: block; font-size: 13px; color: var(--muted); margin: 0; }
.cat-card .arrow { display: block; margin-top: auto; padding-top: 12px; color: var(--orange-600); font-weight: 800; font-size: 13px; }

/* ---------- All categories (browse-all page) ---------- */
.all-categories { margin-bottom: 30px; }
.allcat-col { margin-bottom: 22px; }
.allcat-head {
  font-size: 18px;
  font-weight: 800;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 8px;
  margin: 0 0 10px;
}
.allcat-head a { color: var(--ink); }
.allcat-head a:hover { color: var(--orange-600); text-decoration: none; }
.allcat-list li { margin-bottom: 6px; }
.allcat-list a { color: var(--ink); }
.allcat-list a:hover { color: var(--orange-600); }

/* ---------- Below-the-fold promotions ---------- */
.promo-section { margin: 6px 0 30px; }
.promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.promo-grid.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 767px) { .promo-grid, .promo-grid.three { grid-template-columns: 1fr; } }
.promo-card {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: var(--surface);
  transition: transform .15s ease, box-shadow .15s ease;
}
.promo-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.promo-card img { width: 100%; height: auto; display: block; }

/* ---------- Buttons ---------- */
.btn { border-radius: var(--radius); font-weight: 700; }

/* Primary CTA = solid ink (dark) */
.btn-primary {
  background-image: none;
  background-color: var(--ink);
  border-color: var(--ink);
  color: #fff;
  filter: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--orange);
  border-color: var(--orange);
  color: #fff;
  background-position: 0 0;
}

/* Buy / checkout button = Orange accent */
.btn-success {
  background-image: none;
  background-color: var(--orange);
  border-color: var(--orange);
  color: #fff;
  filter: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: var(--orange-600);
  border-color: var(--orange-600);
  color: #fff;
  background-position: 0 0;
}

/* Outline button utility (use class="btn btn-outline") */
.btn-outline {
  background-color: transparent;
  border: 2px solid var(--ink);
  color: var(--ink);
}
.btn-outline:hover,
.btn-outline:focus { border-color: var(--orange); color: var(--orange-600); }

/* Orange accent button utility (use class="btn btn-orange") */
.btn-orange {
  background-color: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.btn-orange:hover,
.btn-orange:focus { background-color: var(--orange-600); border-color: var(--orange-600); color: #fff; }

/* ---------- List group (left column) ---------- */
.list-group { border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: none;
  background-image: none;
  background-color: var(--ink);
  border-color: var(--ink);
  color: #fff;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge { text-shadow: none; }

/* ---------- Pagination ---------- */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: var(--orange);
  border-color: var(--orange);
}

/* ---------- Carousel ---------- */
#main-carousel { margin-top: 10px; margin-bottom: 10px; }
.carousel-inner > .item > img,
.carousel-inner > .item > a > img { margin: 0 auto; }

/* ---------- General page furniture ---------- */
@media print { a[href]:after { content: none; } }

section { border-top: 1px solid var(--line); }
section h2 { font-size: 22px; margin-top: 16px; color: var(--ink); }

.indent-sm { padding-left: 10px; }
.indent-lg { padding-left: 30px; }
.form-button-sm, .spacer-sm, .form-inline { margin-bottom: 10px; }
.form-button, .spacer-md { margin-bottom: 20px; }
.form-inline label { margin-right: 5px; }
.form-inline .form-group { min-width: 50%; }
.form-space { margin-top: 15px; }
.pop-space, .captcha { margin-top: 10px; }
.captcha { display: inline-block; text-align: center; }
.break { padding-top: 10px; }

/* ---------- Product cards ---------- */
.product {
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 14px;
  margin-bottom: 18px;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  display: flex;
  flex-direction: column;
}
.product:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  border-color: var(--orange);
}
.product p, .product-pricing p, .no-pad { margin: 0; }

.product .product-img {
  position: relative;
  width: 100%;
  height: 190px;
  margin: 0 auto 12px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.product .product-img img {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: transform .2s ease;
}
.product:hover .product-img img { transform: scale(1.03); }

.product .product-img a::after {
  content: "Quick view";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 9px 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: rgba(17, 24, 39, .85);
  transform: translateY(100%);
  transition: transform .18s ease;
}
.product:hover .product-img a::after { transform: translateY(0); }

.product h3, .product h4, .product h5,
.product .product-title {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 4px;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product h3 a, .product h4 a, .product h5 a,
.product .product-title a { color: var(--ink); }
.product h3 a:hover, .product h4 a:hover, .product h5 a:hover { color: var(--orange-600); text-decoration: none; }

.product p.desc,
.product .product-meta {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product .price,
.product .product-price,
.product .text-info {
  font-size: 20px;
  font-weight: 800;
  color: var(--ink);
}

.product .btn { margin-top: auto; margin-bottom: 0; }
.product .btn-success,
.product .btn-primary { display: block; width: 100%; }
.pagination { margin-top: 5px; margin-bottom: 15px; }
.product-img-help { width: 250px; text-align: center; }

.product-addl-img { float: left; width: 120px; height: 120px; margin-right: 10px; margin-top: 10px; }
.cart-img { position: relative; width: 64px; height: 64px; }
.cart-img img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.tab-content { margin: 10px; }
.product-divider { border-top: 1px solid var(--line); margin: 10px 0; }
.product-cmp { margin-left: 10px; }

/* List (row) view */
.col-md-12 .product { width: 100%; flex-direction: row; flex-wrap: wrap; align-items: flex-start; }
.col-md-12 .product .btn { margin-bottom: 10px; }
.col-md-12 .product .product-img { float: left; width: 200px; height: 200px; margin-top: 5px; margin-bottom: 5px; }
.col-md-12 .product .product-img a::after { content: none; }
.col-md-12 .product-cmp { display: block; }
.col-md-12 .product-info,
.col-md-12 .product-info-narrow,
.col-md-12 .product-price { float: left; padding-left: 16px; padding-right: 10px; }
.col-md-12 .product-info { width: 590px; }
.col-md-12 .product-info-narrow { width: 350px; }
.col-md-12 .product-price { border-left: 1px solid var(--line); }

.page-results, .top-spacer { margin-top: 5px; }
.panel-body h4, td > h5 { margin-top: 0; }
td > h5 { margin-bottom: 0; }
.cart-qty input { width: 75px; margin: 0 auto; }
.embed-popup-sm { padding-bottom: 250px; }
.embed-popup-lg { padding-bottom: 400px; }
.table > tbody > tr.no-bg { background-color: transparent; }

/* ---------- Product detail page ---------- */
.product-pricing .panel { border-radius: var(--radius); }
.product-img-help { color: var(--muted); }

/* ---------- Availability lights ---------- */
.g-light, .y-light, .r-light { font-weight: bold; }
.g-light { color: #15803D; }
.y-light { color: var(--orange-600); }
.r-light { color: #B91C1C; }
.rating-help { width: 200px; }

/* ---------- Social icons (sprite preserved) ---------- */
.social { color: #444; background-color: var(--surface); }
.social h4 { display: inline-block; vertical-align: top; margin-top: 21px; color: var(--ink); }
.social a {
  background-image: url('/images/social.png');
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  display: inline-block;
  vertical-align: top;
}
.facebook { background-position: 0 0; }
.facebook:hover { background-position: 0 -64px; }
.google { background-position: -192px 0; }
.google:hover { background-position: -192px -64px; }
.linkedin { background-position: -256px 0; }
.linkedin:hover { background-position: -256px -64px; }
.pinterest { background-position: -320px 0; }
.pinterest:hover { background-position: -320px -64px; }
.twitter { background-position: -512px 0; }
.twitter:hover { background-position: -512px -64px; }
.youtube { background-position: -640px 0; }
.youtube:hover { background-position: -640px -64px; }
.instagram { background-position: -704px 0; }
.instagram:hover { background-position: -704px -64px; }
.reverb { background-position: -768px 0; }
.reverb:hover { background-position: -768px -64px; }

/* ---------- Footer ---------- */
footer {
  color: #CBD5E1;
  background-color: var(--ink);
  padding: 0 0 28px;
  margin-top: 0;
}

/* Newsletter band sits at the top of the footer */
.ft-newsletter {
  background-color: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  padding: 40px 0 44px;
}
.ft-newsletter .ft-container { background: transparent; }
.ft-newsletter h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.ft-newsletter p { color: #9CA3AF; max-width: 520px; margin: 0 0 22px; }
.ft-newsletter .nl-form { display: flex; flex-wrap: wrap; gap: 0; max-width: 560px; }
.ft-newsletter .nl-input {
  flex: 1 1 240px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, .25);
  background: transparent;
  color: #fff;
  padding: 0 18px;
  font-size: 15px;
  border-radius: 0;
}
.ft-newsletter .nl-input::placeholder { color: #6B7280; }
.ft-newsletter .nl-input:focus { outline: none; border-color: var(--orange); }
.ft-newsletter .nl-btn {
  height: 54px;
  background: var(--orange);
  color: #fff;
  border: 1px solid var(--orange);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 0 28px;
  cursor: pointer;
}
.ft-newsletter .nl-btn:hover { background: var(--orange-600); border-color: var(--orange-600); }

footer h4 {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
footer a { color: #CBD5E1; }
footer a:hover { color: #fff; text-decoration: none; }
footer ul.list-unstyled li { margin-bottom: 10px; }
.ft-container a { background-color: transparent; }
.ft-container { background: transparent; }

.ft-main { padding-top: 44px; }
.ft-brand p { color: #9CA3AF; font-size: 14px; max-width: 280px; margin-top: 16px; }
.ft-brand .ft-logo { max-height: 34px; width: auto; }

.copyright {
  color: #6B7280;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 22px;
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.copyright a { color: #9CA3AF; }
.copyright a:hover { color: #fff; }
.copyright .legal-links a { margin-left: 22px; }
@media (max-width: 600px) { .copyright .legal-links a { margin-left: 0; margin-right: 18px; } }

/* ---------- Swatches (product options — preserved) ---------- */
.swatch-color {
  float: left;
  width: 55px;
  height: 55px;
  margin: 0 6px 6px 0;
  border: 1px solid var(--line);
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.swatch-selected { outline: 2px solid var(--orange); }
