:root {
  --paper: #dff2ff;
  --paper-strong: #fbfdff;
  --ink: #10212f;
  --ink-soft: #38515f;
  --muted: #6b8190;
  --line: rgba(16, 33, 47, 0.12);
  --ring: rgba(16, 33, 47, 0.08);
  --accent: #2d78c4;
  --accent-hot: #de7d66;
  --accent-cool: #5ca5cf;
  --accent-sun: #d5a54a;
  --shadow-border:
    0 0 0 1px rgba(0, 0, 0, 0.06),
    0 1px 2px -1px rgba(16, 33, 47, 0.08),
    0 20px 54px rgba(72, 121, 150, 0.14);
  --shadow-border-hover:
    0 0 0 1px rgba(0, 0, 0, 0.09),
    0 3px 10px -3px rgba(16, 33, 47, 0.14),
    0 28px 78px rgba(72, 121, 150, 0.2);
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 11%, rgba(255, 247, 203, 0.55), transparent 20%),
    radial-gradient(circle at 76% 5%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(180deg, #9ed5f6 0%, #cceeff 39%, var(--paper) 70%, #f8fcff 100%);
  background-attachment: fixed;
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
}

body.is-tinting {
  --accent: var(--active-accent);
}

body[data-active-tone="schedu"] {
  --active-accent: #238f89;
}

body[data-active-tone="levashel"] {
  --active-accent: #4a9e88;
}

body[data-active-tone="faciognomy"] {
  --active-accent: #c8a13a;
}

body[data-active-tone="sundial"] {
  --active-accent: #c58f43;
}

body[data-active-tone="acorn"] {
  --active-accent: #b9892e;
}

body[data-active-tone="penstroke"] {
  --active-accent: #b77a2c;
}

body[data-active-tone="lane"] {
  --active-accent: #2d78c4;
}

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

p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-family: "Bricolage Grotesque", "IBM Plex Sans", "Avenir Next", sans-serif;
  font-weight: 800;
  line-height: 0.98;
}

h2,
h3 {
  font-family: "IBM Plex Sans", "Avenir Next", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.02;
}

#flowfield {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.38;
  mix-blend-mode: soft-light;
}

.sky-clouds {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  min-height: 1900px;
  overflow: hidden;
  pointer-events: none;
}

.cloud {
  position: absolute;
  display: block;
  width: var(--cloud-width);
  height: var(--cloud-height);
  border-radius: 999px;
  opacity: var(--cloud-opacity);
  filter: blur(var(--cloud-blur));
  background:
    radial-gradient(ellipse at 18% 54%, rgba(255, 255, 255, 0.95) 0 28%, transparent 54%),
    radial-gradient(ellipse at 39% 36%, rgba(255, 255, 255, 0.98) 0 32%, transparent 60%),
    radial-gradient(ellipse at 62% 50%, rgba(255, 255, 255, 0.94) 0 31%, transparent 58%),
    radial-gradient(ellipse at 80% 58%, rgba(255, 255, 255, 0.86) 0 24%, transparent 54%),
    radial-gradient(ellipse at 50% 66%, rgba(219, 238, 250, 0.72) 0 42%, transparent 70%);
  animation: cloudDrift var(--cloud-duration) linear infinite;
  animation-delay: var(--cloud-delay);
  will-change: transform;
}

.cloud-one {
  --cloud-width: 520px;
  --cloud-height: 190px;
  --cloud-opacity: 0.86;
  --cloud-blur: 5px;
  --cloud-duration: 19000ms;
  --cloud-delay: -8000ms;
  --cloud-start-x: -42vw;
  --cloud-end-x: 118vw;
  --cloud-start-y: 0px;
  --cloud-end-y: -16px;
  top: 80px;
  left: -90px;
}

.cloud-two {
  --cloud-width: 650px;
  --cloud-height: 230px;
  --cloud-opacity: 0.72;
  --cloud-blur: 8px;
  --cloud-duration: 23000ms;
  --cloud-delay: -15000ms;
  --cloud-start-x: -118vw;
  --cloud-end-x: 44vw;
  --cloud-start-y: 10px;
  --cloud-end-y: -8px;
  top: 230px;
  right: -160px;
}

.cloud-three {
  --cloud-width: 430px;
  --cloud-height: 170px;
  --cloud-opacity: 0.58;
  --cloud-blur: 10px;
  --cloud-duration: 21000ms;
  --cloud-delay: -4000ms;
  --cloud-start-x: -68vw;
  --cloud-end-x: 106vw;
  --cloud-start-y: -6px;
  --cloud-end-y: 14px;
  top: 590px;
  left: 16%;
}

.cloud-four {
  --cloud-width: 760px;
  --cloud-height: 250px;
  --cloud-opacity: 0.52;
  --cloud-blur: 13px;
  --cloud-duration: 27000ms;
  --cloud-delay: -21000ms;
  --cloud-start-x: -112vw;
  --cloud-end-x: 48vw;
  --cloud-start-y: 16px;
  --cloud-end-y: -10px;
  top: 920px;
  right: -210px;
}

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.2) 1px,
      transparent 1px,
      transparent 5px
    );
  mix-blend-mode: screen;
}

main,
.site-footer {
  position: relative;
  z-index: 2;
}

.hero {
  display: grid;
  width: min(1120px, calc(100% - 32px));
  min-height: 72svh;
  margin: 0 auto;
  padding: 92px 0 38px;
  place-items: center;
}

.hero-copy {
  max-width: 980px;
  text-align: center;
}

.eyebrow,
.section-label,
.project-url,
.site-footer {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
}

.eyebrow,
.section-label {
  margin: 0 0 22px;
  color: var(--accent);
}

h1 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(2.8rem, 5.6vw, 4.95rem);
}

.hero-intro {
  max-width: 720px;
  margin: 28px auto 0;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 2vw, 1.36rem);
  line-height: 1.58;
}

.projects-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 126px;
}

.section-heading-row {
  display: grid;
  max-width: 720px;
  gap: 12px;
  align-items: center;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading-row h2 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  letter-spacing: 0;
}

.section-heading-row p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.12rem;
  line-height: 1.62;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.project-card {
  --card-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(248, 252, 255, 0.58));
  --card-height: 250px;
  --copy-stack-height: 112px;
  --card-offset: 0px;
  --card-rotate: 0deg;
  --hover-x: 0px;
  --hover-rotate: 0deg;
  --icon-rotate: 0deg;
  --icon-hover-rotate: 0deg;
  --icon-hover-x: 0px;
  --blob-rotate: -8deg;
  --blob-hover-rotate: 7deg;
  position: relative;
  isolation: isolate;
  display: grid;
  height: var(--card-height);
  min-height: var(--card-height);
  grid-template-columns: minmax(0, 1fr) clamp(120px, 14vw, 156px);
  gap: 24px;
  align-items: center;
  padding: 30px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--card-surface);
  box-shadow:
    0 0 0 1px rgba(16, 33, 47, 0.08),
    0 16px 40px rgba(28, 83, 118, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  touch-action: manipulation;
  opacity: 0;
  filter: blur(8px);
  animation: cardReveal 700ms cubic-bezier(0.2, 0, 0, 1) forwards;
  animation-delay: calc(var(--card-index, 0) * 120ms);
  translate: 0 var(--card-offset);
  transform: rotate(var(--card-rotate));
  transition-property: translate, scale, transform, box-shadow, background-color;
  transition-duration: 260ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.project-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  content: "";
  width: clamp(150px, 18vw, 210px);
  height: clamp(150px, 18vw, 210px);
  border-radius: 38% 62% 53% 47% / 45% 40% 60% 55%;
  opacity: 0.42;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 255, 255, 0.86), transparent 26%),
    linear-gradient(135deg, color-mix(in srgb, var(--card-accent) 34%, white), transparent 72%);
  transform: rotate(var(--blob-rotate));
  transition-property: opacity, scale, transform;
  transition-duration: 260ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.project-card:active {
  scale: 0.96;
}

.project-card[data-tone="schedu"] {
  --card-accent: #238f89;
  --card-surface: linear-gradient(145deg, rgba(238, 255, 251, 0.82), rgba(250, 254, 255, 0.6));
  --card-index: 1;
  --hover-x: -8px;
  --hover-rotate: -0.5deg;
  --icon-hover-rotate: 5deg;
  --icon-hover-x: -3px;
  --blob-rotate: 8deg;
  --blob-hover-rotate: -6deg;
  --arrow-rotate: -8deg;
}

.project-card[data-tone="levashel"] {
  --card-accent: #4a9e88;
  --card-surface:
    radial-gradient(circle at 94% 92%, rgba(93, 181, 161, 0.27), rgba(187, 235, 223, 0.17) 34%, transparent 62%),
    linear-gradient(145deg, rgba(232, 253, 243, 0.86), rgba(225, 245, 255, 0.66));
  --card-index: 3;
  --hover-x: -6px;
  --hover-rotate: 0.6deg;
  --icon-hover-rotate: 4deg;
  --icon-hover-x: -3px;
  --blob-rotate: 11deg;
  --blob-hover-rotate: -7deg;
  --arrow-rotate: -6deg;
}

.project-card[data-tone="faciognomy"] {
  --card-accent: #c8a13a;
  --card-surface: linear-gradient(145deg, rgba(255, 249, 218, 0.84), rgba(252, 254, 255, 0.6));
  --card-index: 4;
  --hover-x: 7px;
  --hover-rotate: 0.6deg;
  --icon-hover-rotate: -5deg;
  --icon-hover-x: 4px;
  --blob-rotate: -12deg;
  --blob-hover-rotate: 10deg;
  --arrow-rotate: 7deg;
}

.project-card[data-tone="penstroke"] {
  --card-accent: #b77a2c;
  --card-surface:
    radial-gradient(circle at 96% 96%, rgba(181, 116, 37, 0.34), rgba(240, 198, 116, 0.2) 30%, rgba(255, 239, 187, 0.13) 50%, transparent 70%),
    linear-gradient(138deg, rgba(255, 252, 244, 0.94), rgba(250, 240, 216, 0.52) 54%, rgba(252, 254, 255, 0.62) 100%);
  --card-index: 5;
  --hover-x: -6px;
  --hover-rotate: -0.5deg;
  --icon-hover-rotate: 4deg;
  --icon-hover-x: -3px;
  --blob-rotate: 13deg;
  --blob-hover-rotate: -7deg;
  --arrow-rotate: -5deg;
}

.project-card[data-tone="penstroke"]::before {
  opacity: 0.24;
}

.project-card[data-tone="penstroke"]::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  background-image:
    radial-gradient(circle at 18% 28%, rgba(111, 76, 36, 0.14) 0 0.8px, transparent 1.4px),
    radial-gradient(circle at 74% 62%, rgba(111, 76, 36, 0.1) 0 0.7px, transparent 1.5px),
    radial-gradient(circle at 41% 83%, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.9px),
    repeating-linear-gradient(8deg, rgba(132, 91, 43, 0.04) 0 1px, transparent 1px 12px);
  background-size: 34px 34px, 47px 47px, 43px 43px, 100% 100%;
  mix-blend-mode: multiply;
  opacity: 0.34;
}

.project-card[data-tone="tempo"] {
  --card-accent: #8d6a31;
  --card-surface:
    radial-gradient(circle at 94% 92%, rgba(198, 145, 57, 0.3), rgba(241, 215, 159, 0.18) 34%, transparent 60%),
    linear-gradient(145deg, rgba(225, 243, 252, 0.82), rgba(252, 249, 239, 0.76) 52%, rgba(248, 233, 197, 0.62));
  --card-index: 6;
  --hover-x: 7px;
  --hover-rotate: 0.5deg;
  --icon-hover-rotate: -4deg;
  --icon-hover-x: 3px;
  --blob-rotate: -9deg;
  --blob-hover-rotate: 8deg;
  --arrow-rotate: 6deg;
}

.project-card[data-tone="tempo"]::before {
  opacity: 0.28;
}

.project-card[data-tone="sundial"] {
  --card-accent: #c58f43;
  --card-surface:
    radial-gradient(circle at 96% 100%, rgba(221, 152, 55, 0.5), rgba(253, 218, 128, 0.26) 32%, transparent 58%),
    linear-gradient(138deg, transparent 18%, rgba(218, 201, 241, 0.16) 42%, rgba(248, 213, 223, 0.13) 58%, transparent 76%),
    linear-gradient(
      to bottom right,
      rgba(224, 243, 255, 0.9) 0%,
      rgba(238, 246, 252, 0.78) 36%,
      rgba(254, 245, 218, 0.7) 68%,
      rgba(255, 228, 157, 0.42) 100%
    );
  --card-index: 2;
  --hover-x: 6px;
  --hover-rotate: -0.4deg;
  --icon-hover-rotate: -3deg;
  --icon-hover-x: 3px;
  --blob-rotate: -10deg;
  --blob-hover-rotate: 8deg;
  --arrow-rotate: 6deg;
}

.project-card[data-tone="acorn"] {
  --card-accent: #b9892e;
  --card-surface: linear-gradient(145deg, rgba(255, 247, 213, 0.84), rgba(251, 253, 255, 0.62));
  --card-index: 7;
  --hover-x: -6px;
  --hover-rotate: 0.7deg;
  --icon-hover-rotate: 8deg;
  --icon-hover-x: -2px;
  --blob-rotate: 16deg;
  --blob-hover-rotate: -8deg;
  --arrow-rotate: -5deg;
}

.project-card[data-tone="lane"] {
  --card-accent: #2d78c4;
  --card-surface: linear-gradient(145deg, rgba(226, 247, 255, 0.84), rgba(251, 253, 255, 0.62));
  --card-index: 0;
  --hover-x: 9px;
  --hover-rotate: -0.7deg;
  --icon-hover-rotate: -4deg;
  --icon-hover-x: 5px;
  --blob-rotate: -7deg;
  --blob-hover-rotate: 9deg;
  --arrow-rotate: 8deg;
}

.project-copy,
.project-url,
.project-blurb,
.project-card h3,
.project-icon,
.project-arrow {
  position: relative;
  z-index: 1;
}

.project-copy {
  display: grid;
  height: var(--copy-stack-height);
  align-content: start;
  align-self: center;
  gap: 10px;
  min-width: 0;
}

.project-card h3 {
  color: var(--ink);
  font-size: clamp(2rem, 4.1vw, 3.25rem);
  line-height: 0.95;
}

.project-url {
  display: block;
  max-width: 100%;
  color: var(--card-accent);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.15;
}

.project-blurb {
  max-width: 34ch;
  color: var(--ink-soft);
  font-size: 1.03rem;
  line-height: 1.48;
  text-wrap: pretty;
}

.project-icon {
  display: grid;
  width: clamp(116px, 14vw, 150px);
  height: clamp(116px, 14vw, 150px);
  place-items: center;
  justify-self: end;
  align-self: center;
  overflow: visible;
  rotate: var(--icon-rotate);
  transition-property: scale, translate, rotate, filter;
  transition-duration: 260ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.project-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  filter: drop-shadow(0 20px 18px rgba(32, 71, 95, 0.16));
}

.icon-lane img {
  scale: 1.55;
}

.icon-schedu img {
  scale: 1.18;
}

.icon-levashel img {
  overflow: hidden;
  border-radius: clamp(18px, 2.9vw, 31px);
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  filter: drop-shadow(0 20px 18px rgba(40, 105, 91, 0.16));
}

.icon-sundial {
  width: clamp(116px, 13.6vw, 148px);
  height: clamp(116px, 14vw, 150px);
}

.icon-sundial img {
  filter: drop-shadow(0 20px 20px rgba(96, 68, 33, 0.12));
}

.icon-penstroke img {
  overflow: hidden;
  border-radius: clamp(18px, 2.9vw, 31px);
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  filter: drop-shadow(0 20px 18px rgba(93, 65, 31, 0.14));
}

.icon-tempo img {
  overflow: hidden;
  border-radius: clamp(18px, 2.9vw, 31px);
  outline: 1px solid rgba(64, 43, 19, 0.1);
  outline-offset: -1px;
  filter: drop-shadow(0 20px 18px rgba(82, 56, 24, 0.14));
}

.project-arrow {
  --arrow-stroke: 1.6px;
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: var(--paper-strong);
  background: color-mix(in srgb, var(--card-accent) 78%, #10212f);
  font-size: 0;
  opacity: 0;
  filter: blur(4px);
  scale: 0.25;
  transition-property: opacity, filter, scale, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0, 1);
}

.project-arrow::before,
.project-arrow::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.project-arrow::before {
  top: 50%;
  left: 50%;
  width: 14px;
  height: var(--arrow-stroke);
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.project-arrow::after {
  top: calc(50% - 5px);
  left: calc(50% - 2px);
  width: 7px;
  height: 7px;
  border-top: var(--arrow-stroke) solid currentColor;
  border-right: var(--arrow-stroke) solid currentColor;
  border-radius: 1px;
}

.project-card:focus-visible .project-arrow {
  opacity: 1;
  filter: blur(0);
  scale: 1;
  transform: rotate(var(--arrow-rotate, 0deg));
}

@media (hover: hover) and (pointer: fine) {
  .project-card:hover {
    translate: var(--hover-x) var(--card-offset);
    transform: rotate(var(--hover-rotate));
    background: var(--card-surface);
    box-shadow:
      0 0 0 1px color-mix(in srgb, var(--card-accent) 28%, rgba(16, 33, 47, 0.08)),
      0 24px 54px rgba(28, 83, 118, 0.18),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .project-card:hover::before {
    opacity: 0.66;
    scale: 1.07;
    transform: rotate(var(--blob-hover-rotate));
  }

  .project-card:hover .project-icon {
    translate: var(--icon-hover-x) 0;
    rotate: var(--icon-hover-rotate);
    scale: 1.04;
    filter: drop-shadow(0 24px 22px rgba(32, 71, 95, 0.18));
  }

  .project-card:hover .project-arrow {
    opacity: 1;
    filter: blur(0);
    scale: 1;
    transform: rotate(var(--arrow-rotate, 0deg));
  }
}

@media (hover: none), (pointer: coarse) {
  .project-card:active {
    translate: var(--hover-x) var(--card-offset);
    transform: rotate(var(--hover-rotate));
    scale: 0.985;
    box-shadow:
      0 0 0 1px color-mix(in srgb, var(--card-accent) 28%, rgba(16, 33, 47, 0.08)),
      0 22px 46px rgba(28, 83, 118, 0.16),
      inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .project-card:active::before {
    opacity: 0.62;
    scale: 1.05;
    transform: rotate(var(--blob-hover-rotate));
  }

  .project-card:active .project-icon {
    translate: var(--icon-hover-x) 0;
    rotate: var(--icon-hover-rotate);
    scale: 1.04;
    filter: drop-shadow(0 22px 20px rgba(32, 71, 95, 0.18));
  }

  .project-card:active .project-arrow {
    opacity: 1;
    filter: blur(0);
    scale: 1;
    transform: rotate(var(--arrow-rotate, 0deg));
  }
}

.site-footer {
  display: flex;
  width: min(1120px, calc(100% - 32px));
  min-height: 36svh;
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto;
  padding: 78px 0 34px;
  color: var(--muted);
}

.stagger-item {
  opacity: 0;
  filter: blur(4px);
  translate: 0 12px;
  animation: enterSoftly 520ms cubic-bezier(0.2, 0, 0, 1) forwards;
  animation-delay: calc(var(--stagger-index, 0) * 95ms);
}

@keyframes enterSoftly {
  to {
    opacity: 1;
    filter: blur(0);
    translate: 0 0;
  }
}

@keyframes cloudDrift {
  from {
    transform: translate3d(var(--cloud-start-x), var(--cloud-start-y), 0) scale(1);
  }
  to {
    transform: translate3d(var(--cloud-end-x), var(--cloud-end-y), 0) scale(1.04);
  }
}

@keyframes cardReveal {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1000px) {
  .hero {
    min-height: 76svh;
    padding-top: 88px;
  }

  h1 {
    font-size: 3.8rem;
  }

  .section-heading-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .project-list {
    max-width: 760px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }

}

@media (max-width: 680px) {
  .hero {
    width: calc(100% - 24px);
    min-height: 86svh;
    padding-top: 118px;
    padding-bottom: 36px;
    gap: 28px;
  }

  h1 {
    font-size: 2.75rem;
  }

  .hero-intro {
    font-size: 1.08rem;
  }

  .projects-section,
  .site-footer {
    width: calc(100% - 24px);
  }

  .projects-section {
    padding: 56px 0 80px;
  }

  .section-heading-row h2 {
    font-size: 2.55rem;
  }

  .project-card {
    --card-height: 178px;
    --copy-stack-height: 86px;
    grid-template-columns: minmax(0, 1fr) 78px;
    gap: 14px;
    padding: 18px 16px 18px 18px;
  }

  .cloud-one {
    --cloud-width: 340px;
    --cloud-height: 140px;
    top: 88px;
    left: -130px;
  }

  .cloud-two {
    --cloud-width: 420px;
    --cloud-height: 160px;
    top: 250px;
    right: -210px;
  }

  .cloud-three {
    --cloud-width: 300px;
    --cloud-height: 130px;
    top: 560px;
    left: -60px;
  }

  .project-card h3 {
    font-size: 1.44rem;
  }

  .project-url {
    font-size: 0.86rem;
  }

  .project-blurb {
    font-size: 0.94rem;
  }

  .project-icon {
    width: 78px;
    height: 78px;
    border-radius: 18px;
  }

  .icon-sundial {
    width: 78px;
    height: 78px;
  }

  .project-arrow {
    right: 16px;
    bottom: 14px;
    width: 34px;
    height: 34px;
  }

  .project-arrow::before {
    font-size: 0.96rem;
  }

  .site-footer {
    min-height: 32svh;
    padding: 70px 0 30px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .stagger-item {
    opacity: 1;
    filter: none;
    translate: 0 0;
  }
}
