:root {
  --bg: #000;
  --bg-2: #0b0b0d;
  --bg-3: #121214;
  --fg: #f4f1ea;
  --muted: rgba(244, 241, 234, .62);
  --faint: rgba(244, 241, 234, .38);
  --line: rgba(255, 255, 255, .08);
  --gold: #c9b27c;
  --gold-2: #e8d7a8;
  --danger: #ff6b6b;
  --radius: 18px;
  --max: 1240px;
  --header: 76px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; background: var(--bg); color: var(--fg); }
body {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, .display {
  font-family: Unbounded, Manrope, sans-serif;
  font-weight: 600;
  letter-spacing: -.03em;
  line-height: 1.12;
  margin: 0;
}
.sr-only, .skip-link:not(:focus) {
  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:focus {
  position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 14px;
  background: var(--gold); color: #000; clip: auto; width: auto; height: auto;
}
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.container--wide { width: min(1400px, calc(100% - 32px)); }

.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header__inner {
  width: min(1400px, calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--header);
  display: flex; align-items: center; gap: 22px;
}
.logo img { height: 42px; width: auto; }
.nav { display: flex; gap: 22px; }
.nav a { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--fg); }
.search {
  position: relative; flex: 1; max-width: 420px; margin-left: auto;
  display: flex; align-items: center;
  background: #000; border: 1px solid rgba(255,255,255,.16); border-radius: 999px;
}
.search:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,178,124,.18); }
.search input {
  flex: 1; background: transparent; border: 0; outline: 0;
  padding: 10px 8px 10px 18px; color: #fff;
}
.search input::placeholder { color: rgba(255,255,255,.42); }
.search button {
  background: transparent; border: 0; color: #fff; padding: 8px 14px; cursor: pointer;
}
.search__drop {
  position: absolute; left: 0; right: 0; top: calc(100% + 8px);
  background: #000; border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.55);
}
.search__drop a {
  display: block; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 14px;
}
.search__drop a:hover, .search__drop a.is-active { background: #111; }
.search__drop small { display: block; color: var(--gold); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.header__phone { white-space: nowrap; font-size: 14px; color: var(--muted); }
.btn, .btn--sm {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--fg); color: #000; border: 0; border-radius: 999px;
  padding: 14px 22px; font-weight: 600; cursor: pointer;
  transition: transform .2s, background .2s;
}
.btn:hover { background: var(--gold-2); transform: translateY(-1px); }
.btn--sm { padding: 10px 16px; font-size: 13px; }
.btn--ghost { background: transparent; color: var(--fg); border: 1px solid rgba(255,255,255,.2); }
.btn--ghost:hover { background: #fff; color: #000; }
.burger { display: none; width: 42px; height: 42px; background: none; border: 0; cursor: pointer; }
.burger span { display: block; height: 1.5px; background: #fff; margin: 7px 8px; }
.mobile-menu {
  display: none; flex-direction: column; gap: 16px; padding: 8px 20px 24px;
  border-top: 1px solid var(--line);
}
.mobile-menu a { letter-spacing: .12em; text-transform: uppercase; font-size: 14px; }

.hero { position: relative; min-height: calc(100svh - var(--header)); display: grid; place-items: end start; overflow: hidden; }
.hero__media, .hero__media video, .hero__media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero__media video { filter: saturate(.85) contrast(1.05); }
.hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.88) 100%),
    radial-gradient(80% 60% at 20% 80%, rgba(0,0,0,.35), transparent);
}
.hero__content { position: relative; z-index: 1; padding: 0 0 72px; width: min(1400px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--gold); letter-spacing: .22em; text-transform: uppercase; font-size: 12px; margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); }
.hero h1 { font-size: clamp(34px, 6vw, 78px); max-width: 16ch; }
.hero__lead { max-width: 52ch; color: var(--muted); margin: 22px 0 28px; font-size: 18px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__meta {
  display: flex; gap: 28px; margin-top: 36px; color: var(--muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
}
.hero__meta b { display: block; color: var(--fg); font-size: 22px; letter-spacing: 0; font-family: Unbounded, sans-serif; }

.section { padding: 88px 0; }
.section--tight { padding: 48px 0; }
.section__head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 36px; }
.section__head p { max-width: 48ch; color: var(--muted); margin: 10px 0 0; }
.kicker { color: var(--gold); letter-spacing: .2em; text-transform: uppercase; font-size: 12px; margin-bottom: 10px; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 22px 0; background: #000; }
.marquee__track { display: flex; gap: 64px; width: max-content; animation: slide 32s linear infinite; align-items: center; }
.marquee img { height: 36px; width: auto; max-width: 160px; object-fit: contain; filter: grayscale(1) brightness(2); opacity: .78; }
@keyframes slide { to { transform: translateX(-50%); } }

.grid-4, .grid-3, .grid-2 { display: grid; gap: 16px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  background: var(--bg-2); border: 1px solid var(--line); min-height: 280px;
  display: flex; flex-direction: column; justify-content: flex-end;
}
.card__media { position: absolute; inset: 0; }
.card__media img, .card__media video { width: 100%; height: 100%; object-fit: cover; }
.card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.88) 100%); }
.card__body { position: relative; padding: 22px; }
.card h3 { font-size: 22px; margin-bottom: 8px; }
.card p { color: var(--muted); margin: 0; font-size: 14px; }
.card:hover .card__media img, .card:hover .card__media video { transform: scale(1.04); }
.card__media img, .card__media video { transition: transform .6s ease; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.about p { color: var(--muted); white-space: pre-line; }
.stat {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 28px;
}
.stat div { border: 1px solid var(--line); border-radius: 16px; padding: 18px; background: #070707; }
.stat b { display: block; font-family: Unbounded, sans-serif; font-size: 28px; color: var(--gold); }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step {
  border: 1px solid var(--line); border-radius: 20px; padding: 18px 18px 22px; background: linear-gradient(180deg, #0d0d0f, #070707);
  min-height: 230px;
}
.step img { width: 54px; height: auto; margin-bottom: 16px; }
.step h3 { font-size: 16px; margin-bottom: 8px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.product {
  border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #080808;
  display: flex; flex-direction: column;
}
.product img { aspect-ratio: 1; width: 100%; object-fit: cover; background: #111; }
.product__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product__cat { color: var(--gold); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.product h3 { font-size: 18px; }
.product .price { margin-top: auto; color: var(--fg); font-weight: 600; }

.gallery { columns: 3; column-gap: 12px; }
.gallery a { break-inside: avoid; display: block; margin-bottom: 12px; }
.gallery img { width: 100%; border-radius: 14px; filter: saturate(.9); }
.gallery a:hover img { filter: saturate(1.05); }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--faint); font-size: 13px; margin-bottom: 22px; }
.breadcrumbs a { color: var(--muted); }
.page-hero { padding: 48px 0 12px; }
.page-hero h1 { font-size: clamp(32px, 5vw, 56px); max-width: 18ch; }

.form {
  display: grid; gap: 12px; background: #070707; border: 1px solid var(--line);
  border-radius: 24px; padding: 28px;
}
.form input, .form textarea {
  width: 100%; background: #000; border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px; padding: 14px 16px; outline: 0;
}
.form input:focus, .form textarea:focus { border-color: var(--gold); }
.form textarea { min-height: 120px; resize: vertical; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.note { color: var(--muted); font-size: 13px; }
.ok { color: #b6e3b6; }
.err { color: var(--danger); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.contact-card { border: 1px solid var(--line); border-radius: 20px; padding: 22px; background: #080808; }
.contact-card a { color: var(--gold-2); }

.product-page { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.product-page img { width: 100%; border-radius: 24px; aspect-ratio: 1; object-fit: cover; }
.specs { width: 100%; border-collapse: collapse; margin: 18px 0; }
.specs th, .specs td { text-align: left; padding: 10px 0; border-bottom: 1px solid var(--line); font-weight: 400; }
.specs th { color: var(--muted); width: 46%; }

.search-list { display: grid; gap: 10px; }
.search-list a {
  display: block; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #080808;
}
.search-list a:hover { border-color: var(--gold); }
.chip { display: inline-block; color: var(--gold); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 6px; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filters a {
  padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); font-size: 13px; color: var(--muted);
}
.filters a.is-on, .filters a:hover { background: #fff; color: #000; border-color: #fff; }

.footer { border-top: 1px solid var(--line); padding: 56px 0 28px; background: #000; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 28px; }
.footer__h { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer a { color: var(--muted); }
.footer a:hover { color: #fff; }
.footer__tag { color: var(--muted); margin-top: 14px; }
.footer__bottom {
  display: flex; justify-content: space-between; gap: 12px; margin-top: 40px;
  padding-top: 18px; border-top: 1px solid var(--line); color: var(--faint); font-size: 13px;
}

.empty { padding: 48px; text-align: center; color: var(--muted); border: 1px dashed var(--line); border-radius: 20px; }
.notfound { min-height: 70svh; display: grid; place-items: center; text-align: center; padding: 40px 20px; }
.notfound h1 { font-size: 72px; color: var(--gold); }

@media (max-width: 1024px) {
  .nav, .header__phone { display: none; }
  .burger { display: block; }
  .mobile-menu.is-open { display: flex; }
  .grid-4, .process { grid-template-columns: repeat(2, 1fr); }
  .about, .contact-grid, .product-page, .footer__grid { grid-template-columns: 1fr; }
  .gallery { columns: 2; }
  .search { max-width: none; }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2, .process, .form__row { grid-template-columns: 1fr; }
  .gallery { columns: 1; }
  .header__inner { gap: 10px; }
  .btn--sm { display: none; }
  .hero__content { padding-bottom: 48px; }
  .section { padding: 64px 0; }
}
