:root{--night:#071421;--deep:#0b1d2a;--paper:#f0dfba;--gold:#d2a95f;--muted:#b9ad95;--line:#dcb56c6b;--rose:#8c4947;--jade:#245c59}*{box-sizing:border-box}html{background:var(--night);color:var(--paper)}body{min-height:100vh;margin:0;font-family:Noto Serif KR,Malgun Gothic,serif}button,a{font:inherit}a{color:inherit;text-decoration:none}.compare-page{background:#071421;min-height:100vh;padding:42px clamp(20px,5vw,72px)}.compare-head{justify-content:space-between;align-items:end;gap:40px;max-width:1500px;margin:0 auto 34px;display:flex}.kicker{color:var(--gold);letter-spacing:.15em;margin:0 0 10px;font:12px Malgun Gothic,sans-serif}.compare-head h1{letter-spacing:-.05em;margin:0;font-size:clamp(38px,5vw,72px);line-height:1.05}.lede{max-width:680px;color:var(--muted);margin:18px 0 0;font:15px/1.7 Malgun Gothic,sans-serif}.compare-rule{border:1px solid var(--line);background:#0c202d;min-width:250px;padding:16px 18px}.compare-rule b,.compare-rule span{display:block}.compare-rule b{margin-bottom:7px}.compare-rule span{color:var(--muted);font:12px/1.5 Malgun Gothic,sans-serif}.direction-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1500px;margin:auto;display:grid}.direction-card{border:1px solid var(--line);background:#0d202d;transition:all .2s;display:block;overflow:hidden}.direction-card:hover,.direction-card:focus-visible{border-color:var(--gold);transform:translateY(-5px);box-shadow:0 24px 60px #00000061}.direction-card img{aspect-ratio:4/3;object-fit:cover;object-position:center;width:100%;display:block}.direction-copy{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;display:grid}.direction-copy>span{color:var(--gold);font-size:13px}.direction-copy h2{margin:0 0 5px;font-size:22px}.direction-copy p{color:var(--muted);margin:0;font:12px/1.5 Malgun Gothic,sans-serif}.direction-copy>b{color:var(--gold);font:12px Malgun Gothic,sans-serif}.compare-foot{border-top:1px solid var(--line);max-width:1500px;color:var(--muted);margin:28px auto 0;padding-top:18px;font:12px Malgun Gothic,sans-serif}.site-top{z-index:30;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05101be6;justify-content:space-between;align-items:center;height:66px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.site-top .brand{letter-spacing:.04em;font-weight:700}.back-link,.all-services-link{color:var(--muted);font:12px Malgun Gothic,sans-serif}.all-services-link{color:var(--gold)}.map-page{isolation:isolate;background-image:url(/map-desktop.png);background-position:50%;background-size:cover;min-height:100svh;position:relative;overflow:hidden}.map-page:after{content:"";z-index:-1;background:#020c1557;position:absolute;inset:0}.map-title{text-align:center;text-shadow:0 3px 28px #000;width:min(720px,88vw);position:absolute;top:105px;left:50%;transform:translate(-50%)}.map-title h1{margin:8px 0 12px;font-size:clamp(42px,6vw,82px);line-height:1.05}.map-title p{color:#e2d4b8;margin:0;font:15px/1.6 Malgun Gothic,sans-serif}.map-nodes{position:absolute;inset:0}.map-node{text-align:left;width:210px;color:var(--paper);border:1px solid var(--line);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);cursor:pointer;background:#0a1b27e6;border-radius:16px;padding:17px;transition:all .2s;position:absolute;box-shadow:0 18px 45px #00000061}.map-node:hover,.map-node[aria-pressed=true]{border-color:#f2d08c;transform:translateY(-5px)}.map-node span{color:var(--gold);margin-bottom:8px;font:11px Malgun Gothic,sans-serif;display:block}.map-node b{margin-bottom:4px;font-size:20px;display:block}.map-node small{color:var(--muted);font:12px/1.45 Malgun Gothic,sans-serif}.node-shadow{top:43%;left:8vw}.node-love{background:#5b2a31eb;top:35%;right:8vw}.node-timing{background:#124645eb;bottom:14%;right:18vw}.node-guide{background:#48331ced;bottom:8%;left:50%;transform:translate(-50%)}.node-guide:hover,.node-guide[aria-pressed=true]{transform:translate(-50%)translateY(-5px)}.selection-panel{z-index:4;border-left:3px solid var(--gold);background:#05121ded;width:min(400px,100vw - 48px);padding:18px 20px;position:absolute;bottom:24px;left:24px}.selection-panel b{margin-bottom:5px;font-size:20px;display:block}.selection-panel p{color:var(--muted);margin:0;font:13px/1.55 Malgun Gothic,sans-serif}.map-cta{z-index:5;background:var(--paper);color:#2d2113;cursor:pointer;border:0;border-radius:999px;padding:15px 28px;font-weight:700;position:absolute;bottom:24px;right:24px}.prototype-note{z-index:40;background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.prototype-card{border:1px solid var(--line);background:#0c2130;width:min(480px,100%);padding:28px;box-shadow:0 30px 90px #000}.prototype-card h2{margin:8px 0 12px;font-size:30px}.prototype-card p{color:var(--muted);font:14px/1.7 Malgun Gothic,sans-serif}.prototype-card button{background:var(--paper);color:#2d2113;cursor:pointer;border:0;width:100%;padding:14px;font-weight:700}@media (max-width:900px){.compare-head{display:block}.compare-rule{margin-top:22px}.direction-grid{grid-template-columns:1fr}.direction-card img{aspect-ratio:16/9}.map-page{background-image:url(/map-mobile.png);background-position:50% 66px;background-repeat:no-repeat;background-size:100%;background-color:var(--night);padding:calc(82px + 71.2vw) 0 104px;overflow:hidden auto}.map-page:after{background:linear-gradient(to bottom,#020c1514 66px,#020c152e calc(66px + 71.2vw),var(--night) calc(82px + 71.2vw))}.map-title{text-align:left;width:auto;margin:0 18px 18px;position:relative;top:auto;left:auto;transform:none}.map-title h1{font-size:clamp(34px,11vw,46px)}.map-nodes{scroll-snap-type:x mandatory;gap:10px;height:auto;padding:8px 18px 20px;display:flex;position:relative;inset:auto;overflow-x:auto}.map-node,.node-shadow,.node-love,.node-timing,.node-guide{scroll-snap-align:start;flex:0 0 min(220px,100vw - 36px);position:static;transform:none}.map-node:hover,.map-node[aria-pressed=true],.node-guide:hover,.node-guide[aria-pressed=true]{transform:translateY(-3px)}.selection-panel{display:none}.map-cta{left:18px;right:18px;bottom:max(16px,env(safe-area-inset-bottom));width:calc(100% - 36px);position:fixed}}.season-page{isolation:isolate;background-image:url(/season-desktop.png);background-position:50%;background-size:cover;min-height:100svh;position:relative;overflow:hidden}.season-page:after{content:"";z-index:-1;background:#030c1470;position:absolute;inset:0}.season-copy{border-left:3px solid var(--gold);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#06141edb;width:min(470px,42vw);padding:26px;position:absolute;top:18vh;left:5vw}.season-copy h1{margin:8px 0 15px;font-size:clamp(40px,5vw,70px);line-height:1.06}.season-copy>p:last-of-type{color:var(--muted);font:14px/1.7 Malgun Gothic,sans-serif}.season-selected{border-top:1px solid var(--line);margin-top:22px;padding-top:18px}.season-selected b,.season-selected span{display:block}.season-selected b{margin-bottom:6px;font-size:20px}.season-selected span{color:var(--muted);font:12px/1.55 Malgun Gothic,sans-serif}.door-grid{grid-template-columns:1fr 1fr;gap:12px;width:min(580px,45vw);display:grid;position:absolute;top:18vh;right:5vw}.season-door{text-align:left;min-height:150px;color:var(--paper);border:1px solid var(--line);cursor:pointer;background:#081924e6;border-radius:18px;padding:18px;transition:all .2s;box-shadow:0 16px 44px #00000059}.season-door:hover,.season-door[aria-pressed=true]{border-color:#f1cf89;transform:translateY(-4px)}.season-door>span{color:var(--gold);margin-bottom:9px;font:11px Malgun Gothic,sans-serif;display:block}.season-door b{margin-bottom:5px;font-size:20px;display:block}.season-door small{color:var(--muted);font:12px/1.45 Malgun Gothic,sans-serif}.door-love{background:#5c2b32eb}.door-timing{background:#124544eb}.door-guide{background:#49341ded}.season-cta{background:var(--paper);color:#2c2013;cursor:pointer;border:0;border-radius:999px;width:min(580px,45vw);padding:15px;font-weight:700;position:absolute;bottom:5vh;right:5vw}.archive-page{isolation:isolate;background-image:url(/archive-desktop.png);background-position:50%;background-size:cover;min-height:100svh;position:relative;overflow:hidden}.archive-page:after{content:"";z-index:-1;background:#08070880;position:absolute;inset:0}.archive-mobile-brand,.archive-mobile-hero,.record-symbol,.record-guide,.record-selected>span{display:none}.archive-intro{border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14100fdb;width:min(520px,42vw);padding:28px;position:absolute;bottom:7vh;left:5vw}.archive-intro br{display:none}.archive-intro h1{margin:8px 0 16px;font-size:clamp(40px,5vw,68px);line-height:1.06}.archive-intro>p:last-child{color:var(--muted);font:14px/1.7 Malgun Gothic,sans-serif}.ledger{color:#2d2117;background:#eadcbd;width:min(560px,46vw);max-height:84vh;padding:26px;position:absolute;top:11vh;right:5vw;overflow:auto;box-shadow:0 30px 90px #00000085}.ledger-head{border-bottom:1px solid #412b1c4d;justify-content:space-between;gap:20px;padding-bottom:16px;display:flex}.ledger-head p{color:#8a6547;letter-spacing:.12em;margin:0;font:11px Malgun Gothic,sans-serif}.ledger-head h2{margin:6px 0 0;font-size:28px}.ledger-head>span{color:#86483f;border:1px solid #945649;align-self:flex-start;padding:7px 9px;font:11px Malgun Gothic,sans-serif}.record-list{gap:8px;margin:18px 0;display:grid}.record-row{text-align:left;color:#2d2117;cursor:pointer;background:#fffbec80;border:1px solid #412b1c33;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;width:100%;padding:12px;display:grid}.record-row:hover,.record-row[aria-pressed=true]{background:#fff9eb;border-color:#8a493e}.record-index{color:#9b7651;font-size:12px}.record-row small,.record-row b,.record-row em{display:block}.record-row small{color:#8b6e53;font:10px Malgun Gothic,sans-serif}.record-row b{margin:3px 0;font-size:17px}.record-row em{color:#725b49;font:11px Malgun Gothic,sans-serif}.record-row strong{color:#8a493e;font:11px Malgun Gothic,sans-serif}.record-selected{color:#f1e3c4;background:#264a47;padding:14px}.record-selected b{font-size:18px}.record-selected p{color:#d5c8ab;margin:5px 0 0;font:11px/1.5 Malgun Gothic,sans-serif}.archive-cta{color:#fff2d7;cursor:pointer;background:#81433b;border:0;width:100%;margin-top:12px;padding:14px;font-weight:700}.light-card{color:#2d2117;background:#eadcbd}.light-card p{color:#6b5848}@media (max-width:900px){.season-page,.archive-page{background-position:50% 66px;background-repeat:no-repeat;background-size:100%;background-color:var(--night);overflow:hidden auto}.season-page{background-image:url(/season-mobile.png)}.archive-page{background-image:url(/archive-mobile.png)}.season-page:after,.archive-page:after{background:linear-gradient(to bottom,#030c1414 66px,#030c1429 calc(66px + 71.2vw),var(--night) calc(82px + 71.2vw))}.season-copy,.archive-intro{width:auto;margin:calc(82px + 71.2vw) 18px 18px;position:relative;top:auto;bottom:auto;left:auto}.season-copy h1,.archive-intro h1{font-size:clamp(34px,11vw,44px)}.door-grid{scroll-snap-type:x mandatory;gap:10px;width:100%;padding:4px 18px 110px;display:flex;position:relative;top:auto;right:auto;overflow-x:auto}.season-door{scroll-snap-align:start;flex:0 0 min(235px,100vw - 36px)}.season-cta{z-index:20;left:18px;right:18px;bottom:max(16px,env(safe-area-inset-bottom));width:calc(100% - 36px);position:fixed}.ledger{width:auto;max-height:none;margin:18px;padding:20px 14px;position:relative;top:auto;right:auto}.archive-intro{margin-bottom:18px}.archive-page{padding-bottom:20px}}@media (max-width:360px){.site-top{gap:8px;height:58px;padding:0 10px}.site-top .brand{font-size:12px}.site-top>.kicker{display:none}.back-link{font-size:11px}.map-page,.season-page,.archive-page{background-position:50% 58px}.map-page{padding-top:calc(74px + 71.2vw)}.map-title,.season-copy,.archive-intro,.ledger{margin-left:10px;margin-right:10px}.season-copy,.archive-intro{margin-top:calc(74px + 71.2vw);padding:18px}.map-title h1,.season-copy h1,.archive-intro h1{font-size:clamp(24px,11vw,34px)}.map-nodes,.door-grid{padding-left:10px;padding-right:10px}.map-node,.node-shadow,.node-love,.node-timing,.node-guide,.season-door{flex-basis:calc(100vw - 20px)}.map-cta,.season-cta{width:calc(100% - 20px);left:10px;right:10px}.record-row{grid-template-columns:1fr}.record-row>strong{margin-top:4px}}.catalog-entry{border-bottom:1px solid var(--gold);color:var(--gold);margin-top:18px;padding-bottom:5px;font:13px Malgun Gothic,sans-serif;display:inline-flex}.catalog-page,.category-page{min-height:100vh;color:var(--paper);background:#071421}.catalog-top{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05101bf0;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 clamp(18px,4vw,60px);font:12px Malgun Gothic,sans-serif;display:grid;position:sticky;top:0}.catalog-top>:last-child{text-align:right;color:var(--gold)}.catalog-brand{font-family:Noto Serif KR,Malgun Gothic,serif;font-size:17px;font-weight:700}.catalog-hero{background:radial-gradient(circle at 78% 22%,#c08b422b,#0000 34%),linear-gradient(145deg,#102938,#071421 68%);grid-template-columns:1fr auto;align-items:end;gap:40px;min-height:520px;padding:96px clamp(22px,7vw,110px);display:grid}.catalog-hero h1{letter-spacing:-.055em;max-width:850px;margin:8px 0 20px;font-size:clamp(48px,7vw,96px);line-height:1.02}.catalog-hero>div>p:last-child{max-width:660px;color:var(--muted);font:16px/1.8 Malgun Gothic,sans-serif}.catalog-count{border-top:1px solid var(--gold);border-bottom:1px solid var(--line);min-width:220px;padding:26px}.catalog-count strong,.catalog-count span,.catalog-count small{display:block}.catalog-count strong{color:var(--gold);font-size:88px;line-height:1}.catalog-count span{margin:8px 0;font-size:18px}.catalog-count small{color:var(--muted);font:12px Malgun Gothic,sans-serif}.category-jump{z-index:20;border-bottom:1px solid var(--line);background:#0b1d2a;gap:8px;padding:13px clamp(18px,4vw,60px);display:flex;position:sticky;top:64px;overflow-x:auto}.category-jump a{border:1px solid #dcb56c3d;flex:none;padding:9px 14px;font:12px Malgun Gothic,sans-serif}.category-jump a:hover{border-color:var(--gold);color:var(--gold)}.catalog-sections{padding:0 clamp(18px,4vw,60px)}.catalog-section{border-bottom:1px solid var(--line);padding:76px 0;scroll-margin-top:128px}.catalog-category-intro{grid-template-columns:54px 132px 1fr auto;align-items:center;gap:24px;margin-bottom:28px;display:grid}.catalog-category-intro>span{color:var(--category-accent);align-self:start;font-size:18px}.catalog-category-intro img{object-fit:cover;object-position:50% 18%;border:1px solid var(--category-accent);border-radius:50%;width:132px;height:132px}.catalog-category-intro p{color:var(--category-accent);letter-spacing:.12em;margin:0;font:11px Malgun Gothic,sans-serif}.catalog-category-intro h2{margin:6px 0;font-size:clamp(32px,4vw,54px)}.catalog-category-intro small{color:var(--muted);font:13px/1.6 Malgun Gothic,sans-serif}.catalog-category-intro>a{border-bottom:1px solid var(--category-accent);color:var(--category-accent);padding:11px 14px;font:12px Malgun Gothic,sans-serif}.catalog-product-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.catalog-product-grid>a{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-height:190px;padding:24px;transition:background-color .2s,transform .2s;display:flex}.catalog-product-grid>a:hover{background:#102a38;transform:translateY(-3px)}.catalog-product-grid span{color:var(--category-accent);font:11px Malgun Gothic,sans-serif}.catalog-product-grid b{margin:20px 0 12px;font-size:20px;line-height:1.4}.catalog-product-grid small{color:var(--muted);margin-top:auto;font:12px/1.55 Malgun Gothic,sans-serif}.catalog-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:20px;padding:30px clamp(18px,4vw,60px);font:12px/1.6 Malgun Gothic,sans-serif;display:flex}.catalog-footer a{color:var(--gold)}.category-page{--category-accent:#c9974f}.category-hero{background:radial-gradient(circle at 76% 38%,color-mix(in srgb,var(--category-accent) 20%,transparent),transparent 34%),#081722;grid-template-columns:minmax(0,1fr) minmax(320px,540px);align-items:center;gap:60px;min-height:620px;padding:80px clamp(22px,7vw,110px);display:grid}.category-hero-copy h1{letter-spacing:-.06em;margin:8px 0 18px;font-size:clamp(62px,8vw,118px);line-height:.98}.category-hero-copy>p:not(.kicker){max-width:580px;color:var(--muted);font:16px/1.8 Malgun Gothic,sans-serif}.catalog-primary{background:var(--category-accent);color:#071421;margin-top:28px;padding:14px 24px;font-weight:700;display:inline-block}.category-hero figure{border:1px solid color-mix(in srgb,var(--category-accent) 65%,transparent);background:#0c1d28;height:500px;margin:0;position:relative;overflow:hidden}.category-hero figure img{object-fit:cover;object-position:50% 15%;width:100%;height:100%}.category-hero figcaption{background:#05101bdb;padding:12px;font:12px Malgun Gothic,sans-serif;position:absolute;bottom:18px;left:18px;right:18px}.category-services,.method-section,.report-preview{padding:90px clamp(22px,7vw,110px)}.section-heading{margin-bottom:34px}.section-heading h2,.method-section h2,.report-preview h2{margin:8px 0;font-size:clamp(34px,4.6vw,64px);line-height:1.12}.category-service-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.category-service-grid article{border-right:1px solid var(--line);border-bottom:1px solid var(--line);flex-direction:column;min-height:320px;padding:26px;display:flex}.category-service-grid article>span{color:var(--category-accent);font-size:12px}.category-service-grid h3{margin:24px 0 16px;font-size:24px}.category-service-grid p{font-size:18px;line-height:1.55}.category-service-grid small{color:var(--muted);margin-top:auto;font:12px/1.6 Malgun Gothic,sans-serif}.category-service-grid a{color:var(--category-accent);margin-top:22px;font:12px Malgun Gothic,sans-serif}.method-section{background:#0b202c;grid-template-columns:1fr 1fr;gap:70px;display:grid}.method-section ol{margin:0;padding:0;list-style:none}.method-section li{border-bottom:1px solid var(--line);grid-template-columns:50px 1fr;padding:22px 0;font-size:18px;display:grid}.method-section li span{color:var(--category-accent)}.report-preview{grid-template-columns:1fr 1fr;align-items:center;gap:70px;display:grid}.report-preview>div>p:last-child{max-width:560px;color:var(--muted);font:14px/1.8 Malgun Gothic,sans-serif}.report-pages{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.report-pages span{aspect-ratio:3/4;color:#2d2117;background:#e9dcc0;padding:18px;font:11px/1.5 Malgun Gothic,sans-serif;box-shadow:0 14px 36px #00000047}.report-pages b{margin-top:28px;font-family:Noto Serif KR,Malgun Gothic,serif;font-size:18px;display:block}@media (max-width:900px){.catalog-top{grid-template-columns:1fr auto}.catalog-top>:last-child{display:none}.catalog-hero{min-height:auto;padding:70px 22px;display:block}.catalog-hero h1{font-size:48px}.catalog-count{margin-top:50px}.catalog-category-intro{grid-template-columns:36px 74px 1fr;gap:12px}.catalog-category-intro img{width:74px;height:74px}.catalog-category-intro>a{grid-column:3;justify-self:start;margin-top:4px}.catalog-product-grid,.category-service-grid{grid-template-columns:1fr 1fr}.category-hero{grid-template-columns:1fr;min-height:auto;padding:58px 22px}.category-hero-copy h1{font-size:58px}.category-hero figure{height:440px}.method-section,.report-preview{grid-template-columns:1fr}.category-services,.method-section,.report-preview{padding:64px 22px}.catalog-footer{display:block}.catalog-footer span{margin-top:10px;display:block}}@media (max-width:560px){.catalog-product-grid,.category-service-grid{grid-template-columns:1fr}.catalog-section{padding:52px 0}.catalog-category-intro{grid-template-columns:28px 62px 1fr}.catalog-category-intro img{width:62px;height:62px}.catalog-category-intro h2{font-size:30px}.catalog-category-intro small{display:none}.catalog-product-grid>a{min-height:150px}.category-service-grid article{min-height:270px}.report-preview,.report-preview>div,.report-pages{width:100%;min-width:0;max-width:100%}.report-pages{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.report-pages span{overflow-wrap:anywhere;min-width:0;padding:10px}.report-pages b{font-size:13px}.category-hero figure{height:370px}}@media (max-width:900px){.season-page,.archive-page,.map-page{background-position:top;background-repeat:no-repeat;background-size:100%;background-color:var(--night);padding:0;position:relative;overflow:hidden}.season-page{background-image:url(/season-mobile.png);height:310.27vw;min-height:310.27vw}.archive-page{background-color:#080e17;background-image:radial-gradient(circle at 50% 16%,#c58b4a2e,#0000 27%),linear-gradient(#0a1420 0%,#080d14 58%,#10100f 100%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;height:auto;min-height:100svh;padding-bottom:28px;overflow:hidden auto}.map-page{background-image:url(/map-mobile.png);height:330.63vw;min-height:330.63vw}.season-page:after,.archive-page:after,.map-page:after,.season-page .site-top,.map-page .site-top,.archive-page .site-top,.season-copy,.map-title,.selection-panel{display:none}.door-grid{width:100%;height:100%;padding:0;display:block;position:absolute;inset:0;overflow:hidden}.season-door{width:90%;height:14%;min-height:0;box-shadow:none;opacity:0;background:0 0;border:0;padding:0;position:absolute;left:5%}.season-door:first-child{top:46%}.season-door:nth-child(2){top:62%}.season-door:nth-child(3){top:78%}.season-door:nth-child(4){display:none}.season-cta{z-index:5;opacity:0;background:0 0;border:0;width:76%;height:8%;padding:0;position:absolute;inset:89% 12% auto}.map-nodes{height:100%;padding:0;display:block;position:absolute;inset:0;overflow:hidden}.map-node,.node-shadow,.node-love,.node-timing,.node-guide{min-height:0;box-shadow:none;opacity:0;background:0 0;border:0;padding:0;position:absolute;transform:none}.node-guide{width:64%;height:27%;top:7%;left:18%}.node-shadow{width:70%;height:25%;top:34%;left:0}.node-love{width:76%;height:24%;top:52%;right:0}.node-timing{width:82%;height:21%;top:72%;right:0}.map-cta{z-index:5;opacity:0;background:0 0;border:0;width:76%;height:7%;padding:0;position:absolute;inset:91.5% 12% auto}.archive-intro{text-align:center;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;width:auto;margin:0;padding:0 20px 24px;display:block;position:relative;top:auto;bottom:auto;left:auto}.archive-mobile-brand{color:#f1d39b;letter-spacing:.06em;border-bottom:1px solid #d2a85d4d;justify-content:center;align-items:center;gap:12px;margin:0 -20px;padding:19px 16px 15px;font-size:20px;font-weight:700;display:flex}.archive-mobile-brand span{color:#bd8441;font-size:10px}.archive-mobile-hero{background:radial-gradient(circle at 50% 52%,#daa65c38,#0000 42%),linear-gradient(#040c1529,#040a10f0);height:285px;margin:0 -20px 25px;display:block;position:relative;overflow:hidden}.archive-mobile-hero:before{content:"";z-index:0;border:1px solid #edc98966;border-radius:50%;width:230px;height:230px;position:absolute;top:26px;left:50%;transform:translate(-50%);box-shadow:0 0 65px #e7b45e21,inset 0 0 40px #d29e4e14}.archive-mobile-hero img{z-index:2;object-fit:cover;object-position:50% 8%;filter:drop-shadow(0 18px 26px #00000094);width:265px;height:410px;margin:-26px auto 0;display:block;position:relative}.archive-moon{z-index:1;color:#eed7a3;text-shadow:0 0 22px #f2d59a99;font-size:42px;position:absolute;top:38px;right:16%}.archive-intro .kicker{color:#c89550}.archive-intro br{display:initial}.archive-intro h1{color:#f5e5c2;margin:8px 0 13px;font-size:clamp(34px,10vw,43px);line-height:1.16}.archive-intro>p:last-child{color:#c9bca4;font-size:13px;line-height:1.75}.ledger{color:#2d2117;background:#eadcbd;border:1px solid #b68b54;width:auto;max-height:none;margin:0 14px;padding:18px 14px 16px;position:relative;top:auto;right:auto;overflow:visible;box-shadow:0 20px 55px #0000007a}.ledger-head{display:flex}.ledger-head h2{font-size:25px}.ledger-head>span{font-size:9px}.record-list{gap:9px;margin:16px 0;display:grid}.record-row{grid-template-columns:24px 32px minmax(0,1fr) 48px;gap:8px;min-height:92px;padding:10px 9px;display:grid;position:relative;overflow:hidden}.record-row strong{position:absolute;bottom:8px;right:8px}.record-index{align-self:start;padding-top:4px}.record-symbol{color:#8b4d3f;border:1px solid #7e4b3359;border-radius:50%;place-items:center;width:32px;height:32px;font-size:18px;display:grid}.record-copy{z-index:2;position:relative}.record-copy b{font-size:17px}.record-copy em{max-width:180px;padding-right:8px;line-height:1.4}.record-guide{object-fit:cover;object-position:50% 10%;filter:drop-shadow(0 5px 8px #3e27173d);align-self:end;width:50px;height:76px;margin:-4px -4px -12px 0}.record-selected{grid-template-columns:38px 1fr;gap:10px;padding:15px;display:grid}.record-selected>span{border:1px solid #f1e3c473;border-radius:50%;place-items:center;width:36px;height:36px;font-size:19px;display:grid}.record-selected small,.record-selected b{display:block}.record-selected small{color:#cdbb98;margin-bottom:3px;font:9px Malgun Gothic,sans-serif}.record-selected b{font-size:18px}.record-selected p{font-size:11px;line-height:1.55}.archive-cta{z-index:5;color:#fff2d7;opacity:1;background:#81433b;border:1px solid #a76755;width:100%;height:auto;margin-top:12px;padding:15px;position:relative;top:auto;left:auto;right:auto}.prototype-note{background:#000000c7;height:100svh;display:grid;position:fixed}}.brand-site{--ink:#071723;--ink-2:#0c2430;--cream:#f3e4c3;--paper-2:#e8d5ae;--brand-gold:#d3a85d;--brand-line:#d3a85d52;--brand-muted:#b8aa8f;background:var(--ink);min-height:100vh;color:var(--cream);overflow-x:clip}.draft-ribbon{text-align:center;color:#13232a;letter-spacing:.02em;background:#c69a51;min-height:28px;padding:7px 20px;font:11px/1.3 Malgun Gothic,sans-serif}.brand-header{z-index:80;border-bottom:1px solid var(--brand-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#05121cf5;grid-template-columns:1fr auto 1fr;align-items:center;min-height:74px;padding:0 clamp(22px,5vw,76px);display:grid;position:sticky;top:0}.brand-lockup{align-items:center;gap:12px;width:max-content;display:flex}.brand-lockup>span:last-child{gap:2px;display:grid}.brand-lockup b{font-size:17px}.brand-lockup small{color:var(--brand-muted);letter-spacing:.08em;font:10px Malgun Gothic,sans-serif}.brand-seal{border:1px solid var(--brand-gold);width:34px;height:34px;color:var(--brand-gold);border-radius:50%;place-items:center;font-size:14px;display:grid}.brand-nav{align-items:center;gap:34px;height:100%;font:13px Malgun Gothic,sans-serif;display:flex}.brand-nav a{color:#d6c8ae;place-items:center;height:74px;display:grid;position:relative}.brand-nav a:after{content:"";background:var(--brand-gold);width:0;height:2px;transition:all .2s;position:absolute;bottom:0;left:50%}.brand-nav a:hover,.brand-nav a[aria-current=page]{color:#fff0cf}.brand-nav a[aria-current=page]:after{width:100%;left:0}.header-account{border:1px solid var(--brand-line);color:var(--brand-gold);justify-self:end;padding:9px 14px;font:12px Malgun Gothic,sans-serif}.mobile-nav{display:none}.brand-footer{border-top:1px solid var(--brand-line);background:#06131d;grid-template-columns:1.3fr 1fr;gap:30px 60px;padding:58px clamp(22px,6vw,90px) 38px;display:grid}.brand-footer b{font-size:22px}.brand-footer p{max-width:560px;color:var(--brand-muted);margin:10px 0 0;font:13px/1.7 Malgun Gothic,sans-serif}.brand-footer>small{color:#897f6d;border-top:1px solid #d3a85d29;grid-column:1/-1;padding-top:22px;font:11px/1.6 Malgun Gothic,sans-serif}.footer-links{color:#cbbd9f;flex-wrap:wrap;justify-content:flex-end;align-items:start;gap:18px;font:12px Malgun Gothic,sans-serif;display:flex}.gateway-home,.service-hub,.detail-page,.free-page,.utility-page,.admin-page,.flow-page,.result-page{min-height:70vh}.gateway-hero{isolation:isolate;background:linear-gradient(90deg,#05131dfa 0 43%,#05131db3 70%,#05131deb),radial-gradient(circle at 72% 42%,#d3a85d29,#0000 28%),#071723;grid-template-columns:minmax(0,1fr) minmax(370px,560px);align-items:center;gap:clamp(40px,8vw,120px);min-height:calc(100svh - 102px);padding:clamp(70px,9vh,118px) clamp(24px,7vw,110px) 78px;display:grid;position:relative}.gateway-hero:before,.gateway-hero:after{content:"";z-index:-1;border:1px solid #d3a85d2e;border-radius:50%;position:absolute}.gateway-hero:before{width:48vw;height:48vw;top:-24vw;left:-14vw}.gateway-hero:after{width:56vw;height:56vw;bottom:-28vw;right:-10vw}.hero-copy{z-index:2;position:relative}.hero-copy h1{letter-spacing:-.06em;max-width:820px;margin:12px 0 24px;font-size:clamp(46px,6vw,88px);font-weight:500;line-height:1.11}.hero-copy h1 em{color:#e5bd73;font-style:normal}.hero-copy>p:not(.kicker){color:#c2b59c;max-width:670px;font:15px/1.85 Malgun Gothic,sans-serif}.hero-actions{gap:10px;margin-top:34px;display:flex}.primary-button,.secondary-button{border:1px solid var(--brand-gold);justify-content:space-between;align-items:center;gap:26px;min-height:50px;padding:13px 20px;font:700 13px Malgun Gothic,sans-serif;display:inline-flex}.primary-button{background:var(--cream);border-color:var(--cream);color:#172229}.secondary-button{color:var(--cream);background:0 0}.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.free-link{border-bottom:1px solid var(--brand-line);color:var(--brand-gold);margin-top:20px;padding-bottom:4px;font:12px Malgun Gothic,sans-serif;display:inline-block}.hero-gate{background:#0a202c;border:1px solid #e4bf79b8;border-radius:220px 220px 8px 8px;justify-self:center;width:min(440px,34vw);height:min(640px,66vh);min-height:500px;position:relative;overflow:hidden;box-shadow:0 0 0 10px #071723,0 0 0 11px #d3a85d47,0 35px 90px #00000085}.hero-gate:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#040d14e6);position:absolute;inset:0}.hero-gate>img{object-fit:cover;object-position:50% 17%;filter:saturate(.9)contrast(1.04);width:100%;height:100%}.gate-halo{z-index:3;color:#f0cc85;justify-content:space-between;font-size:11px;display:flex;position:absolute;inset:24px}.gate-halo span:nth-child(2),.gate-halo span:nth-child(3){align-self:flex-end}.gate-caption{z-index:4;border-top:1px solid #f0cc8573;padding-top:14px;position:absolute;bottom:24px;left:25px;right:25px}.gate-caption small,.gate-caption b{display:block}.gate-caption small{color:#d6bd8c;font:10px Malgun Gothic,sans-serif}.gate-caption b{margin-top:3px;font-size:21px}.hero-scroll{color:#867d6d;letter-spacing:.1em;font:10px Malgun Gothic,sans-serif;position:absolute;bottom:26px;left:clamp(24px,7vw,110px)}.two-doors,.popular-section,.keepers{padding:110px clamp(24px,7vw,110px)}.two-doors{color:#17242a;background:#e9d8b6}.section-intro{margin-bottom:42px}.section-intro h2{letter-spacing:-.045em;margin:8px 0 0;font-size:clamp(36px,5vw,68px);line-height:1.15}.section-intro.horizontal{grid-template-columns:1.2fr .8fr;align-items:end;gap:60px;display:grid}.section-intro.horizontal>p{color:var(--brand-muted);margin:0;font:13px/1.75 Malgun Gothic,sans-serif}.two-doors .kicker{color:#93642c}.door-split{border:1px solid #392b1a59;grid-template-columns:1fr 1fr;display:grid}.method-door{flex-direction:column;justify-content:space-between;min-height:400px;padding:40px;display:flex;position:relative;overflow:hidden}.method-door+.method-door{border-left:1px solid #392b1a59}.method-door:after{content:"";opacity:.15;border:1px solid;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-150px;right:-80px}.saju-door{color:#f3e5c8;background:#163a3d}.tarot-door{color:#f1e4cf;background:#251b35}.door-symbol{border:1px solid;border-radius:50%;place-items:center;width:62px;height:62px;font-size:22px;display:grid}.method-door small{opacity:.72;font:11px Malgun Gothic,sans-serif}.method-door h3{margin:10px 0;font-size:58px}.method-door p{opacity:.8;max-width:450px;font:13px/1.7 Malgun Gothic,sans-serif}.method-door>b{font:13px Malgun Gothic,sans-serif}.method-door:hover>b{color:#efc875}.popular-section{background:#071723}.popular-columns,.free-split{grid-template-columns:1fr 1fr;gap:24px;display:grid}.popular-columns>div,.free-split>div{border-top:1px solid var(--brand-line)}.column-title{border-bottom:1px solid var(--brand-line);justify-content:space-between;align-items:center;min-height:66px;padding:18px 3px;display:flex}.column-title b{font-size:23px}.column-title a,.column-title span{color:var(--brand-gold);font:11px Malgun Gothic,sans-serif}.product-card{border:1px solid var(--brand-line);background:#0a202c;flex-direction:column;min-height:250px;padding:26px;transition:all .2s;display:flex;position:relative}.product-card:hover{z-index:2;border-color:var(--brand-gold);background:#0d2936;transform:translateY(-4px)}.product-card.compact{border-top:0;min-height:176px}.product-card.kind-tarot{background:#121827}.product-card.kind-tarot:hover{background:#181e31}.product-meta,.product-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-meta>span{color:var(--brand-gold);font:11px Malgun Gothic,sans-serif}.phase-badge{color:#cfb783;border:1px solid #d3a85d59;padding:5px 7px;font:9px Malgun Gothic,sans-serif}.phase-2,.phase-3{color:#8f8779;border-color:#b8aa8f38}.product-card h3{margin:24px 0 10px;font-size:23px}.product-card p{color:#e4d7bb;margin:0;font:15px/1.55 Malgun Gothic,sans-serif}.product-card>small{color:var(--brand-muted);margin:12px 0;font:11px/1.6 Malgun Gothic,sans-serif}.product-foot{margin-top:auto;padding-top:20px}.product-foot span{color:var(--brand-muted);font:10px Malgun Gothic,sans-serif}.product-foot b{font-size:14px}.popular-columns .product-card{margin-top:-1px}.result-story{background:#173d3d;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(50px,8vw,120px);padding:120px clamp(24px,8vw,130px);display:grid}.result-copy h2{margin:10px 0 22px;font-size:clamp(38px,5vw,70px);line-height:1.13}.result-copy>p:not(.kicker){color:#c7c9b2;max-width:520px;font:14px/1.8 Malgun Gothic,sans-serif}.text-link{color:var(--brand-gold);border-bottom:1px solid;margin-top:22px;padding-bottom:5px;font:12px Malgun Gothic,sans-serif;display:inline-block}.paper-stack{grid-template-columns:repeat(3,1fr);align-items:center;display:grid}.paper-stack article{color:#24231d;background:#ead9b5;min-height:400px;padding:30px 25px;position:relative;box-shadow:0 22px 55px #00000040}.paper-stack article:first-child{transform:rotate(-4deg)translate(18px)}.paper-stack article:nth-child(2){z-index:2;transform:translateY(-18px)}.paper-stack article:nth-child(3){transform:rotate(4deg)translate(-18px)}.paper-stack span{color:#986a31;font-size:12px}.paper-stack small{color:#8a6d4e;margin-top:55px;font:10px Malgun Gothic,sans-serif;display:block}.paper-stack h3{margin:10px 0 20px;font-size:24px;line-height:1.35}.paper-stack p{font:12px/1.8 Malgun Gothic,sans-serif}.keeper-line{border-top:1px solid var(--brand-line);border-left:1px solid var(--brand-line);grid-template-columns:repeat(4,1fr);display:grid}.keeper{border-right:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);min-width:0;padding:20px}.keeper-image{background:#0d2531;height:250px;overflow:hidden}.keeper-image img{object-fit:cover;object-position:50% 13%;filter:saturate(.82);width:100%;height:100%}.keeper small{color:var(--brand-gold);margin-top:18px;font:10px Malgun Gothic,sans-serif;display:block}.keeper h3{margin:7px 0;font-size:24px}.keeper p{color:var(--brand-muted);margin:0;font:11px/1.65 Malgun Gothic,sans-serif}.keeper-rose{background:#241b23}.keeper-jade{background:#102a2d}.keeper-violet{background:#171726}.trust-strip{grid-template-columns:repeat(3,1fr);padding:0 clamp(24px,7vw,110px) 110px;display:grid}.trust-strip>div{border:1px solid var(--brand-line);margin-left:-1px;padding:28px}.trust-strip span{color:var(--brand-gold)}.trust-strip b{margin:26px 0 7px;font-size:18px;display:block}.trust-strip p{color:var(--brand-muted);margin:0;font:11px/1.6 Malgun Gothic,sans-serif}.hub-hero{background:#0a202c;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;min-height:600px;padding:76px clamp(24px,7vw,110px);display:grid}.kind-tarot .hub-hero{background:#121827}.hub-copy h1{letter-spacing:-.06em;margin:10px 0 22px;font-size:clamp(50px,7vw,94px);line-height:1.04}.hub-copy h1 span{display:block}.hub-copy>p:not(.kicker){max-width:630px;color:var(--brand-muted);font:14px/1.8 Malgun Gothic,sans-serif}.hub-portrait{border:1px solid var(--brand-line);border-radius:220px 220px 0 0;height:440px;position:relative;overflow:hidden}.hub-portrait>span{z-index:2;border:1px solid var(--brand-gold);width:48px;height:48px;color:var(--brand-gold);border-radius:50%;place-items:center;display:grid;position:absolute;top:20px;right:22px}.hub-portrait img{object-fit:cover;object-position:50% 12%;width:100%;height:100%}.hub-portrait small{background:#05121cd9;padding:8px 11px;font:10px Malgun Gothic,sans-serif;position:absolute;bottom:18px;left:18px}.phase-section{padding:90px clamp(24px,7vw,110px)}.phase-section:nth-of-type(2n){background:#091c27}.phase-heading{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}.phase-heading h2{margin:7px 0 0;font-size:clamp(34px,4vw,58px)}.phase-heading>span{color:var(--brand-gold);font-size:13px}.product-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.method-boundary{color:#1a282c;background:#e7d4ae;grid-template-columns:1fr 1fr;gap:60px;padding:50px clamp(24px,7vw,110px);display:grid}.method-boundary b{font-size:26px;line-height:1.45}.method-boundary p{margin:0;font:13px/1.8 Malgun Gothic,sans-serif}.detail-hero{background:#0a202c;grid-template-columns:1.1fr .9fr;align-items:center;gap:80px;min-height:650px;padding:70px clamp(24px,8vw,130px);display:grid}.kind-tarot .detail-hero{background:#141a2b}.crumb{color:var(--brand-muted);margin-bottom:24px;font:11px Malgun Gothic,sans-serif;display:inline-block}.detail-badges{color:var(--brand-gold);align-items:center;gap:10px;font:11px Malgun Gothic,sans-serif;display:flex}.detail-copy h1{margin:15px 0;font-size:clamp(52px,7vw,92px);line-height:1.04}.detail-question{color:#f1cc88!important;font-size:20px!important}.detail-copy>p{max-width:620px;color:var(--brand-muted);font:14px/1.8 Malgun Gothic,sans-serif}.detail-price{align-items:baseline;gap:15px;margin:28px 0;display:flex}.detail-price strong{font-size:26px}.detail-price span{color:var(--brand-muted);font:11px Malgun Gothic,sans-serif}.planned-button{color:#aaa08d;border:1px solid #625c50;padding:14px 18px;font:12px Malgun Gothic,sans-serif;display:inline-flex}.detail-portrait{margin:0;position:relative}.portrait-frame{border:1px solid var(--brand-line);border-radius:250px 250px 0 0;height:500px;overflow:hidden}.portrait-frame img{object-fit:cover;object-position:50% 12%;width:100%;height:100%}.detail-portrait figcaption{background:#05121ce0;padding:13px;position:absolute;bottom:20px;left:20px;right:20px}.detail-portrait small,.detail-portrait b{display:block}.detail-portrait small{color:var(--brand-gold);font:9px Malgun Gothic,sans-serif}.detail-portrait b{margin-top:4px}.detail-audience,.detail-method{color:#1a282c;background:#e8d6b1;grid-template-columns:1fr 1fr;gap:80px;padding:90px clamp(24px,8vw,130px);display:grid}.detail-audience h2,.detail-method h2{margin:8px 0;font-size:clamp(34px,4vw,58px);line-height:1.2}.detail-audience ul{margin:0;padding:0;list-style:none}.detail-audience li{border-bottom:1px solid #342b1e40;padding:22px 0;font:15px Malgun Gothic,sans-serif}.detail-result{padding:100px clamp(24px,8vw,130px)}.highlight-grid{border-top:1px solid var(--brand-line);border-left:1px solid var(--brand-line);grid-template-columns:repeat(3,1fr);display:grid}.highlight-grid article{border-right:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);min-height:280px;padding:28px}.highlight-grid span{color:var(--brand-gold)}.highlight-grid h3{margin:50px 0 15px;font-size:24px}.highlight-grid p{color:var(--brand-muted);font:12px/1.7 Malgun Gothic,sans-serif}.detail-method{color:var(--cream);background:#173b3b}.detail-method>div:last-child p{color:#c7c8b1;font:14px/1.85 Malgun Gothic,sans-serif}.detail-final{background:#0b1e2a;grid-template-columns:320px 1fr;align-items:center;gap:70px;min-height:480px;padding:70px clamp(24px,8vw,130px);display:grid}.detail-final img{object-fit:cover;object-position:50% 12%;border:1px solid var(--brand-line);border-radius:50%;width:320px;height:320px}.detail-final small{color:var(--brand-gold);font:10px Malgun Gothic,sans-serif}.detail-final h2{margin:12px 0 28px;font-size:clamp(34px,4.5vw,62px);line-height:1.2}.flow-page{background:#0a1c27;padding:70px clamp(20px,8vw,130px) 110px}.flow-head{max-width:780px;margin-bottom:44px}.flow-head h1{margin:10px 0;font-size:clamp(44px,6vw,76px)}.flow-head>p:last-child{color:var(--brand-muted);font:14px/1.7 Malgun Gothic,sans-serif}.flow-layout{grid-template-columns:1fr 380px;align-items:start;gap:28px;display:grid}.draft-form,.order-note,.flow-card{border:1px solid var(--brand-line);background:#0d2531;padding:34px}.draft-form{gap:22px;display:grid}.draft-form label{color:#cdbf9f;gap:8px;font:12px Malgun Gothic,sans-serif;display:grid}.draft-form input,.draft-form select,.draft-form textarea{width:100%;color:var(--cream);background:#071923;border:1px solid #d3a85d4d;border-radius:0;padding:13px;font:13px Malgun Gothic,sans-serif}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.draft-form .check-row{align-items:start;display:flex}.draft-form .check-row input{width:auto;margin-top:2px}.order-note{position:sticky;top:100px}.order-note>span{color:var(--brand-gold);font:10px Malgun Gothic,sans-serif}.order-note h2{font-size:28px}.order-note p{color:var(--brand-muted);font:12px/1.7 Malgun Gothic,sans-serif}.order-note>div{justify-content:space-between;margin:28px 0;display:flex}.order-note>div small{color:var(--brand-muted)}.order-note>.primary-button{width:100%}.order-note>small{color:#827967;margin-top:12px;font:9px/1.5 Malgun Gothic,sans-serif;display:block}.flow-card{max-width:760px;margin:20px auto}.flow-card.centered{text-align:center}.flow-mark{border:1px solid var(--brand-gold);width:64px;height:64px;color:var(--brand-gold);border-radius:50%;place-items:center;margin:0 auto 22px;display:grid}.flow-card h1{font-size:clamp(38px,5vw,60px)}.flow-card>p:not(.kicker){color:var(--brand-muted);font:13px/1.8 Malgun Gothic,sans-serif}.checkout-product{border:1px solid var(--brand-line);grid-template-columns:90px 1fr auto;align-items:center;gap:18px;margin:28px 0;padding:18px;display:grid}.checkout-product img{object-fit:cover;object-position:50% 15%;width:90px;height:90px}.checkout-product small,.checkout-product b,.checkout-product span{display:block}.checkout-product small,.checkout-product span{color:var(--brand-muted);font:10px Malgun Gothic,sans-serif}.checkout-product b{margin:5px 0;font-size:20px}.flow-card dl{margin:0}.flow-card dl>div{border-bottom:1px solid var(--brand-line);justify-content:space-between;padding:14px 0;font:12px Malgun Gothic,sans-serif;display:flex}.flow-card dt{color:var(--brand-muted)}.mock-payment{background:#162d37;margin:28px 0;padding:18px}.mock-payment span{color:var(--brand-gold);font:11px Malgun Gothic,sans-serif}.mock-payment p{color:var(--brand-muted);margin:7px 0 0;font:10px/1.6 Malgun Gothic,sans-serif}.primary-button.full{width:100%}.result-page{color:#202a2d;background:#e5d3ad;padding-bottom:100px}.result-header{color:var(--cream);background:#091d28;justify-content:space-between;gap:30px;padding:55px clamp(24px,8vw,130px);display:flex}.result-header h1{margin:7px 0;font-size:clamp(38px,5vw,66px)}.result-header p{color:var(--brand-muted);font:12px Malgun Gothic,sans-serif}.result-header>div:last-child{text-align:right}.result-header small,.result-header b,.result-header a{display:block}.result-header small{color:var(--brand-gold);font:9px Malgun Gothic,sans-serif}.result-header a{color:var(--brand-gold);margin-top:18px;font:10px Malgun Gothic,sans-serif}.result-cover{background:radial-gradient(circle at 80% 30%,#a06b3238,#0000 30%),#e5d3ad;border-bottom:1px solid #2b271e40;flex-direction:column;justify-content:flex-end;min-height:520px;padding:80px clamp(24px,10vw,170px);display:flex}.result-cover>span{color:#986b36;border:1px solid #986b36;border-radius:50%;place-items:center;width:70px;height:70px;font-size:26px;display:grid}.result-cover p{color:#7f6345;margin:70px 0 15px;font:13px Malgun Gothic,sans-serif}.result-cover h2{max-width:900px;margin:0;font-size:clamp(38px,5vw,72px);line-height:1.22}.result-chapters{padding:60px clamp(24px,10vw,170px)}.result-chapters article{border-bottom:1px solid #2b271e3b;grid-template-columns:80px 1fr;gap:30px;padding:48px 0;display:grid}.result-chapters article>span{color:#986b36}.result-chapters small{color:#8b6740;font:10px Malgun Gothic,sans-serif}.result-chapters h3{max-width:760px;margin:9px 0 18px;font-size:clamp(26px,3vw,42px);line-height:1.35}.result-chapters p{max-width:760px;font:14px/1.9 Malgun Gothic,sans-serif}.result-actions{justify-content:flex-end;gap:10px;padding:30px clamp(24px,10vw,170px);display:flex}.result-actions .secondary-button{color:#1b292d;border-color:#6b593e}.simple-hero,.utility-head{background:#0b202c;padding:85px clamp(24px,8vw,130px)}.simple-hero h1,.utility-head h1{margin:10px 0;font-size:clamp(44px,6vw,82px);line-height:1.1}.simple-hero>p:last-child,.utility-head>p:last-child{max-width:680px;color:var(--brand-muted);font:14px/1.8 Malgun Gothic,sans-serif}.free-split{padding:70px clamp(24px,8vw,130px)}.free-split .product-card{margin-top:12px}.free-note,.utility-note{border-left:3px solid var(--brand-gold);background:#102a35;margin:0 clamp(24px,8vw,130px) 90px;padding:25px}.free-note b,.free-note p{display:block}.free-note p{color:var(--brand-muted);margin:8px 0 0;font:12px/1.7 Malgun Gothic,sans-serif}.library-grid{grid-template-columns:1fr 1fr;gap:18px;padding:60px clamp(24px,8vw,130px);display:grid}.library-grid article{border:1px solid var(--brand-line);min-height:320px;padding:32px}.saved-result{background:#173b3b}.saved-result>span{color:var(--brand-gold);font:10px Malgun Gothic,sans-serif}.saved-result small{color:#b9aa8e;margin-top:55px;font:10px Malgun Gothic,sans-serif;display:block}.saved-result h2,.empty-result h2{font-size:30px}.saved-result p,.empty-result p{color:var(--brand-muted);font:12px/1.7 Malgun Gothic,sans-serif}.saved-result a,.empty-result a{color:var(--brand-gold);margin-top:25px;font:11px Malgun Gothic,sans-serif;display:inline-block}.empty-result{text-align:center;place-content:center;display:grid}.empty-result>span{color:var(--brand-gold);font-size:40px}.utility-note{color:var(--brand-muted);justify-content:space-between;font:11px Malgun Gothic,sans-serif;display:flex}.utility-note b{color:var(--brand-gold)}.settings-list,.faq-list{padding:55px clamp(24px,8vw,130px) 90px}.settings-list article{border-bottom:1px solid var(--brand-line);grid-template-columns:50px 1fr auto;align-items:center;gap:20px;padding:25px 0;display:grid}.settings-list>article>span{color:var(--brand-gold)}.settings-list h2{margin:0 0 5px;font-size:20px}.settings-list p{color:var(--brand-muted);margin:0;font:11px Malgun Gothic,sans-serif}.settings-list b{color:#968d7c;font:10px Malgun Gothic,sans-serif}.faq-list details{border-bottom:1px solid var(--brand-line);padding:24px 0}.faq-list summary{cursor:pointer;font-size:21px}.faq-list p{max-width:860px;color:var(--brand-muted);font:13px/1.8 Malgun Gothic,sans-serif}.support-cta{background:#173b3b;justify-content:space-between;align-items:center;gap:30px;margin:0 clamp(24px,8vw,130px) 90px;padding:35px;display:flex}.support-cta small{color:var(--brand-gold);font:10px Malgun Gothic,sans-serif}.support-cta h2{margin:7px 0}.support-cta>div:last-child{gap:8px;display:flex}.admin-page{background:#071923;padding:70px clamp(24px,7vw,110px) 100px}.admin-head{justify-content:space-between;align-items:end;margin-bottom:35px;display:flex}.admin-head h1{margin:8px 0 0;font-size:clamp(42px,6vw,72px)}.admin-head>span{color:#d6aa72;border:1px solid #865e42;padding:8px 10px;font:10px Malgun Gothic,sans-serif}.admin-metrics{border-top:1px solid var(--brand-line);border-left:1px solid var(--brand-line);grid-template-columns:repeat(4,1fr);display:grid}.admin-metrics>div{border-right:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);padding:22px}.admin-metrics small,.admin-metrics b,.admin-metrics span{display:block}.admin-metrics small,.admin-metrics span{color:var(--brand-muted);font:10px Malgun Gothic,sans-serif}.admin-metrics b{margin:18px 0 8px;font-size:38px}.admin-table{border:1px solid var(--brand-line);margin-top:30px}.admin-table-head{background:#102a35;justify-content:space-between;padding:17px 20px;display:flex}.admin-table-head span{color:var(--brand-muted);font:10px Malgun Gothic,sans-serif}.admin-table article{border-top:1px solid var(--brand-line);grid-template-columns:45px 1fr 100px 120px;align-items:center;gap:18px;padding:18px 20px;display:grid}.admin-table article>span{color:var(--brand-gold)}.admin-table h2{margin:0;font-size:18px}.admin-table p{color:var(--brand-muted);margin:5px 0 0;font:10px Malgun Gothic,sans-serif}.admin-table button{color:#777;background:0 0;border:1px solid #4c504d;padding:8px;font:9px Malgun Gothic,sans-serif}.admin-warning{background:#231d1d;border-left:3px solid #9c5f47;margin-top:28px;padding:22px}.admin-warning p{color:var(--brand-muted);margin:7px 0 0;font:11px/1.6 Malgun Gothic,sans-serif}.not-found{text-align:center;min-height:100vh;color:var(--cream);background:#071923;place-content:center;padding:30px;display:grid}.not-found>span{color:var(--brand-gold);font-size:44px}.not-found h1{font-size:42px}.not-found p{color:var(--brand-muted)}.not-found a{color:var(--brand-gold)}@media (max-width:1050px){.brand-nav{gap:18px}.gateway-hero{grid-template-columns:1fr 390px;gap:40px}.hero-gate{width:360px}.product-grid{grid-template-columns:repeat(2,1fr)}.keeper-line{grid-template-columns:1fr 1fr}.paper-stack article{min-height:350px;padding:22px 18px}.flow-layout{grid-template-columns:1fr 330px}}@media (max-width:760px){.brand-site{padding-bottom:68px}.draft-ribbon{padding:6px 10px;font-size:9px}.brand-header{justify-content:space-between;min-height:61px;padding:0 15px;display:flex}.brand-lockup small,.brand-nav{display:none}.brand-lockup b{font-size:15px}.brand-seal{width:30px;height:30px}.header-account{font-size:10px}.mobile-nav{z-index:90;min-height:66px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--brand-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#05121cfa;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav a{color:#998f7e;align-content:center;place-items:center;gap:4px;font:9px Malgun Gothic,sans-serif;display:grid}.mobile-nav a span{font:14px serif}.mobile-nav a[aria-current=page]{color:#efce8e}.brand-footer{padding:42px 20px 36px;display:block}.footer-links{justify-content:flex-start;margin:25px 0}.brand-footer>small{display:block}.gateway-hero{flex-direction:column;gap:44px;min-height:auto;padding:52px 20px 40px;display:flex}.hero-copy h1{font-size:clamp(39px,12vw,56px);line-height:1.15}.hero-copy>p:not(.kicker){font-size:13px}.hero-actions{display:grid}.primary-button,.secondary-button{width:100%}.hero-gate{order:-1;width:min(88vw,390px);height:112vw;min-height:420px;max-height:500px}.hero-scroll{display:none}.two-doors,.popular-section,.keepers{padding:68px 20px}.section-intro h2{font-size:38px}.section-intro.horizontal{display:block}.section-intro.horizontal>p{margin-top:18px}.door-split,.popular-columns,.free-split{grid-template-columns:1fr}.method-door{min-height:320px;padding:28px}.method-door+.method-door{border-top:1px solid #392b1a59;border-left:0}.method-door h3{font-size:48px}.popular-columns>div+div,.free-split>div+div{margin-top:30px}.result-story{grid-template-columns:1fr;gap:60px;padding:70px 20px}.paper-stack{grid-template-columns:1fr}.paper-stack article{min-height:auto;margin-top:-1px;transform:none!important}.paper-stack article small{margin-top:30px}.keeper-line{grid-template-columns:1fr}.keeper{grid-template-columns:120px 1fr;gap:18px;display:grid}.keeper-image{height:150px}.keeper small{margin-top:10px}.trust-strip{grid-template-columns:1fr;padding:0 20px 70px}.trust-strip>div{margin:-1px 0 0}.hub-hero{grid-template-columns:1fr;gap:40px;min-height:auto;padding:52px 20px}.hub-copy h1{font-size:52px}.hub-portrait{height:390px}.phase-section{padding:62px 20px}.phase-heading{align-items:start}.product-grid{grid-template-columns:1fr}.product-card{min-height:220px}.method-boundary{grid-template-columns:1fr;gap:22px;padding:42px 20px}.detail-hero{flex-direction:column;gap:42px;min-height:auto;padding:48px 20px;display:flex}.detail-copy h1{font-size:50px}.detail-portrait{order:-1;width:100%}.portrait-frame{height:390px}.detail-audience,.detail-method{grid-template-columns:1fr;gap:30px;padding:60px 20px}.detail-result{padding:65px 20px}.highlight-grid{grid-template-columns:1fr}.highlight-grid article{min-height:230px}.detail-final{text-align:center;grid-template-columns:1fr;gap:35px;padding:55px 20px}.detail-final img{width:220px;height:220px;margin:auto}.flow-page{padding:45px 16px 70px}.flow-layout{grid-template-columns:1fr}.order-note{position:static}.form-row{grid-template-columns:1fr}.flow-card{padding:24px 18px}.checkout-product{grid-template-columns:72px 1fr}.checkout-product img{width:72px;height:72px}.checkout-product>strong{grid-column:2}.result-header{padding:35px 20px;display:block}.result-header>div:last-child{text-align:left;margin-top:24px}.result-cover{min-height:480px;padding:55px 20px}.result-chapters{padding:35px 20px}.result-chapters article{grid-template-columns:38px 1fr;gap:12px;padding:35px 0}.result-actions{padding:25px 20px;display:grid}.simple-hero,.utility-head{padding:55px 20px}.simple-hero h1,.utility-head h1{font-size:42px}.free-split{padding:45px 20px}.free-note,.utility-note{margin:0 20px 60px}.library-grid{grid-template-columns:1fr;padding:40px 20px}.utility-note{gap:8px;display:grid}.settings-list,.faq-list{padding:35px 20px 60px}.settings-list article{grid-template-columns:35px 1fr}.settings-list article>b{grid-column:2}.support-cta{margin:0 20px 60px;display:block}.support-cta>div:last-child{margin-top:22px;display:grid}.admin-page{padding:45px 16px 70px}.admin-head{display:block}.admin-head>span{margin-top:18px;display:inline-block}.admin-metrics{grid-template-columns:1fr 1fr}.admin-table-head span{display:none}.admin-table article{grid-template-columns:30px 1fr}.admin-table article>b,.admin-table article>button{grid-column:2}.admin-table article>button{width:130px}.not-found h1{font-size:34px}}@media (max-width:370px){.gateway-hero,.two-doors,.popular-section,.keepers,.hub-hero,.phase-section,.detail-hero,.detail-result,.detail-audience,.detail-method{padding-left:14px;padding-right:14px}.hero-copy h1{font-size:37px}.keeper{grid-template-columns:100px 1fr}.keeper-image{height:135px}.mobile-nav a{font-size:8px}.detail-copy h1{font-size:42px}}.category-path-nav a{text-align:center;border-right:1px solid var(--brand-line);color:#cabc9e;overflow-wrap:anywhere;min-width:0;padding:18px 14px;font:11px/1.45 Malgun Gothic,sans-serif;transition:color .2s,background-color .2s}.category-path-nav a:hover{color:#fff0cf;background:#102936}.category-path-nav{scrollbar-width:none}.category-path-nav::-webkit-scrollbar{display:none}.category-gate-section{background:#081b26;padding:92px clamp(24px,7vw,110px)}.category-gates{border-top:1px solid var(--brand-line);border-left:1px solid var(--brand-line);grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.category-gate{border-right:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);background:#0b2531;flex-direction:column;min-height:490px;transition:transform .22s,background-color .22s;display:flex;position:relative;overflow:hidden}.category-gate>span{z-index:3;color:#f0c875;font:11px Malgun Gothic,sans-serif;position:absolute;top:16px;left:18px}.category-gate>img{object-fit:cover;object-position:50% 13%;filter:saturate(.78)contrast(1.04);width:100%;height:235px;transition:transform .35s,filter .35s}.category-gate>div{flex-direction:column;flex:1;padding:23px 20px;display:flex}.category-gate small{color:#c3b08c;font:9px/1.5 Malgun Gothic,sans-serif}.category-gate h3{margin:9px 0 14px;font-size:26px;line-height:1.25}.category-gate p{color:#b7ad9a;margin:0;font:11px/1.7 Malgun Gothic,sans-serif}.category-gate b{color:#e9c985;margin-top:auto;padding-top:20px;font:10px Malgun Gothic,sans-serif}.category-gate:hover{z-index:2;background:#0e2d39;transform:translateY(-5px)}.category-gate:hover>img{filter:saturate(.95);transform:scale(1.035)}.category-gate.tone-rose{background:#251b24}.category-gate.tone-jade{background:#123031}.category-gate.tone-violet{background:#171827}.category-gate.tone-indigo{background:#121f2f}.category-detail{--category-accent:#d3a85d;background:#071723;min-height:70vh}.category-detail.tone-rose{--category-accent:#d68f88}.category-detail.tone-jade{--category-accent:#70b5a4}.category-detail.tone-violet{--category-accent:#a88ad0}.category-detail.tone-indigo{--category-accent:#829bc8}.category-world-hero{isolation:isolate;background:linear-gradient(90deg,#05121cfa 0 44%,#05121cc2 68%,#05121ce6),url(/season-desktop.png) 50% 46%/cover no-repeat;grid-template-columns:1.08fr .72fr;align-items:center;gap:80px;min-height:650px;padding:72px clamp(24px,8vw,130px);display:grid;position:relative;overflow:hidden}.category-world-hero:after{content:"";z-index:-1;border:1px solid color-mix(in srgb,var(--category-accent) 40%,transparent);border-radius:50%;width:48vw;height:48vw;position:absolute;top:-18vw;right:-12vw}.category-world-copy{z-index:2;position:relative}.category-world-copy .kicker{color:var(--category-accent)}.category-world-copy h1{letter-spacing:-.06em;margin:12px 0 18px;font-size:clamp(56px,7vw,100px);line-height:1}.category-question{color:#f1d39b!important;max-width:690px!important;font-size:20px!important;line-height:1.6!important}.category-world-copy>p:not(.kicker,.category-question){color:#c3b69d;max-width:630px;font:14px/1.85 Malgun Gothic,sans-serif}.category-world-copy .primary-button{margin-top:28px}.category-keeper{border:1px solid color-mix(in srgb,var(--category-accent) 70%,transparent);background:#0b2430;border-radius:250px 250px 4px 4px;height:500px;margin:0;position:relative;overflow:hidden;box-shadow:0 28px 75px #00000061}.category-keeper>img{z-index:2;object-fit:cover;object-position:50% 11%;width:100%;height:100%;position:relative}.keeper-orbit{z-index:1;aspect-ratio:1;border:1px solid var(--category-accent);width:78%;box-shadow:0 0 45px color-mix(in srgb,var(--category-accent) 25%,transparent);border-radius:50%;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.category-keeper figcaption{z-index:3;border-left:2px solid var(--category-accent);background:#05121ce0;padding:13px 15px;position:absolute;bottom:18px;left:18px;right:18px}.category-keeper small,.category-keeper b{display:block}.category-keeper small{color:var(--category-accent);font:9px Malgun Gothic,sans-serif}.category-keeper b{margin-top:4px;font-size:18px}.category-path-nav{z-index:40;border-top:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#06151ff5;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:sticky;top:74px;overflow:hidden}.category-path-nav a{border-right:1px solid var(--brand-line);border-bottom:1px solid #0000;min-width:0;padding:15px 16px}.category-path-nav small,.category-path-nav b{overflow-wrap:anywhere;display:block}.category-path-nav small{color:#887f70;white-space:normal;font:9px/1.45 Malgun Gothic,sans-serif}.category-path-nav b{color:#bdb097;margin-top:4px;font-size:15px;line-height:1.35}.category-path-nav a[aria-current=page],.category-path-nav a[data-featured=true]{background:#102c37}.category-path-nav a[aria-current=page] b,.category-path-nav a[data-featured=true] b{color:var(--category-accent)}.category-phase{padding:92px clamp(24px,8vw,130px)}.category-phase:nth-of-type(2n){background:#0a202c}.category-phase .product-card{border-color:color-mix(in srgb,var(--category-accent) 35%,transparent)}.category-guide-note{color:#17252a;background:#e6d3ad;grid-template-columns:1fr 1fr;gap:80px;padding:72px clamp(24px,8vw,130px);display:grid}.category-guide-note h2{margin:8px 0;font-size:clamp(36px,4vw,60px);line-height:1.18}.category-guide-note>div:last-child>p{margin:0;font:14px/1.85 Malgun Gothic,sans-serif}.category-guide-actions{gap:10px;margin-top:26px;display:flex}.category-guide-actions a{border:1px solid #29251d59;padding:12px 16px;font:11px Malgun Gothic,sans-serif}@media (max-width:1180px){.category-gates{grid-template-columns:repeat(3,1fr)}.category-gate:nth-child(4),.category-gate:nth-child(5){min-height:430px}.category-world-hero{grid-template-columns:1fr 440px;gap:48px}}@media (max-width:980px){.category-path-nav{-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:repeat(3,minmax(0,1fr));position:relative;top:auto}.category-path-nav a{min-height:70px}}@media (max-width:760px){.category-gate-section{padding:58px 20px}.category-gates{grid-template-columns:1fr}.category-gate,.category-gate:nth-child(4),.category-gate:nth-child(5){grid-template-columns:128px 1fr;min-height:0;display:grid}.category-gate>span{top:10px;left:10px}.category-gate>img{width:128px;height:100%;min-height:210px}.category-gate>div{padding:20px 16px}.category-gate h3{font-size:24px}.category-gate p{font-size:10px}.category-gate b{padding-top:16px}.category-world-hero{background:linear-gradient(#05121cd6,#05121cfa),url(/season-mobile.png) top/100% no-repeat;flex-direction:column;gap:38px;min-height:auto;padding:44px 20px 56px;display:flex}.category-world-copy h1{font-size:54px}.category-question{font-size:17px!important}.category-keeper{order:-1;width:100%;height:390px}.category-path-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.category-path-nav a{min-height:66px;padding:12px 13px}.category-path-nav a:last-child:nth-child(odd){grid-column:1/-1}.category-phase{padding:58px 20px}.category-guide-note{grid-template-columns:1fr;gap:24px;padding:55px 20px}.category-guide-actions{display:grid}}@media (max-width:370px){.category-gate-section,.category-world-hero,.category-phase,.category-guide-note{padding-left:14px;padding-right:14px}.category-gate{grid-template-columns:108px 1fr}.category-gate>img{width:108px}.category-world-copy h1{font-size:46px}}.service-hub .hub-hero{background:linear-gradient(90deg,#05121cf7,#05121cb8),url(/season-desktop.png) 50% 46%/cover no-repeat}.service-hub.kind-tarot .hub-hero{background:linear-gradient(90deg,#090e1bf7,#090e1bbd),url(/season-desktop.png) 50% 46%/cover no-repeat}.category-directory{background:#071723;min-height:70vh}.directory-hero{background:linear-gradient(90deg,#05121cf7 0 45%,#05121c8c),url(/season-desktop.png) 50% 43%/cover no-repeat;flex-direction:column;justify-content:flex-end;min-height:580px;padding:90px clamp(24px,8vw,130px);display:flex}.directory-hero h1{letter-spacing:-.06em;max-width:900px;margin:12px 0 22px;font-size:clamp(52px,7vw,96px);line-height:1.05}.directory-hero>p:not(.kicker){color:#c4b79e;max-width:650px;font:14px/1.8 Malgun Gothic,sans-serif}.directory-hero>div{gap:10px;margin-top:28px;display:flex}.directory-room{padding:90px clamp(24px,7vw,110px)}.directory-room.kind-tarot{background:#111827}.directory-room-head{grid-template-columns:1fr auto;align-items:end;gap:30px;margin-bottom:34px;display:grid}.directory-room-head h2{margin:8px 0 12px;font-size:clamp(38px,5vw,68px)}.directory-room-head p:not(.kicker){max-width:650px;color:var(--brand-muted);font:13px/1.7 Malgun Gothic,sans-serif}.directory-room-head>a{border-bottom:1px solid var(--brand-gold);color:var(--brand-gold);padding-bottom:5px;font:11px Malgun Gothic,sans-serif}.directory-grid{border-top:1px solid var(--brand-line);border-left:1px solid var(--brand-line);grid-template-columns:repeat(5,1fr);display:grid}.directory-card{border-right:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);background:#0b2631;min-width:0}.directory-card>img{object-fit:cover;object-position:50% 12%;filter:saturate(.78);width:100%;height:230px}.directory-card>div{padding:20px}.directory-card small{color:#c3b08c;font:9px/1.5 Malgun Gothic,sans-serif}.directory-card h3{margin:8px 0 10px;font-size:24px}.directory-card p{color:#b0a694;min-height:34px;margin:0;font:10px/1.65 Malgun Gothic,sans-serif}.directory-card span{color:#e6c37c;margin-top:22px;font:10px Malgun Gothic,sans-serif;display:block}.directory-card:hover>img{filter:saturate()}.directory-card.tone-rose{background:#251b24}.directory-card.tone-jade{background:#123031}.directory-card.tone-violet{background:#171827}.directory-card.tone-indigo{background:#121f2f}.directory-free{color:#17252a;background:#e6d3ad;justify-content:space-between;align-items:end;gap:40px;padding:75px clamp(24px,8vw,130px);display:flex}.directory-free h2{margin:8px 0 0;font-size:clamp(36px,5vw,64px);line-height:1.18}@media (max-width:1050px){.directory-grid{grid-template-columns:repeat(3,1fr)}.directory-card:nth-child(4),.directory-card:nth-child(5){grid-column:auto}.directory-card>img{height:260px}}@media (max-width:760px){.service-hub .hub-hero,.service-hub.kind-tarot .hub-hero{background:linear-gradient(#05121cad,#05121cfa),url(/season-mobile.png) top/100% no-repeat}.directory-hero{background:linear-gradient(#05121c7a,#05121cfa),url(/season-mobile.png) top/100% no-repeat;min-height:590px;padding:60px 20px}.directory-hero h1{font-size:48px}.directory-hero>div{display:grid}.directory-room{padding:58px 20px}.directory-room-head{display:block}.directory-room-head>a{margin-top:16px;display:inline-block}.directory-grid{grid-template-columns:1fr}.directory-card{grid-template-columns:124px 1fr;display:grid}.directory-card>img{width:124px;height:100%;min-height:190px}.directory-card p{min-height:0}.directory-free{padding:58px 20px;display:block}.directory-free .primary-button{margin-top:28px}}@media (max-width:370px){.directory-hero,.directory-room,.directory-free{padding-left:14px;padding-right:14px}.directory-card{grid-template-columns:104px 1fr}.directory-card>img{width:104px}}.launch-halls{color:var(--paper);background:#071723;padding:105px clamp(24px,7vw,110px)}.launch-halls-head{grid-template-columns:1.1fr .9fr;align-items:end;gap:70px;margin-bottom:52px;display:grid}.launch-halls-head h2{letter-spacing:-.055em;margin:8px 0 0;font-size:clamp(42px,5.5vw,76px);line-height:1.12}.launch-halls-head>p{max-width:610px;color:var(--muted);margin:0;font:14px/1.85 Malgun Gothic,sans-serif}.launch-hall-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:1fr 1fr;display:grid}.launch-hall{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-width:0}.launch-hall>header{background:radial-gradient(circle at 90% 10%,#d3a85d2b,#0000 30%),#0b2631;min-height:330px;padding:42px}.launch-hall.hall-tarot>header{background:radial-gradient(circle at 90% 10%,#9067b82e,#0000 30%),#151827}.launch-hall>header>span{color:var(--gold);letter-spacing:.12em;font:11px Malgun Gothic,sans-serif}.launch-hall>header h3{margin:18px 0 16px;font-size:clamp(38px,4vw,60px);line-height:1.14}.launch-hall>header p{color:var(--muted);font:11px/1.7 Malgun Gothic,sans-serif}.launch-hall>header a{border-bottom:1px solid var(--gold);color:var(--gold);margin-top:28px;padding-bottom:6px;font:11px Malgun Gothic,sans-serif;display:inline-block}.hall-specialists{display:grid}.hall-specialist{border-top:1px solid var(--line);background:#091e29;grid-template-columns:145px 1fr;align-items:stretch;min-height:175px;transition:background-color .2s;display:grid}.hall-tarot .hall-specialist{background:#111724}.hall-specialist:hover{background:#102d38}.hall-specialist img{object-fit:cover;object-position:50% 10%;filter:saturate(.82);width:145px;height:175px}.hall-specialist>div{padding:24px 22px}.hall-specialist small,.hall-specialist b{display:block}.hall-specialist small{color:var(--gold);font:9px/1.5 Malgun Gothic,sans-serif}.hall-specialist b{margin:8px 0;font-size:22px}.hall-specialist p{color:var(--muted);margin:0;font:10px/1.65 Malgun Gothic,sans-serif}.specialist-section{background:#071923;padding:82px clamp(24px,7vw,110px)}.specialist-grid{border-top:1px solid var(--brand-line);border-left:1px solid var(--brand-line);grid-template-columns:repeat(3,1fr);display:grid}.specialist-card{border-right:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);background:#0c2732;grid-template-columns:145px 1fr;min-height:220px;display:grid}.specialist-card img{object-fit:cover;object-position:50% 10%;width:145px;height:100%;min-height:220px}.specialist-card>div{padding:25px 20px}.specialist-card small{color:var(--brand-gold);font:9px/1.5 Malgun Gothic,sans-serif}.specialist-card h3{margin:10px 0;font-size:24px}.specialist-card p{color:var(--brand-muted);font:10px/1.7 Malgun Gothic,sans-serif}.specialist-card b{color:var(--brand-gold);margin-top:24px;font:10px Malgun Gothic,sans-serif;display:block}.concern-section{background:#0a202c;padding:72px clamp(24px,8vw,130px)}.concern-section>.section-intro{margin-bottom:30px}.concern-grid{border-top:1px solid var(--brand-line);border-left:1px solid var(--brand-line);grid-template-columns:repeat(3,1fr);display:grid}.concern-grid a{border-right:1px solid var(--brand-line);border-bottom:1px solid var(--brand-line);align-content:start;min-height:145px;padding:24px;transition:background-color .2s;display:grid}.concern-grid a:hover{background:#112c37}.concern-grid span{color:var(--category-accent);font:10px Malgun Gothic,sans-serif}.concern-grid b{margin:14px 0 19px;font-size:21px}.concern-grid small{color:var(--brand-muted);font:9px Malgun Gothic,sans-serif}.generation-page{background:radial-gradient(circle at 22% 45%,#d3a85d24,#0000 28%),#071923;min-height:80vh;padding:70px clamp(20px,8vw,130px) 100px}.generation-page.kind-tarot{background:radial-gradient(circle at 22% 45%,#7b54ab2b,#0000 28%),#0c1220}.generation-stage{grid-template-columns:minmax(320px,480px) 1fr;align-items:center;gap:clamp(45px,8vw,110px);max-width:1250px;margin:auto;display:grid}.generation-character{border:1px solid var(--brand-line);background:#0c2632;border-radius:260px 260px 6px 6px;height:620px;position:relative;overflow:hidden}.generation-character img{z-index:2;object-fit:cover;object-position:50% 8%;width:100%;height:100%;position:relative}.generation-character>small{z-index:3;border-left:2px solid var(--brand-gold);background:#05121ce6;padding:13px;font:10px Malgun Gothic,sans-serif;position:absolute;bottom:24px;left:24px;right:24px}.generation-orbit{z-index:1;aspect-ratio:1;border:1px solid var(--brand-gold);border-radius:50%;place-items:center;width:78%;display:grid;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 55px #d3a85d38}.generation-orbit:before,.generation-orbit:after{content:"";border:1px solid #d3a85d59;border-radius:50%;position:absolute;inset:10%}.generation-orbit:after{inset:24%}.generation-orbit span{color:var(--brand-gold);font-size:28px}.generation-copy h1{letter-spacing:-.06em;margin:10px 0 20px;font-size:clamp(44px,6vw,78px);line-height:1.1}.generation-copy>p:not(.kicker){max-width:620px;color:var(--brand-muted);font:14px/1.75 Malgun Gothic,sans-serif}.progress-track{background:#172f38;height:5px;margin:38px 0 25px;overflow:hidden}.progress-track>span{background:linear-gradient(90deg,#9a713e,var(--brand-gold));height:100%;transition:width .45s;display:block}.generation-steps{background:var(--brand-line);gap:1px;display:grid}.generation-steps>div{color:#756e62;background:#0a202b;grid-template-columns:48px 1fr;gap:14px;padding:15px 17px;transition:all .25s;display:grid}.generation-steps>div.active{color:var(--cream);background:#112e39}.generation-steps>div.done{color:#e3c783}.generation-steps span{font:11px Malgun Gothic,sans-serif}.generation-steps b{font:12px Malgun Gothic,sans-serif}.generation-ready{background:#173d3a;justify-content:space-between;align-items:center;gap:25px;margin-top:24px;padding:20px;display:flex}.kind-tarot .generation-ready{background:#29213c}.generation-ready p{margin:0;font:12px Malgun Gothic,sans-serif}.prototype-generation-note{color:#7f776a;margin-top:18px;font:9px/1.6 Malgun Gothic,sans-serif;display:block}.saju-result-document{background:#d9c393;grid-template-columns:minmax(300px,500px) 1fr;align-items:center;gap:clamp(50px,9vw,130px);padding:75px clamp(24px,9vw,150px);display:grid}.pdf-cover-preview{background:linear-gradient(160deg,#f0e2c0,#d8bd84);border:1px solid #96744a;flex-direction:column;min-height:680px;padding:48px 40px 34px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 70px #31221447}.pdf-cover-preview:before{content:"";pointer-events:none;border:1px solid #7a53276b;position:absolute;inset:13px}.pdf-cover-preview .pdf-seal{z-index:2;color:#855c30;border:1px solid #9a6c39;border-radius:50%;place-items:center;width:66px;height:66px;font-size:25px;display:grid;position:relative}.pdf-cover-preview>small{z-index:2;color:#87633e;letter-spacing:.15em;margin-top:42px;font:10px Malgun Gothic,sans-serif;position:relative}.pdf-cover-preview h2{z-index:2;margin:14px 0;font-size:clamp(42px,5vw,68px);line-height:1.08;position:relative}.pdf-cover-preview p{z-index:2;color:#765c41;max-width:320px;margin:0;font:12px/1.7 Malgun Gothic,sans-serif;position:relative}.pdf-cover-preview img{object-fit:cover;object-position:50% 10%;mix-blend-mode:multiply;opacity:.88;width:76%;height:58%;position:absolute;bottom:52px;right:-8%}.pdf-cover-preview footer{z-index:2;color:#765c41;border-top:1px solid #694b2866;justify-content:space-between;margin-top:auto;padding-top:24px;font:9px Malgun Gothic,sans-serif;display:flex;position:relative}.pdf-summary-panel h2{margin:10px 0 30px;font-size:clamp(36px,4.5vw,62px);line-height:1.2}.pdf-summary-panel ol{border-top:1px solid #332b1f4d;margin:0 0 30px;padding:0;list-style:none}.pdf-summary-panel li{border-bottom:1px solid #332b1f4d;grid-template-columns:45px 1fr;padding:17px 0;font:13px Malgun Gothic,sans-serif;display:grid}.pdf-summary-panel li span{color:#8b663a}.pdf-summary-panel .primary-button{border:0}.pdf-summary-panel>small{color:#705f48;max-width:530px;margin-top:18px;font:10px/1.7 Malgun Gothic,sans-serif;display:block}.tarot-result-page{color:var(--cream);background:#0d1420}.tarot-reading-hero{background:radial-gradient(circle at 73% 40%,#895bb73d,#0000 30%),#111726;grid-template-columns:1fr minmax(280px,430px);align-items:center;gap:80px;min-height:560px;padding:75px clamp(24px,8vw,130px);display:grid}.tarot-reading-hero h2{max-width:770px;margin:12px 0 24px;font-size:clamp(42px,6vw,78px);line-height:1.15}.tarot-reading-hero p:not(.kicker){max-width:620px;color:var(--brand-muted);font:13px/1.8 Malgun Gothic,sans-serif}.tarot-reading-hero img{object-fit:cover;object-position:50% 8%;border:1px solid #ab85cf73;border-radius:220px 220px 4px 4px;width:100%;height:440px}.tarot-card-spread{grid-template-columns:repeat(3,1fr);gap:18px;padding:85px clamp(24px,8vw,130px);display:grid}.reading-card{background:#151b2b;border:1px solid #ab85cf57;padding:25px}.reading-card>span{color:#ae8cc9}.card-face{background:radial-gradient(circle,#3d3152,#111625);border:1px solid #d3a85d73;align-content:center;place-items:center;gap:18px;height:330px;margin:18px 0 22px;display:grid}.card-face i{color:#e2bd73;font-size:62px;font-style:normal}.card-face b{font-size:21px}.card-face em{color:#bba6c8;font:10px Malgun Gothic,sans-serif}.reading-card>small{color:#caa7df;font:10px Malgun Gothic,sans-serif}.reading-card>p{color:var(--brand-muted);font:12px/1.8 Malgun Gothic,sans-serif}.tarot-synthesis{color:#1f292d;background:#e0cda5;grid-template-columns:1fr 1fr;gap:90px;padding:80px clamp(24px,9vw,150px);display:grid}.tarot-synthesis h2{margin:10px 0;font-size:clamp(36px,4.5vw,62px);line-height:1.22}.tarot-synthesis>div:last-child>p{font:14px/1.9 Malgun Gothic,sans-serif}.tarot-synthesis ul{border-top:1px solid #2a271f47;margin:28px 0 0;padding:0;list-style:none}.tarot-synthesis li{border-bottom:1px solid #2a271f47;padding:15px 0;font:12px Malgun Gothic,sans-serif}.tarot-result-page .result-actions{background:#e0cda5}.tarot-result-page .result-actions .secondary-button{color:#1b292d;border-color:#6b593e}@media (max-width:1050px){.launch-hall-grid,.specialist-grid{grid-template-columns:1fr}.generation-stage{grid-template-columns:380px 1fr;gap:50px}.saju-result-document{grid-template-columns:390px 1fr;gap:55px}.pdf-cover-preview{min-height:600px}}@media (max-width:760px){.launch-halls{padding:72px 20px}.launch-halls-head{margin-bottom:35px;display:block}.launch-halls-head h2{font-size:42px}.launch-halls-head>p{margin-top:24px}.launch-hall>header{min-height:285px;padding:28px 24px}.launch-hall>header h3{font-size:42px}.hall-specialist{grid-template-columns:118px 1fr;min-height:160px}.hall-specialist img{width:118px;height:160px}.hall-specialist>div{padding:21px 16px}.specialist-section{padding:58px 20px}.specialist-card{grid-template-columns:118px 1fr}.specialist-card img{width:118px}.concern-section{padding:55px 20px}.concern-grid{grid-template-columns:1fr 1fr}.concern-grid a{min-height:132px;padding:19px}.generation-page{padding:45px 16px 80px}.generation-stage{flex-direction:column;gap:38px;display:flex}.generation-character{width:100%;height:430px}.generation-copy h1{font-size:46px}.generation-ready{display:block}.generation-ready .primary-button{margin-top:16px}.saju-result-document{grid-template-columns:1fr;gap:45px;padding:45px 20px}.pdf-cover-preview{min-height:560px;padding:35px 28px}.pdf-cover-preview img{width:82%}.pdf-summary-panel h2{font-size:39px}.tarot-reading-hero{flex-direction:column;gap:38px;padding:45px 20px;display:flex}.tarot-reading-hero img{order:-1;height:390px}.tarot-reading-hero h2{font-size:43px}.tarot-card-spread{grid-template-columns:1fr;padding:55px 20px}.card-face{height:300px}.tarot-synthesis{grid-template-columns:1fr;gap:25px;padding:55px 20px}}@media (max-width:370px){.launch-halls,.specialist-section,.concern-section,.saju-result-document,.tarot-reading-hero,.tarot-card-spread,.tarot-synthesis{padding-left:14px;padding-right:14px}.hall-specialist{grid-template-columns:105px 1fr}.hall-specialist img{width:105px}.hall-specialist p{display:none}.concern-grid{grid-template-columns:1fr}.generation-page{padding-left:10px;padding-right:10px}.pdf-cover-preview{min-height:520px}}.tarot-draw-page{background:radial-gradient(circle at 72% 14%,#69478e38,#0000 33%),linear-gradient(#071421 0%,#0b1721 52%,#07131d 100%);min-height:100svh;padding:118px clamp(24px,5vw,76px) 96px}.tarot-draw-head{grid-template-columns:minmax(0,1fr) minmax(320px,520px);align-items:end;gap:54px;width:min(1320px,100%);margin:0 auto 46px;display:grid}.tarot-draw-head h1{letter-spacing:-.055em;margin:14px 0 20px;font-size:clamp(46px,6vw,82px);line-height:1.02}.tarot-draw-head>div>p:last-child{max-width:620px;color:var(--muted);font:15px/1.8 Malgun Gothic,sans-serif}.tarot-draw-head aside{background:linear-gradient(135deg,#0a1c29e6,#2d1d3ec7);border:1px solid #d7b46f52;align-items:end;gap:22px;min-height:250px;padding:24px;display:flex;overflow:hidden}.tarot-draw-head aside img{object-fit:cover;object-position:top;border:1px solid #d7b46f3d;width:170px;height:220px}.tarot-draw-head aside div{gap:7px;padding-bottom:8px;display:grid}.tarot-draw-head aside small,.tarot-draw-head aside span{color:var(--muted);font:12px/1.45 Malgun Gothic,sans-serif}.tarot-draw-head aside b{color:#f0d9aa;font-size:26px}.tarot-draw-table{background:radial-gradient(circle,#66468a38,#0000 48%),#081a27;border:1px solid #d7b46f52;width:min(1420px,100%);margin:0 auto;padding:clamp(22px,4vw,48px);box-shadow:0 30px 80px #00000059}.tarot-table-toolbar{justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px;display:flex}.tarot-table-toolbar h2{margin:0;font-size:clamp(28px,3vw,42px)}.shuffle-button{color:#ead9b8;cursor:pointer;background:0 0;border:1px solid #d7b46f73;padding:12px 16px;font-weight:700}.shuffle-button span{color:var(--gold);margin-right:8px;font-size:18px;display:inline-block}.shuffle-button:hover,.shuffle-button:focus-visible{border-color:var(--gold);background:#d7b46f1a}.tarot-choice-grid{grid-template-columns:repeat(9,minmax(72px,1fr));align-items:start;gap:clamp(8px,1.1vw,16px);display:grid}.tarot-choice-card{aspect-ratio:2/3;perspective:1000px;cursor:pointer;background:0 0;border:0;min-width:0;padding:0;position:relative}.tarot-card-inner{transform-style:preserve-3d;transition:transform .55s cubic-bezier(.2,.7,.2,1);display:block;position:absolute;inset:0}.tarot-choice-card.selected .tarot-card-inner{transform:rotateY(180deg)translateY(-8px)}.tarot-card-back,.tarot-card-front{backface-visibility:hidden;border:1px solid #c7a25c;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;box-shadow:0 12px 28px #00000061}.tarot-card-back{outline-offset:-7px;background:repeating-linear-gradient(45deg,#ffffff06 0 1px,#0000 1px 7px),radial-gradient(circle,#18384c 0 18%,#0b2331 19% 45%,#081925 46%);outline:1px solid #d5ae638c}.tarot-card-back:before,.tarot-card-back:after{content:"";border:1px solid #d5ae6399;border-radius:50%;position:absolute}.tarot-card-back:before{aspect-ratio:1;width:48%}.tarot-card-back:after{aspect-ratio:1;width:66%}.tarot-card-back i{color:#f0ce82;filter:drop-shadow(0 0 8px #f5cd7e66);font-size:clamp(20px,2vw,36px);font-style:normal}.tarot-card-back b{z-index:1;color:#f7dcaa;background:#8e3930;border-radius:50%;place-items:center;width:26px;height:26px;margin-top:8px;font-size:12px;display:grid;position:relative}.tarot-card-back em{letter-spacing:.12em;color:#cbb98e;font:8px Malgun Gothic,sans-serif;position:absolute;bottom:13%}.tarot-card-front{text-align:center;color:#261d1f;outline-offset:-7px;background:radial-gradient(circle at 50% 36%,#f4cd7b29,#0000 28%),linear-gradient(#f1dfb8,#c9ad7a);outline:1px solid #482c3673;padding:10px;transform:rotateY(180deg)}.tarot-card-front small{letter-spacing:.12em;font:9px Georgia,serif;position:absolute;top:11%}.tarot-card-front i{color:#7a354f;font-size:clamp(24px,2.2vw,38px);font-style:normal}.tarot-card-front b{margin-top:8px;font-size:clamp(11px,1.1vw,16px)}.tarot-card-front em{color:#6f514c;margin-top:5px;font:8px/1.25 Malgun Gothic,sans-serif}.tarot-choice-order{z-index:5;color:#fff1d4;background:#a94637;border:2px solid #e6c981;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:-12px;right:-8px;box-shadow:0 6px 16px #00000059}.tarot-choice-card:hover .tarot-card-inner,.tarot-choice-card:focus-visible .tarot-card-inner{transform:translateY(-8px)}.tarot-choice-card.selected:hover .tarot-card-inner,.tarot-choice-card.selected:focus-visible .tarot-card-inner{transform:rotateY(180deg)translateY(-12px)}.tarot-selection-summary{grid-template-columns:minmax(230px,.8fr) 1.3fr;align-items:center;gap:30px 54px;width:min(1080px,100% - 32px);margin:42px auto 0;display:grid}.tarot-selection-summary h2{margin:8px 0 0;font-size:clamp(30px,3.5vw,48px);line-height:1.12}.tarot-selection-summary ol{border-top:1px solid #d7b46f59;margin:0;padding:0;list-style:none}.tarot-selection-summary li{opacity:.5;border-bottom:1px solid #d7b46f3d;grid-template-columns:45px 1fr;align-items:center;gap:14px;min-height:70px;display:grid}.tarot-selection-summary li.filled{opacity:1}.tarot-selection-summary li>span{color:var(--gold);font:12px Georgia,serif}.tarot-selection-summary li div{gap:4px;display:grid}.tarot-selection-summary li small{color:var(--muted);font:11px Malgun Gothic,sans-serif}.tarot-selection-summary li b{font-size:18px}.tarot-reading-start{text-align:center;border:0;grid-column:1/-1;justify-self:center;min-width:min(420px,100%)}.tarot-reading-start:disabled{opacity:.45;cursor:not-allowed}.tarot-selection-summary>.prototype-generation-note{text-align:center;grid-column:1/-1}@media (max-width:980px){.tarot-draw-head{grid-template-columns:1fr}.tarot-draw-head aside{min-height:210px}.tarot-choice-grid{grid-template-columns:repeat(5,1fr)}.tarot-choice-card:nth-child(n+6){margin-top:6px}.tarot-selection-summary{grid-template-columns:1fr}.tarot-reading-start,.tarot-selection-summary>.prototype-generation-note{grid-column:auto}}@media (max-width:600px){.tarot-draw-page{padding:96px 15px 108px}.tarot-draw-head{gap:20px;margin-bottom:26px}.tarot-draw-head h1{font-size:42px}.tarot-draw-head aside{min-height:150px;padding:14px}.tarot-draw-head aside img{width:105px;height:145px}.tarot-draw-head aside b{font-size:22px}.tarot-draw-table{padding:18px 12px}.tarot-table-toolbar{gap:14px;margin-bottom:20px;display:grid}.shuffle-button{justify-self:start}.tarot-choice-grid{grid-template-columns:repeat(3,1fr);gap:10px}.tarot-choice-card:nth-child(n+6){margin-top:0}.tarot-card-back em{font-size:7px}.tarot-card-front b{font-size:14px}.tarot-card-front em{font-size:8px}.tarot-selection-summary{gap:22px;width:100%;margin-top:30px;padding:0 4px}.tarot-reading-start{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){.tarot-card-inner{transition:none}.tarot-choice-card:hover .tarot-card-inner,.tarot-choice-card:focus-visible .tarot-card-inner{transform:none}.tarot-choice-card.selected .tarot-card-inner,.tarot-choice-card.selected:hover .tarot-card-inner,.tarot-choice-card.selected:focus-visible .tarot-card-inner{transform:rotateY(180deg)}}.draft-ribbon,.brand-lockup small,.header-account,.hero-scroll,.column-title a,.column-title span,.crumb,.detail-badges,.product-card>small,.product-meta>span,.product-foot span,.category-path-nav small,.category-gate>span,.category-gate small,.launch-hall>header>span,.hall-specialist small,.specialist-card small,.concern-grid span,.directory-card small,.generation-character>small,.pdf-cover-preview>small,.pdf-cover-preview footer,.reading-card>small,.result-header small,.result-header a,.result-chapters small,.saved-result small,.saved-result>span,.settings-list b,.support-cta small{font-size:12px}.category-gate p,.launch-hall>header p,.hall-specialist p,.specialist-card p,.directory-card p,.concern-grid small,.reading-card>p,.settings-list p,.trust-strip p,.category-gate b,.specialist-card b,.directory-card span,.product-foot span{font-size:13px}.launch-hall>header a{font-size:14px}@media (max-width:760px){.brand-site{padding-bottom:78px}.draft-ribbon{font-size:14px;line-height:1.5}.header-account{font-size:12px}.mobile-nav{min-height:72px}.mobile-nav a{font-size:12px;line-height:1.2}.mobile-nav a span{font-size:18px}.launch-halls{padding:60px 16px 100px}.launch-halls-head{margin-bottom:30px}.launch-halls-head h2{letter-spacing:-.04em;overflow-wrap:anywhere;font-size:clamp(34px,10vw,40px);line-height:1.2}.launch-halls-head>p{margin-top:20px;font-size:14px;line-height:1.8}.launch-hall-grid{border:0;gap:20px}.launch-hall{border:1px solid var(--line)}.launch-hall>header{min-height:auto;padding:28px 20px 30px}.launch-hall>header h3{overflow-wrap:anywhere;font-size:clamp(34px,10vw,40px);line-height:1.18}.launch-hall>header>span{font-size:13px}.launch-hall>header a{font-size:14px}.launch-hall>header p{font-size:14px;line-height:1.75}.hall-specialist{grid-template-columns:104px minmax(0,1fr);min-height:150px}.hall-specialist img{width:104px;height:150px}.hall-specialist>div{min-width:0;padding:18px 14px}.hall-specialist small{font-size:12px}.hall-specialist b{font-size:20px}.hall-specialist p{overflow-wrap:anywhere;font-size:13px;line-height:1.65}.category-gate p,.specialist-card p,.directory-card p,.reading-card>p{font-size:14px}}@media (max-width:370px){.mobile-nav a{font-size:11px}.launch-halls{padding-left:12px;padding-right:12px}.hall-specialist{grid-template-columns:96px minmax(0,1fr)}.hall-specialist img{width:96px}.hall-specialist p{display:block}}.generation-error{background:#59252252;border:1px solid #cd6f5f8c;margin-top:24px;padding:20px}.generation-error b{color:#f0b1a4;font-size:18px}.generation-error p{color:#d9c7bc;margin:8px 0 16px;font:14px/1.7 Malgun Gothic,sans-serif}.generation-error .secondary-button{cursor:pointer}.generation-steps>div.error{color:#f0b1a4;background:#5925226b}.tarot-card-spread.one-card{grid-template-columns:minmax(260px,420px);justify-content:center}.generation-download-actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.generation-download-actions .primary-button,.generation-download-actions .secondary-button{margin-top:0}@media (max-width:760px){.generation-download-actions{display:grid}.generation-download-actions a{text-align:center;width:100%}}
