@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,800;0,900;1,400;1,700&family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--bg-primary:#fff;--bg-cream:#faf8f5;--bg-dark:#1a1a1a;--text-primary:#1a1a1a;--text-secondary:#666;--text-light:#999;--accent:#f5a623;--accent-dark:#e8951a;--accent-light:#fff3e0;--orange-gradient:linear-gradient(135deg, #f5a623 0%, #f57c23 100%);--border-light:#eee;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif;--font-accent:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);font-weight:800;line-height:1.15}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}button{cursor:pointer;font-family:var(--font-accent);background:0 0;border:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.ticker-wrap{background:var(--accent);color:#fff;z-index:1001;align-items:center;height:36px;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.ticker-track{width:max-content;animation:25s linear infinite ticker-anim;display:flex}.ticker-item{font-family:var(--font-accent);letter-spacing:1px;text-transform:uppercase;white-space:nowrap;padding:0 2rem;font-size:.85rem;font-weight:600}@keyframes ticker-anim{0%{transform:translate(0)}to{transform:translate(-50%)}}.navbar{z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border-light);transition:box-shadow .3s;position:fixed;top:36px;left:0;right:0}.navbar.scrolled{box-shadow:0 2px 20px #00000014}.nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.nav-logo{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.4rem;font-weight:800;display:flex}.nav-logo-icon{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.nav-links{align-items:center;gap:0;display:flex}.nav-link{font-family:var(--font-accent);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:0 0;border:none;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;position:relative}.nav-link:after{content:"";background:var(--accent);width:0;height:3px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link.active:after,.nav-link:hover:after{width:60%}.nav-icons{align-items:center;gap:1.5rem;display:flex}.icon-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.icon-btn:hover{color:var(--accent);transform:translateY(-1px)}.mobile-toggle{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.mobile-toggle span{background:var(--text-primary);width:24px;height:2px;transition:all .3s}.page-section{align-items:center;min-height:100vh;padding-top:108px;display:flex}.hero{background:var(--bg-primary);position:relative;overflow:hidden}.hero-accent-bar{background:var(--accent);height:6px;position:absolute;top:72px;left:0;right:0}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;min-height:calc(100vh - 72px);display:grid}.hero-left{padding:2rem 0}.hero-badge{background:var(--accent-light);color:var(--accent-dark);font-family:var(--font-accent);text-transform:uppercase;letter-spacing:1.5px;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.hero-badge-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.5)}}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.2rem}.hero-title em{color:var(--accent);font-style:italic}.hero-subtitle{color:var(--text-secondary);max-width:480px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.hero-actions{gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--text-primary);color:#fff;font-family:var(--font-accent);text-transform:uppercase;letter-spacing:1.5px;border:2px solid var(--text-primary);align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 20px #f5a6234d}.btn-secondary{color:var(--text-primary);font-family:var(--font-accent);text-transform:uppercase;letter-spacing:1.5px;border:2px solid var(--text-primary);background:0 0;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.9rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-secondary:hover{background:var(--text-primary);color:#fff;transform:translateY(-2px)}.hero-stats{border-top:1px solid var(--border-light);gap:2.5rem;padding-top:2rem;display:flex}.stat-item{text-align:left}.stat-number{font-family:var(--font-heading);color:var(--text-primary);align-items:center;gap:.25rem;font-size:2rem;font-weight:900;display:flex}.stat-number .star-row{color:var(--accent);gap:2px;display:flex}.stat-label{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:1.5px;color:var(--text-light);margin-top:.25rem;font-size:.75rem;font-weight:600}.hero-right{justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.book-showcase{z-index:2;position:relative}.book-showcase img{border-radius:8px;width:100%;max-width:420px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 30px 60px #00000026,0 0 0 1px #0000000d}.book-showcase:hover img{transform:scale(1.03)rotate(-1deg)}.book-copies-badge{background:var(--accent);color:#fff;width:90px;height:90px;font-family:var(--font-accent);z-index:3;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;animation:3s ease-in-out infinite bounce-subtle;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 4px 15px #f5a62366}.book-copies-badge span{text-transform:uppercase;letter-spacing:1px;font-size:.6rem;font-weight:600}@keyframes bounce-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-bg-circle{background:var(--accent);opacity:.08;z-index:0;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.announcement-bar{background:var(--text-primary);color:#fff;text-align:center;font-family:var(--font-accent);text-transform:uppercase;letter-spacing:2px;padding:.8rem 1rem;font-size:.8rem;font-weight:700}.about-book{background:var(--bg-cream)}.about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;min-height:calc(100vh - 72px);padding:4rem 0;display:grid}.about-left h2{letter-spacing:-.5px;margin-bottom:2rem;font-size:3.5rem}.about-left h2 em{color:var(--accent);font-style:italic}.about-left p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.9}.quote-block{background:var(--bg-primary);border-left:4px solid var(--accent);font-family:var(--font-heading);color:var(--text-primary);margin:2rem 0;padding:1.5rem 2rem;font-size:1.2rem;font-style:italic;line-height:1.6}.about-right{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.theme-card{background:var(--bg-primary);border:1px solid var(--border-light);padding:2rem;transition:all .3s}.theme-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 10px 30px #f5a6231a}.theme-card-icon{background:var(--accent-light);width:48px;height:48px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.theme-card h3{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:1rem;font-weight:700}.theme-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.reviews-section{background:var(--bg-primary)}.reviews-inner{flex-direction:column;justify-content:center;min-height:calc(100vh - 72px);padding:4rem 0;display:flex}.section-header{text-align:center;margin-bottom:4rem}.section-tag{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:2px;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.section-header h2{margin-bottom:1rem;font-size:3rem}.section-header p{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1.05rem}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.review-card{background:var(--bg-cream);border:1px solid var(--border-light);padding:2.5rem;transition:all .3s;position:relative}.review-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 15px 40px #00000014}.review-quote-icon{color:var(--accent);opacity:.3;position:absolute;top:1.5rem;right:1.5rem}.review-stars{color:var(--accent);gap:3px;margin-bottom:1.25rem;display:flex}.review-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.8}.review-author{align-items:center;gap:1rem;display:flex}.review-avatar{background:var(--accent);color:#fff;width:44px;height:44px;font-family:var(--font-accent);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.review-name{font-family:var(--font-accent);font-size:.95rem;font-weight:700}.review-label{color:var(--text-light);font-size:.8rem}.reviews-message-card{background:var(--bg-primary);border:1px solid var(--border-light);text-align:center;border-radius:12px;max-width:800px;margin-top:5rem;margin-left:auto;margin-right:auto;padding:4rem 2rem;box-shadow:0 15px 40px #00000008}.reviews-message-icon{color:var(--accent);fill:var(--accent-light);margin-bottom:1.5rem}.reviews-message-text{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:2.5rem;font-size:1.4rem;line-height:1.8}.reviews-instagram-link{background:var(--accent);color:#fff;font-family:var(--font-accent);letter-spacing:1px;border-radius:8px;margin-bottom:1.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 10px 20px #f5a62333}.reviews-instagram-link:hover{color:#fff;transform:translateY(-3px);box-shadow:0 15px 25px #f5a6234d}.reviews-message-footer{font-family:var(--font-body);color:var(--text-secondary);font-size:.95rem;font-style:italic}.author-section{background:var(--bg-cream)}.author-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;min-height:calc(100vh - 72px);padding:4rem 0;display:grid}.author-img-wrapper{border-radius:8px;max-width:450px;position:relative;overflow:hidden}.author-img-wrapper img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block;box-shadow:0 20px 40px #0000001f}.author-content .section-tag{text-align:left}.author-content h2{margin-bottom:2rem;font-size:3rem}.author-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.9}.author-signature{font-family:var(--font-heading);color:var(--accent);margin-top:1.5rem;font-size:2rem;font-style:italic}.shop-section{background:var(--bg-primary)}.shop-inner{flex-direction:column;justify-content:center;min-height:calc(100vh - 72px);padding:4rem 0;display:flex}.shop-grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.shop-left img{border-radius:8px;width:100%;max-width:380px;margin:0 auto;display:block;box-shadow:0 20px 40px #0000001a}.shop-right h2{margin-bottom:.5rem;font-size:2.5rem}.shop-author-name{font-family:var(--font-accent);color:var(--text-light);text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:.9rem}.shop-release-date{font-family:var(--font-heading);color:var(--accent-dark);background:var(--accent-light);border-left:4px solid var(--accent);border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:1.4rem;display:inline-block}.shop-release-date strong{font-weight:800}.shop-message{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}.shop-message p{margin-bottom:.5rem}.notify-form{gap:1rem;max-width:500px;display:flex}.notify-input{border:1px solid var(--border-light);font-family:var(--font-body);border-radius:8px;outline:none;flex:1;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.notify-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.notify-btn{flex-shrink:0}.footer{background:var(--text-primary);color:#fff;padding:4rem 0 2rem}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand h3{font-family:var(--font-heading);color:var(--accent);margin-bottom:1rem;font-size:1.5rem}.footer-brand p{color:#fff9;max-width:300px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.footer-socials{gap:.75rem;display:flex}.footer-socials a{color:#fff;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-socials a:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.footer-col h4{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:2px;color:#fff;margin-bottom:1.5rem;font-size:.85rem}.footer-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-col a{color:#fff9;font-size:.9rem;transition:color .3s}.footer-col a:hover{color:var(--accent)}.footer-contact li{flex-direction:column;gap:.2rem;display:flex}.footer-contact strong{color:#ffffffd9;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.footer-contact span{color:#fff9;font-size:.9rem}.footer-bottom{color:#fff6;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom-links{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.footer-bottom-links a{color:#fff6;font-size:.8rem;transition:color .3s}.footer-bottom-links a:hover{color:var(--accent)}.footer-bottom-links span{color:#fff3}.policy-overlay{-webkit-backdrop-filter:blur(8px);z-index:10000;background:#0009;justify-content:center;align-items:center;padding:2rem;animation:.3s policyFadeIn;display:flex;position:fixed;inset:0}@keyframes policyFadeIn{0%{opacity:0}to{opacity:1}}@keyframes policySlideUp{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.policy-modal{background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) policySlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 80px #00000040}.policy-modal::-webkit-scrollbar{width:6px}.policy-modal::-webkit-scrollbar-track{background:0 0}.policy-modal::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.policy-close{float:right;border:1px solid var(--border-light);cursor:pointer;width:40px;height:40px;color:var(--text-primary);z-index:10;background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:1.5rem 1.5rem 0 0;transition:all .3s;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000014}.policy-close:hover{background:var(--text-primary);color:#fff;border-color:var(--text-primary)}.policy-content{padding:3rem 3.5rem 2.5rem}.policy-title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.5px;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.policy-date{font-family:var(--font-accent);text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:0;font-size:.85rem;font-weight:600}.policy-divider{background:linear-gradient(90deg, var(--accent), transparent);border:none;height:1px;margin:2rem 0}.policy-section{margin-bottom:2rem}.policy-section h2{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.2px;margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.policy-section p{font-family:var(--font-body);color:var(--text-secondary);font-size:.95rem;line-height:1.85}.policy-footer-note{font-family:var(--font-body);color:var(--text-secondary);text-align:center;padding:1rem 0;font-size:.9rem}.policy-footer-note a{color:var(--accent);font-weight:600;text-decoration:none;transition:color .3s}.policy-footer-note a:hover{color:var(--text-primary)}@media (width<=768px){.policy-overlay{align-items:flex-end;padding:1rem}.policy-modal{border-radius:16px 16px 0 0;max-height:90vh}.policy-content{padding:2rem 1.5rem}.policy-title{font-size:1.8rem}.policy-section h2{font-size:1.1rem}}.cart-overlay{-webkit-backdrop-filter:blur(5px);background:#ffffffd9}.cart-modal{border:1px solid var(--border-light);background:#fff;border-radius:0;width:100%;max-width:800px;max-height:90vh;animation:.4s cubic-bezier(.16,1,.3,1) policySlideUp;position:relative;overflow-y:auto;box-shadow:0 40px 100px #00000026}.cart-content{text-align:center;padding:6rem 2rem 5rem}.cart-title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.5px;margin-bottom:2.5rem;font-size:3.5rem;font-weight:700}.cart-continue-btn{color:#fff;font-family:var(--font-accent);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#000;border:none;margin-bottom:4rem;padding:1.2rem 3rem;font-size:.95rem;font-weight:700;transition:all .3s}.cart-continue-btn:hover{background:var(--accent);transform:translateY(-2px)}.cart-account-prompt h2{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.cart-account-prompt p{color:var(--text-secondary);font-family:var(--font-body);font-size:1.1rem}.cart-account-prompt a{color:var(--text-primary);text-underline-offset:4px;font-weight:600;text-decoration:underline;transition:color .3s}.cart-account-prompt a:hover{color:var(--accent)}@media (width<=768px){.cart-content{padding:4rem 1.5rem 3rem}.cart-title{font-size:2.5rem}.cart-account-prompt h2{font-size:1.6rem}}.search-overlay{align-items:flex-start;padding-top:15vh}.search-modal{border:1px solid var(--border-light);background:#fff;border-radius:12px;width:100%;max-width:650px;animation:.3s cubic-bezier(.16,1,.3,1) policySlideUp;position:relative;overflow:hidden;box-shadow:0 40px 100px #0003}.search-content{padding:0}.search-input-wrapper{border-bottom:1px solid var(--border-light);background:#fff;align-items:center;padding:1.5rem 2rem;display:flex}.search-icon-input{color:var(--text-secondary);margin-right:1rem}.search-input{font-family:var(--font-body);width:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:1.2rem}.search-input::placeholder{color:#0000004d}.search-close-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.search-close-btn:hover{color:var(--text-primary);background:#0000000d}.search-results{max-height:350px;padding:0;overflow-y:auto}.no-results{text-align:center;color:var(--text-secondary);font-family:var(--font-body);padding:2.5rem;font-size:1rem}.search-result-item{cursor:pointer;border-bottom:1px solid var(--bg-light);padding:1.25rem 2rem;transition:background .2s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--bg-light)}.search-result-item h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:.2rem;font-size:1.2rem}.search-result-item p{font-family:var(--font-body);color:var(--text-secondary);margin:0;font-size:.85rem}.profile-overlay{-webkit-backdrop-filter:blur(5px);background:#f5f5f5f2;align-items:flex-start;padding:2rem;overflow-y:auto}.profile-modal-container{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:480px;min-height:100%;margin:2rem auto;display:flex}.profile-modal{border:1px solid var(--border-light);background:#fff;border-radius:12px;width:100%;padding:3.5rem 3rem 4rem;animation:.3s cubic-bezier(.16,1,.3,1) policySlideUp;position:relative;box-shadow:0 10px 40px #00000014}.profile-content{flex-direction:column;display:flex}.profile-logo{font-family:var(--font-heading);color:var(--text-primary);justify-content:center;align-items:center;margin-bottom:2.5rem;font-size:2rem;font-weight:700;display:flex}.profile-logo-icon{color:var(--accent);margin-right:.5rem}.profile-title{font-family:var(--font-body);color:#000;margin-bottom:.5rem;font-size:1.6rem;font-weight:700}.profile-subtitle{font-family:var(--font-body);color:#666;margin-bottom:2rem;font-size:.95rem}.profile-btn{width:100%;font-family:var(--font-body);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.profile-btn-purple{color:#fff;background:#5a31f4}.profile-btn-purple:hover{background:#4926d1}.profile-btn-blue{color:#fff;background:#005fcc}.profile-btn-blue:hover{background:#004ba3}.profile-divider{text-align:center;align-items:center;margin:1.5rem 0;display:flex}.profile-divider:before,.profile-divider:after{content:"";border-bottom:1px solid #e0e0e0;flex:1}.profile-divider span{color:#666;font-family:var(--font-body);padding:0 1rem;font-size:.9rem}.profile-input-group{margin-bottom:1.5rem}.profile-input{width:100%;font-family:var(--font-body);background:0 0;border:1px solid #ccc;border-radius:6px;outline:none;padding:1rem;font-size:1rem;transition:border-color .2s}.profile-input:focus{border-color:#005fcc;box-shadow:0 0 0 1px #005fcc}.profile-checkbox-label{cursor:pointer;font-family:var(--font-body);color:#000;align-items:center;margin-top:1.5rem;font-size:.95rem;display:flex;position:relative}.profile-checkbox-label input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.profile-checkbox-custom{color:#fff;background-color:#005fcc;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-right:12px;transition:all .2s;display:flex}.profile-checkbox-label input:checked~.profile-checkbox-custom{background-color:#005fcc;border:1px solid #005fcc}.profile-checkbox-label input:not(:checked)~.profile-checkbox-custom{color:#0000;background-color:#fff;border:1px solid #ccc}.profile-terms{text-align:center;font-family:var(--font-body);color:#666;margin-top:2.5rem;font-size:.85rem}.profile-terms a{color:#666;text-decoration:underline}.profile-terms a:hover{color:#000}.profile-footer-links{text-align:center;margin-top:2rem;animation:.4s cubic-bezier(.16,1,.3,1) policySlideUp}.profile-footer-links a{color:#005fcc;font-family:var(--font-body);font-size:1rem;font-weight:500;text-decoration:none}.profile-footer-links a:hover{text-decoration:underline}@media (width<=600px){.profile-modal{padding:2.5rem 1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}@media (width<=1024px){.hero-grid,.about-grid,.author-grid,.shop-grid{grid-template-columns:1fr;gap:3rem}.hero-left,.about-left,.author-content,.shop-right{text-align:center}.notify-form{margin:0 auto}.hero-left{flex-direction:column;align-items:center;display:flex}.hero-subtitle{max-width:100%;margin:0 auto 2.5rem}.hero-actions,.hero-stats{justify-content:center}.hero-title{font-size:3.2rem}.about-left h2{font-size:2.8rem}.section-header h2{font-size:2.5rem}.hero-right,.about-right{order:-1}.reviews-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.footer-grid{text-align:center;grid-template-columns:1fr 1fr}.footer-brand p{margin:0 auto 1.5rem}.footer-socials{justify-content:center}.footer-bottom{text-align:center;flex-direction:column}.footer-contact li{align-items:center}}@media (width<=768px){.nav-links,.nav-cta{display:none}.mobile-toggle{display:flex}.nav-logo{gap:.35rem;font-size:1.15rem}.nav-logo-icon{width:26px;height:26px;font-size:.85rem}.nav-icons{gap:.75rem}.nav-links.mobile-open{background:var(--bg-primary);border-bottom:1px solid var(--border-light);flex-direction:column;padding:1rem 0;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 10px 30px #00000014}.hero-title{font-size:2.2rem}.hero-subtitle{padding:0 .5rem;font-size:1rem}.hero-actions{flex-wrap:wrap;gap:.75rem}.hero-stats{flex-direction:column;align-items:center;gap:1rem}.hero-stats .stat-item{text-align:center}.hero-stats .stat-number{justify-content:center}.about-right{grid-template-columns:1fr}.reviews-message-card{margin-top:3rem;padding:2.5rem 1.5rem}.reviews-message-text{font-size:1.15rem}.shop-actions,.notify-form{flex-direction:column}.page-section{min-height:auto;padding-top:108px;padding-bottom:3rem}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.hero-heart{font-size:.6em;top:.02em}.hero-i-wrapper:after{width:.3em;height:.3em;top:.15em}}@media (width<=480px){.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.section-header h2{font-size:2rem}.shop-release-date{font-size:1.1rem}.author-img-wrapper,.shop-left{max-width:280px;margin:0 auto}}.vamshi-name{display:inline}.vamshi-i{font-style:normal;text-decoration:none;display:inline-block;position:relative}.vamshi-i:before{content:"♥︎";color:var(--accent);font-size:.45em;font-style:normal;line-height:1;position:absolute;top:-.1em;left:50%;transform:translate(-50%)}.hero-i-wrapper{display:inline-block;position:relative}.hero-i-letter{font-style:italic;display:inline-block}.hero-i-wrapper:after{content:"";background-color:var(--bg-primary);z-index:1;border-radius:50%;width:.25em;height:.25em;position:absolute;top:.18em;left:62%;transform:translate(-50%)}.hero-heart{color:var(--accent);pointer-events:none;z-index:2;font-size:.55em;font-style:normal;line-height:1;position:absolute;top:.05em;left:64%;transform:translate(-50%)}.hearts-overlay{pointer-events:none;z-index:9999;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:visible}.cursor-heart{pointer-events:none;z-index:9999;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 6px #f5a62380);line-height:1;animation:1.3s ease-out forwards heart-float;position:fixed}@keyframes heart-float{0%{opacity:1;transform:translate(-50%,-50%)scale(.3)rotate(0)}15%{opacity:1;transform:translate(-50%,-50%)scale(1.3)rotate(8deg)}to{opacity:0;transform:translate(calc(-50% + var(--drift,0px)), calc(-50% - 120px)) scale(.5) rotate(-15deg)}}
