:root[data-theme="dark"]{
  --bg:#08030f;--bg-2:#120723;--surface:#1a0b2e;--surface-2:#241135;--text:#f4eaff;--text-dim:#b4a5c9;--muted:#7a6c8f;--border:rgba(255,255,255,.08);--border-2:rgba(255,255,255,.15);--brand-1:#ff3da6;--brand-2:#a64bff;--brand-3:#3fd6ff;--accent:#ff3da6;--shadow:0 18px 60px rgba(255,61,166,.18);--card:#170a26;--hero-overlay:linear-gradient(135deg,rgba(8,3,15,.85),rgba(8,3,15,.5) 60%,rgba(166,75,255,.35));
}
:root[data-theme="light"]{
  --bg:#fff7fb;--bg-2:#fdeaf3;--surface:#ffffff;--surface-2:#fff0f7;--text:#1c0a26;--text-dim:#5a4368;--muted:#8a7796;--border:rgba(28,10,38,.08);--border-2:rgba(28,10,38,.18);--brand-1:#e3007a;--brand-2:#8a2bff;--brand-3:#00a7d1;--accent:#e3007a;--shadow:0 18px 60px rgba(227,0,122,.15);--card:#ffffff;--hero-overlay:linear-gradient(135deg,rgba(255,255,255,.65),rgba(255,255,255,.25) 60%,rgba(255,61,166,.25));
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{margin:0;padding:0}
body{font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:16px;transition:background .5s ease,color .5s ease;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color .2s ease,opacity .2s ease}
a:hover{color:var(--brand-1)}
h1,h2,h3,h4{font-family:'Playfair Display',Georgia,serif;font-weight:700;line-height:1.2;color:var(--text);margin:0 0 .6em}
h1{font-size:clamp(2.2rem,5vw,4.2rem);letter-spacing:-.01em}
h2{font-size:clamp(1.8rem,3.5vw,2.8rem)}
h3{font-size:1.4rem}
p{margin:0 0 1em;color:var(--text-dim)}
.lfh-container{max-width:1240px;margin:0 auto;padding:0 24px}
.lfh-grad{background:linear-gradient(90deg,var(--brand-1),var(--brand-2) 50%,var(--brand-3));-webkit-background-clip:text;background-clip:text;color:transparent}
.lfh-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;font-weight:700;color:var(--brand-1);margin-bottom:14px}
.lfh-skip{position:absolute;left:-9999px}.lfh-skip:focus{left:8px;top:8px;background:#000;color:#fff;padding:8px 12px;z-index:9999}
.lfh-preloader{position:fixed;inset:0;background:var(--bg);z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s}
.lfh-preloader.lfh-hide{opacity:0;visibility:hidden}
.lfh-preloader-inner{display:flex;gap:10px}
.lfh-preloader-inner span{width:14px;height:14px;border-radius:50%;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));animation:lfh-bounce 1.2s infinite ease-in-out}
.lfh-preloader-inner span:nth-child(2){animation-delay:.15s;background:linear-gradient(135deg,var(--brand-2),var(--brand-3))}
.lfh-preloader-inner span:nth-child(3){animation-delay:.3s;background:linear-gradient(135deg,var(--brand-3),var(--brand-1))}
@keyframes lfh-bounce{0%,80%,100%{transform:scale(.4);opacity:.6}40%{transform:scale(1);opacity:1}}
.lfh-header{position:sticky;top:0;z-index:100;backdrop-filter:blur(18px);background:color-mix(in oklab,var(--bg) 80%,transparent);border-bottom:1px solid var(--border);transition:background .4s ease}
.lfh-header-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0}
.lfh-logo img{height:48px;width:auto;filter:drop-shadow(0 4px 14px rgba(255,61,166,.35))}
.lfh-nav{display:flex;align-items:center;gap:18px}
.lfh-nav-inner{display:flex;align-items:center;gap:24px}
.lfh-menu{display:flex;gap:28px;list-style:none;margin:0;padding:0}
.lfh-menu a{font-weight:500;font-size:.95rem;position:relative;padding:6px 0}
.lfh-menu a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:2px;background:linear-gradient(90deg,var(--brand-1),var(--brand-3));transition:right .3s ease}
.lfh-menu a:hover::after{right:0}
.lfh-burger{display:none;background:none;border:0;width:40px;height:40px;flex-direction:column;justify-content:center;gap:5px;cursor:pointer;padding:0}
.lfh-burger span{height:2px;background:var(--text);width:24px;margin-left:auto;margin-right:auto;transition:transform .3s ease,opacity .3s ease}
.lfh-burger.lfh-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.lfh-burger.lfh-open span:nth-child(2){opacity:0}
.lfh-burger.lfh-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.lfh-theme-toggle{background:none;border:0;padding:0;cursor:pointer}
.lfh-toggle-track{display:inline-flex;align-items:center;width:54px;height:28px;border-radius:999px;background:linear-gradient(135deg,var(--surface-2),var(--surface));border:1px solid var(--border-2);padding:2px;transition:background .4s ease}
.lfh-toggle-thumb{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;transition:transform .4s cubic-bezier(.6,.05,.2,1),background .4s ease;box-shadow:0 4px 12px rgba(255,61,166,.4)}
:root[data-theme="dark"] .lfh-toggle-thumb{transform:translateX(0)}
:root[data-theme="light"] .lfh-toggle-thumb{transform:translateX(26px);background:linear-gradient(135deg,#ffc94d,#ff8a3d)}
.lfh-icon-sun,.lfh-icon-moon{position:absolute;transition:opacity .3s ease,transform .3s ease}
:root[data-theme="dark"] .lfh-icon-sun{opacity:0;transform:scale(.5)}
:root[data-theme="dark"] .lfh-icon-moon{opacity:1}
:root[data-theme="light"] .lfh-icon-sun{opacity:1}
:root[data-theme="light"] .lfh-icon-moon{opacity:0;transform:scale(.5)}
.lfh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:999px;font-weight:700;letter-spacing:.02em;font-size:.95rem;border:0;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;text-align:center;white-space:nowrap;font-family:inherit}
.lfh-btn-primary{background:linear-gradient(120deg,var(--brand-1),var(--brand-2) 60%,var(--brand-3));color:#fff;box-shadow:0 10px 30px rgba(255,61,166,.35)}
.lfh-btn-primary:hover{transform:translateY(-2px);filter:brightness(1.08);color:#fff}
.lfh-btn-ghost{background:transparent;border:1px solid var(--border-2);color:var(--text)}
.lfh-btn-ghost:hover{background:var(--surface-2);color:var(--text)}
.lfh-btn-block{display:flex;width:100%;margin-top:14px}
.lfh-nav-cta{padding:10px 20px;font-size:.85rem}
.lfh-hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;isolation:isolate}
.lfh-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;z-index:-2;transform:scale(1.05);animation:lfh-kenburns 18s ease-in-out infinite alternate}
@keyframes lfh-kenburns{from{transform:scale(1.05)}to{transform:scale(1.15) translate(-1%,-1%)}}
.lfh-hero-overlay{position:absolute;inset:0;background:var(--hero-overlay);z-index:-1}
.lfh-hero-content{padding:120px 24px 80px;max-width:820px}
.lfh-hero-content h1{margin-bottom:24px}
.lfh-hero-content p{font-size:1.15rem;color:var(--text);opacity:.92}
.lfh-hero-cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}
.lfh-hero-stats{display:flex;gap:40px;margin-top:50px;flex-wrap:wrap}
.lfh-hero-stats div{display:flex;flex-direction:column}
.lfh-hero-stats strong{font-family:'Playfair Display',serif;font-size:2rem;background:linear-gradient(90deg,var(--brand-1),var(--brand-3));-webkit-background-clip:text;background-clip:text;color:transparent}
.lfh-hero-stats span{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim)}
.lfh-section{padding:96px 0;position:relative}
.lfh-section-head{max-width:760px;margin:0 auto 56px;text-align:center}
.lfh-section-head p{font-size:1.05rem}
.lfh-grid{display:grid;gap:28px}
.lfh-grid-3{grid-template-columns:repeat(3,1fr)}
.lfh-grid-4{grid-template-columns:repeat(4,1fr)}
.lfh-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:28px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.lfh-card:hover{transform:translateY(-4px);border-color:var(--border-2);box-shadow:var(--shadow)}
.lfh-feature-icon{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;font-size:1.4rem;margin-bottom:14px;font-family:'Playfair Display',serif}
.lfh-models-grid{gap:24px}
.lfh-model-card{display:flex;flex-direction:column;background:var(--card);border-radius:24px;overflow:hidden;border:1px solid var(--border);transition:transform .4s ease,box-shadow .4s ease,border-color .3s ease;position:relative}
.lfh-model-card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:var(--brand-1)}
.lfh-model-img{aspect-ratio:3/4;overflow:hidden;background:var(--surface-2)}
.lfh-model-img img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.lfh-model-card:hover .lfh-model-img img{transform:scale(1.06)}
.lfh-model-info{padding:20px 22px 24px}
.lfh-model-info h3{margin:0 0 4px;display:flex;align-items:baseline;gap:8px}
.lfh-model-info h3 span{font-family:'Inter',sans-serif;font-weight:400;color:var(--muted);font-size:.95rem}
.lfh-model-style{font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-1);margin:0 0 12px;font-weight:700}
.lfh-model-tag{font-style:italic;font-size:.95rem;margin-bottom:14px}
.lfh-model-link{display:inline-block;font-weight:700;font-size:.9rem;color:var(--brand-1)}
.lfh-page-head{padding:120px 0 40px;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}
.lfh-page-head h1{margin:14px 0 0}
.lfh-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0;font-size:.85rem;color:var(--muted)}
.lfh-breadcrumbs a{color:var(--text-dim);font-weight:500}
.lfh-bc-sep{margin-left:8px;color:var(--muted)}
.lfh-breadcrumbs [aria-current="page"] span{color:var(--brand-1);font-weight:600}
.lfh-steps{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;counter-reset:lfh}
.lfh-steps li{background:var(--card);padding:36px 28px;border-radius:22px;border:1px solid var(--border);position:relative}
.lfh-step-n{position:absolute;top:-22px;left:24px;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.4rem;box-shadow:0 8px 24px rgba(255,61,166,.4)}
.lfh-testimonials blockquote{font-family:'Playfair Display',serif;font-size:1.15rem;line-height:1.5;margin:0 0 18px;color:var(--text)}
.lfh-testimonials figcaption{font-size:.85rem;color:var(--muted);letter-spacing:.1em;text-transform:uppercase}
.lfh-faq-list{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.lfh-faq-item{background:var(--card);border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}
.lfh-faq-item[open]{border-color:var(--brand-1);box-shadow:var(--shadow)}
.lfh-faq-item summary{cursor:pointer;list-style:none;padding:22px 28px;font-weight:600;font-size:1.05rem;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--text)}
.lfh-faq-item summary::-webkit-details-marker{display:none}
.lfh-faq-icn{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,var(--brand-1),var(--brand-2));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:400;transition:transform .3s ease;flex-shrink:0}
.lfh-faq-item[open] .lfh-faq-icn{transform:rotate(45deg)}
.lfh-faq-a{padding:0 28px 24px}
.lfh-faq-a p{margin:0;color:var(--text-dim)}
.lfh-final-cta{background:linear-gradient(135deg,var(--brand-1),var(--brand-2) 70%,var(--brand-3));color:#fff;padding:80px 0;text-align:center;position:relative;overflow:hidden}
.lfh-final-cta h2{color:#fff;margin:0 0 14px}
.lfh-final-cta p{color:rgba(255,255,255,.85);font-size:1.1rem;max-width:620px;margin:0 auto 30px}
.lfh-final-cta .lfh-btn-primary{background:#fff;color:var(--brand-1)}
.lfh-final-cta .lfh-btn-primary:hover{color:var(--brand-2)}
.lfh-model-hero{padding:80px 0 60px;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%)}
.lfh-model-hero-grid{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:60px;margin-top:30px;align-items:center}
.lfh-model-hero-img{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);aspect-ratio:3/4;background:var(--surface-2)}
.lfh-model-hero-img img{width:100%;height:100%;object-fit:cover}
.lfh-model-hero-text h1{margin-bottom:14px;font-size:clamp(2.4rem,4.5vw,3.6rem)}
.lfh-model-tag-big{font-style:italic;font-size:1.2rem;margin-bottom:24px;color:var(--text)}
.lfh-model-facts{list-style:none;padding:0;margin:0 0 28px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.lfh-model-facts li{background:var(--surface);border:1px solid var(--border);padding:14px 18px;border-radius:14px;display:flex;flex-direction:column}
.lfh-model-facts strong{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-1);margin-bottom:4px}
.lfh-model-facts span{color:var(--text);font-weight:500}
.lfh-model-body{display:grid;grid-template-columns:1fr minmax(0,320px);gap:60px}
.lfh-model-content h2,.lfh-model-content h3{margin-top:36px}
.lfh-model-content h2:first-child{margin-top:0}
.lfh-info-block{background:var(--card);padding:24px 28px;border-radius:18px;border:1px solid var(--border);margin:30px 0}
.lfh-info-block h3{margin:0 0 10px}
.lfh-pills{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 30px}
.lfh-pills li{background:var(--surface-2);border:1px solid var(--border);padding:8px 16px;border-radius:999px;font-size:.85rem;color:var(--text)}
.lfh-model-cta-block{background:linear-gradient(135deg,var(--brand-1),var(--brand-2));padding:36px;border-radius:24px;text-align:center;margin:40px 0;color:#fff}
.lfh-model-cta-block h3{color:#fff;margin-top:0}
.lfh-model-cta-block p{color:rgba(255,255,255,.9);margin-bottom:18px}
.lfh-model-cta-block .lfh-btn-primary{background:#fff;color:var(--brand-1)}
.lfh-side-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:24px;position:sticky;top:100px}
.lfh-side-card h4{margin:0 0 16px;font-family:'Playfair Display',serif;font-size:1.15rem}
.lfh-side-models{list-style:none;padding:0;margin:0 0 14px;display:flex;flex-direction:column;gap:12px}
.lfh-side-models a{display:flex;gap:12px;align-items:center;padding:8px;border-radius:14px;transition:background .25s ease}
.lfh-side-models a:hover{background:var(--surface-2);color:var(--text)}
.lfh-side-models img{width:64px;height:80px;object-fit:cover;border-radius:10px;flex-shrink:0}
.lfh-side-models span{display:flex;flex-direction:column;gap:2px;font-size:.85rem}
.lfh-side-models em{font-style:normal;color:var(--muted);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}
.lfh-section-cta{text-align:center;margin-top:60px;padding:40px;background:var(--card);border:1px solid var(--border);border-radius:24px}
.lfh-section-cta h2{margin-bottom:10px}
.lfh-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}
.lfh-contact-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:18px;margin-top:24px}
.lfh-contact-list li{background:var(--card);border:1px solid var(--border);padding:18px 22px;border-radius:16px;display:flex;flex-direction:column}
.lfh-contact-list strong{color:var(--brand-1);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px}
.lfh-form{background:var(--card);padding:36px;border-radius:24px;border:1px solid var(--border)}
.lfh-form label{display:flex;flex-direction:column;font-size:.85rem;letter-spacing:.05em;font-weight:600;text-transform:uppercase;color:var(--text-dim);margin-bottom:18px;gap:8px}
.lfh-form input,.lfh-form textarea{background:var(--surface-2);border:1px solid var(--border-2);color:var(--text);padding:14px 16px;border-radius:12px;font-family:inherit;font-size:1rem;font-weight:400;text-transform:none;letter-spacing:0;transition:border-color .25s ease,box-shadow .25s ease;width:100%}
.lfh-form input:focus,.lfh-form textarea:focus{outline:none;border-color:var(--brand-1);box-shadow:0 0 0 4px rgba(255,61,166,.18)}
.lfh-form-note{font-size:.85rem;color:var(--muted);margin-bottom:14px}
.lfh-form-success{background:rgba(50,200,120,.15);color:#3acf8a;padding:14px 18px;border-radius:12px;margin-bottom:18px}
.lfh-form-error{background:rgba(255,80,80,.12);color:#ff7a7a;padding:14px 18px;border-radius:12px;margin-bottom:18px}
.lfh-comments{margin-top:50px;padding-top:40px;border-top:1px solid var(--border)}
.lfh-comments h4{font-family:'Playfair Display',serif;font-size:1.3rem;margin-bottom:24px}
.lfh-comments-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:24px;margin:0 0 40px}
.lfh-comments-list ol{list-style:none;padding-left:40px}
.lfh-comments-list .comment{background:var(--card);border:1px solid var(--border);padding:24px;border-radius:18px}
.lfh-comments-list .comment + .comment{margin-top:0}
.lfh-comment-head,.comment-author{display:flex;gap:14px;align-items:center;margin-bottom:14px}
.comment-author img,.lfh-comment-avatar{border-radius:50%;width:48px!important;height:48px!important;object-fit:cover}
.comment-meta{font-size:.85rem;color:var(--muted)}
.comment-content{color:var(--text-dim)}
#respond{background:var(--card);padding:30px;border-radius:20px;border:1px solid var(--border);margin-top:30px}
#respond h3{margin-top:0}
#respond label{display:flex;flex-direction:column;font-size:.85rem;font-weight:600;color:var(--text-dim);margin-bottom:16px;gap:6px}
#respond input,#respond textarea{background:var(--surface-2);border:1px solid var(--border-2);color:var(--text);padding:12px 14px;border-radius:10px;font-family:inherit;font-size:1rem;width:100%;font-weight:400}
#respond input:focus,#respond textarea:focus{outline:none;border-color:var(--brand-1)}
#respond .form-submit input{background:linear-gradient(120deg,var(--brand-1),var(--brand-2),var(--brand-3));color:#fff;border:0;padding:14px 28px;border-radius:999px;font-weight:700;cursor:pointer;font-size:.95rem;width:auto}
.lfh-prose{max-width:840px;margin:0 auto}
.lfh-prose h2{margin-top:36px;font-size:1.6rem}
.lfh-prose h3{margin-top:28px}
.lfh-prose p{font-size:1.05rem;line-height:1.75}
.lfh-prose ul,.lfh-prose ol{padding-left:24px;color:var(--text-dim)}
.lfh-prose li{margin-bottom:8px}
.lfh-footer{background:var(--surface);padding:80px 0 30px;border-top:1px solid var(--border)}
.lfh-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:50px}
.lfh-footer-brand p{color:var(--text-dim);margin-top:16px;font-size:.95rem}
.lfh-footer-brand img{height:48px;width:auto}
.lfh-footer-col h4{font-family:'Playfair Display',serif;font-size:1.1rem;margin-bottom:18px}
.lfh-footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.lfh-footer-col a{color:var(--text-dim);font-size:.95rem}
.lfh-footer-col a:hover{color:var(--brand-1)}
.lfh-footer-bottom{padding-top:24px;border-top:1px solid var(--border);text-align:center;color:var(--muted);font-size:.85rem}
.lfh-cookies{position:fixed;bottom:24px;left:24px;right:24px;background:var(--card);border:1px solid var(--border-2);border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.35);z-index:80;transform:translateY(140%);transition:transform .6s cubic-bezier(.6,.05,.2,1);max-width:880px;margin:0 auto}
.lfh-cookies.lfh-show{transform:translateY(0)}
.lfh-cookies-inner{padding:22px 26px;display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:space-between}
.lfh-cookies-text{flex:1;min-width:260px;color:var(--text-dim);font-size:.92rem}
.lfh-cookies-text strong{color:var(--text);display:block;margin-bottom:4px}
.lfh-cookies-actions{display:flex;gap:10px}
@media (max-width:1100px){
  .lfh-grid-4{grid-template-columns:repeat(3,1fr)}
  .lfh-model-hero-grid{grid-template-columns:1fr;gap:32px}
  .lfh-model-body{grid-template-columns:1fr;gap:30px}
  .lfh-side-card{position:static}
  .lfh-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:780px){
  .lfh-grid-3,.lfh-grid-4{grid-template-columns:repeat(2,1fr)}
  .lfh-steps{grid-template-columns:1fr}
  .lfh-contact-grid{grid-template-columns:1fr;gap:30px}
  .lfh-section{padding:64px 0}
  .lfh-hero-content{padding:80px 24px 60px}
  .lfh-burger{display:flex}
  .lfh-nav-inner{position:fixed;inset:64px 0 0;background:var(--surface);flex-direction:column;padding:30px 24px;gap:24px;align-items:stretch;transform:translateX(100%);transition:transform .4s cubic-bezier(.6,.05,.2,1);overflow-y:auto;border-top:1px solid var(--border)}
  .lfh-nav-inner.lfh-open{transform:translateX(0)}
  .lfh-menu{flex-direction:column;gap:18px}
  .lfh-menu a{font-size:1.2rem;font-family:'Playfair Display',serif}
  .lfh-nav-cta{align-self:flex-start}
  .lfh-model-facts{grid-template-columns:1fr 1fr}
  .lfh-footer-grid{grid-template-columns:1fr}
}
@media (max-width:520px){
  .lfh-grid-3,.lfh-grid-4{grid-template-columns:1fr}
  .lfh-hero-stats{gap:24px}
  .lfh-cookies{left:12px;right:12px;bottom:12px}
  .lfh-cookies-inner{padding:18px}
}
.lfh-reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}
.lfh-reveal.lfh-in{opacity:1;transform:none}
