/* Thompson HBX — orbital editorial theme, scoped to the homepage body. */

body.modern-personal-theme {
  --ink: #111317;
  --ink-soft: #4d5158;
  --ink-muted: #777b82;
  --ivory: #f3f0ea;
  --ivory-bright: #faf8f4;
  --line: rgba(17, 19, 23, 0.18);
  --line-light: rgba(255, 255, 255, 0.2);
  --night: #050607;
  --night-soft: #c5c5c5;
  --blue: #568df5;
  --cyan: #50d2da;
  --coral: #ff7f5c;
  --lavender: #9b8cf7;
  --font-sans: Inter, "Segoe UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  --font-serif: "Bodoni 72", Didot, "Songti SC", STSong, "Times New Roman", serif;
  --page-gutter: clamp(1.5rem, 5vw, 5.5rem);
  --content-width: 1280px;
  --ease: 260ms cubic-bezier(0.22, 1, 0.36, 1);

  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body.modern-personal-theme .site-header,
body.modern-personal-theme .chapter-nav,
body.modern-personal-theme .hero-inner,
body.modern-personal-theme .section-shell,
body.modern-personal-theme .site-footer,
body.modern-personal-theme .back-to-top,
body.modern-personal-theme .primary-action,
body.modern-personal-theme .secondary-action,
body.modern-personal-theme .contact-card {
  box-sizing: border-box;
}

body.modern-personal-theme a {
  color: inherit;
  text-decoration: none;
}

body.modern-personal-theme button {
  font: inherit;
}

body.modern-personal-theme a:focus-visible,
body.modern-personal-theme button:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
}

body.modern-personal-theme .skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
  transition: transform var(--ease);
}

body.modern-personal-theme .skip-link:focus {
  transform: translateY(0);
}

body.modern-personal-theme .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.modern-personal-theme .site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(100%, var(--content-width));
  padding: 2rem var(--page-gutter);
  align-items: center;
  justify-content: space-between;
  transform: translateX(-50%);
}

body.modern-personal-theme .brand {
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.035em;
}

body.modern-personal-theme .mobile-nav {
  display: none;
  align-items: center;
  gap: 1rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

body.modern-personal-theme .mobile-nav a {
  padding-block: 0.35rem;
  border-bottom: 1px solid transparent;
}

body.modern-personal-theme .mobile-nav a:hover,
body.modern-personal-theme .mobile-nav a:focus-visible,
body.modern-personal-theme .mobile-nav a[aria-current="true"] {
  border-bottom-color: currentColor;
  color: var(--ink);
}

body.modern-personal-theme .chapter-nav {
  position: fixed;
  top: 50%;
  right: 1rem;
  z-index: 30;
  display: grid;
  width: 6rem;
  padding: 0.45rem 0.5rem;
  background: rgba(250, 248, 244, 0.9);
  border: 1px solid rgba(17, 19, 23, 0.1);
  transform: translateY(-50%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body.modern-personal-theme .chapter-link {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 0.2rem;
  padding: 0.7rem 0.35rem;
  border-left: 1px solid var(--line);
  color: #8a8d92;
  font-size: 0.7rem;
  transition: color var(--ease), border-color var(--ease), padding-left var(--ease);
}

body.modern-personal-theme .chapter-link:hover,
body.modern-personal-theme .chapter-link.is-active {
  padding-left: 0.55rem;
  border-left-color: var(--ink);
  color: var(--ink);
}

body.modern-personal-theme .chapter-number {
  font-variant-numeric: tabular-nums;
}

body.modern-personal-theme .hero-section {
  position: relative;
  display: grid;
  min-height: min(900px, 100vh);
  overflow: hidden;
  place-items: center;
  background: var(--ivory-bright);
}

body.modern-personal-theme .hero-orbit-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.modern-personal-theme .hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--content-width));
  padding: 8.5rem calc(var(--page-gutter) + 1rem) 5rem;
}

body.modern-personal-theme .hero-kicker {
  margin: 0 0 1.55rem;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.modern-personal-theme .hero-inner h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 740;
  letter-spacing: -0.07em;
  line-height: 1.06;
}

body.modern-personal-theme .hero-summary {
  max-width: 560px;
  margin: 2rem 0 0;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.95;
  text-wrap: balance;
}

body.modern-personal-theme .hero-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2.25rem;
}

body.modern-personal-theme .primary-action,
body.modern-personal-theme .secondary-action {
  display: inline-flex;
  min-width: 7.7rem;
  min-height: 3rem;
  padding: 0.75rem 1.3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 650;
  transition: transform var(--ease), background-color var(--ease), color var(--ease);
}

body.modern-personal-theme .primary-action {
  background: var(--ink);
  color: #fff;
}

body.modern-personal-theme .secondary-action {
  background: rgba(250, 248, 244, 0.55);
  color: var(--ink);
}

body.modern-personal-theme .primary-action:hover,
body.modern-personal-theme .secondary-action:hover {
  transform: translateY(-2px);
}

body.modern-personal-theme .primary-action:hover {
  background: #2a2d32;
}

body.modern-personal-theme .secondary-action:hover {
  background: #fff;
}

body.modern-personal-theme .projects-section,
body.modern-personal-theme .approach-section,
body.modern-personal-theme .notes-section,
body.modern-personal-theme .contact-section {
  scroll-margin-top: 2rem;
}

body.modern-personal-theme .projects-section {
  position: relative;
  min-height: 940px;
  overflow: hidden;
  background: var(--night);
  color: #f7f6f1;
}

body.modern-personal-theme .projects-orbit-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}

body.modern-personal-theme .section-shell {
  position: relative;
  z-index: 2;
  width: min(100%, var(--content-width));
  margin-inline: auto;
  padding: clamp(4.5rem, 8vw, 7rem) var(--page-gutter);
}

body.modern-personal-theme .projects-shell {
  min-height: 940px;
}

body.modern-personal-theme .section-index {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  width: max-content;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--ink);
}

body.modern-personal-theme .section-index-light {
  border-color: #fff;
}

body.modern-personal-theme .section-number {
  font-family: var(--font-serif);
  font-size: clamp(3.3rem, 6vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 0.78;
}

body.modern-personal-theme .section-name {
  padding-bottom: 0.1rem;
  font-size: 0.95rem;
}

body.modern-personal-theme .projects-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.72fr);
  gap: clamp(4rem, 10vw, 10rem);
  margin-top: clamp(4rem, 9vw, 7.5rem);
}

body.modern-personal-theme .project-label,
body.modern-personal-theme .project-sequence {
  margin: 0 0 1.2rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

body.modern-personal-theme .featured-project h2 {
  max-width: 660px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5.5vw, 5.3rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

body.modern-personal-theme .featured-project > p:not(.project-label) {
  max-width: 560px;
  margin: 1.7rem 0 0;
  color: var(--night-soft);
  font-size: 1rem;
  line-height: 1.9;
}

body.modern-personal-theme .project-tags {
  display: flex;
  margin: 1.8rem 0 2.2rem;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.65rem;
  list-style: none;
}

body.modern-personal-theme .project-tags li,
body.modern-personal-theme .project-status {
  padding: 0.35rem 0.7rem;
  border: 1px solid var(--line-light);
  color: #b5b5b5;
  font-size: 0.72rem;
}

body.modern-personal-theme .text-action {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 650;
  transition: color var(--ease);
}

body.modern-personal-theme .text-action-light {
  color: #fff;
}

body.modern-personal-theme .text-action:hover {
  color: var(--cyan);
}

body.modern-personal-theme .supporting-projects {
  padding-top: 1.2rem;
}

body.modern-personal-theme .supporting-project {
  padding: 0 0 2.4rem;
  border-bottom: 1px solid var(--line-light);
}

body.modern-personal-theme .supporting-project + .supporting-project {
  margin-top: 2.5rem;
}

body.modern-personal-theme .project-sequence {
  font-size: 0.9rem;
}

body.modern-personal-theme .sequence-lavender {
  color: var(--lavender);
}

body.modern-personal-theme .sequence-cyan {
  color: var(--cyan);
}

body.modern-personal-theme .supporting-project h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.65rem, 2.5vw, 2.3rem);
  font-weight: 400;
  line-height: 1.25;
}

body.modern-personal-theme .supporting-project > p:not(.project-sequence) {
  margin: 0.8rem 0 1.25rem;
  color: var(--night-soft);
  font-size: 0.9rem;
}

body.modern-personal-theme .project-status {
  display: inline-block;
}

body.modern-personal-theme .approach-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--ivory-bright);
}

body.modern-personal-theme .approach-orbit-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.92;
}

body.modern-personal-theme .approach-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(3.5rem, 8vw, 6.5rem);
  gap: clamp(2rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
}

body.modern-personal-theme .approach-item {
  grid-column: span 2;
  min-height: 9rem;
}

body.modern-personal-theme .approach-item:nth-child(4) {
  grid-column: 2 / span 2;
}

body.modern-personal-theme .approach-item:nth-child(5) {
  grid-column: 4 / span 2;
}

body.modern-personal-theme .approach-item h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

body.modern-personal-theme .approach-item p {
  max-width: 18rem;
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

body.modern-personal-theme .notes-section,
body.modern-personal-theme .contact-section {
  background: var(--ivory-bright);
  border-top: 1px solid var(--line);
}

body.modern-personal-theme .notes-list {
  margin-top: 2.8rem;
}

body.modern-personal-theme .note-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  padding: 1.7rem 0;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

body.modern-personal-theme .note-row time {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5.5vw, 5.15rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.055em;
  line-height: 1;
}

body.modern-personal-theme .note-content h3 {
  margin: 0;
  font-size: 1.05rem;
}

body.modern-personal-theme .note-content p {
  max-width: 500px;
  margin: 0.55rem 0 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

body.modern-personal-theme .contact-section .section-shell {
  padding-top: 3rem;
  padding-bottom: 2.6rem;
}

body.modern-personal-theme .contact-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

body.modern-personal-theme .section-index-compact .section-number {
  font-size: clamp(2.8rem, 5vw, 4.2rem);
}

body.modern-personal-theme .contact-heading-row > p {
  max-width: 520px;
  margin: 0;
  padding-bottom: 0.45rem;
  color: var(--ink-soft);
}

body.modern-personal-theme .contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

body.modern-personal-theme .contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.25rem 1rem;
  min-height: 7rem;
  padding: 1.35rem 1.5rem;
  align-content: center;
  border: 1px solid var(--line);
  background: rgba(250, 248, 244, 0.64);
  transition: background-color var(--ease), transform var(--ease), border-color var(--ease);
}

body.modern-personal-theme .contact-card:hover {
  border-color: var(--ink);
  background: #fff;
  transform: translateY(-2px);
}

body.modern-personal-theme .contact-type {
  color: var(--ink-muted);
  font-size: 0.72rem;
}

body.modern-personal-theme .contact-card strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1.05rem;
}

body.modern-personal-theme .contact-cta {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

body.modern-personal-theme .site-footer {
  display: flex;
  width: min(100%, var(--content-width));
  margin-inline: auto;
  padding: 1.3rem var(--page-gutter) 2.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--ivory-bright);
  color: var(--ink-muted);
  font-size: 0.72rem;
}

body.modern-personal-theme .site-footer p {
  margin: 0;
}

body.modern-personal-theme .site-footer a {
  padding-bottom: 0.15rem;
  border-bottom: 1px solid transparent;
}

body.modern-personal-theme .site-footer a:hover {
  border-bottom-color: currentColor;
}

body.modern-personal-theme .back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  min-width: 3rem;
  min-height: 3rem;
  padding: 0.6rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-size: 0.72rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.75rem);
  transition: opacity var(--ease), transform var(--ease), background-color var(--ease);
}

body.modern-personal-theme .back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.modern-personal-theme .back-to-top:hover {
  background: #2a2d32;
}

body.modern-personal-theme .reveal-target {
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 700ms ease, transform 700ms ease;
}

body.modern-personal-theme .reveal-target.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1240px) {
  body.modern-personal-theme .site-header {
    position: fixed;
    background: rgba(250, 248, 244, 0.94);
    border-bottom: 1px solid rgba(17, 19, 23, 0.1);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  body.modern-personal-theme .chapter-nav {
    display: none;
  }

  body.modern-personal-theme .mobile-nav {
    display: flex;
  }

  body.modern-personal-theme .mobile-nav a {
    display: inline-flex;
    min-height: 2.75rem;
    align-items: center;
  }

  body.modern-personal-theme .projects-section,
  body.modern-personal-theme .approach-section,
  body.modern-personal-theme .notes-section,
  body.modern-personal-theme .contact-section {
    scroll-margin-top: 4.5rem;
  }

  body.modern-personal-theme .hero-inner h1 {
    max-width: 650px;
  }

  body.modern-personal-theme .projects-layout {
    gap: 4rem;
  }
}

@media (max-width: 820px) {
  body.modern-personal-theme .site-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  body.modern-personal-theme .hero-section {
    min-height: 760px;
    align-items: start;
  }

  body.modern-personal-theme .hero-orbit-art {
    object-position: 66% center;
    opacity: 0.66;
  }

  body.modern-personal-theme .hero-inner {
    padding-top: 9rem;
  }

  body.modern-personal-theme .hero-inner h1 {
    max-width: 590px;
    font-size: clamp(2.6rem, 10vw, 4.8rem);
  }

  body.modern-personal-theme .hero-summary {
    max-width: 510px;
    background: rgba(250, 248, 244, 0.74);
  }

  body.modern-personal-theme .projects-layout {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }

  body.modern-personal-theme .projects-shell {
    min-height: auto;
  }

  body.modern-personal-theme .supporting-projects {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    padding-top: 0;
  }

  body.modern-personal-theme .supporting-project + .supporting-project {
    margin-top: 0;
  }

  body.modern-personal-theme .approach-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.modern-personal-theme .approach-item,
  body.modern-personal-theme .approach-item:nth-child(4),
  body.modern-personal-theme .approach-item:nth-child(5) {
    grid-column: auto;
  }

  body.modern-personal-theme .approach-item:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 45%;
    justify-self: center;
  }

  body.modern-personal-theme .note-row {
    grid-template-columns: minmax(190px, 0.75fr) minmax(0, 1fr);
  }

  body.modern-personal-theme .contact-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  body.modern-personal-theme {
    --page-gutter: 1.2rem;
  }

  body.modern-personal-theme .site-header {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    align-items: center;
    gap: 0.5rem;
    flex-direction: row;
  }

  body.modern-personal-theme .brand {
    flex: 0 0 auto;
    font-size: 0.82rem;
    white-space: nowrap;
  }

  body.modern-personal-theme .mobile-nav {
    width: auto;
    min-width: 0;
    flex: 1;
    gap: 0;
    justify-content: space-between;
  }

  body.modern-personal-theme .mobile-nav a {
    min-width: 2.55rem;
    padding-inline: 0.2rem;
    justify-content: center;
  }

  body.modern-personal-theme .hero-section {
    min-height: 720px;
  }

  body.modern-personal-theme .hero-orbit-art {
    top: 14rem;
    height: 33rem;
    object-fit: cover;
    object-position: 64% center;
    opacity: 0.7;
  }

  body.modern-personal-theme .hero-inner {
    padding: 6.7rem var(--page-gutter) 3rem;
  }

  body.modern-personal-theme .hero-kicker {
    margin-bottom: 1.05rem;
    font-size: 0.66rem;
  }

  body.modern-personal-theme .hero-inner h1 {
    font-size: clamp(2.45rem, 13vw, 3.6rem);
    line-height: 1.08;
  }

  body.modern-personal-theme .hero-summary {
    max-width: 93%;
    margin-top: 1.4rem;
    font-size: 0.9rem;
    line-height: 1.8;
  }

  body.modern-personal-theme .hero-actions {
    gap: 0.7rem;
    margin-top: 1.5rem;
  }

  body.modern-personal-theme .primary-action,
  body.modern-personal-theme .secondary-action {
    min-width: 6.75rem;
    min-height: 2.75rem;
    padding-inline: 1rem;
    font-size: 0.8rem;
  }

  body.modern-personal-theme .section-shell {
    padding-top: 3.6rem;
    padding-bottom: 3.8rem;
  }

  body.modern-personal-theme .projects-section {
    min-height: 1040px;
  }

  body.modern-personal-theme .projects-orbit-art {
    object-position: 58% center;
    opacity: 0.68;
  }

  body.modern-personal-theme .section-number {
    font-size: 3.6rem;
  }

  body.modern-personal-theme .projects-layout {
    margin-top: 3.2rem;
    gap: 3.4rem;
  }

  body.modern-personal-theme .featured-project h2 {
    font-size: 2.65rem;
  }

  body.modern-personal-theme .supporting-projects {
    grid-template-columns: 1fr;
  }

  body.modern-personal-theme .supporting-project + .supporting-project {
    margin-top: 1rem;
  }

  body.modern-personal-theme .approach-section {
    min-height: 850px;
  }

  body.modern-personal-theme .approach-orbit-art {
    object-position: center;
    opacity: 0.7;
  }

  body.modern-personal-theme .approach-grid {
    grid-template-columns: 1fr;
    margin-top: 3.2rem;
    gap: 2.25rem;
  }

  body.modern-personal-theme .approach-item,
  body.modern-personal-theme .approach-item:nth-child(4),
  body.modern-personal-theme .approach-item:nth-child(5) {
    grid-column: auto;
    max-width: 82%;
    min-height: auto;
  }

  body.modern-personal-theme .approach-item:nth-child(even) {
    justify-self: end;
    text-align: right;
  }

  body.modern-personal-theme .approach-item h3 {
    font-size: 2.3rem;
  }

  body.modern-personal-theme .note-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.6rem 0;
  }

  body.modern-personal-theme .note-row time {
    font-size: 3.1rem;
  }

  body.modern-personal-theme .contact-grid {
    grid-template-columns: 1fr;
  }

  body.modern-personal-theme .contact-section {
    min-height: calc(100svh - 11rem);
  }

  body.modern-personal-theme .contact-card {
    grid-template-columns: 1fr;
    min-height: 6.3rem;
  }

  body.modern-personal-theme .contact-cta {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0.35rem;
    justify-self: start;
  }

  body.modern-personal-theme .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  body.modern-personal-theme .back-to-top {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.modern-personal-theme {
    scroll-behavior: auto;
  }

  body.modern-personal-theme .primary-action,
  body.modern-personal-theme .secondary-action,
  body.modern-personal-theme .chapter-link,
  body.modern-personal-theme .contact-card,
  body.modern-personal-theme .back-to-top,
  body.modern-personal-theme .reveal-target {
    transition: none;
  }

  body.modern-personal-theme .reveal-target {
    opacity: 1;
    transform: none;
  }
}
