body.money-page {
  margin: 0;
  background: #0a0a0a;
  color: #f4f1ea;
  font-family: Inter, sans-serif;
}

body.money-page h1,
body.money-page h2,
body.money-page h3 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 560;
  line-height: 1.08;
  margin: 0 0 0.7rem;
}

.money-hero {
  position: relative;
  background: #000;
}

.money-stack {
  width: min(720px, calc(100% - 96px));
  margin-left: 48px;
  padding: 132px 0 56px;
  position: relative;
  z-index: 1;
}

.money-hero-media {
  position: absolute;
  inset: 0;
  background: #000 var(--hero) center / cover no-repeat;
}

.money-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.55) 46%, #0a0a0a 100%);
}

.money-kicker {
  margin: 0 0 0.8rem;
  color: #ffb200;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.money-copy h1,
.money-copy p,
.money-copy .btn,
.money-form,
.money-section h2,
.money-section p,
.money-section li,
.money-section blockquote {
  text-align: left;
}

.money-copy h1 {
  font-size: clamp(40px, 5vw, 68px);
  max-width: 16ch;
}

.money-lede {
  max-width: 42rem;
  color: #f4f1ea;
  font-size: 1.125rem;
  line-height: 1.55;
  margin: 0 0 1.25rem;
}

body.money-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffb200;
  color: #000;
  border: 0;
  border-radius: 0;
  padding: 14px 22px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

body.money-page .btn:hover {
  background: #ffc233;
  color: #000;
}

.money-form {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

.money-form label {
  display: grid;
  gap: 0.35rem;
  color: #f4f1ea;
  font-size: 0.92rem;
}

.money-form input,
.money-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: #111;
  color: #f4f1ea;
  border: 0;
  border-radius: 0;
  padding: 14px 12px;
  font: inherit;
}

.money-form textarea {
  min-height: 110px;
  resize: vertical;
}

.cf-form-shield {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.money-status {
  min-height: 1.2em;
  margin: 0;
  color: #ffb200;
}

.money-section {
  width: min(720px, calc(100% - 96px));
  margin-left: 48px;
  padding: 28px 0 8px;
}

.money-section p,
.money-section li {
  color: #f4f1ea;
  line-height: 1.6;
}

.money-section img,
.money-section video {
  max-width: 100%;
  height: auto;
  display: block;
}

.money-dim {
  color: #a8a8a8;
}

.money-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.money-section li + li {
  margin-top: 1rem;
}

.money-quote {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.35;
}

.money-quote footer {
  margin-top: 0.8rem;
  color: #a8a8a8;
  font-family: Inter, sans-serif;
  font-size: 0.95rem;
}

.money-films {
  display: grid;
  gap: 1rem;
}

.money-film {
  background: #000;
}

.money-film-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
}

.money-film-frame iframe,
.money-facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.money-facade {
  padding: 0;
  cursor: pointer;
  background: #000;
}

.money-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.money-play {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: #ffb200;
  color: #000;
  padding: 10px 16px;
  font-weight: 700;
}

.money-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.money-links a {
  color: #ffb200;
}

.money-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.money-logos img {
  height: 52px;
  width: auto;
  background: #111;
}

.money-footer-nap {
  color: #a8a8a8;
}

@media (max-width: 800px) {
  .money-hero {
    display: block;
    min-height: 0;
  }

  .money-hero-media {
    display: none;
  }

  .money-stack {
    width: auto;
    margin: 0;
    padding: 0;
  }

  .money-copy {
    min-height: calc(100svh - 56px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 96px 20px 28px;
    background: #000 var(--hero) center / cover no-repeat;
    position: relative;
  }

  .money-copy::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.72) 70%, #0a0a0a 100%);
  }

  .money-copy > * {
    position: relative;
    z-index: 1;
  }

  .money-form {
    padding: 8px 20px 36px;
    margin-top: 0;
  }

  .money-section {
    width: auto;
    margin: 0;
    padding: 22px 20px 4px;
  }
}

@media (min-width: 801px) {
  .money-hero {
    min-height: 100vh;
  }
}

/* Landing treatment for the two booking pages */
body.money-show {
  background: #000;
  overflow-x: clip;
}

body.money-show a {
  color: #ffb200;
  text-decoration: none;
}

body.money-show .btn,
body.money-show button.btn {
  color: #000;
}

body.money-show .money-wrap,
body.money-show .money-stack {
  width: min(1180px, calc(100% - 80px));
  margin-left: auto;
  margin-right: auto;
}

body.money-show .money-hero {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  padding: 88px 0 64px max(40px, calc((100% - 1180px) / 2));
  box-sizing: border-box;
}

body.money-show .money-hero-media {
  position: relative;
  inset: auto;
  order: 2;
  aspect-ratio: 16 / 9;
  height: auto;
  align-self: start;
  margin-top: 8px;
  background-position: var(--focus, center);
}

body.money-show .money-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focus, center);
  display: block;
}

body.money-show .money-hero-media::after {
  z-index: 1;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0) 20%);
}

body.money-show .money-stack {
  display: block;
  order: 1;
  width: auto;
  margin: 0;
  padding: 0;
  min-height: 0;
}

body.money-show .money-panel {
  width: auto;
}

body.money-show .money-copy h1 {
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.96;
  max-width: 12ch;
  font-size: clamp(3.1rem, 5.6vw, 5.1rem);
}

body.money-show .money-copy h1.is-long {
  max-width: 14ch;
}

body.money-show .money-hero-media.is-type {
  background: #ffb200;
  color: #000;
}

body.money-show .money-hero-media.is-type::after {
  display: none;
}

body.money-show .money-hero-type {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #000;
}

body.money-show .money-hero-type span {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-size: 0.95rem;
  margin: 0 0 0.35rem;
}

body.money-show .money-hero-type strong {
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

body.money-show .money-hero-media .money-facade {
  z-index: 2;
  background: transparent;
}

body.money-show .money-hero-media .money-facade::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.4) 7%, rgba(0, 0, 0, 0) 20%);
  pointer-events: none;
}

body.money-show .money-hero-media .money-play {
  left: auto;
  right: 1rem;
  z-index: 1;
}

body.money-show .money-kicker {
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.05rem;
  color: #ffb200;
}

body.money-show .money-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
  margin-top: 22px;
  position: relative;
  background: transparent;
  padding: 0;
}

body.money-show .money-form .span-2,
body.money-show .money-form button,
body.money-show .money-form .money-status {
  grid-column: 1 / -1;
}

body.money-show .cf-form-shield,
body.money-show .money-form input[type="hidden"] {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.money-show .money-form label {
  gap: 0.28rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f4f1ea;
}

body.money-show .money-form input,
body.money-show .money-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 178, 0, 0.45);
  padding: 11px 10px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}

body.money-show .money-form textarea {
  min-height: 74px;
}

body.money-show .money-form button {
  justify-content: flex-start;
  width: fit-content;
  margin-top: 4px;
}

body.money-show .money-section,
body.money-show .money-stage,
body.money-show .money-prices,
body.money-show .money-steps,
body.money-show .money-quote-band,
body.money-show .money-close,
body.money-show .money-strip {
  width: min(1180px, calc(100% - 80px));
  margin-left: auto;
  margin-right: auto;
  padding: 56px 0;
}

body.money-show .money-quote-band,
body.money-show .money-close {
  padding: 72px 0;
}

body.money-show .money-strip {
  position: relative;
  aspect-ratio: 2.7 / 1;
  padding: 0;
  margin-top: 56px;
  margin-bottom: 8px;
  overflow: hidden;
  background: #000;
}

body.money-show .money-strip img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.money-show .money-strip-copy {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 64px 28px 22px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 58%);
}

body.money-show .money-strip-copy .btn {
  flex: none;
  margin-bottom: 2px;
}

body.money-show .money-strip h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  margin-bottom: 0.4rem;
}

body.money-show .money-strip p {
  font-size: 0.98rem;
  margin-bottom: 0.65rem;
}

body.money-show .money-marquee {
  width: 100%;
  margin: 0;
  padding: 18px max(40px, calc((100% - 1180px) / 2));
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: #f4f1ea;
}

body.money-show .money-marquee span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 0;
  height: 56px;
  background: transparent;
  padding: 0 8px;
}

body.money-show .money-marquee.is-pair,
body.money-show .money-marquee.is-solo {
  justify-content: center;
  gap: 72px;
}

body.money-show .money-marquee.is-pair span,
body.money-show .money-marquee.is-solo span {
  flex: 0 1 200px;
}

body.money-show .money-note {
  width: min(1180px, calc(100% - 80px));
  margin: 56px auto 0;
}

body.money-show .money-note p {
  max-width: 40rem;
  color: #f4f1ea;
  line-height: 1.55;
}

body.money-show .money-marquee img {
  max-height: 48px;
  max-width: 86%;
  width: auto;
  height: auto;
  object-fit: contain;
  background: transparent;
}

body.money-show .money-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 48px 56px;
  align-items: center;
}

body.money-show .money-stage.is-flip {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

body.money-show .money-stage.is-flip figure {
  order: 2;
}

body.money-show .money-stage figure,
body.money-show .money-stage .money-film {
  margin: 0;
}

body.money-show .money-stage > figure > img,
body.money-show .money-stage .money-film-frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.money-show .money-stage .money-facade img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

body.money-show .money-stage video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  background: #000;
}

body.money-show .money-stage img.is-plan,
body.money-show .money-tile img.is-plan {
  object-fit: contain;
  background: #f4f1ea;
}

body.money-show .money-stage h2,
body.money-show .money-strip h2,
body.money-show .money-line h2,
body.money-show .money-prices h2,
body.money-show .money-steps h2,
body.money-show .money-close h2,
body.money-show .money-films-head h2 {
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.98;
  font-size: clamp(2.15rem, 4vw, 3.35rem);
  margin: 0 0 0.7rem;
}

body.money-show .money-stage p,
body.money-show .money-strip p,
body.money-show .money-line p,
body.money-show .money-steps p,
body.money-show .money-close p {
  color: #f4f1ea;
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0 0 0.9rem;
  max-width: 38rem;
}

body.money-show .money-line {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 28px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px 56px;
  align-items: end;
}

body.money-show .money-price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 64px;
  align-items: start;
}

body.money-show .money-price-row.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

body.money-show .money-price-row.cols-4 .money-price {
  font-size: clamp(2.4rem, 4vw, 3.5rem);
}

body.money-show .money-price-row.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 36px;
}

body.money-show .money-client {
  margin: 0 0 0.55rem;
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #ffb200;
}

body.money-show .money-price {
  margin: 0 0 0.35rem;
  font-family: Fraunces, Georgia, serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(3.4rem, 6vw, 5.4rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #ffb200;
}

body.money-show .money-price-name {
  margin: 0 0 0.45rem;
  color: #f4f1ea;
  font-weight: 600;
}

body.money-show .money-dim {
  margin: 0;
  color: #a8a8a8;
  line-height: 1.5;
}

body.money-show .money-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 36px;
  align-items: start;
}

body.money-show .money-steps li {
  margin: 0;
}

body.money-show .money-steps li span {
  display: block;
  margin: 0 0 0.45rem;
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1;
  color: #ffb200;
}

body.money-show .money-quote-band blockquote {
  margin: 0;
  max-width: 52rem;
}

body.money-show .money-quote-band blockquote p {
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.32;
  letter-spacing: -0.03em;
  color: #f4f1ea;
}

body.money-show .money-quote-band footer {
  margin-top: 1.1rem;
  color: #a8a8a8;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-size: 0.95rem;
}

body.money-show .money-films-head {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
  padding: 72px 0 0;
}

body.money-show .money-section .money-films,
body.money-show .money-films.wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: min(1180px, calc(100% - 80px));
  margin: 18px auto 0;
}

body.money-show .money-film figcaption {
  margin-top: 0.55rem;
  color: #a8a8a8;
}

body.money-show .money-tiles {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.money-show .money-tile {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
  overflow: hidden;
  color: #f4f1ea;
  background: #111;
}

body.money-show .money-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.money-show .money-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.82) 100%);
}

body.money-show .money-tile span,
body.money-show .money-tile small {
  position: relative;
  z-index: 1;
  display: block;
}

body.money-show .money-tile span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  font-family: Fraunces, Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

body.money-show .money-tile.type {
  background: #ffb200;
  color: #000;
  aspect-ratio: 16 / 9;
  min-height: 0;
  height: auto;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body.money-show .money-tile.type::after {
  display: none;
}

body.money-show .money-tile.type span,
body.money-show .money-tile.type small {
  position: static;
  color: #000;
}

body.money-show .money-tile.type small {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

body.money-show .money-close {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 40px 64px;
  align-items: start;
}

body.money-show .money-close .money-form {
  margin-top: 0;
}

@media (max-width: 900px) {
  body.money-show .money-hero {
    display: block;
    min-height: 0;
    padding: 0;
  }

  body.money-show .money-hero-media {
    display: block;
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin-top: 0;
  }

  body.money-show .money-hero-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.4) 100%);
  }

  body.money-show .money-copy {
    min-height: 0;
    display: block;
    background: #000;
    justify-content: flex-start;
    padding: 28px 20px 4px;
  }

  body.money-show .money-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.15rem);
  }

  body.money-show .money-copy::before {
    display: none;
  }

  body.money-show .money-strip {
    aspect-ratio: auto;
    display: block;
    margin: 0;
    overflow: visible;
  }

  body.money-show .money-strip img {
    position: relative;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  body.money-show .money-strip-copy {
    position: static;
    width: auto;
    display: block;
    padding: 22px 20px 0;
    background: none;
  }

  body.money-show .money-strip-copy .btn {
    margin-top: 4px;
  }

  body.money-show .money-stack,
  body.money-show .money-wrap,
  body.money-show .money-section,
  body.money-show .money-stage,
  body.money-show .money-prices,
  body.money-show .money-steps,
  body.money-show .money-quote-band,
  body.money-show .money-close,
  body.money-show .money-line,
  body.money-show .money-marquee,
  body.money-show .money-films-head,
  body.money-show .money-films.wide,
  body.money-show .money-tiles,
  body.money-show .money-strip,
  body.money-show .money-note {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  body.money-show .money-stack {
    padding: 0;
  }

  body.money-show .money-panel {
    width: auto;
  }

  body.money-show .money-form {
    grid-template-columns: 1fr;
    padding: 8px 20px 28px;
    background: #0a0a0a;
  }

  body.money-show .money-stage,
  body.money-show .money-stage.is-flip,
  body.money-show .money-line,
  body.money-show .money-close,
  body.money-show .money-price-row,
  body.money-show .money-price-row.cols-3,
  body.money-show .money-price-row.cols-4,
  body.money-show .money-steps ol,
  body.money-show .money-films.wide,
  body.money-show .money-tiles,
  body.money-show .money-marquee {
    grid-template-columns: 1fr;
    display: grid;
  }

  body.money-show .money-stage.is-flip figure {
    order: 0;
  }

  body.money-show .money-stage,
  body.money-show .money-prices,
  body.money-show .money-steps,
  body.money-show .money-quote-band,
  body.money-show .money-close,
  body.money-show .money-films-head,
  body.money-show .money-note {
    padding: 36px 20px;
  }

  body.money-show .money-line,
  body.money-show .money-marquee,
  body.money-show .money-tiles,
  body.money-show .money-films.wide {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.money-show .money-marquee {
    padding-top: 22px;
  }

  body.money-show .money-marquee {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 16px;
    padding: 16px 20px;
  }

  body.money-show .money-marquee span {
    height: 44px;
  }

  body.money-show .money-marquee.is-pair {
    grid-template-columns: repeat(2, minmax(0, 140px));
    justify-content: center;
  }

  body.money-show .money-marquee.is-solo {
    grid-template-columns: minmax(0, 160px);
    justify-content: center;
  }

  body.money-show .money-hero-media .money-facade::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.4) 100%);
  }
}
