/* Lucaffè Luxury Home Blocks */
.lhx-page{
  --lhx-red:#95151a;
  --lhx-red-dark:#4e0508;
  --lhx-gold:#d8b45a;
  --lhx-gold-light:#f4dd9b;
  --lhx-black:#080809;
  --lhx-ink:#151517;
  --lhx-muted:#6e6e73;
  --lhx-cream:#f4efe7;
  --lhx-line:rgba(18,18,20,.09);
  width:100%;
  margin:0;
  color:var(--lhx-ink);
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow:hidden;
}
.lhx-page *,
.lhx-page *::before,
.lhx-page *::after{box-sizing:border-box}
.lhx-page img{max-width:100%;height:auto}
.lhx-page a{text-underline-offset:3px}
.lhx-page :focus-visible{outline:3px solid rgba(216,180,90,.72);outline-offset:4px}
.lhx-page em{
  color:var(--lhx-red);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-weight:500;
}

/* MARQUEE */
.lhx-marquee{
  position:relative;
  overflow:hidden;
  padding:17px 0;
  color:#fff;
  border-top:1px solid rgba(216,180,90,.34);
  border-bottom:1px solid rgba(216,180,90,.34);
  background:
    radial-gradient(circle at 16% 50%,rgba(149,21,26,.34),transparent 28%),
    linear-gradient(125deg,#0d0c0b,#2b100f 48%,#09090a);
  box-shadow:inset 0 0 50px rgba(0,0,0,.32);
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
}
.lhx-marquee-track{
  width:max-content;
  display:flex;
  animation:lhxMarquee 52s linear infinite;
  will-change:transform;
}
.lhx-marquee:hover .lhx-marquee-track,
.lhx-marquee:focus-within .lhx-marquee-track{animation-play-state:paused}
.lhx-marquee-group{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  white-space:nowrap;
}
.lhx-marquee-item{
  display:inline-flex;
  align-items:center;
  gap:17px;
  padding:0 21px;
}
.lhx-marquee-phrase{
  color:var(--lhx-gold-light);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:24px;
  font-weight:700;
  letter-spacing:-.025em;
}
.lhx-marquee-item>a{
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.lhx-marquee-detail{
  padding-left:18px;
  border-left:1px solid rgba(216,180,90,.34);
  color:rgba(255,255,255,.56);
  font-size:10px;
  font-weight:800;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.lhx-marquee-item>b{
  margin-left:8px;
  color:var(--lhx-gold);
  font-size:16px;
  font-weight:400;
}
.lhx-italy-flag{
  width:27px;
  height:15px;
  display:inline-flex;
  overflow:hidden;
  border-radius:3px;
  box-shadow:0 5px 14px rgba(0,0,0,.28);
}
.lhx-italy-flag i{width:33.333%;height:100%}
.lhx-italy-flag i:nth-child(1){background:#008c45}
.lhx-italy-flag i:nth-child(2){background:#f4f5f0}
.lhx-italy-flag i:nth-child(3){background:#cd212a}

/* SHARED */
.lhx-section-head{
  width:min(1380px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);
  align-items:end;
  gap:70px;
}
.lhx-section-head>div>p,
.lhx-products-head>p,
.lhx-reviews-head>p,
.lhx-offer-copy>p{
  margin:0 0 18px;
  color:var(--lhx-red);
  font-size:10px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.lhx-section-head h2,
.lhx-products-head h2,
.lhx-reviews-head h2,
.lhx-offer h2{
  margin:0;
  color:var(--lhx-ink);
  font-size:clamp(42px,5.8vw,80px);
  line-height:.94;
  font-weight:900;
  letter-spacing:-.062em;
}
.lhx-section-head>span{
  max-width:520px;
  color:var(--lhx-muted);
  font-size:17px;
  line-height:1.8;
}

/* VALUES */
.lhx-values{
  padding:118px 5vw 112px;
  background:
    radial-gradient(circle at 8% 4%,rgba(149,21,26,.05),transparent 27%),
    linear-gradient(180deg,#fff,#f7f5f1);
}
.lhx-values-grid{
  width:min(1380px,100%);
  margin:60px auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  border-top:1px solid var(--lhx-line);
  border-left:1px solid var(--lhx-line);
}
.lhx-value-card{
  min-height:295px;
  padding:37px 31px;
  display:flex;
  flex-direction:column;
  border-right:1px solid var(--lhx-line);
  border-bottom:1px solid var(--lhx-line);
  background:rgba(255,255,255,.66);
  transition:background .34s ease,color .34s ease,transform .34s ease;
}
.lhx-value-card:hover{
  z-index:2;
  color:#fff;
  background:
    radial-gradient(circle at 80% 0%,rgba(216,180,90,.14),transparent 32%),
    linear-gradient(145deg,#171719,#080809);
  transform:translateY(-5px);
  box-shadow:0 28px 70px rgba(0,0,0,.12);
}
.lhx-value-card>span{
  margin-bottom:auto;
  color:var(--lhx-red);
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
}
.lhx-value-card h3{
  margin:55px 0 13px;
  font-size:21px;
  line-height:1.1;
  letter-spacing:-.025em;
}
.lhx-value-card p{
  margin:0;
  color:#79797e;
  font-size:13px;
  line-height:1.72;
}
.lhx-value-card:hover>span{color:var(--lhx-gold-light)}
.lhx-value-card:hover p{color:rgba(255,255,255,.63)}

/* PRODUCTS */
.lhx-products{
  position:relative;
  padding:122px 5vw 115px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 12% 8%,rgba(149,21,26,.25),transparent 29%),
    radial-gradient(circle at 90% 4%,rgba(216,180,90,.12),transparent 28%),
    linear-gradient(145deg,#121214,#070708 67%,#030304);
}
.lhx-products-glow{
  position:absolute;
  width:660px;height:660px;
  top:-410px;left:50%;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(216,180,90,.15),transparent 68%);
  pointer-events:none;
}
.lhx-products-head{
  position:relative;
  z-index:2;
  width:min(1050px,100%);
  margin:0 auto 67px;
  text-align:center;
}
.lhx-products-head>p{color:var(--lhx-gold-light)}
.lhx-products-head h2{color:#fff}
.lhx-products-head h2 em{color:var(--lhx-gold-light)}
.lhx-products-head>span{
  display:block;
  max-width:730px;
  margin:27px auto 0;
  color:rgba(255,255,255,.59);
  font-size:16px;
  line-height:1.75;
}
.lhx-products-list{
  position:relative;
  z-index:2;
  width:min(1380px,100%);
  margin:0 auto;
  display:grid;
  gap:26px;
}
.lhx-product{
  min-height:570px;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  overflow:hidden;
  border:1px solid rgba(216,180,90,.14);
  border-radius:38px;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  box-shadow:0 34px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.055);
}
.lhx-product:nth-child(even) .lhx-product-visual{order:2}
.lhx-product:nth-child(even) .lhx-product-copy{order:1}
.lhx-product-visual{
  position:relative;
  min-height:570px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:58px;
  overflow:hidden;
  text-decoration:none!important;
  background:
    radial-gradient(circle at 50% 43%,rgba(216,180,90,.16),transparent 35%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.012));
}
.lhx-product-halo{
  position:absolute;
  width:min(430px,70%);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(216,180,90,.2);
  box-shadow:
    0 0 0 42px rgba(216,180,90,.025),
    0 0 0 84px rgba(216,180,90,.013),
    inset 0 0 80px rgba(216,180,90,.05);
  transition:transform .55s ease;
}
.lhx-product-index{
  position:absolute;
  top:30px;left:32px;
  color:rgba(255,255,255,.18);
  font-size:48px;
  font-weight:900;
  letter-spacing:-.07em;
}
.lhx-product-image{
  position:relative;
  z-index:2;
  width:100%;
  max-width:460px;
  max-height:420px;
  object-fit:contain;
  filter:drop-shadow(0 36px 32px rgba(0,0,0,.46));
  transition:transform .55s cubic-bezier(.2,.75,.2,1);
}
.lhx-product:hover .lhx-product-halo{transform:scale(1.07)}
.lhx-product:hover .lhx-product-image{transform:translateY(-8px) scale(1.045)}
.lhx-product-copy{
  padding:72px clamp(38px,6vw,85px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.lhx-product-tag{
  width:max-content;
  margin:0 0 20px;
  padding:8px 13px;
  border:1px solid rgba(216,180,90,.22);
  border-radius:999px;
  color:var(--lhx-gold-light);
  background:rgba(149,21,26,.12);
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.lhx-product-copy h3{
  margin:0;
  font-size:clamp(38px,4.6vw,67px);
  line-height:.94;
  letter-spacing:-.058em;
}
.lhx-product-copy h3 a{color:#fff!important;text-decoration:none!important}
.lhx-product-italian{
  margin:19px 0 0;
  color:var(--lhx-gold-light);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:21px;
  font-style:italic;
}
.lhx-product-description{
  max-width:560px;
  margin:24px 0 0;
  color:rgba(255,255,255,.63);
  font-size:16px;
  line-height:1.75;
}
.lhx-product-bottom{
  margin-top:38px;
  padding-top:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid rgba(255,255,255,.1);
}
.lhx-product-price{
  color:#fff;
  font-size:25px;
  font-weight:900;
  letter-spacing:-.035em;
}
.lhx-product-price del{margin-right:6px;color:rgba(255,255,255,.36);font-size:13px;font-weight:500}
.lhx-product-price ins{text-decoration:none}
.lhx-product-link{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:0 22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#fff!important;
  background:rgba(255,255,255,.05);
  text-decoration:none!important;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.lhx-product-link:hover{
  color:#111!important;
  background:linear-gradient(180deg,var(--lhx-gold-light),var(--lhx-gold));
  transform:translateY(-2px);
}
.lhx-products-all{
  position:relative;
  z-index:2;
  margin-top:48px;
  text-align:center;
}
.lhx-products-all a{
  color:#fff!important;
  text-decoration:none!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.lhx-products-all span{display:inline-block;margin-left:9px;color:var(--lhx-gold);transition:transform .2s ease}
.lhx-products-all a:hover span{transform:translateX(5px)}

/* REVIEWS */
.lhx-reviews{
  padding:116px 5vw 120px;
  background:
    radial-gradient(circle at 18% 4%,rgba(216,180,90,.13),transparent 27%),
    linear-gradient(180deg,#f5f0e8,#fff);
}
.lhx-reviews-head{
  width:min(950px,100%);
  margin:0 auto 54px;
  text-align:center;
}
.lhx-reviews-head h2{font-size:clamp(42px,5.8vw,76px)}
.lhx-review-stage{
  position:relative;
  width:min(1030px,100%);
  min-height:420px;
  margin:0 auto;
  padding:66px 72px 45px;
  overflow:hidden;
  border:1px solid rgba(216,180,90,.28);
  border-radius:38px;
  background:rgba(255,255,255,.82);
  box-shadow:0 34px 90px rgba(0,0,0,.085),inset 0 1px 0 rgba(255,255,255,.8);
}
.lhx-review-stage::before{
  content:"“";
  position:absolute;
  top:-35px;left:35px;
  color:rgba(149,21,26,.09);
  font-family:Georgia,serif;
  font-size:230px;
  line-height:1;
}
.lhx-review{
  position:absolute;
  inset:66px 72px 112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  opacity:0;
  transform:translateY(22px);
  pointer-events:none;
  text-align:center;
  transition:opacity .5s ease,transform .5s ease;
}
.lhx-review.is-active{opacity:1;transform:none;pointer-events:auto}
.lhx-review-stars{
  margin-bottom:24px;
  color:var(--lhx-gold);
  font-size:18px;
  letter-spacing:.2em;
}
.lhx-review blockquote{
  max-width:820px;
  margin:0;
  color:var(--lhx-ink);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:clamp(25px,3.2vw,39px);
  line-height:1.35;
  letter-spacing:-.025em;
}
.lhx-review-meta{margin-top:28px;display:grid;gap:5px}
.lhx-review-meta strong{font-size:13px}
.lhx-review-meta span{color:#88888d;font-size:11px}
.lhx-review-controls{
  position:absolute;
  left:40px;right:40px;bottom:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}
.lhx-review-controls>button{
  width:42px;height:42px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:50%;
  color:var(--lhx-ink);
  background:#fff;
  font:inherit;
  cursor:pointer;
  transition:.2s ease;
}
.lhx-review-controls>button:hover{color:#fff;background:var(--lhx-ink)}
.lhx-review-dots{display:flex;align-items:center;gap:8px}
.lhx-review-dots button{
  width:7px;height:7px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(149,21,26,.2);
  cursor:pointer;
  transition:width .25s ease,border-radius .25s ease,background .25s ease;
}
.lhx-review-dots button.is-active{width:24px;border-radius:99px;background:var(--lhx-red)}

/* OFFER */
.lhx-offer{
  position:relative;
  width:min(1380px,calc(100% - 40px));
  margin:90px auto;
  padding:62px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:55px;
  overflow:hidden;
  border-radius:38px;
  color:#fff;
  background:
    radial-gradient(circle at 84% 5%,rgba(244,221,155,.23),transparent 28%),
    linear-gradient(135deg,#a5171d,#4f0508);
  box-shadow:0 34px 100px rgba(79,5,8,.24);
}
.lhx-offer-mark{
  position:absolute;
  right:3%;top:50%;
  transform:translateY(-50%);
  color:rgba(255,255,255,.055);
  font-size:280px;
  line-height:1;
  font-weight:900;
  pointer-events:none;
}
.lhx-offer-copy,
.lhx-offer-actions{position:relative;z-index:2}
.lhx-offer-copy>p{color:var(--lhx-gold-light)}
.lhx-offer h2{max-width:780px;color:#fff;font-size:clamp(38px,4.8vw,66px)}
.lhx-offer-copy>span{
  display:block;
  max-width:720px;
  margin-top:22px;
  color:rgba(255,255,255,.7);
  font-size:16px;
  line-height:1.72;
}
.lhx-offer-actions{
  min-width:245px;
  display:grid;
  gap:12px;
}
.lhx-code{
  min-height:88px;
  padding:15px 22px;
  display:grid;
  grid-template-columns:1fr auto;
  grid-template-rows:auto auto;
  align-items:center;
  border:1px dashed rgba(255,255,255,.34);
  border-radius:20px;
  color:#fff;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(14px);
  font:inherit;
  text-align:left;
  cursor:pointer;
}
.lhx-code small{
  grid-column:1;
  color:rgba(255,255,255,.52);
  font-size:8px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.lhx-code strong{
  grid-column:1;
  font-size:24px;
  letter-spacing:.12em;
}
.lhx-code span{
  grid-column:2;
  grid-row:1/3;
  color:var(--lhx-gold-light);
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.lhx-offer-actions>a{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#111!important;
  background:linear-gradient(180deg,var(--lhx-gold-light),var(--lhx-gold));
  text-decoration:none!important;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  box-shadow:0 15px 36px rgba(216,180,90,.2);
}
.lhx-copy-status{
  position:absolute;
  right:62px;
  bottom:25px;
  z-index:3;
  margin:0;
  color:rgba(255,255,255,.65);
  font-size:10px;
}

/* REVEAL */
.lhc-reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .75s ease,transform .75s cubic-bezier(.2,.75,.2,1);
}
.lhc-reveal.is-visible{opacity:1;transform:none}

/* TABLET */
@media(max-width:1080px){
  .lhx-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lhx-product{grid-template-columns:1fr 1fr}
  .lhx-product-visual{padding:38px}
  .lhx-product-copy{padding:55px 38px}
  .lhx-product-bottom{align-items:flex-start;flex-direction:column}
}

/* MOBILE */
@media(max-width:760px){
  .lhx-marquee{padding:14px 0;mask-image:none;-webkit-mask-image:none}
  .lhx-marquee-track{animation-duration:38s}
  .lhx-marquee-item{gap:12px;padding:0 16px}
  .lhx-marquee-phrase{font-size:19px}
  .lhx-marquee-item>a{font-size:10px}
  .lhx-marquee-detail{font-size:8px;padding-left:12px}
  .lhx-italy-flag{width:23px;height:13px}

  .lhx-section-head{grid-template-columns:1fr;gap:24px}
  .lhx-section-head>span{font-size:15px}

  .lhx-values{padding:80px 18px}
  .lhx-values-grid{margin-top:42px;grid-template-columns:1fr}
  .lhx-value-card{min-height:240px;padding:31px 25px}
  .lhx-value-card h3{margin-top:45px}

  .lhx-products{padding:84px 16px}
  .lhx-products-head{margin-bottom:45px}
  .lhx-products-head>span{font-size:14px}
  .lhx-product{
    min-height:0;
    grid-template-columns:1fr;
    border-radius:28px;
  }
  .lhx-product:nth-child(even) .lhx-product-visual,
  .lhx-product:nth-child(even) .lhx-product-copy{order:initial}
  .lhx-product-visual{min-height:365px;padding:35px 28px}
  .lhx-product-image{max-height:290px}
  .lhx-product-index{top:22px;left:23px;font-size:38px}
  .lhx-product-copy{padding:37px 25px 31px}
  .lhx-product-copy h3{font-size:clamp(37px,11vw,53px)}
  .lhx-product-description{font-size:14px}
  .lhx-product-bottom{margin-top:28px}
  .lhx-product-link{width:100%}

  .lhx-reviews{padding:82px 15px}
  .lhx-reviews-head{margin-bottom:38px}
  .lhx-review-stage{
    min-height:480px;
    padding:45px 22px 38px;
    border-radius:28px;
  }
  .lhx-review{
    inset:48px 22px 110px;
  }
  .lhx-review blockquote{font-size:clamp(23px,7.5vw,31px)}
  .lhx-review-controls{left:20px;right:20px;bottom:28px}

  .lhx-offer{
    width:calc(100% - 24px);
    margin:65px auto;
    padding:40px 22px 56px;
    grid-template-columns:1fr;
    gap:33px;
    border-radius:28px;
  }
  .lhx-offer-copy>span{font-size:14px}
  .lhx-offer-actions{min-width:0}
  .lhx-copy-status{right:22px;bottom:27px}
}

@media(max-width:430px){
  .lhx-marquee-detail{display:none}
  .lhx-review-controls>button{width:39px;height:39px}
  .lhx-code{grid-template-columns:1fr}
  .lhx-code span{grid-column:1;grid-row:auto;margin-top:5px}
}

@media(prefers-reduced-motion:reduce){
  .lhx-page *,
  .lhx-page *::before,
  .lhx-page *::after{
    animation:none!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  .lhc-reveal{opacity:1;transform:none}
  .lhx-marquee-track{transform:none!important}
  .lhx-marquee-group[aria-hidden="true"]{display:none}
}
