:root{--ink:#18141d;--ink-soft:#514958;--night:#17121f;--night-raised:#211a2a;--plum:#6d3154;--plum-deep:#4e213d;--coral:#ef6b4a;--coral-dark:#d95335;--gold:#c69a52;--gold-soft:#ead6ae;--ivory:#f6f1e8;--paper:#fffdf8;--cream:#eee5d7;--line:#2218271f;--line-dark:#ffffff1f;--success:#2d6d56;--error:#ae3127;--shadow:0 24px 70px #2316261f;--shadow-soft:0 12px 36px #23162614;--serif:"Noto Serif KR", "Nanum Myeongjo", "AppleMyungjo", Georgia, serif;--sans:"Pretendard Variable", Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);font-family:var(--sans);word-break:keep-all;-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.65}button,input,textarea,select{color:inherit;font:inherit}button,summary,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}button{cursor:pointer}:focus-visible{outline-offset:3px;outline:3px solid #ef6b4a9e}.skip-link{z-index:999;background:var(--paper);border-radius:8px;padding:12px 18px;font-weight:800;position:fixed;top:-100px;left:16px}.skip-link:focus{top:16px}.shell{width:100%;max-width:1180px;margin:0 auto;padding-left:28px;padding-right:28px}.demo-notice{background:var(--plum-deep);color:#ffffffd6;letter-spacing:-.01em;text-align:center;justify-content:center;align-items:center;gap:8px;min-height:34px;padding:7px 18px;font-size:12px;font-weight:650;display:flex}.demo-dot{background:#f4c777;border-radius:999px;width:7px;height:7px;animation:2.4s ease-in-out infinite pulse;box-shadow:0 0 0 5px #f4c7771a}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:40;background:#f6f1e8e6;border-bottom:1px solid #2a1d2c14;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:76px;display:flex}.brand{align-items:center;gap:12px;display:inline-flex}.brand-mark{background:var(--plum);color:#fff7e9;font-family:var(--serif);border:1px solid #ffffff38;border-radius:50% 50% 44% 56%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;display:inline-flex;transform:rotate(-5deg);box-shadow:inset 0 0 0 4px #ffffff14}.brand>span:last-child{flex-direction:column;display:flex}.brand strong{font-family:var(--serif);letter-spacing:-.04em;font-size:18px;line-height:1.2}.brand small{color:var(--ink-soft);letter-spacing:.02em;font-size:10px}.desktop-nav{align-items:center;gap:34px;display:flex}.desktop-nav a,.text-link{color:#423947;font-size:14px;font-weight:700;position:relative}.desktop-nav a:after{background:var(--coral);content:"";width:100%;height:2px;transition:transform .18s;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)scaleX(0)}.desktop-nav a:hover:after{transform:translate(-50%)scaleX(1)}.header-actions{align-items:center;gap:18px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:13px 22px;font-size:14px;font-weight:800;line-height:1.2;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{min-height:42px;padding:10px 18px}.button-large{min-height:56px;padding:16px 26px}.button-dark{background:var(--ink);color:#fff}.button-accent{background:var(--coral);color:#fff;box-shadow:0 12px 28px #ef6b4a40}.button-accent:hover{background:var(--coral-dark);box-shadow:0 15px 34px #ef6b4a57}.button-ghost{border-color:var(--line);background:0 0}.button-ghost:hover{background:var(--ink);color:#fff}.button-on-dark{color:#fff;background:#ffffff0f;border-color:#fff3}.button-full{width:100%}.button:disabled{cursor:not-allowed;opacity:.5;transform:none}.mobile-nav{display:none;position:relative}.mobile-nav summary{border:1px solid var(--line);cursor:pointer;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:800;list-style:none}.mobile-nav summary::-webkit-details-marker{display:none}.mobile-nav-panel{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:18px;gap:3px;min-width:190px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.mobile-nav-panel a{border-radius:10px;padding:10px 12px;font-size:14px;font-weight:750}.mobile-nav-panel a:hover{background:var(--ivory)}.modal-backdrop{z-index:100;background:#130e179e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.login-modal{background:var(--paper);border-radius:28px;width:100%;max-width:440px;padding:38px;position:relative;box-shadow:0 40px 110px #00000059}.login-modal h2{font-family:var(--serif);letter-spacing:-.055em;margin:8px 0 12px;font-size:29px;line-height:1.3}.login-modal>p{color:var(--ink-soft);font-size:14px}.modal-close{color:var(--ink-soft);background:0 0;border:0;padding:8px;font-size:13px;font-weight:800;position:absolute;top:18px;right:20px}.login-stack{gap:10px;margin-top:24px;display:grid}.login-provider{border:1px solid var(--line);border-radius:14px;justify-content:center;align-items:center;gap:12px;min-height:54px;font-weight:800;display:flex}.login-provider span{background:#00000014;border-radius:50%;justify-content:center;align-items:center;width:27px;height:27px;display:inline-flex}.login-provider.kakao{background:#fee500;border-color:#fee500}.login-provider.google{background:#fff}.inline-notice{background:#f4ede2;border-radius:12px;margin:14px 0 0;padding:11px 13px;color:#5b4a3f!important;font-size:13px!important}.plain-button{color:var(--ink-soft);text-underline-offset:4px;background:0 0;border:0;min-height:44px;margin:14px auto 0;font-size:13px;font-weight:700;text-decoration:underline;display:block}.hero{color:#fff;background:radial-gradient(circle at 75% 24%,#9f527b3d,#0000 30%),radial-gradient(circle at 20% 78%,#c69a521c,#0000 30%),linear-gradient(135deg,#17121f 0%,#1f1627 58%,#261a2d 100%);position:relative;overflow:hidden}.hero:before{content:"";opacity:.25;pointer-events:none;background-image:radial-gradient(#ffffff24 .7px,#0000 .7px);background-size:19px 19px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 70%);mask-image:linear-gradient(90deg,#000,#0000 70%)}.hero-grid{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(410px,.95fr);align-items:center;gap:76px;min-height:720px;padding-top:82px;padding-bottom:86px;display:grid;position:relative}.hero-kicker,.section-kicker{color:var(--plum);letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:850}.hero-kicker{color:var(--gold-soft);align-items:center;gap:9px;margin-bottom:22px;display:flex}.hero-copy h1{font-family:var(--serif);letter-spacing:-.075em;margin:0;font-size:clamp(46px,5.3vw,72px);font-weight:700;line-height:1.19}.hero-copy h1 em{color:#f3c777;font-style:normal;position:relative}.hero-copy h1 em:after{background:var(--coral);content:"";opacity:.8;width:calc(100% - 8px);height:3px;position:absolute;bottom:-4px;left:4px;transform:rotate(-1.5deg)}.hero-description{color:#ffffffb3;margin:26px 0 31px;font-size:18px;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.trust-row{gap:22px;margin:28px 0 0;padding:0;list-style:none;display:flex}.trust-row li{color:#fff9;padding-left:14px;font-size:12px;font-weight:700;position:relative}.trust-row li:before{background:var(--gold);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}.hero-visual{min-height:520px;position:relative}.compass-card{background:linear-gradient(145deg,#ffffff1f,#ffffff06),#ffffff0a;border:1px solid #ffffff26;border-radius:32px;min-height:470px;padding:28px;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 45px 100px #04020759}.compass-card:before{content:"";border:1px solid #ead6ae1c;border-radius:50%;width:450px;height:450px;position:absolute;top:-200px;right:-230px}.compass-card-head{justify-content:space-between;align-items:center;display:flex}.compass-card-head span{font-family:var(--serif);font-size:18px;font-weight:700}.compass-card-head small{color:#ffffff73;letter-spacing:.08em;font-size:10px}.compass-orbit{border:1px solid #ead6ae52;border-radius:50%;justify-content:center;align-items:center;width:208px;height:208px;margin:42px auto 34px;display:flex;position:relative}.compass-orbit:before,.compass-orbit:after{content:"";border:1px solid #ead6ae21;border-radius:50%;position:absolute;inset:20px}.compass-orbit:after{inset:-18px}.orbit-core{color:#2a1c2d;font-family:var(--serif);background:radial-gradient(circle at 30% 25%,#f4d69c,#b77d3e);border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;font-size:38px;display:flex;box-shadow:0 0 0 12px #c69a5214,0 18px 50px #00000042}.orbit-dot{background:var(--coral);border-radius:50%;width:9px;height:9px;position:absolute;box-shadow:0 0 0 7px #ef6b4a1f}.orbit-dot-one{top:25px;right:25px}.orbit-dot-two{bottom:-20px;left:90px}.compass-copy{border-left:2px solid var(--gold);padding-left:16px}.compass-copy p{color:#ffffff8f;margin-bottom:3px;font-size:12px}.compass-copy strong{font-family:var(--serif);letter-spacing:-.04em;font-size:20px}.compass-tags{flex-wrap:wrap;gap:7px;margin-top:23px;display:flex}.compass-tags span{color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff1a;border-radius:999px;padding:6px 10px;font-size:10px}.floating-proof{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--ink);background:#fffdf8f2;border-radius:16px;align-items:center;gap:12px;padding:15px 18px;display:flex;position:absolute;bottom:-12px;right:-38px;transform:rotate(-2deg);box-shadow:0 20px 60px #00000042}.floating-proof>span{color:var(--success);background:#dcefe5;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-weight:900;display:flex}.floating-proof p{flex-direction:column;margin:0;font-size:10px;line-height:1.5;display:flex}.floating-proof strong{font-size:12px}.constellation span{background:#fff;border-radius:50%;width:3px;height:3px;position:absolute;box-shadow:0 0 10px #fff9}.constellation span:first-child{top:70px;left:-18px}.constellation span:nth-child(2){top:12px;left:30px}.constellation span:nth-child(3){top:130px;right:-6px}.constellation span:nth-child(4){bottom:70px;left:-35px}.constellation span:nth-child(5){bottom:20px;right:40px}.quick-facts{background:var(--paper);border-bottom:1px solid var(--line)}.quick-facts-grid{grid-template-columns:repeat(3,1fr);display:grid}.quick-facts-grid>div{border-right:1px solid var(--line);align-items:center;gap:17px;min-height:116px;padding:24px 34px;display:flex}.quick-facts-grid>div:first-child{border-left:1px solid var(--line)}.quick-facts-grid span{color:var(--coral);font-family:var(--serif);font-size:12px;font-weight:700}.quick-facts-grid p{color:var(--ink-soft);flex-direction:column;margin:0;font-size:12px;display:flex}.quick-facts-grid strong{color:var(--ink);font-size:14px}.section{padding-top:120px;padding-bottom:120px}.section-light{background:var(--paper)}.section-heading{max-width:720px;margin-bottom:50px}.section-heading h2,.spotlight-copy h2,.final-cta h2,.inner-hero h1{font-family:var(--serif);letter-spacing:-.07em;margin:10px 0 16px;font-size:clamp(35px,4.2vw,54px);line-height:1.28}.section-heading>p,.spotlight-copy>p{color:var(--ink-soft);font-size:16px;line-height:1.8}.centered-heading{text-align:center;margin-left:auto;margin-right:auto}.process-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.process-card{background:#f5efe6;border:1px solid #0000;border-radius:26px;min-height:330px;padding:30px;position:relative}.featured-process{background:var(--plum);box-shadow:var(--shadow);color:#fff;transform:translateY(-16px)}.process-number{color:var(--coral);letter-spacing:.1em;font-size:11px;font-weight:900}.featured-process .process-number{color:#f5cb83}.process-symbol{color:var(--plum);font-family:var(--serif);border:1px solid #6d315433;border-radius:50%;justify-content:center;align-items:center;width:92px;height:92px;margin:38px 0 25px;font-size:32px;display:flex;position:relative}.process-symbol:after{content:"";border:1px dashed #6d315433;border-radius:50%;position:absolute;inset:-9px}.featured-process .process-symbol{color:#f4d69c;border-color:#ffffff59}.featured-process .process-symbol:after{border-color:#ffffff2e}.process-card h3{font-family:var(--serif);letter-spacing:-.045em;margin-bottom:10px;font-size:21px}.process-card p{color:var(--ink-soft);margin:0;font-size:14px}.featured-process p{color:#ffffffad}.product-spotlight{background:var(--ivory);overflow:hidden}.spotlight-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:90px;display:grid}.spotlight-copy>p{max-width:560px}.check-list{gap:12px;margin:30px 0 36px;padding:0;list-style:none;display:grid}.check-list li{align-items:center;gap:11px;font-size:15px;font-weight:700;display:flex}.check-list li span{color:var(--success);background:#e1efe8;border-radius:50%;flex:none;justify-content:center;align-items:center;width:23px;height:23px;font-size:11px;display:inline-flex}.spotlight-price{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:26px;display:flex}.spotlight-price>div{flex-direction:column;display:flex}.spotlight-price small{color:var(--ink-soft);font-size:11px}.spotlight-price strong{font-family:var(--serif);font-size:29px}.report-preview{padding:28px 55px 14px;position:relative}.report-preview:before{background:var(--plum);content:"";filter:blur();opacity:.92;border-radius:50%;width:410px;height:410px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.report-paper{background:linear-gradient(#89623b0a 1px, transparent 1px), var(--paper);z-index:1;background-size:100% 26px;border-radius:5px;min-height:550px;padding:44px 46px;position:relative;transform:rotate(2.5deg);box-shadow:0 35px 80px #2d1a2e47}.report-heading{border-bottom:1px solid #2218272e;justify-content:space-between;align-items:flex-end;padding-bottom:17px;display:flex}.report-heading span{color:var(--ink-soft);letter-spacing:.13em;font-size:8px}.report-heading strong{font-family:var(--serif);font-size:17px}.report-title{margin:55px 0 42px}.report-title small{color:var(--coral);font-size:11px;font-weight:850}.report-title h3{font-family:var(--serif);letter-spacing:-.06em;margin-top:8px;font-size:28px;line-height:1.4}.report-line{opacity:.76;background:#d9d1c7;border-radius:99px;width:82%;height:7px;margin-bottom:13px}.report-line.long{width:100%}.report-line.medium{width:64%}.report-callout{border-left:3px solid var(--coral);background:#f1e9dd;margin-top:40px;padding:18px 20px}.report-callout span{color:var(--plum);font-size:10px;font-weight:850}.report-callout p{font-family:var(--serif);margin:5px 0 0;font-size:15px;font-weight:700;line-height:1.65}.report-seal{color:#ad3127b8;font-family:var(--serif);border:2px solid #ad3127b3;justify-content:center;align-items:center;width:40px;height:40px;font-weight:800;display:flex;position:absolute;bottom:34px;right:42px;transform:rotate(-8deg)}.preview-caption{color:#ffffffb8;text-align:center;z-index:2;margin:28px 0 0;font-size:10px;position:relative}.principles-section{background:radial-gradient(circle at 10% 80%, #c69a5217, transparent 25%), var(--night);color:#fff}.light-kicker{color:#eacb91}.split-heading{grid-template-columns:1fr 1fr;align-items:flex-end;gap:90px;max-width:none;display:grid}.split-heading>p{color:#ffffff9e;padding-bottom:12px}.principles-grid{border-bottom:1px solid var(--line-dark);border-top:1px solid var(--line-dark);grid-template-columns:repeat(4,1fr);display:grid}.principles-grid article{border-right:1px solid var(--line-dark);min-height:280px;padding:32px 28px}.principles-grid article:first-child{border-left:1px solid var(--line-dark)}.principles-grid span{color:var(--coral);font-family:var(--serif);font-size:12px}.principles-grid h3{font-family:var(--serif);letter-spacing:-.04em;margin:75px 0 12px;font-size:20px}.principles-grid p{color:#ffffff8c;margin:0;font-size:13px}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{background:var(--ivory);border:1px solid var(--line);border-radius:24px;flex-direction:column;min-height:420px;padding:26px;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-5px)}.product-card-featured{background:radial-gradient(circle at 100% 0%, #ef6b4a30, transparent 30%), var(--plum);border-color:var(--plum);color:#fff}.product-card-top{justify-content:space-between;align-items:center;display:flex}.mini-badge{background:var(--paper);border:1px solid var(--line);color:var(--plum);border-radius:999px;padding:6px 10px;font-size:10px;font-weight:850}.product-orbit{border:1px solid #6d315442;border-radius:50%;width:34px;height:34px;position:relative}.product-orbit:after{background:var(--coral);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:-2px}.product-card-featured .product-orbit{border-color:#ffffff59}.card-eyebrow{font-weight:850;color:var(--coral)!important;margin:55px 0 9px!important;font-size:11px!important}.product-card h3{font-family:var(--serif);letter-spacing:-.045em;margin-bottom:14px;font-size:23px;line-height:1.4}.product-card>p{color:var(--ink-soft);font-size:13px;line-height:1.75}.product-card-featured>p{color:#ffffffad}.product-card-bottom{justify-content:space-between;align-items:center;margin-top:auto;padding-top:28px;display:flex}.product-card-bottom strong{font-family:var(--serif);font-size:20px}.product-card-featured .mini-badge{color:#fff;background:#ffffff17;border-color:#ffffff26}.product-card-featured .button-accent{box-shadow:none}.center-action{text-align:center;margin-top:34px}.text-arrow-link{border-bottom:1px solid var(--ink);gap:18px;padding:10px 2px;font-size:14px;font-weight:850;display:inline-flex}.faq-section{background:var(--ivory)}.faq-grid{grid-template-columns:.72fr 1.28fr;gap:100px;display:grid}.sticky-heading{align-self:start;position:sticky;top:130px}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-family:var(--serif);justify-content:space-between;align-items:center;min-height:88px;padding:20px 48px 20px 6px;font-size:19px;font-weight:700;list-style:none;display:flex;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{border:1px solid var(--line);content:"+";font-family:var(--sans);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:400;display:flex;position:absolute;right:6px}.faq-list details[open] summary:after{content:"−"}.faq-list details p{color:var(--ink-soft);margin:-2px 50px 28px 6px;font-size:14px;line-height:1.85}.final-cta{background:radial-gradient(circle at 50% 130%, #ef6b4a38, transparent 38%), var(--plum-deep);color:#fff;text-align:center;padding:110px 0;position:relative;overflow:hidden}.final-cta:before,.final-cta:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:430px;height:430px;position:absolute;top:-280px}.final-cta:before{left:-120px}.final-cta:after{right:-120px}.final-cta h2{margin:10px 0 18px}.final-cta p{color:#ffffff9e;margin-bottom:28px}.final-cta-inner{z-index:1;position:relative}.inner-hero{background:radial-gradient(circle at 85% 20%, #6d31542b, transparent 26%), var(--paper);border-bottom:1px solid var(--line);padding:88px 0 82px}.inner-hero-grid{grid-template-columns:1fr auto;align-items:end;gap:60px;display:grid}.inner-hero h1{margin-bottom:18px}.inner-hero p{color:var(--ink-soft);max-width:650px;margin:0;font-size:17px;line-height:1.8}.inner-hero-aside{flex-direction:column;align-items:flex-end;gap:7px;display:flex}.inner-hero-aside small{color:var(--ink-soft)}.inner-hero-aside strong{font-family:var(--serif);font-size:30px}.breadcrumb{color:var(--ink-soft);margin-bottom:19px;font-size:12px;font-weight:700}.breadcrumb a:hover{color:var(--coral)}.shop-section{padding:90px 0 120px}.shop-intro{justify-content:space-between;align-items:end;margin-bottom:34px;display:flex}.shop-intro p{color:var(--ink-soft);margin:0;font-size:13px}.coming-soon-panel{background:#eee5d7;border-radius:24px;justify-content:space-between;align-items:center;margin-top:24px;padding:26px 30px;display:flex}.coming-soon-panel h3{font-family:var(--serif);margin:0 0 5px}.coming-soon-panel p{color:var(--ink-soft);margin:0;font-size:13px}.product-detail{background:var(--paper);padding:78px 0 120px}.product-detail-grid{grid-template-columns:minmax(0,1fr) 390px;gap:68px;display:grid}.product-story h1{font-family:var(--serif);letter-spacing:-.07em;margin:12px 0 20px;font-size:clamp(37px,4.6vw,57px);line-height:1.28}.product-lede{color:var(--ink-soft);max-width:680px;font-size:18px;line-height:1.9}.product-quote{background:var(--ivory);border-left:4px solid var(--coral);font-family:var(--serif);margin:48px 0;padding:28px 30px;font-size:21px;font-weight:700;line-height:1.65}.detail-section{border-top:1px solid var(--line);padding:46px 0}.detail-section h2{font-family:var(--serif);letter-spacing:-.05em;margin-bottom:20px;font-size:27px}.deliverable-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.deliverable-item{background:var(--ivory);border-radius:16px;padding:20px}.deliverable-item span{color:var(--coral);font-size:11px;font-weight:850}.deliverable-item h3{font-family:var(--serif);margin:9px 0 5px;font-size:17px}.deliverable-item p{color:var(--ink-soft);margin:0;font-size:12px}.fit-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.fit-card{border:1px solid var(--line);border-radius:18px;padding:23px}.fit-card.good{background:#eef5f0;border-color:#2d6d562e}.fit-card.caution{background:#f7eee9;border-color:#ae312721}.fit-card strong{font-family:var(--serif);margin-bottom:12px;display:block}.fit-card ul{color:var(--ink-soft);margin:0;padding-left:20px;font-size:13px}.purchase-panel{background:var(--ivory);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:24px;align-self:start;padding:26px;position:sticky;top:112px}.purchase-panel .mini-badge{display:inline-block}.purchase-panel h2{font-family:var(--serif);margin:20px 0 8px;font-size:23px;line-height:1.45}.purchase-panel>p{color:var(--ink-soft);font-size:13px}.purchase-price{border-bottom:1px solid var(--line);border-top:1px solid var(--line);justify-content:space-between;align-items:end;margin:24px 0;padding:22px 0;display:flex}.purchase-price span{color:var(--ink-soft);font-size:12px}.purchase-price strong{font-family:var(--serif);font-size:28px}.purchase-facts{gap:12px;margin:22px 0;display:grid}.purchase-facts div{justify-content:space-between;font-size:12px;display:flex}.purchase-facts span{color:var(--ink-soft)}.purchase-note{color:var(--ink-soft);text-align:center;margin:14px 0 0;line-height:1.6;font-size:11px!important}.mobile-purchase-bar{display:none}.form-page{padding:70px 0 110px}.form-shell{max-width:860px}.progress-line{align-items:center;gap:11px;margin:26px 0 46px;display:flex}.progress-line span{color:var(--ink-soft);background:#e5dbcf;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:850;display:inline-flex}.progress-line span.active{background:var(--plum);color:#fff}.progress-line i{background:#ded3c5;width:42px;height:1px}.form-heading h1,.checkout-heading h1,.complete-hero h1,.orders-heading h1{font-family:var(--serif);letter-spacing:-.065em;margin:9px 0 14px;font-size:clamp(34px,4vw,48px);line-height:1.35}.form-heading>p,.checkout-heading>p,.orders-heading>p{color:var(--ink-soft)}.privacy-demo-note{color:#365648;background:#edf3ef;border:1px solid #2d6d5624;border-radius:15px;align-items:flex-start;gap:10px;margin:26px 0;padding:14px 16px;font-size:13px;display:flex}.intake-form{gap:18px;display:grid}.form-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;padding:30px}.form-card-head{align-items:start;gap:16px;margin-bottom:25px;display:flex}.form-card-head>span{background:var(--plum);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:850;display:flex}.form-card-head h2{font-family:var(--serif);margin:0 0 3px;font-size:21px}.form-card-head p{color:var(--ink-soft);margin:0;font-size:12px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.field{gap:8px;display:grid}.field-full{grid-column:1/-1}.field label,.field legend,.choice-label{font-size:13px;font-weight:800}.required{color:var(--coral-dark);margin-left:4px}.field input,.field textarea,.field select{background:#fff;border:1px solid #cfc4b7;border-radius:12px;width:100%;min-height:50px;padding:12px 14px}.field textarea{resize:vertical;min-height:130px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--plum);outline:0;box-shadow:0 0 0 3px #6d31541a}.field input[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:var(--error)}.field-help{color:var(--ink-soft);font-size:11px}.field-error{color:var(--error);font-size:12px;font-weight:700}.inline-options{flex-wrap:wrap;gap:8px;display:flex}.option-pill{position:relative}.option-pill input{opacity:0;width:1px;height:1px;position:absolute}.option-pill span,.concern-button{background:#fff;border:1px solid #cfc4b7;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:10px 17px;font-size:13px;font-weight:750;display:inline-flex}.option-pill input:checked+span,.concern-button[aria-pressed=true]{background:var(--plum);border-color:var(--plum);color:#fff}.option-pill input:focus-visible+span{outline-offset:3px;outline:3px solid #ef6b4a9e}.check-row{align-items:flex-start;gap:10px;display:flex}.check-row input{flex:none;width:19px;height:19px;margin-top:3px}.check-row label{color:var(--ink-soft);font-size:13px}.check-row label strong{color:var(--ink)}.form-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.sample-fill{color:var(--plum);text-underline-offset:4px;background:0 0;border:0;min-height:44px;font-size:13px;font-weight:800;text-decoration:underline}.checkout-page{padding:70px 0 120px}.checkout-grid{grid-template-columns:minmax(0,1fr) 370px;gap:30px;display:grid}.checkout-main{gap:18px;display:grid}.checkout-card,.summary-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:28px}.checkout-card h2,.summary-card h2{font-family:var(--serif);margin:0 0 20px;font-size:21px}.product-line{align-items:center;gap:18px;display:flex}.product-mini-art{background:var(--plum);color:#f2cc87;font-family:var(--serif);border-radius:18px;flex:none;justify-content:center;align-items:center;width:78px;height:78px;font-size:25px;display:flex}.product-line-copy{flex:1}.product-line-copy small{color:var(--ink-soft)}.product-line-copy strong{margin:2px 0;font-size:15px;display:block}.product-line-price{font-family:var(--serif);font-weight:800}.masked-data{background:var(--ivory);border-radius:14px;gap:10px;padding:18px;display:grid}.masked-data div{justify-content:space-between;font-size:13px;display:flex}.masked-data span{color:var(--ink-soft)}.edit-link{color:var(--plum);text-underline-offset:4px;margin-top:14px;font-size:12px;font-weight:850;text-decoration:underline;display:inline-flex}.payment-options{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.payment-option{text-align:left;background:#fff;border:1px solid #d2c7ba;border-radius:14px;min-height:82px;padding:12px;position:relative}.payment-option[aria-pressed=true]{border-color:var(--plum);box-shadow:0 0 0 2px #6d31541f}.payment-option strong{font-size:13px;display:block}.payment-option small{color:var(--ink-soft);font-size:10px}.payment-option.kakao-pay{background:#fff8c7}.payment-option:disabled{cursor:not-allowed;opacity:.7;background:#f0ece6}.review-gate{color:#6a6259;background:#e8e0d6;border-radius:999px;padding:3px 6px;font-size:8px;font-weight:850;position:absolute;top:7px;right:7px}.summary-card{position:sticky;top:112px}.price-breakdown{border-bottom:1px solid var(--line);gap:10px;margin-bottom:20px;padding-bottom:20px;display:grid}.price-breakdown div{justify-content:space-between;font-size:13px;display:flex}.price-total{justify-content:space-between;align-items:end;margin-bottom:20px;display:flex}.price-total span{font-weight:800}.price-total strong{color:var(--plum);font-family:var(--serif);font-size:28px}.consent-stack{gap:12px;margin:20px 0;display:grid}.consent-stack label{color:var(--ink-soft);font-size:12px}.consent-stack strong{color:var(--ink)}.summary-helper{color:var(--ink-soft);text-align:center;margin:13px 0 0;font-size:10px;line-height:1.65}.missing-data{color:#72402f;background:#fff0e6;border:1px solid #ef6b4a33;border-radius:14px;margin-bottom:18px;padding:14px 16px;font-size:13px}.complete-page{padding:82px 0 120px}.complete-shell{max-width:840px}.complete-hero{text-align:center}.complete-check{background:var(--success);color:#fff;border:8px solid #deeee6;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;margin:0 auto 22px;font-size:24px;font-weight:900;display:flex}.complete-hero p{color:var(--ink-soft);margin-bottom:30px}.order-number{background:var(--paper);border:1px solid var(--line);border-radius:999px;gap:9px;padding:9px 16px;font-size:12px;display:inline-flex}.order-number strong{color:var(--plum)}.status-timeline{background:var(--paper);border:1px solid var(--line);border-radius:24px;grid-template-columns:repeat(3,1fr);margin:42px 0 20px;display:grid;overflow:hidden}.status-step{text-align:center;min-height:180px;padding:26px;position:relative}.status-step:not(:last-child){border-right:1px solid var(--line)}.status-step span{background:#e7dfd5;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin:0 auto 18px;font-size:11px;font-weight:850;display:flex}.status-step.active span{background:var(--plum);color:#fff}.status-step h3{font-family:var(--serif);margin-bottom:7px;font-size:17px}.status-step p{color:var(--ink-soft);margin:0;font-size:11px}.calm-note{color:#365648;text-align:center;background:#eef5f0;border-radius:18px;margin:20px 0 30px;padding:19px 22px;font-size:13px}.complete-actions{justify-content:center;gap:10px;display:flex}.orders-page{padding:80px 0 120px}.orders-shell{max-width:860px}.order-list-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;margin-top:32px;padding:28px}.order-list-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.status-badge{color:var(--success);background:#e3efe8;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:850}.order-list-body{align-items:center;gap:18px;padding-top:22px;display:flex}.order-list-body>div:nth-child(2){flex:1}.order-list-body h2{font-family:var(--serif);margin:0 0 4px;font-size:18px}.order-list-body p{color:var(--ink-soft);margin:0;font-size:12px}.empty-orders{background:var(--paper);text-align:center;border:1px dashed #c7bbad;border-radius:22px;margin-top:32px;padding:60px 30px}.empty-orders h2{font-family:var(--serif);font-size:22px}.empty-orders p{color:var(--ink-soft);margin-bottom:22px;font-size:13px}.error-page{text-align:center;align-items:center;min-height:62vh;padding:70px 0;display:flex}.error-card{max-width:620px;margin:auto}.error-code{color:var(--coral);font-family:var(--serif);letter-spacing:.12em;font-size:13px;font-weight:850}.error-card h1{font-family:var(--serif);letter-spacing:-.06em;margin:10px 0 14px;font-size:40px}.error-card p{color:var(--ink-soft);margin-bottom:28px}.error-actions{justify-content:center;gap:10px;display:flex}.site-footer{color:#fff;background:#120e17;padding:76px 0 30px}.footer-grid{grid-template-columns:1.55fr .7fr 1.15fr 1.1fr;gap:54px;display:grid}.footer-brand .brand-mark{background:var(--plum)}.footer-brand small{color:#ffffff73}.footer-note{color:#ffffff7a;max-width:260px;margin:20px 0 0;font-size:12px}.footer-grid>div:not(:first-child){flex-direction:column;gap:10px;display:flex}.footer-grid>div>strong{margin-bottom:8px;font-size:12px}.footer-grid a,.footer-grid span{color:#ffffff78;font-size:11px}.footer-bottom{border-top:1px solid #ffffff17;justify-content:space-between;gap:30px;margin-top:60px;padding-top:24px;display:flex}.footer-bottom p{color:#ffffff59;margin:0;font-size:9px}@keyframes pulse{0%,to{opacity:.6;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media (max-width:980px){.desktop-nav{display:none}.mobile-nav{display:block}.hero-grid{grid-template-columns:1fr;gap:50px;padding-top:72px;padding-bottom:90px}.hero-copy{max-width:720px}.hero-visual{width:100%;max-width:540px;margin:0 auto}.quick-facts-grid{grid-template-columns:1fr}.quick-facts-grid>div,.quick-facts-grid>div:first-child{border-left:1px solid var(--line);border-right:1px solid var(--line)}.quick-facts-grid>div:not(:last-child){border-bottom:1px solid var(--line)}.process-grid,.product-grid{grid-template-columns:1fr}.process-card{min-height:auto}.featured-process{transform:none}.process-symbol{margin:28px 0 20px}.spotlight-grid{grid-template-columns:1fr;gap:60px}.report-preview{width:100%;max-width:600px;margin:auto}.principles-grid{grid-template-columns:1fr 1fr}.principles-grid article:nth-child(3){border-left:1px solid var(--line-dark)}.faq-grid{grid-template-columns:1fr;gap:30px}.sticky-heading{position:static}.product-detail-grid,.checkout-grid{grid-template-columns:1fr}.purchase-panel,.summary-card{position:static}.footer-grid{grid-template-columns:1.3fr .7fr}}@media (max-width:680px){body{font-size:15px}.shell{padding-left:20px;padding-right:20px}.demo-notice{font-size:10px}.header-inner{height:67px}.brand-mark{width:37px;height:37px}.brand strong{font-size:16px}.brand small{display:none}.header-actions{gap:7px}.header-actions .button-small{display:none}.desktop-only{display:none!important}.hero-grid{min-height:auto;padding-top:58px;padding-bottom:72px}.hero-copy h1{font-size:42px}.hero-description{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.trust-row{justify-content:space-between;gap:12px}.trust-row li{font-size:10px}.hero-visual{min-height:440px}.compass-card{min-height:410px;padding:23px}.compass-orbit{width:170px;height:170px;margin:35px auto 28px}.orbit-core{width:78px;height:78px;font-size:31px}.floating-proof{bottom:-17px;left:14px;right:14px}.quick-facts-grid>div{min-height:94px;padding:18px 20px}.section{padding-top:82px;padding-bottom:82px}.section-heading{margin-bottom:34px}.section-heading h2,.spotlight-copy h2,.final-cta h2,.inner-hero h1{font-size:35px}.process-card{padding:26px}.spotlight-price{flex-direction:column;align-items:stretch;gap:20px}.report-preview{padding:20px 17px 10px}.report-preview:before{width:310px;height:310px}.report-paper{min-height:480px;padding:32px 29px}.split-heading{grid-template-columns:1fr;gap:20px}.principles-grid{grid-template-columns:1fr}.principles-grid article,.principles-grid article:nth-child(3){border-left:1px solid var(--line-dark);min-height:210px}.principles-grid h3{margin-top:42px}.product-card{min-height:380px}.faq-list summary{font-size:17px}.final-cta{padding:82px 0}.inner-hero{padding:58px 0 55px}.inner-hero-grid{grid-template-columns:1fr;align-items:start;gap:28px}.inner-hero-aside{align-items:flex-start}.shop-section{padding:62px 0 90px}.shop-intro,.coming-soon-panel{flex-direction:column;align-items:flex-start;gap:16px}.product-detail{padding:54px 0 100px}.product-detail-grid{gap:34px}.product-story h1{font-size:39px}.product-lede{font-size:16px}.deliverable-grid,.fit-grid{grid-template-columns:1fr}.purchase-panel{display:none}.mobile-purchase-bar{-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px);border-top:1px solid var(--line);padding:12px 18px calc(12px + env(safe-area-inset-bottom));z-index:35;background:#fffdf8f0;justify-content:space-between;align-items:center;gap:14px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-purchase-bar div{flex-direction:column;display:flex}.mobile-purchase-bar small{color:var(--ink-soft);font-size:9px}.mobile-purchase-bar strong{font-family:var(--serif);font-size:19px}.mobile-purchase-bar .button{min-height:48px}.form-page,.checkout-page{padding:48px 0 100px}.form-card,.checkout-card,.summary-card{border-radius:18px;padding:22px 18px}.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.form-actions{flex-direction:column-reverse;align-items:stretch}.payment-options{grid-template-columns:1fr}.product-line{flex-wrap:wrap;align-items:flex-start}.product-line-price{margin-top:-27px;margin-left:96px}.status-timeline{grid-template-columns:1fr}.status-step{text-align:left;grid-template-columns:40px 1fr;align-items:center;gap:5px 14px;min-height:auto;padding:20px;display:grid}.status-step:not(:last-child){border-bottom:1px solid var(--line);border-right:0}.status-step span{grid-row:1/3;margin:0}.status-step h3,.status-step p{margin:0}.complete-actions,.error-actions{flex-direction:column;align-items:stretch}.order-list-body{flex-wrap:wrap;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr;gap:42px 22px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column}}.theme-v3 .form-page,.theme-v3 .checkout-page,.theme-v3 .complete-page,.theme-v3 .orders-page,.theme-v3 .error-page{color:#eee5d9;background:radial-gradient(circle at 88% 10%,#b88a4514,#0000 28%),linear-gradient(145deg,#0d0b09,#080706)}.theme-v3 .breadcrumb,.theme-v3 .breadcrumb a,.theme-v3 .form-heading>p,.theme-v3 .checkout-heading>p,.theme-v3 .orders-heading>p,.theme-v3 .complete-hero p,.theme-v3 .error-card p{color:#a69b8f}.theme-v3 .section-kicker{color:#b78f54}.theme-v3 .form-heading h1,.theme-v3 .checkout-heading h1,.theme-v3 .complete-hero h1,.theme-v3 .orders-heading h1,.theme-v3 .error-card h1{color:#eee5d9;letter-spacing:-.04em;font-weight:580}.theme-v3 .progress-line span{color:#93887d;background:#25201b;border:1px solid #d0ad7221}.theme-v3 .progress-line span.active{color:#120e0a;background:#b4884b}.theme-v3 .progress-line i{background:#d0ad7229}.theme-v3 .privacy-demo-note,.theme-v3 .calm-note{color:#b9cec5;background:#2b464047;border:1px solid #6f8c822e}.theme-v3 .form-card,.theme-v3 .checkout-card,.theme-v3 .summary-card,.theme-v3 .order-number,.theme-v3 .status-timeline,.theme-v3 .order-list-card,.theme-v3 .empty-orders{color:#e7ddcf;background:#171310eb;border-color:#d0ad7224;border-radius:14px;box-shadow:0 22px 58px #00000047}.theme-v3 .form-card-head>span,.theme-v3 .status-step.active span{color:#d4ad6d;background:#b88a4529;border:1px solid #d0ad723d}.theme-v3 .form-card-head h2,.theme-v3 .checkout-card h2,.theme-v3 .summary-card h2,.theme-v3 .status-step h3,.theme-v3 .order-list-body h2,.theme-v3 .empty-orders h2{color:#e8ded1;font-weight:580}.theme-v3 .form-card-head p,.theme-v3 .field-help,.theme-v3 .check-row label,.theme-v3 .consent-stack label,.theme-v3 .summary-helper,.theme-v3 .product-line-copy small,.theme-v3 .masked-data span,.theme-v3 .status-step p,.theme-v3 .order-list-body p,.theme-v3 .empty-orders p{color:#9d9287}.theme-v3 .field label,.theme-v3 .field legend,.theme-v3 .choice-label,.theme-v3 .check-row label strong,.theme-v3 .consent-stack strong{color:#d8cdbf}.theme-v3 .field input,.theme-v3 .field textarea,.theme-v3 .field select,.theme-v3 .option-pill span,.theme-v3 .concern-button{color:#e6dbce;background:#eee5d909;border-color:#d0ad722e;border-radius:8px}.theme-v3 .field input::placeholder,.theme-v3 .field textarea::placeholder{color:#91877c}.theme-v3 .field input:focus,.theme-v3 .field textarea:focus,.theme-v3 .field select:focus{border-color:#a98249;box-shadow:0 0 0 3px #b88a451c}.theme-v3 .option-pill input:checked+span,.theme-v3 .concern-button[aria-pressed=true]{color:#f0e6d9;background:#672b2db8;border-color:#d0ad7273}.theme-v3 .sample-fill,.theme-v3 .edit-link,.theme-v3 .order-number strong{color:#c59a5c}.theme-v3 .button{border-radius:8px}.theme-v3 .button-accent{color:#120e0a;background:#b4884b}.theme-v3 .button-accent:hover{background:#c9a365}.theme-v3 .button-ghost{color:#d6cbbd;background:#eee5d909;border-color:#d0ad7233}.theme-v3 .product-mini-art{color:#d2aa6b;background:linear-gradient(145deg,#5e2b2e,#17120f);border:1px solid #d0ad7233;border-radius:10px}.theme-v3 .masked-data{background:#09080685;border:1px solid #d0ad7217}.theme-v3 .payment-option{color:#e4d9cc;background:#eee5d909;border-color:#d0ad722b;border-radius:9px}.theme-v3 .payment-option[aria-pressed=true]{border-color:#b68c50;box-shadow:0 0 0 2px #b88a4521}.theme-v3 .payment-option.kakao-pay{color:#221f0c;background:#fee500d1;border-color:#fee500b3}.theme-v3 .payment-option small{color:inherit;opacity:.65}.theme-v3 .payment-option:disabled{opacity:.52;background:#211d19}.theme-v3 .review-gate{color:#a79d91;background:#373029}.theme-v3 .price-breakdown,.theme-v3 .order-list-head,.theme-v3 .status-step:not(:last-child){border-color:#d0ad7221}.theme-v3 .price-total strong{color:#d0a766}.theme-v3 .missing-data{color:#d9aba7;background:#672b2d45;border-color:#b2696233}.theme-v3 .complete-check{color:#f0e8dc;background:#4f7165;border-color:#678e812e}.theme-v3 .status-step span{color:#91877c;background:#25201b}.theme-v3 .status-badge{color:#9dc0b3;background:#4f71653d}.theme-v3 .empty-orders{border-style:dashed}.theme-v3 .error-code{color:#b88a45}@media (max-width:680px){.theme-v3 .form-card,.theme-v3 .checkout-card,.theme-v3 .summary-card,.theme-v3 .status-timeline,.theme-v3 .order-list-card,.theme-v3 .empty-orders{border-radius:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--v2-bg:#fff9f3;--v2-card:#fff;--v2-text:#241c2b;--v2-muted:#716878;--v2-violet:#6c4ff8;--v2-violet-dark:#4d32d5;--v2-coral:#ff7163;--v2-yellow:#ffd85a;--v2-mint:#ddf5e8;--v2-line:#eee7e2;--v2-shadow:0 18px 50px #4b325b17}html{scroll-padding-top:126px}body{background:var(--v2-bg);color:var(--v2-text);padding-bottom:0}.demo-notice{color:#fff;background:#4b3769;min-height:27px;font-size:11px}.demo-dot{background:var(--v2-yellow)}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--v2-line);background:#fffdf9f0;box-shadow:0 8px 26px #3623480a}.header-inner{min-height:68px}.brand-mark{background:linear-gradient(145deg,#7c5bf9,#ff7a68);box-shadow:0 7px 18px #6c4ff833}.brand strong{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.045em;font-size:18px;font-weight:900}.brand small{color:#8a808f}.desktop-nav a,.header-actions .text-link{color:#4f4654;font-size:14px;font-weight:760}.header-actions .button-dark{background:var(--v2-violet)}.header-actions .button-dark:hover{background:var(--v2-violet-dark)}.mobile-nav summary{border:1px solid var(--v2-line);color:var(--v2-text);background:#fff}.category-navigation{border-bottom:1px solid var(--v2-line);z-index:85;background:#fffffff5;position:sticky;top:68px}.category-navigation-inner{scrollbar-width:none;align-items:center;gap:8px;min-height:48px;display:flex;overflow-x:auto}.category-navigation-inner::-webkit-scrollbar{display:none}.category-navigation a{color:#655c68;border-radius:999px;flex:none;padding:8px 14px;font-size:13px;font-weight:820;transition:background .16s,color .16s}.category-navigation a:first-child,.category-navigation a:hover{color:var(--v2-violet-dark);background:#f0ecff}.v2-home{background:var(--v2-bg);color:var(--v2-text);overflow:hidden}.v2-home h1,.v2-home h2,.v2-home h3,.v2-home p{margin-top:0}.v2-hero{background:radial-gradient(circle at 12% 24%,#ffd85a5c,#0000 25%),radial-gradient(circle at 88% 15%,#6c4ff82e,#0000 29%),linear-gradient(155deg,#fffdf9 0%,#fff4ef 52%,#f3f1ff 100%);min-height:640px;padding:62px 0 72px;position:relative}.v2-hero:after{content:"";opacity:.35;pointer-events:none;background-image:radial-gradient(#6c4ff829 1px,#0000 1px);background-size:22px 22px;width:240px;height:220px;position:absolute;top:20px;right:-40px}.v2-hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,470px);align-items:center;gap:72px;display:grid}.v2-pill{letter-spacing:-.01em;border-radius:999px;align-items:center;min-height:32px;padding:7px 13px;font-size:12px;font-weight:900;display:inline-flex}.v2-pill-yellow{color:#6b5311;background:#fff0a7}.v2-pill-violet{color:var(--v2-violet-dark);background:#ece7ff}.v2-hero-copy h1{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.07em;margin:20px 0 22px;font-size:clamp(46px,5vw,66px);font-weight:920;line-height:1.11}.v2-hero-copy h1 em{color:var(--v2-violet);font-style:normal;position:relative}.v2-hero-copy h1 em:after{background:var(--v2-yellow);content:"";opacity:.55;z-index:-1;border-radius:999px;width:100%;height:9px;position:absolute;bottom:2px;left:0;transform:rotate(-1deg)}.v2-hero-copy>p{color:#655c69;margin-bottom:28px;font-size:18px;line-height:1.78}.v2-hero-actions{flex-wrap:wrap;gap:10px;display:flex}.v2-button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:11px;min-height:54px;padding:13px 22px;font-size:15px;font-weight:880;transition:box-shadow .17s,transform .17s,background .17s;display:inline-flex}.v2-button:hover{transform:translateY(-2px)}.v2-button-primary{background:var(--v2-violet);color:#fff;box-shadow:0 12px 26px #6c4ff83d}.v2-button-primary:hover{background:var(--v2-violet-dark)}.v2-button-secondary{border-color:var(--v2-line);color:var(--v2-text);background:#fff}.v2-button-secondary:hover{box-shadow:0 10px 24px #35253d14}.v2-button-light{color:var(--v2-violet-dark);background:#fff}.v2-hero-proof{border-top:1px solid #57465c1f;align-items:center;gap:22px;margin-top:28px;padding-top:22px;display:flex}.v2-hero-proof>div{border-right:1px solid #57465c1f;padding-right:22px}.v2-hero-proof small{color:#857a88;margin-bottom:2px;font-size:11px;font-weight:800;display:block}.v2-hero-proof strong{color:var(--v2-text);font-size:22px}.v2-hero-proof p{color:#746a77;margin:0;font-size:12px;line-height:1.6}.v2-hero-art{position:relative}.v2-hero-image{aspect-ratio:4/5;background:#fff;border:8px solid #ffffffd9;border-radius:34px;position:relative;overflow:hidden;transform:rotate(1.4deg);box-shadow:0 30px 70px #432b562b}.v2-hero-image img{object-fit:cover}.v2-art-label{color:#655c68;background:#ffffffe6;border:1px solid #45304e17;border-radius:999px;padding:7px 11px;font-size:10px;font-weight:800;position:absolute;bottom:18px;left:22px}.v2-floating-note{box-shadow:var(--v2-shadow);background:#fffffff5;border:1px solid #6c4ff81f;border-radius:18px;align-items:center;gap:11px;padding:13px 16px;display:flex;position:absolute;top:54px;right:-34px}.v2-floating-note>span{background:var(--v2-yellow);color:#57401c;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.v2-floating-note p{color:#766b78;margin:0;font-size:10px;line-height:1.5}.v2-floating-note strong{color:var(--v2-text);font-size:12px;display:block}.v2-section{padding:88px 0}.v2-section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:30px;display:flex}.v2-kicker{color:var(--v2-violet);letter-spacing:.13em;margin-bottom:10px;font-size:11px;font-weight:950;display:block}.v2-section-heading h2,.v2-centered-heading h2,.v2-faq h2,.v2-trust h2,.v2-preview-intro h2,.v2-final-cta h2{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.06em;margin-bottom:0;font-size:clamp(29px,3vw,42px);font-weight:920;line-height:1.18}.v2-section-heading p{color:var(--v2-muted);margin:10px 0 0;font-size:14px}.v2-text-link{color:var(--v2-violet-dark);flex:none;padding:8px 0;font-size:13px;font-weight:880}.v2-concerns{background:#fff}.v2-concern-rail,.v2-product-rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.v2-concern-card,.v2-product-card{border:1px solid var(--v2-line);color:var(--v2-text);background:#fff;border-radius:24px;min-width:0;transition:box-shadow .18s,transform .18s;overflow:hidden;box-shadow:0 10px 28px #422c4f0e}.v2-concern-card:hover,.v2-product-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #422c4f1f}.v2-concern-image{aspect-ratio:4/5;position:relative;overflow:hidden}.v2-concern-image img,.v2-product-image img{object-fit:cover;transition:transform .3s}.v2-concern-card:hover img,.v2-product-card:hover img{transform:scale(1.03)}.v2-concern-image>span{color:#403748;background:#ffffffeb;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:900;position:absolute;bottom:14px;left:14px}.v2-concern-copy{padding:19px 17px 20px}.v2-concern-copy h3{font-family:var(--sans);letter-spacing:-.045em;margin-bottom:9px;font-size:18px;font-weight:900;line-height:1.42}.v2-concern-copy p{color:var(--v2-muted);margin-bottom:15px;font-size:13px;line-height:1.62}.v2-concern-copy strong{color:var(--v2-violet-dark);font-size:12px}.v2-tone-coral{--tone:#ff7163;--tone-soft:#fff0ed}.v2-tone-violet{--tone:#6c4ff8;--tone-soft:#f0edff}.v2-tone-yellow{--tone:#e6ad16;--tone-soft:#fff7d5}.v2-tone-mint{--tone:#4e9a74;--tone-soft:#e8f8ef}.v2-concern-card{border-bottom:4px solid var(--tone)}.v2-free-section{background:linear-gradient(#6c4ff806, #ff716306), var(--v2-bg)}.v2-products{background:#fff}.v2-product-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.v2-product-image{aspect-ratio:4/5;background:#f7f2ed;position:relative;overflow:hidden}.v2-product-image>span{color:#655c68;background:#ffffffeb;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;position:absolute;top:14px;left:14px}.v2-product-image>span.available{background:var(--v2-violet);color:#fff}.v2-product-copy{padding:20px}.v2-product-copy>small{color:var(--v2-coral);margin-bottom:7px;font-size:11px;font-weight:900;display:block}.v2-product-copy h3{font-family:var(--sans);letter-spacing:-.045em;margin-bottom:8px;font-size:21px;font-weight:920;line-height:1.35}.v2-product-copy>p{color:var(--v2-muted);margin-bottom:20px;font-size:13px;line-height:1.63}.v2-product-copy>div{justify-content:space-between;align-items:center;display:flex}.v2-product-copy strong{font-size:19px}.v2-product-copy>div span{color:var(--v2-violet);background:#f0ecff;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.v2-preview-section{background:radial-gradient(circle at 5% 20%,#ffd85a2e,#0000 26%),#f7f3ff}.v2-preview-grid{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:center;gap:74px;display:grid}.v2-preview-intro h2{margin:18px 0}.v2-preview-intro>p{color:var(--v2-muted);margin-bottom:16px;font-size:15px;line-height:1.75}.v2-preview-intro .v2-preview-caption{color:#91869a;font-size:11px}.v2-preview-stack{gap:12px;display:grid}.v2-result-card{border:1px solid var(--v2-line);border-left:5px solid var(--tone);background:#fff;border-radius:20px;grid-template-columns:46px 1fr;align-items:flex-start;gap:18px;padding:22px;display:grid;box-shadow:0 12px 30px #3d294d12}.v2-result-card>span{background:var(--tone-soft);color:var(--tone);border-radius:14px;justify-content:center;align-items:center;height:46px;font-size:12px;font-weight:950;display:flex}.v2-result-card small{color:var(--tone);margin-bottom:5px;font-size:10px;font-weight:950;display:block}.v2-result-card h3{font-family:var(--sans);letter-spacing:-.04em;margin-bottom:5px;font-size:20px;font-weight:900}.v2-result-card p{color:var(--v2-muted);margin-bottom:0;font-size:12px;line-height:1.6}.v2-centered-heading{text-align:center;margin-bottom:30px}.v2-process{background:#fff}.v2-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.v2-process-grid article{background:var(--v2-bg);border:1px solid var(--v2-line);border-radius:22px;min-height:240px;padding:26px}.v2-process-grid article>span{color:var(--v2-violet-dark);font-family:var(--serif);background:#ece7ff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:24px;font-size:25px;display:flex}.v2-process-grid article:nth-child(2)>span{color:#bd4a3e;background:#ffe8e3}.v2-process-grid article:nth-child(3)>span{background:var(--v2-mint);color:#397c5c}.v2-process-grid small{color:#958a99;letter-spacing:.1em;margin-bottom:6px;font-size:9px;font-weight:950;display:block}.v2-process-grid h3{font-family:var(--sans);letter-spacing:-.04em;margin-bottom:8px;font-size:20px;font-weight:900}.v2-process-grid p{color:var(--v2-muted);margin:0;font-size:13px;line-height:1.68}.v2-trust{color:#fff;background:#332745;padding:72px 0}.v2-trust-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:70px;display:grid}.v2-trust .v2-kicker{color:#cfc4ff}.v2-trust h2{color:#fff}.v2-trust ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.v2-trust li{background:#ffffff14;border:1px solid #ffffff1a;border-radius:15px;align-items:center;gap:12px;min-height:54px;padding:12px 16px;font-size:14px;font-weight:720;display:flex}.v2-trust li span{background:var(--v2-yellow);color:#4b3d18;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.v2-faq{background:#fff}.v2-faq-grid{grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);align-items:start;gap:80px;display:grid}.v2-faq-grid>div:first-child>p{color:var(--v2-muted);margin-top:15px;font-size:14px;line-height:1.7}.v2-faq-list details{border-bottom:1px solid var(--v2-line);padding:0}.v2-faq-list summary{color:var(--v2-text);cursor:pointer;padding:20px 38px 20px 0;font-size:16px;font-weight:850;list-style:none;position:relative}.v2-faq-list summary::-webkit-details-marker{display:none}.v2-faq-list summary:after{color:var(--v2-violet);content:"+";font-size:24px;font-weight:400;position:absolute;top:14px;right:4px}.v2-faq-list details[open] summary:after{content:"−"}.v2-faq-list details p{color:var(--v2-muted);margin:-2px 32px 20px 0;font-size:14px;line-height:1.75}.v2-final-cta{background:radial-gradient(circle at 82% 20%, #ffd85a52, transparent 28%), var(--v2-violet);color:#fff;padding:68px 0}.v2-final-cta-inner{justify-content:space-between;align-items:center;gap:36px;display:flex}.v2-final-cta h2{color:#fff;margin:17px 0 8px}.v2-final-cta p{color:#ffffffc7;margin:0;font-size:14px}.mobile-bottom-nav{display:none}.site-footer{background:#241c2b}@media (max-width:980px){.v2-hero{padding-top:48px}.v2-hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:48px}.v2-hero-copy h1{font-size:clamp(40px,6vw,54px)}.v2-floating-note{right:-10px}.v2-concern-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){html{scroll-padding-top:106px}body{padding-bottom:70px}.demo-notice{min-height:25px;font-size:9px}.site-header{top:0}.header-inner{min-height:60px}.brand-mark{width:38px;height:38px}.brand strong{font-size:17px}.brand small,.mobile-nav{display:none}.header-actions>.button{min-height:38px;padding:8px 13px;font-size:11px}.category-navigation{top:60px}.category-navigation-inner{min-height:46px;padding:0 14px}.category-navigation a{padding:7px 12px;font-size:12px}.v2-hero{min-height:auto;padding:34px 0 48px}.v2-hero-grid{flex-direction:column;gap:34px;display:flex}.v2-hero-copy{width:100%}.v2-hero-copy h1{margin:16px 0;font-size:clamp(32px,9vw,42px);line-height:1.15}.v2-hero-copy>p{margin-bottom:22px;font-size:15px;line-height:1.72}.v2-hero-actions{grid-template-columns:1fr;display:grid}.v2-button{width:100%;min-height:52px}.v2-hero-proof{gap:14px;margin-top:22px;padding-top:18px}.v2-hero-proof>div{padding-right:14px}.v2-hero-proof strong{font-size:19px}.v2-hero-proof p{font-size:10px}.v2-hero-art{order:-1;width:100%;max-width:330px;margin:0 auto}.v2-hero-image{border-width:6px;border-radius:28px}.v2-floating-note{top:34px;right:-6px}.v2-section{padding:58px 0}.v2-section-heading{align-items:flex-start;margin-bottom:22px}.v2-section-heading h2,.v2-centered-heading h2,.v2-faq h2,.v2-trust h2,.v2-preview-intro h2,.v2-final-cta h2{font-size:clamp(25px,7vw,32px)}.v2-section-heading p{display:none}.v2-text-link{font-size:11px}.v2-concern-rail,.v2-product-rail{scroll-snap-type:x mandatory;scrollbar-width:none;gap:12px;margin-left:-20px;margin-right:-20px;padding:0 20px 18px;display:flex;overflow-x:auto}.v2-concern-rail::-webkit-scrollbar{display:none}.v2-product-rail::-webkit-scrollbar{display:none}.v2-concern-card,.v2-product-card{scroll-snap-align:start;flex:0 0 min(72vw,280px)}.v2-concern-copy{padding:16px}.v2-concern-copy h3{font-size:17px}.v2-free-section{padding-left:0;padding-right:0}.v2-product-copy{padding:17px}.v2-product-copy h3{font-size:19px}.v2-preview-grid,.v2-trust-grid,.v2-faq-grid{grid-template-columns:1fr;gap:34px}.v2-result-card{grid-template-columns:42px 1fr;gap:13px;padding:18px 16px}.v2-result-card>span{height:42px}.v2-result-card h3{font-size:17px}.v2-process-grid{grid-template-columns:1fr}.v2-process-grid article{grid-template-columns:52px 1fr;align-items:center;gap:2px 14px;min-height:auto;padding:20px;display:grid}.v2-process-grid article>span{grid-row:1/4;width:48px;height:48px;margin:0}.v2-process-grid small,.v2-process-grid h3,.v2-process-grid p{grid-column:2}.v2-process-grid h3{margin-bottom:2px;font-size:17px}.v2-process-grid p{font-size:12px}.v2-trust{padding:54px 0}.v2-trust li{align-items:flex-start;font-size:12px;line-height:1.55}.v2-faq-list summary{padding:18px 34px 18px 0;font-size:14px}.v2-final-cta{padding:54px 0}.v2-final-cta-inner{flex-direction:column;align-items:stretch}.mobile-bottom-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);min-height:68px;padding:6px max(8px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));z-index:120;background:#fffffff2;border:1px solid #4834541a;border-radius:19px 19px 0 0;grid-template-columns:repeat(4,1fr);align-items:center;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -12px 34px #3321411a}.mobile-bottom-nav a{color:#7b7180;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-height:48px;font-size:10px;font-weight:800;display:flex}.mobile-bottom-nav a:first-child{color:var(--v2-violet)}.mobile-bottom-nav span{font-size:20px;line-height:1}.site-footer{padding-bottom:70px}}.v2-shop-page{background:var(--v2-bg);color:var(--v2-text)}.v2-shop-hero{border-bottom:1px solid var(--v2-line);background:radial-gradient(circle at 15% 30%,#ffd85a40,#0000 26%),radial-gradient(circle at 84% 18%,#6c4ff829,#0000 31%),#fffdf9;padding:62px 0 70px}.v2-shop-hero-grid{grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:70px;display:grid}.v2-shop-hero .breadcrumb{color:#8a808d;margin-bottom:20px;font-size:12px}.v2-shop-hero h1{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.07em;margin:18px 0 20px;font-size:clamp(44px,5vw,62px);font-weight:920;line-height:1.12}.v2-shop-hero-grid>div:first-child>p:last-of-type{color:var(--v2-muted);margin-bottom:22px;font-size:16px;line-height:1.75}.v2-shop-points{flex-wrap:wrap;gap:8px;display:flex}.v2-shop-points span{border:1px solid var(--v2-line);color:#625867;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:820}.v2-shop-collage{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid;position:relative}.v2-shop-collage:before{background:var(--v2-yellow);content:"";opacity:.34;border-radius:50%;width:130px;height:130px;position:absolute;top:-18px;right:-20px}.v2-shop-collage>div{aspect-ratio:4/5;border:6px solid #fff;border-radius:24px;position:relative;overflow:hidden;transform:rotate(-4deg);box-shadow:0 24px 56px #462f5826}.v2-shop-collage>div:last-child{margin-top:44px;transform:rotate(4deg)}.v2-shop-collage img{object-fit:cover}.v2-shop-products{background:#fff;padding:82px 0 92px}.v2-shop-toolbar{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:28px;display:flex}.v2-shop-toolbar h2,.v2-shop-free h2{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.055em;margin:0;font-size:clamp(28px,3vw,40px);font-weight:920;line-height:1.2}.v2-shop-filter{gap:7px;display:flex}.v2-shop-filter span{background:var(--v2-bg);color:#837887;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:820}.v2-shop-filter .active{color:var(--v2-violet-dark);background:#ece7ff}.v2-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.v2-shop-card{border:1px solid var(--v2-line);color:var(--v2-text);background:#fff;border-radius:24px;min-width:0;transition:box-shadow .18s,transform .18s;overflow:hidden}.v2-shop-card:hover{box-shadow:var(--v2-shadow);transform:translateY(-5px)}.v2-shop-card-image{aspect-ratio:4/5;background:var(--tone-soft);position:relative;overflow:hidden}.v2-shop-card-image img{object-fit:cover;transition:transform .26s}.v2-shop-card:hover img{transform:scale(1.035)}.v2-shop-card-image>span{color:#665d69;background:#fffffff0;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900;position:absolute;top:12px;left:12px}.v2-shop-card-image>span.available{background:var(--v2-violet);color:#fff}.v2-shop-card-copy{padding:20px}.v2-shop-card-copy>small{color:var(--tone);margin-bottom:6px;font-size:10px;font-weight:900;display:block}.v2-shop-card-copy h3{font-family:var(--sans);letter-spacing:-.045em;margin-bottom:8px;font-size:21px;font-weight:920}.v2-shop-card-copy>p{color:var(--v2-muted);margin-bottom:18px;font-size:13px;line-height:1.62}.v2-shop-card-copy>div{justify-content:space-between;align-items:center;display:flex}.v2-shop-card-copy strong{font-size:18px}.v2-shop-card-copy>div span{color:var(--tone);font-size:19px}.v2-shop-free{background:#f4efff;padding:70px 0}.v2-shop-free-inner{grid-template-columns:170px minmax(0,1fr) auto;align-items:center;gap:30px;display:grid}.v2-shop-free-art{aspect-ratio:1;border:6px solid #fff;border-radius:50%;position:relative;overflow:hidden;box-shadow:0 18px 38px #402a5424}.v2-shop-free-art img{object-fit:cover}.v2-shop-free h2{margin:13px 0 8px}.v2-shop-free p{color:var(--v2-muted);margin:0;font-size:13px;line-height:1.65}.v2-shop-guide{background:var(--v2-bg);padding:82px 0}.v2-shop-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.v2-shop-guide-grid article{border:1px solid var(--v2-line);background:#fff;border-radius:20px;padding:24px}.v2-shop-guide-grid article>span{color:var(--v2-coral);margin-bottom:16px;font-size:11px;font-weight:950;display:block}.v2-shop-guide-grid h3{font-family:var(--sans);letter-spacing:-.04em;margin-bottom:8px;font-size:18px;font-weight:900}.v2-shop-guide-grid p{color:var(--v2-muted);margin:0;font-size:12px;line-height:1.65}@media (max-width:680px){.v2-shop-hero{padding:34px 0 48px}.v2-shop-hero-grid{grid-template-columns:1fr;gap:30px}.v2-shop-hero h1{margin:15px 0;font-size:clamp(32px,9vw,42px)}.v2-shop-hero-grid>div:first-child>p:last-of-type{font-size:14px}.v2-shop-collage{width:100%;max-width:340px;margin:0 auto;padding:8px 22px 0}.v2-shop-collage>div{border-width:4px;border-radius:18px}.v2-shop-products,.v2-shop-guide{padding:58px 0}.v2-shop-toolbar{flex-direction:column;align-items:flex-start;gap:15px}.v2-shop-toolbar h2,.v2-shop-free h2{font-size:26px}.v2-shop-filter{width:calc(100% + 40px);margin-left:-20px;margin-right:-20px;padding:0 20px;overflow-x:auto}.v2-shop-filter span{flex:none}.v2-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.v2-shop-card{border-radius:18px}.v2-shop-card-copy{padding:13px 12px 15px}.v2-shop-card-copy h3{font-size:15px;line-height:1.38}.v2-shop-card-copy>p{display:none}.v2-shop-card-copy strong{font-size:14px}.v2-shop-card-copy>div span{font-size:16px}.v2-shop-free{padding:54px 0}.v2-shop-free-inner{grid-template-columns:78px 1fr;gap:20px}.v2-shop-free-inner>.v2-button{grid-column:1/-1}.v2-shop-free-art{border-width:3px}.v2-shop-free h2{font-size:21px}.v2-shop-free p{font-size:12px}.v2-shop-guide-grid{grid-template-columns:1fr}}.v2-product-page{background:var(--v2-bg);color:var(--v2-text)}.v2-product-hero{border-bottom:1px solid var(--v2-line);background:radial-gradient(circle at 85% 15%,#6c4ff824,#0000 28%),#fffdf9;padding:38px 0 80px}.v2-product-hero .breadcrumb{color:#8b818e;margin-bottom:26px;font-size:12px}.v2-product-hero-grid{grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr);align-items:start;gap:68px;display:grid}.v2-product-cover{aspect-ratio:4/5;border:8px solid #fff;border-radius:30px;position:sticky;top:140px;overflow:hidden;box-shadow:0 28px 70px #442b5629}.v2-product-cover img{object-fit:cover}.v2-product-cover>span{background:var(--v2-violet);color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:900;position:absolute;top:18px;left:18px}.v2-product-summary{padding-top:18px}.v2-product-summary h1{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.07em;margin:14px 0 20px;font-size:clamp(42px,5vw,62px);font-weight:920;line-height:1.13}.v2-product-summary>p:first-of-type{color:var(--v2-muted);margin-bottom:24px;font-size:16px;line-height:1.8}.v2-product-summary blockquote{border-left:5px solid var(--v2-violet);color:#40344b;font-family:var(--sans);background:#f4efff;border-radius:5px 18px 18px 5px;margin:0 0 26px;padding:20px 22px;font-size:20px;font-weight:800;line-height:1.62}.v2-product-price{border-bottom:1px solid var(--v2-line);border-top:1px solid var(--v2-line);justify-content:space-between;align-items:flex-end;padding:22px 0;display:flex}.v2-product-price small{color:#8b818e;margin-bottom:5px;font-size:11px;font-weight:800;display:block}.v2-product-price strong{letter-spacing:-.04em;font-size:30px}.v2-product-price>span{color:#755914;background:#fff3cf;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:900}.v2-purchase-facts{gap:8px;margin:22px 0;display:grid}.v2-purchase-facts>div{border:1px solid var(--v2-line);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;min-height:46px;padding:10px 13px;display:flex}.v2-purchase-facts span{color:#8d838f;font-size:11px}.v2-purchase-facts strong{color:#433a47;font-size:12px}.v2-product-main-cta{width:100%}.v2-product-demo-note{color:#918894;text-align:center;margin:10px 0 0;font-size:10px;line-height:1.6}.v2-product-story{background:#fff;padding:90px 0}.v2-story-list{gap:26px;margin-top:42px;display:grid}.v2-story-scene{background:var(--tone-soft);border-radius:28px;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);align-items:center;gap:58px;padding:34px;display:grid;overflow:hidden}.v2-story-scene:nth-child(2n) .v2-story-image{order:2}.v2-story-image{aspect-ratio:4/3;background:#fff;border:6px solid #fff;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 18px 38px #422c501f}.v2-story-image img{object-fit:cover;object-position:center 44%}.v2-story-scene>div:last-child>span{color:var(--tone);letter-spacing:.12em;margin-bottom:10px;font-size:10px;font-weight:950;display:block}.v2-story-scene small{color:#716676;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.v2-story-scene h3{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.055em;margin-bottom:14px;font-size:clamp(27px,3vw,40px);font-weight:920;line-height:1.25}.v2-story-scene p{color:var(--v2-muted);margin:0;font-size:14px;line-height:1.78}.v2-product-deliverables{background:var(--v2-bg);padding:86px 0}.v2-deliverable-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.v2-deliverable-card{border:1px solid var(--v2-line);border-top:4px solid var(--tone);background:#fff;border-radius:20px;padding:24px}.v2-deliverable-card>span{background:var(--tone-soft);color:var(--tone);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:24px;font-size:11px;font-weight:950;display:flex}.v2-deliverable-card h3{font-family:var(--sans);letter-spacing:-.04em;margin-bottom:8px;font-size:18px;font-weight:900}.v2-deliverable-card p{color:var(--v2-muted);margin:0;font-size:12px;line-height:1.68}.v2-product-fit{background:#fff;padding:86px 0}.v2-product-fit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.v2-fit-card{border-radius:24px;padding:32px}.v2-fit-card.good{background:#eaf8f0}.v2-fit-card.caution{background:#fff0ed}.v2-fit-card>span{color:#4d8065;margin-bottom:12px;font-size:11px;font-weight:950;display:block}.v2-fit-card.caution>span{color:#b5574d}.v2-fit-card h2{color:var(--v2-text);font-family:var(--sans);letter-spacing:-.05em;margin-bottom:20px;font-size:25px;font-weight:920;line-height:1.35}.v2-fit-card ul{color:#5e5561;gap:10px;margin:0;padding-left:20px;font-size:13px;line-height:1.55;display:grid}.v2-before-order{color:#fff;background:#332745;padding:72px 0}.v2-before-order-grid{grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);align-items:start;gap:60px;display:grid}.v2-before-order .v2-kicker{color:#cfc4ff}.v2-before-order h2{color:#fff;font-family:var(--sans);letter-spacing:-.055em;margin:0;font-size:36px;font-weight:920;line-height:1.25}.v2-before-order ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.v2-before-order li{background:#ffffff13;border-radius:14px;align-items:flex-start;gap:11px;padding:13px 14px;font-size:13px;line-height:1.55;display:flex}.v2-before-order li span{background:var(--v2-yellow);color:#4f401a;border-radius:50%;flex:none;justify-content:center;align-items:center;width:23px;height:23px;display:flex}.v2-product-close{background:var(--v2-violet);color:#fff;padding:68px 0}.v2-product-close-inner{justify-content:space-between;align-items:center;gap:34px;display:flex}.v2-product-close h2{color:#fff;font-family:var(--sans);letter-spacing:-.055em;margin:15px 0 7px;font-size:36px;font-weight:920}.v2-product-close p{color:#ffffffc7;margin:0;font-size:13px}.v2-mobile-purchase-bar{border-color:var(--v2-line);background:#fffffff7}.v2-mobile-purchase-bar .button-accent{background:var(--v2-violet)}@media (max-width:680px){.v2-product-hero{padding:28px 0 52px}.v2-product-hero .breadcrumb{margin-bottom:18px}.v2-product-hero-grid{grid-template-columns:1fr;gap:28px}.v2-product-cover{border-width:5px;border-radius:24px;position:relative;top:auto}.v2-product-summary{padding-top:0}.v2-product-summary h1{font-size:clamp(32px,9vw,43px)}.v2-product-summary>p:first-of-type{font-size:14px}.v2-product-summary blockquote{font-size:16px}.v2-product-price strong{font-size:26px}.v2-product-price>span{text-align:center;max-width:110px}.v2-product-story,.v2-product-deliverables,.v2-product-fit{padding:58px 0}.v2-story-list{gap:14px;margin-top:26px}.v2-story-scene{grid-template-columns:1fr;gap:22px;padding:18px}.v2-story-scene:nth-child(2n) .v2-story-image{order:0}.v2-story-scene h3{font-size:25px}.v2-deliverable-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-deliverable-card{padding:18px 15px}.v2-deliverable-card>span{margin-bottom:17px}.v2-deliverable-card h3{font-size:16px}.v2-product-fit-grid,.v2-before-order-grid{grid-template-columns:1fr;gap:14px}.v2-fit-card{padding:24px 20px}.v2-fit-card h2{font-size:21px}.v2-before-order{padding:54px 0}.v2-before-order h2{font-size:27px}.v2-product-close{padding:54px 0 170px}.v2-product-close-inner{flex-direction:column;align-items:stretch}.v2-product-close h2{font-size:28px}.v2-mobile-purchase-bar{z-index:125;bottom:68px}}.theme-v3{--v2-bg:#0b0908;--v2-card:#171310;--v2-text:#eee5d9;--v2-muted:#aaa093;--v2-violet:#b78c4c;--v2-violet-dark:#d0ad72;--v2-coral:#8d5553;--v2-yellow:#b88a45;--v2-mint:#2b4640;--v2-line:#d0ad7229;--v2-shadow:0 26px 80px #0000007a;color:var(--v2-text);background:#090806}.theme-v3 .demo-notice{color:#b9afa2;background:#18130f;border-bottom:1px solid #d0ad721c}.theme-v3 .demo-dot{background:#b88a45;box-shadow:0 0 12px #b88a4585}.theme-v3 .site-header{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#090806eb;border-bottom-color:#d0ad7224;box-shadow:0 12px 34px #00000052}.theme-v3 .brand-mark{color:#f5ead8;background:linear-gradient(145deg,#b18a50,#5a292d);box-shadow:inset 0 0 0 1px #ffebc738,0 9px 24px #00000061}.theme-v3 .brand strong{color:#eee5d9;font-family:var(--serif);letter-spacing:-.025em;font-weight:650}.theme-v3 .brand small{color:#8f857a}.theme-v3 .desktop-nav a,.theme-v3 .header-actions .text-link{color:#bdb3a7;font-weight:620}.theme-v3 .desktop-nav a:hover,.theme-v3 .header-actions .text-link:hover{color:#e2c18a}.theme-v3 .header-actions .button-dark{color:#110e0b;background:#a87e43;box-shadow:0 10px 26px #0000003d}.theme-v3 .header-actions .button-dark:hover{background:#c59a5c}.theme-v3 .mobile-nav summary{color:#e9dfd1;background:#1c1713eb;border-color:#d0ad722e}.theme-v3 .mobile-nav-panel{background:#171310;border-color:#d0ad722e;box-shadow:0 22px 58px #0000007a}.theme-v3 .mobile-nav-panel a{color:#d7ccbd}.theme-v3 .category-navigation{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0b0908f2;border-bottom-color:#d0ad721f}.theme-v3 .category-navigation a{color:#948a7f;font-weight:650}.theme-v3 .category-navigation a:first-child,.theme-v3 .category-navigation a:hover{color:#d8b77f;background:#b88a451f}.theme-v3 .login-modal{color:#eee5d9;background:#171310;border:1px solid #d0ad7233;box-shadow:0 36px 90px #0000009e}.theme-v3 .login-modal h2,.theme-v3 .login-modal p{color:#eee5d9}.theme-v3 .login-modal>p{color:#a99e91}.theme-v3 .modal-close,.theme-v3 .plain-button{color:#c9bcae}.theme-v3 .login-provider.kakao,.theme-v3 .login-provider.google,.theme-v3 .skip-link{color:#18130f}.theme-v3 .mobile-nav-panel a:hover{color:#e0c28e;background:#b88a4517}.theme-v3 .v2-home,.theme-v3 .v2-shop-page,.theme-v3 .v2-product-page{color:var(--v2-text);background:#0b0908}.theme-v3 .v2-home h1,.theme-v3 .v2-home h2,.theme-v3 .v2-home h3,.theme-v3 .v2-shop-page h1,.theme-v3 .v2-shop-page h2,.theme-v3 .v2-shop-page h3,.theme-v3 .v2-product-page h1,.theme-v3 .v2-product-page h2,.theme-v3 .v2-product-page h3{color:var(--v2-text)}.theme-v3 .v2-hero{isolation:isolate;background:radial-gradient(circle at 78% 38%,#83522c33,#0000 30%),radial-gradient(circle at 12% 18%,#50312c29,#0000 25%),linear-gradient(132deg,#070706 0%,#100d0b 47%,#17100d 100%);border-bottom:1px solid #d0ad721f;min-height:680px;overflow:hidden}.theme-v3 .v2-hero:before{content:"";filter:blur(24px)brightness(.42)saturate(.56);opacity:.42;pointer-events:none;z-index:-2;background:linear-gradient(90deg,#090806 7%,#090806c2 42%,#09080633),url(/images/dowon-teacher-v3.webp) 88% 26%/min(50vw,690px) no-repeat;position:absolute;inset:-35px;transform:scale(1.04)}.theme-v3 .v2-hero:after{content:"";opacity:.9;pointer-events:none;z-index:-1;background:linear-gradient(90deg,#0908066b,#0000 55%),radial-gradient(circle at 85%,#0000 30%,#00000080 82%);position:absolute;inset:0}.theme-v3 .v2-hero-grid{z-index:1;position:relative}.theme-v3 .v2-pill{letter-spacing:.02em;border:1px solid #d0ad7233;border-radius:999px;font-weight:720}.theme-v3 .v2-pill-yellow,.theme-v3 .v2-pill-violet{color:#d7b477;background:#b88a451a}.theme-v3 .v2-hero-copy h1{color:#f1e8dc;font-family:var(--serif);letter-spacing:-.038em;text-wrap:balance;font-size:clamp(44px,4.7vw,64px);font-weight:580;line-height:1.17}.theme-v3 .v2-hero-copy h1 em{color:#c7a064;font-style:normal}.theme-v3 .v2-hero-copy h1 em:after{display:none}.theme-v3 .v2-hero-copy>p{color:#b6ab9e;font-size:17px;font-weight:420;line-height:1.86}.theme-v3 .v2-button{letter-spacing:-.02em;border-radius:10px;font-weight:720}.theme-v3 .v2-button-primary{color:#130f0b;background:#b4894c;box-shadow:0 14px 38px #0000006b}.theme-v3 .v2-button-primary:hover{background:#c7a061;box-shadow:0 16px 42px #00000080}.theme-v3 .v2-button-secondary{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#e1d6c8;background:#181411b3;border-color:#d0ad7233}.theme-v3 .v2-button-secondary:hover{background:#28201ad1;box-shadow:0 14px 36px #0000005c}.theme-v3 .v2-button-light{color:#130f0b;background:#d1ad72}.theme-v3 .v2-hero-proof{border-top-color:#d0ad722e}.theme-v3 .v2-hero-proof>div{border-right-color:#d0ad722e}.theme-v3 .v2-hero-proof small,.theme-v3 .v2-hero-proof p{color:#93897e}.theme-v3 .v2-hero-proof strong{color:#eee5d9;font-family:var(--serif);font-weight:620}.theme-v3 .v2-hero-art:before{content:"";filter:blur(52px);pointer-events:none;background:#b88a4529;border-radius:50%;width:48%;height:48%;position:absolute;top:17%;right:4%}.theme-v3 .v2-hero-image{background:#0b0908;border:1px solid #dab87e47;border-radius:15px;transform:none;box-shadow:0 36px 90px #000000a3,inset 0 0 0 7px #08070647}.theme-v3 .v2-hero-image:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0505041f,#0000 34%,#0504035c),radial-gradient(circle at 50% 35%,#0000 30%,#00000061 100%);position:absolute;inset:0}.theme-v3 .v2-hero-image img{filter:brightness(.72)saturate(.64)contrast(1.06)sepia(.08);object-position:center 29%}.theme-v3 .v2-art-label{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#d5b172;z-index:2;background:#0a0807b8;border:1px solid #d0ad7233;border-radius:999px}.theme-v3 .v2-floating-note{display:none}.theme-v3 .v2-kicker{color:#ad8954;letter-spacing:.16em;font-weight:720}.theme-v3 .v2-section-heading h2,.theme-v3 .v2-centered-heading h2,.theme-v3 .v2-preview-intro h2,.theme-v3 .v2-trust h2,.theme-v3 .v2-faq h2,.theme-v3 .v2-final-cta h2,.theme-v3 .v2-shop-toolbar h2,.theme-v3 .v2-shop-free h2,.theme-v3 .v2-product-summary h1,.theme-v3 .v2-story-scene h3,.theme-v3 .v2-product-close h2,.theme-v3 .v2-before-order h2{font-family:var(--serif);letter-spacing:-.035em;font-weight:580}.theme-v3 .v2-section-heading p,.theme-v3 .v2-preview-intro>p,.theme-v3 .v2-faq-grid>div:first-child>p,.theme-v3 .v2-shop-free p,.theme-v3 .v2-story-scene p,.theme-v3 .v2-deliverable-card p,.theme-v3 .v2-shop-guide-grid p{color:var(--v2-muted)}.theme-v3 .v2-text-link,.theme-v3 .v2-concern-copy strong{color:#c09a5d}.theme-v3 .v2-tone-coral{--tone:#9d6662;--tone-soft:#662d3047}.theme-v3 .v2-tone-violet{--tone:#8a7a8f;--tone-soft:#5d506542}.theme-v3 .v2-tone-yellow{--tone:#b38a4a;--tone-soft:#71522347}.theme-v3 .v2-tone-mint{--tone:#6f8c82;--tone-soft:#2b46404d}.theme-v3 .v2-concerns,.theme-v3 .v2-products,.theme-v3 .v2-process,.theme-v3 .v2-faq,.theme-v3 .v2-shop-products,.theme-v3 .v2-product-story,.theme-v3 .v2-product-fit{background:radial-gradient(circle at 92% 8%,#b88a450e,#0000 24%),#0d0b09}.theme-v3 .v2-free-section,.theme-v3 .v2-preview-section,.theme-v3 .v2-shop-guide,.theme-v3 .v2-product-deliverables{background:radial-gradient(circle at 8% 18%,#63372f1c,#0000 28%),linear-gradient(145deg,#100d0b,#0a0908)}.theme-v3 .v2-concern-card,.theme-v3 .v2-product-card,.theme-v3 .v2-shop-card{color:#ece2d5;background:#171310f0;border:1px solid #d0ad7224;border-bottom-color:#d0ad7238;border-radius:15px;box-shadow:0 18px 50px #00000047}.theme-v3 .v2-concern-card:hover,.theme-v3 .v2-product-card:hover,.theme-v3 .v2-shop-card:hover{border-color:#d0ad7247;box-shadow:0 28px 68px #0000007a}.theme-v3 .v2-concern-image,.theme-v3 .v2-product-image,.theme-v3 .v2-shop-card-image{background:#090806}.theme-v3 .v2-concern-image:after,.theme-v3 .v2-product-image:after,.theme-v3 .v2-shop-card-image:after,.theme-v3 .v2-story-image:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0505040a,#05040352),radial-gradient(circle at 50% 38%,#0000 35%,#0000004d 100%);position:absolute;inset:0}.theme-v3 .v2-concern-image img,.theme-v3 .v2-product-image img,.theme-v3 .v2-shop-card-image img,.theme-v3 .v2-story-image img{filter:brightness(.7)saturate(.62)contrast(1.04)}.theme-v3 .v2-concern-image>span,.theme-v3 .v2-product-image>span,.theme-v3 .v2-shop-card-image>span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#d7c6b1;z-index:2;background:#0c0a08c7;border:1px solid #d0ad722e}.theme-v3 .v2-product-image>span.available,.theme-v3 .v2-shop-card-image>span.available{color:#110e0b;background:#b18446eb}.theme-v3 .v2-concern-copy h3,.theme-v3 .v2-product-copy h3,.theme-v3 .v2-shop-card-copy h3,.theme-v3 .v2-process-grid h3,.theme-v3 .v2-result-card h3,.theme-v3 .v2-deliverable-card h3,.theme-v3 .v2-fit-card h2,.theme-v3 .v2-shop-guide-grid h3{color:#ece2d5;font-family:var(--serif);letter-spacing:-.025em;font-weight:580}.theme-v3 .v2-concern-copy p,.theme-v3 .v2-product-copy>p,.theme-v3 .v2-shop-card-copy>p,.theme-v3 .v2-process-grid p,.theme-v3 .v2-result-card p{color:#a69b8f}.theme-v3 .v2-product-copy>small,.theme-v3 .v2-shop-card-copy>small{color:#ad8954}.theme-v3 .v2-product-copy>div span{color:#c59b5e;background:#b88a451f}.theme-v3 .v2-preview-grid{position:relative}.theme-v3 .v2-preview-section{border-top:1px solid #d0ad721a;border-bottom:1px solid #d0ad721a}.theme-v3 .v2-result-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:#d0ad7224;border-left-color:var(--tone);background:#191512c7;border-radius:13px;box-shadow:0 18px 46px #00000042}.theme-v3 .v2-result-card>span{color:#c9a263;background:#b88a451a;border:1px solid #d0ad7226;border-radius:50%}.theme-v3 .v2-process-grid article,.theme-v3 .v2-shop-guide-grid article,.theme-v3 .v2-deliverable-card{background:#171310e6;border-color:#d0ad7224;border-radius:14px}.theme-v3 .v2-process-grid article>span,.theme-v3 .v2-process-grid article:nth-child(2)>span,.theme-v3 .v2-process-grid article:nth-child(3)>span,.theme-v3 .v2-deliverable-card>span{color:#c6a166;background:#b88a451a;border:1px solid #d0ad722b}.theme-v3 .v2-trust,.theme-v3 .v2-before-order{background:radial-gradient(circle at 82% 18%,#b88a4517,#0000 30%),#090807;border-top:1px solid #d0ad7221;border-bottom:1px solid #d0ad721a}.theme-v3 .v2-trust .v2-kicker,.theme-v3 .v2-before-order .v2-kicker{color:#b89155}.theme-v3 .v2-trust li,.theme-v3 .v2-before-order li{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#d7ccbf;background:#ffffff09;border:1px solid #d0ad721f;border-radius:10px}.theme-v3 .v2-trust li span,.theme-v3 .v2-before-order li span{color:#d1ab6e;background:#b88a4524;border:1px solid #d0ad7233}.theme-v3 .v2-faq-list details{border-bottom-color:#d0ad7224}.theme-v3 .v2-faq-list summary{color:#e5dacd;font-family:var(--serif);font-weight:560}.theme-v3 .v2-faq-list summary:after{color:#b88a45}.theme-v3 .v2-faq-list details p{color:#a69b8e}.theme-v3 .v2-final-cta,.theme-v3 .v2-product-close{background:radial-gradient(circle at 68% 30%,#b88a4521,#0000 33%),linear-gradient(120deg,#2d1816,#110d0b 64%,#0a0908);border-top:1px solid #d0ad7229}.theme-v3 .v2-final-cta p,.theme-v3 .v2-product-close p{color:#a99d90}.theme-v3 .v2-shop-hero,.theme-v3 .v2-product-hero{background:radial-gradient(circle at 83% 22%,#b88a4521,#0000 27%),linear-gradient(140deg,#090806,#15100d);border-bottom-color:#d0ad7221}.theme-v3 .v2-shop-hero{overflow:clip}.theme-v3 .v2-shop-hero h1,.theme-v3 .v2-product-summary h1{font-family:var(--serif);letter-spacing:-.04em;font-weight:580}.theme-v3 .v2-shop-hero .breadcrumb,.theme-v3 .v2-product-hero .breadcrumb,.theme-v3 .v2-shop-hero-grid>div:first-child>p:last-of-type,.theme-v3 .v2-product-summary>p:first-of-type{color:#a79c90}.theme-v3 .v2-shop-points span,.theme-v3 .v2-shop-filter span{color:#b5aa9d;background:#181411d6;border:1px solid #d0ad7224}.theme-v3 .v2-shop-filter .active{color:#d3ad70;background:#b88a4524}.theme-v3 .v2-shop-collage:before{filter:blur(30px);opacity:.14;background:#8b6537}.theme-v3 .v2-shop-collage>div{background:#0a0908;border:1px solid #d0ad723d;border-radius:13px;transform:none;box-shadow:0 28px 68px #00000085}.theme-v3 .v2-shop-collage>div:last-child{transform:none}.theme-v3 .v2-shop-collage img{filter:brightness(.68)saturate(.58)contrast(1.05)}.theme-v3 .v2-shop-free{background:radial-gradient(circle at 15%,#b88a451a,#0000 25%),#120f0d;border-top:1px solid #d0ad721c;border-bottom:1px solid #d0ad721c}.theme-v3 .v2-shop-free-art{border:1px solid #d0ad7242;box-shadow:0 22px 52px #00000075}.theme-v3 .v2-product-cover{background:#080706;border:1px solid #d0ad7240;border-radius:15px;box-shadow:0 34px 82px #00000094}.theme-v3 .v2-product-cover:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#06050475),radial-gradient(circle at 50% 32%,#0000 34%,#0000004d);position:absolute;inset:0}.theme-v3 .v2-product-cover img{filter:brightness(.72)saturate(.62)contrast(1.06);object-position:center 29%}.theme-v3 .v2-product-cover>span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#d5b06f;z-index:2;background:#0b0907c7;border:1px solid #d0ad7233}.theme-v3 .v2-product-summary blockquote{color:#d8cbbb;background:#b88a4513;border-left-color:#a77c43}.theme-v3 .v2-product-price{border-color:#d0ad7226}.theme-v3 .v2-product-price small,.theme-v3 .v2-product-demo-note,.theme-v3 .v2-purchase-facts span{color:#94897e}.theme-v3 .v2-product-price>span{color:#d0aa6b;background:#b88a451f}.theme-v3 .v2-purchase-facts>div{background:#181411d6;border-color:#d0ad7221}.theme-v3 .v2-purchase-facts strong{color:#ddd2c5}.theme-v3 .v2-story-scene{background:#171310e0;border:1px solid #d0ad7221;border-radius:16px}.theme-v3 .v2-story-image{background:#090806;border:1px solid #d0ad722e;border-radius:11px;box-shadow:0 22px 55px #0000006b}.theme-v3 .v2-story-scene small,.theme-v3 .v2-fit-card ul{color:#a59a8e}.theme-v3 .v2-deliverable-card{border-top-color:var(--tone)}.theme-v3 .v2-fit-card.good{background:#27423a61;border:1px solid #7098892e}.theme-v3 .v2-fit-card.caution{background:#5c2d2d52;border:1px solid #a4656029}.theme-v3 .v2-fit-card>span{color:#88aa9c}.theme-v3 .v2-fit-card.caution>span{color:#bc817b}.theme-v3 .v2-mobile-purchase-bar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#e8ddcf;background:#0d0a09f5;border-color:#d0ad722b}.theme-v3 .v2-mobile-purchase-bar .button-accent{color:#130f0b;background:#b4884b}.theme-v3 .mobile-bottom-nav{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0c0a08f5;border-color:#d0ad7226;box-shadow:0 -18px 44px #0000007a}.theme-v3 .mobile-bottom-nav a{color:#8e8479;font-weight:650}.theme-v3 .mobile-bottom-nav a:first-child{color:#c7a063}.theme-v3 .site-footer{color:#8f857a;background:#070605;border-top:1px solid #d0ad721f}.theme-v3 .site-footer strong,.theme-v3 .site-footer h2,.theme-v3 .site-footer h3{color:#d8cdbf}.theme-v3 .site-footer a,.theme-v3 .site-footer p,.theme-v3 .site-footer small,.theme-v3 .site-footer li{color:#8f857a}@media (max-width:680px){.theme-v3 .v2-hero{min-height:auto;padding-top:30px}.theme-v3 .v2-hero:before{filter:blur(26px)brightness(.32)saturate(.54);opacity:.54;background:linear-gradient(#09080614,#090806 69%),url(/images/dowon-teacher-v3.webp) 50% 18%/120% no-repeat}.theme-v3 .v2-hero-copy h1{font-size:clamp(37px,10vw,48px);line-height:1.2}.theme-v3 .v2-hero-copy>p{font-size:14px;line-height:1.78}.theme-v3 .v2-hero-image{border-radius:11px}.theme-v3 .v2-hero-image img{object-position:center 27%}.theme-v3 .v2-concern-card,.theme-v3 .v2-product-card,.theme-v3 .v2-shop-card{border-radius:12px}.theme-v3 .v2-shop-collage>div,.theme-v3 .v2-product-cover,.theme-v3 .v2-story-scene,.theme-v3 .v2-story-image{border-radius:11px}}
