/* === Index 16: Домашний Обед — magazine-editorial layout === */
:root {
  --primary: #b84a6c;
  --bg: #fbf2f4;
  --ink: #2a1820;
  --accent: #e9a0b3;
  --paper: #fff9fa;
  --line: #f0d8e0;
  --mute: #7a5060;
  --s: clamp(16px, 2vw, 24px);
  --r: 16px;
  --display: 'Montserrat', system-ui, sans-serif;
  --body: 'Lora', Georgia, 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.6; -webkit-font-smoothing: antialiased; }
.wrap { width: min(1120px, 92vw); margin-inline: auto; }

h1, h2, h3 { font-family: var(--display); line-height: 1.1; font-weight: 800; }
h1 { font-size: clamp(36px, 5vw, 60px); }
h2 { font-size: clamp(26px, 3.2vw, 40px); }
h3 { font-size: 18px; font-weight: 700; }
p { color: var(--ink); }
.lead { font-size: clamp(16px, 1.4vw, 19px); color: var(--mute); max-width: 48ch; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--primary); margin-bottom: 16px; font-family: var(--display); }
.eyebrow--inv { color: var(--accent); }

/* nav */
.nav { position: sticky; top: 0; z-index: 20; background: rgba(251,242,244,.92); 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; font-family: var(--display); font-weight: 800; font-size: 17px; text-decoration: none; color: var(--ink); }
.brand__icon { color: var(--primary); font-size: 22px; }
.nav__links { display: flex; gap: 24px; margin-left: auto; }
.nav__links a { font-family: var(--display); font-size: 14px; font-weight: 600; 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; background: var(--primary); color: #fff; text-decoration: none; font-family: var(--display); font-weight: 700; padding: 13px 22px; border-radius: 999px; font-size: 14px; transition: transform .15s, background .15s; }
.btn:hover { transform: translateY(-2px); background: #9e3459; }
.btn--sm { padding: 9px 16px; font-size: 13px; }
.btn--lg { padding: 16px 32px; font-size: 16px; }
.btn--outline { background: transparent; color: var(--primary); box-shadow: inset 0 0 0 2px var(--primary); }
.btn--outline:hover { background: var(--primary); color: #fff; }

/* hero — magazine-editorial: image left, text right with pull-quote overlay */
.hero { padding: clamp(36px,5vw,72px) 0; }
.hero__layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,60px); align-items: center; }
.hero__aside { position: relative; }
.hero__fig { position: relative; }
.hero__fig img { width: 100%; height: clamp(380px,45vw,540px); object-fit: cover; border-radius: calc(var(--r) + 8px); box-shadow: 0 24px 60px -20px rgba(100,30,50,.3); }
.hero__caption { position: absolute; top: 20px; left: 20px; background: var(--paper); border-radius: 999px; padding: 6px 14px; font-family: var(--display); font-size: 12px; font-weight: 700; color: var(--primary); }
.hero__pull { position: absolute; bottom: -24px; right: -24px; background: var(--primary); color: #fff; border-radius: var(--r); padding: 20px 24px; text-align: center; box-shadow: 0 12px 30px -10px rgba(184,74,108,.5); }
.hero__pull-num { display: block; font-family: var(--display); font-size: 44px; font-weight: 800; line-height: 1; }
.hero__pull-text { display: block; font-size: 12px; font-weight: 700; font-family: var(--display); margin-top: 4px; opacity: .9; }
.hero__body { padding-left: 16px; }
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin: 26px 0; }
.hero__stats { list-style: none; display: flex; gap: 26px; flex-wrap: wrap; border-top: 1px solid var(--line); padding-top: 20px; }
.hero__stats li { display: flex; flex-direction: column; }
.hero__stats b { font-family: var(--display); font-size: 22px; color: var(--primary); font-weight: 800; }
.hero__stats span { font-size: 13px; color: var(--mute); margin-top: 2px; }

/* weekly menu feature */
.weekly { background: var(--ink); color: #fff; padding: clamp(46px,6vw,80px) 0; }
.weekly h2 { color: #fff; }
.weekly__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; margin-bottom: 36px; flex-wrap: wrap; }
.weekly__head .lead--inv { color: rgba(255,255,255,.72); }
.weekly__badge { text-align: center; background: var(--primary); border-radius: var(--r); padding: 20px 28px; flex-shrink: 0; }
.badge__day { display: block; font-family: var(--display); font-size: 26px; font-weight: 800; color: #fff; }
.badge__label { display: block; font-size: 12px; color: rgba(255,255,255,.8); margin-top: 4px; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.weekly__days { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.day-card { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r); padding: 20px 16px; }
.day-card--accent { background: rgba(184,74,108,.2); border-color: rgba(184,74,108,.4); }
.day-card__label { display: block; font-family: var(--display); font-size: 13px; font-weight: 700; color: var(--accent); margin-bottom: 12px; text-transform: uppercase; letter-spacing: .08em; }
.day-card ul { list-style: none; display: grid; gap: 6px; }
.day-card li { font-size: 14px; color: rgba(255,255,255,.8); font-family: var(--body); }
.weekly__note { margin-top: 24px; font-size: 14px; color: rgba(255,255,255,.55); text-align: center; font-style: italic; }

/* dishes section */
.section { padding: clamp(46px,6vw,80px) 0; }
.section__head { max-width: 54ch; margin-bottom: 36px; }
.section__sub { color: var(--mute); margin-top: 8px; font-size: 15px; }
.dishes-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dish-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; display: flex; flex-direction: column; min-height: 220px; }
.dish-card__icon { font-size: 32px; margin-bottom: 14px; }
.dish-card h3 { font-family: var(--display); font-size: 17px; font-weight: 700; }
.dish-card p { color: var(--mute); font-size: 14.5px; margin-top: 8px; flex: 1; }
.dish-card__price { font-family: var(--display); font-weight: 700; color: var(--primary); margin-top: 16px; font-size: 15px; }

/* about */
.about { padding: clamp(46px,6vw,80px) 0; background: var(--paper); border-block: 1px solid var(--line); }
.about__layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(28px,4vw,56px); align-items: start; }
.about__text p { color: var(--mute); margin-top: 14px; max-width: 54ch; }
.about__values { display: grid; gap: 16px; }
.value-item { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 22px; display: flex; align-items: center; gap: 16px; }
.value-item__num { font-family: var(--display); font-size: 28px; font-weight: 800; color: var(--primary); flex-shrink: 0; }
.value-item__text { font-size: 14px; color: var(--mute); }

/* contact */
.contact { padding: clamp(46px,6vw,80px) 0; }
.contact__inner { background: linear-gradient(135deg, var(--primary), #c45c7e); border-radius: calc(var(--r)+8px); padding: clamp(30px,4vw,52px); display: flex; justify-content: space-between; align-items: center; gap: 30px; flex-wrap: wrap; }
.contact__inner h2 { color: #fff; }
.contact__inner p { color: rgba(255,255,255,.88); margin-top: 8px; }
.contact__hours { font-family: var(--display); font-weight: 700; }
.contact__phone { margin-top: 6px !important; }
.contact__action { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; }
.contact__action .btn--lg { background: #fff; color: var(--primary); }
.contact__action .btn--lg:hover { background: #fff0f4; }
.contact__note { font-size: 13px; color: rgba(255,255,255,.7); text-align: right; max-width: 26ch; }

/* footer */
.foot { background: var(--ink); padding: 28px 0; }
.foot__inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.foot__brand { font-family: var(--display); font-weight: 700; font-size: 14px; color: rgba(255,255,255,.85); }
.foot__copy { font-size: 13px; color: rgba(255,255,255,.45); }

/* responsive */
@media (max-width: 900px) {
  .hero__layout { grid-template-columns: 1fr; }
  .hero__aside { max-width: 520px; }
  .hero__pull { right: 0; }
  .hero__body { padding-left: 0; }
  .weekly__days { grid-template-columns: repeat(2, 1fr); }
  .weekly__days .day-card:last-child { grid-column: 1 / -1; }
  .dishes-grid { grid-template-columns: repeat(2, 1fr); }
  .about__layout { grid-template-columns: 1fr; }
  .nav__links { display: none; }
}
@media (max-width: 520px) {
  .dishes-grid { grid-template-columns: 1fr; }
  .weekly__days { grid-template-columns: 1fr; }
  .hero__stats { gap: 16px; }
  .weekly__head { flex-direction: column; }
}
