
:root{
  --bg:#ffffff;
  --surface:#f6f7f4;
  --surface-2:#eff1ec;
  --text:#0a0a0a;
  --muted:#60645d;
  --line:#dfe3da;
  --accent:#60fd01;
  --accent-dark:#49d600;
  --max:1180px;
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.site-header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:-.02em}
.brand-mark{width:36px;height:36px;display:block;flex:0 0 36px;font-size:0;color:transparent;background:#fff url("../img/steven-dabdoub-sd-logo-white.png") center/contain no-repeat}
.brand-mark:after{content:none}
.site-nav{display:flex;align-items:center;gap:22px;font-size:14px}
.nav-link{color:#3e413c;transition:.2s ease}
.nav-link:hover,.nav-link.active{color:#000}
.nav-link.active{font-weight:650}
.nav-cta{padding:9px 13px;border:1px solid #111;font-weight:650}
.nav-cta:hover{background:#111;color:#fff}
.menu-toggle{display:none;border:0;background:transparent;padding:8px}
.menu-toggle span{width:23px;height:1px;background:#111;display:block;margin:5px}
.hero{display:block;padding-top:104px;padding-bottom:96px;min-height:590px}.hero-copy{max-width:880px}
.hero h1{font-size:clamp(58px,7.5vw,104px);line-height:.9;letter-spacing:-.075em;margin:0 0 25px;font-weight:700}
.hero-role{font-size:clamp(20px,2.5vw,31px);letter-spacing:-.03em;margin:0 0 18px;font-weight:540}
.hero-copy p{font-size:18px;max-width:690px;color:var(--muted);margin:0 0 30px}
.button-row{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 17px;border:1px solid #111;background:#fff;color:#111;font-weight:650;font-size:14px;transition:.18s ease}
.btn:hover{transform:translateY(-1px);background:#111;color:#fff}
.btn.primary{background:var(--accent);border-color:var(--accent);color:#071000}
.btn.primary:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#071000}
.logo-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:30px 0}
.logo-band-label{font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--muted);margin-bottom:23px}
.logo-row{display:grid;grid-template-columns:repeat(6,1fr);align-items:center;gap:34px}
.logo-item{height:66px;display:flex;align-items:center;justify-content:center}
.logo-item img{max-height:62px;max-width:145px;object-fit:contain;opacity:1;transition:transform .2s ease}
.logo-item:hover img{transform:translateY(-2px)}
.logo-text{font-size:13px;font-weight:750;letter-spacing:-.01em;text-align:center;color:#151515;line-height:1.1}
.section{padding:92px 0}
.section.alt{background:var(--surface)}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:end;margin-bottom:48px}
.section-head h2,.page-title{font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.06em;margin:0;font-weight:680}
.section-head p{margin:0;color:var(--muted);font-size:17px;max-width:640px}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:#4d5149;display:block;margin-bottom:14px}
.capabilities{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.capability{padding:28px 24px 30px 0;border-right:1px solid var(--line);position:relative}
.capability:not(:first-child){padding-left:24px}
.capability:last-child{border-right:0}
.capability:before{content:"";position:absolute;top:-1px;left:0;width:48px;height:3px;background:var(--accent)}
.capability h3{font-size:18px;margin:0 0 11px;letter-spacing:-.025em}
.capability p{margin:0;color:var(--muted);font-size:14px}
.communication-note{margin-top:35px;display:grid;grid-template-columns:1.1fr .9fr;gap:45px;padding-top:28px;border-top:1px solid var(--line)}
.communication-note strong{font-size:24px;letter-spacing:-.035em;line-height:1.2}
.communication-note p{margin:0;color:var(--muted)}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.project-tile{position:relative;overflow:hidden;background:#0c0c0c;min-height:360px;border:1px solid var(--line)}
.project-tile.featured{grid-column:span 2;min-height:510px}
.project-tile img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .35s ease,filter .35s ease}
.project-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.86),rgba(0,0,0,.12) 65%,transparent);transition:.25s ease}
.project-tile:hover img,.project-tile:focus-within img{transform:scale(1.025);filter:brightness(.7)}
.project-overlay{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:28px;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:25px}
.project-overlay h3{margin:0;font-size:26px;letter-spacing:-.035em;line-height:1.05}
.project-overlay p{margin:8px 0 0;color:rgba(255,255,255,.75);font-size:14px;max-width:570px}
.project-action{white-space:nowrap;color:var(--accent);font-weight:700;font-size:14px;opacity:.92}
.project-tile>a{position:absolute;inset:0;z-index:3}
.section-link{display:inline-block;margin-top:28px;font-size:14px;font-weight:650;border-bottom:2px solid var(--accent);padding-bottom:3px}
.home-timeline{border-top:1px solid var(--line)}
.home-role{display:grid;grid-template-columns:180px 1fr auto;gap:24px;padding:22px 0;border-bottom:1px solid var(--line);align-items:center}
.home-role time{font-size:13px;color:var(--muted)}
.home-role-org{display:block;font-size:13px;color:var(--muted);margin-bottom:3px}
.home-role h3{font-size:19px;margin:0;letter-spacing:-.02em}
.home-role .arrow{font-size:20px;color:#222}
.contact-strip{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:55px 0;border-top:1px solid var(--line)}
.contact-strip h2{font-size:clamp(36px,4vw,56px);letter-spacing:-.05em;line-height:1;margin:0 0 12px}
.contact-strip p{margin:0;color:var(--muted)}
.page-hero{padding:78px 0 52px;border-bottom:1px solid var(--line)}
.page-hero .page-title{max-width:880px}
.page-hero p{max-width:720px;color:var(--muted);font-size:17px;margin:18px 0 0}
.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.work-grid .project-tile{height:390px;min-height:390px}
.timeline{position:relative;margin-top:5px}
.timeline:before{content:"";position:absolute;left:170px;top:0;bottom:0;width:1px;background:var(--line)}
.timeline-item{display:grid;grid-template-columns:145px 1fr;gap:50px;padding:0 0 52px;position:relative}
.timeline-item:last-child{padding-bottom:0}
.timeline-item:after{content:"";position:absolute;left:165px;top:7px;width:11px;height:11px;border-radius:50%;background:#fff;border:3px solid var(--accent)}
.timeline-date{font-size:13px;color:var(--muted);text-align:right;padding-top:2px}
.timeline-content{max-width:760px}
.timeline-org{font-size:13px;text-transform:uppercase;letter-spacing:.13em;color:#53564f;margin-bottom:5px}
.timeline-content h2{font-size:26px;letter-spacing:-.035em;margin:0 0 5px}
.timeline-location{font-size:13px;color:var(--muted);margin-bottom:14px}
.timeline-content ul{margin:0;padding-left:19px;color:#343632}
.timeline-content li{margin:7px 0}
.edu-group{margin-top:48px}
.edu-group:first-child{margin-top:0}
.edu-group-title{font-size:28px;letter-spacing:-.035em;margin:0 0 20px}
.edu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.edu-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px}
.edu-card h2,.edu-card h3{margin:0 0 7px;letter-spacing:-.03em}
.edu-card h2{font-size:24px}.edu-card h3{font-size:20px}
.edu-card .institution{color:#333;font-weight:600;margin-bottom:5px}
.edu-card .date{color:var(--muted);font-size:13px;margin-bottom:14px}
.edu-card p{color:#4d5149;margin:8px 0}
.edu-card ul{padding-left:20px;color:#42463f}
.edu-card details{border-top:1px solid var(--line);margin-top:18px;padding-top:12px}
.edu-card summary{cursor:pointer;font-weight:650;font-size:14px}
.flat-section{display:grid;grid-template-columns:260px 1fr;gap:50px;padding:42px 0;border-top:1px solid var(--line)}
.flat-section h2{font-size:24px;letter-spacing:-.035em;margin:0}
.flat-section p{margin-top:0;color:#3d413a}
.flat-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 26px}
.flat-list span{padding:9px 0;border-bottom:1px solid var(--line);font-size:14px}
.insight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.insight-card{border-top:3px solid #111;padding:24px 0 0}
.insight-card time{font-size:12px;color:var(--muted)}
.insight-card h2{font-size:24px;letter-spacing:-.035em;line-height:1.1;margin:13px 0}
.insight-card p{color:var(--muted);margin:0}
.references{display:grid;gap:22px}
.reference{padding:34px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:300px 1fr;gap:55px}
.reference-name{font-size:22px;font-weight:700;letter-spacing:-.03em}
.reference-role{font-size:13px;color:var(--muted);margin-top:5px}
.reference-meta{font-size:12px;color:var(--muted);margin-top:12px}
.reference blockquote{margin:0;font-size:17px;line-height:1.72;color:#272a25}
.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}
.contact-list{border-top:1px solid var(--line)}
.contact-list a{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.contact-list span{color:var(--muted);font-size:13px}.contact-list strong{font-size:14px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field.full{grid-column:span 2}.field label{display:block;font-size:13px;margin-bottom:7px}.field input,.field textarea{width:100%;border:1px solid #cfd4ca;background:#fff;padding:12px 13px;outline:none;border-radius:0}.field input:focus,.field textarea:focus{border-color:#111;box-shadow:0 0 0 2px rgba(96,253,1,.25)}.field textarea{min-height:150px;resize:vertical}
.site-footer{border-top:1px solid var(--line);padding:30px max(24px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;font-size:13px;color:var(--muted)}
.footer-links{display:flex;gap:20px}.footer-links a:hover{color:#000}.copyright{margin:0}
.reveal{opacity:0;transform:translateY(12px);transition:opacity .5s ease,transform .5s ease}.reveal.visible{opacity:1;transform:none}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){
  .site-header{height:68px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--line);padding:20px 24px;flex-direction:column;align-items:flex-start;gap:16px}.site-nav.open{display:flex}.hero{padding-top:65px;min-height:auto}.logo-row{grid-template-columns:repeat(3,1fr);row-gap:28px}.section-head{grid-template-columns:1fr;gap:18px}.capabilities{grid-template-columns:1fr 1fr}.capability:nth-child(2){border-right:0}.capability:nth-child(-n+2){border-bottom:1px solid var(--line)}.communication-note{grid-template-columns:1fr}.home-role{grid-template-columns:120px 1fr}.home-role .arrow{display:none}.timeline:before{left:102px}.timeline-item{grid-template-columns:82px 1fr;gap:38px}.timeline-item:after{left:97px}.work-grid,.project-grid{grid-template-columns:1fr}.project-tile.featured{grid-column:auto}.edu-grid{grid-template-columns:1fr}.flat-section{grid-template-columns:1fr;gap:20px}.insight-grid{grid-template-columns:1fr}.reference{grid-template-columns:1fr;gap:20px}.contact-grid{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr;align-items:start}.footer-links{flex-wrap:wrap}
}
@media(max-width:600px){
  .container{width:min(100% - 30px,var(--max))}.hero{padding-top:54px;padding-bottom:54px}.hero h1{font-size:58px}.hero-role{font-size:21px}.section{padding:64px 0}.page-hero{padding:58px 0 38px}.logo-row{grid-template-columns:repeat(2,1fr)}.capabilities{grid-template-columns:1fr}.capability,.capability:not(:first-child){padding:23px 0;border-right:0;border-bottom:1px solid var(--line)}.capability:last-child{border-bottom:0}.home-role{grid-template-columns:1fr;gap:6px}.project-overlay{padding:20px;display:block}.project-action{display:block;margin-top:14px}.project-tile,.work-grid .project-tile,.project-tile.featured{height:340px;min-height:340px}.timeline:before{display:none}.timeline-item{grid-template-columns:1fr;gap:6px;padding-bottom:38px}.timeline-item:after{display:none}.timeline-date{text-align:left}.flat-list{grid-template-columns:1fr}.reference{padding:25px 0}.contact-strip{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}
}

/* v4 refinements — light, minimal, consistent surfaces */
:root{
  --surface:#fbfcfa;
  --surface-2:#f5f7f2;
  --line:#e3e7df;
  --muted:#60655d;
  --accent:#60fd01;
  --accent-dark:#48d900;
  --radius:14px;
}
.page-title{letter-spacing:-.055em}
.page-hero{background:#fff}
.section.alt{background:#fbfcfa}

/* Consistent card language */
.edu-card,.reference,.blog-card,.about-panel,.content-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:0 8px 30px rgba(12,18,10,.035);
}
.edu-card,.reference,.blog-card,.about-panel{position:relative;overflow:hidden}
.edu-card:before,.reference:before,.blog-card:before,.about-panel:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:4px;
  background:var(--accent);
}

/* Education */
.edu-grid{align-items:stretch}
.edu-card{padding:24px 26px 24px 30px;display:flex;flex-direction:column}
.edu-card-head{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center;margin-bottom:14px}
.edu-logo{height:68px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px;overflow:hidden}
.edu-logo img{max-width:100%;max-height:100%;object-fit:contain}
.edu-card h2,.edu-card h3{margin:0 0 5px;font-size:22px;line-height:1.08;letter-spacing:-.03em}
.edu-card .institution{font-size:14px;margin-bottom:3px}
.edu-card .date{margin:0;color:var(--muted);font-size:13px}
.edu-card>p{margin:4px 0 0;color:#484d46}
.edu-card details{margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}
.edu-card summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:13px;font-weight:700}
.edu-card summary::-webkit-details-marker{display:none}
.edu-card summary:after{content:"+";font-size:20px;line-height:1;color:#111}
.edu-card details[open] summary:after{content:"−"}
.details-body{padding-top:12px;color:#454a43}
.details-body h4{margin:18px 0 8px;font-size:14px}
.details-body ul{margin:7px 0;padding-left:18px}
.cert-grid .edu-card details{display:none}

/* Experience timeline with logos */
.timeline:before{left:170px}
.timeline-item{grid-template-columns:145px 74px 1fr;gap:26px;padding-bottom:48px;align-items:start}
.timeline-item:after{left:165px}
.timeline-logo{width:74px;height:74px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;padding:9px;overflow:hidden}
.timeline-logo img{width:100%;height:100%;object-fit:contain}
.timeline-content{max-width:760px}
.timeline-org{margin-top:1px}

/* About */
.about-stack{display:grid;gap:18px}
.about-panel{display:grid;grid-template-columns:260px 1fr;gap:34px;padding:30px 32px 30px 36px}
.about-heading{display:flex;align-items:flex-start;gap:14px}
.about-heading img{width:48px;height:48px;flex:none}
.about-heading h2{font-size:23px;letter-spacing:-.035em;margin:9px 0 0}
.about-content p{margin:0 0 14px;color:#3f443d}
.about-content p:last-child{margin-bottom:0}
.about-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 20px}
.about-list span{padding:10px 0;border-bottom:1px solid var(--line);font-size:14px;color:#30342e}

/* Blog */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.blog-card{display:block;color:inherit;transition:transform .2s ease,border-color .2s ease}
.blog-card:hover{transform:translateY(-2px);border-color:#cfd6ca}
.blog-card-image{width:100%;aspect-ratio:16/9;object-fit:cover;background:#f4f6f1;border-bottom:1px solid var(--line)}
.blog-card-body{padding:22px 23px 24px 27px}
.blog-card time{font-size:12px;color:var(--muted)}
.blog-card h2{font-size:22px;line-height:1.12;letter-spacing:-.035em;margin:10px 0 10px}
.blog-card p{margin:0;color:var(--muted);font-size:14px}
.blog-action{display:inline-block;margin-top:17px;font-size:13px;font-weight:700;border-bottom:2px solid var(--accent)}

/* References */
.references{gap:18px}
.reference{padding:30px 30px 30px 34px;border-top:1px solid var(--line)}
.reference-name{font-size:21px}

/* Contact form surface */
.contact-grid form{border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;box-shadow:0 8px 30px rgba(12,18,10,.035)}
.field input,.field textarea{border-radius:8px;border-color:var(--line)}

/* Content manager */
.manager-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start}
.content-card{padding:24px}
.manager-note{padding:15px 16px;border-left:4px solid var(--accent);background:#f8fbf5;color:#41463f;font-size:14px;margin-bottom:20px}
.manager-output{width:100%;min-height:180px;border:1px solid var(--line);border-radius:8px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#fbfcfa}
.manager-preview{aspect-ratio:16/9;border:1px dashed #cdd3c8;background:#fbfcfa;display:flex;align-items:center;justify-content:center;margin-top:10px;overflow:hidden;border-radius:8px;color:var(--muted);font-size:13px}
.manager-preview img{width:100%;height:100%;object-fit:cover}

@media(max-width:900px){
  .timeline:before{left:102px}
  .timeline-item{grid-template-columns:82px 62px 1fr;gap:20px}
  .timeline-item:after{left:97px}
  .timeline-logo{width:62px;height:62px}
  .about-panel{grid-template-columns:1fr;gap:18px}
  .blog-grid{grid-template-columns:1fr 1fr}
  .manager-layout{grid-template-columns:1fr}
}
@media(max-width:600px){
  .timeline-item{grid-template-columns:58px 1fr;gap:14px}
  .timeline-date{grid-column:1 / -1;text-align:left}
  .timeline-logo{width:58px;height:58px}
  .timeline-content{grid-column:2}
  .about-panel{padding:24px 22px 24px 26px}
  .about-list{grid-template-columns:1fr}
  .edu-card-head{grid-template-columns:72px 1fr;gap:14px}
  .edu-logo{height:58px}
  .blog-grid{grid-template-columns:1fr}
  .reference{padding:24px 22px 24px 26px}
}
.article-page{padding:70px 0 100px}.article-head{max-width:840px;margin:42px 0 34px}.article-head time{font-size:13px;color:var(--muted)}.article-head h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:12px 0 18px}.article-head p{font-size:18px;color:var(--muted);max-width:720px}.article-hero-image{width:100%;max-height:620px;object-fit:cover;border:1px solid var(--line);border-radius:var(--radius);background:#f6f8f3}.article-body{max-width:760px;margin:42px auto 0;font-size:17px;line-height:1.8;color:#2e332d}.article-body p{margin:0 0 24px}
.field select{width:100%;border:1px solid var(--line);background:#fff;padding:12px 13px;border-radius:8px;outline:none}.field select:focus{border-color:#111;box-shadow:0 0 0 2px rgba(96,253,1,.25)}code{background:#f2f4ef;padding:2px 5px;border-radius:4px;font-size:.92em}


/* v5: readability + alignment refinements */
.edu-logo{
  height:76px;
  padding:10px 12px;
}
.edu-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.edu-logo img[src$=".jpg"]{
  mix-blend-mode:multiply;
}

/* Make the timeline marker sit in the centre of the gap and vertically align to each logo */
.timeline:before{left:158px;}
.timeline-item:after{
  left:151px;
  top:30px;
  width:14px;
  height:14px;
  border:3px solid #fff;
  box-shadow:0 0 0 1px var(--line);
}
.timeline-logo{
  align-self:start;
}

/* About: clean, scannable flat sections */
.about-panel{
  grid-template-columns:230px 1fr;
}
.about-heading img{
  width:44px;
  height:44px;
}
.about-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}
.about-list span{
  position:relative;
  padding:11px 12px 11px 28px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--surface);
  font-size:14px;
  color:#272b26;
}
.about-list span:before{
  content:"";
  position:absolute;
  left:12px;
  top:50%;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--accent-dark);
  transform:translateY(-50%);
}

/* Local editor */
.editor-shell{display:grid;gap:22px}
.editor-toolbar{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}
.editor-status{font-size:13px;color:var(--muted)}
.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.editor-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.editor-button{appearance:none;border:1px solid #111;background:#111;color:#fff;padding:11px 15px;border-radius:8px;font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.editor-button.secondary{background:#fff;color:#111;border-color:var(--line)}
.editor-button.accent{background:var(--accent);color:#0b0d0a;border-color:var(--accent-dark)}
.editor-button:disabled{opacity:.45;cursor:not-allowed}
.editor-results{margin-top:18px;border-top:1px solid var(--line)}
.editor-result{padding:14px 0;border-bottom:1px solid var(--line)}
.editor-result strong{display:block;font-size:13px;margin-bottom:5px}
.editor-result code{display:block;white-space:pre-wrap;word-break:break-word;background:#f5f7f2;padding:9px 10px;border-radius:7px}
.editor-tip{border-left:4px solid var(--accent);background:#f8fbf5;padding:14px 16px;font-size:14px;color:#3e443d}
.editor-checks{display:flex;gap:18px;flex-wrap:wrap;font-size:13px;margin-top:10px}
.editor-checks label{display:flex;gap:7px;align-items:center}

@media(max-width:900px){
  .timeline:before{left:92px;}
  .timeline-item:after{left:85px;top:24px;}
  .about-panel{grid-template-columns:1fr;}
}
@media(max-width:600px){
  .timeline:before,.timeline-item:after{display:none;}
  .about-list{grid-template-columns:1fr;}
  .editor-grid,.editor-toolbar{grid-template-columns:1fr;}
}


/* v7 — alignment, homepage cards, experience logos, theme system */
.section-head{
  align-items:center;
}
.section-head > div,
.section-head > p{
  align-self:center;
}

/* Four equal homepage work cards */
.project-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.project-grid .project-tile,
.project-grid .project-tile.featured{
  grid-column:auto;
  min-height:330px;
}
.project-grid .project-overlay{
  padding:22px;
  display:block;
}
.project-grid .project-overlay h3{font-size:22px;}
.project-grid .project-overlay p{font-size:13px;}
.project-grid .project-action{display:inline-block;margin-top:14px;}

/* Homepage experience logos */
.home-role{
  grid-template-columns:150px 58px minmax(0,1fr) auto;
  gap:22px;
}
.home-role-logo{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--panel,#fff);
  padding:7px;
  overflow:hidden;
}
.home-role-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
}

/* About headings/icons share one center line */
.about-heading{
  align-items:center;
}
.about-heading h2{
  margin:0;
  line-height:1.08;
}
.about-heading img{
  align-self:center;
}

/* Experience marker exactly centered relative to the 74px logo */
.timeline-item:after{
  top:30px;
}


/* ============================================================
   v8 DESIGN SYSTEM
   Eight genuinely different visual systems using the same
   white / black / lime-green brand direction.
   ============================================================ */

:root{
  --bg:#ffffff;
  --panel:#ffffff;
  --surface:#f8faf6;
  --surface-2:#f0f4ec;
  --ink:#0b0d0a;
  --muted:#5e655b;
  --line:#dfe5db;
  --accent:#60fd01;
  --accent-dark:#42ca00;
  --radius:12px;
  --card-shadow:none;
  --site-max:1180px;
}
body{background:var(--bg);color:var(--ink)}
.container{max-width:var(--site-max)}
.site-header,.page-hero{background:var(--bg)}
.section.alt{background:var(--surface)}
.edu-card,.reference,.blog-card,.about-panel,.content-card,.timeline-logo,.edu-logo,.home-role-logo{
  background:var(--panel);
  border-color:var(--line);
  border-radius:var(--radius);
  box-shadow:var(--card-shadow);
}
.nav-link,.home-role h3,.section-head h2,.page-title,.hero h1,.hero-role,.capability h3,.contact-strip h2{color:var(--ink)}
.btn{background:var(--panel);color:var(--ink);border-color:var(--ink)}
.btn:hover{background:var(--ink);color:#fff}
.capabilities,.home-timeline,.contact-strip,.flat-section,.site-footer,.reference,.logo-band{border-color:var(--line)}
.about-list span,.flat-list span,.edu-card details{border-color:var(--line)}
.project-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.project-grid .project-tile,.project-grid .project-tile.featured{grid-column:auto;min-height:330px}

/* ---------- 1. SIGNATURE / CURRENT ---------- */
html[data-theme="signature"]{
  --bg:#ffffff;--panel:#ffffff;--surface:#f8faf6;--surface-2:#f0f4ec;
  --ink:#0b0d0a;--muted:#5e655b;--line:#dfe5db;
  --accent:#60fd01;--accent-dark:#42ca00;--radius:12px;--card-shadow:none;--site-max:1180px;
}
html[data-theme="signature"] .hero{padding-top:104px;padding-bottom:96px}
html[data-theme="signature"] .site-header{border-bottom:1px solid var(--line)}
html[data-theme="signature"] .capability:before{height:3px}
html[data-theme="signature"] .page-title{font-weight:680}

/* ---------- 2. EDITORIAL ---------- */
html[data-theme="editorial"]{
  --bg:#fcfcf8;--panel:#ffffff;--surface:#f3f5ef;--surface-2:#e9eee5;
  --ink:#111510;--muted:#596157;--line:#d8dfd5;
  --accent:#60fd01;--accent-dark:#3dbe00;--radius:2px;--card-shadow:none;--site-max:1100px;
}
html[data-theme="editorial"] body{font-family:Arial,Helvetica,sans-serif}
html[data-theme="editorial"] .site-header{
  position:relative;height:auto;min-height:86px;border-bottom:2px solid var(--ink);
}
html[data-theme="editorial"] .brand{font-size:16px}
html[data-theme="editorial"] .brand-mark{border-radius:50%}
html[data-theme="editorial"] .site-nav{gap:18px}
html[data-theme="editorial"] .hero{
  min-height:auto;padding-top:112px;padding-bottom:120px;
  border-bottom:1px solid var(--line);
}
html[data-theme="editorial"] .hero-copy{max-width:100%}
html[data-theme="editorial"] .hero h1,
html[data-theme="editorial"] .page-title,
html[data-theme="editorial"] .section-head h2{
  font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.055em;
}
html[data-theme="editorial"] .hero h1{font-size:clamp(72px,10vw,138px);max-width:950px}
html[data-theme="editorial"] .hero-role{
  display:inline-block;border-top:4px solid var(--accent);padding-top:10px;margin-top:8px;
  font-size:18px;text-transform:uppercase;letter-spacing:.08em;
}
html[data-theme="editorial"] .hero-copy p{font-size:20px;max-width:760px}
html[data-theme="editorial"] .section-head{
  grid-template-columns:minmax(260px,.7fr) 1.3fr;gap:80px;border-top:2px solid var(--ink);
  padding-top:22px;margin-bottom:52px;
}
html[data-theme="editorial"] .section-head h2{font-size:clamp(48px,6vw,78px)}
html[data-theme="editorial"] .capabilities{border:0;gap:22px}
html[data-theme="editorial"] .capability{
  border:0!important;padding:0!important;border-top:1px solid var(--ink)!important;padding-top:18px!important;
}
html[data-theme="editorial"] .capability:before{display:none}
html[data-theme="editorial"] .project-grid{gap:10px}
html[data-theme="editorial"] .project-tile{border-radius:0}
html[data-theme="editorial"] .home-role{
  grid-template-columns:160px 58px 1fr auto;padding:25px 0;
}
html[data-theme="editorial"] .edu-card,
html[data-theme="editorial"] .about-panel,
html[data-theme="editorial"] .reference,
html[data-theme="editorial"] .blog-card{border-radius:0;box-shadow:none}
html[data-theme="editorial"] .edu-card:before,
html[data-theme="editorial"] .about-panel:before,
html[data-theme="editorial"] .reference:before,
html[data-theme="editorial"] .blog-card:before{width:0}
html[data-theme="editorial"] .page-hero{padding-top:84px;border-bottom:1px solid var(--line)}

/* ---------- 3. SIDEBAR / STUDIO ---------- */
html[data-theme="sidebar"]{
  --bg:#ffffff;--panel:#ffffff;--surface:#f6f8f3;--surface-2:#edf2e8;
  --ink:#0d100c;--muted:#5d6559;--line:#dde5d9;
  --accent:#60fd01;--accent-dark:#3dc300;--radius:16px;--card-shadow:0 10px 32px rgba(16,24,12,.04);--site-max:1060px;
}
@media(min-width:901px){
  html[data-theme="sidebar"] body{padding-left:238px}
  html[data-theme="sidebar"] .site-header{
    position:fixed;left:0;top:0;bottom:0;width:238px;height:100vh;
    padding:34px 26px;display:flex;flex-direction:column;align-items:flex-start;
    justify-content:flex-start;border-right:1px solid var(--line);border-bottom:0;background:#fff;
  }
  html[data-theme="sidebar"] .brand{margin-bottom:54px}
  html[data-theme="sidebar"] .site-nav{
    display:flex;flex-direction:column;align-items:flex-start;gap:15px;width:100%;
  }
  html[data-theme="sidebar"] .nav-link{width:100%;padding:7px 0}
  html[data-theme="sidebar"] .nav-link.active{
    color:#000;font-weight:750;position:relative;padding-left:18px;
  }
  html[data-theme="sidebar"] .nav-link.active:before{
    content:"";position:absolute;left:0;top:50%;width:8px;height:8px;border-radius:50%;
    background:var(--accent);transform:translateY(-50%);
  }
  html[data-theme="sidebar"] .nav-cta{margin-top:14px;width:100%;text-align:center}
  html[data-theme="sidebar"] .site-footer{
    padding-left:max(28px,calc((100vw - 238px - var(--site-max))/2));
    padding-right:max(28px,calc((100vw - 238px - var(--site-max))/2));
  }
}
html[data-theme="sidebar"] .hero{
  min-height:700px;display:flex;align-items:center;padding-top:80px;padding-bottom:80px;
}
html[data-theme="sidebar"] .hero h1{font-size:clamp(68px,8vw,118px)}
html[data-theme="sidebar"] .hero-copy p{max-width:620px}
html[data-theme="sidebar"] .logo-band{border:0;background:var(--surface)}
html[data-theme="sidebar"] .section-head{
  grid-template-columns:.8fr 1.2fr;gap:46px;
}
html[data-theme="sidebar"] .capabilities{gap:14px;border:0}
html[data-theme="sidebar"] .capability{
  background:#fff;border:1px solid var(--line)!important;border-radius:14px;padding:22px!important;
}
html[data-theme="sidebar"] .capability:before{left:20px;top:0;width:42px}
html[data-theme="sidebar"] .project-tile{border-radius:18px}
html[data-theme="sidebar"] .home-role{
  margin-bottom:10px;border:1px solid var(--line);border-radius:14px;padding:16px 18px;
}
html[data-theme="sidebar"] .home-timeline{border:0}
html[data-theme="sidebar"] .page-hero{padding-top:76px}

/* ---------- 4. SWISS GRID ---------- */
html[data-theme="swiss"]{
  --bg:#ffffff;--panel:#ffffff;--surface:#f5f7f2;--surface-2:#eef1eb;
  --ink:#050505;--muted:#555b52;--line:#cfd6cb;
  --accent:#60fd01;--accent-dark:#3fca00;--radius:0;--card-shadow:none;--site-max:1240px;
}
html[data-theme="swiss"] body{font-family:Arial,Helvetica,sans-serif}
html[data-theme="swiss"] .site-header{height:64px;border-bottom:2px solid var(--ink)}
html[data-theme="swiss"] .brand-mark{background:var(--accent);border:0}
html[data-theme="swiss"] .site-nav{gap:14px;text-transform:uppercase;font-size:11px;letter-spacing:.08em}
html[data-theme="swiss"] .hero{
  min-height:auto;padding:82px 0 78px;border-bottom:2px solid var(--ink);
}
html[data-theme="swiss"] .hero-copy{
  display:grid;grid-template-columns:1.25fr .75fr;column-gap:70px;max-width:none;
}
html[data-theme="swiss"] .hero h1{grid-column:1 / -1;font-size:clamp(70px,9vw,132px);text-transform:uppercase;letter-spacing:-.08em}
html[data-theme="swiss"] .hero-role{
  grid-column:1;font-size:18px;text-transform:uppercase;letter-spacing:.07em;border-top:8px solid var(--accent);padding-top:14px;
}
html[data-theme="swiss"] .hero-copy p{grid-column:2;font-size:16px;margin-top:0}
html[data-theme="swiss"] .button-row{grid-column:2}
html[data-theme="swiss"] .logo-band{padding:22px 0;border-bottom:2px solid var(--ink)}
html[data-theme="swiss"] .section{padding:72px 0}
html[data-theme="swiss"] .section-head{
  grid-template-columns:repeat(12,1fr);gap:14px;align-items:start;border-top:2px solid var(--ink);padding-top:18px;
}
html[data-theme="swiss"] .section-head>div{grid-column:1 / span 5}
html[data-theme="swiss"] .section-head>p{grid-column:7 / -1}
html[data-theme="swiss"] .section-head h2{text-transform:uppercase;font-size:clamp(46px,5vw,70px)}
html[data-theme="swiss"] .capabilities{border:2px solid var(--ink)}
html[data-theme="swiss"] .capability{padding:22px!important;border-color:var(--ink)!important}
html[data-theme="swiss"] .capability:before{height:8px;width:100%;top:0}
html[data-theme="swiss"] .project-grid{gap:2px;background:var(--ink)}
html[data-theme="swiss"] .project-tile{border:0}
html[data-theme="swiss"] .home-role{border-bottom:1px solid var(--ink);grid-template-columns:170px 54px 1fr 30px}
html[data-theme="swiss"] .home-role-logo,.timeline-logo,.edu-logo{border-radius:0}
html[data-theme="swiss"] .edu-card,
html[data-theme="swiss"] .about-panel,
html[data-theme="swiss"] .reference,
html[data-theme="swiss"] .blog-card{border-radius:0;box-shadow:none;border-color:var(--ink)}
html[data-theme="swiss"] .page-title{text-transform:uppercase}
html[data-theme="swiss"] .page-hero{border-bottom:2px solid var(--ink)}

/* ---------- 5. GALLERY / PORTFOLIO FIRST ---------- */
html[data-theme="gallery"]{
  --bg:#f5f7f2;--panel:#ffffff;--surface:#ffffff;--surface-2:#eef3e9;
  --ink:#11130f;--muted:#61685e;--line:#dde4d8;
  --accent:#60fd01;--accent-dark:#41c900;--radius:22px;--card-shadow:0 18px 48px rgba(18,27,13,.065);--site-max:1220px;
}
html[data-theme="gallery"] .site-header{
  width:min(calc(100% - 36px),1180px);left:50%;transform:translateX(-50%);
  top:14px;border:1px solid var(--line);border-radius:18px;height:68px;padding:0 18px;
  background:rgba(255,255,255,.93);box-shadow:0 10px 30px rgba(18,27,13,.05);
}
html[data-theme="gallery"] .hero{
  margin-top:16px;min-height:auto;padding:142px 0 100px;
}
html[data-theme="gallery"] .hero-copy{
  max-width:100%;text-align:center;
}
html[data-theme="gallery"] .hero h1{font-size:clamp(72px,10vw,136px)}
html[data-theme="gallery"] .hero-copy p{margin-left:auto;margin-right:auto}
html[data-theme="gallery"] .button-row{justify-content:center}
html[data-theme="gallery"] .logo-band{
  width:min(calc(100% - 48px),var(--site-max));margin:0 auto;border:1px solid var(--line);
  border-radius:20px;background:#fff;padding:24px;
}
html[data-theme="gallery"] .section-head{
  display:block;text-align:center;max-width:800px;margin:0 auto 48px;
}
html[data-theme="gallery"] .section-head p{margin:18px auto 0}
html[data-theme="gallery"] .capabilities{
  gap:16px;border:0;
}
html[data-theme="gallery"] .capability{
  background:#fff;border:1px solid var(--line)!important;border-radius:18px;padding:24px!important;
  box-shadow:var(--card-shadow);
}
html[data-theme="gallery"] .capability:before{
  top:auto;bottom:0;left:20px;width:52px;height:4px;border-radius:999px;
}
html[data-theme="gallery"] .project-grid{grid-template-columns:repeat(2,1fr);gap:20px}
html[data-theme="gallery"] .project-grid .project-tile{min-height:440px;border-radius:22px;box-shadow:var(--card-shadow)}
html[data-theme="gallery"] .home-timeline{
  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;border:0;
}
html[data-theme="gallery"] .home-role{
  grid-template-columns:1fr 58px;grid-template-areas:"meta logo" "title title";
  border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff;
}
html[data-theme="gallery"] .home-role time{grid-area:meta}
html[data-theme="gallery"] .home-role-logo{grid-area:logo;justify-self:end}
html[data-theme="gallery"] .home-role>div:nth-of-type(2){grid-area:title}
html[data-theme="gallery"] .home-role .arrow{display:none}
html[data-theme="gallery"] .page-hero{text-align:center;padding-top:110px}
html[data-theme="gallery"] .about-panel,
html[data-theme="gallery"] .edu-card,
html[data-theme="gallery"] .reference,
html[data-theme="gallery"] .blog-card{box-shadow:var(--card-shadow)}

/* ---------- 6. EXECUTIVE / CONSULTING ---------- */
html[data-theme="executive"]{
  --bg:#ffffff;--panel:#ffffff;--surface:#fafbf8;--surface-2:#f1f4ef;
  --ink:#111411;--muted:#667064;--line:#e2e7df;
  --accent:#60fd01;--accent-dark:#3db900;--radius:6px;--card-shadow:none;--site-max:1020px;
}
html[data-theme="executive"] .site-header{height:72px;border-bottom:1px solid var(--line)}
html[data-theme="executive"] .brand-mark{width:28px;height:28px}
html[data-theme="executive"] .site-nav{font-size:13px;gap:18px}
html[data-theme="executive"] .hero{
  min-height:auto;padding-top:120px;padding-bottom:110px;
}
html[data-theme="executive"] .hero h1{font-size:clamp(60px,7vw,92px);letter-spacing:-.065em}
html[data-theme="executive"] .hero-role{font-size:22px}
html[data-theme="executive"] .hero-copy p{font-size:17px;max-width:650px}
html[data-theme="executive"] .section{padding:76px 0}
html[data-theme="executive"] .section-head{
  grid-template-columns:290px 1fr;gap:56px;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:36px;
}
html[data-theme="executive"] .section-head h2{font-size:45px}
html[data-theme="executive"] .section-head p{font-size:15px}
html[data-theme="executive"] .capabilities{
  border:0;display:grid;grid-template-columns:repeat(2,1fr);gap:0 38px;
}
html[data-theme="executive"] .capability{
  padding:20px 0!important;border-right:0!important;border-bottom:1px solid var(--line)!important;
}
html[data-theme="executive"] .capability:before{width:26px;height:2px}
html[data-theme="executive"] .project-grid{gap:14px}
html[data-theme="executive"] .project-grid .project-tile{min-height:285px}
html[data-theme="executive"] .project-overlay{padding:18px}
html[data-theme="executive"] .project-overlay h3{font-size:20px}
html[data-theme="executive"] .home-role{grid-template-columns:150px 48px 1fr 22px;padding:17px 0}
html[data-theme="executive"] .home-role-logo{width:44px;height:44px;border-radius:4px}
html[data-theme="executive"] .edu-card,
html[data-theme="executive"] .about-panel,
html[data-theme="executive"] .reference,
html[data-theme="executive"] .blog-card{
  border-left:0;border-right:0;border-radius:0;box-shadow:none;
}
html[data-theme="executive"] .edu-card:before,
html[data-theme="executive"] .about-panel:before,
html[data-theme="executive"] .reference:before,
html[data-theme="executive"] .blog-card:before{width:2px}

/* ---------- 7. DATA LAB / TECHNICAL ---------- */
html[data-theme="datalab"]{
  --bg:#ffffff;--panel:#ffffff;--surface:#f5f8f2;--surface-2:#ebf1e6;
  --ink:#080b08;--muted:#586157;--line:#cfd8cc;
  --accent:#60fd01;--accent-dark:#3cc200;--radius:0;--card-shadow:none;--site-max:1200px;
}
html[data-theme="datalab"] body{
  background-color:#fff;
  background-image:linear-gradient(to right,rgba(20,30,18,.035) 1px,transparent 1px),linear-gradient(to bottom,rgba(20,30,18,.035) 1px,transparent 1px);
  background-size:36px 36px;
}
html[data-theme="datalab"] .site-header{
  background:#0b0d0a;color:#fff;border-bottom:0;height:68px;
}
html[data-theme="datalab"] .brand-mark{background:var(--accent);color:#050705;border-color:var(--accent)}
html[data-theme="datalab"] .site-header .nav-link{color:#bfc6bc}
html[data-theme="datalab"] .site-header .nav-link.active,
html[data-theme="datalab"] .site-header .nav-link:hover{color:#fff}
html[data-theme="datalab"] .site-header .nav-cta{border-color:var(--accent);color:#fff}
html[data-theme="datalab"] .hero{
  min-height:auto;padding-top:94px;padding-bottom:86px;background:rgba(255,255,255,.92);
}
html[data-theme="datalab"] .hero h1{
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(58px,7vw,100px);letter-spacing:-.07em;
}
html[data-theme="datalab"] .hero-role{
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:17px;text-transform:uppercase;letter-spacing:.06em;
}
html[data-theme="datalab"] .hero-role:before{content:"// ";color:var(--accent-dark)}
html[data-theme="datalab"] .logo-band{background:#fff}
html[data-theme="datalab"] .section{
  background:rgba(255,255,255,.94);border-top:1px solid var(--line);
}
html[data-theme="datalab"] .section-head{
  grid-template-columns:260px 1fr;gap:50px;align-items:start;
}
html[data-theme="datalab"] .section-head h2,
html[data-theme="datalab"] .page-title{
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:clamp(40px,4vw,58px);letter-spacing:-.04em;
}
html[data-theme="datalab"] .section-head h2:before{content:"01 / ";font-size:12px;color:var(--accent-dark);letter-spacing:.05em}
html[data-theme="datalab"] .capabilities{border:1px solid var(--ink)}
html[data-theme="datalab"] .capability{background:#fff;border-color:var(--ink)!important}
html[data-theme="datalab"] .capability h3{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
html[data-theme="datalab"] .capability:before{height:7px;width:38px}
html[data-theme="datalab"] .project-grid{gap:12px}
html[data-theme="datalab"] .project-tile{border:1px solid var(--ink)}
html[data-theme="datalab"] .project-overlay h3{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
html[data-theme="datalab"] .home-role{background:#fff;border:1px solid var(--line);margin-bottom:8px;padding:15px}
html[data-theme="datalab"] .home-timeline{border:0}
html[data-theme="datalab"] .edu-card,
html[data-theme="datalab"] .about-panel,
html[data-theme="datalab"] .reference,
html[data-theme="datalab"] .blog-card{border-color:var(--ink);border-radius:0}
html[data-theme="datalab"] .page-hero{background:rgba(255,255,255,.94)}

/* ---------- 8. KINETIC / CREATIVE PROFESSIONAL ---------- */
html[data-theme="kinetic"]{
  --bg:#ffffff;--panel:#ffffff;--surface:#f7faf4;--surface-2:#edf5e8;
  --ink:#0c0f0b;--muted:#5a6357;--line:#dce4d8;
  --accent:#60fd01;--accent-dark:#3abd00;--radius:18px;--card-shadow:0 12px 32px rgba(16,26,12,.045);--site-max:1160px;
}
html[data-theme="kinetic"] .site-header{
  border-bottom:0;background:rgba(255,255,255,.9);
}
html[data-theme="kinetic"] .brand-mark{transform:rotate(-4deg);background:var(--accent)}
html[data-theme="kinetic"] .hero{
  min-height:680px;display:flex;align-items:center;position:relative;overflow:hidden;
}
html[data-theme="kinetic"] .hero:before{
  content:"";position:absolute;right:-8vw;top:80px;width:44vw;height:430px;background:var(--accent);
  border-radius:42px;transform:rotate(-7deg);z-index:-1;opacity:.88;
}
html[data-theme="kinetic"] .hero:after{
  content:"";position:absolute;right:8vw;top:150px;width:250px;height:250px;border:2px solid #111;
  border-radius:50%;z-index:-1;
}
html[data-theme="kinetic"] .hero-copy{max-width:760px}
html[data-theme="kinetic"] .hero h1{font-size:clamp(72px,9vw,124px)}
html[data-theme="kinetic"] .hero-role{display:inline-block;background:#111;color:#fff;padding:8px 12px;border-radius:999px;font-size:17px}
html[data-theme="kinetic"] .section-head{
  grid-template-columns:.75fr 1.25fr;gap:72px;
}
html[data-theme="kinetic"] .section-head h2{
  display:inline-block;position:relative;
}
html[data-theme="kinetic"] .section-head h2:after{
  content:"";position:absolute;left:4px;bottom:-14px;width:68px;height:8px;background:var(--accent);border-radius:999px;
}
html[data-theme="kinetic"] .capabilities{gap:14px;border:0}
html[data-theme="kinetic"] .capability{
  border:1px solid var(--line)!important;border-radius:18px;padding:24px!important;background:#fff;
}
html[data-theme="kinetic"] .capability:nth-child(even){transform:translateY(20px)}
html[data-theme="kinetic"] .capability:before{top:14px;left:auto;right:14px;width:12px;height:12px;border-radius:50%}
html[data-theme="kinetic"] .project-grid{gap:18px}
html[data-theme="kinetic"] .project-tile{border-radius:24px;transform:translateZ(0)}
html[data-theme="kinetic"] .project-tile:nth-child(2),
html[data-theme="kinetic"] .project-tile:nth-child(4){margin-top:28px}
html[data-theme="kinetic"] .home-timeline{border:0;display:grid;gap:10px}
html[data-theme="kinetic"] .home-role{
  border:1px solid var(--line);border-radius:18px;padding:17px 20px;background:#fff;
}
html[data-theme="kinetic"] .home-role:nth-child(even){margin-left:42px}
html[data-theme="kinetic"] .edu-card,
html[data-theme="kinetic"] .about-panel,
html[data-theme="kinetic"] .reference,
html[data-theme="kinetic"] .blog-card{border-radius:18px;box-shadow:var(--card-shadow)}
html[data-theme="kinetic"] .page-hero{position:relative;overflow:hidden}
html[data-theme="kinetic"] .page-hero:after{
  content:"";position:absolute;right:7vw;top:40%;width:160px;height:18px;background:var(--accent);transform:rotate(-7deg);
}

/* Shared responsive corrections for distinct systems */
@media(max-width:1100px){
  .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  html[data-theme="gallery"] .project-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  html[data-theme="editorial"] .site-header,
  html[data-theme="swiss"] .site-header,
  html[data-theme="executive"] .site-header,
  html[data-theme="datalab"] .site-header,
  html[data-theme="kinetic"] .site-header{height:68px}
  html[data-theme="sidebar"] body{padding-left:0}
  html[data-theme="swiss"] .hero-copy{display:block}
  html[data-theme="swiss"] .hero-copy p{margin-top:18px}
  html[data-theme="gallery"] .site-header{width:calc(100% - 20px);top:8px}
  html[data-theme="gallery"] .home-timeline{grid-template-columns:1fr}
  html[data-theme="executive"] .section-head,
  html[data-theme="datalab"] .section-head,
  html[data-theme="kinetic"] .section-head,
  html[data-theme="editorial"] .section-head{grid-template-columns:1fr;gap:18px}
  html[data-theme="gallery"] .capabilities,
  html[data-theme="sidebar"] .capabilities{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .project-grid,
  html[data-theme="gallery"] .project-grid{grid-template-columns:1fr}
  html[data-theme="gallery"] .project-grid .project-tile{min-height:340px}
  html[data-theme="kinetic"] .hero:before{right:-45vw;width:90vw;opacity:.35}
  html[data-theme="kinetic"] .capability:nth-child(even){transform:none}
  html[data-theme="kinetic"] .project-tile:nth-child(2),
  html[data-theme="kinetic"] .project-tile:nth-child(4){margin-top:0}
  html[data-theme="kinetic"] .home-role:nth-child(even){margin-left:0}
  html[data-theme="executive"] .capabilities,
  html[data-theme="gallery"] .capabilities,
  html[data-theme="sidebar"] .capabilities{grid-template-columns:1fr}
}


/* ============================================================
   THEMES 09–25
   Additional structurally distinct white / black / lime systems
   ============================================================ */

/* ---------- 09. SPLIT SCREEN ---------- */
html[data-theme="split"]{
  --bg:#fff;--panel:#fff;--surface:#f5f8f2;--surface-2:#ebf1e6;
  --ink:#0c0e0b;--muted:#5d655a;--line:#dce3d8;--accent:#60fd01;--accent-dark:#3fc400;
  --radius:10px;--card-shadow:none;--site-max:1160px;
}
html[data-theme="split"] .site-header{border-bottom:1px solid var(--line)}
html[data-theme="split"] .hero{
  min-height:680px;display:grid;grid-template-columns:1.15fr .85fr;align-items:stretch;padding:0;
  max-width:none;width:100%;
}
html[data-theme="split"] .hero-copy{
  display:flex;flex-direction:column;justify-content:center;padding:90px max(32px,calc((100vw - var(--site-max))/2));padding-right:60px;
}
html[data-theme="split"] .hero:after{
  content:"";display:block;background:
    linear-gradient(135deg,rgba(96,253,1,.92),rgba(96,253,1,.52)),
    linear-gradient(#fff,#fff);
}
html[data-theme="split"] .hero h1{font-size:clamp(68px,8vw,116px)}
html[data-theme="split"] .section-head{grid-template-columns:1fr 1fr;gap:60px}
html[data-theme="split"] .capabilities{border:0;gap:14px}
html[data-theme="split"] .capability{border:1px solid var(--line)!important;border-radius:10px;padding:22px!important}
html[data-theme="split"] .project-grid{grid-template-columns:repeat(2,1fr)}
html[data-theme="split"] .project-grid .project-tile{min-height:420px}
html[data-theme="split"] .home-timeline{border:0;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
html[data-theme="split"] .home-role{border:1px solid var(--line);padding:16px;border-radius:10px;grid-template-columns:1fr 52px;grid-template-areas:"meta logo" "title title"}
html[data-theme="split"] .home-role time{grid-area:meta}
html[data-theme="split"] .home-role-logo{grid-area:logo}
html[data-theme="split"] .home-role>div:nth-of-type(2){grid-area:title}
html[data-theme="split"] .home-role .arrow{display:none}

/* ---------- 10. BENTO ---------- */
html[data-theme="bento"]{
  --bg:#f4f6f1;--panel:#fff;--surface:#eef2e9;--surface-2:#e7ede2;
  --ink:#10130e;--muted:#5c6558;--line:#dce3d8;--accent:#60fd01;--accent-dark:#3cc200;
  --radius:22px;--card-shadow:0 12px 35px rgba(12,20,8,.05);--site-max:1180px;
}
html[data-theme="bento"] .site-header{background:transparent;border:0}
html[data-theme="bento"] .hero{padding-top:90px;padding-bottom:44px}
html[data-theme="bento"] .hero-copy{
  background:#fff;border:1px solid var(--line);border-radius:28px;padding:54px;box-shadow:var(--card-shadow);max-width:none;
}
html[data-theme="bento"] .hero h1{font-size:clamp(64px,8vw,104px)}
html[data-theme="bento"] .logo-band{border:0;background:transparent}
html[data-theme="bento"] .logo-row{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px}
html[data-theme="bento"] .section{padding:38px 0}
html[data-theme="bento"] .section>.container{
  background:#fff;border:1px solid var(--line);border-radius:26px;padding:42px;box-shadow:var(--card-shadow);
}
html[data-theme="bento"] .section-head{grid-template-columns:.8fr 1.2fr;gap:42px}
html[data-theme="bento"] .capabilities{border:0;gap:14px}
html[data-theme="bento"] .capability{border:1px solid var(--line)!important;border-radius:18px;padding:22px!important;background:var(--surface)}
html[data-theme="bento"] .capability:before{border-radius:999px;width:34px}
html[data-theme="bento"] .project-grid{grid-template-columns:repeat(2,1fr)}
html[data-theme="bento"] .project-grid .project-tile{border-radius:20px;min-height:360px}
html[data-theme="bento"] .home-role{border:1px solid var(--line);border-radius:16px;margin-bottom:10px;padding:14px 16px;background:var(--surface)}
html[data-theme="bento"] .contact-strip{background:#111;color:#fff;border-radius:24px;padding:34px}
html[data-theme="bento"] .contact-strip h2{color:#fff}

/* ---------- 11. MONOGRAPH ---------- */
html[data-theme="monograph"]{
  --bg:#fff;--panel:#fff;--surface:#fff;--surface-2:#f7f8f5;
  --ink:#0b0c0a;--muted:#626760;--line:#e4e7e1;--accent:#60fd01;--accent-dark:#3fc400;
  --radius:0;--card-shadow:none;--site-max:940px;
}
html[data-theme="monograph"] .site-header{border:0;padding-top:10px}
html[data-theme="monograph"] .brand-mark{display:none}
html[data-theme="monograph"] .hero{padding-top:150px;padding-bottom:150px}
html[data-theme="monograph"] .hero-copy{max-width:850px}
html[data-theme="monograph"] .hero h1{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(66px,8vw,112px);letter-spacing:-.06em;
}
html[data-theme="monograph"] .hero-role{font-size:15px;text-transform:uppercase;letter-spacing:.11em;margin-top:20px}
html[data-theme="monograph"] .hero-copy p{font-size:19px;max-width:700px}
html[data-theme="monograph"] .logo-band{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);padding:20px 0}
html[data-theme="monograph"] .section{padding:100px 0}
html[data-theme="monograph"] .section-head{display:block;max-width:780px;margin-bottom:50px}
html[data-theme="monograph"] .section-head h2{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:58px;
}
html[data-theme="monograph"] .section-head p{margin-top:18px;font-size:17px}
html[data-theme="monograph"] .capabilities{display:block;border:0}
html[data-theme="monograph"] .capability{border:0!important;border-top:1px solid var(--ink)!important;padding:26px 0!important}
html[data-theme="monograph"] .capability:before{display:none}
html[data-theme="monograph"] .project-grid{grid-template-columns:repeat(2,1fr);gap:28px}
html[data-theme="monograph"] .project-grid .project-tile{border-radius:0;min-height:390px}
html[data-theme="monograph"] .home-role{border-bottom:1px solid var(--ink);padding:21px 0}
html[data-theme="monograph"] .home-role-logo{border:0}
html[data-theme="monograph"] .edu-card,
html[data-theme="monograph"] .about-panel,
html[data-theme="monograph"] .reference,
html[data-theme="monograph"] .blog-card{border-left:0;border-right:0;border-radius:0;box-shadow:none}

/* ---------- 12. ARCHIVE INDEX ---------- */
html[data-theme="archive"]{
  --bg:#fbfcf9;--panel:#fff;--surface:#f4f6f1;--surface-2:#ecefe8;
  --ink:#0a0c09;--muted:#60665e;--line:#ccd3c8;--accent:#60fd01;--accent-dark:#3dc000;
  --radius:0;--card-shadow:none;--site-max:1240px;
}
html[data-theme="archive"] body{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
html[data-theme="archive"] .site-header{height:62px;border-bottom:1px solid var(--ink)}
html[data-theme="archive"] .brand{font-size:13px;text-transform:uppercase;letter-spacing:.08em}
html[data-theme="archive"] .brand-mark{border-radius:0;background:var(--accent)}
html[data-theme="archive"] .site-nav{font-size:11px;text-transform:uppercase}
html[data-theme="archive"] .hero{padding-top:84px;padding-bottom:72px}
html[data-theme="archive"] .hero h1{font-size:clamp(56px,7vw,100px);font-family:inherit;letter-spacing:-.065em}
html[data-theme="archive"] .hero-role{font-size:13px;text-transform:uppercase}
html[data-theme="archive"] .section{padding:58px 0;border-top:1px solid var(--ink)}
html[data-theme="archive"] .section-head{grid-template-columns:220px 1fr;gap:70px;margin-bottom:30px}
html[data-theme="archive"] .section-head h2{font-size:30px;text-transform:uppercase;letter-spacing:.04em}
html[data-theme="archive"] .section-head p{font-size:13px}
html[data-theme="archive"] .capabilities{border:1px solid var(--ink)}
html[data-theme="archive"] .capability{padding:18px!important;border-color:var(--ink)!important}
html[data-theme="archive"] .capability h3{font-size:14px;text-transform:uppercase}
html[data-theme="archive"] .project-grid{grid-template-columns:repeat(4,1fr);gap:1px;background:var(--ink)}
html[data-theme="archive"] .project-tile{border-radius:0}
html[data-theme="archive"] .home-role{grid-template-columns:170px 45px 1fr 24px;padding:13px 0;border-bottom:1px solid var(--line)}
html[data-theme="archive"] .home-role h3{font-size:16px}
html[data-theme="archive"] .home-role-org{font-size:11px;text-transform:uppercase}
html[data-theme="archive"] .page-title{font-family:inherit;text-transform:uppercase;letter-spacing:-.04em}

/* ---------- 13. HORIZON ---------- */
html[data-theme="horizon"]{
  --bg:#fff;--panel:#fff;--surface:#f7f9f5;--surface-2:#edf1e9;
  --ink:#111410;--muted:#626a60;--line:#dce2d8;--accent:#60fd01;--accent-dark:#41c900;
  --radius:8px;--card-shadow:none;--site-max:1320px;
}
html[data-theme="horizon"] .site-header{border-bottom:0}
html[data-theme="horizon"] .hero{
  min-height:580px;display:flex;align-items:flex-end;padding-bottom:90px;border-bottom:12px solid var(--accent);
}
html[data-theme="horizon"] .hero-copy{max-width:1100px}
html[data-theme="horizon"] .hero h1{font-size:clamp(80px,11vw,154px);white-space:nowrap}
html[data-theme="horizon"] .hero-role{font-size:18px}
html[data-theme="horizon"] .logo-band{padding:18px 0}
html[data-theme="horizon"] .section{padding:78px 0}
html[data-theme="horizon"] .section-head{grid-template-columns:360px 1fr;gap:90px;border-top:1px solid var(--ink);padding-top:18px}
html[data-theme="horizon"] .section-head h2{font-size:50px}
html[data-theme="horizon"] .capabilities{border:0;gap:1px;background:var(--ink)}
html[data-theme="horizon"] .capability{background:#fff;padding:26px!important}
html[data-theme="horizon"] .project-grid{grid-template-columns:repeat(4,1fr);gap:10px}
html[data-theme="horizon"] .project-grid .project-tile{min-height:300px}
html[data-theme="horizon"] .home-role{grid-template-columns:190px 54px 1fr auto;padding:18px 0}

/* ---------- 14. PURE MINIMAL ---------- */
html[data-theme="pure"]{
  --bg:#fff;--panel:#fff;--surface:#fff;--surface-2:#fafbf8;
  --ink:#111;--muted:#747872;--line:#eceeea;--accent:#60fd01;--accent-dark:#44c900;
  --radius:0;--card-shadow:none;--site-max:1000px;
}
html[data-theme="pure"] .site-header{border:0;height:78px}
html[data-theme="pure"] .brand-mark{width:24px;height:24px;font-size:9px}
html[data-theme="pure"] .nav-cta{border:0;padding:0}
html[data-theme="pure"] .hero{padding:150px 0 140px}
html[data-theme="pure"] .hero h1{font-size:clamp(62px,8vw,106px)}
html[data-theme="pure"] .hero-copy p{max-width:620px}
html[data-theme="pure"] .btn{border:0;border-bottom:1px solid var(--ink);border-radius:0;padding:8px 0;background:transparent}
html[data-theme="pure"] .btn.primary{background:transparent;color:var(--ink);border-bottom:4px solid var(--accent-dark)}
html[data-theme="pure"] .logo-band{border:0;padding-bottom:80px}
html[data-theme="pure"] .section{padding:90px 0}
html[data-theme="pure"] .section-head{display:block;max-width:760px;margin-bottom:50px}
html[data-theme="pure"] .section-head h2{font-size:48px}
html[data-theme="pure"] .section-head p{margin-top:14px}
html[data-theme="pure"] .capabilities{display:block;border:0}
html[data-theme="pure"] .capability{border:0!important;border-bottom:1px solid var(--line)!important;padding:26px 0!important}
html[data-theme="pure"] .capability:before{display:none}
html[data-theme="pure"] .project-grid{grid-template-columns:repeat(2,1fr);gap:32px}
html[data-theme="pure"] .project-grid .project-tile{border-radius:0}
html[data-theme="pure"] .home-role{border-bottom:1px solid var(--line);padding:22px 0}
html[data-theme="pure"] .home-role-logo{border:0}
html[data-theme="pure"] .contact-strip{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink)}

/* ---------- 15. FOOTBALL INTELLIGENCE ---------- */
html[data-theme="football"]{
  --bg:#fff;--panel:#fff;--surface:#f6faf2;--surface-2:#ecf4e7;
  --ink:#0b0e0a;--muted:#596256;--line:#ced9ca;--accent:#60fd01;--accent-dark:#3ac000;
  --radius:10px;--card-shadow:none;--site-max:1180px;
}
html[data-theme="football"] body{
  background-image:
    linear-gradient(rgba(45,85,35,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(45,85,35,.04) 1px,transparent 1px);
  background-size:54px 54px;
}
html[data-theme="football"] .site-header{background:#fff;border-bottom:1px solid var(--line)}
html[data-theme="football"] .hero{position:relative;min-height:650px;display:flex;align-items:center;background:rgba(255,255,255,.9)}
html[data-theme="football"] .hero:after{
  content:"";position:absolute;right:7%;top:19%;width:290px;height:430px;border:2px solid rgba(64,110,51,.18);border-radius:150px 150px 20px 20px;
}
html[data-theme="football"] .hero:before{
  content:"";position:absolute;right:calc(7% + 84px);top:calc(19% + 167px);width:120px;height:120px;border:2px solid rgba(64,110,51,.18);border-radius:50%;
}
html[data-theme="football"] .hero h1{font-size:clamp(68px,8vw,112px)}
html[data-theme="football"] .hero-role{display:inline-flex;align-items:center;gap:8px}
html[data-theme="football"] .hero-role:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent-dark)}
html[data-theme="football"] .section{background:rgba(255,255,255,.93)}
html[data-theme="football"] .section-head{grid-template-columns:300px 1fr;gap:64px}
html[data-theme="football"] .capabilities{border:0;gap:12px}
html[data-theme="football"] .capability{border:1px solid var(--line)!important;border-radius:10px;padding:22px!important}
html[data-theme="football"] .capability:nth-child(1):before{border-radius:50%}
html[data-theme="football"] .project-tile{border:1px solid var(--line)}
html[data-theme="football"] .home-role{border:1px solid var(--line);margin-bottom:8px;padding:14px;border-radius:8px;background:#fff}

/* ---------- 16. ANALYTICS DASHBOARD ---------- */
html[data-theme="dashboard"]{
  --bg:#f2f5ef;--panel:#fff;--surface:#f8faf6;--surface-2:#eaf0e6;
  --ink:#0c100b;--muted:#596257;--line:#d8e0d4;--accent:#60fd01;--accent-dark:#3bbd00;
  --radius:14px;--card-shadow:0 8px 22px rgba(11,21,7,.04);--site-max:1240px;
}
html[data-theme="dashboard"] .site-header{background:#fff;border-bottom:1px solid var(--line)}
html[data-theme="dashboard"] .hero{padding-top:70px;padding-bottom:38px}
html[data-theme="dashboard"] .hero-copy{background:#fff;border:1px solid var(--line);border-radius:16px;padding:34px;box-shadow:var(--card-shadow);max-width:none}
html[data-theme="dashboard"] .hero h1{font-size:clamp(54px,6vw,82px)}
html[data-theme="dashboard"] .logo-band{border:0;background:transparent}
html[data-theme="dashboard"] .logo-row{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px}
html[data-theme="dashboard"] .section{padding:24px 0}
html[data-theme="dashboard"] .section>.container{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--card-shadow)}
html[data-theme="dashboard"] .section-head{grid-template-columns:240px 1fr;gap:34px;margin-bottom:28px}
html[data-theme="dashboard"] .section-head h2{font-size:34px}
html[data-theme="dashboard"] .capabilities{border:0;gap:10px}
html[data-theme="dashboard"] .capability{border:1px solid var(--line)!important;border-radius:12px;padding:18px!important;background:var(--surface)}
html[data-theme="dashboard"] .project-grid{gap:12px}
html[data-theme="dashboard"] .project-grid .project-tile{min-height:280px;border-radius:12px}
html[data-theme="dashboard"] .home-role{border:1px solid var(--line);border-radius:10px;margin-bottom:8px;padding:12px 14px}
html[data-theme="dashboard"] .contact-strip{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}

/* ---------- 17. GALLERY RAIL ---------- */
html[data-theme="rail"]{
  --bg:#fff;--panel:#fff;--surface:#f7f9f5;--surface-2:#edf2e9;
  --ink:#10130e;--muted:#60675d;--line:#dce3d8;--accent:#60fd01;--accent-dark:#3dc400;
  --radius:16px;--card-shadow:none;--site-max:1180px;
}
html[data-theme="rail"] .hero{padding-top:110px;padding-bottom:70px}
html[data-theme="rail"] .hero-copy{max-width:850px}
html[data-theme="rail"] .hero h1{font-size:clamp(72px,9vw,124px)}
html[data-theme="rail"] .section-head{grid-template-columns:1fr 1fr;gap:80px}
html[data-theme="rail"] .capabilities{border:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
html[data-theme="rail"] .capability{border:1px solid var(--line)!important;border-radius:14px;padding:24px!important}
html[data-theme="rail"] .project-grid{
  display:flex;overflow-x:auto;gap:16px;scroll-snap-type:x mandatory;padding-bottom:12px;
}
html[data-theme="rail"] .project-grid .project-tile{
  min-width:min(480px,78vw);height:420px;scroll-snap-align:start;border-radius:18px;
}
html[data-theme="rail"] .home-timeline{display:flex;overflow-x:auto;gap:12px;border:0;padding-bottom:12px}
html[data-theme="rail"] .home-role{
  min-width:360px;display:grid;grid-template-columns:1fr 52px;grid-template-areas:"meta logo" "title title";
  border:1px solid var(--line);border-radius:14px;padding:18px;
}
html[data-theme="rail"] .home-role time{grid-area:meta}
html[data-theme="rail"] .home-role-logo{grid-area:logo}
html[data-theme="rail"] .home-role>div:nth-of-type(2){grid-area:title}
html[data-theme="rail"] .home-role .arrow{display:none}

/* ---------- 18. PAPER ---------- */
html[data-theme="paper"]{
  --bg:#fbfaf3;--panel:#fffef9;--surface:#f4f2e8;--surface-2:#ece9dd;
  --ink:#151812;--muted:#686a61;--line:#d9d5c8;--accent:#60fd01;--accent-dark:#3fbe00;
  --radius:3px;--card-shadow:0 4px 12px rgba(39,38,28,.035);--site-max:1040px;
}
html[data-theme="paper"] body{
  background-color:var(--bg);
  background-image:repeating-linear-gradient(0deg,rgba(70,68,50,.018),rgba(70,68,50,.018) 1px,transparent 1px,transparent 4px);
}
html[data-theme="paper"] .site-header{background:rgba(251,250,243,.96);border-bottom:1px solid var(--line)}
html[data-theme="paper"] .hero{padding:126px 0}
html[data-theme="paper"] .hero h1,
html[data-theme="paper"] .section-head h2,
html[data-theme="paper"] .page-title{font-family:Georgia,"Times New Roman",serif;font-weight:500}
html[data-theme="paper"] .hero h1{font-size:clamp(68px,8vw,110px)}
html[data-theme="paper"] .hero-role{font-style:italic}
html[data-theme="paper"] .section{padding:88px 0}
html[data-theme="paper"] .section-head{display:block;max-width:760px}
html[data-theme="paper"] .section-head p{margin-top:20px}
html[data-theme="paper"] .capabilities{display:block;border:0}
html[data-theme="paper"] .capability{border:0!important;border-bottom:1px solid var(--line)!important;padding:26px 0!important}
html[data-theme="paper"] .capability:before{width:26px;height:3px}
html[data-theme="paper"] .project-grid{grid-template-columns:repeat(2,1fr);gap:24px}
html[data-theme="paper"] .project-tile{border-radius:3px}
html[data-theme="paper"] .home-role{border-bottom:1px solid var(--line)}
html[data-theme="paper"] .edu-card,
html[data-theme="paper"] .about-panel,
html[data-theme="paper"] .reference,
html[data-theme="paper"] .blog-card{background:var(--panel);border-radius:3px;box-shadow:var(--card-shadow)}

/* ---------- 19. BLACK FRAME ---------- */
html[data-theme="blackframe"]{
  --bg:#fff;--panel:#fff;--surface:#f6f8f3;--surface-2:#edf1e9;
  --ink:#0c0e0b;--muted:#62685f;--line:#dce2d8;--accent:#60fd01;--accent-dark:#3cc000;
  --radius:8px;--card-shadow:none;--site-max:1120px;
}
html[data-theme="blackframe"] body{border-left:18px solid #111;border-right:18px solid #111}
html[data-theme="blackframe"] .site-header{background:#111;color:#fff;border:0}
html[data-theme="blackframe"] .brand{color:#fff}
html[data-theme="blackframe"] .brand-mark{background:var(--accent);color:#111;border-color:var(--accent)}
html[data-theme="blackframe"] .site-header .nav-link{color:#bbb}
html[data-theme="blackframe"] .site-header .nav-link.active{color:#fff}
html[data-theme="blackframe"] .nav-cta{border-color:var(--accent);color:#fff}
html[data-theme="blackframe"] .hero{padding:120px 0 100px}
html[data-theme="blackframe"] .hero h1{font-size:clamp(72px,9vw,122px)}
html[data-theme="blackframe"] .hero-role{display:inline-block;background:var(--accent);padding:6px 10px;color:#111}
html[data-theme="blackframe"] .section-head{grid-template-columns:320px 1fr;gap:70px}
html[data-theme="blackframe"] .capabilities{border:1px solid #111}
html[data-theme="blackframe"] .capability{border-color:#111!important}
html[data-theme="blackframe"] .project-tile{border-radius:8px}
html[data-theme="blackframe"] .home-role{border-bottom:1px solid #111}
html[data-theme="blackframe"] .site-footer{background:#111;color:#fff;border:0;margin-left:-18px;margin-right:-18px;padding-left:calc(18px + 5vw);padding-right:calc(18px + 5vw)}
html[data-theme="blackframe"] .site-footer strong{color:#fff!important}
html[data-theme="blackframe"] .site-footer a{color:#ccc}

/* ---------- 20. MATRIX ---------- */
html[data-theme="matrix"]{
  --bg:#fff;--panel:#fff;--surface:#f7f9f5;--surface-2:#edf1e9;
  --ink:#090b08;--muted:#5b6258;--line:#aeb8aa;--accent:#60fd01;--accent-dark:#3dbf00;
  --radius:0;--card-shadow:none;--site-max:1200px;
}
html[data-theme="matrix"] .site-header{border-bottom:1px solid var(--ink)}
html[data-theme="matrix"] .hero{border-bottom:1px solid var(--ink);padding:86px 0}
html[data-theme="matrix"] .hero-copy{display:grid;grid-template-columns:repeat(12,1fr);gap:12px;max-width:none}
html[data-theme="matrix"] .hero h1{grid-column:1/-1;font-size:clamp(68px,9vw,126px)}
html[data-theme="matrix"] .hero-role{grid-column:1/6;border-top:6px solid var(--accent);padding-top:12px}
html[data-theme="matrix"] .hero-copy p{grid-column:7/-1;margin:0}
html[data-theme="matrix"] .button-row{grid-column:7/-1}
html[data-theme="matrix"] .logo-band{border-bottom:1px solid var(--ink)}
html[data-theme="matrix"] .section{padding:0}
html[data-theme="matrix"] .section>.container{border-left:1px solid var(--ink);border-right:1px solid var(--ink);padding:62px 30px}
html[data-theme="matrix"] .section-head{grid-template-columns:repeat(12,1fr);gap:12px}
html[data-theme="matrix"] .section-head>div{grid-column:1/5}
html[data-theme="matrix"] .section-head>p{grid-column:6/-1}
html[data-theme="matrix"] .capabilities{border:1px solid var(--ink)}
html[data-theme="matrix"] .capability{border-color:var(--ink)!important}
html[data-theme="matrix"] .project-grid{gap:1px;background:var(--ink)}
html[data-theme="matrix"] .project-tile{border-radius:0}
html[data-theme="matrix"] .home-timeline{border:1px solid var(--ink)}
html[data-theme="matrix"] .home-role{padding:16px;border-bottom:1px solid var(--ink)}
html[data-theme="matrix"] .home-role:last-child{border-bottom:0}

/* ---------- 21. CASEBOOK ---------- */
html[data-theme="casebook"]{
  --bg:#fff;--panel:#fff;--surface:#f6f8f3;--surface-2:#edf1e9;
  --ink:#111410;--muted:#60685d;--line:#dbe2d7;--accent:#60fd01;--accent-dark:#3ec200;
  --radius:12px;--card-shadow:none;--site-max:1080px;
}
html[data-theme="casebook"] .hero{padding:124px 0 110px}
html[data-theme="casebook"] .hero h1{font-size:clamp(62px,7vw,100px)}
html[data-theme="casebook"] .hero-role{font-size:16px;text-transform:uppercase;letter-spacing:.09em}
html[data-theme="casebook"] .section{padding:96px 0}
html[data-theme="casebook"] .section-head{grid-template-columns:120px 1fr;gap:34px;align-items:start}
html[data-theme="casebook"] .section-head h2{
  font-size:18px;text-transform:uppercase;letter-spacing:.08em;padding-top:6px;
}
html[data-theme="casebook"] .section-head p{font-size:20px;max-width:780px}
html[data-theme="casebook"] .capabilities{display:grid;grid-template-columns:1fr 1fr;border:0;gap:18px}
html[data-theme="casebook"] .capability{border-top:4px solid var(--accent-dark)!important;border-left:0!important;border-right:0!important;border-bottom:1px solid var(--line)!important;padding:24px 0!important}
html[data-theme="casebook"] .capability:before{display:none}
html[data-theme="casebook"] .project-grid{grid-template-columns:1fr;gap:28px}
html[data-theme="casebook"] .project-grid .project-tile{min-height:500px}
html[data-theme="casebook"] .home-role{grid-template-columns:160px 58px 1fr auto;padding:24px 0}
html[data-theme="casebook"] .section-link{display:inline-block;margin-top:28px;border-bottom:2px solid var(--accent-dark)}

/* ---------- 22. TIMELINE LED ---------- */
html[data-theme="timelineled"]{
  --bg:#fff;--panel:#fff;--surface:#f6f9f3;--surface-2:#eef2ea;
  --ink:#0e110d;--muted:#626960;--line:#dce3d8;--accent:#60fd01;--accent-dark:#3dc100;
  --radius:10px;--card-shadow:none;--site-max:1040px;
}
html[data-theme="timelineled"] .hero{padding:110px 0 90px}
html[data-theme="timelineled"] .hero h1{font-size:clamp(70px,8vw,110px)}
html[data-theme="timelineled"] .logo-band .container{display:grid;grid-template-columns:130px 1fr;align-items:center}
html[data-theme="timelineled"] .section>.container{position:relative;padding-left:86px}
html[data-theme="timelineled"] .section>.container:before{
  content:"";position:absolute;left:34px;top:0;bottom:0;width:2px;background:var(--line);
}
html[data-theme="timelineled"] .section>.container:after{
  content:"";position:absolute;left:28px;top:2px;width:14px;height:14px;border-radius:50%;background:var(--accent-dark);
}
html[data-theme="timelineled"] .section-head{display:block;max-width:780px}
html[data-theme="timelineled"] .section-head h2{font-size:48px}
html[data-theme="timelineled"] .section-head p{margin-top:14px}
html[data-theme="timelineled"] .capabilities{border:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}
html[data-theme="timelineled"] .capability{border:1px solid var(--line)!important;border-radius:10px;padding:22px!important}
html[data-theme="timelineled"] .project-grid{grid-template-columns:repeat(2,1fr);gap:16px}
html[data-theme="timelineled"] .project-tile{border-radius:12px}
html[data-theme="timelineled"] .home-timeline{border-left:2px solid var(--accent-dark);padding-left:22px}
html[data-theme="timelineled"] .home-role{border-bottom:1px solid var(--line)}

/* ---------- 23. MODULAR ---------- */
html[data-theme="modular"]{
  --bg:#fff;--panel:#fff;--surface:#f3f7ef;--surface-2:#e8f0e3;
  --ink:#0d100c;--muted:#5d655b;--line:#d9e1d5;--accent:#60fd01;--accent-dark:#3ac000;
  --radius:28px;--card-shadow:none;--site-max:1180px;
}
html[data-theme="modular"] .site-header{border:0}
html[data-theme="modular"] .hero{padding:92px 0 52px}
html[data-theme="modular"] .hero-copy{
  background:#111;color:#fff;border-radius:34px;padding:58px;position:relative;overflow:hidden;max-width:none;
}
html[data-theme="modular"] .hero-copy:after{
  content:"";position:absolute;right:-80px;bottom:-110px;width:300px;height:300px;border-radius:50%;background:var(--accent);
}
html[data-theme="modular"] .hero h1,.modular .hero-role{color:#fff}
html[data-theme="modular"] .hero h1{font-size:clamp(64px,8vw,108px)}
html[data-theme="modular"] .hero-role{color:#fff}
html[data-theme="modular"] .hero-copy p{color:#d5d8d2}
html[data-theme="modular"] .hero .btn{border-color:#fff;color:#fff;background:transparent}
html[data-theme="modular"] .hero .btn.primary{background:var(--accent);border-color:var(--accent);color:#111}
html[data-theme="modular"] .logo-band{border:0}
html[data-theme="modular"] .section{padding:32px 0}
html[data-theme="modular"] .section>.container{border-radius:30px;background:var(--surface);padding:44px}
html[data-theme="modular"] .section-head{grid-template-columns:.8fr 1.2fr;gap:50px}
html[data-theme="modular"] .capabilities{gap:12px;border:0}
html[data-theme="modular"] .capability{background:#fff;border:0!important;border-radius:22px;padding:24px!important}
html[data-theme="modular"] .project-grid{grid-template-columns:repeat(2,1fr);gap:14px}
html[data-theme="modular"] .project-tile{border-radius:24px}
html[data-theme="modular"] .home-role{background:#fff;border:0;border-radius:18px;margin-bottom:10px;padding:16px}
html[data-theme="modular"] .contact-strip{background:var(--accent);border:0;border-radius:30px;padding:38px}

/* ---------- 24. LUXE MINIMAL ---------- */
html[data-theme="luxe"]{
  --bg:#fff;--panel:#fff;--surface:#fcfcfa;--surface-2:#f6f7f4;
  --ink:#141713;--muted:#73786f;--line:#eceee9;--accent:#60fd01;--accent-dark:#45c900;
  --radius:0;--card-shadow:none;--site-max:980px;
}
html[data-theme="luxe"] .site-header{height:88px;border:0}
html[data-theme="luxe"] .brand{font-family:Georgia,"Times New Roman",serif;font-size:17px}
html[data-theme="luxe"] .brand-mark{display:none}
html[data-theme="luxe"] .site-nav{font-size:12px;letter-spacing:.04em}
html[data-theme="luxe"] .hero{padding:180px 0 160px;text-align:center}
html[data-theme="luxe"] .hero-copy{margin:auto}
html[data-theme="luxe"] .hero h1{
  font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(74px,9vw,120px);letter-spacing:-.065em;
}
html[data-theme="luxe"] .hero-role{text-transform:uppercase;letter-spacing:.16em;font-size:13px}
html[data-theme="luxe"] .hero-copy p{margin-left:auto;margin-right:auto;max-width:650px}
html[data-theme="luxe"] .button-row{justify-content:center}
html[data-theme="luxe"] .logo-band{border:0;padding-bottom:100px}
html[data-theme="luxe"] .section{padding:120px 0}
html[data-theme="luxe"] .section-head{display:block;text-align:center;max-width:760px;margin:0 auto 64px}
html[data-theme="luxe"] .section-head h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:56px}
html[data-theme="luxe"] .section-head p{margin:18px auto 0}
html[data-theme="luxe"] .capabilities{display:block;border:0}
html[data-theme="luxe"] .capability{border:0!important;border-top:1px solid var(--line)!important;padding:28px 0!important}
html[data-theme="luxe"] .capability:before{display:none}
html[data-theme="luxe"] .project-grid{grid-template-columns:repeat(2,1fr);gap:40px}
html[data-theme="luxe"] .project-tile{border-radius:0}
html[data-theme="luxe"] .home-role{border-bottom:1px solid var(--line);padding:24px 0}
html[data-theme="luxe"] .home-role-logo{border:0}
html[data-theme="luxe"] .contact-strip{text-align:center;justify-content:center;display:block}
html[data-theme="luxe"] .contact-strip .button-row{justify-content:center;margin-top:18px}

/* ---------- 25. FIELD LINES ---------- */
html[data-theme="fieldlines"]{
  --bg:#fff;--panel:#fff;--surface:#f4f8f1;--surface-2:#eaf2e5;
  --ink:#0c100b;--muted:#5a6357;--line:#d4dfd0;--accent:#60fd01;--accent-dark:#38b900;
  --radius:12px;--card-shadow:none;--site-max:1180px;
}
html[data-theme="fieldlines"] body{
  background:
    radial-gradient(circle at 50% 260px,transparent 0 118px,rgba(62,112,48,.06) 119px 121px,transparent 122px),
    linear-gradient(90deg,transparent 49.8%,rgba(62,112,48,.05) 49.9% 50.1%,transparent 50.2%),
    #fff;
}
html[data-theme="fieldlines"] .site-header{border-bottom:1px solid var(--line);background:rgba(255,255,255,.96)}
html[data-theme="fieldlines"] .hero{min-height:620px;display:flex;align-items:center}
html[data-theme="fieldlines"] .hero-copy{max-width:780px}
html[data-theme="fieldlines"] .hero h1{font-size:clamp(70px,9vw,122px)}
html[data-theme="fieldlines"] .hero-role{
  display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:999px;padding:7px 12px;
}
html[data-theme="fieldlines"] .hero-role:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--accent-dark)}
html[data-theme="fieldlines"] .section{
  background:rgba(255,255,255,.94);border-top:1px solid rgba(62,112,48,.08)
}
html[data-theme="fieldlines"] .section-head{grid-template-columns:300px 1fr;gap:65px}
html[data-theme="fieldlines"] .capabilities{gap:10px;border:0}
html[data-theme="fieldlines"] .capability{border:1px solid var(--line)!important;border-radius:12px;padding:22px!important;background:#fff}
html[data-theme="fieldlines"] .capability:before{width:10px;height:10px;border-radius:50%;top:15px;left:15px}
html[data-theme="fieldlines"] .project-grid{gap:12px}
html[data-theme="fieldlines"] .project-tile{border:1px solid var(--line);border-radius:12px}
html[data-theme="fieldlines"] .home-role{border:1px solid var(--line);border-radius:10px;margin-bottom:8px;padding:14px;background:#fff}
html[data-theme="fieldlines"] .page-hero{background:rgba(255,255,255,.94)}

/* Responsive support for themes 09–25 */
@media(max-width:900px){
  html[data-theme="split"] .hero{display:block}
  html[data-theme="split"] .hero:after{display:none}
  html[data-theme="split"] .hero-copy{padding:90px 28px}
  html[data-theme="split"] .home-timeline{grid-template-columns:1fr}
  html[data-theme="bento"] .section>.container,
  html[data-theme="modular"] .section>.container{padding:28px}
  html[data-theme="matrix"] .hero-copy{display:block}
  html[data-theme="matrix"] .hero-copy p{margin-top:18px}
  html[data-theme="timelineled"] .section>.container{padding-left:42px}
  html[data-theme="timelineled"] .section>.container:before{left:15px}
  html[data-theme="timelineled"] .section>.container:after{left:9px}
  html[data-theme="horizon"] .hero h1{white-space:normal}
  html[data-theme="football"] .hero:before,
  html[data-theme="football"] .hero:after{display:none}
  html[data-theme="archive"] .project-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  html[data-theme="split"] .project-grid,
  html[data-theme="bento"] .project-grid,
  html[data-theme="monograph"] .project-grid,
  html[data-theme="pure"] .project-grid,
  html[data-theme="timelineled"] .project-grid,
  html[data-theme="modular"] .project-grid,
  html[data-theme="luxe"] .project-grid{grid-template-columns:1fr}
  html[data-theme="casebook"] .capabilities,
  html[data-theme="timelineled"] .capabilities,
  html[data-theme="rail"] .capabilities{grid-template-columns:1fr}
  html[data-theme="archive"] .project-grid{grid-template-columns:1fr}
  html[data-theme="blackframe"] body{border-left:8px solid #111;border-right:8px solid #111}
  html[data-theme="blackframe"] .site-footer{margin-left:-8px;margin-right:-8px}
}

/* Final work-card treatment — matches the Blog card language */
.work-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.project-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.work-card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-width:0;
}
.work-grid .work-card{min-height:470px}
.project-grid .work-card{min-height:455px}
.work-card .blog-card-image{flex:0 0 auto}
.work-card-body{
  display:flex;
  flex:1;
  flex-direction:column;
  min-width:0;
}
.work-card .blog-card-body h2{
  overflow-wrap:anywhere;
}
.work-card .blog-card-body p{
  margin-bottom:20px;
}
.work-card-action{
  align-self:flex-start;
  margin-top:auto;
}

@media(max-width:1000px){
  .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .project-grid .work-card{min-height:430px}
}
@media(max-width:900px){
  .work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:600px){
  .work-grid,.project-grid{grid-template-columns:1fr}
  .work-grid .work-card,.project-grid .work-card{min-height:0}
}

/* Migrated Wix blog articles */
.article-shell{max-width:1120px}
.article-back{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700;margin-top:4px;border-bottom:2px solid var(--accent);padding-bottom:2px}
.article-head{max-width:900px;margin:42px 0 34px}
.article-head time{display:block;font-size:13px;color:var(--muted);letter-spacing:.01em}
.article-head h1{font-size:clamp(40px,5.8vw,72px);line-height:1;letter-spacing:-.052em;margin:12px 0 0;max-width:1000px}
.article-body{max-width:800px;margin:46px auto 0;font-size:17px;line-height:1.78;color:#2e332d}
.article-body p{margin:0 0 24px}
.article-body strong{color:var(--ink);font-weight:750}
.article-body a{color:inherit;text-decoration:underline;text-decoration-color:var(--accent);text-decoration-thickness:2px;text-underline-offset:3px}
.article-body ul,.article-body ol{margin:0 0 26px;padding-left:28px}
.article-body li{margin:8px 0;padding-left:4px}
.article-body blockquote{margin:32px 0;padding:4px 0 4px 22px;border-left:3px solid var(--accent);font-size:19px;color:var(--ink)}
.article-figure{margin:38px auto 42px;width:100%}
.article-figure img{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border:1px solid var(--line);border-radius:var(--radius);background:#f5f6f3}
.article-figure figcaption{margin-top:10px;font-size:12px;line-height:1.5;color:var(--muted);text-align:center}

.article-video{margin:38px auto 42px;width:100%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#111}
.article-video video{display:block;width:100%;height:auto;background:#111}
.article-video-embed{position:relative;width:100%;aspect-ratio:16/9;background:#111}
.article-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.article-video-placeholder{position:relative;margin:38px auto 42px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#111;min-height:260px;display:grid;place-items:center}
.article-video-placeholder>img{display:block;width:100%;height:auto;opacity:.9}
.article-video-note{position:absolute;inset:auto 18px 18px 18px;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.94);color:#111;border-radius:999px;padding:10px 14px;font-size:12px;width:max-content;max-width:calc(100% - 36px)}
.article-video-note strong{font-size:12px}
.article-video-note span{color:#596057}
.article-end{max-width:800px;margin:64px auto 0;padding-top:24px;border-top:1px solid var(--line);font-size:13px;font-weight:700}
.article-end a{border-bottom:2px solid var(--accent);padding-bottom:2px}
@media (max-width:700px){
  .article-page{padding-top:46px}
  .article-head{margin-top:32px}
  .article-head h1{font-size:clamp(36px,12vw,52px)}
  .article-body{font-size:16px;line-height:1.72;margin-top:34px}
  .article-figure,.article-video,.article-video-placeholder{margin:30px 0 34px}
}

/* Optional Work-card image treatment for contained artwork */
.work-card-image-contain{object-fit:contain!important;padding:24px;background:#f7f8f5}
