@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@700;800;900&display=swap";:root{--header-height:96px;--page:#f5eee8;--page-soft:#fbf7f3;--paper:#fff;--ink:#2d3338;--ink-soft:#536070;--plum:#702238;--plum-dark:#321622;--pink:#e8499b;--pink-soft:#f7d8e8;--cream:#fff8f2;--line:#7022382e;--shadow:0 24px 70px #32162224;--body-font:"Inter", Arial, sans-serif;--display-font:"Playfair Display", Georgia, serif;font-family:var(--body-font);color:var(--ink);background:var(--page);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:0}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--page)}body{min-width:320px;min-height:100svh;color:var(--ink);background:var(--page);margin:0;overflow-x:hidden}body::selection{color:var(--cream);background:var(--plum)}img,svg{max-width:100%}button,input,textarea{letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--pink);outline-offset:3px}#root{min-height:100svh}@media (width<=980px){:root{--header-height:74px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.back-to-top{z-index:1090;width:60px;height:60px;color:var(--cream);background:var(--plum);opacity:0;pointer-events:none;cursor:pointer;border:1px solid #7022383d;border-radius:50%;place-items:center;transition:opacity .18s,transform .18s,border-color .18s,background .18s;display:grid;position:fixed;bottom:22px;left:22px;transform:translateY(12px);box-shadow:0 16px 40px #32162238}body.nav-open .back-to-top{visibility:hidden}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{border-color:var(--pink);background:var(--pink)}@media (width<=640px){.back-to-top{bottom:80px;left:14px}}.chatbot{z-index:1100;justify-items:end;gap:14px;display:grid;position:fixed;bottom:22px;right:22px}body.nav-open .chatbot{visibility:hidden}.chatbot-toggle{width:68px;height:68px;color:var(--cream);background:var(--plum);cursor:pointer;border:1px solid #70223852;border-radius:50%;place-items:center;transition:transform .2s,background .2s;display:grid;box-shadow:0 16px 42px #3216223d}.chatbot-toggle:hover{background:var(--pink);transform:scale(1.08)}.chatbot-panel{width:min(380px,100vw - 32px);max-height:calc(100vh - var(--header-height) - 100px);background:#0d090ff7;border:1px solid #f6eae029;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 26px 70px #00000073}.chatbot-panel header{background:#fff;border-bottom:1px solid #0000001a;flex-shrink:0;grid-template-columns:42px 1fr 36px;align-items:center;gap:10px;padding:14px;display:grid}.chatbot-panel header strong{color:#170b14}.chatbot-panel header small{color:#666}.bot-logo-container{background:#ffffff14;border-radius:8px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.bot-header-logo{object-fit:contain;width:100%;height:100%}.toggle-icon-img{object-fit:contain;width:36px;height:36px}.chatbot-panel strong,.chatbot-panel small{display:block}.chatbot-panel strong{color:var(--cream)}.chatbot-panel small{color:var(--muted);font-size:.78rem}.chatbot-panel header button,.chatbot-form button{cursor:pointer;border:0;place-items:center;display:grid}.chatbot-panel header button{color:#170b14;background:#0000000d;border-radius:8px;width:36px;height:36px}.chatbot-messages{-ms-overflow-style:none;scrollbar-width:none;flex-direction:column;flex-grow:1;gap:10px;min-height:280px;padding:14px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{display:none}.chat-message{max-width:88%;color:var(--cream);border-radius:8px;margin:0;padding:10px 12px;font-size:.9rem;line-height:1.45}.chat-message.bot{background:#ffffff14;align-self:flex-start}.chat-message.user{background:#ff66b233;align-self:flex-end}.typing-indicator{background:#ffffff14;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;max-width:70px;padding:12px 14px;display:flex}.typing-indicator .dot{background-color:#ffffffb3;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typingBounce}.typing-indicator .dot:first-child{animation-delay:-.32s}.typing-indicator .dot:nth-child(2){animation-delay:-.16s}.typing-indicator .dot:nth-child(3){animation-delay:0s}@keyframes typingBounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chatbot-form{border-top:1px solid #f6eae01a;flex-shrink:0;grid-template-columns:1fr 44px;gap:8px;padding:14px;display:grid}.chatbot-form label{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.chatbot-form input{min-width:0;color:var(--cream);font:inherit;background:#080509d1;border:1px solid #f6eae029;border-radius:8px;height:44px;padding:0 12px}.chatbot-form input:focus{border-color:#ff66b2ad;outline:none}.chatbot-form button{color:#170b14;background:var(--pink);border-radius:8px;width:44px;height:44px}@media (width<=640px){.chatbot{bottom:80px;right:14px}.chatbot.is-open{z-index:1200;flex-direction:column;justify-content:flex-end;width:100%;height:100%;display:flex;inset:0}.chatbot.is-open .chatbot-panel{border-radius:0;width:100%;height:100%;max-height:100%;position:fixed;inset:0}.chatbot.is-open .chatbot-messages{flex:1;min-height:0}.chatbot.is-open .chatbot-toggle{display:none}}.site-footer{background:var(--plum-dark);color:var(--cream);font-family:var(--body-font);padding:80px 0 30px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:60px;display:grid}.footer-logo{object-fit:contain;width:auto;height:180px;margin-bottom:24px}.footer-brand p{max-width:320px;margin-bottom:30px;font-size:.95rem;line-height:1.7}.footer-socials{gap:16px;display:flex}.footer-socials a{width:44px;height:44px;color:var(--cream);background:#ffffff1a;border-radius:50%;place-items:center;font-size:1.1rem;transition:all .2s;display:grid}.footer-socials a:hover{background:var(--pink);color:var(--cream);transform:translateY(-2px)}.footer-links h3,.footer-resources h3,.footer-contact h3{color:#fff;font-family:var(--display-font);margin-bottom:28px;font-size:1.15rem;display:inline-block;position:relative}.footer-links h3:after,.footer-resources h3:after,.footer-contact h3:after{content:"";background:var(--pink);width:36px;height:2px;position:absolute;bottom:-10px;left:0}.footer-links a,.footer-resources a{color:#ffffffbf;margin-bottom:18px;font-size:.95rem;text-decoration:none;transition:color .2s;display:block}.footer-links a:hover,.footer-resources a:hover{color:var(--pink)}.footer-email{color:#ffffffbf;align-items:center;gap:10px;margin-bottom:40px;font-size:.95rem;text-decoration:none;transition:color .2s;display:flex}.footer-email:hover{color:var(--pink)}.footer-newsletter h4{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px;font-size:.75rem}.footer-newsletter .input-group{margin-bottom:12px;position:relative}.footer-newsletter .input-group svg{color:#ffffffbf;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.footer-newsletter input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;width:100%;padding:12px 14px 12px 42px;font-size:.95rem;transition:border-color .2s}.footer-newsletter input:focus{border-color:var(--pink);outline:none}.footer-newsletter button{background:var(--pink);width:100%;color:var(--cream);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.footer-newsletter button:hover{background:var(--cream);color:var(--plum)}.newsletter-status{color:var(--pink);margin-top:12px;font-size:.85rem}.footer-bottom{color:#ffffff80;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:30px;font-size:.85rem;display:flex}.footer-bottom p{margin:0}.footer-legal{gap:24px;display:flex}.footer-legal a{color:#ffffff80;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--pink)}@media (width<=980px){.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.footer-grid{grid-template-columns:1fr;gap:48px}.footer-bottom{text-align:center;flex-direction:column-reverse;gap:16px}}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;top:100px;right:24px}.toast{pointer-events:auto;background:var(--plum);color:var(--cream);border-left:4px solid var(--pink);border-radius:8px;align-items:center;gap:12px;min-width:280px;padding:14px 20px;display:flex;box-shadow:0 12px 24px #32162233}.toast-icon{color:var(--pink)}.toast-message{flex:1;font-size:.95rem;font-weight:500}.toast-close{color:#fff8f299;cursor:pointer;background:0 0;border:none;place-items:center;padding:4px;transition:color .2s;display:grid}.toast-close:hover{color:var(--cream)}.site-header{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff2;border:1px solid #0000;border-radius:999px;width:90%;transition:background .3s,border-color .3s,box-shadow .3s,width .3s,transform .3s,top .3s;position:fixed;top:20px;left:50%;transform:translate(-50%)}.site-header.is-scrolled{background:#fffffffa;border-color:#7022381c;box-shadow:0 12px 34px #32162214}.site-header.is-hidden{transform:translate(-50%,-150%)}.nav-container{width:100%;min-height:var(--header-height);grid-template-columns:auto 1fr auto auto;align-items:center;gap:28px;margin:0 auto;padding:0 24px;display:grid}.brand{min-width:0;color:var(--ink);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-logo{object-fit:contain;width:auto;height:70px}.desktop-nav{justify-content:center;gap:32px;display:flex}.desktop-nav a,.mobile-nav a{color:var(--ink);font-size:.96rem;font-weight:700;text-decoration:none;transition:color .18s,border-color .18s,background .18s}.desktop-nav a{border-bottom:2px solid #0000;padding:8px 0}.desktop-nav a:hover,.desktop-nav a.active{color:var(--plum);border-bottom-color:var(--plum)}.nav-actions{align-items:center;gap:12px;display:flex}.nav-cart,.nav-contact,.nav-buy{border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:46px;font-weight:900;text-decoration:none;transition:transform .18s,border-color .18s,background .18s,color .18s;display:inline-flex}.nav-cart{width:46px;color:var(--ink);background:var(--paper);border:1px solid #7022382e;position:relative}.cart-badge{background:var(--pink);color:var(--cream);border:2px solid var(--page);border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:.75rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.nav-contact{border:1px solid var(--plum);color:var(--plum);background:0 0;padding:12px 18px}.nav-buy{border:1px solid var(--plum);color:var(--cream);background:var(--plum);padding:12px 22px}.nav-cart:hover,.nav-contact:hover,.nav-buy:hover{transform:translateY(-2px)}.nav-buy:hover{border-color:var(--pink);background:var(--pink)}.mobile-header-actions{display:none}.menu-toggle{width:46px;height:46px;color:var(--plum);background:var(--paper);cursor:pointer;border:1px solid #70223838;border-radius:999px;place-items:center;display:grid}.mobile-nav{display:none}body.nav-open{overflow:hidden}@media (width<=1080px){.desktop-nav{gap:20px}.nav-contact{display:none}}@media (width<=900px){.nav-container{grid-template-columns:auto 1fr auto;width:min(100% - 30px,1160px)}.brand-logo{height:55px}.desktop-nav,.nav-actions{display:none}.menu-toggle{display:flex}.mobile-header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.mobile-header-btn{width:46px;height:46px;color:var(--plum);background:var(--paper);border:1px solid #70223838;border-radius:999px;place-items:center;text-decoration:none;display:grid}.mobile-header-btn.cart{position:relative}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#32162259;position:fixed;inset:0}.mobile-nav{background:var(--paper);z-index:1001;flex-direction:column;width:100vw;max-width:100vw;padding:0;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-10px 0 40px #3216222e}.mobile-nav-topbar{border-bottom:1px solid #70223814;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.mobile-logo{align-items:center;display:flex}.mobile-logo img{object-fit:contain;width:auto;height:44px}.mobile-nav-close{width:40px;height:40px;color:var(--ink);cursor:pointer;background:#70223812;border:none;border-radius:50%;place-items:center;transition:background .18s;display:grid}.mobile-nav-close:hover{background:#70223826}.mobile-nav-links{flex-direction:column;flex:1;gap:0;padding:12px 0;display:flex;overflow-y:auto}.mobile-nav-link{color:var(--ink);font-family:var(--display-font);background:0 0;border-bottom:1px solid #7022380f;border-radius:0;justify-content:space-between;align-items:center;padding:20px 24px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:background .18s,color .18s;display:flex}.mobile-nav-link.active{color:var(--plum);background:0 0;border-radius:0}.mobile-nav-link:hover:not(.active){color:var(--plum);background:0 0}.mobile-nav-footer{border-top:1px solid #7022381a;flex-shrink:0;margin-top:auto;padding:20px 24px}.mobile-nav .mobile-buy-btn{background:var(--plum);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:20px;padding:15px;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .18s,background .18s;display:flex}.mobile-nav .mobile-buy-btn:hover{background:var(--pink);color:#fff;transform:translateY(-2px)}.mobile-social-links{justify-content:center;gap:16px;display:flex}.mobile-social-link{width:44px;height:44px;color:var(--plum);background:#7022381a;border-radius:50%;place-items:center;transition:transform .18s,background .18s,color .18s;display:grid}.mobile-social-link:hover{background:var(--plum);color:var(--cream);transform:translateY(-2px)}}@media (width<=520px){.nav-container{gap:12px}}.nav-profile-menu{align-items:center;display:flex;position:relative}.nav-profile-btn,.mobile-header-btn.profile{border:2px solid var(--plum);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:0;transition:transform .18s,border-color .18s;display:flex;overflow:hidden}.nav-profile-btn:hover,.mobile-header-btn.profile:hover{border-color:var(--pink);transform:translateY(-2px)}.nav-avatar-img{object-fit:cover;width:100%;height:100%}.nav-avatar-placeholder{background:var(--plum);width:100%;height:100%;color:var(--cream);justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.profile-dropdown{background:var(--paper);z-index:1002;border:1px solid #7022381a;border-radius:16px;min-width:220px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 10px 40px #3216221f}.mobile-profile-dropdown{right:-50px}.profile-dropdown-header{background:#70223808;border-bottom:1px solid #70223814;padding:16px}.profile-name{color:var(--ink);margin:0 0 2px;font-size:.95rem;font-weight:700}.profile-email{color:var(--slate);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;overflow:hidden}.profile-dropdown-body{padding:8px}.dropdown-item{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:12px 16px;font-size:.9rem;font-weight:600;transition:background .18s,color .18s;display:flex}.dropdown-item:hover{color:var(--plum);background:#7022380f}.dropdown-item.logout-btn{color:#d32f2f}.dropdown-item.logout-btn:hover{color:#c62828;background:#ffebee}.preloader{z-index:2000;color:var(--cream);background:var(--page);flex-direction:column;justify-content:center;align-items:center;gap:32px;padding:28px;transition:opacity .48s,visibility .48s;display:flex;position:fixed;inset:0}.preloader.is-leaving{opacity:0;visibility:hidden}.preloader-logo-wrapper{opacity:0;animation:1.2s cubic-bezier(.2,1,.3,1) forwards preloader-zoom-entrance}.preloader-logo{object-fit:contain;filter:drop-shadow(0 4px 12px #0003);width:auto;height:140px}@keyframes preloader-zoom-entrance{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1.1)}}@media (prefers-reduced-motion:reduce){.preloader-logo-wrapper{animation:none}}.route-transition{transform-origin:top}.scroll-reveal{will-change:transform, opacity}.author-bio-section{background:var(--page-soft)}.author-copy .section-copy+.section-copy{margin-top:18px}.author-portrait{background:linear-gradient(135deg,#32162208,#e8499b0a);border-radius:12px;justify-content:center;align-items:center;min-height:580px;display:flex;position:relative;overflow:hidden}.author-portrait img{object-fit:contain;filter:drop-shadow(0 24px 48px #32162233);z-index:1;border-radius:8px;width:85%;max-height:540px;transition:transform .4s}.author-portrait:hover img{transform:scale(1.02)translateY(-4px)}.author-portrait:after{content:"";z-index:2;background:linear-gradient(#3216220a 42%,#321622e0);position:absolute;inset:0}.author-portrait div{z-index:3;gap:4px;display:grid;position:absolute;inset:auto 22px 22px}.author-portrait strong{color:var(--cream);font-family:var(--display-font);font-size:2.55rem;line-height:1}.author-portrait span{color:var(--pink);letter-spacing:2px;text-transform:uppercase;font-weight:900}.author-stats-section{background:var(--paper)}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stat-card{text-align:center;min-height:160px;box-shadow:none;align-content:center;gap:10px;padding:24px;display:grid}.stat-card strong{color:var(--plum);font-family:var(--display-font);font-size:2.4rem;line-height:1}.stat-card span{color:var(--ink-soft);line-height:1.55}.author-card-section{background:var(--page)}.author-card-heading{text-align:center;max-width:760px;margin:0 auto 38px}.author-card-heading .section-title{margin-left:auto;margin-right:auto}.author-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;display:grid}.author-card-grid .feature-card{background:var(--paper)}.author-timeline-section{background:var(--page-soft)}.timeline-sticky-wrap{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.timeline-sticky-left{padding-bottom:40px;position:sticky;top:100px}.timeline-cards{gap:20px;padding:20px 0;display:grid}.timeline-card{border:1px solid var(--line);background:var(--paper);border-radius:14px;grid-template-columns:64px 1fr;gap:20px;padding:28px 24px;transition:box-shadow .25s,transform .25s;display:grid;box-shadow:0 14px 40px #32162212}.timeline-card:hover{transform:translateY(-3px);box-shadow:0 24px 56px #3216221f}.timeline-card-number{width:52px;height:52px;color:var(--plum);font-family:var(--display-font);background:var(--pink-soft);border-radius:12px;flex-shrink:0;align-self:start;place-items:center;font-size:1.3rem;font-weight:900;display:grid}.timeline-card h3{color:var(--ink);font-family:var(--display-font);margin:0 0 10px;font-size:1.25rem;line-height:1.2}.timeline-card p{color:var(--ink-soft);margin:0;font-size:.97rem;line-height:1.7}.author-quote-section{background:var(--paper)}.author-quote{grid-template-columns:290px minmax(0,1fr);align-items:center;gap:40px;display:grid}.author-quote .image-frame{min-height:400px}.quote-copy h2{font-family:var(--display-font);color:var(--plum);margin-bottom:20px;font-size:3rem;font-weight:700;line-height:1.1}.quote-copy p{max-width:760px;color:var(--ink);font-family:var(--body-font);margin:0 0 20px;font-size:1.25rem;font-weight:400;line-height:1.6}.quote-copy span{color:var(--plum);letter-spacing:2px;text-transform:uppercase;font-weight:900}@media (width<=1100px){.author-card-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.timeline-sticky-wrap{grid-template-columns:1fr;gap:32px}.timeline-sticky-left{padding-bottom:0;position:static}}@media (width<=780px){.author-portrait{min-height:460px}.author-card-grid,.author-quote{grid-template-columns:1fr}.quote-copy h2{font-size:2.2rem}.quote-copy p{font-size:1.15rem}}@media (width<=540px){.timeline-card,.stats-grid{grid-template-columns:1fr}}.book-intro-section{background:var(--page-soft)}.book-intro-copy .section-copy+.section-copy{margin-top:18px}.book-intro-copy .button-row{margin-top:32px}.book-3d{min-height:600px}.book-3d-wrap{min-height:600px;position:relative}.book-3d-front,.book-3d-back,.book-3d-spine{object-fit:cover;border-radius:8px;position:absolute;box-shadow:0 32px 76px #32162233,0 0 0 1px #70223829}.book-3d-front{z-index:3;width:62%;height:590px;top:0;right:24px;transform:rotate(-5deg)}.book-3d-back{z-index:1;opacity:.62;width:52%;height:500px;top:48px;left:30px;transform:rotate(7deg)}.book-3d-spine{z-index:2;object-fit:fill;width:12%;height:514px;top:44px;left:40%;transform:rotate(-4deg)}.book-detail-section{background:var(--paper)}.book-detail-heading,.book-cover-heading{text-align:center;margin:0 auto 38px}.book-detail-heading .section-title,.book-cover-heading .section-title{margin-left:auto;margin-right:auto}.book-themes-section{background:var(--page);position:relative;overflow:hidden}.book-themes-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8499b0f,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-200px}.themes-premium-layout{grid-template-columns:1fr;gap:48px;display:grid}.themes-premium-left{text-align:center;max-width:680px;margin:0 auto}.themes-premium-left .section-divider{margin:12px auto 20px}.themes-premium-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.theme-premium-card{background:var(--paper);cursor:default;border:1px solid #70223814;border-radius:16px;gap:18px;padding:28px 24px;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94),border-color .35s;display:flex;position:relative;overflow:hidden}.theme-premium-card:hover{border-color:#e8499b38;transform:translateY(-6px);box-shadow:0 28px 60px #3216221f}.theme-premium-card:before{content:"";background:linear-gradient(180deg, var(--plum), var(--pink));border-radius:0 2px 2px 0;width:4px;height:0;transition:height .4s cubic-bezier(.25,.46,.45,.94);position:absolute;top:0;left:0}.theme-premium-card:hover:before{height:100%}.theme-premium-glow{opacity:0;pointer-events:none;background:radial-gradient(circle,#e8499b14,#0000 70%);border-radius:50%;width:160px;height:160px;transition:opacity .4s;position:absolute;top:-50%;right:-50%}.theme-premium-card:hover .theme-premium-glow{opacity:1}.theme-premium-icon-wrap{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.theme-premium-icon{background:linear-gradient(135deg,#70223814,#e8499b14);border-radius:14px;place-items:center;width:52px;height:52px;font-size:1.5rem;transition:transform .3s,background .3s;display:grid}.theme-premium-card:hover .theme-premium-icon{background:linear-gradient(135deg,#70223824,#e8499b24);transform:scale(1.1)rotate(-4deg)}.theme-premium-number{font-family:var(--display-font);color:var(--pink);letter-spacing:1px;opacity:.6;font-size:.72rem;font-weight:900}.theme-premium-text{flex:1}.theme-premium-text strong{font-family:var(--display-font);color:var(--ink);margin-bottom:6px;font-size:1.15rem;line-height:1.3;transition:color .3s;display:block}.theme-premium-card:hover .theme-premium-text strong{color:var(--plum)}.theme-premium-text p{color:var(--ink-soft);margin:0;font-size:.92rem;line-height:1.6}@keyframes themeCardPulse{0%,to{box-shadow:0 14px 32px #3216220f}50%{box-shadow:0 20px 44px #3216221a}}.theme-premium-card:first-child{animation:4s ease-in-out infinite themeCardPulse}.theme-premium-card:nth-child(2){animation:4s ease-in-out .5s infinite themeCardPulse}.theme-premium-card:nth-child(3){animation:4s ease-in-out 1s infinite themeCardPulse}.theme-premium-card:nth-child(4){animation:4s ease-in-out 1.5s infinite themeCardPulse}@media (width<=768px){.themes-premium-grid{grid-template-columns:1fr}}.book-cover-section{background:var(--page-soft)}.book-covers-duo{grid-template-columns:1fr 1fr;gap:32px;max-width:800px;margin:0 auto;display:grid}.book-cover-item{flex-direction:column;align-items:center;gap:16px;display:flex}.book-cover-item img{border-radius:10px;width:100%;max-width:340px;transition:transform .3s,box-shadow .3s;box-shadow:0 32px 72px #32162233,0 0 0 1px #7022381f}.book-cover-item img:hover{transform:translateY(-6px)scale(1.01);box-shadow:0 48px 90px #32162247,0 0 0 1px #7022382e}.book-cover-label{letter-spacing:2px;text-transform:uppercase;color:var(--plum);margin:0;font-size:.82rem;font-weight:800}@media (width<=640px){.book-covers-duo{grid-template-columns:1fr;max-width:340px}}@media (width<=960px){.book-3d,.book-3d-wrap{min-height:520px}.book-3d-front{height:510px}.book-3d-back{height:440px}.book-3d-spine{height:452px}.book-cover-spread{grid-template-columns:1fr 1fr}.book-cover-spread .spine-frame{grid-column:1/-1;min-height:210px}}@media (width<=640px){.book-3d,.book-3d-wrap{min-height:430px}.book-3d-front{width:70%;height:420px;right:0}.book-3d-back{width:56%;height:360px;left:0}.book-3d-spine{width:15%;height:372px;left:38%}.book-cover-spread{grid-template-columns:1fr}.book-cover-spread .image-frame{min-height:420px}}.contact-main-section{background:var(--page-soft)}.contact-grid{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);align-items:start;gap:46px;display:grid}.contact-info{position:sticky;top:120px}.contact-card-list{grid-template-columns:1fr 1fr;gap:16px;margin-top:30px;display:grid}.contact-card{min-height:120px;color:var(--ink-soft);box-shadow:none;grid-template-columns:30px 1fr;align-items:start;gap:12px;padding:22px;text-decoration:none;display:grid}.contact-card svg{color:var(--plum)}.contact-card strong{color:var(--ink);margin-bottom:5px;display:block}a.contact-card:hover{border-color:#e8499b73}.contact-form-panel{background:var(--paper);padding:28px}.contact-form-panel form{gap:18px;display:grid}.honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.form-two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-row{gap:8px;display:grid}.form-row label{color:var(--ink);font-size:.9rem;font-weight:900}.form-row input,.form-row textarea{width:100%;min-width:0;color:var(--ink);background:var(--page);font:inherit;resize:vertical;border:1px solid #7022382e;border-radius:8px;padding:16px 14px;transition:border-color .18s,background .18s}.form-row input:focus,.form-row textarea:focus{border-color:var(--pink);background:var(--paper);outline:none}.form-status{border-radius:8px;margin:0;padding:12px 14px;line-height:1.45}.form-status.success{color:#145936;background:#37b97429}.form-status.error{color:#7a1f2d;background:#ff666629}.contact-form-panel .btn{width:100%}.contact-form-panel .btn:disabled{cursor:wait;opacity:.72}.spin{animation:1s linear infinite contact-spin}.contact-visual-section{background:var(--paper)}.contact-visual{grid-template-columns:320px minmax(0,1fr);align-items:center;gap:42px;display:grid}.contact-visual .image-frame{min-height:440px}@keyframes contact-spin{to{transform:rotate(360deg)}}@media (width<=980px){.contact-grid,.contact-visual{grid-template-columns:1fr}.contact-info{position:static}.contact-visual .image-frame{max-width:360px}}@media (width<=640px){.contact-card-list,.form-two{grid-template-columns:1fr}.contact-form-panel{padding:20px}}.book-hero-model{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;width:100%;height:100%;overflow:visible}.book-hero-model--dragging{cursor:grabbing}.book-hero-model__canvas{display:block;overflow:visible;width:100%!important;height:100%!important}.home-hero{background:radial-gradient(circle at 78% 53%, #e8499b29, transparent 18%), radial-gradient(circle at 78% 53%, #3216221c, transparent 32%), var(--page);align-items:center;min-height:100vh;padding:140px 0 60px;display:grid;position:relative}.home-hero-grid{grid-template-columns:70% 30%;align-items:center;gap:48px;display:grid}.hero-badge{color:var(--plum);background:var(--pink-soft);border:1px solid #70223838;border-radius:999px;align-items:center;gap:10px;margin:0 0 28px;padding:12px 18px;font-weight:900;display:inline-flex}.home-hero h1{max-width:700px;color:var(--ink);font-family:var(--display-font);margin:0 0 20px;font-size:3.6rem;font-weight:900;line-height:1.06}.home-hero-copy>p:not(.hero-badge){max-width:650px;color:var(--ink-soft);margin:0 0 36px;font-size:1.08rem;line-height:1.85}.hero-book-wrap{min-height:420px;position:relative}.hero-book-glow{filter:blur(28px);background:#e8499b1f;border-radius:50%;width:420px;height:420px;position:absolute;inset:12% 4% auto auto}.hero-book-front,.hero-book-back,.hero-book-spine{object-fit:cover;border-radius:8px;position:absolute;box-shadow:0 34px 80px #32162238,0 0 0 1px #70223829}.hero-book-front{z-index:3;width:320px;height:480px;top:58px;right:70px;transform:rotate(-6deg)}.hero-book-back{z-index:1;opacity:.68;width:285px;height:420px;top:104px;right:145px;transform:rotate(9deg)}.hero-book-spine{z-index:2;object-fit:fill;width:54px;height:430px;top:96px;right:393px;transform:rotate(-6deg)}.author-preview{background:var(--page-soft)}.author-preview-cover{width:min(430px,100%);box-shadow:var(--shadow);border-radius:8px;justify-self:center}.author-preview-cover img{border-radius:inherit;width:100%;display:block}.author-preview-copy .section-copy{margin-top:26px}.author-preview-copy .section-copy+.section-copy{margin-top:18px}.author-preview-copy .btn{margin-top:30px}.feature-band{background:var(--paper)}.feature-card{background:var(--page);box-shadow:none}.feature-icon{background:#e8499b1c;border-radius:12px;place-items:center;width:64px;height:64px;display:inline-grid}.feature-card:nth-child(2) .feature-icon{background:#7022381a}.feature-card:nth-child(3) .feature-icon{background:#3216221a}.published-work{background:var(--page)}.center-heading{text-align:center;justify-items:center;margin:0 auto 54px;display:grid}.center-heading .section-title,.center-heading .section-copy{margin-left:auto;margin-right:auto}.center-heading .section-divider{margin:6px auto 24px}.published-card{background:var(--paper);width:min(240px,100%);box-shadow:var(--shadow);border:1px solid #70223821;border-radius:8px;margin:0 auto;overflow:hidden}.published-card img{aspect-ratio:.76;object-fit:cover;width:100%;display:block}.published-card div{padding:24px}.published-card span,.journal-copy span{color:var(--plum);letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:900;display:block}.published-card h3,.journal-card h3{color:var(--ink);font-family:var(--display-font);margin:0 0 10px;font-size:1.5rem;line-height:1.2}.published-card p,.journal-copy p{color:var(--ink-soft);margin:0;line-height:1.65}.published-action{justify-content:center;margin-top:44px;display:flex}.book-cta{color:var(--cream);background:radial-gradient(circle at 92% 4%,#fff3,#0000 18%),linear-gradient(120deg,#321622 0%,#5a2345 42%,#6f98b8 74%,#dfa45f 100%);padding:110px 0;position:relative;overflow:hidden}.book-cta .eyebrow,.book-cta .section-title,.book-cta .section-copy{color:var(--cream)}.book-cta .section-copy{opacity:.86}.book-cta-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:44px;display:grid}.book-cta .btn-primary{border-color:var(--cream);color:var(--plum);background:var(--cream);margin-top:28px;box-shadow:0 16px 34px #0000002e}.cta-mini-book{justify-self:end;width:260px;transform:rotate(8deg)}.cta-mini-book img{border-radius:8px;width:100%;display:block;box-shadow:0 28px 65px #00000038}.journal-section{background:var(--paper)}.journal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.journal-card{background:var(--page);border:1px solid #70223821;border-radius:8px;overflow:hidden;box-shadow:0 18px 46px #32162217}.journal-image{height:220px;overflow:hidden}.journal-image img{object-fit:cover;width:100%;height:100%}.journal-copy{padding:24px}.journal-copy a{color:var(--plum);align-items:center;gap:8px;margin-top:20px;font-weight:900;text-decoration:none;display:inline-flex}.review-section{background:var(--page)}.review-carousel-wrap{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:100%;margin:0 auto;padding:20px 0;display:flex;overflow:hidden}.review-carousel{perspective:1200px;justify-content:center;align-items:center;width:100%;height:320px;display:flex;position:relative}.review-card-3d{background:var(--paper);cursor:pointer;will-change:transform, opacity;border:1px solid #7022381f;border-radius:12px;flex-direction:column;align-items:flex-start;width:min(380px,85vw);height:320px;padding:24px 28px;display:flex;position:absolute;overflow:hidden;box-shadow:0 24px 60px #32162214}.review-card-3d.center{cursor:default;box-shadow:0 32px 80px #3216221f}.review-card-3d .review-stars{color:var(--pink);gap:4px;margin-bottom:18px;display:flex}.review-card-3d p{color:var(--ink-soft);margin:0 0 24px;font-size:1.05rem;line-height:1.7}.review-card-3d .review-author{align-items:center;gap:12px;margin-bottom:16px;display:flex}.review-card-3d .review-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.review-card-3d .review-author-info{flex-direction:column;display:flex}.review-card-3d .review-author-info strong{color:var(--ink);margin:0;font-size:1.05rem}.review-card-3d .review-author-info span{color:var(--ink-soft);margin-top:2px;font-size:.85rem}.review-controls{z-index:10;gap:16px;display:flex}.review-arrow{background:var(--page);width:48px;height:48px;color:var(--ink);cursor:pointer;border:1px solid #70223826;border-radius:50%;place-items:center;transition:all .18s;display:grid;box-shadow:0 8px 24px #3216220a}.review-arrow:hover{background:var(--plum);color:var(--cream);border-color:var(--plum);transform:translateY(-2px)}.final-contact-band{background:var(--paper)}.final-contact-card{max-width:760px;color:var(--cream);text-align:center;background:var(--plum);box-shadow:var(--shadow);border-radius:8px;justify-items:center;gap:16px;margin:0 auto;padding:48px;display:grid}.final-contact-card h2{font-family:var(--display-font);margin:0;font-size:2.6rem;line-height:1.08}.final-contact-card p{opacity:.86;margin:0}.final-contact-card .btn{border-color:var(--cream);color:var(--plum);background:var(--cream);margin-top:8px}@media (width<=980px){.home-hero{min-height:100vh;padding:120px 0 40px}.home-hero-grid,.book-cta-grid,.journal-grid{grid-template-columns:1fr}.home-hero h1{font-size:2.8rem}.hero-book-wrap{min-height:500px}.hero-book-front{width:260px;height:390px;right:calc(50% - 120px)}.hero-book-back{width:225px;height:340px;right:calc(50% - 25px)}.hero-book-spine{height:350px;right:calc(50% + 122px)}.cta-mini-book{justify-self:center}}@media (width<=640px){.home-hero{text-align:center;padding-top:110px}.home-hero h1{font-size:2.55rem}.hero-badge{justify-content:center}.hero-book-wrap{min-height:410px}.hero-book-front{width:220px;height:330px;top:40px;right:calc(50% - 110px)}.hero-book-back{width:185px;height:292px;right:calc(50% - 8px)}.hero-book-spine{width:42px;height:286px;top:74px;right:calc(50% + 94px)}.author-preview-copy,.book-cta{text-align:center}.author-preview-copy .section-divider{margin-left:auto;margin-right:auto}.final-contact-card{padding:34px 22px}.final-contact-card h2{font-size:2rem}.review-carousel{height:280px}.review-card-3d{height:280px;padding:20px}.review-card-3d p{margin-bottom:16px;font-size:.95rem}}.cart-page{padding-top:var(--header-height);background:var(--page);min-height:100vh}.cart-section{padding:80px 0}.cart-title{font-family:var(--display-font);color:var(--ink);margin:0 0 40px;font-size:3rem}.empty-cart{text-align:center;background:var(--paper);box-shadow:var(--shadow);border-radius:12px;padding:80px 0}.empty-cart p{color:var(--ink-soft);margin-bottom:24px;font-size:1.2rem}.cart-grid{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}.cart-items{flex-direction:column;gap:20px;display:flex}.cart-item{background:var(--paper);box-shadow:var(--shadow);border-radius:12px;gap:24px;padding:24px;display:flex}.cart-item-image{object-fit:cover;border-radius:6px;width:100px;box-shadow:0 10px 20px #3216221a}.cart-item-details{flex-direction:column;flex:1;display:flex}.cart-item-details h3{color:var(--ink);font-family:var(--display-font);margin:0 0 8px;font-size:1.4rem}.cart-item-format{color:var(--plum);margin:0 0 auto;font-weight:600}.remove-btn{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;width:max-content;margin-top:16px;padding:0;font-size:.95rem;transition:color .2s;display:inline-flex}.remove-btn:hover{color:var(--pink)}.cart-item-price{text-align:right}.cart-item-price p{color:var(--ink);margin:0 0 8px;font-size:1.4rem;font-weight:900}.cart-item-qty{color:var(--ink-soft);font-size:.95rem}.cart-summary{background:var(--paper);box-shadow:var(--shadow);border-radius:12px;padding:32px}.cart-summary h3{color:var(--ink);margin:0 0 24px;font-size:1.4rem}.summary-row{color:var(--ink-soft);justify-content:space-between;margin-bottom:16px;display:flex}.summary-divider{background:var(--line);height:1px;margin:24px 0}.summary-row.total{color:var(--plum);margin-bottom:32px;font-size:1.4rem;font-weight:900}.checkout-btn{justify-content:center;width:100%;padding:16px;font-size:1.1rem}.continue-shopping{color:var(--plum);justify-content:center;align-items:center;gap:8px;margin-top:20px;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.continue-shopping:hover{color:var(--pink)}@media (width<=960px){.cart-grid{grid-template-columns:1fr}}@media (width<=640px){.cart-item{flex-direction:column;position:relative}.cart-item-price{text-align:left;margin-top:16px}}.checkout-page{background:var(--page)}.checkout-hero{background:var(--plum-dark);min-height:50vh;color:var(--cream);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:120px 20px 60px;display:flex}.checkout-hero .eyebrow{color:var(--pink-soft)}.checkout-hero h1{font-family:var(--display-font);color:var(--cream);margin:10px 0 16px;font-size:3.8rem}.checkout-hero p{opacity:.85;font-size:1.15rem}.checkout-section{padding:80px 0 120px}.checkout-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.checkout-gallery-col{z-index:10;position:relative}.checkout-gallery{gap:24px;display:flex}.thumbnail-list{flex-direction:column;gap:16px;display:flex}.thumbnail-btn{background:var(--page-soft);cursor:pointer;border:2px solid #0000;border-radius:6px;width:70px;height:105px;padding:0;transition:border-color .2s;overflow:hidden}.thumbnail-btn img{object-fit:cover;width:100%;height:100%}.thumbnail-btn:hover{border-color:#70223866}.thumbnail-btn.active{border-color:var(--plum)}.main-image-wrapper{flex:1;position:relative}.checkout-image-container{width:100%;max-width:420px;box-shadow:var(--shadow);cursor:crosshair;border-radius:8px;overflow:hidden}.checkout-book-image{width:100%;height:auto;transition:opacity .3s;display:block}.checkout-zoom-mirror{pointer-events:none;z-index:100;background-repeat:no-repeat;background-size:250%;background-color:var(--paper);border:1px solid var(--line);border-radius:8px;width:400px;height:500px;position:absolute;top:0;left:calc(100% + 40px);box-shadow:0 30px 60px #32162233}.checkout-details{flex-direction:column;display:flex}.checkout-title{font-family:var(--display-font);color:var(--ink);margin:0 0 16px;font-size:2.8rem;line-height:1.1}.checkout-subtitle{color:var(--ink-soft);margin:0 0 32px;font-size:1.1rem}.checkout-price-large{font-family:var(--display-font);color:var(--plum);margin-bottom:40px;font-size:2.5rem;font-weight:700}.checkout-formats{margin-bottom:24px}.format-heading{text-transform:uppercase;letter-spacing:2px;color:var(--ink);margin-bottom:16px;font-size:.9rem;font-weight:800}.format-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.format-button{border:1px solid var(--ink-soft);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:16px;transition:all .2s;display:flex}.format-button:hover{background:#7022380a}.format-button.active{border-color:var(--plum);background:#70223814}.format-label{color:var(--ink);margin-bottom:4px;font-size:1.05rem;font-weight:700}.format-price{color:var(--ink-soft);font-size:.95rem}.format-button.active .format-label,.format-button.active .format-price{color:var(--plum)}.buy-direct-text{color:var(--ink-soft);margin:0 0 32px;font-size:.95rem}.quantity-row{align-items:center;gap:24px;margin-bottom:40px;display:flex}.quantity-label{text-transform:uppercase;letter-spacing:2px;color:var(--ink);font-size:.9rem;font-weight:800}.quantity-selector{border:1px solid var(--line);border-radius:8px;align-items:center;display:flex;overflow:hidden}.quantity-selector button{background:var(--paper);width:44px;height:44px;color:var(--ink);cursor:pointer;border:none;place-items:center;transition:background .2s;display:grid}.quantity-selector button:hover{background:var(--page-soft)}.quantity-selector span{text-align:center;width:44px;font-size:1.1rem;font-weight:700}.buy-now-btn-block{border-radius:12px;width:100%;padding:22px;font-size:1.2rem}@media (width<=1024px){.checkout-zoom-mirror{display:none!important}}@media (width<=900px){.checkout-grid{grid-template-columns:1fr;gap:50px}.checkout-gallery{justify-content:center}.checkout-image-container{max-width:360px}.checkout-title{font-size:2.2rem}.checkout-hero h1{font-size:2.8rem}}@media (width<=600px){.format-grid{grid-template-columns:1fr}.checkout-gallery{flex-direction:column-reverse;align-items:center}.thumbnail-list{flex-direction:row}}.shipping-page{padding-top:var(--header-height);background:var(--page);min-height:100vh}.shipping-section{padding:60px 0 100px}.shipping-title{font-family:var(--display-font);color:var(--ink);margin:0 0 16px;font-size:2.5rem}.back-to-cart{color:var(--ink-soft);align-items:center;gap:8px;margin-bottom:40px;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-to-cart:hover{color:var(--plum)}.shipping-grid{grid-template-columns:1fr 380px;align-items:start;gap:40px;display:grid}.checkout-form-wrap{background:var(--paper);box-shadow:var(--shadow);border-radius:12px;padding:40px}.form-section{margin-bottom:40px}.form-section-header{color:var(--plum);border-bottom:1px solid var(--line);align-items:center;gap:12px;margin-bottom:24px;padding-bottom:12px;display:flex}.form-section-header h2{margin:0;font-size:1.2rem}.input-group{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.input-group label{color:var(--ink);font-size:.9rem;font-weight:600}.input-group input,.input-group select{border:1px solid var(--line);background:var(--page);color:var(--ink);border-radius:8px;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s}.input-group input:focus,.input-group select:focus{border-color:var(--pink);outline:none;box-shadow:0 0 0 3px #e8499b1a}.input-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.payment-mock-notice{color:var(--plum);background:#e8499b0d;border:1px solid #e8499b33;border-radius:8px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 16px;font-size:.9rem;display:flex}.place-order-btn{justify-content:center;width:100%;margin-top:20px;padding:18px;font-size:1.2rem}.order-summary-side{background:var(--paper);box-shadow:var(--shadow);border-radius:12px;padding:32px;position:sticky;top:100px}.order-summary-side h3{color:var(--ink);margin:0 0 24px;font-size:1.4rem}.order-items-mini{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}.mini-item{justify-content:space-between;align-items:flex-start;font-size:.95rem;display:flex}.mini-item-info{gap:12px;display:flex}.mini-qty{color:var(--plum);font-weight:800}.mini-item-info strong{color:var(--ink);margin-bottom:4px;display:block}.mini-format{color:var(--ink-soft);font-size:.85rem}.mini-price{font-weight:600}@media (width<=960px){.shipping-grid{grid-template-columns:1fr}.order-summary-side{position:static}}@media (width<=640px){.input-row{grid-template-columns:1fr;gap:0}}.blogs-main-section{background:var(--page-soft)}.blogs-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;display:grid}.blog-card{flex-direction:column;padding:0;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-8px);box-shadow:0 32px 64px #3216221f}.blog-card-image{height:220px;position:relative;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-category{background:var(--plum);color:var(--cream);letter-spacing:1px;text-transform:uppercase;z-index:2;border-radius:4px;padding:6px 12px;font-size:.75rem;font-weight:800;position:absolute;top:16px;right:16px}.blog-card-content{flex-direction:column;flex-grow:1;padding:24px;display:flex}.blog-date{color:var(--ink-soft);margin-bottom:12px;font-size:.85rem}.blog-card-content h3{font-family:var(--display-font);color:var(--ink);margin:0 0 12px;font-size:1.6rem;line-height:1.2}.blog-card-content p{color:var(--ink-soft);flex-grow:1;margin:0 0 24px;line-height:1.6}.blog-read-more{color:var(--pink);align-items:center;gap:8px;font-size:.95rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.blog-read-more:hover{gap:12px}.blog-detail-hero{min-height:460px}.blog-back-link{color:var(--plum);align-items:center;gap:8px;margin-bottom:24px;font-size:.92rem;font-weight:800;text-decoration:none;transition:gap .2s;display:inline-flex}.blog-back-link:hover{gap:12px}.blog-detail-meta{gap:18px;margin-bottom:20px;display:flex}.blog-detail-category,.blog-detail-date{letter-spacing:1px;text-transform:uppercase;color:var(--plum);align-items:center;gap:6px;font-size:.82rem;font-weight:800;display:inline-flex}.blog-detail-date{color:var(--ink-soft)}.blog-detail-body{background:var(--page-soft)}.blog-detail-container{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:48px;display:grid}.blog-detail-content{max-width:100%}.blog-detail-featured-image{border-radius:12px;width:100%;height:420px;margin-bottom:36px;overflow:hidden;box-shadow:0 24px 56px #3216221a}.blog-detail-featured-image img{object-fit:cover;width:100%;height:100%}.blog-detail-content p{color:var(--ink);margin:0 0 24px;font-size:1.08rem;line-height:1.9}.blog-detail-content p:first-of-type{color:var(--ink);font-size:1.16rem;font-weight:500}.blog-detail-cta{background:linear-gradient(135deg,#7022380f,#e8499b0f);border:1px solid #7022381f;border-radius:12px;align-items:center;gap:20px;margin-top:48px;padding:28px;display:flex}.blog-detail-cta>svg{color:var(--plum);flex-shrink:0}.blog-detail-cta div{flex:1}.blog-detail-cta strong{color:var(--ink);margin-bottom:4px;font-size:1.1rem;display:block}.blog-detail-cta p{color:var(--ink-soft);margin:0;font-size:.95rem!important;line-height:1.5!important}.blog-detail-cta .btn{white-space:nowrap;flex-shrink:0}.blog-detail-sidebar h3{font-family:var(--display-font);color:var(--ink);margin:0 0 20px;font-size:1.4rem}.sidebar-card{border:1px solid var(--line);background:var(--paper);border-radius:10px;gap:14px;margin-bottom:14px;padding:14px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.sidebar-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #32162214}.sidebar-card img{object-fit:cover;border-radius:8px;flex-shrink:0;width:80px;height:72px}.sidebar-card span{letter-spacing:1px;text-transform:uppercase;color:var(--plum);margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}.sidebar-card strong{color:var(--ink);font-size:.95rem;line-height:1.3;display:block}@media (width<=900px){.blog-detail-container{grid-template-columns:1fr}.blog-detail-cta{text-align:center;flex-direction:column}}@media (width<=640px){.blog-detail-featured-image{height:260px}}.auth-page{background:var(--page);box-sizing:border-box;height:100vh;display:flex;overflow:hidden}.auth-split{box-sizing:border-box;width:100%;height:100%;display:flex}.auth-brand-side{background:linear-gradient(135deg, var(--plum-dark) 0%, var(--plum) 100%);color:var(--cream);box-sizing:border-box;flex-direction:column;flex:0 0 40%;justify-content:center;padding:40px;display:flex;position:relative;overflow:hidden}.auth-brand-side:before{content:"";opacity:.15;mix-blend-mode:multiply;background-image:url(https://images.unsplash.com/photo-1558981420-c532902e58b4?auto=format&fit=crop&q=80);background-position:50%;background-size:cover;position:absolute;inset:0}.auth-logo{object-fit:contain;z-index:1;filter:drop-shadow(0 4px 12px #0003);width:auto;height:140px;margin-bottom:40px;position:relative}.auth-brand-side h2{font-family:var(--display-font);z-index:1;text-shadow:0 2px 10px #0000004d;max-width:600px;margin-bottom:20px;font-size:2.8rem;line-height:1.2;position:relative}.auth-brand-side span{letter-spacing:1px;text-transform:uppercase;color:var(--pink);z-index:1;font-size:1.1rem;font-weight:600;position:relative}.auth-form-side{background:var(--page-soft);box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:0 0 60%;padding:20px;display:flex;overflow-y:auto}.auth-form-side::-webkit-scrollbar{display:none}.auth-panel{background:var(--paper);border:1px solid #70223814;border-radius:16px;width:100%;max-width:440px;margin:auto;padding:36px 40px;box-shadow:0 24px 60px #32162214}.auth-panel-header{text-align:center;margin-bottom:32px}.auth-panel-logo{height:90px;margin-bottom:24px;display:none}.auth-panel h1{font-family:var(--display-font);color:var(--ink);margin-bottom:8px;font-size:2.2rem}.auth-panel p{color:var(--ink-soft);font-size:1rem}.auth-form{gap:20px;display:grid}.auth-input-group{gap:8px;display:grid}.auth-input-group label{color:var(--ink);font-size:.9rem;font-weight:700}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-icon{color:var(--ink-soft);pointer-events:none;position:absolute;left:16px}.auth-input-wrap input{width:100%;color:var(--ink);background:var(--page);font:inherit;border:1px solid #7022382e;border-radius:8px;padding:14px 16px 14px 44px;transition:all .2s}.auth-input-wrap input:focus{border-color:var(--pink);background:var(--paper);outline:none;box-shadow:0 0 0 4px #e8499b1a}.auth-eye-btn{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:8px;transition:color .2s;display:flex;position:absolute;right:8px}.auth-eye-btn:hover{color:var(--plum);background:#7022380d}.auth-forgot-row{justify-content:flex-end;margin-top:-8px;display:flex}.auth-forgot-row a,.auth-switch-text a{color:var(--plum);font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s}.auth-forgot-row a:hover,.auth-switch-text a:hover{color:var(--pink)}.auth-submit-btn{justify-content:center;width:100%;margin-top:8px;padding:16px;font-size:1.05rem}.auth-divider{text-align:center;margin:28px 0;position:relative}.auth-divider:before{content:"";background:var(--line);height:1px;position:absolute;top:50%;left:0;right:0}.auth-divider span{background:var(--paper);color:var(--ink-soft);text-transform:uppercase;padding:0 16px;font-size:.85rem;font-weight:600;position:relative}.auth-switch-text{text-align:center;color:var(--ink-soft);margin:0;font-size:.95rem}.auth-back-row{text-align:center;margin-top:24px}.auth-back-row a{color:var(--ink-soft);align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.auth-back-row a:hover{color:var(--plum)}.auth-success-box{text-align:center;padding:24px 0}.auth-success-box svg{color:#37b974;margin-bottom:16px}.auth-success-box p{color:var(--ink);margin-bottom:24px;font-size:1.05rem}@media (width<=980px){.auth-page{height:auto;min-height:100vh;overflow:visible}.auth-split{flex-direction:column;height:auto}.auth-brand-side{display:none}.auth-form-side{flex:100%;min-height:100vh;padding:60px 20px 40px;overflow-y:visible}.auth-panel-logo{display:inline-block}}@media (width<=480px){.auth-panel{padding:32px 24px}}.notfound-page{background:var(--page);box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding:120px 20px;display:flex}.notfound-container{text-align:center;background:var(--paper);border:1px solid #70223814;border-radius:16px;width:100%;max-width:600px;padding:60px 40px;box-shadow:0 24px 60px #32162214}.notfound-content h1{font-family:var(--display-font);color:var(--plum);text-shadow:0 10px 30px #70223826;margin-bottom:16px;font-size:8rem;line-height:1}.notfound-content h2{font-family:var(--display-font);color:var(--ink);margin-bottom:16px;font-size:2.4rem}.notfound-content p{color:var(--ink-soft);margin-bottom:32px;max-width:400px;margin-inline:auto;font-size:1.1rem;line-height:1.6}.notfound-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}@media (width<=600px){.notfound-container{padding:40px 24px}.notfound-content h1{font-size:6rem}.notfound-content h2{font-size:2rem}.notfound-actions{flex-direction:column;width:100%}.notfound-actions .btn{justify-content:center;width:100%}}.cmodal-backdrop{z-index:1500;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1608128c;justify-content:center;align-items:center;padding:20px;animation:.35s cmodal-fade-in;display:flex;position:fixed;inset:0}@keyframes cmodal-fade-in{0%{opacity:0}to{opacity:1}}.cmodal-card{background:var(--paper);border-radius:18px;grid-template-columns:1.1fr 1.3fr;width:min(1060px,95%);min-height:540px;max-height:90vh;animation:.4s cubic-bezier(.34,1.56,.64,1) cmodal-slide-up;display:grid;position:relative;overflow:visible;box-shadow:0 40px 100px #32162247}.cmodal-left,.cmodal-right{overflow:hidden}.cmodal-left{border-radius:18px 0 0 18px}.cmodal-right{border-radius:0 18px 18px 0}@keyframes cmodal-slide-up{0%{opacity:0;transform:translateY(30px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cmodal-close{z-index:10;cursor:pointer;color:#fff;background:var(--plum);border:2px solid #fffc;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .18s,transform .18s;display:grid;position:absolute;top:-14px;right:-14px;box-shadow:0 4px 12px #0003}.cmodal-close:hover{background:var(--pink);transform:scale(1.1)}.cmodal-left{color:var(--cream);background:linear-gradient(145deg,#321622 0%,#5a2345 100%);flex-direction:column;justify-content:center;gap:16px;padding:52px 44px;display:flex}.cmodal-eyebrow{letter-spacing:2px;text-transform:uppercase;color:var(--pink);margin-bottom:4px;font-size:.78rem;font-weight:900;display:block}.cmodal-left h2{font-family:var(--display-font);color:var(--cream);margin:0;font-size:2.2rem;line-height:1.15}.cmodal-left p{opacity:.8;margin:0;font-size:1rem;line-height:1.7}.cmodal-meta{flex-direction:column;gap:12px;margin-top:8px;display:flex}.cmodal-meta-item{opacity:.85;align-items:center;gap:10px;font-size:.9rem;display:flex}.cmodal-meta-item svg{color:var(--pink);flex-shrink:0}.cmodal-right{background:var(--paper);padding:48px 44px;overflow-y:auto}.cmodal-form{flex-direction:column;gap:18px;display:flex}.cmodal-field{flex-direction:column;gap:6px;display:flex}.cmodal-field label{color:var(--ink);font-size:.88rem;font-weight:700}.cmodal-field input,.cmodal-field textarea{width:100%;font:inherit;color:var(--ink);background:var(--page);resize:none;border:1px solid #7022382e;border-radius:8px;padding:12px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.cmodal-field input::placeholder,.cmodal-field textarea::placeholder{color:var(--ink-soft);opacity:.6}.cmodal-field input:focus,.cmodal-field textarea:focus{border-color:var(--plum);outline:none;box-shadow:0 0 0 3px #7022381a}.cmodal-submit{width:100%;font:inherit;color:var(--cream);background:var(--plum);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:14px;font-size:1rem;font-weight:800;transition:background .2s,transform .18s;display:flex}.cmodal-submit:hover{background:var(--pink);transform:translateY(-2px)}.cmodal-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;min-height:300px;display:flex}.cmodal-success-icon{color:#37b974;background:#37b97426;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:2rem;font-weight:900;display:flex}.cmodal-success h3{font-family:var(--display-font);color:var(--ink);margin:0;font-size:1.8rem}.cmodal-success p{color:var(--ink-soft);margin:0}.mobile-only-title{display:none}@media (width<=700px){.cmodal-card{border-radius:18px;grid-template-columns:1fr;max-height:95vh}.cmodal-left{display:none}.cmodal-right{border-radius:18px;padding:40px 28px 28px}.mobile-only-title{font-family:var(--display-font);color:var(--ink);margin:0 0 24px;font-size:2.2rem;line-height:1.15;display:block}.cmodal-close{color:var(--ink);background:#fff;border:none;top:-14px;right:-14px;box-shadow:0 4px 12px #00000026}.cmodal-close:hover{background:#f4f4f4}}.page-shell{background:var(--page);min-height:100svh}.section{padding:112px 0}.section-tight{padding:86px 0}.container{width:min(1160px,100% - 48px);margin:0 auto}.eyebrow{color:var(--plum);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:18px;font-size:.78rem;font-weight:900;display:inline-flex}.section-title{max-width:780px;color:var(--ink);font-family:var(--display-font);margin:0 0 18px;font-size:3.25rem;font-weight:900;line-height:1.06}.section-copy{max-width:720px;color:var(--ink-soft);font-size:1.04rem;line-height:1.8}.button-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.btn{min-height:54px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:15px 24px;font-weight:900;line-height:1.1;text-decoration:none;transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s;display:inline-flex}.btn:hover,.btn:focus-visible{transform:translateY(-2px)}.btn-primary{border-color:var(--plum);background:var(--plum);color:var(--cream);box-shadow:0 18px 38px #7022383d}.btn-primary:hover{background:var(--pink);border-color:var(--pink)}.btn-ghost{border-color:var(--plum);color:var(--plum);background:0 0}.btn-ghost:hover{border-color:var(--pink);color:var(--pink);background:#e8499b17}.panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffa3;border-radius:8px}.page-hero{isolation:isolate;background:linear-gradient(90deg, #f5eee8f2 0%, #f5eee8cc 40%, #f5eee866 100%), var(--hero-image,none);background-position:50%;background-size:cover;align-items:center;min-height:520px;padding:158px 0 92px;display:grid;position:relative}.page-hero:after{content:"";background:#7022381c;height:1px;position:absolute;inset:auto 0 0}.page-hero h1{max-width:760px;color:var(--ink);font-family:var(--display-font);margin:0 0 20px;font-size:4.1rem;line-height:1.02}.page-hero p{max-width:720px;color:var(--ink-soft);font-size:1.08rem;line-height:1.8}.split-grid{grid-template-columns:minmax(0,.92fr) minmax(320px,1fr);align-items:center;gap:64px;display:grid}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}.feature-card{text-align:center;min-height:250px;padding:34px 28px}.feature-card svg{width:30px;height:30px;color:var(--plum)}.feature-card h3{color:var(--ink);margin:22px 0 12px;font-size:1.26rem}.feature-card p{color:var(--ink-soft);margin:0;line-height:1.72}.image-frame{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);border-radius:8px;position:relative;overflow:hidden}.image-frame img{object-fit:cover;width:100%;height:100%;display:block}.section-divider{background:linear-gradient(90deg, var(--plum), var(--pink));width:74px;height:3px;margin:24px 0 0}@media (width<=980px){.section{padding:82px 0}.section-tight{padding:64px 0}.split-grid,.feature-grid{grid-template-columns:1fr}.section-title,.page-hero h1{font-size:2.75rem}.page-hero{min-height:420px;padding-top:116px}}@media (width<=640px){.container{width:min(100% - 30px,1160px)}.section{padding:68px 0}.section-title,.page-hero h1{font-size:2.3rem}.button-row{flex-direction:column;align-items:stretch}.btn{width:100%}.page-hero{padding:104px 0 58px}}
