@import url('/assets/fonts/fonts.css');
:root{--ink:#15171a;--stock:#f3efe7;--paper:#fffdf8;--slate:#59636c;--rule:#d8d2c7;--violet:#5f52d9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--stock);color:var(--ink);font-family:'Instrument Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--violet);outline-offset:6px}.wrap{max-width:1320px;width:calc(100% - 112px);margin:auto}.header{display:flex;align-items:center;justify-content:space-between;padding:30px 0;border-bottom:1px solid var(--rule)}.logo{display:inline-flex;gap:11px;align-items:center;font-size:24px;font-weight:700;letter-spacing:-.045em}.logo img{width:36px;height:36px}.header nav{display:flex;gap:32px;align-items:center;font-size:13px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:17px 23px;background:var(--ink);color:var(--paper);font-size:14px;font-weight:500;border:1px solid transparent;border-radius:3px}.button.small{padding:12px 18px}.button.violet{background:var(--violet)}.button:hover{filter:brightness(1.12)}.eyebrow,.art-heading,.source-labels,.art-result small,.art-foot,.principles article>span,.stage{font-family:'IBM Plex Mono',monospace;font-size:10px;line-height:1.7;letter-spacing:.08em}.eyebrow{color:var(--slate);margin:0 0 27px}.hero{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center;padding:82px 0 92px}.signal-rule{display:block;width:48px;height:3px;background:var(--violet);margin-bottom:27px}h1{font-size:clamp(54px,6.3vw,90px);line-height:.98;letter-spacing:-.065em;font-weight:600;margin:0 0 30px}.lead{font-size:23px;line-height:1.45;letter-spacing:-.025em;max-width:490px;margin:0 0 18px}.support{font-size:16px;line-height:1.7;color:var(--slate);max-width:475px;margin:0 0 30px}.stage{font-size:10px;letter-spacing:0;color:var(--slate);display:flex;align-items:center;gap:8px;margin-top:21px}.stage>span{width:5px;height:5px;background:var(--slate);border-radius:50%}.hero-art{position:relative;min-width:0;background:var(--paper);border:1px solid var(--rule);padding:25px 30px 22px;isolation:isolate}.hero-art:before{content:'';position:absolute;inset:-35px;z-index:-2;background:radial-gradient(ellipse at 70% 55%,#5f52d91b,transparent 65%);pointer-events:none}.art-heading{display:flex;justify-content:space-between;color:var(--slate);font-size:9px;border-bottom:1px solid var(--rule);padding-bottom:18px}.source-labels{display:flex;gap:8px;margin-top:40px;font-size:10px;letter-spacing:0}.source-labels span{flex:1;border:1px solid var(--rule);text-align:center;padding:10px 2px}.converge{height:62px;position:relative;margin:0 16%}.converge i{position:absolute;top:0;left:50%;height:62px;border-left:1px solid var(--rule)}.converge i:first-child{left:0;width:50%;height:32px;border-left:1px solid var(--rule);border-bottom:1px solid var(--rule)}.converge i:last-child{left:50%;width:50%;height:32px;border-right:1px solid var(--rule);border-left:0;border-bottom:1px solid var(--rule)}.mark-block{background:var(--ink);width:142px;height:142px;margin:auto;display:grid;place-items:center;border-radius:5px}.mark-block img{width:102px;height:102px}.art-result{text-align:center;padding:30px 0 35px}.art-result small{color:var(--slate);font-size:9px}.art-result strong{display:block;font-size:32px;line-height:1.13;font-weight:500;letter-spacing:-.045em;margin-top:14px}.art-foot{display:flex;justify-content:space-between;border-top:1px solid var(--rule);padding-top:18px;font-size:9px;color:var(--slate);letter-spacing:0}.approach{background:var(--ink);color:var(--paper);padding:90px 0 95px}.section-heading{display:grid;grid-template-columns:1.25fr 1fr;gap:0 100px}.section-heading .eyebrow{grid-column:1/-1;color:#b2aaf5}.section-heading h2,.closing h2{font-size:clamp(36px,4vw,56px);font-weight:500;letter-spacing:-.05em;line-height:1.1;margin:0}.section-heading>p:last-child{align-self:end;font-size:17px;line-height:1.8;color:#b7bcc2;margin:0 0 3px;max-width:410px}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:65px}.principles article{border-top:1px solid #45464a;padding-top:24px}.principles article>span{color:#b2aaf5}.principles h3{font-size:24px;letter-spacing:-.04em;font-weight:500;margin:22px 0 13px}.principles p{font-size:14px;line-height:1.8;color:#b7bcc2;margin:0}.closing{padding:94px 0}.closing p:not(.eyebrow){max-width:490px;font-size:17px;line-height:1.75;color:var(--slate);margin:25px 0}.text-link{display:inline-block;font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:6px}.footer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:30px 0;border-top:1px solid var(--rule)}.footer p,.footer>span{font-size:11px;color:var(--slate)}.footer .logo{font-size:20px}.footer .logo img{width:30px;height:30px}@media(max-width:950px){.wrap{width:calc(100% - 64px)}.hero{gap:32px}.lead{font-size:20px}.hero-art{padding:22px 20px}.source-labels{font-size:8px}.art-foot{font-size:8px}.section-heading{gap:25px 45px}.section-heading>p:last-child{font-size:15px}}@media(max-width:650px){.wrap{width:calc(100% - 40px)}.header{padding:20px 0}.header .logo{font-size:21px}.header .logo img{width:30px;height:30px}.about-link{display:none}.button.small{font-size:12px;padding:11px 14px;gap:16px}.hero{grid-template-columns:1fr;padding:48px 0 55px;gap:38px}h1{font-size:61px}.eyebrow{font-size:9px}.hero-copy .lead{font-size:22px}.support{font-size:15px}.hero-art{padding:20px 23px}.source-labels{font-size:10px;margin-top:27px}.art-foot{font-size:8px}.mark-block{width:116px;height:116px}.mark-block img{width:88px;height:88px}.art-result{padding:24px 0}.art-result strong{font-size:29px}.approach{padding:57px 0}.section-heading{display:block}.section-heading>p:last-child{margin-top:25px;font-size:16px}.principles{grid-template-columns:1fr;gap:30px;margin-top:38px}.principles h3{margin:15px 0 10px}.principles p{font-size:15px}.closing{padding:60px 0}.footer{flex-wrap:wrap;gap:12px}.footer p{width:100%;order:3;margin:0}.footer>span{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media(max-width:650px){.hero-art:before{inset:-15px}}
/* V8: product explanation, with no public demo or connected-account UI. */
.context-section{display:grid;grid-template-columns:1.08fr 1fr;gap:90px;align-items:center;padding:20px 0 105px}.context-stack{background:#ebe8f3;border:1px solid #d4cde6;padding:27px 30px 25px}.visual-label,.source-record small,.context-summary,.inline-principle>span,.network-label,.network-node small,.brain-hub>small,.hub-tags,.brain-figure figcaption,.ledger-number,.question-chip small,.read-path,.example-caption,.sheet-head,.evidence-row>small,.evidence-tags,.evidence-sheet figcaption,.ownership-rows article>span{font-family:'IBM Plex Mono',monospace;font-size:10px;line-height:1.6}.visual-label{display:flex;justify-content:space-between;gap:15px;color:#625777;font-size:9px;letter-spacing:.04em;margin-bottom:25px}.source-record{display:flex;gap:17px;align-items:start;padding:21px;background:var(--paper);border:1px solid #d1cadb;margin-bottom:12px}.source-record:nth-of-type(3){margin-left:18px}.source-record:nth-of-type(4){margin-left:36px}.source-icon{display:grid;place-items:center;width:29px;height:29px;background:#ece8fa;color:var(--violet);flex-shrink:0;font-size:20px}.source-record small{font-size:9px;letter-spacing:.06em;color:var(--slate)}.source-record strong{display:block;font-size:19px;font-weight:500;letter-spacing:-.03em;margin:6px 0}.source-record p{font-size:12px;line-height:1.6;color:var(--slate);margin:0;max-width:270px}.context-summary{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:27px;font-size:10px;color:#625777}.context-summary img{width:37px;height:37px}.context-summary b{font-weight:500;color:var(--ink)}.context-copy h2,.light-heading h2,.evidence-copy h2,.questions-section h2{font-size:clamp(36px,3.8vw,54px);font-weight:500;line-height:1.06;letter-spacing:-.05em;margin:0 0 27px}.context-copy>p:not(.eyebrow){font-size:16px;line-height:1.75;color:var(--slate);max-width:450px}.inline-principle{display:flex;gap:24px;align-items:start;border-top:1px solid var(--rule);padding-top:23px;margin-top:29px}.inline-principle>span{font-size:9px;color:var(--violet);white-space:nowrap;padding-top:4px}.inline-principle p{margin:0;font-size:14px;line-height:1.65}.brain-figure{margin:50px 0 0;border:1px solid #42434b;background:#1b1d21}.network-label{display:flex;justify-content:space-between;gap:20px;padding:18px 23px;border-bottom:1px solid #373940;color:#b5adcf;font-size:9px;letter-spacing:.06em}.network-label>span:last-child{color:#a3a9b0;white-space:nowrap}.brain-network{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px;align-items:center;padding:36px 32px;position:relative;isolation:isolate;background-image:radial-gradient(#ffffff10 .8px,transparent .8px);background-size:19px 19px}.network-wires{position:absolute;inset:36px 0;width:100%;height:calc(100% - 72px);z-index:-1}.network-wires path{fill:none;stroke:#6f658d;stroke-width:1.25;vector-effect:non-scaling-stroke}.network-column{display:grid;gap:18px}.network-node{padding:19px 20px;background:#24262b;border:1px solid #49474f;min-height:102px}.network-node small{color:#b9acf4;font-size:9px;letter-spacing:.06em}.network-node b{display:block;font-size:17px;letter-spacing:-.02em;font-weight:500;margin:7px 0}.network-node>span{display:block;font-size:12px;color:#b4bbc2;line-height:1.6}.output-column .network-node{background:#282530;border-color:#575064}.brain-hub{justify-self:center;background:var(--ink);border:1px solid #8f81c5;padding:31px 21px;text-align:center;width:100%;max-width:250px}.hub-mark img{width:62px;height:62px;margin-bottom:15px}.brain-hub>small{font-size:9px;color:#b9acf4;letter-spacing:.13em}.brain-hub>strong{font-size:25px;font-weight:500;letter-spacing:-.04em;display:block;margin:10px 0}.brain-hub p{font-size:12px;color:#b4bbc2;line-height:1.7}.hub-tags{display:flex;gap:8px;justify-content:center;font-size:9px;margin-top:20px;color:#c4b9e7}.hub-tags span{border:1px solid #524866;padding:5px 8px}.brain-figure figcaption{border-top:1px solid #373940;padding:15px 23px;font-size:10px;color:#b4bbc2}.brain-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:30px}.brain-notes p{font-size:13px;line-height:1.7;color:#b4bbc2;margin:0}.brain-notes b{display:block;color:var(--paper);font-size:15px;font-weight:500;margin-bottom:8px}.useful-section{padding:105px 0}.light-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:75px;align-items:end}.light-heading h2{margin-bottom:0}.light-heading>p{font-size:17px;color:var(--slate);line-height:1.8;max-width:450px;margin:0}.useful-ledger{border-top:2px solid var(--ink);margin-top:48px}.useful-ledger article{display:grid;grid-template-columns:45px 1.2fr 1fr;gap:25px;align-items:center;border-bottom:1px solid var(--rule);padding:30px 0}.ledger-number{font-size:11px;color:var(--violet);align-self:start;margin-top:5px}.useful-ledger h3{font-size:26px;letter-spacing:-.04em;font-weight:500;margin:0 0 10px}.useful-ledger p{font-size:14px;color:var(--slate);line-height:1.7;max-width:480px;margin:0}.question-chip{padding:19px 23px;background:#ebe7de;margin-left:30px;border-left:2px solid #c8c0b2}.question-chip small{color:var(--slate);font-size:9px;letter-spacing:.06em;display:block;margin-bottom:10px}.question-chip>span{font-size:17px;line-height:1.5;letter-spacing:-.025em}.evidence-section{padding:86px 0;background:#e9e4da;border-block:1px solid #d6cebf}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.evidence-copy h2{max-width:500px}.evidence-copy>p:not(.eyebrow):not(.example-caption){font-size:16px;line-height:1.8;color:var(--slate);max-width:465px}.read-path{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:30px;font-size:9px;color:#5f5548}.read-path i{font-style:normal;color:var(--violet)}.example-caption{font-size:10px;color:var(--slate);margin-top:25px;max-width:450px}.evidence-sheet{margin:0;background:var(--paper);border:1px solid #cec5b5;box-shadow:8px 8px 0 #dcd5c9;padding:27px 30px 18px}.sheet-head{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--rule);padding-bottom:18px;font-size:9px;color:var(--slate);letter-spacing:.04em}.sheet-head img{width:28px;height:28px}.evidence-sheet h3{font-size:32px;font-weight:500;letter-spacing:-.045em;line-height:1.15;margin:25px 0}.evidence-row{border-top:1px solid var(--rule);padding:20px 0}.evidence-row>small{font-size:9px;letter-spacing:.06em;color:var(--slate)}.evidence-row p{font-size:14px;line-height:1.7;margin:9px 0 0}.evidence-tags{display:flex;flex-wrap:wrap;gap:8px;font-size:9px;color:var(--slate);margin-top:15px}.evidence-tags span{padding:5px 8px;background:#f0ece5;border:1px solid var(--rule)}.gap-row{margin:0 -13px;padding:18px 13px;background:#f1ece4;border-top:0}.next-row{border-top:0}.evidence-sheet figcaption{font-size:9px;color:var(--slate);border-top:1px solid var(--rule);padding-top:14px;line-height:1.7}.ownership-section{padding:105px 0 95px}.ownership-rows{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:45px}.ownership-rows article{border-top:1px solid var(--rule);padding-top:22px}.ownership-rows article>span{font-size:10px;color:var(--violet)}.ownership-rows h3{font-size:24px;font-weight:500;letter-spacing:-.04em;margin:20px 0 13px;line-height:1.2}.ownership-rows p{font-size:14px;line-height:1.8;color:var(--slate);margin:0}.questions-section{border-top:1px solid var(--rule);padding:75px 0 95px;display:grid;grid-template-columns:1fr 1.3fr;gap:90px}.questions-section h2{font-size:41px;max-width:350px}.questions details{border-bottom:1px solid var(--rule);padding:0 0 20px;margin:0 0 23px}.questions summary{display:flex;justify-content:space-between;gap:20px;align-items:center;cursor:pointer;font-size:18px;font-weight:500;letter-spacing:-.025em;line-height:1.4;list-style:none}.questions summary::-webkit-details-marker{display:none}.questions summary>span{font-family:'IBM Plex Mono',monospace;font-weight:400;font-size:20px;color:var(--violet)}.questions details[open] summary>span{transform:rotate(45deg)}.questions summary:focus-visible{outline:3px solid var(--violet);outline-offset:6px}.questions details p{font-size:14px;line-height:1.8;color:var(--slate);margin:16px 30px 0 0}.closing-section{background:var(--ink);color:var(--paper)}.closing-section .eyebrow{color:#b9acf4}.closing-section .closing p:not(.eyebrow){color:#b4bbc2}.closing-section .text-link{border-color:#9c94b1}.footer{border-top:0}@media(max-width:1050px){.context-section{gap:45px}.context-stack{padding:22px}.source-record{padding:17px;gap:12px}.source-record:nth-of-type(3){margin-left:10px}.source-record:nth-of-type(4){margin-left:20px}.source-record strong{font-size:17px}.brain-network{gap:24px;padding:27px 22px}.network-node{padding:16px}.network-node b{font-size:16px}.brain-hub{padding:26px 14px}.brain-hub>strong{font-size:23px}.light-heading{gap:45px}.evidence-grid{gap:45px}.question-chip{margin-left:0}.questions-section{gap:45px}.evidence-sheet{padding:23px}.evidence-sheet h3{font-size:29px}.visual-label{font-size:8px}}@media(max-width:800px){.context-section{grid-template-columns:1fr;gap:35px;padding:0 0 65px}.context-copy{grid-row:1}.context-copy>p:not(.eyebrow){max-width:650px}.context-stack{max-width:640px;width:100%;justify-self:center}.context-copy h2{max-width:630px}.brain-network{gap:14px;padding:23px 15px}.network-node{padding:13px}.network-node b{font-size:15px}.network-node>span{font-size:11px}.brain-hub>strong{font-size:20px}.brain-hub{padding:22px 10px}.hub-tags{gap:4px}.hub-tags span{padding:4px 5px}.evidence-grid{grid-template-columns:1fr;gap:32px}.evidence-copy>p:not(.eyebrow):not(.example-caption){max-width:650px}.evidence-sheet{max-width:650px;width:100%;justify-self:center}.ownership-rows{gap:25px}.questions-section{grid-template-columns:1fr;gap:25px}.questions-section h2{max-width:none}.useful-ledger article{grid-template-columns:30px 1.1fr 1fr;gap:17px}.question-chip{padding:15px}.question-chip>span{font-size:15px}}@media(max-width:650px){h1{font-size:clamp(48px,15.65vw,61px)}.context-copy h2,.light-heading h2,.evidence-copy h2,.questions-section h2{font-size:36px;line-height:1.1}.context-copy>p:not(.eyebrow){font-size:15px}.context-stack{padding:20px 17px}.visual-label{font-size:8px;gap:6px}.source-record{padding:17px 13px;gap:12px}.source-record strong{font-size:17px}.source-record p{font-size:12px}.source-record small{font-size:8px}.context-summary{font-size:10px}.inline-principle{gap:20px}.brain-figure{margin-top:30px}.network-label{display:block;padding:15px 17px;font-size:8px}.network-label>span:last-child{display:block;margin-top:5px;color:#939aa4}.brain-network{grid-template-columns:1fr;gap:27px;padding:23px 18px}.network-wires{display:none}.network-column{gap:10px}.network-node{min-height:0;padding:14px 17px}.network-node small{font-size:8px}.network-node b{font-size:17px;margin:5px 0}.network-node>span{font-size:12px}.brain-hub{position:relative;max-width:240px;padding:24px 20px}.brain-hub:before,.brain-hub:after{position:absolute;left:50%;width:1px;height:28px;background:#8f81c5;content:''}.brain-hub:before{top:-28px}.brain-hub:after{bottom:-28px}.brain-hub>strong{font-size:24px}.hub-mark img{width:49px;height:49px;margin-bottom:10px}.brain-hub p{font-size:12px}.brain-figure figcaption{padding:14px 17px;font-size:9px}.brain-notes{grid-template-columns:1fr;gap:20px;margin-top:27px}.brain-notes b{margin-bottom:5px}.brain-notes p{font-size:13px}.useful-section{padding:60px 0}.light-heading{display:block}.light-heading>p{font-size:16px;margin-top:25px}.useful-ledger{margin-top:32px}.useful-ledger article{grid-template-columns:26px 1fr;gap:12px;padding:26px 0}.useful-ledger h3{font-size:24px}.useful-ledger p{font-size:14px}.question-chip{grid-column:2;margin-top:6px;padding:16px}.question-chip>span{font-size:16px}.evidence-section{padding:55px 0}.evidence-copy>p:not(.eyebrow):not(.example-caption){font-size:15px}.evidence-copy h2 br{display:none}.read-path{gap:8px;font-size:8px}.example-caption{font-size:9px}.evidence-sheet{padding:22px 20px 17px;box-shadow:5px 5px 0 #dcd5c9}.evidence-sheet h3{font-size:29px}.sheet-head{font-size:8px;gap:10px}.evidence-row p{font-size:13px}.ownership-section{padding:62px 0}.ownership-rows{grid-template-columns:1fr;gap:29px;margin-top:30px}.ownership-rows h3{margin:15px 0 10px}.ownership-rows p{font-size:14px}.questions-section{padding:48px 0 50px;gap:15px}.questions-section h2{font-size:34px}.questions summary{font-size:17px}.questions details p{margin-right:0;font-size:14px}.closing-section .closing{padding:60px 0}.closing h2{font-size:40px}}

@media(min-width:651px) and (max-width:950px){.hero-art:before{inset:-25px}}

/* V9: ownership is a primary product pillar, separate from hosted services. */
.portable-section{padding:94px 0;background:#eae5f3;border-bottom:1px solid #d1c8e4}.portable-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:end}.portable-heading .eyebrow{color:#5e507e}.portable-heading h2{font-size:clamp(38px,4.3vw,62px);font-weight:500;letter-spacing:-.05em;line-height:1.06;margin:0}.portable-heading>p{font-size:18px;line-height:1.75;color:#51495f;margin:0;max-width:470px}.portable-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;margin-top:54px;align-items:center}.portable-copy h3{font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.035em;margin:0 0 22px}.portable-copy>p{font-size:15px;line-height:1.8;color:#51495f;margin:0 0 17px;max-width:440px}.portable-copy .portable-principle{border-top:1px solid #c6bcd8;padding-top:22px;margin:25px 0 0;font-size:21px;line-height:1.45;color:var(--ink);font-weight:500;letter-spacing:-.02em}.portable-map{margin:0;border:1px solid #c6bcd8;padding:25px;background:#f5f2fa}.portable-label,.knowledge-record small,.portable-destinations small,.portable-map figcaption{font-family:'IBM Plex Mono',monospace;font-size:9px;line-height:1.7;letter-spacing:.03em;color:#655775}.portable-label{border-bottom:1px solid #d9d1e4;padding-bottom:18px}.knowledge-record{max-width:330px;margin:27px auto 0;padding:23px;background:var(--paper);border:1px solid #9e8dbb}.knowledge-record strong{display:block;font-size:26px;font-weight:500;letter-spacing:-.04em;margin:8px 0 22px}.knowledge-record div{display:grid;gap:10px;font-size:12px;color:var(--slate)}.knowledge-record div span{border-top:1px solid var(--rule);padding-top:10px}.portability-path{position:relative;height:48px;margin:0 16.66%;display:flex}.portability-path span{position:absolute;top:24px;left:0;width:50%;height:24px;border-top:1px solid #9e8dbb;border-left:1px solid #9e8dbb}.portability-path span:nth-child(2){top:0;left:50%;width:0;height:48px;border-top:0}.portability-path span:last-child{left:50%;border-left:0;border-right:1px solid #9e8dbb}.portable-destinations{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.portable-destinations>div{background:#eae5f3;border:1px solid #c6bcd8;padding:16px 12px}.portable-destinations b{font-size:15px;font-weight:600;letter-spacing:-.025em;display:block;margin:10px 0}.portable-destinations span{font-size:11px;line-height:1.7;color:#51495f}.portable-destinations small{font-size:8px;letter-spacing:0}.portable-map figcaption{font-size:10px;letter-spacing:0;border-top:1px solid #d9d1e4;margin-top:24px;padding-top:18px}.hero-art .art-foot{gap:12px}
@media(max-width:1050px){.portable-grid,.portable-heading{gap:40px}.portable-map{padding:20px}.portable-destinations{gap:7px}.portable-destinations>div{padding:13px 8px}.portable-destinations b{font-size:14px}.header nav{gap:22px}}
@media(max-width:850px){.portable-heading,.portable-grid{grid-template-columns:1fr;gap:30px}.portable-grid{margin-top:35px}.portable-heading>p,.portable-copy>p{max-width:650px}.portable-map{width:100%;max-width:650px;justify-self:center}.portable-section{padding:65px 0}.header nav{gap:15px;font-size:12px}}
@media(max-width:650px){.portable-section{padding:57px 0}.portable-heading h2{font-size:39px}.portable-heading>p{font-size:16px}.portable-copy h3{font-size:27px}.portable-copy>p{font-size:14px}.portable-copy .portable-principle{font-size:21px}.portable-map{padding:19px 16px}.portable-label{font-size:8px}.knowledge-record{padding:20px}.knowledge-record strong{font-size:25px}.portable-destinations{grid-template-columns:1fr;gap:10px}.portable-destinations>div{display:grid;grid-template-columns:1fr 1fr;gap:2px 15px;padding:15px}.portable-destinations small{grid-column:1/-1}.portable-destinations b{font-size:16px;margin:7px 0}.portable-destinations span{font-size:11px}.portability-path{height:26px}.portability-path span:first-child,.portability-path span:last-child{display:none}.portability-path span:nth-child(2){height:26px}.portable-map figcaption{font-size:10px}.hero-art .art-foot{font-size:8px;flex-wrap:wrap}}

/* V10 / brand alignment against the 09 Sep 2026 reference.
   Neutral planes, no effects, public body >=17px, metadata >=10px. */
:root{--dark-rule:#42464c;--dark-copy:#bdc2c8;--violet-wash:#ebe8ff;--section-space:96px}
section[id]{scroll-margin-top:24px}
.skip-link{position:absolute;left:20px;top:-90px;z-index:5;background:var(--ink);color:var(--paper);padding:15px 20px;font-size:17px}.skip-link:focus{top:12px}
.header{padding:26px 0}.header nav{gap:28px;font-size:14px}.header nav>a{min-height:44px;display:inline-flex;align-items:center}.header .logo{gap:12px}.footer .logo{font-size:22px;gap:11px;min-width:140px}.logo img{flex-shrink:0}
.hero{gap:64px;padding:78px 0 88px}.hero-art:before{display:none}.hero-art{padding:28px 30px 24px}.hero .lead{font-size:25px;line-height:1.45}.hero .support{font-size:17px;line-height:1.7}.hero .eyebrow{font-size:11px}.stage{font-size:11px}.art-heading,.art-foot,.art-result small{font-size:10px}.source-labels{font-size:11px}.mark-block{border-radius:0}.button{font-size:15px;min-height:48px}.button.small{min-height:44px}.text-link{min-height:44px;display:inline-flex;align-items:center;font-size:16px}
.eyebrow{font-size:11px;letter-spacing:.08em}.context-copy h2,.light-heading h2,.evidence-copy h2,.questions-section h2{font-size:clamp(44px,3.8vw,54px)}.context-section{gap:80px;padding-bottom:var(--section-space)}.context-stack{background:var(--paper);border-color:var(--rule);padding:26px}.visual-label{color:var(--slate);font-size:10px;letter-spacing:0;gap:16px}.visual-label>span:last-child{white-space:nowrap}.source-record{background:var(--stock);border-color:var(--rule);gap:15px}.source-record:nth-of-type(3),.source-record:nth-of-type(4){margin-left:0}.source-record small{font-size:10px}.source-record p{font-size:14px}.source-icon{background:transparent;color:var(--slate);width:25px;height:25px}.source-icon svg{width:25px;height:25px}.source-record strong{font-size:21px}.context-summary{color:var(--slate);font-size:11px;justify-content:flex-start;border-top:1px solid var(--rule);padding-top:22px;margin-top:22px}.context-copy>p:not(.eyebrow){font-size:17px;line-height:1.75}.inline-principle{gap:23px}.inline-principle>span{font-size:10px;color:var(--slate)}.inline-principle p{font-size:17px}
.approach{padding:var(--section-space) 0}.section-heading{gap:28px 80px}.section-heading>p:last-child{font-size:17px;color:var(--dark-copy)}.section-heading .eyebrow{color:var(--dark-copy)}.brain-figure{background:#1b1d21;border-color:var(--dark-rule)}.brain-network{background-image:none;gap:40px}.network-label{font-size:10px;color:var(--dark-copy)}.network-label>span:last-child{color:var(--dark-copy)}.network-node{background:#24262b;border-color:var(--dark-rule);padding:20px}.network-node small{font-size:10px;color:var(--dark-copy)}.network-node b{font-size:19px}.network-node>span{font-size:14px;color:var(--dark-copy)}.output-column .network-node{background:#24262b;border-color:var(--dark-rule)}.network-wires path{stroke:#80868e}.brain-hub{border-color:#80868e}.brain-hub>small,.hub-tags{font-size:10px;color:var(--dark-copy)}.brain-hub p{font-size:14px;color:var(--dark-copy)}.hub-tags span{border-color:var(--dark-rule)}.brain-hub:before,.brain-hub:after{background:#80868e}.brain-figure figcaption{font-family:'Instrument Sans',Arial,sans-serif;font-size:13px;line-height:1.65;color:var(--dark-copy)}.brain-notes{gap:35px}.brain-notes p{font-size:17px;line-height:1.65;color:var(--dark-copy)}.brain-notes b{font-size:18px}
.portable-section{background:var(--stock);border-bottom:1px solid var(--rule);padding:var(--section-space) 0}.portable-heading .eyebrow{color:var(--violet)}.portable-heading>p,.portable-copy>p{color:var(--slate)}.portable-heading{gap:70px}.portable-grid{gap:70px}.portable-copy>p{font-size:17px;line-height:1.7}.portable-copy .portable-principle{border-color:var(--rule);font-size:23px;color:var(--ink)}.portable-map{background:var(--paper);border-color:var(--rule);padding:26px}.portable-label{font-size:10px;color:var(--slate);border-color:var(--rule);letter-spacing:0}.knowledge-record{background:var(--violet-wash);border-color:var(--violet);border-top:3px solid var(--violet)}.knowledge-record small{font-size:10px;color:var(--violet);letter-spacing:0}.knowledge-record strong{font-size:27px}.knowledge-record div{font-size:14px}.knowledge-record div span{border-color:#ccc5ef}.portability-path span{border-color:var(--slate)}.portable-destinations{gap:10px}.portable-destinations>div{background:var(--stock);border-color:var(--rule);padding:17px 12px}.portable-destinations small{font-size:10px;color:var(--slate)}.portable-destinations b{font-size:17px}.portable-destinations span{font-size:13px;color:var(--slate)}.portable-map figcaption{font-family:'Instrument Sans',Arial,sans-serif;font-size:13px;line-height:1.65;color:var(--slate);border-color:var(--rule)}
.useful-section{padding:var(--section-space) 0}.light-heading>p{font-size:17px}.ledger-number{font-size:11px;color:var(--slate)}.useful-ledger p{font-size:17px;line-height:1.7}.useful-ledger article{padding:32px 0}.question-chip{background:var(--paper);border-color:var(--rule);padding:22px}.question-chip small{font-size:10px}.question-chip>span{font-size:18px}.evidence-section{background:#ebe6dc;padding:var(--section-space) 0;border-color:var(--rule)}.evidence-copy>p:not(.eyebrow):not(.example-caption){font-size:17px}.read-path{font-size:10px;line-height:1.7;color:var(--slate)}.example-caption{font-family:'Instrument Sans',Arial,sans-serif;font-size:13px;line-height:1.65}.evidence-sheet{box-shadow:none;border-color:var(--rule);padding:30px}.sheet-head{font-size:10px}.evidence-row>small{font-size:10px}.evidence-row p{font-size:17px;line-height:1.7}.evidence-tags{font-size:10px}.evidence-tags span{background:var(--stock)}.gap-row{background:var(--stock)}.evidence-sheet figcaption{font-family:'Instrument Sans',Arial,sans-serif;font-size:13px;line-height:1.65}.ownership-section{padding:var(--section-space) 0}.ownership-rows article>span{font-size:10px;color:var(--slate)}.ownership-rows p{font-size:17px;line-height:1.7}.questions-section{padding:72px 0 80px}.questions summary{font-size:19px;min-height:44px}.questions details{padding-bottom:17px;margin-bottom:17px}.questions details p{font-size:17px;line-height:1.7}.closing-section .closing{padding:var(--section-space) 0}.closing-section .eyebrow{color:var(--dark-copy)}.closing-section .closing p:not(.eyebrow){font-size:18px}.footer p,.footer>span{font-size:12px}
@media(max-width:1100px){.portable-grid,.portable-heading{gap:40px}.portable-grid{grid-template-columns:.85fr 1.15fr}.portable-map{padding:22px}.portable-destinations{grid-template-columns:1fr}.portable-destinations>div{display:grid;grid-template-columns:1fr 1fr;gap:4px 18px}.portable-destinations small{grid-column:1/-1}.portable-destinations b{margin:5px 0}.portability-path{height:28px}.portability-path span:first-child,.portability-path span:last-child{display:none}.portability-path span:nth-child(2){height:28px}.brain-network{gap:25px;padding:26px 22px}.network-node{padding:15px}.network-node b{font-size:17px}.network-node>span{font-size:13px}.context-section{gap:45px}.hero{gap:38px}.section-heading{gap:25px 45px}}
@media(max-width:850px){:root{--section-space:72px}.header nav{gap:18px;font-size:13px}.portable-heading,.portable-grid{grid-template-columns:1fr;gap:30px}.portable-map{max-width:650px}.portable-destinations{grid-template-columns:repeat(3,1fr)}.portable-destinations>div{display:block;padding:15px 10px}.portable-destinations b{font-size:16px;margin:10px 0}.portability-path{height:48px}.portability-path span:first-child,.portability-path span:last-child{display:block}.portability-path span:nth-child(2){height:48px}.hero-art{padding:24px 20px}.art-foot{flex-wrap:wrap}.hero .lead{font-size:23px}.hero{gap:30px}.brain-network{gap:16px;padding:23px 15px}.brain-hub{padding:23px 12px}.brain-hub>strong{font-size:23px}.hub-tags{flex-wrap:wrap}.network-node{padding:13px}.network-node b{font-size:16px}.network-node>span{font-size:13px}.question-chip{padding:18px}.context-copy h2{max-width:650px}.source-record p{max-width:440px}.brain-notes{gap:25px}}
@media(max-width:650px){:root{--section-space:64px}.header{padding:17px 0}.header nav .about-link{display:none}.hero{padding:48px 0 60px;gap:36px}.hero .lead{font-size:23px}.hero .eyebrow,.eyebrow{font-size:10px}.hero .support{font-size:17px}.hero-art{padding:23px 20px}.source-labels{font-size:11px}.art-heading,.hero-art .art-foot,.art-result small{font-size:10px}.art-heading{gap:12px}.art-result strong{font-size:32px}.hero-art .art-foot{gap:10px}.context-stack{padding:22px 18px}.visual-label{font-size:10px;align-items:start}.source-record{padding:18px 14px;gap:12px}.source-record small{font-size:10px}.source-record strong{font-size:20px}.source-record p{font-size:14px}.context-summary{font-size:11px}.context-copy h2,.light-heading h2,.evidence-copy h2,.questions-section h2,.section-heading h2,.portable-heading h2,.closing h2{font-size:44px;line-height:1.07}.context-copy>p:not(.eyebrow){font-size:17px}.inline-principle{gap:15px}.inline-principle p{font-size:17px}.brain-network{gap:27px;padding:23px 20px}.network-label{font-size:10px}.network-label>span:last-child{margin-top:8px}.network-node{padding:17px 18px}.network-node small{font-size:10px}.network-node b{font-size:19px}.network-node>span{font-size:14px}.brain-hub{padding:26px 22px}.brain-hub>strong{font-size:25px}.brain-figure figcaption{font-size:13px}.brain-notes p{font-size:17px}.portable-heading>p,.portable-copy>p{font-size:17px}.portable-copy h3{font-size:28px}.portable-copy .portable-principle{font-size:23px}.portable-map{padding:22px 18px}.portable-label{font-size:10px}.knowledge-record{padding:22px 18px}.knowledge-record strong{font-size:25px}.portable-destinations{grid-template-columns:1fr}.portable-destinations>div{display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;padding:17px 13px}.portable-destinations b{font-size:17px;margin:5px 0}.portable-destinations span{font-size:13px}.portability-path{height:28px}.portability-path span:first-child,.portability-path span:last-child{display:none}.portability-path span:nth-child(2){height:28px}.portable-map figcaption{font-size:13px}.light-heading>p{font-size:17px}.useful-ledger article{padding:29px 0;grid-template-columns:23px 1fr;gap:13px}.useful-ledger h3{font-size:26px}.useful-ledger p{font-size:17px}.question-chip{padding:18px}.question-chip>span{font-size:17px}.question-chip small{font-size:10px}.evidence-copy>p:not(.eyebrow):not(.example-caption){font-size:17px}.read-path{font-size:10px;gap:7px}.example-caption{font-size:13px}.evidence-sheet{padding:25px 20px}.sheet-head{font-size:10px}.evidence-sheet h3{font-size:31px}.evidence-row p{font-size:17px}.evidence-sheet figcaption{font-size:13px}.ownership-rows p{font-size:17px}.questions-section{padding:55px 0}.questions summary{font-size:19px}.questions details p{font-size:17px}.closing-section .closing{padding:64px 0}.footer{padding:28px 0}.footer>span{font-size:11px}}
.section-heading h2,.closing h2{font-size:clamp(44px,4vw,56px)}
.portable-heading h2{font-size:clamp(44px,4.3vw,62px)}

/* V12 / Brian's approved direction: expressive accents are part of the brand.
   Color has a purpose across the page; restraint does not mean absence. */
:root{--lavender:#ebe8ff;--lavender-rule:#c4bdea;--violet-light:#bcb3ff;--violet-deep:#4438a0}
.hero-art{background:var(--lavender);border-color:var(--lavender-rule);border-top:5px solid var(--violet)}.hero-art .art-heading{color:var(--violet-deep);border-color:var(--lavender-rule)}.hero-art .source-labels span{background:var(--paper);border-color:var(--lavender-rule)}.hero-art .converge i{border-color:var(--violet)}.hero-art .art-result small{color:var(--violet-deep)}.hero-art .art-foot{border-color:var(--lavender-rule);color:var(--violet-deep)}.signal-rule{width:72px;height:4px}.header .about-link:hover{color:var(--violet)}
.context-stack{background:#f0ecf8;border-color:var(--lavender-rule)}.context-stack .visual-label{color:var(--violet-deep)}.source-record{background:var(--paper);border-color:#d7cfea}.source-icon{color:var(--violet);background:var(--lavender);width:29px;height:29px;padding:3px}.source-icon svg{width:23px;height:23px}.source-record small{color:var(--violet-deep)}.context-summary{border-color:var(--lavender-rule)}.inline-principle>span{color:var(--violet)}
.section-heading .eyebrow{color:var(--violet-light)}.network-label{color:var(--violet-light)}.network-node small{color:var(--violet-light)}.network-wires path{stroke:#a295d6;stroke-width:1.5}.brain-hub{border-color:#a295d6;background:#24202e}.brain-hub>small{color:var(--violet-light)}.hub-tags{color:#ded8fa}.hub-tags span{border-color:#766391;background:#342b45}.output-column .network-node{background:#2d273a;border-color:#77618d}.brain-hub:before,.brain-hub:after{background:#a295d6}.brain-figure{border-top:3px solid #a295d6}.brain-notes b{color:var(--paper)}
.portable-section{background:#ece7f5;border-color:var(--lavender-rule)}.portable-heading .eyebrow{color:var(--violet-deep)}.portable-heading h2{color:var(--violet-deep)}.portable-map{border-color:var(--lavender-rule)}.portable-label{border-color:var(--lavender-rule);color:var(--violet-deep)}.knowledge-record{background:var(--violet);color:var(--paper);border-color:var(--violet);border-top-width:3px}.knowledge-record small,.knowledge-record div{color:var(--paper)}.knowledge-record div span{border-color:#a398ef}.portability-path span{border-color:var(--violet)}.portable-destinations>div:first-child{border-top:3px solid var(--violet);padding-top:15px}.portable-destinations small{color:var(--violet-deep)}.portable-copy .portable-principle{border-color:var(--lavender-rule)}.portable-map figcaption{border-color:var(--lavender-rule)}
.useful-section .eyebrow,.ledger-number,.question-chip small{color:var(--violet)}.question-chip{background:var(--lavender);border-left:3px solid var(--violet)}.evidence-copy .eyebrow{color:var(--violet-deep)}.evidence-sheet{border-top:4px solid var(--violet)}.sheet-head{color:var(--violet-deep)}.evidence-tags span{background:var(--lavender);border-color:var(--lavender-rule);color:var(--violet-deep)}.read-path i{color:var(--violet)}.ownership-rows article>span{color:var(--violet)}.ownership-rows article{border-top:2px solid var(--lavender-rule)}
.closing-section{background:var(--violet);color:var(--paper)}.closing-section .closing{display:grid;grid-template-columns:1.4fr 1fr;gap:80px;align-items:center}.closing-section .eyebrow,.closing-section .closing p:not(.eyebrow){color:var(--paper)}.closing-section .text-link{border-color:var(--paper)}.closing-section a:focus-visible{outline-color:var(--paper)}.closing-brand{justify-self:end;width:260px;border-left:1px solid #a398ef;padding-left:52px;display:flex;flex-direction:column;gap:35px}.closing-brand img{width:160px;height:160px}.closing-brand span{font-family:'IBM Plex Mono',monospace;font-size:11px;line-height:1.8;letter-spacing:.04em;color:var(--paper)}
@media(max-width:850px){.closing-section .closing{gap:40px}.closing-brand{width:210px;padding-left:35px}.closing-brand img{width:140px;height:140px}}
@media(max-width:650px){.closing-section .closing{grid-template-columns:1fr;gap:40px}.closing-brand{width:100%;justify-self:stretch;border-left:0;border-top:1px solid #a398ef;padding:28px 0 0;flex-direction:row;align-items:center;gap:28px}.closing-brand img{width:76px;height:76px}.closing-brand span{font-size:10px}.source-icon{flex-shrink:0}.hero-art{border-top-width:4px}.portable-destinations>div:first-child{padding-top:15px}}

/* V13 / latest explicit ground rules: neutral titles, no pastel surfaces.
   Solid Signal Violet is retained for intentional fills, controls and fine accents. */
.hero-art{background:var(--paper);border-color:var(--rule);border-top-color:var(--violet)}.hero-art .art-heading,.hero-art .art-result small,.hero-art .art-foot{color:var(--ink);border-color:var(--rule)}.hero-art .source-labels span{border-color:var(--rule)}
.context-stack{background:var(--stock);border-color:var(--rule)}.source-record{background:var(--paper);border-color:var(--rule)}.context-stack .visual-label,.source-record small,.inline-principle>span{color:var(--ink)}.source-icon{background:var(--violet);color:var(--paper)}.context-summary{border-color:var(--rule)}
.section-heading .eyebrow,.network-label,.network-node small,.brain-hub>small{color:var(--paper)}.brain-hub{background:var(--ink);border-color:var(--violet)}.brain-hub:before,.brain-hub:after{background:var(--violet)}.hub-tags{color:var(--paper)}.hub-tags span{background:#24262b;border-color:var(--dark-rule)}.output-column .network-node{background:#24262b;border-color:var(--dark-rule);border-left:2px solid var(--violet)}.network-wires path{stroke:var(--violet)}.brain-figure{border-top-color:var(--violet)}
.portable-section{background:var(--stock);border-color:var(--rule)}.portable-heading h2,.portable-heading .eyebrow{color:var(--ink)}.portable-map{background:var(--paper);border-color:var(--rule)}.portable-label,.portable-destinations small{color:var(--ink);border-color:var(--rule)}.portable-copy .portable-principle,.portable-map figcaption{border-color:var(--rule)}.knowledge-record{background:var(--violet);color:var(--paper)}.knowledge-record strong,.knowledge-record small,.knowledge-record div{color:var(--paper)}.knowledge-record div span{border-color:rgba(255,253,248,.4)}
.useful-section .eyebrow,.question-chip small,.evidence-copy .eyebrow,.sheet-head,.ownership-rows article>span{color:var(--ink)}.question-chip{background:var(--paper);border-left-color:var(--violet)}.evidence-tags span{background:var(--paper);border-color:var(--rule);color:var(--slate)}.ownership-rows article{border-color:var(--rule)}.closing-brand{border-color:rgba(255,253,248,.4)}
.context-copy h2,.light-heading h2,.evidence-copy h2,.questions-section h2,.section-heading h2,.portable-heading h2,.closing h2{line-height:1.02}.hero .lead{line-height:1.28}.art-result strong{line-height:1.06}.portable-copy h3,.ownership-rows h3{line-height:1.12}
.context-copy>p:not(.eyebrow),.portable-heading>p,.portable-copy>p,.light-heading>p,.section-heading>p:last-child,.useful-ledger p,.evidence-copy>p:not(.eyebrow):not(.example-caption),.evidence-row p,.ownership-rows p,.questions details p,.closing-section .closing p:not(.eyebrow){line-height:1.6}.portable-copy .portable-principle{line-height:1.28}
@media(max-width:650px){.closing-brand{border-color:rgba(255,253,248,.4)}}
.eyebrow{color:var(--ink)}

/* V14: filled/button-shaped links use Signal Violet; plain text links stay unchanged. */
.button,.skip-link{background:var(--violet);color:var(--paper)}

/* V16: plain-language staging concept. Retains V13 neutral titles/surfaces and V14 buttons. */
.plain-hero{grid-template-columns:1.1fr 1fr;gap:64px;padding:76px 0 60px;align-items:center}
.plain-hero h1{font-size:clamp(56px,5.45vw,79px);line-height:1.02;letter-spacing:-.055em;margin-bottom:26px}
.plain-hero .lead{font-size:25px;line-height:1.28;max-width:460px}
.plain-hero .support{max-width:510px;line-height:1.6;font-size:18px;margin-top:22px}
.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.plain-link{font-size:15px;border-bottom:1px solid var(--rule);padding:12px 0}
.hero-ownership{display:flex;gap:14px;align-items:center;margin-top:33px;padding-top:23px;border-top:1px solid var(--rule);max-width:510px}
.hero-ownership strong{font-size:16px;font-weight:500;display:block}.hero-ownership span span{display:block;font-size:15px;color:var(--slate);margin-top:5px}.ownership-mark{font-size:23px;color:var(--violet)}
.day-preview{margin:0;border:1px solid var(--rule);border-top:4px solid var(--violet);background:var(--paper);padding:25px 28px 22px;min-width:0}
.preview-top{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center;border-bottom:1px solid var(--rule);padding-bottom:19px}
.preview-brand,.example-label,.record-number,.preview-sources,.step-index,.reassurance p>span,.portable-label,.service-separation{font-family:'IBM Plex Mono',monospace;font-size:10px;line-height:1.6}
.preview-brand{display:flex;gap:10px;align-items:center;letter-spacing:.02em}.preview-brand img{width:25px;height:25px}.example-label{color:var(--slate);font-size:10px}
.preview-intro{padding:27px 0 22px}.preview-intro .eyebrow{font-size:10px;margin-bottom:14px}.preview-intro h2{font-size:40px;line-height:1.02;letter-spacing:-.045em;font-weight:500;margin:0 0 12px}.preview-intro>p:last-child{font-size:16px;color:var(--slate);margin:0}
.preview-record{padding:23px;background:var(--stock);border:1px solid var(--rule);border-left:3px solid var(--violet)}.record-heading{display:flex;gap:12px;align-items:center;margin-bottom:16px}.record-heading .eyebrow{font-size:10px;margin:0;letter-spacing:.05em}.record-number{display:grid;place-items:center;width:26px;height:26px;color:var(--paper);background:var(--violet)}
.preview-record h3{font-size:31px;line-height:1.05;letter-spacing:-.04em;font-weight:500;margin:0 0 15px}.preview-record>p{font-size:17px;line-height:1.6;margin:0;color:var(--slate)}.preview-sources{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 21px;font-size:11px}.preview-sources span{padding:6px 9px;border:1px solid var(--rule);background:var(--paper)}
.preview-check{border-top:1px solid var(--rule);padding-top:17px}.preview-check strong{font-size:16px;font-weight:500}.preview-check p{font-size:15px;line-height:1.6;margin:6px 0 0;color:var(--slate)}.day-preview figcaption{font-size:13px;line-height:1.6;color:var(--slate);padding-top:19px}
.reassurance{display:grid;grid-template-columns:1.15fr 1.1fr .85fr;gap:28px;padding:25px 0 27px;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.reassurance p{display:flex;align-items:center;gap:15px;font-size:16px;margin:0;line-height:1.5}.reassurance p>span{color:var(--slate);font-size:11px}
.example-section{padding:96px 0;background:var(--stock)}.example-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.example-copy h2{font-size:clamp(44px,4vw,56px);line-height:1.02;letter-spacing:-.05em;font-weight:500;margin:0 0 27px}.example-copy>p:not(.eyebrow):not(.example-caption){font-size:18px;line-height:1.6;color:var(--slate);max-width:470px}.example-copy>h2+p{font-size:24px!important;color:var(--ink)!important;line-height:1.35!important;letter-spacing:-.025em}.example-path{border-top:1px solid var(--rule)}.example-step{display:flex;gap:24px;padding:27px 0;border-bottom:1px solid var(--rule)}.step-icon{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;border:1px solid var(--ink);border-radius:50%;font-size:16px;line-height:1;font-variant-numeric:tabular-nums}.example-step h3{font-size:23px;font-weight:500;letter-spacing:-.03em;margin:3px 0 10px}.example-step p{font-size:17px;line-height:1.6;color:var(--slate);margin:0}
.start-section{padding:0 0 96px}.start-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:44px}.start-cards article{border:1px solid var(--rule);border-top:3px solid var(--violet);padding:28px;background:var(--paper)}.step-index{font-size:10px}.start-cards h3{font-size:28px;line-height:1.08;font-weight:500;letter-spacing:-.04em;margin:26px 0 18px}.start-cards p{font-size:17px;line-height:1.6;color:var(--slate);margin:0}.start-note{font-size:16px;line-height:1.6;color:var(--slate);margin:24px 0 0}
.useful-section{border-top:1px solid var(--rule)}.useful-section .light-heading{grid-template-columns:1.3fr 1fr}.ownership-v16{border-top:1px solid var(--rule)}.ownership-v16 .portable-grid{align-items:start}.ownership-v16 .portable-copy h3{font-size:30px}.ownership-v16 .portable-map{margin:0}.ownership-v16 .knowledge-record strong{font-size:32px}.knowledge-caption{font-size:14px;line-height:1.6;border-top:1px solid rgba(255,253,248,.4);padding-top:16px;margin:17px 0 0;color:var(--paper)}.service-separation{display:flex;align-items:center;gap:14px;padding:22px 0;color:var(--ink)}.separation-line{display:block;height:25px;width:1px;background:var(--violet);margin-left:16px}.service-card{display:flex;gap:17px;align-items:center;background:var(--stock);border:1px solid var(--rule);padding:22px}.service-card img{width:34px;height:34px}.service-card strong{font-size:20px;font-weight:500;letter-spacing:-.02em}.service-card p{font-size:15px;line-height:1.6;margin:6px 0 0;color:var(--slate)}
.faq-intro{font-size:17px;line-height:1.6;color:var(--slate)}.questions summary span{font-size:23px;line-height:1;flex-shrink:0;transition:transform .15s}.questions details[open] summary span{transform:rotate(45deg)}.closing-copy .text-link{gap:25px;font-size:19px}.closing-section .closing .closing-contact{font-size:14px;margin-top:17px}.closing-contact a{text-decoration:underline;text-underline-offset:4px}.plain-link:hover,.hero-ownership:hover strong{text-decoration:underline;text-underline-offset:4px}section[id]{scroll-margin-top:30px}
@media(max-width:1100px){.plain-hero{gap:36px;grid-template-columns:1fr 1fr}.plain-hero h1{font-size:60px}.day-preview{padding:22px}.hero-actions{gap:12px}.hero-actions .button{gap:20px}.example-grid{gap:50px}.start-cards{gap:16px}.start-cards article{padding:23px}.start-cards h3{font-size:25px}.reassurance{gap:18px}.reassurance p{font-size:15px;gap:10px}}
@media(max-width:850px){.plain-hero{grid-template-columns:1fr;padding-top:54px;gap:38px}.plain-hero h1{font-size:76px}.plain-hero .support,.plain-hero .lead,.hero-ownership{max-width:600px}.day-preview{max-width:650px;width:100%;justify-self:center}.preview-top{flex-wrap:nowrap}.preview-intro h2 br,.preview-record h3 br{display:none}.reassurance{grid-template-columns:1fr;gap:15px}.reassurance p{font-size:17px}.example-grid{grid-template-columns:1fr;gap:32px}.example-copy>p:not(.eyebrow):not(.example-caption){max-width:600px}.example-section{padding:72px 0}.start-section{padding-bottom:72px}.start-section .light-heading,.useful-section .light-heading{grid-template-columns:1fr;gap:25px}.light-heading>p{max-width:600px}.start-cards{grid-template-columns:1fr}.start-cards article{display:grid;grid-template-columns:1fr 1.2fr;gap:0 30px;padding:26px}.step-index{grid-column:1/-1}.start-cards h3{font-size:29px;margin:20px 0 0}.start-cards p{margin-top:20px}.ownership-v16 .portable-grid{gap:35px}.service-separation{font-size:10px}}
@media(max-width:650px){.plain-hero{padding:42px 0 35px;gap:32px}.plain-hero h1{font-size:clamp(43px,10.7vw,64px);letter-spacing:-.052em;margin-bottom:22px}.plain-hero .lead{font-size:23px}.plain-hero .support{font-size:17px;margin-top:20px}.hero-actions{gap:12px 20px}.hero-actions .button{font-size:14px;gap:25px;padding:16px 18px}.hero-ownership{margin-top:23px;padding-top:20px;gap:11px}.hero-ownership strong{font-size:15px}.hero-ownership span span{font-size:14px}.day-preview{padding:20px 17px}.preview-top{flex-wrap:wrap;gap:13px}.preview-brand{font-size:10px}.preview-brand img{width:24px;height:24px}.example-label{font-size:10px}.preview-intro{padding:23px 0}.preview-intro h2{font-size:36px}.preview-intro h2 br{display:block}.preview-record{padding:20px 17px}.preview-record h3{font-size:29px}.preview-record>p{font-size:17px}.preview-sources{font-size:10px}.record-heading{gap:10px}.record-heading .eyebrow{font-size:10px;letter-spacing:0}.preview-check strong{font-size:16px}.day-preview figcaption{font-size:13px}.reassurance{padding:24px 0}.reassurance p{font-size:16px}.example-section{padding:64px 0}.example-copy h2{font-size:44px}.example-copy>p:not(.eyebrow):not(.example-caption){font-size:17px}.example-copy>h2+p{font-size:23px!important}.example-step{gap:17px;padding:24px 0}.step-icon{width:30px;height:30px;font-size:15px}.example-step h3{font-size:22px;line-height:1.2;margin-top:2px}.start-section{padding-bottom:64px}.start-section h2{font-size:42px}.start-cards{margin-top:30px;gap:17px}.start-cards article{display:block;padding:25px}.start-cards h3{margin:21px 0 16px;font-size:28px}.start-cards p{margin-top:0}.start-note{font-size:15px}.ownership-v16 .portable-copy h3{font-size:28px}.ownership-v16 .knowledge-record strong{font-size:28px}.knowledge-caption{font-size:14px}.service-card{padding:18px 14px;gap:13px;align-items:start}.service-card strong{font-size:19px}.service-card p{font-size:14px}.service-card img{width:29px;height:29px}.service-separation{font-size:10px;letter-spacing:0;gap:12px}.questions-section h2{font-size:44px}.closing-copy .text-link{font-size:18px}}
@media(prefers-reduced-motion:reduce){.questions summary span{transition:none}}

/* V17: fixed-path motion, violet mark/step markers, compact sticky header and contact dialog. */
button,input,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--violet);outline-offset:4px}
.header-shell{position:sticky;top:0;z-index:20;background:var(--stock);border-bottom:1px solid var(--rule)}.header-shell .header{border:0;transition:padding .22s ease;padding:25px 0}.header-shell.is-scrolled .header{padding:12px 0}.header-shell .logo img{width:36px;height:36px;transition:width .22s ease,height .22s ease}.header-shell.is-scrolled .logo img{width:30px;height:30px}.header nav{gap:25px}.nav-login{display:inline-flex;align-items:center;min-height:44px;font-size:14px}.header .button.small{gap:20px}.header .about-link:hover,.nav-login:hover{text-decoration:underline;text-underline-offset:4px}
.example-step .step-icon{color:var(--paper);background:var(--violet);border-color:var(--violet)}
.flow-pulse{fill:var(--paper);stroke:var(--violet);stroke-width:2;vector-effect:non-scaling-stroke;pointer-events:none}.network-controls{display:flex;align-items:center;gap:20px;flex-shrink:0}.network-label{align-items:center}.flow-toggle{color:var(--paper);background:var(--violet);border:1px solid var(--violet);border-radius:3px;min-height:36px;padding:7px 12px;font-family:'Instrument Sans',Arial,sans-serif;font-size:12px;line-height:1.5;white-space:nowrap}.flow-toggle:focus-visible{outline-color:var(--paper)}.flow-toggle:disabled{cursor:default}.network-controls>span{font-size:10px;white-space:nowrap}
.closing-cta{border:1px solid rgba(255,253,248,.65);margin-top:3px;gap:30px}.closing-cta:hover{background:var(--violet);filter:brightness(1.08)}.closing-contact{margin-top:25px}.closing-contact>span:first-child{font-size:14px}.email-actions{display:flex;gap:12px;align-items:center;margin-top:7px;flex-wrap:wrap}.email-address{font-size:18px;line-height:1.5;text-decoration:underline;text-underline-offset:4px}.icon-button{display:inline-grid;place-items:center;flex-shrink:0;width:44px;height:44px;padding:10px;background:var(--violet);color:var(--paper);border:1px solid rgba(255,253,248,.6);border-radius:3px}.icon-button svg{width:21px;height:21px}.copy-status{display:block;min-height:20px;font-size:13px;line-height:1.5;margin-top:6px}.copy-email.is-copied{outline:1px solid var(--paper);outline-offset:3px}.closing-section button:focus-visible{outline-color:var(--paper)}
.contact-dialog{width:min(620px,calc(100% - 40px));max-height:calc(100dvh - 48px);padding:30px 35px;background:var(--paper);color:var(--ink);border:1px solid var(--rule);border-top:4px solid var(--violet);overflow:auto;overscroll-behavior:contain;border-radius:0}.contact-dialog::backdrop{background:rgba(21,23,26,.72)}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}.dialog-heading .eyebrow{margin:0;font-size:10px;letter-spacing:.03em}.dialog-close{border-color:var(--violet)}.contact-dialog h2{font-weight:500;font-size:44px;line-height:1.02;letter-spacing:-.045em;margin:0 0 18px}.contact-dialog>p:not(.contact-alternative){font-size:17px;line-height:1.6;color:var(--slate);margin:0 0 25px}.contact-dialog form{display:grid;gap:18px}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:17px}.contact-dialog label{display:block;font-size:15px;line-height:1.45;font-weight:500}.contact-dialog label>span{font-size:12px;font-weight:400;color:var(--slate)}.contact-dialog input,.contact-dialog textarea{display:block;width:100%;min-width:0;margin-top:8px;border:1px solid #aaa49b;background:var(--paper);color:var(--ink);padding:12px;font-size:16px;line-height:1.5;border-radius:2px}.contact-dialog textarea{resize:vertical;min-height:90px}.contact-dialog input::placeholder,.contact-dialog textarea::placeholder{color:#68717a;opacity:1}.form-delivery{border-top:1px solid var(--rule);padding-top:18px}.form-delivery p{font-size:14px;line-height:1.6;color:var(--slate);margin:0 0 15px}.form-submit{width:100%;border-color:var(--violet)}.form-status{font-size:14px;line-height:1.6;margin:0;color:var(--ink)}.form-status:empty{display:none}.prepared-fallback[hidden],.manual-copy[hidden]{display:none}.prepared-fallback .button{font-size:14px;padding:12px 16px}.manual-copy{margin-top:18px}.contact-alternative{font-size:13px;line-height:1.6;color:var(--slate);border-top:1px solid var(--rule);padding-top:18px;margin:23px 0 0}.contact-alternative a{text-decoration:underline;text-underline-offset:3px}.contact-dialog .button{font-family:'Instrument Sans',Arial,sans-serif}
section[id]{scroll-margin-top:105px}.skip-link{z-index:50}body.dialog-open{overflow:hidden}
@media(max-width:1100px){.header nav{gap:18px}.header .about-link{font-size:12px}.header .button.small{gap:13px;padding:12px 15px}.header .logo{font-size:22px}}
@media(max-width:900px){.header .about-link{display:none}.network-controls{gap:12px}.network-label{gap:14px}.network-controls>span{display:none}}
@media(max-width:650px){.header-shell .header{padding:16px 0}.header-shell.is-scrolled .header{padding:9px 0}.header-shell .logo{font-size:20px;gap:8px}.header-shell .logo img{width:29px;height:29px}.header-shell.is-scrolled .logo img{width:26px;height:26px}.header nav{gap:13px}.header .button.small{font-size:13px;gap:0;padding:10px 12px;min-height:44px}.header .button.small>span{display:none}.nav-login{font-size:13px}.network-controls{display:none}.network-label{display:block}.closing-cta{font-size:15px;gap:20px;padding:16px 18px}.email-address{font-size:18px}.contact-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);padding:22px 20px}.contact-dialog h2{font-size:38px}.dialog-heading{gap:10px}.dialog-heading .eyebrow{font-size:10px;max-width:185px}.form-pair{grid-template-columns:1fr;gap:18px}.contact-dialog>p:not(.contact-alternative){font-size:16px}.contact-alternative{font-size:13px}section[id]{scroll-margin-top:95px}}
@media(max-width:360px){.header-shell .logo{font-size:18px;gap:6px}.header-shell .logo img{width:27px;height:27px}.header nav{gap:9px}.header .button.small{padding:10px;font-size:12px}.nav-login{font-size:12px}.header-shell .wrap{width:calc(100% - 32px)}.contact-dialog{padding:18px 16px}.contact-dialog h2{font-size:35px}.closing-cta{font-size:14px;gap:13px}}
@media(prefers-reduced-motion:reduce){.header-shell .header,.header-shell .logo img{transition:none}.flow-pulse{display:none}}
/* Keep the existing diagram header height and network geometry. */
.network-label{position:relative;padding-right:245px}.network-controls{position:absolute;right:23px;top:50%;transform:translateY(-50%)}
@media(max-width:900px){.network-label{padding-right:130px}}
@media(max-width:650px){.network-label{padding-right:17px}}
/* V18: real submission states, without an email-composer handoff. */
.contact-dialog form[hidden],.contact-success[hidden]{display:none}.contact-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.form-submit:disabled{cursor:wait;opacity:.7}.contact-success>p{font-size:18px;line-height:1.6;color:var(--slate);margin:0 0 25px}.contact-success .button{min-width:150px}.contact-dialog input:disabled,.contact-dialog textarea:disabled{opacity:.75}.form-status:not(:empty){border-left:3px solid var(--ink);padding:10px 0 10px 14px}

/* Optional software checklist: familiar categories, plain examples. */
.software-fieldset{border:0;padding:0;margin:2px 0 0;min-width:0}.software-fieldset legend{font-size:15px;font-weight:500;line-height:1.45;padding:0}.software-fieldset legend>span{font-size:12px;font-weight:400;color:var(--slate)}.software-fieldset>p{font-size:14px;line-height:1.5;color:var(--slate);margin:7px 0 13px}.software-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-dialog .tool-option{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--rule);padding:12px;cursor:pointer;min-width:0;min-height:76px;border-radius:2px}.contact-dialog .tool-option:hover{border-color:var(--violet)}.contact-dialog .tool-option:has(input:checked){border-color:var(--violet);box-shadow:inset 0 0 0 1px var(--violet)}.contact-dialog .tool-option:has(input:focus-visible){outline:2px solid var(--violet);outline-offset:3px}.contact-dialog .tool-option input{appearance:auto;accent-color:var(--violet);flex:0 0 18px;width:18px;height:18px;margin:2px 0 0;padding:0}.contact-dialog .tool-option .tool-copy{display:block;min-width:0;color:var(--ink)}.tool-copy strong{display:block;font-size:14px;font-weight:500;line-height:1.4}.tool-copy small{display:block;font-size:12px;line-height:1.5;color:var(--slate);margin-top:3px}.contact-dialog #contact-tools{min-height:76px}
@media(min-width:651px){.contact-dialog{width:min(720px,calc(100% - 40px))}}
@media(max-width:480px){.software-options{grid-template-columns:1fr}.contact-dialog .tool-option{min-height:66px}}

/* Visible clipboard confirmation without shifting the email row. */
.copy-email .copied-glyph{display:none}.copy-email.is-copied .copy-glyph{display:none}.copy-email.is-copied .copied-glyph{display:block}.copy-email.is-copied{outline:2px solid var(--paper);outline-offset:3px}.closing-contact .copy-status{font-size:14px;font-weight:600;min-height:24px;line-height:1.6;color:var(--paper)}

/* Shared clipboard control in the contact popup. */
.contact-alternative .email-address{font-size:16px}.contact-alternative .email-actions{margin-top:7px}.contact-alternative .copy-status{font-size:14px;font-weight:600;line-height:1.6;min-height:24px;color:var(--ink)}.contact-alternative .copy-email.is-copied{outline-color:var(--violet)}
