:root {
  --navy: #0b315f;
  --navy-2: #082746;
  --teal: #0f8d83;
  --teal-dark: #087268;
  --teal-soft: #dff5f2;
  --ice: #edf7fa;
  --sky: #d7ebf4;
  --ink: #172534;
  --muted: #5b6c7e;
  --line: #d7e2e8;
  --white: #ffffff;
  --shadow: 0 22px 55px rgba(8, 39, 70, .13);
  --shadow-sm: 0 10px 28px rgba(8, 39, 70, .09);
  --radius: 22px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
address { font-style: normal; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: 100px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 9999;
  padding: 11px 16px;
  border-radius: 10px;
  color: #fff;
  background: var(--navy);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible { outline: 3px solid #f3b43f; outline-offset: 4px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(11, 49, 95, .08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: grid; grid-template-columns: auto auto; align-items: baseline; white-space: nowrap; }
.signature { color: var(--navy); font-family: "Brush Script MT", "Segoe Script", cursive; font-size: 34px; line-height: 1; }
.degree { color: var(--navy); font-weight: 800; font-size: 17px; }
.wordmark small { grid-column: 1 / -1; margin-top: 5px; color: var(--teal-dark); font-size: 9px; font-weight: 800; letter-spacing: .085em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a { position: relative; color: #263645; font-size: 12px; font-weight: 760; text-transform: uppercase; letter-spacing: .035em; }
.site-nav > a:not(.resume-link)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--teal); transition: right .22s ease; }
.site-nav > a:not(.resume-link):hover::after,
.site-nav > a[aria-current="true"]::after { right: 0; }
.resume-link { display: inline-flex; align-items: center; gap: 8px; padding: 11px 14px; color: #fff !important; background: var(--navy); border-radius: 6px; box-shadow: 0 7px 17px rgba(11,49,95,.18); }
.resume-link:hover { background: var(--teal-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); border-radius: 2px; transition: transform .22s ease, opacity .22s ease; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: grid;
  align-items: center;
  padding: 78px 0;
  background:
    linear-gradient(100deg, rgba(230,244,249,.98) 0%, rgba(247,251,253,.96) 57%, rgba(218,237,246,.89) 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .27;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(15,141,131,.14) 49%, rgba(15,141,131,.14) 51%, transparent 52%),
    linear-gradient(150deg, transparent 48%, rgba(15,141,131,.12) 49%, rgba(15,141,131,.12) 51%, transparent 52%);
  background-size: 68px 118px;
  background-position: -10px -25px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 43%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  right: -110px;
  top: -70px;
  width: 610px;
  height: 610px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.88) 0%, rgba(255,255,255,.4) 42%, transparent 70%);
  pointer-events: none;
}
.hero-mesh { position: absolute; inset: auto 7% 0 auto; width: 460px; height: 200px; opacity: .16; background: radial-gradient(circle at 30% 50%, var(--teal) 0 2px, transparent 3px) 0 0 / 26px 26px; mask-image: linear-gradient(to top, #000, transparent); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px, 380px) minmax(0, 1fr); gap: 72px; align-items: center; }
.portrait-wrap { position: relative; justify-self: center; width: min(100%, 370px); }
.portrait-frame { position: relative; z-index: 2; padding: 7px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.portrait-frame picture { display: block; }
.portrait-frame img { width: 100%; aspect-ratio: 677 / 741; object-fit: cover; object-position: center 43%; border-radius: 12px; }
.portrait-accent { position: absolute; left: -22px; bottom: -22px; width: 62%; height: 46%; border-radius: 25px; background: var(--teal); opacity: .13; }
.pill { display: inline-flex; margin: 0 0 18px; padding: 6px 16px; border-radius: 999px; color: #fff; background: var(--teal); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .04em; }
.hero h1 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(55px, 6.5vw, 86px); font-weight: 500; line-height: .95; letter-spacing: -.045em; }
.hero h1 strong { display: block; margin-top: 12px; color: var(--teal); font-family: inherit; font-size: .58em; font-weight: 650; letter-spacing: -.02em; }
.hero-focus { margin: 27px 0 22px; color: var(--navy); font-size: clamp(16px, 2vw, 20px); font-weight: 820; line-height: 1.45; text-transform: uppercase; letter-spacing: .025em; }
.hero-contact { display: grid; gap: 10px; margin: 0 0 27px; }
.hero-contact a { width: fit-content; display: inline-flex; align-items: center; gap: 12px; color: #34485b; font-size: 14px; }
.hero-contact a:hover { color: var(--teal-dark); }
.hero-contact svg { flex: 0 0 auto; color: var(--navy); fill: currentColor; stroke: none; }
.hero-contact a:nth-child(3) svg { fill: none; stroke: currentColor; }
.hero-contact a:nth-child(4) svg { fill: none; stroke: currentColor; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 2px solid transparent; border-radius: 7px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .035em; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--navy); box-shadow: 0 8px 20px rgba(11,49,95,.2); }
.button.primary:hover { background: var(--teal-dark); }
.button.secondary { color: var(--navy); border-color: var(--navy); background: rgba(255,255,255,.75); }
.button.secondary:hover { color: #fff; background: var(--navy); }

.about-section { background: #fff; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .75fr); gap: 80px; align-items: start; }
.section-kicker { margin: 0 0 13px; color: var(--teal-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.section-kicker span { display: inline-grid; place-items: center; width: 29px; height: 29px; margin-right: 10px; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; }
.section-kicker.light { color: #8ce7dd; }
h2 { margin: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.6vw, 54px); line-height: 1.08; letter-spacing: -.028em; }
.section-copy .lead { margin: 27px 0 15px; color: #283a4b; font-size: 17px; line-height: 1.75; }
.section-copy > p:not(.section-kicker):not(.lead) { color: var(--muted); }
.license-line { margin-top: 23px; color: var(--teal-dark) !important; }
.quality-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.quality-card article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.quality-card article:last-child { border-bottom: 0; }
.quality-icon { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #9fcfc9; border-radius: 50%; color: var(--teal-dark); font-size: 20px; }
.quality-card h3 { margin: 0; color: var(--navy); font-size: 14px; }
.quality-card p { margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.competencies { padding: 55px 0 60px; border-block: 1px solid #dbe8ed; background: linear-gradient(90deg, #eff8fa, #fff 50%, #eff8fa); }
.center-heading { display: flex; justify-content: center; align-items: center; gap: 18px; margin-bottom: 34px; text-align: left; }
.center-heading::before, .center-heading::after { content: ""; width: min(100px, 9vw); height: 1px; background: #79a8be; }
.center-heading .section-kicker { margin: 0 0 2px; text-align: center; }
.center-heading h2 { font-family: inherit; font-size: 22px; font-weight: 850; letter-spacing: .02em; text-transform: uppercase; }
.heading-icon { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--navy); border-radius: 50%; color: var(--navy); font-family: Georgia, serif; font-weight: 800; }
.heading-icon.briefcase { font-family: inherit; }
.competency-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.competency-grid ul { margin: 0; padding: 0 38px; list-style: none; border-right: 1px solid var(--line); }
.competency-grid ul:first-child { padding-left: 0; }
.competency-grid ul:last-child { padding-right: 0; border-right: 0; }
.competency-grid li { position: relative; margin: 10px 0; padding-left: 25px; font-size: 13px; }
.competency-grid li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 9px; font-weight: 900; }

.experience-section { background: #fff; }
.experience-featured { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border-top: 1px solid var(--line); }
.experience-featured::before { content: ""; position: absolute; top: -6px; left: 0; right: 0; height: 12px; background: radial-gradient(circle, var(--teal) 0 4px, #fff 5px 7px, transparent 8px) 0 0 / calc(50% - 1px) 12px no-repeat; pointer-events: none; }
.job-card { padding: 31px 32px 18px; border-right: 1px solid var(--line); }
.job-card:last-child { border-right: 0; }
.job-card time { display: inline-block; margin-bottom: 21px; padding: 6px 13px; color: #fff; background: var(--navy); border-radius: 4px; font-size: 11px; font-weight: 850; }
.job-card:nth-child(2) time, .job-card:nth-child(3) time { background: var(--teal); }
.company-name { min-height: 42px; margin: 0 0 2px; color: var(--navy); font-size: 26px; font-weight: 900; line-height: 1; }
.company-name.prime span { color: #e37a35; font-weight: 500; }
.company-name.optum { color: #ef6b2d; text-transform: lowercase; }
.company-name.mesquite { color: #258b55; font-size: 16px; line-height: 1.25; }
.company-name.mesquite span { font-size: 29px; vertical-align: -3px; }
.job-location { margin: 6px 0 3px; color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .035em; }
.job-card h3 { margin: 0 0 17px; color: var(--teal-dark); font-size: 14px; }
.job-card ul { margin: 0; padding-left: 17px; }
.job-card li { margin: 8px 0; color: #394b5c; font-size: 12px; line-height: 1.5; }
.earlier-experience { width: min(720px, 100%); margin: 30px auto 0; border: 1px solid var(--line); border-radius: 10px; background: #f9fcfd; }
.earlier-experience summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 20px; color: var(--navy); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; cursor: pointer; list-style: none; }
.earlier-experience summary::-webkit-details-marker { display: none; }
.earlier-experience summary span { font-size: 24px; line-height: 1; transition: transform .2s ease; }
.earlier-experience[open] summary span { transform: rotate(45deg); }
.earlier-jobs { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.earlier-jobs article { display: grid; grid-template-columns: 90px 1fr; gap: 13px; padding: 18px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.earlier-jobs article:nth-child(even) { border-right: 0; }
.earlier-jobs article:nth-last-child(-n+2) { border-bottom: 0; }
.earlier-jobs time { color: var(--teal-dark); font-size: 10px; font-weight: 850; }
.earlier-jobs h3 { margin: 0; color: var(--navy); font-size: 13px; }
.earlier-jobs p { margin: 4px 0 0; color: var(--muted); font-size: 11px; }

.credentials-section { padding-block: 0; background: linear-gradient(90deg, var(--navy) 0 48%, #f0f8fa 48%); }
.credentials-grid { display: grid; grid-template-columns: .92fr 1.08fr; }
.education-panel { min-height: 520px; padding: 80px 74px 80px 0; color: #fff; }
.education-panel h2 { color: #fff; }
.education-item { display: grid; grid-template-columns: 70px 1fr; gap: 24px; margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.education-item time { color: #90e0d8; font-size: 13px; font-weight: 850; }
.education-item h3 { margin: 0; color: #fff; font-size: 20px; }
.education-item p { margin: 5px 0 0; color: #c8d8e3; font-size: 13px; }
.credentials-panel { display: grid; align-content: center; gap: 34px; padding: 75px 0 75px 75px; }
.credential-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.credential-list li { position: relative; padding-left: 26px; color: #31475a; font-size: 13px; }
.credential-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.systems { margin: 0; color: #415569; font-size: 13px; line-height: 1.8; }
.language-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; }
.language-pills span { padding: 7px 13px; border: 1px solid #a9cbd0; border-radius: 999px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 800; }

.personality-section { overflow: hidden; color: #fff; background: #082a4c; }
/* Full-bleed layout: copy stays aligned with the main site shell while the image reaches the right edge. */
.personality-section .personality-grid { width: 100%; max-width: none; margin: 0; }
.personality-grid { min-height: 330px; display: grid; grid-template-columns: minmax(360px, 42%) minmax(0, 58%); align-items: stretch; }
.personality-copy { padding: 48px 52px 44px max(24px, calc((100vw - var(--shell)) / 2)); }
.personality-copy h2 { color: #fff; font-size: clamp(30px, 3.5vw, 43px); }
.personality-copy p:not(.section-kicker) { color: #d3e2ea; font-size: 13px; }
.interest-list { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; }
.interest-list span { color: #a8dcd6; font-size: 11px; font-weight: 760; }
.personality-image { position: relative; min-height: 330px; margin: 0; overflow: hidden; isolation: isolate; background: #183f3b; }
/* A softly enlarged copy fills the frame; the sharp foreground image uses contain so no characters are cropped. */
.personality-image::before { content: ""; position: absolute; z-index: -2; inset: -20px; background: url("assets/personality-banner.webp") center / cover no-repeat; filter: blur(15px); opacity: .58; transform: scale(1.08); }
.personality-image picture { position: relative; z-index: 0; display: block; width: 100%; height: 100%; }
.personality-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; image-rendering: auto; }
.personality-image::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #082a4c 0%, rgba(8,42,76,.58) 8%, transparent 25%, rgba(0,0,0,.08) 100%); pointer-events: none; }
.personality-image figcaption { position: absolute; z-index: 2; left: 50%; bottom: 18px; transform: translateX(-50%); width: min(92%, 760px); color: #f8d98b; text-align: center; font-family: Georgia, serif; font-size: 15px; font-weight: 700; text-shadow: 0 1px 5px rgba(0,0,0,.72); }

.contact-section { padding: 90px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; padding: 50px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #f0fafb, #fff); box-shadow: var(--shadow-sm); }
.contact-copy p:not(.section-kicker) { color: var(--muted); }
.contact-copy .button { margin-top: 15px; }
.contact-list { display: grid; align-content: center; }
.contact-list a { display: grid; grid-template-columns: 80px 1fr auto; gap: 17px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list a:first-child { border-top: 1px solid var(--line); }
.contact-list span { color: var(--teal-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.contact-list strong { color: var(--navy); font-size: 13px; word-break: break-word; }
.contact-list b { color: var(--teal); font-size: 21px; transition: transform .2s ease; }
.contact-list a:hover b { transform: translate(3px, -3px); }

.site-footer { color: #bfd0db; background: #061d35; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr 1fr .8fr; gap: 42px; padding: 48px 0 34px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.footer-brand { color: #fff; }
.footer-brand .signature { color: #fff; font-size: 30px; }
.footer-grid h2 { margin: 0 0 8px; color: #fff; font-family: inherit; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid p, .footer-grid a { margin: 0; color: #bfd0db; font-size: 11px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: #fff; }

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .site-nav { gap: 18px; }
  .site-nav > a { font-size: 11px; }
  .hero-grid { gap: 50px; }
  .about-layout { gap: 50px; }
  .job-card { padding-inline: 22px; }
  .credentials-panel { padding-left: 52px; }
  .education-panel { padding-right: 52px; }
}

@media (max-width: 880px) {
  html { scroll-padding-top: 70px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .section { padding: 78px 0; }
  .header-inner { min-height: 70px; }
  .wordmark .signature { font-size: 29px; }
  .wordmark small { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 80px 25px;
    background: rgba(255,255,255,.985);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  }
  .menu-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-nav > a { font-size: 17px; }
  .resume-link { padding: 13px 18px; font-size: 13px !important; }
  .hero { min-height: auto; padding: 65px 0 75px; }
  .hero-grid { grid-template-columns: minmax(230px, 300px) 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(46px, 8vw, 68px); }
  .hero-focus { font-size: 15px; }
  .about-layout { grid-template-columns: 1fr; }
  .quality-card { max-width: 680px; }
  .competency-grid ul { padding-inline: 24px; }
  .experience-featured { grid-template-columns: 1fr; gap: 0; border-top: 0; }
  .experience-featured::before { display: none; }
  .job-card { padding: 28px 24px; border-right: 0; border-top: 1px solid var(--line); }
  .job-card:last-child { border-bottom: 1px solid var(--line); }
  .credentials-section { background: linear-gradient(180deg, var(--navy) 0 50%, #f0f8fa 50%); }
  .credentials-grid { grid-template-columns: 1fr; }
  .education-panel { min-height: 0; padding: 70px 20px 70px 0; }
  .credentials-panel { padding: 70px 0 70px 20px; }
  .personality-grid { grid-template-columns: 1fr; }
  .personality-copy { padding: 48px max(24px, calc((100vw - var(--shell)) / 2)); }
  .personality-image { min-height: 255px; }
  .personality-image::after { background: linear-gradient(180deg, #082a4c 0%, rgba(8,42,76,.45) 12%, transparent 32%, rgba(0,0,0,.08) 100%); }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .section { padding: 67px 0; }
  .degree { font-size: 14px; }
  .hero { padding-top: 40px; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .portrait-wrap { width: min(78vw, 335px); }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-focus { font-size: 14px; }
  .hero-contact { width: min(100%, 340px); text-align: left; }
  .hero-contact a { width: 100%; font-size: 13px; overflow-wrap: anywhere; }
  .hero-actions { width: min(100%, 360px); }
  .hero-actions .button { flex: 1 1 100%; }
  .about-layout { gap: 38px; }
  .center-heading { gap: 10px; }
  .center-heading::before, .center-heading::after { width: 28px; }
  .heading-icon { width: 42px; height: 42px; }
  .center-heading h2 { font-size: 18px; }
  .competency-grid { grid-template-columns: 1fr; }
  .competency-grid ul, .competency-grid ul:first-child, .competency-grid ul:last-child { padding: 0; border-right: 0; }
  .competency-grid ul + ul { margin-top: -2px; }
  .earlier-jobs { grid-template-columns: 1fr; }
  .earlier-jobs article { border-right: 0; }
  .earlier-jobs article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .earlier-jobs article:last-child { border-bottom: 0; }
  .credentials-section { background: linear-gradient(180deg, var(--navy) 0 49%, #f0f8fa 49%); }
  .education-panel { padding-right: 0; }
  .credentials-panel { padding-left: 0; }
  .education-item { grid-template-columns: 54px 1fr; gap: 16px; }
  .personality-copy { padding: 40px 24px; }
  .personality-image { min-height: 220px; }
  .personality-image figcaption { bottom: 10px; width: 92%; font-size: 13px; }
  .contact-section { padding: 65px 0; }
  .contact-grid { padding: 30px 22px; }
  .contact-list a { grid-template-columns: 1fr auto; gap: 6px 12px; }
  .contact-list span { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
  .wordmark .signature { font-size: 25px; }
  .degree { font-size: 12px; }
  .hero h1 { font-size: 47px; }
  .hero-focus { font-size: 12px; }
  .quality-card article { padding-inline: 17px; }
  .center-heading::before, .center-heading::after { display: none; }
  .job-card { padding-inline: 10px; }
  .personality-image { min-height: 190px; }
  .personality-image figcaption { font-size: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-actions, .personality-section, .contact-section, .site-footer, .menu-toggle { display: none !important; }
  .hero, .competencies, .credentials-section { background: #fff !important; color: #000 !important; }
  .hero { min-height: 0; padding: 30px 0; }
  .section { padding: 35px 0; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .education-panel, .credentials-panel { padding: 25px 0; color: #000; }
  .education-panel h2, .education-item h3 { color: #000; }
  .experience-featured { display: block; }
  .job-card, .quality-card, .education-item { break-inside: avoid; }
}
