:root {
  --bg: #070708;
  --bg-2: #0c0c0e;
  --bg-3: #121214;
  --bg-4: #18181c;
  --line: rgba(201, 169, 98, 0.18);
  --line-strong: rgba(201, 169, 98, 0.45);
  --gold: #c9a962;
  --gold-2: #e8d5a3;
  --gold-dim: #8d7340;
  --red: #b4232c;
  --red-2: #d73740;
  --text: #f4efe6;
  --muted: #9a9386;
  --faint: #6b665c;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Manrope", system-ui, sans-serif;
  --nav: 88px;
  --max: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
button { cursor: pointer; }

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

/* NAV */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: var(--nav);
  display: flex;
  align-items: center;
  transition: background 0.4s var(--ease), border-color 0.4s, backdrop-filter 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.is-solid {
  background: rgba(7, 7, 8, 0.88);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
}
.nav-inner {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img { width: 36px; height: 36px; }
.brand-txt { display: flex; flex-direction: column; line-height: 1.1; }
.brand-txt strong {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.brand-txt span {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  position: relative;
  padding: 8px 0;
}
.nav-links a:hover, .nav-links a.is-on { color: var(--text); }
.nav-links a.is-on::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--gold);
}
.nav-end { display: flex; align-items: center; gap: 16px; }
.lang {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.lang a {
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
}
.lang a.is-on { color: var(--bg); background: var(--gold); }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold-2);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: background 0.3s var(--ease), color 0.3s, transform 0.3s;
}
.btn:hover { background: var(--gold); color: var(--bg); }
.btn-fill {
  background: var(--gold);
  color: var(--bg);
  border-color: var(--gold);
}
.btn-fill:hover { background: var(--gold-2); }
.btn-red {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.btn-red:hover { background: var(--red-2); color: #fff; }
.nav-phone {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--gold-2);
  white-space: nowrap;
}
.burger {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.burger span { width: 18px; height: 1px; background: var(--gold); display: block; }

/* HERO */
.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav) + 40px) 0 72px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 80% 20%, rgba(180, 35, 44, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 10% 80%, rgba(201, 169, 98, 0.1), transparent 50%),
    url("../img/grid.svg"),
    var(--bg);
}
.hero-line {
  position: absolute;
  top: var(--nav);
  left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.35;
}
.hero-copy { position: relative; z-index: 2; max-width: 920px; }
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
}
.kicker::before {
  content: "";
  width: 36px; height: 1px;
  background: var(--gold);
}
.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(42px, 7.4vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  margin: 0 0 28px;
  white-space: pre-line;
}
.hero-sub {
  max-width: 540px;
  color: var(--muted);
  font-size: 17px;
  margin: 0 0 36px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 64px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  max-width: 720px;
}
.hero-stats div { padding: 22px 20px 0 0; }
.hero-stats strong {
  display: block;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  color: var(--gold-2);
}
.hero-stats span { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.hero-mark {
  position: absolute;
  right: -4%;
  bottom: 8%;
  width: min(52vw, 640px);
  opacity: 0.16;
  pointer-events: none;
  animation: drift 18s var(--ease) infinite alternate;
}
@keyframes drift {
  from { transform: translate3d(0, 12px, 0); }
  to { transform: translate3d(-18px, -8px, 0); }
}

.marquee {
  border-block: 1px solid var(--line);
  background: var(--bg-2);
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-dim);
}
.marquee span { display: inline-block; animation: slide 28s linear infinite; }
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* SECTIONS */
section { padding: 100px 0; position: relative; }
.sec-head { max-width: 640px; margin-bottom: 48px; }
.sec-head h2 {
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 1;
  margin: 8px 0 16px;
  white-space: pre-line;
}
.sec-head p { color: var(--muted); margin: 0; }

.cats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.cat {
  border: 1px solid var(--line);
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(201,169,98,0.05), transparent 40%), var(--bg-3);
  transition: border-color 0.3s, transform 0.3s var(--ease);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cat:hover { border-color: var(--line-strong); transform: translateY(-4px); }
.cat em {
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}
.cat h3 {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 500;
  margin: 12px 0 8px;
}
.cat p { margin: 0; color: var(--muted); font-size: 14px; }

.grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.card {
  background: var(--bg-3);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s;
}
.card:hover { border-color: var(--line-strong); }
.card-media {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 70% 30%, rgba(180,35,44,.18), transparent 50%),
    var(--bg-4);
  position: relative;
  overflow: hidden;
}
.card-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.card:hover .card-media img { transform: scale(1.05); }
.card-media .ph {
  width: 78%;
  margin: 12% auto 0;
  opacity: 0.55;
}
.badge {
  position: absolute;
  top: 14px; left: 14px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid var(--line-strong);
  background: rgba(7,7,8,0.7);
  color: var(--gold-2);
}
.card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body h3 {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 500;
  margin: 0;
  line-height: 1.15;
}
.card-body p { margin: 0; color: var(--muted); font-size: 14px; flex: 1; }
.card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
}

.why { background: var(--bg-2); border-block: 1px solid var(--line); }
.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: start;
}
.why-list { display: grid; gap: 0; }
.why-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.why-item:first-child { border-top: 1px solid var(--line); }
.num {
  font-family: var(--display);
  font-size: 22px;
  color: var(--gold);
}
.why-item h3 { margin: 0 0 6px; font-size: 16px; font-weight: 600; }
.why-item p { margin: 0; color: var(--muted); font-size: 14px; }

.video-stage {
  aspect-ratio: 16 / 9;
  background: #000;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.video-stage iframe { width: 100%; height: 100%; border: 0; }
.video-facade {
  position: absolute;
  inset: 0;
  background: #111 center/cover no-repeat;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.video-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0,0,0,.45));
}
.play {
  position: relative;
  z-index: 1;
  width: 84px; height: 84px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: rgba(7,7,8,0.55);
  color: var(--gold-2);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}
.news-main, .news-side article {
  border: 1px solid var(--line);
  background: var(--bg-3);
  overflow: hidden;
}
.news-main { display: grid; grid-template-rows: 280px 1fr; }
.news-main .media, .news-side .media {
  background: var(--bg-4);
  min-height: 120px;
}
.news-main .media img, .news-side .media img { width: 100%; height: 100%; object-fit: cover; }
.news-copy { padding: 24px; }
.news-copy time { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }
.news-copy h3 { font-family: var(--display); font-size: 30px; font-weight: 500; margin: 8px 0 10px; }
.news-side { display: flex; flex-direction: column; gap: 16px; }
.news-side article { display: grid; grid-template-columns: 140px 1fr; min-height: 140px; }
.news-side h3 { font-size: 22px; }

.cta-band {
  margin: 0 24px 100px;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(ellipse at right, rgba(180,35,44,.25), transparent 50%),
    var(--bg-3);
  padding: 72px 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
}
.cta-band h2 {
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.95;
  margin: 8px 0 0;
  white-space: pre-line;
}

/* CATALOG */
.page-hero {
  padding: calc(var(--nav) + 72px) 0 48px;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(ellipse at 0% 0%, rgba(201,169,98,.08), transparent 45%), var(--bg);
}
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 8px; }
.chip {
  border: 1px solid var(--line);
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.chip.is-on, .chip:hover { border-color: var(--gold); color: var(--gold-2); }

.product { padding: calc(var(--nav) + 40px) 0 80px; }
.product-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr;
  gap: 40px;
}
.gallery-main {
  aspect-ratio: 16 / 11;
  background: var(--bg-4);
  border: 1px solid var(--line);
  overflow: hidden;
}
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin-top: 8px; }
.thumbs button {
  border: 1px solid var(--line);
  background: var(--bg-4);
  padding: 0;
  aspect-ratio: 1.3;
  overflow: hidden;
}
.thumbs button.is-on { border-color: var(--gold); }
.thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product h1 {
  font-family: var(--display);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  margin: 12px 0 16px;
}
.specs { width: 100%; border-collapse: collapse; margin: 24px 0 32px; }
.specs th, .specs td {
  text-align: left;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.specs th { color: var(--muted); font-weight: 500; width: 42%; }
.product-aside .box {
  border: 1px solid var(--line);
  padding: 28px;
  background: var(--bg-3);
}

.article-hero { padding: calc(var(--nav) + 72px) 0 0; }
.article-hero h1 {
  font-family: var(--display);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.05;
  max-width: 900px;
  margin: 12px 0 24px;
}
.prose { max-width: 720px; padding: 40px 0 80px; color: #d8d2c6; font-size: 18px; }
.prose p { margin: 0 0 18px; }
.cover-full { aspect-ratio: 21 / 9; overflow: hidden; border-block: 1px solid var(--line); background: var(--bg-4); }
.cover-full img { width: 100%; height: 100%; object-fit: cover; }

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}
.legal {
  border: 1px solid var(--line);
  padding: 28px;
  background: var(--bg-3);
}
.legal dt { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-top: 16px; }
.legal dt:first-child { margin-top: 0; }
.legal dd { margin: 6px 0 0; }

.form { display: grid; gap: 12px; }
.form label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); }
.form input, .form textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--line);
  color: var(--text);
  padding: 14px 14px;
  outline: none;
}
.form input:focus, .form textarea:focus { border-color: var(--gold); }
.form textarea { min-height: 140px; resize: vertical; }
.alert {
  padding: 14px 16px;
  border: 1px solid var(--line);
  margin-bottom: 16px;
  font-size: 14px;
}
.alert-ok { border-color: var(--gold); color: var(--gold-2); }
.alert-err { border-color: var(--red); color: #f0b0b4; }

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
}

footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 28px;
  background: var(--bg-2);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
.foot-grid h4 {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.foot-grid a, .foot-grid p { color: var(--muted); font-size: 14px; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.foot-bottom {
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--faint);
  font-size: 12px;
}

.empty {
  border: 1px dashed var(--line);
  padding: 48px;
  text-align: center;
  color: var(--muted);
}

.reveal { opacity: 0; transform: translateY(18px); animation: rise 0.9s var(--ease) forwards; }
.reveal-d1 { animation-delay: 0.1s; }
.reveal-d2 { animation-delay: 0.22s; }
.reveal-d3 { animation-delay: 0.34s; }
@keyframes rise { to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .nav-links, .nav-phone { display: none; }
  .burger { display: flex; }
  .nav-links.is-open {
    display: flex;
    position: absolute;
    top: var(--nav);
    left: 0; right: 0;
    flex-direction: column;
    background: rgba(7,7,8,0.96);
    padding: 20px 24px 28px;
    border-bottom: 1px solid var(--line);
    gap: 8px;
  }
  .cats, .grid-cards, .why-grid, .news-grid, .product-grid, .split, .contact-grid, .foot-grid, .cta-band {
    grid-template-columns: 1fr;
    display: grid;
  }
  .cta-band { margin: 0 16px 64px; padding: 40px 24px; }
  .news-main { grid-template-rows: 200px 1fr; }
  .news-side article { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
  .nav-inner { width: calc(100% - 32px); }
  .wrap { width: calc(100% - 32px); }
  section { padding: 72px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
