*{box-sizing:border-box}.theta-theme{--theta-bg:#f5f0eb;--theta-primary:#1a1a1a;--theta-accent:#722f37;--theta-text:#2d2d2d;--theta-card-bg:#ffffff;background-color:var(--theta-bg);color:var(--theta-text);font-family:Outfit,sans-serif;min-height:100vh;max-width:100vw;overflow-x:hidden;position:relative}.theta-serif{font-family:Playfair Display,serif}.theta-container{max-width:1400px;margin:0 auto;padding:0 2rem}.theta-nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(245,240,235,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theta-logo{font-size:2rem;font-weight:700;letter-spacing:-.05em;text-transform:uppercase}.theta-hero{min-height:90vh;display:flex;align-items:center;position:relative;padding:4rem 0}.theta-hero-text{flex:1 1;z-index:10}.theta-hero-image{flex:1.2 1;position:relative}.theta-hero-image-main{width:80%;aspect-ratio:3/4;border-radius:200px 0 200px 0;overflow:hidden;margin-left:auto;box-shadow:40px 40px 80px rgba(0,0,0,.1)}.theta-hero-image-main img{width:100%;height:100%;object-fit:cover}.theta-header-skew{transform:skewX(-10deg);display:inline-block;background:var(--theta-primary);color:white;padding:.5rem 1.5rem;font-size:.8rem;font-weight:700;letter-spacing:.2em;margin-bottom:2rem}.theta-title{font-size:clamp(3rem,10vw,7rem);line-height:.9;margin-bottom:2rem;color:var(--theta-primary)}.theta-banner-container{overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);position:relative;margin-bottom:6rem;margin-top:2rem}.theta-banner{background:var(--theta-accent);color:white;padding:1.5rem 0;transform:rotate(-2deg);width:110vw;margin-left:-5vw;display:flex;white-space:nowrap;font-weight:700;letter-spacing:.2em;text-transform:uppercase;font-size:1.2rem;box-shadow:0 10px 30px rgba(114,47,55,.3)}.theta-marquee-item{padding:0 4rem}.theta-section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4rem;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1rem}.theta-section-title{font-size:3rem;font-weight:700}.theta-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-gap:6rem 4rem;gap:6rem 4rem;padding:2rem 0 8rem}.theta-card{position:relative;cursor:pointer}.theta-image-wrapper{position:relative;aspect-ratio:4/5;border-radius:120px 0 120px 0;overflow:hidden;background:#e5e0db;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.theta-card:hover .theta-image-wrapper{transform:scale(.98)}.theta-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease}.theta-card:hover .theta-image-wrapper img{transform:scale(1.1)}.theta-badge{position:absolute;top:2rem;left:-1rem;background:var(--theta-primary);color:white;padding:.6rem 2rem;transform:rotate(-5deg);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;z-index:10;box-shadow:10px 10px 20px rgba(0,0,0,.15)}.theta-info{margin-top:2.5rem;display:flex;flex-direction:column;gap:.5rem}.theta-item-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--theta-accent)}.theta-item-name{font-size:1.8rem;font-weight:600;color:var(--theta-primary);line-height:1.2}.theta-item-meta{display:flex;gap:1rem;font-size:.8rem;opacity:.6;font-weight:500}.theta-price-tag{position:absolute;bottom:2rem;right:2rem;background:white;color:var(--theta-primary);padding:1rem 2rem;font-size:1.5rem;font-weight:700;border-radius:50px;box-shadow:0 10px 30px rgba(0,0,0,.05)}.theta-details-modal{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;background:rgba(245,240,235,.98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow-y:auto;overflow-x:hidden;max-width:100vw;width:100vw}.theta-details-grid{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%;min-width:0;flex-shrink:0}.theta-details-visual{padding:4rem;display:flex;flex-direction:column;gap:2rem;min-width:0}.theta-details-image{width:100%;aspect-ratio:4/5;border-radius:150px 0 150px 0;overflow:hidden;box-shadow:30px 30px 60px rgba(0,0,0,.1)}.theta-details-image img{width:100%;height:100%;object-fit:cover}.theta-thumbnail-strip{display:flex;gap:1rem;overflow-x:auto;width:100%;max-width:100%;min-width:0;padding-bottom:1rem;scrollbar-width:none;box-sizing:border-box}.theta-thumbnail-strip::-webkit-scrollbar{display:none}.theta-thumbnail-item{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#e5e0db}.theta-thumbnail-item.active{border-color:var(--theta-accent);transform:scale(.95)}.theta-thumbnail-item img{width:100%;height:100%;object-fit:cover}.theta-details-content{padding:6rem 8rem 6rem 4rem;display:flex;flex-direction:column;justify-content:center}.theta-fashion-badges{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0}.theta-fashion-badge{background:white;border:1px solid rgba(0,0,0,.1);padding:.5rem 1.5rem;border-radius:50px;font-size:.8rem;font-weight:600;display:flex;flex-direction:column}.theta-badge-label{font-size:10px;color:var(--theta-accent);text-transform:uppercase;letter-spacing:1px}.theta-btn-action{background:var(--theta-primary);color:white;padding:1.5rem 4rem;font-size:1.2rem;font-weight:700;border:none;transform:skewX(-15deg);cursor:pointer;transition:all .3s ease;margin-top:2rem;width:-moz-fit-content;width:fit-content}.theta-btn-action>span{display:inline-block;transform:skewX(15deg)}.theta-btn-action:hover{background:var(--theta-accent);padding-right:5rem}.theta-close-btn{position:fixed;top:3rem;right:3rem;width:60px;height:60px;border-radius:50%;background:var(--theta-primary);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1100;transition:transform .3s ease}.theta-close-btn:hover{transform:rotate(90deg)}.theta-footer{background:var(--theta-primary);color:white;padding:8rem 4rem;text-align:center}.theta-footer-logo{font-size:5rem;font-weight:900;letter-spacing:-2px;margin-bottom:2rem;opacity:.2}@media (max-width:1024px){.theta-details-grid{grid-template-columns:1fr}.theta-details-content{padding:4rem 2rem}.theta-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.theta-theme{overflow-x:hidden}.theta-nav{padding:1.5rem}.theta-logo{font-size:1.5rem}.theta-hero{flex-direction:column;padding:2rem 1.5rem;text-align:center}.theta-hero-image-main{width:100%;margin-top:3rem;border-radius:100px 0 100px 0}.theta-title{font-size:3.5rem}.theta-container{padding:0 1.5rem}.theta-section-title{font-size:2.2rem}.theta-banner{font-size:.9rem;padding:1rem 0}.theta-details-visual{padding:3rem 1.5rem 1.5rem}.theta-details-image{border-radius:80px 0 80px 0}.theta-btn-action{width:100%;padding:1.2rem 2rem}.theta-close-btn{top:1rem;right:1rem;width:50px;height:50px}.theta-footer-logo{font-size:3rem}.theta-details-modal h2{font-size:2.5rem!important;margin:1.5rem 0}.theta-details-content{padding:2rem 1.5rem 4rem}}