@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=JetBrains+Mono:wght@400;700&family=Outfit:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--container-padding:4rem;--container-margin-left:max(var(--container-padding), calc((100vw - 1400px) / 2 + var(--container-padding)));--bg-primary:#000;--bg-deep:#050505;--text-primary:#fff;--text-secondary:#999;--text-tertiary:#8f8f8f;--surface-card:#0a0a0a99;--surface-elevated:#0e0e0e;--border-subtle:#ffffff0f;--border-medium:#ffffff1f;--accent-glow:#ffffff14;--accent-teal:#0ff4c6;--accent-teal-dim:#0ff4c614;--accent-teal-glow:#0ff4c626;--highlight:#e0e0e0;--font-display:"JetBrains Mono", monospace;--font-heading:"Outfit", "Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--font-console:"JetBrains Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-primary);font-family:var(--font-body);cursor:none;background-color:#030303;background-image:linear-gradient(90deg,#ffffff04 1px,#0000 1px),linear-gradient(#ffffff04 1px,#0000 1px);background-size:60px 60px;font-weight:400;line-height:1.6;position:relative;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}.cursor-dot{background-color:var(--accent-teal);pointer-events:none;z-index:9999;border-radius:50%;width:5px;height:5px;transition:width .2s,height .2s,background-color .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-trail{pointer-events:none;z-index:9998;background-color:#0000;border:1px solid #0ff4c633;border-radius:50%;width:36px;height:36px;transition:width .3s,height .3s,background-color .3s,border-color .3s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}body.hovering .cursor-dot{background-color:#0000;width:0;height:0}body.hovering .cursor-trail{background-color:#0ff4c60f;border-color:#0ff4c666;width:56px;height:56px}.glow-pointer{pointer-events:none;z-index:-1;mix-blend-mode:screen;will-change:transform;background:radial-gradient(circle,#0ff4c61a 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:fixed;top:0;left:0}nav{-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1000;background:#0a0a0a80;border:1px solid #ffffff0f;border-radius:100px;align-items:center;gap:20px;padding:10px 24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:30px;left:50%;transform:translate(-50%);box-shadow:0 4px 30px #0000004d}.logo{font-family:var(--font-console);letter-spacing:-.5px;color:var(--accent-teal);margin-right:.5rem;font-size:1.1rem;font-weight:700}.nav-links{gap:1.5rem;display:flex}@media (width<=768px){.nav-links{display:none}nav{justify-content:space-between;width:90%}}.nav-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;margin:-10px;padding:10px;display:flex}.nav-toggle span{background-color:var(--text-primary);width:24px;height:2px;transition:all .3s;display:block}.nav-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle.open span:nth-child(2){transform:translateY(-7px)rotate(-45deg)}.nav-overlay{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);z-index:999;opacity:0;pointer-events:none;background:#030303fa;justify-content:center;align-items:center;width:100%;height:100vh;padding:clamp(2rem,6vh,4rem) 4rem;transition:opacity .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto}.nav-overlay.open{opacity:1;pointer-events:auto}.nav-overlay-content{text-align:center;flex-direction:column;gap:clamp(.9rem,4vh,2.2rem);display:flex}.overlay-link{font-family:var(--font-heading);color:#ffffff4d;justify-content:center;align-items:center;font-size:clamp(1.8rem,4.3vh,3rem);font-weight:700;text-decoration:none;transition:color .3s,transform .3s;display:inline-flex;position:relative}.overlay-link:hover{color:var(--text-primary);transform:translate(10px)}.hover-shape{opacity:0;transition:opacity .3s,transform .3s;display:inline-block;position:absolute;left:-40px;transform:scale(.5)}.overlay-link:hover .hover-shape{opacity:1;transform:scale(1)}.hover-shape.circle{background:var(--accent-teal);border-radius:50%;width:16px;height:16px}.hover-shape.square{background:var(--accent-teal);width:16px;height:16px}.hover-shape.triangle{border-left:8px solid #0000;border-right:8px solid #0000;border-bottom:16px solid var(--accent-teal);width:0;height:0}.hover-shape.diamond{background:var(--accent-teal);width:12px;height:12px;transform:rotate(45deg)scale(.5)}.overlay-link:hover .hover-shape.diamond{transform:rotate(45deg)scale(1)}.hover-shape.star{background:var(--accent-teal);clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);width:16px;height:16px}.hover-shape.cross{background:var(--accent-teal);clip-path:polygon(20% 0%,0% 20%,30% 50%,0% 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0%,50% 30%);width:16px;height:16px}.nav-link{font-family:var(--font-console);color:var(--text-tertiary);letter-spacing:.5px;font-size:.8rem;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link.active:after{content:"";background:var(--accent-teal);border-radius:50%;width:4px;height:4px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}#app{opacity:1;z-index:1;min-height:100vh;padding-top:100px;transition:opacity .4s ease-in-out;position:relative}#app.fade-out{opacity:0}.container{max-width:1400px;padding:0 var(--container-padding);margin:0 auto}section{padding:2.5rem 0;position:relative}h1{font-family:var(--font-heading);letter-spacing:-3px;margin-bottom:1.5rem;font-size:clamp(3.5rem,10vw,9rem);font-weight:800;line-height:.95}h2{font-family:var(--font-heading);letter-spacing:-1px;margin-bottom:2rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:600}h3{font-family:var(--font-heading);font-size:1.4rem;font-weight:500}p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.console-text{font-family:var(--font-console);color:var(--text-tertiary);letter-spacing:.5px;font-size:.85rem}.section-label{font-family:var(--font-console);color:var(--accent-teal);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;display:block}.btn{font-family:var(--font-heading);cursor:pointer;border:1px solid var(--border-medium);color:var(--text-primary);letter-spacing:.3px;background:0 0;border-radius:100px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:var(--text-primary);transform-origin:100%;z-index:-1;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0;transform:scaleX(0)}.btn:hover{color:var(--bg-primary);border-color:var(--text-primary)}.btn:hover:before{transform-origin:0;transform:scaleX(1)}.btn-filled{background:var(--text-primary);color:var(--bg-primary);border-color:#0000}.btn-filled:hover{background:var(--accent-teal);border-color:#0000}.btn-filled:before{display:none}.btn-secondary{color:var(--text-secondary);border:none;border-radius:0;padding:.8rem 0;font-size:.9rem}.btn-secondary:before{display:none}.btn-secondary:hover{color:var(--text-primary);background:0 0}.btn-secondary:after{content:"";background:var(--accent-teal);transform-origin:100%;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.btn-secondary:hover:after{transform-origin:0;transform:scaleX(1)}.card{background:var(--surface-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.card.interactive:hover{box-shadow:0 20px 40px #0006, 0 0 30px var(--accent-teal-dim);border-color:#0ff4c626;transform:translateY(-4px)}.hero{flex-direction:column;justify-content:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#0ff4c60f 0%,#0ff4c608 30%,#0000 70%);width:800px;height:600px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.constellation-node{font-family:var(--font-console);color:var(--text-tertiary);opacity:.5;z-index:0;pointer-events:none;align-items:center;gap:8px;font-size:.7rem;display:flex;position:absolute}.constellation-node:before{content:"";background:var(--text-tertiary);border-radius:50%;flex-shrink:0;width:6px;height:6px}.constellation-node.active:before{background:var(--accent-teal);box-shadow:0 0 8px var(--accent-teal-glow)}.hero-roles{font-family:var(--font-heading);color:var(--text-secondary);height:2.5rem;margin-bottom:2rem;font-size:clamp(1.2rem,2.5vw,2rem);font-weight:300;position:relative}.hero-role-item{opacity:0;white-space:nowrap;transition:opacity .6s,transform .6s;position:absolute;top:0;left:0;transform:translateY(20px)}.hero-role-item.active{opacity:1;transform:translateY(0)}.hero-role-item.prev{opacity:0;transform:translateY(-20px)}.hero-tagline{max-width:550px;color:var(--text-tertiary);margin-bottom:3rem;font-size:1.1rem;font-weight:300}.hero-ctas{align-items:center;gap:1rem;display:flex}.brand-strip{white-space:nowrap;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:#05050580;width:100%;padding:1.5rem 0;overflow:hidden}.brand-strip-content{font-family:var(--font-heading);color:var(--text-tertiary);letter-spacing:1px;align-items:center;gap:3rem;font-size:.85rem;font-weight:500;animation:25s linear infinite marquee;display:inline-flex}.brand-strip-content .brand-item{white-space:nowrap;opacity:.5;align-items:center;gap:.5rem;transition:opacity .3s;display:inline-flex}.brand-strip-content .brand-item:hover{opacity:1}.brand-separator{color:var(--text-tertiary);opacity:.3}.marquee-container{white-space:nowrap;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:#05050580;width:100%;padding:2rem 0;overflow:hidden}.skills-marquee-bottom-margin{margin-bottom:72px}.marquee-content{font-family:var(--font-console);text-transform:uppercase;color:var(--text-tertiary);letter-spacing:2px;font-size:1.2rem;animation:25s linear infinite marquee;display:inline-block}.stats-container{justify-content:space-between;gap:2rem;padding:3rem 0;display:flex}.stat-item{text-align:center;flex:1;position:relative}.stat-item:not(:last-child):after{content:"";background:var(--border-subtle);width:1px;height:60%;position:absolute;top:20%;right:0}.stat-value{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-2px;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1}.stat-label{font-family:var(--font-console);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;margin-top:.75rem;font-size:.75rem}.project-list{flex-direction:column;display:flex;position:relative}.project-list-item{border-bottom:1px solid var(--border-subtle);cursor:pointer;justify-content:space-between;align-items:center;padding:2rem 1rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.project-list-item:before{content:"";background:linear-gradient(90deg, var(--accent-teal-dim), transparent);opacity:0;transition:opacity .4s;position:absolute;inset:0}.project-list-item:hover{padding-left:2rem}.project-list-item:hover:before{opacity:1}.project-info{z-index:1;position:relative}.project-info h3{font-family:var(--font-heading);letter-spacing:-.5px;margin-bottom:.25rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;transition:color .3s}.project-list-item:hover .project-info h3{color:#fff}.project-preview-window{border:1px solid var(--border-subtle);pointer-events:none;opacity:0;z-index:999;background:#0a0a0a;border-radius:12px;width:380px;height:240px;transition:opacity .3s,transform .3s;position:fixed;overflow:hidden;transform:translate(-50%,-50%)scale(.9);box-shadow:0 30px 60px #0009}.project-preview-window.active{opacity:1;transform:translate(-50%,-50%)scale(1)}.project-preview-window img{object-fit:cover;width:100%;height:100%}.project-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;display:grid}.project-card{background:var(--surface-card);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.project-card.interactive:hover{box-shadow:0 20px 50px #00000080, 0 0 40px var(--accent-teal-dim);border-color:#0ff4c633;transform:translateY(-6px)}.project-card.interactive:hover .project-thumbnail img{filter:grayscale(0%);transform:scale(1.08)}.project-thumbnail{width:100%;height:220px;position:relative;overflow:hidden}.project-thumbnail:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#0a0a0acc);position:absolute;inset:0}.project-thumbnail img{object-fit:cover;filter:grayscale(60%);width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .6s}.project-content{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.project-content h3{letter-spacing:-.3px;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.project-content p{flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.pill-badge{font-family:var(--font-console);color:var(--accent-teal);letter-spacing:.5px;background:#0ff4c60f;border:1px solid #0ff4c61f;border-radius:100px;padding:.2rem .65rem;font-size:.7rem}.services-list{flex-direction:column;display:flex}.service-item{border-bottom:1px solid var(--border-subtle);grid-template-columns:80px 1fr 1.5fr;align-items:start;gap:2rem;padding:3rem 0;transition:all .3s;display:grid}.service-item:hover{background:linear-gradient(90deg, var(--accent-teal-dim), transparent);padding-left:1rem}.service-number{font-family:var(--font-heading);color:var(--text-tertiary);letter-spacing:-2px;font-size:3rem;font-weight:700;line-height:1}.service-item:hover .service-number{color:var(--accent-teal)}.service-title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.5px;font-size:1.75rem;font-weight:600}.service-desc{color:var(--text-tertiary);font-size:.95rem;line-height:1.7}.bento-item{background:var(--surface-card);border:1px solid var(--border-subtle);border-radius:16px;position:relative;overflow:hidden}.bento-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.bento-item:hover img{transform:scale(1.05)}.bento-item .overlay{opacity:0;background:linear-gradient(#0000,#000000e6);width:100%;padding:2rem;transition:all .3s;position:absolute;bottom:0;left:0;transform:translateY(20px)}.bento-item:hover .overlay{opacity:1;transform:translateY(0)}.bento-item.large{grid-area:span 2/span 8;height:500px}.bento-item.medium{grid-area:span 2/span 4;height:500px}.bento-item.small{grid-column:span 4;height:250px}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.about-split{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;display:grid}.about-image{aspect-ratio:3/4;object-fit:cover;filter:grayscale(80%);border-radius:16px;width:100%;transition:filter .6s}.about-image:hover{filter:grayscale(0%)}.chapter{border-left:2px solid var(--border-subtle);padding-left:1.5rem;transition:border-color .3s}.chapter:hover{border-left-color:var(--accent-teal)}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, var(--accent-teal-dim), var(--border-subtle), transparent);width:1px;height:100%;position:absolute;top:0;left:20px}.timeline-item{margin-bottom:3rem;padding-left:60px;position:relative}.timeline-dot{background:var(--accent-teal);width:12px;height:12px;box-shadow:0 0 12px var(--accent-teal-glow);z-index:2;border-radius:50%;position:absolute;top:24px;left:15px}.timeline-dot:before{content:"";border:1px solid #0ff4c64d;border-radius:50%;animation:2.5s infinite pulse;position:absolute;inset:-4px}@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.timeline-content h3{margin-bottom:.25rem;font-size:1.4rem}.credentials-table{border-collapse:collapse;width:100%}.credentials-table tr{border-bottom:1px solid var(--border-subtle);transition:background .3s}.credentials-table tr:hover{background:var(--accent-teal-dim)}.credentials-table td{vertical-align:middle;padding:1.25rem 1rem;font-size:.95rem}.credentials-table .cert-name{color:var(--text-primary);font-weight:500}.credentials-table .cert-issuer{color:var(--text-tertiary);font-family:var(--font-console);font-size:.8rem}.credentials-table .cert-date{color:var(--text-tertiary);font-family:var(--font-console);text-align:right;font-size:.8rem}.intertwining-section{padding:4rem 0;position:relative;overflow:hidden}.intertwining-container{justify-content:center;align-items:center;width:100%;height:300px;display:flex;position:relative}.intertwining-mask{clip-path:polygon(0 20%,100% 20%,100% 80%,0 80%);z-index:2;align-items:center;width:80%;height:200px;display:flex;position:absolute;left:10%;overflow:hidden}.intertwining-text{white-space:nowrap;color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(3rem,6vw,6rem);font-weight:900;font-family:var(--font-heading);animation:20s linear infinite marquee}.intertwining-object{background:linear-gradient(45deg,#111,#222);border-radius:50%;position:absolute}.shape-1{z-index:1;width:100px;height:100px;top:10%;left:15%}.shape-2{z-index:3;width:150px;height:150px;bottom:5%;left:40%;box-shadow:0 10px 30px #000c}.shape-3{z-index:1;width:80px;height:80px;top:30%;right:20%}.shape-4{z-index:3;width:120px;height:120px;bottom:20%;right:5%}.gallery-list{grid-template-columns:repeat(3,1fr);gap:6rem 3rem;margin-top:4rem;padding-bottom:12rem;display:grid}@media (width<=1024px){.gallery-list{grid-template-columns:repeat(2,1fr);gap:8rem 2rem}}@media (width<=640px){.gallery-list{grid-template-columns:1fr;gap:8rem 0}}.gallery-card{aspect-ratio:1;cursor:pointer;z-index:1;border-radius:16px;width:100%;position:relative}.gallery-card:hover{z-index:50}.photo-frame{transform-origin:bottom;background:#000;border:1px solid #ffffff0d;border-radius:4px;width:100%;height:100%;transition:all .7s cubic-bezier(.25,1,.5,1);position:absolute;inset:0;box-shadow:0 10px 15px -3px #00000080,0 4px 6px -4px #00000080}.photo-frame img{object-fit:cover;filter:grayscale();border-radius:16px;width:100%;height:100%;transition:filter .5s}.gallery-card:hover .photo-frame img{filter:grayscale(0%)}.frame-4{transition-delay:0s}.frame-3{transition-delay:50ms}.frame-2{transition-delay:.1s}.frame-1{transition-delay:.15s}.gallery-card:hover .frame-4{transform:translate(-80px,-420px)rotate(-25deg)scale(.6)}.gallery-card:hover .frame-3{transform:translate(-30px,-460px)rotate(-10deg)scale(.6)}.gallery-card:hover .frame-2{transform:translate(30px,-460px)rotate(10deg)scale(.6)}.gallery-card:hover .frame-1{transform:translate(80px,-420px)rotate(25deg)scale(.6)}.gallery-card-cover{z-index:10;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:2rem;text-decoration:none;transition:border-color .5s;display:flex;position:absolute;inset:0}.gallery-card:hover .gallery-card-cover{border-color:var(--primary-container)}.card-header{justify-content:space-between;align-items:flex-start;display:flex}.card-label{font-family:var(--font-label-caps);color:var(--primary-container);text-transform:uppercase;background:#00ffcc1a;border:1px solid #0fc3;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:600}.card-icon{color:var(--text-muted);transition:color .3s}.gallery-card:hover .card-icon{color:var(--primary-container)}.card-body h2{color:var(--text-primary);font-family:var(--font-display-lg);letter-spacing:-.02em;margin:0;font-size:2.5rem;line-height:1.1;transition:color .3s}.gallery-card:hover .card-body h2{color:var(--primary-container)}.darren-contact{background:radial-gradient(circle,#0ff4c605 0%,#030303 100%);flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:5rem 0;display:flex;position:relative;overflow:hidden}.darren-bg-text{font-family:var(--font-heading);color:#ffffff04;white-space:nowrap;z-index:1;pointer-events:none;font-size:30vw;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.darren-email-container{padding:0 1rem;display:inline-block;position:relative;overflow:hidden}.darren-email{font-family:var(--font-heading);color:#fff;z-index:2;letter-spacing:-1px;font-size:clamp(1.5rem,4vw,4rem);font-weight:700;text-decoration:none;transition:transform .3s;display:inline-block;position:relative}@keyframes rotateText{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.char-reveal{opacity:0;letter-spacing:-1px;transition:transform .3s;animation:.5s forwards charReveal;display:inline-block;transform:translateY(20px)}@keyframes charReveal{to{opacity:1;transform:translateY(0)}}.darren-email:before{content:"";background-color:var(--accent-teal);z-index:-1;width:100%;height:6px;transition:height .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.darren-email:hover:before{height:50%}.sweven-cta{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;text-decoration:none;display:inline-flex;position:relative}.sweven-text-ring{width:100%;height:100%;fill:var(--text-tertiary);letter-spacing:2px;font-size:14px;animation:10s linear infinite rotateText;position:absolute}.sweven-inner-circle{background:var(--accent-teal);z-index:2;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s;display:flex}.sweven-arrow{color:#000;opacity:0;font-size:1.2rem;transition:all .3s;transform:translate(-8px)}.sweven-cta:hover .sweven-inner-circle{transform:scale(1.4)}.sweven-cta:hover .sweven-arrow{opacity:1;transform:translate(0)}.social-links-grid{flex-wrap:wrap;gap:1.5rem;margin-top:2rem;display:flex}.social-link-item{color:var(--text-tertiary);font-family:var(--font-heading);align-items:center;gap:.6rem;padding:.5rem 0;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.social-link-item .social-icon{pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.social-link-item .social-icon svg{width:100%;height:100%}.social-link-item:hover{color:var(--text-primary)}.social-link-item:after{content:"";transform-origin:100%;width:100%;height:1px;transition:transform .3s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.social-link-item:hover:after{transform-origin:0;transform:scaleX(1)}.social-link-item[data-platform=linkedin]:hover{color:#0077b5}.social-link-item[data-platform=linkedin]:after{background:#0077b5}.social-link-item[data-platform=dribbble]:hover{color:#ea4c89}.social-link-item[data-platform=dribbble]:after{background:#ea4c89}.social-link-item[data-platform=pinterest]:hover{color:#e60023}.social-link-item[data-platform=pinterest]:after{background:#e60023}.social-link-item[data-platform=instagram]:hover{color:#e1306c}.social-link-item[data-platform=instagram]:after{background:#e1306c}.social-link-item[data-platform=pexels]:hover{color:#05a081}.social-link-item[data-platform=pexels]:after{background:#05a081}.social-link-item[data-platform=youtube]:hover{color:red}.social-link-item[data-platform=youtube]:after{background:red}.social-link-item[data-platform=twitter]:hover{color:#fff}.social-link-item[data-platform=twitter]:after{background:#fff}.social-link{color:var(--text-tertiary);font-family:var(--font-console);font-size:.85rem;text-decoration:none;transition:color .3s;position:relative}.social-link:hover{color:#fff}.fade-up{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.char-reveal{opacity:0;animation:.5s forwards charReveal;display:inline-block;transform:translateY(20px)}footer{border-top:1px solid var(--border-subtle);z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#030303cc;width:100%;padding:4rem 0 2rem;position:relative;overflow:hidden;margin-bottom:0!important}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:4rem;margin-bottom:3rem;display:flex}.footer-brand h2{font-family:var(--font-heading);letter-spacing:-1px;margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.footer-bottom{color:var(--text-tertiary);font-family:var(--font-console);border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.75rem;display:flex}#back-to-top{color:var(--text-tertiary);font-family:var(--font-console);cursor:pointer;background:0 0;border:none;font-size:.8rem;transition:color .3s}#back-to-top:hover{color:var(--accent-teal)}#ai-chat-container{z-index:1000;pointer-events:none;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:5rem;right:3rem}.chat-trigger-btn{width:56px;height:56px;color:var(--accent-teal);cursor:pointer;box-shadow:0 10px 30px #00000080, 0 0 20px var(--accent-teal-dim);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;background:#0a0a0ad9;border:1px solid #0ff4c633;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.chat-trigger-btn:hover{box-shadow:0 10px 30px #00000080, 0 0 30px var(--accent-teal-glow);border-color:#0ff4c666;transform:scale(1.1)}.chat-trigger-pulse{border:2px solid var(--accent-teal);opacity:0;border-radius:50%;animation:2.5s ease-out infinite chatPulseRing;position:absolute;inset:-4px}@keyframes chatPulseRing{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.ai-icon{width:22px;height:22px}#ai-chat-window{-webkit-backdrop-filter:blur(30px);transform-origin:100% 100%;pointer-events:auto;background:#080808eb;border:1px solid #0ff4c61f;border-radius:20px;flex-direction:column;width:380px;height:520px;margin-bottom:16px;transition:opacity .35s cubic-bezier(.16,1,.3,1),transform .35s cubic-bezier(.16,1,.3,1),visibility .35s;display:flex;overflow:hidden;box-shadow:0 25px 60px #000000b3,0 0 40px #0ff4c60a}#ai-chat-window.chat-window-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:scale(.85)translateY(16px)}.chat-header{background:#0ff4c605;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.chat-title{font-family:var(--font-heading);align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;display:flex}.chat-status-dot{background:var(--accent-teal);width:8px;height:8px;box-shadow:0 0 6px var(--accent-teal);border-radius:50%;animation:2s ease-in-out infinite statusPulse}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.4}}.chat-close-btn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.3rem;line-height:1;transition:color .3s;display:flex}.chat-close-btn:hover{color:var(--text-primary);background:#ffffff0d}.chat-body{scroll-behavior:smooth;flex-direction:column;flex-grow:1;gap:.75rem;padding:1.25rem;display:flex;overflow-y:auto}.chat-body::-webkit-scrollbar{width:4px}.chat-body::-webkit-scrollbar-track{background:0 0}.chat-body::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}.chat-body::-webkit-scrollbar-thumb:hover{background:#ffffff26}.chat-message{word-wrap:break-word;border-radius:14px;max-width:88%;padding:.85rem 1rem;font-size:.3rem;line-height:1.6}.chat-msg-entrance{animation:.35s cubic-bezier(.16,1,.3,1) forwards chatMsgSlideIn}@keyframes chatMsgSlideIn{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ai-message{background:#0ff4c60d;border:1px solid #0ff4c614;border-bottom-left-radius:4px;align-self:flex-start}.user-message{background:linear-gradient(135deg,#ffffff14,#ffffff0a);border:1px solid #ffffff0f;border-bottom-right-radius:4px;align-self:flex-end}.chat-typing{background:#0ff4c60d;border:1px solid #0ff4c614;border-radius:14px 14px 14px 4px;align-self:flex-start;align-items:center;gap:4px;padding:.85rem 1rem;display:flex}.chat-typing span{background:var(--accent-teal);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingBounce}.chat-typing span:nth-child(2){animation-delay:.15s}.chat-typing span:nth-child(3){animation-delay:.3s}@keyframes typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.chat-suggestions{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.chat-chip{color:var(--accent-teal);font-size:.75rem;font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#0ff4c60f;border:1px solid #0ff4c626;border-radius:100px;padding:.4rem .75rem;transition:all .25s}.chat-chip:hover{background:#0ff4c61f;border-color:#0ff4c64d;transform:translateY(-1px)}.chat-chip:active{transform:scale(.96)}.chat-input-area{background:#0003;border-top:1px solid #ffffff0d;gap:.5rem;padding:.85rem;display:flex}#chat-input{color:var(--text-primary);font-family:var(--font-body);background:#ffffff0a;border:1px solid #ffffff14;border-radius:100px;outline:none;flex-grow:1;padding:.65rem 1rem;font-size:.85rem;transition:border-color .3s,box-shadow .3s}#chat-input:focus{border-color:#0ff4c64d;box-shadow:0 0 12px #0ff4c60f}#chat-input::placeholder{color:var(--text-tertiary)}.chat-send-btn{background:var(--accent-teal);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;transition:transform .3s,background .3s,box-shadow .3s;display:flex}.chat-send-btn:hover{background:#0ce0b5;transform:translateY(-2px);box-shadow:0 4px 15px #0ff4c64d}@media (width<=1024px){.bento-item.large{grid-column:span 12}.bento-item.medium,.bento-item.small{grid-column:span 6}.skills-grid{grid-template-columns:repeat(2,1fr)}.about-split{grid-template-columns:1fr}.service-item{grid-template-columns:60px 1fr}.service-item .service-desc{grid-column:1/-1}}@media (width<=768px){nav{padding:10px 16px}.container{padding:0 1.5rem}.nav-links{display:none}.bento-grid{flex-direction:column;display:flex}.bento-item{height:300px!important}.skills-grid{grid-template-columns:1fr}.stats-container{flex-direction:column;gap:2rem}.stat-item:not(:last-child):after{display:none}.project-grid{grid-template-columns:1fr}.timeline:before{left:10px}.timeline-dot{left:5px}.timeline-item{padding-left:40px}.service-item{grid-template-columns:1fr;gap:.5rem}.service-number{font-size:2rem}.footer-content{flex-direction:column;gap:2rem}.social-links-grid{gap:1rem}h1{letter-spacing:-1px}#ai-chat-container{bottom:16px;right:16px}#ai-chat-window{width:calc(100vw - 32px);height:60vh;max-height:450px}.chat-trigger-btn{width:50px;height:50px}.chat-chip{padding:.35rem .6rem;font-size:.7rem}.marquee-container,.brand-strip{margin-left:calc(50% - 50vw)}}#hero-canvas-container{z-index:0;pointer-events:none;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0}#hero-canvas-container canvas{display:block}.hero .container{z-index:2;width:100%;position:relative;text-align:left!important}.hero-corner-text{font-family:var(--font-console);color:var(--text-secondary);z-index:2;letter-spacing:1px;font-size:.75rem;line-height:1.5;position:absolute}.hero-corner-text.top-left{top:140px;left:max(4rem,50vw - 700px + 4rem)}.hero-corner-text.top-right{text-align:right;flex-direction:column;align-items:flex-end;display:flex;top:40px;right:max(4rem,50vw - 700px + 4rem)}.hero-corner-text.bottom-left{bottom:3rem;left:3rem}.status-dot{background-color:var(--accent-teal);width:10px;height:10px;box-shadow:0 0 10px var(--accent-teal);border-radius:50%;margin-bottom:10px;margin-right:3px;animation:2s infinite pulse-dot;display:inline-block}@keyframes pulse-dot{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.dim-text{color:var(--text-tertiary);margin-top:4px}.service-list-mini{flex-direction:column;gap:8px;display:flex}.copyright-large{font-family:var(--font-heading);color:var(--text-primary);font-size:clamp(3rem,5vw,6rem);font-weight:700;line-height:1}.project-carousel-section{background-color:var(--bg-primary);padding:4rem 0;position:relative;overflow:hidden}.parallax-bg-text{font-family:var(--font-heading);color:#0000;-webkit-text-stroke:2px #fff3;white-space:nowrap;pointer-events:none;pointer-events:none;z-index:1;-webkit-user-select:none;user-select:none;font-size:clamp(10rem,25vw,25rem);font-weight:800;position:absolute;top:50%;left:0;transform:translateY(-50%)}.carousel-header{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.carousel-header h2{margin-bottom:0}.carousel-header-right{text-align:right;flex-direction:column;align-items:flex-end;max-width:300px;display:flex}.asterisk-accent{font-family:var(--font-console);color:var(--text-primary);margin-top:1rem;font-size:2rem}.latest-badge{font-family:var(--font-console);color:var(--text-secondary);letter-spacing:1px;margin-bottom:4rem;font-size:.85rem}.swiper{aspect-ratio:1.95;z-index:3;width:100%;max-width:800px;height:auto;margin:0 auto;overflow:visible!important}.swiper-slide{background-color:#0000;border-radius:16px;justify-content:center;align-items:center;display:flex}.carousel-card{border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.carousel-card img{object-fit:cover;filter:grayscale(20%);width:100%;height:100%;transition:filter .3s}.swiper-slide-active .carousel-card img{filter:grayscale(0%)}.card-overlay{background:linear-gradient(#0000,#000000e6);flex-direction:column;align-items:flex-start;width:100%;padding:2rem;display:flex;position:absolute;bottom:0;left:0}.card-overlay h3{margin-bottom:.5rem;font-size:1.5rem}.btn-circle{background-color:var(--text-primary);width:40px;height:40px;color:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;margin-top:1rem;font-size:1.2rem;transition:transform .3s,background-color .3s;display:flex}.carousel-card:hover .btn-circle{background-color:var(--accent-teal);transform:scale(1.1)}.about-section-home{background-color:#0000;padding:3rem 0}.about-home-header{justify-content:space-between;align-items:flex-start;margin-bottom:4rem;display:flex}.about-home-header h2{margin-bottom:0}.about-home-layout{grid-template-columns:.8fr 1.2fr;align-items:stretch;gap:6rem;display:grid}@media (width<=1024px){.about-home-layout{grid-template-columns:1fr;gap:4rem}}.about-home-image{border-radius:16px;height:600px;position:relative;overflow:hidden}.about-home-image img{object-fit:cover;filter:grayscale(30%);width:100%;height:100%}.about-name-overlay{font-family:var(--font-heading);text-align:right;color:var(--text-primary);text-shadow:0 4px 20px #000c;font-size:3rem;font-weight:600;line-height:1.1;position:absolute;bottom:2rem;right:2rem}.about-home-content{flex-direction:column;display:flex}.about-tabs{flex-wrap:wrap;gap:1rem;margin-bottom:4rem;display:flex}.about-tab{border:1px solid var(--border-medium);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:100px;padding:.6rem 1.5rem;font-size:.9rem;transition:all .3s}.about-tab.active,.about-tab:hover{border-color:var(--text-primary);color:var(--text-primary)}.about-tab-content{flex-direction:column;display:flex}.about-numbered-item{border-top:1px solid var(--border-subtle);grid-template-columns:80px 1fr;align-items:center;padding:2rem 0;transition:all .3s;display:grid}.about-numbered-item:last-child{border-bottom:1px solid var(--border-subtle)}.about-numbered-item .item-number{font-family:var(--font-console);color:var(--text-tertiary);font-size:1rem}.about-numbered-item h3{color:var(--text-secondary);margin:0;font-size:1.5rem;font-weight:400;transition:color .3s}.about-numbered-item:hover h3{color:var(--text-primary)}.about-numbered-item.expanded{align-items:flex-start}.item-body{position:relative}.item-arrow{color:var(--text-primary);font-size:1.5rem;position:absolute;top:0;right:0}.item-body p{color:var(--text-secondary);max-width:85%;margin-top:0;line-height:1.8}.reveal-up{opacity:0;transform:translateY(40px)}.fade-in-delayed{opacity:0}.nav-overlay-content .overlay-link{opacity:0;transform:translateY(50px)}#left-nav{top:40px;left:var(--container-margin-left);-webkit-backdrop-filter:blur(20px)saturate(180%);z-index:1002;background:#0a0a0a66;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;box-shadow:0 4px 30px #0000004d}#left-nav:hover{border-color:#0ff4c64d;transform:scale(1.05);box-shadow:0 0 20px #0ff4c633}.hero-services-list-right{font-family:var(--font-console);color:var(--text-secondary);z-index:2;letter-spacing:1px;text-align:right;flex-direction:column;gap:.6rem;font-size:.75rem;display:flex;position:absolute;bottom:3rem;right:3rem}@media (width<=768px){.hero-services-list-right{text-align:center;bottom:2rem;right:50%;transform:translate(50%)}}#hero-name{margin-bottom:2rem;line-height:1;font-size:clamp(3rem,8vw,7rem)!important}.overview-stats-section{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:0 0;padding:5rem 0}.overview-grid{grid-template-columns:1fr auto 1fr auto 1fr auto 2fr;align-items:center;gap:2rem;display:grid}.overview-brand-col{flex-direction:column;gap:.75rem;padding-left:2rem;display:flex}.overview-brand-logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-1px;font-size:2.5rem;font-weight:700}.overview-brand-tagline{font-family:var(--font-body);color:var(--text-secondary);max-width:320px;margin:0;font-size:.95rem;line-height:1.5}@media (width<=1024px){.overview-grid{grid-template-columns:1fr;gap:3rem}.overview-divider{display:none}.overview-brand-col{padding-left:0}}#hero-name{letter-spacing:-2px;font-size:clamp(2.8rem,7vw,6.4rem)!important}.hero-services-right{font-family:var(--font-console);color:var(--text-secondary);z-index:2;letter-spacing:1px;text-align:right;flex-direction:column;gap:.5rem;font-size:.75rem;display:flex;position:absolute;bottom:6rem;right:14.6rem}@media (width<=768px){.hero-services-right{text-align:center;bottom:30px;right:50%;transform:translate(50%)}}.overview-stats-section{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background-color:#0000;padding:3rem 0;position:relative}.overview-grid{justify-content:space-between;align-items:center;gap:2rem;display:flex}.overview-col{flex-direction:column;gap:.5rem;display:flex}.overview-num{font-family:var(--font-heading);color:var(--text-primary);font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1}.overview-label{font-family:var(--font-console);color:var(--text-tertiary);letter-spacing:1px;font-size:.7rem;line-height:1.4}.overview-divider{background-color:var(--border-subtle);width:1px;height:80px}.overview-brand-col{max-width:350px}.overview-brand-logo{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-1px;margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:800}.overview-brand-tagline{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}@media (width<=768px){.overview-grid{flex-direction:column;align-items:flex-start;gap:3rem}.overview-divider{display:none}}.hero .section-label{margin-bottom:1rem;display:inline-block}.stats{padding:2rem 0!important}@media (width<=768px){:root{--container-padding:1.5rem}}#left-nav{top:30px!important;left:var(--container-margin-left)!important}.hero-corner-text.top-left{top:100px!important;left:var(--container-margin-left)!important;text-align:left!important}.hero .section-label{text-align:left!important;margin-top:3rem!important;margin-bottom:1rem!important;margin-left:0!important;padding-left:0!important;display:block!important}.sticky-split-scroll{padding-bottom:4rem;position:relative}.sticky-split-container{align-items:flex-start;gap:4rem;display:flex;position:relative}.sticky-left{width:40%}.scroll-right{width:50%;margin-left:auto}@media (width<=768px){.sticky-split-container{flex-direction:column;gap:2rem}.sticky-left{width:100%;max-width:100%}.scroll-right{width:100%;margin-left:0}}.text-highlight .char{color:#ffffff26}.overview-scatter-item{position:relative}.parallax-bg-big-text{font-family:var(--font-heading);color:#ffffff08;white-space:nowrap;pointer-events:none;z-index:0;font-size:clamp(8rem,20vw,25rem);font-weight:900;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-transition{-webkit-backdrop-filter:blur(24px);z-index:9999;opacity:0;pointer-events:none;background:#0a0a0a66;width:100vw;height:100vh;position:fixed;top:0;left:0}.books-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;display:grid}@media (width<=600px){.books-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.books-grid .bento-card{padding:.75rem!important}.books-grid .bento-content h3{font-size:.95rem!important}}.bento-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.bento-card{border:1px solid #ffffff14;border-radius:24px;position:relative;overflow:hidden}.glassmorphic{-webkit-backdrop-filter:blur(16px);background:#ffffff08}.book-thumbnail{height:250px;overflow:hidden}.book-thumbnail img{object-fit:cover;filter:grayscale(80%)contrast(120%);width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.bento-card:hover .book-thumbnail img{filter:grayscale(0%)contrast();transform:scale(1.05)}.bento-content{padding:1.5rem}.bento-content h3{margin-bottom:.25rem;font-size:1.25rem}@media (width<=768px){#left-nav{left:auto!important;right:calc(var(--container-margin-left) - 4px)!important}.hero-corner-text.top-right{text-align:right!important;align-items:flex-end!important;font-size:.65rem!important;line-height:1.3!important;top:24px!important;right:20px!important}.hero-corner-text.top-right .status-dot{width:8px!important;height:8px!important}#hero-name{letter-spacing:-1px!important;margin-bottom:2rem!important;font-size:2.3rem!important}.hero-roles{height:1.5rem!important;margin-bottom:4rem!important;font-size:1.2rem!important}.hero-tagline{margin-bottom:4rem!important}.hero-services-right{display:none!important}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:bottom;backface-visibility:hidden;overflow:hidden}
