:root {
  --ink: #20322c;
  --ink-soft: #53645e;
  --cream: #f5f1e9;
  --paper: #fbf9f5;
  --sage: #dce4db;
  --moss: #425c50;
  --forest: #263d35;
  --line: rgba(32, 50, 44, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }

.site-header {
  align-items: center; display: flex; height: 84px; justify-content: space-between; left: 0;
  padding: 0 clamp(22px, 5vw, 78px); position: absolute; right: 0; top: 0; z-index: 10;
  color: #fff;
}
.brand { align-items: center; display: flex; gap: 12px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: flex; font-family: var(--serif); font-size: 10px; height: 36px; justify-content: center; letter-spacing: 0; width: 36px; }
.main-nav { align-items: center; display: flex; gap: 30px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav a { transition: opacity .2s ease; }
.main-nav a:hover { opacity: .7; }
.nav-contact { border: 1px solid rgba(255,255,255,.55); border-radius: 30px; padding: 12px 18px; }
.menu-button { display: none; }

.hero { color: #fff; min-height: 780px; height: 100vh; overflow: hidden; position: relative; }
.hero-image, .hero-overlay { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-image { animation: hero-zoom 18s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(20,36,31,.88) 0%, rgba(20,36,31,.54) 45%, rgba(20,36,31,.14) 100%), linear-gradient(0deg, rgba(15,28,23,.42), transparent 44%); }
.hero-content { left: clamp(24px, 8vw, 130px); max-width: 760px; position: absolute; top: 51%; transform: translate3d(var(--reveal-x, 0), calc(-46% + var(--reveal-y, 0px)), 0); }
.eyebrow, .section-tag { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.light { color: rgba(255,255,255,.83); }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; margin: 0; }
h1 { font-size: clamp(64px, 9vw, 138px); line-height: .94; }
em { color: #cdd9c4; font-style: italic; }
.hero-intro { color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.75; margin: 28px 0 0; max-width: 540px; }
.hero-actions { align-items: center; display: flex; gap: 26px; margin-top: 34px; }
.button { border-radius: 40px; display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .15em; padding: 15px 22px; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #f1ede4; color: var(--forest); }
.text-link { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { font-size: 18px; margin-left: 8px; }
.scroll-hint { align-items: center; bottom: 32px; display: flex; font-size: 10px; font-weight: 700; gap: 10px; left: clamp(24px, 8vw, 130px); letter-spacing: .2em; position: absolute; text-transform: uppercase; }
.scroll-hint span { border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: block; height: 9px; width: 9px; }
.hero-postcard {
  background: #f8f3e8; bottom: clamp(72px, 8vh, 106px); box-shadow: 0 18px 42px rgba(9,22,18,.28);
  padding: 10px 10px 9px; position: absolute; right: clamp(30px, 7vw, 116px); transform: rotate(3deg) translate3d(var(--reveal-x, 0), calc(var(--parallax-y, 0px) + var(--reveal-y, 0px)), 0);
  width: clamp(170px, 16vw, 240px); z-index: 2;
}
.postcard-photo { aspect-ratio: 4 / 5; overflow: hidden; }
.postcard-photo img { height: 100%; object-fit: cover; width: 100%; }
.postcard-note { align-items: center; color: var(--moss); display: flex; justify-content: space-between; padding: 9px 3px 1px; }
.postcard-script { font-family: var(--serif); font-size: 16px; font-style: italic; letter-spacing: -.02em; }
.postcard-mark { color: #b46d3a; font-size: 16px; }

.section { padding: 118px clamp(24px, 8vw, 130px); }
.section-tag { align-items: center; color: #74837d; display: flex; gap: 14px; margin-bottom: 54px; }
.section-tag span { color: var(--moss); }
.section-tag::after { background: var(--line); content: ""; height: 1px; max-width: 140px; width: 10vw; }
.intro-grid, .contact-grid { display: grid; gap: clamp(40px, 8vw, 130px); grid-template-columns: minmax(360px, .95fr) minmax(360px, 1.05fr); }
.display { color: var(--forest); font-size: clamp(50px, 5.6vw, 84px); line-height: 1; }
.intro-copy, .contact-copy { max-width: 580px; }
.lead { color: var(--forest); font-family: var(--serif); font-size: 27px; letter-spacing: -.02em; line-height: 1.35; margin-top: 0; }
.intro-copy p:not(.lead), .career-role p, .contact-copy { color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.travel-collage { height: clamp(400px, 46vw, 620px); margin-top: 88px; position: relative; }
.collage-card { background: #fffdf8; box-shadow: 0 18px 40px rgba(44,61,52,.13); margin: 0; padding: 10px 10px 14px; position: absolute; }
.collage-card img { display: block; height: 100%; object-fit: cover; width: 100%; }
.collage-main { height: 88%; left: 5%; transform: rotate(-2deg) translate3d(var(--reveal-x, 0), calc(var(--parallax-y, 0px) + var(--reveal-y, 0px)), 0); width: 59%; }
.collage-small { height: 62%; right: 4%; top: 14%; transform: rotate(4deg) translate3d(var(--reveal-x, 0), calc(var(--parallax-y, 0px) + var(--reveal-y, 0px)), 0); width: 38%; }
.collage-card figcaption { align-items: center; display: flex; justify-content: space-between; padding: 12px 5px 0; }
.collage-card figcaption span, .collage-card figcaption strong { display: block; }
.collage-card figcaption span { color: #9b6845; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.collage-card figcaption strong { color: var(--forest); font-family: var(--serif); font-size: 16px; font-weight: 500; }
.route-note { align-items: center; bottom: 3%; color: #9b6845; display: flex; font-size: 9px; font-weight: 700; gap: 11px; left: 68%; letter-spacing: .18em; position: absolute; text-transform: uppercase; transform: rotate(-3deg); }
.route-note i { border: 1px solid #b98560; border-radius: 50%; display: block; height: 7px; position: relative; width: 7px; }
.route-note i::after { border-top: 1px dashed #b98560; content: ""; position: absolute; right: 6px; top: 2px; width: 13px; }

.experience-section { background: var(--sage); }
.experience-grid { display: grid; gap: clamp(46px, 8vw, 130px); grid-template-columns: .9fr 1.1fr; }
.experience-heading .eyebrow { color: #6c7d76; margin: 0 0 18px; }
.experience-intro { color: var(--ink-soft); font-size: 15px; line-height: 1.8; margin: 25px 0 0; max-width: 490px; }
.career-timeline { position: relative; }
.career-role { border-top: 1px solid rgba(32,50,44,.2); display: grid; gap: 24px; grid-template-columns: 62px 1fr; padding: 24px 0; position: relative; }
.career-role::before { background: var(--moss); border: 3px solid var(--sage); border-radius: 50%; content: ""; height: 12px; left: 54px; position: absolute; top: 29px; width: 12px; }
.career-role::after { border-left: 1px dashed rgba(66,92,80,.38); bottom: -1px; content: ""; left: 60px; position: absolute; top: 40px; }
.career-role-current::before { background: #b36c3c; box-shadow: 0 0 0 4px rgba(179,108,60,.14); }
.career-year { color: #788981; font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.6; text-transform: uppercase; }
.career-company { color: #718078 !important; font-size: 10px !important; font-weight: 700; letter-spacing: .17em; line-height: 1 !important; margin: 0 0 8px; text-transform: uppercase; }
.career-role h3 { font-family: var(--serif); font-size: 27px; font-weight: 500; letter-spacing: -.03em; margin: 0 0 5px; }
.career-role p:last-child { margin: 0; }
.career-early { border-bottom: 1px solid rgba(32,50,44,.2); border-top: 1px solid rgba(32,50,44,.2); color: var(--forest); padding: 18px 0; }
.career-early summary { cursor: pointer; font-family: var(--serif); font-size: 21px; letter-spacing: -.02em; list-style: none; }
.career-early summary::-webkit-details-marker { display: none; }
.career-early summary::before { color: #a26137; content: "+"; display: inline-block; font-family: var(--sans); font-size: 19px; margin-right: 13px; transition: transform .2s ease; }
.career-early[open] summary::before { transform: rotate(45deg); }
.career-early summary span { color: #7b8a84; float: right; font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .15em; margin-top: 7px; text-transform: uppercase; }
.career-early-list { border-left: 1px dashed rgba(66,92,80,.38); margin: 18px 0 3px 7px; padding-left: 24px; }
.career-early-list p { margin: 0 0 13px; }
.career-early-list strong, .career-early-list span { display: block; }
.career-early-list strong { font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: -.01em; }
.career-early-list span { color: #74827c; font-size: 11px; letter-spacing: .04em; margin-top: 2px; }

.journeys-section { background: #efe7d9; overflow: hidden; padding: 118px clamp(24px, 8vw, 130px) 132px; position: relative; }
.journeys-section::before { background: radial-gradient(circle, rgba(132,95,64,.28) 0 1px, transparent 1.5px); background-size: 24px 24px; content: ""; inset: 0; opacity: .26; position: absolute; }
.journeys-heading, .journal-grid { position: relative; z-index: 1; }
.journeys-heading { display: grid; gap: 28px 70px; grid-template-columns: minmax(360px, 1fr) minmax(290px, .72fr); }
.journeys-heading .section-tag { grid-column: 1 / -1; margin-bottom: 2px; }
.journal-title .eyebrow { color: #8e725b; margin: 0 0 16px; }
.journal-intro { align-self: end; color: #6d685f; font-size: 15px; line-height: 1.8; margin: 0 0 6px; max-width: 530px; }
.journal-grid { display: grid; gap: 18px; grid-template-columns: 1.35fr 1fr 1fr; margin-top: 62px; }
.journal-card { background: #fffdf8; box-shadow: 0 16px 34px rgba(74,65,53,.14); margin: 0; padding: 9px 9px 14px; transform: rotate(1.5deg) translate3d(var(--reveal-x, 0), calc(var(--parallax-y, 0px) + var(--reveal-y, 0px)), 0); }
.journal-card:nth-child(2) { transform: rotate(-2deg) translate3d(var(--reveal-x, 0), calc(var(--parallax-y, 0px) + var(--reveal-y, 0px)), 0); }
.journal-card:nth-child(3) { transform: rotate(2.5deg) translate3d(var(--reveal-x, 0), calc(var(--parallax-y, 0px) + var(--reveal-y, 0px)), 0); }
.journal-card img { aspect-ratio: 4 / 5; display: block; height: auto; object-fit: cover; width: 100%; }
.journal-card-wide img { aspect-ratio: 5 / 4; }
.journal-card figcaption { align-items: center; display: flex; gap: 10px; padding: 13px 3px 0; }
.journal-number { align-items: center; border: 1px solid #c6b8a4; border-radius: 50%; color: #9b6845; display: flex; flex: 0 0 auto; font-family: var(--serif); font-size: 11px; height: 29px; justify-content: center; width: 29px; }
.journal-card strong, .journal-card small { display: block; }
.journal-card strong { color: var(--forest); font-family: var(--serif); font-size: 17px; font-weight: 500; letter-spacing: -.02em; }
.journal-card small { color: #8c8275; font-size: 10px; letter-spacing: .1em; margin-top: 4px; text-transform: uppercase; }

.contact-section { background: var(--cream); }
.contact-links { border-top: 1px solid var(--line); margin-top: 36px; }
.contact-links a { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 18px 0; transition: padding .2s ease; }
.contact-links a:hover { padding-left: 7px; }
.contact-links span { color: #78867f; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.contact-links strong { color: var(--forest); font-size: 14px; }
footer { align-items: center; background: var(--cream); border-top: 1px solid var(--line); color: var(--moss); display: flex; justify-content: space-between; padding: 24px clamp(24px, 8vw, 130px); }
footer p { color: #84918c; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.reveal { opacity: 0; transition: opacity .35s ease; will-change: opacity, transform; }
.reveal:not(.hero-content):not(.hero-postcard):not(.collage-card):not(.journal-card) { transform: translate3d(var(--reveal-x, 0), var(--reveal-y, 0), 0); }
.reveal.visible { opacity: 1; }
@keyframes hero-zoom { from { transform: scale(1.06); } to { transform: scale(1); } }

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .menu-button { background: none; border: 0; display: grid; gap: 6px; padding: 10px 0 10px 10px; }
  .menu-button span:not(.sr-only) { background: #fff; display: block; height: 1px; width: 24px; }
  .main-nav { align-items: flex-start; background: rgba(24,42,36,.98); display: none; flex-direction: column; gap: 24px; left: 0; padding: 25px 24px 30px; position: absolute; right: 0; top: 72px; }
  .main-nav.open { display: flex; }
  .hero { min-height: 700px; }
  .hero-image { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(20,36,31,.84), rgba(20,36,31,.38)), linear-gradient(0deg, rgba(15,28,23,.46), transparent); }
  .hero-content { top: 48%; }
  .hero-postcard { bottom: 30px; right: 22px; width: 126px; }
  .postcard-note { padding-top: 6px; }
  .postcard-script { font-size: 12px; }
  .hero-intro { font-size: 15px; max-width: 360px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section { padding-bottom: 84px; padding-top: 84px; }
  .section-tag { margin-bottom: 35px; }
  .intro-grid, .contact-grid, .experience-grid { gap: 30px; grid-template-columns: 1fr; }
  .travel-collage { height: 420px; margin-top: 54px; }
  .collage-main { height: 65%; left: 0; width: 79%; }
  .collage-small { bottom: 0; height: 49%; right: 0; top: auto; width: 57%; }
  .collage-card figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .route-note { display: none; }
  .lead { font-size: 23px; }
  .journeys-section { padding-bottom: 84px; padding-top: 84px; }
  .journeys-heading { gap: 22px; grid-template-columns: 1fr; }
  .journeys-heading .section-tag { grid-column: auto; }
  .journal-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .journal-card img, .journal-card-wide img { aspect-ratio: 4 / 3; }
  footer { align-items: flex-start; flex-direction: column; gap: 10px; }
}

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