@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');
:root{--black:#000000;color-scheme:dark;--ink:#ffffff;--white:#141414;--soft:#000000;--muted:#a0a0a0;--line:rgba(255,255,255,.08);--line-dark:rgba(255,255,255,.12);--radius:28px;--radius-lg:46px;--shadow:0 30px 90px rgba(0,0,0,.6);--shadow-soft:0 18px 54px rgba(0,0,0,.4);--ease:cubic-bezier(.2,.8,.2,1);--font-body:"Source Sans 3",system-ui,-apple-system,sans-serif;--font-head:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--gold:#ffd200;--gold-hover:#e5bd00;--brand-primary:hsl(165,70%,45%);--brand-secondary:hsl(210,60%,55%);--gradient-primary:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;overflow-x:hidden}body{font-family:var(--font-body);background:var(--soft);color:var(--ink);overflow-x:hidden;cursor:none;text-align:left}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}h1,h2,h3,h4,.btn{font-family:var(--font-head)}::selection{background:#000;color:#fff}
.grain{display:none}
.preloader{position:fixed;inset:0;background:#000;color:#fff;z-index:99999;display:grid;place-items:center;align-content:center;gap:18px;transition:opacity .8s var(--ease),visibility .8s var(--ease)}.preloader.hide{opacity:0;visibility:hidden}.loader-mark{width:70px;height:70px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:38px;animation:loaderPulse 1.4s infinite}.preloader p{font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:#bdbdbd}.cursor-dot,.cursor-ring{position:fixed;top:0;left:0;z-index:99998;pointer-events:none;border-radius:50%;transform:translate(-50%,-50%)}.cursor-dot{width:7px;height:7px;background:var(--gold)}.cursor-ring{width:38px;height:38px;border:1px solid rgba(255,210,0,.5);transition:width .2s,height .2s,border-color .2s}.cursor-ring.active{width:64px;height:64px;border-color:rgba(0,0,0,.2)}
.site-header{position:absolute;inset:0 0 auto;width:100%;z-index:1000}.navbar{height:120px;width:100%;padding:0 40px 0 48px;border-bottom:1px solid rgba(255,255,255,.08);background:rgba(10,10,10,.76);backdrop-filter:blur(24px);border-radius:0;display:flex;align-items:center;justify-content:space-between;box-shadow:0 14px 40px rgba(0,0,0,.4);transition:.35s var(--ease)}.brand{display:flex;align-items:center;height:100%;max-width:460px}.brand img{width:auto;height:100%;max-height:92px;object-fit:contain}.nav-menu{display:flex;gap:4px;align-items:center}.nav-menu a{padding:11px 13px;border-radius:999px;font-size:15px;font-weight:800;color:#e0e0e0;transition:.3s;position:relative;overflow:hidden}.nav-menu a::after{content:'';position:absolute;bottom:6px;left:50%;width:0;height:2px;background:var(--gold);transition:width .3s,left .3s}.nav-menu a:hover::after{width:calc(100% - 26px);left:13px}.nav-menu a:hover{background:transparent;color:var(--gold)}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown-toggle{display:inline-flex;align-items:center;gap:6px}.nav-caret{font-size:11px;line-height:1;transform:translateY(-1px)}.nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:260px;padding:10px;background:#111;border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.35);display:grid;gap:4px;opacity:0;visibility:hidden;transform:translateY(8px);pointer-events:none;transition:opacity .2s var(--ease),transform .2s var(--ease),visibility .2s}.nav-dropdown-menu a{padding:10px 12px;border-radius:10px;font-size:14px}.nav-dropdown-menu a::after{display:none}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.nav-toggle{display:none;border:0;background:transparent;padding:10px}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px;border-radius:2px;transition:.25s}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 22px;font-size:14px;font-weight:800;border:1px solid currentColor;transition:transform .3s var(--ease),box-shadow .3s var(--ease),background .3s;color:inherit;will-change:transform}.btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 18px 45px rgba(255,210,0,.18)}.btn:active{transform:translateY(-1px) scale(0.98)}.btn-dark{background:var(--gold);color:#000;border-color:var(--gold)}.btn-light{background:#fff;color:#000;border-color:#fff}.btn-outline{background:rgba(255,255,255,.04);color:#fff;border-color:rgba(255,255,255,.2);backdrop-filter:blur(10px)}
.section-pad{padding:92px max(24px,calc((100vw - 1500px)/2))}.hero{min-height:100vh;padding:140px max(24px,calc((100vw - 1500px)/2)) 82px;display:grid;grid-template-columns:1.02fr .98fr;gap:42px;align-items:center;position:relative;isolation:isolate;background:#000000}.hero:before{display:none}.hero-bg-lines{display:none}.orb{display:none}.orb-one{display:none}.orb-two{display:none}.eyebrow{font-family:"Times New Roman",Times,serif;display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);margin-bottom:16px}.eyebrow span{width:30px;height:1px;background:currentColor}.eyebrow.light{color:#d7d7d7}.hero h1{font-size:clamp(40px,5.6vw,76px);line-height:1.07;letter-spacing:-.025em;font-weight:800;max-width:780px;color:#fff}.section-heading h2,.showcase h2,.process h2,.service-banner h2,.contact h2{font-size:clamp(32px,4vw,54px);line-height:1.17;letter-spacing:-.026em;font-weight:800;color:#fff}.section-heading{margin-bottom:38px}.section-heading.compact{max-width:760px}.section-heading.centered{text-align:left}main{text-align:left}.section-heading,.section-heading h1,.section-heading h2,.section-heading .eyebrow,.section-heading p:not(.eyebrow){text-align:left}.section-heading p:not(.eyebrow){margin-top:14px;color:#a0a0a0;font-size:16px;line-height:1.65}.hero-text{max-width:640px;margin:24px 0 30px;color:#ccc;line-height:1.8;font-size:18px;font-weight:500}.hero-actions{display:flex;gap:13px;flex-wrap:wrap}.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:36px;max-width:760px}.hero-stats div{background:rgba(20,20,20,.68);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px;box-shadow:var(--shadow-soft);backdrop-filter:blur(18px)}.hero-stats strong{font-size:30px;letter-spacing:-.05em;color:var(--gold)}.hero-stats small{font-size:19px;font-weight:800;color:var(--gold)}.hero-stats span{display:block;color:#aaa;font-weight:800;font-size:12px;margin-top:5px}.hero-showcase{min-height:610px;display:grid;place-items:center;perspective:1000px}
.banner-stage{position:relative;width:min(600px,100%);height:590px;border-radius:var(--radius-lg);background:#ffffff;box-shadow:var(--shadow);overflow:hidden;transform-style:preserve-3d}.banner-stage:before{content:"";position:absolute;inset:16px;border:1px solid rgba(255,255,255,.12);border-radius:38px}.banner-stage:after{content:"PACKAGING";position:absolute;left:-15px;bottom:30px;color:rgba(255,255,255,.055);font-weight:800;font-size:80px;letter-spacing:-.08em}.banner-frame{position:absolute;background:linear-gradient(145deg,#fff,#e8e8e8);border:1px solid rgba(255,255,255,.22);box-shadow:0 25px 70px rgba(0,0,0,.35);display:grid;place-items:center;overflow:hidden}.banner-frame img{width:100%;height:100%;object-fit:contain;padding:18px;filter:drop-shadow(0 26px 26px rgba(0,0,0,.3))}.frame-a{width:56%;height:66%;left:22%;top:12%;border-radius:38px;animation:floatHero 5s ease-in-out infinite}.frame-b{width:38%;height:34%;right:3%;bottom:11%;border-radius:28px;animation:floatHero 6s ease-in-out infinite reverse}.frame-c{width:36%;height:32%;left:0;bottom:16%;border-radius:28px;animation:floatHero 7s ease-in-out infinite}.premium-seal{position:absolute;right:32px;top:40px;color:#fff;display:flex;align-items:center;gap:12px;z-index:5}.premium-seal b{width:54px;height:54px;border-radius:50%;background:#fff;color:#000;display:grid;place-items:center;font-family:"Playfair Display",serif;font-size:30px}.premium-seal span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#d8d8d8}.hero-spec{position:absolute;left:34px;top:42px;background:#fff;color:#000;border-radius:22px;padding:14px 16px;z-index:5}.hero-spec small{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;color:#777}.hero-spec b{font-size:14px}.scroll-cue{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:grid;justify-items:center;gap:8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:#555}.scroll-cue span{width:1px;height:38px;background:#000;animation:cue 1.8s infinite}
.brand-strip{background:#000;color:#fff;overflow:hidden;padding:19px 0;white-space:nowrap}.marquee-track{display:inline-flex;gap:42px;animation:marquee 24s linear infinite}.marquee-track span{font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.premium-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.premium-card{position:relative;border:1px solid var(--line);background:var(--white);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-soft);overflow:hidden;transition:.45s var(--ease);transform-style:preserve-3d}.premium-card:hover,.product-card:hover,.industry-card:hover{transform:translateY(-8px);box-shadow:var(--shadow)}.premium-card span,.product-content span{font-size:12px;font-weight:800;color:#8a8a8a}.premium-card h3{font-size:24px;line-height:1.12;margin:10px 0;letter-spacing:-.02em;color:#fff}.product-content h3{font-size:24px;line-height:1.12;margin:10px 0;letter-spacing:-.02em;color:#fff}.premium-card p,.product-content p{color:#a0a0a0;line-height:1.65;font-size:15px}.flip-card{min-height:460px;padding:16px}.flip-media{height:290px;border-radius:22px;background:#ffffff;overflow:hidden;position:relative;touch-action:manipulation}.flip-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:14px;transition:opacity .55s var(--ease),transform .75s var(--ease)}.flip-media .secondary{opacity:0;transform:translateY(28px) scale(.94)}.flip-card.flip-card-touch{cursor:pointer}@media (hover:hover){.flip-card:hover .primary{opacity:0;transform:translateY(-28px) scale(1.05)}.flip-card:hover .secondary{opacity:1;transform:translateY(0) scale(1)}}.flip-card.is-flipped .primary{opacity:0;transform:translateY(-28px) scale(1.05)}.flip-card.is-flipped .secondary{opacity:1;transform:translateY(0) scale(1)}.flip-card>div:last-child{padding:18px 8px 4px}
.products{background:var(--soft)}.product-shell{display:grid;grid-template-columns:320px 1fr;gap:22px;align-items:start}.product-panel{position:sticky;top:100px;background:#141414;border:1px solid var(--line);color:#fff;border-radius:32px;padding:28px;min-height:420px;box-shadow:var(--shadow);overflow:hidden}.product-panel:after{content:"";position:absolute;right:-70px;bottom:-70px;width:230px;height:230px;border:1px solid rgba(255,255,255,.05);border-radius:50%;animation:spin 20s linear infinite}.product-panel p{color:#bcbcbc;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.16em}.product-panel h3{font-size:30px;letter-spacing:-.03em;line-height:1.08;margin:18px 0 24px}.filter-tabs{display:flex;gap:10px;flex-wrap:wrap}.filter-tabs button{border:1px solid rgba(255,255,255,.1);background:#0d0d0d;color:#fff;border-radius:999px;padding:11px 15px;font-weight:800;font-size:13px;cursor:none;transition:.25s}.filter-tabs button.active,.filter-tabs button:hover{background:var(--gold);color:#000;border-color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.product-card{position:relative;display:flex;flex-direction:column;height:100%;min-height:0;border-radius:30px;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow-soft);overflow:hidden;transition:.45s var(--ease);transform-style:preserve-3d}.product-card.hide{display:none}.product-card figure{flex-shrink:0;height:clamp(240px,28vw,272px);box-sizing:border-box;background:linear-gradient(145deg,#121212,#080808);display:grid;place-items:center;overflow:hidden;position:relative;padding:0;margin:0}.product-card figure:after{content:"";position:absolute;inset:auto 12% 8% 12%;height:28px;background:rgba(0,0,0,.6);filter:blur(18px);border-radius:50%}.product-card figure img{width:100%;height:100%;max-height:100%;box-sizing:border-box;object-fit:contain;object-position:center;padding:20px;transition:transform .65s var(--ease),filter .65s;position:relative;z-index:1}.product-card:hover figure img{transform:scale(1.08);filter:drop-shadow(0 18px 25px rgba(0,0,0,.22))}.product-card.product-card-spout:hover figure img{transform:scale(1.04)}.product-content{flex:1;display:flex;flex-direction:column;padding:22px;min-height:0}.product-content span{flex-shrink:0}.product-content h3{margin:10px 0 0;color:#fff}.product-content p{flex-grow:1;margin:10px 0 0;color:#a0a0a0}.product-content a{display:inline-block;margin-top:auto;padding-top:16px;font-weight:800;border-bottom:2px solid var(--gold);color:var(--gold);width:fit-content}.featured-product{grid-row:auto;min-height:0;height:100%;display:flex;flex-direction:column}.featured-product figure{background:#111}.featured-product .product-content{background:#111;color:#fff}.featured-product .product-content p,.featured-product .product-content span{color:#cfcfcf}.featured-product .product-content a{border-color:var(--gold);color:var(--gold)}.featured-product figure img{filter:drop-shadow(0 24px 28px rgba(0,0,0,.45))}
.showcase{max-width:none;background:#000;color:#fff;display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center;overflow:hidden;text-align:left}.showcase-copy{text-align:left}.showcase p{color:#cfcfcf;line-height:1.75;font-size:16px;margin-top:18px}.choice-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}.choice-cards article{position:relative;overflow:hidden;border:1px solid var(--line-dark);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.03));border-radius:24px;padding:20px;min-height:164px;transition:.35s var(--ease)}.choice-cards article:hover{transform:translateY(-8px);background:var(--gold);color:#000}.choice-cards i{width:42px;height:42px;border-radius:16px;display:inline-grid;place-items:center;background:var(--gold);color:#000;margin-bottom:16px}.choice-cards i svg{width:21px;height:21px}.choice-cards b{display:block;font-size:18px}.choice-cards small{display:block;color:#cfcfcf;line-height:1.6;margin-top:8px}.choice-cards article:hover small{color:#222}.showcase-gallery{position:relative;align-self:end;margin-bottom:24px}.gallery-main{width:100%;height:520px;object-fit:cover;border-radius:40px;box-shadow:0 40px 110px rgba(0,0,0,.5)}.gallery-float{display:none}
.industry-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.industry-card{position:relative;height:390px;border-radius:30px;overflow:hidden;background:#ffffff;color:#000000;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow-soft);transition:.45s var(--ease)}.industry-card img{width:100%;height:100%;object-fit:contain;padding:24px;background:#ffffff;transition:transform .8s var(--ease);opacity:1}.industry-card:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,0.96);opacity:0;transition:.45s;z-index:1}.industry-card:hover:after{opacity:1}.industry-card:hover img{transform:scale(1.05)}.industry-card div{position:absolute;left:22px;right:22px;bottom:22px;z-index:2;opacity:0;transform:translateY(18px);transition:.4s var(--ease)}.industry-card:hover div{opacity:1;transform:translateY(0)}.industry-card span{display:inline-flex;background:var(--gold);color:#000000;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;text-transform:uppercase}.industry-card h3{font-size:25px;letter-spacing:-.025em;margin-top:12px;color:#000000}.industry-card p{font-size:14px;color:#333333;line-height:1.5;margin-top:8px;font-weight:500}
.process{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center;background:var(--soft)}.process-visual{position:relative;border-radius:var(--radius-lg);background:#050505;border:1px solid var(--line);min-height:500px;display:grid;place-items:center;overflow:hidden;box-shadow:var(--shadow)}.process-visual:before{content:"";position:absolute;inset:10%;border:1px solid rgba(255,255,255,.05);border-radius:50%;animation:spin 22s linear infinite}.slider-track{position:absolute;inset:0}.slider-track img{position:absolute;z-index:2;left:5%;top:7%;width:90%;height:86%;object-fit:contain;opacity:0;filter:drop-shadow(0 35px 45px rgba(0,0,0,.45));transform:translateX(50px) scale(.94);transition:opacity .8s var(--ease),transform .8s var(--ease)}.slider-track img.active{opacity:1;transform:translateX(0) scale(1)}.slider-dots{position:absolute;z-index:5;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.slider-dots button{width:9px;height:9px;border:0;border-radius:50%;background:rgba(255,255,255,.2);transition:.3s}.slider-dots button.active{width:28px;border-radius:999px;background:var(--gold)}.accordion{display:grid;gap:14px;margin-top:28px}.accordion-item{border:1px solid var(--line);background:var(--white);text-align:left;border-radius:22px;padding:18px 20px;cursor:none;display:flex;flex-direction:column;align-items:flex-start;gap:4px;transition:background .3s,color .3s,border-color .3s}.accordion-item b{font-size:18px;font-weight:800;line-height:1.3;color:#fff}.accordion-item small{display:block;max-height:0;overflow:hidden;opacity:0;color:#a0a0a0;line-height:1.6;font-size:15px;transition:max-height .4s var(--ease),opacity .35s,color .3s;width:100%}@media (hover:hover){.accordion-item:hover{background:var(--gold);color:#000;border-color:var(--gold)}.accordion-item:hover b{color:#000}.accordion-item:hover small{max-height:120px;opacity:1;color:#333;margin-top:2px}.accordion-item:focus-visible{background:var(--gold);color:#000;border-color:var(--gold);outline:none;box-shadow:0 0 0 3px rgba(255,210,0,.22)}.accordion-item:focus-visible b{color:#000}.accordion-item:focus-visible small{max-height:120px;opacity:1;color:#333;margin-top:2px}}.accordion-item.active{background:var(--gold);color:#000;border-color:var(--gold)}.accordion-item.active b{color:#000}.accordion-item.active small{max-height:120px;opacity:1;color:#333;margin-top:2px}
.service-banner{background:var(--soft)}.service-card{position:relative;display:grid;grid-template-columns:.78fr 1.22fr;gap:20px;min-height:520px;background:#000;color:#fff;border-radius:var(--radius-lg);padding:46px;overflow:hidden;box-shadow:var(--shadow)}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.13),transparent 40%),radial-gradient(circle at 80% 18%,rgba(255,255,255,.16),transparent 28%)}.service-copy{position:relative;z-index:2;align-self:center;max-width:560px}.service-copy h3{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-.035em}.service-copy p{color:#cfcfcf;line-height:1.7;margin:22px 0}.service-stack{position:relative;z-index:2;min-height:auto;height:450px}.service-stack img{width:100%;height:100%;object-fit:cover;border-radius:36px;box-shadow:0 28px 70px rgba(0,0,0,.45)}
.service-process-line{white-space:normal;overflow:visible;line-height:1.85;max-width:56ch}.service-process-line::-webkit-scrollbar{display:none}
.contact{max-width:none;background:#000;color:#fff}.contact-card{max-width:1480px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:34px}.contact-info{padding:28px}.contact-info p:not(.eyebrow){color:#cfcfcf;line-height:1.75;margin:18px 0;font-size:16px}.contact-lines{display:grid;gap:0;margin-top:28px}.contact-lines>a,.contact-lines>.contact-line-row{display:flex;align-items:flex-start;gap:18px;font-weight:800;color:#fff;padding:18px 0;line-height:1.65;border-top:1px solid rgba(255,255,255,.16)}.contact-lines>a:first-child,.contact-lines>.contact-line-row:first-child{border-top:0;padding-top:6px}.contact-line-text{flex:1;min-width:0;padding-top:9px}.contact-line-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:14px;background:#fff;color:#000;transition:transform .28s var(--ease),box-shadow .28s,background .25s,color .25s}.contact-line-icon svg{width:22px;height:22px;display:block}.contact-lines>a:hover{color:#fff}.contact-lines>a:hover .contact-line-icon,.contact-lines>a:focus-visible .contact-line-icon{transform:scale(1.08) translateY(-2px);box-shadow:0 14px 36px rgba(0,0,0,.42);background:#fafafa;color:#000}.inquiry-form{background:var(--white);border:1px solid var(--line);color:#fff;border-radius:34px;padding:30px;display:grid;gap:20px;box-shadow:var(--shadow)}.inquiry-form label{display:grid;gap:10px;font-size:13px;font-weight:800;color:#ccc;line-height:1.45}.inquiry-form label .field-label{display:flex;align-items:center;gap:12px}.inquiry-field-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:11px;background:var(--gold);color:#000;transition:transform .26s var(--ease),background .26s,box-shadow .26s,color .26s}.inquiry-field-icon svg{width:17px;height:17px;display:block}.inquiry-form label:hover .inquiry-field-icon,.inquiry-form label:focus-within .inquiry-field-icon{transform:scale(1.07);box-shadow:0 10px 24px rgba(255,210,0,.2);background:var(--gold);color:#000}.inquiry-form input,.inquiry-form textarea{border:1px solid rgba(255,255,255,.1);background:#0a0a0a;color:#fff;border-radius:16px;padding:14px 15px;outline:none;transition:.25s;cursor:text}.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:var(--gold);background:#101010;box-shadow:0 0 0 4px rgba(255,210,0,.15)}.form-note{font-weight:800;color:var(--gold);min-height:20px}
.professional-footer{background:#000;color:#fff;border-top:1px solid rgba(255,255,255,.1);padding:0}.footer-main{width:100%;max-width:none;padding:56px 40px 34px 56px;display:grid;grid-template-columns:1.35fr .7fr .8fr 1fr;gap:34px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:18px}.footer-brand img{width:auto;max-width:320px;height:auto;max-height:160px;display:block;object-fit:contain}.hero-main-img{width:100%;height:100%;object-fit:contain}.client-badge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-top:32px}.client-badge{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 18px;text-align:center;font-weight:700;font-size:14px;color:#333;transition:.25s var(--ease);box-shadow:var(--shadow-soft)}.client-badge:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#000}.footer-brand p{color:#bdbdbd;line-height:1.75;margin:0;max-width:38ch;font-size:15px;font-weight:500}.footer-col{display:grid;align-content:start;gap:14px}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.17em;color:#fff;margin-bottom:2px;font-weight:800}.footer-link{display:flex;align-items:center;gap:14px;line-height:1.55;color:#cfcfcf;text-decoration:none;font-weight:650;transition:color .25s,transform .22s;padding:4px 0}.footer-link:hover{color:#fff;transform:translateX(5px)}.footer-link:focus-visible{color:#fff;outline:2px solid rgba(255,255,255,.5);outline-offset:4px;border-radius:8px}.footer-link-icon{display:grid;place-items:center;width:36px;height:36px;flex-shrink:0;border-radius:11px;background:rgba(255,255,255,.1);color:#fff;transition:background .25s,transform .22s}.footer-link:hover .footer-link-icon{background:rgba(255,255,255,.2);transform:scale(1.04)}.footer-link-icon svg{width:18px;height:18px;display:block}.footer-line{display:flex;align-items:flex-start;gap:14px;margin:4px 0 0;line-height:1.65;color:#aaa;font-weight:600;font-size:15px}.footer-line .footer-link-icon{margin-top:1px;background:rgba(255,255,255,.08)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:none;padding:18px 40px 18px 56px;display:flex;justify-content:space-between;gap:18px;color:#999;font-size:14px}.skip-link{position:absolute;top:-100px;left:20px;background:#000;color:#fff;padding:12px 24px;z-index:999999;font-weight:800;border-radius:0 0 12px 12px;border:1px solid rgba(255,255,255,.2);border-top:0;transition:top .3s var(--ease)}.skip-link:focus{top:0;outline:none;box-shadow:0 10px 30px rgba(0,0,0,.25)}.reveal{opacity:0;transform:translateY(36px);transition:opacity 1s var(--ease),transform 1s var(--ease);will-change:transform,opacity}.reveal.revealed,.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{transform:translateX(-36px)}.reveal-right{transform:translateX(36px)}.reveal-scale{transform:scale(.95)}.reveal.revealed.reveal-left,.reveal.revealed.reveal-right{transform:translateX(0)}.reveal.revealed.reveal-scale{transform:scale(1)}.social-links{display:flex;gap:12px;align-items:center}.social-link{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#fff;transition:.25s var(--ease)}.social-link:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-2px)}.social-link svg{width:18px;height:18px}
.intro .section-heading h2{font-size:clamp(30px,4.9vw,50px);line-height:1.24;letter-spacing:-.014em;font-weight:800;text-wrap:balance;max-width:16em;margin-inline:0;padding-inline:0}.intro .section-heading .eyebrow{margin-bottom:22px}
.products.section-pad>.section-heading.compact>h2{font-size:clamp(30px,4.85vw,50px);line-height:1.22;letter-spacing:-.015em;font-weight:800;text-wrap:balance;max-width:19em}.showcase-copy .showcase-lead-heading{font-family:"Playfair Display",Georgia,"Times New Roman",serif;font-weight:700;font-size:clamp(34px,4.6vw,54px);line-height:1.2;letter-spacing:.01em;font-style:normal;color:#fff;text-wrap:balance;max-width:28em;text-shadow:0 2px 40px rgba(0,0,0,.35)}.hero.hero-pouches-off .banner-frame,.hero.hero-pouches-off .premium-seal,.hero.hero-pouches-off .hero-spec{opacity:0!important;animation-play-state:paused!important;transition:opacity .42s var(--ease)}.banner-stage .banner-frame,.banner-stage .premium-seal,.banner-stage .hero-spec{transition:opacity .42s var(--ease)}@media (prefers-reduced-motion:reduce){.hero.hero-pouches-off .banner-frame,.hero.hero-pouches-off .premium-seal,.hero.hero-pouches-off .hero-spec{transition-duration:.02s!important}}
@keyframes loaderPulse{50%{transform:scale(.9);opacity:.55}}@keyframes floatHero{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-18px) rotate(1deg)}}@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@keyframes marquee-rev{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@keyframes cue{0%{transform:scaleY(0);transform-origin:top}45%{transform:scaleY(1);transform-origin:top}55%{transform:scaleY(1);transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}@keyframes orbMove{to{transform:translate(36px,-28px) scale(1.08)}}
@media (max-width:1100px){body{cursor:auto}.cursor-dot,.cursor-ring{display:none}.nav-toggle{display:block}.nav-menu{position:fixed;top:120px;left:0;right:0;background:#141414;border-top:0;border-bottom:1px solid var(--line);border-left:none;border-right:none;border-radius:0 0 26px 26px;padding:20px;display:grid;gap:8px;box-shadow:var(--shadow);opacity:0;transform:translateY(-18px);pointer-events:none;transition:.3s}.nav-menu.open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-cta{display:none}.hero,.showcase,.process,.contact-card,.service-card,.product-shell{grid-template-columns:1fr}.hero{padding-top:138px}.hero-showcase{min-height:570px}.premium-grid,.industry-grid{grid-template-columns:1fr 1fr}.product-panel{position:relative;top:auto;min-height:auto}.product-grid{grid-template-columns:1fr 1fr}.hero-stats{grid-template-columns:repeat(2,1fr)}.featured-product{grid-row:auto}.showcase-gallery{min-height:auto}.gallery-main{height:460px}.footer-main{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}.header-socials{margin-left:0!important;margin-top:10px;justify-content:center}}
@media (max-width:640px){.section-pad{padding:72px 18px}.site-header{position:absolute;inset:0 0 auto;width:100%}.navbar{height:100px;padding:0 20px 0 16px;border-radius:0}.brand img{width:auto;height:100%;max-height:76px}.hero{padding:118px 18px 76px}.hero h1{font-size:42px;line-height:1.08;letter-spacing:-.02em}.section-heading h2,.showcase h2,.process h2,.service-banner h2,.contact h2{font-size:32px;line-height:1.18}.intro .section-heading h2{font-size:clamp(28px,7.2vw,36px);line-height:1.26;letter-spacing:-.01em;padding-inline:4px}.products.section-pad>.section-heading.compact>h2{font-size:clamp(28px,7vw,34px);line-height:1.26;letter-spacing:-.01em;padding-inline:4px}.showcase-copy .showcase-lead-heading{font-size:clamp(30px,8.4vw,36px);line-height:1.22;letter-spacing:0;padding-inline:2px}.hero-actions{display:grid}.btn{width:100%}.hero-stats{grid-template-columns:1fr}.hero-showcase{min-height:430px}.banner-stage{height:410px;border-radius:34px}.banner-stage:after{font-size:48px}.hero-spec{left:18px;top:18px}.premium-seal{right:18px;top:20px}.premium-grid,.product-grid,.industry-grid,.choice-cards{grid-template-columns:1fr}.product-card{min-height:auto}.industry-card{height:330px}.showcase,.process,.contact{padding-left:18px;padding-right:18px}.gallery-main{width:100%;height:360px;right:auto;top:auto}.gallery-float.one,.gallery-float.two{display:none}.process-visual{min-height:360px}.service-card{padding:28px 20px}.service-stack{height:340px}.nav-menu{top:100px}.contact-info{padding:0 4px 20px}.inquiry-form{padding:22px;border-radius:28px}.footer-main{grid-template-columns:1fr;padding:42px 16px 24px 24px}.footer-bottom{padding:18px 24px}.marquee-track span{font-size:14px}.scroll-cue{display:none}}.hero.banner-hero{display:block;min-height:auto;padding-top:120px;padding-bottom:0;padding-left:0;padding-right:0;background:#000000;overflow:hidden}.hero.banner-hero .hero-full-img{max-width:100%;margin:0 auto;width:100%;height:auto;display:block;object-fit:contain}@media (min-width:1101px){.nav-menu a[href="#contact"]{display:none}}

/* Custom Service Video Layout */
.service-video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 36px;
  box-shadow: 0 28px 70px rgba(0,0,0,.45);
}

.service-stack {
  overflow: hidden;
  border-radius: 36px;
  background: #050505;
  width: 100%;
  max-width: 760px;
  justify-self: end;
}

@media (max-width: 1100px) {
  .service-stack {
    width: 100%;
    justify-self: stretch;
  }
}

/* Requested UI refinements */
.nav-menu a {
  font-size: 17px;
}

.showcase-gallery {
  align-self: start;
  margin-top: clamp(150px, 10vw, 200px);
  margin-bottom: 0;
  transform: none;
}

.client-marquee .marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 0;
}

.client-marquee .marquee-group {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-right: 64px;
}

.client-marquee .marquee-group > span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  filter: none;
  opacity: 0.9;
  transition: all 0.3s var(--ease);
}

.client-marquee .marquee-group > span:hover {
  filter: none;
  opacity: 1;
  background: transparent;
  border: none;
  transform: translateY(-4px) scale(1.08);
  box-shadow: none;
}

.client-marquee .marquee-group img {
  max-height: 90px;
  max-width: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 1100px) {
  .nav-menu a {
    font-size: 18px;
  }
  .nav-dropdown {
    display: grid;
    gap: 8px;
  }
  .nav-dropdown-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    min-width: 0;
    padding: 4px 0 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    margin-left: 16px;
  }
  .nav-dropdown-menu a {
    font-size: 15px;
    padding: 8px 10px;
    color: #cfcfcf;
  }

  .showcase-gallery {
    margin-top: 0;
    transform: none;
  }
}

/* Mobile Optimizations */
@media (max-width: 640px) {
  .flip-media {
    height: 240px;
  }
  .industry-card {
    height: 330px;
  }
  .industry-card img {
    padding: 12px;
  }
  .client-marquee .marquee-track {
    gap: 0;
  }
  .client-marquee .marquee-group {
    gap: 24px;
    padding-right: 24px;
  }
  .client-marquee .marquee-group > span {
    height: 50px;
  }
  .client-marquee .marquee-group img {
    max-height: 45px;
    max-width: 90px;
  }
}

/* Timeline Styles */
.timeline-section {
  position: relative;
  background: #000000;
  padding: 100px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
}
.timeline-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.timeline-container::after {
  content: '';
  position: absolute;
  width: 2px;
  background: var(--line-dark);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.timeline-item.left {
  left: 0;
  text-align: right;
}
.timeline-item.right {
  left: 50%;
  text-align: left;
}
.timeline-node {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  border: 4px solid var(--gold);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all 0.3s var(--ease);
}
.timeline-item.left .timeline-node {
  right: -10px;
}
.timeline-item.right .timeline-node {
  left: -10px;
}
.timeline-item:hover .timeline-node {
  background: var(--gold);
  box-shadow: 0 0 15px var(--gold);
}
.timeline-content {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow-soft);
  position: relative;
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.timeline-content:hover {
  border-color: rgba(255, 210, 0, 0.4);
  box-shadow: 0 10px 30px rgba(255, 210, 0, 0.08);
}
.timeline-year {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 800;
  color: var(--gold);
  margin-bottom: 8px;
}
.timeline-text {
  font-size: 15px;
  color: #a0a0a0;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .timeline-container::after {
    left: 31px;
  }
  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
    text-align: left !important;
  }
  .timeline-item.left {
    left: 0;
  }
  .timeline-item.right {
    left: 0;
  }
  .timeline-item.left .timeline-node, .timeline-item.right .timeline-node {
    left: 21px;
    right: auto;
  }
}

/* About Page Custom */
.about-page{background:#030303}
.about-page .about-hero{min-height:auto;padding:0 !important;position:relative;overflow:hidden;background:#000;display:block;width:100%}
.about-page .about-hero-bg-lines,.about-page .about-hero-glow,.about-page .about-hero-overlay,.about-page .about-hero-content,.about-page .about-hero-chip{display:none!important}
.about-page .about-hero-image{position:relative;width:100%;height:auto;display:block;object-fit:cover;object-position:center;animation:none!important;transform:none!important}
.about-page .about-impact{background:transparent;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.about-page .about-impact-wrap{max-width:1200px;margin:auto;padding:0 24px}
.about-page .about-section-title{text-align:center;margin-bottom:36px}
.about-page .about-impact-stats{max-width:none;margin-top:0}
.about-page .about-impact-stats div{background:rgba(18,18,18,.72);border:1px solid rgba(255,255,255,.15)}
.about-page .about-mission,.about-page .about-infrastructure{background:transparent;border-bottom:1px solid var(--line)}
.about-page .about-card-grid{display:grid;gap:18px;margin-top:26px}
.about-page .about-story-card{border:1px solid rgba(255,255,255,.14);border-radius:20px;padding:20px;background:rgba(10,10,10,.82)}
.about-page .about-story-card h3{color:var(--gold);font-size:20px;margin-bottom:8px}
.about-page .about-story-card p{color:#d0d0d0;margin-top:0}
.about-page .about-showcase-image-wrap{margin-top:0;align-self:center}
.about-page .about-showcase-image{height:500px;border-radius:30px;border:1px solid rgba(255,255,255,.16);object-fit:cover}
.about-page .about-mission .about-showcase-image{object-fit:contain;padding:16px;background:rgba(6,6,6,.9)}
.about-page .about-infrastructure .showcase-gallery{order:2}
.about-page .about-infrastructure .showcase-copy{order:1}

/* History Final */
.about-page .about-timeline{background:#030303;border-top:1px solid var(--line);padding-top:88px;padding-bottom:96px}
.about-page .about-timeline-head{max-width:900px;margin:0 auto 48px;padding:0 24px;text-align:center}
.about-page .about-timeline-head,.about-page .about-timeline-head h2,.about-page .about-timeline-head p,.about-page .about-timeline-head .eyebrow{text-align:center}
.about-page .about-timeline-head .eyebrow{justify-content:center}
.about-page .history-luxe{--tl-gold:#c8ab5a;--tl-gold-soft:rgba(200,171,90,.34);--tl-line:rgba(200,171,90,.28);--tl-card:rgba(10,10,10,.94);max-width:1260px;margin:0 auto;padding:8px 20px 0;display:grid;gap:18px;position:relative}
.about-page .history-luxe-axis{position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:2px;background:linear-gradient(180deg,rgba(200,171,90,.12),var(--tl-line),rgba(200,171,90,.12));box-shadow:none}
.about-page .history-luxe-row{min-height:124px;display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative}
.about-page .history-luxe-row.left .history-luxe-card{grid-column:1;justify-self:end;margin-right:56px}
.about-page .history-luxe-row.right .history-luxe-card{grid-column:2;justify-self:start;margin-left:56px}
.about-page .history-luxe-row.center .history-luxe-card{grid-column:1/3;justify-self:center;margin-top:6px}
.about-page .history-luxe-card{width:min(100%,470px);padding:20px 22px;border:1px solid var(--tl-gold-soft);border-radius:18px;background:var(--tl-card);box-shadow:0 10px 24px rgba(0,0,0,.35);position:relative;transition:border-color .24s var(--ease),box-shadow .24s var(--ease)}
.about-page .history-luxe-card h3{margin:0 0 8px;font-family:var(--font-head);font-size:clamp(30px,3.4vw,42px);line-height:1;color:var(--tl-gold);letter-spacing:-.02em}
.about-page .history-luxe-card p{margin:0;font-family:var(--font-body);font-size:15px;line-height:1.58;color:#d6d6d6;max-width:34ch}
.about-page .history-luxe-dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#121212;border:2px solid var(--tl-line);box-shadow:none;transition:all .24s var(--ease);z-index:3}
.about-page .history-luxe-row.is-active .history-luxe-dot{background:var(--tl-gold);border-color:var(--tl-gold);box-shadow:0 0 0 6px rgba(200,171,90,.1),0 0 15px rgba(200,171,90,.34)}
.about-page .history-luxe-row.left .history-luxe-card::after,.about-page .history-luxe-row.right .history-luxe-card::before{content:"";position:absolute;top:50%;width:34px;height:1px;background:rgba(200,171,90,.42);transform:translateY(-50%)}
.about-page .history-luxe-row.left .history-luxe-card::after{right:-34px}
.about-page .history-luxe-row.right .history-luxe-card::before{left:-34px}
.about-page .history-luxe-row.center .history-luxe-card::before,.about-page .history-luxe-row.center .history-luxe-card::after{display:none}
.about-page .history-luxe-row.is-active .history-luxe-card{border-color:rgba(200,171,90,.58);box-shadow:0 14px 28px rgba(200,171,90,.07)}
.about-page .history-luxe-icon{display:none!important}

.about-page .about-cta{background:transparent;border-top:1px solid var(--line)}
.about-page .about-cta-card{grid-template-columns:1fr;text-align:center;min-height:auto;padding:56px 28px;background:#040404}
.about-page .about-cta-card .service-copy{max-width:760px;margin:auto}

@media (max-width:1100px){
  .about-page .about-hero{min-height:88vh}
  .about-page .about-showcase-image{height:440px}
  .about-page .about-infrastructure .showcase-gallery,.about-page .about-infrastructure .showcase-copy{order:initial}
  .about-page .history-luxe{max-width:980px}
  .about-page .history-luxe-card{width:min(100%,400px)}
}

@media (max-width:760px){
  /* About hero: remove banner-to-impact gap on mobile */
  .about-page .about-hero{min-height:auto;padding-top:0px}
  .about-page .about-hero-image{position:relative;inset:auto;width:100%;height:auto;display:block;object-fit:cover}
  .about-page .about-impact-wrap{padding:0 6px}
  .about-page .about-showcase-image{height:300px;border-radius:22px}
  .about-page .history-luxe{padding:2px 8px 0;gap:10px}
  .about-page .history-luxe-axis{left:16px;transform:none}
  .about-page .history-luxe-row{grid-template-columns:1fr;min-height:96px}
  .about-page .history-luxe-dot{left:16px}
  .about-page .history-luxe-row.left .history-luxe-card,.about-page .history-luxe-row.right .history-luxe-card,.about-page .history-luxe-row.center .history-luxe-card{grid-column:1;justify-self:stretch;width:auto;margin:0 0 0 34px;border-radius:14px;padding:15px 14px}
  .about-page .history-luxe-row.left .history-luxe-card::after,.about-page .history-luxe-row.right .history-luxe-card::before{left:-18px;right:auto;width:18px}
  .about-page .history-luxe-card h3{font-size:clamp(26px,8vw,34px)}
  .about-page .history-luxe-card p{font-size:14px;max-width:none}
}

@media (prefers-reduced-motion:reduce){
  .about-page .history-luxe-row,.about-page .history-luxe-dot,.about-page .history-luxe-card{transition:none!important}
}

/* Products List Page */
.product-list-page{background:#030303}
.product-list-page .products-hero.hero.banner-hero{border-bottom:1px solid var(--line)}
.product-list-page .products-index{background:transparent}
.product-list-page .products-index .section-heading{max-width:900px}

/* Product showroom */
.product-showroom{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  max-width:1400px;
  margin:42px auto 0;
  align-items:start;
}

.showroom-stage{
  position:sticky;
  top:120px;
  min-height:560px;
  border-radius:40px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:
    radial-gradient(900px 520px at 18% 18%, rgba(255,210,0,.14), transparent 60%),
    radial-gradient(800px 500px at 80% 78%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow:0 34px 95px rgba(0,0,0,.62);
  transform-style:preserve-3d;
  isolation:isolate;
}

.showroom-frames{position:absolute;inset:0;pointer-events:none;opacity:.9}
.showroom-frame{
  position:absolute;
  border-radius:999px;
  border:1px solid rgba(255,210,0,.18);
  filter:blur(.0px);
  opacity:.55;
}
.showroom-frame-a{width:520px;height:520px;right:-220px;top:-220px}
.showroom-frame-b{width:460px;height:460px;left:-210px;bottom:-220px;border-color:rgba(255,255,255,.12)}
.showroom-frame-c{width:320px;height:320px;right:110px;bottom:-160px;opacity:.35}

.showroom-product{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  padding:46px 28px 30px;
  opacity:0;
  transform:translateZ(0) translateY(18px) scale(.98);
  pointer-events:none;
  transition:opacity .55s var(--ease), transform .55s var(--ease), filter .55s var(--ease);
}
.showroom-product.is-active{
  opacity:1;
  transform:translateZ(0) translateY(0) scale(1);
  pointer-events:auto;
}
.showroom-product img{
  width:100%;
  height:420px;
  object-fit:contain;
  filter:drop-shadow(0 30px 40px rgba(0,0,0,.60));
  transform:translateZ(35px);
  will-change:transform;
}
.showroom-chip{
  position:absolute;
  left:26px;
  bottom:26px;
  background:rgba(0,0,0,.46);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(16px);
  border-radius:22px;
  padding:14px 16px;
  display:grid;
  gap:4px;
  min-width:min(320px, calc(100% - 52px));
  transform:translateZ(26px);
}
.showroom-chip span{
  color:var(--gold);
  font-weight:1000;
  letter-spacing:.18em;
  font-size:11px;
}
.showroom-chip b{color:#fff;font-size:18px;letter-spacing:-.02em}
.showroom-chip small{color:#c9c9c9;font-weight:700;line-height:1.4}
.showroom-open{
  position:absolute;
  right:26px;
  bottom:26px;
  transform:translateZ(26px);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 16px;
  border-radius:999px;
  background:rgba(255,210,0,.14);
  border:1px solid rgba(255,210,0,.30);
  color:var(--gold);
  font-weight:900;
  transition:transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease);
}
@media (hover:hover){
  .showroom-open:hover{transform:translateZ(26px) translateY(-2px);background:rgba(255,210,0,.18);border-color:rgba(255,210,0,.45)}
}

.showroom-nav{
  position:relative;
  display:grid;
  gap:12px;
}
.showroom-tab{
  cursor:none;
  text-align:left;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(20,20,20,.52);
  color:#fff;
  border-radius:26px;
  padding:16px 16px;
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  align-items:center;
  box-shadow:0 16px 46px rgba(0,0,0,.42);
  transition:transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
}
.showroom-tab span{
  width:44px;height:44px;border-radius:16px;
  display:grid;place-items:center;
  background:rgba(255,210,0,.12);
  border:1px solid rgba(255,210,0,.28);
  color:var(--gold);
  font-weight:1000;
  letter-spacing:.12em;
  font-size:12px;
}
.showroom-tab b{display:block;font-size:16px;letter-spacing:-.01em}
.showroom-tab small{display:block;color:#bdbdbd;font-weight:700;margin-top:2px}
.showroom-tab.active{
  background:rgba(255,210,0,.12);
  border-color:rgba(255,210,0,.38);
}
@media (hover:hover){
  .showroom-tab:hover{transform:translateY(-6px);border-color:rgba(255,210,0,.28);background:rgba(255,255,255,.06)}
}
.showroom-actions{display:grid;gap:12px;margin-top:10px}


.product-luxe-card{
  position:relative;
  border-radius:34px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(1200px 500px at 12% 0%, rgba(255,210,0,.10), transparent 55%),
    radial-gradient(900px 500px at 90% 80%, rgba(255,255,255,.06), transparent 60%),
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow:0 18px 55px rgba(0,0,0,.55);
  transform-style:preserve-3d;
  transition:transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
}

.product-luxe-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg, rgba(255,255,255,.16), transparent 45%);
  opacity:.0;
  transition:opacity .45s var(--ease);
  pointer-events:none;
}

.product-luxe-card::after{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:33px;
  border:1px solid rgba(255,210,0,.0);
  transition:border-color .45s var(--ease);
  pointer-events:none;
}

.product-luxe-link{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:0;
  height:100%;
  min-height:0;
  color:inherit;
  text-decoration:none;
}

.product-luxe-card[data-size="tall"] .product-luxe-link{grid-template-columns:1fr}
.product-luxe-card[data-size="wide"] .product-luxe-link{grid-template-columns:1.05fr .95fr}

.product-luxe-media{
  position:relative;
  display:grid;
  place-items:center;
  padding:26px;
  background:radial-gradient(650px 260px at 40% 20%, rgba(255,210,0,.12), transparent 60%);
  transform:translateZ(20px);
}

.product-luxe-media::after{
  content:"";
  position:absolute;
  left:10%;
  right:10%;
  bottom:18px;
  height:24px;
  background:rgba(0,0,0,.72);
  filter:blur(18px);
  border-radius:50%;
  opacity:.85;
}

.product-luxe-media img{
  width:100%;
  height:280px;
  object-fit:contain;
  filter:drop-shadow(0 18px 26px rgba(0,0,0,.42));
  transition:transform .65s var(--ease), filter .65s var(--ease);
  position:relative;
  z-index:1;
  will-change:transform;
}

.product-luxe-body{
  position:relative;
  padding:28px 26px;
  display:flex;
  flex-direction:column;
  gap:12px;
  transform:translateZ(10px);
}

.product-luxe-kicker{
  display:inline-flex;
  width:fit-content;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.28);
  font-weight:900;
  font-size:12px;
  letter-spacing:.14em;
  color:var(--gold);
}

.product-luxe-body h3{
  margin:0;
  font-size:clamp(24px,2.4vw,34px);
  line-height:1.1;
  letter-spacing:-.02em;
  color:#fff;
}

.product-luxe-body p{
  margin:0;
  color:#cfcfcf;
  line-height:1.7;
  font-size:15px;
  max-width:52ch;
}

.product-luxe-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:4px;
}

.product-luxe-meta span{
  display:inline-flex;
  align-items:center;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.24);
  color:#e2e2e2;
  font-weight:800;
  font-size:12px;
}

.product-luxe-cta{
  margin-top:auto;
  display:inline-flex;
  width:fit-content;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:999px;
  background:rgba(255,210,0,.10);
  border:1px solid rgba(255,210,0,.28);
  color:var(--gold);
  font-weight:900;
  letter-spacing:.04em;
  transition:transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease);
}

@media (hover:hover){
  /* Card transform is handled by .tilt-card JS for premium 3D feel. */
  .product-luxe-card:hover{border-color:rgba(255,210,0,.30);box-shadow:0 26px 75px rgba(0,0,0,.62)}
  .product-luxe-card:hover::before{opacity:.85}
  .product-luxe-card:hover::after{border-color:rgba(255,210,0,.36)}
  .product-luxe-card:hover .product-luxe-cta{
    transform:translateY(-2px);
    background:rgba(255,210,0,.16);
    border-color:rgba(255,210,0,.42);
  }
}

@media (max-width:1100px){
  .product-showroom{grid-template-columns:1fr;max-width:920px}
  .showroom-stage{position:relative;top:auto;min-height:520px}
  .showroom-product img{height:380px}
  .showroom-tab{cursor:pointer}
}

@media (max-width:640px){
  .showroom-stage{border-radius:30px;min-height:470px}
  .showroom-product{padding:34px 18px 18px}
  .showroom-product img{height:320px}
  .showroom-chip{left:16px;bottom:16px;right:16px;min-width:auto}
  .showroom-open{right:16px;bottom:16px}
  .showroom-tab{border-radius:22px;padding:14px}
}

/* Why choose section (About + Products) */
.why-choose{
  background:transparent;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.why-choose-head{
  max-width:980px;
  margin:0 auto 40px;
  text-align:center;
  padding:0 18px;
}
.why-choose-head,.why-choose-head h2,.why-choose-head p,.why-choose-head .eyebrow{text-align:center}
.why-choose-head .eyebrow{justify-content:center}
.why-choose-head h2{
  font-size:clamp(30px,4vw,50px);
  line-height:1.18;
  letter-spacing:-.02em;
  font-weight:900;
  margin-top:10px;
}
.why-choose-head p{
  margin-top:14px;
  color:#bdbdbd;
  line-height:1.75;
  font-size:16px;
}
.why-choose-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:32px;
  align-items:center;
  max-width:1400px;
  margin:0 auto;
}
.why-choose-points{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.why-choose-four-cols {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
@media (max-width: 1024px) {
  .why-choose-four-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .why-choose-four-cols {
    grid-template-columns: 1fr !important;
  }
}
.footer-logo-link {
  display: inline-block;
  transition: opacity 0.3s var(--ease);
}
.footer-logo-link:hover {
  opacity: 0.85;
}
@media (max-width: 640px) {
  .professional-footer {
    padding: 14px 12px 0;
    background:
      radial-gradient(circle at 50% 0, rgba(255, 210, 0, .07), transparent 35%),
      #000;
  }
  .professional-footer .footer-main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 12px 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 24px;
    background: linear-gradient(160deg, #171717, #080808);
  }
  .professional-footer .footer-brand {
    align-items: center;
    gap: 16px;
    padding: 2px 10px 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .professional-footer .footer-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 286px);
    min-height: 86px;
    padding: 10px 16px;
    border-radius: 18px;
    background: #fff;
  }
  .professional-footer .footer-brand img {
    width: 100%;
    max-width: 250px;
    max-height: 68px;
    object-fit: contain;
    object-position: center;
  }
  .professional-footer .footer-brand p {
    max-width: 32ch;
    color: #d1d1d1;
    font-size: 14px;
    line-height: 1.7;
  }
  .professional-footer .social-links {
    justify-content: center;
    gap: 12px;
    margin-top: 4px !important;
  }
  .professional-footer .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    line-height: 0;
    border-color: rgba(255, 255, 255, .28);
    background: rgba(255, 255, 255, .04);
  }
  .professional-footer .social-link > span,
  .professional-footer .social-link svg {
    display: block;
    width: 18px;
    height: 18px;
    margin: 0;
  }
  .professional-footer .footer-col {
    gap: 8px;
    padding: 18px 14px 14px;
    border: 1px solid rgba(255, 210, 0, .2);
    border-radius: 18px;
    background: rgba(255, 255, 255, .035);
  }
  .professional-footer .footer-col h4 {
    margin: 0 0 8px;
    color: var(--gold);
    font-size: 13px;
  }
  .professional-footer .footer-link,
  .professional-footer .footer-line {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 11px 12px;
    border-radius: 12px;
    background: #050505;
    color: #eee;
    font-size: 13px;
  }
  .professional-footer .footer-link {
    align-items: center;
  }
  .professional-footer .footer-line {
    align-items: flex-start;
  }
  .professional-footer .footer-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .professional-footer .footer-bottom {
    align-items: center;
    padding: 18px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
  }
}
.why-choose-point{
  position:relative;
  display:grid;
  place-items:center;
  gap:10px;
  padding:28px 18px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  box-shadow:0 16px 45px rgba(0,0,0,.45);
  overflow:hidden;
  transition:transform .35s var(--ease), border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.why-choose-point::after{
  content:"";
  position:absolute;
  inset:auto -40px -40px auto;
  width:220px;
  height:220px;
  border-radius:50%;
  border:1px solid rgba(255,210,0,.14);
  opacity:.7;
  transform:translate(20px,20px);
  pointer-events:none;
}
.why-choose-icon{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:rgba(255,210,0,.12);
  border:1px solid rgba(255,210,0,.25);
  color:var(--gold);
}
.why-choose-icon svg{width:24px;height:24px;display:block}
.why-choose-point b{
  font-size:16px;
  font-weight:900;
  color:#fff;
  text-align:center;
}
.why-choose-media{
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 26px 70px rgba(0,0,0,.55);
  background:#0a0a0a;
}
.why-choose-media img{
  width:100%;
  height:100%;
  max-height:360px;
  object-fit:cover;
  transform:scale(1.02);
  filter:saturate(1.05) contrast(1.02);
}
@media (hover:hover){
  .why-choose-point:hover{
    transform:translateY(-8px);
    border-color:rgba(255,210,0,.28);
    box-shadow:0 22px 60px rgba(0,0,0,.55);
  }
}
@media (max-width:1100px){
  .why-choose-grid{grid-template-columns:1fr}
  .why-choose-media img{max-height:420px}
}
@media (max-width:640px){
  .why-choose-points{grid-template-columns:1fr}
}

/* Premium Product Luxe Grid styles */
.product-luxe-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 48px;
  width: 100%;
}
.product-filter-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.product-luxe-card {
  width: 100%;
}
@media (max-width: 968px) {
  .product-luxe-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .product-luxe-link {
    grid-template-columns: 1fr !important;
  }
  .product-luxe-media {
    border-radius: 33px 33px 0 0;
  }
}

@media (max-width: 640px) {
  .hero.banner-hero {
    height: auto !important;
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #000000;
  }
  .hero.banner-hero .hero-full-img {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    display: block !important;
  }
  .about-page .about-hero {
    height: auto !important;
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #000000;
  }
  .about-page .about-hero-image {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  .products-hero {
    height: auto !important;
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #000000;
  }
  .products-hero-image {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  /* Animation video mobile fix */
  .service-video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9 !important;
    object-fit: contain !important;
    transform: none !important;
    display: block !important;
  }
  .service-stack {
    height: auto !important;
    aspect-ratio: 16/9 !important;
    width: 100% !important;
    margin-top: 20px !important;
    overflow: hidden !important;
  }
}

/* Unique Mission & Vision Cards Section */
.about-mission-section {
  background: #030303;
  border-bottom: 1px solid var(--line);
  padding: 100px max(24px, calc((100vw - 1400px) / 2));
}

.mission-vision-container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}

.about-mission-section .section-heading.centered {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 56px;
}

.about-mission-section .section-heading.centered .eyebrow {
  justify-content: center;
}

.about-mission-section .section-heading.centered h2 {
  text-align: center;
  margin-top: 10px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  color: #fff;
}

.mission-vision-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.diagram-center-node {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(20, 20, 20, 0.95), rgba(10, 10, 10, 0.98));
  border: 1px dashed rgba(255, 210, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(255, 210, 0, 0.05);
  z-index: 10;
  transition: all 0.5s var(--ease);
}

.diagram-center-node::before {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 210, 0, 0.12);
  transition: all 0.5s var(--ease);
}

.center-node-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(255, 210, 0, 0.12) 0%, transparent 70%);
  opacity: 0.8;
  pointer-events: none;
}

.center-node-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
}

.center-star {
  width: 24px;
  height: 24px;
  color: var(--gold);
  animation: pulseStar 3s infinite alternate;
}

@keyframes pulseStar {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.1); opacity: 1; }
}

.center-node-content h4 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.center-node-content span {
  font-size: 9px;
  font-weight: 800;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* SVG Connection Lines */
.connection-svg-wrapper {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 180px;
  z-index: 2;
  pointer-events: none;
}

.connection-svg {
  width: 100%;
  height: 100%;
}

.svg-dash-line {
  fill: none;
  stroke: rgba(255, 210, 0, 0.25);
  stroke-width: 1.5;
  stroke-dasharray: 6, 6;
  transition: stroke 0.3s;
}

.svg-dot {
  fill: var(--gold);
  opacity: 0.8;
}

.svg-pulse-line {
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 12 70;
  animation: flowPulse 2s infinite linear;
  filter: drop-shadow(0 0 3px var(--gold));
}

@keyframes flowPulse {
  to {
    stroke-dashoffset: -82;
  }
}

.diagram-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  width: 100%;
  margin-top: 100px;
  position: relative;
  z-index: 5;
}

.luxe-diagram-card {
  background: rgba(18, 18, 18, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 28px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.4s var(--ease);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  position: relative;
}

.card-header-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.card-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 210, 0, 0.08);
  border: 1px solid rgba(255, 210, 0, 0.2);
  display: grid;
  place-items: center;
  color: var(--gold);
  transition: all 0.4s var(--ease);
}

.card-icon-box svg {
  width: 20px;
  height: 20px;
}

.card-number-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  padding: 5px 12px;
  border-radius: 100px;
  background: rgba(255, 210, 0, 0.06);
  border: 1px solid rgba(255, 210, 0, 0.15);
}

.luxe-diagram-card h3 {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.luxe-diagram-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #c0c0c0;
  margin: 0;
}

.card-bullets {
  list-style: none;
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 18px;
}

.card-bullets li {
  display: flex;
  gap: 8px;
  font-size: 14.5px;
  color: #e0e0e0;
  font-weight: 600;
}

.card-bullets li span {
  color: var(--gold);
}

/* Hover Interactivity */
.diagram-center-node:hover {
  border-color: var(--gold);
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(255, 210, 0, 0.15);
}

.diagram-center-node:hover::before {
  border-color: var(--gold);
  inset: -16px;
}

.luxe-diagram-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 210, 0, 0.28);
  background: rgba(25, 25, 25, 0.6);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45), 0 0 30px rgba(255, 210, 0, 0.02);
}

.luxe-diagram-card:hover .card-icon-box {
  background: var(--gold);
  color: #000;
  border-color: var(--gold);
  box-shadow: 0 8px 20px rgba(255, 210, 0, 0.25);
}

/* Diagram Mobile & Tablet responsiveness */
@media (max-width: 968px) {
  .connection-svg-wrapper {
    display: none;
  }
  .diagram-cards-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 48px;
  }
  .diagram-center-node {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 640px) {
  .about-mission-section {
    padding: 72px 18px;
  }
  .luxe-diagram-card {
    padding: 32px 24px;
    border-radius: 22px;
  }
}

/* Premium Products Hero Layout & Carousel */
.products-hero-luxe {
  min-height: 90vh;
  padding: 180px max(24px, calc((100vw - 1400px) / 2)) 80px;
  background: #000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.products-hero-luxe::before {
  content: '';
  position: absolute;
  inset: -20px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%), 
                    url("images%20and%20videos/products_hero_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(8px);
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}

.products-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.products-hero-left {
  max-width: 600px;
}

.products-hero-left h1 {
  font-size: clamp(44px, 5.5vw, 68px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 24px;
}

.products-hero-left .hero-text {
  font-size: 18px;
  line-height: 1.7;
  color: #cfcfcf;
  margin-bottom: 36px;
}

.products-hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-carousel-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.products-carousel-container .carousel-glow {
  display: none !important;
}

.showcase-stage-rings {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
  z-index: 1;
}

/* Light sweeps that illuminate the background halo dots */
.showcase-stage-rings .light-sweep {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: screen;
  pointer-events: none;
}

.showcase-stage-rings .sweep-1 {
  width: 90%;
  height: 90%;
  background: conic-gradient(from 0deg, transparent 0%, rgba(255, 210, 0, 0.28) 8%, rgba(255, 255, 255, 0.18) 12%, transparent 22%, transparent 100%);
  filter: blur(14px);
  animation: spin 10s linear infinite;
  opacity: 0.85;
}

.showcase-stage-rings .sweep-2 {
  width: 75%;
  height: 75%;
  background: conic-gradient(from 180deg, transparent 0%, rgba(255, 180, 0, 0.22) 10%, transparent 24%, transparent 100%);
  filter: blur(18px);
  animation: spin 16s linear infinite reverse;
  opacity: 0.65;
}

/* Floating luxury ambient particles (gold dust) */
.showcase-stage-rings .floating-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--gold);
  border-radius: 50%;
  filter: drop-shadow(0 0 6px var(--gold));
  opacity: 0;
}

.showcase-stage-rings .p-1 {
  left: 25%;
  bottom: 22%;
  animation: floatParticle1 6s ease-in-out infinite;
}

.showcase-stage-rings .p-2 {
  right: 28%;
  bottom: 18%;
  animation: floatParticle2 8s ease-in-out infinite 1.5s;
  width: 3px;
  height: 3px;
  background: #fff;
}

.showcase-stage-rings .p-3 {
  left: 45%;
  bottom: 12%;
  animation: floatParticle3 7s ease-in-out infinite 3s;
  width: 5px;
  height: 5px;
}

.showcase-stage-rings .p-4 {
  right: 40%;
  bottom: 25%;
  animation: floatParticle4 9s ease-in-out infinite 0.5s;
  width: 3px;
  height: 3px;
}

.showcase-stage-rings .pedestal-glow {
  position: absolute;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle at center, rgba(255, 210, 0, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  animation: pulseGlow 4s ease-in-out infinite alternate;
}

/* Expanding ripple energy wave effect */
.showcase-stage-rings .pedestal-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 1.5px solid rgba(255, 210, 0, 0.38);
  border-radius: 50%;
  animation: rippleEffect 5s cubic-bezier(0.1, 0.8, 0.3, 1) infinite;
  pointer-events: none;
}

.showcase-stage-rings .pedestal-reflection {
  position: absolute;
  bottom: 22%;
  width: 52%;
  height: 12px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.18), transparent 70%);
  border-radius: 50%;
  filter: blur(1.5px);
}

/* Particle and Sweep Animations */
@keyframes floatParticle1 {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  10% { opacity: 0.7; }
  90% { opacity: 0.7; }
  100% { transform: translateY(-160px) translateX(-30px) scale(0.6); opacity: 0; }
}

@keyframes floatParticle2 {
  0% { transform: translateY(0) translateX(0) scale(0.8); opacity: 0; }
  15% { opacity: 0.6; }
  85% { opacity: 0.6; }
  100% { transform: translateY(-190px) translateX(25px) scale(1.2); opacity: 0; }
}

@keyframes floatParticle3 {
  0% { transform: translateY(0) translateX(0) scale(1.2); opacity: 0; }
  20% { opacity: 0.8; }
  80% { opacity: 0.8; }
  100% { transform: translateY(-140px) translateX(15px) scale(0.5); opacity: 0; }
}

@keyframes floatParticle4 {
  0% { transform: translateY(0) translateX(0) scale(1); opacity: 0; }
  10% { opacity: 0.5; }
  90% { opacity: 0.5; }
  100% { transform: translateY(-220px) translateX(-20px) scale(0.8); opacity: 0; }
}

@keyframes pulseGlow {
  0% { transform: scale(0.9); opacity: 0.6; }
  100% { transform: scale(1.1); opacity: 0.9; }
}

@keyframes rippleEffect {
  0% {
    transform: scale(0.5);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.carousel-slides {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: 0;
  display: grid;
  place-items: center;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85) rotateY(15deg) translate3d(40px, 0, -80px);
  transform-style: preserve-3d;
  transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1), 
              transform 1s cubic-bezier(0.2, 0.8, 0.2, 1), 
              visibility 1s;
  z-index: 2;
}

.carousel-slide.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}

.carousel-slide.active .slide-image-wrapper img {
  animation: floatHero 5s ease-in-out infinite;
}

.slide-image-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 520px;
}

.slide-image-wrapper img {
  max-height: 500px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.45));
  transition: transform 0.6s var(--ease);
}

.carousel-slide:hover .slide-image-wrapper img {
  transform: scale(1.04) rotate(-1deg);
}

.slide-info {
  text-align: center;
  margin-top: 24px;
}

.slide-info h3 {
  display: inline-block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  font-style: italic;
  color: var(--gold);
  background: transparent;
  border-bottom: 2px solid rgba(255, 210, 0, 0.4);
  padding: 8px 0 12px;
  letter-spacing: 0.02em;
  text-transform: none;
  margin: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s 0.3s var(--ease), transform 0.8s 0.3s var(--ease);
}

.carousel-slide.active .slide-info h3 {
  opacity: 1;
  transform: translateY(0);
}

.carousel-dots {
  display: none !important;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}

.carousel-dot.active {
  width: 24px;
  border-radius: 99px;
  background: var(--gold);
}

/* Mobile Overrides for Products Hero */
@media (max-width: 1100px) {
  .products-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .products-hero-left {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .products-hero-left h1 {
    font-size: 48px;
  }
  .products-hero-right {
    width: 100%;
  }
  .products-carousel-container {
    max-width: 520px;
  }
  #expertise.showcase {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .products-hero-luxe {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .products-carousel-container {
    height: 340px !important;
    padding: 16px;
    border-radius: 30px;
  }
  .slide-image-wrapper {
    max-height: 230px !important;
  }
  .slide-image-wrapper img {
    max-height: 210px !important;
  }
  .product-card figure {
    height: 200px !important;
  }
  .product-card figure img {
    padding: 12px !important;
    object-fit: contain !important;
  }
}

/* Homepage showcase layout refinement */
@media (min-width: 1101px) {
  #expertise.showcase {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 40px;
  }
}

#expertise .showcase-copy .eyebrow {
  white-space: nowrap !important;
  font-size: clamp(26px, 3vw, 42px) !important;
  letter-spacing: -0.02em !important;
}

/* Global Eyebrow and Section Header swap visual hierarchy */
.eyebrow {
  font-size: clamp(32px, 4vw, 54px) !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin-bottom: 8px !important;
}

.section-heading h2,
.showcase h2,
.process h2,
.service-banner h2,
.contact h2,
.why-choose-head h2,
.about-section-title h2,
.about-mission-section .section-heading h2,
.intro .section-heading h2,
.products .section-heading h2,
.clients-hero h1,
.products-hero-left h1,
.contact-details-column h1 {
  font-size: 20px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  font-weight: 600 !important;
  color: #a0a0a0 !important;
  margin-top: 8px !important;
}

/* Premium Product Card Hover Effects */
.product-card {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              background-color 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.product-card:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(255, 210, 0, 0.35) !important;
  background-color: #171717 !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 
              0 0 40px rgba(255, 210, 0, 0.05) !important;
}

.product-card figure {
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.product-card:hover figure {
  background: radial-gradient(circle at center, rgba(255, 210, 0, 0.08) 0%, #0d0d0d 100%) !important;
}

.product-card figure img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), 
              filter 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.product-card:hover figure img {
  transform: scale(1.06) translateY(-4px) !important;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.35)) !important;
}

.product-card .product-content a {
  transition: color 0.4s ease, border-color 0.4s ease, transform 0.4s ease !important;
}

.product-card:hover .product-content a {
  color: #fff !important;
  border-color: #fff !important;
  transform: translateX(4px) !important;
}

/* Premium Sectors We Serve Card Hover Effects */
.industry-card {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.industry-card:hover {
  transform: translateY(-12px) !important;
  border-color: rgba(255, 210, 0, 0.45) !important;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.8), 
              0 0 40px rgba(255, 210, 0, 0.08) !important;
}

.industry-card:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.98) 100%) !important;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.industry-card img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.industry-card:hover img {
  transform: scale(1.06) !important;
}

.industry-card div {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Premium Why Choose Us Cards Hover Effects */
.choice-cards article {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              background 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1),
              color 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.choice-cards article:hover {
  transform: translateY(-8px) !important;
  background: linear-gradient(135deg, #ffd200 0%, #e5bd00 100%) !important;
  color: #000 !important;
  border-color: #ffd200 !important;
  box-shadow: 0 20px 40px rgba(255, 210, 0, 0.18) !important;
}

/* Premium About Us Grid Hover Effects */
.premium-card {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.premium-card:hover {
  transform: translateY(-10px) !important;
  border-color: rgba(255, 210, 0, 0.35) !important;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.7), 
              0 0 35px rgba(255, 210, 0, 0.05) !important;
}
