@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
:root{--ink:#1e2533;--navy:#182439;--paper:#f9f7f2;--cream:#eeeae1;--line:#dcd9d2;--gold:#bc9357;--muted:#66707b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 'DM Sans',Arial,sans-serif}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.masthead{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,80px);background:var(--paper);border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:700;letter-spacing:.13em;font-size:15px;line-height:1.1;white-space:nowrap}.brand small{display:block;font-weight:500;font-size:10px;letter-spacing:.29em;margin-top:6px;color:var(--muted)}.brand-logo{width:42px;height:44px;object-fit:contain}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--gold);border-radius:50%;font:italic 18px Georgia,serif;letter-spacing:-.08em;color:var(--gold)}nav{display:flex;gap:32px;margin-left:auto}nav a{text-decoration:none;font-size:14px}nav a:hover,.intro-link:hover{text-decoration:underline}.cart-trigger{border:1px solid var(--ink);background:transparent;border-radius:2px;padding:10px 15px;font-size:14px;white-space:nowrap}.cart-trigger span{display:inline-grid;place-items:center;margin-left:10px;background:var(--navy);color:white;border-radius:50%;width:24px;height:24px}.intro{background:var(--navy);color:white;min-height:490px;display:grid;grid-template-columns:1.35fr 1fr;overflow:hidden}.intro-inner{padding:clamp(48px,6vw,92px) 5vw;max-width:770px;margin-left:max(0px,calc((100vw - 1440px)/2))}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:700;color:var(--gold);margin:0 0 19px}.intro h1,.section-head h2,.about h2,.drawer h2,.detail h2{font-family:'Libre Baskerville',Georgia,serif;font-weight:400;line-height:1.18;letter-spacing:-.035em}.intro h1{font-size:clamp(35px,4.2vw,66px);margin:0 0 24px}.intro h1 em{color:#d5bb93;font-weight:400}.intro-copy{max-width:560px;color:#d7dbe0;font-size:18px;line-height:1.65}.intro-link{display:inline-block;margin-top:18px;color:#e2c69c;text-underline-offset:6px;font-size:15px}.intro-link span{margin-left:12px}.intro-visual{position:relative;background:radial-gradient(circle at 55% 48%,#5c5370 0%,#32354c 35%,#1d283d 70%);display:flex;align-items:center;justify-content:center;overflow:hidden}.intro-visual:before,.intro-visual:after{content:'';position:absolute;width:440px;height:440px;border:1px solid #cab69b52;border-radius:50%}.intro-visual:after{width:310px;height:310px;transform:rotate(30deg);border-color:#cab69b99}.intro-visual span{font:clamp(25px,3vw,44px)/1.33 'Libre Baskerville',serif;text-align:center;letter-spacing:.12em;z-index:1;color:#eee3d0}.intro-visual i{position:absolute;bottom:30px;color:#d3b177;font-style:normal;font-size:34px}.catalogue{max-width:1440px;margin:auto;padding:76px clamp(20px,5vw,80px) 100px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-head h2,.about h2{font-size:clamp(30px,3vw,43px);margin:0}.section-head #resultCount{font-size:14px;color:var(--muted)}.controls{display:flex;gap:12px;margin:32px 0}.search-wrap{display:flex;align-items:center;gap:12px;border:1px solid var(--line);background:#fff;padding:0 15px;flex:1}.search-wrap svg{width:20px;height:20px;fill:none;stroke:var(--muted);stroke-width:1.6}.search-wrap input{border:0;outline:0;background:transparent;width:100%;padding:15px 0;font-size:15px}.category-wrap select{height:100%;min-height:52px;width:min(280px,32vw);padding:0 16px;border:1px solid var(--line);background:white;color:var(--ink);outline-color:var(--gold)}.book-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.book-card{background:#fff;border:1px solid var(--line);display:flex;flex-direction:column;min-width:0;transition:transform .2s,border-color .2s}.book-card:hover{transform:translateY(-3px);border-color:#b3a891}.cover{width:100%;aspect-ratio:2/3;background:#152333;overflow:hidden}.cover img{display:block;width:100%;height:100%;object-fit:cover}.book-card .cover{max-height:none}.card-body{padding:20px;display:flex;flex-direction:column;flex:1}.card-cat{color:#8c714e;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:700}.book-card h3{font:18px/1.4 'Libre Baskerville',Georgia,serif;margin:11px 0 8px;min-height:50px}.card-meta{font-size:13px;color:var(--muted);margin:0 0 18px}.card-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:7px}.price{font-size:19px;font-weight:700}.price.unknown{font-size:13px;font-weight:500;color:var(--muted)}.card-actions{display:flex;gap:7px}.card-actions button{border:1px solid var(--line);background:white;min-height:38px;padding:6px 11px;font-size:13px}.card-actions .add{background:var(--navy);border-color:var(--navy);color:white}.card-actions button:hover,.primary-button:hover{opacity:.8}.empty{padding:40px;text-align:center;color:var(--muted)}.about{background:#e9e5db;padding:75px max(5vw,calc((100vw - 1280px)/2));display:grid;grid-template-columns:1fr 1.7fr;gap:15px 50px}.about .eyebrow{grid-column:1/-1}.about p:last-child{max-width:650px;line-height:1.8;margin:0;color:#4b5560}footer{display:flex;justify-content:space-between;gap:30px;padding:28px 5vw;font-size:13px;color:var(--muted)}.overlay{position:fixed;inset:0;background:#0d1628a8;z-index:10}.drawer{position:fixed;right:0;top:0;bottom:0;width:min(100%,460px);background:var(--paper);z-index:11;display:flex;flex-direction:column;box-shadow:-5px 0 30px #0003}.drawer[hidden],.overlay[hidden]{display:none}.drawer-head{padding:26px 28px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer h2{font-size:30px;margin:0}.icon-button{border:0;background:transparent;font-size:31px;line-height:1;width:36px;height:36px}.cart-items{padding:18px 28px;overflow:auto;flex:1}.cart-row{border-bottom:1px solid var(--line);padding:17px 0}.cart-row strong{font:16px/1.4 'Libre Baskerville',Georgia,serif}.cart-row p{margin:6px 0;color:var(--muted);font-size:14px}.cart-row-controls{display:flex;align-items:center;gap:12px}.cart-row-controls button{background:transparent;border:1px solid var(--line);width:30px;height:30px}.cart-row-controls .remove{width:auto;margin-left:auto;border:0;text-decoration:underline;font-size:13px}.drawer-foot{border-top:1px solid var(--line);padding:22px 28px}.total{display:flex;justify-content:space-between;gap:20px;margin:0;font-size:16px}.fineprint{font-size:13px;color:var(--muted);line-height:1.5}.primary-button{width:100%;padding:15px;background:var(--navy);border:0;color:white;font-weight:700}.feedback{font-size:13px;min-height:18px;margin-bottom:0}.detail{border:0;padding:0;width:min(92vw,730px);max-height:85vh;background:var(--paper);color:var(--ink);box-shadow:0 25px 80px #0005}.detail::backdrop{background:#0d1628b3}.detail-close{position:absolute;right:16px;top:16px;z-index:2}.detail-content{display:grid;grid-template-columns:220px 1fr;gap:32px;padding:46px}.detail .cover{height:auto}.detail h2{font-size:30px;margin:8px 0 20px}.detail p{line-height:1.7}.detail .detail-meta{color:var(--muted);font-size:14px}.detail .primary-button{margin-top:17px}.detail .unknown{color:var(--muted)}@media(max-width:1000px){.book-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.intro-visual{min-height:400px}}@media(max-width:700px){.masthead{height:72px;padding:0 18px}.brand{font-size:13px}.brand-mark{width:36px;height:36px}nav{display:none}.cart-trigger{padding:7px 10px}.intro{display:block}.intro-inner{padding:58px 24px}.intro-visual{display:none}.catalogue{padding:55px 18px 70px}.controls{flex-direction:column}.category-wrap select{width:100%}.book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.cover{height:auto}.card-body{padding:13px}.book-card h3{font-size:15px;min-height:0}.card-bottom{align-items:flex-start;flex-direction:column}.card-actions{width:100%}.card-actions button{flex:1}.about{display:block;padding:55px 24px}.about h2{margin-bottom:24px}footer{display:block;padding:25px 18px}footer span{display:block;margin-bottom:10px}.detail-content{display:block;padding:35px 25px}.detail .cover{height:auto;max-width:220px;margin-bottom:24px}.section-head{align-items:end}.section-head #resultCount{white-space:nowrap;font-size:12px}}@media(max-width:360px){.book-grid{grid-template-columns:1fr}}
.duo-feature{display:flex;align-items:center;gap:24px;max-width:1280px;margin:38px auto 0;padding:26px 32px;border:1px solid var(--line);background:#fff;text-decoration:none}.duo-feature:hover{border-color:var(--gold);background:#fffdfa}.duo-feature-icon{display:grid;place-items:center;width:68px;height:68px;flex:none;background:var(--navy);color:#e4c69b;font-size:33px}.duo-feature>span:nth-child(2){display:flex;flex-direction:column}.duo-feature small{color:#8c714e;font-size:12px;letter-spacing:.16em;font-weight:700}.duo-feature strong{font:26px/1.35 'Libre Baskerville',Georgia,serif;margin:4px 0}.duo-feature-arrow{margin-left:auto;font-size:26px;color:var(--gold)}.duos-page{max-width:1440px;margin:auto;padding:36px clamp(20px,5vw,80px) 80px}.duos-heading{margin:0 0 34px}.back-link{display:inline-block;margin-bottom:36px;font-size:14px;text-underline-offset:4px}.duos-heading h1{font:clamp(32px,4vw,54px)/1.15 'Libre Baskerville',Georgia,serif;letter-spacing:-.035em;margin:0}.duos-heading>p:last-child{font-size:18px;color:var(--muted);max-width:680px}.duos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.duo-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);min-width:0}.duo-images{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:#ede8df;padding:14px;height:280px}.duo-images img{display:block;width:100%;height:100%;object-fit:contain;background:#f6f4ef}.duo-images img:nth-child(2){object-fit:cover}.duo-info{padding:24px 27px 26px;display:flex;flex:1;flex-direction:column}.duo-info .eyebrow{margin:0 0 8px}.duo-info h2{font:23px/1.35 'Libre Baskerville',Georgia,serif;margin:0 0 10px}.duo-info>p:not(.eyebrow){color:var(--muted);margin:0 0 24px}.duo-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.duo-bottom strong{font-size:23px;white-space:nowrap}.duo-bottom .pending-price{font-size:15px;font-weight:500;color:var(--muted)}.duo-bottom a{display:inline-block;text-align:center;background:var(--navy);color:#fff;padding:11px 16px;text-decoration:none;font-size:14px}.duo-bottom a:hover{background:#34455d}.duos-note{font-size:14px;color:var(--muted);margin-top:30px}@media(max-width:900px){.duo-feature{margin:20px 18px 0}.duos-grid{grid-template-columns:1fr}}@media(max-width:700px){.duo-feature{gap:14px;padding:18px}.duo-feature-icon{width:48px;height:48px;font-size:23px}.duo-feature strong{font-size:19px}.duo-feature>span:nth-child(2)>span{font-size:14px}.duos-page{padding:25px 18px 65px}.duos-heading{margin-bottom:25px}.back-link{margin-bottom:27px}.duo-images{height:240px;padding:10px}.duo-info{padding:20px}.duo-info h2{font-size:20px}.duo-bottom{flex-wrap:wrap}}
