:root {
  --ink: #18342f;
  --muted: #5f716c;
  --paper: #f8f4ec;
  --paper-deep: #eee6d9;
  --green: #1e685b;
  --green-deep: #123f38;
  --rose: #c77a76;
  --line: rgba(24, 52, 47, .16);
  --radius: 28px;
  --shadow: 0 24px 70px rgba(31, 57, 50, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(199, 122, 118, .13), transparent 24rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .25;
  pointer-events: none;
  background-image: linear-gradient(rgba(24,52,47,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(24,52,47,.035) 1px, transparent 1px);
  background-size: 42px 42px;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--rose); outline-offset: 4px; }

.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: .7rem 1rem; color: white; background: var(--green-deep); border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding-block: clamp(5rem, 10vw, 8.5rem); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1240px, calc(100% - 24px));
  min-height: 72px;
  margin: 12px auto 0;
  padding: 0 20px;
  background: rgba(248,244,236,.78);
  border: 1px solid transparent;
  border-radius: 18px;
  backdrop-filter: blur(18px);
  transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 40px rgba(24,52,47,.08); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: .88rem; font-weight: 750; letter-spacing: .02em; text-decoration: none; }
.brand__mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: white; background: var(--green); border-radius: 50% 50% 50% 18%; font-size: .72rem; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { color: var(--muted); font-size: .84rem; font-weight: 650; text-decoration: none; }
.nav a:hover { color: var(--green); }
.nav .nav__cta { padding: 10px 18px; color: white; background: var(--green-deep); border-radius: 999px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0 10px; background: transparent; border: 0; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--ink); }

.hero { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; min-height: calc(100svh - 84px); padding-block: clamp(3rem, 7vw, 7rem); gap: clamp(3rem, 8vw, 7rem); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--green); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { max-width: 730px; margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 6.6vw, 6.6rem); font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.6vw, 4.8rem); font-weight: 500; }
.hero__lede { max-width: 630px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.04rem, 1.4vw, 1.2rem); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 23px; border-radius: 999px; font-size: .9rem; font-weight: 750; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: white; background: var(--green); box-shadow: 0 13px 35px rgba(30,104,91,.22); }
.button--light { color: var(--green-deep); background: white; }
.text-link { font-size: .9rem; font-weight: 750; text-decoration: none; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 52px 0 0; padding-top: 24px; border-top: 1px solid var(--line); }
.hero__facts div { padding-right: 18px; }
.hero__facts dt { color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero__facts dd { margin: 6px 0 0; font-family: Georgia, serif; font-size: 1.03rem; }
.hero__visual { position: relative; }
.portrait-frame { position: relative; overflow: hidden; padding: 12px; background: rgba(255,255,255,.52); border: 1px solid rgba(255,255,255,.8); border-radius: 46% 46% 24px 24px; box-shadow: var(--shadow); }
.portrait-frame img { width: 100%; border-radius: 45% 45% 18px 18px; }
.portrait-frame__label { position: absolute; right: 27px; bottom: 27px; padding: 9px 14px; color: var(--green-deep); background: rgba(255,255,255,.9); border-radius: 999px; font-size: .7rem; font-weight: 750; }
.molecule { position: absolute; width: 60px; aspect-ratio: 1; border: 1px solid rgba(199,122,118,.55); border-radius: 50%; }
.molecule::before, .molecule::after { position: absolute; content: ""; width: 10px; aspect-ratio: 1; background: var(--rose); border-radius: 50%; }
.molecule::before { top: -5px; left: 25px; }.molecule::after { right: -5px; bottom: 14px; }
.molecule--one { top: 7%; left: -7%; }.molecule--two { right: -4%; bottom: 12%; width: 42px; }

.section-label { display: flex; align-items: center; gap: 14px; margin-bottom: 42px; color: var(--green); }
.section-label span { display: grid; place-items: center; width: 34px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-size: .66rem; }
.section-label p { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.about { display: grid; grid-template-columns: .28fr .72fr; gap: 30px; }
.about__content h2 { max-width: 880px; margin-bottom: 46px; }
.about__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 6vw, 6rem); color: var(--muted); }
.about__grid .lead { color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.25rem, 2.1vw, 1.7rem); line-height: 1.55; }

.journey { color: #f7f3ec; background: var(--green-deep); }
.section-label--light { color: #b8d9ce; }
.journey__heading { display: grid; grid-template-columns: 1.25fr .55fr; align-items: end; gap: 4rem; }
.journey__heading h2 { max-width: 770px; }
.journey__heading p { color: #bad0ca; }
.timeline-card { display: grid; grid-template-columns: 120px 20px 1fr; gap: 26px; max-width: 850px; margin: 70px 0 0 auto; padding: 36px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.timeline-card__date { color: #bad0ca; font-size: .8rem; font-weight: 750; text-transform: uppercase; }
.timeline-card__dot { width: 12px; height: 12px; margin-top: 6px; background: var(--rose); border: 4px solid rgba(199,122,118,.25); border-radius: 50%; box-sizing: content-box; }
.kicker { margin-bottom: 10px; color: var(--rose); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.timeline-card h3 { margin-bottom: 6px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.timeline-card__company { color: white; font-weight: 750; }
.timeline-card p:last-child { max-width: 600px; color: #bad0ca; }

.education { display: grid; grid-template-columns: .28fr .72fr; gap: 30px; }
.education__card { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 38px; padding: clamp(28px, 5vw, 58px); background: white; border: 1px solid rgba(24,52,47,.08); border-radius: var(--radius); box-shadow: var(--shadow); }
.education__seal { display: grid; place-items: center; width: 110px; aspect-ratio: 1; background: var(--paper-deep); border-radius: 50%; }
.education__seal span { display: grid; place-items: center; width: 74px; aspect-ratio: 1; color: var(--green); border: 1px solid var(--rose); border-radius: 50%; font-family: Georgia, serif; font-size: 1.6rem; }
.education__card h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.4rem); }
.education__card p:last-child { max-width: 660px; color: var(--muted); }

.focus__header { display: grid; grid-template-columns: 1fr .42fr; align-items: end; gap: 5rem; margin-bottom: 50px; }
.focus__header p { color: var(--muted); }
.focus__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.focus__grid article { min-height: 280px; padding: 30px; background: var(--paper-deep); border-radius: 22px; transition: transform .25s, background .25s; }
.focus__grid article:hover { background: white; transform: translateY(-6px); }
.focus__grid article > span { display: block; margin-bottom: 70px; color: var(--rose); font-size: .72rem; font-weight: 800; }
.focus__grid h3 { margin-bottom: 14px; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; }
.focus__grid p { color: var(--muted); font-size: .92rem; }

.connect { padding-bottom: 2rem; }
.connect__inner { position: relative; overflow: hidden; padding: clamp(40px, 8vw, 90px); color: white; background: var(--green); border-radius: 34px; }
.connect__inner::after { position: absolute; right: -8%; bottom: -70%; width: 430px; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.03), 0 0 0 120px rgba(255,255,255,.03); }
.connect .eyebrow { color: #c9e5dc; }
.connect h2 { max-width: 760px; margin-bottom: 20px; }
.connect p:not(.eyebrow) { max-width: 560px; color: #d0e4de; }
.connect .button { position: relative; z-index: 1; margin-top: 18px; }

.site-footer { display: flex; justify-content: space-between; gap: 20px; padding-block: 34px; color: var(--muted); border-top: 1px solid var(--line); font-size: .78rem; }
.site-footer p { margin: 0; }.site-footer a { font-weight: 750; text-decoration: none; }
.not-found { display: grid; place-items: center; min-height: 100svh; text-align: center; }.not-found .eyebrow { justify-content: center; }.not-found h1 { font-size: clamp(3rem, 9vw, 6rem); }

.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 64px; right: 12px; left: 12px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; background: #fffdf8; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }.nav a { padding: 12px; }.nav .nav__cta { text-align: center; }
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero__visual { width: min(520px, 90%); margin-inline: auto; }
  .about, .education { grid-template-columns: 1fr; }
  .journey__heading, .focus__header { grid-template-columns: 1fr; gap: 1rem; }
  .focus__grid { grid-template-columns: 1fr; }
  .focus__grid article { min-height: 220px; }.focus__grid article > span { margin-bottom: 45px; }
}

@media (max-width: 620px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { width: calc(100% - 16px); min-height: 64px; margin-top: 8px; padding: 0 14px; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero__facts { grid-template-columns: 1fr; gap: 16px; }
  .hero__facts div { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
  .timeline-card { grid-template-columns: 1fr; gap: 10px; padding: 26px; }
  .education__card { grid-template-columns: 1fr; }
  .education__seal { width: 88px; }.education__seal span { width: 60px; }
  .site-footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
