: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}.goods-catalog{background:color-mix(in srgb, var(--paper,#f8f3e9) 92%, #d8c2ff);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:96px 0}.goods-section-heading,.product-editor-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.goods-section-heading h2,.product-editor-heading h2{margin:8px 0 10px;font-size:clamp(2rem,4vw,3.6rem)}.goods-section-heading p{max-width:680px;color:var(--muted);margin:0}.goods-section-heading .status-badge{text-align:right;white-space:normal;max-width:260px}.goods-catalog-groups{gap:44px;display:grid}.goods-sector{gap:16px;display:grid}.goods-sector-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;display:flex}.goods-sector-head h3{font-family:var(--serif);margin:0;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:560}.goods-sector-head span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 11px;font-size:.78rem;font-weight:800}.goods-catalog-tools{justify-content:space-between;align-items:center;gap:14px;margin:-12px 0 26px;display:flex}.goods-category-tabs{flex-wrap:wrap;gap:8px;display:flex}.goods-category-tabs button{border:1px solid var(--line);color:var(--ink-soft);cursor:pointer;background:#ffffffb8;border-radius:999px;padding:10px 15px;font-weight:800}.goods-category-tabs button[aria-pressed=true]{background:var(--ink);border-color:var(--ink);color:#fff}.goods-search-field{border:1px solid var(--line);background:#ffffffc2;border-radius:999px;flex:0 280px;align-items:center;gap:10px;min-height:44px;padding:6px 14px;display:flex}.goods-search-field span{color:var(--plum-deep);flex:none;font-size:.78rem;font-weight:900}.goods-search-field input{background:0 0;border:0;outline:0;width:100%;min-width:0}.goods-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.goods-card{border:1px solid var(--line);color:inherit;background:#fff;border-radius:26px;text-decoration:none;transition:transform .2s,box-shadow .2s;overflow:hidden}.goods-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #23190f1f}.goods-card-image{aspect-ratio:1/.82;background:linear-gradient(145deg,#19130f,#4b3427);place-items:center;display:grid;position:relative;overflow:hidden}.goods-card-image:after{content:"";pointer-events:none;background:linear-gradient(#120c080f,#120c0857);position:absolute;inset:0}.goods-card-image img{object-fit:cover;filter:saturate(.88)brightness(.92);width:100%;height:100%}.goods-card-image-contain{background:#f2eadb}.goods-card-image-contain:after{content:none}.goods-card-image-contain img{object-fit:contain;filter:none}.goods-card-image>span{color:#dbc48c;font-family:serif;font-size:5rem}.goods-card-image em{z-index:1;color:#281c12;background:#f0d789;border-radius:999px;padding:7px 11px;font-size:.75rem;font-style:normal;font-weight:800;position:absolute;top:16px;left:16px}.goods-card-image em.sold-out{color:#6b625c;background:#e7e2dd}.goods-card-copy{padding:22px}.goods-card-copy small{color:var(--muted);letter-spacing:.09em}.goods-card-copy h3{margin:7px 0;font-size:1.35rem}.goods-card-copy p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px;margin:0 0 18px;line-height:1.65;display:-webkit-box;overflow:hidden}.goods-card-copy .goods-card-match{min-height:0;color:var(--ink-soft);background:#f8f2e7c7;border:1px solid #c69a523d;border-radius:16px;padding:12px 14px;font-size:.92rem}.goods-card-match strong{color:var(--plum-deep);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.78rem;display:block}.goods-card-copy strong{font-size:1.15rem}.goods-card-purchase{border-top:1px solid var(--line);margin-top:18px;padding-top:16px}.goods-card-purchase span{justify-content:space-between;align-items:flex-end;gap:14px;display:flex}.goods-card-purchase small{color:var(--plum-deep);letter-spacing:0;font-size:.75rem;font-weight:900}.goods-card-purchase strong{color:var(--ink);text-align:right;font-size:1.24rem;line-height:1.2}.goods-card-actions{grid-template-columns:1fr 1.15fr;gap:8px;margin-top:14px;display:grid}.goods-card-actions a,.goods-card-actions button{border:1px solid var(--line);border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:10px 12px;font-size:.9rem;font-weight:900;text-decoration:none;display:inline-flex}.goods-card-actions a{color:var(--ink);background:#ffffffc2}.goods-card-actions button{background:var(--ink);border-color:var(--ink);color:#fff;cursor:pointer}.goods-card-actions button:disabled{color:#746b62;cursor:not-allowed;background:#d7d1c8;border-color:#d7d1c8}.goods-card-loading{opacity:.45;min-height:410px;animation:1.2s ease-in-out infinite alternate goods-pulse}@keyframes goods-pulse{to{opacity:.75}}.goods-product-page,.goods-checkout-page{background:var(--paper,#f8f3e9);min-height:70vh;padding:54px 0 110px}.goods-product-shell,.goods-checkout-shell{max-width:1180px}.goods-detail-grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:start;gap:clamp(34px,7vw,90px);margin-top:34px;display:grid}.goods-detail-image{background:linear-gradient(145deg,#18110d,#4c3526);border-radius:32px;place-items:center;min-height:560px;display:grid;overflow:hidden;box-shadow:0 25px 70px #27190f2e}.goods-detail-image img{object-fit:cover;width:100%;height:100%;min-height:560px}.goods-detail-image>span{color:#dbc48c;font-family:serif;font-size:9rem}.goods-detail-copy{padding:18px 0;position:sticky;top:32px}.goods-detail-copy h1{margin:12px 0 18px;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.06}.goods-detail-copy>p{color:var(--muted);font-size:1.08rem;line-height:1.8}.goods-detail-price{margin:28px 0;font-size:2rem;display:block}.goods-detail-price-block{margin:28px 0}.goods-detail-price-block small{color:var(--plum-deep);letter-spacing:.04em;margin-bottom:6px;font-size:.82rem;font-weight:900;display:block}.goods-detail-price-block .goods-detail-price{margin:0}.goods-detail-intent{background:#fffdf8b8;border:1px solid #c69a5247;border-radius:20px;gap:12px;margin:0 0 24px;padding:20px;display:grid}.goods-detail-intent>span{color:var(--plum-deep);letter-spacing:.08em;font-size:.8rem;font-weight:900}.goods-detail-intent p{color:var(--ink-soft);margin:0;line-height:1.7}.goods-detail-intent strong{color:var(--ink);margin-bottom:4px;font-size:.86rem;display:block}.goods-policy-list{border:1px solid var(--line);color:var(--muted);background:#ffffff8c;border-radius:18px;gap:8px;margin-bottom:26px;padding:18px;display:grid}.goods-policy-list span{justify-content:space-between;gap:16px;display:flex}.goods-quantity-field{max-width:180px}.goods-detail-actions{grid-template-columns:1fr 1.1fr;gap:10px;margin-top:10px;display:grid}.goods-description{border:1px solid var(--line);background:#fff;border-radius:28px;max-width:820px;margin:90px auto 0;padding:48px}.goods-description h2{font-size:2rem}.goods-markdown{white-space:pre-wrap;line-height:1.85}.goods-checkout-grid{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:28px;display:grid}.goods-shipping-form{gap:18px;display:grid}.two-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.three-field-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.goods-payment-summary{position:sticky;top:24px}.goods-summary-product{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:18px 0;display:flex}.goods-summary-product-rich{justify-content:flex-start;align-items:center}.goods-summary-product-rich>div{aspect-ratio:1;background:#17110d;border-radius:10px;flex:0 0 72px;justify-content:center;align-items:center;display:grid;overflow:hidden}.goods-summary-product-rich img{object-fit:cover;width:100%;height:100%}.goods-summary-product-rich>div span{color:#dbc48c;font-family:serif;font-size:2rem}.goods-summary-product-rich>span{gap:4px;display:grid}.goods-summary-product-rich small{color:var(--muted)}.goods-summary-product-rich em{color:var(--plum-deep);font-style:normal;font-weight:900}.checkout-login-required{background:#fff7d8;border:1px solid #e4c76d;border-radius:20px;margin-bottom:24px;padding:24px}.checkout-login-required h2{margin-top:0}.checkout-login-required>div{grid-template-columns:1fr 1fr;gap:12px;display:grid}.admin-commerce-tabs{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#faf7f1f2;position:sticky;top:0}.admin-commerce-tabs .shell{gap:8px;padding-top:10px;padding-bottom:10px;display:flex}.admin-commerce-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:10px 16px;font-weight:800}.admin-commerce-tabs button[aria-pressed=true]{background:var(--ink);color:#fff}.admin-product-grid{align-items:start}.product-editor textarea{min-height:100px}.product-editor textarea[rows]{min-height:220px}.product-image-preview{aspect-ratio:4/3;border:1px solid var(--line);background:#eee;border-radius:18px;width:min(100%,360px);margin-bottom:12px;overflow:hidden}.product-image-preview img{object-fit:cover;width:100%;height:100%}.input-prefix{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;display:flex;overflow:hidden}.input-prefix span{color:var(--muted);padding-left:14px}.input-prefix input{box-shadow:none!important;border:0!important;padding-left:2px!important}.product-switches{flex-wrap:wrap;gap:12px;margin:18px 0;display:flex}.product-switches label{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px 16px;font-weight:700}.shipping-address-card{border:1px solid var(--line);background:#ffffffb3;border-radius:18px;margin:18px 0 28px;padding:20px}.shipping-address-card h3{margin-top:0}.shipping-address-card p{line-height:1.65}.goods-order-summary{margin-top:30px}.goods-order-item{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:16px 0;display:flex}.goods-order-item div{gap:4px;display:grid}.goods-cart-floating{color:#f3eadf;cursor:pointer;z-index:80;background:#1a120d;border:1px solid #d0ad726b;border-radius:999px;align-items:center;gap:9px;min-height:52px;padding:10px 15px;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 18px 46px #00000047}.goods-cart-floating .goods-cart-label{color:#d8b572;letter-spacing:0;font-size:.9rem;font-weight:900;line-height:1}.goods-cart-floating strong{color:#1a120d;background:#d8b572;border-radius:999px;place-items:center;min-width:24px;padding:4px 7px;font-size:.82rem;display:grid}.goods-cart-backdrop{z-index:120;background:#0705048c;position:fixed;inset:0}.goods-cart-panel{color:#eadfce;background:#15100d;border-left:1px solid #d0ad723d;grid-template-rows:auto minmax(0,1fr) auto auto;width:100%;max-width:min(460px,100vw);height:100%;margin-left:auto;padding:24px;display:grid;box-shadow:-24px 0 80px #0000006b}.goods-cart-head{border-bottom:1px solid #d0ad7229;justify-content:space-between;align-items:start;gap:18px;padding-bottom:18px;display:flex}.goods-cart-head h2{color:#f1e4d3;font-family:var(--serif);margin:6px 0 0;font-size:1.8rem;font-weight:560}.goods-cart-head button,.goods-cart-item-copy button{color:#d7c6b4;cursor:pointer;background:#ffffff0f;border:1px solid #d0ad722e;border-radius:8px;padding:9px 11px;font-weight:800}.goods-cart-empty{color:#b8aa99;align-content:center;gap:10px;min-height:260px;display:grid}.goods-cart-empty strong{color:#f1e4d3;font-family:var(--serif);font-size:1.45rem;font-weight:560}.goods-cart-empty p{margin:0;line-height:1.7}.goods-cart-empty a{color:#e0bc7b;font-weight:900}.goods-cart-items{gap:14px;margin:18px -6px 18px 0;padding-right:6px;display:grid;overflow-y:auto}.goods-cart-item{grid-template-columns:92px minmax(0,1fr);gap:13px;display:grid}.goods-cart-thumb{aspect-ratio:1;background:#080706;border:1px solid #d0ad7229;border-radius:12px;place-items:center;display:grid;overflow:hidden}.goods-cart-thumb img{object-fit:cover;width:100%;height:100%}.goods-cart-thumb span{color:#d8b572;font-family:var(--serif);font-size:2.4rem}.goods-cart-item-copy{min-width:0}.goods-cart-item-copy small{color:#a89683;margin-bottom:4px;font-size:.75rem;font-weight:800;display:block}.goods-cart-item-copy strong{color:#f1e4d3;overflow-wrap:anywhere;line-height:1.35;display:block}.goods-cart-item-copy>span{color:#c9b9a6;margin-top:3px;font-size:.86rem;display:block}.goods-cart-item-copy em{color:#e0bc7b;margin-top:6px;font-style:normal;font-weight:900;display:block}.goods-cart-item-copy div{flex-wrap:wrap;align-items:center;gap:7px;margin-top:9px;display:flex}.goods-cart-item-copy label{color:#a89683;font-size:.76rem;font-weight:800}.goods-cart-item-copy select{width:76px;min-height:36px}.goods-cart-total{border-top:1px solid #d0ad722e;gap:8px;padding-top:16px;display:grid}.goods-cart-total div{color:#b8aa99;justify-content:space-between;gap:14px;display:flex}.goods-cart-total div:last-child{color:#f1e4d3;font-size:1.08rem;font-weight:900}.goods-cart-actions{gap:10px;padding-top:16px;display:grid}.checkout-empty{min-height:150px}@media (max-width:860px){.goods-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.goods-detail-grid,.goods-checkout-grid{grid-template-columns:1fr}.goods-detail-copy,.goods-payment-summary{position:static}.goods-detail-image,.goods-detail-image img{min-height:420px}.goods-detail-actions,.three-field-grid{grid-template-columns:1fr}}@media (max-width:560px){.goods-catalog{padding:64px 0}.goods-section-heading,.product-editor-heading{flex-direction:column;align-items:flex-start}.goods-catalog-tools{flex-direction:column;align-items:stretch}.goods-search-field{flex:none;width:100%}.goods-grid{grid-template-columns:1fr}.goods-card-loading{min-height:330px}.goods-card-actions{grid-template-columns:1fr}.goods-detail-image,.goods-detail-image img{min-height:340px}.goods-cart-floating{bottom:14px;right:14px}.goods-cart-panel{padding:20px}.goods-description{padding:28px 22px}.two-field-grid,.checkout-login-required>div{grid-template-columns:1fr}.admin-commerce-tabs .shell{overflow-x:auto}.admin-commerce-tabs button{flex:none}}*{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:0;display:inline-flex}.brand-wordmark{border-left:1px solid #976f3d80;flex-direction:column;padding-left:13px;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}.welcome-modal{text-align:center}.welcome-modal-actions{justify-content:center;margin-top:28px;display:flex}.welcome-modal-actions .v2-button{min-width:140px}.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}.consent-document-card{gap:22px;display:grid}.consent-document-meta{color:var(--ink-soft);flex-wrap:wrap;gap:8px 18px;font-size:12px;display:flex}.consent-document-body{color:var(--ink);white-space:pre-wrap;font-size:14px;line-height:1.85}.intake-form{gap:18px;display:grid}.checklist{color:var(--ink-soft);gap:10px;margin:0;padding-left:18px;font-size:14px;line-height:1.65;display:grid}.checklist li::marker{color:var(--plum)}.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],.field select[aria-invalid=true]{border-color:var(--error)}.field-help{color:var(--ink-soft);font-size:11px}.field-label-note{color:var(--ink-soft);margin-left:8px;font-size:11px;font-weight:800}.field-error{color:var(--error);font-size:12px;font-weight:700}.time-24-group{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;display:grid}.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}.consultation-package-options{gap:10px;display:grid}.consultation-package-option{border:1px solid var(--line);cursor:pointer;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px;display:grid}.consultation-package-option.selected{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, var(--paper))}.consultation-package-option input{margin:4px 0 0}.consultation-package-option span{gap:4px;display:grid}.consultation-package-option strong,.consultation-package-option b{color:var(--ink)}.consultation-package-option small,.consultation-package-option em{color:var(--muted);font-size:13px;font-style:normal}.consultation-package-option b{white-space:nowrap}.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}.account-page .orders-shell{max-width:1080px}.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 h3{color:inherit;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 small{color:#ffffff73}.footer-note{color:#ffffff7a;max-width:260px;margin:20px 0 0;font-size:12px}.footer-escrow{opacity:.82;max-width:290px;margin-top:22px;transition:opacity .18s ease-out;display:block}.footer-escrow:hover{opacity:1}.footer-escrow:focus-visible{outline-offset:4px;border-radius:8px;outline:2px solid #c7a063}.footer-escrow img{max-width:100%;height:auto;display:block}.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 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}}.v2-brand-manifesto{color:#d9cec1;background:radial-gradient(circle at 18% 40%,#b2844517,#0000 34%),#0b0907;border-top:1px solid #d0ad721a;border-bottom:1px solid #d0ad721a}.v2-brand-manifesto-inner{grid-template-columns:100px minmax(0,760px);justify-content:center;align-items:center;gap:36px;padding-top:58px;padding-bottom:58px;display:grid}.v2-brand-manifesto-inner>span{color:#ba9156;font-family:var(--serif);border:1px solid #d0ad723d;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;font-size:30px;display:flex}.v2-brand-manifesto-inner p{color:#b3a79a;font-family:var(--serif);margin:0;font-size:16px;line-height:1.95}.v2-brand-manifesto-inner p+p{margin-top:10px}.knot-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.knot-option{cursor:pointer;background:#ffffff08;border:1px solid #d0ad7229;border-radius:13px;align-items:flex-start;gap:10px;min-height:58px;padding:14px!important;display:flex!important}.knot-option:has(input:checked){background:#b0844521;border-color:#d0ad7275}.knot-option input{margin-top:4px}.consent-detail a{color:#c39a5c;text-underline-offset:3px;text-decoration:underline}.free-clue-page{background:radial-gradient(circle at 50% 20%,#9c71381f,#0000 38%),#090806;min-height:74vh;padding:76px 0 110px}.free-clue-shell{max-width:760px;margin:0 auto}.free-clue-card{color:#e5dacf;text-align:center;background:linear-gradient(155deg,#1e1914f5,#0f0d0bfa);border:1px solid #d0ad723d;border-radius:22px;padding:64px clamp(28px,7vw,72px);position:relative;overflow:hidden;box-shadow:0 34px 90px #0000006b}.free-clue-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#c79d5b33,#0000 66%);width:420px;height:280px;position:absolute;top:-170px;left:50%;transform:translate(-50%)}.free-clue-mark{color:#c49b5f;font-family:var(--serif);border:1px solid #d0ad7242;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:24px auto;font-size:25px;display:flex}.free-clue-card h1{color:#ece2d7;font-family:var(--serif);letter-spacing:-.055em;font-size:clamp(30px,5vw,44px);line-height:1.4}.free-clue-card>p{color:#ada196;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.9}.free-clue-divider{color:#a97f45;align-items:center;gap:14px;margin:30px 0;display:flex}.free-clue-divider:before,.free-clue-divider:after{content:"";background:#d0ad7229;flex:1;height:1px}.free-clue-locked{font-size:13px}.free-clue-product-fit{border-top:1px solid #d0ad7229;border-bottom:1px solid #d0ad7229;gap:16px;margin-top:28px;padding:30px 0;display:grid}.free-clue-product-fit>div>span{color:#b68b4f;letter-spacing:0;font-size:11px}.free-clue-product-fit h2{color:#eadfd3;font-family:var(--serif);margin:5px 0 0;font-size:26px;line-height:1.35}.free-clue-product-fit p{color:#ada196;margin:0;line-height:1.75}.free-clue-product-scope{border-left:2px solid #d0ad726b;gap:12px;padding-left:16px;display:grid}.free-clue-product-scope ul{color:#d7c7b7;gap:7px;margin:0;padding-left:19px;font-size:13px;line-height:1.55;list-style:outside;display:grid}.free-clue-fit-note{font-size:12px}.result-goods-recommendations{background:#11100e;padding:72px 0}.result-goods-recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.result-goods-recommendation-groups{gap:48px;display:grid}.result-goods-recommendation-group-heading{border-left:2px solid #c8a768;margin:0 0 20px;padding-left:14px}.result-goods-recommendation-group-heading>span{color:#c8a768;font-size:12px}.result-goods-recommendation-group-heading h3{color:#eadfd3;font-family:var(--serif);margin:5px 0 7px;font-size:23px}.result-goods-recommendation-group-heading p{color:#b9ada0;margin:0;font-size:14px;line-height:1.7}.result-goods-recommendation-card{color:#eadfd3;background:#181512;border:1px solid #d0ad7238;border-radius:8px;flex-direction:column;min-width:0;padding:16px;text-decoration:none;display:flex;overflow:hidden}.result-goods-recommendation-card:hover{border-color:#e1bd7eb8}.result-goods-recommendation-image{aspect-ratio:1;background:#efe6d4;margin:-16px -16px 16px;position:relative;overflow:hidden}.result-goods-recommendation-image img{object-fit:contain;padding:12px}.result-goods-recommendation-card>span{color:#c8a768;font-size:12px}.result-goods-recommendation-card h3{font-family:var(--serif);margin:8px 0 4px;font-size:21px;line-height:1.35}.result-goods-recommendation-card>strong{color:#f0c870;font-size:14px}.result-goods-recommendation-card p{color:#d0c3b6;margin:12px 0 0;font-size:14px;line-height:1.7}.result-goods-recommendation-card small,.result-goods-recommendation-card em{color:#a99b8d;margin-top:10px;font-size:12px;font-style:normal;line-height:1.65}.result-goods-recommendation-card em{border-top:1px solid #d0ad7229;padding-top:10px}.result-goods-recommendation-card b{color:#f0c870;margin-top:auto;padding-top:18px;font-size:13px}.result-goods-recommendation-card i{font-style:normal}@media (max-width:760px){.result-goods-recommendation-grid{grid-template-columns:1fr}}.free-clue-loading,.free-clue-disclaimer{color:#92877b;text-align:center;padding:60px 0}.free-clue-disclaimer{padding:18px 0 0;font-size:11px}.orders-list{gap:14px;margin-top:32px;display:grid}.account-login-card,.account-profile-card,.account-event-card,.account-list-panel{color:#e7ddcf;background:#171310eb;border:1px solid #d0ad7224;border-radius:14px;padding:clamp(22px,4vw,34px)}.account-login-card{gap:18px;max-width:680px;margin-top:32px;display:grid}.account-login-card h1,.account-profile-card h2,.account-event-card h2,.account-section h2{color:#eee5d9;font-family:var(--serif);letter-spacing:-.04em;margin:0;font-weight:580}.account-login-card p,.account-event-card p,.account-list-panel p{color:#a69b8f;margin:0;line-height:1.75}.account-summary-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px;margin-top:32px;display:grid}.account-profile-card,.account-event-card{gap:16px;display:grid}.account-profile-card dl,.admin-member-dl{gap:10px;margin:0;display:grid}.account-profile-card dl div,.admin-member-dl div{border-bottom:1px solid #d0ad721c;grid-template-columns:100px minmax(0,1fr);align-items:baseline;gap:12px;padding-bottom:10px;display:grid}.account-profile-card dt,.admin-member-dl dt{color:#92877b;font-size:12px;font-weight:800}.account-profile-card dd,.admin-member-dl dd{color:#e7ddcf;overflow-wrap:anywhere;min-width:0;margin:0}.account-consent-row,.admin-member-actions{flex-wrap:wrap;gap:8px;display:flex}.account-consent-row span{color:#d6b77e;background:#b88a451f;border:1px solid #d0ad722e;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800}.account-metrics-grid,.admin-member-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.admin-member-metrics{grid-template-columns:repeat(6,minmax(0,1fr));margin-top:30px}.account-metrics-grid div,.admin-member-metrics div{background:#171310eb;border:1px solid #d0ad7221;border-radius:12px;padding:18px}.account-metrics-grid strong,.admin-member-metrics strong{color:#efdfc3;font-family:var(--serif);font-size:clamp(18px,2vw,24px);line-height:1.2;display:block}.account-metrics-grid span,.admin-member-metrics span{color:#94897d;margin-top:6px;font-size:12px;display:block}.account-section{margin-top:38px}.section-heading-line{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.account-list-panel{gap:12px;display:grid}.account-list-panel h3{color:#e7ddcf;margin:0}.account-list-row{border-top:1px solid #d0ad721c;gap:3px;padding-top:12px;display:grid}.account-list-row strong{color:#e7ddcf}.account-list-row span{color:#94897d;font-size:12px}.admin-shell{max-width:1180px}.admin-gate-page{min-height:72vh}.admin-gate-shell{max-width:760px}.admin-gate-card{background:#181411eb;border:1px solid #d0ad722e;border-radius:22px;flex-direction:column;align-items:flex-start;gap:18px;margin-top:32px;padding:clamp(28px,6vw,54px);display:flex}.admin-gate-card h1{color:#e6dbce;font-family:var(--serif);margin:0;font-size:clamp(28px,5vw,44px);line-height:1.18}.admin-gate-card>p{color:#aa9f94;margin:0;line-height:1.75}.admin-mfa-qr{background:#fff;border-radius:18px;padding:14px}.admin-mfa-qr img{width:min(58vw,280px);height:min(58vw,280px);display:block}.admin-mfa-form{gap:12px;width:100%;max-width:360px;display:grid}.admin-mfa-form label{color:#cfc3b7;font-size:13px;font-weight:700}.admin-mfa-form input{color:#f3eadf;font-variant-numeric:tabular-nums;letter-spacing:.2em;background:#ffffff0b;border:1px solid #d0ad7247;border-radius:11px;padding:14px 16px;font-size:24px}.admin-grid{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:20px;margin-top:34px;display:grid}.admin-order-rail,.admin-workbench{background:#181411e6;border:1px solid #d0ad7229;border-radius:18px;padding:22px}.admin-order-rail{gap:10px;display:grid;position:sticky;top:150px}.admin-order-button{color:#cfc3b7;text-align:left;background:#ffffff06;border:1px solid #d0ad721c;border-radius:11px;gap:2px;padding:14px;display:grid}.admin-order-button[aria-pressed=true]{background:#b4884b21;border-color:#d0ad7266}.admin-order-button span,.admin-order-button small{color:#93887d}.admin-workbench{gap:18px;display:grid}.fortune-program-layout{grid-template-columns:minmax(300px,.82fr) minmax(0,1.18fr);align-items:start;gap:20px;margin-top:34px;display:grid}.fortune-program-panel{color:#d9cec1;background:#181411e6;border:1px solid #d0ad7229;border-radius:8px;padding:22px}.fortune-program-form,.fortune-program-result,.fortune-program-preview{gap:18px;display:grid}.fortune-program-panel-head{border-bottom:1px solid #d0ad7221;gap:5px;padding-bottom:16px;display:grid}.fortune-program-panel-head span,.fortune-program-preview section>span{color:#b68b4f;letter-spacing:0;font-size:11px;font-weight:800}.fortune-program-panel-head strong{color:#e8ded1;font-family:var(--serif);font-size:22px;font-weight:580}.fortune-program-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.fortune-program-form .field{gap:7px;display:grid}.fortune-program-form .field>span,.fortune-program-check{color:#cfc3b7;font-size:13px;font-weight:700}.fortune-program-form input,.fortune-program-form select,.fortune-program-form textarea{color:#f0e7dc;background:#ffffff0b;border:1px solid #d0ad723d;border-radius:8px;min-height:42px;padding:10px 12px}.fortune-program-form textarea{resize:vertical;min-height:122px;line-height:1.65}.fortune-program-check{align-items:center;gap:9px;display:inline-flex}.fortune-program-check input{accent-color:#b4884b;min-height:auto}.fortune-program-policy,.fortune-program-empty p,.fortune-program-preview p,.fortune-program-preview li{color:#a99e93;margin:0;line-height:1.75}.fortune-program-empty{border:1px dashed #d0ad7238;align-content:center;gap:8px;min-height:260px;padding:24px;display:grid}.fortune-program-empty strong,.fortune-program-preview h2{color:#e8ded1;font-family:var(--serif);margin:0;font-size:22px;font-weight:580}.fortune-program-preview section{border-top:1px solid #d0ad7221;gap:10px;padding-top:18px;display:grid}.fortune-program-preview section:first-child{border-top:0;padding-top:0}.fortune-program-pillars{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;display:grid}.fortune-program-pillars div{background:#ffffff06;border:1px solid #d0ad721f;border-radius:8px;padding:10px}.fortune-program-pillars dt{color:#9d9287;font-size:11px;font-weight:700}.fortune-program-pillars dd{color:#eadfd3;font-family:var(--serif);margin:4px 0 0;font-size:20px}.fortune-program-rule-list{gap:10px;display:grid}.fortune-program-rule-list article{background:#ffffff06;border-left:2px solid #b4884b;gap:7px;padding:13px 14px;display:grid}.fortune-program-rule-list strong{color:#eadfd3}.fortune-program-rule-list ul,.fortune-program-preview ol{gap:5px;margin:0;padding-left:18px;display:grid}.fortune-program-rule-list small{color:#c7a87a;font-size:12px}.fortune-corpus-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:28px;display:grid}.fortune-corpus-summary>div{background:#181411e6;border:1px solid #d0ad7229;border-radius:8px;gap:4px;padding:15px;display:grid}.fortune-corpus-summary span,.fortune-corpus-summary small,.fortune-corpus-no-store{color:#9d9287;font-size:12px}.fortune-corpus-summary strong{color:#e8ded1;font-family:var(--serif);font-size:24px;font-weight:580}.fortune-corpus-layout{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:20px;margin-top:20px;display:grid}.fortune-corpus-list,.fortune-corpus-side,.fortune-corpus-result{gap:18px;display:grid}.fortune-corpus-records{gap:8px;max-height:740px;padding-right:4px;display:grid;overflow-y:auto}.fortune-corpus-records article{background:#ffffff06;border:1px solid #d0ad721f;border-radius:8px;gap:10px;padding:13px;display:grid}.fortune-corpus-records article.is-selected{border-color:#c9a05fb3}.fortune-corpus-records article>div:first-child{gap:5px;display:grid}.fortune-corpus-records article>div:first-child>span{color:#b68b4f;font-size:11px;font-weight:800}.fortune-corpus-records strong{color:#e8ded1}.fortune-corpus-records p{color:#a99e93;margin:0;font-size:13px;line-height:1.55}.fortune-corpus-tags,.fortune-corpus-record-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.fortune-corpus-tags span{color:#bdb1a5;border:1px solid #d0ad7229;border-radius:99px;padding:4px 7px;font-size:11px}.fortune-corpus-record-actions{justify-content:space-between}.fortune-corpus-record-actions a,.fortune-corpus-record-actions button{color:#d3a965;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;font-size:12px;text-decoration:underline}.fortune-corpus-result .fortune-program-pillars small{color:#b68b4f;margin-top:5px;font-size:11px;display:block}.free-clue-origin-reference{border-top:1px solid #d0ad7229;border-bottom:1px solid #d0ad7229;gap:18px;margin:42px 0;padding:30px 0;display:grid}.free-clue-origin-head{gap:5px;display:grid}.free-clue-origin-head span,.free-clue-figure-match>span{color:#b68b4f;letter-spacing:0;font-size:11px;font-weight:800}.free-clue-origin-head h2{color:#eadfd3;font-family:var(--serif);margin:0;font-size:24px;font-weight:580}.free-clue-origin-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;display:grid}.free-clue-origin-grid div{background:#ffffff06;border:1px solid #d0ad7226;border-radius:8px;padding:11px}.free-clue-origin-grid dt,.free-clue-figure-match small,.free-clue-origin-note,.free-clue-origin-empty{color:#a99e93;font-size:12px}.free-clue-origin-grid dd{color:#eadfd3;font-family:var(--serif);margin:4px 0 0;font-size:22px}.free-clue-figure-match{background:#b4884b14;border-left:2px solid #b4884b;gap:7px;padding:15px 17px;display:grid}.free-clue-figure-match strong{color:#eadfd3;font-family:var(--serif);font-size:24px;font-weight:580}.free-clue-figure-match p,.free-clue-origin-note,.free-clue-origin-empty{margin:0;line-height:1.65}.free-clue-figure-match a{color:#d3a965;text-underline-offset:3px;font-size:12px;text-decoration:underline}.admin-intake-summary{border-bottom:1px solid #d0ad7221;padding-bottom:20px}.admin-intake-summary h2{color:#e0d5c8;font-family:var(--serif);margin:14px 0 6px}.admin-intake-summary p,.admin-intake-summary small{color:#9d9287}.admin-actions{flex-wrap:wrap;gap:10px;padding-top:10px;display:flex}.admin-member-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px;display:flex}.admin-member-toolbar .goods-search-field{color:#e7ddcf;background:#171310eb;border-color:#d0ad722e}.admin-member-toolbar .goods-search-field span{color:#d4ad6d}.admin-member-toolbar .goods-search-field input{color:#e7ddcf}.admin-member-filters{flex-wrap:wrap;gap:8px;display:flex}.admin-member-filters button{color:#a99d90;cursor:pointer;background:#ffffff06;border:1px solid #d0ad7226;border-radius:999px;padding:9px 12px;font-weight:800}.admin-member-filters button[aria-pressed=true]{color:#140f0b;background:#b4884b;border-color:#b4884b}.admin-member-grid{grid-template-columns:340px minmax(0,1fr)}.admin-member-rail{max-height:calc(100vh - 180px);overflow:auto}.admin-member-detail .shipping-address-card{background:#ffffff06;border:1px solid #d0ad721f;border-radius:12px;padding:20px}.admin-member-detail .shipping-address-card h3{color:#e7ddcf;margin-top:0}.admin-member-detail .shipping-address-card p{color:#9d9287;margin:0;line-height:1.75}.admin-member-stats,.orders-list .order-list-card{margin-top:0}.order-list-link{transition:border-color .16s,transform .16s;display:block}.order-list-link:hover{border-color:#d0ad7261;transform:translateY(-2px)}.published-result{color:#d9cec1;background:#181411e6;border:1px solid #d0ad722e;border-radius:22px;margin-top:32px;padding:clamp(28px,6vw,62px)}.published-result section{border-bottom:1px solid #d0ad721f;padding:24px 0}.published-result section>span{color:#b68b4f;letter-spacing:.08em;font-size:11px;font-weight:800}.published-result h2{color:#eadfd3;font-family:var(--serif);margin:10px 0 0;font-size:26px;line-height:1.6}.published-result li,.published-result .result-note{color:#aa9e92;line-height:1.9}.free-clue-profile-starter{border-top:1px solid #d0ad723d;border-bottom:1px solid #d0ad723d;gap:10px;margin:24px 0;padding:22px 4px;display:grid}.free-clue-profile-starter>span,.admin-saju-profile>span{color:#d3a965;letter-spacing:0;font-size:11px;font-weight:700}.free-clue-profile-starter h2,.admin-saju-profile h2{color:#e7ddcf;font-family:var(--serif);margin:0;font-size:22px}.free-clue-profile-starter p,.free-clue-profile-starter small{color:#b6aa9e;margin:0;line-height:1.65}.free-clue-profile-starter ul,.admin-saju-profile ul,.admin-saju-profile ol{color:#c8beb4;gap:8px;margin:0;padding-left:20px;line-height:1.55;display:grid}.admin-saju-profile{border-bottom:1px solid #d0ad7221;gap:12px;padding:22px 0;display:grid}.admin-saju-profile>p,.admin-saju-profile small,.admin-saju-profile li span{color:#9d9287;line-height:1.6}.admin-saju-profile h3{color:#d3a965;margin:6px 0 0;font-size:13px}.admin-saju-profile li{gap:3px;display:grid}.admin-saju-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.admin-saju-profile-grid div{background:#ffffff09;border:1px solid #d0ad721f;padding:10px}.admin-saju-profile-grid dt{color:#d3a965;font-size:11px}.admin-saju-profile-grid dd{color:#ded2c3;margin:4px 0 0;font-size:13px;line-height:1.5}.result-note{margin:26px 0;font-size:12px}.published-result .result-goods-introduction p{color:#aa9e92;line-height:1.9}.published-result .result-goods-introduction>div{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.print-reading-document{display:none}@media print{.demo-notice,.site-header,.category-navigation,.mobile-bottom-nav,.site-footer,.result-page .breadcrumb,.published-result .complete-actions,.result-screen-content{display:none!important}.result-page,.theme-v3 .result-page{color:#000!important;background:#fff!important;padding:0!important}.published-result{box-shadow:none;color:#000;border:0;background:#fff!important}.published-result h2,.published-result li,.published-result .result-note{color:#000!important}@page{size:A4;margin:0}.result-page .orders-shell{max-width:none!important;padding:0!important}.print-reading-document{color:#16120f;font-family:var(--sans);display:block!important}.print-reading-watermark{z-index:0;opacity:.12;filter:grayscale()contrast(.78)brightness(1.18);position:fixed;inset:0;overflow:hidden}.print-reading-watermark img{object-fit:cover;object-position:center}.print-reading-page{box-sizing:border-box;z-index:1;break-after:page;page-break-after:always;min-height:297mm;padding:35mm 28mm 28mm;position:relative}.print-reading-page:last-child{break-after:auto;page-break-after:auto}.print-reading-cover{text-align:center;flex-direction:column;justify-content:center;display:flex}.print-reading-cover p,.print-reading-cover span,.print-reading-cover strong,.print-reading-cover small{margin:0}.print-reading-cover p{letter-spacing:.2em;font-size:13pt;font-weight:800}.print-reading-cover span{letter-spacing:.12em;margin-top:9mm;font-size:10pt}.print-reading-cover h1{color:#16120f;font-family:var(--serif);letter-spacing:0;margin:14mm 0 8mm;font-size:32pt;font-weight:700}.print-reading-cover strong{font-size:13pt;font-weight:600}.print-reading-cover small{margin-top:52mm;font-size:9pt}.print-reading-page>header{align-items:baseline;gap:7mm;margin-bottom:16mm;display:flex}.print-reading-page>header span,.print-reading-page section>span{letter-spacing:.12em;font-size:9pt;font-weight:800}.print-reading-page h2{color:#16120f;font-family:var(--serif);letter-spacing:0;margin:0;font-size:23pt;font-weight:700}.print-reading-summary{font-family:var(--serif);margin:0 0 18mm;font-size:16pt;font-weight:600;line-height:1.9}.print-reading-page section{margin-top:16mm}.print-reading-page ul,.print-reading-page ol{margin:7mm 0 0;padding-left:7mm}.print-reading-page li{color:#16120f;margin:0 0 5mm;font-size:11.5pt;line-height:1.85}.print-reading-note{margin:20mm 0 0;font-size:9.5pt;line-height:1.8}}@media (max-width:680px){.v2-brand-manifesto-inner{grid-template-columns:1fr;gap:18px;padding-top:42px;padding-bottom:42px}.v2-brand-manifesto-inner>span{width:62px;height:62px}.knot-options{grid-template-columns:1fr}.free-clue-card{padding:44px 22px}.free-clue-card .complete-actions{flex-direction:column;align-items:stretch}.admin-grid{grid-template-columns:1fr}.admin-order-rail{position:static}.account-summary-grid,.account-two-column,.account-metrics-grid,.admin-member-metrics,.account-profile-card dl div,.admin-member-dl div{grid-template-columns:1fr}.admin-member-toolbar,.admin-member-filters,.section-heading-line{flex-direction:column;align-items:stretch}.admin-member-grid{grid-template-columns:1fr}.admin-member-rail{max-height:none}}.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,.theme-v3 .account-login-card,.theme-v3 .account-profile-card,.theme-v3 .account-event-card,.theme-v3 .account-list-panel,.theme-v3 .account-metrics-grid div,.theme-v3 .admin-member-metrics div{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 .order-list-body h3,.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 .account-login-card p,.theme-v3 .account-event-card 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-label-note{color:#9d9287}.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,.theme-v3 .account-login-card,.theme-v3 .account-profile-card,.theme-v3 .account-event-card,.theme-v3 .account-list-panel{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 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,.v2-hero-copy-panel>p{color:#655c69;margin-bottom:28px;font-size:18px;line-height:1.78}.v2-hero-rotator{gap:0;display:grid}.v2-hero-copy-panel{min-height:312px;animation:.62s both v2HeroCopyFade}.v2-hero-rotator-dots{align-items:center;gap:8px;margin:-2px 0 22px;display:flex}.v2-hero-rotator-dots button{color:#6a5f6d;background:#35253d0f;border:1px solid #57465c1f;border-radius:999px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 10px;font-size:12px;font-weight:900;transition:background .18s,border-color .18s,color .18s,transform .18s;display:inline-flex}.v2-hero-rotator-dots button:hover{transform:translateY(-1px)}.v2-hero-rotator-dots button[aria-current=true]{background:var(--v2-violet);border-color:var(--v2-violet);color:#fff}@keyframes v2HeroCopyFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.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 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,.v2-hero-copy-panel>p{margin-bottom:22px;font-size:15px;line-height:1.72}.v2-hero-copy-panel{min-height:286px}.v2-hero-rotator-dots{margin-bottom:18px}.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-wordmark{border-left-color:#d0ad729e}.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,.theme-v3 .v2-hero-copy-panel>p{color:#b6ab9e;font-size:17px;font-weight:420;line-height:1.86}.theme-v3 .v2-hero-rotator-dots button{color:#b6ab9e;background:#181411bd;border-color:#d0ad7229}.theme-v3 .v2-hero-rotator-dots button[aria-current=true]{color:#130f0b;background:#b4894c;border-color:#b4894c}.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%;transform-origin:50% 36%;will-change:transform;animation:12s cubic-bezier(.45,0,.55,1) infinite dowonTeacherBreath}.theme-v3 .v2-hero-image:after{animation:12s ease-in-out infinite dowonRoomLight}@keyframes dowonTeacherBreath{0%,to{transform:scale(1.012)translate(0,0)}50%{transform:scale(1.035)translateY(-4px)}}@keyframes dowonRoomLight{0%,to{opacity:.9}50%{opacity:.76}}.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}.prayer-goods-page,.prayer-goods-detail-page{color:#ece2d5;background:#0b0908}.prayer-goods-page .breadcrumb,.prayer-goods-detail-page .breadcrumb{color:#90857a;margin:0 0 28px;font-size:12px}.prayer-goods-page .breadcrumb a,.prayer-goods-detail-page .breadcrumb a{color:#b8a99a}.prayer-goods-hero{background:radial-gradient(circle at 82% 24%,#b88a4529,#0000 27%),radial-gradient(circle at 8% 100%,#6a2c2a26,#0000 31%),linear-gradient(135deg,#080706,#17110e 68%,#0b0908);border-bottom:1px solid #d0ad7221;min-height:720px;padding:66px 0 88px;overflow:hidden}.prayer-goods-hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);align-items:center;gap:clamp(54px,8vw,112px);display:grid}.prayer-goods-hero-copy h1{color:#eee4d7;font-family:var(--serif);letter-spacing:-.055em;margin:20px 0 26px;font-size:clamp(44px,5.4vw,72px);font-weight:560;line-height:1.13}.prayer-goods-hero-copy h1 em{color:#c69d60;font-style:normal}.prayer-goods-hero-copy>p:last-of-type{color:#aaa095;max-width:590px;margin:0;font-size:16px;line-height:1.85}.prayer-goods-hero-actions{flex-wrap:wrap;gap:10px;margin-top:36px;display:flex}.prayer-goods-assurance{flex-wrap:wrap;gap:9px;margin-top:26px;display:flex}.prayer-goods-assurance span{color:#a99d90;border:1px solid #d0ad7226;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:780}.prayer-goods-count-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;max-width:560px;margin-top:18px;display:grid}.prayer-goods-count-strip span{background:#15110eb3;border:1px solid #d0ad7226;border-radius:8px;gap:4px;min-width:0;padding:12px 13px;display:grid}.prayer-goods-count-strip small{color:#8f8378;overflow-wrap:anywhere;font-size:10px;font-weight:760}.prayer-goods-count-strip strong{color:#d0ad72;font-family:var(--serif);font-size:22px;font-weight:620}.prayer-goods-hero-art{min-height:570px;position:relative}.prayer-goods-hero-primary,.prayer-goods-hero-secondary{background:#080706;border:1px solid #ddb87842;position:absolute;overflow:hidden;box-shadow:0 38px 90px #0000009e}.prayer-goods-hero-primary{aspect-ratio:1;border-radius:18px;inset:0 24px auto 22px}.prayer-goods-hero-primary:after,.prayer-goods-hero-secondary:after,.prayer-goods-card-image:after,.prayer-goods-detail-image:after,.prayer-goods-related-grid a>div:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 52%,#06040375),radial-gradient(circle at 50% 42%,#0000 36%,#00000038);position:absolute;inset:0}.prayer-goods-hero-primary img,.prayer-goods-hero-secondary img,.prayer-goods-card-image img,.prayer-goods-detail-image img,.prayer-goods-related-grid img{object-fit:cover}.prayer-goods-hero-primary>span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#d6c2a6;z-index:2;background:#0b0907c2;border:1px solid #d0ad7233;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:820;position:absolute;bottom:18px;left:18px}.prayer-goods-hero-secondary{aspect-ratio:1;z-index:2;border-radius:14px;width:43%;bottom:0;right:-24px}.prayer-goods-seal{color:#e5c996;z-index:3;background:#5a2726;border:1px solid #e6bb776b;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:104px;height:104px;display:flex;position:absolute;bottom:42px;left:-12px;transform:rotate(-7deg);box-shadow:0 18px 45px #00000075}.prayer-goods-seal small{letter-spacing:.12em;font-size:7px}.prayer-goods-seal strong{font-family:var(--serif);font-size:30px;font-weight:560}.prayer-goods-intro{background:#0e0c0a;border-bottom:1px solid #d0ad721a;padding:62px 0}.prayer-goods-intro-grid{grid-template-columns:70px repeat(2,minmax(0,1fr));align-items:start;gap:36px;display:grid}.prayer-goods-intro-grid>span{color:#b68a4f;font-family:var(--serif);font-size:48px;line-height:1}.prayer-goods-intro-grid p{color:#aaa096;font-family:var(--serif);margin:0;font-size:17px;line-height:1.9}.prayer-goods-examples{background:radial-gradient(circle at 94% 4%,#b88a4512,#0000 24%),#0b0908;padding:100px 0 112px}.prayer-goods-section-heading{justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px;display:flex}.prayer-goods-section-heading h2{color:#ece2d5;font-family:var(--serif);letter-spacing:-.04em;margin:8px 0 0;font-size:clamp(32px,4vw,48px);font-weight:560}.prayer-goods-section-heading p{color:#9e9489;margin:12px 0 0}.prayer-goods-preview-badge{color:#c7a36b;background:#b88a451c;border:1px solid #d0ad722e;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:820}.prayer-goods-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.prayer-goods-card{color:#ece2d5;background:#16120ff5;border:1px solid #d0ad7224;border-radius:17px;transition:transform .22s,border-color .22s,box-shadow .22s;overflow:hidden}.prayer-goods-card:hover{border-color:#d0ad7252;transform:translateY(-6px);box-shadow:0 30px 72px #00000080}.prayer-goods-card-image{aspect-ratio:16/10;background:#080706;position:relative;overflow:hidden}.prayer-goods-card-image img{filter:brightness(.84)saturate(.78)contrast(1.03);transition:transform .32s,filter .32s}.prayer-goods-card:hover img{filter:brightness(.92)saturate(.86)contrast(1.03);transform:scale(1.025)}.prayer-goods-card-image>span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#d2bea2;z-index:2;background:#0b0907c7;border:1px solid #d0ad7230;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:860;position:absolute;top:16px;left:16px}.prayer-goods-card-image>small{color:#eadac2bd;font-family:var(--serif);z-index:2;font-size:18px;position:absolute;bottom:15px;right:17px}.prayer-goods-card-copy{padding:26px 27px 28px}.prayer-goods-card-copy>small{color:#d0aa6b;letter-spacing:.08em;margin-bottom:8px;font-size:10px;font-weight:900;display:block}.prayer-goods-card-copy h3{color:#f4eadc;font-family:var(--serif);letter-spacing:0;margin:0 0 11px;font-size:27px;font-weight:620}.prayer-goods-card-copy p{color:#c5baac;margin:0 0 24px;font-size:15px;line-height:1.7}.prayer-goods-card-copy .prayer-goods-card-match{color:#d4c7b8;background:#0807066b;border:1px solid #d0ad7224;border-radius:8px;margin-top:-10px;padding:12px 13px;font-size:13px}.prayer-goods-card-match strong{color:#d9b777;margin-bottom:5px;font-size:11px;display:block}.prayer-goods-card-copy>div{color:#d9b777;border-top:1px solid #d0ad722e;justify-content:space-between;align-items:center;padding-top:18px;display:flex}.prayer-goods-card-copy>div strong{color:#e0bc7b;font-size:13px}.prayer-goods-principles{background:radial-gradient(circle at 8% 12%,#662c2a1f,#0000 26%),linear-gradient(145deg,#110e0c,#090807);border-top:1px solid #d0ad721a;padding:94px 0 104px}.prayer-goods-principle-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.prayer-goods-principle-grid article{background:#171310d1;border:1px solid #d0ad7224;border-radius:14px;min-height:240px;padding:28px}.prayer-goods-principle-grid article>span{color:#b88a4f;font-family:var(--serif);margin-bottom:42px;font-size:15px;display:block}.prayer-goods-principle-grid h3{color:#e8ddcf;font-family:var(--serif);margin:0 0 12px;font-size:22px;font-weight:560}.prayer-goods-principle-grid p{color:#9e9489;margin:0;font-size:13px;line-height:1.78}.prayer-goods-close{background:radial-gradient(circle at 76% 34%,#b88a451f,#0000 28%),linear-gradient(120deg,#321918,#130e0c 62%,#090807);border-top:1px solid #d0ad7229;padding:80px 0}.prayer-goods-close-inner{justify-content:space-between;align-items:center;gap:48px;display:flex}.prayer-goods-close h2{color:#eee3d6;font-family:var(--serif);letter-spacing:-.04em;margin:9px 0 12px;font-size:clamp(30px,4vw,46px);font-weight:560}.prayer-goods-close p{color:#aa9e91;margin:0}.prayer-goods-detail-hero{background:radial-gradient(circle at 84% 20%,#b88a451f,#0000 25%),linear-gradient(140deg,#090806,#15100d);border-bottom:1px solid #d0ad7221;padding:54px 0 94px}.prayer-goods-detail-grid{grid-template-columns:minmax(0,1.03fr) minmax(370px,.97fr);align-items:center;gap:clamp(44px,7vw,88px);display:grid}.prayer-goods-detail-image{aspect-ratio:1;background:#070605;border:1px solid #d0ad7240;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 34px 82px #00000094}.prayer-goods-detail-image>span{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#d4c0a4;z-index:2;background:#0b0907c9;border:1px solid #d0ad7236;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:850;position:absolute;bottom:20px;left:20px}.prayer-goods-detail-copy h1{color:#eee4d7;font-family:var(--serif);letter-spacing:-.05em;margin:16px 0 22px;font-size:clamp(42px,5vw,64px);font-weight:560;line-height:1.12}.prayer-goods-detail-lead{color:#c5baac;margin:0 0 28px;font-size:16px;line-height:1.82}.prayer-goods-detail-notice{background:#231a14b8;border:1px solid #d0ad7233;border-left:3px solid #c19658;border-radius:9px;padding:17px 18px}.prayer-goods-match-panel{gap:10px;margin:0 0 18px;display:grid}.prayer-goods-match-panel span{background:#0f0c0abd;border:1px solid #d0ad722e;border-radius:8px;gap:6px;padding:15px 16px;display:grid}.prayer-goods-match-panel small{color:#d3ad70;font-size:11px;font-weight:850}.prayer-goods-match-panel strong{color:#eadcc9;font-size:14px;font-weight:640;line-height:1.7}.prayer-goods-detail-notice strong{color:#e0bc7b;margin-bottom:6px;font-size:13px;display:block}.prayer-goods-detail-notice p{color:#c6baac;margin:0;font-size:12px;line-height:1.65}.prayer-goods-detail-meta{border-top:1px solid #d0ad721f;border-bottom:1px solid #d0ad721f;grid-template-columns:repeat(3,1fr);margin:28px 0;padding:18px 0;display:grid}.prayer-goods-detail-meta>span{gap:5px;display:grid}.prayer-goods-detail-meta small{color:#aa9c8e;font-size:10px}.prayer-goods-detail-meta strong{color:#f0dfc9;font-size:13px}.prayer-goods-detail-actions{flex-wrap:wrap;gap:10px;display:flex}.prayer-goods-detail-actions span[aria-disabled=true]{cursor:not-allowed;opacity:.72}.prayer-goods-detail-story{background:radial-gradient(circle at 8% 16%,#672d2a1c,#0000 28%),#0d0b09;border-bottom:1px solid #d0ad721a;padding:96px 0}.prayer-goods-detail-video{background:radial-gradient(circle at 88% 16%,#b88a451a,#0000 30%),#0a0807;border-bottom:1px solid #d0ad721a;padding:86px 0}.prayer-goods-detail-video-grid{grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);align-items:center;gap:clamp(32px,6vw,72px);display:grid}.prayer-goods-detail-video h2{color:#e9ded1;font-family:var(--serif);letter-spacing:-.04em;margin:12px 0 16px;font-size:clamp(30px,4vw,46px);font-weight:560;line-height:1.25}.prayer-goods-detail-video p{color:#b9ac9d;margin:0;line-height:1.82}.prayer-goods-video-frame{aspect-ratio:16/9;background:#050403;border:1px solid #d0ad7233;border-radius:15px;overflow:hidden;box-shadow:0 28px 72px #00000075}.prayer-goods-video-frame iframe,.prayer-goods-video-frame video{border:0;width:100%;height:100%}.prayer-goods-detail-story-grid{grid-template-columns:minmax(0,.9fr) minmax(400px,1.1fr);gap:80px;display:grid}.prayer-goods-detail-story h2{color:#e9ded1;font-family:var(--serif);letter-spacing:-.04em;margin:12px 0 18px;font-size:clamp(30px,4vw,46px);font-weight:560;line-height:1.25}.prayer-goods-detail-story p{color:#c3b7a9;margin:0;line-height:1.82}.prayer-goods-detail-story ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.prayer-goods-detail-story li{color:#e0d5c8;background:#120e0ceb;border:1px solid #d0ad7233;border-radius:12px;grid-template-columns:42px 1fr;align-items:center;gap:17px;padding:20px;display:grid}.prayer-goods-detail-story li span{color:#b28b52;font-family:var(--serif)}.prayer-goods-reference-section{background:#0b0908;border-bottom:1px solid #d0ad721a;padding:88px 0 96px}.prayer-goods-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.prayer-goods-reference-grid figure{background:#14100deb;border:1px solid #d0ad7229;border-radius:12px;margin:0;overflow:hidden}.prayer-goods-reference-grid figure>div{aspect-ratio:1/1.05;background:#f6f0e2;position:relative}.prayer-goods-reference-grid img{object-fit:contain}.prayer-goods-reference-grid figcaption{color:#e7dbc9;padding:14px 16px 16px;font-size:13px;font-weight:800;line-height:1.5}.prayer-goods-option-guide-section{background:#100d0b;border-bottom:1px solid #d0ad721a;padding:92px 0 104px}.prayer-goods-option-guide-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.prayer-goods-option-guide-grid article{color:#d8ccbe;background:#14100deb;border:1px solid #d0ad7229;border-radius:10px;padding:22px}.prayer-goods-option-guide-image{aspect-ratio:1;background:#f5eee0;border:1px solid #d0ad722e;border-radius:8px;margin:0 0 18px;position:relative;overflow:hidden}.prayer-goods-option-guide-image img{filter:none;object-fit:contain;width:100%;height:100%}.prayer-goods-option-guide-grid small{color:#d1aa6c;font-size:11px;font-weight:900}.prayer-goods-option-guide-grid h3{color:#f0e4d4;font-family:var(--serif);margin:8px 0 14px;font-size:22px;font-weight:560}.prayer-goods-option-guide-grid p{color:#bdb0a2;margin:9px 0 0;font-size:13px;line-height:1.7}.prayer-goods-option-guide-grid strong{color:#d9b777;margin-bottom:3px;font-size:11px;display:block}.prayer-goods-option-buy{border-top:1px solid #d0ad7229;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding-top:16px;display:flex}.prayer-goods-option-buy span{gap:2px;display:grid}.prayer-goods-option-buy span small{color:#d1aa6c;letter-spacing:0}.prayer-goods-option-buy span strong{color:#f0e4d4;margin:0;font-size:18px;display:block}.prayer-goods-option-buy a{color:#15100d;background:#d9b777;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:10px 14px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex}.prayer-goods-option-items{border-top:1px solid #d0ad7229;gap:10px;margin-top:18px;padding-top:16px;display:grid}.prayer-goods-option-items section{background:#0a080775;border:1px solid #d0ad721f;border-radius:8px;grid-template-columns:82px 1fr;gap:10px 12px;padding:12px;display:grid}.prayer-goods-option-items section>div{aspect-ratio:1;background:#f6f0e2;border-radius:6px;grid-row:span 4;position:relative;overflow:hidden}.prayer-goods-option-items img{object-fit:contain}.prayer-goods-option-items span{color:#f0e4d4;font-size:15px;font-weight:850}.prayer-goods-option-items p{margin:0}.prayer-goods-related{background:#090807;padding:90px 0 110px}.prayer-goods-section-heading>a{color:#c5a065;font-size:13px;font-weight:760}.prayer-goods-related-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.prayer-goods-related-grid a{color:#e2d7ca}.prayer-goods-related-grid a>div{aspect-ratio:1;border:1px solid #d0ad7226;border-radius:12px;margin-bottom:14px;position:relative;overflow:hidden}.prayer-goods-related-grid a>span{color:#ad8954;margin-bottom:4px;font-size:10px;font-weight:850;display:block}.prayer-goods-related-grid a>strong{font-family:var(--serif);font-size:18px;font-weight:560}.prayer-goods-page .goods-catalog{background:#100d0b;border-top:1px solid #d0ad721a;border-bottom:1px solid #d0ad721a}.prayer-goods-page .goods-card{color:#ece2d5;background:#16120ffa;border:1px solid #d0ad7229;border-radius:17px}.prayer-goods-page .goods-card:hover{border-color:#d0ad7257;box-shadow:0 30px 72px #00000080}.prayer-goods-page .goods-card-image img{filter:none}.prayer-goods-page .goods-card-copy{background:#17120f}.prayer-goods-page .goods-card-copy small{color:#d0aa6b}.prayer-goods-page .goods-card-copy h3{color:#f4eadc}.prayer-goods-page .goods-card-copy p{color:#c5baac}.prayer-goods-page .goods-card-copy .goods-card-match{color:#d4c7b8;background:#08070675;border:1px solid #d0ad7229;border-radius:8px}.prayer-goods-page .goods-card-match strong{color:#d9b777}.prayer-goods-page .goods-card-copy>strong{color:#e0bc7b}@media (max-width:900px){.prayer-goods-hero-grid,.prayer-goods-detail-grid,.prayer-goods-detail-video-grid,.prayer-goods-detail-story-grid{grid-template-columns:1fr}.prayer-goods-hero-copy{max-width:680px}.prayer-goods-hero-art{width:100%;max-width:520px;margin:0 auto}.prayer-goods-detail-story-grid{gap:38px}}@media (max-width:680px){.prayer-goods-hero{min-height:0;padding:34px 0 62px}.prayer-goods-hero-grid{gap:42px}.prayer-goods-hero-copy h1{font-size:clamp(34px,10vw,45px)}.prayer-goods-hero-copy>p:last-of-type{font-size:14px}.prayer-goods-count-strip{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.prayer-goods-hero-actions .v2-button,.prayer-goods-detail-actions .v2-button{justify-content:center;width:100%}.prayer-goods-hero-art{min-height:390px}.prayer-goods-hero-primary{inset:0 15px auto 0}.prayer-goods-hero-secondary{width:42%;right:-5px}.prayer-goods-seal{width:78px;height:78px;bottom:19px;left:-4px}.prayer-goods-seal strong{font-size:23px}.prayer-goods-intro{padding:48px 0}.prayer-goods-intro-grid{grid-template-columns:1fr;gap:18px}.prayer-goods-intro-grid>span{font-size:34px}.prayer-goods-intro-grid p{font-size:15px}.prayer-goods-examples,.prayer-goods-principles,.prayer-goods-detail-video,.prayer-goods-detail-story,.prayer-goods-reference-section,.prayer-goods-option-guide-section,.prayer-goods-related{padding:64px 0 72px}.prayer-goods-section-heading{flex-direction:column;align-items:flex-start;gap:16px}.prayer-goods-section-heading h2{font-size:31px}.prayer-goods-grid,.prayer-goods-principle-grid,.prayer-goods-reference-grid,.prayer-goods-option-guide-grid{grid-template-columns:1fr}.prayer-goods-option-items section{grid-template-columns:74px 1fr}.prayer-goods-card-image{aspect-ratio:1}.prayer-goods-card-copy{padding:21px}.prayer-goods-card-copy h3{font-size:24px}.prayer-goods-principle-grid article{min-height:0}.prayer-goods-principle-grid article>span{margin-bottom:24px}.prayer-goods-close{padding:62px 0}.prayer-goods-close-inner{flex-direction:column;align-items:flex-start}.prayer-goods-close-inner .v2-button{justify-content:center;width:100%}.prayer-goods-detail-hero{padding:32px 0 70px}.prayer-goods-detail-grid{gap:34px}.prayer-goods-detail-copy h1{font-size:38px}.prayer-goods-detail-meta{grid-template-columns:1fr;gap:12px}.prayer-goods-detail-meta>span{grid-template-columns:80px 1fr}.prayer-goods-related-grid{gap:10px}.prayer-goods-related-grid a>strong{font-size:14px}}.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}.notification-center-card{background:#0f0c0ae6;border:1px solid #d0ad7226;border-radius:14px;padding:24px}.notification-center-card .section-heading-line{align-items:flex-start;gap:16px}.notification-center-card .section-heading-line p{color:#9f9488;margin:8px 0 0;font-size:14px;line-height:1.7}.notification-readiness-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.notification-readiness-grid>div{background:#1d1814b8;border:1px solid #d0ad721f;border-radius:10px;min-width:0;padding:14px}.notification-readiness-grid strong{color:#dbcbb8;font-size:18px;line-height:1.25;display:block}.notification-readiness-grid span{color:#91867a;margin-top:5px;font-size:12px;display:block}.notification-control-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.notification-toggle{cursor:pointer;background:#181411cc;border:1px solid #d0ad7221;border-radius:11px;grid-template-columns:22px 1fr;align-items:flex-start;gap:12px;min-width:0;padding:16px;display:grid}.notification-toggle input,.notification-choice-row input{accent-color:#b88a4e;width:18px;height:18px;margin:2px 0 0}.notification-toggle:has(input:disabled){cursor:not-allowed;opacity:.52}.notification-toggle strong{color:#ddd2c5;font-size:15px;line-height:1.35;display:block}.notification-toggle small{color:#94897e;margin-top:7px;font-size:12px;line-height:1.7;display:block}.notification-choice-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.notification-choice-row label{color:#bfb2a5;background:#b88a4517;border:1px solid #d0ad7221;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;font-size:13px;display:inline-flex}.notification-choice-row label:has(input:disabled){opacity:.48}.notification-small-print{color:#958a7f;margin:16px 0 0;font-size:13px;line-height:1.7}@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%;will-change:auto;animation:none;transform:none}.theme-v3 .v2-hero-image:after{animation:none}.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}.notification-center-card{padding:18px}.notification-center-card .section-heading-line{flex-direction:column;align-items:stretch}.notification-readiness-grid,.notification-control-grid,.fortune-program-layout,.fortune-program-form-grid,.fortune-corpus-layout{grid-template-columns:1fr}.fortune-corpus-summary,.fortune-program-pillars,.free-clue-origin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.theme-v3 .free-guide-page{color:#ebe4d9;background:#0c0e0d;min-height:70vh}.theme-v3 .free-guide-hero{background:#111411;border-bottom:1px solid #b1915b2e;padding:74px 0 54px}.free-guide-shell{max-width:900px}.free-guide-hero .breadcrumb{color:#a8a49a;margin:0 0 22px}.free-guide-hero .breadcrumb a{color:#d5b172}.free-guide-hero h1{color:#f0e7da;font-family:var(--serif);margin:18px 0 14px;font-size:42px;font-weight:580;line-height:1.2}.free-guide-hero>.free-guide-shell>p:not(.breadcrumb):not(.free-tool-boundary){color:#b9b3a8;max-width:680px;margin:0;font-size:17px;line-height:1.8}.free-tool-boundary{color:#9faaa0;margin:18px 0 0;font-size:14px;line-height:1.75}.free-guide-content{padding:54px 0 84px}.free-tool-panel,.free-tool-result,.free-tool-urgent{border:1px solid #ccb7912e;border-radius:8px}.free-tool-panel{background:#151917;padding:32px}.free-tool-heading{align-items:flex-start;gap:16px;margin-bottom:30px;display:flex}.free-tool-heading>span{color:#d4b172;background:#bf9a5d21;border:1px solid #d0ad7233;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;height:42px;font-size:14px;font-weight:750;display:inline-flex}.free-tool-heading h2,.free-tool-result h2{color:#eee4d5;font-family:var(--serif);margin:0;font-size:27px;font-weight:580;line-height:1.35}.free-tool-heading p{color:#a9a79f;margin:7px 0 0;line-height:1.7}.free-tool-fieldset{border:0;border-top:1px solid #dacaab1f;margin:0;padding:23px 0 0}.free-tool-fieldset+.free-tool-fieldset{margin-top:20px}.free-tool-fieldset legend{color:#ded4c7;padding:0;font-size:15px;font-weight:700}.free-tool-options{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:9px;margin-top:13px;display:grid}.free-tool-option{color:#cfc8bc;cursor:pointer;font:inherit;text-align:left;background:#111412;border:1px solid #d2c2a42b;border-radius:8px;min-height:50px;padding:10px 13px;font-size:14px;line-height:1.45}.free-tool-option:hover,.free-tool-option[aria-pressed=true]{color:#f0e4d2;background:#9a78442b;border-color:#d3ac6580}.free-tool-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:29px;display:flex}.free-tool-reset{color:#c9a261;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:10px 4px;font-size:14px;text-decoration:underline}.free-tool-result{background:#101311;margin-top:24px;padding:32px}.free-tool-result .v2-kicker{color:#bf9961}.free-tool-result h2{margin-top:11px}.free-tool-result-summary{color:#c2bbb0;max-width:720px;margin:15px 0 0;font-size:16px;line-height:1.8}.free-tool-reading-list{border-top:1px solid #dacaab24;margin-top:25px}.free-tool-reading-list p{color:#d6cfc4;border-bottom:1px solid #dacaab1f;align-items:flex-start;gap:13px;margin:0;padding:15px 0;line-height:1.75;display:flex}.free-tool-reading-list span{color:#c9a262;flex:0 0 24px;font-size:13px;font-weight:750}.free-tool-question,.free-tool-urgent-inline{color:#cac3b9;border-left:2px solid #b68b51;margin:22px 0 0;padding-left:15px;line-height:1.75}.free-tool-question strong{color:#e8ddcd;margin-bottom:5px;font-size:13px;display:block}.free-tool-urgent-inline{color:#d6bcb5;border-left-color:#bd8274;font-size:14px}.free-tool-next-links{flex-wrap:wrap;gap:18px;margin-top:25px;display:flex}.free-tool-next-links a,.free-tool-urgent a{color:#d2a965;font-size:14px;font-weight:700;text-decoration:none}.free-tool-next-links a:hover,.free-tool-urgent a:hover{text-underline-offset:4px;text-decoration:underline}.free-tool-urgent{background:#57302b3d;border-color:#be80724f;margin:0 0 22px;padding:22px 24px}.free-tool-urgent strong{color:#e6cbc2;font-size:15px;display:block}.free-tool-urgent p{color:#d4c0bb;margin:9px 0 13px;line-height:1.75}.theme-v3 .home-free-tools{background:#121512;border-top:1px solid #d0ad7224}.home-free-tools .v2-shop-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px;margin-inline:auto}@media (max-width:680px){.free-guide-hero{padding:48px 0 38px}.free-guide-hero h1{font-size:32px}.free-guide-hero>.free-guide-shell>p:not(.breadcrumb):not(.free-tool-boundary){font-size:15px}.free-guide-content{padding:32px 0 58px}.free-tool-panel,.free-tool-result{padding:21px}.free-tool-heading h2,.free-tool-result h2{font-size:23px}.free-tool-heading{gap:12px}.free-tool-options,.home-free-tools .v2-shop-guide-grid{grid-template-columns:1fr}.free-tool-option{min-height:48px}}.reading-product-carousel{min-width:0}.reading-product-carousel-controls{justify-content:flex-end;align-items:center;gap:8px;margin:0 0 14px;display:flex}.reading-product-carousel-controls>span{color:var(--v2-muted);margin-right:4px;font-size:11px;font-weight:760}.reading-product-carousel-controls button{border:1px solid var(--v2-line);color:var(--v2-text);cursor:pointer;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;transition:background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,opacity .18s ease-out,transform .18s ease-out;display:inline-flex}.reading-product-carousel-controls button:hover:not(:disabled){border-color:var(--v2-violet);color:var(--v2-violet-dark);transform:translateY(-2px)}.reading-product-carousel-controls button:active:not(:disabled){transform:scale(.97)}.reading-product-carousel-controls button:focus-visible,.reading-product-carousel-viewport:focus-visible{outline:2px solid var(--v2-violet);outline-offset:3px}.reading-product-carousel-controls button:disabled{cursor:default;opacity:.3}.reading-product-carousel-viewport{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none;grid-auto-columns:calc(33.3333% - 12px);grid-auto-flow:column;column-gap:18px;min-width:0;padding:0 0 18px;display:grid;overflow-x:auto}.reading-product-carousel-home .reading-product-carousel-viewport{grid-auto-columns:calc(33.3333% - 10.6667px);column-gap:16px}.reading-product-carousel-viewport::-webkit-scrollbar{display:none}.reading-product-carousel-viewport>a{scroll-snap-align:start;scroll-snap-stop:normal;height:100%}.theme-v3 .reading-product-carousel-controls>span{color:#8f8377}.theme-v3 .reading-product-carousel-controls button{color:#d9c5a8;background:#15110eeb;border-color:#d0ad7233}.theme-v3 .reading-product-carousel-controls button:hover:not(:disabled){color:#e1b66e;background:#b88a451f;border-color:#d0ad7275}@media (max-width:980px){.reading-product-carousel-viewport,.reading-product-carousel-home .reading-product-carousel-viewport{grid-auto-columns:calc(50% - 8px)}}@media (max-width:680px){.reading-product-carousel-controls{margin-bottom:10px}.reading-product-carousel-controls>span{margin-right:auto}.reading-product-carousel-controls button{width:44px;height:44px}.reading-product-carousel-viewport,.reading-product-carousel-home .reading-product-carousel-viewport{grid-auto-columns:min(82vw,340px);column-gap:12px}}@media (prefers-reduced-motion:reduce){.reading-product-carousel-viewport{scroll-behavior:auto}.reading-product-carousel-controls button{transition:none}}.deferred-package-offers{border-top:1px solid #b88a454d;margin-top:30px;padding-top:28px}.deferred-package-offers>span,.package-checkout-card>span{color:var(--accent);font-size:12px;font-weight:800;display:block}.deferred-package-offers h2{margin:8px 0;font-size:24px}.deferred-package-offers>p{color:var(--muted);margin:0;line-height:1.7}.deferred-package-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.deferred-package-offer-grid article,.package-checkout-card{background:color-mix(in srgb, var(--paper) 90%, #fff);border:1px solid #b88a4557;border-radius:8px;padding:18px}.deferred-package-offer-grid small{color:var(--accent);font-size:12px;font-weight:800}.deferred-package-offer-grid h3{margin:8px 0 6px;font-size:18px}.deferred-package-offer-grid p{color:var(--muted);margin:0 0 12px;font-size:14px;line-height:1.65}.deferred-package-offer-grid strong{margin-bottom:14px;display:block}.package-checkout-page{background:var(--paper,#f8f3e9);min-height:70vh;padding:54px 0 110px}.package-checkout-shell{max-width:740px}.package-checkout-card{margin-top:26px}.package-checkout-card h1{margin:10px 0 12px;font-size:29px}.package-checkout-card>p{color:var(--muted);line-height:1.8}.package-checkout-price{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin:22px 0;padding-top:18px;display:flex}.package-checkout-price strong{color:var(--accent);font-size:22px}@media (max-width:680px){.deferred-package-offer-grid,.admin-saju-profile-grid{grid-template-columns:1fr}.package-checkout-card h1{font-size:25px}}
