.m-landing{z-index:0;--cream:#f4ede0;--cream-soft:#faf5ea;--cream-deep:#ebe2d0;--teal:#0f3d3e;--teal-deep:#0a2d2e;--teal-soft:#1a4f50;--teal-mute:#3a6566;--orange:#d97742;--orange-deep:#b85d2b;--ink:#0f3d3e;--ink-soft:#3a4f50;--hairline:#0f3d3e29;--hairline-soft:#0f3d3e1a;--on-teal:#f4ede0;--on-teal-mute:#f4ede0b3;--grid-line:#0f3d3e0d;--ok:#1a6b4f;position:relative}.m-landing *{box-sizing:border-box}.m-landing{background:var(--cream);color:var(--ink);font-family:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;flex-direction:column;min-height:100vh;margin:0;padding:0;font-size:16px;line-height:1.55;display:flex;position:relative}.m-landing:before{content:"";z-index:-2;pointer-events:none;background:radial-gradient(125% 90% at 100% -15%, #d9774229, #f4ede000 52%), radial-gradient(115% 85% at -15% 115%, #d9774214, #f4ede000 50%), var(--cream);position:fixed;inset:0}.m-landing:after{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(var(--grid-line) 1px, transparent 1px), linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);background-position:top;background-size:46px 46px;position:fixed;inset:0}.m-landing a{color:inherit;text-decoration:none;transition:opacity .15s,color .15s}.m-landing a:hover{opacity:.75}.m-landing .wrap{width:100%;max-width:1240px;margin:0 auto;padding:0 40px}.m-landing .serif{font-optical-sizing:auto;font-family:Fraunces,Times New Roman,Georgia,serif}.m-landing .fade-in{opacity:0;animation:.8s forwards mlFade;transform:translateY(6px)}.m-landing .fade-in.d1{animation-delay:50ms}.m-landing .fade-in.d2{animation-delay:.16s}.m-landing .fade-in.d3{animation-delay:.28s}.m-landing .fade-in.d4{animation-delay:.4s}.m-landing .fade-in.d5{animation-delay:.52s}.m-landing .fade-in.d6{animation-delay:.64s}@keyframes mlFade{to{opacity:1;transform:none}}.m-landing header.top{-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--hairline-soft);z-index:50;background:#f4ede0d1;align-items:center;height:72px;display:flex;position:sticky;top:0}.m-landing .top-row{justify-content:space-between;align-items:center;gap:24px;width:100%;display:flex}.m-landing .logo{align-items:center;gap:10px;display:inline-flex}.m-landing .logo img{width:auto;height:24px;display:block}.m-landing .top-meta{color:var(--teal);letter-spacing:-.01em;font-family:Fraunces,serif;font-size:18px;font-style:italic;font-weight:500}.m-landing .top-nav{align-items:center;gap:8px;display:flex}.m-landing .top-nav a.nav-link{font-family:var(--font-inter),"Inter",sans-serif;color:var(--teal-mute);border-radius:9999px;padding:8px 14px;font-size:14px;font-weight:500;transition:color .15s,background .15s,opacity .15s}.m-landing .top-nav a.nav-link:hover{color:var(--teal);opacity:1;background:#0f3d3e0d}.m-landing .top-nav a.nav-link.active{color:var(--teal)}.m-landing .top-nav .btn{margin-left:6px;padding:10px 18px;font-size:14px}@media (max-width:560px){.m-landing .top-nav a.nav-link{padding:8px 10px;font-size:13px}.m-landing .top-nav .btn{padding:9px 14px}}.m-landing .btn{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:0;cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:13px;justify-content:center;align-items:center;gap:10px;padding:15px 24px;font-size:15px;font-weight:500;line-height:1;transition:background .18s,border-color .18s,color .18s,opacity .18s,transform .15s;display:inline-flex}.m-landing .btn:active{transform:translateY(1px)}.m-landing .btn-primary{background:var(--teal);color:var(--cream);border-color:var(--teal);box-shadow:0 10px 24px -12px #0f3d3e8c}.m-landing .btn-primary:hover{background:var(--teal-deep);border-color:var(--teal-deep);opacity:1;box-shadow:0 14px 30px -12px #0f3d3e8c}.m-landing .btn-secondary{color:var(--teal);border-color:var(--teal);background:0 0}.m-landing .btn-secondary:hover{background:var(--teal);color:var(--cream);opacity:1}.m-landing .btn-secondary-on-dark{color:var(--cream);background:0 0;border-color:#f4ede066}.m-landing .btn-secondary-on-dark:hover{background:var(--cream);color:var(--teal);border-color:var(--cream);opacity:1}.m-landing .btn .arrow{transition:transform .18s;display:inline-block}.m-landing .btn:hover .arrow{transform:translate(3px)}.m-landing main.hero{color:var(--ink);background:0 0;flex:1 0 auto;justify-content:center;align-items:center;min-height:calc(92vh - 72px);padding:72px 0 84px;display:flex;position:relative}.m-landing .hero-inner{text-align:center;z-index:1;max-width:1080px;margin:0 auto;position:relative}.m-landing .eyebrow{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.18em;color:var(--teal-mute);text-transform:uppercase;align-items:center;gap:12px;margin-bottom:36px;font-size:12px;font-weight:600;display:inline-flex}.m-landing .eyebrow .dot{background:var(--orange);border-radius:50%;width:8px;height:8px;animation:2.4s ease-in-out infinite mlPulse;box-shadow:0 0 #d9774280}@keyframes mlPulse{0%,to{opacity:1;box-shadow:0 0 #d9774280}50%{opacity:.55;box-shadow:0 0 0 7px #d9774200}}.m-landing .eyebrow .sl{color:var(--hairline);letter-spacing:0}.m-landing h1.headline{font-optical-sizing:auto;letter-spacing:-.025em;color:var(--teal);text-wrap:balance;max-width:18ch;margin:0 auto 28px;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:clamp(40px,6.4vw,80px);font-weight:400;line-height:1.02}.m-landing h1.headline .line2{color:var(--orange);letter-spacing:-.028em;font-style:italic;font-weight:400;display:block}.m-landing .hero-lead{font-family:var(--font-inter),"Inter",sans-serif;color:var(--teal);letter-spacing:-.01em;max-width:none;margin:0 auto 22px;font-size:clamp(19px,1.7vw,24px);font-weight:600;line-height:1.32}.m-landing .subhead{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);text-wrap:balance;max-width:60ch;margin:0 auto 44px;font-size:clamp(17px,1.4vw,20px);font-weight:400;line-height:1.5}.m-landing .cta-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}@media (max-width:480px){.m-landing .cta-row{flex-direction:column;align-items:stretch}.m-landing .cta-row .btn{justify-content:center;width:100%}}.m-landing .trust-strip{color:var(--teal-mute);letter-spacing:.04em;flex-wrap:wrap;justify-content:center;gap:8px 22px;font-size:13px;font-weight:500;display:flex}.m-landing .trust-strip .sep{color:var(--hairline)}.m-landing section.how{background:0 0;padding:64px 0 96px}.m-landing .how-head{text-align:center;max-width:1080px;margin:0 auto 56px}.m-landing .how-head .label{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.18em;text-transform:uppercase;color:var(--teal-mute);margin-bottom:18px;font-size:12px;font-weight:600}.m-landing .how-head h2{font-optical-sizing:auto;letter-spacing:-.022em;color:var(--teal);text-wrap:balance;max-width:24ch;margin:0 auto;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:clamp(34px,4.6vw,56px);font-weight:400;line-height:1.05}.m-landing .how-head h2 .accent{color:var(--orange);font-style:italic}.m-landing .steps{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.m-landing .step{border:1px solid var(--hairline-soft);color:var(--ink);background:#fffdf9eb;border-radius:22px;flex-direction:column;gap:15px;padding:22px 22px 24px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;box-shadow:0 18px 40px -30px #0f3d3e66}.m-landing .step:hover{border-color:var(--hairline);transform:translateY(-4px);box-shadow:0 28px 54px -28px #0f3d3e4d}.m-landing .step-num{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.22em;color:var(--teal-mute);text-transform:uppercase;align-items:center;gap:12px;font-size:11px;font-weight:600;display:flex}.m-landing .step-num .n{letter-spacing:0;color:var(--orange);font-family:Fraunces,serif;font-size:18px;font-style:italic;font-weight:500;line-height:1}.m-landing .step-num .label{display:inline-block}.m-landing .step h3{font-optical-sizing:auto;color:var(--teal);letter-spacing:-.012em;margin:0;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:21px;font-weight:400;line-height:1.22}.m-landing .step p{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);margin:0;font-size:15px;line-height:1.55}.m-landing .how-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:56px;display:flex}@media (max-width:880px){.m-landing .steps{grid-template-columns:1fr}.m-landing section.how{padding:80px 0 88px}.m-landing .how-head{margin-bottom:40px}}.m-landing .ui-panel{border:1px solid var(--hairline-soft);background:linear-gradient(#f4ede08c,#fff6);border-radius:14px;flex-direction:column;gap:8px;min-height:214px;padding:13px 13px 14px;display:flex}.m-landing .ui-cap{letter-spacing:.18em;text-transform:uppercase;color:var(--teal-mute);opacity:.85;margin-bottom:1px;font-size:9.5px;font-weight:600}.m-landing .tag{letter-spacing:.13em;text-transform:uppercase;color:var(--orange-deep);background:#d977421a;border:1px solid #d9774238;border-radius:9999px;align-self:flex-start;margin-top:auto;padding:6px 12px;font-size:10px;font-weight:600}@media (max-width:880px){.m-landing .six-steps,.m-landing .slot-grid,.m-landing .who-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.m-landing .fade-in{opacity:1;animation:none;transform:none}.m-landing .eyebrow .dot{animation:none}}.m-landing footer{background:var(--cream);color:var(--teal-mute);padding:32px 0;font-size:14px}.m-landing .foot-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.m-landing .foot-row .links{flex-wrap:wrap;gap:24px;display:flex}.m-landing .foot-row .links a{color:var(--teal-mute)}.m-landing .foot-row .links a:hover{color:var(--teal);opacity:1}.m-landing .how-lede{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);text-wrap:pretty;max-width:64ch;margin:18px auto 0;font-size:16px;line-height:1.62}.m-landing .six-steps{margin:0;padding:0;list-style:none}.m-landing .six-steps .step{gap:13px}.m-landing .step p.step-note{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);margin:0;font-size:13.5px;line-height:1.55}.m-landing .ui-artefact{gap:6px;min-height:236px}.m-landing .artefact-rows{flex-direction:column;flex:1;gap:6px;margin:0;padding:0;display:flex}.m-landing .artefact-row{border:1px solid var(--hairline-soft);background:#ffffffb8;border-radius:9px;grid-template-columns:minmax(0,88px) minmax(0,1fr);align-items:baseline;gap:10px;padding:7px 11px;display:grid}.m-landing .artefact-row dt{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-mute);overflow-wrap:anywhere;margin:0;font-size:9.5px;font-weight:600}.m-landing .artefact-row dd{color:var(--teal);overflow-wrap:anywhere;margin:0;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:11.5px;line-height:1.45}.m-landing .artefact-row[data-verdict] dt{letter-spacing:.02em;text-transform:none;align-items:baseline;gap:7px;font-size:10.5px;display:flex}.m-landing .artefact-row[data-verdict] dt:before{content:"";border-radius:50%;flex:none;width:7px;height:7px;transform:translateY(-1px)}.m-landing .artefact-row[data-verdict=deny] dt{color:var(--orange-deep)}.m-landing .artefact-row[data-verdict=deny] dt:before{background:var(--orange-deep);box-shadow:0 0 0 3px #b85d2b29}.m-landing .artefact-row[data-verdict=escalate] dt{color:var(--orange)}.m-landing .artefact-row[data-verdict=escalate] dt:before{background:var(--orange);box-shadow:0 0 0 3px #d9774229}.m-landing .artefact-row[data-verdict=allow_with_obligations] dt{color:var(--ok)}.m-landing .artefact-row[data-verdict=allow_with_obligations] dt:before{background:var(--ok);box-shadow:0 0 0 3px #1a6b4f24}.m-landing section.slot-in{padding:24px 0 64px}.m-landing .slot-grid{grid-template-columns:repeat(4,1fr);gap:22px;margin:0;padding:0;list-style:none;display:grid}.m-landing .slot-card{border:1px solid var(--hairline-soft);background:#fffdf9eb;border-radius:18px;flex-direction:column;gap:11px;padding:22px;display:flex;box-shadow:0 18px 40px -32px #0f3d3e66}.m-landing .slot-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.m-landing .slot-name{font-optical-sizing:auto;color:var(--teal);letter-spacing:-.01em;margin:0;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:17.5px;font-weight:400;line-height:1.2}.m-landing .slot-detail{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);margin:0;font-size:14px;line-height:1.55}.m-landing .tag-coming{letter-spacing:.12em;color:var(--teal-mute);border-color:var(--hairline-soft);background:#0f3d3e0f;align-self:center;margin:0;padding:4px 9px;font-size:9px}.m-landing section.honesty{padding:24px 0 64px}.m-landing .honesty-plate{background:var(--teal);max-width:820px;color:var(--on-teal);border-radius:24px;margin:0 auto;padding:40px 44px;box-shadow:0 28px 60px -34px #0f3d3ea6}.m-landing .honesty-plate .label{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--on-teal-mute);font-size:11px;font-weight:600}.m-landing .honesty-figure{flex-wrap:wrap;align-items:baseline;gap:14px;margin:14px 0 18px;display:flex}.m-landing .honesty-n{font-optical-sizing:auto;color:var(--orange);letter-spacing:-.02em;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:52px;font-style:italic;font-weight:400;line-height:1}.m-landing .honesty-l{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--on-teal-mute);font-size:13px;font-weight:600}.m-landing .honesty-body{font-family:var(--font-inter),"Inter",sans-serif;color:var(--on-teal-mute);max-width:62ch;margin:0 0 14px;font-size:15.5px;line-height:1.62}.m-landing .honesty-body:last-child{margin-bottom:0}.m-landing .honesty-negation{font-optical-sizing:auto;color:var(--on-teal);letter-spacing:-.012em;margin:0 0 14px;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:23px;font-weight:400;line-height:1.3}.m-landing .honesty-link{color:var(--orange);font-family:var(--font-inter),"Inter",sans-serif;font-weight:600}.m-landing .honesty-link:hover{color:var(--on-teal);opacity:1}.m-landing section.who{padding:24px 0 64px}.m-landing .who-grid{grid-template-columns:repeat(3,1fr);gap:26px;margin:0;padding:0;list-style:none;display:grid}.m-landing .who-card{border:1px solid var(--hairline-soft);background:#fffdf9eb;border-radius:22px;flex-direction:column;gap:12px;padding:26px 26px 26px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 40px -30px #0f3d3e66}.m-landing .who-card:before{content:"";background:var(--orange);opacity:.75;border-radius:0 4px 4px 0;width:4px;position:absolute;top:24px;bottom:24px;left:0}.m-landing .who-h{font-optical-sizing:auto;color:var(--teal);letter-spacing:-.012em;margin:0;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:19px;font-weight:400;line-height:1.25}.m-landing .who-p{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);margin:0;font-size:14.5px;line-height:1.58}.m-landing section.cta-band{padding:8px 0 72px}.m-landing .cta-band-inner{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:720px;margin:0 auto;display:flex}.m-landing .cta-band-inner h2{font-optical-sizing:auto;color:var(--teal);letter-spacing:-.02em;margin:0;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:36px;font-weight:400;line-height:1.12}.m-landing .cta-band-inner h2 .accent{color:var(--orange);font-style:italic}.m-landing .cta-band-p{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);max-width:56ch;margin:0;font-size:16px;line-height:1.6}.m-landing .cta-band .cta-row{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:6px;display:flex}.m-enum .enum-main{padding:56px 0 24px}.m-enum .enum-head{max-width:860px;margin:0 auto 56px}.m-enum .enum-head .label{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.22em;text-transform:uppercase;color:var(--teal-mute);font-size:11px;font-weight:600}.m-enum .enum-head h1{font-optical-sizing:auto;color:var(--teal);letter-spacing:-.025em;text-wrap:balance;margin:14px 0 0;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:44px;font-weight:400;line-height:1.08}.m-enum .enum-head h1 .accent{color:var(--orange);font-style:italic}.m-enum .enum-lede{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);max-width:64ch;margin:20px 0 0;font-size:17px;line-height:1.62}.m-enum .enum-figure{flex-wrap:wrap;align-items:baseline;gap:14px;margin:24px 0 0;display:flex}.m-enum .enum-figure-n{font-optical-sizing:auto;color:var(--orange);letter-spacing:-.02em;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:52px;font-style:italic;font-weight:400;line-height:1}.m-enum .enum-figure-l{font-family:var(--font-inter),"Inter",sans-serif;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-mute);font-size:13px;font-weight:600}.m-enum .enum-note{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);max-width:70ch;margin:16px 0 0;font-size:14px;line-height:1.6}.m-enum .enum-section{margin:0 0 56px}.m-enum .enum-section h2{font-optical-sizing:auto;color:var(--teal);letter-spacing:-.018em;margin:0;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:28px;font-weight:400;line-height:1.18}.m-enum .enum-sub{font-family:var(--font-inter),"Inter",sans-serif;color:var(--ink-soft);max-width:70ch;margin:12px 0 20px;font-size:15px;line-height:1.6}.m-enum .enum-scroll{border:1px solid var(--hairline-soft);background:#fffdf9eb;border-radius:16px;overflow-x:auto}.m-enum .enum-table{border-collapse:collapse;width:100%;font-family:var(--font-inter),"Inter",sans-serif;min-width:640px;font-size:14px}.m-enum .enum-table th,.m-enum .enum-table td{text-align:left;border-bottom:1px solid var(--hairline-soft);vertical-align:top;color:var(--ink-soft);padding:12px 16px;font-weight:400}.m-enum .enum-table thead th{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-mute);white-space:nowrap;font-size:10.5px;font-weight:600}.m-enum .enum-table tbody th{color:var(--teal);font-weight:500}.m-enum .enum-table .num{text-align:right;font-feature-settings:"tnum";white-space:nowrap}.m-enum .enum-table tbody tr:last-child th,.m-enum .enum-table tbody tr:last-child td{border-bottom:none}.m-enum .enum-table tfoot th,.m-enum .enum-table tfoot td{border-top:1px solid var(--hairline);color:var(--teal);border-bottom:none;font-weight:600}.m-enum .enum-control{color:var(--teal);font-weight:500;display:block}.m-enum .enum-gloss{color:var(--ink-soft);margin-top:4px;font-size:13px;line-height:1.5;display:block}.m-enum .enum-auth{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.5}.m-enum .enum-status{letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;border-radius:9999px;padding:4px 10px;font-size:9.5px;font-weight:600;display:inline-block}.m-enum .enum-status-enforced{color:var(--ok);background:#1a6b4f21}.m-enum .enum-status-blocked{color:var(--orange-deep);background:#d9774226}.m-enum .enum-honesty .enum-negation{font-optical-sizing:auto;color:var(--teal);letter-spacing:-.015em;margin:0;font-family:Fraunces,Times New Roman,Georgia,serif;font-size:26px;font-weight:400;line-height:1.25}@media (max-width:880px){.m-enum .enum-main{padding:36px 0 16px}.m-enum .enum-head h1{font-size:34px}.m-enum .enum-head{margin-bottom:40px}.m-landing .honesty-plate{padding:30px 24px}.m-landing .honesty-n,.m-enum .enum-figure-n{font-size:40px}.m-landing .cta-band-inner h2{font-size:28px}}
