/*
Theme Name: Smoky Mountain Peptides
Theme URI: https://example.com/
Author: Smoky Mountain Peptides
Description: A local-first WordPress theme for peptide education, brand introduction, and contact-based ordering.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: smoky-mountain-peptides
*/

:root {
  --smp-ink: #101914;
  --smp-muted: #5c6a60;
  --smp-paper: #f3f0e7;
  --smp-panel: #fffaf0;
  --smp-line: #d6c493;
  --smp-forest: #0d2a1c;
  --smp-moss: #62845e;
  --smp-copper: #c28a34;
  --smp-blue: #173326;
  --smp-gold: #d8a646;
  --smp-amber: #9a5d19;
  --smp-shadow: 0 18px 48px rgba(13, 42, 28, 0.18);
  --smp-radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--smp-ink);
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 166, 70, 0.12), transparent 30%),
    linear-gradient(180deg, #fbf7eb 0%, var(--smp-paper) 42%, #ece5d4 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 247, 235, 0.94);
  border-bottom: 1px solid rgba(194, 138, 52, 0.35);
  backdrop-filter: blur(14px);
}

.site-header__inner,
.section__inner,
.site-footer__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand__mark {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background:
    linear-gradient(145deg, #173326, #0d2a1c);
  border: 1px solid rgba(216, 166, 70, 0.55);
  border-radius: 50%;
  font-weight: 900;
}

.brand__text {
  display: grid;
  line-height: 1.1;
}

.brand__name {
  font-size: 0.95rem;
}

.brand__place {
  color: var(--smp-muted);
  font-size: 0.72rem;
  font-weight: 700;
}

.nav-menu,
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-menu a,
.site-nav a {
  text-decoration: none;
}

.nav-menu a:hover,
.site-nav a:hover {
  color: var(--smp-copper);
}

.nav-menu li,
.site-nav li {
  position: relative;
  list-style: none;
}

.nav-menu .sub-menu,
.site-nav ul ul,
.site-nav .menu-item-description,
.site-nav ul ul p {
  display: none;
}

.button,
.wp-block-button__link,
input[type="submit"],
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: var(--smp-radius);
  color: #fff;
  background: var(--smp-forest);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.wp-block-button__link:hover,
input[type="submit"]:hover,
button:hover {
  background: #1e382c;
}

.button--secondary {
  color: var(--smp-ink);
  background: transparent;
  border: 1px solid var(--smp-line);
}

.button--secondary:hover {
  color: #fff;
  background: var(--smp-blue);
  border-color: var(--smp-blue);
}

/* Critical catalog styles kept early so WordPress.com preview does not flatten product pages. */
.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
  padding: 16px;
  background: #eef1eb;
  border: 2px solid #1f2a28;
}

.category-menu {
  position: relative;
}

.category-menu summary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #fff;
  background: #1f2a28;
  border-radius: var(--smp-radius);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.category-menu summary::-webkit-details-marker {
  display: none;
}

.category-menu summary::after {
  content: "+";
  margin-left: 12px;
  color: #d99b34;
}

.category-menu[open] summary::after {
  content: "-";
}

.category-pills {
  position: absolute;
  z-index: 50;
  top: calc(100% + 8px);
  left: 0;
  width: min(360px, calc(100vw - 48px));
  display: grid;
  gap: 6px;
  padding: 10px;
  background: #fff;
  border: 2px solid #1f2a28;
  box-shadow: var(--smp-shadow);
}

.category-pills a {
  padding: 10px 12px;
  color: var(--smp-ink);
  border: 1px solid var(--smp-line);
  font-weight: 900;
  text-decoration: none;
}

.category-pills a:hover {
  color: #fff;
  background: var(--smp-forest);
  border-color: var(--smp-forest);
}

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

.product-card {
  overflow: hidden;
  background: #fff;
  border: 3px solid #1f2a28;
  box-shadow: 0 16px 34px rgba(23, 32, 28, 0.12);
}

.product-card__media {
  min-height: 330px;
  display: grid;
  place-items: center;
  position: relative;
  padding: 24px 12px;
  background: radial-gradient(circle at 50% 78%, rgba(217, 155, 52, 0.24), transparent 22%), #111817;
}

.product-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 11px;
  color: #fff;
  background: #119c89;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__media .product-card__status {
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-card__body {
  padding: 18px;
}

.product-card h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-card h2 a {
  text-decoration: none;
}

.product-card__meta,
.product-card__summary {
  color: var(--smp-muted);
}

.product-card__meta {
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__price {
  margin: 0 0 10px;
  font-size: 1.28rem;
  font-weight: 900;
}

.product-card__summary {
  min-height: 52px;
  margin: 0 0 16px;
  font-size: 0.92rem;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 8px;
}

.smp-vial {
  width: min(245px, 88%);
  display: grid;
  justify-items: center;
  position: relative;
}

.smp-vial--detail {
  width: min(360px, 88%);
}

.smp-vial__cap {
  width: 72%;
  height: 34px;
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #d7fff1, #9fcfbd 50%, #effff8);
  border-radius: 10px 10px 5px 5px;
}

.smp-vial__glass {
  width: 76%;
  min-height: 285px;
  display: grid;
  align-content: end;
  position: relative;
  margin-top: -4px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), transparent 18%, rgba(255, 255, 255, 0.45) 82%, transparent), rgba(214, 230, 232, 0.22);
  border: 2px solid rgba(218, 231, 232, 0.72);
  border-radius: 18px 18px 28px 28px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.smp-vial__neck {
  width: 58%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 21%;
  background: rgba(255, 255, 255, 0.14);
}

.smp-vial__label {
  position: relative;
  z-index: 2;
  margin: 82px 0 48px;
  padding: 12px 9px;
  color: #f7ead1;
  background: #102019;
  border-top: 2px solid #b98632;
  border-bottom: 2px solid #b98632;
  text-align: center;
}

.smp-vial__brand {
  display: grid;
  justify-items: center;
  gap: 1px;
  margin-bottom: 8px;
}

.smp-vial__mountain {
  width: 50px;
  height: 20px;
  display: block;
  clip-path: polygon(0 100%, 18% 52%, 30% 72%, 48% 10%, 68% 72%, 80% 52%, 100% 100%);
  background: #d99b34;
}

.smp-vial__brand strong,
.smp-vial__product {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}

.smp-vial__brand strong {
  font-size: 0.78rem;
  line-height: 1;
}

.smp-vial__brand small {
  color: #d99b34;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smp-vial__product {
  font-size: 1.05rem;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.smp-vial__strength {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.smp-vial__strength span,
.smp-vial__strength em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 8px;
  color: #102019;
  background: #f7ead1;
  border-radius: 4px;
  font-style: normal;
  font-weight: 900;
}

.smp-vial__strength em {
  color: #f7ead1;
  background: transparent;
  border: 1px solid #f7ead1;
  font-size: 0.76rem;
}

.smp-vial__fineprint {
  display: grid;
  gap: 2px;
  margin-top: 8px;
  color: #f7ead1;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.smp-vial__fineprint b {
  color: #d99b34;
}

.smp-vial__liquid {
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, #c76b2a, #8f3f12);
}

.smp-vial__shadow {
  width: 110%;
  height: 22px;
  margin-top: 12px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.42), transparent 68%);
}

.inventory-board__key {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.inventory-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inventory-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.inventory-board {
  display: grid;
  gap: 10px;
}

.inventory-item {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) minmax(110px, 0.55fr) auto auto;
  gap: 14px;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  border: 2px solid #1f2a28;
  box-shadow: 0 10px 24px rgba(23, 32, 28, 0.07);
}

.inventory-item__main,
.inventory-item__spec {
  display: grid;
  gap: 2px;
}

.inventory-item__main strong {
  color: var(--smp-ink);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.inventory-item__main span,
.inventory-item__spec span {
  color: var(--smp-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inventory-item__spec strong {
  font-size: 1.2rem;
}

.inventory-item__link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #fff;
  background: var(--smp-forest);
  border-radius: var(--smp-radius);
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.inventory-item__link:hover {
  color: #fff;
  background: #1e382c;
}

@media (max-width: 980px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .inventory-item {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .site-header__inner {
    width: min(100% - 20px, 430px);
    gap: 10px;
  }

  .brand {
    width: 100%;
    align-items: center;
  }

  .brand img {
    width: 54px;
    height: 42px;
  }

  .brand__name {
    font-size: 0.88rem;
    line-height: 1;
  }

  .brand__place {
    font-size: 0.66rem;
  }

  .site-nav {
    width: 100%;
  }

  .nav-menu,
  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
    font-size: 0.78rem;
    line-height: 1.08;
    text-align: center;
  }

  .nav-menu a,
  .site-nav a {
    min-height: 38px;
    display: grid;
    place-items: center;
    padding: 6px 4px;
    border: 1px solid rgba(194, 138, 52, 0.28);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.28);
  }

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

  .category-pills {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 34px 0 32px;
  }

  .hero__tn-stars {
    left: -110px;
    top: 38%;
    width: 260px;
    height: 260px;
    opacity: 0.28;
  }

  .hero__brand {
    display: grid;
    justify-items: start;
    gap: 8px;
  }

  .hero__logo {
    width: 132px;
    height: 82px;
  }

  .hero h1 {
    font-size: clamp(2.05rem, 13vw, 3.3rem);
  }

  .hero p {
    font-size: 1rem;
  }

  .hero__actions,
  .home-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero .button,
  .home-actions .button {
    width: 100%;
  }

  .inventory-board__key {
    gap: 6px;
    margin-bottom: 12px;
  }

  .inventory-status {
    min-height: 24px;
    padding: 3px 8px;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .inventory-board {
    gap: 6px;
  }

  .inventory-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 6px 10px;
    align-items: center;
    padding: 9px 10px;
    border-width: 1px;
    box-shadow: none;
  }

  .inventory-item__main {
    min-width: 0;
  }

  .inventory-item__main strong {
    font-size: 0.94rem;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .inventory-item__main span {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .inventory-item__spec {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
  }

  .inventory-item__spec span {
    display: none;
  }

  .inventory-item__spec strong {
    font-size: 0.9rem;
    line-height: 1;
  }

  .inventory-item__spec small {
    color: var(--smp-muted);
    font-size: 0.74rem;
    font-weight: 900;
  }

  .inventory-item > .inventory-status {
    justify-self: end;
    min-height: 22px;
    padding: 2px 7px;
    font-size: 0.58rem;
  }

  .inventory-item__link {
    display: none;
  }
}

.hero {
  position: relative;
  min-height: 500px;
  display: grid;
  align-items: center;
  padding: 44px 0 38px;
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 166, 70, 0.2), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(154, 93, 25, 0.2), transparent 28%),
    linear-gradient(135deg, #071a11 0%, #102a1e 48%, #1b3324 100%);
  color: #fff;
  border-bottom: 1px solid rgba(216, 166, 70, 0.38);
  overflow: hidden;
}

.hero__tn-stars {
  position: absolute;
  left: max(8px, calc((100% - 1120px) / 2 - 86px));
  top: 51%;
  width: 330px;
  height: 330px;
  border: 2px solid rgba(248, 239, 215, 0.1);
  border-radius: 50%;
  opacity: 0.48;
  transform: translateY(-50%) rotate(-12deg);
  pointer-events: none;
}

.hero__tn-stars::before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(216, 166, 70, 0.12);
  border-radius: 50%;
}

.hero__tn-stars span {
  position: absolute;
  width: 92px;
  height: 92px;
  background: rgba(248, 239, 215, 0.22);
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}

.hero__tn-stars span:nth-child(1) {
  left: 119px;
  top: 34px;
  transform: rotate(18deg);
}

.hero__tn-stars span:nth-child(2) {
  left: 55px;
  top: 168px;
  transform: rotate(-16deg);
}

.hero__tn-stars span:nth-child(3) {
  right: 54px;
  top: 169px;
  transform: rotate(22deg);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.78fr);
  gap: 34px;
  align-items: center;
}

.hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #f8efd7;
  font-weight: 900;
  letter-spacing: 0;
}

.hero__logo {
  width: 118px;
  height: 74px;
  object-fit: contain;
  border: 1px solid rgba(216, 166, 70, 0.42);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.26);
}

.hero__about {
  padding: 24px;
  color: #f8efd7;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.18));
  border: 1px solid rgba(216, 166, 70, 0.52);
  border-radius: var(--smp-radius);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.24);
}

.hero__about h2 {
  margin: 0 0 12px;
  color: #fff7df;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
}

.hero__about p {
  margin: 0;
  color: #e8dcc0;
  font-size: 1rem;
}

.hero__points {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: #fff7df;
  font-weight: 800;
}

.hero__points li {
  position: relative;
  padding-left: 22px;
}

.hero__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--smp-gold);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--smp-gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.25rem, 4.4vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.hero p {
  max-width: 680px;
  margin: 16px 0 0;
  color: #f3ead1;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero .button {
  color: #121811;
  background: linear-gradient(180deg, #efc66a, var(--smp-copper));
  border-color: rgba(255, 232, 172, 0.45);
}

.hero .button:hover {
  background: #d9a64a;
}

.hero .button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.46);
}

.section {
  padding: 72px 0;
}

.section--white {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(246, 239, 220, 0.96));
}

.section--intro {
  border-bottom: 1px solid rgba(194, 138, 52, 0.24);
}

.section--dark {
  color: #fff;
  background: var(--smp-forest);
}

.section__head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 34px;
}

.section__head h2,
.entry-content h1,
.entry-content h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.section__head p {
  margin: 0;
  color: var(--smp-muted);
  font-size: 1.08rem;
}

.section__head p + p {
  margin-top: 8px;
}

.section--dark .section__head p {
  color: #dce9dd;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: start;
}

.panel {
  padding: 28px;
  color: #f8efd7;
  background:
    linear-gradient(145deg, #102a1e, #071a11);
  border: 1px solid rgba(216, 166, 70, 0.58);
  border-radius: var(--smp-radius);
  box-shadow: 0 18px 44px rgba(13, 42, 28, 0.24);
}

.panel h3,
.card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.panel p,
.card p {
  margin: 0;
  color: var(--smp-muted);
}

.panel .feature-list li {
  color: #f8efd7;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 28px;
  position: relative;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--smp-gold);
  box-shadow: 0 0 0 3px rgba(216, 166, 70, 0.18);
}

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

.card {
  min-height: 220px;
  padding: 24px;
  background: var(--smp-panel);
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
}

.card__tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--smp-blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.card a {
  text-decoration: none;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--smp-copper);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover {
  color: var(--smp-forest);
}

.product-hero {
  padding: 70px 0;
  background: var(--smp-panel);
}

.product-notice {
  min-height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 5px 16px;
  color: #d9e7e1;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-notice--dark {
  background: #18221f;
}

.product-notice--accent {
  min-height: 34px;
  color: #ffffff;
  background: #119c89;
}

.product-hero--detail {
  padding: 32px 0 24px;
}

.product-hero__grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: center;
}

.product-hero__grid--commerce {
  grid-template-columns: minmax(340px, 0.95fr) minmax(360px, 1.05fr);
  gap: 30px;
  align-items: start;
}

.product-gallery {
  display: grid;
  gap: 10px;
}

.product-visual {
  min-height: 420px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(181, 111, 67, 0.22), transparent 28%),
    linear-gradient(145deg, #edf2ec, #ffffff);
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
}

.product-visual--dark {
  min-height: 470px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 82%, rgba(181, 111, 67, 0.28), transparent 18%),
    linear-gradient(150deg, #1e2826, #111817);
  border-color: #1d2925;
}

.product-visual--dark .card__tag {
  position: absolute;
  top: 14px;
  left: 14px;
  margin: 0;
  background: #119c89;
}

.stock-dot {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #a6e8dc;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.stock-dot::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #30d6bc;
}

.product-vial {
  width: min(220px, 60%);
  aspect-ratio: 0.62;
  display: grid;
  place-items: center;
  position: relative;
  color: var(--smp-forest);
  background: linear-gradient(90deg, #ffffff, #dce7e9 45%, #ffffff);
  border: 1px solid #c7d4d7;
  border-radius: 18px 18px 26px 26px;
  box-shadow: var(--smp-shadow);
}

.product-vial::before {
  content: "";
  position: absolute;
  top: -42px;
  width: 62%;
  height: 46px;
  background: #25352e;
  border-radius: 8px 8px 3px 3px;
}

.product-vial span {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 2px solid var(--smp-forest);
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 900;
}

.product-vial--thumb,
.product-vial--mini {
  width: 58px;
  border-radius: 7px 7px 10px 10px;
  box-shadow: none;
}

.product-vial--thumb::before,
.product-vial--mini::before {
  top: -12px;
  height: 14px;
  border-radius: 3px;
}

.product-vial--thumb span,
.product-vial--mini span {
  width: 26px;
  height: 26px;
  font-size: 0.9rem;
}

.thumbnail-strip {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  background: #1e2826;
  border: 1px solid #1d2925;
}

.product-summary h1 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.product-summary p {
  max-width: 680px;
  color: var(--smp-muted);
  font-size: 1.12rem;
}

.product-summary--panel {
  padding: 14px 0 0;
}

.product-summary--panel h1 {
  font-size: clamp(2.35rem, 4.5vw, 4rem);
}

.cert-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 18px;
}

.cert-row span {
  padding: 5px 8px;
  border: 1px solid var(--smp-line);
  color: var(--smp-muted);
  background: #fff;
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.spec-grid div {
  min-height: 92px;
  padding: 16px;
  background: #eef1eb;
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
}

.spec-grid span {
  display: block;
  color: var(--smp-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spec-grid strong {
  display: block;
  margin-top: 8px;
  line-height: 1.2;
}

.product-summary--panel .spec-grid {
  grid-template-columns: 1fr;
  gap: 0;
  margin: 18px 0;
  border: 1px solid var(--smp-line);
}

.product-summary--panel .spec-grid div {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-bottom: 1px solid var(--smp-line);
  border-radius: 0;
  background: #fff;
}

.product-summary--panel .spec-grid div:last-child {
  border-bottom: 0;
}

.product-summary--panel .spec-grid strong {
  margin: 0;
  text-align: right;
}

.option-box {
  margin: 18px 0;
}

.option-box__label {
  margin: 0 0 8px;
  color: var(--smp-ink) !important;
  font-size: 0.75rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--smp-line);
}

.option-grid a {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid var(--smp-line);
  color: var(--smp-ink);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.option-grid a:first-child {
  color: #fff;
  background: #1f2a28;
}

.option-grid a:last-child {
  border-right: 0;
}

.mini-checks {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--smp-muted);
  list-style: none;
  font-size: 0.9rem;
}

.mini-checks li::before {
  content: "\2713";
  margin-right: 8px;
  color: #119c89;
  font-weight: 900;
}

.market-section {
  padding: 34px 0 48px;
  background: #eef1ef;
}

.market-section h2 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.market-section h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 6px;
  margin-top: 12px;
  background: #119c89;
}

.market-section p:not(.eyebrow) {
  max-width: 620px;
  color: var(--smp-muted);
}

.compare-card {
  width: min(540px, 100%);
  margin-top: 20px;
  background: #fff;
  border: 4px solid #1f2a28;
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 12px 16px;
  border-top: 1px solid var(--smp-line);
  color: var(--smp-muted);
  font-weight: 800;
}

.compare-row:first-child {
  border-top: 0;
}

.compare-row--active {
  color: #16312c;
  background: #ccece4;
}

.compare-row strong {
  color: var(--smp-ink);
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.product-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 8px;
  padding: 14px;
  background: var(--smp-paper);
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
}

.product-tabs {
  position: static;
  display: flex;
  gap: 26px;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #1f2a28;
  border-radius: 0;
}

.product-sidebar a {
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--smp-muted);
  font-weight: 800;
  text-decoration: none;
}

.product-tabs a {
  padding: 0 0 10px;
  border-radius: 0;
  color: #41524c;
  font-size: 0.73rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-sidebar a:hover {
  color: #fff;
  background: var(--smp-forest);
}

.product-tabs a:hover {
  color: #119c89;
  background: transparent;
}

.product-content {
  display: grid;
  gap: 22px;
}

.product-section {
  max-width: 760px;
  padding: 10px 0 26px;
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--smp-line);
  border-radius: 0;
}

.product-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.product-section h2,
.info-row h3 {
  text-transform: uppercase;
}

.info-row {
  padding: 18px 0;
  border-top: 1px solid var(--smp-line);
}

.info-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.info-row h3 {
  margin: 0 0 6px;
}

.info-row p,
.product-section p {
  margin: 0;
  color: var(--smp-muted);
}

details {
  padding: 16px 0;
  border-top: 1px solid var(--smp-line);
}

details:first-of-type {
  border-top: 0;
}

summary {
  cursor: pointer;
  color: var(--smp-ink);
  font-weight: 900;
}

summary + p {
  margin-top: 10px;
}

.trust-strip {
  color: #d8e5df;
  background: #1f2a28;
}

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

.trust-strip span {
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.trust-strip span:first-child {
  border-left: 0;
}

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

.related-card {
  min-height: auto;
  padding: 0 0 18px;
  overflow: hidden;
  border-color: #1f2a28;
}

.related-card__media {
  min-height: 210px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: #1e2826;
}

.related-card .card__tag,
.related-card h3,
.related-card p,
.related-card .text-link {
  margin-left: 16px;
  margin-right: 16px;
}

.related-card h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

.home-paths {
  color: #f8efd7;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 166, 70, 0.16), transparent 28%),
    linear-gradient(135deg, #071a11, #173326 62%, #0b2418);
  border-top: 1px solid rgba(216, 166, 70, 0.28);
  border-bottom: 1px solid rgba(216, 166, 70, 0.28);
}

.home-paths .section__head p {
  color: #e8dcc0;
}

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

.path-card {
  min-height: 190px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  color: var(--smp-ink);
  background: #fff;
  border: 2px solid #1f2a28;
  text-decoration: none;
}

.path-card:hover {
  color: var(--smp-ink);
  border-color: #119c89;
}

.path-card span {
  color: #119c89;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.path-card strong {
  display: block;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1;
}

.path-card em {
  color: var(--smp-muted);
  font-style: normal;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-actions .button {
  color: #121811;
  background: linear-gradient(180deg, #efc66a, var(--smp-copper));
  border-color: rgba(255, 232, 172, 0.44);
}

.home-actions .button--secondary {
  color: #f8efd7;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(216, 166, 70, 0.5);
}

.ruo-hero {
  padding: 58px 0 42px;
  color: #f8efd7;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 166, 70, 0.18), transparent 26%),
    linear-gradient(135deg, #071a11, #102a1e 58%, #1b3324);
  border-bottom: 1px solid rgba(216, 166, 70, 0.36);
}

.ruo-hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: 0.98;
}

.ruo-hero p {
  max-width: 820px;
  margin: 18px 0 0;
  color: #e8dcc0;
  font-size: 1.08rem;
}

.ruo-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ruo-hero__facts span {
  padding: 8px 12px;
  color: #fff7df;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 166, 70, 0.44);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ruo-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(246, 239, 220, 0.98));
}

.ruo-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.ruo-nav {
  position: sticky;
  top: 92px;
  padding: 18px;
  background: #102a1e;
  border: 1px solid rgba(216, 166, 70, 0.58);
  border-radius: var(--smp-radius);
  box-shadow: var(--smp-shadow);
}

.ruo-nav p {
  margin: 0 0 12px;
  color: var(--smp-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ruo-nav nav {
  display: grid;
  gap: 3px;
}

.ruo-nav a {
  display: block;
  padding: 8px 10px;
  color: #f8efd7;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 800;
}

.ruo-nav a:hover {
  color: #111811;
  background: var(--smp-gold);
}

.ruo-content {
  display: grid;
  gap: 18px;
}

.ruo-card {
  scroll-margin-top: 98px;
  padding: 26px;
  background: var(--smp-panel);
  border: 1px solid rgba(194, 138, 52, 0.34);
  border-radius: var(--smp-radius);
  box-shadow: 0 12px 34px rgba(13, 42, 28, 0.08);
}

.ruo-card h2 {
  margin: 0 0 12px;
  color: var(--smp-forest);
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  line-height: 1.08;
}

.ruo-card p,
.ruo-card li {
  color: var(--smp-muted);
  font-size: 1rem;
}

.ruo-card p {
  margin: 0;
}

.ruo-card p + p,
.ruo-card ul {
  margin-top: 12px;
}

.ruo-card ul {
  padding-left: 22px;
}

.ruo-note {
  padding-top: 12px;
  border-top: 1px solid rgba(194, 138, 52, 0.28);
  font-weight: 800;
}

.coa-hero {
  padding: 62px 0 48px;
  color: #f8efd7;
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 166, 70, 0.2), transparent 24%),
    linear-gradient(135deg, #071a11 0%, #102a1e 58%, #243828 100%);
  border-bottom: 1px solid rgba(216, 166, 70, 0.38);
}

.coa-hero h1 {
  max-width: 940px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: 0.98;
}

.coa-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #e8dcc0;
  font-size: 1.08rem;
}

.coa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.coa-hero .button {
  color: #121811;
  background: linear-gradient(180deg, #efc66a, var(--smp-copper));
}

.coa-hero .button--secondary {
  color: #f8efd7;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(216, 166, 70, 0.5);
}

.coa-section {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(246, 239, 220, 0.98));
}

.coa-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.coa-panel,
.coa-library,
.coa-empty {
  padding: 26px;
  background: var(--smp-panel);
  border: 1px solid rgba(194, 138, 52, 0.34);
  border-radius: var(--smp-radius);
  box-shadow: 0 12px 34px rgba(13, 42, 28, 0.08);
}

.coa-panel {
  position: sticky;
  top: 92px;
  background: #102a1e;
}

.coa-panel h2 {
  margin: 0 0 16px;
  color: #fff7df;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.08;
}

.coa-panel .feature-list,
.coa-panel .feature-list li {
  color: #f8efd7;
}

.coa-library__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.coa-library__head h2 {
  margin: 0;
  color: var(--smp-forest);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1;
}

.coa-search {
  display: grid;
  gap: 6px;
  width: min(320px, 100%);
  color: var(--smp-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coa-search input {
  text-transform: none;
  letter-spacing: 0;
}

.coa-table {
  display: grid;
  gap: 8px;
}

.coa-table__row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) 110px minmax(170px, 0.55fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: #fffdf7;
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
}

.coa-table__row--head {
  color: #f8efd7;
  background: #102a1e;
  border-color: rgba(216, 166, 70, 0.52);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coa-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coa-table__actions a {
  color: var(--smp-forest);
  font-weight: 900;
}

.coa-empty {
  background:
    linear-gradient(145deg, rgba(16, 42, 30, 0.05), rgba(216, 166, 70, 0.12));
}

.coa-empty h3 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--smp-forest);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.coa-empty p {
  max-width: 760px;
  color: var(--smp-muted);
}

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

.catalog-hero {
  padding: 70px 0 42px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(23, 32, 28, 0.92), rgba(23, 32, 28, 0.72)),
    url("assets/smoky-mountain-bg.svg") center / cover no-repeat;
}

.catalog-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
}

.catalog-hero p {
  max-width: 720px;
  color: #e9f2ec;
  font-size: 1.08rem;
}

.catalog-toolbar {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
  padding: 18px;
  background: #eef1eb;
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
}

.catalog-toolbar strong {
  display: block;
  margin-bottom: 2px;
}

.catalog-toolbar span {
  color: var(--smp-muted);
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-pills a {
  padding: 8px 11px;
  color: var(--smp-ink);
  background: #fff;
  border: 1px solid var(--smp-line);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

.category-pills a:hover {
  color: #fff;
  background: var(--smp-forest);
  border-color: var(--smp-forest);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: stretch;
}

.product-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 2px solid #1f2a28;
  box-shadow: 0 12px 28px rgba(11, 22, 18, 0.08);
}

.product-card__media {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 26px;
  background: linear-gradient(150deg, #1e2826, #111817);
}

.product-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 11px;
  color: #fff;
  background: #119c89;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card__media .product-card__status {
  position: absolute;
  z-index: 8;
  top: 12px;
  right: 12px;
  color: #13211c;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.product-card__status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.status-available {
  color: #124f3f;
  background: #d7f4e9;
}

.status-available::before {
  background: #119c64;
}

.status-limited {
  color: #6a3f00;
  background: #fff0c7;
}

.status-limited::before {
  background: #d48a00;
}

.status-ordered {
  color: #39424a;
  background: #e7ebee;
}

.status-ordered::before {
  background: #7a8791;
}

.product-vial--card {
  width: 132px;
}

.product-vial--card::before {
  top: -28px;
  height: 32px;
}

.product-vial--card span {
  width: 58px;
  height: 58px;
  font-size: 1.8rem;
}

.smp-vial {
  width: min(260px, 82%);
  max-width: 100%;
  display: grid;
  justify-items: center;
  position: relative;
  margin: 0 auto;
  text-align: center;
  isolation: isolate;
}

.smp-vial--detail {
  width: min(420px, 100%);
}

.smp-vial--image.smp-vial--card {
  width: min(255px, 92%);
}

.smp-vial--image.smp-vial--detail {
  width: min(420px, 100%);
}

.smp-vial img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.42));
}

.smp-vial__cap {
  width: 72%;
  height: 34px;
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, #d7fff1, #9fcfbd 50%, #effff8);
  border-radius: 10px 10px 5px 5px;
  box-shadow: inset 0 -7px 10px rgba(41, 75, 58, 0.25);
}

.smp-vial__glass {
  width: 76%;
  min-height: 310px;
  display: grid;
  align-content: end;
  position: relative;
  margin-top: -4px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36), transparent 17%, rgba(255, 255, 255, 0.12) 52%, rgba(255, 255, 255, 0.46) 82%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(185, 205, 211, 0.18));
  border: 2px solid rgba(218, 231, 232, 0.72);
  border-radius: 18px 18px 28px 28px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.smp-vial--card .smp-vial__glass {
  min-height: 250px;
}

.smp-vial__neck {
  width: 58%;
  height: 62px;
  position: absolute;
  top: 0;
  left: 21%;
  background: rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.smp-vial__label {
  position: relative;
  z-index: 2;
  margin: 92px 0 54px;
  padding: 12px 10px;
  color: #f7ead1;
  background:
    linear-gradient(90deg, rgba(185, 134, 50, 0.18), transparent 26%, transparent 72%, rgba(185, 134, 50, 0.14)),
    #102019;
  border-top: 2px solid #b98632;
  border-bottom: 2px solid #b98632;
  text-align: center;
}

.smp-vial--card .smp-vial__label {
  margin-top: 76px;
  margin-bottom: 40px;
  padding: 9px 8px;
}

.smp-vial__brand {
  display: grid;
  justify-items: center;
  gap: 1px;
  margin-bottom: 8px;
}

.smp-vial__mountain {
  width: 50px;
  height: 20px;
  display: block;
  clip-path: polygon(0 100%, 18% 52%, 30% 72%, 48% 10%, 68% 72%, 80% 52%, 100% 100%);
  background: #d99b34;
}

.smp-vial__brand strong {
  color: #f7ead1;
  font-size: 0.78rem;
  line-height: 1;
  text-transform: uppercase;
}

.smp-vial__brand small {
  color: #d99b34;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.smp-vial__product {
  color: #ffffff;
  font-size: clamp(1rem, 2.2vw, 1.55rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.smp-vial--card .smp-vial__product {
  font-size: 1.05rem;
}

.smp-vial__strength {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.smp-vial__strength span,
.smp-vial__strength em {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 2px 8px;
  color: #102019;
  background: #f7ead1;
  border-radius: 4px;
  font-style: normal;
  font-weight: 900;
}

.smp-vial__strength em {
  color: #f7ead1;
  background: transparent;
  border: 1px solid #f7ead1;
  font-size: 0.76rem;
}

.smp-vial__fineprint {
  display: grid;
  gap: 2px;
  margin-top: 8px;
  color: #f7ead1;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.smp-vial__fineprint b {
  color: #d99b34;
}

.smp-vial__liquid {
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 20%, rgba(255, 255, 255, 0.18) 75%, transparent),
    linear-gradient(180deg, #c76b2a, #8f3f12);
}

.smp-vial__shadow {
  width: 110%;
  height: 24px;
  margin-top: 12px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.42), transparent 68%);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}

.product-card h2 {
  margin: 0;
  color: #13211c;
  font-size: 1.38rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-card h2 a {
  text-decoration: none;
}

.product-card__meta,
.product-card__summary {
  color: var(--smp-muted);
}

.product-card__meta {
  margin: 0 0 4px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card__price {
  margin: 0;
  color: #244f3c;
  font-size: 1.38rem;
  font-weight: 900;
}

.product-card__summary {
  margin: 0;
  color: #58635d;
  font-size: 0.92rem;
  line-height: 1.45;
}

.product-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.product-card__specs span {
  padding: 7px 10px;
  border: 1px solid var(--smp-line);
  color: #5e6b63;
  font-weight: 800;
}

.product-card__specs span:first-child {
  color: var(--smp-ink);
  background: #f6f5ef;
  font-weight: 900;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

.product-card__actions .button {
  display: flex;
  text-align: center;
}

.product-options {
  display: grid;
  gap: 16px;
  margin: 22px 0 6px;
}

.product-options__group {
  display: grid;
  gap: 8px;
}

.product-options__label {
  color: var(--smp-muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-options__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.option-pill {
  min-width: 86px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 10px 14px;
  border: 1px solid rgba(194, 147, 64, 0.48);
  border-radius: 999px;
  background: rgba(255, 253, 244, 0.08);
  color: #fff8e7;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.option-pill span {
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.option-pill strong {
  color: #d9a940;
  font-size: 0.76rem;
  line-height: 1.1;
}

.option-pill.is-active,
.option-pill:hover {
  border-color: #d9a940;
  background: #d9a940;
  color: #102018;
}

.option-pill.is-active strong,
.option-pill:hover strong {
  color: #102018;
}

.product-options__choices--static .option-pill:not(.is-active) {
  color: rgba(255, 248, 231, 0.72);
  pointer-events: none;
}

.inventory-key {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.inventory-table-wrap {
  overflow-x: auto;
  border: 2px solid #1f2a28;
  background: #fff;
}

.inventory-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.inventory-table th,
.inventory-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--smp-line);
  text-align: left;
  vertical-align: middle;
}

.inventory-table th {
  color: #fff;
  background: #1f2a28;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inventory-table td small {
  display: block;
  margin-top: 3px;
  color: var(--smp-muted);
  font-weight: 800;
}

.simple-product__hero {
  padding: 48px 0;
  background: #f5f3ed;
}

.simple-product__grid {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.simple-product__media {
  min-height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: #202725;
  border: 2px solid #14211c;
  box-shadow: 0 18px 40px rgba(11, 22, 18, 0.12);
}

.simple-product__summary h1 {
  margin: 12px 0 18px;
  font-size: clamp(2.75rem, 6vw, 4.875rem);
  line-height: 0.95;
}

.simple-product__summary p {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--smp-muted);
  font-size: 1.25rem;
  line-height: 1.55;
}

.simple-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 12px;
  margin: 26px 0;
}

.simple-facts div {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--smp-line);
}

.simple-facts span {
  display: block;
  color: var(--smp-muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.simple-facts strong {
  display: block;
  margin-top: 7px;
  font-size: 1.5rem;
  line-height: 1;
}

.simple-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 38px;
  align-items: start;
}

.simple-info h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.simple-info__aside {
  padding: 24px;
  background: #eef1eb;
  border: 1px solid var(--smp-line);
}

.simple-info__aside p {
  color: var(--smp-muted);
}

.contact-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  color: #f8efd7;
  background:
    linear-gradient(135deg, #102a1e, #071a11);
  border: 1px solid rgba(216, 166, 70, 0.58);
  border-radius: var(--smp-radius);
  box-shadow: var(--smp-shadow);
}

.contact-band h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.contact-band p {
  margin: 0;
  color: #e8dcc0;
}

.contact-hero {
  padding: 70px 0 58px;
  color: #f8efd7;
  background:
    radial-gradient(circle at 84% 24%, rgba(216, 166, 70, 0.2), transparent 22%),
    linear-gradient(135deg, #071a11 0%, #13291e 54%, #2d3b2b 100%);
  border-bottom: 1px solid rgba(216, 166, 70, 0.42);
}

.contact-hero__inner,
.contact-page__inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.contact-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 1;
  letter-spacing: 0;
}

.contact-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: #f3ead1;
  font-size: clamp(1.05rem, 2vw, 1.26rem);
}

.contact-page {
  padding: 54px 0 76px;
  background: #f6f2e8;
}

.contact-page__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 20px;
  align-items: stretch;
}

.contact-card {
  padding: 28px;
  background: #fffdf7;
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
  box-shadow: 0 18px 45px rgba(20, 34, 25, 0.08);
}

.contact-card--primary {
  color: #f8efd7;
  background: linear-gradient(145deg, #102a1e, #071a11);
  border-color: rgba(216, 166, 70, 0.52);
}

.contact-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
  word-break: normal;
}

.contact-card__email {
  font-size: clamp(1.35rem, 2vw, 2.15rem);
}

.contact-card p {
  margin: 0 0 22px;
  color: var(--smp-muted);
}

.contact-card--primary p {
  color: #e8dcc0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-card--primary .button--secondary {
  color: #f8efd7;
  border-color: rgba(248, 239, 215, 0.72);
  background: transparent;
}

.contact-card--primary .button--secondary:hover {
  color: #121811;
  background: #efc66a;
  border-color: #efc66a;
}

.disclaimer {
  padding: 18px;
  color: var(--smp-muted);
  background: #f5ecd7;
  border-left: 4px solid var(--smp-gold);
  border-radius: 0 var(--smp-radius) var(--smp-radius) 0;
  font-size: 0.92rem;
}

.site-footer {
  padding: 34px 0;
  color: #dce9dd;
  background: #17201c;
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 0.92rem;
}

.entry-content {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 70px 0;
}

.entry-content p {
  color: var(--smp-muted);
}

input,
textarea,
select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid var(--smp-line);
  border-radius: var(--smp-radius);
  background: #fff;
  color: var(--smp-ink);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

@media (max-width: 820px) {
  .site-header__inner,
  .site-footer__inner,
  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header__inner,
  .site-footer__inner {
    display: flex;
    padding: 12px 0;
  }

  .nav-menu,
  .site-nav ul {
    width: 100%;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .nav-menu .sub-menu,
  .site-nav ul ul {
    position: static;
    width: 100%;
    min-width: 260px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .hero {
    min-height: auto;
    padding: 42px 0;
  }

  .hero__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero__about {
    padding: 22px;
  }

  .split,
  .grid,
  .product-hero__grid,
  .product-layout,
  .ruo-layout,
  .spec-grid,
  .contact-band,
  .simple-product__grid,
  .simple-info,
  .simple-facts {
    grid-template-columns: 1fr;
  }

  .product-notice {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }

  .product-visual {
    min-height: 300px;
  }

  .product-visual--dark {
    min-height: 380px;
  }

  .product-sidebar {
    position: static;
  }

  .product-tabs {
    overflow-x: auto;
    white-space: nowrap;
  }

  .coa-layout,
  .contact-page__inner {
    grid-template-columns: 1fr;
  }

  .coa-panel {
    position: static;
  }

  .coa-library__head {
    display: grid;
    align-items: start;
  }

  .coa-table__row {
    grid-template-columns: 1fr;
  }

  .coa-table__row--head {
    display: none;
  }

  .ruo-nav {
    position: static;
  }

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

  .option-grid,
  .trust-strip__inner,
  .related-grid,
  .product-grid,
  .product-grid--featured,
  .path-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
  }

  .site-header__inner {
    width: min(100% - 20px, 430px);
    display: flex;
    padding: 10px 0 12px;
  }

  .nav-menu,
  .site-nav ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .nav-menu a,
  .site-nav a {
    min-height: 38px;
    display: grid;
    place-items: center;
    padding: 6px 4px;
    border: 1px solid rgba(194, 138, 52, 0.28);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.28);
    font-size: 0.78rem;
    line-height: 1.08;
    text-align: center;
  }

  .hero {
    padding: 34px 0 32px;
  }

  .hero__content {
    width: min(100% - 28px, 430px);
  }

  .hero__actions,
  .home-actions,
  .contact-actions,
  .coa-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero .button,
  .home-actions .button,
  .contact-actions .button,
  .coa-hero__actions .button {
    width: 100%;
  }
}

