/* LLPH – Frontend-Styles, 1:1 übernommen aus der Referenzvorlage (LI Cosmetics). */
.llph{
  --cream:      #FAF7F4;
  --cream-deep: #F0EBE5;
  --card:       #EDE8E3;
  --ink:        #1A1310;
  --ink-soft:   #2B221C;
  --text:       #051f34;
  --text-soft:  #7C6E62;
  --gold:       #C9A98A;
  --gold-deep:  #B08968;
  --line:       rgba(58,45,36,0.12);
  --line-on-ink:rgba(255,255,255,0.16);
  --f-body: inherit;
  --f-display: inherit;
  font-family: var(--f-body);
  background:transparent;
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  overflow-x:clip;
}
.llph *{box-sizing:border-box;}
.llph img{max-width:100%;display:block;}
.llph section{padding:88px 24px;}
.llph .llph-inner{max-width:1120px;margin:0 auto;}
.llph .llph-narrow{max-width:680px;margin:0 auto;}
.llph .llph-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.llph .llph-eyebrow{font-family:var(--f-body);font-size:12px;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold-deep);margin-bottom:16px;}
.llph .llph-eyebrow.on-ink{color:var(--gold);}
.llph h1,.llph h2,.llph h3{font-weight:400;color:var(--text);letter-spacing:-0.01em;line-height:1.1;}
.llph h2{font-size:clamp(28px,3.6vw,40px);margin-bottom:18px;}
.llph p{line-height:1.75;color:var(--text-soft);font-size:16px;}
.llph a{color:inherit;}
.llph .llph-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;font-family:var(--f-body);font-size:13px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;border-radius:2px;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:transform 0.25s ease,background 0.25s ease,border-color 0.25s ease,color 0.25s ease;}
.llph .llph-btn-primary{background:var(--gold);color:var(--ink);}
.llph .llph-btn-primary:hover{background:var(--gold-deep);transform:translateY(-2px);}
.llph .llph-hero .llph-btn-primary:hover{background:var(--text);color:var(--cream);}
.llph .llph-btn-ghost{background:transparent;color:var(--text);border-color:var(--text);}
.llph .llph-btn-ghost:hover{background:var(--text);color:var(--cream);transform:translateY(-2px);}
.llph .llph-btn-on-ink{background:var(--gold);color:var(--ink);}
.llph .llph-btn-on-ink:hover{background:#e3c9ac;transform:translateY(-2px);}
.llph .llph-btn:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px;}
.llph .llph-cta-line{margin-top:44px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.llph .llph-cta-line span{font-size:14px;color:var(--text-soft);}
.llph .llph-hero{padding:80px 24px;text-align:left;}
.llph .llph-hero-content{position:relative;max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1.15fr;gap:88px;align-items:center;background:transparent;padding:56px 40px;border-radius:6px;}
.llph .llph-hero-content::before{content:'';position:absolute;top:0;bottom:0;right:0;left:-100vw;background:var(--cream-deep);border-radius:0 6px 6px 0;z-index:-1;}
.llph .llph-hero-img{position:relative;z-index:2;align-self:stretch;aspect-ratio:4/5;overflow:hidden;background:var(--card);margin:-110px 0 -110px -180px;}
.llph .llph-hero-img img{width:100%;height:100%;object-fit:cover;}
.llph .llph-hero h1{font-size:clamp(38px,6vw,64px);max-width:none;margin:0 0 22px;}
.llph .llph-hero .llph-sub{max-width:520px;margin:0 0 36px;font-size:18px;color:var(--text-soft);}
.llph .llph-hero-meta{display:flex;justify-content:flex-start;gap:28px;flex-wrap:wrap;margin-bottom:38px;font-size:13px;letter-spacing:0.06em;color:var(--text-soft);}
.llph .llph-hero-meta b{color:var(--text);font-weight:600;}
.llph .llph-intro{text-align:center;background:transparent;}
.llph .llph-benefits{background:transparent;}
.llph .llph-benefits-head{text-align:center;max-width:600px;margin:0 auto 56px;}
.llph .llph-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;background:transparent;border:none;}
.llph .llph-benefit{background:var(--cream-deep);padding:38px 26px;}
.llph .llph-benefit svg{margin-bottom:20px;}
.llph .llph-benefit h3{font-size:19px;margin-bottom:10px;font-style:italic;}
.llph .llph-benefit p{font-size:14px;}
.llph .llph-split{background:transparent;}
.llph .llph-split .llph-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.llph .llph-split-img-wrap{position:relative;}
.llph .llph-split-img{position:relative;z-index:1;aspect-ratio:4/5;overflow:hidden;background:var(--card);}
.llph .llph-split-img img{width:100%;height:100%;object-fit:cover;}
.llph .llph-split h2{font-style:italic;}
.llph .llph-process{color:var(--text);}
.llph .llph-process h2{color:var(--text);font-style:italic;}
.llph .llph-process .llph-eyebrow{color:var(--gold-deep);}
.llph .llph-process-head{max-width:600px;margin:0 auto 64px;text-align:center;}
.llph .llph-process-head p{color:var(--text-soft);}
.llph .llph-process-list{max-width:760px;margin:0 auto;position:relative;}
.llph .llph-process-list::before{content:'';position:absolute;left:23px;top:12px;bottom:12px;width:1px;background:var(--line);}
.llph .llph-step{position:relative;padding:0 0 48px 76px;}
.llph .llph-step:last-child{padding-bottom:0;}
.llph .llph-step-num{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--cream);border:1px solid var(--gold-deep);font-family:var(--f-display);font-style:italic;font-size:18px;color:var(--gold-deep);}
.llph .llph-step h3{color:var(--text);font-size:19px;font-style:italic;margin-bottom:6px;}
.llph .llph-step p{color:var(--text-soft);font-size:14px;max-width:520px;}
.llph .llph-process .llph-cta-line{justify-content:center;}
.llph .llph-process .llph-cta-line span{color:var(--text-soft);}
.llph .llph-gallery{background:transparent;}
.llph .llph-gallery-head{text-align:center;max-width:600px;margin:0 auto 48px;}
.llph .llph-gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:130px;gap:6px;}
.llph .llph-gallery-grid img{width:100%;height:100%;object-fit:cover;}
.llph .llph-g1{grid-column:span 3;grid-row:span 2;}
.llph .llph-g2{grid-column:span 3;grid-row:span 1;}
.llph .llph-g3{grid-column:span 3;grid-row:span 1;}
.llph .llph-g4{grid-column:span 2;grid-row:span 1;}
.llph .llph-g5{grid-column:span 2;grid-row:span 1;}
.llph .llph-g6{grid-column:span 2;grid-row:span 1;}
.llph .llph-pricing{background:transparent;}
.llph .llph-pricing-head{text-align:center;max-width:600px;margin:0 auto 48px;}
.llph .llph-price-card{max-width:520px;margin:0 auto;background:var(--cream);border:1px solid var(--line);padding:44px;}
.llph .llph-price-top{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:24px;}
.llph .llph-price-top h3{font-style:italic;font-size:24px;}
.llph .llph-price-value{font-family:var(--f-display);font-size:32px;color:var(--gold-deep);white-space:nowrap;}
.llph .llph-price-meta{font-size:13px;color:var(--text-soft);margin-bottom:24px;}
.llph .llph-price-list{list-style:none;margin:0 0 32px;padding:0;}
.llph .llph-price-list li{display:flex;align-items:center;gap:12px;padding:9px 0;font-size:14px;color:var(--text);}
.llph .llph-price-list li svg{flex-shrink:0;}
.llph .llph-price-card .llph-btn{width:100%;justify-content:center;}
.llph .llph-price-note{text-align:center;margin-top:28px;font-size:14px;color:var(--text-soft);}
.llph .llph-price-note a{color:var(--gold-deep);font-weight:600;text-decoration:underline;}
.llph .llph-faq{background:transparent;}
.llph .llph-faq-head{text-align:center;max-width:600px;margin:0 auto 48px;}
.llph .llph-faq-list{max-width:760px;margin:0 auto;background:var(--cream-deep);padding:8px 32px;border-radius:6px;}
.llph .llph-faq-item{border-bottom:1px solid var(--line);}
.llph .llph-faq-item:last-child{border-bottom:none;}
.llph .llph-faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 4px;font-family:var(--f-display);font-size:18px;font-style:italic;color:var(--text);-webkit-tap-highlight-color:transparent;}
.llph .llph-faq-item summary::-webkit-details-marker{display:none;}
.llph .llph-faq-item summary:focus-visible{outline:2px solid var(--gold-deep);outline-offset:4px;}
.llph .llph-faq-plus{flex-shrink:0;width:22px;height:22px;position:relative;}
.llph .llph-faq-plus::before,.llph .llph-faq-plus::after{content:'';position:absolute;top:50%;left:50%;background:var(--gold-deep);transform:translate(-50%,-50%);transition:transform 0.3s ease,opacity 0.3s ease;}
.llph .llph-faq-plus::before{width:14px;height:1px;}
.llph .llph-faq-plus::after{width:1px;height:14px;}
.llph .llph-faq-item[open] .llph-faq-plus::after{transform:translate(-50%,-50%) rotate(90deg);opacity:0;}
.llph .llph-faq-item p{padding:0 4px 26px;max-width:640px;}
.llph .llph-final{text-align:center;padding:80px 24px;}
.llph .llph-final h2{color:var(--text);font-style:italic;font-size:clamp(30px,4.4vw,48px);}
.llph .llph-final p{max-width:480px;margin:0 auto 36px;color:var(--text-soft);}
.llph .llph-final .llph-eyebrow.on-ink{color:var(--gold-deep);}
.llph .llph-final-content{max-width:720px;margin:0 auto;background:transparent;color:var(--text);padding:64px 40px;border-radius:6px;}
.llph .llph-reveal{opacity:0;transform:translateY(18px);transition:opacity 0.7s ease,transform 0.7s ease;}
.llph .llph-reveal.is-visible{opacity:1;transform:translateY(0);}
.llph .llph-reveal-left{opacity:0;transform:translateX(-40px);transition:opacity 0.7s ease,transform 0.7s ease;}
.llph .llph-reveal-left.is-visible{opacity:1;transform:translateX(0);}
.llph .llph-reveal-right{opacity:0;transform:translateX(40px);transition:opacity 0.7s ease,transform 0.7s ease;}
.llph .llph-reveal-right.is-visible{opacity:1;transform:translateX(0);}
@media(prefers-reduced-motion:reduce){
  .llph .llph-reveal,.llph .llph-reveal-left,.llph .llph-reveal-right{opacity:1;transform:none;transition:none;}
  .llph .llph-btn{transition:none;}
}
@media(max-width:960px){
  .llph .llph-benefits-grid{grid-template-columns:repeat(2,1fr);}
  .llph .llph-hero-content{grid-template-columns:1fr;gap:32px;}
  .llph .llph-hero-img{order:-1;aspect-ratio:16/10;margin-left:-64px;margin-right:-64px;margin-top:0;margin-bottom:0;}
  .llph .llph-split .llph-inner{grid-template-columns:1fr;gap:36px;}
  .llph .llph-split-img-wrap{order:-1;}
  .llph .llph-split-img{aspect-ratio:16/10;}
}
@media(max-width:700px){
  .llph section{padding:64px 20px;}
  .llph .llph-hero{padding:56px 20px;}
  .llph .llph-hero-content{padding:40px 24px;}
  .llph .llph-hero-meta{gap:16px;font-size:12px;}
  .llph .llph-process .llph-inner{padding:36px 24px;}
  .llph .llph-hero-img{margin-left:-44px;margin-right:-44px;}
  .llph .llph-final{padding:56px 20px;}
  .llph .llph-final-content{padding:40px 24px;}
  .llph .llph-benefits-grid{grid-template-columns:1fr;}
  .llph .llph-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:150px;}
  .llph .llph-g1,.llph .llph-g2,.llph .llph-g3,.llph .llph-g4,.llph .llph-g5,.llph .llph-g6{grid-column:span 1;grid-row:span 1;}
  .llph .llph-g1{grid-column:span 2;grid-row:span 2;}
  .llph .llph-price-card{padding:30px 24px;}
  .llph .llph-price-top{flex-direction:column;align-items:flex-start;gap:10px;}
}
