/* Spring Rose: a bounded bookshelf, with every cover displayed in full. */
:root{--frame:1320px;--ink:#193b31;--green:#214f42;--paper:#fffdf9;--cream:#f4f0e7;--gold:#977445}
html{scrollbar-gutter:stable;background:#e9e7e1}
body{background:#e9e7e1;min-width:0}
.site-shell{width:min(100%,var(--frame));margin:24px auto;background:var(--paper);box-shadow:0 8px 65px #293c2e0c;border:1px solid #dcded4;border-radius:10px;isolation:isolate}
.site-shell *, .site-shell *::before, .site-shell *::after{box-sizing:border-box}
.site-shell :is(header,main,section,aside,form,footer,nav,article,.shop-results,.book-info){min-width:0}
.topbar{display:flex;justify-content:space-between;gap:12px;padding:10px 36px;font-size:10px;letter-spacing:1.2px;border-radius:9px 9px 0 0}
header{position:relative;grid-template-columns:245px minmax(160px,1fr) auto;padding:24px 36px;gap:24px;background:var(--paper)}
.brand{line-height:1.1;font-size:21px}.brand img{width:55px;height:55px;flex-shrink:0;object-fit:contain;border-radius:0}.brand small{display:inline-block;margin-top:4px;font-size:8px}
.search{width:100%;border-radius:4px;background:#f8f7f3;border-color:#d6dbd3;min-width:0}.search input{background:transparent;font-size:12px;width:100%;padding:13px}.search button{padding:0 15px;cursor:pointer}
header nav{font-size:12px;gap:16px}header nav>a:nth-child(3){display:none}.cart{padding:8px 10px;border-radius:4px}
.category-nav{display:flex;align-items:center;justify-content:center;gap:38px;padding:12px 20px;border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.2px}
.category-nav a{white-space:nowrap}.category-nav a:hover{color:var(--gold)}
.hero{position:relative;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;min-height:550px;margin:20px 24px 0;padding:50px 44px;background:radial-gradient(ellipse at 76% 56%,#e5e6c7 0,#e5e6c700 52%),#f3f0e6;border-radius:6px;overflow:hidden}
.hero-copy{position:relative;z-index:2}.hero .kicker{font-size:10px;letter-spacing:2.5px;color:#637159}
.hero h1{font-size:clamp(42px,4.7vw,66px);line-height:1.03;letter-spacing:-2px;margin:16px 0 22px}.hero h1 em{font-weight:600;color:#7e6545}
.hero>div:first-child>p:not(.kicker){font-size:15px;line-height:1.8;margin:0 0 25px;color:#677364}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.hero-actions .btn{font-size:12px;padding:14px 20px;gap:16px}.hero-secondary{font-size:12px;text-decoration:underline;text-underline-offset:5px}
.hero-note{font-size:11px;color:#6b765f;margin-top:25px;display:flex;gap:8px;align-items:center}.hero-note span{color:#9a7a42;font-size:17px}
.hero-books{position:relative;width:100%;height:390px;display:flex;align-items:center;justify-content:center;isolation:isolate}
.hero-halo{position:absolute;inset:4% 0 2%;border-radius:50%;border:1px solid #c6cbb093;background:radial-gradient(circle,#d3dabc90,transparent 65%);z-index:-1}
.hero-halo::after{content:'';position:absolute;inset:22px;border:1px solid #c6cbb077;border-radius:50%}
.hero-caption{position:absolute;top:0;left:0;right:0;text-align:center;font-size:9px;letter-spacing:2.8px;color:#6c745c}
.hero-book-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;gap:5px;align-items:center;padding:22px 4px 0}
.hero-book{display:block;min-width:0;position:relative;transition:transform .3s}.hero-book img{display:block;width:100%;height:250px;object-fit:contain;filter:drop-shadow(9px 14px 8px #23392835)}
.hero-book:first-child{transform:translateY(14px) rotate(-8deg)}.hero-book:nth-child(2){z-index:2;transform:translateY(-6px)}.hero-book:last-child{transform:translateY(16px) rotate(8deg)}.hero-book:hover{transform:translateY(-10px)}
.hero-shelf{position:absolute;bottom:36px;left:6%;right:6%;height:15px;background:linear-gradient(#e0d6b9,#c5b795);border-radius:50%;filter:blur(3px);z-index:-1}
.hero-stamp{position:absolute;bottom:-4px;right:2%;width:104px;height:104px;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #b8c2a3;outline:4px solid #f3f0e6;border-radius:50%;background:#e2e8d6;color:#46604a;transform:rotate(12deg)}
.hero-stamp span{font-size:9px;letter-spacing:1px;text-align:center;line-height:1.5}.hero-stamp i{font-style:normal;font-size:21px}
.trust{margin:0 24px;background:transparent;gap:0;border:0;border-bottom:1px solid var(--line)}.trust div{padding:23px 20px;background:transparent;grid-template-columns:24px minmax(0,1fr);column-gap:9px;font-size:19px}.trust b{font-size:12px}.trust small{font-size:10px}
.section{padding:45px 36px 38px}.section-head{margin-bottom:24px}.section-head h2,.editorial h2{font-size:35px}.section-head .kicker{font-size:9px;letter-spacing:2px}.section-head>a{font-size:12px}
.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 20px;align-items:stretch}
.book-card{display:flex;flex-direction:column;opacity:1;transform:none;background:transparent;border:1px solid #e4e5dc;border-radius:5px;padding:12px;transition:border-color .2s,box-shadow .2s}
.book-card:hover{border-color:#b2c3ad;box-shadow:0 6px 15px #2946350c}.book-link{display:flex;flex-direction:column;flex:1;min-width:0}
.cover{width:100%;height:250px;min-height:0;display:flex;align-items:center;justify-content:center;padding:15px;margin:0 0 16px;background:#f5f5ef;border-radius:3px;overflow:visible}
.cover img{width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;object-fit:contain;object-position:center;transform:none!important;filter:drop-shadow(3px 5px 3px #00000014)}
.book-info{display:flex;flex-direction:column;flex:1;padding:0 3px}.eyebrow{font-size:8px;letter-spacing:1.1px;line-height:1.5;min-height:24px;overflow-wrap:anywhere}.book-card h3{font-size:16px;line-height:1.4;margin:4px 0 6px;min-height:45px;-webkit-line-clamp:2}.book-card .author{font-size:11px;line-height:1.4;min-height:16px;margin:0 0 8px}
.price{flex-wrap:wrap;column-gap:8px;row-gap:0;font-variant-numeric:tabular-nums;margin:9px 0 12px}.book-info .price{margin-top:auto;padding-top:6px}.price strong{font-size:16px;white-space:nowrap}.price del{font-size:11px;white-space:nowrap}.book-card .btn{font-size:11px;padding:11px 8px;border:1px solid #c9d2c1;background:transparent;color:var(--green)}.book-card .btn:hover{background:var(--green);color:white;transform:none;box-shadow:none}.btn:disabled{opacity:.5;cursor:not-allowed}
.editorial{margin:5px 36px 42px;padding:35px 30px;border-radius:5px;background:linear-gradient(115deg,#173a30,#2a5041)}.editorial h2{font-size:32px;margin-bottom:10px}.editorial p:not(.kicker){font-size:13px;max-width:680px;margin-bottom:16px}.editorial .text-link{font-size:12px;color:#dcc091}
.page-title{padding:40px 36px 25px}.page-title h1{font-size:42px;line-height:1.15;letter-spacing:-1px}.page-title>p:last-child{font-size:13px}
.shop-layout{grid-template-columns:180px minmax(0,1fr);padding:32px 36px;gap:28px}.shop-layout aside{position:static;max-width:100%;overflow-wrap:anywhere}.shop-layout aside h3{font-size:20px}.shop-layout aside a{font-size:12px}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:30px 0 10px}.pagination a{display:grid;place-items:center;width:38px;height:38px;border:1px solid #cbd4c2;background:white}.pagination a[aria-current]{background:var(--green);color:white;border-color:var(--green)}
.product{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:42px;padding:45px 36px}.product>div{min-width:0}.product h1{font-size:37px;line-height:1.15;letter-spacing:-.6px;overflow-wrap:anywhere}.product-cover{width:100%;height:560px;min-height:0;min-width:0;display:flex;align-items:center;justify-content:center;padding:32px;background:#f5f5ef;border:1px solid #e3e4dc;border-radius:6px}.product-cover img{width:100%;height:100%;min-width:0;min-height:0;max-height:100%;object-fit:contain}.product .description{font-size:14px;overflow-wrap:anywhere}.price.large strong{font-size:26px}.product dd{overflow-wrap:anywhere;font-size:13px}
.cart-page,.checkout{grid-template-columns:minmax(0,1fr) 340px;padding:36px;gap:28px}.cart-lines{min-width:0}.cart-line{grid-template-columns:minmax(0,1fr) 62px 118px;gap:12px}.cart-line h3{overflow-wrap:anywhere}.cart-line input{max-width:100%;width:62px}.cart-line>strong{font-size:13px}.summary p>span{min-width:0;overflow-wrap:anywhere}.summary p>b{white-space:nowrap;flex-shrink:0}.summary{padding:24px}.fields input{width:100%;min-width:0}.payment{display:grid;grid-template-columns:18px minmax(0,1fr);font-size:13px}.payment small{grid-column:1/-1}.checkout-form{padding:24px}
footer{padding:38px 36px 20px;gap:30px;border-radius:0 0 9px 9px;grid-template-columns:minmax(0,1.5fr) minmax(0,.8fr) minmax(0,1fr)}footer a,footer p{font-size:12px;overflow-wrap:anywhere}footer h3{font-size:22px}footer h4{font-size:18px}.copyright{padding-top:16px}
.content-page,.success{padding:60px 30px}.site-shell a:focus-visible,.site-shell button:focus-visible,.site-shell input:focus-visible{outline:3px solid #a88945;outline-offset:3px}
@media(min-width:1600px){.site-shell{margin-block:32px}}
@media(max-width:1150px){header{grid-template-columns:210px minmax(0,1fr) auto;gap:16px;padding:20px 26px}.brand{font-size:18px}header nav{gap:12px}header nav>a:not(.cart){display:none}.search{grid-column:auto;grid-row:auto}.hero{padding:40px 30px;min-height:510px}.hero h1{font-size:55px}.hero-book img{height:230px}.hero-books{height:355px}.hero-stamp{width:86px;height:86px}.trust div{padding-inline:12px}.cover{height:230px;padding:12px}}
@media(max-width:900px){.site-shell{margin:0 auto;border-radius:0}.topbar{border-radius:0;padding-inline:22px}.topbar span:last-child{display:none}.topbar span:first-child{margin:auto}.hero{margin:16px 16px 0;padding:36px 24px;gap:16px;min-height:460px}.hero h1{font-size:46px}.hero-books{height:320px}.hero-book img{height:190px}.hero-stamp{bottom:10px;width:75px;height:75px}.hero-stamp span{font-size:7px}.hero-caption{font-size:7px;letter-spacing:1.5px}.hero-actions{gap:14px}.hero-actions .btn{font-size:11px;padding:12px 15px}.hero-secondary{font-size:11px}.hero-note{font-size:10px}.trust{margin-inline:16px}.trust b{font-size:11px}.trust small{font-size:9px}.trust div{column-gap:5px;grid-template-columns:18px minmax(0,1fr);font-size:16px}.section{padding:34px 24px}.grid{gap:16px}.cover{height:205px;padding:10px}.book-card{padding:10px}.book-card h3{font-size:14px}.book-card .price strong{font-size:14px}.book-card .price del{font-size:10px}.shop-layout{padding:24px;grid-template-columns:145px minmax(0,1fr);gap:20px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-page,.checkout{grid-template-columns:1fr;padding:24px}.product{gap:26px;padding:35px 24px}.product h1{font-size:31px}.product-cover{height:440px;padding:20px}}
@media(max-width:680px){header{grid-template-columns:minmax(0,1fr) auto;padding:15px 18px;gap:15px}.brand{font-size:20px}.brand span{display:block}.brand img{width:44px;height:44px}.search{grid-column:1/-1;grid-row:2}.search input{font-size:12px}.category-nav{gap:8px 20px;padding:10px 15px;flex-wrap:wrap;font-size:10px}.hero{grid-template-columns:1fr;padding:32px 24px 18px;gap:16px}.hero h1{font-size:48px;margin:13px 0 18px}.hero h1 br:nth-child(2){display:none}.hero>div:first-child>p:not(.kicker){font-size:13px;margin-bottom:21px}.hero .kicker{font-size:9px}.hero-note{margin-top:14px}.hero-books{max-width:390px;margin:auto;height:280px}.hero-book-row{padding:10px 20px 0;gap:6px}.hero-book img{height:190px}.hero-halo{inset:0 5%}.hero-stamp{bottom:0;right:3%}.hero-caption{top:-4px}.hero-shelf{bottom:23px}.trust{grid-template-columns:repeat(2,minmax(0,1fr))}.trust div{padding:16px 12px}.trust b{font-size:11px}.trust small{font-size:9px}.grid,.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.section{padding:30px 16px}.section-head{gap:12px}.section-head h2{font-size:28px}.section-head>a{font-size:11px}.section-head .kicker{font-size:8px;letter-spacing:1.4px}.cover{height:205px;padding:10px}.book-card{padding:9px}.book-card h3{font-size:14px;min-height:40px}.eyebrow{min-height:25px;font-size:7px;letter-spacing:.7px}.book-card .author{font-size:10px}.book-card .price{flex-direction:column;align-items:flex-start;gap:1px}.book-card .price strong{font-size:14px}.book-card .btn{font-size:10px}.editorial{margin:0 16px 30px;padding:28px 20px}.editorial h2{font-size:29px}.editorial p:not(.kicker){font-size:12px}.shop-layout{grid-template-columns:1fr;padding:22px 16px;gap:20px}.shop-layout aside{display:flex;flex-direction:row;flex-wrap:wrap;gap:7px;overflow:visible;padding:0}.shop-layout aside h3{display:none}.shop-layout aside a{font-size:10px;padding:6px 10px;background:#f0f1e9;white-space:normal}.page-title{padding:30px 20px 20px}.page-title h1{font-size:35px}.product{grid-template-columns:1fr;padding:28px 18px}.product-cover{height:430px;padding:25px}.product h1{font-size:32px}.cart-page,.checkout{padding:24px 16px;gap:24px}.cart-line{grid-template-columns:minmax(0,1fr) 62px}.cart-line>strong{grid-column:1/-1;text-align:right}.cart-line h3{font-size:16px}.summary p>b{font-size:12px}.fields{grid-template-columns:1fr}.fields .wide{grid-column:auto}.add-form input{width:64px}.content-page h1,.success h1{font-size:36px}.content-page,.success{padding:40px 20px}footer{padding:30px 24px 20px;grid-template-columns:1fr;gap:22px;border-radius:0}.copyright{grid-column:1}}
@media(max-width:380px){.hero{padding:26px 18px 18px}.hero h1{font-size:41px}.hero-book img{height:165px}.hero-books{height:245px}.cover{height:175px;padding:8px}.book-card{padding:8px}.book-card .price strong{font-size:13px}.hero-secondary{font-size:10px}.trust div{padding-inline:8px}.brand{font-size:18px}.brand img{width:40px;height:40px}}
@keyframes chapter-entrance{from{opacity:.3;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.hero-copy{animation:chapter-entrance .7s ease-out}.hero-books{animation:chapter-entrance .9s ease-out}.book-card.visible{animation:chapter-entrance .45s ease-out both}
.hero-book-row{transform:translateY(-14px)}.hero-stamp{bottom:0;right:0;width:auto;height:auto;min-height:38px;padding:8px 12px;flex-direction:row;gap:10px;border-radius:3px;transform:none;outline:none}.hero-stamp span{font-size:8px}.hero-stamp span br{display:none}.hero-stamp i{font-size:16px}
@media(max-width:680px){.hero h1 em::before{content:' '}.hero-stamp{right:4%;padding:6px 9px;min-height:32px}.hero-stamp span{font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.book-card{opacity:1;transform:none}}
