@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=PT+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,500,1,0');
:root{--navy:#172142;--purple:#7852c7;--purple-dark:#6440b4;--pink:#ef8d96;--peach:#fff0e6;--lilac:#f4eaff;--mint:#e8f5eb;--butter:#fff3d8;--paper:#fffdf9;--line:#eadfd8;--muted:#6f6b75;--shadow:0 18px 60px rgba(64,42,38,.12);font-family:Manrope,Arial,sans-serif;color:var(--navy);background:#eadbcf;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#eadbcf;color:var(--navy)}body.cart-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'PT Serif',Georgia,serif}h1{font-size:clamp(2.7rem,4.5vw,4.45rem);line-height:1;letter-spacing:-.04em;margin-bottom:20px}h2{font-size:clamp(1.85rem,2.8vw,2.75rem);line-height:1.1;letter-spacing:-.03em;margin-bottom:11px}h3{font-size:1.16rem;line-height:1.25}.page-shell{width:min(1280px,calc(100% - 52px));margin:18px auto;background:var(--paper);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.container{width:min(1136px,calc(100% - 64px));margin:auto}.skip-link{position:absolute;left:12px;top:-100px;background:#fff;padding:12px 16px;z-index:100}.skip-link:focus{top:12px}
.site-header{background:rgba(255,253,249,.98);position:relative;z-index:30}.header-inner{min-height:78px;width:min(1136px,calc(100% - 64px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:inline-flex;align-items:center;gap:10px;font-family:'PT Serif',Georgia,serif;font-weight:700;font-size:1.04rem;line-height:1.05;white-space:nowrap}.brand-mark{width:48px;height:36px;object-fit:contain;flex:0 0 auto}.brand-text{display:block}.main-nav{display:flex;align-items:center;gap:20px;font-size:.74rem;font-weight:700}.main-nav a:hover{color:var(--purple)}.cart-button{display:inline-flex;align-items:center;gap:8px;border:0;background:var(--purple);color:#fff;padding:11px 16px;border-radius:999px;font-size:.74rem;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(120,82,199,.22)}.cart-button:hover,.button-primary:hover{background:var(--purple-dark)}.cart-button span{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#fff;color:var(--purple);font-size:.68rem}.menu-toggle{display:none}
.teacher-hero{margin:0 18px;display:grid;grid-template-columns:55% 45%;min-height:540px;border-radius:24px;overflow:hidden;background:#fff8f1}.teacher-hero-copy{padding:50px 42px 38px}.hero-ribbon,.eyebrow{display:inline-flex;color:#a95765;background:#ffe8dd;border-radius:999px;padding:8px 13px;font-size:.66rem;line-height:1.2;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.teacher-hero h1{margin:19px 0 13px}.hero-tagline{max-width:610px;font-size:clamp(1.6rem,2.35vw,2.35rem);color:var(--purple);margin-bottom:17px}.hero-lede{font-size:.94rem;line-height:1.65;max-width:610px;color:#4b4b58;margin-bottom:24px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border-radius:999px;padding:14px 21px;font-size:.8rem;font-weight:800;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--purple);color:#fff}.button-outline{background:#fff;border:1.5px solid #9a79dc;color:var(--navy)}.teacher-facts{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.teacher-facts span{padding:9px 11px;border-radius:12px;background:#fff;font-size:.62rem;color:var(--muted);border:1px solid #f0e3dc}.teacher-facts b{display:block;color:var(--navy);font-size:.72rem;margin-bottom:2px}.teacher-hero-photo{display:grid;grid-template-rows:1fr auto;min-width:0;background:linear-gradient(150deg,#f0eadc,#f7edea)}.teacher-hero-photo img{width:100%;height:455px;object-fit:contain;object-position:center bottom}.teacher-hero-photo p{margin:0 24px 24px;padding:16px 18px;border-radius:16px;background:rgba(255,255,255,.9);font:700 .9rem/1.45 'PT Serif',Georgia,serif;text-align:center}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:16px 18px 0}.benefit{display:flex;align-items:center;gap:13px;background:#fffaf6;border:1px solid #f3e9e2;border-radius:17px;padding:18px 14px;min-height:100px}.benefit:nth-child(2){background:#faf9f5}.benefit:nth-child(3){background:#f3fbf5}.benefit:nth-child(4){background:#fbf6ff}.benefit b{flex:0 0 40px;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#ffe5d9;color:#b75e62;font-size:.75rem}.benefit:nth-child(2) b{background:#edf0f3;color:#39485b}.benefit:nth-child(3) b{background:#dff1e4;color:#316a4b}.benefit:nth-child(4) b{background:#eee2fa;color:#6c43a6}.benefit strong{display:block;font:700 .78rem 'PT Serif',Georgia,serif}.benefit p{font-size:.62rem;line-height:1.45;color:var(--muted);margin:5px 0 0}
.section{padding:48px 38px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:22px}.section-head p:not(.eyebrow){font-size:.8rem;color:var(--muted);margin:0}.section-link{font-size:.75rem;font-weight:800;color:var(--purple);white-space:nowrap;border-bottom:1px solid currentColor;padding-bottom:3px}.eyebrow{padding:0;background:none;margin:0 0 8px;color:#a95765}.materials-section h2{font-size:clamp(1.9rem,2.7vw,2.65rem)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{overflow:hidden;border-radius:20px;background:var(--lilac);border:1px solid rgba(80,47,102,.08);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.product-card:nth-child(2){background:var(--butter)}.product-card:nth-child(3){background:var(--mint)}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(79,54,80,.12)}.product-image{height:235px;display:block;overflow:hidden;background:#f8f1ea}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-preview-row{display:flex;gap:8px;padding:0 16px;margin-top:-29px;position:relative;z-index:2}.product-preview-row img{width:64px;height:52px;object-fit:cover;object-position:top;border:3px solid #fff;border-radius:10px;box-shadow:0 5px 13px rgba(35,23,34,.17);background:#fff}.product-body{padding:13px 18px 17px;display:flex;flex:1;flex-direction:column}.product-type{font-size:.59rem;text-transform:uppercase;letter-spacing:.12em;color:var(--purple);font-weight:800;margin-bottom:7px}.product-body h3{font-size:1.05rem;margin-bottom:7px}.product-body>p:not(.product-type){font-size:.7rem;line-height:1.5;color:var(--muted);margin-bottom:14px}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:auto}.price{display:inline-flex;align-items:center;background:var(--navy);color:#fff;border-radius:999px;padding:8px 13px;font-size:1rem;font-weight:800;box-shadow:0 6px 14px rgba(23,33,66,.14)}.add-cart-button,.card-link{border:0;border-radius:999px;background:#fff;color:var(--purple-dark);padding:9px 13px;font-size:.69rem;font-weight:800;cursor:pointer;box-shadow:0 5px 14px rgba(75,47,85,.1)}.add-cart-button:hover,.card-link:hover{background:var(--purple);color:#fff}.product-card.is-in-cart .add-cart-button{background:var(--purple);color:#fff}.product-card.is-in-cart .add-cart-button:after{content:' ✓'}
.process-section{padding-top:24px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.process-grid article{display:grid;grid-template-columns:30px 1fr;gap:11px;align-items:start;padding:14px;background:#fff;border:1px solid var(--line);border-radius:18px}.process-grid article>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--pink);color:#fff;font-weight:800;font-size:.75rem}.process-grid img{grid-column:1/-1;width:100%;height:150px;object-fit:cover;border-radius:13px}.process-grid h3{font-size:.9rem;margin:1px 0 5px}.process-grid p{font-size:.68rem;line-height:1.5;color:var(--muted);margin:0}
.audience-section{background:#fff9f4}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.audience-grid a{display:block;border:1px solid var(--line);background:#fff;border-radius:17px;padding:22px}.audience-grid a:nth-child(2){background:#f7f1ff}.audience-grid a:nth-child(3){background:#eef8f1}.audience-grid strong{font:700 1.08rem 'PT Serif',Georgia,serif}.audience-grid p{font-size:.72rem;line-height:1.55;color:var(--muted);margin:10px 0 16px}.audience-grid span{font-size:.7rem;color:var(--purple);font-weight:800}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.reviews-grid blockquote{margin:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 7px 20px rgba(64,42,38,.05)}.review-top{display:flex;justify-content:space-between;gap:12px;align-items:start}.review-top strong{font:700 .74rem 'PT Serif',Georgia,serif}.review-top span{color:#ef9b22;font-size:.66rem;letter-spacing:.08em}.reviews-grid blockquote p{font-size:.7rem;line-height:1.55;color:#4f4a54;margin:15px 0 0}
.social-section{margin:0 38px 28px;display:flex;align-items:center;justify-content:space-between;gap:26px;padding:28px 32px;border-radius:20px;background:#eef4ff;border:1px solid #dce4f5}.social-section h2{font-size:2rem}.social-section p:not(.eyebrow){font-size:.76rem;color:var(--muted);margin:0}.social-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;padding:13px 19px;border-radius:999px;background:#447bba;color:#fff;font-size:.7rem;font-weight:800;box-shadow:0 9px 22px rgba(68,123,186,.22);transition:transform .2s,box-shadow .2s}.social-link:hover{transform:translateY(-2px);box-shadow:0 12px 27px rgba(68,123,186,.3)}.final-cta{margin:0 38px 28px;display:grid;grid-template-columns:1fr 210px;align-items:center;min-height:190px;background:#fff0e6;border-radius:20px;padding:27px 40px;overflow:hidden}.final-cta h2{font-size:2rem;margin-bottom:7px}.final-cta p:not(.eyebrow){font-size:.73rem;color:var(--muted)}.final-cta img{height:195px;width:100%;object-fit:contain;align-self:end;filter:drop-shadow(0 12px 14px rgba(55,37,45,.18))}
.site-footer{padding:24px 38px 28px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.35fr 1fr 1fr;align-items:start;gap:30px;background:#fff}.site-footer p{font-size:.63rem;color:var(--muted);margin:8px 0 0}.site-footer nav,.footer-legal{display:flex;justify-content:center;gap:12px 18px;flex-wrap:wrap}.site-footer nav a,.footer-legal a{font-size:.64rem;font-weight:700}.footer-legal{justify-content:flex-end}.copyright-note{max-width:440px!important;padding-top:9px;border-top:1px solid var(--line);line-height:1.5;color:#7d5360!important;font-weight:700}
/* Catalog */
.catalog-main{padding:48px 0 80px;background:var(--paper)}.catalog-title{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:26px}.catalog-title h1{font-size:clamp(2.4rem,4vw,4rem);margin-bottom:13px}.catalog-title p:not(.eyebrow){max-width:650px;font-size:.84rem;color:var(--muted)}.catalog-total{border-radius:999px;padding:11px 15px;background:var(--lilac);font-size:.7rem;font-weight:800}.catalog-filters{display:grid;grid-template-columns:2fr repeat(4,1fr);gap:10px;padding:16px;border:1px solid var(--line);border-radius:17px;background:#fff}.catalog-filters label{display:flex;flex-direction:column;gap:7px}.catalog-filters label span{font-size:.63rem;font-weight:800;color:var(--muted)}.catalog-filters input,.catalog-filters select{height:45px;border:1px solid #ddced0;border-radius:10px;background:#fffaf8;padding:0 12px;color:var(--navy);font-size:.72rem;font-weight:600}.catalog-filters input:focus,.catalog-filters select:focus,.checkout-form input:focus{outline:2px solid var(--purple);outline-offset:1px}.catalog-advanced{display:contents}.catalog-filter-toggle{display:none}.catalog-results-bar{display:flex;justify-content:space-between;align-items:center;margin:23px 0 17px}.catalog-results-bar p{font-size:.74rem;font-weight:800;margin:0}.catalog-results-bar button{border:0;background:none;color:var(--purple);font-size:.68rem;font-weight:800;cursor:pointer}.catalog-grid .product-card[hidden]{display:none}.catalog-empty{padding:48px;text-align:center;border:1px dashed #cdbbce;border-radius:18px}.catalog-empty[hidden]{display:none}.catalog-empty h2{font-size:1.7rem}.inline-catalog-link{color:var(--purple);font-weight:800}
/* Product */
.crumbs{display:flex;gap:8px;padding:22px 0;font-size:.67rem;color:var(--muted);flex-wrap:wrap}.product-detail{padding:12px 0 72px}.detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.detail-primary{height:470px;border-radius:22px;background:var(--lilac);overflow:hidden}.detail-primary img{width:100%;height:100%;object-fit:cover}.detail-thumbs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.detail-thumb{border:2px solid transparent;border-radius:14px;background:#fff;padding:0;overflow:hidden;cursor:pointer}.detail-thumb.is-active{border-color:var(--purple)}.detail-thumb img{width:100%;height:135px;object-fit:cover;object-position:top}.detail-copy{position:sticky;top:18px;padding-top:10px}.detail-copy h1{font-size:clamp(2.2rem,3.6vw,3.65rem)}.detail-copy>p:not(.eyebrow){font-size:.86rem;line-height:1.65;color:var(--muted)}.detail-purchase{display:flex;align-items:center;flex-wrap:wrap;gap:12px;border-block:1px solid var(--line);padding:18px 0;margin:24px 0}.detail-purchase .price{font-size:1.25rem}.detail-purchase .add-cart-button{padding:14px 18px}.detail-copy h2{font-size:1.42rem;margin:27px 0 9px}.detail-list{list-style:none;padding:0;margin:18px 0}.detail-list li{padding:10px 0 10px 20px;border-bottom:1px solid var(--line);font-size:.78rem;line-height:1.5;position:relative}.detail-list li:before{content:'•';position:absolute;left:2px;color:var(--pink);font-weight:900}.detail-copy details{padding:15px 0;border-top:1px solid var(--line)}.detail-copy summary{font-size:.78rem;font-weight:800;cursor:pointer}.detail-copy details p,.small-copy{font-size:.7rem!important;line-height:1.55;color:var(--muted)}.detail-back{display:inline-block;margin-top:23px;color:var(--purple);font-size:.76rem;font-weight:800}
/* Cart */
.cart-layer[hidden]{display:none}.cart-layer{position:fixed;inset:0;z-index:1000}.cart-backdrop{position:absolute;inset:0;background:rgba(23,33,66,.34);backdrop-filter:blur(3px)}.cart-drawer{position:absolute;top:0;right:0;height:100%;width:min(430px,100%);background:var(--paper);box-shadow:-18px 0 48px rgba(24,22,43,.18);padding:26px;display:flex;flex-direction:column}.cart-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.cart-head h2{font-size:1.8rem;margin:0}.cart-close{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:1.3rem;cursor:pointer}.cart-items{display:flex;flex-direction:column;gap:12px;overflow:auto;padding:18px 0}.cart-empty{color:var(--muted);font-size:.82rem;line-height:1.55}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:15px;background:#fff;border:1px solid var(--line)}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:10px}.cart-item strong{display:block;font:700 .83rem/1.25 'PT Serif',Georgia,serif}.cart-item span{display:block;font-size:.74rem;font-weight:800;margin-top:5px}.cart-remove{border:0;background:none;color:#9b5a66;font-size:.64rem;font-weight:800;cursor:pointer}.cart-footer{margin-top:auto;padding-top:18px;border-top:1px solid var(--line)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-total strong{font-size:1.2rem}.cart-checkout{width:100%}.cart-checkout.is-disabled{pointer-events:none;opacity:.45}.cart-note{font-size:.62rem;line-height:1.5;color:var(--muted);margin:12px 0 0}
/* Legal */
.legal-page{padding:58px 0 86px}.legal-layout{display:grid;grid-template-columns:230px minmax(0,790px);gap:62px;align-items:start}.legal-meta{position:sticky;top:20px;padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff}.legal-meta p:not(.eyebrow){font-size:.73rem;color:var(--muted)}.legal-meta a,.legal-document a{color:var(--purple);text-decoration:underline}.legal-document h1{font-size:clamp(2.4rem,4vw,4rem)}.legal-lead{font-size:1rem;color:var(--muted)}.legal-document h2{font-size:1.4rem;margin:35px 0 10px}.legal-document p,.legal-document li{font-size:.83rem;line-height:1.72}.legal-requisites{background:var(--peach);border-radius:16px;padding:22px;margin:24px 0}
.brand-text>span{display:inline;color:inherit;font:inherit;margin:0}.site-footer:has(.footer-grid){display:block}.site-footer .footer-grid{width:min(1136px,calc(100% - 64px));margin:auto;display:grid;grid-template-columns:1.4fr .7fr .85fr 1fr;gap:34px;align-items:start}.site-footer .footer-grid>div{display:flex;flex-direction:column;gap:9px}.site-footer .footer-heading{font-weight:800;color:var(--navy);margin:0}.site-footer .footer-note{font-size:.64rem;line-height:1.55;margin:0}.site-footer .brand-footer{margin-bottom:5px}
@media(max-width:1050px){.page-shell{width:calc(100% - 28px)}.main-nav{gap:12px}.main-nav a{font-size:.67rem}.teacher-hero{grid-template-columns:57% 43%}.teacher-hero-copy{padding-inline:32px}.benefits{grid-template-columns:1fr 1fr}.catalog-filters{grid-template-columns:repeat(4,1fr)}.catalog-filters .filter-search{grid-column:1/-1}.detail-grid{gap:34px}}
@media(max-width:760px){body{background:var(--paper)}.page-shell{width:100%;margin:0;border-radius:0;box-shadow:none}.container,.header-inner{width:min(100% - 34px,560px)}.header-inner{min-height:68px}.brand{font-size:.98rem}.brand-mark{width:43px;height:31px}.menu-toggle{display:flex;width:42px;height:42px;border:0;background:none;flex-direction:column;justify-content:center;gap:5px;padding:9px}.menu-toggle span{height:2px;width:100%;background:var(--navy)}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;padding:20px 22px;background:#fffdf9;box-shadow:0 15px 30px rgba(40,24,34,.12);flex-direction:column;align-items:stretch}.main-nav.is-open{display:flex}.main-nav a{font-size:.84rem;min-height:30px}.cart-button{justify-content:center}.teacher-hero{margin:0;grid-template-columns:1fr;border-radius:0}.teacher-hero-copy{padding:34px 22px 30px}.teacher-hero h1{font-size:2.55rem;margin-top:16px}.hero-tagline{font-size:1.68rem;line-height:1.14}.hero-lede{font-size:.87rem}.teacher-hero-photo{order:-1}.teacher-hero-photo img{height:360px}.teacher-hero-photo p{font-size:.84rem;margin:0 18px 18px}.teacher-facts{display:grid;grid-template-columns:repeat(3,1fr)}.teacher-facts span{padding:8px}.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.benefits{grid-template-columns:1fr 1fr;padding:14px}.benefit{min-height:86px}.section{padding:42px 18px}.section-head{align-items:start;flex-direction:column;gap:12px}.section-head h2,.materials-section h2{font-size:2rem}.product-grid,.process-grid,.audience-grid,.reviews-grid{grid-template-columns:1fr}.product-image{height:270px}.process-grid{gap:16px}.process-grid img{height:190px}.social-section{margin:0 18px 24px;align-items:flex-start;flex-direction:column;padding:24px}.social-section h2{font-size:1.8rem}.final-cta{margin:0 18px 24px;grid-template-columns:1fr;padding:26px}.final-cta img{height:170px;margin-top:18px}.site-footer{grid-template-columns:1fr;padding:28px 20px}.site-footer nav,.footer-legal{justify-content:flex-start}.catalog-main{padding:38px 0 68px}.catalog-title{align-items:start;flex-direction:column}.catalog-title h1{font-size:2.65rem}.catalog-filters{grid-template-columns:1fr}.catalog-advanced{display:none}.catalog-filters.is-expanded .catalog-advanced{display:grid;gap:12px}.catalog-filter-toggle{display:flex;justify-content:space-between;align-items:center;border:1px solid #ddced0;border-radius:10px;background:#fffaf8;padding:12px;font-weight:800}.detail-grid{grid-template-columns:1fr}.detail-primary{height:320px}.detail-thumbs img{height:100px}.detail-copy{position:static}.legal-layout{grid-template-columns:1fr;gap:25px}.legal-meta{position:static}.site-footer .footer-grid{width:min(100% - 34px,560px);grid-template-columns:1fr 1fr}.site-footer .footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:430px){.teacher-hero h1{font-size:2.3rem}.hero-tagline{font-size:1.5rem}.teacher-facts{grid-template-columns:1fr}.teacher-hero-photo img{height:330px}.benefits{grid-template-columns:1fr;padding-inline:10px}.section{padding-inline:14px}.product-image{height:235px}.process-grid img{height:165px}.social-section,.final-cta{margin-inline:14px}.detail-copy h1{font-size:2.1rem}.detail-purchase{align-items:flex-start;flex-direction:column}.detail-purchase .button,.detail-purchase .add-cart-button{width:100%}.footer-brand .brand-text{font-size:.92rem}.site-footer .footer-grid{grid-template-columns:1fr}.site-footer .footer-grid>div:first-child{grid-column:auto}.cart-drawer{padding:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.product-card{transition:none}}

/* Gentle page motion: editorial reveal without distracting from the materials. */
@media (prefers-reduced-motion: no-preference){
  html{scroll-behavior:smooth}
  .concept-hero-copy > *{animation:rise-in .65s both cubic-bezier(.22,.8,.32,1)}
  .concept-hero-copy > *:nth-child(2){animation-delay:.08s}.concept-hero-copy > *:nth-child(3){animation-delay:.15s}.concept-hero-copy > *:nth-child(4){animation-delay:.22s}.concept-hero-copy > *:nth-child(5){animation-delay:.29s}
  .concept-hero-image{animation:hero-image-in .85s both cubic-bezier(.22,.8,.32,1)}
  .motion-reveal{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s cubic-bezier(.22,.8,.32,1)}
  .motion-reveal.is-visible{opacity:1;transform:none}
}
@keyframes rise-in{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes hero-image-in{from{opacity:0;transform:scale(1.035)}to{opacity:1;transform:scale(1)}}

/* Polish pass: preserve the complete portrait, frame the hero image independently, and align the footer. */
.concept-hero{overflow:visible}
.concept-hero-image{padding:14px 14px 14px 0}
.concept-hero-image img{border-radius:22px}
.author-portrait{min-height:430px;background:#f6eee8;border-radius:28px}
.author-photo{object-position:center top}
.site-footer{width:min(1240px,calc(100% - 72px));margin:0 auto 24px;padding:32px 34px 26px;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;border:1px solid var(--line);border-radius:22px;background:#fff;align-items:start}
.site-footer .footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:0}
.site-footer .footer-brand{gap:9px}
.site-footer .footer-brand .brand{margin-bottom:2px}
.site-footer .footer-heading{margin:3px 0 3px;font-size:.78rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.08em}
.site-footer .footer-column a{font-size:.78rem;line-height:1.35}
.site-footer .footer-column > p:not(.footer-heading):not(.copyright-note){font-size:.78rem;line-height:1.5}
.site-footer .footer-legal{align-items:flex-start}

/* Mobile hard stop: no competing banners and no multi-column footer. */
@media(max-width:760px){
  .social-section{display:flex!important;justify-content:center!important;width:auto!important;margin:14px auto!important;padding:0!important;background:transparent!important;border:0!important}
  .social-section>div{display:none!important}
  .social-section .social-link{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;padding:0!important;border-radius:50%!important;font-size:0!important;box-shadow:none!important}
  .social-section .social-link .vk-badge{display:grid!important;place-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;padding:0!important;border-radius:50%!important;background:#fff!important;color:#447bba!important;font-size:.6rem!important}
  .final-cta{display:none!important}
  .site-footer{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:calc(100% - 28px)!important;margin:0 auto 18px!important;padding:22px 18px 16px!important;gap:20px!important}
  .site-footer>*{grid-column:1!important;min-width:0!important}
  .site-footer .footer-column{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
  .site-footer .footer-brand .brand{gap:8px!important;max-width:100%!important}
  .site-footer .footer-brand .brand-text{font-size:1rem!important;line-height:1.08!important}
  .site-footer .footer-brand>p{margin:0!important;max-width:250px!important;font-size:.75rem!important;line-height:1.45!important}
  .site-footer nav,.site-footer .footer-legal{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important}
  .site-footer .footer-heading{margin:0 0 2px!important;font-size:.68rem!important}
  .site-footer .footer-column a{font-size:.76rem!important;line-height:1.35!important}
  .site-footer .footer-vk{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important;background:#447bba!important;font-size:0!important}
  .site-footer .footer-vk .vk-badge{display:grid!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important;background:#447bba!important;color:#fff!important;font-size:.64rem!important}
  .site-footer .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;margin-top:0!important;padding-top:14px!important}
  .site-footer .copyright-note{font-size:.62rem!important;line-height:1.45!important}
  .site-footer .made-with-love{font-size:.62rem!important;white-space:normal!important}
}

/* Final home-page composition: the second catalogue CTA repeated the primary action
   and left a large inactive field on wide screens. The compact footer is deliberately
   static so its information is immediately readable after scrolling. */
.final-cta{display:none!important}
.site-footer{box-sizing:border-box}
@media(max-width:760px){
  .site-footer{gap:16px!important;padding:20px 18px 16px!important;border-radius:18px!important}
  .site-footer .footer-brand>p{max-width:220px!important}
  .site-footer .footer-bottom{gap:7px!important;padding-top:12px!important}
  .site-footer .copyright-note,.site-footer .made-with-love{font-size:.61rem!important;line-height:1.42!important}
}

/* Cart entrance and exit. */
.cart-layer:not([hidden]){visibility:visible;pointer-events:none}
.cart-backdrop{opacity:0;transition:opacity .42s ease}
.cart-drawer{opacity:.96;transform:translateX(104%);transition:transform .55s cubic-bezier(.22,.8,.32,1),opacity .36s ease}
.cart-layer.is-active{pointer-events:auto}
.cart-layer.is-active .cart-backdrop{opacity:1}
.cart-layer.is-active .cart-drawer{opacity:1;transform:translateX(0)}
.cart-layer.is-active .cart-item{animation:cart-item-in .48s both cubic-bezier(.22,.8,.32,1)}
.cart-layer.is-active .cart-item:nth-child(2){animation-delay:.06s}
.cart-layer.is-active .cart-item:nth-child(3){animation-delay:.12s}
.cart-layer.is-active .cart-item:nth-child(4){animation-delay:.18s}
@keyframes cart-item-in{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.cart-backdrop,.cart-drawer{transition:none}.cart-layer.is-active .cart-item{animation:none}}

/* Navigation micro-interactions: each section gets its own small teaching-themed accent. */
.main-nav a{position:relative;isolation:isolate}.main-nav a::after{position:absolute;left:50%;top:calc(100% + 5px);z-index:-1;display:grid;place-items:center;width:22px;height:22px;content:'favorite';font-family:'Material Symbols Rounded';font-size:1rem;line-height:1;color:#ef8d96;opacity:0;pointer-events:none;transform:translate(-50%,-8px) rotate(-14deg) scale(.55)}.main-nav a:nth-child(2)::after{content:'auto_stories';color:#8d6bca;transform:translate(-50%,-8px) rotate(10deg) scale(.55)}.main-nav a:nth-child(3)::after{content:'edit';color:#e99a4f;transform:translate(-50%,-8px) rotate(-18deg) scale(.55)}.main-nav a:nth-child(4)::after{content:'school';color:#4f9a76;transform:translate(-50%,-8px) rotate(11deg) scale(.55)}.main-nav a:nth-child(5)::after{content:'mail';color:#5680bd;transform:translate(-50%,-8px) rotate(-8deg) scale(.55)}.main-nav a:hover::after,.main-nav a:focus-visible::after{animation:nav-accent-drop .62s cubic-bezier(.18,.88,.34,1.25) forwards}@keyframes nav-accent-drop{0%{opacity:0;transform:translate(-50%,-12px) rotate(-18deg) scale(.45)}55%{opacity:1;transform:translate(-50%,2px) rotate(8deg) scale(1.15)}100%{opacity:1;transform:translate(-50%,0) rotate(0) scale(1)}}@media(max-width:760px){.main-nav a::after{left:auto;right:2px;top:50%;transform:translate(8px,-50%) scale(.55)}.main-nav a:hover::after,.main-nav a:focus-visible::after{animation:nav-accent-slide .55s cubic-bezier(.18,.88,.34,1.25) forwards}@keyframes nav-accent-slide{0%{opacity:0;transform:translate(8px,-50%) scale(.45)}65%{opacity:1;transform:translate(-4px,-50%) scale(1.12)}100%{opacity:1;transform:translate(0,-50%) scale(1)}}}

/* Reveal pacing for catalogue and inner pages. */
.catalog-grid .product-card.motion-reveal:nth-child(2){transition-delay:.09s}.catalog-grid .product-card.motion-reveal:nth-child(3){transition-delay:.18s}.catalog-grid .product-card.motion-reveal:nth-child(4){transition-delay:.27s}.detail-copy.motion-reveal,.order-summary.motion-reveal{transition-delay:.08s}@media(prefers-reduced-motion:reduce){.motion-reveal{opacity:1!important;transform:none!important;transition:none!important}}

/* Desktop CTA: crop the illustration's transparent canvas and keep the callout compact. */
@media(min-width:761px){.final-cta{grid-template-columns:minmax(0,610px) minmax(260px,1fr)!important;align-items:center!important;min-height:205px!important;height:205px!important;padding:24px 42px!important;gap:22px!important}.final-cta-copy{max-width:590px}.final-cta h2{font-size:clamp(1.8rem,2.4vw,2.55rem)!important;line-height:1.03!important;margin:0 0 7px!important}.final-cta p:not(.eyebrow){font-size:.82rem!important;margin:0 0 13px!important}.final-cta img{height:270px!important;width:330px!important;max-width:none!important;justify-self:end!important;align-self:end!important;object-fit:contain!important;transform:scale(1.52) translate(22px,25px);transform-origin:right bottom}}
.cart-item{grid-template-columns:minmax(0,1fr) 38px;align-items:start}.cart-item-link{grid-column:1;display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:2px;border-radius:10px}.cart-item-link:focus-visible{outline:2px solid var(--purple);outline-offset:2px}.cart-item-link:hover{background:#faf5ff}.cart-item-link:hover strong{color:var(--purple)}.cart-open-product{display:block;margin-top:6px;color:var(--purple);font-size:.65rem;font-weight:800}.cart-remove{grid-column:2;grid-row:1;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid #efd8d6;border-radius:50%;background:#fff5f3;color:#a55461;font-size:1.35rem;line-height:1}.cart-remove:hover{background:#a55461;color:#fff}.cart-item img{width:72px;height:72px}
@media(max-width:760px){.cart-item{padding:8px}.cart-item-link{grid-template-columns:62px minmax(0,1fr);gap:10px}.cart-item img{width:62px;height:62px}.cart-item strong{font-size:.78rem}.cart-open-product{font-size:.6rem}.cart-remove{width:32px;height:32px}}

/* Final call-to-action: compact copy next to the rabbit, especially on mobile. */
.final-cta{grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);min-height:178px;padding:22px 34px;gap:18px}.final-cta-copy{max-width:560px}.final-cta h2{font-size:clamp(1.65rem,2.4vw,2.35rem);line-height:1.04;margin-bottom:5px}.final-cta p:not(.eyebrow){margin-bottom:12px;font-size:.8rem}.final-cta img{height:175px;max-width:260px;justify-self:end}.button,.add-cart-button,.cart-button,.primary-button{transition-duration:.38s}.concept-hero-copy > *{animation-duration:1.1s}.concept-hero-image{animation-duration:1.35s}.motion-reveal{transition-duration:1.05s}.button-bounce{animation-duration:.65s}
@media(max-width:760px){.final-cta{grid-template-columns:minmax(0,1fr) 112px;min-height:142px;padding:16px 15px;gap:8px;align-items:center}.final-cta-copy{min-width:0}.final-cta h2{font-size:1.28rem;line-height:1.08;margin-bottom:4px}.final-cta h2 br{display:none}.final-cta p:not(.eyebrow){font-size:.62rem;line-height:1.35;margin:0 0 9px}.final-cta .button{width:auto;padding:8px 10px;font-size:.62rem;gap:7px}.final-cta img{grid-column:2;grid-row:1;height:118px;width:112px;max-width:112px;margin:0;align-self:end}.concept-hero-copy > *{animation-duration:1.25s}.concept-hero-image{animation-duration:1.5s}.motion-reveal{transition-duration:1.15s}}
@media(max-width:360px){.final-cta{grid-template-columns:minmax(0,1fr) 94px;padding:14px 12px}.final-cta h2{font-size:1.16rem}.final-cta img{height:102px;width:94px;max-width:94px}.final-cta p:not(.eyebrow){font-size:.58rem}}

/* Mobile footer is deliberately one-column; the CTA duplicates the catalog link, so omit it on phones. */
@media(max-width:760px){.final-cta{display:none!important}.site-footer{display:grid!important;grid-template-columns:1fr!important;width:calc(100% - 28px)!important;margin:0 auto 18px!important;padding:22px 18px 16px!important;gap:20px!important}.site-footer .footer-column{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;min-width:0}.site-footer .footer-brand .brand{max-width:100%;gap:8px}.site-footer .footer-brand .brand-text{font-size:1rem;line-height:1.08}.site-footer .footer-brand>p{margin:0;max-width:260px;font-size:.75rem!important;line-height:1.45}.site-footer nav,.site-footer .footer-legal{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important}.site-footer .footer-heading{margin:0 0 2px!important;font-size:.68rem!important}.site-footer .footer-column a{font-size:.76rem!important;line-height:1.35!important}.site-footer .footer-bottom{grid-column:1!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;margin-top:0!important;padding-top:14px!important}.site-footer .copyright-note{font-size:.62rem!important;line-height:1.45!important}.site-footer .made-with-love{font-size:.62rem!important;white-space:normal!important}}
.site-footer a[href^="mailto:"]{display:none}
.cart-item-link{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;min-width:0}.cart-item-link:hover strong{color:var(--purple)}

/* Author quote is part of the information column, below the three facts. */
.author-quote{margin:22px 0 0;padding:16px 20px;border-radius:16px;background:#fff7f1;color:var(--navy);font:700 1rem/1.5 'PT Serif',Georgia,serif;box-shadow:0 7px 18px rgba(64,42,38,.06)}
.author-quote .material-symbols-rounded{color:#ef8d96;vertical-align:middle}
@media(max-width:760px){.author-quote{margin-top:18px;padding:14px 16px;font-size:.9rem}.concept-hero-copy{padding:28px 18px 22px}.concept-hero h1{font-size:clamp(1.85rem,8.2vw,2.35rem);line-height:1.02;margin:14px 0}.hero-lede{font-size:.92rem}.hero-ribbon{font-size:.54rem;padding:7px 10px}.hero-actions .button{padding:11px 14px;font-size:.76rem}.concept-hero-image{height:230px}.section{padding-block:34px}.section-head h2,.materials-section h2{font-size:1.55rem}.product-image{height:210px}.product-body{padding:13px 15px 16px}.product-body h3{font-size:1rem}.product-body>p:not(.product-type){font-size:.75rem}.site-footer{padding:24px 18px 18px;gap:20px}.site-footer .footer-column a,.site-footer .footer-column>p:not(.footer-heading):not(.copyright-note){font-size:.72rem}.site-footer .footer-bottom{gap:10px}.site-footer .copyright-note{font-size:.62rem!important;line-height:1.4}.site-footer .made-with-love{font-size:.68rem}}
@media(max-width:430px){.concept-hero h1{font-size:2rem}.concept-hero-image{height:205px}.section-head h2,.materials-section h2{font-size:1.42rem}.site-footer{width:calc(100% - 20px);padding-inline:16px}.site-footer .footer-heading{font-size:.68rem}.site-footer .footer-bottom{align-items:stretch}.site-footer .made-with-love{white-space:normal}}

/* Compact editorial rhythm and varied heart accents. */
.section-heart{display:inline-block;color:#ef8f9d;font-size:.7em;transform:rotate(-8deg);margin-left:3px}.materials-section .section-heart{color:#e78397;transform:rotate(10deg) scale(.9)}.reviews-section .section-heart{color:#f2b36f;transform:rotate(-14deg) scale(.78)}.author-copy .section-heart{color:#a984dc;transform:rotate(8deg) scale(.88)}.author-quote .material-symbols-rounded{color:#ef8f9d;transform:rotate(-15deg);font-size:1.05em}.author-facts>span:nth-child(3) b .material-symbols-rounded{transform:rotate(12deg);color:#d2778b}.made-with-love .material-symbols-rounded{transform:rotate(-12deg)}
.concept-hero{min-height:560px}.concept-hero-copy{padding-block:44px 30px}.concept-hero h1{margin-block:16px}.hero-lede{margin-bottom:18px}.hero-trust{margin-top:20px}.benefits{padding-top:10px}.benefit{padding-block:15px;min-height:88px}.section{padding-block:42px}.section-head{margin-bottom:18px}.product-image{height:250px}.product-body{padding-top:12px;padding-bottom:15px}.process-section{padding-top:28px}.audience-grid a{padding:18px}.reviews-grid blockquote{padding:18px}.author-section{gap:38px;margin-bottom:42px}.social-section{margin-bottom:24px;padding-block:22px}.final-cta{min-height:210px;padding-block:26px;margin-bottom:26px}
@media(max-width:760px){.concept-hero-copy{padding:24px 16px 18px}.concept-hero h1{font-size:clamp(1.78rem,7.8vw,2.25rem);margin:11px 0 13px}.hero-lede{font-size:.88rem;line-height:1.5;margin-bottom:14px}.hero-trust{gap:8px;margin-top:14px;font-size:.7rem}.hero-actions{gap:8px}.concept-hero-image{height:205px}.benefits{padding:8px 10px 0;gap:8px}.benefit{min-height:70px;padding:10px 9px;gap:8px;border-radius:12px}.benefit b{flex-basis:30px;width:30px;height:30px;font-size:.68rem}.benefit strong{font-size:.68rem}.benefit p{font-size:.55rem;margin-top:2px}.section{padding-block:29px;padding-inline:14px}.section-head{margin-bottom:13px;gap:8px}.section-head h2,.materials-section h2{font-size:1.42rem;margin-bottom:5px}.section-head p:not(.eyebrow){font-size:.7rem}.product-grid{gap:12px}.product-image{height:190px}.product-body{padding:10px 12px 12px}.product-type{font-size:.52rem;margin-bottom:4px}.product-body h3{font-size:.9rem;margin-bottom:4px}.product-body>p:not(.product-type){font-size:.65rem;line-height:1.4;margin-bottom:9px}.price{font-size:.86rem;padding:6px 9px}.add-cart-button,.card-link{font-size:.62rem;padding:7px 9px}.process-section{padding-top:22px}.process-grid{gap:9px}.process-grid article{padding:8px 0;grid-template-columns:28px 48px 1fr;gap:8px}.step-icon{width:46px;height:46px;font-size:1.4rem}.process-grid h3{font-size:.78rem;margin-bottom:2px}.process-grid p{font-size:.61rem;line-height:1.35}.audience-grid{gap:9px}.audience-grid a{padding:14px;border-radius:13px}.audience-grid strong{font-size:.95rem}.audience-grid p{font-size:.63rem;line-height:1.4;margin:6px 0 9px}.reviews-grid{gap:10px}.reviews-grid blockquote{padding:14px;border-radius:13px}.review-avatar{width:38px;height:38px;font-size:1.15rem}.review-top strong{font-size:.72rem}.reviews-grid blockquote p{font-size:.68rem;line-height:1.45;margin-top:9px}.author-section{gap:20px;margin-bottom:28px}.author-photo{height:310px}.author-copy h2{font-size:1.75rem}.author-copy>p{font-size:.82rem;line-height:1.5}.author-facts{gap:8px;margin-top:15px}.author-facts>span{gap:8px}.author-facts b{width:32px;height:32px}.author-facts strong{font-size:.72rem;margin-bottom:2px}.author-facts>span>span{font-size:.62rem;line-height:1.35}.author-quote{margin-top:14px;padding:11px 13px;font-size:.78rem}.social-section{padding:16px;margin-bottom:16px}.social-section h2{font-size:1.42rem}.social-section p:not(.eyebrow){font-size:.7rem}.final-cta{min-height:160px;padding:20px 18px;margin-bottom:18px}.final-cta h2{font-size:1.65rem}.final-cta p:not(.eyebrow){font-size:.7rem}.final-cta img{height:125px}.site-footer{padding:18px 16px 15px;gap:14px}}
@media(max-width:430px){.concept-hero h1{font-size:1.86rem}.concept-hero-image{height:180px}.section-head h2,.materials-section h2{font-size:1.3rem}.product-image{height:175px}.author-photo{height:285px}.final-cta h2{font-size:1.48rem}}

/* Keep the portrait and handwritten name fully visible; the quote sits below the photo. */
.author-portrait{display:flex;flex-direction:column;align-items:stretch}
.author-portrait p{position:static;width:auto;margin:14px 12px 0;padding:15px 18px;border-radius:18px;background:#fff;transform:none;font-size:.9rem}
.author-portrait .author-decor{position:absolute}

.back-to-top{position:fixed;right:24px;bottom:24px;z-index:80;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(91,61,157,.18);border-radius:50%;background:var(--purple);color:#fff;box-shadow:0 10px 24px rgba(91,61,157,.24);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}
.back-to-top .material-symbols-rounded{font-size:1.35rem}
@media(max-width:760px){.back-to-top{right:16px;bottom:16px;width:42px;height:42px}.author-portrait p{margin-inline:8px;font-size:.86rem}}
.site-footer .footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;gap:22px;padding-top:18px;border-top:1px solid var(--line)}
.site-footer .copyright-note{margin:0;max-width:680px!important;padding:0;border:0;font-size:.68rem!important;line-height:1.5}
.site-footer .made-with-love{margin:0;white-space:nowrap}
@media(max-width:760px){.concept-hero{overflow:hidden}.concept-hero-image{height:310px;padding:0 14px 14px}.concept-hero-image img{border-radius:20px}.site-footer{width:calc(100% - 28px);grid-template-columns:1fr;padding:28px 22px 22px}.site-footer .footer-bottom{align-items:flex-start;flex-direction:column;gap:12px}.site-footer .made-with-love{white-space:normal}}
@media(max-width:430px){.concept-hero-image{height:255px}.author-photo{height:340px}}

/* Final cascade overrides for the current concept layout. */
.author-photo{object-position:center top}
.site-footer{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
.site-footer .footer-legal{align-items:flex-start}

/* Concept refinement 2026-09-25 */
.material-symbols-rounded{font-family:'Material Symbols Rounded';font-weight:normal;font-style:normal;font-size:1.25em;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;font-feature-settings:'liga'}
body{background:#f8f2ec}.page-shell{width:min(1440px,100%);margin:0 auto;border-radius:0;box-shadow:none}.container,.header-inner{width:min(1240px,calc(100% - 72px))}.site-header{border-bottom:1px solid #f1e8e1}.header-inner{min-height:86px}.brand{font-size:1.08rem;gap:12px}.brand-mark{width:58px;height:45px}.brand-text>span{display:block;font-size:.88em;color:var(--purple);margin-top:3px}.main-nav{font-size:.82rem}.cart-button{padding:10px 15px}.cart-button>.material-symbols-rounded{display:inline-block;width:1.15em;min-width:1.15em;height:1.15em;padding:0;overflow:hidden;border-radius:0;background:none;color:#fff;font-size:1.1rem}.cart-button .cart-label{background:none;color:inherit;min-width:0;height:auto;padding:0;border-radius:0;font-size:inherit;display:inline}.cart-button b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:#fff;color:var(--purple);font-size:.68rem}
.concept-hero{margin:18px auto 0;width:min(1368px,calc(100% - 36px));display:grid;grid-template-columns:49% 51%;min-height:610px;border-radius:24px;overflow:hidden;background:#fff8f1}.concept-hero-copy{padding:60px 52px 38px;display:flex;flex-direction:column;justify-content:center}.concept-hero h1{font-size:clamp(2.8rem,4.5vw,4.7rem);line-height:.98;letter-spacing:-.045em;margin:22px 0 22px}.concept-hero h1 em{font-style:normal;color:var(--purple)}.concept-hero-image{min-width:0;position:relative}.concept-hero-image img{width:100%;height:100%;object-fit:cover;object-position:53% center}.hero-lede{font-size:1.05rem;line-height:1.62;max-width:610px}.hero-trust{display:flex;gap:17px 24px;flex-wrap:wrap;margin-top:28px;font-size:.78rem;color:#5c5962}.hero-trust>span{display:inline-flex;align-items:center;gap:8px}.hero-trust .material-symbols-rounded{color:var(--purple);font-size:1.25rem}.hero-ribbon{align-self:flex-start}.hero-actions .material-symbols-rounded{font-size:1.2rem}.button{font-size:.9rem}.benefits{width:min(1368px,calc(100% - 36px));margin:auto;padding:16px 0 0;gap:14px}.benefit{border:0;box-shadow:0 5px 20px rgba(64,42,38,.045);padding:20px 17px}.benefit b{font-size:1.5rem}.benefit strong{font-size:.92rem}.benefit p{font-size:.76rem}
.section{padding:58px max(38px,calc((100% - 1240px)/2))}.section-head{margin-bottom:26px}.section-head h2{font-size:clamp(2rem,3vw,2.85rem)}.section-head p:not(.eyebrow){font-size:.94rem}.section-heart{color:#f29aaa;font-size:.8em;vertical-align:middle}.product-grid{gap:20px}.product-card{border:0;box-shadow:0 9px 28px rgba(64,42,38,.07)}.product-image{height:280px}.product-body{padding:16px 20px 20px}.product-type{font-size:.71rem}.product-body h3{font-size:1.22rem}.product-body>p:not(.product-type){font-size:.86rem}.price{background:#fff;color:#3e3b43;border:1px solid #dfd5cf;box-shadow:none;font-size:1.08rem}.add-cart-button,.card-link{font-size:.8rem;padding:10px 15px}
.process-section{padding-top:36px}.process-grid{grid-template-columns:repeat(3,1fr);gap:34px}.process-grid article{grid-template-columns:36px 72px 1fr;gap:13px;align-items:center;padding:0;border:0;background:transparent;border-radius:0;position:relative}.process-grid article:not(:last-child):after{content:'arrow_forward';font-family:'Material Symbols Rounded';position:absolute;right:-26px;color:#e7a5ad;font-size:2rem}.process-grid article>.step-number{width:32px;height:32px;font-size:.8rem;background:#ef8d96}.step-icon{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:#fff0ea;color:#713a4a;font-size:2rem;box-shadow:0 7px 20px rgba(90,55,60,.08)}.process-grid article:nth-child(2) .step-icon{background:#f3eafd;color:#6f4cb5}.process-grid article:nth-child(3) .step-icon{background:#eef7ef;color:#38674b}.process-grid h3{font-size:1.02rem;margin:0 0 6px}.process-grid p{font-size:.82rem}.audience-section{background:#fffaf6}.audience-grid a{border:0;box-shadow:0 8px 24px rgba(64,42,38,.06)}.audience-grid a>.material-symbols-rounded{display:block;font-size:2rem;color:var(--purple);margin-bottom:14px}.audience-grid strong{font-size:1.2rem}.audience-grid p{font-size:.86rem}.audience-grid a>span:last-child{font-size:.82rem}
.reviews-grid{gap:18px}.reviews-grid blockquote{position:relative;border:1px solid #eee4df;border-radius:18px;padding:24px;background:#fff}.quote-mark{position:absolute;right:18px;top:8px;font:700 3rem Georgia,serif;color:#f2d8ca}.review-top{justify-content:flex-start;align-items:center}.review-avatar{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#ffece2;color:#b15e68;font-size:1.5rem;flex:0 0 auto}.review-top strong{font-size:.9rem;display:block;padding-right:35px}.review-top div>span{font-size:.78rem}.reviews-grid blockquote p{font-size:.86rem;line-height:1.65}
.author-section{width:min(1240px,calc(100% - 72px));margin:10px auto 58px;display:grid;grid-template-columns:minmax(0,460px) 1fr;gap:54px;align-items:center}.author-portrait{position:relative;min-height:430px}.author-photo{width:100%;height:430px;object-fit:cover;object-position:center 22%;border-radius:28px}.author-decor{position:absolute;inset:-14px;width:calc(100% + 28px);height:calc(100% + 28px);object-fit:fill;pointer-events:none}.author-portrait p{position:absolute;right:-45px;bottom:28px;width:255px;margin:0;padding:19px 21px;border-radius:24px 24px 24px 7px;background:#fff;box-shadow:0 12px 30px rgba(60,39,47,.14);font:700 .98rem/1.5 'PT Serif',Georgia,serif;transform:rotate(-2deg)}.author-portrait p .material-symbols-rounded{color:#ef8d96}.author-copy h2{font-size:clamp(2.2rem,3.6vw,3.3rem)}.author-copy>p{font-size:1rem;line-height:1.7;color:var(--muted);max-width:680px}.author-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.author-facts>span{display:flex;align-items:flex-start;gap:11px}.author-facts b{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#ffe9e1;color:#a65161}.author-facts>span:nth-child(2) b{background:#f0e8fb;color:#6849a4}.author-facts>span:nth-child(3) b{background:#ecf5ec;color:#3f7653}.author-facts strong{display:block;font-family:'PT Serif',Georgia,serif;font-size:.9rem;margin-bottom:5px}.author-facts>span>span{font-size:.74rem;line-height:1.45;color:var(--muted)}
.social-section{width:min(1240px,calc(100% - 72px));margin:0 auto 30px;border:0}.social-section h2{font-size:2.15rem}.social-section p:not(.eyebrow){font-size:.9rem}.social-link{font-size:.84rem}.vk-badge{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 5px;border-radius:8px;background:#447bba;color:#fff;font:800 .65rem Manrope,Arial,sans-serif}.social-link .vk-badge{background:#fff;color:#447bba}.final-cta{width:min(1240px,calc(100% - 72px));margin:0 auto 34px;grid-template-columns:1fr 50%;min-height:250px;padding:35px 48px;background:linear-gradient(100deg,#fff0e8,#f8ebff);border-radius:24px}.final-cta h2{font-size:clamp(2rem,3vw,2.9rem)}.final-cta p:not(.eyebrow){font-size:.9rem}.final-cta img{height:260px;object-fit:contain;object-position:right bottom;margin:0;filter:none}
.site-footer{padding:30px max(38px,calc((100% - 1240px)/2));grid-template-columns:1.4fr .85fr 1fr;gap:36px}.site-footer p{font-size:.76rem}.site-footer nav,.footer-legal{flex-direction:column;align-items:flex-start;justify-content:flex-start}.site-footer nav a,.footer-legal a{font-size:.78rem}.footer-vk{display:inline-flex;align-items:center;gap:8px;color:#447bba}.footer-vk>.material-symbols-rounded,.made-with-love .material-symbols-rounded{color:#ef8d96}.footer-legal{align-items:flex-end}.made-with-love{display:flex;align-items:center;gap:6px;font-weight:700}.copyright-note{max-width:520px!important}.detail-primary{cursor:zoom-in}.detail-thumbs{grid-template-columns:repeat(3,1fr)}.gallery-hint{display:flex;align-items:center;gap:5px;margin:10px 0 0;color:var(--muted);font-size:.75rem}.image-lightbox[hidden]{display:none}.image-lightbox{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:30px;background:rgba(15,20,38,.88);backdrop-filter:blur(6px)}.image-lightbox img{max-width:min(1100px,94vw);max-height:88vh;object-fit:contain;border-radius:14px;box-shadow:0 22px 70px rgba(0,0,0,.35)}.lightbox-close{position:fixed;right:22px;top:18px;width:46px;height:46px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:1.7rem;cursor:pointer}
@media(max-width:1050px){.concept-hero{grid-template-columns:53% 47%;min-height:560px}.concept-hero-copy{padding:45px 34px}.concept-hero h1{font-size:3.2rem}.hero-trust{gap:12px}.author-section{grid-template-columns:390px 1fr}.author-facts{grid-template-columns:1fr}.process-grid{gap:18px}.process-grid article{grid-template-columns:32px 60px 1fr}.process-grid article:not(:last-child):after{display:none}.step-icon{width:58px;height:58px}.site-footer{grid-template-columns:1.2fr .8fr 1fr}}
@media(max-width:760px){.header-inner{width:min(100% - 28px,560px)}.brand-mark{width:48px;height:38px}.brand-text{font-size:.96rem}.concept-hero{width:100%;margin:0;grid-template-columns:1fr;border-radius:0}.concept-hero-copy{padding:38px 22px 28px}.concept-hero h1{font-size:clamp(2.35rem,11vw,3.1rem);margin:17px 0}.concept-hero-image{height:310px}.concept-hero-image img{object-position:center 58%}.hero-lede{font-size:1rem}.hero-trust{display:grid;grid-template-columns:1fr}.hero-actions{flex-direction:column}.benefits{width:100%;grid-template-columns:1fr 1fr;padding:14px}.section{padding:44px 18px}.product-image{height:260px}.process-grid{grid-template-columns:1fr}.process-grid article{grid-template-columns:34px 64px 1fr;padding:10px 0}.author-section{width:calc(100% - 36px);grid-template-columns:1fr;gap:30px;margin-bottom:44px}.author-photo{height:390px}.author-portrait p{right:12px;bottom:16px;width:min(255px,72%);font-size:.88rem}.author-copy>p{font-size:.94rem}.author-facts{grid-template-columns:1fr}.social-section,.final-cta{width:calc(100% - 36px);margin-inline:auto}.final-cta{grid-template-columns:1fr;padding:28px 24px 0}.final-cta h2 br{display:none}.final-cta img{height:190px}.site-footer{grid-template-columns:1fr;padding:30px 22px}.site-footer nav,.footer-legal{align-items:flex-start}.footer-legal{justify-content:flex-start}.made-with-love{margin-top:8px}}
@media(max-width:430px){.concept-hero h1{font-size:2.32rem}.concept-hero-image{height:255px}.hero-ribbon{font-size:.58rem}.benefits{grid-template-columns:1fr}.section{padding-inline:14px}.product-image{height:235px}.author-section,.social-section,.final-cta{width:calc(100% - 28px)}.author-photo{height:340px}.author-portrait{min-height:340px}.final-cta img{height:160px}.process-grid article{grid-template-columns:30px 54px 1fr}.step-icon{width:52px;height:52px}.social-section h2{font-size:1.75rem}}

/* Absolute last word: never let the quote cover the author or the name board. */
.author-portrait p{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto!important;margin:14px 12px 0!important;transform:none!important}
@media(max-width:760px){.author-portrait p{margin:12px 8px 0!important}}

/* Interaction and responsive polish. */
.brand-mark{transition:transform .25s ease,filter .25s ease}.brand:hover .brand-mark,.brand:focus-visible .brand-mark{transform:translateY(-2px) rotate(-4deg) scale(1.06);filter:drop-shadow(0 6px 8px rgba(91,61,157,.2))}
.button,.add-cart-button,.cart-button,.primary-button{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.button:hover,.add-cart-button:hover,.cart-button:hover,.primary-button:hover{transform:translateY(-2px);box-shadow:0 9px 20px rgba(91,61,157,.18)}.button:active,.add-cart-button:active,.cart-button:active,.primary-button:active{transform:translateY(1px) scale(.98);box-shadow:none}.button-bounce{animation:button-bounce .38s ease}@keyframes button-bounce{0%,100%{transform:scale(1)}45%{transform:scale(.94)}70%{transform:scale(1.04)}}
.vk-badge{width:30px;min-width:30px;height:30px;padding:0;border-radius:50%;font-size:.62rem;letter-spacing:-.04em}.footer-vk{display:inline-flex;align-items:center;gap:8px}
.cookie-banner{position:fixed;left:50%;bottom:18px;z-index:1100;width:min(760px,calc(100% - 28px));display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 20px;border:1px solid #e4d7d1;border-radius:18px;background:rgba(255,253,249,.97);box-shadow:0 18px 50px rgba(47,33,42,.18);transform:translateX(-50%)}.cookie-banner strong{font-family:'PT Serif',Georgia,serif;font-size:1.05rem}.cookie-banner p{margin:5px 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.cookie-actions{display:flex;gap:9px;flex:0 0 auto}.cookie-actions .button{width:auto;white-space:nowrap;padding:10px 15px;font-size:.78rem}
.promo-entry{display:flex;gap:8px}.promo-entry input{flex:1}.promo-field .promo-error{color:#9d453c}.summary-discount{display:flex;justify-content:space-between;padding:8px 0;color:#9d453c;font-weight:800}.summary-final{border-top:1px solid #decfe9}
@media(min-width:761px){.concept-hero h1{font-size:clamp(2.55rem,4vw,4.1rem)}.section-head h2{font-size:clamp(1.85rem,2.6vw,2.5rem)}.product-body h3{font-size:1.1rem}.product-body>p:not(.product-type){font-size:.8rem}}
@media(max-width:760px){.concept-hero h1{font-size:clamp(2rem,9vw,2.65rem)}.section-head h2,.materials-section h2{font-size:1.78rem}.button,.add-cart-button,.cart-button{border-radius:14px}.cookie-banner{display:block;padding:16px}.cookie-actions{margin-top:12px}.cookie-actions .button{width:50%}.promo-entry{align-items:stretch}.promo-entry .button{padding-inline:12px}}

/* Highest-priority polish overrides. */
.author-photo{object-position:center top}
.site-footer{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}
.site-footer .footer-legal{align-items:flex-start}

/* Last mobile layout guard — this must remain after the desktop concept refinement. */
@media(max-width:760px){
  .social-section{display:flex!important;justify-content:center!important;width:auto!important;margin:14px auto!important;padding:0!important;background:transparent!important;border:0!important}
  .social-section>div{display:none!important}
  .social-section .social-link{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;padding:0!important;border-radius:50%!important;font-size:0!important;box-shadow:none!important}
  .social-section .social-link .vk-badge{display:grid!important;place-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;padding:0!important;border-radius:50%!important;background:#fff!important;color:#447bba!important;font-size:.6rem!important}
  .final-cta{display:none!important}
  .site-footer{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:calc(100% - 28px)!important;margin:0 auto 18px!important;padding:22px 18px 16px!important;gap:20px!important}
  .site-footer>*{grid-column:1!important;min-width:0!important}
  .site-footer .footer-column{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
  .site-footer .footer-brand .brand{gap:8px!important;max-width:100%!important}
  .site-footer .footer-brand .brand-text{font-size:1rem!important;line-height:1.08!important}
  .site-footer .footer-brand>p{margin:0!important;max-width:250px!important;font-size:.75rem!important;line-height:1.45!important}
  .site-footer nav,.site-footer .footer-legal{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;gap:8px!important}
  .site-footer .footer-heading{margin:0 0 2px!important;font-size:.68rem!important}
  .site-footer .footer-column a{font-size:.76rem!important;line-height:1.35!important}
  .site-footer .footer-vk{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important;background:#447bba!important;font-size:0!important}
  .site-footer .footer-vk .vk-badge{display:grid!important;place-items:center!important;width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border-radius:50%!important;background:#447bba!important;color:#fff!important;font-size:.64rem!important}
  .site-footer .footer-bottom{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important;margin-top:0!important;padding-top:14px!important}
  .site-footer .copyright-note{font-size:.62rem!important;line-height:1.45!important}
  .site-footer .made-with-love{font-size:.62rem!important;white-space:normal!important}
}
