.home-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.home-section{padding:110px 0;position:relative}
.home-eyebrow{color:var(--lvx-gold-light);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.section-heading{margin-bottom:48px}
.section-heading h2{font:800 clamp(34px,5vw,58px)/1.08 Manrope,Inter,sans-serif;letter-spacing:-.04em;margin-top:12px}
.section-heading>p:not(.home-eyebrow){max-width:680px;color:var(--lvx-muted);font-size:17px;line-height:1.8;margin-top:16px}
.section-heading--center{text-align:center}.section-heading--center>p{margin-inline:auto}
.section-heading--split{display:flex;align-items:end;justify-content:space-between;gap:32px}
.text-link{color:#1a1814;font-weight:800;padding-bottom:5px;border-bottom:1px solid rgba(0,0,0,.24)}
.text-link--dark{color:var(--lvx-gold-light);border-color:var(--lvx-border)}
.home-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:13px 24px;border-radius:999px;font-size:14px;font-weight:800;transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background .28s ease,border-color .28s ease}
.home-button:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(0,0,0,.2)}
.home-button--gold{color:#111;background:linear-gradient(135deg,#f5dc94,#c79236);box-shadow:0 14px 34px rgba(198,144,52,.18)}
.home-button--outline{color:#fff;border:1px solid rgba(241,213,139,.55);background:rgba(8,8,8,.18)}
.home-actions{display:flex;align-items:center;gap:13px;flex-wrap:wrap}

.home-hero{min-height:calc(100svh - 82px);position:relative;display:flex;align-items:center;overflow:hidden;background:#080b12}
.home-hero__media{position:absolute;inset:0;display:block;overflow:hidden;background:#111620}.home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:calc(50% + 86px) center}.home-hero__media::after{position:absolute;inset:0;background:radial-gradient(circle at 77% 42%,rgba(231,192,111,.16),transparent 34%),linear-gradient(90deg,rgba(31,35,42,.84) 0%,rgba(24,29,37,.75) 29%,rgba(16,22,31,.43) 54%,rgba(8,12,19,.02) 76%),linear-gradient(0deg,rgba(14,18,25,.6) 0%,transparent 38%);content:"";pointer-events:none}
.home-hero__content{position:relative;z-index:1;padding-block:80px;display:flex;flex-direction:column;align-items:flex-start;transform:translateY(-34px)}
.hero-lockup{height:72px;display:flex;align-items:center;margin-bottom:30px;opacity:0;animation:heroReveal .8s .05s ease forwards}
.hero-lockup__wordmark{width:clamp(250px,30vw,380px);height:72px;object-fit:contain;object-position:left center;animation:wordmarkGlow 1.6s .55s ease-out 1}
.home-hero .home-eyebrow{opacity:0;animation:heroReveal .7s .25s ease forwards}
.home-hero h1{max-width:680px;font:800 clamp(34px,3.4vw,46px)/1.1 Manrope,Inter,sans-serif;letter-spacing:-.03em;margin:14px 0 24px;opacity:0;animation:heroReveal .8s .38s ease forwards}
.hero-title__line{display:block}.hero-title__line:first-child{display:flex;flex-wrap:nowrap;column-gap:.22em}.hero-title__line>span{white-space:nowrap}
.home-hero__lead{max-width:620px;color:#d8d4cc;font-size:clamp(16px,1.45vw,19px);line-height:1.72;margin-bottom:28px;opacity:0;animation:heroReveal .8s .52s ease forwards}
.home-hero .home-actions{opacity:0;animation:heroReveal .8s .66s ease forwards}
.hero-note{display:flex;align-items:center;gap:14px;margin-top:40px;color:#c5c0b7;font-size:14px;font-weight:600;line-height:1.65;letter-spacing:.005em;opacity:0;animation:heroReveal .8s .78s ease forwards}
.hero-note span{width:36px;height:1px;background:var(--lvx-gold)}
@keyframes heroReveal{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes wordmarkGlow{0%,100%{filter:drop-shadow(0 0 0 transparent)}45%{filter:drop-shadow(0 0 14px rgba(241,213,139,.55))}}
@keyframes navMarkIntro{0%{opacity:0;transform:scale(.88);filter:drop-shadow(0 0 0 transparent)}58%{opacity:1;transform:scale(1.025);filter:drop-shadow(0 0 14px rgba(241,213,139,.7))}100%{opacity:1;transform:scale(1);filter:drop-shadow(0 0 0 transparent)}}
.site-logo__mark{animation:navMarkIntro 1s cubic-bezier(.2,.75,.25,1);transform-origin:center;transition:filter .2s ease,transform .2s ease}

@media(hover:hover) and (pointer:fine) and (min-width:821px){
    .site-logo:hover .site-logo__mark,
    .site-logo:focus-visible .site-logo__mark{
        filter:brightness(1.08) drop-shadow(0 0 8px rgba(226,183,83,.38));
        transform:scale(1.015);
    }
}

.gateway-section{background:linear-gradient(145deg,#242629 0%,#191b1e 58%,#22201b 100%)}
.gateway-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gateway-card{position:relative;min-height:340px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;background:linear-gradient(145deg,#171714,#0f0f0e);border:1px solid rgba(255,255,255,.09);border-radius:22px;transition:transform .25s ease,border-color .25s ease}
.gateway-card:hover{transform:translateY(-6px);border-color:rgba(213,173,84,.42);box-shadow:0 20px 50px rgba(0,0,0,.2)}
.gateway-card--primary{background:linear-gradient(145deg,#3b2b0e,#15120b);border-color:rgba(213,173,84,.38)}
.gateway-card__number{color:rgba(255,255,255,.3);font-size:12px;letter-spacing:.12em}
.gateway-card__status{margin:28px 0 auto;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.07);color:#bcb8ae;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.gateway-card__status--live{color:#1c180d;background:var(--lvx-gold-light)}
.gateway-card__status--open{color:var(--lvx-gold-light);border:1px solid var(--lvx-border)}
.gateway-card h3{font:800 27px/1.15 Manrope,Inter,sans-serif;margin-bottom:13px}
.gateway-card p{color:#aaa69e;font-size:14px;line-height:1.7;margin-bottom:24px}
.gateway-card__link{margin-top:auto;color:var(--lvx-gold-light);font-size:12px;font-weight:800}

.platform-strip{padding:26px 0;border-block:1px solid rgba(255,255,255,.08);background:linear-gradient(90deg,#303236,#24262a)}
.platform-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.platform-strip__grid>div{display:flex;align-items:center;gap:14px;padding:8px 24px;border-right:1px solid rgba(255,255,255,.08)}
.platform-strip__grid>div:first-child{padding-left:0}.platform-strip__grid>div:last-child{border:0;padding-right:0}
.platform-strip strong{color:var(--lvx-gold);font-size:12px}.platform-strip span{font-size:12px;font-weight:700;color:#cbc7bd}

.home-section--light{background:#f5f1e8;color:#17150f}
.home-section--light .home-eyebrow{color:#8a621a}
.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.category-card{min-height:240px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;background:#fffdf8;border:1px solid rgba(34,26,11,.1);border-radius:22px;box-shadow:0 15px 40px rgba(43,31,7,.04);transition:transform .25s ease,box-shadow .25s ease}
.category-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px rgba(43,31,7,.1)}
.category-card__icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:28px;border-radius:14px;background:#1a1814;color:var(--lvx-gold-light);font-size:11px;font-weight:900;letter-spacing:.08em}
.category-card h3{font:800 21px/1.2 Manrope,Inter,sans-serif;margin-bottom:8px}.category-card p{color:#6b665c;font-size:14px;line-height:1.6;margin-bottom:24px}.category-card>span:last-child{margin-top:auto;color:#8a621a;font-size:12px;font-weight:800}

.featured-section{background:linear-gradient(145deg,#292b2f,#202226 62%,#292720)}
.product-grid{display:grid;gap:18px}.product-grid--1{grid-template-columns:minmax(260px,360px)}.product-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:780px}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}
.product-card{overflow:hidden;background:#17191c;border:1px solid rgba(255,255,255,.11);border-radius:22px;box-shadow:0 18px 44px rgba(0,0,0,.16);transition:transform .25s ease,border-color .25s ease}
.product-card:hover{transform:translateY(-5px);border-color:rgba(213,173,84,.42);box-shadow:0 24px 54px rgba(0,0,0,.24)}
.product-card__media{height:270px;display:block;overflow:hidden;background:radial-gradient(circle at center,#29251c,#0d0d0c)}
.product-card__media>img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card__media>img{transform:scale(1.035)}
.product-card__placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#777}
.product-card__placeholder img{width:70px;height:70px;object-fit:contain;opacity:.45}.product-card__placeholder small{font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.product-card__body{padding:22px}.product-card__brand{color:var(--lvx-gold);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-card h3{font:700 19px/1.35 Manrope,Inter,sans-serif;margin:9px 0 24px}
.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.product-card__footer strong{color:var(--lvx-gold-light);font-size:16px}.product-card__footer a{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--lvx-border);border-radius:50%;color:var(--lvx-gold-light)}
.empty-featured{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;padding:32px;background:#131311;border:1px solid rgba(255,255,255,.09);border-radius:22px}.empty-featured>img{width:64px;height:64px;object-fit:contain}.empty-featured h3{font:800 23px Manrope,Inter,sans-serif;margin-bottom:7px}.empty-featured p{color:var(--lvx-muted);line-height:1.6}

.experience-section{background:linear-gradient(150deg,#17191c,#111316 58%,#1d1912)}
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.experience-card{min-height:390px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;border:1px solid var(--lvx-border);border-radius:24px;background:linear-gradient(160deg,rgba(213,173,84,.16),transparent 54%),#151512}
.experience-card::before{content:"";position:absolute;width:230px;height:230px;top:-100px;right:-75px;border:1px solid rgba(213,173,84,.22);border-radius:50%;box-shadow:0 0 0 28px rgba(213,173,84,.025),0 0 0 58px rgba(213,173,84,.018)}
.experience-card>span{color:var(--lvx-gold-light);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:15px}.experience-card h3{font:800 31px Manrope,Inter,sans-serif;margin-bottom:13px}.experience-card p{color:#b3afa6;line-height:1.7;margin-bottom:28px}.experience-card a{color:var(--lvx-gold-light);font-size:13px;font-weight:800}
.experience-card--combo{background:linear-gradient(160deg,rgba(255,255,255,.1),transparent 54%),#151512}.experience-card--offer{background:linear-gradient(160deg,rgba(188,119,41,.25),transparent 54%),#151512}

.brands-section{background:#f5f1e8;color:#17150f}.brands-section .home-eyebrow{color:#8a621a}.section-side-copy{max-width:420px!important;color:#6e685e!important;font-size:15px!important;line-height:1.7!important;margin:0!important}
.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.brand-tile{min-height:110px;display:grid;place-items:center;padding:20px;background:#fffdf8;border:1px solid rgba(34,26,11,.1);border-radius:16px;font:700 18px Manrope,Inter,sans-serif;text-align:center;color:#29251d}.brand-tile--wide{grid-column:1/-1;color:#6f685e;font-size:15px}

.about-section{padding:120px 0;background:linear-gradient(145deg,#121722,#191b20 58%,#24221d)}.about-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(44px,7vw,100px)}
.about-visual{position:relative}.about-visual__frame{aspect-ratio:4/3;overflow:hidden;border-radius:24px;border:1px solid var(--lvx-border);box-shadow:0 24px 60px rgba(0,0,0,.24)}.about-visual__frame img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.about-visual__frame:hover img{transform:scale(1.018)}
.about-copy h2{font:800 clamp(35px,4.5vw,58px)/1.08 Manrope,Inter,sans-serif;letter-spacing:-.04em;margin:14px 0 25px}.about-copy p:not(.home-eyebrow){color:#b9b5ac;font-size:16px;line-height:1.85;margin-bottom:16px}.about-copy .home-button{margin-top:15px}

.vision-section{background:linear-gradient(145deg,#ebe9e3,#dedfe0);color:#17150f}.vision-section .home-eyebrow{color:#8a621a}.vision-section .section-heading>p:not(.home-eyebrow){color:#69655d}
.vision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.vision-grid article{min-height:330px;padding:34px;background:rgba(255,253,248,.86);border:1px solid rgba(35,31,23,.1);border-radius:22px;box-shadow:0 16px 40px rgba(28,27,24,.06)}.vision-grid article>span{display:block;color:#8a621a;font-size:12px;margin-bottom:72px}.vision-grid h3{font:800 26px Manrope,Inter,sans-serif;margin-bottom:16px}.vision-grid p{color:#666158;line-height:1.8;font-size:15px}

.opportunity-section{padding:70px 0;background:#f5f1e8;color:#17150f}.opportunity-card{display:flex;align-items:center;justify-content:space-between;gap:44px;padding:52px;border-radius:28px;background:#14130f;color:#fff;position:relative;overflow:hidden}.opportunity-card::after{content:"LVX";position:absolute;right:2%;top:50%;transform:translateY(-50%);font:900 160px Manrope,Inter,sans-serif;color:rgba(213,173,84,.035);pointer-events:none}.opportunity-card>div{position:relative;z-index:1}.opportunity-card h2{max-width:700px;font:800 clamp(34px,4vw,54px)/1.08 Manrope,Inter,sans-serif;letter-spacing:-.04em;margin:12px 0 14px}.opportunity-card p:not(.home-eyebrow){color:#b9b5ac;line-height:1.7}

@media(max-width:1050px){
    .home-hero{min-height:max(560px,56.28vw);align-items:flex-start}.home-hero__media img{width:100%;height:auto;aspect-ratio:1672/941;object-fit:contain;object-position:center top}.home-hero__media::after{background:radial-gradient(circle at 77% 24%,rgba(231,192,111,.14),transparent 32%),linear-gradient(0deg,rgba(8,11,18,.64),rgba(8,11,18,.04) 42%),linear-gradient(90deg,rgba(24,29,37,.72),rgba(8,11,18,.02) 72%)}
    .home-hero__content{padding-top:60px;padding-bottom:58px;transform:none}
    .home-section{padding:90px 0}.gateway-grid{grid-template-columns:repeat(2,1fr)}.gateway-card{min-height:300px}
    .product-grid--4{grid-template-columns:repeat(2,1fr)}.about-grid{gap:52px}.opportunity-card{align-items:flex-start;flex-direction:column}
}
@media(max-width:960px){
    .home-hero{min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch}.home-hero__media{position:relative;inset:auto;aspect-ratio:1672/941}.home-hero__media img{height:100%;aspect-ratio:auto}.home-hero__media::after{background:radial-gradient(circle at 77% 42%,rgba(231,192,111,.12),transparent 34%),linear-gradient(0deg,#080b12 0%,rgba(8,11,18,.58) 9%,rgba(8,11,18,.12) 25%,transparent 43%)}
    .home-hero__content{padding-top:36px;padding-bottom:50px}.hero-lockup{height:62px;margin-bottom:22px}.hero-lockup__wordmark{height:62px}.home-hero h1{max-width:650px}
    .section-heading--split{align-items:flex-start;flex-direction:column}.platform-strip__grid{grid-template-columns:repeat(2,1fr);gap:18px}.platform-strip__grid>div{border:0;padding:8px 0}
    .category-grid{grid-template-columns:repeat(2,1fr)}.product-grid--3,.experience-grid,.vision-grid{grid-template-columns:1fr}.experience-card{min-height:310px}
    .brand-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.about-visual{max-width:680px}.about-visual__badge{right:18px}.vision-grid article{min-height:auto}.vision-grid article>span{margin-bottom:42px}
}
@media(max-width:600px){
    .home-shell{width:min(100% - 30px,1180px)}.home-section{padding:72px 0}.section-heading{margin-bottom:34px}.section-heading h2{font-size:36px}
    .home-hero__media::after{background:radial-gradient(circle at 76% 42%,rgba(231,192,111,.11),transparent 32%),linear-gradient(0deg,#080b12 0%,rgba(8,11,18,.72) 10%,rgba(8,11,18,.16) 27%,transparent 45%)}
    .home-hero__content{padding-top:26px;padding-bottom:30px}.hero-lockup{height:40px;margin-bottom:16px}.hero-lockup__wordmark{width:min(62vw,224px);height:40px}.home-hero .home-eyebrow{font-size:10px;letter-spacing:.12em;line-height:1.45}
    .home-hero h1{max-width:100%;font-size:clamp(28px,7.8vw,32px);line-height:1.07;margin-top:9px;margin-bottom:16px}.hero-title__line:first-child{display:flex;flex-wrap:wrap;column-gap:.22em}.home-hero__lead{max-width:100%;font-size:15px;line-height:1.55;margin-bottom:18px}.hero-note{gap:10px;margin-top:20px;font-size:13px;line-height:1.5}
    .home-actions{width:100%;gap:10px}.home-actions .home-button{flex:1 1 100%;min-height:50px;padding-block:12px}
    .gateway-grid,.category-grid,.product-grid--2,.product-grid--3,.product-grid--4{grid-template-columns:1fr}.gateway-card{min-height:280px}.category-card{min-height:215px}
    .product-grid--1{grid-template-columns:1fr}.product-card__media{height:250px}.empty-featured{grid-template-columns:1fr;text-align:left}.empty-featured .home-button{justify-self:start}
    .brand-grid{grid-template-columns:1fr 1fr}.brand-tile{min-height:90px;font-size:15px}.about-section{padding:76px 0}
    .opportunity-section{padding:40px 0}.opportunity-card{padding:34px 24px}.opportunity-card .home-actions{width:100%}
}
@media(max-width:390px){.platform-strip__grid,.brand-grid{grid-template-columns:1fr}.home-hero h1{font-size:clamp(27px,7.7vw,30px)}.hero-note{align-items:flex-start}.hero-note span{margin-top:9px;flex:0 0 28px}}

@media(prefers-reduced-motion:reduce){.hero-lockup,.home-hero .home-eyebrow,.home-hero h1,.home-hero__lead,.home-hero .home-actions,.hero-note{opacity:1;transform:none;animation:none}}
