@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Archivo:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}

html,
body {
  min-height: 100%;
}

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

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

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

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  font-family: "Archivo", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  line-height: 1.5;
  font-weight: 400;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.h-mega {
  font-size: clamp(3.4rem, 2rem + 6vw, 7.8rem);
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.h-display {
  font-size: clamp(3rem, 1.9rem + 4.6vw, 6.4rem);
  line-height: 0.86;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h1, .h1 {
  font-size: clamp(2.6rem, 1.8rem + 3.4vw, 4.6rem);
}

h2, .h2 {
  font-size: clamp(1.9rem, 1.4rem + 2vw, 2.9rem);
}

h3, .h3 {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
  line-height: 1.2;
}

h4, .h4 {
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  line-height: 1.2;
  font-weight: 700;
}

p {
  max-width: 62ch;
}

.text-sm {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
}

.text-xs {
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
}

.eyebrow {
  font-family: "Archivo", "Segoe UI", sans-serif;
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.lede {
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
  line-height: 1.7;
  max-width: 42ch;
}

body {
  background: #1B1330;
  color: rgba(251, 244, 228, 0.86);
  overflow-x: hidden;
  cursor: none;
  position: relative;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.05;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

@media (pointer: coarse) {
  body {
    cursor: auto;
  }
}
::selection {
  background: #F2A61B;
  color: #1B1330;
}

:focus-visible {
  outline: 3px solid #F2A61B;
  outline-offset: 3px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #1B1330;
}

::-webkit-scrollbar-thumb {
  background: #D1245B;
  border-radius: 999px;
  border: 2px solid #1B1330;
}

.on-light {
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
}

main {
  display: block;
}

.section {
  padding-block: clamp(5rem, 3.6rem + 5.6vw, 9rem);
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3.5rem);
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  left: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  width: auto;
  height: auto;
  padding: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem) clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  background: #F2A61B;
  color: #1B1330;
  z-index: 999;
  border-radius: 6px;
  clip: auto;
}

.mt-2xs {
  margin-top: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
}

.mt-xs {
  margin-top: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem);
}

.mt-sm {
  margin-top: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
}

.mt-md {
  margin-top: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}

.mt-lg {
  margin-top: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}

.mb-sm {
  margin-bottom: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
}

.mb-md {
  margin-bottom: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}

.split {
  display: grid;
  gap: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  align-items: start;
}
@media (min-width: 768px) {
  .split {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .split--wide-right {
    grid-template-columns: 0.8fr 1.2fr;
  }
}

.stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
}
.stack--lg {
  gap: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: #D1245B;
  transform: translateY(100%);
  pointer-events: none;
}

.spotlight {
  position: relative;
  overflow: hidden;
  background: #1B1330;
}
.spotlight__pin {
  height: 100vh;
  display: flex;
  align-items: center;
}
.spotlight__track {
  display: flex;
  align-items: center;
  gap: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  padding-inline: clamp(1.25rem, 4vw, 3.5rem);
  will-change: transform;
}
.spotlight__intro {
  flex: 0 0 auto;
  width: min(70vw, 480px);
  padding-right: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}
@media (max-width: 767px) {
  .spotlight__intro {
    margin-top: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  }
}
.spotlight__frame {
  flex: 0 0 auto;
  width: min(60vw, 420px);
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  background: #2A2044;
}
.spotlight__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spotlight__frame--tall {
  aspect-ratio: 3/5;
}
.spotlight__frame--wide {
  width: min(75vw, 560px);
  aspect-ratio: 16/10;
}
@media (max-width: 767px) {
  .spotlight__pin {
    height: auto;
  }
  .spotlight__track {
    flex-direction: column;
    overflow-x: auto;
    align-items: stretch;
  }
  .spotlight__intro, .spotlight__frame {
    width: 100%;
  }
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #F2A61B;
  pointer-events: none;
  z-index: 200;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  will-change: transform, width, height;
}
.cursor__label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Archivo", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0;
  color: #1B1330;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.cursor--view {
  width: 84px;
  height: 84px;
  background: #FBF4E4;
  mix-blend-mode: normal;
}
.cursor--view .cursor__label {
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
  opacity: 1;
}

@media (pointer: coarse) {
  .cursor {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cursor {
    transition: none;
  }
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem) clamp(1.25rem, 4vw, 3.5rem);
  color: #FBF4E4;
  background: rgba(27, 19, 48, 0.62);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1.5px solid rgba(251, 244, 228, 0.1);
}
.nav__mark {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 1.1rem + 1vw, 2rem);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav__mark:hover {
  transform: rotate(-2deg);
}
.nav__mark-icon {
  width: 2.1rem;
  height: 2.1rem;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .nav__mark-icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (max-width: 479px) {
  .nav__mark-full {
    display: none;
  }
}
.nav__mark-short {
  display: none;
}
@media (max-width: 479px) {
  .nav__mark-short {
    display: inline;
  }
}
.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}
@media (max-width: 767px) {
  .nav__links {
    display: none;
  }
}
.nav__link {
  position: relative;
  font-weight: 700;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
  padding-block: clamp(0.3rem, 0.28rem + 0.1vw, 0.4rem);
}
.nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 3px;
  width: 100%;
  background: #F2A61B;
  transform: scaleX(0) rotate(-1deg);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.nav__link:hover::after, .nav__link.is-active::after {
  transform: scaleX(1) rotate(-1deg);
}
.nav__lang {
  display: flex;
  align-items: center;
  gap: clamp(0.3rem, 0.28rem + 0.1vw, 0.4rem);
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  font-weight: 700;
  margin-left: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem);
  padding-left: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  border-left: 1.5px solid rgba(251, 244, 228, 0.25);
}
.nav__lang-link {
  opacity: 0.68;
  transition: opacity 0.25s;
}
.nav__lang-link:hover, .nav__lang-link.is-active {
  opacity: 1;
}
.nav__lang-sep {
  opacity: 0.4;
}
.nav__toggle {
  appearance: none;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0;
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 32px;
}
@media (max-width: 767px) {
  .nav__toggle {
    display: grid;
  }
}
.nav__toggle span {
  display: block;
  height: 2px;
  background: currentColor;
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s;
}

.nav-mobile {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: #D1245B;
  color: #FBF4E4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  padding: clamp(1.25rem, 4vw, 3.5rem);
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.nav-mobile.is-open {
  transform: translateY(0);
}
.nav-mobile__mark {
  width: 3rem;
  height: 3rem;
  margin-bottom: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
}
.nav-mobile__link {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-size: clamp(2.6rem, 1.8rem + 3.4vw, 4.6rem);
  font-weight: 800;
}
.nav-mobile__lang {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
  font-weight: 700;
  margin-top: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
}

.btn {
  appearance: none;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  padding: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem) clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  border-radius: 999px;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  background: #F2A61B;
  color: #1B1330;
  border: 3px solid #F2A61B;
  transition: background 0.25s cubic-bezier(0.25, 1, 0.5, 1), color 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.25s;
}
.btn:hover {
  background: transparent;
  color: #F2A61B;
  transform: translateY(-3px) rotate(-2deg) scale(1.03);
  box-shadow: 0 12px 24px rgba(21, 15, 36, 0.25);
}
.btn--outline {
  background: transparent;
  color: currentColor;
  border-color: currentColor;
}
.btn--outline:hover {
  background: currentColor;
  color: #1B1330;
}
.btn--on-light {
  background: #1B1330;
  color: #FBF4E4;
  border-color: #1B1330;
}
.btn--on-light:hover {
  background: transparent;
  color: #1B1330;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem) clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  border-radius: 999px;
  border: 2.5px solid currentColor;
  font-weight: 800;
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
  transform: rotate(-2deg);
}
.tag:nth-child(even) {
  transform: rotate(2deg);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem);
  position: sticky;
  top: 0;
  z-index: 10;
  padding-block: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  background: linear-gradient(to bottom, #FBF4E4 70%, rgba(251, 244, 228, 0));
}
.filter-bar__btn {
  appearance: none;
  border: 0;
  background: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0;
  padding: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem) clamp(2rem, 1.6rem + 1.6vw, 3rem);
  border-radius: 999px;
  border: 2.5px solid #1B1330;
  font-weight: 800;
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  transition: background 0.25s, color 0.25s, transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.filter-bar__btn.is-active {
  background: #D1245B;
  border-color: #D1245B;
  color: #FBF4E4;
}
.filter-bar__btn:hover:not(.is-active) {
  transform: rotate(-2deg);
  background: rgba(27, 19, 48, 0.08);
}

.marquee-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  padding-block: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  margin-block: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  transform: rotate(var(--band-tilt, -1.2deg));
  position: relative;
  z-index: 3;
}
.marquee-band--turquoise {
  background: #1C9C8E;
  color: #1B1330;
  --band-tilt: -1.2deg;
}
.marquee-band--cochineal {
  background: #D1245B;
  color: #FBF4E4;
  --band-tilt: 1deg;
  margin-top: -clamp(2rem, 1.6rem + 1.6vw, 3rem);
}

.marquee {
  overflow: hidden;
}
.marquee__track {
  display: flex;
  width: max-content;
  gap: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  will-change: transform;
}
.marquee__item {
  display: flex;
  align-items: center;
  gap: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(1.9rem, 1.4rem + 2vw, 2.9rem);
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.marquee__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  flex-shrink: 0;
}

.spin-badge {
  --size: 116px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 479px) {
  .spin-badge {
    --size: 84px;
  }
}
.spin-badge__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: repeating-conic-gradient(currentColor 0deg 3deg, transparent 3deg 15deg);
  -webkit-mask: radial-gradient(circle, transparent 62%, #000 63%);
  mask: radial-gradient(circle, transparent 62%, #000 63%);
  color: #F2A61B;
  animation: spin-badge 10s linear infinite;
}
.spin-badge__center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
.spin-badge__mark {
  font-size: 1.4rem;
  color: #FBF4E4;
}
.spin-badge__label {
  margin-top: 0.3rem;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(251, 244, 228, 0.78);
}

@keyframes spin-badge {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .spin-badge__ring {
    animation: none;
  }
}
.project-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #2A2044;
  isolation: isolate;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-card__media {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.25, 1, 0.5, 1), filter 0.5s;
  filter: saturate(0.92);
}
.project-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  background: linear-gradient(to top, rgba(27, 19, 48, 0.92) 0%, rgba(27, 19, 48, 0) 60%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s cubic-bezier(0.25, 1, 0.5, 1), transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.project-card__title {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-weight: 800;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
  color: #FBF4E4;
  letter-spacing: -0.01em;
}
.project-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  color: rgba(251, 244, 228, 0.8);
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
  font-weight: 700;
}
.project-card__stamp {
  position: absolute;
  top: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  right: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.1;
  transform: rotate(12deg) scale(0.85);
  opacity: 0;
  transition: opacity 0.25s, transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  background: #F2A61B;
  color: #1B1330;
  box-shadow: 0 6px 18px rgba(21, 15, 36, 0.35);
}
.project-card:hover, .project-card:focus-visible {
  transform: rotate(var(--card-tilt, -1.5deg)) translateY(-6px) scale(1.015);
  box-shadow: 0 24px 48px rgba(21, 15, 36, 0.4);
  z-index: 2;
}
.project-card:hover .project-card__overlay, .project-card:focus-visible .project-card__overlay {
  opacity: 1;
  transform: translateY(0);
}
.project-card:hover .project-card__media img, .project-card:focus-visible .project-card__media img {
  transform: scale(1.14) rotate(-1deg);
  filter: saturate(1.15);
}
.project-card:hover .project-card__stamp, .project-card:focus-visible .project-card__stamp {
  opacity: 1;
  transform: rotate(12deg) scale(1);
}
.project-card:nth-child(4n+1) {
  --card-tilt: -3.5deg;
}
.project-card:nth-child(4n+2) {
  --card-tilt: 2.5deg;
}
.project-card:nth-child(4n+3) {
  --card-tilt: -1.5deg;
}
.project-card:nth-child(4n+4) {
  --card-tilt: 4deg;
}

.masonry {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem);
  padding-inline: clamp(1.25rem, 4vw, 3.5rem);
}
@media (min-width: 768px) {
  .masonry {
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  }
}
.masonry__item {
  grid-column: span 2;
  aspect-ratio: 4/5;
}
@media (min-width: 768px) {
  .masonry__item {
    grid-column: span 2;
  }
}
.masonry__item--big {
  grid-column: span 2;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .masonry__item--big {
    grid-column: span 3;
  }
}
.masonry__item--tall {
  aspect-ratio: 3/4;
}
@media (min-width: 768px) {
  .masonry__item--tall {
    grid-row: span 2;
    aspect-ratio: auto;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  max-width: 640px;
}
.form__field {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  position: relative;
}
.form__label {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  font-weight: 600;
}
.form__input, .form__textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(27, 19, 48, 0.3);
  padding-block: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem);
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
  font-family: "Archivo", "Segoe UI", sans-serif;
  color: #1B1330;
  transition: border-color 0.25s;
}
.form__input:focus, .form__textarea:focus {
  outline: none;
  border-color: #D1245B;
}
.form__textarea {
  resize: vertical;
  min-height: 8rem;
}
.form__submit {
  align-self: flex-start;
  margin-top: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
}

.site-footer {
  padding-block: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem) clamp(2rem, 1.6rem + 1.6vw, 3rem);
  border-top: 2px solid rgba(251, 244, 228, 0.15);
}
.site-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  margin-bottom: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}
.site-footer__brand {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  max-width: 35ch;
}
.site-footer__mark {
  flex-shrink: 0;
}
.site-footer__heading {
  font-size: clamp(1.9rem, 1.4rem + 2vw, 2.9rem);
  max-width: 30ch;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
}
.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
  color: rgba(251, 244, 228, 0.62);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(5rem, 3.6rem + 5.6vw, 9rem);
  padding-bottom: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  overflow: hidden;
}
.hero__shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.hero__shape {
  position: absolute;
  opacity: 0.95;
}
.hero__content {
  position: relative;
  z-index: 1;
}
.hero__top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  flex-wrap: wrap;
}
.hero__eyebrow {
  display: block;
  color: #F2A61B;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
  font-weight: 700;
  max-width: 22ch;
}
.hero__heading .line {
  display: block;
  overflow: hidden;
}
.hero__heading .line span {
  display: block;
  transform: translateY(110%);
}
.hero__heading .line:nth-child(1) span {
  color: #F2A61B;
}
.hero__heading .line:nth-child(2) span {
  color: #1C9C8E;
  -webkit-text-stroke: 2px #FBF4E4;
}
.hero__sub {
  margin-top: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  color: rgba(251, 244, 228, 0.82);
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.55rem);
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  margin-top: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  flex-wrap: wrap;
}
.hero__scroll-cue {
  position: absolute;
  bottom: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  left: clamp(1.25rem, 4vw, 3.5rem);
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
  font-weight: 700;
  color: rgba(251, 244, 228, 0.78);
}
.hero__scroll-cue::before {
  content: "";
  width: 1px;
  height: 34px;
  background: currentColor;
  display: block;
}

.featured-work {
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
  padding-block: clamp(5rem, 3.6rem + 5.6vw, 9rem);
  overflow: hidden;
}
.featured-work__heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  margin-bottom: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}

.services {
  background: #1B1330;
  color: #FBF4E4;
}
.services__list {
  display: grid;
  gap: 0;
  border-top: 2px solid rgba(251, 244, 228, 0.2);
}
.services__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  padding-block: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  border-bottom: 2px solid rgba(251, 244, 228, 0.2);
  transition: padding-left 0.25s cubic-bezier(0.25, 1, 0.5, 1), background 0.25s;
}
@media (min-width: 768px) {
  .services__item {
    grid-template-columns: 0.6fr 1fr;
    align-items: baseline;
  }
}
.services__item:hover {
  padding-left: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  background: rgba(242, 166, 27, 0.08);
}
.services__item:nth-child(odd):hover .services__name {
  color: #F2A61B;
}
.services__item:nth-child(even):hover .services__name {
  color: #1C9C8E;
}
.services__name {
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 1.4rem + 2vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: color 0.25s;
}
.services__detail {
  color: rgba(251, 244, 228, 0.78);
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.15rem);
}

.about-teaser {
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
}
.about-teaser__grid {
  display: grid;
  gap: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  grid-template-columns: repeat(2, 1fr);
}
.about-teaser__img {
  border-radius: 14px;
  overflow: hidden;
}
.about-teaser__img--offset {
  margin-top: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}

.cta-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
  padding-block: clamp(7rem, 5rem + 8vw, 13rem);
  background: #D1245B;
  color: #FBF4E4;
  position: relative;
  overflow: hidden;
}
.cta-band__heading {
  max-width: 20ch;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.cta-band__sub {
  margin: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem) auto clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  color: rgba(251, 244, 228, 0.85);
  position: relative;
  z-index: 1;
}

.work-page {
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
  min-height: 100vh;
  padding-top: clamp(7rem, 5rem + 8vw, 13rem);
}

.work-header {
  padding-bottom: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}
.work-header__heading {
  max-width: 16ch;
}

.about-page {
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
  padding-top: clamp(7rem, 5rem + 8vw, 13rem);
  padding-bottom: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}

.about-values,
.about-team {
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
  padding-block: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
}

.values-grid {
  display: grid;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}
@media (min-width: 768px) {
  .values-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.values-grid__item {
  padding: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  border: 2.5px solid #1B1330;
  border-radius: 14px;
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1), background 0.25s;
}
.values-grid__item:nth-child(1) {
  --tilt: -3.5deg;
}
.values-grid__item:nth-child(2) {
  --tilt: 2.5deg;
}
.values-grid__item:nth-child(3) {
  --tilt: -1.5deg;
}
.values-grid__item:hover {
  transform: rotate(var(--tilt, -2deg)) translateY(-4px);
  background: #F2A61B;
}

.team-grid {
  display: grid;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-grid__photo {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4/5;
  margin-bottom: clamp(0.5rem, 0.46rem + 0.2vw, 0.65rem);
  transition: transform 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}
.team-grid > div:nth-child(3n+1) .team-grid__photo {
  transform: rotate(-3.5deg);
}
.team-grid > div:nth-child(3n+2) .team-grid__photo {
  transform: rotate(2.5deg);
}
.team-grid > div:nth-child(3n+3) .team-grid__photo {
  transform: rotate(4deg);
}
.team-grid > div:hover .team-grid__photo {
  transform: rotate(0deg) scale(1.03);
}
.team-grid__name {
  font-weight: 700;
  font-family: "Bricolage Grotesque", "Segoe UI", sans-serif;
}
.team-grid__role {
  font-size: clamp(0.85rem, 0.8rem + 0.25vw, 0.95rem);
  color: rgba(27, 19, 48, 0.7);
}

.values-grid__detail {
  color: rgba(27, 19, 48, 0.7);
}

.contact-page {
  padding-top: clamp(7rem, 5rem + 8vw, 13rem);
  padding-bottom: clamp(7rem, 5rem + 8vw, 13rem);
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
}

.contact-meta {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}
.contact-meta__block {
  padding-top: clamp(1.2rem, 1.05rem + 0.6vw, 1.6rem);
  border-top: 1.5px solid rgba(27, 19, 48, 0.18);
}
.contact-meta__label {
  color: rgba(27, 19, 48, 0.7);
  font-weight: 700;
}

.project-hero {
  padding-top: clamp(7rem, 5rem + 8vw, 13rem);
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
}
.project-hero__media {
  margin-top: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  border-radius: 14px;
  overflow: hidden;
  max-height: 78vh;
}
.project-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  padding-block: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  border-top: 1.5px solid rgba(27, 19, 48, 0.15);
  border-bottom: 1.5px solid rgba(27, 19, 48, 0.15);
  margin-block: clamp(2rem, 1.6rem + 1.6vw, 3rem);
}
@media (min-width: 768px) {
  .project-meta {
    grid-template-columns: repeat(4, 1fr);
  }
}
.project-meta__label {
  font-size: clamp(0.72rem, 0.68rem + 0.2vw, 0.8rem);
  color: rgba(27, 19, 48, 0.7);
  margin-bottom: clamp(0.3rem, 0.28rem + 0.1vw, 0.4rem);
}
.project-meta__value {
  font-weight: 600;
}

.project-gallery {
  display: grid;
  gap: clamp(2rem, 1.6rem + 1.6vw, 3rem);
  background: #FBF4E4;
  color: rgba(27, 19, 48, 0.86);
  padding-top: clamp(3.2rem, 2.4rem + 3.2vw, 5.5rem);
  padding-bottom: clamp(5rem, 3.6rem + 5.6vw, 9rem);
}
.project-gallery__img {
  border-radius: 14px;
  overflow: hidden;
}

.project-next {
  padding-block: clamp(7rem, 5rem + 8vw, 13rem);
  text-align: center;
  background: #1B1330;
  color: #FBF4E4;
}
.project-next__label {
  color: rgba(251, 244, 228, 0.78);
  margin-bottom: clamp(0.85rem, 0.78rem + 0.3vw, 1.05rem);
}