/* Generated by build.py. Do not edit dist/css/site.css directly. */

/* base.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --page-max: 1120px;
  --section-gap: 5rem;
  --card-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: block;
}

.site-header {
  padding: 1rem 1rem 1rem;
}

.site-nav {
  max-width: var(--page-max);
  margin: 0 auto;
  position: fixed;
  top: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--page-max), calc(100% - 1.5rem));
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.4rem;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-brand {
  margin-right: auto;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  border: 1px solid transparent;
  line-height: 1;
}

.site-nav .site-brand:hover {
  text-decoration: none;
}

.site-nav-links {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.menu-toggle {
  display: none;
  border: 1px solid;
  border-radius: 999px;
  background: transparent;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  cursor: pointer;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 2.2rem;
  padding: 0.28rem 0.8rem;
  border: 1px solid;
  border-radius: 999px;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.theme-toggle:hover {
  text-decoration: none;
}

.theme-toggle-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  flex: 0 0 auto;
  transition: background-color 0.15s ease, transform 0.15s ease;
}

.theme-toggle[aria-pressed="true"] .theme-toggle-dot {
  transform: translateX(0.1rem);
}

.hero {
  max-width: var(--page-max);
  margin: 5.25rem auto 0;
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.hero-media {
  width: 100%;
}

.hero-headshot {
  width: min(100%, 420px);
  height: auto;
  border-radius: 28px;
}

.hero-copy {
  min-width: 0;
}

.hero-role {
  width: fit-content;
  margin-bottom: 1.1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 5.7rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: 0;
}

.hero-current {
  margin-top: 1.1rem;
  font-size: 1rem;
  font-weight: 700;
}

.hero-headline {
  max-width: 820px;
  margin-top: 1.8rem;
  font-size: clamp(1.55rem, 3.4vw, 2.8rem);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: 0;
}

.hero-tagline {
  max-width: 720px;
  margin-top: 1.35rem;
  font-size: 1.08rem;
}

.hero-tagline br+br {
  display: block;
  content: "";
  margin-top: 0.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.site-main {
  flex: 1;
  width: 100%;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 4.5rem 1.5rem 5.5rem;
}

.section {
  margin-bottom: var(--section-gap);
  scroll-margin-top: 1.5rem;
}

.page-intro {
  margin-bottom: 3.5rem;
}

.page-kicker {
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: titlecase;
}

.page-intro h1 {
  max-width: 860px;
  font-size: clamp(2.375rem, 5.25vw, 4.025rem);
  line-height: 1.01;
  font-weight: 800;
  letter-spacing: 0;
}

.page-summary {
  max-width: 820px;
  margin-top: 1.25rem;
  font-size: 1.08rem;
}

.page-summary p+p {
  margin-top: 1rem;
}

.section h2 {
  margin-bottom: 1.4rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-video-section {
  margin-bottom: 4rem;
}

.featured-video-frame {
  width: min(100%, 900px);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  border: 1px solid;
  border-radius: var(--card-radius);
  overflow: hidden;
}


@media (max-width: 1200px) {
  body.conference-site .site-nav {
    width: min(var(--page-max), calc(100% - 1rem));
    gap: 0.4rem;
    padding: 0.42rem 0.65rem;
    font-size: 0.73rem;
  }

  body.conference-site .site-brand {
    font-size: 0.84rem;
    letter-spacing: 0.1em;
  }

  body.conference-site .site-nav-links {
    gap: 0.55rem;
  }

  body.conference-site .site-nav a,
  body.conference-site .site-nav summary {
    padding: 0.36rem 0.58rem;
  }
}

@media (max-width: 1080px) {
  body.conference-site .site-nav {
    gap: 0.3rem;
    padding: 0.38rem 0.55rem;
    font-size: 0.7rem;
  }

  body.conference-site .site-brand {
    font-size: 0.8rem;
    letter-spacing: 0.08em;
  }

  body.conference-site .site-nav-links {
    gap: 0.42rem;
  }

  body.conference-site .site-nav a,
  body.conference-site .site-nav summary {
    padding: 0.32rem 0.5rem;
  }
}

.featured-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.about-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) 1fr;
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid;
  border-radius: var(--card-radius);
}

.single-column {
  display: block;
}

.about-text {
  font-size: 1.08rem;
}

.about-text p+p {
  margin-top: 1.1rem;
}

.about-kicker {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.about-kicker span {
  width: fit-content;
  padding: 0.32rem 0.65rem;
  border: 1px solid;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.project-card {
  min-height: 100%;
  border-radius: var(--card-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid;
  transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.project-card:hover {
  transform: translateY(-2px);
}

.project-image-wrapper {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-body {
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  flex: 1;
}

.project-title {
  font-size: 1.12rem;
  line-height: 1.25;
  font-weight: 750;
}

.project-summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 0.94rem;
  line-height: 1.55;
}

.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.tech-badge {
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  border: 1px solid;
}

.project-details,
.writing-details {
  font-size: 0.94rem;
  margin-top: auto;
}

.project-details summary,
.writing-details summary {
  cursor: pointer;
  font-weight: 750;
  padding: 0.35rem 0;
  list-style: none;
}

.project-details summary::-webkit-details-marker,
.writing-details summary::-webkit-details-marker {
  display: none;
}

.project-details summary::before,
.writing-details summary::before {
  content: "+ ";
  font-weight: 800;
}

details[open] summary::before {
  content: "- ";
}

.detail-block {
  margin-top: 0.8rem;
}

.detail-block h4 {
  margin-bottom: 0.25rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-block p+p,
.writing-content p+p,
.article-content p+p {
  margin-top: 1rem;
}

.article-content ul,
.article-content ol {
  margin: 1rem 0 0 1.25rem;
}

.article-content li+li {
  margin-top: 0.35rem;
}

.article-content img {
  width: min(100%, 760px);
  height: auto;
  margin: 1.35rem auto;
  border-radius: var(--card-radius);
}

.post-media {
  margin: 1.6rem 0;
}

.post-media img {
  width: 100%;
  height: auto;
  border-radius: var(--card-radius);
}

.post-media-small {
  max-width: 360px;
}

.post-media-medium {
  max-width: 560px;
}

.post-media-large {
  max-width: 760px;
}

.post-media-full {
  max-width: 100%;
}

.post-media-left {
  margin-right: auto;
}

.post-media-center {
  margin-left: auto;
  margin-right: auto;
}

.post-media-right {
  margin-left: auto;
}

.post-media figcaption {
  margin-top: 0.45rem;
  font-size: 0.86rem;
  line-height: 1.4;
  text-align: center;
}

.writing-media {
  grid-column: 2;
  margin-top: 0;
}

.project-links,
.writing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.6rem;
  padding: 0.55rem 1rem;
  border-radius: 6px;
  border: 1px solid transparent;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn-compact {
  min-height: 2.35rem;
  padding-inline: 0.78rem;
  font-size: 0.84rem;
}

.btn-compact span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  font-size: 0.66rem;
  line-height: 1;
}

.btn-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.writing-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.writing-card {
  padding: 1.1rem 1.2rem;
  border: 1px solid;
  border-radius: var(--card-radius);
}

.writing-body {
  display: grid;
  grid-template-columns: minmax(120px, 0.24fr) 1fr;
  gap: 0.9rem 1.5rem;
  align-items: start;
}

.writing-meta {
  font-size: 0.86rem;
  font-weight: 750;
}

.writing-date-link {
  color: inherit;
  text-decoration: none;
}

.writing-date-link:hover {
  text-decoration: underline;
}

.writing-title {
  grid-column: 2;
  font-size: 1.12rem;
  line-height: 1.3;
}

.writing-featured {
  padding: 1.35rem;
}

.writing-featured .writing-title {
  font-size: 1.35rem;
}

.writing-secondary {
  opacity: 0.78;
}

.writing-summary,
.writing-details,
.writing-links {
  grid-column: 2;
}

.writing-summary {
  max-width: 760px;
  white-space: pre-line;
}

.writing-links .btn {
  width: fit-content;
}

.feature-card,
.info-card,
.timeline-card,
.story-block,
.post-page {
  border: 1px solid;
  border-radius: var(--card-radius);
}

.feature-card {
  padding: 1.35rem;
}

.feature-card-header {
  margin-bottom: 1rem;
}

.feature-card h3,
.info-card h3,
.timeline-card h3,
.story-block h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 750;
}

.feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.conference-site .tracks-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.info-card,
.story-block {
  padding: 1.2rem;
}

.info-card .article-content,
.story-block .article-content {
  margin-top: 0.75rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0 0 1.35rem;
}

.timeline-filter-btn {
  cursor: pointer;
  font: inherit;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.timeline-filter-btn:hover {
  transform: translateY(-1px);
}

.timeline-filter-btn[aria-pressed="false"] {
  opacity: 0.42;
}

.timeline-filter-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.timeline-item {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) 1fr;
  gap: 1.25rem;
  align-items: start;
}

.timeline-item[hidden] {
  display: none;
}

.timeline-item.is-filtered-out {
  opacity: 0;
  pointer-events: none;
  transform: translateX(1rem);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.timeline.is-reveal-enabled .timeline-item {
  opacity: 0;
  transform: translateY(1.1rem);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.timeline.is-reveal-enabled .timeline-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.timeline.is-reveal-enabled .timeline-item.is-filtered-out {
  opacity: 0;
  transform: translateX(1rem);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.timeline-date {
  padding-top: 1.1rem;
  font-size: 0.86rem;
  font-weight: 800;
}

.timeline-card {
  padding: 1.15rem 1.2rem;
}

.timeline-organization {
  margin-top: 0.25rem;
  font-weight: 700;
}

.timeline-card .article-content {
  margin-top: 0.75rem;
}

.coursework-details {
  margin-top: 0.95rem;
}

.coursework-details summary {
  width: fit-content;
  list-style: none;
}

.coursework-details summary::-webkit-details-marker {
  display: none;
}

.coursework-details summary span {
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.16s ease;
}

.coursework-details[open] summary span {
  transform: rotate(45deg);
}

.coursework-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1rem;
  margin-top: 0.85rem;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.coursework-list strong {
  font-weight: 800;
}

@media (prefers-reduced-motion: reduce) {

  .timeline-filter-btn,
  .coursework-details summary span,
  .timeline-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .timeline-filter-btn:hover {
    transform: none;
  }
}

.story-stack {
  display: grid;
  gap: 1rem;
}

.post-page {
  max-width: 860px;
  margin-inline: auto;
  padding: 1.4rem;
}

.post-page .page-intro {
  margin-bottom: 2rem;
}

.post-content {
  font-size: 1.06rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr);
  gap: 1.5rem;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
  padding: 1.2rem;
  border: 1px solid;
  border-radius: var(--card-radius);
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid;
  border-radius: 6px;
  padding: 0.75rem 0.8rem;
  font: inherit;
  line-height: 1.4;
}

.contact-form textarea {
  resize: vertical;
}

.contact-list {
  list-style: none;
  display: grid;
  gap: 0.9rem;
  overflow-wrap: anywhere;
}

.contact-card {
  display: block;
  padding: 1rem;
  border: 1px solid;
  border-radius: var(--card-radius);
  transition: background-color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.contact-card:hover {
  text-decoration: none;
  transform: translateY(-1px);
}

.contact-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  text-align: center;
  padding: 1.4rem 1.5rem;
  font-size: 0.86rem;
}

@media (max-width: 820px) {
  .site-header {
    padding-bottom: 3.75rem;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
    align-items: center;
    justify-content: center;
  }

  .site-nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    margin-top: 0.35rem;
    padding-top: 0.7rem;
    border-top: 1px solid;
  }

  .site-nav.is-open .site-nav-links {
    display: flex;
  }

  .site-nav-links a {
    width: 100%;
  }

  .hero {
    margin-top: 3.6rem;
    grid-template-columns: minmax(150px, 0.38fr) minmax(0, 0.62fr);
    gap: 1.35rem 1.6rem;
    align-items: start;
  }

  .hero-copy {
    display: contents;
  }

  .hero-role {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .hero-media {
    grid-column: 1;
    grid-row: 2 / 4;
  }

  .hero-headshot {
    width: min(100%, 340px);
  }

  .hero h1,
  .hero-current {
    grid-column: 2;
  }

  .hero h1 {
    grid-row: 2;
  }

  .hero-current {
    grid-row: 3;
  }

  .hero-headline,
  .hero-tagline,
  .hero-actions {
    grid-column: 1 / -1;
  }

  .hero-headline {
    grid-row: 4;
  }

  .hero-tagline {
    grid-row: 5;
  }

  .hero-actions {
    grid-row: 6;
  }

  .featured-video-section {
    margin-bottom: 3.5rem;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  body.conference-site .tracks-grid {
    grid-template-columns: 1fr;
  }

  .about-card {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about-kicker {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .project-grid {
    display: flex;
    gap: 1rem;
    margin-inline: -1rem;
    padding: 0 1rem 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .project-card {
    flex: 0 0 min(86vw, 380px);
    scroll-snap-align: start;
  }

  .writing-body {
    grid-template-columns: 1fr;
  }

  .writing-title,
  .writing-summary,
  .writing-details,
  .writing-media,
  .writing-links {
    grid-column: 1;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .timeline-date {
    padding-top: 0;
  }

  .coursework-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {

  .site-header,
  .site-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero {
    grid-template-columns: minmax(120px, 0.38fr) minmax(0, 0.62fr);
    gap: 0.9rem;
  }

  .hero-role {
    font-size: 0.64rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .hero-current {
    margin-top: 0.65rem;
    font-size: 0.82rem;
  }

  .hero-headline {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .project-links {
    flex-direction: column;
    align-items: stretch;
  }

  .project-links .btn,
  .feature-actions .btn,
  .contact-form .btn {
    width: 100%;
  }

  .page-intro h1 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body {
    min-width: 1120px;
  }

  .site-header {
    padding: 1.25rem 1.5rem 4.75rem;
  }

  .site-nav {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: auto;
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    justify-content: flex-end;
    overflow: visible;
  }

  .hero {
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
    gap: clamp(2rem, 5vw, 4.5rem);
  }

  .hero-headshot {
    width: min(100%, 420px);
  }

  .project-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-inline: 0;
    padding: 0;
    overflow: visible;
  }

  .project-card {
    flex: initial;
    break-inside: avoid;
  }

  .about-card,
  .contact-layout {
    grid-template-columns: minmax(190px, 0.32fr) 1fr;
  }

  .single-column {
    display: block;
  }

  .about-kicker {
    flex-direction: column;
  }

  .writing-body {
    grid-template-columns: minmax(120px, 0.24fr) 1fr;
  }

  .writing-title,
  .writing-summary,
  .writing-details,
  .writing-media,
  .writing-links {
    grid-column: 2;
  }

  .info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .timeline-item {
    grid-template-columns: minmax(120px, 0.22fr) 1fr;
  }
}

body.conference-site {
  font-family: "Segoe UI Variable", "Aptos", "Segoe UI", sans-serif;
  color: #0d1a2b;
  background:
    radial-gradient(circle at top left, rgba(0, 130, 153, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 153, 0, 0.14), transparent 30%),
    linear-gradient(180deg, #f8f7f2 0%, #eef4f4 50%, #f8f2ea 100%);
  position: relative;
  overflow-x: hidden;
}

body.conference-site::before,
body.conference-site::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  filter: blur(14px);
  pointer-events: none;
  z-index: -1;
}

body.conference-site::before {
  top: -5rem;
  left: -6rem;
  background: radial-gradient(circle, rgba(0, 130, 153, 0.18), transparent 68%);
}

body.conference-site::after {
  right: -6rem;
  bottom: -4rem;
  background: radial-gradient(circle, rgba(255, 153, 0, 0.16), transparent 68%);
}

body.conference-site a {
  color: #006b84;
}

body.conference-site a:hover {
  color: #043344;
}

body.conference-site .site-header {
  position: relative;
  background: transparent;
  border-bottom: 0;
}

body.conference-site .site-header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0rem;
  background: rgba(248, 247, 242, 0.84);
  border-bottom: 1px solid rgba(13, 26, 43, 0.12);
  z-index: 1000;
  pointer-events: none;
}

body.conference-site .site-main {
  background: none;
}

body.conference-site .site-nav {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(13, 26, 43, 0.12);
  box-shadow: 0 12px 30px rgba(13, 26, 43, 0.08);
  gap: 0.65rem;
  flex-wrap: nowrap;
  overflow: visible;
}

body.conference-site .site-brand {
  color: #043344;
  text-decoration: none;
  flex-shrink: 0;
  white-space: nowrap;
}

body.conference-site .menu-toggle {
  color: #043344;
  border-color: rgba(13, 26, 43, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

body.conference-site .menu-toggle:hover {
  background: rgba(0, 107, 132, 0.1);
}

body.conference-site .site-nav a {
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  color: #0d1a2b;
  white-space: nowrap;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

body.conference-site .site-nav summary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  list-style: none;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  color: #0d1a2b;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

body.conference-site .site-nav summary::after {
  content: "▾";
  display: inline-block;
  font-size: 0.78em;
  line-height: 1;
  transition: transform 0.16s ease;
}

body.conference-site .nav-dropdown[open]>summary::after,
body.conference-site .nav-dropdown:focus-within>summary::after {
  transform: rotate(180deg);
}

body.conference-site .site-nav summary::-webkit-details-marker {
  display: none;
}

body.conference-site .site-nav summary:hover,
body.conference-site .site-nav a:hover {
  background: rgba(0, 107, 132, 0.1);
  color: #043344;
  text-decoration: none;
  transform: translateY(-1px);
}

body.conference-site .site-nav a[aria-current="page"] {
  background: #006b84;
  color: #f8f7f2;
  box-shadow: 0 4px 12px rgba(4, 51, 68, 0.22);
}

body.conference-site .site-nav a[aria-current="page"]:hover {
  background: #05566b;
  color: #f8f7f2;
  transform: none;
}

body.conference-site .nav-dropdown {
  position: relative;
  flex-shrink: 0;
}

body.conference-site .nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 0;
  min-width: 16rem;
  display: none;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.55rem;
  border: 1px solid rgba(13, 26, 43, 0.12);
  border-radius: 1rem;
  background: rgba(248, 247, 242, 0.98);
  box-shadow: 0 18px 36px rgba(13, 26, 43, 0.12);
  z-index: 1200;
}

body.conference-site .nav-dropdown[open] .nav-dropdown-menu,
body.conference-site .nav-dropdown:focus-within .nav-dropdown-menu {
  display: flex;
}

body.conference-site .nav-dropdown-menu a {
  border-radius: 0.75rem;
  padding: 0.55rem 0.7rem;
  text-transform: none;
  letter-spacing: 0;
}

body.conference-site .site-nav a:hover {
  background: rgba(0, 107, 132, 0.1);
  color: #043344;
  text-decoration: none;
  transform: translateY(-1px);
}

body.conference-site .hero {
  align-items: stretch;
}

body.conference-site .conference-hero {
  max-width: var(--page-max);
  margin: 4.4rem auto 0;
  display: block;
}

body.conference-site .conference-hero-copy {
  border: 1px solid rgba(13, 26, 43, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 55px rgba(13, 26, 43, 0.08);
  padding: 1.35rem;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  text-align: center;
}

body.conference-site .conference-hero-image {
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(13, 26, 43, 0.12);
  margin-bottom: 0.15rem;
}

body.conference-site .hero-role,
body.conference-site .page-kicker {
  background: linear-gradient(135deg, #ffb703, #ffd166);
  color: #0d1a2b;
  box-shadow: 0 8px 18px rgba(13, 26, 43, 0.1);
}

body.conference-site .conference-hero-copy h1,
body.conference-site .page-intro h1 {
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Aptos", sans-serif;
  letter-spacing: -0.03em;
}

body.conference-site .conference-hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4.8vw, 3.7rem);
  line-height: 1.02;
}

body.conference-site .conference-hero-tagline {
  margin-top: 1rem;
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  font-weight: 700;
  color: #0a5f74;
}

body.conference-site .conference-summary,
body.conference-site .page-summary,
body.conference-site .article-content {
  color: rgba(13, 26, 43, 0.82);
}

body.conference-site .page-summary-wide {
  width: 100%;
  max-width: none;
}

body.conference-site .page-intro .page-summary-wide {
  width: 100%;
  max-width: none;
  margin-top: 0.7rem;
  font-size: 1.08rem;
  line-height: 1.68;
  text-align: justify;
  text-justify: inter-word;
}

body.conference-site .conference-summary {
  max-width: 44rem;
  margin-top: 0.7rem;
  font-size: 1.04rem;
  line-height: 1.65;
  text-align: justify;
  text-justify: inter-word;
  white-space: pre-line;
}

body.conference-site .conference-summary p+p {
  margin-top: 0.9rem;
}

body.conference-site .conference-context-block {
  margin-bottom: 2.1rem;
  padding: 1.2rem 1.35rem;
  border: 2px solid rgb(251 195 59);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

body.conference-site .conference-context-block h1 {
  margin: 0;
  font-family: "Bahnschrift", "Segoe UI Variable Display", "Aptos", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #0d1a2b;
  text-align: center;
}

body.conference-site .conference-context-block .conference-meta {
  margin-top: 0.85rem;
}

body.conference-site .conference-context-block .hero-actions {
  width: 100%;
  justify-content: center;
}

body.conference-site .page-summary-wide p {
  margin: 0;
  line-height: 1.68;
}

body.conference-site .page-summary-wide p+p {
  margin-top: 0.55rem;
}

body.conference-site .conference-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.65rem;
  justify-content: center;
}

body.conference-site .conference-chip {
  padding: 0.42rem 0.78rem;
  border: 1px solid rgb(24 86 107);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #043344;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
  box-shadow: 0 6px 16px rgba(4, 51, 68, 0.08);
}

body.conference-site .conference-chip strong {
  color: #043344;
}

body.conference-site .hero-actions {
  margin-top: 1rem;
}


body.conference-site .site-main {
  padding-top: 3.75rem;
}

body.conference-site .section h2 {
  color: #043344;
  border-color: rgba(13, 26, 43, 0.12);
  font-size: clamp(1.18rem, 2.1vw, 1.48rem);
  letter-spacing: 0.08em;
}

body.conference-site .about-card,
body.conference-site .feature-card,
body.conference-site .info-card,
body.conference-site .timeline-card,
body.conference-site .story-block,
body.conference-site .post-page,
body.conference-site .contact-form,
body.conference-site .writing-card {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(13, 26, 43, 0.12);
  box-shadow: 0 16px 40px rgba(13, 26, 43, 0.06);
}

body.conference-site .about-card,
body.conference-site .feature-card,
body.conference-site .info-card,
body.conference-site .timeline-card,
body.conference-site .story-block {
  backdrop-filter: blur(12px);
}

body.conference-site .info-card h3,
body.conference-site .timeline-card h3,
body.conference-site .feature-card h3,
body.conference-site .story-block h3,
body.conference-site .page-intro h1 {
  color: #0d1a2b;
}

body.conference-site .writing-meta,
body.conference-site .timeline-organization,
body.conference-site .detail-block h4,
body.conference-site .contact-label {
  color: #0a5f74;
}

body.conference-site .btn {
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(13, 26, 43, 0.08);
}

body.conference-site .btn-primary {
  background: linear-gradient(135deg, #0a5f74, #043344);
  color: #f8f7f2;
}

body.conference-site .btn-primary:hover {
  background: linear-gradient(135deg, #0d748d, #043344);
  color: #f8f7f2;
}

body.conference-site .btn-secondary,
body.conference-site .btn-notebook,
body.conference-site .btn-repo {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(13, 26, 43, 0.16);
  color: #043344;
}

body.conference-site .hero-actions .btn-secondary {
  background: linear-gradient(135deg, #0a5f74, #043344);
  border-color: #043344;
  color: #f8f7f2;
  box-shadow: 0 10px 24px rgba(13, 26, 43, 0.08);
}

body.conference-site .btn-secondary:hover,
body.conference-site .btn-notebook:hover,
body.conference-site .btn-repo:hover {
  background: rgba(0, 107, 132, 0.12);
  color: #043344;
}

body.conference-site .hero-actions .btn-secondary:hover {
  background: linear-gradient(135deg, #0d748d, #043344);
  border-color: #043344;
  color: #f8f7f2;
}

body.conference-site .btn-accent {
  background: linear-gradient(135deg, #ffb703, #ffd166);
  border-color: #ffb703;
  color: #0d1a2b;
}

body.conference-site .btn-accent:hover {
  background: linear-gradient(135deg, #f2a400, #ffcf6c);
  color: #0d1a2b;
}

body.conference-site .btn-compact span {
  background: rgba(13, 26, 43, 0.08);
}

body.conference-site .tech-badge {
  background: rgba(0, 107, 132, 0.08);
  border-color: rgba(0, 107, 132, 0.14);
  color: #043344;
}

body.conference-site .sponsor-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
  justify-content: center;
}

body.conference-site .timeline-item {
  grid-template-columns: minmax(120px, 0.2fr) 1fr;
}

body.conference-site .timeline-date {
  color: #0a5f74;
}

body.conference-site #organizing-committee .info-grid,
body.conference-site #program-and-review-committee .info-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.conference-site #organizing-committee .info-card h3,
body.conference-site #program-and-review-committee .info-card h3 {
  font-size: 1.08rem;
}

body.conference-site .speaker-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

body.conference-site .speaker-card-image {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid rgba(13, 26, 43, 0.12);
  object-fit: cover;
}

body.conference-site .article-content ul,
body.conference-site .article-content ol {
  margin-left: 1.15rem;
}

body.conference-site .page-summary {
  max-width: 100%;
}

body.conference-site .page-intro {
  margin-bottom: 2.75rem;
}

body.conference-site .page-intro h1 {
  font-size: clamp(2.4rem, 5vw, 4.1rem);
}

body.conference-site .site-footer {
  color: rgba(13, 26, 43, 0.74);
}

body.conference-site .site-footer a {
  color: #043344;
}

@media (max-width: 980px) {
  body.conference-site .conference-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body.conference-site .conference-context-block {
    padding: 1rem;
    border-radius: 18px;
  }

  body.conference-site .conference-hero-copy {
    padding: 1.5rem;
  }

  body.conference-site .hero-actions {
    width: 100%;
    justify-content: center;
  }

  body.conference-site #organizing-committee .info-grid,
  body.conference-site #program-and-review-committee .info-grid {
    grid-template-columns: 1fr;
  }

  body.conference-site .site-nav {
    width: calc(100% - 1rem);
    gap: 0.55rem;
    padding: 0.45rem 0.6rem 0.6rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: visible;
    overflow-y: visible;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(13, 26, 43, 0.14);
  }

  body.conference-site .site-brand {
    margin-right: auto;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  body.conference-site .menu-toggle {
    margin-left: auto;
    flex-shrink: 0;
  }

  body.conference-site .site-nav-links {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    margin-top: 0.15rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(13, 26, 43, 0.16);
    background: rgba(248, 247, 242, 0.98);
    border-radius: 14px;
    padding-inline: 0.25rem;
  }

  body.conference-site .site-nav.is-open .site-nav-links {
    display: flex;
  }

  body.conference-site .site-nav-links a,
  body.conference-site .site-nav summary {
    width: 100%;
    justify-content: flex-start;
    padding: 0.58rem 0.8rem;
    border-radius: 10px;
    color: #071b2c;
    font-weight: 900;
    letter-spacing: 0.06em;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 0 1px rgba(13, 26, 43, 0.06);
  }

  body.conference-site .site-nav-links a[aria-current="page"] {
    background: #006b84;
    color: #f8f7f2;
    box-shadow: inset 0 0 0 1px rgba(4, 51, 68, 0.22);
  }

  body.conference-site .site-nav-links {
    border-top-color: rgba(13, 26, 43, 0.14);
  }

  body.conference-site .nav-dropdown {
    width: 100%;
  }

  body.conference-site .nav-dropdown-menu {
    position: static;
    display: none;
    min-width: 0;
    margin-top: 0.4rem;
    box-shadow: none;
    border-radius: 12px;
    background: rgba(248, 247, 242, 0.98);
    border: 1px solid rgba(13, 26, 43, 0.12);
  }

  body.conference-site .nav-dropdown[open] .nav-dropdown-menu,
  body.conference-site .nav-dropdown:focus-within .nav-dropdown-menu {
    display: flex;
  }
}

@media (max-width: 520px) {
  body.conference-site .site-header::before {
    height: 3.55rem;
  }

  body.conference-site .conference-context-block h1 {
    font-size: clamp(1.12rem, 5.7vw, 1.42rem);
  }

  body.conference-site .conference-hero {
    margin-top: 3rem;
  }

  body.conference-site .site-nav {
    gap: 0.45rem;
    padding: 0.4rem 0.5rem 0.55rem;
    border-radius: 14px;
  }

  body.conference-site .site-brand {
    font-size: 0.74rem;
  }

  body.conference-site .menu-toggle {
    font-size: 0.72rem;
    padding: 0.35rem 0.72rem;
  }

  body.conference-site .site-nav a {
    padding: 0.48rem 0.68rem;
  }

  body.conference-site .site-nav summary {
    padding: 0.48rem 0.68rem;
  }

  body.conference-site .conference-hero-copy h1 {
    font-size: clamp(1.72rem, 8.2vw, 2.3rem);
  }
}

/* themes/clinical.css */
body {
  background: #eee7e3;
  color: #00113f;
}

a {
  color: #06477d;
}

a:hover {
  color: #00113f;
}

.site-header {
  background:
    linear-gradient(90deg, rgba(255, 204, 0, 0.14), transparent 38%),
    #eee7e3;
  border-bottom: 1px solid rgba(0, 17, 63, 0.16);
}

.site-main {
  background:
    linear-gradient(180deg, rgba(211, 192, 173, 0.18), rgba(211, 192, 173, 0.12) 55%, transparent);
}

.site-nav a {
  color: #00113f;
}

.site-nav a:hover {
  color: #06477d;
}

.site-nav .site-brand {
  background: #ffcc00;
  border-color: rgba(0, 17, 63, 0.22);
  color: #00113f;
}

.site-nav .site-brand:hover {
  color: #00113f;
}

.theme-toggle {
  background: rgba(211, 192, 173, 0.55);
  border-color: rgba(0, 17, 63, 0.16);
  color: #00113f;
}

.theme-toggle:hover {
  background: #d3c0ad;
  border-color: rgba(6, 71, 125, 0.32);
}

.theme-toggle-dot {
  background: #00113f;
}

.hero-role {
  background: #ffcc00;
  color: #00113f;
}

.page-kicker {
  background: #ffcc00;
  color: #00113f;
}

.hero-headshot {
  box-shadow: 0 18px 42px rgba(0, 17, 63, 0.14);
}

.hero-current,
.hero-tagline,
.page-summary,
.project-summary,
.writing-summary,
.writing-meta,
.timeline-organization,
.contact-list {
  color: rgba(0, 17, 63, 0.74);
}

.section h2 {
  color: #00113f;
  border-color: rgba(0, 17, 63, 0.22);
}

.featured-video-frame {
  background: rgba(211, 192, 173, 0.34);
  border-color: rgba(0, 17, 63, 0.14);
  box-shadow: 0 16px 38px rgba(0, 17, 63, 0.08);
}

.about-card,
.feature-card,
.info-card,
.timeline-card,
.story-block,
.post-page,
.contact-form,
.writing-card {
  background: rgba(211, 192, 173, 0.34);
  border-color: rgba(0, 17, 63, 0.14);
  box-shadow: 0 12px 30px rgba(0, 17, 63, 0.05);
}

.about-kicker span {
  background: rgba(211, 192, 173, 0.55);
  border-color: rgba(0, 17, 63, 0.12);
  color: #00113f;
}

.project-card {
  background: rgba(211, 192, 173, 0.4);
  border-color: rgba(0, 17, 63, 0.16);
  box-shadow: 0 10px 28px rgba(0, 17, 63, 0.06);
}

.project-card:hover {
  background: #d3c0ad;
  border-color: rgba(6, 71, 125, 0.36);
  box-shadow: 0 16px 36px rgba(0, 17, 63, 0.12);
}

.project-title,
.feature-card h3,
.info-card h3,
.timeline-card h3,
.story-block h3,
.writing-title {
  color: #00113f;
}

.tech-badge {
  background: #d3c0ad;
  border-color: rgba(0, 17, 63, 0.12);
  color: #00113f;
}

.project-details,
.writing-details {
  color: rgba(0, 17, 63, 0.8);
}

.detail-block h4,
.timeline-date,
.contact-label {
  color: #06477d;
}

.btn-primary,
.btn-repo {
  background: #06477d;
  color: #d3c0ad;
}

.btn-primary:hover,
.btn-repo:hover {
  background: #00113f;
  color: #d3c0ad;
}

.btn-accent {
  background: #ffcc00;
  color: #00113f;
  border-color: #ffcc00;
}

.btn-accent:hover {
  background: #e8bd00;
  color: #00113f;
}

.btn-compact span {
  background: rgba(0, 17, 63, 0.08);
  color: inherit;
}

.btn-secondary,
.btn-notebook {
  background: transparent;
  border-color: #06477d;
  color: #06477d;
}

.btn-secondary:hover,
.btn-notebook:hover {
  background: #d3c0ad;
  color: #00113f;
}

.writing-featured {
  border-left: 4px solid #ffcc00;
}

.writing-secondary {
  background: rgba(211, 192, 173, 0.22);
  box-shadow: none;
}

.writing-links a:not(.btn) {
  font-weight: 800;
}

.contact-card {
  background: rgba(211, 192, 173, 0.34);
  border-color: rgba(0, 17, 63, 0.14);
  color: #00113f;
  box-shadow: 0 8px 22px rgba(0, 17, 63, 0.05);
}

.contact-card:hover {
  background: #d3c0ad;
  border-color: rgba(6, 71, 125, 0.32);
}

.contact-form input,
.contact-form textarea {
  background: rgba(211, 192, 173, 0.48);
  border-color: rgba(0, 17, 63, 0.2);
  color: #00113f;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #06477d;
  outline: 3px solid rgba(255, 204, 0, 0.35);
}

.site-footer {
  background: #d3c0ad;
  color: rgba(0, 17, 63, 0.78);
  border-top: 1px solid rgba(0, 17, 63, 0.16);
}

.site-footer a {
  color: #06477d;
}

