@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@400;500;600&display=swap");:root{--background:#dfd3c3;--foreground:#1e293b;--primary:#1d4d7c;--primary-hover:#31669c;--secondary:#c9bcac;--accent:#b4a896;--muted:#64748b;--glass:rgba(223,211,195,0.8);--glass-border:rgba(0,0,0,0.1);--btn-text:#fff;--font-serif:"Playfair Display",serif;--font-sans:"Inter",sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;background:var(--background);color:var(--foreground);font-family:var(--font-sans);transition:background .3s ease,color .3s ease}body,html,p{line-height:1.6}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;letter-spacing:-.02em;line-height:1.15}.readable-text{line-height:1.7}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:12px;transition:background .3s ease,border-color .3s ease}.newsletter-card{padding:4rem;text-align:center;position:relative;overflow:hidden}.contact-form-card{padding:3rem}@media (max-width:768px){.contact-form-card,.newsletter-card{padding:2rem 1.25rem}}.premium-button{background:var(--primary);color:var(--btn-text);border:none;padding:.8rem 1.8rem;border-radius:8px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.95rem}.form-control,input.form-control,select.form-control,textarea.form-control{width:100%;background:rgba(0,0,0,.04);border:1px solid var(--glass-border);border-radius:8px;padding:.9rem 1.25rem;color:var(--foreground)!important;outline:none;font-size:1rem;transition:all .2s ease}.form-control:focus{border-color:var(--primary);background:rgba(0,0,0,.06);box-shadow:0 0 0 2px rgba(29,77,124,.2)}.form-control::placeholder{color:var(--foreground);opacity:.5}.error-border{border-color:#f44336!important;background:rgba(244,67,54,.05)!important}.error-border:focus,.input-error:focus{box-shadow:0 0 0 2px rgba(244,67,54,.2)!important}.input-error{border-color:#f44336!important;background:rgba(244,67,54,.05)!important}.field-error{font-size:.85rem;color:#f44336;margin-top:.25rem;font-weight:500;display:block}.product-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:flex-start}.product-image-container{position:-webkit-sticky;position:sticky;top:120px}.product-title{font-size:3.5rem;line-height:1.1;margin-bottom:.5rem;font-family:var(--font-serif)}.product-price{font-size:3rem;font-weight:700;color:var(--foreground);line-height:1}@media (max-width:900px){.product-grid{grid-template-columns:1fr;gap:3rem}.product-image-container{position:relative;top:0;max-width:400px;margin:0 auto}.product-price,.product-title{font-size:2.2rem}}.premium-button:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 10px 20px rgba(193,164,97,.2)}.secondary-button{background:transparent;color:var(--primary);padding:.8rem 1.5rem;border:1px solid var(--primary);border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-button:hover{background:rgba(193,164,97,.1)}.section-header{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:4rem}@media (max-width:768px){.section-header{flex-direction:column;text-align:center;gap:1.5rem;margin-bottom:3rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .8s ease-out forwards}nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 0;transition:background .3s ease}nav.scrolled{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);padding:1rem 0}.hero-subtitle{color:var(--primary);font-weight:600;text-transform:uppercase;letter-spacing:4px;display:block;margin-bottom:1rem;font-size:.85rem}.hero-title{font-size:5rem}.hero-description{font-size:1.1rem;color:var(--muted);line-height:1.6;margin-bottom:2.5rem;max-width:580px}.hero-btn{padding:1.2rem 2.5rem;font-size:1.1rem}.hero-stats{margin-top:4rem;display:flex;align-items:center;gap:1.5rem;color:var(--muted);font-size:.9rem}.hero-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:992px){.hero-grid{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-grid>div:first-child{display:flex;flex-direction:column;align-items:center}.hero-title{font-size:3.5rem}.hero-stats{justify-content:center}.hero-description{text-align:center;margin-left:auto;margin-right:auto}}@media (max-width:768px){.hero-title{font-size:2.8rem}.container{padding:0 1.5rem}.hero-subtitle{letter-spacing:2px;font-size:.75rem}.hero-btn{padding:1rem 1.5rem;font-size:1rem;width:100%;justify-content:center}.hero-stats{flex-direction:column;gap:.8rem;margin-top:3rem}}@media (max-width:480px){.hero-title{font-size:2.3rem}h2{font-size:2rem!important}}.mobile-stack,.tablet-stack{display:flex;flex-direction:column}@media (min-width:993px){.tablet-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cart-drawer{max-width:400px!important}}@media (min-width:769px){.mobile-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.hide-mobile{@media (max-width:768px){display:none!important}}.floating-3d{width:320px;height:460px}@media (max-width:768px){.floating-3d{width:220px;height:320px;margin:2rem auto 0}}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}@keyframes float{0%{transform:translateY(0) rotateY(0deg)}50%{transform:translateY(-15px) rotateY(2deg)}to{transform:translateY(0) rotateY(0deg)}}@keyframes pulse-glow{0%{opacity:.15;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}to{opacity:.15;transform:scale(1)}}@property --deg{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes autoRotate{to{--deg:360deg}}.floating-3d:after,.floating-3d:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:102%;width:102%;background:conic-gradient(from var(--deg) at center,transparent 0deg,var(--primary) 90deg,#ffe29d 180deg,var(--primary) 270deg,transparent 1turn);border-radius:12px;z-index:-1;animation:autoRotate 4s linear infinite}.floating-3d:after{filter:blur(15px);opacity:.8}.floating-3d{position:relative;transform-style:preserve-3d;animation:float 6s ease-in-out infinite;display:flex;justify-content:center;align-items:center}.book-shadow{box-shadow:10px 10px 20px rgba(0,0,0,.5),-2px -2px 5px rgba(255,255,255,.05)}.book-spine{position:absolute;left:0;top:0;bottom:0;width:18px;background:#111;transform:rotateY(-90deg);transform-origin:left}.text-gradient{background:linear-gradient(135deg,var(--foreground) 0,var(--primary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{animation:shimmer 2.5s linear infinite;background:linear-gradient(91deg,rgba(29,77,124,.1),rgba(49,102,156,.2) 50%,rgba(29,77,124,.1));background-size:200% 100%}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_0a80b4{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_0a80b4{--font-serif:"Playfair Display","Playfair Display Fallback"}