/* Lucaffè Luxury Machines — fully namespaced */
.lcm-page{
  --lcm-red:#9f171c;
  --lcm-red-dark:#5d0609;
  --lcm-gold:#d8b45a;
  --lcm-gold-light:#f4dc98;
  --lcm-black:#0b0b0c;
  --lcm-ink:#171719;
  --lcm-gray:#6f6f75;
  --lcm-cream:#f5f0e8;
  --lcm-line:rgba(18,18,20,.09);
  margin:0;
  color:var(--lcm-ink);
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow:hidden;
}
.lcm-page *,
.lcm-page *::before,
.lcm-page *::after{box-sizing:border-box}
.lcm-page img{max-width:100%;height:auto}
.lcm-page a{text-underline-offset:3px}
.lcm-page :focus-visible{outline:3px solid rgba(216,180,90,.7);outline-offset:4px}
.lcm-page em{
  color:var(--lcm-gold-light);
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-weight:500;
}
.lcm-kicker,
.lcm-section-label{
  margin:0 0 20px;
  color:var(--lcm-red);
  font-size:11px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.lcm-btn{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:999px;
  text-decoration:none!important;
  font-size:12px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}
.lcm-btn:hover{transform:translateY(-2px)}
.lcm-btn-gold{
  color:#111!important;
  background:linear-gradient(180deg,var(--lcm-gold-light),var(--lcm-gold));
  box-shadow:0 18px 46px rgba(216,180,90,.25),inset 0 1px 0 rgba(255,255,255,.7);
}
.lcm-btn-glass,
.lcm-btn-outline{
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(16px);
}
.lcm-btn-dark{
  color:#fff!important;
  background:linear-gradient(180deg,#303034,#151517);
  box-shadow:0 18px 42px rgba(0,0,0,.2);
}

/* HERO */
.lcm-hero{
  position:relative;
  min-height:min(900px,92vh);
  display:flex;
  align-items:center;
  color:#fff;
  background:
    radial-gradient(circle at 18% 20%,rgba(159,23,28,.35),transparent 34%),
    radial-gradient(circle at 85% 18%,rgba(216,180,90,.16),transparent 33%),
    linear-gradient(135deg,#080809 0%,#151113 52%,#050506 100%);
}
.lcm-hero-noise{
  position:absolute;
  inset:0;
  opacity:.12;
  pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode:soft-light;
}
.lcm-hero-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(1px);
  pointer-events:none;
}
.lcm-orb-one{
  width:420px;height:420px;left:-180px;bottom:-180px;
  background:radial-gradient(circle,rgba(159,23,28,.38),transparent 68%);
}
.lcm-orb-two{
  width:520px;height:520px;right:-230px;top:-210px;
  background:radial-gradient(circle,rgba(216,180,90,.19),transparent 70%);
}
.lcm-hero-content{
  position:relative;
  z-index:2;
  width:min(1420px,100%);
  margin:0 auto;
  padding:110px 5vw 96px;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  align-items:center;
  gap:55px;
}
.lcm-hero-copy{max-width:760px}
.lcm-hero .lcm-kicker{color:var(--lcm-gold-light)}
.lcm-hero h1{
  margin:0;
  font-size:clamp(56px,7vw,108px);
  line-height:.86;
  letter-spacing:-.068em;
  font-weight:900;
}
.lcm-hero h1 em{
  display:inline-block;
  margin-top:14px;
  font-size:.91em;
}
.lcm-hero-lead{
  max-width:700px;
  margin:34px 0 0;
  color:rgba(255,255,255,.7);
  font-size:clamp(16px,1.5vw,20px);
  line-height:1.8;
  font-weight:350;
}
.lcm-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:13px;
  margin-top:38px;
}
.lcm-hero-proof{
  display:flex;
  flex-wrap:wrap;
  gap:10px 24px;
  margin-top:42px;
  color:rgba(255,255,255,.5);
  font-size:10px;
  font-weight:850;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.lcm-hero-proof span{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.lcm-hero-proof span::before{
  content:"";
  width:5px;height:5px;border-radius:50%;
  background:var(--lcm-gold);
}
.lcm-hero-stage{
  position:relative;
  min-height:610px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lcm-stage-ring{
  position:absolute;
  width:min(560px,92%);
  aspect-ratio:1;
  border-radius:50%;
  border:1px solid rgba(216,180,90,.24);
  box-shadow:
    0 0 0 30px rgba(216,180,90,.025),
    0 0 0 70px rgba(216,180,90,.018),
    inset 0 0 110px rgba(216,180,90,.06);
  animation:lcmPulse 7s ease-in-out infinite alternate;
}
.lcm-stage-platform{
  position:absolute;
  width:78%;
  height:52px;
  left:11%;
  bottom:60px;
  border-radius:50%;
  background:radial-gradient(ellipse,rgba(255,255,255,.15),rgba(0,0,0,0) 70%);
  filter:blur(8px);
}
.lcm-hero-machine{
  position:absolute;
  z-index:3;
  display:block;
  transition:transform .45s cubic-bezier(.2,.75,.2,1),filter .4s ease;
  filter:drop-shadow(0 36px 45px rgba(0,0,0,.52));
}
.lcm-hero-machine:hover{z-index:7;filter:drop-shadow(0 42px 60px rgba(0,0,0,.65))}
.lcm-hero-machine img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.lcm-hero-machine-1{width:54%;height:78%;left:23%;top:8%;animation:lcmFloatMain 6s ease-in-out infinite}
.lcm-hero-machine-2{width:36%;height:54%;left:-2%;top:28%;opacity:.88;transform:rotate(-4deg);animation:lcmFloatSide 7s ease-in-out infinite}
.lcm-hero-machine-3{width:34%;height:51%;right:-1%;top:30%;opacity:.82;transform:rotate(4deg);animation:lcmFloatSide 7.5s ease-in-out .5s infinite}
.lcm-stage-logo{
  position:absolute;
  z-index:8;
  width:min(210px,38%);
  bottom:4px;
  left:50%;
  transform:translateX(-50%);
  filter:brightness(0) invert(1);
  opacity:.68;
}
.lcm-scroll-cue{
  position:absolute;
  z-index:4;
  left:50%;
  bottom:24px;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.48)!important;
  text-decoration:none!important;
  font-size:9px;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.lcm-scroll-cue i{
  width:1px;height:34px;
  background:linear-gradient(var(--lcm-gold),transparent);
  animation:lcmScroll 1.8s ease-in-out infinite;
}
.lcm-machine-fallback{position:relative;width:260px;height:420px;filter:drop-shadow(0 36px 45px rgba(0,0,0,.48))}
.lcm-fallback-body{position:absolute;inset:70px 25px 40px;border-radius:26px;background:linear-gradient(135deg,#e6e6e6,#777 35%,#f4f4f4 70%,#8b8b8b)}
.lcm-fallback-top{position:absolute;left:40px;right:40px;top:20px;height:100px;border-radius:30px 30px 12px 12px;background:linear-gradient(135deg,#f4f4f4,#777)}
.lcm-fallback-cup{position:absolute;width:92px;height:72px;left:84px;bottom:0;border:6px solid #fff;border-top:0;border-radius:0 0 36px 36px}

/* BRAND INTRO */
.lcm-intro{
  max-width:1380px;
  margin:0 auto;
  padding:118px 5vw;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:90px;
  background:#fff;
}
.lcm-intro-logo{
  min-height:430px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lcm-intro-logo img{
  position:relative;
  z-index:2;
  width:min(390px,78%);
}
.lcm-intro-halo{
  position:absolute;
  width:360px;height:360px;border-radius:50%;
  background:
    radial-gradient(circle at 35% 30%,rgba(216,180,90,.26),transparent 55%),
    rgba(159,23,28,.06);
  box-shadow:0 0 0 44px rgba(159,23,28,.018);
}
.lcm-intro-copy h2,
.lcm-section-header h2,
.lcm-selector-header h2,
.lcm-ese-copy h2,
.lcm-tandem h2,
.lcm-business h2{
  margin:0;
  color:var(--lcm-ink);
  font-size:clamp(44px,5.5vw,78px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:900;
}
.lcm-intro-copy h2 em,
.lcm-section-header h2 em,
.lcm-selector-header h2 em,
.lcm-ese-copy h2 em{
  color:var(--lcm-red);
}
.lcm-intro-copy>p:not(.lcm-section-label){
  margin:30px 0 0;
  color:#55565b;
  font-size:18px;
  line-height:1.85;
}
.lcm-intro blockquote{
  margin:34px 0 0;
  padding:24px 28px;
  border-left:4px solid var(--lcm-red);
  background:#f7f5f1;
  color:#262629;
  font-family:"Iowan Old Style","Palatino Linotype",Palatino,Baskerville,Georgia,serif;
  font-size:20px;
  font-style:italic;
  line-height:1.55;
}
.lcm-signature-line{
  display:flex;
  flex-wrap:wrap;
  gap:10px 24px;
  margin-top:32px;
  color:#99999e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

/* PRINCIPLES */
.lcm-principles{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--lcm-line);
  border-bottom:1px solid var(--lcm-line);
  background:#f9f8f6;
}
.lcm-principle{
  min-height:330px;
  padding:54px 38px;
  border-right:1px solid var(--lcm-line);
  transition:background .3s ease,color .3s ease;
}
.lcm-principle:last-child{border-right:0}
.lcm-principle:hover{color:#fff;background:var(--lcm-black)}
.lcm-principle-number{
  display:block;
  margin-bottom:70px;
  color:var(--lcm-red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
}
.lcm-principle h3{margin:0 0 15px;font-size:22px;letter-spacing:-.025em}
.lcm-principle p{margin:0;color:#77777c;font-size:14px;line-height:1.75}
.lcm-principle:hover p{color:rgba(255,255,255,.68)}
.lcm-principle:hover .lcm-principle-number{color:var(--lcm-gold-light)}

/* COLLECTION */
.lcm-collection{
  padding:118px 5vw 110px;
  background:
    radial-gradient(circle at 8% 4%,rgba(159,23,28,.055),transparent 30%),
    linear-gradient(180deg,#fff,#f5f3ef);
}
.lcm-section-header{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:end;
}
.lcm-section-header>p{
  max-width:550px;
  margin:0 0 5px;
  color:#6f6f75;
  font-size:17px;
  line-height:1.75;
}
.lcm-filter-bar{
  max-width:1380px;
  margin:48px auto 32px;
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:4px 2px 10px;
  scrollbar-width:none;
}
.lcm-filter-bar::-webkit-scrollbar{display:none}
.lcm-filter-bar button{
  flex:0 0 auto;
  min-height:43px;
  padding:0 18px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:999px;
  background:rgba(255,255,255,.82);
  color:#55555b;
  font:inherit;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
  transition:.25s ease;
}
.lcm-filter-bar button:hover,
.lcm-filter-bar button.is-active{
  border-color:var(--lcm-black);
  background:var(--lcm-black);
  color:#fff;
}
.lcm-products-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.lcm-product-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.065);
  border-radius:32px;
  background:rgba(255,255,255,.93);
  box-shadow:0 24px 70px rgba(0,0,0,.055);
  transition:transform .35s cubic-bezier(.2,.75,.2,1),box-shadow .35s ease;
}
.lcm-product-card:hover{transform:translateY(-8px);box-shadow:0 36px 90px rgba(0,0,0,.1)}
.lcm-product-card[hidden]{display:none!important}
.lcm-product-visual{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:42px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 40%,rgba(216,180,90,.16),transparent 36%),
    linear-gradient(180deg,#f9f7f2,#ece8e0);
}
.lcm-product-glow{
  position:absolute;
  width:250px;height:250px;border-radius:50%;
  background:rgba(255,255,255,.7);
  filter:blur(4px);
  transition:transform .5s ease;
}
.lcm-product-card:hover .lcm-product-glow{transform:scale(1.15)}
.lcm-product-image{
  position:relative;
  z-index:2;
  width:100%;
  height:300px!important;
  object-fit:contain;
  transition:transform .55s cubic-bezier(.2,.75,.2,1);
  filter:drop-shadow(0 28px 22px rgba(0,0,0,.22));
}
.lcm-product-card:hover .lcm-product-image{transform:scale(1.055) translateY(-5px)}
.lcm-product-badge{
  position:absolute;
  z-index:3;
  top:18px;left:18px;
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  color:#fff;
  background:rgba(11,11,12,.82);
  backdrop-filter:blur(12px);
  font-size:9px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.lcm-product-content{padding:30px 30px 32px}
.lcm-product-eyebrow{
  margin:0 0 10px;
  color:var(--lcm-red);
  font-size:9px;
  font-weight:900;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.lcm-product-content h3{margin:0;font-size:25px;line-height:1.08;letter-spacing:-.035em}
.lcm-product-content h3 a{color:var(--lcm-ink)!important;text-decoration:none!important}
.lcm-product-description{min-height:67px;margin:17px 0 0;color:#707076;font-size:14px;line-height:1.6}
.lcm-product-meta{
  min-height:64px;
  margin-top:23px;
  padding-top:18px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:16px;
  border-top:1px solid var(--lcm-line);
}
.lcm-product-availability{font-size:10px;font-weight:800;color:#7b7b80}
.lcm-product-availability::before{
  content:"";
  display:inline-block;
  width:7px;height:7px;margin-right:7px;border-radius:50%;background:#b8b8bd;
}
.lcm-product-availability.is-available::before{background:#39945b;box-shadow:0 0 0 4px rgba(57,148,91,.1)}
.lcm-product-price{font-size:22px;font-weight:900;white-space:nowrap}
.lcm-product-price del{font-size:13px;color:#aaa;font-weight:500}
.lcm-product-price ins{text-decoration:none}
.lcm-product-button{
  min-height:48px;
  margin-top:22px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-radius:15px;
  color:#fff!important;
  background:#151517;
  text-decoration:none!important;
  font-size:11px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:background .25s ease;
}
.lcm-product-button:hover{background:var(--lcm-red)}
.lcm-collection-footer{max-width:1380px;margin:42px auto 0;text-align:center}
.lcm-text-link{color:var(--lcm-ink)!important;font-size:14px;font-weight:850;text-decoration:none!important}
.lcm-text-link span{display:inline-block;margin-left:8px;transition:transform .2s ease}
.lcm-text-link:hover span{transform:translateX(5px)}

/* SELECTOR */
.lcm-selector{
  padding:118px 5vw;
  color:#fff;
  background:
    radial-gradient(circle at 15% 12%,rgba(159,23,28,.28),transparent 30%),
    linear-gradient(145deg,#0b0b0c,#1b1718 55%,#09090a);
}
.lcm-selector-header{max-width:1380px;margin:0 auto 48px}
.lcm-selector-header .lcm-section-label{color:var(--lcm-gold-light)}
.lcm-selector-header h2{color:#fff}
.lcm-selector-header h2 em{color:var(--lcm-gold-light)}
.lcm-selector-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.lcm-selector-card{
  position:relative;
  min-height:450px;
  padding:38px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.1);
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.9)),
    radial-gradient(circle at 70% 15%,rgba(216,180,90,.22),transparent 35%),
    #242426;
  transition:transform .35s ease,border-color .35s ease;
}
.lcm-selector-card:hover{transform:translateY(-8px);border-color:rgba(216,180,90,.4)}
.lcm-selector-milk{
  background:
    linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.9)),
    radial-gradient(circle at 70% 15%,rgba(159,23,28,.38),transparent 37%),
    #251719;
}
.lcm-selector-pro{
  background:
    linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.92)),
    radial-gradient(circle at 70% 15%,rgba(180,180,180,.23),transparent 37%),
    #1c1c1e;
}
.lcm-selector-index{
  position:absolute;
  top:28px;right:30px;
  color:rgba(255,255,255,.15);
  font-size:64px;
  font-weight:900;
  letter-spacing:-.07em;
}
.lcm-selector-kicker{margin:0 0 12px;color:var(--lcm-gold-light);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.lcm-selector-card h3{max-width:320px;margin:0;font-size:36px;line-height:1;letter-spacing:-.05em}
.lcm-selector-card>p:not(.lcm-selector-kicker){margin:18px 0 0;color:rgba(255,255,255,.65);font-size:14px;line-height:1.7}
.lcm-selector-card a{margin-top:26px;color:#fff!important;font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}

/* ESE */
.lcm-ese{
  min-height:720px;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#f6f1e8;
}
.lcm-ese-visual{
  position:relative;
  min-height:650px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    radial-gradient(circle at center,rgba(159,23,28,.1),transparent 38%),
    linear-gradient(145deg,#efe7da,#faf7f0);
}
.lcm-ese-rings{
  position:absolute;
  width:430px;height:430px;border-radius:50%;
  border:1px solid rgba(159,23,28,.15);
  box-shadow:0 0 0 42px rgba(159,23,28,.035),0 0 0 84px rgba(159,23,28,.018);
}
.lcm-pod{
  position:relative;
  z-index:2;
  width:330px;height:330px;border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 38% 32%,rgba(255,255,255,.9),transparent 20%),
    repeating-radial-gradient(circle,rgba(255,255,255,.8) 0 1px,transparent 1px 4px),
    #ece7dd;
  border:12px solid #faf8f3;
  box-shadow:0 38px 80px rgba(75,52,36,.18),inset 0 0 35px rgba(91,63,42,.1);
  transform:rotate(-8deg);
}
.lcm-pod-rim{position:absolute;inset:28px;border:1px dashed rgba(90,62,39,.25);border-radius:50%}
.lcm-pod-coffee{position:absolute;width:100px;height:100px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#7a4932,#2e1710);box-shadow:0 12px 28px rgba(52,25,16,.28)}
.lcm-pod strong,.lcm-pod small{position:relative;z-index:2;color:#fff;text-shadow:0 2px 10px #000}
.lcm-pod strong{font-size:20px;letter-spacing:.18em;margin-left:.18em}
.lcm-pod small{margin-top:4px;font-size:10px;letter-spacing:.14em}
.lcm-ese-copy{
  padding:100px clamp(38px,7vw,110px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#fff;
}
.lcm-ese-copy p:not(.lcm-section-label){
  margin:30px 0 0;
  color:#66666b;
  font-size:17px;
  line-height:1.8;
}
.lcm-ese-copy ul{margin:28px 0 34px;padding:0;display:grid;gap:14px;list-style:none}
.lcm-ese-copy li{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:750}
.lcm-ese-copy li::before{content:"";width:22px;height:1px;background:var(--lcm-red)}
.lcm-ese-copy .lcm-btn{align-self:flex-start}

/* TANDEM */
.lcm-tandem{
  position:relative;
  min-height:720px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:100px 20px;
  text-align:center;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 20%,rgba(216,180,90,.18),transparent 30%),
    linear-gradient(145deg,#111113,#050506);
}
.lcm-tandem-bg{
  position:absolute;
  inset:0;
  opacity:.18;
  background:
    linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.06) 49%,transparent 50%),
    linear-gradient(60deg,transparent 0 48%,rgba(255,255,255,.04) 49%,transparent 50%);
  background-size:90px 90px;
}
.lcm-tandem-content{position:relative;z-index:2;max-width:950px}
.lcm-tandem .lcm-section-label{color:var(--lcm-gold-light)}
.lcm-tandem h2{color:#fff;font-size:clamp(52px,7vw,96px)}
.lcm-tandem h2 em{color:var(--lcm-gold-light)}
.lcm-tandem p:not(.lcm-section-label){
  max-width:760px;
  margin:32px auto 0;
  color:rgba(255,255,255,.66);
  font-size:18px;
  line-height:1.8;
}
.lcm-tandem-actions{display:flex;justify-content:center;gap:13px;flex-wrap:wrap;margin-top:38px}

/* BUSINESS */
.lcm-business{
  padding:84px 5vw;
  background:#f4f0e9;
}
.lcm-business-card{
  max-width:1380px;
  margin:0 auto;
  padding:64px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:50px;
  border-radius:38px;
  background:
    radial-gradient(circle at 85% 5%,rgba(216,180,90,.2),transparent 30%),
    linear-gradient(135deg,#8f1117,#4e0508);
  color:#fff;
  box-shadow:0 30px 90px rgba(94,6,10,.2);
}
.lcm-business .lcm-section-label{color:var(--lcm-gold-light)}
.lcm-business h2{color:#fff;font-size:clamp(38px,4.2vw,62px)}
.lcm-business-card p:not(.lcm-section-label){max-width:760px;margin:22px 0 0;color:rgba(255,255,255,.72);font-size:16px;line-height:1.75}
.lcm-business-actions{display:flex;flex-direction:column;align-items:center;gap:15px}
.lcm-contact-link{color:#fff!important;font-size:12px;font-weight:800}

/* FAQ */
.lcm-faq{padding:110px 5vw 130px;background:#fff}
.lcm-faq .lcm-section-header{margin-bottom:42px}
.lcm-faq-list{max-width:1040px;margin:0 auto}
.lcm-faq details{border-top:1px solid var(--lcm-line)}
.lcm-faq details:last-child{border-bottom:1px solid var(--lcm-line)}
.lcm-faq summary{
  position:relative;
  padding:26px 48px 26px 0;
  cursor:pointer;
  list-style:none;
  font-size:19px;
  font-weight:800;
  letter-spacing:-.02em;
}
.lcm-faq summary::-webkit-details-marker{display:none}
.lcm-faq summary::after{
  content:"+";
  position:absolute;
  right:4px;top:50%;
  transform:translateY(-50%);
  color:var(--lcm-red);
  font-size:28px;
  font-weight:400;
  transition:transform .2s ease;
}
.lcm-faq details[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.lcm-faq details p{max-width:800px;margin:-5px 0 26px;color:#6e6e73;font-size:15px;line-height:1.75}

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

/* MOBILE BAR */
.lcm-mobile-bar{display:none}

/* SYSTEM */
.lcm-system-notice{padding:28px;border:1px solid #eed0d0;border-radius:18px;background:#fff4f4;color:#7a1115;font-weight:700}

/* ANIMATIONS */
@keyframes lcmPulse{from{transform:scale(.97);opacity:.7}to{transform:scale(1.04);opacity:1}}
@keyframes lcmFloatMain{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes lcmFloatSide{0%,100%{margin-top:0}50%{margin-top:-10px}}
@keyframes lcmScroll{0%,100%{transform:scaleY(.35);transform-origin:top;opacity:.4}50%{transform:scaleY(1);opacity:1}}

/* TABLET */
@media(max-width:1100px){
  .lcm-hero-content{grid-template-columns:1fr 420px;gap:24px}
  .lcm-hero-stage{min-height:520px}
  .lcm-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lcm-principles{grid-template-columns:1fr 1fr}
  .lcm-principle:nth-child(2){border-right:0}
  .lcm-principle:nth-child(-n+2){border-bottom:1px solid var(--lcm-line)}
  .lcm-selector-grid{grid-template-columns:1fr}
  .lcm-selector-card{min-height:380px}
}

/* MOBILE */
@media(max-width:820px){
  .lcm-hero{min-height:auto}
  .lcm-hero-content{
    padding:82px 20px 72px;
    grid-template-columns:1fr;
    gap:28px;
  }
  .lcm-hero-copy{text-align:center}
  .lcm-hero h1{font-size:clamp(48px,14vw,74px)}
  .lcm-hero-lead{margin-left:auto;margin-right:auto;font-size:16px}
  .lcm-hero-actions{justify-content:center}
  .lcm-hero-proof{justify-content:center}
  .lcm-hero-stage{min-height:440px;margin-top:4px}
  .lcm-hero-machine-1{width:56%;left:22%}
  .lcm-hero-machine-2{width:34%;left:3%}
  .lcm-hero-machine-3{width:33%;right:3%}
  .lcm-scroll-cue{display:none}

  .lcm-intro{
    padding:78px 20px;
    grid-template-columns:1fr;
    gap:24px;
    text-align:center;
  }
  .lcm-intro-logo{min-height:270px}
  .lcm-intro-halo{width:250px;height:250px}
  .lcm-intro-copy>p:not(.lcm-section-label){font-size:16px}
  .lcm-intro blockquote{text-align:left;font-size:18px}
  .lcm-signature-line{justify-content:center}

  .lcm-section-header{grid-template-columns:1fr;gap:24px}
  .lcm-section-header>p{font-size:15px}

  .lcm-collection{padding:80px 18px}
  .lcm-products-grid{grid-template-columns:1fr}
  .lcm-product-visual{min-height:350px}

  .lcm-selector{padding:80px 18px}
  .lcm-selector-card{min-height:390px;padding:30px}

  .lcm-ese{grid-template-columns:1fr}
  .lcm-ese-visual{min-height:500px}
  .lcm-ese-copy{padding:70px 22px}
  .lcm-pod{width:270px;height:270px}
  .lcm-ese-rings{width:350px;height:350px}

  .lcm-tandem{min-height:620px;padding:82px 20px}
  .lcm-tandem p:not(.lcm-section-label){font-size:16px}

  .lcm-business{padding:60px 16px}
  .lcm-business-card{padding:38px 24px;grid-template-columns:1fr;text-align:center}
  .lcm-business-actions{width:100%}
  .lcm-business-actions .lcm-btn{width:100%}

  .lcm-faq{padding:80px 20px 110px}
  .lcm-faq summary{font-size:17px}

  .lcm-mobile-bar{
    position:fixed;
    z-index:9996;
    left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));
    min-height:56px;
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    background:rgba(17,17,18,.92);
    backdrop-filter:blur(20px);
    box-shadow:0 20px 55px rgba(0,0,0,.32);
    transition:opacity .25s ease,transform .25s ease;
  }
  .lcm-mobile-bar.is-hidden{opacity:0;transform:translateY(22px);pointer-events:none}
  .lcm-mobile-bar a{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff!important;
    text-decoration:none!important;
    font-size:11px;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .lcm-mobile-bar a:last-child{
    color:#111!important;
    background:linear-gradient(180deg,var(--lcm-gold-light),var(--lcm-gold));
  }
  .lcm-page{padding-bottom:76px}
}

@media(max-width:560px){
  .lcm-btn{width:100%}
  .lcm-hero-content{padding-top:70px}
  .lcm-hero-stage{min-height:350px}
  .lcm-stage-logo{width:150px}
  .lcm-hero-proof{gap:8px 14px}
  .lcm-hero-proof span{font-size:9px}

  .lcm-principles{grid-template-columns:1fr}
  .lcm-principle{
    min-height:260px;
    padding:38px 24px;
    border-right:0!important;
    border-bottom:1px solid var(--lcm-line);
  }
  .lcm-principle:last-child{border-bottom:0}
  .lcm-principle-number{margin-bottom:42px}

  .lcm-product-visual{min-height:320px;padding:30px}
  .lcm-product-image{height:260px!important}
  .lcm-product-content{padding:26px 22px 25px}
  .lcm-product-description{min-height:auto}
  .lcm-product-meta{align-items:flex-start;flex-direction:column}
  .lcm-product-price{font-size:21px}

  .lcm-selector-card h3{font-size:32px}
  .lcm-ese-visual{min-height:420px}
  .lcm-pod{width:225px;height:225px}
  .lcm-ese-rings{width:290px;height:290px}
  .lcm-pod-coffee{width:82px;height:82px}

  .lcm-intro-copy h2,
  .lcm-section-header h2,
  .lcm-selector-header h2,
  .lcm-ese-copy h2,
  .lcm-business h2{font-size:clamp(38px,12vw,56px)}
}

/* REDUCED MOTION */
@media(prefers-reduced-motion:reduce){
  .lcm-page *,
  .lcm-page *::before,
  .lcm-page *::after{
    animation:none!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
  }
  .lcm-reveal{opacity:1;transform:none}
}


/* LAPICCOLA.LT ROUTING */
.lcm-hero-business-link{
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 8px;
  color:rgba(255,255,255,.72)!important;
  font-size:11px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
  text-decoration:none!important;
  transition:color .25s ease,transform .25s ease;
}
.lcm-hero-business-link:hover{color:var(--lcm-gold-light)!important;transform:translateY(-2px)}
.lcm-brand-site-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-top:34px;
  color:var(--lcm-ink)!important;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none!important;
}
.lcm-brand-site-link span{color:var(--lcm-red);font-size:18px;transition:transform .25s ease}
.lcm-brand-site-link:hover span{transform:translate(3px,-3px)}

.lcm-portal{
  padding:112px 5vw;
  color:#fff;
  background:
    radial-gradient(circle at 12% 16%,rgba(159,23,28,.28),transparent 32%),
    radial-gradient(circle at 88% 5%,rgba(216,180,90,.15),transparent 30%),
    linear-gradient(145deg,#09090a,#181416 58%,#080809);
}
.lcm-portal-inner{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:70px;
  align-items:center;
}
.lcm-portal .lcm-section-label{color:var(--lcm-gold-light)}
.lcm-portal h2{
  margin:0;
  color:#fff;
  font-size:clamp(44px,5.7vw,82px);
  line-height:.94;
  letter-spacing:-.062em;
  font-weight:900;
}
.lcm-portal h2 em{color:var(--lcm-gold-light)}
.lcm-portal-copy>p:not(.lcm-section-label){
  max-width:650px;
  margin:30px 0 0;
  color:rgba(255,255,255,.67);
  font-size:17px;
  line-height:1.8;
}
.lcm-portal-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
  margin-top:36px;
}
.lcm-portal-text-link{
  color:#fff!important;
  font-size:12px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
  text-decoration:none!important;
}
.lcm-portal-text-link span{display:inline-block;margin-left:7px;transition:transform .2s ease}
.lcm-portal-text-link:hover span{transform:translateX(4px)}
.lcm-portal-grid{display:grid;gap:14px}
.lcm-portal-card{
  position:relative;
  min-height:172px;
  padding:30px 68px 30px 30px;
  display:grid;
  grid-template-columns:68px 1fr;
  grid-template-areas:
    "number label"
    "number title"
    "number text";
  align-items:center;
  border:1px solid rgba(255,255,255,.1);
  border-radius:26px;
  color:#fff!important;
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(16px);
  text-decoration:none!important;
  transition:transform .3s ease,background .3s ease,border-color .3s ease;
}
.lcm-portal-card:hover{
  transform:translateX(8px);
  background:rgba(255,255,255,.095);
  border-color:rgba(216,180,90,.35);
}
.lcm-portal-number{
  grid-area:number;
  align-self:center;
  color:rgba(216,180,90,.55);
  font-size:13px;
  font-weight:900;
  letter-spacing:.13em;
}
.lcm-portal-card-label{
  grid-area:label;
  color:var(--lcm-gold-light);
  font-size:9px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}
.lcm-portal-card strong{
  grid-area:title;
  margin-top:4px;
  font-size:21px;
  line-height:1.15;
  letter-spacing:-.025em;
}
.lcm-portal-card small{
  grid-area:text;
  margin-top:7px;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.5;
}
.lcm-portal-card i{
  position:absolute;
  right:28px;
  top:50%;
  transform:translateY(-50%);
  color:var(--lcm-gold-light);
  font-size:23px;
  font-style:normal;
  transition:transform .25s ease;
}
.lcm-portal-card:hover i{transform:translate(4px,-62%)}

@media(max-width:900px){
  .lcm-portal{padding:82px 20px}
  .lcm-portal-inner{grid-template-columns:1fr;gap:46px}
}
@media(max-width:560px){
  .lcm-hero-business-link{width:100%}
  .lcm-brand-site-link{justify-content:center;line-height:1.45}
  .lcm-portal-card{
    min-height:190px;
    padding:28px 52px 28px 24px;
    grid-template-columns:42px 1fr;
  }
  .lcm-portal-card strong{font-size:19px}
  .lcm-portal-card i{right:20px}
}
