@font-face {
  font-family: 'Acsf Divine';
  src: url('../assets/fonts/acsf-divine-5pt.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Acsf Divine Light';
  src: url('../assets/fonts/acsf-divine-5pt-light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

:root {
  --bg: #000000;
  --fg: #f1f1f1;
  --muted: #cfcfcf;
  --soft: #9a9a9a;
  --line: rgba(255, 255, 255, 0.75);
  --container: 1280px;
  --header-offset: 88px;
  --cursor-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Cpath d='M2 1V18L6 14H7L10 22L13 21L10 13H16L2 1Z' fill='white' stroke='black' stroke-width='1.6' stroke-linejoin='miter'/%3E%3Cpath d='M3 3V16L6 13H8L10.5 20L11.6 19.5L9 12H14L3 3Z' fill='white' opacity='0.55'/%3E%3C/svg%3E") 1 1, auto;
  --cursor-pointer: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' shape-rendering='crispEdges'%3E%3Cpath d='M8 2C8 1 9 1 10 2V10H11V5C11 4 12 4 13 5V10H14V7C14 6 15 6 16 7V11H17C18 11 19 12 19 13V15C19 18 18 20 16 21L12 22L8 21L5 14L7 13L9 16V3C9 2 9 2 8 2Z' fill='white' stroke='black' stroke-width='1.6' stroke-linejoin='round' stroke-linecap='square'/%3E%3Cpath d='M9 3V17L7 14L6 14L8.7 20H11.8L15.5 19.1C17 18.2 18 16.9 18 15V13C18 12.6 17.7 12 17 12H15V7.7L14.7 7.4C14.2 7.4 14 7.6 14 8V11H11V5.7L10.7 5.4C10.2 5.4 10 5.6 10 6V11H9V2.7L8.7 2.4C8.2 2.4 8 2.6 8 3H9Z' fill='white' opacity='0.55'/%3E%3C/svg%3E") 9 2, pointer;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  cursor: var(--cursor-default);
}

body.intro-active {
  overflow: hidden;
}

body.intro-active .site-header,
body.intro-active main {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.intro-dismissed .site-header,
body.intro-dismissed main {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.55s ease;
}

body.lightbox-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
[role='button'],
input[type='button'],
input[type='submit'],
input[type='reset'],
label[for],
select,
summary {
  cursor: var(--cursor-pointer);
}

a:hover,
a:focus-visible {
  color: #ff0000;
}

.brand:hover,
.brand:focus-visible {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
}

.brand {
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.brand-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.portfolio-label {
  color: var(--soft);
  font-weight: 300;
}

.site-nav {
  display: flex;
  gap: 2.75rem;
  font-size: 0.95rem;
  font-weight: 300;
}

.site-nav a[aria-current='page'] {
  font-weight: 700;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  color: white;
  font-size: 1.75rem;
}

.section {
  width: min(var(--container), 100% - 10vw);
  margin: 0 auto;
}

.section-home {
  min-height: calc(100vh - 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4rem;
}

.hero-media {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-media img {
  width: min(800px, 100%);
  height: min(511px, calc(100vh - 180px));
  object-fit: cover;
  object-position: center 20%;
  border-radius: 0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.home-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}

body.home-page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: transparent;
  z-index: 25;
  padding: 1.5rem 5vw;
}

body.home-page .site-nav {
  display: none;
}

.home-brand-wrap {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  justify-self: start;
}

.home-header-label {
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.home-header-brand {
  text-align: left;
}

.home-clock {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #ffffff;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.home-clock-time {
  font-variant-numeric: tabular-nums;
}

.home-clock-label {
  color: var(--soft);
  letter-spacing: 0.12em;
}

body.home-page .section-home {
  min-height: 100vh;
  padding-bottom: 0;
}

.home-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(1300px, 80vw);
  max-width: 1300px;
  pointer-events: auto;
  background: transparent;
  border: 0;
  padding: 0;
  gap: 16ch;
}

.home-nav a {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 2.5rem);
  font-weight: 400;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  transition: color 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}




.home-nav a:hover,
.home-nav a:focus-visible {
  color: #ff0000;
  transform: translateY(-0.15rem);
}

.intro-screen {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 260;
  padding: 2rem;
  background: #000000;
  opacity: 1;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

body.intro-dismissed .intro-screen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro-screen-text {
  margin: 0;
  width: fit-content;
  max-width: 100%;
  color: #ffffff;
  font-family: 'Dot Matrix', 'Acsf Divine Light', 'Acsf Divine', monospace;
  font-size: clamp(6.9rem, 18vw, 15.5rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.78;
  text-align: center;
  white-space: nowrap;
  text-shadow:
    0 0 22px rgba(255, 255, 255, 0.18),
    0 0 56px rgba(255, 255, 255, 0.1);
  animation: introBlink 0.42s steps(2, end) infinite;
}

@keyframes introPulse {
  0%,
  49.999%,
  100% {
    opacity: 0.08;
    transform: scale(0.978);
  }

  50%,
  99.999% {
    opacity: 1;
    transform: scale(1.015);
  }
}

@keyframes introBlink {
  0%,
  49.999% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0.18;
  }
}

.content-section,
.detail-section,
.project-list-section {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: clip;
  min-height: calc(100vh - var(--header-offset));
  padding: 7rem 0 clamp(15rem, 24vh, 21rem);
  background: #000000;
}

.content-section::after,
.detail-section::after,
.project-list-section::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 9rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000 42%, #000 100%);
  pointer-events: none;
  z-index: 18;
}

.section-heading {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 6.5rem;
  position: sticky;
  top: var(--header-offset);
  z-index: 25;
  padding: 1.5rem 0 1.25rem;
  background: #000000;
}

.section-heading::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  width: 100vw;
  height: var(--header-offset);
  background: #000000;
}

.section-heading.compact {
  margin-bottom: 3rem;
}

.heading-bar {
  display: inline-block;
  width: 32px;
  min-width: 32px;
  height: 160px;
  background: #ededed;
  align-self: flex-start;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.9rem, 6.6vw, 4.6rem);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.06em;
}

.section-heading.compact h2 {
  line-height: 0.95;
}

.section-heading-inline {
  position: static;
  top: auto;
  margin-top: 7rem;
  margin-bottom: 3rem;
  padding-top: 0;
  background: transparent;
}

.section-heading-inline::before {
  display: none;
}

.corporate-section > .section-heading.compact {
  position: static;
  top: auto;
  background: transparent;
}

.corporate-section > .section-heading.compact::before {
  display: none;
}

.subtitle {
  margin: 2rem 0 0;
  font-size: clamp(1.4rem, 2.4vw, 2.1rem);
  font-weight: 300;
  color: var(--fg);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4rem;
}

.about-grid article:first-child {
  max-width: 470px;
}

.about-grid article + article {
  padding-left: 2.5rem;
  border-left: 1px solid rgba(255,255,255,0.85);
}

.about-intro-copy {
  max-width: 52rem;
  margin-left: calc(32px + 3rem + 2px);
}

.about-education-section {
  margin-top: 6rem;
  padding-left: calc(32px + 3rem + 2px);
}

.about-skills-section {
  margin-top: 6rem;
  padding-left: calc(32px + 3rem + 2px);
}

.about-skills-list {
  max-width: 60rem;
}

.about-skill-group + .about-skill-group {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.about-skill-group h4 {
  margin: 0 0 1rem;
}

.about-skill-group p {
  max-width: 56rem;
}

.about-education-divider {
  width: 100%;
  height: 1px;
  margin: 2rem 0 3rem;
  background: rgba(255, 255, 255, 0.18);
}

.education-showcase {
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(360px, 480px);
  gap: 3rem;
  align-items: start;
}

.education-showcase + .education-showcase {
  margin-top: 3.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.education-showcase-copy {
  max-width: none;
  padding-right: 1.5rem;
}

.education-showcase-visuals {
  position: relative;
  width: 100%;
  max-width: 480px;
  justify-self: end;
  isolation: isolate;
  overflow: hidden;
}

.about-image-card {
  position: absolute;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #050505;
  cursor: var(--cursor-pointer);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.34);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.about-image-card:hover,
.about-image-card:focus-visible {
  transform: translate(var(--card-x, 0), -6px);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48);
}

.about-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-visual-caption {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-visual-caption-inline {
  display: block;
  margin-bottom: 1rem;
}

.education-showcase-visuals-uu {
  min-height: 520px;
}

.education-showcase-visuals-hfarm {
  min-height: 430px;
}

.about-image-card-uu-main {
  top: 2rem;
  left: 3%;
  width: 56%;
  aspect-ratio: 4 / 3;
  z-index: 4;
}

.about-image-card-uu-secondary {
  top: 0;
  right: 2%;
  width: 34%;
  aspect-ratio: 1 / 1;
  z-index: 5;
}

.about-image-card-uu-tertiary {
  top: 10rem;
  right: 0;
  width: 40%;
  aspect-ratio: 2 / 1;
  z-index: 3;
}

.about-image-card-uu-quaternary {
  top: 16rem;
  left: 8%;
  width: 30%;
  aspect-ratio: 1 / 1;
  z-index: 2;
}

.about-image-card-uu-quinary {
  top: 22rem;
  left: 0;
  width: 46%;
  aspect-ratio: 10 / 7;
  z-index: 1;
}

.about-image-card-uu-senary {
  top: 24rem;
  right: 6%;
  width: 38%;
  aspect-ratio: 16 / 10;
  z-index: 2;
}

.about-image-card-hf-1 {
  --card-x: -50%;
  top: 4.5rem;
  left: 50%;
  width: 50%;
  transform: translateX(var(--card-x));
  aspect-ratio: 16 / 10;
  z-index: 3;
}

.about-image-card-hf-2 {
  top: 2.75rem;
  left: 6%;
  width: 24%;
  aspect-ratio: 1 / 1;
  z-index: 5;
}

.about-image-card-hf-3 {
  top: 2.75rem;
  right: 6%;
  width: 24%;
  aspect-ratio: 4 / 5;
  z-index: 4;
}

.about-image-card-hf-4 {
  top: 11.75rem;
  right: 7%;
  width: 28%;
  aspect-ratio: 16 / 10;
  z-index: 2;
}

.about-image-card-hf-5 {
  top: 12.25rem;
  left: 8%;
  width: 19%;
  aspect-ratio: 3 / 4;
  z-index: 6;
}

.about-image-card-hf-6 {
  --card-x: -50%;
  top: 19.5rem;
  left: 50%;
  width: 32%;
  transform: translateX(var(--card-x));
  aspect-ratio: 16 / 10;
  z-index: 1;
}

.education-showcase {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.education-showcase-copy {
  padding-right: 0;
}

.education-showcase-visuals {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  gap: 1rem;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  overflow: visible;
  min-height: 0;
  margin-top: 0.25rem;
}

.education-showcase-visuals-uu,
.education-showcase-visuals-hfarm {
  min-height: 0;
}

.education-showcase-visuals .about-visual-caption-inline {
  grid-column: 1 / -1;
  margin-bottom: 0.5rem;
}

.education-showcase-visuals .about-image-card {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  transform: none;
  --card-x: 0;
}

.education-showcase-visuals .about-image-card:hover,
.education-showcase-visuals .about-image-card:focus-visible {
  transform: translateY(-6px);
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: grid;
  place-items: center;
  padding: 4rem;
  background: rgba(0, 0, 0, 0.92);
}

.image-lightbox[hidden] {
  display: none;
}

.image-lightbox-media {
  max-width: min(1200px, 88vw);
  max-height: 82vh;
  object-fit: contain;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.image-lightbox-video {
  background: #000000;
}

.image-lightbox-close {
  position: absolute;
  top: 1.75rem;
  right: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: var(--cursor-pointer);
}

.page-moodboard {
  position: relative;
  min-height: 100vh;
  background: #020202;
}

.moodboard-video-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.moodboard-video-background::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 110, 52, 0.14), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(255, 232, 31, 0.08), transparent 22%),
    radial-gradient(circle at 50% 78%, rgba(39, 86, 255, 0.1), transparent 28%),
    rgba(0, 0, 0, 0.42);
}

.moodboard-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-moodboard .site-header,
.page-moodboard main {
  position: relative;
  z-index: 2;
}

.moodboard-page {
  position: relative;
  min-height: calc(100vh - 88px);
  padding: 1rem 0 4rem;
  overflow: hidden;
}

.moodboard-copy {
  position: relative;
  z-index: 8;
  width: auto;
  margin-left: 5vw;
  margin-bottom: 0.5rem;
  padding: 0;
}

.moodboard-copy h1 {
  margin: 0;
  font-size: clamp(3.3rem, 10vw, 7.5rem);
  line-height: 0.88;
  font-weight: 800;
  letter-spacing: -0.08em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.moodboard-canvas {
  position: relative;
  min-height: 185vh;
  margin-top: -4rem;
  isolation: isolate;
}

.moodboard-network {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
  mix-blend-mode: screen;
}

.moodboard-item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: var(--cursor-pointer);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  z-index: 2;
}

.moodboard-item::before {
  content: '';
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.moodboard-item:hover::before,
.moodboard-item:focus-visible::before {
  opacity: 1;
}

.moodboard-item:hover,
.moodboard-item:focus-visible {
  z-index: 80 !important;
}

.moodboard-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.42);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.moodboard-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.42);
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.moodboard-item:hover img,
.moodboard-item:focus-visible img,
.moodboard-item:hover video,
.moodboard-item:focus-visible video {
  transform: scale(1.035);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.54);
  filter: saturate(1.05);
}

.moodboard-item[data-hud-color="#FFFF00"]::before {
  border-color: rgba(255, 255, 0, 0.24);
}

.moodboard-audio-toggle {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 140;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: #ffffff;
  cursor: var(--cursor-pointer);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.moodboard-audio-toggle:hover,
.moodboard-audio-toggle:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.64);
}

.moodboard-audio-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.moodboard-audio-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.speaker-wave,
.speaker-mute {
  transition: opacity 0.22s ease;
}

.moodboard-audio-toggle.is-muted .speaker-wave {
  opacity: 0;
}

.moodboard-audio-toggle.is-muted .speaker-mute {
  opacity: 1;
}

.moodboard-audio-toggle:not(.is-muted) .speaker-wave {
  opacity: 1;
}

.moodboard-audio-toggle:not(.is-muted) .speaker-mute {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .moodboard-item {
    transform: translate3d(0, 0, 0) !important;
  }

  .moodboard-item img {
    transition: none;
  }
}

h3 {
  margin: 0 0 2rem;
  font-size: clamp(1.7rem, 2.35vw, 2.35rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.partner-name {
  color: #ffffff;
  font-weight: 800;
  transition: color 0.2s ease;
}

.partner-link:hover .partner-name,
.partner-link:focus-visible .partner-name,
.partner-name:hover,
.partner-name:focus-visible {
  color: #0000ff;
}

h4 {
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--fg);
}

p {
  margin: 0 0 1.6rem;
  color: var(--muted);
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.15;
  max-width: 40rem;
}

.meta-line {
  color: var(--fg);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.education-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: start;
  width: 100%;
  margin-bottom: 1.25rem;
}

.education-item span {
  color: var(--soft);
  font-size: 1.1rem;
  font-weight: 300;
  white-space: nowrap;
}

.education-link-line {
  margin-bottom: 0.65rem;
}

.experience-list {
  display: grid;
  gap: 10rem;
  max-width: 470px;
  margin-left: calc(32px + 3rem + 2px);
}

.experience-link,
.contact-list a {
  display: block;
  padding: 0 0 1rem;
  border-bottom: 1px solid var(--line);
  font-size: clamp(2rem, 3vw, 3.1rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.project-links-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  margin-top: 7rem;
  margin-bottom: 9rem;
}

.startup-summary-grid {
  margin: 4rem 0 4rem;
}

.projects-overview-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - var(--header-offset));
}

.projects-overview-stack {
  width: 100%;
  max-width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.project-preview-panel {
  position: fixed;
  top: var(--project-preview-top, auto);
  right: var(--project-preview-right, auto);
  bottom: var(--project-preview-bottom, auto);
  left: var(--project-preview-left, auto);
  width: var(--project-preview-width, min(13rem, 18vw));
  margin: 0;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.project-preview-panel.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.project-preview-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: var(--project-preview-ratio, 4 / 5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.42);
}

.project-preview-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.92;
}

.project-links-row,
.projects-summary-grid {
  position: relative;
  z-index: 8;
}

.projects-summary-grid {
  width: 100%;
  display: block;
  padding-left: 0;
  margin: 9rem 0 0;
}

.projects-overview-section .projects-summary-grid {
  padding-left: 0;
}

.projects-summary-grid .detail-card-wide {
  width: min(56rem, 100%);
  max-width: 56rem;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 auto;
}

.projects-summary-grid .detail-card-wide p {
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
  font-size: clamp(0.775rem, 1.55vw, 1.375rem);
  line-height: 1.08;
  font-style: italic;
  color: rgba(255, 255, 255, 0.58);
}

.page-projects .project-links-row {
  width: min(88rem, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px auto 1px minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  margin-bottom: 0;
  column-gap: 0;
}

.page-projects .project-links-row a {
  text-align: center;
  font-size: clamp(1.5rem, 2.45vw, 2.35rem);
  white-space: nowrap;
  width: auto;
}

.page-projects .project-links-row a:nth-child(1) {
  grid-column: 1;
  justify-self: end;
  padding-right: 6ch;
}

.page-projects .project-links-row .divider:nth-child(2) {
  grid-column: 2;
  justify-self: center;
}

.page-projects .project-links-row a:nth-child(3) {
  grid-column: 3;
  justify-self: center;
  padding-left: 5ch;
  padding-right: 5ch;
}

.page-projects .project-links-row .divider:nth-child(4) {
  grid-column: 4;
  justify-self: center;
}

.page-projects .project-links-row a:nth-child(5) {
  grid-column: 5;
  justify-self: start;
  padding-left: 9ch;
}

.projects-overview-section .project-links-row {
  place-self: center;
}

.project-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--soft);
}

.project-back-link {
  margin-bottom: 2.5rem;
  margin-left: calc(32px + 3rem + 2px);
}

.project-back-link::before {
  content: '';
  width: 1.6rem;
  height: 1px;
  background: currentColor;
}

.project-back-link::before {
  order: -1;
}

.project-end-link-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 8rem;
}

.project-end-link {
  display: inline-flex;
  align-items: center;
  font-family: var(--nav-font);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--soft);
}

.projects-anchor-heading {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}

.section-subsection {
  padding-left: calc(32px + 3rem + 2px);
  margin-bottom: 3rem;
}

.section-subsection h3 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.9rem, 2.7vw, 2.5rem);
}

.section-subsection-corporate h3 {
  font-weight: 700;
}

.experience-subtitle {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.acido-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.15fr);
  gap: 3rem;
  padding-left: calc(32px + 3rem + 2px);
  align-items: start;
}

.acido-info-column {
  display: grid;
  gap: 2rem;
}

.acido-info-card {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.acido-cover-column {
  min-width: 0;
}

.acido-dynamic-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.acido-dynamic-heading span {
  display: block;
  width: 56px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.acido-dynamic-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.acido-cover-carousel,
.acido-events-carousel {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x proximity;
  justify-content: flex-start;
}

.acido-cover-carousel::-webkit-scrollbar,
.acido-events-carousel::-webkit-scrollbar {
  height: 8px;
}

.acido-cover-carousel::-webkit-scrollbar-thumb,
.acido-events-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
}

.acido-cover-card {
  scroll-snap-align: start;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.01);
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.acido-cover-card:hover,
.acido-cover-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
}

.acido-cover-card img {
  width: min(32vw, 360px);
  height: min(66vh, 640px);
  object-fit: cover;
  object-position: center top;
}

.acido-overview-panel {
  margin-top: 4rem;
  padding-left: calc(32px + 3rem + 2px);
}

.acido-overview-frame {
  display: block;
  height: 400px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
}

.acido-overview-frame iframe {
  width: 155%;
  height: 620px;
  border: 0;
  transform: scale(0.645);
  transform-origin: top left;
  pointer-events: none;
  filter: contrast(1.02);
}

.acido-events-block {
  margin-top: 4rem;
  padding-left: calc(32px + 3rem + 2px);
}

.acido-card-kicker {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.acido-event-card {
  scroll-snap-align: start;
  flex: 0 0 min(340px, 72vw);
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 420px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.01);
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.acido-event-card:hover,
.acido-event-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
}

.acido-event-preview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.acido-event-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.acido-event-card h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 0.98;
}

.acido-event-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.lrp-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.15fr);
  gap: 3rem;
  padding-left: calc(32px + 3rem + 2px);
  align-items: start;
}

.lrp-info-column {
  display: grid;
  gap: 2rem;
}

.lrp-info-card {
  padding-bottom: 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.lrp-shop-column {
  min-width: 0;
}

.lrp-shop-carousel {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x proximity;
}

.lrp-shop-carousel::-webkit-scrollbar,
.lrp-features-list::-webkit-scrollbar {
  height: 8px;
}

.lrp-shop-carousel::-webkit-scrollbar-thumb,
.lrp-features-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
}

.lrp-shop-card {
  scroll-snap-align: start;
  flex: 0 0 min(340px, 72vw);
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: 430px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.01);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.lrp-shop-card:hover,
.lrp-shop-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.3);
}

.lrp-shop-preview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.lrp-shop-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.35s ease;
}

.lrp-shop-card:hover .lrp-shop-preview img,
.lrp-shop-card:focus-visible .lrp-shop-preview img {
  transform: scale(1.03);
}

.lrp-shop-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 0.98;
}

.lrp-shop-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.lrp-features-block {
  margin-top: 4rem;
  padding-left: calc(32px + 3rem + 2px);
}

.lrp-features-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.2rem 1.1rem;
  align-items: start;
}

.lrp-features-list a {
  display: block;
  width: fit-content;
  max-width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: clamp(0.95rem, 1.45vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
  text-transform: uppercase;
  text-wrap: balance;
}

.lrp-features-list a:hover,
.lrp-features-list a:focus-visible {
  color: #ffff00;
}

.lrp-feature-item-1 {
  grid-column: 1 / span 6;
  grid-row: 1;
  justify-self: start;
  white-space: nowrap;
}

.lrp-feature-item-2 {
  grid-column: 4 / -1;
  grid-row: 2;
  max-width: 30ch;
  margin-top: 1.15rem;
  justify-self: end;
}

.lrp-feature-item-3 {
  grid-column: 6 / -1;
  grid-row: 3;
  max-width: 28ch;
  margin-top: 0.45rem;
  justify-self: end;
}

.lrp-feature-item-4 {
  grid-column: 7 / -1;
  grid-row: 4;
  max-width: 29ch;
  margin-top: -0.1rem;
  justify-self: end;
}

.lrp-feature-item-5 {
  grid-column: 1 / span 5;
  grid-row: 5;
  max-width: 23ch;
  margin-top: 0.15rem;
  justify-self: start;
}

.lrp-feature-item-6 {
  grid-column: 9 / -1;
  grid-row: 6;
  max-width: 18ch;
  margin-top: 0.55rem;
  justify-self: end;
}

.lrp-feature-item-7 {
  grid-column: 1 / span 6;
  grid-row: 7;
  max-width: 22ch;
  margin-top: 0.65rem;
  justify-self: start;
}

@media (max-width: 980px) {
  .acido-layout,
  .acido-overview-panel,
  .acido-events-block,
  .lrp-layout,
  .lrp-features-block {
    padding-left: 0;
  }

  .acido-layout,
  .lrp-layout {
    grid-template-columns: 1fr;
  }

  .acido-cover-card img {
    width: min(70vw, 320px);
    height: auto;
    aspect-ratio: 4 / 5.6;
  }

  .acido-overview-frame iframe {
    width: 185%;
    height: 560px;
    transform: scale(0.54);
  }

  .lrp-features-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem 1.25rem;
  }

  .lrp-features-list a {
    margin-top: 0;
    font-size: clamp(0.95rem, 2.7vw, 1.2rem);
  }

  .lrp-feature-item-1,
  .lrp-feature-item-2,
  .lrp-feature-item-3,
  .lrp-feature-item-4,
  .lrp-feature-item-5,
  .lrp-feature-item-6,
  .lrp-feature-item-7 {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
    justify-self: start;
  }
}

.project-links-row a {
  text-align: center;
  font-size: clamp(1.55rem, 2.45vw, 2.35rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.divider {
  display: block;
  width: 1px;
  height: 2rem;
  background: var(--line);
}

.editorial-rail {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 1rem 0 1rem -50vw;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.page-projects .content-section {
  padding-bottom: clamp(12rem, 18vh, 16rem);
}

.page-projects .editorial-rail {
  margin-top: 5rem;
}

.page-projects #acidolattico,
.page-projects #lrp,
.page-projects #gruppo-pxrno {
  margin-top: clamp(6rem, 10vh, 9rem);
}

.editorial-rail-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  padding: 1rem 0;
  animation: railScrollLeft 32s linear infinite;
}

.editorial-rail-right .editorial-rail-track {
  animation-name: railScrollRight;
}

.editorial-rail-track span {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.editorial-rail-track span:nth-child(odd) {
  color: rgba(255, 255, 255, 0.68);
}

@keyframes railScrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-25%);
  }
}

@keyframes railScrollRight {
  from {
    transform: translateX(-25%);
  }

  to {
    transform: translateX(0);
  }
}

.detail-topline {
  width: min(450px, 52vw);
  height: 1px;
  background: var(--line);
  margin: -2.5rem 0 8rem auto;
}

.startup-detail-topline {
  margin-top: -2.5rem;
  margin-bottom: 8rem;
}

.pxrno-showcase {
  padding-left: calc(32px + 3rem + 2px);
  margin: 0 0 5.5rem;
}

.pxrno-showcase-inline {
  padding-left: 0;
  margin: 0 0 2rem;
  width: 100%;
  max-width: none;
}

.pxrno-showcase-inline.detail-card-wide {
  max-width: none;
}

.pxrno-showcase-inline .pxrno-showcase-frame {
  width: 100%;
  max-width: none;
}

.pxrno-showcase-footer {
  padding-left: calc(32px + 3rem + 2px);
  margin: 5.5rem 0 0;
}

.pxrno-showcase-footer .pxrno-showcase-frame {
  width: 100%;
  max-width: none;
}

.pxrno-showcase-frame {
  position: relative;
  width: min(100%, 1040px);
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at top right, rgba(242, 12, 219, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #050505;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  isolation: isolate;
}

.pxrno-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 1.1s ease, transform 5s ease;
  will-change: opacity, transform;
}

.pxrno-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.pxrno-showcase-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent 32%),
    linear-gradient(to right, rgba(0, 0, 0, 0.28), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.28));
  pointer-events: none;
  z-index: 2;
}

.pxrno-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 50%;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: var(--cursor-pointer);
}

.pxrno-nav span {
  position: absolute;
  bottom: 1.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  opacity: 1;
  transition: transform 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  box-shadow: none;
}

.pxrno-nav-prev {
  left: 0;
}

.pxrno-nav-prev span {
  left: 1.4rem;
  transform: translateY(0);
}

.pxrno-nav-next {
  right: 0;
}

.pxrno-nav-next span {
  right: 1.4rem;
  transform: translateY(0);
}

.pxrno-nav:hover span,
.pxrno-nav:focus-visible span {
  color: #ffffff;
  opacity: 0.86;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  padding-left: calc(32px + 3rem + 2px);
}

.detail-grid-structured {
  align-items: end;
}

.detail-card {
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.detail-card-wide {
  grid-column: 1 / -1;
  max-width: 56rem;
}

.detail-card-role-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(220px, 24vw, 320px);
  gap: 2rem;
  align-items: start;
  max-width: none;
}

.detail-card-role-copy {
  min-width: 0;
}

.pxrno-role-video-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
}

.pxrno-role-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pxrno-logo-wrap-inline {
  padding-top: 0;
  margin-top: 2.5rem;
}

.pxrno-logo-wrap.pxrno-logo-wrap-footer {
  width: 100%;
  padding-top: 11rem;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.corporate-list {
  display: grid;
  gap: 3.5rem;
  padding-left: calc(32px + 3rem + 2px);
}

.startup-corporate-list {
  margin-bottom: 0;
}

.corporate-item {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 3rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.corporate-meta h3 {
  margin-bottom: 1rem;
}

.corporate-meta span {
  display: block;
  color: var(--soft);
  font-size: 0.95rem;
  font-weight: 400;
}

.pxrno-logo-wrap {
  grid-column: 1 / -1;
  padding-top: 2rem;
}

.pxrno-logo {
  width: min(100%, 315px);
  height: auto;
}

.contact-list {
  display: grid;
  gap: 3rem;
  max-width: 820px;
  padding-left: calc(32px + 3rem + 1rem);
}

.contact-list a {
  font-size: clamp(1.35rem, 2.25vw, 1.8rem);
  white-space: nowrap;
}

.contact-list a span {
  white-space: nowrap;
}

@media (max-width: 980px) {
  :root {
    --header-offset: 72px;
  }

  .site-header {
    padding: 1.5rem 5vw;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 5vw;
    display: none;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

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

  .two-col,
  .detail-grid,
  .project-links-row {
    grid-template-columns: 1fr;
  }

  .about-grid article + article,
  .detail-grid,
  .contact-list,
  .pxrno-showcase,
  .corporate-list,
  .acido-dynamic-block,
  .project-links-row,
  .section-subsection,
  .about-intro-copy,
  .about-education-layout {
    padding-left: 0;
    border-left: 0;
  }

  .about-education-section {
    padding-left: 0;
  }

  .about-skills-section {
    padding-left: 0;
  }

  .education-showcase {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-education-divider {
    width: 100%;
    margin: 0 0 3rem;
  }

  .education-showcase + .education-showcase {
    margin-top: 5rem;
    padding-top: 3.5rem;
  }

  .education-showcase-copy {
    padding-right: 0;
  }

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

  .project-links-row {
    gap: 1.25rem;
  }

  .project-preview-panel {
    display: none;
  }

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

  .detail-card-role-media {
    grid-template-columns: 1fr;
  }

  .pxrno-role-video-wrap {
    max-width: min(320px, 72vw);
  }

  .divider {
    display: none;
  }

  .education-item {
    grid-template-columns: 1fr;
  }

  .education-item span {
    white-space: normal;
  }

  .experience-list {
    margin-left: 0;
    gap: 4rem;
  }

  .section-heading {
    gap: 1.5rem;
    margin-bottom: 4rem;
    top: var(--header-offset);
  }

  .content-section,
  .detail-section,
  .project-list-section {
    min-height: auto;
    padding: 6rem 0 10rem;
  }

  .content-section::after,
  .detail-section::after,
  .project-list-section::after {
    height: 6rem;
  }

  .heading-bar {
    width: 22px;
    min-width: 22px;
    height: 96px;
  }

  .detail-topline {
    width: 100%;
    margin: 2rem 0 4rem;
  }

  .section-home {
    min-height: auto;
    padding: 3rem 0 4rem;
  }

  .hero-media img {
    width: 100%;
    height: auto;
    max-height: 511px;
    border-radius: 0;
  }

  .pxrno-showcase {
    margin-bottom: 4rem;
  }

  .pxrno-showcase-frame {
    min-height: auto;
    max-height: none;
    border-radius: 0;
  }

  .moodboard-page {
    padding-bottom: 2rem;
  }

  .moodboard-copy {
    width: auto;
    margin-left: 1.25rem;
  }

  .moodboard-canvas {
    min-height: 220vh;
    margin-top: -2rem;
  }
}

@media (max-width: 640px) {
  .section-heading {
    position: static;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .section-heading::before {
    display: none;
  }

  .section {
    width: min(var(--container), 100% - 2.5rem);
  }

  .brand {
    font-size: 0.78rem;
  }

  body.home-page .site-header {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    justify-items: center;
    text-align: center;
  }

  .home-brand-wrap,
  .home-clock {
    justify-self: center;
  }

  .home-header-label,
  .home-clock {
    font-size: 0.78rem;
  }

  p {
    font-size: 1rem;
  }

  .experience-link,
  .contact-list a,
  .project-links-row a {
    font-size: 1.45rem;
  }

  .project-back-link {
    margin-left: 0;
  }

  .education-showcase-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lrp-features-list {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .about-skill-group + .about-skill-group {
    margin-top: 2.4rem;
    padding-top: 2rem;
  }

  .image-lightbox {
    padding: 1.5rem;
  }

  .image-lightbox-close {
    top: 1rem;
    right: 1rem;
  }

  .hero-media img {
    height: auto;
    border-radius: 0;
  }

  .intro-screen-text {
    font-size: clamp(2.5rem, 12vw, 4.25rem);
  }

  .pxrno-showcase-frame {
    aspect-ratio: 4 / 5;
    border-radius: 0;
  }

  .pxrno-nav span {
    font-size: 0.82rem;
  }

  .editorial-rail-track {
    gap: 2rem;
    padding: 0.8rem 0;
  }

  .editorial-rail-track span {
    font-size: 0.95rem;
  }

  .moodboard-copy {
    margin-left: 1rem;
  }

  .moodboard-copy h1 {
    font-size: clamp(3rem, 19vw, 4.8rem);
  }

  .moodboard-audio-toggle {
    right: 1rem;
    bottom: 1rem;
    width: 54px;
    height: 54px;
  }

  .moodboard-canvas {
    min-height: 245vh;
    margin-top: -1rem;
  }
}
