/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    appearance: button;
  }
  ::file-selector-button {
    -webkit-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,)
      var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(
      --tw-ease,
      var(--default-transition-timing-function)
    );
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
:root {
  --navy: #213f5c;
  --deep: #172f45;
  --blue: #2f5578;
  --pale: #e6eef2;
  --cream: #fbf7f1;
  --orange: #d9531e;
  --ink: #3f3c3a;
  --line: #c8d3d9;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--ink);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.puzzle-header {
  z-index: 20;
  color: #fff;
  background: #172f45f7;
  align-items: center;
  height: 102px;
  padding: 0 5vw;
  display: flex;
  position: fixed;
  inset: 0 0 auto;
  box-shadow: 0 1px #ffffff1f;
}
.brand {
  z-index: 2;
  align-items: center;
  gap: 13px;
  display: flex;
}
.brand span {
  color: #b7cad7;
  font-family: cursive;
  font-size: 28px;
  font-style: italic;
  transform: rotate(-8deg);
}
.brand b {
  letter-spacing: 0.02em;
  font-size: 18px;
}
.puzzle-header nav {
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  gap: 28px;
  margin-left: auto;
  margin-right: 3vw;
  font-size: 13px;
  display: flex;
}
.puzzle-header nav a {
  opacity: 0.75;
}
.puzzle-header nav a:hover {
  opacity: 1;
}
.puzzle-board {
  grid-template-columns: repeat(4, 42px);
  grid-auto-rows: 42px;
  place-content: center end;
  gap: 7px;
  width: 245px;
  height: 88px;
  display: grid;
}
.piece {
  background: var(--blue);
  border-radius: 4px;
  width: 38px;
  height: 38px;
  display: block;
  position: relative;
}
.piece:before,
.piece:after {
  content: "";
  background: inherit;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
}
.piece:before {
  top: -6px;
  left: 12px;
}
.piece:after {
  top: 12px;
  right: -6px;
}
.slot {
  background: #132b40;
  box-shadow: inset 0 0 0 1px #ffffff0f;
}
.fly {
  z-index: 30;
  pointer-events: none;
  transition: opacity 0.2s;
  position: fixed;
  box-shadow: 0 8px 22px #112a3e2e;
}
.fly.locked {
  box-shadow: none;
}
.hero {
  background: var(--navy);
  color: #fff;
  align-items: center;
  min-height: 100vh;
  padding: 190px 9vw 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  width: 44vw;
  height: 44vw;
  position: absolute;
  bottom: -15vw;
  right: -8vw;
  box-shadow:
    0 0 0 5vw #ffffff06,
    0 0 0 11vw #ffffff05;
}
.hero-copy {
  z-index: 2;
  max-width: 850px;
  position: relative;
}
.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #f18a5f;
  font-size: 12px;
  font-weight: 700;
}
.hero h1,
.section h2,
.contact h2 {
  letter-spacing: -0.045em;
  color: #fff;
  margin: 22px 0 28px;
  font-size: clamp(48px, 6.5vw, 96px);
  line-height: 0.98;
}
.hero h1 em,
.section h2 em,
.contact h2 em {
  color: #c8d8e2;
  font-family: Georgia, serif;
  font-weight: 400;
}
.lede {
  color: #d9e3e8;
  max-width: 650px;
  font-size: 21px;
  line-height: 1.55;
}
.hero-actions {
  align-items: center;
  gap: 25px;
  margin-top: 38px;
  display: flex;
}
.button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
}
.button.primary {
  background: var(--orange);
  color: #fff;
}
.button.text {
  color: #fff;
  padding-left: 0;
}
.button span {
  font-size: 19px;
}
.stats {
  z-index: 2;
  gap: 28px;
  margin-left: auto;
  display: grid;
  position: relative;
}
.stats div {
  border-left: 1px solid #7190a7;
  padding-left: 22px;
}
.stats strong {
  font-size: 48px;
  line-height: 1;
  display: block;
}
.stats span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #b8cbd7;
  font-size: 11px;
}
.scroll-cue {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #a9bfcc;
  font-size: 11px;
  position: absolute;
  bottom: 35px;
  left: 9vw;
}
.section {
  padding: 140px 9vw;
  position: relative;
}
.section-label {
  color: var(--orange);
  border-bottom: 1px solid #d4c8bd;
  margin-bottom: 60px;
  padding-bottom: 25px;
}
.about-grid {
  grid-template-columns: minmax(330px, 0.8fr) 1.2fr;
  gap: 8vw;
  display: grid;
}
.section h2 {
  color: var(--navy);
  margin: 0;
  font-size: clamp(42px, 5vw, 76px);
}
.section h2 em {
  color: var(--orange);
}
.story {
  max-width: 740px;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.75;
}
.story .lead-para {
  color: var(--navy);
  margin-top: 0;
  font-size: 23px;
}
.story blockquote {
  color: var(--navy);
  border-block: 1px solid #d9c7b9;
  margin: 50px 0;
  padding: 30px 0;
  font-family: Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
}
.highlights {
  background: var(--pale);
}
.section-head {
  grid-template-columns: 1.2fr 0.7fr;
  align-items: end;
  gap: 8vw;
  margin-bottom: 70px;
  display: grid;
}
.section-head p {
  font-size: 19px;
  line-height: 1.6;
}
.highlight-list {
  border-top: 1px solid #aabcc7;
}
.highlight-list article {
  border-bottom: 1px solid #aabcc7;
  grid-template-columns: 60px 220px 1fr;
  align-items: start;
  gap: 35px;
  padding: 35px 0;
  display: grid;
}
.highlight-list article > span {
  color: var(--orange);
  font-size: 12px;
}
.highlight-list h3 {
  color: var(--navy);
  margin: 0;
  font-size: 23px;
}
.highlight-list p {
  max-width: 760px;
  margin: 0;
  line-height: 1.65;
}
.principles {
  background: #aabcc7;
  border: 1px solid #aabcc7;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 80px;
  display: grid;
}
.principles div {
  background: var(--pale);
  padding: 35px;
}
.principles b {
  color: var(--navy);
  margin-bottom: 18px;
  font-size: 28px;
  display: block;
}
.principles span {
  line-height: 1.8;
}
.resume {
  background: #fff;
}
.resume-intro {
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  margin-bottom: 85px;
  display: flex;
}
.resume-intro h2 {
  max-width: 840px;
}
.resume-intro .button {
  white-space: nowrap;
}
.timeline article {
  border-top: 1px solid var(--line);
  grid-template-columns: 170px 1fr;
  gap: 30px;
  padding: 38px 0;
  display: grid;
}
.timeline time {
  color: var(--orange);
  letter-spacing: 0.08em;
  font-weight: 700;
}
.timeline h3 {
  color: var(--navy);
  margin: 0 0 5px;
  font-size: 27px;
}
.timeline .company {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
}
.timeline article div > p:last-child {
  max-width: 900px;
  line-height: 1.65;
}
.skills {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 55px;
  display: flex;
}
.skills span {
  color: var(--navy);
  border: 1px solid #9fb2bf;
  border-radius: 30px;
  padding: 10px 16px;
  font-size: 13px;
}
.contact {
  background: var(--deep);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 82vh;
  padding: 140px 9vw 40px;
  display: flex;
}
.contact h2 {
  margin: 20px 0 30px;
}
.contact > p:not(.eyebrow) {
  color: #bfd0da;
  max-width: 650px;
  font-size: 19px;
  line-height: 1.6;
}
.contact .light {
  color: var(--navy);
  background: #fff;
  margin-top: 25px;
}
.phone {
  color: #c4d3dc;
  margin-left: 28px;
}
.contact footer {
  color: #8ea6b5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-top: 1px solid #496176;
  justify-content: space-between;
  margin-top: 110px;
  padding-top: 28px;
  font-size: 12px;
  display: flex;
}
@media (max-width: 900px) {
  .puzzle-header {
    height: 82px;
    padding: 0 22px;
  }
  .brand b,
  .puzzle-header nav {
    display: none;
  }
  .puzzle-board {
    grid-template-columns: repeat(4, 26px);
    grid-auto-rows: 26px;
    gap: 5px;
    width: 150px;
    margin-left: auto;
  }
  .puzzle-board .piece,
  .fly {
    width: 24px;
    height: 24px;
  }
  .puzzle-board .piece:before,
  .puzzle-board .piece:after,
  .fly:before,
  .fly:after {
    width: 9px;
    height: 9px;
  }
  .puzzle-board .piece:before,
  .fly:before {
    top: -4px;
    left: 8px;
  }
  .puzzle-board .piece:after,
  .fly:after {
    top: 8px;
    right: -4px;
  }
  .hero {
    padding: 140px 7vw 80px;
    display: block;
  }
  .hero h1 {
    font-size: clamp(46px, 13vw, 74px);
  }
  .stats {
    margin: 70px 0 0;
    display: flex;
  }
  .stats strong {
    font-size: 34px;
  }
  .section {
    padding: 100px 7vw;
  }
  .about-grid,
  .section-head {
    grid-template-columns: 1fr;
  }
  .about-grid {
    gap: 50px;
  }
  .highlight-list article {
    grid-template-columns: 35px 1fr;
  }
  .highlight-list article p {
    grid-column: 2;
  }
  .principles {
    grid-template-columns: 1fr;
  }
  .resume-intro {
    display: block;
  }
  .resume-intro .button {
    margin-top: 35px;
  }
  .timeline article {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .contact {
    padding: 110px 7vw 35px;
  }
  .contact footer {
    gap: 12px;
    display: grid;
  }
  .phone {
    margin: 25px 0 0 18px;
    display: inline-block;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .fly {
    display: none;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}

/* =========================================================
   Robbie Wilson requested revisions — 2026-09-13
   ========================================================= */

.site-inner {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
}

/* Header */
.puzzle-header {
  height: 160px !important;
  min-height: 160px !important;
  padding: 0 !important;
  background: var(--deep) !important;
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.puzzle-header .brand {
  gap: 0 !important;
}
.puzzle-header .brand span {
  display: none !important;
}

/* Hero */
.hero {
  padding: 240px 0 100px !important;
  min-height: 100vh;
  display: block !important;
}
.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 340px);
}
.hero-copy {
  max-width: 720px;
}
.hero .stats {
  margin-left: auto;
}
.hero-actions {
  margin-top: 38px;
}
.scroll-prompt {
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.scroll-prompt strong {
  font-weight: 700;
}

/* Consistent section spacing */
.section {
  padding: 100px 0 !important;
}
.contact {
  padding: 100px 0 !important;
  min-height: auto !important;
  display: block !important;
}
.contact-inner {
  display: flex;
  flex-direction: column;
}

/* Background swap */
.about,
.resume {
  background: var(--pale) !important;
}
.highlights {
  background: var(--cream) !important;
}

/* Sans-serif section label */
.section-label {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Preserve requested About layout */
.about-grid {
  grid-template-columns: 1fr !important;
  gap: 52px !important;
}
.about-grid > h2 {
  width: 100% !important;
  max-width: none !important;
  white-space: nowrap !important;
}
.about-grid .story {
  width: 100% !important;
  max-width: none !important;
}

/* Highlights heading-only layout */
.section-head {
  grid-template-columns: 1fr !important;
  margin-bottom: 70px !important;
}
.section-head h2 {
  max-width: none !important;
}

/* Orange email button */
.contact .button.light {
  background: var(--orange) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .site-inner {
    width: min(100% - 44px, 960px);
  }
  .puzzle-header {
    height: 120px !important;
    min-height: 120px !important;
  }
  .hero {
    padding: 170px 0 80px !important;
  }
  .hero-inner {
    display: block;
    min-height: 0;
  }
  .hero .stats {
    margin: 70px 0 0;
  }
  .section,
  .contact {
    padding: 100px 0 !important;
  }
  .about-grid > h2 {
    white-space: normal !important;
  }
}

/* =========================================================
   Requested refinements — 2026-09-14
   ========================================================= */

/* 30% less space between the first two About passages (60px -> 42px). */
.about .story .lead-para {
  margin-bottom: 42px !important;
}

/* Company name above copy, with a reserved 180px x 100px logo position. */
.highlight-list article {
  grid-template-columns: 60px 180px 1fr !important;
  grid-template-rows: auto auto;
}
.highlight-list article > span {
  grid-column: 1;
  grid-row: 2;
}
.highlight-list h3 {
  grid-column: 2 / -1;
  grid-row: 1;
}
.highlight-logo-space {
  grid-column: 2;
  grid-row: 2;
  width: 180px;
  height: 100px;
}
.highlight-list article > p {
  grid-column: 3;
  grid-row: 2;
}

/* Larger, bold capability headings and non-breaking phrase/separator units. */
.capability-group h3 {
  font-size: 16.25px !important;
  font-weight: 700 !important;
}
.capability-list span {
  white-space: nowrap;
}

/* Contact refinements. */
.contact-opportunities {
  font-size: 23px !important;
}
.contact-quote {
  font-size: 28.8px !important;
}
.phone {
  font-weight: 700 !important;
}

/* Quick modal fade-in. */
@keyframes rambleFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ramble-modal.is-open {
  animation: rambleFadeIn 0.2s ease-out both;
}

@media (max-width: 900px) {
  .highlight-list article {
    grid-template-columns: 35px 1fr !important;
    grid-template-rows: auto auto auto;
  }
  .highlight-list h3 {
    grid-column: 2;
    grid-row: 1;
  }
  .highlight-list article > span {
    grid-column: 1;
    grid-row: 2;
  }
  .highlight-logo-space {
    grid-column: 2;
    grid-row: 2;
  }
  .highlight-list article > p {
    grid-column: 2;
    grid-row: 3;
  }
  .contact-quote {
    font-size: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ramble-modal.is-open {
    animation: none;
  }
}

/* =========================================================
   Additional revisions — 2026-09-13
   ========================================================= */

/* About headline: second phrase on its own line */
.about-grid > h2 {
  white-space: normal !important;
}

/* Entire Getting to know me section uses sans-serif */
.about .story,
.about .story p,
.about .story .lead-para,
.about .story blockquote {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Infinity visually matches 87 above it */
.stats div:last-child strong {
  font-size: 58px !important;
  line-height: 0.82 !important;
  font-weight: 700 !important;
}

/* Resume capability groups */
.resume-capabilities {
  margin-top: 55px;
  display: grid;
  gap: 34px;
}
.capability-group {
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.capability-group h3 {
  margin: 0 0 14px;
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.capability-group p {
  margin: 0;
  max-width: 960px;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 900px) {
  .stats div:last-child strong {
    font-size: 42px !important;
  }
  .capability-group p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* =========================================================
   Visual / spacing revisions — 2026-09-13
   ========================================================= */

/* 80px vertical spacing for content sections */
.section,
.contact {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* Scroll prompt: neutral, more prominent, not orange */
.scroll-prompt {
  color: #d9e3e8 !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  display: inline-block;
  padding: 12px 0;
  border-bottom: 2px solid var(--orange);
}
.scroll-prompt strong {
  color: #fff !important;
  font-weight: 700 !important;
}

/* Infinity symbol: 100% larger than previous 58px treatment */
.stats div:last-child strong {
  font-size: 116px !important;
  line-height: 0.62 !important;
  font-weight: 700 !important;
}

/* Add 60px between first and second About paragraphs */
.about .story .lead-para {
  margin-bottom: 60px !important;
}

/* Think / Build / Improve cards */
.principles {
  background: transparent !important;
  border: 0 !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  margin-top: 80px !important;
}
.principles .principle-card {
  background: #fff !important;
  border: 1px solid #aabcc7;
  border-radius: 0 34px 34px 34px;
  padding: 30px 34px 32px !important;
  min-height: 250px;
}
.principle-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.principles .principle-card b {
  color: var(--navy);
  font-size: 30px;
  line-height: 1;
  margin: 0 !important;
  display: block;
}
.principle-icon {
  width: 46px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}
.principles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}
.principles li {
  color: #56514d;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  padding-left: 22px;
}
.principles li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  position: absolute;
  left: 0;
  top: 0.55em;
}

/* Resume capability headings: 100% larger (13 -> 26px) */
.capability-group h3 {
  font-size: 26px !important;
  line-height: 1.1 !important;
  margin: 0 0 22px !important;
}

/* Resume capability text: 50% larger (15 -> 22.5px) */
.capability-group p {
  font-size: 22.5px !important;
  line-height: 1.65 !important;
}

/* Match capability divider spacing to timeline divider spacing (38px) */
.resume-capabilities {
  margin-top: 0 !important;
  gap: 0 !important;
}
.capability-group {
  border-top: 1px solid var(--line);
  padding: 38px 0 !important;
}
.capability-group + .capability-group {
  margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 900px) {
  .section,
  .contact {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .stats div:last-child strong {
    font-size: 84px !important;
  }

  .principles {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .principles .principle-card {
    min-height: 0;
  }

  .capability-group h3 {
    font-size: 22px !important;
  }

  .capability-group p {
    font-size: 18px !important;
  }
}

/* =========================================================
   Reference-match refinements — 2026-09-13
   ========================================================= */

/* Resume capability typography reduced from the prior revision */
.capability-group h3 {
  font-size: 13px !important; /* 50% smaller than 26px */
  line-height: 1.15 !important;
  margin: 0 0 14px !important;
}
.capability-group p {
  font-size: 16.875px !important; /* 25% smaller than 22.5px */
  line-height: 1.7 !important;
}

/* Think / Build / Improve — matched to uploaded reference */
.principles {
  background: #000 !important;
  border: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
  margin-top: 80px !important;
  padding: 1px 0 !important;
}

.principles .principle-card {
  background: #fff !important;
  border: 1px solid #214a67 !important;
  border-radius: 30px !important;
  min-height: 250px !important;
  padding: 28px 30px 30px !important;
  display: block !important;
}

.principle-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 20px !important;
}

.principles .principle-card b {
  color: #214a67 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  margin: 0 !important;
  letter-spacing: -0.02em !important;
}

.principle-icon {
  width: 46px !important;
  height: 46px !important;
  object-fit: contain !important;
  flex: 0 0 46px !important;
  margin-top: -3px !important;
}

.principles ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 19px !important;
}

.principles li {
  position: relative !important;
  padding-left: 22px !important;
  color: #58534f !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.24 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.principles li::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0.52em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #d06428 !important;
}

/* Keep the cards stacked cleanly on smaller screens */
@media (max-width: 900px) {
  .principles {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    background: transparent !important;
    padding: 0 !important;
  }

  .principles .principle-card {
    min-height: 0 !important;
  }

  .capability-group h3 {
    font-size: 13px !important;
  }

  .capability-group p {
    font-size: 16px !important;
  }
}

/* =========================================================
   Final spacing/alignment refinements
   ========================================================= */

/* Infinity: 10% smaller than prior 116px size, and align its left edge
   with the PASSION label directly below */
.stats div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.stats div:last-child strong {
  font-size: 104.4px !important;
  line-height: 0.62 !important;
  margin-left: 0 !important;
  transform: none !important;
}
.stats div:last-child span {
  margin-left: 0 !important;
}

/* Center email + phone vertically in the available space between
   the descriptive paragraph and the footer divider */
.contact-inner > div:not(.eyebrow) {
  margin-top: auto;
  margin-bottom: auto;
}
.contact-inner {
  min-height: calc(100vh - 160px);
}
.contact footer {
  margin-top: 0 !important;
}

/* Keep 80px between the final resume capability line
   (...Workfront · Jira) and the next section color change */
.resume-capabilities {
  margin-bottom: 0 !important;
}
.resume .site-inner {
  padding-bottom: 0 !important;
}
.resume {
  padding-bottom: 80px !important;
}

/* Mobile refinements */
@media (max-width: 900px) {
  .stats div:last-child strong {
    font-size: 75.6px !important;
  }

  .contact-inner {
    min-height: auto;
  }

  .contact-inner > div:not(.eyebrow) {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* =========================================================
   Ramble modal / contact refinements
   ========================================================= */

/* Scroll prompt: no underline */
.scroll-prompt {
  border-bottom: 0 !important;
}

/* Maintain 60px gap between first and second About paragraphs */
.about .story .lead-para {
  margin-bottom: 60px !important;
}

/* Ramble link */
.ramble-trigger {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0;
  margin-top: 32px;
  cursor: pointer;
}
.ramble-trigger:hover,
.ramble-trigger:focus-visible {
  text-decoration: underline;
}
.ramble-trigger:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}

/* Modal */
.ramble-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(10, 25, 38, 0.78);
}
.ramble-modal.is-open {
  display: flex;
}
.ramble-dialog {
  width: min(760px, 100%);
  max-height: 84vh;
  overflow: auto;
  background: #fff;
  color: var(--ink);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
  padding: 42px 44px 46px;
  position: relative;
}
.ramble-dialog h2 {
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 1.05;
  margin: 0 48px 28px 0;
}
.ramble-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}
.ramble-body p {
  margin: 0 0 24px;
}
.ramble-body p:last-child {
  margin-bottom: 0;
}
.ramble-close {
  position: absolute;
  right: 18px;
  top: 12px;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--navy);
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}
body.modal-open {
  overflow: hidden;
}

/* Contact spacing */
.contact-inner {
  min-height: auto !important;
}
.contact-details {
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}
.contact-quote {
  margin: 60px 0 0 !important;
  color: #c9d6de !important;
  font-family: Georgia, serif !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-style: italic;
}
.contact footer {
  margin-top: 110px !important;
}

/* Mobile */
@media (max-width: 900px) {
  .ramble-modal {
    padding: 18px;
  }
  .ramble-dialog {
    padding: 34px 24px 36px;
    max-height: 88vh;
  }
  .ramble-dialog h2 {
    font-size: 28px;
  }
  .ramble-body {
    font-size: 16px;
  }
  .contact-details {
    margin-top: 60px !important;
  }
  .contact-quote {
    margin-top: 60px !important;
  }
}

/* =========================================================
   Rambling / principles / contact refinements v7
   ========================================================= */

/* Underline "Read My Entire Ramble" */
.ramble-trigger {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.ramble-trigger:hover,
.ramble-trigger:focus-visible {
  text-decoration-thickness: 2px;
}

/* Modal title and body colors */
.ramble-dialog h2 {
  color: var(--orange) !important;
  font-weight: 700 !important;
}
.ramble-body {
  color: var(--navy) !important;
}
.ramble-body p {
  color: var(--navy) !important;
}

/* Think / Build / Improve: remove blue panel treatment and black surround */
.principles {
  background: transparent !important;
  padding: 0 !important;
}
.principles .principle-card {
  background: #fff !important;
  border: 1px solid #d7dfe3 !important;
  border-radius: 30px !important;
  box-shadow: none !important;
}
.principles .principle-card b {
  background: transparent !important;
}
.principle-head {
  background: transparent !important;
}
.principle-icon {
  background: transparent !important;
}

/* V. Ice quote: 100% larger; reduce space below by 50% */
.contact-quote {
  font-size: 36px !important;
  line-height: 1.35 !important;
  margin-top: 60px !important;
  margin-bottom: 0 !important;
}
.contact footer {
  margin-top: 55px !important;
}

/* Reduce spacing under ...Workfront · Jira by 50% (80px -> 40px) */
.resume {
  padding-bottom: 40px !important;
}

@media (max-width: 900px) {
  .contact-quote {
    font-size: 30px !important;
  }
  .contact footer {
    margin-top: 55px !important;
  }
  .resume {
    padding-bottom: 40px !important;
  }
}

/* Final requested-value overrides. */
.about .story .lead-para {
  margin-bottom: 42px !important;
}
.contact-quote {
  font-size: 28.8px !important;
}
@media (max-width: 900px) {
  .contact-quote {
    font-size: 24px !important;
  }
}

/* Follow-up layout refinements. */
.stats div:last-child strong {
  transform: translateX(-0.04em) !important;
}
.about .story .lead-para {
  line-height: 1.575;
}
.highlight-list h3 {
  grid-column: 3;
  text-align: left;
}
.highlight-list article {
  row-gap: 9.6px;
}
.capability-group h3 {
  font-size: 15.6px !important; /* Current 13px headings increased by 20%. */
  font-weight: 700 !important;
}
.ramble-dialog {
  padding: 0;
  isolation: isolate;
}
.ramble-header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  padding: 42px 44px 24px;
}
.ramble-header::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 28px;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  pointer-events: none;
}
.ramble-header h2 {
  margin-bottom: 0;
}
.ramble-body {
  padding: 28px 44px 46px;
}
.contact-quote {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  text-align: left;
}
.contact-quote em {
  display: block;
  text-align: right;
  font-size: 80%;
}
.contact-quote br {
  display: none;
}
@media (max-width: 900px) {
  .hero .stats {
    margin: 38px 0 0;
  }
  .hero-inner > .hero-actions {
    margin-top: 38px;
  }
  .highlight-list h3 {
    grid-column: 2;
    grid-row: 2;
  }
  .highlight-logo-space {
    grid-row: 1;
  }
  .ramble-dialog {
    padding: 0;
  }
  .ramble-header {
    padding: 34px 24px 24px;
  }
  .ramble-body {
    padding: 28px 24px 36px;
  }
}

/* Header, alignment, and contact revisions. */
.puzzle-header .brand b {
  display: block;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 43.2px;
  font-weight: 400;
  line-height: 1.1;
}
.scroll-prompt,
.scroll-prompt strong {
  color: #fff !important;
}
.highlight-list article > span {
  grid-row: 1;
  align-self: start;
  line-height: 1.2;
  padding-top: 4px;
}
.highlight-list h3 {
  line-height: 1.2;
}
.highlight-logo-space {
  background-color: #bdbdbd;
}
.timeline article {
  align-items: start;
}
.timeline h3,
.timeline time {
  line-height: 1.2;
}
.timeline time {
  padding-top: 4px;
}
.contact-details .button.light {
  font-size: 18.2px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.contact-details .phone {
  font-size: 22.4px;
  margin-left: 36.4px;
}
@media (max-width: 900px) {
  .highlight-list article > span {
    grid-row: 2;
  }
  .timeline time {
    padding-top: 0;
  }
}

/* Spacing refinements. */
.scroll-prompt {
  font-weight: 400 !important;
}
.highlight-list article {
  grid-template-columns: max-content 201px minmax(0, 1fr) !important;
  grid-template-rows: min-content 1fr;
  column-gap: 14px;
}
.highlight-logo-space {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: start;
}
.timeline article {
  column-gap: 24px;
}
@media (max-width: 900px) {
  .highlight-list article {
    grid-template-columns: max-content 180px minmax(0, 1fr) !important;
    grid-template-rows: auto auto;
  }
  .highlight-list article > span {
    grid-row: 1;
  }
  .highlight-logo-space {
    grid-row: 1;
  }
  .highlight-list h3 {
    grid-column: 3;
    grid-row: 1;
    overflow-wrap: anywhere;
  }
  .highlight-list article > p {
    grid-column: 2 / -1;
    grid-row: 2;
  }
  .timeline article {
    row-gap: 12px;
  }
  .contact-details .phone {
    margin-left: 23.4px;
  }
}

/* Requested refinements — 2026-09-15 */
:root { --detail-copy-gap: 35px; }
.hero .lede { color: #fff; }
.scroll-prompt .scroll-prefix { color: #c8d8e2; }
.about .story blockquote { font-style: italic; }
.highlight-list article {
  grid-template-columns: max-content 120px minmax(0, 1fr) !important;
  column-gap: var(--detail-copy-gap);
}
.highlight-logo-space { width: 120px; height: 100px; }
.timeline article {
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: var(--detail-copy-gap);
}
.capability-group .capability-list { font-weight: 700; }
.principles .principle-card {
  min-height: 0 !important;
  padding: 24px 28px !important;
  border: 1px solid #214a67 !important;
  border-radius: 20px !important;
}
.principles .principle-head {
  padding: 0 !important;
  align-items: center !important;
  margin: 0 0 14px !important;
}
.principles ul { gap: 16px !important; }
.contact-details { margin-top: 36px !important; }
@media (max-width: 900px) {
  .timeline article { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .highlight-list article { column-gap: 18px; }
  .timeline article { column-gap: 18px; }
}

/* Responsive hierarchy and spacing — revision 2 */
:root { --section-space: 80px; --header-height: 160px; }
.section, .contact {
  padding: var(--section-space) 0 !important;
}
.hero {
  padding: calc(var(--header-height) + var(--section-space)) 0 var(--section-space) !important;
  min-height: 0;
}
.hero-inner { min-height: 0; }
.hero h1, .contact h2 {
  font-size: clamp(42px, 8vw, 96px);
  line-height: 1.05;
}
.section h2 {
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.08;
}
.about-grid > h2 {
  white-space: normal !important;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.capability-group .capability-list { font-weight: 400; }
.capability-group:last-child { padding-bottom: 0 !important; }
.contact { background: var(--navy); }
.contact-quote {
  white-space: nowrap;
  font-size: clamp(11px, 3.4vw, 28.8px) !important;
}
.contact-quote em {
  display: inline;
  font-size: inherit;
  text-align: inherit;
}
@media (max-width: 900px) {
  :root { --header-height: 120px; }
  .highlight-list article {
    grid-template-rows: min-content 1fr;
  }
  .highlight-list h3 { grid-column: 3; grid-row: 1; }
  .highlight-list article > p {
    grid-column: 3;
    grid-row: 2;
    min-width: 0;
    overflow-wrap: break-word;
  }
  .highlight-logo-space { grid-row: 1 / 3; }
  .principles { display: none !important; }
}
@media (max-width: 480px) {
  .highlight-list article { column-gap: 12px; }
}

/* Content-driven heading sizing and equal divider spacing — revision 3 */
.hero-copy, .resume-intro h2 { min-width: 0; }
.hero h1, .contact h2 { font-size: 96px; }
.section h2 { font-size: 76px; }
.hero h1, .section h2, .contact h2 {
  max-width: 100%;
  word-break: normal;
  white-space: normal !important;
}
.section-label { margin-bottom: 20px; }
.about-grid > h2 { padding-bottom: 20px; }
.section-head { margin-bottom: 20px !important; }
.resume-intro { margin-bottom: 20px; }
.contact-quote em { font-size: 80%; }

/* Optical heading spacing and typography — revision 4 */
.about-grid > h2 { padding-bottom: 32px; }
.section-head { margin-bottom: 32px !important; }
.resume-intro { margin-bottom: 32px; }
.hero-tagline { white-space: nowrap; min-width: 0; max-width: 100%; }
.hero-tagline > span { display: inline-block; white-space: nowrap; }
.capability-group .capability-list { font-size: 15.1875px !important; }
.contact-quote { font-size: clamp(8.8px, 2.72vw, 23.04px) !important; }
@media (max-width: 900px) {
  .capability-group .capability-list { font-size: 14.4px !important; }
}

/* Supplied company logos — revision 5 */
.highlight-logo-space { background: transparent; }
.highlight-logo {
  display: block;
  width: 120px;
  height: 100px;
  object-fit: contain;
  object-position: center top;
}

/* Reduce logo artwork by 20% without changing layout spacing. */
.highlight-logo {
  transform: scale(0.8);
  transform-origin: center top;
}

/* Statistics, logo and resume refinements — revision 9 */
@media (min-width: 901px) {
  .hero-inner { align-items: flex-start; }
  .hero .stats { align-self: flex-start; }
}
.highlight-logo[data-logo="abbott"] { transform: scale(0.72); }
.capability-group h3 { font-size: 17.16px !important; }
.capability-group .capability-list { font-size: 16.70625px !important; }
.resume-baseline {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  vertical-align: baseline;
}
@media (max-width: 900px) {
  .capability-group .capability-list { font-size: 15.84px !important; }
}
