@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap";.global-background{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}.global-background__3d-atom{width:100%;height:100%}.global-background__3d-atom canvas{display:block;width:100%!important;height:100%!important}@media (max-width: 768px){.global-background__3d-atom{opacity:.7}}.dynamic-island{position:fixed;bottom:30px;left:50%;margin-left:-30px;z-index:1000;width:60px;height:60px;background:none;border:none;box-shadow:none;display:flex;align-items:center;gap:15px;padding:0;transform-style:preserve-3d;perspective:2000px;will-change:transform,width,margin-left;transition:width .8s cubic-bezier(.25,.46,.45,.94),margin-left .8s cubic-bezier(.25,.46,.45,.94)}.dynamic-island.expanded{width:auto;min-width:650px;margin-left:-325px}.dynamic-island .floating-block{background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:30px;border:1.5px solid rgba(255,255,255,.12);transition:all .3s cubic-bezier(.25,.46,.45,.94)}.dynamic-island .floating-block:hover{border-color:#ffffff2e;transform:translateY(-5px);box-shadow:0 8px 25px #8b73554d}.dynamic-island .hamburger-block{width:60px;height:60px;min-width:60px;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d;will-change:transform,opacity}.dynamic-island .menu-block{height:60px;padding:0 20px;display:flex;align-items:center;justify-content:center;min-width:120px;transform-style:preserve-3d;perspective:1000px;will-change:transform,opacity,filter}.dynamic-island__hamburger{background:none;border:none;cursor:pointer;width:100%;height:100%;border-radius:30px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.dynamic-island__hamburger:hover{background:#ffffff14}.dynamic-island__hamburger:active{background:#ffffff1f;transform:scale(.95)}.dynamic-island__hamburger-lines{display:flex;flex-direction:column;gap:4px;width:18px;height:14px;justify-content:center;align-items:center}.dynamic-island__line{width:18px;height:2px;background:#fffffff2;border-radius:2px;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform-origin:center;box-shadow:0 1px 2px #0003}.dynamic-island__menu{display:none;gap:15px;opacity:0}.dynamic-island.expanded .dynamic-island__menu{display:flex;opacity:1}.dynamic-island__menu-item{background:none;border:none;border-radius:30px;padding:0;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;gap:.5rem;white-space:nowrap;position:relative;overflow:hidden;width:100%;height:100%;justify-content:center;opacity:0}.dynamic-island.expanded .dynamic-island__menu-item{opacity:1}.dynamic-island__menu-item:active{background:#ffffff1f;transform:scale(.95)}.dynamic-island__icon{font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94);filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));opacity:1;color:#fffffff2}.dynamic-island__label{color:#fffffff2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.3px;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-shadow:0 1px 2px rgba(0,0,0,.5);display:block;white-space:nowrap;opacity:1}@media (max-width: 1024px){.dynamic-island{bottom:20px}.dynamic-island__menu-item{padding:.5rem 1rem;min-width:60px;border-radius:15px}.dynamic-island__label{font-size:.75rem}.dynamic-island__icon{font-size:1rem}}@media (max-width: 768px){.dynamic-island{width:50px;height:50px;min-width:50px;border-radius:25px;bottom:20px;flex-direction:column-reverse;gap:10px;align-items:center}.dynamic-island.expanded{height:auto;width:50px;margin-left:-25px}.dynamic-island .hamburger-block{width:50px;height:50px;order:2;position:relative}.dynamic-island .menu-block{width:50px;height:50px;padding:0;order:1;display:flex;align-items:center;justify-content:center;position:relative}.dynamic-island__hamburger{width:50px;height:50px;border-radius:25px}.dynamic-island__hamburger-lines{width:16px;height:12px;gap:3px}.dynamic-island__line{width:16px;height:1.5px}.dynamic-island__menu{flex-direction:column-reverse;gap:10px;position:absolute;bottom:70px;left:50%;transform:translate(-50%)}.dynamic-island__menu-item{padding:.5rem;border-radius:25px;width:50px;height:50px;min-width:50px;display:flex;align-items:center;justify-content:center}.dynamic-island__label{display:none}.dynamic-island__icon{font-size:1.1rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__background{position:absolute;inset:0;background:linear-gradient(135deg,#f5ecdfcc,#eddcc2cc,#d7bd98cc)}.hero__background:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(139,115,85,.1) 0%,transparent 70%);animation:rotate 20s linear infinite}.hero__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;max-width:1200px;width:100%}.hero__content{position:relative;z-index:2;text-align:left}.hero__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,8vw,5rem);font-weight:600;color:#3c2f1c;margin-bottom:1.5rem;line-height:1.1}.hero__title span{background:linear-gradient(135deg,#7c5e3c,#c2a98b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero__title span:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:3px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);transform:scaleX(0);animation:underlineExpand 2s ease-out 2s forwards}.hero__subtitle{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:300;color:#7c6f57;margin-bottom:2rem;letter-spacing:1px}.hero__description{font-size:clamp(1rem,2vw,1.2rem);color:#7c6f57;margin-bottom:3rem;line-height:1.8;max-width:500px}.hero__cta{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;border:none;border-radius:50px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.hero__cta:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8b73554d}.hero__cta:hover:before{left:100%}.hero__cta:hover .hero__cta-arrow{transform:translate(5px)}.hero__cta:active{transform:translateY(-1px)}.hero__cta-arrow{font-size:1.3rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hero__widget{position:relative;display:flex;justify-content:center;align-items:center;height:500px}.hero__card{position:relative;width:400px;height:400px;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;overflow:hidden;cursor:pointer;transform-style:preserve-3d;perspective:1000px;box-shadow:0 20px 40px #8b73551a;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero__card:hover{box-shadow:0 30px 60px #8b735533}.hero__card-header{display:flex;align-items:center;gap:8px;padding:1.5rem;background:#0000000d;border-bottom:1px solid rgba(255,255,255,.1)}.hero__card-dot{width:12px;height:12px;border-radius:50%}.hero__card-dot--red{background:#ff5f57}.hero__card-dot--yellow{background:#ffbd2e}.hero__card-dot--green{background:#28ca42}.hero__card-content{padding:2rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.8;background:linear-gradient(145deg,#ffffff05,#ffffff0d);position:relative}.hero__code-line{margin-bottom:8px;padding:2px 4px;border-radius:3px;transition:all .2s ease;position:relative}.hero__code-line:hover{background:#8b73550d;transform:translate(2px)}.hero__code-line--indent{margin-left:20px}.hero__code-line:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:2px;height:0;background:linear-gradient(135deg,#7c5e3c,#c2a98b);transition:height .3s ease}.hero__code-line:hover:before{height:80%}.hero__code-keyword{color:#7c5e3c;font-weight:600}.hero__code-variable{color:#c2a98b}.hero__code-operator{color:#7c6f57}.hero__code-string{color:#2d5a27}.hero__code-function{color:#7c5e3c;font-weight:500}.hero__code-bracket{color:#7c6f57}.hero__code-comment{color:#6a994e;font-style:italic;opacity:.8;font-weight:400;position:relative}.hero__code-comment:before{content:"";position:absolute;left:0;top:0;width:0;height:100%;background:#6a994e1a;transition:width .3s ease}.hero__code-comment:hover{opacity:1;color:#588c3e}.hero__code-comment:hover:before{width:100%}.hero__orbs{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero__orb{position:absolute;border-radius:50%;background:linear-gradient(135deg,#8b735599,#65513a66);box-shadow:0 10px 20px #8b735533;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__orb--1{width:60px;height:60px;top:20%;left:10%;animation-delay:0s}.hero__orb--2{width:40px;height:40px;top:60%;left:80%;animation-delay:.5s}.hero__orb--3{width:80px;height:80px;top:10%;right:15%;animation-delay:1s}.hero__orb--4{width:30px;height:30px;bottom:30%;left:20%;animation-delay:1.5s}.hero__orb--5{width:50px;height:50px;bottom:20%;right:25%;animation-delay:2s}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes underlineExpand{to{transform:scaleX(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@media (max-width: 1024px){.hero__wrapper{gap:2rem}.hero__card{width:300px;height:350px}.hero__card-content{font-size:13px}}@media (max-width: 768px){.hero__wrapper{grid-template-columns:1fr;gap:2rem;text-align:center}.hero__content{text-align:center;order:2}.hero__widget{order:1;height:300px}.hero__card{width:280px;height:320px}.hero__card-content{padding:1.5rem;font-size:12px}.hero__orb--1{width:40px;height:40px;top:15%;left:5%}.hero__orb--2{width:30px;height:30px;top:12%;right:8%}.hero__orb--3{width:50px;height:50px;top:8%;right:10%}.hero__orb--4{width:25px;height:25px;bottom:25%;left:8%}.hero__orb--5{width:35px;height:35px;bottom:15%;right:12%}.hero__cta{padding:1rem 2rem;font-size:1rem}}.about{padding:4rem 0;background:linear-gradient(180deg,#f5ecdfcc,#fffc);position:relative}.about__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600;color:#3c2f1c;text-align:center;margin-bottom:4rem;position:relative}.about__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:2px}.about__content-wrapper{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}@media (max-width: 1024px){.about__content-wrapper{grid-template-columns:1fr;gap:3rem;text-align:center}}.about.hero .hero__container{display:flex;flex-direction:column;gap:3rem;min-height:auto;padding:0}@media (min-width: 1025px){.about.hero .hero__container{flex-direction:row;align-items:flex-start;gap:4rem;min-height:80vh;padding:3rem 0}}@media (max-width: 768px){.about.hero .hero__container{flex-direction:column;align-items:center;gap:2rem;min-height:105rem;padding:3rem 2rem}}.about.hero .hero__widget{order:2;width:100%;display:flex;justify-content:center;align-items:flex-start}@media (min-width: 1025px){.about.hero .hero__widget{flex:0 0 45%;order:1}}.about.hero .hero__text{order:1;width:100%;text-align:center;padding:0}@media (min-width: 1025px){.about.hero .hero__text{flex:1;padding-left:2rem;text-align:left;order:2}}.about__content{display:flex;flex-direction:column;gap:2rem;width:100%}.about__description{font-size:1.1rem;line-height:1.8;color:#7c6f57;margin-bottom:1.5rem;text-align:center}.about__description:last-of-type{margin-bottom:3rem}@media (min-width: 1025px){.about__description{text-align:left}}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}@media (max-width: 768px){.about__stats{grid-template-columns:1fr;gap:1.5rem}}.about__stat{text-align:center;padding:1.5rem;background:#8b73551a;border-radius:15px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.about__stat:hover{background:#8b735526;border-color:#8b735533;transform:translateY(-5px)}.about__stat-number{display:block;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600;color:#7c5e3c;margin-bottom:.5rem}.about__stat-label{font-size:.9rem;color:#7c6f57;font-weight:500}.about__image{position:relative;display:flex;justify-content:center;align-items:center}@media (max-width: 1024px){.about__image{order:-1}}.about__image-placeholder{width:300px;height:400px;background:linear-gradient(135deg,#ead7b7,#c2a98b);border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 20px 40px #8b735533;transition:all .3s cubic-bezier(.4,0,.2,1)}.about__image-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translate(-100%);transition:transform .8s ease}.about__image-placeholder:hover{transform:translateY(-10px) rotate(2deg);box-shadow:0 30px 60px #8b73554d}.about__image-placeholder:hover:before{transform:translate(100%)}.about__image-placeholder span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.2rem;font-weight:500;color:#fff;z-index:1}@media (max-width: 768px){.about__image-placeholder{width:250px;height:320px}}.about-widget{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem;min-height:600px;width:100%;max-width:400px;margin:0 auto;z-index:10}@media (min-width: 1025px){.about-widget{gap:2rem;padding:1.5rem;min-height:500px;max-width:500px}}.about-widget__timeline-selector{display:flex;gap:1rem;background:#ffffffe6;padding:.5rem;border-radius:25px;box-shadow:0 4px 20px #8b73551a;z-index:10;position:relative}.about-widget__tab{padding:1rem 2rem;border:none;border-radius:20px;background:transparent;color:#7c6f57;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.about-widget__tab.active{background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;box-shadow:0 4px 15px #8b73554d}.about-widget__tab:not(.active):hover{background:#8b73551a;color:#3c2f1c}.about-widget__timeline{position:relative;z-index:10;max-width:450px;width:100%;margin-top:1.5rem}.about-widget__timeline-content{position:relative;padding-left:3rem}.about-widget__timeline-content:before{content:"";position:absolute;left:47px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#7c5e3c,#c2a98b);border-radius:1px}.about-widget__timeline-item{position:relative;display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;margin-left:-20px}.about-widget__timeline-item:last-child{margin-bottom:0}.about-widget__timeline-marker{position:relative;width:40px;height:40px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #8b73554d}.about-widget__timeline-marker:after{content:"";width:16px;height:16px;background:#fff;border-radius:50%}.about-widget__timeline-card{background:#fff6;padding:1rem;border-radius:15px;box-shadow:0 8px 25px #8b73551a;flex:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(139,115,85,.1);transition:all .3s cubic-bezier(.4,0,.2,1);width:100%;max-width:280px}@media (min-width: 1025px){.about-widget__timeline-card{padding:1.5rem;max-width:320px}}.about-widget__timeline-card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #8b735526}.about-widget__timeline-year{display:inline-block;background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;padding:.5rem 1rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-bottom:.5rem}.about-widget__timeline-title{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:600;color:#3c2f1c;margin-bottom:4px;line-height:1.3}.about-widget__timeline-institution{font-size:1rem;font-weight:500;color:#7c5e3c;margin-bottom:.5rem}.about-widget__timeline-description{font-size:.8rem;line-height:1.5;color:#7c6f57;margin-bottom:.5rem}@media (min-width: 1025px){.about-widget__timeline-description{font-size:.9rem;line-height:1.6;margin-bottom:1rem}}.about-widget__timeline-meta{display:block;font-size:.75rem;color:#7c6f57;font-weight:500;margin-top:.5rem;font-style:italic}@media (min-width: 1025px){.about-widget__timeline-meta{font-size:.8rem}}.about-widget__timeline-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.about-widget__tech-tag{background:#8b73551a;color:#7c5e3c;padding:.5rem 1rem;border-radius:6px;font-size:.7rem;font-weight:600;border:1px solid rgba(139,115,85,.2)}@media (min-width: 1025px){.about-widget__tech-tag{border-radius:8px;font-size:.75rem}}.about-widget__read-more-link{color:#7c5e3c;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:.5rem;display:inline-block;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.about-widget__read-more-link:hover{color:#5a442b;text-decoration-color:#7c5e3c;transform:translate(2px)}@media (max-width: 1024px){.about-widget{min-height:700px;padding:1rem}.about-widget__timeline{max-width:100%}.about-widget__timeline-content:before{left:20px}.about-widget__timeline-marker{width:30px;height:30px}.about-widget__timeline-marker:after{width:12px;height:12px}.about-widget__timeline-card{padding:1.5rem}.about-widget__3d-container{opacity:.2}.about-widget__3d-atom{width:300px;height:300px}}@media (max-width: 768px){.about-widget{min-height:650px;padding:1rem}.about-widget__timeline-selector{width:100%;justify-content:center}.about-widget__tab{flex:1;text-align:center;padding:.5rem 1.5rem}.about-widget__timeline{max-width:100%;margin-top:1rem}.about-widget__timeline-content{padding-left:2rem}.about-widget__timeline-content:before{left:22px}.about-widget__timeline-card{max-width:280px;padding:1rem}}.about-widget__atom,.about-widget__nucleus,.about-widget .nucleus-core,.about-widget__icon.orbit-icon,.about-widget .orbit-path,.about-widget__icons{display:none}.about-widget__icon:not(.orbit-icon){display:none}.experience-modal{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem}.experience-modal__content{background:#fff;border-radius:25px;max-width:800px;max-height:90vh;width:100%;position:relative;box-shadow:0 25px 50px #0000004d;display:flex;flex-direction:column;overflow:hidden}.experience-modal__scrollable{overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(139,115,85,.3) transparent}.experience-modal__scrollable::-webkit-scrollbar{width:8px}.experience-modal__scrollable::-webkit-scrollbar-track{background:transparent;margin:10px}.experience-modal__scrollable::-webkit-scrollbar-thumb{background:#8b73554d;border-radius:10px;border:2px solid transparent;background-clip:content-box}.experience-modal__scrollable::-webkit-scrollbar-thumb:hover{background:#8b735580;background-clip:content-box}.experience-modal__close{position:absolute;top:2rem;right:2rem;background:#8b73551a;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;color:#3c2f1c;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.experience-modal__close:hover{background:#8b735533;transform:scale(1.1)}.experience-modal__header{padding:4rem 3rem 2rem;background:linear-gradient(135deg,#fff7ed,#fff);border-radius:25px 25px 0 0}.experience-modal__hero{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.experience-modal__meta{display:flex;flex-direction:column;gap:.5rem}.experience-modal__meta span{font-size:.9rem;color:#7c6f57;font-weight:500}.experience-modal__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#3c2f1c;margin-bottom:.5rem;line-height:1.2}.experience-modal__company{font-size:1.3rem;font-weight:500;color:#7c5e3c;margin-bottom:1.5rem}.experience-modal__description{font-size:1.1rem;line-height:1.7;color:#7c6f57;margin-bottom:2rem}.experience-modal__body{padding:0 3rem 2rem}.experience-modal__section{margin-bottom:3rem}.experience-modal__section h3{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:600;color:#3c2f1c;margin-bottom:1.5rem;position:relative}.experience-modal__section h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:1px}.experience-modal__responsibilities,.experience-modal__achievements{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.experience-modal__responsibilities li,.experience-modal__achievements li{background:#8b73550d;border-radius:10px;color:#3c2f1c;font-weight:500;position:relative;padding:1rem 1.5rem 1rem 3rem}.experience-modal__responsibilities li:before,.experience-modal__achievements li:before{content:"✓";position:absolute;left:1.5rem;color:#7c5e3c;font-weight:600}.experience-modal__technologies{display:flex;flex-wrap:wrap;gap:1rem}.experience-modal__tech-tag{background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;padding:1rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.experience-modal__tech-tag:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b735566}.experience-modal__footer{padding:2rem 3rem 3rem;background:#fff7ed;border-radius:0 0 25px 25px;display:flex;justify-content:flex-end;flex-shrink:0;margin-top:auto}.experience-modal__close-btn{background:transparent;color:#7c6f57;border:2px solid rgba(139,115,85,.2);padding:1.5rem 3rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.experience-modal__close-btn:hover{background:#8b73551a;border-color:#8b73554d}@media (max-width: 1024px){.experience-modal{padding:1.5rem}.experience-modal__content{max-height:95vh}.experience-modal__header{padding:3rem 2rem 1.5rem}.experience-modal__hero{flex-direction:column;text-align:center}.experience-modal__body{padding:0 2rem 1.5rem}.experience-modal__footer{padding:1.5rem 2rem 2rem}}@media (max-width: 768px){.experience-modal{padding:1rem}.experience-modal__content{border-radius:20px;max-height:95vh;margin:1rem}.experience-modal__header{padding:2rem 1.5rem 1rem}.experience-modal__title{font-size:1.5rem}.experience-modal__body{padding:0 1.5rem 1rem}.experience-modal__footer{padding:1rem 1.5rem 1.5rem}.experience-modal__close{top:1rem;right:1rem;width:32px;height:32px;font-size:1.2rem}.experience-modal__close-btn{width:100%;text-align:center}}.skills{padding:4rem 0;background:#eddcc2cc;position:relative}.skills__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600;color:#3c2f1c;text-align:center;margin-bottom:4rem;position:relative}.skills__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:2px}.skills__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}@media (max-width: 768px){.skills__grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1.5rem}}.skills__item{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #8b73551a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent;position:relative;overflow:hidden}.skills__item:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(139,115,85,.05) 0%,transparent 50%);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.skills__item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #8b735533;border-color:#8b735533}.skills__item:hover:before{opacity:1}.skills__item:hover .skills__icon{transform:scale(1.2) rotate(10deg)}.skills__item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;position:relative;z-index:1}.skills__icon{font-size:1.5rem;transition:all .6s cubic-bezier(.68,-.55,.265,1.55)}.skills__name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:600;color:#3c2f1c;flex:1;margin-left:1rem}.skills__percentage{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:500;color:#7c5e3c}.skills__progress{width:100%;height:8px;background:#8b73551a;border-radius:10px;overflow:hidden;position:relative}.skills__progress-fill{height:100%;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:10px;position:relative;overflow:hidden}.skills__progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.projects{padding:4rem 0;background:linear-gradient(180deg,#fffc,#f5ecdfcc);position:relative}.projects__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600;color:#3c2f1c;text-align:center;margin-bottom:4rem;position:relative}.projects__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:2px}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){.projects__grid{grid-template-columns:1fr;gap:2rem;padding:0 1.5rem}}.projects__item{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 10px 30px #8b73551a;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.projects__item:hover{transform:translateY(-10px);box-shadow:0 25px 50px #8b735533;border-color:#8b73551a}.projects__item:hover .projects__image .projects__emoji{transform:scale(1.2) rotate(10deg)}.projects__item:hover .projects__image .projects__overlay{opacity:1}.projects__item:hover .projects__tech-tag{transform:translateY(-2px)}.projects__image{position:relative;height:200px;background:linear-gradient(135deg,#ead7b7,#c2a98b);display:flex;align-items:center;justify-content:center;overflow:hidden}.projects__image:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translate(-100%);transition:transform .8s ease}.projects__image:hover:before{transform:translate(100%)}.projects__emoji{font-size:4rem;transition:all .6s cubic-bezier(.68,-.55,.265,1.55);z-index:1;position:relative}.projects__overlay{position:absolute;inset:0;background:#8b7355e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.projects__link{color:#fff;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1.1rem;padding:1rem 2rem;border:2px solid #FFFFFF;border-radius:25px;transition:all .3s cubic-bezier(.4,0,.2,1)}.projects__link:hover{background:#fff;color:#7c5e3c;transform:scale(1.05)}.projects__content{padding:2rem}.projects__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.projects__item-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;color:#3c2f1c;margin:0;flex:1}.projects__card-links{display:flex;gap:.5rem;margin-left:1rem}.projects__card-link{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9rem;box-shadow:0 2px 8px #8b735533}.projects__card-link:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #8b73554d;background:linear-gradient(135deg,#9e784d,#d4c2ac)}.projects__card-link:active{transform:translateY(0) scale(1.05)}.projects__card-link svg{color:inherit}.projects__description{color:#7c6f57;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.projects__technologies{display:flex;flex-wrap:wrap;gap:.5rem}.projects__tech-tag{background:#8b73551a;color:#7c5e3c;padding:.5rem 1rem;border-radius:15px;font-size:.8rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.projects__tech-tag:hover{background:#8b735533;border-color:#8b73554d}.projects__read-more-link{color:#7c5e3c;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:1rem;display:inline-block;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.projects__read-more-link:hover{color:#5a442b;text-decoration-color:#7c5e3c;transform:translate(2px)}.projects__view-controls{display:flex;justify-content:center;gap:2rem;margin-top:3rem}.projects__view-more-link,.projects__view-less-link{color:#7c5e3c;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.projects__view-more-link:hover,.projects__view-less-link:hover{color:#5a442b;text-decoration-color:#7c5e3c;transform:translate(2px)}.projects__view-less-link:hover{transform:translate(-2px)}.project-modal{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:modalFadeIn .3s ease-out}.project-modal__content{background:#fff;border-radius:25px;max-width:900px;max-height:90vh;width:100%;position:relative;animation:modalSlideIn .4s ease-out;box-shadow:0 25px 50px #0000004d;display:flex;flex-direction:column;overflow:hidden}.project-modal__scrollable{overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(139,115,85,.3) transparent}.project-modal__scrollable::-webkit-scrollbar{width:8px}.project-modal__scrollable::-webkit-scrollbar-track{background:transparent;margin:10px}.project-modal__scrollable::-webkit-scrollbar-thumb{background:#8b73554d;border-radius:10px;border:2px solid transparent;background-clip:content-box}.project-modal__scrollable::-webkit-scrollbar-thumb:hover{background:#8b735580;background-clip:content-box}.project-modal__close{position:absolute;top:2rem;right:2rem;background:#8b73551a;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;color:#3c2f1c;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.project-modal__close:hover{background:#8b735533;transform:scale(1.1)}.project-modal__header{padding:4rem 3rem 2rem;background:linear-gradient(135deg,#fff7ed,#fff);border-radius:25px 25px 0 0}.project-modal__header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}@media (max-width: 1024px){.project-modal__header-content{flex-direction:column;gap:2rem}}.project-modal__title-section{flex:1;display:flex;flex-direction:column}.project-modal__content-with-links{display:flex;gap:3rem;align-items:flex-start}@media (max-width: 1024px){.project-modal__content-with-links{flex-direction:column;gap:2rem}}.project-modal__links{display:flex;flex-direction:column;gap:1rem;flex-shrink:0;width:200px}@media (max-width: 1024px){.project-modal__links{width:100%}}@media (max-width: 768px){.project-modal__links{width:100%}}.project-modal__link-btn{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem 3rem;background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer;width:100%}.project-modal__link-btn svg{font-size:1.1rem;color:inherit}.project-modal__link-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b73554d;background:linear-gradient(135deg,#8d6b44,#cbb59c)}.project-modal__link-btn:active{transform:translateY(0)}.project-modal__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;color:#3c2f1c;margin-bottom:1.5rem;line-height:1.2}.project-modal__description{font-size:1.1rem;line-height:1.7;color:#7c6f57;margin-bottom:0;text-align:justify;flex:1}.project-modal__body{padding:0 3rem 2rem}.project-modal__section{margin-bottom:3rem}.project-modal__section h3{font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:600;color:#3c2f1c;margin-bottom:1.5rem;position:relative}.project-modal__section h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:1px}.project-modal__gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.project-modal__gallery-item{background:linear-gradient(135deg,#ead7b7,#c2a98b);border-radius:15px;padding:3rem;display:flex;align-items:center;justify-content:center;min-height:120px;font-size:1.1rem;font-weight:500;color:#fff;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-modal__gallery-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #8b73554d}.project-modal__features{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.project-modal__features li{background:#8b73550d;border-radius:10px;color:#3c2f1c;font-weight:500;position:relative;padding:1rem 1.5rem 1rem 3rem}.project-modal__features li:before{content:"✓";position:absolute;left:1.5rem;color:#7c5e3c;font-weight:600}.project-modal__technologies{display:flex;flex-wrap:wrap;gap:1rem}.project-modal__tech-tag{background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;padding:1rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-modal__tech-tag:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b735566}.project-modal__footer{padding:2rem 3rem 3rem;background:#fff7ed;border-radius:0 0 25px 25px;display:flex;gap:1.5rem;justify-content:flex-end;flex-shrink:0;margin-top:auto}.project-modal__visit-btn{background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;text-decoration:none;padding:1.5rem 3rem;border-radius:25px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.project-modal__visit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #8b735566}.project-modal__close-btn{background:transparent;color:#7c6f57;border:2px solid rgba(139,115,85,.2);padding:1.5rem 3rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-modal__close-btn:hover{background:#8b73551a;border-color:#8b73554d}@media (max-width: 1024px){.project-modal{padding:1.5rem}.project-modal__content{max-height:95vh}.project-modal__header{padding:3rem 2rem 1.5rem}.project-modal__header-content{flex-direction:column;gap:2rem}.project-modal__links{justify-content:center;width:100%}.project-modal__body{padding:0 2rem 1.5rem}.project-modal__footer{padding:1.5rem 2rem 2rem;flex-direction:column}.project-modal__gallery,.project-modal__features{grid-template-columns:1fr}}@media (max-width: 768px){.project-modal{padding:1rem}.project-modal__content{border-radius:20px;max-height:95vh;margin:1rem}.project-modal__header{padding:2rem 1.5rem 1rem}.project-modal__title{font-size:1.5rem}.project-modal__body{padding:0 1.5rem 1rem}.project-modal__footer{padding:1rem 1.5rem 1.5rem;flex-direction:column;gap:1rem}.project-modal__visit-btn,.project-modal__close-btn{width:100%;text-align:center}.project-modal__close{top:1rem;right:1rem;width:32px;height:32px;font-size:1.2rem}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:translateY(50px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.contact{padding:4rem 0;background:#eddcc2cc;position:relative}.contact__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,3.5rem);font-weight:600;color:#3c2f1c;text-align:center;margin-bottom:4rem;position:relative}.contact__title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(135deg,#7c5e3c,#c2a98b);border-radius:2px}.contact__content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}@media (max-width: 1024px){.contact__content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact__content{padding:0 1.5rem;gap:2rem}}.contact__form{background:#fff;padding:3rem;border-radius:25px;box-shadow:0 15px 35px #8b73551a;border:1px solid rgba(139,115,85,.1)}@media (max-width: 768px){.contact__form{padding:2rem;border-radius:20px}}.contact__form-group{margin-bottom:2rem}.contact__input,.contact__textarea{width:100%;padding:1.5rem;border:2px solid rgba(139,115,85,.1);border-radius:15px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;background:#fff7ed;color:#3c2f1c;transition:all .3s cubic-bezier(.4,0,.2,1);resize:vertical}.contact__input::placeholder,.contact__textarea::placeholder{color:#7c6f57}.contact__input:focus,.contact__textarea:focus{outline:none;border-color:#7c5e3c;background:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #8b73551a}.contact__textarea{min-height:120px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.contact__submit{width:100%;padding:1.5rem 2rem;background:linear-gradient(135deg,#7c5e3c,#c2a98b);color:#fff;border:none;border-radius:15px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:1rem;position:relative;overflow:hidden}.contact__submit:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.contact__submit:hover{transform:translateY(-3px);box-shadow:0 10px 25px #8b73554d}.contact__submit:hover:before{left:100%}.contact__submit:hover .contact__submit-arrow{transform:translate(5px)}.contact__submit:active{transform:translateY(-1px)}.contact__submit-arrow{transition:transform .3s cubic-bezier(.4,0,.2,1)}.contact__status{margin-top:1.5rem;padding:1.5rem;border-radius:10px;font-size:.9rem;font-weight:500;text-align:center;animation:slideIn .3s ease-out}.contact__status--success{background:#4caf501a;color:#2e7d32;border:1px solid rgba(76,175,80,.3)}.contact__status--error{background:#f443361a;color:#c62828;border:1px solid rgba(244,67,54,.3)}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact__info{display:flex;flex-direction:column;gap:2rem}.contact__info-item{display:flex;align-items:flex-start;gap:1.5rem;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 25px #8b73551a;border:1px solid rgba(139,115,85,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.contact__info-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #8b735533}.contact__info-item:hover .contact__info-icon{background:#7c5e3c;color:#fff!important;transform:scale(1.1)}.contact__info-item h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;color:#3c2f1c;margin-bottom:.5rem}.contact__info-item p{color:#7c6f57;margin:0}.contact__info-icon{font-size:1.5rem;flex-shrink:0;color:#7c5e3c!important;background:#8b73551a;padding:1rem;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;min-height:48px}.contact__social{padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 25px #8b73551a;border:1px solid rgba(139,115,85,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.contact__social:hover{transform:translateY(-5px);box-shadow:0 15px 35px #8b735533}.contact__social h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;color:#3c2f1c;margin-bottom:1.5rem}.contact__social-links{display:flex;gap:1rem;flex-wrap:wrap}.contact__social-link{padding:.5rem 1.5rem;background:#8b73551a;color:#7c5e3c;text-decoration:none;border-radius:15px;font-weight:500;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid transparent;display:flex;align-items:center;gap:.5rem}.contact__social-link:hover{background:#7c5e3c;color:#fff;transform:translateY(-2px);border-color:#7c5e3c}.contact__social-link:hover .contact__social-icon{transform:scale(1.1)}.contact__social-icon{font-size:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.footer{padding:3rem 0;background:linear-gradient(135deg,#34302ce6,#7c5e3ce6);color:#fff;position:relative}.footer__content{display:flex;flex-direction:column;gap:3rem}.footer__top{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}@media (max-width: 1024px){.footer__top{flex-direction:column;align-items:center;text-align:center}}.footer__brand h3{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,#fff,#fff8e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__brand p{color:#fffc;font-size:1rem;max-width:300px}.footer__scroll-top{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#fff;padding:1rem 2rem;border-radius:25px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer__scroll-top:hover{background:#fff3;border-color:#fff6;transform:translateY(-3px)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}@media (max-width: 1024px){.footer__bottom{flex-direction:column;gap:1.5rem;text-align:center}}.footer__bottom p{color:#ffffffb3;margin:0}.footer__links{display:flex;gap:2rem}@media (max-width: 768px){.footer__links{gap:1.5rem}}.footer__links a{color:#fffc;text-decoration:none;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.footer__links a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:2px;background:#fff;transition:width .3s cubic-bezier(.4,0,.2,1)}.footer__links a:hover{color:#fff}.footer__links a:hover:after{width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff7ed;color:#3c2f1c;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (max-width: 768px){.container{padding:0 1rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff7ed}::-webkit-scrollbar-thumb{background:#c2a98b;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#7c5e3c}@media (max-width: 768px){html{font-size:14px}body{overflow-x:hidden}section{padding-left:1rem;padding-right:1rem}h1{font-size:2rem!important;line-height:1.2}h2{font-size:1.75rem!important;line-height:1.3}h3{font-size:1.25rem!important;line-height:1.4}p{font-size:.9rem;line-height:1.5}button,.btn{padding:1rem 1.5rem;font-size:.9rem;min-height:44px}}
