/* katherineariasaraya.com
   Design system. Palette derives from the logo (pink #EE3A7A, plum #2E1E50) matured for a corporate CX audience:
   plum carries actions and headings, pink is an accent, surfaces are white and warm white, text is charcoal.
   #C92260 is the logo pink adjusted until it passes WCAG AA as text on white (4.8:1). */

:root {
  --paper: #FFFFFF;
  --warm: #FAF8F5;
  --warm-deep: #F1EDE7;
  --charcoal: #1F1D24;
  --slate: #5C5768;
  --rule: #E4DFE8;
  --rule-strong: #CFC8D6;
  --plum: #2E1E50;
  --plum-2: #3D2B6B;
  --plum-soft: #ECE7F2;
  --violet: #523C91;
  --violet-2: #543E95;
  --pink: #EE3A7A;
  --pink-ink: #C92260;
  --blush: #FBE9F0;

  --serif: "Source Serif 4", "Source Serif 4 Fallback", Georgia, serif;
  --sans: "Source Sans 3", "Source Sans 3 Fallback", "Helvetica Neue", Arial, sans-serif;

  --wrap: 1120px;
  --gutter: clamp(20px, 5vw, 48px);
  --measure: 60ch;
  --radius: 8px;
  --nav-h: 80px;
  --shadow-sm: 0 1px 2px rgba(31, 29, 36, 0.06), 0 4px 14px -8px rgba(46, 30, 80, 0.18);
  --lavender-wash-top: #FCFBFE;
  --lavender-wash-bottom: #F2EEFA;
  --frost: rgba(255, 255, 255, 0.66);
  --frost-edge: rgba(255, 255, 255, 0.9);
}

@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/SourceSans3-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/SourceSerif4-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Fallbacks with adjusted metrics: text renders immediately in a local face sized to match, so the swap
   to the web font does not reflow the layout (keeps CLS at 0 and stops LCP from re-triggering). */
@font-face {
  font-family: "Source Sans 3 Fallback";
  src: local("Helvetica Neue"), local("Arial");
  size-adjust: 94%;
  ascent-override: 99%;
  descent-override: 29%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Source Serif 4 Fallback";
  src: local("Georgia");
  size-adjust: 96%;
  ascent-override: 92%;
  descent-override: 26%;
  line-gap-override: 0%;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .petals { display: none; }
}
[id] { scroll-margin-top: calc(var(--nav-h) + 16px); }
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  color: var(--charcoal);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--plum); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--pink-ink); }
:focus-visible { outline: 3px solid var(--pink-ink); outline-offset: 3px; border-radius: 3px; }
strong { font-weight: 600; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); border: 0; white-space: nowrap; }

.skip {
  position: absolute; left: 12px; top: -64px; z-index: 100;
  background: var(--plum); color: #fff; padding: 10px 14px; border-radius: var(--radius);
  font-weight: 600; text-decoration: none;
}
.skip:focus { top: 12px; }

/* ---------- type ---------- */
h1, h2, h3, h4 { margin: 0; color: var(--plum); font-weight: 600; line-height: 1.15; letter-spacing: -0.005em; text-wrap: balance; }
h1, h2 { font-family: var(--serif); }
h1 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.06; letter-spacing: -0.015em; }
h2 { font-size: clamp(26px, 3vw, 36px); }
h3 { font-family: var(--sans); font-size: 19px; }
h4 { font-family: var(--sans); font-size: 16px; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
.lead { font-size: clamp(18px, 1.4vw, 20px); line-height: 1.5; max-width: var(--measure); text-wrap: pretty; }
.muted { color: var(--slate); }
.small { font-size: 14px; }
.eyebrow { font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pink-ink); margin: 0 0 14px; }
.eyebrow--plum { color: var(--plum); }
.serif { font-family: var(--serif); }

/* ---------- layout ---------- */
.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; padding-left: env(safe-area-inset-left); padding-right: env(safe-area-inset-right); }
.section { padding-block: clamp(48px, 7vw, 88px); }
.section--warm { background: linear-gradient(180deg, var(--paper) 0%, var(--warm) 14%, var(--warm) 86%, var(--paper) 100%); }
.section--tight { padding-block: clamp(40px, 5vw, 64px); }
.section__head { max-width: var(--measure); margin-bottom: clamp(22px, 3.5vw, 36px); }
.section__head p { color: var(--slate); margin-top: 10px; }
.split { display: grid; gap: clamp(28px, 5vw, 64px); }
.split > * { min-width: 0; }
.stack > * + * { margin-top: 1em; }
.list { list-style: disc; margin: 0; padding-left: 1.1em; }
.list li { margin: 0 0 8px; }
.list li::marker { color: var(--pink-ink); }
.list--plain { list-style: none; padding: 0; }
h3 + .list { margin-top: 10px; }
.list--plain li { padding-left: 18px; position: relative; }
.list--plain li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.rule { border: 0; border-top: 1px solid var(--rule); margin: 0; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 46px; padding: 11px 20px; border-radius: var(--radius);
  font: inherit; font-weight: 600; font-size: 16px; line-height: 1; text-decoration: none;
  border: 1px solid var(--plum); cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.btn svg { width: 16px; height: 16px; flex: none; transition: transform .18s ease; }
.btn:active { transform: translateY(1px); }

.btn--primary {
  background: linear-gradient(180deg, var(--plum-2) 0%, var(--plum) 100%);
  color: #fff;
  box-shadow: 0 1px 2px rgba(46, 30, 80, 0.2), 0 6px 16px -9px rgba(46, 30, 80, 0.5);
}
.btn--primary:hover {
  background: linear-gradient(180deg, #4B3684 0%, var(--plum-2) 100%);
  border-color: var(--plum-2); color: #fff; transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(46, 30, 80, 0.22), 0 14px 26px -12px rgba(46, 30, 80, 0.55);
}
.btn--primary:active { box-shadow: 0 1px 2px rgba(46, 30, 80, 0.24); }

.btn--secondary { background: var(--paper); color: var(--plum); box-shadow: 0 1px 2px rgba(46, 30, 80, 0.07); }
.btn--secondary:hover {
  background: var(--plum-soft); color: var(--plum); border-color: var(--plum-2); transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(46, 30, 80, 0.1), 0 12px 22px -14px rgba(46, 30, 80, 0.45);
}
/* Download arrows nudge down, forward arrows nudge right. */
.btn[download]:hover svg { transform: translateY(2px); }
.btn--small { min-height: 40px; padding: 8px 14px; font-size: 14.5px; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: linear-gradient(180deg, var(--lavender-wash-top) 0%, var(--lavender-wash-bottom) 100%);
  border-bottom: 1px solid var(--rule);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--nav-h); gap: 16px; position: relative; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand__logo { transition: transform .22s ease; }
.brand:hover .brand__logo { transform: translateY(-1px) scale(1.02); }
.brand__logo { height: 56px; width: auto; display: block; }
.nav__toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 44px; min-height: 44px; padding: 8px 12px;
  background: var(--paper); border: 1px solid var(--rule-strong); border-radius: var(--radius);
  font: inherit; font-weight: 600; font-size: 15px; color: var(--plum); cursor: pointer;
}
.nav__toggle svg { width: 18px; height: 18px; }
.nav__toggle .icon-close, .nav__toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav__toggle[aria-expanded="true"] .icon-close { display: block; }
.nav__menu {
  display: none; position: absolute; left: calc(-1 * var(--gutter)); right: calc(-1 * var(--gutter)); top: 100%;
  background: var(--lavender-wash-bottom); border-bottom: 1px solid var(--rule); box-shadow: 0 20px 30px -24px rgba(46, 30, 80, 0.35);
  padding: 8px var(--gutter) 18px;
}
.nav__menu.is-open { display: block; }
.nav__links { list-style: none; margin: 0; padding: 0; }
.nav__links a { display: block; min-height: 48px; padding: 14px 0; color: var(--charcoal); text-decoration: none; font-weight: 600; font-size: 17px; border-bottom: 1px solid var(--rule); background: none; box-shadow: none; filter: none; -webkit-tap-highlight-color: transparent; }
.nav__links li:last-child a { border-bottom: 0; }
.nav__links a:hover { color: var(--pink-ink); }
.nav__cta { margin-top: 14px; }
.nav__cta .btn { width: 100%; min-height: 48px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: clip; padding-block: clamp(36px, 6vw, 76px) clamp(32px, 5vw, 56px); background: radial-gradient(circle at 82% 28%, rgba(238, 58, 122, 0.13), transparent 46%), radial-gradient(circle at 6% 92%, rgba(84, 62, 149, 0.10), transparent 40%), var(--paper); }
.hero > .wrap { position: relative; z-index: 1; }

/* Decorative drifting petals. Purely ornamental, aria-hidden, and removed entirely under reduced motion. */
.petals { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.petal { position: absolute; top: -8%; width: 20px; height: 20px; color: var(--pink); opacity: 0; will-change: transform, opacity; animation: petal-fall linear infinite; }
@keyframes petal-fall {
  0%   { opacity: 0; transform: translate3d(0, -10%, 0) rotate(0deg); }
  18%  { opacity: 0.16; }
  70%  { opacity: 0.13; }
  100% { opacity: 0; transform: translate3d(22px, 128vh, 0) rotate(150deg); }
}
.petal--1 { left: 8%;  width: 17px; height: 17px; animation-duration: 27s; animation-delay: 0s; }
.petal--2 { left: 23%; width: 12px; height: 12px; color: var(--violet-2); animation-duration: 34s; animation-delay: -6s; }
.petal--3 { left: 41%; width: 22px; height: 22px; animation-duration: 30s; animation-delay: -14s; }
.petal--4 { left: 57%; width: 14px; height: 14px; animation-duration: 38s; animation-delay: -3s; }
.petal--5 { left: 72%; width: 19px; height: 19px; color: var(--violet-2); animation-duration: 25s; animation-delay: -19s; }
.petal--6 { left: 86%; width: 13px; height: 13px; animation-duration: 33s; animation-delay: -10s; }
.petal--7 { left: 95%; width: 16px; height: 16px; animation-duration: 29s; animation-delay: -23s; }
.hero__grid { display: grid; gap: 28px; align-items: center; }
.hero__photo { margin: 0; width: min(100%, 220px); position: relative; order: -1; }
.hero__photo::before { content: ""; position: absolute; inset: 14px -14px -14px 14px; background: linear-gradient(135deg, var(--plum-soft), var(--blush)); border-radius: var(--radius); z-index: -1; }
.hero__photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--rule); background: var(--warm); }
.hero h1 { max-width: 22ch; }
.hero__lead { margin-top: 18px; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 18px 0 0; padding: 0; list-style: none; font-size: 14px; color: var(--slate); }
.hero__meta li { display: inline-flex; align-items: center; gap: 8px; }
.hero__meta li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); }
.hero__meta b { color: var(--plum); font-weight: 600; }
.hero__actions { margin-top: 26px; }

/* ---------- proof strip ---------- */
.proof { padding-block: clamp(22px, 3vw, 34px); background: linear-gradient(90deg, #FBE9F0 0%, #F3EEF7 48%, #FAF8F5 100%); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.proof__panel { background: var(--frost); -webkit-backdrop-filter: blur(14px) saturate(130%); backdrop-filter: blur(14px) saturate(130%); border: 1px solid var(--frost-edge); border-radius: 12px; padding: 4px 22px 16px; box-shadow: 0 1px 2px rgba(46, 30, 80, 0.05), 0 22px 44px -32px rgba(46, 30, 80, 0.45); }
.proof__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
.proof__item { display: flex; flex-direction: column-reverse; justify-content: flex-end; margin: 0; padding: 16px 12px 14px 0; border-bottom: 1px solid rgba(46, 30, 80, 0.08); }
.proof__item:nth-last-child(-n+1) { border-bottom: 0; }
.proof__figure { display: block; margin: 0; font-family: var(--serif); font-size: 34px; font-weight: 600; line-height: 1; color: var(--pink-ink); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.proof__label { display: block; margin-top: 8px; font-size: 14px; color: var(--slate); line-height: 1.35; }
.proof__note { margin: 10px 0 0; font-size: 13px; color: var(--slate); }

/* ---------- leadership areas ---------- */
.areas { list-style: none; margin: 0; padding: 0; counter-reset: area; border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--pink), var(--violet-2)) 1; }
.areas li { display: grid; grid-template-columns: 34px 1fr; gap: 2px 14px; padding: 14px 8px 14px 0; border-bottom: 1px solid var(--rule); counter-increment: area; border-radius: 4px; transition: background-color .2s ease; }
.areas li:hover { background: rgba(238, 58, 122, 0.045); }
.areas li::before { content: counter(area, decimal-leading-zero); grid-row: 1 / span 2; font-family: var(--serif); font-size: 15px; font-weight: 600; color: var(--pink-ink); padding-top: 3px; font-variant-numeric: tabular-nums; }
.areas b { color: var(--plum); font-weight: 600; }
.areas span { color: var(--slate); font-size: 15.5px; }

/* ---------- experience ---------- */
.roles { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--rule); }
.role { display: grid; gap: 4px; padding: 26px 0; border-bottom: 1px solid var(--rule); position: relative; }
.role::before { content: ""; position: absolute; left: -18px; top: 26px; bottom: 26px; width: 2px; border-radius: 2px; background: linear-gradient(180deg, var(--pink), var(--violet-2)); opacity: 0; transition: opacity .2s ease; }
.role:hover::before { opacity: 1; }
.role__when { color: var(--slate); font-variant-numeric: tabular-nums; font-size: 14.5px; }
.role__title { font-size: 19px; }
.role__org { margin: 2px 0 0; font-size: 15px; }
.role__org b { color: var(--charcoal); }
.role__org .tag { display: inline-block; margin-left: 8px; padding: 2px 8px; border: 1px solid var(--rule-strong); border-radius: 999px; font-size: 12.5px; color: var(--slate); font-weight: 600; letter-spacing: 0.02em; vertical-align: middle; }
.role__ctx { color: var(--slate); font-size: 15px; margin: 6px 0 8px; font-style: italic; }
.role__summary { margin: 8px 0 10px; color: var(--charcoal); }
.role__prev { margin: 12px 0 0; font-size: 14.5px; color: var(--slate); }
.roles__earlier { margin: 22px 0 0; color: var(--slate); font-size: 15.5px; max-width: var(--measure); }
.roles + .roles__earlier + .actions, .roles__earlier + .actions { margin-top: 22px; }
.role__prior { margin-top: 14px; padding: 10px 0 0 14px; border-left: 2px solid var(--rule-strong); }
.role__prior-title { margin: 0 0 6px; font-weight: 600; color: var(--charcoal); font-size: 15.5px; }
.role__prior-title .role__when { margin-left: 8px; font-weight: 400; }
.role__prior .list li { font-size: 15.5px; color: var(--slate); }


/* ---------- capabilities ---------- */
.caps { display: grid; gap: 22px 32px; }
.cap { border-top: 2px solid transparent; border-image: linear-gradient(90deg, var(--plum), var(--violet-2)) 1; padding-top: 14px; transition: transform .2s ease; }
.cap:hover { transform: translateY(-3px); }
.cap h3 { font-size: 16.5px; margin-bottom: 8px; }
.cap ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 0; }
.cap li { font-size: 15px; color: var(--charcoal); }
.cap li:not(:last-child)::after { content: ","; margin-right: 6px; }

/* ---------- experience highlight ---------- */
.highlight {
  margin: 26px 0 0; padding: 18px 20px;
  background: linear-gradient(135deg, var(--paper) 0%, var(--lavender) 100%);
  border: 1px solid var(--rule); border-left: 3px solid var(--pink);
  border-radius: 0 var(--radius) var(--radius) 0; max-width: 62ch;
}
.highlight__label { margin: 0 0 6px; font-size: 12.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--pink-ink); }
.highlight__body { margin: 0; font-size: 15.5px; color: var(--charcoal); }
.highlight__body strong { color: var(--plum); }
.highlight__link { margin: 8px 0 0; font-size: 15px; }
.highlight__link a { color: var(--plum); font-weight: 600; text-underline-offset: 3px; text-decoration-color: var(--pink); }
.highlight__link a:hover { color: var(--pink-ink); }

/* ---------- contact band ---------- */
.band { background: radial-gradient(circle at 86% 8%, rgba(238, 58, 122, 0.34), transparent 42%), linear-gradient(135deg, var(--plum) 0%, var(--plum-2) 58%, var(--violet) 100%); color: #fff; }
.band h2, .band .lead { color: #fff; }
.band .eyebrow { color: #FBC8DA; }
.band h2 { margin-bottom: 12px; }
.band .muted { color: rgba(255, 255, 255, 0.78); }
.band a { color: #fff; }
.band a:hover { color: #FBC8DA; }
.band .list--plain li::before { background: var(--pink); }
.band .roles-list { margin: 16px 0 22px; }
.band .roles-list li { color: rgba(255, 255, 255, 0.92); }
.contact-links { list-style: none; margin: 0; padding: 0; }
.contact-links li { margin-bottom: 8px; }
.form { display: grid; gap: 16px; padding: 24px; background: rgba(255, 255, 255, 0.9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); border: 1px solid var(--frost-edge); border-radius: var(--radius); color: var(--charcoal); box-shadow: 0 30px 70px -40px rgba(20, 25, 35, 0.6); }
.form h3 { font-size: 18px; }
.form__row { display: grid; gap: 16px; align-items: start; }
.field { display: grid; gap: 6px; }
.field label { font-size: 14px; font-weight: 600; }
.field label .opt { color: var(--slate); font-weight: 400; }
.field input, .field textarea {
  font: inherit; font-size: 16px; color: var(--charcoal); background: var(--paper);
  border: 1px solid var(--rule-strong); border-radius: var(--radius); padding: 11px 12px; width: 100%; min-height: 46px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.field input:hover, .field textarea:hover { border-color: var(--plum-2); }
.field input:focus, .field textarea:focus { border-color: var(--plum); outline: 3px solid var(--plum-soft); outline-offset: 0; }
.field input:user-invalid, .field textarea:user-invalid, .field [aria-invalid="true"] { border-color: var(--pink-ink); }
.field textarea { min-height: 140px; resize: vertical; }
.field__hint { font-size: 13px; color: var(--slate); }
.hp { position: absolute !important; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.form__foot { display: grid; gap: 10px; }
.form__status { font-size: 14px; color: var(--pink-ink); min-height: 1.2em; margin: 0; }
.form__privacy { font-size: 13px; color: var(--slate); margin: 0; }

/* ---------- footer ---------- */
.footer { padding: 28px 0 36px; font-size: 14px; color: var(--slate); border-top: 1px solid var(--rule); background: linear-gradient(180deg, var(--lavender-wash-top) 0%, var(--lavender-wash-bottom) 100%); }
.footer__inner { display: grid; gap: 14px; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__logo { height: 40px; width: auto; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 20px; }
.footer a { color: var(--slate); text-decoration: none; padding: 6px 0; display: inline-block; }
.footer a:hover { color: var(--plum); }

/* ---------- utility pages ---------- */
.page { padding-block: clamp(48px, 9vw, 112px); }
.page__inner { max-width: 640px; }
.page h1 { font-size: clamp(30px, 4vw, 44px); }
.page .lead { margin-top: 16px; }
.page .actions { margin-top: 26px; }

/* ---------- résumé page ---------- */
.resume { padding-block: clamp(36px, 6vw, 64px); }
.resume__head { display: grid; gap: 18px; padding-bottom: 22px; border-bottom: 2px solid var(--plum); }
.resume__head h1 { font-size: clamp(30px, 4vw, 42px); }
.resume__title { font-weight: 600; color: var(--charcoal); margin: 6px 0 0; }
.resume__contact { margin: 6px 0 0; font-size: 15px; color: var(--slate); }
.resume__contact a { color: var(--plum); }
.resume__updated { font-size: 13px; color: var(--slate); margin: 8px 0 0; }
.resume h2 { font-family: var(--sans); font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--plum); padding-bottom: 6px; border-bottom: 1px solid var(--rule); margin: 36px 0 16px; }
.resume .lead { font-size: 17px; max-width: none; }
.metrics { display: flex; flex-wrap: wrap; gap: 8px 28px; margin: 16px 0 0; padding: 0; list-style: none; }
.metrics li { font-size: 15px; color: var(--slate); }
.metrics b { font-family: var(--serif); font-size: 20px; color: var(--pink-ink); font-weight: 600; margin-right: 6px; font-variant-numeric: tabular-nums; }
.rline { margin: 0 0 8px; font-size: 16px; }
.rline b { color: var(--plum); }
.resume .role { padding: 18px 0; gap: 4px; }
.resume .role__top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 20px; align-items: baseline; }
.resume .list { margin-top: 6px; }
.resume .list li { margin-bottom: 4px; }

/* ---------- print (résumé) ---------- */
@media print {
  .nav, .footer, .actions, .skip, .resume__updated, .petals { display: none !important; }
  html { scroll-behavior: auto; }
  body { font-size: 9.2pt; line-height: 1.24; color: #000; background: #fff; }
  .resume { padding: 0; }
  .wrap { width: 100%; padding: 0; }
  .resume__head { padding-bottom: 8pt; gap: 4pt; }
  .resume__head h1 { font-size: 20pt; }
  .resume__title, .resume__contact { font-size: 9pt; margin-top: 3pt; }
  .resume h2 { font-size: 8.5pt; margin: 7pt 0 3pt; padding-bottom: 2pt; page-break-after: avoid; break-after: avoid; }
  .resume .lead { font-size: 9.6pt; line-height: 1.28; margin-bottom: 3pt; }
  .metrics { margin-top: 4pt; gap: 2pt 18pt; }
  .metrics li { font-size: 9pt; }
  .metrics b { font-size: 12pt; margin-right: 3pt; color: #C92260; }
  .rline { font-size: 9.3pt; margin-bottom: 2pt; }
  .roles { border-top-width: 0; }
  .resume .role { padding: 4pt 0; gap: 0; page-break-inside: auto; }
  .role__top, .role__org, .role__ctx { page-break-after: avoid; break-after: avoid; }
  .resume .list { page-break-before: avoid; padding-left: 11pt; margin-top: 2pt; }
  .resume .list li { font-size: 9pt; margin-bottom: 0.5pt; }
  .list li::marker { color: #C92260; }
  .role__title { font-size: 10.5pt; }
  .role__prior { margin-top: 4pt; padding: 3pt 0 0 8pt; }
  .role__prior-title { font-size: 9.5pt; margin-bottom: 2pt; }
  .role__prior .list li { font-size: 9pt; }
  .role__org, .role__ctx, .role__when { font-size: 9pt; margin: 1pt 0; }
  .role__ctx { margin-bottom: 3pt; }
  h1, h2, h3, .role__title, .rline b { color: #2E1E50; }
  a { color: inherit; text-decoration: none; }
  @page { margin: 0.4in 0.55in; }
}

/* ---------- responsive: up ---------- */
@media (min-width: 600px) {
  .proof__grid { grid-template-columns: repeat(3, 1fr); }
  .proof__item { border-bottom: 0; padding-right: 18px; }
  .form__row { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr auto; align-items: center; }
  .caps { grid-template-columns: 1fr 1fr; }
  .role { grid-template-columns: 150px 1fr; gap: 6px 28px; }
  .role__when { padding-top: 3px; grid-row: 1 / span 6; }
  .resume .role { grid-template-columns: 1fr; }
}
@media (min-width: 768px) {
  :root { --nav-h: 88px; }
  .brand__logo { height: 66px; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) 240px; gap: 40px; }
  .hero__photo { order: 0; width: 100%; }
  .split--2 { grid-template-columns: 1fr 1fr; }
  .split--wide { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); }
  .split--narrow { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); }
  .split--aside { grid-template-columns: minmax(0, 1fr) 320px; }
  .proof__grid { grid-template-columns: repeat(5, 1fr); }
  .proof__item { padding: 22px 18px 20px 0; }
  .role { grid-template-columns: 170px 1fr; }
}
@media (min-width: 1024px) {
  :root { --nav-h: 96px; }
  .brand__logo { height: 76px; }
  .nav__toggle { display: none; }
  .nav__menu { display: flex; position: static; background: transparent; border: 0; box-shadow: none; padding: 0; align-items: center; gap: 28px; }
  .nav__links { display: flex; align-items: center; gap: 26px; }
  .nav__links a { display: inline-block; padding: 6px 0; border: 0; font-size: 15.5px; background: none; text-decoration: none; text-underline-offset: 6px; text-decoration-thickness: 2px; text-decoration-color: var(--pink); }
  .nav__links a:hover, .nav__links a[aria-current="page"] { text-decoration-line: underline; color: var(--charcoal); }
  .nav__cta { margin: 0; }
  .nav__cta .btn { width: auto; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; }
  .caps { grid-template-columns: repeat(4, 1fr); gap: 26px 28px; }
}
@media (min-width: 1280px) {
  .hero__grid { grid-template-columns: minmax(0, 1fr) 340px; }
}
