:root {
  --primary: #6d2932;
  --bg: #f6f0ec;
  --ink: #2a1418;
  --accent: #b88a4e;
  --paper: #fffcf9;
  --line: #e2d6cc;
  --mute: #6b4e50;
  --display: 'Bitter', Georgia, serif;
  --body: 'Karla', system-ui, sans-serif;
  --r: 10px;
}
*, *::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.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1140px, 92vw); margin-inline: auto; }
h1, h2 { font-family: var(--display); line-height: 1.03; letter-spacing: -.01em; }
h1 { font-size: clamp(52px, 8vw, 96px); font-weight: 700; }
h2 { font-size: clamp(28px, 3.4vw, 46px); font-weight: 600; }
h3 { font-family: var(--display); font-size: 18px; font-weight: 600; margin-bottom: 8px; }
p { font-size: 15px; color: var(--mute); line-height: 1.65; }
.eyebrow { display: block; font-family: var(--body); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; color: var(--primary); margin-bottom: 14px; }
.eyebrow--accent { color: var(--accent); }

/* nav */
.nav { position: sticky; top: 0; z-index: 30; background: rgba(246,240,236,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav__in { display: flex; align-items: center; gap: 20px; height: 64px; }
.brand { font-family: var(--display); font-size: 20px; font-weight: 700; text-decoration: none; color: var(--primary); letter-spacing: -.01em; }
.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a { text-decoration: none; font-size: 14px; font-weight: 500; 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-family: var(--body); font-weight: 700; border-radius: var(--r); transition: transform .15s, background .15s; }
.btn--primary { background: var(--primary); color: #fff; padding: 12px 22px; font-size: 14px; }
.btn--primary:hover { transform: translateY(-2px); background: #5a2028; }
.btn--light { background: #fff; color: var(--primary); padding: 12px 22px; font-size: 14px; }
.btn--light:hover { transform: translateY(-2px); }
.btn--outline-light { background: transparent; color: rgba(255,255,255,.9); box-shadow: inset 0 0 0 2px rgba(255,255,255,.5); padding: 12px 22px; font-size: 14px; }
.btn--outline-light:hover { background: rgba(255,255,255,.15); }
.btn--lg, .btn--big { padding: 17px 32px; font-size: 16px; }

/* hero fullbleed */
.hero__fullbleed { position: relative; min-height: clamp(420px, 55vw, 680px); display: flex; align-items: flex-end; overflow: hidden; }
.hero__fullbleed > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(42,20,24,.15) 0%, rgba(42,20,24,.72) 60%, rgba(42,20,24,.88) 100%); }
.hero__content { position: relative; padding-bottom: clamp(32px, 5vw, 60px); }
.hero__content .eyebrow { color: rgba(255,255,255,.7); }
.hero__content h1 { color: #fff; text-shadow: 0 2px 20px rgba(0,0,0,.4); }
.hero__sub { color: rgba(255,255,255,.8); font-size: clamp(15px, 1.5vw, 18px); max-width: 44ch; margin: 16px 0 28px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.hero__strip { display: flex; gap: 32px; flex-wrap: wrap; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.2); }
.hero__strip > div { display: flex; flex-direction: column; }
.hero__strip strong { font-family: var(--display); font-size: clamp(24px, 3vw, 36px); color: #fff; font-weight: 700; line-height: 1; }
.hero__strip span { font-size: 12px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

/* sections */
.section { padding: clamp(52px, 7vw, 88px) 0; }
.section__head { max-width: 54ch; margin-bottom: 40px; }
.section__head p { color: var(--mute); margin-top: 10px; }

/* cards */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 18px; display: flex; flex-direction: column; min-height: 240px; position: relative; }
.card__badge { position: absolute; top: 14px; right: 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; background: rgba(109,41,50,.12); color: var(--primary); padding: 3px 8px; border-radius: 4px; }
.card__badge--hot { background: var(--primary); color: #fff; }
.card p { color: var(--mute); font-size: 14px; flex: 1; margin-top: 6px; }
.card__price { font-family: var(--display); font-size: 22px; font-weight: 600; color: var(--ink); margin-top: 16px; }

/* jarovnya */
.jarovnya { background: var(--ink); color: #fff; padding: clamp(52px, 7vw, 88px) 0; }
.jarovnya__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.jarovnya__text h2 { color: #fff; margin-bottom: 18px; }
.jarovnya__text p { color: rgba(255,255,255,.7); font-size: 15.5px; margin-bottom: 14px; }
.jarovnya__steps { display: grid; gap: 20px; }
.jstep { display: flex; gap: 18px; align-items: flex-start; }
.jstep__n { font-family: var(--display); font-size: 28px; font-weight: 700; color: var(--accent); flex-shrink: 0; width: 44px; line-height: 1; }
.jstep strong { display: block; font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 6px; }
.jstep p { font-size: 13.5px; color: rgba(255,255,255,.6); }

/* about */
.about { background: var(--bg); }
.about__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.about__left h2 { margin-bottom: 18px; }
.about__left p { margin-bottom: 14px; }
.about__tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.tag { font-size: 13px; font-weight: 500; background: var(--paper); border: 1px solid var(--line); color: var(--ink); padding: 6px 14px; border-radius: 999px; }
.about__quote { font-family: var(--display); font-size: 17px; font-style: italic; color: var(--mute); line-height: 1.55; border-left: 3px solid var(--accent); padding-left: 18px; }

/* contact */
.contact { padding: clamp(52px, 7vw, 88px) 0; }
.contact__in { background: linear-gradient(135deg, var(--primary) 0%, #3d1519 100%); border-radius: 16px; padding: clamp(32px, 5vw, 56px); display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.contact__text h2 { color: #fff; margin-bottom: 12px; }
.contact__text p { color: rgba(255,255,255,.8); max-width: 44ch; margin-bottom: 14px; }
.contact__meta { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.contact__meta li { font-size: 14px; font-weight: 500; color: rgba(255,255,255,.8); }
.contact .btn--primary { background: var(--accent); }
.contact .btn--big { background: var(--accent); color: var(--ink); }

/* footer */
.foot { background: var(--ink); padding: 28px 0; }
.foot__in { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,.45); }

@media (max-width: 900px) {
  .nav__links { display: none; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .jarovnya__grid { grid-template-columns: 1fr; }
  .about__in { grid-template-columns: 1fr; }
  .contact__in { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .cards { grid-template-columns: 1fr; }
  .hero__strip { gap: 18px; }
}
