:root {
  --bg: #071312;
  --bg-2: #0c1c18;
  --panel: #10231f;
  --panel-2: #152a25;
  --ink: #f3f0e7;
  --muted: #a9b8ad;
  --soft: #d8e0d0;
  --line: rgba(216, 224, 208, 0.14);
  --aqua: #4cc8bd;
  --leaf: #7fac52;
  --moss: #b0c16b;
  --clay: #d47645;
  --amber: #e3b85a;
  --danger: #e8715b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --tight-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(76, 200, 189, 0.08), transparent 28rem),
    radial-gradient(circle at 100% 8%, rgba(212, 118, 69, 0.12), transparent 25rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(216, 224, 208, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 224, 208, 0.022) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), transparent 78%);
}

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

button,
input,
select {
  font: inherit;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 15px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 19, 18, 0.86);
  backdrop-filter: blur(18px);
}

.brand,
.site-nav,
.hero-actions,
.primary-action,
.secondary-action,
.icon-button,
.product-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  font-weight: 950;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(176, 193, 107, 0.36);
  border-radius: 50%;
  color: #071312;
  background:
    linear-gradient(135deg, var(--aqua), var(--moss));
  box-shadow: 0 0 28px rgba(76, 200, 189, 0.18);
  font-size: 0.88rem;
}

.site-nav {
  justify-content: center;
  gap: clamp(12px, 2.4vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 760;
}

.site-nav a:hover,
.site-footer a:hover {
  color: var(--aqua);
}

.icon-button {
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.035);
}

.icon-button:hover {
  border-color: rgba(76, 200, 189, 0.48);
  color: var(--aqua);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(30px, 5vw, 64px);
  align-items: end;
  min-height: calc(100vh - 73px);
  padding: clamp(68px, 9vw, 124px) clamp(18px, 5vw, 72px) clamp(34px, 6vw, 72px);
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 19, 18, 0.96) 0%, rgba(7, 19, 18, 0.84) 42%, rgba(7, 19, 18, 0.34) 100%),
    linear-gradient(0deg, rgba(7, 19, 18, 0.96) 0%, rgba(7, 19, 18, 0.16) 42%, rgba(7, 19, 18, 0.42) 100%);
}

.hero::after {
  content: "";
  position: absolute;
  left: clamp(18px, 5vw, 72px);
  right: clamp(18px, 5vw, 72px);
  bottom: 0;
  z-index: -1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76, 200, 189, 0.58), rgba(212, 118, 69, 0.48), transparent);
}

.hero-copy {
  max-width: 850px;
  padding-bottom: clamp(10px, 2vw, 26px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--moss);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(4.2rem, 11vw, 10rem);
  line-height: 0.82;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.08rem;
}

.hero-text {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.primary-action,
.secondary-action {
  gap: 10px;
  min-height: 48px;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 900;
}

.primary-action {
  color: #071312;
  background: var(--moss);
  box-shadow: 0 16px 34px rgba(176, 193, 107, 0.18);
}

.primary-action:hover {
  background: var(--aqua);
}

.secondary-action {
  border: 1px solid var(--line);
  color: var(--soft);
  background: rgba(255, 255, 255, 0.06);
}

.secondary-action:hover {
  border-color: rgba(76, 200, 189, 0.46);
  color: #ffffff;
}

.hero-shelf {
  display: grid;
  gap: 10px;
  align-self: end;
  padding: 10px;
  border: 1px solid rgba(216, 224, 208, 0.16);
  border-radius: 8px;
  background: rgba(9, 28, 25, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-shelf a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: center;
  min-height: 82px;
  padding: 12px;
  border: 1px solid rgba(216, 224, 208, 0.1);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
}

.hero-shelf a:hover {
  border-color: rgba(76, 200, 189, 0.42);
  background: rgba(76, 200, 189, 0.08);
}

.hero-shelf i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #071312;
  background: var(--aqua);
}

.hero-shelf span {
  font-weight: 950;
}

.hero-shelf small {
  color: var(--muted);
}

.category-section,
.catalog-section,
.featured-section,
.shipping-section {
  padding: clamp(70px, 10vw, 120px) clamp(18px, 5vw, 72px);
}

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

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

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

.category-card,
.shipping-grid article,
.catalog-toolbar,
.product-card,
.detail-card,
.category-intro {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 35, 31, 0.82);
  box-shadow: var(--tight-shadow);
}

.category-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 24px;
  overflow: hidden;
}

.category-card::before,
.category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.category-card::before {
  opacity: 0.9;
  background:
    linear-gradient(0deg, rgba(7, 19, 18, 0.88), rgba(7, 19, 18, 0.18)),
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.16), transparent 18rem);
}

.category-card::after {
  inset: auto 20px 20px auto;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(216, 224, 208, 0.16);
  border-radius: 50%;
}

.category-card.aquatic {
  background:
    linear-gradient(135deg, #0c2e31, #10231f 54%, #073b3a);
}

.category-card.succulent {
  background:
    linear-gradient(135deg, #1c3021, #10231f 54%, #38522c);
}

.category-card.cactus {
  background:
    linear-gradient(135deg, #39241d, #10231f 58%, #5b3521);
}

.category-card i,
.category-card span,
.category-card small {
  position: relative;
  z-index: 1;
}

.category-card i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #071312;
  background: var(--moss);
  font-size: 1.2rem;
}

.category-card span {
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  font-weight: 950;
  line-height: 1;
}

.category-card small,
.shipping-grid p,
.product-card p,
.detail-card p,
.category-intro p,
.catalog-status,
.botanical-name {
  color: var(--muted);
}

.catalog-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    #081715;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  margin-bottom: 14px;
  background: rgba(7, 19, 18, 0.72);
  backdrop-filter: blur(14px);
}

.search-control {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
}

.search-control input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.search-control input::placeholder {
  color: rgba(169, 184, 173, 0.72);
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-chip {
  height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.filter-chip:hover,
.filter-chip.active {
  color: #071312;
  border-color: var(--aqua);
  background: var(--aqua);
}

.sort-control {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.sort-control select {
  height: 40px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #0f211e;
}

.catalog-status {
  min-height: 28px;
  margin-bottom: 18px;
  font-weight: 760;
}

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

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

.product-card {
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(21, 42, 37, 0.96), rgba(12, 28, 24, 0.96));
}

.product-card:hover {
  border-color: rgba(76, 200, 189, 0.38);
}

.product-card-compact {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
}

.product-visual {
  position: relative;
  display: block;
  min-height: 230px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 19, 18, 0.05), rgba(7, 19, 18, 0.8)),
    radial-gradient(circle at 35% 28%, rgba(76, 200, 189, 0.82), transparent 6rem),
    linear-gradient(135deg, #0d504f, #163427);
}

.product-photo {
  background: #071312;
}

.product-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card-compact .product-visual {
  min-height: 100%;
}

.product-visual::before,
.product-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.product-visual::before {
  left: 22%;
  top: 18%;
  width: 54%;
  height: 70%;
  border-radius: 48% 52% 42% 58%;
  background: rgba(216, 224, 208, 0.2);
  transform: rotate(-16deg);
}

.product-visual::after {
  right: 12%;
  bottom: 12%;
  width: 38%;
  height: 52%;
  border-radius: 52% 48% 58% 42%;
  background: rgba(7, 19, 18, 0.26);
  transform: rotate(18deg);
}

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

.product-photo::before {
  display: block;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(7, 19, 18, 0.76));
  z-index: 1;
}

.product-visual span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(216, 224, 208, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(7, 19, 18, 0.74);
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-visual--aloe-vera,
.product-visual--spotted-aloe,
.product-visual--aloe-pack,
.product-visual--succulent-starter {
  background:
    linear-gradient(180deg, rgba(7, 19, 18, 0.05), rgba(7, 19, 18, 0.78)),
    radial-gradient(circle at 35% 20%, rgba(176, 193, 107, 0.86), transparent 7rem),
    linear-gradient(135deg, #2d512c, #172b21);
}

.product-visual--eves-needle,
.product-visual--pine-cone,
.product-visual--prickly-pear,
.product-visual--snow-white {
  background:
    linear-gradient(180deg, rgba(7, 19, 18, 0.05), rgba(7, 19, 18, 0.78)),
    radial-gradient(circle at 78% 18%, rgba(227, 184, 90, 0.84), transparent 7rem),
    linear-gradient(135deg, #5b3521, #173429);
}

.product-body {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.product-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--aqua);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-meta strong {
  color: var(--amber);
}

.product-body h3 a:hover {
  color: var(--aqua);
}

.botanical-name {
  margin: -4px 0 0;
  font-style: italic;
}

.product-card p {
  margin: 0;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tag-list span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.72rem;
  font-weight: 760;
}

.product-actions {
  gap: 8px;
  margin-top: 4px;
}

.product-link,
.preview-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 8px;
  font-weight: 900;
}

.product-link {
  flex: 1 1 auto;
  color: #071312;
  background: var(--moss);
}

.product-link:hover {
  background: var(--aqua);
}

.preview-link {
  width: 42px;
  border: 1px solid var(--line);
  color: var(--soft);
  background: rgba(255, 255, 255, 0.04);
}

.preview-link:hover {
  color: var(--aqua);
  border-color: rgba(76, 200, 189, 0.42);
}

.featured-section {
  background:
    linear-gradient(180deg, #071312, #0b1b18);
}

.shipping-section {
  background:
    linear-gradient(180deg, rgba(76, 200, 189, 0.055), rgba(212, 118, 69, 0.04)),
    #081715;
}

.shipping-grid article {
  min-height: 210px;
  padding: 24px;
}

.shipping-grid i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #071312;
  background: var(--aqua);
  font-size: 1.2rem;
}

.shipping-grid h3 {
  margin-bottom: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #06110f;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.empty-state {
  margin-top: 24px;
  padding: 22px;
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
}

.page-hero,
.product-detail {
  width: min(100% - 36px, 1240px);
  margin: 0 auto;
  padding: clamp(56px, 8vw, 92px) 0;
}

.page-hero h1,
.product-detail h1 {
  max-width: 980px;
  font-size: clamp(2.8rem, 7vw, 6.4rem);
}

.page-hero p,
.product-detail .lead {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumb a:hover {
  color: var(--aqua);
}

.detail-stack {
  display: grid;
  gap: 18px;
}

.product-detail-stack {
  margin-top: 18px;
}

.product-media-shell {
  margin-top: 28px;
}

.product-media-shell--empty .product-visual {
  min-height: min(70vh, 640px);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.product-media-stage {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #071312;
  box-shadow: var(--shadow);
}

.product-media-slide {
  display: none;
  position: relative;
  min-height: 520px;
  margin: 0;
  background:
    linear-gradient(135deg, rgba(76, 200, 189, 0.08), rgba(176, 193, 107, 0.08)),
    #06110f;
}

.product-media-slide.active {
  display: block;
}

.product-media-slide img,
.product-media-slide video {
  display: block;
  width: 100%;
  height: min(70vh, 680px);
  min-height: 420px;
  object-fit: contain;
  background: #06110f;
}

.product-media-slide figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 7px 10px;
  border: 1px solid rgba(216, 224, 208, 0.16);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(7, 19, 18, 0.74);
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 900;
}

.media-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(7, 19, 18, 0.74);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  cursor: pointer;
}

.media-arrow:hover {
  color: #071312;
  border-color: var(--aqua);
  background: var(--aqua);
}

.media-arrow--prev {
  left: 14px;
}

.media-arrow--next {
  right: 14px;
}

.product-media-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.product-media-thumbs button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--soft);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.product-media-thumbs button:hover,
.product-media-thumbs button.active {
  color: #071312;
  border-color: var(--aqua);
  background: var(--aqua);
}

.detail-card,
.category-intro {
  padding: clamp(18px, 3vw, 28px);
}

.detail-card h2,
.category-intro h2 {
  font-size: clamp(1.35rem, 3vw, 2.3rem);
  line-height: 1.05;
}

.category-intro {
  width: min(100% - 36px, 1240px);
  margin: 0 auto clamp(44px, 7vw, 76px);
}

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

.care-grid div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.care-grid span {
  display: block;
  color: var(--aqua);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.care-grid strong {
  display: block;
  margin-top: 4px;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 16px rgba(76, 200, 189, 0.34);
}

.category-results {
  padding-top: 0;
}

.admin-shell {
  width: min(100% - 36px, 1280px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 84px) 0;
}

.admin-hero {
  margin-bottom: 24px;
}

.admin-hero h1 {
  font-size: clamp(2.8rem, 7vw, 6.2rem);
}

.admin-hero p:last-child {
  max-width: 720px;
  color: var(--muted);
}

.admin-panel {
  margin-top: 16px;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 35, 31, 0.82);
  box-shadow: var(--tight-shadow);
}

.admin-token {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.admin-token input,
.admin-product-controls select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #0f211e;
}

.admin-token input {
  width: min(100%, 560px);
  padding: 0 12px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.admin-status {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 760;
}

.admin-status.error {
  color: var(--danger);
}

.admin-summary,
.admin-counts,
.admin-product-title,
.admin-product-meta,
.admin-product-controls {
  display: flex;
  align-items: center;
}

.admin-summary {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.admin-summary h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

.admin-counts {
  flex-wrap: wrap;
  gap: 8px;
}

.admin-counts span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.admin-list {
  display: grid;
  gap: 10px;
}

.admin-product {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(250px, 310px);
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 19, 18, 0.56);
}

.admin-product.hidden-product {
  opacity: 0.62;
}

.admin-product-media {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: #06110f;
}

.admin-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.admin-product-main {
  min-width: 0;
}

.admin-product-title {
  justify-content: space-between;
  gap: 12px;
}

.admin-product-title strong {
  color: var(--amber);
}

.admin-product-main p,
.admin-product-meta {
  color: var(--muted);
}

.admin-product-main p {
  margin: 8px 0;
}

.admin-product-meta {
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.82rem;
}

.admin-product-meta a {
  color: var(--aqua);
  font-weight: 900;
}

.admin-product-controls {
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}

.admin-product-controls label {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-weight: 850;
}

.admin-product-controls label:has(select) {
  display: grid;
}

.admin-product-controls select {
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 1120px) {
  .hero,
  .catalog-toolbar {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 940px) {
  .admin-product {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .admin-product-controls {
    grid-column: 1 / -1;
  }

  .admin-product-media {
    width: 82px;
    height: 82px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(7, 19, 18, 0.9), rgba(7, 19, 18, 0.84)),
      rgba(7, 19, 18, 0.76);
  }

  h1 {
    font-size: clamp(3.3rem, 18vw, 6.2rem);
  }

  .product-grid,
  .featured-grid,
  .category-grid,
  .shipping-grid {
    grid-template-columns: 1fr;
  }

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

  .product-card-compact .product-visual {
    min-height: 280px;
  }

  .product-media-slide,
  .product-media-shell--empty .product-visual {
    min-height: 280px;
  }

  .product-media-slide img,
  .product-media-slide video {
    height: auto;
    min-height: 280px;
    aspect-ratio: 4 / 3;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .hero-actions,
  .primary-action,
  .secondary-action,
  .product-actions {
    width: 100%;
  }

  .primary-action,
  .secondary-action {
    justify-content: center;
  }

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