:root {
  --bg: #17121c;
  --bg-soft: #1d1626;
  --panel: rgba(37, 28, 48, 0.88);
  --panel-strong: #251c30;
  --panel-alt: rgba(28, 21, 37, 0.92);
  --line: rgba(233, 221, 201, 0.16);
  --line-strong: rgba(212, 160, 81, 0.38);
  --text: #e9ddc9;
  --text-soft: rgba(233, 221, 201, 0.78);
  --text-faint: rgba(233, 221, 201, 0.58);
  --violet: #b78cff;
  --violet-deep: #7c4bce;
  --amber: #d4a051;
  --success: #93d9b0;
  --danger: #ff8f8f;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  --glow: 0 0 0 1px rgba(183, 140, 255, 0.24), 0 18px 54px rgba(183, 140, 255, 0.16);
  --max: 1240px;
  --radius: 28px;
  --radius-sm: 18px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", "Outfit", Arial, sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(183, 140, 255, 0.18), transparent 24%),
    radial-gradient(circle at 20% 20%, rgba(212, 160, 81, 0.08), transparent 18%),
    linear-gradient(180deg, #140f18 0%, #17121c 42%, #120e17 100%);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 0;
  opacity: 0.12;
  background-image:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 4px),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 100%);
  mix-blend-mode: soft-light;
  animation: grain 12s steps(8) infinite;
}

body::after {
  z-index: 0;
  background:
    radial-gradient(circle at center, transparent 42%, rgba(0, 0, 0, 0.28) 100%),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.05), transparent 34%);
}

body.no-scroll {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

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

p,
figure {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.06;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
}

em {
  font-style: italic;
}

ul {
  margin: 0;
  padding: 0;
}

:focus-visible {
  outline: 2px solid var(--violet);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 14px;
  z-index: 1000;
  padding: 10px 14px;
  background: #0d0911;
  border: 1px solid var(--amber);
  color: var(--text);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.hidden {
  display: none !important;
}

#site-header,
#conteudo,
#site-footer,
#cart-drawer,
#toast-region {
  position: relative;
  z-index: 1;
}

.announce {
  padding: 10px 18px;
  border-bottom: 1px solid rgba(212, 160, 81, 0.18);
  background: rgba(7, 5, 9, 0.84);
  color: var(--text-soft);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-align: center;
  text-transform: uppercase;
}

.announce .sep {
  color: var(--amber);
  margin: 0 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(17, 13, 22, 0.72);
  border-bottom: 1px solid rgba(233, 221, 201, 0.08);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: grid;
  gap: 4px;
}

.brand-mark {
  font-family: var(--serif);
  font-size: 34px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-caption {
  color: var(--text-faint);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.nav a,
.cart-link,
.menu-btn,
.link-line,
.quick-add,
.footer-links a,
.close-btn {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.nav a {
  padding: 10px 0;
  color: var(--text-soft);
}

.nav a::after,
.link-line::after,
.quick-add::after,
.footer-links a::after,
.close-btn::after,
.cart-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav a:hover::after,
.nav a:focus-visible::after,
.nav a.active::after,
.link-line:hover::after,
.link-line:focus-visible::after,
.quick-add:hover::after,
.quick-add:focus-visible::after,
.footer-links a:hover::after,
.footer-links a:focus-visible::after,
.close-btn:hover::after,
.close-btn:focus-visible::after,
.cart-link:hover::after,
.cart-link:focus-visible::after {
  transform: scaleX(1);
}

.nav a.active {
  color: var(--violet);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cart-link,
.menu-btn {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--text);
}

.cart-link b {
  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(--amber), #c37736);
  color: #120b10;
  font-size: 11px;
  font-weight: 700;
}

.menu-btn {
  display: none;
}

.page {
  min-height: 60vh;
}

.section,
.page-head,
.about-hero,
.legal-content,
.footer-newsletter,
.footer-main,
.hero,
.toolbar,
.filters,
.grid-holder,
.manifesto-band,
.category-strip,
.service-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.section.compact {
  padding: clamp(34px, 5vw, 54px) 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 26px;
  margin-bottom: 30px;
}

.page-head {
  padding: clamp(64px, 8vw, 102px) 0 34px;
  text-align: center;
}

.page-head .lead {
  max-width: 720px;
  margin: 18px auto 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  color: var(--amber);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}

h1 {
  font-size: clamp(50px, 7vw, 92px);
}

h2 {
  font-size: clamp(34px, 4.4vw, 62px);
}

h3 {
  font-size: clamp(24px, 3vw, 34px);
}

.lead {
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.78;
}

.muted {
  color: var(--text-faint);
}

.btn,
.btn-secondary {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn {
  background: linear-gradient(135deg, var(--amber), #ba7136);
  color: #100b0f;
  box-shadow: 0 12px 28px rgba(212, 160, 81, 0.22);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(212, 160, 81, 0.3);
}

.btn-secondary {
  background: rgba(183, 140, 255, 0.08);
  border-color: rgba(183, 140, 255, 0.34);
  color: var(--text);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--glow);
  background: rgba(183, 140, 255, 0.14);
}

.link-line,
.quick-add {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 6px;
  color: var(--text);
}

.link-line i,
.quick-add i {
  font-style: normal;
  transition: transform 160ms ease;
}

.link-line:hover i,
.quick-add:hover i {
  transform: translateX(4px);
}

.hero {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 34px;
  padding: clamp(72px, 10vw, 122px) 20px clamp(34px, 5vw, 46px);
  border: 1px solid rgba(233, 221, 201, 0.1);
  border-radius: calc(var(--radius) + 8px);
  background:
    radial-gradient(circle at center, rgba(233, 221, 201, 0.12) 0%, rgba(183, 140, 255, 0.18) 16%, rgba(23, 18, 28, 0) 44%),
    linear-gradient(180deg, rgba(15, 11, 19, 0.96), rgba(27, 20, 35, 0.92));
  box-shadow: var(--shadow);
  text-align: center;
  margin-top: 28px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -30% 16% 38%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 240, 216, 0.32), rgba(183, 140, 255, 0.1) 42%, transparent 72%);
  filter: blur(26px);
}

.hero-copy,
.hero-lower {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 820px;
  margin: 0 auto;
}

.hero-title em {
  color: var(--violet);
}

.hero-copy .lead {
  max-width: 640px;
  margin: 22px auto 0;
}

.hero-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 28px;
  color: var(--text-faint);
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-meta .sep {
  color: var(--amber);
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 32px;
}

.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 238, 210, 0.82);
  box-shadow: 0 0 14px rgba(255, 245, 225, 0.45);
  animation: floatStar 8s ease-in-out infinite;
}

.hero-particles span:nth-child(1) { top: 16%; left: 18%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { top: 22%; left: 76%; animation-delay: 1.2s; }
.hero-particles span:nth-child(3) { top: 34%; left: 26%; animation-delay: 2.3s; }
.hero-particles span:nth-child(4) { top: 42%; left: 64%; animation-delay: 3.1s; }
.hero-particles span:nth-child(5) { top: 52%; left: 15%; animation-delay: 4.4s; }
.hero-particles span:nth-child(6) { top: 60%; left: 80%; animation-delay: 2.8s; }
.hero-particles span:nth-child(7) { top: 68%; left: 36%; animation-delay: 5.1s; }
.hero-particles span:nth-child(8) { top: 70%; left: 58%; animation-delay: 1.8s; }
.hero-particles span:nth-child(9) { top: 26%; left: 50%; animation-delay: 6.2s; }
.hero-particles span:nth-child(10) { top: 44%; left: 85%; animation-delay: 2.2s; }
.hero-particles span:nth-child(11) { top: 74%; left: 22%; animation-delay: 3.8s; }
.hero-particles span:nth-child(12) { top: 14%; left: 60%; animation-delay: 5.8s; }

.hero-lower {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(22px, 4vw, 34px);
  align-items: stretch;
}

.hero-image-card,
.stat-card,
.category-tile,
.scene-card,
.manifesto-band,
.service-item,
.product-card,
.panel,
.legal-content section,
.footer-newsletter,
.cart-drawer,
.cookie-card,
.empty-state {
  background: var(--panel);
  border: 1px solid rgba(233, 221, 201, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-image-card {
  overflow: hidden;
  text-align: left;
}

.hero-image-frame {
  position: relative;
  overflow: hidden;
  border-radius: calc(var(--radius) - 4px);
}

.hero-image-frame::after,
.product-media::after,
.detail-main::after,
.scene-card-media::after,
.about-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(10, 6, 12, 0.42) 100%);
  pointer-events: none;
}

.hero-image-frame img,
.scene-card-media img,
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-frame img {
  aspect-ratio: 4 / 3.8;
}

.scene-caption {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px 20px;
  color: var(--text-faint);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scene-caption strong {
  color: var(--amber);
  font-weight: 700;
}

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

.stat-card {
  padding: 24px;
  text-align: left;
}

.stat-card span {
  display: block;
  color: var(--amber);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.stat-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.stat-card p {
  color: var(--text-faint);
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.category-tile {
  padding: 22px 20px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.category-tile:hover,
.category-tile:focus-visible,
.product-card:hover,
.product-card:focus-within,
.scene-card:hover,
.scene-card:focus-within,
.service-item:hover,
.service-item:focus-within {
  transform: translateY(-4px);
  border-color: rgba(183, 140, 255, 0.34);
  box-shadow: var(--glow);
}

.category-tile span,
.service-item span,
.product-kicker,
.summary-label,
.panel h3 small,
.footer-meta-label {
  color: var(--amber);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.category-tile h3 {
  font-size: 30px;
  margin: 14px 0 10px;
}

.category-tile p,
.service-item p,
.scene-card-body p,
.product-info p,
.panel p,
.footer-copy,
.contact-list li,
.checkout-list li {
  color: var(--text-faint);
}

.feature-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.scene-card {
  overflow: hidden;
}

.scene-card-media,
.about-photo,
.detail-main,
.product-media {
  position: relative;
  overflow: hidden;
}

.scene-card-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.scene-card:nth-child(2) .scene-card-media img {
  aspect-ratio: 4 / 4.3;
}

.scene-card-body {
  padding: 22px;
}

.scene-card-body h3 {
  margin: 14px 0 12px;
}

.manifesto-band {
  position: relative;
  overflow: hidden;
  margin-top: 38px;
  padding: clamp(38px, 6vw, 60px);
  border-radius: calc(var(--radius) + 6px);
  background:
    radial-gradient(circle at center, rgba(183, 140, 255, 0.16), transparent 36%),
    linear-gradient(135deg, rgba(37, 28, 48, 0.98), rgba(16, 12, 20, 0.98));
  text-align: center;
}

.manifesto-band::before {
  content: "Noir Théâtre";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  font-family: var(--serif);
  font-size: clamp(60px, 11vw, 180px);
  color: rgba(233, 221, 201, 0.04);
  white-space: nowrap;
}

.manifesto-band > * {
  position: relative;
}

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

.service-item {
  padding: 24px;
}

.service-item h3 {
  margin: 14px 0 10px;
  font-size: 30px;
}

.toolbar {
  display: grid;
  grid-template-columns: 1.2fr 220px auto;
  gap: 16px;
  align-items: end;
  margin-top: 22px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.filter-pill {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(233, 221, 201, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-soft);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.filter-pill:hover,
.filter-pill:focus-visible,
.filter-pill.active {
  background: rgba(183, 140, 255, 0.12);
  border-color: rgba(183, 140, 255, 0.4);
  color: #f7efff;
  box-shadow: var(--glow);
}

.grid-holder {
  margin-top: 28px;
}

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

.product-card {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card > a {
  display: block;
}

.product-media {
  aspect-ratio: 3 / 4;
  background: #151019;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.product-card:hover .product-media img,
.product-card:focus-within .product-media img,
.scene-card:hover img,
.scene-card:focus-within img,
.hero-image-card:hover img,
.hero-image-card:focus-within img,
.about-photo:hover img,
.about-photo:focus-within img {
  transform: scale(1.05);
}

.tag {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18, 13, 22, 0.76);
  border: 1px solid rgba(212, 160, 81, 0.26);
  color: var(--amber);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  margin: 10px 0 12px;
  font-size: 31px;
}

.product-price {
  color: var(--amber);
  font-family: var(--serif);
  font-size: 28px;
  font-style: italic;
}

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.quick-add {
  border: 0;
  background: transparent;
  color: var(--violet);
}

.detail-layout,
.cart-layout,
.checkout-layout,
.contact-layout,
.about-layout,
.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.74fr);
  gap: clamp(26px, 4vw, 52px);
  align-items: start;
}

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

.detail-main {
  border-radius: var(--radius);
  background: var(--panel);
  border: 1px solid rgba(233, 221, 201, 0.1);
}

.detail-main img {
  width: 100%;
  aspect-ratio: 4 / 5.1;
  object-fit: cover;
}

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

.thumb {
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(233, 221, 201, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.thumb.active {
  border-color: rgba(183, 140, 255, 0.52);
  box-shadow: var(--glow);
}

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

.detail-panel {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 24px;
}

.detail-panel .product-price {
  font-size: 38px;
}

.notice {
  padding: 16px 18px;
  border-left: 3px solid var(--amber);
  border-radius: 16px;
  background: rgba(212, 160, 81, 0.08);
  color: var(--text-soft);
}

.size-row,
.qty-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.size-btn {
  min-width: 54px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(233, 221, 201, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.size-btn.active,
.size-btn:hover,
.size-btn:focus-visible {
  background: rgba(183, 140, 255, 0.12);
  border-color: rgba(183, 140, 255, 0.42);
  box-shadow: var(--glow);
}

.qty-control {
  display: inline-grid;
  grid-template-columns: 44px 66px 44px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(233, 221, 201, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.qty-control button,
.qty-control input {
  min-height: 46px;
  border: 0;
  background: transparent;
  text-align: center;
}

.qty-control button:hover,
.qty-control button:focus-visible {
  background: rgba(183, 140, 255, 0.12);
}

.accordion {
  display: grid;
  gap: 10px;
}

.accordion details {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(233, 221, 201, 0.08);
}

.accordion summary {
  cursor: pointer;
  color: var(--amber);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.accordion p {
  margin-top: 12px;
  color: var(--text-faint);
}

.panel {
  padding: clamp(22px, 3vw, 30px);
}

.panel h3 {
  margin-bottom: 16px;
}

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

.cart-line {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 16px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(233, 221, 201, 0.08);
}

.cart-line:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cart-line img {
  width: 88px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 18px;
}

.cart-line-title {
  font-family: var(--serif);
  font-size: 28px;
}

.line-meta {
  color: var(--text-faint);
  font-size: 14px;
}

.line-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  margin-top: 12px;
}

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

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(233, 221, 201, 0.08);
}

.summary-row.total {
  border-bottom: 0;
  padding-bottom: 0;
  font-family: var(--serif);
  font-size: 30px;
  color: var(--amber);
}

.field,
.select,
.textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(233, 221, 201, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 16px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field::placeholder,
.textarea::placeholder {
  color: rgba(233, 221, 201, 0.38);
}

.field:focus,
.select:focus,
.textarea:focus {
  border-color: rgba(183, 140, 255, 0.44);
  box-shadow: var(--glow);
  background: rgba(255, 255, 255, 0.05);
  outline: none;
}

.select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--text-soft) 50%), linear-gradient(135deg, var(--text-soft) 50%, transparent 50%);
  background-position: calc(100% - 20px) 53%, calc(100% - 15px) 53%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}

.textarea {
  min-height: 140px;
  resize: vertical;
}

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

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

.form-label {
  display: grid;
  gap: 10px;
  color: var(--text-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.checkbox-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text-faint);
  font-size: 14px;
}

.checkbox-line input {
  margin-top: 5px;
  accent-color: var(--violet);
}

.checkbox-line a {
  text-decoration: underline;
  text-decoration-color: rgba(212, 160, 81, 0.72);
  text-underline-offset: 3px;
}

.form-feedback {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(147, 217, 176, 0.28);
  background: rgba(147, 217, 176, 0.08);
  color: var(--success);
}

.empty-state {
  display: grid;
  place-items: center;
  gap: 18px;
  min-height: 360px;
  padding: 40px;
  text-align: center;
}

.about-hero {
  padding: clamp(68px, 9vw, 112px) 0 28px;
}

.about-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

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

.value-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(233, 221, 201, 0.08);
}

.value-card h3 {
  font-size: 28px;
  margin: 12px 0 10px;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: 18px 0 90px;
}

.legal-content section {
  padding: 28px;
}

.legal-content h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 3.6vw, 42px);
}

.legal-content p,
.legal-content li {
  color: var(--text-faint);
}

.legal-content ul {
  padding-left: 20px;
}

.site-footer {
  margin-top: clamp(68px, 8vw, 108px);
  border-top: 1px solid rgba(233, 221, 201, 0.08);
  background: rgba(10, 7, 13, 0.9);
}

.footer-newsletter {
  padding: clamp(34px, 5vw, 50px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  transform: translateY(-28px);
}

.footer-newsletter h2 {
  max-width: 440px;
}

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

.footer-main {
  padding: 10px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr 1fr;
  gap: 24px;
  padding: 22px 0 30px;
}

.footer-wordmark {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 94px);
  line-height: 0.94;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-copy {
  margin-top: 16px;
  max-width: 420px;
}

.footer-block h3 {
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 12px;
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(233, 221, 201, 0.08);
  color: var(--text-faint);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  background: rgba(4, 2, 6, 0.58);
}

.drawer-backdrop.open {
  display: block;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 91;
  width: min(440px, 100%);
  display: flex;
  flex-direction: column;
  border-radius: 0;
  transform: translateX(105%);
  transition: transform 220ms ease;
}

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

.drawer-head,
.drawer-foot {
  padding: 22px;
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid rgba(233, 221, 201, 0.08);
}

.drawer-head h3 {
  font-size: 32px;
}

.close-btn {
  border: 0;
  background: transparent;
  color: var(--text-soft);
  padding-bottom: 6px;
}

.drawer-body {
  flex: 1;
  overflow: auto;
  padding: 22px;
}

.drawer-foot {
  border-top: 1px solid rgba(233, 221, 201, 0.08);
}

.drawer-foot .btn,
.drawer-foot .btn-secondary {
  width: 100%;
}

#toast-region {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: grid;
  gap: 10px;
  z-index: 120;
}

.toast {
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(8, 6, 11, 0.92);
  border: 1px solid rgba(183, 140, 255, 0.26);
  box-shadow: var(--glow);
  color: var(--text);
}

@keyframes grain {
  0% { transform: translate(0, 0); }
  20% { transform: translate(-1%, 1%); }
  40% { transform: translate(1%, -1%); }
  60% { transform: translate(2%, 1%); }
  80% { transform: translate(-1%, -1%); }
  100% { transform: translate(0, 0); }
}

@keyframes floatStar {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.45; }
  50% { transform: translateY(-10px) scale(1.4); opacity: 1; }
}

@media (max-width: 1080px) {
  .hero-lower,
  .feature-band,
  .detail-layout,
  .cart-layout,
  .checkout-layout,
  .contact-layout,
  .about-layout,
  .about-hero,
  .footer-newsletter {
    grid-template-columns: 1fr;
  }

  .detail-panel {
    position: static;
  }

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

  .category-strip,
  .service-grid,
  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .header-inner,
  .section,
  .page-head,
  .about-hero,
  .legal-content,
  .footer-newsletter,
  .footer-main,
  .hero,
  .toolbar,
  .filters,
  .grid-holder,
  .manifesto-band,
  .category-strip,
  .service-grid {
    width: calc(100% - 26px);
  }

  .header-inner {
    min-height: 72px;
    gap: 16px;
  }

  .brand-mark {
    font-size: 28px;
  }

  .brand-caption {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
    margin-left: auto;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 39;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 18px 18px;
    background: rgba(12, 8, 15, 0.96);
    border-bottom: 1px solid rgba(233, 221, 201, 0.08);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(233, 221, 201, 0.08);
  }

  .header-actions {
    gap: 10px;
  }

  .announce {
    font-size: 9px;
    letter-spacing: 0.18em;
  }

  .hero {
    padding: 58px 16px 24px;
    margin-top: 18px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 62px);
  }

  h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  .hero-actions,
  .section-head,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .hero-stat-grid,
  .product-grid,
  .category-strip,
  .service-grid,
  .about-values,
  .footer-grid,
  .toolbar,
  .form-grid,
  .detail-thumbs {
    grid-template-columns: 1fr;
  }

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

  .form-grid .full {
    grid-column: auto;
  }

  .cart-line {
    grid-template-columns: 72px 1fr;
  }

  .cart-line > .product-price {
    grid-column: 2;
  }

  #toast-region {
    left: 12px;
    right: 12px;
    bottom: 12px;
    transform: none;
  }

  .toast {
    border-radius: 20px;
  }
}
