:root {
  --copper: #c57a4f;
  --copper-light: #e7a57e;
  --copper-dark: #744128;
  --ink: #171411;
  --muted: #756e68;
  --line: #ded8d2;
  --paper: #f3f0ec;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.metrika-pixel { position: absolute; left: -9999px; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 92px; padding: 0 5vw;
  display: flex; align-items: center; justify-content: space-between; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand { display: inline-flex; align-items: center; gap: 13px; font-weight: 800; letter-spacing: -.8px; font-size: 19px; }
.brand > span:last-child > span { color: var(--copper-light); }
.brand-mark { display: flex; width: 31px; height: 31px; overflow: hidden; transform: skew(-12deg); border: 1px solid rgba(255,255,255,.24); }
.brand-mark i { width: 10px; height: 100%; }
.brand-mark i:nth-child(1) { background: #ece7e2; }
.brand-mark i:nth-child(2) { background: var(--copper); }
.brand-mark i:nth-child(3) { background: #5d3322; }
nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 700; }
nav a { opacity: .7; transition: opacity .2s, color .2s; }
nav a:hover { opacity: 1; color: var(--copper-light); }
.header-action { display: flex; flex-direction: column; text-align: right; font-size: 13px; font-weight: 800; }
.header-action small { margin-bottom: 3px; color: #a99e96; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; color: #fff; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { min-height: 790px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; background: #0d0c0b; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,7,6,.98) 0%, rgba(8,7,6,.9) 34%, rgba(8,7,6,.23) 68%, rgba(8,7,6,.05) 100%),
              linear-gradient(0deg, rgba(0,0,0,.5), transparent 48%);
}
.hero-content { position: relative; z-index: 2; width: 650px; margin-left: 8.6vw; padding-top: 72px; }
.eyebrow { margin: 0 0 25px; display: flex; align-items: center; gap: 12px; color: #aaa19a; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--copper); }
.eyebrow.dark { color: var(--muted); }
h1 { margin: 0; text-transform: uppercase; }
.h1-domain { display: block; color: var(--copper-light); font-size: clamp(58px, 6.4vw, 94px); line-height: .9; letter-spacing: -5px; }
.h1-message { display: block; max-width: 660px; margin-top: 15px; font-size: clamp(36px, 3.7vw, 55px); line-height: 1; letter-spacing: -3.3px; }
h1 em, h2 em { color: var(--copper-light); font-style: normal; }
.hero-copy { width: 490px; margin: 27px 0 29px; color: #aaa29c; font-size: 14px; line-height: 1.8; }
.vin-form { width: 570px; padding: 18px 20px 17px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.vin-form label { display: block; margin-bottom: 10px; color: #a79d96; font-size: 9px; letter-spacing: 1.3px; text-transform: uppercase; }
.vin-form div { display: flex; gap: 9px; }
.vin-form input { min-width: 0; flex: 1; border: 0; padding: 14px 16px; font: inherit; font-size: 12px; outline: 0; }
.vin-form button, .button { border: 0; padding: 0 23px; color: #fff; background: var(--copper-dark); font: inherit; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; cursor: pointer; }
.vin-form button:hover, .button:hover { background: var(--copper); }
.vin-form button b { margin-left: 16px; font-size: 17px; }
.form-status { min-height: 16px; margin: 9px 0 0; color: #f0b28c; font-size: 10px; line-height: 1.45; }
.hero-facts { display: flex; gap: 38px; margin-top: 31px; }
.hero-facts p { display: flex; gap: 10px; align-items: center; margin: 0; }
.hero-facts strong { font-size: 15px; }
.hero-facts span { color: #837a74; font-size: 9px; line-height: 1.5; text-transform: uppercase; }
.scroll-hint { position: absolute; z-index: 2; right: 5vw; bottom: 36px; color: #837a74; font-size: 9px; text-transform: uppercase; letter-spacing: 1.5px; }
.scroll-hint span { display: inline-grid; place-items: center; margin-left: 12px; width: 30px; height: 30px; border: 1px solid #49413c; color: #fff; }

.section { padding: 100px 8.6vw; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 40px; }
.section h2 { margin: 0; font-size: clamp(36px, 4vw, 58px); line-height: 1.08; letter-spacing: -2.8px; text-transform: uppercase; }
.section-heading > a { padding-bottom: 8px; color: #625b55; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; border-bottom: 1px solid #b8b0a9; }
.section-heading > a span { margin-left: 13px; color: var(--copper); font-size: 17px; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { position: relative; min-height: 330px; padding: 27px; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .2s, box-shadow .2s; }
.category-card:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(34,24,18,.09); }
.category-card.featured { color: #fff; background: linear-gradient(145deg, #b96c42, #5d3423); }
.category-card > p { margin: 0 0 75px; color: #918880; font-size: 9px; letter-spacing: 1.2px; }
.featured > p { color: #edc1a7; }
.category-card h3 { margin: 0 0 15px; font-size: 24px; line-height: 1.18; text-transform: uppercase; }
.category-card > span { color: #918880; font-size: 11px; }
.featured > span { color: #e9c7b3; }
.category-card > a { position: absolute; right: 24px; bottom: 24px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); font-size: 18px; }
.featured > a { border-color: rgba(255,255,255,.35); }
.category-icon { position: absolute; top: 25px; right: 26px; color: var(--copper); font-size: 37px; }
.featured .category-icon { color: #fff; }

.advantages { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; color: #fff; background: #171411; }
.adv-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 38px; color: #9a9088; font-size: 14px; line-height: 1.8; }
.button { display: inline-block; padding: 17px 23px; }
.adv-list { border-top: 1px solid #37302b; }
.adv-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 31px 0; border-bottom: 1px solid #37302b; }
.adv-list b { color: var(--copper-light); font-size: 10px; }
.adv-list p { margin: 0; }
.adv-list strong { display: block; margin-bottom: 8px; font-size: 17px; text-transform: uppercase; }
.adv-list span { color: #918780; font-size: 12px; line-height: 1.6; }

.models { background: #ebe6e0; }
.model-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #d4ccc4; }
.model-grid article { min-height: 210px; padding: 28px; background: #f8f6f3; }
.model-grid span { color: var(--copper); font-size: 10px; font-weight: 800; }
.model-grid h3 { margin: 52px 0 10px; font-size: 20px; text-transform: uppercase; }
.model-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.seo { display: grid; grid-template-columns: 280px 1fr; gap: 7vw; max-width: 1280px; margin: 0 auto; }
.seo-aside { padding: 30px 0; border-top: 3px solid var(--copper); }
.seo-aside > span { display: block; color: #d5cec7; font-size: 94px; line-height: 1; font-weight: 800; letter-spacing: -7px; }
.seo-aside strong { color: var(--copper); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; }
.seo article { max-width: 760px; }
.seo article h2 { margin-bottom: 30px; }
.seo article h3 { margin: 34px 0 10px; font-size: 18px; line-height: 1.35; text-transform: uppercase; letter-spacing: -.4px; }
.seo article > p:not(.eyebrow) { color: #635c56; font-size: 14px; line-height: 1.85; }
.seo article strong { color: #201c19; }

.faq { background: #fff; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 25px; padding: 24px 0; font-size: 15px; font-weight: 800; text-transform: uppercase; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--copper); font-size: 22px; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 800px; margin: -5px 0 26px; color: var(--muted); font-size: 13px; line-height: 1.75; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 40px 8.6vw; color: #fff; background: #0d0b0a; }
footer p { margin: 0 0 5px; color: #928880; font-size: 11px; }
.footer-note { max-width: 520px; text-align: center; }
.footer-note small { display: block; color: #625b55; font-size: 8px; line-height: 1.5; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: #928880; font-size: 11px; }
.footer-contact a:hover { color: #fff; }

@media (max-width: 980px) {
  .site-header { padding: 0 4vw; }
  .site-header .header-action { margin-left: auto; margin-right: 12px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-header nav {
    position: absolute; top: 92px; left: 0; right: 0; display: flex; visibility: hidden;
    flex-direction: column; align-items: stretch; gap: 0; padding: 12px 4vw 18px;
    background: rgba(13,11,10,.98); border-bottom: 1px solid rgba(255,255,255,.12);
    opacity: 0; transform: translateY(-8px); transition: opacity .2s, transform .2s, visibility .2s;
  }
  .site-header nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .site-header nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .hero-image { opacity: .65; object-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,7,6,.97), rgba(8,7,6,.47)); }
  .hero-content { width: auto; margin: 0 6vw; }
  .category-grid, .model-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { height: 74px; padding: 0 20px; }
  .site-header nav { top: 74px; padding-left: 20px; padding-right: 20px; }
  .header-action small { display: none; }
  .header-action { font-size: 10px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 24px; height: 24px; }
  .hero { min-height: 750px; }
  .hero-image { object-position: 68% center; }
  .hero-content { margin: 0 20px; padding-top: 45px; }
  .h1-domain { font-size: 50px; letter-spacing: -3.2px; }
  .h1-message { margin-top: 12px; font-size: 33px; letter-spacing: -2px; }
  .hero-copy, .vin-form { width: 100%; }
  .hero-copy { font-size: 13px; }
  .vin-form div { flex-direction: column; }
  .vin-form button { min-height: 48px; }
  .hero-facts { gap: 14px; }
  .hero-facts p { display: block; }
  .hero-facts strong { font-size: 13px; }
  .scroll-hint { display: none; }
  .section { padding: 70px 20px; }
  .section h2 { font-size: 34px; letter-spacing: -2px; }
  .section-heading > a { display: none; }
  .category-grid, .model-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 260px; }
  .category-card > p { margin-bottom: 45px; }
  .seo { grid-template-columns: 1fr; }
  .seo-aside { display: none; }
  .faq-list summary { font-size: 13px; line-height: 1.5; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; padding: 35px 20px; }
  .footer-note { text-align: left; }
  .footer-contact { align-items: flex-start; }
}
