*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}h1{font-size:52px;font-weight:700;line-height:1.1}h2{font-size:44px;font-weight:700;line-height:1.1}h3{font-size:32px;font-weight:700;line-height:1.4}h4{font-size:28px;font-weight:700;line-height:1.1}h5{font-size:24px;font-weight:700;line-height:1.1}h6{font-size:16px;font-weight:700;line-height:1.4}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}:root{color-scheme:dark;--bg: #1a1a1a;--bg-card: #242424;--bg-hover: #2e2e2e;--border: rgba(255,255,255,.08);--text: #ffffff;--text-muted: #9E9E9E;--text-dim: #969696;--accent: #E84532;--accent-fg: #F0654F;--accent-contrast-bg: #D33A22;--sidebar-w: 220px;--font-display: "Inter Display", "Inter", sans-serif;--font-mono: "DM Mono", monospace;--font-body: "Inter", "Inter Display", sans-serif;--text-detail: #dedede;--type-case-title: clamp(1.75rem, 3vw, 2rem);--type-section-title: clamp(1.75rem, 3.8vw, 2.75rem);--type-body: 1rem;--type-detail: .875rem;--type-label: .8125rem;--type-meta: .75rem;--scrollbar-thumb: #333333;--bottom-nav-bg: rgba(26,26,26,.92);--motion-fast: .15s;--motion-card: .2s;--motion-entrance: .4s;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-soft: cubic-bezier(.4, 0, .2, 1)}[data-theme=light]{color-scheme:light;--bg: #F7F7F7;--bg-card: #ffffff;--bg-hover: #f5f5f5;--border: rgba(0,0,0,.08);--text: #111111;--text-muted: #595959;--text-dim: #767676;--accent: #E84532;--accent-fg: var(--accent);--accent-contrast-bg: var(--accent);--text-detail: #333333;--scrollbar-thumb: #d0d0d0;--bottom-nav-bg: rgba(255,255,255,.92)}html{scroll-behavior:smooth}@view-transition{navigation: auto;}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1!important;transform:none!important}}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.4;min-height:100vh;display:flex;overflow-x:hidden}body.home-page{--font-body: "Inter Display", sans-serif;font-weight:500}aside{width:var(--sidebar-w);min-height:100vh;background:var(--bg-card);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:28px 20px;position:sticky;top:0;align-self:flex-start;gap:32px;flex-shrink:0}@media (min-width: 1025px){aside{border-right:none;border-radius:14px;margin:12px;min-height:calc(100vh - 24px);top:12px}}.sidebar-nail{position:absolute;width:7px;height:7px;border-radius:50%;background:#b0b0b0;opacity:0;z-index:3}@media (min-width: 1025px){[data-theme=light] .sidebar-nail{opacity:1}}.sidebar-nail--tl{top:12px;left:12px}.sidebar-nail--tr{top:12px;right:12px}.sidebar-nail--bl{bottom:12px;left:12px}.sidebar-nail--br{bottom:12px;right:12px}.sidebar-profile{display:flex;align-items:center;gap:10px;overflow:hidden}.sidebar-profile-text{flex:1;min-width:0;overflow:hidden}.sidebar-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent) 60%,white));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:16px;color:#fff;flex-shrink:0}[data-theme=dark] .sidebar-avatar{background:linear-gradient(135deg,var(--accent-contrast-bg),color-mix(in srgb,var(--accent-contrast-bg) 70%,black))}.sidebar-name{font-size:18px;font-weight:600;line-height:1.4}.sidebar-role{font-size:14px;font-weight:500;line-height:1.4;color:var(--text-muted)}.sidebar-section{display:flex;flex-direction:column;gap:2px}.sidebar-label{font-family:var(--font-body);font-size:18px;font-weight:500;line-height:1.4;color:var(--text-dim);letter-spacing:.04em;padding:0 10px;margin-bottom:4px}.sidebar-link{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;font-size:16px;font-weight:500;color:var(--text);text-decoration:none;transition:background .2s,color .2s}.sidebar-link:hover{background:var(--bg-hover)}.sidebar-link.active{color:var(--text);background:none;font-weight:700;text-decoration:underline;text-decoration-color:var(--accent-fg);text-decoration-thickness:3px;text-underline-offset:3px}.sidebar-link.active:hover{background:none}.sidebar-link svg{opacity:1;flex-shrink:0;stroke-width:2;width:22px;height:22px;color:var(--text)}.sidebar-link.active svg{stroke-width:2.25}.sidebar-collapse-btn{position:absolute;right:-14px;top:32px;width:28px;height:28px;border-radius:50%;background:var(--bg);border:none;box-shadow:0 2px 8px #00000014,0 0 0 1px #0000000a;cursor:pointer;color:var(--text-muted);font-size:16px;letter-spacing:-1px;padding-right:1px;display:flex;align-items:center;justify-content:center;z-index:20;transition:background .2s,color .2s,box-shadow .2s}.sidebar-collapse-btn:hover{background:var(--bg-hover);color:var(--text);box-shadow:0 4px 12px #0000001f,0 0 0 1px #0000000f}.sidebar-expand-btn{position:fixed;left:12px;top:20px;width:32px;height:32px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border);box-shadow:0 2px 12px #0000001f;cursor:pointer;color:var(--text-muted);font-size:11px;letter-spacing:-1px;align-items:center;justify-content:center;z-index:200;display:none;transition:background .2s,color .2s}.sidebar-expand-btn.visible{display:flex}.sidebar-expand-btn:hover{background:var(--bg-hover);color:var(--text)}aside{transition:width .3s ease,min-width .3s ease,padding .3s ease,margin .3s ease}aside.sidebar--collapsed{width:68px;min-width:68px;padding:28px 12px;overflow:visible;z-index:50}@media (min-width: 1025px){aside.sidebar--collapsed{margin:12px}}aside.sidebar--collapsed .sidebar-profile{justify-content:center}aside.sidebar--collapsed .sidebar-profile-text{display:none}aside.sidebar--collapsed .sidebar-label{display:none}aside.sidebar--collapsed .theme-toggle{display:none}aside.sidebar--collapsed .sidebar-link{justify-content:center;padding:8px;font-size:0;position:relative;border-radius:8px}aside.sidebar--collapsed .sidebar-link[data-label]:after{content:attr(data-label);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:var(--bg-card);color:var(--text);padding:7px 16px;border-radius:20px;font-size:14px;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;box-shadow:0 2px 8px #0000001a;z-index:100}aside.sidebar--collapsed .sidebar-link[data-label]:hover:after{opacity:1}aside.sidebar--collapsed .sidebar-link.active svg{color:var(--accent-fg)}.sidebar-socials{display:flex;flex-direction:column;gap:2px}.sidebar-social{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:8px;font-size:16px;color:var(--text-muted);text-decoration:none;transition:background .2s,color .2s}.sidebar-social:hover{background:var(--bg-hover);color:var(--text)}.theme-toggle{margin-top:auto;display:flex;align-items:center;gap:10px}.toggle-track{width:44px;height:24px;background:var(--accent);border-radius:999px;position:relative}.toggle-thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .3s}.toggle-label{font-size:12px;color:var(--text-dim);font-family:var(--font-mono)}main{flex:1;width:0;max-width:1280px;margin-inline:auto;padding:48px;display:flex;flex-direction:column;gap:48px}.hero{padding:44px 0;position:relative;overflow:hidden;margin-bottom:0;animation:fadeUp .7s ease both}.hero:before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;background:radial-gradient(circle,rgba(184,124,124,.08) 0%,transparent 70%);pointer-events:none}.back-to-projects{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:1px solid #e0e0e0;border-radius:999px;font-family:var(--font-display);font-size:16px;font-weight:500;line-height:1.4;color:var(--text);text-decoration:none;background:var(--bg-card);transition:border-color var(--motion-fast) var(--ease-out),background var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out);align-self:flex-start}.back-to-projects:hover{border-color:#c8c8c8;background:var(--bg-hover)}.back-to-projects:active{transform:scale(.98)}[data-theme=dark] .back-to-projects{border-color:#ffffff2e}[data-theme=dark] .back-to-projects:hover{border-color:#ffffff59}.hero-tag{font-family:var(--font-mono);font-size:12px;font-weight:400;line-height:1.2;color:var(--text-dim);letter-spacing:.03em;margin-bottom:10px}.hero-headline{font-family:var(--font-display);font-size:clamp(36px,4.5vw,56px);line-height:1.15;margin-bottom:20px}.hero-headline em{font-style:italic;color:var(--accent-fg)}.hero>.hero-headline{display:flex;align-items:center;gap:14px}.hero>.hero-headline:before{content:"";width:5px;align-self:stretch;border-radius:999px;background:var(--accent);flex-shrink:0}mark{background:color-mix(in srgb,var(--accent) 14%,transparent);color:inherit;border-radius:2px;padding:0 4px}.proj-hero-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:start}.proj-hero-visual{aspect-ratio:1 / 1;border-radius:20px;overflow:hidden;background:var(--bg-hover);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;max-width:320px;margin-top:4px;margin-left:8px}.proj-hero-visual-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:32px;background:linear-gradient(145deg,#0f0f1a,#1a0d2e,#0d1a1f)}.proj-hero-content{display:flex;flex-direction:column;gap:16px}.proj-hero-title{font-family:var(--font-display);font-size:var(--type-case-title);font-weight:700;line-height:1.4;color:var(--text)}.proj-hero-chips{display:flex;flex-wrap:wrap;gap:8px}.proj-chip{display:inline-flex;align-items:center;padding:8px 18px;border-radius:999px;font-family:var(--font-display);font-size:var(--type-meta);font-weight:600;line-height:1}.proj-chip--pink{background:#f9b8d0;color:#5a1a2e}.proj-chip--yellow{background:#f9e97a;color:#4a3800}.proj-chip--blue{background:#b8d4f9;color:#143a5a}.proj-chip--green{background:#b8f2d4;color:#0f4a30}[data-theme=dark] .proj-chip--pink{background:#f9b8d033;color:#f9b8d0}[data-theme=dark] .proj-chip--yellow{background:#f9e97a26;color:#f9e97a}[data-theme=dark] .proj-chip--blue{background:#b8d4f92e;color:#b8d4f9}[data-theme=dark] .proj-chip--green{background:#b8f2d426;color:#b8f2d4}.proj-hero-desc{font-family:var(--font-body);font-size:var(--type-body);font-weight:400;line-height:1.6;color:var(--text-muted)}.proj-details{margin-top:24px;display:flex;flex-direction:column;gap:14px}.proj-details-heading{font-family:var(--font-body);font-size:var(--type-meta);font-weight:600;color:var(--text-dim);letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}.proj-details-row{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:start}.proj-details-label{font-family:var(--font-body);font-size:var(--type-label);font-weight:600;line-height:1.4;color:var(--text-dim);padding-top:2px}.proj-details-value{font-family:var(--font-body);font-size:var(--type-detail);font-weight:400;line-height:1.4;color:var(--text-detail)}.proj-details-tools{display:flex;flex-wrap:wrap;gap:6px}.proj-details-sub{font-family:var(--font-body);font-size:var(--type-detail);font-weight:400;line-height:1.4;color:var(--text-muted);margin-top:6px}.proj-details-list{list-style:none;display:flex;flex-direction:column;gap:6px}.proj-details-list li{font-family:var(--font-body);font-size:var(--type-detail);font-weight:400;line-height:1.4;color:var(--text-detail);padding-left:14px;position:relative}.proj-details-list li:before{content:"•";position:absolute;left:0;color:var(--text-muted)}.proj-method-chip{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-family:var(--font-body);font-size:var(--type-meta);font-weight:500;color:var(--text);background:var(--bg-hover);line-height:1.4}.proj-tool-badge{display:inline-flex;align-items:center;padding:6px 14px;border:1px solid var(--border);border-radius:999px;font-size:13px;font-weight:500;color:var(--text);background:var(--bg-hover)}.hero-subtitle-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.hero-domain-tags{display:flex;flex-shrink:0;gap:6px;padding-bottom:2px}.hero-subtitle{font-size:15px;color:var(--text-muted);flex:1;line-height:1.6}.intro-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;gap:32px;margin-top:28px;padding:28px 32px;border:1px solid var(--border);border-radius:10px}.intro-card-left{display:flex;flex-direction:column;gap:10px}.intro-card-tag{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.04em}.intro-card-title{font-size:16px;font-weight:500;color:var(--text);line-height:1.4}.intro-card-divider{width:1px;background:var(--border);align-self:stretch}.intro-card-right{display:flex;flex-direction:column;gap:10px}.intro-card-label{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.04em}.intro-card-body{font-size:14.5px;color:var(--text-muted);line-height:1.7}.intro-card-list{font-size:14.5px;color:var(--text-muted);line-height:1.7;padding-left:16px;margin:0 0 14px}.intro-card-list li{margin-bottom:4px}.intro-card-label--spaced{margin-top:14px}.overview-cols{display:flex;flex-direction:column;gap:40px;margin-top:16px}.hero-result-divider{height:1px;background:var(--border);margin:32px 0}.result-cols{display:grid;grid-template-columns:1fr auto;gap:80px;align-items:center;width:100%}.result-col-left{display:flex;flex-direction:column;gap:0}.result-col-right{display:flex;align-items:center;justify-content:flex-end}.result-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(28px,3.8vw,52px);line-height:1.2;color:var(--text);margin:20px 0 28px}.result-sub{font-size:17px;color:var(--text-muted);line-height:1.8;margin-bottom:0}.result-stats{display:flex;flex-direction:column;gap:40px}.result-stats--row{flex-direction:row;flex-wrap:wrap;gap:48px;margin-top:32px}.result-stat{display:flex;flex-direction:column;gap:6px}.result-stat-num{font-family:var(--font-display);font-size:clamp(44px,5vw,68px);color:var(--accent-fg);line-height:1}.result-stat-label{font-family:var(--font-body);font-size:11px;color:var(--text-muted);letter-spacing:.04em}.overview-cols-section{padding:80px 0;border-top:1px solid var(--border)}.team-impact-section{display:flex;flex-direction:column;justify-content:center}.team-impact-section.section-card{overflow:visible}.team-impact-cols{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start;margin-top:20px}.team-impact-col-left{display:flex;flex-direction:column;gap:20px;position:sticky;top:80px}.team-impact-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(26px,3.2vw,44px);line-height:1.2;color:var(--text);margin:0}.team-impact-sub{font-size:16px;color:var(--text-muted);line-height:1.8;margin:0}.team-impact-col-right{display:flex;flex-direction:column}.team-impact-role{display:grid;grid-template-columns:180px 1fr;gap:32px;padding:28px 0;border-top:1px solid var(--border);align-items:start}.team-impact-role:last-child{border-bottom:1px solid var(--border)}.team-impact-role-name{font-family:var(--font-display);font-size:17px;font-weight:500;color:var(--accent-fg);letter-spacing:0;margin:0;padding-top:2px}.team-impact-role-desc{font-size:15px;color:var(--text-muted);line-height:1.75;margin:0}.overview-col{display:flex;flex-direction:column;gap:14px;padding:32px;background:var(--bg-card);border:1px solid var(--border);border-top:2px solid var(--accent);border-radius:10px;min-height:180px}.overview-col--audience{background:transparent;border:none;padding-left:0;padding-right:0}.overview-col-eyebrow{font-family:var(--font-mono);font-size:13px;letter-spacing:.04em;color:var(--text-dim);margin:0}.overview-col-body{font-size:17px;color:var(--text-muted);line-height:1.75;margin:0}.overview-audience-list{display:flex;flex-direction:column;gap:16px}.overview-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.overview-audience-item{display:flex;flex-direction:column;gap:6px;padding:16px;border:1px solid var(--border);border-radius:6px}.overview-audience-role{font-family:var(--font-mono);font-size:14px;font-weight:500;color:var(--text);letter-spacing:.04em;margin:0}.overview-audience-desc{font-size:16px;color:var(--text-muted);line-height:1.7;margin:0}.hero-bio{display:flex;flex-direction:column;gap:6px;margin-bottom:32px}.hero-bio-item{display:flex;align-items:flex-start;gap:8px;font-size:14.5px;color:var(--text-muted);line-height:1.5}.hero-bio-item span.dot{color:var(--accent-fg);margin-top:1px;flex-shrink:0}.terminal-hook{margin:28px 0 32px;border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden;background:#080808;font-family:var(--font-mono)}.terminal-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#111;border-bottom:1px solid rgba(255,255,255,.05)}.terminal-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.terminal-dot.red{background:#ff5f57}.terminal-dot.yellow{background:#febc2e}.terminal-dot.green{background:#28c840}.terminal-window-title{font-size:11px;color:#ffffff2e;letter-spacing:.06em;margin-left:auto}.terminal-body{padding:20px 24px 26px;display:flex;flex-direction:column}.t-line{display:flex;align-items:baseline;gap:10px;font-size:13.5px;line-height:1;padding:3px 0;opacity:0;animation:tFade .25s ease forwards}.t-spacer{height:10px;opacity:0;animation:tFade .1s ease forwards}.t-prompt{color:var(--accent-fg);flex-shrink:0}.t-cmd{color:#ffffffe0}.t-arrow{color:#ffffff57;flex-shrink:0;font-size:12px}.t-path{flex:1}.t-path.cache{color:#ffffff80}.t-path.user{color:#c9934a}.t-path.root{color:#e06060}.t-del{color:#ffffff57;font-size:12px;flex-shrink:0}.t-count{color:#ffffff8c;padding:3px 0;opacity:0;animation:tFade .25s ease forwards}.t-count-zero{color:#ffffff8c}.t-comment{font-size:12.5px;color:#ffffff80;padding:2px 0;letter-spacing:.02em;opacity:0;animation:tFade .25s ease forwards}.evidence-section{padding:48px 0;border-top:none}.evidence-cols{display:grid;grid-template-columns:1fr 300px;gap:64px;align-items:center}.evidence-col-right{display:flex;flex-direction:column;gap:24px;padding-top:4px}.evidence-col-right .result-stats{flex-direction:row;gap:32px}.evidence-intro{font-family:var(--font-display);font-weight:700;font-size:clamp(26px,3.2vw,42px);line-height:1.2;color:var(--text);margin-bottom:10px}.evidence-sub{font-size:15px;color:var(--text-muted);margin-bottom:36px;line-height:1.5;letter-spacing:.01em}.evidence-narrative{font-size:16px;color:var(--text-muted);line-height:1.8;margin-bottom:48px}.evidence-scope{display:flex;flex-direction:column;gap:20px;padding:28px 32px;border:1px solid var(--border);border-radius:10px;margin-bottom:72px}.evidence-scope-meta{display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:11px;color:var(--text-dim);letter-spacing:.03em}.evidence-scope-stat{color:var(--text-muted)}.evidence-scope-dot{color:var(--text-dim)}.evidence-scope-industries{font-size:14px;color:var(--text-dim);line-height:1.6}.evidence-scope-tag{font-family:var(--font-mono);font-size:12px;color:var(--text);background:var(--bg-hover);border:1px solid var(--border);border-radius:4px;padding:5px 12px;letter-spacing:.02em}.evidence-insight{margin:40px 0 48px;display:flex;flex-direction:column;gap:28px}.evidence-pullquote{font-family:var(--font-display);font-size:clamp(19px,2.2vw,25px);line-height:1.45;color:var(--text-muted);font-weight:500;margin:0}.evidence-pullquote strong{display:block;color:var(--accent-fg);font-weight:500;margin-top:2px}.evidence-pivot{font-size:15px;color:var(--accent-fg);font-weight:500;padding-left:31px;margin:0}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.evidence-item{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.evidence-read-more{align-self:flex-end;font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;color:var(--text-dim);text-decoration:none;transition:color .15s}.evidence-read-more:hover{color:var(--accent-fg)}.evidence-text{font-size:15.5px;color:var(--text);line-height:1.7;flex:1}.evidence-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:8px;border-top:1px solid var(--border)}.evidence-label{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);letter-spacing:.04em}.evidence-harm{font-family:var(--font-mono);font-size:10px;padding:2px 8px;border-radius:999px;border:1px solid var(--border);color:var(--text-dim);letter-spacing:.06em;white-space:nowrap}.evidence-harm--fatal{border-color:#e060604d;color:#e06060;background:#e060600f}.evidence-harm--systemic{border-color:#c9934a4d;color:#c9934a;background:#c9934a0f}.evidence-harm--irreversible{border-color:#7b8ec84d;color:#7b8ec8;background:#7b8ec80f}.rq-scene{min-height:100vh;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:80px 0}.rq-dismissed-wrap{position:relative;display:inline-block;align-self:flex-start;font-family:var(--font-display);font-size:clamp(32px,4.5vw,60px);line-height:1.2;color:var(--text)}.rq-cursor{display:inline-block;color:var(--accent-fg);animation:rqBlink .65s step-end infinite;margin-left:2px}.rq-cursor--done{opacity:0;animation:none}@keyframes rqBlink{0%,to{opacity:1}50%{opacity:0}}.rq-strikethrough{position:absolute;left:0;top:52%;height:3px;width:100%;background:var(--text);transform:scaleX(0) translateY(-50%);transform-origin:left;transition:transform .65s cubic-bezier(.4,0,.2,1);pointer-events:none}.rq-strikethrough--active{transform:scaleX(1) translateY(-50%)}.rq-question{font-family:var(--font-display);font-size:clamp(32px,4.5vw,60px);line-height:1.2;color:var(--text)}.rq-question-cursor{animation:rqBlink .65s step-end infinite}.rq-question-cursor--done{opacity:0;animation:none}.rq-pivot{font-size:14px;color:var(--text-muted);line-height:1.6;padding-left:14px;border-left:2px solid var(--border);font-style:italic;max-width:52ch;opacity:0;transition:opacity .7s ease}.rq-pivot--visible{opacity:1}.rq-vs-block{display:flex;align-items:stretch;gap:0;margin-top:48px;max-width:780px;opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.rq-vs-block--visible{opacity:1;transform:translateY(0)}.rq-vs-card{flex:1;padding:28px 32px;border-radius:10px}.rq-vs-card--left{background:var(--bg-hover)}.rq-vs-card--right{background:#b87c7c0f}.rq-vs-divider{display:flex;align-items:center;justify-content:center;padding:0 20px;font-family:var(--font-mono);font-size:12px;color:var(--text-dim);letter-spacing:.1em;flex-shrink:0}.rq-vs-label{font-family:var(--font-mono);font-size:10px;letter-spacing:.04em;font-weight:700;color:var(--text-dim);margin-bottom:14px}.rq-vs-line1{font-size:16px;color:var(--text-muted);line-height:1.5;margin-bottom:8px}.rq-vs-line1 strong{color:var(--text);font-weight:500}.rq-vs-card--right .rq-vs-line1{color:#b87c7c99}.rq-vs-card--right .rq-vs-line1 strong{color:#b87c7cd9}.rq-vs-card--right .rq-vs-line2{color:var(--accent-fg)}.rq-vs-line2{font-size:15px;font-style:italic;color:var(--text-muted);line-height:1.5}.rq-divider{border:none;border-top:1px solid var(--border);margin:40px 0 0}.rq-method-tag{margin-top:28px;margin-bottom:0}.method-intro{font-family:var(--font-display);font-weight:700;font-size:clamp(20px,2.4vw,30px);line-height:1.3;color:var(--text);margin-bottom:56px}.method-flow{display:flex;flex-direction:column;margin-top:0;gap:0}.method-step{display:flex;flex-direction:column;border-top:1px solid var(--border);padding:44px 0}.method-connector{color:var(--text-dim);font-family:var(--font-mono);font-size:13px;padding:16px 0}.method-stage{display:grid;grid-template-columns:72px 1fr;gap:28px;align-items:start}.method-sub{margin-top:28px;padding-top:0;border-top:none;padding-left:100px}.method-sub-tag{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.04em;margin-bottom:14px}.method-cluster-note{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:10px}.method-cluster-note:last-child{margin-bottom:0}.method-cluster-note em{font-style:normal;color:var(--text);font-weight:500}.method-num{font-family:var(--font-display);font-size:44px;color:var(--accent-fg);opacity:.22;line-height:1;margin-top:4px}.method-name{font-family:var(--font-display);font-size:clamp(20px,2.2vw,28px);font-weight:400;color:var(--text);line-height:1.2;margin-bottom:8px}.method-desc{font-size:15px;color:var(--text-muted);line-height:1.6;grid-column:2}.method-stage--final .method-num{opacity:1}.method-stage--final .method-name{color:var(--text)}.method-step:last-child{padding-bottom:0}.method-section .section-tag{margin-bottom:20px}.defining-lead{font-size:16px;font-weight:500;color:var(--text);margin-bottom:16px;line-height:1.3}.defining-sub{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.04em;margin-bottom:12px}.defining-list{list-style:none;padding:0;margin:0 0 24px;display:flex;flex-direction:column;gap:10px}.defining-list li{font-size:14.5px;color:var(--text);line-height:1.6;padding-left:16px;position:relative}.defining-list li:before{content:"—";position:absolute;left:0;color:var(--text-dim);font-family:var(--font-mono)}.defining-close{font-size:14px;color:var(--text-muted);line-height:1.6}.criteria-intro{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:20px}.criteria-cards{display:flex;flex-direction:column;gap:10px}.criteria-card{border:1px solid var(--border);border-radius:8px;padding:14px 16px;background:var(--bg-card)}.criteria-card-label{font-family:var(--font-body);font-size:11px;font-weight:700;color:var(--text-muted);letter-spacing:.03em;margin-bottom:6px}.criteria-card-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.criteria-close{font-size:15px;color:var(--text-muted);line-height:1.7;margin-top:16px}.lo-plain-list{list-style:disc;padding-left:20px;margin-top:14px;display:flex;flex-direction:column;gap:8px}.lo-plain-list li{font-size:15px;line-height:1.6}.lo-plain-list--tight{margin-top:8px;gap:6px}.lo-plain-list--tight li{font-size:14px}.lo-flow-chain{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:28px}.lo-ai-strategy{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:12px}.lo-ai-strategy-col .lo-plain-list{margin-top:14px}.lo-journey{list-style:none;counter-reset:lo-journey;margin-top:20px;display:flex;flex-direction:column;gap:12px}.lo-journey li{counter-increment:lo-journey;display:flex;gap:14px;font-size:15px;line-height:1.6;color:var(--text-muted);padding-bottom:12px;border-bottom:1px solid var(--border)}.lo-journey li:last-child{border-bottom:none;padding-bottom:0}.lo-journey li:before{content:counter(lo-journey);font-family:var(--font-mono);font-size:12px;color:var(--text-dim);flex-shrink:0;width:20px}.lo-eval-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:12px}.lo-eval-grid--plain{gap:32px}.lo-eval-grid--plain>div+div{padding-left:32px;border-left:1px solid var(--border)}@media (max-width: 900px){.lo-ai-strategy{grid-template-columns:1fr;gap:24px}.lo-eval-grid{grid-template-columns:1fr}.lo-eval-grid--plain>div+div{padding-left:0;border-left:none}}.lo-wip-banner{display:inline-flex;align-items:center;gap:8px;width:fit-content;font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.02em;color:#2b1400;background:#f5a623;border-radius:6px;padding:8px 14px;margin-bottom:6px}.lo-wip-ribbon{position:absolute;top:12px;left:12px;z-index:2;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#2b1400;background:#f5a623;padding:5px 10px;border-radius:6px;box-shadow:0 2px 10px #0000004d}.lo-illustration{display:block;width:100%;border-radius:12px;border:1px solid var(--border);margin:24px 0}.lo-loop-diagram{display:block;width:100%;max-width:640px;margin:28px auto 4px}.lo-caption-row{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:24px}@media (max-width: 900px){.lo-caption-row{grid-template-columns:1fr}}.lo-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px}.lo-feature-card{display:flex;flex-direction:column;gap:14px;padding:28px;border:1px solid var(--border);border-radius:12px;background:var(--bg-card)}.lo-feature-card-name{font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--text)}.lo-feature-card-desc{font-size:15px;color:var(--text-muted);line-height:1.7}@media (max-width: 900px){.lo-feature-grid{grid-template-columns:1fr}}.output-header{padding-bottom:40px;border-bottom:1px solid var(--border);margin-bottom:0}.output-header .section-tag{margin-top:0}.output-header-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(24px,2.8vw,38px);line-height:1.2;color:var(--text);margin-top:12px;margin-bottom:12px}.output-header-sub{font-size:14px;color:var(--text-muted);line-height:1.7}.framework-bridge{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:80px 0;border-top:1px solid var(--border)}.framework-bridge-headline{font-family:var(--font-display);font-size:clamp(32px,5vw,64px);line-height:1.15;color:var(--text);margin-top:20px}.bridge-typed-2{color:var(--accent-fg);font-weight:700}.bridge-cursor{font-weight:300;color:var(--accent-fg);animation:bridgeBlink .75s infinite}.bridge-cursor--done{animation:none;opacity:0}@keyframes bridgeBlink{0%,to{opacity:1}50%{opacity:0}}.output-headline{font-family:var(--font-display);font-size:clamp(22px,2.4vw,32px);line-height:1.2;color:var(--text);margin-top:28px;margin-bottom:80px}.output-headline em{font-style:normal;color:var(--accent-fg)}.output-sub{font-size:15px;color:var(--text-muted);margin-bottom:32px}.modes-list{display:flex;flex-direction:column}.mode-card{display:flex;flex-direction:column;border-top:1px solid var(--border);padding:40px 0;cursor:pointer;-webkit-user-select:none;user-select:none}.mode-card:last-child{border-bottom:none}.mode-row-header{display:grid;grid-template-columns:72px 1fr;gap:28px;align-items:start}.mode-num-circle{width:48px;height:48px;border-radius:50%;background:var(--accent);color:#fff;font-family:var(--font-display);font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.mode-row-body{display:flex;flex-direction:column;gap:8px}.mode-row-top{display:flex;align-items:center;justify-content:space-between;gap:16px}.mode-name{font-family:var(--font-display);font-size:clamp(18px,2vw,26px);font-weight:400;color:var(--text);line-height:1.2}.mode-row-meta{display:flex;align-items:center;gap:10px;flex-shrink:0}.mode-tag{display:none}.mode-cases{font-size:13px;font-family:var(--font-display);font-weight:500;padding:6px 14px;border-radius:999px;background:#e845321f;color:var(--accent-fg);white-space:nowrap}.mode-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;border:1px solid transparent;background:var(--bg-hover);color:var(--text-muted);font-family:var(--font-display);font-size:13px;font-weight:500;white-space:nowrap;transition:border-color .2s,color .2s;flex-shrink:0}.mode-toggle:before{content:"view " attr(data-count) " patterns"}.mode-card.is-open .mode-toggle:before{content:"collapse"}.mode-card:hover .mode-toggle{border:1px solid rgba(232,69,50,.35)}.mode-card.is-open .mode-toggle{border:1px solid rgba(232,69,50,.35);color:var(--accent-fg)}.mode-toggle-icon{display:block;transition:transform .3s ease}.mode-card.is-open .mode-toggle-icon{transform:rotate(180deg)}.mode-anchor,.mode-arrow{display:none}.mode-desc{font-size:14px;color:var(--text-muted);line-height:1.7;margin-top:4px}.mode-expanded{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .5s ease;padding-left:100px}.mode-expanded-inner{min-height:0;overflow:hidden;padding-top:28px}.mode-card.is-open .mode-expanded{grid-template-rows:1fr}.mode-principle-label{font-family:var(--font-display);font-size:18px;font-weight:600;line-height:1.4;color:var(--text);margin-bottom:12px}.mode-problem{font-size:14px;color:var(--text-muted);line-height:1.7;margin-bottom:24px}.mode-pattern-list{display:flex;flex-direction:column}.mode-pattern-row{display:grid;grid-template-columns:22px 1fr;gap:14px;padding:14px 0;border-top:1px solid var(--border)}.mode-pattern-letter{font-family:var(--font-mono);font-size:11px;color:var(--accent-fg);letter-spacing:.06em;padding-top:2px;font-weight:500}.mode-pattern-body .mode-pattern-name{font-size:14px;font-weight:600;color:var(--text-muted);margin-bottom:3px;line-height:1.3;border-top:none;padding-top:0}.mode-pattern-prevents{font-size:12.5px;color:var(--text-muted);font-style:italic;margin-bottom:7px;line-height:1.4}.mode-pattern-guidance{font-size:13.5px;color:var(--text-muted);line-height:1.7}.irr-section{padding:40px 0 32px}.irr-intro{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.irr-widget{--color-border-primary: rgba(255,255,255,.1);--color-border-secondary: rgba(255,255,255,.07);--color-border-tertiary: rgba(255,255,255,.05);--color-background-primary: #0d0d0d;--color-background-secondary: #1a1a1a;--color-background-hover: rgba(255,255,255,.03);--color-text-primary: #e8e6e1;--color-text-secondary: #9E9E9E;--color-text-info: #7ab0e0;--color-text-danger: #e66e6e;--color-text-warning: #c9934a;--color-text-success: #6ee7b7;--color-background-danger: rgba(224,96,96,.1);--color-background-warning: rgba(201,147,74,.1);--color-background-success: rgba(110,231,183,.08)}[data-theme=light] .irr-widget{--color-border-primary: rgba(0,0,0,.1);--color-border-secondary: rgba(0,0,0,.07);--color-border-tertiary: rgba(0,0,0,.05);--color-background-primary: #f2f0eb;--color-background-secondary: #e8e5df;--color-background-hover: rgba(0,0,0,.03);--color-text-primary: #1a1818;--color-text-secondary: #595959;--color-text-info: #2980b9;--color-text-danger: #c0392b;--color-text-warning: #d44a1e;--color-text-success: #27ae60;--color-background-danger: rgba(192,57,43,.08);--color-background-warning: rgba(212,74,30,.08);--color-background-success: rgba(39,174,96,.08)}.thesis-line{font-family:var(--font-display);font-size:clamp(22px,2.6vw,32px);line-height:1.2;color:var(--text);margin:0 0 16px}.thesis-period{color:inherit}.role-section{padding:44px 0 48px;margin-bottom:0}.role-layout{display:grid;grid-template-columns:1fr 1px 1.6fr;gap:40px;align-items:start;margin-top:28px}.role-divider{background:var(--border);align-self:stretch}.role-meta-label{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.04em;margin-bottom:14px}.role-team-name{font-size:16px;font-weight:500;color:var(--text);margin-bottom:6px;line-height:1.3}.role-team-meta{font-family:var(--font-mono);font-size:11.5px;color:var(--text-muted);letter-spacing:.02em;margin-bottom:14px}.role-team-desc{font-size:14px;color:var(--text-muted);line-height:1.7}.role-contributions{display:flex;flex-direction:column;gap:0}.role-list{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:10px}.role-list li{font-size:14.5px;color:var(--text);line-height:1.6;padding-left:16px;position:relative}.role-list li:before{content:"—";position:absolute;left:0;color:var(--text-dim);font-family:var(--font-mono)}.role-meta-label--spaced{margin-top:4px}.role-key-contribution{font-size:14px;color:var(--text-muted);line-height:1.6}.diag-mapping-strip{display:flex;flex-direction:column;gap:0;margin:20px 0 24px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.diag-mapping-row{display:grid;grid-template-columns:1fr 32px 1fr;align-items:center;gap:16px;padding:16px 24px;border-bottom:1px solid var(--border)}.diag-mapping-row:last-child{border-bottom:none}.diag-mapping-mode{font-family:var(--font-body);font-size:15px;color:var(--text-muted);letter-spacing:.02em}.diag-mapping-arrow{font-family:var(--font-body);font-size:16px;color:var(--accent-fg);text-align:center}.diag-mapping-pattern{font-family:var(--font-body);font-size:15px;color:var(--text);letter-spacing:.02em}.diag-mapping-pattern strong{color:var(--accent-fg)}.diag-extra{display:flex;flex-direction:column;gap:0;margin-top:40px;border-top:1px solid var(--border)}.diag-block{padding:32px 0;border-bottom:1px solid var(--border)}.diag-block:last-child{border-bottom:none}.diag-block:first-child{border-bottom:none;padding-bottom:0}.diag-block:nth-child(2){border-bottom:none;padding-bottom:0}.diag-block-headline{font-size:16px;font-weight:500;color:var(--text);margin-bottom:10px;line-height:1.3}.diag-block-pattern-name{font-family:var(--font-mono);font-size:12.5px;color:var(--accent-fg);letter-spacing:.04em;margin:14px 0 12px}.diag-block-sub{font-size:15px;color:var(--text-muted);line-height:1.7;margin-bottom:14px}.diag-block-sub--spaced{margin-top:20px}.diag-block-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.diag-block-list li{font-size:14.5px;color:var(--text);line-height:1.6;padding-left:16px;position:relative}.diag-block-list li:before{content:"—";position:absolute;left:0;color:var(--text-dim);font-family:var(--font-mono)}.diag-block-result{margin-top:24px;padding:14px 16px;border-left:2px solid var(--accent)}.diag-block-result-label{font-family:var(--font-mono);font-size:10.5px;color:var(--text-muted);letter-spacing:.04em;display:block;margin-bottom:6px}.diag-block-result-body{font-size:14.5px;color:var(--text);line-height:1.6}.diag-block-insight{margin-top:24px;padding-top:20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.diag-block-insight-lead{font-size:14px;color:var(--text-muted);line-height:1.65}.diag-block-insight-principle{font-size:15px;font-weight:500;color:var(--text);line-height:1.6;padding-left:14px;border-left:2px solid var(--accent)}.diag-block-shift{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px}.diag-block-shift-from{font-family:var(--font-mono);font-size:13px;color:var(--text-muted)}.diag-block-shift-arrow{font-family:var(--font-mono);font-size:13px;color:var(--text-dim)}.diag-block-shift-to{font-family:var(--font-mono);font-size:13px;color:var(--accent-fg)}.diag-bridge{font-size:16px;color:var(--text-muted);line-height:1.75;padding:28px 0;border-top:1px solid var(--border);max-width:680px}.diag-bridge em{font-style:normal;color:var(--text);font-weight:500}.diag-pattern-intro{font-size:22px;font-weight:600;color:var(--text);margin-top:48px;margin-bottom:40px;line-height:1.3}.enables-section{padding:48px 0}.enables-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(26px,3.2vw,42px);line-height:1.2;color:var(--text);margin-bottom:20px}.enables-headline em{font-style:italic;color:var(--accent-fg)}.enables-body{font-size:16px;color:var(--text-muted);line-height:1.8;margin-bottom:48px}.enables-cols{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid var(--border)}.enables-col{padding:32px 40px 32px 0;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.enables-col:last-child{border-right:none;padding-left:40px;padding-right:0}.enables-col:nth-child(2){padding-left:40px}.enables-shift{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.enables-shift-from{font-family:var(--font-body);font-size:14px;color:var(--text-dim);text-decoration:line-through;letter-spacing:.04em}.enables-shift-arrow{font-family:var(--font-body);font-size:14px;color:var(--accent-fg)}.enables-shift-to{font-family:var(--font-body);font-size:14px;color:var(--accent-fg);font-weight:600;letter-spacing:.04em}.enables-col-desc{font-size:15px;color:var(--text-muted);line-height:1.75}.impact-section{padding:48px 0}.impact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:28px}.impact-col-label{font-family:var(--font-mono);font-size:10.5px;color:var(--text-dim);letter-spacing:.04em;margin-bottom:16px}.impact-personal-lead{font-size:14px;color:var(--text-muted);line-height:1.6;margin-bottom:12px}.impact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.impact-list li{font-size:14.5px;color:var(--text);line-height:1.6;padding-left:16px;position:relative}.impact-list li:before{content:"—";position:absolute;left:0;color:var(--text-dim);font-family:var(--font-mono)}.reflection-section{padding:48px 0}.reflection-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(26px,3.2vw,42px);line-height:1.2;color:var(--text);margin-bottom:48px}.reflection-parts{display:flex;flex-direction:column;gap:0}.reflection-part{display:grid;grid-template-columns:200px 1fr;gap:40px;padding:36px 0;border-top:1px solid var(--border)}.reflection-part--featured{padding:48px 0}.reflection-part--featured .reflection-closing-text{font-size:clamp(20px,2.2vw,28px);margin-top:28px;padding-top:28px;border-top:1px solid var(--border)}.reflection-part--final{border-bottom:1px solid var(--border)}.reflection-part-title{font-family:var(--font-body);font-size:11px;font-weight:700;color:var(--text-muted);letter-spacing:.03em;padding-top:4px}.reflection-body{font-size:15px;color:var(--text-muted);line-height:1.85}.reflection-body+.reflection-body{margin-top:18px}.reflection-closing{padding:72px 0 24px}.reflection-closing-text{font-family:var(--font-display);font-size:clamp(28px,3.8vw,52px);line-height:1.2;color:var(--text)}.reflection-closing-text em{font-style:italic;color:var(--accent-fg)}.closing-pullquote{font-family:var(--font-display);font-size:clamp(24px,3vw,40px);line-height:1.3;color:var(--color-text-primary);margin:32px 0 44px}.closing-rule{border:none;border-top:1px solid var(--border);margin-bottom:40px}.closing-meta-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:44px;align-items:start}.closing-name{font-size:16px;font-weight:500;color:var(--text);margin-bottom:8px;line-height:1.3}.closing-detail{font-size:14px;color:var(--text-muted);line-height:1.9}.closing-table{border-collapse:collapse;font-family:var(--font-mono);font-size:12px}.closing-stat-key{color:var(--text-dim);padding:4px 32px 4px 0;letter-spacing:.03em;white-space:nowrap}.closing-stat-val{color:var(--text);padding:4px 0;font-weight:500}.closing-credits{margin-top:28px;border-top:1px solid var(--border);display:flex;flex-direction:column}.closing-credits-meta{font-family:var(--font-body);font-size:11px;color:var(--text-dim);letter-spacing:.06em;display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:16px 0;border-bottom:1px solid var(--border)}.closing-credits-dot{opacity:.35}.closing-credits-cols{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;padding:32px 0;border-bottom:1px solid var(--border);align-items:start}.closing-credits-col{display:flex;flex-direction:column;gap:10px}.closing-credits-col-label{font-family:var(--font-body);font-size:10.5px;color:var(--text-dim);letter-spacing:.04em}.closing-credits-col-label--spaced{margin-top:14px}.closing-credits-col-title{font-size:16px;font-weight:500;color:var(--text);line-height:1.4}.closing-credits-col-body{font-size:14.5px;color:var(--text-muted);line-height:1.7}.closing-credits-list{font-size:14.5px;color:var(--text-muted);line-height:1.7;padding-left:16px;margin:0 0 4px}.closing-credits-list li{margin-bottom:4px}.closing-credits-divider{width:1px;background:var(--border);align-self:stretch}.closing-actions{display:flex;gap:12px;margin-top:52px;flex-wrap:wrap}.closing-poster{margin-top:48px}.closing-poster-meta{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);letter-spacing:.05em;margin-bottom:12px}.closing-poster-link{display:inline-block;text-decoration:none}.closing-poster-thumb{display:block;height:120px;width:auto;border:1px solid var(--border);border-radius:4px;opacity:.85;transition:opacity .15s ease}.closing-poster-link:hover .closing-poster-thumb{opacity:1}.closing-poster-caption{font-family:var(--font-mono);font-size:12px;color:var(--text-muted);margin-top:6px}.closing-btn{font-family:var(--font-body);font-size:12px;letter-spacing:.04em;padding:10px 20px;border-radius:8px;border:1px solid;text-decoration:none;transition:background var(--motion-fast) var(--ease-out),color var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out)}.closing-btn:active{transform:scale(.98)}.closing-btn--primary{background:#d44a1e;color:#fff;border:none}.closing-btn--primary:hover,[data-theme=dark] .closing-btn--primary{background:#b83d18}[data-theme=dark] .closing-btn--primary:hover{background:#9c3414}.closing-btn--secondary{border-color:var(--border);color:var(--text-muted);background:transparent}.closing-btn--secondary:hover{background:var(--bg-hover);color:var(--text)}.closing-citation{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);letter-spacing:.05em;text-align:center}.diag-pattern--text{padding-bottom:24px}.diag-pattern--text .diag-pattern-desc{max-width:72ch}.diagnosis-headline{font-family:var(--font-display);font-weight:700;font-size:clamp(26px,3.2vw,42px);line-height:1.2;color:var(--text);margin-bottom:24px}.diagnosis-sub{font-size:15px;color:var(--text-muted);margin-bottom:40px}.diag-pattern-list{display:flex;flex-direction:column}.diag-pattern{padding:36px 0;border-top:1px solid var(--border)}.diag-pattern:first-child{border-top:none;padding-top:0}.diag-pattern-header{display:flex;align-items:flex-start;gap:18px;margin-bottom:20px}.diag-pattern-id{font-family:var(--font-mono);font-size:12px;font-weight:500;color:var(--accent-fg);background:#b87c7c1a;border:1px solid rgba(184,124,124,.25);border-radius:6px;padding:3px 10px;letter-spacing:.1em;flex-shrink:0;margin-top:3px}.diag-pattern-name{font-size:16px;font-weight:500;color:var(--text);margin-bottom:5px;line-height:1.3}.diag-pattern-desc{font-size:15px;color:var(--text-muted);line-height:1.7}.diag-demo{display:grid;grid-template-columns:1fr 48px 1fr;align-items:start;gap:20px;margin-bottom:20px}.diag-demo-arrow{color:var(--text-dim);font-family:var(--font-mono);font-size:14px;text-align:center;align-self:center}.diag-demo-label{font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.08em;margin-top:20px;margin-bottom:8px;text-transform:uppercase}.diag-demo-label--bad{color:#e06060e6}[data-theme=dark] .diag-demo-label--bad{color:#e66e6e}.diag-demo-label--good{color:#50b478f2}.diag-mini-terminal{background:#0a0a0a;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:16px 18px;font-family:var(--font-mono);font-size:12.5px;display:flex;flex-direction:column;gap:8px}.diag-mini-terminal--good{border-color:#50b4782e}.diag-t-prompt{color:#6ee7b7;margin-right:8px}.diag-t-line{color:#ffffffd9}.diag-t-output{color:#ffffff59;padding-left:14px}.diag-t-bad{color:#e06060a6}.diag-t-ok{color:#50b478b3}.diag-agent-bubble{background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:5px}.diag-agent-label{font-size:9.5px;color:var(--accent-fg);letter-spacing:.1em;text-transform:uppercase}.diag-agent-text{font-family:var(--font-body);font-size:13px;color:#ffffffa6;line-height:1.55}.diag-path{font-family:var(--font-mono);font-size:11.5px;color:#ffffff73;background:#ffffff0f;padding:1px 5px;border-radius:4px}.diag-actions{display:flex;gap:8px}.diag-btn{font-family:var(--font-mono);font-size:11px;padding:5px 12px;border-radius:6px;border:1px solid;cursor:default;letter-spacing:.04em}.diag-btn--confirm{background:#50b4781a;border-color:#50b47847;color:#50b478e6}.diag-btn--cancel{background:transparent;border-color:#ffffff1a;color:#ffffff59}.diag-friction-warning{display:flex;align-items:center;gap:8px;background:#e0606012;border:1px solid rgba(224,96,96,.18);border-radius:6px;padding:8px 10px}.diag-friction-icon{color:#e06060;font-size:12px}.diag-friction-text{font-family:var(--font-body);font-size:12px;color:#e06060bf;line-height:1.4}.diag-friction-scope{display:flex;flex-direction:column;gap:5px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.06)}.diag-scope-row{display:flex;justify-content:space-between;align-items:center}.diag-scope-path{color:#fff6;font-size:11.5px}.diag-scope-size{color:#fff3;font-size:11px}.diag-confirm-input{display:flex;align-items:center;gap:6px;padding-top:2px}.diag-confirm-label{font-size:11px;color:#ffffff47}.diag-confirm-cursor{color:#ffffff80;animation:blink 1.1s step-end infinite}@keyframes blink{50%{opacity:0}}.diag-scope-gate{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.diag-gate-header{display:flex;align-items:center;gap:7px}.diag-gate-icon{color:#e06060a6;font-size:12px}.diag-gate-text{font-size:10.5px;color:#e06060a6;letter-spacing:.06em;text-transform:uppercase}.diag-gate-desc{font-family:var(--font-body);font-size:12.5px;color:#ffffff80;line-height:1.55}.diag-mini-chat [data-anim]{opacity:0}.diag-mini-chat.in-view [data-anim]{animation:tFade .4s ease forwards;animation-delay:var(--anim-delay, 0s)}.diag-mini-chat.in-view [data-anim-type=slide]{animation:chatSlideIn .35s ease forwards;animation-delay:var(--anim-delay, 0s)}.diag-mini-chat.in-view [data-anim-type=rise]{animation:chatRiseIn .45s ease forwards;animation-delay:var(--anim-delay, 0s)}.diag-mini-chat.in-view [data-anim-type=pulse]{animation:tFade .4s ease forwards,riskPulse 2s ease-in-out infinite;animation-delay:var(--anim-delay, 0s),calc(var(--anim-delay, 0s) + .4s)}@keyframes chatSlideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes chatRiseIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes riskPulse{0%,to{box-shadow:0 0 #ff960000}50%{box-shadow:0 0 0 3px #ff96001f}}.diag-mini-chat{background:#0a0a0a;border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.diag-mini-chat--good{border-color:#50b4782e}.diag-chat-msg{font-family:var(--font-body);font-size:12.5px;line-height:1.55;padding:7px 10px;border-radius:10px;max-width:88%}.diag-chat-msg--user{background:#ffffff12;color:#ffffffbf;border-radius:10px 10px 3px;align-self:flex-end}.diag-chat-msg--ai{background:#ffffff08;color:#ffffff73;border:1px solid rgba(255,255,255,.06);border-radius:10px 10px 10px 3px;align-self:flex-start}.diag-chat-msg--crisis{background:#50b4780f;color:#50b478d9;border:1px solid rgba(80,180,120,.15);border-radius:10px 10px 10px 3px;align-self:flex-start}.diag-chat-risk-flag{display:flex;align-items:center;gap:7px;background:#ff96000f;border:1px solid rgba(255,150,0,.25);border-radius:6px;padding:7px 10px}.diag-chat-risk-flag .diag-gate-icon{color:#ff9600cc}.diag-chat-risk-flag .diag-gate-text{color:#ff9600b3}.diag-chat-mode-tag{font-family:var(--font-mono);font-size:10px;color:#fff3;letter-spacing:.07em;text-transform:uppercase;padding:3px 0}.diag-chat-mode-shift{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:8px 10px}.diag-chat-mode-shift .diag-gate-icon{color:#50b478b3}.diag-chat-mode-shift .diag-gate-text{color:#50b478a6}.diag-chat-crisis-card{background:#ff96000a;border:1px solid rgba(255,150,0,.22);border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.diag-crisis-header{display:flex;align-items:center;gap:8px}.diag-crisis-icon{color:#ffb400cc;font-size:12px;flex-shrink:0}.diag-crisis-title{font-family:var(--font-body);font-size:12.5px;color:#ffffffa6;line-height:1.4}.diag-crisis-resources{display:flex;flex-direction:column;gap:5px;padding:6px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.diag-crisis-row{display:flex;justify-content:space-between;align-items:center}.diag-crisis-label{font-family:var(--font-mono);font-size:10.5px;color:#ffffff4d}.diag-crisis-value{font-family:var(--font-mono);font-size:12px;color:#ffc864bf;font-weight:500}.t-response{margin-top:6px;padding:10px 14px;background:#ffffff08;border-left:2px solid rgba(255,255,255,.1);border-radius:0 6px 6px 0;display:flex;align-items:baseline;gap:10px;opacity:0;animation:tFade .4s ease forwards}.t-response-label{font-family:var(--font-mono);font-size:11px;color:var(--accent-fg);letter-spacing:.08em;flex-shrink:0}.t-response-text{font-family:var(--font-display);font-size:16px;font-style:italic;color:#ffffffa6}@keyframes tFade{0%{opacity:0}to{opacity:1}}.chat-hook{margin:28px 0 32px;border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden;background:#080808;font-family:var(--font-mono)}.chat-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#111;border-bottom:1px solid rgba(255,255,255,.05)}.chat-window-title{font-size:11px;color:#ffffff2e;letter-spacing:.06em;margin-left:auto}.chat-body{padding:20px 24px 26px;display:flex;flex-direction:column;gap:10px}.chat-row{display:flex;opacity:0;animation:tFade .35s ease forwards}.chat-row--user{justify-content:flex-end}.chat-row--ai{justify-content:flex-start}.chat-bubble{max-width:74%;padding:9px 13px;font-family:var(--font-sans);font-size:14px;line-height:1.6}.chat-bubble--user{background:#ffffff14;color:#ffffffd9;border-radius:14px 14px 4px}.chat-bubble--ai{background:#ffffff0a;color:#fff9;border:1px solid rgba(255,255,255,.07);border-radius:14px 14px 14px 4px}.chat-typing{display:flex;align-items:center;gap:5px;padding:10px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:14px 14px 14px 4px}.chat-typing span{width:5px;height:5px;border-radius:50%;background:#ffffff4d;animation:chatDot 1.2s ease-in-out infinite}@keyframes chatDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.chat-row--response{margin-top:-10px}.chat-absent{margin-top:8px;opacity:0;animation:tFade .4s ease forwards}.chat-absent-label{display:block;font-size:11px;color:#ffa0008c;letter-spacing:.07em;margin-bottom:8px}.chat-absent-card{display:flex;align-items:flex-start;gap:12px;padding:11px 15px;background:#ff96000d;border:1px dashed rgba(255,150,0,.35);border-radius:8px}.chat-absent-icon{font-size:14px;color:#ffb400d9;flex-shrink:0;padding-top:1px}.chat-absent-text{font-family:var(--font-sans);font-size:13.5px;color:#ffffff85;line-height:1.6}.chat-absent-text strong{color:#ffc864cc;font-weight:500}.sim-incident-strip{display:flex;align-items:stretch;gap:0;margin:32px 0 0;padding:24px 0}.sim-incident-col{display:flex;flex-direction:column;gap:6px;flex:1;padding:0 20px}.scroll-hint{display:flex;justify-content:center;margin-top:-10vh;margin-bottom:10vh;width:100%}.scroll-hint-arrow{color:var(--text-dim);animation:scrollHint 2s ease-in-out infinite}@keyframes scrollHint{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:.7;transform:translateY(6px)}}.sim-incident-col:first-child{padding-left:0}.sim-incident-col:last-child{padding-right:0}.sim-incident-divider{width:1px;background:var(--border);align-self:stretch;flex-shrink:0}.sim-incident-label{font-family:var(--font-body);font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-weight:700}.sim-incident-value{font-size:15px;color:var(--text-muted);line-height:1.5;font-weight:400}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);padding-top:28px}.stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 16px;border-right:1px solid var(--border)}.stat:first-child{padding-left:0}.stat:last-child{border-right:none}.stat-num{font-family:var(--font-display);font-size:40px;line-height:1;color:var(--accent-fg)}.stat-label{font-size:12.5px;color:var(--text-muted);text-align:center}.hero--billboard{border-radius:14px;border:1px solid var(--border);overflow:hidden}.section-card{background:var(--bg-card);border-radius:14px;border:1px solid var(--border);position:relative;padding:40px 48px;overflow:hidden}.section-card .card-nail{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--text-muted);opacity:.35}.section-card .card-nail--tl{top:12px;left:12px}.section-card .card-nail--tr{top:12px;right:12px}.section-card .card-nail--bl{bottom:12px;left:12px}.section-card .card-nail--br{bottom:12px;right:12px}[data-theme=light] .hero-stats{background:none;border-top:1px solid var(--border);border-radius:0;margin:0;padding:24px 0 0}[data-theme=light] .stat{border-right-color:var(--border)}[data-theme=light] .stat-num{color:var(--accent)}[data-theme=light] .stat-label{color:var(--text-dim)}.section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:20px}.section-header .section-title{flex:1}.section-header .see-all{flex-shrink:0;margin-left:24px}.section-tag{font-family:var(--font-mono);font-size:12px;font-weight:400;line-height:1.2;color:var(--text-dim);letter-spacing:.04em;margin-top:40px;margin-bottom:12px}.result-headline,.team-impact-headline,.evidence-intro,.method-intro,.output-header-headline,.enables-headline,.reflection-headline,.diagnosis-headline{margin-top:0}.section-title{font-family:var(--font-display);font-size:var(--type-section-title);line-height:1.2}.section-title em{font-style:italic;color:var(--accent-fg)}.heading-soft{color:var(--text-muted);font-style:normal}.see-all{font-size:13px;color:var(--text-muted);text-decoration:none;border:1px solid var(--border);padding:6px 14px;border-radius:999px;transition:background var(--motion-fast) var(--ease-out),color var(--motion-fast) var(--ease-out),border-color var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out);white-space:nowrap}.see-all:active{transform:scale(.98)}.see-all:hover{background:var(--bg-hover);color:var(--text);border-color:#ffffff26}.projects-section{--project-role-badge: #d33a22;margin-bottom:16px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.project-card{position:relative;border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--bg-card);text-decoration:none;color:inherit;display:flex;flex-direction:column}.project-img-placeholder{width:100%;height:auto;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:32px;object-fit:cover;box-shadow:inset 0 0 0 6px var(--bg-card);transition:box-shadow var(--motion-card) var(--ease-out),transform var(--motion-card) var(--ease-out)}.project-card:hover .project-img-placeholder{box-shadow:inset 0 0 0 0 var(--bg-card);transform:scale(1.04)}.project-role-badge{position:absolute;z-index:6;top:16px;right:16px;display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:999px;color:#fff;font-family:var(--font-body);font-size:12px;font-weight:700;line-height:1;box-shadow:0 2px 6px #0003;white-space:nowrap}.project-role-badge:before{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:currentColor;content:"";opacity:.72}.project-role-badge--design,.project-role-badge--research{background:var(--project-role-badge)}.project-info{padding:18px 18px 20px;flex:1}.project-title{font-size:18px;font-weight:600;margin-bottom:8px}.project-tags{display:flex;flex-wrap:wrap;gap:4px}.tag{font-size:11px;font-family:var(--font-body);padding:3px 10px;border-radius:999px;border:none;background:#595959;color:#fff;white-space:nowrap}.tag.accent{background:var(--accent)}.tag--wip{background:transparent;border:1px dashed var(--border);color:var(--text-dim);font-family:var(--font-mono)}[data-theme=dark] .tag.accent{background:var(--accent-contrast-bg)}.project-card--featured{grid-column:1 / -1;position:relative;isolation:isolate}.project-card--featured .project-img-placeholder{aspect-ratio:11/4}.project-card--featured .project-info{position:absolute;z-index:5;inset:auto 0 0 0;padding:36px 32px 28px;background:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 48%,rgba(0,0,0,.75) 65%,transparent 100%)}.project-card--featured .project-title{font-size:28px;color:#fff}.gd-card-visual{overflow:hidden}.project-card--givingdata .project-img-placeholder,.project-card--harmful .project-img-placeholder{transition:opacity .3s ease,box-shadow var(--motion-card) var(--ease-out),transform var(--motion-card) var(--ease-out)}.project-card--givingdata .project-img-placeholder{transition:opacity .16s ease,box-shadow var(--motion-card) var(--ease-out),transform var(--motion-card) var(--ease-out)}.gdh-demo{--gdh-cycle-duration: 7.2s;position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#e8eef1;opacity:0;transition:opacity .16s ease}.gdh-player-bar{position:absolute;inset:0 0 auto;z-index:3;height:34px;display:flex;align-items:center;gap:12px;padding:0 16px;background:#0c2f46;color:#ffffffc7;font-family:var(--font-mono);font-size:10px}.gdh-window-dots{display:inline-flex;gap:5px}.gdh-window-dots i{width:7px;height:7px;border-radius:50%;background:#ffffff59}.gdh-window-dots i:first-child{background:#ff8a72}.gdh-player-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gdh-player-mode{margin-left:auto;color:#ffffff80;white-space:nowrap}.gdh-stage-tabs{position:absolute;inset:34px 0 auto;z-index:3;height:34px;display:grid;grid-template-columns:repeat(4,1fr);padding-left:28%;background:#fff;border-bottom:1px solid #d8e0e4}.gdh-tab{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;color:#62717a;font-family:var(--font-mono);font-size:10px;font-weight:500}.gdh-tab i{width:6px;height:6px;border:1px solid currentColor;border-radius:50%}.gdh-tab:after{content:"";position:absolute;inset:auto auto 0 0;width:0;height:2px;background:#e84532}.gdh-motion-stage{position:absolute;top:68px;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(180px,28%) minmax(0,72%);overflow:hidden;background:#f5f7f8}.gdh-story-rail{position:relative;z-index:4;overflow:hidden;background:#104f76;color:#fff}.gdh-story-copy{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:8px;padding:clamp(18px,2.5vw,30px);opacity:0;transform:translateY(16px)}.gdh-story-copy--journey{opacity:1;transform:none}.gdh-story-copy span{color:#ff9a86;font-family:var(--font-mono);font-size:11px;font-weight:500;letter-spacing:.04em}.gdh-story-copy strong{max-width:11ch;font-size:clamp(18px,2.4vw,30px);line-height:1.08;text-wrap:balance}.gdh-story-copy small{max-width:19ch;color:#ffffffb8;font-size:11px;line-height:1.45}.gdh-story-meter{position:absolute;right:18px;bottom:18px;left:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.gdh-story-meter i{height:2px;background:#ffffff38}.gdh-story-meter i:after{content:"";display:block;width:0;height:100%;background:#ff8a72}.gdh-ui-viewport{position:relative;min-width:0;overflow:hidden;container-type:size;background:#f8fafb}.gdh-scene{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#f8fafb;color:#173447;opacity:0;transform-origin:center;will-change:transform,opacity,clip-path}.gdh-scene--journey{opacity:1}.gdh-flow-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.gdh-flow-lines path{fill:none;stroke:#7f9dae;stroke-width:1.6;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;vector-effect:non-scaling-stroke}.gdh-flow-node{position:absolute;width:21%;min-width:82px;padding:10px 12px 9px 30px;border:1px solid #b9c9d2;border-radius:7px;background:#fff;box-shadow:0 3px 6px #11384e14;opacity:0}.gdh-flow-node i{position:absolute;top:12px;left:11px;width:9px;height:9px;border:2px solid #1c678f;border-radius:50%}.gdh-flow-node span,.gdh-flow-node b{display:block}.gdh-flow-node span{color:#143f59;font-size:10px;font-weight:700;line-height:1.2}.gdh-flow-node b{margin-top:3px;color:#71838e;font-family:var(--font-mono);font-size:7px;font-weight:400;line-height:1.2}.gdh-flow-node--account{top:13%;left:3%;--node-delay: 0ms}.gdh-flow-node--identity{top:13%;left:39%;--node-delay: 90ms}.gdh-flow-node--activate{top:46%;left:39%;--node-delay: .18s}.gdh-flow-node--access{top:67%;left:68%;--node-delay: .27s}.gdh-flow-node--home{top:13%;left:68%;--node-delay: .36s}.gdh-flow-node--identity i,.gdh-flow-node--access i{border-radius:1px;border-color:#e68b4d;transform:rotate(45deg)}.gdh-flow-note{position:absolute;right:4%;bottom:7%;display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:6px;background:#eaf3f7;color:#456b80;font-family:var(--font-mono);font-size:8px;opacity:0}.gdh-flow-note strong{color:#164f70;font-size:8px}.gdh-ia-topbar,.gdh-wireframe-topbar{height:38px;display:flex;align-items:center;gap:12px;padding:0 15px;border-bottom:1px solid #dbe4e8;background:#fff;font-size:9px}.gdh-ia-topbar strong,.gdh-wireframe-topbar strong{margin-right:auto;color:#13557a;font-size:11px}.gdh-ia-topbar span,.gdh-wireframe-topbar span{color:#687c87}.gdh-ia-topbar i{width:8px;height:8px;border:1px solid #7e929d;border-radius:50%}.gdh-ia-lines{position:absolute;top:38px;right:0;bottom:0;left:0;width:100%;height:calc(100% - 38px)}.gdh-ia-lines path{fill:none;stroke:#9bb1bd;stroke-width:1.5;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;vector-effect:non-scaling-stroke}.gdh-ia-hub{position:absolute;top:18%;left:37%;width:26%;display:flex;align-items:center;justify-content:center;gap:7px;padding:10px;border-radius:7px;background:#155e87;color:#fff;font-size:9px;font-weight:700;opacity:0;transform:translateY(-10px) scale(.92)}.gdh-ia-hub i{width:9px;height:9px;border:1px solid currentColor;border-radius:2px}.gdh-ia-group{position:absolute;top:49%;width:28%;min-height:112px;padding:11px 12px;border-radius:7px;background:#fff;box-shadow:0 3px 7px #123d551a;opacity:0;transform:translateY(16px) scale(.94)}.gdh-ia-group--manage{left:3%}.gdh-ia-group--act{left:36%}.gdh-ia-group--learn{left:69%}.gdh-ia-group small,.gdh-ia-group strong,.gdh-ia-group span{display:block}.gdh-ia-group small{color:#e24b39;font-family:var(--font-mono);font-size:7px}.gdh-ia-group strong{margin:4px 0 7px;color:#214b63;font-size:11px}.gdh-ia-group span{margin-top:4px;padding:4px 6px;border-radius:4px;background:#edf3f6;color:#5f7784;font-size:7px}.gdh-ia-note{position:absolute;right:4%;bottom:6%;display:flex;align-items:center;gap:7px;color:#517184;font-family:var(--font-mono);font-size:7px;opacity:0}.gdh-ia-note i{width:7px;height:7px;border-radius:50%;background:#e24b39}.gdh-layout-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:15px 16px 0}.gdh-layout-option{min-width:0;padding:10px;border-radius:8px;background:#fff;box-shadow:0 2px 6px #123d551a;opacity:0;transform:translateY(15px) scale(.96)}.gdh-layout-option header{display:grid;grid-template-columns:1fr auto;gap:2px 8px;margin-bottom:8px}.gdh-layout-option header span{color:#81919a;font-family:var(--font-mono);font-size:6px}.gdh-layout-option header strong{grid-column:1;color:#244d65;font-size:9px}.gdh-layout-option header em{grid-row:1 / span 2;grid-column:2;align-self:center;padding:3px 5px;border-radius:4px;background:#ffe8e3;color:#b43c2e;font:500 6px/1 var(--font-mono);font-style:normal}.gdh-mini-screen{position:relative;height:112px;overflow:hidden;border:1px solid #d9e2e7;border-radius:5px;background:#f3f6f8}.gdh-layout-option--top .gdh-mini-screen>i{position:relative;display:inline-block;width:12%;height:5px;margin:10px 2px 0 7px;border-radius:3px;background:#57839a}.gdh-layout-option--top .gdh-mini-screen>i:first-child{width:18%;background:#e24b39}.gdh-mini-screen section{position:absolute;top:27px;right:8px;bottom:8px;left:8px;display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.gdh-mini-screen section b{min-height:30px;border-radius:4px;background:#fff;box-shadow:0 1px 3px #1c465c14}.gdh-layout-option--hybrid .gdh-mini-rail{position:absolute;inset:0 auto 0 0;width:24%;padding-top:9px;background:#155e87}.gdh-layout-option--hybrid .gdh-mini-rail i{display:block;width:62%;height:5px;margin:0 auto 8px;border-radius:3px;background:#ffffffa3}.gdh-layout-option--hybrid .gdh-mini-screen nav{position:absolute;inset:0 0 auto 24%;height:22px;padding:7px 8px;background:#fff}.gdh-layout-option--hybrid .gdh-mini-screen nav i{display:inline-block;width:14%;height:4px;margin-right:5px;border-radius:2px;background:#7793a2}.gdh-layout-option--hybrid .gdh-mini-screen section{top:29px;right:7px;bottom:7px;left:29%}.gdh-layout-note{display:flex;align-items:center;gap:10px;margin:11px 16px 0;padding:8px 10px;border-radius:6px;background:#eaf3f7;opacity:0;transform:translateY(8px)}.gdh-layout-note span{flex:0 0 auto;color:#e24b39;font-family:var(--font-mono);font-size:7px}.gdh-layout-note strong{color:#45687a;font-size:7px;font-weight:500;line-height:1.35}.gdh-product-topbar{height:38px;display:flex;align-items:center;gap:13px;padding:0 15px;border-bottom:1px solid #dbe4e8;background:#fff;font-size:9px}.gdh-product-topbar strong{margin-right:auto;color:#13557a;font-size:11px}.gdh-product-topbar span{color:#687c87}.gdh-product-topbar i{width:8px;height:8px;border:1px solid #7e929d;border-radius:50%}.gdh-product-nav{position:absolute;inset:38px auto 0 0;width:24%;min-width:104px;padding:12px 8px;background:#0f5a86}.gdh-product-nav span{display:flex;align-items:center;gap:8px;margin-bottom:4px;padding:8px 9px;border-radius:5px;color:#ffffffb8;font-size:9px;opacity:0;transform:translate(-12px)}.gdh-product-nav span.is-active{background:#ffffff26;color:#fff}.gdh-product-nav i{width:8px;height:8px;border:1px solid currentColor;border-radius:2px}.gdh-product-main{position:absolute;top:38px;right:0;bottom:0;left:24%;padding:15px 16px;background:#f5f7f8}.gdh-product-heading{display:grid;grid-template-columns:1fr auto;gap:2px 12px;align-items:center}.gdh-product-heading span{color:#78909c;font-family:var(--font-mono);font-size:7px}.gdh-product-heading strong{color:#173e55;font-size:17px;line-height:1.1}.gdh-product-heading em{grid-row:1 / span 2;grid-column:2;padding:6px 9px;border-radius:5px;background:#e54a38;color:#fff;font:700 8px/1 var(--font-body);font-style:normal}.gdh-product-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:13px}.gdh-product-cards article{min-height:82px;padding:11px;border-radius:7px;background:#fff;box-shadow:0 2px 5px #133d541a;opacity:0;transform:translateY(14px) scale(.97)}.gdh-product-cards article:last-child{grid-column:1 / -1;min-height:58px}.gdh-product-cards span,.gdh-product-cards strong{display:block}.gdh-product-cards span{color:#7c8d96;font-size:7px}.gdh-product-cards strong{margin-top:3px;color:#244d65;font-size:10px}.gdh-product-cards i{display:block;width:80%;height:4px;margin-top:8px;border-radius:2px;background:#e3e9ec}.gdh-product-cards i:nth-of-type(2){width:60%}.gdh-product-cards i:nth-of-type(3){width:70%}@keyframes gdhJourneyScene{0%,19%{opacity:1;transform:translate(0) scale(1);clip-path:inset(0)}25%,95%{opacity:0;transform:translate(-9%) scale(.97);clip-path:inset(0 17% 0 0)}to{opacity:1;transform:translate(0) scale(1);clip-path:inset(0)}}@keyframes gdhStructureScene{0%,19%{opacity:0;transform:translate(12%) scale(.98);clip-path:inset(0 0 0 26%)}25%,43%{opacity:1;transform:translate(0) scale(1);clip-path:inset(0)}49%,to{opacity:0;transform:translate(-7%) scale(.97);clip-path:inset(0 18% 0 0)}}@keyframes gdhWireframeScene{0%,43%{opacity:0;transform:translate(12%) scale(.98);clip-path:inset(0 0 0 26%)}50%,68%{opacity:1;transform:translate(0) scale(1);clip-path:inset(0)}74%,to{opacity:0;transform:translate(-7%) scale(.97);clip-path:inset(0 18% 0 0)}}@keyframes gdhNavigationScene{0%,68%{opacity:0;transform:translate(12%) scale(.98);clip-path:inset(0 0 0 28%)}75%,94%{opacity:1;transform:translate(0) scale(1);clip-path:inset(0)}to{opacity:0;transform:translate(-5%) scale(.98);clip-path:inset(0 18% 0 0)}}@keyframes gdhStoryJourney{0%,19%,to{opacity:1;transform:translateY(0)}24%,96%{opacity:0;transform:translateY(-14px)}}@keyframes gdhStoryStructure{0%,20%,48%,to{opacity:0;transform:translateY(14px)}25%,43%{opacity:1;transform:translateY(0)}}@keyframes gdhStoryWireframe{0%,45%,73%,to{opacity:0;transform:translateY(14px)}50%,68%{opacity:1;transform:translateY(0)}}@keyframes gdhStoryNavigation{0%,70%,99%,to{opacity:0;transform:translateY(14px)}75%,94%{opacity:1;transform:translateY(0)}}@keyframes gdhFlowPath{0%{stroke-dashoffset:1;opacity:.15}5%{opacity:1}15%,19%{stroke-dashoffset:0;opacity:1}24%,to{stroke-dashoffset:0;opacity:0}}@keyframes gdhFlowNode{0%,3%{opacity:0;transform:translateY(12px) scale(.88)}8%,19%{opacity:1;transform:translateY(0) scale(1)}24%,to{opacity:0;transform:translate(-34px) scale(.9)}}@keyframes gdhFlowNote{0%,12%{opacity:0;transform:translateY(7px)}16%,19%{opacity:1;transform:translateY(0)}24%,to{opacity:0;transform:translate(-18px)}}@keyframes gdhIaTopbarBuild{0%,20%{clip-path:inset(0 100% 0 0);opacity:0}25%,43%{clip-path:inset(0);opacity:1}48%,to{clip-path:inset(0 18% 0 0);opacity:0}}@keyframes gdhIaPathBuild{0%,23%{stroke-dashoffset:1;opacity:0}28%,43%{stroke-dashoffset:0;opacity:1}48%,to{opacity:0}}@keyframes gdhIaItemBuild{0%,22%{opacity:0;transform:translateY(16px) scale(.94)}29%,43%{opacity:1;transform:translateY(0) scale(1)}48%,to{opacity:0;transform:translate(-18px) scale(.93)}}@keyframes gdhIaNoteBuild{0%,34%{opacity:0;transform:translateY(7px)}39%,43%{opacity:1;transform:translateY(0)}48%,to{opacity:0;transform:translate(-12px)}}@keyframes gdhWireframeTopbarBuild{0%,45%{clip-path:inset(0 100% 0 0);opacity:0}50%,68%{clip-path:inset(0);opacity:1}73%,to{clip-path:inset(0 18% 0 0);opacity:0}}@keyframes gdhLayoutOptionBuild{0%,46%{opacity:0;transform:translateY(15px) scale(.96)}53%,68%{opacity:1;transform:translateY(0) scale(1)}73%,to{opacity:0;transform:translate(-15px) scale(.93)}}@keyframes gdhLayoutNoteBuild{0%,59%{opacity:0;transform:translateY(8px)}64%,68%{opacity:1;transform:translateY(0)}73%,to{opacity:0;transform:translate(-12px)}}@keyframes gdhTopbarBuild{0%,70%{clip-path:inset(0 100% 0 0);opacity:0}75%,94%{clip-path:inset(0);opacity:1}to{clip-path:inset(0 18% 0 0);opacity:0}}@keyframes gdhNavItemBuild{0%,72%{opacity:0;transform:translate(-12px)}78%,94%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20px) scale(.94)}}@keyframes gdhProductCardBuild{0%,75%{opacity:0;transform:translateY(14px) scale(.97)}81%,94%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translate(-12px,-6px) scale(.9)}}@keyframes gdhTabJourney{0%,19%,to{color:#104f76;background:#eef5f8}25%,96%{color:#62717a;background:#fff}}@keyframes gdhTabStructure{0%,20%,49%,to{color:#62717a;background:#fff}25%,43%{color:#104f76;background:#eef5f8}}@keyframes gdhTabWireframe{0%,45%,74%,to{color:#62717a;background:#fff}50%,68%{color:#104f76;background:#eef5f8}}@keyframes gdhTabNavigation{0%,70%,to{color:#62717a;background:#fff}75%,94%{color:#104f76;background:#eef5f8}}@keyframes gdhProgressJourney{0%{width:0}19%{width:100%}24%,to{width:0}}@keyframes gdhProgressStructure{0%,25%{width:0}43%{width:100%}48%,to{width:0}}@keyframes gdhProgressWireframe{0%,50%{width:0}68%{width:100%}73%,to{width:0}}@keyframes gdhProgressNavigation{0%,75%{width:0}94%{width:100%}to{width:0}}.project-visual{position:relative}.had-demo{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;gap:8px;padding:clamp(14px,2.5vw,26px) clamp(16px,2.5vw,24px);background:#0b0b10;font-family:var(--font-mono);opacity:0;transition:opacity .3s ease}.had-chrome{display:flex;align-items:center;gap:6px;flex:0 0 auto}.had-dot{width:10px;height:10px;border-radius:50%}.had-dot--red{background:#ff5f57}.had-dot--yellow{background:#ffbd2e}.had-dot--green{background:#28c840}.had-chrome-label{margin-left:auto;font-size:11px;letter-spacing:.03em;color:#ffffff4d}.had-msg{max-width:78%;padding:8px 12px;border-radius:10px;font-size:clamp(11px,1.15vw,13px);line-height:1.45;opacity:0;transform:translateY(4px)}.had-msg--user{align-self:flex-end;background:#ffffff17;color:#fff}.had-msg--ai{align-self:flex-start;background:#ffffff0d;color:#86868c}.had-typing{align-self:flex-start;display:flex;align-items:center;gap:4px;padding:10px 14px;border-radius:999px;background:#ffffff0d;opacity:0}.had-typing span{width:5px;height:5px;border-radius:50%;background:#6b6b70;animation:hadBounce .9s ease-in-out infinite}.had-typing span:nth-child(2){animation-delay:.15s}.had-typing span:nth-child(3){animation-delay:.3s}.had-crisis-label{font-size:11px;letter-spacing:.02em;color:#caa15a;opacity:0;transform:translateY(4px)}.had-warning{padding:10px 12px;border-radius:8px;border:1px dashed rgba(217,160,90,.45);background:#d9a05a14;color:#cfc9c0;font-size:clamp(10px,1.05vw,12px);line-height:1.5;opacity:0;transform:translateY(4px)}.had-warning strong{color:#e0b877}@keyframes hadBounce{0%,to{transform:translateY(0);opacity:.5}50%{transform:translateY(-3px);opacity:1}}@keyframes hadUserReveal{0%{opacity:0;transform:translateY(4px)}5%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes hadTypingReveal{0%,14%,32%,to{opacity:0}16%,30%{opacity:1}}@keyframes hadAiReveal{0%,33%{opacity:0;transform:translateY(4px)}36%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes hadCrisisReveal{0%,44%{opacity:0;transform:translateY(4px)}47%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@keyframes hadWarningReveal{0%,54%{opacity:0;transform:translateY(4px)}57%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}@media (hover: hover) and (prefers-reduced-motion: no-preference){.project-card--givingdata:hover .project-img-placeholder,.project-card--givingdata:focus-visible .project-img-placeholder,.project-card--harmful:hover .project-img-placeholder{opacity:0}.project-card--givingdata:hover .gdh-demo,.project-card--givingdata:focus-visible .gdh-demo,.project-card--harmful:hover .had-demo{opacity:1}.project-card--givingdata:is(:hover,:focus-visible) .gdh-scene--journey{animation:gdhJourneyScene 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-scene--structure{animation:gdhStructureScene 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-scene--wireframe{animation:gdhWireframeScene 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-scene--navigation{animation:gdhNavigationScene 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-copy--journey{animation:gdhStoryJourney 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-copy--structure{animation:gdhStoryStructure 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-copy--wireframe{animation:gdhStoryWireframe 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-copy--navigation{animation:gdhStoryNavigation 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-flow-lines path{animation:gdhFlowPath 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-flow-lines path:nth-child(2){animation-delay:.1s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-flow-lines path:nth-child(3){animation-delay:.2s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-flow-lines path:nth-child(4){animation-delay:.3s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-flow-node{animation:gdhFlowNode 10.4s linear infinite;animation-delay:var(--node-delay)}.project-card--givingdata:is(:hover,:focus-visible) .gdh-flow-note{animation:gdhFlowNote 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-ia-topbar{animation:gdhIaTopbarBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-ia-lines path{animation:gdhIaPathBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-ia-hub,.project-card--givingdata:is(:hover,:focus-visible) .gdh-ia-group{animation:gdhIaItemBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-ia-group--act{animation-delay:.1s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-ia-group--learn{animation-delay:.2s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-ia-note{animation:gdhIaNoteBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-wireframe-topbar{animation:gdhWireframeTopbarBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-layout-option{animation:gdhLayoutOptionBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-layout-option--hybrid{animation-delay:.16s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-layout-note{animation:gdhLayoutNoteBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-topbar{animation:gdhTopbarBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-nav span{animation:gdhNavItemBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-nav span:nth-child(2){animation-delay:70ms}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-nav span:nth-child(3){animation-delay:.14s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-nav span:nth-child(4){animation-delay:.21s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-nav span:nth-child(5){animation-delay:.28s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-cards article{animation:gdhProductCardBuild 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-cards article:nth-child(2){animation-delay:.1s}.project-card--givingdata:is(:hover,:focus-visible) .gdh-product-cards article:nth-child(3){animation-delay:.2s}.project-card--givingdata:hover .gdh-tab--journey,.project-card--givingdata:focus-visible .gdh-tab--journey{animation:gdhTabJourney 10.4s linear infinite}.project-card--givingdata:hover .gdh-tab--structure,.project-card--givingdata:focus-visible .gdh-tab--structure{animation:gdhTabStructure 10.4s linear infinite}.project-card--givingdata:hover .gdh-tab--wireframe,.project-card--givingdata:focus-visible .gdh-tab--wireframe{animation:gdhTabWireframe 10.4s linear infinite}.project-card--givingdata:hover .gdh-tab--navigation,.project-card--givingdata:focus-visible .gdh-tab--navigation{animation:gdhTabNavigation 10.4s linear infinite}.project-card--givingdata:hover .gdh-tab--journey:after,.project-card--givingdata:focus-visible .gdh-tab--journey:after,.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-meter i:nth-child(1):after{animation:gdhProgressJourney 10.4s linear infinite}.project-card--givingdata:hover .gdh-tab--structure:after,.project-card--givingdata:focus-visible .gdh-tab--structure:after,.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-meter i:nth-child(2):after{animation:gdhProgressStructure 10.4s linear infinite}.project-card--givingdata:hover .gdh-tab--wireframe:after,.project-card--givingdata:focus-visible .gdh-tab--wireframe:after,.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-meter i:nth-child(3):after{animation:gdhProgressWireframe 10.4s linear infinite}.project-card--givingdata:hover .gdh-tab--navigation:after,.project-card--givingdata:focus-visible .gdh-tab--navigation:after,.project-card--givingdata:is(:hover,:focus-visible) .gdh-story-meter i:nth-child(4):after{animation:gdhProgressNavigation 10.4s linear infinite}.project-card--givingdata:is(:hover,:focus-visible) .gdh-demo *{animation-duration:var(--gdh-cycle-duration)}.project-card--harmful:hover .had-msg--user{animation:hadUserReveal 4.5s ease-in-out infinite}.project-card--harmful:hover .had-typing{animation:hadTypingReveal 4.5s ease-in-out infinite}.project-card--harmful:hover .had-msg--ai{animation:hadAiReveal 4.5s ease-in-out infinite}.project-card--harmful:hover .had-crisis-label{animation:hadCrisisReveal 4.5s ease-in-out infinite}.project-card--harmful:hover .had-warning{animation:hadWarningReveal 4.5s ease-in-out infinite}}@media (max-width: 680px){.gdh-player-bar{height:30px;padding-inline:12px}.gdh-player-mode{display:none}.gdh-stage-tabs{inset-block-start:30px;height:28px;padding-left:34%}.gdh-tab{font-size:9px}.gdh-motion-stage{inset-block-start:58px;grid-template-columns:34% minmax(0,66%)}.gdh-story-copy{padding:16px}.gdh-story-copy strong{font-size:17px}.gdh-story-copy small{display:none}.gdh-story-meter{right:12px;bottom:12px;left:12px}}.project-card--ghost{justify-self:start;max-width:340px}.about-section{border:1px solid var(--border);border-radius:16px;padding:36px 40px;background:var(--bg-card);margin-bottom:16px}.resume-grid{display:grid;grid-template-columns:1fr 1fr;gap:0}.resume-col{padding-right:40px}.resume-col+.resume-col{padding-right:0;padding-left:40px;border-left:1px solid var(--border)}.resume-col-title{font-family:var(--font-mono);font-size:11px;letter-spacing:.04em;color:var(--text-dim);margin-bottom:20px}.resume-entry{padding:14px 0;border-bottom:1px solid var(--border)}.resume-entry:first-of-type{padding-top:0}.resume-entry:last-child{border-bottom:none;padding-bottom:0}.resume-entry-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px}.resume-role{font-size:15px;font-weight:600;color:var(--text);line-height:1.3}.resume-year{font-family:var(--font-mono);font-size:12px;color:var(--accent-fg);white-space:nowrap;flex-shrink:0}.resume-employer{font-size:13.5px;color:var(--text-muted);font-style:italic}.skill-fill{height:100%;background:var(--accent);border-radius:999px;transform-origin:left;transform:scaleX(0);transition:transform 1s cubic-bezier(.22,1,.36,1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(10px);transition:opacity var(--motion-entrance) var(--ease-out),transform var(--motion-entrance) var(--ease-out)}.reveal.is-visible{opacity:1;transform:none}.reveal--media{transform:translateY(6px)}.img-zoom{cursor:zoom-in;transition:transform var(--motion-card) var(--ease-out),box-shadow var(--motion-card) var(--ease-out)}.img-zoom:hover,.img-zoom:focus-visible{transform:scale(1.012);box-shadow:0 10px 28px #00000038}.img-zoom:focus-visible{outline-offset:3px}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;margin:auto;width:fit-content;height:fit-content;border:0;padding:0;background:transparent;max-width:min(92vw,1100px);max-height:90vh;overflow:visible;overscroll-behavior:contain;opacity:0;transform:scale(.97);transition:opacity var(--motion-card) var(--ease-out),transform var(--motion-card) var(--ease-out)}.lightbox.is-open{opacity:1;transform:scale(1)}.lightbox::backdrop{background:#0000008c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;transition:opacity var(--motion-card) var(--ease-out)}.lightbox.is-open::backdrop{opacity:1}.lightbox-img{display:block;width:100%;max-height:78vh;object-fit:contain;border-radius:10px;background:var(--bg-hover)}.lightbox-caption{font-family:var(--font-mono);font-size:11px;color:#ffffffbf;letter-spacing:.04em;margin-top:14px;text-align:center}.lightbox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:var(--bg-card);color:var(--text);font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform var(--motion-fast) var(--ease-out),background var(--motion-fast) var(--ease-out)}.lightbox-close:hover{background:var(--bg-hover);transform:scale(1.06)}@media (max-width: 600px){.lightbox-close{top:-14px;right:0}}.project-card,.post-item{transition:transform var(--motion-card) var(--ease-out),border-color var(--motion-card) var(--ease-out),box-shadow var(--motion-card) var(--ease-out),background var(--motion-card) var(--ease-out)}.project-card:hover,.post-item:hover{transform:translateY(-3px);border-color:#ffffff24;box-shadow:0 6px 16px #00000026}[data-theme=light] .project-card:hover,[data-theme=light] .post-item:hover{border-color:#00000024;box-shadow:0 6px 16px #00000014}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}[data-theme=light] .toggle-thumb{transform:translate(20px)}[data-theme=light] .cta-btn{background:#c03525}[data-theme=light] .cta-btn:hover{box-shadow:0 8px 24px #c0352559}@media (max-width: 1024px){aside{position:fixed;bottom:0;left:0;right:0;width:100%;height:64px;min-height:unset;top:unset;align-self:unset;flex-direction:row;align-items:stretch;padding:0;gap:0;border-right:none;border-top:1px solid var(--border);background:var(--bottom-nav-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100}.sidebar-profile,.sidebar-label,.sidebar-socials,.theme-toggle{display:none}.sidebar-section:nth-child(3){display:none}.sidebar-section{flex:1;flex-direction:row;gap:0}.sidebar-link{flex:1;flex-direction:column;justify-content:center;align-items:center;padding:8px 4px;border-radius:0;font-size:11px;gap:4px;height:100%}.sidebar-link svg{width:18px;height:18px;opacity:.4}.sidebar-link.active svg{opacity:1}main{padding:24px 24px 88px;width:100%}.hero{padding:28px}.projects-grid{grid-template-columns:repeat(2,1fr)}.resume-grid{grid-template-columns:1fr}.resume-col+.resume-col{padding-left:0;border-left:none;padding-top:28px;border-top:1px solid var(--border)}.evidence-cols{grid-template-columns:1fr;gap:32px}.evidence-col-right .result-stats{gap:40px}}@media (max-width: 560px){.projects-grid{grid-template-columns:1fr}.project-card--featured .project-img-placeholder{aspect-ratio:16 / 9}.project-card--featured .project-info{padding:52px 20px 18px}.project-card--featured .project-title{font-size:23px;line-height:1.15}.project-role-badge{top:12px;right:12px;padding:6px 9px;font-size:11px}.stat-num{font-size:28px}.h-timeline{flex-direction:column;min-height:unset;gap:0}.h-timeline:before{display:none}.h-tl-entry{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding-bottom:20px;min-height:unset}.h-tl-entry--above .h-tl-label,.h-tl-entry--below .h-tl-label{position:static;text-align:left}.h-tl-entry--above .h-tl-node,.h-tl-entry--below .h-tl-node{position:static;transform:none;margin-top:3px;flex-shrink:0}}.philosophy-cols{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:20px}.philosophy-headline{font-family:var(--font-display);font-size:32px;font-weight:700;line-height:1.4;color:var(--text)}.philosophy-body{display:flex;flex-direction:column;gap:16px}.philosophy-body p{font-size:16px;font-weight:500;color:var(--text-muted);line-height:1.4}.interests-strip{display:flex;border-top:1px solid var(--border);margin-top:36px;padding-top:24px;gap:0}.interests-strip-item{flex:1;display:flex;flex-direction:column;gap:8px;padding-right:24px;border-right:1px solid var(--border);padding-left:24px}.interests-strip-item:first-child{padding-left:0}.interests-strip-item:last-child{border-right:none}.interests-strip-num{font-family:var(--font-mono);font-size:10px;color:var(--accent-fg);letter-spacing:.06em}.interests-strip-label{font-size:14px;font-weight:600;color:var(--text);line-height:1.3}.interests-strip-body{font-size:16px;font-weight:500;color:var(--text-muted);line-height:1.4;margin-top:4px}.timeline-intro{font-family:var(--font-display);font-size:32px;font-weight:700;line-height:1.4;color:var(--text);margin-top:16px;margin-bottom:32px}.h-timeline{display:flex;align-items:stretch;min-height:260px;position:relative;margin-top:32px}.h-timeline:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--border)}.h-tl-entry{flex:1;position:relative}.h-tl-node{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:var(--bg-card);border:2px solid var(--accent);z-index:1}.h-tl-entry:not(.h-tl-entry--past) .h-tl-node{background:var(--accent)}.h-tl-entry--above .h-tl-label{position:absolute;left:0;right:0;bottom:calc(50% + 18px);text-align:center;padding:0 8px}.h-tl-entry--below .h-tl-label{position:absolute;left:0;right:0;top:calc(50% + 18px);text-align:center;padding:0 8px}.h-tl-label{display:flex;flex-direction:column;gap:3px}.h-tl-role{font-size:14px;font-weight:600;color:var(--text);line-height:1.35}.h-tl-org{font-size:13px;font-weight:400;color:var(--text-muted);line-height:1.4}.h-tl-year{font-family:var(--font-mono);font-size:10px;color:var(--accent-fg);letter-spacing:.06em;margin-top:4px}.h-tl-entry--below .h-tl-year{order:-1;margin-top:0;margin-bottom:4px}.h-tl-entry--past{opacity:.8}.writing-section{padding:48px;border-top:none}.writing-intro{font-family:var(--font-display);font-size:32px;font-weight:700;line-height:1.4;color:var(--text);margin-top:16px;margin-bottom:28px}.writing-state{font-family:var(--font-mono);font-size:13px;color:var(--text-dim);padding:48px 0;grid-column:1 / -1}.writing-state a{color:var(--accent-fg);text-decoration:none}.post-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px}.post-item{display:flex;flex-direction:column;gap:12px;padding:28px 28px 24px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);text-decoration:none;color:inherit}.post-meta{font-family:var(--font-mono);font-size:10px;color:var(--text-dim);letter-spacing:.04em}.post-title{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--text);line-height:1.2;transition:color .15s}.post-item:hover .post-title{color:var(--accent-fg)}.post-excerpt{font-size:13px;color:var(--text-muted);line-height:1.65;flex:1}.writing-medium-link{margin-top:28px}.writing-medium-cta{font-family:var(--font-mono);font-size:11px;color:var(--text-dim);letter-spacing:.05em;text-decoration:none;transition:color .15s}.writing-medium-cta:hover{color:var(--accent-fg)}@media (max-width: 680px){.writing-grid,.post-list{grid-template-columns:1fr}}.skip-link{position:fixed;top:12px;left:12px;z-index:300;padding:10px 16px;border-radius:8px;background:var(--text);color:var(--bg-card);font-weight:700;text-decoration:none;transform:translateY(-160%);transition:transform var(--motion-fast) var(--ease-out)}.skip-link:focus{transform:translateY(0)}.gd-page{--gd-primary: #6faed1;--gd-primary-dark: #b7d9ec;--gd-teal: #69a99d;--gd-success: #68a47b;--gd-accent-text: #8cc8e6;--gd-tint: color-mix(in srgb, #286f96 15%, var(--bg-card))}[data-theme=light] .gd-page{--gd-primary: #286f96;--gd-primary-dark: #174b68;--gd-teal: #2f6f67;--gd-success: #3f7d58;--gd-accent-text: #174b68;--gd-tint: #eaf3f7}.gd-page .theme-toggle{padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.gd-page main{max-width:none;padding-inline:clamp(24px,4vw,60px)}.gd-page .gd-hero{margin-top:-32px}.gd-hero{display:grid;grid-template-columns:minmax(280px,31%) 1fr;gap:0;align-items:stretch;padding:0;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 20px 48px #1e1a141a;animation:fadeUp .7s var(--ease-out) both}.gd-hero-copy{min-width:0;padding:clamp(32px,4.2vw,80px) clamp(28px,4vw,76px) clamp(40px,5vw,76px)}.gd-hero .card-nail--tl,.gd-hero .card-nail--bl{background:#ffffff80;opacity:1}.gd-status{display:inline-flex;align-items:center;gap:9px;margin-bottom:20px;color:var(--gd-accent-text);font-family:var(--font-display);font-size:.8125rem;font-weight:600;line-height:1.4}.gd-status span{width:8px;height:8px;border-radius:50%;background:currentColor;flex:0 0 auto}.gd-hero h1{max-width:50ch;font-size:clamp(2rem,.4rem + 2.2vw,3.375rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#16181f}.gd-hero-title-break{display:none}@media (min-width: 1560px){.gd-hero-title-break{display:inline}}.gd-hero-summary{max-width:47ch;margin-top:48px;color:#4b4b4b;font-size:clamp(1.0625rem,.8rem + .55vw,1.625rem);font-weight:400;line-height:1.5;text-wrap:pretty}.gd-hero-copy .proj-details{margin-top:clamp(64px,8vw,108px);padding-top:40px;border-top:1px solid #e7e2d9}.gd-hero-copy .proj-details-heading{font-family:var(--font-display);font-size:1.125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#9c968a;margin-bottom:20px}.gd-hero-copy .proj-details-row{grid-template-columns:200px 1fr;padding-block:26px}.gd-hero-copy .proj-details-label{font-family:var(--font-display);font-size:.9375rem;font-weight:600;color:#9c968a}.gd-hero-copy .proj-details-value,.gd-hero-copy .proj-details-list li{font-family:var(--font-display);font-size:1rem;font-weight:400;line-height:1.6;color:#333}.gd-hero-copy .proj-details-list{gap:10px}.gd-hero-copy .proj-details-tools{max-width:640px;gap:10px 12px}.gd-hero-copy .proj-hero-chips{gap:15px}.gd-hero-copy .proj-chip{padding:13px 22px;font-size:.9375rem;font-weight:600}.gd-hero-copy .proj-chip--pink{background:#dbeaf2;color:#174b68}.gd-hero-copy .proj-chip--yellow{background:#dfeeea;color:#245b53}[data-theme=dark] .gd-page .gd-hero-copy .proj-chip--pink{background:#6faed133;color:#b7d9ec}[data-theme=dark] .gd-page .gd-hero-copy .proj-chip--yellow{background:#69a99d2e;color:#b9ddd6}.gd-hero-copy .proj-method-chip{padding:9px 16px;border:1px solid #ddd7cb;background:#fff;font-size:.9375rem;font-weight:500;color:#4b4b4b}[data-theme=dark] .gd-hero-copy .proj-details-heading,[data-theme=dark] .gd-hero-copy .proj-details-label{color:var(--text-dim)}[data-theme=dark] .gd-hero-copy .proj-details-value,[data-theme=dark] .gd-hero-copy .proj-details-list li,[data-theme=dark] .gd-hero h1{color:var(--text)}[data-theme=dark] .gd-hero-summary{color:var(--text-muted)}[data-theme=dark] .gd-hero-copy .proj-details{border-top-color:var(--border)}[data-theme=dark] .gd-hero-copy .proj-method-chip{background:transparent;border-color:var(--border);color:var(--text-muted)}.gd-hero-visual{display:grid;grid-template-rows:auto 1fr auto;min-width:0;padding:40px;background:#191e31;color:#fff}.gd-hero-visual .gd-status{align-self:start;justify-self:start;margin-bottom:0;padding:9px 16px 9px 13px;border-radius:999px;background:#ffffff1a;font-family:var(--font-display);font-size:.8125rem;font-weight:600;color:#fff}.gd-hero-visual .gd-status span{background:var(--gd-success);box-shadow:none}.gd-hero-illustration{align-self:center;justify-self:center;width:78%;border-radius:10px;overflow:hidden;background:#12141f;border:1px solid rgba(255,255,255,.07);box-shadow:0 16px 36px #03040a66}.gd-hero-illustration-chrome{display:flex;align-items:center;gap:6px;padding:9px 12px;background:#ffffff09;border-bottom:1px solid rgba(255,255,255,.07)}.gd-hero-illustration-dot{width:7px;height:7px;border-radius:50%}.gd-hero-illustration-dot--red{background:#c9695c}.gd-hero-illustration-dot--yellow{background:#cfab5c}.gd-hero-illustration-dot--green{background:#6ea583}.gd-hero-illustration-url{margin-left:7px;padding:3px 11px;border-radius:999px;background:#ffffff0d;color:#fff6;font-family:var(--font-mono);font-size:9px}.gd-hero-illustration-body{display:grid;grid-template-columns:78px 1fr}.gd-hero-illustration-nav{display:flex;flex-direction:column;gap:2px;padding:12px 8px;border-right:1px solid rgba(255,255,255,.06)}.gd-hero-illustration-nav span{padding:6px 8px;border-radius:5px;color:#ffffff61;font-family:var(--font-display);font-size:9.5px;font-weight:500}.gd-hero-illustration-nav span.is-active{background:#5e80c752;color:#ffffffeb}.gd-hero-illustration-panel{padding:16px;display:flex;flex-direction:column;gap:9px}.gd-hero-illustration-panel-label{font-family:var(--font-mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#fff6}.gd-hero-illustration-amount{display:flex;flex-direction:column;gap:3px}.gd-hero-illustration-amount small{font-family:var(--font-display);font-size:9.5px;color:#ffffff6b}.gd-hero-illustration-amount strong{font-family:var(--font-display);font-size:20px;font-weight:700;color:#ffffffe6}.gd-hero-illustration-progress{height:5px;border-radius:999px;background:#ffffff14;overflow:hidden}.gd-hero-illustration-progress i{display:block;height:100%;width:68%;border-radius:inherit;background:#5e80c7bf}.gd-hero-illustration-progress-label{font-family:var(--font-display);font-size:8.5px;color:#fff6}.gd-hero-illustration-actions{display:flex;gap:6px;margin-top:5px}.gd-hero-illustration-actions span{padding:6px 12px;border-radius:6px;font-family:var(--font-display);font-size:9.5px;font-weight:600}.gd-hero-illustration-actions span.is-primary{background:#5e80c7bf;color:#fff}.gd-hero-illustration-actions span:not(.is-primary){background:transparent;border:1px solid rgba(255,255,255,.14);color:#ffffff8c}.gd-hero-visual figcaption{align-self:end;justify-self:start;max-width:34ch;color:#a9b4c4;font-family:var(--font-display);font-size:1rem;font-weight:400;line-height:1.5}.gd-result-figure figcaption,.gd-mobile-layout figcaption,.gd-ds-chapter figcaption,.gd-website-artifacts figcaption{margin-top:10px;color:var(--text-dim);font-family:var(--font-mono);font-size:11px;line-height:1.55}.gd-section-heading{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.gd-section-heading>p,.gd-section-heading>div>p{max-width:72ch;color:var(--text-muted);font-size:17px;line-height:1.65;text-wrap:pretty}.gd-section-heading>div{display:flex;flex-direction:column;gap:16px}.gd-section-heading--split{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:48px;align-items:end}.gd-section-heading--split .gd-evidence-note{max-width:42ch;padding-top:16px;border-top:1px solid var(--border);color:var(--text-dim);font-family:var(--font-mono);font-size:12px;line-height:1.7}.gd-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.gd-summary-grid article{padding:0 30px;border-right:1px solid var(--border)}.gd-summary-grid article:first-child{padding-left:0}.gd-summary-grid article:last-child{padding-right:0;border-right:0}.gd-summary-grid h3{margin-bottom:10px;color:var(--gd-accent-text);font-size:16px;line-height:1.3}.gd-summary-grid p{color:var(--text-muted);line-height:1.65}.gd-glance{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:clamp(32px,6vw,80px);padding:clamp(28px,4vw,48px);border-radius:14px;background:var(--gd-tint)}.gd-glance .gd-section-heading{margin-bottom:0}.gd-glance .gd-section-heading h2{max-width:18ch;font-size:clamp(30px,3.6vw,44px);line-height:1.08;letter-spacing:-.025em;text-wrap:balance}.gd-glance .gd-section-heading p{color:var(--text-muted);font-family:var(--font-mono);font-size:12px}.gd-glance-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px}.gd-glance-list div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:16px;padding:13px 0;border-bottom:1px solid var(--border)}.gd-glance-list div:nth-last-child(-n+2){border-bottom:0}.gd-glance-list dt{color:var(--text-dim);font-family:var(--font-mono);font-size:11px;line-height:1.5}.gd-glance-list dd{color:var(--text);font-size:14px;line-height:1.5}.gd-prose-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,5vw,64px);max-width:1100px}.gd-prose-columns p{color:var(--text-muted);font-size:17px;line-height:1.7;text-wrap:pretty}.gd-artifact{padding:clamp(18px,3vw,32px);border-radius:14px;background:var(--bg-card)}.gd-artifact-button{position:relative;display:block;width:100%;padding:30px 5px 5px;overflow:hidden;border:0;border-radius:10px;background:#10394e;color:inherit;box-shadow:0 4px 8px #0b27352e;cursor:zoom-in;touch-action:manipulation}.gd-artifact-button:before{content:"Source artifact · Enlarge";position:absolute;top:0;left:12px;height:30px;display:flex;align-items:center;color:#ffffffc7;font-family:var(--font-mono);font-size:9px;letter-spacing:.01em}.gd-artifact-button:after{content:"↗";position:absolute;top:7px;right:12px;color:#ffffffd1;font-size:12px}.gd-artifact-button--reconstructed:before{content:"Reconstructed artifact · Enlarge"}.gd-artifact-button:focus-visible{outline:3px solid var(--gd-accent-text);outline-offset:4px}.gd-artifact img,.gd-result-figure img,.gd-mobile-layout img,.gd-ds-chapter img,.gd-website-artifacts img{display:block;width:100%;height:auto;border-radius:10px;background:#f5f5f5}.gd-artifact-button>img{border-radius:0 0 7px 7px}.gd-artifact figcaption{display:flex;flex-direction:column;gap:6px;margin-top:18px}.gd-artifact figcaption strong{color:var(--text);font-size:16px}.gd-artifact figcaption span{max-width:70ch;color:var(--text-muted);font-size:14px;line-height:1.6}.gd-artifact--portrait{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:16px clamp(32px,5vw,72px);align-items:start}.gd-artifact--portrait .gd-artifact-button{grid-row:1 / span 2;max-width:620px}.gd-artifact--portrait figcaption{margin-top:12px}.gd-artifact--prototype{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:16px clamp(32px,5vw,72px);align-items:start}.gd-artifact--prototype .gd-artifact-button{grid-row:1 / span 2;max-width:680px}.gd-artifact-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:24px;border-top:1px solid var(--border)}.gd-artifact--portrait .gd-artifact-notes,.gd-artifact--prototype .gd-artifact-notes{grid-template-columns:1fr;margin-top:4px}.gd-artifact-notes div{padding:18px 24px 0 0}.gd-artifact-notes div+div{padding-left:24px;border-left:1px solid var(--border)}.gd-artifact--portrait .gd-artifact-notes div,.gd-artifact--prototype .gd-artifact-notes div{display:grid;grid-template-columns:88px 1fr;gap:16px;padding:14px 0;border-bottom:1px solid var(--border)}.gd-artifact--portrait .gd-artifact-notes div+div,.gd-artifact--prototype .gd-artifact-notes div+div{padding-left:0;border-left:0}.gd-artifact--portrait .gd-artifact-notes div:last-child,.gd-artifact--prototype .gd-artifact-notes div:last-child{border-bottom:0}.gd-artifact-notes dt{color:var(--gd-accent-text);font-family:var(--font-mono);font-size:11px;font-weight:500;line-height:1.5}.gd-artifact-notes dd{color:var(--text-muted);font-size:13px;line-height:1.6}.gd-artifact-notes--shared{margin-top:28px}.gd-reconstruction{margin-top:36px;padding:clamp(22px,4vw,40px);border-radius:14px;background:var(--gd-tint)}.gd-reconstruction-heading{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(320px,1.25fr);gap:clamp(24px,5vw,64px);align-items:end}.gd-reconstruction-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--gd-accent-text);font-family:var(--font-mono);font-size:11px;font-weight:500}.gd-reconstruction-label span{width:8px;height:8px;border-radius:50%;background:currentColor}.gd-reconstruction h3{max-width:18ch;font-size:clamp(25px,3vw,36px);line-height:1.12;letter-spacing:-.02em;text-wrap:balance}.gd-reconstruction-heading>p{max-width:68ch;color:var(--text-muted);font-size:14px;line-height:1.65}.gd-concept-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.gd-concept-option{min-width:0;padding:clamp(16px,2.5vw,24px);border-radius:12px;background:var(--bg-card)}.gd-concept-option header{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.gd-concept-option header span{color:var(--text-dim);font-family:var(--font-mono);font-size:10px}.gd-concept-option header strong{color:var(--text);font-size:15px}.gd-concept-option>p{margin-top:14px;color:var(--text-muted);font-size:13px;line-height:1.6}.gd-concept-screen{position:relative;aspect-ratio:16 / 9;overflow:hidden;border-radius:8px;background:#edf2f4}.gd-concept-brand{position:absolute;top:7%;left:4%;width:16%;height:5%;border-radius:999px;background:var(--gd-primary)}.gd-concept-topnav{position:absolute;inset:0 0 auto;height:19%;display:flex;align-items:center;justify-content:flex-end;gap:5%;padding:0 5%;background:#fff}.gd-concept-topnav i{width:11%;height:10%;min-height:4px;border-radius:999px;background:#527b91}.gd-concept-canvas{position:absolute;top:25%;right:5%;bottom:7%;left:5%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7%}.gd-concept-canvas i{border-radius:6px;background:#fff;box-shadow:0 2px 5px #143d521a}.gd-concept-screen--hybrid .gd-concept-rail{position:absolute;inset:0 auto 0 0;width:22%;z-index:2;display:flex;flex-direction:column;gap:9%;padding:9% 6%;background:#105b86}.gd-concept-rail i{width:100%;height:4%;min-height:4px;border-radius:999px;background:#ffffffb3}.gd-concept-screen--hybrid .gd-concept-topnav{left:22%;height:17%}.gd-concept-screen--hybrid .gd-concept-canvas{top:24%;right:5%;bottom:7%;left:27%}.gd-reconstruction figcaption{margin-top:16px;color:var(--text-dim);font-family:var(--font-mono);font-size:10px;line-height:1.55}.gd-model-heading{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(320px,1.2fr);gap:clamp(24px,5vw,64px);align-items:end}.gd-model-heading h3{max-width:20ch;font-size:clamp(25px,3vw,37px);line-height:1.12;letter-spacing:-.025em;text-wrap:balance}.gd-model-heading h4{max-width:22ch;font-size:clamp(22px,2.4vw,30px);line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.gd-model-heading>p{max-width:66ch;color:var(--text-muted);font-size:14px;line-height:1.65}.gd-model-heading--compact{align-items:center}.gd-model-boundary{margin-top:20px;color:var(--text-dim);font-family:var(--font-mono);font-size:10px;line-height:1.6}.gd-journey-model,.gd-prototype-board,.gd-pattern-audit,.gd-system-browser,.gd-strategy-board{margin-top:36px;padding:clamp(22px,4vw,40px);border-radius:14px;background:var(--gd-tint)}.gd-journey-lanes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}.gd-journey-lanes>section{min-width:0;padding:clamp(16px,2.4vw,24px);border-radius:10px;background:var(--bg-card)}.gd-journey-lanes header{display:flex;align-items:center;gap:11px;min-height:48px;padding-bottom:15px;border-bottom:1px solid var(--border)}.gd-journey-lanes header i{width:29px;height:29px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--gd-accent-text);color:var(--bg);font-family:var(--font-mono);font-size:8px;font-style:normal;font-weight:700}.gd-journey-lanes header strong,.gd-journey-lanes header span{display:block}.gd-journey-lanes header strong{color:var(--text);font-size:14px}.gd-journey-lanes header span{margin-top:3px;color:var(--text-dim);font-size:10px}.gd-journey-node{position:relative;min-height:96px;display:flex;flex-direction:column;justify-content:center;margin-top:18px;padding:16px;border-radius:8px;background:var(--bg);text-align:center}.gd-journey-node small,.gd-journey-node strong,.gd-journey-node span{display:block}.gd-journey-node small{color:var(--text-dim);font-family:var(--font-mono);font-size:8px}.gd-journey-node strong{margin-top:7px;color:var(--text);font-size:13px;line-height:1.35}.gd-journey-node span{margin-top:5px;color:var(--text-muted);font-size:10px;line-height:1.4}.gd-journey-node--screen{box-shadow:inset 0 3px #286f96}.gd-journey-node--system{box-shadow:inset 0 3px #81919a}.gd-journey-node--decision{box-shadow:inset 0 3px #d7962e}.gd-journey-node--destination{box-shadow:inset 0 3px #4d9468}.gd-journey-arrow{display:block;height:18px;color:var(--text-dim);font-size:15px;line-height:18px;text-align:center}.gd-prototype-board{background:#10394e;color:#fff}.gd-prototype-board .gd-reconstruction-label{color:#8ed2ef}.gd-prototype-board .gd-model-heading h3{color:#fff}.gd-prototype-board .gd-model-heading>p{color:#ffffffb8}.gd-desktop-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:12px;align-items:center;margin-top:30px}.gd-desktop-flow article{min-width:0}.gd-desktop-flow article>header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.gd-desktop-flow article>header span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#8ed2ef;color:#10394e;font-family:var(--font-mono);font-size:8px;font-weight:700}.gd-desktop-flow article>header strong{color:#fff;font-size:12px}.gd-desktop-flow article>p{margin-top:10px;color:#ffffffad;font-size:10px;line-height:1.5}.gd-desktop-flow-arrow{color:#8ed2ef;font-size:18px}.gd-desktop-screen{position:relative;aspect-ratio:4 / 3;overflow:hidden;border-radius:8px;background:#f4f7f8;box-shadow:0 4px 8px #0003;color:#284b5c}.gd-desk-rail{position:absolute;inset:0 auto 0 0;width:20%;background:#105b86}.gd-desk-topbar{position:absolute;inset:0 0 auto 20%;height:22%;display:flex;align-items:center;justify-content:space-between;padding:0 7%;background:#fff;color:#17638b;font-size:7px;font-weight:700}.gd-desk-topbar b{color:#5a707b;font-size:6px}.gd-desk-content{position:absolute;top:27%;right:5%;bottom:7%;left:25%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.gd-desk-content strong{grid-column:1 / -1;color:#284b5c;font-size:8px}.gd-desk-content span{min-height:28px;display:grid;place-items:center;border-radius:4px;background:#fff;color:#607884;font-size:6px;text-align:center}.gd-desktop-screen--request .gd-desk-content,.gd-desktop-screen--payment .gd-desk-content{grid-template-columns:1fr}.gd-desktop-screen--request .gd-desk-content span{min-height:15px;place-items:center start;padding-left:8px}.gd-desktop-screen--payment .gd-desk-content span{min-height:17px}.gd-desktop-screen--payment .gd-desk-content span.is-action{background:#3f8a59;color:#fff;font-weight:700}.gd-prototype-board>.gd-model-boundary{color:#ffffff9e}.gd-pattern-audit{margin-top:28px}.gd-pattern-audit-table{margin-top:26px;overflow:hidden;border-radius:10px;background:var(--bg-card)}.gd-pattern-audit-row{display:grid;grid-template-columns:minmax(110px,.55fr) minmax(250px,1.3fr) minmax(220px,1.15fr);align-items:center;min-height:72px;border-bottom:1px solid var(--border)}.gd-pattern-audit-row:last-child{border-bottom:0}.gd-pattern-audit-row>*{min-width:0;padding:14px 18px}.gd-pattern-audit-row>*+*{border-left:1px solid var(--border)}.gd-pattern-audit-row strong{color:var(--text);font-size:13px}.gd-pattern-audit-row>span:last-child{color:var(--text-muted);font-size:12px;line-height:1.5}.gd-pattern-audit-row--header{min-height:42px;background:color-mix(in srgb,var(--gd-accent-text) 8%,var(--bg-card))}.gd-pattern-audit-row--header span{color:var(--text-dim);font-family:var(--font-mono);font-size:9px}.gd-pattern-examples{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.gd-pattern-examples i{font-style:normal}.gd-sample-add{padding:7px 10px;border:1px solid #276a8d;border-radius:5px;color:#276a8d;font-size:10px}.gd-sample-add--filled{border-color:#3f8a59;background:#3f8a59;color:#fff}.gd-sample-edit{width:30px;height:30px;display:grid;place-items:center;border:2px solid #276a8d;border-radius:50%;color:#276a8d}.gd-sample-edit--square{border:0;border-radius:4px;background:#efb943;color:#fff}.gd-sample-dots{display:flex;gap:5px}.gd-sample-dots b{width:9px;height:9px;border-radius:50%;background:#a8b2b7}.gd-sample-dots b:first-child{background:#276a8d}.gd-sample-dots--green b:first-child{background:#3f8a59}.gd-sample-nav{padding:7px 9px;background:#17638b;color:#fff;font-size:8px}.gd-sample-nav--quiet{background:#edf2f4;color:#506a77}.gd-sample-delete{width:30px;height:30px;display:grid;place-items:center;border:1px solid #a54444;border-radius:50%;color:#a54444}.gd-sample-delete--labeled{width:auto;padding-inline:10px;border-radius:5px}.gd-sample-select{min-width:110px;padding:8px 10px;border:1px solid #9aabb3;border-radius:4px;color:#506a77;font-size:9px}.gd-sample-select--menu{border:0;background:#edf2f4;line-height:1.5}.gd-system-browser{padding:0;overflow:hidden;background:var(--bg-card)}.gd-system-browser-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 16px;background:#10394e;color:#fff}.gd-system-browser-bar>span{width:8px;height:8px;border-radius:50%;background:#7aa9bd}.gd-system-browser-bar>span:nth-child(2){background:#efb943}.gd-system-browser-bar>span:nth-child(3){background:#6eb082}.gd-system-browser-bar strong{margin-left:8px;font-size:11px}.gd-system-browser-bar small{margin-left:auto;color:#ffffffad;font-size:9px}.gd-system-browser-body{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:470px}.gd-system-browser-nav{display:flex;flex-direction:column;padding:22px 12px;background:#105b86;color:#ffffffd1}.gd-system-browser-nav strong{margin:10px 10px 6px;color:#fff;font-size:10px}.gd-system-browser-nav strong:first-child{margin-top:0}.gd-system-browser-nav span{padding:7px 10px;border-radius:4px;font-size:10px}.gd-system-browser-nav span.is-active{background:#ffffff2e;color:#fff}.gd-system-browser-content{min-width:0;padding:clamp(24px,4vw,46px);background:#f7f8f9;color:#193846}.gd-system-browser-content>header{display:flex;align-items:center;justify-content:space-between;gap:18px}.gd-system-browser-content header small{color:#607783;font-size:9px}.gd-system-browser-content header h4{margin-top:5px;font-size:clamp(21px,2.5vw,31px);line-height:1.15}.gd-system-browser-content header>span{padding:6px 9px;border-radius:999px;background:#dff1e5;color:#2f6a47;font-size:9px}.gd-system-foundation-preview{display:grid;grid-template-columns:.8fr 1.2fr;gap:14px;margin-top:28px}.gd-system-foundation-preview section{min-width:0;padding:18px;border-radius:8px;background:#fff}.gd-system-foundation-preview strong{font-size:12px}.gd-system-foundation-preview small{display:block;margin-top:12px;color:#647985;font-size:9px}.gd-system-swatches{display:flex;margin-top:15px}.gd-system-swatches i{width:34px;height:34px;border-radius:50%;background:#105b86;border:3px solid #fff;box-shadow:0 0 0 1px #d7e0e4}.gd-system-swatches i+i{margin-left:-5px}.gd-system-swatches i:nth-child(2){background:#e6a72d}.gd-system-swatches i:nth-child(3){background:#4d9468}.gd-system-swatches i:nth-child(4){background:#e9eef0}.gd-system-type-sample{margin-top:14px;color:#193846;font-size:clamp(18px,2vw,26px);font-weight:700;line-height:1.2}.gd-system-status-preview{margin-top:14px;overflow:hidden;border-radius:8px;background:#fff}.gd-system-status-preview>div{display:grid;grid-template-columns:1fr .7fr 1.3fr;align-items:center;min-height:40px;border-bottom:1px solid #e5ebee}.gd-system-status-preview>div:last-child{border-bottom:0}.gd-system-status-preview>div>*{padding:9px 12px;font-size:9px}.gd-system-status-preview>div:first-child{background:#e8edef}.gd-system-status-preview>div:first-child strong{color:#526a76;font-size:8px}.gd-system-status-preview i{justify-self:start;border-radius:999px;background:#dff1e5;color:#2f6a47;font-style:normal}.gd-system-browser>.gd-model-boundary{margin:0;padding:14px 18px;background:var(--bg-card)}.gd-strategy-board{margin-bottom:34px}.gd-strategy-sequence{display:grid;grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr) auto minmax(190px,1fr) auto minmax(190px,1fr);gap:16px;align-items:stretch;margin-top:30px}.gd-strategy-sequence>section{min-width:0;padding:20px;border-radius:10px;background:var(--bg-card)}.gd-strategy-sequence header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-bottom:14px;border-bottom:1px solid var(--border)}.gd-strategy-sequence header span{color:var(--text-dim);font-family:var(--font-mono);font-size:9px}.gd-strategy-sequence header strong{color:var(--text);font-size:13px}.gd-strategy-arrow{align-self:center;color:var(--gd-accent-text);font-size:20px}.gd-market-bars{display:grid;gap:15px;margin-top:19px}.gd-market-bars p{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:end}.gd-market-bars span{color:var(--text-muted);font-size:10px}.gd-market-bars b{color:var(--text);font-size:9px}.gd-market-bars i{grid-column:1 / -1;width:100%;height:6px;border-radius:99px;background:#e6a72d}.gd-strategy-market>small{display:block;margin-top:16px;color:var(--text-dim);font-size:8px;line-height:1.5}.gd-persona-summary{display:flex;align-items:center;gap:10px;margin-top:16px}.gd-persona-summary>i{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#dfeef4;color:#17638b;font-size:9px;font-style:normal;font-weight:700}.gd-persona-summary strong,.gd-persona-summary span{display:block}.gd-persona-summary strong{color:var(--text);font-size:11px}.gd-persona-summary span{margin-top:3px;color:var(--text-muted);font-size:9px;line-height:1.4}.gd-strategy-persona ul{display:grid;gap:6px;margin:14px 0 0 15px;color:var(--text-muted);font-size:9px;line-height:1.4}.gd-strategy-persona>small{display:block;margin-top:12px;color:var(--text-dim);font-size:8px;line-height:1.4}.gd-strategy-message>div{display:grid;gap:9px;margin-top:16px}.gd-strategy-message p{position:relative;padding:10px 10px 10px 27px;border-radius:7px;background:var(--bg)}.gd-strategy-message p i{position:absolute;top:13px;left:10px;width:8px;height:8px;border-radius:50%;background:#286f96}.gd-strategy-message p:nth-child(2) i{background:#e6a72d}.gd-strategy-message p:nth-child(3) i{background:#4d9468}.gd-strategy-message strong,.gd-strategy-message span{display:block}.gd-strategy-message strong{color:var(--text);font-size:11px}.gd-strategy-message span{margin-top:3px;color:var(--text-muted);font-size:9px;line-height:1.4}.gd-strategy-ia>div{display:grid;gap:9px;margin-top:16px}.gd-strategy-ia p{position:relative;padding:11px;border-radius:7px;background:var(--bg)}.gd-strategy-ia p+p:before{content:"↓";position:absolute;top:-11px;left:50%;color:var(--text-dim);font-size:10px;transform:translate(-50%)}.gd-strategy-ia strong,.gd-strategy-ia span{display:block}.gd-strategy-ia strong{color:var(--text);font-size:11px}.gd-strategy-ia span{margin-top:3px;color:var(--text-muted);font-size:9px}.gd-result{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);gap:clamp(32px,6vw,80px);align-items:center;padding:clamp(30px,5vw,64px);border-radius:14px;background:var(--gd-tint)}.gd-result-signal{margin-bottom:16px;color:var(--gd-accent-text);font-family:var(--font-mono);font-size:12px;font-weight:500}.gd-result h2{max-width:14ch}.gd-result-meta>p:last-child{max-width:56ch;color:var(--text-muted);font-size:16px;line-height:1.65}.gd-mobile-layout{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1.35fr);gap:clamp(32px,6vw,80px);align-items:center}.gd-mobile-layout .gd-section-heading{margin-bottom:0}.gd-mobile-layout figure{min-width:0}.gd-mobile-showcase{--gd-static-phone-width: 260px;margin-top:clamp(36px,6vw,72px);padding:clamp(24px,4vw,44px);border-radius:14px;background:var(--gd-tint)}.gd-mobile-showcase-heading{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(320px,1.2fr);gap:clamp(24px,5vw,64px);align-items:end}.gd-mobile-showcase-heading h3{max-width:20ch;font-size:clamp(26px,3.2vw,40px);line-height:1.1;letter-spacing:-.025em;text-wrap:balance}.gd-mobile-showcase-heading>p{max-width:68ch;color:var(--text-muted);font-size:14px;line-height:1.65}.gd-mobile-scroll-hint{display:none;margin-top:20px;color:var(--text-dim);font-family:var(--font-mono);font-size:10px}.gd-mobile-workflow{--gd-workflow-duration: 8.4s;display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:clamp(30px,6vw,76px);align-items:center;margin-top:36px;padding:clamp(22px,4vw,44px);overflow:hidden;border:1px solid color-mix(in srgb,var(--gd-accent-text) 22%,var(--border));border-radius:14px;background:radial-gradient(circle at 16% 8%,rgba(52,138,181,.18),transparent 38%),var(--bg-card)}.gd-mobile-workflow.is-paused *,.gd-mobile-workflow.is-paused *:before,.gd-mobile-workflow.is-paused *:after{animation-play-state:paused!important}.gd-workflow-stage{position:relative;min-height:590px;display:grid;place-items:center;padding:42px 24px 34px;overflow:hidden;border-radius:12px;background:#102c3a}.gd-workflow-progress{position:absolute;top:18px;right:18px;left:18px;height:2px;overflow:hidden;border-radius:999px;background:#ffffff2e}.gd-workflow-progress i{display:block;width:100%;height:100%;border-radius:inherit;background:#78c9ee;transform:scaleX(0);transform-origin:left}.gd-mobile-workflow.is-active .gd-workflow-progress i{animation:gd-workflow-progress var(--gd-workflow-duration) linear infinite}.gd-workflow-phone{position:relative;width:min(100%,286px);aspect-ratio:9 / 17;overflow:hidden;border:7px solid #071d27;border-radius:30px;background:#f5f7f8;box-shadow:0 24px 54px #0000005c,0 0 0 1px #ffffff1f;color:#1b3645;font-family:var(--font-body)}.gd-workflow-phone:before{content:"";position:absolute;z-index:20;top:5px;left:50%;width:58px;height:12px;border-radius:999px;background:#071d27;transform:translate(-50%)}.gd-workflow-overview,.gd-workflow-search-screen{position:absolute;top:0;right:0;bottom:0;left:0;background:#f5f7f8}.gd-workflow-scrim{position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;background:#0c253161;opacity:0}.gd-workflow-drawer{position:absolute;z-index:5;inset:0 auto 0 0;width:88%;padding:24px 10px 44px;background:#fff;box-shadow:8px 0 22px #102e3e3b;transform:translate(-105%)}.gd-workflow-search-link{position:relative;background:#16608b;color:#fff!important}.gd-workflow-search-link:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:2px solid rgba(31,113,157,.34);border-radius:6px;opacity:0}.gd-workflow-search-screen{z-index:8;opacity:0;transform:translate(105%)}.gd-workflow-destination{position:relative}.gd-workflow-destination:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:2px solid #2a7da7;border-radius:7px;opacity:0}.gd-workflow-pointer{position:absolute;z-index:15;top:8.5%;left:9.5%;width:20px;height:26px;opacity:0;filter:drop-shadow(0 2px 2px rgba(0,0,0,.28))}.gd-workflow-pointer:before{content:"";position:absolute;top:0;left:0;width:13px;height:19px;border:2px solid #fff;border-radius:9px 9px 8px 8px;background:var(--gd-primary);transform:rotate(-18deg)}.gd-workflow-pointer i{position:absolute;top:-9px;left:-9px;width:32px;height:32px;border:2px solid color-mix(in srgb,var(--gd-primary) 72%,transparent);border-radius:50%;opacity:0}.gd-mobile-workflow.is-active .gd-workflow-scrim{animation:gd-workflow-scrim var(--gd-workflow-duration) linear infinite}.gd-mobile-workflow.is-active .gd-workflow-drawer{animation:gd-workflow-drawer var(--gd-workflow-duration) var(--ease-soft) infinite}.gd-mobile-workflow.is-active .gd-workflow-search-screen{animation:gd-workflow-search-screen var(--gd-workflow-duration) var(--ease-soft) infinite}.gd-mobile-workflow.is-active .gd-workflow-pointer{animation:gd-workflow-pointer var(--gd-workflow-duration) var(--ease-soft) infinite}.gd-mobile-workflow.is-active .gd-workflow-pointer i{animation:gd-workflow-tap var(--gd-workflow-duration) linear infinite}.gd-mobile-workflow.is-active .gd-workflow-search-link:after{animation:gd-workflow-link var(--gd-workflow-duration) linear infinite}.gd-mobile-workflow.is-active .gd-workflow-destination:after{animation:gd-workflow-destination var(--gd-workflow-duration) linear infinite}.gd-workflow-stage-label{position:absolute;right:18px;bottom:16px;left:18px;color:#ffffff94;font-family:var(--font-mono);font-size:9px;letter-spacing:.06em;text-align:center;text-transform:uppercase}.gd-workflow-copy h4{max-width:17ch;margin-top:14px;font-size:clamp(25px,3vw,38px);line-height:1.1;letter-spacing:-.025em;text-wrap:balance}.gd-workflow-copy>p:not(.gd-reconstruction-label,.gd-workflow-boundary){max-width:56ch;margin-top:16px;color:var(--text-muted);font-size:14px;line-height:1.65}.gd-workflow-steps{position:relative;display:grid;gap:0;margin-top:26px;list-style:none}.gd-workflow-step{position:relative;display:grid;grid-template-columns:30px 1fr;gap:14px;padding:13px 10px;opacity:.5}.gd-workflow-step:not(:last-child):after{position:absolute;z-index:0;top:43px;bottom:-3px;left:24px;width:1px;background:color-mix(in srgb,var(--gd-accent-text) 34%,var(--border));content:""}.gd-workflow-step>span{position:relative;z-index:1;width:28px;height:28px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--gd-accent-text) 48%,var(--border));border-radius:50%;background:var(--bg-card);color:var(--gd-accent-text);font-family:var(--font-mono);font-size:9px;font-weight:700}.gd-workflow-step strong,.gd-workflow-step small{display:block}.gd-workflow-step strong{font-size:14px;line-height:1.35}.gd-workflow-step small{max-width:48ch;margin-top:5px;color:var(--text-muted);font-size:12px;line-height:1.5}.gd-mobile-workflow.is-active .gd-workflow-step--menu{animation:gd-workflow-step-menu var(--gd-workflow-duration) linear infinite}.gd-mobile-workflow.is-active .gd-workflow-step--search{animation:gd-workflow-step-search var(--gd-workflow-duration) linear infinite}.gd-mobile-workflow.is-active .gd-workflow-step--destination{animation:gd-workflow-step-destination var(--gd-workflow-duration) linear infinite}.gd-workflow-toggle{margin-top:24px;padding:10px 15px;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--text);font:500 12px/1 var(--font-mono);cursor:pointer;transition:border-color var(--motion-fast),background var(--motion-fast)}.gd-workflow-toggle:hover{border-color:var(--gd-accent-text);background:var(--gd-tint)}.gd-workflow-boundary{max-width:58ch;margin-top:20px;color:var(--text-dim);font-size:11px;line-height:1.6}@keyframes gd-workflow-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes gd-workflow-scrim{0%,13%,47%,to{opacity:0}18%,42%{opacity:1}}@keyframes gd-workflow-drawer{0%,13%,47%,to{transform:translate(-105%)}19%,42%{transform:translate(0)}}@keyframes gd-workflow-search-screen{0%,42%{opacity:0;transform:translate(105%)}49%,91%{opacity:1;transform:translate(0)}97%,to{opacity:0;transform:translate(0)}}@keyframes gd-workflow-pointer{0%,4%{top:8.5%;left:9.5%;opacity:0;transform:scale(.82)}7%,14%{top:8.5%;left:9.5%;opacity:1;transform:scale(1)}23%{top:8.5%;left:9.5%;opacity:1}31%,40%{top:30%;left:19%;opacity:1;transform:scale(1)}46%{top:30%;left:19%;opacity:0;transform:scale(.86)}54%{top:30%;left:29%;opacity:0;transform:scale(.86)}58%,70%{top:30%;left:29%;opacity:1;transform:scale(1)}76%,to{top:30%;left:29%;opacity:0;transform:scale(.86)}}@keyframes gd-workflow-tap{0%,8%,12%,33%,37%,61%,65%,to{opacity:0;transform:scale(.45)}10%,35%,63%{opacity:1;transform:scale(1.1)}}@keyframes gd-workflow-link{0%,32%,38%,to{opacity:0;transform:scale(.96)}34%,36%{opacity:1;transform:scale(1)}}@keyframes gd-workflow-destination{0%,60%,67%,to{opacity:0;transform:scale(.96)}62%,65%{opacity:1;transform:scale(1)}}@keyframes gd-workflow-step-menu{0%,2%,18%,to{opacity:.45}5%,15%{opacity:1}}@keyframes gd-workflow-step-search{0%,20%,46%,to{opacity:.45}24%,42%{opacity:1}}@keyframes gd-workflow-step-destination{0%,47%,94%,to{opacity:.45}52%,90%{opacity:1}}@media (prefers-reduced-motion: reduce){.gd-workflow-progress,.gd-workflow-pointer,.gd-workflow-toggle,.gd-workflow-overview,.gd-workflow-scrim,.gd-workflow-drawer{display:none}.gd-workflow-search-screen{opacity:1;transform:none}.gd-workflow-step{opacity:1}}.gd-grant-process{margin-top:clamp(54px,8vw,92px);padding-top:clamp(34px,5vw,56px);border-top:1px solid var(--border)}.gd-grant-process-heading{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:clamp(24px,5vw,64px);align-items:end}.gd-grant-process-heading h4{max-width:18ch;font-size:clamp(27px,3.1vw,40px);line-height:1.1;letter-spacing:-.025em;text-wrap:balance}.gd-grant-process-heading>div>p{max-width:56ch;margin-top:14px;color:var(--text-muted);font-size:14px;line-height:1.65}.gd-grant-process-note{max-width:62ch;padding:16px 18px;border-radius:8px;background:var(--bg-card);color:var(--text-muted);font-size:12px;line-height:1.65}.gd-grant-process-note strong{color:var(--text)}.gd-grant-process-hint{display:none;margin-top:32px;color:var(--text-dim);font-family:var(--font-mono);font-size:10px}.gd-grant-process-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;max-width:100%;margin-top:18px;padding:2px;overflow-x:visible;overscroll-behavior-inline:auto;scroll-snap-type:none}.gd-grant-process-step{position:relative;min-width:0;scroll-snap-align:start}.gd-grant-stage{--gd-grant-stage-offset: max(0px, calc((100% - var(--gd-static-phone-width)) / 2));position:relative;display:flex;align-items:center;gap:10px;min-height:32px;margin-bottom:15px;padding-left:var(--gd-grant-stage-offset)}.gd-grant-stage:after{content:"";position:absolute;z-index:0;top:15px;left:calc(var(--gd-grant-stage-offset) + 27px);width:calc(100% + 24px);height:1px;background:color-mix(in srgb,var(--gd-accent-text) 35%,var(--border))}.gd-grant-process-step:last-child .gd-grant-stage:after{display:none}.gd-grant-stage span,.gd-grant-stage strong{position:relative;z-index:1}.gd-grant-stage span{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#155e87;color:#fff;font-family:var(--font-mono);font-size:9px}.gd-grant-stage strong{padding-right:8px;background:var(--gd-tint);color:var(--text);font-size:13px}.gd-grant-phone{width:100%;max-width:var(--gd-static-phone-width);margin:0;border-width:5px;border-radius:25px;box-shadow:0 4px 8px #0d29382e}.gd-phone-grid .gd-phone{width:min(100%,var(--gd-static-phone-width))}.gd-grant-phone .gd-phone-status{height:22px;padding-inline:12px}.gd-grant-phone .gd-phone-appbar{height:42px;padding-inline:12px}.gd-grant-phone .gd-phone-appbar strong{font-size:9px}.gd-grant-phone .gd-menu-icon,.gd-grant-phone .gd-search-icon{font-size:11px}.gd-grant-page-title{padding:13px 12px 10px;border-bottom:1px solid #e0e7ea;background:#fff}.gd-grant-page-title strong,.gd-grant-page-title span{display:block}.gd-grant-page-title strong{font-size:12px}.gd-grant-page-title span{margin-top:3px;color:#637985;font-size:7px}.gd-grant-summary-row,.gd-grant-monitor-summary{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #dce5e9;background:#fff}.gd-grant-summary-row span,.gd-grant-monitor-summary span{padding:10px 4px;border-right:1px solid #e2e8eb;color:#637985;font-size:6px;text-align:center}.gd-grant-summary-row span:last-child,.gd-grant-monitor-summary span:last-child{border-right:0}.gd-grant-summary-row strong,.gd-grant-monitor-summary strong{display:block;margin-bottom:2px;color:#24566f;font-size:12px}.gd-grant-section-label{display:flex;align-items:center;justify-content:space-between;padding:12px 11px 7px}.gd-grant-section-label strong{font-size:8px}.gd-grant-section-label span{color:#17638b;font-size:7px}.gd-grant-list,.gd-grant-checklist,.gd-grant-payments,.gd-grant-timeline{padding:0 9px}.gd-grant-list>div,.gd-grant-checklist>div,.gd-grant-payments>div,.gd-grant-timeline>div{display:flex;align-items:center;gap:7px;margin-bottom:6px;padding:9px 8px;border-radius:5px;background:#fff;box-shadow:0 2px 4px #1b435712}.gd-grant-list>div.is-priority{box-shadow:inset 3px 0 #17638b,0 2px 4px #1b435712}.gd-grant-list>div>i,.gd-grant-payments>div>i{width:25px;height:25px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#e2ebef;color:#315d72;font-size:7px;font-style:normal;font-weight:700}.gd-grant-list p,.gd-grant-checklist p,.gd-grant-payments p,.gd-grant-timeline p{min-width:0;flex:1}.gd-grant-list strong,.gd-grant-list span,.gd-grant-list small,.gd-grant-checklist strong,.gd-grant-checklist span,.gd-grant-payments strong,.gd-grant-payments span,.gd-grant-payments small,.gd-grant-timeline strong,.gd-grant-timeline span,.gd-grant-timeline small{display:block}.gd-grant-list strong,.gd-grant-checklist strong,.gd-grant-payments strong,.gd-grant-timeline strong{font-size:7px;line-height:1.25}.gd-grant-list span,.gd-grant-checklist span,.gd-grant-payments span,.gd-grant-timeline span{margin-top:2px;color:#627984;font-size:6px}.gd-grant-list small,.gd-grant-payments small,.gd-grant-timeline small{margin-top:3px;color:#85939a;font-size:5.5px}.gd-grant-list b,.gd-grant-checklist b,.gd-grant-payments b,.gd-grant-timeline b{color:#17638b;font-size:6px;font-weight:600}.gd-grant-request-hero{padding:14px 12px 12px;background:#fff}.gd-grant-status{display:inline-block;margin-bottom:8px;padding:4px 6px;border-radius:999px;font-size:6px;font-weight:700}.gd-grant-status--review{background:#fff0d9;color:#85500b}.gd-grant-status--approved{background:#e2f1e7;color:#2f6a47}.gd-grant-request-hero>strong,.gd-grant-request-hero>small{display:block}.gd-grant-request-hero>strong{font-size:11px;line-height:1.3}.gd-grant-request-hero>small{margin-top:3px;color:#657985;font-size:7px}.gd-grant-request-hero>div{display:flex;align-items:flex-end;justify-content:space-between;margin-top:13px}.gd-grant-request-hero>div b{color:#24566f;font-size:15px}.gd-grant-request-hero>div span{color:#657985;font-size:6px}.gd-grant-request-hero--compact{padding-bottom:13px}.gd-grant-stagebar{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:0 12px 10px;background:#fff}.gd-grant-stagebar i{height:3px;border-radius:99px;background:#dbe4e8}.gd-grant-stagebar i.is-complete{background:#4d9468}.gd-grant-stagebar i.is-current{background:#efa93e}.gd-grant-detail-tabs{display:flex;gap:13px;padding:0 11px;border-top:1px solid #e2e8eb;border-bottom:1px solid #dce5e9;background:#fff;font-size:6px}.gd-grant-detail-tabs strong,.gd-grant-detail-tabs span{padding:8px 0}.gd-grant-detail-tabs strong{border-bottom:2px solid #17638b;color:#17638b}.gd-grant-detail-tabs span{color:#667b86}.gd-grant-facts{margin:10px 9px 0;border-radius:5px;background:#fff;box-shadow:0 2px 4px #1b435712}.gd-grant-facts>div{display:flex;justify-content:space-between;gap:8px;padding:7px 9px;border-bottom:1px solid #e9eef0}.gd-grant-facts>div:last-child{border-bottom:0}.gd-grant-facts dt{color:#657985;font-size:6px}.gd-grant-facts dd{color:#2d4d5c;font-size:6px;font-weight:700;text-align:right}.gd-grant-budget{margin:8px 9px;padding:9px;border-radius:5px;background:#fff}.gd-grant-budget>span{color:#657985;font-size:6px}.gd-grant-budget p{height:5px;margin-top:6px;border-radius:99px;background:#e7ecef;overflow:hidden}.gd-grant-budget p i{display:block;width:var(--grant-bar);height:100%;background:#17638b}.gd-grant-budget small{display:block;margin-top:5px;color:#657985;font-size:5.5px}.gd-grant-progress{height:4px;margin:10px 11px;overflow:hidden;border-radius:99px;background:#dce5e9}.gd-grant-progress i{display:block;width:80%;height:100%;background:#4d9468}.gd-grant-checklist>div{padding-block:7px}.gd-grant-checklist>div>i,.gd-grant-timeline>div>i{width:20px;height:20px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#e2f1e7;color:#2f6a47;font-size:7px;font-style:normal;font-weight:700}.gd-grant-checklist>div.is-open{background:#fff8ec}.gd-grant-checklist>div.is-open>i{background:#ffe2b3;color:#85500b}.gd-grant-checklist>div.is-open b{color:#85500b}.gd-grant-note{margin:8px 9px;padding:9px;border-radius:5px;background:#eaf3f7}.gd-grant-note strong,.gd-grant-note span{display:block}.gd-grant-note strong{color:#24566f;font-size:7px}.gd-grant-note span{margin-top:4px;color:#526e7c;font-size:6px;line-height:1.4}.gd-grant-decision-head{padding:17px 12px 13px;background:#fff;text-align:center}.gd-grant-decision-head i{width:34px;height:34px;display:grid;place-items:center;margin:0 auto 7px;border-radius:50%;background:#e2f1e7;color:#2f6a47;font-size:15px;font-style:normal}.gd-grant-decision-head strong,.gd-grant-decision-head span{display:block}.gd-grant-decision-head strong{font-size:11px}.gd-grant-decision-head span{margin-top:3px;color:#6f8089;font-size:6px}.gd-grant-decision-amount{padding:11px 12px;border-top:1px solid #e2e8eb;background:#fff}.gd-grant-decision-amount span,.gd-grant-decision-amount strong,.gd-grant-decision-amount small{display:block}.gd-grant-decision-amount span{color:#637985;font-size:6px}.gd-grant-decision-amount strong{margin-top:2px;color:#24566f;font-size:16px}.gd-grant-decision-amount small{margin-top:2px;color:#637985;font-size:6px}.gd-grant-rationale{margin:9px;padding:10px;border-radius:5px;background:#fff}.gd-grant-rationale strong{font-size:7px}.gd-grant-rationale p{margin-top:5px;color:#5a707b;font-size:6px;line-height:1.45}.gd-grant-facts--decision{margin-top:0}.gd-grant-actions{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:.8fr 1.2fr;border-top:1px solid #dce5e9;background:#fff}.gd-grant-actions span,.gd-grant-actions strong{display:grid;min-height:38px;place-items:center;font-size:6px}.gd-grant-actions span{color:#315d72}.gd-grant-actions strong{background:#17638b;color:#fff}.gd-grant-payment-total{display:grid;grid-template-columns:1fr auto;gap:2px 10px;margin:9px;padding:10px;border-radius:5px;background:#eaf3f7}.gd-grant-payment-total span{color:#58717d;font-size:6px}.gd-grant-payment-total strong{grid-row:span 2;color:#24566f;font-size:15px}.gd-grant-payment-total small{color:#71838b;font-size:6px}.gd-grant-payments{padding-top:1px}.gd-grant-payments>div.is-ready{box-shadow:inset 3px 0 #efa93e,0 2px 4px #1b435712}.gd-grant-condition{position:relative;margin:8px 9px;padding:9px 28px 9px 9px;border-radius:5px;background:#fff}.gd-grant-condition span,.gd-grant-condition strong{display:block}.gd-grant-condition span{color:#657985;font-size:6px}.gd-grant-condition strong{margin-top:3px;font-size:7px}.gd-grant-condition i{position:absolute;top:50%;right:9px;color:#2f6a47;font-size:10px;font-style:normal;transform:translateY(-50%)}.gd-grant-monitor-summary{margin-bottom:10px}.gd-grant-monitor-summary strong{color:#2f6a47}.gd-grant-timeline{position:relative}.gd-grant-timeline:before{content:"";position:absolute;top:18px;bottom:18px;left:27px;width:1px;background:#cbd8de}.gd-grant-timeline>div{position:relative;box-shadow:none;border-bottom:1px solid #e5ebee;border-radius:0;background:transparent}.gd-grant-timeline>div.is-current{border-radius:5px;background:#fff8ec}.gd-grant-timeline>div:not(.is-complete,.is-current)>i{background:#eef2f4;color:#70828b}.gd-grant-portal-state{display:flex;align-items:center;gap:8px;margin:8px 9px;padding:9px;border-radius:5px;background:#eaf3f7}.gd-grant-portal-state>i{color:#24566f;font-size:13px;font-style:normal}.gd-grant-portal-state strong,.gd-grant-portal-state span{display:block}.gd-grant-portal-state strong{font-size:7px}.gd-grant-portal-state span{margin-top:2px;color:#607985;font-size:6px}.gd-grant-process-step>h5{width:min(100%,var(--gd-static-phone-width));margin-top:17px;margin-inline:auto;font-size:16px;line-height:1.3}.gd-grant-process-step>p{width:min(100%,var(--gd-static-phone-width));max-width:34ch;margin-top:6px;margin-inline:auto;color:var(--text-muted);font-size:12px;line-height:1.55}.gd-phone-grid{--gd-mobile-sequence-gap: clamp(18px, 3vw, 32px);position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gd-mobile-sequence-gap);margin:clamp(42px,5vw,64px) 0 0;padding:0;list-style:none}.gd-phone-card{position:relative;min-width:0;display:flex;flex-direction:column;color:var(--text)}.gd-mobile-sequence-step{position:relative;min-height:34px;display:flex;align-items:center;gap:10px;margin-bottom:18px}.gd-mobile-sequence-step:after{position:absolute;z-index:0;top:50%;right:calc(-1 * var(--gd-mobile-sequence-gap));left:29px;height:20px;display:flex;align-items:center;justify-content:flex-end;background:linear-gradient(to right,color-mix(in srgb,var(--gd-accent-text) 44%,var(--border)),color-mix(in srgb,var(--gd-accent-text) 44%,var(--border))) left center / calc(100% - 9px) 1px no-repeat;color:var(--gd-accent-text);content:"›";font-size:23px;font-weight:700;line-height:1;transform:translateY(-50%)}.gd-phone-card:last-child .gd-mobile-sequence-step:after{display:none}.gd-mobile-sequence-step>span,.gd-mobile-sequence-step>h4{position:relative;z-index:1}.gd-mobile-sequence-step>span{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:var(--gd-accent-text);color:#fff;font-family:var(--font-mono);font-size:9px;font-weight:700}.gd-mobile-sequence-step>h4{margin:0;padding:3px 8px;background:var(--bg-card);font-size:15px;line-height:1.3}.gd-phone-card>p{max-width:38ch;margin-top:18px;color:var(--text-muted);font-size:13px;line-height:1.6}.gd-phone{position:relative;width:min(100%,292px);aspect-ratio:9 / 17;margin-inline:auto;overflow:hidden;border:6px solid #173847;border-radius:28px;background:#f5f7f8;box-shadow:0 4px 8px #0d29382e;color:#1b3645;font-family:var(--font-body)}.gd-phone-status{height:24px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:#fff;font-size:8px}.gd-phone-status span{color:#183b4e;font-size:6px;letter-spacing:2px}.gd-phone-appbar{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #dbe4e8;background:#fff}.gd-phone-appbar strong{color:#155e87;font-size:10px}.gd-menu-icon,.gd-search-icon{color:#155e87;font-size:14px;font-style:normal}.gd-mobile-entity{display:flex;align-items:center;gap:10px;padding:14px;background:#fff}.gd-mobile-entity>i{width:34px;height:34px;flex:0 0 auto;border-radius:50%;background:#dfe8ec}.gd-mobile-entity div,.gd-mobile-entity strong,.gd-mobile-entity span{display:block}.gd-mobile-entity strong{font-size:10px}.gd-mobile-entity span{margin-top:2px;color:#75858d;font-size:7px}.gd-mobile-tabs{display:flex;gap:12px;padding:9px 12px 0;border-top:1px solid #edf1f3;background:#fff;font-size:7px;white-space:nowrap}.gd-mobile-tabs strong{padding-bottom:7px;border-bottom:2px solid #155e87;color:#155e87}.gd-mobile-tabs span{color:#73838c}.gd-mobile-card{margin:11px 10px 0;padding:11px;border-radius:6px;background:#fff;box-shadow:0 2px 5px #1c425614}.gd-mobile-card>span,.gd-mobile-card>strong{display:block}.gd-mobile-card>span{color:#667c88;font-size:7px}.gd-mobile-card>strong{margin-top:5px;color:#2c4d5f;font-size:9px}.gd-mobile-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:13px}.gd-mobile-amounts i{aspect-ratio:1;border-radius:50%;background:#1e6c95}.gd-mobile-amounts i:nth-child(2){background:#efa93e}.gd-mobile-amounts i:nth-child(3){background:#4d9d6b}.gd-mobile-amounts i:nth-child(4){background:#6b7fa3}.gd-mobile-card--activity>strong{position:relative;padding:7px 0 7px 18px;border-bottom:1px solid #edf1f3;font-size:8px}.gd-mobile-card--activity>strong:last-child{border-bottom:0}.gd-mobile-card--activity>strong:before{content:"";position:absolute;top:8px;left:1px;width:9px;height:9px;border:2px solid #4d9d6b;border-radius:50%}.gd-phone--drawer{background:#d7dde0}.gd-phone-underlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;gap:12px;padding:76px 14px 14px 46%;background:#18303c3d}.gd-phone-underlay div{border-radius:6px;background:#ffffff7a}.gd-mobile-drawer{position:absolute;inset:0 auto 0 0;width:88%;padding:13px 10px 44px;background:#fff;box-shadow:4px 0 8px #102e3e29}.gd-drawer-profile{display:flex;align-items:center;gap:9px;padding:3px 7px 12px;border-bottom:1px solid #e7ecef}.gd-drawer-profile>i{width:28px;height:28px;border-radius:50%;background:#dbe7ec}.gd-drawer-profile strong,.gd-drawer-profile span{display:block}.gd-drawer-profile strong{font-size:9px}.gd-drawer-profile span{margin-top:2px;color:#788890;font-size:7px}.gd-drawer-group{padding:8px 0;border-bottom:1px solid #e7ecef}.gd-drawer-group span{display:block;margin:2px 0;padding:7px 9px;border-radius:4px;color:#3c5868;font-size:8px}.gd-drawer-group span.is-selected{background:#16608b;color:#fff}.gd-drawer-quick{padding:11px 9px;color:#3c5868;font-size:8px}.gd-drawer-logout{position:absolute;right:0;bottom:0;left:0;padding:11px;background:#4e86aa;color:#fff;font-size:8px;text-align:center}.gd-search-heading{padding:12px 13px 9px;background:#fff}.gd-search-heading strong,.gd-search-heading span{display:block}.gd-search-heading strong{font-size:12px}.gd-search-heading span{margin-top:2px;color:#7a8991;font-size:7px}.gd-search-tabs{display:flex;gap:16px;padding:0 13px;border-bottom:1px solid #dce4e8;background:#fff;font-size:7px}.gd-search-tabs strong,.gd-search-tabs span{padding:8px 0}.gd-search-tabs strong{border-bottom:2px solid #155e87;color:#155e87}.gd-search-tabs span{color:#77868e}.gd-search-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px}.gd-search-grid span{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:5px;background:#fff;box-shadow:0 2px 4px #1b435714;color:#667b86;font-size:7px}.gd-search-grid i{color:#315f77;font-size:15px;font-style:normal}.gd-ds-chapter{padding-top:clamp(42px,7vw,88px);border-top:1px solid var(--border)}.gd-ds-sequence{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);gap:18px;align-items:center;margin-top:44px;padding:28px;border-radius:14px;background:var(--gd-tint)}.gd-ds-sequence p{display:flex;flex-direction:column;gap:7px}.gd-ds-sequence strong{font-size:16px;line-height:1.35}.gd-ds-sequence p span{color:var(--text-muted);font-size:13px;line-height:1.55}.gd-ds-arrow{color:var(--gd-accent-text);font-size:22px}.gd-ds-subsection{margin-top:clamp(56px,8vw,96px)}.gd-ds-subheading{display:grid;grid-template-columns:minmax(0,.75fr) minmax(300px,1.25fr);gap:clamp(28px,5vw,64px);align-items:start;margin-bottom:30px}.gd-ds-subheading h3{max-width:18ch;font-size:clamp(27px,3vw,38px);line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.gd-ds-subheading>p{max-width:72ch;color:var(--text-muted);font-size:16px;line-height:1.7;text-wrap:pretty}.gd-ds-audit-grid,.gd-ds-structure-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(22px,4vw,48px);align-items:start}.gd-ds-audit-grid figure,.gd-ds-structure-grid article{min-width:0;padding:clamp(14px,2vw,22px);border-radius:14px;background:var(--bg-card)}.gd-ds-audit-grid figcaption,.gd-ds-structure-grid figcaption{display:flex;flex-direction:column;gap:6px;margin-top:16px}.gd-ds-audit-grid figcaption strong,.gd-ds-structure-grid figcaption strong{color:var(--text);font-family:var(--font-body);font-size:15px}.gd-ds-audit-grid figcaption span,.gd-ds-structure-grid figcaption span{color:var(--text-muted);font-family:var(--font-body);font-size:13px;line-height:1.6}.gd-ds-structure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gd-governance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:34px;padding-top:28px;border-top:1px solid var(--border)}.gd-governance-grid article{padding:0 28px;border-right:1px solid var(--border)}.gd-governance-grid article:first-child{padding-left:0}.gd-governance-grid article:last-child{padding-right:0;border-right:0}.gd-governance-grid h4,.gd-ds-outcome h4{margin-bottom:9px;color:var(--text);font-size:17px;line-height:1.35}.gd-governance-grid p,.gd-ds-outcome p{color:var(--text-muted);font-size:14px;line-height:1.65}.gd-ds-outcome{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(28px,5vw,64px);margin-top:46px;padding:clamp(24px,4vw,40px);border-radius:14px;background:var(--gd-tint)}.gd-website-artifacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.gd-website-artifacts figure{min-width:0}.gd-website-artifacts figure:last-child{grid-column:1 / -1}.gd-website-artifacts figure:last-child img{aspect-ratio:1600 / 470}.gd-demonstrates ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 48px;list-style:none;border-top:1px solid var(--border)}.gd-demonstrates li{position:relative;padding:20px 12px 20px 28px;border-bottom:1px solid var(--border);color:var(--text);font-size:16px;line-height:1.5}.gd-demonstrates li:before{content:"";position:absolute;top:27px;left:2px;width:9px;height:9px;border:2px solid var(--gd-accent-text);border-radius:50%}.gd-limitations .gd-section-heading{max-width:900px}.gd-next-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:36px;padding-top:28px;border-top:1px solid var(--border)}.gd-next-steps article{padding:0 28px;border-right:1px solid var(--border)}.gd-next-steps article:first-child{padding-left:0}.gd-next-steps article:last-child{padding-right:0;border-right:0}.gd-next-steps h3{margin-bottom:10px;font-size:18px;line-height:1.3}.gd-next-steps p{color:var(--text-muted);font-size:14px;line-height:1.65}.gd-reflection{max-width:78ch;margin-top:36px;padding-top:28px;border-top:1px solid var(--border);color:var(--text-muted);font-size:16px;line-height:1.7}@media (max-width: 1199px){.gd-hero{grid-template-columns:minmax(220px,34%) 1fr}.gd-hero-copy{padding:clamp(24px,4vw,48px)}.gd-hero-illustration{width:85%}.gd-hero-illustration-nav{padding:10px 6px}.gd-hero-illustration-nav span{font-size:9px}.gd-glance{grid-template-columns:1fr}}@media (max-width: 900px){.gd-summary-grid,.gd-glance-list,.gd-section-heading--split,.gd-prose-columns,.gd-artifact--portrait,.gd-artifact--prototype,.gd-reconstruction-heading,.gd-concept-options,.gd-model-heading,.gd-journey-lanes,.gd-mobile-showcase-heading,.gd-mobile-workflow,.gd-grant-process-heading,.gd-result,.gd-mobile-layout,.gd-ds-subheading,.gd-ds-audit-grid,.gd-ds-structure-grid,.gd-governance-grid,.gd-ds-outcome,.gd-website-artifacts,.gd-demonstrates ul,.gd-next-steps{grid-template-columns:1fr}.gd-grant-process-hint{display:block}.gd-grant-process-track{grid-template-columns:repeat(3,minmax(236px,260px));padding-bottom:20px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:thin}.gd-summary-grid article,.gd-summary-grid article:first-child,.gd-summary-grid article:last-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--border)}.gd-summary-grid article:last-child{border-bottom:0}.gd-glance-list div:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.gd-glance-list div:last-child{border-bottom:0}.gd-section-heading--split{gap:20px}.gd-section-heading--split .gd-evidence-note{max-width:70ch}.gd-artifact--portrait .gd-artifact-button,.gd-artifact--prototype .gd-artifact-button{grid-row:auto;max-width:none}.gd-artifact--portrait .gd-artifact-notes,.gd-artifact--prototype .gd-artifact-notes{margin-top:20px}.gd-reconstruction-heading,.gd-model-heading{gap:16px}.gd-journey-lanes{gap:12px}.gd-desktop-flow{grid-template-columns:minmax(220px,260px) auto minmax(220px,260px) auto minmax(220px,260px) auto minmax(220px,260px);overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:12px;scroll-snap-type:inline mandatory;scrollbar-width:thin}.gd-desktop-flow article{scroll-snap-align:start}.gd-pattern-audit-table{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.gd-pattern-audit-row{min-width:680px}.gd-system-browser-body{grid-template-columns:1fr}.gd-system-browser-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px}.gd-system-browser-nav strong{grid-column:1 / -1}.gd-strategy-sequence{grid-template-columns:1fr}.gd-strategy-arrow{justify-self:center;transform:rotate(90deg)}.gd-result{align-items:start}.gd-mobile-layout .gd-section-heading{margin-bottom:12px}.gd-mobile-showcase-heading{gap:16px}.gd-mobile-workflow{gap:28px;padding:24px}.gd-workflow-stage{width:100%;max-width:520px;justify-self:center}.gd-workflow-copy{width:100%;max-width:620px;justify-self:center}.gd-grant-process-heading{gap:18px}.gd-mobile-scroll-hint{display:block}.gd-phone-grid{grid-template-columns:repeat(3,minmax(240px,280px));overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:12px;scroll-snap-type:inline mandatory;scrollbar-width:thin}.gd-phone-card{scroll-snap-align:start}.gd-ds-sequence{grid-template-columns:1fr}.gd-ds-arrow{transform:rotate(90deg);justify-self:center}.gd-ds-subheading{gap:14px}.gd-governance-grid article,.gd-governance-grid article:first-child,.gd-governance-grid article:last-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--border)}.gd-governance-grid article:last-child{border-bottom:0}.gd-website-artifacts figure:last-child{grid-column:auto}.gd-website-artifacts figure:last-child img{aspect-ratio:auto}.gd-next-steps article,.gd-next-steps article:first-child,.gd-next-steps article:last-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--border)}.gd-next-steps article:last-child{border-bottom:0}}@media (max-width: 1024px){.gd-page .sidebar-collapse-btn{display:none}}@media (max-width: 767px){.gd-hero{grid-template-columns:1fr}.gd-hero-copy,.gd-hero-visual{padding:24px}.gd-hero-visual{gap:28px}.gd-hero-illustration{width:88%;max-width:360px}.gd-hero .card-nail--bl{background:var(--text-muted);opacity:.35}.gd-hero .card-nail--tr{background:#ffffff80;opacity:1}.gd-hero h1{max-width:none}.gd-hero-copy .proj-details-row{grid-template-columns:1fr;gap:6px}.gd-hero-copy .proj-details-tools{max-width:none}}@media (max-width: 560px){.gd-hero-copy,.gd-hero-visual{padding:24px 20px}.gd-hero h1{max-width:none;font-size:clamp(34px,10.8vw,48px);line-height:1.02;letter-spacing:-.03em}.gd-hero-summary{font-size:16px}.gd-glance,.gd-reconstruction,.gd-journey-model,.gd-prototype-board,.gd-pattern-audit,.gd-strategy-board,.gd-mobile-showcase{padding:24px 20px}.gd-glance-list div{grid-template-columns:1fr;gap:5px}.gd-artifact,.gd-concept-option{padding:14px}.gd-concept-option header{align-items:flex-start;flex-direction:column;gap:4px}.gd-journey-lanes>section{padding:14px}.gd-desktop-flow{margin-right:-20px;padding-right:20px}.gd-pattern-audit-row{min-width:620px}.gd-system-browser-bar small{display:none}.gd-system-browser-nav{grid-template-columns:repeat(2,minmax(0,1fr));padding:14px 10px}.gd-system-browser-content{padding:22px 16px}.gd-system-browser-content>header{align-items:flex-start}.gd-system-foundation-preview{grid-template-columns:1fr}.gd-system-status-preview{overflow-x:auto}.gd-system-status-preview>div{min-width:430px}.gd-strategy-sequence>section{padding:16px}.gd-mobile-workflow{margin-inline:-8px;padding:14px}.gd-workflow-stage{min-height:520px;padding:40px 10px 34px}.gd-mobile-showcase{--gd-static-phone-width: 236px}.gd-workflow-phone{width:min(100%,252px)}.gd-workflow-copy h4{max-width:19ch}.gd-workflow-step{grid-template-columns:28px 1fr;gap:9px;padding-inline:8px}.gd-grant-process{margin-top:52px}.gd-grant-process-track{grid-template-columns:repeat(3,minmax(224px,236px));margin-right:-20px;padding-right:20px}.gd-grant-phone{max-width:var(--gd-static-phone-width)}.gd-ds-sequence{padding:20px}.gd-ds-audit-grid figure,.gd-ds-structure-grid article{padding:12px}.gd-ds-outcome{padding:22px 18px}.gd-artifact-notes{grid-template-columns:1fr}.gd-artifact-notes div,.gd-artifact-notes div+div{padding:16px 0;border-left:0;border-bottom:1px solid var(--border)}.gd-artifact-notes div:last-child{border-bottom:0}.gd-artifact--portrait .gd-artifact-notes div,.gd-artifact--prototype .gd-artifact-notes div{grid-template-columns:1fr;gap:5px}.gd-demonstrates li{padding-right:0}}@media (max-width: 360px){.gd-page .sidebar-link{font-size:10px}.gd-hero-copy,.gd-hero-visual{padding-inline:16px}.gd-hero h1{font-size:33px}}.hero--billboard{display:flex;flex-direction:column;justify-content:flex-start;gap:48px;padding:32px 48px 48px;overflow:visible;background:var(--bg-card);border:1px solid var(--border);border-radius:14px}.billboard-nail{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--text-muted);opacity:.45;z-index:3}.billboard-nail--tl{top:12px;left:12px}.billboard-nail--tr{top:12px;right:12px}.billboard-nail--bl{bottom:12px;left:12px}.billboard-nail--br{bottom:12px;right:12px}.hero-body{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}.hero-left{padding-top:4px}.hero-right{display:flex;flex-direction:column;gap:24px}.hero--billboard .hero-tag{margin-bottom:0}.hero--billboard .hero-headline{font-size:clamp(36px,4.8vw,68px);font-weight:600;line-height:1;letter-spacing:-.035em;margin:0;padding:0}.hero-subcopy{font-size:18px;font-weight:500;line-height:1.6;color:var(--text-muted)}.hero-cta-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero-cta-btn{display:inline-flex;align-items:center;background:var(--text);color:var(--bg-card);padding:14px 28px;border-radius:50px;font-family:var(--font-display);font-size:16px;font-weight:600;text-decoration:none;transition:opacity var(--motion-fast) var(--ease-out),transform var(--motion-fast) var(--ease-out);white-space:nowrap}.hero-cta-btn:hover{opacity:.75}.hero-cta-btn:active{transform:scale(.98)}.hero-availability{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:500;color:var(--text-muted)}.availability-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}@media (max-width: 900px){.hero--billboard .hero-body{grid-template-columns:minmax(160px,200px) minmax(0,1fr);gap:32px}.hero--billboard .hero-right{min-width:0}}@media (max-width: 680px){.hero--billboard{gap:32px;padding:28px 24px 32px}.hero--billboard .hero-body{grid-template-columns:1fr;gap:28px}.hero--billboard .hero-left{width:100%;max-width:340px}}@media (max-width: 0px){.gd-page{--gd-editorial-canvas: #efefec;--gd-editorial-paper: #fff;--gd-editorial-ink: #111216;--gd-editorial-body: #55565b;--gd-editorial-muted: #716f69;--gd-editorial-rule: #e5e1d9;--gd-editorial-soft: #f4f3ef;--gd-editorial-navy: #191e31;--gd-editorial-navy-raised: #22283d;--gd-editorial-blue: #557fba;--gd-editorial-coral: #c54135;--gd-space-tight: .75rem;--gd-space-small: 1.5rem;--gd-space-medium: 2rem;--gd-space-large: 3rem;--gd-space-section: clamp(4.5rem, 6vw, 6rem);--gd-text-caption: .875rem;--gd-text-body: 1.0625rem;--gd-text-lead: clamp(1.1875rem, 1.08rem + .3vw, 1.4375rem);--gd-text-subhead: clamp(1.625rem, 1.35rem + .8vw, 2.125rem);--gd-text-section: clamp(2.25rem, 1.75rem + 1.5vw, 3.25rem);--gd-text-hero: clamp(3rem, 2.1rem + 2.6vw, 4.625rem);background:var(--gd-editorial-canvas);font-kerning:normal;font-optical-sizing:auto}[data-theme=dark] .gd-page{--gd-editorial-canvas: #0f1118;--gd-editorial-paper: #171922;--gd-editorial-ink: #f4f3ef;--gd-editorial-body: #bebfc5;--gd-editorial-muted: #a9abb4;--gd-editorial-rule: #303340;--gd-editorial-soft: #1d202a;--gd-editorial-navy: #090c18;--gd-editorial-navy-raised: #171b2b}.gd-page main{max-width:1680px;gap:0;padding-inline:clamp(20px,3.25vw,56px)}.gd-page main>*{width:100%}.gd-page .back-to-projects{width:fit-content;margin:0 0 32px}.gd-page main>.section-card{margin:0;padding:var(--gd-space-section) clamp(2rem,5vw,5rem);border:0;border-radius:0;background:var(--gd-editorial-paper);box-shadow:none;overflow:visible}.gd-page main>.section-card+.section-card{border-top:1px solid var(--gd-editorial-rule)}.gd-page .section-card .card-nail{display:none}.gd-page main>.section-card:first-of-type,.gd-page .gd-hero.section-card{padding:0;border:0;border-radius:16px 16px 0 0;overflow:hidden;box-shadow:0 22px 55px #191b231a}.gd-page .section-tag{display:none}.gd-page .section-title,.gd-page .gd-section-heading h2{max-width:16ch;margin:0;color:var(--gd-editorial-ink);font-family:var(--font-display);font-size:var(--gd-text-section);font-weight:700;line-height:1.06;letter-spacing:-.035em;text-wrap:balance}.gd-page .gd-section-heading,.gd-page .gd-section-heading--split{display:block;min-width:0;margin:0}.gd-page .gd-section-heading>div{display:block}.gd-page .gd-section-heading>p,.gd-page .gd-section-heading>div>p{max-width:42ch;margin-top:var(--gd-space-small);color:var(--gd-editorial-body);font-size:var(--gd-text-body);font-weight:400;line-height:1.68;text-wrap:pretty}.gd-page .gd-summary-section,.gd-page .closing-section{display:grid;grid-template-columns:minmax(230px,.34fr) minmax(0,.66fr);column-gap:clamp(3rem,6vw,6rem);row-gap:clamp(3rem,5vw,4rem);align-items:start}.gd-page .gd-summary-section>.section-title{grid-column:1}.gd-page .gd-summary-section>.gd-summary-grid{grid-column:2}.gd-page .gd-section{display:block}.gd-page .gd-section>.gd-section-heading{width:100%;margin-bottom:clamp(3rem,5vw,4.5rem)}.gd-page .gd-section>.gd-section-heading:not(.gd-section-heading--split),.gd-page .gd-section>.gd-section-heading--split>div{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr);gap:clamp(3rem,6vw,6rem);align-items:start}.gd-page .gd-section>.gd-section-heading:not(.gd-section-heading--split)>p,.gd-page .gd-section>.gd-section-heading--split>div>p{max-width:62ch;margin-top:0}.gd-page .gd-section>.gd-section-heading~*{width:100%}.gd-page .gd-context .gd-prose-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,5vw,4rem);max-width:none}.gd-page .gd-hero{grid-template-columns:minmax(300px,31.5%) minmax(0,68.5%);min-height:min(860px,calc(100vh - 56px));background:var(--gd-editorial-paper)}.gd-page .gd-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3.5rem,5vw,5rem) clamp(3rem,5.4vw,5.5rem)}.gd-page .gd-hero h1{max-width:20ch;color:var(--gd-editorial-ink);font-size:var(--gd-text-hero);font-weight:700;line-height:1.02;letter-spacing:-.04em;text-wrap:balance}.gd-page .gd-hero-copy .proj-hero-chips{gap:var(--gd-space-tight);margin-top:1.75rem}.gd-page .gd-hero-copy .proj-chip{padding:.625rem 1rem;font-size:.875rem;line-height:1}.gd-page .gd-hero-summary{max-width:44ch;margin-top:2rem;color:color-mix(in srgb,var(--gd-editorial-body) 86%,var(--gd-editorial-ink));font-size:var(--gd-text-lead);font-weight:400;line-height:1.6;letter-spacing:-.012em;text-wrap:pretty}.gd-page .gd-hero-copy .proj-details{gap:0;margin-top:clamp(3rem,4vw,4rem);padding-top:2rem;border-top-color:var(--gd-editorial-rule)}.gd-page .gd-hero-copy .proj-details-heading{margin-bottom:1.25rem;font-size:.9375rem;font-weight:700;line-height:1.35;letter-spacing:.08em}.gd-page .gd-hero-copy .proj-details-row{grid-template-columns:6.5rem minmax(0,1fr);gap:1.25rem;padding-block:1.25rem}.gd-page .gd-hero-copy .proj-details-heading,.gd-page .gd-hero-copy .proj-details-label{color:var(--gd-editorial-muted)}.gd-page .gd-hero-copy .proj-details-label{padding-top:.08rem;font-size:.9375rem;font-weight:600;line-height:1.55}.gd-page .gd-hero-copy .proj-details-value,.gd-page .gd-hero-copy .proj-details-list li{color:var(--gd-editorial-body);font-size:1rem;font-weight:400;line-height:1.6}.gd-page .gd-hero-copy .proj-details-list,.gd-page .gd-hero-copy .proj-details-tools{gap:.625rem}.gd-page .gd-hero-copy .proj-method-chip{min-height:2.25rem;padding:.45rem .9rem;border-color:var(--gd-editorial-rule);background:transparent;color:var(--gd-editorial-body);font-size:.875rem;font-weight:500;line-height:1.35}.gd-page .gd-hero-visual{padding:clamp(28px,3vw,48px);background:var(--gd-editorial-navy)}.gd-page .gd-hero-illustration{width:min(84%,520px);border-color:#ffffff14;box-shadow:0 24px 56px #02030a6b;transform:translateY(-1%)}.gd-page .gd-hero-visual figcaption{max-width:31ch;color:#dae1edc2;font-size:.875rem}.gd-page .gd-summary-section{border-top:0!important}.gd-page .gd-summary-grid{display:grid;grid-template-columns:1fr;border-top:1px solid var(--gd-editorial-rule)}.gd-page .gd-summary-grid article,.gd-page .gd-summary-grid article:first-child,.gd-page .gd-summary-grid article:last-child{display:grid;grid-template-columns:minmax(120px,.28fr) minmax(0,.72fr);gap:2rem;padding:2rem 0;border:0;border-bottom:1px solid var(--gd-editorial-rule)}.gd-page .gd-summary-grid h3{margin:0;color:var(--gd-editorial-coral);font-size:1rem;font-weight:700;line-height:1.5}.gd-page .gd-summary-grid p{max-width:62ch;color:var(--gd-editorial-body);font-size:var(--gd-text-body);font-weight:400;line-height:1.68;text-wrap:pretty}.gd-page .gd-glance{display:grid;grid-template-columns:minmax(230px,.34fr) minmax(0,.66fr);gap:clamp(3rem,6vw,6rem);margin:0;padding:clamp(5rem,7vw,7rem) clamp(2rem,5vw,5rem);border-radius:0;background:var(--gd-editorial-navy);color:#fff}.gd-page .gd-glance .gd-section-heading h2{max-width:12ch;color:#fff}.gd-page .gd-glance .gd-section-heading p{max-width:32ch;margin-top:1.5rem;color:#dae1edc7;font-family:var(--font-display);font-size:var(--gd-text-caption);line-height:1.65}.gd-page .gd-glance-list{grid-template-columns:1fr;border-top:1px solid rgba(255,255,255,.15)}.gd-page .gd-glance-list div,.gd-page .gd-glance-list div:nth-last-child(-n+2){grid-template-columns:minmax(116px,.26fr) minmax(0,.74fr);gap:1.5rem;padding:1.25rem 0;border-bottom:1px solid rgba(255,255,255,.12)}.gd-page .gd-glance-list dt{color:#dae1edc7;font-family:var(--font-display);font-size:.875rem;font-weight:600;line-height:1.55}.gd-page .gd-glance-list dd{color:#ffffffe6;font-size:1rem;font-weight:400;line-height:1.6}.gd-page .gd-prose-columns{grid-template-columns:1fr;gap:24px;max-width:69ch}.gd-page .gd-prose-columns p{color:var(--gd-editorial-body);font-size:var(--gd-text-body);font-weight:400;line-height:1.72;text-wrap:pretty}.gd-page .gd-artifact-notes{display:grid;grid-template-columns:1fr;margin-top:34px;border-top:1px solid var(--gd-editorial-rule)}.gd-page .gd-artifact-notes div,.gd-page .gd-artifact-notes div+div{display:grid;grid-template-columns:minmax(100px,.22fr) minmax(0,.78fr);gap:1.5rem;padding:1.25rem 0;border:0;border-bottom:1px solid var(--gd-editorial-rule)}.gd-page .gd-artifact-notes dt{color:var(--gd-editorial-muted);font-family:var(--font-display);font-size:.875rem;font-weight:600;line-height:1.55}.gd-page .gd-artifact-notes dd{max-width:62ch;color:var(--gd-editorial-body);font-size:.9375rem;font-weight:400;line-height:1.62}.gd-page .gd-journey-model,.gd-page .gd-reconstruction,.gd-page .gd-pattern-audit,.gd-page .gd-strategy-board,.gd-page .gd-mobile-showcase{margin:0;padding:clamp(24px,3.3vw,48px);border:1px solid var(--gd-editorial-rule);border-radius:12px;background:var(--gd-editorial-soft);box-shadow:none}.gd-page .gd-hero .card-nail{background:var(--text-muted);opacity:.35}.gd-page .gd-model-heading,.gd-page .gd-reconstruction-heading,.gd-page .gd-mobile-showcase-heading{gap:clamp(24px,4vw,56px);margin-bottom:clamp(28px,3.8vw,48px);padding-bottom:24px;border-bottom:1px solid var(--gd-editorial-rule)}.gd-page .gd-model-heading h3,.gd-page .gd-reconstruction h3,.gd-page .gd-mobile-showcase-heading h3{color:var(--gd-editorial-ink);font-size:var(--gd-text-subhead);font-weight:700;line-height:1.12;letter-spacing:-.03em;text-wrap:balance}.gd-page .gd-model-heading>p,.gd-page .gd-reconstruction-heading>p,.gd-page .gd-mobile-showcase-heading>p{color:var(--gd-editorial-body);font-size:1rem;font-weight:400;line-height:1.65;text-wrap:pretty}.gd-page .gd-concept-options,.gd-page .gd-journey-lanes{gap:clamp(18px,2.5vw,32px)}.gd-page .gd-concept-option,.gd-page .gd-journey-lanes>section{border-color:var(--gd-editorial-rule);background:var(--gd-editorial-paper);box-shadow:0 10px 28px #191e310d}.gd-page .gd-prototype-board{margin:0;padding:clamp(26px,3.6vw,52px);border-radius:12px;background:var(--gd-editorial-navy);box-shadow:0 18px 42px #12162524}.gd-page .gd-prototype-board .gd-model-heading{border-bottom-color:#ffffff21}.gd-page .gd-result.section-card{grid-template-columns:minmax(240px,.36fr) minmax(0,.64fr);gap:clamp(3rem,6vw,6rem);padding:var(--gd-space-section) clamp(2rem,5vw,5rem);border-top:0;border-radius:0;background:var(--gd-editorial-navy);color:#fff}.gd-page .gd-result .section-title{max-width:12ch;color:#fff}.gd-page .gd-result-signal{color:#ff826d}.gd-page .gd-result-copy>p:last-child{color:#e1e6efb3;font-size:var(--gd-text-body);font-weight:400;line-height:1.75;text-wrap:pretty}.gd-page .gd-result-figure{padding:clamp(14px,2vw,24px);border-radius:12px;background:#ffffff12}.gd-page .gd-result-figure figcaption{color:#e1e6efc7}.gd-page .gd-mobile-showcase{margin-top:0}.gd-page .gd-mobile-workflow{gap:clamp(28px,4vw,56px);padding:clamp(22px,3vw,38px);border-radius:10px;background:var(--gd-editorial-paper)}.gd-page .gd-grant-process{margin-top:clamp(48px,6vw,76px);padding-top:clamp(40px,5vw,64px);border-top-color:var(--gd-editorial-rule)}.gd-page .gd-ds-chapter{padding-top:clamp(88px,9vw,148px)}.gd-page .gd-ds-chapter>.gd-ds-sequence,.gd-page .gd-ds-chapter>.gd-ds-subsection{grid-column:auto}.gd-page .gd-ds-sequence{margin:0;padding:0 0 42px;border-bottom:1px solid var(--gd-editorial-rule);border-radius:0;background:transparent}.gd-page .gd-ds-sequence p{padding:20px;border-radius:9px;background:var(--gd-editorial-soft)}.gd-page .gd-ds-subsection{margin-top:clamp(64px,7vw,104px)}.gd-page .gd-ds-subheading{grid-template-columns:minmax(200px,.38fr) minmax(0,.62fr);gap:clamp(32px,5vw,72px);margin-bottom:34px;padding-top:30px;border-top:1px solid var(--gd-editorial-rule)}.gd-page .gd-ds-subheading h3{color:var(--gd-editorial-ink);font-size:var(--gd-text-subhead);font-weight:700;line-height:1.12;letter-spacing:-.035em;text-wrap:balance}.gd-page .gd-ds-subheading>p{color:var(--gd-editorial-body);font-size:var(--gd-text-body);font-weight:400;line-height:1.68;text-wrap:pretty}.gd-page .gd-pattern-audit,.gd-page .gd-system-browser{margin-top:0}.gd-page .gd-system-browser{border-color:var(--gd-editorial-rule);background:var(--gd-editorial-paper)}.gd-page .gd-governance-grid{border-color:var(--gd-editorial-rule)}.gd-page .gd-governance-grid article{border-color:var(--gd-editorial-rule)}.gd-page .gd-governance-grid h4,.gd-page .gd-ds-outcome h4{color:var(--gd-editorial-ink)}.gd-page .gd-governance-grid p,.gd-page .gd-ds-outcome p{color:var(--gd-editorial-body)}.gd-page .gd-ds-outcome{border:1px solid var(--gd-editorial-rule);border-radius:10px;background:var(--gd-editorial-soft)}.gd-page .gd-demonstrates ul,.gd-page .gd-next-steps{margin:0;border-top-color:var(--gd-editorial-rule)}.gd-page .gd-demonstrates li,.gd-page .gd-next-steps article{border-color:var(--gd-editorial-rule)}.gd-page .gd-demonstrates li{color:var(--gd-editorial-ink)}.gd-page .gd-demonstrates li{padding-block:1.5rem;font-size:var(--gd-text-body);font-weight:500;line-height:1.55}.gd-page .gd-next-steps{grid-template-columns:1fr;padding-top:0}.gd-page .gd-next-steps article,.gd-page .gd-next-steps article:first-child,.gd-page .gd-next-steps article:last-child{display:grid;grid-template-columns:minmax(120px,.28fr) minmax(0,.72fr);gap:28px;padding:24px 0;border:0;border-bottom:1px solid var(--gd-editorial-rule)}.gd-page .gd-next-steps h3{color:var(--gd-editorial-ink);font-size:1.125rem;font-weight:700;line-height:1.4}.gd-page .gd-next-steps p,.gd-page .gd-reflection{color:var(--gd-editorial-body);font-weight:400}.gd-page .gd-reflection{margin-top:16px;padding-top:32px;border-top:0;font-size:var(--gd-text-body);line-height:1.75;text-wrap:pretty}.gd-page .closing-section{grid-template-columns:1fr;padding-block:clamp(64px,7vw,104px);border-radius:0 0 16px 16px;background:var(--gd-editorial-navy)}.gd-page .closing-actions{grid-column:1;justify-content:space-between;gap:18px}.gd-page .closing-btn{min-height:48px;padding:.875rem 1.25rem;border-color:#fff3;color:#ffffffdb;font-size:.9375rem;font-weight:600;line-height:1.3;letter-spacing:0}.gd-page .closing-btn--primary{background:#fff;color:#171b2b}.gd-page .closing-btn--secondary:hover{border-color:#ffffff6b;background:#ffffff14;color:#fff}@media (min-width: 1200px) and (max-width: 1600px){.gd-page .gd-hero-copy{padding-inline:clamp(3rem,4vw,4rem)}.gd-page .gd-hero h1{font-size:clamp(3.35rem,3.8vw,3.8rem)}}@media (max-width: 1199px){.gd-page .gd-hero{grid-template-columns:minmax(270px,35%) minmax(0,65%)}.gd-page .gd-hero h1{font-size:clamp(2.55rem,4.5vw,4.7rem)}.gd-page .gd-section,.gd-page .gd-summary-section,.gd-page .closing-section,.gd-page .gd-glance,.gd-page .gd-result.section-card{grid-template-columns:minmax(215px,.34fr) minmax(0,.66fr);column-gap:clamp(38px,5vw,72px)}.gd-page .gd-ds-subheading{grid-template-columns:1fr}}@media (max-width: 900px){.gd-page main{padding-inline:18px}.gd-page .gd-hero{grid-template-columns:1fr;min-height:0}.gd-page .gd-hero-visual{min-height:clamp(530px,76vw,720px);order:0}.gd-page .gd-hero-copy{order:1}.gd-page .gd-section,.gd-page .gd-summary-section,.gd-page .closing-section,.gd-page .gd-glance,.gd-page .gd-result.section-card{grid-template-columns:1fr;row-gap:42px;padding:clamp(62px,10vw,96px) clamp(26px,6vw,54px)}.gd-page .gd-section>.gd-section-heading,.gd-page .gd-summary-section>.section-title,.gd-page .gd-section>.gd-section-heading~*,.gd-page .gd-summary-section>.gd-summary-grid,.gd-page .gd-ds-chapter>.gd-ds-sequence,.gd-page .gd-ds-chapter>.gd-ds-subsection{grid-column:1}.gd-page .gd-section-heading>p,.gd-page .gd-section-heading>div>p{max-width:62ch}.gd-page .gd-section>.gd-section-heading:not(.gd-section-heading--split),.gd-page .gd-section>.gd-section-heading--split>div,.gd-page .gd-context .gd-prose-columns{grid-template-columns:1fr;gap:1.5rem}.gd-page .gd-glance-list,.gd-page .gd-result-figure{grid-column:1}.gd-page .gd-ds-chapter{padding-top:84px}}@media (max-width: 640px){.gd-page main{padding-inline:10px}.gd-page .back-to-projects{margin:2px 8px 24px}.gd-page main>.section-card:first-of-type,.gd-page .gd-hero.section-card{border-radius:11px 11px 0 0}.gd-page .gd-hero-visual{min-height:460px;padding:22px}.gd-page .gd-hero-illustration{width:94%}.gd-page .gd-hero-copy{padding:46px 22px 58px}.gd-page .gd-hero h1{font-size:clamp(2.45rem,12vw,3.75rem)}.gd-page .gd-hero-summary{margin-top:32px}.gd-page .gd-hero-copy .proj-details{margin-top:54px;padding-top:30px}.gd-page .gd-hero-copy .proj-details-row,.gd-page .gd-summary-grid article,.gd-page .gd-artifact-notes div,.gd-page .gd-artifact-notes div+div,.gd-page .gd-glance-list div,.gd-page .gd-glance-list div:nth-last-child(-n+2),.gd-page .gd-next-steps article,.gd-page .gd-next-steps article:first-child,.gd-page .gd-next-steps article:last-child{grid-template-columns:1fr;gap:8px}.gd-page .gd-section,.gd-page .gd-summary-section,.gd-page .gd-glance,.gd-page .gd-result.section-card,.gd-page .closing-section{row-gap:34px;padding:54px 22px}.gd-page .section-title,.gd-page .gd-section-heading h2{max-width:18ch;font-size:clamp(2.05rem,10vw,3.1rem)}.gd-page .gd-journey-model,.gd-page .gd-reconstruction,.gd-page .gd-pattern-audit,.gd-page .gd-strategy-board,.gd-page .gd-mobile-showcase,.gd-page .gd-prototype-board{padding:20px;border-radius:9px}.gd-page .gd-mobile-workflow{padding:18px}.gd-page .gd-mobile-state-sequence{--gd-mobile-sequence-gap: 16px;margin-right:-20px;padding-right:20px}.gd-page .gd-mobile-sequence-step:after{right:2px}.gd-page .gd-ds-sequence{grid-template-columns:1fr;gap:12px}.gd-page .gd-ds-arrow{transform:rotate(90deg);justify-self:center}.gd-page .gd-ds-subheading{padding-top:24px}.gd-page .gd-governance-grid,.gd-page .gd-ds-outcome,.gd-page .gd-demonstrates ul{grid-template-columns:1fr}.gd-page .gd-governance-grid article,.gd-page .gd-governance-grid article:first-child,.gd-page .gd-governance-grid article:last-child{padding:20px 0;border-right:0;border-bottom:1px solid var(--gd-editorial-rule)}.gd-page .closing-actions{align-items:stretch}.gd-page .closing-btn{justify-content:center}}}.gd-page main{max-width:1280px;padding:48px;gap:48px}.gd-page .gd-hero{grid-template-columns:minmax(280px,1fr) minmax(0,1.4fr);gap:40px;align-items:start;margin-top:0;padding:40px 48px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);box-shadow:none}.gd-page .gd-hero .card-nail{background:var(--text-muted);opacity:.35}.gd-page .gd-hero-visual{width:100%;max-width:360px;aspect-ratio:1;min-height:0;padding:32px;border-radius:20px;overflow:hidden}.gd-page .gd-hero-visual .gd-status{padding:8px 14px 8px 11px;font-size:.75rem}.gd-page .gd-hero-illustration{width:88%;max-width:320px}.gd-page .gd-hero-visual figcaption{font-size:.75rem;line-height:1.45}.gd-page .gd-hero-copy{display:flex;flex-direction:column;gap:16px;min-width:0;padding:0}.gd-page .gd-hero h1{max-width:22ch;color:var(--text);font-size:var(--type-case-title);font-weight:700;line-height:1.4;letter-spacing:0;text-wrap:balance}.gd-page .gd-hero-copy .proj-hero-chips{gap:8px;margin:0}.gd-page .gd-hero-copy .proj-chip{padding:8px 18px;font-size:var(--type-meta);line-height:1}.gd-page .gd-hero-summary{max-width:54ch;margin:0;color:var(--text-muted);font-size:var(--type-body);font-weight:400;line-height:1.6;letter-spacing:0}.gd-page .gd-hero-details{min-width:0}.gd-page .gd-hero-facts{display:flex;flex-direction:column;gap:14px;margin:0}.gd-page .gd-hero-facts div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:16px;align-items:start;padding:0;border:0}.gd-page .gd-hero-facts dt{color:var(--text-dim);font-family:var(--font-body);font-size:var(--type-label);font-weight:600;line-height:1.4;padding-top:2px}.gd-page .gd-hero-facts dd{color:var(--text-detail);font-family:var(--font-body);font-size:var(--type-detail);font-weight:400;line-height:1.4}.gd-page .gd-hero-copy .proj-details{gap:14px;margin-top:24px;padding-top:0;border-top:0}.gd-page .gd-hero-copy .proj-details-heading{margin-bottom:4px;color:var(--text-dim);font-size:var(--type-meta);font-weight:600;line-height:1.4;letter-spacing:.04em;text-transform:uppercase}.gd-page .gd-hero-copy .proj-details-row{grid-template-columns:110px minmax(0,1fr);gap:16px;padding:0}.gd-page .gd-hero-copy .proj-details-label{padding-top:2px;color:var(--text-dim);font-size:var(--type-label);font-weight:600;line-height:1.4}.gd-page .gd-hero-copy .proj-details-value,.gd-page .gd-hero-copy .proj-details-list li{color:var(--text-detail);font-size:var(--type-detail);font-weight:400;line-height:1.4}.gd-page .gd-hero-copy .proj-details-list,.gd-page .gd-hero-copy .proj-details-tools{gap:6px}.gd-page .gd-hero-copy .proj-method-chip{min-height:0;padding:4px 12px;border:0;background:var(--bg-hover);color:var(--text);font-size:var(--type-meta);font-weight:500;line-height:1.4}.gd-page main>.section-card,.gd-page .gd-glance.section-card{margin:0;padding:40px 48px;border:1px solid var(--border);border-radius:14px;background:var(--bg-card);box-shadow:none;overflow:hidden}.gd-page .section-card .card-nail{display:block;z-index:2}.gd-page .section-tag,.gd-page .gd-summary-section,.gd-page .gd-section,.gd-page .gd-result.section-card,.gd-page .closing-section{display:block}.gd-page .gd-summary-section>.section-title,.gd-page .gd-summary-section>.gd-summary-grid,.gd-page .gd-section>.gd-section-heading,.gd-page .gd-section>.gd-section-heading~*,.gd-page .gd-ds-chapter>.gd-ds-sequence,.gd-page .gd-ds-chapter>.gd-ds-subsection{width:100%}.gd-page .section-title,.gd-page .gd-section-heading h2{color:var(--text);font-family:var(--font-display);font-size:var(--type-section-title);font-weight:700;line-height:1.2;letter-spacing:0;text-wrap:balance}.gd-page .gd-artifact-notes dt{font-family:var(--font-body);font-size:.8125rem;font-weight:700;line-height:1.2;letter-spacing:.01em}.gd-page .gd-summary-grid{margin-top:24px;border-top:0}.gd-page .gd-glance.section-card{grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:clamp(32px,6vw,80px)}.gd-page .gd-glance .gd-section-heading h2,.gd-page .gd-glance .gd-section-heading p,.gd-page .gd-glance-list dt,.gd-page .gd-glance-list dd{color:inherit}.gd-page .gd-glance .gd-section-heading p,.gd-page .gd-glance-list dt{color:var(--text-muted)}.gd-page .gd-glance .gd-section-heading p{font-family:var(--font-body);font-size:.9375rem;font-weight:400;line-height:1.6;letter-spacing:0}.gd-page .gd-glance-list dt{font-family:var(--font-body);font-size:.8125rem;font-weight:600;line-height:1.4;letter-spacing:.01em}.gd-page .gd-result.section-card{background:var(--bg-card)}.gd-page .gd-result .gd-result-copy{display:grid;grid-template-columns:minmax(240px,.4fr) minmax(0,.6fr);gap:clamp(44px,7vw,96px);align-items:start;margin-top:22px}.gd-page .gd-result-meta{display:flex;flex-direction:column;gap:28px;padding-top:8px}.gd-page .gd-result-signal{display:inline-flex;align-items:center;align-self:flex-start;gap:.5rem;width:fit-content;margin:0;padding:.5rem .75rem .5rem .625rem;border-radius:999px;background:color-mix(in srgb,var(--gd-success) 15%,var(--bg-card));color:color-mix(in srgb,var(--gd-success) 76%,var(--text));font-family:var(--font-body);font-size:.8125rem;font-weight:700;line-height:1;letter-spacing:.01em}.gd-page .gd-result-signal:before{width:.5rem;height:.5rem;border-radius:50%;background:var(--gd-success);content:"";flex:0 0 auto}.gd-page .gd-result h2{max-width:22ch}.gd-page .gd-result .gd-result-figure{margin-top:clamp(38px,4vw,52px)}.gd-page .gd-ds-chapter{padding-top:40px;border-top:1px solid var(--border)}.gd-page .gd-journey-model,.gd-page .gd-reconstruction,.gd-page .gd-pattern-audit,.gd-page .gd-strategy-board,.gd-page .gd-mobile-showcase,.gd-page .gd-prototype-board,.gd-page .gd-system-browser,.gd-page .gd-ds-sequence,.gd-page .gd-ds-outcome{border-radius:14px}.gd-page .gd-reconstruction{background:transparent}.gd-page .gd-reconstruction .gd-concept-option{background:color-mix(in srgb,var(--text) 3.5%,var(--bg-card))}.gd-page .gd-mobile-showcase{background:transparent}.gd-page .gd-mobile-showcase .gd-mobile-workflow{border-color:var(--border);background:var(--bg-card)}@media (max-width: 1199px){.gd-page .gd-hero{grid-template-columns:minmax(240px,.8fr) minmax(0,1.2fr);gap:32px;padding:36px}.gd-page .gd-hero-visual{padding:26px}.gd-page .gd-hero h1{font-size:var(--type-case-title);line-height:1.3}.gd-page .gd-hero-summary{font-size:16px}.gd-page .gd-glance.section-card{grid-template-columns:1fr}}@media (max-width: 1024px){.gd-page main{padding:24px 24px 88px}}@media (max-width: 767px){.gd-page .gd-hero{grid-template-columns:1fr;gap:28px;padding:24px 20px}.gd-page .gd-hero-visual{width:100%;max-width:none;min-height:440px;aspect-ratio:auto;padding:24px 20px;border-radius:12px}.gd-page .gd-hero h1{max-width:none;font-size:var(--type-case-title);line-height:1.05;letter-spacing:-.03em}.gd-page .gd-hero-copy .proj-details-row{grid-template-columns:1fr;gap:6px}.gd-page .gd-hero-facts{gap:14px}.gd-page .gd-hero-facts div,.gd-page .gd-hero-details .proj-details-row{grid-template-columns:1fr;gap:6px}.gd-page .gd-result .gd-result-copy{grid-template-columns:1fr;gap:14px;margin-top:18px}.gd-page .gd-result-meta{display:contents}.gd-page .gd-result-signal{grid-row:1}.gd-page .gd-result h2{grid-row:2}.gd-page .gd-result-meta>p:last-child{grid-row:3}}@media (max-width: 560px){.gd-page main>.section-card,.gd-page .gd-glance.section-card{padding:32px 24px}.gd-page .gd-hero{padding:20px}.gd-page .section-title,.gd-page .gd-section-heading h2{font-size:var(--type-section-title)}}
