:root {
  --paper: #f7f7f2;
  --ink: #242f29;
  --muted: #60685f;
  --green: #304e3e;
  --line: #dcded3;
  --sage: #e9eddf;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
a, summary { touch-action: manipulation; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--green); outline-offset: 6px; border-radius: 2px; }
::selection { color: #fff; background: var(--green); }
img { display: block; max-width: 100%; }
p { line-height: 1.7; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: var(--green); }
.shell { width: min(100% - 8rem, 1200px); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 50; top: 1rem; left: 1rem; background: var(--green); color: white; padding: 1rem; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(247 247 242 / 96%); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.wordmark { display: flex; align-items: center; gap: 1rem; font-size: 11px; letter-spacing: .14em; font-weight: 700; white-space: nowrap; }
.monogram { font-size: 34px; letter-spacing: -.11em; font-weight: 600; line-height: 1; }
.monogram span { color: #839a64; }
.primary-nav { display: flex; gap: 2.4rem; align-items: center; }
.primary-nav a { position: relative; padding: 1rem 0; font-size: 13px; color: var(--muted); transition: color .2s; }
.primary-nav a:hover, .primary-nav a[aria-current] { color: var(--ink); }
.primary-nav a::after { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; bottom: 5px; left: calc(50% - 2px); background: var(--green); opacity: 0; }
.primary-nav a[aria-current]::after { opacity: 1; }
.primary-nav a:last-child { color: var(--ink); }
.primary-nav a:last-child span { margin-left: .6rem; }
.reading-progress { height: 2px; position: absolute; left: 0; bottom: -1px; width: 100%; transform: scaleX(0); transform-origin: left; background: #7d9361; }
.hero { display: grid; grid-template-columns: 1.45fr 1fr; column-gap: 5.5rem; align-items: center; padding-top: 6rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; font-family: "Courier New", monospace; font-size: 11px; line-height: 1.5; letter-spacing: .09em; font-weight: 400; color: var(--green); }
.status-dot { display: inline-block; flex: 0 0 auto; height: 6px; width: 6px; border-radius: 50%; background: #788d56; }
.hero h1 { margin-top: 1.8rem; font-size: clamp(3.5rem, 5.25vw, 4.7rem); line-height: 1.06; letter-spacing: -.06em; white-space: nowrap; }
.hero h1 em { letter-spacing: -.07em; }
.hero-intro { max-width: 510px; margin-top: 1.8rem; font-size: 18px; line-height: 1.65; letter-spacing: -.015em; }
.hero-description { max-width: 475px; margin-top: 1rem; font-size: 14px; color: var(--muted); line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.8rem; padding: 1rem 1.3rem; border-radius: 4px; font-size: 12px; line-height: 1.5; transition: background .2s, transform .2s; }
.button-dark { background: var(--green); color: white; }
.button-dark:hover { background: #203a2c; transform: translateY(-2px); }
.button span { font-size: 17px; }
.text-link { font-size: 12px; font-weight: 500; display: inline-flex; gap: 1.2rem; align-items: center; padding-block: .75rem; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.hero-location { display: flex; align-items: center; gap: .5rem; margin-top: 2.4rem; font-size: 10px; color: var(--muted); }
.hero-location svg { width: 14px; height: 14px; }
.location-divider { margin-inline: .6rem; color: #a8afa0; }
.portrait-card { position: relative; align-self: center; width: 100%; max-width: 400px; justify-self: end; background: #e5e9dc; padding: 1rem; border-radius: 5px; transform: rotate(2deg); }
.portrait-card::before { content: ""; position: absolute; inset: 10px -12px -12px 8px; border: 1px solid #cbd2bd; border-radius: 5px; z-index: -1; }
.portrait-topline { display: flex; align-items: center; justify-content: space-between; font-family: "Courier New", monospace; font-size: 9px; letter-spacing: .1em; padding: .2rem .2rem 1rem; }
.portrait-topline span:last-child { font-size: 17px; }
.portrait-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 3px; filter: saturate(.7); }
.portrait-card figcaption { padding: 1.2rem .2rem .3rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.portrait-card figcaption strong { display: block; font-size: 18px; letter-spacing: -.035em; font-weight: 500; }
.portrait-card figcaption div > span { display: block; margin-top: .4rem; font-size: 9px; color: #58614f; }
.portrait-mark { font-size: 35px; color: #61754b; line-height: 1; }
.career-strip { grid-column: 1 / -1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 5rem; display: flex; align-items: center; gap: 3.5rem; padding: 2rem 0; }
.career-strip > p { font-size: 9px; letter-spacing: .1em; color: var(--muted); white-space: nowrap; }
.career-strip ul { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; list-style: none; padding: 0; margin: 0; }
.career-strip li { color: #626b5f; font-size: 25px; font-weight: 600; letter-spacing: -.05em; position: relative; }
.career-strip .brand-dot { font-size: 14px; margin-left: .3rem; }
.career-strip .citi { font-size: 30px; font-weight: 700; }
.citi span { position: absolute; font-family: Arial, sans-serif; top: -14px; left: 9px; font-size: 32px; }
.career-strip .jpmorgan { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.career-strip .accenture { font-size: 25px; }
.accenture span { position: absolute; right: 2px; top: -16px; font-size: 22px; }
.career-strip > a { display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; border: 1px solid #bfc7b6; border-radius: 50%; font-size: 18px; margin-left: 1rem; transition: background .2s; }
.career-strip > a:hover { background: var(--sage); }
.section { padding-block: 6rem; }
.section-number { color: var(--muted); margin-right: .3rem; }
h2 { font-size: clamp(2.25rem, 3.1vw, 2.9rem); line-height: 1.15; letter-spacing: -.045em; margin-top: 1.25rem; }
.experience-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 6rem; align-items: start; }
.section-aside { position: sticky; top: 8rem; }
.section-aside > p:not(.eyebrow) { font-size: 13px; color: var(--muted); margin-top: 1.3rem; max-width: 300px; }
.career-nav { display: flex; flex-direction: column; border-left: 1px solid var(--line); margin-top: 2rem; }
.career-nav a { position: relative; display: flex; align-items: center; gap: 1rem; padding: .65rem 0 .65rem 1.2rem; font-size: 11px; color: var(--muted); transition: color .2s; }
.career-nav a::before { content: ""; position: absolute; left: -2px; top: 10px; bottom: 10px; width: 3px; background: var(--green); opacity: 0; }
.career-nav a[aria-current], .career-nav a:hover { color: var(--green); }
.career-nav a[aria-current] { font-weight: 600; }
.career-nav a[aria-current]::before { opacity: 1; }
.career-nav a > span { flex: 0 0 80px; font-size: 9px; font-weight: 400; font-family: "Courier New", monospace; color: var(--muted); }
.section-aside .aside-note { font-size: 10px; color: var(--muted); }
.career-entries { min-width: 0; }
.career-entry { padding: 2.2rem 0; border-bottom: 1px solid var(--line); scroll-margin-top: 1rem; }
.career-entry:first-child { padding-top: 0; }
.role-meta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .5rem; font-size: 9px; letter-spacing: .055em; color: var(--muted); font-family: "Courier New", monospace; }
.current-label { padding: .4rem .6rem; border-radius: 3px; display: flex; align-items: center; gap: .5rem; color: var(--green); background: var(--sage); font-size: 8px; }
.current-label .status-dot { width: 4px; height: 4px; }
.career-entry h3 { margin-top: 1rem; font-size: 27px; letter-spacing: -.045em; }
.role-title { font-size: 13px; margin-top: .4rem; color: var(--green); font-weight: 500; }
.role-overview { font-size: 14px; line-height: 1.7; margin-top: 1.2rem; max-width: 480px; color: var(--muted); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; padding: 1.1rem 0 .1rem; list-style: none; font-size: 12px; letter-spacing: .025em; color: var(--green); }
summary::-webkit-details-marker { display: none; }
.disclosure-icon { flex-shrink: 0; width: 22px; height: 22px; position: relative; border: 1px solid #c9d0bf; border-radius: 50%; }
.disclosure-icon::before, .disclosure-icon::after { content: ""; position: absolute; background: var(--green); width: 8px; height: 1px; top: 10px; left: 6px; }
.disclosure-icon::after { transform: rotate(90deg); transition: transform .2s; }
details[open] .disclosure-icon::after { transform: rotate(0); }
.role-details > ul:not(.tags) { padding-left: 1rem; margin: 1.1rem 0 1.5rem; font-size: 14px; color: var(--muted); line-height: 1.85; }
.role-details > ul:not(.tags) li { padding-left: .3rem; margin-block: .45rem; }
.role-details li::marker { color: #8b9b77; }
.tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.tags li { border: 1px solid #d6dccd; border-radius: 3px; padding: .35rem .65rem; font-size: 9px; line-height: 1.5; color: #526047; }
.contract-label { color: var(--muted); font-weight: 400; }
.full-profile { margin-top: 1.5rem; font-size: 11px; }
.expertise-section { background: var(--sage); border-block: 1px solid #dce2d2; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 4rem; }
.section-heading > p { max-width: 290px; color: var(--muted); font-size: 13px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 3.1rem; }
.expertise-card { background: rgb(255 255 255 / 38%); border: 1px solid #d5dccb; border-radius: 4px; padding: 1.7rem; position: relative; }
.expertise-icon { color: var(--green); display: block; font-family: "Courier New", monospace; font-size: 27px; height: 45px; letter-spacing: -.15em; }
.layers-icon { font-size: 37px; line-height: .85; }
.card-number { position: absolute; top: 1.8rem; right: 1.7rem; font-size: 9px; font-family: "Courier New", monospace; color: #5e6d52; }
.expertise-card h3 { font-size: 19px; letter-spacing: -.03em; margin-top: 1.4rem; }
.expertise-card > p { color: var(--muted); font-size: 14px; margin-top: 1rem; line-height: 1.9; }
.skill-list { border-top: 1px solid #d6ddcd; margin: 1.5rem 0 0; padding: 1rem 0 0; list-style: none; color: #4f5e46; font-size: 11px; line-height: 2.1; }
.skill-list li::before { content: "↗"; margin-right: .65rem; font-size: 10px; color: #7c8f62; }
.approach-note { display: flex; align-items: center; gap: 1.5rem; max-width: 710px; margin: 2.6rem auto 0; }
.asterisk { color: #7b8d60; font-size: 40px; line-height: 1; }
.approach-note p { color: #5e6856; font-size: 12px; }
.approach-note strong { color: #394b32; font-weight: 500; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 7rem; padding-block: 7rem; }
.contact-section h2 { font-size: clamp(2.7rem, 4vw, 3.7rem); }
.contact-section > div > p:not(.eyebrow) { color: var(--muted); font-size: 13px; margin-top: 1.5rem; max-width: 395px; }
.email-link { display: flex; flex-direction: column; border-bottom: 1px solid #afbba2; padding-block: 1rem 1.7rem; gap: .9rem; }
.contact-label { font-family: "Courier New", monospace; color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.email-link > span:last-child { display: flex; justify-content: space-between; gap: 1rem; font-size: clamp(1.15rem, 1.95vw, 1.65rem); letter-spacing: -.035em; }
.email-link:hover, .linkedin-link:hover { color: #4f6c36; }
.linkedin-link { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding-block: 1.5rem; font-size: 12px; }
.contact-links > p:last-child { display: flex; align-items: center; gap: .6rem; font-family: "Courier New", monospace; font-size: 8px !important; letter-spacing: .055em; margin-top: 1.5rem; }
.contact-links .status-dot { width: 4px; height: 4px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); padding-block: 2rem; }
.footer-name { font-size: 17px; letter-spacing: -.04em; }
.footer-name span { color: #7d9361; }
.site-footer p { font-size: 10px; color: var(--muted); }
.back-top { font-size: 10px; display: flex; align-items: center; gap: 1.5rem; }
@media (min-width: 1500px) { .hero { padding-top: 7rem; } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 5rem); }
  .hero { column-gap: 3.5rem; padding-top: 4rem; }
  .hero h1 { font-size: clamp(3.2rem, 5.5vw, 4.7rem); }
  .hero-intro { font-size: 16px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 1.1rem; }
  .button { padding: .9rem 1.1rem; gap: 1rem; font-size: 11px; }
  .career-strip { gap: 2rem; }
  .career-strip ul { gap: 1.5rem; }
  .career-strip .jpmorgan { font-size: 18px; }
  .career-strip .accenture { font-size: 22px; }
  .experience-section { gap: 3.5rem; }
  .expertise-card { padding: 1.3rem; }
  .expertise-card h3 { font-size: 17px; }
  .contact-section { gap: 4rem; }
}
@media (max-width: 800px) {
  .shell { width: calc(100% - 3rem); }
  .header-inner { min-height: 78px; gap: 1rem; }
  .primary-nav { gap: 1.3rem; }
  .wordmark { gap: .7rem; font-size: 9px; }
  .monogram { font-size: 29px; }
  .hero { column-gap: 2rem; grid-template-columns: 1.25fr 1fr; }
  .hero h1 { font-size: 3rem; }
  .hero-intro { font-size: 14px; }
  .hero-description { font-size: 12px; }
  .eyebrow { font-size: 9px; }
  .hero-actions { gap: 1rem; flex-wrap: wrap; }
  .hero-location { font-size: 9px; line-height: 1.8; margin-top: 1.5rem; }
  .portrait-card { padding: .7rem; }
  .portrait-topline { font-size: 7px; }
  .portrait-card figcaption div > span { font-size: 8px; line-height: 1.6; }
  .portrait-mark { font-size: 26px; }
  .career-strip { gap: 1.5rem; flex-wrap: wrap; margin-top: 3.5rem; }
  .career-strip > p { width: 100%; }
  .career-strip > a { display: none; }
  .career-strip ul { flex-wrap: wrap; }
  .section { padding-block: 4rem; }
  .experience-section { grid-template-columns: .8fr 1.2fr; gap: 2rem; }
  h2 { font-size: 2.05rem; }
  .section-aside { top: 7rem; }
  .career-nav a { padding-left: .7rem; gap: .4rem; font-size: 10px; }
  .career-nav a > span { flex-basis: 67px; font-size: 8px; }
  .section-heading { gap: 2rem; }
  .section-heading > p { max-width: 230px; font-size: 12px; }
  .expertise-grid { gap: .7rem; }
  .expertise-card { padding: 1.1rem; }
  .expertise-card h3 { min-height: 40px; font-size: 16px; line-height: 1.3; }
  .expertise-card > p { font-size: 11px; }
  .skill-list { font-size: 10px; }
  .contact-section { gap: 3rem; }
  .contact-section h2 { font-size: 2.7rem; }
}
@media (max-width: 600px) {
  :root { scroll-padding-top: 8rem; }
  .shell { width: calc(100% - 2.5rem); }
  .header-inner { flex-wrap: wrap; justify-content: center; padding-block: .9rem .25rem; gap: .2rem; }
  .wordmark { width: 100%; justify-content: center; }
  .monogram { font-size: 26px; }
  .primary-nav { justify-content: space-between; width: 100%; gap: 1rem; max-width: 350px; }
  .primary-nav a { font-size: 11px; padding: .75rem 0; }
  .primary-nav a::after { bottom: 4px; }
  .hero { padding-top: 3.1rem; grid-template-columns: 1fr; }
  .hero h1 { margin-top: 1.4rem; font-size: clamp(2.65rem, 10.3vw, 4rem); }
  .hero-intro { font-size: 16px; max-width: 440px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 1.5rem; margin-top: 1.7rem; }
  .button { padding: .95rem 1.1rem; }
  .hero-location { margin-top: 1.5rem; font-size: 10px; }
  .portrait-card { justify-self: center; max-width: 315px; margin-top: 3rem; padding: .9rem; }
  .portrait-topline { font-size: 8px; }
  .portrait-card figcaption div > span { font-size: 9px; }
  .portrait-card figcaption strong { font-size: 18px; }
  .portrait-mark { font-size: 32px; }
  .career-strip { padding-block: 1.7rem; margin-top: 3.5rem; gap: 1.7rem; }
  .career-strip ul { display: grid; grid-template-columns: 1fr 1fr; row-gap: 1.9rem; align-items: center; justify-items: start; }
  .career-strip .jpmorgan { font-size: 20px; }
  .career-strip .accenture { font-size: 25px; }
  .experience-section { display: block; }
  .section-aside { position: static; }
  .section-aside > p:not(.eyebrow) { max-width: 360px; }
  h2 { font-size: 2.4rem; }
  .career-nav { flex-direction: row; flex-wrap: wrap; gap: .45rem; border: 0; margin-top: 1.8rem; }
  .career-nav a { border: 1px solid var(--line); border-radius: 3px; padding: .6rem .65rem; font-size: 10px; }
  .career-nav a[aria-current] { border-color: #9bab8b; background: var(--sage); }
  .career-nav a > span, .career-nav a::before { display: none; }
  .section-aside .aside-note { font-size: 10px; margin-top: .8rem; }
  .career-entries { margin-top: 2.5rem; }
  .career-entry h3 { font-size: 26px; }
  .career-entry { scroll-margin-top: 1rem; }
  .role-meta { font-size: 8px; }
  .role-title { font-size: 13px; }
  .role-overview { font-size: 14px; }
  summary { font-size: 11px; padding-block: 1rem .25rem; min-height: 44px; }
  .role-details > ul:not(.tags) { font-size: 13px; }
  .tags li { font-size: 10px; }
  .section-heading { display: block; }
  .section-heading > p { max-width: 360px; margin-top: 1.5rem; font-size: 13px; }
  .expertise-grid { grid-template-columns: 1fr; gap: 1rem; margin-top: 2rem; }
  .expertise-card { padding: 1.7rem; }
  .expertise-card h3 { min-height: 0; font-size: 21px; margin-top: 1rem; }
  .expertise-card > p { font-size: 13px; }
  .skill-list { font-size: 12px; }
  .approach-note { align-items: flex-start; gap: 1rem; }
  .asterisk { font-size: 30px; }
  .contact-section { grid-template-columns: 1fr; gap: 2rem; }
  .contact-section h2 { font-size: 3rem; }
  .email-link > span:last-child { font-size: clamp(1.15rem, 6vw, 1.8rem); }
  .site-footer { flex-wrap: wrap; column-gap: 1rem; row-gap: 1.2rem; padding-block: 1.7rem; }
  .site-footer p { order: 3; width: 100%; }
}
@media (min-width: 601px) and (max-height: 700px) {
  .section-aside { position: static; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
@media print {
  :root { color: #111; background: white; font-size: 11pt; }
  .shell { width: 100%; }
  .site-header, .hero-actions, .career-strip, .career-nav, .aside-note, .back-top, .skip-link, .reading-progress, .portrait-card, .full-profile { display: none; }
  .hero, .experience-section, .contact-section, .section-heading { display: block; }
  .hero { padding-top: 0; }
  .hero h1 { font-size: 30pt; }
  .hero-intro, .hero-description { max-width: 100%; }
  .hero-location { margin-top: .6rem; }
  .section { padding-block: 1.5rem; }
  .section-aside { position: static; }
  .section-aside > p:not(.eyebrow) { max-width: 100%; }
  .career-entries { margin-top: 1.5rem; }
  .career-entry { break-inside: avoid; padding-block: 1.3rem; }
  details::details-content { content-visibility: visible; height: auto; }
  details > .role-details { display: block !important; }
  summary { display: none; }
  .role-details > ul:not(.tags) { font-size: 10pt; margin-block: .5rem; }
  .expertise-section { background: white; }
  .expertise-grid { display: block; margin-top: 1rem; }
  .expertise-card { padding: .8rem 0; border: 0; break-inside: avoid; }
  .expertise-icon, .card-number { display: none; }
  .expertise-card h3 { margin: 0; min-height: 0; }
  .skill-list { display: flex; gap: 1rem; flex-wrap: wrap; padding-top: .3rem; margin-top: .3rem; border: 0; }
  .contact-links { margin-top: .5rem; }
  .contact-links > p:last-child { display: none; }
  .email-link, .linkedin-link { padding-block: .7rem; }
  .linkedin-link::after { content: "linkedin.com/in/catlincox"; font-size: 10pt; }
  .contact-label { display: none; }
  .site-footer { padding-block: 1rem; }
}
