/* ==========================================================================
   Sabaş Home — Curator of Luxury Living
   Design system: premium editorial luxury, warm Mediterranean, brand-true.
   Brand colours sourced from sabashome.com: ink #0f172a, amber #f38a22, azure #2999d3.
   Fonts: Playfair Display (display) + Montserrat (UI/body) — the brand's own pairing.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --ink: #241c15;
  --ink-2: #372a1f;
  --ink-3: #574636;
  --muted: #7a6a54;
  --line: rgba(38, 30, 24, 0.11);
  --line-soft: rgba(38, 30, 24, 0.06);

  --amber: #e08a3c;
  --amber-deep: #c26b22;
  --coral: #d9772f;
  --azure: #4a7c8c;
  --azure-deep: #3a6675;
  --gold: #b89968;

  --paper: #fbf8f3;
  --sand: #f4ece0;
  --sand-2: #ebe0cf;
  --cool: #f6f0e7;

  --grad-sunset: linear-gradient(105deg, #eea254 0%, #d9772f 48%, #b89968 100%);
  --grad-amber: linear-gradient(120deg, #e79646 0%, var(--amber-deep) 100%);
  --grad-ink: linear-gradient(160deg, #221a13 0%, #2f2318 58%, #191108 100%);
  --grad-gold: linear-gradient(120deg, #e7cf9a 0%, var(--gold) 50%, #9a7a44 100%);

  --shadow-sm: 0 4px 16px rgba(38, 30, 24, 0.07);
  --shadow-md: 0 20px 46px rgba(38, 30, 24, 0.11);
  --shadow-lg: 0 44px 96px rgba(38, 30, 24, 0.18);
  --shadow-amber: 0 24px 60px rgba(224, 138, 60, 0.30);

  --r-sm: 14px;
  --r-md: 22px;
  --r-lg: 34px;
  --r-xl: 48px;
  --r-pill: 999px;

  --wrap: 1220px;
  --gutter: clamp(20px, 5vw, 56px);
  --section-y: clamp(56px, 7.4vw, 108px);

  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.55s;
}

/* ---------- Lenis smooth scroll ---------- */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overscroll-behavior-y: none; }
html.no-js .reveal { opacity: 1; }
/* isolate card layout so hovers & reveals don't trigger page-wide recalc during scroll
   (layout only — NOT paint, which would clip the cards' outer hover shadows) */
.cat-card, .store-card, .brand-cell, .hscroll-panel, .contact-item { contain: layout; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.65;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; margin: 0; color: var(--ink); letter-spacing: -0.01em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.wrap { width: 100%; max-width: calc(var(--wrap) + var(--gutter) * 2); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); position: relative; }
.section-tight { padding-block: clamp(48px, 6vw, 84px); }
.section-alt { background: var(--sand); }
/* Soft tonal seam between light sections */
.section-alt + .section:not(.section-alt), .section:not(.section-alt) + .section-alt { position: relative; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 4000;
  background: var(--ink); color: #fff; padding: 10px 18px; border-radius: var(--r-pill);
  transform: translateY(-160%); transition: transform var(--dur) var(--ease);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid var(--azure); outline-offset: 3px; border-radius: 4px; }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; max-width: 100%;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--amber-deep);
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--grad-amber); border-radius: 2px; }
.eyebrow.on-dark { color: #f4c48a; }
.eyebrow.on-dark::before { background: var(--grad-gold); }

.display {
  font-size: clamp(2.3rem, 6.2vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}
.h2 { font-size: clamp(1.9rem, 4vw, 3.1rem); }
.lead { font-size: clamp(1.02rem, 1.5vw, 1.22rem); color: var(--ink-3); }
.muted { color: var(--muted); }
.italic { font-style: italic; }
em, .accent-serif { font-style: italic; color: var(--amber-deep); font-family: var(--font-display); }

.grad-text {
  background: var(--grad-sunset);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  background-size: 220% 220%;
}
.grad-text-gold {
  background: var(--grad-gold);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line);
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: var(--r-pill); border: 1.5px solid var(--btn-bd);
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 600; font-size: 0.92rem; letter-spacing: 0.01em;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease),
              background-color var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease);
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; }
.btn-solid { --btn-bg: var(--ink); --btn-fg: #fff; --btn-bd: var(--ink); box-shadow: var(--shadow-sm); }
.btn-solid:hover { box-shadow: var(--shadow-md); }
.btn-amber { background: var(--grad-amber); color: #fff; border-color: transparent; box-shadow: var(--shadow-amber); }
.btn-amber:hover { box-shadow: 0 30px 70px rgba(243, 138, 34, 0.36); }
.btn-ghost { --btn-bg: transparent; --btn-fg: var(--ink); --btn-bd: var(--line); }
.btn-ghost.on-dark { --btn-fg: #fff; --btn-bd: rgba(255, 255, 255, 0.28); }
.btn-whatsapp { background: #25d366; color: #fff; border-color: transparent; box-shadow: 0 18px 40px rgba(37, 211, 102, 0.32); }
.btn-lg { padding: 17px 32px; font-size: 1rem; }
.btn-block { display: flex; width: 100%; }

/* ---------- Header / nav ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1200;
  padding: 16px 0;
  background: rgba(251, 248, 243, 0.72);
  backdrop-filter: saturate(150%) blur(11px);
  -webkit-backdrop-filter: saturate(150%) blur(11px);
  border-bottom: 1px solid transparent;
  transition: padding var(--dur) var(--ease), background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.site-header.scrolled { padding: 10px 0; background: rgba(251, 248, 243, 0.88); border-bottom-color: var(--line-soft); box-shadow: var(--shadow-sm); }
/* Over the dark hero (not yet scrolled, menu closed): transparent header, light controls */
.logo-on-dark { display: none; }
body:not(.menu-open) .site-header:not(.scrolled) { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
body:not(.menu-open) .site-header:not(.scrolled) .logo-on-light { display: none; }
body:not(.menu-open) .site-header:not(.scrolled) .logo-on-dark { display: inline; }
body:not(.menu-open) .site-header:not(.scrolled) .nav-links a { color: rgba(255, 255, 255, 0.82); }
body:not(.menu-open) .site-header:not(.scrolled) .nav-links a:hover,
body:not(.menu-open) .site-header:not(.scrolled) .nav-links a:focus-visible { color: #fff; }
body:not(.menu-open) .site-header:not(.scrolled) .lang-toggle { background: rgba(255, 255, 255, 0.09); color: #fff; border-color: rgba(255, 255, 255, 0.24); }
body:not(.menu-open) .site-header:not(.scrolled) .nav-evdego { color: #f4c48a; border-color: rgba(243, 138, 34, 0.55); }
body:not(.menu-open) .site-header:not(.scrolled) .nav-cta-desktop { background: var(--grad-amber); border-color: transparent; box-shadow: var(--shadow-amber); }
body:not(.menu-open) .site-header:not(.scrolled) .burger { background: rgba(255, 255, 255, 0.09); border-color: rgba(255, 255, 255, 0.24); }
body:not(.menu-open) .site-header:not(.scrolled) .burger span { background: #fff; }
.nav { display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 46px; width: auto; }
.site-header.scrolled .brand img { height: 40px; }
.nav-links { display: flex; align-items: center; gap: 6px; margin-inline: auto; }
.nav-links a {
  position: relative; padding: 10px 14px; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-2);
  transition: color var(--dur) var(--ease);
}
.nav-links a::after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px;
  background: var(--grad-amber); border-radius: 2px; transform: scaleX(0); transform-origin: left;
  transition: transform var(--dur) var(--ease);
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--ink); }
.nav-links a:hover::after, .nav-links a:focus-visible::after, .nav-links a.is-active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }

.lang-switch { position: relative; }
.lang-toggle {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px;
  border: 1.5px solid var(--line); border-radius: var(--r-pill); background: #fff;
  font-weight: 700; font-size: 0.78rem; letter-spacing: 0.08em; color: var(--ink);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.lang-toggle:hover { border-color: var(--amber); }
.lang-toggle svg { width: 15px; height: 15px; }
.lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0; min-width: 172px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  box-shadow: var(--shadow-md); padding: 8px; display: grid; gap: 2px;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
  z-index: 60;
}
.lang-switch.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu button {
  display: flex; align-items: center; gap: 10px; width: 100%; text-align: left;
  padding: 11px 14px; border: 0; background: transparent; border-radius: var(--r-sm);
  font-weight: 600; font-size: 0.9rem; color: var(--ink-2);
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.lang-menu button:hover { background: var(--sand); color: var(--ink); }
.lang-menu button[aria-current="true"] { background: var(--sand-2); color: var(--ink); }
.lang-menu .flag { font-size: 1.1rem; line-height: 1; }

.nav-evdego { padding: 9px 16px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.04em; color: var(--amber-deep); border-color: rgba(243, 138, 34, 0.4); }
.nav-evdego:hover { border-color: var(--amber); background: rgba(243, 138, 34, 0.07); }
@media (max-width: 1180px) { .nav-evdego { display: none; } }

.icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: var(--r-pill);
  border: 1.5px solid var(--line); background: #fff; color: var(--ink);
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.icon-btn:hover { border-color: var(--amber); transform: translateY(-2px); }
.icon-btn svg { width: 20px; height: 20px; }

.burger { display: none; width: 46px; height: 46px; border: 1.5px solid var(--line); border-radius: var(--r-pill); background: #fff; position: relative; }
.burger span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease); }
.burger span:nth-child(1) { top: 16px; } .burger span:nth-child(2) { top: 22px; } .burger span:nth-child(3) { top: 28px; }
body.menu-open .burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .burger span:nth-child(2) { opacity: 0; }
body.menu-open .burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile menu */
.mobile-menu {
  position: fixed; inset: 0; z-index: 1100; background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px); display: flex; flex-direction: column; justify-content: center;
  align-items: center; gap: 6px; padding: 80px 24px 40px;
  opacity: 0; visibility: hidden; transform: translateY(-2%);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.mobile-menu a { font-family: var(--font-display); font-size: 1.9rem; padding: 10px; color: var(--ink); }
.mobile-menu a.btn { font-family: var(--font-body); font-size: 1rem; margin-top: 18px; }

/* ---------- Hero (dark luxury showroom) ---------- */
.hero { position: relative; padding-top: clamp(120px, 16vh, 190px); padding-bottom: clamp(48px, 8vw, 96px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 55% at 88% 8%, rgba(184, 150, 90, 0.10), transparent 60%),
    radial-gradient(52% 48% at 6% 92%, rgba(243, 138, 34, 0.12), transparent 58%),
    var(--sand);
}
.hero-dark { color: #fff; padding-bottom: clamp(70px, 8vw, 110px); }
.hero-dark::before {
  background:
    radial-gradient(55% 50% at 82% 12%, rgba(243, 138, 34, 0.16), transparent 62%),
    radial-gradient(45% 45% at 10% 88%, rgba(184, 150, 90, 0.14), transparent 60%),
    radial-gradient(70% 60% at 50% 110%, rgba(201, 163, 91, 0.10), transparent 70%),
    var(--grad-ink);
}
.hero-dark h1 { color: #fff; }
.hero-dark .lead { color: rgba(255, 255, 255, 0.76); }
.hero-dark .hero-trust { border-top-color: rgba(255, 255, 255, 0.14); }
.hero-dark .hero-trust .item b { color: #fff; }
.hero-dark .hero-trust .item span { color: rgba(255, 255, 255, 0.55); }
.hero-orbs { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.hero-orbs .orb { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.5; }
.hero-orbs .o1 { width: 380px; height: 380px; right: -80px; top: -60px; background: radial-gradient(circle, rgba(243,138,34,0.55), transparent 65%); animation: orbfloat 14s ease-in-out infinite alternate; }
.hero-orbs .o2 { width: 300px; height: 300px; left: -100px; bottom: -40px; background: radial-gradient(circle, rgba(184,150,90,0.45), transparent 65%); animation: orbfloat 18s ease-in-out infinite alternate-reverse; }
.hero-orbs .o3 { width: 220px; height: 220px; left: 42%; top: 8%; background: radial-gradient(circle, rgba(201,163,91,0.35), transparent 65%); animation: orbfloat 22s ease-in-out infinite alternate; }
@keyframes orbfloat { from { transform: translate3d(0, 0, 0) scale(1); } to { transform: translate3d(24px, 30px, 0) scale(1.08); } }

.hero-dark .stage-wrap {
  aspect-ratio: 4 / 4.15; width: 100%; border-radius: var(--r-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: radial-gradient(90% 80% at 50% 26%, #1c2b4c 0%, #0c1424 68%, #090f1c 100%);
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  position: relative; overflow: hidden;
}
.stage-art { position: absolute; inset: 0; background:
  radial-gradient(42% 30% at 50% 30%, rgba(243, 138, 34, 0.22), transparent 70%),
  radial-gradient(30% 22% at 32% 62%, rgba(184, 150, 90, 0.16), transparent 70%),
  radial-gradient(55% 8% at 50% 78%, rgba(201, 163, 91, 0.25), transparent 75%);
}
.hero-dark .stage-wrap canvas { position: relative; z-index: 1; }
/* Hero image stack (real photography) */
.hero-stack { position: relative; }
.hs-main { margin: 0; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 4.35; border: 1px solid rgba(255, 255, 255, 0.14); box-shadow: 0 60px 120px rgba(0, 0, 0, 0.5); position: relative; }
.hs-main img, .hs-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hs-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 20, 36, 0) 55%, rgba(12, 20, 36, 0.5)); }
.hs-card { margin: 0; position: absolute; border-radius: var(--r-md); overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45); will-change: transform; }
.hs-a { width: 44%; aspect-ratio: 1 / 1; right: -7%; top: -7%; }
.hs-b { width: 42%; aspect-ratio: 4 / 3; left: -9%; bottom: 9%; }
.hs-ring { position: absolute; width: 62%; aspect-ratio: 1; border-radius: 50%; border: 1.5px solid rgba(201, 163, 91, 0.5); left: -13%; top: -9%; filter: drop-shadow(0 0 18px rgba(201, 163, 91, 0.35)); }
.hs-chip { position: absolute; right: 6%; bottom: 5%; display: flex; gap: 12px; align-items: center; background: rgba(255, 255, 255, 0.09); border: 1px solid rgba(255, 255, 255, 0.22); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-radius: var(--r-pill); padding: 12px 22px; color: #fff; box-shadow: var(--shadow-md); }
.hs-chip b { font-family: var(--font-display); font-size: 1.5rem; line-height: 1; }
.hs-chip span { font-size: 0.78rem; color: rgba(255, 255, 255, 0.75); }
.scroll-cue.on-dark { color: rgba(255, 255, 255, 0.6); margin-top: clamp(30px, 5vw, 56px); }
.scroll-cue.on-dark i { border-color: rgba(255, 255, 255, 0.28); }
.hero-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(28px, 5vw, 72px); align-items: center; }
.hero-grid > * { min-width: 0; }
.hero-copy { max-width: 100%; }
.hero-copy h1, .hero-copy .lead, .hero-copy .hero-actions { max-width: 100%; }
.hero-copy { max-width: 640px; }
.hero h1 { font-size: clamp(2.15rem, 7.4vw, 5.1rem); font-weight: 700; margin-top: 22px; overflow-wrap: break-word; }
/* No overflow mask on the hero lines: a mask clips diacritics/descenders that rise above the
   ascender line (Turkish ğ breve, İ dot; Cyrillic; German). The reveal is a slide-fade instead,
   so no glyph can ever be clipped. */
.hero h1 .line { display: block; }
.hero h1 .line > span { display: block; }
.hero .lead { margin-top: 26px; max-width: 52ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 30px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-trust .item b { display: block; font-family: var(--font-display); font-size: 1.7rem; color: var(--ink); line-height: 1; }
.hero-trust .item span { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.02em; }

.hero-visual { position: relative; }
.hero-figure {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  aspect-ratio: 4 / 4.4; box-shadow: var(--shadow-lg);
  transform: translateZ(0);
}
.hero-figure img { width: 100%; height: 100%; object-fit: cover; }
.hero-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(38, 30, 24, 0.28)); }
.hero-badge {
  position: absolute; left: -18px; bottom: 34px; z-index: 3;
  background: #fff; border-radius: var(--r-md); padding: 16px 20px; box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 14px; max-width: 260px;
}
.hero-badge .dot { width: 44px; height: 44px; border-radius: 50%; background: var(--grad-sunset); flex-shrink: 0; display: grid; place-items: center; color: #fff; }
.hero-badge .dot svg { width: 22px; height: 22px; }
.hero-badge b { font-family: var(--font-display); font-size: 1.05rem; }
.hero-badge small { display: block; font-size: 0.76rem; color: var(--muted); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(6px); opacity: 0.5; }
.hero-orb.a { width: 120px; height: 120px; background: var(--grad-amber); top: -30px; right: 40px; }
.hero-orb.b { width: 90px; height: 90px; background: radial-gradient(circle, var(--azure), transparent 70%); bottom: -20px; left: -30px; }

.scroll-cue { display: inline-flex; align-items: center; gap: 10px; margin-top: 42px; color: var(--muted); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; }
.scroll-cue i { width: 22px; height: 34px; border: 1.5px solid var(--line); border-radius: var(--r-pill); position: relative; }
.scroll-cue i::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; background: var(--amber); border-radius: 2px; transform: translateX(-50%); animation: scrolldot 1.8s var(--ease) infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 10px); } }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); padding: 20px 0; margin-top: clamp(40px, 6vw, 72px); }
.marquee-track { display: flex; gap: 48px; width: max-content; will-change: transform; }
.marquee-track span { font-family: var(--font-display); font-size: clamp(1.1rem, 2.2vw, 1.7rem); color: var(--ink-3); display: inline-flex; align-items: center; gap: 48px; }
.marquee-track span::after { content: "•"; color: var(--amber); }

/* ---------- Trust strip ---------- */
.trust-strip { margin-top: -46px; position: relative; z-index: 5; }
.trust-card { background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); box-shadow: var(--shadow-md); display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; padding: 26px 30px; }
.trust-item + .trust-item { border-left: 1px solid var(--line-soft); }
.trust-item .ico { width: 48px; height: 48px; flex-shrink: 0; border-radius: 14px; display: grid; place-items: center; background: var(--sand); color: var(--amber-deep); }
.trust-item .ico svg { width: 24px; height: 24px; }
.trust-item b { display: block; font-family: var(--font-display); font-size: 1.16rem; }
.trust-item span { font-size: 0.84rem; color: var(--muted); }
.trust-item .chan { display: inline-flex; flex-wrap: wrap; gap: 6px 10px; margin-top: 4px; }
.trust-item .chan a { font-size: 0.78rem; font-weight: 700; color: var(--azure-deep); }
.trust-item .chan a:hover { color: var(--amber-deep); }

/* ---------- Full-bleed parallax band ---------- */
.band { position: relative; overflow: hidden; min-height: clamp(420px, 60vh, 640px); display: grid; align-items: center; color: #fff; isolation: isolate; }
.band-media { position: absolute; inset: -12% 0; z-index: -2; }
.band-media img { width: 100%; height: 100%; object-fit: cover; will-change: transform; }
.band-overlay { position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(90deg, rgba(26, 20, 15, 0.86) 0%, rgba(26, 20, 15, 0.55) 45%, rgba(26, 20, 15, 0.25) 100%),
  linear-gradient(0deg, rgba(26, 20, 15, 0.5), transparent 60%); }
.band-content { max-width: 720px; padding-block: clamp(60px, 9vw, 110px); }
.band-title { color: #fff; font-size: clamp(2rem, 4.6vw, 3.6rem); margin: 20px 0 30px; line-height: 1.08; }

/* ---------- Section head ---------- */
.section-head { max-width: 720px; margin-bottom: clamp(34px, 5vw, 60px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { font-size: clamp(1.9rem, 4.2vw, 3.2rem); margin-top: 16px; }
.section-head p { margin-top: 18px; color: var(--ink-3); font-size: 1.05rem; }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.about-gallery { position: relative; }
.about-stack { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: repeat(2, 1fr); gap: 16px; aspect-ratio: 1 / 1.02; }
.about-stack figure { margin: 0; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); position: relative; }
.about-stack figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(165deg, rgba(243, 138, 34, 0.10), rgba(38, 30, 24, 0.22) 85%); pointer-events: none; }
.about-stack figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.about-stack figure:hover img { transform: scale(1.06); }
.about-stack figure:nth-child(1) { grid-row: span 2; }
.about-badge { position: absolute; right: -14px; top: -18px; background: var(--grad-ink); color: #fff; border-radius: var(--r-md); padding: 18px 22px; box-shadow: var(--shadow-md); text-align: center; }
.about-badge b { display: block; font-family: var(--font-display); font-size: 2.2rem; line-height: 1; color: #fff; }
.about-badge span { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: #f4c48a; }
.about-copy .signature { margin-top: 22px; font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--ink-2); }
.about-copy .lead { margin-top: 20px; }
.about-copy p + p { margin-top: 16px; }
.mini-stats { display: flex; gap: 34px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.mini-stats b { font-family: var(--font-display); font-size: 1.9rem; display: block; line-height: 1; }
.mini-stats span { font-size: 0.82rem; color: var(--muted); }

/* ---------- Categories ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cat-card {
  position: relative; padding: 30px; border-radius: var(--r-lg); background: #fff;
  border: 1px solid var(--line-soft); overflow: hidden; min-height: 250px;
  display: flex; flex-direction: column; justify-content: flex-end;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.cat-card::before { content: ""; position: absolute; inset: 0; background: var(--grad-sunset); opacity: 0; transition: opacity var(--dur) var(--ease); z-index: 0; }
.cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.cat-card:hover::before { opacity: 1; }
.cat-card > * { position: relative; z-index: 1; transition: color var(--dur) var(--ease); }
.cat-card .cat-ico { width: 56px; height: 56px; border-radius: 16px; background: var(--sand); color: var(--amber-deep); display: grid; place-items: center; margin-bottom: auto; transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.cat-card .cat-ico svg { width: 28px; height: 28px; }
.cat-card:hover .cat-ico { background: rgba(255, 255, 255, 0.22); color: #fff; }
.cat-card h3 { font-size: 1.28rem; margin-top: 22px; }
.cat-card p { margin-top: 8px; font-size: 0.9rem; color: var(--muted); }
.cat-card:hover h3, .cat-card:hover p { color: #fff; }
.cat-card .cat-n { position: absolute; top: 24px; right: 26px; font-family: var(--font-display); font-size: 1rem; color: var(--line); z-index: 1; }
.cat-card:hover .cat-n { color: rgba(255,255,255,0.6); }

/* Image-backed category tiles */
.cat-card.cat-img { color: #fff; border: none; min-height: 380px; }
.cat-img .cat-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.94) saturate(1.05); transition: transform 1.2s var(--ease); }
.cat-img::before { opacity: 1; z-index: 1; background: linear-gradient(180deg, rgba(20, 14, 9, 0.5) 0%, rgba(20, 14, 9, 0.08) 32%, rgba(20, 14, 9, 0.55) 66%, rgba(20, 14, 9, 0.9) 100%); }
.cat-img:hover::before { background: linear-gradient(180deg, rgba(20, 14, 9, 0.42) 0%, rgba(194, 107, 34, 0.28) 40%, rgba(20, 14, 9, 0.92) 100%); }
.cat-img:hover .cat-bg { transform: scale(1.07); }
.cat-img h3, .cat-img .cat-n { color: #fff; }
.cat-img p { color: rgba(255, 255, 255, 0.88); }
.cat-img .cat-n { color: rgba(255, 255, 255, 0.6); font-size: 1.15rem; }
.cat-img .cat-ico { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(150deg, rgba(224, 138, 60, 0.95), rgba(184, 150, 90, 0.9)); color: #fff; box-shadow: 0 8px 22px rgba(20, 14, 9, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
.cat-img:hover .cat-ico { background: linear-gradient(150deg, #eba152, var(--gold)); transform: translateY(-2px); }
.cat-img h3 { font-size: 1.34rem; }

/* ---------- Showcase (Three.js) ---------- */
.showcase { background: var(--grad-ink); color: #fff; overflow: hidden; }
.showcase h2, .showcase h3 { color: #fff; }
.showcase .lead { color: rgba(255, 255, 255, 0.72); }
.showcase-grid { display: grid; grid-template-columns: 0.86fr 1.14fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.showcase-copy .muted { color: rgba(255, 255, 255, 0.6); }
.stage-wrap { position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 16 / 12; background: radial-gradient(80% 80% at 50% 30%, #1b2b4a, #0a1020); box-shadow: var(--shadow-lg); }
.stage-wrap canvas { display: block; width: 100%; height: 100%; }
.stage-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.stage-hint { position: absolute; left: 20px; bottom: 18px; font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.66); display: inline-flex; align-items: center; gap: 8px; }
.stage-hint i { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(243, 138, 34, 0.6); animation: pulse 2.4s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(243, 138, 34, 0.55); } 70% { box-shadow: 0 0 0 12px rgba(243, 138, 34, 0); } 100% { box-shadow: 0 0 0 0 rgba(243, 138, 34, 0); } }
.mat-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.mat-chip {
  display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 12px;
  border-radius: var(--r-pill); border: 1.5px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04); color: #fff; font-weight: 600; font-size: 0.86rem;
  transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.mat-chip:hover { transform: translateY(-2px); border-color: rgba(255,255,255,0.4); }
.mat-chip[aria-pressed="true"] { border-color: var(--amber); background: rgba(243, 138, 34, 0.16); }
.mat-chip .sw { width: 20px; height: 20px; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.35); }
.mat-spec { margin-top: 26px; display: grid; grid-template-columns: repeat(3, auto); gap: 14px 32px; }
.mat-spec div b { display: block; font-family: var(--font-display); font-size: 1.3rem; color: #fff; }
.mat-spec div span { font-size: 0.76rem; color: rgba(255,255,255,0.55); letter-spacing: 0.04em; }

/* ---------- Brands ---------- */
/* ---------- Polished-metal text (chrome wordmark technique) ---------- */
.metallic {
  /* every stop is a legible gold (no near-black bronze) so thin strokes/diacritics
     like the Turkish ğ breve never drop to zero contrast against the dark hero at any
     frame of the shine sweep. */
  background: linear-gradient(176deg, #cf9a3e 0%, #e8b555 15%, #f8e6b1 38%, #fffdf5 50%, #f2da97 62%, #d9a144 85%, #c4902f 100%);
  background-size: 100% 185%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  /* background-clip:text paints only inside the box; pad it past ascenders/descenders/
     diacritics (ğ breve, g/y descenders) so the gradient fills them, then pull back. */
  padding: 0.22em 0.04em 0.28em; margin: -0.22em -0.04em -0.28em;
  animation: metalshine 7s ease-in-out infinite;
}
@keyframes metalshine { 0%, 100% { background-position: 50% 12%; } 50% { background-position: 50% 88%; } }
.metallic-soft {
  background: linear-gradient(176deg, #aeb8c4 0%, #eef3f8 46%, #ffffff 52%, #c4cdd8 60%, #8b95a2 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;
  padding: 0.14em 0.04em 0.2em; margin: -0.14em -0.04em -0.2em;
}

/* ---------- 3D material configurator ---------- */
.three-d { background: var(--grad-ink); color: #fff; overflow: hidden; }
.three-d h2 { color: #fff; }
.three-d .lead { color: rgba(255, 255, 255, 0.74); }
.three-d .muted { color: rgba(255, 255, 255, 0.55); }
.threed-badges { display: flex; gap: 10px; margin-top: 26px; flex-wrap: wrap; }
.threed-badge { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em; padding: 7px 14px; border-radius: var(--r-pill); border: 1px solid rgba(255, 255, 255, 0.18); color: #f4c48a; background: rgba(255, 255, 255, 0.04); }
.threed-note { margin-top: 16px; font-size: 0.78rem; color: rgba(255, 255, 255, 0.45); }
.stage3d { position: relative; aspect-ratio: 4 / 3.5; width: 100%; border-radius: var(--r-xl); overflow: hidden; background: radial-gradient(82% 80% at 50% 26%, #2c2318, #14100b 72%); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.06); }
.stage3d canvas { position: relative; z-index: 2; display: block; width: 100%; height: 100%; cursor: grab; touch-action: pan-y; }
.stage3d canvas:active { cursor: grabbing; }
.stage3d-fallback { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.9; transition: opacity 0.7s var(--ease); }
.stage3d.live .stage3d-fallback { opacity: 0; }
.stage3d-loader { position: absolute; inset: 0; z-index: 3; display: grid; place-items: center; }
.stage3d-loader i { width: 34px; height: 34px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, 0.2); border-top-color: var(--amber); animation: spin 0.8s linear infinite; }
.stage3d-loader[hidden] { display: none; }
.stage3d-hint { position: absolute; left: 18px; bottom: 16px; z-index: 4; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255, 255, 255, 0.7); display: inline-flex; align-items: center; gap: 8px; }
.stage3d-hint[hidden] { display: none; }
.stage3d-hint i { width: 8px; height: 8px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 0 rgba(224, 138, 60, 0.6); animation: pulse 2.4s infinite; }
.three-d .mat-chip { border-color: rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.04); color: #fff; }
.three-d .mat-chip[aria-pressed="true"] { border-color: var(--amber); background: rgba(224, 138, 60, 0.16); }

/* ---------- Horizontal shop-by-room scroller ---------- */
.hscroll { position: relative; overflow: hidden; }
.hscroll-track { display: flex; gap: 22px; padding-inline: var(--gutter); overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; will-change: transform; }
.hscroll-track::-webkit-scrollbar { display: none; }
.hscroll-panel { position: relative; flex: 0 0 auto; width: min(500px, 82vw); height: min(58vh, 520px); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); display: flex; align-items: flex-end; scroll-snap-align: center; }
.hscroll-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; transition: transform 1.2s var(--ease); }
.hscroll-panel::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(20, 14, 9, 0.5) 0%, rgba(20, 14, 9, 0.08) 30%, rgba(20, 14, 9, 0.5) 62%, rgba(20, 14, 9, 0.94) 100%); }
.hscroll-cta::after { background: linear-gradient(120deg, rgba(20, 14, 9, 0.92), rgba(20, 14, 9, 0.55)); }
.hscroll-panel:hover .hscroll-bg { transform: scale(1.06); }
.hscroll-body { position: relative; z-index: 2; padding: clamp(24px, 3vw, 38px); color: #fff; width: 100%; }
.hscroll-body .cat-ico { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: linear-gradient(150deg, rgba(224, 138, 60, 0.95), rgba(184, 150, 90, 0.9)); color: #fff; box-shadow: 0 8px 22px rgba(20, 14, 9, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35); margin-top: 14px; }
.hscroll-body .cat-ico svg { width: 26px; height: 26px; }
.hscroll-n { font-family: var(--font-display); font-size: 1.1rem; color: rgba(255, 255, 255, 0.6); }
.hscroll-body h3 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.95rem); margin-top: 16px; }
.hscroll-body p { color: rgba(255, 255, 255, 0.9); margin-top: 10px; max-width: 34ch; font-size: 0.95rem; }
.hscroll-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.02em; }
.hscroll-link svg { transition: transform var(--dur) var(--ease); }
.hscroll-link:hover svg { transform: translateX(5px); }
.hscroll-cta .hscroll-body { display: flex; flex-direction: column; justify-content: center; height: 100%; align-items: flex-start; }
.hscroll-cta h3 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); max-width: 18ch; }
.hscroll-cta .btn { margin-top: 24px; }
.hscroll-progress { height: 3px; background: var(--line); border-radius: 2px; margin: 26px var(--gutter) 0; overflow: hidden; }
.hscroll-progress span { display: block; height: 100%; width: 22%; background: var(--grad-amber); border-radius: 2px; transform-origin: left; }
@media (min-width: 900px) {
  .collections-pin .hscroll { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
  .collections-pin .hscroll-track { overflow: visible; scroll-snap-type: none; padding-inline: max(var(--gutter), calc((100vw - var(--wrap)) / 2 + var(--gutter))); }
}
@media (max-width: 899px) { .hscroll-progress { display: none; } .hscroll-panel { width: 84vw; height: 60vh; } }

/* ---------- Brands ---------- */
.brand-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.brand-tab {
  padding: 11px 20px; border-radius: var(--r-pill); border: 1.5px solid var(--line);
  background: #fff; font-weight: 600; font-size: 0.9rem; color: var(--ink-3);
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease), background-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.brand-tab:hover { transform: translateY(-2px); border-color: var(--amber); color: var(--ink); }
.brand-tab.active { background: var(--ink); color: #fff; border-color: var(--ink); }
.brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.brand-cell {
  position: relative; display: grid; place-items: center; text-align: center; min-height: 116px; padding: 22px 16px;
  border-radius: var(--r-md); border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, #fffdfa, var(--sand));
  font-family: var(--font-display); font-weight: 500; font-size: 1.1rem; color: var(--ink-2); letter-spacing: 0.015em;
  overflow: hidden; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
/* engraved brass corner ticks */
.brand-cell::before { content: ""; position: absolute; top: 12px; left: 12px; width: 12px; height: 12px; border-top: 1.5px solid rgba(184, 150, 90, 0.55); border-left: 1.5px solid rgba(184, 150, 90, 0.55); opacity: 0; transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); transform: translate(4px, 4px); }
.brand-cell::after { content: ""; position: absolute; right: 12px; bottom: 12px; width: 12px; height: 12px; border-bottom: 1.5px solid rgba(184, 150, 90, 0.55); border-right: 1.5px solid rgba(184, 150, 90, 0.55); opacity: 0; transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); transform: translate(-4px, -4px); }
.brand-cell:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: rgba(184, 150, 90, 0.6); color: var(--ink); }
.brand-cell:hover::before, .brand-cell:hover::after { opacity: 1; transform: translate(0, 0); }
.brand-cell[hidden] { display: none; }
.brand-note { margin-top: 24px; font-size: 0.85rem; color: var(--muted); }

/* ---------- Stores ---------- */
.store-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.store-card {
  background: #fff; border: 1px solid var(--line-soft); border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.store-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.store-media { position: relative; aspect-ratio: 16 / 10; background: var(--sand-2); overflow: hidden; }
.store-map-consent {
  position: absolute; inset: 0; width: 100%; border: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 20px;
  background:
    linear-gradient(140deg, rgba(184,150,90,0.10), rgba(243,138,34,0.10)),
    repeating-linear-gradient(45deg, var(--sand) 0 14px, var(--sand-2) 14px 28px);
  color: var(--ink-3); cursor: pointer;
  transition: background-color var(--dur) var(--ease);
}
.store-map-consent:hover { color: var(--ink); }
.store-map-consent .pin { width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); display: grid; place-items: center; color: var(--amber-deep); }
.store-map-consent .pin svg { width: 22px; height: 22px; }
.store-map-consent small { font-size: 0.74rem; color: var(--muted); max-width: 200px; }
.store-media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(0.4) contrast(1.02); transition: filter 0.6s var(--ease), opacity 0.7s var(--ease); opacity: 0; }
.store-media iframe.in { opacity: 1; }
.store-card:hover .store-media iframe { filter: grayscale(0) contrast(1); }
.store-media .map-spinner { position: absolute; inset: 0; display: grid; place-items: center; color: var(--amber-deep); }
.store-media .map-spinner i { width: 30px; height: 30px; border-radius: 50%; border: 3px solid rgba(243,138,34,0.25); border-top-color: var(--amber); animation: spin 0.8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.store-body { padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.store-body h3 { font-size: 1.3rem; }
.store-tag { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--azure-deep); background: rgba(184,150,90,0.09); padding: 5px 11px; border-radius: var(--r-pill); margin-bottom: 4px; }
.store-addr { color: var(--muted); font-size: 0.92rem; }
.store-rating { display: inline-flex; align-items: center; gap: 8px; margin-top: 6px; font-size: 0.86rem; font-weight: 600; color: var(--ink-2); }
.store-rating .stars { color: var(--amber); letter-spacing: 1px; }
.store-rating .count { color: var(--muted); font-weight: 500; }
.store-actions { margin-top: auto; padding-top: 16px; display: flex; gap: 10px; }
.store-actions .btn { flex: 1; padding: 12px 16px; font-size: 0.84rem; }

/* ---------- Reviews / concierge / contact ---------- */
.rating-hero { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 40px; padding: 30px 34px; border-radius: var(--r-lg); background: var(--sand); border: 1px solid var(--line-soft); }
.rating-hero .big { font-family: var(--font-display); font-size: 3.4rem; line-height: 1; color: var(--ink); }
.rating-hero .stars { color: var(--amber); font-size: 1.3rem; letter-spacing: 2px; }
.rating-hero .meta { font-size: 0.9rem; color: var(--muted); }
.rating-hero .divider { width: 1px; align-self: stretch; background: var(--line); }

.concierge { position: relative; overflow: hidden; background: var(--grad-ink); color: #fff; border-radius: var(--r-xl); padding: clamp(34px, 5vw, 62px); }
.concierge::after { content: ""; position: absolute; width: 320px; height: 320px; right: -80px; top: -80px; background: radial-gradient(circle, rgba(243,138,34,0.35), transparent 70%); }
.concierge h2 { color: #fff; }
.concierge .lead { color: rgba(255,255,255,0.74); }
.concierge-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; position: relative; z-index: 1; }
.concierge-feats { display: grid; gap: 14px; margin-top: 26px; }
.concierge-feats li { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,0.86); font-size: 0.95rem; }
.concierge-feats svg { width: 22px; height: 22px; flex-shrink: 0; color: var(--amber); margin-top: 1px; }
.concierge-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r-lg); padding: 24px; backdrop-filter: blur(6px); }
.concierge-card .bubble { background: rgba(255,255,255,0.9); color: var(--ink); border-radius: 16px 16px 16px 4px; padding: 13px 16px; font-size: 0.9rem; max-width: 90%; margin-bottom: 10px; }
.concierge-card .bubble.me { background: var(--grad-amber); color: #fff; border-radius: 16px 16px 4px 16px; margin-left: auto; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 60px); align-items: start; }
.field { display: grid; gap: 8px; margin-bottom: 16px; }
.field label { font-size: 0.82rem; font-weight: 600; color: var(--ink-2); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: var(--r-sm);
  background: var(--cool); font: inherit; color: var(--ink);
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--amber); background: #fff; box-shadow: 0 0 0 4px rgba(243,138,34,0.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 0.8rem; color: var(--muted); margin-top: 6px; }
.form-error { color: #c0392b; font-size: 0.85rem; min-height: 1.2em; font-weight: 600; }

.contact-aside { display: grid; gap: 14px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; padding: 18px 20px; border-radius: var(--r-md); border: 1px solid var(--line-soft); background: #fff; }
.contact-item .ico { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; background: var(--sand); color: var(--amber-deep); display: grid; place-items: center; }
.contact-item .ico svg { width: 22px; height: 22px; }
.contact-item b { font-size: 0.95rem; }
.contact-item a, .contact-item p { color: var(--ink-3); font-size: 0.92rem; }
.contact-item a:hover { color: var(--amber-deep); }
.social-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 4px; }
.social-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: var(--r-pill); border: 1.5px solid var(--line); background: #fff; font-size: 0.84rem; font-weight: 600; color: var(--ink-2); transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), color var(--dur) var(--ease); }
.social-chip:hover { transform: translateY(-2px); border-color: #e1306c; color: #c1275a; }
.social-chip svg { width: 17px; height: 17px; }

/* ---------- Footer ---------- */
.footer { background: var(--grad-ink); color: rgba(255,255,255,0.72); padding-block: clamp(52px, 7vw, 84px) 30px; }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 34px; }
.footer .brand img { height: 44px; }
.footer p { font-size: 0.9rem; margin-top: 16px; max-width: 34ch; }
.footer a { color: rgba(255,255,255,0.72); font-size: 0.92rem; display: inline-block; padding: 4px 0; transition: color var(--dur) var(--ease); }
.footer a:hover { color: #fff; }
.footer .col-links { display: grid; gap: 2px; }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 0.82rem; }
.footer-bottom a { display: inline; }

/* ---------- Floating controls ---------- */
.floating { position: fixed; right: clamp(16px, 3vw, 30px); bottom: clamp(16px, 3vw, 30px); z-index: 1300; display: flex; flex-direction: column; gap: 12px; }
.fab { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; border: none; box-shadow: var(--shadow-md); color: #fff; transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease); }
.fab:hover { transform: translateY(-3px) scale(1.05); }
.fab svg { width: 28px; height: 28px; }
.fab-wa { background: #25d366; }
.fab-ai { background: var(--grad-sunset); position: relative; }
.fab-ai::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(243,138,34,0.5); animation: pulse 2.6s infinite; }

/* ---------- AI chat panel ---------- */
.chat-panel {
  position: fixed; right: clamp(16px, 3vw, 30px); bottom: calc(clamp(16px, 3vw, 30px) + 74px);
  width: min(400px, calc(100vw - 32px)); height: min(560px, calc(100vh - 130px));
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-lg);
  z-index: 1350; display: flex; flex-direction: column; overflow: hidden;
  opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.98);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), visibility var(--dur);
}
.chat-panel.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.chat-head { background: var(--grad-ink); color: #fff; padding: 16px 18px; display: flex; align-items: center; gap: 12px; }
.chat-head .avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--grad-sunset); display: grid; place-items: center; flex-shrink: 0; }
.chat-head .avatar svg { width: 22px; height: 22px; color: #fff; }
.chat-head b { color: #fff; font-family: var(--font-display); font-size: 1.05rem; }
.chat-head small { display: block; font-size: 0.74rem; color: rgba(255,255,255,0.7); }
.chat-head .close { margin-left: auto; width: 34px; height: 34px; border-radius: 50%; border: none; background: rgba(255,255,255,0.14); color: #fff; display: grid; place-items: center; }
.chat-head .close svg { width: 18px; height: 18px; }
.chat-log { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 12px; background: var(--cool); }
.chat-msg { max-width: 86%; padding: 11px 15px; border-radius: 16px; font-size: 0.9rem; line-height: 1.5; }
.chat-msg.bot { background: #fff; border: 1px solid var(--line-soft); border-bottom-left-radius: 4px; align-self: flex-start; box-shadow: var(--shadow-sm); }
.chat-msg.user { background: var(--grad-amber); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.chat-msg.note { align-self: center; background: transparent; color: var(--muted); font-size: 0.78rem; text-align: center; max-width: 100%; }
.chat-typing { display: inline-flex; gap: 4px; padding: 12px 15px; }
.chat-typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); animation: blink 1.2s infinite; }
.chat-typing i:nth-child(2) { animation-delay: 0.2s; } .chat-typing i:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink { 0%, 60%, 100% { opacity: 0.25; } 30% { opacity: 1; } }
.chat-quick { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 18px 10px; background: var(--cool); }
.chat-quick button { padding: 7px 12px; border: 1.5px solid var(--line); border-radius: var(--r-pill); background: #fff; font-size: 0.78rem; font-weight: 600; color: var(--ink-2); transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.chat-quick button:hover { border-color: var(--amber); color: var(--ink); }
.chat-input { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line-soft); background: #fff; }
.chat-input input { flex: 1; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--r-pill); font: inherit; background: var(--cool); }
.chat-input input:focus { outline: none; border-color: var(--amber); background: #fff; }
.chat-input button { width: 46px; height: 46px; border-radius: 50%; border: none; background: var(--ink); color: #fff; display: grid; place-items: center; flex-shrink: 0; transition: background-color var(--dur) var(--ease); }
.chat-input button:hover { background: var(--amber-deep); }
.chat-input button svg { width: 20px; height: 20px; }

/* ---------- Film grain texture (premium tactile finish) ----------
   No mix-blend-mode: a blended fixed overlay forces the browser to re-composite against the
   scrolling content every frame (scroll jank). A plain low-opacity overlay is a single static
   GPU layer that never repaints while scrolling — keeps the texture, frees the frame budget. */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 6; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: 0.028;
  will-change: transform;
}

/* ---------- Hero pointer spotlight ---------- */
.hero-spotlight {
  position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: 0;
  transition: opacity 0.6s var(--ease);
  background: radial-gradient(340px circle at var(--mx, 70%) var(--my, 26%), rgba(224, 138, 60, 0.18), transparent 68%);
}
@media (hover: hover) and (pointer: fine) { .hero:hover .hero-spotlight { opacity: 1; } }

/* ---------- Reveal / motion ---------- */
.motion-ready .reveal { opacity: 0; transform: transl3d(0,0,0); }
.motion-ready .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.motion-ready .reveal.in { opacity: 1; transform: none; }
.motion-ready .reveal[data-reveal="left"] { transform: translateX(-40px); }
.motion-ready .reveal[data-reveal="right"] { transform: translateX(40px); }
.motion-ready .reveal[data-reveal="scale"] { transform: scale(0.94); }
.motion-ready .reveal[data-reveal="left"].in,
.motion-ready .reveal[data-reveal="right"].in,
.motion-ready .reveal[data-reveal="scale"].in { transform: none; }
.stagger > * { --i: 0; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 1400; background: var(--grad-sunset); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .store-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase-grid, .concierge-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .burger { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 480px; margin-inline: auto; width: 100%; padding-top: 10px; }
  .hs-main { aspect-ratio: 4 / 3.6; }
  .hs-a { right: -3%; }
  .hs-b { left: -4%; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .trust-card { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: none; border-top: 1px solid var(--line-soft); }
  .nav-cta-desktop { display: none; }
}
@media (max-width: 620px) {
  .cat-grid, .brand-grid, .store-grid { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .mini-stats { flex-wrap: wrap; gap: 20px; }
  .mat-spec { grid-template-columns: repeat(2, auto); }
  .rating-hero .divider { display: none; }
  .hero-badge { left: 12px; }
  .hero { padding-top: clamp(104px, 22vw, 150px); }
  .hero h1 { font-size: clamp(2.15rem, 9.4vw, 3rem); margin-top: 16px; }
  .hero .lead { font-size: 1rem; margin-top: 20px; }
  .eyebrow { letter-spacing: 0.16em; font-size: 0.64rem; }
  .hero-actions .btn { width: 100%; }
  .hs-a { right: 0; width: 40%; }
  .hs-b { left: 0; width: 38%; }
  .hs-chip { right: 3%; bottom: 4%; padding: 9px 15px; }
  .hs-chip b { font-size: 1.2rem; }
  .band-title { font-size: clamp(1.7rem, 7vw, 2.4rem); }
  .cat-card.cat-img { min-height: 260px; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .motion-ready .reveal { opacity: 1 !important; transform: none !important; }
  .marquee-track { transform: none !important; }
  .scroll-cue i::after, .fab-ai::after, .stage-hint i { animation: none !important; }
}

/* ---------- Legal pages ---------- */
.legal { max-width: 760px; }
.legal h1 { font-size: clamp(2.1rem, 4vw, 3rem); margin-top: 12px; }
.legal h2 { font-size: 1.3rem; margin-top: 38px; margin-bottom: 10px; }
.legal p, .legal li { color: var(--ink-3); }
.legal p { margin-top: 12px; }
.legal a { color: var(--amber-deep); font-weight: 600; }
.legal a:hover { text-decoration: underline; }
.legal-list { margin-top: 12px; display: grid; gap: 8px; }
.legal-list li { padding-left: 18px; position: relative; }
.legal-list li::before { content: ""; position: absolute; left: 0; top: 10px; width: 7px; height: 7px; border-radius: 50%; background: var(--grad-amber); }
.legal-note { margin-top: 22px; padding: 18px 22px; border-left: 3px solid var(--amber); background: var(--sand); border-radius: 0 var(--r-sm) var(--r-sm) 0; font-size: 0.92rem; color: var(--ink-2); }
.legal-updated { margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 0.85rem; color: var(--muted); }

/* ---------- Print / no-JS niceties ---------- */
@media print { .floating, .site-header, .chat-panel, .scroll-progress { display: none !important; } }
