:root{--primary:#7f0005;--primary-dark:#6b0004;--primary-light:#9a0007;--primary-bg:#fff0f1;--text-primary:#1d1d1f;--text-body:#1a1a1a;--text-secondary:#595959;--text-tertiary:#767676;--text-inactive:#8c8c8c;--text-disabled:#bfbfbf;--bg-public:#fff;--bg-section-alt:#f5f5f7;--bg-card:#fff;--bg-dark:#1a1a1a;--bg-warm:#f7f5f3;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#f0f0f0;--gray-300:#e0e0e0;--ink-900:#262626;--border-subtle:#0000000f;--border-default:#ebebeb;--border-neutral:#d9d9d9;--site-dim:#00000059;--site-chip-bg:#f1f1f1;--site-pill-ghost-bg:#f3f3f3;--site-icon-circle:#8c8c8c;--site-white-60:#fff9;--primary-on-dark:#ef8a8e;--font-sans:"Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;--container:1200px;--gutter:24px;--header-h:80px;--section-y:160px;--radius-img:20px;--radius-banner:24px;--ease:cubic-bezier(.22,.61,.36,1);--touch-target:44px}@media (width<=1023px){:root{--header-h:56px;--section-y:80px;--gutter:20px}}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-public);word-break:keep-all;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased;margin:0;line-height:1.7}h1,h2,h3,h4{text-wrap:balance;margin:0}p{text-wrap:pretty;margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}img,video{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}figure,blockquote{margin:0}:focus-visible{outline:2px solid var(--text-primary);outline-offset:3px;border-radius:4px}.hero :focus-visible,.header--overlay :focus-visible,.banner :focus-visible{outline-color:var(--bg-public)}.skip-link{top:-100px;left:var(--gutter);z-index:55;background:var(--bg-public);color:var(--text-primary);padding:12px 20px;position:fixed}.skip-link:focus{top:12px}main{scroll-margin-top:var(--header-h)}.t-display{letter-spacing:-2px;font-size:96px;font-weight:300;line-height:1.1}.t-hero{letter-spacing:-1.6px;font-size:64px;font-weight:700;line-height:1.25}.t-h2{letter-spacing:-1.4px;font-size:56px;font-weight:700;line-height:1.2}.t-banner{letter-spacing:-.6px;font-size:32px;font-weight:700;line-height:1.4}.t-h3{letter-spacing:-.3px;font-size:22px;font-weight:700;line-height:1.45}.t-body-b{letter-spacing:-.2px;font-size:18px;font-weight:700;line-height:1.6}.t-body{font-size:16px;font-weight:400;line-height:1.7}.t-label{font-size:15px;font-weight:500;line-height:1.5}.t-link{font-size:15px;font-weight:400;line-height:1.5}.t-nav{font-size:17px;font-weight:500;line-height:1.4}.t-chip{font-size:14px;font-weight:500;line-height:1.4}.t-caption{font-size:13px;font-weight:400;line-height:1.5}@media (width<=1023px){.t-hero{letter-spacing:-.8px;font-size:36px;line-height:1.3}.t-h2{letter-spacing:-.6px;font-size:32px;line-height:1.25}.t-banner{letter-spacing:-.3px;font-size:22px}}.container{width:100%;max-width:calc(var(--container) + var(--gutter) * 2);padding:0 var(--gutter);margin:0 auto}.section{padding:var(--section-y) 0}.section--warm{background:var(--bg-warm)}.section__title{margin-bottom:72px}.section__title>.tlink{min-height:var(--touch-target);margin-top:24px}.section__lead{color:var(--text-secondary);max-width:720px;margin-top:24px}@media (width<=1023px){.section__title{margin-bottom:40px}.section__lead{margin-top:16px}}.grid{gap:48px;display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--asym{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.grid--asym>:nth-child(2){padding-top:40px}@media (width<=1023px){.grid{gap:40px}.grid--2,.grid--3,.grid--asym{grid-template-columns:1fr}.grid--asym>:nth-child(2){padding-top:0}}.stack{flex-direction:column;display:flex}.stack>.section__title{margin-bottom:0}.stack--80{gap:80px}.stack--96{gap:96px}.stack--48{gap:48px}.stack--24{gap:24px}@media (width<=1023px){.stack--80,.stack--96{gap:48px}}.muted{color:var(--text-secondary)}.faint{color:var(--text-tertiary)}.label-accent{color:var(--primary)}.label-muted{color:var(--text-tertiary)}.btn{white-space:nowrap;transition:transform .18s var(--ease), background-color .18s, color .18s, border-color .18s;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:500;line-height:1;display:inline-flex}.btn:active{transform:scale(.97)}.btn--lg{height:56px;padding:0 32px}.btn--md{height:44px;padding:0 22px}.btn--outline-white{color:#fff;border:1.5px solid #fff}.btn--outline-white:hover{background:#ffffff1f}.btn--filled-white{color:var(--text-primary);background:#fff}.btn--filled-white:hover{background:var(--gray-100)}.btn--filled-ink{color:#fff;background:var(--ink-900)}.btn--filled-ink:hover{background:#000}.btn--outline-ink{color:var(--text-primary);border:1.5px solid var(--text-primary)}.btn--outline-ink:hover{background:var(--gray-100)}.chip{background:var(--site-chip-bg);color:var(--text-secondary);border-radius:999px;padding:8px 14px;display:inline-flex}.chips{flex-wrap:wrap;gap:8px;display:flex}.tlink{color:var(--text-secondary);align-items:center;gap:8px;display:inline-flex}.tlink:hover .icircle{background:var(--text-primary)}.icircle{background:var(--site-icon-circle);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .18s;display:inline-flex}.icircle--28{width:28px;height:28px}.icircle--36{width:36px;height:36px}.icircle--ghost{background:#fff3}.icon{fill:currentColor;width:1em;height:1em;display:block}.header{z-index:50;height:var(--header-h);color:var(--text-primary);background:var(--bg-public);border-bottom:1px solid var(--border-default);transition:background-color .25s var(--ease), color .25s, border-color .25s;position:fixed;inset:0 0 auto}.header--overlay{color:#fff;background:0 0;border-bottom-color:#0000}.header__inner{justify-content:space-between;align-items:center;gap:24px;height:100%;display:flex}.header__logo img{width:auto;height:26px}.header__nav{white-space:nowrap;gap:clamp(20px,2.8vw,40px);display:flex}.header__nav a{padding:4px 0;position:relative}.header__nav a[aria-current=page]:after{content:"";background:currentColor;border-radius:1px;height:2px;position:absolute;bottom:-6px;left:0;right:0}.header--solid .header__nav a[aria-current=page]{color:var(--primary)}.header__util{align-items:center;gap:10px;display:inline-flex}.header__menu{justify-content:center;align-items:center;width:44px;height:44px;font-size:24px;display:none}.header__spacer{height:var(--header-h)}@media (width<=1023px){.header__logo img{height:22px}.header__nav,.header__util{display:none}.header__menu{display:inline-flex}}.sheet{z-index:60;background:var(--bg-public);color:var(--text-primary);width:100%;max-width:none;height:100%;max-height:none;padding:env(safe-area-inset-top,0px) var(--gutter) calc(32px + env(safe-area-inset-bottom,0px));border:0;flex-direction:column;margin:0;display:none;position:fixed;inset:0;overflow:auto}.sheet[open]{display:flex}.sheet__top{justify-content:space-between;align-items:center;height:56px;display:flex}.sheet__top img{height:22px}.sheet__nav a{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:18px 0;font-size:22px;font-weight:700;display:flex}.sheet__nav a[aria-current=page]{color:var(--primary)}.sheet__util{flex-direction:column;gap:16px;margin-top:32px;display:flex}.sheet__social{gap:12px;margin-top:8px;display:flex}.hero{background:var(--bg-dark);color:#fff;align-items:center;height:100svh;min-height:640px;display:flex;position:relative;overflow:hidden}.hero__media,.hero__media video,.hero__media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero__media{z-index:0}.hero__media video{opacity:0;z-index:0;transition:opacity .9s ease-in-out}.hero__media video.is-active{opacity:1;z-index:1}.hero__media img{animation:hero-poster-in .6s var(--ease) both}@keyframes hero-poster-in{0%{opacity:0;transform:scale(1.06)}to{opacity:1;transform:none}}.hero__dim{background:var(--site-dim);position:absolute;inset:0}.hero__inner{z-index:1;flex-direction:column;align-items:flex-start;gap:40px;display:flex;position:relative}.hero__headline{color:#fff;text-wrap:wrap;grid-template-columns:minmax(0,1fr);max-width:100%;display:grid}.hero__headline-reserve,.hero__headline-copy{grid-area:1/1;align-self:start;min-width:0}.hero__headline-reserve{visibility:hidden;pointer-events:none}.hero__line{display:block;position:relative}.hero__line-reserve,.hero__line-pending{visibility:hidden}.hero__line-typed{position:absolute;inset:0}.hero__headline .caret{position:relative}.hero__headline .caret:after{content:"";background:#fff;border-radius:2px;width:3px;height:.85em;animation:1s step-end infinite caret-blink;position:absolute;top:.1em;left:3px}@keyframes caret-blink{50%{opacity:0}}@media (width>=1024px){.hero--right .hero__inner{padding-left:calc(var(--gutter) + 50%)}}.hero__pager{z-index:1;color:var(--site-white-60);align-items:center;gap:28px;font-size:17px;font-weight:500;display:flex;position:absolute;bottom:56px;left:50%;transform:translate(-50%)}.hero__pager b{color:#fff;font-weight:500}.hero__pager span{white-space:nowrap}.hero__pager button{width:var(--touch-target);height:var(--touch-target);color:var(--bg-public);justify-content:center;align-items:center;display:inline-flex}.hero__pager button:hover{color:#fff}.hero__scroll{left:max(var(--gutter), calc((100% - var(--container)) / 2));z-index:1;min-height:var(--touch-target);color:var(--bg-card);white-space:nowrap;align-items:center;gap:8px;display:inline-flex;position:absolute;bottom:56px}.hero__scroll .icon{rotate:90deg}#learn-preview{scroll-margin-top:calc(var(--header-h) + 24px)}@media (width<=1023px){.hero{align-items:flex-end;height:100dvh;min-height:560px}.hero__inner{padding-top:calc(var(--header-h) + 28px);padding-bottom:calc(136px + env(safe-area-inset-bottom,0px));gap:28px}.hero__pager{bottom:calc(64px + env(safe-area-inset-bottom,0px));white-space:nowrap;gap:20px}.hero__scroll{left:50%;bottom:calc(8px + env(safe-area-inset-bottom,0px));transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.hero__media img,.hero__headline .caret{animation:none}html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.feature{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.feature__body{white-space:pre-line}.post{flex-direction:column;gap:20px;display:flex}.post>.tlink{margin-top:auto}.post__title{white-space:pre-line}.post__thumb{aspect-ratio:16/9;border-radius:var(--radius-img);background:var(--bg-warm);width:100%;overflow:hidden}.post__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.post-list,.post-row{row-gap:96px}.post-list{display:grid}@media (width>=1024px){.post-row{row-gap:20px}.post-row>.post{grid-row:span 6;grid-template-rows:subgrid;display:grid}.post-row>.post>*{align-self:start}.post-row .post>.t-label{grid-row:1}.post-row .post__title{grid-row:2}.post-row .post__thumb{grid-row:3}.post-row .post__summary{grid-row:4}.post-row .post>.chips{grid-row:5}.post-row .post>.tlink{grid-row:6}}.banner{border-radius:var(--radius-banner);color:#fff;background:var(--bg-dark);justify-content:space-between;align-items:center;gap:48px;min-height:360px;padding:0 96px;display:flex;position:relative;overflow:hidden}.banner__media{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.banner__dim{background:var(--site-dim);position:absolute;inset:0}.banner__title,.banner .btn{z-index:1;position:relative}.banner__title{white-space:pre-line}@media (width<=1023px){.banner{flex-direction:column;align-items:flex-start;gap:24px;min-height:0;padding:48px 28px 40px}}.footer{border-top:1px solid var(--border-default);padding:64px 0 80px}.footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:40px 48px;display:flex}.footer__left{flex-direction:column;gap:40px;display:flex}.footer__social{gap:14px;display:flex}.footer__social a,.sheet__social a{min-width:var(--touch-target);min-height:var(--touch-target)}.footer__right{max-width:100%;color:var(--text-secondary);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px 40px;display:flex}.footer__right>a{white-space:nowrap;flex:none}.footer__right a[data-strong]{color:var(--text-primary)}.footer__biz span{white-space:nowrap}.footer__biz span+span:before{content:" · "}@media (width<=1023px){.footer__biz span{display:block}.footer__biz span+span:before{content:none}}.pill-ghost{background:var(--site-pill-ghost-bg);color:var(--text-secondary);border-radius:999px;align-items:center;gap:24px;padding:10px 16px 10px 20px;display:inline-flex}.pill-ghost .icon{color:var(--text-primary)}@media (width<=1023px){.footer{padding:48px 0}.footer__inner{flex-direction:column;gap:28px}.footer__right{gap:12px 20px}.footer__left{order:2;gap:28px}}.hard{flex-direction:column;gap:12px;max-width:800px;display:flex}.quote{flex-direction:column;gap:16px;display:flex}.quote__text{white-space:pre-line}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:no-preference){.motion-pending{opacity:0}.btn,.pill-ghost,.footer__social a,.sheet__social a{transition:translate .2s var(--ease), transform .16s var(--ease), background-color .18s, color .18s, border-color .18s}.tlink .icircle,.pill-ghost .icon{transition:transform .2s var(--ease), background-color .18s}.pill-ghost:active,.footer__social a:active,.sheet__social a:active{transform:scale(.97)}}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.post__thumb:hover img{transform:scale(1.035)}.btn:hover,.pill-ghost:hover,.footer__social a:hover,.sheet__social a:hover{translate:0 -2px}.btn:active,.pill-ghost:active,.footer__social a:active,.sheet__social a:active{translate:0}.tlink:hover .icircle{transform:translate(3px)}.pill-ghost:hover .icon{transform:translate(2px,-2px)}}@media print{.motion-pending{opacity:1!important}}[data-theme=game-dark]{color-scheme:dark;--bg-public:var(--bg-dark);--bg-warm:var(--ink-900);--text-primary:var(--bg-card);--text-secondary:var(--text-disabled);--text-tertiary:var(--text-disabled);--primary:var(--primary-on-dark);--primary-bg:color-mix(in srgb, var(--primary-on-dark) 12%, var(--bg-dark));--border-default:color-mix(in srgb, var(--bg-card) 12%, transparent);--border-neutral:color-mix(in srgb, var(--bg-card) 24%, transparent);--site-chip-bg:color-mix(in srgb, var(--bg-card) 7%, var(--bg-dark));--site-pill-ghost-bg:var(--ink-900)}[data-theme=game-dark] .btn--filled-ink{background:var(--bg-card);color:var(--bg-dark)}[data-theme=game-dark] .btn--filled-ink:hover{background:var(--gray-300)}[data-theme=game-dark] .game-store__heading .t-label{color:var(--text-tertiary)}[data-theme=game-dark] .game-store__summary{background:var(--bg-warm)}[data-theme=game-dark] .game-gallery__choices img{background:var(--bg-dark)}.game-store__subtitle{color:var(--text-secondary);margin-top:16px;font-size:20px}.product-hero,.game-store,.checkout-page,.catalog-page{padding-top:96px}.product-grid{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.product-copy{flex-direction:column;gap:28px;display:flex}.product-copy .t-h2{font-size:clamp(36px,4vw,56px)}.action-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.book-scene{background:var(--bg-warm);border-radius:var(--radius-banner);place-items:center;min-height:610px;padding:48px;display:grid;overflow:hidden}.book-cover{aspect-ratio:3/4;background:var(--bg-public);width:min(100%,340px);color:var(--text-primary);border-left:8px solid var(--border-default);box-shadow:12px 20px 36px var(--border-subtle), 3px 3px 0 var(--border-neutral);flex-direction:column;padding:32px 30px;display:flex;transform:rotate(-7deg)}.book-cover__brand{font-size:13px;font-weight:600}.book-cover__title{letter-spacing:-1.5px;white-space:pre-line;margin-top:38px;font-size:clamp(28px,3vw,42px);font-weight:700;line-height:1.3}.book-cover__tones{color:var(--primary);white-space:nowrap;justify-content:space-between;margin:auto 0 14px;font-size:70px;line-height:1;display:flex}.book-cover__caption{font-size:12px;line-height:1.6}.book-cover--preparing{justify-content:space-between;position:relative}.book-cover__question{color:var(--primary);place-items:center;font-size:clamp(88px,12vw,144px);font-weight:600;line-height:1;display:grid;position:absolute;inset:0}.purchase-panel{border-top:1px solid var(--border-default);gap:18px;padding-top:24px;display:grid}.purchase-panel__row{justify-content:space-between;align-items:center;gap:16px;display:flex}.product-price{font-size:32px;font-weight:700;line-height:1.5}.quantity-label{align-items:center;gap:12px;font-size:14px;display:flex}.quantity-label select{min-height:var(--touch-target);border:1px solid var(--border-neutral);min-width:72px;color:var(--text-primary);background:var(--bg-public);font:inherit;border-radius:12px;padding:8px 12px}.purchase-panel__preview{justify-self:center;padding:10px}#preview{scroll-margin-top:var(--header-h)}.lesson-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.lesson-preview{background:var(--bg-public);border-radius:var(--radius-img);flex-direction:column;gap:24px;min-height:360px;padding:32px;display:flex}.preview-tones{text-align:center;grid-template-columns:1fr 1fr;gap:8px;font-size:38px;display:grid}.preview-tones span{background:var(--bg-warm);border-radius:12px;padding:12px}.preview-chinese{font-size:28px;line-height:1.5}.practice-line{border-block:1px solid var(--border-default);padding:20px 0;font-size:22px}.practice-checklist{color:var(--text-secondary);gap:16px;margin:0;padding-left:22px;display:grid}.simple-cta,.learning-links{background:var(--bg-warm);border-radius:var(--radius-banner);justify-content:space-between;align-items:center;gap:32px;padding:40px;display:flex}.simple-cta .t-h3,.learning-links .t-h3{margin-bottom:8px}.checkout-grid{grid-template-columns:minmax(0,1fr) 380px;align-items:start;gap:80px;display:grid}.checkout-fields{gap:48px;display:grid}.checkout-notice{background:var(--bg-warm);border-radius:16px;padding:24px;font-size:14px}.checkout-notice p{color:var(--text-secondary);margin-top:8px}.checkout-fields fieldset{border:0;gap:20px;margin:0;padding:0;display:grid}.checkout-fields legend{margin-bottom:24px;font-size:22px;font-weight:700}.checkout-fields label{gap:10px;font-size:15px;display:grid}.checkout-fields input:not([type=radio]){width:100%;min-height:52px;font:inherit;border:1px solid var(--border-neutral);background:var(--bg-public);color:var(--text-primary);border-radius:12px;padding:12px 16px}.payment-options{grid-template-columns:1fr 1fr;gap:16px;display:grid}.payment-options label{border:1px solid var(--border-neutral);border-radius:12px;align-items:center;padding:18px;display:flex}.payment-options input,.checkout-consent input{width:18px;height:18px;accent-color:var(--primary);flex-shrink:0}.order-summary{border-radius:var(--radius-banner);background:var(--bg-warm);gap:20px;padding:28px;display:grid}.book-scene--small{height:240px;min-height:0;padding:20px}.book-scene--small .book-cover{border-left-width:4px;width:138px;height:184px;padding:12px}.book-scene--small .book-cover__brand{font-size:7px}.book-scene--small .book-cover__title{letter-spacing:-.5px;margin-top:12px;font-size:18px}.book-scene--small .book-cover__tones{letter-spacing:3px;margin-bottom:4px;font-size:28px}.book-scene--small .book-cover__caption{font-size:6px}.book-scene--small .book-cover__question{font-size:56px}.order-total{border-top:1px solid var(--border-neutral);justify-content:space-between;align-items:center;gap:12px;padding:20px 0;display:flex}.order-total strong{font-size:24px}.checkout-consent{align-items:flex-start;gap:10px;padding-block:10px;font-size:13px;display:flex}.checkout-result{gap:24px;padding-block:40px;display:grid}.game-store__heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:48px;display:flex}.game-store__heading .t-h2{margin-top:16px;font-size:clamp(36px,4vw,52px)}.game-store__grid{grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:40px;display:grid}.game-gallery{flex-direction:column;gap:18px;min-width:0;display:flex}.game-gallery__stage{aspect-ratio:16/9;background:var(--bg-dark);border-radius:var(--radius-img);justify-content:center;display:flex;overflow:hidden}.game-gallery__stage video,.game-gallery__stage>img{object-fit:contain;width:100%;height:100%}.game-gallery__choices{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.game-gallery__choices button{border:1px solid var(--border-default);text-align:left;border-radius:12px;min-width:0;padding:4px}.game-gallery__choices button[aria-pressed=true]{border-color:var(--primary);background:var(--primary-bg)}.game-gallery__choices img{object-fit:contain;background:var(--bg-warm);border-radius:8px;width:100%;height:80px}.game-gallery__choices span{padding:8px 4px 4px;font-size:12px;line-height:1.5;display:block}.game-store__summary{background:var(--bg-warm);border-radius:var(--radius-banner);flex-direction:column;align-items:flex-start;gap:20px;padding:28px;display:flex}.game-store__friends{flex-shrink:0;width:100%;max-width:368px;height:auto;display:block}.game-store__summary>.btn{align-self:stretch}.game-facts{width:100%;margin:0;font-size:13px}.game-facts div{border-bottom:1px solid var(--border-default);justify-content:space-between;gap:12px;padding:10px 0;display:flex}.game-facts dt{color:var(--text-secondary)}.game-facts dd{text-align:right;margin:0}.game-details-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:96px;display:grid}.how-to-play{gap:28px;margin:0;padding-left:24px;display:grid}.how-to-play li{padding-left:8px}.how-to-play p{color:var(--text-secondary);margin-top:8px}.game-questions{align-content:start;gap:8px;display:grid}.game-questions>h2{margin-bottom:20px}.game-questions details{border-bottom:1px solid var(--border-default);padding:20px 0}.game-questions summary{cursor:pointer;padding:8px 0;font-weight:600}.game-questions details p{color:var(--text-secondary);padding:12px 0 0}.store-bottom{padding-bottom:var(--section-y)}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.catalog-card{flex-direction:column;gap:20px;min-width:0;display:flex}.catalog-card .book-scene{min-height:360px;padding:40px}.catalog-card .book-cover{width:210px;padding:22px}.catalog-card .book-cover__title{margin-top:22px;font-size:28px}.catalog-card .book-cover__tones{letter-spacing:2px;white-space:nowrap;font-size:32px}.catalog-card .book-cover__caption{font-size:9px}.catalog-card .product-price{margin-top:auto;font-size:24px}.catalog-card__copy{gap:10px;display:grid}.catalog-note{background:var(--bg-warm);color:var(--text-secondary);border-radius:16px;padding:20px 24px;font-size:14px}.book-cover--conversation{background:var(--ink-900);color:var(--bg-public)}.book-cover--conversation .book-cover__tones{color:var(--primary-on-dark)}.book-cover--tones{background:var(--primary-bg)}@media (width<=1023px){.product-hero,.game-store,.checkout-page,.catalog-page{padding-top:64px}.product-grid{grid-template-columns:1fr;gap:48px}.book-scene{min-height:440px;padding:36px}.book-cover{max-width:280px}.book-cover__title{font-size:36px}.book-cover__tones{font-size:56px}.lesson-preview-grid{grid-template-columns:1fr}.lesson-preview{min-height:0}.checkout-grid{grid-template-columns:1fr;gap:48px}.book-scene--small{min-height:0}.simple-cta,.learning-links{flex-direction:column;align-items:flex-start;padding:28px}.game-store__grid{grid-template-columns:1fr;gap:32px}.game-store__heading{flex-direction:column;align-items:flex-start;margin-bottom:32px}.game-details-grid{grid-template-columns:1fr;gap:56px}.game-gallery__choices{gap:6px}.game-gallery__choices img{height:64px}.game-gallery__choices span{font-size:11px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=639px){.catalog-grid{grid-template-columns:1fr;gap:56px}}@media (width<=374px){.book-scene{min-height:390px;padding:32px}.book-cover{padding:24px 18px}.book-cover__title{margin-top:26px;font-size:30px}.book-cover__tones{font-size:44px}.book-scene--small{min-height:0;padding:20px}.book-scene--small .book-cover{padding:12px}.book-scene--small .book-cover__title{margin-top:12px;font-size:18px}.book-scene--small .book-cover__tones{font-size:28px}.payment-options{grid-template-columns:1fr}.order-summary{padding:22px}.game-gallery__choices{grid-template-columns:1fr 1fr}}
