:root {
  --header-height: 72px;
  --bg-dark: #fbf5ef;
  --bg-soft: #fffaf4;
  --bg-panel: rgba(255, 251, 246, 0.92);
  --text-main: #241816;
  --text-muted: rgba(36, 24, 22, 0.68);
  --line-soft: rgba(56, 33, 29, 0.12);
  --accent: #e1262a;
  --accent-soft: #f15b5f;
  --card-bg: #fffaf5;
  --card-text: #1e1715;
  --shadow-main: 0 24px 60px -42px rgba(95, 58, 48, 0.28);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: var(--header-height);
  color: var(--text-main);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% -16%, rgba(225, 38, 42, 0.14), transparent 46%),
    linear-gradient(180deg, #fffdf9 0%, var(--bg-dark) 100%);
}

a {
  color: inherit;
}

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.1;
  background-image:
    radial-gradient(circle at 22% 22%, rgba(56, 33, 29, 0.08) 0, transparent 2px),
    radial-gradient(circle at 72% 18%, rgba(56, 33, 29, 0.06) 0, transparent 2px),
    radial-gradient(circle at 72% 80%, rgba(225, 38, 42, 0.14) 0, transparent 2px),
    radial-gradient(circle at 30% 82%, rgba(225, 38, 42, 0.12) 0, transparent 2px);
  background-size: 220px 220px, 250px 250px, 220px 220px, 220px 220px;
}

.navbar,
.footer {
  position: relative;
  z-index: 1;
}

.site-main {
  position: relative;
}

.modal-backdrop {
  z-index: 1300;
}

.modal {
  z-index: 1310;
}

.street-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  padding: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  background: rgba(12, 9, 9, 0.9) !important;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
}

.street-brand-mini img {
  object-fit: cover;
  height: 3.6rem;
  width: 7rem;
  max-width: 10rem;
}

.street-nav .navbar-brand {
  margin-right: 0;
  padding: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.72rem;
}

.nav-text-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
}

.nav-text-link:hover {
  color: var(--accent-soft);
}

.nav-user-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
}

.nav-inline-form {
  margin: 0;
}

.nav-text-btn {
  border: 0;
  padding: 0;
  color: #fff;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-text-btn:hover {
  color: var(--accent-soft);
}

.nav-icon-btn {
  position: relative;
  width: 2.12rem;
  height: 2.12rem;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.nav-icon-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.nav-icon-btn--cart {
  background: linear-gradient(180deg, #f23f43 0%, #c61a1e 100%);
  border-color: transparent;
}

.nav-icon-btn--cart:hover {
  border-color: transparent;
}

.cart-pill {
  position: absolute;
  top: -0.33rem;
  right: -0.31rem;
  min-width: 1rem;
  height: 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.22rem;
  font-size: 0.64rem;
  font-weight: 700;
  color: #fff;
  background: var(--text-main);
}

.hero-stage {
  position: relative;
  min-height: calc(100dvh - var(--header-height));
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-backdrop,
.hero-backdrop img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-backdrop img {
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(255 251 246 / 98%) 0%, rgb(255 251 246 / 0%) 45%, rgb(255 251 246 / 3%) 100%), radial-gradient(circle at 16% 22%, rgb(225 38 42 / 21%), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0.12) 60%, rgb(255 248 242 / 28%) 100%)
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 30rem;
  padding: 2.2rem 0;
  animation: rise-up 0.85s ease both;
}

.hero-kicker,
.section-kicker,
.page-kicker {
  margin: 0 0 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before,
.page-kicker::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--accent-soft);
  box-shadow: 0 0 14px rgba(255, 100, 100, 0.65);
}

.hero-copy h1,
.page-hero h1,
.section-headline h2,
.panel-title,
.contact-panel h2,
.admin-title,
.summary-title {
  margin: 0;
  font-family: "Teko", sans-serif;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.hero-copy h1 {
  font-size: clamp(3rem, 9vw, 6.1rem);
  line-height: 0.88;
  margin-bottom: 20px;
}

.hero-lead {
  margin: 1rem 0 1.6rem;
  max-width: 28rem;
  color: var(--text-muted);
  font-size: 1.02rem;
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.9rem;
  margin: 1.4rem 0 0;
}

.hero-notes li {
  font-size: 0.82rem;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.4rem 0.68rem;
}

.street-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.86rem 1.45rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.street-btn--small {
  padding: 0.56rem 0.94rem;
  font-size: 0.72rem;
}

.street-btn--primary {
  color: #fff;
  background: linear-gradient(180deg, #f03d42 0%, #c6191d 100%);
  box-shadow: 0 18px 34px -18px rgba(225, 38, 42, 0.72);
}

.street-btn--primary:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 24px 40px -18px rgba(225, 38, 42, 0.8);
}

.street-btn--ghost {
  color: var(--text-main);
  border-color: rgba(56, 33, 29, 0.18);
  background: rgba(255, 255, 255, 0.78);
}

.street-btn--ghost:hover {
  color: var(--text-main);
  border-color: rgba(56, 33, 29, 0.32);
}

.street-btn--danger {
  color: #fff;
  background: linear-gradient(180deg, #4b3a37 0%, #241816 100%);
  box-shadow: 0 18px 34px -18px rgba(36, 24, 22, 0.4);
}

.street-btn--danger:hover {
  color: #fff;
  transform: translateY(-1px);
}

.street-btn--disabled,
.street-btn[disabled] {
  color: var(--text-muted);
  border-color: rgba(56, 33, 29, 0.12);
  background: rgba(56, 33, 29, 0.06);
  box-shadow: none;
  pointer-events: none;
}

.catalogue-section,
.sub-page {
  padding: clamp(1.6rem, 4vw, 3.4rem) 0;
}

.section-headline {
  margin-bottom: 1.3rem;
}

.section-headline h2 {
  font-size: clamp(2.35rem, 6vw, 4rem);
}

.product-row>*,
.collection-grid>*,
.utility-grid>*,
.admin-metric,
.admin-panel {
  animation: rise-up 0.82s ease both;
}

.product-row>*:nth-child(1),
.collection-grid>*:nth-child(1),
.utility-grid>*:nth-child(1) {
  animation-delay: 0.08s;
}

.product-row>*:nth-child(2),
.collection-grid>*:nth-child(2),
.utility-grid>*:nth-child(2) {
  animation-delay: 0.16s;
}

.product-row>*:nth-child(3),
.collection-grid>*:nth-child(3),
.utility-grid>*:nth-child(3) {
  animation-delay: 0.24s;
}

.product-tile {
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f1ec 0%, var(--card-bg) 100%);
  box-shadow: 0 28px 58px -40px rgba(0, 0, 0, 0.95);
}

.product-tile__media {
  min-height: 16rem;
  padding: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(225, 38, 42, 0.14), transparent 38%),
    linear-gradient(180deg, #fff 0%, #f3ece7 100%);
}

.product-tile__media img,
.detail-image img,
.wishlist-image img {
  width: 100%;
  max-width: 14.4rem;
  display: block;
}

.product-tile__body {
  padding: 1.1rem 1.1rem 1.2rem;
}

.product-media-link {
  text-decoration: none;
}

.product-tile__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}

.product-badge-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.product-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(225, 38, 42, 0.2);
  background: rgba(225, 38, 42, 0.09);
  color: #9f171b;
  padding: 0.24rem 0.62rem;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-badge--sold-out {
  border-color: rgba(75, 58, 55, 0.2);
  background: rgba(75, 58, 55, 0.08);
  color: #4b3a37;
}

.price-stack {
  display: grid;
  justify-items: end;
  gap: 0.12rem;
}

.product-price-before {
  color: red;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: line-through;
}

.product-price {
  color: var(--card-text);
  font-family: "Teko", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.product-price-inline {
  color: var(--text-main);
  font-family: "Teko", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

.product-tile h3 {
  margin: 0 0 0.35rem;
  color: var(--card-text);
  font-family: "Teko", sans-serif;
  font-size: 1.82rem;
  line-height: 0.94;
  text-transform: uppercase;
}

.product-title-link {
  color: inherit;
  text-decoration: none;
}

.product-title-link:hover {
  color: var(--accent);
}

.product-tile p,
.body-muted,
.detail-copy p,
.panel-muted,
.checkout-note,
.page-hero p,
.contact-panel p {
  margin: 0;
  color: var(--text-main);
  font-size: 0.9rem;
}

.product-actions {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.text-link,
.quick-link {
  text-decoration: none;
  font-weight: 700;
}

.text-link {
  color: var(--text-main);
}

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

.icon-action {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(30, 23, 21, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--card-text);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.56);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.icon-action:hover {
  color: var(--card-text);
  border-color: rgba(30, 23, 21, 0.45);
  transform: translateY(-1px);
}

.contact-section {
  padding: 0 0 3.3rem;
}

.contact-panel,
.panel {
  border: 1px solid var(--line-soft);
  border-radius: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--bg-panel);
  box-shadow: var(--shadow-main);
}

.contact-panel {
  padding: clamp(1.2rem, 3vw, 1.8rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.4rem;
}

.contact-panel h2 {
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.92;
}

.contact-panel p {
  color: var(--text-muted);
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.contact-links a,
.footer a,
.quick-link {
  color: var(--text-main);
}

.contact-links a,
.footer a {
  text-decoration: none;
  font-weight: 700;
}

.contact-links a:hover,
.footer a:hover,
.quick-link:hover {
  color: var(--accent-soft);
}

.soft-alert {
  margin-bottom: 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(245, 158, 11, 0.22);
  background: rgba(254, 243, 199, 0.94);
  color: #21140a;
}

.soft-alert--error {
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(254, 226, 226, 0.94);
  color: #3a0b0b;
}

.soft-alert--success {
  border-color: rgba(134, 239, 172, 0.4);
  background: rgba(220, 252, 231, 0.94);
  color: #0f2a17;
}

.support-panel {
  display: grid;
  gap: 0.9rem;
}

.support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.support-links a {
  color: var(--text-main);
  text-decoration: none;
  font-weight: 700;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  background: rgba(255, 255, 255, 0.78);
}

.support-links a:hover {
  color: var(--accent-soft);
  border-color: rgba(255, 255, 255, 0.35);
}

.page-hero {
  padding: 0.4rem 0 0.8rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  line-height: 0.9;
}

.page-hero p {
  max-width: 36rem;
  margin-top: 0.8rem;
  color: var(--text-muted);
}

.collection-grid,
.utility-grid,
.admin-grid,
.account-grid,
.checkout-grid {
  display: grid;
  gap: 1rem;
}

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

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

.account-grid,
.checkout-grid {
  grid-template-columns: 1.5fr 1fr;
}

.panel {
  padding: 1.1rem 1.1rem 1.2rem;
}

.panel-title,
.summary-title,
.admin-title {
  font-size: clamp(1.55rem, 4vw, 2.2rem);
  line-height: 0.95;
}

.panel-muted {
  color: var(--text-muted);
  font-size: 0.9rem;
}

.contact-card {
  display: grid;
  gap: 0.55rem;
}

.contact-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(225, 38, 42, 0.85);
}

.contact-detail {
  margin: 0;
  color: var(--text-main);
  font-weight: 700;
}

.faq-list {
  display: grid;
  gap: 0.85rem;
}

.faq-item {
  display: grid;
  gap: 0.45rem;
}

.faq-question {
  margin: 0;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.34rem, 3vw, 1.7rem);
  line-height: 1;
}

.faq-question i {
  margin-right: 0.3rem;
  font-size: 0.95rem;
}

.spec-list,
.account-list,
.admin-list,
.summary-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.spec-list li,
.account-list li,
.admin-list li,
.summary-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px solid var(--line-soft);
  padding-bottom: 0.45rem;
}

.summary-list li strong,
.account-list li strong,
.admin-list li strong {
  color: var(--text-main);
}

.detail-layout,
.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1rem;
}

.detail-gallery {
  display: grid;
  gap: 0.85rem;
}

.detail-image,
.wishlist-image {
  position: relative;
  border-radius: 1rem;
  border: 1px solid var(--line-soft);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
}

.detail-image {
  min-height: 27rem;
}

.detail-image img {
  width: 100%;
  max-width: 28rem;
  max-height: 24rem;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.25s ease;
}

.detail-image video {
  width: 100%;
  max-width: 28rem;
  max-height: 24rem;
  border-radius: 0.8rem;
  background: #090808;
}

.is-hidden {
  display: none !important;
}

.medium-zoom-overlay {
  z-index: 1400;
}

.medium-zoom-image--opened {
  z-index: 1410;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 33, 29, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-main);
  cursor: pointer;
}

.gallery-nav:hover {
  border-color: rgba(56, 33, 29, 0.24);
}

.gallery-nav--prev {
  left: 0.8rem;
}

.gallery-nav--next {
  right: 0.8rem;
}

.gallery-zoom-btn {
  position: absolute;
  right: 3.4rem;
  bottom: 0.8rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 33, 29, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--text-main);
  cursor: pointer;
}

.gallery-zoom-btn:hover {
  border-color: rgba(56, 33, 29, 0.24);
}

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

.gallery-thumb {
  position: relative;
  border: 1px solid rgba(56, 33, 29, 0.12);
  border-radius: 0.7rem;
  padding: 0.3rem;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  overflow: hidden;
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.gallery-thumb video {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}

.gallery-thumb-icon {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 24, 22, 0.84);
  color: #fff;
  font-size: 0.6rem;
}

.gallery-thumb.is-active {
  border-color: rgba(240, 61, 66, 0.85);
  box-shadow: 0 0 0 1px rgba(240, 61, 66, 0.45) inset;
}

.detail-copy,
.cart-summary,
.checkout-side,
.account-side {
  border-radius: 1rem;
  border: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.72);
  padding: 1rem;
}

.product-header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.35rem;
}

.detail-copy .product-badge {
  color: #9f171b;
  border-color: rgba(240, 61, 66, 0.28);
  background: rgba(240, 61, 66, 0.08);
}

.detail-copy .product-badge--sold-out {
  color: #4b3a37;
  border-color: rgba(75, 58, 55, 0.2);
  background: rgba(75, 58, 55, 0.08);
}

.detail-summary {
  margin: 0.2rem 0 0 !important;
  color: var(--text-muted) !important;
}

.availability-note {
  margin-top: 0.75rem !important;
  color: #9f171b !important;
  font-weight: 700;
}

.price-hero {
  margin: 0;
  color: var(--text-main) !important;
  font-family: "Teko", sans-serif;
  font-size: clamp(2.3rem, 6vw, 3.1rem) !important;
  line-height: 0.9;
}

.price-stack--hero {
  justify-items: end;
}

.inline-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

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

.inline-actions--product .street-btn {
  width: 100%;
  min-height: 3.1rem;
}

.cart-table {
  width: 100%;
  border-collapse: collapse;
}

.cart-table th,
.cart-table td {
  padding: 0.72rem;
  border-bottom: 1px solid var(--line-soft);
  color: var(--text-main);
  vertical-align: middle;
}

.cart-table th {
  color: var(--text-muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cart-table td form {
  margin: 0;
}

.summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  margin-top: 0.6rem;
}

.summary-total strong {
  color: var(--text-main);
}

.checkout-form {
  display: grid;
  gap: 0.7rem;
}

.checkout-form label {
  display: grid;
  gap: 0.33rem;
  font-size: 0.84rem;
  color: var(--text-main);
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  border: 1px solid rgba(56, 33, 29, 0.14);
  border-radius: 0.7rem;
  padding: 0.62rem 0.7rem;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text-main);
}

.checkout-form input::placeholder,
.checkout-form textarea::placeholder {
  color: rgba(36, 24, 22, 0.44);
}

.checkout-form textarea {
  min-height: 5.6rem;
  resize: vertical;
}

.admin-metric {
  border: 1px solid var(--line-soft);
  border-radius: 0.95rem;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.78);
}

.admin-metric span {
  color: var(--text-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-metric strong {
  display: block;
  margin-top: 0.25rem;
  font-family: "Teko", sans-serif;
  font-size: 2rem;
  line-height: 0.95;
}

.admin-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.admin-subnav__link {
  text-decoration: none;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--line-soft);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.78);
}

.admin-subnav__link:hover,
.admin-subnav__link.is-active {
  color: #9f171b;
  border-color: rgba(240, 61, 66, 0.8);
  background: rgba(240, 61, 66, 0.12);
}

.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.admin-thumb {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  border-radius: 0.55rem;
  border: 1px solid rgba(56, 33, 29, 0.12);
  background: rgba(255, 255, 255, 0.82);
  padding: 0.2rem;
}

.admin-form {
  gap: 0.9rem;
}

.admin-checkbox {
  display: flex !important;
  align-items: center;
  gap: 0.6rem;
  margin-top: auto;
  min-height: 100%;
  color: var(--text-main) !important;
}

.admin-checkbox input {
  width: 1rem;
  height: 1rem;
}

.admin-form input[type="file"] {
  cursor: pointer;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.table-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.table-actions form {
  margin: 0;
}

.upload-preview-shell {
  display: grid;
  gap: 0.5rem;
}

.upload-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 0.55rem;
}

.upload-card {
  margin: 0;
  border: 1px solid rgba(56, 33, 29, 0.12);
  border-radius: 0.72rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
}

.upload-card img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.86);
}

.upload-card video {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
  background: rgba(255, 255, 255, 0.86);
}

.upload-card figcaption {
  padding: 0.35rem 0.45rem;
  font-size: 0.68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.admin-modal {
  border: 1px solid rgba(56, 33, 29, 0.14);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.78)),
    rgba(255, 251, 246, 0.98);
  color: var(--text-main);
}

.admin-modal .modal-header,
.admin-modal .modal-footer {
  border-color: rgba(56, 33, 29, 0.12);
}

.order-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.order-detail-card {
  border: 1px solid rgba(56, 33, 29, 0.1);
  border-radius: 0.82rem;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.72);
}

.order-detail-card h3 {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.order-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.order-modal-footer form {
  margin: 0;
}

.table-shell {
  overflow-x: auto;
}

.table-shell table {
  width: 100%;
  border-collapse: collapse;
  min-width: 34rem;
}

.table-shell th,
.table-shell td {
  padding: 0.72rem;
  border-bottom: 1px solid var(--line-soft);
}

.table-shell th {
  color: var(--text-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.price-stack--admin {
  justify-items: start;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.status-pill--ok {
  color: #7af7b0;
  border-color: rgba(122, 247, 176, 0.3);
  background: rgba(122, 247, 176, 0.08);
}

.status-pill--warn {
  color: #ffd180;
  border-color: rgba(255, 209, 128, 0.34);
  background: rgba(255, 209, 128, 0.08);
}

.status-pill--err {
  color: #ffa0a0;
  border-color: rgba(255, 160, 160, 0.34);
  background: rgba(255, 160, 160, 0.08);
}

.footer {
  border-top: 1px solid var(--line-soft);
  color: var(--text-muted);
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.2rem;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 0.72rem 1.05rem;
  flex-wrap: wrap;
}

@keyframes rise-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {

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

@media (max-width: 991px) {
  .hero-stage {
    min-height: calc(100dvh - var(--header-height));
    align-items: end;
  }

  .hero-overlay {
    background: 
      linear-gradient(180deg, rgb(255 251 246 / 0%) 6%, rgb(255 251 246 / 43%) 62%, rgb(255 251 246 / 62%) 100%), 
      radial-gradient(circle at 50% 24%, rgb(225 38 42 / 0%), #00000021 42%)
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 2rem;
  }

  .detail-layout,
  .cart-layout,
  .account-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

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

  .order-detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-image {
    min-height: 21rem;
  }

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

  .contact-panel,
  .footer-shell {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-links {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 72px;
  }

  .collection-grid,
  .utility-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .nav-actions {
    gap: 0.4rem;
  }

  .nav-icon-btn {
    width: 2rem;
    height: 2rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.8rem, 15vw, 3.8rem);
    margin-bottom: 20px;
  }

  .hero-lead {
    font-size: 0.95rem;
  }

  .product-tile__media {
    min-height: 14.5rem;
  }

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

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

  .inline-actions--product .street-btn {
    width: 100%;
  }

  .gallery-zoom-btn {
    right: 0.8rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.48rem;
  }

  .nav-text-link {
    font-size: 0.84rem;
  }

  .nav-user-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-copy,
  .product-row>*,
  .collection-grid>*,
  .utility-grid>*,
  .admin-metric,
  .admin-panel,
  .street-btn {
    animation: none !important;
    transition: none !important;
  }
}