:root{
  --gold:#a7792f;
  --gold-dark:#8d6220;
  --black:#0d0d0d;
  --soft:#f5f3ef;
  --line:#e7e1d8;
  --muted:#636363;
  --placeholder:#e5e5e5;
  --footer:#0d0d0d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:#111;
  font-family:Arial,"Helvetica Neue",sans-serif;
  font-size:14px;
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-shell{max-width:1024px;margin:0 auto;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.02)}
.container{width:960px;max-width:calc(100% - 48px);margin:0 auto}

/* Header */
.header{height:84px;background:rgba(255,255,255,.97);border-bottom:1px solid #eee9e2;position:relative;z-index:10}
.header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}
.logo{display:flex;align-items:center;gap:13px;min-width:195px}
.logo__mark{width:35px;height:35px;border:2px solid var(--gold);display:grid;place-items:center;position:relative;color:var(--gold);flex:none}
.logo__mark:before,.logo__mark:after{content:"";position:absolute;inset:4px;border:1px solid rgba(167,121,47,.65)}
.logo__mark span{font-family:Georgia,serif;font-weight:700;font-size:20px;line-height:1;position:relative;z-index:1}
.logo__text{display:flex;flex-direction:column;line-height:1}
.logo__title{font-family:Georgia,"Times New Roman",serif;font-size:29px;letter-spacing:8px;font-weight:500;color:#111}
.logo__subtitle{font-size:11px;font-weight:700;letter-spacing:4px;margin-top:5px;color:#111}
.nav{display:flex;align-items:center;gap:27px;margin-left:6px;height:100%}
.nav__link{height:100%;display:flex;align-items:center;position:relative;font-size:10px;font-weight:800;letter-spacing:.1px;white-space:nowrap;color:#111;transition:color .25s ease}
.nav__link:after{content:"";position:absolute;left:0;right:0;bottom:25px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}
.nav__link:hover,.nav__link.is-active{color:#000}
.nav__link:hover:after,.nav__link.is-active:after{transform:scaleX(1)}
.header__actions{display:flex;align-items:center;gap:14px;margin-left:auto}
.header-phone{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;white-space:nowrap}
.header-phone svg{width:18px;height:18px;color:var(--gold)}
.btn{height:43px;min-width:157px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gold);background:linear-gradient(180deg,#b88534 0%,#9b6b27 100%);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1px;border-radius:3px;padding:0 24px;box-shadow:0 8px 16px rgba(95,64,18,.16);cursor:pointer;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.btn:before{content:"";position:absolute;inset:-30% auto auto -80%;width:55%;height:180%;transform:rotate(24deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transition:left .7s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(95,64,18,.25)}
.btn:hover:before{left:128%}
.btn--small{height:40px;min-width:111px;font-size:9px;padding:0 13px}
.btn--outline{background:rgba(255,255,255,.77);color:#111;border-color:#9f8d76;box-shadow:none;min-width:113px}
.btn--outline:hover{background:#fff;color:var(--gold)}
.burger{display:none;background:transparent;border:0;padding:0;width:33px;height:24px;flex-direction:column;justify-content:space-between}
.burger span{display:block;height:2px;background:#111}

/* Hero */
.hero{height:405px;position:relative;overflow:hidden;background:linear-gradient(90deg,#fff 0%,#fff 28%,rgba(255,255,255,.92) 40%,rgba(244,244,241,.65) 62%,#f5f4ef 100%)}
.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:34px;background:linear-gradient(180deg,rgba(255,255,255,0),#fff 83%);z-index:1}
.hero__background{position:absolute;inset:0;overflow:hidden;background:
  radial-gradient(circle at 80% 16%,rgba(61,78,46,.42) 0 9%,transparent 20%),
  radial-gradient(circle at 92% 13%,rgba(52,74,40,.43) 0 11%,transparent 23%),
  radial-gradient(circle at 60% 12%,rgba(88,102,80,.22) 0 9%,transparent 20%),
  linear-gradient(90deg,rgba(255,255,255,1) 0 41%,rgba(255,255,255,.5) 58%,rgba(238,238,229,.1) 100%);
  filter:saturate(.85)
}
.hero__background:before{content:"";position:absolute;left:360px;right:-40px;top:30px;bottom:0;background:
  linear-gradient(180deg,transparent 0 54%,rgba(145,145,135,.2) 55%,transparent 58%),
  radial-gradient(ellipse at 46% 66%,rgba(44,47,45,.22) 0 7%,transparent 8%),
  radial-gradient(ellipse at 55% 65%,rgba(44,47,45,.18) 0 5%,transparent 6%),
  radial-gradient(ellipse at 69% 62%,rgba(44,47,45,.2) 0 7%,transparent 8%),
  radial-gradient(ellipse at 31% 68%,rgba(44,47,45,.16) 0 5%,transparent 6%);
  filter:blur(6px);opacity:.65}
.hero__background:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff 0 35%,rgba(255,255,255,.94) 43%,rgba(255,255,255,.52) 59%,rgba(255,255,255,.05) 100%)}
.cemetery{position:absolute;border-radius:55% 55% 5px 5px;background:rgba(32,33,32,.26);filter:blur(4px);opacity:.7}
.cemetery--one{width:42px;height:88px;right:420px;bottom:80px}
.cemetery--two{width:55px;height:108px;right:345px;bottom:70px}
.cemetery--three{width:36px;height:76px;right:495px;bottom:72px}
.hero__inner{height:100%;display:flex;position:relative;z-index:2}
.hero__content{width:45%;padding-top:42px;position:relative;z-index:2}
h1{font-family:Georgia,"Times New Roman",serif;font-size:40px;line-height:1.1;font-weight:400;margin:0 0 8px;color:#101010;letter-spacing:-1px}
.hero__lead{font-family:Georgia,"Times New Roman",serif;font-size:20px;line-height:1.2;color:var(--gold);margin:0 0 13px}
.hero__text{font-size:15px;line-height:1.6;margin:0 0 28px;color:#1b1b1b}
.hero__buttons{display:flex;gap:21px;margin-bottom:31px}
.benefits{display:grid;grid-template-columns:72px 79px 82px 125px;align-items:start;gap:24px}
.benefit{min-height:64px;border-right:1px solid var(--line);font-size:11px;line-height:1.45;text-align:left;color:#151515}
.benefit:last-child{border-right:0}
.benefit__icon{width:29px;height:29px;color:var(--gold);display:block;margin-bottom:8px;background-size:contain;background-repeat:no-repeat;background-position:center}
.hero__showcase{width:55%;position:relative}
.grave-scene{position:absolute;right:-9px;top:4px;width:526px;height:399px}
.stone{position:absolute;right:112px;top:7px;width:187px;height:265px;background:#252525;border:3px solid #323232;border-bottom:0;border-radius:50% 50% 4px 4px / 14% 14% 4px 4px;box-shadow:inset 0 0 32px rgba(255,255,255,.08),inset -16px 0 30px rgba(0,0,0,.5),0 16px 35px rgba(0,0,0,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:4;overflow:hidden}
.stone:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#727272 .65px,transparent .8px),radial-gradient(#101010 .75px,transparent .85px);background-size:6px 6px,8px 8px;opacity:.35}
.stone:after{content:"";position:absolute;left:12px;top:0;bottom:0;width:34px;background:linear-gradient(90deg,rgba(255,255,255,.1),transparent);opacity:.28}
.stone strong,.stone small,.stone .placeholder-icon{position:relative;z-index:1}
.stone strong{font-size:14px;margin-top:12px;letter-spacing:.4px}
.stone small{font-size:11px;margin-top:4px;letter-spacing:.2px}
.placeholder-icon{width:31px;height:25px;display:inline-block;position:relative;border:1.7px solid currentColor;border-radius:2px;color:#777}
.placeholder-icon:before{content:"";position:absolute;width:5px;height:5px;border:1.5px solid currentColor;border-radius:50%;left:6px;top:5px}
.placeholder-icon:after{content:"";position:absolute;left:4px;right:4px;bottom:4px;height:11px;background:linear-gradient(135deg,transparent 45%,currentColor 46% 52%,transparent 53%),linear-gradient(45deg,transparent 45%,currentColor 46% 52%,transparent 53%);opacity:.8}
.stone-base{position:absolute;background:#161616;box-shadow:inset 0 0 18px rgba(255,255,255,.12),0 11px 20px rgba(0,0,0,.25);z-index:3}
.stone-base--back{right:80px;top:270px;width:251px;height:28px;transform:skewX(-17deg)}
.stone-base--front{right:65px;top:294px;width:288px;height:37px;transform:skewX(-18deg)}
.grave-bed{position:absolute;right:79px;bottom:21px;width:360px;height:120px;background:#111;transform:skewX(-25deg);box-shadow:inset 0 0 38px rgba(255,255,255,.18),0 12px 26px rgba(0,0,0,.28);z-index:2}
.grave-bed:before{content:"";position:absolute;inset:13px 16px;border:2px solid rgba(255,255,255,.22)}
.grave-bed:after{content:"";position:absolute;left:0;right:0;top:26px;height:2px;background:rgba(255,255,255,.14)}
.vase{position:absolute;right:26px;bottom:88px;width:75px;height:114px;z-index:5}
.vase:after{content:"";position:absolute;left:17px;right:15px;bottom:0;height:63px;background:#090909;border-radius:16px 16px 24px 24px;box-shadow:inset 10px 0 13px rgba(255,255,255,.13)}
.vase:before{content:"";position:absolute;left:24px;top:45px;width:31px;height:17px;background:#0b0b0b;border-radius:50%;z-index:2}
.flower{position:absolute;border-radius:50%;width:23px;height:23px;background:#fff;box-shadow:16px 5px 0 -2px #fff,-12px 6px 0 -1px #fff,4px -11px 0 -3px #fff;z-index:3;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18))}
.flower:before{content:"";position:absolute;left:8px;top:8px;width:5px;height:5px;border-radius:50%;background:#e6d4a7}.flower:after{content:"";position:absolute;left:10px;top:22px;width:1px;height:43px;background:#829659;transform:rotate(9deg);transform-origin:top}.flower--1{left:3px;top:18px}.flower--2{left:25px;top:5px;transform:scale(.93)}.flower--3{left:43px;top:25px;transform:scale(.85)}.flower--4{left:18px;top:35px;transform:scale(.72)}

/* Common title */
.section-fixed{overflow:hidden}
.section-title{height:28px;display:flex;align-items:center;justify-content:center;gap:18px;font-family:Georgia,"Times New Roman",serif;color:#171717}
.section-title h2{font-size:19px;font-weight:400;letter-spacing:.2px;white-space:nowrap;margin:0}.section-title span{width:42px;height:1px;background:#d2b17b;position:relative}.section-title span:first-child:after,.section-title span:last-child:before{content:"";position:absolute;top:-2px;width:5px;height:5px;border-radius:50%;background:var(--gold)}.section-title span:first-child:after{right:-3px}.section-title span:last-child:before{left:-3px}.section-title--compact{position:absolute;left:50%;transform:translateX(-50%)}

/* Catalog */
.catalog{height:290px;padding-top:21px;background:#fff}
.catalog-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:18px}
.catalog-card{height:211px;border-radius:3px;background:#fff;border:1px solid #e8e8e8;box-shadow:0 5px 13px rgba(0,0,0,.06);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.catalog-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px rgba(0,0,0,.12);border-color:#d7c29d}
.photo-placeholder{height:106px;background:linear-gradient(135deg,#eeeeee,#dedede);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#777;gap:9px;position:relative;overflow:hidden}
.photo-placeholder:after,.work-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.55) 34%,transparent 55%);transform:translateX(-110%);transition:transform .9s ease}.catalog-card:hover .photo-placeholder:after,.work-photo:hover:after{transform:translateX(110%)}
.photo-placeholder b,.work-photo b{font-size:11px;color:#111;letter-spacing:.1px}
.catalog-card__body{text-align:center;padding-top:14px}.catalog-card__body h3{font-size:11px;line-height:1;margin:0 0 11px;font-weight:800}.catalog-card__body p{font-size:10.3px;line-height:1.55;margin:0 0 13px;color:#222}.catalog-card__body a{font-size:11px;letter-spacing:1px;color:var(--gold);font-weight:500;transition:letter-spacing .25s ease}.catalog-card__body a:hover{letter-spacing:1.6px}

/* Works */
.works{height:190px;background:#fff}.works__head{height:39px;position:relative}.works__head .section-title{padding-top:3px}.all-link{position:absolute;right:8px;top:6px;font-size:10px;font-weight:700;color:#2b2b2b;transition:color .2s ease,transform .2s ease}.all-link:hover{color:var(--gold);transform:translateX(3px)}.works-grid{display:grid;grid-template-columns:1.45fr 1fr 1.06fr .86fr .86fr;gap:10px;height:143px}.work-photo{position:relative;border-radius:3px;background:linear-gradient(135deg,#ededed,#dadada);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#777;overflow:hidden;box-shadow:inset 0 0 0 1px #e3e3e3;transition:transform .3s ease,filter .3s ease}.work-photo:hover{transform:translateY(-5px);filter:brightness(.98)}

/* Why */
.why{height:160px;padding-top:3px;background:#fff}.why-grid{display:grid;grid-template-columns:repeat(5,1fr);margin-top:17px}.why-item{text-align:center;min-height:103px;padding:1px 16px 0;border-right:1px solid var(--line)}.why-item:last-child{border-right:0}.why-icon{width:31px;height:31px;display:block;margin:0 auto 8px;color:var(--gold);background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease}.why-item:hover .why-icon{transform:translateY(-4px) scale(1.05)}.why-item h3{font-size:11px;margin:0 0 6px;font-weight:800}.why-item p{font-size:9.7px;line-height:1.42;margin:0;color:#222}

/* Steps */
.steps{height:139px;background:#fff}.steps .section-title{height:30px}.steps-line{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin-top:11px}.steps-line:before{content:"";position:absolute;left:84px;right:84px;top:20px;border-top:1px dashed #d9d0c3}.step{text-align:center;position:relative}.step__icon{width:47px;height:47px;background:#fff;border:1px solid #ded7cd;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;position:relative;color:var(--gold);z-index:1}.step__icon span{width:25px;height:25px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center}.step__icon b{position:absolute;right:-5px;top:-6px;width:19px;height:19px;border-radius:50%;background:var(--gold);color:#fff;font-size:8px;line-height:19px}.step h3{font-size:11px;margin:0 0 5px;font-weight:800}.step p{font-size:9.7px;line-height:1.35;margin:0;color:#222}

/* CTA */
.cta{height:105px;background:#fff}.cta__inner{height:100px;border-radius:2px;background:linear-gradient(135deg,#fafafa,#f0f0ef);box-shadow:inset 0 0 0 1px #efefef;display:flex;align-items:center;padding:0 50px;gap:45px;position:relative;overflow:hidden}.cta__inner:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(180,180,180,.25),transparent 22%),radial-gradient(circle at 87% 90%,rgba(180,180,180,.17),transparent 24%);opacity:.7}.cta__left,.cta__number,.cta__inner .btn{position:relative;z-index:1}.cta__left{display:flex;align-items:center;gap:23px;min-width:420px}.cta__phone{width:64px;height:64px;border:1px solid #d6c8b2;border-radius:50%;display:grid;place-items:center;color:var(--gold);flex:none}.cta__phone span{width:31px;height:31px;display:block;background-size:contain;background-repeat:no-repeat;background-position:center}.cta h2{font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:400;line-height:1.1;margin:0 0 8px}.cta p{font-size:11px;line-height:1.45;margin:0;color:#202020}.cta__number{min-width:208px;text-align:center;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;padding:0 28px}.cta__number a{display:block;font-size:22px;font-weight:700;letter-spacing:.2px;margin-bottom:4px}.cta__number span{font-size:11px;color:#222}.cta .btn{min-width:169px;height:43px}

/* Footer */
.footer{height:163px;background:#0d0d0d;color:#fff;position:relative;padding-top:17px}.footer__grid{display:grid;grid-template-columns:250px 100px 117px 142px 1fr;gap:28px}.logo--footer{min-width:0;gap:11px;margin-bottom:14px}.logo--footer .logo__mark{width:31px;height:31px}.logo--footer .logo__title{color:#fff;font-size:26px;letter-spacing:7px}.logo--footer .logo__subtitle{color:#fff;font-size:9px;letter-spacing:3.4px}.footer__brand p{font-size:10px;line-height:1.55;margin:0 0 12px;color:#d6d6d6}.socials{display:flex;gap:12px}.socials a{width:27px;height:27px;border:1px solid rgba(255,255,255,.75);border-radius:50%;display:grid;place-items:center;font-weight:700;color:#fff;transition:background .2s ease,color .2s ease}.socials a:hover{background:#fff;color:#111}.footer__col{display:flex;flex-direction:column;gap:3px}.footer__col h3{font-size:11px;margin:0 0 8px;color:#fff}.footer__col a,.footer__col span{font-size:10px;line-height:1.35;color:#cfcfcf;transition:color .2s ease}.footer__col a:hover{color:#fff}.footer__contact{gap:7px}.footer-ico{display:inline-block;min-width:18px;color:var(--gold);font-size:15px;vertical-align:middle}.copyright{position:absolute;left:0;right:0;bottom:8px;text-align:center;font-size:10px;color:#777;margin:0}

/* CSS icons */
.icon-medal{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='18' r='10'/%3E%3Cpath d='M19 29 16 44l8-5 8 5-3-15'/%3E%3Cpath d='m20 18 3 3 6-7'/%3E%3C/svg%3E")}
.icon-shield{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 5 40 11v12c0 10-7 17-16 20C15 40 8 33 8 23V11l16-6Z'/%3E%3Cpath d='m18 23 4 4 8-9'/%3E%3C/svg%3E")}
.icon-tools{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m30 7 11 11-5 5-11-11 5-5Z'/%3E%3Cpath d='M5 42 22 25'/%3E%3Cpath d='m14 9 6 6m-2-8-6 6'/%3E%3Cpath d='m25 30 12 12 5-5-12-12'/%3E%3C/svg%3E")}
.icon-truck{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 14h25v19H5z'/%3E%3Cpath d='M30 21h7l6 7v5H30z'/%3E%3Ccircle cx='15' cy='36' r='4'/%3E%3Ccircle cx='36' cy='36' r='4'/%3E%3Cpath d='M9 20h9M9 26h14'/%3E%3C/svg%3E")}
.icon-diamond{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 16 17 6h14l9 10-16 26L8 16Z'/%3E%3Cpath d='M8 16h32M17 6l7 36M31 6l-7 36M17 6l-4 10M31 6l4 10'/%3E%3C/svg%3E")}
.icon-user{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='24' cy='15' r='8'/%3E%3Cpath d='M9 42c2-10 8-15 15-15s13 5 15 15'/%3E%3C/svg%3E")}
.icon-price{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 5h22v38H13z'/%3E%3Cpath d='M18 13h12M18 19h12M18 25h12M18 31h8'/%3E%3Cpath d='M33 12v24'/%3E%3C/svg%3E")}
.icon-calendar{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='10' width='32' height='30' rx='3'/%3E%3Cpath d='M16 6v8M32 6v8M8 19h32'/%3E%3Cpath d='M28 29h7M31.5 25.5v7'/%3E%3C/svg%3E")}
.icon-hands{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m18 29 5 5c2 2 4 2 6 0l9-9c2-2 2-4 0-6l-2-2-12 12'/%3E%3Cpath d='m29 16 3-3c2-2 5-2 7 0l3 3'/%3E%3Cpath d='m20 17-4-4c-2-2-5-2-7 0l-3 3 13 13'/%3E%3Cpath d='M13 25 8 30m11 1-4 4m10 1-3 3'/%3E%3C/svg%3E")}
.icon-phone{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M15 7 9 13c-2 2-2 5-1 8 3 9 10 16 19 19 3 1 6 1 8-1l6-6-9-9-5 5c-4-2-7-5-9-9l5-5-8-8Z'/%3E%3C/svg%3E")}
.icon-calc{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='12' y='5' width='24' height='38' rx='2'/%3E%3Cpath d='M17 12h14v7H17zM17 26h2m6 0h2m6 0h2M17 33h2m6 0h2m6 0h2'/%3E%3C/svg%3E")}
.icon-hammer{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 8 7 7-6 6-7-7c2-4 3-5 6-6Z'/%3E%3Cpath d='m24 18 17 17-6 6-17-17'/%3E%3Cpath d='M10 18 6 22l6 6 4-4'/%3E%3C/svg%3E")}

/* Motion */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}.reveal--delay{transition-delay:.12s}.hero .reveal{transition-delay:.06s}.hero .reveal--delay{transition-delay:.2s}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Modal */
.modal{position:fixed;inset:0;display:grid;place-items:center;z-index:50;opacity:0;pointer-events:none;transition:opacity .25s ease}.modal.is-open{opacity:1;pointer-events:auto}.modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.58)}.modal__panel{position:relative;width:min(420px,calc(100% - 34px));background:#fff;border-radius:6px;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.35);transform:translateY(20px) scale(.98);transition:transform .25s ease}.modal.is-open .modal__panel{transform:none}.modal__close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:30px;line-height:1;cursor:pointer;color:#555}.modal h2{font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:400;margin:0 0 9px}.modal p{margin:0 0 18px;color:#555}.callback-form{display:grid;gap:13px}.callback-form label span{display:block;margin-bottom:6px;font-size:12px;font-weight:700}.callback-form input{width:100%;height:43px;border:1px solid #dedede;border-radius:3px;padding:0 12px;outline:none}.callback-form input:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(167,121,47,.12)}.callback-form .btn{width:100%;margin-top:4px}

@media (max-width:980px){
  .container{max-width:calc(100% - 28px)}
  .nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;border-bottom:1px solid #eee;box-shadow:0 16px 35px rgba(0,0,0,.08);padding:10px 24px;height:auto;flex-direction:column;align-items:flex-start;gap:0}.nav.is-open{display:flex}.nav__link{height:36px}.nav__link:after{bottom:6px}.burger{display:flex}.header-phone span{display:none}.hero,.catalog,.works,.why,.steps,.cta,.footer{height:auto}.hero__inner{min-height:680px;flex-direction:column}.hero__content{width:100%;padding-bottom:10px}.hero__showcase{width:100%;height:345px}.grave-scene{right:50%;transform:translateX(50%) scale(.86);top:-10px}.catalog,.works,.why,.steps{padding:22px 0}.catalog-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.catalog-card{height:auto}.works__head{height:auto;margin-bottom:15px}.section-title--compact{position:static;transform:none}.all-link{position:static;display:block;text-align:center;margin-top:10px}.works-grid{height:auto;grid-template-columns:repeat(2,1fr)}.work-photo{height:150px}.steps-line{grid-template-columns:repeat(2,1fr);gap:20px}.steps-line:before{display:none}.cta{padding:16px 0}.cta__inner{height:auto;flex-direction:column;text-align:center;padding:26px;gap:17px}.cta__left{min-width:0;flex-direction:column}.cta__number{border:0}.footer{padding:25px 0}.footer__grid{grid-template-columns:repeat(2,1fr)}.copyright{position:static;margin-top:20px}}
@media (max-width:560px){.logo__title{font-size:22px;letter-spacing:5px}.logo__subtitle{font-size:9px;letter-spacing:2.5px}.header__actions .btn{display:none}.hero__content{padding-top:30px}h1{font-size:34px}.hero__lead{font-size:18px}.benefits{grid-template-columns:repeat(2,1fr)}.catalog-grid,.why-grid,.works-grid,.steps-line,.footer__grid{grid-template-columns:1fr}.why-item{border-right:0;border-bottom:1px solid var(--line);padding-bottom:14px}.footer__grid{gap:20px}.cta__number a{font-size:20px}}

/* ===== PROSPERE version: closer to the provided white mockup ===== */
:root{
  --gold:#a7792f;
  --gold-dark:#8b6123;
  --black:#0d0d0d;
  --soft:#f8f6f2;
  --line:#e7e1d8;
}
.site-shell{max-width:1024px;margin:0 auto;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.035)}
.container{width:960px;max-width:calc(100% - 48px)}
.logo{min-width:218px;gap:12px}
.logo__title{font-size:28px;letter-spacing:5px;white-space:nowrap}
.logo__subtitle{font-size:10px;letter-spacing:3.2px}
.nav{gap:18px;margin-left:2px}
.nav__link{font-size:9.6px;font-weight:800}
.header__actions{gap:10px}
.head-socials{display:flex;align-items:center;gap:5px}
.head-socials a{width:24px;height:24px;border:1px solid #d5c5ab;border-radius:50%;display:grid;place-items:center;color:var(--gold);font-size:8px;font-weight:800;line-height:1;transition:background .22s ease,color .22s ease,transform .22s ease}
.head-socials a:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}
.header-phone{font-size:11px}
.btn--small{min-width:105px;padding:0 10px}
.hero{height:405px}
.hero__content{width:47%;padding-top:39px}
.hero__showcase{width:53%}
h1{font-size:39px;line-height:1.1;margin-bottom:8px}
.hero__lead{font-size:18.5px;margin-bottom:12px;max-width:390px}
.hero__text{font-size:13.8px;line-height:1.62;max-width:398px;margin-bottom:25px}
.hero__buttons{gap:20px;margin-bottom:28px}
.benefits{grid-template-columns:74px 82px 82px 124px;gap:21px}
.grave-scene{right:-12px;top:5px;transform:scale(.98);transform-origin:top right}
.section-title h2{white-space:nowrap}
.catalog{height:290px;padding-top:21px}
.catalog-grid{gap:12px}
.catalog-card__body h3{font-size:10.9px}.catalog-card__body p{font-size:10.1px}.catalog-card__body a{font-size:10.5px}
.works{height:190px}

/* small elegant banners in the same mockup language */
.mini-banners{height:118px;background:#fff;padding-top:8px}
.mini-banners__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.mini-banner{min-height:88px;border:1px solid #e6dfd4;background:linear-gradient(135deg,#fff,#f7f4ee);display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:14px;padding:17px 19px;border-radius:3px;box-shadow:0 5px 14px rgba(0,0,0,.035);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.mini-banner:hover{transform:translateY(-4px);box-shadow:0 13px 26px rgba(0,0,0,.08);border-color:#d5be95}
.mini-banner__icon{width:45px;height:45px;border:1px solid #d9c9ae;border-radius:50%;display:grid;place-items:center;color:var(--gold);font-family:Georgia,serif;font-size:18px;font-weight:700;background:#fff}
.mini-banner h3{font-family:Georgia,"Times New Roman",serif;font-size:20px;font-weight:400;margin:0 0 5px;color:#111}
.mini-banner p{font-size:10.5px;line-height:1.45;color:#333;margin:0;max-width:310px}
.mini-banner b{font-size:10px;color:var(--gold);letter-spacing:.8px;white-space:nowrap}

.products{height:212px;background:#fff;padding-top:4px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:17px}
.product-card{min-height:142px;text-align:center;border:1px solid #e7e2d9;background:#fff;border-radius:3px;padding:20px 15px 14px;box-shadow:0 5px 13px rgba(0,0,0,.045);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:0 14px 26px rgba(0,0,0,.09);border-color:#d7c29d}
.product-card__icon{width:34px;height:34px;display:block;margin:0 auto 10px;color:var(--gold);background-size:contain;background-repeat:no-repeat;background-position:center;transition:transform .3s ease}
.product-card:hover .product-card__icon{transform:translateY(-3px) scale(1.04)}
.product-card h3{font-size:11px;line-height:1.25;margin:0 0 8px;font-weight:800;text-transform:uppercase}
.product-card p{font-size:9.8px;line-height:1.45;margin:0;color:#252525}

.granite{height:168px;background:#fff;padding-top:7px}
.section-note{width:650px;max-width:100%;margin:4px auto 15px;text-align:center;font-size:11px;line-height:1.55;color:#333}
.granite-grid{display:grid;grid-template-columns:repeat(9,1fr);gap:7px}
.granite-grid span{min-height:54px;display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #e4ded4;border-radius:3px;background:linear-gradient(135deg,#f1f1f1,#dcdcdc);font-size:9.7px;font-weight:800;color:#222;padding:7px;position:relative;overflow:hidden}
.granite-grid span:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(0,0,0,.09) .7px,transparent .8px),radial-gradient(rgba(255,255,255,.55) .7px,transparent .9px);background-size:7px 7px,9px 9px;opacity:.55}
.granite-grid span:nth-child(1),.granite-grid span:nth-child(9){background:linear-gradient(135deg,#1e1e1e,#383838);color:#fff}
.granite-grid span:nth-child(5),.granite-grid span:nth-child(8){background:linear-gradient(135deg,#7d4b37,#b96f4b);color:#fff}
.granite-grid span:nth-child(7){background:linear-gradient(135deg,#505b55,#9ca79f)}
.granite-grid span{z-index:1}.granite-grid span::after{content:attr(data-empty);position:relative;z-index:2}

.geo{height:118px;background:#fff;padding-top:7px}
.geo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.geo-grid article{min-height:62px;text-align:center;padding:11px 12px;border-right:1px solid var(--line)}
.geo-grid article:last-child{border-right:0}
.geo-grid b{display:block;font-size:11px;text-transform:uppercase;margin-bottom:6px;color:#111}
.geo-grid span{font-size:10.3px;line-height:1.35;color:#333}

.cta{height:105px}.footer{height:188px;padding-top:18px}.footer__grid{grid-template-columns:246px 90px 111px 130px 1fr;gap:26px}.footer__brand p{margin-bottom:10px}.socials{gap:8px}.socials a{font-size:8px}.mobile-bar{display:none}
.callback-form select{width:100%;height:43px;border:1px solid #dedede;border-radius:3px;padding:0 12px;background:#fff;outline:none;color:#222}.callback-form select:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(167,121,47,.12)}

/* additional simple gold line-icons */
.icon-factory{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 41h36V20L30 27V16L18 27V10H6v31Z'/%3E%3Cpath d='M12 17h4M12 24h4M12 31h4M24 34h4M34 34h4'/%3E%3C/svg%3E")}
.icon-cross{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 5h8v11h11v8H28v19h-8V24H9v-8h11V5Z'/%3E%3C/svg%3E")}
.icon-bench{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 20h32M10 27h28M14 13h20M15 27v12M33 27v12M12 39h24'/%3E%3C/svg%3E")}
.icon-stairs{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 38h32V26h-9V16h-9V8H8v30Z'/%3E%3Cpath d='M8 16h14M22 26h9M31 38V26'/%3E%3C/svg%3E")}
.icon-paving{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23a7792f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12h16v10H6zM26 12h16v10H26zM6 26h16v10H6zM26 26h16v10H26zM14 22v4M34 22v4'/%3E%3C/svg%3E")}

@media (max-width:980px){
  .head-socials{display:none}
  .header-phone span{display:none}
  .hero,.catalog,.works,.why,.steps,.cta,.footer,.mini-banners,.products,.granite,.geo{height:auto}
  .hero__inner{min-height:680px;flex-direction:column}
  .hero__content{width:100%;padding-bottom:10px}.hero__showcase{width:100%;height:345px}
  .grave-scene{right:50%;transform:translateX(50%) scale(.86);top:-10px}
  .catalog,.works,.why,.steps,.mini-banners,.products,.granite,.geo{padding:22px 0}
  .mini-banners__grid,.product-grid,.geo-grid{grid-template-columns:1fr 1fr}.granite-grid{grid-template-columns:repeat(3,1fr)}
  .mini-banner{grid-template-columns:48px 1fr}.mini-banner b{grid-column:2}
  .footer{padding-bottom:24px}.mobile-bar{display:grid;grid-template-columns:repeat(3,1fr);position:fixed;left:0;right:0;bottom:0;height:50px;z-index:45;background:#101010;box-shadow:0 -8px 24px rgba(0,0,0,.18)}.mobile-bar a{display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:800;border-right:1px solid rgba(255,255,255,.15)}.mobile-bar a:last-child{border-right:0;background:linear-gradient(180deg,#b88534 0%,#9b6b27 100%)}body{padding-bottom:50px}
}
@media (max-width:560px){
  .container{max-width:calc(100% - 28px)}.logo{min-width:0}.logo__title{font-size:21px;letter-spacing:3.5px}.logo__subtitle{font-size:8.5px;letter-spacing:2px}.header__actions .btn{display:none}
  h1{font-size:33px}.hero__lead{font-size:17px}.hero__text{font-size:13px}.hero__buttons{flex-direction:column;gap:12px;align-items:flex-start}.benefits{grid-template-columns:repeat(2,1fr)}
  .catalog-grid,.why-grid,.works-grid,.steps-line,.footer__grid,.mini-banners__grid,.product-grid,.geo-grid{grid-template-columns:1fr}.granite-grid{grid-template-columns:repeat(2,1fr)}
  .mini-banner{grid-template-columns:44px 1fr;padding:15px}.mini-banner b{grid-column:1 / -1}.mini-banner h3{font-size:18px}
  .geo-grid article{border-right:0;border-bottom:1px solid var(--line)}.geo-grid article:last-child{border-bottom:0}
}
/* Header must stay almost identical to the provided mockup; social buttons are kept in footer/mobile/contact blocks. */
.head-socials{display:none}

/* ===== Visual illustration update: monument examples + full granite gallery ===== */
.stone--visual{display:block;padding:0}
.stone-visual{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;z-index:1}
.stone--visual:after{content:"";position:absolute;left:12px;top:0;bottom:0;width:34px;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent);opacity:.3;z-index:2}

.catalog{height:auto;padding:21px 0 8px}
.catalog-card{height:auto}
.photo-placeholder,.work-photo{padding:0;position:relative}
.photo-placeholder img,.work-photo img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.catalog-card:hover .photo-placeholder img,.work-photo:hover img{transform:scale(1.04);filter:saturate(1.02)}
.photo-placeholder::before,.work-photo::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.02) 0%,rgba(255,255,255,0) 35%,rgba(0,0,0,.04) 100%);z-index:1;pointer-events:none}
.photo-tag,.work-photo__tag{position:absolute;left:10px;bottom:10px;z-index:2;display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(167,121,47,.34);color:#111;font-size:10px;font-weight:800;letter-spacing:.2px;box-shadow:0 8px 18px rgba(0,0,0,.08)}
.works{height:auto;padding:10px 0 8px}
.works-grid{height:143px}
.work-photo--wide img,.work-photo--mid img{object-position:center}

.granite{height:auto;padding:8px 0 26px}
.section-note{max-width:700px;margin-bottom:16px}
.granite-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.granite-card{border:1px solid #e4ddd2;border-radius:3px;background:#fff;box-shadow:0 5px 13px rgba(0,0,0,.045);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.granite-card:hover{transform:translateY(-4px);box-shadow:0 14px 24px rgba(0,0,0,.08);border-color:#d7c29d}
.granite-card img{width:100%;height:110px;display:block;object-fit:cover;background:#e8e8e8}
.granite-card__body{padding:11px 12px 12px}
.granite-card__body h3{margin:0 0 5px;font-size:11px;line-height:1.3;font-weight:800;text-transform:uppercase;color:#111}
.granite-card__body p{margin:0;font-size:10px;line-height:1.45;color:#333}

@media (max-width:980px){
  .catalog,.works,.granite{height:auto}
  .works-grid{height:auto}
  .granite-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:560px){
  .granite-grid{grid-template-columns:1fr}
  .photo-tag,.work-photo__tag{font-size:9px;height:22px;padding:0 9px}
}

/* ===== Final refinement: closer to the original white mockup ===== */
.header{height:82px}
.nav{gap:20px}
.nav__link{font-size:9.4px}
.nav__link:after{bottom:23px}
.header__actions{gap:12px}
.header-phone{font-size:11px}

.hero{height:418px;background:linear-gradient(90deg,#fff 0%,#fff 30%,rgba(255,255,255,.94) 43%,rgba(244,244,241,.7) 64%,#f3f1ec 100%)}
.hero__content{width:46%;padding-top:46px}
.hero__showcase{width:54%}
h1{font-size:41px;line-height:1.08;letter-spacing:-.9px}
.hero__lead{font-size:18px;margin-bottom:13px}
.hero__text{font-size:14px;max-width:404px;margin-bottom:27px}
.benefits{gap:22px}
.grave-scene{right:-2px;top:2px;transform:scale(1.02);transform-origin:top right}
.stone{right:110px;top:0;width:192px;height:272px}
.stone-base--back{right:76px;top:275px;width:256px}
.stone-base--front{right:60px;top:299px;width:292px;height:39px}
.grave-bed{right:73px;bottom:18px;width:366px;height:124px}
.vase{right:20px;bottom:92px}

.section-title{height:30px;gap:16px}
.section-title h2{font-size:16px;letter-spacing:.3px}
.section-title span{width:44px}
.catalog-grid,.works-grid{gap:11px}
.catalog-card,.product-card,.granite-card,.mini-banner{border-radius:2px}
.catalog-card{box-shadow:0 4px 11px rgba(0,0,0,.055)}
.catalog-card:hover{box-shadow:0 12px 24px rgba(0,0,0,.095)}
.photo-placeholder{height:110px}
.catalog-card__body{padding-top:13px}
.photo-tag,.work-photo__tag{background:rgba(255,255,255,.95);backdrop-filter:blur(2px)}

.works__head{height:42px}
.all-link{top:8px;font-size:10px;letter-spacing:.1px}
.works-grid{height:145px}
.work-photo{border-radius:2px}
.work-photo img{filter:saturate(.94) contrast(1.02)}

.mini-banners{height:auto;padding-top:12px;padding-bottom:12px}
.mini-banner{min-height:84px;box-shadow:0 4px 12px rgba(0,0,0,.035)}
.mini-banner h3{font-size:18px}
.mini-banner p{font-size:10.4px}

.products{height:auto;padding:8px 0 16px}
.product-card{min-height:146px}
.why{height:auto;padding:10px 0 16px}
.why-grid{margin-top:15px}
.why-item{min-height:108px}

.granite{height:auto;padding:12px 0 22px}
.granite-grid{grid-template-columns:repeat(5,1fr);gap:11px}
.granite-card img{height:84px}
.granite-card__body{padding:10px 10px 11px}
.granite-card__body h3{font-size:10.4px}
.granite-card__body p{font-size:9.5px;line-height:1.42}

.steps{height:auto;padding:6px 0 14px}
.geo{height:auto;padding:6px 0 16px}
.geo-grid{margin-top:12px}
.geo-grid article{min-height:66px}

.cta{height:auto;padding:4px 0 0}
.cta__inner{height:104px;background:
  radial-gradient(circle at 17% 22%,rgba(210,210,210,.26) 0 13%,transparent 14%),
  radial-gradient(circle at 84% 76%,rgba(205,205,205,.18) 0 16%,transparent 17%),
  linear-gradient(135deg,#faf9f6,#f0efec);box-shadow:inset 0 0 0 1px #ece8e1}
.cta__number a{font-size:21px}

.footer{height:186px;padding-top:19px}
.footer__grid{gap:24px}
.footer__brand p,.footer__col a,.footer__col span{color:#d4d4d4}
.footer__col h3{margin-bottom:7px}

@media (max-width:980px){
  .granite-grid{grid-template-columns:repeat(3,1fr)}
  .hero{height:auto}
}
@media (max-width:560px){
  .granite-grid{grid-template-columns:repeat(2,1fr)}
  .hero__content{padding-top:30px}
  h1{font-size:35px}
}

/* ===== Fix: show ALL granite types as full visible cards ===== */
.granite{height:auto!important;padding:18px 0 28px!important;background:#fff!important;overflow:visible!important}
.granite .section-note{max-width:720px;margin:8px auto 20px!important;font-size:12px;line-height:1.55;text-align:center;color:#222}
.granite-grid--full{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;align-items:stretch!important}
.granite-grid--full .granite-card{display:block!important;min-height:178px!important;border:1px solid #e4ddd2!important;border-radius:3px!important;background:#fff!important;box-shadow:0 5px 13px rgba(0,0,0,.05)!important;overflow:hidden!important;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important}
.granite-grid--full .granite-card:hover{transform:translateY(-4px)!important;box-shadow:0 14px 24px rgba(0,0,0,.085)!important;border-color:#d7c29d!important}
.granite-grid--full .granite-card img{width:100%!important;height:96px!important;display:block!important;object-fit:cover!important;background:#eee!important}
.granite-grid--full .granite-card__body{padding:11px 13px 13px!important;text-align:left!important}
.granite-grid--full .granite-card__body h3{margin:0 0 5px!important;font-size:11.5px!important;line-height:1.25!important;font-weight:800!important;text-transform:uppercase!important;color:#111!important}
.granite-grid--full .granite-card__body p{margin:0!important;font-size:10.2px!important;line-height:1.45!important;color:#333!important}
@media (max-width:980px){.granite-grid--full{grid-template-columns:repeat(2,1fr)!important}.granite-grid--full .granite-card img{height:112px!important}}
@media (max-width:560px){.granite-grid--full{grid-template-columns:1fr!important}.granite-grid--full .granite-card{min-height:auto!important}.granite-grid--full .granite-card img{height:128px!important}}
