
:root {
  --ink:    #1c1917;
  --cream:  #faf7f2;
  --paper:  #f5f0e8;
  --green:  #1a4a3a;
  --green2: #2d6a54;
  --sage:   #6b9e84;
  --sand:   #c9b99a;
  --rust:   #b85c38;
  --rust2:  #d4703f;
  --rule:   #d6cfc3;
  --muted:  #7c746a;
}

/* ══════════════════════════════════════
   RESET + BASE
══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--paper); }
::-webkit-scrollbar-thumb { background: var(--green); border-radius: 2px; }

/* ══════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in  { opacity: 1; transform: none; }
.reveal.d1  { transition-delay: .1s; }
.reveal.d2  { transition-delay: .2s; }
.reveal.d3  { transition-delay: .3s; }

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: 60px;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background .35s, border-color .35s, box-shadow .35s;
}
#nav.scrolled {
  background: rgba(250,247,242,.96);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 1px 20px rgba(0,0,0,.05);
  backdrop-filter: blur(10px);
}
.nav-logo {
  font-family: 'Fraunces', serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--cream);
  letter-spacing: -.02em;
  white-space: nowrap;
  transition: color .35s;
}
#nav.scrolled .nav-logo { color: var(--green); }
.nav-logo sup {
  font-size: .5rem;
  color: var(--rust);
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  vertical-align: super;
  margin-left: 2px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  transition: color .2s;
}
#nav.scrolled .nav-links a { color: var(--muted); }
.nav-links a:hover { color: #fff !important; }
#nav.scrolled .nav-links a:hover { color: var(--green) !important; }
.nav-cta {
  background: var(--rust) !important;
  color: #fff !important;
  padding: .42rem 1.1rem;
  border-radius: 2px;
}
.nav-cta:hover { background: var(--rust2) !important; }

/* Hamburger */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.85);
  border-radius: 2px;
  transition: all .3s ease;
}
#nav.scrolled .nav-toggle span { background: var(--ink); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.nav-drawer {
  display: none;
  position: fixed;
  top: 60px; left: 0; right: 0;
  background: var(--cream);
  border-bottom: 1px solid var(--rule);
  z-index: 199;
  padding: 1.25rem clamp(1rem,4vw,2.5rem) 1.5rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
}
.nav-drawer.open { display: block; }
.nav-drawer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.nav-drawer ul li a {
  display: block;
  text-decoration: none;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  padding: .75rem 0;
  border-bottom: 1px solid var(--rule);
  transition: color .2s;
}
.nav-drawer ul li:last-child a { border-bottom: none; }
.nav-drawer ul li a:hover { color: var(--green); }
.nav-drawer .drawer-cta {
  display: block;
  margin-top: 1rem;
  background: var(--green);
  color: var(--cream);
  text-decoration: none;
  text-align: center;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .85rem;
  border-radius: 2px;
}

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
#hero {
  min-height: 100svh;
  background: var(--green);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 7rem clamp(1.25rem,5vw,2.5rem) 5rem;
}
.hero-texture {
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255,255,255,.03) 39px, rgba(255,255,255,.03) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(255,255,255,.03) 59px, rgba(255,255,255,.03) 60px);
  pointer-events: none;
}
.hero-blob { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-blob.b1 {
  width: 600px; height: 600px; top: -200px; right: -100px;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 65%);
}
.hero-blob.b2 {
  width: 400px; height: 400px; bottom: -150px; left: 5%;
  background: radial-gradient(circle, rgba(201,185,154,.1) 0%, transparent 65%);
}
.hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.8rem;
}
.hero-eyebrow-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80;
  animation: blink 2.5s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.hero-eyebrow-text {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
h1.hero-name {
  font-family: 'Fraunces', serif;
  font-size: clamp(3.5rem, 9vw, 7rem);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.04em;
  color: var(--cream);
  margin-bottom: 1.4rem;
}
h1.hero-name em { font-style: italic; font-weight: 300; color: var(--sand); }
.hero-rule {
  display: flex; align-items: center;
  gap: 1rem; margin-bottom: 1.4rem;
  flex-wrap: wrap;
}
.hero-rule-line { flex: 0 0 36px; height: 1px; background: var(--sage); }
.hero-role {
  font-size: .85rem; font-weight: 500;
  color: rgba(255,255,255,.6); letter-spacing: .06em;
}
.hero-summary {
  font-family: 'Fraunces', serif;
  font-size: clamp(.95rem, 2vw, 1.1rem);
  font-style: italic; font-weight: 300;
  color: rgba(255,255,255,.65);
  line-height: 1.7; max-width: 500px;
  margin-bottom: 2.5rem;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Buttons */
.btn {
  display: inline-block; text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: .8rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .9rem 1.75rem; border-radius: 2px;
  transition: all .25s ease; cursor: pointer; border: none;
  white-space: nowrap;
}
.btn-light { background: var(--cream); color: var(--green); }
.btn-light:hover { background: #fff; }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,.75);
  border: 1px solid rgba(255,255,255,.25);
}
.btn-ghost:hover { background: rgba(255,255,255,.08); color: #fff; }
.btn-dark { background: var(--green); color: var(--cream); width: 100%; }
.btn-dark:hover { background: var(--green2); }

/* Hero card */
.hero-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px; overflow: hidden;
  backdrop-filter: blur(6px);
}
.hero-card-top {
  background: rgba(255,255,255,.08); padding: 2rem 1.75rem;
  text-align: center; border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-card-top img {
     width: 80px; height: 80px; border-radius: 100%;
  background: rgba(255,255,255,.12);
  border: 2px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 2rem; margin: 0 auto 1rem;
  overflow: hidden;            
}

.hero-card-name {
  font-family: 'Fraunces', serif; font-size: 1.1rem;
  font-weight: 700; color: var(--cream); margin-bottom: .25rem;
  color: white;
}
.hero-card-title {
  font-size: .7rem; color: rgba(255,255,255,.5);
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem;
}
.status-pill {
  display: inline-flex; align-items: center; gap: .4rem;
  background: rgba(74,222,128,.12); border: 1px solid rgba(74,222,128,.3);
  border-radius: 99px; padding: .22rem .8rem;
  font-size: .68rem; font-weight: 700; color: #4ade80;
  letter-spacing: .1em; text-transform: uppercase;
}
.status-pill span { width: 6px; height: 6px; border-radius: 50%; background: #4ade80; }
.hero-card-body { padding: 1.25rem 1.75rem; }
.hero-card-row {
  display: flex; align-items: center; gap: .65rem;
  margin-bottom: .65rem; font-size: .78rem; color: rgba(255,255,255,.55);
}
.hero-card-row:last-child { margin-bottom: 0; }

/* ══════════════════════════════════════
   NUMBERS STRIP
══════════════════════════════════════ */
#numbers { background: var(--rust); padding: 2.5rem clamp(1.25rem,5vw,2.5rem); }
.numbers-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1rem; text-align: center;
}
.num-val {
  font-family: 'Fraunces', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900; color: #fff; line-height: 1; margin-bottom: .3rem;
}
.num-label {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.65);
}

/* ══════════════════════════════════════
   SHARED
══════════════════════════════════════ */
section { padding: clamp(3.5rem,8vw,6rem) clamp(1.25rem,5vw,2.5rem); }
.section-inner { max-width: 1180px; margin: 0 auto; }
.section-label {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--rust); margin-bottom: .6rem; display: block;
}
.section-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 4.5vw, 3rem);
  font-weight: 900; line-height: 1.05;
  letter-spacing: -.025em; color: var(--ink); margin-bottom: 2.5rem;
}
.section-title em { font-style: italic; font-weight: 300; color: var(--green); }
.ruled-title { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 2rem; }
.ruled-title h2 {
  font-family: 'DM Sans', sans-serif; font-size: .82rem;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); white-space: nowrap;
}
.ruled-line { flex: 1; height: 1px; background: var(--rule); }

/* ══════════════════════════════════════
   ABOUT
══════════════════════════════════════ */
#about { background: var(--paper); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,6vw,5rem); align-items: start;
}
.about-pull {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  font-weight: 600; font-style: italic; color: var(--green);
  line-height: 1.5; border-left: 3px solid var(--rust);
  padding-left: 1.1rem; margin-bottom: 1.75rem;
}
.about-body { font-size: .92rem; color: #4a4540; line-height: 1.85; font-weight: 300; }
.about-body p + p { margin-top: 1rem; }
.about-side-label {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted); border-bottom: 1px solid var(--rule);
  padding-bottom: .5rem; margin-bottom: 1rem;
}
.info-list { list-style: none; margin-bottom: 2rem; }
.info-list li {
  font-size: .88rem; color: var(--ink);
  padding: .6rem 0; border-bottom: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
  gap: .5rem;
}
.info-list li strong { font-weight: 600; color: var(--green); white-space: nowrap; }
.info-list li span { color: var(--muted); font-size: .84rem; text-align: right; }
.avail-box { background: var(--green); color: #fff; border-radius: 3px; padding: 1.4rem; }
.avail-box-title {
  font-size: .68rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: .85rem;
}
.avail-item {
  display: flex; align-items: center; gap: .6rem;
  font-size: .82rem; color: rgba(255,255,255,.8); margin-bottom: .5rem;
}
.avail-item:last-child { margin-bottom: 0; }
.check { color: #4ade80; font-size: .75rem; }

/* ══════════════════════════════════════
   EXPERIENCE
══════════════════════════════════════ */
#experience { background: #fff; }
.exp-entry {
  display: grid; grid-template-columns: 180px 1fr;
  gap: clamp(1.5rem,4vw,3rem);
  padding: 2.5rem 0; border-bottom: 1px solid var(--rule);
}
.exp-entry:first-of-type { border-top: 1px solid var(--rule); }
.exp-period {
  font-family: 'Fraunces', serif; font-size: 1.05rem;
  font-weight: 700; color: var(--ink); margin-bottom: .4rem;
}
.exp-type-tag {
  display: inline-block; font-size: .62rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .2rem .6rem; border-radius: 2px; margin-bottom: .75rem;
}
.exp-type-tag.retail { background: rgba(14,165,233,.1); color: #0369a1; }
.exp-type-tag.food   { background: rgba(245,158,11,.1);  color: #b45309; }
.exp-company-loc { font-size: .78rem; color: var(--muted); line-height: 1.55; }
.exp-company-loc strong { color: var(--ink); display: block; font-weight: 600; font-size: .82rem; }
.exp-role {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 900; letter-spacing: -.02em;
  color: var(--green); margin-bottom: 1rem; line-height: 1.15;
}
.exp-bullets { list-style: none; }
.exp-bullets li {
  font-size: .88rem; color: #4a4540;
  line-height: 1.7; padding: .4rem 0 .4rem 1.25rem;
  position: relative; border-bottom: 1px dotted var(--rule);
}
.exp-bullets li:last-child { border-bottom: none; }
.exp-bullets li::before {
  content: ''; position: absolute; left: 0; top: .9em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--rust);
}
.exp-bullets li strong { color: var(--ink); font-weight: 600; }

/* ══════════════════════════════════════
   SKILLS
══════════════════════════════════════ */
#skills { background: var(--paper); }
.skills-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,6vw,5rem);
}
.skill-row { margin-bottom: 1.5rem; }
.skill-head {
  display: flex; justify-content: space-between;
  align-items: baseline; margin-bottom: .4rem;
}
.skill-name { font-size: .88rem; color: var(--ink); font-weight: 500; }
.skill-pct  { font-size: .8rem; font-weight: 700; color: var(--rust); font-family: 'Fraunces', serif; }
.skill-track { background: var(--rule); height: 5px; border-radius: 99px; overflow: hidden; }
.skill-fill {
  height: 100%; border-radius: 99px;
  background: linear-gradient(90deg, var(--green), var(--sage));
  transition: width 1.3s cubic-bezier(.4,0,.2,1);
  width: 0;
}
.soft-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: .6rem; margin-bottom: 2.25rem;
}
.soft-tag {
  font-size: .78rem; color: var(--green);
  background: rgba(26,74,58,.07);
  border: 1px solid rgba(26,74,58,.15);
  border-radius: 2px; padding: .4rem .7rem;
  font-weight: 500; text-align: center;
}
.tech-block-title {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); border-bottom: 1px solid var(--rule);
  padding-bottom: .5rem; margin-bottom: 1.1rem;
}
.tech-tags { display: flex; flex-wrap: wrap; gap: .45rem; }
.tech-tag {
  font-size: .74rem; color: var(--ink);
  background: #fff; border: 1px solid var(--rule);
  border-radius: 2px; padding: .28rem .7rem;
  font-weight: 400; transition: all .2s ease; cursor: default;
}
.tech-tag:hover { background: var(--green); color: #fff; border-color: var(--green); }

/* ══════════════════════════════════════
   STRENGTHS
══════════════════════════════════════ */
#strengths { background: #fff; }
.strengths-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 1px; background: var(--rule);
  border: 1px solid var(--rule);
}
.strength-card { background: #fff; padding: 1.75rem; transition: background .25s ease; }
.strength-card:hover { background: var(--paper); }
.strength-card:hover .str-num { color: var(--rust); }
.str-num {
  font-family: 'Fraunces', serif; font-size: 2.2rem;
  font-weight: 900; color: var(--rule); line-height: 1;
  margin-bottom: .6rem; transition: color .25s;
}
.str-title {
  font-family: 'Fraunces', serif; font-size: .95rem;
  font-weight: 700; color: var(--green); margin-bottom: .5rem;
}
.str-body { font-size: .82rem; color: var(--muted); line-height: 1.65; }

/* ══════════════════════════════════════
   CONTACT
══════════════════════════════════════ */
#contact {
  background: var(--green);
  padding: clamp(3.5rem,8vw,6rem) clamp(1.25rem,5vw,2.5rem);
}
.contact-inner {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem,6vw,5rem); align-items: start;
}
.contact-label {
  font-size: .68rem; font-weight: 700;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-bottom: .6rem; display: block;
}
.contact-title {
  font-family: 'Fraunces', serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900; color: var(--cream);
  line-height: 1.05; letter-spacing: -.025em; margin-bottom: 1.1rem;
}
.contact-title em { font-style: italic; font-weight: 300; color: var(--sand); }
.contact-body { font-size: .92rem; color: rgba(255,255,255,.6); line-height: 1.8; margin-bottom: 2rem; font-weight: 300; }
.contact-detail-row { display: flex; align-items: center; gap: .85rem; margin-bottom: 1.1rem; }
.contact-detail-icon {
  width: 42px; height: 42px; border-radius: 3px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; flex-shrink: 0;
}
.contact-detail-lbl { font-size: .62rem; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .14em; margin-bottom: .1rem; }
.contact-detail-val { font-size: .88rem; color: rgba(255,255,255,.85); font-weight: 500; }
.form-group { margin-bottom: .9rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; margin-bottom: .9rem; }
input, textarea {
  width: 100%;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 3px; padding: .82rem 1rem;
  color: #fff; font-family: 'DM Sans', sans-serif;
  font-size: .88rem; outline: none; transition: border-color .2s;
}
input::placeholder, textarea::placeholder { color: rgba(255,255,255,.3); }
input:focus, textarea:focus { border-color: rgba(255,255,255,.4); }
textarea { resize: vertical; }

/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
footer {
  background: #141a17;
  padding: 1.5rem clamp(1.25rem,5vw,2.5rem);
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: .75rem;
  border-top: 1px solid rgba(255,255,255,.06);
}
.footer-logo { font-family: 'Fraunces', serif; font-size: 1.05rem; font-weight: 900; color: var(--cream); }
.footer-copy { font-size: .72rem; color: rgba(255,255,255,.25); text-align: center; }
.back-top {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 2px; color: rgba(255,255,255,.5);
  padding: .32rem .8rem; font-size: .7rem; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  cursor: pointer; font-family: 'DM Sans', sans-serif; transition: all .2s;
}
.back-top:hover { color: #fff; background: rgba(255,255,255,.12); }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */

/* ── 1200px – slightly tighten hero card ── */
@media (max-width: 1200px) {
  .hero-inner { grid-template-columns: 1fr 280px; gap: 3rem; }
}

/* ── 1024px – collapse hero card col ── */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-inner > div:last-child { display: none; } /* hide card, show info inline */
  h1.hero-name { font-size: clamp(3.5rem, 11vw, 6rem); }
}

/* ── 900px – stack two-col layouts ── */
@media (max-width: 900px) {
  .about-grid       { grid-template-columns: 1fr; }
  .skills-layout    { grid-template-columns: 1fr; }
  .strengths-grid   { grid-template-columns: 1fr 1fr; }
  .contact-inner    { grid-template-columns: 1fr; }
  .numbers-inner    { grid-template-columns: repeat(2,1fr); gap: 1.5rem; }

  .exp-entry {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
  .exp-meta {
    display: flex; flex-wrap: wrap;
    align-items: center; gap: .75rem;
  }
  .exp-meta .exp-period   { margin-bottom: 0; }
  .exp-meta .exp-company-loc { margin-top: 0; }
}

/* ── 768px – nav hamburger ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }

  .form-row { grid-template-columns: 1fr; }

  .soft-grid { grid-template-columns: 1fr 1fr; }

  h1.hero-name { font-size: clamp(3rem, 13vw, 5rem); }
  .hero-summary { font-size: .95rem; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .hero-btns .btn { width: 100%; text-align: center; }
}

/* ── 580px – single column grids, small text adjustments ── */
@media (max-width: 580px) {
  .strengths-grid   { grid-template-columns: 1fr; }
  .numbers-inner    { grid-template-columns: repeat(2,1fr); }
  .soft-grid        { grid-template-columns: 1fr 1fr; }

  .section-title    { margin-bottom: 2rem; }
  .about-pull       { font-size: 1.05rem; }

  .exp-meta { flex-direction: column; align-items: flex-start; gap: .4rem; }

  .info-list li { flex-direction: column; align-items: flex-start; gap: .1rem; }
  .info-list li span { text-align: left; }

  footer { flex-direction: column; text-align: center; }
  .footer-copy { order: 3; }
}

/* ── 380px – extra small ── */
@media (max-width: 380px) {
  h1.hero-name      { font-size: clamp(2.6rem, 14vw, 3.8rem); }
  .numbers-inner    { grid-template-columns: repeat(2,1fr); gap: 1rem; }
  .num-val          { font-size: 1.8rem; }
  .soft-grid        { grid-template-columns: 1fr; }
  .hero-btns .btn   { padding: .8rem 1.25rem; font-size: .76rem; }
}