@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#351421;background-color:#fdf7f2}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fdf7f2}a{color:inherit}button,input,textarea{font:inherit}.search{width:100%}.search--icon{display:none}.search--sheet{width:100%}.search input{width:100%;padding:.85rem 1.25rem;border-radius:999px;border:1px solid rgba(99,28,48,.18);background-color:#fbf4f0f2;color:#3c1622;font-size:1.05rem;transition:box-shadow .2s ease,border-color .2s ease}.search input::placeholder{color:#3c162280}.search input:focus{outline:none;border-color:#8f2d41;box-shadow:0 0 0 3px #8f2d4133;background-color:#fff}@media(max-width:768px){.search--full{display:none}.search--icon{display:block}.search--icon input{border-radius:16px;padding:.75rem 1rem;font-size:.95rem}}.header{position:sticky;top:0;z-index:20;width:100%;box-sizing:border-box;padding:.75rem 1.75rem;padding-top:calc(.75rem + env(safe-area-inset-top,0));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf0ebcc;border-bottom:1px solid rgba(99,28,48,.12);overflow:visible}.header-inner{width:100%}.header-inner>*{min-width:0}.header__left{display:flex;align-items:center;gap:12px;min-width:0;justify-self:start}.header__contacts{display:flex;align-items:center;gap:12px;min-width:0}.social--sm{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto;line-height:0}.social--sm a{width:32px;height:32px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-soft, rgba(98, 42, 49, .18));background:var(--surface, rgba(255, 255, 255, .35))}.social--sm svg{width:18px;height:18px;display:block}.header__brand{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:none;line-height:0;cursor:pointer}.header__brand:focus-visible{outline:2px solid rgba(101,31,50,.4);outline-offset:6px;border-radius:18px}.header__brand img{width:120px;height:auto;display:block;transition:transform .2s ease,filter .2s ease}.header__brand:hover img,.header__brand:focus-visible img{transform:translateY(-1px);filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}.header__contact{display:flex;flex-direction:column;gap:.2rem;font-size:.85rem;color:#5d1e32;min-width:0}.header__contact a{color:inherit;text-decoration:none}.header__contact-link{font-weight:600;flex-shrink:0;letter-spacing:.04em;text-transform:uppercase;font-size:.7rem}.header__contact-link:hover,.header__contact-phone:hover{text-decoration:underline}.header__center{justify-self:center;width:min(100%,720px);min-width:0}.header__search-note{margin:.35rem 0 0;font-size:.72rem;line-height:1.35;color:#5d1e32e6;text-align:center}.header__search-note span{display:block}.header__search-note span:last-child{font-weight:600}.header__right{justify-self:end;display:inline-flex;align-items:center;gap:.75rem;min-width:0}.header__search-toggle{display:none;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;border:1px solid rgba(99,28,48,.18);background:#fffbf8eb;color:#5d1e32;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}.header__search-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.header__search-toggle.is-active{background:#fff;border-color:#651f326b;box-shadow:0 10px 24px #631c3029}.header__center .search,.header__search-popover .search{width:100%}.header__search-popover{display:none}.header__menu{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:nowrap;min-width:0}.header__menu .menu-item{position:relative}.header__menu summary,.header__menu .menu-button{list-style:none;cursor:pointer;padding:.45rem .9rem;border-radius:999px;border:1px solid rgba(99,28,48,.18);background:#fbf4f0f2;color:#5d1e32;font-weight:600;flex-shrink:0}.header__menu .menu-button--active{background:#651f321f;border-color:#651f326b;color:#421622}.header__menu summary::-webkit-details-marker{display:none}.header__menu details[open] summary,.header__menu .menu-button[aria-expanded=true]{background:#fff;box-shadow:0 6px 16px #631c301f}.header__menu .dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:240px;padding:.5rem;border-radius:12px;background:#fffaf6;border:1px solid rgba(99,28,48,.16);box-shadow:0 14px 28px #3c0e1a1f;z-index:80}.header__menu .menu-item--align-end .dropdown{right:0;left:auto}.header__menu .dropdown a,.header__menu .dropdown button{display:block;width:100%;text-align:left;padding:.5rem .75rem;border-radius:8px;color:#371320;text-decoration:none;border:0;background:transparent;cursor:pointer}.header__menu .dropdown button.is-active,.header__menu .dropdown button[aria-checked=true]{background:#8f2d4129;font-weight:600;flex-shrink:0;color:#3c0e1a}.header__menu .dropdown a:hover,.header__menu .dropdown button:hover{background:#8f2d411f}.header__cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;border:none;background:#651f32;color:#f8ece6;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.header__cart svg{width:24px;height:24px;fill:none;stroke:currentColor}.header__cart-count{position:absolute;top:4px;right:6px;min-width:18px;height:18px;border-radius:999px;background:#fef6f2;color:#651f32;font-size:.7rem;display:flex;align-items:center;justify-content:center;padding:0 4px;font-weight:600;flex-shrink:0}.header__cart:hover{transform:translateY(-1px);box-shadow:0 12px 24px #631c302e}@media(max-width:1023px){.header{padding:.65rem 1.25rem .9rem}.header-inner{grid-template-columns:minmax(170px,auto) minmax(220px,1fr) auto;gap:clamp(.75rem,3vw,1.4rem)}.header__contacts{gap:.75rem;flex-wrap:wrap;row-gap:.35rem}.header__left{flex-wrap:wrap;row-gap:.4rem}.header__right{gap:.6rem;flex-wrap:wrap;justify-content:flex-end;row-gap:.5rem}.header__cart{width:44px;height:44px}.header__cart svg{width:22px;height:22px}.header__menu{gap:.4rem;flex-wrap:wrap}.header__menu summary{padding:.4rem .75rem}}@media(max-width:767px){.header{padding-top:calc(env(safe-area-inset-top,0) + .65rem);padding-bottom:clamp(.55rem,4vw,.85rem);padding-inline:clamp(.85rem,5vw,1.25rem)}.header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand cart" "search search" "nav nav" "contacts contacts";gap:clamp(.6rem,4vw,.9rem);align-items:center}.header__left,.header__right{display:contents}.header__brand{grid-area:brand}.header__brand img{width:clamp(96px,28vw,120px)}.header__search{grid-area:search;width:100%}.header__nav{grid-area:nav;width:100%}.header__cart{grid-area:cart;justify-self:end}.header__contacts{grid-area:contacts;width:100%;flex-wrap:wrap;gap:.45rem .85rem}.header__contact{flex-direction:row;align-items:center;gap:.5rem;font-size:.78rem}.header__contact-link{font-size:.65rem;letter-spacing:.08em}.header__contact-phone{font-size:.82rem}.header__search-note{text-align:left;font-size:.78rem;color:#5d1e32eb}.header__menu{justify-content:flex-start;width:100%;flex-wrap:wrap;gap:.5rem}.header__menu .menu-button,.header__menu summary{padding:.45rem .85rem;min-height:40px;font-size:.92rem}.header__menu .dropdown{min-width:min(240px,92vw);max-width:92vw}.header__search-toggle{display:none}.header__search-popover{display:none!important}.header__search .search--full{display:block}.header__search .search input{font-size:1rem}.social--sm{gap:.5rem}.social--sm a{width:28px;height:28px}.social--sm svg{width:16px;height:16px}.header__cart{width:44px;height:44px}.header__cart svg{width:20px;height:20px}}@media(max-width:480px){.header__contacts{align-items:flex-start}.header__contact{flex-basis:100%}.header__contact-phone{white-space:normal}}@media(min-width:768px){.header__search-popover{display:none!important}}@media(max-width:767px)and (orientation:portrait){.header{padding-top:calc(env(safe-area-inset-top,0) + .45rem);padding-bottom:.55rem;padding-inline:clamp(.75rem,4vw,1.1rem)}.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"brand nav cart" "search search search" "note note note" "contacts contacts contacts";gap:clamp(.45rem,3vw,.75rem);align-items:center}.header__left,.header__right{display:contents}.header__brand{grid-area:brand}.header__brand img{width:clamp(76px,22vw,96px)}.header__navRow{grid-area:nav;display:flex;align-items:center;justify-self:center;justify-content:center;min-width:0;max-width:100%}.header__nav{flex-wrap:nowrap;justify-content:center;gap:.35rem}.header__menu .menu-button,.header__menu summary{padding:.35rem .65rem;min-height:34px;font-size:.82rem}.header__cart{grid-area:cart;justify-self:end;width:40px;height:40px}.header__cart svg{width:19px;height:19px}.header__search{display:contents}.header__search .search{grid-area:search}.header__search .search input{font-size:1rem;padding:.75rem 1.1rem}.header__search-note{grid-area:note;margin:0;text-align:center;font-size:.74rem;color:#5d1e32e6;justify-self:center;max-width:92%}.header__contacts{grid-area:contacts;width:100%;justify-content:center;align-items:center;gap:.35rem .6rem;flex-wrap:wrap}.social--sm{gap:.4rem;white-space:nowrap}.social--sm a{width:26px;height:26px}.social--sm svg{width:15px;height:15px}.header__contact{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:.4rem;font-size:.74rem}.header__contact-link{font-size:.62rem;letter-spacing:.08em;white-space:nowrap}.header__contact-phone{font-size:.8rem;white-space:nowrap}}.masthead{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,3.5rem) 1.5rem clamp(.75rem,2.5vw,1.5rem);text-align:center;background:transparent;gap:clamp(.75rem,2vw,1.5rem);margin-bottom:clamp(.5rem,2vw,1.25rem)}.masthead__brand{display:inline-flex;align-items:center;justify-content:center}.masthead__brand img{width:clamp(180px,28vw,340px);height:auto;display:block}.masthead__tagline{margin:0;font-size:clamp(1.05rem,2.6vw,1.7rem);font-weight:600;flex-shrink:0;line-height:1.32;max-width:clamp(260px,60vw,640px);color:#5d1e32;text-wrap:balance}.cart{position:fixed;inset:0;pointer-events:none;z-index:30}.cart__overlay{position:absolute;inset:0;background:#28081259;opacity:0;transition:opacity .25s ease}.cart__panel{position:absolute;top:0;right:0;width:min(420px,100%);height:100%;background:linear-gradient(180deg,#fff7f2,#fbeee8);box-shadow:-12px 0 32px #3c0e1a38;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;pointer-events:auto}.cart--open{pointer-events:auto}.cart--open .cart__overlay{opacity:1}.cart--open .cart__panel{transform:translate(0)}.cart__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem 1rem}.cart__header h2{margin:0;color:#371320}.cart__header button{border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#6a2034}.cart__content{flex:1;overflow-y:auto;padding:0 1.75rem}.cart__empty{margin:4rem 0;text-align:center;color:#371320b3}.cart__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.cart__item{display:flex;justify-content:space-between;gap:1rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(91,26,46,.12)}.cart__item-title{margin:0;font-weight:600;color:#371320}.cart__item-author{margin:.25rem 0 0;color:#371320b3;font-size:.9rem}.cart__item-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.15rem}.cart__item-pricing{margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}.cart__item-price{display:inline-flex;align-items:baseline;gap:.5rem;font-size:.95rem}.cart__price-old{color:#37132080;text-decoration:line-through}.cart__price-new{font-weight:700;color:#371320}.cart__item-line{margin:0;font-size:.85rem;color:#371320bf;display:inline-flex;gap:.35rem}.cart__item-line span{font-weight:600;color:#371320}.cart__item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cart__quantity{display:inline-flex;align-items:center;border-radius:999px;background:#8f2d411f;overflow:hidden}.cart__quantity button{border:none;background:transparent;color:#6a2034;width:32px;height:32px;font-size:1.1rem;cursor:pointer}.cart__quantity span{min-width:32px;text-align:center;font-weight:600;color:#6a2034}.cart__remove{border:none;background:transparent;color:#8f2d41;font-size:.85rem;cursor:pointer;text-decoration:underline}.cart__footer{padding:1.25rem 1.75rem 1.75rem;border-top:1px solid rgba(91,26,46,.12);display:flex;flex-direction:column;gap:1rem}.cart__total{display:flex;align-items:center;justify-content:space-between;font-size:1rem;color:#371320}.cart__checkout{padding:.75rem 1rem;border:none;border-radius:14px;background:#651f32;color:#fdf7f2;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.cart__checkout:disabled{background:#5b1a2e33;cursor:not-allowed}.cart__checkout:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 24px #5b1a2e40}@media(max-width:640px){.cart__panel{width:100%}}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.2rem 1.5rem 1.6rem;color:#371320a8;font-size:.9rem;text-align:center;background:#fff9f6b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.footer__copy{margin:0;line-height:1.4}.footer__social{display:inline-flex;align-items:center;justify-content:center;gap:.85rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(101,31,50,.18);background:#fffbf8eb;color:#651f32;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.social-link:hover,.social-link:focus-visible{transform:scale(1.04);opacity:.85;box-shadow:0 12px 24px #651f322e;outline:none}.social-icon{display:inline-flex;width:24px;height:24px}.social-icon svg{display:block;width:100%;height:100%}@media(max-width:540px){.footer{padding:.9rem 1rem 1.2rem;font-size:.82rem;gap:.6rem}.social-link{width:36px;height:36px}.social-icon{width:20px;height:20px}}.book-card{display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fff7f2);border-radius:22px;overflow:hidden;box-shadow:0 18px 34px #3c0e1a14;transition:transform .2s ease,box-shadow .2s ease;min-height:100%;min-width:0;width:100%}.book-card:hover{transform:translateY(-4px);box-shadow:0 26px 44px #3c0e1a1f}.book-card__image{position:relative;padding-top:133.333%;aspect-ratio:3 / 4;overflow:hidden}.book-card__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.book-card__body{padding:1.1rem 1.3rem .8rem;display:flex;flex-direction:column;gap:.55rem;min-width:0}.book-card__tags{display:flex;flex-wrap:wrap;min-width:0;gap:.45rem}.book-card__tags span{display:inline-flex;align-items:center;padding:.28rem .65rem;border-radius:999px;background:#8f2d4124;color:#6a2034;font-size:.7rem;font-weight:600;letter-spacing:.02em}.book-card h3{font-size:1.16rem;color:#361621;margin:0}.book-card__author{margin:0;font-weight:600;color:#6a2034}.book-card__genre{margin:0;color:#371320a6;font-size:.85rem}.book-card__description{margin:0;color:#371320c7;font-size:.86rem;line-height:1.45}@media(min-width:769px){.book-card__description{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}}.book-card__footer{margin-top:auto;padding:1rem 1.3rem 1.3rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-width:0}.book-card__price{display:inline-flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.price{font-weight:600;font-size:1rem}.price--old{color:#3713208c;text-decoration:line-through}.price--new{color:#6a2034;font-weight:700}.price-badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .45rem;border-radius:999px;background:#651f321f;color:#651f32;font-size:.7rem;font-weight:700}.book-card__cta-short{display:none}.book-card__cta{flex-shrink:0}.book-card__link{display:flex;flex-direction:column;flex-grow:1;color:inherit;text-decoration:none;min-width:0}.book-card__link:focus-visible{outline:3px solid rgba(101,31,50,.6);outline-offset:4px;border-radius:22px}@media(max-width:768px){.book-card{border-radius:16px;background:#fff;box-shadow:0 10px 22px #3c0e1a14;border:1px solid rgba(99,28,48,.08);overflow:hidden}.book-card__image{padding-top:133.333%;border-radius:12px}.book-card__image img{border-radius:12px;object-fit:cover}.book-card__body{padding:clamp(.75rem,3vw,1rem) clamp(.75rem,3vw,1rem) .6rem;gap:.45rem}.book-card__tags{display:none}.book-card h3{font-size:.98rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.book-card__author{font-size:.85rem;color:#371320b8;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.book-card__genre,.book-card__description{display:none}.book-card__footer{padding:.75rem clamp(.75rem,3vw,1rem) .9rem;flex-direction:column;align-items:flex-start;gap:.55rem}.book-card__price{width:100%;justify-content:flex-start;gap:.4rem}.price{font-size:.94rem}.price-badge{font-size:.68rem;padding:.12rem .38rem}.book-card__cta{width:100%;justify-content:center}.book-card__cta-full{display:none}.book-card__cta-short{display:inline}}@media(max-width:540px){.book-card__body{padding:.62rem .62rem .5rem;gap:.38rem}.book-card h3{font-size:.9rem;line-height:1.3}.book-card__author{font-size:.79rem}.book-card__footer{padding:.58rem .62rem .7rem;gap:.42rem}.price{font-size:.88rem}.book-card__cta{min-height:2.2rem;padding:.44rem .6rem;font-size:.83rem}}@media(max-width:360px){.book-card__cta{min-height:2.45rem}}.catalog{padding:2rem 1.5rem 4rem;max-width:1200px;margin:0 auto;width:100%;min-width:0}.catalog__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;min-width:0}.catalog__grid>*{min-width:0}@media(max-width:1200px){.catalog__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.catalog{padding:clamp(1.25rem,6vw,1.75rem) clamp(.75rem,6vw,1.2rem) 3rem}.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.75rem,4vw,1rem)}}.catalog__empty{text-align:center;padding:4rem 1rem;border-radius:24px;background:#fbf0ebcc;color:#6a2034;font-weight:600}.catalog__highlight{display:flex;flex-direction:column;justify-content:flex-start;gap:.6rem;border-radius:24px;padding:1.2rem;background:radial-gradient(circle at top right,rgba(143,45,65,.18),transparent 60%),#fffaf6;box-shadow:0 20px 36px #3c0e1a1a;min-height:100%;min-width:0}.catalog__highlight-label{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:#6a2034b3;margin:0}.catalog__highlight h3{margin:0;font-size:1.2rem;color:#371320}.catalog__highlight-author{margin:0;font-weight:600;color:#6a2034}.catalog__highlight-price{margin:0;font-size:1rem;font-weight:700;color:#6a2034}.catalog__highlight-cta{margin-top:auto;align-self:flex-start;padding-inline:1.4rem}.catalog__highlight-cta:hover{box-shadow:0 12px 24px #631c3038}@media(max-width:540px){.catalog{padding-bottom:3rem}}.catalog__pagination{margin-top:2rem;display:flex;justify-content:center;align-items:center;gap:1rem;min-width:0}.catalog__page-btn{padding:.5rem 1rem;border-radius:999px;border:none;background:#651f32;color:#fef6f2;font-weight:600;cursor:pointer;opacity:1}.catalog__page-btn:disabled{opacity:.5;cursor:default}.catalog__page-list{display:flex;align-items:center;gap:.5rem;min-width:0;max-width:100%}.catalog__page-num{min-width:2.25rem;height:2.25rem;border-radius:50%;border:2px solid #651f32;background:transparent;color:#651f32;font-weight:700;cursor:pointer}.catalog__page-num.is-active{background:#651f32;color:#fef6f2}.catalog__page-ellipsis{min-width:1.5rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;color:#651f32b8;font-weight:700;-webkit-user-select:none;user-select:none}.catalog__highlight-link{display:flex;flex-direction:column;gap:.6rem;color:inherit;text-decoration:none;min-width:0}.catalog__highlight-image{width:100%;border-radius:16px;overflow:hidden;aspect-ratio:3 / 4;background:#8f2d4114}.catalog__highlight-image img{width:100%;height:100%;object-fit:cover;display:block}.catalog__highlight-body{display:flex;flex-direction:column;gap:.45rem;min-width:0}.catalog__highlight-link:focus-visible{outline:3px solid rgba(101,31,50,.4);outline-offset:4px;border-radius:20px}@media(max-width:767px)and (orientation:portrait){.catalog{padding-inline:clamp(.75rem,4vw,1rem)}.catalog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.catalog__pagination{width:100%;flex-wrap:wrap;gap:.6rem}.catalog__page-btn{padding:.44rem .82rem;font-size:.88rem}.catalog__page-list{flex-wrap:wrap;justify-content:center;row-gap:.35rem}}@media(max-width:768px){.catalog__highlight{border-radius:16px;background:#fff;box-shadow:0 10px 22px #3c0e1a14;border:1px solid rgba(99,28,48,.08);padding:0;gap:0;overflow:hidden}.catalog__highlight-link{gap:0;flex-grow:1}.catalog__highlight-label{font-size:.62rem;letter-spacing:.14em;padding:.62rem .62rem .48rem}.catalog__highlight-image{border-radius:0}.catalog__highlight-body{padding:.62rem .62rem .5rem;gap:.38rem}.catalog__highlight h3{font-size:.9rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.catalog__highlight-author{font-size:.79rem;color:#371320b8;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.catalog__highlight-price{font-size:.88rem}.catalog__highlight-cta{width:calc(100% - 1.24rem);margin:0 .62rem .7rem;align-self:stretch;justify-content:center;min-height:2.2rem;padding:.44rem .6rem;font-size:.83rem}}.info-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:clamp(1rem,4vw,2rem);animation:infoModalFade .18s ease}.info-modal__overlay{position:absolute;inset:0;background:#200c148c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.info-modal__card{position:relative;z-index:1;width:min(640px,92vw);max-height:90vh;display:flex;flex-direction:column;gap:1rem;background:#fffaf6;border-radius:28px;border:1px solid rgba(99,28,48,.15);box-shadow:0 24px 48px #3c0e1a33;padding:clamp(1.25rem,3vw,1.75rem);animation:infoModalPop .2s ease;overflow:hidden}.info-modal__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.info-modal__header h2{margin:0;font-size:clamp(1.2rem,2.4vw,1.6rem);color:#371320}.info-modal__close{border:none;background:transparent;font-size:1.5rem;line-height:1;color:#6a2034;cursor:pointer;padding:.25rem .4rem;border-radius:8px}.info-modal__close:hover{color:#4f1423}.info-modal__close:focus-visible{outline:2px solid rgba(101,31,50,.35);outline-offset:2px}.info-modal__body{flex:1;min-height:0;font-size:.98rem;line-height:1.6;color:#5d1e32;white-space:pre-line;overflow-y:auto;padding-right:.25rem}@keyframes infoModalFade{0%{opacity:0}to{opacity:1}}@keyframes infoModalPop{0%{transform:translateY(6px) scale(.98);opacity:.92}to{transform:translateY(0) scale(1);opacity:1}}.masthead-frame{display:flex;align-items:flex-end;justify-content:center;gap:clamp(1.4rem,3vw,2.5rem);max-width:1220px;margin:0 auto;width:100%}@media(min-width:1024px){.masthead-frame{padding-inline:clamp(.5rem,3vw,1.25rem)}}.easter-promo{display:flex;justify-content:center;width:100%}.easter-promo__image{display:block;width:min(560px,100%);max-width:100%;height:auto;border-radius:18px}.book-detail{padding:3rem 1.5rem 4rem}.book-detail__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.book-detail__back{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#651f32;text-decoration:none;transition:transform .2s ease}.book-detail__back:hover{transform:translate(-4px)}.book-detail__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3rem;align-items:start}.book-detail__gallery{display:flex;flex-direction:column;gap:1rem}.book-detail__cover{position:relative;display:flex;justify-content:center;align-items:center;background:transparent;padding:.25rem}.book-detail__cover img{width:100%;max-width:clamp(260px,34vw,520px);height:auto;display:block;margin:0 auto;border-radius:12px;box-shadow:0 6px 28px #00000014}.book-detail__nav{position:absolute;top:50%;transform:translateY(-50%);background:#651f32d9;color:#fff7f2;border:none;width:2.4rem;height:2.4rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.book-detail__nav--prev{left:.8rem}.book-detail__nav--next{right:.8rem}.book-detail__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));gap:.7rem}.book-detail__thumb{border:2px solid transparent;border-radius:18px;padding:0;overflow:hidden;background:none;cursor:pointer}.book-detail__thumb img{width:100%;height:100%;object-fit:cover;display:block}.book-detail__thumb.is-active{border-color:#651f32}.book-detail__info{display:flex;flex-direction:column;gap:1.4rem}.book-detail__info h1{margin:0;font-size:2rem;color:#361621}.book-detail__price-block{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;row-gap:.8rem}.book-detail__price{font-size:1.8rem;font-weight:700;color:#651f32}.book-detail__cta{min-width:230px}.book-detail__meta{display:grid;gap:.8rem}.book-detail__meta-row{display:flex;gap:.8rem;font-size:.95rem;color:#371320d9}.book-detail__meta-row dt{min-width:7rem;font-weight:600;color:#6a2034}.book-detail__meta-row dd{margin:0}.book-detail__chips{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.meta-chip{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .95rem;border-radius:999px;font-size:.85rem;font-weight:600;line-height:1;background-color:#fdf7f2eb;border:1px solid rgba(101,31,50,.34);color:#6a2034;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;white-space:nowrap}.meta-chip:hover{background-color:#fdf7f2;box-shadow:0 4px 10px #3c0e1a1a}.meta-chip:focus-visible{outline:2px solid rgba(101,31,50,.6);outline-offset:2px}.meta-chip--author{padding-inline:.7rem 1rem}.meta-chip--genre{background-color:#fdf7f2f2}.book-detail__tags{display:flex;flex-wrap:wrap;gap:.45rem}.book-detail__tags span{background:#8f2d4124;color:#6a2034;border-radius:999px;padding:.3rem .8rem;font-size:.8rem;font-weight:600}.book-detail__description{display:flex;flex-direction:column;gap:1rem;background:#fff9f5;padding:2rem;border-radius:28px;box-shadow:inset 0 0 0 1px #8f2d4114}.book-detail__description h2{margin:0;font-size:1.4rem;color:#361621}.book-detail__description p{margin:0;line-height:1.6;color:#371320d9;white-space:pre-line}.book-detail__facts{display:grid;gap:.6rem;padding:0;margin:0;list-style:none}.book-detail__facts li{font-size:.95rem;color:#371320d9}.book-detail__facts strong{color:#6a2034}.book-detail--missing{text-align:center;justify-content:center}@media(max-width:960px){.book-detail__grid{grid-template-columns:1fr}.book-detail__price-block{justify-content:space-between}}@media(max-width:600px){.book-detail{padding:2rem 1rem 3rem}.book-detail__price-block{flex-direction:column;align-items:flex-start}.book-detail__cta{width:100%}.book-detail__description{padding:1.5rem}}@media(min-width:1400px){.book-detail__cover img{max-width:480px}}@media(max-width:767px){.book-detail__cover img{max-width:72vw}}.checkout-page{padding:2rem 1.5rem 4rem}.checkout-shell{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.checkout__header h1{margin:0;font-size:clamp(1.6rem,2.4vw,2.35rem);color:#371320}.checkout__header p{margin:.35rem 0 0;color:#5d1e32b3;font-size:.95rem}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:1.75rem;align-items:start}.checkout-main,.checkout-form{display:flex;flex-direction:column;gap:1.5rem}.checkout-card{background:#fffaf6;border-radius:24px;border:1px solid rgba(99,28,48,.12);box-shadow:0 18px 36px #3c0e1a14;padding:1.6rem}.checkout-card--center{text-align:center;max-width:560px;margin:0 auto}.checkout-card--center h1{margin:0 0 .5rem;color:#371320;font-size:clamp(1.5rem,2.6vw,2rem)}.checkout-card--center p{margin:0 0 1rem;color:#5d1e32b3}.checkout-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:1.1rem}.checkout-card__header h2{margin:0;font-size:1.2rem;color:#3c0e1a}.checkout-card__header span{font-size:.85rem;color:#5d1e32ad}.checkout-fields{display:grid;gap:1rem}.checkout-fields--three{grid-template-columns:repeat(3,minmax(0,1fr))}.checkout-field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#5d1e32}.checkout-field input{width:100%;padding:.75rem .9rem;border-radius:16px;border:1px solid rgba(99,28,48,.2);background:#fff;color:#371320;font-size:.95rem}.checkout-field input:focus{outline:none;border-color:#8f2d41;box-shadow:0 0 0 3px #8f2d412e}.checkout-field--span-2{grid-column:span 2}.checkout__error{font-size:.72rem;color:#9f2b3f;font-style:normal}.checkout-payment{display:grid;gap:.75rem}.checkout-payment__option{display:grid;grid-template-columns:18px 1fr;gap:.75rem;padding:.85rem 1rem;border-radius:16px;border:1px solid rgba(99,28,48,.15);background:#ffffffbf;align-items:start;cursor:pointer}.checkout-payment__option input{margin-top:.2rem}.checkout-payment__option span{font-weight:600;color:#371320}.checkout-payment__option em{display:block;font-style:normal;font-size:.82rem;color:#5d1e32b3;margin-top:.25rem}.checkout-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.checkout-item{display:grid;grid-template-columns:74px 1fr;gap:1rem;align-items:center;padding:.6rem;border-radius:18px;background:#fffc}.checkout-item img{width:74px;height:100px;object-fit:cover;border-radius:12px;border:1px solid rgba(99,28,48,.12)}.checkout-item__body{display:flex;flex-direction:column;gap:.65rem}.checkout-item__top{display:flex;justify-content:space-between;gap:.75rem}.checkout-item__top button{border:none;background:none;color:#6a2034;cursor:pointer;font-weight:600;font-size:.85rem}.checkout-item__title{margin:0;font-weight:600;color:#371320}.checkout-item__author{margin:.2rem 0 0;color:#5d1e32b3;font-size:.85rem}.checkout-item__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;color:#6a2034}.checkout__price{display:flex;gap:.4rem;align-items:baseline}.checkout__price-old{text-decoration:line-through;color:#5d1e328c;font-size:.85rem}.checkout__price-new{font-weight:700;color:#6a2034}.checkout-qty{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .5rem;border-radius:999px;border:1px solid rgba(99,28,48,.2);background:#ffffffe6}.checkout-qty button{border:none;background:none;cursor:pointer;font-size:1rem;color:#6a2034}.checkout-qty span{min-width:1.5rem;text-align:center;font-weight:600}.checkout-summary{align-self:start;position:sticky;top:120px}.checkout-summary__rows{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.checkout-summary__rows div{display:flex;justify-content:space-between;gap:1rem;color:#5d1e32}.checkout-summary__total{font-size:1.05rem;font-weight:700;color:#371320;margin-top:.3rem}.checkout__submit{width:100%;margin-top:.5rem;text-align:center}.checkout__submit:disabled{cursor:not-allowed;opacity:.7}.checkout__submit-error{display:block;margin-top:.65rem}@media(max-width:980px){.checkout-grid{grid-template-columns:1fr}.checkout-summary{position:static}}@media(max-width:720px){.checkout-page{padding:1.6rem 1rem 3rem}.checkout-fields--three{grid-template-columns:1fr}.checkout-field--span-2{grid-column:span 1}.checkout-item{grid-template-columns:64px 1fr}.checkout-item img{width:64px;height:88px}}.not-found{padding:4rem 1.5rem 6rem;display:flex;justify-content:center}.not-found__card{text-align:center;background:linear-gradient(180deg,#fff,#fff3ed);padding:3rem 4rem;border-radius:30px;box-shadow:0 30px 50px #3c0e1a1f;display:flex;flex-direction:column;gap:1.2rem;max-width:480px}.not-found__card h1{margin:0;font-size:4rem;color:#651f32}.not-found__card p{margin:0;font-size:1.1rem;color:#371320bf}.not-found__link{display:inline-flex;align-self:center;padding:.7rem 1.6rem;border-radius:999px;background:#651f32;color:#fff7f2;font-weight:600;text-decoration:none}@media(max-width:600px){.not-found__card{padding:2.4rem 2rem}}.app{background:linear-gradient(180deg,#fdf7f2,#f5ebe6 45%,#fdf7f2);min-height:100vh;color:#371320;width:100%;min-width:0}main{display:flex;flex-direction:column;gap:3.5rem;padding-bottom:4rem;min-width:0}.site-hero{position:relative;padding-top:calc(.5rem + env(safe-area-inset-top));padding-bottom:.5rem;padding-inline:clamp(1rem,6vw,2.4rem);background:transparent;overflow:visible}.site-hero.masthead{display:block;margin-bottom:0}.site-hero__inner{position:relative;z-index:1;max-width:820px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(.45rem,2.4vw,1.1rem);height:100%;justify-content:space-between;overflow:visible}.masthead-inner{display:grid;grid-template-columns:minmax(80px,120px) minmax(0,1fr) minmax(80px,120px);align-items:stretch;max-width:1200px;margin:0 auto;padding-block:40px 32px;gap:clamp(1.5rem,4vw,2.5rem);min-height:320px}.masthead-center{display:flex;align-items:stretch;justify-content:center;text-align:center}.site-hero__logo{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;line-height:0;border:none;background:none;cursor:pointer}.site-hero__logo:focus-visible{outline:3px solid rgba(101,31,50,.35);outline-offset:10px;border-radius:999px}.site-hero__logo img{display:block;width:clamp(200px,70vw,440px);height:auto;margin:0 auto;margin-bottom:clamp(.4rem,2.2vw,.85rem);filter:drop-shadow(0 12px 32px rgba(0,0,0,.08));transition:transform .25s ease,filter .25s ease}.site-hero__logo:hover img,.site-hero__logo:focus-visible img{transform:translateY(-2px) scale(1.005);filter:drop-shadow(0 18px 36px rgba(0,0,0,.14))}.masthead__flags{display:block;margin:.75rem auto .5rem;width:clamp(140px,18vw,220px);max-width:260px;height:auto;opacity:.85;filter:drop-shadow(0 8px 16px rgba(125,33,51,.18))}.site-hero__eyebrow{margin:0;font-size:clamp(.78rem,1.15vw,.88rem);letter-spacing:.02em;color:var(--color-muted)}.masthead-tagline{text-align:center;margin-top:.75rem;margin-bottom:1.25rem}.hero__badges{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:min(100%,420px);margin:0 auto}.hero__badge{display:inline-flex;align-items:center;justify-content:center;width:100%;max-width:90%;padding:.5rem 1rem;border-radius:9999px;border:none;background:#8f2d411f;color:#6a2034;font-weight:600;font-size:clamp(.8rem,1.4vw,.94rem);text-align:center;font-family:inherit;appearance:none;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.hero__badge:hover{background:#8f2d412e}.hero__badge:active{transform:translateY(1px)}.hero__badge:focus-visible{outline:3px solid rgba(101,31,50,.25);outline-offset:2px}.hero__badge--promotions{background:#651f32;color:#fdf7f2}.hero__badge--promotions:hover{background:#4f1423}.hero__badge--promotions:focus-visible{outline:3px solid rgba(253,247,242,.5)}@media(max-width:1023px){.masthead-inner{grid-template-columns:minmax(0,1fr);padding-block:32px 24px;gap:clamp(1rem,5vw,1.5rem);min-height:0}.masthead-center,.site-hero__inner{justify-content:center}}@media(min-width:600px){.site-hero{padding-top:calc(.75rem + env(safe-area-inset-top));padding-bottom:.75rem;padding-inline:clamp(1.4rem,5vw,2.5rem)}.site-hero__inner{gap:clamp(.5rem,1.8vw,1rem)}.site-hero__logo img{width:clamp(320px,55vw,500px)}.hero__badges{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.75rem;width:auto;max-width:760px}.hero__badge{width:auto;max-width:none;padding:.55rem 1.2rem}}@media(min-width:720px){.site-hero__logo img{width:clamp(420px,45vw,520px)}}@media(min-width:1024px){.site-hero{padding-top:calc(1.1rem + env(safe-area-inset-top));padding-bottom:1.1rem;padding-inline:clamp(1.8rem,4vw,3rem)}.site-hero__logo img{width:clamp(480px,38vw,560px)}}@media(max-width:768px){.site-hero{margin-bottom:clamp(1rem,4vw,1.5rem);padding-top:calc(env(safe-area-inset-top,0) + clamp(.75rem,4vw,1.1rem));padding-bottom:clamp(.85rem,4vw,1.25rem);background:radial-gradient(circle at top,#fdf7f2eb,#fdf7f200)}.site-hero__inner{gap:clamp(.5rem,3.5vw,1rem)}.site-hero__logo{order:1}.site-hero__logo img{width:clamp(220px,62vw,520px);margin-bottom:clamp(.4rem,3vw,.75rem)}.masthead__flags{margin:.5rem auto;width:clamp(120px,40vw,180px);filter:drop-shadow(0 4px 10px rgba(125,33,51,.16))}.hero__badges{flex-direction:column;order:2;gap:clamp(.75rem,3.5vw,1rem);width:min(100%,360px)}.hero__badge{width:100%;max-width:none}.site-hero__eyebrow{order:3}}.contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.25rem;align-items:stretch;max-width:1080px;padding:0 1.5rem;margin:0 auto;width:100%;min-width:0}.contact__card{background:#fff;border-radius:28px;padding:2.25rem;box-shadow:0 20px 45px #3c0e1a1a;display:flex;flex-direction:column;gap:1.5rem;min-width:0}.contact__card h2{margin:0;font-size:1.7rem;color:#371320}.contact__card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.contact__card li{display:flex;flex-direction:column;gap:.25rem}.contact__card span{text-transform:uppercase;font-size:.7rem;letter-spacing:.2em;color:#631c3099}.contact__card a{color:#6a2034;font-weight:600;text-decoration:none;overflow-wrap:anywhere;word-break:break-word}.contact__card a:hover{text-decoration:underline}.contact__note{align-self:center;padding:2rem 2.5rem;border-radius:24px;background:#8f2d4114;color:#6a2034;line-height:1.6;font-weight:500;max-width:100%;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;min-width:0}@media(max-width:720px){.site-hero{padding-inline:clamp(1rem,6vw,1.8rem)}.site-hero__inner{gap:clamp(.4rem,3vw,.9rem)}.site-hero__logo img{margin-bottom:.6rem}.hero__badge{font-size:.84rem}.contact{display:flex;flex-direction:column;align-items:stretch;gap:clamp(1.2rem,6vw,1.8rem);max-width:min(100%,560px);width:100%;margin-left:auto;margin-right:auto}.contact__card,.contact__note{width:100%;box-sizing:border-box}.contact__note{align-self:stretch}}@media(max-width:600px){main{gap:3rem}.site-hero{padding-top:.65rem;padding-top:calc(.65rem + env(safe-area-inset-top));padding-bottom:.6rem;padding-inline:clamp(.85rem,6vw,1.25rem)}.site-hero__inner{gap:clamp(.35rem,4vw,.8rem)}.hero__badges{gap:.55rem}.hero__badge{max-width:92%}.contact{gap:1.5rem}.contact__card{padding:1.8rem}.contact__note{padding:1.6rem 1.9rem}}@media(max-width:430px){main{gap:2.6rem}.site-hero{padding-top:.55rem;padding-top:calc(.55rem + env(safe-area-inset-top));padding-bottom:.55rem;padding-inline:clamp(.75rem,6vw,1.1rem)}.site-hero__eyebrow{display:none}.hero__badges{gap:.5rem}.hero__badge{font-size:.82rem;padding:.48rem .95rem}.contact{padding:0 1.2rem}.contact__card{padding:1.7rem 1.6rem}.contact__note{padding:1.4rem 1.6rem}}@media(max-width:767px)and (orientation:portrait){.contact{grid-template-columns:minmax(0,1fr);gap:1.1rem;padding-inline:clamp(.75rem,4vw,1rem)}}:root{--color-primary: #7a1a1a;--color-accent: #b63a3a;--color-bg: #f8f6f5;--color-text: #1d1d1f;--color-muted: rgba(29, 29, 31, .64);--color-surface: #fffaf6;--color-border: rgba(122, 26, 26, .16)}*,*:before,*:after{box-sizing:border-box}html,body{overflow-x:hidden}img,svg{max-width:100%;height:auto}body{background-color:var(--color-bg);color:var(--color-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji"}.cart-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 26px;min-height:2.65rem;border-radius:999px;border:none;background:#651f32;color:#fdf7f2;font-weight:600;font-size:1rem;white-space:nowrap;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;flex-shrink:0}.cart-button:hover{background:#4f1423}.cart-button:active{transform:translateY(1px)}.cart-button:focus-visible{outline:2px solid rgba(101,31,50,.8);outline-offset:4px;box-shadow:0 0 0 2px #fffc}.header{padding-inline:clamp(1rem,3vw,2.5rem)}.header-inner{display:grid;grid-template-columns:auto minmax(260px,1fr) auto;align-items:center;gap:clamp(1rem,2.4vw,2.5rem);min-height:clamp(72px,9vw,140px);height:auto;max-width:1200px;margin:0 auto;width:100%}.logo{display:inline-flex;align-items:center;text-decoration:none}.logo img{height:clamp(44px,8vw,120px);width:auto;display:block}.search-wrap{display:flex;flex:1 1 520px;min-width:260px;justify-content:center;flex-direction:column;align-items:stretch;gap:.35rem}@media(max-width:900px){.header-inner{grid-template-columns:auto minmax(200px,1fr) auto;gap:clamp(.8rem,3vw,1.6rem)}.header__right{justify-self:end}}@media(max-width:720px){html,body{overflow-x:hidden}.header-inner{gap:clamp(.4rem,4vw,.75rem);height:auto}}@media(max-width:430px){html,body{overflow-x:hidden}.header-inner{gap:clamp(.35rem,5vw,.6rem)}}
