:root{--ink:#17232d;--muted:#53616b;--paper:#f7f2e8;--paper-deep:#eee5d5;--surface:#fffdf8;--line:#d8cdbb;--orange:#d9501d;--orange-dark:#9e3210;--blue:#075d70;--blue-dark:#043e4b;--green:#24684c;--focus:#006ae6;--shadow:0 18px 50px rgb(47 36 21/10%);--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55}a{color:inherit}button,input,select{font:inherit}a,button,label,select{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:12px 18px;color:white;background:var(--ink);border-radius:9px;transform:translateY(-180%);transition:none}.skip-link:focus{transform:translateY(0)}.site-header{width:min(1180px,calc(100% - 40px));min-height:92px;margin:0 auto;justify-content:space-between;gap:30px}.brand-lockup,.site-header{display:flex;align-items:center}.brand-lockup{gap:14px;color:var(--ink);text-decoration:none}.brand-lockup img{width:120px;height:auto}.brand-lockup>span{display:flex;flex-direction:column;border-left:1px solid var(--line);padding-left:14px;line-height:1.25}.brand-lockup strong{font-size:.95rem;letter-spacing:-.01em}.brand-lockup small{color:var(--muted);font-size:.72rem}.site-footer nav,.site-header nav{display:flex;align-items:center;gap:24px}.site-footer nav a,.site-header nav a{min-height:44px;display:inline-flex;align-items:center;color:var(--ink);font-weight:750;font-size:.88rem;text-decoration-thickness:1px;text-underline-offset:5px}.site-footer nav a:not(:hover),.site-header nav a:not(:hover){text-decoration-color:transparent}.privacy-strip{min-height:48px;padding:10px max(20px,calc((100% - 1140px) / 2));display:flex;align-items:center;justify-content:center;gap:16px;color:#effcff;background:var(--blue-dark);font-size:.88rem}.privacy-strip strong{color:#ffd7c8;letter-spacing:.04em;text-transform:uppercase}.privacy-strip a{min-height:44px;display:inline-flex;align-items:center;font-weight:750;text-underline-offset:3px}.hero{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:92px 0 84px;display:grid;grid-template-columns:minmax(0,1.36fr) minmax(340px,.64fr);align-items:center;gap:clamp(48px,8vw,108px)}.eyebrow,.mini-label{margin:0 0 14px;color:var(--orange-dark);font-weight:850;font-size:.75rem;letter-spacing:.13em;text-transform:uppercase}.builder-heading h2,.hero h1,.method-copy h2,.section-heading h2,.truth-boundary h2{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:600;letter-spacing:-.045em;line-height:.99}.hero h1{max-width:790px;font-size:clamp(3.4rem,7vw,6.9rem)}.hero h1 span{color:var(--orange)}.hero-lede{max-width:680px;margin:30px 0 0;color:var(--muted);font-size:clamp(1.08rem,2vw,1.27rem)}.hero-actions{margin-top:34px;display:flex;flex-wrap:wrap;gap:12px}.danger-button,.destination-button,.primary-button,.quiet-button,.secondary-button{min-height:48px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:2px solid transparent;border-radius:11px;cursor:pointer;font-weight:820;line-height:1.2;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease}.primary-button{color:white;background:var(--orange-dark)}.destination-button:hover,.primary-button:hover{background:#7e270d;transform:translateY(-1px)}.primary-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.quiet-button,.secondary-button{color:var(--ink);background:transparent;border-color:var(--line)}.quiet-button:hover,.secondary-button:hover{background:white;border-color:#a99a83}.trust-row{margin:28px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px;list-style:none}.trust-row li{padding:6px 10px;color:var(--blue-dark);background:#e0eeeb;border-radius:999px;font-size:.76rem;font-weight:820}.hero-route{position:relative;padding:32px;color:white;background:var(--blue-dark);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.hero-route:after{content:"";position:absolute;width:160px;height:160px;right:-80px;top:-80px;border:28px solid rgb(255 255 255/7%);border-radius:50%}.hero-route .mini-label{color:#ffd7c8}.hero-route ol{margin:24px 0;padding:0;list-style:none}.hero-route li{padding:18px 0;display:grid;grid-template-columns:40px 1fr;gap:12px;border-top:1px solid rgb(255 255 255/18%)}.hero-route li>span{color:#ffd7c8;font-weight:850}.hero-route li div{display:flex;flex-direction:column;gap:3px}.hero-route li strong{font-family:Georgia,Times New Roman,serif;font-size:1.3rem}.hero-route li small,.route-footnote{color:#c6dadd}.route-footnote{margin:0;font-size:.8rem}.builder-section{scroll-margin-top:18px;padding:78px max(20px,calc((100% - 1180px) / 2)) 90px;background:var(--surface);border-block:1px solid var(--line)}.builder-heading,.section-heading{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.55fr);align-items:end;gap:50px}.builder-heading h2,.method-copy h2,.section-heading h2,.truth-boundary h2{font-size:clamp(2.45rem,5vw,4.7rem)}.builder-heading>p,.section-heading>p{margin:0;color:var(--muted)}.builder-layout{margin-top:48px;display:grid;grid-template-columns:minmax(0,1.33fr) minmax(340px,.67fr);align-items:start;gap:28px}.builder-form{display:grid;gap:16px}.builder-step{min-width:0;margin:0;padding:24px;background:white;border:1px solid var(--line);border-radius:16px}.builder-step legend,.select-step label{padding:0;color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:700}.builder-step legend span,.step-number{width:30px;height:30px;margin-right:8px;display:inline-flex;align-items:center;justify-content:center;color:white;background:var(--blue);border-radius:50%;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:.78rem;vertical-align:middle}.builder-step>p{margin:8px 0 18px;color:var(--muted);font-size:.9rem}.option-grid{display:grid;gap:10px}.option-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-card{position:relative;min-height:88px;padding:14px;display:grid;grid-template-columns:22px 1fr;align-items:start;gap:10px;border:1px solid var(--line);border-radius:12px;cursor:pointer}.choice-card:hover{border-color:var(--blue)}.choice-card:has(input:checked){background:#e9f4f2;border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue)}.check-list input,.choice-card input{width:20px;height:20px;margin:2px 0 0;accent-color:var(--blue)}.choice-card span{display:flex;flex-direction:column;gap:4px}.choice-card strong{font-size:.94rem}.choice-card small{color:var(--muted);font-size:.78rem;line-height:1.4}.select-step{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.select-step>div{display:flex;flex-direction:column;gap:12px}select{min-height:48px;width:100%;padding:10px 40px 10px 12px;color:var(--ink);background:white;border:1px solid #948673;border-radius:9px;cursor:pointer}.check-list,.check-list label{display:grid;gap:10px}.check-list label{min-height:48px;padding:10px 12px;grid-template-columns:24px 1fr;align-items:center;background:#f8f5ee;border-radius:9px;cursor:pointer;font-size:.88rem;font-weight:690}.round-card{position:sticky;top:18px;padding:28px;color:white;background:var(--blue-dark);border-radius:20px;box-shadow:var(--shadow)}.round-card-topline{display:flex;justify-content:space-between;gap:12px;color:#ffd7c8;font-size:.7rem;font-weight:850;letter-spacing:.08em}.round-card h3{margin:20px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.035em;line-height:1}.destination-note,.reflection-panel p,.round-prompt,.storage-panel p{color:#c6dadd}.round-prompt{margin:0}.round-summary{margin:24px 0;border-block:1px solid rgb(255 255 255/18%)}.round-summary div{padding:10px 0;display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid rgb(255 255 255/10%)}.round-summary div:last-child{border-bottom:0}.round-summary dt{color:#a9c3c7;font-size:.75rem;font-weight:750;text-transform:uppercase}.round-summary dd{margin:0;text-align:right;font-size:.85rem;font-weight:750}.timer-panel{padding:20px;text-align:center;background:rgb(255 255 255/7%);border:1px solid rgb(255 255 255/14%);border-radius:14px}.timer-panel>span{display:block;color:#ffd7c8;font-size:.68rem;font-weight:850;letter-spacing:.09em}.timer-display{margin:12px 0;display:block;font-variant-numeric:tabular-nums;font-size:clamp(3rem,7vw,5rem);font-weight:800;letter-spacing:-.06em;line-height:1}.timer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.round-card .primary-button{background:var(--orange-dark)}.round-card .quiet-button{color:white;border-color:rgb(255 255 255/35%)}.round-card .quiet-button:hover{background:rgb(255 255 255/10%);border-color:white}.destination-button{width:100%;margin-top:14px;color:var(--orange-dark);background:#fff4ec}.destination-button:hover{color:white}.destination-note{margin:8px 0 0;font-size:.72rem}.reflection-panel{margin-top:22px}.reflection-panel label{display:block;margin-bottom:8px;font-weight:780;font-size:.86rem}.reflection-panel p{margin:7px 0 0;font-size:.75rem}.storage-panel{margin-top:20px;padding-top:18px;border-top:1px solid rgb(255 255 255/18%)}.storage-panel p{min-height:38px;margin:0 0 10px;font-size:.75rem}.danger-button{width:100%;min-height:44px;padding-block:10px;color:white;background:transparent;border-color:rgb(255 255 255/30%);font-size:.8rem}.danger-button.armed,.danger-button:hover{background:#651d1d;border-color:#ffc7c7}.method-section{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:96px 0;display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);align-items:start;gap:clamp(50px,9vw,120px)}.method-copy{position:sticky;top:28px}.method-copy p:last-child{color:var(--muted)}.method-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.method-list li{padding:24px 0;display:grid;grid-template-columns:54px 1fr;gap:20px;border-bottom:1px solid var(--line)}.method-list>li>span{color:var(--orange-dark);font-weight:850}.method-list strong{font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.method-list p{margin:4px 0 0;color:var(--muted)}.content-section{padding:92px max(20px,calc((100% - 1180px) / 2))}.destinations-section{background:var(--paper-deep);border-block:1px solid var(--line)}.destination-grid,.source-grid{margin-top:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.destination-card,.source-card{min-height:250px;padding:24px;display:flex;flex-direction:column;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:16px;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.destination-card:hover,.source-card:hover{border-color:var(--orange-dark);box-shadow:var(--shadow);transform:translateY(-3px)}.destination-card>span,.source-card>span{color:var(--orange-dark);font-size:.66rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.destination-card strong,.source-card strong{margin-top:22px;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;line-height:1.1}.destination-card p,.source-card p{color:var(--muted);font-size:.88rem}.destination-card em,.source-card em{margin-top:auto;color:var(--blue-dark);font-size:.82rem;font-style:normal;font-weight:850}.truth-boundary{padding:94px max(20px,calc((100% - 1180px) / 2));color:white;background:var(--ink)}.truth-boundary>div:first-child{max-width:860px}.truth-boundary .eyebrow{color:#ffd7c8}.truth-grid{margin-top:48px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgb(255 255 255/20%);border:1px solid rgb(255 255 255/20%)}.truth-grid article{padding:28px;background:var(--ink)}.truth-grid article>strong{color:#ffd7c8;font-family:Georgia,Times New Roman,serif;font-size:2.7rem;font-weight:600}.truth-grid h3{margin:10px 0 8px;font-size:1rem}.truth-grid p{margin:0;color:#b9c3ca;font-size:.84rem}.evidence-section{background:var(--surface)}.source-card{min-height:270px;background:var(--paper)}.independence-note{margin:30px 0 0;padding:20px;color:var(--muted);background:#edf3f1;border-left:4px solid var(--green);font-size:.84rem}.site-footer{padding:50px 20px;background:var(--paper);border-top:1px solid var(--line)}.status-page{min-height:100vh;width:min(760px,calc(100% - 40px));margin:0 auto;padding:15vh 0 60px}.status-page h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,8vw,5.8rem);letter-spacing:-.045em;line-height:1}.status-page>p:not(.eyebrow){max-width:620px;color:var(--muted);font-size:1.1rem}.status-actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:10px}.footer-inner{width:min(1180px,100%);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand img{width:110px;height:auto}.footer-brand p{margin:7px 0 0;color:var(--muted);font-size:.78rem}@media (max-width:900px){.site-header{padding:18px 0;align-items:flex-start}.site-header nav{gap:12px;flex-wrap:wrap;justify-content:flex-end}.builder-layout,.hero,.method-section{grid-template-columns:1fr}.hero{padding-block:68px}.hero-route{max-width:620px}.builder-heading,.section-heading{grid-template-columns:1fr;gap:20px}.method-copy,.round-card{position:static}.method-section{gap:34px}.destination-grid,.source-grid,.truth-grid{grid-template-columns:1fr}.destination-card,.source-card{min-height:210px}.footer-inner{align-items:flex-start}.site-footer nav{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:620px){.site-header{width:min(100% - 28px,1180px);flex-direction:column;gap:8px}.site-header nav{width:100%;justify-content:flex-start;gap:4px 16px}.site-header nav a{font-size:.8rem}.privacy-strip{padding:12px 16px;flex-wrap:wrap;justify-content:flex-start;gap:4px 10px}.privacy-strip span{width:100%}.hero,.method-section{width:min(100% - 28px,1180px)}.hero{padding-block:52px;gap:38px}.hero h1{font-size:clamp(3rem,15vw,4.4rem)}.hero-actions{display:grid}.hero-route,.round-card{padding:22px}.builder-section,.content-section,.truth-boundary{padding:60px 14px}.builder-heading h2,.method-copy h2,.section-heading h2,.truth-boundary h2{font-size:clamp(2.35rem,12vw,3.5rem)}.builder-layout{margin-top:34px}.builder-step{padding:18px}.option-grid.two-column,.select-step{grid-template-columns:1fr}.choice-card{min-height:80px}.timer-actions{grid-template-columns:1fr}.method-section{padding-block:64px}.truth-grid article{padding:22px}.footer-inner,.site-footer nav{flex-direction:column;align-items:flex-start;gap:5px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}@media (forced-colors:active){.choice-card:has(input:checked),.trust-row li{border:2px solid CanvasText}}