:root {
  --ink: #1e2924;
  --muted: #68726c;
  --paper: #f5f3ed;
  --paper-dark: #e9e7df;
  --forest: #1f3a31;
  --forest-deep: #152b25;
  --sage: #a6b89f;
  --amber: #e3a355;
  --rust: #bc6d4f;
  --line: rgba(30, 41, 36, .16);
  --sans: "DM Sans", sans-serif;
  --display: "Space Grotesk", sans-serif;
  --mono: "DM Mono", monospace;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.6 var(--sans); }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 64px), var(--max-width)); margin-inline: auto; }
.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: 20; padding: 8px 14px; color: white; background: var(--forest); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: absolute; z-index: 10; width: 100%; padding: 26px 0; }
.nav-wrap, .site-nav, .brand, .hero-actions, .hero-meta, .footer-wrap, .social-links { display: flex; align-items: center; }
.nav-wrap { justify-content: space-between; }
.brand { gap: 10px; font: 600 17px var(--display); letter-spacing: -.04em; }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--forest); font: 500 11px var(--mono); letter-spacing: -.1em; }
.brand-dot { color: var(--rust); }
.site-nav { gap: 31px; font-size: 14px; font-weight: 600; }
.site-nav a { transition: color .2s; }
.site-nav a:hover, .text-link:hover, .email-link:hover { color: var(--rust); }
.nav-contact { padding: 8px 0 8px 18px; border-left: 1px solid var(--line); }
.menu-toggle { display: none; border: 0; background: transparent; }
.section-shell { position: relative; overflow: hidden; padding: 120px 0; }
.hero { min-height: 760px; padding-top: 166px; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 22px; color: var(--rust); font: 500 11px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.eyebrow-light { color: var(--amber); }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #6b9d69; box-shadow: 0 0 0 4px rgba(107,157,105,.14); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.06em; line-height: 1.03; }
h1 { max-width: 600px; margin-bottom: 25px; font-size: clamp(3.4rem, 6.2vw, 5.6rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.5rem, 4vw, 4rem); }
em { color: var(--rust); font-style: normal; }
.outline-word { color: transparent; -webkit-text-stroke: 1.4px var(--forest); }
.hero-intro { max-width: 460px; margin-bottom: 33px; color: var(--muted); font-size: 18px; }
.hero-profile { display: flex; align-items: center; gap: 12px; margin: -8px 0 30px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.hero-profile img { width: 47px; height: 47px; border: 2px solid var(--paper); border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px var(--line); }
.hero-profile strong { display: block; margin-bottom: 2px; color: var(--ink); font: 600 15px var(--display); text-transform: none; }
.hero-actions { gap: 17px; margin-bottom: 68px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 700; transition: .25s ease; }
.button-primary { color: var(--paper); background: var(--forest); }
.button-primary:hover { background: var(--rust); transform: translateY(-2px); }
.button-quiet { border-color: var(--line); }
.button-quiet:hover { border-color: var(--forest); color: var(--forest); }
.hero-meta { gap: 28px; color: var(--muted); font: 11px var(--mono); text-transform: uppercase; }
.hero-meta strong { display: block; color: var(--ink); font: 600 20px var(--display); }
.hero-art { position: relative; min-height: 490px; background: #d6d8c7; overflow: hidden; isolation: isolate; }
.hero-art::before { position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(90deg, transparent 0 79px, rgba(30,41,36,.08) 80px), repeating-linear-gradient(0deg, transparent 0 79px, rgba(30,41,36,.08) 80px); content: ""; }
.sun { position: absolute; top: 69px; right: 19%; width: 108px; height: 108px; border-radius: 50%; background: var(--amber); }
.mountain { position: absolute; bottom: 112px; width: 0; height: 0; border-left: 260px solid transparent; border-right: 260px solid transparent; border-bottom: 340px solid var(--forest); }
.mountain-back { left: -70px; border-bottom-color: #748e7d; transform: scale(.82); transform-origin: bottom; }
.mountain-front { right: -85px; border-bottom-color: var(--forest); transform: scale(1.1); transform-origin: bottom; }
.road { position: absolute; right: 0; bottom: -145px; left: 0; height: 300px; background: #4b5b51; clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%); }
.road::after { position: absolute; top: 53px; left: 49.5%; width: 5px; height: 210px; background: repeating-linear-gradient(0deg, var(--amber) 0 38px, transparent 38px 65px); content: ""; transform: rotate(3deg); }
.car { position: absolute; z-index: 2; bottom: 89px; left: 29%; width: 280px; height: 87px; }
.car-body { position: absolute; right: 0; bottom: 8px; left: 0; height: 50px; border-radius: 35px 55px 12px 12px; background: var(--rust); box-shadow: inset 0 -8px 0 rgba(0,0,0,.13); }
.car-roof { position: absolute; z-index: 1; top: 0; left: 58px; width: 145px; height: 52px; border-radius: 70px 90px 0 0; background: var(--rust); }
.car-window { position: absolute; z-index: 2; top: 9px; width: 55px; height: 32px; background: #263e3a; }
.car-window-left { left: 73px; border-radius: 44px 5px 0 0; }
.car-window-right { left: 133px; border-radius: 5px 55px 0 0; }
.wheel { position: absolute; z-index: 3; bottom: 0; width: 29px; height: 29px; border: 7px solid #222c29; border-radius: 50%; background: #a9a38c; }
.wheel-left { left: 45px; }.wheel-right { right: 38px; }.headlight { position: absolute; right: -2px; bottom: 26px; width: 11px; height: 8px; border-radius: 50%; background: var(--amber); }
.art-label { position: absolute; color: var(--forest); font: 10px var(--mono); letter-spacing: .1em; }.art-label-top { top: 19px; left: 20px; }.art-label-bottom { bottom: 19px; left: 20px; }.art-label-bottom span { color: var(--rust); }
.scroll-cue { position: absolute; right: max(32px, calc((100% - var(--max-width)) / 2)); bottom: 28px; display: flex; align-items: center; gap: 13px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; transform: rotate(90deg); transform-origin: right; }.scroll-line { display: block; width: 50px; height: 1px; background: var(--rust); }
.about { background: var(--paper-dark); }.about-grid, .experience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 13%; }.about h2 { max-width: 390px; }.section-rule { display: block; width: 62px; height: 3px; background: var(--rust); }
.about-body { max-width: 590px; padding-top: 27px; }.lead { margin-bottom: 20px; font: 500 24px/1.3 var(--display); }.about-body p:not(.lead) { max-width: 550px; color: var(--muted); }.about-signature { margin-top: 42px; font: 500 14px var(--display); }.signature-line { display: inline-block; width: 42px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--rust); }.signature-note { margin-left: 14px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.section-dark { color: var(--paper); background: var(--forest); }.topo-pattern { position: absolute; inset: 0; opacity: .08; background: repeating-radial-gradient(ellipse at 20% 40%, transparent 0 35px, #d7e0cb 36px 37px, transparent 38px 72px); pointer-events: none; }.section-heading { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; margin-bottom: 67px; }.section-heading h2 { max-width: 520px; margin-bottom: 0; }.section-aside { color: var(--sage); font: 11px var(--mono); line-height: 1.8; text-align: right; text-transform: uppercase; }.skills-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 13%; }.skill-item { margin-bottom: 24px; }.skill-top { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 14px; }.skill-level { color: var(--amber); font: 11px var(--mono); }.skill-track { height: 5px; background: rgba(245,243,237,.16); }.skill-fill { width: 0; height: 100%; background: var(--amber); transition: width 1.2s cubic-bezier(.2,.7,.2,1); }.skill-fill.is-visible { width: calc(var(--level) * 1%); }.note-card { padding: 32px; border: 1px solid rgba(230,238,220,.23); background: rgba(255,255,255,.04); }.note-icon { display: block; margin-bottom: 31px; color: var(--amber); font-size: 26px; }.note-label { color: var(--amber); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }.note-card h3 { max-width: 315px; margin: 14px 0; font: 500 25px/1.15 var(--display); letter-spacing: -.04em; }.note-card p:last-child { margin-bottom: 0; color: var(--sage); font-size: 14px; }.tool-tags, .timeline-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }.tool-tags span, .timeline-tags span { padding: 5px 10px; border: 1px solid rgba(166,184,159,.36); color: var(--sage); font: 10px var(--mono); text-transform: uppercase; }
.projects { background: var(--paper); }.section-heading-dark { color: var(--ink); }.text-link { color: var(--rust); font: 11px var(--mono); text-transform: uppercase; }.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }.project-card { display: flex; flex-direction: column; min-height: 350px; padding: 29px; border: 1px solid var(--line); background: var(--paper-dark); transition: transform .3s, box-shadow .3s; }.project-card:hover { box-shadow: 8px 8px 0 var(--sage); transform: translateY(-5px); }.project-card-wide { grid-column: span 2; min-height: 290px; background: var(--forest); color: var(--paper); }.project-number { color: var(--rust); font: 11px var(--mono); }.project-card h3 { margin: 31px 0 12px; font: 600 29px/1.1 var(--display); letter-spacing: -.05em; }.project-card p { max-width: 480px; color: var(--muted); font-size: 14px; }.project-card-wide p { color: var(--sage); }.project-bottom { display: flex; align-items: end; justify-content: space-between; margin-top: auto; }.project-stack { display: flex; gap: 14px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }.project-links { display: flex; gap: 14px; color: var(--rust); font: 11px var(--mono); text-transform: uppercase; }.project-card-wide .project-stack { color: var(--sage); }
.section-paper { background: var(--paper-dark); }.experience-grid { grid-template-columns: .7fr 1.3fr; }.section-description { max-width: 230px; color: var(--muted); }.timeline-item { position: relative; display: grid; grid-template-columns: 130px 22px 1fr; gap: 20px; padding-bottom: 34px; }.timeline-item:not(:last-child)::before { position: absolute; top: 17px; bottom: 0; left: 141px; width: 1px; background: var(--line); content: ""; }.timeline-date { padding-top: 2px; color: var(--muted); font: 11px var(--mono); }.timeline-marker { z-index: 1; width: 10px; height: 10px; margin-top: 5px; border: 2px solid var(--paper-dark); border-radius: 50%; background: var(--rust); box-shadow: 0 0 0 1px var(--rust); }.timeline-item h3 { margin: 0 0 10px; font: 600 19px var(--display); }.timeline-item h3 span { color: var(--rust); }.timeline-item p { max-width: 515px; margin-bottom: 0; color: var(--muted); font-size: 14px; }.timeline-tags { margin-top: 14px; }.timeline-tags span { border-color: var(--line); color: var(--muted); }
.education-card { margin-top: 8px; padding: 23px 25px; border-left: 3px solid var(--amber); background: rgba(255,255,255,.32); }.education-card .eyebrow { margin-bottom: 10px; }.education-card h3 { margin: 0 0 5px; font: 600 17px var(--display); }.education-card h3 span { color: var(--rust); }.education-card p:last-child { margin: 0; color: var(--muted); font: 11px var(--mono); }
.contact { padding: 130px 0 115px; }.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 15%; }.contact-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }.contact-copy > p:not(.eyebrow) { max-width: 370px; color: var(--sage); }.email-link { display: inline-block; margin: 22px 0 38px; border-bottom: 1px solid var(--amber); color: var(--amber); font: 500 19px var(--display); }.social-links { gap: 20px; color: var(--sage); font: 11px var(--mono); text-transform: uppercase; }.social-links a:hover { color: var(--amber); }.contact-form { padding-top: 25px; }.form-row { margin-bottom: 24px; }.form-row label { display: block; margin-bottom: 7px; color: var(--sage); font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.form-row input, .form-row textarea { width: 100%; padding: 11px 0; border: 0; border-bottom: 1px solid rgba(166,184,159,.45); outline: 0; resize: vertical; color: var(--paper); background: transparent; }.form-row input:focus, .form-row textarea:focus { border-color: var(--amber); }.form-row input::placeholder, .form-row textarea::placeholder { color: rgba(245,243,237,.38); }.button-light { color: var(--forest); background: var(--amber); }.button-light:hover { background: var(--paper); transform: translateY(-2px); }.form-status { min-height: 24px; margin: 16px 0 0; color: var(--amber); font-size: 13px; }
.site-footer { padding: 22px 0; color: var(--muted); background: var(--paper); font: 10px var(--mono); text-transform: uppercase; }.footer-wrap { justify-content: space-between; }.footer-wrap p { margin: 0; }.footer-icons { color: var(--rust); font-size: 15px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }
.family-art { background: #d6d8c7; }
.family-scene { display: block; width: 100%; height: 100%; min-height: 490px; }
.family-scene .hiker, .family-scene .trail-dog { filter: drop-shadow(0 5px 3px rgba(21,43,37,.2)); stroke: #243b34; stroke-linecap: round; stroke-linejoin: round; paint-order: stroke fill; stroke-width: 1.5px; }
.family-scene .hiker path, .family-scene .trail-dog path { stroke-linecap: round; stroke-linejoin: round; paint-order: stroke fill; }
.family-scene .woods { filter: drop-shadow(0 4px 3px rgba(21,43,37,.18)); }
.family-scene .woods path { stroke-linecap: round; stroke-linejoin: round; }
.family-story { position: relative; min-height: 390px; margin-top: 68px; overflow: hidden; border: 1px solid rgba(31,58,49,.18); background: #d6d8c7; box-shadow: 10px 10px 0 rgba(166,184,159,.35); }
.family-story .family-scene { min-height: 390px; }
.family-story .art-label { display: block; }
.family-story::after { position: absolute; inset: 0; border: 10px solid rgba(245,243,237,.16); content: ""; pointer-events: none; }
.profile-card { display: flex; align-items: center; gap: 15px; margin-bottom: 28px; }
.profile-card img { width: 68px; height: 68px; border: 3px solid var(--paper); border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 1px var(--line); }
.profile-card strong, .profile-card span { display: block; }
.profile-card strong { font: 600 18px var(--display); }
.profile-card span { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }
.topo-pattern { opacity: .11; background:
  repeating-radial-gradient(ellipse at 8% 18%, transparent 0 29px, rgba(214,226,205,.55) 30px 31px, transparent 32px 62px),
  repeating-radial-gradient(ellipse at 84% 65%, transparent 0 42px, rgba(214,226,205,.42) 43px 44px, transparent 45px 91px),
  repeating-radial-gradient(ellipse at 48% 110%, transparent 0 56px, rgba(214,226,205,.4) 57px 58px, transparent 59px 116px);
  transform: rotate(-8deg) scale(1.18);
}
.topo-pattern::after { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(120deg, transparent 0 49%, rgba(214,226,205,.22) 50%, transparent 51%); background-size: 190px 190px; content: ""; }
.topo-pattern-contact { opacity: .09; transform: rotate(11deg) scale(1.25); }
.hero-art.hero-headshot { display: grid; min-height: 490px; place-items: center; background: var(--forest-deep); }
.hero-art.hero-headshot::before { opacity: .3; }
.hero-headshot img { position: relative; z-index: 1; width: min(68%, 300px); aspect-ratio: 1; border: 10px solid rgba(245,243,237,.8); border-radius: 50%; object-fit: cover; box-shadow: 0 18px 40px rgba(21,43,37,.35); }
@media (max-width: 800px) { .container { width: min(calc(100% - 40px), var(--max-width)); }.site-header { padding-top: 18px; }.menu-toggle { display: flex; flex-direction: column; gap: 4px; padding: 8px 0 8px 8px; }.menu-toggle span:not(.sr-only) { width: 23px; height: 2px; background: var(--ink); transition: .2s; }.site-nav { position: absolute; top: 67px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px; border: 1px solid var(--line); background: var(--paper); box-shadow: 4px 4px 0 var(--sage); }.site-nav.is-open { display: flex; }.site-nav a { padding: 10px 0; }.nav-contact { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.hero { min-height: auto; padding: 125px 0 100px; }.hero-grid, .about-grid, .experience-grid, .skills-layout, .contact-grid { grid-template-columns: 1fr; gap: 45px; }.hero-grid { gap: 55px; }.hero-art { min-height: 370px; }.scroll-cue { display: none; }.section-shell { padding: 85px 0; }.section-heading { display: block; margin-bottom: 43px; }.section-aside { margin-top: 22px; text-align: left; }.project-grid { grid-template-columns: 1fr; }.project-card-wide { grid-column: auto; }.contact-grid { gap: 20px; }.footer-wrap { display: block; }.footer-wrap p + p { margin-top: 9px; } }
@media (max-width: 480px) { .hero-actions { align-items: stretch; flex-direction: column; }.hero-meta { align-items: start; gap: 15px; }.hero-meta strong { font-size: 17px; }.hero-art { min-height: 300px; }.family-scene { min-height: 300px; }.project-card { min-height: 310px; padding: 23px; }.project-card h3 { margin-top: 22px; font-size: 25px; }.project-bottom { align-items: start; flex-direction: column; gap: 20px; }.timeline-item { grid-template-columns: 90px 18px 1fr; gap: 12px; }.timeline-item:not(:last-child)::before { left: 99px; }.timeline-item h3 { font-size: 17px; }.signature-note { display: block; margin: 10px 0 0 55px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
