:root{--primary:#d4a5a5;--primary-dark:#b88888;--secondary:#f5e6e0;--accent:#e8c4c4;--text-dark:#4a3f3f;--text-light:#7a6b6b;--white:#fff;--cream:#fdf8f5;--rose:#f4d9d9;--gold:#c9a961;--black:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{background:var(--cream);color:var(--text-dark);font-family:Inter,sans-serif}h1,h2,h3,h4{font-family:Playfair Display,serif}.phone-frame{background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border-radius:50px;width:280px;height:560px;margin:0 auto;padding:14px;transition:all .4s;position:relative;box-shadow:0 30px 60px -15px #00000080,0 0 0 3px #333,inset 0 0 0 2px #222}.phone-frame:before{content:"";background:var(--black);z-index:10;border-radius:0 0 20px 20px;width:100px;height:28px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.phone-frame:after{content:"";z-index:11;background:#0a0a0a;border-radius:50%;width:10px;height:10px;position:absolute;top:22px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 3px #333,0 0 1px #444}.phone-screen{background:linear-gradient(135deg,#fce4ec,#f3e5f5,#e8eaf6);border-radius:38px;width:100%;height:100%;position:relative;overflow:hidden}.phone-screen img{object-fit:cover;width:100%;height:100%;transition:opacity .3s}.phone-screen .placeholder{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 50%, var(--rose) 100%);width:100%;height:100%;color:var(--white);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex}.phone-screen .placeholder-icon{opacity:.9;margin-bottom:1rem;font-size:4rem}.phone-screen .placeholder-text{opacity:.95;font-size:.9rem;font-weight:500}.phone-notch{background:var(--black);z-index:5;border-radius:0 0 22px 22px;width:130px;height:30px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-home-indicator{z-index:10;background:#fff9;border-radius:3px;width:130px;height:5px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.phone-side-button{background:linear-gradient(90deg,#3a3a3a,#2a2a2a);border-radius:3px;position:absolute}.phone-side-button-left{width:4px;height:35px;top:120px;left:-3px}.phone-side-button-right{width:4px;height:60px;top:100px;right:-3px}.phone-side-button-bottom{width:4px;height:60px;top:170px;right:-3px}.navbar{z-index:1000;backdrop-filter:blur(20px);background:#fdf8f5f2;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 20px #d4a5a526}.logo{color:var(--primary-dark);letter-spacing:-.5px;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600;text-decoration:none}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--text-dark);padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.nav-links a:hover{color:var(--primary-dark)}.flower-ornament{z-index:1;pointer-events:none;filter:drop-shadow(0 8px 12px #d4a5a54d);animation:6s ease-in-out infinite float;position:absolute}.flower-1{opacity:.9;font-size:3.5rem;animation-delay:0s;top:15%;left:10%}.flower-2{opacity:.6;font-size:2.5rem;animation-delay:1.5s;top:20%;right:15%}.flower-3{opacity:.7;font-size:4rem;animation-delay:3s;bottom:20%;left:15%}.flower-4{opacity:.5;font-size:2rem;animation-delay:1s;top:50%;right:10%}.flower-img-1{opacity:.8;font-size:3rem;animation-delay:.5s;top:10%;right:25%}.flower-img-2{opacity:.9;font-size:4.5rem;animation-delay:2s;bottom:15%;right:20%}.flower-img-3{opacity:.6;font-size:2.5rem;animation-delay:1.2s;top:40%;left:20%}@keyframes float{0%{transform:translateY(0)rotate(0)scale(1)}50%{transform:translateY(-20px)rotate(15deg)scale(1.05)}to{transform:translateY(0)rotate(0)scale(1)}}@media (width<=968px){.flower-ornament{font-size:2rem!important}.flower-3,.flower-img-2{font-size:2.5rem!important}.flower-4,.flower-img-3{display:none}}.scroll-reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.scroll-reveal.delay-1{transition-delay:.1s}.scroll-reveal.delay-2{transition-delay:.2s}.scroll-reveal.delay-3{transition-delay:.3s}.hero{background:var(--cream);text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100dvh;min-height:100dvh;padding:80px 2rem 2rem;display:flex;position:relative;overflow:hidden}.hero-image{z-index:2;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.hero-image-wrapper{aspect-ratio:1344/1818;justify-content:center;align-items:center;width:auto;height:clamp(250px,45dvh,400px);margin-bottom:1.5rem;display:flex;position:relative}.hero-image-wrapper:before{content:"";z-index:1;pointer-events:none;background:radial-gradient(circle,#d4a5a580 0%,#d4a5a500 70%);border-radius:50%;width:95%;height:95%;position:absolute;bottom:-5%}.hero-profile-img{object-fit:contain;object-position:bottom;z-index:2;width:100%;height:100%;box-shadow:none;filter:drop-shadow(0 10px 25px #d4a5a54d);border:none;border-radius:0;position:relative;mask-image:radial-gradient(50% 50%,#000 85%,#0000 100%)}.hero-image-placeholder{background:linear-gradient(135deg, var(--primary), var(--accent));border:8px solid var(--white);border-radius:30px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:0 30px 60px #0003}.hero-image-placeholder-icon{opacity:.8;font-size:4rem}.hero-image-placeholder-text{color:var(--white);opacity:.9;margin-top:1rem;font-size:1.2rem;font-weight:600}.hero-social{z-index:20;gap:1rem;display:flex}.social-icon{background:var(--white);width:50px;height:50px;color:var(--primary-dark);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 20px #d4a5a526}.social-icon:hover{background:var(--primary);color:var(--white);transform:translateY(-5px);box-shadow:0 8px 25px #d4a5a54d}.wa-link{color:var(--primary-dark);align-items:center;gap:.5rem;font-weight:700;text-decoration:none;transition:color .3s;display:inline-flex}.wa-link:hover{color:var(--primary);text-decoration:underline}.hero-content{z-index:2;flex-direction:column;align-items:center;max-width:800px;margin-bottom:3rem;display:flex;position:relative}.hero-badge{background:linear-gradient(135deg, var(--secondary), var(--rose));color:var(--primary-dark);letter-spacing:.5px;border-radius:50px;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-block}.hero-name{color:var(--text-dark);letter-spacing:-2px;margin-bottom:.5rem;font-size:4.5rem;font-weight:700;line-height:1.1}.hero-title{color:var(--primary-dark);letter-spacing:2px;text-transform:uppercase;white-space:nowrap;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1.2rem;font-weight:500;display:inline-block;position:relative}.hero-title:after{content:"";background:var(--cream);border-left:2px solid var(--primary-dark);animation:2.5s steps(28,end) .5s forwards typing,1s step-end infinite blink-caret;position:absolute;inset:0 -2px 0 0}@keyframes typing{to{left:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:var(--primary-dark)}}.hero-stats{justify-content:center;gap:3rem;margin-bottom:2rem;display:flex}.stat{text-align:center}.stat-number{color:var(--primary-dark);font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;line-height:1}.stat-label{color:var(--text-light);text-transform:uppercase;letter-spacing:2px;margin-top:.5rem;font-size:.75rem;font-weight:500}.hero-bio{color:var(--text-light);max-width:500px;margin-top:2rem;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.hero-email{color:var(--white);background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;animation:2s infinite pulse-cta;display:inline-flex}.hero-email:hover{animation:none;transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px #d4a5a566}@keyframes pulse-cta{0%{transform:scale(1);box-shadow:0 0 #d4a5a599}70%{transform:scale(1.03);box-shadow:0 0 0 15px #d4a5a500}to{transform:scale(1);box-shadow:0 0 #d4a5a500}}.highlights{background:var(--white);border-top:1px solid var(--secondary);padding:1.25rem 0;overflow:hidden}.highlights-container{max-width:900px;margin:0 auto;padding:.25rem 0;position:relative;overflow:hidden;mask-image:linear-gradient(90deg,#0000,#fff 15% 85%,#0000)}.highlights-track{gap:2.5rem;width:max-content;animation:25s linear infinite marquee-scroll;display:flex}.highlights-track:hover{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.highlight-item{text-align:center;cursor:pointer;flex-shrink:0;transition:transform .3s}.highlight-item:hover{transform:translateY(-3px)}.highlight-circle{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:50%;width:58px;height:58px;margin:0 auto .4rem;padding:2px}.highlight-circle-inner{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;display:flex}.highlight-name{color:var(--text-light);font-size:.7rem;font-weight:500}.about{background:var(--cream);padding:2.5rem 2rem}.about-container{grid-template-columns:1fr 1.2fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.about-image{justify-content:center;display:flex;position:relative}.about-img{aspect-ratio:1;object-fit:cover;border:5px solid var(--white);border-radius:20px;width:100%;max-width:380px;box-shadow:0 20px 40px #0000001f}.about-img-placeholder{aspect-ratio:1;background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 50%, var(--rose) 100%);border:5px solid var(--white);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:380px;display:flex;box-shadow:0 20px 40px #0000001f}.about-img-placeholder-icon{opacity:.8;font-size:4rem}.about-img-placeholder-text{color:var(--white);opacity:.9;margin-top:.75rem;font-size:1rem;font-weight:600}.about-content h2{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:.75rem;font-size:2.2rem}.about-content p{color:var(--text-light);margin-bottom:.75rem;font-size:.95rem;line-height:1.7}.about-stats{flex-wrap:wrap;gap:2rem;margin-top:1.25rem;display:flex}.about-stat{text-align:center;flex-direction:column;align-items:center;gap:.25rem;min-width:100px;display:flex}.about-stat-icon{width:22px;height:22px;color:var(--primary-dark);margin-bottom:.15rem}.about-stat-number{color:var(--primary-dark);font-family:Playfair Display,serif;font-size:1.6rem;font-weight:700;line-height:1.2}.about-stat-label{color:var(--text-light);text-transform:uppercase;letter-spacing:1.5px;font-size:.65rem;font-weight:600}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.2rem}.section-header p{color:var(--text-light);max-width:600px;margin:0 auto;font-size:.95rem}.gallery{background:var(--white);padding:2.5rem 2rem}.gallery-header{text-align:center;margin-bottom:1.5rem}.gallery-header h2{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:.4rem;font-size:2.2rem}.gallery-header p{color:var(--text-light);font-size:.9rem}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:170px;gap:.75rem;max-width:1100px;margin:0 auto;transition:all .3s;display:grid}.gallery-item{cursor:pointer;border-radius:14px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 8px 20px #0000000d}.gallery-item:first-child{grid-area:span 2/span 2}.gallery-item:nth-child(6){grid-column:span 2}.gallery-item:nth-child(9){grid-column:span 4}.gallery-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.gallery-item:hover img{transform:scale(1.08)}.gallery-item .gallery-overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000,#0000008c);padding:1.2rem;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item .gallery-overlay span{color:#fff;font-size:.8rem;font-weight:500}.gallery-grid:not(.show-all) .gallery-item:nth-child(n+6){display:none}@media (width<=768px){.gallery-grid{grid-auto-rows:95px;gap:.5rem}.gallery-item{border-radius:10px}}.gallery-actions{justify-content:center;margin-top:2.5rem;display:flex}.gallery-btn{background:var(--white);border:2px solid var(--secondary);color:var(--text-dark);cursor:pointer;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #d4a5a51a}.gallery-btn:hover{background:var(--primary);border-color:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 20px #d4a5a540}.gallery-btn .btn-icon{width:16px;height:16px;transition:transform .3s}.gallery-btn.expanded .btn-icon{transform:rotate(180deg)}.portfolio{background:var(--cream);padding:3rem 2rem}.portfolio .section-header{margin-bottom:1.5rem}.portfolio .section-header h2{margin-bottom:.35rem;font-size:2rem}.portfolio .section-header p{font-size:.95rem}.portfolio-categories{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.category-btn{background:var(--white);border:2px solid var(--secondary);color:var(--text-dark);cursor:pointer;border-radius:50px;padding:.6rem 1.5rem;font-size:.85rem;font-weight:600;transition:all .3s}.category-btn:hover,.category-btn.active{background:var(--primary);border-color:var(--primary);color:var(--white)}.portfolio-grid{grid-template-columns:repeat(7,1fr);gap:.75rem;max-width:1100px;margin:0 auto;display:grid}.portfolio-item{cursor:pointer;transition:transform .3s;position:relative}.portfolio-item:hover{transform:translateY(-4px)}.portfolio-thumb{aspect-ratio:9/16;background:#1a1a1a;border-radius:8px;position:relative;overflow:hidden}.portfolio-thumb-bg{background:linear-gradient(160deg,#2a2a2a 0%,#111 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex}.portfolio-play{background:#0000008c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.portfolio-item:hover .portfolio-play{background:#000c}.portfolio-play svg{fill:#fff;width:12px;height:12px;margin-left:2px}.portfolio-label{text-align:center;border-bottom:2px solid #e53e3e;margin-top:.3rem;padding-bottom:.3rem}.portfolio-brand{color:var(--text-dark);text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;font-weight:700;overflow:hidden}.portfolio-item{transition:transform .3s,opacity .3s}.portfolio-item.hidden{display:none}.brands{background:var(--white);border-top:1px solid var(--secondary);padding:2.5rem 2rem}.brands .section-header{margin-bottom:1.5rem}.brands .section-header h2{margin-bottom:.25rem;font-size:1.6rem}.brands .section-header p{font-size:.9rem}.brands-grid{flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:1000px;margin:0 auto;display:flex}.brand-item{background:var(--cream);cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1.25rem;transition:all .3s;display:flex}.brand-item img{object-fit:contain;width:auto;max-width:120px;height:32px}.brand-item:hover{background:var(--white);border-color:var(--primary);transform:translateY(-3px);box-shadow:0 8px 20px #d4a5a533}@media (width>=969px){.brand-item{padding:1rem 1.75rem}.brand-item img{max-width:160px;height:40px}}.contact{background:linear-gradient(135deg, var(--primary-dark), var(--primary));color:var(--white);padding:3.5rem 2rem;position:relative;overflow:hidden}.contact:before{content:"";background:#ffffff14;border-radius:50%;width:400px;height:400px;position:absolute;top:-30%;right:-10%}.contact-container{text-align:center;z-index:2;max-width:900px;margin:0 auto;position:relative}.contact h2{letter-spacing:-.5px;margin-bottom:.35rem;font-family:Playfair Display,serif;font-size:2rem}.contact>.contact-container>p{opacity:.9;margin-bottom:1.75rem;font-size:.95rem}.contact-info{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.contact-item{backdrop-filter:blur(10px);color:var(--white);cursor:pointer;background:#ffffff1f;border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:.85rem;padding:.75rem 1.35rem;text-decoration:none;transition:all .3s;display:flex}.contact-item:hover{background:#ffffff2e;transform:translateY(-2px)}.contact-item-icon{font-size:1.2rem}.contact-item-text{text-align:left}.contact-item-text span{opacity:.85;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:500;display:block}.contact-item-text strong{font-size:.9rem;font-weight:600}.contact-cta{background:var(--white);color:var(--primary-dark);border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #0000001a}.contact-cta:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003}.contact-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.cta-icon{fill:currentColor;width:18px;height:18px}.footer{background:var(--text-dark);color:var(--white);text-align:center;border-top:1px solid #ffffff0d;padding:2.5rem 2rem}.footer-logo{letter-spacing:-.3px;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:1.35rem}.footer-links{justify-content:center;gap:1.75rem;margin-bottom:1.25rem;display:flex}.footer-links a{color:var(--white);opacity:.7;font-size:.85rem;text-decoration:none;transition:opacity .3s}.footer-links a:hover{opacity:1}.footer-copy{opacity:.4;font-size:.75rem}@media (width<=1200px){.portfolio-grid{grid-template-columns:repeat(5,1fr)}}@media (width<=968px){.hero{padding-top:80px;padding-bottom:2rem}.hero-name{font-size:3.5rem}.hero-image-wrapper{width:auto;height:clamp(200px,40dvh,320px)}.about-container{grid-template-columns:1fr;gap:3rem}.about-img,.about-img-placeholder{width:100%;max-width:320px;height:auto}.about-stats{justify-content:center}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.brands-grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}}@media (width<=600px){.hero{flex-direction:column;justify-content:center;gap:.5rem;height:100dvh;min-height:100dvh;padding:70px 1rem 1.5rem;display:flex}.hero-content{margin-bottom:.5rem}.hero-badge{letter-spacing:.3px;margin-bottom:.75rem;padding:.4rem 1rem;font-size:.75rem}.hero-name{letter-spacing:-1px;margin-bottom:.25rem;font-size:2.4rem}.hero-title{letter-spacing:1.5px;margin-bottom:.5rem;font-size:.85rem}.hero-image-wrapper{width:auto;height:clamp(160px,38dvh,260px);margin-bottom:.5rem}.hero-profile-img{box-shadow:none;filter:drop-shadow(0 12px 25px #d4a5a54d);border:none;border-radius:0}.hero-image-placeholder{border-width:4px;border-radius:20px}.hero-social{gap:.75rem}.social-icon{width:36px;height:36px;box-shadow:0 3px 12px #d4a5a51a}.social-icon svg{width:15px;height:15px}.hero-bio{margin-top:.75rem;margin-bottom:.75rem;font-size:.85rem;line-height:1.5}.hero-email{gap:.5rem;padding:.65rem 1.5rem;font-size:.85rem}.hero-email svg{width:16px;height:16px}.flower-ornament{opacity:.45!important;font-size:1.3rem!important;display:block!important}.flower-1{top:12%;left:4%}.flower-2{top:15%;right:4%}.flower-3{bottom:15%;left:4%}.flower-4{bottom:18%;right:4%}.flower-img-1,.flower-img-2,.flower-img-3{display:none!important}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:.4rem}.brands-grid{grid-template-columns:1fr}.contact-info{flex-direction:column;align-items:center}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate{animation:.8s forwards fadeInUp}.floating-wa{z-index:1000;background:linear-gradient(135deg, var(--primary), var(--accent));width:60px;height:60px;color:var(--white);white-space:nowrap;border-radius:50%;justify-content:center;align-items:center;gap:0;padding:0;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 30px #d4a5a580}.floating-wa svg{flex-shrink:0;width:26px;height:26px;transition:transform .3s}.floating-wa-text{opacity:0;width:0;font-size:.95rem;font-weight:600;transition:width .4s,opacity .3s,margin-left .4s;overflow:hidden}@media (width>=769px){.floating-wa:hover{border-radius:50px;width:210px;padding:0 1.5rem;transform:translateY(-5px);box-shadow:0 12px 35px #d4a5a5b3}.floating-wa:hover .floating-wa-text{opacity:1;width:140px;margin-left:.5rem}.floating-wa:hover svg{transform:rotate(10deg)scale(1.1)}}@media (width<=768px){.floating-wa{width:54px;height:54px;animation:2s infinite wa-pulse;bottom:2rem;right:1.5rem}}@keyframes wa-pulse{0%{transform:scale(1);box-shadow:0 0 #d4a5a599}70%{transform:scale(1.05);box-shadow:0 0 0 12px #d4a5a500}to{transform:scale(1);box-shadow:0 0 #d4a5a500}}@media (width<=768px){.navbar{display:none}}.nav-links a.active{color:var(--primary-dark);font-weight:600}.nav-links a.active:after{width:100%}.mobile-nav{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#fdf8f5d9;border:1.5px solid #d4a5a559;border-radius:30px;justify-content:space-around;align-items:center;width:90%;max-width:400px;padding:.75rem 1rem;transition:all .3s;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #d4a5a540}.mobile-nav-item{color:var(--text-light);flex-direction:column;align-items:center;gap:.25rem;font-size:.65rem;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.mobile-nav-item svg{fill:currentColor;width:20px;height:20px;transition:transform .3s}.mobile-nav-item.active{color:var(--primary-dark);font-weight:700}.mobile-nav-item.active svg{color:var(--primary);transform:scale(1.15)}@media (width>=769px){.mobile-nav{display:none}}
