:root {
  color-scheme: light;
  --ink:#102832; --muted:#5d737d; --paper:#f5f9fa; --white:#fff;
  --surface:#ffffff; --surface-2:#edf6f8; --soft:#e6f2f5;
  --dark:#0d2731; --dark-2:#173943; --accent:#ff6f35;
  --accent-soft:#ffe7dc; --blue:#63bdd3; --brand:#3597b0;
  --brand-deep:#0e5a70; --brand-soft:#daf0f5; --green:#92d0b0;
  --line:#cddde2; --header-bg:rgba(245,249,250,.88);
  --radius:28px; --shadow:0 28px 80px rgba(14,55,68,.13);
}
html[data-theme="dark"] {
  color-scheme: dark;
  --ink:#edf7f9; --muted:#bfd1d7; --paper:#091b22; --white:#fff;
  --surface:#112d38; --surface-2:#173743; --soft:#0f2832;
  --dark:#06161c; --dark-2:#133742; --accent:#ff8b5b;
  --accent-soft:#4a291f; --blue:#73c8dc; --brand:#73c8dc;
  --brand-deep:#c0edf5; --brand-soft:#123b47; --green:#9bd5b7;
  --line:#355763; --header-bg:rgba(9,27,34,.92);
  --shadow:0 30px 90px rgba(0,0,0,.34);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:
radial-gradient(circle at 12% 4%,rgba(99,189,211,.13),transparent 28rem),
radial-gradient(circle at 92% 18%,rgba(255,111,53,.06),transparent 24rem),
var(--paper);color:var(--ink);line-height:1.6;transition:background-color .25s ease,color .25s ease} a{color:inherit;text-decoration:none} button{font:inherit}.progress{position:fixed;z-index:1000;top:0;left:0;width:100%;height:3px;background:transparent}.progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--brand),var(--accent))}
.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(24px,5vw,78px);background:var(--header-bg);backdrop-filter:blur(18px);border-bottom:1px solid rgba(23,32,39,.08)}.brand{font-weight:850;letter-spacing:-.035em;color:var(--brand-deep)}.site-header nav{display:flex;gap:28px;align-items:center;font-size:14px}.site-header nav a{color:var(--muted)}.site-header nav a:hover{color:var(--ink)}.nav-cta{padding:9px 15px;border:1px solid var(--line);border-radius:999px;color:var(--ink)!important}
.section-pad{padding:clamp(78px,10vw,150px) clamp(24px,7vw,110px)}.section-intro{max-width:850px;margin-bottom:54px}.section-intro h2{font-size:clamp(38px,5vw,72px);line-height:1.04;letter-spacing:-.055em;margin:7px 0 20px}.section-intro>p:last-child{font-size:19px;color:var(--muted);max-width:740px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:12px;color:var(--accent);margin:0 0 12px}.section-dark{background:var(--dark);color:white}.section-soft{background:var(--soft)}.section-intro.light p:last-child{color:#bac6ca}.split-intro{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;max-width:none;align-items:end}.split-intro>p{margin:0 0 12px;color:var(--muted);font-size:18px}
.hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(40px,7vw,110px);overflow:hidden}.hero h1{font-size:clamp(58px,7.5vw,112px);line-height:.92;letter-spacing:-.073em;margin:15px 0 30px;max-width:1050px}.hero-lede{font-size:clamp(19px,2vw,24px);color:var(--muted);max-width:760px}.hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:35px}.hero-meta span{border:1px solid var(--line);padding:9px 14px;border-radius:999px;font-size:13px}.hero-visual{position:relative;min-height:720px;display:flex;align-items:center;justify-content:center}.glow{position:absolute;border-radius:50%;filter:blur(5px)}.glow-one{width:420px;height:420px;background:rgba(243,111,53,.15);top:60px;right:0}.glow-two{width:340px;height:340px;background:rgba(117,201,223,.2);bottom:50px;left:0}.phone-shell{position:relative;z-index:2;width:min(365px,78vw);padding:21px;border:10px solid #1c252a;background:#eef8fb;border-radius:52px;box-shadow:0 55px 110px rgba(15,30,38,.28);transform:rotate(2.5deg)}.phone-bar{display:flex;justify-content:space-between;font-size:10px;padding:2px 5px 18px;color:#52646b}.phone-heading{display:flex;justify-content:space-between;align-items:flex-start}.phone-heading small,.summary-card small,.mini-cards small{display:block;font-size:11px;color:#687d85}.phone-heading strong{display:block;font-size:19px}.status-pill{font-size:10px;background:#dcf3e7;color:#2e7251;padding:7px 9px;border-radius:999px}.summary-card{margin:20px 0;padding:18px;background:var(--surface);border-radius:20px;box-shadow:0 12px 25px rgba(36,78,93,.07)}.summary-card strong{font-size:21px;display:block}.summary-line{height:5px;background:#e7eef0;border-radius:10px;margin-top:12px}.summary-line span{display:block;width:82%;height:100%;background:var(--accent);border-radius:10px}.energy-map{position:relative;height:270px;background:var(--surface);border-radius:25px;margin-bottom:14px}.node{position:absolute;width:84px;height:84px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;border:8px solid rgba(255,255,255,.8);box-shadow:0 8px 25px rgba(30,70,80,.13)}.node i{font-style:normal;font-size:18px}.node b{font-size:11px}.node small{font-size:10px}.solar{top:18px;left:calc(50% - 42px);background:#ffe2b6}.home{top:105px;left:calc(50% - 42px);background:#ecf0ea}.battery{bottom:16px;left:25px;background:#d9f0f7}.grid{bottom:16px;right:25px;background:#dce4f4}.flow{position:absolute;background:linear-gradient(90deg,var(--accent),#f6b55e);height:3px;transform-origin:left center;opacity:.8}.f1{width:78px;left:50%;top:99px;transform:rotate(90deg)}.f2{width:96px;left:78px;top:188px;transform:rotate(-18deg)}.f3{width:96px;left:174px;top:158px;transform:rotate(35deg)}.detail-button{width:100%;border:0;border-radius:16px;padding:13px 15px;background:#20353e;color:white;text-align:left;display:flex;justify-content:space-between}.mini-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.mini-cards div{background:var(--surface);padding:13px;border-radius:15px}.mini-cards strong{font-size:14px}.floating-note{position:absolute;z-index:3;width:220px;background:var(--surface);padding:16px 18px;border-radius:18px;box-shadow:var(--shadow)}.floating-note small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-size:9px;font-weight:800}.floating-note strong{font-size:13px;line-height:1.25;display:block;margin-top:4px}.note-one{top:125px;left:-10px}.note-two{right:-25px;bottom:120px}
.snapshot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.snapshot-grid article{border-top:1px solid var(--line);padding:24px 0}.snapshot-grid small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-weight:700;font-size:10px}.snapshot-grid strong{display:block;font-size:20px;margin:8px 0}.snapshot-grid p{color:var(--muted);font-size:14px}.truth-note{margin-top:45px;padding:25px 30px;border-radius:20px;background:var(--accent-soft);display:grid;grid-template-columns:180px 1fr;gap:22px}.truth-note p{margin:0;color:#73472e}
.context .section-intro{max-width:950px}.ecosystem{display:grid;grid-template-columns:repeat(9,auto);align-items:center;gap:16px;margin:55px 0}.eco-item{width:140px;height:150px;background:linear-gradient(180deg,rgba(20,59,71,.98),rgba(14,47,57,.98));border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 18px 36px rgba(0,0,0,.18)}.eco-item span{font-size:10px;color:#8da2aa}.eco-icon{width:42px;height:42px;display:grid;place-items:center;color:var(--accent)}.eco-icon svg{width:100%;height:100%;display:block}.eco-solar{color:#ff8757}.eco-battery{color:#73d0ea}.eco-home{color:#ff8757}.eco-ev{color:#ffc067}.eco-grid{color:#9ab6ff}.eco-item b{font-size:15px;color:#f7fbfc}.ecosystem em{font-style:normal;color:#718188;font-size:24px;transform:translateY(4px)}.context blockquote,.reflection blockquote{font-size:clamp(28px,4vw,54px);line-height:1.15;letter-spacing:-.045em;margin:70px 0 0;max-width:1150px}
.role-track{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.role-track article{padding:26px;border:1px solid var(--line);border-radius:22px}.role-track span,.principle-grid span,.profile-grid span{color:var(--accent);font-size:11px;font-weight:800}.role-track strong{display:block;font-size:21px;margin:28px 0 8px}.role-track p{color:var(--muted);font-size:14px}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--line);border:1px solid var(--line);border-radius:28px;overflow:hidden}.process-grid article{background:var(--paper);padding:35px 28px;min-height:260px}.process-grid span{display:inline-block;background:var(--accent-soft);color:#914826;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:7px 10px;border-radius:999px}.process-grid h3{font-size:24px;margin:55px 0 12px;letter-spacing:-.03em}.process-grid p{color:var(--muted)}
.lens-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.lens-grid article{background:var(--surface);border-radius:24px;padding:28px;min-height:230px}.lens-grid i{font-style:normal;font-size:30px;color:var(--accent)}.lens-grid strong{display:block;font-size:20px;margin:42px 0 10px}.lens-grid p{color:var(--muted);font-size:14px}.finding-strip{margin-top:22px;border-left:4px solid var(--accent);padding:6px 0 6px 24px;font-size:20px}.finding-strip p{margin:0;max-width:850px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat-grid article{padding:30px;border-radius:24px;background:var(--surface);box-shadow:0 15px 40px rgba(20,32,39,.06)}.stat-grid strong{display:block;font-size:52px;letter-spacing:-.06em}.stat-grid span{color:var(--muted)}.analysis-flow{margin-top:45px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:14px;align-items:center}.analysis-flow div{border:1px solid var(--line);border-radius:18px;padding:22px;text-align:center;font-weight:700}.analysis-flow span{color:var(--accent);font-size:23px}
.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.profile-grid article{background:var(--dark-2);padding:34px;border-radius:26px;min-height:350px;display:flex;flex-direction:column}.profile-grid h3{font-size:28px;line-height:1.08;margin:45px 0 18px}.profile-grid p{color:#b8c3c6}.profile-grid small{display:block;margin-top:auto;color:#82959b;border-top:1px solid #405157;padding-top:18px}
.matrix-wrap{position:relative;max-width:980px;margin:50px auto 0;padding:55px 72px}.matrix{position:relative;height:560px;border-left:2px solid var(--ink);border-bottom:2px solid var(--ink);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.quadrant{padding:18px;border-top:1px dashed #c1c4c2;border-right:1px dashed #c1c4c2;color:#7d8588}.quadrant.highlighted{background:linear-gradient(135deg,rgba(243,111,53,.06),rgba(243,111,53,.2));color:#984623}.matrix-y,.matrix-x{position:absolute;font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:var(--muted)}.matrix-y{left:0;writing-mode:vertical-rl;transform:rotate(180deg)}.matrix-y.top{top:50px}.matrix-y.bottom{bottom:55px}.matrix-x{bottom:12px}.matrix-x.left{left:74px}.matrix-x.right{right:72px}.dot{position:absolute;padding:9px 12px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 6px 18px rgba(25,35,40,.12)}.competitor{background:#dfe7e8;color:#45565b}.user{background:var(--accent);color:white}.c1{left:26%;top:22%}.c2{left:53%;top:15%}.c3{left:38%;top:58%}.u1{left:62%;top:27%}.u2{left:20%;top:70%}.u3{left:67%;top:72%}
.journey-track{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.journey-track article{position:relative;background:var(--surface);padding:24px;border-radius:20px;min-height:125px}.journey-track article:after{content:"";position:absolute;top:50%;right:-13px;width:14px;height:2px;background:#cbc9c2}.journey-track article:last-child:after{display:none}.journey-track span{font-size:10px;color:var(--muted)}.journey-track strong{display:block;margin-top:35px}.journey-track .active{background:var(--accent);color:white;transform:translateY(-10px);box-shadow:0 16px 35px rgba(243,111,53,.28)}.journey-track .active span,.journey-track .active small{color:#ffe1d3}.journey-track small{display:block;font-size:10px;margin-top:3px}.zoom-card{margin:40px auto 0;max-width:720px;border:1px solid var(--line);border-radius:23px;padding:28px 35px;background:var(--surface);display:grid;grid-template-columns:auto auto auto 1fr;align-items:center;gap:22px}.zoom-card span,.zoom-card strong{font-size:20px}.zoom-card b{color:var(--accent)}.zoom-card p{margin:0;color:var(--muted);font-size:14px}
.problem-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}.problem-ui{position:relative;padding:60px}.problem-screen{height:530px;border:10px solid #263239;border-radius:44px;background:#f3f8fa;padding:25px;box-shadow:var(--shadow)}.problem-head{display:flex;justify-content:space-between}.problem-nodes{height:280px;position:relative;margin-top:30px}.problem-nodes i{position:absolute;width:90px;height:90px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;background:var(--surface);font-style:normal;font-size:13px;box-shadow:0 8px 25px rgba(30,60,70,.1)}.problem-nodes i:nth-child(1){left:calc(50% - 45px);top:0}.problem-nodes i:nth-child(2){left:15px;bottom:10px}.problem-nodes i:nth-child(3){left:calc(50% - 45px);bottom:80px}.problem-nodes i:nth-child(4){right:15px;bottom:10px}.problem-nodes small{font-size:10px}.problem-data{display:grid;grid-template-columns:1fr 1fr;gap:9px}.problem-data span{font-size:10px;padding:12px;background:var(--surface);border-radius:12px}.pin{position:absolute;width:38px;height:38px;background:var(--accent);color:white;display:grid;place-items:center;border-radius:50%;font-weight:800;box-shadow:0 8px 25px rgba(243,111,53,.32)}.p1{top:105px;right:30px}.p2{top:260px;left:20px}.p3{bottom:115px;right:15px}.p4{bottom:55px;left:75px}.problem-list{display:grid;gap:12px}.problem-list article,.outcome-points article{display:grid;grid-template-columns:45px 1fr;gap:18px;padding:22px;border-top:1px solid var(--line)}.problem-list article>span,.outcome-points article>span{width:34px;height:34px;border-radius:50%;background:var(--accent-soft);color:#a44920;display:grid;place-items:center;font-size:12px;font-weight:800}.problem-list strong,.outcome-points strong{font-size:18px}.problem-list p,.outcome-points p{margin:5px 0 0;color:var(--muted);font-size:14px}
.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.principle-grid article{background:var(--dark-2);padding:34px;border-radius:25px;min-height:260px}.principle-grid h3{font-size:34px;margin:55px 0 12px}.principle-grid p{color:#b5c0c3}.hierarchy{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;margin-top:35px}.hierarchy div{padding:22px;border:1px solid #3e5057;border-radius:18px}.hierarchy small{display:block;color:#7f9399;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.hierarchy strong{display:block;margin-top:5px}.hierarchy span{color:var(--accent)}
.concept-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.concept-card{border:1px solid var(--line);border-radius:30px;padding:28px;display:grid;grid-template-columns:.75fr 1.25fr;gap:28px;background:var(--surface)}.concept-card.selected{border:2px solid var(--accent)}.mini-phone{height:420px;border-radius:30px;background:#edf6f8;border:7px solid #243038;padding:16px;position:relative;overflow:hidden}.mini-status{font-size:9px;text-align:center;background:#d9f1e4;color:#337052;padding:5px;border-radius:999px}.concept-a .orb{position:absolute;width:75px;height:75px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700;background:var(--surface);border:10px solid #f6d2b8}.concept-a .o1{top:55px;left:calc(50% - 37px)}.concept-a .o2{top:145px;left:calc(50% - 37px);border-color:#dde4dc}.concept-a .o3{bottom:45px;left:14px;border-color:#d9e4f5}.concept-a .o4{bottom:45px;right:14px;border-color:#d4edf4}.concept-b{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:76px;gap:9px;align-content:start}.concept-b .mini-status{grid-column:1/-1}.module{background:var(--surface);border-radius:14px;padding:10px;display:flex;flex-direction:column;justify-content:center}.module.wide{grid-column:1/-1}.module b{font-size:9px}.module span{font-size:12px;color:var(--muted)}.concept-copy small{color:var(--accent);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.concept-copy h3{font-size:30px;line-height:1.05;margin:14px 0}.concept-copy p{color:var(--muted)}.concept-copy dl{margin-top:35px}.concept-copy dt{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.concept-copy dd{margin:3px 0 18px;color:var(--muted);font-size:13px}
.outcome-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:75px;align-items:center}.outcome-phone{border-radius:45px;border:10px solid #233039;background:#eef8fb;padding:24px;box-shadow:var(--shadow)}.outcome-top{display:flex;justify-content:space-between;font-size:11px}.outcome-top span{color:#327052}.outcome-main{background:var(--surface);border-radius:22px;padding:25px;margin:24px 0}.outcome-main small{color:var(--muted)}.outcome-main strong{font-size:27px;display:block}.outcome-main p{font-size:13px;color:var(--muted)}.outcome-modules{display:grid;grid-template-columns:1fr 1fr;gap:10px}.outcome-modules article{background:var(--surface);border-radius:16px;padding:16px}.outcome-modules small{display:block;color:var(--muted)}.outcome-phone button{width:100%;border:0;background:#20343d;color:white;border-radius:16px;padding:14px;margin-top:16px}.outcome-points article{border-top-color:#d2d0c9}
.reflection-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}.reflection-grid h2{font-size:clamp(42px,5vw,72px);line-height:1.03;letter-spacing:-.055em;margin:8px 0 25px}.reflection-grid>div:first-child>p:last-child{color:var(--muted);font-size:19px}.reflection-list article{border-top:1px solid var(--line);padding:25px 0}.reflection-list strong{font-size:19px}.reflection-list p{color:var(--muted)}.reflection blockquote{border-left:5px solid var(--accent);padding-left:32px}
footer{padding:35px clamp(24px,7vw,110px);border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--muted)}footer strong{color:var(--ink)}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.hero-visual{min-height:690px}.snapshot-grid,.role-track,.process-grid,.lens-grid,.stat-grid{grid-template-columns:1fr 1fr}.ecosystem{grid-template-columns:repeat(5,1fr);gap:10px}.ecosystem em{display:none}.eco-item{width:auto}.problem-layout,.outcome-layout,.outcome-showcase,.reflection-grid{grid-template-columns:1fr}.concept-card{grid-template-columns:1fr}.mini-phone{max-width:260px;margin:auto}.profile-grid{grid-template-columns:1fr}.concept-grid{grid-template-columns:1fr}.split-intro{grid-template-columns:1fr}.outcome-principle-band{grid-template-columns:1fr}.journey-track{grid-template-columns:1fr 1fr}.journey-track article:after{display:none}}
@media(max-width:700px){.site-header nav a:not(.nav-cta){display:none}.section-pad{padding:72px 22px}.hero{padding-top:55px}.hero h1{font-size:58px}.hero-visual{min-height:620px}.floating-note{display:none}.snapshot-grid,.role-track,.process-grid,.lens-grid,.stat-grid{grid-template-columns:1fr}.truth-note{grid-template-columns:1fr}.ecosystem{grid-template-columns:1fr 1fr}.eco-item{height:120px}.analysis-flow{grid-template-columns:1fr}.analysis-flow span{transform:rotate(90deg);text-align:center}.journey-track{grid-template-columns:1fr}.zoom-card{grid-template-columns:1fr;text-align:center}.problem-ui{padding:35px 10px}.problem-screen{height:470px}.matrix-wrap{padding:50px 25px}.matrix-x.right{right:25px}.matrix-x.left{left:25px}.hierarchy{grid-template-columns:1fr}.hierarchy>span{transform:rotate(90deg);text-align:center}.principle-grid{grid-template-columns:1fr}.concept-card{padding:18px}.outcome-heading{margin-bottom:48px;text-align:left}.outcome-lede{margin-left:0}.outcome-showcase{gap:42px}.outcome-card-grid{grid-template-columns:1fr}.outcome-principle-band{padding:26px 24px;margin-top:48px}.reflection-grid{gap:30px}.phone-shell{transform:none}.note-one,.note-two{display:none}footer{flex-direction:column;gap:10px;align-items:flex-start}}

/* Portfolio home */
.home-page{background:transparent}.home-hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:clamp(48px,7vw,110px);overflow:hidden}.home-hero h1{font-size:clamp(62px,8vw,124px);line-height:.9;letter-spacing:-.077em;margin:18px 0 32px;max-width:1020px}.home-hero-lede{font-size:clamp(20px,2.15vw,27px);color:var(--muted);max-width:800px}.home-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:38px}.primary-button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;background:var(--brand-deep);color:white;padding:16px 20px;border-radius:15px;font-weight:750;min-width:220px}.primary-button:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(23,32,39,.18)}.text-button{font-weight:750;border-bottom:1px solid var(--ink);padding:8px 0}.text-button span{margin-left:10px}.home-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:45px}.home-proof span{border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:var(--muted);font-size:12px}.home-hero-art{position:relative;min-height:730px;display:grid;place-items:center}.hero-orbit{position:absolute;border-radius:50%;border:1px solid rgba(23,32,39,.12)}.orbit-one{width:620px;height:620px}.orbit-two{width:470px;height:470px}.hero-dashboard{position:relative;z-index:2;width:min(520px,86vw);background:#eaf6f8;border:1px solid rgba(23,32,39,.1);border-radius:34px;padding:25px;box-shadow:0 55px 120px rgba(20,32,39,.2);transform:rotate(1.5deg)}.dash-top{display:flex;justify-content:space-between;align-items:center;font-size:13px}.dash-top b{background:#d9f2e5;color:#316d50;border-radius:999px;padding:7px 10px;font-size:10px}.dash-status{background:var(--surface);border-radius:24px;padding:24px;margin:24px 0}.dash-status small{display:block;color:var(--muted)}.dash-status strong{display:block;font-size:26px;line-height:1.15;margin:4px 0 8px}.dash-status span{font-size:12px;color:var(--muted)}.dash-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:8px}.dash-flow article{background:var(--surface);border-radius:20px;padding:18px;text-align:center}.dash-flow article.focus{outline:2px solid var(--accent)}.dash-flow i{font-style:normal;font-size:24px}.dash-flow b,.dash-flow small{display:block}.dash-flow b{font-size:13px;margin-top:6px}.dash-flow small{font-size:10px;color:var(--muted)}.dash-flow em{font-style:normal;color:var(--accent);font-weight:800}.dash-bottom{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.dash-bottom span{background:var(--surface);padding:15px;border-radius:18px}.dash-bottom small,.dash-bottom b{display:block}.dash-bottom small{color:var(--muted);font-size:10px}.dash-bottom b{font-size:17px}.floating-chip{position:absolute;z-index:3;background:var(--surface);border-radius:17px;padding:14px 17px;box-shadow:0 20px 60px rgba(20,32,39,.16);max-width:190px}.floating-chip small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:800;font-size:9px}.floating-chip strong{display:block;font-size:12px;line-height:1.25;margin-top:3px}.chip-one{left:-8px;top:126px}.chip-two{right:-18px;top:275px}.chip-three{left:34px;bottom:96px}
.isc-energy-dashboard{position:relative;z-index:2;width:min(570px,88vw);background:linear-gradient(180deg,#edf8fa 0%,#e6f4f6 100%);border:1px solid rgba(23,32,39,.1);border-radius:38px;padding:24px;box-shadow:0 55px 120px rgba(20,32,39,.22);overflow:hidden}.isc-dashboard-head{display:flex;justify-content:space-between;align-items:center}.isc-dashboard-head small,.isc-dashboard-head strong{display:block}.isc-dashboard-head small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.12em}.isc-dashboard-head strong{font-size:17px;margin-top:3px}.isc-live{display:inline-flex;align-items:center;gap:7px;background:#d9f2e5;color:#316d50;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800}.isc-live i{width:7px;height:7px;border-radius:50%;background:#42a86e;box-shadow:0 0 0 0 rgba(66,168,110,.5);animation:livePulse 2s ease-out infinite}.isc-tabs{display:grid;grid-template-columns:repeat(3,1fr);margin:18px -24px 0;border-bottom:1px solid rgba(23,32,39,.09);background:rgba(255,255,255,.42)}.isc-tabs span{padding:12px 8px;text-align:center;color:#75848a;font-size:11px;position:relative}.isc-tabs .active{color:var(--accent);font-weight:800}.isc-tabs .active:after{content:"";position:absolute;left:24%;right:24%;bottom:-1px;height:3px;border-radius:999px;background:var(--accent)}.isc-status-row{display:flex;justify-content:space-between;align-items:center;padding:18px 2px 6px}.isc-status{display:inline-flex;align-items:center;gap:6px;background:#e4f6ef;color:#28936c;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.isc-status i{font-style:normal;width:17px;height:17px;border-radius:50%;background:#2daf83;color:white;display:grid;place-items:center;font-size:10px}.isc-weather{display:flex;align-items:center;gap:7px;color:#ff8a00;font-size:22px}.isc-weather strong{font-size:28px;color:#5d6569}.isc-flow-canvas{position:relative;height:390px;background:rgba(255,255,255,.72);border-radius:28px;overflow:hidden;border:1px solid rgba(23,32,39,.06)}.isc-flow-canvas:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 42%,rgba(109,124,255,.08),transparent 37%)}.isc-flow-lines{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:visible}.isc-flow-path{fill:none;stroke-linecap:round;stroke-width:4}.isc-flow-path.active{stroke:#7384ff;stroke-dasharray:9 11;filter:url(#flowGlow);animation:energyFlow 1.35s linear infinite}.isc-flow-path.idle{stroke:#d7dde0;stroke-width:3}.isc-node{position:absolute;z-index:2;width:118px;min-height:104px;background:rgba(255,255,255,.92);border:1px solid rgba(23,32,39,.08);border-radius:22px;padding:12px;text-align:center;box-shadow:0 12px 30px rgba(30,70,80,.1);transition:transform .3s ease,box-shadow .3s ease}.isc-node:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(30,70,80,.16)}.isc-node b,.isc-node strong,.isc-node em{display:block}.isc-node b{font-size:12px;margin-top:5px}.isc-node strong{font-size:17px;margin-top:2px}.isc-node strong small{font-size:10px;color:var(--muted)}.isc-node em{font-style:normal;font-size:9px;color:var(--muted);margin-top:3px}.isc-node.active-node:after{content:"";position:absolute;inset:-5px;border-radius:26px;border:1px solid rgba(115,132,255,.35);animation:nodePulse 2.2s ease-out infinite;pointer-events:none}.isc-solar{top:20px;left:50%;transform:translateX(-50%)}.isc-solar:hover{transform:translateX(-50%) translateY(-4px)}.isc-home{top:160px;left:50%;transform:translateX(-50%);border-color:rgba(243,111,53,.55);box-shadow:0 14px 32px rgba(243,111,53,.12)}.isc-home:hover{transform:translateX(-50%) translateY(-4px)}.isc-battery{left:28px;bottom:20px}.isc-grid{right:28px;bottom:20px}.isc-icon{height:28px;display:grid;place-items:center;position:relative;margin:auto}.solar-icon span{width:24px;height:16px;background:repeating-linear-gradient(90deg,#49545a 0 4px,#d7dde0 4px 5px);transform:skew(-13deg);border:1px solid #49545a}.solar-icon:after{content:"";position:absolute;width:2px;height:9px;background:#67757b;bottom:-5px}.home-icon span{width:22px;height:18px;background:#edf1f2;border:2px solid #313e44;border-top:0;position:relative}.home-icon span:before{content:"";position:absolute;width:16px;height:16px;border-left:2px solid #313e44;border-top:2px solid #313e44;transform:rotate(45deg);left:1px;top:-9px;background:#edf1f2}.battery-icon span{width:25px;height:18px;border:2px solid #313e44;border-radius:4px;position:relative;background:linear-gradient(90deg,#45b7e8 71%,transparent 71%)}.battery-icon span:after{content:"";position:absolute;width:3px;height:8px;background:#313e44;right:-5px;top:3px;border-radius:0 2px 2px 0}.grid-icon span{width:25px;height:27px;position:relative;border-left:2px solid #313e44;border-right:2px solid #313e44;clip-path:polygon(45% 0,55% 0,100% 100%,0 100%)}.grid-icon span:before,.grid-icon span:after{content:"";position:absolute;left:-4px;right:-4px;height:2px;background:#313e44}.grid-icon span:before{top:9px}.grid-icon span:after{top:18px}.isc-dashboard-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.isc-dashboard-bottom span{background:rgba(255,255,255,.9);border:1px solid rgba(23,32,39,.06);padding:13px;border-radius:17px}.isc-dashboard-bottom small,.isc-dashboard-bottom b{display:block}.isc-dashboard-bottom small{font-size:9px;color:var(--muted)}.isc-dashboard-bottom b{font-size:14px;margin-top:3px}@keyframes energyFlow{to{stroke-dashoffset:-40}}@keyframes livePulse{0%{box-shadow:0 0 0 0 rgba(66,168,110,.45)}70%{box-shadow:0 0 0 8px rgba(66,168,110,0)}100%{box-shadow:0 0 0 0 rgba(66,168,110,0)}}@keyframes nodePulse{0%{opacity:.65;transform:scale(.98)}70%{opacity:0;transform:scale(1.08)}100%{opacity:0;transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.isc-flow-path.active,.isc-live i,.isc-node.active-node:after{animation:none}.isc-node{transition:none}}
.positioning-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:start}.positioning-grid h2{font-size:clamp(42px,6vw,82px);line-height:.98;letter-spacing:-.06em;margin:0}.positioning-grid>div p{font-size:19px;color:#b8c4c7;margin:0 0 22px}.capability-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:80px}.capability-row article{background:var(--dark-2);border-radius:24px;padding:30px;min-height:260px}.capability-row span{color:var(--accent);font-size:11px;font-weight:800}.capability-row strong{display:block;font-size:24px;margin:58px 0 10px}.capability-row p{color:#adbbbf;font-size:14px}
.featured-project{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:var(--dark);color:white;border-radius:36px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.featured-project:hover{transform:translateY(-5px);box-shadow:0 35px 80px rgba(20,32,39,.18)}.featured-copy{padding:clamp(38px,5vw,72px);display:flex;flex-direction:column}.project-number{font-size:12px;color:#7f9197;margin-bottom:55px}.featured-copy h3{font-size:clamp(40px,5vw,72px);line-height:1;letter-spacing:-.055em;margin:10px 0 24px}.featured-copy>p:not(.eyebrow){font-size:18px;color:#b8c3c6;max-width:650px}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0}.project-tags span{border:1px solid rgba(255,255,255,.22);color:#eff7fa;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:700;letter-spacing:.01em}.project-link{margin-top:auto;font-size:15px}.project-link span{margin-left:10px;color:var(--accent)}.featured-visual{position:relative;background:radial-gradient(circle at 60% 35%,rgba(243,111,53,.25),transparent 35%),linear-gradient(135deg,#243840,#122027);display:grid;place-items:center;padding:50px}.project-phone{width:min(390px,90%);background:#eaf6f8;border:10px solid #111b20;border-radius:48px;padding:22px;box-shadow:0 45px 90px rgba(0,0,0,.35);transform:rotate(3deg)}.project-phone-top{display:flex;justify-content:space-between;color:var(--ink);font-size:11px}.project-phone-top b{color:#347052;background:#d9f1e5;border-radius:999px;padding:5px 8px}.project-main-state{background:var(--surface);color:var(--ink);border-radius:22px;padding:23px;margin:22px 0}.project-main-state small{color:var(--muted)}.project-main-state strong{display:block;font-size:25px}.project-main-state p{font-size:12px;color:var(--muted)}.project-module-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.project-module-grid span{background:var(--surface);color:var(--ink);border-radius:15px;padding:14px}.project-module-grid small,.project-module-grid b{display:block}.project-module-grid small{color:var(--muted);font-size:10px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:22px}.project-card{border:1px solid var(--line);border-radius:28px;padding:22px;background:var(--surface);min-height:500px}.project-card-art{height:230px;border-radius:20px;margin-bottom:27px;background:var(--soft);position:relative;overflow:hidden}.project-card h3{font-size:28px;line-height:1.07;letter-spacing:-.035em;margin:8px 0 15px}.project-card>p:not(.eyebrow){color:var(--muted)}.project-card>small{display:block;margin-top:28px;color:#8b969b}.installer-art{display:flex;align-items:center;justify-content:center;gap:8px}.installer-art span{width:54px;height:54px;border-radius:15px;background:var(--surface);display:grid;place-items:center;font-weight:800}.installer-art i{font-style:normal;color:var(--accent);font-size:26px}.ev-art{display:flex;flex-direction:column;align-items:center;justify-content:center}.ev-art div{width:75px;height:75px;border-radius:24px;background:var(--dark);color:white;display:grid;place-items:center;font-size:25px;font-weight:800}.ev-art span{margin-top:18px;color:var(--muted);font-size:11px}.ev-art b{font-size:28px}.system-art{display:grid;grid-template-columns:repeat(3,55px);grid-template-rows:repeat(2,55px);gap:12px;align-content:center;justify-content:center}.system-art span{border-radius:15px;background:var(--surface);box-shadow:0 8px 20px rgba(20,32,39,.08)}.system-art span:nth-child(1),.system-art span:nth-child(5){background:var(--accent-soft)}.system-art span:nth-child(3){background:#d9eef3}
.approach-track{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:28px;overflow:hidden}.approach-track article{background:var(--soft);padding:34px;min-height:300px}.approach-track span{display:inline-block;background:var(--surface);border-radius:999px;padding:7px 10px;text-transform:uppercase;letter-spacing:.1em;font-weight:800;font-size:10px;color:var(--accent)}.approach-track h3{font-size:25px;line-height:1.12;margin:65px 0 12px}.approach-track p{color:var(--muted)}
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about-statement h2{font-size:clamp(42px,5.5vw,78px);line-height:1;letter-spacing:-.06em;margin:10px 0}.about-copy>p{font-size:20px;color:var(--muted);margin:0 0 24px}.about-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:45px}.about-facts span{border-top:1px solid var(--line);padding-top:18px}.about-facts small,.about-facts strong{display:block}.about-facts small{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:9px}.about-facts strong{font-size:14px;margin-top:6px}.home-contact h2{font-size:clamp(48px,7vw,96px);line-height:.94;letter-spacing:-.068em;max-width:1100px;margin:12px 0 30px}.home-contact>p:not(.eyebrow){color:#bac6c9;font-size:20px}.contact-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:40px}.light-button{background:var(--surface);color:var(--ink)}.contact-note{color:#84979d;font-size:12px;max-width:330px}
@media(max-width:1050px){.home-hero{grid-template-columns:1fr}.home-hero-art{min-height:690px}.positioning-grid,.featured-project,.about-layout{grid-template-columns:1fr}.capability-row,.project-grid,.approach-track{grid-template-columns:1fr 1fr}.featured-visual{min-height:600px}.about-layout{gap:45px}}
@media(max-width:700px){.home-hero h1{font-size:59px}.home-hero-art{min-height:610px}.isc-energy-dashboard{width:min(520px,92vw);padding:18px}.isc-tabs{margin-left:-18px;margin-right:-18px}.isc-flow-canvas{height:360px}.isc-node{width:104px;padding:10px}.isc-battery{left:14px}.isc-grid{right:14px}.hero-orbit{display:none}.floating-chip{display:none}.positioning-grid{gap:35px}.capability-row,.project-grid,.approach-track,.about-facts{grid-template-columns:1fr}.featured-project{border-radius:24px}.featured-copy{min-height:600px}.featured-visual{min-height:510px;padding:25px}.project-card{min-height:auto}.home-contact h2{font-size:50px}}


/* Shared portfolio actions */
.project-card-link{display:block;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.project-card-link:hover{transform:translateY(-5px);box-shadow:0 25px 55px rgba(20,32,39,.12)}.card-link{display:block;margin-top:28px;font-size:13px}.card-link span{color:var(--accent);margin-left:7px}.contact-link{color:white;font-weight:750;border-bottom:1px solid #66777c;padding:8px 0}.footer-links{display:flex;gap:20px;align-items:center}.footer-links a{font-size:12px}.ev-art b{font-size:23px}

/* EV research case study */
.ev-case-page{background:var(--paper)}.ev-hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:clamp(45px,7vw,105px);overflow:hidden}.ev-hero h1{font-size:clamp(62px,8vw,118px);line-height:.9;letter-spacing:-.075em;margin:18px 0 30px}.ev-hero-visual{min-height:680px;position:relative;display:grid;place-items:center}.ev-ring{position:absolute;border-radius:50%;border:1px solid rgba(23,32,39,.12)}.ring-one{width:590px;height:590px}.ring-two{width:440px;height:440px}.research-board{position:relative;z-index:2;width:min(520px,88vw);background:#172027;color:white;border-radius:34px;padding:29px;box-shadow:0 50px 110px rgba(20,32,39,.28);transform:rotate(-1deg)}.board-top{display:flex;justify-content:space-between;font-size:12px}.board-top b{background:#37484f;border-radius:999px;padding:7px 10px}.board-question{font-size:32px;line-height:1.05;letter-spacing:-.035em;margin:45px 0 28px}.theme-cloud{display:flex;flex-wrap:wrap;gap:9px}.theme-cloud span{border:1px solid #4e6067;border-radius:999px;padding:10px 13px;font-size:11px}.theme-cloud .theme-primary{background:var(--accent);border-color:var(--accent);color:white}.board-insight{background:var(--surface);color:var(--ink);border-radius:22px;padding:22px;margin-top:34px}.board-insight small{display:block;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:9px}.board-insight strong{display:block;font-size:21px;line-height:1.18;margin-top:5px}.ev-note-one{left:0;top:130px}.ev-note-two{right:-5px;bottom:135px}.ev-context h2{max-width:1050px}.ev-ecosystem{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:16px;align-items:center;margin:65px 0}.ev-ecosystem article{background:var(--dark-2);border-radius:22px;padding:25px;min-height:160px}.ev-ecosystem i{font-style:normal;font-size:28px;color:var(--accent)}.ev-ecosystem strong,.ev-ecosystem small{display:block}.ev-ecosystem strong{font-size:20px;margin:22px 0 4px}.ev-ecosystem small{color:#9aabb0}.ev-ecosystem>span{color:var(--accent);font-size:23px}.ev-role-track article{min-height:245px}.participant-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:35px 0 45px}.participant-grid article{background:var(--surface);border-radius:20px;padding:23px}.participant-grid span{font-weight:800}.participant-grid p{font-size:13px;color:var(--muted);margin-bottom:0}.evidence-showcase{margin-top:54px;display:grid;gap:24px}.evidence-intro{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:28px;align-items:end}.evidence-intro small,.synthesis-copy small{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:11px;font-weight:800;margin-bottom:12px}.evidence-intro h3,.synthesis-copy h3{font-size:clamp(28px,3vw,42px);line-height:1.03;letter-spacing:-.05em;margin:0}.evidence-intro p,.synthesis-copy p{margin:0;color:var(--muted);line-height:1.7;max-width:62ch}.ev-evidence-gallery{margin-top:0}.evidence-card{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:0 20px 50px rgba(20,32,39,.08)}.evidence-card img{border-radius:18px;background:#fbfbf9;box-shadow:none;height:340px}.evidence-card figcaption{margin-top:16px}.evidence-card figcaption strong{display:block;font-size:18px;line-height:1.2;color:var(--ink);margin-bottom:6px}.evidence-card figcaption span{display:block;color:var(--muted);line-height:1.55}.synthesis-showcase{margin-top:58px;display:grid;grid-template-columns:minmax(280px,.75fr) minmax(0,1.25fr);gap:28px;align-items:start}.synthesis-copy{background:linear-gradient(180deg,#fff,#f6f3ec);border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 20px 50px rgba(20,32,39,.07);position:sticky;top:110px}.synthesis-copy ul{margin:20px 0 0;padding-left:18px;display:grid;gap:10px;color:var(--muted)}.synthesis-copy li{line-height:1.5}.synthesis-figure{margin:0;max-width:none}.synthesis-figure img{background:#111;border-radius:28px}.synthesis-figure figcaption{padding-left:4px}.need-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.need-grid article{border:1px solid var(--line);background:var(--surface);border-radius:27px;padding:31px;position:relative;min-height:370px}.need-grid>article>span{color:var(--accent);font-size:10px;font-weight:800}.need-grid i{font-style:normal;width:54px;height:54px;border-radius:17px;background:var(--accent-soft);display:grid;place-items:center;font-size:23px;margin:42px 0 20px}.need-grid h3{font-size:31px;margin:0 0 12px}.need-grid p{color:var(--muted)}.need-grid ul{margin:23px 0 0;padding-left:18px}.need-grid li{margin-bottom:7px}.tension{position:relative}.tension-copy{max-width:900px}.tension-copy h2{font-size:clamp(45px,6.5vw,88px);line-height:.95;letter-spacing:-.06em;margin:14px 0 28px}.tension-copy p{font-size:20px;color:#b6c2c5}.tension-visual{display:grid;grid-template-columns:1fr auto 1fr;gap:22px;align-items:center;margin:55px 0}.tension-visual div{background:var(--dark-2);border-radius:27px;padding:35px}.tension-visual small,.tension-visual strong,.tension-visual span{display:block}.tension-visual small{color:var(--accent);text-transform:uppercase;letter-spacing:.1em}.tension-visual strong{font-size:28px;margin:35px 0 8px}.tension-visual span{color:#9fb0b4}.tension-visual>b{font-size:35px;color:var(--accent)}.ev-profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ev-profile-grid article{border:1px solid var(--line);border-radius:26px;padding:30px;background:var(--surface);min-height:330px}.ev-profile-grid>article>span{font-size:10px;color:var(--accent);font-weight:800}.ev-profile-grid h3{font-size:28px;line-height:1.07;margin:65px 0 15px}.ev-profile-grid p{color:var(--muted)}.ev-profile-grid small{display:block;border-top:1px solid var(--line);padding-top:15px;margin-top:27px}.priority-stack{display:grid;gap:12px}.priority-stack article{border-radius:22px;padding:25px;display:grid;grid-template-columns:150px 1.5fr 1fr 1fr;gap:25px;align-items:center}.priority-stack small{text-transform:uppercase;letter-spacing:.1em;font-weight:800}.priority-stack strong{font-size:22px}.priority-stack span{font-size:13px}.priority-high{background:var(--dark);color:white}.priority-high small{color:var(--accent)}.priority-medium{background:#e4ecee}.priority-low{background:var(--surface);border:1px solid var(--line)}.recommendation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.recommendation-grid article{background:var(--soft);border-radius:25px;padding:30px;min-height:260px}.recommendation-grid span{font-size:10px;color:var(--accent);font-weight:800}.recommendation-grid h3{font-size:29px;line-height:1.08;margin:65px 0 12px}.recommendation-grid p{color:var(--muted)}.next-case h2{font-size:clamp(43px,6vw,77px);line-height:.98;letter-spacing:-.055em;max-width:900px;margin:10px 0 20px}.next-case>p:not(.eyebrow){font-size:19px;color:var(--muted);max-width:720px;margin-bottom:32px}

/* Web CV */
.cv-page{background:var(--paper)}.cv-web{padding-top:140px}.cv-web-hero{border-bottom:1px solid var(--line);padding-bottom:70px}.cv-web-hero h1{font-size:clamp(62px,9vw,130px);line-height:.88;letter-spacing:-.075em;margin:14px 0 25px}.cv-web-hero>p:not(.eyebrow){font-size:20px;color:var(--muted)}.cv-web-actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:34px}.cv-web-grid{display:grid;grid-template-columns:280px 1fr;gap:70px;padding-top:70px}.cv-web-grid aside{border-right:1px solid var(--line);padding-right:35px}.cv-web-grid aside>div{margin-bottom:38px}.cv-web-grid aside h3{font-size:11px;text-transform:uppercase;letter-spacing:.11em}.cv-web-grid aside p,.cv-contact a,.cv-contact span{color:var(--muted);font-size:13px}.cv-contact strong,.cv-contact span,.cv-contact a{display:block;margin-bottom:7px}.cv-contact strong{font-size:20px;color:var(--ink)}.cv-main>section{margin-bottom:65px}.cv-main h2{text-transform:uppercase;letter-spacing:.12em;font-size:11px;border-bottom:1px solid var(--line);padding-bottom:11px;margin-bottom:25px}.cv-main>section>p{font-size:18px;line-height:1.6;color:#3f4b51}.cv-impact>div{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cv-impact span{background:var(--surface);border-radius:18px;padding:18px;font-size:11px;color:var(--muted)}.cv-impact strong{display:block;font-size:23px;color:var(--ink)}.cv-job{margin-bottom:45px}.cv-job h3{font-size:29px;margin:0}.cv-job small{color:var(--muted)}.cv-job ul{padding-left:18px}.cv-job li{margin-bottom:9px;color:#405058}.cv-projects{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.cv-projects article{background:var(--surface);border-radius:20px;padding:21px}.cv-projects h3{font-size:19px;line-height:1.1}.cv-projects p{font-size:13px;color:var(--muted)}
@media(max-width:1050px){.ev-hero{grid-template-columns:1fr}.ev-hero-visual{min-height:650px}.ev-ecosystem{grid-template-columns:1fr 1fr}.ev-ecosystem>span{display:none}.participant-grid,.ev-profile-grid{grid-template-columns:1fr 1fr}.evidence-intro,.synthesis-showcase{grid-template-columns:1fr}.synthesis-copy{position:static}.cv-web-grid{grid-template-columns:1fr}.cv-web-grid aside{border-right:0;border-bottom:1px solid var(--line);padding-right:0;display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.cv-impact>div,.cv-projects{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.ev-hero h1{font-size:58px}.ev-hero-visual{min-height:540px}.ev-ring,.ev-note-one,.ev-note-two{display:none}.research-board{transform:none}.participant-grid,.need-grid,.ev-profile-grid,.recommendation-grid{grid-template-columns:1fr}.evidence-card{padding:14px}.evidence-card img{height:auto;max-height:360px}.synthesis-copy{padding:24px}.tension-visual{grid-template-columns:1fr}.tension-visual>b{transform:rotate(90deg);text-align:center}.priority-stack article{grid-template-columns:1fr;gap:8px}.cv-web-grid aside,.cv-impact>div,.cv-projects{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}}

/* Three-case portfolio refinement */
.three-case-home .site-header nav{gap:24px}.work-intro{display:grid;grid-template-columns:1.2fr .65fr;gap:56px;align-items:end;max-width:none}.work-intro>p{font-size:18px;color:var(--muted);margin:0 0 12px}.editorial-featured{border-radius:24px;min-height:620px}.editorial-featured .featured-copy{padding:clamp(42px,5vw,74px)}.project-kicker{display:flex;align-items:center;gap:14px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:10px}.project-kicker span{width:34px;height:34px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center}.project-kicker small{font-size:10px;color:inherit;opacity:.64}.editorial-featured .featured-copy h3{margin-top:80px}.editorial-featured .project-tags{margin-top:30px}.flagship-visual{background:radial-gradient(circle at 55% 35%,rgba(243,111,53,.3),transparent 34%),linear-gradient(145deg,#253b43,#101d22)}
.supporting-work-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.supporting-project{display:grid;grid-template-rows:340px 1fr;background:var(--surface);border:1px solid var(--line);min-height:690px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.supporting-project:hover{transform:translateY(-6px);box-shadow:0 32px 75px rgba(20,32,39,.14)}.supporting-project-visual{padding:28px 30px;display:grid;grid-template-rows:auto 1fr;gap:18px;align-items:start}.card-visual-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.card-visual-head small{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;color:var(--accent)}.card-visual-head strong{display:block;font-size:20px;line-height:1.08;letter-spacing:-.03em;color:var(--ink);margin-top:8px}.card-visual-head span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.7);border:1px solid rgba(20,32,39,.08)}.supporting-project-copy{padding:38px 42px 42px;display:flex;flex-direction:column}.supporting-project-copy h3{font-size:clamp(31px,3vw,48px);line-height:1.02;letter-spacing:-.052em;margin:46px 0 16px}.supporting-project-copy>p{color:var(--muted);font-size:16px}.supporting-project-copy .project-link{margin-top:auto;padding-top:30px}.ev-project{border-top:5px solid #77c8dc}.ev-research-visual{background:linear-gradient(145deg,#dff1f5,#f6fbfc)}.ev-visual-stage{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:18px;align-items:center;height:100%}.ev-visual-stage figure{margin:0}.ev-stage-interviews,.ev-stage-board{display:grid;gap:10px}.ev-stage-interviews .source-collage-main{width:100%;height:180px;object-fit:cover;border-radius:22px;box-shadow:0 18px 36px rgba(20,32,39,.12);transform:none}.ev-stage-board .source-collage-float{position:static;width:100%;height:205px;object-fit:cover;border-radius:22px;box-shadow:0 24px 44px rgba(20,32,39,.2);transform:none}.ev-visual-stage figcaption{font-size:11px;line-height:1.4;color:var(--muted);font-weight:700;letter-spacing:.01em}.evaluation-project{border-top:5px solid var(--accent)}.evaluation-visual{background:linear-gradient(145deg,#f5ede4,#faf8f3)}.evaluation-source-pair{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.evaluation-source-pair figure{margin:0;display:grid;gap:10px;justify-items:center}.evaluation-screen-card{width:100%;background:rgba(255,255,255,.78);border:1px solid rgba(20,32,39,.08);border-radius:22px;padding:16px;display:grid;place-items:center;box-shadow:0 18px 36px rgba(20,32,39,.08)}.evaluation-source-pair img{width:auto;max-width:100%;height:200px;object-fit:contain;filter:drop-shadow(0 18px 25px rgba(20,32,39,.12))}.evaluation-source-pair figcaption{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-weight:800}

/* iSolarCloud evaluation case study */
.evaluation-case-page{background:var(--paper)}.evaluation-hero{min-height:calc(100vh - 74px);display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:clamp(45px,7vw,110px);overflow:hidden}.evaluation-hero h1{font-size:clamp(61px,7.8vw,116px);line-height:.9;letter-spacing:-.075em;margin:18px 0 30px}.evaluation-hero-visual{position:relative;min-height:700px;display:grid;place-items:center}.evaluation-phone{position:relative;z-index:2;width:min(510px,88vw);background:#f1eee8;border:9px solid #172027;border-radius:45px;padding:26px;box-shadow:0 50px 100px rgba(20,32,39,.25);transform:rotate(1.5deg)}.evaluation-phone-top{display:flex;justify-content:space-between;font-size:11px}.evaluation-phone-top b{color:#8e4828;background:var(--accent-soft);padding:6px 9px;border-radius:999px}.evaluation-status-card{background:var(--surface);border-radius:22px;padding:24px;margin:24px 0}.evaluation-status-card small{display:block;color:var(--accent);text-transform:uppercase;letter-spacing:.11em;font-size:9px;font-weight:800}.evaluation-status-card strong{display:block;font-size:24px;line-height:1.13;margin-top:9px}.evaluation-split{display:grid;grid-template-columns:1fr 1fr;gap:11px}.evaluation-split article{min-height:195px;border-radius:19px;padding:20px;display:flex;flex-direction:column}.evaluation-split small{text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:800}.evaluation-split b{font-size:19px;line-height:1.1;margin:40px 0 10px}.evaluation-split span{font-size:11px;opacity:.72}.evaluation-split .positive{background:#dceee4;color:#285941}.evaluation-split .attention{background:var(--surface);color:var(--ink)}.evaluation-split .attention small{color:var(--accent)}.evaluation-user-row{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:14px;background:var(--dark);color:white;border-radius:16px;padding:13px;font-size:11px}.evaluation-user-row i{font-style:normal;color:var(--accent)}.evaluation-note-one{left:-10px;top:145px}.evaluation-note-two{right:-5px;bottom:135px}.evaluation-snapshot article strong{font-size:19px}.evaluation-questions{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:55px}.evaluation-questions article{background:var(--dark-2);border:1px solid rgba(255,255,255,.08);padding:28px;border-radius:22px}.evaluation-questions span{font-size:10px;color:var(--accent);font-weight:800}.evaluation-questions strong{display:block;font-size:23px;line-height:1.1;margin:55px 0 12px}.evaluation-questions p{color:#a9b8bc;font-size:14px}.collaboration-pair{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center}.collaboration-pair article{min-height:360px;padding:38px;border:1px solid var(--line);background:var(--surface)}.collaboration-pair small{color:var(--accent);text-transform:uppercase;letter-spacing:.11em;font-weight:800;font-size:10px}.collaboration-pair h3{font-size:34px;line-height:1.05;letter-spacing:-.04em;margin:100px 0 16px}.collaboration-pair p{color:var(--muted)}.collaboration-plus{font-size:38px;color:var(--accent)}.shared-analysis{margin-top:18px;background:var(--dark);color:white;padding:24px 30px;display:flex;justify-content:space-between;gap:20px}.shared-analysis small{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.participant-role-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:30px 0 45px}.participant-role-grid article{background:var(--surface);border-radius:21px;padding:25px}.participant-role-grid span{font-weight:800;font-size:18px}.participant-role-grid p{color:var(--muted);font-size:14px}.evaluation-method{background:linear-gradient(180deg,#f1ede5 0%,#f7f5f0 100%)}.evaluation-evidence-showcase{margin-top:58px;padding-top:42px;border-top:1px solid rgba(23,32,39,.12)}.evaluation-evidence-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:32px;align-items:end;margin-bottom:26px}.evaluation-evidence-intro small,.evaluation-evidence-card figcaption small{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:10px;font-weight:800;margin-bottom:10px}.evaluation-evidence-intro h3{font-size:clamp(30px,3.4vw,48px);line-height:1.04;letter-spacing:-.05em;margin:0}.evaluation-evidence-intro>p{margin:0;color:var(--muted);line-height:1.7;max-width:62ch}.evaluation-evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.evaluation-evidence-card{margin:0;background:var(--surface);border:1px solid rgba(23,32,39,.09);border-radius:30px;padding:18px;box-shadow:0 24px 60px rgba(20,32,39,.08);overflow:hidden}.evaluation-artifact-frame{width:100%;height:auto;aspect-ratio:1400/787;background:var(--paper);border:1px solid rgba(23,32,39,.07);border-radius:21px;padding:12px;display:grid;place-items:center;overflow:hidden;box-sizing:border-box}.evaluation-artifact-frame img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;background:var(--paper);border-radius:12px}.evaluation-evidence-card figcaption{padding:20px 7px 8px;margin:0}.evaluation-evidence-card figcaption>div:first-child{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.evaluation-evidence-card figcaption strong{font-size:24px;line-height:1.1;letter-spacing:-.03em}.evaluation-evidence-card figcaption p{color:var(--muted);line-height:1.6;margin:14px 0 18px}.evaluation-evidence-tags{display:flex;flex-wrap:wrap;gap:8px}.evaluation-evidence-tags span{border:1px solid var(--line);background:#f8f6f1;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:700;color:#536169}.role-priority-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.role-priority-grid article{min-height:390px;padding:37px;display:flex;flex-direction:column}.role-priority-grid small{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:10px}.role-priority-grid h3{font-size:36px;line-height:1.05;letter-spacing:-.045em;margin:90px 0 30px}.homeowner-role{background:#e6f1f3}.homeowner-role small{color:#37788a}.installer-role{background:var(--dark);color:white}.installer-role small{color:var(--accent)}.role-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.role-chip-row span{border:1px solid rgba(23,32,39,.18);border-radius:999px;padding:8px 11px;font-size:11px}.installer-role .role-chip-row span{border-color:#45575d;color:#c3ced1}.worked-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.worked-grid article{background:var(--dark-2);padding:32px;min-height:300px}.worked-grid span{font-size:10px;color:var(--green);font-weight:800}.worked-grid h3{font-size:30px;line-height:1.08;margin:70px 0 13px}.worked-grid p{color:#b6c3c6}.evaluation-findings-showcase{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.evaluation-findings-card{margin:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:16px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.evaluation-findings-frame{background:linear-gradient(180deg,#fbfaf7,#f1eee8);border-radius:20px;padding:14px}.evaluation-findings-frame img{display:block;width:100%;height:360px;object-fit:contain;background:transparent;border-radius:14px;box-shadow:none}.evaluation-findings-card figcaption{padding:16px 6px 6px;color:#d2dce0}.evaluation-findings-card figcaption>div:first-child{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:10px}.evaluation-findings-card small{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;color:var(--accent);margin-bottom:6px}.evaluation-findings-card strong{display:block;font-size:24px;line-height:1.08;color:#fff}.evaluation-findings-card p{margin:0 0 14px;color:#aebcc0;line-height:1.6;max-width:60ch}.evaluation-findings-card .evaluation-evidence-tags span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#d5e0e3}.evaluation-need-grid article{min-height:410px}.platform-split{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center}.platform-split article{background:var(--surface);padding:38px;min-height:270px}.platform-split small{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.platform-split strong{display:block;font-size:30px;line-height:1.08;margin:65px 0 12px}.platform-split p{color:var(--muted)}.platform-divider{font-size:35px;color:var(--accent)}.workflow-observation blockquote{font-size:clamp(28px,4vw,52px);line-height:1.15;letter-spacing:-.04em;margin:70px 0 0}.evaluation-priority-grid{display:grid;grid-template-columns:1.15fr 1fr .9fr;gap:13px}.evaluation-priority-grid article{padding:30px;min-height:320px;display:flex;flex-direction:column}.evaluation-priority-grid small{text-transform:uppercase;letter-spacing:.11em;font-weight:800;font-size:10px}.evaluation-priority-grid strong{font-size:27px;line-height:1.08;margin:90px 0 20px}.evaluation-priority-grid span{font-size:13px;margin-top:8px}.fix-now{background:var(--dark);color:white}.fix-now small{color:var(--accent)}.improve-next{background:#e1ecee}.preserve{background:#e1efe7;color:#285941}

@media(max-width:1050px){.work-intro,.evaluation-hero{grid-template-columns:1fr}.supporting-work-grid{grid-template-columns:1fr}.supporting-project{grid-template-columns:1fr 1fr;grid-template-rows:1fr;min-height:520px}.supporting-project-visual{min-height:100%}.ev-visual-stage{grid-template-columns:.8fr 1.2fr}.evaluation-hero-visual{min-height:650px}.evaluation-questions,.evaluation-priority-grid{grid-template-columns:1fr 1fr}.collaboration-pair,.role-priority-grid{grid-template-columns:1fr}.collaboration-plus{transform:rotate(90deg);text-align:center}.evaluation-evidence-intro,.evaluation-evidence-grid{grid-template-columns:1fr}.worked-grid{grid-template-columns:1fr 1fr}.platform-split{grid-template-columns:1fr}.platform-divider{transform:rotate(90deg);text-align:center}}
@media(max-width:700px){.three-case-home .site-header nav a:not(.nav-cta):not([href="cv.html"]){display:none}.work-intro{gap:20px}.supporting-project{grid-template-columns:1fr;grid-template-rows:330px 1fr;min-height:690px}.supporting-project-copy{padding:32px 25px}.supporting-project-visual{padding:22px 22px 24px}.card-visual-head{display:block}.card-visual-head strong{font-size:18px}.card-visual-head span{display:inline-flex;margin-top:10px}.ev-visual-stage,.evaluation-source-pair{grid-template-columns:1fr 1fr;gap:12px}.ev-stage-interviews .source-collage-main,.ev-stage-board .source-collage-float{height:155px}.evaluation-screen-card{padding:10px}.evaluation-source-pair img{height:170px}.evaluation-hero h1{font-size:56px}.evaluation-hero-visual{min-height:545px}.evaluation-phone{transform:none}.evaluation-note-one,.evaluation-note-two{display:none}.evaluation-questions,.participant-role-grid,.worked-grid,.evaluation-priority-grid,.evaluation-findings-showcase{grid-template-columns:1fr}.evaluation-evidence-card{padding:13px;border-radius:22px}.evaluation-artifact-frame{height:auto;min-height:0;aspect-ratio:1400/787;padding:8px}.evaluation-evidence-card figcaption{padding:17px 4px 7px}.evaluation-evidence-card figcaption>div:first-child{display:block}.evaluation-evidence-card figcaption strong{font-size:21px}.collaboration-pair article,.role-priority-grid article{min-height:auto}.collaboration-pair h3,.role-priority-grid h3{margin-top:50px}.shared-analysis{flex-direction:column}.platform-split article{min-height:auto}.evaluation-priority-grid article{min-height:260px}.evaluation-priority-grid strong{margin-top:55px}}

/* Real project artifacts */
.source-card{position:relative;width:100%;height:100%;display:grid;place-items:center;overflow:hidden}.source-card img{display:block;max-width:72%;max-height:88%;object-fit:contain;filter:drop-shadow(0 34px 45px rgba(0,0,0,.28));transform:rotate(1.3deg)}.source-card-label{position:absolute;left:34px;bottom:32px;background:rgba(15,30,36,.82);backdrop-filter:blur(12px);color:white;padding:13px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.14)}.source-card-label small{display:block;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-size:8px;font-weight:800}.source-card-label strong{font-size:12px}
.source-collage{position:relative;width:100%;height:100%;display:grid;place-items:center}.source-collage-main,.source-collage-float{display:block}.source-badge{display:none}
.source-hero-stage{position:relative;width:100%;min-height:700px;display:grid;place-items:center}.source-phone-frame{position:relative;z-index:2;width:min(390px,78vw);height:680px;padding:12px;background:#101b20;border-radius:48px;box-shadow:0 55px 110px rgba(15,30,38,.28);overflow:hidden;transform:rotate(1.2deg)}.source-phone-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:37px}.energy-source-hero:before,.energy-source-hero:after,.ev-source-hero:before,.ev-source-hero:after,.evaluation-source-hero:before,.evaluation-source-hero:after{content:"";position:absolute;border-radius:50%;filter:blur(2px)}.energy-source-hero:before{width:430px;height:430px;background:rgba(117,201,223,.22);top:40px;right:0}.energy-source-hero:after{width:330px;height:330px;background:rgba(243,111,53,.15);bottom:35px;left:0}
.source-figure{margin:58px auto 0;max-width:1180px}.source-figure img{display:block;width:100%;height:auto;border-radius:24px;box-shadow:0 28px 65px rgba(20,32,39,.12)}.source-figure figcaption,.source-gallery figcaption,.source-context-phone figcaption{font-size:12px;color:var(--muted);margin-top:12px;line-height:1.5}.source-figure-dark img{box-shadow:0 35px 78px rgba(0,0,0,.3)}.source-figure-dark figcaption,.source-gallery-dark figcaption{color:#9fb0b5}.source-figure-wide{max-width:1320px}.source-problem-frame{width:min(390px,85vw);height:660px;padding:10px;background:#18252a;border-radius:44px;box-shadow:0 32px 75px rgba(20,32,39,.2);overflow:hidden}.source-problem-frame img{width:100%;height:100%;object-fit:cover;object-position:center 8%;border-radius:34px}.problem-ui .p1{top:24%;left:23%}.problem-ui .p2{top:34%;left:52%}.problem-ui .p3{top:36%;left:61%}.problem-ui .p4{top:53%;left:44%}
.source-concept-frame{width:230px;height:510px;background:#172027;padding:8px;border-radius:34px;overflow:hidden;box-shadow:0 28px 55px rgba(20,32,39,.18);flex:0 0 auto}.source-concept-frame img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:27px}.source-outcome-stack{display:grid;gap:25px;align-content:start}.outcome-source-phone{height:720px;width:min(420px,82vw);margin:auto}.source-outcome-stack figure{margin:0}.source-outcome-stack figure img{display:block;width:100%;border-radius:20px;box-shadow:0 18px 44px rgba(20,32,39,.1)}.source-outcome-stack figcaption{font-size:12px;color:var(--muted);margin-top:10px}.outcome-heading{max-width:980px;margin:0 auto 72px;text-align:center}.outcome-heading h2{font-size:clamp(48px,6vw,82px);line-height:1.02;letter-spacing:-.055em;margin:8px 0 24px}.outcome-lede{max-width:720px;margin:0 auto;color:var(--muted);font-size:19px;line-height:1.7}.outcome-showcase{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:clamp(52px,7vw,110px);align-items:center;max-width:1380px;margin:0 auto}.outcome-visual-column{display:grid;justify-items:center;gap:22px}.outcome-source-phone{height:700px;width:min(410px,82vw);margin:0}.outcome-caption{max-width:410px;text-align:center}.outcome-caption small,.outcome-summary-head small,.outcome-principle-band small{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:11px;font-weight:700;margin-bottom:10px}.outcome-caption p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.outcome-content-column{display:grid;gap:28px}.outcome-summary-head{max-width:760px}.outcome-summary-head h3{font-size:clamp(32px,3.5vw,50px);line-height:1.08;letter-spacing:-.04em;margin:0 0 16px}.outcome-summary-head p{margin:0;color:var(--muted);font-size:17px;line-height:1.7;max-width:62ch}.outcome-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.outcome-card-grid article{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:24px;min-height:190px;box-shadow:0 16px 36px rgba(20,32,39,.06)}.outcome-card-grid article>span{width:36px;height:36px;border-radius:50%;background:var(--accent-soft);color:#a44920;display:grid;place-items:center;font-size:12px;font-weight:800;margin-bottom:22px}.outcome-card-grid strong{display:block;font-size:20px;line-height:1.25;margin-bottom:9px}.outcome-card-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.outcome-principle-band{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;max-width:1380px;margin:72px auto 0;background:var(--dark);color:#fff;border-radius:28px;padding:34px 40px}.outcome-principle-band h3{font-size:clamp(24px,2.4vw,36px);line-height:1.18;letter-spacing:-.03em;margin:0}.outcome-principle-band ul{margin:0;padding-left:20px;display:grid;gap:12px;color:#c5d0d4}.outcome-principle-band li{line-height:1.55}.outcome-support-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 18px 44px rgba(20,32,39,.08)}.outcome-support-card small{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);font-size:11px;font-weight:700;margin-bottom:12px}.outcome-support-card h3{font-size:22px;line-height:1.25;margin:0 0 14px}.outcome-support-card ul{margin:0;padding-left:18px;color:var(--muted);display:grid;gap:10px}.outcome-support-card li{line-height:1.5}
.ev-source-hero{min-height:660px}.ev-source-hero:before{width:430px;height:430px;background:rgba(117,201,223,.22);top:30px;left:3%}.ev-source-hero:after{width:310px;height:310px;background:rgba(243,111,53,.14);right:2%;bottom:40px}.ev-hero-interviews{position:relative;z-index:2;width:84%;border-radius:24px;box-shadow:0 42px 90px rgba(20,32,39,.22);transform:rotate(-1.5deg)}.ev-hero-cards{position:absolute;z-index:3;width:68%;right:-1%;bottom:65px;border-radius:18px;box-shadow:0 30px 65px rgba(20,32,39,.25);transform:rotate(2deg)}.source-context-phone{float:right;width:min(270px,40%);margin:-25px 0 20px 45px}.source-context-phone img{display:block;width:100%;height:480px;object-fit:cover;object-position:center top;border:9px solid #0f191d;border-radius:38px;box-shadow:0 35px 70px rgba(0,0,0,.28)}.source-context-phone figcaption{color:#9fb0b5}.source-gallery{display:grid;gap:24px;margin-top:58px}.source-gallery-two{grid-template-columns:1fr 1fr}.source-gallery figure{margin:0}.source-gallery img{display:block;width:100%;height:380px;object-fit:contain;background:var(--surface);border-radius:22px;box-shadow:0 22px 55px rgba(20,32,39,.11)}.source-gallery-dark img{box-shadow:0 26px 70px rgba(0,0,0,.26)}
.evaluation-source-hero{min-height:650px}.evaluation-source-hero:before{width:420px;height:420px;background:rgba(243,111,53,.14);top:60px;left:8%}.evaluation-source-hero:after{width:330px;height:330px;background:rgba(117,201,223,.2);right:3%;bottom:35px}.hero-pair{position:relative;z-index:2;width:min(620px,90vw)}.hero-pair img{height:570px}.hero-pair figcaption{background:var(--dark);color:white;padding:7px 12px;border-radius:999px;margin-top:-3px;position:relative;z-index:3}.evaluation-note-one{left:0;top:110px}.evaluation-note-two{right:-10px;bottom:95px}

@media(max-width:1050px){.source-card img{max-width:62%;max-height:90%}.source-hero-stage{min-height:610px}.source-gallery-two{grid-template-columns:1fr}.source-context-phone{float:none;width:min(280px,70%);margin:35px auto}.source-concept-frame{width:210px;height:465px}.hero-pair img{height:500px}}
@media(max-width:700px){.source-card-label{left:18px;bottom:18px}.source-card img{max-width:73%}.source-collage-main{width:100%}.source-collage-float{width:76%;right:-2%}.evaluation-source-pair img{height:205px}.source-phone-frame{height:570px;width:min(330px,82vw)}.source-hero-stage{min-height:545px}.source-figure{margin-top:38px}.source-figure img{border-radius:16px}.source-gallery img{height:auto;max-height:440px}.source-concept-frame{width:185px;height:410px}.outcome-source-phone{height:600px}.ev-hero-interviews{width:95%}.ev-hero-cards{width:80%;bottom:55px}.source-context-phone{width:min(250px,80%)}.hero-pair{gap:7px}.hero-pair img{height:400px}.evaluation-note-one,.evaluation-note-two{display:none}}


/* Cohesive portfolio identity, theme control and accessibility */
.skip-link{position:fixed;left:18px;top:10px;z-index:3000;transform:translateY(-160%);background:var(--brand-deep);color:#fff;padding:11px 15px;border-radius:12px;font-weight:800;box-shadow:var(--shadow);transition:transform .18s ease}.skip-link:focus{transform:translateY(0)}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
a,button{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
:focus-visible{outline:3px solid var(--blue);outline-offset:4px;border-radius:6px}
.site-header{background:var(--header-bg);border-bottom-color:color-mix(in srgb,var(--line) 72%,transparent)}
.site-header nav{gap:20px}.site-header nav a{font-weight:650}.nav-cta{background:color-mix(in srgb,var(--surface) 82%,transparent)}
.theme-toggle{border:1px solid var(--line);background:var(--surface);color:var(--ink);border-radius:999px;padding:7px 10px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;min-height:38px;box-shadow:0 8px 22px rgba(14,55,68,.06)}.theme-toggle:hover{transform:translateY(-1px);border-color:var(--brand)}.theme-toggle-icon{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand-deep);font-size:13px}.theme-toggle-text{font-size:12px;font-weight:800}
.eyebrow{color:var(--accent)}
.section-soft{background:linear-gradient(180deg,color-mix(in srgb,var(--soft) 92%,transparent),var(--soft))}
.home-proof span,.hero-meta span{background:color-mix(in srgb,var(--surface) 70%,transparent)}.project-tags span{background:rgba(255,255,255,.12);backdrop-filter:blur(8px)}
.supporting-project,.project-card,.featured-project,.role-track article,.process-grid,.lens-grid article,.stat-grid article,.need-grid article,.ev-profile-grid article,.recommendation-grid article,.evaluation-evidence-card,.evaluation-findings-card{border-color:var(--line)}
.home-hero h1,.section-intro h2,.featured-copy h3,.supporting-project-copy h3,.about-statement h2,.home-contact h2{color:var(--ink)}
.section-dark .section-intro h2,.section-dark h2,.section-dark h3,.featured-project h3,.home-contact h2{color:#fff}

/* Dark theme refinements */
html[data-theme="dark"] body{background:radial-gradient(circle at 12% 4%,rgba(87,180,204,.14),transparent 28rem),radial-gradient(circle at 92% 18%,rgba(255,139,91,.08),transparent 24rem),var(--paper)}
html[data-theme="dark"] .brand{color:#f3fbfd}
html[data-theme="dark"] .site-header{box-shadow:0 10px 35px rgba(0,0,0,.22)}
html[data-theme="dark"] .site-header nav a{color:#d4e3e7}
html[data-theme="dark"] .site-header nav a:hover{color:#ffffff}
html[data-theme="dark"] .nav-cta{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.16);color:#fff!important}
html[data-theme="dark"] .theme-toggle{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.16);color:#f2fbfd;box-shadow:0 10px 28px rgba(0,0,0,.22)}
html[data-theme="dark"] .theme-toggle-icon{background:#163e4b;color:#dff7fc}
html[data-theme="dark"] .hero-meta span,html[data-theme="dark"] .home-proof span,html[data-theme="dark"] .project-tags span{border-color:rgba(255,255,255,.22);color:#f4fbfd;background:rgba(255,255,255,.11)}
html[data-theme="dark"] .section-dark{background:var(--dark)}
html[data-theme="dark"] .section-soft{background:linear-gradient(180deg,#0c2430,#0a202a)}
html[data-theme="dark"] .featured-project{background:linear-gradient(145deg,#0b2630,#102f3a)}
html[data-theme="dark"] .supporting-project-copy,html[data-theme="dark"] .featured-copy,html[data-theme="dark"] .lens-grid article,html[data-theme="dark"] .stat-grid article,html[data-theme="dark"] .role-track article,html[data-theme="dark"] .need-grid article,html[data-theme="dark"] .ev-profile-grid article,html[data-theme="dark"] .recommendation-grid article,html[data-theme="dark"] .cv-web-grid section,html[data-theme="dark"] .cv-web-grid aside,html[data-theme="dark"] .outcome-support-card,html[data-theme="dark"] .outcome-summary,html[data-theme="dark"] .evidence-card,html[data-theme="dark"] .synthesis-copy,html[data-theme="dark"] .evaluation-evidence-card,html[data-theme="dark"] .evaluation-findings-card{background:var(--surface);box-shadow:0 20px 52px rgba(0,0,0,.22)}
html[data-theme="dark"] .featured-copy{color:var(--ink)}
html[data-theme="dark"] .featured-copy h3{color:var(--ink)}
html[data-theme="dark"] .featured-copy>p:not(.eyebrow),html[data-theme="dark"] .supporting-project-copy>p,html[data-theme="dark"] .section-intro>p:last-child,html[data-theme="dark"] .split-intro>p,html[data-theme="dark"] .section-intro.light p:last-child{color:#bfd1d7}
html[data-theme="dark"] .source-figure figcaption,html[data-theme="dark"] .source-gallery figcaption,html[data-theme="dark"] .evaluation-evidence-card p,html[data-theme="dark"] .evaluation-findings-card p,html[data-theme="dark"] .evidence-card figcaption span,html[data-theme="dark"] .synthesis-copy p,html[data-theme="dark"] .outcome-support-card li,html[data-theme="dark"] .outcome-summary-head p{color:#bfd1d7}
html[data-theme="dark"] .process-grid{background:#24414c;border-color:#24414c}
html[data-theme="dark"] .process-grid article{background:#102a34}
html[data-theme="dark"] .analysis-flow div,html[data-theme="dark"] .truth-note,html[data-theme="dark"] .evaluation-method,html[data-theme="dark"] .workflow-observation,html[data-theme="dark"] .next-case,html[data-theme="dark"] .problem-card,html[data-theme="dark"] .concept-card{background:var(--soft);border-color:var(--line)}
html[data-theme="dark"] .truth-note p{color:#f0d8cb}
html[data-theme="dark"] .light-button{background:var(--surface);color:var(--ink)}
html[data-theme="dark"] .evaluation-artifact-frame,html[data-theme="dark"] .evaluation-findings-frame,html[data-theme="dark"] .evaluation-screen-card{background:var(--surface-2);border-color:rgba(255,255,255,.1)}
html[data-theme="dark"] .card-visual-head span,html[data-theme="dark"] .evaluation-evidence-tags span{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12);color:#e5f2f6}
html[data-theme="dark"] .text-button{border-color:#d7e7eb;color:#f2fbfd}
html[data-theme="dark"] .text-button:hover{background:rgba(255,255,255,.06)}
html[data-theme="dark"] .project-link,html[data-theme="dark"] .footer-links a,html[data-theme="dark"] .home-contact a,html[data-theme="dark"] .cv-web-grid a{color:#f2fbfd}
html[data-theme="dark"] .project-link:hover,html[data-theme="dark"] .footer-links a:hover,html[data-theme="dark"] .home-contact a:hover,html[data-theme="dark"] .cv-web-grid a:hover{color:var(--blue)}
html[data-theme="dark"] footer{color:#c8d6da}
html[data-theme="dark"] .cv-web-grid aside{background:color-mix(in srgb,var(--surface) 92%,transparent)}
html[data-theme="dark"] .cv-web-grid li,html[data-theme="dark"] .cv-web-grid p{color:#c6d5da}

/* Accessibility section */
.accessibility-section{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--brand-soft),color-mix(in srgb,var(--surface) 82%,var(--brand-soft)))}
.accessibility-section:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:1px solid color-mix(in srgb,var(--brand) 28%,transparent);right:-150px;top:-180px}
.accessibility-section .section-intro{position:relative;z-index:1}
.accessibility-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.accessibility-grid article{background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:24px;padding:28px;min-height:260px;box-shadow:0 18px 48px rgba(14,55,68,.07)}
.accessibility-grid article>span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--brand-soft);color:var(--brand-deep);font-size:11px;font-weight:900}
.accessibility-grid h3{font-size:25px;line-height:1.08;margin:52px 0 12px;letter-spacing:-.035em}
.accessibility-grid p{color:var(--muted);font-size:14px;margin:0}
.accessibility-status{position:relative;z-index:1;margin-top:20px;background:var(--dark);color:#fff;border-radius:28px;padding:30px;display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:center}
.accessibility-status small{display:block;color:var(--blue);text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:800;margin-bottom:9px}
.accessibility-status strong{font-size:24px;line-height:1.2;display:block}
.accessibility-tags{display:flex;flex-wrap:wrap;gap:9px}.accessibility-tags span{border:1px solid #36515b;color:#c7d7dc;border-radius:999px;padding:8px 11px;font-size:11px}
.accessibility-disclaimer{position:relative;z-index:1;margin:18px 0 0;color:var(--muted);font-size:13px;max-width:920px}.accessibility-disclaimer a{color:var(--brand-deep);font-weight:800;border-bottom:1px solid currentColor}
html[data-theme="dark"] .accessibility-section{background:linear-gradient(145deg,#0d303b,var(--paper))}
html[data-theme="dark"] .accessibility-grid article{background:rgba(16,42,52,.82)}
html[data-theme="dark"] .accessibility-disclaimer a{color:var(--blue)}

@media(max-width:1050px){.accessibility-grid{grid-template-columns:1fr 1fr}.accessibility-status{grid-template-columns:1fr}.theme-toggle-text{display:none}}
@media(max-width:700px){.theme-toggle{padding:7px}.site-header nav{gap:10px}.accessibility-grid{grid-template-columns:1fr}.accessibility-grid article{min-height:auto}.accessibility-grid h3{margin-top:34px}.accessibility-status{padding:24px}.theme-toggle-icon{width:24px;height:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*: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}}


/* Final contrast and positioning fixes */
.chip-one{left:12px;top:126px}
.chip-three{left:12px;bottom:96px}
.floating-chip{border:1px solid rgba(23,32,39,.08)}

/* Keep text dark on light surfaces, even in dark mode */
.priority-medium,.priority-medium strong,.priority-medium span,.priority-medium small,
.priority-low,.priority-low strong,.priority-low span,.priority-low small,
.homeowner-role,.homeowner-role h3,.homeowner-role p,.homeowner-role small,
.homeowner-role .role-chip-row span,
.improve-next,.improve-next strong,.improve-next span,.improve-next small,
.preserve,.preserve strong,.preserve span,.preserve small,
.hero-dashboard,.hero-dashboard .dash-status,.hero-dashboard .dash-flow article,.hero-dashboard .dash-bottom span,
.isc-energy-dashboard,.isc-flow-canvas,.isc-node,.isc-dashboard-bottom span,
.evaluation-artifact-frame,.evaluation-findings-frame{
  color:#18323b;
}
.priority-medium{background:#dfe9ec}
.priority-medium small{color:#7b8f96}
.priority-low{background:#12323d;color:#edf7f9}
.priority-low small{color:#d2e4e9}
.priority-low span{color:#edf7f9}
.homeowner-role{background:#e4eef1}
.homeowner-role h3{color:#18323b}
.homeowner-role p{color:#43606a}
.homeowner-role small{color:#2e7488}
.homeowner-role .role-chip-row span{border-color:rgba(24,50,59,.18);color:#26424b;background:rgba(255,255,255,.35)}
.improve-next{background:#dfe9ec;color:#18323b}
.improve-next small{color:#7b8f96}
.improve-next span{color:#46626b}
.preserve{background:#dfeee4;color:#285941}
.preserve span{color:#285941}
.evaluation-priority-grid article{border-radius:0}

/* iSC hero/dashboard readability */
.isc-dashboard-head small,.isc-tabs span,.isc-node strong small,.isc-node em,.isc-dashboard-bottom small,.dash-status small,.dash-status span,.dash-flow small,.dash-bottom small{color:#6a7b82}
.isc-dashboard-head strong,.isc-node b,.isc-node strong,.isc-dashboard-bottom b,.dash-status strong,.dash-flow b,.dash-bottom b{color:#18323b}
.isc-weather strong{color:#556166}
.isc-flow-canvas{background:rgba(255,255,255,.86)}
.isc-node{background:rgba(255,255,255,.96)}
.isc-dashboard-bottom span{background:rgba(255,255,255,.94)}
.hero-dashboard{background:#eaf6f8}

/* Dark-mode specific overrides for mixed light/dark cards */
html[data-theme="dark"] .priority-medium,
html[data-theme="dark"] .homeowner-role,
html[data-theme="dark"] .improve-next,
html[data-theme="dark"] .preserve,
html[data-theme="dark"] .isc-energy-dashboard,
html[data-theme="dark"] .isc-flow-canvas,
html[data-theme="dark"] .isc-node,
html[data-theme="dark"] .isc-dashboard-bottom span,
html[data-theme="dark"] .hero-dashboard,
html[data-theme="dark"] .hero-dashboard .dash-status,
html[data-theme="dark"] .hero-dashboard .dash-flow article,
html[data-theme="dark"] .hero-dashboard .dash-bottom span{
  color:#18323b;
}
html[data-theme="dark"] .priority-medium strong,
html[data-theme="dark"] .homeowner-role h3,
html[data-theme="dark"] .improve-next strong,
html[data-theme="dark"] .preserve strong,
html[data-theme="dark"] .isc-dashboard-head strong,
html[data-theme="dark"] .isc-node b,
html[data-theme="dark"] .isc-node strong,
html[data-theme="dark"] .isc-dashboard-bottom b,
html[data-theme="dark"] .dash-status strong,
html[data-theme="dark"] .dash-flow b,
html[data-theme="dark"] .dash-bottom b{color:#18323b}
html[data-theme="dark"] .priority-medium span,
html[data-theme="dark"] .homeowner-role p,
html[data-theme="dark"] .improve-next span,
html[data-theme="dark"] .isc-dashboard-head small,
html[data-theme="dark"] .isc-tabs span,
html[data-theme="dark"] .isc-node strong small,
html[data-theme="dark"] .isc-node em,
html[data-theme="dark"] .isc-dashboard-bottom small,
html[data-theme="dark"] .dash-status small,
html[data-theme="dark"] .dash-status span,
html[data-theme="dark"] .dash-flow small,
html[data-theme="dark"] .dash-bottom small{color:#5f737b}
html[data-theme="dark"] .priority-medium small,
html[data-theme="dark"] .improve-next small{color:#7b8f96}
html[data-theme="dark"] .preserve small{color:#2f6c49}
html[data-theme="dark"] .homeowner-role small{color:#2e7488}
html[data-theme="dark"] .homeowner-role .role-chip-row span{border-color:rgba(24,50,59,.18);color:#26424b;background:rgba(255,255,255,.32)}
html[data-theme="dark"] .floating-chip{background:#0f2832;border-color:rgba(255,255,255,.08)}
html[data-theme="dark"] .floating-chip strong{color:#f4fbfd}
html[data-theme="dark"] .floating-chip small{color:#ff9a70}

@media(max-width:1200px){
  .chip-one{left:8px}
  .chip-three{left:8px}
}


/* CV theme refinements: balanced in light and dark modes */
.cv-web{max-width:1540px;margin:0 auto}
.cv-web-hero{max-width:1380px;margin:0 auto;padding-left:2px}
.cv-web-grid{max-width:1380px;margin:0 auto;grid-template-columns:minmax(245px,300px) minmax(0,1fr);gap:clamp(36px,5vw,76px);align-items:start}
.cv-web-grid aside{position:sticky;top:104px;align-self:start;border:1px solid var(--line);border-radius:26px;padding:30px;background:var(--surface);box-shadow:0 18px 46px rgba(14,55,68,.07)}
.cv-web-grid aside>div{margin-bottom:32px}
.cv-web-grid aside>div:last-child{margin-bottom:0}
.cv-web-grid aside h3{color:var(--brand-deep);margin:0 0 11px;font-weight:850}
.cv-contact{padding-bottom:27px;border-bottom:1px solid var(--line)}
.cv-contact strong{font-size:22px;letter-spacing:-.025em}
.cv-contact a{overflow-wrap:anywhere}
.cv-main{min-width:0}
.cv-main>section{margin-bottom:52px;padding-top:27px;border-top:1px solid var(--line);background:transparent!important;box-shadow:none!important}
.cv-main>section:first-child{border-top:0;padding-top:0}
.cv-main h2{color:var(--brand-deep);font-weight:850;margin-bottom:19px}
.cv-summary{padding:29px 31px!important;border:1px solid color-mix(in srgb,var(--brand) 26%,var(--line))!important;border-radius:24px;background:linear-gradient(135deg,color-mix(in srgb,var(--brand-soft) 62%,var(--surface)),var(--surface))!important;box-shadow:0 18px 44px rgba(14,55,68,.06)!important}
.cv-summary h2{border-color:color-mix(in srgb,var(--brand) 24%,var(--line))}
.cv-main .cv-summary>p{margin-bottom:0;color:var(--ink);font-size:17px;line-height:1.72}
.cv-impact>div{gap:13px}
.cv-impact span{min-height:112px;border:1px solid var(--line);background:var(--surface-2);border-radius:18px;padding:19px 18px;display:flex;flex-direction:column;justify-content:flex-end;line-height:1.38}
.cv-impact strong{font-size:25px;line-height:1.05;margin-bottom:7px;color:var(--ink)}
.cv-job{position:relative;margin:0 0 34px;padding:2px 0 0 24px;border-left:2px solid color-mix(in srgb,var(--brand) 56%,var(--line))}
.cv-job:last-child{margin-bottom:0}
.cv-job:before{content:"";position:absolute;left:-6px;top:7px;width:10px;height:10px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px var(--paper)}
.cv-job h3{font-size:30px;letter-spacing:-.035em;color:var(--ink)}
.cv-job small{display:block;margin:4px 0 17px;color:var(--muted);font-weight:650}
.cv-job ul{margin:0;padding-left:18px}
.cv-job li{margin-bottom:8px;color:color-mix(in srgb,var(--ink) 82%,var(--muted));line-height:1.58}
.cv-education p{margin:0 0 13px;padding:17px 19px;border:1px solid var(--line);border-radius:16px;background:var(--surface);font-size:15px!important;color:var(--ink)!important}
.cv-education strong{color:var(--ink)}

html[data-theme="dark"] .cv-web-grid aside{background:#102d38;border-color:#3b5b66;box-shadow:0 22px 55px rgba(0,0,0,.24)}
html[data-theme="dark"] .cv-web-grid aside h3,html[data-theme="dark"] .cv-main h2{color:#8ed7e7}
html[data-theme="dark"] .cv-summary{background:linear-gradient(135deg,#143744,#102b35)!important;border-color:#3b5b66!important;box-shadow:0 22px 55px rgba(0,0,0,.22)!important}
html[data-theme="dark"] .cv-summary h2{border-color:#3b5b66}
html[data-theme="dark"] .cv-main .cv-summary>p{color:#edf7f9}
html[data-theme="dark"] .cv-impact span{background:#153641;border-color:#3b5b66;color:#c7d8dd}
html[data-theme="dark"] .cv-job{border-left-color:#5bb6cb}
html[data-theme="dark"] .cv-job:before{background:#73c8dc;box-shadow:0 0 0 5px var(--paper)}
html[data-theme="dark"] .cv-job li{color:#cedde1}
html[data-theme="dark"] .cv-education p{background:#112f3a;border-color:#3b5b66;color:#d9e7eb!important}
html[data-theme="dark"] .cv-education strong{color:#f3fbfd}

@media(max-width:1050px){
  .cv-web-grid{grid-template-columns:1fr;gap:42px}
  .cv-web-grid aside{position:static;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:25px}
  .cv-contact{border-bottom:0;padding-bottom:0}
}
@media(max-width:700px){
  .cv-web{padding-top:96px}
  .cv-web-hero{padding-bottom:48px}
  .cv-web-grid{padding-top:46px}
  .cv-web-grid aside{grid-template-columns:1fr;padding:23px}
  .cv-summary{padding:23px!important}
  .cv-impact>div{grid-template-columns:1fr 1fr}
  .cv-impact span{min-height:100px}
  .cv-job{padding-left:18px}
}

/* Process cards and primary CTA — balanced contrast in both themes */
.approach-track,
.process-grid{
  gap:14px;
  background:transparent;
  border:0;
  border-radius:0;
  overflow:visible;
}
.approach-track article,
.process-grid article{
  position:relative;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 16px 42px rgba(14,55,68,.08);
}
.approach-track article{
  padding:32px;
  min-height:290px;
}
.process-grid article{
  padding:34px 28px;
  min-height:260px;
}
.approach-track span,
.process-grid span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  background:var(--brand-soft);
  color:var(--brand-deep);
  border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));
  border-radius:999px;
  padding:7px 11px;
  font-size:10px;
  font-weight:850;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.approach-track h3,
.process-grid h3{
  color:var(--ink);
}
.approach-track p,
.process-grid p{
  color:var(--muted);
}
.approach-track article:before,
.process-grid article:before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:3px;
  border-radius:0 999px 999px 0;
  background:linear-gradient(180deg,var(--brand),var(--accent));
  opacity:.9;
}

.primary-button{
  background:#0e5a70;
  color:#ffffff;
  border:1px solid #0e5a70;
  box-shadow:0 12px 30px rgba(14,90,112,.18);
}
.primary-button:hover{
  background:#0a4c60;
  border-color:#0a4c60;
  box-shadow:0 17px 38px rgba(14,90,112,.28);
}
.primary-button:focus-visible{
  outline-color:var(--accent);
}

html[data-theme="dark"] .approach-track article,
html[data-theme="dark"] .process-grid article{
  background:#12323d;
  border-color:#3d606b;
  box-shadow:0 18px 48px rgba(0,0,0,.28);
}
html[data-theme="dark"] .approach-track span,
html[data-theme="dark"] .process-grid span{
  background:#173f4c;
  color:#dff7fc;
  border-color:#4a707c;
}
html[data-theme="dark"] .approach-track h3,
html[data-theme="dark"] .process-grid h3{
  color:#f4fbfd;
}
html[data-theme="dark"] .approach-track p,
html[data-theme="dark"] .process-grid p{
  color:#c3d5da;
}
html[data-theme="dark"] .primary-button{
  background:#8ed7e7;
  color:#08232c;
  border-color:#a9e5f0;
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}
html[data-theme="dark"] .primary-button:hover{
  background:#a9e5f0;
  color:#061c23;
  border-color:#c5f1f7;
  box-shadow:0 18px 42px rgba(0,0,0,.34);
}
html[data-theme="dark"] .primary-button span{
  color:#0e5a70;
}
html[data-theme="dark"] .light-button{
  background:#f1fbfd;
  color:#08232c;
  border-color:#f1fbfd;
}

@media(max-width:1050px){
  .approach-track,
  .process-grid{gap:12px}
}

/* =========================================================
   Responsive system pass — desktop, tablet and mobile
   ========================================================= */
html,body{max-width:100%;overflow-x:clip}
img,svg,video{max-width:100%;height:auto}
main,section,article,figure,div{min-width:0}
h1,h2,h3,h4,p,li,strong,span{overflow-wrap:anywhere}

/* Keep wide screens composed instead of stretching indefinitely */
.section-pad{padding-inline:clamp(22px,5vw,96px)}
.section-pad:not(.home-hero):not(.hero):not(.ev-hero):not(.evaluation-hero)>*{width:min(100%,1600px);margin-inline:auto}
.home-hero,.hero,.ev-hero,.evaluation-hero{max-width:1760px;margin-inline:auto;width:100%}
.site-header{gap:24px;max-width:100%}
.site-header .brand{flex:0 0 auto;white-space:nowrap}
.site-header nav{min-width:0;gap:clamp(10px,1.4vw,20px);justify-content:flex-end}
.site-header nav a,.theme-toggle{white-space:nowrap}

/* Flexible cards and media */
.featured-project,.supporting-project,.source-card,.source-figure,.source-gallery figure,.evaluation-evidence-card,.evaluation-findings-card{min-width:0}
.source-card img,.source-figure img,.source-gallery img,.evaluation-artifact-frame img,.evaluation-findings-frame img{max-width:100%}
.featured-visual,.supporting-project-visual,.source-hero-stage,.hero-visual,.ev-hero-visual,.evaluation-hero-visual{overflow:hidden}
.featured-copy,.supporting-project-copy,.outcome-content-column,.synthesis-copy,.cv-main{min-width:0}

/* Large desktop */
@media (min-width:1600px){
  .home-hero,.hero,.ev-hero,.evaluation-hero{gap:96px}
  .featured-project{min-height:680px}
  .supporting-work-grid{gap:30px}
  .supporting-project{min-height:720px}
  .section-intro{margin-bottom:64px}
}

/* Compact desktop / landscape tablet */
@media (max-width:1240px){
  .site-header{padding-inline:28px}
  .site-header nav{gap:12px;font-size:13px}
  .site-header nav a[href*="linkedin.com"]{display:none}
  .home-hero,.hero,.ev-hero,.evaluation-hero{gap:54px}
  .home-hero h1,.hero h1,.ev-hero h1,.evaluation-hero h1{font-size:clamp(58px,7vw,92px)}
  .isc-energy-dashboard{width:min(540px,100%)}
  .featured-project{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}
  .featured-copy{padding:44px}
  .editorial-featured .featured-copy h3{margin-top:54px}
  .supporting-project-copy{padding:34px}
  .priority-stack article{grid-template-columns:130px minmax(0,1.4fr) minmax(0,1fr) minmax(0,1fr);gap:18px}
  .evaluation-priority-grid{grid-template-columns:1fr 1fr}
  .evaluation-priority-grid article:last-child{grid-column:1/-1}
}

/* Tablet */
@media (max-width:980px){
  .section-pad{padding-block:clamp(68px,9vw,100px);padding-inline:28px}
  .site-header{padding:14px 22px}
  .site-header nav a[href="#about"],
  .site-header nav a[href="#process"],
  .site-header nav a[href="#solution"],
  .site-header nav a[href="#research"],
  .site-header nav a[href="#findings"],
  .site-header nav a[href="case-study-energy-flow.html"]{display:none}
  .theme-toggle-text{display:none}
  .home-hero,.hero,.ev-hero,.evaluation-hero{grid-template-columns:1fr;min-height:auto;padding-top:72px}
  .home-hero-copy,.hero-copy,.ev-hero-copy,.evaluation-hero-copy{max-width:850px}
  .home-hero-art,.hero-visual,.ev-hero-visual,.evaluation-hero-visual{min-height:600px}
  .floating-chip,.floating-note,.ev-note-one,.ev-note-two,.evaluation-note-one,.evaluation-note-two{display:none}
  .featured-project{grid-template-columns:1fr;min-height:0}
  .featured-copy{min-height:0;padding:48px}
  .editorial-featured .featured-copy h3{margin-top:42px}
  .featured-visual{min-height:540px}
  .supporting-project{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:0}
  .supporting-project-visual{min-height:390px}
  .supporting-project-copy{min-height:410px}
  .work-intro,.split-intro,.about-layout,.problem-layout,.outcome-layout,.outcome-showcase,.reflection-grid,.evidence-intro,.synthesis-showcase,.evaluation-evidence-intro,.collaboration-pair,.role-priority-grid,.platform-split{grid-template-columns:1fr}
  .work-intro{gap:18px}
  .collaboration-plus,.platform-divider{transform:rotate(90deg);text-align:center}
  .capability-row,.approach-track,.process-grid,.lens-grid,.snapshot-grid,.stat-grid,.participant-grid,.ev-profile-grid,.need-grid,.recommendation-grid,.worked-grid,.evaluation-evidence-grid,.evaluation-findings-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ecosystem{grid-template-columns:repeat(5,minmax(0,1fr))}
  .eco-item{width:auto}
  .ecosystem em{display:none}
  .ev-ecosystem{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ev-ecosystem>span{display:none}
  .priority-stack article{grid-template-columns:120px minmax(0,1fr) minmax(0,1fr);gap:14px}
  .priority-stack article span:last-child{grid-column:2/-1}
  .evaluation-priority-grid{grid-template-columns:1fr}
  .evaluation-priority-grid article:last-child{grid-column:auto}
  .journey-track{grid-template-columns:repeat(2,minmax(0,1fr))}
  .outcome-principle-band{grid-template-columns:1fr}
  .source-gallery-two{grid-template-columns:1fr}
  .source-context-phone{float:none;margin:28px auto;width:min(280px,72%)}
  .cv-web-grid{grid-template-columns:1fr}
  .cv-web-grid aside{position:static}
}

/* Small tablet / large mobile */
@media (max-width:720px){
  .section-pad{padding:60px 20px}
  .site-header{padding:12px 16px;gap:12px}
  .site-header .brand{font-size:14px}
  .site-header nav{gap:8px}
  .site-header nav a{font-size:12px}
  .site-header nav a[href="index.html#work"],.home-header nav a[href="#work"]{display:none}
  .nav-cta{padding:8px 11px}
  .theme-toggle{padding:6px;min-height:34px}
  .theme-toggle-icon{width:22px;height:22px}
  .home-hero,.hero,.ev-hero,.evaluation-hero{padding-top:48px;gap:32px}
  .home-hero h1,.hero h1,.ev-hero h1,.evaluation-hero h1{font-size:clamp(46px,13vw,68px);line-height:.92;letter-spacing:-.065em}
  .home-hero-lede,.hero-lede{font-size:18px}
  .home-actions,.cv-web-actions{gap:14px;align-items:stretch}
  .primary-button{min-width:0;width:100%}
  .text-button{width:max-content}
  .home-hero-art,.hero-visual,.ev-hero-visual,.evaluation-hero-visual{min-height:520px}
  .isc-energy-dashboard{width:100%;max-width:520px;border-radius:28px;padding:16px}
  .isc-tabs{margin-inline:-16px}
  .isc-flow-canvas{height:350px;border-radius:22px}
  .isc-node{width:100px;min-height:96px;padding:9px;border-radius:18px}
  .isc-solar{top:16px}
  .isc-home{top:148px}
  .isc-battery{left:10px;bottom:15px}
  .isc-grid{right:10px;bottom:15px}
  .isc-dashboard-bottom{gap:6px}
  .isc-dashboard-bottom span{padding:10px 8px}
  .section-intro{margin-bottom:36px}
  .section-intro h2{font-size:clamp(34px,10vw,52px)}
  .split-intro>p,.section-intro>p:last-child{font-size:16px}
  .featured-copy,.supporting-project-copy{padding:30px 24px}
  .featured-copy h3,.supporting-project-copy h3{font-size:clamp(32px,10vw,48px)}
  .editorial-featured .featured-copy h3,.supporting-project-copy h3{margin-top:34px}
  .featured-visual{min-height:440px;padding:24px}
  .source-card img{max-width:82%;max-height:90%}
  .supporting-project-visual{min-height:340px;padding:22px}
  .supporting-project-copy{min-height:0}
  .card-visual-head{display:block}
  .card-visual-head span{display:inline-flex;margin-top:10px}
  .ev-visual-stage{grid-template-columns:1fr;gap:14px}
  .ev-stage-interviews .source-collage-main,.ev-stage-board .source-collage-float{height:auto;max-height:210px}
  .evaluation-source-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .evaluation-screen-card{padding:9px}
  .evaluation-source-pair img{height:165px}
  .capability-row,.approach-track,.process-grid,.lens-grid,.snapshot-grid,.stat-grid,.participant-grid,.ev-profile-grid,.need-grid,.recommendation-grid,.worked-grid,.evaluation-evidence-grid,.evaluation-findings-showcase,.cv-impact>div{grid-template-columns:1fr}
  .approach-track article,.process-grid article{min-height:0}
  .ecosystem{grid-template-columns:repeat(2,minmax(0,1fr))}
  .eco-item{height:126px}
  .ev-ecosystem{grid-template-columns:1fr}
  .priority-stack article{grid-template-columns:1fr;gap:8px}
  .priority-stack article span:last-child{grid-column:auto}
  .role-priority-grid article,.evaluation-priority-grid article{min-height:0}
  .role-priority-grid h3,.evaluation-priority-grid strong{margin-top:42px}
  .analysis-flow{grid-template-columns:1fr}
  .analysis-flow span{transform:rotate(90deg);text-align:center}
  .journey-track{grid-template-columns:1fr}
  .journey-track article:after{display:none}
  .outcome-card-grid{grid-template-columns:1fr}
  .outcome-principle-band{padding:26px 22px}
  .source-gallery img,.evidence-card img,.evaluation-findings-frame img{height:auto;max-height:440px}
  .evaluation-artifact-frame{aspect-ratio:auto;min-height:0}
  .hero-pair img{height:min(400px,95vw)}
  .source-phone-frame{width:min(330px,88vw);height:570px}
  .source-concept-frame{width:min(185px,42vw);height:auto;aspect-ratio:185/410}
  .outcome-source-phone{height:580px}
  .cv-web{padding-top:86px}
  .cv-web-hero h1{font-size:clamp(48px,14vw,72px)}
  .cv-web-grid aside{grid-template-columns:1fr;padding:22px}
  footer{flex-direction:column;align-items:flex-start;gap:12px;padding-inline:20px}
}

/* Narrow mobile */
@media (max-width:430px){
  .section-pad{padding-inline:16px}
  .site-header{padding-inline:12px}
  .site-header .brand{max-width:105px;overflow:hidden;text-overflow:ellipsis}
  .site-header nav a[href="cv.html"]{display:none}
  .nav-cta{font-size:11px;padding:7px 9px}
  .home-hero h1,.hero h1,.ev-hero h1,.evaluation-hero h1{font-size:clamp(42px,13.5vw,56px)}
  .home-hero-art,.hero-visual,.ev-hero-visual,.evaluation-hero-visual{min-height:480px}
  .isc-energy-dashboard{padding:12px;border-radius:23px}
  .isc-dashboard-head strong{font-size:14px}
  .isc-live{padding:6px 8px}
  .isc-tabs{margin-inline:-12px}
  .isc-tabs span{font-size:10px;padding-inline:3px}
  .isc-status-row{padding-top:13px}
  .isc-weather strong{font-size:23px}
  .isc-flow-canvas{height:324px}
  .isc-node{width:88px;min-height:88px;padding:7px}
  .isc-node strong{font-size:14px}
  .isc-node b{font-size:11px}
  .isc-home{top:136px}
  .isc-battery{left:5px;bottom:10px}
  .isc-grid{right:5px;bottom:10px}
  .isc-dashboard-bottom{grid-template-columns:repeat(3,minmax(0,1fr))}
  .isc-dashboard-bottom b{font-size:12px}
  .featured-copy,.supporting-project-copy{padding:26px 20px}
  .featured-visual,.supporting-project-visual{padding:18px}
  .featured-visual{min-height:400px}
  .supporting-project-visual{min-height:310px}
  .evaluation-source-pair img{height:145px}
  .project-kicker{gap:10px}
  .project-kicker span{width:30px;height:30px}
  .ecosystem{gap:9px}
  .eco-item{padding:14px;height:118px}
  .eco-icon{width:34px;height:34px}
  .source-phone-frame{height:520px}
  .outcome-source-phone{height:535px}
  .truth-note,.shared-analysis{padding:20px}
  .cv-impact>div{grid-template-columns:1fr}
}

/* Responsive QA refinements */
.priority-low strong,.priority-low span{color:#f4fbfd}
html[data-theme="dark"] .priority-low strong,html[data-theme="dark"] .priority-low span{color:#f4fbfd}
@media(max-width:980px){
  .supporting-project-copy{min-height:0}
  .evaluation-priority-grid article{min-height:250px}
}
@media(max-width:720px){
  .approach-track h3,.process-grid h3{margin:36px 0 12px}
  .evaluation-priority-grid article{min-height:0}
}


/* EV product-context section — structured supporting visual */
.ev-context-focus{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.55fr);gap:clamp(38px,6vw,90px);align-items:center;margin-top:64px;padding-top:52px;border-top:1px solid rgba(255,255,255,.1)}
.ev-context-question{max-width:820px}
.ev-context-question h3{font-size:clamp(32px,4vw,58px);line-height:1.04;letter-spacing:-.05em;margin:8px 0 20px;color:#fff}
.ev-context-question>p:not(.eyebrow){color:#b8c9ce;font-size:17px;line-height:1.7;max-width:68ch}
.ev-context-question blockquote{font-size:clamp(27px,3.3vw,48px);line-height:1.13;letter-spacing:-.04em;margin:48px 0 0;max-width:820px}
.source-context-phone{float:none;width:100%;max-width:330px;margin:0 auto;display:grid;gap:14px;justify-items:center}
.source-context-device{width:100%;aspect-ratio:832/1792;padding:9px;background:#111b20;border-radius:40px;box-shadow:0 34px 75px rgba(0,0,0,.32);overflow:hidden}
.source-context-phone .source-context-device img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border:0;border-radius:31px;box-shadow:none}
.source-context-phone figcaption{margin:0;color:#9fb0b5;text-align:center;max-width:290px}
@media(max-width:980px){.ev-context-focus{grid-template-columns:1fr;gap:38px}.source-context-phone{max-width:290px}.ev-context-question blockquote{margin-top:34px}}
@media(max-width:520px){.ev-context-focus{margin-top:44px;padding-top:38px}.source-context-phone{max-width:250px}.source-context-device{border-radius:32px}.source-context-phone .source-context-device img{border-radius:24px}}

/* Contact CTA contrast correction */
.home-contact .light-button{
  background:#eaf9fc;
  color:#0b3340 !important;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 18px 48px rgba(0,0,0,.2);
}
.home-contact .light-button span{color:#0b667c !important}
.home-contact .light-button:hover{
  background:#ffffff;
  color:#071f27 !important;
  border-color:#ffffff;
}
html[data-theme="dark"] .home-contact .light-button{
  background:#bcebf5;
  color:#071f27 !important;
  border-color:#dff8fd;
}
html[data-theme="dark"] .home-contact .light-button span{color:#0b667c !important}
html[data-theme="dark"] .home-contact .light-button:hover{
  background:#e9fbff;
  color:#061b22 !important;
}

/* Global accessibility controls */
.a11y-launcher{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:1500;
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid var(--line);
  background:var(--surface);
  color:var(--brand-deep);
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:0 18px 44px rgba(7,31,39,.22);
}
.a11y-launcher:hover{transform:translateY(-2px);border-color:var(--brand)}
.a11y-launcher svg{width:25px;height:25px;display:block}
.a11y-launcher[aria-expanded="true"]{background:var(--brand-deep);color:#fff;border-color:var(--brand-deep)}

.a11y-panel{
  position:fixed;
  z-index:1501;
  right:20px;
  bottom:82px;
  width:min(360px,calc(100vw - 32px));
  max-height:min(650px,calc(100vh - 110px));
  overflow:auto;
  background:var(--surface);
  color:var(--ink);
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:0 28px 80px rgba(4,24,31,.32);
}
.a11y-panel[hidden]{display:none}
.a11y-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.a11y-panel-head h2{font-size:22px;line-height:1.15;margin:0 0 5px;letter-spacing:-.03em}
.a11y-panel-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.a11y-close{
  width:36px;height:36px;flex:0 0 auto;border-radius:50%;border:1px solid var(--line);
  background:var(--soft);color:var(--ink);cursor:pointer;font-size:20px;line-height:1;
}
.a11y-options{display:grid;gap:10px}
.a11y-option{
  width:100%;
  display:grid;
  grid-template-columns:36px 1fr auto;
  align-items:center;
  gap:12px;
  text-align:left;
  padding:13px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--paper);
  color:var(--ink);
  cursor:pointer;
}
.a11y-option:hover{border-color:var(--brand);background:var(--brand-soft)}
.a11y-option[aria-pressed="true"]{border-color:var(--brand);background:var(--brand-soft)}
.a11y-option-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--surface);color:var(--brand-deep);font-weight:850}
.a11y-option-copy strong,.a11y-option-copy small{display:block}
.a11y-option-copy strong{font-size:14px;line-height:1.2}
.a11y-option-copy small{font-size:11px;line-height:1.35;color:var(--muted);margin-top:3px}
.a11y-switch{width:38px;height:22px;border-radius:999px;background:var(--line);padding:3px;transition:background .2s ease}
.a11y-switch:after{content:"";display:block;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.2);transition:transform .2s ease}
.a11y-option[aria-pressed="true"] .a11y-switch{background:var(--brand-deep)}
.a11y-option[aria-pressed="true"] .a11y-switch:after{transform:translateX(16px)}
.a11y-reset{width:100%;margin-top:14px;border:0;border-top:1px solid var(--line);padding:16px 4px 2px;background:transparent;color:var(--brand-deep);font-weight:800;cursor:pointer;text-align:left}
.a11y-reset:hover{text-decoration:underline}
.a11y-panel-note{font-size:10px;color:var(--muted);line-height:1.5;margin:13px 0 0}

html[data-a11y-contrast="high"]{
  --ink:#000;
  --muted:#262626;
  --paper:#fff;
  --surface:#fff;
  --surface-2:#f3f3f3;
  --soft:#eee;
  --dark:#000;
  --dark-2:#111;
  --brand-deep:#004d61;
  --line:#555;
}
html[data-theme="dark"][data-a11y-contrast="high"]{
  --ink:#fff;
  --muted:#e6e6e6;
  --paper:#000;
  --surface:#080808;
  --surface-2:#121212;
  --soft:#111;
  --dark:#000;
  --dark-2:#0b0b0b;
  --brand-deep:#8be8fa;
  --line:#aaa;
}
html[data-a11y-contrast="high"] body{background:var(--paper)}
html[data-a11y-contrast="high"] :focus-visible{outline-width:4px;outline-color:#ff5a00}
html[data-a11y-contrast="high"] .site-header{border-bottom-color:var(--line)}
html[data-a11y-contrast="high"] .eyebrow{color:#d94900}
html[data-theme="dark"][data-a11y-contrast="high"] .eyebrow{color:#ff986c}

html[data-a11y-font="readable"] body,
html[data-a11y-font="readable"] button,
html[data-a11y-font="readable"] input,
html[data-a11y-font="readable"] textarea,
html[data-a11y-font="readable"] select{
  font-family:Verdana,Arial,sans-serif;
}
html[data-a11y-spacing="increased"] body{line-height:1.85;letter-spacing:.018em;word-spacing:.055em}
html[data-a11y-spacing="increased"] h1,
html[data-a11y-spacing="increased"] h2,
html[data-a11y-spacing="increased"] h3{line-height:1.15;letter-spacing:-.025em}
html[data-a11y-links="underlined"] a:not(.primary-button):not(.supporting-project):not(.featured-project):not(.project-card-link):not(.brand){text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}
html[data-a11y-motion="reduced"] *,
html[data-a11y-motion="reduced"] *:before,
html[data-a11y-motion="reduced"] *:after{
  animation-duration:.01ms !important;
  animation-iteration-count:1 !important;
  transition-duration:.01ms !important;
  scroll-behavior:auto !important;
}
html[data-a11y-motion="reduced"]{scroll-behavior:auto}
html[data-a11y-motion="reduced"] .reveal{opacity:1 !important;transform:none !important}

html[data-theme="dark"] .a11y-launcher{background:#102f3a;color:#dff8fd;border-color:#45636d}
html[data-theme="dark"] .a11y-panel{background:#102a34;border-color:#45636d}
html[data-theme="dark"] .a11y-option{background:#0a2028;border-color:#355762}
html[data-theme="dark"] .a11y-option:hover,
html[data-theme="dark"] .a11y-option[aria-pressed="true"]{background:#153d49;border-color:#73c8dc}
html[data-theme="dark"] .a11y-option-icon{background:#173943;color:#dff8fd}

@media(max-width:700px){
  .a11y-launcher{right:14px;bottom:14px;width:46px;height:46px}
  .a11y-panel{right:14px;bottom:70px;padding:18px;border-radius:21px}
}


/* CV portfolio design-system showcase and safe accessibility baseline */
main[tabindex="-1"]:focus{outline:none}
.site-header nav a,.theme-toggle,.nav-cta,.primary-button,.text-button,.a11y-option,.a11y-reset{min-height:44px}
.site-header nav a,.nav-cta,.primary-button,.text-button{display:inline-flex;align-items:center}
.cv-design-system{border-top:1px solid var(--line);padding-top:30px}
.cv-system-heading{display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start;margin-bottom:20px}
.cv-system-heading h2{margin-bottom:10px!important}
.cv-system-heading p{margin:0;color:var(--muted);font-size:14px!important;line-height:1.55}
.cv-system-badge{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border:1px solid var(--line);border-radius:999px;background:var(--brand-soft);color:var(--brand-deep);font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}
.cv-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.cv-system-grid article{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px;min-height:170px}
.cv-system-grid article>span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--brand-soft);color:var(--brand-deep);font-size:10px;font-weight:900}
.cv-system-grid h3{font-size:18px;line-height:1.15;margin:28px 0 8px;color:var(--ink)}
.cv-system-grid p{font-size:12px!important;line-height:1.55!important;color:var(--muted)!important;margin:0}
.cv-token-row{display:flex;flex-wrap:wrap;gap:9px;margin-top:14px}
.cv-token-row>span{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:10px;color:var(--muted);background:var(--surface)}
.cv-token-row i{width:14px;height:14px;border-radius:50%;border:1px solid color-mix(in srgb,var(--line) 80%,transparent);box-shadow:inset 0 0 0 2px rgba(255,255,255,.35)}
.token-brand{background:var(--brand)}.token-accent{background:var(--accent)}.token-surface{background:var(--surface-2)}.token-ink{background:var(--ink)}
.cv-system-note{margin:14px 0 0!important;font-size:11px!important;line-height:1.55!important;color:var(--muted)!important}
.cv-audit-link{color:var(--brand-deep);font-weight:800;text-decoration:underline;text-underline-offset:3px}
html[data-theme="dark"] .cv-system-grid article,html[data-theme="dark"] .cv-token-row>span{background:var(--surface-2)}
html[data-theme="dark"] .cv-system-badge{background:#143b47;color:#dff8fd;border-color:#45636d}
html[data-a11y-spacing="increased"] .cv-system-grid article{height:auto;min-height:0}
@media(max-width:700px){.cv-system-heading{grid-template-columns:1fr}.cv-system-badge{justify-self:start}.cv-system-grid{grid-template-columns:1fr}}
@media print{.skip-link,.theme-toggle,.a11y-launcher,.a11y-panel{display:none!important}}


/* Photo personalisation */
.about-statement{display:flex;flex-direction:column;gap:26px}
.about-portrait-card{display:flex;align-items:center;gap:18px;margin:6px 0 0;padding:18px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 96%,transparent),color-mix(in srgb,var(--paper) 84%,transparent));box-shadow:0 18px 40px rgba(14,55,68,.08);max-width:540px}
.about-portrait{width:108px;height:108px;object-fit:cover;border-radius:22px;flex:0 0 auto;border:1px solid rgba(23,32,39,.08)}
.about-portrait-card figcaption strong{display:block;font-size:18px;letter-spacing:-.03em;color:var(--ink)}
.about-portrait-card figcaption span{display:block;margin-top:6px;font-size:13px;line-height:1.55;color:var(--muted)}
.cv-hero-intro{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:30px;align-items:end}
.cv-hero-photo{margin:0;justify-self:end;width:190px;height:190px;border-radius:34px;overflow:hidden;border:1px solid var(--line);background:var(--surface);box-shadow:0 22px 50px rgba(14,55,68,.1)}
.cv-hero-photo img{width:100%;height:100%;object-fit:cover;display:block}
.cv-contact-photo{width:118px;height:118px;object-fit:cover;border-radius:24px;display:block;margin:0 0 18px;border:1px solid var(--line);box-shadow:0 14px 34px rgba(14,55,68,.1)}
html[data-theme="dark"] .about-portrait-card{background:linear-gradient(180deg,rgba(16,45,56,.92),rgba(11,28,35,.92));border-color:#375864;box-shadow:0 18px 42px rgba(0,0,0,.28)}
html[data-theme="dark"] .about-portrait{border-color:#466874}
html[data-theme="dark"] .cv-hero-photo,html[data-theme="dark"] .cv-contact-photo{border-color:#3b5b66;box-shadow:0 20px 46px rgba(0,0,0,.24)}
@media(max-width:900px){.cv-hero-intro{grid-template-columns:1fr}.cv-hero-photo{justify-self:start;width:148px;height:148px;border-radius:28px}}
@media(max-width:700px){.about-portrait-card{flex-direction:column;align-items:flex-start}.about-portrait{width:96px;height:96px;border-radius:20px}.cv-contact-photo{width:96px;height:96px;border-radius:20px}}

/* =========================================================
   Airbnb-inspired responsive shell — experimental variant
   ========================================================= */
.airbnb-shell{
  --air-radius:26px;
  --air-radius-lg:34px;
  --air-shadow:0 14px 40px rgba(14,55,68,.10);
  --air-card:var(--surface);
  --air-border:color-mix(in srgb,var(--line) 82%,transparent);
  background:var(--paper);
}
.airbnb-shell main{overflow:clip}
.airbnb-header{
  position:sticky;
  top:0;
  z-index:120;
  min-height:80px;
  padding:12px clamp(20px,4vw,64px);
  display:grid;
  grid-template-columns:minmax(185px,1fr) auto minmax(185px,1fr);
  align-items:center;
  gap:22px;
  background:color-mix(in srgb,var(--header-bg) 94%,transparent);
  border-bottom:1px solid var(--air-border);
  box-shadow:0 4px 22px rgba(14,55,68,.04);
}
.airbnb-brand{display:inline-flex;align-items:center;gap:11px;width:max-content;color:var(--ink)}
.brand-symbol{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:var(--brand-deep);color:#fff;font-size:16px;font-weight:900;box-shadow:0 8px 20px rgba(14,90,112,.18)}
.brand-name{font-weight:850;letter-spacing:-.035em;white-space:nowrap}
.airbnb-desktop-nav{
  display:flex;
  align-items:center;
  gap:3px;
  padding:5px;
  border:1px solid var(--air-border);
  border-radius:999px;
  background:color-mix(in srgb,var(--surface) 90%,transparent);
  box-shadow:0 8px 24px rgba(14,55,68,.07);
}
.air-nav-tab{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 17px;border-radius:999px;color:var(--muted);font-size:13px;font-weight:750;white-space:nowrap}
.air-nav-tab svg{width:18px;height:18px;flex:0 0 auto}
.air-nav-tab:hover{color:var(--ink);background:var(--soft)}
.air-nav-tab.is-active{color:var(--ink);background:var(--surface);box-shadow:0 4px 14px rgba(14,55,68,.12)}
.air-nav-tab.is-active:after{content:"";position:absolute;left:50%;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--accent);transform:translateX(-50%)}
.airbnb-header-actions{justify-self:end;display:flex;align-items:center;gap:9px}
.header-icon-link{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:1px solid var(--air-border);background:var(--surface);color:var(--ink)}
.header-icon-link svg{width:19px;height:19px}
.header-icon-link:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(14,55,68,.1)}
.air-contact{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;background:var(--ink);border-color:var(--ink);color:var(--paper)!important;font-weight:800}
.air-contact:hover{transform:translateY(-1px);box-shadow:0 9px 22px rgba(14,55,68,.16)}
.airbnb-header .theme-toggle{width:44px;height:44px;min-height:44px;padding:0;justify-content:center;border-radius:50%;box-shadow:none}
.airbnb-header .theme-toggle-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.airbnb-header .theme-toggle-icon{width:28px;height:28px}

.case-context-nav{
  position:sticky;
  top:80px;
  z-index:105;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:10px clamp(20px,4vw,64px);
  background:color-mix(in srgb,var(--paper) 93%,transparent);
  border-bottom:1px solid var(--air-border);
  backdrop-filter:blur(18px);
}
.case-context-nav>div{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.case-context-nav>div::-webkit-scrollbar{display:none}
.case-context-nav a{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid var(--air-border);border-radius:999px;background:var(--surface);color:var(--muted);font-size:12px;font-weight:750;white-space:nowrap}
.case-context-nav a:hover{color:var(--ink);border-color:var(--brand)}
.case-context-nav .back-to-work{background:transparent;border-color:transparent;color:var(--ink);padding-left:0}

/* Airbnb-like content canvas */
.airbnb-shell .section-pad{padding-inline:clamp(22px,5vw,76px)}
.airbnb-shell .section-pad:not(.section-dark):not(.home-contact){background:transparent}
.airbnb-shell .home-hero{
  width:min(calc(100% - 40px),1680px);
  min-height:auto;
  margin:24px auto 52px;
  padding:clamp(54px,7vw,104px) clamp(28px,6vw,94px);
  border:1px solid var(--air-border);
  border-radius:var(--air-radius-lg);
  background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 98%,transparent),color-mix(in srgb,var(--brand-soft) 36%,var(--surface)));
  box-shadow:var(--air-shadow);
}
.airbnb-shell .home-hero h1{font-size:clamp(58px,7.1vw,110px)}
.airbnb-shell .home-proof span{background:var(--surface);box-shadow:0 6px 18px rgba(14,55,68,.06)}

/* Unified image-first project grid */
.airbnb-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:34px}
.airbnb-project-card{
  display:flex!important;
  flex-direction:column;
  min-width:0;
  min-height:620px!important;
  overflow:hidden;
  border:1px solid var(--air-border)!important;
  border-radius:var(--air-radius-lg)!important;
  background:var(--surface)!important;
  color:var(--ink)!important;
  box-shadow:0 10px 32px rgba(14,55,68,.07);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.airbnb-project-card:hover{transform:translateY(-5px);box-shadow:0 22px 54px rgba(14,55,68,.14);border-color:color-mix(in srgb,var(--brand) 45%,var(--line))!important}
.airbnb-project-card .featured-visual,.airbnb-project-card .supporting-project-visual{order:0;min-height:310px!important;height:310px;padding:24px!important;background:var(--surface-2)!important}
.airbnb-project-card .featured-copy,.airbnb-project-card .supporting-project-copy{order:1;flex:1;min-height:0!important;padding:28px!important;background:var(--surface)!important;color:var(--ink)!important}
.airbnb-project-card .featured-copy h3,.airbnb-project-card .supporting-project-copy h3{font-size:clamp(28px,2.4vw,39px)!important;line-height:1.03;margin:34px 0 14px!important;color:var(--ink)!important}
.airbnb-project-card .featured-copy>p,.airbnb-project-card .supporting-project-copy>p{font-size:15px!important;color:var(--muted)!important}
.airbnb-project-card .project-link{margin-top:auto!important;padding-top:26px!important;color:var(--ink)!important}
.airbnb-project-card .source-card{height:100%;border-radius:22px}
.airbnb-project-card .source-card img{max-width:78%;max-height:88%;object-fit:contain}
.airbnb-project-card .ev-visual-stage,.airbnb-project-card .evaluation-source-pair{height:100%}
.airbnb-project-card .card-visual-head{margin-bottom:4px}
.airbnb-project-card .project-kicker{margin:0}
.airbnb-project-card .project-kicker span{width:35px;height:35px}

/* More card-like section rhythm without copying Airbnb branding */
.airbnb-shell .capability-row article,.airbnb-shell .approach-track article,.airbnb-shell .about-portrait-card,.airbnb-shell .role-track article,.airbnb-shell .process-grid,.airbnb-shell .need-grid article,.airbnb-shell .recommendation-grid article,.airbnb-shell .evaluation-evidence-card,.airbnb-shell .evidence-card{border-radius:var(--air-radius);box-shadow:0 8px 28px rgba(14,55,68,.055)}
.airbnb-shell .home-contact{border-radius:var(--air-radius-lg) var(--air-radius-lg) 0 0}

.mobile-bottom-nav{display:none}

html[data-theme="dark"] .airbnb-shell{--air-border:rgba(255,255,255,.12);--air-shadow:0 18px 55px rgba(0,0,0,.32)}
html[data-theme="dark"] .airbnb-header{background:rgba(9,27,34,.92);box-shadow:0 5px 22px rgba(0,0,0,.22)}
html[data-theme="dark"] .airbnb-desktop-nav,html[data-theme="dark"] .header-icon-link{background:#102a34}
html[data-theme="dark"] .air-nav-tab.is-active{background:#173943}
html[data-theme="dark"] .air-contact{background:#edf7f9;border-color:#edf7f9;color:#102832!important}
html[data-theme="dark"] .case-context-nav{background:rgba(9,27,34,.92)}
html[data-theme="dark"] .airbnb-shell .home-hero{background:linear-gradient(145deg,#102a34,#0e2530)}
html[data-theme="dark"] .airbnb-project-card{background:#102a34!important}
html[data-theme="dark"] .airbnb-project-card .featured-copy,html[data-theme="dark"] .airbnb-project-card .supporting-project-copy{background:#102a34!important}
html[data-theme="dark"] .airbnb-project-card .featured-visual,html[data-theme="dark"] .airbnb-project-card .supporting-project-visual{background:#0d222b!important}

@media(max-width:1180px){
  .airbnb-header{grid-template-columns:minmax(165px,1fr) auto minmax(165px,1fr);gap:14px;padding-inline:24px}
  .air-nav-tab{padding-inline:13px}
  .airbnb-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .airbnb-project-card:first-child{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr;min-height:500px!important}
  .airbnb-project-card:first-child .featured-visual{order:1;height:auto;min-height:500px!important}
  .airbnb-project-card:first-child .featured-copy{order:0}
}

@media(max-width:980px) and (min-width:761px){
  .airbnb-header{grid-template-columns:1fr auto 1fr}
  .brand-name{display:none}
  .airbnb-brand{width:44px}
  .air-nav-tab{width:48px;padding:0;justify-content:center}
  .air-nav-tab .nav-label{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  .air-nav-tab.is-active:after{bottom:3px}
  .linkedin-link{display:none}
  .air-contact{padding-inline:15px}
  .airbnb-project-card:first-child{grid-template-columns:1fr}
  .airbnb-project-card:first-child .featured-visual{order:0;min-height:330px!important;height:330px}
  .airbnb-project-card:first-child .featured-copy{order:1}
}

@media(max-width:760px){
  .airbnb-shell{padding-bottom:86px}
  .airbnb-header{min-height:64px;grid-template-columns:1fr auto;padding:9px 16px;border-bottom:1px solid var(--air-border)}
  .airbnb-desktop-nav{display:none}
  .airbnb-header-actions{gap:7px}
  .airbnb-header .linkedin-link{display:none}
  .airbnb-header .air-contact{width:44px;padding:0;font-size:0;border-radius:50%;background:var(--surface);border-color:var(--air-border);color:var(--ink)!important}
  .airbnb-header .air-contact:before{content:"";width:18px;height:18px;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='5.5' width='17' height='13' rx='3' stroke='black' stroke-width='1.8'/%3E%3Cpath d='m5 7 7 5.3L19 7' stroke='black' stroke-width='1.8'/%3E%3C/svg%3E") center/contain no-repeat}
  .airbnb-header .theme-toggle{width:44px;height:44px}
  .brand-name{font-size:15px}
  .brand-symbol{width:34px;height:34px;border-radius:11px}
  .case-context-nav{top:64px;padding:9px 16px;gap:12px}
  .case-context-nav .back-to-work{font-size:0;width:40px;padding:0;justify-content:center;border:1px solid var(--air-border);background:var(--surface)}
  .case-context-nav .back-to-work:before{content:"←";font-size:17px}
  .airbnb-shell .home-hero{width:calc(100% - 24px);margin:12px auto 34px;padding:44px 22px;border-radius:28px}
  .airbnb-shell .home-hero h1{font-size:clamp(48px,13.5vw,66px)}
  .airbnb-project-grid{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:min(88vw,390px);gap:16px;margin-inline:-22px;padding:4px 22px 24px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:22px;scrollbar-width:none}
  .airbnb-project-grid::-webkit-scrollbar{display:none}
  .airbnb-project-card,.airbnb-project-card:first-child{display:flex!important;grid-column:auto;min-height:610px!important;scroll-snap-align:start}
  .airbnb-project-card:first-child .featured-visual,.airbnb-project-card .featured-visual,.airbnb-project-card .supporting-project-visual{order:0;height:275px!important;min-height:275px!important;padding:18px!important}
  .airbnb-project-card:first-child .featured-copy,.airbnb-project-card .featured-copy,.airbnb-project-card .supporting-project-copy{order:1;padding:24px!important}
  .airbnb-project-card .featured-copy h3,.airbnb-project-card .supporting-project-copy h3{font-size:31px!important}
  .mobile-bottom-nav{
    position:fixed;
    left:10px;
    right:10px;
    bottom:max(10px,env(safe-area-inset-bottom));
    z-index:160;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    min-height:68px;
    padding:6px;
    border:1px solid var(--air-border);
    border-radius:24px;
    background:color-mix(in srgb,var(--surface) 94%,transparent);
    box-shadow:0 14px 42px rgba(14,55,68,.22);
    backdrop-filter:blur(20px);
  }
  .mobile-nav-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;border-radius:18px;color:var(--muted);font-size:10px;font-weight:750}
  .mobile-nav-item svg{width:22px;height:22px}
  .mobile-nav-item.is-active{color:var(--ink);background:var(--soft)}
  .mobile-nav-item.is-active:after{content:"";position:absolute;top:5px;width:4px;height:4px;border-radius:50%;background:var(--accent)}
  .a11y-launcher{bottom:96px!important;right:16px!important}
  footer{padding-bottom:100px}
}

@media(max-width:390px){
  .brand-name{max-width:112px;overflow:hidden;text-overflow:ellipsis}
  .mobile-bottom-nav{left:6px;right:6px;bottom:max(6px,env(safe-area-inset-bottom));border-radius:22px}
  .mobile-nav-item{font-size:9px}
  .airbnb-project-grid{grid-auto-columns:91vw}
}
.airbnb-header.is-scrolled{box-shadow:0 10px 32px rgba(14,55,68,.11)}
html[data-theme="dark"] .airbnb-header.is-scrolled{box-shadow:0 12px 34px rgba(0,0,0,.35)}
@media (min-width:761px) and (max-width:980px){
  .airbnb-header .airbnb-desktop-nav .air-nav-tab{display:inline-flex!important}
}
@media(max-width:760px){
  .airbnb-header .airbnb-desktop-nav{display:none!important}
}
@media(max-width:760px){
  .airbnb-header .airbnb-brand{max-width:none!important;overflow:visible!important;text-overflow:clip!important}
  .airbnb-header .brand-name{display:inline;max-width:none!important;overflow:visible!important;text-overflow:clip!important}
}


/* Selected-work card copy and segmented focus tabs */
.airbnb-project-card .featured-copy,
.airbnb-project-card .supporting-project-copy{
  display:flex;
  flex-direction:column;
}
.airbnb-project-card .featured-copy h3,
.airbnb-project-card .supporting-project-copy h3{
  font-size:clamp(27px,2.05vw,35px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
  min-height:3.24em;
  margin:30px 0 14px!important;
}
.airbnb-project-card .featured-copy>p,
.airbnb-project-card .supporting-project-copy>p{
  line-height:1.55!important;
  text-wrap:pretty;
  min-height:4.65em;
  margin:0!important;
}
.airbnb-project-card .card-visual-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start!important;
  gap:7px 12px!important;
  width:100%;
  margin:0!important;
}
.airbnb-project-card .card-visual-head small{
  align-self:center;
  min-width:0;
}
.airbnb-project-card .card-visual-head>span{
  justify-self:end;
  white-space:nowrap;
}
.airbnb-project-card .card-visual-head>strong{
  grid-column:1/-1;
  margin:0!important;
  font-size:19px!important;
  line-height:1.18!important;
  text-wrap:balance;
}
.project-card-tabs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:5px;
  margin:22px 0 0;
  padding:5px;
  border:1px solid var(--line);
  border-radius:17px;
  background:color-mix(in srgb,var(--paper) 75%,var(--surface));
}
.project-card-tabs span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:42px;
  padding:8px 7px;
  border-radius:12px;
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  line-height:1.22;
  letter-spacing:.01em;
  text-align:center;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:keep-all;
  hyphens:none;
}
.project-card-tabs span:first-child{
  background:var(--surface);
  color:var(--ink);
  box-shadow:0 5px 14px rgba(14,55,68,.08);
}
html[data-theme="dark"] .project-card-tabs{
  background:#0b222b;
  border-color:rgba(255,255,255,.13);
}
html[data-theme="dark"] .project-card-tabs span{
  color:#b9cdd3;
}
html[data-theme="dark"] .project-card-tabs span:first-child{
  background:#173943;
  color:#f2fbfd;
  box-shadow:0 6px 16px rgba(0,0,0,.2);
}
@media(max-width:900px){
  .project-card-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .project-card-tabs span:last-child{
    grid-column:1/-1;
  }
}

/* Launch, legal and consent surfaces */
.footer-links .cookie-settings-button{
  appearance:none;
  border:0;
  padding:0;
  background:transparent;
  color:inherit;
  font:inherit;
  font-weight:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}
.footer-links .cookie-settings-button:hover{color:var(--accent)}
.footer-links .cookie-settings-button:focus-visible{outline:3px solid var(--accent);outline-offset:5px;border-radius:3px}

.consent-banner{
  position:fixed;
  left:clamp(16px,3vw,36px);
  bottom:clamp(16px,3vw,32px);
  z-index:400;
  display:block;
  width:min(560px,calc(100vw - 32px));
  padding:24px;
  border:1px solid color-mix(in srgb,var(--line) 88%,transparent);
  border-radius:22px;
  background:color-mix(in srgb,var(--surface) 96%,transparent);
  box-shadow:0 22px 64px rgba(8,35,45,.22);
  color:var(--ink);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
}
.consent-banner[hidden]{display:none}
.consent-copy{max-width:52ch}
.consent-copy h2{margin:4px 0 9px;font-size:clamp(24px,2.4vw,31px);line-height:1.08;letter-spacing:-.04em;text-wrap:balance}
.consent-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.consent-copy a{color:var(--ink);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.consent-kicker{color:var(--accent)!important;font-size:11px!important;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.consent-status{margin-top:10px!important;font-size:12px!important;font-weight:700}
.consent-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}
.consent-action{
  min-width:0;
  min-height:48px;
  padding:11px 16px;
  border:2px solid var(--ink);
  border-radius:14px;
  font:inherit;
  font-size:14px;
  font-weight:850;
  line-height:1.2;
  text-align:center;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.consent-accept{background:var(--ink);color:var(--surface)}
.consent-decline{background:var(--soft);color:var(--ink)}
.consent-action:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(8,35,45,.14)}
.consent-action:focus-visible{outline:4px solid var(--accent);outline-offset:3px}
html[data-theme="dark"] .consent-banner{background:rgba(10,31,39,.97);border-color:rgba(255,255,255,.2);box-shadow:0 24px 74px rgba(0,0,0,.55)}
html[data-theme="dark"] .consent-accept{background:#9ee6f4;border-color:#9ee6f4;color:#08232c}
html[data-theme="dark"] .consent-decline{background:#173943;border-color:#9ee6f4;color:#f2fbfd}

.utility-header{grid-template-columns:1fr auto}
.utility-main,.legal-main{width:min(980px,calc(100% - 44px));margin:0 auto;padding:clamp(120px,15vw,180px) 0 100px}
.utility-main{min-height:72vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.utility-main h1{max-width:760px;margin:8px 0 18px;font-size:clamp(54px,8vw,104px);line-height:.94;letter-spacing:-.065em;text-wrap:balance}
.utility-main>p:not(.eyebrow){max-width:660px;color:var(--muted);font-size:clamp(18px,2vw,23px);line-height:1.55}
.legal-main{max-width:860px}
.legal-main>h1{margin:10px 0 44px;font-size:clamp(48px,7vw,82px);line-height:1;letter-spacing:-.055em}
.legal-main section{padding:30px 0;border-top:1px solid var(--line)}
.legal-main section h2{margin:0 0 14px;font-size:clamp(23px,3vw,31px);letter-spacing:-.03em}
.legal-main section p,.legal-main section li{color:var(--muted);line-height:1.75}
.legal-main a{color:var(--ink);font-weight:750;text-decoration:underline;text-underline-offset:3px}
.legal-main hr{margin:46px 0;border:0;border-top:4px solid var(--ink)}
.legal-notice{margin:0 0 44px;padding:22px;border:2px solid #9b2c17;border-radius:18px;background:#fff0eb;color:#53180c}
.legal-notice p{margin:6px 0 0;line-height:1.55}
.legal-todo{display:inline-block;margin:5px 0;padding:5px 9px;border-radius:6px;background:#ffd7cc;color:#661e0d;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.legal-disclaimer{margin-top:50px;padding:18px;border-radius:14px;background:var(--soft);color:var(--muted);font-size:13px;line-height:1.65}
html[data-theme="dark"] .legal-notice{border-color:#ff9d84;background:#40231e;color:#ffe4dc}
html[data-theme="dark"] .legal-todo{background:#7a2b1b;color:#fff1ed}

@media(max-width:760px){
  .consent-banner{left:12px;bottom:88px;width:calc(100vw - 24px);padding:19px;border-radius:20px}
  body.consent-visible .a11y-launcher{opacity:0;pointer-events:none;transform:translateY(8px)}
  .utility-main,.legal-main{width:calc(100% - 32px);padding-top:110px;padding-bottom:80px}
  .utility-main h1{font-size:clamp(48px,15vw,68px)}
  .legal-main>h1{font-size:48px}
}

@media(max-width:440px){
  .consent-copy h2{font-size:25px}
  .consent-copy p{font-size:13px}
  .consent-actions{grid-template-columns:1fr}
  .consent-action{min-height:46px}
}

@media(prefers-reduced-motion:reduce){.consent-action{transition:none!important}}
html[data-a11y-motion="reduced"] .consent-action{transition:none!important;transform:none!important}
@media(max-width:1180px){
  .airbnb-project-card .featured-copy h3,
  .airbnb-project-card .supporting-project-copy h3{
    min-height:2.16em;
  }
  .airbnb-project-card .featured-copy>p,
  .airbnb-project-card .supporting-project-copy>p{
    min-height:3.1em;
  }
}
@media(max-width:760px){
  .airbnb-project-card .featured-copy h3,
  .airbnb-project-card .supporting-project-copy h3{
    min-height:0;
    margin-top:26px!important;
    font-size:30px!important;
  }
  .airbnb-project-card .featured-copy>p,
  .airbnb-project-card .supporting-project-copy>p{
    min-height:0;
  }
  .project-card-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:4px;
    padding:4px;
    margin-top:18px;
  }
  .project-card-tabs span{
    min-height:46px;
    justify-content:center;
    padding:7px 5px;
    text-align:center;
    font-size:9px;
  }
  .airbnb-project-card .card-visual-head{
    grid-template-columns:1fr;
  }
  .airbnb-project-card .card-visual-head>span{
    justify-self:start;
    white-space:normal;
  }
}
