:root{
  --green:#174b2d;
  --green-2:#355b45;
  --green-soft:#f2f8ef;
  --green-soft-2:#eaf3e6;
  --cream:#fbf7ef;
  --cream-2:#f4eadb;
  --heritage:#a86416;
  --text:#202321;
  --muted:#68706b;
  --line:#e8e5dd;
  --shadow:0 10px 30px rgba(38,42,36,.08);
  --radius:18px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:var(--text);font-family:var(--sans);line-height:1.35}
a{color:inherit;text-decoration:none}
.container{max-width:1440px;margin:0 auto;padding:0 42px}.topbar{background:var(--green);color:#fff;font-size:14px}.topbar .container{height:36px;display:flex;align-items:center;justify-content:space-between;gap:18px;white-space:nowrap}.topbar__group{display:flex;align-items:center;gap:24px}.topbar svg{width:16px;height:16px;vertical-align:-3px;stroke:currentColor}.brand-row{padding:26px 0 22px;border-bottom:1px solid var(--line)}.brand-row .container{display:grid;grid-template-columns:190px 1fr 190px;align-items:center;gap:16px}.header-actions{display:flex;align-items:center;gap:30px;justify-content:center}.header-actions.left{justify-content:flex-start}.header-actions.right{justify-content:flex-end}.icon-link{width:72px;display:flex;flex-direction:column;align-items:center;gap:8px;font-size:14px;color:#222}.icon-link svg{width:34px;height:34px;stroke:var(--green);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.brand-lockup{display:grid;grid-template-columns:minmax(320px,1fr) 2px minmax(320px,1fr);align-items:center;gap:34px}.logo-fig{justify-self:end;width:390px;max-width:100%;display:block}.logo-heritage{justify-self:start;width:470px;max-width:100%;display:block}.brand-sep{width:2px;height:96px;background:#17221b;opacity:.85;justify-self:center}.nav{border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:4}.nav .container{height:58px;display:flex;align-items:center;gap:20px}.catalog-btn{background:var(--green);color:#fff;border:0;border-radius:8px;height:40px;padding:0 18px;display:flex;align-items:center;gap:9px;font-size:15px;font-weight:700;white-space:nowrap}.nav-list{display:flex;align-items:center;gap:24px;flex:1;font-size:15px}.nav-list a{white-space:nowrap}.more-chevron{font-size:17px;margin-left:3px;vertical-align:1px}.search{width:150px;height:38px;border:1px solid #dcd9d1;border-radius:999px;display:flex;align-items:center;padding:0 12px;background:#fff;color:#6d6d6d}.search input{border:0;outline:0;width:100%;font-size:13px;background:transparent}.search svg{width:20px;height:20px;stroke:var(--green);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.hero{padding-top:26px}.hero-card{position:relative;border-radius:16px;overflow:hidden;height:360px;box-shadow:var(--shadow);background:#eee}.hero-card img{width:100%;height:100%;object-fit:cover;object-position:center 50%}.hero-copy{position:absolute;left:48px;top:44px;width:360px;color:#102717}.hero-copy h1{font-family:var(--serif);font-size:48px;line-height:1.04;margin:0 0 24px;color:#0f3c23}.hero-copy p{font-size:17px;margin:0 0 28px;color:#162518;font-weight:500}.btn{display:inline-flex;align-items:center;gap:10px;background:var(--green);color:#fff;border-radius:8px;padding:14px 24px;font-weight:700}.benefits{margin:26px 0 34px;border-radius:14px;background:linear-gradient(90deg,var(--green-soft),var(--cream));border:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);overflow:hidden}.benefit{display:flex;gap:16px;align-items:center;padding:24px 22px;border-right:1px solid rgba(0,0,0,.07)}.benefit:last-child{border-right:0}.benefit svg{width:36px;height:36px;stroke:#202322;stroke-width:1.7;fill:none}.benefit strong{display:block;font-size:14px}.benefit span{font-size:13px;color:#3f4540}.section-title{font-family:var(--serif);font-size:30px;line-height:1;margin:26px 0 22px;color:#1d2d21}.section-head{display:flex;align-items:center;justify-content:space-between}.see-all{font-weight:700;color:var(--green);display:flex;align-items:center;gap:8px;font-size:17px}.categories{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;margin-bottom:34px}.category-card{position:relative;min-height:310px;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #ebe7dc;padding:0;background:#fff}.category-card.is-fig{background:var(--green-soft)}.category-card.is-her{background:var(--cream)}.cat-image{position:absolute;inset:0}.cat-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.category-card::before{content:'';position:absolute;left:0;top:0;right:0;height:46%;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.78) 64%,rgba(255,255,255,0));z-index:1}.category-card.is-fig::before{background:linear-gradient(180deg,rgba(242,248,239,.96),rgba(242,248,239,.78) 66%,rgba(242,248,239,0))}.category-card.is-her::before{background:linear-gradient(180deg,rgba(251,247,239,.96),rgba(251,247,239,.78) 66%,rgba(251,247,239,0))}.cat-content{position:relative;z-index:2;padding:18px;text-align:left}.cat-content h3{font-family:var(--serif);font-size:22px;line-height:1.05;margin:0 0 8px;color:#10361f;text-align:left}.is-her .cat-content h3{color:var(--heritage)}.cat-content p{margin:0 0 10px;font-size:12px;color:#3f4540;text-align:left}.cat-content .arrow{font-size:22px;line-height:1}.products-wrap{position:relative;overflow:hidden}.products{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:34px}.product-card{position:relative;min-height:372px;border-radius:16px;padding:14px 14px 54px;border:1px solid #e9e5da;box-shadow:var(--shadow);background:#fff}.product-card.is-fig{background:var(--green-soft)}.product-card.is-her{background:var(--cream)}.badge{height:24px;border-radius:6px;display:inline-flex;align-items:center;padding:0 10px;margin-bottom:10px;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase}.badge.fig{background:var(--green)}.badge.her{background:var(--heritage)}.product-image{aspect-ratio:1/1;border-radius:12px;overflow:hidden;margin-bottom:14px;background:#fff}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-card h3{font-size:14px;margin:0 0 4px}.product-card p{font-size:13px;margin:0 0 10px;color:#56605b}.price{font-size:16px;font-weight:800}.product-actions{position:absolute;right:16px;bottom:15px;display:flex;gap:12px}.product-actions svg{width:22px;height:22px;stroke:var(--green);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.fade-arrow{position:absolute;right:0;top:0;bottom:34px;width:160px;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 74%);display:flex;align-items:center;justify-content:flex-end;padding-right:14px;pointer-events:none}.fade-arrow span{width:54px;height:54px;border-radius:50%;background:#fff;box-shadow:0 6px 20px rgba(0,0,0,.13);display:flex;align-items:center;justify-content:center;color:var(--green);font-size:30px}.info-row{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:linear-gradient(90deg,var(--green-soft),var(--cream));margin:16px 0 24px}.info-tile{display:flex;gap:16px;align-items:center;padding:24px;border-right:1px solid rgba(0,0,0,.07)}.info-tile:last-child{border-right:0}.info-tile svg{width:28px;height:28px;stroke:var(--green);stroke-width:1.7;fill:none}.info-tile strong{display:block;font-size:17px}.info-tile span{font-size:14px;color:#555}.footer-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-top:24px}.footer-feature{display:flex;gap:14px;align-items:flex-start}.footer-feature svg{width:26px;height:26px;stroke:var(--green);fill:none}.footer-feature strong{display:block}.footer-feature span{font-size:14px;color:#555}.footer{padding:38px 0 42px}.footer-grid{display:grid;grid-template-columns:2.3fr 1fr 1fr 1fr;gap:44px}.footer-brands{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer-fig{width:220px}.footer-round{width:172px;display:block;margin:0 auto 12px}.footer p,.footer a{font-size:15px;color:#4f5752}.footer h4{font-size:17px;margin:0 0 14px}.footer ul{list-style:none;margin:0;padding:0}.footer li{margin:7px 0}.footer svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;vertical-align:-3px}.seo-note{display:none}@media(max-width:1100px){.brand-row .container{grid-template-columns:1fr}.header-actions{display:none}.brand-lockup{grid-template-columns:1fr;gap:16px}.brand-sep{display:none}.logo-fig,.logo-heritage{justify-self:center}.nav-list{overflow-x:auto}.categories,.products{grid-template-columns:repeat(3,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.container{padding:0 18px}.topbar .container{overflow:auto;justify-content:flex-start}.nav .container{gap:12px}.search{display:none}.hero-card{height:420px}.hero-card img{object-position:58% center}.hero-copy{left:24px;top:32px;width:240px}.hero-copy h1{font-size:34px}.benefits,.info-row,.footer-features,.categories,.products,.footer-grid,.footer-brands{grid-template-columns:1fr}.categories{gap:14px}.category-card{min-height:360px}.products{gap:16px}.fade-arrow{display:none}}

.social{display:inline-flex;align-items:center;gap:6px}.tg-svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linejoin:round;stroke-linecap:round;vertical-align:-3px}


/* === v2.2 correction layer: compact typography, real assets, disciplined layout === */
.container{max-width:1440px;padding:0 42px}
.topbar{font-size:13px}.topbar .container{height:34px}.topbar__group{gap:18px}.tg-svg{fill:currentColor!important;stroke:none!important;width:16px;height:16px}
.brand-row{padding:18px 0 16px}.brand-row .container{grid-template-columns:190px 1fr 190px}.icon-link{font-size:13px;gap:6px}.icon-link svg{width:31px;height:31px;stroke-width:1.65}.brand-lockup{grid-template-columns:minmax(310px,1fr) 2px minmax(310px,1fr);gap:28px}.logo-fig{width:355px}.logo-heritage{width:430px}.brand-sep{height:86px}
.nav .container{height:52px;gap:14px}.catalog-btn{height:36px;padding:0 14px;font-size:14px;gap:7px;border-radius:7px}.nav-list{gap:0;justify-content:space-between;flex:1;font-size:14px;min-width:0}.nav-list a{padding:0 4px}.more-chevron{font-size:18px;margin-left:4px;vertical-align:0}.search{width:116px;height:35px;border-radius:12px;padding:0 10px}.search input{font-size:13px}.search svg{width:19px;height:19px;stroke:var(--green)!important;fill:none!important}.search svg *{fill:none!important}
.hero{padding-top:22px}.hero-card{height:310px;border-radius:16px}.hero-card img{object-fit:cover;object-position:center 44%}.hero-copy{left:42px;top:38px;width:330px;color:#102717}.hero-copy h1{font-size:38px;line-height:1.06;margin-bottom:18px;color:#0f3c23}.hero-copy p{font-size:15px;line-height:1.35;margin-bottom:22px}.btn{padding:12px 20px;font-size:14px;border-radius:7px}
.benefits{margin:22px 0 30px}.benefit{padding:17px 18px;gap:13px}.benefit svg,.ruble-icon{width:30px;height:30px;min-width:30px}.benefit svg{stroke:var(--green);stroke-width:1.65}.ruble-icon{display:inline-flex;align-items:center;justify-content:center;border:1.8px solid var(--green);border-radius:50%;color:var(--green);font-weight:700;font-size:21px;font-family:Arial,sans-serif;line-height:1}.benefit strong{font-size:13px}.benefit span{font-size:12px;line-height:1.25}
.section-title{font-size:26px;margin:24px 0 18px}.see-all{font-size:15px}.categories{gap:18px;margin-bottom:32px}.category-card{min-height:292px;border-radius:16px}.cat-image{inset:0}.cat-image img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.category-card::before{height:38%;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.72) 66%,rgba(255,255,255,0))}.category-card.is-fig::before{background:linear-gradient(180deg,rgba(242,248,239,.97),rgba(242,248,239,.76) 65%,rgba(242,248,239,0))}.category-card.is-her::before{background:linear-gradient(180deg,rgba(251,247,239,.97),rgba(251,247,239,.76) 65%,rgba(251,247,239,0))}.cat-content{padding:14px 15px;text-align:left}.cat-content h3{font-size:17px;line-height:1.06;margin-bottom:5px;text-align:left}.cat-content p{font-size:11px;line-height:1.2;text-align:left}.cat-content .arrow{display:none!important}.category-card:nth-child(1) .cat-image img{object-position:center 92%}.category-card:nth-child(2) .cat-image img{object-position:center 92%}.category-card:nth-child(3) .cat-image img{object-position:center 91%}.category-card:nth-child(4) .cat-image img{object-position:center 86%}.category-card:nth-child(5) .cat-image img{object-position:center 84%}.category-card:nth-child(6) .cat-image img{object-position:center 88%}
.products{gap:20px}.product-card{min-height:344px;padding:13px 13px 48px}.product-card h3{font-size:13px}.product-card p{font-size:12px}.price{font-size:15px}.badge{height:22px;font-size:9px}.product-actions svg{width:22px;height:22px;stroke-width:1.65}
.info-row{margin:12px 0 20px}.info-tile{padding:17px 18px;gap:13px}.info-tile svg{width:24px;height:24px;stroke-width:1.65}.info-tile strong{font-size:14px}.info-tile span{font-size:12px;line-height:1.25}.footer-features{padding:14px 0;margin-top:18px}.footer-feature svg{width:24px;height:24px;stroke-width:1.65}.footer-feature strong{font-size:14px}.footer-feature span{font-size:12px;line-height:1.25}.footer{padding:28px 0 34px}.footer-grid{gap:34px}.footer-fig{width:195px}.footer-round{width:150px}.footer p,.footer a,.footer li{font-size:13px}.footer h4{font-size:15px;margin-bottom:10px}.footer li{margin:5px 0}


/* === v2.3: exact asset usage, compact cards, corrected category crops === */
:root{--green:#164a2c;--green-soft:#f1f7ee;--cream:#fbf6ed;--heritage:#9b5c16;}
.container{max-width:1440px;padding:0 42px;}

/* Header: keep previous successful composition, only compact spacing */
.brand-row{padding:18px 0 16px;}
.logo-fig{width:355px;}
.logo-heritage{width:430px;}
.brand-sep{height:86px;background:#18231b;opacity:.75;}
.icon-link svg{width:31px;height:31px;stroke:var(--green);stroke-width:1.65;}
.icon-link span{font-size:13px;}

/* Navigation: distribute row, compact catalog and search */
.nav .container{height:52px;gap:16px;align-items:center;}
.catalog-btn{height:34px;min-width:112px;padding:0 13px;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;}
.nav-list{flex:1;display:flex;justify-content:space-between;gap:10px;min-width:0;font-size:14px;}
.nav-list a{white-space:nowrap;padding:0 2px;}
.more-chevron{font-size:18px;margin-left:4px;vertical-align:1px;}
.search{width:118px;height:34px;border-radius:13px;padding:0 10px 0 13px;}
.search input{font-size:13px;}
.search svg{width:18px;height:18px;stroke:var(--green)!important;fill:none!important;}
.search svg *{fill:none!important;}

/* Hero: use the provided banner file as-is. No cover cropping, no regeneration. */
.hero{padding-top:20px;}
.hero-card{height:auto;min-height:0;border-radius:16px;overflow:hidden;position:relative;background:#f6f1e6;}
.hero-card img{display:block;width:100%;height:auto;object-fit:contain;object-position:center center;}
.hero-copy{position:absolute;left:44px;top:44px;width:330px;color:#102717;}
.hero-copy h1{font-size:36px;line-height:1.07;margin:0 0 16px;color:#0f3c23;}
.hero-copy p{font-size:14px;line-height:1.35;margin:0 0 20px;color:#17251d;}
.btn{padding:11px 18px;font-size:13px;border-radius:7px;}

/* Benefits: compact and consistent icons */
.benefits{margin:22px 0 28px;}
.benefit{padding:16px 18px;gap:12px;}
.benefit svg{width:30px;height:30px;min-width:30px;stroke:var(--green);stroke-width:1.65;}
.benefit strong{font-size:13px;line-height:1.15;}
.benefit span{font-size:12px;line-height:1.25;}
.ruble-icon{width:23px!important;height:23px!important;min-width:23px!important;border:1.65px solid var(--green);font-size:16px;font-weight:700;line-height:1;transform:translateY(1px);}
.ruble-icon::first-letter{transform:translateY(1px);}

/* Section headings back to compact */
.section-title{font-size:26px;line-height:1.05;margin:24px 0 18px;}
.section-head{align-items:center;}
.see-all{font-size:15px;color:var(--green);}

/* Direction categories: use prepared cropped images; text left; arrows removed. */
.categories{grid-template-columns:repeat(6,1fr);gap:18px;margin-bottom:34px;}
.category-card{min-height:300px;border-radius:16px;overflow:hidden;padding:0;position:relative;background:#fff;}
.category-card.is-fig{background:var(--green-soft);}
.category-card.is-her{background:var(--cream);}
.cat-image{position:absolute;inset:0;}
.cat-image img{width:100%;height:100%;object-fit:cover;object-position:center bottom;}
.category-card::before{content:'';position:absolute;left:0;right:0;top:0;height:36%;z-index:1;pointer-events:none;}
.category-card.is-fig::before{background:linear-gradient(180deg,rgba(241,247,238,.98) 0%,rgba(241,247,238,.9) 48%,rgba(241,247,238,.42) 78%,rgba(241,247,238,0) 100%);}
.category-card.is-her::before{background:linear-gradient(180deg,rgba(251,246,237,.98) 0%,rgba(251,246,237,.9) 48%,rgba(251,246,237,.42) 78%,rgba(251,246,237,0) 100%);}
.cat-content{position:relative;z-index:2;padding:15px 16px;text-align:left;}
.cat-content h3{font-family:var(--serif);font-size:18px;line-height:1.05;margin:0 0 6px;text-align:left;color:#10361f;}
.category-card.is-her .cat-content h3{color:var(--heritage);}
.cat-content p{font-size:11px;line-height:1.2;margin:0;color:#3f4540;text-align:left;}
.cat-content .arrow,.category-card .arrow{display:none!important;}
.category-card:nth-child(1) .cat-image img{object-position:center bottom;}
.category-card:nth-child(2) .cat-image img{object-position:center bottom;}
.category-card:nth-child(3) .cat-image img{object-position:center bottom;}
.category-card:nth-child(4) .cat-image img{object-position:center bottom;}
.category-card:nth-child(5) .cat-image img{object-position:center bottom;}
.category-card:nth-child(6) .cat-image img{object-position:center bottom;}

/* Product cards: less height; price and icons in one row */
.products{gap:20px;margin-bottom:32px;}
.product-card{min-height:0;padding:13px 13px 14px;border-radius:16px;display:flex;flex-direction:column;}
.badge{height:22px;font-size:9px;margin-bottom:10px;border-radius:6px;}
.product-image{width:100%;aspect-ratio:1/1;border-radius:12px;margin-bottom:12px;background:#fff;overflow:hidden;}
.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;}
.product-card h3{font-size:13px;margin:0 0 4px;}
.product-card p{font-size:12px;line-height:1.25;margin:0 0 10px;color:#56605b;min-height:30px;}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;}
.price{font-size:15px;font-weight:800;white-space:nowrap;}
.product-actions{position:static;display:flex;align-items:center;gap:10px;}
.product-actions svg{width:22px;height:22px;stroke:var(--green);stroke-width:1.65;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.fade-arrow{bottom:32px;}

/* Lower info blocks compact */
.info-row{margin:12px 0 20px;}
.info-tile{padding:17px 18px;gap:13px;}
.info-tile svg{width:24px;height:24px;stroke-width:1.65;}
.info-tile strong{font-size:14px;line-height:1.15;}
.info-tile span{font-size:12px;line-height:1.25;}
.footer-features{padding:14px 0;margin-top:18px;}
.footer-feature svg{width:24px;height:24px;stroke-width:1.65;}
.footer-feature strong{font-size:14px;}
.footer-feature span{font-size:12px;}
.footer{padding:28px 0 34px;}
.footer p,.footer a,.footer li{font-size:13px;}
.footer h4{font-size:15px;}

@media(max-width:1100px){.categories,.products{grid-template-columns:repeat(3,1fr)}.hero-copy h1{font-size:32px}.hero-copy{top:32px;left:30px}}
@media(max-width:760px){.hero-copy{position:absolute;top:24px;left:22px;width:230px}.hero-copy h1{font-size:26px}.hero-copy p{font-size:12px}.categories,.products{grid-template-columns:1fr}.category-card{min-height:370px}.search{display:none}}

/* === v2.4 final polish === */
/* Correct supplied hero file, no generated/drawn replacement */
.hero-card{height:auto;max-height:none;background:#f4efe4;}
.hero-card img{display:block;width:100%;height:auto;object-fit:contain;object-position:center center;}
.hero-copy{top:42px;left:42px;width:300px;}
.hero-copy h1{font-size:35px;line-height:1.06;margin-bottom:16px;}
.hero-copy p{font-size:14px;line-height:1.38;max-width:250px;}

/* Directions title aligned like “Новые поступления” */
.directions-section .section-title{text-align:left!important;}

/* Direction cards: use cropped user files, no top wash over heads/lids/vases */
.category-card::before{display:none!important;content:none!important;}
.cat-content{padding:15px 16px;text-align:left;}
.cat-content h3{font-size:17px;line-height:1.05;text-align:left;}
.cat-content p{font-size:11px;line-height:1.2;text-align:left;}
.cat-content h3,.cat-content p{text-shadow:0 1px 2px rgba(255,255,255,.55);}
.category-card:nth-child(6) .cat-content{display:inline-block;margin:10px 0 0 10px;padding:7px 9px;border-radius:10px;background:rgba(255,255,255,.22);backdrop-filter:blur(1px);}
.category-card:nth-child(6) .cat-content h3,.category-card:nth-child(6) .cat-content p{text-shadow:0 1px 3px rgba(255,255,255,.75);}

/* Ruble optical centering */
.ruble-icon{transform:translate(1px,2px)!important;}

@media(max-width:760px){
  .hero-copy{top:22px;left:22px;width:230px;}
  .hero-copy h1{font-size:25px;}
  .hero-copy p{font-size:12px;max-width:190px;}
}


/* === v2.5: heritage category refinements and final polish === */
/* Main hero: use supplied banner and shorter copy only */
.hero-copy{top:42px;left:42px;width:310px;}
.hero-copy h1{font-size:31px;line-height:1.12;margin-bottom:12px;max-width:300px;}
.hero-copy p{font-size:15px;line-height:1.38;max-width:240px;}

/* Direction heading exactly like New Arrivals: left aligned */
.directions-section .section-title{display:block;text-align:left!important;margin-left:0!important;}

/* Direction cards: unify optical type size; no arrows; no global wash */
.category-card::before{display:none!important;}
.cat-content{left:0;right:auto;text-align:left!important;padding:15px 16px 0 16px;}
.cat-content h3{font-size:16px!important;line-height:1.06!important;font-weight:700!important;letter-spacing:0;text-align:left!important;}
.cat-content p{font-size:11px!important;line-height:1.2!important;text-align:left!important;}
.category-card .arrow,.cat-content .arrow{display:none!important;}

/* Heritage category images: keep every item visible; lighter top for text */
.category-card.is-her{background:linear-gradient(180deg,#fbf8ef 0%,#f3e7d4 100%);}
.category-card.is-her .cat-image{top:0;bottom:0;left:0;right:0;background:linear-gradient(180deg,#fbf8ef 0%,#f3e7d4 100%);}
.category-card.is-her .cat-image img{object-fit:contain!important;object-position:center bottom!important;padding-top:34px;box-sizing:border-box;}
.category-card.is-her .cat-content{background:linear-gradient(180deg,rgba(251,248,239,.93),rgba(251,248,239,.72) 62%,rgba(251,248,239,0));border-radius:14px 14px 0 0;width:100%;box-sizing:border-box;padding-bottom:20px;}
.category-card:nth-child(6) .cat-content{display:block;margin:0;padding:15px 16px 20px 16px;background:linear-gradient(180deg,rgba(251,248,239,.96),rgba(251,248,239,.76) 62%,rgba(251,248,239,0));backdrop-filter:none;}

/* Figurina cards: keep green images clean, no white blur over heads */
.category-card.is-fig{background:#eef6eb;}
.category-card.is-fig .cat-image img{object-fit:cover;object-position:center bottom;}
.category-card.is-fig .cat-content{background:linear-gradient(180deg,rgba(238,246,235,.9),rgba(238,246,235,.58) 58%,rgba(238,246,235,0));border-radius:14px 14px 0 0;width:100%;box-sizing:border-box;padding-bottom:18px;}

/* Ruble optical centering: one more pixel down and right */
.ruble-icon{transform:translate(2px,3px)!important;}

@media(max-width:760px){
  .hero-copy h1{font-size:24px;max-width:220px;}
  .hero-copy p{font-size:12px;max-width:180px;}
}

/* v2.6 tweaks */
.category-title,.section-title{text-align:left}
.ruble-icon{position:relative;left:1px;top:1px}

/* === v2.7 / final user request: replace Heritage cards, remove gradients, fix truck wheels === */
.category-card.is-her,
.category-card.is-her .cat-image{
  background:#f6ecd9!important;
}
.category-card::before,
.category-card.is-her::before,
.category-card.is-fig::before{
  display:none!important;
  content:none!important;
}
.category-card.is-her .cat-image img{
  object-fit:cover!important;
  object-position:center bottom!important;
  padding-top:0!important;
}
.category-card.is-her .cat-content,
.category-card:nth-child(6) .cat-content{
  background:none!important;
  backdrop-filter:none!important;
  border-radius:0!important;
  padding:15px 16px 0 16px!important;
}
.category-card.is-her .cat-content h3{
  font-size:17px!important;
  color:var(--heritage)!important;
  text-shadow:none!important;
}
.category-card.is-her .cat-content p{
  text-shadow:none!important;
}
/* keep images grounded and avoid top wash */
.category-card:nth-child(4) .cat-image img,
.category-card:nth-child(5) .cat-image img,
.category-card:nth-child(6) .cat-image img{
  object-position:center bottom!important;
}
