:root {
  --bg: #000000;
  --panel: #0d0d0d;
  --text: #ffffff;
  --muted: #c6b8a6;
  --tan: #a38560;
  --maroon: #390517;
  --green: #16302b;
  --nav-gated-green: #1a5638;
  --nav-gated-green-hover: #2a7a52;
  --line: #1f1f1f;
  /* Moodboard: deep emerald base + light stone text */
  --vision-deep: #03110d;
  --vision-stone: #e0e0e0;
}

@font-face {
  font-family: "Konexy";
  src: url("./fonts/Konexy-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Mercenary";
  src: url("./fonts/mercenary-regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Mercenary Thin";
  src: url("./fonts/mercenary-thin.otf") format("opentype");
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
}

body {
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
}

body.modal-open {
  overflow: hidden;
}

body.custom-cursor-enabled,
body.custom-cursor-enabled *,
html.custom-cursor-enabled,
html.custom-cursor-enabled * {
  cursor: none !important;
}

.cursor-pill {
  position: fixed;
  top: 0;
  left: 0;
  width: 24px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  pointer-events: none;
  z-index: 25000;
  backdrop-filter: blur(1.2px);
  transition:
    width 0.14s ease,
    height 0.14s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.18s ease;
}

body.stats-cursor-glow .cursor-pill {
  border-color: rgba(201, 168, 122, 0.92);
  box-shadow:
    0 0 6px rgba(201, 168, 122, 0.45),
    0 0 14px rgba(163, 133, 96, 0.28);
}

.cursor-pill--down {
  width: 18px;
  height: 9px;
  border-color: rgba(163, 133, 96, 0.92);
}

.cursor-pill--sound {
  width: auto;
  min-width: 5.6rem;
  height: auto;
  padding: 0.5rem 0.88rem;
  border: 1px solid rgba(163, 133, 96, 0.85);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: none;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  line-height: 1;
  box-sizing: border-box;
}

.cursor-pill--sound.cursor-pill--down {
  width: auto;
  min-width: 5.6rem;
  height: auto;
  transform-origin: center center;
  border-color: rgba(163, 133, 96, 0.95);
  background: rgba(163, 133, 96, 0.28);
}

body.work-sound-cursor-active .work-feature-video,
body.work-sound-cursor-active .story-copy-video {
  cursor: none;
}

@media (pointer: fine) {
  body.custom-cursor-enabled .work-audio-toggle {
    opacity: 0;
    pointer-events: none;
  }
}

.drift-letter {
  display: inline-block;
  will-change: transform;
  transition: transform 180ms linear;
}

.drift-word {
  display: inline-block;
  white-space: nowrap;
}

.slice-target {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.slice-target .slice-ghost {
  visibility: hidden;
}

.slice-target .slice-layer {
  position: absolute;
  inset: 0;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  will-change: transform;
}

.slice-target .slice-layer--top {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}

.slice-target .slice-layer--bottom {
  clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}

.slice-target.is-active .slice-layer--top {
  transform: translateX(-16px);
}

.slice-target.is-active .slice-layer--bottom {
  transform: translateX(16px);
}

body.intro-active {
  overflow: hidden;
}

.intro-splash {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse 120% 80% at 50% 100%, rgba(22, 48, 43, 0.35), transparent 55%),
    radial-gradient(ellipse 90% 60% at 70% 30%, rgba(57, 5, 23, 0.25), transparent 50%),
    linear-gradient(165deg, #0c1210 0%, #050807 45%, #0a0f0e 100%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.85s ease;
}

.intro-splash--exiting {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 0.85s ease,
    visibility 0s linear 0.85s;
}

.intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.intro-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 75% 65% at 50% 45%, transparent 0%, rgba(0, 0, 0, 0.45) 100%);
}

.intro-audio-btn {
  position: absolute;
  z-index: 4;
  bottom: 1.75rem;
  left: 1.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  font-family: "Mercenary", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.intro-splash--muted .intro-audio-btn {
  display: inline-flex;
}

.intro-audio-btn:hover {
  background: rgba(163, 133, 96, 0.25);
  border-color: rgba(163, 133, 96, 0.45);
}

.intro-skip {
  position: absolute;
  bottom: 1.75rem;
  right: 1.75rem;
  z-index: 3;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}

.intro-skip:hover {
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .intro-splash,
  .intro-splash--exiting {
    transition: none;
  }
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.brand {
  color: var(--text);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  height: 26px;
  width: auto;
}

.nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.95rem;
}

.nav .btn {
  font-size: 0.78rem;
}

.nav .btn.btn-small {
  font-size: 0.72rem;
  line-height: 1.2;
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 28px;
  height: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.nav-toggle-icon {
  position: relative;
  width: 16px;
  height: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-toggle-icon span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 999px;
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, 80vw);
  z-index: 40;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.3, 0.7, 0.2, 1);
  background: rgba(0, 0, 0, 0.96);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-drawer-inner {
  height: 100%;
  padding: 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.nav-drawer-close {
  position: relative;
  align-self: flex-start;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.nav-drawer-close span {
  position: absolute;
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
}

.nav-drawer-close span:first-child {
  transform: rotate(45deg);
}

.nav-drawer-close span:last-child {
  transform: rotate(-45deg);
}

.nav-drawer-close--bottom {
  margin-top: 0;
  align-self: flex-start;
  margin-left: 0;
}

.nav-drawer-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-drawer-list--gated {
  gap: 1.1rem;
}

.nav-drawer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.nav-drawer-list a {
  color: #fff;
  text-decoration: none;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.nav-drawer.is-open {
  transform: translateX(0);
}

.hero {
  position: relative;
  min-height: calc(100dvh - 73px);
  min-height: calc(100vh - 73px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.58;
}

.hero-media-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at var(--hero-light-x, 50%) var(--hero-light-y, 40%),
      rgba(255, 255, 255, 0.14),
      transparent 42%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.72) 68%, rgba(0, 0, 0, 0.9) 100%),
    radial-gradient(circle at 80% 25%, rgba(57, 5, 23, 0.28), transparent 45%),
    radial-gradient(circle at 10% 80%, rgba(22, 48, 43, 0.28), transparent 35%);
  transition: background-position 0.18s ease-out;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(4.5rem, 8vw, 6rem);
}

.hero-heading {
  font-family: "Konexy", Arial, sans-serif;
  font-size: clamp(2.2rem, 6.8vw, 5.4rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
}

.hero-line {
  display: inline-block;
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-lines-revealed .hero-line:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.0s;
}

.hero-lines-revealed .hero-line:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.hero-lines-revealed .hero-line:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.hero-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(1.5rem, 4vw, 2.25rem);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  transform: translateX(-50%);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245, 240, 230, 0.6);
  pointer-events: none;
}

.hero-scroll-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(245, 240, 230, 0.7);
  box-shadow: 0 0 0 0 rgba(245, 240, 230, 0.4);
  animation: hero-scroll-pulse 2s ease-in-out infinite;
}

.hero-scroll-label {
  opacity: 0.72;
}

@keyframes hero-scroll-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 240, 230, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(245, 240, 230, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(245, 240, 230, 0);
  }
}

@keyframes hero-scroll-fade {
  0% {
    opacity: 0.0;
  }
  30% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--tan);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.1;
}

h1 {
  font-family: "Konexy", Arial, sans-serif;
  font-size: clamp(2.2rem, 6.8vw, 5.4rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h2 {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
}

h3 {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 1.3rem;
}

.lead {
  max-width: 620px;
  margin: 1.25rem 0 2rem;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 300;
}

p {
  font-weight: 300;
}

.btn {
  display: inline-block;
  padding: 0.85rem 1.25rem;
  border: 1px solid var(--tan);
  background: transparent;
  color: var(--text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.78rem;
   border-radius: 999px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn:hover {
  background: var(--tan);
  color: #000;
}

.work-skip-btn {
  background: transparent;
  position: sticky;
  bottom: 2.5rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: 0;
  z-index: 5;
}

.work-skip-btn:hover {
  background: transparent;
  color: var(--text);
}

.btn--natural-case {
  text-transform: none;
  letter-spacing: 0.05em;
}

.btn-small {
  padding: 0.55rem 0.9rem;
  font-size: 0.72rem;
}

.section {
  padding: 8.5rem 0;
  border-bottom: 1px solid var(--line);
}

.section-alt {
  background: var(--panel);
}

.scroll-reel-section {
  position: relative;
  min-height: 180vh;
  border-bottom: 1px solid var(--line);
}

.scroll-reel-inner {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0 3rem;
  background: radial-gradient(circle at 10% 20%, rgba(22, 48, 43, 0.25), transparent 45%), #000;
}

.scroll-reel-video {
  width: min(92vw, 1120px);
  max-height: 80vh;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: #000;
  object-fit: cover;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.85);
}

.scroll-reel-copy {
  position: absolute;
  max-width: min(640px, 82vw);
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 1.12rem;
  line-height: 2;
  color: rgba(245, 240, 230, 0.35);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
  transform: translateY(120%);
  transition: transform 0.18s linear;
  pointer-events: none;
}

.scroll-reel-copy p {
  margin: 0.5rem 0;
}

.scroll-word {
  transition: color 0.22s linear, opacity 0.22s linear;
  opacity: 0.35;
}

.scroll-word--active {
  color: #ffffff;
  opacity: 1;
}

.section-head {
  margin-bottom: 3rem;
}

.grid {
  display: grid;
  gap: 1rem;
}

.work-showcase-section {
  position: relative;
  padding-bottom: 5.5rem;
}

.work-showcase-head {
  margin-bottom: 1.5rem;
}

.work-showcase {
  position: relative;
  width: min(96vw, 1600px);
  margin: 0 auto;
  min-height: 86vh;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #040404;
}

.work-feature-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.22s ease, transform 0.28s ease;
}

.work-showcase--switching .work-feature-video {
  opacity: 0.68;
  transform: scale(1.01);
}

.work-feature-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.18) 55%, rgba(0, 0, 0, 0.58) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}

.work-pill-strip-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
  width: auto;
  padding: 0 clamp(0.75rem, 1.4vw, 1.35rem);
  box-sizing: border-box;
}

.work-feature-caption {
  margin: 0;
  padding: 0 0.25rem;
  width: 100%;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.9);
}

.work-feature-caption-client {
  display: block;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
}

.work-feature-caption-kind {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  color: rgba(163, 133, 96, 0.96);
  font-weight: 400;
}

.work-pill-strip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0.35rem 0.15rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

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

.work-pill-scroll-hint {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  user-select: none;
  pointer-events: none;
}

.work-pill-scroll-hint[hidden] {
  display: none;
}

.work-pill-scroll-arrow {
  display: inline-block;
  font-size: 0.95rem;
  line-height: 1;
  color: rgba(163, 133, 96, 0.85);
  animation: work-pill-scroll-nudge 1.6s ease-in-out infinite;
}

@keyframes work-pill-scroll-nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-pill-scroll-arrow {
    animation: none;
  }

  .work-pill::before {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(12, 11, 9, 0.58);
  }

  .pill-letter {
    transition: none !important;
    transform: none !important;
  }
}

.work-audio-toggle {
  position: absolute;
  right: 1.25rem;
  bottom: 9.1rem;
  z-index: 3;
  border: 1px solid rgba(163, 133, 96, 0.85);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.5rem 0.88rem;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.work-audio-toggle:hover {
  background: rgba(163, 133, 96, 0.28);
  border-color: rgba(163, 133, 96, 0.95);
}

.work-pill {
  position: relative;
  flex: 0 0 140px;
  width: 140px;
  height: 64px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(0, 0, 0, 0.48);
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.work-pill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: 1;
  pointer-events: none;
  background: rgba(12, 11, 9, 0.52);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 1;
  transition: opacity 0.32s ease;
}

.work-pill.is-active::before,
.work-pill:hover::before,
.work-pill:focus-visible::before {
  opacity: 0;
}

.work-pill:not(.is-active):not(:hover):not(:focus-visible) {
  border-color: rgba(255, 255, 255, 0.22);
}

.work-pill:hover,
.work-pill:focus-visible,
.work-pill.is-active {
  border-color: rgba(163, 133, 96, 0.92);
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(163, 133, 96, 0.75),
    0 0 18px rgba(163, 133, 96, 0.5),
    0 0 34px rgba(163, 133, 96, 0.26);
}

.work-pill-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.92) brightness(0.9);
}

.work-pill.is-active .work-pill-video {
  filter: saturate(1) brightness(1);
}

.work-pill-label {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0.35rem 0.5rem;
  background: radial-gradient(
    ellipse 92% 78% at 50% 50%,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.38) 48%,
    transparent 72%
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.work-pill-label-client,
.work-pill-label-kind {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
  text-shadow:
    0 0 12px rgba(0, 0, 0, 0.9),
    0 1px 3px rgba(0, 0, 0, 0.95);
}

.work-pill-label-client {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  position: relative;
}

.work-pill-label-kind {
  font-size: 0.47rem;
  margin-top: 0.08rem;
  letter-spacing: 0.03em;
  color: rgba(210, 198, 180, 0.96);
}

.work-pill-label-kind:empty {
  display: none;
}

.work-feature-caption-kind[hidden] {
  display: none;
}

.pill-letter {
  --drift-x: 0px;
  --drift-y: 0px;
  --drift-r: 0deg;
  position: relative;
  display: inline-block;
  line-height: 1;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease;
  transform-origin: center center;
  will-change: transform;
}

.pill-letter.is-drifting {
  transform: translate3d(var(--drift-x), var(--drift-y), 0) rotate(var(--drift-r));
}

.pill-letter-space {
  display: inline-block;
  width: 0.35em;
}

.hero-line .pill-letter {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  line-height: 0.88;
  color: inherit;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.22s ease;
}

.hero-line .pill-letter:hover {
  color: var(--tan);
}

.card-tag {
  color: var(--tan);
  margin: 0 0 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
}

.service-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  align-items: end;
}

.service-row h3 {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.services-quiz {
  margin-top: 1.6rem;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #070707;
  padding: 1.4rem;
}

.services-quiz-head p {
  color: var(--muted);
  margin: 0.5rem 0 0;
}

.quiz-form {
  margin-top: 1.1rem;
  display: grid;
  gap: 0.9rem;
}

.quiz-question {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.95rem;
  background: #040404;
}

.quiz-question p {
  margin: 0 0 0.55rem;
  font-family: "Mercenary", Arial, sans-serif;
}

.quiz-question label {
  display: block;
  color: var(--muted);
  margin: 0.35rem 0;
  cursor: pointer;
}

.quiz-question input {
  margin-right: 0.45rem;
}

.quiz-actions {
  margin-top: 0.3rem;
}

.quiz-results {
  display: none;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  background: #030303;
}

.quiz-results.active {
  display: block;
}

.quiz-results h4 {
  margin: 0 0 0.6rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 1.15rem;
}

.quiz-results ul {
  margin: 0;
  padding-left: 1rem;
}

.quiz-results li {
  color: var(--muted);
  margin: 0.35rem 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2.4rem;
  perspective: 1400px;
}

.testimonial-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 1.6rem;
  background: #070707;
  transform-origin: top center;
  transform: rotateX(-72deg) translateY(-0.35rem);
  opacity: 0;
  backface-visibility: hidden;
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease,
    box-shadow 0.9s ease;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
}

.testimonial-card.is-folded-in {
  transform: rotateX(0deg) translateY(0);
  opacity: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.testimonial-card h3 {
  margin: 0;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 1.35rem;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

/* .slice-text is split into per-letter .drift-letter (inline-block) for the hover effect;
   inline-block allows line breaks between any two letters — inline keeps whole words together */
.testimonial-card h3 .drift-letter {
  display: inline;
}

.testimonial-card p {
  margin-top: 0.75rem;
  color: var(--muted);
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.testimonial-card .testimonial-attribution {
  margin-top: 1.1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: rgba(245, 240, 230, 0.72);
}

.stats-section {
  background: #050505;
}

.stats-grid {
  display: grid;
  gap: 1.75rem;
}

.stat-lane {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  will-change: transform;
}

.stat-number {
  font-family: "Konexy", Arial, sans-serif;
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tan);
}

.stat-plus {
  font-size: 0.5em;
  vertical-align: super;
}

.stat-label {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--tan);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
}

.logos-wall {
  margin-top: 2.1rem;
  padding: 1.4rem 0 1.4rem;
  border-top: 1px solid var(--line);
}

/* Default .section padding leaves a large gap below the marquee; balance the band above/below the logo row */
#stats.section {
  padding-bottom: 2.75rem;
  overflow: visible;
}

#stats .container {
  overflow: visible;
}

#testimonials.section {
  padding-bottom: 2.75rem;
}

#testimonials .container {
  overflow: visible;
}

#testimonials .testimonials-head {
  margin-bottom: 1.5rem;
}

.logos-wall-eyebrow {
  margin: 0 0 1rem;
  color: var(--tan);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
}

.logos-marquee {
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  mask-image: linear-gradient(
    to right,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}

.logos-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: logos-marquee-scroll 62s linear infinite;
  will-change: transform;
}

.logos-marquee-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0 3.75rem;
  padding-right: 3.75rem;
}

@keyframes logos-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logos-marquee-track {
    animation: none;
    transform: translateX(0);
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    row-gap: 1.25rem;
  }

  .logos-marquee-group {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 56rem;
    padding-right: 0;
    gap: 1rem 1.5rem;
  }

  .logos-marquee-group[aria-hidden="true"] {
    display: none;
  }

  .logos-marquee {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.logos-item {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 0.35rem;
}

.logos-img {
  max-width: 200px;
  max-height: 58px;
  width: auto;
  height: auto;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0.92;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.logos-img--larger {
  max-height: 62px;
  max-width: 214px;
}

.logos-img--native {
  filter: none;
}

.logos-marquee .logos-img--native {
  filter: brightness(1.12);
}

/* NBE.svg is PNG-in-SVG; any filter on <img> can read as a solid white block */
.logos-marquee .logos-img--nbe {
  filter: none;
}

.logos-item:hover .logos-img {
  opacity: 1;
  transform: translateY(-2px);
}

.storytellers-section {
  background: #000;
  padding-top: clamp(1rem, 2.2vw, 1.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.storytellers-section .section-head {
  margin-bottom: 1.5rem;
}

.story-grid {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
}

.story-card {
  position: relative;
  border-radius: 18px;
  min-height: 200px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  color: #ffffff;
  isolation: isolate;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(163, 133, 96, 0.32);
  box-shadow:
    0 0 0 1px rgba(163, 133, 96, 0.18),
    0 0 22px rgba(163, 133, 96, 0.24),
    0 0 44px rgba(201, 168, 122, 0.12);
}

.story-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--story-image), radial-gradient(circle at 10% 0%, rgba(163, 133, 96, 0.35), transparent 55%), linear-gradient(180deg, #151515 0%, #050505 100%);
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) brightness(0.88);
  transition: filter 0.45s ease, transform 0.45s ease, opacity 0.45s ease;
  z-index: 0;
}

.story-card-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.05) brightness(0.88);
  transition: filter 0.45s ease, transform 0.45s ease;
  z-index: 0;
  pointer-events: none;
}

.story-card-video--pos-left {
  object-position: 22% center;
}

.story-card-video--pos-right {
  object-position: 78% center;
}

.story-card-video--pos-right-soft {
  object-position: 58% center;
}

.story-card-video--pos-ryder {
  object-position: right center;
  transform: scale(1.1);
  transform-origin: right center;
}

.story-card--has-video::before {
  opacity: 0;
}

.story-card--has-video:hover .story-card-video,
.story-card--has-video:focus-visible .story-card-video {
  filter: saturate(1.1) brightness(1);
  transform: scale(1.03);
}

.story-card--has-video:hover .story-card-video--pos-ryder,
.story-card--has-video:focus-visible .story-card-video--pos-ryder {
  transform: scale(1.13);
}

.story-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 1;
  transition: top 0.45s ease;
}

.story-card:hover::before,
.story-card:focus-visible::before {
  filter: saturate(1.1) brightness(1);
  transform: scale(1.03);
}

.story-card:hover::after,
.story-card:focus-visible::after {
  top: 0;
}

.story-card-body {
  position: relative;
  z-index: 2;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

.story-name,
.story-role,
.story-description {
  margin: 0;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.28s ease 0.2s,
    transform 0.28s ease 0.2s,
    color 0.28s ease;
}

.story-name {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.story-role {
  margin-top: 0.3rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.72);
  transition-delay: 0.28s;
}

.story-description {
  margin-top: 0.45rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.45;
  transition-delay: 0.36s;
}

.story-card:hover .story-name,
.story-card:hover .story-role,
.story-card:hover .story-description,
.story-card:focus-visible .story-name,
.story-card:focus-visible .story-role,
.story-card:focus-visible .story-description {
  color: #ffffff;
  opacity: 1;
  transform: translateY(0);
}

.story-card:hover .story-role,
.story-card:focus-visible .story-role {
  color: rgba(255, 255, 255, 0.72);
}

@media (hover: none) {
  .story-card:active::after {
    top: 0;
  }

  .story-card:active::before {
    filter: saturate(1.1) brightness(1);
    transform: scale(1.03);
  }

  .story-card--has-video:active .story-card-video {
    filter: saturate(1.1) brightness(1);
    transform: scale(1.03);
  }

  .story-card--has-video:active .story-card-video--pos-ryder {
    transform: scale(1.13);
  }

  .story-card:active .story-name,
  .story-card:active .story-role,
  .story-card:active .story-description {
    color: #ffffff;
    opacity: 1;
    transform: translateY(0);
  }

  .story-card:active .story-role {
    color: rgba(255, 255, 255, 0.72);
  }
}

.story-copy {
  margin-top: 2.1rem;
  max-width: 860px;
}

.story-copy-lead {
  margin: 0.55rem 0;
  max-width: none;
  color: var(--muted);
  text-transform: uppercase;
  white-space: nowrap;
}

.story-copy p {
  margin: 0.55rem 0;
  color: var(--muted);
  text-transform: uppercase;
}

.story-video-wrap {
  margin-top: 1.25rem;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.story-video-card {
  width: min(92vw, 1240px);
  max-width: calc(100vw - 2rem);
  margin: 0;
}

.story-video-card-title {
  margin: 0 0 0.65rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--tan);
}

.story-video-card-media {
  position: relative;
}

.story-copy-video {
  width: 100%;
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(163, 133, 96, 0.75);
  background: #000;
  display: block;
  box-shadow:
    0 0 0 1px rgba(163, 133, 96, 0.45),
    0 0 18px rgba(163, 133, 96, 0.42),
    0 0 36px rgba(201, 168, 122, 0.28),
    0 0 56px rgba(163, 133, 96, 0.18);
}

.story-video-play-toggle {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  border: 1px solid rgba(163, 133, 96, 0.85);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.5rem 0.88rem;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.story-video-play-toggle:hover,
.story-video-play-toggle:focus-visible {
  background: rgba(163, 133, 96, 0.28);
  border-color: rgba(163, 133, 96, 0.95);
  box-shadow:
    0 0 0 1px rgba(163, 133, 96, 0.45),
    0 0 16px rgba(163, 133, 96, 0.32);
  outline: none;
}

.story-copy-accent {
  margin-top: 0.9rem;
  font-style: italic;
  color: #fff;
}

.story-join {
  margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-card {
    transform: none;
    opacity: 1;
    box-shadow: none;
    transition: none;
  }
}

@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .logos-marquee-group {
    gap: 0 2rem;
    padding-right: 2rem;
  }

  .work-showcase {
    min-height: 66vh;
    border-radius: 24px;
  }

  .work-pill-strip-wrap {
    padding: 0 0.65rem;
  }

  .work-pill {
    flex: 0 0 120px;
    width: 120px;
    height: 58px;
  }

  .work-feature-caption-client {
    font-size: 0.66rem;
  }

  .work-feature-caption-kind {
    font-size: 0.62rem;
  }

  .work-audio-toggle {
    right: 0.9rem;
    bottom: 8.35rem;
  }
}

.about-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
}

.about-wrap-head {
  position: static;
}

.about-wrap-body {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.about-intro {
  margin: 0;
  max-width: 52ch;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.75;
}

.about-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  max-width: 52ch;
}

.about-pillar {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 0 1rem 1.1rem;
  border-left: 1px solid color-mix(
    in srgb,
    rgba(163, 133, 96, 0.15) calc((1 - var(--about-reveal, 0)) * 100%),
    rgba(163, 133, 96, 0.55) calc(var(--about-reveal, 0) * 100%)
  );
}

.about-pillar-label {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-pillar-desc {
  font-size: 0.95rem;
  line-height: 1.6;
}

.about-cta {
  align-self: flex-start;
  margin-top: 0.25rem;
  opacity: var(--about-reveal, 0);
  transform: translateY(calc((1 - var(--about-reveal, 0)) * 8px));
  --about-cta-glow: 0;
  box-shadow:
    0 0 calc(4px + var(--about-cta-glow) * 10px) rgba(163, 133, 96, calc(0.08 + var(--about-cta-glow) * 0.42)),
    0 0 calc(10px + var(--about-cta-glow) * 22px) rgba(163, 133, 96, calc(0.06 + var(--about-cta-glow) * 0.34)),
    0 0 calc(20px + var(--about-cta-glow) * 44px) rgba(201, 168, 122, calc(0.04 + var(--about-cta-glow) * 0.28)),
    0 0 calc(36px + var(--about-cta-glow) * 72px) rgba(163, 133, 96, calc(0.02 + var(--about-cta-glow) * 0.22));
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.12s linear;
}

.about-cta:hover {
  box-shadow:
    0 0 calc(6px + var(--about-cta-glow) * 12px) rgba(163, 133, 96, calc(0.16 + var(--about-cta-glow) * 0.48)),
    0 0 calc(14px + var(--about-cta-glow) * 26px) rgba(163, 133, 96, calc(0.1 + var(--about-cta-glow) * 0.38)),
    0 0 calc(24px + var(--about-cta-glow) * 48px) rgba(201, 168, 122, calc(0.08 + var(--about-cta-glow) * 0.32)),
    0 0 calc(40px + var(--about-cta-glow) * 76px) rgba(163, 133, 96, calc(0.05 + var(--about-cta-glow) * 0.26));
}

.about-scroll-section {
  padding: clamp(2.75rem, 5vw, 4rem) 0 clamp(3rem, 5vw, 4.25rem);
  overflow: visible;
  margin-top: -1.5rem;
}

.about-scroll-track {
  height: auto;
}

.about-scroll-sticky {
  position: relative;
  height: auto;
  display: block;
  padding-top: 0;
  overflow: visible;
}

.about-scroll-panel {
  width: 100%;
  --about-reveal: 0;
  will-change: transform, opacity;
}

.about-scroll-panel .about-wrap-head .eyebrow {
  color: color-mix(
    in srgb,
    #3d3428 calc((1 - var(--about-reveal, 0)) * 100%),
    var(--tan) calc(var(--about-reveal, 0) * 100%)
  );
}

.about-scroll-panel .about-wrap-head h2,
.about-scroll-panel .about-intro,
.about-scroll-panel .about-pillar-label {
  color: color-mix(
    in srgb,
    #3a3a3a calc((1 - var(--about-reveal, 0)) * 100%),
    #ffffff calc(var(--about-reveal, 0) * 100%)
  );
}

.about-scroll-panel .about-pillar-desc {
  color: color-mix(
    in srgb,
    #4a4035 calc((1 - var(--about-reveal, 0)) * 100%),
    var(--muted) calc(var(--about-reveal, 0) * 100%)
  );
}

.about-wrap p {
  margin: 0;
  font-weight: 300;
  max-width: 52ch;
}

.section-contact {
  background:
    linear-gradient(130deg, rgba(57, 5, 23, 0.18), transparent 35%),
    linear-gradient(310deg, rgba(22, 48, 43, 0.2), transparent 35%);
}

.contact-cta {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.contact-cta-copy {
  margin: 1rem 0 1.5rem;
  color: var(--muted);
  font-weight: 300;
  line-height: 1.65;
}

body.contact-modal-open {
  overflow: hidden;
}

body.contact-modal-open.custom-cursor-enabled .cursor-pill {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

body.contact-modal-open.custom-cursor-enabled .contact-modal,
body.contact-modal-open.custom-cursor-enabled .contact-modal * {
  cursor: auto !important;
}

body.contact-modal-open.custom-cursor-enabled .contact-modal input,
body.contact-modal-open.custom-cursor-enabled .contact-modal textarea {
  cursor: text !important;
}

body.contact-modal-open.custom-cursor-enabled .contact-modal button,
body.contact-modal-open.custom-cursor-enabled .contact-modal a {
  cursor: pointer !important;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.contact-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.contact-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 440px);
  background: #0a0a0a;
  border: 1px solid rgba(163, 133, 96, 0.28);
  border-radius: 22px;
  padding: 2rem 1.75rem 1.75rem;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.65);
}

.contact-modal-close {
  position: absolute;
  top: -0.5rem;
  right: 0;
  transform: translateY(-100%);
  border: 1px solid rgba(163, 133, 96, 0.45);
  background: #0a0a0a;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.contact-modal-close:hover {
  background: rgba(163, 133, 96, 0.15);
  border-color: rgba(163, 133, 96, 0.75);
  color: #fff;
}

.contact-modal-status {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(224, 224, 224, 0.88);
}

.contact-modal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d6a4f;
  flex-shrink: 0;
}

.contact-modal-title {
  margin: 0 0 1.25rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  line-height: 1.45;
  color: var(--text);
}

.contact-modal-cta-line {
  margin: 0 0 0.85rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(163, 133, 96, 0.85);
}

.contact-modal-email {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-modal-email:hover {
  color: var(--tan);
}

/* —— Contact enquiry form (Let's Talk modal) —— */

.contact-modal-panel--enquiry {
  width: min(100%, 680px);
  background: #0a0a0a;
  border: 1px solid rgba(163, 133, 96, 0.28);
  border-radius: 22px;
  padding: clamp(1.85rem, 4vw, 2.35rem);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.65);
}

.contact-modal-panel--enquiry .contact-modal-status {
  margin-bottom: 0.85rem;
}

.contact-modal-panel--enquiry .contact-modal-cta-line {
  margin: 0 0 1.35rem;
}

.contact-enquiry-title {
  margin: 0 0 0.65rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--text);
}

.contact-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-enquiry-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
}

.contact-enquiry-row--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-enquiry-field {
  display: block;
}

.contact-enquiry-field input,
.contact-enquiry-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(163, 133, 96, 0.38);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.9rem 1rem;
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--text);
}

.contact-enquiry-field input::placeholder,
.contact-enquiry-field textarea::placeholder {
  color: rgba(224, 224, 224, 0.45);
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-enquiry-field textarea {
  text-transform: none;
  letter-spacing: 0.02em;
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  min-height: 9rem;
  resize: vertical;
}

/* Booking / submission bubbles — shared gold focus glow */
.property-order-input,
.property-order-textarea,
.contact-enquiry-field input,
.contact-enquiry-field textarea,
.vision-advisory-gate-input,
.vision-gate-input {
  transition:
    border-color 0.2s ease,
    box-shadow 0.25s ease,
    background-color 0.2s ease,
    outline-color 0.2s ease;
}

.property-order-input:focus,
.property-order-textarea:focus,
.property-order-input:focus-visible,
.property-order-textarea:focus-visible,
.contact-enquiry-field input:focus,
.contact-enquiry-field textarea:focus,
.contact-enquiry-field input:focus-visible,
.contact-enquiry-field textarea:focus-visible,
.vision-advisory-gate-input:focus,
.vision-advisory-gate-input:focus-visible,
.vision-gate-input:focus,
.vision-gate-input:focus-visible {
  outline: none;
  border-color: rgba(163, 133, 96, 0.88);
  box-shadow:
    0 0 0 1px rgba(163, 133, 96, 0.55),
    0 0 16px rgba(163, 133, 96, 0.42),
    0 0 32px rgba(201, 168, 122, 0.24);
}

.property-order-input:focus,
.property-order-textarea:focus,
.property-order-input:focus-visible,
.property-order-textarea:focus-visible,
.vision-gate-input:focus,
.vision-gate-input:focus-visible {
  background: rgba(163, 133, 96, 0.07);
}

.contact-enquiry-field input:focus,
.contact-enquiry-field textarea:focus,
.contact-enquiry-field input:focus-visible,
.contact-enquiry-field textarea:focus-visible {
  background: rgba(163, 133, 96, 0.1);
}

.vision-advisory-page .vision-advisory-gate-field:focus-within,
.originals-locked-page .vision-advisory-gate-field:focus-within,
.mcgrath-clients-locked-page .vision-advisory-gate-field:focus-within {
  border-color: rgba(163, 133, 96, 0.75);
  box-shadow:
    0 10px 32px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(163, 133, 96, 0.55),
    0 0 16px rgba(163, 133, 96, 0.42),
    0 0 32px rgba(201, 168, 122, 0.24);
}

.contact-enquiry-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.35rem;
}

.contact-modal-panel--enquiry .contact-enquiry-submit {
  color: var(--text);
  border-color: var(--tan);
  cursor: pointer;
}

.contact-modal-panel--enquiry .contact-enquiry-submit:hover:not(:disabled) {
  background: var(--tan);
  color: #000;
}

.contact-modal-panel--enquiry .contact-enquiry-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.contact-enquiry-status {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(224, 224, 224, 0.62);
}

.contact-enquiry-status.is-error {
  color: #e08a8a;
}

.contact-enquiry-success {
  padding: 0.5rem 0 0.25rem;
}

.contact-enquiry-success p {
  margin: 0;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--text);
}

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

@media (max-width: 640px) {
  .contact-enquiry-row--split {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-modal-panel--enquiry {
    padding: 1.35rem 1.15rem;
  }
}

/* Removed .our-work-stack / .work-pill / .work-modal styles (Our Work page deleted) */

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 1.15rem;
  background: #000;
}

.bottom-fold-precopy {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.bottom-fold-meta + .bottom-fold-precopy {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  max-width: none;
  white-space: nowrap;
}

.bottom-fold .container > .bottom-fold-logo:first-child {
  margin-top: 0;
}

.bottom-fold-logo {
  margin: 1rem 0 0.7rem;
  width: min(13%, 132px);
  height: auto;
  display: block;
  transform-origin: bottom center;
  transform: translateY(72%) rotateX(72deg);
  opacity: 0;
  transition: transform 0.95s cubic-bezier(0.2, 0.7, 0.15, 1), opacity 0.8s ease;
}

.bottom-fold.is-visible .bottom-fold-logo {
  transform: translateY(0) rotateX(0deg);
  opacity: 1;
}

.bottom-fold-meta {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 0.9rem;
}

.bottom-fold-meta p {
  margin: 0.2rem 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.bottom-fold-meta a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.bottom-fold-meta a:hover {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.86rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .about-scroll-section {
    padding: 3rem 0 3.5rem;
    margin-top: 0;
  }

  .about-wrap {
    grid-template-columns: 1fr;
  }

  .about-wrap-head {
    position: static;
  }

  .about-wrap-body {
    gap: 1.5rem;
  }

  .about-pillars {
    max-width: none;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

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

  .story-card {
    min-height: 180px;
    aspect-ratio: 3 / 4;
  }

  .story-copy-lead {
    white-space: normal;
  }

  .bottom-fold-meta + .bottom-fold-precopy {
    white-space: normal;
  }

  .work-tile {
    min-height: min(58vh, 480px);
    transform: none;
    opacity: 1;
  }

  .nav {
    gap: 0.8rem;
  }

  .nav a:not(.btn) {
    display: none;
  }

  .bottom-fold-logo {
    margin-top: 0.8rem;
    width: min(38vw, 140px);
  }

  .bottom-fold-meta {
    grid-template-columns: 1fr;
  }
}

/* ========== Vision Advisory (gated page) ========== */
.nav-drawer-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.nav-link-lock {
  flex-shrink: 0;
  opacity: 0.5;
  margin-top: 1px;
}

.nav-drawer-list a.nav-link--vision {
  color: var(--tan);
}

.nav-drawer-list a.nav-link--vision:hover {
  color: #c9ad88;
}

.nav-drawer-list a.nav-link--vision .nav-link-lock {
  opacity: 0.85;
}

.nav-drawer-list a.nav-link--gated {
  color: var(--nav-gated-green);
}

.nav-drawer-list a.nav-link--gated:hover {
  color: var(--nav-gated-green-hover);
}

.nav-drawer-list a.nav-link--gated .nav-link-lock {
  opacity: 0.92;
}

.vision-body--locked {
  background:
    radial-gradient(circle at 55% 22%, rgba(235, 236, 219, 0.22) 0%, rgba(235, 236, 219, 0) 48%),
    linear-gradient(180deg, rgba(14, 22, 16, 0.2) 0%, rgba(5, 8, 6, 0.6) 100%),
    url("assets/vision/lock-bg.png") center / cover no-repeat fixed;
}

.vision-advisory-page .brand-logo--tva {
  height: clamp(22px, 3.2vw, 30px);
  width: auto;
  max-width: min(210px, 46vw);
  object-fit: contain;
  filter:
    sepia(0.28)
    saturate(0.72)
    brightness(1.08)
    drop-shadow(0 2px 8px rgba(0, 0, 0, 0.22));
}

.vision-advisory-page.vision-body--unlocked .brand-logo--tva {
  filter: sepia(0.24) saturate(0.76) brightness(1.06);
}

.vision-body--locked.vision-advisory-page {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%),
    url("assets/vision/vision-advisory-lock-bg.png") center / cover no-repeat fixed;
}

.vision-advisory-page .vision-gate--advisory,
.originals-locked-page .vision-gate--advisory {
  min-height: calc(100vh - 72px);
  padding: clamp(2rem, 6vh, 4rem) 1.5rem 3rem;
}

.vision-advisory-page .vision-gate-inner--advisory,
.originals-locked-page .vision-gate-inner--advisory,
.mcgrath-clients-locked-page .vision-gate-inner--advisory {
  width: min(680px, 100%);
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.vision-advisory-page .vision-advisory-restricted,
.originals-locked-page .vision-advisory-restricted,
.mcgrath-clients-locked-page .vision-advisory-restricted {
  margin: 0 0 clamp(1.25rem, 3vh, 1.75rem);
  color: rgba(163, 133, 96, 0.92);
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
}

.vision-advisory-page .vision-advisory-gate-heading,
.originals-locked-page .vision-advisory-gate-heading,
.mcgrath-clients-locked-page .vision-advisory-gate-heading {
  margin: 0 0 clamp(1.75rem, 4vh, 2.5rem);
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.45;
  text-transform: none;
  color: rgba(255, 255, 255, 0.96);
}

.vision-advisory-page .vision-advisory-gate-heading-muted,
.originals-locked-page .vision-advisory-gate-heading-muted,
.mcgrath-clients-locked-page .vision-advisory-gate-heading-muted {
  color: rgba(255, 255, 255, 0.38);
}

.vision-advisory-page .vision-advisory-gate-form,
.originals-locked-page .vision-advisory-gate-form,
.mcgrath-clients-locked-page .vision-advisory-gate-form {
  margin: 0 auto;
  width: min(100%, 520px);
}

.vision-advisory-page .vision-advisory-gate-field,
.originals-locked-page .vision-advisory-gate-field,
.mcgrath-clients-locked-page .vision-advisory-gate-field {
  display: flex;
  align-items: stretch;
  gap: 0.35rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(28, 28, 28, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}

.vision-advisory-page .vision-advisory-gate-input,
.originals-locked-page .vision-advisory-gate-input,
.mcgrath-clients-locked-page .vision-advisory-gate-input {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0.85rem 1.1rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.92rem, 2vw, 1.02rem);
  letter-spacing: 0.02em;
}

.vision-advisory-page .vision-advisory-gate-input::placeholder,
.originals-locked-page .vision-advisory-gate-input::placeholder,
.mcgrath-clients-locked-page .vision-advisory-gate-input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.vision-advisory-page .vision-advisory-gate-input:focus,
.originals-locked-page .vision-advisory-gate-input:focus,
.mcgrath-clients-locked-page .vision-advisory-gate-input:focus {
  outline: none;
  box-shadow: none;
}

.vision-advisory-page .vision-advisory-gate-submit,
.originals-locked-page .vision-advisory-gate-submit,
.mcgrath-clients-locked-page .vision-advisory-gate-submit {
  flex: 0 0 auto;
  margin: 0;
  padding: 0.85rem 1.35rem;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.vision-advisory-page .vision-advisory-gate-submit:hover,
.originals-locked-page .vision-advisory-gate-submit:hover,
.mcgrath-clients-locked-page .vision-advisory-gate-submit:hover {
  background: rgba(255, 255, 255, 0.9);
}

.vision-advisory-page .vision-advisory-gate-submit:active,
.originals-locked-page .vision-advisory-gate-submit:active,
.mcgrath-clients-locked-page .vision-advisory-gate-submit:active {
  transform: scale(0.98);
}

.vision-advisory-page .vision-advisory-gate-error,
.originals-locked-page .vision-advisory-gate-error,
.mcgrath-clients-locked-page .vision-advisory-gate-error {
  margin: 0.85rem 0 0;
  min-height: 1.25rem;
  text-align: center;
}

.vision-advisory-page .vision-advisory-gate-request,
.originals-locked-page .vision-advisory-gate-request,
.mcgrath-clients-locked-page .vision-advisory-gate-request {
  margin: clamp(1.35rem, 3vh, 1.85rem) 0 0;
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.88rem, 2vw, 0.98rem);
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.42);
}

.vision-advisory-page .vision-advisory-gate-request a,
.originals-locked-page .vision-advisory-gate-request a,
.mcgrath-clients-locked-page .vision-advisory-gate-request a {
  margin-left: 0.35rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  transition: color 0.2s ease;
}

.vision-advisory-page .vision-advisory-gate-request a:hover,
.originals-locked-page .vision-advisory-gate-request a:hover,
.mcgrath-clients-locked-page .vision-advisory-gate-request a:hover {
  color: #fff;
}

/* Originals gate: custom BTS photo background (locked state only) */
.vision-body--locked.originals-locked-page {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.58) 100%),
    url("assets/originals-lock-bg.png") center / cover no-repeat fixed;
}

/* McGrath portal gate: brand photography background (locked state only) */
.vision-body--locked.mcgrath-clients-locked-page {
  background-color: #080808;
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.22) 42%,
      rgba(0, 0, 0, 0.62) 78%,
      rgba(0, 0, 0, 0.78) 100%
    ),
    url("assets/mcgrath/mcgrath-gate-bg.jpg");
  background-position: center center, center center;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.originals-cursor-torch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 70;
  opacity: 0;
  --torch-x: 50vw;
  --torch-y: 50vh;
  transition: opacity 180ms ease;
  background: radial-gradient(
    circle 42vmin at var(--torch-x) var(--torch-y),
    rgba(0, 0, 0, 0.16) 0%,
    rgba(0, 0, 0, 0.24) 22%,
    rgba(0, 0, 0, 0.38) 44%,
    rgba(0, 0, 0, 0.53) 68%,
    rgba(0, 0, 0, 0.66) 100%
  );
}

.originals-cursor-torch-on .originals-cursor-torch {
  opacity: 1;
}

.vision-gate {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem 4rem;
}

.vision-gate-inner {
  width: min(500px, 100%);
  padding: 1.55rem 1.4rem;
  border: 1px solid rgba(224, 224, 224, 0.58);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(6, 9, 7, 0.16);
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(5px);
}

.vision-mark {
  display: block;
  height: auto;
  width: auto;
  max-width: min(220px, 78%);
  max-height: clamp(52px, 12vw, 72px);
}

.vision-mark--gate {
  margin: 0 auto 1.35rem;
  opacity: 0.96;
  filter:
    sepia(0.28)
    saturate(0.72)
    brightness(1.08)
    drop-shadow(0 6px 18px rgba(0, 0, 0, 0.22));
}

.vision-mark--panel {
  margin: 0 0 1.25rem;
  max-width: min(240px, 55%);
  max-height: clamp(56px, 10vw, 80px);
  filter: sepia(0.24) saturate(0.76) brightness(1.06);
}

.vision-gate-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(240, 240, 230, 0.92);
}

.vision-gate-title {
  margin: 0 0 1rem;
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.48rem, 3.8vw, 1.85rem);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #f2f3ec;
  line-height: 1.18;
}

.vision-gate-lead {
  margin: 0 0 1.75rem;
  color: rgba(226, 228, 216, 0.86);
  line-height: 1.58;
  font-size: 0.94rem;
}

.vision-gate-form {
  margin: 0;
}

.vision-gate-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(242, 243, 233, 0.74);
}

.vision-gate-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
}

.vision-gate-input {
  flex: 1 1 180px;
  min-width: 0;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(235, 236, 223, 0.52);
  border-radius: 999px;
  background: rgba(235, 236, 223, 0.07);
  color: #f2f3ec;
  font-family: inherit;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
}

.vision-gate-input:focus,
.vision-gate-input:focus-visible {
  outline: none;
}

.vision-gate-input::placeholder {
  color: rgba(242, 243, 233, 0.42);
}

.vision-gate-submit {
  flex: 0 0 auto;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  border-color: rgba(235, 236, 223, 0.8);
  color: #f2f3ec;
  background: rgba(235, 236, 223, 0.06);
}

.vision-gate-submit:hover {
  background: rgba(235, 236, 223, 0.18);
  color: #f2f3ec;
}

.vision-gate-error {
  margin: 0.85rem 0 0;
  min-height: 1.35rem;
  font-size: 0.9rem;
  color: #c98a7a;
}

.vision-gate[hidden],
.vision-body--unlocked .vision-gate {
  display: none !important;
}

.vision-content[hidden] {
  display: none !important;
}

.vision-panel {
  padding: 6rem 0 8rem;
  border-bottom: none;
  background: transparent;
}

.vision-eyebrow {
  color: rgba(163, 133, 96, 0.85);
}

.vision-heading {
  color: var(--tan);
}

.vision-panel h2 .drift-letter {
  display: inline;
}

.vision-panel h2 {
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.vision-lead {
  margin: 1.5rem 0 0;
  max-width: 62ch;
  font-size: 1.08rem;
  line-height: 1.75;
  color: rgba(224, 224, 224, 0.88);
}

/* Unlocked: moodboard palette — deep emerald / maroon / forest with tan + stone */
.vision-body--unlocked {
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(57, 5, 23, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse 90% 60% at 100% 100%, rgba(22, 48, 43, 0.5) 0%, transparent 50%),
    linear-gradient(180deg, var(--vision-deep) 0%, #050a08 45%, var(--vision-deep) 100%);
  color: var(--vision-stone);
}

.vision-body--unlocked .site-header {
  background: rgba(3, 17, 13, 0.82);
  border-bottom-color: rgba(163, 133, 96, 0.22);
  backdrop-filter: blur(12px);
}

.vision-body--unlocked .brand-logo {
  filter: none;
}

.vision-body--unlocked .nav .btn-small {
  border-color: var(--tan);
  color: var(--tan);
}

.vision-body--unlocked .nav .btn-small:hover {
  background: rgba(163, 133, 96, 0.15);
  color: var(--vision-stone);
}

.vision-body--unlocked .nav-toggle-icon span {
  background: var(--vision-stone);
}

.vision-body--unlocked .site-footer {
  background: linear-gradient(180deg, rgba(3, 17, 13, 0.98) 0%, #020807 100%);
  border-top-color: rgba(163, 133, 96, 0.2);
}

.vision-body--unlocked .bottom-fold-logo {
  filter: none;
  opacity: 1;
}

.vision-body--unlocked .bottom-fold-precopy {
  color: rgba(224, 224, 224, 0.65);
}

.vision-body--unlocked .bottom-fold-meta {
  border-top-color: rgba(163, 133, 96, 0.18);
}

.vision-body--unlocked .bottom-fold-meta p {
  color: rgba(224, 224, 224, 0.72);
}

.vision-body--unlocked .bottom-fold-meta a {
  color: var(--tan);
  border-bottom-color: rgba(163, 133, 96, 0.45);
}

.vision-body--unlocked .bottom-fold-meta a:hover {
  color: #c9ad88;
  border-bottom-color: rgba(201, 173, 136, 0.85);
}

.vision-body--unlocked .bottom-fold-meta .bottom-fold-terms-link {
  color: var(--tan);
  border-bottom-color: rgba(163, 133, 96, 0.45);
}

.vision-body--unlocked .bottom-fold-meta .bottom-fold-terms-link:hover,
.vision-body--unlocked .bottom-fold-meta .bottom-fold-terms-link:focus-visible {
  color: #c9ad88;
  border-bottom-color: rgba(201, 173, 136, 0.85);
}

/* ========== Property order form (McGrath sales page) ========== */
.mcgrath-clients-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.property-order-page .property-order-hero {
  position: relative;
  overflow: hidden;
  min-height: min(72vh, 40rem);
  display: grid;
  align-items: center;
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(2rem, 5vw, 3.25rem);
  border-bottom: 1px solid rgba(163, 133, 96, 0.15);
}

.property-order-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.property-order-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.property-order-hero-media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(3, 17, 13, 0.92) 0%, rgba(3, 17, 13, 0.72) 42%, rgba(3, 17, 13, 0.45) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.property-order-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}

.property-order-hero-title {
  margin-top: 0.35rem;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

/* Keep whole words together when text-slice splits into .drift-letter spans */
.property-order-page .slice-text .drift-letter {
  display: inline;
}

.property-order-page [data-letter-drift-zone] .slice-text .drift-letter {
  display: inline-block;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.property-order-hero-lead {
  margin-top: 1rem;
}

.property-order-hero-scroll-hint {
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(245, 240, 230, 0.72);
}

.property-order-hero-cta {
  margin-top: 1.25rem;
}

.property-order-hero-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 11.5rem;
}

.property-order-proof {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(163, 133, 96, 0.12);
}

.property-order-proof-eyebrow {
  margin: 0 0 1rem;
  font-size: 0.66rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(163, 133, 96, 0.85);
  text-align: center;
}

.property-order-proof-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.property-shoots-section {
  padding-top: clamp(2.5rem, 6vw, 3.5rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.property-shoots-title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 1.75rem) clamp(0.85rem, 2vw, 1.15rem) 0.35rem;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.85);
}

.property-shoots-gallery {
  position: relative;
  width: min(96vw, 1400px);
  margin: 0 auto;
  min-height: min(72vh, 780px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #040404;
}

.property-shoot-catalog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0.65rem;
  min-height: inherit;
}

.property-shoot-group {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.property-shoot-group-title {
  margin: 0;
  padding: 0 0.35rem;
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.82rem, 1.6vw, 0.95rem);
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(163, 133, 96, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.85);
}

.property-shoot-grid {
  position: relative;
  display: grid;
  gap: 0.5rem;
}

.property-shoot-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-shoot-grid--three {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .property-shoot-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .property-shoot-catalog {
    gap: 1.5rem;
    padding: 0.85rem;
  }

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

.property-shoot-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.property-shoot-stage-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: none;
  transition: none;
}

.property-shoots--switching .property-shoot-stage-video {
  opacity: 0.82;
  transform: scale(1.015);
}

.property-shoot-stage-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.66) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.7) 100%);
  display: none;
}

.property-shoot-item--package {
  aspect-ratio: 3 / 2;
  min-height: 7.5rem;
}

.property-shoot-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.1rem;
  background: rgba(0, 0, 0, 0.38);
  overflow: hidden;
  cursor: none;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    opacity 0.24s ease;
}

.property-shoot-item-media {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.property-shoot-card-footer,
.property-shoot-item .mcgrath-portal-card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  padding: 0.65rem 0.75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
  text-align: left;
}

.property-shoot-card-name,
.property-shoot-item .mcgrath-portal-card-name {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: clamp(0.78rem, 1.5vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
  text-align: left;
}

.property-shoot-item .mcgrath-portal-card-hint {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: rgba(163, 133, 96, 0.85);
  text-align: left;
}

.property-shoot-item-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) brightness(0.82);
  transform: scale(1.02);
  transition: transform 0.35s ease, filter 0.25s ease, opacity 0.25s ease;
}

.property-shoot-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: rgba(8, 8, 8, 0.42);
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.property-shoot-item:hover,
.property-shoot-item:focus-visible,
.property-shoot-item.is-active {
  border-color: rgba(163, 133, 96, 0.88);
  transform: scale(1.01);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(163, 133, 96, 0.35);
}

.property-shoot-item:hover .property-shoot-item-video,
.property-shoot-item:focus-visible .property-shoot-item-video,
.property-shoot-item.is-active .property-shoot-item-video {
  filter: saturate(1) brightness(1);
  transform: scale(1.04);
}

.property-shoot-item:hover::after,
.property-shoot-item:focus-visible::after,
.property-shoot-item.is-active::after {
  opacity: 0.15;
}

.property-shoot-item.is-expanded {
  border-color: rgba(163, 133, 96, 0.92);
  transform: scale(1.03);
  z-index: 2;
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.52),
    0 0 0 1px rgba(163, 133, 96, 0.42);
}

.property-shoot-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12001;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  transition: opacity 0.12s ease, visibility 0.12s ease;
}

.property-shoot-cursor.is-visible {
  opacity: 1;
  visibility: visible;
}

.property-shoot-cursor-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.35rem 1.15rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(163, 133, 96, 0.9);
  background: rgba(10, 9, 8, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
  transform: scale(0.72);
  transform-origin: 0 20%;
  transition: transform 0.15s cubic-bezier(0.03, 0.71, 0.31, 1.01);
}

.property-shoot-cursor.is-labeled .property-shoot-cursor-inner {
  transform: scale(1);
}

.property-package-modal {
  position: fixed;
  inset: 0;
  z-index: 13000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}

.property-package-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.property-package-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.property-package-modal-panel {
  position: relative;
  width: min(80vw, 1120px);
  max-height: 80vh;
  border-radius: 18px;
  border: 1px solid rgba(163, 133, 96, 0.45);
  background: rgba(8, 8, 8, 0.96);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.66);
  overflow-y: auto;
}

.property-package-modal-close {
  position: sticky;
  top: 0.6rem;
  float: right;
  margin: 0.6rem 0.6rem 0 0;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(163, 133, 96, 0.7);
  background: rgba(0, 0, 0, 0.7);
  color: rgba(163, 133, 96, 0.98);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  cursor: none;
}

.property-package-modal-close:hover,
.property-package-modal-close:focus-visible {
  border-color: rgba(163, 133, 96, 0.98);
  color: rgba(184, 157, 122, 0.98);
  background: rgba(21, 18, 14, 0.95);
}

.property-package-scroll-hint {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 13010;
  width: auto;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.28rem;
  padding: 0.25rem 0.5rem;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.property-package-scroll-hint.is-hidden {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.property-package-scroll-arrow {
  width: 1px;
  height: 1.1rem;
  background: rgba(163, 133, 96, 0.86);
  position: relative;
  box-shadow: 0 0 10px rgba(163, 133, 96, 0.45);
}

.property-package-scroll-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  width: 0.35rem;
  height: 0.35rem;
  border-left: 1px solid rgba(163, 133, 96, 0.86);
  border-bottom: 1px solid rgba(163, 133, 96, 0.86);
  transform: translateX(-50%) rotate(-45deg);
}

.property-package-scroll-label {
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(199, 173, 138, 0.98);
  text-shadow:
    0 0 6px rgba(163, 133, 96, 0.9),
    0 0 16px rgba(163, 133, 96, 0.6);
}

.property-package-modal-video {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 12px;
  background: #000;
  aspect-ratio: 16 / 9;
}

.property-package-video-wrap {
  position: relative;
  width: calc(100% - 1.6rem);
  margin: 0.7rem auto 0;
}

.property-package-modal-content {
  padding: 1.2rem 1.35rem 1.5rem;
}

.property-package-modal-title {
  margin: 0 0 0.65rem;
  font-family: "Mercenary Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 300;
  letter-spacing: 0.07em;
  color: rgba(163, 133, 96, 0.98);
}

.property-package-modal-description p {
  margin: 0 0 0.65rem;
  color: rgba(235, 235, 235, 0.86);
  line-height: 1.55;
  font-size: 0.95rem;
}

.property-package-modal-description strong {
  color: rgba(242, 243, 233, 0.95);
}

.property-package-modal-description ul {
  margin: 0.35rem 0 0.9rem 1.15rem;
  padding: 0;
}

.property-package-modal-description li {
  margin: 0.25rem 0;
  color: rgba(229, 229, 229, 0.86);
  line-height: 1.45;
}

.property-package-modal-actions {
  margin-top: 1.35rem;
  padding-top: 0.25rem;
}

.property-package-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(163, 133, 96, 0.85);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.55rem 1.15rem;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.property-package-book-btn:hover,
.property-package-book-btn:focus-visible {
  background: rgba(163, 133, 96, 0.28);
  border-color: rgba(163, 133, 96, 0.95);
  box-shadow:
    0 0 0 1px rgba(163, 133, 96, 0.45),
    0 0 16px rgba(163, 133, 96, 0.32);
  outline: none;
  transform: translateY(-1px);
}

.property-order-field--package {
  margin-top: 0;
}

.property-order-field--package .property-order-input:not(:placeholder-shown) {
  color: rgba(242, 243, 233, 0.95);
  border-color: rgba(163, 133, 96, 0.55);
  background: rgba(163, 133, 96, 0.08);
}

.property-order-form-section.is-package-prefilled {
  animation: property-order-form-highlight 1.4s ease;
}

@keyframes property-order-form-highlight {
  0% {
    box-shadow: inset 0 0 0 0 rgba(163, 133, 96, 0);
  }
  25% {
    box-shadow: inset 0 0 0 1px rgba(163, 133, 96, 0.45);
  }
  100% {
    box-shadow: inset 0 0 0 0 rgba(163, 133, 96, 0);
  }
}

body.property-package-open {
  overflow: hidden;
}

body.property-package-open .property-shoot-cursor {
  opacity: 0 !important;
  visibility: hidden !important;
}

body.property-package-open.custom-cursor-enabled .cursor-pill {
  opacity: 1 !important;
  visibility: visible !important;
}

body.property-package-open .property-package-modal-panel,
body.property-package-open .property-package-modal-panel * {
  cursor: none !important;
}

body.property-package-open .property-package-modal-video::-webkit-media-controls-enclosure {
  cursor: none !important;
}

body.property-shoot-cursor-active,
body.property-shoot-cursor-active .property-shoot-item,
body.property-shoot-cursor-active .mcgrath-portal-retainer {
  cursor: none !important;
}

body.property-shoot-cursor-active .cursor-pill {
  opacity: 0;
}

@media (hover: none), (pointer: coarse) {
  .property-shoot-cursor {
    display: none;
  }

  .property-shoot-item {
    cursor: pointer;
  }

  .property-shoot-item::before {
    content: attr(data-title);
    position: absolute;
    left: 0.85rem;
    bottom: 0.75rem;
    z-index: 2;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.62);
    border: 1px solid rgba(163, 133, 96, 0.55);
    font-family: "Mercenary", Arial, sans-serif;
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.94);
    pointer-events: none;
  }

  .property-shoot-item:has(.mcgrath-portal-card-footer)::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .property-shoot-stage,
  .property-shoot-stage-video,
  .property-shoot-stage-overlay,
  .property-shoot-item,
  .property-shoot-item-video,
  .property-shoot-cursor-inner {
    transition: none;
  }
}

.property-order-process {
  border-top: 1px solid rgba(163, 133, 96, 0.12);
  border-bottom: 1px solid rgba(163, 133, 96, 0.12);
  padding-bottom: 0;
}

.property-order-process[data-property-order-process] {
  --process-steps: 6;
  min-height: calc(100vh + (var(--process-steps) - 1) * 42vh);
}

.property-order-process-sticky {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(3rem, 6vw, 4rem);
}

.property-order-timeline {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .property-order-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1rem;
  }
}

@media (min-width: 900px) {
  .property-order-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1rem;
  }
}

@media (min-width: 1200px) {
  .property-order-timeline {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
  }
}

.property-order-timeline-item {
  position: relative;
  padding-left: 1.35rem;
}

.property-order-timeline-item .property-order-timeline-title,
.property-order-timeline-item .property-order-timeline-copy,
.property-order-timeline-item .property-order-timeline-dot {
  transition:
    color 0.45s ease,
    opacity 0.45s ease,
    box-shadow 0.45s ease,
    background-color 0.45s ease;
}

.property-order-timeline-item:not(.is-lit) .property-order-timeline-title {
  color: rgba(242, 243, 233, 0.24);
}

.property-order-timeline-item:not(.is-lit) .property-order-timeline-copy {
  color: rgba(224, 224, 224, 0.28);
}

.property-order-timeline-item:not(.is-lit) .property-order-timeline-dot {
  background: rgba(163, 133, 96, 0.22);
  box-shadow: 0 0 0 4px rgba(163, 133, 96, 0.06);
}

.property-order-timeline-item.is-lit .property-order-timeline-title {
  color: rgba(242, 243, 233, 0.92);
}

.property-order-timeline-item.is-lit .property-order-timeline-copy {
  color: rgba(224, 224, 224, 0.76);
}

.property-order-timeline-item.is-lit .property-order-timeline-dot {
  background: var(--tan);
  box-shadow: 0 0 0 6px rgba(163, 133, 96, 0.18);
}

.property-order-process.is-complete .property-order-timeline-item {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .property-order-process[data-property-order-process] {
    min-height: auto;
  }

  .property-order-process-sticky {
    position: static;
  }

  .property-order-timeline-item .property-order-timeline-title,
  .property-order-timeline-item .property-order-timeline-copy,
  .property-order-timeline-item .property-order-timeline-dot {
    transition: none;
  }

  .property-order-timeline-item:not(.is-lit) .property-order-timeline-title,
  .property-order-timeline-item.is-lit .property-order-timeline-title {
    color: rgba(242, 243, 233, 0.92);
  }

  .property-order-timeline-item:not(.is-lit) .property-order-timeline-copy,
  .property-order-timeline-item.is-lit .property-order-timeline-copy {
    color: rgba(224, 224, 224, 0.76);
  }

  .property-order-timeline-item:not(.is-lit) .property-order-timeline-dot,
  .property-order-timeline-item.is-lit .property-order-timeline-dot {
    background: var(--tan);
    box-shadow: 0 0 0 6px rgba(163, 133, 96, 0.18);
  }
}

.property-order-timeline-dot {
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--tan);
  box-shadow: 0 0 0 6px rgba(163, 133, 96, 0.18);
}

.property-order-timeline-title {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 243, 233, 0.92);
}

.property-order-timeline-copy {
  margin: 0.45rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(224, 224, 224, 0.76);
}

.property-order-form-section {
  padding-top: clamp(3rem, 7vw, 4.5rem);
}

.property-order-form-intro {
  max-width: 44rem;
}

.property-order-form {
  margin-top: 2rem;
  max-width: 52rem;
}

.property-order-form-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .property-order-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.property-order-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

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

.property-order-form > .property-order-field--full {
  margin-top: 1rem;
}

.property-order-field-label {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(224, 224, 224, 0.72);
}

.property-order-input,
.property-order-textarea {
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(224, 224, 224, 0.2);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(242, 243, 233, 0.95);
  font-family: inherit;
  font-size: 0.95rem;
}

.property-order-input[type="date"] {
  color-scheme: dark;
  min-height: 2.75rem;
}

.property-order-textarea {
  resize: vertical;
}

.property-order-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.property-order-submit-note {
  margin: 0.85rem 0 0;
  max-width: 28rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.property-order-confirmation {
  margin-top: 1rem;
  max-width: 36rem;
}

.property-order-faq-list {
  margin-top: 1.5rem;
  max-width: 48rem;
  display: grid;
  gap: 0.65rem;
}

.property-order-details {
  border-radius: 12px;
  border: 1px solid rgba(224, 224, 224, 0.14);
  background: rgba(0, 0, 0, 0.28);
  padding: 0.65rem 1rem;
}

.property-order-faq-summary {
  cursor: pointer;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: rgba(242, 243, 233, 0.94);
  list-style: none;
}

.property-order-faq-summary::-webkit-details-marker {
  display: none;
}

.property-order-details-body {
  margin: 0.65rem 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(224, 224, 224, 0.78);
}

/* Preview mode: full site visible under launch overlay */
[data-preview-overlay] {
  display: none;
}

body[data-site-mode="preview"] [data-preview-overlay] {
  display: block;
}

body.intro-active [data-preview-overlay] {
  display: none;
}

.preview-launch-layer {
  --preview-footer-peek: clamp(120px, 16vh, 180px);
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
}

.preview-launch-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  pointer-events: none;
}

body[data-site-mode="preview"].preview-footer-visible .preview-launch-scrim {
  inset: 0 0 var(--preview-footer-peek) 0;
}

.preview-launch-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 860px);
  text-align: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(184, 148, 99, 0.22);
  border-radius: 1.2rem;
  background: rgba(0, 0, 0, 0.34);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.42);
  pointer-events: auto;
}

body[data-site-mode="preview"].preview-footer-visible .preview-launch-panel {
  top: calc(50% - (var(--preview-footer-peek) * 0.18));
}

.preview-launch-copy {
  margin: 1rem auto 2rem;
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.84);
}

body[data-site-mode="full"] [data-preview-overlay] {
  display: none !important;
}

/* Local / IDE preview only — toggled visible by holding-dev-toggle.js */
.sf-holding-dev-toggle {
  position: fixed;
  z-index: 10050;
  left: 12px;
  bottom: 12px;
  max-width: min(92vw, 280px);
  padding: 0.45rem 0.75rem;
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: left;
  color: #0a0a0a;
  background: rgba(235, 224, 200, 0.96);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  pointer-events: auto;
}

.sf-holding-dev-toggle:hover {
  background: #f5ecd8;
}

.sf-holding-dev-toggle:focus-visible {
  outline: 2px solid #c9a66b;
  outline-offset: 2px;
}

.bottom-fold-meta .bottom-fold-terms-link {
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.bottom-fold-meta .bottom-fold-terms-link:hover,
.bottom-fold-meta .bottom-fold-terms-link:focus-visible {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}

body.terms-modal-open {
  overflow: hidden;
}

.terms-modal {
  position: fixed;
  inset: 0;
  z-index: 21000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.terms-modal.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.35s ease;
}

.terms-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.terms-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: min(86vh, 920px);
  display: flex;
  flex-direction: column;
  background: #0a0a0a;
  border: 1px solid rgba(163, 133, 96, 0.28);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.terms-modal-close {
  position: absolute;
  top: -0.5rem;
  right: 0;
  transform: translateY(-100%);
  z-index: 2;
  border: 1px solid rgba(163, 133, 96, 0.45);
  background: #0a0a0a;
  border-radius: 999px;
  padding: 0.45rem 1rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.terms-modal-close:hover,
.terms-modal-close:focus-visible {
  background: rgba(163, 133, 96, 0.15);
  border-color: rgba(163, 133, 96, 0.75);
  color: #fff;
}

.terms-modal-scroll {
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 1.75rem 1.65rem 1.85rem;
}

.terms-modal-header {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.terms-modal-title {
  margin: 0;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text);
}

.terms-modal-body section + section {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.terms-modal-body h3 {
  margin: 0 0 0.75rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(163, 133, 96, 0.95);
}

.terms-modal-body h4 {
  margin: 0.85rem 0 0.55rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(224, 224, 224, 0.9);
}

.terms-modal-body p,
.terms-modal-body li,
.terms-modal-body dd {
  margin: 0 0 0.7rem;
  color: rgba(224, 224, 224, 0.86);
  font-size: 0.86rem;
  line-height: 1.62;
}

.terms-modal-body ul {
  margin: 0 0 0.75rem;
  padding-left: 1.1rem;
}

.terms-modal-body li {
  margin-bottom: 0.45rem;
}

.terms-modal-definitions {
  margin: 0;
}

.terms-modal-definitions dt {
  margin: 0.85rem 0 0.2rem;
  font-family: "Mercenary", Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(224, 224, 224, 0.92);
}

.terms-modal-definitions dt:first-child {
  margin-top: 0;
}

.terms-modal-definitions dd {
  margin: 0 0 0.35rem;
}

@media (max-width: 640px) {
  .terms-modal {
    padding: 0.85rem;
  }

  .terms-modal-panel {
    max-height: 90vh;
    border-radius: 18px;
  }

  .terms-modal-scroll {
    padding: 2.6rem 1.1rem 1.5rem;
  }

  .terms-modal-close {
    top: 0.7rem;
    right: 0.7rem;
    transform: none;
  }
}
