@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400&family=Inter:wght@400;500;600;700;800&display=swap");
*{box-sizing:border-box}
:root{
  --paper:#fbfaf5;
  --ink:#111111;
  --muted:#77736b;
  --soft:#efede5;
  --line:#e8e4da;
  --line-2:#ddd8cc;
  --white:#fffefa;
  --radius:22px;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
.noise{
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.34;
  background-image:radial-gradient(rgba(0,0,0,.055) .65px, transparent .65px);
  background-size:4px 4px;
  mix-blend-mode:multiply;
}
a{color:inherit;text-decoration:none}
.page-lines{position:fixed;inset:0;margin:0 auto;width:640px;border-left:1px dashed var(--line);border-right:1px dashed var(--line);pointer-events:none}
.page-lines--wide{width:1180px}
.page{position:relative;margin:0 auto 0;width:640px;background:rgba(255,254,250,.72);min-height:100vh;padding-top:112px}
.page--wide{width:1180px;background:transparent;padding-top:116px}
.site-nav{
  position:fixed;
  top:28px;
  left:50%;
  z-index:50;
  transform:translateX(-50%);
  width:min(720px,calc(100vw - 38px));
  min-height:58px;
  border-radius:18px;
  background:#0f0f0f;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 12px 10px 18px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.nav__brand{font-size:17px;font-weight:750;letter-spacing:-.04em;color:var(--white);white-space:nowrap}
.nav__links{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.nav__link{display:inline-flex;align-items:center;justify-content:center;height:34px;border-radius:10px;padding:0 13px;background:#232323;color:#f6f2e8;font-size:13px;font-weight:650;letter-spacing:-.025em;transition:background .16s ease,color .16s ease,transform .16s ease}
.nav__link:hover{background:#383838;transform:translateY(-1px)}
.nav__link.active{background:#f7f5ee;color:#111}
.topbar{height:63px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;padding:0 17px;font-size:11px;line-height:1;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#8f8f8f;background:#fffefa}
.topbar__item{display:flex;align-items:center;gap:7px;white-space:nowrap}
.topbar__icon{font-size:13px;color:#a6a6a6;line-height:0}
.topbar__time{text-transform:uppercase;letter-spacing:.08em}
.hero{border-bottom:1px solid #eee;text-align:center;padding:33px 17px 36px;background:#fffefa}
.hero__avatar{display:block;width:78px;height:78px;border-radius:9px;margin:0 auto 25px;box-shadow:0 1px 2px rgba(0,0,0,.06);object-fit:cover}
.hero__name{font-size:30px;line-height:1;margin:0;font-weight:650;letter-spacing:-.045em}
.hero__role{font-size:16px;line-height:1;margin:10px 0 0;color:#777;letter-spacing:-.015em}
.section{border-top:1px solid #eee;padding:34px 17px;background:#fffefa}
.section:first-of-type{border-top:0}
.section__title{margin:0 0 27px;font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.055em;color:#1f1f1f;display:flex;align-items:center;gap:9px}
.section__emoji{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e6e6e6;background:#fafafa;border-radius:7px;font-size:12px;letter-spacing:0;line-height:1;text-transform:none}
.text{font-size:15.5px;line-height:1.43;letter-spacing:-.018em;color:#787878;margin:0;max-width:575px}
.experience-list{display:flex;flex-direction:column;gap:31px}
.experience-item{display:grid;grid-template-columns:28px 1fr;column-gap:14px}
.glyph{margin-top:1px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.glyph--emoji{width:24px;height:24px;justify-content:center;border:1px solid #e6e6e6;background:#fafafa;border-radius:7px;font-size:14px;line-height:1}
.glyph--image{width:36px;height:36px;justify-content:center;border:1px solid #e6e6e6;background:#fffefa;border-radius:10px;box-shadow:0 2px 7px rgba(0,0,0,.035);overflow:hidden;padding:0}
.glyph--image img{display:block;width:100%;height:100%;object-fit:cover;border-radius:9px}

.item-title{font-size:16px;font-weight:400;line-height:1.2;letter-spacing:-.025em;color:#222;margin:0}
.meta{margin-top:7px;font-size:9px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.1em;color:#9a9a9a}

.education-card-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px;
}
.education-card-meta span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  border:1px solid #e5e0d5;
  background:#fbfaf4;
  border-radius:999px;
  padding:0 10px;
  font-size:10px;
  line-height:1;
  font-weight:700;
  letter-spacing:.055em;
  color:#7f7a70;
  text-transform:uppercase;
}
.education-card-meta strong{
  color:#1f1f1f;
  margin-right:5px;
  font-weight:850;
}

.item-copy{margin-top:16px;font-size:15.5px;line-height:1.45;letter-spacing:-.018em;color:#7b7b7b}
.item-copy p{margin:0}
.inline-link{margin-top:28px;display:inline-flex;align-items:center;gap:8px;height:36px;border:1px solid #e0ddd3;background:#f8f6ef;border-radius:10px;padding:0 13px;font-size:13px;font-weight:700;letter-spacing:-.02em;color:#111;transition:transform .16s ease,background .16s ease}
.inline-link:hover{transform:translateY(-1px);background:#fff}
.block-list{display:flex;flex-direction:column;gap:30px}
.block{position:relative}
.block-card{border:1px solid #eee8dc;background:#fbfaf5;border-radius:18px;padding:22px}
.block-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.block-copy{margin:14px 0 0;font-size:15.5px;line-height:1.45;letter-spacing:-.018em;color:#7b7b7b}
.skills{padding-bottom:32px}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:31px}
.tags--loose{margin-bottom:0;gap:10px}
.tag{display:inline-flex;align-items:center;border:1px solid #e2e2e2;background:#f9f9f9;border-radius:4px;padding:8px 13px;font-size:14px;line-height:1;color:#8a8a8a;letter-spacing:-.02em}
.icons{display:flex;align-items:center;gap:16px;padding:0 4px;flex-wrap:wrap}
.appicon{width:35px;height:35px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:900;line-height:1;color:#111;border:1px solid #e8e8e8;background:#fafafa;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.row-list{display:flex;flex-direction:column;gap:22px;font-size:16px;letter-spacing:-.02em}
.row{display:flex;justify-content:space-between;gap:24px;color:inherit}
.row span:first-child{color:#242424}
.row span:last-child{color:#777;text-align:right}
.row--link:hover span:last-child{color:#111;text-decoration:underline;text-underline-offset:3px}
.contact{padding-bottom:48px}
.footer{border-top:1px solid #eee;text-align:center;padding:34px 17px;font-size:13px;line-height:1;color:#8f8f8f;letter-spacing:-.02em;background:#fffefa}
.footer div+div{margin-top:18px}
.footer--wide{margin-top:92px;border-radius:24px 24px 0 0;border:1px solid var(--line);border-bottom:0;background:#111;color:#f4f1e8;opacity:.97}
.footer--wide div+div{color:#aaa}
.wide-hero{padding:36px 0 48px;max-width:720px}
.wide-hero--work{padding-top:16px}
.eyebrow{font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.13em;font-weight:750;color:#7a756a;margin-bottom:18px}
.wide-hero h1,.page-title h1,.project-head h1{margin:0;font-size:76px;line-height:.92;font-weight:850;letter-spacing:-.075em;color:#111}
.wide-hero p,.page-title p,.project-head p{margin:22px 0 0;max-width:520px;font-size:18px;line-height:1.34;letter-spacing:-.035em;color:#403e3a}
.work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 22px;padding-bottom:40px}
.work-card{display:block;color:inherit}
.work-card__image-wrap{aspect-ratio:1.57/1;overflow:hidden;border-radius:18px;background:#ede9de;border:1px solid #e4ded2;transition:transform .18s ease,box-shadow .18s ease}
.work-card__image-wrap img{width:100%;height:100%;display:block;object-fit:cover}
.work-card__body{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 4px 0}
.work-card h2{font-size:32px;line-height:.96;margin:0;font-weight:760;letter-spacing:-.06em;color:#111}
.work-card p{font-size:15px;line-height:1.2;margin:7px 0 0;color:#393733;letter-spacing:-.03em}
.work-card__arrow{width:34px;height:34px;border-radius:50%;background:#111;color:#f7f5ee;display:flex;align-items:center;justify-content:center;font-size:18px;transform:translateY(1px);opacity:0;transition:opacity .18s ease,transform .18s ease}
.work-card:hover .work-card__image-wrap{transform:translateY(-3px);box-shadow:0 16px 34px rgba(0,0,0,.08)}
.work-card:hover .work-card__arrow{opacity:1;transform:translate(0,-2px)}
.page-title{border-bottom:1px solid #eee;padding:46px 17px 42px;background:#fffefa}
.page-title h1{font-size:50px;line-height:.97;letter-spacing:-.06em;max-width:560px}
.page-title p{font-size:17px;max-width:560px;color:#6f6b63}
.back-link{display:inline-flex;margin-bottom:28px;height:34px;align-items:center;border:1px solid #ded8cc;background:#f8f6ef;border-radius:10px;padding:0 12px;font-size:13px;font-weight:700;color:#111;letter-spacing:-.02em}
.back-link:hover{background:#fff}
.project-head{padding:12px 0 32px;max-width:780px}
.project-head h1{font-size:64px;line-height:.95;max-width:760px}
.project-head p{max-width:650px;font-size:20px;color:#49453e}
.project-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:34px;max-width:780px}
.project-meta div{border:1px solid var(--line);background:#fffefa;border-radius:16px;padding:16px}
.project-meta span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#918b80;font-weight:800;margin-bottom:8px}
.project-meta strong{display:block;font-size:15px;line-height:1.16;letter-spacing:-.025em;font-weight:650;color:#111}
.project-hero-img{width:100%;display:block;border-radius:26px;border:1px solid var(--line);background:#eee9dc;box-shadow:0 18px 45px rgba(0,0,0,.06)}
.project-content{max-width:760px;margin:42px auto 0}
.project-section{padding:34px 0;border-top:1px solid var(--line)}
.project-section:first-child{border-top:0}
.project-section h2{font-size:40px;line-height:.98;margin:0 0 18px;font-weight:780;letter-spacing:-.065em;color:#111}
.project-section p{font-size:18px;line-height:1.45;letter-spacing:-.035em;margin:0;color:#565149}
.more-projects{max-width:760px;margin:28px auto 0;border-top:1px solid var(--line);padding-top:26px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.more-projects h2{font-size:34px;line-height:1;margin:0;font-weight:780;letter-spacing:-.06em}
.more-projects a{display:inline-flex;align-items:center;gap:8px;height:38px;border-radius:11px;background:#111;color:#f7f5ee;padding:0 14px;font-size:14px;font-weight:750}
@media (max-width:1220px){
  .page--wide,.page-lines--wide{width:calc(100% - 48px)}
}
@media (max-width:760px){
  .site-nav{top:14px;width:calc(100vw - 28px);border-radius:16px;align-items:flex-start;padding:13px;gap:10px;flex-direction:column}
  .nav__brand{padding-left:2px}
  .nav__links{justify-content:flex-start;width:100%}
  .nav__link{height:32px;font-size:12px;padding:0 10px}
  .page,.page-lines{width:100%;border-left:0;border-right:0}
  .page{overflow:hidden;padding-top:132px}
  .page--wide{width:calc(100% - 28px);padding-top:132px}
  .section{padding-left:20px;padding-right:20px}
  .hero{padding-left:20px;padding-right:20px}
  .topbar{height:58px;padding:0 18px;font-size:9.5px;letter-spacing:.08em}
  .topbar__time{display:none}
  .hero__name{font-size:28px}
  .hero__role{font-size:15px}
  .text,.item-copy,.block-copy{font-size:15px}
  .work-grid{grid-template-columns:1fr;gap:30px;padding-bottom:20px}
  .wide-hero{padding:22px 0 34px}
  .wide-hero h1{font-size:54px;letter-spacing:-.07em}
  .wide-hero p{font-size:16px}
  .work-card h2{font-size:28px}
  .work-card__arrow{opacity:1;width:30px;height:30px}
  .project-head h1{font-size:48px}
  .project-head p{font-size:17px}
  .project-meta{grid-template-columns:1fr;margin-top:24px}
  .project-section h2{font-size:34px}
  .project-section p{font-size:16px}
  .more-projects{align-items:flex-start;flex-direction:column}
  .page-title h1{font-size:42px}
  .page-title p{font-size:16px}
  .row{gap:24px}
  .row span:last-child{text-align:right}
  .icons{gap:12px}
}
@media (max-width:430px){
  .nav__links{gap:6px}
  .nav__link{font-size:11.5px;padding:0 9px}
  .wide-hero h1{font-size:46px}
  .work-card h2{font-size:25px}
  .project-head h1{font-size:42px}
}


/* Date ranges + updated project cards */
.item-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  width:100%;
}
.date-badge{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  border-radius:999px;
  border:1px solid #d7d1c4;
  background:#111;
  color:#f7f5ee;
  padding:0 10px;
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 5px 14px rgba(0,0,0,.08);
}
.date-badge--active{
  background:#f7f5ee;
  color:#111;
  border-color:#111;
}
.work-card__topline{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.work-card__topline h2{
  flex:1 1 auto;
}
.work-date{
  margin-top:1px;
  background:#111;
  color:#f7f5ee;
}
.project-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
}
.project-title-row h1{
  flex:1 1 auto;
}
.project-date{
  margin-top:8px;
  min-height:32px;
  padding:0 14px;
  font-size:11px;
}
.project-hero-frame{
  width:100%;
  border-radius:26px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#111;
  box-shadow:0 18px 45px rgba(0,0,0,.06);
}
.project-hero-frame .project-hero-img{
  border:0;
  border-radius:0;
  box-shadow:none;
}
.project-hero-frame img[src$="project-futpads-logo.png"]{
  object-fit:contain;
  background:#050505;
  padding:64px;
  aspect-ratio:1200/760;
}
.work-card__image-wrap img[src$="project-futpads-logo.png"]{
  object-fit:contain;
  background:#050505;
  padding:44px;
}
@media (max-width:760px){
  .item-head,.project-title-row,.work-card__topline{gap:10px}
  .date-badge{font-size:9px;min-height:24px;padding:0 8px;letter-spacing:.025em}
  .project-title-row{flex-direction:column}
  .project-date{margin-top:0}
  .work-card__topline{flex-direction:column}
  .work-date{margin-top:2px}
  .project-hero-frame img[src$="project-futpads-logo.png"]{padding:36px}
  .work-card__image-wrap img[src$="project-futpads-logo.png"]{padding:30px}
}


/* Home education section — clean CV-style list */
.education-clean .section__title{
  margin-bottom:38px;
}
.education-timeline{
  display:flex;
  flex-direction:column;
  gap:38px;
}
.education-entry h3{
  margin:0;
  font-size:24px;
  line-height:1.18;
  font-weight:400;
  letter-spacing:-.045em;
  color:#111;
}
.education-meta{
  margin-top:12px;
  font-family:"SFMono-Regular","Roboto Mono","Courier New",monospace;
  font-size:13px;
  line-height:1;
  font-weight:700;
  letter-spacing:.045em;
  text-transform:uppercase;
  color:#8d8d8d;
}
.education-entry p{
  margin:18px 0 0;
  max-width:590px;
  font-size:20px;
  line-height:1.43;
  font-weight:400;
  letter-spacing:-.04em;
  color:#818181;
}
@media (max-width:760px){
  .education-clean .section__title{margin-bottom:30px}
  .education-timeline{gap:32px}
  .education-entry h3{font-size:21px}
  .education-meta{font-size:11px;line-height:1.25}
  .education-entry p{font-size:17px;line-height:1.45}
}

/* My Work page — compact centered showcase grid */
.page--wide .wide-hero--work{
  max-width:520px;
  margin:0 auto;
  padding:44px 0 50px;
  text-align:center;
}
.page--wide .wide-hero--work .eyebrow{
  margin-bottom:18px;
  text-align:center;
}
.page--wide .wide-hero--work h1{
  font-size:74px;
  line-height:.9;
  text-align:center;
}
.page--wide .wide-hero--work p{
  margin:22px auto 0;
  max-width:470px;
  text-align:center;
}
.work-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  padding:18px 8px 42px;
}
.work-card__image-wrap{
  border-radius:8px;
  aspect-ratio:1.75/1;
  border-color:#e1ddd3;
  background:#f2efe7;
}
.work-card__body{
  display:block;
  padding:10px 1px 0;
}
.work-card__topline{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:6px;
}
.work-card__topline h2,
.work-card h2{
  flex:0 1 auto;
  font-size:17px;
  line-height:1.02;
  font-weight:770;
  letter-spacing:-.045em;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.work-card p{
  margin-top:4px;
  font-size:11px;
  line-height:1.2;
  letter-spacing:-.02em;
  color:#47443e;
}
.work-card__arrow{display:none}
.work-date{
  min-height:14px;
  height:14px;
  padding:0 6px;
  font-size:5.5px;
  letter-spacing:.04em;
  box-shadow:none;
}
.work-card:hover .work-card__image-wrap{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.07);
}
.footer--wide{
  margin-top:58px;
}
@media (max-width:980px){
  .work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 16px}
}
@media (max-width:760px){
  .page--wide .wide-hero--work{padding:26px 0 34px;max-width:420px}
  .page--wide .wide-hero--work h1{font-size:52px}
  .work-grid{grid-template-columns:1fr;gap:28px;padding-left:0;padding-right:0}
  .work-card__topline{flex-direction:row;align-items:center}
  .work-date{margin-top:0;font-size:6px;min-height:15px;height:15px}
}


/* Education page aligned with home work-experience typography */
.hero--page{padding-top:44px;padding-bottom:42px}
.hero--page .hero__name{font-size:42px;line-height:.96;letter-spacing:-.06em}
.hero--page .hero__role{font-size:16px;color:#6f6b63}
@media (max-width:760px){
  .hero--page .hero__name{font-size:36px}
  .item-head{flex-direction:column;align-items:flex-start}
}


/* Timeline sections — revised to match the MY WORK EXPERIENCE reference */
.timeline-section{
  padding:40px 40px 42px;
}
.timeline-section .section__title{
  margin-bottom:32px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
}
.timeline-section .section__emoji{
  width:24px;
  height:24px;
  border-radius:8px;
  font-size:12px;
  background:#fffefa;
  border-color:#ebe7dc;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.timeline-section .experience-list{
  position:relative;
  gap:36px;
  padding-left:62px;
}
.timeline-section .experience-list::before{
  content:"";
  position:absolute;
  left:18px;
  top:5px;
  bottom:7px;
  width:1px;
  background:#eeeae1;
}
.timeline-section .experience-item{
  grid-template-columns:40px minmax(0,1fr);
  column-gap:18px;
  position:relative;
}
.timeline-section .glyph--emoji,
.timeline-section .glyph--image{
  position:relative;
  z-index:1;
  width:36px;
  height:36px;
  border-radius:10px;
  border-color:#ebe7dc;
  background:#fffefa;
  font-size:15px;
  box-shadow:0 2px 7px rgba(0,0,0,.035);
}
.timeline-section .item-head{
  align-items:flex-start;
  gap:18px;
}
.timeline-section .item-title{
  font-size:17.5px;
  line-height:1.12;
  font-weight:400;
  letter-spacing:-.04em;
  color:#2a2926;
}
.timeline-section .meta{
  margin-top:10px;
  font-size:9.5px;
  line-height:1.1;
  font-weight:800;
  letter-spacing:.14em;
  color:#8f8a81;
}
.timeline-section .item-copy{
  margin-top:16px;
  max-width:520px;
  font-size:17.5px;
  line-height:1.42;
  letter-spacing:-.04em;
  color:#7b7770;
}
.timeline-section .date-badge{
  min-height:25px;
  padding:0 13px;
  font-size:10px;
  letter-spacing:.055em;
  box-shadow:0 5px 12px rgba(0,0,0,.12);
}
.timeline-section .date-badge--active{
  box-shadow:0 3px 10px rgba(0,0,0,.06);
}
.timeline-section .inline-link{
  margin-left:120px;
}
@media (max-width:760px){
  .timeline-section{
    padding-left:20px;
    padding-right:20px;
  }
  .timeline-section .experience-list{
    padding-left:0;
  }
  .timeline-section .experience-list::before{
    display:none;
  }
  .timeline-section .item-head{
    flex-direction:column;
    gap:10px;
  }
  .timeline-section .item-copy{
    font-size:15.5px;
    max-width:none;
  }
  .timeline-section .inline-link{
    margin-left:0;
  }
}


/* Lucas typography system update */
body{
  font-family:Inter,"Inter Placeholder",sans-serif;
}

/* Empresas / cursos / educación titles */
.item-title,
.timeline-section .item-title,
.work-card__topline h2,
.work-card h2,
.project-meta strong,
.block-card .item-title{
  font-family:Inter,"Inter Placeholder",sans-serif;
  font-style:normal;
  font-weight:500;
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  color:#000000;
}

/* Descripciones de rol / curso / educación */
.item-copy,
.timeline-section .item-copy,
.item-copy p,
.timeline-section .item-copy p,
.project-section p,
.block-copy,
.text{
  font-family:Inter,sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  color:#7E7E7E;
}

/* Subtítulos tipo Phone Accessories · Wholesale · Retail */
.meta,
.timeline-section .meta,
.work-card p,
.project-meta span,
.education-card-meta span{
  font-family:"Geist Mono",monospace;
  font-style:normal;
  font-weight:400;
  font-size:12px;
  line-height:24px;
  letter-spacing:0;
  color:#7E7E7E;
}

/* Make company / education images fill their rectangles */
.glyph--image{
  padding:0;
  background:#111;
}
.glyph--image img,
.work-card__image-wrap img,
.project-hero-img,
.project-hero-frame img,
.work-card__image-wrap img[src$="project-futpads-logo.png"],
.project-hero-frame img[src$="project-futpads-logo.png"]{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover !important;
  padding:0 !important;
}

.work-card__image-wrap img[src$="project-futpads-logo.png"],
.project-hero-frame img[src$="project-futpads-logo.png"]{
  background:#050505;
}

.education-card-meta strong{
  font-weight:500;
  color:#000000;
}

@media (max-width:760px){
  .item-title,
  .timeline-section .item-title,
  .work-card__topline h2,
  .work-card h2{
    font-size:16px;
    line-height:24px;
  }
  .item-copy,
  .timeline-section .item-copy,
  .item-copy p,
  .timeline-section .item-copy p,
  .project-section p,
  .block-copy,
  .text{
    font-size:16px;
    line-height:24px;
  }
}


/* Work experience cards — role / company / dates / location / description */
.job-company,
.work-company{
  font-family:Inter,"Inter Placeholder",sans-serif;
  font-style:normal;
  font-weight:500;
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  color:#000000;
  margin-top:2px;
}
.job-location,
.work-location{
  font-family:Inter,sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  color:#7E7E7E;
  margin-top:2px;
}
.job-card .item-copy{margin-top:14px;max-width:720px}
.job-card .meta{margin-top:6px}
.job-card .item-head{align-items:flex-start}

.work-card__details{padding:11px 1px 0}
.work-role{
  font-family:Inter,"Inter Placeholder",sans-serif;
  font-style:normal;
  font-weight:500;
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  color:#000000;
  margin:0;
}
.work-company{margin-top:0}
.work-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:3px}
.work-card .work-location{margin-top:3px;font-size:14px;line-height:20px}
.work-description{
  font-family:Inter,sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:14px;
  line-height:20px;
  letter-spacing:0;
  color:#7E7E7E;
  margin:8px 0 0;
}
.work-card .meta{margin-top:0}

@media (max-width:980px){
  .work-description{font-size:15px;line-height:22px}
}


/* Project pages — detailed case study content */
.project-meta--four{
  grid-template-columns:repeat(4,minmax(0,1fr));
  max-width:980px;
}
.project-meta strong a{
  color:inherit;
  text-decoration:none;
}
.project-meta strong a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}
.project-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:2px;
}
.project-tags span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 13px;
  border-radius:999px;
  border:1px solid #e5e0d5;
  background:#fbfaf4;
  font-family:"Geist Mono",monospace;
  font-style:normal;
  font-weight:400;
  font-size:12px;
  line-height:24px;
  color:#7E7E7E;
}
.project-section h2{
  font-family:Inter,"Inter Placeholder",sans-serif;
}
@media (max-width:980px){
  .project-meta--four{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:760px){
  .project-meta--four{grid-template-columns:1fr;}
}

.project-hero-frame{aspect-ratio:1.57/1;}
.project-hero-frame .project-hero-img{height:100%;object-fit:cover;}


/* Project pages - case study layout */
.project-title-row{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.project-title-row .project-date{
  flex:0 0 auto;
  margin-top:10px;
}
.project-head--case{
  max-width:980px;
  padding:12px 0 10px;
}
.project-overview{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
  gap:30px;
  align-items:start;
  margin-top:18px;
}
.project-overview__side{
  padding-top:8px;
}
.project-summary{
  margin:0 0 18px;
  max-width:none !important;
  font-family:Inter,"Inter Placeholder",sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  color:#7E7E7E !important;
}
.project-overview .project-meta{
  margin-top:0;
  max-width:none;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.project-overview .project-meta div{
  min-height:86px;
  border-radius:10px;
  padding:14px 12px;
}
.project-overview__media .project-hero-frame{
  aspect-ratio:1.52/1;
  border-radius:12px;
  overflow:hidden;
  border:1px solid #dfd9cd;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  background:#f4f1e9;
}
.project-overview__media .project-hero-frame .project-hero-img{
  border:0;
  border-radius:0;
  box-shadow:none;
  width:100%;
  height:100%;
  object-fit:cover;
}
.project-content{
  max-width:760px;
  margin:56px auto 0;
}
.project-section{
  padding:28px 0;
}
.project-section h2{
  font-size:18px;
  line-height:1.1;
  margin:0 0 14px;
  font-weight:700;
  letter-spacing:-.04em;
}
.project-section p{
  font-family:Inter,"Inter Placeholder",sans-serif;
  font-style:normal;
  font-weight:400;
  font-size:16px;
  line-height:24px;
  letter-spacing:0;
  color:#7E7E7E;
}
.more-projects{
  max-width:760px;
  margin:34px auto 0;
}
.more-projects h2{
  font-size:22px;
  letter-spacing:-.04em;
}
@media (max-width:980px){
  .project-overview{
    grid-template-columns:1fr;
    gap:22px;
  }
  .project-title-row{
    flex-direction:column;
    align-items:flex-start;
  }
  .project-title-row .project-date{
    margin-top:0;
  }
  .project-overview .project-meta{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width:760px){
  .project-head--case{padding-top:4px;}
  .project-overview .project-meta{grid-template-columns:1fr 1fr;}
  .project-head h1{font-size:42px;}
  .project-section h2{font-size:28px;}
}
@media (max-width:520px){
  .project-overview .project-meta{grid-template-columns:1fr;}
}


/* FIX — project metadata cards readability */
.project-overview .project-meta{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  width:100%;
}
.project-overview .project-meta div{
  min-height:94px;
  padding:14px 14px !important;
  border-radius:12px;
  overflow:visible;
}
.project-overview .project-meta span{
  white-space:nowrap;
  margin-bottom:8px;
}
.project-overview .project-meta strong{
  font-family:Inter,"Inter Placeholder",sans-serif;
  font-weight:500;
  font-size:14px;
  line-height:20px;
  letter-spacing:-.02em;
  color:#000;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:none;
}
.project-overview .project-meta strong a{
  display:block;
  overflow-wrap:anywhere;
  word-break:break-word;
}
@media (max-width:760px){
  .project-overview .project-meta{
    grid-template-columns:1fr !important;
  }
}


/* home skills update */
.skills-subtitle{margin:0 0 12px;font-family:Inter,"Inter Placeholder",sans-serif;font-style:normal;font-weight:600;font-size:14px;line-height:20px;color:#1f1f1f;letter-spacing:-.01em}
.skills-subtitle--secondary{margin-top:22px}

/* project and work images update */
.work-card__image-wrap{background:#0e0e0e;}
.work-card__image-wrap img{object-fit:contain;background:#0e0e0e;padding:0}
.project-overview__media .project-hero-frame{background:#0e0e0e;border-color:#1c1c1c;}
.project-overview__media .project-hero-frame .project-hero-img{object-fit:contain;background:#0e0e0e;}

/* FUTPADS home logo visibility fix */
.glyph--image img[src$="work-futpads-icon.png"]{
  object-fit:cover !important;
  background:#000000;
}


/* Project image background fix: match website background instead of black */
.work-card__image-wrap,
.project-overview__media .project-hero-frame{
  background:#fffefa !important;
  border-color:#eee8dc !important;
}

.work-card__image-wrap img,
.project-overview__media .project-hero-frame .project-hero-img,
.project-hero-img,
.project-hero-frame img{
  background:#fffefa !important;
}

.work-card__image-wrap img,
.project-overview__media .project-hero-frame .project-hero-img{
  object-fit:contain !important;
}

/* Contact update */
.contact .row-list a.row{
  text-decoration:none;
}
.contact .row-list a.row:hover span:last-child{
  color:#111;
  text-decoration:underline;
  text-underline-offset:3px;
}
