:root {
  --navy: #15243a;
  --navy-soft: #22344e;
  --paper: #f2efe7;
  --cream: #faf8f2;
  --copper: #c55f37;
  --copper-dark: #984125;
  --sage: #bbcabd;
  --ink-muted: #627083;
  --line: rgba(21, 36, 58, .17);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: -60px; left: 18px; padding: 10px 14px; color: white; background: var(--navy); transition: top .2s; }
.skip-link:focus { top: 18px; }
.site-header { position: absolute; z-index: 10; top: 0; left: 50%; width: min(var(--max), calc(100% - 48px)); height: 96px; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); border-bottom: 1px solid rgba(255,255,255,.25); color: white; }
.wordmark { font-family: Georgia, 'Times New Roman', serif; font-size: 1.75rem; font-weight: 700; text-decoration: none; letter-spacing: -.08em; }.wordmark span { color: #ef8b62; }
#site-nav { display: flex; gap: 32px; } #site-nav a { font-size: .77rem; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; } #site-nav a:hover { color: #ef8b62; }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.5); padding: 8px 12px; color: white; background: transparent; font: inherit; }
.hero { position: relative; min-height: 800px; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(380px,.85fr); overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ''; position: absolute; top: -190px; right: 29%; width: 440px; height: 440px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.hero-copy { width: min(700px, 82%); align-self: center; justify-self: end; padding: 142px 7vw 88px 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }.eyebrow span { width: 34px; height: 2px; background: var(--copper); }
h1,h2,h3,p { text-wrap: pretty; }
h1 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(5rem, 10vw, 9rem); font-weight: 400; line-height: .78; letter-spacing: -.075em; }
.hero-intro { max-width: 570px; margin: 42px 0 34px; color: #cdd5df; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 25px; }.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 210px; padding: 14px 17px; font-size: .77rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }.primary { color: white; background: var(--copper); }.primary:hover { background: var(--copper-dark); }.text-button { min-width: 130px; padding-inline: 0; border-bottom: 1px solid rgba(255,255,255,.45); }
.portrait-wrap { position: relative; min-height: 800px; background: var(--sage); }.portrait-frame { height: 100%; overflow: hidden; clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%); }.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 43%; filter: saturate(.88) contrast(1.03); }
.portrait-note { position: absolute; right: 30px; bottom: 43px; margin: 0; padding-left: 14px; border-left: 2px solid white; font-size: .7rem; font-weight: 800; line-height: 1.5; text-transform: uppercase; letter-spacing: .1em; }
.hero-index { position: absolute; left: 3vw; bottom: 25px; margin: 0; color: rgba(255,255,255,.25); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.section { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }.section-label { display: flex; gap: 15px; align-items: center; margin-bottom: 50px; }.section-label span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--copper); border-radius: 50%; color: var(--copper-dark); font-size: .68rem; font-weight: 800; }.section-label p { margin: 0; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about { display: grid; grid-template-columns: 220px 1fr; gap: 50px; }.about-content h2,.projects-heading h2,.resume-card h2 { max-width: 890px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; max-width: 870px; margin: 55px 0; color: var(--ink-muted); }.about-columns p { margin: 0; }
.contact-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.contact-row a { padding: 20px 10px 20px 0; text-decoration: none; font-weight: 700; }.contact-row a + a { padding-left: 30px; border-left: 1px solid var(--line); }.contact-row span { display: block; margin-bottom: 2px; color: var(--copper-dark); font-size: .65rem; text-transform: uppercase; letter-spacing: .15em; }.contact-row b { font-weight: 400; }
.projects { border-top: 1px solid var(--line); }.projects-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }.projects-heading h2 { max-width: 760px; }.projects-heading p { max-width: 260px; color: var(--ink-muted); }
.project-card { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 590px; color: white; background: var(--navy); box-shadow: 0 26px 55px rgba(21,36,58,.13); }.project-visual { min-width: 0; padding: 28px; color: var(--navy); background: #d4ded6; }.visual-top { display: flex; justify-content: space-between; font-size: .63rem; font-weight: 800; letter-spacing: .13em; }.visual-top span:last-child { color: var(--copper-dark); }.plot-area { position: relative; height: calc(100% - 40px); margin-top: 25px; padding: 20px 15px 30px 42px; border: 1px solid rgba(21,36,58,.2); background: rgba(250,248,242,.78); }.plot-area svg { width: 100%; height: 100%; }.grid { fill: none; stroke: rgba(21,36,58,.13); stroke-width: 1; }.line { fill: none; stroke-width: 5; stroke-linecap: round; }.line-one { stroke: var(--copper); }.line-two { stroke: var(--navy-soft); }.points circle { fill: var(--cream); stroke: var(--copper); stroke-width: 4; }.axis-y,.axis-x { position: absolute; font-size: .55rem; font-weight: 800; letter-spacing: .1em; }.axis-y { top: 50%; left: -10px; transform: rotate(-90deg); }.axis-x { right: 20px; bottom: 8px; }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; }.project-number { margin-bottom: 34px; color: #9cacbf; font-size: .64rem; font-weight: 800; letter-spacing: .14em; }.project-copy h3 { margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.3rem); font-weight: 400; line-height: 1.05; }.project-copy>p { margin: 0; color: #bfc9d5; }.tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 30px 0; padding: 0; list-style: none; }.tags li { padding: 5px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }.project-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 10px; }.project-links a { padding-bottom: 4px; border-bottom: 1px solid #8898aa; font-size: .72rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }.project-links a:hover { color: #ef8b62; }
.project-placeholder { display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 25px; margin-top: 24px; padding: 30px 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.project-placeholder>p { color: var(--copper-dark); font-family: Georgia, serif; font-size: 1.5rem; }.project-placeholder span { color: var(--ink-muted); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }.project-placeholder h3 { margin: 2px 0 0; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 400; }.project-placeholder .placeholder-mark { color: var(--copper); font-size: 2rem; }
.resume { border-top: 1px solid var(--line); }.resume-card { display: grid; grid-template-columns: 1fr 310px; gap: 60px; align-items: center; padding: 75px; background: var(--cream); }.resume-card h2 { max-width: 720px; }.resume-card>div>p:last-child { max-width: 660px; margin-top: 30px; color: var(--ink-muted); }.document-illustration { position: relative; min-height: 390px; padding: 38px; color: var(--navy); background: white; box-shadow: 0 22px 45px rgba(21,36,58,.13); transform: rotate(3deg); }.document-illustration>span { font-family: Georgia, serif; font-size: 1.2rem; }.document-illustration i { display: block; width: 100%; height: 7px; margin-top: 24px; background: #d9dedf; }.document-illustration i:nth-of-type(2) { width: 70%; }.document-illustration i:nth-of-type(3) { margin-top: 50px; }.document-illustration b { position: absolute; right: 25px; bottom: 25px; padding: 13px; border: 2px solid var(--copper); color: var(--copper); font-size: .72rem; line-height: 1.2; text-align: center; transform: rotate(-8deg); }
.contact { width: 100%; max-width: none; padding: 130px max(24px, calc((100vw - var(--max))/2)); color: white; background: var(--navy); }.contact-kicker { margin: 0 0 25px; color: #9eabba; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }.contact h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(4rem, 9vw, 8.5rem); font-weight: 400; line-height: .9; letter-spacing: -.06em; }.contact h2 em { color: #ef8b62; font-weight: 400; }.contact-actions { display: flex; flex-wrap: wrap; gap: 25px 55px; margin-top: 55px; }.contact-actions a { min-width: 270px; display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; font-weight: 700; }.contact-actions a:hover { color: #ef8b62; }
footer { display: flex; justify-content: space-between; padding: 24px max(24px, calc((100vw - var(--max))/2)); color: #aeb9c5; background: #0e1b2d; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; } footer p { margin: 0; } footer a { text-decoration: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }.reveal[data-delay="1"] { transition-delay: .12s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) {
  .site-header { width: calc(100% - 32px); }.menu-button { display: block; } #site-nav { position: absolute; top: 78px; right: 0; display: none; min-width: 190px; padding: 18px; flex-direction: column; gap: 15px; color: var(--navy); background: var(--cream); box-shadow: 0 16px 30px rgba(0,0,0,.15); } #site-nav.open { display: flex; }
  .hero { min-height: auto; grid-template-columns: 1fr; }.hero-copy { width: 100%; padding: 145px 28px 75px; }.portrait-wrap { min-height: 650px; }.hero-index { display: none; }
  .section { padding: 85px 0; }.about { grid-template-columns: 1fr; gap: 0; }.about-columns { gap: 28px; }.projects-heading { align-items: start; flex-direction: column; }.project-card { grid-template-columns: 1fr; }.project-visual { min-height: 470px; }.resume-card { grid-template-columns: 1fr; padding: 45px; }.document-illustration { width: min(310px,100%); justify-self: center; }
}
@media (max-width: 600px) {
  .site-header,.section { width: calc(100% - 32px); }.hero-copy { padding-inline: 20px; }.hero-actions { align-items: stretch; flex-direction: column; }.button { width: 100%; }.portrait-wrap { min-height: 530px; }.portrait-frame { clip-path: polygon(0 5%,100% 0,100% 100%,0 95%); }
  .about-columns,.contact-row { grid-template-columns: 1fr; }.contact-row a + a { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }.project-visual { min-height: 340px; padding: 16px; }.project-copy { padding: 35px 25px; }.plot-area { padding-left: 25px; }.axis-y { display: none; }.project-placeholder { grid-template-columns: 45px 1fr auto; }.resume-card { padding: 28px; }.contact { padding-block: 95px; } footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}
