:root {
  --bg: #f5efe2;
  --bg-soft: #efe4d0;
  --surface: rgba(255, 255, 255, 0.68);
  --surface-strong: #fff8ee;
  --ink: #0b2340;
  --ink-soft: #42607b;
  --accent: #ff7a00;
  --accent-bright: #ffb000;
  --accent-cyan: #2ac6ff;
  --accent-lime: #c8ff45;
  --accent-deep: #cf5b00;
  --line: rgba(15, 39, 64, 0.12);
  --shadow: 0 24px 70px rgba(8, 26, 46, 0.16);
}

/* Premium TREADZ commerce skin */
:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --surface: rgba(17, 17, 17, 0.72);
  --surface-strong: #111111;
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.68);
  --accent: #39ff14;
  --accent-bright: #ff5a1f;
  --accent-cyan: #6efeff;
  --accent-lime: #39ff14;
  --accent-deep: #ff5a1f;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  color-scheme: dark;
}

html {
  background: #050505;
}

body {
  min-width: 320px;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0, transparent 34rem),
    #050505;
  overflow-x: hidden;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 80%);
}

.splash-loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: #050505;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.splash-loader span {
  font-family: "Kanit", sans-serif;
  font-size: clamp(2rem, 11vw, 7rem);
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  animation: splashPulse 900ms ease both;
}

.splash-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@keyframes splashPulse {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.premium-shell {
  width: min(1440px, calc(100% - 24px));
  padding-top: 12px;
}

.premium-header {
  position: sticky;
  top: 12px;
  z-index: 60;
  margin-bottom: 0;
  color: #fff;
  background: rgba(5, 5, 5, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: none;
  transition: background 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.premium-header.is-scrolled {
  background: rgba(5, 5, 5, 0.86);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.brand-text span {
  color: #fff;
  letter-spacing: 0.02em;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}

.site-nav .nav-cta,
.button-primary {
  color: #050505;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 26px rgba(57, 255, 20, 0.2);
}

.button,
.catalogue-filter-button,
.view-toggle button,
.catalogue-clear-button,
.menu-toggle {
  min-height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.catalogue-filter-button:hover,
.view-toggle button:hover {
  transform: translateY(-2px);
}

.button-secondary,
.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.button-ghost {
  background: transparent;
}

.glow-button:hover {
  box-shadow: 0 0 30px rgba(255, 90, 31, 0.35);
  border-color: var(--accent-bright);
}

.button-primary.is-added {
  animation: addPulse 700ms ease;
}

@keyframes addPulse {
  0%, 100% { transform: none; }
  35% { transform: translateY(-2px) scale(1.04); }
}

.eyebrow {
  color: var(--accent);
  letter-spacing: 0.16em;
}

.lux-hero {
  position: relative;
  min-height: calc(100svh - 24px);
  margin-top: -74px;
  display: grid;
  align-items: end;
  padding: clamp(8rem, 20vh, 13rem) clamp(1rem, 4vw, 4rem) clamp(2rem, 6vw, 4rem);
  overflow: hidden;
  border-radius: var(--radius);
  isolation: isolate;
}

.hero-bg,
.hero-bg::after,
.hero-bg-video,
.hero-bg-fallback {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -2;
}

.hero-bg::after {
  content: "";
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.28) 54%, rgba(5, 5, 5, 0.78)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.94));
}

.hero-bg-video,
.hero-bg-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg-fallback {
  z-index: -1;
}

.lux-hero-content {
  width: min(820px, 100%);
  position: relative;
  z-index: 3;
}

.lux-hero-title {
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: clamp(3.4rem, 12vw, 10.8rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lux-hero-title span {
  display: block;
}

.lux-hero-title span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.82);
}

.lux-hero-copy {
  width: min(620px, 100%);
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.7;
}

.floating-product-stack {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: clamp(2rem, 6vw, 5rem);
  z-index: 4;
  display: grid;
  gap: 0.8rem;
  width: min(18rem, 38vw);
}

.floating-product-card {
  display: grid;
  grid-template-columns: 5.4rem 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.65rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(17, 17, 17, 0.68);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.floating-product-card img {
  width: 5.4rem;
  height: 5.4rem;
  object-fit: cover;
  border-radius: 6px;
}

.floating-product-card span {
  color: var(--accent);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.floating-product-card strong {
  display: block;
  margin-top: 0.16rem;
  color: #fff;
  font-size: 1.05rem;
}

.floating-product-card-alt {
  transform: translateX(-2rem);
}

.hero-scroll-hint {
  position: absolute;
  left: clamp(1rem, 4vw, 4rem);
  bottom: 1.6rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-scroll-hint span {
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.premium-section,
.content-section {
  padding: clamp(4rem, 9vw, 7rem) 0;
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 1.5rem;
}

.section-heading-row {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.section-heading h2,
.storytelling-copy h2,
.checkout-hero h1,
.shop-hero h1,
.page-hero h1 {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.1rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.section-heading p,
.storytelling-copy p,
.shop-hero p,
.checkout-hero p {
  color: var(--ink-soft);
}

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

.category-card,
.why-card,
.testimonial-card,
.newsletter-panel,
.checkout-panel,
.shop-hero-card,
.catalogue-product-card,
.product-feature-card,
.review-card,
.product-buy-card,
.product-detail-panel,
.catalogue-sidebar-promo,
.shop-filter-block,
.shop-search-wrap {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(17, 17, 17, 0.68);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.category-card {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 1.1rem;
}

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

.category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

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

.category-card span,
.category-card strong {
  position: relative;
  z-index: 2;
}

.category-card span {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.52);
}

.category-card strong {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.premium-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 24rem);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.6rem;
  scroll-snap-type: x mandatory;
}

.premium-carousel > * {
  scroll-snap-align: start;
}

.catalogue-product-card {
  overflow: hidden;
  color: #fff;
}

.catalogue-product-link {
  display: grid;
}

.catalogue-product-image-shell {
  position: relative;
  min-height: 21rem;
  border-radius: 0;
  overflow: hidden;
  background: var(--card-gradient);
}

.catalogue-product-image-shell img {
  width: 100%;
  height: 100%;
  min-height: 21rem;
  object-fit: cover;
  transition: opacity 260ms ease, transform 520ms ease;
}

.catalogue-product-image-shell .product-img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-image-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  gap: 0.4rem;
  padding: 1rem;
  background:
    radial-gradient(circle at 72% 22%, rgba(57, 255, 20, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.product-image-placeholder strong {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.product-image-placeholder span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalogue-product-card:hover .product-img-primary {
  opacity: 0;
  transform: scale(1.04);
}

.catalogue-product-card:hover .product-img-hover {
  opacity: 1;
  transform: scale(1.04);
}

.product-card-badges {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  z-index: 2;
}

.catalogue-product-badge {
  border-radius: 999px;
  color: #050505;
  background: #fff;
}

.accent-badge {
  background: var(--accent);
}

.catalogue-product-copy {
  padding: 1rem;
}

.catalogue-product-type,
.catalogue-product-description,
.catalogue-product-meta,
.price-compare {
  color: rgba(255, 255, 255, 0.62);
}

.catalogue-product-copy h3 {
  color: #fff;
  font-size: 1.3rem;
}

.catalogue-product-actions {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 0.6rem;
  padding: 0 1rem 1rem;
}

.wishlist-card.is-active,
.wishlist-button.is-active {
  color: #050505;
  background: #fff;
}

.storytelling-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
}

.storytelling-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.storytelling-stats div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.storytelling-stats strong,
.storytelling-stats span {
  display: block;
}

.storytelling-stats strong {
  color: var(--accent);
  font-size: 1.6rem;
}

.storytelling-stats span {
  color: var(--ink-soft);
}

.storytelling-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 35rem;
}

.storytelling-media img {
  width: 100%;
  height: 100%;
  min-height: 35rem;
  object-fit: cover;
}

.countdown-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(19rem, calc(100% - 2rem));
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.countdown-card span,
.countdown-card strong {
  display: block;
}

.countdown-card span {
  color: var(--ink-soft);
}

.countdown-card strong {
  margin-top: 0.25rem;
  color: var(--accent);
  font-size: 2rem;
}

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

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

.why-card,
.testimonial-card {
  padding: 1.2rem;
}

.why-card span {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
  color: #050505;
  background: var(--accent);
  font-weight: 900;
}

.why-card h3,
.testimonial-card strong {
  color: #fff;
}

.why-card p,
.testimonial-card p {
  color: var(--ink-soft);
}

.testimonial-card span {
  color: var(--accent);
  font-size: 2rem;
  font-weight: 900;
}

.insta-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 0.75rem;
}

.insta-grid img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  border-radius: var(--radius);
  filter: saturate(0.98) contrast(1.05);
}

.insta-grid img:first-child {
  height: 40.75rem;
  grid-row: span 2;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
  gap: 1rem;
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
  margin: 2rem 0 5rem;
}

.newsletter-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
}

.newsletter-panel p,
.newsletter-form span {
  color: var(--ink-soft);
}

.newsletter-form,
.coupon-form,
.shipping-form {
  display: grid;
  gap: 0.7rem;
}

.newsletter-form input,
.coupon-form input,
.shipping-form input,
.shop-search-wrap input,
.filter-field select,
.filter-field input,
.premium-form input,
.premium-form textarea,
.premium-form select,
.review-form input,
.review-form textarea,
.review-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
}

.newsletter-form input,
.shop-search-wrap input,
.filter-field select,
.premium-form input,
.premium-form textarea,
.premium-form select,
.review-form input,
.review-form textarea,
.review-form select {
  padding: 0.9rem 1rem;
}

.premium-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 0.55fr 0.55fr 0.8fr;
  gap: 1rem;
  border-radius: var(--radius);
  color: #fff;
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.premium-footer p,
.footer-note,
.footer-links a {
  color: rgba(255, 255, 255, 0.66);
}

.social-row,
.payment-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-content: start;
}

.social-row a,
.payment-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.shop-hero,
.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.28fr);
  gap: 1rem;
  align-items: end;
  padding: clamp(7rem, 14vw, 11rem) 0 clamp(2rem, 5vw, 4rem);
}

.shop-hero-card {
  padding: 1.2rem;
}

.shop-hero-card span,
.shop-hero-card p {
  color: var(--ink-soft);
}

.shop-hero-card strong {
  display: block;
  color: var(--accent);
  font-size: clamp(2.5rem, 8vw, 5.5rem);
  line-height: 0.9;
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(17rem, 0.28fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 5rem;
}

.shop-sidebar {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
}

.shop-search-wrap,
.shop-filter-block {
  padding: 1rem;
}

.shop-search-wrap label,
.filter-field {
  display: grid;
  gap: 0.5rem;
  color: #fff;
  font-weight: 700;
}

.shop-filter-block {
  display: grid;
  gap: 1rem;
}

.search-suggestions {
  display: none;
  gap: 0.4rem;
  margin-top: 0.55rem;
}

.search-suggestions.is-open {
  display: grid;
}

.search-suggestions button {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.7rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  text-align: left;
}

.search-suggestions small {
  color: var(--ink-soft);
}

.premium-toolbar {
  position: sticky;
  top: 6rem;
  z-index: 8;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.catalogue-toolbar-title,
.catalogue-toolbar-copy,
.catalogue-sort-label {
  color: #fff;
}

.catalogue-toolbar-copy,
.catalogue-sort-label {
  color: var(--ink-soft);
}

.catalogue-sort-select {
  min-height: 44px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.view-toggle {
  display: inline-flex;
  padding: 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
}

.view-toggle button {
  color: #fff;
  background: transparent;
}

.view-toggle button.is-active {
  color: #050505;
  background: #fff;
}

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

.premium-product-grid.is-list-view {
  grid-template-columns: 1fr;
}

.premium-product-grid.is-list-view .premium-card {
  display: grid;
  grid-template-columns: minmax(14rem, 0.32fr) minmax(0, 1fr);
}

.premium-product-grid.is-list-view .catalogue-product-actions {
  grid-column: 2;
  align-self: end;
}

.load-more-row {
  display: flex;
  justify-content: center;
  margin: 2rem 0 0;
}

.premium-pdp {
  padding-top: clamp(6rem, 12vw, 9rem);
  align-items: start;
}

.premium-media-shell {
  position: sticky;
  top: 6rem;
}

.product-stage-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  background: #111;
}

.zoom-stage img {
  transition: transform 520ms ease;
}

.zoom-stage:hover img {
  transform: scale(1.08);
}

.product-badge-row {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.product-badge-row span {
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  color: #050505;
  background: var(--accent);
  font-size: 0.76rem;
  font-weight: 900;
}

.wishlist-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  min-height: 2.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 5, 5, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font: inherit;
  font-weight: 800;
}

.product-info-column h1 {
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
  line-height: 0.92;
}

.product-line-label,
.product-subcopy,
.product-status-copy {
  color: var(--ink-soft);
}

.rating-row {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink-soft);
}

.rating-row strong {
  color: var(--accent);
}

.product-price-stack strong {
  color: #fff;
}

.product-color-grid,
.product-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.product-color-chip,
.product-size-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.8rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font: inherit;
  font-weight: 800;
}

.product-color-chip span {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 999px;
  background: var(--swatch);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.product-color-chip.is-active,
.product-size-chip.is-active {
  color: #050505;
  background: #fff;
}

.product-color-chip.is-active span {
  border-color: rgba(0, 0, 0, 0.3);
}

.product-spin-viewer {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.8rem;
  color: var(--ink-soft);
}

.spin-track {
  height: 0.45rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.spin-track span {
  display: block;
  width: 36%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-bright));
  animation: spinTrack 2.2s ease-in-out infinite alternate;
}

@keyframes spinTrack {
  from { transform: translateX(0); }
  to { transform: translateX(180%); }
}

.premium-accordion .product-detail-panel {
  padding: 0;
  overflow: hidden;
}

.product-detail-panel button[data-accordion] {
  width: 100%;
  padding: 1rem;
  color: #fff;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  text-align: left;
}

.product-detail-panel p,
.product-detail-panel ul {
  display: none;
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--ink-soft);
}

.product-detail-panel.is-open p,
.product-detail-panel.is-open ul {
  display: block;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.38fr);
  gap: 1rem;
}

.review-list,
.review-form {
  display: grid;
  gap: 1rem;
}

.review-form {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(17, 17, 17, 0.68);
}

.review-form label {
  display: grid;
  gap: 0.5rem;
  color: #fff;
  font-weight: 800;
}

.review-card {
  padding: 1rem;
}

.review-card div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #fff;
}

.review-card span {
  color: var(--accent);
  font-weight: 900;
}

.review-card p {
  color: var(--ink-soft);
}

.checkout-hero {
  display: block;
  width: min(850px, 100%);
  padding-bottom: 1rem;
}

.premium-checkout-layout {
  align-items: start;
  padding-bottom: 5rem;
}

.premium-summary-panel {
  position: sticky;
  top: 6rem;
}

.premium-form label,
.payment-methods,
.coupon-form,
.shipping-form {
  color: #fff;
}

.premium-form input,
.premium-form select,
.premium-form textarea {
  background: rgba(255, 255, 255, 0.07);
}

.checkout-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink-soft);
}

.payment-methods {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.payment-methods legend {
  padding: 0 0.35rem;
  color: var(--accent);
  font-weight: 900;
}

.payment-methods label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.summary-lines {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.summary-lines div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft);
}

.summary-lines strong,
.checkout-total strong {
  color: #fff;
}

.checkout-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 1rem;
}

.checkout-trust-grid span {
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.05);
}

.cart-fab {
  right: 1rem;
  bottom: 1rem;
  border-radius: 999px;
  color: #050505;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 18px 48px rgba(57, 255, 20, 0.2);
}

.cart-drawer {
  color: #fff;
  background: rgba(5, 5, 5, 0.9);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.cart-item {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.account-feature-grid {
  display: grid;
  gap: 0.8rem;
}

.account-feature-grid article {
  padding: 1rem;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.account-feature-grid span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.account-feature-grid strong {
  display: block;
  margin-top: 0.3rem;
  color: #fff;
}

.account-feature-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.34fr);
  gap: 1rem;
  align-items: end;
  padding: clamp(7rem, 14vw, 11rem) 0 clamp(2rem, 5vw, 4rem);
}

.account-hero-copy {
  width: min(820px, 100%);
}

.account-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.account-hero p {
  color: var(--ink-soft);
}

.account-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.account-hero-card,
.account-panel,
.account-mini-panel {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(17, 17, 17, 0.68);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.account-hero-card {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  min-height: 16rem;
  display: grid;
  align-content: end;
}

.account-hero-card::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.34), transparent 66%);
  filter: blur(10px);
}

.account-hero-card span,
.account-mini-panel .eyebrow {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.account-hero-card strong {
  position: relative;
  display: block;
  margin-top: 0.4rem;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.9;
}

.account-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.65fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 5rem;
}

.account-panel {
  padding: clamp(1rem, 2.5vw, 1.4rem);
}

.account-summary-panel {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
}

.account-auth-panel .section-heading,
.account-summary-panel .section-heading {
  margin-bottom: 1rem;
}

.account-auth-panel .section-heading h2,
.account-summary-panel .section-heading h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.account-choice-row,
.account-mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.account-mode-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-choice,
.account-mode-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.account-choice.is-active,
.account-mode-button.is-active {
  color: #050505;
  background: #fff;
}

.account-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.account-social-button {
  min-height: 5.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.account-social-button small,
.account-divider,
.account-mini-panel span,
.account-stat-grid p {
  color: var(--ink-soft);
}

.account-divider {
  margin: 1.2rem 0;
}

.account-form {
  padding: 0;
  background: transparent;
  border: 0;
}

.account-stat-grid,
.account-state-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.account-state-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0;
}

.account-stat-grid article,
.account-state-metrics div {
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.account-stat-grid span,
.account-state-metrics span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.account-stat-grid strong,
.account-state-metrics strong {
  display: block;
  margin-top: 0.28rem;
  color: var(--accent);
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  line-height: 1;
}

.account-mini-panel {
  padding: 1rem;
}

.account-mini-panel strong,
.account-mini-panel span {
  display: block;
}

.account-mini-panel strong {
  margin: 0.2rem 0;
  color: #fff;
  font-size: 1.1rem;
}

@media (max-width: 980px) {
  .account-hero,
  .account-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .account-summary-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .account-choice-row,
  .account-social-grid,
  .account-stat-grid,
  .account-state-metrics {
    grid-template-columns: 1fr;
  }

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

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

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

  .insta-grid img,
  .insta-grid img:first-child {
    height: 19rem;
    grid-row: auto;
  }

  .shop-layout,
  .storytelling-band,
  .reviews-layout,
  .newsletter-panel,
  .premium-footer {
    grid-template-columns: 1fr;
  }

  .shop-sidebar,
  .premium-summary-panel,
  .premium-media-shell,
  .premium-toolbar {
    position: static;
  }
}

@media (max-width: 760px) {
  .premium-shell {
    width: min(100% - 18px, 1440px);
  }

  .premium-header {
    padding: 0.75rem;
  }

  .menu-toggle {
    display: inline-flex;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
  }

  .site-nav {
    display: none;
    width: 100%;
    padding-top: 0.7rem;
    justify-content: flex-start;
  }

  .site-header.nav-open {
    flex-wrap: wrap;
  }

  .site-header.nav-open .site-nav {
    display: flex;
  }

  .lux-hero {
    min-height: 94svh;
    padding: 7.4rem 1rem 7rem;
  }

  .floating-product-stack {
    left: 1rem;
    right: 1rem;
    bottom: 1.2rem;
    width: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .floating-product-card img {
    width: 100%;
    height: 7rem;
  }

  .floating-product-card-alt {
    transform: none;
  }

  .hero-scroll-hint {
    display: none;
  }

  .hero-actions,
  .catalogue-toolbar-actions,
  .checkout-tools,
  .product-buy-actions-v2 {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button,
  .catalogue-toolbar-actions > *,
  .product-buy-actions-v2 .button {
    width: 100%;
  }

  .category-grid,
  .why-grid,
  .testimonial-grid,
  .premium-product-grid,
  .premium-product-grid.is-list-view .premium-card,
  .checkout-trust-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    min-height: 18rem;
  }

  .storytelling-stats {
    grid-template-columns: 1fr;
  }

  .storytelling-media,
  .storytelling-media img {
    min-height: 24rem;
  }

  .premium-carousel {
    grid-auto-columns: minmax(82vw, 1fr);
  }

  .catalogue-product-image-shell,
  .catalogue-product-image-shell img {
    min-height: 18rem;
  }

  .premium-toolbar {
    padding: 0.9rem;
  }

  .premium-product-grid.is-list-view .catalogue-product-actions {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.28), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(42, 198, 255, 0.18), transparent 26%),
    radial-gradient(circle at 70% 55%, rgba(200, 255, 69, 0.12), transparent 18%),
    linear-gradient(180deg, #fbf6ee 0%, #efe0c5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 72%);
  pointer-events: none;
  z-index: 0;
}

.cursor-orb {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 176, 0, 0.22), rgba(42, 198, 255, 0.14) 45%, transparent 72%);
  pointer-events: none;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  filter: blur(16px);
  opacity: 0.7;
}

.cursor-orb[data-theme="launch"] {
  background:
    radial-gradient(circle, rgba(255, 176, 0, 0.24), rgba(255, 122, 0, 0.18) 45%, transparent 72%);
}

.cursor-orb[data-theme="comfort"] {
  background:
    radial-gradient(circle, rgba(42, 198, 255, 0.22), rgba(125, 143, 161, 0.16) 45%, transparent 72%);
}

.cursor-orb[data-theme="retail"] {
  background:
    radial-gradient(circle, rgba(200, 255, 69, 0.18), rgba(255, 176, 0, 0.16) 45%, transparent 72%);
}

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

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

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 40px;
  position: relative;
  z-index: 1;
}

.site-header,
.site-footer,
.wholesale-card,
.catalogue-summary,
.catalogue-card,
.size-table,
.contact-strip,
.visual-panel,
.story-points article,
.spotlight-card,
.info-card {
  backdrop-filter: blur(18px);
}

.site-header {
  position: sticky;
  top: 14px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  margin-bottom: 26px;
  background: rgba(255, 248, 238, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.brand-mark img,
.footer-logo {
  height: 42px;
  width: auto;
}

.brand-text {
  display: inline-flex;
  align-items: center;
}

.brand-text span {
  display: inline-block;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1;
}

.brand-mark img {
  object-fit: contain;
}

.footer-logo {
  height: 34px;
}

.menu-toggle {
  display: none;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(15, 39, 64, 0.07);
  color: var(--ink);
}

.nav-cta,
.button {
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta,
.button-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 14px 30px rgba(15, 39, 64, 0.18);
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 700;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.5);
}

.hero-section,
.story-section,
.wholesale-card,
.contact-strip,
.spotlight-grid,
.split-showcase {
  display: grid;
  gap: 24px;
}

.hero-section {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  padding: 30px 0 16px;
}

.flagship-hero {
  position: relative;
}

.flagship-hero::before {
  content: "";
  position: absolute;
  inset: -6% 20% auto -8%;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.22), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.hero-v2 {
  min-height: calc(100vh - 120px);
  grid-template-columns: 0.92fr 1.08fr;
  gap: 28px;
  align-items: center;
}

.hero-copy-v2 {
  padding-right: 20px;
}

.hero-lines {
  display: grid;
  gap: 8px;
}

.hero-lines span {
  display: block;
}

.hero-stage {
  position: relative;
  min-height: 640px;
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(8, 26, 46, 0.98), rgba(18, 44, 72, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(6, 18, 34, 0.34);
}

.hero-stage-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-stage-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.75;
}

.hero-stage-glow-left {
  left: -40px;
  bottom: 30px;
  background: radial-gradient(circle, rgba(255, 176, 0, 0.44), transparent 72%);
}

.hero-stage-glow-right {
  right: -80px;
  top: 40px;
  background: radial-gradient(circle, rgba(42, 198, 255, 0.28), transparent 72%);
}

.hero-stage-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92), transparent 88%);
  opacity: 0.5;
}

.hero-stage-video {
  opacity: 0.42;
}

.hero-stage-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 16, 28, 0.12), rgba(6, 16, 28, 0.58)),
    radial-gradient(circle at 50% 75%, rgba(255, 255, 255, 0.1), transparent 32%);
}

.hero-product-floating {
  position: absolute;
  left: 50%;
  top: 56%;
  z-index: 3;
  width: min(72%, 720px);
  transform: translate(-50%, -50%) rotate(-10deg);
  filter: drop-shadow(0 44px 50px rgba(0, 0, 0, 0.34));
}

.hero-mark-floating {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 3;
  width: 110px;
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.22);
}

.hero-stage-copy {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 3;
  max-width: 290px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(7, 22, 37, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-stage-copy strong {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: 1.15rem;
  line-height: 1.15;
}

.hero-copy h1,
.catalogue-hero h1,
.section-heading h2,
.story-copy h2,
.page-hero h1 {
  margin: 0;
  font-family: "Kanit", sans-serif;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.page-hero {
  max-width: 780px;
  padding: 36px 0 12px;
}

.page-hero h1 {
  margin-bottom: 14px;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.hero-text,
.section-heading p,
.story-copy p,
.story-points p,
.panel-card p,
.wholesale-card p,
.catalogue-hero p,
.contact-strip p,
.spotlight-card p,
.page-hero p,
.showcase-copy p,
.info-card p {
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent-deep);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 30px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-metrics li,
.catalogue-summary article,
.size-table div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid var(--line);
}

.hero-metrics strong,
.catalogue-summary strong,
.size-table strong {
  display: block;
  font-family: "Kanit", sans-serif;
  font-size: 1.35rem;
}

.hero-metrics span,
.catalogue-summary span,
.size-table span {
  color: var(--ink-soft);
}

.hero-visual {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  min-height: 540px;
}

.visual-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow);
}

.tilt-card {
  transform-style: preserve-3d;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  will-change: transform;
}

.tilt-card:hover {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 30px 80px rgba(8, 26, 46, 0.24);
}

.visual-panel::before {
  content: "";
  position: absolute;
  inset: auto -15% -30% auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.22), transparent 70%);
}

.visual-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 36%),
    linear-gradient(320deg, rgba(42, 198, 255, 0.08), transparent 30%);
  pointer-events: none;
}

.panel-tall {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  color: #fff;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 176, 0, 0.26), transparent 16%),
    radial-gradient(circle at 78% 28%, rgba(42, 198, 255, 0.18), transparent 22%),
    linear-gradient(160deg, rgba(10, 29, 48, 0.95), rgba(32, 63, 92, 0.86)),
    linear-gradient(135deg, #1d3750, #0d2136);
}

.panel-tall h2 {
  position: relative;
  z-index: 1;
  max-width: 8ch;
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

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

.hero-video-panel {
  min-height: 100%;
}

.hero-media-shell {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin-top: 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

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

.hero-video {
  object-fit: cover;
  background: #0d2136;
}

.hero-video.is-active + .hero-video-fallback {
  opacity: 0;
}

.hero-video-fallback {
  background:
    linear-gradient(180deg, rgba(7, 22, 37, 0.2), rgba(7, 22, 37, 0.45)),
    linear-gradient(145deg, rgba(11, 35, 64, 0.95), rgba(31, 79, 121, 0.92));
  pointer-events: none;
  transition: opacity 260ms ease;
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 70%);
  opacity: 0.35;
  pointer-events: none;
}

.hero-video-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(11, 35, 64, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.hero-video-caption,
.hero-grid-overlay {
  transform: translateZ(24px);
}

.hero-video-caption strong {
  font-size: 0.95rem;
}

.hero-video-caption span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
}

.hero-3d-scene {
  position: relative;
  height: 240px;
  margin-top: 20px;
  perspective: 1200px;
}

.slipper-3d {
  position: absolute;
  width: 210px;
  height: 110px;
  transform-style: preserve-3d;
}

.slipper-primary {
  left: 18px;
  bottom: 26px;
  transform: rotateX(64deg) rotateZ(-24deg) rotateY(-18deg);
}

.slipper-secondary {
  right: 18px;
  top: 6px;
  transform: rotateX(66deg) rotateZ(-18deg) rotateY(10deg) scale(0.9);
}

.slipper-3d .strap,
.slipper-3d .sole,
.slipper-3d .glow {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.slipper-3d .sole {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 40%),
    linear-gradient(135deg, #ff7a00, #ffb000 38%, #2ac6ff 100%);
  box-shadow:
    inset 0 -18px 20px rgba(0, 0, 0, 0.22),
    inset 0 8px 18px rgba(255, 255, 255, 0.16),
    0 30px 50px rgba(0, 0, 0, 0.32);
}

.slipper-3d .sole::before {
  content: "";
  position: absolute;
  inset: 78% 10% -12% 10%;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(11, 35, 64, 0.78) 0 10px,
      rgba(255, 255, 255, 0.2) 10px 20px
    );
  border-radius: 999px;
  transform: translateZ(-10px);
}

.slipper-3d .strap {
  inset: 14px 34px 32px 34px;
  border-radius: 44px 44px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, #091d33, #184875 65%, #2ac6ff);
  transform: translateZ(26px);
  box-shadow:
    inset 0 -10px 18px rgba(0, 0, 0, 0.3),
    0 18px 30px rgba(6, 16, 30, 0.24);
}

.slipper-3d .strap::before {
  content: "TREADZ";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-2deg);
  font-family: "Kanit", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.94);
}

.slipper-3d .glow {
  inset: auto 12px -10px 12px;
  height: 26px;
  background: radial-gradient(circle, rgba(255, 176, 0, 0.5), transparent 68%);
  filter: blur(10px);
  transform: translateZ(-30px);
}

.panel-card {
  background: rgba(255, 248, 238, 0.72);
}

.accent-card {
  background: linear-gradient(160deg, rgba(255, 122, 0, 0.16), rgba(255, 255, 255, 0.7));
}

.panel-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.marquee-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin: 18px 0 32px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(15, 39, 64, 0.1);
}

.marquee-band div {
  padding: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.marquee-section {
  margin: 10px 0 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 248, 238, 0.56);
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 16px 0;
  animation: marquee-slide 24s linear infinite;
}

.marquee-track span {
  padding: 0 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

.content-section {
  padding: 44px 0;
}

.asset-duo,
.asset-grid {
  display: grid;
  gap: 18px;
}

.asset-duo {
  grid-template-columns: 1fr 1fr;
}

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

.launch-grid {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
}

.launch-grid-copy {
  max-width: 28rem;
}

.launch-grid-copy h2 {
  margin: 0 0 12px;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 0.96;
}

.launch-grid-copy p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.launch-grid-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 18px;
  align-items: end;
}

.media-card-launch {
  min-height: 420px;
}

.media-card-launch img {
  object-position: center center;
}

.media-card-poster {
  min-height: 320px;
  margin-top: 38px;
}

.media-card-poster img {
  object-position: center top;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 26px;
}

.section-heading h2,
.story-copy h2,
.showcase-copy h2,
.info-card h3 {
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  margin-bottom: 12px;
}

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

.product-card,
.catalogue-card,
.info-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.info-card::before {
  content: "";
  position: absolute;
  inset: auto -20px -20px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.16), transparent 72%);
}

.product-card::before,
.catalogue-card::before {
  content: "";
  position: absolute;
  inset: auto -20px -26px auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(42, 198, 255, 0.24), transparent 68%);
}

.product-visual,
.catalogue-visual {
  position: relative;
  display: block;
  height: 220px;
  margin-bottom: 18px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 176, 0, 0.24), transparent 24%),
    linear-gradient(135deg, rgba(15, 39, 64, 0.12), rgba(255, 255, 255, 0.65));
  perspective: 1200px;
}

.product-visual::before,
.catalogue-visual::before {
  content: "";
  position: absolute;
  inset: 28% 12% 20% auto;
  width: 70%;
  border-radius: 999px;
  background: var(--card-gradient, linear-gradient(135deg, #18324f, #3f6f96));
  transform: rotateX(58deg) rotateZ(-16deg) translateZ(28px);
  box-shadow:
    inset 0 -14px 22px rgba(255, 255, 255, 0.18),
    0 24px 30px rgba(11, 35, 64, 0.18);
}

.product-visual::after,
.catalogue-visual::after {
  content: "";
  position: absolute;
  inset: 18% 30% 40% 24%;
  border-radius: 42px 42px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(11, 35, 64, 0.95), rgba(42, 198, 255, 0.7));
  transform: rotateX(58deg) rotateZ(-16deg) translateZ(58px);
  box-shadow:
    inset 0 -10px 14px rgba(0, 0, 0, 0.24),
    0 14px 24px rgba(11, 35, 64, 0.22);
}

.tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 39, 64, 0.08);
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.product-card h3,
.catalogue-card h3,
.wholesale-card h3,
.story-points h3,
.spotlight-card h3,
.showcase-copy h2,
.info-card h3 {
  margin: 14px 0 8px;
  font-family: "Kanit", sans-serif;
}

.product-card p,
.catalogue-card p {
  margin: 0 0 14px;
  color: var(--ink-soft);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-meta,
.catalogue-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-meta span,
.catalogue-meta span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 600;
}

.story-section {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

.story-points {
  display: grid;
  gap: 16px;
}

.story-points article,
.wholesale-card,
.catalogue-summary,
.size-table,
.contact-strip,
.spotlight-card {
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 248, 238, 0.68);
  box-shadow: var(--shadow);
}

.spotlight-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
}

.spotlight-card {
  position: relative;
  overflow: hidden;
}

.spotlight-card::before {
  content: "";
  position: absolute;
  inset: auto -30px -30px auto;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.26), transparent 72%);
}

.spotlight-large {
  background:
    linear-gradient(135deg, rgba(11, 35, 64, 0.96), rgba(24, 72, 117, 0.9)),
    rgba(255, 248, 238, 0.68);
  color: #fff;
}

.spotlight-large p,
.spotlight-large h3 {
  color: #fff;
}

.split-showcase {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.request-list {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--ink-soft);
  line-height: 1.8;
}

.media-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 248, 238, 0.68);
  box-shadow: var(--shadow);
}

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

.media-card-large {
  min-height: 420px;
}

.media-spotlight img {
  width: calc(100% + 44px);
  height: 180px;
  margin: -22px -22px 18px;
  object-fit: cover;
}

.story-pinned-layout {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 30px;
  align-items: start;
}

.story-stage {
  position: relative;
}

.story-stage-sticky {
  position: sticky;
  top: 110px;
}

.story-stage-shell {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(160deg, rgba(10, 29, 48, 0.98), rgba(27, 61, 90, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(6, 18, 34, 0.22);
}

.story-asset {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 420ms ease, transform 420ms ease;
}

.story-asset.is-active {
  opacity: 1;
  transform: scale(1);
}

.story-stage-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 14, 24, 0.1), rgba(5, 14, 24, 0.54));
  pointer-events: none;
}

.story-stage-badge {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(7, 22, 37, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.story-stage-badge strong {
  display: block;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: 1.14rem;
  line-height: 1.2;
}

.story-steps {
  display: grid;
  gap: 18px;
}

.story-step {
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 248, 238, 0.7);
  box-shadow: var(--shadow);
  opacity: 0.62;
  transform: translateY(24px);
  transition: transform 260ms ease, opacity 260ms ease, border-color 260ms ease;
}

.story-step.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(255, 122, 0, 0.38);
}

.story-index {
  display: inline-flex;
  margin-bottom: 12px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--accent-deep);
}

.story-step h3 {
  margin: 0 0 10px;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.story-step p {
  margin: 0;
}

.worlds-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.world-card {
  min-height: 320px;
}

.world-card-large {
  grid-row: span 2;
  min-height: 658px;
}

.world-card-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(7, 22, 37, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.world-card-copy h3 {
  margin: 0;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.contrast-section {
  padding-top: 18px;
}

.contrast-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 176, 0, 0.18), transparent 20%),
    radial-gradient(circle at 88% 24%, rgba(42, 198, 255, 0.16), transparent 20%),
    linear-gradient(155deg, rgba(10, 29, 48, 0.98), rgba(24, 55, 86, 0.94));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(6, 18, 34, 0.24);
}

.contrast-copy .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.contrast-copy h2 {
  margin: 0 0 12px;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.96;
}

.contrast-copy p {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.82);
}

.contrast-mark {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contrast-mark img {
  width: min(82%, 360px);
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.3));
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

@keyframes marquee-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.image-placeholder {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 340px;
  padding: 26px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle at top left, rgba(255, 176, 0, 0.3), transparent 24%),
    radial-gradient(circle at 78% 20%, rgba(42, 198, 255, 0.22), transparent 20%),
    linear-gradient(145deg, rgba(11, 35, 64, 0.96), rgba(31, 79, 121, 0.9));
  color: #fff;
  box-shadow: var(--shadow);
}

.worlds-section .image-placeholder {
  min-height: 420px;
}

.image-placeholder span {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  opacity: 0.82;
}

.image-placeholder strong {
  margin: 8px 0;
  font-family: "Kanit", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.image-placeholder p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.wholesale-card {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px;
  margin-top: 26px;
  border-radius: 28px;
  background: rgba(15, 39, 64, 0.94);
  color: #f6efe5;
}

.footer-links {
  display: grid;
  gap: 10px;
}

.footer-note {
  color: rgba(246, 239, 229, 0.72);
}

.catalogue-shell {
  padding-bottom: 60px;
}

.catalogue-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  padding: 32px 0 18px;
}

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

.catalogue-badge {
  min-width: 220px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 75% 25%, rgba(255, 176, 0, 0.18), transparent 22%),
    linear-gradient(160deg, var(--ink), #1d4361);
  color: #fff;
  box-shadow: var(--shadow);
}

.catalogue-badge span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  opacity: 0.8;
}

.catalogue-badge strong {
  display: block;
  margin-top: 10px;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
}

.catalogue-summary,
.size-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 28px;
}

.catalogue-grid {
  padding: 8px 0 32px;
}

.catalogue-card h3 {
  margin-top: 4px;
}

.catalogue-card .price-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.contact-strip {
  grid-template-columns: 1fr auto;
  align-items: center;
}

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

.product-visual.has-image,
.catalogue-visual.has-image,
.listing-admin-visual.has-image {
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 176, 0, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(15, 39, 64, 0.08), rgba(255, 255, 255, 0.45));
}

.product-visual.has-image::before,
.product-visual.has-image::after,
.catalogue-visual.has-image::before,
.catalogue-visual.has-image::after,
.listing-admin-visual.has-image::before,
.listing-admin-visual.has-image::after {
  display: none;
}

.product-visual.has-image img,
.catalogue-visual.has-image img,
.listing-admin-visual.has-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  padding: 12px;
}

.seller-kpis,
.seller-layout,
.listing-admin-grid {
  display: grid;
  gap: 18px;
}

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

.seller-kpi-card,
.seller-form-card,
.seller-side-card,
.listing-admin-card {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background: rgba(255, 248, 238, 0.72);
  box-shadow: var(--shadow);
}

.seller-kpi-card {
  padding: 22px;
}

.seller-kpi-card span {
  display: block;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

.seller-kpi-card strong {
  display: block;
  margin-top: 10px;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
}

.seller-layout {
  grid-template-columns: 1.18fr 0.82fr;
  align-items: start;
}

.seller-form-card,
.seller-side-card {
  padding: 24px;
}

.seller-card-head h2,
.seller-side-card h3 {
  margin: 0 0 10px;
  font-family: "Kanit", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 0.98;
}

.seller-note,
.seller-empty,
.seller-status,
.listing-admin-copy p,
.seller-side-card p {
  color: var(--ink-soft);
  line-height: 1.7;
}

.seller-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 22px;
}

.seller-form-full {
  grid-column: 1 / -1;
}

.seller-form label,
.seller-form legend {
  font-weight: 600;
  color: var(--ink);
}

.seller-form input,
.seller-form textarea,
.seller-form select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
}

.seller-form textarea {
  resize: vertical;
}

.seller-channel-group {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.52);
}

.seller-channel-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}

.seller-channel-group input {
  width: auto;
  margin: 0;
}

.seller-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.seller-upload-preview {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
}

.seller-upload-preview img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.seller-upload-preview strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Kanit", sans-serif;
  font-size: 1.15rem;
}

.seller-upload-preview p {
  margin: 0;
  color: var(--ink-soft);
}

.seller-sidebar {
  display: grid;
  gap: 18px;
}

.seller-side-card-dark {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 176, 0, 0.18), transparent 24%),
    linear-gradient(155deg, rgba(10, 29, 48, 0.98), rgba(24, 55, 86, 0.94));
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}

.seller-side-card-dark .eyebrow,
.seller-side-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

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

.listing-admin-card {
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 18px;
}

.listing-admin-visual {
  position: relative;
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(255, 176, 0, 0.24), transparent 24%),
    linear-gradient(135deg, rgba(15, 39, 64, 0.12), rgba(255, 255, 255, 0.65));
}

.listing-admin-visual::before {
  content: "";
  position: absolute;
  inset: 28% 12% 20% auto;
  width: 70%;
  border-radius: 999px;
  background: var(--card-gradient, linear-gradient(135deg, #18324f, #3f6f96));
  transform: rotateX(58deg) rotateZ(-16deg) translateZ(28px);
  box-shadow:
    inset 0 -14px 22px rgba(255, 255, 255, 0.18),
    0 24px 30px rgba(11, 35, 64, 0.18);
}

.listing-admin-visual::after {
  content: "";
  position: absolute;
  inset: 18% 30% 40% 24%;
  border-radius: 42px 42px 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(11, 35, 64, 0.95), rgba(42, 198, 255, 0.7));
  transform: rotateX(58deg) rotateZ(-16deg) translateZ(58px);
  box-shadow:
    inset 0 -10px 14px rgba(0, 0, 0, 0.24),
    0 14px 24px rgba(11, 35, 64, 0.22);
}

.listing-admin-topline,
.listing-admin-meta,
.listing-admin-channels,
.listing-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.listing-admin-topline {
  justify-content: space-between;
  align-items: center;
}

.listing-admin-id {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

.listing-admin-copy h3 {
  margin: 12px 0 8px;
  font-family: "Kanit", sans-serif;
  font-size: 1.7rem;
}

.listing-admin-meta span,
.listing-admin-channels span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 600;
}

.listing-admin-channels span {
  background: rgba(15, 39, 64, 0.08);
}

.seller-gallery-preview,
.gallery-mini-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  gap: 12px;
}

.seller-gallery-preview img,
.gallery-mini-strip img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.shop-overview,
.checkout-layout,
.orders-results,
.admin-orders-grid {
  display: grid;
  gap: 18px;
}

.shop-overview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.shop-stat,
.checkout-panel,
.order-card,
.admin-order-card {
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 248, 238, 0.72);
  box-shadow: var(--shadow);
}

.shop-stat span {
  display: block;
  color: var(--ink-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
}

.shop-stat strong {
  display: block;
  margin-top: 10px;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
}

.checkout-layout {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: start;
}

.checkout-panel {
  display: grid;
  gap: 18px;
}

.product-card-commerce .product-visual {
  min-height: 260px;
}

.product-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(11, 35, 64, 0.92);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}

.product-price-row strong {
  font-family: "Kanit", sans-serif;
  font-size: 1.7rem;
}

.price-compare {
  color: var(--ink-soft);
  text-decoration: line-through;
  font-weight: 600;
}

.product-actions-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: auto;
}

.cart-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  border: 0;
  border-radius: 999px;
  padding: 14px 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 38px rgba(11, 35, 64, 0.28);
  font: inherit;
  font-weight: 700;
}

.cart-fab-count {
  margin-left: 8px;
  color: var(--accent-bright);
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 29;
  width: min(420px, 100%);
  height: 100vh;
  padding: 24px;
  background: rgba(255, 248, 238, 0.98);
  box-shadow: -24px 0 80px rgba(8, 26, 46, 0.2);
  transform: translateX(105%);
  transition: transform 220ms ease;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer-head,
.order-card-head,
.tracking-panel,
.order-item-row,
.cart-item-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart-items,
.order-items,
.orders-results,
.admin-orders-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.cart-item img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 18px;
}

.cart-item h3,
.order-card h3,
.admin-order-card h3 {
  margin: 0 0 6px;
  font-family: "Kanit", sans-serif;
}

.cart-item p,
.order-card p,
.admin-order-card p {
  margin: 0;
  color: var(--ink-soft);
}

.cart-item-actions button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  padding: 6px 10px;
  font: inherit;
}

.tracking-panel {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.admin-tracking-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.seller-featured-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 28px;
}

.seller-featured-toggle input {
  width: auto;
  margin: 0;
}

@media (max-width: 980px) {
  .hero-section,
  .story-section,
  .wholesale-card,
  .contact-strip,
  .site-footer,
  .catalogue-hero {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: start;
  }

  .hero-visual,
  .product-grid,
  .catalogue-grid,
  .spotlight-grid,
  .asset-grid,
  .info-grid,
  .contact-grid,
  .seller-kpis,
  .listing-admin-grid,
  .shop-overview,
  .catalogue-summary,
  .size-table {
    grid-template-columns: 1fr 1fr;
  }

  .split-showcase {
    grid-template-columns: 1fr;
  }

  .hero-v2,
  .story-pinned-layout,
  .launch-grid,
  .contrast-card,
  .seller-layout,
  .checkout-layout,
  .account-layout {
    grid-template-columns: 1fr;
  }

  .launch-grid-media {
    grid-template-columns: 1fr 1fr;
  }

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

  .world-card-large {
    grid-row: auto;
    min-height: 420px;
  }

  .site-footer {
    justify-items: start;
  }
}

@media (max-width: 720px) {
  .site-shell {
    width: min(100% - 20px, 1180px);
  }

  .site-header {
    position: static;
    padding: 16px;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    display: none;
    width: 100%;
    justify-content: flex-start;
  }

  .site-header.nav-open .site-nav {
    display: flex;
  }

  .hero-copy h1,
  .catalogue-hero h1,
  .page-hero h1 {
    font-size: clamp(2.5rem, 14vw, 3.7rem);
  }

  .hero-metrics,
  .hero-visual,
  .product-grid,
  .catalogue-grid,
  .spotlight-grid,
  .asset-duo,
  .asset-grid,
  .worlds-grid,
  .info-grid,
  .contact-grid,
  .seller-kpis,
  .listing-admin-grid,
  .shop-overview,
  .catalogue-summary,
  .size-table,
  .marquee-band {
    grid-template-columns: 1fr;
  }

  .product-actions-row,
  .admin-tracking-form,
  .cart-item {
    grid-template-columns: 1fr;
  }

  .story-points article,
  .product-card,
  .catalogue-card,
  .info-card {
    border-radius: 22px;
  }

  .launch-grid-media {
    grid-template-columns: 1fr;
  }

  .media-card-poster {
    margin-top: 0;
    min-height: 280px;
  }

  .media-card-launch {
    min-height: 340px;
  }

  .hero-3d-scene {
    height: 190px;
  }

  .slipper-3d {
    width: 170px;
    height: 90px;
  }

  .hero-stage {
    min-height: 500px;
  }

  .hero-product-floating {
    width: min(86%, 520px);
  }

  .hero-mark-floating {
    width: 84px;
  }

  .story-stage-sticky {
    position: static;
  }
}

body[data-page="seller-central"] {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.14), transparent 32%),
    radial-gradient(circle at top right, rgba(10, 42, 79, 0.2), transparent 30%),
    #eef2f7;
  color: #132033;
}

body[data-page="seller-central"] .button {
  min-height: 3rem;
  border-radius: 999px;
  box-shadow: none;
}

body[data-page="seller-central"] .button-primary {
  background: linear-gradient(135deg, #10223d, #ff7a00);
  color: #fff;
}

body[data-page="seller-central"] .button-secondary {
  background: #fff;
  color: #10223d;
  border: 1px solid rgba(16, 34, 61, 0.12);
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 2rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent),
    linear-gradient(180deg, #0d1a31 0%, #122845 100%);
  color: #edf2ff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.admin-brand strong,
.admin-brand span {
  display: block;
}

.admin-brand strong {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
}

.admin-brand div span {
  font-size: 0.88rem;
  color: rgba(237, 242, 255, 0.72);
}

.admin-brand-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ff8b22, #ff5e00);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(255, 122, 0, 0.3);
}

.admin-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-nav {
  display: grid;
  gap: 0.55rem;
}

.admin-nav-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(237, 242, 255, 0.74);
  text-align: left;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  font: inherit;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.admin-nav-link:hover,
.admin-nav-link:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateX(0.15rem);
}

.admin-nav-link.is-active {
  background: linear-gradient(135deg, rgba(255, 122, 0, 0.22), rgba(255, 255, 255, 0.08));
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.admin-sidebar-note {
  margin-top: auto;
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-sidebar-note p {
  margin: 0 0 0.35rem;
  font-weight: 700;
}

.admin-sidebar-note span {
  color: rgba(237, 242, 255, 0.72);
  font-size: 0.9rem;
}

.admin-main {
  padding: 2rem;
  display: grid;
  gap: 1.5rem;
}

.admin-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 34, 61, 0.08);
  box-shadow: 0 24px 60px rgba(16, 34, 61, 0.08);
  backdrop-filter: blur(16px);
}

.admin-topbar h1 {
  margin: 0.3rem 0 0.5rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.admin-topbar p {
  margin: 0;
  max-width: 42rem;
  color: rgba(19, 32, 51, 0.76);
}

.admin-topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-view {
  display: none;
  gap: 1.25rem;
}

.admin-view.is-active {
  display: grid;
}

.admin-grid-four,
.admin-grid-three,
.admin-two-column,
.admin-health-grid,
.admin-form,
.admin-customer-stats,
.admin-order-layout {
  display: grid;
  gap: 1rem;
}

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

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

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

.admin-health-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.admin-metric-card,
.admin-panel,
.admin-health-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 34, 61, 0.08);
  box-shadow: 0 20px 48px rgba(16, 34, 61, 0.07);
}

.admin-metric-card {
  padding: 1.35rem 1.4rem;
  border-radius: 1.45rem;
}

.admin-metric-card span,
.admin-health-card span {
  display: block;
  color: rgba(19, 32, 51, 0.64);
  font-size: 0.92rem;
}

.admin-metric-card strong,
.admin-health-card strong {
  display: block;
  margin-top: 0.45rem;
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  line-height: 1;
  color: #10223d;
}

.admin-health-card {
  padding: 1.15rem 1.2rem;
  border-radius: 1.2rem;
}

.admin-panel {
  border-radius: 1.7rem;
  padding: 1.4rem;
}

.admin-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.admin-panel-head h2 {
  margin: 0.25rem 0 0;
  font-size: 1.35rem;
}

.admin-panel-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
}

.admin-search,
.admin-filter,
.admin-form input,
.admin-form textarea,
.admin-form select {
  width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(16, 34, 61, 0.14);
  background: #fff;
  color: #132033;
  font: inherit;
}

.admin-form textarea {
  min-height: 8rem;
  resize: vertical;
}

.admin-search,
.admin-filter {
  max-width: 18rem;
}

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

.admin-form label,
.admin-form fieldset {
  display: grid;
  gap: 0.5rem;
  color: #10223d;
  font-weight: 600;
}

.admin-form fieldset {
  border: 1px solid rgba(16, 34, 61, 0.1);
  border-radius: 1.2rem;
  padding: 1rem;
}

.admin-form legend {
  padding: 0 0.35rem;
}

.admin-form-wide {
  grid-column: 1 / -1;
}

.admin-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 2rem;
}

.admin-checkbox input {
  width: 1.15rem;
  height: 1.15rem;
  min-height: auto;
  padding: 0;
}

.admin-list,
.admin-table-grid,
.admin-orders-stack {
  display: grid;
  gap: 0.9rem;
}

.admin-list-item,
.admin-product-card,
.admin-order-card,
.admin-customer-card {
  border-radius: 1.3rem;
  border: 1px solid rgba(16, 34, 61, 0.08);
  background: #f9fbfd;
}

.admin-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
}

.admin-list-item strong,
.admin-product-card h3,
.admin-order-card h3,
.admin-customer-card h3 {
  margin: 0;
  color: #10223d;
}

.admin-list-item p,
.admin-product-card p,
.admin-order-card p,
.admin-customer-card p,
.admin-subtle {
  margin: 0.2rem 0 0;
  color: rgba(19, 32, 51, 0.72);
}

.admin-list-aside {
  display: grid;
  justify-items: end;
  gap: 0.25rem;
  text-align: right;
}

.admin-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(16, 34, 61, 0.08);
  color: #10223d;
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-pill-accent {
  background: rgba(255, 122, 0, 0.14);
  color: #b04b00;
}

.admin-pill-warn {
  background: rgba(255, 122, 0, 0.16);
  color: #a44905;
}

.admin-product-card {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 1rem;
  align-items: stretch;
}

.admin-product-media {
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
  background: var(--admin-gradient, linear-gradient(135deg, #10223d, #ff7a00));
  min-height: 10rem;
  display: grid;
  place-items: center;
}

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

.admin-product-media span {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.admin-product-body {
  display: grid;
  gap: 0.8rem;
}

.admin-card-topline,
.admin-card-tags,
.admin-card-gallery,
.admin-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: rgba(19, 32, 51, 0.75);
  font-weight: 600;
}

.admin-muted-strike {
  text-decoration: line-through;
  opacity: 0.6;
}

.admin-card-tags span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(16, 34, 61, 0.08);
  color: #41516b;
  font-size: 0.82rem;
}

.admin-card-gallery img,
.seller-gallery-preview img {
  width: 3.7rem;
  height: 3.7rem;
  object-fit: cover;
  border-radius: 0.9rem;
  border: 1px solid rgba(16, 34, 61, 0.08);
  background: #fff;
}

.admin-card-actions {
  flex-direction: column;
  justify-content: center;
}

.admin-order-card,
.admin-customer-card {
  padding: 1.1rem;
}

.admin-order-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-order-date {
  color: rgba(19, 32, 51, 0.56);
  font-size: 0.85rem;
}

.admin-order-total {
  display: grid;
  justify-items: end;
  gap: 0.15rem;
}

.admin-order-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.admin-order-block {
  border: 1px solid rgba(16, 34, 61, 0.08);
  border-radius: 1rem;
  padding: 0.95rem;
  background: #fff;
}

.admin-order-block h4 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  color: #10223d;
}

.admin-order-items {
  display: grid;
  gap: 0.55rem;
}

.admin-order-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.95rem;
}

.admin-tracking-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(16, 34, 61, 0.08);
}

.admin-tracking-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
}

.admin-tracking-form input,
.admin-tracking-form select {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.8rem 0.95rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(16, 34, 61, 0.14);
  background: #fff;
  font: inherit;
}

.admin-customer-card {
  display: grid;
  gap: 0.9rem;
}

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

.admin-customer-stats div {
  padding: 0.9rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(16, 34, 61, 0.08);
}

.admin-customer-stats span {
  display: block;
  color: rgba(19, 32, 51, 0.58);
  font-size: 0.85rem;
}

.admin-customer-stats strong {
  display: block;
  margin-top: 0.35rem;
  color: #10223d;
  font-size: 1.15rem;
}

.admin-empty {
  margin: 0;
  padding: 1.1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px dashed rgba(16, 34, 61, 0.15);
  color: rgba(19, 32, 51, 0.66);
}

.seller-status {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: #f4f7fb;
  border: 1px solid rgba(16, 34, 61, 0.08);
  color: #49596f;
}

.seller-status[data-tone="success"] {
  background: rgba(23, 140, 84, 0.08);
  border-color: rgba(23, 140, 84, 0.16);
  color: #176a42;
}

.seller-status[data-tone="error"] {
  background: rgba(209, 62, 62, 0.08);
  border-color: rgba(209, 62, 62, 0.16);
  color: #9f2626;
}

.seller-status[data-tone="neutral"] {
  background: #f4f7fb;
  color: #49596f;
}

.admin-panel-copy {
  margin: 0.35rem 0 0;
  color: rgba(19, 32, 51, 0.68);
}

.admin-product-editor {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, 0.65fr);
  gap: 1rem;
  align-items: start;
}

.admin-editor-main,
.admin-editor-side {
  display: grid;
  gap: 1rem;
}

.admin-editor-side {
  position: sticky;
  top: 1rem;
}

.admin-editor-card {
  padding: 1.2rem;
  border-radius: 1.4rem;
  background: #f9fbfd;
  border: 1px solid rgba(16, 34, 61, 0.08);
}

.admin-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.admin-card-head h3 {
  margin: 0.2rem 0 0;
  color: #10223d;
  font-size: 1.1rem;
}

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

.admin-field-note {
  color: rgba(19, 32, 51, 0.58);
  font-size: 0.84rem;
  font-weight: 500;
}

.admin-upload-box {
  display: grid;
  gap: 0.4rem;
  padding: 1.1rem;
  border-radius: 1.15rem;
  border: 1px dashed rgba(16, 34, 61, 0.18);
  background: #fff;
  cursor: pointer;
}

.admin-upload-box input {
  width: 100%;
}

.admin-upload-box strong {
  color: #10223d;
}

.admin-upload-box span {
  color: rgba(19, 32, 51, 0.64);
  font-size: 0.92rem;
}

.admin-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-chip-button {
  appearance: none;
  border: 1px solid rgba(16, 34, 61, 0.12);
  background: #fff;
  color: #10223d;
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
}

.admin-chip-button:hover,
.admin-chip-button:focus-visible {
  border-color: rgba(255, 122, 0, 0.28);
  background: rgba(255, 122, 0, 0.07);
}

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

.admin-theme-swatch {
  appearance: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 0.8rem;
  border-radius: 1rem;
  border: 1px solid rgba(16, 34, 61, 0.12);
  background: #fff;
  color: #10223d;
  font: inherit;
  cursor: pointer;
}

.admin-theme-swatch span {
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: var(--swatch);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32);
}

.admin-theme-swatch[data-theme="midnight"] { --swatch: linear-gradient(135deg, #162a42, #ff7a00); }
.admin-theme-swatch[data-theme="cobalt"] { --swatch: linear-gradient(135deg, #132f4a, #4f7fa8); }
.admin-theme-swatch[data-theme="graphite"] { --swatch: linear-gradient(135deg, #101820, #475f74); }
.admin-theme-swatch[data-theme="sand"] { --swatch: linear-gradient(135deg, #a16c3b, #ead0a9); }
.admin-theme-swatch[data-theme="cloud"] { --swatch: linear-gradient(135deg, #7d8fa1, #d4dde5); }
.admin-theme-swatch[data-theme="ember"] { --swatch: linear-gradient(135deg, #8a4f2a, #d18b44); }

.admin-theme-swatch.is-active {
  border-color: rgba(255, 122, 0, 0.32);
  background: rgba(255, 122, 0, 0.08);
}

.admin-checkbox-stack {
  align-items: flex-start;
}

.admin-checkbox-stack span {
  display: grid;
  gap: 0.12rem;
}

.admin-checkbox-stack strong {
  color: #10223d;
}

.admin-checkbox-stack small {
  color: rgba(19, 32, 51, 0.62);
}

.admin-preview-card {
  display: grid;
  gap: 0.9rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid rgba(16, 34, 61, 0.08);
  overflow: hidden;
  box-shadow: 0 18px 38px rgba(16, 34, 61, 0.08);
}

.admin-preview-media {
  min-height: 14rem;
  display: grid;
  place-items: center;
  background: var(--admin-gradient, linear-gradient(135deg, #10223d, #ff7a00));
  color: rgba(255, 255, 255, 0.82);
  position: relative;
}

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

.admin-preview-media.has-image span {
  display: none;
}

.admin-preview-copy {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.admin-preview-copy h3 {
  margin: 0;
  color: #10223d;
  font-size: 1.3rem;
}

.admin-preview-copy p {
  margin: 0;
  color: rgba(19, 32, 51, 0.72);
}

.admin-actions-stack {
  flex-direction: column;
}

.admin-actions-stack .button {
  width: 100%;
}

.admin-product-table-wrap {
  overflow: auto;
  border-radius: 1.2rem;
  border: 1px solid rgba(16, 34, 61, 0.08);
  background: #fff;
}

.admin-product-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 56rem;
}

.admin-product-table th,
.admin-product-table td {
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(16, 34, 61, 0.08);
}

.admin-product-table th {
  background: #f7f9fc;
  color: rgba(19, 32, 51, 0.64);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.admin-product-row {
  display: grid;
  grid-template-columns: 4.6rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

.admin-product-row-media {
  min-height: 4.6rem;
  border-radius: 1rem;
  background: var(--admin-gradient, linear-gradient(135deg, #10223d, #ff7a00));
  overflow: hidden;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
}

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

.admin-product-row strong {
  display: block;
  color: #10223d;
}

.admin-product-row p {
  margin: 0.25rem 0 0;
  color: rgba(19, 32, 51, 0.66);
  font-size: 0.9rem;
}

.admin-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.admin-orders-workspace {
  display: grid;
  grid-template-columns: 22rem minmax(0, 1fr);
  gap: 1rem;
}

.admin-order-list,
.admin-order-detail-panel {
  display: grid;
  gap: 0.8rem;
}

.admin-order-row {
  appearance: none;
  width: 100%;
  padding: 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(16, 34, 61, 0.08);
  background: #f9fbfd;
  text-align: left;
  color: #10223d;
  cursor: pointer;
}

.admin-order-row.is-active {
  border-color: rgba(255, 122, 0, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 122, 0, 0.18);
  background: rgba(255, 122, 0, 0.04);
}

.admin-order-row-top,
.admin-order-row-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.admin-order-row-meta {
  margin-top: 0.45rem;
  color: rgba(19, 32, 51, 0.66);
  font-size: 0.92rem;
}

.admin-order-detail-card {
  padding: 1.1rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(16, 34, 61, 0.08);
  background: #f9fbfd;
}

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

.product-page-hero {
  padding-bottom: 1rem;
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(21rem, 0.85fr);
  gap: 1.25rem;
  padding: 1rem 0 2rem;
}

.product-gallery-panel,
.product-buy-panel,
.product-feature-card {
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 248, 238, 0.72);
  box-shadow: var(--shadow);
}

.product-gallery-panel {
  padding: 1.1rem;
}

.product-main-visual {
  min-height: 34rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 176, 0, 0.22), transparent 24%),
    linear-gradient(145deg, rgba(11, 35, 64, 0.96), rgba(31, 79, 121, 0.9));
}

.product-main-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  padding: 18px;
}

.product-thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 0.8rem;
  margin-top: 0.9rem;
}

.product-thumb {
  border: 1px solid rgba(16, 34, 61, 0.08);
  border-radius: 1rem;
  padding: 0;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.product-thumb.is-active {
  border-color: rgba(255, 122, 0, 0.36);
  box-shadow: inset 0 0 0 1px rgba(255, 122, 0, 0.2);
}

.product-thumb img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.96);
  padding: 8px;
}

.product-buy-panel {
  padding: 1.4rem;
  display: grid;
  gap: 1rem;
  align-self: start;
  position: sticky;
  top: 1rem;
}

.product-buy-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.product-badge-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.14);
  color: #b04b00;
  font-size: 0.82rem;
  font-weight: 700;
}

.product-detail-description {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.product-detail-pricing {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.product-detail-pricing strong {
  font-family: "Kanit", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.product-detail-pricing span {
  color: var(--ink-soft);
  text-decoration: line-through;
  font-weight: 600;
}

.product-detail-meta,
.product-trust-list,
.product-feature-grid,
.product-purchase-form {
  display: grid;
  gap: 0.8rem;
}

.product-detail-meta span {
  color: var(--ink);
}

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

.product-purchase-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--ink);
  font-weight: 600;
}

.product-purchase-form input,
.product-purchase-form select {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font: inherit;
}

.product-buy-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.product-trust-list div {
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.product-trust-list strong {
  display: block;
  color: var(--ink);
}

.product-trust-list p {
  margin: 0.3rem 0 0;
  color: var(--ink-soft);
}

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

.product-feature-card {
  padding: 1.1rem;
}

.product-feature-card span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-feature-card strong {
  display: block;
  margin-top: 0.5rem;
  color: var(--ink);
  font-size: 1.05rem;
}

.account-layout {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 18px;
}

.account-choice-row,
.account-mode-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-choice,
.account-mode-button {
  appearance: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  padding: 12px 16px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.account-choice.is-active,
.account-mode-button.is-active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.account-social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

.account-social-button {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: var(--ink);
  font-weight: 700;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.account-social-button:hover,
.account-social-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(15, 39, 64, 0.18);
  box-shadow: 0 14px 28px rgba(11, 35, 64, 0.08);
}

.account-social-button img {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.account-social-button span {
  display: grid;
  gap: 2px;
}

.account-social-button strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.account-social-button small {
  color: var(--ink-soft);
  font-size: 0.84rem;
  font-weight: 500;
}

.account-social-button.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.account-divider {
  position: relative;
  margin: 16px 0 4px;
  text-align: center;
}

.account-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--line);
}

.account-divider span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  background: rgba(255, 248, 238, 0.9);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

#account-auth-forms {
  display: grid;
  gap: 18px;
}

#account-auth-forms[data-choice="signup"] #account-login-form,
#account-auth-forms[data-choice="login"] #account-signup-form {
  display: none;
}

.account-state-card {
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 248, 238, 0.72);
  box-shadow: var(--shadow);
}

.account-state-card h2 {
  margin: 8px 0;
  font-family: "Kanit", sans-serif;
}

@media (max-width: 1180px) {
  .admin-grid-four,
  .admin-grid-three,
  .admin-two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-product-card {
    grid-template-columns: 7.5rem minmax(0, 1fr);
  }

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

  .admin-editor-side {
    position: static;
  }

  .admin-orders-workspace,
  .product-detail-layout,
  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .admin-card-actions {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
  }

  .admin-main {
    padding-top: 0;
  }

  .admin-topbar,
  .admin-panel-head,
  .admin-order-head {
    flex-direction: column;
  }

  .admin-form,
  .admin-tracking-form,
  .admin-order-layout,
  .admin-customer-stats,
  .admin-grid-four,
  .admin-grid-three,
  .admin-two-column,
  .admin-health-grid,
  .admin-form-compact,
  .admin-theme-grid,
  .product-purchase-form,
  .product-buy-actions,
  .account-social-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .admin-main {
    padding: 1rem;
  }

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

  .admin-search,
  .admin-filter,
  .admin-panel-controls {
    max-width: none;
    width: 100%;
  }

  .admin-panel-controls {
    justify-content: stretch;
  }

  .admin-topbar-actions {
    width: 100%;
  }

  body[data-page="seller-central"] .button {
    width: 100%;
  }
}

@media print {
  body {
    background: #fff;
  }

  .site-header,
  .contact-strip,
  .site-footer,
  .hero-actions,
  .nav-cta,
  .button-secondary,
  .marquee-band,
  .menu-toggle {
    display: none !important;
  }

  .site-shell {
    width: 100%;
    padding: 0;
  }

  .catalogue-card,
  .catalogue-summary,
  .size-table,
  .catalogue-badge {
    box-shadow: none;
    backdrop-filter: none;
  }

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

body[data-page="collection"] .site-shell,
body[data-page="catalogue"] .site-shell,
body[data-page="product"] .site-shell {
  width: min(1320px, calc(100% - 36px));
}

.catalogue-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1.5rem;
  align-items: end;
  padding: 1rem 0 2rem;
}

.catalogue-intro-copy h1 {
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  line-height: 0.92;
}

.catalogue-breadcrumb {
  margin: 0 0 0.75rem;
  color: rgba(11, 35, 64, 0.58);
  font-size: 0.95rem;
}

.catalogue-intro-text {
  max-width: 52rem;
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.8;
}

.catalogue-intro-aside {
  display: grid;
  gap: 0.9rem;
}

.catalogue-stat-card,
.catalogue-sidebar-block,
.catalogue-sidebar-promo,
.catalogue-results-shell,
.product-buy-card,
.product-detail-panel,
.product-stage-visual,
.product-thumb-rail-item {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 248, 238, 0.76);
  box-shadow: var(--shadow);
}

.catalogue-stat-card {
  padding: 1rem 1.1rem;
  border-radius: 1.4rem;
}

.catalogue-stat-card span {
  display: block;
  color: rgba(11, 35, 64, 0.58);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.catalogue-stat-card strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink);
  font-family: "Kanit", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}

.catalogue-layout-v2 {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
  padding-bottom: 3rem;
}

.catalogue-sidebar {
  position: sticky;
  top: 6.4rem;
  display: grid;
  gap: 1rem;
}

.catalogue-sidebar-block {
  padding: 1.1rem;
  border-radius: 1.5rem;
}

.catalogue-sidebar-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
}

.catalogue-clear-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink-soft);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.catalogue-filter-root,
.catalogue-filter-group,
.catalogue-filter-options {
  display: grid;
  gap: 0.75rem;
}

.catalogue-filter-group h2 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.catalogue-filter-button {
  appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.88rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 35, 64, 0.1);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.catalogue-filter-button:hover,
.catalogue-filter-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 122, 0, 0.28);
}

.catalogue-filter-button.is-active {
  border-color: rgba(255, 122, 0, 0.32);
  background: rgba(255, 122, 0, 0.1);
  color: #9d4703;
}

.catalogue-sidebar-promo {
  overflow: hidden;
  border-radius: 1.5rem;
}

.catalogue-sidebar-promo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.catalogue-sidebar-promo div {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem 1.1rem;
}

.catalogue-sidebar-promo span {
  color: var(--accent-deep);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.catalogue-sidebar-promo strong {
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.4;
}

.catalogue-results-shell {
  padding: 1rem 1.15rem 1.25rem;
  border-radius: 1.7rem;
}

.catalogue-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  padding: 0.2rem 0 1.2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(11, 35, 64, 0.08);
}

.catalogue-toolbar-title {
  margin: 0;
  color: var(--ink);
  font-family: "Kanit", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
}

.catalogue-toolbar-copy {
  margin: 0.3rem 0 0;
  color: var(--ink-soft);
}

.catalogue-toolbar-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.catalogue-sort-label {
  color: rgba(11, 35, 64, 0.64);
  font-size: 0.92rem;
  font-weight: 600;
}

.catalogue-sort-select {
  min-width: 220px;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 35, 64, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: var(--ink);
  font: inherit;
}

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

.catalogue-product-card {
  display: grid;
  gap: 0.85rem;
}

.catalogue-product-link {
  display: grid;
  gap: 0.9rem;
  color: inherit;
}

.catalogue-product-image-shell {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 176, 0, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 239, 226, 0.92));
}

.catalogue-product-image-shell::before {
  content: "";
  position: absolute;
  inset: auto 10% 4% 10%;
  height: 18%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(11, 35, 64, 0.14), transparent 70%);
  filter: blur(10px);
}

.catalogue-product-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.6rem;
}

.catalogue-product-badge {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(11, 35, 64, 0.92);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalogue-product-copy {
  display: grid;
  gap: 0.45rem;
}

.catalogue-product-type {
  color: rgba(11, 35, 64, 0.64);
  font-size: 0.92rem;
  font-weight: 700;
}

.catalogue-product-copy h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.2;
}

.catalogue-product-description {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.catalogue-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: rgba(11, 35, 64, 0.58);
  font-size: 0.93rem;
}

.catalogue-product-price-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
}

.catalogue-product-price-row strong {
  font-size: 1.15rem;
}

.catalogue-product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.catalogue-empty-state {
  grid-column: 1 / -1;
  padding: 2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.78);
  text-align: center;
}

.catalogue-empty-state strong {
  display: block;
  color: var(--ink);
  font-size: 1.1rem;
}

.catalogue-empty-state p {
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
}

.product-breadcrumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.4rem 0 1rem;
  color: rgba(11, 35, 64, 0.6);
  font-size: 0.94rem;
}

.product-pdp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 2rem;
  padding-bottom: 3rem;
}

.product-media-column {
  min-width: 0;
}

.product-media-shell {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.product-thumb-rail {
  display: grid;
  gap: 0.8rem;
}

.product-thumb-rail-item {
  appearance: none;
  overflow: hidden;
  padding: 0;
  border-radius: 1.2rem;
  cursor: pointer;
}

.product-thumb-rail-item.is-active {
  outline: 2px solid rgba(255, 122, 0, 0.3);
  outline-offset: 2px;
}

.product-thumb-rail-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.98);
  padding: 0.55rem;
}

.product-stage-visual {
  min-height: 760px;
  border-radius: 1.8rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 176, 0, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 237, 221, 0.94));
}

.product-stage-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2rem;
}

.product-info-column {
  min-width: 0;
}

.product-info-stack {
  display: grid;
  gap: 1rem;
}

.product-line-label {
  margin: 0;
  color: rgba(11, 35, 64, 0.62);
  font-size: 1rem;
  font-weight: 700;
}

.product-info-stack h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.6rem, 4.4vw, 4.6rem);
  line-height: 0.95;
}

.product-subcopy,
.product-status-copy {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.product-price-stack {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.product-price-stack strong {
  color: var(--ink);
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
}

.product-buy-card {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border-radius: 1.6rem;
}

.product-meta-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.product-meta-list div {
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
}

.product-meta-list span {
  display: block;
  color: rgba(11, 35, 64, 0.58);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-meta-list strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.45;
}

.product-purchase-form-v2,
.product-size-grid,
.product-service-strip,
.product-detail-accordion,
.product-bullet-list {
  display: grid;
  gap: 0.9rem;
}

.product-size-head,
.product-quantity-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.product-size-head label,
.product-quantity-row label {
  color: var(--ink);
  font-weight: 700;
}

.product-size-head span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

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

.product-size-chip {
  appearance: none;
  padding: 0.92rem 0.7rem;
  border-radius: 1rem;
  border: 1px solid rgba(11, 35, 64, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.product-size-chip.is-active {
  border-color: rgba(255, 122, 0, 0.36);
  background: rgba(255, 122, 0, 0.1);
  color: #9d4703;
}

.product-quantity-row input {
  width: 110px;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(11, 35, 64, 0.12);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
}

.product-buy-actions-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

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

.product-service-strip div {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.82);
}

.product-service-strip strong {
  display: block;
  color: var(--ink);
}

.product-service-strip p {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.product-detail-accordion {
  margin-top: 0.2rem;
}

.product-detail-panel {
  padding: 1.15rem 1.2rem;
  border-radius: 1.35rem;
}

.product-detail-panel h2 {
  margin: 0 0 0.6rem;
  color: var(--ink);
  font-size: 1.1rem;
}

.product-detail-panel p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.product-bullet-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink-soft);
  line-height: 1.7;
}

.product-feature-section {
  padding-top: 0;
}

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

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

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

  .product-stage-visual {
    min-height: 620px;
  }
}

@media (max-width: 980px) {
  .catalogue-intro,
  .catalogue-layout-v2,
  .product-media-shell,
  .product-service-strip,
  .product-meta-list {
    grid-template-columns: 1fr;
  }

  .catalogue-sidebar {
    position: static;
  }

  .catalogue-toolbar,
  .catalogue-toolbar-actions,
  .product-size-head,
  .product-quantity-row {
    align-items: start;
    flex-direction: column;
  }

  .product-thumb-rail {
    grid-template-columns: repeat(auto-fit, minmax(76px, 1fr));
  }

  .product-stage-visual {
    min-height: 520px;
  }
}

@media (max-width: 720px) {
  body[data-page="collection"] .site-shell,
  body[data-page="catalogue"] .site-shell,
  body[data-page="product"] .site-shell {
    width: min(100% - 20px, 1320px);
  }

  .catalogue-intro-copy h1,
  .product-info-stack h1 {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }

  .catalogue-product-grid,
  .catalogue-product-grid-related,
  .product-size-grid,
  .product-buy-actions-v2 {
    grid-template-columns: 1fr;
  }

  .catalogue-results-shell,
  .catalogue-sidebar-block,
  .product-buy-card,
  .product-detail-panel {
    padding: 1rem;
  }

  .catalogue-product-image-shell {
    min-height: 320px;
  }

  .product-stage-visual {
    min-height: 400px;
  }
}

@media print {
  .catalogue-layout-v2 {
    grid-template-columns: 1fr;
  }

  .catalogue-sidebar,
  .catalogue-clear-button,
  .catalogue-toolbar-actions,
  .catalogue-product-actions,
  .cart-fab,
  .cart-drawer {
    display: none !important;
  }

  .catalogue-results-shell,
  .catalogue-stat-card,
  .catalogue-product-card,
  .product-stage-visual,
  .product-detail-panel {
    box-shadow: none;
    background: #fff;
  }

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

/* Final premium overrides: keep the luxury commerce skin last in the cascade. */
:root {
  --bg: #050505;
  --bg-soft: #0b0b0b;
  --surface: rgba(17, 17, 17, 0.72);
  --surface-strong: #111111;
  --ink: #ffffff;
  --ink-soft: rgba(255, 255, 255, 0.68);
  --accent: #39ff14;
  --accent-bright: #ff5a1f;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  color-scheme: dark;
}

html,
body {
  background: #050505;
}

body {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0, transparent 34rem),
    #050505;
  overflow-x: hidden;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 80%);
}

.premium-shell {
  width: min(1440px, calc(100% - 24px));
  padding-top: 12px;
}

.premium-header {
  top: 12px;
  margin-bottom: 0;
  color: #fff;
  background: rgba(5, 5, 5, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: none;
}

.premium-header.is-scrolled {
  background: rgba(5, 5, 5, 0.86);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.brand-text span,
.section-heading h2,
.storytelling-copy h2,
.checkout-hero h1,
.shop-hero h1,
.page-hero h1,
.catalogue-product-copy h3,
.why-card h3,
.testimonial-card strong,
.product-info-column h1 {
  color: #fff;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.76);
}

.site-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.site-nav .nav-cta,
.button-primary,
.cart-fab {
  color: #050505;
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 26px rgba(57, 255, 20, 0.2);
}

.button-secondary,
.button-ghost,
.menu-toggle,
.wishlist-button,
.catalogue-clear-button,
.view-toggle button {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.button,
.catalogue-filter-button,
.view-toggle button,
.catalogue-clear-button,
.menu-toggle {
  min-height: 44px;
  border-radius: 999px;
  letter-spacing: 0;
}

.button:hover,
.catalogue-filter-button:hover,
.view-toggle button:hover {
  transform: translateY(-2px);
}

.eyebrow {
  color: var(--accent);
}

.premium-section,
.content-section {
  padding: clamp(4rem, 9vw, 7rem) 0;
}

.section-heading p,
.storytelling-copy p,
.shop-hero p,
.checkout-hero p,
.catalogue-product-type,
.catalogue-product-description,
.catalogue-product-meta,
.price-compare,
.why-card p,
.testimonial-card p,
.premium-footer p,
.footer-note,
.footer-links a,
.product-line-label,
.product-subcopy,
.product-status-copy,
.product-detail-panel p,
.product-detail-panel ul {
  color: var(--ink-soft);
}

.lux-hero {
  position: relative;
  min-height: calc(100svh - 24px);
  margin-top: -74px;
  display: grid;
  align-items: end;
  padding: clamp(8rem, 20vh, 13rem) clamp(1rem, 4vw, 4rem) clamp(2rem, 6vw, 4rem);
  overflow: hidden;
  border-radius: var(--radius);
  isolation: isolate;
}

.hero-bg,
.hero-bg::after,
.hero-bg-video,
.hero-bg-fallback {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -2;
}

.hero-bg::after {
  content: "";
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.28) 54%, rgba(5, 5, 5, 0.78)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.94));
}

.hero-bg-video,
.hero-bg-fallback,
.category-card img,
.storytelling-media img,
.catalogue-product-image-shell img,
.insta-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lux-hero-title {
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: clamp(3.4rem, 12vw, 10.8rem);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lux-hero-title span {
  display: block;
}

.lux-hero-title span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.82);
}

.lux-hero-copy {
  width: min(620px, 100%);
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 2vw, 1.24rem);
  line-height: 1.7;
}

.floating-product-card,
.category-card,
.why-card,
.testimonial-card,
.newsletter-panel,
.checkout-panel,
.shop-hero-card,
.catalogue-product-card,
.product-feature-card,
.review-card,
.product-buy-card,
.product-detail-panel,
.catalogue-sidebar-promo,
.shop-filter-block,
.shop-search-wrap,
.review-form {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(17, 17, 17, 0.68);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

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

.category-card {
  position: relative;
  min-height: 24rem;
  overflow: hidden;
  display: flex;
  align-items: end;
  padding: 1.1rem;
}

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

.category-card img {
  position: absolute;
  inset: 0;
  transition: transform 520ms ease;
}

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

.category-card span,
.category-card strong {
  position: relative;
  z-index: 2;
}

.premium-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 24rem);
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.6rem;
  scroll-snap-type: x mandatory;
}

.catalogue-product-card {
  overflow: hidden;
}

.catalogue-product-image-shell {
  position: relative;
  min-height: 21rem;
  border-radius: 0;
  overflow: hidden;
}

.catalogue-product-image-shell img {
  min-height: 21rem;
  transition: opacity 260ms ease, transform 520ms ease;
}

.catalogue-product-image-shell .product-img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.catalogue-product-card:hover .product-img-primary {
  opacity: 0;
  transform: scale(1.04);
}

.catalogue-product-card:hover .product-img-hover {
  opacity: 1;
  transform: scale(1.04);
}

.product-card-badges,
.product-badge-row {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.catalogue-product-badge,
.product-badge-row span {
  border-radius: 999px;
  color: #050505;
  background: #fff;
}

.accent-badge,
.product-badge-row span {
  background: var(--accent);
}

.catalogue-product-actions {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 0.6rem;
  padding: 0 1rem 1rem;
}

.storytelling-band,
.shop-layout,
.reviews-layout,
.newsletter-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 4vw, 4rem);
}

.shop-layout {
  grid-template-columns: minmax(17rem, 0.28fr) minmax(0, 1fr);
  align-items: start;
  padding-bottom: 5rem;
}

.shop-sidebar,
.premium-summary-panel,
.premium-media-shell {
  position: sticky;
  top: 6rem;
}

.premium-toolbar {
  position: sticky;
  top: 6rem;
  z-index: 8;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(5, 5, 5, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

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

.premium-product-grid.is-list-view {
  grid-template-columns: 1fr;
}

.premium-product-grid.is-list-view .premium-card {
  display: grid;
  grid-template-columns: minmax(14rem, 0.32fr) minmax(0, 1fr);
}

.newsletter-panel,
.premium-footer {
  grid-template-columns: minmax(0, 1.2fr) 0.55fr 0.55fr 0.8fr;
}

.newsletter-panel {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.7fr);
  margin: 2rem 0 5rem;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.premium-footer {
  display: grid;
  gap: 1rem;
  border-radius: var(--radius);
  background: #090909;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.shop-search-wrap input,
.filter-field select,
.filter-field input,
.premium-form input,
.premium-form textarea,
.premium-form select,
.review-form input,
.review-form textarea,
.review-form select,
.newsletter-form input,
.coupon-form input,
.shipping-form input,
.catalogue-sort-select {
  width: 100%;
  min-height: 48px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  font: inherit;
}

.search-suggestions.is-open {
  display: grid;
}

.product-color-grid,
.product-size-grid,
.why-grid,
.testimonial-grid,
.insta-grid,
.checkout-trust-grid {
  display: grid;
  gap: 1rem;
}

.product-color-grid,
.product-size-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

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

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

.insta-grid {
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 0.75rem;
}

.insta-grid img {
  height: 20rem;
  border-radius: var(--radius);
}

.insta-grid img:first-child {
  height: 40.75rem;
  grid-row: span 2;
}

.product-color-chip,
.product-size-chip {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
}

.product-color-chip.is-active,
.product-size-chip.is-active,
.wishlist-card.is-active,
.wishlist-button.is-active,
.view-toggle button.is-active {
  color: #050505;
  background: #fff;
}

.product-color-chip span {
  background: var(--swatch);
}

.product-detail-panel p,
.product-detail-panel ul {
  display: none;
}

.product-detail-panel.is-open p,
.product-detail-panel.is-open ul {
  display: block;
}

.cart-drawer {
  color: #fff;
  background: rgba(5, 5, 5, 0.92);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

.cart-item {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

  .shop-layout,
  .storytelling-band,
  .reviews-layout,
  .newsletter-panel,
  .premium-footer {
    grid-template-columns: 1fr;
  }

  .shop-sidebar,
  .premium-summary-panel,
  .premium-media-shell,
  .premium-toolbar {
    position: static;
  }
}

@media (max-width: 760px) {
  .premium-shell {
    width: min(100% - 18px, 1440px);
  }

  .premium-header {
    padding: 0.75rem;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding-top: 0.7rem;
    justify-content: flex-start;
  }

  .site-header.nav-open {
    flex-wrap: wrap;
  }

  .site-header.nav-open .site-nav {
    display: flex;
  }

  .lux-hero {
    min-height: 94svh;
    padding: 7.4rem 1rem 7rem;
  }

  .floating-product-stack {
    left: 1rem;
    right: 1rem;
    bottom: 1.2rem;
    width: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .floating-product-card img {
    width: 100%;
    height: 7rem;
  }

  .floating-product-card-alt {
    transform: none;
  }

  .hero-scroll-hint {
    display: none;
  }

  .category-grid,
  .why-grid,
  .testimonial-grid,
  .premium-product-grid,
  .premium-product-grid.is-list-view .premium-card,
  .checkout-trust-grid,
  .insta-grid {
    grid-template-columns: 1fr;
  }

  .premium-carousel {
    grid-auto-columns: minmax(82vw, 1fr);
  }

  .catalogue-product-image-shell,
  .catalogue-product-image-shell img {
    min-height: 18rem;
  }

  .insta-grid img,
  .insta-grid img:first-child {
    height: 18rem;
    grid-row: auto;
  }
}

/* Account portal final overrides */
.account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.34fr);
  gap: 1rem;
  align-items: end;
  padding: clamp(7rem, 14vw, 11rem) 0 clamp(2rem, 5vw, 4rem);
}

.account-hero h1 {
  margin: 0;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: clamp(3rem, 8vw, 7.2rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.account-hero p,
.account-social-button small,
.account-divider,
.account-mini-panel span,
.account-stat-grid p {
  color: var(--ink-soft);
}

.account-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.account-hero-card,
.account-panel,
.account-mini-panel {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(17, 17, 17, 0.68);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.account-hero-card {
  position: relative;
  overflow: hidden;
  min-height: 16rem;
  display: grid;
  align-content: end;
  padding: 1.2rem;
}

.account-hero-card::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.34), transparent 66%);
  filter: blur(10px);
}

.account-hero-card span,
.account-mini-panel .eyebrow,
.account-feature-grid span {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.account-hero-card strong {
  position: relative;
  display: block;
  margin-top: 0.4rem;
  color: #fff;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.9;
}

.account-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.65fr);
  gap: 1rem;
  align-items: start;
  padding-bottom: 5rem;
}

.account-panel {
  padding: clamp(1rem, 2.5vw, 1.4rem);
}

.account-summary-panel {
  position: sticky;
  top: 6rem;
  display: grid;
  gap: 1rem;
}

.account-auth-panel .section-heading h2,
.account-summary-panel .section-heading h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.account-choice-row,
.account-mode-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.account-mode-tabs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-choice,
.account-mode-button {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.account-choice.is-active,
.account-mode-button.is-active {
  color: #050505;
  background: #fff;
}

.account-social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.account-social-button {
  min-height: 5.5rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.account-form {
  padding: 0;
  background: transparent;
  border: 0;
}

.account-stat-grid,
.account-state-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.account-state-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0;
}

.account-stat-grid article,
.account-state-metrics div,
.account-feature-grid article {
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.account-stat-grid span,
.account-state-metrics span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.account-stat-grid strong,
.account-state-metrics strong {
  display: block;
  margin-top: 0.28rem;
  color: var(--accent);
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  line-height: 1;
}

.account-feature-grid {
  display: grid;
  gap: 0.8rem;
}

.account-feature-grid strong,
.account-mini-panel strong {
  display: block;
  color: #fff;
}

.account-feature-grid p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.account-mini-panel {
  padding: 1rem;
}

.account-mini-panel strong {
  margin: 0.2rem 0;
  font-size: 1.1rem;
}

.order-payment-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.8rem 0;
}

.order-payment-panel span {
  padding: 0.55rem 0.7rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--ink-soft);
}

.order-payment-panel strong {
  color: #fff;
}

@media (max-width: 980px) {
  .account-hero,
  .account-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .account-summary-panel {
    position: static;
  }
}

@media (max-width: 680px) {
  .account-choice-row,
  .account-social-grid,
  .account-stat-grid,
  .account-state-metrics {
    grid-template-columns: 1fr;
  }

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

/* Global Input Background Override */
input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),
textarea,
select {
  background: #000 !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.24) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
