:root{--color-black: #000000;--color-obsidian: #0a0a0a;--color-dark-card: #141414;--color-dark-border: #262626;--color-white: #ffffff;--color-orange: #ff6b2c;--color-orange-hover: #ff854e;--color-orange-glow: rgba(255, 107, 44, .35);--color-bronze: #cd7f32;--color-muted: #aaaaaa;--font-heading: "Kaushan Script", cursive;--font-body: "Open Sans", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:85px;background-color:var(--color-black);color:var(--color-white)}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:1000;padding:.75rem 1rem;background:var(--color-white);color:var(--color-black);font-weight:700;text-decoration:none;transform:translateY(-180%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}body{font-family:var(--font-body);background-color:var(--color-black);color:var(--color-white);line-height:1.6;padding-top:80px;overflow-x:hidden}.img-container{position:relative;display:block;width:100%}img{max-width:100%;height:auto;display:block;object-fit:cover}h1,h2,h3,h4{color:var(--color-white);font-weight:700;letter-spacing:.5px}.script-text{font-family:var(--font-heading);color:var(--color-orange);font-weight:400}.section-title{font-size:2.25rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;position:relative;display:inline-block}.section-subtitle{color:var(--color-muted);font-size:1rem;text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem}.fiery-divider{height:2px;width:100px;background:linear-gradient(90deg,transparent,var(--color-orange),transparent);margin:1rem auto 2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.9rem 2rem;font-family:var(--font-body);font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer;border:2px solid transparent}.btn-primary{background-color:var(--color-orange);color:var(--color-black);box-shadow:0 0 15px var(--color-orange-glow)}.btn-primary:hover{background-color:var(--color-orange-hover);transform:translateY(-3px);box-shadow:0 8px 25px #ff6b2c99}.btn-outline{background-color:transparent;color:var(--color-white);border-color:var(--color-orange)}.btn-outline:hover{background-color:var(--color-orange);color:var(--color-black);transform:translateY(-3px);box-shadow:0 0 20px var(--color-orange-glow)}a:focus-visible,summary:focus-visible,label:focus-visible{outline:3px solid var(--color-white);outline-offset:4px}.header{position:fixed;top:0;left:0;width:100%;height:80px;background-color:#000000eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:300;border-bottom:1px solid var(--color-dark-border);display:flex;align-items:center}.header-container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.brand-logo{display:flex;align-items:center;text-decoration:none;gap:.75rem}.brand-logo img{height:48px;width:48px;object-fit:cover;border-radius:50%;border:1px solid var(--color-orange)}.brand-name{font-family:var(--font-heading);font-size:1.8rem;color:var(--color-white);letter-spacing:1px}.nav-links{display:flex;align-items:center;gap:1.2rem;list-style:none}.nav-links a{color:var(--color-white);text-decoration:none;font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:600;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-6px;left:0;width:0;height:2px;background-color:var(--color-orange);transition:width .3s ease}.nav-links a:hover{color:var(--color-orange)}.nav-links a:hover:after{width:100%}.header-cta{display:none;align-items:center;gap:.75rem}.header-cart{position:relative;width:42px;height:42px;border-radius:50%;border:1px solid var(--color-orange);color:var(--color-white);display:grid;place-items:center;text-decoration:none;transition:all .3s ease}.header-cart:hover{background:var(--color-orange);color:var(--color-black)}.header-cart-count{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 4px;border-radius:999px;background:var(--color-white);color:var(--color-black);font-size:.68rem;font-weight:800;line-height:19px;text-align:center}.mobile-nav{display:none;position:relative}.mobile-nav summary{width:44px;height:44px;border:1px solid var(--color-orange);border-radius:50%;color:var(--color-white);display:grid;place-items:center;cursor:pointer;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav nav{position:absolute;top:calc(100% + 1rem);right:0;width:min(280px,calc(100vw - 3rem));padding:.75rem;background:#0a0a0afa;border:1px solid var(--color-dark-border);box-shadow:0 18px 35px #000000bf;display:grid;gap:.25rem}.mobile-nav nav a{color:var(--color-white);text-decoration:none;text-transform:uppercase;letter-spacing:1.25px;font-size:.82rem;font-weight:700;padding:.75rem}.mobile-nav nav a:hover{color:var(--color-orange);background:var(--color-dark-card)}.hero{position:relative;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background-color:var(--color-black);overflow:hidden}.hero-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.45;z-index:1}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#0006,#000000f2);z-index:2}.hero-content{position:relative;z-index:10;width:100%;max-width:1200px;text-align:center;margin:0 auto}.hero-content--split{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:center}.hero-copy{display:flex;flex-direction:column;align-items:center}.hero-tag{font-family:var(--font-heading);font-size:clamp(3.4rem,12vw,6rem);line-height:.98;color:var(--color-orange);margin-bottom:2rem;display:block;text-shadow:0 0 24px rgba(255,107,44,.55)}.hero-title{font-size:3.2rem;line-height:1.1;text-transform:uppercase;letter-spacing:3px;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.8)}.hero-description{font-size:1.15rem;color:#ddd;max-width:720px;margin:0 auto 2.5rem;font-weight:300}.hero-actions{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-bottom:0}.hero-emblem-badge{display:flex;justify-content:center;align-items:center;margin-top:0}.hero-emblem-badge img{width:min(78vw,460px);height:auto;aspect-ratio:1 / 1;object-fit:contain;border-radius:50%;background:#0a0a0ab3;border:2px solid var(--color-orange);padding:.25rem;box-shadow:0 0 38px var(--color-orange-glow);animation:pulseGlow 4s ease-in-out infinite alternate}@keyframes pulseGlow{0%{filter:drop-shadow(0 0 10px rgba(255,107,44,.2));transform:scale(1)}to{filter:drop-shadow(0 0 25px rgba(255,107,44,.5));transform:scale(1.03)}}.section-padding{padding:6rem 1.5rem}.container{max-width:1200px;margin:0 auto}.manifesto-section{background-color:var(--color-obsidian);position:relative;border-top:1px solid var(--color-dark-border);border-bottom:1px solid var(--color-dark-border)}.manifesto-grid{display:grid;grid-template-columns:1fr;gap:3.5rem;align-items:center}.manifesto-text h2{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem}.manifesto-text p{font-size:1.05rem;color:var(--color-muted);margin-bottom:1.25rem}.values-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.value-card{background-color:var(--color-dark-card);padding:1.75rem;border-left:3px solid var(--color-orange);border-top:1px solid var(--color-dark-border);border-right:1px solid var(--color-dark-border);border-bottom:1px solid var(--color-dark-border);transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #00000080,0 0 15px var(--color-orange-glow)}.value-card h3{font-size:1.2rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-orange);margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.value-card p{font-size:.95rem;color:#ccc;margin-bottom:0}.manifesto-media{position:relative;display:flex;justify-content:center;align-items:center}.manifesto-frame{background:var(--color-dark-card);padding:.75rem;border:3px solid var(--color-orange);border-radius:50%;width:420px;height:420px;max-width:88vw;max-height:88vw;aspect-ratio:1 / 1;box-shadow:0 0 40px var(--color-orange-glow),0 20px 50px #000000e6;position:relative;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:transform .4s ease,box-shadow .4s ease}.manifesto-frame:hover{transform:scale(1.02);box-shadow:0 0 55px #ff6b2c8c,0 25px 50px #000000f2}.manifesto-frame img{width:100%;height:100%;border-radius:50%;object-fit:cover}.experiences-section{background-color:var(--color-black);overflow:hidden}.round-stack-carousel{position:relative;width:100%;max-width:1100px;margin:2.5rem auto 1rem;padding:1rem 0 2rem;perspective:1200px}.carousel-state{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.carousel-stage-container{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.carousel-bg-halo{position:absolute;width:380px;height:380px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,44,.22) 0%,rgba(205,127,50,.08) 50%,transparent 75%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1;animation:roundHaloPulse 4s ease-in-out infinite alternate}@keyframes roundHaloPulse{0%{transform:translate(-50%,-50%) scale(.9);opacity:.6}to{transform:translate(-50%,-50%) scale(1.15);opacity:1}}.carousel-stage{position:relative;width:100%;height:620px;transform-style:preserve-3d;display:flex;align-items:center;justify-content:center;z-index:10}.carousel-card{position:absolute;width:390px;max-width:88vw;border-radius:24px;background-color:var(--color-dark-card);border:2px solid var(--color-dark-border);box-shadow:0 15px 35px #000000d9;transition:transform .75s cubic-bezier(.25,1,.35,1),opacity .75s cubic-bezier(.25,1,.35,1),filter .75s ease,border-color .4s ease,box-shadow .4s ease;will-change:transform,opacity,filter}.card-select-label{position:absolute;top:0;left:0;width:100%;height:100%;z-index:30;cursor:pointer;border-radius:24px}#dom-1:checked~.carousel-stage-container .carousel-stage .card-1 .card-select-label,#dom-2:checked~.carousel-stage-container .carousel-stage .card-2 .card-select-label,#dom-3:checked~.carousel-stage-container .carousel-stage .card-3 .card-select-label,#dom-4:checked~.carousel-stage-container .carousel-stage .card-4 .card-select-label,#dom-5:checked~.carousel-stage-container .carousel-stage .card-5 .card-select-label,#dom-6:checked~.carousel-stage-container .carousel-stage .card-6 .card-select-label{pointer-events:none}.experience-card-inner{border-radius:22px;background-color:var(--color-dark-card);display:flex;flex-direction:column;height:100%;position:relative}.domain-badge-pill{position:absolute;top:12px;right:12px;z-index:15;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,107,44,.4);color:var(--color-orange);font-size:.75rem;font-weight:700;padding:.3rem .75rem;border-radius:20px;text-transform:uppercase;letter-spacing:1px}.experience-img-wrap{height:240px;width:240px;margin:1.5rem auto .5rem;position:relative;background-color:#111;border-radius:50%;border:3px solid var(--color-orange);box-shadow:0 0 25px var(--color-orange-glow);display:flex;align-items:center;justify-content:center;flex-shrink:0}.experience-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;transition:transform .5s ease}.carousel-card:hover .experience-img-wrap img{transform:scale(1.08)}.experience-content{padding:1rem 1.5rem 1.5rem;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;text-align:center}.experience-icon{font-size:1.5rem;color:var(--color-orange);margin-bottom:.5rem}.experience-title{font-size:2rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:.65rem}.experience-desc{color:var(--color-muted);font-size:1.04rem;line-height:1.55;margin-bottom:1.25rem;min-height:3.25rem}.experience-link{color:var(--color-orange);text-decoration:none;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:gap .3s ease;position:relative;z-index:35}.experience-link:hover{gap:.85rem}#dom-1:checked~.carousel-stage-container .carousel-stage .card-1{transform:translateZ(110px) rotateY(0) scale(1.03);opacity:1;z-index:25;filter:brightness(1);border-color:var(--color-orange);box-shadow:0 20px 45px #000000e6,0 0 30px var(--color-orange-glow)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(-230px,0,-40px) rotateY(28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(-370px,0,-160px) rotateY(50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(0,-10px,-260px) rotateY(180deg) scale(.58);opacity:.15;z-index:5;filter:brightness(.3)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(370px,0,-160px) rotateY(-50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(230px,0,-40px) rotateY(-28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-2{transform:translateZ(110px) rotateY(0) scale(1.03);opacity:1;z-index:25;filter:brightness(1);border-color:var(--color-orange);box-shadow:0 20px 45px #000000e6,0 0 30px var(--color-orange-glow)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(-230px,0,-40px) rotateY(28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(-370px,0,-160px) rotateY(50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(0,-10px,-260px) rotateY(180deg) scale(.58);opacity:.15;z-index:5;filter:brightness(.3)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(370px,0,-160px) rotateY(-50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(230px,0,-40px) rotateY(-28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-3{transform:translateZ(110px) rotateY(0) scale(1.03);opacity:1;z-index:25;filter:brightness(1);border-color:var(--color-orange);box-shadow:0 20px 45px #000000e6,0 0 30px var(--color-orange-glow)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(-230px,0,-40px) rotateY(28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(-370px,0,-160px) rotateY(50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(0,-10px,-260px) rotateY(180deg) scale(.58);opacity:.15;z-index:5;filter:brightness(.3)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(370px,0,-160px) rotateY(-50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(230px,0,-40px) rotateY(-28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-4{transform:translateZ(110px) rotateY(0) scale(1.03);opacity:1;z-index:25;filter:brightness(1);border-color:var(--color-orange);box-shadow:0 20px 45px #000000e6,0 0 30px var(--color-orange-glow)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(-230px,0,-40px) rotateY(28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(-370px,0,-160px) rotateY(50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(0,-10px,-260px) rotateY(180deg) scale(.58);opacity:.15;z-index:5;filter:brightness(.3)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(370px,0,-160px) rotateY(-50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(230px,0,-40px) rotateY(-28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-5{transform:translateZ(110px) rotateY(0) scale(1.03);opacity:1;z-index:25;filter:brightness(1);border-color:var(--color-orange);box-shadow:0 20px 45px #000000e6,0 0 30px var(--color-orange-glow)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(-230px,0,-40px) rotateY(28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(-370px,0,-160px) rotateY(50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(0,-10px,-260px) rotateY(180deg) scale(.58);opacity:.15;z-index:5;filter:brightness(.3)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(370px,0,-160px) rotateY(-50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(230px,0,-40px) rotateY(-28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-6{transform:translateZ(110px) rotateY(0) scale(1.03);opacity:1;z-index:25;filter:brightness(1);border-color:var(--color-orange);box-shadow:0 20px 45px #000000e6,0 0 30px var(--color-orange-glow)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(-230px,0,-40px) rotateY(28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(-370px,0,-160px) rotateY(50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(0,-10px,-260px) rotateY(180deg) scale(.58);opacity:.15;z-index:5;filter:brightness(.3)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(370px,0,-160px) rotateY(-50deg) scale(.72);opacity:.45;z-index:10;filter:brightness(.5)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(230px,0,-40px) rotateY(-28deg) scale(.86);opacity:.85;z-index:18;filter:brightness(.78)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-2,#dom-2:checked~.carousel-stage-container .carousel-stage .card-3,#dom-3:checked~.carousel-stage-container .carousel-stage .card-4,#dom-4:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(275px,0,-40px) rotateY(-28deg) scale(.84);opacity:.85;z-index:18;filter:brightness(.78)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-3,#dom-2:checked~.carousel-stage-container .carousel-stage .card-4,#dom-3:checked~.carousel-stage-container .carousel-stage .card-1,#dom-4:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(0,-10px,-260px) rotateY(180deg) scale(.58);opacity:.15;z-index:5;filter:brightness(.3)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-4,#dom-2:checked~.carousel-stage-container .carousel-stage .card-1,#dom-3:checked~.carousel-stage-container .carousel-stage .card-2,#dom-4:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(-275px,0,-40px) rotateY(28deg) scale(.84);opacity:.85;z-index:18;filter:brightness(.78)}.carousel-arrow-controls{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);z-index:50;pointer-events:none}.arrow-group{display:none;width:100%;justify-content:space-between;padding:0 .5rem}.round-nav-btn{width:48px;height:48px;border-radius:50%;background-color:#0a0a0ad9;border:2px solid var(--color-orange);color:var(--color-white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 4px 15px #0009;pointer-events:auto}.round-nav-btn:hover{background-color:var(--color-orange);color:var(--color-black);transform:scale(1.12);box-shadow:0 0 20px var(--color-orange-glow)}#dom-1:checked~.carousel-stage-container .carousel-arrow-controls .arrow-group-1,#dom-2:checked~.carousel-stage-container .carousel-arrow-controls .arrow-group-2,#dom-3:checked~.carousel-stage-container .carousel-arrow-controls .arrow-group-3,#dom-4:checked~.carousel-stage-container .carousel-arrow-controls .arrow-group-4{display:flex}.carousel-dots{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-top:1.5rem;flex-wrap:wrap;position:relative;z-index:40}.dot{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:25px;background-color:var(--color-dark-card);border:1px solid var(--color-dark-border);color:var(--color-muted);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.dot:hover{border-color:var(--color-orange);color:var(--color-white);transform:translateY(-2px)}#dom-1:checked~.carousel-dots .dot-1,#dom-2:checked~.carousel-dots .dot-2,#dom-3:checked~.carousel-dots .dot-3,#dom-4:checked~.carousel-dots .dot-4{background-color:var(--color-orange);color:var(--color-black);border-color:var(--color-orange);box-shadow:0 0 15px var(--color-orange-glow);transform:scale(1.05)}#dom-1:focus-visible~.carousel-dots .dot-1,#dom-2:focus-visible~.carousel-dots .dot-2,#dom-3:focus-visible~.carousel-dots .dot-3,#dom-4:focus-visible~.carousel-dots .dot-4{outline:3px solid var(--color-white);outline-offset:4px}@media(max-width:767px){.desktop-nav{display:none}.mobile-nav{display:block}.brand-name{font-size:1.55rem}.hero-title{font-size:clamp(2.1rem,10vw,3.2rem)}.section-padding{padding:4.5rem 1.25rem}.carousel-stage{height:560px}.carousel-card{width:310px}.experience-img-wrap{width:210px;height:210px}.experience-title{font-size:1.7rem}.experience-desc{font-size:.98rem}.round-nav-btn{width:40px;height:40px;font-size:.85rem}#dom-1:checked~.carousel-stage-container .carousel-stage .card-1{transform:translateZ(60px) rotateY(0) scale(1)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(-90px,0,-40px) rotateY(25deg) scale(.82)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(-140px,0,-120px) rotateY(45deg) scale(.65);opacity:.25}#dom-4:checked~.carousel-stage-container .carousel-stage .card-1{transform:translateZ(-200px) rotateY(180deg) scale(.5);opacity:0}#dom-5:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(140px,0,-120px) rotateY(-45deg) scale(.65);opacity:.25}#dom-6:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(90px,0,-40px) rotateY(-25deg) scale(.82)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-2{transform:translateZ(60px) rotateY(0) scale(1)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(-90px,0,-40px) rotateY(25deg) scale(.82)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(-140px,0,-120px) rotateY(45deg) scale(.65);opacity:.25}#dom-5:checked~.carousel-stage-container .carousel-stage .card-2{transform:translateZ(-200px) rotateY(180deg) scale(.5);opacity:0}#dom-6:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(140px,0,-120px) rotateY(-45deg) scale(.65);opacity:.25}#dom-1:checked~.carousel-stage-container .carousel-stage .card-2{transform:translate3d(90px,0,-40px) rotateY(-25deg) scale(.82)}#dom-3:checked~.carousel-stage-container .carousel-stage .card-3{transform:translateZ(60px) rotateY(0) scale(1)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(-90px,0,-40px) rotateY(25deg) scale(.82)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(-140px,0,-120px) rotateY(45deg) scale(.65);opacity:.25}#dom-6:checked~.carousel-stage-container .carousel-stage .card-3{transform:translateZ(-200px) rotateY(180deg) scale(.5);opacity:0}#dom-1:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(140px,0,-120px) rotateY(-45deg) scale(.65);opacity:.25}#dom-2:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(90px,0,-40px) rotateY(-25deg) scale(.82)}#dom-4:checked~.carousel-stage-container .carousel-stage .card-4{transform:translateZ(60px) rotateY(0) scale(1)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(-90px,0,-40px) rotateY(25deg) scale(.82)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(-140px,0,-120px) rotateY(45deg) scale(.65);opacity:.25}#dom-1:checked~.carousel-stage-container .carousel-stage .card-4{transform:translateZ(-200px) rotateY(180deg) scale(.5);opacity:0}#dom-2:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(140px,0,-120px) rotateY(-45deg) scale(.65);opacity:.25}#dom-3:checked~.carousel-stage-container .carousel-stage .card-4{transform:translate3d(90px,0,-40px) rotateY(-25deg) scale(.82)}#dom-5:checked~.carousel-stage-container .carousel-stage .card-5{transform:translateZ(60px) rotateY(0) scale(1)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(-90px,0,-40px) rotateY(25deg) scale(.82)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(-140px,0,-120px) rotateY(45deg) scale(.65);opacity:.25}#dom-2:checked~.carousel-stage-container .carousel-stage .card-5{transform:translateZ(-200px) rotateY(180deg) scale(.5);opacity:0}#dom-3:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(140px,0,-120px) rotateY(-45deg) scale(.65);opacity:.25}#dom-4:checked~.carousel-stage-container .carousel-stage .card-5{transform:translate3d(90px,0,-40px) rotateY(-25deg) scale(.82)}#dom-6:checked~.carousel-stage-container .carousel-stage .card-6{transform:translateZ(60px) rotateY(0) scale(1)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(-90px,0,-40px) rotateY(25deg) scale(.82)}#dom-2:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(-140px,0,-120px) rotateY(45deg) scale(.65);opacity:.25}#dom-3:checked~.carousel-stage-container .carousel-stage .card-6{transform:translateZ(-200px) rotateY(180deg) scale(.5);opacity:0}#dom-4:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(140px,0,-120px) rotateY(-45deg) scale(.65);opacity:.25}#dom-5:checked~.carousel-stage-container .carousel-stage .card-6{transform:translate3d(90px,0,-40px) rotateY(-25deg) scale(.82)}#dom-1:checked~.carousel-stage-container .carousel-stage .card-2,#dom-2:checked~.carousel-stage-container .carousel-stage .card-3,#dom-3:checked~.carousel-stage-container .carousel-stage .card-4,#dom-4:checked~.carousel-stage-container .carousel-stage .card-1{transform:translate3d(90px,0,-40px) rotateY(-25deg) scale(.82);opacity:.85}#dom-1:checked~.carousel-stage-container .carousel-stage .card-3,#dom-2:checked~.carousel-stage-container .carousel-stage .card-4,#dom-3:checked~.carousel-stage-container .carousel-stage .card-1,#dom-4:checked~.carousel-stage-container .carousel-stage .card-2{transform:translateZ(-200px) rotateY(180deg) scale(.5);opacity:0}#dom-1:checked~.carousel-stage-container .carousel-stage .card-4,#dom-2:checked~.carousel-stage-container .carousel-stage .card-1,#dom-3:checked~.carousel-stage-container .carousel-stage .card-2,#dom-4:checked~.carousel-stage-container .carousel-stage .card-3{transform:translate3d(-90px,0,-40px) rotateY(25deg) scale(.82);opacity:.85}}.emblem-section{background-color:var(--color-obsidian);border-top:1px solid var(--color-dark-border);border-bottom:1px solid var(--color-dark-border)}.emblem-intro{text-align:center;max-width:920px;margin:0 auto 3.5rem}.immortals-description{color:var(--color-muted);font-size:1.05rem;line-height:1.8;margin:0 auto 1.25rem}.top-sellers-title{margin-top:2.25rem;color:var(--color-orange);font-size:1.15rem;letter-spacing:2px;text-transform:uppercase}.gallery-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;justify-items:center}.gallery-item{position:relative;background-color:var(--color-dark-card);border:3px solid var(--color-dark-border);border-radius:50%;width:300px;height:300px;max-width:85vw;max-height:85vw;aspect-ratio:1 / 1;margin:0 auto;padding:.75rem;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .4s ease;box-shadow:0 10px 30px #000c;color:inherit;text-decoration:none}.gallery-item:hover{border-color:var(--color-orange);box-shadow:0 0 35px var(--color-orange-glow);transform:translateY(-6px) scale(1.02)}.gallery-item img{width:100%;height:100%;border-radius:50%;object-fit:cover;background-color:#000;transition:transform .5s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-caption{position:absolute;bottom:14px;left:50%;transform:translate(-50%);width:85%;background:#0a0a0ae6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--color-dark-border);padding:.45rem .75rem;border-radius:20px;text-align:center;z-index:10;transition:border-color .3s ease}.gallery-item:hover .gallery-caption{border-color:var(--color-orange)}.gallery-caption h4{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-section{background-color:var(--color-black)}.reviews-grid{display:grid;grid-template-columns:1fr;gap:2rem}.review-card{background-color:var(--color-dark-card);border:1px solid var(--color-dark-border);padding:2.25rem;position:relative;display:flex;flex-direction:column;justify-content:space-between}.review-quote-icon{font-size:2rem;color:var(--color-orange);opacity:.6;margin-bottom:1rem}.review-text{font-size:1rem;color:#eee;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.review-author{font-family:var(--font-body);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--color-orange);display:flex;align-items:center;gap:.5rem}.review-author:before{content:"";display:inline-block;width:20px;height:2px;background-color:var(--color-orange)}.contact-section{background-color:var(--color-obsidian);border-top:1px solid var(--color-dark-border)}.contact-grid{display:grid;grid-template-columns:1fr;gap:3.5rem}.contact-info-block{display:flex;flex-direction:column;gap:1.75rem}.info-item{display:flex;align-items:flex-start;gap:1.25rem}.info-icon{width:46px;height:46px;border-radius:50%;background-color:#ff6b2c1a;border:1px solid var(--color-orange);color:var(--color-orange);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.info-details h4{font-size:.95rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-muted);margin-bottom:.25rem}.info-details p,.info-details a{color:var(--color-white);font-size:1.05rem;text-decoration:none;font-weight:600}.info-details a:hover{color:var(--color-orange)}.hours-badge{background-color:var(--color-dark-card);border:1px solid var(--color-dark-border);padding:1.75rem;margin-top:1rem}.hours-badge h4{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;color:var(--color-orange);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.hours-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.hours-list li{display:flex;justify-content:space-between;font-size:.9rem;color:#ccc;border-bottom:1px dashed var(--color-dark-border);padding-bottom:.4rem}.social-block{margin-top:1.5rem}.social-block h4{font-size:1rem;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem}.social-icons{display:flex;flex-wrap:wrap;gap:.85rem}.contact-social-block{margin-top:0}.contact-social-block .social-icons{justify-content:center}.social-btn{width:44px;height:44px;border-radius:50%;background-color:var(--color-dark-card);border:1px solid var(--color-dark-border);color:var(--color-white);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.1rem;transition:all .3s ease}.social-btn:hover{background-color:var(--color-orange);color:var(--color-black);border-color:var(--color-orange);transform:translateY(-3px);box-shadow:0 5px 15px var(--color-orange-glow)}.contact-cta-box{background-color:var(--color-dark-card);border:1px solid var(--color-dark-border);padding:2.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.contact-cta-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,transparent,var(--color-orange),transparent)}.contact-cta-box h3{font-size:1.8rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.contact-cta-box p{color:var(--color-muted);margin-bottom:2rem;max-width:480px}.cta-button-group{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}.footer{background-color:var(--color-black);border-top:1px solid var(--color-dark-border);padding:3rem 1.5rem 2rem;text-align:center}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo img{height:40px;width:40px;border-radius:50%;object-fit:cover}.footer-brand{font-family:var(--font-heading);font-size:1.6rem;color:var(--color-white)}.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;list-style:none}.footer-nav a{color:var(--color-muted);text-decoration:none;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;transition:color .3s ease}.footer-nav a:hover{color:var(--color-orange)}.footer-copyright{font-size:.85rem;color:#666;border-top:1px solid #1a1a1a;width:100%;padding-top:1.5rem;margin-top:1rem}.nav-links a small{display:block;margin-top:.15rem;color:var(--color-muted);font-size:.57rem;letter-spacing:.05em;text-transform:none}.campaign-strip{padding:.55rem 1rem;color:#fff;background:color-mix(in srgb,var(--campaign-accent) 28%,#080808);border-bottom:1px solid color-mix(in srgb,var(--campaign-accent) 55%,transparent);text-align:center;font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.campaign-strip i{color:var(--campaign-accent);margin-right:.4rem}.campaign-shell .btn-primary{background-color:var(--campaign-accent)}.campaign-shell .section-subtitle,.campaign-shell .experience-icon,.campaign-shell .experience-link{color:var(--campaign-accent)}.gallery-caption span{display:block;margin-top:.35rem;color:var(--campaign-accent, var(--color-orange));font-weight:800}.realm-dock{position:relative;z-index:4;padding:0 1.25rem;margin-top:-34px}.realm-dock__inner{width:min(760px,100%);margin:0 auto;padding:.75rem;display:grid;grid-template-columns:repeat(6,1fr);gap:.55rem;border:1px solid rgba(255,107,0,.38);border-radius:999px;background:#080808e6;box-shadow:0 20px 55px #00000094,0 0 30px #ff4c001f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.realm-icon{min-width:0;min-height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;color:#f7eee7;border:1px solid #39231a;border-radius:999px;text-decoration:none;background:linear-gradient(145deg,#1b100c,#080808);transition:transform .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease;animation:realmPulse 3.2s ease-in-out infinite}.realm-icon:nth-child(2){animation-delay:-.5s}.realm-icon:nth-child(3){animation-delay:-1s}.realm-icon:nth-child(4){animation-delay:-1.5s}.realm-icon:nth-child(5){animation-delay:-2s}.realm-icon:nth-child(6){animation-delay:-2.5s}.realm-icon i{color:var(--color-orange);font-size:1.15rem}.realm-icon span{font-size:.66rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.realm-icon:hover,.realm-icon:focus-visible{color:#fff;border-color:var(--color-orange);transform:translateY(-5px) scale(1.04);box-shadow:0 10px 26px #ff540052;outline:none}@keyframes realmPulse{0%,to{box-shadow:inset 0 0 #ff5b0000,0 0 #ff5b0000}50%{box-shadow:inset 0 0 18px #ff5b001c,0 0 14px #ff5b0029}}.lead-gate{background:radial-gradient(circle at 80% 35%,rgba(255,89,0,.13),transparent 34%),linear-gradient(180deg,#070707,#100a07);border-bottom:1px solid var(--color-dark-border)}.lead-gate__grid{display:grid;gap:2rem;align-items:center}.lead-gate h2{margin:.4rem 0 1rem;font-size:clamp(2.1rem,5vw,4.2rem);text-transform:uppercase;line-height:1}.lead-gate__copy>p,.lead-gate__panel small{color:var(--color-muted)}.lead-gate__benefits{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.4rem}.lead-gate__benefits span{padding:.55rem .75rem;border:1px solid #3b261d;border-radius:999px;color:#f3dfd2;font-size:.78rem}.lead-gate__benefits i{color:var(--color-orange);margin-right:.35rem}.lead-gate__panel{padding:clamp(1.25rem,4vw,2.4rem);border:1px solid #4d2a1d;background:#0a0a0adb;box-shadow:0 24px 70px #0000006b,inset 0 1px #ffffff08}.lead-form label{display:block;margin-bottom:.55rem;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.lead-form__row{display:flex;gap:.65rem}.lead-form input[type=email]{width:100%;min-width:0;padding:.95rem 1rem;color:#fff;border:1px solid #493329;border-radius:3px;background:#090909;transition:border-color .2s ease,box-shadow .2s ease}.lead-form input[type=email]:focus{border-color:var(--color-orange);box-shadow:0 0 0 3px #ff5c0029;outline:none}.lead-form__success{color:#ffb378;margin-top:1rem}.lead-form__error{color:#ff8c82;margin-top:1rem}.lead-gate__account{margin:1rem 0 .35rem;color:#ddd}.lead-gate__account a{color:var(--color-orange)}.experience-icon,.social-btn,.round-nav-btn{animation:realmPulse 3.4s ease-in-out infinite}@media(min-width:640px){.gallery-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}.cta-button-group{flex-direction:row;max-width:none}}@media(min-width:768px){.hero-content--split{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:3rem}.hero-copy{align-items:flex-start;text-align:left}.hero-tag{font-size:clamp(4.8rem,8vw,7.4rem)}.hero-actions{justify-content:flex-start}}@media(min-width:992px){.header-cta{display:flex}.hero-title{font-size:4.5rem}.manifesto-grid{grid-template-columns:1.1fr .9fr}.values-grid,.gallery-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr 1fr}.lead-gate__grid{grid-template-columns:.9fr 1.1fr}}@media(max-width:680px){.realm-dock{margin-top:-18px}.realm-dock__inner{grid-template-columns:repeat(3,1fr);border-radius:28px}.realm-icon{min-height:58px}.lead-form__row{flex-direction:column}.lead-form__row .btn{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/kuhnchi-v5.css.map */
