:root{--graphite:#292832;--lilac:#c2a5e2;--lavender:#e5d8f3;--chalk:#fbf9f6;--lime:#bce52e;--plum:#30203d;--line:#ded8e5;--muted:#595560;--white:#fff;--shadow:0 25px 70px rgba(41,40,50,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--chalk);color:var(--graphite);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.skip-link{position:fixed;left:16px;top:12px;z-index:10000;padding:12px 16px;background:var(--graphite);color:#fff;transform:translateY(-180%);transition:transform .15s ease}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #7b589d;outline-offset:3px}#main-content:focus{outline:none}.app-shell>header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:18px 5vw;background:#fbf9f6e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(41,40,50,.08)}.logo{display:flex;align-items:center;gap:12px}.logo .monogram{width:46px;height:46px;border:1px solid var(--graphite);display:grid;place-items:center;border-radius:50%;font-family:Georgia,Times New Roman,serif;font-weight:600}.logo b,.logo small{display:block}.logo b{font-family:Georgia,Times New Roman,serif;font-size:18px}.logo small{font-size:10px;letter-spacing:.08em;color:var(--muted);margin-top:2px}header nav{display:flex;align-items:center;gap:28px;font-size:14px}header nav a:hover{color:#7b589d}.signin{border:1px solid var(--graphite);padding:10px 15px;display:flex;align-items:center;gap:7px}.menu{display:none;background:none;border:0}.hero{min-height:800px;padding:90px 7vw 80px;position:relative;overflow:hidden;background:radial-gradient(circle at 76% 20%,rgba(194,165,226,.6),transparent 29%),linear-gradient(140deg,var(--chalk) 0 56%,var(--lavender) 56%)}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.19em;margin-bottom:22px}.hero h1,.page-intro h1,.auth h1,.product-copy h1,.dash-top h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,7vw,96px);line-height:.95;margin:0;letter-spacing:-.05em}.hero h1 em{color:#8765a6}.hero>p{font-size:18px;max-width:570px;line-height:1.65;margin:30px 0}.actions{display:flex;gap:14px;flex-wrap:wrap}.button{border:0;padding:15px 21px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700}.primary{background:var(--graphite);color:#fff}.ghost{border:1px solid var(--graphite)}.light{background:#fff}.hero-board{position:absolute;right:5vw;bottom:65px;width:min(620px,45vw);background:var(--graphite);color:#fff;padding:18px;box-shadow:var(--shadow);transform:rotate(-2deg)}.board-label{font-size:10px;letter-spacing:.2em;padding:7px}.board-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:10px}.board-grid article{padding:22px;background:#3b3944;min-height:145px}.board-grid article:first-child{grid-row:span 2}.board-grid h2{font-family:Georgia,Times New Roman,serif;font-size:25px;margin:38px 0 6px}.board-grid p{font-size:12px;color:#fff}.board-grid .lavender{background:var(--lilac);color:var(--graphite)}.board-grid .lavender p{color:#403948}.board-grid .lime{background:var(--lime);color:var(--graphite)}.board-grid .lime p{color:#3f451f}.progress{height:3px;background:#5a5764;margin-top:20px}.progress i{display:block;background:var(--lime);width:60%;height:100%}.statement{text-align:center;padding:120px 5vw}.statement p{text-transform:uppercase;letter-spacing:.18em;font-size:11px}.statement h2,.section-heading h2,.library-promo h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,5vw,66px);margin:14px 0}.collections{display:grid;grid-template-columns:repeat(3,1fr);padding:0 5vw 100px}.collection{min-height:360px;padding:36px;display:flex;flex-direction:column;justify-content:flex-end}.collection h3{font-family:Georgia,Times New Roman,serif;font-size:52px;margin:12px 0}.collection p{line-height:1.6}.collection.signature{background:var(--lavender)}.collection.modern{background:var(--graphite);color:#fff}.collection.kids{background:var(--lime)}.product-section,.page{padding:80px 5vw 120px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card h3{margin:12px 0 4px}.product-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-top:12px}.product-meta button{border:0;background:none}.price{font-weight:700;color:#58657a}.product-cover{aspect-ratio:4/5;display:flex;flex-direction:column;padding:22px;position:relative;overflow:hidden}.product-cover span{font-size:9px;letter-spacing:.18em}.product-cover small{margin-top:auto;text-transform:uppercase;letter-spacing:.16em;font-size:10px}.product-cover h3,.product-cover h2{font-family:Georgia,Times New Roman,serif;font-size:28px;margin:10px 0}.product-cover i{font-size:10px}.product-cover.signature{background:var(--lavender)}.product-cover.modern{background:var(--graphite);color:#fff}.product-cover.kids{background:linear-gradient(135deg,#ffd85c 0,#ffd85c 50%,#ff806f 50%);color:var(--graphite)}.product-cover:after{content:"TOL";position:absolute;right:-10px;top:24px;font-family:Georgia,Times New Roman,serif;font-size:70px;opacity:.07}.library-promo{background:var(--plum);color:#fff;padding:100px 7vw;display:grid;grid-template-columns:1fr 1.15fr;gap:80px;align-items:center}.library-promo p{line-height:1.7;max-width:530px}.shelf{background:var(--chalk);color:var(--graphite);padding:24px}.shelf-top{display:flex;gap:10px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:18px}.shelf-top span{margin-left:auto;font-size:12px;color:var(--muted)}.shelf-row{display:flex;align-items:center;gap:15px;padding:14px 0;border-bottom:1px solid var(--line)}.shelf-row div{flex:1}.shelf-row small{display:block;color:var(--muted);margin-top:4px}.shelf-row button,.library-grid button{border:0;background:none;display:flex;gap:7px;align-items:center}.mini-cover{width:42px;height:52px;display:grid;place-items:center;font-size:10px}.mini-cover.signature{background:var(--lilac)}.mini-cover.modern{background:var(--graphite);color:#fff}.mini-cover.kids{background:#ffd85c}footer{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;padding:70px 5vw;background:#efebf2}footer>div{display:flex;flex-direction:column;gap:12px;font-size:13px}footer p{color:#595560;max-width:340px}.page-intro{max-width:920px;margin-bottom:60px}.page-intro p{font-size:18px;line-height:1.6;max-width:650px}.shop-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.shop-tools label{border-bottom:1px solid var(--graphite);display:flex;gap:10px;padding:10px 0}.shop-tools input{border:0;background:none;outline:none}.filters{display:flex;gap:8px}.filters button{border:1px solid var(--line);background:#fff;padding:9px 13px;text-transform:capitalize}.filters button.active{background:var(--graphite);color:#fff}.product-page{padding:90px 8vw 120px;display:grid;grid-template-columns:minmax(300px,480px) 1fr;gap:9vw;align-items:center}.product-cover.large{width:100%}.product-cover.large h2{font-size:52px}.product-copy p{font-size:19px;line-height:1.7;max-width:650px}.format{padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.product-confidence{margin:18px 0 4px;padding:16px 18px;border:1px solid var(--line);background:#fff;display:grid;gap:5px}.product-confidence strong{font-size:14px}.product-confidence span{font-size:12px;color:var(--muted);line-height:1.5}.buy-row{display:flex;align-items:center;gap:25px;margin-top:28px}.buy-row strong{font-size:28px}.assurance{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin-top:22px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.article-art{height:260px;display:grid;place-items:center;margin-bottom:18px}.art-0{background:var(--lavender)}.art-1{background:var(--lime)}.art-2{background:var(--graphite);color:#fff}.article-grid h2{font-family:Georgia,Times New Roman,serif}.auth{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.auth>div{padding:55px 10vw}.auth .eyebrow{margin-top:90px}.auth h1{font-size:58px}.auth form{display:grid;gap:16px;margin-top:40px;max-width:480px}.auth label{display:grid;gap:8px;font-size:13px;font-weight:700}.auth input{padding:15px;border:1px solid var(--line);background:#fff}.auth aside{background:var(--graphite);color:#fff;padding:70px;display:flex;flex-direction:column;justify-content:center}.auth aside .big{font-size:120px;font-family:Georgia,Times New Roman,serif;color:var(--lilac)}.auth aside h2{font-family:Georgia,Times New Roman,serif;font-size:60px;margin:25px 0}.dashboard{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.dashboard>aside{background:var(--graphite);color:#fff;padding:30px 20px}.dashboard>aside .logo .monogram{border-color:#fff}.dashboard>aside .logo small{color:#c7c2ce}.dashboard>aside nav{display:grid;gap:8px;margin-top:70px}.dashboard>aside nav a{display:flex;gap:10px;padding:13px;align-items:center}.dashboard>aside nav .active{background:#3b3945}.dash-main{padding:55px 5vw}.dash-top{display:flex;justify-content:space-between;align-items:center}.dash-top h1{font-size:55px}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:45px 0}.dash-stats article{background:#fff;border:1px solid var(--line);padding:24px}.dash-stats strong{display:block;font-family:Georgia,Times New Roman,serif;font-size:32px;margin-top:15px}.library-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.library-grid article>div:last-child{padding:14px;background:#fff;display:grid;gap:8px}@media(max-width:900px){header nav{display:none;position:absolute;top:82px;left:0;right:0;background:var(--chalk);padding:25px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}header nav.open{display:flex}.menu{display:block;min-width:44px;min-height:44px}.hero{padding-top:70px;min-height:auto}.hero-board{position:relative;right:auto;bottom:auto;width:100%;margin-top:70px;transform:none}.collections,.product-grid,.article-grid,.library-grid{grid-template-columns:repeat(2,1fr)}.library-promo,.product-page,.auth{grid-template-columns:1fr}.auth aside{display:none}.dashboard{grid-template-columns:1fr}.dashboard>aside{display:none}footer{grid-template-columns:1fr 1fr}.shop-tools{align-items:flex-start;gap:20px;flex-direction:column}.product-page{align-items:start}.product-copy h1{font-size:clamp(44px,11vw,66px)}}@media(max-width:600px){.hero{background:var(--chalk)}.hero h1{font-size:55px}.board-grid{grid-template-columns:1fr}.board-grid article:first-child{grid-row:auto}.collections,.product-grid,.article-grid,.library-grid,.dash-stats{grid-template-columns:1fr}.collection{min-height:280px}.section-heading{align-items:flex-start;gap:15px;flex-direction:column}.library-promo{padding:70px 6vw}.product-page{padding:40px 6vw 90px}.product-cover.large h2{font-size:40px}.product-confidence{margin-top:14px}.auth>div{padding:35px 6vw}.auth h1{font-size:45px}footer{grid-template-columns:1fr}.filters{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hero-board{min-height:335px;contain:layout paint}.board-grid{grid-template-rows:145px 145px;align-items:stretch}.board-grid article{min-height:145px}.board-grid h2{line-height:1.08;min-height:54px}.board-grid p{line-height:1.4;min-height:17px}@media(max-width:900px){.hero-board{min-height:335px}}
