.concept-root{--paper: #FAF7F2;--panel: #FFFFFF;--cream: #F2EDE2;--ink: #171310;--ink-soft: #423B34;--grey: #6B5F55;--faint: #6E6155;--gold-text: #7E5D1D;--hairline: #E6DFD4;--hairline-strong: #D8CFC0;--maroon: #7D3030;--maroon-deep: #632525;--gold: #A97E28;--font-display: "forma-djr-display", "Century Gothic", "Futura", "Segoe UI", sans-serif;--font-text: "forma-djr-text", "Segoe UI", system-ui, sans-serif;--font-mono: ui-monospace, "Cascadia Code", Consolas, Menlo, monospace;--tex-hatch: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7'%3E%3Cpath d='M-1 8 L8 -1' stroke='%23EAE3D6' stroke-width='1'/%3E%3C/svg%3E");--tex-hatch-strong: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='7'%3E%3Cpath d='M-1 8 L8 -1' stroke='%23DCD2C2' stroke-width='1'/%3E%3C/svg%3E");background:var(--paper);background-image:var(--tex-hatch);color:var(--ink);font-family:var(--font-text);font-size:19px;font-weight:400;letter-spacing:.01em;line-height:1.62;-webkit-font-smoothing:antialiased;min-height:100vh}.concept-root ::selection{background:var(--maroon);color:var(--paper)}.concept-root a{color:inherit;text-decoration:none}.concept-root a:focus-visible,.concept-root button:focus-visible{outline:2px solid var(--maroon);outline-offset:3px}.concept-root h1,.concept-root h2,.concept-root h3{font-family:var(--font-display);font-weight:600;letter-spacing:.012em;line-height:1.12;text-wrap:balance;margin:0}.concept-root p{margin:0}.concept-root .frame{max-width:min(1760px,calc(100vw - 5rem));margin:0 auto;border-left:1px solid var(--hairline);border-right:1px solid var(--hairline);background:var(--paper)}.concept-root .eyebrow{font-family:var(--font-mono);font-size:.82rem;letter-spacing:.17em;text-transform:uppercase;color:var(--maroon);display:flex;align-items:center;gap:.6rem}.concept-root .eyebrow:before{content:"";width:6px;height:6px;background:var(--maroon);display:inline-block}.concept-root .btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-text);font-weight:500;font-size:1rem;padding:.72rem 1.3rem;border:1px solid var(--maroon);background:var(--maroon);color:#fdfcfa;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.concept-root .btn:hover{background:var(--maroon-deep);border-color:var(--maroon-deep)}.concept-root .btn.ghost{background:transparent;color:var(--ink);border-color:var(--hairline-strong)}.concept-root .btn.ghost:hover{color:var(--maroon);border-color:var(--maroon);background:transparent}.concept-root .btn .arrow{font-family:var(--font-mono);font-weight:400;transition:transform .2s ease}.concept-root .btn:hover .arrow{transform:translate(3px)}.concept-root .reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.3,1)}.concept-root .reveal.in{opacity:1;transform:none}.concept-root .reveal[data-d="1"]{transition-delay:.08s}.concept-root .reveal[data-d="2"]{transition-delay:.16s}.concept-root .reveal[data-d="3"]{transition-delay:.24s}.concept-root .cnav{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--paper) 96%,transparent);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border-bottom:1px solid var(--hairline)}.concept-root .nav-inner{max-width:min(1760px,calc(100vw - 5rem));margin:0 auto;border-left:1px solid var(--hairline);border-right:1px solid var(--hairline);display:flex;align-items:center;justify-content:space-between;padding:.8rem 2.6rem}.concept-root .nav-brand{display:flex;align-items:center}.concept-root .brand{display:inline-flex;align-items:center}.concept-root .brand-img{height:44px;display:block}.concept-root .foot-brand-img{height:30px;display:block}.concept-root .nav-links{display:flex;align-items:center;gap:1.8rem}.concept-root .nav-links a:not(.btn){font-size:.98rem;font-weight:500;color:var(--ink-soft);transition:color .15s ease;position:relative}.concept-root .nav-links a:not(.btn):after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:1px;background:var(--maroon);transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.concept-root .nav-links a:not(.btn):hover{color:var(--maroon)}.concept-root .nav-links a:not(.btn):hover:after{transform:scaleX(1)}.concept-root .nav-links .btn{padding:.5rem 1.05rem;font-size:.92rem;color:#fdfcfa}.concept-root .nav-links .btn:hover{color:#fdfcfa}@media (max-width: 880px){.concept-root .nav-links a:not(.btn){display:none}}.concept-root section{border-top:1px solid var(--hairline);position:relative}.concept-root section:before{content:"";position:absolute;top:3px;left:0;right:0;height:7px;background:var(--tex-hatch-strong) left top repeat-x;pointer-events:none;z-index:1}.concept-root section.no-rule{border-top:none}.concept-root section.no-rule:before{display:none}.concept-root .hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:center;gap:1.6rem;padding-right:2.8rem}.concept-root .hero-shield{width:min(440px,30vw);justify-self:center;align-self:center}.concept-root .hero-shield-card{position:relative;will-change:transform;transform:rotate(9deg)}.concept-root .hero-copy>*{opacity:0;transform:translateY(10px);animation:heroIn .7s cubic-bezier(.2,.7,.3,1) forwards}.concept-root .hero-copy>:nth-child(1){animation-delay:.05s}.concept-root .hero-copy>:nth-child(2){animation-delay:.17s}.concept-root .hero-copy>:nth-child(3){animation-delay:.29s}.concept-root .hero-copy>:nth-child(4){animation-delay:.41s}.concept-root .hero-shield-card{opacity:0;transition:opacity .9s ease .3s}.concept-root .hero-shield-card.is-in{opacity:1}@keyframes heroIn{to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.concept-root .hero-copy>*{animation:none;opacity:1;transform:none}.concept-root .hero-shield-card{opacity:1;transition:none}}.concept-root .hero-shield-card img{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.concept-root .hero-shield-sheen{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;-webkit-mask-image:url(/shield_dark_high_res.png);mask-image:url(/shield_dark_high_res.png);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background:linear-gradient(115deg,#fff0 38%,#fffaeb8c 47%,#ffffffd9,#fffaeb8c 53%,#fff0 62%);background-size:260% 100%;background-repeat:no-repeat;animation:shield-sheen 7s ease-in-out infinite;opacity:.6}@keyframes shield-sheen{0%{background-position:130% 0}55%{background-position:-30% 0}to{background-position:-30% 0}}@media (prefers-reduced-motion: reduce){.concept-root .hero-shield-sheen{animation:none}}@media (max-width: 960px){.concept-root .hero-grid{grid-template-columns:1fr;padding-right:0}.concept-root .hero-shield{display:none}}.concept-root .hero-copy{padding:3rem 2.6rem 3.2rem;display:flex;flex-direction:column;gap:1.5rem;max-width:54rem}.concept-root .hero-copy h1{font-weight:600;font-size:clamp(2.4rem,4vw,3.2rem);letter-spacing:.012em}.concept-root .hero-copy h1 em{font-style:normal;color:var(--maroon)}.concept-root .hero-copy p{font-size:1.16rem;color:var(--ink-soft);max-width:44rem}.concept-root .hero-ctas{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.3rem}.concept-root .hero-copy .eyebrow{font-size:.94rem}.concept-root .hero-note{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.05em;color:var(--faint);white-space:nowrap}.concept-root .hero-viz{border-top:1px solid var(--hairline);background:var(--panel)}.concept-root .viz-head,.concept-root .viz-foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:.11em;text-transform:uppercase;color:var(--grey);padding:.75rem 2.6rem}.concept-root .viz-head{border-bottom:1px solid var(--hairline)}.concept-root .viz-foot{border-top:1px solid var(--hairline);flex-wrap:wrap}.concept-root .viz-head .viz-note{text-transform:none;letter-spacing:.06em;color:var(--grey)}.concept-root #sluice{display:block;width:100%;height:480px;cursor:crosshair}.concept-root .logo-strip{border-top:1px solid var(--hairline);background:var(--panel);padding:1.1rem 0 1.3rem}.concept-root .logo-strip-label{font-family:var(--font-mono);font-size:var(--t-caps, .74rem);letter-spacing:.1em;text-transform:uppercase;color:var(--faint);text-align:center;margin-bottom:.95rem}.concept-root .marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.concept-root .marquee-track{display:flex;align-items:center;width:max-content;animation:concept-marquee 42s linear infinite}.concept-root .marquee:hover .marquee-track{animation-play-state:paused}.concept-root .logo-pair{display:flex;align-items:center;gap:.55rem;margin-right:3.8rem}.concept-root .logo-pair img{display:block;width:auto;opacity:.95}.concept-root .logo-pair .ic{height:20px}.concept-root .logo-pair .wm{height:15px}@keyframes concept-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 700px){.concept-root .logo-strip{padding:1rem 0}.concept-root .logo-pair{margin-right:2.6rem}.concept-root .logo-pair .ic{height:17px}.concept-root .logo-pair .wm{height:12px}}.concept-root .viz-caption{padding:.85rem 2.6rem;border-top:1px solid var(--hairline);font-family:var(--font-mono);font-size:.84rem;color:var(--grey);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.concept-root .viz-foot .sw{display:inline-block;width:8px;height:8px;margin-right:.5rem;vertical-align:baseline}.concept-root .viz-foot b{color:var(--ink);font-weight:400}.concept-root .viz-foot .deny b{color:var(--maroon)}.concept-root .viz-foot .gold b{color:var(--gold-text)}@media (max-width: 700px){.concept-root #sluice{height:380px}.concept-root .viz-head,.concept-root .viz-foot,.concept-root .viz-caption{padding-left:1.3rem;padding-right:1.3rem}}.concept-root .sec{display:grid;grid-template-columns:minmax(220px,420px) minmax(0,1fr);gap:2.5rem 6rem;padding:4.6rem 2.6rem}.concept-root .on-cream{background:var(--cream)}.concept-root .rail{display:flex;flex-direction:column;gap:1.1rem;align-items:flex-start}.concept-root .rail h2{font-size:clamp(1.75rem,3vw,2.5rem)}.concept-root .content{max-width:44rem;display:flex;flex-direction:column;gap:1.15rem}.concept-root .content p{color:var(--ink-soft)}.concept-root .content strong{font-weight:700;color:var(--ink)}@media (max-width: 820px){.concept-root .sec{grid-template-columns:1fr;gap:1.8rem;padding:3.4rem 1.4rem}}.concept-root .sec-header{padding:4.2rem 2.6rem 2.6rem;display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid var(--hairline)}.concept-root .sec-block .sec-header{border-bottom:none}.concept-root .sec-header h2{font-size:clamp(1.85rem,3.4vw,2.7rem);max-width:34rem}.concept-root .rows{border-top:none}.concept-root .row{display:grid;grid-template-columns:minmax(190px,300px) minmax(0,1fr) auto;gap:1rem 4rem;padding:2.1rem 2.6rem;align-items:start;transition:background .25s ease}.concept-root .row+.row{border-top:1px solid var(--hairline)}.concept-root .row-key{display:flex;align-items:baseline;gap:.9rem}.concept-root .row-num{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.14em;color:var(--maroon)}.concept-root .row h3{font-size:1.4rem;font-weight:600}.concept-root .row p{font-size:1.04rem;color:var(--ink-soft);max-width:40rem}.concept-root .row-sig{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.05em;color:var(--faint);white-space:nowrap;padding-top:.35rem;transition:color .25s ease}.concept-root .row:hover{background:var(--panel)}.concept-root .row:hover .row-sig{color:var(--maroon)}.concept-root .step-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--hairline);padding:0}.concept-root .step-card{background:var(--panel);padding:2rem 1.7rem 2.3rem;display:flex;flex-direction:column;gap:.85rem;transition:box-shadow .25s ease}.concept-root .step-card:hover{box-shadow:inset 0 0 0 1px var(--maroon)}.concept-root .step-card h3{font-size:1.42rem}.concept-root .step-card p{font-size:1rem;color:var(--ink-soft)}.concept-root .step-sig{margin-top:auto;padding-top:1.1rem;border-top:1px solid var(--hairline);font-family:var(--font-mono);font-size:.78rem;letter-spacing:.05em;color:var(--faint)}@media (max-width: 1100px){.concept-root .step-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.concept-root .step-cards{grid-template-columns:1fr}}@media (max-width: 880px){.concept-root .row{grid-template-columns:1fr;gap:.5rem;padding:1.8rem 1.4rem}.concept-root .row-sig{display:none}.concept-root .sec-header{padding:3.2rem 1.4rem 1.8rem}}.concept-root .arch-section{background:var(--paper)}.concept-root .arch-static{max-width:none;margin:0 auto;padding:3.4rem 2.6rem 4.4rem}@media (min-width: 1024px){.concept-root .arch-static{position:sticky;top:var(--nav-h, 70px);box-sizing:border-box;height:calc(100vh - var(--nav-h, 70px));padding:2rem 1.5rem;background:var(--panel);display:flex;flex-direction:column}.concept-root .arch-static .asl-wrap{flex:1;min-height:0}.concept-root .arch-static .asl-canvas{min-height:0;height:auto}}.concept-root .arch-heading{text-align:left;padding:0 0 1.2rem;display:flex;flex-direction:column;gap:1rem}.concept-root .arch-heading h2{font-size:clamp(1.6rem,3vw,2.3rem);max-width:34rem}.concept-root .asl-wrap{display:grid;overflow:hidden;border:1px solid var(--hairline-strong);background:var(--panel)}@media (min-width: 1024px){.concept-root .asl-wrap{grid-template-columns:1fr 1fr;height:auto;min-height:clamp(400px,calc(100vh - 300px),540px)}}.concept-root .asl-canvas{position:relative;height:380px;background:var(--panel)}@media (min-width: 640px){.concept-root .asl-canvas{height:340px}}@media (min-width: 1024px){.concept-root .asl-canvas{height:auto;min-height:clamp(400px,calc(100vh - 300px),540px)}}.concept-root .asl-side{background:var(--panel);display:flex;flex-direction:column;border-top:1px solid var(--hairline)}@media (min-width: 1024px){.concept-root .asl-side{border-top:none;border-left:1px solid var(--hairline)}}.concept-root .asl-side-head{padding:1.4rem 1.5rem 1rem;border-bottom:1px solid var(--hairline);display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.concept-root .asl-side-label{font-family:var(--font-mono);font-size:.8rem;letter-spacing:.25em;text-transform:uppercase;color:var(--grey)}.concept-root .asl-side-count{font-family:var(--font-mono);font-size:.8rem;color:var(--faint)}.concept-root .asl-items{overflow-y:auto;flex:1}.concept-root .asl-item{border-bottom:1px solid var(--hairline)}.concept-root .asl-item-btn{all:unset;box-sizing:border-box;width:100%;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:background .25s ease}.concept-root .asl-item-btn{transition:background .25s ease,box-shadow .3s ease}.concept-root .asl-item-btn:hover,.concept-root .asl-item-btn.active{background:var(--panel);box-shadow:inset 0 0 0 1px var(--maroon)}.concept-root .asl-num{font-family:var(--font-mono);font-size:.84rem;width:1.5rem;flex-shrink:0;color:var(--faint);transition:color .3s ease}.concept-root .asl-item-btn.active .asl-num{color:var(--maroon)}.concept-root .asl-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:var(--hairline-strong);transition:all .3s ease}.concept-root .asl-dot.active{background:var(--maroon);box-shadow:0 0 8px #7d303073}.concept-root .asl-title{flex:1;font-family:var(--font-display);font-weight:600;font-size:1.06rem;color:var(--grey);transition:color .3s ease}.concept-root .asl-item-btn.active .asl-title{color:var(--ink)}.concept-root .asl-chev{color:var(--faint);flex-shrink:0;transition:transform .3s ease}.concept-root .asl-chev.open{transform:rotate(180deg)}.concept-root .asl-detail{overflow:hidden;transition:max-height .5s ease-out,opacity .4s ease}.concept-root .asl-detail-inner{padding:.5rem 1.5rem 1.3rem 4.5rem}.concept-root .asl-detail-inner p{font-size:1.02rem;color:var(--ink-soft);line-height:1.55;margin-bottom:.9rem}.concept-root .asl-detail-inner ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.concept-root .asl-detail-inner li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:var(--grey)}.concept-root .asl-detail-inner li:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--maroon);margin-top:calc(.775em - 2px);flex-shrink:0}.concept-root .pullquote{background:var(--panel);border:1px solid var(--hairline);padding:1.5rem 1.7rem;font-family:var(--font-display);font-weight:600;font-size:1.22rem;line-height:1.45;color:var(--ink);text-wrap:balance}.concept-root .price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--hairline)}.concept-root .price-card{background:var(--panel);padding:2rem 1.7rem 2.3rem;display:flex;flex-direction:column;gap:.9rem;transition:box-shadow .25s ease}.concept-root .price-card:hover{box-shadow:inset 0 0 0 1px var(--maroon)}.concept-root .price-card h3{font-size:1.42rem}.concept-root .price-card p{font-size:1.02rem;color:var(--ink-soft)}.concept-root .price-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.concept-root .price-card li{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--grey)}.concept-root .price-card li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--maroon);margin-top:.55rem;flex-shrink:0}.concept-root .price{margin-top:auto;font-family:var(--font-display);font-weight:600;font-size:1.9rem;color:var(--ink);padding-top:.9rem;border-top:1px solid var(--hairline)}.concept-root .price-card .btn{align-self:flex-start}@media (max-width: 880px){.concept-root .price-cards{grid-template-columns:1fr}}.concept-root .det-cell{background:var(--panel);border:1px solid var(--hairline);padding:1.4rem 1.6rem;margin-top:1rem;max-width:34rem}.concept-root .det-cell .lbl{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.85rem;color:var(--maroon)}.concept-root .det-line{font-family:var(--font-mono);font-size:.9rem;line-height:2.1;color:var(--grey);white-space:nowrap;overflow-x:auto}.concept-root .det-line .ok{color:var(--maroon)}.concept-root .det-line .strong{color:var(--ink)}.concept-root .sec-block{padding:4.2rem 2.6rem 4.6rem}.concept-root .sec-block .sec-header{padding:0 0 2.4rem}.concept-root .insurance-grid{display:grid;grid-template-columns:minmax(0,52fr) minmax(0,48fr);gap:3.5rem;align-items:start}.concept-root .report-card{border:1px solid var(--hairline-strong);background:var(--panel);font-family:var(--font-mono);font-size:.88rem;color:var(--ink-soft)}.concept-root .report-head{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 1.2rem;border-bottom:1px solid var(--hairline);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--grey)}.concept-root .report-head b{color:var(--maroon);font-weight:400}.concept-root .report-body{padding:1.15rem 1.2rem;display:flex;flex-direction:column;gap:.5rem}.concept-root .report-row{display:flex;justify-content:space-between;gap:1rem}.concept-root .report-row .v{color:var(--ink);text-align:right}.concept-root .report-row .deny{color:var(--maroon)}.concept-root .report-sep{border-top:1px dashed var(--hairline-strong);margin:.45rem 0}.concept-root .report-chain{padding:.85rem 1.2rem;border-top:1px solid var(--hairline);font-size:.78rem;color:var(--faint);overflow-x:auto;white-space:nowrap}.concept-root .report-chain .link{color:var(--maroon)}.concept-root .report-chain .au{color:var(--gold-text)}@media (max-width: 960px){.concept-root .insurance-grid{grid-template-columns:1fr}}@media (max-width: 820px){.concept-root .sec-block{padding:3.4rem 1.4rem}}.concept-root .final{padding:4.6rem 2.6rem 5.2rem;display:flex;flex-direction:column;gap:1.2rem}.concept-root .final h2{font-size:clamp(1.95rem,3.8vw,2.9rem);max-width:42rem}.concept-root .final-sub{color:var(--ink-soft);font-size:1.12rem;max-width:36rem}.concept-root .final .hero-ctas{margin-top:1rem}@media (max-width: 820px){.concept-root .final{padding:3.4rem 1.4rem}}.concept-root .cfoot{border-top:1px solid var(--hairline);position:relative}.concept-root .cfoot:before{content:"";position:absolute;top:3px;left:0;right:0;height:7px;background:var(--tex-hatch-strong) left top repeat-x;pointer-events:none;z-index:1}.concept-root .foot-inner{max-width:min(1760px,calc(100vw - 5rem));margin:0 auto;border-left:1px solid var(--hairline);border-right:1px solid var(--hairline);padding:2.1rem 2.6rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;background:var(--paper)}.concept-root .foot-links{display:flex;gap:1.6rem;font-size:.94rem;font-weight:500;color:var(--grey)}.concept-root .foot-links a:hover{color:var(--maroon)}.concept-root .foot-copy{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}@media (prefers-reduced-motion: reduce){.concept-root .reveal{opacity:1;transform:none;transition:none}.concept-root .btn .arrow,.concept-root .nav-links a:not(.btn):after{transition:none}.concept-root .marquee-track{animation:none}}.concept-root .rail h2,.concept-root .sec-header h2,.concept-root .arch-heading h2,.concept-root .final h2{font-size:clamp(1.9rem,3.3vw,2.6rem)}.concept-root .hero-copy p,.concept-root .content p,.concept-root .row p,.concept-root .step-card p,.concept-root .final-sub,.concept-root .asl-detail-inner p{font-size:1.16rem}.concept-root .eyebrow{white-space:nowrap}.concept-root .content code,.concept-root .price-card code{font-family:var(--font-mono);font-size:.88em;background:var(--panel);border:1px solid var(--hairline);padding:.05em .4em;color:var(--ink)}.concept-root .content .plain-list{margin:0;padding-left:1.3rem;display:flex;flex-direction:column;gap:.9rem;color:var(--ink-soft);font-size:1.16rem;line-height:1.55}.concept-root .content .plain-list li::marker{color:var(--maroon);font-family:var(--font-mono);font-size:.9em}.concept-root .content em{font-style:italic}.concept-root .content .report-card{margin-top:.4rem;max-width:34rem}.concept-root .sample-tag{color:var(--gold-text);text-transform:uppercase;letter-spacing:.08em}.concept-root .price-cards.two{grid-template-columns:repeat(2,1fr)}@media (max-width: 760px){.concept-root .price-cards.two{grid-template-columns:1fr}}.concept-root .journey{position:relative;display:grid;grid-template-columns:190px minmax(0,1fr);border-top:1px solid var(--hairline);padding:3.2rem 0 3.6rem}.concept-root .journey-rail{position:relative}.concept-root .journey-track{position:absolute;top:0;bottom:0;left:2.6rem;width:1px;background:var(--hairline-strong)}.concept-root .journey-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--maroon);transform-origin:top;transform:scaleY(0);will-change:transform}.concept-root .journey-node{position:absolute;left:0;height:0}.concept-root .journey-dot{position:absolute;left:0;top:0;width:9px;height:9px;border-radius:50%;transform:translate(-50%,-50%);background:var(--paper);border:1px solid var(--hairline-strong);transition:background .35s ease,border-color .35s ease,transform .35s ease;z-index:1}.concept-root .journey-node.passed .journey-dot{background:var(--maroon);border-color:var(--maroon)}.concept-root .journey-node.active .journey-dot{transform:translate(-50%,-50%) scale(1.4)}.concept-root .journey-label{position:absolute;left:1.1rem;top:-.5rem;transform:translateY(-100%);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--faint);white-space:nowrap;transition:color .35s ease}.concept-root .journey-node.passed .journey-label{color:var(--maroon)}.concept-root .journey-node.active .journey-label{color:var(--ink)}.concept-root .journey-link{position:absolute;left:0;top:0;width:calc(190px - 2.6rem);height:1px;background:var(--hairline-strong);transform-origin:left}.concept-root .journey-link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--maroon);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.concept-root .journey-node.passed .journey-link:after{transform:scaleX(1)}.concept-root .journey-marker{position:absolute;left:0;top:0;width:18px;height:18px;margin:-9px 0 0 -9px;border-radius:50%;border:1.5px solid var(--maroon);background:var(--paper);box-shadow:0 0 0 7px #7d303012,0 0 0 1px var(--paper);display:flex;align-items:center;justify-content:center;will-change:top;opacity:0;transition:opacity .4s ease;z-index:2}.concept-root .journey-live .journey-marker{opacity:1}.concept-root .journey-marker span{width:6px;height:6px;border-radius:50%;background:var(--gold)}.concept-root .journey-cards{display:flex;flex-direction:column;gap:1.4rem;padding-right:2.6rem}.concept-root .journey-card{background:var(--panel);border:1px solid var(--hairline);padding:1.9rem 2.2rem 2rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem;align-items:start;transition:opacity .5s ease,transform .6s cubic-bezier(.2,.7,.2,1),border-color .45s ease,box-shadow .45s ease}.concept-root .jc-text{display:flex;flex-direction:column;gap:.8rem}.concept-root .journey-card h3{font-size:clamp(1.3rem,1.9vw,1.65rem);line-height:1.2;text-wrap:balance}.concept-root .journey-card p{color:var(--ink-soft);font-size:1.04rem;line-height:1.6}.concept-root .journey-card.is-active{border-color:var(--maroon);box-shadow:inset 0 0 0 1px var(--maroon),0 24px 48px -32px #17131059}.concept-root .journey-live .journey-card.reveal.in:not(.is-active){opacity:.72}.concept-root .jc-art{font-family:var(--font-mono);font-size:.78rem;color:var(--grey);border:1px solid var(--hairline-strong);background:var(--cream);align-self:stretch}.concept-root .art-head{display:flex;justify-content:space-between;gap:1rem;padding:.55rem .9rem;border-bottom:1px solid var(--hairline-strong);font-size:.66rem;letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}.concept-root .art-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.9rem;align-items:baseline;padding:.38rem .9rem;white-space:nowrap;overflow:hidden;opacity:.28;transform:translate(-6px)}.concept-root .art-row>span:last-child{text-align:right}.concept-root .art-row i{font-style:normal;color:var(--faint);margin-left:.5rem}.concept-root .art-row .deny,.concept-root .art-foot .deny{color:var(--maroon)}.concept-root .art-row .ok{color:var(--ink)}.concept-root .art-foot{padding:.55rem .9rem;border-top:1px dashed var(--hairline-strong);color:var(--faint);opacity:.28;transform:translate(-6px)}.concept-root .art-foot .au{color:var(--gold-text)}@keyframes artIn{to{opacity:1;transform:none}}.concept-root .journey-card.is-passed .art-row,.concept-root .journey-card.is-passed .art-foot{animation:artIn .45s ease both}.concept-root .journey-card.is-passed [data-i="1"]{animation-delay:.09s}.concept-root .journey-card.is-passed [data-i="2"]{animation-delay:.18s}.concept-root .journey-card.is-passed [data-i="3"]{animation-delay:.27s}.concept-root .journey-card.is-passed [data-i="4"]{animation-delay:.36s}.concept-root .journey-card.is-passed [data-i="5"]{animation-delay:.45s}@media (max-width: 1100px){.concept-root .journey-card{grid-template-columns:1fr}}@media (max-width: 820px){.concept-root .journey{grid-template-columns:1fr;padding:2.2rem 0 2.6rem}.concept-root .journey-rail{display:none}.concept-root .journey-cards{padding:0 1.4rem;gap:1rem}.concept-root .journey-live .journey-card.reveal.in:not(.is-active){opacity:1}.concept-root .art-row,.concept-root .art-foot{opacity:1;transform:none;animation:none!important}}@media (prefers-reduced-motion: reduce){.concept-root .journey-dot,.concept-root .journey-label,.concept-root .journey-marker,.concept-root .journey-link:after,.concept-root .journey-card{transition:none}.concept-root .art-row,.concept-root .art-foot{opacity:1;transform:none;animation:none!important}}.concept-root{--t-display: clamp(2.5rem, 3.9vw, 3.05rem);--t-h2: clamp(2.15rem, 3.5vw, 2.95rem);--t-h3: 1.72rem;--t-h4: 1.22rem;--t-body: 1.2rem;--t-small: 1.02rem;--t-quote: 1.5rem;--t-mono: .88rem;--t-caps: .74rem}.concept-root .hero-copy h1{font-size:var(--t-display)}.concept-root .rail h2,.concept-root .sec-header h2,.concept-root .arch-heading h2,.concept-root .final h2{font-size:var(--t-h2)}.concept-root .journey-card h3,.concept-root .price-card h3,.concept-root .row h3,.concept-root .step-card h3{font-size:var(--t-h3)}.concept-root .asl-title{font-size:var(--t-h4)}.concept-root .hero-copy p,.concept-root .content p,.concept-root .content .plain-list,.concept-root .journey-card p,.concept-root .row p,.concept-root .step-card p,.concept-root .price-card p,.concept-root .asl-detail-inner p,.concept-root .final-sub{font-size:var(--t-body)}.concept-root .nav-links a:not(.btn),.concept-root .nav-links .btn,.concept-root .btn,.concept-root .foot-links,.concept-root .price-card li,.concept-root .asl-detail-inner li{font-size:var(--t-small)}.concept-root .pullquote{font-size:var(--t-quote)}.concept-root .hero-note,.concept-root .row-sig,.concept-root .step-sig,.concept-root .det-line,.concept-root .report-card,.concept-root .asl-num,.concept-root .asl-side-count,.concept-root .jc-art{font-size:.8rem}.concept-root .art-row>span:nth-child(2){overflow:hidden;text-overflow:ellipsis}.concept-root .hero-eyebrow,.concept-root .row-num,.concept-root .journey-label,.concept-root .art-head,.concept-root .report-head,.concept-root .det-cell .lbl,.concept-root .foot-copy{font-size:var(--t-caps)}.concept-root .price{font-size:var(--t-h3)}.concept-root .evidence-grid{display:grid;grid-template-columns:minmax(0,46fr) minmax(0,54fr);gap:3.5rem;align-items:start}.concept-root .pop-graphic{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--hairline-strong);border:1px solid var(--hairline-strong);font-family:var(--font-mono)}.concept-root .pop-panel{background:var(--panel);padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;gap:.9rem}.concept-root .pop-panel.is-full{background:var(--cream)}.concept-root .pop-head{display:flex;justify-content:space-between;gap:.8rem;font-size:var(--t-caps);letter-spacing:.1em;text-transform:uppercase;color:var(--faint);white-space:nowrap}.concept-root .pop-grid{display:grid;gap:7px}.concept-root .pop-dot{aspect-ratio:1;border-radius:50%;background:var(--hairline-strong)}.concept-root .pop-dot.on{animation:none}.concept-root .reveal.in .pop-dot.on{animation:popIn .4s ease both}.concept-root .pop-panel.is-full .pop-dot.on{--pop-color: var(--maroon)}.concept-root .pop-panel:not(.is-full) .pop-dot.on{--pop-color: var(--maroon)}@keyframes popIn{0%{background:var(--hairline-strong);transform:scale(.55)}to{background:var(--pop-color, var(--maroon));transform:none}}.concept-root .pop-foot{font-size:var(--t-mono);color:var(--grey);border-top:1px dashed var(--hairline-strong);padding-top:.7rem}.concept-root .pop-panel.is-full .pop-foot{color:var(--gold-text)}@media (max-width: 960px){.concept-root .evidence-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 560px){.concept-root .pop-graphic{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.concept-root .reveal.in .pop-dot.on{animation:none;background:var(--maroon)}}.concept-root .plans{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--hairline-strong);border:1px solid var(--hairline-strong)}.concept-root .plan{background:var(--panel);padding:2.1rem 2.3rem 2.3rem;display:flex;flex-direction:column;gap:1rem}.concept-root .plan.is-paid{box-shadow:inset 0 3px 0 var(--maroon)}.concept-root .plan-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.concept-root .plan h3{font-size:var(--t-h3)}.concept-root .plan-tag{font-family:var(--font-mono);font-size:var(--t-caps);letter-spacing:.1em;text-transform:uppercase;color:var(--faint);white-space:nowrap}.concept-root .plan.is-paid .plan-tag{color:var(--maroon)}.concept-root .plan p{font-size:var(--t-body);color:var(--ink-soft)}.concept-root .plan ul{list-style:none;margin:.2rem 0 .4rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.concept-root .plan li{position:relative;padding-left:1.1rem;font-size:var(--t-small);color:var(--grey)}.concept-root .plan li:before{content:"";position:absolute;left:0;top:.62em;width:5px;height:5px;border-radius:50%;background:var(--maroon)}.concept-root .plan li code{font-family:var(--font-mono);font-size:.9em;background:var(--cream);border:1px solid var(--hairline);padding:.05em .4em;white-space:nowrap}.concept-root .plan .btn{align-self:flex-start;margin-top:auto}@media (max-width: 760px){.concept-root .plans{grid-template-columns:1fr}}.concept-root .verify-strip{margin-top:2.6rem;display:grid;grid-template-columns:minmax(0,46fr) minmax(0,54fr);gap:2.5rem;align-items:center;border-top:1px solid var(--hairline);padding-top:2rem}.concept-root .verify-cmd{font-family:var(--font-mono);font-size:var(--t-mono);background:var(--cream);color:var(--ink);border:1px solid var(--hairline-strong);padding:1rem 1.2rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .6rem}.concept-root .verify-prompt{color:var(--maroon)}.concept-root .verify-ok{margin-left:auto;color:var(--gold-text)}.concept-root .verify-strip p{font-size:var(--t-body);color:var(--ink-soft)}@media (max-width: 960px){.concept-root .verify-strip{grid-template-columns:1fr;gap:1.2rem}}.concept-root .content .fm-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--hairline-strong);border:1px solid var(--hairline-strong);max-width:none}.concept-root .content{max-width:52rem}.concept-root .fm-col{background:var(--panel);padding:1.4rem 1.6rem 1.6rem;display:flex;flex-direction:column;gap:1.1rem}.concept-root .fm-head{font-family:var(--font-mono);font-size:var(--t-caps);letter-spacing:.12em;text-transform:uppercase;color:var(--faint);padding-bottom:.7rem;border-bottom:1px dashed var(--hairline-strong)}.concept-root .fm-col:last-child .fm-head{color:var(--maroon)}.concept-root .fm-item h4{font-family:var(--font-display);font-weight:600;font-size:var(--t-h4);color:var(--ink);margin:0 0 .25rem}.concept-root .fm-item p{font-size:var(--t-small);color:var(--ink-soft);line-height:1.5}@media (max-width: 700px){.concept-root .content .fm-grid{grid-template-columns:1fr}}.concept-root .sec-lede{font-size:var(--t-body);color:var(--ink-soft);max-width:46rem}.concept-root .sec-lede em{font-style:italic;color:var(--ink)}.concept-root .layers{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:stretch}.concept-root .layer{background:var(--panel);border:1px solid var(--hairline-strong);padding:1.6rem 1.7rem 1.5rem;display:flex;flex-direction:column;gap:.9rem;position:relative}.concept-root .layer-head{display:flex;align-items:baseline;gap:.8rem}.concept-root .layer-num{font-family:var(--font-mono);font-size:var(--t-h3);line-height:1;color:var(--maroon)}.concept-root .layer h3{font-size:var(--t-h3)}.concept-root .layer-what{font-size:var(--t-body);color:var(--ink-soft);line-height:1.55}.concept-root .layer .verify-cmd{margin-top:auto}.concept-root .layer .verify-cmd+.layer-role{margin-top:0}.concept-root .layer dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.35rem .9rem;font-size:.92rem;border-top:1px dashed var(--hairline-strong);padding-top:.8rem}.concept-root .layer dt{font-family:var(--font-mono);font-size:var(--t-caps);letter-spacing:.08em;text-transform:uppercase;color:var(--faint);white-space:nowrap}.concept-root .layer dd{margin:0;color:var(--ink-soft)}.concept-root .layer-role{margin-top:auto;font-family:var(--font-mono);font-size:var(--t-caps);letter-spacing:.12em;text-transform:uppercase;color:var(--gold-text)}.concept-root .layer .verify-cmd{display:block;font-size:.74rem;padding:.7rem .9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.concept-root .layer .verify-ok{display:block;margin:.35rem 0 0}.concept-root .layer-link{display:flex;align-items:center;justify-content:center;width:3rem;position:relative}.concept-root .layer-link:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--maroon)}.concept-root .layer-link:after{content:"";position:absolute;right:0;top:50%;width:6px;height:6px;border-top:1px solid var(--maroon);border-right:1px solid var(--maroon);transform:translate(-1px,-50%) rotate(45deg)}.concept-root .layer-link span{display:none}@media (max-width: 1000px){.concept-root .layers{grid-template-columns:1fr;gap:0}.concept-root .layer-link{width:auto;height:3rem}.concept-root .layer-link:before{left:50%;right:auto;top:0;bottom:0;width:1px;height:auto}.concept-root .layer-link:after{right:auto;left:50%;top:auto;bottom:0;transform:translate(-50%,-1px) rotate(135deg)}.concept-root .layer-link span{transform:none}}.concept-root .packs{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--hairline-strong);border:1px solid var(--hairline-strong)}.concept-root .pack{background:var(--panel);padding:1.6rem 1.7rem 1.8rem;display:grid;grid-template-rows:subgrid;grid-row:span 3;row-gap:.6rem;align-content:start}.concept-root .pack h3,.concept-root .pack p{margin:0}.concept-root .pack.is-own{background:var(--panel)}.concept-root .pack h3{font-size:var(--t-h4)}.concept-root .pack p{font-size:var(--t-small);color:var(--ink-soft);line-height:1.55}.concept-root .pack-regs{align-self:stretch;margin-top:.3rem;padding-top:.9rem;border-top:1px dashed var(--hairline-strong);font-family:var(--font-mono);font-size:var(--t-caps);letter-spacing:.08em;text-transform:uppercase;color:var(--gold-text)}.concept-root .pack.is-own .pack-regs{color:var(--faint)}.concept-root .packs-foot{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 1.4rem;margin-top:1.4rem;font-family:var(--font-mono);font-size:var(--t-caps);letter-spacing:.1em;text-transform:uppercase;color:var(--faint)}.concept-root .packs-foot span:not(.packs-note):before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--maroon);margin-right:.55rem;vertical-align:middle}.concept-root .packs-note{margin-left:auto;text-transform:none;letter-spacing:0;font-family:var(--font-text);font-size:var(--t-small);color:var(--grey)}@media (max-width: 1000px){.concept-root .packs{grid-template-columns:repeat(2,1fr)}.concept-root .packs-note{margin-left:0;flex-basis:100%}}@media (max-width: 560px){.concept-root .packs{grid-template-columns:1fr}}@media (max-width: 820px){.concept-root{font-size:17px;--t-display: 2.15rem;--t-h2: 1.95rem;--t-h3: 1.45rem;--t-h4: 1.15rem;--t-body: 1.08rem}.concept-root .frame,.concept-root .nav-inner,.concept-root .foot-inner{max-width:calc(100vw - 1.25rem)}.concept-root .nav-inner{padding:.55rem 1rem;gap:.8rem}.concept-root .brand-img{height:34px}.concept-root .nav-links{gap:.8rem}.concept-root .nav-links .btn{white-space:nowrap;padding:.5rem .9rem;font-size:.88rem}.concept-root{--nav-h: 56px}.concept-root .hero-grid{grid-template-columns:minmax(0,1fr)}.concept-root .hero-copy{padding:2.2rem 1.25rem;gap:1.2rem;max-width:none;min-width:0}.concept-root .hero-copy h1{font-size:var(--t-display);line-height:1.12}.concept-root .hero-copy p{font-size:var(--t-body)}.concept-root .hero-note{white-space:normal;line-height:1.7}.concept-root .logo-strip-label{padding:0 1.25rem;line-height:1.6}.concept-root .sec,.concept-root .sec-block,.concept-root .final{padding-left:1.25rem;padding-right:1.25rem}.concept-root .sec{padding-top:2.8rem;padding-bottom:3rem;gap:1.2rem}.concept-root .sec-block{padding-top:2.8rem;padding-bottom:3rem}.concept-root .sec-block .sec-header{padding:0 0 1.6rem}.concept-root .pullquote{font-size:1.25rem}.concept-root .journey-cards{padding:0 1.25rem}.concept-root .journey-card{padding:1.3rem 1.1rem 1.2rem;gap:1rem}.concept-root .jc-art{min-width:0}.concept-root .art-row,.concept-root .art-foot,.concept-root .art-head{font-size:.72rem;gap:.5rem;padding-left:.7rem;padding-right:.7rem}.concept-root .arch-static{padding:2.4rem 1.25rem 2.6rem}.concept-root .asl-canvas{height:280px}.concept-root .asl-detail-inner{padding:.4rem 1.1rem 1.2rem}.concept-root .layers{grid-template-columns:minmax(0,1fr)}.concept-root .layer{padding:1.3rem 1.2rem;min-width:0}.concept-root .layer .verify-cmd{font-size:.72rem;white-space:normal;overflow:visible;text-overflow:clip}.concept-root .layer .verify-ok{white-space:normal}.concept-root .pack{padding:1.3rem 1.2rem 1.4rem}.concept-root .foot-inner{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 480px){.concept-root{--t-display: 1.95rem;--t-h2: 1.75rem}.concept-root .hero-ctas .btn{width:100%;justify-content:center}.concept-root .art-row{grid-template-columns:auto minmax(0,1fr);row-gap:.1rem;white-space:normal}.concept-root .art-row>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.concept-root .art-row>span:nth-child(2) i{display:block}.concept-root .art-row>span:nth-child(3){grid-column:1 / -1;color:var(--faint);font-size:.68rem}.concept-root .art-row>span:nth-child(3):empty{display:none}}.concept-root .journey-card,.concept-root .pack,.concept-root .layer,.concept-root .plan{transition:box-shadow .3s ease,border-color .3s ease,opacity .5s ease,transform .6s cubic-bezier(.2,.7,.2,1)}.concept-root .journey-card:hover,.concept-root .pack:hover,.concept-root .layer:hover{border-color:var(--maroon);box-shadow:inset 0 0 0 1px var(--maroon)}.concept-root .plan:hover{box-shadow:inset 0 0 0 1px var(--maroon)}.concept-root .plan.is-paid:hover{box-shadow:inset 0 0 0 1px var(--maroon),inset 0 3px 0 var(--maroon)}@media (hover: none){.concept-root .journey-card:hover,.concept-root .pack:hover,.concept-root .layer:hover,.concept-root .plan:hover{box-shadow:none;border-color:var(--hairline)}.concept-root .plan.is-paid:hover{box-shadow:inset 0 3px 0 var(--maroon)}}.concept-root .hero-copy h1 .hl{background-image:linear-gradient(var(--maroon),var(--maroon));background-repeat:no-repeat;background-size:0% 3px;background-position:0 92%;transition:background-size .4s cubic-bezier(.2,.7,.3,1)}.concept-root .hero-copy h1:hover .hl{background-size:100% 3px}.concept-root .hero-copy h1:hover .hl:nth-of-type(2){transition-delay:.08s}@media (hover: none){.concept-root .hero-copy h1:hover .hl{background-size:0% 3px}}.book-root .book-back{display:inline-flex;align-items:center;gap:.35rem}@media (max-width: 880px){.book-root .nav-links a.book-back{display:inline-flex}}.book-root .book-frame{min-height:calc(100vh - 80px)}.book-root .book-section{padding:3.6rem 2.6rem 5rem}@media (max-width: 720px){.book-root .book-section{padding:2.4rem 1.2rem 3.6rem}}.book-root .book-head{text-align:center;max-width:620px;margin:0 auto 2rem}.book-root .book-eyebrow{justify-content:center;margin-bottom:1rem}.book-root .book-eyebrow:before{display:none}.book-root .book-head h1{font-size:clamp(2.2rem,3.6vw,2.9rem);margin-bottom:.8rem}.book-root .book-lede{color:var(--grey);font-size:1.08rem;text-wrap:pretty}.book-root .book-steps{list-style:none;margin:0 auto 2.4rem;padding:0;display:flex;justify-content:center;gap:.4rem}.book-root .book-steps li{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);padding:.35rem .7rem;border:1px solid var(--hairline);background:var(--panel)}.book-root .book-steps li+li:before{content:none}.book-root .book-steps li.current{color:#fdfcfa;background:var(--maroon);border-color:var(--maroon)}.book-root .book-steps li.done{color:var(--maroon);border-color:var(--maroon)}.book-root .book-step-num{display:inline-flex;align-items:center;justify-content:center;width:1.1rem}@media (max-width: 560px){.book-root .book-step-label{display:none}}.book-root .book-card{background:var(--panel);border:1px solid var(--hairline-strong);padding:1.8rem}.book-root .book-card-sm{max-width:440px;margin:0 auto}.book-root .book-card-md{max-width:560px;margin:0 auto}.book-root .book-card-title{display:flex;align-items:center;gap:.5rem;font-size:1.28rem;margin-bottom:.25rem}.book-root .book-card-title svg{color:var(--maroon)}.book-root .book-card-sub{color:var(--grey);font-size:.98rem;margin-bottom:1.4rem}.book-root .book-fine{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.05em;color:var(--faint);text-align:center;margin-top:1.2rem}.book-root .book-link{display:inline-flex;align-items:center;gap:.25rem;background:none;border:0;padding:0;font:inherit;font-size:.92rem;font-weight:500;color:var(--maroon);cursor:pointer}.book-root .book-link:hover{color:var(--maroon-deep);text-decoration:underline;text-underline-offset:3px}.book-root button.book-link{margin-bottom:1rem}.book-root .cal-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.book-root .cal-nav button{display:inline-flex;background:none;border:1px solid transparent;padding:.3rem;color:var(--ink-soft);cursor:pointer}.book-root .cal-nav button:hover:not(:disabled){color:var(--maroon);border-color:var(--hairline-strong)}.book-root .cal-nav button:disabled{opacity:.3;cursor:not-allowed}.book-root .cal-month{font-family:var(--font-display);font-weight:600;font-size:1rem}.book-root .cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.book-root .cal-labels{margin-bottom:.25rem}.book-root .cal-labels span{text-align:center;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--faint);padding:.3rem 0}.book-root .cal-day{position:relative;height:2.6rem;background:none;border:1px solid transparent;font:inherit;font-size:.95rem;font-weight:500;color:var(--ink);cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.book-root .cal-day:hover:not(:disabled){border-color:var(--maroon);color:var(--maroon)}.book-root .cal-day:disabled{color:var(--hairline-strong);cursor:not-allowed}.book-root .cal-day.selected{background:var(--maroon);border-color:var(--maroon);color:#fdfcfa}.book-root .cal-day.today:not(.selected):after{content:"";position:absolute;left:50%;bottom:5px;width:4px;height:4px;transform:translate(-50%);background:var(--gold)}.book-root .slot-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;max-height:360px;overflow-y:auto;padding-right:2px}.book-root .slot{padding:.75rem .5rem;background:var(--paper);border:1px solid var(--hairline-strong);font:inherit;font-size:.95rem;font-weight:500;color:var(--ink);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.book-root .slot:hover{border-color:var(--maroon);color:var(--maroon)}.book-root .slot.selected{background:var(--maroon);border-color:var(--maroon);color:#fdfcfa}.book-root .book-empty{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:2.4rem 0;color:var(--grey);font-size:.95rem;text-align:center}.book-root .book-empty svg{color:var(--hairline-strong)}.book-root .book-empty .spin{color:var(--maroon)}.book-root .book-empty button.book-link{margin:0}.book-root .book-error-inline{color:var(--maroon)}.book-root .book-summary{display:flex;align-items:center;gap:.9rem;background:var(--panel);border:1px solid var(--hairline-strong);padding:.9rem 1.1rem;margin-bottom:1rem}.book-root .book-summary-icon{display:inline-flex;padding:.55rem;background:var(--cream);color:var(--maroon)}.book-root .book-summary-text{display:flex;flex-direction:column;flex:1;line-height:1.3}.book-root .book-summary-text strong{font-weight:600;font-size:.98rem}.book-root .book-summary-text span{font-size:.85rem;color:var(--grey)}.book-root .book-summary button.book-link{margin:0}.book-root .book-fields{display:flex;flex-direction:column;gap:1rem}.book-root .field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 520px){.book-root .field-row{grid-template-columns:1fr}}.book-root .field{display:block}.book-root .field-label{display:block;font-size:.86rem;font-weight:500;color:var(--ink-soft);margin-bottom:.35rem}.book-root .field-label em{font-style:normal;color:var(--maroon)}.book-root .field-wrap{position:relative;display:block}.book-root .field-wrap>svg{position:absolute;left:.8rem;top:.85rem;color:var(--faint);pointer-events:none}.book-root .field-wrap input,.book-root .field-wrap textarea{width:100%;padding:.7rem .9rem .7rem 2.4rem;background:var(--paper);border:1px solid var(--hairline-strong);font:inherit;font-size:.95rem;color:var(--ink);transition:border-color .15s ease}.book-root .field-wrap textarea{resize:vertical;min-height:5.4rem}.book-root .field-wrap input::placeholder,.book-root .field-wrap textarea::placeholder{color:var(--faint);opacity:.7}.book-root .field-wrap input:focus,.book-root .field-wrap textarea:focus{outline:none;border-color:var(--maroon);box-shadow:0 0 0 1px var(--maroon)}.book-root .book-submit{width:100%;justify-content:center;margin-top:1.5rem}.book-root .book-submit:disabled{opacity:.5;cursor:not-allowed}.book-root .book-submit:disabled:hover{background:var(--maroon);border-color:var(--maroon)}.book-root .book-error{padding:.8rem 1rem;margin-bottom:1.2rem;border:1px solid var(--maroon);background:color-mix(in srgb,var(--maroon) 7%,var(--panel));color:var(--maroon-deep);font-size:.92rem}.book-root .book-confirm{text-align:center}.book-root .book-check{display:inline-flex;padding:.9rem;background:var(--cream);color:var(--maroon);margin-bottom:1.2rem}.book-root .book-confirm h2{font-size:1.7rem;margin-bottom:.4rem}.book-root .book-details{margin:0 0 1.6rem;padding:0;text-align:left;border:1px solid var(--hairline)}.book-root .book-details>div{padding:.9rem 1rem}.book-root .book-details>div+div{border-top:1px solid var(--hairline)}.book-root .book-details dt{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--faint);margin-bottom:.3rem}.book-root .book-details dt svg{color:var(--maroon)}.book-root .book-details dd{margin:0;display:flex;flex-direction:column;line-height:1.35;font-size:.95rem}.book-root .book-details dd strong{font-weight:600}.book-root .book-details dd span{color:var(--grey);font-size:.88rem}.book-root .book-details dd a{word-break:break-all;font-size:.9rem}.book-root .book-actions{display:flex;flex-direction:column;gap:.6rem}.book-root .book-actions .btn{justify-content:center}.book-root .spin{animation:book-spin .9s linear infinite}@keyframes book-spin{to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}img{max-width:100%}
