body.admin-bar .site-header {
  top: 32px;
}

.black-label-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  min-height: calc(82vh - 76px);
  padding: clamp(3rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 26%, rgba(214, 61, 42, .32), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(242, 189, 114, .22), transparent 24rem),
    linear-gradient(115deg, #080302, #160806 52%, #050303);
}

.black-label-hero::before {
  content: "BLACK LABEL";
  position: absolute;
  right: -2vw;
  bottom: -.08em;
  z-index: -1;
  color: rgba(248, 240, 226, .045);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5.5rem, 14vw, 18rem);
  font-weight: 700;
  line-height: .78;
  white-space: nowrap;
}

.black-label-hero-copy {
  max-width: 780px;
}

.black-label-hero h1 {
  max-width: 10ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 9vw, 8.6rem);
  line-height: .86;
}

.black-label-card,
.black-label-grid article,
.black-label-products span {
  border: 1px solid rgba(248, 240, 226, .14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 15% 0%, rgba(242, 189, 114, .12), transparent 16rem),
    rgba(255, 255, 255, .045);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .24);
}

.black-label-card {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.black-label-card h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.black-label-section {
  background:
    radial-gradient(circle at 85% 18%, rgba(80, 169, 165, .1), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, .012), rgba(255, 255, 255, 0));
}

.black-label-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

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

.black-label-grid article {
  min-height: 130px;
  display: grid;
  align-content: center;
  gap: .6rem;
  padding: 1rem;
  color: var(--ink);
  font-weight: 950;
}

.black-label-grid article span {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(242, 189, 114, .45);
  border-radius: 999px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
}

.black-label-grid article h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
}

.black-label-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: clamp(1.25rem, 4vw, 3rem);
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(214, 61, 42, .18), transparent 24rem),
    linear-gradient(135deg, rgba(242, 189, 114, .06), rgba(255, 255, 255, .015));
}

.black-label-products {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.black-label-products span {
  padding: .85rem 1rem;
  color: var(--ink);
  font-weight: 950;
}

.black-label-application .form-panel h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

@media (max-width: 1060px) {
  .black-label-hero,
  .black-label-feature {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .black-label-hero {
    min-height: auto;
    padding-block: 3rem;
  }

  .black-label-hero h1 {
    font-size: clamp(3.3rem, 16vw, 5.4rem);
  }

  .black-label-grid,
  .black-label-grid--audience {
    grid-template-columns: 1fr;
  }

  .black-label-grid article {
    min-height: 0;
  }
}

.primary-nav ul,
.site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav .menu,
.primary-nav > ul {
  display: flex;
  align-items: center;
  gap: .35rem;
}

.primary-nav li {
  margin: 0;
}

.site-footer .menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}

.woo-section .woocommerce,
.woocommerce-page .section {
  color: var(--ink);
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  padding: 1rem;
}

.woocommerce ul.products li.product a img {
  height: 250px;
  object-fit: contain;
  background: rgba(0, 0, 0, .2);
  border-radius: var(--radius);
}

.woocommerce div.product {
  color: var(--ink);
}

.woocommerce div.product div.images img {
  background: rgba(255, 255, 255, .04);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.woocommerce .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.1rem;
  border: 1px solid rgba(216, 173, 85, .55);
  background: var(--gold);
  color: #120a07;
  border-radius: var(--radius);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .84rem;
}

.woocommerce table.shop_table,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .cart_totals,
.woocommerce-checkout-review-order {
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .025));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  color: var(--ink);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-color: var(--line);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
  min-height: 50px;
  padding: .8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  background: rgba(255, 255, 255, .07);
  color: var(--ink);
  border-top-color: var(--gold);
}

body.woocommerce-cart .woocommerce table.shop_table {
  border-spacing: 0 .65rem;
  border-collapse: separate;
}

body.woocommerce-cart .woocommerce table.shop_table td {
  background: rgba(5, 4, 3, .38);
}

body.woocommerce-cart .woocommerce table.shop_table .product-thumbnail img {
  width: clamp(96px, 12vw, 136px);
  max-width: none;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at center, rgba(242, 189, 114, .14), transparent 62%),
    rgba(255, 255, 255, .04);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .38);
}

body.woocommerce-cart .woocommerce table.shop_table .product-name a {
  color: var(--ink);
  font-weight: 950;
  text-decoration: none;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
  margin-top: 1rem;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  display: grid;
  gap: .75rem;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100%;
  min-height: 58px;
}

body.woocommerce-cart .wc-stripe-cart-checkout-container,
body.woocommerce-cart .wc-stripe-cart-or,
body.woocommerce-cart .ppc-button-wrapper,
body.woocommerce-cart .express-payment-methods,
body.woocommerce-cart .payment-methods {
  margin-top: .75rem;
}

body.woocommerce-cart .wc-stripe-cart-checkout-container,
body.woocommerce-cart .ppc-button-wrapper,
body.woocommerce-cart .express-payment-methods {
  padding: .75rem;
  border: 1px solid rgba(248, 240, 226, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .035);
}

.seven-cart-upsell {
  margin: clamp(1.25rem, 4vw, 2.25rem) 0;
  padding: clamp(1rem, 3vw, 1.4rem);
  border: 1px solid rgba(242, 189, 114, .28);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 189, 114, .16), transparent 18rem),
    linear-gradient(135deg, rgba(214, 61, 42, .12), rgba(255, 255, 255, .035));
}

.seven-cart-upsell h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.seven-cart-upsell-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}

.seven-cart-upsell-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  padding: .8rem;
  border: 1px solid rgba(248, 240, 226, .12);
  border-radius: var(--radius);
  background: rgba(5, 4, 3, .46);
}

.seven-cart-upsell-item img {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.seven-cart-upsell-item h3 {
  margin: 0 0 .25rem;
  font-size: 1.05rem;
}

.seven-cart-upsell-item p {
  margin: 0 0 .55rem;
  color: var(--gold);
  font-weight: 950;
}

.flavor-lineup ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem .8rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.flavor-lineup li {
  padding: .55rem .65rem;
  border: 1px solid rgba(248, 240, 226, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .04);
  color: var(--ink);
  font-weight: 800;
}

.seven-contact-form .contact-message {
  margin-top: 1rem;
}

.shop-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
  gap: clamp(1rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  min-height: 520px;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 5vw, 5rem);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 61, 42, .2), transparent 24rem),
    radial-gradient(circle at 86% 24%, rgba(80, 169, 165, .2), transparent 24rem),
    linear-gradient(115deg, #090403, #130907 54%, #050403);
}

.shop-hero::before {
  content: "SHOP";
  position: absolute;
  right: 2vw;
  top: 1rem;
  z-index: -1;
  color: rgba(248, 240, 226, .04);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(8rem, 20vw, 22rem);
  font-weight: 700;
  line-height: .8;
}

.shop-hero-copy {
  max-width: 760px;
}

.shop-hero h1 {
  max-width: 11ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 9vw, 8.8rem);
  line-height: .88;
  text-transform: none;
}

.shop-hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.shop-hero-media::before {
  content: "";
  position: absolute;
  width: min(92%, 460px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(242, 189, 114, .24), rgba(214, 61, 42, .11) 46%, transparent 70%);
  animation: seven-glow-pulse 4s ease-in-out infinite;
}

.shop-hero-media img {
  position: relative;
  max-height: 440px;
  width: min(100%, 520px);
  object-fit: contain;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, .68));
}

.shop-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
  margin-top: 1.4rem;
}

.shop-hero-badges span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: .45rem .7rem;
  border: 1px solid rgba(242, 189, 114, .28);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .055);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
}

.seven-sins-theme {
  --gold: #f2bd72;
  --hot: #d63d2a;
  --orange: #ff8442;
  --pink: #e47190;
  --plum: #7e547f;
  --muted: #d4c0aa;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.seven-sins-theme .brand-mark,
.seven-sins-theme .primary-nav a,
.seven-sins-theme .btn,
.seven-sins-theme .filter,
.seven-sins-theme .pill,
.seven-sins-theme .choice,
.seven-sins-theme .vice-tab,
.seven-sins-theme .field label,
.seven-sins-theme .eyebrow {
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
}

.seven-sins-theme .hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(214, 61, 42, .18), transparent 25rem),
    radial-gradient(circle at 88% 20%, rgba(242, 189, 114, .12), transparent 22rem);
}

.seven-sins-theme .hero-poster {
  min-height: calc(100vh - 76px);
  grid-template-columns: minmax(310px, .82fr) minmax(380px, 1.18fr);
  padding-block: clamp(3rem, 6vw, 6rem);
  background:
    radial-gradient(circle at 13% 50%, rgba(214, 61, 42, .34), transparent 25rem),
    radial-gradient(circle at 80% 8%, rgba(242, 189, 114, .2), transparent 24rem),
    linear-gradient(105deg, #080302 0%, #120806 42%, #040303 100%);
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .22;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(8px) saturate(1.16) contrast(1.08);
  transform: scale(1.04);
}

.hero-poster::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 3, 2, .96) 0%, rgba(7, 4, 3, .82) 34%, rgba(7, 4, 3, .36) 100%),
    radial-gradient(circle at 55% 65%, rgba(255, 132, 66, .18), transparent 30rem);
}

.hero-poster::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent, rgba(5, 4, 3, .88)),
    radial-gradient(circle at var(--spot-x, 68%) var(--spot-y, 34%), rgba(242, 189, 114, .18), transparent 18rem);
  animation: seven-bar-light 8s ease-in-out infinite alternate;
}

.hero-poster .hero-copy {
  padding: clamp(1rem, 2vw, 1.4rem) 0;
}

.hero-poster .lead {
  max-width: 37rem;
  color: #f0ddc3;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .55);
}

.poster-frame {
  min-height: 640px;
  align-items: end;
  transform: translateY(1rem);
}

.poster-frame::before {
  display: none;
}

.poster-frame .hero-wide-art {
  width: min(100%, 1000px);
  max-height: min(72vh, 760px);
  padding: 0;
  border-radius: var(--radius);
  filter: drop-shadow(0 32px 55px rgba(0, 0, 0, .72));
  animation: seven-poster-drift 7s ease-in-out infinite alternate;
}

.seven-sins-theme h1,
.seven-sins-theme h2,
.seven-sins-theme h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: .9;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 18px 54px rgba(0, 0, 0, .34);
}

.seven-sins-theme .hero h1 {
  max-width: 11ch;
  font-size: clamp(4.5rem, 11vw, 9.6rem);
}

.seven-sins-theme .hero-media {
  min-height: 560px;
}

.seven-sins-theme .hero-media::before {
  inset: 4% 0 0;
}

.seven-sins-theme .hero-media .hero-wide-art {
  width: min(100%, 920px);
  max-height: 620px;
  object-fit: contain;
  padding: .5rem;
}

.seven-sins-theme .section h2 {
  font-size: clamp(3rem, 6.6vw, 6rem);
}

.seven-sins-theme .product-card h3,
.seven-sins-theme .category-tile h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: .95;
}

.seven-sins-theme .eyebrow {
  letter-spacing: .24em;
}

.seven-sins-theme .btn {
  position: relative;
  overflow: hidden;
  border-color: rgba(242, 189, 114, .68);
  background: linear-gradient(135deg, var(--gold), var(--orange));
  box-shadow: 0 16px 42px rgba(214, 61, 42, .28);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.seven-sins-theme .btn::after {
  content: "";
  position: absolute;
  inset: -2px auto -2px -55%;
  width: 44%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .48), transparent);
  opacity: 0;
}

.seven-sins-theme .btn:hover,
.seven-sins-theme .btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(248, 240, 226, .9);
  box-shadow: 0 0 0 1px rgba(242, 189, 114, .2), 0 18px 48px rgba(214, 61, 42, .38), 0 0 30px rgba(242, 189, 114, .22);
}

.seven-sins-theme .btn:hover::after,
.seven-sins-theme .btn:focus-visible::after {
  opacity: 1;
  animation: seven-button-sweep .75s ease;
}

.seven-sins-theme .btn.secondary,
.seven-sins-theme .btn.ghost {
  background: rgba(255, 255, 255, .05);
  box-shadow: none;
}

.ritual-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(214, 61, 42, .2), rgba(242, 189, 114, .12), rgba(80, 169, 165, .12)),
    rgba(5, 4, 3, .84);
}

.ritual-strip a {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: .4rem;
  padding: 1.25rem clamp(1rem, 3vw, 2rem);
  border-right: 1px solid var(--line);
}

.ritual-strip strong {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: .9;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .45);
}

.ritual-strip span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ritual-strip a:hover,
.ritual-strip a:focus-visible {
  background: rgba(242, 189, 114, .11);
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(214, 61, 42, .22), rgba(242, 189, 114, .16), rgba(126, 84, 127, .18));
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 2rem;
  padding: 1rem 0;
  animation: seven-marquee 28s linear infinite;
  white-space: nowrap;
}

.marquee-track span {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-shadow: 0 0 18px rgba(242, 189, 114, .18);
}

.marquee-track span::after {
  content: "";
  width: .55rem;
  height: .55rem;
  margin-left: 2rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(242, 189, 114, .72);
}

@keyframes seven-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.vice-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 132, 66, .14), transparent 26rem),
    radial-gradient(circle at 80% 30%, rgba(228, 113, 144, .12), transparent 22rem);
}

.vice-stage {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(214, 61, 42, .22), transparent 24rem),
    radial-gradient(circle at 88% 36%, rgba(80, 169, 165, .16), transparent 26rem),
    linear-gradient(180deg, #090403, #120807 48%, #050403);
}

.vice-stage::before {
  content: "7 SINS";
  position: absolute;
  right: -2rem;
  top: 1rem;
  color: rgba(248, 240, 226, .035);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(7rem, 18vw, 19rem);
  font-weight: 700;
  line-height: .75;
  pointer-events: none;
}

.vice-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.vice-tabs {
  display: grid;
  gap: .65rem;
}

.vice-tab {
  min-height: 52px;
  padding: .75rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, .05);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}

.vice-tab.is-active,
.vice-tab:hover,
.vice-tab:focus-visible {
  border-color: rgba(242, 189, 114, .8);
  background: linear-gradient(135deg, rgba(255, 132, 66, .26), rgba(126, 84, 127, .22));
  box-shadow: inset 0 0 24px rgba(242, 189, 114, .08), 0 0 28px rgba(214, 61, 42, .12);
}

.vice-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .95fr);
  gap: clamp(1rem, 4vw, 3rem);
  overflow: hidden;
  min-height: 420px;
  padding: clamp(1.2rem, 4vw, 2.2rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
    radial-gradient(circle at 85% 15%, rgba(242, 189, 114, .13), transparent 18rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.vice-copy {
  position: relative;
  z-index: 1;
}

.vice-panel h3 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.vice-panel > p:not(.eyebrow) {
  max-width: 48rem;
  margin: 1rem 0 1.25rem;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.vice-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin: 1.3rem 0;
}

.vice-meta div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, .16);
}

.vice-meta dt {
  margin-bottom: .45rem;
  color: var(--gold);
  font-size: .75rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.vice-meta dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.45;
}

.vice-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
}

.vice-visual::before {
  content: "";
  position: absolute;
  width: min(86%, 430px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(242, 189, 114, .28), rgba(214, 61, 42, .12) 45%, transparent 70%);
  filter: blur(2px);
  animation: seven-glow-pulse 3.8s ease-in-out infinite;
}

.vice-visual img {
  position: relative;
  max-height: 430px;
  width: min(100%, 440px);
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .68));
  transition: opacity .2s ease, transform .2s ease;
}

.product-detail-stage {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 61, 42, .16), transparent 26rem),
    radial-gradient(circle at 84% 12%, rgba(242, 189, 114, .13), transparent 24rem),
    linear-gradient(180deg, #090403, #120807 56%, #050403);
}

.product-detail-stage::before {
  content: "DEVIL PICK";
  position: absolute;
  right: -1rem;
  top: 1rem;
  color: rgba(248, 240, 226, .035);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(5rem, 13vw, 14rem);
  font-weight: 700;
  line-height: .8;
  pointer-events: none;
}

.product-detail-stage .product-detail {
  position: relative;
  z-index: 1;
}

.product-detail-stage .detail-media {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(242, 189, 114, .18), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
  box-shadow: var(--shadow), inset 0 0 80px rgba(242, 189, 114, .04);
}

.product-detail-stage .detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, .12), transparent);
  transform: translateX(-120%);
  animation: seven-card-sheen 2.4s ease-in-out infinite;
}

.product-detail-stage .detail-media img {
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, .58));
}

.detail-extras {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 1rem;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}

.recipe-card,
.devil-reco {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid rgba(242, 189, 114, .2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(0, 0, 0, .16);
  box-shadow: var(--shadow);
}

.recipe-card h2 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 5vw, 5.4rem);
}

.recipe-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin: 1.2rem 0 0;
}

.recipe-card dl div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, .18);
}

.recipe-card dt {
  margin-bottom: .35rem;
  color: var(--gold);
  font-size: .73rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.recipe-card dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.5;
}

.devil-reco {
  align-self: stretch;
  display: grid;
  align-content: center;
}

.devil-reco h3 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.bundle-theatre {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(126, 84, 127, .18), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(242, 189, 114, .18), transparent 24rem),
    linear-gradient(180deg, #090706, #130806 52%, #050403);
}

.bundle-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.bundle-poster {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 189, 114, .22);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
    rgba(0, 0, 0, .24);
  box-shadow: var(--shadow);
}

.bundle-poster a {
  position: relative;
  display: grid;
  min-height: 470px;
  align-items: end;
  overflow: hidden;
}

.bundle-poster img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.bundle-poster a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5, 4, 3, .92));
}

.bundle-poster a::before,
.product-card::before,
.category-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255, 255, 255, .16) 49%, transparent 61%, transparent 100%);
  transform: translateX(-120%);
  opacity: 0;
}

.bundle-poster span {
  position: relative;
  z-index: 1;
  padding: 1.2rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.4rem);
  font-weight: 700;
  line-height: .92;
  text-shadow: 0 12px 36px rgba(0, 0, 0, .8);
}

.bundle-poster > div {
  padding: 1rem;
  border-top: 1px solid var(--line);
}

.bundle-poster:hover img,
.bundle-poster:focus-within img {
  transform: scale(1.04);
}

.bundle-poster:hover a::before,
.bundle-poster:focus-within a::before,
.product-card:hover::before,
.product-card:focus-within::before,
.category-tile:hover::before,
.category-tile:focus-within::before {
  opacity: 1;
  animation: seven-card-sheen .9s ease;
}

.story-split .banner {
  min-height: 560px;
}

.story-split .banner::after {
  background: linear-gradient(90deg, rgba(5, 4, 3, .88), rgba(5, 4, 3, .2), rgba(5, 4, 3, .68));
}

.product-card {
  position: relative;
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 189, 114, .34);
  box-shadow: var(--shadow), 0 0 34px rgba(242, 189, 114, .08);
}

.product-card--bloody-mary .product-media {
  background:
    radial-gradient(circle at center, rgba(214, 61, 42, .26), transparent 60%),
    linear-gradient(180deg, rgba(80, 169, 165, .09), rgba(0, 0, 0, .22));
}

.product-card--margarita .product-media {
  background:
    radial-gradient(circle at center, rgba(255, 132, 66, .24), transparent 55%),
    linear-gradient(180deg, rgba(126, 188, 89, .12), rgba(0, 0, 0, .2));
}

.product-card--pouches .product-media {
  background:
    radial-gradient(circle at center, rgba(80, 169, 165, .22), transparent 58%),
    linear-gradient(180deg, rgba(228, 113, 144, .11), rgba(0, 0, 0, .2));
}

.product-card--bundles .product-media {
  background:
    radial-gradient(circle at center, rgba(242, 189, 114, .28), transparent 60%),
    linear-gradient(180deg, rgba(214, 61, 42, .13), rgba(0, 0, 0, .24));
}

.category-tile {
  position: relative;
  transition: transform .22s ease, border-color .22s ease;
}

.category-tile:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 189, 114, .32);
  box-shadow: var(--shadow), 0 0 34px rgba(80, 169, 165, .1);
}

.hero-poster .eyebrow,
.vice-stage .section-head .eyebrow,
.bundle-theatre .section-head .eyebrow {
  text-shadow: 0 0 12px rgba(242, 189, 114, .44), 0 0 28px rgba(214, 61, 42, .24);
  animation: seven-neon-flicker 5.4s linear infinite;
}

.brand-mark img {
  box-shadow: 0 0 20px rgba(80, 169, 165, .24);
}

.site-header {
  box-shadow: 0 1px 0 rgba(242, 189, 114, .04), 0 12px 40px rgba(0, 0, 0, .24);
}

.drink-devil {
  position: fixed;
  right: clamp(1rem, 3vw, 2rem);
  bottom: clamp(1rem, 3vw, 2rem);
  z-index: 30;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
}

.drink-devil-toggle {
  position: relative;
  min-height: 58px;
  padding: .9rem 1.1rem .9rem 3.2rem;
  border: 1px solid rgba(242, 189, 114, .72);
  border-radius: 999px;
  color: #120a07;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  box-shadow: 0 18px 45px rgba(214, 61, 42, .34), 0 0 30px rgba(242, 189, 114, .2);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
  cursor: pointer;
}

.drink-devil-toggle::before {
  content: "7s";
  position: absolute;
  left: .45rem;
  top: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--ink);
  background: #12313b;
  transform: translateY(-50%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18), 0 0 18px rgba(80, 169, 165, .32);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  text-transform: none;
}

.drink-devil-toggle::after {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(242, 189, 114, .22), transparent 68%);
  animation: seven-glow-pulse 3s ease-in-out infinite;
}

.drink-devil-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + .8rem);
  width: min(410px, calc(100vw - 2rem));
  max-height: min(680px, calc(100vh - 7rem));
  display: grid;
  grid-template-rows: auto minmax(170px, 1fr) auto auto;
  overflow: hidden;
  border: 1px solid rgba(242, 189, 114, .32);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(214, 61, 42, .22), transparent 16rem),
    radial-gradient(circle at 92% 18%, rgba(80, 169, 165, .18), transparent 18rem),
    linear-gradient(180deg, rgba(18, 10, 8, .98), rgba(5, 4, 3, .98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .64), 0 0 42px rgba(242, 189, 114, .13);
  transform: translateY(12px) scale(.98);
  transform-origin: bottom right;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.drink-devil.is-open .drink-devil-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.devil-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
}

.devil-head h2 {
  font-size: clamp(2.1rem, 8vw, 3.25rem);
}

.devil-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, .05);
  font-size: 1.5rem;
  cursor: pointer;
}

.devil-feed {
  display: grid;
  align-content: start;
  gap: .7rem;
  padding: 1rem;
  overflow: auto;
}

.devil-message {
  max-width: 92%;
  padding: .8rem .9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .055);
  color: var(--muted);
}

.devil-message strong,
.devil-message span,
.devil-message p {
  display: block;
}

.devil-message strong {
  margin-bottom: .35rem;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1;
}

.devil-message p {
  margin: .55rem 0 .7rem;
  color: var(--muted);
  line-height: 1.55;
}

.devil-message--user {
  justify-self: end;
  color: #120a07;
  background: linear-gradient(135deg, var(--gold), var(--orange));
  border-color: rgba(248, 240, 226, .3);
  font-weight: 850;
}

.devil-shop-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: .55rem .75rem;
  border: 1px solid rgba(242, 189, 114, .42);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(242, 189, 114, .12);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.devil-prompts {
  display: flex;
  gap: .45rem;
  padding: 0 1rem 1rem;
  overflow-x: auto;
}

.devil-prompts button {
  flex: 0 0 auto;
  min-height: 40px;
  padding: .55rem .7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .05);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .72rem;
  cursor: pointer;
}

.devil-prompts button:hover,
.devil-prompts button:focus-visible,
.devil-shop-link:hover,
.devil-shop-link:focus-visible,
.devil-close:hover,
.devil-close:focus-visible {
  border-color: rgba(242, 189, 114, .7);
  box-shadow: 0 0 22px rgba(242, 189, 114, .12);
}

.devil-form {
  padding: 1rem;
  border-top: 1px solid var(--line);
}

.devil-form label {
  display: block;
  margin-bottom: .45rem;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.devil-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem;
}

.devil-form input {
  min-width: 0;
  min-height: 48px;
  padding: .75rem .85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(255, 255, 255, .06);
}

@keyframes seven-button-sweep {
  from { transform: translateX(0) skewX(-18deg); }
  to { transform: translateX(360%) skewX(-18deg); }
}

@keyframes seven-card-sheen {
  from { transform: translateX(-120%); }
  to { transform: translateX(120%); }
}

@keyframes seven-poster-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(0, -10px, 0) scale(1.012); }
}

@keyframes seven-glow-pulse {
  0%, 100% { opacity: .72; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes seven-bar-light {
  0% { --spot-x: 58%; --spot-y: 28%; opacity: .9; }
  50% { --spot-x: 78%; --spot-y: 36%; opacity: 1; }
  100% { --spot-x: 64%; --spot-y: 48%; opacity: .94; }
}

@keyframes seven-neon-flicker {
  0%, 6%, 8%, 14%, 100% { opacity: 1; }
  7%, 13% { opacity: .58; }
  42% { opacity: .9; }
  43% { opacity: .72; }
  44% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .poster-frame .hero-wide-art,
  .vice-visual::before,
  .hero-poster::after,
  .hero-poster .eyebrow,
  .vice-stage .section-head .eyebrow,
  .bundle-theatre .section-head .eyebrow,
  .marquee-track {
    animation: none;
  }

  .seven-sins-theme .btn,
  .product-card,
  .category-tile,
  .bundle-poster img {
    transition: none;
  }
}

@media (max-width: 1060px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seven-sins-theme .hero-poster,
  .shop-hero,
  .vice-layout,
  .vice-meta,
  .vice-panel,
  .bundle-showcase,
  .ritual-strip,
  .detail-extras {
    grid-template-columns: 1fr;
  }

  .poster-frame {
    min-height: 420px;
  }

  .shop-hero-media {
    min-height: 280px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .primary-nav .menu,
  .primary-nav > ul {
    display: grid;
    gap: .4rem;
  }

  .woocommerce ul.products,
  .site-footer .menu {
    grid-template-columns: 1fr;
  }

  .seven-sins-theme .hero h1 {
    font-size: clamp(3.25rem, 17vw, 5.4rem);
  }

  .hero-poster::before {
    background:
      linear-gradient(180deg, rgba(5, 3, 2, .92) 0%, rgba(7, 4, 3, .72) 50%, rgba(7, 4, 3, .42) 100%),
      radial-gradient(circle at 55% 65%, rgba(255, 132, 66, .16), transparent 24rem);
  }

  .poster-frame {
    min-height: 320px;
    transform: none;
  }

  .seven-sins-theme .hero-poster .hero-media {
    min-height: 0;
  }

  .ritual-strip {
    grid-auto-rows: auto;
    align-items: start;
  }

  .bundle-poster a {
    min-height: 260px;
  }

  .ritual-strip > a {
    min-height: 96px;
    padding-block: 1rem;
  }

  .vice-visual {
    min-height: 260px;
  }

  .vice-visual img {
    max-height: 300px;
  }

  .shop-hero {
    min-height: auto;
  }

  .shop-hero h1 {
    font-size: clamp(3rem, 16vw, 5.4rem);
  }

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

  .seven-cart-upsell-grid,
  .flavor-lineup ul {
    grid-template-columns: 1fr;
  }

  .marquee-track {
    flex-wrap: nowrap;
    width: max-content;
    min-width: max-content;
    animation: seven-marquee 20s linear infinite;
    will-change: transform;
    -webkit-animation: seven-marquee 20s linear infinite;
  }

  .marquee-track span {
    flex: 0 0 auto;
  }

  .drink-devil {
    right: .8rem;
    bottom: .8rem;
  }

  .drink-devil-toggle span {
    display: none;
  }

  .drink-devil-toggle {
    width: 58px;
    padding: 0;
  }

  .drink-devil-toggle::before {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .devil-form div {
    grid-template-columns: 1fr;
  }
}
