@import"https://fonts.googleapis.com/css2?family=Poly:ital@0;1&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-gold: #b8963e;--color-text: #1a1a1a;--color-text-light: #666;--color-bg: #fafafa;--color-bg-alt: #f5f5f5;--font-poly: "Poly", serif}html{scroll-behavior:smooth}body{font-family:var(--font-poly);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}::selection{background-color:var(--color-gold);color:#fff}@media(hover:none)and (pointer:coarse){a,button{-webkit-tap-highlight-color:rgba(184,150,62,.2)}}@supports (-webkit-touch-callout: none){input,textarea,select{font-size:16px}}.header{display:flex;justify-content:space-between;align-items:center;padding:2.5rem 4rem;position:absolute;top:0;left:0;right:0;z-index:100}.logo{font-size:2rem;color:var(--color-gold);font-weight:400}.nav{display:flex;gap:2.5rem}.nav-link{font-size:1.1rem;color:var(--color-text);position:relative;transition:color .3s ease}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:var(--color-text);transition:width .3s ease}.nav-link.active:after{width:100%}@media(hover:hover)and (pointer:fine){.nav-link:hover:after{width:100%}}@media(max-width:768px){.header{padding:1.5rem 2rem;flex-wrap:wrap;gap:1.5rem}.logo{font-size:1.5rem}.nav{gap:1.5rem}.nav-link{font-size:.95rem}}@media(max-width:640px){.header{padding:1.5rem;flex-direction:column;align-items:flex-start;gap:1.2rem}.logo{font-size:1.4rem}.nav{gap:1.2rem;width:100%;justify-content:space-between}.nav-link{font-size:.9rem}}@media(max-width:480px){.header{padding:1.2rem 1.5rem}.nav{gap:.8rem;flex-wrap:wrap}.nav-link{font-size:.85rem}}.hero{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:-50px;right:-50px;width:45%;height:100%;z-index:1;opacity:1;will-change:transform}.newspaper-bg{width:100%;height:100%;object-fit:cover;mask-image:linear-gradient(to left,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 50%,transparent 100%);-webkit-mask-image:linear-gradient(to left,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 50%,transparent 100%)}.hero-content{position:relative;z-index:10;padding-left:4rem;max-width:500px}.tagline{font-style:italic;font-size:1.35rem;line-height:1.8;color:var(--color-text);margin-bottom:2rem}.hero-socials{display:flex;gap:1.5rem;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(0,0,0,.15);border-radius:50%;transition:all .3s ease;background-color:#ffffff80}.social-link svg{width:18px;height:18px;fill:var(--color-text);transition:fill .3s ease}@media(hover:hover)and (pointer:fine){.social-link:hover{border-color:var(--color-gold);background-color:#b8963e1a;transform:translateY(-2px)}.social-link:hover svg{fill:var(--color-gold)}}@media(hover:none)and (pointer:coarse){.social-link:active{border-color:var(--color-gold);background-color:#b8963e26;transform:scale(.95)}.social-link:active svg{fill:var(--color-gold)}}.plant-container{position:absolute;bottom:-5%;left:50%;transform:translate(-50%);z-index:5;will-change:transform}.plant{height:70vh;max-height:600px;width:auto;object-fit:contain}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;opacity:.6;transition:opacity .3s ease}@media(hover:hover)and (pointer:fine){.scroll-indicator:hover{opacity:1}}@media(hover:none)and (pointer:coarse){.scroll-indicator:active{opacity:1;transform:translate(-50%) scale(.95)}}.scroll-text{font-size:.75rem;letter-spacing:.15em;color:var(--color-text);font-style:italic}.scroll-arrow{width:20px;height:30px;border:1.5px solid var(--color-text);border-radius:12px;position:relative}.scroll-arrow:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:4px;height:6px;background-color:var(--color-text);border-radius:2px;animation:scroll-animation 1.5s infinite}@keyframes scroll-animation{0%{top:6px;opacity:1}50%{top:14px;opacity:.5}to{top:6px;opacity:1}}.petals-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:15}.petal{position:absolute;width:10px;height:15px;background-color:#b61ab980;border-radius:50% 0 50% 50%;opacity:0;animation:fall linear infinite}.petal-1{left:10%;animation-duration:18s;animation-delay:0s}.petal-2{left:25%;animation-duration:22s;animation-delay:4s;width:8px;height:13px}.petal-3{left:40%;animation-duration:20s;animation-delay:2s}.petal-4{left:55%;animation-duration:24s;animation-delay:6s;width:9px;height:14px}.petal-5{left:70%;animation-duration:19s;animation-delay:1s}.petal-6{left:80%;animation-duration:21s;animation-delay:5s;width:8px;height:12px}.petal-7{left:15%;animation-duration:23s;animation-delay:8s}.petal-8{left:90%;animation-duration:20s;animation-delay:3s;width:9px;height:13px}@keyframes fall{0%{top:-10%;opacity:0;transform:translate(0) rotate(0)}10%{opacity:.7}20%{transform:translate(20px) rotate(90deg)}40%{transform:translate(-20px) rotate(180deg)}60%{transform:translate(20px) rotate(270deg)}80%{transform:translate(-10px) rotate(360deg);opacity:.6}to{top:110%;opacity:0;transform:translate(0) rotate(450deg)}}@media(max-width:1024px){.hero-bg{width:55%;right:-100px}.plant{height:50vh}}@media(max-width:768px){.hero{min-height:100vh;padding-bottom:80px}.hero-content{padding:0 2rem;padding-top:120px;max-width:100%}.tagline{font-size:1.25rem;line-height:1.7;margin-bottom:1.5rem}.hero-bg{width:70%;right:-20%;opacity:.85;top:0}.plant-container{bottom:10%;left:50%}.plant{height:35vh;max-height:350px}.scroll-indicator{bottom:2.5rem}.scroll-text{font-size:.7rem}.petal{width:8px;height:12px}.hero-socials{gap:1rem;margin-top:1rem}.social-link{width:36px;height:36px}.social-link svg{width:17px;height:17px}}@media(max-width:480px){.hero-content{padding-top:100px}.tagline{font-size:1.1rem;line-height:1.6}.hero-bg{width:85%;right:-25%;opacity:.75}.plant{height:30vh}.plant-container{bottom:12%}.hero-socials{gap:.8rem}.social-link{width:32px;height:32px}.social-link svg{width:15px;height:15px}.scroll-indicator{bottom:2rem}.scroll-text{font-size:.65rem}.scroll-arrow{width:18px;height:26px}}.featured-work{padding:8rem 4rem;background-color:var(--color-bg)}.featured-work-container{max-width:1200px;margin:0 auto}.section-title{font-size:1.1rem;font-weight:400;color:var(--color-gold);margin-bottom:3rem;letter-spacing:.05em}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.work-card{padding:2rem;background:linear-gradient(135deg,#fffc,#fafafa99);border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}@media(hover:hover)and (pointer:fine){.work-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}}@media(hover:none)and (pointer:coarse){.work-card:active{transform:translateY(-2px);box-shadow:0 8px 30px #00000014}}.work-category{display:inline-block;font-size:.85rem;font-style:italic;color:var(--color-text-light);margin-bottom:1rem}.work-title{font-size:1.25rem;font-weight:400;line-height:1.4;margin-bottom:1rem;color:var(--color-text)}.work-excerpt{font-size:.95rem;color:var(--color-text-light);line-height:1.7;margin-bottom:1.5rem}.work-date{font-size:.85rem;color:var(--color-text-light);opacity:.7}@media(max-width:1024px){.works-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.featured-work{padding:5rem 2rem}.section-title{font-size:1rem;margin-bottom:2.5rem}.works-grid{grid-template-columns:1fr;gap:2rem}.work-card{padding:1.8rem}.work-title{font-size:1.2rem}.work-excerpt{font-size:.92rem;line-height:1.65}}@media(max-width:480px){.featured-work{padding:4rem 1.5rem}.section-title{font-size:.95rem;margin-bottom:2rem}.works-grid{gap:1.5rem}.work-card{padding:1.5rem}.work-category{font-size:.8rem;margin-bottom:.8rem}.work-title{font-size:1.1rem;margin-bottom:.8rem}.work-excerpt{font-size:.88rem;margin-bottom:1.2rem}.work-date{font-size:.8rem}}.contact{padding:6rem 4rem;background-color:var(--color-text);color:var(--color-bg)}.contact-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.contact-left{flex:1}.contact-title{font-size:1.1rem;font-weight:400;color:var(--color-gold);margin-bottom:1rem;letter-spacing:.05em}.contact-text{font-size:1.1rem;font-style:italic;opacity:.8;max-width:300px;line-height:1.7}.contact-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 4rem}.contact-link{display:flex;flex-direction:column;gap:.3rem;transition:opacity .3s ease}@media(hover:hover)and (pointer:fine){.contact-link:hover{opacity:.7}}@media(hover:none)and (pointer:coarse){.contact-link:active{opacity:.6}}.link-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;opacity:.5}.link-value{font-size:1rem}@media(max-width:768px){.contact{padding:4rem 2rem}.contact-container{flex-direction:column;gap:3rem}.contact-title{font-size:1rem}.contact-text{font-size:1rem;max-width:100%}.contact-links{grid-template-columns:repeat(2,1fr);gap:2rem 2.5rem}.link-value{font-size:.95rem}}@media(max-width:480px){.contact{padding:3.5rem 1.5rem}.contact-container{gap:2.5rem}.contact-title{font-size:.95rem}.contact-text{font-size:.95rem;line-height:1.6}.contact-links{grid-template-columns:1fr;gap:1.8rem}.link-label{font-size:.75rem}.link-value{font-size:.9rem}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.footer{padding:2rem 4rem;background-color:var(--color-text);color:var(--color-bg);text-align:center;font-size:.85rem;opacity:.7}@media(max-width:768px){.footer{padding:1.8rem 2rem;font-size:.8rem}}@media(max-width:480px){.footer{padding:1.5rem;font-size:.75rem}}
