@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Inter:wght@200;300;400;600&display=swap";:root{--bg-color:#fff;--bg-alt:#fafafa;--bg-dark:#111;--text-primary:#000;--text-secondary:#666;--text-light:#fff;--accent-gold:#c5a059;--font-heading:"Cormorant Garamond", serif;--font-body:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased}.reveal-text,.reveal-scroll{opacity:0}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:3rem;font-weight:400}.section-subtitle{color:var(--text-secondary);font-size:1.1rem;font-weight:300}.highlight-gold{color:var(--accent-gold)}.luxury-nav{z-index:100;justify-content:space-between;align-items:center;width:100%;padding:3rem 4rem;display:flex;position:absolute;top:0}.logo img{object-fit:contain;width:auto;height:120px}.nav-button{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);border:1px solid var(--accent-gold);background:0 0;padding:.8rem 1.5rem;font-size:.8rem;text-decoration:none;transition:all .4s}.nav-button:hover{background:var(--accent-gold);color:var(--bg-color)}.luxury-button{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--text-primary);border:1px solid var(--text-primary);background:0 0;padding:1rem 3rem;font-size:.9rem;text-decoration:none;transition:all .4s;display:inline-block}.luxury-button:hover{background:var(--accent-gold);border-color:var(--accent-gold);color:var(--bg-color)}.hero-section{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:flex;position:relative}.hero-title{font-family:var(--font-heading);text-align:center;letter-spacing:.02em;max-width:1100px;color:var(--text-primary);margin-bottom:1.5rem;font-size:5rem;font-weight:600;line-height:1.1}.hero-subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin-bottom:3rem;font-size:1.2rem;font-weight:300;line-height:1.6}.value-pillars{background-color:var(--bg-dark);color:var(--text-light);padding:8rem 4rem}.pillars-container{grid-template-columns:repeat(3,1fr);gap:4rem;max-width:1200px;margin:0 auto;display:grid}.pillar{border-top:1px solid #fff3;padding-top:2rem}.pillar-number{font-family:var(--font-heading);color:var(--accent-gold);margin-bottom:1rem;font-size:1.5rem;display:block}.pillar-title{font-family:var(--font-heading);margin-bottom:1rem;font-size:2rem;font-weight:400}.pillar-desc{color:#ffffffb3;font-size:.95rem;font-weight:300;line-height:1.6}.curated-portfolio{background-color:var(--bg-color);padding:8rem 4rem}.curated-grid{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1000px;margin:0 auto;display:grid}.curated-item{background:var(--bg-color);flex-direction:column;display:flex}.curated-img-wrapper{aspect-ratio:1;border:1px solid #0000000d;overflow:hidden}.curated-img-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.curated-item:hover .curated-img-wrapper img{transform:scale(1.05)}.curated-info{text-align:left;padding:1.5rem 0}.curated-info h4{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.curated-info p{color:var(--text-secondary);font-size:.95rem;font-weight:300;line-height:1.5}.onboarding-steps{background-color:var(--bg-alt);padding:8rem 4rem}.steps-container{text-align:center;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1000px;margin:0 auto 4rem;display:grid}.step-icon{margin-bottom:1.5rem;font-size:3rem}.step h4{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.step p{color:var(--text-secondary);font-size:.95rem;font-weight:300;line-height:1.5}.step-cta{text-align:center}.instagram-portfolio{background-color:var(--bg-color);flex-direction:column;align-items:center;padding:8rem 4rem;display:flex}.portfolio-title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:2.5rem;font-weight:400}.portfolio-subtitle{color:var(--text-secondary);margin-bottom:4rem;font-size:1rem;font-weight:300}.portfolio-subtitle a{color:var(--accent-gold);font-weight:400;text-decoration:none}.ig-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1000px;display:grid}.ig-post{aspect-ratio:1;background-color:#f5f5f5;overflow:hidden}.ig-post img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ig-post:hover img{transform:scale(1.03)}.luxury-footer{background-color:var(--bg-alt);font-family:var(--font-body);border-top:1px solid #0000000d;padding:6rem 4rem 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto 4rem;display:flex}.footer-section{flex-direction:column;display:flex}.footer-logo{object-fit:contain;align-self:flex-start;width:auto;height:80px;margin-bottom:1.5rem}.footer-section p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:300}.footer-section h4{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-section a{color:var(--text-secondary);margin-bottom:.8rem;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--accent-gold)}.footer-bottom{text-align:center;border-top:1px solid #0000000d;max-width:1200px;margin:0 auto;padding-top:2rem}.footer-bottom p{color:var(--text-secondary);font-size:.8rem;font-weight:300}@media (width<=1024px){.hero-title{font-size:4rem}.pillars-container,.curated-grid,.steps-container{gap:2rem}}@media (width<=768px){.luxury-nav{flex-direction:column;gap:1.5rem;padding:2rem}.logo img{height:80px}.hero-title{font-size:3rem}.hero-section{padding-top:12rem}.pillars-container,.curated-grid,.steps-container{grid-template-columns:1fr}.ig-grid{grid-template-columns:repeat(2,1fr)}.footer-content{flex-direction:column}}
