/*
Theme Name: 7 Sins Mixes Launch
Theme URI: https://7sinsmixes.com/
Author: OpenAI Codex
Description: A WooCommerce-ready theme prototype for 7 Sins Mixes built around a luxury-party aesthetic.
Version: 0.1.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: seven-sins-mixes
*/

:root {
  --bg: #0f0908;
  --bg-soft: #170d0b;
  --card: rgba(33, 18, 14, 0.76);
  --card-strong: rgba(50, 20, 16, 0.92);
  --line: rgba(255, 231, 203, 0.12);
  --line-strong: rgba(255, 202, 133, 0.3);
  --text: #f7efe5;
  --muted: #d4c0aa;
  --gold: #f2bd72;
  --orange: #ff8442;
  --red: #d63d2a;
  --peach: #f4a471;
  --pink: #e47190;
  --violet: #7e547f;
  --cream: #efe0ca;
  --green: #82aa63;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --radius: 28px;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(214, 61, 42, 0.16), transparent 30%),
    radial-gradient(circle at 80% 12%, rgba(242, 189, 114, 0.08), transparent 22%),
    linear-gradient(180deg, #120907 0%, #100808 52%, #080505 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black, transparent 84%);
}

a {
  color: inherit;
  text-decoration: none;
}

.background-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(12px);
  pointer-events: none;
  z-index: -1;
}

.orb-one {
  top: 90px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 132, 66, 0.22), transparent 70%);
}

.orb-two {
  bottom: 120px;
  left: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(228, 113, 144, 0.16), transparent 70%);
}

.site-shell {
  width: min(calc(100% - 28px), var(--max));
  margin: 0 auto;
  padding: 18px 0 56px;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  margin-bottom: 30px;
  background: rgba(18, 9, 8, 0.76);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  color: #180d09;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.brand-copy {
  display: grid;
}

.brand-copy strong {
  font-size: 0.95rem;
}

.brand-copy em {
  font-style: normal;
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
}

.nav a {
  position: relative;
}

.nav a.active,
.nav a:hover,
.nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible,
.product-footer a:hover,
.product-footer a:focus-visible,
.occasion-card a:hover,
.occasion-card a:focus-visible,
.bundle-card a:hover,
.bundle-card a:focus-visible {
  color: var(--gold);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible,
.vice-tab:hover,
.vice-tab:focus-visible,
.chip:hover,
.chip:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--orange), var(--red));
  color: #fff8f1;
  box-shadow: 0 14px 38px rgba(214, 61, 42, 0.35);
}

.button-secondary,
.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.74rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
}

h1 {
  font-size: clamp(3.8rem, 8vw, 6.8rem);
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4.3rem);
}

h3 {
  font-size: 2rem;
}

p {
  margin: 0;
}

.hero,
.page-hero,
.product-layout,
.section,
.site-footer {
  position: relative;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  min-height: calc(100vh - 160px);
  padding: 22px 0 42px;
}

.hero-text,
.page-hero-copy p,
.section-heading p,
.feature-card p,
.collection-card p,
.vice-panel p,
.occasion-card p,
.bundle-card p,
.product-meta p,
.product-lead,
.info-card p,
.meta-card p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 62ch;
  margin: 18px 0 28px;
  font-size: 1.07rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin: 0 0 28px;
}

.hero-stats,
.grid,
.gallery-thumbs,
.meta-grid,
.footer-links,
.product-grid {
  display: grid;
  gap: 16px;
}

.hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  margin: 0;
  list-style: none;
}

.panel,
.hero-stats li,
.floating-panel,
.hero-monolith,
.feature-card,
.collection-card,
.vice-panel,
.occasion-card,
.bundle-card,
.quote-card,
.page-hero-card,
.product-card,
.info-card,
.meta-card,
.purchase-box,
.gallery-hero,
.thumb,
.cta-panel,
.site-footer {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-stats li,
.feature-card,
.collection-card,
.occasion-card,
.bundle-card,
.quote-card,
.page-hero-card,
.product-card,
.info-card,
.cta-panel {
  padding: 24px;
}

.hero-stats strong,
.card-label,
.collection-kicker,
.product-type,
.product-note,
.bundle-tag,
.occasion-tag {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
}

.hero-stage {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
}

.hero-scene {
  position: absolute;
  inset: 4% 0 auto 0;
  width: 100%;
  max-width: 820px;
  border-radius: 34px;
  border: 1px solid rgba(255, 231, 203, 0.18);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.glow-ring {
  position: absolute;
  inset: 10% 12% auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(242, 189, 114, 0.38) 0%, rgba(255, 132, 66, 0.18) 34%, rgba(214, 61, 42, 0.08) 58%, transparent 72%);
  animation: pulse 8s ease-in-out infinite;
}

.hero-monolith {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  padding: 44px 38px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(124, 33, 35, 0.85), rgba(26, 11, 10, 0.98));
  border: 1px solid rgba(255, 231, 203, 0.18);
}

.hero-monolith-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-monolith h2 {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.03;
}

.hero-stage-poster {
  min-height: auto;
  align-items: start;
  gap: 18px;
}

.hero-poster {
  display: block;
  width: 100%;
  border-radius: 34px;
  border: 1px solid rgba(255, 231, 203, 0.18);
  box-shadow: var(--shadow);
}

.hero-poster-caption {
  position: relative;
  z-index: 2;
  width: min(100%, 440px);
  margin: -58px 0 0 24px;
  padding: 24px 26px;
  backdrop-filter: blur(10px);
}

.hero-poster-caption h2 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  margin-bottom: 10px;
}

.floating-panel {
  position: absolute;
  width: min(300px, 92%);
  padding: 22px;
  backdrop-filter: blur(10px);
  animation: drift 8s ease-in-out infinite;
}

.floating-panel h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}

.hot-panel {
  top: 8%;
  left: 0;
}

.tropical-panel {
  right: 1%;
  bottom: 10%;
  animation-delay: -4s;
}

.marquee {
  overflow: hidden;
  margin: 16px 0 28px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.marquee-track {
  display: flex;
  gap: 26px;
  width: max-content;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  animation: marquee 24s linear infinite;
}

.marquee-track span::after {
  content: "*";
  margin-left: 26px;
  color: var(--gold);
}

.section {
  padding: 56px 0;
}

.compact-section {
  padding: 18px 0 12px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: end;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lineup-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.mini-link-card {
  display: block;
  padding: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mini-link-card strong {
  display: block;
  font-size: 1.05rem;
}

.mini-link-card:hover,
.mini-link-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: linear-gradient(135deg, rgba(255, 132, 66, 0.12), rgba(214, 61, 42, 0.14));
}

.feature-number,
.ritual-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 700;
}

.spotlight-section .collection-card,
.bundle-card,
.product-card,
.quote-card,
.info-card,
.meta-card,
.page-hero-card,
.lineup-panel {
  overflow: hidden;
}

.lineup-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  margin-bottom: 20px;
  padding: 24px;
  background:
    radial-gradient(circle at center, rgba(255, 132, 66, 0.12), transparent 34%),
    rgba(33, 18, 14, 0.76);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lineup-image {
  max-width: min(100%, 680px);
  width: 100%;
  object-fit: contain;
}

.collection-card,
.bundle-card,
.product-card {
  position: relative;
}

.collection-card::before,
.bundle-card::before,
.product-card::before {
  content: "";
  position: absolute;
  inset: auto -28% -38% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 132, 66, 0.16), transparent 70%);
}

.collection-card h3,
.occasion-card h3,
.bundle-card h3,
.feature-card h3,
.bottle-card h3,
.product-meta h3,
.info-card h2,
.info-card h3,
.page-hero-card h2,
.meta-card h3 {
  margin-bottom: 12px;
}

.collection-red {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(95, 19, 23, 0.95), rgba(35, 13, 12, 0.98));
}

.collection-gold {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(125, 73, 22, 0.96), rgba(34, 14, 10, 0.98));
}

.collection-violet {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(66, 36, 73, 0.96), rgba(24, 12, 18, 0.98));
}

.collection-cream {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(90, 58, 34, 0.94), rgba(30, 15, 10, 0.98));
}

.vice-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
}

.vice-tabs {
  display: grid;
  gap: 10px;
}

.vice-tab,
.chip {
  min-height: 58px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.vice-tab.is-active,
.chip.is-active {
  border-color: var(--line-strong);
  background: linear-gradient(135deg, rgba(255, 132, 66, 0.16), rgba(214, 61, 42, 0.18));
}

.vice-panel {
  padding: 28px;
}

.vice-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
}

.vice-panel h3 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 14px;
}

.vice-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 26px;
}

.vice-meta div,
.meta-card {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 231, 203, 0.09);
}

.vice-meta dt {
  margin-bottom: 6px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.vice-meta dd {
  margin: 0;
  line-height: 1.55;
}

.occasion-card a,
.bundle-card a,
.product-footer a {
  display: inline-block;
  margin-top: 14px;
  color: var(--gold);
  font-weight: 700;
}

.occasion-card.featured,
.bundle-card.featured,
.product-card.featured {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(103, 27, 27, 0.96), rgba(39, 13, 11, 0.98));
}

.quote-card {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1.16;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
}

.page-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: end;
  padding: 18px 0 34px;
}

.page-hero-copy h1 {
  max-width: 12ch;
  margin-bottom: 16px;
}

.page-hero-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(70, 20, 19, 0.95), rgba(28, 12, 11, 0.98));
}

.page-hero-media {
  display: grid;
  gap: 16px;
}

.page-hero-image {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  display: block;
  justify-self: center;
}

.emblem-image {
  max-height: 320px;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
}

.product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card {
  display: grid;
  gap: 0;
  padding: 0;
}

.product-art,
.gallery-hero,
.thumb {
  position: relative;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  background-color: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.product-art {
  min-height: 220px;
}

.gallery-hero {
  min-height: 540px;
}

.thumb {
  min-height: 112px;
  border-radius: 22px;
}

.product-art::before,
.gallery-hero::before,
.thumb::before {
  content: "";
  position: absolute;
  inset: 14% 34%;
  border-radius: 28px 28px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(18, 9, 8, 0.28), rgba(18, 9, 8, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.product-art::after,
.gallery-hero::after,
.thumb::after {
  content: "";
  position: absolute;
  inset: 10% 38% auto;
  height: 16%;
  border-radius: 14px 14px 8px 8px;
  background: rgba(18, 9, 8, 0.92);
}

.photo-frame::before,
.photo-frame::after {
  display: none;
}

.gallery-image {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-image.contain {
  object-fit: contain;
  background:
    radial-gradient(circle at center, rgba(255, 132, 66, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.02);
}

.gallery-image.cover {
  object-fit: cover;
}

.product-shot {
  padding: 18px;
}

.blend-cutout {
  mix-blend-mode: multiply;
  filter: saturate(1.02) contrast(1.04);
  transform: scale(1.04);
  transform-origin: center 60%;
}

.pouch-shot {
  width: min(78%, 460px);
  height: auto;
  max-height: 320px;
  margin: 0 auto;
  padding: 0;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
}

.salt-shot {
  padding: 12px;
}

.product-card.featured .product-art {
  min-height: 280px;
}

.product-card.featured .product-shot {
  padding: 8px;
}

.product-card.featured .pouch-shot {
  width: min(86%, 520px);
  max-height: 340px;
  padding: 0;
}

.salt-hero-grid {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 10px;
  padding: 16px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 189, 117, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(44, 24, 21, 0.96), rgba(15, 9, 9, 0.98));
}

.salt-hero-grid::before,
.salt-hero-grid::after {
  display: none;
}

.salt-hero-grid-shop {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.salt-hero-grid-detail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 540px;
}

.salt-hero-item {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 280px;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.3));
}

.salt-hero-grid-shop .salt-hero-item:nth-child(4),
.salt-hero-grid-shop .salt-hero-item:nth-child(5),
.salt-hero-grid-detail .salt-hero-item:nth-child(4),
.salt-hero-grid-detail .salt-hero-item:nth-child(5) {
  transform: translateY(-10px);
}

.gallery-thumbs-salts {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flavor-art {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 24px;
  color: var(--cream);
}

.flavor-art::before,
.flavor-art::after {
  display: none;
}

.flavor-kicker {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--gold);
}

.flavor-title {
  max-width: 8ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 0.92;
}

.gallery-hero.flavor-art .flavor-title {
  max-width: 10ch;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
}

.thumb.flavor-art {
  padding: 16px;
  gap: 10px;
  align-content: end;
}

.thumb.flavor-art .flavor-title {
  max-width: 100%;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.flavor-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flavor-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(12, 8, 8, 0.22);
  font-size: 0.82rem;
  color: rgba(255, 245, 236, 0.9);
}

.art-salt-collection {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 209, 132, 0.14), transparent 26%),
    radial-gradient(circle at 82% 24%, rgba(231, 101, 48, 0.16), transparent 28%),
    radial-gradient(circle at 52% 80%, rgba(107, 153, 71, 0.12), transparent 32%),
    linear-gradient(160deg, rgba(54, 27, 22, 0.96), rgba(20, 10, 10, 0.98));
}

.art-salt-chili-lime {
  background:
    radial-gradient(circle at 22% 24%, rgba(255, 173, 88, 0.24), transparent 24%),
    radial-gradient(circle at 78% 72%, rgba(137, 202, 77, 0.2), transparent 26%),
    linear-gradient(160deg, rgba(64, 25, 18, 0.96), rgba(18, 11, 10, 0.98));
}

.art-salt-bacon {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 120, 74, 0.22), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(255, 199, 124, 0.14), transparent 28%),
    linear-gradient(160deg, rgba(49, 20, 18, 0.96), rgba(17, 10, 10, 0.98));
}

.art-salt-bagel {
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 215, 159, 0.2), transparent 24%),
    radial-gradient(circle at 80% 76%, rgba(186, 154, 96, 0.16), transparent 28%),
    linear-gradient(160deg, rgba(53, 33, 21, 0.96), rgba(18, 11, 10, 0.98));
}

.art-salt-jalapeno {
  background:
    radial-gradient(circle at 22% 22%, rgba(157, 214, 92, 0.22), transparent 24%),
    radial-gradient(circle at 82% 74%, rgba(255, 189, 88, 0.12), transparent 30%),
    linear-gradient(160deg, rgba(31, 47, 21, 0.96), rgba(12, 13, 10, 0.98));
}

.art-salt-garlic {
  background:
    radial-gradient(circle at 22% 22%, rgba(246, 224, 171, 0.22), transparent 24%),
    radial-gradient(circle at 80% 74%, rgba(186, 147, 101, 0.14), transparent 28%),
    linear-gradient(160deg, rgba(56, 37, 25, 0.96), rgba(18, 11, 10, 0.98));
}

.art-hot {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 186, 120, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(179, 44, 28, 0.92), rgba(55, 14, 12, 0.98));
}

.art-medium {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 208, 144, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(172, 98, 28, 0.92), rgba(60, 25, 10, 0.98));
}

.art-mild {
  background:
    radial-gradient(circle at 50% 30%, rgba(221, 240, 191, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(84, 105, 47, 0.92), rgba(21, 22, 12, 0.98));
}

.art-classic {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 228, 144, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(150, 106, 28, 0.92), rgba(49, 28, 10, 0.98));
}

.art-mango {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 220, 160, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(232, 130, 49, 0.94), rgba(63, 24, 13, 0.98));
}

.art-peach {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 219, 194, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(214, 132, 103, 0.92), rgba(58, 23, 16, 0.98));
}

.art-pineapple {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 244, 174, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(207, 164, 55, 0.92), rgba(61, 34, 11, 0.98));
}

.art-pouch-blue {
  background:
    radial-gradient(circle at 50% 30%, rgba(180, 218, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(41, 74, 119, 0.94), rgba(14, 19, 31, 0.98));
}

.art-pouch-purple {
  background:
    radial-gradient(circle at 50% 30%, rgba(221, 178, 255, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(92, 46, 112, 0.94), rgba(21, 13, 26, 0.98));
}

.art-garnish {
  background:
    radial-gradient(circle at 26% 34%, rgba(255, 176, 122, 0.26), transparent 18%),
    radial-gradient(circle at 68% 54%, rgba(143, 186, 91, 0.28), transparent 18%),
    linear-gradient(180deg, rgba(87, 28, 24, 0.94), rgba(23, 11, 11, 0.98));
}

.art-bar {
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 198, 139, 0.18), transparent 16%),
    radial-gradient(circle at 72% 34%, rgba(255, 128, 74, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(44, 23, 22, 0.95), rgba(16, 9, 9, 0.98));
}

.product-meta {
  padding: 22px;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.product-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  padding: 24px 0 36px;
}

.flavor-roster {
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.pouch-scene-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.scene-card {
  display: grid;
  grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow: 0 20px 50px rgba(5, 3, 3, 0.22);
}

.scene-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 20px;
}

.scene-card-copy {
  display: grid;
  gap: 10px;
}

.scene-card-copy h3 {
  margin: 0;
}

.scene-card-copy p {
  margin: 0;
}

.flavor-roster-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.flavor-roster-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
  box-shadow: 0 18px 44px rgba(5, 3, 3, 0.24);
}

.flavor-roster-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 18px;
}

.flavor-roster-card h3 {
  margin: 0;
  font-size: 1rem;
}

.gallery-panel {
  display: grid;
  gap: 14px;
}

  .gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-thumbs-salts {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .pouch-scene-strip {
    grid-template-columns: 1fr;
  }

  .scene-card {
    grid-template-columns: 1fr;
  }

  .flavor-roster-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

.detail-panel {
  display: grid;
  gap: 18px;
  align-content: start;
}

.product-lead {
  font-size: 1.02rem;
}

.heat-meter {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  width: fit-content;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.heat-bar {
  display: flex;
  gap: 6px;
}

.heat-bar i {
  display: block;
  width: 18px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.heat-bar i:nth-child(1),
.heat-bar i:nth-child(2),
.heat-bar i:nth-child(3) {
  background: linear-gradient(135deg, var(--orange), var(--red));
}

.heat-bar i.is-dim {
  background: rgba(255, 255, 255, 0.08);
}

.purchase-box {
  padding: 22px;
}

.purchase-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 231, 203, 0.08);
}

.purchase-row:last-child {
  border-bottom: 0;
}

.meta-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.meta-card {
  padding: 18px;
}

.card-media {
  display: block;
  width: 100%;
  min-height: 220px;
  margin-bottom: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 231, 203, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.card-media.cover {
  object-fit: cover;
}

.card-media.contain {
  object-fit: contain;
  padding: 14px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  margin-top: 28px;
}

.footer-links {
  grid-auto-flow: column;
  align-items: center;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.bottle-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bottle-card {
  display: block;
  padding: 22px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bottle-card:hover,
.bottle-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(33, 18, 14, 0.84);
}

.bottle-image {
  display: block;
  width: 100%;
  height: 280px;
  margin-bottom: 14px;
  object-fit: contain;
  background:
    radial-gradient(circle at center, rgba(255, 132, 66, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.02);
  border-radius: 20px;
  border: 1px solid rgba(255, 231, 203, 0.08);
  padding: 14px;
}

.split-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.showcase-copy,
.showcase-media-frame {
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.showcase-media-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.showcase-media {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border-radius: 20px;
}

.showcase-video {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  border: 1px solid rgba(255, 231, 203, 0.08);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.18);
}

@media (max-width: 1100px) {
  .hero,
  .page-hero,
  .product-layout,
  .split-heading,
  .vice-layout,
  .grid-4,
  .lineup-links,
  .grid-3,
  .grid-2,
  .bottle-gallery,
  .split-showcase,
  .product-grid,
  .meta-grid {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 10px;
  }

  .hero-stage {
    min-height: 560px;
  }

  .vice-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vice-meta {
    grid-template-columns: 1fr;
  }

  .page-hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(calc(100% - 18px), var(--max));
  }

  .topbar,
  .cta-panel,
  .site-footer,
  .product-footer,
  .purchase-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    border-radius: 28px;
  }

  .hero-stats,
  .vice-tabs,
  .gallery-thumbs {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 480px;
  }

  .hero-scene {
    position: relative;
    inset: auto;
  }

  .floating-panel {
    position: relative;
    width: 100%;
  }

  .hot-panel,
  .tropical-panel {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .hero-stage {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .hero-poster-caption {
    width: 100%;
    margin: -22px 0 0;
  }

  .hero-monolith {
    width: 100%;
    padding: 30px 24px;
  }

  .gallery-hero {
    min-height: 360px;
  }

  .page-shop .page-hero-media {
    gap: 10px;
  }

  .page-shop .page-hero-image {
    width: 150%;
    max-width: none;
    max-height: none;
    min-height: 220px;
    margin-left: -25%;
    transform: scale(1.08);
    transform-origin: center;
  }

  .page-shop .page-hero-card h2 {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }

  .salt-hero-grid-shop,
  .salt-hero-grid-detail,
  .gallery-thumbs-salts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-card {
    padding: 14px;
  }

  .flavor-roster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-shop .lineup-hero-image {
  width: min(235%, 1180px);
  max-width: none;
  max-height: none;
  min-height: 360px;
  margin: -22px auto -10px;
  transform: translateX(3%) scale(1.02);
}

@media (max-width: 760px) {
  .page-shop .lineup-hero-image {
    width: 182%;
    min-height: 260px;
    margin-left: -41%;
    margin-top: -10px;
    transform: scale(1.03);
  }
}

.nav-menu {
  display: flex;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu .current-menu-item > a,
.nav-menu .current_page_item > a,
.nav-menu .current-menu-ancestor > a {
  color: var(--gold);
}

.entry-shell {
  padding: 32px;
}

.entry-shell > * + * {
  margin-top: 1rem;
}

.archive-grid,
.related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop-taxonomy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.term-chip {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.term-chip:hover,
.term-chip:focus-visible {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: linear-gradient(135deg, rgba(255, 132, 66, 0.12), rgba(214, 61, 42, 0.14));
}

.archive-empty,
.notice-panel {
  padding: 24px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.single-product-shell .woocommerce-product-gallery,
.single-product-shell .images {
  display: none;
}

.single-product-shell form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 20px;
}

.single-product-shell .quantity .qty {
  min-height: 48px;
  width: 92px;
  padding: 0 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.single-product-shell .single_add_to_cart_button,
.single-product-shell button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  color: #fff8f1;
  background: linear-gradient(135deg, var(--orange), var(--red));
  box-shadow: 0 14px 38px rgba(214, 61, 42, 0.35);
}

.single-product-shell .price,
.product-price,
.woocommerce-Price-amount {
  color: var(--gold);
  font-weight: 700;
}

.single-product-shell .product_meta {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  color: var(--muted);
}

.single-product-shell .woocommerce-product-details__short-description p {
  color: var(--muted);
}

.single-product-shell .woocommerce-tabs,
.single-product-shell .related.products,
.single-product-shell .up-sells.upsells.products {
  display: none;
}

.woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin: 0 0 14px;
  padding: 16px 18px;
  list-style: none;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.site-footer .menu {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 1100px) {
  .archive-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
}
