/* === Index 20: Тёмная Обжарка — asymmetric-blocks layout === */
:root {
  --primary: #4338ca;
  --bg: #f5f4ff;
  --ink: #1a1633;
  --accent: #f97316;
  --paper: #ffffff;
  --line: #dddafb;
  --mute: #5a5280;
  --deep: #0d0b1e;
  --s: clamp(16px, 2vw, 24px);
  --r: 10px;
  --display: 'Russo One', system-ui, sans-serif;
  --body: 'Inter', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--body); color: var(--ink); background: var(--bg); line-height: 1.55; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1140px, 92vw); margin-inline: auto; }

h1, h2, h3 { font-family: var(--display); line-height: 1; letter-spacing: .01em; font-weight: 400; }
h1 { font-size: clamp(42px, 6vw, 80px); }
h2 { font-size: clamp(30px, 3.8vw, 52px); }
h3 { font-size: 20px; }
p { color: var(--ink); }
.lead { font-size: clamp(15px, 1.4vw, 18px); color: var(--mute); max-width: 50ch; line-height: 1.65; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--primary); margin-bottom: 16px; }
.eyebrow--inv { color: rgba(255,255,255,.55); }
.tag { display: inline-block; padding: 6px 14px; background: rgba(67,56,202,.1); border: 1px solid rgba(67,56,202,.25); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--primary); }

/* nav */
.nav { position: sticky; top: 0; z-index: 20; background: rgba(245,244,255,.93); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.brand__mark { color: var(--primary); font-size: 22px; }
.brand span:last-child { font-family: var(--display); font-size: 17px; line-height: 1.1; }
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a { font-size: 14px; font-weight: 500; text-decoration: none; color: var(--mute); transition: color .15s; }
.nav__links a:hover { color: var(--primary); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700; padding: 12px 22px; border-radius: 6px; font-size: 14px; transition: transform .15s, background .15s; }
.btn:hover { transform: translateY(-2px); }
.btn--sm { padding: 8px 16px; font-size: 13px; background: var(--accent); color: #fff; }
.btn--sm:hover { background: #e05e05; }
.btn--wire { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--line); }
.btn--wire:hover { background: var(--line); }
.btn--lg { padding: 16px 30px; font-size: 15px; background: var(--accent); color: #fff; }
.btn--lg:hover { background: #e05e05; }

/* hero — asymmetric: overlapping columns + offset stat block */
.hero { padding: clamp(36px,5vw,72px) 0; }
.hero__asymm { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: clamp(24px,3vw,48px); }
.hero__type-block { display: flex; flex-direction: column; justify-content: center; padding-right: 24px; }
.hero__type-block .lead { margin: 18px 0 28px; }
.hero__acts { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__photo-block { position: relative; grid-row: 1 / 3; }
.hero__photo-block figure { position: sticky; top: 80px; }
.hero__photo-block img { width: 100%; height: clamp(420px,50vw,600px); object-fit: cover; border-radius: calc(var(--r)+8px); box-shadow: 0 32px 80px -30px rgba(26,22,51,.4); }
.hero__tag-cluster { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.hero__offset-stat { display: flex; justify-content: space-between; gap: 18px; background: var(--deep); border-radius: var(--r); padding: 22px 28px; }
.ostat { }
.ostat b { display: block; font-family: var(--display); font-size: 28px; color: #fff; }
.ostat span { font-size: 12px; color: rgba(255,255,255,.5); display: block; margin-top: 4px; }

/* lots */
.section { padding: clamp(46px,6vw,80px) 0; }
.section__head { max-width: 54ch; margin-bottom: 36px; }
.section__sub { color: var(--mute); margin-top: 8px; }
.lots-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.lot-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; display: flex; flex-direction: column; min-height: 250px; position: relative; }
.lot-card--light { background: #faf9ff; }
.lot-card--dark { background: var(--deep); border-color: transparent; }
.lot-card--dark h3 { color: #fff; }
.lot-card--dark p { color: rgba(255,255,255,.6); }
.lot-card--dark .lot-card__origin { color: rgba(255,255,255,.5); }
.lot-card--dark .lot-card__props span { color: rgba(255,255,255,.55); }
.lot-card--dark .lot-card__price { color: var(--accent); }
.lot-card--featured { border-color: var(--accent); background: #fffaf5; }
.lot-card__badge { position: absolute; top: -10px; right: 16px; background: var(--accent); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 999px; letter-spacing: .06em; }
.lot-card__origin { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--mute); margin-bottom: 10px; }
.lot-card h3 { font-size: 18px; font-family: var(--display); font-weight: 400; }
.lot-card p { color: var(--mute); font-size: 13.5px; margin-top: 8px; flex: 1; line-height: 1.55; }
.lot-card__props { margin-top: 12px; display: grid; gap: 4px; }
.lot-card__props span { font-size: 12px; color: var(--mute); }
.lot-card__price { font-weight: 700; color: var(--primary); font-size: 15px; margin-top: 14px; }

/* profile section — feature */
.profile-section { background: var(--deep); color: #fff; padding: clamp(46px,6vw,80px) 0; }
.profile-section__layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,56px); align-items: start; }
.profile-section__intro h2 { color: #fff; }
.profile-section__desc { color: rgba(255,255,255,.7); margin-top: 16px; max-width: 46ch; line-height: 1.65; }
.profile-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pcard { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 16px 18px; }
.pcard--full { grid-column: 1 / -1; }
.pcard__label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.45); margin-bottom: 6px; }
.pcard__val { font-family: var(--display); font-size: 22px; color: #fff; }
.flavor-bar { display: flex; height: 28px; border-radius: 6px; overflow: hidden; margin-top: 8px; }
.flavor-bar__seg { display: flex; align-items: center; justify-content: center; }
.flavor-bar__seg span { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.85); }
.flavor-bar__seg:nth-child(1) { background: var(--primary); }
.flavor-bar__seg--mid { background: var(--accent); }
.flavor-bar__seg--dark { background: rgba(255,255,255,.15); }

/* about */
.about { padding: clamp(46px,6vw,80px) 0; }
.about__layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px,4vw,56px); align-items: start; }
.about__copy p { color: var(--mute); margin-top: 14px; max-width: 52ch; }
.about__copy .btn { margin-top: 24px; }
.about__certs { display: grid; gap: 14px; }
.cert { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.cert b { font-family: var(--display); color: var(--primary); font-size: 16px; display: block; margin-bottom: 6px; }
.cert span { font-size: 13.5px; color: var(--mute); line-height: 1.55; }

/* contact */
.contact { padding: clamp(46px,6vw,80px) 0; }
.contact__inner { background: var(--primary); border-radius: calc(var(--r)+8px); padding: clamp(28px,4vw,52px); display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.contact__left h2 { color: #fff; }
.contact__left p { color: rgba(255,255,255,.8); margin-top: 8px; }
.contact__hours { font-weight: 700; color: #fff !important; }
.contact__right { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.contact__right .btn--lg { background: #fff; color: var(--primary); }
.contact__right .btn--lg:hover { background: #f5f4ff; }
.contact__ship { font-size: 13px; color: rgba(255,255,255,.65); text-align: right; max-width: 28ch; }

/* footer */
.foot { background: var(--deep); padding: 26px 0; }
.foot__inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.foot__inner span { font-size: 13px; color: rgba(255,255,255,.4); }

@media (max-width: 900px) {
  .hero__asymm { grid-template-columns: 1fr; }
  .hero__photo-block { grid-row: auto; }
  .hero__offset-stat { flex-wrap: wrap; }
  .lots-grid { grid-template-columns: repeat(2,1fr); }
  .profile-section__layout { grid-template-columns: 1fr; }
  .about__layout { grid-template-columns: 1fr; }
  .contact__right { align-items: flex-start; }
  .nav__links { display: none; }
}
@media (max-width: 520px) {
  .lots-grid { grid-template-columns: 1fr; }
  .profile-cards { grid-template-columns: 1fr; }
  .pcard--full { grid-column: auto; }
}
