@charset "UTF-8";
/*
 * Resume styles for timothyjordan.com
 * Built on the shared design system in _tj-tokens.scss.
 */
/* Map the upstream theme variables onto our tokens. The downstream
 * partials still reference $main-color / $secondary-color / etc.,
 * so we proxy through SCSS variables to var() values. */
/*
 * Mirror of public/css/tokens.css for the Jekyll resume surface.
 * Same @font-face declarations and OKLCH custom properties so the
 * resume consumes the same design system as the home and the blog.
 *
 * Spec: DESIGN.md
 */
/* Fonts ---------------------------------------------------------- */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/inter-latin.c9407645.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: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/inter-latin-ext.a28eb6d3.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-latin.01817351.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: 'Newsreader';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-latin-ext.cbca0011.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-italic-latin.a99fb127.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: 'Newsreader';
  font-style: italic;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/newsreader-italic-latin-ext.750e9629.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* Metric-adjusted fallbacks (mirror of public/css/tokens.css). */
@font-face {
  font-family: 'Inter Fallback';
  src: local("Helvetica Neue"), local("Arial");
  size-adjust: 107.4%;
  ascent-override: 90%;
  descent-override: 22.43%;
  line-gap-override: 0%; }
@font-face {
  font-family: 'Newsreader Fallback';
  src: local("Charter"), local("Iowan Old Style"), local("Georgia");
  size-adjust: 100%;
  ascent-override: 95%;
  descent-override: 25%;
  line-gap-override: 0%; }
/* Tokens --------------------------------------------------------- */
:root {
  --font-serif: 'Newsreader', 'Newsreader Fallback', Charter, 'Iowan Old Style', Georgia, serif;
  --font-sans: 'Inter', 'Inter Fallback', -apple-system, system-ui, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-mono: 'JetBrains Mono', 'Berkeley Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --paper: oklch(98.5% 0.006 85);
  --paper-deep: oklch(96% 0.008 85);
  --paper-sunk: oklch(93% 0.010 85);
  --rule: oklch(88% 0.012 85);
  --rule-strong: oklch(78% 0.014 85);
  --ink: oklch(22% 0.018 270);
  --ink-soft: oklch(38% 0.018 270);
  --ink-faint: oklch(58% 0.016 270);
  --accent: oklch(52% 0.13 220);
  --accent-deep: oklch(40% 0.12 220);
  --accent-wash: oklch(94% 0.022 220);
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 36px;
  --space-7: 56px;
  --space-8: 88px;
  --space-9: 128px;
  --radius-1: 2px;
  --radius-2: 4px;
  --measure: 68ch; }

::selection {
  background: var(--accent-wash);
  color: var(--ink); }

html {
  width: 100%;
  font-size: 16px; }

body {
  text-align: center;
  width: 100%;
  font-family: var(--font-serif);
  font-size: 1.1875rem;
  /* 19px at 16px root */
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: var(--ink);
  background-color: var(--paper); }

a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px; }
  a:hover, a:focus {
    color: var(--accent-deep);
    text-decoration-thickness: 2px; }

.container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-width: 58rem;
  text-align: left; }

@media screen and (max-width: 58rem) {
  html {
    font-size: 15px; }

  .container {
    padding-left: 1rem;
    padding-right: 1rem; } }
@media print {
  html {
    font-size: 12px; }

  .print {
    display: none; } }
.resume-header {
  border-bottom: 1px solid var(--rule-strong);
  padding-top: var(--space-7);
  padding-bottom: var(--space-7); }

.vitals {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.bio {
  color: var(--ink-soft);
  margin-top: var(--space-5); }
  .bio > :last-child {
    margin-bottom: 0; }

.name-wrapper {
  padding-top: var(--space-3);
  padding-bottom: var(--space-3); }

h1.title,
.title {
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0; }
  h1.title a,
  .title a {
    text-decoration: none;
    color: inherit; }

p.sub-title,
.sub-title {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  margin: var(--space-2) 0 0; }

.contact {
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  padding-top: var(--space-3); }

.contact-item {
  margin-top: var(--space-2); }
  .contact-item:nth-child(1) {
    margin-top: 0; }
  .contact-item a {
    color: inherit;
    text-decoration: none; }
    .contact-item a:hover, .contact-item a:focus {
      color: var(--accent);
      text-decoration: underline; }

@media screen and (max-width: 58rem) {
  .resume-header {
    display: block;
    padding-bottom: var(--space-5); }

  .name-wrapper {
    text-align: center;
    padding-bottom: var(--space-5); }

  .contact {
    padding-top: var(--space-5);
    border-top: 1px solid var(--rule); }

  .contact-item {
    padding-top: var(--space-1); } }
section {
  display: block;
  padding-top: var(--space-7);
  padding-bottom: var(--space-7);
  border-bottom: 1px solid var(--rule); }
  section:last-of-type {
    border-bottom: none; }

h2.section-title,
.section-title {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin: 0 0 var(--space-5);
  line-height: inherit; }

.section-flex {
  display: flex;
  flex-wrap: wrap; }

.block {
  margin-bottom: var(--space-7); }
  .block:last-child {
    margin-bottom: 0; }

.block-square {
  width: 18rem; }
  .block-square:nth-last-child(2) {
    margin-bottom: 0; }

.block-title {
  font-family: var(--font-serif);
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: var(--space-1);
  color: var(--ink); }

.block-subtitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: var(--space-3);
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  margin-bottom: var(--space-4);
  color: var(--ink-soft); }
  .block-subtitle .block-duration {
    margin-left: auto;
    font-feature-settings: "tnum"; }

.block-content {
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink); }
  .block-content ul {
    list-style-position: outside;
    padding-left: 1.25em;
    margin: 0 0 var(--space-3); }
  .block-content li {
    margin-bottom: var(--space-3);
    text-indent: 0; }
  .block-content a {
    color: var(--accent); }

.education-list,
.role-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--ink); }
  .education-list li,
  .role-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--space-4);
    margin-bottom: var(--space-2); }
    .education-list li:last-child,
    .role-list li:last-child {
      margin-bottom: 0; }
  .education-list .education-duration,
  .education-list .role-duration,
  .role-list .education-duration,
  .role-list .role-duration {
    margin-left: auto;
    font-family: var(--font-sans);
    font-size: 0.8125rem;
    letter-spacing: 0.02em;
    color: var(--ink-soft);
    font-feature-settings: "tnum";
    white-space: nowrap; }

@media screen and (max-width: 58rem) {
  section {
    padding-top: var(--space-6);
    padding-bottom: var(--space-6); }

  .section-flex {
    display: block; }

  .block-square:nth-last-child(2) {
    margin-bottom: var(--space-5); } }
/* Shared chrome — matches public/css/main.css and blog/assets/main.scss. */
.tj-header {
  background: var(--paper);
  border-bottom: 1px solid var(--rule);
  padding: var(--space-3) 0;
  font-family: var(--font-sans); }

.tj-header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 var(--space-5);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-5); }

.tj-wordmark {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.005em; }
  .tj-wordmark:hover, .tj-wordmark:focus {
    color: var(--accent);
    text-decoration: none; }

.tj-nav {
  display: flex;
  gap: var(--space-5); }

.tj-nav-link {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  text-decoration: none; }
  .tj-nav-link:hover, .tj-nav-link:focus {
    color: var(--accent);
    text-decoration: none; }
  .tj-nav-link.is-active {
    color: var(--accent); }

@media (max-width: 480px) {
  .tj-header-inner {
    flex-wrap: wrap;
    gap: var(--space-3); }

  .tj-nav {
    gap: var(--space-4); } }
.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: var(--space-1) var(--space-3);
  font-family: var(--font-sans);
  font-size: 13px;
  background: var(--paper);
  color: var(--accent);
  text-decoration: underline;
  border-bottom: 1px solid var(--accent); }

.skip-to-content:focus {
  left: 8px;
  top: 8px;
  outline: 2px solid var(--accent);
  outline-offset: 2px; }

/* Shared site footer — mirrors src/templates/page.html.erb +
 * public/css/main.css so the resume matches the glossary/home/blog. */
.tj-footer {
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  text-align: center;
  padding: var(--space-7) var(--space-5) var(--space-6);
  border-top: 1px solid var(--rule);
  background: var(--paper); }

.tj-footer p {
  margin: 0 auto;
  max-width: var(--measure); }

.tj-footer-links {
  margin-bottom: var(--space-3) !important; }

.tj-footer-meta {
  color: var(--ink-faint);
  font-size: 12px; }

.tj-footer-label {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-right: var(--space-2); }

.tj-footer a {
  color: var(--ink-soft);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-strong); }

.tj-footer a:hover,
.tj-footer a:focus {
  color: var(--accent);
  border-bottom-color: var(--accent); }

.tj-footer-meta a {
  color: var(--ink-faint); }

.tj-footer span[aria-hidden="true"] {
  margin: 0 var(--space-2);
  color: var(--ink-faint); }

@media (min-width: 960px) {
  .tj-footer p {
    max-width: 960px; } }
/* Dot-grid substrate — matches the home page. Absolutely positioned
 * within body so it scrolls with the page; body's min-height: 100vh
 * keeps it covering the full screen on short pages. Body children
 * layer above via z-index: 1. */
body {
  position: relative;
  min-height: 100vh; }

body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, oklch(78% 0.014 85/0.45) 1px, transparent 1.6px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
  animation: tj-grid-fade-in 600ms cubic-bezier(0.22, 1, 0.36, 1) both; }

body > * {
  position: relative;
  z-index: 1; }

@keyframes tj-grid-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  body::before {
    animation: none; } }
/* Cursor warp. The gradient above is never replaced: it stays in the
 * scrolling content so it scrolls and rubber-bands with the page like part of
 * the paper. /js/dot-warp.b0d9edd7.js rides a small canvas above it, following the
 * pointer and repainting only the dots that actually move. The class beats
 * `body > *` on specificity, so the canvas stays behind content. Print hides
 * it alongside body::before below. */
/* Exactly the host's box, so it adds no scrollable overflow, and it clips the
 * canvas so the canvas cannot either. Without this the canvas hangs past the
 * edge when the cursor is near one, raising scrollbars and then running away
 * as scrolling drags it further out. */
.dot-warp-layer {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  animation: tj-grid-fade-in 600ms cubic-bezier(0.22, 1, 0.36, 1) both; }

.dot-warp-canvas {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

@media (prefers-reduced-motion: reduce) {
  .dot-warp-layer {
    display: none; } }
/* Global focus ring — DESIGN.md spec: 2px solid --accent, 2px offset. */
:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: var(--radius-1); }

/* Print stylesheet — same layout as the web page but with no
 * background, no decorative chrome, and tighter vertical rhythm so
 * the resume fits onto fewer pages. */
@media print {
  @page {
    margin: 0.5in 0.6in; }
  html {
    font-size: 11px; }

  body {
    background: #fff;
    color: #000; }

  body::before {
    display: none; }

  .dot-warp-layer {
    display: none; }

  .tj-header,
  .skip-to-content,
  footer {
    display: none; }

  a {
    color: #000;
    text-decoration: none; }

  /* Contact links in the header already display their URL as visible
   * text — no need to append href in parentheses. */
  .container {
    margin-bottom: 0;
    max-width: none; }

  .resume-header {
    padding-top: 0;
    padding-bottom: var(--space-4);
    border-bottom-color: #000; }

  .name-wrapper {
    padding-top: 0;
    padding-bottom: 0; }

  .bio {
    margin-top: var(--space-3); }

  .contact {
    padding-top: 0; }

  section {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4); }

  .block {
    margin-bottom: var(--space-4); }

  .block-subtitle {
    margin-bottom: var(--space-2); }

  .block-content {
    line-height: 1.4; }

  .block-content p {
    margin: 0 0 var(--space-2); } }
