/* =============================================================================
   VELLORIE — Landing page styles
   Style: Multikart "fashion-4" — elegant black & white editorial fashion.
   Accent #111 (black) · Cormorant serif display · Montserrat UI · Dancing Script
   accent · sharp corners (radius 0) · centered titles w/ underline · fill-sweep
   buttons · amber rating stars.
   ============================================================================= */

/* ============================== FONTS (self-hosted, no external CDN) ============================== */
/* Latin (English) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/montserrat.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Cyrillic (Russian) */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/montserrat-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* Italic (Latin) */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/montserrat-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Armenian has no Montserrat cut — it renders via the system fallback in --sans */

/* ============================== TOKENS ============================== */
:root {
  --accent:   #111111;   /* near-black accent (theme-color-18 = #000) */
  --ink:      #1f1f1f;   /* headings */
  --ink-2:    #222222;
  --text:     #454545;   /* body */
  --muted:    #7b7b7b;   /* categories, meta */
  --line:     #ececec;   /* hairlines */
  --line-2:   #e0ded9;
  --bg:       #ffffff;
  --bg-alt:   #f7f5f2;   /* warm off-white section */
  --bg-dark:  #141414;   /* dark bands */
  --cream:    #f4f1ec;
  --star:     #f5a623;   /* rating amber */

  --sans:   "Montserrat", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  --serif:  "Montserrat", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;

  --container: 1200px;
  --gutter: clamp(18px, 4.5vw, 42px);

  --dur-1: 120ms; --dur-2: 180ms; --dur-3: 240ms; --dur-4: 300ms;
  --ease-out-quart: cubic-bezier(.165,.84,.44,1);
  --ease-out-expo:  cubic-bezier(.19,1,.22,1);
}

/* ============================== BASE ============================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--sans); font-size: 16px; line-height: 1.7; font-weight: 400;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
h1,h2,h3,h4,h5 { margin: 0; font-family: var(--serif); color: var(--ink); font-weight: 700; line-height: 1.15; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
del { color: var(--muted); }
::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

.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: 200; background: var(--accent); color: #fff; padding: 10px 16px; font-weight: 600; font-size: 13px; transform: translateY(-160%); transition: transform var(--dur-2) var(--ease-out-quart); }
.skip-link:focus { transform: translateY(0); }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(60px, 8vw, 100px); }

/* Uppercase Montserrat eyebrow/label */
.eyebrow {
  font-family: var(--sans); color: var(--accent);
  font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
}
.eyebrow--light { color: rgba(255,255,255,.75); }

/* Centered section title with underline (fashion-4 .title1) */
.title1 { text-align: center; margin-bottom: clamp(38px, 5vw, 62px); }
.title1 h4 { font-family: var(--sans); color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; margin-bottom: 14px; }
.title1 h2 { display: inline-block; position: relative; padding-bottom: 20px; font-size: clamp(26px, 4vw, 40px); font-weight: 700; letter-spacing: -0.01em; }
.title1 h2::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; height: 3px; width: 70px; background: var(--accent); }

/* ============================== BUTTONS (fill-sweep) ============================== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 34px; border: 2px solid var(--accent); border-radius: 0;
  font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  background-repeat: no-repeat; background-size: 850px; line-height: 1.2;
  transition: background-position 340ms ease-in-out, color 340ms ease-in-out, border-color var(--dur-3) ease;
}
.btn-sm { padding: 11px 22px; font-size: 11px; }
/* Solid: starts filled, hover slides the fill away → outline look */
.btn-solid { color: #fff; background-image: linear-gradient(30deg, var(--accent) 50%, transparent 50%); background-position: 0; }
.btn-solid:hover { background-position: 100%; color: var(--accent); }
/* Outline: starts empty, hover fills */
.btn-outline { color: var(--accent); background-image: linear-gradient(30deg, var(--accent) 50%, transparent 50%); background-position: 100%; }
.btn-outline:hover { background-position: 0; color: #fff; }
/* Light: for dark bands */
.btn-light { color: var(--accent); border-color: #fff; background-image: linear-gradient(30deg, #fff 50%, transparent 50%); background-position: 0; }
.btn-light:hover { background-position: 100%; color: #fff; }

.icon-btn { display: inline-grid; place-items: center; width: 40px; height: 40px; color: var(--ink); background: none; border: none; }
.icon-btn svg { width: 20px; height: 20px; }
@media (hover: hover) { .icon-btn:hover { color: var(--accent); } }

/* ============================== WORDMARK ============================== */
.wordmark { font-family: var(--serif); font-weight: 700; font-size: 1.7rem; letter-spacing: .01em; color: var(--ink); white-space: nowrap; }
.wordmark__dot { color: var(--accent); }

/* ============================== TOPBAR ============================== */
.topbar { background: var(--accent); color: #fff; font-size: 12px; letter-spacing: .04em; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.topbar__msg { text-transform: uppercase; letter-spacing: .12em; font-weight: 500; font-size: 11px; }
.topbar__links { display: flex; gap: 8px; align-items: center; color: rgba(255,255,255,.75); }
.topbar__links a { transition: color var(--dur-2) ease; }
@media (hover: hover) { .topbar__links a:hover { color: #fff; } }

/* Language dropdown */
.topbar__right { display: flex; align-items: center; gap: 16px; }
.langswitch { position: relative; }
.langswitch__toggle { display: inline-flex; align-items: center; gap: 7px; background: none; border: 1px solid rgba(255,255,255,.22); color: #fff; padding: 4px 8px; border-radius: 4px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .06em; cursor: pointer; transition: border-color var(--dur-2) ease, background-color var(--dur-2) ease; }
@media (hover: hover) { .langswitch__toggle:hover { border-color: rgba(255,255,255,.55); } }
.langswitch__chev { width: 12px; height: 12px; opacity: .8; transition: transform var(--dur-2) ease; }
.langswitch.is-open .langswitch__chev { transform: rotate(180deg); }
.flag { display: inline-block; width: 20px; height: 14px; border-radius: 2px; overflow: hidden; box-shadow: 0 0 0 1px rgba(0,0,0,.15); flex-shrink: 0; }
.flag svg { display: block; width: 100%; height: 100%; }
.langswitch__menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 90; min-width: 172px; margin: 0; padding: 6px; list-style: none; background: #fff; border: 1px solid var(--line-2); border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.langswitch__opt { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 5px; font-family: var(--sans); font-size: 13px; font-weight: 500; color: var(--ink); cursor: pointer; transition: background-color var(--dur-2) ease; }
@media (hover: hover) { .langswitch__opt:hover { background: var(--bg-alt); } }
.langswitch__opt[aria-selected="true"] { background: var(--bg-alt); font-weight: 600; }
.langswitch__opt:focus-visible { outline: 2px solid var(--accent); outline-offset: -2px; }
@media (max-width: 560px) { .topbar__msg { display: none; } .topbar__inner { justify-content: flex-end; } body { font-size: 16px; } }

/* ============================== HEADER ============================== */
.header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); transition: box-shadow var(--dur-3) ease; }
.header.is-scrolled { box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }
.mainnav { display: flex; gap: 34px; }
.mainnav a { position: relative; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); padding: 8px 0; transition: color var(--dur-2) ease; }
.mainnav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform var(--dur-3) var(--ease-out-quart); }
@media (hover: hover) { .mainnav a:hover { color: var(--accent); } }
.mainnav a:hover::after, .mainnav a.is-active::after { transform: scaleX(1); }
.header__actions { display: flex; align-items: center; gap: 10px; }

.nav__toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line-2); background: #fff; padding: 0; flex-direction: column; align-items: center; justify-content: center; gap: 4px; }
.nav__toggle span { width: 18px; height: 2px; background: var(--ink); transition: transform var(--dur-2) var(--ease-out-quart), opacity var(--dur-1) ease; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.nav__mobile { display: none; flex-direction: column; padding: 8px var(--gutter) 20px; background: #fff; border-bottom: 1px solid var(--line); }
.nav__mobile:not([hidden]) { display: flex; }
@media (min-width: 861px) { .nav__mobile { display: none !important; } }
.nav__mobile a { padding: 14px 2px; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); border-bottom: 1px solid var(--line); }
.nav__mobile a.btn { justify-content: center; border-bottom: 0; margin-top: 14px; color: #fff; }

/* ============================== HERO ============================== */
.hero { background: var(--bg-alt); padding-block: clamp(46px, 6vw, 86px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.hero__copy { max-width: 560px; }
.hero__title { font-size: clamp(2.4rem, 5.6vw, 4.2rem); font-weight: 700; line-height: 1.08; margin-top: 22px; letter-spacing: -0.02em; }
.hero__script { display: block; font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--accent); font-size: .94em; margin-top: .04em; }
.hero__sub { margin-top: 24px; font-size: 1.02rem; color: var(--text); max-width: 46ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__trust { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line-2); font-size: .86rem; color: var(--muted); letter-spacing: .02em; max-width: 44ch; }

/* Chat / results mockup */
.hero__demo { position: relative; }
.chat { background: #fff; border: 1px solid var(--line-2); box-shadow: 0 30px 60px rgba(0,0,0,.08); }
.chat__bar { display: flex; align-items: center; gap: 7px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--bg-alt); }
.chat__dot { width: 10px; height: 10px; border-radius: 50%; background: #d8d3cb; }
.chat__title { margin-left: 10px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.chat__body { padding: 22px; display: flex; flex-direction: column; gap: 14px; min-height: 330px; }
.msg--user { align-self: flex-end; background: var(--accent); color: #fff; padding: 11px 16px; font-size: .92rem; font-weight: 500; max-width: 85%; }
.msg__caret { display: inline-block; width: 2px; height: 1em; background: #fff; margin-left: 2px; vertical-align: -2px; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.chat__hint { font-size: .82rem; color: var(--muted); letter-spacing: .02em; }
.results { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.result { position: relative; display: flex; align-items: center; gap: 13px; padding: 11px 12px; border: 1px solid var(--line-2); transition: border-color var(--dur-2) ease, background-color var(--dur-2) ease; }
.result__thumb { width: 54px; height: 54px; object-fit: cover; flex-shrink: 0; filter: grayscale(100%); background: var(--bg-alt); }
.result__info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.result__name { font-family: var(--serif); font-weight: 600; font-size: 1.05rem; color: var(--ink); line-height: 1.1; }
.result__meta { font-size: .74rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.result__meta .stars { color: var(--star); letter-spacing: -1px; }
.result__price { font-family: var(--serif); font-weight: 700; font-size: 1.35rem; color: var(--ink); flex-shrink: 0; }
.result--best { border-color: var(--accent); }
.result__badge { position: absolute; top: 0; left: 0; background: var(--accent); color: #fff; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 3px 8px; z-index: 1; }
@media (hover: hover) { .result:hover { border-color: var(--accent); } .result:hover .result__thumb { filter: grayscale(0%); } }
@media (hover: hover) { .result:hover { border-color: var(--accent); } }
.chat__order { width: 100%; margin-top: 4px; }

/* ============================== SERVICE STRIP ============================== */
.services { border-bottom: 1px solid var(--line); }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.service { text-align: center; padding: clamp(30px, 4vw, 46px) 18px; border-right: 1px solid var(--line); }
.service:last-child { border-right: none; }
.service__icon { display: inline-grid; place-items: center; color: var(--accent); margin-bottom: 14px; }
.service__icon svg { width: 40px; height: 40px; }
.service__title { font-size: 1.3rem; font-weight: 600; }
.service__text { margin-top: 6px; font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }

/* ============================== BRAND STRIP ============================== */
.brandstrip { border-bottom: 1px solid var(--line); padding-block: clamp(30px, 4vw, 46px); text-align: center; }
.brandstrip__label { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.brandstrip__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: clamp(18px, 4vw, 54px); }
.brandstrip__list li { font-family: var(--serif); font-size: clamp(1.3rem, 2.4vw, 1.9rem); font-weight: 600; color: var(--ink); letter-spacing: .01em; opacity: .5; transition: opacity var(--dur-2) ease; }
@media (hover: hover) { .brandstrip__list li:hover { opacity: 1; } }

/* ============================== LOGO WALL ============================== */
.logos { background: var(--bg-alt); }
.logo-wall { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-2); border-left: 1px solid var(--line-2); }
.logo-wall li { display: grid; place-items: center; min-height: 112px; padding: 16px; border-right: 1px solid var(--line-2); border-bottom: 1px solid var(--line-2); background: #fff; font-family: var(--sans); font-size: clamp(1rem, 1.6vw, 1.25rem); font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink); opacity: .6; transition: opacity var(--dur-2) ease, background-color var(--dur-2) ease, color var(--dur-2) ease; text-align: center; }
@media (hover: hover) { .logo-wall li:hover { opacity: 1; background: var(--accent); color: #fff; } }
.logos__note { text-align: center; margin-top: 26px; color: var(--muted); font-size: .9rem; letter-spacing: .02em; }

/* ============================== THE SHIFT ============================== */
.shift { background: var(--bg); padding-block: clamp(60px, 8vw, 100px); text-align: center; }
.shift__lead { max-width: 52ch; margin: -32px auto 0; color: var(--text); font-size: 1.05rem; }
.shift__lead em { font-family: var(--serif); font-style: italic; color: var(--accent); font-size: 1.15em; }
.stages { list-style: none; margin: clamp(38px, 5vw, 58px) 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: clamp(14px, 2.4vw, 30px); }
.stage { display: flex; flex-direction: column; align-items: center; gap: 6px; opacity: .55; }
.stage__index { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .16em; color: var(--muted); }
.stage__name { font-family: var(--serif); font-size: clamp(1.4rem, 3vw, 2.1rem); font-weight: 600; color: var(--ink); }
.stage--arrow { font-family: var(--serif); font-size: 1.6rem; color: var(--line-2); opacity: 1; }
.stage--active { opacity: 1; }
.stage--active .stage__name { position: relative; padding-bottom: 10px; }
.stage--active .stage__name::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; margin: 0 auto; height: 3px; width: 46px; background: var(--accent); }

/* ============================== PROBLEM (feature cards) ============================== */
.problem { background: var(--bg-alt); }
.cards { display: grid; gap: 0; }
.cards--4 { grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line-2); background: #fff; }
.feature { padding: clamp(28px, 3vw, 42px) clamp(22px, 2.4vw, 34px); border-right: 1px solid var(--line-2); }
.feature:last-child { border-right: none; }
.feature__num { font-family: var(--serif); font-size: 2.2rem; font-weight: 600; color: var(--line-2); display: block; margin-bottom: 12px; transition: color var(--dur-3) ease; }
.feature:hover .feature__num { color: var(--accent); }
.feature__title { font-size: 1.35rem; font-weight: 600; }
.feature__text { margin-top: 10px; font-size: .9rem; color: var(--text); }

/* ============================== HOW IT WORKS ============================== */
.how { background: var(--bg); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step { text-align: center; }
.step__num { display: inline-grid; place-items: center; width: 64px; height: 64px; border: 1px solid var(--accent); border-radius: 50%; font-family: var(--serif); font-size: 1.7rem; font-weight: 600; color: var(--accent); margin-bottom: 20px; transition: background-color var(--dur-3) ease, color var(--dur-3) ease; }
@media (hover: hover) { .step:hover .step__num { background: var(--accent); color: #fff; } }
.step__title { font-size: 1.4rem; font-weight: 600; }
.step__text { margin-top: 8px; font-size: .9rem; color: var(--text); max-width: 26ch; margin-inline: auto; }

/* ============================== PRODUCTS ============================== */
.products { background: var(--bg-alt); }
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 42px; }
.tab { background: none; border: 1px solid var(--line-2); padding: 9px 22px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); transition: color var(--dur-2) ease, background-color var(--dur-2) ease, border-color var(--dur-2) ease; }
@media (hover: hover) { .tab:hover { color: var(--accent); border-color: var(--accent); } }
.tab.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-box { background: #fff; border: 1px solid var(--line-2); transition: box-shadow var(--dur-3) ease, transform var(--dur-3) var(--ease-out-quart); }
.product-box.is-hidden { display: none; }
@media (hover: hover) { .product-box:hover { box-shadow: 0 18px 40px rgba(0,0,0,.09); transform: translateY(-4px); } }
.img-wrapper { position: relative; aspect-ratio: 4 / 3; background: linear-gradient(135deg, #f4f1ec, #ece8e1); display: grid; place-items: center; overflow: hidden; }
.img-wrapper img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.03); transition: filter .5s var(--ease-out-quart), transform .6s var(--ease-out-quart); }
@media (hover: hover) { .product-box:hover .img-wrapper img { filter: grayscale(0%); transform: scale(1.05); } }
.ribbon { position: absolute; top: 0; left: 0; z-index: 2; background: var(--accent); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; }
.prod-ic { color: #b9b1a4; transition: transform var(--dur-4) var(--ease-out-quart), color var(--dur-3) ease; }
.prod-ic svg { width: 92px; height: 92px; }
@media (hover: hover) { .product-box:hover .prod-ic { transform: scale(1.06); color: #a99f8f; } }
.cart-info { position: absolute; left: 0; bottom: 14px; width: 100%; display: flex; justify-content: center; gap: 8px; opacity: 0; transform: translateY(12px); transition: opacity var(--dur-3) ease, transform var(--dur-3) var(--ease-out-quart); }
.cart-info button { width: 42px; height: 42px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line-2); color: var(--ink); transition: background-color var(--dur-2) ease, color var(--dur-2) ease; }
.cart-info button svg { width: 18px; height: 18px; }
@media (hover: hover) { .cart-info button:hover { background: var(--accent); color: #fff; border-color: var(--accent); } .product-box:hover .cart-info { opacity: 1; transform: none; } }
.product-detail { padding: 20px 16px 22px; text-align: center; }
.product-detail .cat { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.prod-title { font-size: 1.35rem; font-weight: 600; color: var(--ink); margin: 7px 0 6px; }
.rating { font-size: .82rem; color: var(--muted); letter-spacing: .04em; }
.rating .stars { color: var(--star); letter-spacing: -1px; margin-right: 4px; }
.price { font-family: var(--serif); font-size: 1.3rem; font-weight: 700; color: var(--ink); margin-top: 6px; }
.price del { font-size: .78em; font-weight: 400; margin-left: 8px; }

/* ============================== COLLECTION BANNERS ============================== */
.collections { background: var(--bg); padding-block: clamp(20px, 3vw, 40px); }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.collection { position: relative; display: flex; align-items: flex-end; min-height: 360px; overflow: hidden; border: 1px solid var(--line-2); }
.collection img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(40%); transition: transform .6s var(--ease-out-quart), filter .5s ease; }
.collection::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.15) 70%); }
@media (hover: hover) { .collection:hover img { transform: scale(1.06); filter: grayscale(0%); } }
.collection__inner { position: relative; z-index: 1; padding: clamp(28px, 4vw, 48px); color: #fff; max-width: 70%; }
.collection__eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.82); }
.collection__title { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 600; color: #fff; margin: 10px 0 20px; line-height: 1.1; }
.collection__link { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #fff; }
.collection__link::after { content: ""; width: 26px; height: 1px; background: #fff; transition: width var(--dur-3) var(--ease-out-quart); }
@media (hover: hover) { .collection:hover .collection__link::after { width: 44px; } }

/* ============================== DEAL / COUNTDOWN ============================== */
.deal { background: var(--bg-dark); color: #fff; padding-block: clamp(56px, 7vw, 92px); }
.deal__inner { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: center; }
.deal__title { color: #fff; font-size: clamp(1.9rem, 3.6vw, 3rem); font-weight: 600; margin: 14px 0 16px; }
.deal__text { color: rgba(255,255,255,.72); max-width: 52ch; font-size: 1rem; }
.countdown { display: flex; gap: 14px; margin: 30px 0 32px; }
.countdown__unit { min-width: 74px; padding: 16px 8px; border: 1px solid rgba(255,255,255,.18); text-align: center; }
.countdown__unit span { display: block; font-family: var(--serif); font-size: 2.1rem; font-weight: 700; line-height: 1; color: #fff; }
.countdown__unit small { display: block; margin-top: 8px; font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.deal__aside { text-align: center; border-left: 1px solid rgba(255,255,255,.14); padding-left: 24px; }
.deal__badge { display: block; font-family: var(--serif); font-size: clamp(3rem, 7vw, 5rem); font-weight: 700; line-height: 1; color: #fff; }
.deal__badge-label { margin-top: 10px; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); }

/* ============================== WHY (value cards) ============================== */
.why { background: var(--bg); }
.cards--3 { grid-template-columns: repeat(3, 1fr); gap: 26px; }
.value { border: 1px solid var(--line-2); padding: clamp(30px, 3vw, 44px); text-align: center; transition: box-shadow var(--dur-3) ease; }
@media (hover: hover) { .value:hover { box-shadow: 0 18px 40px rgba(0,0,0,.07); } }
.value__ic { display: inline-grid; place-items: center; width: 66px; height: 66px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); margin-bottom: 22px; }
.value__ic svg { width: 30px; height: 30px; }
.value__title { font-size: 1.5rem; font-weight: 600; }
.value__text { margin-top: 12px; font-size: .92rem; color: var(--text); }

/* ============================== STATS BAND ============================== */
.stats { background: var(--bg-alt); border-block: 1px solid var(--line-2); padding-block: clamp(44px, 6vw, 68px); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat { border-right: 1px solid var(--line-2); }
.stat:last-child { border-right: none; }
.stat__num { display: block; font-family: var(--serif); font-size: clamp(2.4rem, 4.4vw, 3.4rem); font-weight: 700; color: var(--ink); line-height: 1; }
.stat__label { display: block; margin-top: 12px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ============================== SUBSCRIBE / WAITLIST ============================== */
.subscribe { background: var(--bg); padding-block: clamp(60px, 8vw, 100px); }
.subscribe__inner { max-width: 640px; margin-inline: auto; text-align: center; }
.subscribe__title { font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 600; margin-top: 14px; }
.subscribe__lead { margin: 18px auto 0; max-width: 48ch; color: var(--text); }
.subscribe__form { display: flex; gap: 0; max-width: 520px; margin: 34px auto 0; border: 2px solid var(--accent); }
.subscribe__input { flex: 1; min-width: 0; padding: 15px 20px; font-family: var(--sans); font-size: .92rem; color: var(--ink); background: #fff; border: none; }
.subscribe__input::placeholder { color: var(--muted); letter-spacing: .02em; }
.subscribe__input:focus { outline: none; }
.subscribe__input.is-invalid { background: #fdf3f3; }
.subscribe__form .subscribe__submit { border: none; border-left: 2px solid var(--accent); flex-shrink: 0; background-image: linear-gradient(30deg, var(--accent) 50%, transparent 50%); background-position: 0; color: #fff; }
.subscribe__form .subscribe__submit:hover { background-position: 100%; color: var(--accent); }
.subscribe__status { min-height: 1.3em; margin-top: 20px; font-weight: 600; font-size: .9rem; letter-spacing: .04em; color: var(--accent); opacity: 0; transform: translateY(6px); transition: opacity var(--dur-3) var(--ease-out-quart), transform var(--dur-3) var(--ease-out-quart); }
.subscribe__status.is-shown { opacity: 1; transform: none; }
.subscribe__status.is-error { color: #c0392b; }
.subscribe__note { margin-top: 12px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
@keyframes shake { 0%,100%{transform:translateX(0)} 25%{transform:translateX(-5px)} 75%{transform:translateX(5px)} }
.subscribe__form.shake { animation: shake .4s var(--ease-out-quart); }

/* ============================== FOOTER ============================== */
.footer { background: var(--accent); color: rgba(255,255,255,.62); }
.footer .wordmark { color: #fff; }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding-block: clamp(48px, 6vw, 76px); }
.footer__script { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 1.55rem; line-height: 1.4; color: #fff; margin-top: 16px; max-width: 24ch; }
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__social a { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); color: #fff; transition: background-color var(--dur-2) ease, color var(--dur-2) ease; }
.footer__social a svg { width: 18px; height: 18px; }
@media (hover: hover) { .footer__social a:hover { background: #fff; color: var(--accent); } }
.footer__heading { font-family: var(--sans); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 18px; }
.footer__col { display: flex; flex-direction: column; gap: 12px; font-size: .9rem; }
.footer__col a { color: rgba(255,255,255,.62); transition: color var(--dur-2) ease; width: fit-content; }
@media (hover: hover) { .footer__col a:hover { color: #fff; } }
.footer__col--contact p { margin: 0; }
.footer__markets { margin-top: 6px !important; font-size: .78rem; color: rgba(255,255,255,.45); letter-spacing: .02em; }
.footer__bottom { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; letter-spacing: .04em; }
.footer__made { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: rgba(255,255,255,.8); }

/* ============================== REVEAL MOTION ============================== */
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease-out-expo), transform .7s var(--ease-out-expo); transition-delay: var(--reveal-delay, 0ms); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* ============================== RESPONSIVE ============================== */
@media (max-width: 1024px) {
  .footer__top { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 860px) {
  .mainnav { display: none; }
  .header__actions .btn { display: none; }
  .nav__toggle { display: flex; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__demo { order: 2; max-width: 460px; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .service:nth-child(2) { border-right: none; }
  .service:nth-child(1), .service:nth-child(2) { border-bottom: 1px solid var(--line); }
  .cards--4 { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(2) { border-right: none; }
  .feature:nth-child(1), .feature:nth-child(2) { border-bottom: 1px solid var(--line-2); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-wall { grid-template-columns: repeat(3, 1fr); }
  .collection-grid { grid-template-columns: 1fr; }
  .cards--3 { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .deal__inner { grid-template-columns: 1fr; }
  .deal__aside { border-left: none; border-top: 1px solid rgba(255,255,255,.14); padding-left: 0; padding-top: 24px; display: flex; align-items: center; gap: 18px; justify-content: center; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; }
  .stat:nth-child(2) { border-right: none; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .topbar__links { display: none; }
  .services__grid { grid-template-columns: 1fr; }
  .service { border-right: none; border-bottom: 1px solid var(--line); }
  .cards--4 { grid-template-columns: 1fr; }
  .feature { border-right: none; border-bottom: 1px solid var(--line-2); }
  .feature:last-child { border-bottom: none; }
  .steps { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; max-width: 380px; margin-inline: auto; }
  .logo-wall { grid-template-columns: repeat(2, 1fr); }
  .stats__grid { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line-2); padding-bottom: 24px; }
  .stat:last-child { border-bottom: none; }
  .countdown { flex-wrap: wrap; }
  .subscribe__form { flex-direction: column; border: none; gap: 12px; }
  .subscribe__input { border: 2px solid var(--accent); }
  .subscribe__form .subscribe__submit { border: 2px solid var(--accent); padding: 14px; }
  .footer__top { grid-template-columns: 1fr; }
}

/* ============================== REDUCED MOTION ============================== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1 !important; transform: none !important; }
}
