/*
Theme Name: Afterform Atelier
Theme URI: https://afterform.atelier
Author: Afterform Atelier
Description: Avant-Garde Statement Apparel, Architectural Costumes, Footwear and Cyber Accessories. Couture for the moment — not for a Tuesday.
Version: 4.0.0
*/

@font-face {
  font-family: 'Archivo';
  src: url('assets/archivo.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #0B0B0D;
  --surface: #16161A;
  --surface-elevated: #1F2026;
  --card: #18191E;
  --bone: #EDECE7;
  --bone-muted: #8E9199;
  --fine: #555861;
  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-medium: rgba(255, 255, 255, 0.16);
  --chrome-gradient: linear-gradient(135deg, #8B8D93 0%, #D8DADF 50%, #8B8D93 100%);
  --signal: #EDECE7;
  --signal-hover: #FFFFFF;
  --signal-glow: rgba(255, 255, 255, 0.22);
  --danger: #FF3D3D;
  --font-main: -apple-system, BlinkMacSystemFont, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-display: 'Archivo', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --header-height: 72px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: 180ms var(--ease);
  --transition-normal: 280ms var(--ease);
}

[data-theme="light"] {
  --ink: #FFFFFF;
  --surface: #F5F4F0;
  --surface-elevated: #EBEAE5;
  --card: #FFFFFF;
  --bone: #0E0F12;
  --bone-muted: #52555F;
  --fine: #888C96;
  --border-subtle: rgba(0, 0, 0, 0.08);
  --border-medium: rgba(0, 0, 0, 0.16);
  --chrome-gradient: linear-gradient(135deg, #3A3B3E 0%, #1A1B1D 50%, #3A3B3E 100%);
  --signal: #0E0F12;
  --signal-hover: #000000;
  --signal-glow: rgba(0, 0, 0, 0.18);
}

/* Light mode overrides for internal pages */
[data-theme="light"] body {
  background-color: var(--ink);
  color: var(--bone);
}
[data-theme="light"] #site-header.header-solid-mode,
[data-theme="light"] #site-header.scrolled-down {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .brand {
  color: #0E0F12;
}
[data-theme="light"] .header-icon-btn {
  color: #0E0F12;
}
[data-theme="light"] .header-btn-customise {
  background: #0E0F12;
  color: #FFFFFF;
  border-color: #0E0F12;
}
[data-theme="light"] .header-btn-customise:hover {
  background: transparent;
  color: #0E0F12;
  border-color: #0E0F12;
}
[data-theme="light"] .left-menu-drawer {
  background: rgba(255, 255, 255, 0.98);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  color: #0E0F12;
}
[data-theme="light"] .drawer-links a,
[data-theme="light"] .drawer-flat-links a {
  color: #0E0F12;
}
[data-theme="light"] .drawer-accordion-btn .accordion-name {
  color: #0E0F12;
}
[data-theme="light"] .drawer-sublinks a {
  color: #555866;
}
[data-theme="light"] .drawer-sublinks a:hover,
[data-theme="light"] .drawer-sublinks a.sublink-all {
  color: #0E0F12;
}
[data-theme="light"] .drawer-bespoke-card {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .bespoke-card-title {
  color: #0E0F12;
}
[data-theme="light"] .bespoke-card-desc {
  color: #555866;
}
[data-theme="light"] .bespoke-action-btn.primary {
  background: #0E0F12;
  color: #FFFFFF;
}
[data-theme="light"] .drawer-editorial-card {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.12);
}
[data-theme="light"] .editorial-card-heading {
  color: #0E0F12;
}
[data-theme="light"] .editorial-card-link {
  color: #0E0F12;
}
[data-theme="light"] .drawer-footer {
  background: #F0EFEA;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme="light"] .drawer-tool-btn {
  color: #0E0F12;
  border-color: rgba(0, 0, 0, 0.15);
}
[data-theme="light"] .catalog-card,
[data-theme="light"] .product-card-wrap {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.1);
}
[data-theme="light"] .catalog-sticky-bar {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
[data-theme="light"] .filter-pill {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.15);
  color: #0E0F12;
}
[data-theme="light"] .filter-pill.active {
  background: #0E0F12;
  color: #FFFFFF;
  border-color: #0E0F12;
}
[data-theme="light"] .product-stage,
[data-theme="light"] .single-product-wrap {
  background: #FFFFFF;
}
[data-theme="light"] .spec-accordion-btn {
  color: #0E0F12;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
[data-theme="light"] .luxury-button.primary {
  background: #0E0F12;
  color: #FFFFFF;
  border-color: #0E0F12;
}
[data-theme="light"] .luxury-button.outline {
  border-color: rgba(0, 0, 0, 0.3);
  color: #0E0F12;
}

/* Hide theme toggle on home page */
body.home #theme-toggle,
body.home .drawer-theme-toggle {
  display: none !important;
}


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

html {
  font-family: var(--font-main);
  background-color: var(--ink);
  color: var(--bone);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-height: 100vh;
  background-color: var(--ink);
  color: var(--bone);
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast), opacity var(--transition-fast);
}

button, input, textarea, select {
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

img, video {
  display: block;
  max-width: 100%;
  height: auto;
}

.skip-link {
  position: absolute;
  top: -999px;
  left: 16px;
  background: var(--bone);
  color: var(--ink);
  padding: 8px 16px;
  z-index: 99999;
  font-weight: 600;
  font-size: 13px;
}
.skip-link:focus {
  top: 16px;
}

/* ==========================================================================
   TOP RUNWAY MARQUEE
   ========================================================================== */
.notice {
  background: var(--ink);
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
  white-space: nowrap;
  padding: 6px 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone-muted);
  position: relative;
  z-index: 1001;
}

.notice-inner {
  display: inline-block;
  animation: marqueeTicker 30s linear infinite;
}

.notice-divider {
  margin: 0 16px;
  opacity: 0.4;
}

@keyframes marqueeTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ==========================================================================
   HEADER & NAVIGATION (3-COLUMN LUXURY BAR)
   ========================================================================== */
#site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);
}

#site-header.header-hero-mode {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

#site-header.header-solid-mode,
#site-header.scrolled-down,
#site-header.header-scrolled-white {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* DYNAMIC CONTRAST ON SCROLL: WHITE HEADER WITH OBSIDIAN ACCENTS */
#site-header.header-solid-mode .header-icon-btn,
#site-header.scrolled-down .header-icon-btn,
#site-header.header-scrolled-white .header-icon-btn {
  color: #0E0F12;
  border: none;
  background: transparent;
}
#site-header.header-solid-mode .header-icon-btn:hover,
#site-header.scrolled-down .header-icon-btn:hover,
#site-header.header-scrolled-white .header-icon-btn:hover {
  color: #000000;
  border: none;
  background: transparent;
  opacity: 0.55;
  transform: none;
}
#site-header.header-solid-mode .menu-btn,
#site-header.scrolled-down .menu-btn,
#site-header.header-scrolled-white .menu-btn {
  border: none;
}
#site-header.header-solid-mode .search-toggle-btn,
#site-header.scrolled-down .search-toggle-btn,
#site-header.header-scrolled-white .search-toggle-btn {
  border: none;
}
#site-header.header-solid-mode .region-btn,
#site-header.scrolled-down .region-btn,
#site-header.header-scrolled-white .region-btn {
  border: none;
}
#site-header.header-solid-mode .search-placeholder-label,
#site-header.scrolled-down .search-placeholder-label,
#site-header.header-scrolled-white .search-placeholder-label {
  color: #0E0F12;
}
#site-header.header-solid-mode .brand-header-center,
#site-header.scrolled-down .brand-header-center,
#site-header.header-scrolled-white .brand-header-center {
  color: #0E0F12;
}
#site-header.header-solid-mode .brand-header-center .brand-sub,
#site-header.scrolled-down .brand-header-center .brand-sub,
#site-header.header-scrolled-white .brand-header-center .brand-sub {
  color: #70737E;
}
#site-header.header-solid-mode .header-btn-customise,
#site-header.scrolled-down .header-btn-customise,
#site-header.header-scrolled-white .header-btn-customise {
  background: #0E0F12;
  color: #FFFFFF;
  border: 1px solid #0E0F12;
}
#site-header.header-solid-mode .header-btn-customise:hover,
#site-header.scrolled-down .header-btn-customise:hover,
#site-header.header-scrolled-white .header-btn-customise:hover {
  background: #2D3039;
  color: #FFFFFF;
}
#site-header.header-solid-mode .icon-badge,
#site-header.scrolled-down .icon-badge,
#site-header.header-scrolled-white .icon-badge {
  color: #0E0F12 !important;
  background: transparent !important;
  border: none !important;
  opacity: 0.75;
}

body.home .notice {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.header-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 28px;
  height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
}

/* HEADER LEFT */
.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
}

.header-icon-btn {
  background: transparent;
  border: none;
  color: var(--bone);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 6px 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), color 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  text-decoration: none;
}
.header-icon-btn:hover {
  color: #FFFFFF;
  border: none;
  background: transparent;
  opacity: 0.55;
  transform: none;
}

.header-svg-icon {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  transition: opacity 0.25s ease;
}

.whatsapp-btn:hover {
  color: #25D366;
  border: none;
  background: transparent;
  opacity: 0.7;
}
.whatsapp-btn:hover .header-svg-icon {
  stroke: #25D366;
}

.menu-btn {
  border: none;
  background: transparent;
}
.menu-btn:hover {
  border: none;
  background: transparent;
  opacity: 0.55;
}
.menu-btn .btn-text {
  font-weight: 600;
  letter-spacing: 0.14em;
}

.search-toggle-btn {
  border: none;
  background: transparent;
}
.search-toggle-btn:hover {
  border: none;
  background: transparent;
  opacity: 0.55;
}

.search-placeholder-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: inherit;
}

/* ==========================================================================
   GUCCI-STYLE SEARCH FLYOUT OVERLAY
   ========================================================================== */
.search-flyout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2500;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
}

.search-flyout-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.search-flyout-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.search-flyout-panel {
  position: relative;
  width: 100%;
  max-height: 94vh;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(36px);
  -webkit-backdrop-filter: blur(36px);
  border: none;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.16);
  transform: translateY(-20px);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 40px 64px 80px;
  display: flex;
  flex-direction: column;
}

.search-flyout-overlay.is-open .search-flyout-panel {
  transform: translateY(0);
}

body.flyout-scroll-lock {
  overflow: hidden !important;
}

/* TOP BAR */
.search-flyout-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 24px;
  border: none;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.flyout-brand-indicator {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.flyout-brand-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: #0E0F12;
}

.flyout-brand-sub {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #8E8E93;
}

.search-flyout-close-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #0E0F12;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 8px 0;
  cursor: pointer;
  transition: opacity var(--transition-fast);
}

.search-flyout-close-btn:hover {
  background: transparent;
  color: #0E0F12;
  opacity: 0.6;
  border: none;
}
.search-flyout-close-btn .close-icon {
  font-size: 18px;
  line-height: 1;
}

/* CENTER TYPING AREA */
.search-flyout-center {
  padding: 56px 0 44px;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.flyout-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 12px 8px 24px;
  transition: border-color var(--transition-fast);
}
.flyout-input-wrapper:focus-within {
  border-bottom-color: #0E0F12;
}

.flyout-search-icon {
  width: 28px;
  height: 28px;
  stroke: #0E0F12;
  stroke-width: 1.5;
  flex-shrink: 0;
  margin-right: 20px;
}

.flyout-search-input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-display);
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0E0F12;
}

.flyout-search-input::placeholder {
  color: #B4B6BF;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.flyout-search-clear-btn {
  background: transparent;
  border: none;
  font-size: 22px;
  color: #8E8E93;
  cursor: pointer;
  padding: 6px 12px;
  transition: color var(--transition-fast);
}
.flyout-search-clear-btn:hover {
  color: #0E0F12;
}

.flyout-input-hint {
  display: none;
}

/* CURATED SUGGESTIONS GRID */
.search-flyout-content {
  max-width: 1240px;
  width: 100%;
  margin: 28px auto 0;
}

.flyout-grid-cols {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 64px;
  padding-top: 12px;
}

.flyout-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flyout-col-heading {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #8E8E93;
  text-transform: uppercase;
  border: none;
  padding-bottom: 0;
}

.flyout-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flyout-search-tag {
  background: #F4F4F6;
  border: none;
  color: #0E0F12;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 10px 18px;
  border-radius: 24px;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.flyout-search-tag:hover {
  background: #0E0F12;
  color: #FFFFFF;
  border: none;
  transform: translateY(-1px);
}

.flyout-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.flyout-link-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2D3039;
  text-decoration: none;
  transition: all var(--transition-fast);
}
.flyout-link-list a:hover {
  color: #000000;
  transform: translateX(4px);
}

.flyout-count {
  font-family: var(--font-mono);
  font-size: 11px;
  color: #8E8E93;
  border: none;
  padding: 0;
  background: transparent;
}

.flyout-tag-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0;
  border: none;
  background: transparent;
  color: #B45309;
}

.flyout-bespoke-promo {
  background: #F8F8FA;
  border: none;
  padding: 24px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flyout-bespoke-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #71717A;
  border: none;
}

.flyout-bespoke-title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0E0F12;
  margin: 0;
}

.flyout-bespoke-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #555866;
  margin: 0;
}

.flyout-bespoke-btn {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: #0E0F12;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 2px;
  border: none;
  text-align: center;
  margin-top: 8px;
  transition: all var(--transition-fast);
}
.flyout-bespoke-btn:hover {
  background: #2D3039;
}

/* LIVE SEARCH RESULTS GRID */
.search-flyout-live-results {
  max-width: 1280px;
  width: 100%;
  margin: 10px auto 0;
}

.live-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 28px;
}

.live-results-count {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #0E0F12;
  text-transform: uppercase;
  border: none;
}

.live-results-view-all {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0E0F12;
  text-decoration: none;
  transition: color var(--transition-fast);
}
.live-results-view-all:hover {
  text-decoration: underline;
}

.live-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 28px;
}

.flyout-product-card {
  background: #FFFFFF;
  border: none;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.flyout-product-card:hover {
  transform: translateY(-4px);
  border: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.flyout-card-media,
.flyout-product-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  background: #F4F4F6;
  overflow: hidden;
}

.flyout-card-media img,
.flyout-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.flyout-product-card:hover .flyout-card-media img,
.flyout-product-card:hover .flyout-product-media img {
  transform: scale(1.05);
}

.flyout-card-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(255, 255, 255, 0.92);
  color: #0E0F12;
  padding: 2px 6px;
  border-radius: 2px;
}

.flyout-card-info,
.flyout-product-meta {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flyout-card-category,
.flyout-product-cat {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #70737E;
  text-transform: uppercase;
}

.flyout-card-title,
.flyout-product-title {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0E0F12;
  line-height: 1.3;
}

.flyout-card-price,
.flyout-product-price {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  color: #0E0F12;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .flyout-grid-cols {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .search-flyout-panel {
    padding: 24px 20px 40px;
  }
}

/* HEADER CENTER BRAND */
.header-center {
  justify-self: center;
  text-align: center;
}

.brand {
  font-family: var(--font-display);
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bone);
  line-height: 1;
  text-decoration: none;
}
.brand-sub {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: var(--bone-muted);
  margin-top: 4px;
}

.brand-header-center {
  align-items: center;
  text-align: center;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-header-center.brand-front-hidden {
  opacity: 0;
  transform: translateY(-8px) scale(0.9);
  pointer-events: none;
}

.brand-header-center.is-visible {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  pointer-events: auto !important;
}

/* HEADER RIGHT */
.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: end;
}

.region-btn {
  gap: 6px;
  border: none;
  padding: 6px 8px;
}
.region-flag {
  font-size: 18px;
  line-height: 1;
}
.region-code {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.region-divider {
  font-size: 10px;
  opacity: 0.4;
  margin: 0 1px;
}
.region-lang {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  opacity: 0.85;
}

.icon-badge {
  position: absolute;
  top: -3px;
  right: -5px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  min-width: unset !important;
  height: unset !important;
  line-height: 1;
  opacity: 0.65;
  pointer-events: none;
}

.header-btn-customise {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bone);
  color: #0b0b0d;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 10px 18px;
  border: 1px solid var(--bone);
  border-radius: 2px;
  margin-left: 6px;
  white-space: nowrap;
  transition: all var(--transition-fast);
  text-decoration: none;
}
.header-btn-customise:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(12px);
  min-width: 720px;
  background: var(--surface);
  border: 1px solid var(--border-medium);
  border-radius: 4px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition-normal), transform var(--transition-normal), visibility var(--transition-normal);
  z-index: 1100;
}

.has-dropdown:hover .mega-menu,
.has-dropdown:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 240px;
  gap: 32px;
}

.mega-col-title {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone-muted);
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-subtle);
}

.mega-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mega-links a {
  font-size: 13px;
  color: var(--bone);
  transition: color var(--transition-fast), transform var(--transition-fast);
  display: inline-block;
}
.mega-links a:hover {
  color: var(--bone);
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.3);
  transform: translateX(4px);
}

.mega-featured {
  background: var(--surface-elevated);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mega-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: var(--bone);
  color: var(--ink);
  padding: 3px 8px;
  border-radius: 2px;
  align-self: flex-start;
  margin-bottom: 12px;
}
.mega-featured h4 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.mega-featured p {
  font-size: 12px;
  color: var(--bone-muted);
  line-height: 1.4;
  margin-bottom: 16px;
}
.mega-cta-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--bone);
}

/* WORLDS MEGA GRID */
.worlds-grid-menu {
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}
.mega-world-card {
  background: var(--surface-elevated);
  padding: 20px;
  border-radius: 4px;
  border: 1px solid var(--border-subtle);
  display: flex;
  flex-direction: column;
  transition: border-color var(--transition-fast), transform var(--transition-fast);
}
.mega-world-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-2px);
}
.mega-world-card h4 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 12px 0 8px;
}
.mega-world-card p {
  font-size: 11px;
  color: var(--bone-muted);
  line-height: 1.4;
  margin-bottom: 16px;
  flex-grow: 1;
}
.mega-world-card .world-link {
  font-size: 11px;
  font-weight: 600;
  color: var(--bone);
}
.mega-world-card.active .world-link {
  color: var(--bone);
  font-weight: 700;
}

.world-status-tag {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.world-status-tag.live { color: #3ECF8E; }
.world-status-tag.soon { color: #F59E0B; }
.world-status-tag.bespoke { color: #A78BFA; }

.mega-menu-bottom-bar {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--border-subtle);
  text-align: right;
}
.mega-menu-bottom-bar a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
}
.mega-menu-bottom-bar a:hover {
  color: var(--bone);
}

/* HEADER UTILITY TOOLS */
.header-tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tool-btn {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone);
  border: 1px solid var(--border-subtle);
  padding: 8px 14px;
  border-radius: 2px;
  transition: all var(--transition-fast);
}
.tool-btn:hover {
  border-color: var(--border-medium);
  background: rgba(255, 255, 255, 0.04);
}
.bag-btn {
  background: var(--bone);
  border-color: var(--bone);
  color: var(--ink);
  font-weight: 700;
}
.bag-btn:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: var(--ink);
  box-shadow: 0 0 18px var(--signal-glow);
}

.mobile-toggle-btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 8px;
}
.burger-bar {
  width: 24px;
  height: 2px;
  background: var(--bone);
  transition: transform var(--transition-fast);
}

/* ==========================================================================
   BUTTONS & GLOBAL ELEMENTS
   ========================================================================== */
.luxury-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: all var(--transition-fast);
  cursor: pointer;
  text-align: center;
}

.luxury-button.primary {
  background: var(--bone);
  color: var(--ink);
  border: 1px solid var(--bone);
}
.luxury-button.primary:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: var(--ink);
  box-shadow: 0 0 24px var(--signal-glow);
  transform: translateY(-1px);
}

.luxury-button.outline {
  background: transparent;
  color: var(--bone);
  border: 1px solid var(--border-medium);
}
.luxury-button.outline:hover {
  border-color: var(--bone);
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.btn-block {
  width: 100%;
}

.section {
  padding: 120px 32px;
  max-width: 1600px;
  margin: 0 auto;
}

.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bone-muted);
  margin-bottom: 12px;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--bone);
}

.section-desc {
  font-size: 14px;
  color: var(--bone-muted);
  max-width: 480px;
  line-height: 1.6;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 32px;
  flex-wrap: wrap;
}

.section-link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone-muted);
  border-bottom: 1px solid var(--border-medium);
  padding-bottom: 4px;
}
.section-link:hover {
  color: var(--bone);
  border-color: var(--bone);
}

/* ==========================================================================
   PAGE 1: HOME (front-page.php)
   ========================================================================== */
.hero-fullbleed {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 640px;
  margin-top: calc(var(--header-height) * -1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* HERO VIDEO BACKGROUND */
.hero-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video-wrapper .hero-video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(11, 11, 13, 0.3) 0%, rgba(11, 11, 13, 0.65) 65%, rgba(11, 11, 13, 0.95) 100%);
}

.hero-noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 0);
  background-size: 4px 4px;
  pointer-events: none;
}

/* HERO CENTER BRAND WORDMARK (MORPHTARGET) */
.hero-center-brand-anchor {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  width: 90%;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  will-change: transform, opacity;
  transition: opacity 0.25s ease;
}

.hero-center-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
}

.hero-brand-wordmark {
  font-family: var(--font-display);
  font-size: clamp(48px, 9.5vw, 128px);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.85), 0 0 60px rgba(0, 0, 0, 0.4);
  line-height: 0.95;
}

.hero-brand-sub {
  font-family: var(--font-mono);
  font-size: clamp(10px, 1.2vw, 14px);
  font-weight: 600;
  letter-spacing: 0.38em;
  color: var(--bone);
  text-transform: uppercase;
  margin-top: 14px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
}

/* MINIMAL CENTER-ALIGNED TEXT ON HERO */
.hero-center-minimal-text {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: auto;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hero-minimal-tagline {
  font-family: var(--font-main);
  font-size: clamp(11px, 1.3vw, 14px);
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 22px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9);
}

.hero-minimal-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-minimal-actions .luxury-button {
  padding: 12px 28px;
  font-size: 11px;
  letter-spacing: 0.18em;
}

/* RUNWAY MARQUEE TICKER AT BOTTOM OF HERO */
.hero-bottom-ticker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(11, 11, 13, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  overflow: hidden;
  white-space: nowrap;
  padding: 8px 0;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--bone);
  z-index: 10;
}

.hero-scroll-indicator {
  position: absolute;
  bottom: 46px;
  right: 32px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.scroll-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--bone-muted);
}
.scroll-line {
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg, var(--bone) 0%, transparent 100%);
  animation: pulseScroll 2s ease-in-out infinite;
}
@keyframes pulseScroll {
  0% { transform: scaleY(0); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
  51% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ==========================================================================
   HOMEPAGE 8-SECTION ARCHITECTURE
   ========================================================================== */

/* COMMON SECTION CONTAINERS & HEADINGS */
.section-container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 80px 32px;
}

.section-heading-clean {
  margin-bottom: 48px;
}
.section-heading-clean.text-center {
  text-align: center;
}
.section-heading-clean .section-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #71717A;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-heading-clean .section-main-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.1;
  color: #0E0F12;
  margin-bottom: 14px;
}
.section-heading-clean .section-main-sub {
  font-size: 14px;
  line-height: 1.6;
  color: #52525B;
  max-width: 680px;
}
.section-heading-clean.text-center .section-main-sub {
  margin: 0 auto;
}

.section-heading-split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
}
.section-heading-split .section-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #71717A;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-heading-split .section-main-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0E0F12;
}
.section-header-link {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0E0F12;
  text-decoration: none;
  transition: all var(--transition-fast);
  padding-bottom: 4px;
  border-bottom: 1px solid #0E0F12;
}
.section-header-link:hover {
  color: #71717A;
  border-color: #71717A;
}


/* ==========================================================================
   SECTION 2: ROW OF WORLDS (ATMOSPHERIC CINEMATIC PORTALS)
   ========================================================================== */
.section-worlds-row {
  background: #FFFFFF;
  color: #0E0F12;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-worlds-row .section-container {
  padding: 110px 32px 85px;
  max-width: 1560px;
  margin: 0 auto;
}
.worlds-header-wrap {
  margin-bottom: 44px;
}
.worlds-eyebrow-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}
.worlds-header-wrap .section-eyebrow {
  color: #71717A;
  margin-bottom: 0;
}
.worlds-metric-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #71717A;
  background: #F4F4F5;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.worlds-header-wrap .section-main-title {
  color: #0E0F12;
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  line-height: 1.08;
}
.worlds-header-wrap .section-main-sub {
  color: #52525B;
  font-size: 14px;
  line-height: 1.6;
  max-width: 660px;
}

/* PORTALS ACCORDION WALL */
.worlds-portals-wall {
  display: flex;
  gap: 2px;
  width: 100%;
  min-height: 640px;
  align-items: stretch;
  background: #0A0B0E;
  padding: 2px;
  border-radius: 4px;
}

.world-portal-item {
  flex: 1;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  text-decoration: none;
  color: #FFFFFF;
  background: #0A0B0E;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 22px;
  transition: flex 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.5s ease,
              border-color 0.5s ease;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  will-change: flex, transform;
}

/* DESKTOP HOVER ACCORDION DYNAMICS */
@media (min-width: 1025px) {
  .worlds-portals-wall:hover .world-portal-item {
    flex: 0.82;
    filter: brightness(0.85);
  }
  .worlds-portals-wall .world-portal-item:hover {
    flex: 1.72;
    filter: brightness(1);
    transform: none;
    z-index: 10;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    border-color: rgba(212, 175, 55, 0.4);
  }
}

/* BACKGROUND MEDIA & VIGNETTES */
.portal-bg-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.portal-bg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease;
}
.world-portal-item:hover .portal-bg-media img {
  transform: scale(1.08);
}
.portal-vignette {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 9, 12, 0.38) 0%,
    rgba(8, 9, 12, 0.18) 32%,
    rgba(6, 7, 9, 0.78) 68%,
    rgba(6, 7, 9, 0.98) 100%
  );
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.soon-vignette {
  background: linear-gradient(
    180deg,
    rgba(14, 15, 22, 0.6) 0%,
    rgba(12, 10, 24, 0.45) 40%,
    rgba(8, 7, 18, 0.94) 85%,
    rgba(6, 5, 14, 0.98) 100%
  );
}

/* AMBIENT GLOWS */
.portal-ambient-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  transition: opacity 0.5s ease;
}
.world-portal-item:hover .portal-ambient-glow {
  opacity: 0.75;
}
.techno-glow {
  background: radial-gradient(circle at 50% 20%, rgba(16, 185, 129, 0.35) 0%, transparent 65%);
}
.cosplay-glow {
  background: radial-gradient(circle at 50% 20%, rgba(245, 158, 11, 0.3) 0%, transparent 65%);
}
.nocturne-glow {
  background: radial-gradient(circle at 50% 20%, rgba(139, 92, 246, 0.35) 0%, transparent 65%);
}
.portal-radar-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(167, 139, 250, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 139, 250, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  opacity: 0.4;
  transition: opacity 0.5s ease;
}
.world-portal-item:hover .portal-radar-grid {
  opacity: 0.8;
}

/* TOP METADATA BAR */
.portal-top-bar {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portal-index,
.portal-watermark-num,
.cat-thumb-num,
.cat-thumb-count,
.portal-num,
.step-idx,
.worlds-metric-pill,
.worlds-eyebrow-row {
  display: none !important;
}
.portal-status-pill {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(14, 15, 18, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
}
.portal-status-pill.live {
  color: #34D399;
  border-color: rgba(52, 211, 153, 0.4);
  background: rgba(6, 28, 18, 0.82);
}
.live-pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 10px #34D399;
  animation: afPulseLiveDot 1.6s infinite ease-in-out;
}
@keyframes afPulseLiveDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}
.portal-status-pill.preview {
  color: #FBBF24;
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(30, 24, 6, 0.82);
}
.portal-status-pill.soon {
  color: #C4B5FD;
  border-color: rgba(196, 181, 253, 0.35);
  background: rgba(22, 16, 38, 0.82);
}
.soon-sparkle {
  color: #A78BFA;
  font-size: 10px;
}

/* WATERMARK NUMERAL - HIDDEN TO DECLUTTER MODEL PHOTOGRAPHY */
.portal-watermark-num {
  display: none !important;
}

/* SOUNDWAVE / HUD STRIP - HIDDEN TO PREVENT IMAGE CLUTTER */
.portal-sound-hud {
  display: none !important;
}

/* BOTTOM CONTENT PANEL */
.portal-bottom-panel {
  position: relative;
  z-index: 3;
}
.portal-collection-code {
  display: none !important;
}
.portal-world-title {
  font-family: var(--font-display);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 16px;
}
.portal-world-desc {
  display: none !important;
}
.portal-cta-wrap {
  display: flex;
}
.portal-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  background: transparent;
  padding: 0 0 4px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  transition: all 0.25s ease;
  box-shadow: none;
}
.portal-cta-btn.soon-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.world-portal-item:hover .portal-cta-btn {
  background: transparent;
  color: #D4AF37;
  border-bottom-color: #D4AF37;
  box-shadow: none;
  transform: translateX(4px);
}
.world-portal-item:hover .cta-arrow {
  transform: translateX(4px);
}
.cta-arrow {
  transition: transform 0.25s ease;
  display: inline-block;
}

/* MOBILE & TABLET RESPONSIVE CAROUSEL */
@media (max-width: 1024px) {
  .section-worlds-row .section-container {
    padding: 70px 20px 50px;
  }
  .worlds-portals-wall {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 14px;
    gap: 2px;
    padding: 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  .world-portal-item {
    flex: 0 0 clamp(280px, 80vw, 360px);
    min-height: 520px;
    scroll-snap-align: center;
  }
  .worlds-portals-wall:hover .world-portal-item {
    flex: 0 0 clamp(280px, 80vw, 360px);
    filter: none;
  }
}


/* ==========================================================================
   SECTION 3: LATEST COLLECTION LAUNCHED + FULL-WIDTH EDITORIAL POSTER
   ========================================================================== */
.section-latest-collection {
  background: #08090B;
  color: #FFFFFF;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* 1. FULL-WIDTH COLLECTION LAUNCH POSTER BANNER */
.collection-launch-poster.full-bleed-poster {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 72vh, 800px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: #08090B;
}

.launch-poster-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.launch-poster-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  filter: contrast(1.06) brightness(0.92);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.collection-launch-poster:hover .launch-poster-media img {
  transform: scale(1.025);
}

.launch-poster-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 9, 11, 0.25) 0%,
    rgba(8, 9, 11, 0.4) 40%,
    rgba(8, 9, 11, 0.92) 85%,
    #08090B 100%
  );
  z-index: 2;
}

.launch-poster-content {
  position: relative;
  z-index: 3;
  padding: clamp(36px, 5vw, 64px) clamp(24px, 4vw, 56px) 24px;
  max-width: 1100px;
}

.launch-poster-meta-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.launch-meta-pill {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: #D4AF37;
  color: #08090B;
  padding: 4px 10px;
  border-radius: 2px;
}

.launch-meta-season {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.launch-poster-title {
  margin: 0 0 28px 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
}

.launch-poster-desc {
  display: none !important;
}

.launch-poster-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.luxury-button.outline-light {
  background: rgba(255, 255, 255, 0.06);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(8px);
}
.luxury-button.outline-light:hover {
  border-color: #FFFFFF;
  background: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  transform: translateY(-1px);
}

/* CONNECTING BRIDGE BAR: ARCHITECTURALLY LINKS BANNER TO ITEMS BELOW */
.launch-poster-bridge {
  position: relative;
  z-index: 3;
  width: 100%;
  background: rgba(14, 15, 18, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px clamp(24px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bridge-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #D4AF37;
  font-weight: 700;
}

.bridge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D4AF37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.8);
  animation: pulse-gold 2s infinite ease-in-out;
}

@keyframes pulse-gold {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.85); }
}

.bridge-metrics {
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 8px;
}

.bridge-sep {
  color: rgba(255, 255, 255, 0.3);
}

.bridge-link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
  padding-bottom: 2px;
}
.bridge-link:hover {
  color: #D4AF37;
  border-color: #D4AF37;
}

/* 2. CONNECTED COLLECTION ITEMS STRIP */
.collection-connected-strip {
  background: #08090B;
  padding: 40px 0 56px;
  position: relative;
}

.collection-connected-strip .section-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.collection-items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

@media (min-width: 1025px) {
  .collection-items-grid {
    align-items: stretch;
    margin-bottom: 36px;
  }
}

.product-item-card {
  background: #111317;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.product-item-card:hover {
  transform: none;
  border-color: #D4AF37;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.7);
}

.collection-items-grid .product-img-link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  max-height: 290px;
  overflow: hidden;
  background: #171920;
}

.product-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(14, 15, 18, 0.88);
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 2px;
}

.product-item-meta {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-item-cat {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #9496A1;
  text-transform: uppercase;
}
.product-item-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  line-height: 1.3;
}
.product-item-title a {
  color: inherit;
  text-decoration: none;
}
.product-item-title a:hover {
  color: #D4AF37;
}
.product-item-price {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 4px 0 0 0;
}

.collection-items-footer {
  margin-top: 36px;
  display: flex;
  justify-content: center;
}

.collection-view-all-btn {
  font-size: 11px;
  letter-spacing: 0.16em;
  padding: 14px 32px;
}

/* MEN/WOMEN COLLECTION BOTTOM POSTER (100% FULL-WIDTH BREAKOUT) */
.collection-editorial-poster.full-bleed-poster {
  width: 100%;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
  margin: 0;
  overflow: hidden;
}

.poster-split-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  width: 100%;
}

.poster-column {
  position: relative;
  min-height: clamp(340px, 58vh, 760px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4.5vw, 64px);
  text-decoration: none !important;
  color: #FFFFFF !important;
  cursor: pointer;
  background: #060709;
}
.poster-column.men-poster {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.poster-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.poster-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.poster-column:hover .poster-media img {
  transform: scale(1.05);
}

.poster-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 7, 9, 0.15) 0%, rgba(6, 7, 9, 0.75) 100%);
  z-index: 2;
  transition: background 0.4s ease;
}
.poster-column:hover .poster-scrim {
  background: linear-gradient(180deg, rgba(6, 7, 9, 0.05) 0%, rgba(6, 7, 9, 0.85) 100%);
}

.poster-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.poster-simple-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  line-height: 1;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}
.poster-simple-cta {
  font-family: var(--font-mono);
  font-size: clamp(9px, 1.2vw, 12px);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #D4AF37;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease, color 0.25s ease;
}
.poster-column:hover .poster-simple-cta {
  transform: translateX(4px);
  color: #FFFFFF;
}
.poster-desc {
  display: none !important;
}

.poster-action-footer {
  background: #0E0F12;
  text-align: center;
  padding: 20px 24px;
}
.poster-full-lookbook-link {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #FFFFFF;
  text-decoration: none;
  transition: color var(--transition-fast);
}
.poster-full-lookbook-link:hover {
  color: #D4AF37;
}


/* ==========================================================================
   SECTION 4: ONE ROW OF 5 CATEGORY THUMBNAILS + CALL TO ACTION BUTTON
   ========================================================================= */
.section-category-thumbnails {
  background: #F8F8FA;
  color: #0E0F12;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-category-thumbnails .section-container {
  padding: 105px 32px 145px;
}

.category-thumbnails-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}

@media (min-width: 1025px) {
  .category-thumbnails-row {
    align-items: stretch;
    margin-bottom: 64px;
  }
  .category-thumbnails-row .cat-thumb-card:nth-child(3) {
    border-color: rgba(14, 15, 18, 0.28);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.09);
  }
}

.cat-thumb-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease;
}
.cat-thumb-card:hover {
  transform: none;
  border-color: #0E0F12;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
}

.cat-thumb-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #EDEDF0;
}
.cat-thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.cat-thumb-card:hover .cat-thumb-media img {
  transform: scale(1.08);
}

.cat-thumb-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: #D4AF37;
  color: #000000;
  padding: 2px 6px;
  border-radius: 2px;
}

.cat-thumb-info {
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cat-thumb-num {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: #8E8E93;
}
.cat-thumb-name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0E0F12;
  margin: 0;
  text-transform: uppercase;
}
.cat-thumb-count {
  font-family: var(--font-mono);
  font-size: 10px;
  color: #71717A;
  letter-spacing: 0.06em;
}

.category-cta-wrapper {
  margin-top: 12px;
}
.category-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  font-size: 12px;
  letter-spacing: 0.16em;
}


/* ==========================================================================
   SECTIONS 5 & 6: VALENTINO-STYLE SPLIT SHOWCASE (STICKY PANEL + PRODUCT SCROLL)
   ========================================================================== */
.section-split-showcase {
  background: #FFFFFF;
  color: #0E0F12;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-split-showcase .section-container {
  max-width: 100%;
  padding: 0 clamp(24px, 4vw, 72px);
}

.section-accessories-split {
  padding-top: 130px;
  padding-bottom: 90px;
}

.section-shoes-split {
  background: #FBFBFC;
  padding-top: 90px;
  padding-bottom: 140px;
}

.split-showcase-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
}
.split-showcase-layout.reverse-layout {
  grid-template-columns: 1fr 1.15fr;
}
.split-showcase-layout.reverse-layout .split-scroll-col {
  order: 1;
}
.split-showcase-layout.reverse-layout .split-sticky-col {
  order: 2;
}

/* STICKY COLUMN */
.split-sticky-col {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  z-index: 10;
}

.sticky-editorial-card {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--header-height) - 48px);
  min-height: 580px;
  max-height: 820px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
}

.sticky-media-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #000000;
}
.sticky-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.sticky-editorial-card:hover .sticky-media-wrap img {
  transform: scale(1.04);
}

.sticky-media-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 15, 18, 0.1) 0%, rgba(14, 15, 18, 0.88) 100%);
  z-index: 2;
}

.sticky-text-wrap {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sticky-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #D4D4D8;
}
.sticky-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.1;
}
.sticky-desc {
  display: none !important;
}

.sticky-actions .luxury-button {
  padding: 12px 24px;
  font-size: 11px;
}

/* PARALLAX CONTAINER IN SHOES SECTION */
.parallax-container {
  will-change: transform;
}
.parallax-target-img {
  will-change: transform;
  transform: translateY(0) scale(1.02);
  transition: transform 0.1s linear;
}

/* SCROLLING PRODUCTS COLUMN */
.split-scroll-col {
  width: 100%;
}

.split-products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.split-product-card {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}
.split-product-card:hover {
  transform: none;
  border-color: #0E0F12;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}

.split-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #F4F4F6;
  display: block;
}
.split-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.split-product-card:hover .split-card-media img {
  transform: scale(1.06);
}

.split-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(14, 15, 18, 0.88);
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 2px;
}

.split-card-meta {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.split-card-cat {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #71717A;
  text-transform: uppercase;
}
.split-card-title {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #0E0F12;
  margin: 0;
  line-height: 1.3;
}
.split-card-title a {
  color: inherit;
  text-decoration: none;
}
.split-card-title a:hover {
  text-decoration: underline;
}
.split-card-price {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: #0E0F12;
  margin: 4px 0 0 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.split-card-price .hover-regular-price,
.product-card-info .hover-regular-price {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 400;
  color: #71717A;
}
.split-card-price .hover-discount-tag,
.product-card-info .hover-discount-tag {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  color: #854D0E;
  background: rgba(254, 240, 138, 0.45);
  border: 1px solid rgba(133, 77, 14, 0.3);
  padding: 1px 5px;
  border-radius: 2px;
}

/* SPLIT SCROLL FOOTER VIEW ALL CTA */
.split-scroll-footer {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
}
.split-view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 28px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E0F12;
  text-decoration: none;
  background: #FFFFFF;
  border: 1px solid rgba(14, 15, 18, 0.25);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.split-view-all-btn .btn-arrow {
  font-size: 14px;
  transition: transform 0.25s ease;
}
.split-view-all-btn:hover {
  background: #0E0F12;
  color: #FFFFFF;
  border-color: #0E0F12;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.split-view-all-btn:hover .btn-arrow {
  transform: translateX(6px);
}


/* ==========================================================================
   SECTION 7: MANIFESTO (COMPACT HEIGHT, CONCISE LEFT TEXT + RIGHT VISUALS)
   ========================================================================== */
.section-manifesto-compact {
  background: #FFFFFF;
  color: #0E0F12;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.section-manifesto-compact .section-container {
  padding: 120px 32px 110px;
}

.manifesto-compact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.manifesto-compact-text {
  display: flex;
  flex-direction: column;
}
.manifesto-compact-text .section-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #71717A;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.manifesto-title-compact {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #0E0F12;
  margin-bottom: 16px;
}
.manifesto-body-compact {
  font-size: 14px;
  line-height: 1.65;
  color: #52525B;
  margin-bottom: 32px;
}

.manifesto-pillars-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 24px;
}
.pillar-mini-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.pillar-num {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: #0E0F12;
}
.pillar-title {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0E0F12;
  margin: 0;
}
.pillar-desc {
  font-size: 11px;
  line-height: 1.4;
  color: #71717A;
  margin: 0;
}

/* RIGHT: VISUAL COLLAGE */
.manifesto-compact-visuals {
  position: relative;
  width: 100%;
}
.visuals-collage-wrap {
  position: relative;
  width: 100%;
  height: 440px;
}
.visual-pane {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.visual-pane.main-pane {
  top: 0;
  left: 0;
  width: 78%;
  height: 380px;
  z-index: 1;
}
.visual-pane.main-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-pane.sub-pane {
  bottom: -20px;
  right: -20px;
  width: 52%;
  height: 250px;
  z-index: 2;
  border: 5px solid #FFFFFF;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}
.visual-pane.sub-pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  background: rgba(14, 15, 18, 0.88);
  color: #FFFFFF;
  padding: 3px 8px;
  border-radius: 2px;
}
.visual-badge-alt {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  background: rgba(14, 15, 18, 0.88);
  color: #34D399;
  padding: 3px 8px;
  border-radius: 2px;
}


/* ==========================================================================
   SECTION 8: BESPOKE / CUSTOMISE YOUR LOOK (FULL-WIDTH DARK INSTALLATION)
   ========================================================================== */
.section-bespoke-grand.full-bleed-bespoke {
  background: #060709;
  color: #0E0F12;
  position: relative;
  border-bottom: none;
  width: 100%;
  padding: 0;
}

.section-bespoke-grand .bespoke-grand-box {
  background: linear-gradient(180deg, #0A0B0E 0%, #050507 100%);
  border: none;
  border-radius: 0;
  padding: clamp(100px, 9vw, 150px) clamp(24px, 5vw, 96px);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section-bespoke-grand .bespoke-grand-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, rgba(212, 175, 55, 0.1));
}

.bespoke-grand-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.bespoke-pill-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.bespoke-grand-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.1;
}

.bespoke-grand-sub {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #D4AF37;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.bespoke-grand-copy {
  font-size: 14px;
  line-height: 1.7;
  color: #D4D4D8;
  max-width: 760px;
  margin: 0 auto 48px;
}

/* ==========================================================================
   SECTION 8: VISIONARY PARAMETRIC ATELIER TERMINAL
   ========================================================================== */
.bespoke-terminal-container {
  background: #090A0D;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65), 0 0 0 1px rgba(212, 175, 55, 0.12);
  margin-bottom: 56px;
  position: relative;
}

/* TERMINAL TOP HUD BAR */
.terminal-hud-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: #0E0F14;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  flex-wrap: wrap;
  gap: 12px;
}
.terminal-status-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #34D399;
  font-weight: 700;
}
.status-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34D399;
  box-shadow: 0 0 10px #34D399;
  animation: afPulseLiveDot 1.6s infinite ease-in-out;
}
.terminal-hud-center {
  display: flex;
  align-items: center;
  gap: 8px;
}
.terminal-spec-label {
  color: #71717A;
}
.terminal-spec-val {
  color: #FBBF24;
  font-weight: 700;
}
.terminal-hud-pill {
  color: #A1A1AA;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* TERMINAL MAIN GRID */
.terminal-main-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 36px;
  padding: clamp(24px, 4vw, 44px);
}

/* CONFIGURATOR COLUMN */
.terminal-config-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.terminal-control-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.control-group-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.group-step-num {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 800;
  color: #D4AF37;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 3px 8px;
  border-radius: 3px;
  line-height: 1;
}
.group-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.group-title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
}
.group-desc {
  font-size: 11px;
  color: #8E8E93;
}

/* ARCHETYPE BUTTONS */
.archetype-selector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.archetype-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 16px 14px;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.archetype-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #D4AF37;
  transition: height 0.25s ease;
}
.archetype-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.archetype-btn.is-active {
  background: rgba(212, 175, 55, 0.08);
  border-color: #D4AF37;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.15);
}
.archetype-btn.is-active::before {
  height: 100%;
}
.arch-tag {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #D4AF37;
  text-transform: uppercase;
}
.arch-name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.2;
}
.arch-meta {
  font-size: 10px;
  color: #8E8E93;
  line-height: 1.35;
}

/* MATERIAL CHIPS */
.material-chips-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.material-chip {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #E4E4E7;
  transition: all 0.2s ease;
  text-align: left;
}
.material-chip:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}
.material-chip.is-active {
  background: rgba(255, 255, 255, 0.1);
  border-color: #34D399;
  color: #FFFFFF;
  box-shadow: 0 0 16px rgba(52, 211, 153, 0.2);
}
.mat-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 6px currentColor;
}

/* HARDWARE TOGGLE BUTTONS */
.hardware-toggle-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hardware-toggle-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: left;
  transition: all 0.2s ease;
}
.hardware-toggle-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}
.hardware-toggle-btn.is-active {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
}
.toggle-check {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: transparent;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.hardware-toggle-btn.is-active .toggle-check {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #0E0F12;
}
.toggle-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.toggle-text strong {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #FFFFFF;
}
.toggle-text span {
  font-size: 10px;
  color: #8E8E93;
}

/* TELEMETRY STRIP */
.terminal-telemetry-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 4px;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  flex-wrap: wrap;
  gap: 8px;
}
.telemetry-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.telemetry-lbl {
  color: #71717A;
}
.telemetry-val {
  color: #D4AF37;
  font-weight: 700;
}
.telemetry-sep {
  color: rgba(255, 255, 255, 0.15);
}

/* VISUALIZER COLUMN */
.terminal-visualizer-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blueprint-canvas-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  background: #050608;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.9);
}

/* GRID MESH & CROSSHAIRS */
.blueprint-grid-mesh {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(212, 175, 55, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.06) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 2;
}
.cad-crosshair {
  position: absolute;
  font-family: var(--font-mono);
  font-size: 14px;
  line-height: 1;
  color: rgba(212, 175, 55, 0.4);
  pointer-events: none;
  z-index: 3;
}
.ch-tl { top: 8px; left: 8px; }
.ch-tr { top: 8px; right: 8px; }
.ch-bl { bottom: 8px; left: 8px; }
.ch-br { bottom: 8px; right: 8px; }

/* HUD TOP ON VISUALIZER */
.blueprint-hud-top {
  position: relative;
  z-index: 4;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.85) 0%, transparent 100%);
}
.cad-coord {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #71717A;
}
.laser-scan-trigger-btn {
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.4);
  color: #34D399;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 5px 12px;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
}
.laser-scan-trigger-btn:hover {
  background: #34D399;
  color: #050608;
  box-shadow: 0 0 16px rgba(52, 211, 153, 0.5);
}

/* LASER SCANNING BEAM */
.laser-scanner-beam {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #34D399;
  box-shadow: 0 0 15px 4px #34D399, 0 0 30px 8px rgba(52, 211, 153, 0.4);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.laser-scanner-beam.is-scanning {
  opacity: 1;
  animation: afLaserScanAnim 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes afLaserScanAnim {
  0% { top: 0%; opacity: 1; }
  85% { top: 92%; opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* MEDIA WRAP */
.blueprint-media-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.blueprint-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.15) brightness(0.85);
  transition: opacity 0.4s ease, transform 0.5s ease;
}
.blueprint-duotone-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 6, 8, 0.2) 0%,
    rgba(5, 6, 8, 0.1) 40%,
    rgba(5, 6, 8, 0.85) 85%,
    #050608 100%
  );
  pointer-events: none;
}

/* BLUEPRINT ANNOTATION PINS */
.blueprint-pins-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.blueprint-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pin-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D4AF37;
  box-shadow: 0 0 10px #D4AF37;
  position: relative;
  z-index: 2;
}
.pin-ring {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.5);
  animation: afPinRipple 2s infinite ease-out;
  pointer-events: none;
}
@keyframes afPinRipple {
  0% { transform: translate(-50%, -50%) scale(0.6); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1.6); opacity: 0; }
}
.pin-label-box {
  background: rgba(10, 11, 14, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 4px 8px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.pin-num {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 800;
  color: #D4AF37;
}
.pin-text {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #FFFFFF;
}

/* BLUEPRINT FOOTER META CARD */
.blueprint-footer-card {
  position: relative;
  z-index: 4;
  padding: 16px 20px;
  background: rgba(10, 11, 14, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.blueprint-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.blueprint-active-title {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
}
.blueprint-verified-pill {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #34D399;
  background: rgba(52, 211, 153, 0.12);
  border: 1px solid rgba(52, 211, 153, 0.3);
  padding: 3px 8px;
  border-radius: 2px;
  white-space: nowrap;
}
.blueprint-active-desc {
  font-size: 11px;
  line-height: 1.45;
  color: #A1A1AA;
  margin: 0;
}

/* TERMINAL ACTION DOCK */
.terminal-action-dock {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
}
.terminal-action-dock .bespoke-main-btn {
  padding: 14px 20px;
  font-size: 11px;
  text-align: center;
}
.terminal-action-dock .bespoke-whatsapp-btn {
  padding: 14px 18px;
  font-size: 11px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE LAYOUT FOR TERMINAL */
@media (max-width: 1024px) {
  .terminal-main-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 20px;
  }
  .blueprint-canvas-frame {
    aspect-ratio: 4/3;
    min-height: 380px;
  }
  .terminal-action-dock {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .archetype-selector-grid,
  .material-chips-wrap {
    grid-template-columns: 1fr;
  }
  .terminal-hud-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}

.bespoke-features-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.bespoke-feature-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.bespoke-feature-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(212, 175, 55, 0.3);
}

.feature-icon-code {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #A1A1AA;
}
.feature-title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  margin: 0;
}
.feature-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #A1A1AA;
  margin: 0;
}

.bespoke-grand-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.bespoke-main-btn {
  padding: 16px 36px;
  font-size: 12px;
  letter-spacing: 0.16em;
}
.bespoke-whatsapp-btn {
  padding: 16px 32px;
  font-size: 12px;
  letter-spacing: 0.14em;
  border: none;
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
}
.bespoke-whatsapp-btn:hover {
  background: rgba(37, 211, 102, 0.25);
  border: none;
  color: #25D366;
  transform: translateY(-2px);
}


/* ==========================================================================
   RESPONSIVE DESIGN FOR 8-SECTION SEQUENCE
   ========================================================================== */
@media (max-width: 1200px) {
  .worlds-row-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection-items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .category-thumbnails-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .split-showcase-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .split-showcase-layout.reverse-layout {
    grid-template-columns: 1fr;
  }
  .split-showcase-layout.reverse-layout .split-sticky-col {
    order: 1;
  }
  .split-showcase-layout.reverse-layout .split-scroll-col {
    order: 2;
  }
  .split-sticky-col,
  .split-scroll-col {
    min-width: 0;
  }
  .split-sticky-col {
    position: relative;
    top: 0;
  }
  .sticky-editorial-card {
    height: 480px;
    min-height: auto;
  }
  .manifesto-compact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bespoke-features-row {
    grid-template-columns: 1fr;
  }
  /* preserved 1 row */
  /* preserved border */
}

@media (max-width: 768px) {
  .section-container {
    padding: 60px 20px;
  }
  .worlds-row-grid {
    grid-template-columns: 1fr;
  }
  .collection-items-grid {
    grid-template-columns: 1fr;
  }
  .category-thumbnails-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .split-products-grid {
    grid-template-columns: 1fr;
  }
  .manifesto-pillars-strip {
    grid-template-columns: 1fr;
  }
  .bespoke-grand-box {
    padding: 36px 20px;
  }
}

/* ==========================================================================
   PAGE 2: SHOP CATALOG (archive-product.php)
   ========================================================================== */
.shop-hero-section {
  background: var(--surface);
  border-bottom: 1px solid var(--border-subtle);
  padding: 64px 32px;
}
.shop-hero-container {
  max-width: 1600px;
  margin: 0 auto;
}
.shop-hero-breadcrumbs {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  margin-bottom: 16px;
}
.shop-hero-breadcrumbs .sep {
  margin: 0 8px;
  opacity: 0.4;
}
.shop-hero-breadcrumbs .current {
  color: var(--bone);
}
.shop-hero-title {
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.shop-hero-desc {
  font-size: 15px;
  color: var(--bone-muted);
  max-width: 720px;
  line-height: 1.6;
}

/* FILTER BAR */
.shop-filters-section {
  position: sticky;
  top: var(--header-height);
  z-index: 900;
  background: rgba(11, 11, 13, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-medium);
}
.shop-filters-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.filter-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.filter-row-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone-muted);
  min-width: 80px;
}
.filter-pills-scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
}
.filter-pills-scroll::-webkit-scrollbar {
  display: none;
}

.filter-pill {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bone-muted);
  border: 1px solid var(--border-subtle);
  background: var(--surface);
  padding: 6px 14px;
  border-radius: 2px;
  transition: all var(--transition-fast);
}
.filter-pill:hover {
  color: var(--bone);
  border-color: var(--border-medium);
}
.filter-pill.active {
  color: var(--ink);
  background: var(--bone);
  border-color: var(--bone);
  box-shadow: 0 0 14px var(--signal-glow);
}

.catalog-grid-section {
  padding-top: 48px;
}
.catalog-grid-container {
  max-width: 1600px;
  margin: 0 auto;
}
.catalog-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 16px;
}
.catalog-count-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
}
.catalog-count-label strong {
  color: var(--bone);
}

.editorial-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.editorial-product-card {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition-fast), border-color var(--transition-fast);
}
.editorial-product-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-4px);
}

.product-media-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #000;
}
.product-media-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

/* DEMOBAZA-STYLE HOVER TURNAROUND — UNIVERSAL */
.product-media-wrap.has-hover-turnaround .img-primary {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.45s var(--ease), transform 0.6s var(--ease);
}
.product-media-wrap.has-hover-turnaround .img-secondary {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.45s var(--ease), transform 0.6s var(--ease);
  pointer-events: none;
}
/* Show back-view on hover — all card types */
.editorial-product-card:hover .product-media-wrap.has-hover-turnaround .img-secondary,
.featured-card:hover .product-media-wrap.has-hover-turnaround .img-secondary,
.product-item-card:hover .product-media-wrap.has-hover-turnaround .img-secondary,
.split-product-card:hover .product-media-wrap.has-hover-turnaround .img-secondary,
.suggestion-card:hover .product-media-wrap.has-hover-turnaround .img-secondary,
.flyout-product-card:hover .product-media-wrap.has-hover-turnaround .img-secondary {
  opacity: 1;
  transform: scale(1.06);
}
.editorial-product-card:hover .product-media-wrap.has-hover-turnaround .img-primary,
.featured-card:hover .product-media-wrap.has-hover-turnaround .img-primary,
.product-item-card:hover .product-media-wrap.has-hover-turnaround .img-primary,
.split-product-card:hover .product-media-wrap.has-hover-turnaround .img-primary,
.suggestion-card:hover .product-media-wrap.has-hover-turnaround .img-primary,
.flyout-product-card:hover .product-media-wrap.has-hover-turnaround .img-primary {
  opacity: 0;
}
.editorial-product-card:not(:hover) .product-media-wrap.has-hover-turnaround .img-primary,
.featured-card:not(:hover) .product-media-wrap.has-hover-turnaround .img-primary,
.product-item-card:not(:hover) .product-media-wrap.has-hover-turnaround .img-primary,
.split-product-card:not(:hover) .product-media-wrap.has-hover-turnaround .img-primary,
.suggestion-card:not(:hover) .product-media-wrap.has-hover-turnaround .img-primary,
.flyout-product-card:not(:hover) .product-media-wrap.has-hover-turnaround .img-primary {
  opacity: 1;
}

/* =====================================================================
   UNIVERSAL PRODUCT HOVER ECOMMERCE OVERLAY
   (price / sizes / quick-add — slides up over thumbnail on hover)
   ===================================================================== */
.product-hover-ecommerce {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(6,7,9,0) 0%, rgba(6,7,9,0.85) 30%, rgba(6,7,9,0.98) 100%);
  padding: 24px 10px 10px;
  transform: translateY(100%);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.product-item-card:hover .product-hover-ecommerce,
.editorial-product-card:hover .product-hover-ecommerce,
.split-product-card:hover .product-hover-ecommerce,
.suggestion-card:hover .product-hover-ecommerce {
  transform: translateY(0);
  pointer-events: auto;
}

/* Pricing row */
.hover-pricing-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 7px;
}
.hover-sale-price {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.04em;
}
.hover-regular-price {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.02em;
}
.hover-discount-tag {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #D4AF37;
  border: 1px solid rgba(212,175,55,0.45);
  padding: 1px 4px;
  border-radius: 2px;
}

/* Size pills */
.hover-size-pills {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.hover-size-pill {
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.4);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 2px 5px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}
.hover-size-pill.is-avail {
  color: #FFFFFF;
  border-color: rgba(255,255,255,0.45);
}
.hover-size-pill.is-avail:hover,
.hover-size-pill.selected {
  background: #FFFFFF;
  color: #0E0F12;
  border-color: #FFFFFF;
}

/* Quick-add button */
.hover-quick-action {
  display: flex;
  gap: 6px;
}
.hover-quick-add-btn {
  flex: 1;
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #0E0F12;
  background: #FFFFFF;
  border: none;
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 2px;
  transition: background 0.18s ease, transform 0.15s ease;
  text-transform: uppercase;
}
.hover-quick-add-btn:hover {
  background: #D4AF37;
  transform: translateY(-1px);
}

.product-tag-origin {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(11, 11, 13, 0.85);
  backdrop-filter: blur(8px);
  padding: 4px 8px;
  border: 1px solid var(--border-subtle);
}

.product-tag-world {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: rgba(11, 11, 13, 0.88);
  color: var(--bone);
  border: 1px solid var(--border-medium);
  backdrop-filter: blur(8px);
  padding: 4px 8px;
  border-radius: 2px;
}

.product-quick-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(11, 11, 13, 0.95) 100%);
  padding: 24px 16px 16px;
  transform: translateY(100%);
  transition: transform var(--transition-fast);
  z-index: 3;
}
.editorial-product-card:hover .product-quick-bar {
  transform: translateY(0);
}
.quick-view-btn {
  display: block;
  text-align: center;
  background: var(--surface-elevated);
  border: 1px solid var(--border-medium);
  padding: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  border-radius: 2px;
}
.quick-view-btn:hover {
  background: var(--bone);
  border-color: var(--bone);
  color: var(--ink);
}

.product-card-info {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.product-cat-name {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
}
.product-price-val {
  font-size: 16px;
  font-weight: 700;
  color: var(--bone);
}
.product-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  line-height: 1.3;
}
.product-brief-detail {
  font-size: 13px;
  color: var(--bone-muted);
  line-height: 1.5;
  margin-top: auto;
}

/* ==========================================================================
   PAGE 3: PRODUCT DETAIL (single-product.php)
   ========================================================================== */
.product-breadcrumbs-wrap {
  border-bottom: 1px solid var(--border-subtle);
  background: var(--surface);
  padding: 16px 32px;
}
.product-breadcrumbs {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
}
.product-breadcrumbs .sep {
  margin: 0 8px;
  opacity: 0.4;
}
.product-breadcrumbs .current {
  color: var(--bone);
}

.product-hero-section {
  padding: 64px 32px;
}
.product-hero-grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 64px;
}

/* PRECISION ZOOM PAN STAGE */
.product-image-stage {
  position: relative;
  aspect-ratio: 3 / 4;
  background: #000;
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  overflow: hidden;
  cursor: zoom-in;
}
.image-inner-zoom-wrapper {
  width: 100%;
  height: 100%;
  transition: transform 0.2s var(--ease);
  transform-origin: 50% 50%;
  will-change: transform, transform-origin;
}
.image-inner-zoom-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.product-image-stage.is-zooming .image-inner-zoom-wrapper {
  transform: scale(2.4);
}

.product-image-badges {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 8px;
  z-index: 4;
}
.badge-origin, .badge-world {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding: 6px 12px;
  background: rgba(11, 11, 13, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-subtle);
}
.badge-world {
  background: var(--bone);
  border-color: var(--bone);
  color: var(--ink);
}

.zoom-lens-indicator {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(11, 11, 13, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-subtle);
  padding: 6px 12px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone);
  pointer-events: none;
  z-index: 4;
  transition: opacity var(--transition-fast);
}
.lens-crosshair {
  font-size: 11px;
}
.product-image-stage.is-zooming .zoom-lens-indicator {
  opacity: 0.35;
}

.image-zoom-trigger {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(11, 11, 13, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border-subtle);
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone);
  border-radius: 2px;
  z-index: 4;
  transition: all var(--transition-fast);
}
.image-zoom-trigger:hover {
  background: var(--bone);
  border-color: var(--bone);
  color: var(--ink);
}

/* INTERACTIVE THUMBNAILS STRIP */
.product-thumbnails-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.thumb-btn {
  min-width: 0;
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
  text-align: left;
  transition: all var(--transition-fast);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.thumb-btn:hover {
  border-color: var(--border-medium);
  background: var(--surface-elevated);
}
.thumb-btn.active {
  border-color: var(--bone);
  box-shadow: 0 0 14px var(--signal-glow);
  background: var(--surface-elevated);
}
.thumb-img-wrap {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  background: #000;
}
.thumb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-fast);
}
.thumb-btn:hover .thumb-img-wrap img {
  transform: scale(1.05);
}
.thumb-caption strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--bone);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumb-caption span {
  font-size: 9px;
  color: var(--bone-muted);
  display: block;
}

.product-gallery-notes {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--fine);
  border-top: 1px solid var(--border-subtle);
  padding-top: 12px;
}

/* FULLSCREEN LIGHTBOX MODAL */
.zoom-lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(8, 8, 10, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 99999;
  display: flex;
  flex-direction: column;
}
.lightbox-header {
  padding: 16px 32px;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lightbox-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--bone-muted);
  display: block;
}
.lightbox-title-wrap h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lightbox-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lightbox-btn {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  color: var(--bone);
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 2px;
  transition: all var(--transition-fast);
}
.lightbox-btn:hover {
  background: var(--surface-elevated);
  border-color: var(--border-medium);
}
.lightbox-btn.close-btn {
  color: var(--bone);
  font-size: 16px;
}
.lightbox-zoom-val {
  font-size: 12px;
  font-weight: 700;
  color: var(--bone-muted);
  min-width: 44px;
  text-align: center;
}
.lightbox-canvas {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: grab;
  position: relative;
}
.lightbox-canvas:active {
  cursor: grabbing;
}
.lightbox-canvas img {
  max-height: 75vh;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s var(--ease);
  user-select: none;
}
.lightbox-footer {
  padding: 16px 32px;
  border-top: 1px solid var(--border-subtle);
  background: var(--surface);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lightbox-thumbs {
  display: flex;
  gap: 10px;
}
.lb-thumb-btn {
  width: 44px;
  height: 56px;
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  overflow: hidden;
  opacity: 0.6;
  cursor: pointer;
  transition: all var(--transition-fast);
  background: #000;
}
.lb-thumb-btn.active, .lb-thumb-btn:hover {
  opacity: 1;
  border-color: var(--bone);
}
.lb-thumb-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lightbox-instructions {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--fine);
}

.product-taxonomy-line {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--bone-muted);
  margin-bottom: 12px;
}
.product-taxonomy-line .tax-sep {
  margin: 0 6px;
  opacity: 0.4;
}

.product-title-large {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 16px;
}

.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-subtle);
  padding-bottom: 20px;
}
.product-price-amount {
  font-size: 28px;
  font-weight: 700;
  color: var(--bone);
}
.product-tax-note {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
}

.product-origin-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--bone);
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  padding: 8px 16px;
  border-radius: 2px;
  margin-bottom: 24px;
}
.origin-icon {
  color: var(--bone);
}

.product-short-text {
  font-size: 15px;
  color: var(--bone-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

/* SIZES */
.product-size-section {
  margin-bottom: 32px;
}
.size-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.size-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone);
}
.size-guide-modal-btn {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  border-bottom: 1px solid var(--border-subtle);
}

.size-pills-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.size-pill {
  min-width: 48px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  color: var(--bone);
  transition: all var(--transition-fast);
}
.size-pill:hover {
  border-color: var(--border-medium);
}
.size-pill.selected {
  background: var(--bone);
  border-color: var(--bone);
  color: var(--ink);
  box-shadow: 0 0 12px var(--signal-glow);
}

.product-actions-block {
  margin-bottom: 32px;
}

.product-shipping-assurance {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  margin-bottom: 40px;
}
.assurance-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: var(--bone-muted);
}
.assurance-row .icon {
  color: var(--bone);
}

/* ACCORDIONS */
.product-accordions {
  border-top: 1px solid var(--border-subtle);
}
.product-accordion {
  border-bottom: 1px solid var(--border-subtle);
}
.product-accordion summary {
  padding: 18px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--bone);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
}
.product-accordion summary::-webkit-details-marker {
  display: none;
}
.acc-indicator {
  font-size: 16px;
  color: var(--bone-muted);
  transition: transform var(--transition-fast);
}
.product-accordion[open] .acc-indicator {
  transform: rotate(45deg);
}
.acc-content {
  padding-bottom: 20px;
  font-size: 13px;
  color: var(--bone-muted);
  line-height: 1.7;
}
.acc-content ul {
  padding-left: 20px;
  margin-top: 8px;
}
.acc-content li {
  margin-bottom: 6px;
}

/* ==========================================================================
   PRODUCT DETAIL: RELATED SILHOUETTES & BESPOKE CONSULTATION CALLOUT
   ========================================================================== */
.section-product-suggestions {
  background: #0E0F12;
  color: #FFFFFF;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 90px 0 100px;
}
.section-product-suggestions .section-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3.5vw, 64px);
}
.section-product-suggestions .section-heading-split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 20px;
}
.section-product-suggestions .section-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #71717A;
  margin-bottom: 8px;
}
.section-product-suggestions .section-main-title {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.15;
}
.section-product-suggestions .section-main-sub {
  font-size: 13px;
  color: #A1A1AA;
  max-width: 580px;
  line-height: 1.6;
}
.section-product-suggestions .section-header-link {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 4px;
  transition: all var(--transition-fast);
}
.section-product-suggestions .section-header-link:hover {
  border-color: #FFFFFF;
  padding-left: 4px;
}

.product-suggestions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.suggestion-card {
  background: #141519;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.suggestion-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}
.suggestion-card .product-img-link {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #08080A;
}
.suggestion-card .product-img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.suggestion-card:hover .product-img-link img {
  transform: scale(1.06);
}
.suggestion-card .product-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: rgba(14, 15, 18, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #FFFFFF;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.suggestion-card .product-item-meta {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.suggestion-card .product-item-cat {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #A1A1AA;
  text-transform: uppercase;
}
.suggestion-card .product-item-title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  line-height: 1.35;
  margin: 4px 0 6px;
}
.suggestion-card .product-item-title a {
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity var(--transition-fast);
}
.suggestion-card .product-item-title a:hover {
  opacity: 0.8;
}
.suggestion-card .product-item-price {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  margin: 0;
}

/* BESPOKE ATELIER CALLOUT */
.section-product-bespoke {
  background: #0E0F12;
  padding: 0 0 110px;
}
.section-product-bespoke .section-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 clamp(20px, 3.5vw, 64px);
}
.product-bespoke-card {
  background: linear-gradient(135deg, #16181F 0%, #0D0E12 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.bespoke-card-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: stretch;
}
.bespoke-card-media {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  background: #000000;
}
.bespoke-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-bespoke-card:hover .bespoke-card-media img {
  transform: scale(1.04);
}
.bespoke-media-pill {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  background: rgba(14, 15, 18, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #D4AF37;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.35);
}
.bespoke-card-body {
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bespoke-card-body .section-eyebrow {
  display: block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #71717A;
  margin-bottom: 8px;
}
.bespoke-card-title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.15;
  margin: 6px 0 12px;
}
.bespoke-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #A1A1AA;
  margin-bottom: 22px;
  max-width: 600px;
}
.bespoke-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.bespoke-card-tags .b-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #E4E4E7;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 999px;
}
.bespoke-cta-btn {
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .product-suggestions-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .bespoke-card-grid {
    grid-template-columns: 1fr;
  }
  .bespoke-card-media {
    min-height: 280px;
  }
}
@media (max-width: 640px) {
  .product-suggestions-grid {
    grid-template-columns: 1fr;
  }
  .section-product-suggestions .section-heading-split {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ==========================================================================
   PAGE 4: WORLDS HUB (page-worlds.php)
   ========================================================================== */
.worlds-hero-section {
  background: var(--surface);
  border-bottom: 1px solid var(--border-subtle);
  padding: 64px 32px;
}
.worlds-hero-container {
  max-width: 1600px;
  margin: 0 auto;
}
.worlds-hero-breadcrumbs {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  margin-bottom: 16px;
}
.worlds-hero-breadcrumbs .sep {
  margin: 0 8px;
  opacity: 0.4;
}
.worlds-hero-breadcrumbs .current {
  color: var(--bone);
}
.worlds-hero-title {
  font-size: clamp(40px, 6vw, 84px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.worlds-hero-subtitle {
  font-size: 16px;
  color: var(--bone-muted);
  max-width: 720px;
  line-height: 1.6;
}

.worlds-stacked-container {
  display: flex;
  flex-direction: column;
}

.world-showcase-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-subtle);
  overflow: hidden;
}

.world-bg-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.world-bg-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65);
}
.world-scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(11, 11, 13, 0.95) 0%, rgba(11, 11, 13, 0.6) 50%, rgba(11, 11, 13, 0.3) 100%);
}

.world-showcase-content {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 64px 32px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: center;
}

.world-num-glyph {
  font-size: clamp(80px, 12vw, 160px);
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.12);
  letter-spacing: -0.04em;
}

.world-meta-info {
  max-width: 680px;
}
.world-drop-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--bone-muted);
  margin-top: 6px;
  margin-bottom: 12px;
}
.world-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 8px;
}
.world-collection-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--bone);
  margin-bottom: 20px;
}
.world-description {
  font-size: 15px;
  color: var(--bone-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}
.world-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   PAGE 5: DESIGNER STUDIO (page-designer-studio.php)
   ========================================================================== */
.studio-hero-section {
  background: var(--surface);
  border-bottom: 1px solid var(--border-subtle);
  padding: 64px 32px;
}
.studio-hero-container {
  max-width: 1600px;
  margin: 0 auto;
}
.studio-hero-breadcrumbs {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  margin-bottom: 24px;
}
.studio-hero-breadcrumbs .sep {
  margin: 0 8px;
  opacity: 0.4;
}
.studio-hero-breadcrumbs .current {
  color: var(--bone);
}

.studio-hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.studio-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  background: var(--surface-elevated);
  border: 1px solid var(--border-medium);
  color: var(--bone);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.studio-hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.studio-hero-lead {
  font-size: 16px;
  color: var(--bone-muted);
  line-height: 1.7;
  margin-bottom: 36px;
}

.studio-stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
}
.studio-stats-strip .val {
  font-size: 18px;
  font-weight: 700;
  color: var(--bone);
  display: block;
}
.studio-stats-strip .lbl {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
}

.studio-hero-media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.studio-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-media-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(11, 11, 13, 0.85);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border: 1px solid var(--border-subtle);
}

/* WIZARD CARD */
.brief-wizard-section {
  padding-top: 64px;
}
.brief-wizard-container {
  max-width: 960px;
  margin: 0 auto;
}
.wizard-header {
  margin-bottom: 40px;
  text-align: center;
}
.wizard-title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 300;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.wizard-desc {
  font-size: 14px;
  color: var(--bone-muted);
}

.wizard-progress-bar {
  width: 100%;
  height: 2px;
  background: var(--surface-elevated);
  margin: 32px 0 16px;
  position: relative;
}
.progress-fill {
  height: 100%;
  background: var(--bone);
  box-shadow: 0 0 12px var(--signal-glow);
  transition: width 0.4s var(--ease);
}

.wizard-steps-nav {
  display: flex;
  justify-content: space-between;
}
.wizard-step-node {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--fine);
  padding: 8px 0;
  transition: color var(--transition-fast);
}
.wizard-step-node.active, .wizard-step-node.completed {
  color: var(--bone);
}
.wizard-step-node.active .node-num {
  color: var(--bone);
}
.node-num {
  font-size: 12px;
  font-weight: 700;
}

/* FORM PANEL */
.brief-form-card {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 48px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.step-panel-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.step-panel-subtitle {
  font-size: 13px;
  color: var(--bone-muted);
  margin-bottom: 32px;
}

.form-row-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
.form-group {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.form-group label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bone);
  margin-bottom: 8px;
}
.form-group label .req {
  color: var(--danger);
}

.form-group input,
.form-group textarea,
.form-group select {
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  padding: 14px 16px;
  font-size: 14px;
  color: var(--bone);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--bone);
  box-shadow: 0 0 14px var(--signal-glow);
}
.input-hint {
  font-size: 11px;
  color: var(--fine);
  margin-top: 6px;
}

.moment-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.moment-choice-card input {
  display: none;
}
.choice-visual {
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 20px;
  cursor: pointer;
  transition: all var(--transition-fast);
  height: 100%;
}
.moment-choice-card input:checked + .choice-visual {
  border-color: var(--bone);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 18px var(--signal-glow);
}
.choice-icon {
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.choice-visual strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.choice-visual p {
  font-size: 11px;
  color: var(--bone-muted);
  line-height: 1.4;
}

.step-nav-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border-subtle);
}

.brief-summary-card {
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.summary-line.full-width {
  grid-column: 1 / -1;
}
.summary-line .label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  display: block;
  margin-bottom: 4px;
}
.brief-summary-text {
  font-size: 13px;
  color: var(--bone);
  line-height: 1.6;
}

.consent-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  color: var(--bone-muted);
  line-height: 1.5;
  cursor: pointer;
}
.consent-checkbox-label input {
  margin-top: 2px;
  accent-color: var(--bone);
}

/* CONFIRMATION CARD */
.brief-receipt-card {
  background: var(--surface);
  border: 1px solid var(--border-medium);
  border-radius: 4px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
}
.receipt-icon {
  font-size: 32px;
  color: var(--bone);
  margin-bottom: 12px;
}
.receipt-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--bone-muted);
  display: block;
  margin-bottom: 8px;
}
.receipt-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
.receipt-desc {
  font-size: 15px;
  color: var(--bone-muted);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.receipt-token-box {
  background: var(--ink);
  border: 1px solid var(--border-medium);
  padding: 20px;
  border-radius: 4px;
  max-width: 480px;
  margin: 0 auto 36px;
}
.token-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone-muted);
  display: block;
  margin-bottom: 8px;
}
.token-code {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--bone);
  display: block;
  margin-bottom: 12px;
}
.copy-token-btn {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border: 1px solid var(--border-subtle);
  padding: 6px 14px;
  border-radius: 2px;
  color: var(--bone);
}
.receipt-next-steps {
  text-align: left;
  max-width: 580px;
  margin: 0 auto 36px;
  border-top: 1px solid var(--border-subtle);
  padding-top: 24px;
}
.receipt-next-steps h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}
.receipt-next-steps ol {
  padding-left: 20px;
  font-size: 13px;
  color: var(--bone-muted);
  line-height: 1.7;
}
.receipt-next-steps li {
  margin-bottom: 8px;
}
.receipt-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* TIMELINE */
.process-timeline-section {
  border-top: 1px solid var(--border-subtle);
}
.process-container {
  max-width: 1600px;
  margin: 0 auto;
}
.timeline-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.t-step {
  border-top: 1px solid var(--border-medium);
  padding-top: 20px;
}
.t-step-num {
  font-size: 14px;
  font-weight: 700;
  color: var(--bone);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 8px;
}
.t-step h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.t-step p {
  font-size: 13px;
  color: var(--bone-muted);
  line-height: 1.5;
}

/* ==========================================================================
   PAGE 6: THE STUDIO (page-the-studio.php)
   ========================================================================== */
.studio-story-hero {
  background: var(--surface);
  border-bottom: 1px solid var(--border-subtle);
  padding: 80px 32px;
}
.studio-story-container {
  max-width: 1200px;
  margin: 0 auto;
}
.studio-breadcrumbs {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  margin-bottom: 20px;
}
.studio-breadcrumbs .sep {
  margin: 0 8px;
  opacity: 0.4;
}
.studio-breadcrumbs .current {
  color: var(--bone);
}
.studio-story-title {
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 24px;
}
.studio-story-lead {
  font-size: clamp(16px, 1.8vw, 22px);
  color: var(--bone-muted);
  line-height: 1.7;
}

.studio-chapters-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.chapter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.chapter-row.reverse {
  direction: rtl;
}
.chapter-row.reverse > * {
  direction: ltr;
}

.chapter-media {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.chapter-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chapter-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(11, 11, 13, 0.85);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  border: 1px solid var(--border-subtle);
}

.chapter-content {
  padding: 24px 0;
}
.chapter-sub {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--bone-muted);
  display: block;
  margin-bottom: 12px;
}
.chapter-content h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.chapter-content p {
  font-size: 15px;
  color: var(--bone-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}
.provenance-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
}
.provenance-list li {
  font-size: 14px;
  color: var(--bone-muted);
  line-height: 1.6;
  border-left: 2px solid var(--border-medium);
  padding-left: 16px;
}
.provenance-list strong {
  color: var(--bone);
  display: block;
  margin-bottom: 4px;
}

.metrics-section {
  background: var(--surface);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.metrics-container {
  max-width: 1600px;
  margin: 0 auto;
}
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.metric-card {
  border-left: 1px solid var(--border-subtle);
  padding-left: 24px;
}
.metric-num {
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 300;
  color: var(--bone);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.metric-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--bone-muted);
  display: block;
  margin-bottom: 4px;
}
.metric-sub {
  font-size: 12px;
  color: var(--bone-muted);
}

.studio-closing-section {
  text-align: center;
}
.studio-closing-box {
  max-width: 720px;
  margin: 0 auto;
}
.studio-closing-box h2 {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.studio-closing-box p {
  font-size: 16px;
  color: var(--bone-muted);
  margin-bottom: 32px;
}
.studio-closing-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   PAGE 7: COLLECTION LANDING (taxonomy-product_cat.php)
   ========================================================================== */
.collection-hero-banner {
  background: var(--surface);
  border-bottom: 1px solid var(--border-subtle);
  padding: 64px 32px;
}
.collection-hero-container {
  max-width: 1600px;
  margin: 0 auto;
}
.collection-breadcrumbs {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  margin-bottom: 16px;
}
.collection-breadcrumbs .sep {
  margin: 0 8px;
  opacity: 0.4;
}
.collection-breadcrumbs .current {
  color: var(--bone);
}
.collection-drop-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  background: var(--surface-elevated);
  border: 1px solid var(--border-medium);
  color: var(--bone);
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 12px;
}
.collection-hero-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.collection-hero-desc {
  font-size: 15px;
  color: var(--bone-muted);
  max-width: 720px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.collection-stats-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  border-top: 1px solid var(--border-subtle);
  padding-top: 16px;
  flex-wrap: wrap;
}

/* ==========================================================================
   SLIDE-OUT BAG DRAWER & CHECKOUT
   ========================================================================== */
.drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-normal), visibility var(--transition-normal);
}
.drawer-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  max-width: 100vw;
  height: 100vh;
  background: var(--surface);
  border-left: 1px solid var(--border-medium);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.8);
  z-index: 2001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform var(--transition-normal);
}
.cart-drawer.active {
  transform: translateX(0);
}

.cart-drawer-header {
  padding: 24px 32px;
  border-bottom: 1px solid var(--border-subtle);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--bone-muted);
  display: block;
  margin-bottom: 4px;
}
.cart-drawer-header h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.drawer-close {
  font-size: 20px;
  color: var(--bone-muted);
  padding: 8px;
  transition: color var(--transition-fast);
}
.drawer-close:hover {
  color: var(--bone);
}

.cart-drawer-items {
  flex-grow: 1;
  overflow-y: auto;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-item-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 16px;
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 12px;
}
.cart-item-thumb {
  aspect-ratio: 3 / 4;
  border-radius: 2px;
  overflow: hidden;
}
.cart-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-item-details h4 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
  line-height: 1.3;
}
.cart-item-meta {
  font-size: 11px;
  color: var(--bone-muted);
  margin-bottom: 8px;
}
.cart-item-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--bone);
}
.cart-item-controls {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.qty-stepper {
  display: flex;
  align-items: center;
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  background: var(--surface);
}
.qty-btn {
  padding: 4px 10px;
  font-size: 12px;
  color: var(--bone);
}
.qty-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}
.qty-val {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  min-width: 24px;
  text-align: center;
}
.cart-remove-btn {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--bone-muted);
  border-bottom: 1px solid transparent;
}
.cart-remove-btn:hover {
  color: var(--danger);
  border-color: var(--danger);
}

.cart-empty-state {
  text-align: center;
  padding: 64px 0;
}
.cart-empty-state p {
  font-size: 14px;
  color: var(--bone-muted);
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}

.cart-drawer-footer {
  padding: 24px 32px;
  border-top: 1px solid var(--border-subtle);
  background: var(--surface-elevated);
}
.cart-notes-block {
  margin-bottom: 16px;
}
.cart-notes-block label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--bone-muted);
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.cart-notes-block textarea {
  width: 100%;
  height: 56px;
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  padding: 8px 12px;
  font-size: 12px;
  color: var(--bone);
  resize: none;
}
.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.cart-subtotal-row strong {
  font-size: 20px;
  color: var(--bone);
}
.cart-shipping-notice {
  font-size: 11px;
  color: var(--bone-muted);
  margin-bottom: 20px;
  line-height: 1.4;
}

/* WOOCOMMERCE CHECKOUT STYLING */
.standard-page-main {
  padding: 64px 32px;
  max-width: 1200px;
  margin: 0 auto;
}
.atelier-checkout-wrap {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 48px;
}
.atelier-checkout-wrap h1,
.atelier-checkout-wrap h2,
.atelier-checkout-wrap h3 {
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}

/* Style raw woocommerce form inputs to match atelier luxury styling */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background: var(--ink) !important;
  color: var(--bone) !important;
  border: 1px solid var(--border-subtle) !important;
  border-radius: 2px !important;
  padding: 12px 16px !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: var(--bone) !important;
  box-shadow: 0 0 14px var(--signal-glow) !important;
}
.woocommerce table.shop_table {
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
}
.woocommerce table.shop_table th {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--border-subtle);
  padding: 16px;
}
.woocommerce table.shop_table td {
  padding: 16px;
  border-top: 1px solid var(--border-subtle);
}
.woocommerce-checkout #payment {
  background: var(--ink);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid var(--border-subtle);
  padding: 20px;
}
.woocommerce-checkout #payment div.place-order {
  padding: 20px;
}
#place_order {
  background: var(--bone) !important;
  color: var(--ink) !important;
  padding: 16px 32px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  border: 1px solid var(--bone) !important;
  border-radius: 2px !important;
  cursor: pointer !important;
}
#place_order:hover {
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
  color: var(--ink) !important;
  box-shadow: 0 0 24px var(--signal-glow) !important;
}

/* ==========================================================================
/* ==========================================================================
   FOOTER: LUXURY E-COMMERCE & MASSIVE STATEMENT BRAND LOGO
   ========================================================================== */
#site-footer {
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #0E0F12;
  position: relative;
  overflow: hidden;
}
.footer-divider-chrome {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.1) 50%, transparent 100%);
  width: 100%;
}
.footer-container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 80px 40px 36px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.2fr;
  gap: 48px;
  margin-bottom: 56px;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #0E0F12;
  display: inline-block;
  margin-bottom: 14px;
  text-decoration: none;
}
.footer-brand-sub {
  display: block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #71717A;
  margin-top: 4px;
}
.footer-desc {
  font-size: 13px;
  color: #52525B;
  line-height: 1.65;
  max-width: 360px;
  margin-bottom: 24px;
}

.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 20px;
}
.footer-contact-label {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #71717A;
}
.footer-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #128C7E;
  text-decoration: none;
  transition: opacity var(--transition-fast);
}
.footer-whatsapp-link:hover {
  opacity: 0.8;
}
.footer-svg-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  flex-shrink: 0;
}

.footer-hubs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #71717A;
}
.hub-sep {
  opacity: 0.4;
}

.footer-heading {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #0E0F12;
  text-transform: uppercase;
  display: block;
  margin-bottom: 24px;
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-nav a {
  font-size: 13px;
  color: #52525B;
  text-decoration: none;
  transition: color var(--transition-fast), transform var(--transition-fast);
  display: inline-block;
}
.footer-nav a:hover {
  color: #000000;
  transform: translateX(3px);
}

/* NEWSLETTER DISPATCH */
.newsletter-desc {
  font-size: 12px;
  line-height: 1.55;
  color: #52525B;
  margin-bottom: 18px;
}
.newsletter-input-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 24px;
  transition: border-color var(--transition-fast);
}
.newsletter-input-wrap:focus-within {
  border-bottom-color: #000000;
}
.newsletter-input {
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #0E0F12;
  width: 100%;
}
.newsletter-input::placeholder {
  color: #A1A1AA;
}
.newsletter-submit-btn {
  background: transparent;
  border: none;
  color: #0E0F12;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
  padding: 4px 8px;
  transition: opacity var(--transition-fast);
}
.newsletter-submit-btn:hover {
  color: #000000;
  opacity: 0.7;
}

.footer-payment-methods {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.payment-title {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #71717A;
}
.payment-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pay-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #18181B;
  background: #F4F4F5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px 8px;
  border-radius: 2px;
}

/* MASSIVE STATEMENT LOGO */
.footer-massive-logo-wrap {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 48px 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: 48px;
}
.footer-massive-logo {
  font-family: var(--font-display);
  font-size: clamp(68px, 15vw, 220px);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 0.85;
  text-transform: uppercase;
  display: block;
  color: #0E0F12;
  user-select: none;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* FOOTER BOTTOM BAR */
.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 28px;
  font-size: 11px;
  color: #71717A;
  font-family: var(--font-mono);
  flex-wrap: wrap;
  gap: 16px;
}
.bar-separator {
  margin: 0 10px;
  opacity: 0.4;
}
.return-top-btn {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #0E0F12;
  text-decoration: none;
  transition: color var(--transition-fast);
}
.return-top-btn:hover {
  color: #71717A;
}

/* INTERACTIVE CLIENT POLICY MODAL */
.policy-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.policy-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.policy-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.policy-modal-container {
  position: relative;
  width: 100%;
  max-width: 880px;
  max-height: 85vh;
  background: #FFFFFF;
  color: #0E0F12;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 2;
  transform: translateY(16px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.policy-modal-overlay.is-open .policy-modal-container {
  transform: translateY(0);
}
.policy-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 36px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.policy-header-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.policy-eyebrow {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #71717A;
}
.policy-modal-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0E0F12;
  margin: 0;
}
.policy-modal-close-btn {
  background: transparent;
  border: none;
  font-size: 22px;
  color: #0E0F12;
  cursor: pointer;
  padding: 8px;
  transition: opacity var(--transition-fast);
}
.policy-modal-close-btn:hover {
  opacity: 0.6;
}
.policy-modal-tabs {
  display: flex;
  overflow-x: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 36px;
  gap: 20px;
}
.policy-tab-btn {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #71717A;
  padding: 14px 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: all var(--transition-fast);
}
.policy-tab-btn:hover {
  color: #0E0F12;
}
.policy-tab-btn.is-active {
  color: #0E0F12;
  border-bottom-color: #0E0F12;
}
.policy-modal-body {
  padding: 32px 36px 40px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.7;
  color: #3F3F46;
}
.policy-modal-body h4 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #0E0F12;
  margin: 20px 0 8px;
}
.policy-modal-body h4:first-child {
  margin-top: 0;
}
.policy-modal-body p {
  margin-bottom: 16px;
}
.policy-modal-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.policy-modal-body li {
  margin-bottom: 8px;
}

/* ==========================================================================
   INTERACTIVE SIZE & FIT ENGINEERING GUIDE
   ========================================================================== */
.sg-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sg-container.full-page-sg {
  background: #FFFFFF;
  color: #0E0F12;
  border-radius: 8px;
  padding: 36px 40px 48px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.sg-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sg-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.sg-tab-btn {
  background: #F4F4F5;
  color: #71717A;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.sg-tab-btn:hover {
  background: #E4E4E7;
  color: #0E0F12;
}
.sg-tab-btn.is-active {
  background: #0E0F12;
  color: #FFFFFF;
  border-color: #0E0F12;
}
.sg-unit-toggle {
  display: inline-flex;
  align-items: center;
  background: #F4F4F5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 3px;
  gap: 4px;
}
.sg-unit-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #A1A1AA;
  padding: 0 6px 0 4px;
}
.sg-unit-btn {
  background: transparent;
  border: none;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #71717A;
  padding: 4px 10px;
  border-radius: 3px;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.sg-unit-btn.is-active {
  background: #0E0F12;
  color: #FFFFFF;
}
.sg-table-wrapper {
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.sg-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-mono);
  font-size: 12px;
  text-align: left;
}
.sg-table th {
  background: #F8F8FA;
  padding: 12px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #71717A;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}
.sg-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #27272A;
  white-space: nowrap;
}
.sg-table tr:last-child td {
  border-bottom: none;
}
.sg-table tr:hover td {
  background: rgba(0, 0, 0, 0.02);
}
.sg-silhouette-note {
  margin-top: 14px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.03);
  border-left: 2px solid #D4AF37;
  font-size: 12px;
  line-height: 1.6;
  color: #52525B;
  border-radius: 0 4px 4px 0;
}
.sg-how-to-measure {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.sg-measure-header {
  margin-bottom: 18px;
}
.sg-measure-badge {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: #D4AF37;
  margin-bottom: 4px;
}
.sg-measure-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0E0F12;
}
.sg-measure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.sg-measure-step {
  background: #F8F8FA;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 16px;
  border-radius: 4px;
}
.sg-step-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #0E0F12;
  margin-bottom: 6px;
}
.sg-measure-step h5 {
  margin: 0 0 6px 0;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0E0F12;
}
.sg-measure-step p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #71717A;
}
.sg-bespoke-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #0E0F12;
  color: #FFFFFF;
  padding: 20px 24px;
  border-radius: 6px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.sg-bespoke-text strong {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #D4AF37;
  margin-bottom: 4px;
}
.sg-bespoke-text p {
  margin: 0;
  font-size: 12px;
  color: #A1A1AA;
  max-width: 480px;
  line-height: 1.5;
}
.sg-bespoke-btn {
  padding: 10px 18px;
  font-size: 10px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .sg-measure-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sg-container.full-page-sg {
    padding: 24px 16px 36px;
  }
}
@media (max-width: 480px) {
  .sg-measure-grid {
    grid-template-columns: 1fr;
  }
  .sg-bespoke-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-container {
    padding: 60px 20px 32px;
  }
}

/* ==========================================================================
   TOAST NOTIFICATION
   ========================================================================== */
#toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: var(--surface-elevated);
  border: 1px solid var(--border-medium);
  padding: 14px 28px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--bone);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
#toast.active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

/* ==========================================================================
   LEFT-SIDE NAVIGATION DRAWER
   ========================================================================== */
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.left-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(520px, 92vw);
  height: 100vh;
  background: #FFFFFF;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 24px 0 70px rgba(0, 0, 0, 0.14);
  color: #0E0F12;
}
.left-menu-drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 36px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
}

.drawer-close-btn {
  background: transparent;
  border: none;
  color: #0E0F12;
  width: 40px;
  height: 40px;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity var(--transition-fast);
}
.drawer-close-btn:hover {
  border: none;
  background: transparent;
  color: #0E0F12;
  opacity: 0.6;
}

.drawer-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 36px 36px 56px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.drawer-section-title {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #8E8E93;
  text-transform: uppercase;
  margin-bottom: 16px;
  border: none;
  padding-bottom: 0;
}

/* DEPARTMENTS ACCORDION */
.drawer-departments-wrap {
  display: flex;
  flex-direction: column;
}

.drawer-nav-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-bottom: 6px;
}

.drawer-accordion-btn {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  cursor: pointer;
  text-align: left;
  transition: opacity var(--transition-fast);
}
.drawer-accordion-btn:hover {
  opacity: 0.7;
}

.accordion-title-wrap {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.accordion-num {
  font-family: var(--font-mono);
  font-size: 11px;
  color: #8E8E93;
  font-weight: 500;
}

.accordion-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0E0F12;
}

.accordion-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.accordion-icon {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 300;
  color: #0E0F12;
  width: 20px;
  text-align: center;
}

.drawer-accordion-panel {
  padding: 8px 0 24px 28px;
  border-left: none;
  margin-left: 0;
  margin-bottom: 0;
}
.drawer-accordion-panel[hidden] {
  display: none;
}

.drawer-sublinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.drawer-sublinks a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #52525B;
  text-decoration: none;
  transition: color var(--transition-fast), transform var(--transition-fast);
}

.drawer-sublinks a:hover {
  color: #000000;
  transform: translateX(4px);
}

.drawer-sublinks a.sublink-all {
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #0E0F12;
  text-transform: uppercase;
  border: none;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.drawer-sublinks a.sublink-all:hover {
  color: #000000;
}

.drawer-sublinks a.sublink-custom-bundle {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  color: #B45309;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.drawer-sublinks a.sublink-custom-bundle:hover {
  color: #78350F;
}

/* HIGHLIGHT COMPLETE LOOKS */
.complete-looks-badge {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0;
  border: none;
  background: transparent;
  color: #B45309;
}

.drawer-nav-group-highlight .accordion-name {
  color: #0E0F12;
}

/* PROMINENT GET CUSTOMISED / BESPOKE SHOWCASE CARD */
.drawer-bespoke-card {
  background: #111218;
  border: none;
  border-radius: 6px;
  padding: 32px 28px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}

.bespoke-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bespoke-glow-pill {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 4px 10px;
  border-radius: 12px;
}

.bespoke-card-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #9CA3AF;
  border: none;
}

.bespoke-card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
}

.bespoke-card-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #D1D5DB;
  margin: 0;
}

.bespoke-card-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.bespoke-action-btn {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-align: center;
  padding: 12px 18px;
  border-radius: 3px;
  border: none;
  transition: all var(--transition-fast);
}

.bespoke-action-btn.primary {
  background: #FFFFFF;
  color: #0E0F12;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.bespoke-action-btn.primary:hover {
  background: #F0F0F2;
  transform: translateY(-1px);
}

.bespoke-action-btn.secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #25D366;
  border: none;
  padding: 10px 14px;
}
.bespoke-action-btn.secondary:hover {
  background: rgba(37, 211, 102, 0.1);
  border: none;
}

.whatsapp-mini-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}

/* FLAT LINKS (THE WORLDS) */
.drawer-flat-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.drawer-flat-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0E0F12;
  text-decoration: none;
  transition: color var(--transition-fast), transform var(--transition-fast);
}
.drawer-flat-links a:hover {
  color: #000000;
  transform: translateX(4px);
}

/* EDITORIAL CAMPAIGN CARD */
.drawer-editorial-card {
  border-radius: 6px;
  overflow: hidden;
  border: none;
  background: #F8F8FA;
}

.drawer-editorial-media {
  position: relative;
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.drawer-editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.drawer-editorial-card:hover .drawer-editorial-media img {
  transform: scale(1.05);
}

.editorial-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  border: none;
  color: #FFFFFF;
  padding: 4px 8px;
  border-radius: 2px;
}

.drawer-editorial-info {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.editorial-card-meta {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #71717A;
}

.editorial-card-heading {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0E0F12;
  margin: 2px 0 6px 0;
}

.editorial-card-link {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0E0F12;
  text-decoration: none;
  transition: color var(--transition-fast);
}
.editorial-card-link:hover {
  color: #000000;
  text-decoration: underline;
}

.counter-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  color: #8E8E93;
  border: none;
  padding: 0;
  background: transparent;
}

.tag-live {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #059669;
}
.tag-preview {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #D97706;
}
.tag-bespoke {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #7C3AED;
}

.drawer-footer {
  padding: 20px 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawer-controls {
  display: flex;
  gap: 12px;
}

.drawer-tool-btn {
  flex: 1;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #0E0F12;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFFFFF;
  padding: 8px 10px;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition-fast);
}
.drawer-tool-btn:hover {
  border-color: #000000;
  background: #0E0F12;
  color: #FFFFFF;
}

.drawer-fine {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #8E8E93;
  text-align: center;
}

/* ==========================================================================
   FARFETCH-STYLE COUNTRY / REGION & LANGUAGE MODAL
   ========================================================================== */
.region-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2050;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.region-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.region-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  z-index: 2060;
  width: 520px;
  max-width: calc(100vw - 32px);
  max-height: 85vh;
  background: #0e0f13;
  border: 1px solid var(--border-medium);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 2px;
}
.region-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.region-modal-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.region-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-subtle);
  padding: 0 20px;
}

.region-tabs {
  display: flex;
  gap: 0;
}

.region-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--bone-muted);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 16px 20px;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.region-tab:hover {
  color: #FFFFFF;
}
.region-tab.active {
  color: #FFFFFF;
  border-bottom-color: var(--bone);
}

.region-modal-close-btn {
  background: transparent;
  border: none;
  color: var(--bone-muted);
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  transition: color var(--transition-fast);
}
.region-modal-close-btn:hover {
  color: #FFFFFF;
}

.region-tab-panel {
  display: none;
  flex-direction: column;
  padding: 20px 24px;
  overflow-y: auto;
}
.region-tab-panel.active {
  display: flex;
}

.region-explainer {
  font-size: 13px;
  line-height: 1.5;
  color: var(--bone-muted);
  margin-bottom: 16px;
}

.region-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-subtle);
  border-radius: 2px;
  padding: 10px 14px;
  margin-bottom: 16px;
  transition: border-color var(--transition-fast);
}
.region-search-bar:focus-within {
  border-color: var(--bone);
}

.region-search-icon {
  width: 16px;
  height: 16px;
  stroke: var(--bone-muted);
  flex-shrink: 0;
}

.region-search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 13px;
  width: 100%;
}
.region-search-input::placeholder {
  color: var(--bone-muted);
}

.region-items-list,
.lang-items-list {
  display: flex;
  flex-direction: column;
  max-height: 360px;
  overflow-y: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.region-item-row,
.lang-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  cursor: pointer;
  background: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  color: inherit;
  font: inherit;
  width: 100%;
  text-align: left;
  transition: background var(--transition-fast);
}
.region-item-row:hover,
.lang-item-row:hover {
  background: rgba(255, 255, 255, 0.05);
}

.region-item-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.region-item-flag {
  font-size: 18px;
  line-height: 1;
}
.region-item-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--bone);
}
.region-item-currency {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--bone-muted);
  letter-spacing: 0.06em;
}

.region-item-check,
.lang-item-check {
  font-size: 14px;
  color: var(--bone);
  font-weight: 700;
  opacity: 0;
}
.region-item-row.is-selected .region-item-check,
.lang-item-row.is-selected .lang-item-check {
  opacity: 1;
}


/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1199px) {
  .header-btn-customise {
    padding: 8px 12px;
    font-size: 10px;
  }
  .header-container {
    padding: 0 20px;
  }
  .main-nav {
    display: none;
  }
  .editorial-catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-carousel-strip {
    grid-template-columns: repeat(2, 280px);
  }
  .product-hero-grid,
  .studio-hero-grid,
  .bespoke-banner-grid,
  .chapter-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .product-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .product-gallery-col,
  .product-info-col {
    width: 100%;
    min-width: 0;
  }
  .chapter-row.reverse {
    direction: ltr;
  }
  .world-showcase-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .world-num-glyph {
    display: none;
  }
  .timeline-steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .metrics-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  :root {
    --header-height: 60px;
  }
  .header-container {
    padding: 0 12px;
    gap: 6px;
  }
  .header-btn-customise {
    display: none;
  }
  .search-placeholder-label {
    display: none;
  }
  .menu-btn .btn-text {
    display: none;
  }
  #header-contact-btn {
    display: none;
  }
  #active-currency-code {
    display: none;
  }
  .header-search-wrap.is-search-open .search-expanded-field {
    position: fixed;
    top: 64px;
    left: 12px;
    width: calc(100vw - 24px) !important;
  }
  .header-search-results {
    width: 100%;
  }
  .brand {
    font-size: 14px;
    letter-spacing: 0.12em;
  }
  .brand-sub {
    display: none;
  }
  .section {
    padding: 64px 16px;
  }
  .hero-content {
    padding: 0 16px 32px;
  }
  .editorial-catalog-grid,
  .worlds-grid,
  .manifesto-grid,
  .timeline-steps-grid,
  .metrics-grid,
  .footer-grid,
  .form-row-dual,
  .moment-choice-grid,
  .brief-summary-card {
    grid-template-columns: 1fr;
  }
  .cart-drawer {
    width: 100vw;
  }
  .tool-btn .tool-label {
    display: none;
  }
  .brief-form-card {
    padding: 24px 16px;
  }
  .bespoke-banner-content {
    padding: 32px 16px;
  }
}

@media (max-width: 480px) {
  .header-container {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 4px;
  }
  .header-left,
  .header-right {
    gap: 0;
  }
  .header-icon-btn {
    padding: 6px;
  }
  #header-account-btn,
  .region-divider,
  .region-lang {
    display: none;
  }
  .brand {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
}

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


/* ==========================================================================
   MERGED CUSTOMISE YOUR LOOK / BESPOKE ATELIER SECTION (CLEAN LUXURY)
   ========================================================================== */
.section-bespoke-merged.full-bleed-bespoke {
  background: #060709;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  padding: clamp(80px, 7vw, 130px) clamp(24px, 5vw, 80px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.section-bespoke-merged::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  opacity: 0.8;
}
.bespoke-merged-container {
  max-width: 1480px;
  margin: 0 auto;
}
.bespoke-merged-header {
  margin-bottom: clamp(48px, 5vw, 68px);
}
.bespoke-merged-header .bespoke-pill-eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #D4AF37;
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  background: rgba(212, 175, 55, 0.05);
}
.bespoke-merged-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
  color: #FFFFFF;
  margin: 0 0 14px;
}
.bespoke-merged-sub {
  font-family: var(--font-mono);
  font-size: clamp(11px, 1.2vw, 13px);
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  margin: 0;
}
.bespoke-merged-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.bespoke-content-col {
  display: flex;
  flex-direction: column;
}
.bespoke-lead-text {
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}
.bespoke-secondary-text {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 30px;
}
.bespoke-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  margin-bottom: 32px;
}
.bespoke-pillar-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pillar-tag {
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #D4AF37;
}
.pillar-heading {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
.pillar-copy {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.bespoke-cta-dock {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.bespoke-action-btn {
  padding: 14px 28px !important;
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
}
.bespoke-whatsapp-action {
  padding: 14px 24px !important;
  font-size: 11px !important;
  letter-spacing: 0.14em !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #FFFFFF !important;
}
.bespoke-whatsapp-action:hover {
  border-color: #25D366 !important;
  color: #25D366 !important;
}
.bespoke-metrics-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.4);
}
.metric-sep {
  color: rgba(255, 255, 255, 0.2);
}

/* RIGHT: VISUAL COLLAGE */
.bespoke-visuals-col {
  position: relative;
  width: 100%;
}
.bespoke-visuals-collage {
  position: relative;
  width: 100%;
  height: 480px;
}
.collage-pane {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}
.collage-pane.collage-main {
  top: 0;
  left: 0;
  width: 82%;
  height: 410px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.collage-pane.collage-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.collage-pane.collage-main:hover img {
  transform: scale(1.03);
}
.collage-overlay-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(6, 7, 9, 0.85) 100%);
  pointer-events: none;
}
.collage-pane.collage-sub {
  bottom: 0;
  right: 0;
  width: 50%;
  height: 250px;
  z-index: 2;
  border: 4px solid #060709;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8);
}
.collage-pane.collage-sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}
.collage-pane.collage-sub:hover img {
  transform: scale(1.04);
}
.collage-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  background: rgba(6, 7, 9, 0.85);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  border-radius: 2px;
  z-index: 3;
}
.collage-badge-alt {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-family: var(--font-mono);
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  background: rgba(6, 7, 9, 0.9);
  color: #D4AF37;
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 4px 10px;
  border-radius: 2px;
  z-index: 3;
}
.collage-caption-box {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.caption-label {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: #FFFFFF;
}
.caption-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 900px) {
  .bespoke-merged-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bespoke-pillars-grid {
    grid-template-columns: 1fr;
  }
  .bespoke-visuals-collage {
    height: 380px;
  }
}


/* ==========================================================================
   SECTION 7: BRAND NEW BESPOKE ATELIER // CUSTOMISE YOUR LOOK (FROM SCRATCH)
   ========================================================================== */
.section-bespoke-atelier.full-bleed-bespoke {
  background: #060709;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  padding: clamp(90px, 8vw, 140px) clamp(24px, 4vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.section-bespoke-atelier::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D4AF37 30%, #D4AF37 70%, transparent);
  opacity: 0.85;
}
.bespoke-atelier-container {
  max-width: 1560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 5vw, 72px);
}

/* 1. TOP EDITORIAL BANNER */
.bespoke-headline-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: clamp(32px, 3.5vw, 48px);
}
.bespoke-tagline-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.bespoke-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D4AF37;
  box-shadow: 0 0 10px #D4AF37;
  animation: pulseGold 2s infinite ease-in-out;
}
@keyframes pulseGold {
  0%, 100% { opacity: 0.4; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.2); }
}
.bespoke-pill-eyebrow {
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.24em;
  color: #D4AF37;
  text-transform: uppercase;
}
.bespoke-title-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 4vw, 80px);
  align-items: baseline;
}
.bespoke-monolithic-title {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.02;
  color: #FFFFFF;
  margin: 0;
}
.bespoke-monolithic-lead {
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* 2. THE 4 STEPS */
.bespoke-steps-container {
  width: 100%;
}
.bespoke-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 24px);
}
.bespoke-step-card {
  background: #0B0C10;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: clamp(24px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: border-color 0.3s var(--ease), transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.bespoke-step-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  transform: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 20px rgba(212, 175, 55, 0.08);
}
.bespoke-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  width: 32px;
  height: 2px;
  background: #D4AF37;
  opacity: 0.7;
}
.step-card-num {
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #D4AF37;
  text-transform: uppercase;
}
.step-card-title {
  font-family: var(--font-display);
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.25;
}
.step-card-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

/* 3. BUTTONS & ACTIONS TO ENTER CUSTOMISE SECTION */
.bespoke-cta-dock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: clamp(24px, 2.5vw, 36px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.bespoke-cta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bespoke-launch-btn {
  padding: 18px 44px !important;
  font-size: 12px !important;
  letter-spacing: 0.18em !important;
  font-weight: 800 !important;
}
.bespoke-wa-btn {
  padding: 18px 32px !important;
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.bespoke-wa-btn:hover {
  border-color: #25D366 !important;
  color: #25D366 !important;
}
.bespoke-guarantee-note {
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.08em;
  margin: 0;
}

@media (max-width: 1080px) {
  .bespoke-title-split {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bespoke-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .bespoke-steps-grid {
    grid-template-columns: 1fr;
  }
  .bespoke-cta-buttons {
    flex-direction: column;
    width: 100%;
  }
  .bespoke-launch-btn,
  .bespoke-wa-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/* ==========================================================================
   IMMERSIVE HOME SLIDES — DESKTOP WHEEL NAVIGATION + NATIVE SNAP
   ========================================================================== */
.home-slide-nav {
  display: none;
}

@media (min-width: 1025px) and (pointer: fine) {
  html.af-fullpage-enabled {
    scroll-snap-type: none;
    scroll-behavior: smooth;
    overscroll-behavior-y: none;
  }

  .front-page-main {
    position: relative;
    padding-bottom: var(--header-height);
  }

  .front-page-main > section {
    position: sticky;
    top: var(--header-height);
    height: calc(100svh - var(--header-height));
    min-height: calc(680px - var(--header-height));
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    isolation: isolate;
  }

  /* The opening film can sit behind the transparent header; every following
     panel uses the protected content viewport beneath the navigation bar. */
  .front-page-main > #hero {
    top: 0;
    height: 100svh;
    min-height: 680px;
  }

  .front-page-main > section.section-bespoke-atelier.full-bleed-bespoke {
    position: sticky;
  }

  /* Each incoming screen rises above the pinned screen before it. */
  .front-page-main > section:nth-of-type(1) { z-index: 1; }
  .front-page-main > section:nth-of-type(2) { z-index: 2; }
  .front-page-main > section:nth-of-type(3) { z-index: 3; }
  .front-page-main > section:nth-of-type(4) { z-index: 4; }
  .front-page-main > section:nth-of-type(5) { z-index: 5; }
  .front-page-main > section:nth-of-type(6) { z-index: 6; }
  .front-page-main > section:nth-of-type(7) { z-index: 7; }

  .front-page-main > section + section {
    box-shadow: 0 -18px 48px rgba(0, 0, 0, 0.16);
  }

  .home-slide-nav {
    position: fixed;
    z-index: 950;
    right: clamp(18px, 2vw, 34px);
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    grid-template-rows: auto 112px auto;
    justify-items: center;
    gap: 10px;
    color: #fff;
    mix-blend-mode: difference;
    pointer-events: none;
    font-family: var(--font-mono);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .home-slide-nav.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(10px);
  }

  .home-slide-track {
    position: relative;
    width: 1px;
    height: 112px;
    background: rgba(255, 255, 255, 0.35);
    overflow: hidden;
  }

  .home-slide-progress {
    position: absolute;
    inset: 0 0 auto;
    height: 14.2857%;
    background: #fff;
    transition: height 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Slide 2 */
  .section-worlds-row .section-container {
    height: 100%;
    max-width: 1600px;
    padding: 26px 32px 28px;
    display: flex;
    flex-direction: column;
  }

  .worlds-header-wrap {
    margin-bottom: 22px;
    flex: 0 0 auto;
  }

  .worlds-header-wrap .section-main-title {
    font-size: clamp(28px, 3vw, 44px);
    margin-bottom: 8px;
  }

  .worlds-portals-wall {
    flex: 1 1 auto;
    min-height: 0;
  }

  /* Slide 3 */
  .section-latest-collection {
    display: block;
  }

  .section-latest-collection .collection-launch-poster.full-bleed-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    height: 100%;
  }

  .section-latest-collection .launch-poster-media img {
    object-position: center 30%;
  }

  .section-latest-collection .launch-poster-scrim {
    background: linear-gradient(
      180deg,
      rgba(8, 9, 11, 0.18) 0%,
      rgba(8, 9, 11, 0.18) 34%,
      rgba(8, 9, 11, 0.58) 62%,
      rgba(8, 9, 11, 0.96) 100%
    );
  }

  .section-latest-collection .launch-poster-content {
    position: absolute;
    top: clamp(20px, 3vh, 32px);
    left: 0;
    padding: 0 clamp(28px, 4vw, 56px);
  }

  .section-latest-collection .launch-poster-title {
    margin-bottom: 10px;
    font-size: clamp(34px, 4.2vw, 56px);
  }

  .section-latest-collection .launch-poster-desc {
    font-size: clamp(12px, 1.2vw, 14px);
    max-width: 580px;
    margin-bottom: 16px;
  }

  .section-latest-collection .collection-connected-strip {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    left: 0;
    height: clamp(380px, 52svh, 460px);
    min-height: 0;
    padding: clamp(36px, 5.5svh, 54px) 0 16px;
    background: linear-gradient(
      180deg,
      rgba(8, 9, 11, 0) 0%,
      rgba(8, 9, 11, 0.65) 18%,
      rgba(8, 9, 11, 0.95) 44%,
      #08090b 100%
    );
  }

  .section-latest-collection .collection-connected-strip .section-container {
    height: auto;
    max-width: 1380px;
    padding: 0 clamp(20px, 3vw, 40px);
    display: flex;
    flex-direction: column;
  }

  .section-latest-collection .collection-items-grid {
    flex: 0 0 auto;
    min-height: 0;
    margin-bottom: 12px;
    gap: clamp(12px, 1.5vw, 18px);
  }

  .section-latest-collection .product-item-card {
    min-height: 0;
    background: rgba(12, 14, 17, 0.85);
    border-color: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    border-radius: 4px;
    overflow: hidden;
  }

  .section-latest-collection .product-media-wrap {
    height: clamp(165px, 24svh, 230px);
    aspect-ratio: auto;
  }

  .section-latest-collection .collection-items-grid .product-img-link {
    height: 100%;
    max-height: none;
    aspect-ratio: auto;
  }

  .section-latest-collection .product-item-meta {
    min-height: 68px;
    padding: 9px 12px 10px;
    gap: 3px;
  }

  .section-latest-collection .product-item-title {
    min-height: 32px;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
  }

  .section-latest-collection .product-item-price {
    font-size: 12px;
    margin-top: auto;
  }

  .section-latest-collection .product-item-cat {
    font-size: 8.5px;
    letter-spacing: 0.14em;
  }

  .section-latest-collection .product-card-badge {
    top: 7px;
    left: 7px;
    font-size: 7.5px;
    padding: 2px 7px;
  }

  .section-latest-collection .product-hover-ecommerce {
    padding: 20px 10px 8px;
  }

  .section-latest-collection .hover-size-pills {
    margin-bottom: 6px;
  }

  .section-latest-collection .collection-items-footer {
    margin-top: 2px;
  }

  .section-latest-collection .collection-view-all-btn {
    padding: 9px 26px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  /* Slide 4 */
  .section-category-thumbnails {
    display: grid;
    grid-template-rows: 62% 38%;
  }

  .section-category-thumbnails .collection-editorial-poster,
  .section-category-thumbnails .poster-split-grid,
  .section-category-thumbnails .poster-column {
    min-height: 0;
    height: 100%;
  }

  .section-category-thumbnails .poster-column {
    padding: clamp(24px, 3.5vh, 40px) clamp(28px, 4vw, 58px);
  }

  .section-category-thumbnails .poster-simple-title {
    font-size: clamp(32px, 4.8vw, 64px);
    letter-spacing: 0.08em;
  }

  .section-category-thumbnails .poster-simple-cta {
    font-size: clamp(10px, 1.2vw, 12px);
    letter-spacing: 0.18em;
  }

  .section-category-thumbnails > .section-container {
    height: 100%;
    width: 100%;
    max-width: 1560px;
    padding: clamp(10px, 1.5vh, 18px) 32px clamp(8px, 1.2vh, 14px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section-category-thumbnails .category-thumbnails-row {
    align-items: stretch;
    gap: 14px;
    margin-bottom: 12px;
  }

  .section-category-thumbnails .cat-thumb-card {
    height: 100%;
  }

  .section-category-thumbnails .cat-thumb-media {
    height: clamp(95px, 14svh, 145px);
    aspect-ratio: auto;
  }

  .section-category-thumbnails .cat-thumb-info {
    min-height: 40px;
    padding: 8px;
    justify-content: center;
  }

  .section-category-thumbnails .category-cta-wrapper {
    margin-top: 2px;
    text-align: center;
  }

  .section-category-thumbnails .category-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #0E0F12;
    font-family: var(--font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid rgba(14, 15, 18, 0.4);
    padding: 0 0 3px;
    border-radius: 0;
    transition: all 0.25s ease;
  }

  .section-category-thumbnails .category-cta-btn:hover {
    color: #D4AF37;
    border-bottom-color: #D4AF37;
    transform: translateX(4px);
    background: transparent;
  }

  /* Slides 5 and 6: editorial stays still; product column owns the wheel. */
  .section-split-showcase {
    padding: 0;
  }

  .section-split-showcase > .section-container,
  .section-split-showcase .split-showcase-layout {
    height: 100%;
  }

  .section-split-showcase > .section-container {
    padding: 0 clamp(24px, 4vw, 64px);
  }

  .section-split-showcase .split-showcase-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    align-items: stretch;
  }

  .split-showcase-layout.reverse-layout .split-sticky-col {
    order: 1;
  }

  .split-showcase-layout.reverse-layout .split-scroll-col {
    order: 2;
  }

  .section-split-showcase .split-sticky-col {
    position: relative;
    top: auto;
    height: 100%;
    padding: clamp(14px, 2vh, 22px) 0 clamp(16px, 2.5vh, 24px);
  }

  .section-split-showcase .sticky-editorial-card {
    height: 100%;
    min-height: 0;
    max-height: none;
    padding: clamp(24px, 3.2vw, 38px);
  }

  .section-split-showcase .sticky-text-wrap {
    gap: clamp(10px, 1.5vh, 16px);
  }

  .section-split-showcase .sticky-actions .luxury-button {
    padding: 11px 22px;
    font-size: 11px;
  }

  .section-split-showcase .split-scroll-col {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: clamp(14px, 2vh, 22px) 10px clamp(32px, 5vh, 56px) 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(14, 15, 18, 0.4) transparent;
  }

  .section-split-showcase .split-scroll-col::-webkit-scrollbar {
    width: 4px;
  }

  .section-split-showcase .split-scroll-col::-webkit-scrollbar-thumb {
    background: rgba(14, 15, 18, 0.4);
  }

  .section-split-showcase .split-products-grid {
    align-items: stretch;
    gap: 18px;
  }

  .section-split-showcase .split-product-card {
    height: 100%;
  }

  .section-split-showcase .product-media-wrap {
    height: clamp(175px, 24svh, 220px);
    aspect-ratio: auto;
  }

  .section-split-showcase .product-img-link {
    display: block;
    height: 100%;
  }

  .section-split-showcase .split-card-meta {
    min-height: 86px;
    padding: 11px 12px;
  }

  .section-split-showcase .split-card-title {
    min-height: 34px;
    display: flex;
    align-items: center;
  }

  .section-split-showcase .split-card-price {
    margin-top: auto;
  }

  /* Slide 7: Bespoke Atelier - Perfectly fits screen below header */
  .section-bespoke-atelier.full-bleed-bespoke {
    padding: clamp(24px, 3.5vh, 42px) clamp(24px, 4vw, 72px) clamp(20px, 3vh, 36px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }

  .section-bespoke-atelier .bespoke-atelier-container {
    width: 100%;
    gap: clamp(16px, 2.4vh, 32px);
  }

  .section-bespoke-atelier .bespoke-headline-block {
    padding-bottom: clamp(10px, 1.6vh, 18px);
  }

  .section-bespoke-atelier .bespoke-monolithic-title {
    font-size: clamp(28px, 3.8vw, 52px);
    line-height: 1.05;
  }

  .section-bespoke-atelier .bespoke-monolithic-lead {
    font-size: clamp(11px, 1.15vw, 13px);
    line-height: 1.5;
  }

  .section-bespoke-atelier .bespoke-step-card {
    height: 100%;
    padding: clamp(14px, 1.8vh, 18px) clamp(12px, 1.4vw, 18px);
  }

  .section-bespoke-atelier .bespoke-steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(10px, 1.4vw, 18px);
  }

  .section-bespoke-atelier .bespoke-cta-dock {
    padding-top: clamp(10px, 1.6vh, 18px);
  }

  #site-footer {
    position: relative;
    z-index: 10;
    min-height: calc(100svh - var(--header-height));
    box-sizing: border-box;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.af-fullpage-enabled {
    scroll-behavior: auto;
    scroll-snap-type: y proximity;
  }

  .home-slide-progress {
    transition: none;
  }
}

/* ==========================================================================
   MOBILE HOME — TOUCH-FIRST EDITORIAL FLOW
   ========================================================================== */
@media (max-width: 900px) {
  .header-container {
    padding: 0 16px;
    gap: 8px;
  }

  .header-left,
  .header-right {
    gap: 8px;
  }

  .header-btn-customise,
  #header-contact-btn {
    display: none;
  }

  .front-page-main {
    overflow: hidden;
  }

  .front-page-main > section {
    scroll-margin-top: var(--header-height);
  }

  /* Worlds remain immersive, with a shorter card and stronger swipe rhythm. */
  .section-worlds-row {
    padding: 44px 0 48px;
  }

  .section-worlds-row .section-heading-clean {
    padding: 0 20px;
    margin-bottom: 24px;
  }

  .section-worlds-row .worlds-portals-wall {
    width: 100%;
    padding: 0 20px 10px;
    scroll-padding-left: 20px;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .section-worlds-row .worlds-portals-wall::-webkit-scrollbar {
    display: none;
  }

  .section-worlds-row .world-portal-item {
    flex: 0 0 min(82vw, 320px);
    height: min(68svh, 570px);
    min-height: 510px;
    scroll-snap-align: start;
  }

  /* Latest collection: campaign first, followed by a compact product rail. */
  .section-latest-collection .collection-launch-poster {
    min-height: 0;
    height: min(72svh, 610px);
  }

  .section-latest-collection .launch-poster-content {
    padding: 30px 20px;
  }

  .section-latest-collection .launch-poster-title {
    font-size: clamp(36px, 12vw, 54px);
    line-height: 0.98;
  }

  .section-latest-collection .collection-connected-strip {
    padding: 34px 0 40px;
  }

  .section-latest-collection .collection-connected-strip .section-container {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .section-latest-collection .collection-items-grid {
    display: flex;
    gap: 14px;
    width: 100%;
    margin: 0;
    padding: 0 20px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .section-latest-collection .collection-items-grid::-webkit-scrollbar {
    display: none;
  }

  .section-latest-collection .product-item-card {
    flex: 0 0 min(78vw, 310px);
    min-width: 0;
    scroll-snap-align: start;
  }

  .section-latest-collection .product-media-wrap {
    height: min(88vw, 340px);
    aspect-ratio: auto;
  }

  .section-latest-collection .collection-items-footer {
    margin-top: 20px;
    padding: 0 20px;
  }

  .section-latest-collection .collection-view-all-btn {
    width: 100%;
    justify-content: center;
  }

  /* Men/Women stay cinematic; departments become a one-line swipe shelf. */
  .section-category-thumbnails .collection-editorial-poster {
    height: min(58svh, 500px);
    min-height: 430px;
  }

  .section-category-thumbnails .poster-simple-title {
    font-size: clamp(30px, 10vw, 44px);
  }

  .section-category-thumbnails > .section-container {
    width: 100%;
    max-width: none;
    padding: 38px 0 44px;
  }

  .section-category-thumbnails .category-thumbnails-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin: 0 0 24px;
    padding: 0 20px 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .section-category-thumbnails .category-thumbnails-row::-webkit-scrollbar {
    display: none;
  }

  .section-category-thumbnails .cat-thumb-card {
    flex: 0 0 min(44vw, 180px);
    height: 206px;
    scroll-snap-align: start;
  }

  .section-category-thumbnails .cat-thumb-media {
    height: 146px;
    aspect-ratio: auto;
  }

  .section-category-thumbnails .cat-thumb-info {
    min-height: 60px;
    padding: 10px 8px;
  }

  .section-category-thumbnails .category-cta-wrapper {
    padding: 0 20px;
  }

  /* Accessories and footwear: editorial card plus a horizontal product rail. */
  .section-split-showcase,
  .section-accessories-split,
  .section-shoes-split {
    padding: 54px 0 58px;
  }

  .section-split-showcase > .section-container {
    width: 100%;
    padding: 0 20px;
  }

  .section-split-showcase .split-showcase-layout {
    gap: 30px;
  }

  .section-split-showcase .sticky-editorial-card {
    height: min(66svh, 520px);
    min-height: 460px;
    padding: 26px;
  }

  .section-split-showcase .sticky-title {
    font-size: clamp(28px, 9vw, 40px);
  }

  .section-split-showcase .split-scroll-col {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .section-split-showcase .split-products-grid {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: 100%;
    padding: 0 20px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scroll-padding-left: 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .section-split-showcase .split-products-grid::-webkit-scrollbar {
    display: none;
  }

  .section-split-showcase .split-product-card {
    flex: 0 0 min(78vw, 310px);
    min-width: 0;
    height: auto;
    scroll-snap-align: start;
  }

  .section-split-showcase .product-media-wrap {
    height: min(88vw, 340px);
    aspect-ratio: auto;
  }

  .section-split-showcase .split-card-meta {
    min-height: 96px;
  }

  .section-split-showcase .split-scroll-footer {
    margin: 20px 20px 0;
    padding-top: 20px;
  }

  /* Bespoke closes the story in a compact 2x2 service grid. */
  .section-bespoke-atelier.full-bleed-bespoke {
    padding: 64px 20px 58px;
  }

  .section-bespoke-atelier .bespoke-atelier-container {
    gap: 32px;
  }

  .section-bespoke-atelier .bespoke-headline-block {
    gap: 18px;
    padding-bottom: 24px;
  }

  .section-bespoke-atelier .bespoke-monolithic-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .section-bespoke-atelier .bespoke-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .section-bespoke-atelier .bespoke-step-card {
    min-height: 184px;
    padding: 16px 14px;
  }

  .section-bespoke-atelier .bespoke-step-title {
    font-size: 14px;
    line-height: 1.25;
  }

  .section-bespoke-atelier .bespoke-step-desc {
    font-size: 11px;
    line-height: 1.5;
  }

  .section-bespoke-atelier .bespoke-cta-dock {
    padding-top: 22px;
  }
}

@media (max-width: 359px) {
  .section-bespoke-atelier .bespoke-steps-grid {
    grid-template-columns: 1fr;
  }

  .section-bespoke-atelier .bespoke-step-card {
    min-height: 0;
  }
}
