@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");:root{--color-white:#fff;--color-black:#0a0a0a;--color-gray-soft:#f5f5f3;--color-gray-mid:#e5e5e5;--color-gray-dark:#333;--color-accent:#000;--color-primary:var(--color-black);--color-background:var(--color-white);--color-surface:var(--color-gray-soft);--color-text:var(--color-black);--color-text-muted:#333;--color-border:#e2e4e6;--font-heading:"Outfit",sans-serif;--font-body:"Inter",sans-serif;--font-weight-body:400;--font-weight-heading:600;--shadow-sm:0 2px 4px rgba(0,0,0,.02);--shadow-md:0 12px 24px rgba(0,0,0,.05);--transition:all 0.4s cubic-bezier(0.23,1,0.32,1);--radius:0px}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-weight:var(--font-weight-body);line-height:1.6;-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-heading);letter-spacing:-.01em;line-height:1.2}a{color:inherit;text-decoration:none;transition:var(--transition)}.container{max-width:100vw;margin:0 auto}.chic-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;border:1px solid var(--color-black);background:var(--color-black);color:var(--color-white);font-family:var(--font-heading);font-weight:500;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:var(--transition)}.chic-btn-outline,.chic-btn:hover{background:transparent;color:var(--color-black)}.chic-btn-outline:hover{background:var(--color-black);color:var(--color-white)}.chic-section{padding:8rem 0}.chic-card{background:var(--color-white);border:1px solid var(--color-border);transition:var(--transition);overflow:hidden}.chic-card:hover{border-color:var(--color-black);box-shadow:var(--shadow-md)}.hero-section{position:relative;height:90vh;display:flex;align-items:center;background-color:var(--color-gray-soft);overflow:hidden}.hero-content{position:relative;z-index:10;max-width:600px}.hero-title{font-size:5rem;font-weight:700;line-height:1.05}.hero-subtitle,.hero-title{margin-bottom:2rem;color:var(--color-black)}.hero-subtitle{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;display:inline-block;border-bottom:2px solid var(--color-black);padding-bottom:.5rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:3rem 1.5rem;gap:3rem 1.5rem}.product-item{display:flex;flex-direction:column}.product-image-wrap{position:relative;aspect-ratio:3/4;background:var(--color-gray-soft);margin-bottom:1.5rem;overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.23,1,.32,1)}.product-item:hover .product-image-wrap img{transform:scale(1.05)}.product-meta{display:flex;flex-direction:column;gap:.25rem}.product-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.product-title{font-size:1rem;font-weight:400;color:var(--color-black)}.product-price{font-size:1rem;font-weight:500;margin-top:.5rem}.chic-input{width:100%;padding:1rem 0;border:none;border-bottom:1px solid var(--color-gray-mid);background:transparent;font-family:inherit;font-size:1rem;transition:var(--transition)}.chic-input:focus{outline:none;border-bottom-color:var(--color-black)}.reveal{animation:revealUp 1s cubic-bezier(.23,1,.32,1) forwards}@keyframes revealUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1200px){.container{max-width:1400px;padding:0 4rem}}@media (max-width:1199px){.container{padding:0 3rem}.hero-title{font-size:4rem}}@media (max-width:1023px){.container{padding:0 2rem}.hero-section{height:auto;min-height:70vh;padding:4rem 0}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:.9rem}.hero-content{max-width:100%}.chic-section{padding:5rem 0}.product-grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.25rem}.chic-btn{padding:.875rem 2rem}}@media (max-width:767px){.container{padding:0 1rem}.hero-section{min-height:auto;padding:3rem 0}.hero-title{font-size:2.5rem;margin-bottom:1.5rem}.hero-subtitle{font-size:.8rem;letter-spacing:.15em;margin-bottom:1.5rem}.hero-content{text-align:center;margin:0 auto}.chic-section{padding:3rem 0}.product-grid{grid-template-columns:1fr;gap:2rem}.product-image-wrap{aspect-ratio:1/1;margin-bottom:1rem}.product-price,.product-title{font-size:.95rem}.chic-btn{width:100%;padding:1rem 1.5rem;font-size:.8rem}.chic-input{padding:.875rem 0;font-size:1rem}.chic-card{margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media (max-width:479px){.container{padding:0 .75rem}.hero-title{font-size:2rem}.chic-section{padding:2.5rem 0}.product-grid{gap:1.5rem}}