
/* v86 — elevated couture cards for homepage products */
.latest-products{
  position:relative;
  padding:80px 0 112px;
  background:
    radial-gradient(circle at 10% 16%, rgba(255,255,255,.86) 0, rgba(255,255,255,0) 24%),
    radial-gradient(circle at 92% 8%, rgba(205,178,145,.16) 0, rgba(205,178,145,0) 28%),
    linear-gradient(180deg,#f7f2ea 0%,#f2e9dd 58%,#efe6da 100%);
  overflow:hidden;
}
.latest-products::before,
.latest-products::after{content:"";position:absolute;pointer-events:none;border-radius:50%}
.latest-products::before{
  width:560px;height:560px;left:-220px;bottom:-250px;
  background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 72%);
}
.latest-products::after{
  width:420px;height:420px;right:-120px;top:-120px;
  background:radial-gradient(circle,rgba(191,162,129,.14) 0%,rgba(191,162,129,0) 75%);
}
.latest-products-shell{position:relative;z-index:1;width:min(calc(100% - 64px),1560px)}
.latest-products-head{
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:30px;align-items:end;margin-bottom:36px;
}
.latest-products-head h2{
  margin:0;font-size:clamp(3.2rem,6vw,6.2rem);line-height:.9;letter-spacing:-.08em;color:#18110d;
}
.latest-products-head p{
  max-width:760px;margin:16px 0 0;color:#75695f;line-height:1.7;font-size:1.03rem;
}
.latest-products-all{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:58px;padding:0 26px;border-radius:999px;text-decoration:none;
  background:linear-gradient(135deg,#1f150f,#362519 58%,#5e4733 100%);
  color:#fff9f2;font-weight:800;white-space:nowrap;
  box-shadow:0 18px 34px rgba(38,23,14,.18), inset 0 1px 0 rgba(255,255,255,.12);
  transition:transform .28s ease, box-shadow .28s ease;
}
.latest-products-all:hover{transform:translateY(-2px);box-shadow:0 24px 40px rgba(38,23,14,.22), inset 0 1px 0 rgba(255,255,255,.12)}
.latest-products-slider{
  position:relative;padding:10px;border-radius:44px;
  background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(247,240,231,.14));
  border:1px solid rgba(110,84,58,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.76);
}
.latest-products-track{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;align-items:stretch;
}
.latest-product,
.latest-product:nth-child(1),
.latest-product:nth-child(4){
  position:relative;display:flex;flex-direction:column;min-width:0;padding:14px;
  background:linear-gradient(180deg,rgba(255,252,248,.98),rgba(244,235,225,.98));
  border:1px solid rgba(90,66,43,.09);
  box-shadow:
    0 24px 50px rgba(40,25,14,.09),
    inset 0 1px 0 rgba(255,255,255,.88),
    inset 0 -18px 32px rgba(196,168,136,.05);
  overflow:hidden;z-index:1;
  transition:transform .36s ease, box-shadow .36s ease, border-color .36s ease;
}
.latest-product::before{
  content:"";position:absolute;inset:1px;border-radius:inherit;pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.32),rgba(255,255,255,0) 28%,rgba(190,162,129,.05) 78%,rgba(255,255,255,.16) 100%);
  opacity:.95;
}
.latest-product::after{
  content:"";position:absolute;left:18px;right:18px;bottom:14px;height:92px;pointer-events:none;
  border-radius:32px 32px 62px 62px;
  background:linear-gradient(180deg,rgba(212,187,159,.15),rgba(212,187,159,0));
  filter:blur(18px);opacity:.58;
}
.latest-product:nth-child(1){border-radius:32px 32px 98px 32px}
.latest-product:nth-child(2){border-radius:92px 30px 30px 30px}
.latest-product:nth-child(3){border-radius:30px 92px 30px 30px}
.latest-product:nth-child(4){border-radius:30px 30px 30px 92px}
.latest-product:hover{
  transform:translateY(-10px);
  border-color:rgba(98,73,48,.16);
  box-shadow:
    0 32px 62px rgba(40,25,14,.14),
    inset 0 1px 0 rgba(255,255,255,.9),
    inset 0 -18px 34px rgba(196,168,136,.06);
}
.latest-product-image,
.latest-product:nth-child(1) .latest-product-image,
.latest-product:nth-child(4) .latest-product-image{
  position:relative;display:block;overflow:hidden;z-index:1;aspect-ratio:.92/1;
  background:#dfd1c2;border:1px solid rgba(93,70,47,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.44);
}
.latest-product:nth-child(1) .latest-product-image{border-radius:24px 24px 82px 24px}
.latest-product:nth-child(2) .latest-product-image{border-radius:82px 22px 22px 22px}
.latest-product:nth-child(3) .latest-product-image{border-radius:22px 82px 22px 22px}
.latest-product:nth-child(4) .latest-product-image{border-radius:22px 22px 22px 82px}
.latest-product-image::before{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:
    linear-gradient(180deg,rgba(255,255,255,.24) 0%,rgba(255,255,255,0) 34%,rgba(16,10,7,.18) 100%),
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.22),rgba(255,255,255,0) 28%);
}
.latest-product-image::after{
  content:"";position:absolute;right:16px;bottom:16px;width:64px;height:64px;z-index:2;pointer-events:none;
  border-radius:24px 50% 50% 50%;
  background:linear-gradient(180deg,rgba(255,251,246,.8),rgba(245,235,223,.58));
  box-shadow:0 14px 26px rgba(41,24,13,.12), inset 0 1px 0 rgba(255,255,255,.78);
}
.latest-product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .9s cubic-bezier(.2,.8,.2,1),filter .9s ease}
.latest-product:hover .latest-product-image img{transform:scale(1.06);filter:saturate(1.04) contrast(1.02)}
.latest-product-placeholder{
  display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(145deg,#f0e3d5,#ccb59c);
  color:#7a6650;font-weight:800;letter-spacing:.06em;
}
.latest-product-info{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;padding:18px 8px 6px}
.latest-product h3,.latest-product:nth-child(1) h3{
  margin:0;font-size:1.4rem;line-height:1.06;letter-spacing:-.05em;min-height:2.5em;
}
.latest-product h3 a{color:#18120d;text-decoration:none}
.latest-product-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:10px;
  margin-top:auto;padding-top:18px;border-top:1px solid rgba(91,67,44,.08);
}
.latest-product-bottom strong,.latest-product:nth-child(1) .latest-product-bottom strong{
  display:inline-flex;align-items:center;min-height:44px;padding:0 16px;border-radius:999px;
  background:linear-gradient(180deg,#fffdf9,#efe4d7);
  box-shadow:inset 0 0 0 1px rgba(90,67,44,.08),0 10px 18px rgba(42,25,13,.05);
  color:#1a120d;font-size:1rem;font-weight:800;letter-spacing:-.02em;
}
.latest-product-bottom a{
  display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;
  background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(240,231,220,.88));
  box-shadow:inset 0 0 0 1px rgba(86,62,38,.08);
  color:#4d3726;font-weight:800;font-size:.93rem;text-decoration:none;
  transition:background .25s ease, transform .25s ease, color .25s ease, box-shadow .25s ease;
}
.latest-product-bottom a:hover{
  background:linear-gradient(135deg,#24170f,#39281c 58%,#5b4431 100%);
  color:#fff8ee;transform:translateX(2px);
  box-shadow:0 14px 24px rgba(36,23,15,.18), inset 0 1px 0 rgba(255,255,255,.08);
}
.latest-products-dots{display:none}
@media(max-width:1280px){
  .latest-products-shell{width:min(calc(100% - 30px),1280px)}
  .latest-products-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
}
@media(max-width:860px){
  .latest-products{padding:58px 0 78px}
  .latest-products-head{grid-template-columns:1fr;align-items:flex-start;margin-bottom:24px}
  .latest-products-head h2{font-size:clamp(2.7rem,10vw,5rem)}
  .latest-products-track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .latest-product h3,.latest-product:nth-child(1) h3{font-size:1.26rem}
}
@media(max-width:680px){
  .latest-products{padding:40px 0 56px}
  .latest-products-shell{width:min(calc(100% - 14px),1680px)}
  .latest-products-head{margin-bottom:16px}
  .latest-products-head p{font-size:.94rem;margin-top:10px}
  .latest-products-all{min-height:46px;padding:0 18px;font-size:.94rem}
  .latest-products-slider{padding:10px;border-radius:24px}
  .latest-products-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
  .latest-products-track::-webkit-scrollbar{display:none}
  .latest-product,.latest-product:nth-child(1),.latest-product:nth-child(2),.latest-product:nth-child(3),.latest-product:nth-child(4){
    flex:0 0 100%;scroll-snap-align:start;padding:12px;border-radius:24px 24px 54px 24px
  }
  .latest-product::after{left:14px;right:14px;bottom:12px;height:72px}
  .latest-product-image,.latest-product:nth-child(1) .latest-product-image,.latest-product:nth-child(2) .latest-product-image,.latest-product:nth-child(3) .latest-product-image,.latest-product:nth-child(4) .latest-product-image{aspect-ratio:1.08/1;border-radius:20px 20px 50px 20px}
  .latest-product-image::after{width:52px;height:52px;right:14px;bottom:14px}
  .latest-product-info{padding:14px 2px 4px}
  .latest-product h3,.latest-product:nth-child(1) h3{font-size:1.16rem;line-height:1.08;min-height:auto}
  .latest-product-bottom{flex-direction:column;align-items:flex-start;gap:10px;padding-top:14px}
  .latest-product-bottom strong,.latest-product:nth-child(1) .latest-product-bottom strong{min-height:40px;padding:0 13px}
  .latest-product-bottom a{min-height:40px;padding:0 14px}
  .latest-products-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}
  .latest-products-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(61,43,27,.22);transition:.25s}
  .latest-products-dots button.active{width:28px;border-radius:999px;background:#302218}
}
