:root {
  --navy-950: #071a2b;
  --navy-900: #0e2a47;
  --navy-800: #183c5e;
  --navy-100: #e8eef3;
  --gold-600: #86631f;
  --gold-400: #b08d57;
  --gold-200: #dac49d;
  --ivory: #f7f3ea;
  --cream: #fcfaf6;
  --white: #ffffff;
  --ink: #202c36;
  --slate: #506274;
  --line: #d8d6cf;
  --shadow: 0 18px 50px rgb(7 26 43 / 10%);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
  --radius-lg: 28px;
  --radius-md: 18px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 98px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: 0.2em; text-decoration-thickness: 0.08em; }
a:hover { text-decoration-color: var(--gold-400); }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, h4, p { margin-top: 0; }

h1, h2, h3, h4 {
  color: var(--navy-950);
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.line-set > span { display: block; white-space: nowrap; }

h1 { max-width: 820px; margin-bottom: 1.4rem; font-size: clamp(3.15rem, 7.1vw, 6.7rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, 4.6vw, 4.35rem); }
h3 { margin-bottom: 0.8rem; font-size: clamp(1.45rem, 2.4vw, 2.05rem); }
h4 { margin-bottom: 0.65rem; font-size: 1.2rem; }
.wrap { width: min(calc(100% - 2.4rem), var(--max)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 8.7rem); }

.eyebrow, .mini-label, .card-meta, .writing-type {
  margin-bottom: 0.9rem;
  color: var(--gold-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 8px;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: rgb(7 26 43 / 96%);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  backdrop-filter: blur(12px);
}

.nav-shell {
  display: flex;
  width: min(calc(100% - 2rem), var(--max));
  min-height: 76px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 48px;
  align-items: center;
  gap: 0.7rem;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  color: var(--navy-950);
  background: var(--gold-400);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 0.85rem;
  place-items: center;
}
.brand-name { letter-spacing: 0.01em; }
.site-nav { overflow-x: auto; scrollbar-width: thin; }
.site-nav ul { display: flex; margin: 0; padding: 0; align-items: center; gap: 0.15rem; list-style: none; }

.site-nav a {
  display: inline-flex;
  min-height: 46px;
  padding: 0.7rem 0.8rem;
  align-items: center;
  color: #e9eef2;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav a:hover { color: var(--white); }
.site-nav .nav-resume { min-height: 40px; margin-left: 0.35rem; padding-inline: 1rem; color: var(--navy-950); background: var(--gold-400); border-radius: 999px; }

.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(4.8rem, 8vw, 8rem);
  color: var(--white);
  background: radial-gradient(circle at 82% 32%, rgb(176 141 87 / 16%), transparent 29%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 62%, #153c5c 100%);
}
.hero::before { position: absolute; width: 420px; height: 420px; top: -250px; left: -180px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.72fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy { min-width: 0; }
.hero .eyebrow { color: #e2c792; }
.hero h1 { color: var(--white); font-size: clamp(3.15rem, 5.4vw, 5rem); }
.hero-lede { max-width: 720px; margin-bottom: 2rem; color: #d7e0e7; font-family: var(--serif); font-size: clamp(1.25rem, 2.15vw, 1.7rem); line-height: 1.5; }
.button-row { display: flex; flex-wrap: wrap; margin-bottom: 2rem; gap: 0.8rem; }

.button {
  display: inline-flex;
  min-height: 52px;
  padding: 0.8rem 1.3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold-400); }
.button-primary:hover { background: #c19e65; }
.button-secondary { color: var(--white); border-color: rgb(255 255 255 / 45%); background: rgb(255 255 255 / 5%); }
.button-secondary:hover { background: rgb(255 255 255 / 11%); }
.focus-list { display: flex; flex-wrap: wrap; margin: 0; padding: 0; gap: 0.55rem; list-style: none; }
.focus-list li { padding: 0.42rem 0.75rem; color: #d7e0e7; border: 1px solid rgb(255 255 255 / 20%); border-radius: 999px; font-size: 0.78rem; font-weight: 700; }
.hero-portrait { position: relative; margin: 0; }
.hero-portrait::before { position: absolute; inset: -12px 16px 18px -12px; border: 2px solid var(--gold-400); border-radius: var(--radius-lg); content: ""; }
.hero-portrait picture { position: relative; display: block; overflow: hidden; background: var(--ivory); border-radius: var(--radius-lg); box-shadow: 0 30px 70px rgb(0 0 0 / 26%); }
.hero-portrait img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-portrait figcaption { position: relative; margin-top: 1.25rem; color: #d7e0e7; font-size: 0.78rem; letter-spacing: 0.07em; text-align: right; text-transform: uppercase; }

.about { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 0.86fr 1.2fr; gap: 1rem clamp(3rem, 8vw, 7.5rem); }
.about-story { padding-top: 0.2rem; }
.prose p { margin-bottom: 1.2rem; color: #344552; font-size: clamp(1.02rem, 1.5vw, 1.18rem); }
.signature-idea { grid-column: 1 / -1; display: grid; grid-template-columns: 0.52fr 0.9fr 1fr; margin-top: 3.5rem; padding: clamp(1.5rem, 3.5vw, 2.6rem); align-items: start; gap: 1.5rem 3rem; color: var(--white); background: var(--navy-900); border-radius: var(--radius-md); }
.signature-idea .mini-label { color: #e2c792; }
.signature-idea h3 { margin: 0; color: var(--white); font-size: clamp(1.8rem, 3vw, 2.6rem); }
.signature-idea > p:last-child { margin: 0; color: #d8e1e8; }

.path { position: relative; overflow: hidden; background: var(--cream); }
.path::after { position: absolute; z-index: 0; width: 520px; height: 520px; right: -260px; bottom: -300px; border: 1px solid var(--gold-200); border-radius: 50%; content: ""; }
.path-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.path-visual { position: relative; padding: 0 0 2.2rem 2.2rem; }
.path-visual::before { position: absolute; inset: 2.2rem 2.2rem 0 0; border: 2px solid var(--gold-400); border-radius: var(--radius-md); content: ""; }
.path-visual .photo-card { position: relative; }
.path-marker { position: absolute; right: -2.2rem; bottom: 0.2rem; margin: 0; padding: 0.7rem 1rem; color: var(--white); background: var(--navy-900); border-radius: 999px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.path-copy h2 { max-width: 760px; }
.credential-line { display: grid; grid-template-columns: minmax(0, 1fr) auto; margin: 2rem 0 1rem; padding: 1.2rem 0; gap: 0.35rem 1.5rem; border-block: 1px solid var(--gold-200); }
.credential-line span { color: var(--navy-900); font-family: var(--serif); font-size: 1.02rem; }
.credential-line strong { color: var(--slate); font-size: 0.8rem; line-height: 1.55; text-align: right; }

.feature-strip { padding-block: 2.2rem; color: var(--white); background: var(--navy-800); border-block: 1px solid rgb(255 255 255 / 10%); }
.feature-inner { display: grid; grid-template-columns: 0.65fr 1.25fr auto; align-items: center; gap: 1.6rem 3rem; }
.feature-kicker { display: flex; align-items: center; gap: 0.7rem; color: #e7cf9e; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; line-height: 1.4; text-transform: uppercase; }
.feature-copy h2 { margin-bottom: 0.4rem; color: var(--white); font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.feature-copy p { margin: 0; color: #d7e0e7; font-size: 0.92rem; }
.feature-link { display: inline-flex; min-height: 48px; padding: 0.7rem 1rem; align-items: center; color: var(--white); border: 1px solid rgb(255 255 255 / 35%); border-radius: 999px; font-size: 0.88rem; font-weight: 800; text-decoration: none; white-space: nowrap; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.7fr); margin-bottom: clamp(3rem, 6vw, 5rem); align-items: end; gap: 2rem 5rem; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 0.6rem; color: var(--slate); font-size: 1.05rem; }
.work { background: var(--cream); }
.journey-step { margin-bottom: 0.45rem; color: var(--gold-600); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.spotlight-card { display: grid; overflow: hidden; grid-template-columns: minmax(300px, 0.73fr) minmax(0, 1.27fr); margin-bottom: 2rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.spotlight-image { min-height: 100%; margin: 0; background: var(--navy-100); }
.spotlight-image picture, .spotlight-image img { width: 100%; height: 100%; }
.spotlight-image img { object-fit: cover; }
.pji-synthesis .spotlight-image {
  display: flex;
  max-height: none;
  min-height: 100%;
  padding: clamp(1rem, 2.2vw, 1.6rem);
  align-items: center;
  justify-content: center;
  background: var(--navy-950);
}
.pji-synthesis .spotlight-image picture { display: block; width: 100%; max-width: 480px; height: auto; margin-inline: auto; }
.pji-synthesis .spotlight-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: contain; object-position: center; border-radius: 14px; }
.spotlight-content { padding: clamp(2rem, 5vw, 4.8rem); }
.spotlight-content > p:not(.card-meta) { color: #40515f; font-size: 1.08rem; }
.check-list { margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; margin-bottom: 0.8rem; padding-left: 1.65rem; color: #344552; }
.check-list li::before { position: absolute; top: 0.05rem; left: 0; color: var(--gold-600); content: "✓"; font-weight: 900; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; margin-top: 2rem; border: 1px solid var(--gold-200); border-radius: 14px; }
.metric-row div { padding: 1rem; background: var(--ivory); }
.metric-row div + div { border-left: 1px solid var(--gold-200); }
.metric-row strong, .metric-row span { display: block; }
.metric-row strong { color: var(--navy-900); font-family: var(--serif); font-size: 1.65rem; line-height: 1.1; }
.metric-row span { margin-top: 0.35rem; color: var(--slate); font-size: 0.72rem; font-weight: 700; line-height: 1.35; }

.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.45rem; }
.work-card { display: flex; overflow: hidden; min-height: 100%; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.work-card figure { margin: 0; background: var(--navy-100); }
.work-card figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.work-card-body { display: flex; min-height: 100%; padding: clamp(1.5rem, 3.3vw, 2.5rem); flex: 1; flex-direction: column; }
.work-card-body > p:not(.card-meta, .card-note) { color: #40515f; }
.card-note { margin: auto 0 0; padding-top: 1.2rem; color: var(--slate); border-top: 1px solid var(--line); font-size: 0.82rem; font-weight: 700; }
.text-card { min-height: 340px; color: var(--white); background: linear-gradient(135deg, rgb(7 26 43 / 94%), rgb(14 42 71 / 93%)), radial-gradient(circle at top right, var(--gold-400), transparent 55%); border: 0; }
.text-card .work-card-body { justify-content: center; }
.text-card h3, .text-card .work-card-body > p:not(.card-meta, .card-note) { color: var(--white); }
.text-card .card-meta { color: #e2c792; }
.text-card .card-note { color: #d7e0e7; border-color: rgb(255 255 255 / 20%); }
.text-card .journey-step { color: #e2c792; }
.service-foundation { display: grid; grid-template-columns: 0.7fr 1.3fr; margin-top: 2rem; padding: clamp(2rem, 4vw, 3.5rem); gap: 1.5rem clamp(2rem, 5vw, 4.5rem); background: var(--ivory); border: 1px solid var(--gold-200); border-radius: var(--radius-lg); }
.service-foundation h3 { max-width: 520px; }
.service-foundation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.service-foundation-grid article { padding-left: 1.25rem; border-left: 2px solid var(--gold-400); }
.service-foundation-grid h4 { color: var(--navy-900); }
.service-foundation-grid p:last-child { margin: 0; color: #40515f; }
.service-photo { grid-column: 1 / -1; display: grid; overflow: hidden; grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr); margin: 0.4rem 0 0; color: var(--white); background: var(--navy-900); border-radius: 14px; }
.service-photo picture { display: block; min-height: 0; aspect-ratio: 4 / 5; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-photo figcaption { display: grid; padding: 1.4rem 1.6rem; align-content: center; gap: 0.45rem; }
.service-photo figcaption strong { color: #e7cf9e; font-family: var(--serif); font-size: 1.25rem; }
.service-photo figcaption span { color: #d7e0e7; font-size: 0.9rem; }
.service-bridge { grid-column: 1 / -1; max-width: 940px; margin: 0; padding-top: 1.35rem; color: var(--navy-900); border-top: 1px solid var(--gold-200); font-family: var(--serif); font-size: 1.08rem; font-style: italic; }
.chapter-turn { display: grid; grid-template-columns: repeat(3, 1fr); margin: clamp(2.5rem, 5vw, 4rem) 0; color: var(--navy-900); font-family: var(--serif); font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-style: italic; text-align: center; }
.chapter-turn span { position: relative; padding: 0.7rem 1.4rem; }
.chapter-turn span + span::before { position: absolute; left: -0.1rem; color: var(--gold-400); content: "→"; font-family: var(--sans); font-style: normal; }
.pji-synthesis { margin-bottom: 0; }
.pji-synthesis .spotlight-content > p:not(.card-meta, .journey-step) { max-width: 760px; }
.pji-scope { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 2rem 0 0; padding: 0; gap: 0.7rem; list-style: none; }
.pji-scope li { position: relative; padding: 0.85rem 0.9rem 0.85rem 2.25rem; color: var(--navy-900); background: var(--ivory); border: 1px solid var(--gold-200); border-radius: 10px; font-size: 0.82rem; font-weight: 800; }
.pji-scope li::before { position: absolute; left: 0.85rem; color: var(--gold-600); content: "•"; }

.writing { color: var(--white); background: var(--navy-950); }
.light-heading h2 { color: var(--white); }
.light-heading .eyebrow { color: #e2c792; }
.light-heading > p { color: #c8d4dc; }
.writing-portfolio { display: grid; gap: 1.45rem; }
.writing-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.writing-card { display: flex; min-height: 410px; padding: clamp(1.6rem, 2.7vw, 2.35rem); flex-direction: column; justify-content: space-between; background: #102f4e; border: 1px solid rgb(255 255 255 / 13%); border-radius: var(--radius-md); transition: border-color 160ms ease, transform 160ms ease; }
.writing-card:hover { border-color: var(--gold-400); transform: translateY(-3px); }
.writing-card.flagship { min-height: 0; padding: clamp(1.8rem, 4vw, 3.4rem); background: radial-gradient(circle at 86% 12%, rgb(176 141 87 / 18%), transparent 34%), linear-gradient(135deg, rgb(24 60 94 / 98%), rgb(14 42 71 / 98%)); border-color: var(--gold-400); }
.flagship-label { display: flex; margin-bottom: 2rem; align-items: center; justify-content: space-between; gap: 1rem; color: #e2c792; font-size: 0.74rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.flagship-body { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.78fr); align-items: start; gap: 2rem clamp(3rem, 6vw, 6rem); }
.flagship-body h3 { max-width: 760px; margin-bottom: 0; font-size: clamp(2.2rem, 4vw, 3.55rem); }
.flagship-body > p { margin: 0; color: #d7e0e7; font-size: 1rem; line-height: 1.75; }
.writing-type { color: #e2c792; }
.writing-card h3, .pji-synthesis h3 { text-wrap: pretty; }
.writing-card h3 { color: var(--white); }
.writing-support-grid .writing-card h3 { font-size: clamp(1.32rem, 1.7vw, 1.72rem); line-height: 1.15; }
.writing-card p:not(.writing-type) { color: #d4dee5; }
.card-footer { display: flex; margin-top: 2rem; padding-top: 1.2rem; align-items: flex-start; flex-direction: column; justify-content: space-between; gap: 0.9rem; border-top: 1px solid rgb(255 255 255 / 14%); font-size: 0.82rem; }
.flagship .card-footer { align-items: center; flex-direction: row; }
.card-footer span:first-child { color: #aebdc8; }
.card-footer a { display: inline-flex; min-height: 44px; align-items: center; gap: 0.35rem; color: var(--white); font-weight: 800; text-align: left; }
.availability-note { max-width: 880px; margin: 2.2rem auto 0; color: #bac8d2; font-size: 0.84rem; text-align: center; }

.beyond { background: var(--ivory); }
.beyond-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr); align-items: center; gap: clamp(3rem, 6vw, 6rem); }
.beyond-copy h2 { max-width: 680px; font-size: clamp(2.25rem, 3.5vw, 3.35rem); }
.text-link { display: inline-flex; min-height: 48px; margin-top: 0.5rem; align-items: center; gap: 0.5rem; color: var(--navy-900); font-weight: 800; }
.photo-pair { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: start; gap: 1.1rem; }
.photo-card { overflow: hidden; margin: 0; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.photo-card img { width: 100%; object-fit: cover; }
.graduation-card img { aspect-ratio: 4 / 5; }
.dog-card { margin-top: 5.4rem; }
.dog-card img { aspect-ratio: 1; }
.photo-card figcaption { padding: 1rem 1.15rem 1.2rem; color: var(--slate); font-size: 0.84rem; line-height: 1.5; }
.single-photo { display: block; width: min(100%, 420px); margin-left: auto; }
.single-photo .dog-card { margin-top: 0; transform: rotate(1.5deg); }
.life-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; align-items: start; gap: 1rem; }
.life-gallery .photo-card { min-width: 0; box-shadow: 0 14px 36px rgb(7 26 43 / 9%); }
.gallery-main { grid-column: 1 / -1; display: flex; flex-direction: column; }
.gallery-main picture, .gallery-main img { width: 100%; height: 100%; }
.gallery-main picture { display: block; aspect-ratio: 4 / 3; }
.gallery-main img { object-fit: cover; }
.gallery-small { display: flex; min-height: 0; flex-direction: column; }
.gallery-small picture { display: block; overflow: hidden; min-height: 0; aspect-ratio: 4 / 5; }
.gallery-small img { width: 100%; height: 100%; object-fit: cover; }
.gallery-small figcaption { display: flex; min-height: 4.6rem; align-items: center; }
.basketball-card img { object-position: center; }
.dog-portrait-card img { object-position: center 35%; }

.site-nav .nav-resume, .feature-link { gap: 0.35rem; }

.contact { color: var(--white); background: var(--navy-900); }
.contact-inner { display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: start; gap: clamp(3rem, 8vw, 8rem); }
.contact .eyebrow { color: #e2c792; }
.contact h2 { color: var(--white); }
.contact-inner > div:first-child > p:last-child { color: #d5dfe6; font-size: 1.08rem; }
.contact-actions { display: grid; gap: 0.8rem; }
.contact-link { display: grid; min-height: 80px; padding: 1rem 1.2rem; align-content: center; gap: 0.2rem; color: var(--white); background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 18%); border-radius: 13px; text-decoration: none; transition: background 160ms ease, border-color 160ms ease; }
.contact-link:hover { background: rgb(255 255 255 / 11%); border-color: var(--gold-400); }
.contact-link span { color: #e2c792; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-link strong { overflow-wrap: anywhere; font-size: 0.98rem; }

.site-footer { padding-block: 1.6rem; color: #acbbc6; background: var(--navy-950); border-top: 1px solid rgb(255 255 255 / 10%); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: 0.78rem; }
.footer-inner p { margin: 0; }
.footer-inner a { color: var(--white); font-weight: 800; }

.error-page { display: grid; min-height: 100vh; padding: 1.2rem; color: var(--white); background: linear-gradient(135deg, var(--navy-950), var(--navy-900)); place-items: center; }
.error-card { width: min(100%, 720px); padding: clamp(2rem, 6vw, 4.5rem); background: rgb(255 255 255 / 7%); border: 1px solid rgb(255 255 255 / 18%); border-radius: var(--radius-lg); }
.error-card h1 { color: var(--white); font-size: clamp(2.5rem, 7vw, 5rem); }
.error-card > p:not(.eyebrow) { margin-bottom: 2rem; color: #d7e0e7; font-size: 1.1rem; }

@media (max-width: 1100px) {
  .writing-support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .brand-name { display: none; }
  .hero-grid, .spotlight-card, .beyond-grid, .path-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 850px; }
  .hero-portrait { width: min(76vw, 520px); margin-inline: auto; }
  .about-grid, .contact-inner, .service-foundation { grid-template-columns: 1fr; }
  .signature-idea { grid-template-columns: 0.42fr 1fr; }
  .signature-idea > p:last-child { grid-column: 2; }
  .feature-inner { grid-template-columns: 1fr auto; }
  .feature-kicker { grid-column: 1 / -1; }
  .spotlight-image { max-height: 680px; }
  .spotlight-image img { object-position: center 42%; }
  .beyond-copy { max-width: 760px; }
  .life-gallery { width: min(100%, 760px); }
  .path-visual { width: min(76vw, 500px); margin-inline: auto; }
  .path-copy { order: -1; }
  .credential-line { grid-template-columns: 1fr; }
  .credential-line strong { margin-bottom: 0.65rem; text-align: left; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .research-card { grid-column: 1 / -1; min-height: 300px; }
  .pji-synthesis .spotlight-content { order: initial; }
  .pji-synthesis .spotlight-image { min-height: 0; padding-block: 2rem; }
  .flagship-body { grid-template-columns: 1fr; }
  .single-photo { margin-left: 0; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 166px; }
  .nav-shell { display: block; padding-top: 0.45rem; }
  .brand { min-height: 44px; }
  .brand-name { display: inline; }
  .site-nav { width: 100%; overflow: visible; }
  .site-nav ul { display: grid; width: 100%; padding-bottom: 0.55rem; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.2rem; }
  .site-nav a { width: 100%; min-height: 44px; padding: 0.55rem 0.35rem; justify-content: center; }
  .site-nav .nav-resume { min-height: 44px; margin-left: 0; padding-inline: 0.45rem; }
  .section-heading, .work-grid, .writing-support-grid, .service-foundation-grid, .pji-scope { grid-template-columns: 1fr; }
  .section-heading { gap: 1rem; }
  .signature-idea { grid-template-columns: 1fr; }
  .signature-idea > p:last-child { grid-column: auto; }
  .feature-inner { grid-template-columns: 1fr; }
  .metric-row { grid-template-columns: 1fr; }
  .metric-row div + div { border-top: 1px solid var(--gold-200); border-left: 0; }
  .spotlight-image { max-height: 560px; }
  .card-footer { align-items: flex-start; flex-direction: column; }
  .flagship .card-footer { align-items: flex-start; flex-direction: column; }
  .card-footer a { text-align: left; }
  .photo-pair { gap: 0.8rem; }
  .dog-card { margin-top: 2.6rem; }
  .chapter-turn { grid-template-columns: 1fr; gap: 0.45rem; text-align: left; }
  .chapter-turn span { padding: 0.35rem 0 0.35rem 1.8rem; }
  .chapter-turn span + span::before, .chapter-turn span:first-child::before { position: absolute; left: 0; content: "↓"; }
  .research-card { grid-column: auto; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .wrap { width: min(calc(100% - 1.4rem), var(--max)); }
  .brand-name { font-size: 0.88rem; }
  .hero { padding-top: 4rem; }
  h1, .hero h1 { max-width: 100%; font-size: clamp(2.05rem, 9.5vw, 2.4rem); }
  .writing .section-heading h2 { font-size: 2.05rem; }
  .flagship-body h3 { font-size: clamp(1.9rem, 8.5vw, 2.15rem); }
  .button-row, .button { width: 100%; }
  .hero-portrait { width: 88vw; }
  .path-visual { width: 88vw; padding: 0 0 1.5rem 1.5rem; }
  .path-marker { right: -0.3rem; font-size: 0.64rem; }
  .photo-pair { grid-template-columns: 1fr; }
  .dog-card { margin-top: 0; }
  .service-photo { grid-template-columns: 1fr; }
  .life-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery-main { grid-column: auto; grid-row: auto; }
  .gallery-main picture { aspect-ratio: 1; }
}

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

@media print {
  .site-header, .skip-link, .button-row, .site-footer { display: none; }
  .section { padding-block: 2rem; }
  body, .hero, .writing, .contact { color: #000; background: #fff; }
}

/* Current professional portfolio: retain the visual system, shorten the journey. */
.section { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.15rem, 3.8vw, 3.5rem); }
.hero h1 { font-size: clamp(2.7rem, 4.5vw, 4.25rem); text-wrap: pretty; }
.hero-lede { font-family: var(--sans); font-size: 1.08rem; line-height: 1.65; }
.hero-lede p { margin-bottom: 1rem; }
.hero-lede strong { color: var(--white); font-weight: 600; }
.hero-contact { display: inline-flex; align-items: center; min-height: 48px; padding: 0.65rem 0.4rem; font-weight: 700; }
.hero .button-row { margin-bottom: 0; }
.hero-portrait figcaption { font-size: 0.7rem; }
.section-heading { margin-bottom: 2.5rem; gap: 2rem 4rem; }
.current-role { display: grid; grid-template-columns: minmax(0, 1fr) 240px; align-items: start; gap: 2.5rem; padding: clamp(1.5rem, 3.5vw, 3rem); border: 1px solid var(--gold-200); border-radius: var(--radius-md); background: var(--white); }
.current-role h3 { margin-bottom: 0.6rem; font-size: clamp(2rem, 3vw, 2.6rem); }
.role-date { color: var(--navy-900); font-weight: 700; margin-bottom: 0.4rem; }
.role-progression { padding-bottom: 1.2rem; margin-bottom: 1.3rem; border-bottom: 1px solid var(--line); font-size: 0.88rem; color: var(--slate); }
.role-evidence { padding-left: 1.15rem; margin-bottom: 0; }
.role-evidence li { margin-top: 0.9rem; padding-left: 0.25rem; }
.pji-context { margin: 0; }
.pji-context img { border-radius: 12px; }
.pji-context figcaption { margin-top: 0.6rem; color: var(--slate); font-size: 0.78rem; }
.operations-projects { margin: 2rem 0 3rem; }
.operations-projects > h3 { margin-bottom: 1.3rem; font-size: 1.65rem; }
.operations-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.3rem; }
.operations-grid article { padding: 1.4rem; border-left: 2px solid var(--gold-400); background: var(--ivory); }
.operations-grid .card-meta { font-size: 0.67rem; }
.operations-grid p:last-child { margin-bottom: 0; font-size: 0.93rem; color: #40515f; }
.work-card-body { min-height: 0; padding: 1.6rem; }
.work-card h3 { font-size: 1.6rem; }
.work-card figure img { aspect-ratio: 16 / 10; }
.work-card .card-meta { font-size: 0.67rem; }
.employer { font-size: 0.88rem; font-weight: 700; }
.work-card-body p:last-child { margin-bottom: 0; }
.text-card .employer { color: #e2c792 !important; }
.writing-card { min-height: 0; }
.flagship-label { margin-bottom: 1.2rem; }
.flagship-body h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.writing-support-grid .writing-card { padding: 1.6rem; }
.additional-research { margin-top: 0.3rem; padding-top: 1.5rem; border-top: 1px solid rgb(255 255 255 / 25%); }
.additional-research summary { min-height: 48px; padding: 0.6rem 0; cursor: pointer; font-size: 1.15rem; font-weight: 700; }
.additional-research summary span { display: block; margin: 0.3rem 0 0 1.2rem; color: #bac8d2; font-size: 0.85rem; font-weight: 400; }
.additional-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.additional-grid h3 { font-size: 1.4rem; }
.education-grid { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.education-grid > figure { margin-top: 0.5rem; }
.degree { margin-top: 1.8rem; }
.degree h3 { font-size: 1.5rem; margin-bottom: 0.35rem; }
.degree p { margin-bottom: 0.2rem; }
.degree-detail { font-size: 0.88rem; color: var(--slate); }
.double-major { white-space: nowrap; }
.development { margin-top: 2rem; padding: 1.5rem; background: var(--ivory); border-left: 3px solid var(--gold-400); }
.development h3 { font-size: 1.5rem; }
.development p:last-child { margin-bottom: 0; }
.earlier-service { display: grid; grid-template-columns: 155px minmax(0, 1fr); max-width: 850px; margin: 2.5rem 0 0 auto; gap: 1.5rem; align-items: start; padding-top: 2rem; border-top: 1px solid var(--gold-200); }
.earlier-service-photo { margin: 0; }
.earlier-service-photo img { border-radius: 12px; }
.earlier-service-photo figcaption { margin-top: 0.6rem; font-size: 0.75rem; color: var(--slate); }
.earlier-service h3 { font-size: 1.5rem; }
.earlier-service p { color: #344552; font-size: 0.95rem; }
.beyond-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr); gap: 3rem; }
.life-gallery { max-width: 500px; }
.gallery-small picture { aspect-ratio: 4 / 5; }
.gallery-small figcaption { min-height: 0; padding: 0.85rem; font-size: 0.78rem; }
.contact-inner { gap: 3rem; }

@media (max-width: 980px) {
  .hero-portrait { width: min(86vw, 400px); }
  .hero-grid { gap: 2.8rem; }
  .hero-copy { max-width: 760px; }
  .current-role { grid-template-columns: minmax(0, 1fr) 190px; gap: 1.5rem; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-grid > :last-child { grid-column: 1 / -1; }
  .education-grid { grid-template-columns: minmax(0, 1fr) 230px; gap: 2rem; }
  .additional-grid { grid-template-columns: 1fr; }
  .beyond-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 760px) {
  .site-header { position: relative; }
  html { scroll-padding-top: 20px; }
  .nav-shell { padding-top: 0.3rem; }
  .site-nav ul { padding-bottom: 0.35rem; }
  .site-nav a { font-size: 0.8rem; padding-block: 0.35rem; }
  .hero { padding-top: 2.8rem; }
  .hero h1 { font-size: clamp(2.15rem, 7.5vw, 3.2rem); }
  .hero-lede { font-size: 1rem; }
  .section-heading { grid-template-columns: 1fr; gap: 0.75rem; }
  .current-role { grid-template-columns: 1fr; }
  .pji-context { display: grid; grid-template-columns: 95px 1fr; gap: 1rem; align-items: center; }
  .pji-context figcaption { max-width: 200px; }
  .operations-grid, .work-grid { grid-template-columns: 1fr; }
  .work-grid > :last-child { grid-column: auto; }
  .education-grid { grid-template-columns: 1fr; }
  .education-grid > figure { width: min(65vw, 230px); margin-inline: auto; }
  .about-grid, .beyond-grid { grid-template-columns: 1fr; }
  .beyond-copy h2 { font-size: 2.2rem; }
  .life-gallery { width: 100%; grid-template-columns: 1fr 1fr; }
  .earlier-service { grid-template-columns: 105px minmax(0, 1fr); gap: 1rem; }
}

@media (max-width: 420px) {
  .hero-contact { justify-content: center; width: 100%; }
  .earlier-service { grid-template-columns: 1fr; }
  .earlier-service-photo { display: grid; grid-template-columns: 90px 1fr; align-items: center; gap: 1rem; }
  .flagship-label { flex-wrap: wrap; }
  .line-set > span { white-space: normal; }
}

@media print {
  .current-role, .operations-grid, .work-grid, .education-grid, .additional-grid { display: block; }
  .writing-card, .writing-card.flagship, .text-card, .contact { color: #000; background: #fff; border-color: #ccc; }
  .writing-card h3, .writing-card p, .writing-card a, .contact h2, .contact p, .contact a { color: #000 !important; }
}

/* A chronological learning sequence and the people behind the service story. */
.pji-feature { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding-top: 1.75rem; border-top: 1px solid var(--gold-200); }
.pji-feature h4 { font: 1.6rem/1.25 var(--serif); color: var(--navy-900); margin-bottom: 0.7rem; }
.pji-feature h4 a { text-decoration: none; }
.pji-feature p:last-child { max-width: 780px; margin: 0; color: var(--slate); font-size: 0.94rem; }
.article-link { font-size: 0.85rem; font-weight: 700; white-space: nowrap; }
.learning-sequence { border-top: 1px solid var(--line); }
.learning-step { display: grid; grid-template-columns: 150px minmax(0, 1fr) 200px; gap: 2.5rem; padding: 2.5rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.learning-marker span { display: block; color: var(--gold-600); font: 2.5rem/1 var(--serif); margin-bottom: 1rem; }
.learning-marker p { font-size: 0.83rem; color: var(--slate); margin: 0; }
.learning-content { max-width: 640px; }
.learning-content h3 { font-size: 1.85rem; margin-bottom: 0.65rem; }
.learning-content p:last-child { margin-bottom: 0; color: var(--slate); }
.learning-content .degree-name { margin-bottom: 0.15rem; }
.learning-content .degree-detail { margin-bottom: 1rem; }
.learning-photo { margin: 0; }
.learning-photo img { border-radius: 12px; }
.learning-photo figcaption { font-size: 0.75rem; color: var(--slate); margin-top: 0.65rem; }
.wps-step { background: var(--navy-900); color: var(--white); padding: 2.5rem; border: 0; border-radius: 0 0 18px 18px; grid-template-columns: 110px minmax(0, 1fr); }
.wps-step h3 { color: var(--white); }
.wps-step .card-meta, .wps-step .learning-marker span { color: #e2c792; }
.wps-step .learning-marker p, .wps-step .learning-content p:last-child { color: #d8e1e9; }
.cohort-line { font-weight: 600; }
.caregiving-story { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 3rem; align-items: center; margin-top: 3.5rem; padding-top: 3rem; border-top: 1px solid var(--gold-200); }
.caregiving-copy h3 { font-size: clamp(1.8rem, 2.6vw, 2.4rem); line-height: 1.2; }
.caregiving-copy p:not(.eyebrow) { color: #344552; }
.caregiving-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; }
.caregiving-gallery figure { margin: 0; }
.caregiving-gallery figure:last-child { margin-top: 2rem; }
.caregiving-gallery img { border-radius: 12px; }
.caregiving-gallery figcaption { margin-top: 0.7rem; color: var(--slate); font-size: 0.77rem; line-height: 1.5; }
@media (max-width: 980px) {
  .learning-step { grid-template-columns: 110px minmax(0, 1fr) 160px; gap: 1.5rem; }
  .wps-step { grid-template-columns: 85px minmax(0, 1fr); }
  .caregiving-story { gap: 2rem; }
}
@media (max-width: 760px) {
  .pji-feature { grid-template-columns: 1fr; gap: 1rem; }
  .learning-step { grid-template-columns: 1fr; gap: 1rem; padding: 2rem 0; }
  .learning-marker { display: flex; align-items: center; gap: 1rem; }
  .learning-marker span { font-size: 1.75rem; margin: 0; }
  .learning-marker br { display: none; }
  .learning-photo { width: min(65vw, 230px); margin: 0.5rem auto 0; }
  .wps-step { padding: 1.5rem; }
  .caregiving-story { grid-template-columns: 1fr; gap: 1.5rem; }
  .caregiving-gallery { max-width: 530px; margin-inline: auto; }
  .learning-content h3 { font-size: 1.6rem; }
}

/* Equal prominence for caregiving and hospitality. */
.service-stories { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; margin-top: 3.5rem; }
.service-stories > article { display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr auto; align-items: start; gap: 1.75rem; margin: 0; max-width: none; padding: 2rem; border: 1px solid var(--gold-200); border-radius: 18px; }
.service-stories h3 { font-size: clamp(1.75rem, 2.4vw, 2.15rem); line-height: 1.2; }
.service-stories p:not(.eyebrow) { font-size: 1rem; color: #344552; }
.service-stories .eyebrow { color: var(--gold-600); }
.service-stories .caregiving-gallery { width: 100%; gap: 1rem; }
.service-stories figure, .service-stories .caregiving-gallery figure:last-child { margin: 0; }
.service-stories .earlier-service-photo { display: block; }
.service-stories figure img { width: 100%; height: 280px; object-fit: contain; border-radius: 10px; }
.service-stories .earlier-service-photo img { width: auto; max-width: 100%; margin-inline: auto; }
.service-stories figcaption { margin-top: 0.75rem; font-size: 0.77rem; line-height: 1.5; color: var(--slate); }
.service-stories .earlier-service-photo figcaption { text-align: center; }
.service-stories .caregiving-gallery, .service-stories .earlier-service-photo { min-height: 365px; }
@media (max-width: 980px) {
  .service-stories { gap: 1.25rem; }
  .service-stories > article { padding: 1.5rem; }
  .service-stories figure img { height: 230px; }
}
@media (max-width: 760px) {
  .service-stories { grid-template-columns: 1fr; }
  .service-stories > article { padding: 1.5rem; }
  .service-stories figure img { height: auto; }
  .service-stories .earlier-service-photo img { max-height: 300px; }
  .service-stories .caregiving-gallery, .service-stories .earlier-service-photo { min-height: 0; }
}
