@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--bg-dark:#0f100f;--bg-card:#1a1b1a;--bg-polaroid:#f4f3ee;--text-main:#f0f0f0;--text-muted:#9e9e9e;--accent-red:#c02d28;--accent-yellow:#f8e178;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif;--border-color:#ffffff1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-sans)}@media (width<=900px){html,body{overflow-x:hidden}}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500}h2{margin-bottom:2rem;font-size:3.5rem;line-height:1.1}p{color:var(--text-muted);line-height:1.6}.section-padding{max-width:1400px;margin:0 auto;padding:8rem 5%}.button-outline{border:1px solid var(--text-main);color:var(--text-main);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border-radius:30px;padding:.75rem 2rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.button-outline:hover{background:var(--text-main);color:var(--bg-dark)}.button-solid{background:var(--text-main);color:var(--bg-dark);font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;cursor:pointer;border:none;border-radius:30px;padding:.75rem 2rem;font-size:.9rem;transition:all .3s;display:inline-block}.button-solid:hover{opacity:.9}.polaroid{background:var(--bg-polaroid);transform-origin:50%;padding:10px 10px 40px;display:inline-block;position:relative;box-shadow:0 10px 20px #00000080}.polaroid img{object-fit:cover;width:100%;height:auto;display:block}.polaroid .caption{text-align:center;color:#333;width:100%;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600;position:absolute;bottom:10px;left:0}.tape{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:2;background:#fff6;width:80px;height:25px;position:absolute;top:-10px;left:50%;transform:translate(-50%)rotate(-5deg);box-shadow:0 1px 3px #0003}.sticky-note{background:var(--accent-yellow);color:#111;font-family:var(--font-sans);z-index:3;padding:10px;font-size:.8rem;font-weight:500;position:absolute;box-shadow:2px 4px 10px #0000004d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){h2{margin-bottom:1.2rem;font-size:2.2rem}.section-padding{padding:4rem 5%}.button-outline,.button-solid{padding:.65rem 1.5rem;font-size:.82rem}.polaroid{padding:8px 8px 30px}.polaroid .caption{font-size:.75rem;bottom:8px}.sticky-note{padding:10px 14px;font-size:1.3rem}.tape{width:60px;height:20px;top:-8px}}.navbar{z-index:1000;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:2rem 5%;transition:all .3s;display:flex;position:fixed;top:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background:#0f100ff2;padding:1rem 5%}.navbar .logo{font-family:var(--font-serif);letter-spacing:2px;color:var(--text-main);z-index:1001;font-size:1.2rem}.navbar .nav-links{gap:2.5rem;list-style:none;display:flex}.navbar .nav-links a{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;text-decoration:none;transition:color .3s}.navbar .nav-links a:hover{color:var(--text-main)}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:8px;display:none}.hamburger-line{background:var(--text-main);transform-origin:50%;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger.active .hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-menu{align-items:center;gap:2.5rem;display:flex}@media (width<=768px){.hamburger{display:flex}.nav-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:1000;background:#0f100ff7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100dvh;transition:opacity .3s;position:fixed;top:0;left:0}.nav-menu.open{opacity:1;pointer-events:all}.navbar .nav-links{flex-direction:column;align-items:center;gap:2rem}.navbar .nav-links a{letter-spacing:2px;font-size:1.2rem}.navbar .button-outline,.nav-menu .button-outline{margin-top:1rem}}.hero-redesign{flex-direction:column;align-items:center;min-height:100vh;padding-top:10rem;display:flex;position:relative;overflow:hidden}.hero-text{text-align:center;z-index:10;margin-bottom:4rem}.hero-text h1{color:var(--text-main);font-size:5rem;line-height:1}.hero-carousel-container{justify-content:center;align-items:center;width:100vw;height:400px;display:flex;position:relative}.hero-carousel{justify-content:center;align-items:center;gap:-20px;width:150%;display:flex}.carousel-img{object-fit:cover;opacity:0;filter:blur(15px);border-radius:12px;width:250px;height:350px;margin:0 -20px;transition:transform .5s;animation:1.4s cubic-bezier(.19,1,.22,1) forwards floatUp;position:relative;top:150px;box-shadow:0 20px 40px #00000080}@keyframes floatUp{to{opacity:1;filter:blur();top:0}}.img-1{z-index:1;animation-delay:.1s;transform:translateY(20px)rotate(-5deg)}.img-2{z-index:2;animation-delay:.4s;transform:translateY(-10px)rotate(-2deg)}.img-3{z-index:3;width:300px;height:400px;animation-delay:.7s;transform:translateY(0)rotate(0)}.img-4{z-index:2;animation-delay:.4s;transform:translateY(-10px)rotate(2deg)}.img-5{z-index:1;animation-delay:.1s;transform:translateY(20px)rotate(5deg)}.carousel-img:hover{z-index:10;transform:translateY(-20px)scale(1.05)rotate(0)}@media (width<=768px){.hero-redesign{min-height:auto;padding-top:7rem}.hero-text{margin-bottom:2rem}.hero-text h1{font-size:2.5rem}.hero-carousel-container{width:100vw;height:250px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden}.hero-carousel{width:200%}.carousel-img{width:140px;height:190px;margin:0 -12px}.img-3{width:170px;height:230px;transform:translateY(-15px)}}@media (width<=480px){.hero-text h1{font-size:2rem}.carousel-img{border-radius:8px;width:110px;height:155px;margin:0 -10px}.img-3{width:135px;height:185px;transform:translateY(-10px)}}.about-redesign{align-items:center;gap:5rem;display:flex}.about-image-collage{flex:1;width:100%;max-width:500px;height:550px;min-height:550px;display:block;position:relative}.about-portrait-main{object-fit:cover;border:1px solid var(--border-color);z-index:1;border-radius:20px;width:75%;height:80%;position:absolute;top:0;right:0;box-shadow:0 20px 40px #00000080}.about-portrait-sub{object-fit:cover;border:6px solid var(--bg-dark);z-index:2;filter:brightness(.5);border-radius:16px;width:60%;height:45%;position:absolute;bottom:55px;left:-20px;box-shadow:0 15px 30px #000000b3}.about-name{color:var(--text-main);text-shadow:0 10px 40px #000000e6;pointer-events:none;z-index:3;font-size:7rem;position:absolute;bottom:15px;left:-40px}.about-content{flex:1}.about-heading{margin-bottom:3rem}.about-bullets{margin-bottom:3rem;list-style:none}.about-bullets li{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.bullet-icon{color:var(--text-muted);font-size:1.5rem;line-height:1}.about-bullets p{font-size:1.1rem}.about-links{gap:1rem;display:flex}@media (width<=900px){.about-redesign{flex-direction:column;gap:2rem;margin-top:-4rem;overflow:visible}.about-image-collage{z-index:10;width:85%;height:350px;min-height:350px;margin-left:auto;margin-right:0;display:block;position:relative}.about-portrait-main{object-fit:cover;z-index:1;border-radius:16px;width:80%;height:75%;position:absolute;top:0;right:0}.about-portrait-sub{object-fit:cover;border:4px solid var(--bg-dark);z-index:2;border-radius:12px;width:65%;height:45%;position:absolute;bottom:45px;left:-5%;box-shadow:0 10px 20px #00000080}.about-name{text-shadow:0 5px 20px #000000e6;z-index:3;font-size:5rem;position:absolute;bottom:20px;left:-40px}.about-content{text-align:left}.about-heading,.about-bullets{margin-bottom:1.5rem}.about-bullets li{gap:.75rem;margin-bottom:1rem}.about-bullets p{font-size:.95rem}.bullet-icon{margin-top:2px;font-size:1.1rem}.about-links{justify-content:flex-start}}@media (width<=480px){.about-image-collage{height:280px;min-height:280px}.about-name{font-size:4rem;left:-30px}}.portfolio-redesign{padding-top:4rem;overflow:hidden}.portfolio-header{text-align:center;margin-bottom:4rem}.board-container{width:100%;max-width:1200px;min-height:1200px;margin:0 auto;position:relative}.polaroid{cursor:pointer;width:280px;transition:transform .3s;position:absolute}.polaroid:hover{z-index:20!important;transform:scale(1.05)rotate(0)!important}.pos-1{z-index:1;top:0;left:5%;transform:rotate(-4deg)}.pos-2{z-index:2;top:100px;left:38%;transform:rotate(2deg)}.pos-3{z-index:3;top:20px;right:5%;transform:rotate(-3deg)}.pos-4{z-index:4;top:550px;left:15%;transform:rotate(5deg)}.pos-5{z-index:5;top:600px;right:15%;transform:rotate(-4deg)}.note-1{top:50px;right:-20px;transform:rotate(5deg)}.note-2{bottom:-15px;left:-20px;transform:rotate(-10deg)}.note-3{top:150px;left:-30px;transform:rotate(-15deg)}.sticky-note{color:#222;z-index:10;background:#fdf5a4;padding:15px 20px;font-family:Caveat,cursive;font-size:1.6rem;font-weight:600;line-height:1.1;position:absolute;box-shadow:2px 4px 6px #0003}@media (width<=900px){.board-container{grid-template-columns:1fr 1fr;gap:1.5rem .8rem;min-height:auto;padding:0 2%;display:grid}.polaroid{width:100%;position:relative;top:auto;left:auto;right:auto}.pos-1{margin-top:10px;transform:rotate(-3deg)}.pos-2{margin-top:30px;transform:rotate(2deg)}.pos-3{margin-top:-10px;transform:rotate(-2deg)}.pos-4{margin-top:15px;transform:rotate(4deg)}.pos-5{grid-column:1/-1;width:55%;margin:-5px auto 0;transform:rotate(-3deg)}.sticky-note{padding:8px 12px;font-size:1rem;display:block}.note-1{top:30px;right:-8px}.note-2{bottom:-10px;left:-8px}.note-3{top:80px;left:-12px}.portfolio-header{margin-bottom:2rem}}.polaroid-video{object-fit:cover;width:100%;height:auto;display:block}.process-redesign{align-items:flex-start;gap:4rem;display:flex}.process-header{flex:1;position:sticky;top:100px}.process-intro{max-width:300px}.timeline-container{flex:2;padding:2rem 0;position:relative}.timeline-line{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:20px}.timeline-step{z-index:1;align-items:center;gap:2rem;margin-bottom:6rem;display:flex;position:relative}.step-pin{background:var(--accent-red);border-radius:50%;width:20px;height:20px;box-shadow:0 0 10px #c02d2880}.step-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;max-width:400px;padding:2rem}.step-card h3{color:var(--text-main);margin-bottom:1rem;font-size:1.2rem}.step-2{margin-left:20%}.step-3{margin-left:5%}.step-4{margin-left:15%}.timeline-mobile{display:none}.timeline-desktop{display:block}@media (width<=900px){.process-redesign{flex-direction:column;gap:2rem}.process-header{text-align:center;position:static}.process-intro{max-width:100%;margin:0 auto}.timeline-desktop{display:none}.timeline-mobile{z-index:0;pointer-events:none;opacity:.5;width:80%;height:100%;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline-container{flex-direction:column;gap:2rem;padding:1rem 0;display:flex;position:relative}.timeline-step{z-index:1;margin-bottom:0;display:block;position:relative;margin-left:0!important}.step-pin{background:var(--accent-red);z-index:3;border:2px solid #c02d284d;width:14px;height:14px;position:absolute;top:50%;left:-7px;transform:translateY(-50%);box-shadow:0 0 12px #c02d2899}.step-pin:after{content:"";border:1px solid #c02d2840;border-radius:50%;width:24px;height:24px;position:absolute;top:-5px;left:-5px}.timeline-step:before{display:none}.step-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;max-width:100%;padding:1.2rem 1.4rem 1.2rem 1.8rem}.step-card h3{margin-bottom:.6rem;font-size:1.05rem}.step-card p{font-size:.9rem}.step-2,.step-4{margin-left:8%!important}}.faq-redesign{align-items:flex-start;gap:4rem;display:flex}.faq-header{flex:1}.faq-list{flex-direction:column;flex:2;gap:1rem;display:flex}.faq-item{border:1px solid var(--border-color);cursor:pointer;border-radius:30px;padding:1.5rem 2rem;transition:background .3s}.faq-item:hover{background:var(--bg-card)}.faq-question{justify-content:space-between;align-items:center;display:flex}.faq-question h3{color:var(--text-main);margin:0;font-size:1.1rem}.faq-icon{color:var(--text-muted);font-size:1.5rem}.faq-answer{max-height:0;transition:max-height .3s,margin-top .3s;overflow:hidden}.faq-item.open .faq-answer{max-height:200px;margin-top:1rem}@media (width<=900px){.faq-redesign{flex-direction:column;align-items:stretch;gap:2rem}.faq-header{text-align:center;width:100%}.faq-item{border-radius:20px;padding:1.2rem 1.4rem}.faq-question h3{font-size:.95rem}}.quote-section{text-align:center;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:6rem 20px}.quote-text{max-width:800px;margin:0 auto;font-size:2rem;font-style:italic;font-weight:400;line-height:1.4}@media (width<=768px){.quote-section{padding:4rem 20px}.quote-text{font-size:1.3rem;line-height:1.5}}.footer-redesign{background:var(--bg-card);border-top:1px solid var(--border-color);overflow:hidden}.footer-content-wrap{gap:4rem;padding-bottom:4rem;display:flex}.footer-left{flex:1}.footer-left h2{margin-bottom:1rem}.footer-left>p{margin-bottom:3rem}.contact-cards{flex-direction:column;gap:1rem;display:flex}.contact-card{border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;display:flex}.card-icon{color:var(--text-muted);font-size:1.5rem}.contact-card h4{color:var(--text-muted);font-size:.9rem;font-family:var(--font-sans);text-transform:uppercase;margin-bottom:.2rem}.contact-card p{color:var(--text-main);font-size:1rem}.footer-right{flex:1}.contact-form{background:var(--bg-dark);border:1px solid var(--border-color);border-radius:12px;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem;display:block}.form-group input,.form-group textarea{border:1px solid var(--border-color);width:100%;color:var(--text-main);font-family:var(--font-sans);background:0 0;border-radius:8px;padding:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--text-main);outline:none}.w-100{width:100%}.footer-bottom{border-top:1px solid var(--border-color);text-align:center;padding:2rem 5%}.giant-logo-container{width:100%;margin:2rem 0;display:inline-block;position:relative;overflow:hidden}.giant-logo{letter-spacing:-2px;text-transform:uppercase;font-size:11vw;line-height:1;font-family:var(--font-sans);background:linear-gradient(#fff 0%,#666 100%);-webkit-text-fill-color:transparent;white-space:nowrap;-webkit-background-clip:text;justify-content:center;align-items:center;font-weight:800;display:flex;position:relative}.decor-underline{position:relative}.decor-underline:after{content:"";background:#888;width:100%;height:6px;position:absolute;bottom:5px;left:0}.decor-slash{position:relative}.decor-slash:before{content:"";background:#999;width:4px;height:120%;position:absolute;top:-10%;left:110%;transform:rotate(35deg)translate(-50%);box-shadow:2px 2px 10px #00000080}.decor-asterisk-wrapper{position:relative}.floating-asterisk{color:#fff;-webkit-text-fill-color:#fff;font-size:5vw;line-height:1;position:absolute;top:-1vw;right:-2.5vw;transform:rotate(15deg)}.footer-legal{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;justify-content:space-between;font-size:.8rem;display:flex}.back-to-top{cursor:pointer;transition:color .3s}.back-to-top:hover{color:var(--text-main)}@media (width<=900px){.footer-content-wrap{flex-direction:column;gap:2.5rem;padding-bottom:3rem}.footer-left h2{font-size:2rem}.footer-left>p{margin-bottom:2rem}.contact-card{padding:1rem}.contact-card p{font-size:.9rem}.contact-form{padding:1.5rem}.form-group input,.form-group textarea{padding:.8rem}.footer-legal{text-align:center;flex-direction:column;align-items:center;gap:.8rem}.footer-legal p{font-size:.7rem}.giant-logo{font-size:13vw}.floating-asterisk{font-size:6vw;top:-1vw;right:-3vw}.footer-bottom{padding:1.5rem 5%}.giant-logo-container{margin:1rem 0}}@media (width<=480px){.giant-logo{font-size:11vw}.contact-form{padding:1.2rem}}.tattoo-machine-icon{pointer-events:none;width:30px;height:auto;position:absolute;top:-15px;right:-25px;transform:rotate(15deg)}.avidz-link{color:var(--text-main);margin-left:5px;font-weight:800;text-decoration:none;position:relative}.tattoo-machine-gif{opacity:0;pointer-events:none;width:60px;height:auto;transition:opacity .3s;position:absolute;bottom:-15px;right:-45px}.avidz-link:hover .tattoo-machine-gif{opacity:.3}
