@font-face {
  font-family: 'Louis George Cafe';
  src: url('/fonts/Louis George Cafe Light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('/fonts/Louis George Cafe.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('/fonts/Louis George Cafe Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('/fonts/Louis George Cafe Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('/fonts/Louis George Cafe Bold Italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #08111b;
  --bg-soft: #101a28;
  --panel: rgba(16, 24, 38, 0.85);
  --panel-strong: rgba(22, 33, 49, 0.94);
  --line: rgba(205, 220, 242, 0.14);
  --text: #edf3fb;
  --muted: #aebfd5;
  --accent: #7f96ba;
  --accent-2: #c2d1e7;
  --success: #9dd6c0;
  --shadow: 0 24px 80px rgba(0, 8, 20, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'Louis George Cafe', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(127, 150, 186, 0.24), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(194, 209, 231, 0.14), transparent 25%),
    linear-gradient(160deg, #040912 0%, #0b1422 45%, #152235 100%);
}

body.drawer-open {
  overflow: hidden;
}

body.sidebar-open {
  overflow: hidden;
}

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

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

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 64px;
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(8, 17, 27, 0.74);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  width: 74px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(76, 135, 214, 0.22));
}

.brand-mark {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 28px rgba(127, 150, 186, 0.42);
}

.brand-name,
.brand-subtitle,
.eyebrow,
.section-kicker,
.panel-kicker {
  margin: 0;
}

.brand-name {
  font-family: 'Louis George Cafe', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 0.82rem;
}

.layout-menu-toggle,
.layout-sidebar-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(205, 220, 242, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.layout-menu-toggle:hover,
.layout-menu-toggle:focus-visible,
.layout-sidebar-close:hover,
.layout-sidebar-close:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(194, 209, 231, 0.24);
}

.layout-menu-icon {
  display: grid;
  gap: 5px;
}

.layout-menu-icon span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.topbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: var(--muted);
  font-size: 0.95rem;
  margin-left: auto;
}

.topbar-actions a:hover,
.topbar-actions a:focus-visible {
  color: var(--text);
}

.age-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(194, 209, 231, 0.26);
  background: rgba(127, 150, 186, 0.1);
  color: var(--accent-2);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.account-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.account-status {
  color: var(--muted);
  font-size: 0.9rem;
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
  padding: 0 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #08111b;
  font-size: 0.8rem;
  font-weight: 800;
}

.account-link,
.account-link-secondary,
.account-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.account-link-secondary {
  color: var(--muted);
}

.account-button-hidden {
  display: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: -8px 0 22px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: var(--accent-2);
  font-weight: 700;
}

.breadcrumbs span[aria-current='page'] {
  color: var(--text);
}

.breadcrumb-separator {
  color: rgba(174, 191, 213, 0.56);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 28px;
}

.hero-copy,
.hero-panel,
.category-strip,
.products-section,
.experience-card,
.system-section {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  padding: 44px;
}

.hero-copy::after {
  content: '';
  position: absolute;
  inset: auto -60px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(194, 209, 231, 0.24), transparent 66%);
  pointer-events: none;
}

.eyebrow,
.section-kicker,
.panel-kicker {
  margin-bottom: 14px;
  color: var(--accent-2);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
.price {
  margin: 0;
  font-family: 'Louis George Cafe', sans-serif;
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 7vw, 5.6rem);
  line-height: 0.96;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.05;
}

h4 {
  font-size: 1.05rem;
}

.hero-text,
.section-caption,
.timeline-step p,
.system-item p,
.product-copy p,
.product-meta,
.variant-item,
#promo-message {
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  max-width: 56ch;
  margin: 18px 0 26px;
  font-size: 1rem;
}

.data-source {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.85rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #08111b;
}

.button-secondary {
  border: 1px solid rgba(205, 220, 242, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.hero-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    var(--panel-strong);
}

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

.stat-card {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
  font-family: 'Louis George Cafe', sans-serif;
  font-weight: 700;
}

.highlight-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.highlight-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
}

.highlight-list li::before {
  content: '';
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--success);
}

.category-strip,
.products-section,
.system-section {
  padding: 28px;
  margin-bottom: 28px;
}

.category-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
}

.category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.category-pill {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 0.92rem;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.category-pill.active,
.category-pill:hover {
  color: #08111b;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  transform: translateY(-2px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.section-caption {
  max-width: 44ch;
  margin: 0;
}

.editorial-section {
  margin-bottom: 28px;
}

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

.editorial-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(194, 209, 231, 0.14), transparent 28%),
    rgba(255, 255, 255, 0.03);
}

.editorial-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.spotlight-grid {
  display: grid;
  gap: 14px;
}

.spotlight-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.spotlight-media {
  overflow: hidden;
  min-height: 180px;
  border-radius: 18px;
}

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

.spotlight-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}

.spotlight-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.spotlight-metrics,
.spotlight-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.spotlight-footer span {
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.7fr) minmax(220px, 0.8fr);
  gap: 16px;
  margin-bottom: 22px;
}

.catalog-search,
.catalog-sort {
  display: grid;
  gap: 8px;
}

.catalog-search span,
.catalog-sort span {
  color: var(--muted);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.catalog-search input,
.catalog-sort select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.catalog-meta {
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.catalog-count {
  font-family: 'Louis George Cafe', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.catalog-context {
  color: var(--muted);
  font-size: 0.92rem;
}

.catalog-filters {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 22px;
}

.catalog-filter {
  display: grid;
  gap: 8px;
}

.catalog-filter span {
  color: var(--muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.catalog-filter input,
.catalog-filter select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.catalog-reset {
  align-self: end;
}

.product-grid,
.system-grid {
  display: grid;
  gap: 18px;
}

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

.product-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 280px 1fr;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 220ms ease, border-color 220ms ease;
}

.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(194, 209, 231, 0.28);
}

.product-media {
  position: relative;
}

.favorite-button {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(8, 17, 27, 0.72);
  color: var(--text);
  font: inherit;
  font-size: 1.1rem;
  cursor: pointer;
  backdrop-filter: blur(14px);
}

.favorite-button-active {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #08111b;
  border-color: transparent;
}

.favorite-button-inline {
  position: static;
  min-width: auto;
  height: 36px;
  padding: 0 14px;
  font-size: 0.9rem;
}

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

.product-badge,
.product-category {
  position: absolute;
  left: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(14px);
  font-size: 0.78rem;
}

.product-badge {
  top: 16px;
  background: rgba(8, 17, 27, 0.78);
}

.product-category {
  bottom: 16px;
  background: rgba(127, 150, 186, 0.9);
  color: #08111b;
  font-weight: 700;
}

.product-copy {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.product-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.price {
  font-size: 1.45rem;
}

.product-meta {
  font-size: 0.93rem;
}

.product-info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.info-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.86rem;
}

.product-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.product-buy {
  flex: 1 1 auto;
}

.product-detail-button {
  flex: 0 0 auto;
}

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

.variant-item {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.9rem;
}

.variant-item strong {
  color: var(--text);
}

.stock-ok {
  color: var(--success);
}

.stock-low {
  color: #ffd28d;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.experience-card {
  padding: 28px;
}

.promo-card {
  background:
    radial-gradient(circle at top right, rgba(194, 209, 231, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(127, 150, 186, 0.08), transparent),
    var(--panel-strong);
}

.promo-code {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  font-family: 'Louis George Cafe', sans-serif;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.trust-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.trust-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(157, 214, 192, 0.22);
  background: rgba(157, 214, 192, 0.08);
  color: var(--success);
  font-size: 0.86rem;
  font-weight: 700;
}

.trust-section,
.guide-section,
.lookbook-section,
.faq-section,
.about-section,
.contact-section,
.site-footer,
.legal-card {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.trust-section,
.guide-section,
.lookbook-section,
.faq-section,
.about-section,
.contact-section {
  padding: 28px;
  margin-bottom: 28px;
}

.trust-grid,
.guide-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-item,
.guide-card,
.faq-grid details,
.resource-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.trust-item strong {
  font-size: 1.08rem;
}

.trust-item p,
.guide-card p,
.faq-grid p,
.lookbook-copy p,
.lookbook-grid span,
.resource-card p,
.about-copy p,
.contact-section p,
.site-footer p,
.legal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.guide-card span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #08111b;
  font-weight: 800;
}

.guide-card .button {
  justify-self: start;
  margin-top: 4px;
}

.lookbook-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
  align-items: stretch;
  background:
    radial-gradient(circle at top left, rgba(157, 214, 192, 0.1), transparent 34%),
    var(--panel);
}

.lookbook-copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.lookbook-copy .button {
  justify-self: start;
}

.lookbook-grid {
  display: grid;
  gap: 14px;
}

.lookbook-grid article {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 132px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.04);
}

.lookbook-grid strong {
  font-size: 1.15rem;
}

.faq-grid details {
  align-content: start;
}

.faq-grid summary {
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
}

.faq-grid summary:focus-visible {
  outline: 2px solid rgba(194, 209, 231, 0.32);
  outline-offset: 4px;
}

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

.resource-card strong {
  font-size: 1.1rem;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 18px;
}

.size-table th,
.size-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.size-table th {
  color: var(--accent-2);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.about-copy {
  display: grid;
  gap: 14px;
}

.about-panel {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top, rgba(194, 209, 231, 0.18), transparent 46%),
    rgba(255, 255, 255, 0.04);
  text-align: center;
}

.about-panel img {
  width: min(220px, 70%);
  height: auto;
  object-fit: contain;
}

.about-panel strong,
.site-footer strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.15rem;
}

.about-panel span {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form .button {
  justify-self: start;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  color: var(--accent-2);
  font-weight: 700;
}

.legal-shell {
  padding-bottom: 80px;
}

.legal-card {
  display: grid;
  gap: 16px;
  padding: 34px;
}

.legal-card h1 {
  max-width: none;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
}

.legal-card h2 {
  margin-top: 14px;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
}

.timeline-step span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #08111b;
  font-family: 'Louis George Cafe', sans-serif;
  font-weight: 800;
}

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

.system-item {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.auth-page {
  display: grid;
  place-items: center;
}

.auth-shell {
  width: min(620px, calc(100% - 24px));
  padding: 32px 0;
}

.auth-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.auth-back {
  color: var(--accent-2);
  font-size: 0.9rem;
}

.auth-title {
  margin-top: 10px;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 0.98;
}

.auth-text,
.auth-switch {
  color: var(--muted);
  line-height: 1.65;
}

.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 0.92rem;
  color: var(--muted);
}

.field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.field textarea,
.field select {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

.field input:focus {
  outline: 2px solid rgba(194, 209, 231, 0.22);
  border-color: rgba(194, 209, 231, 0.3);
}

.field textarea:focus,
.field select:focus {
  outline: 2px solid rgba(194, 209, 231, 0.22);
  border-color: rgba(194, 209, 231, 0.3);
}

.auth-submit {
  margin-top: 8px;
}

.auth-feedback {
  min-height: 24px;
  margin: 16px 0 0;
}

.auth-feedback-success {
  color: var(--success);
}

.auth-feedback-error {
  color: #ff9b8f;
}

.product-page-shell {
  padding-bottom: 80px;
}

.product-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 18px;
}

.product-page-main,
.product-page-side {
  display: grid;
  gap: 18px;
}

.product-detail-card,
.product-side-card {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.product-detail-card {
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  gap: 22px;
  padding: 28px;
}

.product-side-card {
  padding: 24px;
}

.product-detail-gallery,
.product-detail-copy,
.product-detail-panels,
.product-detail-variants,
.product-related-grid {
  display: grid;
  gap: 14px;
}

.product-detail-main-media {
  overflow: hidden;
  min-height: 560px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
}

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

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

.product-detail-title {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.4rem);
  line-height: 0.95;
}

.product-detail-description,
.product-detail-stock,
.product-related-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.product-detail-summary,
.product-detail-cta-row,
.product-detail-metrics,
.product-detail-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.product-detail-price {
  display: inline-block;
  font-family: 'Louis George Cafe', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 6px;
  font-weight: 700;
}

.product-detail-actions {
  display: grid;
  gap: 14px;
}

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

.product-detail-panel {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.product-detail-panel span,
.product-detail-panel p {
  color: var(--muted);
}

.product-detail-panel p {
  margin: 0;
  line-height: 1.65;
}

.product-detail-panel strong {
  font-family: 'Louis George Cafe', sans-serif;
  font-weight: 700;
}

.product-detail-variant-list {
  display: grid;
  gap: 12px;
}

.product-comments-summary {
  margin-bottom: 16px;
}

.product-related-grid {
  gap: 12px;
}

.product-related-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.product-related-card img {
  width: 100%;
  height: 100%;
  min-height: 146px;
  object-fit: cover;
  border-radius: 16px;
}

.product-related-card div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.checkout-card {
  width: min(680px, 100%);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
}

.checkout-main-panel,
.checkout-side-panel {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 28px;
}

.checkout-coupon-box {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.checkout-payment-card {
  padding: 16px 18px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(127, 150, 186, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-payment-copy {
  display: grid;
  gap: 8px;
}

.checkout-payment-copy p,
.checkout-payment-copy small {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.checkout-payment-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(127, 150, 186, 0.14);
  border: 1px solid rgba(127, 150, 186, 0.24);
  color: var(--text);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.checkout-cart-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-cart-media {
  overflow: hidden;
  border-radius: 18px;
  min-height: 160px;
  background: rgba(255, 255, 255, 0.03);
}

.checkout-cart-media img,
.checkout-cart-placeholder {
  width: 100%;
  height: 100%;
}

.checkout-cart-media img {
  object-fit: cover;
}

.checkout-cart-placeholder {
  display: grid;
  place-items: center;
  color: var(--muted);
}

.checkout-cart-copy {
  display: grid;
  gap: 12px;
}

.checkout-cart-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.checkout-cart-head p {
  margin: 6px 0 0;
  color: var(--muted);
}

.checkout-cart-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.quantity-button,
.remove-button,
.quantity-value {
  min-height: 40px;
  border-radius: 999px;
  font: inherit;
}

.quantity-button,
.remove-button {
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.quantity-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.account-shell {
  width: min(860px, calc(100% - 24px));
}

.account-page-shell {
  padding-bottom: 80px;
}

.account-layout {
  display: grid;
  gap: 24px;
}

.account-hero,
.account-panel {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.account-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 24px;
  padding: 30px;
}

.account-hero-main {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.account-avatar {
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #08111b;
  font-family: 'Louis George Cafe', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  box-shadow: 0 18px 48px rgba(127, 150, 186, 0.24);
}

.account-identity {
  display: grid;
  gap: 12px;
}

.account-role-row,
.account-quick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-name {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.98;
  margin: 0;
}

.account-hero-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

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

.account-admin-link,
.admin-feedback {
  min-height: 24px;
  margin: 0 0 22px;
}

.account-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
}

.account-panel {
  padding: 28px;
}

.account-summary-cards {
  display: grid;
  gap: 14px;
}

.account-summary-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.account-summary-card span,
.account-summary-card p {
  color: var(--muted);
}

.account-summary-card p {
  margin: 0;
  line-height: 1.6;
}

.account-summary-card strong {
  font-family: 'Louis George Cafe', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

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

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

.account-favorite-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.account-address-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.account-address-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.maps-address-box {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(127, 150, 186, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(205, 220, 242, 0.08);
}

.google-maps-address-shell {
  display: grid;
}

.google-maps-address-shell-visible {
  display: grid;
}

.google-maps-address-shell gmp-place-autocomplete {
  width: 100%;
}

.account-favorite-media {
  height: 220px;
}

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

.account-favorite-copy {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.account-favorite-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.account-summary,
.checkout-summary {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.checkout-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

.checkout-row strong {
  color: var(--text);
}

.catalog-empty {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.catalog-empty p {
  color: var(--muted);
}

.catalog-drawer {
  position: fixed;
  inset: 0;
  z-index: 40;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.catalog-drawer-open {
  opacity: 1;
  pointer-events: auto;
}

.catalog-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 18, 0.62);
  backdrop-filter: blur(14px);
}

.catalog-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(620px, 100%);
  height: 100%;
  padding: 18px;
  background: rgba(9, 16, 26, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -30px 0 80px rgba(0, 0, 0, 0.32);
  transform: translateX(100%);
  transition: transform 260ms ease;
  overflow-y: auto;
}

.catalog-drawer-open .catalog-drawer-panel {
  transform: translateX(0);
}

.catalog-drawer-close {
  margin-left: auto;
  margin-bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
  cursor: pointer;
}

.layout-sidebar {
  position: fixed;
  inset: 0;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.layout-sidebar-open {
  opacity: 1;
  pointer-events: auto;
}

.layout-sidebar-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 8, 16, 0.68);
  backdrop-filter: blur(12px);
}

.layout-sidebar-panel {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  align-content: start;
  gap: 18px;
  width: min(380px, 86vw);
  height: 100%;
  padding: 24px 20px 28px;
  background:
    radial-gradient(circle at top left, rgba(127, 150, 186, 0.18), transparent 30%),
    rgba(7, 14, 23, 0.97);
  border-right: 1px solid rgba(205, 220, 242, 0.14);
  box-shadow: 28px 0 80px rgba(0, 0, 0, 0.36);
  transform: translateX(-100%);
  transition: transform 260ms ease;
  overflow-y: auto;
}

.layout-sidebar-open .layout-sidebar-panel {
  transform: translateX(0);
}

.layout-sidebar-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}

.layout-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.layout-sidebar-brand img {
  width: 86px;
  height: 66px;
  object-fit: contain;
  filter: drop-shadow(0 10px 28px rgba(76, 135, 214, 0.26));
}

.layout-sidebar-meta {
  display: grid;
  gap: 4px;
}

.layout-sidebar-meta strong {
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.layout-sidebar-meta span,
.layout-sidebar-status span {
  color: var(--muted);
  line-height: 1.5;
}

.layout-sidebar-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.layout-sidebar-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(194, 209, 231, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent-2);
  font-size: 0.84rem;
}

.layout-sidebar-section {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(205, 220, 242, 0.08);
}

.layout-sidebar-label {
  color: var(--accent-2);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.layout-sidebar-nav {
  display: grid;
  gap: 10px;
}

.layout-sidebar-link,
.layout-sidebar-action {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 16px;
  border: 1px solid rgba(205, 220, 242, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font: inherit;
  text-decoration: none;
}

.layout-sidebar-action {
  cursor: pointer;
}

.layout-sidebar-link:hover,
.layout-sidebar-link:focus-visible,
.layout-sidebar-action:hover,
.layout-sidebar-action:focus-visible {
  border-color: rgba(194, 209, 231, 0.22);
  background: rgba(127, 150, 186, 0.08);
}

.auth-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto 18px;
  padding: 18px 20px;
  border-radius: 24px;
  border: 1px solid rgba(205, 220, 242, 0.12);
  background: rgba(16, 24, 38, 0.72);
  box-shadow: var(--shadow);
}

.auth-brand img {
  width: 98px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 10px 28px rgba(76, 135, 214, 0.24));
}

.auth-brand-copy {
  display: grid;
  gap: 4px;
}

.auth-brand-copy strong {
  font-size: 1.12rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.auth-brand-copy span {
  color: var(--muted);
  line-height: 1.5;
}

.catalog-drawer-content {
  display: grid;
  gap: 18px;
}

.drawer-gallery {
  display: grid;
  gap: 12px;
}

.drawer-media {
  overflow: hidden;
  border-radius: 24px;
  min-height: 320px;
}

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

.drawer-copy {
  display: grid;
  gap: 14px;
}

.drawer-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
  gap: 10px;
}

.drawer-thumb {
  overflow: hidden;
  padding: 0;
  min-height: 92px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.drawer-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drawer-thumb-active {
  border-color: rgba(194, 209, 231, 0.34);
  box-shadow: 0 0 0 1px rgba(194, 209, 231, 0.16);
}

.drawer-description,
.drawer-care p,
.drawer-variant p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.drawer-fit-grid,
.drawer-recommendations-grid {
  display: grid;
  gap: 12px;
}

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

.drawer-fit-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.drawer-fit-card span,
.drawer-fit-card p {
  color: var(--muted);
}

.drawer-fit-card p {
  margin: 0;
  line-height: 1.65;
}

.drawer-fit-card strong {
  font-family: 'Louis George Cafe', sans-serif;
  font-weight: 700;
}

.drawer-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.drawer-price {
  font-family: 'Louis George Cafe', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.drawer-stock {
  color: var(--muted);
}

.drawer-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.drawer-care strong,
.drawer-variants h3,
.drawer-comments h3 {
  font-family: 'Louis George Cafe', sans-serif;
  font-weight: 700;
}

.drawer-variants {
  display: grid;
  gap: 12px;
}

.drawer-variant {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.drawer-variant-active {
  border-color: rgba(194, 209, 231, 0.26);
  background: rgba(127, 150, 186, 0.08);
}

.drawer-variant-meta {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.drawer-buy {
  min-width: 210px;
}

.drawer-comments {
  display: grid;
  gap: 14px;
  margin-top: 6px;
}

.drawer-recommendations {
  display: grid;
  gap: 14px;
}

.drawer-recommendations-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.drawer-recommendation-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.drawer-recommendation-card img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  border-radius: 16px;
}

.drawer-recommendation-card div {
  display: grid;
  gap: 10px;
  align-content: start;
}

.drawer-recommendation-card p {
  margin: 0;
  color: var(--muted);
}

.drawer-comments-head,
.drawer-comment-actions,
.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer-comments-summary,
.comment-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.drawer-comments-list {
  display: grid;
  gap: 12px;
}

.comment-card,
.comment-empty {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.comment-head span,
.comment-card p,
.comment-empty p,
.drawer-comment-feedback {
  color: var(--muted);
}

.comment-rating {
  margin-top: 6px;
  color: var(--accent-2);
  font-size: 0.92rem;
}

.comment-card p,
.comment-empty p,
.drawer-comment-feedback {
  margin: 0;
  line-height: 1.65;
}

.drawer-comment-form {
  display: grid;
  gap: 12px;
}

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

.order-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.order-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.order-head p,
.order-meta {
  color: var(--muted);
}

.order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  font-size: 0.92rem;
}

.admin-shell {
  padding-bottom: 80px;
}

.admin-layout {
  display: grid;
  gap: 28px;
}

.admin-hero,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 32px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 20px;
  align-items: start;
  padding: 34px;
}

.admin-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
}

.admin-grid-secondary {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.admin-panel {
  padding: 28px;
}

.admin-panel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-subhead {
  margin-bottom: 14px;
}

.admin-form,
.variant-builder,
.variant-stack,
.admin-chip-list {
  display: grid;
  gap: 14px;
}

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

.variant-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
  gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.variant-remove {
  align-self: end;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  font: inherit;
  cursor: pointer;
}

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

.admin-product-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.admin-product-media {
  height: 220px;
  background: rgba(255, 255, 255, 0.03);
}

.admin-product-media img,
.admin-product-placeholder {
  width: 100%;
  height: 100%;
}

.admin-product-media img {
  object-fit: cover;
}

.admin-product-placeholder {
  display: grid;
  place-items: center;
  color: var(--muted);
}

.admin-product-copy {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.admin-product-card-active {
  border-color: rgba(194, 209, 231, 0.3);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.admin-product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}

.admin-product-actions,
.admin-variant-actions,
.admin-comment-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.admin-editor-shell,
.admin-variant-editor,
.admin-comments-list {
  display: grid;
  gap: 16px;
}

.admin-hidden {
  display: none;
}

.admin-variant-card,
.admin-comment-card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-variant-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.admin-comment-card {
  display: grid;
  gap: 12px;
}

.admin-comment-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.admin-comment-head p,
.admin-comment-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.admin-danger-button {
  border-color: rgba(255, 141, 129, 0.3);
  color: #ffb2a8;
}

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 680ms ease forwards;
}

.fade-up:nth-child(2) {
  animation-delay: 80ms;
}

.fade-up:nth-child(3) {
  animation-delay: 160ms;
}

.fade-up:nth-child(4) {
  animation-delay: 240ms;
}

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

@media (max-width: 980px) {
  .hero,
  .category-strip,
  .editorial-grid,
  .experience-section,
  .trust-grid,
  .guide-grid,
  .lookbook-section,
  .faq-grid,
  .resource-grid,
  .about-section,
  .contact-section,
  .system-grid,
  .product-grid,
  .product-page-layout,
  .product-detail-card,
  .product-detail-panels,
  .account-hero,
  .account-dashboard,
  .account-favorites-grid,
  .account-addresses-grid,
  .checkout-layout,
  .admin-grid,
  .admin-hero,
  .admin-product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar,
  .catalog-filters,
  .product-detail-thumbs,
  .admin-form-grid,
  .admin-variant-grid,
  .variant-row {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .category-strip,
  .admin-panel-head {
    align-items: start;
  }

  .category-pills {
    justify-content: start;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1200px);
    padding-top: 14px;
  }

  .topbar {
    position: static;
    flex-direction: column;
    align-items: start;
  }

  .topbar-actions {
    display: none;
  }

  .account-bar {
    width: 100%;
  }

  .brand-lockup {
    width: 100%;
    align-items: center;
  }

  .brand-logo {
    width: 64px;
    height: 50px;
  }

  .layout-sidebar-panel {
    width: min(360px, 92vw);
  }

  .auth-brand {
    padding: 16px 18px;
  }

  .auth-brand img {
    width: 82px;
    height: 62px;
  }

  .account-hero,
  .account-panel {
    border-radius: 24px;
    padding: 22px;
  }

  .checkout-main-panel,
  .checkout-side-panel {
    border-radius: 24px;
    padding: 22px;
  }

  .checkout-cart-item {
    grid-template-columns: 1fr;
  }

  .account-hero-main {
    flex-direction: column;
  }

  .account-stat-grid {
    grid-template-columns: 1fr;
  }

  .admin-hero,
  .admin-panel {
    border-radius: 24px;
    padding: 22px;
  }

  .hero-copy,
  .hero-panel,
  .category-strip,
  .products-section,
  .trust-section,
  .guide-section,
  .lookbook-section,
  .faq-section,
  .about-section,
  .contact-section,
  .site-footer,
  .legal-card,
  .product-detail-card,
  .product-side-card,
  .experience-card,
  .system-section {
    border-radius: 24px;
  }

  .hero-copy,
  .hero-panel,
  .category-strip,
  .products-section,
  .trust-section,
  .guide-section,
  .lookbook-section,
  .faq-section,
  .about-section,
  .contact-section,
  .site-footer,
  .legal-card,
  .product-detail-card,
  .product-side-card,
  .experience-card,
  .system-section {
    padding: 22px;
  }

  h1 {
    font-size: 2.8rem;
  }

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

  .product-card {
    grid-template-rows: 240px 1fr;
  }

  .product-actions,
  .site-footer,
  .spotlight-card,
  .spotlight-footer,
  .product-detail-summary,
  .product-detail-cta-row,
  .product-detail-metrics,
  .drawer-summary,
  .drawer-variant,
  .drawer-comments-head,
  .drawer-comment-actions,
  .comment-head,
  .drawer-comments-summary,
  .drawer-recommendation-card,
  .admin-product-actions,
  .admin-variant-actions,
  .admin-comment-actions,
  .admin-comment-head,
  .checkout-cart-head,
  .checkout-cart-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .spotlight-card,
  .drawer-recommendation-card,
  .product-related-card {
    grid-template-columns: 1fr;
  }

  .drawer-fit-grid,
  .product-detail-panels {
    grid-template-columns: 1fr;
  }

  .product-detail-main-media {
    min-height: 360px;
  }

  .drawer-variant-meta {
    justify-items: start;
  }

  .drawer-buy {
    min-width: 0;
  }

  .timeline-step {
    grid-template-columns: 44px 1fr;
  }

  .timeline-step span {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}
