:root {
  --color-bg:#f7eee9;
  --color-dark:#4d0c20;
  --color-accent:#c79a54;
  --color-text:#35131c;
  --color-text-light:#7d6067;
  --ink:#4d0c20;
  --lime:#e8c98f;
  --paper:#f7eee9;
  --blue:#a52748;
  --font-display:Georgia,'Times New Roman',serif;
}
body {
  background:
    radial-gradient(circle at 85% 15%,rgba(197,48,85,.13),transparent 30rem),
    linear-gradient(180deg,#fbf6f1,#f3e7e1);
  letter-spacing:0;
}
.header.site-header { color:#3d101b; background:rgba(255,249,244,.96); border-bottom:1px solid rgba(77,12,32,.12); }
.site-logo__fallback,.site-header .header__menu-link,.site-header__phone { color:#4d0c20; }
.site-header .header__menu-link { font-family:var(--font-main); font-size:14px; }
.site-header .header__menu-link:hover { color:#a52748; background:#f4e4e2; }
.site-header .header__dropdown { color:#35131c; background:#fff9f4; border-color:#ead8d3; box-shadow:0 26px 70px rgba(77,12,32,.2); }
.site-header .header__dropdown-list > li > a { color:#61404a; }
.site-header .header__dropdown-list > li > a:hover { color:#fff; background:#a52748; }
.header__cart { color:#fff; background:#a52748; border-radius:999px; }
.header__cart:hover { color:#fff; background:#7f1733; }
.header__burger span { background:#4d0c20; }
.hero { width:100%; max-width:none; margin:0; border-radius:0; box-shadow:none; }
.hero picture,.hero__img { height:clamp(470px,55vw,720px); }
.hero__img { filter:saturate(.72) sepia(.08); }
.intro { padding-top:120px; }
.section-kicker { color:#a52748; letter-spacing:.24em; }
.intro__title { max-width:820px; font-size:clamp(46px,6vw,86px); font-style:italic; font-weight:700; letter-spacing:-.045em; }
.intro__subtitle { border-left:2px solid #c79a54; padding-left:22px; }
.home-categories { grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; }
.home-category-card { border-radius:2px; border:1px solid #dfcbc5; box-shadow:0 14px 36px rgba(77,12,32,.08); }
.home-category-card:nth-child(n) { transform:none; }
.home-category-card:hover,.home-category-card:nth-child(n):hover { transform:translateY(-7px); border-color:#a52748; box-shadow:0 22px 55px rgba(77,12,32,.16); }
.home-category-card .category-card__img-wrap { aspect-ratio:4/3; }
.category-card__img-wrap--empty { background:linear-gradient(145deg,#4d0c20,#9c2d49)!important; }
.category-card__img-wrap--empty::before { border-color:#e8c98f; box-shadow:22px -18px 0 -14px #fff,-24px 20px 0 -16px #e8c98f; }
.home-category-card .category-card__name { min-height:78px; font-size:19px; font-style:italic; }
.advantages { width:100%; max-width:none; border-radius:0; background:#4d0c20; }
.advantage { border-radius:2px; background:rgba(255,255,255,.045); }
.advantage:nth-child(2) { color:#35131c; background:#e8c98f; }
.about__title { font-style:italic; }
.about__title::before { background:#a52748; }
.about__img { border-radius:3px; }
.category-header__title { color:#4d0c20; font-style:italic; }
.catalog__sidebar-sticky { border-radius:3px; background:#4d0c20; }
.catalog__sidebar-title { color:#e8c98f; }
.catalog__sidebar-item--active .catalog__sidebar-link { color:#35131c; background:#e8c98f; }
.product-modal__content { border-radius:4px; }
.product-modal__title { color:#4d0c20; font-style:italic; }
.cart-page__checkout { border-radius:4px; background:#4d0c20; }
.cart-page__submit-btn { color:#35131c; background:#e8c98f; border-radius:999px; }
.footer.site-footer { width:100%; max-width:none; margin:0; border-radius:0; background:#350916; }
@media(max-width:1100px){.home-categories{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.home-categories{gap:12px}.home-category-card .category-card__name{font-size:14px}.intro__title{font-size:42px}}
