:root{--ink:#142033;--ink-2:#26354a;--paper:#f4f0e7;--linen:#ebe3d5;--sand:#d9bd86;--cream:#fffaf1;--terracotta:#a95f42;--blue:#b8cdf4;--muted:#6e756f;--line:rgba(20,32,51,.13);--shadow:0 24px 70px rgba(25,30,34,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--paper)}body{margin:0;color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}img{display:block}main{overflow:hidden}::selection{background:var(--sand);color:var(--ink)}:focus{outline:none}:focus-visible{outline:2px solid var(--sand);outline-offset:4px;border-radius:10px}.nav{position:fixed;top:0;left:0;right:0;height:84px;z-index:300;display:grid;grid-template-columns:170px minmax(0,1fr) auto;align-items:center;grid-gap:26px;gap:26px;padding:0 clamp(24px,4vw,68px);transition:background .35s,color .35s,box-shadow .35s,border-color .35s;color:var(--ink)}.nav-light{background:#101a2b;color:#fff}.nav-solid{background:#f6f2e9;border-bottom:1px solid rgba(20,32,51,.08);box-shadow:0 10px 32px rgba(20,32,51,.06)}.brand-logo{display:flex;align-items:center;width:152px;height:62px;overflow:hidden;border:0}.brand-logo img{width:100%;height:auto;object-fit:contain}.nav nav{display:flex;justify-content:center;gap:clamp(14px,1.7vw,30px);align-items:center;white-space:nowrap}.nav nav a{font-size:12px;font-weight:750;letter-spacing:.065em;text-transform:uppercase;opacity:.78;transition:opacity .2s,transform .2s}.nav nav a:hover{opacity:1;transform:translateY(-1px)}.nav-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.cart,.header-phone{border-radius:999px;border:1px solid;background:rgba(255,255,255,.12);padding:11px 16px;font-size:12px;font-weight:800;letter-spacing:.01em;transition:background .25s,color .25s,border-color .25s,transform .2s}.cart:hover,.header-phone:hover{transform:translateY(-1px)}.nav-solid .header-phone{background:#fff;border-color:rgba(20,32,51,.08)}.cart{cursor:pointer;border-color:transparent;background:var(--blue);color:#173051}.cart b{display:inline-flex;min-width:20px;height:20px;align-items:center;justify-content:center;margin-left:5px;border-radius:999px;background:rgba(255,255,255,.7)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,Times New Roman,serif;font-weight:500;letter-spacing:-.045em}h2{font-size:clamp(42px,5.4vw,82px);line-height:.98;margin-bottom:28px}h3{font-size:24px;line-height:1.12;margin-bottom:12px}em{font-weight:400;color:var(--terracotta)}.eyebrow,.section-no{display:block;margin:0 0 24px;font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.section-no{color:var(--terracotta)}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-size:14px;font-weight:850;transition:transform .2s,box-shadow .2s,background .2s}.cta:hover{transform:translateY(-2px)}.cta-primary{background:var(--sand);color:var(--ink);box-shadow:0 14px 34px rgba(217,189,134,.24)}.cta-ghost{border:1px solid rgba(255,255,255,.34);color:#fff;background:rgba(255,255,255,.06)}.text-link{font-weight:800;border-bottom:1px solid;padding-bottom:5px}.hero{position:relative;display:flex;align-items:center;background:#101a2b;color:#fff;overflow:hidden}.hero-media{position:absolute;top:84px;right:0;bottom:0;left:43%;overflow:hidden;border-radius:0}.hero-media img{object-fit:cover;object-position:44% center}.hero-media:before{content:"";position:absolute;z-index:1;top:0;bottom:0;left:0;width:clamp(72px,11vw,190px);pointer-events:none;background:linear-gradient(90deg,#101a2b,rgba(16,26,43,.92) 18%,rgba(16,26,43,.48) 58%,rgba(16,26,43,0))}.hero-copy{position:relative;z-index:2;width:min(590px,37vw);margin-left:clamp(28px,6vw,104px);padding-top:98px;padding-bottom:110px}.hero-copy .eyebrow{color:rgba(255,255,255,.72)}.hero h1{font-size:clamp(58px,6.3vw,100px);line-height:.88;margin:0 0 30px;color:#fff}.hero .lead{max-width:590px;font-size:18px;line-height:1.6;color:rgba(255,255,255,.76)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:32px 0 38px}.hero-proof{display:flex;gap:0;border-top:1px solid rgba(255,255,255,.2);padding-top:22px}.hero-proof span{display:flex;flex-direction:column;gap:4px;padding-right:24px;margin-right:24px;border-right:1px solid rgba(255,255,255,.18);font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6)}.hero-proof span:last-child{border:0;margin:0;padding:0}.hero-proof b{font-size:17px;color:#fff;letter-spacing:0;text-transform:none}.hero-ticket{position:absolute;z-index:4;right:clamp(24px,3vw,52px);bottom:30px;width:min(330px,27vw);display:grid;grid-template-columns:92px 1fr;grid-gap:8px 14px;gap:8px 14px;padding:18px 20px;border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 18px 48px rgba(4,10,18,.22)}.hero-ticket span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted)}.hero-ticket strong{font-size:12px;line-height:1.35}.hero-ticket>div{display:contents}.bridge{padding:92px 6vw 110px;text-align:center;background:var(--paper)}.bridge p{font-size:13px;letter-spacing:.13em;text-transform:uppercase;color:var(--terracotta)}.bridge h2{max-width:1040px;margin:0 auto;font-size:clamp(42px,6vw,88px)}.how{max-width:1500px;margin:0 auto;padding:110px 5vw;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;align-items:center}.how-copy p{max-width:550px;font-size:18px;line-height:1.72;color:#526071}.book-surface,.interactive-book{position:relative}.book-surface{aspect-ratio:1/1;border-radius:28px;box-shadow:var(--shadow)}.book-surface img{object-fit:cover}.audio-point{width:36px;height:36px;border:6px solid rgba(255,255,255,.96);background:var(--terracotta);box-shadow:0 0 0 10px rgba(169,95,66,.24),0 6px 18px rgba(0,0,0,.22);animation:pointPulse 1.55s ease-out infinite}.audio-point span{top:44px;padding:7px 10px;background:rgba(20,32,51,.9);font-size:11px;transition:opacity .2s}.audio-point.is-active span,.audio-point:hover span{opacity:1}.audio-point.is-active{animation:activePointPulse .8s ease-out infinite}@keyframes pointPulse{0%{box-shadow:0 0 0 8px rgba(169,95,66,.26),0 6px 18px rgba(0,0,0,.22)}70%,to{box-shadow:0 0 0 24px rgba(169,95,66,0),0 6px 18px rgba(0,0,0,.22)}}@keyframes activePointPulse{0%{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.18)}to{transform:translate(-50%,-50%) scale(1)}}.pen-cursor{position:absolute;width:50px;height:auto;pointer-events:none;visibility:hidden;transform:translate(-18%,-94%);transform-origin:18% 94%;z-index:8;will-change:left,top}.pen-cursor img{width:100%;height:auto;object-fit:contain}.pen-cursor.is-visible{visibility:visible}.interactive-hint{text-align:center;margin:16px 0 0;color:var(--muted);font-size:12px;letter-spacing:.06em;text-transform:uppercase}.needs{grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line)}.needs article{background:var(--paper);padding:48px 42px}.needs article>span{font-size:12px}.needs h3{margin-top:45px;font-family:Georgia,serif;font-size:30px}.needs p{color:#5d6570}.parent-relief{display:grid;grid-template-columns:1fr 1fr;min-height:720px;background:#172437;color:#fff}.relief-media{position:relative;min-height:720px;overflow:hidden}.relief-media img{object-fit:cover;object-position:center}.relief-copy{padding:clamp(60px,8vw,130px);display:flex;flex-direction:column;justify-content:center}.relief-copy .section-no{color:var(--sand)}.relief-copy .quote{font-family:Georgia,serif;font-size:23px;line-height:1.45;color:rgba(255,255,255,.72);max-width:640px}.relief-copy h2{font-size:clamp(44px,5vw,76px)}.relief-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;border-top:1px solid rgba(255,255,255,.15);padding-top:28px}.relief-grid b{display:block;margin-bottom:8px}.relief-grid p{font-size:14px;line-height:1.6;color:rgba(255,255,255,.62)}.set{padding:120px 4vw;background:linear-gradient(180deg,#f3eee3,#e8dfd0)}.set-heading{max-width:1300px;margin:0 auto 48px;text-align:center}.set-heading .badge{display:inline-flex;background:#fff;padding:9px 14px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.case-wrap{position:relative;max-width:1300px;margin:0 auto;aspect-ratio:1000/562;box-shadow:0 35px 45px rgba(33,29,24,.16);border-radius:26px}.case-wrap>img{width:100%;height:100%;object-fit:cover;border-radius:26px}.set-callout-lines{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.set-callout-lines path{fill:none;stroke:rgba(27,34,40,.72);stroke-width:1.5;vector-effect:non-scaling-stroke}.set-callout-lines circle{fill:#f8f4eb;stroke:rgba(27,34,40,.42);stroke-width:1.4;vector-effect:non-scaling-stroke}.set-callout-lines .marker-core{fill:#29313a;stroke:none}.set-chip{position:absolute;z-index:3;display:flex;align-items:center;gap:12px;width:190px;min-height:58px;padding:10px 14px;border-radius:999px;background:rgba(255,253,247,.94);box-shadow:0 10px 28px rgba(28,27,25,.12);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em;transition:translate .2s,box-shadow .2s}.set-chip:hover{translate:0 -2px;box-shadow:0 14px 34px rgba(28,27,25,.16)}.set-chip b{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#dfcba5;font-family:Georgia,serif;font-size:20px}.set-chip span{line-height:1.18}.chip-case{left:2%}.chip-books,.chip-case{top:54.3%;transform:translateY(-50%)}.chip-books{right:2%}.chip-pen{right:5%;top:81%;transform:translateY(-50%)}.set-purchase{max-width:1120px;margin:34px auto 0;padding:24px 28px;border-radius:22px;background:#fff;display:flex;justify-content:space-between;box-shadow:0 14px 40px rgba(30,27,24,.08)}.set-purchase div{display:grid;grid-template-columns:auto auto;grid-gap:4px 20px;gap:4px 20px;align-items:end}.set-purchase small{grid-column:1;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.set-purchase strong{grid-column:2;grid-row:1/3;font-family:Georgia,serif;font-size:38px}.set-purchase p{margin:0;color:var(--muted)}.buy,.product-buy{border:0;border-radius:999px;background:var(--ink);color:#fff;min-height:54px;padding:0 24px;font-weight:850;cursor:pointer}.library{max-width:1500px;margin:0 auto;padding:120px 4vw}.library-head{display:grid;grid-template-columns:1fr 2fr;grid-column-gap:40px;column-gap:40px;align-items:flex-start}.library-head .section-no{grid-column:1}.library-head h2{grid-column:1/3;max-width:1100px}.library-head>p{grid-column:2;color:var(--muted);font-size:18px}.library-shop-note{display:flex;gap:32px;padding:20px 26px;margin:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.library-shop-note div{display:flex;align-items:baseline;gap:14px}.library-shop-note small{font-weight:800;text-transform:uppercase;letter-spacing:.08em}.library-shop-note strong{font-family:Georgia,serif;font-size:30px}.library-shop-note p{margin:0;flex:1 1;color:var(--muted)}.library-shop-note a{font-weight:850}.book-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:18px;gap:18px}.book-track article{display:flex;flex-direction:column;min-width:0}.hover-gallery{position:relative}.hover-gallery-link{position:relative;display:block;aspect-ratio:1/1;border-radius:20px;overflow:hidden;background:#e9e0d1;box-shadow:0 12px 32px rgba(27,32,38,.08)}.hover-gallery-link img{object-fit:cover;transform:scale(1);transition:transform .22s ease}.hover-gallery:hover .hover-gallery-link img{transform:scale(1.025)}.hover-gallery:hover .hover-gallery-link{box-shadow:0 18px 42px rgba(27,32,38,.14)}.hover-gallery-dots{position:static;padding:9px 0 0}.hover-gallery-dots button{width:6px;height:6px;border-radius:50%;background:rgba(20,32,51,.24)}.book-card-copy{padding:18px 5px 0;display:flex;flex-direction:column;flex:1 1}.book-card-copy small{color:var(--terracotta);font-weight:800}.book-card-copy h3{font-family:Georgia,serif;font-size:25px;margin-top:12px}.book-card-copy p{color:var(--muted);font-size:14px;line-height:1.5;min-height:63px}.book-card-copy>b{font-family:Georgia,serif;font-size:24px;margin-top:auto}.unified-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:16px}.action-pill{min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--ink);font-weight:850;cursor:pointer}.action-pill-secondary{background:transparent;color:var(--ink)}.action-pill-primary{background:var(--ink);color:#fff}.trust{display:grid;grid-template-columns:1fr 1fr;min-height:780px;background:#d8c7a5;scroll-margin-top:84px}.trust-visual{position:relative;overflow:hidden;min-height:780px}.trust-visual img{object-fit:cover;object-position:center top}.trust-visual>span{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.88);padding:10px 14px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.trust-copy{padding:clamp(70px,7vw,120px);display:flex;flex-direction:column;justify-content:center}.trust-copy>p{font-size:18px;line-height:1.7;color:#3c4652}.trust-copy ul{padding:0;list-style:none;margin:28px 0 0;display:grid;grid-gap:12px;gap:12px}.trust-copy li{padding:14px 0;border-bottom:1px solid rgba(20,32,51,.18);font-weight:700}.sound-feature{display:grid;grid-template-columns:minmax(190px,.9fr) minmax(230px,1.1fr);grid-gap:22px;gap:22px;align-items:center;margin-top:28px;padding:18px;border-radius:24px;background:#0b1730;color:#fff;box-shadow:0 18px 44px rgba(10,24,48,.18)}.sound-wave-visual{position:relative;aspect-ratio:474/266;border-radius:17px;overflow:hidden;background:#07142e}.sound-wave-visual img{object-fit:cover;animation:soundWaveDrift 5.5s ease-in-out infinite alternate}@keyframes soundWaveDrift{0%{transform:scale(1) translateX(0)}to{transform:scale(1.035) translateX(4px)}}.sound-feature-copy{padding:6px 8px 6px 0}.sound-kicker{display:block;margin-bottom:10px;color:#ffb517;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sound-feature b{display:block;font-family:Georgia,serif;font-size:26px;line-height:1.05}.sound-feature p{margin:12px 0 14px;line-height:1.55;color:rgba(255,255,255,.76)}.sound-feature a{font-weight:850;color:#ffd05b}.story-teaser{max-width:1500px;margin:0 auto;padding:120px 5vw;display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:80px;gap:80px;align-items:center}.story-teaser-copy p{font-size:18px;line-height:1.7;color:var(--muted)}.story-cta-strong{margin-top:14px;min-height:62px;padding:0 30px}.story-teaser-gallery{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:18px;gap:18px;align-items:end}.story-card{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.story-card.large{aspect-ratio:4/5}.story-card.small{aspect-ratio:3/4;margin-bottom:35px}.story-card img{object-fit:cover;transition:transform .7s ease}.story-card:hover img{transform:scale(1.045)}.offers{padding:120px 4vw;background:#172437;color:#fff}.offers-head{max-width:1400px;margin:0 auto 42px}.offer-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.offer-grid article{display:flex;flex-direction:column;padding:18px 18px 24px;border-radius:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.offer-grid article.featured{background:#f1e6d2;color:var(--ink)}.offer-image{position:relative;display:block;aspect-ratio:1/1;border-radius:20px;overflow:hidden;margin-bottom:22px;background:#ddd0bb}.offer-image img{object-fit:cover;transition:transform .55s ease}.offer-image:hover img{transform:scale(1.035)}.offer-grid small{font-size:10px;letter-spacing:.1em;text-transform:uppercase;opacity:.64}.offer-grid h3{font-family:Georgia,serif;font-size:38px;margin:10px 0}.offer-grid p{color:inherit;opacity:.72;line-height:1.55}.offer-grid .price{font-family:Georgia,serif;font-size:30px;margin-top:auto;padding-top:16px}.offer-link-button{display:flex;justify-content:center;align-items:center;min-height:48px;margin-top:14px;border-radius:999px;background:var(--sand);color:var(--ink);font-weight:850}.offer-collector-copy{font-weight:850;color:var(--sand);margin-top:7px}.featured .offer-collector-copy{color:var(--terracotta)}.offer-personal-note{font-size:13px}.gift{display:grid;grid-template-columns:1.15fr .85fr;background:#ede5d8;min-height:700px}.gift-media{position:relative;min-height:700px;overflow:hidden}.gift-media img{object-fit:cover}.gift-copy{padding:clamp(60px,8vw,120px);display:flex;flex-direction:column;justify-content:center}.gift-copy>p{font-size:18px;line-height:1.65;color:var(--muted)}.gift-button{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:16px 24px;font-weight:850;cursor:pointer}.gift-channels{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.gift-channels a,.gift-channels button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;cursor:pointer}.reviews{max-width:1500px;margin:0 auto;padding:120px 4vw;display:grid;grid-template-columns:.75fr .45fr;grid-gap:30px;gap:30px;align-items:end}.reviews-intro p{color:var(--muted);font-size:18px;line-height:1.65}.reviews-family{position:relative;aspect-ratio:4/3;border-radius:24px;overflow:hidden}.reviews-family img{object-fit:cover}.reviews-carousel{grid-column:1/3;min-width:0}.reviews-shell{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;grid-gap:10px;gap:10px}.reviews-marquee{overflow-x:auto;scrollbar-width:none;overscroll-behavior-inline:contain}.reviews-marquee::-webkit-scrollbar{display:none}.reviews-track{display:flex;width:max-content;gap:14px;padding:8px}.review-card{width:min(360px,78vw);min-height:220px;padding:24px;border-radius:22px;background:#fff;box-shadow:0 12px 30px rgba(20,32,51,.08);display:flex;flex-direction:column}.review-top{display:flex;justify-content:space-between;gap:10px;font-size:11px}.stars{color:#d2a543;letter-spacing:.08em}.review-market{color:var(--muted)}.review-card>p{font-family:Georgia,serif;font-size:20px;line-height:1.45;margin:26px 0}.review-source{margin-top:auto;display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px}.review-arrow{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:#fff;cursor:pointer}.assurance{display:grid;grid-template-columns:repeat(3,1fr);background:#e4dac9;border-top:1px solid var(--line)}.assurance article{--spot-x:50%;--spot-y:50%;--spot-opacity:.84;position:relative;overflow:hidden;min-height:230px;padding:42px 4.5vw;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;isolation:isolate;transition:transform .18s ease,box-shadow .18s ease}.assurance article:before{content:"";position:absolute;inset:-8%;z-index:-1;pointer-events:none;opacity:var(--spot-opacity);background:radial-gradient(340px circle at var(--spot-x) var(--spot-y),rgba(255,255,255,.96) 0,rgba(255,255,255,.72) 26%,rgba(255,255,255,.34) 52%,rgba(255,255,255,0) 76%);transition:opacity .18s ease}.assurance article:after{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0) 40%)}.assurance article:hover{transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.35)}.assurance article:last-child{border:0}.assurance p{margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.55;max-width:390px}.assurance-badges{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.payment-marks span,.service-badge,.world-badge{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:8px 14px;border:1px solid rgba(20,32,51,.16);border-radius:12px;background:#d7d5d1;box-shadow:inset 0 1px 0 rgba(255,255,255,.62)}.service-badge{width:136px;height:58px}.service-badge img{width:100%;height:100%;object-fit:contain}.payment-marks span{min-width:72px;font-size:12px;font-weight:900;letter-spacing:-.02em}.payment-marks span:nth-child(2){font-size:11px}.payment-marks span:last-child{min-width:50px;width:50px;padding:0;font-size:24px}.world-badge{gap:12px;justify-content:flex-start;padding-right:18px}.world-badge svg{width:38px;height:38px;fill:none;stroke:var(--ink);stroke-width:2}.world-badge b{font-family:Georgia,serif;font-size:20px;line-height:1.08}.finale{min-height:780px;display:grid;grid-template-columns:48% 52%;background:#101a2b;color:#fff;overflow:hidden}.finale-copy{position:relative;z-index:1;max-width:700px;padding:110px 6vw;align-self:center}.finale-media{position:relative;min-height:780px;overflow:hidden}.finale-media img{object-fit:cover;object-position:center 55%}.finale-copy>span{font-size:12px;letter-spacing:.15em}.finale h2{font-size:clamp(54px,6.6vw,102px);margin:20px 0 34px;color:#fff}.social-compact{margin-top:38px;padding-top:28px;border-top:1px solid rgba(255,255,255,.26);max-width:620px}.social-compact p{margin:0 0 20px;font-size:19px;font-weight:750;color:rgba(255,255,255,.9)}.social-compact-list{display:flex;gap:12px;flex-wrap:wrap}.social-button{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;transition:transform .2s,box-shadow .2s}.social-button:hover{transform:translateY(-4px) scale(1.07);box-shadow:0 12px 24px rgba(0,0,0,.18)}.social-button svg{width:28px;height:28px;fill:#fff;stroke:#fff;stroke-width:1.5}.social-button.vk{background:#2787f5}.social-button.youtube{background:#ff0033}.social-button.instagram{background:linear-gradient(135deg,#665bd1,#d13c83,#f2a13a)}.social-button.tiktok{background:#111}.social-button.ok{background:#ee8208}.social-button.dzen{background:#111}.social-button.instagram svg circle,.social-button.instagram svg rect{fill:none}.social-button.dzen svg circle{fill:#fff}.social-button.dzen svg path{fill:#111}.shop-page{background:var(--paper)}.shop-hero{min-height:620px;padding-top:84px;display:grid;grid-template-columns:42% 58%;background:#101a2b;color:#fff;overflow:hidden}.shop-hero-copy{position:relative;z-index:1;padding:90px 5vw;max-width:900px;align-self:center}.shop-hero-media{position:relative;min-height:536px;overflow:hidden}.shop-hero-media img{object-fit:cover;object-position:center 58%}.shop-hero-copy h1{font-size:clamp(56px,6.5vw,104px);line-height:.92;margin-bottom:24px}.shop-hero-copy>p:last-child{font-size:18px;max-width:560px;color:rgba(255,255,255,.75)}.shop-section{max-width:1540px;margin:0 auto;padding:100px 4vw}.shop-section+.shop-section{padding-top:40px}.shop-section-head{display:grid;grid-template-columns:80px minmax(300px,1fr) 1fr;align-items:end;grid-gap:24px;gap:24px;margin-bottom:34px;border-bottom:1px solid var(--line);padding-bottom:26px}.shop-section-head>span{font-family:Georgia,serif;font-size:42px;color:var(--terracotta)}.shop-section-head h2{font-size:clamp(42px,5vw,72px);margin:0}.shop-section-head p{justify-self:end;max-width:440px;margin:0;color:var(--muted);font-size:16px;line-height:1.6}.shop-grid{display:grid;grid-gap:16px;gap:16px}.shop-grid-five{grid-template-columns:repeat(5,minmax(0,1fr))}.shop-grid-featured{grid-template-columns:minmax(0,1fr)}.shop-card{display:flex;flex-direction:column;min-width:0;border-radius:24px;background:#fff;padding:12px;box-shadow:0 10px 28px rgba(25,31,38,.06);border:1px solid rgba(20,32,51,.05)}.shop-card-media .hover-gallery-link{border-radius:16px;box-shadow:none}.shop-card-body{display:flex;flex-direction:column;flex:1 1;padding:18px 5px 6px}.shop-card-body small{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--terracotta);font-weight:850}.shop-card-body h3{font-family:Georgia,serif;font-size:24px;margin:10px 0}.shop-card-body p{font-size:13px;line-height:1.5;color:var(--muted);min-height:60px}.shop-card-body>strong{font-family:Georgia,serif;font-size:26px;margin-top:auto}.featured-shop{display:grid;grid-template-columns:minmax(380px,.85fr) 1fr;grid-gap:28px;gap:28px;padding:18px}.featured-shop .shop-card-media{min-width:0}.featured-shop .shop-card-body{justify-content:center;padding:30px}.featured-shop .shop-card-body h3{font-size:48px}.featured-shop .shop-card-body p{font-size:17px;max-width:650px;min-height:0}.featured-shop .shop-card-body>strong{margin-top:24px;font-size:36px}.featured-shop .shop-card-actions{max-width:420px}.collection-shop-section{padding-bottom:140px}.product-page{padding-top:84px}.product-detail{max-width:1500px;margin:0 auto;padding:70px 4vw 100px;display:grid;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);grid-gap:70px;gap:70px;align-items:flex-start}.product-gallery-shell{min-width:0}.product-gallery-main{position:relative;width:100%;border:0;padding:0;border-radius:26px;overflow:hidden;background:#e5ddcf;cursor:zoom-in;box-shadow:var(--shadow)}.product-gallery-main.aspect-square{aspect-ratio:1/1}.product-gallery-main.aspect-landscape{aspect-ratio:4/3}.product-gallery-main.aspect-portrait{aspect-ratio:3/4;max-height:760px}.product-gallery-main img{object-fit:cover}.product-gallery-main>span{position:absolute;right:16px;bottom:16px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.8);font-size:11px;font-weight:850}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:9px;gap:9px;margin-top:12px}.product-gallery-thumbs button{position:relative;aspect-ratio:1/1;border:2px solid transparent;border-radius:13px;overflow:hidden;background:#ddd;padding:0;cursor:pointer}.product-gallery-thumbs button.is-active{border-color:var(--ink)}.product-gallery-thumbs img{object-fit:cover}.product-info{position:-webkit-sticky;position:sticky;top:116px;padding:18px 0}.back-link{display:inline-flex;align-items:center;min-height:44px;margin-bottom:38px;padding:0 16px;border:1px solid var(--line);border-radius:999px;font-weight:850;font-size:16px;line-height:1;color:var(--ink)}.product-info h1{font-size:clamp(54px,5vw,84px);line-height:.94;margin-bottom:24px}.product-description{font-size:19px;line-height:1.6;color:var(--muted)}.product-price{display:block;font-family:Georgia,serif;font-size:42px;margin:30px 0 18px}.product-buy{width:100%;cursor:pointer}.product-features{padding:0;list-style:none;margin:28px 0;display:grid;grid-gap:0;gap:0}.product-features li{padding:14px 0;border-bottom:1px solid var(--line);font-weight:650}.product-note{margin-top:24px;padding:22px;border-radius:20px;background:#e8dbc4}.product-note b{font-family:Georgia,serif;font-size:24px}.product-note p{margin:10px 0 0;line-height:1.6;color:#48515b}.gallery-lightbox{position:fixed;inset:0;z-index:1000;background:rgba(5,10,17,.93);display:grid;place-items:center;padding:30px}.gallery-lightbox-image{position:relative;max-width:88vw;max-height:88vh;width:980px}.gallery-lightbox-image.aspect-square{aspect-ratio:1/1}.gallery-lightbox-image.aspect-landscape{aspect-ratio:4/3}.gallery-lightbox-image.aspect-portrait{aspect-ratio:3/4;width:650px}.gallery-lightbox-image img{object-fit:contain}.gallery-lightbox-close,.gallery-next,.gallery-prev{position:absolute;z-index:2;border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:50%;cursor:pointer}.gallery-lightbox-close{right:24px;top:24px;width:48px;height:48px;font-size:30px}.gallery-next,.gallery-prev{top:50%;width:54px;height:54px;font-size:23px}.gallery-prev{left:24px}.gallery-next{right:24px}.starter-book-note{max-width:1370px;margin:0 auto 90px;padding:38px 42px;border-radius:26px;background:#172437;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px}.starter-book-note h2{font-size:44px;margin-bottom:15px}.starter-book-note p{margin-bottom:0;color:rgba(255,255,255,.68)}.included-section{padding:100px 4vw;background:#ebe2d4}.included-head{max-width:900px;margin:0 auto 40px;text-align:center}.included-head h2{font-size:clamp(46px,5vw,74px)}.included-head>p:last-child{font-size:17px;color:var(--muted)}.included-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:16px;gap:16px}.included-grid.single{grid-template-columns:minmax(260px,360px);justify-content:center}.included-card{display:block;padding:12px;border-radius:20px;background:#fff;transition:transform .25s,box-shadow .25s}.included-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.included-image{position:relative;aspect-ratio:1/1;border-radius:14px;overflow:hidden}.included-image img{object-fit:cover}.included-card h3{font-family:Georgia,serif;font-size:20px;margin:14px 6px 7px}.included-card p{margin:0 6px 8px;color:var(--muted);font-size:13px}.included-collection .included-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.personal-book-feature{display:grid;grid-template-columns:1fr 1fr;min-height:680px;background:#18253a;color:#fff}.personal-book-image{position:relative;min-height:680px}.personal-book-image img{object-fit:cover}.personal-book-copy{padding:clamp(60px,8vw,130px);display:flex;flex-direction:column;justify-content:center}.personal-book-copy h2{font-size:clamp(50px,5vw,78px)}.personal-book-copy p{font-size:18px;line-height:1.75;color:rgba(255,255,255,.7)}.content-page{min-height:80vh;padding:150px 5vw 110px}.page-intro{max-width:1000px;margin:0 auto 55px}.page-intro>span{display:block;margin-bottom:18px;font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--terracotta)}.page-intro h1{font-size:clamp(54px,6vw,94px);line-height:.94;margin-bottom:20px}.page-intro>p{font-size:18px;line-height:1.65;color:var(--muted);max-width:760px}.checkout-grid,.delivery-details-grid,.delivery-options,.delivery-regions,.faq-list,.legal-document,.legal-sections{max-width:1100px;margin:0 auto}.faq-intro{text-align:center}.faq-intro>p{margin-left:auto;margin-right:auto}.faq-list{display:grid;grid-gap:16px;gap:16px;max-width:980px}.faq-list details{background:#fff;border:1px solid rgba(20,32,51,.08);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(20,32,51,.045)}.faq-list summary{min-height:88px;padding:25px 30px;display:flex;align-items:center;justify-content:space-between;gap:24px;cursor:pointer;list-style:none;font-size:20px;font-weight:780;line-height:1.35}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{flex:0 0 38px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--linen);font-size:27px;font-weight:400;transition:transform .22s,background .22s}.faq-list details[open] summary span{transform:rotate(45deg);background:var(--sand)}.faq-list details>p{margin:0;padding:0 30px 30px;font-size:17px;line-height:1.75;color:var(--muted);max-width:850px}.legal-intro{margin-bottom:34px}.legal-intro h1{margin-bottom:0}.legal-document{background:#fff;border-radius:24px;padding:clamp(26px,5vw,70px);box-shadow:0 15px 45px rgba(20,32,51,.06)}.legal-document-text{white-space:pre-wrap;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.72;color:#2c3643;overflow-wrap:anywhere}.legal-sections{display:grid;grid-gap:14px;gap:14px}.delivery-options article,.delivery-regions article,.faq-list article,.legal-sections article{padding:28px;border-radius:20px;background:#fff}.delivery-options h2,.delivery-regions h2,.faq-list h2,.legal-sections h2{font-family:Georgia,serif;font-size:29px;margin-bottom:12px}.delivery-options p,.delivery-regions p,.faq-list p,.legal-sections p{line-height:1.65;color:var(--muted);margin:0}.delivery-highlight{max-width:1100px;margin:0 auto 30px;padding:32px;border-radius:24px;background:#172437;color:#fff}.delivery-options,.delivery-regions{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:14px;gap:14px;margin-bottom:24px}.delivery-details-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.delivery-details-grid article{padding:24px;background:#e8dfd0;border-radius:20px}.checkout-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:30px;gap:30px}.checkout-form,.order-card,.success-card{background:#fff;padding:30px;border-radius:22px}.checkout-form{display:grid;grid-gap:15px;gap:15px}.checkout-form label{display:grid;grid-gap:7px;gap:7px;font-weight:700}.checkout-form input,.checkout-form select,.checkout-form textarea{border:1px solid var(--line);border-radius:12px;padding:14px;background:#faf8f3}.consent{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:10px!important}.checkout-form button{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:15px;font-weight:850}.trust-page{padding-top:0}.trust-hero{min-height:720px;display:grid;grid-template-columns:1fr 1fr;background:#172437;color:#fff}.trust-hero-media{position:relative;min-height:720px}.trust-hero-media img{object-fit:cover}.trust-hero-copy{padding:150px 7vw 90px;display:flex;flex-direction:column;justify-content:center}.trust-hero-copy h1{font-size:clamp(52px,5.4vw,86px);line-height:.96}.trust-hero-copy>p{font-size:18px;line-height:1.7;color:rgba(255,255,255,.68)}.trust-hero-actions{display:flex;gap:12px;margin-top:24px}.trust-ghost-dark{border-color:rgba(255,255,255,.3)}.trust-block{max-width:1500px;margin:0 auto;padding:110px 5vw}.compact-intro{margin:0 0 40px}.compact-intro h2{font-size:clamp(44px,5vw,74px)}.trust-pillars-grid,.trust-reasons-columns{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.trust-pillars-grid article,.trust-reasons-columns article{padding:32px;border-radius:22px;background:#fff}.trust-symbol{width:46px;height:46px;display:grid;place-items:center;margin-bottom:24px;border-radius:14px;background:#efe5d4;color:var(--terracotta);font-family:Georgia,serif;font-size:24px;font-weight:800}.trust-symbol-number{font-family:Inter,sans-serif;font-size:12px;letter-spacing:.08em}.trust-pillars-grid h3,.trust-reasons-columns h3{font-family:Georgia,serif;font-size:28px}.trust-pillars-grid p,.trust-reasons-columns p{color:var(--muted);line-height:1.65}.trust-closing,.trust-gallery-split{display:grid;grid-template-columns:1fr 1fr;grid-gap:70px;gap:70px;align-items:center}.trust-photo{position:relative;border-radius:26px;overflow:hidden}.photo-large{aspect-ratio:4/3}.photo-tall{aspect-ratio:16/10}.trust-photo img{object-fit:cover;transition:transform .65s}.trust-photo:hover img{transform:scale(1.035)}.trust-photo-family-boy img,.trust-photo-grandfather img{object-position:center center}.trust-list{list-style:none;padding:0}.trust-list li{display:grid;grid-template-columns:38px 1fr;grid-gap:14px;gap:14px;padding:18px 0;border-bottom:1px solid var(--line);line-height:1.55}.trust-list li>span{color:var(--terracotta);font-size:11px;font-weight:900;letter-spacing:.08em}.trust-closing{background:#e8dfd0;max-width:none;padding-left:8vw;padding-right:8vw}.soon-badge{position:absolute;z-index:6;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:#f3c45d;color:#172437;font-size:10px;font-weight:950;letter-spacing:.12em;box-shadow:0 8px 22px rgba(20,32,51,.18)}.offer-link-button{border:0;cursor:pointer;width:100%}.product-gallery-wrap,.shop-card-media-wrap{position:relative;min-width:0}.shop-soon-badge{top:18px;right:18px}.product-soon-badge{top:20px;right:20px}.waitlist-layer{position:fixed;inset:0;z-index:900;display:grid;place-items:center;padding:20px}.waitlist-backdrop{position:absolute;inset:0;border:0;background:rgba(6,12,20,.7);cursor:pointer}.waitlist-modal{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:38px;border-radius:26px;background:#f7f2e8;box-shadow:0 34px 100px rgba(0,0,0,.35)}.waitlist-close{position:absolute;top:14px;right:16px;width:40px;height:40px;border:0;border-radius:50%;background:#e6ddce;font-size:28px;line-height:1;cursor:pointer}.waitlist-modal h2{font-size:clamp(42px,7vw,66px);margin:12px 0 18px}.waitlist-modal form>p,.waitlist-success>p{color:var(--muted);line-height:1.6}.waitlist-kicker{font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--terracotta)}.waitlist-modal label{display:grid;grid-gap:8px;gap:8px;margin-top:18px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.waitlist-modal input{width:100%;min-height:54px;border:1px solid rgba(20,32,51,.18);border-radius:14px;background:#fff;padding:0 16px;font-size:16px;text-transform:none;letter-spacing:0}.waitlist-consent{grid-template-columns:20px 1fr!important;align-items:flex-start;text-transform:none!important;letter-spacing:0!important;font-size:12px!important;font-weight:600!important;line-height:1.45}.waitlist-consent input{width:18px;height:18px;min-height:0;margin:1px 0 0;padding:0}.waitlist-consent a{text-decoration:underline}.waitlist-submit{width:100%;min-height:56px;margin-top:22px;border:0;border-radius:999px;background:var(--ink);color:#fff;font-weight:900;cursor:pointer}.waitlist-submit:disabled{cursor:progress;background:#546174}.waitlist-error{margin:14px 0 0!important;color:#9c2f2f!important;font-weight:750}.waitlist-success{text-align:center;padding:20px 0}.waitlist-success .cta{border:0;cursor:pointer;margin-top:14px}.site-footer{background:#0e1724;color:#fff;padding:70px 5vw 24px}.footer-top{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:1.4fr .7fr .9fr 1.05fr;grid-gap:60px;gap:60px}.footer-brand .brand-logo{width:235px;height:86px;margin-bottom:12px}.footer-brand>p{max-width:350px;color:rgba(255,255,255,.65);line-height:1.6}.delivery-pill{display:inline-flex!important;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);font-size:12px}.footer-column{display:flex;flex-direction:column;gap:11px;font-size:13px;color:rgba(255,255,255,.68)}.footer-column>strong{color:#fff;margin-bottom:10px;font-size:12px;text-transform:uppercase;letter-spacing:.1em}.footer-column a:hover{color:#fff}.footer-contacts span{line-height:1.35}.footer-bottom{max-width:1500px;margin:52px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.5)}.cart-backdrop{position:fixed;inset:0;z-index:500;background:rgba(5,10,17,.46);border:0;opacity:0;pointer-events:none;transition:opacity .25s}.cart-backdrop.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;z-index:510;right:0;top:0;bottom:0;width:min(460px,100vw);background:var(--paper);transform:translateX(105%);transition:transform .3s;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.18)}.cart-drawer.is-open{transform:none}.cart-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:28px;border-bottom:1px solid var(--line)}.cart-drawer-head h2{font-size:42px;margin:0}.cart-drawer-head button{border:0;background:transparent;font-size:32px;cursor:pointer}.cart-lines{padding:18px 24px;overflow:auto;flex:1 1}.cart-line{display:grid;grid-template-columns:88px 1fr auto;grid-gap:14px;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-line>img{border-radius:12px;object-fit:cover}.cart-line h3{font-size:17px;margin:0 0 5px}.cart-line p{margin:0}.qty{display:flex;align-items:center;gap:9px;margin-top:10px}.qty button{width:27px;height:27px;border-radius:50%;border:1px solid var(--line);background:#fff}.remove{align-self:start;border:0;background:transparent;color:var(--terracotta);font-size:13px;font-weight:850;text-decoration:underline;text-underline-offset:3px}.cart-summary{padding:22px 28px;border-top:1px solid var(--line);background:#fff}.cart-summary>div{display:flex;justify-content:space-between;font-size:22px}.cart-summary>a{display:flex;justify-content:center;margin:18px 0 10px;padding:15px;border-radius:999px;background:var(--ink);color:#fff;font-weight:850}.cart-summary .cart-continue{margin:0 0 12px;padding:0;background:transparent;color:var(--ink);text-decoration:underline;text-underline-offset:3px}.cart-summary small{color:var(--muted)}.cart-empty{text-align:center;padding:70px 0}.cart-empty a{font-weight:850}.cookie-banner{position:fixed;z-index:700;left:20px;right:20px;bottom:20px;max-width:900px;margin:auto;padding:18px 20px;border-radius:18px;background:#fff;box-shadow:0 18px 60px rgba(0,0,0,.2);display:flex;align-items:center;gap:24px}.cookie-banner p{margin:0;line-height:1.5;font-size:13px}.cookie-actions{display:flex;gap:8px;white-space:nowrap}.cookie-actions button{border:0;border-radius:999px;background:var(--ink);color:#fff;padding:11px 15px;font-weight:800}.cookie-actions .cookie-secondary{background:#ebe4d8;color:var(--ink)}@media(max-width:1180px){.nav{grid-template-columns:140px 1fr auto;padding:0 24px;gap:14px}.nav nav{gap:12px}.nav nav a{font-size:10px}.header-phone{display:none}.book-track,.shop-grid-five{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.shop-card{padding:8px}.shop-card-body h3{font-size:20px}.shop-card-body p{font-size:12px}.action-pill{font-size:10px;padding:0 5px}.set-chip{width:168px;font-size:9px}.set-chip b{flex-basis:34px;width:34px;height:34px}.footer-top{grid-template-columns:1.2fr repeat(3,1fr);gap:30px}}@media(max-width:900px){.hero{min-height:0;padding-top:72px;display:grid;grid-template-rows:52vh auto;align-items:stretch}.hero-media{position:relative;inset:auto;grid-row:1;border-radius:0}.hero-media:before{display:none}.hero-media img{object-position:52% 55%}.hero-copy{grid-row:2;width:auto;margin:0;padding:52px 24px 72px}.hero h1{font-size:62px}.hero-ticket{top:calc(52vh - 118px);right:18px;bottom:auto;width:calc(100% - 36px);grid-template-columns:82px 1fr;padding:14px 16px}.hero-proof{overflow:auto}.hero-proof span{min-width:max-content}.gift,.how,.parent-relief,.personal-book-feature,.story-teaser,.trust,.trust-closing,.trust-gallery-split,.trust-hero{grid-template-columns:1fr}.how{padding:80px 24px;gap:42px}.needs{grid-template-columns:1fr;padding:0 24px 80px}.needs article{padding:35px 24px}.parent-relief,.relief-media{min-height:560px}.relief-copy{padding:70px 24px}.relief-grid{grid-template-columns:1fr}.set{padding:80px 18px}.case-wrap{aspect-ratio:auto}.case-wrap>img{aspect-ratio:16/9;object-fit:cover}.set-callout-lines{display:none}.set-chip{position:static;transform:none!important;width:100%;margin-top:8px}.set-purchase{flex-direction:column;align-items:stretch;gap:20px}.set-purchase div{display:block}.set-purchase strong{display:block;margin:8px 0}.buy{width:100%}.library{padding:80px 18px}.library-head{display:block}.library-shop-note{align-items:flex-start;flex-direction:column;gap:12px}.book-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.book-card-copy p{min-height:0}.trust-visual{min-height:0;aspect-ratio:941/1672}.trust-visual img{object-position:center top}.trust-copy{padding:70px 24px}.sound-feature{grid-template-columns:1fr}.sound-feature-copy{padding:4px}.story-teaser{padding:80px 24px;gap:45px}.story-teaser-gallery{max-width:650px}.offers{padding:80px 18px}.offer-grid{grid-template-columns:1fr}.gift-media{min-height:560px}.gift-copy{padding:70px 24px}.reviews{padding:80px 18px;grid-template-columns:1fr}.reviews-carousel,.reviews-family{grid-column:1}.assurance{grid-template-columns:1fr}.assurance article{border-right:0;border-bottom:1px solid var(--line)}.finale{min-height:0;grid-template-columns:1fr}.finale-copy{grid-row:2;margin:0;padding:72px 24px}.finale-media{grid-row:1;min-height:620px}.finale h2{font-size:58px}.shop-hero{min-height:0;padding-top:72px;grid-template-columns:1fr}.shop-hero-copy{grid-row:2;padding:60px 24px 72px}.shop-hero-media{grid-row:1;min-height:520px}.shop-section{padding:70px 18px}.shop-section-head{grid-template-columns:55px 1fr}.shop-section-head p{grid-column:1/3;justify-self:start}.shop-grid-five{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.featured-shop{grid-template-columns:1fr}.featured-shop .shop-card-body{padding:20px 8px}.featured-shop .shop-card-body h3{font-size:38px}.product-detail{grid-template-columns:1fr;padding:45px 18px 70px;gap:38px}.product-info{position:static}.product-gallery-thumbs{grid-template-columns:repeat(5,1fr)}.starter-book-note{margin:0 18px 70px;flex-direction:column;align-items:flex-start}.included-collection .included-grid,.included-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.personal-book-image{min-height:520px}.personal-book-copy{padding:70px 24px}.trust-hero-media{min-height:560px}.trust-hero-copy{padding:70px 24px}.photo-tall{aspect-ratio:16/10}.trust-pillars-grid,.trust-reasons-columns{grid-template-columns:1fr}.trust-block{padding:80px 24px}.footer-top{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/3}.content-page{padding:120px 18px 80px}.checkout-grid,.delivery-details-grid,.delivery-options,.delivery-regions{grid-template-columns:1fr}}@media(max-width:560px){h2{font-size:43px}.hero h1{font-size:50px}.hero .lead{font-size:16px}.hero-actions{display:grid}.hero-proof span{padding-right:14px;margin-right:14px}.book-track,.shop-grid-five{grid-template-columns:1fr}.offer-grid article{padding:12px 12px 22px}.review-arrow{display:none}.reviews-shell{grid-template-columns:1fr}.product-gallery-thumbs{grid-template-columns:repeat(4,1fr)}.footer-top,.included-collection .included-grid,.included-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.cookie-banner{align-items:stretch;flex-direction:column;gap:12px}.cookie-actions{justify-content:flex-end}.social-button{width:46px;height:46px}.finale h2{font-size:48px}.faq-list summary{min-height:78px;padding:21px 20px;font-size:18px}.faq-list details>p{padding:0 20px 24px;font-size:16px}.faq-list summary span{flex-basis:34px;width:34px;height:34px}}.assurance article{background:radial-gradient(180px circle at var(--spot-x,50%) var(--spot-y,50%),rgba(255,255,255,.98) 0,rgba(255,246,220,.72) 32%,rgba(255,255,255,.3) 55%,rgba(255,255,255,0) 76%),radial-gradient(420px circle at var(--spot-x,50%) var(--spot-y,50%),rgba(255,255,255,.52) 0,rgba(255,255,255,0) 72%),#e4dac9!important}.cursor-glow{left:-500px;top:-500px;width:380px;height:380px;transform:translate(-50%,-50%);z-index:240;background:radial-gradient(circle,rgba(255,246,204,.66) 0,rgba(255,224,146,.34) 30%,rgba(255,255,255,.16) 53%,rgba(255,255,255,0) 74%);filter:blur(5px);transition:opacity .18s ease;will-change:left,top}.cursor-glow[data-visible=true]{opacity:1}.assurance article{background:transparent!important}.assurance article:before{display:none!important}.cursor-glow{position:fixed;left:0;top:0;width:250px;height:250px;border-radius:50%;pointer-events:none;z-index:9999;opacity:0;transform:translate3d(-500px,-500px,0) translate(-50%,-50%);background:radial-gradient(circle,rgba(255,239,190,.24) 0,rgba(255,225,154,.13) 34%,rgba(255,255,255,.055) 55%,rgba(255,255,255,0) 74%);filter:blur(13px);transition:opacity .16s ease;will-change:transform}.cursor-glow.is-visible{opacity:1}@media (pointer:coarse),(prefers-reduced-motion:reduce){.cursor-glow{display:none}}.cursor-glow{display:none!important}.cursor-glow-global{position:fixed;left:0;top:0;width:260px;height:260px;border-radius:50%;pointer-events:none;z-index:9999;opacity:0;transform:translate3d(-500px,-500px,0) translate(-50%,-50%);background:radial-gradient(circle,rgba(255,238,186,.26) 0,rgba(255,224,153,.12) 38%,rgba(255,255,255,.04) 58%,rgba(255,255,255,0) 76%);filter:blur(10px);transition:opacity .12s linear;will-change:transform,opacity}.assurance article{background:#e4dac9!important;transform:none!important;box-shadow:none!important}.assurance article:after,.assurance article:before{display:none!important}.pen-cursor{width:50.4px!important}.cursor-glow-global{width:325px!important;height:325px!important;background:radial-gradient(circle,rgba(255,240,195,.22) 0,rgba(255,228,165,.13) 28%,rgba(255,235,195,.07) 48%,rgba(255,255,255,.025) 66%,rgba(255,255,255,0) 88%)!important;filter:blur(20px)!important}.mobile-menu-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.mobile-menu-toggle span{display:block;width:18px;height:2px;margin:3px auto;border-radius:999px;background:currentColor;transition:transform .22s,opacity .22s}.mobile-menu-toggle[aria-expanded=true] span:first-child{transform:translateY(2.5px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-2.5px) rotate(-45deg)}body{overflow-x:clip}.eyebrow,.page-intro>span,.section-no{font-size:13px}.offer-grid small,.shop-card-body small{font-size:11px}.footer-brand>p,.footer-column{font-size:14px}.delivery-details-grid h3{font-size:21px;margin-bottom:10px}.delivery-details-grid p{font-size:15px;line-height:1.65}.shop-card-body p{font-size:14px;line-height:1.55}.shop-card-body h3{line-height:1.14}.action-pill{font-size:12px;min-height:43px;padding:0 10px}.payment-marks span{min-width:82px}.payment-marks span:nth-child(2){font-size:12px}.payment-marks span:last-child{min-width:92px;width:auto;padding:8px 14px;font-size:11px}.bridge{padding-top:82px;padding-bottom:92px}.reviews,.story-teaser{padding-top:105px;padding-bottom:105px}@media(max-width:1180px) and (min-width:901px){.nav nav a{font-size:11px}.shop-card{padding:10px}.shop-card-body h3{font-size:21px}.shop-card-body p{font-size:13px}.action-pill{font-size:11px;min-height:42px;padding:0 8px}}@media(max-width:900px){.nav{height:72px;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:0 14px}.brand-logo{width:132px;height:54px}.mobile-menu-toggle{display:block;grid-column:2;grid-row:1}.nav-actions{grid-column:3;grid-row:1;gap:6px}.header-phone{display:none}.cart{min-height:44px;padding:0 12px;background:var(--blue);border-color:transparent}.nav nav{position:fixed;z-index:340;top:80px;left:12px;right:12px;display:flex;flex-direction:column;align-items:stretch;gap:4px;padding:10px;border-radius:20px;box-shadow:0 24px 70px rgba(6,12,20,.24);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);transition:opacity .2s,transform .2s,visibility .2s;white-space:normal}.nav-light nav{background:#101a2b;color:#fff;border:1px solid rgba(255,255,255,.13)}.nav-solid nav{background:#f7f2e8;color:var(--ink);border:1px solid rgba(20,32,51,.1)}.nav nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.nav nav a{display:block;padding:13px 14px;border-radius:12px;font-size:13px;line-height:1.2;opacity:1}.nav nav a:hover{background:rgba(255,255,255,.08);transform:none}.nav-solid nav a:hover{background:rgba(20,32,51,.06)}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.hero-proof span{min-width:0;margin:0;padding:0 12px;font-size:10px;line-height:1.25}.hero-proof span:first-child{padding-left:0}.hero-proof span:last-child{padding-right:0}.hero-proof b{font-size:16px;white-space:nowrap}.shop-card-body p{font-size:14px}.shop-card-body h3{font-size:23px}.action-pill{font-size:12px;min-height:44px;padding:0 10px}.delivery-details-grid p,.delivery-regions p,.legal-sections p{font-size:15px;line-height:1.7}.delivery-details-grid h3{font-size:22px}}@media(max-width:560px){.nav{padding:0 12px}.brand-logo{width:128px}.cart{width:44px;padding:0}.cart-label{display:none}.cart b{margin-left:0}.hero-copy{padding-left:20px;padding-right:20px;padding-bottom:60px}.hero h1{font-size:48px;line-height:.92}.hero .lead{font-size:16px;line-height:1.55}.hero-actions{gap:10px}.hero-proof span{padding:0 8px;font-size:9px}.hero-proof b{font-size:15px}.hero-ticket{right:12px;width:calc(100% - 24px);grid-template-columns:82px 1fr;gap:7px 10px;padding:13px 14px}.hero-ticket strong{font-size:11px}.bridge{padding:66px 20px 72px}.how{padding-top:68px;padding-bottom:68px}.shop-hero-copy{padding-left:20px;padding-right:20px}.shop-section{padding-left:14px;padding-right:14px}.shop-card{padding:10px}.shop-card-body{padding-left:4px;padding-right:4px}.shop-card-body small{font-size:12px}.shop-card-body h3{font-size:26px}.shop-card-body p{font-size:15px}.action-pill{font-size:13px;min-height:46px}.content-page{padding-left:14px;padding-right:14px;padding-top:108px}.page-intro{margin-bottom:42px}.page-intro h1{font-size:48px;line-height:.96}.page-intro>p{font-size:16px;line-height:1.6}.delivery-details-grid article,.delivery-regions article,.legal-sections article{padding:22px;border-radius:18px}.delivery-regions h2,.legal-sections h2{font-size:27px}.delivery-details-grid p,.delivery-regions p,.legal-sections p{font-size:15px}.waitlist-layer{padding:10px}.waitlist-modal{max-height:calc(100svh - 20px);padding:30px 20px 22px;border-radius:20px}.waitlist-modal h2{font-size:40px;line-height:.98;padding-right:28px}.waitlist-close{top:10px;right:10px}.waitlist-modal label{font-size:12px}.waitlist-consent{font-size:12px!important;line-height:1.35}.waitlist-consent input{width:20px;height:20px}.cookie-banner{left:12px;right:12px;bottom:12px;max-height:calc(100svh - 24px);overflow:auto;padding:14px;border-radius:16px;gap:12px}.cookie-banner p{font-size:12.5px;line-height:1.45}.cookie-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;white-space:normal}.cookie-actions button{min-height:44px;padding:9px 10px;font-size:13px}.site-footer{padding:58px 16px 22px}.footer-top{gap:34px}.footer-column{font-size:14px;gap:13px}.footer-brand>p{font-size:15px}.footer-bottom{margin-top:36px}.cart-drawer-head{padding:20px}.cart-drawer-head h2{font-size:38px}.cart-lines{padding:16px 18px}}.set-purchase{max-width:1180px;margin:36px auto 0;padding:24px 26px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(250px,280px);align-items:center;grid-gap:34px;gap:34px;border:1px solid rgba(20,32,51,.07);border-radius:24px;background:var(--cream);box-shadow:0 16px 44px rgba(30,27,24,.09)}.set-purchase .set-purchase-copy{display:block;min-width:0}.set-purchase .set-purchase-copy small{display:block;font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.set-purchase .set-purchase-copy p{margin:8px 0 0;max-width:650px;color:var(--muted);font-size:15px;line-height:1.5}.set-purchase .set-purchase-price{display:block;grid-column:auto;grid-row:auto;margin:0;padding-left:34px;border-left:1px solid var(--line);font-family:Georgia,Times New Roman,serif;font-size:40px;line-height:1;white-space:nowrap}.set-purchase .buy{width:100%;min-width:250px;min-height:58px;padding:0 24px;white-space:nowrap}.needs{max-width:1500px;margin:0 auto;padding:0 5vw 110px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;background:transparent}.needs article{min-height:270px;padding:36px;border:1px solid rgba(20,32,51,.07);border-radius:24px;background:var(--cream);box-shadow:0 12px 34px rgba(20,32,51,.045)}.needs article>span{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center;border-radius:12px;background:var(--linen);color:var(--terracotta);font-size:11px;font-weight:900}.needs h3{margin:34px 0 14px;font-size:31px;line-height:1.04}.needs p{margin:0;max-width:360px;font-size:15px;line-height:1.65}.library-shop-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:28px;gap:28px;margin:34px 0 30px;padding:20px 24px;border:1px solid rgba(20,32,51,.08);border-radius:20px;background:var(--cream)}.library-shop-note div{gap:16px}.library-shop-note p{font-size:15px;line-height:1.5}.library-shop-note a{white-space:nowrap}.assurance-section{padding:98px 4vw 106px;background:#e9dfcf}.assurance-shell{max-width:1400px;margin:0 auto}.assurance-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);align-items:end;grid-gap:56px;gap:56px;margin-bottom:38px}.assurance-intro h2{max-width:820px;margin:0;font-size:clamp(48px,5.4vw,78px)}.assurance-intro>p{margin:0 0 8px;max-width:470px;color:var(--muted);font-size:17px;line-height:1.65}.assurance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.assurance-card{min-height:310px;padding:28px;display:flex;flex-direction:column;border:1px solid rgba(20,32,51,.07);border-radius:26px;background:var(--cream);box-shadow:0 14px 38px rgba(20,32,51,.055)}.assurance-card-top{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:40px}.assurance-index{display:inline-flex;width:42px;height:42px;flex:0 0 42px;align-items:center;justify-content:center;border-radius:13px;background:var(--linen);color:var(--terracotta);font-size:11px;font-weight:900;letter-spacing:.08em}.assurance-logos,.payment-marks{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.assurance-card .service-badge{width:104px;height:46px;min-height:46px;padding:6px 10px;border:1px solid rgba(20,32,51,.1);border-radius:12px;background:#fff;box-shadow:none}.assurance-card .service-badge img{width:100%;height:100%;object-fit:contain}.assurance-card .payment-marks span{width:auto;min-width:0;min-height:38px;padding:0 13px;border:1px solid rgba(20,32,51,.1);border-radius:999px;background:#fff;box-shadow:none;color:var(--ink);font-size:11px;font-weight:850;letter-spacing:.01em;text-transform:none}.world-mark{display:grid;width:52px;height:52px;place-items:center;border-radius:50%;background:var(--ink)}.world-mark svg{width:30px;height:30px;fill:none;stroke:#fff;stroke-width:2}.assurance-card h3{max-width:360px;margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1.05}.assurance-card p{margin:0;max-width:390px;color:var(--muted);font-size:15px;line-height:1.62}.assurance-card>a{align-self:flex-start;margin-top:auto;padding-top:24px;border-bottom:1px solid;font-size:13px;font-weight:850}.featured-shop .shop-card-body h3{max-width:720px;font-size:clamp(38px,4vw,54px);line-height:.98}.shop-card-body small{font-size:11px}.shop-card-body p{line-height:1.58}.reviews{padding-bottom:110px}.finale{border-top:0}@media(max-width:1180px){.set-purchase{grid-template-columns:minmax(0,1fr) auto;gap:22px 28px}.set-purchase .set-purchase-copy{grid-column:1/-1}.set-purchase .set-purchase-price{padding-left:0;border-left:0}.set-purchase .buy{min-width:230px}.assurance-card{padding:24px}.assurance-card .service-badge{width:90px}}@media(max-width:900px){.set-purchase{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px}.set-purchase .set-purchase-copy{grid-column:1/-1}.set-purchase .buy{width:auto;min-width:220px}.needs{grid-template-columns:1fr;gap:14px;padding:0 18px 78px}.needs article{min-height:0;padding:30px}.library-shop-note{grid-template-columns:1fr auto;gap:14px 20px}.library-shop-note p{grid-column:1/-1}.library-shop-note a{grid-column:2;grid-row:1}.assurance-section{padding:76px 18px 82px}.assurance-intro{grid-template-columns:1fr;gap:12px;margin-bottom:28px}.assurance-intro>p{max-width:650px}.assurance-grid{grid-template-columns:1fr}.assurance-card{min-height:0}}@media(max-width:560px){.set-purchase{grid-template-columns:1fr;padding:20px;gap:16px}.set-purchase .set-purchase-copy{grid-column:auto}.set-purchase .set-purchase-price{font-size:38px}.set-purchase .buy{width:100%;min-width:0;white-space:normal}.needs article{padding:26px}.needs h3{font-size:29px}.library-shop-note{grid-template-columns:1fr;padding:18px}.library-shop-note a,.library-shop-note p{grid-column:auto;grid-row:auto}.assurance-section{padding-left:14px;padding-right:14px}.assurance-intro h2{font-size:46px}.assurance-intro>p{font-size:16px}.assurance-card{padding:22px;border-radius:22px}.assurance-card-top{align-items:flex-start;margin-bottom:32px}.assurance-logos,.payment-marks{justify-content:flex-start}.assurance-card .service-badge{width:86px}.assurance-card h3{font-size:28px}}.bridge>p,.included-head>p:last-child,.page-intro>p,.product-description,.shop-section-head>p{color:#5a5f5b}.interactive-hint,.needs article>span,.page-intro>span,.section-no,.trust-gallery-copy>.section-no,.trust-pillars .page-intro>span{color:#87442f}.hover-gallery-dots button{position:relative;width:28px!important;height:28px!important;min-width:28px;min-height:28px;background:transparent!important}.hover-gallery-dots button:after{content:"";position:absolute;left:50%;top:50%;width:6px;height:6px;border-radius:50%;transition:transform .18s,background .18s}.hover-gallery-dots button.is-active:after{background:var(--ink);transform:translate(-50%,-50%) scale(1.35)}.audio-point,.cart-drawer-head button,.waitlist-close{min-width:44px;min-height:44px}@media (max-width:760px){.shop-page .shop-grid-five,.trust-page .trust-pillars-grid,.trust-page .trust-reasons-columns,main .assurance-grid,main .book-track,main .needs,main .offer-grid{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-padding-inline:14px!important;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}.shop-page .shop-grid-five::-webkit-scrollbar,.trust-page .trust-pillars-grid::-webkit-scrollbar,.trust-page .trust-reasons-columns::-webkit-scrollbar,main .assurance-grid::-webkit-scrollbar,main .book-track::-webkit-scrollbar,main .needs::-webkit-scrollbar,main .offer-grid::-webkit-scrollbar{display:none}.shop-page .shop-grid-five>.shop-card,.trust-page .trust-pillars-grid>article,.trust-page .trust-reasons-columns>article,main .assurance-grid>.assurance-card,main .book-track>article,main .needs>article,main .offer-grid>article{flex:0 0 min(360px,82vw)!important;width:min(360px,82vw)!important;max-width:min(360px,82vw)!important;scroll-snap-align:start}main .needs{padding-right:18px!important;padding-left:18px!important}.shop-page .shop-grid-five,.trust-page .trust-pillars-grid,.trust-page .trust-reasons-columns,main .assurance-grid,main .book-track,main .offer-grid{padding-right:14px;padding-bottom:10px}.product-page .included-collection .included-grid,.product-page .included-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important}.product-page .included-grid.single{display:grid!important;grid-template-columns:minmax(0,330px)!important;justify-content:center!important}.content-page .legal-intro h1{max-width:100%!important;font-size:clamp(31px,8.2vw,35px)!important;line-height:1.02!important;letter-spacing:-.035em!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.qty button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.hover-gallery-dots{gap:1px!important;padding-top:5px!important}.hover-gallery-dots button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.site-footer .footer-top{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-gap:30px 16px!important;gap:30px 16px!important}.site-footer .footer-brand{grid-column:1/-1!important}.site-footer .footer-contacts{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;grid-gap:10px 16px!important;gap:10px 16px!important}.site-footer .footer-contacts>strong{grid-column:1/-1!important}}@media (max-width:430px){.shop-page .shop-grid-five>.shop-card,.trust-page .trust-pillars-grid>article,.trust-page .trust-reasons-columns>article,main .assurance-grid>.assurance-card,main .book-track>article,main .needs>article,main .offer-grid>article{flex-basis:84vw!important;width:84vw!important;max-width:84vw!important}.content-page .legal-intro h1{font-size:32px!important}}.brand-logo{position:relative;color:var(--ink,#142033);transition:opacity .32s ease,transform .32s ease,color .32s ease}.brand-logo-light{color:var(--sand,#d9bd86)}.brand-logo-dark{color:var(--ink,#142033)}.brand-logo-mark{position:relative;display:block;width:100%;height:100%;overflow:hidden}.brand-logo-mark:before{content:"";position:absolute;left:-14.6%;top:50%;width:129.2%;aspect-ratio:2/1;transform:translateY(-50%);background:currentColor;-webkit-mask-image:url(/media/logo-original.png);mask-image:url(/media/logo-original.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.nav{transition:background-color .34s ease,color .34s ease,border-color .34s ease,box-shadow .34s ease,backdrop-filter .34s ease,-webkit-backdrop-filter .34s ease}.nav.nav-scrolled{background:rgba(246,242,233,.84)!important;color:var(--ink,#142033)!important;border-bottom-color:rgba(20,32,51,.08)!important;box-shadow:0 12px 34px rgba(20,32,51,.07)!important;-webkit-backdrop-filter:blur(18px) saturate(118%);backdrop-filter:blur(18px) saturate(118%)}.nav.nav-scrolled .brand-logo{color:var(--ink,#142033)!important;opacity:.9}.nav.nav-scrolled nav a{color:rgba(20,32,51,.8)!important;opacity:.82;transition:color .25s ease,opacity .25s ease,transform .25s ease}.nav.nav-scrolled nav a:focus-visible,.nav.nav-scrolled nav a:hover{color:var(--ink,#142033)!important;opacity:1}.nav.nav-scrolled .header-phone{color:rgba(20,32,51,.84)!important;background:rgba(255,255,255,.52)!important;border-color:rgba(20,32,51,.09)!important}.nav.nav-scrolled .cart{color:var(--ink,#142033)}.footer-brand{justify-items:start;text-align:left}.footer-brand .brand-logo,.footer-brand .brand-logo-footer{margin-left:0!important;margin-right:0!important;justify-content:flex-start!important;color:var(--sand,#d9bd86)}.footer-brand .brand-logo-mark{margin:0}.how{max-width:1680px;grid-template-columns:minmax(300px,.56fr) minmax(0,1.44fr);gap:clamp(24px,3vw,52px);padding-left:clamp(20px,3.6vw,60px);padding-right:clamp(20px,3.6vw,60px)}.how-copy{position:relative;z-index:2}.how-copy h2{font-size:clamp(46px,5vw,78px)}.interactive-book{min-width:0;cursor:none}.book-surface{aspect-ratio:2048/1533;border-radius:clamp(18px,2vw,30px);background:#e7dece;box-shadow:0 28px 80px rgba(25,30,34,.14);overflow:hidden}.interactive-book-picture{position:absolute;inset:0;display:block}.interactive-book-picture img{display:block;width:100%;height:100%;object-fit:cover}.mobile-book-pages-shell{display:none}.audio-point{position:absolute;z-index:5;transform:translate(-50%,-50%);width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent;cursor:none;touch-action:manipulation}.audio-point:before{border:2px solid rgba(255,255,255,.92);border-radius:50%;background:rgba(95,159,112,.78);box-shadow:0 4px 14px rgba(20,55,32,.22);transition:transform .18s ease,background .18s ease}.audio-point:after,.audio-point:before{content:"";position:absolute;left:50%;top:50%;width:15px;height:15px;transform:translate(-50%,-50%)}.audio-point:after{border:1.5px solid rgba(95,159,112,.7);border-radius:50%;animation:v30PointPulse 1.05s ease-out infinite}.audio-point.is-active:before,.audio-point:focus-visible:before,.audio-point:hover:before{transform:translate(-50%,-50%) scale(1.18);background:rgba(70,142,91,.94)}.audio-point span{position:absolute;left:50%;top:39px;transform:translateX(-50%);white-space:nowrap;padding:6px 9px;border-radius:999px;background:rgba(20,32,51,.92);color:#fff;font-size:10.5px;line-height:1;opacity:0;pointer-events:none;transition:opacity .18s ease}.audio-point.is-active span,.audio-point:focus-visible span,.audio-point:hover span{opacity:1}.audio-point.is-active:after{animation:v30ActivePointPulse .72s ease-out infinite}@keyframes v30PointPulse{0%{box-shadow:0 0 0 0 rgba(95,159,112,.48);opacity:1}78%,to{box-shadow:0 0 0 17px rgba(95,159,112,0);opacity:.25}}@keyframes v30ActivePointPulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.95}50%{transform:translate(-50%,-50%) scale(1.55);opacity:.25}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:900px){.how{grid-template-columns:1fr;gap:28px;padding-left:14px!important;padding-right:14px!important}.how-copy{padding-left:4px;padding-right:4px}.interactive-book{width:100%;cursor:auto}.audio-point{cursor:pointer}.pen-cursor{display:none!important}.book-surface{border-radius:18px}}@media(max-width:760px){.nav.nav-scrolled{background:rgba(246,242,233,.88)!important;-webkit-backdrop-filter:blur(16px) saturate(115%);backdrop-filter:blur(16px) saturate(115%)}.footer-brand{align-items:flex-start;justify-items:start}.how{padding-top:48px!important;padding-bottom:48px!important}.how-copy h2{font-size:clamp(36px,9.4vw,42px)!important}.book-surface{display:none}.mobile-book-pages-shell{display:block}.mobile-book-pages{display:flex;gap:10px;width:100%;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;border-radius:20px}.mobile-book-pages::-webkit-scrollbar{display:none}.mobile-book-page{position:relative;flex:0 0 100%;aspect-ratio:1024/1533;overflow:hidden;scroll-snap-align:center;scroll-snap-stop:always;border-radius:20px;background:#e7dece;box-shadow:0 18px 44px rgba(25,30,34,.12)}.mobile-book-page-picture{position:absolute;inset:0;display:block;overflow:hidden}.mobile-book-page-picture img{position:absolute;top:0;width:200%;height:100%;max-width:none;object-fit:cover}.mobile-book-page-right .mobile-book-page-picture img{left:-100%}.mobile-book-page-left .mobile-book-page-picture img{left:0}.mobile-book-page .audio-point{width:52px;height:52px}.mobile-book-page .audio-point:after,.mobile-book-page .audio-point:before{width:19px;height:19px}.mobile-book-pagination{display:flex;justify-content:center;align-items:center;gap:2px;margin-top:7px}.mobile-book-pagination button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.mobile-book-pagination span{display:block;width:22px;height:3px;border-radius:999px;background:rgba(20,32,51,.2);transition:width .2s ease,background-color .2s ease}.mobile-book-pagination button.is-active span{width:32px;background:rgba(20,32,51,.72)}.interactive-hint{margin-top:0!important}.audio-point span{display:none}}@media(prefers-reduced-motion:reduce){.brand-logo,.nav,.nav nav a{transition-duration:.01ms!important}.audio-point:after{animation:none!important;box-shadow:0 0 0 7px rgba(95,159,112,.2)}}.library-head-with-shop{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-column-gap:clamp(24px,4vw,64px);column-gap:clamp(24px,4vw,64px);grid-row-gap:14px;row-gap:14px;align-items:end}.library-head-with-shop .section-no,.library-head-with-shop h2{grid-column:1/-1}.library-head-with-shop h2{max-width:1180px;margin-bottom:4px}.library-head-with-shop>p{grid-column:1;max-width:720px;margin:0}.library-shop-cta{grid-column:2;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid rgba(20,32,51,.15);border-radius:999px;background:rgba(255,255,255,.55);color:var(--ink);font-size:13px;font-weight:850;white-space:nowrap;transition:transform .22s ease,background-color .22s ease,border-color .22s ease}.library-shop-cta:hover{transform:translateY(-2px);background:#fff;border-color:rgba(20,32,51,.28)}.hover-gallery{touch-action:pan-y;overscroll-behavior-x:contain}.hover-gallery-dots{position:absolute;z-index:5;left:50%;bottom:12px;display:flex;align-items:center;justify-content:center;gap:6px;transform:translateX(-50%);padding:6px 8px;border-radius:999px;background:rgba(255,255,255,.7);box-shadow:0 6px 18px rgba(20,32,51,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hover-gallery-dots button{width:7px;height:7px;min-width:7px;padding:0;border:0;border-radius:999px;background:rgba(20,32,51,.28);cursor:pointer;transition:width .22s ease,background-color .22s ease,transform .22s ease}.hover-gallery-dots button:hover{transform:scale(1.15);background:rgba(20,32,51,.52)}.hover-gallery-dots button.is-active{width:19px;background:var(--ink)}.hover-gallery-swipe-hint{display:none}@media (max-width:760px){.library-head-with-shop{grid-template-columns:minmax(0,1fr);row-gap:12px}.library-head-with-shop .section-no,.library-head-with-shop h2,.library-head-with-shop>p,.library-shop-cta{grid-column:1}.library-head-with-shop h2{margin-bottom:0}.library-shop-cta{justify-self:start;margin-top:6px}.hover-gallery-swipe-hint{position:absolute;z-index:5;top:12px;right:12px;display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.78);color:rgba(20,32,51,.76);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;pointer-events:none;transition:opacity .25s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hover-gallery-swipe-hint.is-hidden{opacity:0}.hover-gallery-dots{bottom:10px}.hero-ticket{position:relative!important;inset:auto!important;z-index:4;width:calc(100% - 36px)!important;margin:0 18px 22px!important;transform:none!important}}@media (prefers-reduced-motion:reduce){.hover-gallery-dots button,.hover-gallery-swipe-hint,.library-shop-cta{transition-duration:.01ms!important}}.instruction-mobile{display:none}.planned-price{line-height:1.25}.shop-card-body>.planned-price{font-size:clamp(20px,2vw,30px)}.product-price.planned-price{font-size:clamp(30px,3vw,42px)}.collection-availability-note{max-width:620px;margin:10px 0 18px;color:#545b57!important;font-size:14px!important;line-height:1.55!important;min-height:0!important}.book-pen-warning{margin:0 0 18px;padding:14px 16px;border:1px solid rgba(20,32,51,.12);border-radius:14px;background:#fffaf1;color:#3e4945;font-size:14px;font-weight:700;line-height:1.5}.assurance-intro>p,.book-card-copy p,.gift-copy>p,.library-head-with-shop>p,.reviews-intro>p,.story-teaser-copy>p{color:#545b57}.assurance-index,.book-card-copy small,.trust-list li>span,.trust-symbol-number{color:#87442f}.trust-hero-copy>.section-no{color:var(--sand)}.trust-copy>.section-no{color:#783923}.offers-head>.section-no{color:var(--sand)}.collection-offer .collection-availability-note{color:rgba(255,255,255,.84)!important}.trust-photo picture{position:absolute;inset:0;display:block}.footer-column a{display:inline-flex;align-items:center;min-height:44px}.qty button{width:44px;height:44px}.qty button,.remove{min-width:44px;min-height:44px;cursor:pointer}.remove{display:inline-flex;align-items:center;justify-content:center}.not-found-page{min-height:calc(100svh - 84px);padding:180px 24px 110px;display:grid;place-items:center;background:linear-gradient(145deg,var(--paper),var(--linen))}.not-found-card{width:min(760px,100%);padding:clamp(34px,7vw,72px);border-radius:28px;background:#fff;text-align:center;box-shadow:var(--shadow)}.not-found-card h1{margin-bottom:20px;font-size:clamp(52px,8vw,90px);line-height:.96}.not-found-card>p{max-width:560px;margin:0 auto;color:#545b57;font-size:17px;line-height:1.65}.not-found-actions{display:flex;justify-content:center;gap:12px;margin-top:32px}.not-found-actions .cta-ghost{border-color:rgba(20,32,51,.2);background:transparent;color:var(--ink)}@media(max-width:900px){.product-gallery-main{touch-action:pan-y}}@media(min-width:901px) and (max-width:1100px){.hero-copy{width:300px;margin-left:50px}.hero-media img{object-position:62% center}.hero h1{font-size:54px}.hero .lead{font-size:15px;line-height:1.45}.hero-actions{display:grid}.hero-proof span{padding-right:12px;margin-right:12px}.hero-ticket{width:250px}}@media(max-width:760px){.instruction-desktop{display:none}.instruction-mobile{display:inline}.interactive-hint .instruction-mobile{display:block}.qty button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.not-found-page{min-height:calc(100svh - 72px);padding:130px 14px 70px}.not-found-card{border-radius:22px}.not-found-actions{flex-direction:column}.not-found-actions .cta{width:100%}}@media(prefers-reduced-motion:reduce){.reviews-marquee{scroll-behavior:auto}}.horizontal-rail-shell{display:contents}.horizontal-rail-controls{display:none}.case-image-frame{position:absolute;inset:0;overflow:hidden;border-radius:26px}.case-image-frame>img{width:100%;height:100%;object-fit:cover}.library-head-with-shop{margin-bottom:26px}.hover-gallery-dots{bottom:10px;gap:2px;padding:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hover-gallery-dots button,.hover-gallery-dots button.is-active{position:relative;background:transparent!important}.hover-gallery-dots button:after{width:5px;height:5px;background:rgba(20,32,51,.28);transform:translate(-50%,-50%)}.hover-gallery-dots button.is-active:after{background:rgba(20,32,51,.78);transform:translate(-50%,-50%) scale(1.18)}.trust-visual-badges{position:absolute;z-index:3;left:24px;bottom:24px;display:flex;flex-wrap:wrap;gap:8px;max-width:calc(100% - 48px)}.trust-visual-badges span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--ink);font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.trust-visual>span{display:none}.trust-audio-link{position:absolute;z-index:4;left:52%;top:65%;display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:rgba(255,255,255,.9);color:var(--ink);box-shadow:0 8px 24px rgba(20,32,51,.2);transition:transform .2s ease,background-color .2s ease}.trust-audio-link:focus-visible,.trust-audio-link:hover{transform:scale(1.08);background:#fff}.trust-audio-link svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sound-feature{display:block;padding:26px}.sound-feature-copy{padding:0}.sound-title{display:flex;align-items:center;gap:16px}.sound-title svg{flex:0 0 58px;width:58px;height:30px;fill:none;stroke:var(--sand);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.finale-media picture,.gift-media picture,.relief-media picture,.reviews-family picture,.shop-hero-media picture,.story-card picture,.trust-hero-media picture{position:absolute;inset:0;display:block}.story-card.large img{object-position:42% center}.story-card.small img{object-position:center top;transform:scale(1.12);transform-origin:center top}.story-card.small:hover img{transform:scale(1.15)}.trust-hero-media img{object-fit:contain;object-position:center;background:#172437}.pen-cursor{width:70.5px!important;filter:brightness(.78)}.reviews-marquee{touch-action:pan-x;scroll-snap-type:none}@media(max-width:760px){.horizontal-rail-shell{position:relative;display:block;min-width:0}.horizontal-rail-controls{display:flex;justify-content:center;gap:8px;margin-top:8px}.horizontal-rail-controls button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.76);color:var(--ink);font-size:20px;box-shadow:0 6px 18px rgba(20,32,51,.08);transition:opacity .2s ease,transform .2s ease}.horizontal-rail-controls button:disabled{opacity:.22}.horizontal-rail-controls button:not(:disabled):active{transform:scale(.94)}.library-head-with-shop{margin-bottom:32px}.library-shop-cta{margin-bottom:12px}.hover-gallery-swipe-hint{top:14px;right:14px;display:flex;gap:5px;min-width:54px;justify-content:center;padding:0;border:0;background:rgba(255,255,255,.7);color:rgba(20,32,51,.68);font-size:19px;-webkit-backdrop-filter:none;backdrop-filter:none}.hover-gallery-swipe-hint span:first-child{animation:v31SwipeLeft 1.35s ease-in-out infinite}.hover-gallery-swipe-hint span:last-child{animation:v31SwipeRight 1.35s ease-in-out infinite}.hover-gallery-dots{gap:0!important;padding:0!important}.hover-gallery-dots button,.hover-gallery-dots button.is-active{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important}.case-wrap{box-shadow:none}.case-image-frame{position:relative;inset:auto;aspect-ratio:16/9;box-shadow:0 28px 42px rgba(33,29,24,.16)}.case-image-frame>img{transform:scale(1.22);transform-origin:center}.book-cover-stack .hover-gallery-link img,.book-cover-stack:hover .hover-gallery-link img,.shop-card-media .hover-gallery-link img,.shop-card-media:hover .hover-gallery-link img{transform:scale(1.2)}.trust-visual-badges{left:14px;bottom:14px;max-width:calc(100% - 28px)}.trust-visual-badges span{padding:9px 11px;font-size:9px}.trust-audio-link{left:50%;top:64%}.review-arrow{display:grid!important;width:44px;height:44px;place-items:center}.reviews-shell{grid-template-columns:44px minmax(0,1fr) 44px!important;gap:5px}.relief-media img{object-position:52% center}.gift-media img,.reviews-family img{object-position:50% center}.finale-media img{object-position:54% center}.shop-hero-media img{object-position:50% center}.finale-media,.gift-media,.relief-media{min-height:0!important;aspect-ratio:4/3}.shop-hero-media{min-height:0!important;aspect-ratio:16/9}.trust-hero-media img{object-fit:cover}.hero-proof{overflow:visible;flex-wrap:wrap;row-gap:12px}.hero-proof span{min-width:0}}@media(min-width:901px) and (max-width:1100px){.trust-hero-media img{object-fit:cover}}@keyframes v31SwipeLeft{0%,to{transform:translateX(0);opacity:.45}50%{transform:translateX(-4px);opacity:1}}@keyframes v31SwipeRight{0%,to{transform:translateX(0);opacity:.45}50%{transform:translateX(4px);opacity:1}}@media(prefers-reduced-motion:reduce){.hover-gallery-swipe-hint span{animation:none!important}.horizontal-rail-controls button{transition:none}}.hero{min-height:100svh;background:#eee7da;color:var(--ink)}.hero-media{inset:0;left:0;top:0}.hero-media picture{position:absolute;inset:0;display:block}.hero-media:before{display:none}.hero-media img{object-position:center center}.hero-copy{width:min(480px,35vw);margin-left:clamp(28px,5vw,88px);padding-top:128px;color:var(--ink)}.hero h1{font-size:clamp(54px,5vw,78px)}.hero .lead,.hero-copy .eyebrow{color:rgba(20,32,51,.72)}.hero h1,.hero-proof b{color:var(--ink)}.hero .cta-primary{background:var(--ink);color:#fff}.hero .cta-ghost{border-color:rgba(20,32,51,.34);color:var(--ink)}.hero-proof{border-top-color:rgba(20,32,51,.22)}.hero-proof span{border-right-color:rgba(20,32,51,.2);color:rgba(20,32,51,.62)}.nav.nav-solid:not(.nav-scrolled){background:rgba(238,231,218,.92)}.bridge{background:var(--ink);color:#f1e8d6}.bridge p{color:var(--sand)}.bridge h2{color:#f1e8d6}.horizontal-rail-shell{position:relative;display:block;min-width:0}.horizontal-rail-controls{position:absolute;z-index:12;inset:43% -4px auto;display:flex;justify-content:space-between;pointer-events:none;opacity:0;transform:translateY(-50%);transition:opacity .25s ease}.horizontal-rail-controls.is-visible{opacity:1}.horizontal-rail-controls button{display:grid;width:52px;height:82px;place-items:center;border:0;border-radius:0;background:linear-gradient(90deg,rgba(246,241,232,.88),rgba(246,241,232,0));color:var(--ink);box-shadow:none;pointer-events:auto;opacity:.72;transition:opacity .2s ease,transform .2s ease}.horizontal-rail-controls button:last-child{background:linear-gradient(270deg,rgba(246,241,232,.88),rgba(246,241,232,0))}.horizontal-rail-controls button svg{width:30px;height:56px;overflow:visible;fill:none;stroke:currentColor;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 5px rgba(255,255,255,.9))}.horizontal-rail-controls button:focus-visible,.horizontal-rail-controls button:hover{opacity:1}.horizontal-rail-controls button:disabled{visibility:hidden}.horizontal-rail-controls button:first-child:not(:disabled){animation:v34RailNudgeLeft 1.6s ease-in-out 2}.horizontal-rail-controls button:last-child:not(:disabled){animation:v34RailNudgeRight 1.6s ease-in-out 2}.horizontal-rail-controls button:not(:disabled):active{transform:scale(.94)}.book-track{touch-action:pan-x pan-y}.book-track>article{scroll-snap-stop:always}.book-track .hover-gallery{touch-action:pan-y}.hover-gallery-swipe-hint{display:none!important}.hover-gallery-dots{gap:0!important;padding:0!important}.hover-gallery-dots button,.hover-gallery-dots button.is-active{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;margin-inline:-8.4px}.hover-gallery-dots button:after{width:4px;height:4px;background:rgba(20,32,51,.2)}.hover-gallery-dots button.is-active:after{background:rgba(20,32,51,.55)}.trust-audio-link{left:67%;top:84%;width:44px;height:44px;background:rgba(255,255,255,.63)}.pen-cursor{width:34px!important;filter:brightness(.85) drop-shadow(1px 0 0 rgba(20,32,51,.34)) drop-shadow(-1px 0 0 rgba(20,32,51,.34)) drop-shadow(0 1px 0 rgba(20,32,51,.34)) drop-shadow(0 8px 8px rgba(20,32,51,.42));transform:translate(-18%,-94%) rotate(10.9deg)}.reviews-track{animation:v33ReviewsLoop 32s linear infinite;will-change:transform}.reviews-shell.is-paused .reviews-track,.reviews-shell:focus-within .reviews-track{animation-play-state:paused}.assurance-intro{grid-template-columns:1fr}.installment-mark svg{fill:none;stroke:currentColor;stroke-width:2}.checkout-form{gap:24px}.checkout-form fieldset{display:grid;min-width:0;grid-gap:15px;gap:15px;margin:0;padding:0;border:0}.checkout-form input,.checkout-form textarea{box-sizing:border-box;width:100%;min-width:0}.checkout-form legend{margin-bottom:14px;font-family:var(--serif);font-size:30px;font-weight:700}.checkout-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.checkout-options label{display:flex;grid-template-columns:auto 1fr;align-items:center;padding:13px;border:1px solid var(--line);border-radius:12px;font-weight:650}.checkout-options input{width:auto;margin-right:8px}.checkout-hint,.order-card small{color:var(--muted);font-size:13px;line-height:1.5}.consent span{font-weight:500;line-height:1.5}.consent a{text-decoration:underline}.checkout-form button:disabled{opacity:.42;cursor:not-allowed}.checkout-success-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;background:var(--sand);font-size:26px}.success-card{max-width:760px;margin:0 auto;text-align:left}.checkout-order-number{display:inline-flex;margin-top:18px;padding:7px 11px;border-radius:999px;background:#efe5d4;color:var(--rust);font-size:12px;font-weight:900;letter-spacing:.06em}.checkout-success-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px}.success-card .cta{display:inline-flex}.checkout-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin:0;padding:0;list-style:none}.checkout-steps li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.05em}.checkout-steps span{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:50%;background:#efe5d4;color:var(--rust)}.empty-order a{font-weight:800;color:var(--rust)}@keyframes v34RailNudgeLeft{0%,to{transform:translateX(0)}50%{transform:translateX(-5px)}}@keyframes v34RailNudgeRight{0%,to{transform:translateX(0)}50%{transform:translateX(5px)}}@keyframes v33ReviewsLoop{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - 7px),0,0)}}@media(max-width:900px){.hero{padding-top:72px;grid-template-rows:auto auto auto;background:#eee7da}.hero-media{grid-row:1;position:relative;inset:auto;aspect-ratio:1688/1520}.hero-media img{object-position:center}.hero-copy{grid-row:3;width:auto;margin:0;padding:30px 24px 64px}.hero-ticket{position:relative;grid-row:2;inset:auto;width:auto;margin:16px 18px 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;border-radius:0;background:transparent;box-shadow:none;text-align:left}.hero-ticket>div{display:flex;min-height:72px;flex-direction:column;justify-content:center;gap:5px;padding:12px 14px;border:1px solid rgba(20,32,51,.1);border-radius:18px;background:rgba(255,255,255,.78)}.hero-ticket span{display:block;font-size:9px;color:var(--rust)}.hero-ticket strong{font-size:13px;line-height:1.25}.hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.hero-proof span{min-width:0;margin:0;padding:0 12px;text-align:center;align-items:center}.hero-proof span:first-child{padding-left:0}.hero-proof span:last-child{padding-right:0}.horizontal-rail-controls{inset:38% 2px auto;margin:0;transform:translateY(-50%)}.trust-audio-link{left:72%;top:82%}.checkout-options,.checkout-steps{grid-template-columns:1fr}.checkout-steps{gap:7px}}@media(max-width:760px){.horizontal-rail-controls{position:absolute;display:flex;justify-content:space-between;gap:0;margin:0}.hover-gallery-dots button,.hover-gallery-dots button.is-active{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;margin-inline:-10.2px}}@media(max-width:430px){.hero{grid-template-rows:auto auto auto}.hero-media{aspect-ratio:1688/1520}.hero-media img{object-position:center}.hero-copy{padding:28px 18px 54px}.hero h1{font-size:46px}.hero-proof span{padding-inline:8px;font-size:8.5px}.hero-proof b{font-size:14px}}@media(prefers-reduced-motion:reduce){.horizontal-rail-controls button:not(:disabled),.reviews-track{animation:none}}.hero-cta-mobile,.hero-lead-mobile,.mobile-purchase-bar{display:none}@media(max-width:760px){:root{--mobile-gutter:16px}body{font-size:16px}h2{font-size:clamp(32px,9vw,38px);line-height:1.01;letter-spacing:-.035em}h3{font-size:25px}.eyebrow,.section-no{font-size:11px;letter-spacing:.11em;margin-bottom:14px}.hero{min-height:0!important;padding-top:72px!important;display:flex!important;flex-direction:column!important;background:#eee7da!important}.hero-copy{order:1!important;width:auto!important;margin:0!important;padding:26px var(--mobile-gutter) 22px!important}.hero-copy .eyebrow{max-width:300px;margin-bottom:12px;color:#6a5946!important}.hero h1{max-width:360px;margin-bottom:16px;font-size:clamp(39px,11vw,44px)!important;line-height:.93!important}.hero .lead{max-width:390px;margin-bottom:0;font-size:16px!important;line-height:1.48!important;color:#3e4851!important}.hero-cta-desktop,.hero-lead-desktop{display:none!important}.hero-cta-mobile,.hero-lead-mobile{display:inline!important}.hero-actions{display:grid!important;grid-template-columns:1fr auto;grid-gap:9px!important;gap:9px!important;margin:22px 0 0!important}.hero-actions .cta{min-height:50px;padding:0 16px;font-size:13px}.hero-actions .cta-ghost{border-color:rgba(20,32,51,.22);background:rgba(255,255,255,.4)}.hero-media{order:2!important;width:100%!important;aspect-ratio:16/10!important;min-height:0!important;position:relative!important;inset:auto!important}.hero-media img{object-position:center 48%!important}.hero-proof,.hero-ticket{display:none!important}.bridge{padding:42px var(--mobile-gutter) 46px!important;text-align:left!important}.bridge p{margin-bottom:12px;font-size:11px}.bridge h2{font-size:33px!important;line-height:1.02!important}.horizontal-rail-controls{display:none!important}.trust-page .trust-pillars-grid,.trust-page .trust-reasons-columns,main .assurance-grid,main .needs,main .offer-grid{display:grid!important;grid-template-columns:1fr!important;grid-gap:10px!important;gap:10px!important;overflow:visible!important;padding-right:0!important;scroll-snap-type:none!important}.trust-page .trust-pillars-grid>article,.trust-page .trust-reasons-columns>article,main .assurance-grid>.assurance-card,main .needs>article,main .offer-grid>article{width:auto!important;max-width:none!important;flex:none!important;scroll-snap-align:none!important}.how{padding:48px var(--mobile-gutter)!important;gap:24px!important}.how-copy h2{font-size:36px!important}.how-copy p{font-size:16px;line-height:1.58}.mobile-book-page{border-radius:16px}.needs{padding:0 var(--mobile-gutter) 52px!important}.needs article{min-height:0!important;padding:20px!important;border-radius:18px!important;display:grid;grid-template-columns:38px 1fr;grid-column-gap:14px;column-gap:14px;align-items:start}.needs article>span{grid-row:1/3;min-width:38px;min-height:38px}.needs h3{margin:2px 0 7px!important;font-size:24px!important}.needs p{margin:0;font-size:14px!important;line-height:1.5!important}.parent-relief,.relief-media{min-height:0!important}.relief-media{aspect-ratio:16/10!important}.relief-copy{padding:44px var(--mobile-gutter)!important}.relief-copy .quote{display:none}.relief-copy h2{font-size:35px!important;margin-bottom:22px}.relief-grid{display:grid;grid-template-columns:1fr 1fr!important;grid-gap:14px!important;gap:14px!important;padding-top:20px}.relief-grid p{font-size:13px!important;line-height:1.45!important}.set{padding:52px var(--mobile-gutter)!important}.set-heading{margin-bottom:24px!important;text-align:left!important}.set-heading .badge{margin-bottom:12px}.set-heading h2{font-size:36px!important}.case-image-frame,.case-wrap{border-radius:18px!important}.case-image-frame{aspect-ratio:16/9!important;box-shadow:0 18px 34px rgba(33,29,24,.13)!important}.case-image-frame>img{transform:none!important;object-fit:cover!important}.set-chip{display:none!important}.set-purchase{margin-top:14px!important;padding:18px!important;border-radius:18px!important;gap:12px!important;background:#fffaf1!important}.set-purchase-copy small{font-size:10px!important}.set-purchase-copy p{font-size:14px!important;line-height:1.45!important}.set-purchase-price{font-size:34px!important}.set-purchase .buy{min-height:52px!important}.library{padding:52px var(--mobile-gutter)!important}.library-head-with-shop{margin-bottom:20px!important;row-gap:9px!important}.library-head-with-shop h2{font-size:36px!important}.library-head-with-shop>p{font-size:15px!important;line-height:1.5!important}.library-shop-cta{min-height:44px;margin:2px 0 4px!important;padding:0 16px!important}main .book-track{display:flex!important;gap:12px!important;margin-right:calc(var(--mobile-gutter) * -1);padding-right:var(--mobile-gutter)!important;padding-bottom:4px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}main .book-track>article{flex:0 0 78vw!important;width:78vw!important;max-width:330px!important}.book-card-copy{padding-top:14px!important}.book-card-copy h3{font-size:24px!important;margin:8px 0!important}.book-card-copy p{font-size:14px!important;line-height:1.45!important}.book-card-copy>b{font-size:24px!important}.hover-gallery{touch-action:pan-x pan-y!important}.hover-gallery-dots{bottom:6px!important}.trust{display:block!important}.trust,.trust-visual{min-height:0!important}.trust-visual{aspect-ratio:4/3!important}.trust-visual img{object-position:center 54%!important}.trust-visual-badges{left:10px!important;bottom:10px!important;gap:5px!important;max-width:calc(100% - 20px)!important}.trust-visual-badges span{padding:7px 9px!important;font-size:8px!important;letter-spacing:.06em!important}.trust-audio-link{left:auto!important;right:12px!important;top:12px!important}.trust-copy{padding:42px var(--mobile-gutter)!important}.trust-copy h2{font-size:35px!important}.trust-copy>p{font-size:15px!important;line-height:1.58!important}.sound-feature{margin-top:20px!important;padding:18px!important;border-radius:18px!important}.sound-title{gap:10px!important}.sound-title svg{flex-basis:42px!important;width:42px!important}.sound-feature b{font-size:22px!important}.sound-feature p{font-size:14px!important;line-height:1.48!important}.trust-copy ul{grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:20px!important}.trust-copy li{padding:12px!important;border:1px solid rgba(20,32,51,.1)!important;border-radius:14px!important;font-size:13px!important;line-height:1.35!important}.story-teaser{display:block!important;padding:48px var(--mobile-gutter)!important}.story-teaser-copy h2{font-size:34px!important}.story-teaser-copy p{font-size:15px!important;line-height:1.52!important}.story-teaser-gallery{display:none!important}.story-cta-strong{min-height:50px!important;width:100%;padding:0 18px!important;text-align:center}.offers{padding:48px var(--mobile-gutter)!important}.offers-head{margin-bottom:22px!important}.offers-head h2{font-size:35px!important}main .offer-grid{gap:12px!important}main .offer-grid>article{min-height:0!important;display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;grid-template-rows:auto!important;grid-column-gap:15px!important;column-gap:15px!important;padding:12px!important;border-radius:20px!important}.offer-image{grid-column:1;grid-row:1/9;aspect-ratio:1/1!important;margin:0!important;border-radius:14px!important;align-self:start}.offer-collector-copy,.offer-grid .price,.offer-grid h3,.offer-grid p,.offer-grid small,.offer-link-button{grid-column:2}.offer-grid h3{margin:4px 0!important;font-size:25px!important}.offer-grid p{margin:0 0 7px!important;font-size:13px!important;line-height:1.4!important}.offer-grid .price{margin:4px 0 8px!important;padding:0!important;font-size:23px!important}.offer-link-button{min-height:44px!important;margin-top:2px!important;padding:0 12px!important;text-align:center}.offer-collector-copy,.offer-link-button{font-size:12px!important}.offer-grid .collection-availability-note,.offer-grid .offer-personal-note{display:none!important}.soon-badge{top:8px!important;right:8px!important;min-height:28px!important;padding:0 9px!important;font-size:8px!important}.gift{display:block!important;min-height:0!important}.gift-media{display:none!important}.gift-copy{padding:48px var(--mobile-gutter)!important}.gift-copy h2{font-size:35px!important}.gift-copy>p{font-size:15px!important;line-height:1.5!important}.reviews{display:block!important;padding:48px var(--mobile-gutter)!important}.reviews-intro h2{font-size:35px!important}.reviews-intro p{font-size:15px!important;line-height:1.5!important}.reviews-family{display:none!important}.reviews-carousel{margin-top:20px!important}.reviews-shell{display:block!important}.review-arrow{display:none!important}.reviews-marquee{overflow-x:auto!important;scroll-snap-type:x mandatory!important}.reviews-track{animation:none!important;gap:10px!important;padding:3px!important}.review-card{width:86vw!important;max-width:340px!important;min-height:190px!important;padding:20px!important;scroll-snap-align:start!important}.review-card:nth-child(n+7){display:none!important}.review-card>p{margin:20px 0!important;font-size:18px!important;line-height:1.4!important}.assurance-section{padding:48px var(--mobile-gutter)!important}.assurance-intro{margin-bottom:20px!important}.assurance-intro h2{font-size:35px!important}main .assurance-grid{gap:10px!important}.assurance-card{min-height:0!important;padding:18px!important;border-radius:18px!important}.assurance-card-top{min-height:40px!important;margin-bottom:16px!important}.assurance-card h3{font-size:24px!important;margin-bottom:8px!important}.assurance-card p{font-size:13px!important;line-height:1.48!important}.assurance-card>a{padding-top:12px!important}.assurance-card .service-badge{width:72px!important;height:38px!important;min-height:38px!important}.finale{display:block!important;min-height:0!important}.finale-media{display:none!important}.finale-copy{padding:54px var(--mobile-gutter)!important}.finale h2{font-size:40px!important;line-height:.98!important;margin:14px 0 24px!important}.finale .cta{width:100%;text-align:center}.social-compact{margin-top:28px!important;padding-top:22px!important}.shop-hero{display:flex!important;flex-direction:column!important;padding-top:72px!important;background:#101a2b!important}.shop-hero-copy{order:1!important;padding:30px var(--mobile-gutter) 24px!important}.shop-hero-copy h1{font-size:39px!important;line-height:.95!important;margin-bottom:14px!important}.shop-hero-copy>p:last-child{font-size:15px!important;line-height:1.5!important}.shop-hero-media{order:2!important;min-height:0!important;aspect-ratio:16/7!important}.shop-section{padding:46px var(--mobile-gutter)!important}.shop-section+.shop-section{padding-top:16px!important}.shop-section-head{display:grid!important;grid-template-columns:36px 1fr!important;grid-gap:8px 12px!important;gap:8px 12px!important;margin-bottom:20px!important;padding-bottom:16px!important}.shop-section-head>span{font-size:29px!important}.shop-section-head h2{font-size:34px!important}.shop-section-head p{grid-column:2!important;font-size:14px!important;line-height:1.45!important}.shop-page .shop-grid-five{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important;overflow:visible!important;padding:0!important}.shop-page .shop-grid-five>.shop-card{width:auto!important;max-width:none!important;min-width:0!important;padding:8px!important;border-radius:17px!important}.shop-card-body{padding:11px 2px 3px!important}.shop-card-body p,.shop-card-body small{display:none!important}.shop-card-body .book-pen-card-note,.starter-shop-card .shop-card-body p{display:block!important;min-height:0!important;font-size:11px!important;line-height:1.35!important;margin:0 0 8px!important}.shop-card-body .book-pen-card-note{color:var(--terracotta)!important;font-weight:850!important}.shop-card-body h3{font-size:20px!important;line-height:1.05!important;margin:0 0 9px!important}.shop-card-body>strong{font-size:21px!important}.shop-card .unified-actions{grid-template-columns:1fr!important;gap:6px!important;margin-top:10px!important}.shop-card .action-pill{min-height:42px!important;font-size:12px!important}.shop-card-media .hover-gallery-dots{display:none!important}.featured-shop{display:grid!important;grid-template-columns:42% 1fr!important;grid-gap:12px!important;gap:12px!important;padding:10px!important}.featured-shop .shop-card-media-wrap{align-self:start}.featured-shop .shop-card-body{padding:8px 4px!important}.featured-shop .shop-card-body small{display:block!important;font-size:9px!important}.featured-shop .shop-card-body h3{font-size:27px!important;margin:5px 0 8px!important}.featured-shop .shop-card-body p{display:block!important;min-height:0!important;font-size:13px!important;line-height:1.4!important}.featured-shop .shop-card-body>strong{font-size:25px!important}.featured-shop .action-pill-primary{display:flex!important}.collection-shop-section{padding-bottom:70px!important}.product-page{padding-bottom:90px!important}.product-detail{display:flex!important;flex-direction:column!important;padding:28px var(--mobile-gutter) 46px!important;gap:18px!important}.product-info{display:contents!important}.product-info .back-link{order:1;min-height:44px;margin:0 0 4px!important;padding:0 16px!important;font-size:15px!important}.product-info>.eyebrow{order:2;margin:0!important}.product-info>h1{order:3;margin:0!important;font-size:42px!important;line-height:.94!important}.product-info>.product-description{order:4;margin:0!important;font-size:16px!important;line-height:1.52!important}.product-info>.product-price{order:5;margin:4px 0 0!important;font-size:34px!important}.product-info>.book-pen-warning,.product-info>.collection-availability-note{order:6;margin:0!important}.product-info>.product-buy{display:none!important}.product-gallery-wrap{order:7;align-self:stretch;width:100vw;margin-inline:calc((100vw - 100%) / -2)}.product-info>.product-features{order:8;margin:4px 0 0!important}.product-info>.product-note{order:9;margin:0!important}.product-gallery-main{border-radius:18px!important;box-shadow:0 14px 32px rgba(25,30,34,.1)!important}.product-gallery-main>span{right:9px!important;bottom:9px!important;padding:6px 9px!important;font-size:9px!important}.product-gallery-thumbs{display:flex!important;box-sizing:border-box!important;gap:7px!important;margin-top:8px!important;padding-inline:var(--mobile-gutter)!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.product-gallery-thumbs button{flex:0 0 64px!important;width:64px!important;border-radius:10px!important;scroll-snap-align:start!important}.product-features li{padding:12px 0!important;font-size:14px!important}.mobile-purchase-bar{position:fixed;z-index:260;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 10px 10px 14px;border:1px solid rgba(20,32,51,.1);border-radius:18px;background:rgba(255,250,241,.94);box-shadow:0 16px 48px rgba(20,32,51,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-purchase-bar strong{font-family:Georgia,serif;font-size:20px;line-height:1.08}.mobile-purchase-button{min-height:46px;padding:0 16px;border:0;border-radius:999px;background:var(--ink);color:#fff;font-size:12px;font-weight:850;white-space:nowrap}.starter-book-note{margin:0 var(--mobile-gutter) 46px!important;padding:24px!important;border-radius:18px!important;gap:20px!important}.starter-book-note h2{font-size:30px!important}.included-section{padding:48px var(--mobile-gutter)!important}.included-head{margin-bottom:24px!important;text-align:left!important}.included-head h2{font-size:35px!important}.included-head>p:last-child{font-size:15px!important}.checkout-page{padding-bottom:60px!important}.checkout-page .page-intro{margin-bottom:26px!important}.checkout-grid{display:flex!important;flex-direction:column!important;gap:14px!important}.order-card{order:-1!important;padding:20px!important;border-radius:18px!important}.order-card h2{font-size:29px!important;margin-bottom:16px!important}.checkout-form{padding:20px!important;gap:20px!important;border-radius:18px!important}.checkout-form legend{font-size:25px!important}.checkout-form fieldset{gap:12px!important}.checkout-options label{padding:11px!important;font-size:14px!important}.checkout-steps{display:flex!important;gap:6px!important;overflow-x:auto!important}.checkout-steps li{min-width:max-content;font-size:10px!important}.checkout-steps span{width:26px!important;height:26px!important}.cookie-banner{z-index:720!important;left:8px!important;right:8px!important;bottom:8px!important;padding:12px!important}.site-footer{padding-bottom:92px!important}}@media(max-width:390px){.hero h1{font-size:39px!important}.hero-actions{grid-template-columns:1fr!important}.hero-actions .cta-ghost{min-height:44px}main .offer-grid>article{grid-template-columns:96px minmax(0,1fr)!important;column-gap:12px!important}.shop-page .shop-grid-five{gap:8px!important}.shop-card-body h3{font-size:18px!important}.shop-card-body>strong{font-size:19px!important}.featured-shop{grid-template-columns:38% 1fr!important}.mobile-purchase-bar strong{font-size:18px}.mobile-purchase-button{padding:0 13px}}@media(prefers-reduced-motion:reduce){.mobile-purchase-bar{-webkit-backdrop-filter:none;backdrop-filter:none}}.personal-book-copy p+p{margin-top:16px}.personal-book-process{padding:100px 4vw 120px;background:var(--paper)}.personal-process-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.personal-process-grid article{min-height:270px;padding:28px;border:1px solid rgba(20,32,51,.08);border-radius:24px;background:var(--cream);box-shadow:0 12px 34px rgba(20,32,51,.045)}.personal-process-grid article>span{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;border-radius:13px;background:var(--linen);color:#87442f;font-size:11px;font-weight:900;letter-spacing:.08em}.personal-process-grid h3{margin:34px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.08}.personal-process-grid p{margin:0;color:#545b57;font-size:15px;line-height:1.65}@media(max-width:900px){.personal-book-process{padding:76px 18px 88px}.personal-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.personal-process-grid article{min-height:0}}@media(max-width:560px){.personal-book-process{padding:64px 14px 76px}.personal-process-grid{grid-template-columns:1fr;gap:12px}.personal-process-grid article{padding:24px;border-radius:20px}.personal-process-grid h3{margin-top:26px;font-size:26px}}.nav.nav-transparent{background:transparent!important;border-bottom-color:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.nav.nav-transparent.nav-solid{color:var(--ink)}.nav.nav-transparent.nav-light{color:#fff}.nav.nav-transparent .header-phone{background:rgba(255,255,255,.42);border-color:rgba(20,32,51,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav.nav-transparent.nav-light .header-phone{background:rgba(20,32,51,.18);border-color:rgba(255,255,255,.34)}.nav.nav-transparent .cart{box-shadow:0 8px 24px rgba(20,32,51,.08)}.hero-copy{width:min(570px,39vw)}.hero-copy h1{max-width:620px;font-size:clamp(50px,4.6vw,72px);line-height:.94}.hero-copy .lead{max-width:560px}.hero-ticket{max-width:520px}.hero-ticket strong{max-width:210px}.set-heading-copy{max-width:760px;margin:24px auto 0;color:rgba(20,32,51,.68);font-size:17px;line-height:1.65}.set-purchase-copy{max-width:720px}.set-outcomes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 20px;gap:10px 20px;margin-top:18px}.set-outcomes span{display:block;color:rgba(20,32,51,.68);font-size:13px;line-height:1.48}.set-outcomes b{color:var(--ink)}.book-card-copy p{min-height:6.8em}.trust-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin:28px 0 34px}.trust-evidence-grid>div{min-height:118px;padding:18px;border:1px solid rgba(20,32,51,.1);border-radius:18px;background:rgba(255,250,241,.72)}.trust-evidence-grid b{display:block;margin-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1}.trust-evidence-grid span{display:block;color:var(--muted);font-size:13px;line-height:1.45}.collection-home{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,.96fr);min-height:760px;background:#17243a;color:#f8f1e4}.collection-home-copy{align-self:center;padding:clamp(72px,7vw,124px) clamp(28px,6vw,108px)}.collection-home .section-no{color:var(--sand)}.collection-home h2{max-width:820px;margin-bottom:28px;font-size:clamp(48px,5.2vw,78px)}.collection-home h2 em{color:#e3b58e}.collection-home-copy>p{max-width:720px;margin-bottom:28px;color:rgba(248,241,228,.76);font-size:17px;line-height:1.68}.collection-home ul{display:grid;grid-gap:12px;gap:12px;max-width:720px;margin:0 0 34px;padding:0;list-style:none}.collection-home li{position:relative;padding-left:28px;color:rgba(248,241,228,.86);font-size:14px;line-height:1.5}.collection-home li:before{content:"";position:absolute;left:0;top:.48em;width:10px;height:10px;border:2px solid var(--sand);border-radius:50%}.collection-home-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.collection-home .cta-primary{background:var(--sand);color:var(--ink)}.collection-home .text-link{color:#f8f1e4}.collection-home-media{position:relative;min-height:760px;overflow:hidden;background:#ece1ce}.collection-home-media img{object-fit:cover;object-position:center}.finale-lead{max-width:620px;margin:-6px 0 30px;color:rgba(244,240,231,.72);font-size:16px;line-height:1.62}.installment-logos{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.installment-logo{display:grid;height:42px;place-items:center;padding:7px 10px;border:1px solid rgba(20,32,51,.1);border-radius:12px;background:#fff;overflow:hidden}.installment-logo img{width:100%;height:100%;object-fit:contain}.installment-logo-tbank{width:100px}.installment-logo-dolyame{width:92px}.installment-logo-split{width:104px}.assurance-card-installment .assurance-card-top{align-items:flex-start}@media(max-width:1180px){.hero-copy{width:min(500px,43vw)}.hero-copy h1{font-size:clamp(46px,5.2vw,64px)}.collection-home{grid-template-columns:1fr 44%}.installment-logo{height:38px;padding:6px 8px}.installment-logo-tbank{width:88px}.installment-logo-dolyame{width:82px}.installment-logo-split{width:92px}}@media(max-width:900px){.nav.nav-transparent .header-phone{background:transparent;border-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-copy{width:auto}.hero-copy h1{max-width:680px}.set-heading-copy{padding:0 18px;font-size:16px}.set-outcomes{grid-template-columns:1fr}.book-card-copy p{min-height:0}.trust-evidence-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-home{grid-template-columns:1fr;min-height:0}.collection-home-media{grid-row:1;min-height:620px}.collection-home-copy{grid-row:2;padding:72px 24px 82px}.collection-home h2{font-size:clamp(44px,8vw,66px)}.installment-logos{justify-content:flex-start}}@media(max-width:560px){.hero-copy h1{font-size:43px;line-height:.95}.hero-ticket strong{max-width:none}.bridge h2{font-size:38px}.set-heading-copy{font-size:15px}.set-outcomes span{font-size:12px}.trust-evidence-grid{grid-template-columns:1fr}.trust-evidence-grid>div{min-height:0}.collection-home-media{min-height:500px}.collection-home-copy{padding:64px 18px 72px}.collection-home h2{font-size:42px}.collection-home-copy>p{font-size:16px}.collection-home-actions{align-items:stretch;flex-direction:column}.collection-home-actions .cta,.collection-home-actions .text-link{width:100%;text-align:center}.installment-logos{gap:6px}.installment-logo{height:36px}.installment-logo-tbank{width:82px}.installment-logo-dolyame{width:76px}.installment-logo-split{width:86px}.finale-lead{font-size:15px}}.hero-title-mobile,.mobile-only{display:none}@media(max-width:760px){.desktop-only,.hero-title-desktop{display:none!important}.mobile-only{display:block!important}.book-card-copy p .mobile-only,.cta .mobile-only,.hero-title-mobile,button .mobile-only,span.mobile-only{display:inline!important}.bridge,.gift,.needs-shell,.offer-grid-shell,.parent-relief,.story-teaser,main .section-no{display:none!important}.hero-copy{padding:24px var(--mobile-gutter) 18px!important}.hero-copy .eyebrow{margin-bottom:10px!important}.hero h1{max-width:340px!important;margin-bottom:14px!important;font-size:42px!important;line-height:.94!important}.hero .lead{max-width:350px!important;font-size:15px!important;line-height:1.42!important}.hero-actions{grid-template-columns:1fr!important;margin-top:18px!important}.hero-actions .cta-primary{width:100%!important}.hero-actions .cta-ghost{display:none!important}.hero-media{aspect-ratio:16/9!important}.how{padding:40px var(--mobile-gutter) 44px!important;gap:20px!important}.how-copy h2{margin-bottom:18px!important;font-size:34px!important}.how-steps-mobile{counter-reset:steps;display:grid!important;grid-gap:8px;gap:8px;margin:0;padding:0;list-style:none}.how-steps-mobile li{counter-increment:steps;display:grid;grid-template-columns:32px 1fr;align-items:center;grid-gap:10px;gap:10px;min-height:44px;padding:8px 12px;border:1px solid rgba(20,32,51,.1);border-radius:14px;background:#fffaf1;font-size:14px;font-weight:750}.how-steps-mobile li:before{content:counter(steps);display:grid;width:28px;height:28px;place-items:center;border-radius:9px;background:var(--ink);color:#fff;font-size:11px;font-weight:900}.set{padding:44px var(--mobile-gutter)!important}.set-heading{margin-bottom:18px!important}.set-heading .badge{display:none!important}.set-heading h2{font-size:34px!important;line-height:.98!important}.set-purchase{padding:16px!important;gap:10px!important}.set-purchase-copy{max-width:none!important}.set-purchase-mobile-copy{margin:0!important;color:#545b57!important;font-size:14px!important;line-height:1.4!important}.set-purchase-price{font-size:32px!important}.library{padding:44px var(--mobile-gutter)!important}.library-head-with-shop{margin-bottom:16px!important}.library-head-with-shop h2{font-size:34px!important;line-height:.98!important}.library-shop-cta{width:max-content;min-height:40px!important;padding:0 14px!important;font-size:12px!important}.book-card-copy h3{font-size:23px!important}.book-card-copy p{min-height:0!important;margin:0 0 10px!important;font-size:13px!important;line-height:1.38!important}.book-card-copy>b{font-size:23px!important}.trust-visual{aspect-ratio:16/10!important}.trust-visual-badges{display:none!important}.trust-copy{padding:38px var(--mobile-gutter) 44px!important}.trust-copy h2{margin-bottom:18px!important;font-size:34px!important;line-height:.98!important}.mobile-trust-facts{display:grid!important;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.mobile-trust-facts span{display:flex!important;min-height:74px;align-items:flex-end;padding:13px;border:1px solid rgba(20,32,51,.1);border-radius:15px;background:#fffaf1;color:var(--ink);font-size:13px;font-weight:800;line-height:1.28}.collection-home{min-height:0!important}.collection-home-media{min-height:0!important;aspect-ratio:4/3!important}.collection-home-copy{padding:40px var(--mobile-gutter) 46px!important}.collection-home h2{margin-bottom:16px!important;font-size:36px!important;line-height:.98!important}.collection-home-mobile-copy{margin:0 0 18px!important;color:rgba(248,241,228,.78)!important;font-size:15px!important;line-height:1.45!important}.collection-home-mobile-meta{display:grid!important;grid-gap:10px;gap:10px;margin:0 0 22px;padding:14px;border:1px solid rgba(248,241,228,.18);border-radius:16px;background:rgba(255,255,255,.06)}.collection-home-mobile-meta span{display:block!important;color:rgba(248,241,228,.78);font-size:12px;line-height:1.45}.collection-home-mobile-meta strong{font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1}.collection-home-actions{display:block!important}.collection-home-actions .cta{width:100%!important}.reviews{padding:42px var(--mobile-gutter)!important}.reviews-intro h2{margin-bottom:16px!important;font-size:34px!important}.reviews-carousel{margin-top:0!important}.reviews-track .review-card:nth-child(n+4){display:none!important}.reviews-track{gap:9px!important}.review-card{flex:0 0 82vw!important;max-width:310px!important;min-height:170px!important;padding:18px!important}.review-card p{font-size:15px!important;line-height:1.48!important}.assurance-section{padding:42px var(--mobile-gutter) 46px!important}.assurance-intro{margin-bottom:16px!important}.assurance-intro h2{font-size:34px!important}main .assurance-grid{gap:8px!important}.assurance-card{padding:16px!important}.assurance-card-top{margin-bottom:12px!important}.assurance-card h3{margin:0 0 6px!important;font-size:22px!important}.assurance-card p{margin:0!important;font-size:13px!important;line-height:1.42!important}.assurance-card>a{padding-top:10px!important;font-size:12px!important}.installment-logos{gap:4px!important}.installment-logo{height:32px!important;padding:5px 7px!important}.finale-copy{padding:42px var(--mobile-gutter) 48px!important}.finale h2{margin:0 0 12px!important;font-size:38px!important;line-height:.98!important}.finale-mobile-copy{margin:0 0 20px!important;color:rgba(244,240,231,.72);font-size:15px;line-height:1.4}.finale-social-desktop{display:none!important}}@media(max-width:390px){.hero h1{font-size:39px!important}.mobile-trust-facts{grid-template-columns:1fr!important}.mobile-trust-facts span{min-height:58px}.collection-home h2{font-size:34px!important}}.hero-copy-cut .lead{max-width:620px}.hero-copy-cut .hero-actions{margin-top:24px}.how-cut{padding-top:84px;padding-bottom:84px}.how-steps-cut{counter-reset:steps;display:grid;grid-gap:10px;gap:10px;margin:24px 0 0;padding:0;list-style:none;max-width:440px}.how-steps-cut li{counter-increment:steps;display:grid;grid-template-columns:36px 1fr;align-items:center;grid-gap:12px;gap:12px;min-height:48px;padding:10px 14px;border:1px solid rgba(20,32,51,.1);border-radius:14px;background:#fffaf1;font-size:15px;font-weight:760}.how-steps-cut li:before{content:counter(steps);display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:var(--ink);color:#fff;font-size:12px;font-weight:900}.set-cut{padding-top:84px;padding-bottom:84px}.set-cut .set-heading{margin-bottom:30px}.set-cut .set-heading h2{max-width:760px}.set-purchase-cut .set-purchase-copy p{margin:0;font-size:16px;line-height:1.45;color:var(--muted)}.library-cut{padding-top:84px;padding-bottom:84px}.library-cut .library-head{margin-bottom:28px}.library-cut .library-head h2{max-width:760px}.library-cut .book-card-copy p{min-height:0}.trust-cut{min-height:620px}.trust-copy-cut{display:flex;flex-direction:column;justify-content:center}.trust-copy-cut h2,.trust-facts-cut{margin-bottom:24px}.trust-facts-cut{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.trust-facts-cut span{display:flex;min-height:92px;flex-direction:column;justify-content:flex-end;padding:16px;border:1px solid rgba(20,32,51,.1);border-radius:16px;background:#fffaf1;color:var(--ink);font-size:14px;line-height:1.35}.trust-facts-cut b{font-size:17px}.collection-home-cut .collection-home-copy>p{max-width:640px;margin:0 0 22px;color:rgba(248,241,228,.78);font-size:17px;line-height:1.55}.collection-summary-cut{display:grid;grid-gap:10px;gap:10px;margin:0 0 24px;padding:16px;border:1px solid rgba(248,241,228,.18);border-radius:16px;background:rgba(255,255,255,.06)}.collection-summary-cut span{color:rgba(248,241,228,.78);font-size:14px;line-height:1.45}.collection-summary-cut strong{font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1}.reviews-cut{padding-top:84px;padding-bottom:84px}.reviews-cut .reviews-intro p{display:none}.assurance-section-cut{padding-top:84px;padding-bottom:84px}.assurance-section-cut .assurance-intro{margin-bottom:26px}.assurance-section-cut .assurance-card p{max-width:36ch}.finale-cut .finale-copy{display:flex;flex-direction:column;justify-content:center}.finale-cut .finale-copy p{max-width:420px;margin:0 0 24px;color:rgba(244,240,231,.75);font-size:18px;line-height:1.5}@media(max-width:900px){.hero-copy-cut{padding-top:24px!important;padding-bottom:22px!important}.hero-copy-cut h1{font-size:44px!important;line-height:.96!important}.hero-copy-cut .lead{font-size:15px!important;line-height:1.45!important}.how-cut{padding:48px var(--mobile-gutter)!important;gap:24px!important}.how-cut h2{font-size:36px!important}.set-cut{padding:52px var(--mobile-gutter)!important}.set-cut .set-heading h2{font-size:38px!important;line-height:.98!important}.set-purchase-cut{padding:16px!important;gap:10px!important}.set-purchase-cut .set-purchase-copy p{font-size:14px!important}.library-cut{padding:52px var(--mobile-gutter)!important}.library-cut .library-head h2{font-size:36px!important;line-height:1!important}.library-cut .book-card-copy p{font-size:13px!important;line-height:1.4!important}.trust-cut{min-height:0!important}.trust-cut .trust-visual{aspect-ratio:16/10!important;min-height:0!important}.trust-copy-cut{padding:44px var(--mobile-gutter)!important}.trust-copy-cut h2{font-size:36px!important;line-height:1!important}.trust-facts-cut{grid-template-columns:1fr 1fr}.trust-facts-cut span{min-height:76px;padding:13px;font-size:12px}.trust-facts-cut b{font-size:15px}.collection-home-cut{min-height:0!important}.collection-home-cut .collection-home-media{min-height:0!important;aspect-ratio:4/3!important}.collection-home-cut .collection-home-copy{padding:44px var(--mobile-gutter)!important}.collection-home-cut h2{font-size:38px!important;line-height:1!important}.collection-home-cut .collection-home-copy>p{font-size:15px!important;line-height:1.45!important}.collection-summary-cut strong{font-size:30px}.collection-home-cut .collection-home-actions{display:grid!important;grid-gap:14px!important;gap:14px!important}.collection-home-cut .collection-home-actions .cta{width:100%!important}.reviews-cut{padding:48px var(--mobile-gutter)!important}.reviews-cut .reviews-intro h2{font-size:36px!important}.reviews-cut .reviews-family,.reviews-cut .reviews-track .review-card:nth-child(n+4){display:none!important}.assurance-section-cut{padding:48px var(--mobile-gutter)!important}.assurance-section-cut .assurance-intro h2{font-size:36px!important}.assurance-section-cut .assurance-card{padding:16px!important}.assurance-section-cut .assurance-card h3{font-size:22px!important}.assurance-section-cut .assurance-card p{font-size:13px!important;line-height:1.42!important}.finale-cut .finale-copy{padding:44px var(--mobile-gutter) 50px!important}.finale-cut .finale-copy h2{font-size:40px!important;line-height:1!important}.finale-cut .finale-copy p{font-size:15px!important}}@media(max-width:390px){.hero-copy-cut h1{font-size:40px!important}.trust-facts-cut{grid-template-columns:1fr}.trust-facts-cut span{min-height:62px}}.library-book-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:24px;gap:24px;margin:30px 0;padding:20px 24px;border:1px solid rgba(20,32,51,.1);border-radius:20px;background:#f7f0e4}.library-book-note strong{font-family:Georgia,Times New Roman,serif;font-size:22px}.library-book-note p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.library-book-note a{font-weight:850;white-space:nowrap}.trust-facts-cut span{justify-content:flex-start;min-height:112px;padding:20px;box-shadow:0 10px 26px rgba(20,32,51,.045);transition:transform .2s ease,box-shadow .2s ease}.trust-facts-cut span:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(20,32,51,.08)}.trust-facts-cut b{margin-bottom:7px;font-size:18px}.trust-more-button{align-self:flex-start;margin-top:6px;background:var(--ink);color:#fff}.story-teaser-minimal .story-teaser-copy p{margin:14px 0 28px;font-size:20px}.offers-minimal .offers-head h2{margin:0}.offers-minimal .offer-grid article{padding:14px 14px 22px}.offers-minimal .offer-grid h3{font-size:34px}.offers-minimal .offer-main-name{font-size:clamp(38px,4vw,58px);letter-spacing:.02em}.gift-minimal .gift-copy h2{max-width:620px}.social-home{padding:72px 4vw;background:#172437;color:#fff}.social-home .social-compact{max-width:1400px;margin:0 auto;padding:0;border:0}.social-home .social-compact p{font-family:Georgia,Times New Roman,serif;font-size:clamp(32px,4vw,58px);font-weight:500;letter-spacing:-.035em}.social-home .social-button{width:54px;height:54px}.assurance-card-top,.assurance-logos,.payment-marks{justify-content:flex-start}.assurance-card .payment-marks span{border-radius:12px;min-height:46px;padding:0 16px}.assurance-card .installment-logos{justify-content:flex-start}.assurance-index{display:none}@media(max-width:900px){.parent-relief{display:grid!important;min-height:0!important}.relief-media{min-height:0!important;aspect-ratio:4/3}.relief-copy{padding:48px var(--mobile-gutter)!important}.relief-copy h2{font-size:38px!important;line-height:1!important}.relief-grid{grid-template-columns:1fr!important}.library-book-note{grid-template-columns:1fr;gap:10px;padding:16px}.library-book-note strong{font-size:19px}.library-book-note a{white-space:normal}.story-teaser{display:grid!important;padding:48px var(--mobile-gutter)!important}.story-teaser-gallery{display:none!important}.story-teaser-copy h2{font-size:38px!important}.story-teaser-copy p{font-size:17px!important}.offers{display:block!important;padding:48px var(--mobile-gutter)!important}.offers-head h2{font-size:38px!important}.offer-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px}.offer-grid article{flex:0 0 84vw;scroll-snap-align:start}.offer-grid h3{font-size:30px!important}.gift{display:grid!important;grid-template-columns:1fr!important}.gift,.gift-media{min-height:0!important}.gift-media{display:block!important;aspect-ratio:4/3}.gift-copy{padding:48px var(--mobile-gutter)!important}.gift-copy h2{font-size:38px!important}.social-home{padding:48px var(--mobile-gutter)}.social-home .social-compact p{font-size:34px!important}}.mobile-only{display:none!important}@media (max-width:760px){.desktop-only{display:none!important}.mobile-only{display:block!important}.mobile-hide{display:none!important}.mobile-rail-wrap{position:relative;margin-top:22px}.mobile-rail-wrap .horizontal-rail-shell{position:relative}.mobile-rail-wrap [data-horizontal-rail]{display:flex!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 14vw 10px 0!important;margin-right:calc(var(--mobile-gutter) * -1)!important}.mobile-rail-wrap [data-horizontal-rail]::-webkit-scrollbar{display:none}.mobile-rail-wrap [data-horizontal-rail]>article{flex:0 0 84vw!important;width:84vw!important;max-width:340px!important;scroll-snap-align:start!important;box-sizing:border-box}.mobile-rail-wrap .horizontal-rail-controls{display:flex!important;justify-content:flex-end;gap:8px;margin-top:12px;opacity:1!important;visibility:visible!important}.mobile-rail-wrap .horizontal-rail-controls button{display:grid!important;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(20,32,51,.14);border-radius:50%;background:#fff;color:var(--ink);box-shadow:0 7px 18px rgba(20,32,51,.08)}.mobile-rail-wrap .horizontal-rail-controls button:disabled{opacity:.28}.mobile-rail-wrap .horizontal-rail-controls svg{width:10px;height:21px;fill:none;stroke:currentColor;stroke-width:2}.mobile-steps-rail article{min-height:176px;padding:22px;border:1px solid rgba(20,32,51,.1);border-radius:22px;background:rgba(255,255,255,.78)}.mobile-steps-rail article>span{display:block;margin-bottom:34px;font-size:12px;letter-spacing:.1em;color:var(--muted)}.mobile-steps-rail article>h3{margin:0;font-family:Georgia,serif;font-size:27px;line-height:1.06;letter-spacing:-.03em;color:var(--ink)}.mobile-trust-rail article{min-height:164px;padding:22px;border:1px solid rgba(20,32,51,.1);border-radius:22px;background:rgba(255,255,255,.76);display:flex;flex-direction:column;justify-content:space-between}.mobile-trust-rail h3{margin:0;font-family:Georgia,serif;font-size:25px;line-height:1.06;letter-spacing:-.03em}.mobile-trust-rail p{margin:18px 0 0;font-size:15px;line-height:1.4;color:var(--muted)}.trust-more-button{margin-top:18px}.offers-minimal{padding-bottom:66px!important}.mobile-offers-rail article{min-height:510px;padding:14px 14px 20px;border-radius:24px;background:#fff;border:1px solid rgba(20,32,51,.1);display:flex;flex-direction:column}.mobile-offers-rail .offer-image{position:relative!important;display:block!important;width:100%!important;aspect-ratio:4/3!important;margin:0 0 18px!important;border-radius:18px!important;overflow:hidden}.mobile-offers-rail h3{margin:0 0 8px!important;font-size:30px!important;line-height:1!important;overflow-wrap:anywhere}.mobile-offers-rail p{margin:0 0 14px!important;font-size:14px!important;line-height:1.45!important}.mobile-offers-rail .price{margin-top:auto!important;padding-top:14px!important;font-size:28px!important}.mobile-offers-rail .offer-link-button{width:100%;min-height:48px;margin-top:14px!important}.mobile-assurance-rail .assurance-card{min-height:315px!important;padding:22px!important;border-radius:22px!important}.mobile-assurance-rail .assurance-card h3{font-size:27px!important;line-height:1.02!important;margin:22px 0 12px!important}.mobile-assurance-rail .assurance-card p{font-size:15px!important;line-height:1.45!important;margin:0!important}.finale-cut{position:relative!important;display:block!important;min-height:620px!important;overflow:hidden!important}.finale-cut .finale-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;z-index:0!important}.finale-cut .finale-media img{object-fit:cover!important;object-position:center center!important}.finale-cut .finale-copy{position:relative!important;z-index:1!important;display:flex!important;align-items:flex-end!important;min-height:620px!important;padding:36px var(--mobile-gutter)!important;background:transparent!important;color:#fff!important}.finale-mobile-copy{width:min(100%,330px);padding:22px;border-radius:20px;background:rgba(20,32,51,.78)}.finale-mobile-copy h2{margin:0 0 12px!important;font-size:38px!important;line-height:.96!important;color:#fff!important}.finale-mobile-copy p{margin:0 0 14px!important;font-size:15px!important;line-height:1.4!important;color:rgba(255,255,255,.86)!important}.finale-mobile-copy strong{display:block;margin-bottom:18px;font-size:28px;line-height:1;color:#fff}.finale-mobile-copy .cta{width:100%}.site-footer{padding:42px var(--mobile-gutter) 22px!important}.mobile-footer{display:block!important}.mobile-footer-accordion{border-top:1px solid rgba(255,255,255,.16)}.mobile-footer-accordion details{border-bottom:1px solid rgba(255,255,255,.16)}.mobile-footer-accordion summary{position:relative;cursor:pointer;list-style:none;padding:19px 34px 19px 0;color:#fff;font-size:14px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.mobile-footer-accordion summary::-webkit-details-marker{display:none}.mobile-footer-accordion summary:after{content:"+";position:absolute;right:2px;top:50%;transform:translateY(-50%);font-size:22px;font-weight:300;color:rgba(255,255,255,.75)}.mobile-footer-accordion details[open] summary:after{content:"−"}.mobile-footer-accordion details>div{display:flex;flex-direction:column;gap:12px;padding:0 0 18px;color:rgba(255,255,255,.68);font-size:13px;line-height:1.4}.mobile-footer-brand{padding-top:34px}.mobile-footer-brand .brand-logo{width:132px!important;height:auto!important;margin-bottom:18px}.mobile-footer-brand p{margin:0 0 7px;color:#fff;font-size:14px;font-weight:700}.mobile-footer-brand span{font-size:13px;line-height:1.5;color:rgba(255,255,255,.62)}.site-footer .footer-bottom{margin-top:26px!important;padding-top:16px!important}}@media (max-width:390px){.mobile-rail-wrap [data-horizontal-rail]>article{flex-basis:86vw!important;width:86vw!important}.mobile-steps-rail article>h3{font-size:25px}.finale-cut,.finale-cut .finale-copy{min-height:590px!important}.finale-mobile-copy h2{font-size:35px!important}}@media (min-width:761px){.assurance-shell>.desktop-only,.finale-copy>.desktop-only{display:contents}}@media (max-width:760px){body,html{width:100%;max-width:100%;overflow-x:hidden}main{width:100%;overflow-x:clip}.hero{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:auto auto!important;min-height:0!important;background:#f4efe6!important}.hero-media{grid-row:1!important;position:relative!important;inset:auto!important;width:100%!important;height:auto!important;aspect-ratio:4/5!important;overflow:hidden!important}.hero-media picture{position:absolute!important;inset:0!important;display:block!important}.hero-media img{object-fit:cover!important;object-position:68% 50%!important}.hero-copy{grid-row:2!important;position:relative!important;width:100%!important;margin:0!important;padding:28px 18px 48px!important;background:#f4efe6!important;color:var(--ink)!important}.hero-copy .eyebrow{font-size:11px!important;line-height:1.35!important;margin-bottom:12px!important}.hero h1{font-size:clamp(40px,11.4vw,48px)!important;line-height:.94!important;margin-bottom:16px!important}.hero .lead{font-size:15px!important;line-height:1.48!important}.hero-actions{grid-template-columns:1fr!important}.hero-actions .cta{width:100%!important}.how{overflow:hidden!important}.interactive-book{width:100%!important;max-width:100%!important;margin:0!important;padding:0 16px 30px!important;box-sizing:border-box!important}.interactive-book .book-surface{display:block!important;position:relative!important;width:100%!important;aspect-ratio:4/3!important;min-height:0!important;transform:none!important;border-radius:18px!important;overflow:hidden!important}.interactive-book-picture,.interactive-book-picture img{display:block!important;width:100%!important;height:100%!important}.interactive-book-picture img{object-fit:contain!important;object-position:center!important}.mobile-book-pages-shell{display:none!important}.interactive-book .audio-point{transform:translate(-50%,-50%) scale(.75)!important}.offers-minimal{overflow:hidden!important;padding-bottom:52px!important}.offers-minimal .offer-grid{display:flex!important;grid-template-columns:none!important;gap:12px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding:0 16vw 12px 0!important;margin-right:-16px!important}.offers-minimal .offer-grid::-webkit-scrollbar{display:none!important}.offers-minimal .offer-grid>article{display:flex!important;flex:0 0 82vw!important;width:82vw!important;max-width:330px!important;min-height:0!important;scroll-snap-align:start!important;padding:14px 14px 20px!important;border-radius:22px!important}.offers-minimal .offer-image{width:100%!important;aspect-ratio:4/3!important;min-height:0!important;margin:0 0 16px!important;border-radius:16px!important}.offers-minimal .offer-grid h3{font-size:28px!important;line-height:1!important}.offers-minimal .offer-grid p{font-size:14px!important;line-height:1.42!important}.offers-minimal .offers-head{position:relative!important;padding-right:38px!important}.offers-minimal .offers-head:after{content:"→";position:absolute;right:2px;bottom:4px;font-size:25px;color:rgba(20,32,51,.55)}.assurance-section{overflow:hidden!important;padding-bottom:44px!important}.mobile-assurance-rail .assurance-card{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;min-height:220px!important;height:auto!important;padding:18px!important}.mobile-assurance-rail .assurance-card-top{min-height:38px!important;height:38px!important;margin:0 0 14px!important;display:flex!important;align-items:center!important}.mobile-assurance-rail .assurance-logos,.mobile-assurance-rail .installment-logos,.mobile-assurance-rail .payment-marks{min-height:0!important;height:34px!important;gap:8px!important;align-items:center!important}.mobile-assurance-rail .service-badge{height:32px!important;min-height:0!important;padding:3px 8px!important}.mobile-assurance-rail .installment-logo{height:28px!important;min-height:0!important}.mobile-assurance-rail .assurance-card h3{margin:4px 0 10px!important;font-size:24px!important;line-height:1.04!important}.mobile-assurance-rail .assurance-card p{font-size:14px!important;line-height:1.4!important}.finale-cut{position:relative!important;display:block!important;min-height:560px!important;overflow:hidden!important}.finale-cut .finale-media{width:100%!important;height:100%!important;z-index:0!important}.finale-cut .finale-media,.finale-cut .finale-media picture{display:block!important;position:absolute!important;inset:0!important}.finale-cut .finale-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:54% center!important}.finale-cut .finale-copy{position:relative!important;z-index:1!important;min-height:560px!important;display:flex!important;align-items:flex-end!important;padding:20px 16px!important;background:transparent!important}.finale-mobile-copy{width:100%!important;max-width:330px!important;padding:18px!important;border-radius:18px!important;background:rgba(20,32,51,.84)!important}.finale-mobile-copy h2{font-size:34px!important}.site-footer>.footer-top{display:none!important}.site-footer>.mobile-footer{display:block!important}.site-footer{padding:30px 16px 18px!important}.mobile-footer-accordion summary{padding:16px 32px 16px 0!important;font-size:13px!important}.mobile-footer-brand{padding-top:24px!important}.mobile-footer-brand .brand-logo{width:112px!important;margin-bottom:12px!important}.mobile-footer-brand p{font-size:13px!important}.mobile-footer-brand span{font-size:12px!important;line-height:1.45!important}.site-footer .footer-bottom{margin-top:20px!important;padding-top:14px!important}}@media (max-width:390px){.hero-media{aspect-ratio:3/4!important}.hero-media img{object-position:67% 50%!important}.offers-minimal .offer-grid>article{flex-basis:84vw!important;width:84vw!important}}@media (max-width:760px){.site-footer>.footer-top.desktop-only{display:none!important}.site-footer>.mobile-footer.mobile-only{display:block!important}.mobile-footer-accordion details>div{overflow:visible!important;max-height:none!important}.hero-media{aspect-ratio:1/1!important;min-height:0!important}.hero-media img{object-fit:cover!important;object-position:100% 50%!important}.hero-copy{overflow:visible!important}.hero-copy .eyebrow,.hero-copy .lead,.hero-copy h1{max-width:100%!important;overflow:visible!important;word-break:normal!important;overflow-wrap:break-word!important}.offer-grid,[data-horizontal-rail]{touch-action:pan-x!important;-webkit-user-select:none;scroll-behavior:smooth}.horizontal-rail-shell,.mobile-rail-wrap{min-width:0!important;max-width:100%!important;overflow:visible!important}.mobile-rail-wrap [data-horizontal-rail]{width:auto!important;max-width:none!important;pointer-events:auto!important}.mobile-rail-wrap [data-horizontal-rail]>article{min-width:78vw!important;max-width:78vw!important;flex:0 0 78vw!important}.horizontal-rail-controls{pointer-events:none!important}.horizontal-rail-controls button{pointer-events:auto!important}.how{padding-bottom:34px!important}.interactive-book{max-width:360px!important;margin:0 auto!important;padding:0 18px 18px!important}.interactive-book .book-surface{aspect-ratio:16/10!important;width:100%!important;max-height:250px!important}.interactive-book-picture img{object-fit:contain!important}.offers-minimal .offer-grid{display:flex!important;grid-template-columns:none!important}.offers-minimal .offer-grid>article{flex:0 0 78vw!important;width:78vw!important;max-width:310px!important}.mobile-assurance-rail .assurance-card{min-height:0!important;height:auto!important;padding:18px!important}.mobile-assurance-rail .assurance-card a{display:inline-flex!important;margin-top:14px!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important;color:var(--ink)!important}.mobile-assurance-rail .assurance-card-top{height:auto!important;min-height:34px!important;margin-bottom:12px!important}.finale-cut{min-height:0!important;aspect-ratio:4/5!important}.finale-cut .finale-media,.finale-cut .finale-media picture{position:absolute!important;inset:0!important}.finale-cut .finale-media img{object-fit:cover!important;object-position:center center!important}.finale-cut .finale-copy{min-height:0!important;display:block!important}.finale-cut .finale-copy,.finale-mobile-copy{position:absolute!important;inset:0!important;padding:0!important}.finale-mobile-copy{width:100%!important;max-width:none!important;background:transparent!important;border-radius:0!important;color:var(--ink)!important}.finale-mobile-copy h2{position:absolute!important;left:18px!important;top:22px!important;width:58%!important;margin:0!important;font-size:31px!important;line-height:.96!important;color:var(--ink)!important;text-shadow:0 1px 0 rgba(255,255,255,.35)!important}.finale-mobile-copy p,.finale-mobile-copy strong{display:none!important}.finale-mobile-copy .cta{position:absolute!important;right:18px!important;top:30%!important;width:auto!important;min-height:38px!important;padding:10px 14px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important}}@media (max-width:390px){.mobile-rail-wrap [data-horizontal-rail]>article{min-width:82vw!important;max-width:82vw!important;flex-basis:82vw!important}.offers-minimal .offer-grid>article{flex-basis:82vw!important;width:82vw!important}.finale-mobile-copy h2{font-size:28px!important;width:62%!important}}.hero-age{letter-spacing:.12em}.hero-concept strong{font-weight:800;color:inherit}@media (max-width:760px){.hero{grid-template-rows:auto auto!important}.hero-media{position:relative!important;inset:auto!important;width:100%!important;aspect-ratio:500/434!important;min-height:0!important;overflow:hidden!important;background:#e9dfd0!important}.hero-media picture{position:absolute!important;inset:0!important;display:block!important}.hero-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:100% 50%!important}.hero-copy{padding:24px 18px 42px!important;overflow:visible!important}.hero-copy .hero-age{font-size:12px!important;margin-bottom:10px!important}.hero-copy h1{max-width:100%!important;font-size:clamp(39px,10.8vw,46px)!important;line-height:.94!important;overflow:visible!important}.hero-copy .hero-concept{font-size:16px!important;line-height:1.55!important}.hero-copy .hero-concept strong{font-size:18px!important}.mobile-rail-wrap{width:100%!important;min-width:0!important;overflow:hidden!important}.mobile-rail-wrap .horizontal-rail-shell{display:block!important;position:relative!important;width:100%!important;min-width:0!important;overflow:visible!important}.mobile-rail-wrap [data-horizontal-rail]{display:flex!important;width:100%!important;max-width:100%!important;gap:12px!important;overflow-x:scroll!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important;padding:2px 18vw 12px 0!important;margin:0!important;scrollbar-width:none!important;pointer-events:auto!important}.mobile-rail-wrap [data-horizontal-rail]::-webkit-scrollbar{display:none!important}.mobile-rail-wrap [data-horizontal-rail]>article{flex:0 0 78vw!important;width:78vw!important;min-width:78vw!important;max-width:330px!important;scroll-snap-align:start!important;scroll-snap-stop:always!important}.mobile-rail-wrap .horizontal-rail-controls{display:flex!important;position:static!important;transform:none!important;justify-content:flex-end!important;gap:8px!important;margin-top:10px!important;pointer-events:none!important;opacity:1!important;visibility:visible!important}.mobile-rail-wrap .horizontal-rail-controls button{display:grid!important;pointer-events:auto!important}.how{overflow:visible!important}.interactive-book{display:block!important;width:100%!important;max-width:440px!important;margin:4px auto 0!important;padding:0 16px 18px!important;box-sizing:border-box!important}.interactive-book .book-surface{display:block!important;position:relative!important;width:100%!important;aspect-ratio:4/3!important;min-height:0!important;max-height:none!important;border-radius:16px!important;overflow:hidden!important;background:#fff!important}.interactive-book-picture{display:block!important;position:absolute!important;inset:0!important}.interactive-book-picture img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.interactive-book .audio-point{display:block!important;z-index:3!important;transform:translate(-50%,-50%) scale(.72)!important}.mobile-book-pages-shell{display:none!important}}@media (max-width:390px){.hero-media{aspect-ratio:500/434!important}.hero-media img{object-position:100% 50%!important}.mobile-rail-wrap [data-horizontal-rail]>article{flex-basis:82vw!important;width:82vw!important;min-width:82vw!important}}@media (max-width:760px){.how{display:block!important;overflow:visible!important;padding:48px 16px 34px!important}.how-copy{width:100%!important;max-width:none!important;padding:0!important}.how-copy>h2{font-size:clamp(34px,9vw,42px)!important;line-height:1!important;margin:0 0 20px!important}.mobile-steps-inline{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin:0 0 26px!important;padding:0!important;list-style:none!important}.mobile-steps-inline li{min-width:0;padding:12px 10px;border:1px solid rgba(20,32,51,.12);border-radius:14px;background:rgba(255,255,255,.72);font-size:12px;line-height:1.18;font-weight:650;color:var(--ink);overflow-wrap:anywhere}.mobile-steps-inline li span{display:block;margin-bottom:7px;font-size:10px;line-height:1;letter-spacing:.08em;color:var(--muted)}.interactive-book{width:calc(100% + 0px)!important;max-width:520px!important;margin:0 auto!important;padding:0!important;visibility:visible!important;opacity:1!important;overflow:visible!important}.interactive-book,.interactive-book .book-surface{display:block!important;position:relative!important}.interactive-book .book-surface{width:100%!important;height:auto!important;aspect-ratio:2048/1533!important;min-height:0!important;max-height:none!important;transform:none!important;overflow:hidden!important;border-radius:14px!important;background:#fff!important;box-shadow:0 16px 34px rgba(20,32,51,.12)!important}.interactive-book-picture{position:absolute!important;inset:0!important}.interactive-book-picture,.interactive-book-picture img{display:block!important;width:100%!important;height:100%!important}.interactive-book-picture img{object-fit:contain!important;object-position:center!important}.interactive-book .audio-point{display:block!important;pointer-events:auto!important;z-index:5!important;transform:translate(-50%,-50%) scale(.76)!important}.mobile-book-pages-shell{display:none!important}.mobile-assurance-rail .assurance-card{min-height:236px!important;padding:18px!important}.mobile-assurance-rail .assurance-card-top{min-height:44px!important;height:44px!important;display:flex!important;align-items:center!important;margin:0!important}.mobile-assurance-rail .assurance-logos,.mobile-assurance-rail .installment-logos,.mobile-assurance-rail .payment-marks{display:flex!important;align-items:center!important;gap:8px!important;height:44px!important;min-height:44px!important;flex-wrap:nowrap!important}.mobile-assurance-rail .installment-logo,.mobile-assurance-rail .payment-marks span,.mobile-assurance-rail .service-badge{display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:36px!important;min-width:72px!important;max-width:112px!important;padding:6px 10px!important;border:1px solid rgba(20,32,51,.12)!important;border-radius:10px!important;background:#fff!important;box-sizing:border-box!important;line-height:1!important;font-size:11px!important;white-space:nowrap!important}.mobile-assurance-rail .installment-logo img,.mobile-assurance-rail .service-badge img{display:block!important;width:100%!important;height:100%!important;max-width:92px!important;object-fit:contain!important}.mobile-assurance-rail .installment-logo-dolyame,.mobile-assurance-rail .installment-logo-tbank{min-width:84px!important}.mobile-assurance-rail .installment-logo-split{min-width:98px!important}.mobile-assurance-rail .assurance-card h3{margin:18px 0 9px!important;font-size:24px!important;line-height:1.02!important}.mobile-assurance-rail .assurance-card p{font-size:14px!important;line-height:1.35!important}.mobile-assurance-rail .assurance-card>a{margin-top:auto!important;padding-top:14px!important}.finale-cut{position:relative!important;display:block!important;min-height:0!important;aspect-ratio:4/5!important;overflow:hidden!important}.finale-cut .finale-media,.finale-cut .finale-media picture{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important}.finale-cut .finale-media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}.finale-cut .finale-copy{z-index:2!important;display:block!important;min-height:0!important}.finale-cut .finale-copy,.finale-mobile-copy{position:absolute!important;inset:0!important;padding:0!important;background:transparent!important}.finale-mobile-copy{width:100%!important;max-width:none!important;border:0!important;color:#fff!important}.finale-mobile-copy h2{position:absolute!important;left:18px!important;top:54px!important;width:70%!important;margin:0!important;font-size:clamp(31px,9.5vw,42px)!important;line-height:.94!important;color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.38)!important}.finale-mobile-copy p,.finale-mobile-copy strong{display:none!important}.finale-mobile-copy .cta{position:absolute!important;right:16px!important;top:32%!important;width:auto!important;min-height:40px!important;padding:11px 15px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;box-shadow:0 8px 24px rgba(0,0,0,.16)!important}.mobile-footer-signature{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:10px!important}.mobile-footer-signature .brand-logo{flex:0 0 auto!important;width:34px!important;height:34px!important;margin:0!important;color:var(--sand,#d9bd86)!important}.mobile-footer-signature p{margin:0!important;font-size:13px!important;line-height:1.28!important;color:#f0dfb7!important}.mobile-footer-brand>span{display:block!important;font-size:12px!important;line-height:1.45!important;color:rgba(255,255,255,.64)!important}}@media (max-width:390px){.mobile-steps-inline{gap:6px}.mobile-steps-inline li{padding:11px 8px;font-size:11px}.finale-mobile-copy h2{top:42px!important;width:72%!important}}@media (min-width:761px){.pen-cursor{transform:translate(-18%,-94%) rotate(14.2deg)!important}.reviews-shell .reviews-track{animation:v33ReviewsLoop 32s linear infinite!important}}@media (max-width:760px){.how{padding:42px 16px 30px!important}.how-copy>h2{font-size:clamp(30px,8.2vw,38px)!important;margin:0 0 16px!important}.mobile-steps-inline{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin:0 0 16px!important}.mobile-steps-inline li{padding:10px 8px!important;border-radius:12px!important;font-size:11px!important;line-height:1.16!important;font-weight:640!important}.mobile-steps-inline li span{margin-bottom:6px!important;font-size:9px!important}.interactive-book{margin:0 auto!important;padding:0 0 8px!important;max-width:100%!important;width:100%!important}.interactive-book .book-surface{width:100%!important;aspect-ratio:2048/1533!important;min-height:0!important;max-height:none!important;border-radius:16px!important;overflow:hidden!important}.interactive-book-picture{position:absolute!important;inset:0!important;display:block!important}.interactive-book-picture img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}.interactive-book .audio-point{display:block!important;z-index:6!important;pointer-events:auto!important}.interactive-hint{margin:10px auto 0!important;max-width:320px!important;font-size:11px!important}.review-card:nth-child(n+7),.reviews-cut .reviews-track .review-card:nth-child(n+4){display:flex!important}.reviews-shell{display:block!important}.reviews-marquee{overflow:hidden!important}.reviews-track{display:flex!important;width:max-content!important;gap:10px!important;padding:4px 0!important;animation:v33ReviewsLoop 28s linear infinite!important;will-change:transform!important}.reviews-shell.is-paused .reviews-track,.reviews-shell:focus-within .reviews-track{animation-play-state:paused!important}.review-card{flex:0 0 82vw!important;width:82vw!important;max-width:312px!important;min-height:172px!important;padding:18px!important}.finale-cut{aspect-ratio:4/5!important}.finale-mobile-copy h2{left:16px!important;top:60%!important;width:52%!important;font-size:clamp(28px,8.8vw,40px)!important;line-height:.94!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.34)!important}.finale-mobile-copy .cta{left:16px!important;right:auto!important;top:77%!important;min-height:40px!important;padding:11px 16px!important;font-size:12px!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important}.mobile-footer-signature{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;margin-bottom:0!important}.mobile-footer-copy{flex:1 1 auto!important;min-width:0!important}.mobile-footer-copy p{margin:0 0 8px!important;font-size:13px!important;line-height:1.28!important;color:#fff!important;font-weight:700!important}.mobile-footer-copy span{display:block!important;font-size:12px!important;line-height:1.45!important;color:rgba(255,255,255,.66)!important}.mobile-footer-signature .brand-logo{flex:0 0 auto!important;width:78px!important;height:28px!important;margin:0!important;color:var(--sand,#d9bd86)!important}}@media (max-width:390px){.mobile-steps-inline li{font-size:10px!important;padding:9px 7px!important}.finale-mobile-copy h2{top:59%!important;width:56%!important}.finale-mobile-copy .cta{top:77.5%!important}.mobile-footer-signature .brand-logo{width:72px!important;height:26px!important}}@media (max-width:760px){.finale-mobile-copy h2{left:16px!important;top:10%!important;width:74%!important;font-size:clamp(30px,8.2vw,42px)!important;line-height:.96!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.28)!important}.finale-mobile-copy .cta{left:auto!important;right:16px!important;top:27%!important;min-height:40px!important;padding:11px 16px!important}.mobile-footer-signature{padding-right:4px!important}.mobile-footer-signature .brand-logo{width:92px!important;height:32px!important;margin-right:8px!important;color:var(--sand,#d9bd86)!important}}@media (max-width:390px){.finale-mobile-copy h2{top:11%!important;width:76%!important;font-size:clamp(28px,8vw,38px)!important}.finale-mobile-copy .cta{top:28%!important;right:14px!important}.mobile-footer-signature .brand-logo{width:86px!important;height:30px!important;margin-right:6px!important}}@media (max-width:760px){.finale-mobile-copy h2{left:18px!important;top:8%!important;width:64%!important;max-width:250px!important;font-size:clamp(24px,6.6vw,31px)!important;line-height:.96!important;letter-spacing:-.02em!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.18)!important;z-index:3!important}.finale-mobile-copy .cta{right:18px!important;left:auto!important;top:21%!important;min-height:40px!important;padding:11px 16px!important;z-index:3!important}.mobile-footer-signature .brand-logo,.mobile-footer-signature .brand-logo.brand-logo-light{width:104px!important;height:36px!important;margin-right:16px!important;margin-left:0!important;color:#dec48a!important;opacity:1!important}}@media (max-width:390px){.finale-mobile-copy h2{top:8.5%!important;width:66%!important;max-width:232px!important;font-size:clamp(23px,6.4vw,29px)!important}.finale-mobile-copy .cta{top:21.5%!important;right:16px!important}.mobile-footer-signature .brand-logo,.mobile-footer-signature .brand-logo.brand-logo-light{width:96px!important;height:34px!important;margin-right:14px!important;color:#dec48a!important}}.hero-emphasis-spaced{display:inline-block;word-spacing:.18em;letter-spacing:.01em}.trust-tilt-card{border-radius:16px;transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden}.tilt-card-content{position:relative;z-index:2;height:100%}.trust-fact-card{display:flex;min-height:112px;flex-direction:column;justify-content:flex-start;padding:20px;border:1px solid rgba(20,32,51,.1);border-radius:16px;background:#fffaf1;color:var(--ink);box-shadow:0 10px 26px rgba(20,32,51,.045)}.trust-fact-card b{display:block;margin-bottom:7px;font-size:18px}.trust-fact-card span{display:block;font-size:14px;line-height:1.35}@media (min-width:761px){.trust-facts-cut{perspective:1400px}.trust-facts-cut .trust-tilt-card{box-shadow:0 0 0 rgba(0,0,0,0)}}@media (max-width:900px){.hero-emphasis-spaced{word-spacing:.22em;letter-spacing:.012em}.trust-fact-card{padding:13px;min-height:76px}.trust-fact-card b{font-size:15px}.trust-fact-card span{font-size:12px}}@media (max-width:760px){.hero-emphasis-spaced{word-spacing:.26em;letter-spacing:.014em}}@media (max-width:390px){.hero-emphasis-spaced{word-spacing:.3em}}@media (min-width:761px){.trust-facts-cut{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;margin-bottom:30px!important;align-items:stretch!important}.trust-fact-card,.trust-tilt-card{border-radius:18px!important}.trust-fact-card{min-height:96px!important;padding:18px 18px 16px!important;background:rgba(255,250,241,.96)!important;border:1px solid rgba(20,32,51,.08)!important;box-shadow:0 18px 42px rgba(20,32,51,.08),0 2px 10px rgba(20,32,51,.03)!important}.trust-fact-card b{margin-bottom:10px!important;font-size:22px!important;line-height:1.02!important;letter-spacing:-.025em!important;font-family:var(--font-sans),system-ui,sans-serif!important;font-weight:800!important;max-width:92%!important}.trust-fact-card span{font-size:15px!important;line-height:1.34!important;color:rgba(20,32,51,.76)!important;font-weight:520!important;max-width:88%!important}.trust-facts-cut .trust-tilt-card:hover .trust-fact-card{box-shadow:0 24px 54px rgba(20,32,51,.12),0 4px 14px rgba(20,32,51,.05)!important}}.hero-emphasis-spaced{word-spacing:.08em!important;letter-spacing:.01em!important}@media (max-width:900px){.hero-emphasis-spaced{word-spacing:.11em!important;letter-spacing:.012em!important}}@media (max-width:760px){.hero-emphasis-spaced{word-spacing:.13em!important;letter-spacing:.013em!important}}@media (max-width:390px){.hero-emphasis-spaced{word-spacing:.14em!important}}@media (min-width:761px){.trust-facts-cut{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important;margin:0 0 30px!important;align-items:stretch!important}.trust-tilt-card{display:block!important;border-radius:20px!important;overflow:visible!important}.trust-fact-card{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:10px!important;height:100%!important;min-height:148px!important;padding:22px 24px!important;border-radius:20px!important;background:#fffcf6!important;border:1px solid rgba(20,32,51,.08)!important;box-shadow:0 18px 44px rgba(20,32,51,.08),0 4px 16px rgba(20,32,51,.04)!important;color:var(--ink)!important}.trust-fact-card>b{font-size:20px!important;line-height:1.02!important;letter-spacing:-.025em!important;font-weight:800!important;max-width:95%!important;color:var(--ink)!important}.trust-fact-card>b,.trust-fact-card>span{display:block!important;margin:0!important}.trust-fact-card>span{min-height:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:15px!important;line-height:1.36!important;font-weight:520!important;color:rgba(20,32,51,.72)!important;max-width:90%!important}.trust-facts-cut .trust-tilt-card:hover .trust-fact-card{box-shadow:0 24px 56px rgba(20,32,51,.12),0 8px 20px rgba(20,32,51,.05)!important}.tilt-card-spotlight{border-radius:20px!important}}@media (max-width:760px){.finale-mobile-copy h2{left:18px!important;top:4.5%!important;width:70%!important;max-width:320px!important;font-size:clamp(34px,8.8vw,46px)!important;line-height:.92!important;letter-spacing:-.025em!important;color:#fff!important;text-shadow:0 3px 20px rgba(0,0,0,.22)!important;z-index:3!important}.finale-mobile-copy .cta{left:auto!important;right:18px!important;top:15.5%!important;min-height:42px!important;padding:12px 18px!important;font-size:12px!important;z-index:3!important}}@media (max-width:390px){.finale-mobile-copy h2{top:4.8%!important;width:72%!important;max-width:296px!important;font-size:clamp(31px,8.4vw,41px)!important}.finale-mobile-copy .cta{top:16.2%!important;right:16px!important}}@media (min-width:761px){.trust-facts-cut{grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-auto-rows:134px!important;gap:24px!important;align-items:stretch!important;margin:0 0 32px!important}.trust-tilt-card{display:block!important;width:100%!important;height:134px!important;min-height:134px!important;border-radius:20px!important;overflow:visible!important}.trust-fact-card,.trust-tilt-card .tilt-card-content{height:100%!important}.trust-fact-card{display:flex!important;width:100%!important;min-height:0!important;flex-direction:column!important;justify-content:flex-start!important;gap:10px!important;padding:21px 23px!important;border:1px solid rgba(20,32,51,.075)!important;border-radius:20px!important;background:#fffaf1!important;color:var(--ink)!important;box-shadow:0 22px 52px rgba(20,32,51,.105),0 6px 18px rgba(20,32,51,.045)!important}.trust-fact-card>b{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:20px!important;font-weight:800!important;line-height:1.06!important;letter-spacing:-.025em!important;color:var(--ink)!important}.trust-fact-card>b,.trust-fact-card>span{display:block!important;margin:0!important;max-width:100%!important}.trust-fact-card>span{min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;font-size:14px!important;font-weight:540!important;line-height:1.34!important;color:rgba(20,32,51,.68)!important}.trust-facts-cut .trust-tilt-card:hover .trust-fact-card{box-shadow:0 30px 68px rgba(20,32,51,.15),0 10px 24px rgba(20,32,51,.06)!important}.tilt-card-spotlight{border-radius:20px!important}.finale-desktop-minimal{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.finale-desktop-minimal h2{margin-bottom:30px!important}}.social-compact-list{align-items:center}.social-button{position:relative;overflow:visible}.social-tooltip{bottom:calc(100% + 11px);z-index:20;display:block;width:max-content;max-width:190px;padding:7px 10px;border-radius:9px;color:#172437;font-size:12px;font-weight:750;line-height:1;letter-spacing:0;white-space:nowrap;box-shadow:0 10px 26px rgba(0,0,0,.2);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.social-tooltip,.social-tooltip:after{position:absolute;left:50%;background:#fff}.social-tooltip:after{content:"";top:100%;width:8px;height:8px;transform:translate(-50%,-4px) rotate(45deg)}.social-button:focus .social-tooltip,.social-button:focus-visible .social-tooltip,.social-button:hover .social-tooltip{opacity:1;visibility:visible;transform:translate(-50%)}.social-button:focus-visible{outline:2px solid rgba(255,255,255,.95);outline-offset:4px}.reviews-shell:not(.is-visible) .reviews-track{animation-play-state:paused!important}.responsive-photo{position:absolute;inset:0;display:block}.hover-gallery-dots button,.hover-gallery-dots button.is-active{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;margin-inline:-13.2px}.assurance-card>a,.mobile-footer-accordion a{display:flex;align-items:center;min-height:44px}.finale-mobile-copy .cta,.library-shop-cta,.site-footer .brand-logo-footer{min-height:44px!important}.reviews-marquee:focus-visible,[data-horizontal-rail]:focus-visible{outline:2px solid var(--ink);outline-offset:4px}@media(max-width:760px){.interactive-book .audio-point{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;transform:translate(-50%,-50%)!important}.interactive-book .audio-point:after,.interactive-book .audio-point:before{width:11px!important;height:11px!important}}.offer-soon-badge{top:16px;right:16px}.story-teaser-minimal .story-teaser-copy .cta{margin-top:24px}@media (max-width:760px){.social-tooltip{bottom:calc(100% + 8px);font-size:11px}.offer-soon-badge{top:10px!important;right:10px!important}.finale-cut{position:relative!important}.finale-mobile-copy{inset:0!important;width:100%!important;padding:0!important;background:transparent!important;border:0!important;z-index:4!important}.finale-mobile-copy,.finale-mobile-copy h2{position:absolute!important;max-width:none!important}.finale-mobile-copy h2{left:18px!important;top:4.2%!important;width:86%!important;margin:0!important;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:clamp(40px,10vw,74px)!important;font-weight:900!important;line-height:.9!important;letter-spacing:-.05em!important;text-transform:uppercase!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.2)!important;z-index:5!important}.finale-mobile-copy .cta{position:absolute!important;left:auto!important;right:18px!important;top:20%!important;width:auto!important;min-height:46px!important;padding:12px 20px!important;border-radius:999px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;z-index:5!important;box-shadow:0 10px 26px rgba(0,0,0,.18)!important}}@media (max-width:520px){.finale-mobile-copy h2{top:4.8%!important;width:78%!important;font-size:clamp(34px,9.4vw,52px)!important}.finale-mobile-copy .cta{top:18.8%!important;right:16px!important;min-height:42px!important;padding:11px 18px!important;font-size:12px!important}}@media (max-width:430px){.finale-mobile-copy h2{top:5.2%!important;width:74%!important;font-size:clamp(30px,8.8vw,42px)!important;line-height:.92!important}.finale-mobile-copy .cta{top:17.4%!important;right:14px!important}}@media (max-width:390px){.finale-mobile-copy h2{left:16px!important;top:5.5%!important;width:73%!important;font-size:clamp(28px,8.5vw,38px)!important}.finale-mobile-copy .cta{top:16.8%!important;right:14px!important;padding:10px 16px!important}}@media (max-width:760px){.finale-mobile-copy h2{left:18px!important;top:1.6%!important;width:78%!important;max-width:320px!important;margin:0!important;font-family:Georgia,Times New Roman,serif!important;font-weight:400!important;font-size:clamp(38px,9.8vw,56px)!important;line-height:.9!important;letter-spacing:-.03em!important;text-transform:none!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.18)!important;z-index:6!important}.finale-mobile-copy .cta{right:18px!important;top:15.6%!important;z-index:6!important}}@media (max-width:520px){.finale-mobile-copy h2{top:1.2%!important;left:16px!important;width:80%!important;max-width:300px!important;font-size:clamp(34px,9.4vw,48px)!important}.finale-mobile-copy .cta{top:14.8%!important;right:16px!important}}@media (max-width:430px){.finale-mobile-copy h2{top:1%!important;width:80%!important;max-width:292px!important;font-size:clamp(32px,9vw,44px)!important}.finale-mobile-copy .cta{top:14.2%!important;right:14px!important}}@media (max-width:390px){.finale-mobile-copy h2{top:.8%!important;left:14px!important;width:81%!important;max-width:284px!important;font-size:clamp(30px,8.6vw,40px)!important}.finale-mobile-copy .cta{top:13.6%!important;right:12px!important}}@media (min-width:901px){.hero-copy .hero-concept{line-height:1.55!important}.hero-copy .hero-concept,.hero-copy .hero-concept strong{font-size:22.5px!important}}@media (min-width:761px){.relief-grid b{font-size:20px!important;line-height:1.22!important}.relief-grid p{font-size:17.5px!important;line-height:1.5!important}}@media (max-width:760px){.relief-grid b{font-size:20px!important;line-height:1.22!important}.relief-grid p{font-size:16px!important;line-height:1.5!important}.finale-mobile-copy h2{left:16px!important;top:10px!important;width:80%!important;max-width:320px!important;font-family:Georgia,Times New Roman,serif!important;font-weight:400!important;font-size:clamp(36px,9.4vw,52px)!important;line-height:.92!important;letter-spacing:-.03em!important;text-transform:none!important}.finale-mobile-copy .cta{right:16px!important;top:14.8%!important}}@media (max-width:430px){.finale-mobile-copy h2{left:14px!important;top:8px!important;width:81%!important;max-width:292px!important;font-size:clamp(31px,8.8vw,43px)!important}.finale-mobile-copy .cta{right:14px!important;top:14%!important}}@media (max-width:760px){.finale-cut{position:relative!important}.finale-cut>.finale-mobile-copy{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;max-width:none!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;z-index:12!important;pointer-events:none!important}.finale-cut>.finale-mobile-copy h2{position:absolute!important;left:16px!important;top:12px!important;width:66%!important;max-width:300px!important;margin:0!important;padding:0!important;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(34px,9.2vw,48px)!important;font-weight:400!important;line-height:.91!important;letter-spacing:-.03em!important;text-transform:none!important;color:#fff!important;text-shadow:0 3px 18px rgba(0,0,0,.2)!important;z-index:13!important}.finale-cut>.finale-mobile-copy .cta{position:absolute!important;left:auto!important;right:16px!important;top:19.5%!important;width:auto!important;min-height:42px!important;margin:0!important;padding:11px 17px!important;border-radius:999px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;z-index:13!important;pointer-events:auto!important;box-shadow:0 10px 24px rgba(0,0,0,.18)!important}}@media (max-width:430px){.finale-cut>.finale-mobile-copy h2{left:14px!important;top:10px!important;width:68%!important;max-width:282px!important;font-size:clamp(31px,8.8vw,42px)!important}.finale-cut>.finale-mobile-copy .cta{right:14px!important;top:19%!important}}@media (max-width:390px){.finale-cut>.finale-mobile-copy h2{left:12px!important;top:8px!important;width:70%!important;max-width:270px!important;font-size:clamp(29px,8.5vw,39px)!important}.finale-cut>.finale-mobile-copy .cta{right:12px!important;top:18.5%!important;padding:10px 15px!important}}.cookie-banner p a{display:inline-flex;align-items:center;min-height:44px}@media(max-width:760px){.mobile-rail-wrap .horizontal-rail-controls button{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important}.mobile-trust-rail>article{flex:0 0 calc(100vw - (2 * var(--mobile-gutter)))!important;width:calc(100vw - (2 * var(--mobile-gutter)))!important;min-width:calc(100vw - (2 * var(--mobile-gutter)))!important;max-width:none!important}.finale-cut>.finale-mobile-copy .cta{min-height:44px!important}}.library-book-note p{color:#686f69}@media(max-width:760px){.mobile-trust-rail p{color:#686f69}}@media(min-width:761px){.shop-page .hover-gallery-dots button,.shop-page .hover-gallery-dots button.is-active{margin-inline:0}}.checkout-form textarea{min-height:116px;resize:vertical}.consent{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;align-items:start!important;grid-gap:12px!important;gap:12px!important;padding-top:2px}.consent input{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;margin:2px 0 0!important;padding:0!important}.consent span{font-size:14px;font-weight:600!important;line-height:1.45!important}.order-card .order-line,.order-card .order-total{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.order-card .order-line>span{min-width:0;flex:1 1 auto}.order-card .order-line>b,.order-card .order-total strong:last-child{flex:0 0 auto;white-space:nowrap}.order-card hr{margin:16px 0}.order-card .order-total{font-size:22px}.checkout-steps{display:flex!important;flex-wrap:wrap;gap:0!important}.checkout-steps li{gap:0!important;font-size:11px!important}.checkout-steps li+li:before{content:"·";margin:0 9px;color:var(--line);font-size:18px;line-height:1}.checkout-steps span{display:none!important}@media(max-width:760px){.checkout-page .page-intro{margin-bottom:22px!important}.checkout-page .page-intro h1{font-size:clamp(42px,11vw,54px)!important;line-height:.94!important;margin-bottom:14px!important}.checkout-page .page-intro>p{font-size:17px!important;line-height:1.48!important}.checkout-steps{overflow:visible!important}.checkout-steps li{min-width:0!important;font-size:10px!important}.checkout-form textarea{min-height:104px!important}.consent{grid-template-columns:20px minmax(0,1fr)!important;gap:10px!important}.consent span{font-size:13px!important;line-height:1.42!important}.order-card .order-line{gap:10px}.order-card .order-line>span{font-size:15px;line-height:1.3}.order-card .order-line>b{font-size:16px}.order-card .order-total{font-size:20px}}@media(min-width:761px){.assurance-grid{align-items:stretch}.assurance-card{height:100%;box-sizing:border-box}.assurance-card-installment .assurance-card-top,.assurance-card-top{height:54px;min-height:54px;align-items:center}.assurance-logos,.installment-logos,.payment-marks{min-height:46px;align-items:center}}@media(max-width:760px){.interactive-book{max-width:420px!important;padding:0 16px 18px!important}.interactive-book .book-surface{display:none!important}.interactive-book .mobile-book-pages-shell{display:block!important}.interactive-book .mobile-book-pages{display:flex!important;gap:10px!important;width:100%!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important}.interactive-book .mobile-book-pages::-webkit-scrollbar{display:none!important}.interactive-book .mobile-book-page{position:relative!important;flex:0 0 100%!important;aspect-ratio:1024/1533!important;overflow:hidden!important;scroll-snap-align:center!important;scroll-snap-stop:always!important;border-radius:20px!important;background:#e7dece!important;box-shadow:0 18px 44px rgba(25,30,34,.12)!important}.interactive-book .mobile-book-page-picture{position:absolute!important;inset:0!important;display:block!important;overflow:hidden!important}.interactive-book .mobile-book-page-picture img{position:absolute!important;top:0!important;width:200%!important;height:100%!important;max-width:none!important;object-fit:cover!important}.interactive-book .mobile-book-page-left .mobile-book-page-picture img{left:0!important}.interactive-book .mobile-book-page-right .mobile-book-page-picture img{left:-100%!important}.interactive-book .mobile-book-page .audio-point{display:block!important;width:52px!important;height:52px!important;z-index:6!important;transform:translate(-50%,-50%)!important}.interactive-book .mobile-book-page .audio-point:after,.interactive-book .mobile-book-page .audio-point:before{width:19px!important;height:19px!important}.interactive-book .mobile-book-pagination{display:flex!important;justify-content:center!important;align-items:center!important;gap:2px!important;margin-top:7px!important}.interactive-book .mobile-book-pagination button{display:grid!important;place-items:center!important;width:44px!important;height:44px!important;padding:0!important;border:0!important;background:transparent!important;color:inherit!important;cursor:pointer!important}.interactive-book .mobile-book-pagination span{display:block!important;width:22px!important;height:3px!important;border-radius:999px!important;background:rgba(20,32,51,.2)!important}.interactive-book .mobile-book-pagination button.is-active span{width:32px!important;background:rgba(20,32,51,.72)!important}.finale-cut>.finale-mobile-copy h2{top:12px!important;width:76%!important;max-width:340px!important;font-size:clamp(42px,11vw,58px)!important;line-height:.9!important}.finale-cut>.finale-mobile-copy .cta{top:32%!important}main .book-track .hover-gallery,main .book-track[data-horizontal-rail]{touch-action:pan-x pan-y!important}.set-cut .case-image-frame{aspect-ratio:4/3!important}.set-cut .case-image-frame>img{transform:scale(1.08)!important;transform-origin:52% 58%!important}.mobile-trust-rail[data-horizontal-rail]{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important;grid-gap:10px!important;gap:10px!important;overflow:visible!important;padding:0!important;touch-action:auto!important}.mobile-trust-rail[data-horizontal-rail]>article{display:flex!important;width:auto!important;min-width:0!important;max-width:none!important;min-height:174px!important;flex:none!important;flex-direction:column!important;justify-content:flex-start!important;gap:8px!important;padding:18px!important;border:1px solid rgba(20,32,51,.09)!important;border-radius:18px!important;background:#fffaf1!important;box-shadow:0 14px 30px rgba(20,32,51,.07),0 2px 7px rgba(20,32,51,.035)!important}.mobile-trust-rail h3{margin:0!important;overflow-wrap:normal!important;font-size:clamp(20px,5.2vw,23px)!important;line-height:1.06!important;letter-spacing:-.025em!important}.mobile-trust-rail p{margin:0!important;font-size:14px!important;line-height:1.35!important;color:rgba(20,32,51,.67)!important}.mobile-trust-rail-shell .horizontal-rail-controls{display:none!important}}@media(min-width:480px) and (max-width:760px){.mobile-trust-rail[data-horizontal-rail]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-trust-rail[data-horizontal-rail]>article{min-height:154px!important}.mobile-trust-rail h3{font-size:clamp(18px,3.8vw,21px)!important}}@media(max-width:760px){.mobile-trust-rail[data-horizontal-rail]{display:flex!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;gap:12px!important;align-items:flex-start!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-padding-left:0!important;overscroll-behavior-x:contain!important;-webkit-overflow-scrolling:touch!important;padding:3px 18vw 14px 0!important;touch-action:pan-x pan-y!important}.mobile-trust-rail[data-horizontal-rail]>article{display:flex!important;flex:0 0 78vw!important;width:78vw!important;min-width:78vw!important;max-width:330px!important;min-height:112px!important;height:auto!important;flex-direction:column!important;justify-content:flex-start!important;gap:0!important;padding:22px!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;border:1px solid rgba(20,32,51,.09)!important;border-radius:20px!important;background:#fffaf1!important;box-shadow:0 18px 38px rgba(20,32,51,.075),0 3px 10px rgba(20,32,51,.035)!important}.mobile-trust-rail[data-horizontal-rail]>article:before{display:none!important}.mobile-trust-icon-tile{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;margin-bottom:22px;border:1px solid rgba(20,32,51,.09);border-radius:12px;background:#efe5d6;box-shadow:inset 0 0 0 7px #fffaf1;color:var(--terracotta)}.mobile-trust-icon-tile svg{width:21px;height:21px}.mobile-trust-icon-pages{transform:scale(.96)}.mobile-trust-icon-warranty{transform:scale(.86)}.mobile-trust-icon-voice{transform:scale(1.24)}.mobile-trust-icon-content{transform:scale(.9)}.mobile-trust-icon-pen{transform:scale(.92)}.mobile-trust-icon-sound{transform:scale(1)}.mobile-trust-rail h3{margin:0!important;overflow-wrap:normal!important;font-size:clamp(21px,6vw,25px)!important;line-height:1.05!important;letter-spacing:-.03em!important}.mobile-trust-rail p{margin:12px 0 0!important;font-size:14px!important;line-height:1.38!important;color:rgba(20,32,51,.67)!important}.mobile-trust-rail-shell .horizontal-rail-controls{display:flex!important}}