:root {
  --bg: #efefec;
  --surface: rgba(255, 255, 255, 0.45);
  --surface-strong: #f7f7f3;
  --yellow: #efc94d;
  --yellow-deep: #ddb437;
  --text: #111111;
  --muted: #6c6c6c;
  --border: #d8d8d3;
  --accent-red: #e23a2d;
  --shadow: 0 22px 60px rgba(17, 17, 17, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 999px;
  --max-width: 1180px;
  --section-gap: clamp(4.5rem, 8vw, 8rem);
  --page-padding: clamp(1.25rem, 3vw, 2rem);
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", Inter, Arial, "Helvetica Neue", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

figure {
  margin: 0;
}

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

p,
h1,
h2,
h3 {
  margin: 0;
}

main,
section,
footer {
  position: relative;
}

.container {
  width: min(calc(100% - (var(--page-padding) * 2)), var(--max-width));
  margin: 0 auto;
}

.section-label,
.eyebrow,
.brand-kicker,
.work-card__kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-label,
.eyebrow,
.work-card__kicker {
  color: var(--muted);
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.28);
  color: var(--text);
  font-weight: 700;
  transition:
    transform var(--transition),
    background var(--transition),
    border-color var(--transition);
}

.pill-button:hover,
.pill-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(17, 17, 17, 0.25);
}

.pill-button--solid {
  background: var(--text);
  border-color: var(--text);
  color: #ffffff;
}

.pill-button--solid:hover,
.pill-button--solid:focus-visible {
  background: #262626;
  border-color: #262626;
}

.social-links {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  color: var(--text);
  transition:
    transform var(--transition),
    background var(--transition),
    border-color var(--transition);
}

.social-link svg {
  width: 1.1rem;
  height: 1.1rem;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(17, 17, 17, 0.24);
}

.page-header,
.resume-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
}

.page-header {
  background: rgba(239, 239, 236, 0.88);
  border-bottom: 1px solid rgba(216, 216, 211, 0.75);
}

.page-about .page-header {
  background: rgba(239, 201, 77, 0.94);
  border-bottom-color: rgba(17, 17, 17, 0.12);
}

.page-header__inner,
.resume-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 5.5rem;
}

.page-header__title,
.resume-bar__title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6rem;
  padding: 0.65rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 700;
  transition:
    color var(--transition),
    background var(--transition),
    border-color var(--transition);
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--text);
  background: rgba(17, 17, 17, 0.04);
  border-color: rgba(17, 17, 17, 0.08);
}

.site-nav--light a {
  color: rgba(17, 17, 17, 0.75);
}

.site-nav--light a:hover,
.site-nav--light a:focus-visible,
.site-nav--light a.is-active {
  background: rgba(255, 255, 255, 0.42);
  border-color: rgba(17, 17, 17, 0.12);
}

/* Home */

.home-hero {
  position: relative;
  overflow: clip;
  padding: 1.4rem 0 clamp(3.4rem, 6.3vw, 5.5rem);
  background: var(--yellow);
}

.hero-art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(239, 201, 77, 0.06), rgba(239, 201, 77, 0.28)),
    url("assets/shared/line-art-background.jpg") center / cover no-repeat;
  opacity: 0.14;
  transform: scale(1.08);
}

.hero-topbar,
.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.brand-lockup {
  display: grid;
  gap: 0.35rem;
}

.brand-kicker {
  color: var(--text);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.brand-name {
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.hero-copy {
  display: grid;
  gap: 1.2rem;
  max-width: 48rem;
  padding: clamp(1.9rem, 4.8vw, 3.6rem) 0 0;
}

.display-title {
  font-size: clamp(3.8rem, 10vw, 8rem);
  line-height: 0.92;
  letter-spacing: -0.085em;
  max-width: 8ch;
}

.hero-lead {
  max-width: 38rem;
  color: rgba(17, 17, 17, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding-top: 1.7rem;
}

.work-strip-shell {
  padding: 1.2rem 0 clamp(2.2rem, 5vw, 3.8rem);
}

.work-strip-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2.3rem;
}

.section-note {
  max-width: 28rem;
  color: var(--muted);
}

.work-strip {
  position: relative;
  overflow: hidden;
  padding:
    0.4rem max(var(--page-padding), calc((100vw - var(--max-width)) / 2 + var(--page-padding)))
    0.8rem;
}

.work-strip::before,
.work-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2rem, 6vw, 5rem);
  pointer-events: none;
  z-index: 2;
}

.work-strip::before {
  left: 0;
  background: linear-gradient(90deg, var(--bg), rgba(239, 239, 236, 0));
}

.work-strip::after {
  right: 0;
  background: linear-gradient(270deg, var(--bg), rgba(239, 239, 236, 0));
}

.work-strip__track {
  display: flex;
  gap: 1.2rem;
  width: max-content;
  will-change: transform;
}

.has-js .work-strip__track.is-animated {
  animation: work-strip-marquee var(--marquee-duration, 34s) linear infinite;
}

.has-js .work-strip:hover .work-strip__track.is-animated,
.has-js .work-strip:focus-within .work-strip__track.is-animated {
  animation-play-state: paused;
}

.work-visual-card,
.work-note-card {
  flex: 0 0 clamp(17.5rem, 26vw, 21.5rem);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: var(--shadow);
}

.work-visual-card img {
  height: clamp(19.5rem, 37vw, 26rem);
  object-fit: cover;
}

.work-visual-card--portrait img {
  object-position: center top;
}

.work-visual-card--landscape img {
  object-position: center;
}

.work-visual-card--skate img {
  object-fit: contain;
  background: #f4f1e6;
  padding: 1.2rem;
}

.work-note-card {
  display: grid;
  align-content: end;
  min-height: clamp(19.5rem, 37vw, 26rem);
  padding: 1.5rem;
  background: rgba(17, 17, 17, 0.96);
  color: #ffffff;
}

.work-note-card__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.work-note-card h3 {
  max-width: 8ch;
  font-size: clamp(1.8rem, 3.2vw, 2.75rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

@keyframes work-strip-marquee {
  from {
    transform: translate3d(calc(-1 * var(--marquee-distance, 0px)), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

/* About */

.about-layout {
  position: relative;
  isolation: isolate;
  padding: clamp(2rem, 5vw, 3.2rem) 0 clamp(2rem, 5vw, 3.6rem);
}

.about-top,
.photo-collage,
.about-grid {
  position: relative;
  z-index: 1;
}

.accent-word {
  color: var(--accent-red);
}

.about-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 3.9rem);
  align-items: start;
}

.about-hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: clamp(30rem, 55vw, 44rem);
  padding: clamp(1.5rem, 4vw, 2.4rem);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.48) 28%, rgba(255, 255, 255, 0.08) 56%, rgba(255, 255, 255, 0) 76%),
    linear-gradient(180deg, rgba(17, 17, 17, 0.02), rgba(17, 17, 17, 0.05) 34%, rgba(17, 17, 17, 0.24)),
    url("assets/about/skimarathon.jpg") center 52% / cover no-repeat;
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%);
  pointer-events: none;
}

.intro-panel,
.story-placeholder {
  display: grid;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(14px);
}

.intro-panel--hero {
  position: relative;
  z-index: 1;
  max-width: min(32rem, 72%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.intro-panel__title {
  max-width: 16ch;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
}

.intro-panel--hero .intro-panel__title {
  max-width: 12ch;
  font-size: clamp(2.8rem, 5.5vw, 5rem);
}

.intro-panel__body {
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
}

.story-placeholder {
  align-content: start;
  min-height: 100%;
}

.story-placeholder__title {
  max-width: 14ch;
  font-size: clamp(1.7rem, 3.6vw, 2.75rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

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

.story-entry {
  display: grid;
  gap: 0.45rem;
}

.story-entry + .story-entry {
  padding-top: 0.95rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.story-entry__title {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-entry p {
  max-width: none;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

.photo-collage {
  margin-top: clamp(2rem, 4.8vw, 3.4rem);
}

.photo-collage__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
}

.photo-collage__intro h2 {
  max-width: 12ch;
  font-size: clamp(2.1rem, 4.5vw, 3.7rem);
  line-height: 0.97;
  letter-spacing: -0.07em;
}

.photo-collage__note {
  max-width: 24rem;
  color: var(--muted);
}

.photo-collage__stage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: clamp(1.75rem, 2.45vw, 2.75rem);
  gap: clamp(0.35rem, 0.8vw, 0.65rem);
  align-items: stretch;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.photo-collage__item {
  --mobile-ratio: 4 / 5;
  position: relative;
  z-index: 1;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(1rem, 2vw, 1.5rem);
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(17, 17, 17, 0.08);
  transition: box-shadow 220ms ease;
}

.photo-collage__item:hover {
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.12);
}

.photo-collage__item::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.58));
  opacity: 0;
  transition: opacity 220ms ease;
}

.photo-collage__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.photo-collage__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
  margin: 0;
  padding: 0.38rem 0.7rem 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(0.45rem);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.photo-collage__item:hover::after,
.photo-collage__item:hover .photo-collage__caption {
  opacity: 1;
}

.photo-collage__item:hover .photo-collage__caption {
  transform: translateY(0);
}

.photo-collage__item--1 {
  --mobile-ratio: 16 / 11;
  grid-column: 1 / span 3;
  grid-row: 2 / span 5;
  z-index: 3;
}

.photo-collage__item--2 {
  --mobile-ratio: 5 / 4;
  grid-column: 4 / span 6;
  grid-row: 1 / span 10;
  z-index: 1;
}

.photo-collage__item--3 {
  --mobile-ratio: 1 / 1;
  grid-column: 10 / span 3;
  grid-row: 1 / span 4;
  z-index: 3;
}

.photo-collage__item--4 {
  --mobile-ratio: 4 / 5;
  grid-column: 1 / span 3;
  grid-row: 7 / span 7;
  z-index: 3;
}

.photo-collage__item--5 {
  --mobile-ratio: 16 / 11;
  grid-column: 10 / span 3;
  grid-row: 6 / span 5;
  z-index: 3;
}

.photo-collage__item--6 {
  --mobile-ratio: 4 / 5;
  grid-column: 4 / span 3;
  grid-row: 12 / span 8;
  z-index: 2;
}

.photo-collage__item--7 {
  --mobile-ratio: 4 / 5;
  grid-column: 1 / span 3;
  grid-row: 15 / span 6;
  z-index: 2;
}

.photo-collage__item--8 {
  --mobile-ratio: 16 / 11;
  grid-column: 1 / span 5;
  grid-row: 21 / span 4;
  z-index: 2;
}

.photo-collage__item--9 {
  --mobile-ratio: 1 / 1;
  grid-column: 8 / span 2;
  grid-row: 20 / span 4;
  z-index: 3;
}

.photo-collage__item--10 {
  --mobile-ratio: 16 / 11;
  grid-column: 10 / span 3;
  grid-row: 15 / span 5;
  z-index: 2;
}

.about-grid {
  display: block;
  margin-top: clamp(2.6rem, 6vw, 4.6rem);
}

.theme-card {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(14px);
}

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

.theme-grid--expanded {
  max-width: 100%;
}

.theme-card {
  display: grid;
  gap: 0.8rem;
  min-height: 12.2rem;
  padding: 1.75rem 1.7rem 1.8rem;
}

.theme-card h3 {
  color: var(--accent-red);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.theme-card p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.theme-card--wide {
  grid-column: 1 / -1;
}

.contact-stage {
  position: relative;
  overflow: clip;
  padding: 0 0 calc(var(--section-gap) * 0.85);
}

.contact-stage__art {
  position: absolute;
  inset: auto 0 0;
  height: min(30rem, 70vw);
  background:
    linear-gradient(180deg, rgba(239, 239, 236, 0), rgba(239, 239, 236, 0.88)),
    url("assets/shared/line-art-background.jpg") center / cover no-repeat;
  opacity: 0.2;
}

.contact-strip,
.footer-callout__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-radius: var(--radius-xl);
  background: var(--yellow);
  box-shadow: var(--shadow);
}

.contact-strip {
  margin-top: clamp(2.5rem, 8vw, 5.5rem);
}

.contact-strip h2,
.footer-callout__inner h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.07em;
}

/* Resume */

.resume-bar {
  background: rgba(239, 201, 77, 0.88);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.resume-layout {
  padding: clamp(2.5rem, 6vw, 4rem) 0 var(--section-gap);
}

.resume-section + .resume-section {
  margin-top: clamp(3rem, 8vw, 5.5rem);
}

.section-heading {
  display: grid;
  gap: 0.9rem;
  padding-bottom: 1.4rem;
}

.timeline-entry {
  display: grid;
  grid-template-columns: minmax(4rem, 7rem) minmax(0, 1fr);
  gap: 1rem 1.6rem;
  padding: 1.55rem 0;
  border-top: 1px solid var(--border);
}

.timeline-entry__meta {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-entry__body {
  display: grid;
  gap: 0.85rem;
}

.timeline-entry__body h2,
.timeline-entry__body h3 {
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.timeline-entry__body p {
  max-width: 42rem;
  color: var(--muted);
}

.timeline-entry--feature {
  align-items: start;
}

.feature-panel {
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.48);
  overflow: hidden;
}

.feature-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.9fr);
}

.feature-panel__copy {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 2.3rem);
}

.feature-panel__logo {
  width: 4rem;
  height: 4rem;
  border-radius: 18px;
  object-fit: cover;
}

.project-figure {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.feature-panel .project-figure {
  height: 100%;
  border-radius: 0;
}

.project-figure img {
  height: auto;
}

.feature-panel .project-figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-figure--portrait {
  max-width: 22rem;
}

.resume-section--projects .feature-panel {
  min-height: clamp(12.5rem, 22vw, 15.5rem);
  height: auto;
}

.resume-section--projects .project-figure--project-card {
  align-self: start;
  height: clamp(12.5rem, 22vw, 15.5rem);
}

.resume-section--projects .project-figure--presentation img {
  object-position: 72% 68%;
}

.resume-section--projects .project-figure--bauhaus img {
  object-position: 42% 18%;
}

.resume-section--list .timeline-entry__body h3 {
  max-width: none;
  font-size: clamp(1.34rem, 2.15vw, 1.78rem);
  line-height: 1.05;
}

.resume-section--education .timeline-entry--secondary .timeline-entry__meta {
  font-size: 0.82rem;
  opacity: 0.82;
}

.resume-section--education .timeline-entry--secondary .timeline-entry__body {
  gap: 0.45rem;
}

.resume-section--education .timeline-entry--secondary .timeline-entry__body h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.resume-section--education .timeline-entry--secondary .timeline-entry__body p {
  font-size: 0.95rem;
  opacity: 0.82;
}

.footer-callout {
  padding: 0 0 clamp(2rem, 5vw, 3rem);
}

/* Utilities */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Responsive */

@media (max-width: 1024px) {
  .work-strip-intro,
  .contact-strip,
  .footer-callout__inner,
  .page-header__inner,
  .resume-bar__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-top,
  .about-grid,
  .feature-panel {
    grid-template-columns: 1fr;
  }

  .photo-collage__intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .photo-collage__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 1rem;
  }

  .photo-collage__item {
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto;
    aspect-ratio: var(--mobile-ratio);
  }

  .photo-collage__item--2,
  .photo-collage__item--5,
  .photo-collage__item--8 {
    grid-column: 1 / -1 !important;
  }

  .timeline-entry__body h2,
  .timeline-entry__body h3 {
    max-width: none;
  }

  .feature-panel .project-figure {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
  }
}

@media (max-width: 720px) {
  .page-home {
    overflow-x: hidden;
  }

  .home-hero {
    padding-bottom: 3.3rem;
  }

  .section-title {
    font-size: clamp(1.7rem, 8.5vw, 2.3rem);
    line-height: 1.02;
  }

  .hero-topbar,
  .hero-actions,
  .site-nav,
  .social-links--contact {
    width: 100%;
  }

  .hero-topbar {
    gap: 1.25rem;
    flex-direction: column;
  }

  .brand-lockup {
    gap: 0.2rem;
  }

  .brand-kicker,
  .brand-name {
    font-size: clamp(1rem, 4.4vw, 1.2rem);
  }

  .social-link {
    width: 2.7rem;
    height: 2.7rem;
  }

  .page-header__inner,
  .resume-bar__inner {
    min-height: 4.7rem;
    padding-top: 0.45rem;
    padding-bottom: 0.35rem;
  }

  .site-nav {
    gap: 0.3rem;
  }

  .site-nav a {
    min-height: 2.35rem;
    padding: 0.55rem 0.8rem;
    font-size: 0.9rem;
  }

  .hero-copy {
    gap: 1.05rem;
    padding-top: 1.2rem;
  }

  .display-title {
    font-size: clamp(3.1rem, 18vw, 5.2rem);
    max-width: 4.8ch;
  }

  .hero-actions {
    gap: 0.7rem;
    padding-top: 1.2rem;
  }

  .work-strip-shell {
    overflow-x: clip;
    padding-top: 0.9rem;
  }

  .work-strip-intro {
    padding-bottom: 1.35rem;
  }

  .work-strip-intro .section-title {
    max-width: none;
  }

  .work-strip {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scroll-padding-inline: var(--page-padding);
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }

  .work-strip::-webkit-scrollbar {
    display: none;
  }

  .work-strip {
    scrollbar-width: none;
  }

  .work-strip::before,
  .work-strip::after {
    width: 1.25rem;
  }

  .work-strip__track {
    gap: 0.9rem;
    padding-right: 0;
    width: max-content;
  }

  .work-visual-card,
  .work-note-card {
    flex: 0 0 min(72vw, 16.5rem);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .about-hero {
    min-height: clamp(22rem, 78vw, 29rem);
    padding: 0.85rem 1.2rem 1.2rem;
    background-position: center 48%;
  }

  .intro-panel--hero {
    max-width: min(17rem, 86%);
  }

  .intro-panel--hero .intro-panel__title {
    font-size: clamp(2.2rem, 10.5vw, 3.4rem);
  }

  .story-placeholder {
    padding: 1.25rem 1rem 1.15rem;
  }

  .story-placeholder__entries {
    gap: 0.8rem;
  }

  .story-entry + .story-entry {
    padding-top: 0.8rem;
  }

  .story-entry p {
    font-size: 0.96rem;
    line-height: 1.68;
  }

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

  .about-grid,
  .timeline-entry {
    grid-template-columns: 1fr;
  }

  .theme-card--wide {
    grid-column: auto;
  }

  .photo-collage__stage {
    grid-template-columns: 1fr;
  }

  .photo-collage__item,
  .photo-collage__item--2,
  .photo-collage__item--5,
  .photo-collage__item--8 {
    grid-column: auto !important;
  }

  .photo-collage__item {
  }

  .timeline-entry {
    gap: 0.5rem;
  }

  .timeline-entry__meta {
    padding-top: 0.15rem;
  }

  .timeline-entry__body h2,
  .timeline-entry__body h3 {
    font-size: clamp(1.22rem, 6vw, 1.5rem);
    line-height: 1.05;
  }

  .timeline-entry__body p {
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .feature-panel__copy {
    gap: 0.8rem;
    padding: 1.15rem 1rem;
  }

  .resume-section--projects .feature-panel {
    min-height: 0;
    height: auto;
  }

  .resume-section--projects .project-figure--project-card {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .resume-section--list .timeline-entry__body h3 {
    font-size: clamp(1.08rem, 5.6vw, 1.3rem);
  }

  .resume-section + .resume-section {
    margin-top: 2.5rem;
  }

  .project-figure--portrait {
    max-width: none;
  }

  .contact-strip {
    margin-top: clamp(1.4rem, 6vw, 3rem);
    padding: 1.25rem 1rem;
    gap: 1rem;
  }

  .contact-strip h2,
  .footer-callout__inner h2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }
}
