:root {
  --bg-deep: #050505;
  --bg-mid: #0c0a09;
  --bg-alt: #0f0d0b;
  --gold: #c9a227;
  --gold-bright: #f0d78c;
  --gold-dim: #8a6f1f;
  --burgundy: #4a0e1a;
  --ivory: #f4efe6;
  --muted: rgba(244, 239, 230, 0.62);
  --serif: "Playfair Display", "Times New Roman", serif;
  --serif-body: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", "Helvetica Neue", sans-serif;
  --scroll-t: 0;
  --mx: 50%;
  --my: 50%;
  --header-h: 4.25rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 1rem); }
html, body {
  min-height: 100%;
  background: var(--bg-deep);
  color: var(--ivory);
  font-family: var(--sans);
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body {
  background-color: #050505;
  background-image:
    radial-gradient(ellipse 90% 70% at var(--mx) var(--my), rgba(201, 162, 39, 0.06), transparent 55%),
    linear-gradient(180deg, #050505 0%, #12080c 45%, #2a0610 78%, #4a0e1a 100%);
  background-size: auto, 100% 400%;
  background-position: center, 0 calc(var(--scroll-t) * 100%);
  padding-bottom: 5rem;
}
[dir="rtl"] body { direction: rtl; }

.aura {
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background: radial-gradient(circle 280px at var(--mx) var(--my), rgba(240, 215, 140, 0.05), transparent 70%);
  mix-blend-mode: soft-light;
}

.scroll-progress {
  position: fixed; top: 0; left: 0; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--gold-dim), var(--gold-bright));
  z-index: 200; transition: width 0.08s linear;
}

.announce-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 90;
  background: rgba(201, 162, 39, 0.12);
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
  text-align: center;
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-bright); padding: 0.45rem 1rem;
  backdrop-filter: blur(10px);
}

.site-header {
  position: fixed; top: 1.85rem; left: 0; right: 0; z-index: 95;
  display: flex; align-items: center; gap: 1rem;
  padding: 0.65rem clamp(1rem, 3vw, 2.5rem);
  background: rgba(5, 5, 5, 0.72);
  border-bottom: 1px solid rgba(201, 162, 39, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  min-height: var(--header-h);
}
.header-logo {
  font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0.28em;
  color: var(--gold-bright); text-decoration: none; flex-shrink: 0;
}
.header-nav {
  display: none; gap: 1.25rem; margin-left: auto;
}
.header-nav a {
  color: var(--muted); text-decoration: none; font-size: 0.72rem;
  letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s;
}
.header-nav a:hover { color: var(--gold-bright); }
.header-actions {
  display: none; align-items: center; gap: 0.65rem; margin-left: auto;
}
.lang-select {
  appearance: none; border: 1px solid rgba(201, 162, 39, 0.28);
  background: rgba(5, 5, 5, 0.55); color: var(--muted);
  font: inherit; font-size: 0.68rem; padding: 0.4rem 0.6rem; cursor: pointer;
}
.menu-toggle {
  display: flex; flex-direction: column; gap: 5px; margin-left: auto;
  background: none; border: none; cursor: pointer; padding: 0.35rem;
}
.menu-toggle span {
  display: block; width: 22px; height: 1.5px; background: var(--gold-bright);
  transition: transform 0.25s, opacity 0.25s;
}
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  position: fixed; top: calc(1.85rem + var(--header-h)); left: 0; right: 0; z-index: 94;
  display: flex; flex-direction: column; gap: 0;
  background: rgba(5, 5, 5, 0.96); border-bottom: 1px solid rgba(201, 162, 39, 0.2);
  backdrop-filter: blur(16px);
}
.mobile-nav[hidden] { display: none; }
.mobile-nav a {
  padding: 0.9rem 1.25rem; color: var(--ivory); text-decoration: none;
  border-bottom: 1px solid rgba(201, 162, 39, 0.08);
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase;
}

.detect-note {
  position: fixed; bottom: 5.5rem; left: 50%; transform: translateX(-50%);
  z-index: 80; font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); opacity: 0; pointer-events: none; transition: opacity 0.4s;
}
.detect-note.is-show { opacity: 1; }

/* Hero */
.hero {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; z-index: 2; padding-top: calc(1.85rem + var(--header-h) + 1rem);
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(5,5,5,0.88) 0%, rgba(42,14,26,0.55) 35%, rgba(10,8,4,0.75) 65%, rgba(5,5,5,0.92) 100%),
    url("assets/hero-atmosphere.jpg?v=5") center/cover no-repeat;
  transform: scale(1.06); z-index: 0;
  animation: hero-drift 28s ease-in-out infinite alternate;
}
@keyframes hero-drift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1.2%, -0.8%, 0); }
}
.hero-gradient {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 85% 60% at 50% 38%, rgba(201, 162, 39, 0.22), transparent 62%),
    radial-gradient(ellipse 50% 40% at 15% 75%, rgba(74, 14, 26, 0.45), transparent 55%),
    radial-gradient(ellipse 45% 35% at 88% 20%, rgba(201, 162, 39, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(5,5,5,0.55) 0%, transparent 22%, transparent 68%, rgba(5,5,5,0.95) 100%),
    linear-gradient(90deg, rgba(5,5,5,0.65) 0%, transparent 18%, transparent 82%, rgba(5,5,5,0.65) 100%);
}
.hero-texture {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.35;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(201,162,39,0.015) 2px, rgba(201,162,39,0.015) 3px),
    repeating-linear-gradient(90deg, transparent, transparent 3px, rgba(255,255,255,0.012) 3px, rgba(255,255,255,0.012) 4px);
  mix-blend-mode: overlay;
}
.hero-glow {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    conic-gradient(from 200deg at 50% 42%, transparent 0deg, rgba(240,215,140,0.08) 40deg, transparent 80deg, rgba(201,162,39,0.06) 140deg, transparent 200deg);
  animation: hero-glow-spin 40s linear infinite;
}
@keyframes hero-glow-spin { to { transform: rotate(360deg); } }
#fx { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; opacity: 0.75; }
.hero-inner { position: relative; z-index: 3; width: 100%; max-width: 1180px; padding: 1.5rem 1.25rem 4.5rem; }
.hero-eyebrow {
  text-align: center; font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-bright); margin-bottom: 1.25rem;
}

.hero-showcase {
  margin: 0 auto 2rem; max-width: 980px;
}
.hero-showcase-track {
  display: flex; justify-content: center; align-items: flex-end; gap: clamp(0.45rem, 1.5vw, 0.85rem);
  flex-wrap: nowrap; overflow-x: auto; padding: 0.5rem 0.25rem 0.75rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.hero-showcase figure {
  flex: 0 0 auto; scroll-snap-align: center; text-align: center; margin: 0;
  transition: transform 0.35s ease;
}
.hero-showcase figure:nth-child(4) { transform: translateY(-8px) scale(1.04); }
.hero-showcase figure:hover { transform: translateY(-4px) scale(1.03); }
.hero-showcase img {
  width: clamp(72px, 11vw, 118px); height: clamp(72px, 11vw, 118px);
  object-fit: cover; object-position: center;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.04) inset;
  background: #0a0a0a;
}
.hero-showcase figcaption {
  font-size: 0.55rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--muted); margin-top: 0.4rem;
}

.hero-core { text-align: center; max-width: 820px; margin: 0 auto; }
.logo-wrap { display: inline-block; margin-bottom: 1.25rem; }
.logo-mark { display: none; }
.logo-word {
  font-family: var(--serif); font-size: clamp(1.8rem, 4.5vw, 2.6rem); letter-spacing: 0.42em;
  color: var(--gold-bright);
  text-shadow: 0 0 40px rgba(201, 162, 39, 0.35);
}
.logo-sub { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin-top: 0.35rem; }

.slogan {
  font-family: var(--serif); font-size: clamp(1.75rem, 5vw, 3.2rem); font-weight: 500;
  line-height: 1.15; color: var(--ivory); margin-bottom: 1rem; min-height: 2.4em;
}
.slogan .word { display: inline-block; opacity: 0; animation: word-in 0.7s ease forwards; }
.slogan .char { display: inline-block; opacity: 0; animation: char-in 0.45s ease forwards; }
.hero-lead {
  font-family: var(--serif-body); font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  color: var(--muted); max-width: 540px; margin: 0 auto 1.5rem; line-height: 1.55;
  opacity: 0; transform: translateY(12px); transition: opacity 0.7s, transform 0.7s;
}
.hero-lead.is-in { opacity: 1; transform: none; }
.hero-offer { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin-bottom: 1.5rem; }
.offer-chip {
  font-size: 0.62rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.4rem 0.75rem; border: 1px solid rgba(201, 162, 39, 0.28); color: var(--muted);
}
.offer-chip.accent { border-color: var(--gold); color: var(--gold-bright); background: rgba(201, 162, 39, 0.1); }
.hero-ctas { justify-content: center; margin-bottom: 1rem; }
.hero-disclaimer { font-size: 0.65rem; letter-spacing: 0.1em; color: rgba(244, 239, 230, 0.45); }

.scroll-cue {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
  opacity: 0; transition: opacity 0.7s; z-index: 4;
}
.scroll-cue.is-in { opacity: 1; }
.scroll-cue .line { width: 1px; height: 36px; background: linear-gradient(var(--gold), transparent); animation: scroll-pulse 2s ease infinite; }

/* Trust strip */
.trust-strip {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  border-top: 1px solid rgba(201, 162, 39, 0.15);
  border-bottom: 1px solid rgba(201, 162, 39, 0.15);
  background: rgba(8, 6, 5, 0.85); position: relative; z-index: 3;
}
.trust-item {
  display: flex; flex-direction: column; gap: 0.25rem; padding: 1.25rem 1rem;
  border-right: 1px solid rgba(201, 162, 39, 0.08);
  border-bottom: 1px solid rgba(201, 162, 39, 0.08);
}
.trust-item:nth-child(2n) { border-right: none; }
.trust-icon { color: var(--gold); font-size: 0.85rem; }
.trust-item strong { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; }
.trust-item span:last-child { font-size: 0.78rem; color: var(--muted); line-height: 1.4; }

/* Sections */
.section { padding: clamp(3rem, 8vw, 5.5rem) clamp(1rem, 4vw, 2.5rem); position: relative; z-index: 3; }
.section-head { max-width: 720px; margin: 0 auto 2.5rem; text-align: center; }
.section-lead { font-family: var(--serif-body); font-size: 1.15rem; color: var(--muted); line-height: 1.55; margin-top: 0.75rem; }
.alt-bg { background: rgba(12, 10, 9, 0.65); border-top: 1px solid rgba(201, 162, 39, 0.08); border-bottom: 1px solid rgba(201, 162, 39, 0.08); }
.eyebrow { font-size: 0.62rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.5rem; }
.section h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3.5vw, 2.4rem); font-weight: 500; line-height: 1.2; }
.section-cta { text-align: center; margin-top: 2rem; }
.link-arrow { color: var(--gold-bright); text-decoration: none; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* Catalog */
.catalog-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem;
  max-width: 1240px; margin: 0 auto; padding: 0 0.5rem;
}
.catalog-card {
  flex: 0 1 220px; width: min(100%, 220px);
  background: rgba(0, 0, 0, 0.35); border: 1px solid rgba(201, 162, 39, 0.18);
  padding: 1rem; display: grid; gap: 0.65rem; transition: border-color 0.25s, transform 0.25s;
}
.catalog-card:hover { border-color: rgba(201, 162, 39, 0.45); transform: translateY(-2px); }
.catalog-img {
  aspect-ratio: 1; overflow: hidden; background: #080808;
  border: 1px solid rgba(201, 162, 39, 0.12);
  box-shadow: inset 0 0 24px rgba(0,0,0,0.45);
}
.catalog-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: center;
  transition: transform 0.4s ease;
}
.catalog-card:hover .catalog-img img { transform: scale(1.04); }
.catalog-card h3 { font-family: var(--serif); font-size: 1.05rem; font-weight: 500; }
.catalog-card .sku { font-size: 0.65rem; letter-spacing: 0.12em; color: var(--muted); }
.catalog-card .price { font-family: var(--serif-body); font-size: 1.1rem; color: var(--gold-bright); }
.catalog-card.is-selected { border-color: var(--gold); box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.25); }

/* Scroller */
.scroller-wrap {
  display: flex; justify-content: center; overflow: hidden;
  padding: 0 clamp(0.5rem, 2vw, 1rem);
}
.scroller-rail {
  display: flex; flex-wrap: nowrap; justify-content: center; gap: 0.85rem;
  overflow-x: auto; padding: 0.5rem 0.25rem 1.25rem; width: 100%; max-width: 1240px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: var(--gold-dim) transparent;
}
.scroller-item {
  flex: 0 0 150px; scroll-snap-align: center; cursor: pointer;
  border: 1px solid rgba(201, 162, 39, 0.2); background: rgba(8,6,5,0.85);
  padding: 0.65rem; transition: border-color 0.2s, transform 0.2s;
}
.scroller-item.is-active { border-color: var(--gold); transform: scale(1.02); background: rgba(201,162,39,0.06); }
.scroller-item img {
  width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center;
  margin-bottom: 0.5rem; background: #0a0a0a; border-radius: 4px;
  border: 1px solid rgba(201,162,39,0.12);
}
.scroller-item .num { font-size: 0.6rem; letter-spacing: 0.14em; color: var(--gold-bright); }
.scroller-item .name { font-size: 0.72rem; line-height: 1.35; margin-top: 0.25rem; color: var(--ivory); }
.scroller-item .price { font-size: 0.68rem; color: var(--gold-bright); margin-top: 0.35rem; font-family: var(--serif-body); opacity: 0.9; }
.scroller-detail {
  max-width: 900px; margin: 1.5rem auto 0; padding: 1.5rem;
  border: 1px solid rgba(201, 162, 39, 0.22); background: rgba(0,0,0,0.35);
}
.scroller-detail-inner {
  display: grid; gap: 1.25rem; align-items: start;
}
.scroller-detail-img {
  width: 100%; max-width: 280px; aspect-ratio: 1; object-fit: cover;
  border: 1px solid rgba(201, 162, 39, 0.25); margin: 0 auto;
}
.scroller-detail-copy { min-width: 0; }
.scroller-detail .region { font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.scroller-detail h3 { font-family: var(--serif); font-size: 1.35rem; margin: 0.5rem 0; }
.scroller-detail .tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.75rem 0; }
.scroller-detail .tag { font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.55rem; border: 1px solid rgba(201,162,39,0.25); color: var(--muted); }
.scroller-detail p { color: var(--muted); line-height: 1.55; font-family: var(--serif-body); font-size: 1.05rem; }

/* Craft */
.craft-grid {
  display: grid; gap: 2rem; max-width: 1100px; margin: 0 auto; align-items: center;
}
.craft-copy p { color: var(--muted); line-height: 1.55; font-family: var(--serif-body); font-size: 1.05rem; margin: 0.75rem 0 1.25rem; }
.spec-list { list-style: none; display: grid; gap: 0.65rem; }
.spec-list li {
  display: flex; justify-content: space-between; gap: 1rem; padding: 0.65rem 0;
  border-bottom: 1px solid rgba(201, 162, 39, 0.12); font-size: 0.82rem;
}
.spec-list li span:first-child { color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.68rem; }
.craft-media { position: relative; display: grid; gap: 1rem; }
.craft-media img { width: 100%; object-fit: cover; border: 1px solid rgba(201, 162, 39, 0.2); }
.craft-media-secondary { max-height: 200px; object-fit: cover; }

/* Guide */
.guide-grid { display: grid; gap: 1.25rem; max-width: 1100px; margin: 0 auto; }
.guide-card {
  padding: 1.5rem; border: 1px solid rgba(201, 162, 39, 0.15);
  background: rgba(0, 0, 0, 0.3);
}
.guide-num { font-family: var(--serif); font-size: 1.5rem; color: var(--gold-dim); display: block; margin-bottom: 0.5rem; }
.guide-card h3 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 0.5rem; }
.guide-card p { color: var(--muted); font-family: var(--serif-body); font-size: 1rem; line-height: 1.5; margin-bottom: 0.75rem; }
.guide-card ul { list-style: none; display: grid; gap: 0.4rem; }
.guide-card li { font-size: 0.82rem; color: var(--muted); padding-left: 1rem; position: relative; }
.guide-card li::before { content: "·"; position: absolute; left: 0; color: var(--gold); }
.guide-specs {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;
  max-width: 600px; margin: 2rem auto 0; text-align: center;
}
.guide-specs strong { display: block; font-family: var(--serif); font-size: 1.75rem; color: var(--gold-bright); }
.guide-specs span { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.08em; }
.guide-note { grid-column: 1 / -1; font-size: 0.72rem; color: rgba(244,239,230,0.45); margin-top: 0.5rem; text-align: center; }

/* Quiz */
.quiz-panel {
  max-width: 680px; margin: 0 auto; padding: 2rem 1.5rem;
  border: 1px solid rgba(201, 162, 39, 0.22); background: rgba(0,0,0,0.35);
}
.quiz-step-label { font-size: 0.62rem; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 0.75rem; }
.quiz-question { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 1.25rem; }
.quiz-options { display: grid; gap: 0.65rem; }
.quiz-option {
  appearance: none; text-align: left; cursor: pointer;
  padding: 1rem 1.1rem; border: 1px solid rgba(201, 162, 39, 0.25);
  background: rgba(5, 5, 5, 0.5); color: var(--ivory); font: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.quiz-option:hover { border-color: var(--gold); background: rgba(201, 162, 39, 0.08); }
.quiz-option strong { display: block; font-weight: 500; margin-bottom: 0.25rem; }
.quiz-option span { font-size: 0.82rem; color: var(--muted); }
.quiz-result ul { list-style: none; margin: 1rem 0 1.5rem; display: grid; gap: 0.4rem; }
.quiz-result li { font-size: 0.85rem; color: var(--muted); padding-left: 1rem; position: relative; }
.quiz-result li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 0.6rem; top: 0.2rem; }

/* Brand map */
.brand-progress { margin-top: 1rem; font-size: 0.78rem; letter-spacing: 0.12em; color: var(--gold-bright); }
.brand-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.65rem;
  max-width: 900px; margin: 0 auto;
}
.brand-chip {
  appearance: none; cursor: pointer; text-align: left; padding: 0.85rem;
  border: 1px solid rgba(201, 162, 39, 0.2); background: rgba(0,0,0,0.35); color: var(--ivory); font: inherit;
  transition: border-color 0.2s, background 0.2s;
}
.brand-chip:hover { border-color: rgba(201, 162, 39, 0.45); }
.brand-chip.is-open { border-color: var(--gold); background: rgba(201, 162, 39, 0.08); }
.brand-chip .num { font-size: 0.6rem; color: var(--gold); letter-spacing: 0.12em; }
.brand-chip .name { display: block; font-family: var(--serif); font-size: 0.95rem; margin-top: 0.25rem; }
.brand-chip .sub { font-size: 0.68rem; color: var(--muted); margin-top: 0.15rem; }
.brand-detail {
  max-width: 720px; margin: 1.5rem auto; padding: 1.5rem;
  border: 1px solid rgba(201, 162, 39, 0.22); background: rgba(0,0,0,0.35);
}
.brand-detail .region { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.brand-detail h3 { font-family: var(--serif); font-size: 1.25rem; margin: 0.5rem 0; }
.brand-detail p { color: var(--muted); line-height: 1.55; font-family: var(--serif-body); font-size: 1rem; margin: 0.5rem 0; }
.brand-detail .meta { display: grid; gap: 0.35rem; margin-top: 0.75rem; font-size: 0.78rem; }
.brand-detail .meta span:first-child { color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.62rem; }

/* FAQ */
.faq-list { max-width: 720px; margin: 0 auto; display: grid; gap: 0.5rem; }
.faq-item { border: 1px solid rgba(201, 162, 39, 0.15); background: rgba(0,0,0,0.25); }
.faq-item summary {
  cursor: pointer; padding: 1rem 1.1rem; font-family: var(--serif); font-size: 1rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--gold); font-size: 1.1rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { padding: 0 1.1rem 1rem; color: var(--muted); line-height: 1.55; font-family: var(--serif-body); font-size: 0.95rem; }

/* Buttons & CTA */
.btn-row { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.85rem 1.5rem; border: 1px solid var(--gold);
  background: linear-gradient(135deg, rgba(201,162,39,0.25), rgba(201,162,39,0.08));
  color: var(--gold-bright); text-decoration: none; font-size: 0.72rem;
  letter-spacing: 0.16em; text-transform: uppercase; cursor: pointer;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}
.btn:hover { background: rgba(201, 162, 39, 0.22); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.35); }
.btn-ghost { background: transparent; border-color: rgba(201, 162, 39, 0.35); color: var(--muted); }
.btn-ghost:hover { color: var(--gold-bright); border-color: var(--gold); }
.btn-sm { padding: 0.55rem 1rem; font-size: 0.65rem; }

.cta-block { text-align: center; padding: clamp(3rem, 7vw, 5rem) 1.25rem; position: relative; z-index: 3; }
.cta-block h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem); margin-bottom: 0.75rem; }
.cta-block p { font-family: var(--serif-body); font-size: 1.1rem; color: var(--muted); max-width: 520px; margin: 0 auto 1.5rem; line-height: 1.5; }
.cta-block .btn-row { justify-content: center; }

.form-block { padding-top: 0; }
.view-form { max-width: 420px; margin: 0 auto; display: grid; gap: 0.85rem; text-align: left; }
.view-form label { display: grid; gap: 0.35rem; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.view-form input {
  appearance: none; border: 1px solid rgba(201, 162, 39, 0.35);
  background: rgba(0, 0, 0, 0.35); color: var(--ivory);
  padding: 0.85rem 1rem; font: inherit; outline: none;
}
.view-form input:focus { border-color: var(--gold); }
.form-msg { min-height: 1.4em; font-family: var(--serif-body); font-size: 1.05rem; color: var(--gold-bright); text-align: center; }

/* Toasts */
.toast {
  position: fixed; bottom: 6rem; left: 50%; transform: translateX(-50%) translateY(20px);
  z-index: 110; padding: 0.75rem 1.25rem; background: rgba(12, 10, 8, 0.95);
  border: 1px solid var(--gold); color: var(--gold-bright);
  font-size: 0.72rem; letter-spacing: 0.1em; opacity: 0; pointer-events: none;
  transition: opacity 0.35s, transform 0.35s;
}
.toast.is-show { opacity: 1; transform: translateX(-50%) translateY(0); }

.dwell-toast {
  position: fixed; bottom: 5.5rem; right: 1rem; z-index: 105;
  max-width: min(92vw, 340px); padding: 1.25rem;
  background: rgba(8, 6, 5, 0.96); border: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 16px 48px rgba(0,0,0,0.55);
  transform: translateY(120%); opacity: 0; transition: transform 0.5s ease, opacity 0.5s;
}
[dir="rtl"] .dwell-toast { right: auto; left: 1rem; }
.dwell-toast.is-show { transform: none; opacity: 1; }
.dwell-toast h3 { font-family: var(--serif); font-size: 1.05rem; margin-bottom: 0.5rem; }
.dwell-toast p { font-size: 0.85rem; color: var(--muted); line-height: 1.45; margin-bottom: 1rem; }
.dwell-toast .close {
  position: absolute; top: 0.5rem; right: 0.65rem; background: none; border: none;
  color: var(--muted); font-size: 1.25rem; cursor: pointer; line-height: 1;
}
.dwell-toast .btn { width: 100%; margin-top: 0.25rem; }

.mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between; gap: 0.75rem;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: rgba(5, 5, 5, 0.94); border-top: 1px solid rgba(201, 162, 39, 0.25);
  backdrop-filter: blur(12px);
}
.mobile-bar-info { display: flex; flex-direction: column; gap: 0.1rem; }
.mobile-bar-info strong { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; }
.mobile-bar-info span { font-size: 0.65rem; color: var(--muted); }

.footer {
  text-align: center; padding: 2rem 1.25rem 6rem; position: relative; z-index: 3;
  font-size: 0.72rem; color: var(--muted); letter-spacing: 0.06em;
}
.footer-note { margin-top: 0.5rem; font-size: 0.62rem; opacity: 0.65; max-width: 520px; margin-left: auto; margin-right: auto; }

@keyframes logo-breathe {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 18px rgba(201, 162, 39, 0.35)); }
  50% { transform: scale(1.015); filter: drop-shadow(0 0 28px rgba(201, 162, 39, 0.55)); }
}
@keyframes word-in { to { opacity: 1; } }
@keyframes char-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@keyframes scroll-pulse { 0%, 100% { opacity: 0.4; transform: scaleY(0.7); } 50% { opacity: 1; transform: scaleY(1); } }

@media (min-width: 640px) {
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
  .trust-item { border-bottom: none; }
  .trust-item:nth-child(2n) { border-right: 1px solid rgba(201, 162, 39, 0.08); }
  .trust-item:last-child { border-right: none; }
  .catalog-card { flex: 0 1 240px; width: min(100%, 240px); }
  .guide-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-showcase figure:nth-child(4) { transform: translateY(-12px) scale(1.06); }
  .scroller-detail-inner { grid-template-columns: 280px 1fr; }
  .scroller-detail-img { margin: 0; }
}

@media (min-width: 900px) {
  .header-nav { display: flex; }
  .header-actions { display: flex; margin-left: 1rem; }
  .menu-toggle { display: none; }
  .mobile-nav { display: none !important; }
  .catalog-card { flex: 0 1 210px; width: 210px; }
  .craft-grid { grid-template-columns: 1fr 1fr; }
  .mobile-bar { display: none; }
  body { padding-bottom: 0; }
  .footer { padding-bottom: 2rem; }
  .scroller-item { flex: 0 0 155px; }
}

@media (min-width: 1100px) {
  .catalog-card { flex: 0 1 220px; width: 220px; }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .scroller-item { flex: 0 0 160px; }
}

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