.nav__primary{color:var(--accent);font-weight:900}
.cellar-hero{background:radial-gradient(circle at 78% 45%,#353a3e 0,#202326 42%,#141618 100%)}
.cellar-hero .hero__grid{min-height:680px;grid-template-columns:1.05fr .95fr;gap:44px}
.cellar-hero h1{max-width:720px}
.cellar-hero__copy{position:relative;z-index:1}
.cellar-hero__price{margin:0!important;color:#fff!important;font-size:1rem!important}
.cellar-hero__price strong{color:var(--accent2);font-size:1.18rem}
.cellar-hero__visual{width:100%;aspect-ratio:4/3;position:relative;margin:0;border-radius:20px;overflow:hidden;background:#111518;box-shadow:0 30px 60px #0008}
.cellar-hero__visual img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}
.home-paths{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 10px 30px rgba(20,25,30,.04)}
.home-paths__grid{display:grid;grid-template-columns:repeat(3,1fr)}
.home-paths a{padding:24px 30px;border-right:1px solid var(--line);display:grid;gap:3px;transition:.2s ease}
.home-paths a:first-child{border-left:1px solid var(--line)}
.home-paths a:hover{background:#fff5e5}
.home-paths span{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#9b5700;font-weight:900}
.home-paths strong{font-size:1.05rem}
.marketplace{background:#f3f4f4}
.marketplace .lead{max-width:720px;margin-bottom:0}
.marketplace__grid .product-card{box-shadow:0 8px 25px rgba(20,25,30,.05);transition:.2s ease}
.marketplace__grid .product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.marketplace__grid .product-card__body{display:flex;flex-direction:column;min-height:285px}
.marketplace__grid .product-card__meta{margin-top:auto}
.cellar-offer{background:#24272a;color:#fff}
.cellar-offer__grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}
.cellar-offer p{max-width:720px;color:#c7cbce;font-size:1.08rem}
.cellar-offer__benefits{display:flex;gap:12px;flex-wrap:wrap;padding:0;margin:28px 0 0;list-style:none}
.cellar-offer__benefits li{border:1px solid #555b60;border-radius:999px;padding:9px 15px;color:#fff;font-weight:750}
.cellar-offer__price{background:#fff;color:var(--ink);border-radius:20px;padding:30px;display:grid;gap:8px;box-shadow:0 22px 50px #0005}
.cellar-offer__price>span{font-weight:800;color:var(--muted)}
.cellar-offer__price del{color:#7d8185}
.cellar-offer__price strong{font-size:clamp(2rem,4vw,3.3rem);line-height:1.05;letter-spacing:-.045em}
.cellar-offer__price b{justify-self:start;background:#e2522c;color:#fff;border-radius:999px;padding:7px 13px}
.cellar-offer__price .button{margin-top:12px}
.home-gallery{padding-top:76px}
.home-gallery .section-head{align-items:center}
.home-gallery__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.home-gallery__grid a{height:250px;border-radius:16px;overflow:hidden;background:#e5e6e6;box-shadow:0 10px 28px rgba(20,25,30,.08)}
.home-gallery__grid img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.home-gallery__grid a:hover img{transform:scale(1.035)}
@media(max-width:900px){
  .cellar-hero .hero__grid{grid-template-columns:1fr;padding:70px 0 45px;gap:32px}
  .cellar-hero__visual{width:min(100%,680px);justify-self:center}
  .home-paths__grid{grid-template-columns:1fr}
  .home-paths a,.home-paths a:first-child{border-left:0;border-right:0;border-bottom:1px solid var(--line)}
  .cellar-offer__grid{grid-template-columns:1fr;gap:34px}
  .home-gallery__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .cellar-hero .hero__grid{padding:54px 0 30px}
  .cellar-hero__visual{border-radius:14px}
  .home-paths a{padding:18px 14px}
  .marketplace__grid .product-card__body{min-height:0}
  .cellar-offer__price{padding:24px}
  .cellar-offer__benefits{display:grid}
  .home-gallery__grid{grid-template-columns:1fr 1fr;gap:8px}
  .home-gallery__grid a{height:150px;border-radius:10px}
}
