:root {
  --shop-bg: #070709;
  --shop-panel: rgba(255,255,255,.055);
  --shop-panel-2: rgba(255,255,255,.085);
  --shop-border: rgba(255,255,255,.12);
  --shop-text: #f6f1ee;
  --shop-muted: #a99f9a;
  --shop-soft: #1a1414;
  --shop-red: #e63022;
  --shop-red-dark: #9f2119;
  --shop-gold: #d6a65a;
  --shop-green: #18b66f;
  --shop-radius: 18px;
  --shop-shadow: 0 28px 90px rgba(0,0,0,.42);
  --shop-ease: cubic-bezier(.2,.8,.2,1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.shop-page {
  margin: 0;
  min-height: 100vh;
  color: var(--shop-text);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 12% 4%, rgba(230,48,34,.22), transparent 30rem),
    radial-gradient(circle at 82% 12%, rgba(214,166,90,.11), transparent 28rem),
    linear-gradient(180deg, #0b0b0e 0%, #070709 42%, #0d0909 100%);
  overflow-x: hidden;
}

body.shop-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 0%, #000, transparent 70%);
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.shop-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  width: min(1220px, calc(100% - 32px));
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 16px auto 0;
  padding: 12px 14px 12px 20px;
  border: 1px solid var(--shop-border);
  border-radius: 999px;
  background: rgba(12,12,15,.76);
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 60px rgba(0,0,0,.24);
}

.shop-nav.is-scrolled {
  background: rgba(12,12,15,.9);
}

.shop-nav__logo {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0;
}

.shop-nav__logo span,
.eyebrow,
.product-card__foot strong,
.summary-total strong {
  color: var(--shop-red);
}

.muted,
.summary-line {
  color: var(--shop-muted);
}

.summary-line {
  padding: 10px 0;
  border-bottom: 1px solid var(--shop-border);
}

.shop-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 100;
  max-width: min(360px, calc(100% - 36px));
  padding: 13px 16px;
  opacity: 0;
  color: #fff;
  font-weight: 800;
  border: 1px solid rgba(230,48,34,.38);
  border-radius: 16px;
  background: rgba(20,20,24,.94);
  box-shadow: var(--shop-shadow);
  transform: translateY(12px);
  transition: opacity .25s var(--shop-ease), transform .25s var(--shop-ease);
}

.shop-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.shop-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.shop-nav__links a {
  padding: 10px 12px;
  color: var(--shop-muted);
  font-size: .78rem;
  font-weight: 800;
  border-radius: 999px;
  transition: color .25s var(--shop-ease), background .25s var(--shop-ease);
}

.shop-nav__links a:hover,
.shop-nav__links a.is-active {
  color: var(--shop-text);
  background: rgba(230,48,34,.14);
}

.shop-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-search {
  position: relative;
  width: min(240px, 22vw);
}

.shop-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.shop-search input,
.summary-card input,
.checkout-form input,
.qty-field input,
.coupon-field input,
.catalog-bar select,
.tool-form input {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  color: var(--shop-text);
  border: 1px solid var(--shop-border);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  outline: none;
  transition: border-color .25s var(--shop-ease), box-shadow .25s var(--shop-ease), background .25s var(--shop-ease);
}

.shop-search input:focus,
.summary-card input:focus,
.checkout-form input:focus,
.qty-field input:focus,
.coupon-field input:focus,
.tool-form input:focus {
  border-color: rgba(230,48,34,.72);
  background: rgba(255,255,255,.09);
  box-shadow: 0 0 0 4px rgba(230,48,34,.14);
}

.cart-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid var(--shop-border);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

.cart-pill strong {
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: .74rem;
  border-radius: 50%;
  background: var(--shop-red);
}

.shop-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--shop-red), var(--shop-gold));
}

.shop-user {
  position: relative;
}

.shop-user__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
  width: 210px;
  display: grid;
  gap: 4px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  border: 1px solid var(--shop-border);
  border-radius: 16px;
  background: rgba(12,12,15,.96);
  box-shadow: var(--shop-shadow);
  transition: opacity .25s var(--shop-ease), transform .25s var(--shop-ease), visibility .25s;
}

.shop-user:hover .shop-user__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.shop-user__menu a {
  padding: 10px 12px;
  color: var(--shop-muted);
  border-radius: 10px;
}

.shop-user__menu a:hover {
  color: var(--shop-text);
  background: rgba(255,255,255,.08);
}

.shop-nav__toggle {
  display: none;
}

.shop-hero,
.shop-section,
.sub-hero,
.catalog-layout,
.product-detail,
.cart-layout,
.checkout-layout,
.account-shell,
.shop-footer {
  width: min(1220px, calc(100% - 32px));
  margin-inline: auto;
}

.shop-hero {
  min-height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  align-items: center;
  gap: clamp(28px, 6vw, 88px);
  padding: 80px 0 64px;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.shop-hero h1,
.sub-hero h1,
.product-title-block h1,
.checkout-form h1,
.account-content h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 7.6rem);
  line-height: .93;
  letter-spacing: 0;
}

.shop-hero p,
.section-head p,
.sub-hero p,
.product-title-block p,
.detail-block p,
.tool-demo__panel p {
  color: var(--shop-muted);
}

.shop-hero__copy p {
  max-width: 640px;
  margin: 24px 0 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

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

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  font-weight: 900;
  font-size: .82rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .25s var(--shop-ease), box-shadow .25s var(--shop-ease), background .25s var(--shop-ease), border-color .25s var(--shop-ease);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--shop-red), var(--shop-red-dark));
  box-shadow: 0 16px 34px rgba(230,48,34,.24);
}

.btn--primary:hover {
  box-shadow: 0 22px 46px rgba(230,48,34,.34);
}

.btn--ghost,
.btn--soft {
  color: var(--shop-text);
  border-color: var(--shop-border);
  background: rgba(255,255,255,.06);
}

.btn--ghost:hover,
.btn--soft:hover {
  border-color: rgba(230,48,34,.5);
  background: rgba(230,48,34,.1);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-proof span {
  padding: 10px 12px;
  color: var(--shop-muted);
  border: 1px solid var(--shop-border);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}

.hero-proof strong {
  color: var(--shop-text);
}

.hero-stack {
  position: relative;
  min-height: 560px;
}

.floating-card {
  position: absolute;
  width: min(320px, 72vw);
  min-height: 230px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 16px;
  overflow: hidden;
  border: 1px solid var(--shop-border);
  border-radius: 24px;
  background: rgba(255,255,255,.07);
  box-shadow: var(--shop-shadow);
  backdrop-filter: blur(18px);
  animation: floatCard 7s ease-in-out infinite;
}

.floating-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .46;
  transform: scale(1.06);
}

.floating-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.8));
}

.floating-card span,
.floating-card strong,
.floating-card small {
  position: relative;
  z-index: 1;
}

.floating-card span,
.product-badge,
.urgency {
  width: max-content;
  padding: 6px 9px;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  border-radius: 999px;
  background: rgba(230,48,34,.92);
}

.floating-card strong {
  font-size: 1.15rem;
}

.floating-card small {
  color: #ffd9d4;
  font-weight: 900;
}

.floating-card--1 { left: 0; top: 26px; }
.floating-card--2 { right: 0; top: 124px; animation-delay: -1.8s; }
.floating-card--3 { left: 64px; bottom: 64px; animation-delay: -3s; }
.floating-card--4 { right: 42px; bottom: 0; animation-delay: -4.2s; }

@keyframes floatCard {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -16px, 0) rotate(1deg); }
}

.shop-section,
.sub-hero {
  padding: 78px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-head h2,
.detail-block h2,
.filter-panel h2,
.summary-card h2,
.checkout-form h2,
.account-content h1 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 4vw, 3.8rem);
  line-height: 1;
}

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

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

.product-card,
.category-card,
.timeline-item,
.testimonial-card,
.tool-demo__panel,
.detail-block,
.purchase-box,
.summary-card,
.checkout-form,
.account-sidebar,
.account-content,
.library-card {
  border: 1px solid var(--shop-border);
  border-radius: var(--shop-radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)),
    rgba(12,12,15,.74);
  box-shadow: 0 18px 58px rgba(0,0,0,.22);
}

.product-card {
  overflow: hidden;
  transition: transform .28s var(--shop-ease), border-color .28s var(--shop-ease), box-shadow .28s var(--shop-ease);
}

.product-card:hover,
.category-card:hover,
.testimonial-card:hover,
.library-card:hover {
  transform: translateY(-6px);
  border-color: rgba(230,48,34,.5);
  box-shadow: 0 26px 70px rgba(230,48,34,.14);
}

.product-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1.22;
  overflow: hidden;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s var(--shop-ease);
}

.product-card:hover .product-card__media img {
  transform: scale(1.06);
}

.product-badge {
  position: absolute;
  left: 12px;
  top: 12px;
}

.product-card__body {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.product-card__meta,
.product-card__foot,
.catalog-bar,
.summary-card div,
.summary-line,
.order-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-card__meta {
  color: var(--shop-muted);
  font-size: .72rem;
  text-transform: uppercase;
}

.product-card h3 {
  min-height: 3.1em;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.24;
}

.product-card p {
  min-height: 4.8em;
  margin: 0;
  color: var(--shop-muted);
  font-size: .88rem;
}

.product-card__foot span,
.compare-price {
  color: var(--shop-muted);
  font-size: .8rem;
  text-decoration: line-through;
}

.icon-btn {
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  border: 0;
  border-radius: 50%;
  background: var(--shop-red);
  cursor: pointer;
}

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

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

.category-card {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  transition: transform .28s var(--shop-ease), border-color .28s var(--shop-ease), box-shadow .28s var(--shop-ease);
}

.category-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: .74rem;
  font-weight: 900;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--shop-red), var(--shop-red-dark));
}

.category-card h3,
.timeline-item h3,
.testimonial-card strong,
.library-card h3 {
  margin: 0;
}

.category-card p,
.testimonial-card p,
.library-card p {
  margin: 0;
  color: var(--shop-muted);
}

.timeline-list {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 1fr 220px;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.urgency--new { background: rgba(214,166,90,.85); }
.urgency--sold { background: rgba(255,255,255,.22); }

.timeline-item p {
  margin: 8px 0 0;
  color: var(--shop-muted);
}

.progress-ring div {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
}

.progress-ring i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--shop-red), var(--shop-gold));
}

.tool-demo__panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
  padding: clamp(22px, 4vw, 38px);
}

.tool-form {
  display: flex;
  min-width: min(460px, 100%);
  gap: 10px;
}

.tool-result {
  grid-column: 1 / -1;
  min-height: 90px;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--shop-border);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.skeleton {
  width: 100%;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.18), rgba(255,255,255,.06));
  background-size: 240% 100%;
  animation: skeleton 1.2s linear infinite;
}

.skeleton--short {
  width: 62%;
}

@keyframes skeleton {
  to { background-position: -240% 0; }
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.stats-strip div,
.preview-grid div,
.account-metrics div {
  padding: 20px;
  border: 1px solid var(--shop-border);
  border-radius: 18px;
  background: rgba(255,255,255,.05);
}

.stats-strip strong,
.preview-grid strong,
.account-metrics strong {
  display: block;
  font-size: 2rem;
}

.stats-strip span,
.preview-grid span,
.account-metrics span {
  color: var(--shop-muted);
}

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

.testimonial-card {
  padding: 22px;
  transition: transform .28s var(--shop-ease), border-color .28s var(--shop-ease), box-shadow .28s var(--shop-ease);
}

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

.faq-item {
  border: 1px solid var(--shop-border);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.faq-item summary {
  padding: 16px 18px;
  font-weight: 900;
  cursor: pointer;
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--shop-muted);
}

.sub-hero {
  max-width: 1220px;
}

.sub-hero--compact {
  padding-bottom: 36px;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  padding-bottom: 80px;
}

.filter-panel {
  position: sticky;
  top: 106px;
  align-self: start;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.filter-panel button {
  min-height: 40px;
  color: var(--shop-muted);
  text-align: left;
  border: 1px solid var(--shop-border);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  cursor: pointer;
}

.filter-panel button:hover,
.filter-panel button.is-active {
  color: var(--shop-text);
  border-color: rgba(230,48,34,.5);
}

.catalog-bar {
  margin-bottom: 16px;
}

.catalog-bar select {
  max-width: 180px;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  padding: 72px 0 90px;
}

.product-main {
  display: grid;
  gap: 20px;
}

.product-hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--shop-border);
  border-radius: 28px;
  box-shadow: var(--shop-shadow);
}

.product-hero-media img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}

.product-title-block,
.detail-block {
  padding: clamp(20px, 3vw, 30px);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tag-row span,
.purchase-notes span,
.status {
  padding: 6px 9px;
  color: var(--shop-muted);
  font-size: .72rem;
  font-weight: 900;
  border: 1px solid var(--shop-border);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}

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

.check-grid span {
  padding: 13px 14px;
  border: 1px solid var(--shop-border);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.check-grid span::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--shop-red);
}

.changelog {
  color: var(--shop-muted);
}

.purchase-box,
.summary-card {
  position: sticky;
  top: 106px;
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 20px;
}

.purchase-box h2 {
  margin: 0;
  font-size: 2.3rem;
}

.mini-countdown,
.purchase-notes {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(230,48,34,.28);
  border-radius: 16px;
  background: rgba(230,48,34,.08);
}

.qty-field,
.coupon-field,
.summary-card label,
.checkout-form label {
  display: grid;
  gap: 7px;
  color: var(--shop-muted);
  font-size: .82rem;
  font-weight: 800;
}

.mobile-buy-bar {
  display: none;
}

.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  padding-bottom: 90px;
}

.cart-list {
  display: grid;
  gap: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--shop-border);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}

.cart-item img {
  width: 96px;
  height: 76px;
  object-fit: cover;
  border-radius: 12px;
}

.cart-item h3 {
  margin: 0;
}

.cart-item p {
  margin: 4px 0 0;
  color: var(--shop-muted);
}

.cart-item__actions {
  display: flex;
  gap: 8px;
}

.cart-item__actions button {
  color: var(--shop-muted);
  border: 1px solid var(--shop-border);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
}

.empty-state {
  padding: 34px;
  border: 1px dashed var(--shop-border);
  border-radius: 22px;
  text-align: center;
}

.checkout-layout {
  padding-top: 72px;
}

.checkout-form {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 4vw, 34px);
}

.field-grid,
.payment-grid,
.account-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.payment-grid label {
  padding: 16px;
  border: 1px solid var(--shop-border);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}

.success-panel {
  padding: 16px;
  color: #d8ffeb;
  border: 1px solid rgba(24,182,111,.35);
  border-radius: 16px;
  background: rgba(24,182,111,.1);
}

.account-shell {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  padding: 72px 0 90px;
}

.account-sidebar {
  position: sticky;
  top: 106px;
  align-self: start;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.account-sidebar a {
  padding: 12px 14px;
  color: var(--shop-muted);
  border-radius: 12px;
}

.account-sidebar a:hover,
.account-sidebar a.is-active {
  color: var(--shop-text);
  background: rgba(230,48,34,.13);
}

.account-content {
  padding: clamp(22px, 4vw, 34px);
}

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

.library-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  transition: transform .28s var(--shop-ease), border-color .28s var(--shop-ease), box-shadow .28s var(--shop-ease);
}

.library-card img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  border-radius: 14px;
}

.order-table {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.order-row {
  display: grid;
  grid-template-columns: 1.2fr .8fr .7fr .8fr 1fr;
  padding: 14px;
  border: 1px solid var(--shop-border);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.order-row--head {
  color: var(--shop-muted);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status--paid { color: #c8ffe2; border-color: rgba(24,182,111,.34); }
.status--pending { color: #ffe3a8; border-color: rgba(214,166,90,.34); }
.status--expired,
.status--cancelled { color: #ffc1bb; border-color: rgba(230,48,34,.34); }

.shop-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 0 48px;
  border-top: 1px solid var(--shop-border);
}

.shop-footer p {
  margin: 8px 0 0;
  color: var(--shop-muted);
}

.shop-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--shop-muted);
}

.reveal-in {
  animation: revealIn .7s var(--shop-ease) both;
}

@keyframes revealIn {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .shop-nav {
    grid-template-columns: auto 1fr;
  }

  .shop-nav__links {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 92px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border: 1px solid var(--shop-border);
    border-radius: 22px;
    background: rgba(12,12,15,.96);
  }

  .shop-nav__links.is-open {
    display: flex;
  }

  .shop-nav__actions {
    justify-self: end;
  }

  .shop-search {
    display: none;
  }

  .shop-nav__toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--shop-border);
    border-radius: 50%;
    background: rgba(255,255,255,.06);
  }

  .shop-nav__toggle span {
    width: 18px;
    height: 2px;
    display: block;
    background: var(--shop-text);
  }

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

  .hero-stack {
    min-height: 430px;
  }

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

  .purchase-box,
  .summary-card,
  .filter-panel,
  .account-sidebar {
    position: static;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .shop-nav,
  .shop-hero,
  .shop-section,
  .sub-hero,
  .catalog-layout,
  .product-detail,
  .cart-layout,
  .checkout-layout,
  .account-shell,
  .shop-footer {
    width: min(100% - 22px, 1220px);
  }

  .shop-nav {
    min-height: 62px;
    margin-top: 10px;
    padding: 9px 10px 9px 14px;
  }

  .shop-user {
    display: none;
  }

  .cart-pill__icon {
    display: none;
  }

  .shop-hero {
    min-height: auto;
    padding-top: 54px;
    grid-template-columns: 1fr;
  }

  .shop-hero h1,
  .sub-hero h1,
  .product-title-block h1,
  .checkout-form h1 {
    font-size: clamp(2.5rem, 16vw, 4rem);
  }

  .hero-stack {
    min-height: 520px;
  }

  .floating-card {
    width: min(280px, 84vw);
  }

  .floating-card--1 { left: 0; top: 0; }
  .floating-card--2 { right: 0; top: 120px; }
  .floating-card--3 { left: 0; bottom: 80px; }
  .floating-card--4 { right: 0; bottom: 0; }

  .product-grid,
  .product-grid--related,
  .category-grid,
  .testimonial-grid,
  .stats-strip,
  .check-grid,
  .preview-grid,
  .field-grid,
  .payment-grid,
  .account-metrics,
  .library-grid {
    grid-template-columns: 1fr;
  }

  .timeline-item,
  .tool-demo__panel,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .tool-form {
    flex-direction: column;
  }

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

  .filter-panel {
    grid-template-columns: 1fr 1fr;
  }

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

  .shop-footer {
    display: grid;
  }

  .mobile-buy-bar {
    position: sticky;
    bottom: 10px;
    z-index: 40;
    width: calc(100% - 22px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto 10px;
    padding: 10px;
    border: 1px solid var(--shop-border);
    border-radius: 999px;
    background: rgba(12,12,15,.9);
    backdrop-filter: blur(18px);
  }
}
