:root{--charcoal:#4b4e53;--ink:#242529;--ink-2:#32343a;--pink:#e5007e;--rose:#b97870;--blush:#f7e8ed;--paper:#fbfafb;--white:#fff;--line:rgba(75,78,83,.18);--serif:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65}body.locked{overflow:hidden}img{display:block;max-width:100%}button,a{font:inherit}a{color:inherit}.site-header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,78px);background:rgba(251,250,251,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{width:275px;height:70px;display:flex;align-items:center;overflow:hidden}.brand img{width:100%;height:auto}.site-header nav{display:flex;gap:36px}.site-header nav a{text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.04em}.cart-button{border:0;background:var(--ink);color:var(--white);padding:11px 17px;cursor:pointer}.cart-count{display:inline-grid;place-items:center;background:var(--pink);border-radius:50%;width:24px;height:24px;margin-left:6px;font-size:.78rem}.hero{min-height:710px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;background:linear-gradient(110deg,#f8edf1 0%,#fbfafb 46%,#34363b 46%,#242529 100%);padding:80px clamp(24px,7vw,110px);gap:70px}.hero-copy{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700;color:var(--rose);margin:0 0 18px}.hero h1,.section h2,.closing h2,.cart h2,.checkout-dialog h2{font-family:var(--serif);line-height:1.05;margin:0}.hero h1{font-size:clamp(3.3rem,6.4vw,6.6rem);max-width:780px}.hero h1::after{content:"";display:block;width:92px;height:7px;background:var(--pink);margin-top:28px}.hero-lede{font-size:1.12rem;max-width:590px;margin:28px 0;color:#55575c}.hero-actions{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.button{border:0;cursor:pointer;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:13px 24px;font-weight:700;letter-spacing:.025em;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.primary{background:var(--pink);color:white}.secondary{background:var(--ink);color:white}.text-link{font-weight:700;text-underline-offset:5px}.author-line{display:flex;align-items:center;gap:18px;margin-top:55px;color:#5d5f64}.author-line p{margin:0}.author-rule{height:52px;width:2px;background:var(--rose)}.hero-books{height:560px;position:relative}.hero-books .book{position:absolute;width:270px;filter:drop-shadow(0 28px 28px rgba(0,0,0,.35));transition:transform .4s}.hero-books .book:hover{z-index:5!important;transform:translateY(-12px) rotate(0)!important}.book-one{left:2%;top:70px;transform:rotate(-7deg);z-index:1}.book-two{left:34%;top:5px;z-index:3}.book-three{right:0;top:75px;transform:rotate(7deg);z-index:2}.promise{display:grid;grid-template-columns:repeat(3,1fr);background:var(--white);border-bottom:1px solid var(--line);padding:24px clamp(24px,7vw,110px)}.promise div{text-align:center;border-right:1px solid var(--line)}.promise div:last-child{border:0}.promise strong,.promise span{display:block}.promise strong{font-family:var(--serif);font-size:1.05rem}.promise span{color:#74767b;font-size:.84rem}.section{padding:110px clamp(24px,7vw,110px)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:60px}.section-heading h2{font-size:clamp(2.5rem,4.5vw,4.7rem)}.section-heading>p{max-width:480px;color:#66686d;margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:white;border:1px solid var(--line);display:flex;flex-direction:column}.product-image{height:440px;background:linear-gradient(145deg,#33353a,#202125);padding:34px;display:grid;place-items:center;overflow:hidden}.product-image img{height:100%;width:auto;box-shadow:0 18px 30px rgba(0,0,0,.35);transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.025)}.product-content{padding:30px;display:flex;flex-direction:column;flex:1}.product-number{font-size:.76rem;color:var(--rose);text-transform:uppercase;letter-spacing:.16em;font-weight:700}.product-content h3{font-family:var(--serif);font-size:1.8rem;line-height:1.15;margin:0 0 15px}.product-content>p{color:#67696d}.product-content ul{padding-left:18px;margin:10px 0 25px;color:#4f5156}.product-content li::marker{color:var(--pink)}.product-buy{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:22px;border-top:1px solid var(--line)}.price{font-family:var(--serif);font-size:1.75rem;font-weight:700}.bundle{background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:8vw;overflow:hidden}.bundle-art{height:550px;position:relative}.bundle-art img{position:absolute;width:265px;filter:drop-shadow(0 24px 25px rgba(0,0,0,.45))}.bundle-art img:nth-child(1){left:0;top:65px;transform:rotate(-7deg)}.bundle-art img:nth-child(2){left:30%;top:0;z-index:2}.bundle-art img:nth-child(3){right:0;top:65px;transform:rotate(7deg)}.bundle-copy h2{font-size:clamp(2.6rem,4.2vw,4.6rem)}.bundle-copy>p:not(.eyebrow){color:#d3d3d5;font-size:1.05rem;max-width:590px}.bundle-price{display:flex;align-items:center;gap:22px;margin:28px 0}.bundle-price strong{font-family:var(--serif);font-size:4rem;color:var(--pink)}.bundle-price span{font-size:.88rem}.strike{text-decoration:line-through;color:#b9b9bc}.light{box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.about{display:grid;grid-template-columns:.65fr 1.35fr;gap:8vw;align-items:center}.about-label{aspect-ratio:1;background:var(--charcoal);position:relative;display:grid;place-items:center;max-width:460px;overflow:hidden}.about-label span{font-family:var(--serif);font-size:12rem;font-weight:700;position:absolute}.about-label span:first-child{color:var(--pink);left:16%}.about-label span:last-child{color:var(--rose);right:14%;top:24%}.about-copy h2{font-size:clamp(2.5rem,4.1vw,4.5rem)}.about-copy>p:not(.eyebrow){color:#5d5f64;max-width:750px;font-size:1.05rem}.faq{padding-top:80px;max-width:1150px;margin:auto}.faq details{border-top:1px solid var(--line);padding:23px 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;font-family:var(--serif);font-size:1.25rem;font-weight:700;list-style:none;display:flex;justify-content:space-between}.faq summary::after{content:"+";color:var(--pink);font-family:var(--sans);font-size:1.5rem}.faq details[open] summary::after{content:"−"}.faq details p{max-width:760px;color:#686a6f}.closing{text-align:center;padding:110px 24px 125px;background:var(--blush)}.closing h2{font-size:clamp(2.5rem,4.2vw,4.7rem);max-width:850px;margin:0 auto 35px}footer{padding:55px clamp(24px,7vw,110px);background:#1d1e21;color:#c8c8ca;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;align-items:end;font-size:.86rem}footer p{margin:4px 0}.footer-brand img{width:260px;filter:brightness(0) invert(1);margin-bottom:8px}.overlay{position:fixed;inset:0;background:rgba(12,12,14,.58);z-index:39}.cart{position:fixed;z-index:40;right:0;top:0;height:100dvh;width:min(460px,100%);background:white;padding:30px;transform:translateX(102%);transition:transform .3s;display:flex;flex-direction:column}.cart.open{transform:translateX(0)}.cart-header{display:flex;justify-content:space-between;align-items:start;padding-bottom:20px;border-bottom:1px solid var(--line)}.cart h2{font-size:2rem}.icon-button{border:0;background:transparent;font-size:2rem;line-height:1;cursor:pointer}.cart-items{overflow:auto}.cart-item{display:grid;grid-template-columns:68px 1fr auto;gap:15px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.cart-item img{width:68px;height:88px;object-fit:cover}.cart-item h3{font-family:var(--serif);font-size:1rem;margin:0}.cart-item p{margin:4px 0;font-weight:700}.remove{border:0;background:none;color:#777;text-decoration:underline;cursor:pointer;padding:0}.cart-empty{text-align:center;margin:auto}.cart-empty a{color:var(--pink);font-weight:700}.cart-footer{margin-top:auto;padding-top:22px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;font-size:1.15rem;margin-bottom:18px}.cart-total strong{font-family:var(--serif);font-size:1.7rem}.checkout{width:100%}.cart-footer>p{text-align:center;color:#777;font-size:.78rem}.checkout-dialog{max-width:520px;border:0;padding:50px;box-shadow:0 28px 80px rgba(0,0,0,.3)}.checkout-dialog::backdrop{background:rgba(12,12,14,.7)}.checkout-dialog h2{font-size:2.5rem}.checkout-dialog p:not(.eyebrow){color:#64666b}.dialog-close{position:absolute;right:18px;top:14px}.toast{position:fixed;bottom:24px;left:50%;z-index:60;transform:translate(-50%,30px);opacity:0;background:var(--ink);color:white;padding:13px 20px;transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1050px){.hero{grid-template-columns:1fr;background:linear-gradient(155deg,#f8edf1 0%,#fbfafb 55%,#34363b 55%,#242529 100%)}.hero-books{height:520px}.hero-books .book{width:250px}.product-grid{grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:.8fr 1.2fr}.product-image{height:520px}.bundle{grid-template-columns:1fr}.bundle-art{order:2}.about{grid-template-columns:1fr 1.5fr}}
@media(max-width:720px){.site-header{height:76px;padding:0 16px}.brand{width:190px}.site-header nav{display:none}.cart-button{padding:9px 12px}.hero{padding:70px 22px 45px;min-height:auto;gap:25px}.hero h1{font-size:3.35rem}.hero-lede{font-size:1rem}.hero-books{height:350px}.hero-books .book{width:165px}.book-one{left:0}.book-two{left:27%}.book-three{right:0}.promise{grid-template-columns:1fr;padding:0 22px}.promise div{border-right:0;border-bottom:1px solid var(--line);padding:16px}.section{padding:75px 22px}.section-heading{display:block;margin-bottom:35px}.section-heading>p{margin-top:18px}.product-card{display:flex}.product-image{height:410px}.bundle{padding-top:75px}.bundle-art{height:360px;margin-top:20px}.bundle-art img{width:170px}.bundle-price{flex-wrap:wrap}.about{grid-template-columns:1fr}.about-label{max-width:330px}.about-label span{font-size:9rem}footer{grid-template-columns:1fr}.checkout-dialog{width:calc(100% - 28px);padding:42px 25px}}
@media(max-width:430px){.hero h1{font-size:2.9rem}.hero-books{height:310px}.hero-books .book{width:145px}.hero-actions{align-items:flex-start}.product-image{height:360px}.bundle-art{height:300px}.bundle-art img{width:145px}.product-buy{align-items:stretch}.product-buy .button{padding:11px 14px}.about-label span{font-size:8rem}}
.cart-button{text-decoration:none}
