:root {
  --terracotta: #c1442e;
  --marigold: #f4a300;
  --cobalt: #1c2c54;
  --green: #1f7a63;
  --coral: #ff6b5e;
  --black: #0a0a0a;
  --cream: #f5e9da;
  --white: #fffdf8;
  --shadow: rgba(0, 0, 0, 0.28);
  --line: rgba(255, 255, 255, 0.14);
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.15);
  --current-accent: var(--marigold);
  --page-gutter: clamp(16px, 2vw, 28px);
  --card-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scroll-padding-top: var(--header-offset, 72px);
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 10%, rgba(244, 163, 0, 0.14), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(255, 107, 94, 0.16), transparent 22%),
    radial-gradient(circle at 70% 82%, rgba(31, 122, 99, 0.15), transparent 28%),
    linear-gradient(180deg, #0b0b0b, #060606 55%, #090909);
  color: var(--white);
  font-family: 'Inter', system-ui, sans-serif;
  overflow-x: hidden;
  accent-color: var(--current-accent);
}

body[data-accent='terracotta'] {
  --current-accent: var(--terracotta);
}

body[data-accent='marigold'],
body[data-accent='gold'] {
  --current-accent: var(--marigold);
}

body[data-accent='cobalt'] {
  --current-accent: var(--cobalt);
}

body[data-accent='green'] {
  --current-accent: var(--green);
}

body[data-accent='coral'] {
  --current-accent: var(--coral);
}

body[data-accent='cream'] {
  --current-accent: var(--cream);
}

body.lightbox-open {
  overflow: hidden;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

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

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

figure {
  margin: 0;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.page-chrome {
  pointer-events: none;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 18;
  pointer-events: none;
  opacity: 0.2;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.7px, transparent 0.7px);
  background-size: 8px 8px;
  mix-blend-mode: soft-light;
}

.flash {
  position: fixed;
  inset: 0;
  z-index: 25;
  pointer-events: none;
  background: white;
  opacity: 0;
  transition: opacity 180ms ease;
}

.flash.active {
  opacity: 0.05;
}

.progress-rail {
  position: fixed;
  top: 0;
  right: 10px;
  bottom: 0;
  z-index: 40;
  width: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.progress-bar {
  display: block;
  width: 100%;
  height: 14%;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--current-accent), rgba(255, 255, 255, 0.8));
}

.book-now-fab {
  position: fixed;
  right: var(--page-gutter);
  bottom: 24px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(10, 10, 10, 0.72);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
  transform: translateY(0);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
  animation: book-now-float 3.8s ease-in-out infinite;
}

.book-now-fab::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  border: 1px solid rgba(244, 163, 0, 0.28);
  opacity: 0;
  transform: scale(0.88);
  animation: book-now-ring 2.8s ease-out infinite;
  pointer-events: none;
}

.book-now-fab:hover,
.book-now-fab:focus-visible {
  background: rgba(24, 24, 24, 0.92);
  border-color: rgba(244, 163, 0, 0.45);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.36);
  transform: translateY(-4px) scale(1.01);
  outline: none;
  animation-play-state: paused;
}

.book-now-fab:hover::before,
.book-now-fab:focus-visible::before {
  opacity: 1;
}

.book-now-fab__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--marigold);
  color: var(--black);
  flex: 0 0 auto;
}

.book-now-fab__icon svg {
  width: 18px;
  height: 18px;
}

.book-now-fab__text {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chat-widget {
  position: fixed;
  left: var(--page-gutter);
  bottom: 24px;
  z-index: 60;
}

.chat-widget__launcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244, 163, 0, 0.18);
  background:
    linear-gradient(180deg, rgba(245, 233, 218, 0.1), rgba(244, 163, 0, 0.08)),
    rgba(10, 10, 10, 0.84);
  color: var(--white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
  transform: translateY(0);
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
  animation: chat-launcher-float 4s ease-in-out infinite;
}

.chat-widget__launcher::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  border: 1px solid rgba(244, 163, 0, 0.24);
  opacity: 0;
  transform: scale(0.9);
  animation: chat-launcher-ring 3s ease-out infinite;
  pointer-events: none;
}

.chat-widget__launcher:hover,
.chat-widget__launcher:focus-visible {
  background:
    linear-gradient(180deg, rgba(245, 233, 218, 0.16), rgba(244, 163, 0, 0.14)),
    rgba(24, 24, 24, 0.94);
  border-color: rgba(244, 163, 0, 0.42);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.38);
  transform: translateY(-4px) scale(1.01);
  outline: none;
  animation-play-state: paused;
}

.chat-widget__launcher:hover::before,
.chat-widget__launcher:focus-visible::before {
  opacity: 1;
}

.chat-widget__icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--marigold);
  color: var(--black);
  flex: 0 0 auto;
}

.chat-widget__icon svg {
  width: 18px;
  height: 18px;
}

.chat-widget__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  line-height: 1;
}

.chat-widget__copy strong {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.chat-widget__copy span {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.66);
  white-space: nowrap;
}

.chat-widget__panel {
  position: fixed;
  left: var(--page-gutter);
  bottom: 92px;
  z-index: 61;
  width: min(92vw, 390px);
  max-height: min(74vh, 680px);
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(244, 163, 0, 0.16);
  background:
    radial-gradient(circle at top left, rgba(244, 163, 0, 0.12), transparent 30%),
    radial-gradient(circle at bottom right, rgba(193, 68, 46, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.98), rgba(8, 8, 8, 0.96));
  color: var(--white);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.chat-widget.is-open .chat-widget__panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.chat-widget__panel[hidden] {
  display: none;
}

.chat-widget__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.chat-widget__brand {
  display: grid;
  gap: 4px;
}

.chat-widget__brand p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(244, 163, 0, 0.68);
}

.chat-widget__brand h2 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  line-height: 0.9;
  font-weight: 600;
}

.chat-widget__close {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.chat-widget__close:hover,
.chat-widget__close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 163, 0, 0.35);
  background: rgba(244, 163, 0, 0.12);
  outline: none;
}

.chat-widget__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.66);
}

.chat-widget__status span:last-child {
  color: rgba(244, 163, 0, 0.82);
}

.chat-widget__intake,
.chat-widget__conversation {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.chat-widget__lede {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.chat-widget__sublede {
  margin: -8px 0 0;
  font-size: 12px;
  line-height: 1.65;
  color: rgba(255, 253, 248, 0.62);
}

.chat-widget__intake-form,
.chat-widget__composer {
  display: grid;
  gap: 14px;
}

.chat-widget__field {
  display: grid;
  gap: 8px;
}

.chat-widget__field span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(244, 163, 0, 0.74);
}

.chat-widget__field input,
.chat-widget__input {
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  outline: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.chat-widget__field input {
  padding: 13px 14px;
  font-size: 14px;
}

.chat-widget__input {
  min-height: 92px;
  resize: vertical;
  padding: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.chat-widget__field input::placeholder,
.chat-widget__input::placeholder {
  color: rgba(255, 253, 248, 0.34);
}

.chat-widget__field input:focus,
.chat-widget__input:focus {
  border-color: rgba(244, 163, 0, 0.35);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 3px rgba(244, 163, 0, 0.14);
}

.chat-widget__error {
  margin: 0;
  min-height: 1.2em;
  font-size: 12px;
  line-height: 1.5;
  color: #ffb5aa;
}

.chat-widget__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.chat-widget__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(244, 163, 0, 0.4);
  background: linear-gradient(135deg, rgba(244, 163, 0, 0.98), rgba(209, 127, 37, 0.98));
  color: var(--black);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease;
}

.chat-widget__button:hover,
.chat-widget__button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(244, 163, 0, 0.62);
  box-shadow: 0 14px 30px rgba(244, 163, 0, 0.18);
  outline: none;
}

.chat-widget__button--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.chat-widget__conversation {
  min-height: 0;
}

.chat-widget__log {
  display: grid;
  gap: 12px;
  max-height: 38vh;
  overflow-y: auto;
  padding-right: 2px;
}

.chat-widget__message {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.chat-widget__message--user {
  margin-left: auto;
  background: linear-gradient(135deg, rgba(244, 163, 0, 0.98), rgba(209, 127, 37, 0.96));
  color: var(--black);
  border-color: rgba(244, 163, 0, 0.16);
}

.chat-widget__message-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.58);
}

.chat-widget__message--user .chat-widget__message-meta {
  color: rgba(10, 10, 10, 0.68);
}

.chat-widget__message-copy {
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-wrap;
}

.chat-widget__message-copy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.chat-widget__message-copy--typing {
  letter-spacing: 0.28em;
}

.chat-widget__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 253, 248, 0.8);
  cursor: pointer;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.chat-widget__toggle:hover,
.chat-widget__toggle:focus-visible {
  border-color: rgba(244, 163, 0, 0.32);
  background: rgba(244, 163, 0, 0.08);
  color: var(--white);
  outline: none;
}

.chat-widget__suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.chat-widget__suggestion {
  flex: 1 1 140px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 253, 248, 0.82);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

.chat-widget__suggestion:hover,
.chat-widget__suggestion:focus-visible {
  border-color: rgba(244, 163, 0, 0.32);
  background: rgba(244, 163, 0, 0.08);
  color: var(--white);
  transform: translateY(-1px);
  outline: none;
}

.chat-widget__composer-footer {
  display: grid;
  gap: 12px;
}

@keyframes chat-launcher-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes chat-launcher-ring {
  0% {
    opacity: 0.24;
    transform: scale(0.9);
  }
  70% {
    opacity: 0;
    transform: scale(1.18);
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.book-now-pointer {
  position: fixed;
  right: calc(var(--page-gutter) + 74px);
  bottom: 72px;
  z-index: 49;
  width: 126px;
  height: 92px;
  color: var(--marigold);
  pointer-events: none;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.18));
  animation: book-now-pointer-float 2.8s ease-in-out infinite;
}

.book-now-pointer svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.book-now-pointer__path {
  fill: none;
  stroke: currentColor;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  animation: book-now-pointer-draw 2.8s ease-in-out infinite;
}

.book-now-pointer__head {
  fill: currentColor;
  opacity: 0;
  transform-origin: 0 0;
  animation: book-now-pointer-head 2.8s ease-in-out infinite;
}

@keyframes book-now-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes book-now-ring {
  0% {
    opacity: 0.24;
    transform: scale(0.88);
  }
  70% {
    opacity: 0;
    transform: scale(1.16);
  }
  100% {
    opacity: 0;
    transform: scale(1.16);
  }
}

@keyframes book-now-pointer-float {
  0%, 100% {
    transform: translate(0, 0) rotate(8deg);
  }
  50% {
    transform: translate(-6px, -7px) rotate(8deg);
  }
}

@keyframes book-now-pointer-draw {
  0% {
    stroke-dashoffset: 220;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  70% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.92;
  }
}

@keyframes book-now-pointer-head {
  0%, 10% {
    opacity: 0;
    transform: translate(0, 0) rotate(-20deg) scale(0.92);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(-20deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(-20deg) scale(1);
  }
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1.2fr;
  align-items: center;
  gap: 18px;
  padding: 16px var(--page-gutter);
  backdrop-filter: blur(18px);
  background: rgba(10, 10, 10, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand-lockup {
  display: grid;
  gap: 2px;
}

.brand,
.brand-sub,
.scene-indicator,
.scene-nav {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 11px;
}

.brand {
  font-weight: 800;
}

.brand-sub {
  color: rgba(255, 255, 255, 0.68);
}

.scene-indicator {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 92px;
  color: rgba(255, 255, 255, 0.84);
}

.scene-title {
  color: var(--current-accent);
}

.scene-nav {
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.scene-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 9px;
  color: rgba(255, 255, 255, 0.74);
  opacity: 0;
  transform: translateY(-8px);
  animation: nav-link-enter 620ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  transition:
    color 180ms ease,
    transform 180ms ease;
}

.scene-nav a:nth-child(1) { animation-delay: 80ms; }
.scene-nav a:nth-child(2) { animation-delay: 125ms; }
.scene-nav a:nth-child(3) { animation-delay: 170ms; }
.scene-nav a:nth-child(4) { animation-delay: 215ms; }
.scene-nav a:nth-child(5) { animation-delay: 260ms; }
.scene-nav a:nth-child(6) { animation-delay: 305ms; }
.scene-nav a:nth-child(7) { animation-delay: 350ms; }
.scene-nav a:nth-child(8) { animation-delay: 395ms; }
.scene-nav a:nth-child(9) { animation-delay: 440ms; }

.scene-nav a::before {
  content: '';
  position: absolute;
  inset: 0;
  border-top: 1px solid var(--current-accent);
  border-bottom: 1px solid var(--current-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.scene-nav a:hover,
.scene-nav a:focus-visible,
.scene-nav a[aria-current='true'] {
  color: var(--white);
  transform: translateY(0);
  outline: none;
}

.scene-nav a:hover::before,
.scene-nav a:focus-visible::before,
.scene-nav a[aria-current='true']::before {
  transform: scaleX(1);
  box-shadow: 0 0 18px rgba(244, 163, 0, 0.16);
}

.scene-nav a::after {
  content: '';
  position: absolute;
  inset: 0;
  border-left: 1px solid var(--current-accent);
  border-right: 1px solid var(--current-accent);
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 260ms ease 120ms;
}

.scene-nav a:hover::after,
.scene-nav a:focus-visible::after,
.scene-nav a[aria-current='true']::after {
  transform: scaleY(1);
}

@keyframes nav-link-enter {
  0% {
    opacity: 0;
    transform: translateY(-8px) rotateX(16deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

main {
  position: relative;
}

.panel {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: clip;
  scroll-snap-align: start;
  isolation: isolate;
}

.panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.12), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 20%),
    radial-gradient(circle at 64% 82%, rgba(255, 255, 255, 0.08), transparent 20%);
}

.panel::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(340deg, rgba(0, 0, 0, 0.18), transparent 34%);
  mix-blend-mode: soft-light;
}

.panel-inner {
  width: min(1320px, calc(100vw - 2 * var(--page-gutter)));
  margin: 0 auto;
  padding: 110px 0 48px;
  position: relative;
  z-index: 2;
}

.dark {
  color: var(--white);
}

.cream {
  background: var(--cream);
  color: var(--black);
}

.terracotta {
  background: var(--terracotta);
}

.cobalt {
  background:
    radial-gradient(circle at 18% 20%, rgba(244, 163, 0, 0.2), transparent 26%),
    linear-gradient(135deg, #132042 0%, var(--cobalt) 60%, #121d3a 100%);
}

.green {
  background:
    radial-gradient(circle at 82% 18%, rgba(245, 233, 218, 0.2), transparent 22%),
    linear-gradient(135deg, #0f4d3f 0%, var(--green) 60%, #0d5f4d 100%);
}

.coral {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #ff7d64 0%, var(--coral) 60%, #f85f53 100%);
  color: var(--black);
}

.black {
  background: var(--black);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(244, 163, 0, 0.18), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 107, 94, 0.18), transparent 20%),
    linear-gradient(180deg, #090909 0%, #050505 100%);
}

.hero-bg-stack,
.hero-bg-video,
.hero-bg-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg-stack {
  z-index: 0;
  overflow: hidden;
}

.hero-bg-video {
  z-index: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter: saturate(1.08) contrast(1.06) brightness(0.82);
  transition: opacity 480ms ease;
}

.hero-bg-video.is-active {
  opacity: 0.82;
}

.hero-bg-overlay {
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.68) 0%, rgba(10, 10, 10, 0.24) 42%, rgba(10, 10, 10, 0.5) 100%),
    radial-gradient(circle at 18% 22%, rgba(244, 163, 0, 0.1), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(255, 107, 94, 0.09), transparent 20%);
}

.hero-layout,
.manifesto-layout,
.gallery-layout,
.motion-layout,
.colombia-layout,
.services-layout,
.project-layout,
.cta-layout {
  min-height: calc(100svh - 158px);
}

.hero-layout,
.manifesto-layout,
.motion-layout,
.colombia-layout,
.services-layout,
.project-layout,
.cta-layout {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.hero-layout {
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
}

.hero-copy {
  padding-top: clamp(4px, 1.2vh, 18px);
  padding-bottom: clamp(18px, 4vh, 56px);
  width: 100%;
  max-width: none;
  text-align: center;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.display,
.statement,
.section-title {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  text-wrap: balance;
  line-height: 0.88;
}

.display {
  font-size: clamp(3rem, 7.1vw, 6.5rem);
}

.hero-display {
  display: grid;
  gap: 0.03em;
  font-size: clamp(6rem, 16vw, 13.5rem);
  justify-items: center;
}

.hero-display__line {
  display: block;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.hero-display__line--accent {
  color: var(--current-accent);
}

.split-reveal.in-view .hero-display__line {
  opacity: 1;
  transform: translateY(0);
}

.split-reveal.in-view .hero-display__line:nth-child(1) {
  transition-delay: 90ms;
}

.split-reveal.in-view .hero-display__line:nth-child(2) {
  transition-delay: 170ms;
}

.split-reveal.in-view .hero-display__line:nth-child(3) {
  transition-delay: 250ms;
}

.split-reveal.in-view .hero-display__line:nth-child(4) {
  transition-delay: 330ms;
}

.display.small {
  max-width: 9ch;
  font-size: clamp(3rem, 8vw, 6.8rem);
}

.lede {
  max-width: 32rem;
  margin: 18px 0 0;
  font-size: clamp(0.96rem, 1.6vw, 1.18rem);
  line-height: 1.55;
}

.lede.narrow {
  max-width: 30rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.hero-highlight {
  color: var(--current-accent);
}

.hero-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: var(--card-shadow);
  transform: rotate(1deg);
}

.hero-frame video,
.hero-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-frame video {
  opacity: 0;
  z-index: 1;
  object-position: center center;
  object-fit: cover;
}

.hero-frame img {
  z-index: 0;
  opacity: 1;
  object-fit: contain;
  background: radial-gradient(circle at 50% 50%, rgba(244, 163, 0, 0.1), rgba(8, 10, 24, 0.92));
}

.hero-frame__glow {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 68% 18%, rgba(255, 255, 255, 0.22), transparent 18%),
    radial-gradient(circle at 22% 84%, rgba(255, 107, 94, 0.16), transparent 22%),
    linear-gradient(160deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.44));
}

.hero-note,
.hero-card {
  position: absolute;
  z-index: 3;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.28);
}

.hero-note {
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-card {
  top: 18px;
  right: 18px;
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 24px;
}

.hero-card span {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  left: var(--page-gutter);
  bottom: 18px;
  z-index: 2;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.hero-logo-row {
  position: absolute;
  left: var(--page-gutter);
  right: var(--page-gutter);
  bottom: clamp(42px, 7vh, 92px);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.4vw, 54px);
  width: min(1120px, calc(100% - (var(--page-gutter) * 2)));
  margin-inline: auto;
  pointer-events: none;
  flex-wrap: nowrap;
}

.hero-logo-row img {
  height: clamp(82px, 8.4vw, 136px);
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.55)) brightness(1.18) contrast(1.08) saturate(1.04);
  opacity: 1;
}

.manifesto-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.manifesto-copy-block {
  display: grid;
  gap: 10px;
}

.statement {
  max-width: 9ch;
  font-size: clamp(3rem, 8vw, 7rem);
}

.statement.alt {
  --manifesto-indent: 8vw;
}

.manifesto-type {
  display: block;
  transform-origin: left center;
  will-change: transform, filter, opacity;
  opacity: 0.96;
  filter: blur(0.2px);
  transform: translateX(var(--manifesto-indent, 0)) translateY(10px);
  transition:
    opacity 1200ms ease,
    transform 1200ms ease,
    filter 1200ms ease;
}

.manifesto-type.in-view {
  opacity: 1;
  filter: blur(0);
  transform: translateX(var(--manifesto-indent, 0)) translateY(0);
}

.statement.alt.manifesto-type {
  transition-delay: 120ms;
}

.slash-word {
  position: relative;
  display: inline-block;
  padding-inline: 0.04em;
}

.slash-word::after {
  content: '';
  position: absolute;
  left: -4%;
  top: 53%;
  width: 108%;
  height: 0.14em;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(193, 65, 46, 0.85) 45%, rgba(255, 107, 94, 0.95) 50%, rgba(193, 65, 46, 0.85) 55%, transparent 100%);
  box-shadow: 0 0 18px rgba(255, 107, 94, 0.32);
  transform: translateY(-50%) rotate(-16deg) scaleX(0.15);
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
}

.manifesto-type.in-view .slash-word::after {
  animation: slash-pass 1.9s ease-in-out infinite;
}

.slash-word-trends::after {
  animation-delay: 260ms;
}

@keyframes slash-pass {
  0% {
    opacity: 0;
    transform: translateY(-50%) rotate(-16deg) scaleX(0.15);
  }
  18% {
    opacity: 1;
  }
  45% {
    opacity: 1;
    transform: translateY(-50%) rotate(-16deg) scaleX(1);
  }
  72% {
    opacity: 0.95;
    transform: translateY(-50%) rotate(-16deg) scaleX(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) rotate(-16deg) scaleX(0.15);
  }
}

.manifesto-copy {
  max-width: 34rem;
  margin: 12px 0 0;
  font-size: 1.08rem;
  line-height: 1.7;
}

.manifesto-art {
  justify-self: end;
  width: min(100%, 520px);
  display: grid;
  gap: 12px;
}

.manifesto-art__image {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 28px;
  --manifesto-clip: inset(0 0 0 0 round 28px);
}

.manifesto-art__image::before,
.manifesto-art__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 28px;
}

.manifesto-art__image::before {
  border: 1px solid rgba(221, 164, 39, 0.9);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.manifesto-art__image::after {
  background: linear-gradient(105deg, transparent 0 38%, rgba(255, 225, 166, 0.28) 48%, transparent 58% 100%);
  opacity: 0;
  transform: translateX(-120%);
}

.manifesto-art.in-view .manifesto-art__image {
  animation: manifesto-image-settle 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.manifesto-art.in-view .manifesto-art__image::before,
.manifesto-art:hover .manifesto-art__image::before,
.manifesto-art:focus-within .manifesto-art__image::before {
  transform: scaleX(1);
}

.manifesto-art.in-view .manifesto-art__image::after {
  animation: manifesto-image-glint 1050ms ease 360ms both;
}

.manifesto-art img,
.project-image,
.collage-card img {
  border-radius: 28px;
  box-shadow: var(--card-shadow);
}

.manifesto-art__image img {
  display: block;
  width: 100%;
  clip-path: var(--manifesto-clip);
  transform: scale(1.045);
  box-shadow: 0 18px 40px rgba(6, 10, 20, 0.22);
  transition: transform 1200ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 1200ms ease;
}

.manifesto-art.in-view .manifesto-art__image img {
  transform: scale(1);
  filter: saturate(1.08) contrast(1.03);
}

.manifesto-art:hover .manifesto-art__image img {
  transform: scale(1.025);
}

@keyframes manifesto-image-settle {
  from {
    clip-path: inset(12% 9% 12% 9% round 28px);
    transform: translateY(34px) rotate(-1.5deg) scale(0.98);
  }

  to {
    clip-path: var(--manifesto-clip);
    transform: translateY(0) rotate(0deg) scale(1);
  }
}

@keyframes manifesto-image-glint {
  0% {
    opacity: 0;
    transform: translateX(-120%);
  }

  24%,
  62% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(120%);
  }
}

.caption,
.contact-meta,
.project-image-wrap figcaption {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.caption,
.project-image-wrap figcaption {
  color: rgba(0, 0, 0, 0.74);
}

.section-title {
  max-width: 11ch;
  font-size: clamp(2.3rem, 5vw, 5.4rem);
}

#branding .branding-headline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.06em 0.18em;
  align-items: baseline;
  transform-origin: left center;
}

#branding .branding-word {
  display: inline-block;
  position: relative;
}

#branding .branding-word--brands,
#branding .branding-word--personal,
#branding .branding-word--alive {
  color: #7a2f12;
  text-shadow:
    0 0 0 rgba(255, 201, 102, 0),
    0 0 0 rgba(214, 79, 0, 0);
  animation:
    branding-fire-pop 1.3s cubic-bezier(0.16, 1, 0.3, 1) infinite,
    branding-fire-flicker 0.22s steps(2, end) infinite;
}

#branding .branding-word--brands {
  animation-delay: 0s, 0s;
}

#branding .branding-word--personal {
  animation-delay: 0.42s, 0.08s;
}

#branding .branding-word--alive {
  animation-delay: 0.84s, 0.14s;
}

@keyframes branding-fire-pop {
  0%,
  22%,
  100% {
    transform: translateY(0) scale(1);
    color: #7a2f12;
    text-shadow:
      0 0 0 rgba(255, 201, 102, 0),
      0 0 0 rgba(214, 79, 0, 0);
    filter: none;
  }

  28% {
    transform: translateY(-4px) scale(1.06);
    color: #f9c15d;
    text-shadow:
      0 0 10px rgba(255, 214, 112, 0.7),
      0 0 26px rgba(230, 92, 6, 0.45),
      0 0 48px rgba(255, 150, 0, 0.16);
    filter: saturate(1.3);
  }

  48% {
    transform: translateY(0) scale(1);
    color: #d15a1d;
    text-shadow:
      0 0 6px rgba(255, 214, 112, 0.34),
      0 0 18px rgba(230, 92, 6, 0.28);
  }

  60% {
    transform: translateY(-1px) scale(1.02);
    color: #a64516;
    text-shadow:
      0 0 4px rgba(255, 214, 112, 0.18),
      0 0 14px rgba(230, 92, 6, 0.2);
  }
}

@keyframes branding-fire-flicker {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.94;
  }
}

@keyframes events-title-sweep {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes events-photo-electric-glow {
  0%,
  100% {
    box-shadow:
      var(--card-shadow),
      0 0 0 1px rgba(255, 220, 128, 0.28),
      0 0 12px rgba(244, 163, 0, 0.2),
      0 0 24px rgba(68, 148, 255, 0.16);
  }

  50% {
    box-shadow:
      var(--card-shadow),
      0 0 0 1px rgba(255, 225, 143, 0.72),
      0 0 18px rgba(244, 163, 0, 0.5),
      0 0 38px rgba(82, 166, 255, 0.42),
      0 0 60px rgba(82, 166, 255, 0.22);
  }
}

.headshots-fade {
  display: block;
  color: inherit;
  animation: headshots-fade 4.4s ease-in-out infinite;
}

.headshots-fade--first {
  animation-delay: 0s;
}

.headshots-fade--second {
  animation-delay: 1.2s;
}

@keyframes headshots-fade {
  0%,
  100% {
    opacity: 0;
    transform: translateY(0);
  }

  14% {
    opacity: 1;
    transform: translateY(0);
  }

  44% {
    opacity: 1;
    transform: translateY(0);
  }

  58% {
    opacity: 0;
    transform: translateY(2px);
  }
}

.photo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  min-height: calc(100svh - 158px);
}

.photo-copy {
  display: grid;
  gap: 18px;
  align-content: center;
  max-width: 28rem;
}

.photo-title {
  display: grid;
  gap: 0.04em;
  max-width: none;
  font-size: clamp(3rem, 6.7vw, 6.4rem);
  letter-spacing: -0.05em;
}

.photo-title span {
  display: block;
}

.photo-intro {
  max-width: 26rem;
  margin: 0;
  font-size: clamp(1rem, 1.75vw, 1.2rem);
  line-height: 1.6;
  color: rgba(255, 245, 233, 0.92);
}

.photo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.photo-tags span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 245, 233, 0.24);
  background: rgba(255, 245, 233, 0.08);
  backdrop-filter: blur(10px);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.photo-showcase {
  position: relative;
  min-height: 74svh;
  isolation: isolate;
}

.photo-showcase::before {
  content: '';
  position: absolute;
  inset: 10% 8% 6% 12%;
  border-radius: 40px;
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.2), transparent 20%),
    radial-gradient(circle at 72% 22%, rgba(255, 196, 132, 0.26), transparent 24%),
    radial-gradient(circle at 50% 74%, rgba(255, 140, 102, 0.18), transparent 30%);
  filter: blur(24px);
  opacity: 0.8;
  z-index: 0;
}

.photo-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 245, 233, 0.18);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: var(--card-shadow);
  z-index: 1;
}

.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.photo-card--chair {
  left: 0;
  top: 10%;
  width: 34%;
  height: 44%;
  transform: rotate(-2deg);
}

.photo-card--power {
  left: 24%;
  top: 0;
  width: 40%;
  height: 76%;
  transform: rotate(1deg);
  z-index: 2;
}

.photo-card--profile {
  right: 0;
  bottom: 6%;
  width: 34%;
  height: 50%;
  transform: rotate(2deg);
}

.photo-card--chair::after,
.photo-card--power::after,
.photo-card--profile::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.38), transparent 34%);
}

.motion-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
}

.motion-copy {
  max-width: 29rem;
}

.motion-title {
  max-width: 9ch;
  font-size: clamp(2.6rem, 5.8vw, 6rem);
  letter-spacing: -0.05em;
}

.motion-gallery {
  position: relative;
  min-height: 66svh;
  isolation: isolate;
}

.motion-gallery::before {
  content: '';
  position: absolute;
  inset: 8% 4% 4% 10%;
  border-radius: 42px;
  background:
    radial-gradient(circle at 24% 24%, rgba(244, 163, 0, 0.22), transparent 22%),
    radial-gradient(circle at 74% 18%, rgba(255, 107, 94, 0.16), transparent 24%),
    radial-gradient(circle at 52% 72%, rgba(255, 255, 255, 0.08), transparent 30%);
  filter: blur(30px);
  opacity: 0.8;
  z-index: 0;
}

.motion-card {
  position: absolute;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--card-shadow);
  z-index: 1;
}

.motion-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.motion-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.motion-card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent 34%);
}

.website-card {
  color: var(--cream);
  text-decoration: none;
  display: flex;
  align-items: end;
  padding: 24px;
  cursor: pointer;
  background:
    radial-gradient(circle at top right, rgba(244, 163, 0, 0.14), transparent 26%),
    linear-gradient(155deg, rgba(10, 12, 18, 0.96), rgba(24, 24, 30, 0.9));
  box-shadow: 0 24px 60px rgba(6, 8, 18, 0.34);
}

.website-card--studio,
.website-card--models,
.website-card--boudoir,
.website-card--nova {
  width: auto;
  height: auto;
  aspect-ratio: 4 / 3;
}

.website-card__image,
.website-card__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.website-card__image {
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.98) contrast(1.03);
  transition: transform 220ms ease;
}

.website-card__scrim {
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, transparent 44%, rgba(0, 0, 0, 0.12) 100%);
}

.website-card__copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: 15rem;
}

.website-card__eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.website-card__title {
  margin: 0;
  color: var(--cream);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.4vw, 2.8rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.website-card__url {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.35;
  word-break: break-word;
}

.website-card__cta {
  margin-top: 6px;
  color: var(--marigold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.website-card--studio {
  grid-column: 1;
  grid-row: 1;
  --website-tilt: -3deg;
}

.website-card--models {
  grid-column: 2;
  grid-row: 1;
  --website-tilt: 2deg;
  z-index: 2;
}

.website-card--boudoir {
  grid-column: 1;
  grid-row: 2;
  --website-tilt: 1deg;
  z-index: 3;
}

.website-card--boudoir .website-card__image {
  object-position: center top;
}

.website-card--nova {
  grid-column: 2;
  grid-row: 2;
  --website-tilt: -2deg;
  z-index: 2;
}

.website-card--nova .website-card__image {
  object-position: center 18%;
}

.website-card:hover .website-card__image,
.website-card:focus-visible .website-card__image {
  transform: scale(1.02);
}

.website-marquee {
  position: fixed;
  left: var(--page-gutter);
  right: var(--page-gutter);
  bottom: 92px;
  z-index: 45;
  opacity: 0;
  transition: opacity 200ms ease;
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(5, 10, 24, 0.14);
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

body.is-websites-active .website-marquee {
  opacity: 1;
}

.website-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: website-marquee-scroll 28s linear infinite;
}

.website-marquee__group {
  display: flex;
  align-items: center;
  gap: clamp(26px, 4vw, 56px);
  padding-right: clamp(26px, 4vw, 56px);
}

.website-marquee__group img {
  height: clamp(54px, 5vw, 84px);
  width: auto;
  object-fit: contain;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.2));
  opacity: 0.95;
}

#websites .panel-inner {
  padding-top: 84px;
  padding-bottom: 28px;
}

#websites .motion-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  min-height: 58svh;
  padding-bottom: 28px;
  align-items: stretch;
}

#websites .website-card {
  position: relative;
  inset: auto;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 4 / 3;
  transform: rotate(var(--website-tilt, 0deg));
  padding: clamp(16px, 1.6vw, 22px);
}

#websites .website-card:hover,
#websites .website-card:focus-visible {
  transform: translateY(-6px) scale(1.01) rotate(var(--website-tilt, 0deg));
  z-index: 20;
  outline: none;
}

#websites .website-card__copy {
  max-width: none;
}

@keyframes website-marquee-scroll {
  from {
    transform: translateX(0);
  }

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

.motion-card--ambient {
  left: 0;
  top: 8%;
  width: 52%;
  height: 34%;
  transform: rotate(-3deg);
  opacity: 0.9;
}

.motion-card--screen {
  right: 0;
  top: 0;
  width: 48%;
  height: 40%;
  transform: rotate(2deg);
  z-index: 2;
}

.motion-card--portrait {
  left: 25%;
  bottom: 0;
  width: 34%;
  height: 76%;
  transform: rotate(1deg);
  z-index: 3;
}

.motion-ticker {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 16px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  background: rgba(5, 10, 24, 0.4);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.motion-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.motion-points span {
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.colombia-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

#events .colombia-layout {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.collage {
  position: relative;
  min-height: 70svh;
}

.collage-card {
  position: absolute;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--card-shadow);
}

.collage-card--clickable {
  padding: 0;
  cursor: zoom-in;
  appearance: none;
  text-align: left;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  transform-origin: center center;
}

.collage-card--clickable:focus-visible {
  outline: 3px solid rgba(244, 163, 0, 0.9);
  outline-offset: 3px;
}

.collage-card--clickable:hover,
.collage-card--clickable:focus-visible {
  transform: translateY(-4px) scale(1.015);
  filter: saturate(1.04) contrast(1.03);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(244, 163, 0, 0.35);
}

.collage-card--clickable:hover img,
.collage-card--clickable:focus-visible img {
  transform: scale(1.03);
}

.collage-card--clickable img {
  transition: transform 220ms ease;
}

.collage-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-card span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
}

.collage-card.texture {
  width: 42%;
  left: 6%;
  top: 8%;
  z-index: 3;
}

.collage-card.city {
  width: 60%;
  right: 3%;
  top: 6%;
  z-index: 4;
}

.collage-card.arch {
  width: 46%;
  left: 28%;
  top: 49%;
  bottom: auto;
  z-index: 2;
}

.headshots-word {
  display: inline-block;
}

.headshots-word--flag {
  animation: headshots-colombia-flare 4.8s ease-in-out infinite;
}

.headshots-word--flag:nth-of-type(1) {
  animation-delay: 0s;
}

.headshots-word--flag:nth-of-type(2) {
  animation-delay: 0.65s;
}

@keyframes headshots-colombia-flare {
  0%,
  100% {
    color: #f4a300;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  33% {
    color: #1c2c54;
    text-shadow: 0 0 18px rgba(28, 44, 84, 0.16);
  }

  66% {
    color: #c1442e;
    text-shadow: 0 0 18px rgba(193, 68, 46, 0.14);
  }
}

@keyframes headshots-bg-scroll {
  0% {
    background-position: 0 0, 0 0, 0 0, center;
  }

  100% {
    background-position: 50px 50px, 50px 50px, 50px 50px, center;
  }
}

#branding .collage-card.texture {
  width: 40%;
  left: 14%;
  top: 14%;
  z-index: 1;
}

#branding .collage-card.city {
  width: 58%;
  left: 42%;
  right: auto;
  top: 10%;
  z-index: 2;
}

#branding .collage-card.arch {
  width: 46%;
  left: 20%;
  top: 55%;
  z-index: 3;
}

#branding .collage {
  overflow: visible;
}

#branding .collage-card {
  opacity: 0;
  transform:
    translate3d(0, 0, 0)
    scale(0.72)
    rotate(-10deg);
  filter: blur(18px) saturate(0.9);
  transition:
    opacity 820ms ease,
    transform 1100ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 1100ms ease;
  will-change: transform, opacity, filter;
}

#branding .collage.in-view .collage-card {
  opacity: 1;
  filter: blur(0) saturate(1);
}

#branding .collage.in-view .collage-card.texture {
  transform: translate3d(-18px, -18px, 0) scale(1) rotate(-5deg);
  transition-delay: 0ms;
}

#branding .collage.in-view .collage-card.city {
  transform: translate3d(18px, -22px, 0) scale(1) rotate(6deg);
  transition-delay: 140ms;
}

#branding .collage.in-view .collage-card.arch {
  transform: translate3d(-8px, 16px, 0) scale(1) rotate(-2deg);
  transition-delay: 280ms;
}

#branding .collage.in-view .collage-card.extra {
  transform: translate3d(16px, 22px, 0) scale(1) rotate(4deg);
  transition-delay: 420ms;
}

#lifestyle .collage-card.texture {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  z-index: 1;
}

#lifestyle .collage-card.city {
  position: relative;
  width: auto;
  left: auto;
  right: auto;
  top: auto;
  z-index: 2;
}

#lifestyle .collage-card.arch {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  z-index: 3;
}

#lifestyle .collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(180px, 1fr);
  gap: 12px;
  min-height: 76svh;
  align-content: start;
}

#lifestyle .panel-inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

#lifestyle .section-copy {
  order: 2;
}

#lifestyle .section-price {
  margin-bottom: 14px;
}

#lifestyle .photo-tags {
  margin-top: 10px;
}

#lifestyle .collage {
  order: 1;
}

#lifestyle .collage-card.lifestyle-extra.texture {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  z-index: 1;
}

#lifestyle .collage-card.lifestyle-extra.city {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  z-index: 2;
}

#lifestyle .collage-card.lifestyle-extra.arch {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  z-index: 1;
}

#lifestyle .collage-card img {
  height: 100%;
}

#lifestyle .collage-card--clickable:hover,
#lifestyle .collage-card--clickable:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.05) contrast(1.04);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(244, 163, 0, 0.24);
}

#lifestyle .collage-card--clickable:hover img,
#lifestyle .collage-card--clickable:focus-visible img {
  transform: scale(1.02);
}

#lifestyle .collage-card--clickable img {
  transition: transform 220ms ease;
}

#events .collage-card.texture {
  width: 40%;
  left: 12%;
  top: 12%;
  z-index: 1;
}

#events .collage-card.city {
  width: 60%;
  left: 46%;
  right: auto;
  top: 6%;
  z-index: 2;
}

#events .collage-card.arch {
  width: 42%;
  left: 26%;
  top: 64%;
  bottom: auto;
  z-index: 3;
}

#events {
  position: relative;
  overflow: hidden;
}

#events .events-logo-tile {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: var(--cobalt);
  background-image: url('assets/Transparent_Logo 01 Gold.png');
  background-position: center center;
  background-size: min(44vw, 560px) auto;
  background-repeat: repeat;
  opacity: 0.24;
  mix-blend-mode: screen;
  filter: saturate(1) contrast(1.04);
}

#events .panel-inner {
  position: relative;
  z-index: 1;
}

#events .section-copy {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: min(100%, 540px);
  justify-self: end;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.5rem;
  background: rgba(10, 18, 38, 0.28);
  backdrop-filter: blur(10px);
}

#events .collage {
  order: -1;
}

#events .section-title {
  position: relative;
  display: block;
  max-width: 12ch;
  min-height: 0;
  white-space: normal;
  font-size: clamp(1.7rem, 3vw, 3.4rem);
  line-height: 0.84;
  letter-spacing: -0.04em;
}

#events .section-title::after {
  content: '';
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  bottom: -0.16em;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(244, 163, 0, 0.9) 22%, rgba(255, 255, 255, 0.28) 50%, rgba(244, 163, 0, 0.85) 72%, transparent 100%);
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
  pointer-events: none;
}

#events .section-title.is-revealed::after {
  animation: events-title-sweep 1.1s ease-out both;
}

#events .section-title .events-title__word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.75em) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 760ms ease;
  transition-delay: calc(var(--events-word-index, 0) * 92ms);
}

#events .section-title.is-revealed .events-title__word {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

#events .section-price {
  margin-bottom: 16px;
}

#events .photo-tags {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}

#events .photo-tags span {
  width: 100%;
  padding: 9px 10px;
  color: var(--marigold);
  font-size: 10px;
  text-align: center;
}

#events .collage-card.texture,
#events .collage-card.city {
  animation: events-photo-electric-glow 2.8s ease-in-out infinite;
}

#travel .collage-card.texture {
  width: 44%;
  left: 8%;
  top: 10%;
  z-index: 0;
}

#travel .collage-card.city {
  width: 60%;
  left: 38%;
  right: auto;
  top: 6%;
  z-index: 1;
}

#travel .collage-card.arch {
  width: 40%;
  left: 20%;
  top: 40%;
  bottom: auto;
  z-index: 2;
}

#travel .collage-card.arch img {
  object-position: center 18%;
}

#headshots .collage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  grid-template-rows: repeat(2, minmax(160px, 1fr));
  gap: 12px;
  min-height: 60svh;
  max-height: 60svh;
}

#headshots .collage-card.texture {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  grid-column: 1;
  grid-row: 1;
  z-index: 2;
}

#headshots .collage-card.city {
  position: relative;
  width: auto;
  right: auto;
  top: auto;
  grid-column: 2;
  grid-row: 1;
  z-index: 3;
}

#headshots .collage-card.arch {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  grid-column: 1;
  grid-row: 2;
  z-index: 1;
}

#headshots .collage-card.extra {
  position: relative;
  width: auto;
  left: auto;
  top: auto;
  grid-column: 2;
  grid-row: 2;
  z-index: 0;
}

#headshots .collage-card.texture,
#headshots .collage-card.city,
#headshots .collage-card.arch,
#headshots .collage-card.extra {
  aspect-ratio: auto;
  height: 100%;
}

#headshots {
  background:
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, 0.55), transparent 30%),
    linear-gradient(135deg, #f6ecdf 0%, #efe3d3 48%, #e6d8c5 100%);
}

#headshots::before {
  opacity: 0.42;
  background-image:
    url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC'),
    linear-gradient(rgba(102, 75, 52, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(102, 75, 52, 0.16) 1px, transparent 1px),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.16), transparent 28%);
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: 50px 50px, 50px 50px, 50px 50px, auto;
  background-position: 0 0, 0 0, 0 0, center;
  mix-blend-mode: multiply;
  animation: headshots-bg-scroll 0.92s linear infinite;
}

.travel-title {
  overflow: hidden;
}

.travel-word {
  display: inline-block;
  margin-right: 0.18em;
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  white-space: nowrap;
  overflow: hidden;
}

.travel-word--flag {
  opacity: 0;
  transform: translateX(-0.9em);
  animation: travel-word-cycle 5.6s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
}

.travel-word--flag:nth-of-type(1) {
  animation-delay: 0s;
}

.travel-word--flag:nth-of-type(2) {
  animation-delay: 140ms;
}

.travel-word--flag:nth-of-type(3) {
  animation-delay: 280ms;
}

.travel-word--flag:nth-of-type(4) {
  animation-delay: 420ms;
}

.travel-word--flag:nth-of-type(5) {
  animation-delay: 560ms;
}

@keyframes travel-colombia-flare {
  0%,
  100% {
    color: #f4a300;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  33% {
    color: #1c2c54;
    text-shadow: 0 0 18px rgba(28, 44, 84, 0.16);
  }

  66% {
    color: #c1442e;
    text-shadow: 0 0 18px rgba(193, 68, 46, 0.14);
  }
}

@keyframes travel-word-cycle {
  0% {
    opacity: 0;
    transform: translateX(-0.9em);
    color: #f4a300;
  }

  10% {
    opacity: 1;
    transform: translateX(0);
  }

  33% {
    color: #1c2c54;
  }

  66% {
    color: #c1442e;
  }

  82% {
    opacity: 1;
    transform: translateX(0.1em);
  }

  100% {
    opacity: 0;
    transform: translateX(0.9em);
    color: #f4a300;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pricing-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  padding: clamp(16px, 3vw, 36px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  --pricing-backdrop: rgba(6, 30, 26, 0.72);
  --pricing-border: rgba(244, 163, 0, 0.2);
  --pricing-panel-top: rgba(8, 66, 58, 0.98);
  --pricing-panel-bottom: rgba(10, 53, 47, 0.98);
  --pricing-panel-glow-top: rgba(255, 214, 145, 0.16);
  --pricing-panel-glow-bottom: rgba(255, 255, 255, 0.08);
  --pricing-scroll-thumb-start: #ffd76e;
  --pricing-scroll-thumb-end: #d28a00;
  --pricing-scroll-thumb-hover-start: #ffe08d;
  --pricing-scroll-thumb-hover-end: #e59e0b;
  --pricing-close-bg: rgba(244, 163, 0, 0.18);
  --pricing-close-text: var(--cream);
  --pricing-kicker: var(--marigold);
  --pricing-title: #fbf4e5;
  --pricing-subtitle: rgba(248, 243, 230, 0.9);
  --pricing-section-bg: rgba(255, 255, 255, 0.06);
  --pricing-section-border: rgba(255, 220, 154, 0.12);
  --pricing-featured-bg: rgba(244, 163, 0, 0.12);
  --pricing-featured-border: rgba(244, 163, 0, 0.34);
  --pricing-price: var(--marigold);
  --pricing-copy: rgba(248, 243, 230, 0.88);
  --pricing-list: rgba(248, 243, 230, 0.92);
  --pricing-closing: rgba(248, 243, 230, 0.92);
  --pricing-cta-start: #f7c44c;
  --pricing-cta-end: #d99500;
  --pricing-cta-text: #071712;
}

.pricing-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.pricing-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: var(--pricing-backdrop);
  backdrop-filter: blur(12px) saturate(1.08);
}

.pricing-modal__panel {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(88svh, 920px);
  overflow: auto;
  padding: clamp(24px, 3vw, 40px);
  border: 1px solid var(--pricing-border);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, var(--pricing-panel-glow-top), transparent 36%),
    radial-gradient(circle at bottom left, var(--pricing-panel-glow-bottom), transparent 42%),
    linear-gradient(180deg, var(--pricing-panel-top), var(--pricing-panel-bottom));
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  scrollbar-width: thin;
  scrollbar-color: var(--pricing-scroll-thumb-start) rgba(255, 255, 255, 0.08);
}

.pricing-modal__panel::-webkit-scrollbar {
  width: 10px;
}

.pricing-modal__panel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.pricing-modal__panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, var(--pricing-scroll-thumb-start), var(--pricing-scroll-thumb-end));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.pricing-modal__panel::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--pricing-scroll-thumb-hover-start), var(--pricing-scroll-thumb-hover-end));
}

.pricing-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--pricing-close-bg);
  color: var(--pricing-close-text);
  font-size: 1.9rem;
  line-height: 1;
  cursor: pointer;
}

.pricing-modal__kicker,
.pricing-modal__section-label {
  margin: 0;
  color: var(--pricing-kicker);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.pricing-modal__title {
  margin: 0.4rem 0 0.5rem;
  font-family: var(--display-font);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 0.95;
  color: var(--pricing-title);
}

.pricing-modal__subtitle {
  max-width: 64ch;
  margin: 0 0 1.4rem;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  line-height: 1.6;
  color: var(--pricing-subtitle);
}

.pricing-modal__section {
  margin-top: 1rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 22px;
  background: var(--pricing-section-bg);
  border: 1px solid var(--pricing-section-border);
}

.pricing-modal__section--featured {
  background: var(--pricing-featured-bg);
  border-color: var(--pricing-featured-border);
}

.pricing-modal__section h3 {
  margin: 0.2rem 0 0.35rem;
  font-family: var(--display-font);
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  color: var(--pricing-title);
}

.pricing-modal__price {
  margin: 0 0 0.7rem;
  color: var(--pricing-price);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-modal__copy {
  margin: 0 0 0.8rem;
  color: var(--pricing-copy);
  line-height: 1.6;
}

.pricing-modal__section ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--pricing-list);
  line-height: 1.75;
}

.pricing-modal__section-cta {
  display: inline-flex;
  margin-top: 0.95rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pricing-cta-start), var(--pricing-cta-end));
  color: var(--pricing-cta-text);
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.pricing-modal__section-cta:hover,
.pricing-modal__section-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.18);
  filter: saturate(1.04);
}

.pricing-modal__closing {
  display: grid;
  gap: 0.5rem;
}

.pricing-modal__closing p:last-child {
  margin: 0;
  color: var(--pricing-closing);
  line-height: 1.7;
}

.pricing-modal__cta {
  display: inline-flex;
  margin-top: 1.15rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pricing-cta-start), var(--pricing-cta-end));
  color: var(--pricing-cta-text);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.pricing-modal[data-pricing-modal="branding"] {
  --pricing-backdrop: rgba(32, 16, 14, 0.74);
  --pricing-border: rgba(232, 118, 54, 0.28);
  --pricing-panel-top: rgba(35, 18, 16, 0.98);
  --pricing-panel-bottom: rgba(80, 33, 24, 0.98);
  --pricing-panel-glow-top: rgba(255, 198, 156, 0.16);
  --pricing-panel-glow-bottom: rgba(255, 255, 255, 0.05);
  --pricing-scroll-thumb-start: #f6b767;
  --pricing-scroll-thumb-end: #c75d23;
  --pricing-scroll-thumb-hover-start: #ffd18d;
  --pricing-scroll-thumb-hover-end: #d86c2b;
  --pricing-close-bg: rgba(246, 183, 103, 0.16);
  --pricing-kicker: #f6b767;
  --pricing-title: #fff4ec;
  --pricing-subtitle: rgba(255, 243, 236, 0.9);
  --pricing-section-bg: rgba(255, 255, 255, 0.05);
  --pricing-section-border: rgba(246, 183, 103, 0.14);
  --pricing-featured-bg: rgba(246, 183, 103, 0.13);
  --pricing-featured-border: rgba(246, 183, 103, 0.34);
  --pricing-price: #f6b767;
  --pricing-copy: rgba(255, 243, 236, 0.88);
  --pricing-list: rgba(255, 243, 236, 0.92);
  --pricing-closing: rgba(255, 243, 236, 0.94);
  --pricing-cta-start: #f6b767;
  --pricing-cta-end: #d86c2b;
  --pricing-cta-text: #20120f;
}

.pricing-modal[data-pricing-modal="lifestyle"] {
  --pricing-backdrop: rgba(8, 14, 33, 0.76);
  --pricing-border: rgba(255, 151, 140, 0.26);
  --pricing-panel-top: rgba(11, 20, 46, 0.98);
  --pricing-panel-bottom: rgba(28, 42, 88, 0.98);
  --pricing-panel-glow-top: rgba(100, 139, 255, 0.18);
  --pricing-panel-glow-bottom: rgba(255, 140, 128, 0.08);
  --pricing-scroll-thumb-start: #ff9f92;
  --pricing-scroll-thumb-end: #d96c5d;
  --pricing-scroll-thumb-hover-start: #ffb7ad;
  --pricing-scroll-thumb-hover-end: #e07667;
  --pricing-close-bg: rgba(255, 159, 146, 0.16);
  --pricing-kicker: #ff9f92;
  --pricing-title: #f9f7f1;
  --pricing-subtitle: rgba(248, 247, 241, 0.9);
  --pricing-section-bg: rgba(255, 255, 255, 0.05);
  --pricing-section-border: rgba(255, 159, 146, 0.14);
  --pricing-featured-bg: rgba(255, 159, 146, 0.12);
  --pricing-featured-border: rgba(255, 159, 146, 0.34);
  --pricing-price: #ffb7ad;
  --pricing-copy: rgba(248, 247, 241, 0.88);
  --pricing-list: rgba(248, 247, 241, 0.92);
  --pricing-closing: rgba(248, 247, 241, 0.94);
  --pricing-cta-start: #ff9f92;
  --pricing-cta-end: #d96c5d;
  --pricing-cta-text: #121825;
}

.pricing-modal[data-pricing-modal="events"] {
  --pricing-backdrop: rgba(7, 13, 30, 0.78);
  --pricing-border: rgba(244, 163, 0, 0.28);
  --pricing-panel-top: rgba(10, 18, 42, 0.98);
  --pricing-panel-bottom: rgba(18, 36, 74, 0.98);
  --pricing-panel-glow-top: rgba(86, 146, 255, 0.16);
  --pricing-panel-glow-bottom: rgba(244, 163, 0, 0.08);
  --pricing-scroll-thumb-start: #ffd76e;
  --pricing-scroll-thumb-end: #d28a00;
  --pricing-scroll-thumb-hover-start: #ffe08d;
  --pricing-scroll-thumb-hover-end: #e59e0b;
  --pricing-close-bg: rgba(244, 163, 0, 0.18);
  --pricing-kicker: #ffd76e;
  --pricing-title: #fbf4e5;
  --pricing-subtitle: rgba(248, 243, 230, 0.9);
  --pricing-section-bg: rgba(255, 255, 255, 0.05);
  --pricing-section-border: rgba(255, 220, 154, 0.12);
  --pricing-featured-bg: rgba(244, 163, 0, 0.12);
  --pricing-featured-border: rgba(244, 163, 0, 0.34);
  --pricing-price: #ffd76e;
  --pricing-copy: rgba(248, 243, 230, 0.88);
  --pricing-list: rgba(248, 243, 230, 0.92);
  --pricing-closing: rgba(248, 243, 230, 0.94);
  --pricing-cta-start: #ffd76e;
  --pricing-cta-end: #d28a00;
  --pricing-cta-text: #071712;
}

.pricing-modal[data-pricing-modal="travel"] {
  --pricing-backdrop: rgba(24, 18, 12, 0.76);
  --pricing-border: rgba(216, 177, 114, 0.28);
  --pricing-panel-top: rgba(29, 23, 17, 0.98);
  --pricing-panel-bottom: rgba(63, 48, 33, 0.98);
  --pricing-panel-glow-top: rgba(244, 220, 180, 0.16);
  --pricing-panel-glow-bottom: rgba(255, 255, 255, 0.05);
  --pricing-scroll-thumb-start: #f0d8ab;
  --pricing-scroll-thumb-end: #d2a35f;
  --pricing-scroll-thumb-hover-start: #f7e1bb;
  --pricing-scroll-thumb-hover-end: #ddb06f;
  --pricing-close-bg: rgba(240, 216, 171, 0.16);
  --pricing-kicker: #f0d8ab;
  --pricing-title: #fff8ee;
  --pricing-subtitle: rgba(255, 248, 238, 0.9);
  --pricing-section-bg: rgba(255, 255, 255, 0.05);
  --pricing-section-border: rgba(240, 216, 171, 0.14);
  --pricing-featured-bg: rgba(240, 216, 171, 0.12);
  --pricing-featured-border: rgba(240, 216, 171, 0.34);
  --pricing-price: #f0d8ab;
  --pricing-copy: rgba(255, 248, 238, 0.88);
  --pricing-list: rgba(255, 248, 238, 0.92);
  --pricing-closing: rgba(255, 248, 238, 0.94);
  --pricing-cta-start: #f0d8ab;
  --pricing-cta-end: #d2a35f;
  --pricing-cta-text: #1f160c;
}

.pricing-modal[data-pricing-modal="headshots"] {
  --pricing-backdrop: rgba(7, 13, 30, 0.78);
  --pricing-border: rgba(244, 163, 0, 0.28);
  --pricing-panel-top: rgba(8, 20, 40, 0.98);
  --pricing-panel-bottom: rgba(15, 36, 72, 0.98);
  --pricing-panel-glow-top: rgba(95, 141, 255, 0.18);
  --pricing-panel-glow-bottom: rgba(244, 163, 0, 0.06);
  --pricing-scroll-thumb-start: #ffd76e;
  --pricing-scroll-thumb-end: #d28a00;
  --pricing-scroll-thumb-hover-start: #ffe08d;
  --pricing-scroll-thumb-hover-end: #e59e0b;
  --pricing-close-bg: rgba(244, 163, 0, 0.18);
  --pricing-kicker: #ffd76e;
  --pricing-title: #fbf4e5;
  --pricing-subtitle: rgba(248, 243, 230, 0.9);
  --pricing-section-bg: rgba(255, 255, 255, 0.05);
  --pricing-section-border: rgba(255, 220, 154, 0.12);
  --pricing-featured-bg: rgba(244, 163, 0, 0.12);
  --pricing-featured-border: rgba(244, 163, 0, 0.34);
  --pricing-price: #ffd76e;
  --pricing-copy: rgba(248, 243, 230, 0.88);
  --pricing-list: rgba(248, 243, 230, 0.92);
  --pricing-closing: rgba(248, 243, 230, 0.94);
  --pricing-cta-start: #ffd76e;
  --pricing-cta-end: #d28a00;
  --pricing-cta-text: #071712;
}

.pricing-modal[data-pricing-modal="websites"] {
  --pricing-backdrop: rgba(6, 26, 18, 0.78);
  --pricing-border: rgba(244, 163, 0, 0.24);
  --pricing-panel-top: rgba(8, 32, 22, 0.98);
  --pricing-panel-bottom: rgba(13, 60, 40, 0.98);
  --pricing-panel-glow-top: rgba(244, 220, 180, 0.14);
  --pricing-panel-glow-bottom: rgba(255, 255, 255, 0.05);
  --pricing-scroll-thumb-start: #f0d8ab;
  --pricing-scroll-thumb-end: #d2a35f;
  --pricing-scroll-thumb-hover-start: #f7e1bb;
  --pricing-scroll-thumb-hover-end: #ddb06f;
  --pricing-close-bg: rgba(244, 163, 0, 0.16);
  --pricing-kicker: #f0d8ab;
  --pricing-title: #f7f4ea;
  --pricing-subtitle: rgba(247, 244, 234, 0.9);
  --pricing-section-bg: rgba(255, 255, 255, 0.05);
  --pricing-section-border: rgba(240, 216, 171, 0.12);
  --pricing-featured-bg: rgba(240, 216, 171, 0.12);
  --pricing-featured-border: rgba(240, 216, 171, 0.34);
  --pricing-price: #f0d8ab;
  --pricing-copy: rgba(247, 244, 234, 0.88);
  --pricing-list: rgba(247, 244, 234, 0.92);
  --pricing-closing: rgba(247, 244, 234, 0.94);
  --pricing-cta-start: #f0d8ab;
  --pricing-cta-end: #d2a35f;
  --pricing-cta-text: #071712;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(12, 12, 14, 0.78);
}

.lightbox__figure {
  position: relative;
  z-index: 1;
  width: min(92vw, 1080px);
  max-height: 88vh;
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(15, 16, 18, 0.96);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.45);
}

.lightbox__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 18, 20, 0.78);
  color: var(--cream);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.collage-card--note {
  display: flex;
  align-items: end;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(244, 163, 0, 0.12), transparent 28%),
    linear-gradient(155deg, rgba(16, 18, 24, 0.94), rgba(28, 20, 18, 0.84));
}

.collage-note {
  display: grid;
  gap: 8px;
  max-width: 14rem;
  color: var(--cream);
}

.collage-note strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.collage-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
}

.cash-flow-section {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  background:
    linear-gradient(rgba(16, 63, 53, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 63, 53, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(244, 163, 0, 0.05), transparent 34%),
    var(--cream);
  background-size: auto, 96px 96px, auto, auto;
  color: var(--black);
}

.services-section {
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 153, 64, 0.16), transparent 24%),
    radial-gradient(circle at 84% 24%, rgba(0, 0, 0, 0.22), transparent 28%),
    linear-gradient(135deg, #140b0c 0%, #8e3227 34%, #c04c2b 62%, #211010 100%);
  color: var(--cream);
}

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

.services-section::after {
  display: none;
}

.services-blob-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.82;
  mix-blend-mode: normal;
}

.services-blob-bg svg {
  width: 100%;
  height: 100%;
}

.cash-flow-section::before {
  opacity: 0.14;
  background:
    radial-gradient(ellipse at 12% 50%, rgba(193, 68, 46, 0.08), transparent 34%),
    radial-gradient(ellipse at 88% 50%, rgba(31, 122, 99, 0.07), transparent 34%);
}

.cash-flow-section::after {
  background:
    linear-gradient(90deg, rgba(245, 233, 218, 0) 0%, rgba(245, 233, 218, 0.42) 28%, rgba(245, 233, 218, 0.56) 50%, rgba(245, 233, 218, 0.42) 72%, rgba(245, 233, 218, 0) 100%);
  mix-blend-mode: normal;
}

.cash-flow-person {
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: min(35vw, 520px);
  max-height: 86svh;
  object-fit: contain;
  pointer-events: none;
  filter: drop-shadow(0 26px 44px rgba(0, 0, 0, 0.16));
  opacity: 0;
  --scroll-offset: 0px;
  will-change: transform, opacity;
  transition:
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 900ms ease;
}

.cash-flow-person--left {
  left: 0;
  object-position: left bottom;
  --slide-offset: -7vw;
  transform: translateX(calc(var(--slide-offset) + var(--scroll-offset)));
}

.cash-flow-person--right {
  right: 0;
  object-position: right bottom;
  --slide-offset: 7vw;
  transform: translateX(calc(var(--slide-offset) - var(--scroll-offset)));
}

.services-section.is-animated .cash-flow-person {
  opacity: 1;
}

.services-section.is-animated .cash-flow-person--left {
  --slide-offset: 0px;
}

.services-section.is-animated .cash-flow-person--right {
  --slide-offset: 0px;
}

.cash-flow-center {
  position: relative;
  z-index: 5;
  width: min(920px, calc(100vw - 30vw));
  margin: 0 auto;
  padding: clamp(50px, 6vh, 68px) 0 clamp(10px, 2vh, 16px);
  text-align: center;
}

.services-section .cash-flow-center {
  isolation: isolate;
}

.services-section .cash-flow-center::before {
  content: '';
  position: absolute;
  inset: -18px auto auto 50%;
  width: min(800px, 100%);
  height: calc(100% + 36px);
  transform: translateX(-50%);
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(12, 14, 24, 0.42), rgba(12, 14, 24, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(1.12);
  pointer-events: none;
  z-index: -1;
}

.cash-flow-center .eyebrow {
  margin-bottom: 16px;
  color: rgba(10, 10, 10, 0.68);
}

.services-section .cash-flow-center .eyebrow {
  color: rgba(10, 10, 10, 0.7);
}

.cash-flow-word-panel {
  position: relative;
  inset: auto;
  z-index: 5;
  width: 100%;
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.cash-flow-word-panel::before {
  display: none;
}

.cash-flow-word-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(6px, 1.1vh, 12px);
  margin: 0;
  justify-items: center;
  align-items: start;
}

.cash-flow-word-stack .poster-word {
  width: fit-content;
  text-align: center;
  color: var(--black);
  font-size: clamp(1.55rem, 2.2vw, 2.95rem);
  line-height: 0.86;
  letter-spacing: 0;
  opacity: 0.52;
  text-shadow: none;
  margin-left: 0 !important;
}

.services-section .cash-flow-word-stack .poster-word {
  color: rgba(255, 248, 242, 0.78);
  opacity: 0.92;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.cash-flow-word-stack .poster-word:nth-child(2n) {
  margin-left: 0;
}

.cash-flow-word-stack .poster-word:hover,
.cash-flow-word-stack .poster-word:focus-visible,
.cash-flow-word-stack .poster-word.is-active {
  color: var(--terracotta);
  opacity: 1;
  transform: translateX(8px);
  text-shadow: 0 16px 38px rgba(193, 68, 46, 0.14);
}

.services-section .cash-flow-word-stack .poster-word:hover,
.services-section .cash-flow-word-stack .poster-word:focus-visible,
.services-section .cash-flow-word-stack .poster-word.is-active {
  color: #fff4ec;
  opacity: 1;
  text-shadow: 0 16px 38px rgba(255, 255, 255, 0.14);
}

.cash-flow-word-stack .poster-word::after {
  left: 50%;
  bottom: 0.02em;
  max-width: 82%;
  height: 0.08em;
  background: var(--marigold);
  transform: translateX(-50%);
}

.cash-flow-caption {
  max-width: 34rem;
  margin: 4px auto 0;
  color: rgba(10, 10, 10, 0.72);
  text-shadow: none;
  font-size: 0.95rem;
}

.services-section .cash-flow-caption {
  color: rgba(255, 244, 236, 0.95);
}

.cash-flow-price {
  position: absolute;
  left: 50%;
  top: 100%;
  display: inline-grid;
  gap: 3px;
  margin-top: 0;
  padding: 10px 14px;
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.64);
  transform: translate3d(-50%, 12px, 0);
  transition: left 220ms ease, top 220ms ease, transform 220ms ease;
  pointer-events: none;
  z-index: 3;
}

.services-section .cash-flow-price {
  border-color: rgba(255, 244, 236, 0.28);
  background: rgba(255, 244, 236, 0.88);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.cash-flow-price span {
  color: rgba(10, 10, 10, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.services-section .cash-flow-price span {
  color: rgba(64, 20, 16, 0.8);
}

.cash-flow-price strong {
  color: var(--terracotta);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.services-section .cash-flow-price strong {
  color: #5f1800;
}

.section-price {
  display: inline-grid;
  gap: 4px;
  width: fit-content;
  margin-top: 18px;
  padding: 12px 16px;
  border: 1px solid rgba(10, 10, 10, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 12px 24px rgba(10, 10, 10, 0.08);
}

.section-price span {
  color: rgba(10, 10, 10, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-price strong {
  color: var(--terracotta);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
}

.section-price--button {
  appearance: none;
  cursor: pointer;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.section-price--button:hover,
.section-price--button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  border-color: rgba(244, 163, 0, 0.4);
}

.panel.dark .section-price,
.panel.cobalt .section-price,
.panel.black .section-price,
.section-price--dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.panel.dark .section-price span,
.panel.cobalt .section-price span,
.panel.black .section-price span,
.section-price--dark span {
  color: rgba(255, 255, 255, 0.68);
}

.panel.dark .section-price strong,
.panel.cobalt .section-price strong,
.panel.black .section-price strong,
.section-price--dark strong {
  color: var(--marigold);
}

.cash-flow-preview {
  position: relative;
  z-index: 4;
  width: min(760px, calc(100vw - 36vw));
  margin: 2px auto 0;
  height: auto;
  padding: 0;
  transform: none;
}

.cash-flow-preview.is-active {
  transform: none;
  opacity: 1;
}

.cash-flow-preview__frame {
  display: grid;
  gap: 16px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: rgba(255, 253, 248, 0.8);
  box-shadow: 0 34px 84px rgba(10, 10, 10, 0.16);
  backdrop-filter: blur(14px);
}

.services-section .cash-flow-preview__frame {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(18, 20, 30, 0.92), rgba(14, 16, 24, 0.82));
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px) saturate(1.08);
}

.cash-flow-preview__copy {
  display: grid;
  gap: 6px;
}

.cash-flow-preview__eyebrow {
  margin: 0;
  color: rgba(10, 10, 10, 0.54);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.services-section .cash-flow-preview__eyebrow {
  color: rgba(255, 244, 236, 0.76);
}

.cash-flow-preview__title {
  margin: 0;
  color: var(--terracotta);
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.services-section .cash-flow-preview__title {
  color: #fff5ef;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
}

.cash-flow-preview__text {
  margin: 0;
  color: rgba(10, 10, 10, 0.74);
  font-size: 0.9rem;
  line-height: 1.55;
}

.services-section .cash-flow-preview__text {
  color: rgba(255, 244, 236, 0.9);
}

.cash-flow-preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.cash-flow-preview__tile {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 0.86;
  border-radius: 20px;
  background: rgba(10, 10, 10, 0.08);
  box-shadow: 0 14px 26px rgba(10, 10, 10, 0.1);
}

.services-section .cash-flow-preview__tile {
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.24);
}

.cash-flow-preview__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.cash-flow-copy {
  display: grid;
  gap: 18px;
  align-content: center;
  max-width: 34rem;
}

.cash-flow-title {
  max-width: 10ch;
  font-size: clamp(2.9rem, 6.2vw, 6.8rem);
}

.cash-flow-range {
  display: inline-grid;
  justify-self: start;
  gap: 4px;
  margin-top: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.cash-flow-range span,
.service-number {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.cash-flow-range strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.9;
  color: var(--marigold);
}

.service-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  display: grid;
  gap: 12px;
  min-height: 216px;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover,
.service-card:focus-visible,
.service-card.active {
  transform: translateY(-4px);
  border-color: rgba(244, 163, 0, 0.62);
  background: linear-gradient(180deg, rgba(244, 163, 0, 0.17), rgba(255, 255, 255, 0.06));
  outline: none;
}

.service-card h3 {
  margin: 0;
  max-width: 15rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  line-height: 0.94;
}

.service-card p {
  margin: 0;
  max-width: 29rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.service-card strong {
  align-self: end;
  color: var(--marigold);
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.service-card--addon {
  grid-column: 1 / -1;
  min-height: auto;
  grid-template-columns: auto minmax(180px, 0.55fr) minmax(0, 1fr) auto;
  align-items: center;
}

.service-card--addon h3,
.service-card--addon p {
  max-width: none;
}

.posters-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #135d4b 0%, #1f7a63 58%, #15634f 100%);
}

.posters-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.12), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.1), transparent 18%);
  opacity: 0.3;
}

.posters-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 48, 39, 0.88) 0%, rgba(8, 48, 39, 0.42) 26%, rgba(8, 48, 39, 0.1) 54%, rgba(8, 48, 39, 0.24) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, transparent 22%, transparent 78%, rgba(0, 0, 0, 0.18) 100%);
}

.posters-layout {
  position: relative;
  display: block;
  min-height: calc(100svh - 158px);
}

.posters-section .panel-inner {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100svh;
  padding: 0;
}

.poster-copy-block {
  position: absolute;
  z-index: 3;
  max-width: 460px;
  padding: clamp(20px, 2.4vw, 32px);
  left: clamp(18px, 3vw, 48px);
  top: 50%;
  width: min(460px, calc(100vw - 48px));
  margin-left: 0;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(3, 10, 8, 0.74), rgba(3, 10, 8, 0.5));
  backdrop-filter: blur(18px);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.32);
  transform: translateY(-50%);
  isolation: isolate;
}

.poster-copy-block::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 40%);
  opacity: 0.7;
  pointer-events: none;
}

.poster-word-stack {
  display: grid;
  gap: 6px;
  margin: 18px 0 16px;
  position: relative;
  z-index: 1;
}

.poster-word {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 6.4rem);
  line-height: 0.86;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--cream);
  text-wrap: balance;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transform: translateX(0);
  opacity: 0.74;
  filter: blur(0.2px);
  transition:
    transform 220ms ease,
    opacity 220ms ease,
    filter 220ms ease,
    text-shadow 220ms ease,
    color 220ms ease;
  position: relative;
}

.posters-section.is-visible .poster-word {
  animation: poster-word-rise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.poster-word:nth-child(1) {
  animation-delay: 0ms;
}

.poster-word:nth-child(2) {
  animation-delay: 110ms;
}

.poster-word:nth-child(3) {
  animation-delay: 220ms;
}

.poster-word:nth-child(4) {
  animation-delay: 330ms;
}

@keyframes poster-word-rise {
  0% {
    opacity: 0;
    transform: translateX(-18px) translateY(18px);
    filter: blur(6px);
  }
  70% {
    opacity: 1;
    transform: translateX(0) translateY(0);
    filter: blur(0);
  }
  100% {
    opacity: 0.74;
    transform: translateX(0) translateY(0);
    filter: blur(0);
  }
}

.poster-word::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.08em;
  width: 0;
  height: 0.14em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--current-accent), rgba(255, 255, 255, 0.92));
  transition: width 220ms ease;
}

.poster-word:nth-child(2n) {
  margin-left: clamp(10px, 1.8vw, 30px);
}

.poster-word:hover,
.poster-word:focus-visible,
.poster-word.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateX(8px);
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.52), 0 0 16px rgba(255, 255, 255, 0.08);
}

.poster-word:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.28);
  outline-offset: 6px;
}

.poster-word:hover::after,
.poster-word:focus-visible::after,
.poster-word.is-active::after {
  width: 100%;
}

.poster-caption {
  position: relative;
  z-index: 1;
  margin-top: 0;
  max-width: 25rem;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.68;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.32);
}

.poster-tile-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
}

.poster-tile {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.04);
  transform: none;
}

.poster-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.poster-tile.reveal {
  opacity: 0;
  transform: translateY(38px) scale(0.98);
}

.poster-tile.reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.poster-preview {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: min(54vw, 760px);
  height: 100%;
  padding: clamp(14px, 1.8vw, 24px);
  transform: translateX(108%);
  opacity: 0;
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1), opacity 360ms ease;
  pointer-events: none;
}

.poster-preview.is-active {
  transform: translateX(0);
  opacity: 1;
}

.poster-preview__frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  background: rgba(0, 0, 0, 0.16);
}

.poster-preview__frame::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.22));
  z-index: 1;
}

.poster-preview__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.project-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.project-image-wrap {
  display: grid;
  gap: 12px;
}

.project-image {
  width: 100%;
  object-fit: cover;
}

.project-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.34);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.button.light {
  background: var(--cream);
  color: var(--black);
}

.button.ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.24);
}

.cta-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.cta-block {
  display: grid;
  gap: 22px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--card-shadow);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--cream);
  padding: 14px 16px;
  font: inherit;
  line-height: 1.5;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.field textarea {
  resize: vertical;
  min-height: 140px;
}

.field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.68) 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.68) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: rgba(245, 196, 94, 0.72);
  box-shadow: 0 0 0 3px rgba(245, 196, 94, 0.14);
  background: rgba(0, 0, 0, 0.34);
}

.field--full {
  grid-column: 1 / -1;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-meta {
  margin: 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}

.contact-status {
  margin: -2px 0 0;
  min-height: 1.5em;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.contact-status[data-tone='success'] {
  color: #f2e5b3;
}

.contact-status[data-tone='warning'] {
  color: #f5c45e;
}

.contact-status[data-tone='error'] {
  color: #ffb8a6;
}

.contact-status[data-tone='pending'] {
  color: rgba(255, 255, 255, 0.56);
}

#contact .section-copy.reveal.in-view {
  transition-delay: 0ms;
}

#contact .cta-block.reveal.in-view {
  transition-delay: 110ms;
}

#contact .contact-grid > .field.reveal {
  transition-delay: 0ms;
}

#contact .contact-grid > .field.reveal:nth-child(1) {
  transition-delay: 160ms;
}

#contact .contact-grid > .field.reveal:nth-child(2) {
  transition-delay: 230ms;
}

#contact .contact-grid > .field.reveal:nth-child(3) {
  transition-delay: 300ms;
}

#contact .contact-grid > .field.reveal:nth-child(4) {
  transition-delay: 370ms;
}

#contact .contact-grid > .field.reveal:nth-child(5) {
  transition-delay: 440ms;
}

#contact .cta-actions.reveal.in-view {
  transition-delay: 520ms;
}

#contact .contact-status.reveal.in-view {
  transition-delay: 600ms;
}

#contact .contact-meta.reveal.in-view {
  transition-delay: 680ms;
}

.button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.reveal {
  --tilt: rotate(0deg);
  opacity: 0;
  transform: translateY(42px) scale(0.985) var(--tilt);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1) var(--tilt);
}

.split-reveal {
  opacity: 0;
  transform: translateY(42px) scale(0.985);
  transition: opacity 700ms ease, transform 700ms ease;
}

.split-reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.panel-inner.reveal,
.panel-inner.split-reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'brand scene'
      'nav nav';
  }

  .brand-lockup {
    grid-area: brand;
  }

  .scene-indicator {
    grid-area: scene;
    justify-self: end;
  }

  .scene-nav {
    grid-area: nav;
    justify-content: flex-start;
  }

  .hero-layout,
  .manifesto-layout,
  .motion-layout,
  .colombia-layout,
  .cash-flow-layout,
  .services-layout,
  .posters-layout,
  .project-layout,
  .cta-layout {
    grid-template-columns: 1fr;
  }

  .hero-stage,
  .manifesto-art,
  .motion-gallery {
    justify-self: start;
  }

  .hero-layout,
  .manifesto-layout,
  .motion-layout,
  .colombia-layout,
  .cash-flow-layout,
  .services-layout,
  .posters-layout,
  .project-layout,
  .cta-layout {
    min-height: auto;
  }

  .panel-inner {
    padding-top: 126px;
  }

  .colombia-layout {
    padding-bottom: 110px;
  }

  .motion-layout {
    gap: 24px;
  }

  .motion-copy {
    max-width: none;
  }

  .motion-gallery {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .motion-card {
    position: relative;
    inset: auto;
    width: 100% !important;
    height: auto !important;
    transform: none;
    aspect-ratio: 4 / 5;
  }

  .motion-card--ambient,
  .motion-card--screen {
    aspect-ratio: 16 / 10;
  }

  .motion-card--portrait {
    aspect-ratio: 4 / 5;
  }

  #websites .website-card {
    padding: 18px;
  }

  #websites .website-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    padding-bottom: 28px;
  }

  #websites .website-card {
    position: relative;
    inset: auto;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 5 / 4;
    transform: none;
    padding: 16px;
  }

  #websites .website-card__copy {
    max-width: none;
  }

  .website-marquee {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 82px;
    padding: 12px 0;
  }

  .website-marquee__group {
    gap: 24px;
    padding-right: 24px;
  }

  .website-marquee__group img {
    height: 48px;
  }

  .collage {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .collage-card,
  .collage-card.texture,
  .collage-card.city,
  .collage-card.arch {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    transform: none;
    aspect-ratio: 16 / 9;
  }

  .collage-card--note {
    aspect-ratio: auto;
    min-height: 180px;
  }

  .motion-ticker {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 4px;
  }

  .motion-title {
    max-width: none;
    font-size: clamp(2.2rem, 11vw, 4rem);
    line-height: 0.84;
  }

  .cash-flow-copy {
    max-width: none;
  }

  .cash-flow-title {
    max-width: none;
    font-size: clamp(2.8rem, 10vw, 5rem);
  }

  .cash-flow-center {
    width: min(680px, calc(100vw - 28vw));
  }

  .cash-flow-person {
    width: min(28vw, 360px);
  }

  .cash-flow-word-stack .poster-word {
    font-size: clamp(3.2rem, 8.8vw, 6.2rem);
  }

  .cash-flow-preview {
    width: min(44vw, 480px);
  }

  .posters-section::before {
    background-size: clamp(180px, 40vw, 280px);
    opacity: 0.22;
  }

  .posters-layout {
    gap: 24px;
  }

  .poster-copy-block {
    max-width: min(420px, calc(100vw - 56px));
  }

  .poster-tile-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .poster-preview {
    width: min(64vw, 560px);
  }
}

@media (max-width: 760px) {
  #events .collage,
  #events .section-copy {
    order: initial;
  }

  #events .section-title {
    max-width: 100%;
    font-size: clamp(1.9rem, 9vw, 3rem);
    line-height: 0.9;
  }

  #events .section-copy {
    max-width: 100%;
  }

  html {
    scroll-snap-type: none;
    scroll-padding-top: var(--header-offset, 82px);
  }

  .site-header {
    padding: 14px 16px;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      'brand scene'
      'nav nav';
    row-gap: 8px;
  }

  .scene-nav {
    grid-area: nav;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
    margin: 0 -2px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .scene-indicator {
    grid-area: scene;
    justify-self: end;
  }

  .scene-nav::-webkit-scrollbar {
    display: none;
  }

  .scene-nav a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
  }

  .panel-inner {
    width: min(calc(100vw - 24px), 1320px);
    padding-top: 92px;
    padding-bottom: 32px;
  }

  .hero-frame {
    transform: none;
    border-radius: 28px;
  }

  .display {
    font-size: clamp(3.2rem, 16vw, 5.6rem);
  }

  .hero-display {
    font-size: clamp(4.5rem, 23vw, 7rem);
  }

  .statement.alt {
    transform: none;
  }

  .photo-layout,
  .collage,
  .service-menu,
  .service-stack {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

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

  .photo-card,
  .collage-card,
  .service-card {
    position: relative;
    inset: auto;
    width: 100% !important;
    height: auto !important;
    transform: none;
  }

  .photo-showcase {
    min-height: auto;
    display: grid;
    gap: 12px;
    width: 100%;
    margin-top: 4px;
  }

  .photo-card {
    aspect-ratio: 4 / 5;
  }

  .photo-copy {
    max-width: none;
  }

  .photo-title {
    font-size: clamp(2.4rem, 13vw, 4.2rem);
    line-height: 0.86;
  }

  .collage-card {
    aspect-ratio: 16 / 10;
  }

  .service-menu {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-card--addon {
    grid-column: auto;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cash-flow-section {
    min-height: auto;
    display: block;
    padding-top: 86px;
  }

  .cash-flow-person {
    position: relative;
    bottom: auto;
    width: 54%;
    max-height: 44svh;
    display: inline-block;
    vertical-align: bottom;
  }

  .cash-flow-person--left {
    left: auto;
    margin-left: -8%;
  }

  .cash-flow-person--right {
    right: auto;
    margin-left: 6%;
    margin-right: -12%;
  }

  .cash-flow-center {
    width: min(calc(100vw - 24px), 620px);
    padding: 12px 0 32px;
  }

  .cash-flow-word-stack .poster-word {
    font-size: clamp(2.5rem, 14vw, 4.6rem);
    line-height: 0.82;
  }

  .cash-flow-caption {
    padding: 0 10px;
  }

  .cash-flow-preview {
    position: relative;
    left: auto;
    top: auto;
    width: min(82vw, 360px);
    height: 320px;
    margin: 0 auto 30px;
    transform: none;
    opacity: 1;
  }

  .cash-flow-preview.is-active {
    transform: none;
  }

  .posters-section .panel-inner {
    min-height: auto;
    padding-top: 88px;
    padding-bottom: 28px;
  }

  .posters-layout {
    display: grid;
    gap: 16px;
    min-height: auto;
  }

  .poster-copy-block {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: none;
    transform: none;
    padding: 18px;
  }

  .poster-word-stack {
    gap: 4px;
    margin: 14px 0 14px;
  }

  .poster-word {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
  }

  .poster-word:nth-child(2),
  .poster-word:nth-child(4) {
    margin-left: 0;
  }

  .poster-tile-stage {
    position: relative;
    inset: auto;
    min-height: 72svh;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0;
  }

  .poster-preview {
    display: none;
  }

  .poster-word {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .poster-tile {
    border-radius: 20px;
  }

  .progress-rail {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .hero-stage,
  .manifesto-art,
  .project-image-wrap,
  .cta-block {
    width: 100%;
  }

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

  .field--full {
    grid-column: auto;
  }

  .cta-actions {
    flex-direction: column;
  }

  .hero-card,
  .hero-note {
    font-size: 10px;
  }

  .hero-logo-row {
    left: 16px;
    right: 16px;
    bottom: 104px;
    width: calc(100% - 32px);
    gap: 14px;
  }

  .hero-logo-row img {
    height: 52px;
  }

  .hero-card {
    top: 12px;
    right: 12px;
    padding: 12px 14px;
    gap: 6px;
  }

  .hero-note {
    left: 12px;
    bottom: 12px;
    padding: 8px 10px;
  }

  .button {
    width: 100%;
  }

  .book-now-fab {
    right: 12px;
    left: auto;
    bottom: 16px;
    transform: none;
    padding: 12px 14px;
  }

  .chat-widget {
    left: 12px;
    bottom: 16px;
  }

  .chat-widget__launcher {
    padding: 11px 14px 11px 12px;
  }

  .book-now-pointer {
    right: 104px;
    bottom: 86px;
    width: 82px;
    height: 60px;
  }

  .book-now-fab:hover,
  .book-now-fab:focus-visible {
    transform: translateY(-3px);
  }

  .book-now-fab__text {
    font-size: 10px;
    letter-spacing: 0.16em;
  }

  .chat-widget__copy span {
    display: none;
  }

  .chat-widget__panel {
    left: 12px;
    right: 12px;
    bottom: 80px;
    width: auto;
    max-height: 74vh;
  }

  .chat-widget__brand h2 {
    font-size: 24px;
  }

  .chat-widget__message {
    max-width: 100%;
  }
}

#services .cash-flow-word-panel {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

#services .cash-flow-word-panel::before {
  display: none;
}

#services .cash-flow-caption {
  color: rgba(10, 10, 10, 0.72);
  text-shadow: none;
}

#services .cash-flow-preview {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  display: block;
  width: min(860px, calc(100vw - 30vw));
  height: auto;
  margin: 14px auto 0;
  padding: 0;
  transform: none;
  opacity: 1;
}

#services .cash-flow-preview.is-active {
  transform: none;
  opacity: 1;
}

#services .cash-flow-preview .cash-flow-preview__frame {
  width: 100%;
}

#services .cash-flow-preview__frame {
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 14px 18px;
  padding: 14px 16px;
}

#services .cash-flow-preview__copy {
  align-content: start;
}

#services .cash-flow-preview__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#services .cash-flow-preview__tile {
  aspect-ratio: 0.82;
}

#services .cash-flow-preview__tile--empty {
  visibility: hidden;
}

@media (max-width: 1120px) {
  .cash-flow-center {
    width: min(860px, calc(100vw - 24vw));
  }

  .cash-flow-word-stack .poster-word {
    font-size: clamp(2.05rem, 4.2vw, 4rem);
  }

  #services .cash-flow-preview {
    width: min(860px, calc(100vw - 24vw));
  }
}

@media (max-width: 760px) {
  .cash-flow-word-stack {
    grid-template-columns: 1fr;
  }

  #services .cash-flow-preview {
    width: min(88vw, 360px);
    margin: 12px auto 24px;
  }

  #services .cash-flow-preview__frame {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  #services .cash-flow-preview__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .split-reveal,
  .scene-nav a {
    opacity: 1;
    transform: none;
  }

  .book-now-fab,
  .book-now-fab::before {
    animation: none !important;
  }

  .chat-widget__launcher,
  .chat-widget__launcher::before {
    animation: none !important;
  }

  .book-now-pointer,
  .book-now-pointer__path,
  .book-now-pointer__head {
    animation: none !important;
  }

  .book-now-pointer__path {
    stroke-dashoffset: 0;
    opacity: 1;
  }

  .book-now-pointer__head {
    opacity: 1;
  }

  .website-marquee__track {
    animation: none !important;
    transform: none !important;
  }

  .chat-widget__panel {
    transition: none;
  }
}
