@font-face {
  font-family: "Geist";
  src: url("assets/GeistVF.woff") format("woff");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #f1f4f5;
  --muted: #a8b1b6;
  --faint: #7d888e;
  --surface: #0b0d0f;
  --surface-raised: #111518;
  --surface-soft: #171d21;
  --accent: #9ec9d8;
  --accent-strong: #c2e4ef;
  --accent-ink: #071014;
  --signal: #ff6846;
  --signal-soft: #ffb6a5;
  --flash: #dcff65;
  --line: rgba(234, 241, 244, 0.12);
  --line-strong: rgba(234, 241, 244, 0.25);
  --page: min(92vw, 1440px);
  --radius-media: clamp(1.25rem, 2.4vw, 2.4rem);
  --radius-button: 999px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --z-header: 20;
  --z-overlay: 30;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--surface);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--surface);
  color: var(--ink);
  font-family: "Geist", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 5px;
}

::selection {
  background: var(--accent);
  color: var(--accent-ink);
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: var(--z-overlay);
  padding: 0.75rem 1rem;
  border-radius: var(--radius-button);
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0 4vw;
  border-bottom: 1px solid transparent;
  color: #f1f4f5;
  transition: background 350ms var(--ease), border-color 350ms var(--ease), backdrop-filter 350ms var(--ease);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(11, 13, 15, 0.84);
  backdrop-filter: blur(18px) saturate(130%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  font-size: 0.86rem;
  font-weight: 590;
  letter-spacing: -0.01em;
}

.brand-mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.site-nav {
  display: flex;
  gap: clamp(1.25rem, 2.8vw, 2.5rem);
  color: rgba(241, 244, 245, 0.72);
  font-size: 0.78rem;
}

.site-nav a,
.site-footer a,
.text-link {
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--accent-strong);
}

.nav-cta {
  justify-self: end;
  padding: 0.72rem 1.15rem;
  border: 1px solid rgba(241, 244, 245, 0.34);
  border-radius: var(--radius-button);
  font-size: 0.77rem;
  transition: background 220ms ease, color 220ms ease, transform 220ms var(--ease);
}

.nav-cta:hover {
  background: var(--ink);
  color: var(--surface);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  isolation: isolate;
}

.header-sentinel {
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: 1px;
}

.hero-media,
.hero-media img,
.hero-wash {
  position: absolute;
  inset: 0;
}

.hero-media {
  overflow: hidden;
  background: #10151a;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.035);
  animation: hero-breathe 18s ease-in-out infinite alternate;
}

.hero-wash {
  background:
    linear-gradient(90deg, rgba(6, 9, 11, 0.92) 0%, rgba(6, 9, 11, 0.58) 41%, rgba(6, 9, 11, 0.08) 76%),
    linear-gradient(0deg, rgba(6, 9, 11, 0.76) 0%, transparent 42%, rgba(6, 9, 11, 0.2) 100%);
}

.hero-light {
  position: absolute;
  top: 4%;
  left: 17%;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: rgba(177, 207, 221, 0.14);
  filter: blur(70px);
  mix-blend-mode: screen;
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
  transition: transform 400ms var(--ease);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100dvh;
  width: min(90vw, 1440px);
  margin: 0 auto;
  padding: 8rem 0 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.hero-kicker {
  margin: 0 0 1.4rem;
  color: var(--accent-strong);
  font-size: 0.82rem;
  font-weight: 570;
}

.hero-kicker span {
  display: inline-block;
  margin-inline: 0.55rem;
  padding: 0.35rem 0.58rem;
  border-radius: var(--radius-button);
  background: var(--signal);
  color: #140704;
}

.hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #f1f4f5;
  font-size: clamp(3.15rem, 6.5vw, 6rem);
  font-weight: 440;
  letter-spacing: -0.038em;
  line-height: 0.95;
  text-wrap: balance;
}

.hero-intro {
  max-width: 35rem;
  margin: 1.6rem 0 0;
  color: rgba(241, 244, 245, 0.78);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
}

.hero-availability {
  margin: 1.25rem 0 0;
  color: rgba(241, 244, 245, 0.56);
  font-size: 0.74rem;
}

.hero-availability span {
  padding-inline: 0.35rem;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  padding: 0.86rem 1.42rem;
  border: 1px solid transparent;
  border-radius: var(--radius-button);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 220ms var(--ease), background 220ms ease, border-color 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(1px) scale(0.985);
}

.button-primary,
.button-light {
  background: #f1f4f5;
  color: #0b0d0f;
}

.button-primary:hover,
.button-light:hover {
  background: var(--accent-strong);
}

.button-ghost {
  border-color: rgba(241, 244, 245, 0.36);
  background: rgba(11, 13, 15, 0.2);
  color: #f1f4f5;
}

.button-ghost:hover {
  border-color: rgba(241, 244, 245, 0.72);
  background: rgba(11, 13, 15, 0.42);
}

.hero-proof {
  position: absolute;
  right: 5vw;
  bottom: 5vh;
  z-index: 2;
  display: flex;
  width: min(21rem, 30vw);
  padding: 1.25rem;
  border-top: 1px solid rgba(241, 244, 245, 0.4);
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  color: rgba(241, 244, 245, 0.86);
}

.hero-proof .proof-label {
  width: 100%;
  margin-bottom: 0.35rem;
  color: rgba(241, 244, 245, 0.55);
  font-size: 0.68rem;
}

.hero-proof strong {
  font-size: 0.82rem;
  font-weight: 570;
}

.brand-promise {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  width: var(--page);
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--line);
  gap: 3rem;
}

.brand-promise p {
  margin: 0;
}

.brand-promise p:first-child {
  color: var(--accent);
  font-size: 0.82rem;
}

.brand-promise p:last-child {
  max-width: 42rem;
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  font-weight: 430;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-wrap: balance;
}

.format-marquee {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--flash);
  color: #0b1004;
}

.format-track {
  display: flex;
  width: max-content;
  align-items: center;
  padding: 1rem 0;
  animation: format-roll 30s linear infinite;
}

.format-track span {
  padding-inline: 1.4rem;
  font-size: 0.76rem;
  font-weight: 650;
}

.format-track i {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--signal);
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 11rem) 0;
}

.section-heading,
.partnerships-intro {
  max-width: 56rem;
}

.section-label {
  margin: 0 0 1.3rem;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 570;
}

h2 {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 5.2rem);
  font-weight: 430;
  letter-spacing: -0.038em;
  line-height: 0.99;
  text-wrap: balance;
}

.section-heading > p:last-child,
.partnerships-intro > p:last-child,
.about-copy > p,
.process-list p {
  color: var(--muted);
  line-height: 1.7;
  text-wrap: pretty;
}

.section-heading > p:last-child,
.partnerships-intro > p:last-child {
  max-width: 39rem;
  margin: 1.45rem 0 0;
  font-size: 1.02rem;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.72fr 0.9fr;
  grid-template-rows: 19rem 22rem;
  gap: clamp(1rem, 2vw, 1.75rem);
  margin-top: clamp(3.5rem, 7vw, 6rem);
  perspective: 1400px;
}

.portfolio-shot {
  position: relative;
  margin: 0;
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateZ(0);
  transform-style: preserve-3d;
  transition: transform 480ms var(--ease);
  will-change: transform;
}

.portfolio-shot img {
  width: 100%;
  height: 100%;
  border-radius: var(--radius-media);
  object-fit: cover;
}

.portfolio-shot-journey {
  grid-row: 1 / span 2;
}

.portfolio-shot-ugc {
  grid-column: 2;
  grid-row: 1;
}

.portfolio-shot-destination {
  grid-column: 2;
  grid-row: 2;
}

.portfolio-shot-campaign {
  grid-column: 3;
  grid-row: 1 / span 2;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

figcaption {
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 0.15rem 0;
  color: var(--faint);
  font-size: 0.73rem;
}

figcaption span:first-child {
  color: var(--muted);
}

.campaign-coverage {
  padding-top: clamp(3rem, 7vw, 6rem);
}

.campaign-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
  align-items: end;
  gap: 3rem;
}

.campaign-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: -1.5rem;
}

.campaign-heading > p:last-child {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 28rem 22rem;
  gap: clamp(1rem, 2vw, 1.7rem);
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.campaign-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-media);
  background: var(--surface-soft);
}

.campaign-card::after {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(0deg, rgba(5, 8, 10, 0.92), transparent);
  content: "";
  pointer-events: none;
}

.campaign-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.campaign-card:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.campaign-card figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(1.2rem, 2.4vw, 2.2rem);
  bottom: clamp(1.2rem, 2.4vw, 2.2rem);
  left: clamp(1.2rem, 2.4vw, 2.2rem);
  display: flex;
  align-items: end;
  gap: 1.5rem;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
}

.campaign-card figcaption span:first-child {
  max-width: 25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  line-height: 1.45;
}

.campaign-card figcaption strong {
  display: block;
  margin-bottom: 0.18rem;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 560;
}

.campaign-card-guest {
  grid-column: 1 / span 7;
}

.campaign-card-food {
  grid-column: 8 / span 5;
  margin-top: 3.5rem;
}

.campaign-card-room {
  grid-column: 1 / span 5;
}

.campaign-card-amenity {
  grid-column: 6 / span 7;
}

.campaign-disclaimer {
  max-width: 40rem;
  margin: 1.4rem 0 0 auto;
  color: var(--faint);
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: right;
}

.partnerships {
  width: 100%;
  padding-inline: max(4vw, calc((100vw - 1440px) / 2));
  background: var(--surface-raised);
}

.partnership-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  margin-top: clamp(3rem, 6vw, 5.5rem);
  gap: 1rem;
}

.coverage-band {
  display: grid;
  grid-template-columns: minmax(10rem, 0.42fr) minmax(0, 1.58fr);
  align-items: start;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  padding: 1.35rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  gap: 2rem;
}

.coverage-band > p {
  margin: 0;
  color: var(--faint);
  font-size: 0.73rem;
}

.coverage-band > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem 1.5rem;
}

.coverage-band span {
  color: var(--muted);
  font-size: 0.79rem;
}

.partnership {
  position: relative;
  overflow: hidden;
  padding: clamp(2.2rem, 4vw, 4.5rem);
  border-radius: var(--radius-media);
}

.partnership-hosted {
  background: var(--accent);
  color: var(--accent-ink);
}

.partnership-production {
  background: var(--signal);
  color: #170805;
}

.partnership-hosted::after,
.partnership-production::after {
  position: absolute;
  top: -4rem;
  right: -4rem;
  width: 11rem;
  height: 11rem;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.22;
}

.partnership-heading > p {
  margin: 0 0 2.5rem;
  font-size: 0.78rem;
  font-weight: 620;
}

.partnership-heading > p span {
  margin-right: 0.55rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid currentColor;
  border-radius: var(--radius-button);
  font-size: 0.66rem;
}

.partnership h3 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 3.2rem);
  font-weight: 450;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.partnership-exchange {
  max-width: 35rem;
  margin: 1.4rem 0 0;
  color: rgba(7, 16, 20, 0.72);
  line-height: 1.6;
}

.partnership-production .partnership-exchange {
  color: rgba(23, 8, 5, 0.72);
}

.compensation-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.8rem;
  border: 1px solid rgba(23, 8, 5, 0.3);
  border-radius: 1rem;
}

.compensation-options span {
  display: flex;
  padding: 0.9rem 1rem;
  font-size: 0.74rem;
  line-height: 1.35;
  flex-direction: column;
}

.compensation-options span + span {
  border-left: 1px solid rgba(23, 8, 5, 0.3);
}

.compensation-options strong {
  margin-bottom: 0.18rem;
  font-size: 0.64rem;
  font-weight: 720;
}

.deliverables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 0;
  border-top: 1px solid rgba(7, 16, 20, 0.22);
  list-style: none;
}

.deliverables li {
  display: flex;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(7, 16, 20, 0.18);
  flex-direction: column;
}

.deliverables li:nth-child(odd) {
  padding-right: 1rem;
}

.deliverables li:nth-child(even) {
  padding-left: 1rem;
  border-left: 1px solid rgba(7, 16, 20, 0.18);
}

.deliverables strong {
  font-size: 1.25rem;
  font-weight: 620;
}

.deliverables span {
  margin-top: 0.25rem;
  color: rgba(7, 16, 20, 0.66);
  font-size: 0.75rem;
}

.partnership-production .deliverables {
  border-color: rgba(23, 8, 5, 0.22);
}

.partnership-production .deliverables li {
  border-color: rgba(23, 8, 5, 0.18);
}

.partnership-production .deliverables li:nth-child(even) {
  border-left-color: rgba(23, 8, 5, 0.18);
}

.partnership-production .deliverables span {
  color: rgba(23, 8, 5, 0.66);
}

.partnership-note {
  margin: 1.2rem 0 0;
  color: rgba(7, 16, 20, 0.65);
  font-size: 0.72rem;
}

.partnership-production .partnership-note {
  color: rgba(23, 8, 5, 0.65);
}

.package-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1.1rem;
  border-top: 1px solid currentColor;
  font-size: 0.82rem;
  font-weight: 650;
}

.package-link span {
  font-size: 1.2rem;
  transition: transform 220ms var(--ease);
}

.package-link:hover span {
  transform: translate(3px, -3px);
}

.partnership-custom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  align-items: center;
  background: var(--flash);
  color: #0b1004;
  gap: clamp(2rem, 5vw, 5rem);
}

.partnership-custom h3 {
  max-width: none;
  margin-top: 0.4rem;
}

.custom-copy > p:first-child {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 650;
}

.custom-copy > p:last-child {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgba(11, 16, 4, 0.68);
  line-height: 1.6;
}

.custom-tags {
  display: flex;
  max-width: 26rem;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.custom-tags span {
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(11, 16, 4, 0.3);
  border-radius: var(--radius-button);
  font-size: 0.7rem;
}

.button-dark {
  background: #0b1004;
  color: #f2f7e2;
}

.text-link {
  display: inline-block;
  margin-top: 1.8rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid var(--line-strong);
  font-size: 0.82rem;
  font-weight: 570;
}

.scope-note {
  display: flex;
  max-width: 50rem;
  margin: 1.5rem 0 0 auto;
  color: var(--faint);
  font-size: 0.75rem;
  line-height: 1.55;
  gap: 1.2rem;
}

.scope-note strong {
  flex: 0 0 auto;
  color: var(--ink);
}

.process {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(4rem, 10vw, 10rem);
}

.process-heading {
  position: sticky;
  top: 9rem;
  align-self: start;
}

.process-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4.3rem);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
  border-top: 1px solid var(--line);
  gap: 1rem;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.step-number {
  color: var(--accent);
  font-size: 0.72rem;
}

.process-list h3 {
  margin: -0.35rem 0 0.8rem;
  font-size: clamp(1.75rem, 2.6vw, 2.5rem);
  font-weight: 450;
  letter-spacing: -0.03em;
}

.process-list p {
  max-width: 37rem;
  margin: 0;
}

.about {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: clamp(3rem, 9vw, 9rem);
  padding-top: 4rem;
}

.about-media {
  position: relative;
  min-height: clamp(32rem, 56vw, 50rem);
  perspective: 1200px;
}

.about-media img {
  width: 84%;
  height: 92%;
  margin: auto 0 0 auto;
  border-radius: var(--radius-media);
  object-fit: cover;
  transform: rotateY(-4deg) rotateX(1deg);
  box-shadow: 28px 40px 80px rgba(0, 0, 0, 0.3);
}

.about-frame {
  position: absolute;
  top: 9%;
  left: 0;
  width: 73%;
  height: 84%;
  z-index: -1;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-media);
  transform: rotateY(6deg) translateZ(-20px);
}

.about-location {
  position: absolute;
  right: 6%;
  bottom: 3%;
  margin: 0;
  padding: 0.7rem 0.9rem;
  background: var(--surface);
  color: var(--muted);
  font-size: 0.7rem;
}

.about-copy h2 {
  font-size: clamp(2.45rem, 4.3vw, 4.5rem);
}

.about-copy > p:not(.section-label) {
  max-width: 37rem;
  margin: 1.35rem 0 0;
}

.about-meta {
  display: flex;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  gap: 2rem;
}

.about-meta span {
  display: flex;
  color: var(--faint);
  font-size: 0.72rem;
  flex-direction: column;
}

.about-meta strong {
  margin-bottom: 0.2rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 570;
}

.contact {
  position: relative;
  width: calc(100% - 4vw);
  max-width: none;
  margin-bottom: 2vw;
  overflow: hidden;
  border-radius: var(--radius-media);
  background:
    linear-gradient(rgba(7, 10, 12, 0.42), rgba(7, 10, 12, 0.78)),
    url("assets/desert-retreat.webp") center 45% / cover no-repeat;
}

.contact-inner {
  display: flex;
  min-height: 76dvh;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem;
  flex-direction: column;
  text-align: center;
}

.contact-inner > p:first-child {
  margin: 0 0 1rem;
  color: var(--accent-strong);
  font-size: 0.82rem;
}

.contact h2 {
  max-width: 12ch;
  color: #f1f4f5;
}

.contact-prompt {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: rgba(241, 244, 245, 0.7);
  line-height: 1.6;
}

.contact .button-light {
  margin-top: 2rem;
}

.contact-email {
  margin-top: 1rem;
  color: rgba(241, 244, 245, 0.54);
  font-size: 0.7rem;
  transition: color 180ms ease;
}

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

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: var(--page);
  min-height: 9rem;
  margin: 0 auto;
  color: var(--faint);
  font-size: 0.73rem;
}

.site-footer p {
  margin: 0;
}

.site-footer > a:last-child {
  justify-self: end;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: var(--z-overlay);
  pointer-events: none;
  opacity: 0.042;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 800ms var(--ease), transform 800ms var(--ease);
}

.reveal:not(.is-visible) {
  opacity: 0.58;
  transform: translateY(24px);
}

@keyframes hero-breathe {
  from { transform: scale(1.035) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-0.5%, -0.4%, 0); }
}

@keyframes format-roll {
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 68px;
  }

  .site-nav {
    display: none;
  }

  .hero-content {
    width: calc(100% - 2rem);
    padding: 7rem 0 7.5rem;
    justify-content: flex-end;
  }

  .hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 12.5vw, 5.5rem);
  }

  .hero-media img {
    object-position: 64% center;
  }

  .hero-wash {
    background: linear-gradient(0deg, rgba(7, 10, 13, 0.94) 0%, rgba(7, 10, 13, 0.46) 67%, rgba(7, 10, 13, 0.18) 100%);
  }

  .hero-proof {
    display: none;
  }

  .brand-promise {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 30rem);
  }

  .campaign-heading {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .campaign-heading .section-label {
    margin-bottom: 0;
  }

  .campaign-heading > p:last-child {
    max-width: 39rem;
  }

  .campaign-grid {
    grid-template-rows: repeat(2, 28rem);
  }

  .campaign-card-guest,
  .campaign-card-room {
    grid-column: 1 / span 6;
  }

  .campaign-card-food,
  .campaign-card-amenity {
    grid-column: 7 / span 6;
  }

  .campaign-card-food {
    margin-top: 0;
  }

  .portfolio-shot-journey,
  .portfolio-shot-ugc,
  .portfolio-shot-destination,
  .portfolio-shot-campaign {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    margin: 0;
  }

  .partnership-options,
  .process,
  .about {
    grid-template-columns: 1fr;
  }

  .coverage-band {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .partnership-custom {
    grid-template-columns: 1fr;
  }

  .process {
    gap: 3rem;
  }

  .process-heading {
    position: static;
  }

  .about {
    gap: 4rem;
  }

  .about-media {
    min-height: 34rem;
  }

  .about-media img {
    width: 92%;
    height: 33rem;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 560px) {
  .nav-cta {
    padding: 0.65rem 0.9rem;
  }

  .brand > span:last-child {
    display: none;
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-availability {
    line-height: 1.5;
  }

  .section {
    width: calc(100% - 2rem);
    padding: 6rem 0;
  }

  .partnerships {
    width: 100%;
    padding-inline: 1rem;
  }

  .partnership {
    padding: 2rem 1.25rem;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .portfolio-shot {
    height: auto;
  }

  .portfolio-shot img {
    aspect-ratio: 4 / 5;
  }

  .campaign-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .campaign-card-guest,
  .campaign-card-food,
  .campaign-card-room,
  .campaign-card-amenity {
    grid-column: 1;
    height: 29rem;
    margin: 0;
  }

  .campaign-card figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }

  .campaign-disclaimer {
    text-align: left;
  }

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

  .coverage-band > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compensation-options {
    grid-template-columns: 1fr;
  }

  .compensation-options span + span {
    border-top: 1px solid rgba(23, 8, 5, 0.3);
    border-left: 0;
  }

  .deliverables li:nth-child(odd),
  .deliverables li:nth-child(even) {
    padding-inline: 0;
    border-left: 0;
  }

  .scope-note {
    margin-left: 0;
    flex-direction: column;
    gap: 0.35rem;
  }

  .process-list li {
    grid-template-columns: 2.7rem 1fr;
  }

  .about-meta {
    flex-direction: column;
    gap: 1rem;
  }

  .contact {
    width: calc(100% - 1rem);
    margin-bottom: 0.5rem;
    padding-inline: 1rem;
  }

  .contact-inner {
    min-height: 68dvh;
  }
}

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

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

  .reveal,
  .reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header.is-scrolled,
  .button-ghost {
    background: #111519;
    backdrop-filter: none;
  }
}
