:root {
  --paper: #f3eee6;
  --paper-soft: #f8f4ed;
  --ink: #261f1b;
  --ink-muted: rgba(38, 31, 27, 0.68);
  --accent: #b94e4e;
  --line: rgba(112, 98, 86, 0.34);
  --line-strong: rgba(112, 98, 86, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: clamp(6.8rem, 10vw, 8.25rem);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background-color: var(--paper);
  background-image:
    radial-gradient(circle, rgba(67, 55, 47, 0.055) 0.7px, transparent 0.8px),
    radial-gradient(circle, rgba(185, 78, 78, 0.04) 0.6px, transparent 0.7px);
  background-size: 15px 15px, 23px 23px;
  background-position: 0 0, 7px 8px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      transparent 8.5%,
      rgba(112, 98, 86, 0.08) 8.5%,
      rgba(112, 98, 86, 0.08) calc(8.5% + 1px),
      transparent calc(8.5% + 1px),
      transparent 91.5%,
      rgba(112, 98, 86, 0.08) 91.5%,
      rgba(112, 98, 86, 0.08) calc(91.5% + 1px),
      transparent calc(91.5% + 1px)
    );
}

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

button,
[role="button"],
input,
select,
textarea {
  border-radius: 0;
}

body.has-blob-cursor {
  cursor: none;
}

body.has-blob-cursor a,
body.has-blob-cursor button,
body.has-blob-cursor [role="button"] {
  cursor: none;
}

.blob-cursor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
}

.blob-cursor__blob {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(185, 78, 78, 0.85);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(185, 78, 78, 0.15);
  transition: width 160ms ease, height 160ms ease, border-radius 160ms ease;
}

.blob-cursor__dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(185, 78, 78, 0.95);
  border-radius: 50%;
}

.blob-cursor.is-link-hover .blob-cursor__blob {
  border-width: 2px;
}

.noise-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 40;
  image-rendering: pixelated;
  opacity: 0.28;
}

.click-spark-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 70;
}

.page-system-indicator {
  position: fixed;
  top: 0.9rem;
  right: 1rem;
  z-index: 30;
  padding: 0.24rem 0.42rem;
  border: 1px solid rgba(112, 98, 86, 0.2);
  background: rgba(248, 244, 237, 0.78);
  color: rgba(38, 31, 27, 0.54);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  pointer-events: none;
}

.page-system-indicator::after {
  content: " / REV 01";
  color: rgba(38, 31, 27, 0.4);
}

.print-stamp {
  position: absolute;
  width: clamp(92px, 12vw, 148px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 78, 78, 0.42);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(185, 78, 78, 0.46);
  opacity: 0.55;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.print-stamp::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(185, 78, 78, 0.38);
  border-radius: 50%;
}

.print-stamp--hero {
  right: 2.6rem;
  bottom: 1.25rem;
  transform: rotate(-11deg);
}

.print-stamp--about {
  left: 0.8rem;
  top: 1.2rem;
  transform: rotate(8deg);
}

.editorial-asset {
  position: absolute;
  margin: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.editorial-asset img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(1) contrast(1.15);
}

.editorial-asset--eye {
  width: clamp(110px, 13vw, 190px);
  right: 10.5rem;
  top: 1.25rem;
  transform: rotate(-6deg);
}

.editorial-asset--computer {
  width: clamp(130px, 16vw, 240px);
  right: 1.2rem;
  bottom: 1.3rem;
  transform: rotate(-4deg);
}

.editorial-asset--mouse {
  width: clamp(78px, 10vw, 128px);
  left: 1.1rem;
  top: 1.45rem;
  transform: rotate(7deg);
}

.editorial-asset--lips {
  width: clamp(132px, 16vw, 225px);
  right: 0.9rem;
  bottom: 1rem;
  transform: rotate(-7deg);
}

.editorial-asset--pin {
  width: clamp(62px, 8vw, 100px);
  right: 2.2rem;
  top: 1.05rem;
  transform: rotate(18deg);
  opacity: 0.6;
}

.editorial-asset--pin img {
  filter: saturate(0.78) contrast(1.08) brightness(0.9);
}

.editorial-asset--cursor {
  width: clamp(54px, 6vw, 86px);
  left: 1.05rem;
  bottom: 1.15rem;
  transform: rotate(10deg);
}

.editorial-sticker {
  position: absolute;
  margin: 0;
  pointer-events: none;
  user-select: none;
  z-index: -1;
  opacity: var(--sticker-opacity, 0.62);
  mix-blend-mode: multiply;
  transform: translate3d(0, 0, 0) rotate(var(--sticker-rotate, 0deg));
}

.editorial-sticker img {
  display: block;
  width: 100%;
  height: auto;
  filter: var(--sticker-filter, saturate(0.8) contrast(1.02) brightness(0.98) sepia(0.12));
}

.editorial-sticker--paper {
  --sticker-filter: saturate(0.52) contrast(1.04) brightness(0.98) sepia(0.22);
  --sticker-opacity: 0.42;
}

.editorial-sticker--soft {
  --sticker-filter: saturate(0.5) contrast(1.02) brightness(1.02) sepia(0.12);
  --sticker-opacity: 0.34;
}

.editorial-sticker--cool {
  --sticker-filter: saturate(0.65) contrast(1.08) brightness(0.97) sepia(0.08);
  --sticker-opacity: 0.38;
}

.editorial-sticker--fresh {
  --sticker-filter: saturate(0.7) contrast(1.05) brightness(0.98) sepia(0.1);
  --sticker-opacity: 0.36;
}

.editorial-sticker--warm {
  --sticker-filter: saturate(0.74) contrast(1.02) brightness(0.96) sepia(0.16);
  --sticker-opacity: 0.4;
}

.editorial-sticker--hero-lighthouse {
  top: 4.25rem;
  left: 2rem;
  width: clamp(56px, 6vw, 88px);
  --sticker-rotate: -7deg;
}

.editorial-sticker--hero-lime {
  left: 14%;
  bottom: 4rem;
  width: clamp(92px, 10vw, 132px);
  --sticker-rotate: 6deg;
}

.editorial-sticker--hero-petal {
  right: 5rem;
  bottom: 8.2rem;
  width: clamp(86px, 10vw, 124px);
  --sticker-rotate: -11deg;
}

.editorial-sticker--work-ticket {
  top: 1.9rem;
  left: 1rem;
  width: clamp(86px, 9vw, 122px);
  --sticker-rotate: -7deg;
}

.editorial-sticker--work-receipt {
  top: 10.5rem;
  right: 5.75rem;
  width: clamp(62px, 5vw, 84px);
  --sticker-rotate: 7deg;
}

.editorial-sticker--work-car {
  bottom: 1.5rem;
  left: 4.2rem;
  width: clamp(82px, 8vw, 110px);
  --sticker-rotate: -8deg;
}

.editorial-sticker--hackathons-fish {
  top: 2.6rem;
  right: 1.4rem;
  width: clamp(82px, 8vw, 112px);
  --sticker-rotate: 7deg;
}

.editorial-sticker--hackathons-cards {
  bottom: 1.1rem;
  left: 1.4rem;
  width: clamp(88px, 8vw, 122px);
  --sticker-rotate: -9deg;
}

.editorial-sticker--experience-cat {
  left: 1rem;
  bottom: 1.45rem;
  width: clamp(96px, 10vw, 136px);
  --sticker-rotate: -4deg;
}

.editorial-sticker--experience-tentacle {
  top: 1.2rem;
  right: 1.2rem;
  width: clamp(62px, 5vw, 84px);
  --sticker-rotate: 6deg;
}

.editorial-sticker--about-citrus {
  top: 3.8rem;
  left: 0.75rem;
  width: clamp(58px, 6vw, 82px);
  --sticker-rotate: -10deg;
}

.editorial-sticker--about-kitten {
  bottom: 1rem;
  left: 30%;
  width: clamp(80px, 7vw, 108px);
  --sticker-rotate: -10deg;
}

.editorial-sticker--about-candy {
  top: 3rem;
  right: 4rem;
  width: clamp(70px, 7vw, 98px);
  --sticker-rotate: 10deg;
}

.editorial-sticker--contact-sunflower {
  top: 5.4rem;
  right: 12rem;
  width: clamp(92px, 9vw, 128px);
  --sticker-rotate: 5deg;
}

.editorial-loader {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: var(--paper-soft);
  background-image:
    radial-gradient(circle, rgba(67, 55, 47, 0.055) 0.7px, transparent 0.8px),
    radial-gradient(circle, rgba(185, 78, 78, 0.04) 0.6px, transparent 0.7px);
  background-size: 15px 15px, 23px 23px;
  background-position: 0 0, 7px 8px;
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.sine-divider {
  width: clamp(120px, 18vw, 220px);
  height: 24px;
  margin: 0.4rem auto;
  overflow: hidden;
  opacity: 0.86;
  position: relative;
}

.sine-divider--hero {
  width: 100%;
  height: 22px;
  margin: 0.85rem 0 1.05rem;
  opacity: 0.96;
}

.sine-divider__svg {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  animation: sine-loop 20s linear infinite;
}

.sine-divider__svg--a {
  left: 0;
}

.sine-divider__svg--b {
  left: 50%;
}

.sine-divider__svg--c {
  left: 100%;
}

.sine-divider path {
  fill: none;
  stroke: rgba(185, 78, 78, 0.98);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: none;
  vector-effect: non-scaling-stroke;
  opacity: 1;
}

@keyframes sine-loop {
  from {
    transform: translateX(0) scaleY(2.15);
  }

  to {
    transform: translateX(-100%) scaleY(2.15);
  }
}

.editorial-loader__frame {
  position: absolute;
  inset: clamp(1rem, 3vw, 2.3rem);
  pointer-events: none;
}

.editorial-loader__frame span {
  position: absolute;
  background: rgba(112, 98, 86, 0.5);
}

.editorial-loader__frame span:nth-child(1),
.editorial-loader__frame span:nth-child(2) {
  left: 0;
  right: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
}

.editorial-loader__frame span:nth-child(1) {
  top: 0;
}

.editorial-loader__frame span:nth-child(2) {
  bottom: 0;
}

.editorial-loader__frame span:nth-child(3),
.editorial-loader__frame span:nth-child(4) {
  top: 0;
  bottom: 0;
  width: 1px;
  transform: scaleY(0);
  transform-origin: top center;
}

.editorial-loader__frame span:nth-child(3) {
  left: 0;
}

.editorial-loader__frame span:nth-child(4) {
  right: 0;
}

.editorial-loader__center {
  position: relative;
  text-align: center;
}

.editorial-loader__micro {
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(38, 31, 27, 0.62);
  opacity: 0;
  transform: translateY(8px);
}

.editorial-loader__monogram {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.08em;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 10vw, 8rem);
  line-height: 0.86;
  letter-spacing: -0.02em;
  color: var(--accent);
  text-transform: uppercase;
}

.editorial-loader__monogram span {
  opacity: 0;
  transform: translateY(16px);
}

.editorial-loader__seal {
  width: clamp(74px, 9vw, 108px);
  aspect-ratio: 1;
  margin: 0.4rem auto 0;
  border: 1px solid rgba(185, 78, 78, 0.52);
  border-radius: 50%;
  padding: 0.42rem;
  opacity: 0;
  transform: scale(0.92) rotate(-6deg);
}

.editorial-loader__seal img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: grayscale(0.26) contrast(0.92);
  opacity: 0.46;
}

body.is-loading .editorial-loader__frame span:nth-child(1) {
  animation: frame-x 420ms ease forwards;
}

body.is-loading .editorial-loader__frame span:nth-child(2) {
  animation: frame-x 420ms ease 90ms forwards;
}

body.is-loading .editorial-loader__frame span:nth-child(3) {
  animation: frame-y 420ms ease 190ms forwards;
}

body.is-loading .editorial-loader__frame span:nth-child(4) {
  animation: frame-y 420ms ease 240ms forwards;
}

body.is-loading .editorial-loader__micro {
  animation: loader-fade-up 360ms ease 300ms forwards;
}

body.is-loading .editorial-loader__monogram span:nth-child(1) {
  animation: loader-fade-up 420ms ease 360ms forwards;
}

body.is-loading .editorial-loader__monogram span:nth-child(2) {
  animation: loader-fade-up 420ms ease 460ms forwards;
}

body.is-loading .editorial-loader__seal {
  animation: loader-seal 620ms cubic-bezier(0.22, 1, 0.36, 1) 470ms forwards;
}

body.is-leaving .editorial-loader {
  opacity: 1;
  visibility: visible;
}

body.is-loaded .editorial-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes frame-x {
  to {
    transform: scaleX(1);
  }
}

@keyframes frame-y {
  to {
    transform: scaleY(1);
  }
}

@keyframes loader-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loader-seal {
  0% {
    opacity: 0;
    transform: scale(0.92) rotate(-6deg);
  }

  65% {
    opacity: 1;
    transform: scale(1.02) rotate(1deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.page-shell {
  width: min(96vw, 1320px);
  margin: 1.2rem auto;
  background: rgba(248, 244, 237, 0.88);
  position: relative;
  overflow: visible;
}

.page-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 3.4rem, rgba(112, 98, 86, 0.08) 3.4rem, rgba(112, 98, 86, 0.08) calc(3.4rem + 1px), transparent calc(3.4rem + 1px)),
    linear-gradient(90deg, transparent calc(100% - 3.4rem), rgba(112, 98, 86, 0.08) calc(100% - 3.4rem), rgba(112, 98, 86, 0.08) calc(100% - 3.4rem + 1px), transparent calc(100% - 3.4rem + 1px));
}

.construction-banner {
  margin-top: 1rem;
}

.construction-banner__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  padding: 0.45rem 1rem;
  border-top: 1px solid rgba(112, 98, 86, 0.3);
  border-bottom: 1px solid rgba(112, 98, 86, 0.3);
  background:
    linear-gradient(90deg, rgba(185, 78, 78, 0.08), rgba(248, 244, 237, 0.92) 18%, rgba(248, 244, 237, 0.92) 82%, rgba(185, 78, 78, 0.08)),
    rgba(248, 244, 237, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px -26px rgba(38, 31, 27, 0.65);
  color: var(--accent);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.construction-banner__label::before {
  content: "";
  position: absolute;
  inset: 6px 0;
  border-top: 1px dashed rgba(185, 78, 78, 0.2);
  border-bottom: 1px dashed rgba(185, 78, 78, 0.2);
  pointer-events: none;
}

.construction-banner--footer {
  position: static;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1rem;
  z-index: 1;
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(112, 98, 86, 0.18);
  border-bottom: 1px solid rgba(112, 98, 86, 0.18);
  pointer-events: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 2.1vw, 1.8rem);
  border-bottom: 1px solid rgba(112, 98, 86, 0.24);
  background: rgba(248, 244, 237, 0.93);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.topbar__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.topbar__group--right {
  align-items: center;
  flex-wrap: nowrap;
}

.topbar__item {
  font-family: "IBM Plex Mono", monospace;
  color: var(--ink-muted);
  white-space: nowrap;
}

.layout {
  position: relative;
  counter-reset: section;
}

.panel {
  position: relative;
  isolation: isolate;
  padding: clamp(1.75rem, 4vw, 3.8rem) clamp(1rem, 2.3vw, 1.9rem);
  border-top: 1px solid rgba(112, 98, 86, 0.18);
  background: transparent;
  transition: color 140ms ease;
  counter-increment: section;
}

.panel-index {
  position: absolute;
  top: 1.2rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.panel-index::after {
  content: "";
  width: 3rem;
  border-bottom: 1px dotted rgba(185, 78, 78, 0.38);
}

.hero {
  min-height: calc(100dvh - 4.9rem);
  display: grid;
  align-content: space-between;
}

.hero__headline {
  padding-bottom: 0.2rem;
}

.hero-reference,
.hero-system-strip,
.hero-meta-item__label,
.hero-meta-item__value--mono {
  font-family: "IBM Plex Mono", monospace;
}

.hero-reference {
  margin: 0.52rem 0 0;
  color: rgba(38, 31, 27, 0.54);
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-system-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.7rem;
  padding: 0.45rem 0;
  border-top: 1px solid rgba(112, 98, 86, 0.18);
  border-bottom: 1px solid rgba(112, 98, 86, 0.18);
  color: rgba(38, 31, 27, 0.56);
  font-size: 0.54rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.nameplate {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 0.46em;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 9vw, 7.6rem);
  line-height: 0.87;
  letter-spacing: -0.022em;
  text-transform: uppercase;
  color: var(--accent);
}

.nameplate span {
  font-weight: 600;
}

.nameplate__dot {
  font-size: 0.4em;
}

.hero__meta {
  margin-top: 0.7rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.hero__meta a {
  color: var(--accent);
}

.hero-meta-item {
  display: grid;
  gap: 0.18rem;
}

.hero-meta-item__label {
  color: rgba(38, 31, 27, 0.45);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-meta-item__value {
  display: block;
}

.hero-meta-item__value--mono {
  letter-spacing: 0.08em;
}

.hero__canvas {
  padding-top: 0.95rem;
}

.hero-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.hero-map__column {
  display: grid;
  align-content: start;
  gap: 0.58rem;
}

.hero-map__label {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.hero-link {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  min-height: 80px;
  padding: 0.28rem 0;
  border: none;
  background: transparent;
  transition: color 140ms ease, transform 140ms ease;
}

.hero-link:hover,
.hero-link:focus-visible {
  color: var(--accent);
  transform: translateX(3px);
}

.hero-link__index {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.hero-link__text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 4.4vw, 3.8rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-link--primary .hero-link__text {
  font-size: clamp(2rem, 5.4vw, 4.3rem);
}

@media (max-width: 1280px) {
  .nameplate {
    font-size: clamp(2.6rem, 8vw, 6.8rem);
  }

  .hero-link--primary .hero-link__text {
    font-size: clamp(1.9rem, 4.8vw, 3.8rem);
  }
}

.hero-link--compact {
  min-height: 78px;
}

.hero-link--compact .hero-link__text {
  font-size: clamp(1.35rem, 3vw, 2.25rem);
}

.section-heading {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin: 0;
  max-width: 18ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.95rem, 3.2vw, 3.5rem);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.work-heading__row {
  border-bottom: 1px solid var(--line-strong);
}

.work-heading__row h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 9vw, 7.3rem);
  line-height: 0.85;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--accent);
}

.work-heading__row--top {
  padding-bottom: 0.16rem;
}

.work-heading__row--right {
  display: flex;
  justify-content: flex-end;
  padding: 0.2rem 0 0.35rem;
}

.work-heading {
  position: relative;
}

.editorial-list {
  margin-top: 1.6rem;
  border-top: 1px solid rgba(112, 98, 86, 0.3);
  overflow: visible;
}

.editorial-list--stack {
  margin-top: 0;
}

.flowing-projects {
  position: relative;
  margin-top: 0.4rem;
  margin-left: 0;
  width: 100%;
  padding-left: clamp(1rem, 2.8vw, 2rem);
  border-top: 1px solid rgba(112, 98, 86, 0.24);
  border-bottom: 1px solid rgba(112, 98, 86, 0.24);
  border-left: none;
  border-right: none;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.flowing-projects::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(185, 78, 78, 0.22);
}

.flowing-projects__stage {
  display: none;
}

.flowing-projects__list {
  display: flex;
  flex-direction: column;
  counter-reset: work-project;
}

.flowing-project {
  position: relative;
  counter-increment: work-project;
  border-top: 1px solid rgba(112, 98, 86, 0.18);
}

.flowing-project:first-child {
  border-top: none;
}

.flowing-project::before {
  content: "";
  position: absolute;
  top: 3.2rem;
  left: calc(clamp(1rem, 2.8vw, 2rem) * -1);
  width: clamp(0.6rem, 1.4vw, 0.95rem);
  height: 1px;
  background: rgba(185, 78, 78, 0.4);
}

.flowing-project__link {
  display: grid;
  grid-template-rows: minmax(96px, auto) 0fr;
  color: inherit;
  transition: grid-template-rows 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.flowing-project:hover .flowing-project__link,
.flowing-project:focus-within .flowing-project__link {
  grid-template-rows: minmax(96px, auto) 1fr;
}

.flowing-project__hero {
  position: relative;
  min-height: 96px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1rem 0 clamp(3.1rem, 4vw, 4rem);
}

.flowing-project__hero::before {
  content: counter(work-project, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(185, 78, 78, 0.72);
}

.flowing-project__hero-label {
  position: relative;
  z-index: 1;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4.45rem);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: left;
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1), color 220ms ease;
}

.flowing-project:hover .flowing-project__hero-label,
.flowing-project:focus-within .flowing-project__hero-label {
  opacity: 0;
  transform: translateY(-16px) scale(0.98);
}

.flowing-project__marquee {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: rgba(248, 244, 237, 0.98);
  color: var(--ink);
  transform: translateY(104%);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  border-top: 1px solid rgba(112, 98, 86, 0.12);
  border-bottom: 1px solid rgba(112, 98, 86, 0.12);
}

.flowing-project:hover .flowing-project__marquee,
.flowing-project:focus-within .flowing-project__marquee {
  transform: translateY(0);
}

.flowing-project__marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-width: 100%;
  animation: flowing-project-marquee 18s linear infinite;
}

.flowing-project__marquee-part {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.flowing-project__marquee-label {
  padding: 0 1.25rem;
  white-space: nowrap;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  color: var(--accent);
}

.flowing-project__marquee-image {
  width: clamp(9rem, 18vw, 16rem);
  aspect-ratio: 2.8 / 1;
  margin-right: 1.25rem;
  border-radius: 999px;
  background-size: cover;
  background-position: 50% 50%;
  box-shadow: inset 0 0 0 1px rgba(38, 31, 27, 0.08);
  filter: grayscale(0.18) contrast(1.03) saturate(0.92);
}

.flowing-project__details-wrap {
  overflow: hidden;
}

.flowing-project__details {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(200px, 0.8fr);
  gap: 1.4rem 2rem;
  padding: 1rem 0 1.5rem clamp(3.1rem, 4vw, 4rem);
  border-top: 1px solid rgba(112, 98, 86, 0.16);
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 260ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.flowing-project:hover .flowing-project__details,
.flowing-project:focus-within .flowing-project__details {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 90ms;
}

.flowing-project__summary,
.flowing-project__side {
  display: grid;
  align-content: start;
  gap: 0.7rem;
}

.flowing-project__eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(185, 78, 78, 0.8);
}

.flowing-project__lede {
  margin: 0;
  max-width: 42ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: rgba(38, 31, 27, 0.9);
}

.flowing-project__prompt {
  margin: 0.25rem 0 0;
  width: fit-content;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  border-bottom: 1px solid rgba(185, 78, 78, 0.45);
  padding-bottom: 0.18rem;
}

.flowing-project__meta {
  display: grid;
  justify-items: start;
  gap: 0.45rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(185, 78, 78, 0.82);
}

.flowing-project__meta span {
  position: relative;
  padding-bottom: 0.18rem;
}

.flowing-project__meta span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(112, 98, 86, 0.16);
}

@keyframes flowing-project-marquee {
  from {
    transform: translateX(0);
  }

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

.editorial-row {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) minmax(130px, 180px);
  gap: 1.4rem;
  align-items: start;
  padding: 1.9rem 0 2.2rem;
  border-top: 1px solid rgba(112, 98, 86, 0.18);
  transition: border-color 220ms ease, filter 220ms ease;
}

.editorial-row:first-child {
  border-top: none;
}

.editorial-row--interactive {
  transition: color 140ms ease, transform 140ms ease;
}

.editorial-row--interactive:hover,
.editorial-row--interactive:focus-visible {
  color: var(--accent);
  transform: translateX(4px);
}

.editorial-row__index {
  padding-top: 0.45rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  transition: color 180ms ease, transform 180ms ease;
}

.editorial-row__body {
  position: relative;
  max-width: 36rem;
  overflow: hidden;
  isolation: isolate;
  padding: 0.3rem 0.4rem 0.45rem 0;
}

.editorial-row__body h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4.85rem);
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: underline;
  text-decoration-color: rgba(185, 78, 78, 0);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
  transition: text-decoration-color 140ms ease, transform 140ms ease;
}

.editorial-row--peer-tutor .editorial-row__body h3 {
  font-size: clamp(1.85rem, 3.7vw, 3.3rem);
}

.editorial-row__body p {
  margin: 0.65rem 0 0;
  max-width: 32rem;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--ink-muted);
  transition: color 180ms ease;
}

.editorial-row__cta {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: currentColor;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.16rem;
  transition: color 180ms ease, border-color 180ms ease, letter-spacing 180ms ease;
}

.editorial-row__meta {
  display: grid;
  justify-items: end;
  gap: 0.35rem;
  padding-top: 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
  transition: color 180ms ease, transform 180ms ease;
}

.editorial-row__meta span {
  position: relative;
}

.editorial-row__meta span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.18rem;
  background: rgba(112, 98, 86, 0.18);
  transition: background 180ms ease, transform 180ms ease;
}

.editorial-row:hover .editorial-row__body h3,
.editorial-row:focus-within .editorial-row__body h3 {
  text-decoration-color: rgba(185, 78, 78, 0.65);
  transform: translateX(2px);
}

.editorial-row:hover .editorial-row__body p,
.editorial-row:focus-within .editorial-row__body p {
  color: rgba(38, 31, 27, 0.82);
}

.hackathons .section-heading {
  margin-bottom: 1.2rem;
}

.section-heading--hackathons {
  align-items: end;
}

.hackathons-heading {
  display: grid;
  justify-items: start;
  gap: 0.68rem;
}

.hackathons-view-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.2rem;
  padding: 0.22rem;
  border: 1px solid rgba(185, 78, 78, 0.44);
  background: rgba(248, 244, 237, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.hackathons-view-switch__option {
  min-height: 2.38rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(38, 31, 27, 0.72);
  font-family: "Manrope", sans-serif;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.4rem 0.78rem;
  cursor: pointer;
  transition:
    background-color 170ms ease,
    color 170ms ease,
    box-shadow 170ms ease;
}

.hackathons-view-switch__option:hover {
  color: var(--accent);
}

.hackathons-view-switch__option.is-active {
  background: linear-gradient(180deg, rgba(185, 78, 78, 0.14), rgba(185, 78, 78, 0.1));
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(185, 78, 78, 0.42);
}

.hackathons-view-switch__option:focus-visible {
  outline: 1px solid rgba(185, 78, 78, 0.62);
  outline-offset: 1px;
}

.hackathons-view-meta {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(38, 31, 27, 0.58);
}

.hackathons-collapsible {
  overflow: hidden;
  max-height: none;
  transform-origin: top center;
  transition: max-height 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hackathons-collapsible.is-collapsed {
  max-height: 0;
  pointer-events: none;
}

.hackathons-collapsible .editorial-row {
  transform: translateY(0);
}

.hackathons-collapsible.is-dropping .editorial-row {
  transform: translateY(-12px);
}

.hackathons-collapsible.is-dropping.is-open .editorial-row {
  transform: translateY(0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.experience .section-heading h2 {
  max-width: 24ch;
  font-size: clamp(2.25rem, 4.1vw, 4.2rem);
  line-height: 0.9;
  color: var(--accent);
}

.hackathons .section-heading h2 {
  max-width: 23ch;
  font-size: clamp(1.5rem, 2.25vw, 2.25rem);
  line-height: 1;
}

.hackathons .editorial-list {
  margin-top: 0.1rem;
  padding-top: 0.22rem;
  border-top: 1px solid rgba(112, 98, 86, 0.22);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem 1.8rem;
}

.hackathons .editorial-row {
  display: block;
  padding: 0.78rem 0 0.66rem;
  border-top: none;
  border-bottom: 1px solid rgba(112, 98, 86, 0.17);
  background: transparent;
}

.hackathons .editorial-row:first-child {
  border-top: none;
}

.hackathons .editorial-row__body {
  padding: 0;
  max-width: none;
}

.hackathons .editorial-row__body h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  line-height: 1;
  text-decoration: none;
}

.hackathons__title-link {
  position: relative;
  display: inline-block;
  width: fit-content;
  padding-bottom: 0.22rem;
  color: var(--accent);
}

.hackathons__title-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 200ms ease;
}

.hackathons .editorial-row:hover .editorial-row__body h3,
.hackathons .editorial-row:focus-within .editorial-row__body h3 {
  transform: none;
  text-decoration: none;
}

.hackathons .editorial-row:hover .hackathons__title-link::after,
.hackathons .editorial-row:focus-within .hackathons__title-link::after,
.hackathons__title-link:focus-visible::after {
  width: 100%;
}

.hackathons__title-link:focus-visible {
  outline: 1px solid rgba(185, 78, 78, 0.55);
  outline-offset: 4px;
}

.hackathons .editorial-row__index,
.hackathons .editorial-row__body p,
.hackathons .editorial-row__meta {
  display: none;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(230px, 0.85fr) minmax(0, 0.8fr);
  gap: 1.2rem;
  align-items: start;
}

.about-copy {
  display: grid;
  gap: 0.75rem;
}

.about-copy p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.52;
}

.about-tag {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--accent);
}

.about-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.3rem, 4.8vw, 5rem);
  line-height: 0.85;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent);
}

.about-visual {
  display: flex;
  justify-content: center;
  padding-block: 1.5rem;
}

.about-visual__frame {
  width: min(100%, 310px);
  aspect-ratio: 0.72 / 1;
  position: relative;
  overflow: visible;
  border: 1px solid rgba(112, 98, 86, 0.26);
  padding: 0.24rem;
  background: linear-gradient(180deg, rgba(241, 234, 223, 0.7), rgba(233, 225, 212, 0.95));
  box-shadow: 0 20px 36px rgba(76, 52, 32, 0.1);
}

.about-visual__portrait {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.about-visual__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  filter: grayscale(0.24) contrast(1.1) saturate(0.84) sepia(0.08);
  mix-blend-mode: multiply;
}

.about-sparkle {
  position: absolute;
  display: block;
  pointer-events: none;
  user-select: none;
  transform-origin: center;
  filter: drop-shadow(0 8px 14px rgba(255, 189, 61, 0.18));
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.about-sparkle--cluster {
  top: -3.5rem;
  left: -3.9rem;
  width: clamp(102px, 15vw, 138px);
  z-index: 6;
  animation-name: about-sparkle-float, about-sparkle-glimmer;
  animation-duration: 3.6s, 2.6s;
  animation-delay: 0s, 0.35s;
}

.about-sparkle--burst {
  top: -1.35rem;
  left: -1.2rem;
  width: calc(100% + 2.4rem);
  height: calc(100% + 2.4rem);
  object-fit: cover;
  object-position: center;
  z-index: 5;
  opacity: 0.42;
  mix-blend-mode: screen;
  animation-name: about-burst-bounce, about-burst-flash;
  animation-duration: 4.8s, 3.1s;
  animation-delay: 0.2s, 0s;
}

.about-sparkle--mini {
  right: -1.35rem;
  top: 4.6rem;
  width: clamp(58px, 9vw, 82px);
  z-index: 7;
  animation-name: about-mini-orbit, about-sparkle-glimmer;
  animation-duration: 3.2s, 2.2s;
  animation-delay: 0.3s, 0.85s;
}

@keyframes about-sparkle-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-10deg) scale(0.96);
  }
  50% {
    transform: translate3d(10px, -12px, 0) rotate(6deg) scale(1.06);
  }
}

@keyframes about-sparkle-glimmer {
  0%,
  100% {
    opacity: 0.84;
    filter: drop-shadow(0 8px 14px rgba(255, 189, 61, 0.18));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 12px 20px rgba(255, 189, 61, 0.34));
  }
}

@keyframes about-burst-bounce {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }
  35% {
    transform: translate3d(-3px, -6px, 0) rotate(-2deg) scale(1.03);
  }
  70% {
    transform: translate3d(3px, 5px, 0) rotate(2deg) scale(0.98);
  }
}

@keyframes about-burst-flash {
  0%,
  100% {
    opacity: 0.34;
  }
  45% {
    opacity: 0.48;
  }
  70% {
    opacity: 0.4;
  }
}

@keyframes about-mini-orbit {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.92);
  }
  50% {
    transform: translate3d(-8px, 12px, 0) rotate(14deg) scale(1.08);
  }
}

.contact {
  padding-bottom: clamp(1.5rem, 3vw, 2.35rem);
  background: transparent;
}

.contact-links {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 0.8fr));
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  padding: clamp(0.9rem, 1.8vw, 1.2rem) 0 clamp(5rem, 8vw, 6.4rem);
  border-top: 1px solid rgba(112, 98, 86, 0.18);
  overflow: visible;
}

.contact-links::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent 0, transparent 28px, rgba(112, 98, 86, 0.028) 28px, rgba(112, 98, 86, 0.028) 29px);
  pointer-events: none;
  opacity: 0.55;
}

.contact-links::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(112, 98, 86, 0.2) 8%, rgba(112, 98, 86, 0.2) 92%, transparent);
  pointer-events: none;
}

.contact-links > * {
  position: relative;
  z-index: 1;
}

.contact-links__brand {
  display: grid;
  gap: 0.7rem;
  align-content: start;
  padding-right: clamp(0rem, 1vw, 0.8rem);
}

.contact-links__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.1rem 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.about-title__sub {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.contact-links__title {
  margin: 0;
  max-width: 10ch;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--accent);
}

.contact-links__lede {
  margin: 0;
  max-width: 42ch;
  color: var(--ink-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.contact-links__column {
  display: grid;
  align-content: start;
  gap: 0.46rem;
  padding-top: 0.08rem;
}

.contact-links__label {
  margin: 0 0 0.18rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.contact-links__column a {
  width: fit-content;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  transition: color 130ms ease, transform 130ms ease;
}

.contact-links__column a:hover,
.contact-links__column a:focus-visible {
  color: var(--accent);
  transform: translateX(4px);
}

.contact-links__column--actions {
  gap: 0.52rem;
  padding-left: clamp(0rem, 1vw, 0.6rem);
}

.contact-links__contact-row {
  display: grid;
  gap: 0.26rem;
}

.contact-links__contact-label,
.contact-links__dossier span {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(38, 31, 27, 0.5);
}

.contact-links__email {
  font-family: "Manrope", sans-serif !important;
  font-size: clamp(0.98rem, 1.55vw, 1.2rem) !important;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none !important;
}

.contact-links__dossier {
  display: grid;
  gap: 0.22rem;
  margin-top: 0.18rem;
}

.contact-links__book {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(185, 78, 78, 0.22);
  background: rgba(185, 78, 78, 0.08);
  font-family: "Manrope", sans-serif !important;
  font-size: 0.66rem !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase !important;
  color: var(--accent) !important;
}

.contact-links__book:hover,
.contact-links__book:focus-visible {
  background: rgba(185, 78, 78, 0.12);
}

.contact-links__column--actions > p:not(.contact-links__label) {
  margin: 0.1rem 0 0;
  max-width: 28ch;
  color: var(--ink-muted);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-links__art {
  position: absolute;
  right: clamp(0.9rem, 2vw, 1.5rem);
  bottom: clamp(0.45rem, 1.3vw, 0.9rem);
  margin: 0;
  width: clamp(96px, 10.5vw, 144px);
  z-index: 1;
  pointer-events: none;
  transform: rotate(-4deg);
  filter: drop-shadow(0 18px 24px rgba(38, 31, 27, 0.14));
}

.contact-links__art::before {
  content: "";
  position: absolute;
  inset: 14% 10% 8% 16%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(185, 78, 78, 0.16), transparent 72%);
  filter: blur(12px);
  opacity: 0.72;
  z-index: 0;
}

.contact-links__art img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.82;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(1.12) brightness(1.02) sepia(0.18) saturate(0.62);
}

.construction-banner--footer .construction-banner__label {
  min-height: auto;
  width: 100%;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(112, 98, 86, 0.26);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(248, 244, 237, 0.92)),
    rgba(248, 244, 237, 0.94);
  box-shadow: 0 18px 30px -26px rgba(38, 31, 27, 0.7);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
}

.construction-banner--footer .construction-banner__label::before {
  inset: 5px;
  border: 1px dashed rgba(185, 78, 78, 0.2);
  border-radius: 0;
}

.contact-bottom-bar {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.72rem clamp(1.25rem, 3vw, 2.5rem) calc(0.72rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(112, 98, 86, 0.16);
  background:
    linear-gradient(180deg, rgba(248, 244, 237, 0.84), rgba(248, 244, 237, 0.97)),
    rgba(248, 244, 237, 0.95);
  box-shadow: 0 -10px 30px -24px rgba(38, 31, 27, 0.62);
  backdrop-filter: blur(10px);
  border-radius: 0;
}

.contact-footnote {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.35rem;
  width: min(100%, 78rem);
  flex-wrap: wrap;
  padding-top: 0;
  border-top: 0;
  position: relative;
  z-index: 1;
}

.contact-footnote p,
.contact-footnote__links a {
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(38, 31, 27, 0.56);
}

.contact-footnote p {
  text-align: center;
}

.contact-footnote__meta--compact {
  display: none;
}

.construction-banner--footer {
  width: min(100%, 78rem);
  margin-inline: auto;
  justify-content: center;
}

.contact-footnote__links {
  display: flex;
  gap: 0.85rem;
  justify-content: center;
}

.contact-footnote__links a:hover,
.contact-footnote__links a:focus-visible {
  color: var(--accent);
}

.contact-wordmark {
  margin: 0.9rem 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.6rem, 12vw, 12.2rem);
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--accent);
  text-align: center;
}

@media (max-width: 980px) {
  body.has-blob-cursor,
  body.has-blob-cursor a,
  body.has-blob-cursor button,
  body.has-blob-cursor [role="button"] {
    cursor: auto;
  }

  .blob-cursor,
  .site-trail-overlay,
  .editorial-asset--mouse,
  .editorial-asset--cursor {
    display: none !important;
  }

  .hero,
  .nameplate,
  .hero__meta,
  .hero-system-strip,
  .hero-map,
  .section-heading,
  .about-layout {
    grid-template-columns: 1fr;
  }

  .print-stamp--hero {
    right: 1rem;
    bottom: 0.7rem;
  }

  .print-stamp--about {
    left: auto;
    right: 0.9rem;
    top: 0.9rem;
  }

  .about-visual {
    padding-block: 1rem 1.6rem;
  }

  .about-sparkle--cluster {
    top: -2.8rem;
    left: -2.2rem;
  }

  .about-sparkle--burst {
    top: -1rem;
    left: -0.9rem;
    width: calc(100% + 1.8rem);
    height: calc(100% + 1.8rem);
  }

  .about-sparkle--mini {
    right: -0.9rem;
    top: 3.9rem;
  }

  .sine-divider {
    margin-inline: 1rem;
    width: clamp(110px, 32vw, 170px);
    opacity: 0.68;
  }

  .sine-divider--hero {
    margin-inline: 0;
    width: 100%;
  }

  .editorial-asset--eye,
  .editorial-asset--computer,
  .editorial-asset--lips {
    width: clamp(88px, 26vw, 140px);
    right: 0.75rem;
  }

  .editorial-asset--eye {
    top: 2rem;
  }

  .editorial-asset--computer {
    bottom: 0.7rem;
  }

  .editorial-asset--lips {
    bottom: 0.65rem;
  }

  .editorial-asset--mouse,
  .editorial-asset--pin,
  .editorial-asset--cursor {
    display: none;
  }

  .editorial-sticker--hero-lime,
  .editorial-sticker--work-receipt,
  .editorial-sticker--hackathons-cards,
  .editorial-sticker--experience-tentacle,
  .editorial-sticker--about-candy {
    display: none;
  }

  .editorial-sticker--hero-lighthouse,
  .editorial-sticker--hero-petal,
  .editorial-sticker--work-ticket,
  .editorial-sticker--work-car,
  .editorial-sticker--hackathons-fish,
  .editorial-sticker--experience-cat,
  .editorial-sticker--about-citrus,
  .editorial-sticker--about-kitten,
  .editorial-sticker--contact-sunflower {
    width: clamp(62px, 12vw, 102px);
  }

  .editorial-sticker--hero-lighthouse {
    left: 0.75rem;
    top: 3.7rem;
  }

  .editorial-sticker--hero-petal {
    right: 1.15rem;
    bottom: 7.2rem;
  }

  .editorial-sticker--work-ticket {
    top: 1.2rem;
    left: auto;
    right: 1rem;
  }

  .editorial-sticker--work-car {
    bottom: 1rem;
    left: 1rem;
  }

  .editorial-sticker--hackathons-fish {
    right: 0.8rem;
    top: 3.4rem;
  }

  .editorial-sticker--experience-cat {
    bottom: 0.8rem;
    left: 0.5rem;
  }

  .editorial-sticker--about-citrus {
    left: auto;
    right: 1rem;
    top: 1.2rem;
  }

  .editorial-sticker--about-kitten {
    left: auto;
    right: 0.85rem;
    bottom: 1.2rem;
  }

  .editorial-sticker--contact-sunflower {
    top: 4.2rem;
    right: 4.2rem;
  }

  .hero {
    min-height: auto;
    gap: 0.8rem;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .topbar__group--right {
    justify-content: flex-start;
  }

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

  .nameplate__dot {
    display: none;
  }

  .section-heading {
    gap: 0.5rem;
  }

  .section-heading h2 {
    max-width: none;
  }

  .editorial-row {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0.85rem 1rem;
    padding: 1.5rem 0 1.7rem;
  }

  .editorial-row__body {
    max-width: none;
  }

  .editorial-row__meta {
    grid-column: 2;
    justify-items: start;
    grid-auto-flow: column;
    gap: 0.8rem;
    padding-top: 0;
  }

  .flowing-projects__stage {
    min-height: 4.5rem;
  }

  .flowing-projects {
    margin-top: 1rem;
    margin-left: 0;
    width: 100%;
    padding-left: 1.1rem;
  }

  .flowing-projects::before {
    top: 0;
  }

  .flowing-project__hero {
    min-height: 86px;
    justify-content: flex-start;
    padding: 0.2rem 0 0.2rem 2.8rem;
  }

  .flowing-project::before {
    top: 2.9rem;
    left: -1.1rem;
    width: 0.9rem;
  }

  .flowing-project__hero::before {
    left: 0;
  }

  .flowing-project__link {
    grid-template-rows: minmax(86px, auto) 1fr;
  }

  .flowing-project__marquee {
    display: none;
  }

  .flowing-project__details {
    opacity: 1;
    transform: translateY(0);
  }

  .flowing-project__hero-label {
    opacity: 1;
    transform: none;
  }

  .flowing-project:hover .flowing-project__hero-label,
  .flowing-project:focus-within .flowing-project__hero-label {
    opacity: 1;
    transform: none;
  }

  .flowing-project__hero-label,
  .flowing-project__marquee-label {
    font-size: clamp(1.75rem, 6vw, 2.8rem);
  }

  .flowing-project__details {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 2.8rem;
    padding-right: 0;
  }

  .flowing-project__marquee-image {
    width: clamp(8rem, 24vw, 13rem);
  }

  .contact-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 1rem;
    padding-top: 0.75rem;
    padding-bottom: clamp(5.3rem, 12vw, 6.6rem);
  }

  .contact-links__brand,
  .contact-links__column--actions {
    grid-column: 1 / -1;
  }

  .contact-links__title {
    max-width: 12ch;
  }

  .contact-links__column--actions {
    padding-left: 0;
    padding-top: 0.35rem;
    border-top: 1px solid rgba(112, 98, 86, 0.16);
  }

  .contact-links__art {
    width: clamp(108px, 16vw, 150px);
  }

  .contact-footnote {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .hackathons .editorial-list {
    gap: 0.45rem 1.2rem;
  }

  .hackathons-heading {
    gap: 0.58rem;
  }

  .hackathons .editorial-row {
    padding: 0.68rem 0 0.56rem;
  }

  .hackathons .editorial-row__body h3 {
    font-size: clamp(1.12rem, 2.8vw, 1.48rem);
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 7.4rem;
    background-image:
      radial-gradient(circle, rgba(67, 55, 47, 0.032) 0.7px, transparent 0.8px),
      radial-gradient(circle, rgba(185, 78, 78, 0.02) 0.6px, transparent 0.7px);
  }

  .construction-banner__label {
    min-height: 1.95rem;
    padding-inline: 0.85rem;
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }

  .construction-banner--footer {
    width: 100%;
    justify-content: flex-start;
  }

  .page-shell {
    width: 100%;
    margin: 0;
  }

  .page-shell::after {
    background:
      linear-gradient(90deg, transparent 1.25rem, rgba(112, 98, 86, 0.06) 1.25rem, rgba(112, 98, 86, 0.06) calc(1.25rem + 1px), transparent calc(1.25rem + 1px)),
      linear-gradient(90deg, transparent calc(100% - 1.25rem), rgba(112, 98, 86, 0.06) calc(100% - 1.25rem), rgba(112, 98, 86, 0.06) calc(100% - 1.25rem + 1px), transparent calc(100% - 1.25rem + 1px));
  }

  .page-shell::before {
    inset: 0;
  }

  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.28rem 0.7rem;
    padding: 0.74rem 1.25rem 0.68rem;
    font-size: 0.52rem;
    letter-spacing: 0.11em;
  }

  .topbar__group {
    gap: 0.28rem;
  }

  .topbar__group--right {
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.18rem 0.35rem;
    max-width: min(40vw, 7rem);
  }

  .topbar__group--right .topbar__item:nth-of-type(1),
  .topbar__group--right .topbar__item:nth-of-type(2) {
    display: none;
  }

  .topbar__group--right .topbar__item:last-of-type {
    width: auto;
    color: var(--ink-muted);
  }

  .layout {
    scroll-snap-type: none;
  }

  .panel {
    padding: 1.05rem 1.25rem 1.2rem;
    scroll-snap-align: none;
    scroll-margin-top: 4.6rem;
  }

  .panel-index {
    position: static;
    display: inline-block;
    margin-bottom: 0.38rem;
    font-size: 0.56rem;
    letter-spacing: 0.14em;
  }

  .panel-index::after {
    display: none;
  }

  .print-stamp--hero {
    display: none;
  }

  .editorial-sticker--hero-lighthouse,
  .editorial-sticker--hero-lime,
  .editorial-sticker--hero-petal {
    display: none;
  }

  .editorial-asset--eye {
    width: clamp(54px, 16vw, 74px);
    top: 2.8rem;
    right: -0.7rem;
    opacity: 0.12;
  }

  .hero {
    gap: 0.3rem;
  }

  .hero__headline {
    padding-right: 0.7rem;
    text-align: left;
  }

  .eyebrow {
    margin-bottom: 0.28rem;
    font-size: 0.5rem;
    letter-spacing: 0.15em;
  }

  .nameplate {
    justify-items: start;
    text-align: left;
    font-size: clamp(2rem, 10.6vw, 2.85rem);
    line-height: 0.82;
    gap: 0.02em;
  }

  .hero-reference {
    margin-top: 0.34rem;
    font-size: 0.5rem;
    letter-spacing: 0.11em;
  }

  .hero-system-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3rem 0.45rem;
    margin-top: 0.48rem;
    padding: 0.42rem 0 0.5rem;
    font-size: 0.48rem;
    letter-spacing: 0.09em;
  }

  .hero-system-strip span {
    display: flex;
    align-items: center;
    min-height: 1.7rem;
    padding: 0.24rem 0.36rem;
    border: 1px solid rgba(112, 98, 86, 0.16);
    background: rgba(248, 244, 237, 0.54);
  }

  .hero__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.34rem 0.4rem;
    margin-top: 0.42rem;
    font-size: 0.54rem;
    letter-spacing: 0.06em;
  }

  .hero-meta-item {
    gap: 0.12rem;
    padding: 0.34rem 0.38rem 0.38rem;
    border: 1px solid rgba(112, 98, 86, 0.14);
    background: rgba(248, 244, 237, 0.6);
  }

  .hero-meta-item__label {
    font-size: 0.44rem;
    letter-spacing: 0.13em;
    color: rgba(38, 31, 27, 0.34);
  }

  .hero-meta-item__value {
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1.32;
    color: rgba(38, 31, 27, 0.9);
  }

  .hero__canvas {
    padding-top: 0.55rem;
  }

  .hero-map {
    grid-template-columns: 1fr;
    gap: 0.38rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(112, 98, 86, 0.16);
  }

  .hero-map__label {
    margin-top: 0.08rem;
    font-size: 0.46rem;
    letter-spacing: 0.16em;
  }

  .hero-map__column + .hero-map__column {
    margin-top: 0.22rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(112, 98, 86, 0.12);
  }

  .hero-link {
    grid-template-columns: 2rem 1fr;
    align-items: end;
    min-height: 0;
    gap: 0.58rem;
    position: relative;
    padding: 0.72rem 0 0.82rem;
    border-bottom: 1px solid rgba(112, 98, 86, 0.14);
  }

  .hero-link::after {
    content: "";
    position: absolute;
    left: 2rem;
    right: 0;
    bottom: 0.3rem;
    border-bottom: 1px dotted rgba(112, 98, 86, 0.22);
  }

  .hero-map__column .hero-link:last-child {
    border-bottom: 0;
  }

  .hero-map__column .hero-link:last-child::after {
    display: none;
  }

  .hero-link--primary,
  .hero-link--compact {
    min-height: 0;
  }

  .hero-link__index {
    font-size: 0.45rem;
    color: rgba(38, 31, 27, 0.42);
  }

  .hero-link__text,
  .hero-link--primary .hero-link__text,
  .hero-link--compact .hero-link__text {
    font-size: clamp(1.18rem, 6.8vw, 1.52rem);
    line-height: 0.98;
    color: var(--ink);
  }

  .hero-link:hover,
  .hero-link:focus-visible {
    transform: none;
  }

  .sine-divider {
    margin-inline: 0.4rem;
    width: clamp(96px, 24vw, 132px);
    height: 12px;
    opacity: 0.36;
  }

  .sine-divider--hero {
    margin: 0.25rem 0 0.42rem;
    width: min(56vw, 14rem);
    height: 10px;
    opacity: 0.3;
  }

  .sine-divider path {
    stroke-width: 1.4;
  }

  .work-heading__row h2 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
    line-height: 0.88;
  }

  .work-heading__row--right {
    justify-content: flex-start;
  }

  .work-heading__row--top {
    padding-bottom: 0.08rem;
  }

  .work-heading__row--right {
    padding: 0.12rem 0 0.24rem;
  }

  .section-heading h2 {
    font-size: clamp(1.5rem, 7.4vw, 2.15rem);
    line-height: 0.98;
  }

  .editorial-row {
    grid-template-columns: 1fr;
    gap: 0.34rem;
    padding: 1rem 0 1.15rem;
  }

  .editorial-row__body h3 {
    font-size: clamp(1.42rem, 8.7vw, 2.15rem);
    line-height: 0.96;
  }

  .editorial-row__body p {
    font-size: 0.84rem;
    line-height: 1.58;
  }

  .about-title {
    font-size: clamp(1.9rem, 13vw, 3rem);
    line-height: 0.9;
  }

  .about-title__sub {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
  }

  .about-layout {
    gap: 0.85rem;
  }

  .about-visual {
    padding-block: 0.4rem 0.9rem;
  }

  .about-visual__frame {
    width: min(100%, 250px);
  }

  .about-copy--side p {
    font-size: 0.84rem;
    line-height: 1.56;
  }

  .editorial-row__index,
  .editorial-row__meta {
    grid-column: auto;
    justify-items: start;
    padding-top: 0;
  }

  .editorial-row__meta {
    grid-auto-flow: row;
    gap: 0.3rem;
    font-size: 0.56rem;
  }

  .flowing-project__hero {
    min-height: 0;
    padding: 0.76rem 0 0.5rem 2.2rem;
  }

  .flowing-project__link {
    grid-template-rows: auto 1fr;
  }

  .flowing-project:hover .flowing-project__link,
  .flowing-project:focus-within .flowing-project__link {
    grid-template-rows: auto 1fr;
  }

  .flowing-project__hero-label,
  .flowing-project__marquee-label {
    font-size: clamp(1.18rem, 6.6vw, 1.54rem);
  }

  .flowing-project__hero-label {
    width: 100%;
    text-align: left;
    line-height: 0.98;
  }

  .flowing-project__hero::before {
    top: 0.92rem;
    transform: none;
  }

  .flowing-project::before {
    top: 2rem;
    left: -0.9rem;
    width: 0.68rem;
  }

  .flowing-project__details {
    grid-template-columns: 1fr;
    gap: 0.74rem;
    padding: 0.76rem 0 0.96rem;
  }

  .flowing-project__lede {
    font-size: clamp(1.02rem, 5.7vw, 1.24rem);
    line-height: 1.25;
  }

  .contact-links {
    grid-template-columns: 1fr;
    gap: 0.84rem;
    padding: 0.8rem 0 4.8rem;
  }

  .contact-links__brand,
  .contact-links__column--actions {
    grid-column: auto;
  }

  .contact-links__title {
    max-width: none;
    font-size: clamp(1.68rem, 10vw, 2.18rem);
    line-height: 0.92;
  }

  .contact-links__lede {
    max-width: 30ch;
    font-size: 0.84rem;
    line-height: 1.66;
    color: rgba(38, 31, 27, 0.78);
  }

  .contact-links__column {
    gap: 0.22rem;
    padding-top: 0;
  }

  .contact-links__column + .contact-links__column {
    margin-top: 0.22rem;
    padding-top: 0.48rem;
    border-top: 1px solid rgba(112, 98, 86, 0.12);
  }

  .contact-links__brand {
    gap: 0.5rem;
  }

  .contact .panel-index {
    color: rgba(185, 78, 78, 0.88);
    margin-bottom: 0.55rem;
  }

  .contact-links__label {
    margin: 0 0 0.12rem;
    font-size: 0.5rem;
    letter-spacing: 0.16em;
    color: rgba(38, 31, 27, 0.58);
  }

  .contact-links__column a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.62rem 0 0.66rem;
    border-bottom: 1px solid rgba(112, 98, 86, 0.12);
    font-size: clamp(0.98rem, 6.6vw, 1.3rem);
    line-height: 1;
  }

  .contact-links__column a::after {
    content: ">";
    font-family: "IBM Plex Mono", monospace;
    font-size: 0.52rem;
    letter-spacing: 0.08em;
    color: rgba(38, 31, 27, 0.38);
  }

  .contact-links__column--actions {
    gap: 0.46rem;
    margin-top: 0.22rem;
    padding-top: 0.2rem;
  }

  .contact-links__contact-row {
    gap: 0.22rem;
    padding: 0.62rem 0 0.72rem;
    border-bottom: 1px solid rgba(112, 98, 86, 0.12);
  }

  .contact-links__contact-label {
    font-size: 0.48rem;
    color: rgba(38, 31, 27, 0.52);
  }

  .contact-links__email {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.42;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: normal;
    text-wrap: balance;
  }

  .contact-links__email::after {
    display: none;
  }

  .contact-links__dossier {
    gap: 0.18rem;
    margin-top: 0.08rem;
    padding: 0.08rem 0 0.22rem;
  }

  .contact-links__dossier span {
    font-size: 0.48rem;
    letter-spacing: 0.11em;
    color: rgba(38, 31, 27, 0.44);
  }

  .contact-links__column--actions > p:not(.contact-links__label),
  .contact-footnote p,
  .contact-footnote__links a {
    font-size: 0.54rem;
    letter-spacing: 0.09em;
  }

  .contact-links__book {
    width: fit-content;
    justify-content: center;
    min-height: 2.1rem;
    margin-top: 0.08rem;
    padding: 0.56rem 0.88rem;
    border-width: 1px;
    background: rgba(185, 78, 78, 0.04);
    font-size: 0.52rem !important;
    letter-spacing: 0.14em;
  }

  .contact-links__book::after {
    display: none;
  }

  .contact-links__art {
    right: -0.2rem;
    bottom: -0.15rem;
    width: clamp(62px, 18vw, 78px);
    transform: rotate(-2deg);
    opacity: 0.34;
  }

  .contact-bottom-bar {
    gap: 0.42rem;
    padding: 0.58rem 1.25rem calc(0.62rem + env(safe-area-inset-bottom));
  }

  .construction-banner--footer {
    width: 100%;
    margin-top: 0;
  }

  .construction-banner--footer .construction-banner__label {
    width: 100%;
    min-height: auto;
    padding: 0.58rem 0.72rem;
    justify-content: center;
    font-size: 0.46rem;
    line-height: 1.32;
    letter-spacing: 0.09em;
    text-align: center;
    white-space: normal;
    text-wrap: balance;
  }

  .contact-footnote {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.35rem 0.8rem;
    padding-top: 0;
    border-top: 0;
  }

  .contact-footnote__meta--full {
    display: none;
  }

  .contact-footnote__meta--compact {
    display: block;
  }

  .contact-footnote__links {
    justify-content: flex-end;
    gap: 0.6rem;
    flex-wrap: nowrap;
  }

  .contact-wordmark {
    font-size: clamp(2.45rem, 18vw, 5.8rem);
    line-height: 0.85;
  }

  .hackathons .section-heading {
    margin-bottom: 0.78rem;
  }

  .hackathons .section-heading h2 {
    font-size: clamp(1.2rem, 5.7vw, 1.6rem);
    line-height: 1;
  }

  .hackathons-heading {
    gap: 0.5rem;
  }

  .hackathons-toggle {
    font-size: 0.58rem;
    letter-spacing: 0.11em;
    min-height: 2.5rem;
    padding: 0.5rem 0.72rem 0.5rem 0.76rem;
    gap: 0.42rem;
  }

  .hackathons-toggle__state {
    min-width: 5.3rem;
  }

  .hackathons-toggle__label {
    font-size: 0.54rem;
  }

  .hackathons .editorial-list {
    gap: 0.34rem 0.88rem;
  }

  .hackathons .editorial-row {
    padding: 0.56rem 0 0.48rem;
  }

  .hackathons .editorial-row__body h3 {
    font-size: clamp(1rem, 4.95vw, 1.24rem);
    line-height: 1.02;
  }
}

@media (max-width: 540px) {
  .hackathons .editorial-list {
    gap: 0.26rem 0.56rem;
  }

  .hackathons .editorial-row {
    padding: 0.46rem 0 0.4rem;
  }

  .hackathons .editorial-row__body h3 {
    font-size: clamp(0.92rem, 4.72vw, 1.14rem);
  }

  .hackathons__title-link {
    padding-bottom: 0.18rem;
  }

  .hackathons-view-switch {
    width: 100%;
  }

  .hackathons-view-switch__option {
    min-height: 2.18rem;
    font-size: 0.5rem;
    padding-inline: 0.52rem;
  }
}

@media (max-width: 540px) {
  body {
    padding-bottom: 1rem;
  }

  .page-system-indicator {
    top: auto;
    right: 1.25rem;
    bottom: 1rem;
    padding: 0.28rem 0.48rem;
    border-color: rgba(112, 98, 86, 0.28);
    background: rgba(248, 244, 237, 0.9);
    color: rgba(38, 31, 27, 0.62);
  }

  .construction-banner__label {
    min-height: 1.85rem;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.22rem 0.5rem;
    padding: 0.66rem 1.25rem 0.64rem;
  }

  .topbar__group {
    gap: 0.24rem;
  }

  .topbar__group--right {
    max-width: 6rem;
    justify-content: flex-end;
  }

  .editorial-sticker--hero-lighthouse,
  .editorial-sticker--hero-petal,
  .editorial-sticker--work-ticket,
  .editorial-sticker--work-car,
  .editorial-sticker--hackathons-fish,
  .editorial-sticker--experience-cat,
  .editorial-sticker--about-citrus,
  .editorial-sticker--about-kitten,
  .editorial-sticker--contact-sunflower {
    display: none;
  }

  .panel {
    padding: 0.94rem 1.25rem 1.05rem;
  }

  .hero__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.28rem 0.32rem;
    font-size: 0.54rem;
  }

  .hero-meta-item {
    padding: 0.3rem 0.34rem 0.34rem;
  }

  .hero-system-strip {
    font-size: 0.46rem;
  }

  .hero-link {
    gap: 0.5rem;
    padding: 0.66rem 0 0.78rem;
  }

  .hero-link__text,
  .hero-link--primary .hero-link__text,
  .hero-link--compact .hero-link__text {
    font-size: clamp(1.04rem, 7vw, 1.34rem);
  }

  .work-heading__row h2 {
    font-size: clamp(1.75rem, 11.8vw, 2.5rem);
  }

  .section-heading h2 {
    font-size: clamp(1.3rem, 7.8vw, 1.85rem);
    line-height: 1;
  }

  .editorial-row__body h3 {
    font-size: clamp(1.25rem, 8vw, 1.8rem);
    line-height: 0.96;
  }

  .flowing-project__hero-label,
  .flowing-project__marquee-label {
    font-size: clamp(1.02rem, 7vw, 1.42rem);
  }

  .flowing-project__lede {
    font-size: clamp(0.96rem, 4.8vw, 1.12rem);
    line-height: 1.28;
  }

  .contact-links__column a {
    font-size: clamp(0.92rem, 6.5vw, 1.14rem);
  }

  .contact-links__email {
    font-size: 0.76rem !important;
  }

  .contact-links__book {
    font-size: 0.5rem !important;
  }

  .contact-links__art {
    right: -0.3rem;
    width: clamp(56px, 18vw, 70px);
  }

  .construction-banner--footer .construction-banner__label {
    font-size: 0.42rem;
    letter-spacing: 0.08em;
  }

  .contact-bottom-bar {
    padding-inline: 1rem;
  }

  .contact-footnote p,
  .contact-footnote__links a {
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  .topbar {
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
  }

  .topbar__group--right {
    justify-content: flex-end;
  }

  .panel {
    scroll-margin-top: 1rem;
  }

  .hero {
    gap: 1rem;
  }

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

  .hero-link {
    min-height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  .sine-divider path {
    opacity: 0.62;
  }

  .hackathons-collapsible {
    transition: none;
  }

}
