.navbar{background:#f7f6f3;border-bottom:1px solid #E5E4E1;padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:#222}.logo{width:40px;height:40px}.logo-text{font-size:.7rem;font-weight:600;letter-spacing:1px;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{text-decoration:none;color:#999;font-size:1rem;transition:color .2s ease;font-family:Georgia,serif;font-weight:400}.nav-links a:hover,.nav-links a.active{color:#222}.nav-icons{display:flex;gap:1rem;align-items:center}.icon-btn{background:none;border:none;cursor:pointer;padding:.5rem;color:#888;transition:color .2s ease;display:flex;align-items:center;justify-content:center}.icon-btn:hover{color:#222}@media(max-width:768px){.nav-links{display:none}.navbar{padding:1rem}}.home-container{background:#f7f6f3}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;padding:60px 80px 0;background-image:url(/-hero.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f7f6f3f2,#f7f6f3d9,#f7f6f3bf);z-index:1}.hero-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;width:100%;position:relative;z-index:2}.hero-text{max-width:550px}.hero-headline{font-size:3.5rem;line-height:1.2;margin-bottom:30px;font-weight:400;color:#222}.hero-headline .highlight{color:#c66b55}.hero-subheading{color:#888;font-size:1rem;line-height:1.6;margin-bottom:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shop-button{display:inline-flex;align-items:center;gap:12px;background:#2c2c2c;color:#f7f6f3;padding:16px 32px;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:1px;transition:background .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shop-button:hover{background:#1a1a1a}.shop-button svg{width:20px;height:20px}.hero-graphic{display:flex;justify-content:center;align-items:center;position:relative}.mountain-graphic{position:relative;width:500px;height:500px;display:flex;justify-content:center;align-items:center}.sun{position:absolute;top:80px;right:50px;width:300px;height:300px;background:#c66b55cc;border-radius:50%;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mountain{position:absolute;bottom:50px;width:0;height:0;border-left:200px solid transparent;border-right:200px solid transparent;border-bottom:300px solid rgba(212,210,203,.9);z-index:2}.mountain:after{content:"";position:absolute;top:100px;left:-50px;width:0;height:0;border-left:50px solid transparent;border-right:50px solid transparent;border-bottom:80px solid #F7F6F3}.armenian-text{position:absolute;right:-40px;top:50%;transform:translateY(-50%);writing-mode:vertical-rl;font-size:1.2rem;color:#666;letter-spacing:4px;z-index:3}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;gap:60px}.hero-graphic{order:-1}.mountain-graphic{width:400px;height:400px}.sun{width:240px;height:240px}}@media(max-width:768px){.hero{padding:40px 20px}.hero-headline{font-size:2.5rem}.mountain-graphic{width:300px;height:300px}.sun{width:180px;height:180px;top:60px}.mountain{border-left:150px solid transparent;border-right:150px solid transparent;border-bottom:220px solid #D4D2CB}}.our-books{padding:0 80px 100px;max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-header h2{font-size:2.5rem;font-weight:400;margin-bottom:20px;color:#222}.section-header p{color:#888;font-size:1.05rem;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.books-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;margin-bottom:60px}.book-card{display:flex;flex-direction:column;background:#fff;border-radius:4px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;cursor:pointer}.book-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a}.book-cover{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;padding:40px;position:relative}.cover-placeholder{text-align:center}.cover-placeholder h3{font-size:1.5rem;font-weight:600;letter-spacing:1px;margin-bottom:10px;line-height:1.3}.cover-placeholder p{font-size:.9rem;font-style:italic;opacity:.8}.barev-series{background:#e8dcc8;color:#4a4038}.graded-readers{background:#2c3e50;color:#e8dcc8}.alphabet-workbook{background:#d4c4a8;color:#3a3028}.stationary{background:#5c6b5e;color:#e8dcc8}.merch{background:#c66b55;color:#f7f6f3}.book-info{padding:30px;display:flex;flex-direction:column;gap:15px;flex-grow:1}.book-info h3{font-size:1.4rem;font-weight:400;color:#222;line-height:1.3}.book-info p{color:#666;font-size:.95rem;line-height:1.6;flex-grow:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.view-book-btn{display:inline-block;padding:12px 24px;background:transparent;color:#222;text-decoration:none;font-size:.85rem;font-weight:500;letter-spacing:1px;border:1.5px solid #222;transition:all .3s ease;text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.view-book-btn:hover{background:#222;color:#f7f6f3}.view-all-container{text-align:center;margin-top:40px}.view-all-btn{display:inline-block;padding:16px 48px;background:#2c2c2c;color:#f7f6f3;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:1px;transition:background .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.view-all-btn:hover{background:#1a1a1a}@media(max-width:768px){.our-books{padding:60px 20px}.section-header h2{font-size:2rem}.books-grid{grid-template-columns:1fr;gap:30px}}.shop-container{max-width:1600px;margin:0 auto;padding:40px 60px;background:#f7f6f3;min-height:calc(100vh - 80px)}.shop-collections{margin-bottom:60px}.shop-collections h2{font-size:2rem;font-weight:400;margin-bottom:30px;color:#222}.collections-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.collection-tile{background:#fff;padding:32px;border-radius:8px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.collection-tile:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000014}.collection-tile-icon{width:60px;height:60px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600;color:#f7f6f3}.barev-icon{background:#5c6b5e}.graded-icon{background:#2c3e50}.alphabet-icon{background:#e8dcc8;color:#4a4038}.collection-tile h3{font-size:1.2rem;font-weight:400;margin-bottom:8px;color:#222}.collection-tile p{font-size:.9rem;color:#888;margin-bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.learn-more-btn{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:1.5px;color:#666;text-decoration:none;transition:color .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.learn-more-btn:hover{color:#222}.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:60px}.filter-sidebar{background:#fff;padding:30px;height:fit-content;position:sticky;top:100px}.filter-section{margin-bottom:40px}.filter-section:last-child{margin-bottom:0}.filter-section h3{font-size:.75rem;font-weight:600;letter-spacing:1.5px;margin-bottom:20px;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.filter-list{list-style:none;padding:0;margin:0}.filter-list li{margin-bottom:12px}.filter-list button{background:none;border:none;padding:0;font-family:Georgia,serif;font-size:.95rem;color:#666;cursor:pointer;transition:color .2s ease;text-align:left;width:100%}.filter-list button:hover{color:#222}.filter-list button.active{color:#222;font-weight:500}.filter-list button.active:before{content:"▸ ";margin-right:4px}.products-section{flex:1}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #E5E4E1}.sort-controls{display:flex;align-items:center;gap:12px}.sort-controls label{font-size:.75rem;font-weight:600;letter-spacing:1.5px;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.sort-controls select{padding:8px 32px 8px 12px;border:1px solid #D4D2CB;background:#fff;font-family:Georgia,serif;font-size:.95rem;color:#222;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.item-count{font-size:.75rem;font-weight:600;letter-spacing:1.5px;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:40px}.product-card{background:#fff;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:block}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.product-cover{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#f7f6f3;position:relative;overflow:hidden}.product-cover-content{text-align:center;z-index:1}.product-cover-content h4{font-size:1.3rem;font-weight:400;margin-bottom:8px;line-height:1.3}.product-cover-content p{font-size:.85rem;font-style:italic;opacity:.9}.product-details{padding:20px;text-align:center}.product-details h3{font-size:1.1rem;font-weight:400;margin-bottom:8px;color:#222;line-height:1.3}.product-grade{font-size:.85rem;color:#888;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.product-price{font-size:1rem;font-weight:500;color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:16px}.product-card:hover .product-cta-btn{background:#1a1a1a}@media(max-width:1024px){.shop-layout{grid-template-columns:200px 1fr;gap:40px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:30px}}@media(max-width:768px){.shop-container{padding:20px}.shop-layout{grid-template-columns:1fr;gap:30px}.filter-sidebar{position:static}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}}.audio-container{background:#f7f6f3;min-height:calc(100vh - 80px)}.audio-hero{background:#e8e6e1;padding:100px 60px 80px;border-bottom:1px solid #D4D2CB}.audio-hero-content{max-width:800px;margin:0 auto;text-align:center}.audio-hero h1{font-size:4rem;font-weight:400;margin-bottom:24px;color:#222}.audio-intro{font-size:1.2rem;line-height:1.8;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.audio-products{max-width:1400px;margin:0 auto;padding:80px 60px}.audio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.audio-product-card{background:#fff;padding:40px;display:flex;gap:30px;align-items:flex-start;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #E8E6E1}.audio-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.audio-card-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.audio-card-icon span{font-size:2rem;font-weight:600;color:#fff}.audio-card-content{flex:1}.audio-card-content h3{font-size:1.5rem;font-weight:400;margin-bottom:12px;color:#222}.audio-card-content p{font-size:1rem;line-height:1.6;color:#666;margin-bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.audio-card-cta{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;letter-spacing:1.5px;color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:gap .3s ease}.audio-product-card:hover .audio-card-cta{gap:12px}.audio-card-cta svg{width:16px;height:16px}@media(max-width:768px){.audio-hero{padding:60px 20px}.audio-hero h1{font-size:2.5rem}.audio-intro{font-size:1rem}.audio-products{padding:40px 20px}.audio-grid{grid-template-columns:1fr;gap:20px}.audio-product-card{flex-direction:column;padding:30px}}.audio-detail-container{background:#f7f6f3;min-height:calc(100vh - 80px);padding-bottom:80px}.audio-breadcrumb{max-width:1400px;margin:0 auto;padding:24px 60px;display:flex;align-items:center;gap:12px;font-size:.85rem;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.audio-breadcrumb a{color:#666;text-decoration:none;transition:color .2s ease}.audio-breadcrumb a:hover{color:#222}.audio-breadcrumb span{color:#999}.audio-header{background:#fff;border-top:1px solid #E8E6E1;border-bottom:1px solid #E8E6E1;padding:60px 0}.audio-header-content{max-width:1400px;margin:0 auto;padding:0 60px;display:grid;grid-template-columns:300px 1fr;gap:60px;align-items:center}.audio-book-cover{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;padding:40px;color:#f7f6f3}.cover-text h2{font-size:1.8rem;font-weight:400;margin-bottom:16px;line-height:1.2}.cover-text p{font-size:1rem;font-style:italic;opacity:.9}.audio-header-info h1{font-size:2.5rem;font-weight:400;margin-bottom:20px;color:#222}.audio-description{font-size:1.05rem;line-height:1.7;color:#666;margin-bottom:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.view-book-link{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;letter-spacing:1.5px;color:#222;text-decoration:none;transition:gap .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.view-book-link:hover{gap:12px}.view-book-link svg{width:14px;height:14px}.audio-player-section{max-width:1400px;margin:60px auto 0;padding:0 60px}.unit-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #D4D2CB}.unit-label{font-size:.9rem;font-weight:700;letter-spacing:1px;color:#c66b55;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.unit-header h2{font-size:1.8rem;font-weight:400;color:#222}.audio-tracks{display:flex;flex-direction:column;gap:1px;background:#e8e6e1;border:1px solid #E8E6E1}.audio-track{background:#fff;padding:20px 24px;display:grid;grid-template-columns:auto 1fr auto auto;gap:20px;align-items:center;cursor:pointer;transition:background .2s ease}.audio-track:hover{background:#fafaf9}.audio-track.playing{background:#f0eee8}.play-button{width:40px;height:40px;border:2px solid #222;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.play-button:hover{background:#222;color:#fff}.play-button svg{width:16px;height:16px;margin-left:2px}.track-info{display:flex;align-items:center;gap:16px}.track-number{font-size:.85rem;font-weight:600;color:#888;min-width:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.track-titles{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.track-title{font-size:1rem;color:#222}.track-subtitle{font-size:.95rem;color:#888;font-style:italic}.track-duration{font-size:.9rem;color:#888;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-width:60px;text-align:right}.download-link{text-decoration:none;color:#c66b55;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;border:1px solid #C66B55;transition:all .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap}.download-link:hover{background:#c66b55;color:#fff}@media(max-width:1024px){.audio-header-content{grid-template-columns:240px 1fr;gap:40px}.audio-header-info h1{font-size:2rem}}@media(max-width:768px){.audio-breadcrumb{padding:20px}.audio-header{padding:40px 0}.audio-header-content{grid-template-columns:1fr;gap:30px;padding:0 20px}.audio-book-cover{max-width:200px;margin:0 auto}.audio-header-info h1{font-size:1.8rem}.audio-description{font-size:.95rem}.audio-player-section{padding:0 20px;margin-top:40px}.unit-header{flex-direction:column;align-items:flex-start;gap:8px}.unit-header h2{font-size:1.4rem}.audio-track{grid-template-columns:auto 1fr;gap:12px;padding:16px}.track-info{grid-column:2;flex-direction:column;align-items:flex-start;gap:8px}.track-titles{flex-direction:column;align-items:flex-start;gap:4px}.track-duration{grid-column:2;text-align:left;font-size:.85rem}.download-link{grid-column:1 / -1;text-align:center}}.about-container{max-width:1400px;margin:0 auto;padding:100px 60px;background:#f7f6f3;min-height:calc(100vh - 80px)}.about-container .content{text-align:left;max-width:800px;margin:0 auto}.about-container h1{font-size:3rem;margin-bottom:48px;font-weight:400;color:#222}.about-container p{color:#444;font-size:1.2rem;line-height:1.8;margin-bottom:28px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.about-container p:last-child{margin-bottom:0}@media(max-width:768px){.about-container{padding:60px 20px}.about-container h1{font-size:2rem;margin-bottom:32px}.about-container p{font-size:1.1rem}}.contact-container{background:#f7f6f3;min-height:calc(100vh - 80px);padding:100px 60px}.contact-content{max-width:700px;margin:0 auto}.contact-header{text-align:center;margin-bottom:60px}.contact-header h1{font-size:3rem;font-weight:400;margin-bottom:20px;color:#222}.contact-header p{font-size:1.2rem;line-height:1.7;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.contact-form{background:#fff;padding:48px;border:1px solid #E8E6E1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group{margin-bottom:24px}.form-group label{display:block;font-size:.9rem;font-weight:600;margin-bottom:8px;color:#222;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:1px solid #D4D2CB;background:#f7f6f3;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:border-color .2s ease,background .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#222;background:#fff}.form-group textarea{resize:vertical;min-height:150px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.turnstile-widget{margin:32px 0}.error-message,.success-message{padding:16px 20px;margin-bottom:24px;border-radius:4px;font-size:.95rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.error-message{background:#fee;color:#c33;border:1px solid #FCC}.success-message{background:#efe;color:#363;border:1px solid #CFC}.submit-btn{width:100%;padding:16px 32px;background:#222;color:#fff;border:none;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:background .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.submit-btn:hover:not(:disabled){background:#000}.submit-btn:disabled{background:#999;cursor:not-allowed;opacity:.6}@media(max-width:768px){.contact-container{padding:60px 20px}.contact-header h1{font-size:2rem}.contact-header p{font-size:1.1rem}.contact-form{padding:32px 24px}.form-row{grid-template-columns:1fr;gap:0}}.collection-container{background:#f7f6f3;min-height:calc(100vh - 80px)}.collection-hero{background:#e8e6e1;padding:80px 60px;border-bottom:1px solid #D4D2CB}.hero-content-wrapper{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hero-text-content{max-width:500px}.breadcrumb{font-size:.75rem;font-weight:600;letter-spacing:2px;color:#888;margin-bottom:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.collection-hero h1{font-size:3.5rem;font-weight:400;margin-bottom:24px;color:#222;line-height:1.1}.collection-description{font-size:1.05rem;line-height:1.7;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-illustration{position:relative;display:flex;justify-content:center;align-items:center;height:400px}.illustration-circle{position:absolute;width:300px;height:300px;background:#d4c4a8;border-radius:50%;z-index:1}.bamboo-illustration{position:relative;z-index:2;display:flex;justify-content:center;align-items:center}.bamboo-stem{width:8px;height:250px;background:linear-gradient(to bottom,#5c6b5e,#4a5950);border-radius:4px;position:relative}.bamboo-leaf{position:absolute;width:80px;height:40px;background:#3a4840;border-radius:50%;transform:rotate(-30deg)}.bamboo-leaf.left{top:60px;left:-70px;transform:rotate(-45deg) skew(-10deg)}.bamboo-leaf.right{top:40px;right:-60px;transform:rotate(45deg) skew(10deg)}.bamboo-leaf:before,.bamboo-leaf:after{content:"";position:absolute;width:60px;height:30px;background:#3a4840;border-radius:50%}.bamboo-leaf.left:before{top:-15px;left:10px;transform:rotate(-20deg)}.bamboo-leaf.right:before{top:-15px;right:10px;transform:rotate(20deg)}.collection-products{max-width:1400px;margin:0 auto;padding:60px}.products-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #D4D2CB}.controls-left{display:flex;align-items:center;gap:24px}.filter-toggle{display:flex;align-items:center;gap:8px;background:none;border:none;font-size:.75rem;font-weight:600;letter-spacing:1.5px;color:#666;cursor:pointer;padding:8px 0;transition:color .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.filter-toggle:hover{color:#222}.filter-toggle svg{width:18px;height:18px}.product-count{font-size:.85rem;color:#888;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.controls-right{display:flex;align-items:center;gap:12px}.controls-right label{font-size:.75rem;font-weight:600;letter-spacing:1.5px;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.controls-right select{padding:8px 32px 8px 12px;border:1px solid #D4D2CB;background:#fff;font-family:Georgia,serif;font-size:.95rem;color:#222;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23222' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:40px}.collection-product-card{background:#fff;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:block}.collection-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.collection-product-card .product-cover{aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#f7f6f3}.collection-product-card .product-cover-content h3{font-size:1.4rem;font-weight:400;margin-bottom:12px;line-height:1.3}.collection-product-card .product-cover-content p{font-size:.9rem;font-style:italic;opacity:.9}.product-info{padding:24px}.product-level{display:flex;align-items:center;gap:8px;margin-bottom:12px}.level-dot{width:8px;height:8px;background:#888;border-radius:50%}.product-level span{font-size:.7rem;font-weight:600;letter-spacing:1px;color:#888;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.product-info h3{font-size:1.2rem;font-weight:400;margin-bottom:12px;color:#222;line-height:1.3}.product-info .product-price{font-size:1.05rem;font-weight:500;color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:16px}.product-cta-btn{display:inline-block;padding:10px 20px;background:#2c2c2c;color:#f7f6f3;font-size:.7rem;font-weight:600;letter-spacing:1.5px;transition:background .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.collection-product-card:hover .product-cta-btn{background:#1a1a1a}.catalog-cta{margin-top:60px;text-align:center;padding-top:40px;border-top:1px solid #D4D2CB}.catalog-cta-btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:transparent;color:#222;text-decoration:none;font-size:.85rem;font-weight:600;letter-spacing:1.5px;border:2px solid #222;transition:all .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.catalog-cta-btn:hover{background:#222;color:#f7f6f3}.catalog-cta-btn svg{width:18px;height:18px}@media(max-width:1024px){.hero-content-wrapper{grid-template-columns:1fr;gap:40px}.hero-illustration{height:300px}.illustration-circle{width:240px;height:240px}.collection-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:30px}}@media(max-width:768px){.collection-hero{padding:60px 20px}.collection-hero h1{font-size:2.5rem}.collection-products{padding:40px 20px}.products-controls{flex-direction:column;align-items:flex-start;gap:16px}.controls-right{width:100%;justify-content:space-between}.collection-grid{grid-template-columns:1fr;gap:20px}}.product-detail-container{max-width:1400px;margin:0 auto;padding:40px 60px;background:#f7f6f3;min-height:calc(100vh - 80px)}.breadcrumb-nav{display:flex;align-items:center;gap:12px;margin-bottom:40px;font-size:.9rem;color:#888;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.breadcrumb-nav a{color:#888;text-decoration:none;transition:color .2s ease}.breadcrumb-nav a:hover{color:#222}.breadcrumb-nav span:last-child{color:#222}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:80px}.product-gallery{display:flex;flex-direction:row;gap:20px}.thumbnail-gallery{display:flex;flex-direction:column;gap:12px}.thumbnail{width:80px;height:100px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,border .2s ease;border:2px solid transparent}.main-image{flex:1;aspect-ratio:3/4;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff}.product-image-placeholder{text-align:center;color:#f7f6f3;padding:40px}.product-image-placeholder h2{font-size:2rem;font-weight:400;margin-bottom:12px}.product-image-placeholder p{font-size:1rem;font-style:italic;opacity:.9}.thumbnail.active{border:2px solid #222;opacity:1!important}.thumbnail:hover{opacity:1!important}.thumbnail-content{color:#f7f6f3;font-weight:600}.product-info{display:flex;flex-direction:column}.product-info h1{font-size:2.5rem;font-weight:400;margin-bottom:16px;color:#222;line-height:1.2}.product-price{font-size:1.8rem;font-weight:500;color:#222;margin-bottom:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.audio-available-badge{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#5c6b5e;color:#fff;text-decoration:none;font-size:.75rem;font-weight:600;letter-spacing:1.5px;margin-bottom:24px;transition:background .3s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.audio-available-badge:hover{background:#4a5950}.audio-available-badge svg{width:16px;height:16px}.product-intro{font-size:1rem;line-height:1.7;color:#666;margin-bottom:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.product-features{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;padding:24px 0;border-top:1px solid #D4D2CB;border-bottom:1px solid #D4D2CB}.feature-item{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.feature-item svg{color:#888;flex-shrink:0}.quantity-selector{display:flex;align-items:center;gap:0;margin-bottom:20px;width:fit-content;border:1px solid #D4D2CB;border-radius:4px;overflow:hidden}.quantity-selector button{width:50px;height:50px;background:#fff;border:none;cursor:pointer;font-size:1.2rem;color:#666;transition:background .2s ease,color .2s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.quantity-selector button:hover{background:#f7f6f3;color:#222}.quantity-selector input{width:60px;height:50px;text-align:center;border:none;border-left:1px solid #D4D2CB;border-right:1px solid #D4D2CB;font-size:1rem;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.quantity-selector input:focus{outline:none}.add-to-cart-btn{width:100%;padding:18px 32px;background:#2c2c2c;color:#f7f6f3;border:none;font-size:.9rem;font-weight:600;letter-spacing:1.5px;cursor:pointer;transition:background .3s ease;margin-bottom:16px;text-align:center;text-decoration:none;display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.add-to-cart-btn:hover{background:#1a1a1a}.wishlist-btn{width:100%;padding:14px 32px;background:transparent;color:#666;border:1px solid #D4D2CB;font-size:.85rem;font-weight:500;letter-spacing:1px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.wishlist-btn:hover{border-color:#222;color:#222}.product-tabs{border-top:1px solid #D4D2CB;padding-top:40px}.tabs-header{display:flex;gap:40px;margin-bottom:32px;border-bottom:1px solid #D4D2CB}.tabs-header button{background:none;border:none;padding:16px 0;font-size:.85rem;font-weight:600;letter-spacing:1.5px;color:#888;cursor:pointer;transition:color .2s ease;position:relative;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tabs-header button:hover,.tabs-header button.active{color:#222}.tabs-header button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#222}.tabs-content{max-width:800px}.tab-panel p{font-size:1rem;line-height:1.8;color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media(max-width:1024px){.product-detail-content{grid-template-columns:1fr;gap:40px}.product-detail-container{padding:40px 20px}}@media(max-width:768px){.product-info h1{font-size:2rem}.product-price{font-size:1.5rem}.thumbnail-gallery{overflow-x:auto}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Georgia,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f6f3;color:#222}
