:root {
  --bg: #f3efe7;
  --paper: #fbf8f2;
  --ink: #1e2724;
  --muted: #65706b;
  --green: #1f4d3d;
  --green-2: #2e6652;
  --sand: #cfb27f;
  --line: rgba(30,39,36,.12);
  --shadow: 0 25px 70px rgba(27, 39, 34, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.section-shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px max(20px, calc((100vw - 1160px)/2));
  background: rgba(243,239,231,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(20,30,26,.05); }
.brand {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center; background: var(--ink); color: white;
  font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: -.04em;
}
.nav { display: flex; align-items: center; gap: 26px; font-size: .95rem; }
.nav a { color: #3b4742; }
.nav a:hover { color: var(--green); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; font: inherit; }

.hero {
  min-height: 82vh;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center;
  padding: 90px 0 70px;
}
.eyebrow { text-transform: uppercase; letter-spacing: .16em; font-weight: 700; font-size: .78rem; color: var(--green-2); margin: 0 0 16px; }
.hero h1, .section-heading h2, .story-copy h2, .resume-banner h2, .contact-inner h2 {
  font-family: Manrope, sans-serif; letter-spacing: -.045em; line-height: 1.03; margin: 0;
}
.hero h1 { font-size: clamp(4rem, 9vw, 7.2rem); }
.hero-lead { font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.35; max-width: 740px; margin: 22px 0 18px; font-weight: 600; }
.hero-body { color: var(--muted); font-size: 1.08rem; max-width: 650px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 30px 0 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 20px; font-weight: 700; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--green); color: white; box-shadow: 0 12px 28px rgba(31,77,61,.22); }
.button.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.35); }
.hero-tags { display: flex; gap: 9px; flex-wrap: wrap; }
.hero-tags span, .chips span { font-size: .82rem; border-radius: 999px; border: 1px solid var(--line); padding: 7px 10px; background: rgba(255,255,255,.3); }

.hero-visual { position: relative; }
.photo-card { position: relative; min-height: 560px; border-radius: 40px; padding: 22px; background: linear-gradient(145deg, #d7c39f, #8ca293); box-shadow: var(--shadow); transform: rotate(1deg); }
.photo-placeholder { height: 100%; min-height: 516px; border: 2px dashed rgba(255,255,255,.65); border-radius: 28px; display: grid; place-items: center; align-content: center; text-align: center; color: white; gap: 8px; }
.photo-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 2rem; }
.photo-placeholder span { opacity: .85; }
.floating-note { position: absolute; background: var(--paper); border-radius: 18px; padding: 12px 16px; box-shadow: 0 16px 40px rgba(20,30,26,.15); font-weight: 700; }
.note-one { left: -35px; bottom: 78px; transform: rotate(-5deg); }
.note-two { right: -26px; top: 75px; transform: rotate(4deg); }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: #e9e2d7; }
.ticker-track { display: flex; width: max-content; gap: 34px; padding: 16px 0; animation: ticker 30s linear infinite; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: .12em; font-size: .8rem; }
.ticker-track span::after { content: "•"; margin-left: 34px; color: var(--sand); }
@keyframes ticker { to { transform: translateX(-50%); } }

.split-section { display: grid; grid-template-columns: .35fr 1fr; gap: 70px; padding: 120px 0 70px; }
.section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 700; color: var(--green-2); }
.story-copy h2 { font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 28px; }
.story-copy p { font-size: 1.13rem; color: #43504a; }
.story-copy blockquote { margin: 38px 0 0; padding: 30px; border-left: 4px solid var(--sand); background: rgba(255,255,255,.35); font-size: 1.25rem; font-weight: 600; }

.career-strip { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 16px; padding: 40px; background: var(--paper); border-radius: var(--radius); box-shadow: 0 10px 35px rgba(30,39,36,.06); }
.career-node { display: flex; flex-direction: column; gap: 3px; }
.career-node span { color: var(--green-2); font-size: .78rem; font-weight: 700; }
.career-node strong { font-family: Manrope, sans-serif; font-size: 1.02rem; }
.career-node small { color: var(--muted); }
.career-arrow { color: var(--sand); font-size: 1.4rem; }

#strengths { padding: 120px 0; }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading h2, .resume-banner h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.strength-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.strength-card { background: var(--paper); padding: 34px; border-radius: 24px; border: 1px solid rgba(30,39,36,.07); min-height: 260px; }
.card-num { display: inline-block; margin-bottom: 40px; color: var(--green-2); font-weight: 700; }
.strength-card h3 { font-family: Manrope, sans-serif; font-size: 1.6rem; margin: 0 0 12px; }
.strength-card p { color: var(--muted); margin: 0; }

.projects-section { background: var(--ink); color: white; padding: 120px 0; }
.section-heading.light .eyebrow { color: #bdcfc7; }
.section-heading.light h2 { color: white; }
.section-intro { color: #b7c0bc; max-width: 760px; }
.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.project-card { background: #28332f; border: 1px solid rgba(255,255,255,.08); border-radius: 28px; overflow: hidden; }
.project-image { aspect-ratio: 16 / 9; }
.placeholder-image { display: grid; place-items: center; background: linear-gradient(135deg, #d3c5aa, #80998d); color: rgba(255,255,255,.9); font-weight: 700; letter-spacing: .04em; }
.project-content { padding: 28px; }
.project-meta { color: #a9beb4; font-size: .72rem; letter-spacing: .14em; font-weight: 700; }
.project-card h3 { font-family: Manrope, sans-serif; font-size: 1.6rem; margin: 8px 0 16px; }
.project-card p { color: #c9d2ce; }
.project-card strong { color: white; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 20px; }
.chips span { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05); color: #dbe3df; }

.problem-section { padding: 120px 0; }
.problem-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.flow-step { position: relative; padding: 26px 20px; background: var(--paper); border-radius: 20px; min-height: 260px; }
.flow-step span { width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: white; display: grid; place-items: center; font-weight: 700; }
.flow-step h3 { font-family: Manrope, sans-serif; margin: 34px 0 10px; }
.flow-step p { color: var(--muted); font-size: .95rem; }

.values-band { background: #ded0b5; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 52px 0; }
.values-grid div { display: flex; flex-direction: column; gap: 6px; }
.values-grid strong { font-family: Manrope, sans-serif; font-size: 1.25rem; }
.values-grid span { color: #526059; }

.outside-section { padding: 120px 0; }
.outside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.outside-card { background: var(--paper); border-radius: 24px; overflow: hidden; }
.outside-card.large { grid-column: span 2; }
.outside-photo { aspect-ratio: 4/3; }
.outside-card h3 { font-family: Manrope, sans-serif; margin: 20px 22px 5px; }
.outside-card p { color: var(--muted); margin: 0 22px 24px; }

.resume-banner { margin-bottom: 120px; padding: 44px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: var(--paper); border-radius: var(--radius); }
.resume-banner p { color: var(--muted); }

.contact-section { background: var(--green); color: white; }
.contact-inner { padding: 110px 0; max-width: 900px; }
.contact-inner .eyebrow { color: #c7d9d1; }
.contact-inner h2 { font-size: clamp(3rem, 6vw, 5.7rem); }
.contact-inner > p:not(.eyebrow) { color: #d6e1dc; font-size: 1.12rem; max-width: 770px; }
.contact-actions { display: flex; gap: 12px; margin: 28px 0 18px; }
.light-button { background: white; color: var(--green); }
.outline-light { color: white; border: 1px solid rgba(255,255,255,.35); }
.contact-inner small { color: #c3d1ca; }

.footer { display: flex; justify-content: space-between; padding: 28px 0; color: var(--muted); font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.delay-4 { transition-delay: .32s; }

@media (max-width: 900px) {
  .nav { position: fixed; top: 76px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: var(--paper); border-radius: 20px; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; gap: 42px; padding-top: 60px; }
  .photo-card { min-height: 440px; }
  .photo-placeholder { min-height: 396px; }
  .split-section { grid-template-columns: 1fr; gap: 20px; }
  .career-strip { grid-template-columns: 1fr; }
  .career-arrow { transform: rotate(90deg); justify-self: start; }
  .problem-flow { grid-template-columns: repeat(2, 1fr); }
  .values-grid, .outside-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 26px, 1160px); }
  .hero h1 { font-size: 4rem; }
  .hero-lead { font-size: 1.35rem; }
  .note-one { left: -3px; }
  .note-two { right: -3px; }
  .strength-grid, .project-grid, .problem-flow, .values-grid, .outside-grid { grid-template-columns: 1fr; }
  .outside-card.large { grid-column: span 1; }
  .resume-banner { flex-direction: column; align-items: flex-start; }
  .footer { flex-direction: column; gap: 6px; }
  .contact-actions { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
