.intro-name {
  font-family: "RudaRegular", "Work Sans", Arial, sans-serif;
  font-size: 2.75em;
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

#typed-heading::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  background-color: #ffffff;
  vertical-align: middle;
  margin-left: 4px;
  opacity: 1;
}

#typed-heading.is-blinking::after {
  animation: blink-cursor 1s step-start infinite;
}

@keyframes blink-cursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.intro-sub {
  font-family: "RudaRegular", "Work Sans", Arial, sans-serif;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 0.5em;
}

.intro-bio {
  font-family: "Roboto", "Work Sans", Arial, sans-serif;
  line-height: 1.7;
  color: rgba(26, 26, 26, 0.431372549);
}

.project-title {
  color: rgba(255, 215, 147, 0.77);
  font-size: 1.5em;
  margin-bottom: 0.5em !important;
}

#projects-body.spotlights > section,
#experience-body.spotlights > section {
  min-height: 0 !important;
}
#projects-body.spotlights > section > .image,
#experience-body.spotlights > section > .image {
  align-self: stretch;
  overflow: hidden;
  cursor: default !important;
  transition: opacity 0.5s ease, filter 0.5s ease !important;
}
#projects-body.spotlights > section > .image:hover,
#experience-body.spotlights > section > .image:hover {
  filter: drop-shadow(0px 0px 22px rgba(207, 153, 37, 0.75)) !important;
}
#projects-body.spotlights > section > .image.vignette::after,
#experience-body.spotlights > section > .image.vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}
#projects-body.spotlights > section > .image img,
#experience-body.spotlights > section > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
#projects-body.spotlights > section > .content,
#experience-body.spotlights > section > .content {
  padding: 3em 4em !important;
}
#projects-body.spotlights > section > .content > .inner > *,
#experience-body.spotlights > section > .content > .inner > * {
  margin-bottom: 10em;
}
#projects-body.spotlights > section > .content > .inner > *:last-child,
#experience-body.spotlights > section > .content > .inner > *:last-child {
  margin-bottom: 0;
}

#projects-body.spotlights > section > .content > .inner > p,
#experience-body.spotlights > section > .content > .inner > p {
  font-size: 0.875em;
  line-height: 1.55;
  margin-bottom: 1.25em !important;
}

#projects-body.spotlights > section > .content > .inner ul.actions,
#experience-body.spotlights > section > .content > .inner ul.actions {
  margin-top: 0;
  margin-bottom: 1.25em !important;
  justify-content: flex-end;
}

#projects-body.spotlights > section .button,
#experience-body.spotlights > section .button {
  font-size: 0.6em !important;
  height: calc(3.25em + 2px) !important;
  line-height: 3.25em !important;
  padding: 0 2em !important;
}

.tag-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.35em;
  overflow: visible;
}

#projects-body.spotlights > section > .content,
#projects-body.spotlights > section > .content > .inner,
#experience-body.spotlights > section > .content,
#experience-body.spotlights > section > .content > .inner {
  overflow: visible !important;
}

.tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 0.35em 0.6em;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 175, 40, 0.14), rgba(255, 215, 147, 0.06));
  color: rgba(255, 215, 147, 0.77);
  border: 1px solid rgba(255, 215, 147, 0.38);
  box-shadow: 0 0 5px rgba(255, 175, 40, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  cursor: default;
}
.tag i, .tag .tag-fallback-text {
  font-size: 1.25em;
  line-height: 1;
  flex-shrink: 0;
}
.tag .tag-label {
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  white-space: nowrap;
}
.tag:hover {
  border-color: rgba(255, 215, 147, 0.7);
  box-shadow: 0 0 10px rgba(255, 175, 40, 0.28);
  color: rgb(255, 215, 147);
}

.sort-fab {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 175, 40, 0.2);
  border: none;
  color: rgba(255, 215, 147, 0.77);
  font-size: 1.05em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.sort-fab .sort-fab-svg {
  width: 0.65em;
  height: 0.72em;
  display: block;
  fill: currentColor;
  pointer-events: none;
  overflow: visible;
}
.sort-fab .sort-icon-up,
.sort-fab .sort-icon-down {
  transition: opacity 0.25s ease;
}
.sort-fab .sort-icon-up {
  opacity: 1;
}
.sort-fab .sort-icon-down {
  opacity: 0.28;
}
.sort-fab:hover {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.55), 0 0 10px rgba(255, 175, 40, 0.2);
  transform: scale(1.08);
}
.sort-fab:hover .sort-fab-tooltip {
  opacity: 1;
  transform: translateY(0);
}
.sort-fab.is-reversed {
  background: rgba(255, 175, 40, 0.2);
}
.sort-fab.is-reversed .sort-icon-up {
  opacity: 0.28;
}
.sort-fab.is-reversed .sort-icon-down {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .sort-fab {
    top: calc(3.5em + 0.75rem);
  }
}
@media screen and (max-width: 736px) {
  .sort-fab {
    top: 1.5rem;
  }
}

.sort-fab-tooltip {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  left: auto;
  transform: translateY(-5px);
  background: rgba(22, 18, 8, 0.96);
  color: rgba(255, 215, 147, 0.9);
  font-size: 0.5em;
  white-space: nowrap;
  padding: 0.1em 0.4em;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid rgba(255, 215, 147, 0.18);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  letter-spacing: 0.04em;
}
.sort-fab-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: calc(1.5rem - 4px);
  left: auto;
  border: 4px solid transparent;
  border-bottom-color: rgba(22, 18, 8, 0.96);
}

.section-divider {
  position: relative;
  z-index: 200;
}
.section-divider:hover .divider-chevron {
  transform: rotate(180deg);
  opacity: 0.85;
}
.section-divider:hover .section-divider-bar {
  background: rgb(76.4827586207, 63.0982758621, 34.4172413793);
}
.section-divider:hover .section-divider-bar .divider-label {
  color: rgba(255, 255, 255, 0.6);
}
.section-divider:hover .divider-panel {
  opacity: 0.95;
  pointer-events: auto;
  transform: translateY(0);
}

.section-divider-bar {
  display: flex;
  align-items: center;
  padding: 0.85em 3em;
  background: rgb(62.4137931034, 51.4913793103, 28.0862068966);
  cursor: default;
  transition: background 0.2s ease;
  user-select: none;
}
.section-divider-bar .divider-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.section-divider-bar .divider-label {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  padding: 0 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7em;
  color: rgba(255, 255, 255, 0.35);
  font-family: "RudaRegular", "Work Sans", Arial, sans-serif;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.section-divider-bar .divider-chevron {
  font-size: 1em;
  opacity: 0.35;
  transition: transform 0.3s ease, opacity 0.2s ease;
  display: inline-block;
  letter-spacing: 0;
}

.divider-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 999;
  background: linear-gradient(135deg, rgba(70, 67, 65, 0.98), rgba(62, 50, 27, 0.98));
  backdrop-filter: blur(18px);
  border-top: 1px solid rgba(255, 175, 40, 0.12);
  border-bottom: 1px solid rgba(255, 175, 40, 0.08);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 215, 147, 0.05);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.divider-timeline {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  max-width: 72em;
  margin: 0 auto;
  padding: 2em 3em 1.75em;
  position: relative;
}
.divider-timeline::before {
  content: "";
  position: absolute;
  top: calc(2em + 5px);
  left: 3em;
  right: 3em;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 175, 40, 0.05), rgba(255, 175, 40, 0.45) 20%, rgba(255, 175, 40, 0.45) 80%, rgba(255, 175, 40, 0.05));
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  gap: 0;
  padding: 0 1em;
}
.timeline-item .timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 175, 40, 0.7);
  background: linear-gradient(135deg, rgba(255, 175, 40, 0.28), rgba(255, 215, 147, 0.1));
  box-shadow: 0 0 10px rgba(255, 175, 40, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 0.85em;
}
.timeline-item .timeline-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}
.timeline-item .timeline-role {
  font-weight: bold;
  color: rgba(255, 215, 147, 0.9);
  font-size: 0.82em;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
.timeline-item .timeline-company {
  color: rgba(255, 215, 147, 0.48);
  font-size: 0.75em;
  letter-spacing: 0.03em;
}
.timeline-item .timeline-period {
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.68em;
  letter-spacing: 0.07em;
  margin-top: 0.1em;
}

.divider-description {
  max-width: 56em;
  margin: 0 auto;
  padding: 1.5em 3em;
}
.divider-description p {
  color: rgba(255, 215, 147, 0.48);
  font-size: 0.82em;
  line-height: 1.7;
  margin: 0;
  text-align: center;
  letter-spacing: 0.02em;
}

.sidebar-back-row {
  position: absolute;
  top: 1.25em;
  left: 1.5em;
  z-index: 10;
}

.sidebar-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.75em;
  font-family: "RudaRegular", "Work Sans", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.35) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}
.sidebar-back-btn:hover {
  color: rgba(255, 215, 147, 0.8) !important;
}
.sidebar-back-btn::before, .sidebar-back-btn::after {
  display: none !important;
}

.blog-hero-inner {
  max-width: 52em;
}

.blog-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.7em;
  color: rgba(255, 215, 147, 0.55);
  margin-bottom: 0.6em !important;
}

.blog-title {
  font-family: "RudaRegular", "Work Sans", Arial, sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 0.45em !important;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.65em;
  margin-bottom: 1em !important;
}
.blog-meta .blog-meta-role {
  color: rgba(255, 215, 147, 0.77);
  font-size: 0.85em;
  font-weight: bold;
}
.blog-meta .blog-meta-sep {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.85em;
}
.blog-meta .blog-meta-period {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.85em;
  letter-spacing: 0.04em;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}

.blog-tag {
  padding: 0.25em 0.7em;
  border-radius: 4px;
  background: rgba(255, 175, 40, 0.1);
  border: 1px solid rgba(255, 215, 147, 0.25);
  color: rgba(255, 215, 147, 0.6);
  font-size: 0.68em;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.blog-body {
  max-width: 52em;
  margin: 0 auto;
}

.blog-section {
  margin-bottom: 2.5em;
}
.blog-section p {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.9em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1em !important;
}
.blog-section p:last-child {
  margin-bottom: 0 !important;
}

.blog-section-title {
  font-family: "RudaRegular", "Work Sans", Arial, sans-serif;
  font-size: 1.15em;
  color: rgba(255, 215, 147, 0.77);
  margin-bottom: 0.75em !important;
  padding-bottom: 0.45em;
  border-bottom: 1px solid rgba(255, 215, 147, 0.15);
}

.blog-figure {
  margin: 0 0 2.5em;
}
.blog-figure .blog-img {
  width: 100%;
  max-height: 26em;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  border: 1px solid rgba(255, 215, 147, 0.1);
}
.blog-figure figcaption {
  margin-top: 0.6em;
  font-size: 0.72em;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  letter-spacing: 0.04em;
  font-style: italic;
}

.blog-back {
  margin-top: 3em;
  padding-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

li.avatar {
  transform: none !important;
  left: auto !important;
  width: 100% !important;
  height: auto;
  overflow: visible !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0.5em 0 1.5em;
}

li.avatar::before {
  display: none !important;
}

.avatar-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.avatar-ring {
  position: relative;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.avatar-ring::before {
  content: "";
  height: 500%;
  width: 500%;
  position: absolute;
  top: -200%;
  left: -200%;
  z-index: 0;
  background: conic-gradient(#ffa90a, #ffd793, #ff800a, #ffd793, #ff800a, #ffa90a);
  animation: spin 3s infinite linear;
}

.headshot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 70%;
  clip-path: none;
  display: block;
  margin: 0;
  z-index: 1;
}

@media screen and (max-width: 1280px) {
  li.avatar {
    display: none !important;
  }
  .avatar-wrapper, .avatar-ring, .headshot {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  li.avatar {
    display: none !important;
  }
  .intro-name {
    font-size: 1.8em;
  }
}

/*# sourceMappingURL=custom.css.map */