/* ── HERO ────────────────────────────────────────── */
.hero{padding:var(--space-9) 0 var(--space-8);position:relative;overflow:hidden}
.hero-bg{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(var(--border-light) 1px,transparent 1px),linear-gradient(90deg,var(--border-light) 1px,transparent 1px);background-size:64px 64px;opacity:.45;-webkit-mask-image:radial-gradient(ellipse 90% 90% at 50% 0%,black 30%,transparent 100%);mask-image:radial-gradient(ellipse 90% 90% at 50% 0%,black 30%,transparent 100%)}
.hero-layout{display:grid;grid-template-columns:1fr 380px;gap:var(--space-8);align-items:start;position:relative}
.hero-eyebrow{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-5)}
.hero-eyebrow-rule{width:28px;height:1px;background:var(--warm-rule)}
.hero-eyebrow-text{font-size:12px;font-weight:600;color:var(--text-4);letter-spacing:.07em;text-transform:uppercase}
.hero-headline{font-family:'Cormorant Garamond',serif;font-size:clamp(38px,5.8vw,64px);font-weight:500;line-height:1.06;letter-spacing:-.03em;color:var(--text);margin-bottom:16px}
.hero-headline em{font-style:italic;color:var(--accent);position:relative;display:inline}
.hero-headline em::after{content:'';position:absolute;left:0;bottom:-5px;width:0;height:2px;background:var(--accent);animation:lineIn 1s var(--ease-out) .9s forwards}
@keyframes lineIn{to{width:100%}}
.hero-typewriter{font-size:14px;line-height:1.5;margin-bottom:var(--space-4);min-height:44px;display:flex;align-items:center;gap:var(--space-1)}
.hero-tw-label{font-weight:700;color:var(--accent);font-size:11px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.hero-tw-text{color:var(--text-2);font-style:italic;font-size:14px}
.hero-cursor{display:inline-block;width:2px;height:16px;background:var(--accent);margin-left:2px;animation:blink 1s step-end infinite;vertical-align:middle}
.hero-sub{font-size:17px;color:var(--text-2);line-height:1.78;max-width:510px;margin-bottom:var(--space-5)}
.hero-cred{display:flex;flex-wrap:wrap;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);padding:var(--space-3) 0;margin-bottom:var(--space-6)}
.hero-cred-item{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--text-3);padding:4px var(--space-3) 4px 0;margin-right:14px;border-right:1px solid var(--border)}
.hero-cred-item:last-child{border-right:none;padding-right:0;margin-right:0}
.hero-cred-item svg{width:13px;height:13px;stroke:var(--accent);stroke-width:1.5;fill:none;flex-shrink:0}
.hero-cred-item strong{color:var(--text-2);font-weight:600}
.hero-ctas{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}
.hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-card);margin-top:4px}
.hero-card-top{background:linear-gradient(148deg,var(--accent-light) 0%,var(--bg-warm) 100%);padding:var(--space-5) var(--space-4) var(--space-4);border-bottom:1px solid var(--border-light);position:relative;overflow:hidden}
.hero-card-top::before,.hero-card-top::after{content:'';position:absolute;border-radius:50%;border:1px solid rgba(61,107,79,.15)}
.hero-card-top::before{width:130px;height:130px;top:-45px;right:-35px}
.hero-card-top::after{width:60px;height:60px;top:14px;right:36px}
.hero-photo-wrap{display:flex;align-items:center;gap:14px;position:relative;z-index:1}
.hero-photo{width:66px;height:66px;border-radius:50%;object-fit:cover;object-position:top center;border:3px solid var(--surface);box-shadow:0 2px 14px rgba(61,107,79,.18);flex-shrink:0}
.hero-photo-init{width:66px;height:66px;border-radius:50%;border:3px solid var(--surface);background:var(--accent);display:flex;align-items:center;justify-content:center;font-family:'Cormorant Garamond',serif;font-size:24px;font-style:italic;color:#fff;flex-shrink:0}
.hero-card-name{font-family:'Cormorant Garamond',serif;font-size:21px;font-weight:500;color:var(--text);letter-spacing:-.01em;margin-bottom:3px}
.hero-card-role{font-size:12px;font-weight:500;color:var(--text-3);line-height:1.45}
.hero-card-body{padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-3)}
.hero-stat{display:flex;align-items:flex-start;gap:12px}
.hero-stat-icon{width:32px;height:32px;border-radius:9px;background:var(--bg);border:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.hero-stat-icon svg{width:15px;height:15px;stroke:var(--accent);stroke-width:1.5;fill:none}
.hero-stat-label{font-size:10.5px;color:var(--text-4);font-weight:600;margin-bottom:3px;letter-spacing:.04em;text-transform:uppercase}
.hero-stat-val{font-size:13px;font-weight:600;color:var(--text);line-height:1.4}
.hero-card-hr{height:1px;background:var(--border-light)}
.hero-domains{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}

/* ══════════════════════════════════════════════════
   CASE STUDIES — PREMIUM CARD GRID
   ══════════════════════════════════════════════════ */

.studies-section{
  background:var(--bg-section);
  padding-top:var(--space-8);
  padding-bottom:var(--section-space);
}
.studies-wrap{display:flex;flex-direction:column;gap:var(--space-5)}
.studies-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:var(--space-4);
  flex-wrap:wrap;
}
.studies-header .section-intro{max-width:660px}
.studies-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--space-4);
}

.study-preview-card{
  background:var(--surface);
  border:1px solid var(--border-light);
  border-radius:var(--r-lg);
  padding:var(--space-4);
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
  min-height:100%;
  box-shadow:0 1px 2px rgba(28,28,26,.03),0 6px 20px rgba(28,28,26,.05);
  transition:transform var(--t-sm),border-color var(--t-sm),box-shadow var(--t-sm);
}
.study-preview-card:hover{
  transform:translateY(-3px);
  border-color:var(--accent-line);
  box-shadow:0 4px 12px rgba(28,28,26,.08),0 12px 32px rgba(28,28,26,.07);
}

.study-preview-visual{
  background:linear-gradient(145deg,var(--bg),var(--bg-warm));
  border:1px solid var(--border-light);
  border-radius:var(--r-md);
  padding:var(--space-3);
}
.study-preview-visual-ai{background:linear-gradient(145deg,#eef4ef,#f4f6f2)}
.study-preview-visual-agri{background:linear-gradient(145deg,#edf3eb,#f6f4ee)}
.study-preview-visual-fin{background:linear-gradient(145deg,#f2f3f8,#f5f2ee)}
.study-preview-visual-lms{background:linear-gradient(145deg,#efece6,#f8f6f1)}
.study-preview-visual-label{
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  color:var(--text-4);
  text-transform:uppercase;
  margin-bottom:8px;
}
.study-preview-visual-value{
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  font-weight:500;
  line-height:1.1;
  letter-spacing:-.02em;
  color:var(--text);
  margin-bottom:4px;
}
.study-preview-visual-note{
  font-size:12.5px;
  line-height:1.6;
  color:var(--text-3);
}

.study-preview-tags{display:flex;flex-wrap:wrap;gap:8px}
.study-preview-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(26px,2.2vw,31px);
  font-weight:500;
  line-height:1.17;
  letter-spacing:-.02em;
  color:var(--text);
}
.study-preview-desc{
  font-size:14px;
  line-height:1.78;
  color:var(--text-2);
}

.study-preview-metrics{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-2);
}
.study-preview-metric{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:12px;
}
.study-preview-metric-value{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:25px;
  font-weight:600;
  line-height:1;
  color:var(--accent);
  margin-bottom:5px;
}
.study-preview-metric-label{
  display:block;
  font-size:10px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.06em;
  line-height:1.35;
  color:var(--text-4);
}

.study-preview-footer{
  margin-top:auto;
  padding-top:var(--space-3);
  border-top:1px solid var(--border-light);
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:var(--space-3);
}
.study-preview-role{
  font-size:10.5px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  line-height:1.45;
  color:var(--text-4);
  max-width:72%;
}
.study-preview-cta{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:700;
  color:var(--accent);
  white-space:nowrap;
  transition:gap var(--t-xs);
}
.study-preview-cta svg{
  width:13px;
  height:13px;
  stroke:currentColor;
  stroke-width:2;
  fill:none;
}
.study-preview-card:hover .study-preview-cta{gap:9px}

/* ══════════════════════════════════════════════════
   PROCESS — CARD ROWS
   ══════════════════════════════════════════════════ */

.layers-section{background:var(--bg);position:relative;overflow:hidden}
.layers-section::before{content:'';position:absolute;inset:0;
  background-image:radial-gradient(circle,rgba(61,107,79,.07) 1px,transparent 1px);
  background-size:28px 28px;pointer-events:none}
.layers-wrap{padding-top:var(--space-8);padding-bottom:var(--space-8);position:relative;z-index:2}
.layers-intro{max-width:600px}

.layers-stack{
  margin-top:var(--space-4);
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
}

.layers-row-label{
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.11em;
  text-transform:uppercase;
  color:var(--text-4);
  display:flex;
  align-items:center;
  gap:10px;
}
.layers-row-label::before,.layers-row-label::after{
  content:'';
  height:1px;
  flex:1;
  background:var(--border-light);
}
.layers-row-label span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 12px;
  border-radius:99px;
  background:var(--surface);
  border:1px solid var(--border-light);
}

.layers-row{
  display:grid;
  gap:var(--space-2);
  grid-auto-rows:1fr;
}
.layers-row-problem{grid-template-columns:repeat(2,minmax(0,1fr))}
.layers-row-solution{grid-template-columns:repeat(3,minmax(0,1fr))}

.lyr{
  border-radius:16px;
  position:relative;
  padding:var(--space-4);
  min-height:100%;
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
  cursor:none;
  box-shadow:0 2px 10px rgba(0,0,0,.05);
}
.lyr[data-lyr="0"]{background:linear-gradient(135deg,#FDF6EE,#F5EDD8);border:1px solid rgba(138,98,48,.15)}
.lyr[data-lyr="1"]{background:linear-gradient(135deg,#F5EDD8,#EFDFC0);border:1px solid rgba(138,98,48,.12)}
.lyr[data-lyr="2"]{background:linear-gradient(135deg,#EBF4EE,#D8EDE0);border:1px solid rgba(61,107,79,.15)}
.lyr[data-lyr="3"]{background:linear-gradient(135deg,#DFF0E6,#CCE8D6);border:1px solid rgba(61,107,79,.18)}
.lyr[data-lyr="4"]{background:linear-gradient(135deg,#D0E9DA,#BDE0CA);border:1px solid rgba(61,107,79,.22)}

.lyr-strip{
  display:flex;
  align-items:center;
  gap:8px;
}
.lyr-strip-num{
  font-family:'JetBrains Mono',monospace;
  font-size:11px;
  font-weight:600;
  letter-spacing:.1em;
  color:var(--text-4);
  min-width:28px;
}
.lyr[data-lyr="0"] .lyr-strip-num,
.lyr[data-lyr="1"] .lyr-strip-num{color:rgba(138,98,48,.7)}
.lyr[data-lyr="2"] .lyr-strip-num,
.lyr[data-lyr="3"] .lyr-strip-num,
.lyr[data-lyr="4"] .lyr-strip-num{color:rgba(61,107,79,.7)}

.lyr-strip-title{
  font-family:'Cormorant Garamond',serif;
  font-size:21px;
  font-weight:500;
  color:var(--text);
  letter-spacing:-.015em;
  line-height:1.15;
}

.lyr-body{
  max-height:none;
  overflow:visible;
  opacity:1;
  display:flex;
  flex:1;
}

.lyr-inner{
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
  height:100%;
}

.lyr-desc{
  font-size:13px;
  color:var(--text-2);
  line-height:1.62;
}

.lyr-diagram{display:flex;flex-direction:column;gap:8px;padding-top:2px}
.lyr-flow-label{
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--accent);
  font-family:'Plus Jakarta Sans',sans-serif;
}
.lyr[data-lyr="0"] .lyr-flow-label,
.lyr[data-lyr="1"] .lyr-flow-label{color:var(--concept-text)}
.lyr-tag-flow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.lyr-flow-node{
  padding:var(--space-1) var(--space-2);border-radius:99px;
  font-size:10.5px;font-weight:700;letter-spacing:.035em;text-transform:uppercase;
  font-family:'Plus Jakarta Sans',sans-serif;
  white-space:nowrap;
}
.lyr[data-lyr="0"] .lyr-flow-node,
.lyr[data-lyr="1"] .lyr-flow-node{background:rgba(138,98,48,.12);color:var(--concept-text);border:1px solid rgba(138,98,48,.2)}
.lyr[data-lyr="2"] .lyr-flow-node,
.lyr[data-lyr="3"] .lyr-flow-node,
.lyr[data-lyr="4"] .lyr-flow-node{background:rgba(61,107,79,.1);color:var(--accent);border:1px solid var(--accent-line)}

.lyr-flow-arrow{color:var(--text-4);font-size:11px;flex-shrink:0}
.lyr-divider{height:1px;background:rgba(0,0,0,.06);margin:var(--space-1) 0}
.lyr-output{
  margin-top:auto;
  font-size:11.5px;
  font-style:italic;
  color:var(--accent);
  font-family:'Cormorant Garamond',serif;
}
.lyr[data-lyr="0"] .lyr-output,
.lyr[data-lyr="1"] .lyr-output{color:var(--concept-text)}

@media(max-width:900px){
  .layers-row-solution{grid-template-columns:repeat(2,minmax(0,1fr))}
  .layers-row-solution .lyr[data-lyr="4"]{grid-column:1/-1}
}
@media(max-width:700px){
  .layers-row-problem,.layers-row-solution{grid-template-columns:1fr}
  .layers-row-solution .lyr[data-lyr="4"]{grid-column:auto}
}

/* ══════════════════════════════════════════════════
   SKILLS — SIMPLE EDITORIAL LIST
   ══════════════════════════════════════════════════ */
.skills-simple{
  background:var(--bg);
}
.skills-intro{
  max-width:680px;
  margin-bottom:var(--space-6);
}
.skills-intro .section-heading{
  margin-bottom:var(--space-2);
}
.skills-intro .section-sub{
  max-width:620px;
}

.skills-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:var(--space-5);
}
.skills-group{
  border-top:1px solid var(--border);
  padding-top:var(--space-3);
}
.skills-group-title{
  font-family:'Cormorant Garamond',serif;
  font-size:33px;
  font-weight:500;
  line-height:1;
  letter-spacing:-.02em;
  color:var(--text);
  margin-bottom:var(--space-1);
}
.skills-group-note{
  font-size:13px;
  line-height:1.7;
  color:var(--text-2);
  margin-bottom:var(--space-3);
  max-width:48ch;
}
.skills-list{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:8px;
}
.skills-list-item{
  font-size:14px;
  line-height:1.45;
  color:var(--text);
  font-weight:500;
}

@media(max-width:1000px){
  .skills-grid{
    gap:var(--space-4);
  }
  .skills-group-title{
    font-size:30px;
  }
}
@media(max-width:700px){
  .skills-intro{
    margin-bottom:var(--space-5);
  }
  .skills-grid{
    grid-template-columns:1fr;
    gap:var(--space-4);
  }
  .skills-group{
    padding-top:var(--space-2);
  }
  .skills-group-title{
    font-size:29px;
  }
}

/* ══════════════════════════════════════════════════
   ABOUT — EDITORIAL LAYOUT
   ══════════════════════════════════════════════════ */

/* Full-width quote banner */
.about-quote-banner{background:var(--accent);position:relative;overflow:hidden;padding:var(--space-7) var(--container-pad)}
.about-quote-banner::before{content:'';position:absolute;width:600px;height:600px;border-radius:50%;background:rgba(255,255,255,.04);top:-200px;right:-100px;pointer-events:none}
.about-quote-banner::after{content:'';position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(255,255,255,.03);bottom:-150px;left:-60px;pointer-events:none}
.about-quote-inner{max-width:var(--mw);margin:0 auto;display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-6);position:relative;z-index:1}
.about-quote-text{font-family:'Cormorant Garamond',serif;font-size:clamp(28px,4.5vw,54px);font-weight:400;font-style:italic;color:#fff;line-height:1.12;letter-spacing:-.03em;max-width:680px}
.about-quote-attr{font-family:'Plus Jakarta Sans',sans-serif;font-size:12px;font-weight:600;color:rgba(255,255,255,.45);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;padding-bottom:var(--space-1)}

/* 3-column editorial grid */
.about-section{background:var(--bg-warm)}
.about-grid{display:grid;grid-template-columns:280px 1fr 200px;gap:var(--space-7);align-items:start}
.about-label{margin-bottom:var(--space-5)}
.about-title{margin-bottom:var(--space-4)}

/* Photo column */
.about-photo-col{}
.about-photo-outer{position:relative;margin-bottom:var(--space-4)}
.about-photo-outer::before{content:'';position:absolute;inset:-10px;border:1.5px solid var(--accent-line);border-radius:calc(var(--r-xl) + 12px);transform:rotate(-2.5deg);pointer-events:none;z-index:0}
.about-photo-inner{position:relative;z-index:1;border-radius:var(--r-xl);overflow:hidden;box-shadow:var(--sh-photo)}
.about-photo-inner img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top center;display:block}
.about-photo-placeholder{width:100%;aspect-ratio:4/5;background:linear-gradient(145deg,var(--accent-light),var(--bg-warm));display:flex;align-items:center;justify-content:center}
.about-initials{width:70px;height:70px;border-radius:50%;background:var(--accent);font-family:'Cormorant Garamond',serif;font-size:26px;font-style:italic;color:#fff;display:flex;align-items:center;justify-content:center}
.about-badges{display:flex;flex-direction:column;gap:var(--space-1)}
.about-badge{display:flex;align-items:center;gap:9px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);padding:8px 12px;font-size:12px;font-weight:500;color:var(--text-2);transition:border-color var(--t-xs),box-shadow var(--t-xs)}
.about-badge:hover{border-color:var(--accent-line);box-shadow:0 2px 8px rgba(61,107,79,.1)}
.badge-pip{width:6px;height:6px;border-radius:50%;flex-shrink:0}

/* Story column */
.about-story{}
.about-body{font-size:15.5px;color:var(--text-2);line-height:1.85;margin-bottom:0}
.about-body p+p{margin-top:var(--space-4)}
.about-body strong{color:var(--text);font-weight:700}
.about-body em{color:var(--accent);font-style:italic}

/* Stats column */
.about-stats{display:flex;flex-direction:column;gap:var(--space-4);padding-top:var(--space-1)}
.about-stat-big{border-left:3px solid var(--accent-line);padding-left:16px}
.about-stat-number{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:500;line-height:1;color:var(--accent);letter-spacing:-.03em}
.about-stat-word{font-size:11px;font-weight:700;color:var(--text-4);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}
.about-stat-sep{height:1px;background:var(--border-light)}

/* Career timeline */
.career-wrap{margin-top:var(--space-7);padding-top:var(--space-6);border-top:1px solid var(--border-light)}
.career-lbl{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-4);margin-bottom:var(--space-3)}
.career-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.career-scroll::-webkit-scrollbar{height:3px}
.career-scroll::-webkit-scrollbar-track{background:var(--border-light);border-radius:99px}
.career-scroll::-webkit-scrollbar-thumb{background:var(--accent-line);border-radius:99px}
.career-card{flex-shrink:0;width:185px;scroll-snap-align:start;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:16px;transition:border-color var(--t-sm),box-shadow var(--t-sm)}
.career-card:hover,.career-card.cur{border-color:var(--accent-line);box-shadow:0 2px 12px rgba(61,107,79,.1)}
.career-card.cur{background:var(--accent-light)}
.career-year{font-size:10px;font-weight:700;color:var(--accent);letter-spacing:.05em;text-transform:uppercase;margin-bottom:var(--space-1)}
.career-role{font-size:13px;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:4px}
.career-co{font-size:11px;color:var(--text-3)}
.career-dot{width:6px;height:6px;border-radius:50%;background:var(--border);margin-top:10px}
.career-card.cur .career-dot{background:var(--accent);animation:blink 2s ease infinite}
.about-loc{display:flex;align-items:center;gap:var(--space-1);margin-top:var(--space-4);font-size:13px;color:var(--text-3)}
.about-loc svg{width:14px;height:14px;stroke:var(--accent);stroke-width:1.5;fill:none;flex-shrink:0}

/* ── ARTIFACTS ────────────────────────────────────── */
.artifacts-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-7)}
.artifacts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
.artifact{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:var(--space-4);display:flex;flex-direction:column;transition:box-shadow var(--t-md),transform var(--t-md)}
.artifact:hover{box-shadow:var(--sh-card);transform:translateY(-3px)}
.artifact-icon{width:40px;height:40px;border-radius:11px;background:var(--bg);border:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-3)}
.artifact-icon svg{width:17px;height:17px;stroke:var(--accent);stroke-width:1.5;fill:none}
.artifact-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:var(--space-1);line-height:1.3}
.artifact-desc{font-size:13px;color:var(--text-2);line-height:1.7;margin-bottom:var(--space-3);flex:1}
.artifact-status{font-size:11px;color:var(--text-4);font-weight:600;letter-spacing:.03em}


@media(max-width:1000px){
  .hero-layout{grid-template-columns:1fr}
  .hero-card{display:none}
  .studies-section{padding-top:var(--space-7)}
  .studies-grid{grid-template-columns:1fr}
  .study-preview-title{font-size:clamp(25px,4.6vw,30px)}
  .about-grid{grid-template-columns:1fr}
  .about-stats{display:none}
  .artifacts-grid{grid-template-columns:1fr 1fr}
  .about-quote-inner{flex-direction:column;gap:var(--space-4)}
  .about-quote-attr{white-space:normal}
}
@media(max-width:700px){
  .hero{padding:var(--space-8) 0 var(--space-7)}
  .hero-cred{margin-bottom:var(--space-5)}
  .studies-section{padding-top:var(--space-6)}
  .studies-header{align-items:flex-start}
  .studies-header .btn{width:100%;justify-content:center}
  .study-preview-card{padding:var(--space-3)}
  .study-preview-metrics{grid-template-columns:1fr}
  .study-preview-footer{flex-direction:column;align-items:flex-start}
  .study-preview-role{max-width:none}
  .about-quote-banner{padding:var(--space-6) var(--container-pad)}
  .artifacts-grid{grid-template-columns:1fr}
}
