/* styles.css */

:root{--ink:#173743;--muted:#50758b;--blue:#e3f2f9;--accent:#135897;--line:#dbe6eb;--paper:#fbfdfd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-weight:500}a{color:inherit;text-decoration:none}em{font-style:normal;color:var(--accent)}header,main,footer{max-width:1440px;margin:auto}header{display:flex;justify-content:space-between;align-items:center;padding:26px 5.5%;border-bottom:1px solid var(--line)}.portfolio{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.portfolio>span:last-child{color:var(--muted);font-weight:400;margin-left:10px}.monogram{display:grid;place-items:center;font:23px Georgia,serif;width:30px;height:30px;background:var(--ink);color:white;border-radius:50%;padding-bottom:4px}.header-label,.eyebrow,.chapter-index,.small-label{font-size:10px;letter-spacing:1.4px;font-weight:600}.header-label{color:var(--muted)}.eyebrow,.chapter-index{color:var(--accent)}p{color:var(--muted);font-size:16px;line-height:1.7}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;padding:65px 5.5% 60px;align-items:center}.hero h1{font-size:clamp(40px,4.4vw,62px);letter-spacing:-2.8px;line-height:1.08;margin:24px 0}.hero-copy>p{max-width:450px;font-size:17px}.hero-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:27px}.hero-tags>span{font-size:10px;padding:7px 11px;border:1px solid #dbe6eb;border-radius:20px;color:var(--muted)}.hero-art{position:relative;background:radial-gradient(ellipse at 50% 80%,#dbe6eb,transparent 70%),#e3f2f9;border:1px solid #dbe6eb;border-radius:13px;padding:62px 25px 22px;text-align:center}.logo{position:absolute;top:22px;left:23px;width:92px;height:auto}.monitor{display:block;width:100%;height:auto;margin:auto}.hero-art figcaption{font-size:11px;line-height:1.6;color:#50758b;margin-top:20px}
.design-focus{display:grid;grid-template-columns:180px 1fr;gap:35px;align-items:baseline;margin:0 5.5%;padding:27px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.design-focus p{max-width:750px;font-size:19px;line-height:1.55;color:var(--ink)}.chapter{padding:64px 5.5%}.blue{background:var(--blue)}.story-heading{display:flex;gap:23px;align-items:start;margin-bottom:32px}.story-number{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:var(--accent);color:white;flex-shrink:0;font-size:13px;margin-top:4px}.story-heading h2{font-size:39px;letter-spacing:-1.3px;line-height:1.2}.story-heading p{max-width:770px;font-size:16px;margin-top:15px;line-height:1.7}.shot{min-width:0;width:100%;margin:0}.shot+.shot{margin-top:39px}.image-title{font-size:10px;letter-spacing:1.3px;font-weight:600;color:var(--muted);margin-bottom:13px}.image-wrap{position:relative;width:100%;overflow:visible}.image-wrap>img{display:block;position:static;width:100%;max-width:100%;height:auto;object-fit:contain;border:1px solid #dbe6eb;background:white;box-shadow:0 8px 25px #17374308}.image-marker{position:absolute;transform:translate(-50%,-50%);display:grid;place-items:center;width:24px;height:24px;font-size:11px;font-weight:600;background:#135897;color:white;border-radius:50%;box-shadow:0 0 0 3px white;pointer-events:none}.image-legend{display:flex;gap:30px;flex-wrap:wrap;padding-top:15px;line-height:1.5}.image-legend>span{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink)}.image-legend b{display:grid;place-items:center;width:22px;height:22px;font-size:10px;background:var(--accent);color:white;border-radius:50%;font-weight:600;flex-shrink:0}footer{display:flex;justify-content:space-between;padding:25px 5.5%;font-size:12px;color:var(--muted);border-top:1px solid var(--line)}.skip-link{position:fixed;left:15px;top:-90px;padding:15px;background:white;z-index:10}.skip-link:focus{top:15px}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
@media(max-width:1100px){.hero{gap:25px}.hero h1{font-size:46px}.hero-copy>p{font-size:15px}.design-focus{grid-template-columns:150px 1fr;gap:25px}.story-heading h2{font-size:35px}}
@media(max-width:760px){header{padding:20px 6%}.header-label{font-size:8px;letter-spacing:.5px}.portfolio{font-size:12px}.portfolio>span:last-child{display:none}.hero{grid-template-columns:1fr;padding:38px 6%;gap:28px}.hero h1{font-size:clamp(40px,8vw,57px);letter-spacing:-2px;margin:19px 0}.hero h1 br{display:none}.hero-copy>p{max-width:100%;font-size:16px}.hero-art{padding:60px 28px 21px}.monitor{width:100%;max-width:450px}.design-focus{grid-template-columns:1fr;gap:13px;margin:0 6%;padding:25px 0}.design-focus p{font-size:17px}.chapter{padding:39px 6%}.story-heading{gap:13px;margin-bottom:25px}.story-number{width:28px;height:28px;font-size:10px;margin-top:3px}.story-heading h2{font-size:28px;letter-spacing:-.7px}.story-heading p{font-size:14px;line-height:1.65;margin-top:13px}.image-title{font-size:8px;letter-spacing:1px;margin-bottom:11px}.image-marker{width:16px;height:16px;font-size:8px;box-shadow:0 0 0 2px white}.image-legend{gap:10px;flex-direction:column;padding-top:15px}.image-legend>span{font-size:12px}.image-legend b{width:19px;height:19px;font-size:9px}.shot+.shot{margin-top:30px}footer{font-size:11px;padding:23px 6%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.process-entry{display:flex;justify-content:space-between;align-items:center;gap:35px;margin:35px 5.5% 0;padding:28px;background:#e3f2f9;border:1px solid #dbe6eb;border-radius:10px}.process-entry h2{font-size:28px;letter-spacing:-.8px;margin:12px 0}.process-entry p{max-width:650px;font-size:14px}.process-status{display:block;font-size:11px;color:var(--muted);margin-top:12px}.process-link{display:inline-block;flex-shrink:0;padding:12px 16px;background:var(--accent);color:white;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none}@media(max-width:760px){.process-entry{display:block;margin:27px 6% 0;padding:23px}.process-link{margin-top:20px}.process-entry h2{font-size:25px}}

/* story.css */
.story-context{margin:0 5.5%;padding:25px 0;border-block:1px solid var(--line);max-width:1100px}.story-context p{font-size:20px;color:var(--ink)}.story-context small{display:block;margin-top:13px;color:var(--muted);font-size:12px;line-height:1.6}.story-nav{display:flex;flex-wrap:wrap;gap:10px;padding:24px 5.5% 0}.story-nav a{border:1px solid var(--line);padding:11px 15px;border-radius:25px;font-size:12px;background:white}.story-nav a:hover{background:var(--blue)}.chapter{scroll-margin-top:15px}.reason{margin:26px 0;padding:28px;background:white;border:1px solid #dbe6eb;border-radius:12px;min-width:0}.reason-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--accent);display:flex;gap:15px;align-items:center;flex-wrap:wrap;margin-bottom:17px;font-weight:600}.reason-label>span{font-size:10px;letter-spacing:0;text-transform:none;border-radius:20px;background:#e3f2f9;padding:5px 9px;color:#135897}.reason h3{font-size:25px;line-height:1.25;letter-spacing:-.5px;margin-bottom:22px}.reason p{font-size:14px;line-height:1.65}.reason-summary{max-width:770px;margin-bottom:22px}.reason-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px}.reason-pair>.reason{margin:0}.person{display:flex;gap:15px;align-items:center;margin-bottom:20px}.person>span{display:grid;place-items:center;width:55px;height:55px;border-radius:50%;background:#dbe6eb;font-size:20px;flex-shrink:0}.need{display:grid;grid-template-columns:100px 1fr;gap:16px;border-top:1px solid var(--line);padding-top:12px;margin-top:12px}.need>b{font-size:13px}.empathy-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.empathy-grid>div{padding:15px;background:#e3f2f9;border-radius:7px}.empathy-grid b{font-size:12px;color:var(--accent);display:block;margin-bottom:6px}.journey-line,.task-line{padding:0;margin:0;list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.journey-line li{border-top:3px solid #879eac;padding:14px 8px}.journey-line b,.journey-line span,.journey-line em{display:block;font-size:14px}.journey-line span{margin:12px 0;color:var(--muted);font-size:12px}.journey-line em{font-size:12px}.site-map{text-align:center}.site-parent,.site-destination{display:inline-block;padding:14px 28px;background:#e3f2f9;border:1px solid #dbe6eb;border-radius:7px;font-size:14px}.site-children{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:24px 0}.site-children>span,.site-children>b{padding:17px 10px;border:1px solid var(--line);border-top:3px solid #b8cdd8;border-radius:6px;font-size:13px;display:flex;flex-direction:column;justify-content:center}.site-children>b{background:#135897;color:white;border-color:#135897}.site-children b span{font-size:10px;font-weight:400;margin-top:8px}.support-routes{margin-top:18px}.three-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.three-cards>div{padding:20px;background:#e3f2f9;border-radius:8px}.three-cards b{display:block;font-size:15px;line-height:1.45;margin-bottom:8px}.task-line{grid-template-columns:repeat(6,1fr);counter-reset:task}.task-line li{counter-increment:task;display:flex;align-items:center;gap:9px;font-size:13px;line-height:1.4}.task-line li:before{content:counter(task);display:grid;place-items:center;width:27px;height:27px;flex-shrink:0;border-radius:50%;background:#135897;color:white;font-size:12px}.story-shot{margin-top:30px}.story-shot figcaption{font-size:14px;line-height:1.65;color:var(--muted);margin-top:14px;max-width:850px}.query-result{display:flex;align-items:center;gap:23px;padding:24px;background:white;border:1px solid var(--line);border-radius:10px;flex-wrap:wrap}.query-result small{display:block;font-size:9px;letter-spacing:1px;margin-bottom:9px;color:var(--muted)}.query-result strong{font-size:20px;font-weight:500}.flow-origin{width:fit-content;margin:0 auto 20px;padding:14px 25px;border:1px solid #b8cdd8;border-radius:8px;background:#e3f2f9}.branch-flow .three-cards>div{border-top:3px solid #b8cdd8}.flow-status{display:block;font-size:11px;color:#815522;margin-bottom:15px}.flow-status.success{color:#135897}.design-cues>div>span{display:inline-block;margin-bottom:24px;font-size:14px}.sample-action{background:#135897;color:white;border-radius:6px;padding:12px 18px}.sample-match{background:#dbe6eb;padding:10px 18px;color:#173743}.sample-error{color:#a32936;border-bottom:2px solid #a32936;padding:10px 0}.system-rules{margin-top:22px}.blueprint-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.blueprint-grid>div{display:grid;grid-template-rows:40px repeat(3,minmax(55px,auto));font-size:14px}.blueprint-grid small{font-size:9px;letter-spacing:.6px;color:var(--muted)}.blueprint-grid b,.blueprint-grid span{padding:14px 12px;border-bottom:1px solid var(--line);background:#fbfdfd;font-size:13px;line-height:1.5}.blueprint-grid>div:last-child{border-left:2px dashed #b8cdd8;padding-left:15px}.reason .micro-note{font-size:12px;margin-top:19px}.help-connection{margin-top:45px}.help-connection h3{font-size:26px;margin-bottom:12px}.prototype-story{display:grid;grid-template-columns:1fr 1fr .7fr;gap:20px;align-items:center}.prototype-story small{display:block;font-size:9px;color:var(--muted);letter-spacing:.7px;margin-bottom:18px}.proto-input>span{display:block;border:1px solid #b8cdd8;padding:13px;margin:10px 0;border-radius:6px;font-size:12px}.proto-input b{display:block;font-size:14px;margin-top:7px;overflow-wrap:anywhere}.proto-output{background:#e3f2f9;border-radius:8px;padding:20px}.proto-output ul{list-style:none;margin:0;padding:0}.proto-output li{padding:6px 0;font-size:14px}.proto-output b{color:#135897}.proto-download strong{font-size:25px;font-weight:500}.prototype-action{display:flex;align-items:center;gap:20px;margin-top:25px;flex-wrap:wrap}.prototype-action .process-link{margin-top:0}.prototype-action p{font-size:12px}.test-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.test-cards>div{border-top:2px solid #b8cdd8;padding-top:17px}.test-cards span{font-size:12px;color:var(--accent);display:block;margin-bottom:15px}.test-cards b{display:block;font-size:15px;line-height:1.4;margin-bottom:10px}.test-plan{margin-top:25px}.story-resources{display:flex;gap:20px;flex-wrap:wrap;align-items:center;font-size:13px;margin-top:35px}.story-resources a{text-decoration:underline;text-underline-offset:4px}.story-resources p{font-size:14px;color:var(--ink)}
.wireframes{display:grid;grid-template-columns:1fr 1fr;gap:20px}.wire{border:2px solid #50758b;background:#fafafa;color:#135897;font-family:Consolas,monospace;font-size:11px}.wire-top{padding:13px;border-bottom:1px solid #879eac;display:flex;justify-content:space-between;gap:10px}.wire-body{padding:20px}.wire-title{font-size:17px;font-weight:bold;margin-bottom:15px}.wire-field{border:1px solid #879eac;padding:10px;margin:8px 0 15px;background:white}.wire-field.small{font-size:10px}.wire-actions{display:flex;gap:10px}.wire-button{background:#50758b;color:white;padding:9px 15px}.wire-aside{display:grid;grid-template-columns:100px 1fr;gap:12px}.wire-result{border-bottom:1px solid #879eac;padding:10px 6px}.wire-note{font-size:12px;line-height:1.6;color:var(--muted);margin-top:12px}.wire-body p{font-size:12px}.wire-body label{display:block}
@media(max-width:1000px){.site-children{grid-template-columns:repeat(3,1fr)}.task-line{grid-template-columns:repeat(3,1fr);gap:18px}.journey-line{grid-template-columns:repeat(3,1fr)}.test-cards{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.story-context{margin:0 6%}.story-context p{font-size:17px}.story-nav{padding-inline:6%;gap:8px}.story-nav a{font-size:11px;padding:9px 12px}.reason{padding:20px;margin:22px 0}.reason h3{font-size:23px}.reason-pair,.three-cards,.wireframes,.prototype-story{grid-template-columns:1fr}.reason-pair{gap:20px}.journey-line{grid-template-columns:1fr 1fr}.site-children{grid-template-columns:1fr 1fr}.task-line{grid-template-columns:1fr 1fr}.empathy-grid{gap:10px}.empathy-grid>div{padding:12px}.need{grid-template-columns:80px 1fr;gap:10px}.blueprint-grid{gap:7px}.blueprint-grid>div{grid-template-rows:60px repeat(3,115px)}.blueprint-grid small{font-size:8px;line-height:1.5}.blueprint-grid b,.blueprint-grid span{font-size:11px;padding:10px 5px;overflow-wrap:anywhere}.blueprint-grid>div:last-child{padding-left:7px}.query-result{gap:15px;padding:19px}.query-result strong{font-size:16px}.query-result>span:last-of-type{display:none}.query-result>div:last-child{width:100%;border-top:1px solid var(--line);padding-top:15px}.story-shot figcaption{font-size:13px}.story-resources{gap:15px}.story-resources p{width:100%}.prototype-action{gap:12px}.wire-aside{grid-template-columns:85px 1fr;gap:8px}.wire-body{padding:14px}}

/* visual-story.css */
.v-icon{width:36px;height:39px;flex-shrink:0;color:#135897}.reason h3{margin-bottom:24px}.research-scene{display:block;width:100%;height:auto;max-height:240px}.visual-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:18px}.visual-tags span{font-size:12px;background:#e3f2f9;border-radius:20px;padding:8px 12px}.empathy-orbit{display:grid;grid-template-columns:1fr 1fr;gap:22px;position:relative;margin-top:16px;min-height:260px}.empathy-orbit>div{padding:25px 20px;background:#e3f2f9;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:12px}.empathy-orbit>div:nth-child(2){background:#f6f0df}.empathy-orbit>div:nth-last-child(2){background:#e3f2f9}.empathy-orbit>div:last-child{background:#e3f2f9}.empathy-orbit small{font-size:10px;letter-spacing:1px;color:#50758b}.empathy-orbit b{font-size:16px;font-weight:500}.orbit-user{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:65px;height:65px;background:white;border:6px solid white;border-radius:50%}.visual-journey{display:grid;grid-template-columns:repeat(5,1fr);gap:28px;list-style:none;padding:0;margin:35px 0 10px}.visual-journey li{position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.visual-journey li:not(:last-child):after{content:'→';position:absolute;right:-23px;top:15px;color:#879eac;font-size:23px}.visual-journey .v-icon{background:#e3f2f9;padding:14px;width:74px;height:74px;border-radius:20px}.visual-journey b{font-size:16px}.visual-journey small{font-size:12px;color:var(--muted)}.map-home{display:flex;justify-content:center;align-items:center;gap:14px;width:fit-content;margin:auto;padding:15px 25px;background:#e3f2f9;border-radius:10px;position:relative}.map-home:after{content:'';height:25px;border-left:2px solid #b8cdd8;position:absolute;top:100%;left:50%}.visual-sitemap{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin:25px 0 20px;border-top:2px solid #b8cdd8;padding-top:20px}.visual-sitemap>div{position:relative;display:flex;flex-direction:column;align-items:center;gap:15px;background:#e3f2f9;border-radius:10px;padding:22px 12px}.visual-sitemap>div:before{content:'';position:absolute;height:20px;bottom:100%;border-left:2px solid #b8cdd8}.visual-sitemap b{font-size:13px}.visual-sitemap .active-route{background:#135897;color:white}.active-route .v-icon{color:white}.route-caption{text-align:center;color:#135897;display:flex;justify-content:center;gap:12px;align-items:center;font-size:14px}.route-caption span{padding:10px 18px;border:1px solid #b8cdd8;border-radius:8px}.architecture-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.architecture-visual>div> b,.architecture-visual>div>small{display:block;text-align:center;margin-top:14px}.architecture-visual small{font-size:12px;color:var(--muted)}.mini-window{padding:18px;background:#fbfdfd;border:1px solid #b8cdd8;border-radius:10px;min-width:0}.architecture-visual .mini-window{height:196px}.mini-top{display:block;width:100%;height:12px;border-radius:3px;background:#dbe6eb;margin-bottom:15px}.mini-field{border:1px solid #b8cdd8;border-radius:4px;background:white;padding:10px;margin-bottom:9px;font-size:12px;overflow-wrap:anywhere}.mini-button{display:inline-block;padding:8px 15px;border-radius:5px;background:#135897;color:white;font-size:12px}.mini-row{padding:10px 5px;border-bottom:1px solid #dbe6eb;font-size:12px;display:flex;justify-content:space-between;gap:8px}.mini-row mark{background:#dbe6eb;padding:0 4px}.mini-row.faded{color:#50758b}.mini-row.selected{background:#e3f2f9;color:#173743}.tool-icons{display:flex;justify-content:space-around;align-items:center;height:125px;gap:10px}.task-storyboard{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.task-storyboard>div{min-width:0;position:relative}.task-storyboard>div>small{display:block;font-size:10px;letter-spacing:1px;margin-bottom:12px;color:#50758b}.task-storyboard .mini-window{height:175px}.task-storyboard>div:not(:last-child):after{content:'→';position:absolute;right:-19px;top:105px;color:#135897}.file-visual{display:flex;flex-direction:column;align-items:center;gap:12px;padding:13px 0}.file-visual small{font-size:11px;color:var(--muted)}.file-visual b{font-size:14px}.flow-start{width:fit-content;margin:auto;display:flex;align-items:center;gap:12px;padding:14px 26px;background:#e3f2f9;border-radius:10px}.flow-branches{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:24px;border-top:2px solid #b8cdd8;padding-top:22px}.flow-branches>div{position:relative;display:flex;flex-direction:column;align-items:center;gap:13px;background:#fbfdfd;border-radius:10px;padding:24px 15px;font-size:14px}.flow-branches>div:before{content:'';border-left:2px solid #b8cdd8;height:22px;position:absolute;bottom:100%}.state-symbol{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#f5e7cd;font-size:23px;color:#815820}.state-symbol.good{background:#dbe6eb;color:#135897}.branch-arrow{font-size:23px;color:#b8cdd8}.flow-branches small{font-size:11px;color:var(--muted)}.visual-system{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.visual-system>div{padding:30px 20px;background:#e3f2f9;display:flex;align-items:center;flex-direction:column;border-radius:10px;gap:12px}.visual-system>div>span{min-height:44px;margin-bottom:10px}.visual-system b{font-size:14px}.visual-system small{font-size:11px;color:var(--muted)}.system-specimens{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:22px;margin-top:30px;font-size:12px}.system-specimens>div{display:flex;align-items:center;gap:12px}.system-specimens strong{font-size:40px;font-weight:500}.space-specimen span{height:24px;background:#b8cdd8}.space-specimen{flex-wrap:wrap}.space-specimen small{font-size:10px}.focus-specimen{outline:3px solid #135897;outline-offset:4px;padding:10px;border-radius:3px}.size-specimen{border-block:1px dashed #879eac;height:44px}.service-visual{display:grid;grid-template-columns:140px repeat(3,1fr);gap:20px}.service-column{display:grid;justify-items:center;align-items:center;grid-template-rows:45px 35px 28px 55px 25px 45px 50px;text-align:center;font-size:14px;background:#fbfdfd;border-radius:10px;padding:15px}.service-labels{display:grid;grid-template-rows:108px 80px 110px;align-items:center;font-size:10px;color:#50758b;letter-spacing:.8px;padding-top:15px}.service-divider{border-top:2px dashed #b8cdd8;width:100%}.service-arrow{color:#879eac;font-size:22px}.visual-tests{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.visual-tests>div{background:#e3f2f9;border-radius:10px;padding:25px 18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px}.visual-tests b{font-size:14px}.test-empty{font-size:12px;color:#50758b}.testing-stats{display:flex;gap:35px;flex-wrap:wrap;margin-top:28px;justify-content:center}.testing-stats>span{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:10px}.testing-stats strong{font-size:29px;font-weight:500;color:var(--ink)}.story-shot figcaption .image-legend{padding-top:0}.story-shot figcaption p{font-size:12px;margin-top:10px}.story-heading h2{font-size:44px}.story-heading p{font-size:15px}.reason{box-shadow:0 5px 25px #17374304}
@media(max-width:900px){.visual-sitemap{grid-template-columns:repeat(3,1fr)}.task-storyboard{grid-template-columns:repeat(2,1fr)}.task-storyboard>div:nth-child(2):after{display:none}.architecture-visual{gap:12px}.service-visual{grid-template-columns:95px repeat(3,1fr);gap:10px}.visual-tests{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.story-heading h2{font-size:32px}.reason h3{font-size:23px}.visual-journey{grid-template-columns:1fr;gap:20px;margin:10px 0}.visual-journey li{display:grid;grid-template-columns:60px 1fr;text-align:left;gap:4px 18px;justify-items:start}.visual-journey .v-icon{grid-row:span 2;width:60px;height:60px;padding:13px}.visual-journey li:not(:last-child):after{content:'↓';right:auto;left:22px;top:57px;font-size:19px}.visual-journey small{font-size:12px}.empathy-orbit{gap:18px;min-height:260px}.empathy-orbit>div{padding:18px 12px}.empathy-orbit b{font-size:14px;line-height:1.5}.orbit-user{width:53px;height:53px}.visual-sitemap{grid-template-columns:repeat(2,1fr)}.route-caption{gap:6px;font-size:12px}.route-caption span{padding:9px}.architecture-visual{grid-template-columns:1fr;gap:25px}.architecture-visual .mini-window{height:auto;min-height:160px}.task-storyboard{gap:25px 18px}.task-storyboard .mini-window{padding:10px;height:177px}.mini-field{font-size:10px;padding:9px 6px}.mini-row{font-size:10px;gap:3px}.task-storyboard>div>small{font-size:9px;letter-spacing:.5px}.task-storyboard>div:not(:last-child):after{right:-16px}.flow-branches{grid-template-columns:1fr;gap:20px;border:0;padding:0}.flow-branches>div:before{height:20px}.visual-system{grid-template-columns:1fr;gap:15px}.visual-system>div{display:grid;grid-template-columns:1fr 1fr;gap:8px 15px;padding:23px 17px}.visual-system>div>span{grid-row:span 2;margin:0;font-size:12px;text-align:center}.visual-system b,.visual-system small{text-align:left}.service-visual{grid-template-columns:1fr;gap:12px}.service-labels{display:none}.service-column{grid-template-columns:32px 1fr;grid-template-rows:auto;gap:12px;text-align:left;justify-items:start;padding:20px}.service-column>.v-icon{width:28px;height:30px}.service-column>.service-arrow{grid-column:1;justify-self:center}.service-column>.service-divider{grid-column:span 2}.service-column>span:last-child:before{content:'Backstage · ';font-size:10px;color:#50758b}.visual-tests{gap:12px}.visual-tests>div{padding:22px 12px}.visual-tests b{font-size:13px}.testing-stats{justify-content:flex-start;gap:16px}.testing-stats>span{width:100%}.visual-tags span{font-size:11px}.system-specimens{justify-content:space-between}.image-legend{flex-direction:row;gap:16px}}

/* ux-boards.css */
.reason-pair{grid-template-columns:1fr}.ux-board{background:#fff}.ux-board h4{margin:0;font-size:13px;font-weight:600}.ux-board .board-note{font-size:12px;line-height:1.6;margin:16px 0;color:#50758b}.board-scroll{overflow:auto;width:100%;border:1px solid #dbe6eb;border-radius:7px}.board-scroll:focus-visible{outline:3px solid #135897;outline-offset:4px}.ux-matrix{width:100%;border-collapse:collapse;font-size:13px;min-width:720px;line-height:1.5}.ux-matrix th,.ux-matrix td{padding:17px 15px;text-align:left;vertical-align:top;border-right:1px solid #dbe6eb;border-bottom:1px solid #dbe6eb}.ux-matrix thead th{background:#173743;color:white;font-weight:500}.ux-matrix tbody th{background:#e3f2f9;font-weight:600;min-width:140px;max-width:210px}.ux-matrix tbody tr:last-child>*{border-bottom:0}.ux-matrix tr>*:last-child{border-right:0}.ux-matrix tbody tr:nth-child(even) td{background:#fbfdfd}.persona-board{display:grid;grid-template-columns:.8fr 1.5fr;gap:25px}.persona-core{background:#e3f2f9;border-radius:8px;padding:25px}.board-kicker{font-size:10px;letter-spacing:1px;color:#135897}.persona-core>strong{display:block;font-size:27px;font-weight:500;margin:17px 0}.persona-job{border-top:1px solid #b8cdd8;margin-top:25px;padding-top:20px}.persona-job small{font-size:10px;letter-spacing:1px}.persona-job p{margin-top:12px}.persona-facts{display:grid;grid-template-columns:1fr 1fr;margin:0;gap:20px}.persona-facts>div{padding:20px;background:#fbfdfd;border-left:3px solid #b8cdd8}.persona-facts dt{font-weight:600;font-size:13px;margin-bottom:12px}.persona-facts dd{margin:0;font-size:14px;line-height:1.85;color:#50758b}.empathy-board{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#b8cdd8;border:1px solid #b8cdd8}.empathy-board>div{background:#fbfdfd;padding:24px}.empathy-board h4{font-size:11px;letter-spacing:.5px;margin-bottom:18px}.sticky{display:inline-block;padding:19px 15px;margin:0 10px 10px 0;background:#dbe6eb;box-shadow:2px 3px 0 #17374310;max-width:185px;font-size:14px;line-height:1.5;vertical-align:top;min-height:75px}.empathy-board>div:nth-child(2) .sticky{background:#e3f2f9}.empathy-board>div:nth-child(3) .sticky{background:#dbe6eb}.empathy-board>div:nth-child(4) .sticky{background:#e3f2f9}.pain-gain{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px;font-size:13px}.pain-gain b{font-size:10px;display:block;margin-bottom:7px;color:#135897}.sitemap-board{padding:25px;background:radial-gradient(#dbe6eb 1px,transparent 1px);background-size:18px 18px}.tree-home{background:#173743;color:white;padding:14px 30px;width:fit-content;margin:0 auto 35px;border-radius:6px;position:relative}.tree-home:after{content:'';height:35px;border-left:2px solid #879eac;position:absolute;top:100%;left:50%}.page-tree{list-style:none;padding:22px 0 0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;border-top:2px solid #879eac}.page-tree>li>b{display:block;padding:12px;background:#e3f2f9;border:1px solid #b8cdd8;border-radius:5px;position:relative;font-size:14px}.page-tree>li>b:before{content:'';height:22px;border-left:2px solid #879eac;position:absolute;bottom:100%;left:25px}.page-tree ul{list-style:none;border-left:1px solid #b8cdd8;margin:14px 0 0 15px;padding:0 0 0 15px}.page-tree ul li{font-size:12px;padding:8px 5px;position:relative;background:#ffffffd9;margin:5px 0}.page-tree ul li:before{content:'';position:absolute;width:15px;border-top:1px solid #b8cdd8;left:-15px;top:16px}.diagram-board{background:radial-gradient(#dbe6eb 1px,transparent 1px);background-size:18px 18px;padding:20px}.diagram-board img{display:block;width:100%;height:auto;min-width:720px}.shape-key{display:flex;gap:20px;flex-wrap:wrap;align-items:center;font-size:11px;margin-top:20px;color:#50758b}.shape-key span{padding:8px 13px}.key-terminal{border:1px solid #879eac;border-radius:25px;background:#e3f2f9}.key-process{border:1px solid #879eac;border-radius:4px}.key-decision{background:#fff2d5}.task-contract{display:flex;gap:25px;flex-wrap:wrap;font-size:12px;margin-bottom:25px}.task-contract b{font-size:10px;color:#135897;margin-right:8px}.connected-task{display:grid;grid-template-columns:repeat(6,1fr);gap:23px;list-style:none;padding:0;margin:0;counter-reset:step}.connected-task li{position:relative;border:1px solid #879eac;border-radius:6px;padding:18px 12px;font-size:13px;line-height:1.5;background:#fbfdfd;counter-increment:step}.connected-task li:before{content:counter(step);display:block;color:#135897;font-size:11px;margin-bottom:9px}.connected-task li:not(:last-child):after{content:'→';position:absolute;left:100%;top:40%;width:23px;text-align:center;color:#135897}.annotated-wires{display:grid;grid-template-columns:1fr 1fr;gap:25px}.lofi-screen{border:2px solid #777;background:#fafafa;font-family:Consolas,monospace;min-height:340px;color:#444}.lofi-nav{padding:13px;border-bottom:1px solid #999;display:flex;justify-content:space-between;font-size:12px;gap:10px}.lofi-nav span{font-size:10px}.lofi-content{padding:20px}.lofi-content h4,.lofi-results h4{font-size:18px;margin-bottom:20px}.lofi-field{margin-bottom:17px;font-size:11px;position:relative}.lofi-field i{display:block;border:1px solid #999;background:white;font-style:normal;padding:10px;margin-top:6px;color:#888}.lofi-field>b{float:right}.lofi-help{font-size:11px;border:1px dashed #999;padding:10px}.lofi-submit{padding:10px 25px;width:fit-content;background:#62686d;color:white;margin:17px 0 0 auto;font-size:12px}.annotated-wires b{display:inline-grid;place-items:center;background:#555;color:white;border-radius:50%;width:20px;height:20px;font-size:10px}.lofi-results{padding:20px;display:grid;grid-template-columns:100px 1fr;gap:15px}.lofi-results aside{border:1px solid #999;background:#eee;padding:10px;font-size:10px}.lofi-results aside>*{display:block;margin-bottom:14px}.lofi-row{padding:12px 4px;border-bottom:1px solid #aaa;font-size:11px}.lofi-export{margin-top:18px;font-size:10px}.annotated-wires figcaption{font-size:12px;line-height:2;margin-top:12px}.annotated-wires figcaption b{margin-right:5px}.annotated-wires figcaption b:not(:first-child){margin-left:12px}.system-foundations{display:grid;grid-template-columns:.8fr 1.3fr 1fr;gap:25px;margin-bottom:25px}.system-foundations>div{display:flex;flex-direction:column;gap:12px;padding:18px;background:#fbfdfd;border-radius:7px;font-size:12px}.system-foundations small{font-size:10px;letter-spacing:.5px}.system-foundations strong{font-size:40px;font-weight:500}.token-swatches{display:flex;gap:12px}.token-swatches span{font-size:10px}.token-swatches span:before{content:'';display:block;width:36px;height:36px;background:var(--swatch);border-radius:5px;margin-bottom:7px}.ds-button{display:inline-flex;align-items:center;min-height:44px;padding:10px 15px;border-radius:6px;background:#135897;color:white;font-size:12px}.ds-disabled{background:#dbe6eb;color:#50758b}.ds-focus{outline:3px solid #135897;outline-offset:4px}.ds-field{display:block;background:white;border:1px solid #879eac;padding:11px;border-radius:6px;font-size:12px}.ds-error{border-color:#a32936;color:#a32936}.ds-check{display:inline-block;font-size:22px;color:#135897}.ux-matrix mark{background:#dbe6eb;padding:3px 7px}.study-strip,.study-method{display:flex;gap:30px;flex-wrap:wrap;padding:18px 0 25px;font-size:13px}.study-strip b{font-size:25px;color:#135897;margin-right:8px}.study-method{padding-bottom:0}.study-method b{display:block;font-size:11px;color:#135897;margin-bottom:7px}.board-download{display:inline-block;font-size:13px;color:#135897;text-decoration:underline;text-underline-offset:4px;margin-top:12px}.live-prototype{display:block;width:100%;height:950px;border:1px solid #b8cdd8;border-radius:8px;background:#fbfdfd;margin-top:20px}
@media(max-width:950px){.connected-task{grid-template-columns:repeat(3,1fr)}.connected-task li:nth-child(3):after{content:'↓';top:100%;left:50%;height:23px}.system-foundations{grid-template-columns:1fr 1fr}.page-tree{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.persona-board,.persona-facts,.empathy-board,.pain-gain,.annotated-wires,.system-foundations{grid-template-columns:1fr}.persona-core{padding:20px}.persona-core>strong{font-size:24px}.persona-facts{gap:12px}.empathy-board>div{padding:18px}.sticky{max-width:none;width:100%;margin-right:0;min-height:0}.connected-task{grid-template-columns:1fr;gap:23px}.connected-task li:not(:last-child):after{content:'↓';top:100%;left:50%;height:23px}.connected-task li{display:flex;align-items:center;gap:15px;padding:14px}.connected-task li:before{margin-bottom:0}.sitemap-board{padding:18px 12px}.page-tree{grid-template-columns:1fr}.page-tree>li>b:before{display:none}.page-tree ul{margin-left:9px;padding-left:12px}.page-tree ul li{font-size:13px}.lofi-results{padding:14px;grid-template-columns:80px 1fr;gap:10px}.lofi-content{padding:15px}.lofi-nav{font-size:10px;padding:10px}.lofi-results h4{font-size:16px}.lofi-row{font-size:10px}.ux-matrix{font-size:12px}.ux-matrix th,.ux-matrix td{padding:14px 12px}.diagram-board{padding:10px}.shape-key{gap:8px}.shape-key span{font-size:10px;padding:7px}.live-prototype{height:1100px}.study-strip{gap:17px}.study-strip span{width:100%}.board-scroll:before{content:'Scroll horizontally to explore the full board →';display:block;position:sticky;left:0;padding:10px;background:#e3f2f9;color:#135897;font-size:10px;max-width:100%}}

@media(min-width:601px) and (max-width:950px){.connected-task{grid-template-columns:1fr}.connected-task li:not(:last-child):after{content:"\2193";top:100%;left:50%;height:23px}.connected-task li{display:flex;align-items:center;gap:15px;padding:14px}.connected-task li:before{margin-bottom:0}}

/* experience.css */
:root{--paper:#e3f2f9;--ink:#173743;--accent:#135897;--muted:#50758b;--line:#dbe6eb}body{background:var(--paper)}header{background:#173743;color:#e3f2f9;border:0;max-width:none;padding-inline:max(5.5%,calc((100vw - 1280px)/2))}.header-label{color:#b8cdd8}.portfolio>span:last-child{color:#b8cdd8}.monogram{background:#b8cdd8;color:#173743}.hero{background:#173743;color:#e3f2f9;max-width:none;position:relative;padding-top:65px;padding-bottom:75px;overflow:hidden;gap:55px}.hero:before{content:'';position:absolute;width:520px;height:520px;border:1px solid #135897;border-radius:50%;right:-160px;top:-150px;pointer-events:none}.hero .eyebrow{color:#b8cdd8;letter-spacing:2px}.hero h1{font-size:clamp(48px,5.5vw,78px);letter-spacing:-3px;line-height:1.04;position:relative}.hero em{color:#b8cdd8}.hero-copy>p{color:#b8cdd8;font-size:17px;max-width:430px}.hero-art{background:#dbe6eb;border:0;border-radius:45% 45% 16px 16px;transform:rotate(-3deg);box-shadow:15px 18px 0 #173743}.hero-art .monitor{transform:rotate(3deg)}.hero-art figcaption{color:#135897;transform:rotate(3deg);font-size:10px}.hero-actions{display:flex;gap:20px;flex-wrap:wrap;align-items:center;margin-top:28px}.experience-button{display:inline-flex;justify-content:center;align-items:center;gap:20px;border:0;background:#b8cdd8;color:#173743;min-height:46px;border-radius:8px;padding:13px 19px;font:600 13px "Segoe UI",Arial,sans-serif;cursor:pointer;text-decoration:none;transition:background .18s,transform .18s}.experience-button:hover{background:#b8cdd8;transform:translateY(-2px)}.experience-button:disabled{background:#dbe6eb;color:#50758b;cursor:default;transform:none}.hero-actions>a:last-child{font-size:12px;color:#f4f4f4}.hero-disciplines{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.hero-disciplines span{font-size:10px;color:#b8cdd8;padding-left:10px;border-left:2px solid #879eac}.live-lab{margin:45px 5.5%;border-radius:18px;background:#fff;border:1px solid #dbe6eb;overflow:hidden;box-shadow:0 20px 60px #1737430a;scroll-margin-top:80px}.lab-intro{padding:30px 35px;display:grid;grid-template-columns:1.2fr 1fr;gap:35px;background:#e3f2f9;border-bottom:0;align-items:center}.lab-eyebrow{font-size:9px;letter-spacing:1.5px;color:#135897;font-weight:700}.lab-intro h2{font-size:34px;letter-spacing:-1px;line-height:1.12;margin-top:12px}.lab-intro p{font-size:14px;max-width:350px}.lab-intro small{display:block;font-size:10px;margin-top:13px;color:#50758b}.lab-workspace{display:grid;grid-template-columns:.8fr 1.35fr}.lab-workspace form{padding:30px;border-right:1px solid #dbe6eb;background:#fbfdfd;min-width:0}.lab-step{display:flex;gap:12px;align-items:center;font-size:14px;margin-bottom:24px}.lab-step>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#173743;color:#e3f2f9;font-size:11px}.lab-workspace form>label{display:block;font-size:12px;font-weight:600;margin:20px 0 8px}.lab-workspace form>input{display:block;width:100%;min-height:46px;border:1px solid #b8cdd8;background:white;border-radius:7px;padding:12px;font:14px "Segoe UI",Arial,sans-serif;color:#173743}.lab-workspace .lab-hint{font-size:12px;margin-top:17px;line-height:1.6}.lab-form-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:23px;align-items:center}.text-button{font:12px "Segoe UI",Arial,sans-serif;padding:8px 0;color:#135897;background:none;border:0;text-decoration:underline;cursor:pointer}.lab-results{padding:30px;min-width:0}.lab-results-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.lab-count{font-size:12px;background:#e3f2f9;border-radius:20px;padding:7px 12px;white-space:nowrap}.lab-query{font-size:11px;color:#135897;padding:9px 12px;background:#e3f2f9;border-radius:5px;overflow-wrap:anywhere}.lab-controls{display:flex;gap:20px;flex-wrap:wrap;margin:20px 0;font-size:11px}.lab-controls label{display:flex;align-items:center;gap:7px;min-height:30px;cursor:pointer}.lab-controls input,.lab-table input{accent-color:#135897;width:17px;height:17px;cursor:pointer}.lab-table-wrap{overflow:auto}.lab-table{width:100%;border-collapse:collapse;font-size:12px}.lab-table thead th{font-size:10px;color:#50758b;font-weight:500;border-bottom:1px solid #dbe6eb;text-align:left;padding:8px}.lab-table tbody td,.lab-table tbody th{padding:12px 8px;border-bottom:1px solid #f4f4f4;text-align:left;font-weight:400}.lab-table mark{display:inline-block;margin:2px 5px 2px 0;background:#dbe6eb;padding:3px 6px;border-radius:3px;font-size:10px}.lab-table.no-highlight mark{background:transparent}.lab-table tr.is-selected{background:#e3f2f9}.lab-export{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:23px}.lab-export>span{font-size:12px;font-weight:600}.lab-results .lab-status{font-size:11px;line-height:1.5;margin-top:14px;min-height:33px}.lab-takeaway{display:flex;align-items:center;gap:25px;padding:18px 30px;border-top:1px solid #dbe6eb}.lab-takeaway>span{font-size:9px;font-weight:700;color:#135897;letter-spacing:1px}.lab-takeaway p{font-size:13px;color:#173743}#lab-error{font-size:12px;color:#a32936;margin-top:15px}#lab-empty{padding:45px 20px;background:#faf4e8;margin-top:20px;border-radius:8px}#lab-empty p{font-size:12px;margin-top:10px}.story-context{border:0}.story-context p{font-size:25px;letter-spacing:-.5px}.story-nav{position:sticky;top:0;z-index:8;background:#e3f2f9f5;backdrop-filter:blur(12px);padding:12px 5.5%;border-block:1px solid #dbe6eb;gap:7px}.story-nav a{background:transparent;border-color:transparent;padding:10px 12px;font-size:11px}.story-nav a[aria-current]{background:#173743;color:white}.chapter{scroll-margin-top:90px;padding-top:55px}.story-heading{border-bottom:0;padding-bottom:27px}.story-number{background:#173743;color:#b8cdd8}.story-heading h2{font-size:40px;letter-spacing:-1.4px}.chapter.blue{background:#f4f4f4}.ux-board{border-radius:13px;border:1px solid #dbe6eb;padding:28px;margin:23px 0;box-shadow:none}.ux-board h3{font-size:25px;letter-spacing:-.6px}.reason-label{font-size:9px;letter-spacing:1.2px;color:#135897}.reason-label>span{background:#f3ecd9;color:#135897;font-size:9px}.board-controls{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 23px;align-items:center}.board-controls>span{font-size:9px;letter-spacing:1px;margin-right:10px;color:#50758b}.board-controls button{background:#f4f4f4;color:#135897;border:1px solid #dbe6eb;border-radius:25px;padding:10px 14px;min-height:40px;font-size:11px;cursor:pointer}.board-controls button[aria-pressed=true]{background:#173743;color:#dbe6eb;border-color:#173743}.ux-matrix .stage-focus{background:#dbe6eb!important;box-shadow:inset 2px 0 #879eac,inset -2px 0 #879eac;color:#173743}.ux-matrix thead .stage-focus{background:#135897!important;color:white}.trace-flow{display:block;width:100%;min-width:720px;height:auto}.trace-flow .path-active{stroke:#c55632;stroke-width:4}.trace-flow .path-secondary{opacity:.35}.styled-wires .lofi-screen{font-family:"Segoe UI",Arial,sans-serif;border-color:#879eac;border-radius:10px;overflow:hidden;background:white;color:#173743;box-shadow:0 10px 25px #17374312}.styled-wires .lofi-nav{background:#173743;color:white;border-color:#173743}.styled-wires .lofi-field i{border-radius:6px;border-color:#b8cdd8;background:#fbfdfd}.styled-wires .lofi-submit{background:#135897;border-radius:6px}.styled-wires .lofi-help{background:#e3f2f9;color:#135897;border:0;border-radius:6px}.styled-wires .lofi-results aside{background:#e3f2f9;border:0;border-radius:6px}.styled-wires .lofi-row{background:#fbfdfd;border-color:#dbe6eb}.styled-wires .lofi-export{background:#e3f2f9;padding:10px;border-radius:6px}.inspect-screen{display:inline-flex;align-items:center;border:1px solid #b8cdd8;border-radius:20px;background:white;padding:10px 16px;margin-top:15px;font-size:11px;color:#135897;cursor:pointer}.inspect-screen:hover{background:#dbe6eb}.shot .image-wrap>img{border-radius:9px;box-shadow:0 15px 40px #1737430c}.image-marker{background:#ba4b2d}.image-legend b{background:#ba4b2d}.persona-core{background:#dbe6eb}.persona-facts>div{border-left-color:#b8cdd8;background:#e3f2f9}.empathy-board{border:0;gap:16px;background:none}.empathy-board>div{border-radius:10px;background:#e3f2f9}.sticky{transform:rotate(-1deg);box-shadow:3px 5px 10px #17374312;border-radius:1px}.sticky:nth-child(odd){transform:rotate(1deg)}.ux-matrix thead th{background:#173743}.board-scroll{border-color:#dbe6eb}.study-strip{background:#e3f2f9;padding:22px;border-radius:10px;margin-bottom:20px}.study-strip b{color:#135897}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid #135897;outline-offset:4px}#screen-dialog{width:min(1450px,96vw);max-height:94vh;padding:20px;border:0;border-radius:14px;background:#fbfdfd;color:#173743}#screen-dialog::backdrop{background:#001358ce;backdrop-filter:blur(5px)}.dialog-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.dialog-toolbar h2{font-size:13px;letter-spacing:.5px}.dialog-toolbar button{padding:11px 17px;border:1px solid #b8cdd8;border-radius:20px;background:white;cursor:pointer}.dialog-image{overflow:auto}.dialog-image img{display:block;width:100%;min-width:950px;height:auto}#screen-caption{font-size:12px;margin-top:17px}.story-resources{padding:25px;background:#173743;border-radius:10px;color:#e3f2f9}.story-resources p{color:#b8cdd8}.story-resources a{color:#e3f2f9}[hidden]{display:none!important}
@media(max-width:1000px){.hero{gap:35px}.hero h1{font-size:55px}.lab-workspace{grid-template-columns:1fr 1.25fr}.lab-results,.lab-workspace form{padding:23px}.story-nav a{font-size:10px;padding:9px 8px}}
@media(max-width:760px){.hero{padding:38px 6% 45px;grid-template-columns:1fr}.hero h1{font-size:54px;letter-spacing:-2.5px}.hero h1 br{display:block}.hero-art{margin:10px 6%;padding-top:50px;box-shadow:9px 10px 0 #173743}.hero-art .monitor{max-width:330px}.hero-copy>p{font-size:15px}.hero-actions{gap:16px}.hero-disciplines{margin-top:20px}.live-lab{margin:28px 6%;border-radius:12px}.lab-intro{grid-template-columns:1fr;padding:24px;gap:15px}.lab-intro h2{font-size:29px}.lab-intro h2 br{display:none}.lab-intro p{font-size:13px}.lab-workspace{grid-template-columns:1fr}.lab-workspace form{border-right:0;border-bottom:1px solid #dbe6eb}.lab-results,.lab-workspace form{padding:22px}.lab-results-head{gap:7px}.lab-step{font-size:12px;margin-bottom:20px;gap:8px}.lab-count{font-size:10px;padding:7px 10px}.lab-table mark{font-size:9px;overflow-wrap:anywhere}.lab-table tbody td,.lab-table tbody th{padding:10px 5px;font-size:11px}.lab-table thead th{font-size:9px;padding:7px 4px}.lab-export{align-items:flex-start;flex-direction:column}.lab-export .experience-button{width:100%}.lab-takeaway{display:block;padding:20px 22px}.lab-takeaway p{font-size:13px;margin-top:7px}.story-context p{font-size:21px}.story-context small{font-size:11px}.story-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:8px 4%}.story-nav a{font-size:9px;text-align:center;padding:8px 4px;white-space:nowrap}.chapter{padding-top:35px;scroll-margin-top:100px}.story-heading h2{font-size:30px}.story-heading p{font-size:13px}.ux-board{padding:20px}.ux-board h3{font-size:23px}.board-controls{gap:7px}.board-controls>span{width:100%;margin-bottom:5px}.board-controls button{padding:9px 12px;font-size:10px}.empathy-board{gap:12px}.dialog-toolbar h2{font-size:10px}.dialog-toolbar button{font-size:11px;white-space:nowrap}.story-resources{padding:20px}.hero-actions .experience-button{font-size:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.experience-button:hover{transform:none}}

/* editorial.css */
:root{--paper:#e3f2f9;--ink:#001358;--accent:#879eac;--muted:#5c6564;--line:#dbe6eb}body{background:var(--paper)}main{max-width:1600px}header{background:#e3f2f9;color:#001358;border-bottom:1px solid #dbe6eb;padding-top:20px;padding-bottom:20px}.header-label,.portfolio>span:last-child{color:#626863}.monogram{background:#879eac;color:white}.editorial-hero{display:grid;grid-template-columns:1.05fr 1fr;background:#e3f2f9;color:#001358;padding:28px 5.5% 0;gap:30px 55px;overflow:hidden;align-items:center}.hero:before{display:none}.project-line{grid-column:1/-1;display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.5px;color:#656c67;margin-bottom:20px}.editorial-hero .hero-copy{padding:20px 0}.editorial-hero .eyebrow{color:#879eac;font-size:9px}.editorial-hero h1{font-size:clamp(55px,6.6vw,100px);letter-spacing:-5px;line-height:.98;margin:26px 0}.editorial-hero em{color:#879eac}.editorial-hero .hero-copy>p{font-size:16px;color:#5c6564;max-width:340px;line-height:1.6}.hero-actions>a:last-child{color:#001358}.experience-button{background:#879eac;color:white;border-radius:50px;padding:14px 21px;font-weight:500}.experience-button:hover{background:#50758b}.hero-exhibit{background:#e3f2f9;padding:22px;border-radius:3px;box-shadow:12px 12px 0 #dbe6eb;transform:rotate(2deg)}.exhibit-label{display:flex;justify-content:space-between;font-size:8px;letter-spacing:.8px;color:#50758b;gap:15px;margin-bottom:25px}.hero-exhibit img{display:block;width:100%;height:auto;border:1px solid #dbe6eb;box-shadow:0 15px 25px #13589720}.exhibit-caption{display:grid;grid-template-columns:1fr 30px;margin-top:22px;font-size:12px;gap:5px}.exhibit-caption strong{font-size:21px;font-weight:500;grid-column:1}.exhibit-arrow{grid-column:2;grid-row:1/3;font-size:40px;color:#879eac}.project-wordmark{grid-column:1/-1;white-space:nowrap;font-size:clamp(100px,20vw,300px);line-height:.9;font-weight:600;letter-spacing:-.07em;color:#001358;margin:30px 0 -8px;user-select:none}.project-wordmark>span{font-size:.15em;vertical-align:top;display:inline-block;margin-top:25px;letter-spacing:0}.live-lab{margin:0 5.5% 65px;border:0;border-radius:0;background:#fff;box-shadow:none}.lab-intro{background:#001358;color:white;padding:35px 38px;border:0;grid-template-columns:1fr 1fr}.lab-eyebrow{color:#b8cdd8}.lab-intro h2{font-size:42px;letter-spacing:-1.5px}.lab-intro p{color:#dbe6eb;font-size:20px}.lab-intro small{color:#b8cdd8;font-size:10px}.gene-playground{display:grid;grid-template-columns:.7fr 1.3fr;gap:20px;align-items:center;background:#dbe6eb;padding:32px 38px;position:relative}.section-overline{font-size:9px;letter-spacing:1.5px;color:#135897}.gene-playground h3{font-size:30px;line-height:1.12;letter-spacing:-1px;margin:17px 0}.gene-playground p{font-size:12px;max-width:220px;line-height:1.6;color:#135897}.gene-playground>small{grid-column:1/-1;font-size:9px;color:#135897}.gene-orbit{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;align-items:center}.orbit-gene{position:relative;background:#e3f2f9;border:1px solid #879eac;border-radius:60px;min-height:75px;font:500 20px "Segoe UI",Arial;color:#173743;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:background .2s,transform .2s}.orbit-gene span{font-size:9px;color:#50758b}.orbit-gene b{font-size:16px;font-weight:400}.orbit-gene[aria-pressed=true]{background:#173743;color:#e3f2f9;border-color:#173743;transform:translateY(-4px)}.orbit-gene[aria-pressed=true] span{color:#b8cdd8}.orbit-1,.orbit-4{transform:translateY(10px)}.orbit-gene:hover{border-color:#173743}.lab-workspace{border-inline:1px solid #dbe6eb;border-bottom:1px solid #dbe6eb}.lab-workspace form{background:#e3f2f9}.lab-step>span{background:#879eac;color:white}.lab-takeaway{background:#e3f2f9;border:0}.lab-takeaway>span{color:#50758b}.lab-takeaway p{color:#135897}.story-context{padding:0 0 35px;margin-inline:5.5%}.story-context p{font-size:clamp(32px,4vw,55px);line-height:1.08;letter-spacing:-2px;margin:17px 0}.story-context small{font-size:10px}.story-nav{background:#e3f2f9f5;border-block-color:#dbe6eb}.story-nav a[aria-current]{background:#879eac;color:white}.chapter{padding:55px 5.5% 60px}.chapter.blue{background:#f4f4f4}.story-heading{position:relative;padding-bottom:28px;margin-bottom:35px;border-bottom:0;align-items:flex-start;gap:25px}.story-number{display:block;width:auto;height:auto;background:none;color:#879eac;font-size:64px;line-height:1;font-weight:300;border-radius:0;margin-top:0;letter-spacing:-4px}.story-heading h2{font-size:clamp(32px,4vw,54px);font-weight:500;line-height:1.08;letter-spacing:-2px}.story-heading p{font-size:13px;margin-top:14px}.reason-pair{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:stretch}.ux-board{padding:25px;margin:25px 0;background:white;border:0;border-radius:0;box-shadow:none;min-width:0}.reason-pair>.ux-board{margin:0}.reason-label{font-size:9px;letter-spacing:1px;color:#879eac;gap:10px}.reason-label>span{border-radius:0;background:#e3f2f9;color:#50758b;padding:4px 7px;font-size:8px}.ux-board h3{font-size:26px;letter-spacing:-1px;line-height:1.13;margin-bottom:25px}.persona-board{grid-template-columns:1fr;gap:20px}.persona-core{background:#e3f2f9;padding:22px;border-radius:0}.persona-core>strong{font-size:28px;margin:12px 0}.persona-core p{font-size:13px}.persona-facts{gap:15px}.persona-facts>div{padding:14px;background:#e3f2f9;border-left:2px solid #b8cdd8}.persona-facts dd{font-size:12px;line-height:1.7}.persona-facts dt{font-size:11px;margin-bottom:8px}.empathy-board{grid-template-columns:1fr 1fr;gap:12px}.empathy-board>div{padding:15px;background:#e3f2f9;border-radius:0}.empathy-board h4{font-size:9px;line-height:1.5;margin-bottom:12px}.sticky{font-size:12px;min-height:0;width:100%;padding:13px 11px;margin-right:0;box-shadow:2px 3px 5px #0013580d}.pain-gain{font-size:11px;gap:15px}.ux-board .board-note{font-size:10px;line-height:1.5;color:#66706a}.ux-matrix{font-size:12px}.ux-matrix th,.ux-matrix td{padding:17px 13px}.ux-matrix thead th{background:#879eac}.ux-matrix tbody th{background:#e3f2f9;color:#135897;font-size:11px}.ux-matrix tbody tr:nth-child(even) td{background:#fbfdfd}.ux-matrix td{color:#135897}.board-scroll{border-radius:0;border-color:#dbe6eb}.sitemap-board{background-color:#fbfdfd}.tree-home{background:#879eac}.page-tree>li>b{background:#e3f2f9;border-color:#dbe6eb;border-radius:0}.ia-canvas{background:#f4f4f4;padding:20px;border:1px solid #b8cdd8}.ia-global{display:flex;justify-content:space-between;gap:20px;background:#879eac;color:white;padding:16px;font-size:12px}.ia-global span{font-size:10px}.ia-columns{display:grid;grid-template-columns:.85fr 1.4fr .85fr;gap:15px;padding-top:15px}.ia-columns>div{padding:20px;background:white;border:1px solid #b8cdd8;display:flex;flex-direction:column;gap:13px;font-size:12px}.ia-columns small{font-size:8px;letter-spacing:1px;color:#50758b}.ia-columns b{font-size:22px;font-weight:500;margin:5px 0 10px;letter-spacing:-.5px}.ia-columns em{font-size:10px;color:#135897;background:#e3f2f9;padding:8px}.ia-columns>div:nth-child(2){background:#e3f2f9}.connected-task li{border-radius:0;border-color:#b8cdd8;background:#e3f2f9;font-size:12px}.connected-task li:before{color:#879eac}.shot{position:relative}.shot .image-wrap>img{border-radius:0;border:1px solid #b8cdd8;box-shadow:none}.story-shot{padding:25px;background:#dbe6eb;margin-top:35px}.story-shot:nth-of-type(even){background:#e3f2f9}.image-title{font-size:9px;letter-spacing:1.1px;color:#135897}.story-shot figcaption{max-width:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:15px}.story-shot figcaption p{font-size:10px;margin-top:0}.image-legend>span{font-size:11px}.image-marker,.image-legend b{background:#879eac}.inspect-screen{border-color:#b8cdd8;border-radius:0;font-size:10px;background:transparent;padding:9px 13px;margin-top:15px}.board-controls button{border-radius:3px;background:#e3f2f9;border-color:#dbe6eb;font-size:10px}.board-controls button[aria-pressed=true]{background:#879eac;color:white;border-color:#879eac}.board-controls>span{font-size:8px}.diagram-board{background-color:#fbfdfd;background-image:radial-gradient(#b8cdd8 1px,transparent 1px)}.lofi-screen{min-height:330px}.query-result{border:0;background:#001358;color:white;border-radius:0;padding:28px}.query-result small{color:#b8cdd8}.query-result strong{font-size:24px}.query-result>span{color:#b8cdd8;font-size:24px}.test-protocol{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.test-protocol>div{padding:24px 18px;background:#e3f2f9;position:relative;min-width:0}.test-protocol>div:nth-child(even){background:#e3f2f9}.test-protocol span{font-size:40px;font-weight:300;letter-spacing:-2px;color:#50758b}.test-protocol h4{font-size:24px;font-weight:500;margin:25px 0 12px;letter-spacing:-.5px}.test-protocol p{font-size:12px}.test-protocol small{display:block;border-top:1px solid #dbe6eb;margin-top:25px;padding-top:14px;font-size:8px;line-height:1.6;letter-spacing:.6px}.study-strip{background:none;border-bottom:1px solid #b8cdd8;border-radius:0;padding:25px 0;margin-bottom:0}.study-strip b{color:#879eac}.story-resources{background:#879eac;color:white;border-radius:0;padding:30px}.story-resources p,.story-resources a{color:white}.board-download{color:#879eac}.shape-key{font-size:10px}.shape-key span{border-radius:0}.help-connection h3{font-size:30px;letter-spacing:-1px}.system-foundations>div{border-radius:0;background:#e3f2f9}.ds-button{background:#879eac;border-radius:4px}.ds-disabled{background:#dbe6eb;color:#50758b}.ds-focus{outline-color:#879eac}.styled-wires .lofi-nav,.styled-wires .lofi-submit{background:#879eac}.board-controls button:focus-visible,.orbit-gene:focus-visible{outline:3px solid #879eac;outline-offset:4px}
@media(max-width:1100px){.editorial-hero{gap:30px}.editorial-hero h1{font-size:68px;letter-spacing:-3.5px}.gene-playground{grid-template-columns:1fr 1.4fr;padding:28px}.orbit-gene{font-size:16px;min-height:65px;gap:7px}.orbit-gene span{font-size:8px}.reason-pair{gap:20px}.empathy-board{grid-template-columns:1fr}.test-protocol{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.editorial-hero{grid-template-columns:1fr;padding:24px 6% 0;gap:18px}.project-line{font-size:8px;letter-spacing:.5px;gap:15px;margin-bottom:0}.editorial-hero .hero-copy{padding:15px 0}.editorial-hero h1{font-size:clamp(47px,10.5vw,74px);letter-spacing:-2.8px;margin:20px 0}.editorial-hero .hero-copy>p{font-size:14px}.hero-exhibit{margin:15px 8px 0;padding:15px;box-shadow:7px 7px 0 #dbe6eb;transform:rotate(1deg)}.exhibit-label{font-size:7px;letter-spacing:.3px;margin-bottom:15px}.exhibit-caption{font-size:10px;margin-top:15px}.exhibit-caption strong{font-size:18px}.exhibit-arrow{font-size:30px}.project-wordmark{font-size:20vw;letter-spacing:-.065em;margin-top:25px;line-height:.95}.project-wordmark>span{margin-top:7px}.live-lab{margin:0 6% 40px}.lab-intro{padding:25px;grid-template-columns:1fr;gap:16px}.lab-intro h2{font-size:35px}.lab-intro p{font-size:17px}.gene-playground{grid-template-columns:1fr;padding:24px;gap:18px}.gene-playground h3{font-size:27px;margin:12px 0}.gene-playground p{max-width:none;font-size:11px}.gene-orbit{grid-template-columns:1fr 1fr;gap:12px}.orbit-gene{font-size:17px;min-height:59px;gap:10px}.orbit-1,.orbit-4{transform:none}.gene-playground>small{font-size:8px;line-height:1.5}.story-context{margin-inline:6%;padding-bottom:25px}.story-context p{font-size:36px;letter-spacing:-1.3px}.story-nav a[aria-current]{border-radius:3px}.chapter{padding:35px 6%}.story-heading{gap:15px;padding-bottom:23px;margin-bottom:25px}.story-number{font-size:43px;letter-spacing:-2px;min-width:44px}.story-heading h2{font-size:31px;letter-spacing:-1.2px}.story-heading p{font-size:12px}.reason-pair{grid-template-columns:1fr;gap:20px}.ux-board{padding:20px;margin:20px 0}.ux-board h3{font-size:25px}.empathy-board{grid-template-columns:1fr 1fr;gap:9px}.empathy-board>div{padding:11px}.sticky{font-size:11px;padding:11px 8px}.empathy-board h4{font-size:8px}.persona-facts{grid-template-columns:1fr 1fr;gap:10px}.persona-facts>div{padding:12px}.persona-facts dd{font-size:11px}.pain-gain{grid-template-columns:1fr 1fr}.ia-canvas{padding:12px}.ia-global{padding:12px;font-size:11px}.ia-global span{font-size:8px}.ia-columns{grid-template-columns:1fr;gap:10px}.ia-columns>div{padding:16px;gap:9px}.ia-columns b{font-size:22px;margin-bottom:6px}.story-shot{padding:13px;margin-top:25px}.story-shot figcaption{gap:8px}.story-shot figcaption p{font-size:10px}.image-legend{gap:10px}.image-legend>span{font-size:10px}.inspect-screen{font-size:9px}.query-result{padding:20px}.query-result strong{font-size:18px}.query-result>div:last-child{border-color:#50758b}.test-protocol{gap:10px}.test-protocol>div{padding:18px 13px}.test-protocol span{font-size:34px}.test-protocol h4{font-size:22px;margin-top:17px}.test-protocol p{font-size:11px}.test-protocol small{font-size:7px;margin-top:20px}.study-strip{gap:15px}.story-resources{padding:23px}.shape-key{gap:8px}.help-connection h3{font-size:27px}.lab-export .experience-button{font-size:12px}.system-foundations>div{padding:15px}}
@media(prefers-reduced-motion:reduce){.orbit-gene{transition:none}.orbit-gene[aria-pressed=true]{transform:none}}

/* Keep component specimens aligned with the documented prototype tokens. */
#design-system .ds-button{background:#135897}#design-system .ds-disabled{background:#dbe6eb;color:#50758b}#design-system .ds-focus{outline-color:#135897}

/* quiet.css */
:root{--paper:#fbfdfd;--ink:#173743;--accent:#135897;--muted:#50758b;--line:#dbe6eb}body,header{background:#fbfdfd;color:#173743}.monogram{background:#50758b;color:white}.editorial-hero{background:#fbfdfd;padding:55px 5.5% 60px;gap:45px}.editorial-hero h1{font-size:clamp(44px,5vw,72px);font-weight:400;letter-spacing:-3px;line-height:1.08}.editorial-hero em{color:#50758b}.editorial-hero .eyebrow{color:#50758b}.editorial-hero .hero-copy>p{font-size:15px}.hero-exhibit{background:#f4f4f4;padding:18px;transform:none;box-shadow:none;border:1px solid #dbe6eb;border-radius:12px}.hero-exhibit img{box-shadow:none;border-color:#dbe6eb}.exhibit-caption{display:block;text-align:center;margin:14px 0 0}.exhibit-caption strong{font-size:12px;font-weight:400;color:#50758b}.experience-button{background:#135897;color:white;border-radius:7px;min-height:44px;padding:12px 18px}.experience-button:hover{background:#135897}.hero-actions>a:last-child{color:#50758b}.live-lab{border:1px solid #dbe6eb;border-radius:12px;margin-bottom:55px;overflow:hidden}.lab-intro{background:#e3f2f9;color:#173743;padding:24px 30px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-bottom:0}.lab-intro h2{font-size:25px;font-weight:400;letter-spacing:-.8px;margin:0}.lab-intro p{font-size:11px;color:#50758b;white-space:nowrap}.lab-workspace{border:0}.lab-workspace form{background:#fbfdfd}.lab-step>span{background:#50758b;color:white}.lab-workspace .lab-form-actions{margin-top:25px}.lab-count{background:#e3f2f9}.lab-query{background:#f4f4f4;color:#50758b}.lab-table tr.is-selected{background:#e3f2f9}.lab-table mark{background:#dbe6eb}.story-context{padding-bottom:25px}.story-context p{font-size:34px;font-weight:400;letter-spacing:-1px;line-height:1.2}.story-context small{font-size:10px;color:#50758b}.story-nav{background:#fbfdfdf5;border-block-color:#dbe6eb}.story-nav a[aria-current]{background:#e3f2f9;color:#135897}.story-nav a:hover{background:#f4f4f4}.chapter.blue{background:#e3f2f9}.chapter{padding-top:45px;padding-bottom:45px}.story-heading{gap:20px;margin-bottom:28px;padding-bottom:25px}.story-number{font-size:35px;color:#879eac;letter-spacing:-1px;margin-top:5px}.story-heading h2{font-size:36px;font-weight:400;letter-spacing:-1.3px;line-height:1.15}.story-heading p{font-size:12px;color:#50758b}.reason-label{color:#50758b;letter-spacing:.6px;font-size:9px}.reason-label>span{background:#e3f2f9;color:#50758b;border-radius:20px}.ux-board{background:white;border:1px solid #dbe6eb;border-radius:10px;padding:25px}.ux-board h3{font-size:24px;font-weight:400;letter-spacing:-.7px;margin-bottom:22px}.reason-pair{gap:22px}.board-controls button{background:#fbfdfd;border:1px solid #dbe6eb;color:#50758b;border-radius:6px}.board-controls button[aria-pressed=true]{background:#50758b;border-color:#50758b;color:white}.board-controls>span{color:#50758b}.board-scroll{border-color:#dbe6eb}.diagram-board{background-color:#fbfdfd;background-image:radial-gradient(#dbe6eb 1px,transparent 1px)}.trace-flow .path-active{stroke:#50758b}.trace-flow .path-secondary{opacity:.4}.tree-home{background:#50758b;border-radius:6px}.page-tree>li>b{background:#e3f2f9;border-color:#b8cdd8;border-radius:5px}.sitemap-board{background-color:#fbfdfd;border-radius:6px}.ia-global{background:#50758b;color:white;border-radius:4px}.ia-canvas{background:#fbfdfd;border-color:#dbe6eb;border-radius:6px}.ia-columns>div{border-color:#dbe6eb;border-radius:4px}.ia-columns>div:nth-child(2){background:#fbfdfd}.ia-columns em{background:#e3f2f9;color:#50758b}.query-result{background:#e3f2f9;color:#135897;border:1px solid #dbe6eb;border-radius:8px;padding:22px}.query-result small{color:#50758b}.query-result>span{color:#879eac}.query-result strong{font-size:22px;font-weight:400}.query-result>div:last-child{border-color:#b8cdd8}.story-shot{background:#f4f4f4;padding:22px;border:1px solid #dbe6eb;border-radius:10px}.story-shot:nth-of-type(even){background:#f4f4f4}.image-title{font-size:8px;color:#50758b;letter-spacing:1px}.shot .image-wrap>img{border-color:#dbe6eb;border-radius:3px}.image-marker,.image-legend b{background:#50758b}.inspect-screen{border-color:#b8cdd8;color:#50758b;border-radius:6px}.image-legend>span{color:#50758b;font-size:11px}.story-shot figcaption{justify-content:flex-start;gap:20px}.story-shot figcaption p{color:#50758b}.test-protocol>div,.test-protocol>div:nth-child(even){background:#e3f2f9;border-radius:6px}.test-protocol span{color:#879eac;font-size:30px}.test-protocol h4{font-size:24px;color:#135897}.test-protocol small{border-color:#dbe6eb;color:#50758b}.study-strip b{color:#50758b;font-size:22px}.study-strip{font-size:11px;gap:25px}.study-strip span{font-size:11px}.story-resources{background:#e3f2f9;color:#135897;border-radius:8px;border:1px solid #dbe6eb;padding:23px}.story-resources p,.story-resources a{color:#135897;font-size:11px}.board-download{color:#50758b;font-size:12px}.styled-wires .lofi-nav,.styled-wires .lofi-submit{background:#50758b}.styled-wires .lofi-help,.styled-wires .lofi-results aside{background:#e3f2f9}.quiet-persona{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:center}.quiet-persona svg{display:block;width:100%;height:auto}.quiet-persona dl{margin:0;display:flex;flex-direction:column;gap:19px}.quiet-persona dt{font-size:9px;color:#50758b;text-transform:uppercase;letter-spacing:.7px;margin-bottom:7px}.quiet-persona dd{font-size:12px;color:#135897;line-height:1.5;margin:0}.quiet-empathy{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:#dbe6eb;border:1px solid #dbe6eb;border-radius:7px;overflow:hidden}.quiet-empathy>div{padding:22px 17px;background:#fbfdfd;min-height:90px}.quiet-empathy b{font-size:9px;letter-spacing:.8px;font-weight:500;color:#50758b}.quiet-empathy p{font-size:13px;margin-top:13px;color:#135897;line-height:1.4}.journey-canvas{padding:10px 0}.journey-axis,.journey-lane{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.journey-axis span{font-size:13px;text-align:center;color:#135897}.journey-path{display:block;width:100%;height:auto;max-height:70px}.journey-lane-title{font-size:9px;letter-spacing:.9px;color:#50758b;padding:15px 0 12px}.journey-lane span{font-size:12px;padding:16px 10px;background:#e3f2f9;border-radius:5px;line-height:1.5;text-align:center;color:#50758b}.journey-lane.response span{background:#e3f2f9;color:#135897;border-top:2px solid #879eac}.quiet-blueprint{padding:0 5px}.blueprint-stage,.blueprint-nodes{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blueprint-stage b{font-size:15px;font-weight:500;text-align:center;background:#e3f2f9;padding:17px}.blueprint-lane-label{font-size:9px;color:#50758b;letter-spacing:.7px;margin:20px 0 12px}.blueprint-nodes>span{background:#fbfdfd;padding:15px;text-align:center;font-size:13px;color:#50758b;display:flex;flex-direction:column;gap:12px}.blueprint-nodes b{font-size:13px;font-weight:400;color:#135897}.blueprint-boundary{border-top:1px dashed #b8cdd8;margin-top:18px;padding:10px 0;font-size:8px;letter-spacing:.8px;color:#50758b}.blueprint-nodes.backstage>span{background:#e3f2f9}.quiet-system{display:grid;grid-template-columns:.8fr 1.3fr 1fr;gap:20px;margin-bottom:28px}.quiet-system>div{background:#e3f2f9;padding:20px;border-radius:5px;font-size:12px}.spec-label{display:block;grid-column:1/-1;font-size:9px;letter-spacing:.8px;color:#50758b;margin-bottom:15px}.quiet-type strong{font-size:45px;line-height:1;font-weight:400;display:block;margin-bottom:10px;color:#135897}.quiet-type>span:last-child{font-size:11px;line-height:1.6;color:#50758b}.quiet-colors{display:grid;grid-template-columns:repeat(4,1fr);align-content:start;gap:8px}.quiet-colors>div{font-size:10px;color:#50758b}.quiet-colors i{display:block;width:25px;height:25px;border-radius:50%;margin-bottom:9px}.quiet-spacing>div{display:flex;align-items:flex-end;gap:8px;min-height:45px;margin-bottom:12px}.quiet-spacing i{display:block;height:24px;background:#b8cdd8}.quiet-spacing>span:last-child{font-size:10px;color:#50758b}.quiet-states{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.quiet-states>div{display:flex;flex-direction:column;gap:18px;padding:15px 8px}.quiet-states small{font-size:9px;letter-spacing:.6px;color:#50758b}.quiet-states .ds-button{align-self:flex-start}.quiet-states .ds-field{font-size:11px}button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline-color:#50758b}.help-connection h3{font-size:26px;font-weight:400;letter-spacing:-.6px}
@media(max-width:1100px){.quiet-persona{grid-template-columns:1fr}.quiet-persona svg{max-width:230px;margin:auto}.quiet-persona dl{display:grid;grid-template-columns:1fr 1fr}.quiet-persona dl>div:last-child{grid-column:1/-1}}
@media(max-width:760px){.editorial-hero{padding:30px 6% 35px;gap:20px}.editorial-hero h1{font-size:46px;letter-spacing:-2px}.editorial-hero .hero-copy>p{font-size:14px}.hero-exhibit{margin:0;padding:13px;transform:none;box-shadow:none}.hero-actions{gap:15px}.hero-actions>a:last-child{font-size:11px}.live-lab{margin-bottom:40px}.lab-intro{padding:22px;display:block}.lab-intro h2{font-size:23px;letter-spacing:-.6px}.lab-intro p{font-size:10px;margin-top:10px}.story-context p{font-size:29px;letter-spacing:-1px}.story-heading h2{font-size:29px;letter-spacing:-1px}.story-number{font-size:29px;min-width:34px;letter-spacing:-1px}.chapter{padding:35px 6%}.story-heading{gap:13px}.ux-board{padding:19px}.ux-board h3{font-size:23px}.quiet-persona{grid-template-columns:1fr 1fr;gap:15px}.quiet-persona dl{display:flex;gap:15px}.quiet-persona dd{font-size:11px}.quiet-persona dt{font-size:8px}.quiet-empathy>div{padding:17px 13px;min-height:95px}.quiet-empathy p{font-size:12px}.journey-canvas{display:grid;grid-template-columns:72px 1fr 1fr;gap:10px;align-items:stretch}.journey-axis,.journey-lane{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(5,90px);gap:10px}.journey-axis{padding-top:32px}.journey-axis span{display:flex;align-items:center;justify-content:flex-start;border-left:2px solid #b8cdd8;padding-left:8px;font-size:11px;text-align:left}.journey-path{display:none}.journey-lane{padding-top:32px}.journey-lane span{display:flex;align-items:center;justify-content:center;padding:9px;font-size:11px}.journey-lane-title{position:absolute;font-size:8px;padding:5px 0;max-width:75px;line-height:1.4}.journey-lane-title:first-of-type{left:0}.journey-canvas{position:relative}.journey-lane-title{left:82px;top:10px}.journey-lane-title:nth-last-child(2){left:calc(82px + (100% - 82px)/2);top:10px}.journey-lane.response span{border-top:0;border-left:2px solid #879eac}.blueprint-stage,.blueprint-nodes{gap:8px}.blueprint-stage b{font-size:12px;padding:14px 7px}.blueprint-nodes>span{font-size:11px;padding:13px 7px}.blueprint-nodes b{font-size:11px}.blueprint-lane-label{font-size:8px}.blueprint-boundary{font-size:7px}.quiet-system{grid-template-columns:1fr 1fr;gap:12px}.quiet-system>div{padding:15px}.quiet-system>div:last-child{grid-column:1/-1}.quiet-spacing>div{min-height:25px}.quiet-colors{grid-template-columns:repeat(2,1fr)}.quiet-states{grid-template-columns:1fr;gap:10px}.quiet-states>div{padding:15px;background:#fbfdfd;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:16px}.quiet-states small{grid-column:1/-1;font-size:8px}.quiet-states .ds-button{font-size:10px;padding:9px}.quiet-states .ds-field{font-size:10px}.story-shot{padding:13px}.story-resources{padding:20px}.query-result strong{font-size:17px}.study-strip{gap:15px}.story-nav a[aria-current]{background:#e3f2f9;color:#135897}.test-protocol h4{font-size:21px}.help-connection h3{font-size:24px}.shape-key{gap:8px}}
.ux-board{scroll-margin-top:95px}@media(max-width:760px){.ux-board{scroll-margin-top:110px}}


/* Palette observed in the supplied GExplore assets. */
:root{--paper:#fbfdfd;--ink:#173743;--accent:#135897;--muted:#526772;--line:#dbe6eb}
.site-source-logo{display:block;width:108px;height:auto}.portfolio{gap:16px}.monogram{display:none}
.editorial-hero em{color:#135897}.hero-exhibit{background:#f4f4f4;border-color:#dbe6eb}.hero-exhibit img{border:0;background:transparent}.exhibit-caption strong{color:#526772}
.experience-button,.experience-button:hover{background:#135897;color:white}.experience-button:hover{background:#001358}.experience-button:disabled{background:#dbe6eb;color:#526772}
.story-nav a[aria-current]{background:#e3f2f9;color:#135897}.lab-intro,.lab-query,.query-result{background:#e3f2f9;color:#173743}.lab-table mark{background:#fff0a5;color:#173743}.lab-table tr.is-selected{background:#eef6fb}
.chapter.blue{background:#f4f4f4}.ux-board{background:white}.tree-home,.ia-global{background:#135897}.story-resources{background:#e3f2f9}.image-marker,.image-legend b{background:#135897}.trace-flow .path-active{stroke:#135897}.trace-flow .path-secondary{opacity:.4}
#design-system .ds-button{background:#135897}#design-system .ds-disabled{background:#dbe6eb;color:#526772}#design-system .ds-focus{outline-color:#135897}
@media(max-width:760px){.site-source-logo{width:87px}.portfolio{gap:10px}.portfolio>span:last-child{display:none}.hero-exhibit img{max-width:390px;margin:auto}}
