﻿:root {
  color-scheme: dark;
  --ink: #07111d;
  --ink-2: #111827;
  --coal: #171717;
  --slate: #314052;
  --gray: #717884;
  --mist: #eef2f6;
  --paper: #f8fafc;
  --line: rgba(255, 255, 255, 0.16);
  --blue: #0d5fb8;
  --blue-2: #063f86;
  --red: #f31349;
  --red-2: #95151e;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

p {
  color: inherit;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
  margin: 0;
}

h1 {
  font-size: 82px;
  line-height: 0.95;
  max-width: 880px;
}

h2 {
  font-size: 48px;
  line-height: 1.02;
}

h3 {
  font-size: 22px;
  line-height: 1.15;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
  min-height: 92px;
  padding: 18px max(32px, calc((100vw - 1180px) / 2));
  background: rgba(248, 250, 252, 0.96);
  border-bottom: 1px solid rgba(8, 28, 46, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  max-width: 42vw;
}

.brand img {
  width: 100%;
  height: auto;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
}

.site-nav a {
  padding: 30px 0 28px;
  border-bottom: 2px solid transparent;
  color: #1d2b3b;
  font-size: 15px;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--red);
  border-bottom-color: var(--red);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 8px;
  font-weight: 750;
  font-size: 14px;
}

.header-cta,
.btn.primary {
  background: var(--red);
  color: var(--white);
  box-shadow: 0 18px 42px rgba(243, 19, 73, 0.24);
}

.header-cta {
  min-height: 56px;
  padding: 0 30px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: #ffffff;
  color: #051823;
  box-shadow: none;
}

.header-cta:hover {
  background: var(--red);
  color: #ffffff;
}

.btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 92px);
  overflow: hidden;
  display: grid;
  align-items: end;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.93) 0%, rgba(7, 17, 29, 0.64) 46%, rgba(7, 17, 29, 0.25) 100%),
    linear-gradient(0deg, rgba(7, 17, 29, 0.94) 0%, rgba(7, 17, 29, 0.05) 48%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 56px;
  align-items: end;
  padding: 132px 0 84px;
}

.hero-copy {
  display: grid;
  gap: 28px;
}

.eyebrow {
  color: var(--red);
  font-size: 13px;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 790px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 22px;
}

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

.hero-facts {
  border: 1px solid var(--line);
  background: rgba(7, 17, 29, 0.62);
  padding: 24px;
  border-radius: 8px;
}

.hero-facts span {
  color: #8bbdff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-facts strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.12;
}

.hero-facts ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.media-strip {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr 1fr 1.1fr;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--coal);
}

.media-strip img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.section {
  padding: 104px 0;
}

.section.light {
  background: var(--paper);
  color: var(--ink);
}

.section.ink {
  background: var(--ink);
}

.section.blue {
  background: linear-gradient(135deg, var(--blue-2), #081727 64%, var(--coal));
}

.section.red {
  background: linear-gradient(135deg, var(--red-2), #121212 64%, var(--ink));
}

.split,
.editorial,
.tech-layout,
.roadmap-layout,
.founders,
.community-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 56px;
  align-items: center;
}

.section-copy {
  display: grid;
  gap: 22px;
}

.section-copy p,
.section-head p,
.roadmap-layout p {
  color: #526171;
}

.ink .section-copy p,
.ink .section-head p,
.blue p,
.red p {
  color: rgba(255, 255, 255, 0.74);
}

.feature-photo {
  position: relative;
  min-height: 560px;
}

.feature-photo img,
.editorial-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: calc(100% - 36px);
  padding: 18px;
  border-radius: 8px;
  background: rgba(7, 17, 29, 0.74);
  color: var(--white);
}

.caption span {
  display: block;
  color: #8bbdff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.caption strong {
  display: block;
  margin-top: 6px;
  font-size: 21px;
}

.section-head {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.section-head.left {
  margin: 0;
  text-align: left;
}

.space-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.space-grid article,
.tech-stack article,
.roadmap article {
  min-height: 232px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.space-grid span,
.roadmap span {
  color: #8bbdff;
  font-weight: 850;
  font-size: 13px;
}

.space-grid h3,
.tech-stack h3,
.roadmap h3 {
  margin-top: 18px;
}

.space-grid p,
.tech-stack p,
.roadmap p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 16px;
}

.editorial {
  align-items: stretch;
}

.editorial-copy {
  display: grid;
  align-content: center;
  gap: 22px;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mini-grid span {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.community-layout {
  align-items: start;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.audience-grid span {
  padding: 16px;
  border: 1px solid #d9e0e8;
  border-radius: 8px;
  background: var(--white);
  color: #253242;
  font-weight: 650;
  line-height: 1.35;
}

.visual-band {
  padding: 0;
  background: var(--ink-2);
}

.visual-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1.18fr 0.92fr 0.9fr;
}

.visual-grid article {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.visual-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 17, 29, 0.78), rgba(7, 17, 29, 0.05));
}

.visual-grid div {
  position: absolute;
  z-index: 1;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.visual-grid span {
  color: #8bbdff;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.visual-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.12;
}

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

.tech-stack article {
  min-height: 188px;
  background: rgba(13, 95, 184, 0.12);
}

.founders {
  align-items: start;
}

.founders ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.founders li {
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.roadmap {
  display: grid;
  gap: 14px;
}

.roadmap article {
  background: var(--white);
  border-color: #dce3eb;
}

.roadmap h3 {
  color: var(--ink);
}

.roadmap p {
  color: #526171;
}

.destination {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 0;
  padding: 0;
  background: var(--ink);
}

.destination-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 72px 42px;
  background: var(--coal);
}

.destination-copy h2 {
  font-size: 34px;
}

.destination-images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.destination-images img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.cta {
  background: linear-gradient(135deg, #111827, #06111d 45%, #0d315d);
}

.cta-panel {
  display: grid;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.cta-panel h2 {
  max-width: 840px;
}

.site-footer {
  padding: 56px 0 44px;
  background: #ffffff;
  color: var(--ink);
  border-top: 1px solid rgba(8, 28, 46, 0.08);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(8, 28, 46, 0.1);
}

.footer-brand {
  display: inline-flex;
  width: 176px;
  max-width: 44vw;
}

.footer-brand img {
  width: 100%;
  height: auto;
}

.footer-nav,
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.footer-nav a {
  color: #051823;
  font-weight: 800;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 22px;
}

.footer-legal a,
.footer-credit p {
  color: #516174;
  font-size: 14px;
  line-height: 1.4;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 8px;
  margin-left: auto;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: #061724;
  box-shadow: 0 12px 28px rgba(7, 21, 35, 0.14);
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(243, 18, 72, 0.7);
  background: #0b2234;
  box-shadow: 0 16px 34px rgba(243, 18, 72, 0.18);
}

.footer-social img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.footer-credit {
  padding-top: 24px;
}

/* Crays Fund CI alignment */
:root {
  color-scheme: light;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 19, 73, 0.055), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2eb 38%, #fffdfa 100%);
}

.site-header {
  background: rgba(255, 253, 250, 0.91);
  border-bottom: 1px solid rgba(8, 28, 46, 0.08);
  box-shadow: 0 14px 30px rgba(8, 28, 46, 0.035);
}

.brand {
  width: 124px;
  max-width: 42vw;
}

.site-nav {
  margin-left: 10px;
  gap: 32px;
}

.site-nav a {
  position: relative;
  padding: 0;
  border: 0;
  color: #32475b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.15;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover {
  color: #081c2e;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--red);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
  color: #081c2e;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(243, 18, 72, 0.12);
}

.header-cta:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ff2b62 0%, var(--red) 100%);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.22);
}

.hero {
  min-height: auto;
  padding: clamp(58px, 6vw, 92px) 0 clamp(70px, 7vw, 118px);
  align-items: center;
  background:
    radial-gradient(ellipse at 78% 28%, rgba(243, 18, 72, 0.28), transparent 34%),
    radial-gradient(ellipse at 16% 70%, rgba(94, 207, 255, 0.2), transparent 40%),
    linear-gradient(180deg, #fffdfa 0%, #e8edf0 18%, #7f96a1 38%, #173448 62%, #06111d 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
    linear-gradient(120deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 34%, rgba(243, 18, 72, 0.1) 66%, rgba(6, 17, 29, 0.72) 100%);
  background-size: 74px 74px, 74px 74px, auto;
  opacity: 0.34;
}

.hero-image {
  opacity: 0.14;
  filter: saturate(0.98) contrast(1.08);
  mix-blend-mode: multiply;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.56) 0%, rgba(255, 253, 250, 0.05) 36%, rgba(6, 17, 29, 0.86) 100%);
}

.hero-layout {
  width: min(1240px, calc(100% - 40px));
  min-height: 460px;
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
  padding: clamp(38px, 5vw, 64px);
  border: 1px solid rgba(243, 18, 72, 0.22);
  border-left: 7px solid var(--red);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(5, 20, 32, 0.98) 0%, rgba(8, 35, 55, 0.96) 48%, rgba(26, 84, 118, 0.94) 100%),
    url("/assets/crays-club/dubai-skyline.webp") center / cover;
  box-shadow: 0 34px 120px rgba(6, 17, 29, 0.28);
  color: #ffffff;
}

.hero-layout::after {
  content: "";
  position: absolute;
  left: clamp(38px, 5vw, 64px);
  right: clamp(38px, 5vw, 64px);
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--red), rgba(255, 255, 255, 0.36), transparent);
}

.hero-copy,
.hero-facts {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  color: #ffffff;
}

h1 {
  max-width: 760px;
  font-size: clamp(48px, 6.3vw, 86px);
  line-height: 0.92;
  font-weight: 900;
}

h2 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
  font-weight: 900;
}

.hero-lead {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.18vw, 20px);
  line-height: 1.62;
  font-weight: 500;
}

.btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
}

.btn.primary {
  background: linear-gradient(135deg, #ff2b62 0%, var(--red) 100%);
  box-shadow: 0 20px 44px rgba(243, 18, 72, 0.28);
}

.btn.secondary {
  border-color: var(--red);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
  color: #081c2e;
}

.hero-facts {
  padding: 28px;
  border-radius: 20px;
  background: rgba(255, 252, 247, 0.95);
  color: #081c2e;
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.09);
  backdrop-filter: blur(22px);
}

.hero-facts span {
  color: var(--red);
  letter-spacing: 0.12em;
}

.hero-facts strong {
  color: #081c2e;
  font-weight: 900;
}

.hero-facts ul {
  color: #32475b;
  font-weight: 500;
}

.media-strip {
  padding: 18px;
  gap: 14px;
  background: #fffdfa;
}

.media-strip img {
  height: 210px;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.09);
}

.section {
  padding: 104px 0;
}

.section.light {
  background: #fffdfa;
  color: #081c2e;
}

.section.ink,
.section.editorial,
.section.visual-band,
.section.cta {
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 0%, rgba(243, 18, 72, 0.14), transparent 30%),
    linear-gradient(135deg, #07121d 0%, #0d2942 58%, #203b8f 100%);
}

.section.ink h2,
.section.ink h3,
.section.editorial h2,
.section.editorial h3,
.section.visual-band h2,
.section.visual-band h3,
.section.visual-band strong,
.section.cta h2,
.section.destination h2,
.founders h2,
.tech-stack h3,
.mini-grid span {
  color: #ffffff;
}

.section.ink p,
.section.editorial p,
.section.visual-band p,
.section.cta p,
.section.destination p,
.founders p,
.tech-stack p {
  color: rgba(255, 255, 255, 0.82);
}

.section-copy p,
.center-intro p,
.roadmap-layout p,
.caption,
.audience-grid span,
.roadmap article p {
  font-weight: 500;
}

.space-grid article,
.tech-stack article,
.audience-grid span,
.roadmap article {
  border-radius: 20px;
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.09);
}

.section.ink .space-grid article,
.tech-stack article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.visual-grid article {
  border-radius: 8px;
  overflow: hidden;
}

.founders {
  border-left: 7px solid var(--red);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(5, 20, 32, 0.98) 0%, rgba(63, 14, 22, 0.96) 52%, rgba(8, 28, 46, 0.96) 100%);
}

.cta-panel {
  padding: clamp(38px, 4.4vw, 58px) clamp(38px, 5vw, 64px);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background:
    linear-gradient(120deg, rgba(5, 20, 32, 0.98) 0%, rgba(8, 35, 55, 0.96) 48%, rgba(26, 84, 118, 0.94) 100%);
  box-shadow: 0 34px 120px rgba(7, 18, 29, 0.28);
}

.site-footer {
  background: #fffdfa;
  box-shadow: inset 0 24px 44px rgba(8, 28, 46, 0.035);
}

@media (max-width: 1020px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 38px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 74px;
    padding: 12px 22px;
    gap: 16px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    justify-self: end;
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(8, 28, 46, 0.14);
    border-radius: 8px;
    background: #ffffff;
    padding: 12px;
  }

  .nav-toggle span {
    height: 2px;
    background: #051823;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px;
    border: 1px solid rgba(8, 28, 46, 0.1);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(5, 24, 35, 0.1);
  }

  .site-nav a {
    padding: 12px 14px;
    border-bottom: 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero-layout,
  .split,
  .editorial,
  .tech-layout,
  .roadmap-layout,
  .founders,
  .community-layout,
  .destination {
    grid-template-columns: 1fr;
  }

  .space-grid,
  .tech-stack {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-images {
    grid-template-columns: repeat(5, minmax(180px, 1fr));
    overflow-x: auto;
  }

  .destination-images img {
    min-height: 380px;
  }
}

@media (max-width: 680px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  p,
  .hero-lead {
    font-size: 16px;
  }

  .shell {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand {
    width: 134px;
    min-width: 0;
  }

  .hero {
    min-height: 760px;
  }

  .hero-layout {
    padding: 72px 0 46px;
    gap: 28px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .media-strip {
    grid-template-columns: repeat(5, minmax(170px, 1fr));
    overflow-x: auto;
  }

  .media-strip img {
    height: 210px;
  }

  .section {
    padding: 68px 0;
  }

  .space-grid,
  .tech-stack,
  .audience-grid,
  .mini-grid,
  .visual-grid {
    grid-template-columns: 1fr;
  }

  .feature-photo,
  .feature-photo img,
  .editorial-image img {
    min-height: 360px;
  }

  .visual-grid article {
    min-height: 360px;
  }

  .destination-copy {
    padding: 56px 22px;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-nav,
  .footer-legal {
    gap: 16px;
  }

  .footer-social {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: 0;
  }

  .footer-social a {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .footer-social img {
    width: 18px;
    height: 18px;
  }
}

.hero-copy :is(h1, p),
:is(.ink, .editorial, .visual-band, .destination, .cta) :is(h2, h3, strong, p, li),
.founders :is(h2, h3, strong, p),
.cta-panel :is(h2, p),
.visual-grid :is(strong, span),
.destination-copy :is(h2, p),
.tech-layout :is(h2, h3, p),
.center-intro :is(h2, p),
.editorial :is(h2, h3, p) {
  color: #ffffff;
}

:is(.ink, .editorial, .visual-band, .destination, .cta, .founders) .eyebrow,
.hero-copy .eyebrow {
  color: var(--red);
}

.section.light :is(h2, h3, strong),
.roadmap-layout :is(h2, h3, strong),
.audience-grid span,
.roadmap article :is(h3, p) {
  color: #081c2e;
}

.section.light p,
.roadmap-layout p {
  color: #32475b;
}

/* Crays Fund inspired guest redesign */
:root {
  color-scheme: light;
  --ink: #081c2e;
  --ink-2: #07121d;
  --coal: #111827;
  --slate: #32475b;
  --gray: #667789;
  --mist: #eef2f6;
  --paper: #fffdfa;
  --paper-alt: #f5f0e8;
  --line: rgba(8, 28, 46, 0.12);
  --blue: #1769a6;
  --blue-2: #0f578f;
  --red: #f31248;
  --red-strong: #ff2b62;
  --white: #ffffff;
  --shadow: 0 36px 90px rgba(7, 18, 29, 0.16);
  --shadow-soft: 0 18px 42px rgba(7, 18, 29, 0.09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
}

html {
  background: var(--ink-2);
}

body {
  overflow-x: hidden;
  color: var(--ink);
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-alt) 42%, var(--paper) 100%);
}

.shell {
  width: min(1240px, calc(100% - 48px));
}

.site-header {
  min-height: 88px;
  padding: 18px max(30px, calc((100vw - 1240px) / 2));
  background: rgba(255, 253, 250, 0.92);
  border-bottom: 1px solid rgba(8, 28, 46, 0.08);
  box-shadow: 0 14px 30px rgba(8, 28, 46, 0.035);
  backdrop-filter: blur(18px);
}

.brand {
  width: 124px;
}

.site-nav {
  gap: 30px;
}

.site-nav a {
  position: relative;
  padding: 0;
  border-bottom: 0;
  color: var(--slate);
  font-size: 14px;
  font-weight: 550;
  line-height: 1.1;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover {
  color: var(--ink);
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.header-cta {
  border: 1px solid var(--red);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(243, 18, 72, 0.12);
}

.header-cta:hover,
.btn.primary:hover,
.btn.secondary:hover {
  transform: translateY(-1px);
}

.header-cta:hover,
.btn.primary {
  background: linear-gradient(180deg, var(--red-strong) 0%, var(--red) 100%);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.24);
}

.btn.secondary {
  border: 1px solid var(--red);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
  color: var(--ink);
  box-shadow: 0 12px 28px rgba(8, 28, 46, 0.08);
}

.club-hero,
.club-section,
.club-hero-media,
.club-hero-overlay {
  position: relative;
}

.club-hero {
  height: calc(100svh - 74px);
  min-height: 680px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: var(--ink-2);
  isolation: isolate;
}

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

.club-hero-media {
  z-index: -2;
  background: var(--ink-2);
}

.club-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.04);
}

.club-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(98deg, rgba(7, 18, 29, 0.92) 0%, rgba(7, 18, 29, 0.72) 36%, rgba(8, 28, 46, 0.34) 64%, rgba(10, 26, 42, 0.6) 100%),
    linear-gradient(180deg, rgba(7, 18, 29, 0.22) 0%, rgba(7, 18, 29, 0.86) 100%);
}

.club-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(390px, 0.74fr);
  gap: clamp(38px, 4.6vw, 72px);
  align-items: center;
}

.club-hero-copy {
  justify-self: center;
  max-width: 720px;
  text-align: center;
}

.club-eyebrow,
.club-panel-kicker {
  margin: 0 0 18px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
}

.club-hero-copy h1 {
  max-width: 700px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(44px, 4.1vw, 64px);
  line-height: 1.02;
  font-weight: 900;
  text-wrap: balance;
}

.club-hero-copy h1 span {
  display: block;
  white-space: normal;
}

.club-hero-copy p {
  max-width: 660px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 1.68;
  font-weight: 500;
}

.club-hero-copy .club-lead-muted {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.club-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

.club-anchor-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.club-anchor-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(16px);
}

.club-hero-panel {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 46%, rgba(12, 47, 70, 0.4) 100%);
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px);
}

.club-hero-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  pointer-events: none;
}

.club-hero-panel::after {
  content: "";
  position: absolute;
  top: -44px;
  right: -38px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  border: 34px solid rgba(243, 18, 72, 0.18);
  pointer-events: none;
}

.club-panel-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.club-panel-top .club-panel-kicker {
  margin-bottom: 0;
}

.club-panel-top span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.club-hero-panel h2 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.08;
  font-weight: 900;
}

.club-panel-note {
  position: relative;
  z-index: 1;
  max-width: 410px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 600;
}

.club-stat-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.club-stat-grid article {
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.club-stat-grid span {
  display: block;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.club-stat-grid strong {
  display: block;
  margin-top: 12px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
}

.club-search-panel {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 0%, rgba(243, 18, 72, 0.28), transparent 28%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 46%, rgba(12, 47, 70, 0.4) 100%);
  color: #ffffff;
  box-shadow:
    0 32px 86px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px);
}

.club-search-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  pointer-events: none;
}

.club-search-panel::after {
  content: none;
}

.club-search-panel > * {
  position: relative;
  z-index: 1;
}

.club-search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.club-search-head .club-panel-kicker {
  margin-bottom: 0;
}

.club-search-head span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.club-search-panel h2 {
  max-width: 360px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.2vw, 36px);
  line-height: 1.05;
  font-weight: 900;
}

.club-search-note {
  max-width: 360px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.35;
}

.club-search-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.club-search-row,
.club-search-bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.club-search-bottom {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}

.club-search-field {
  display: grid;
  min-width: 0;
  gap: 8px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.club-search-field:focus-within {
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.club-search-field > span {
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.club-search-field select,
.club-search-field input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
}

.club-search-field input {
  color-scheme: dark;
}

.club-search-field select option {
  color: var(--ink);
  background: #fffdfa;
}

.club-search-field input::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.9;
}

.club-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 72px;
  padding: 0 23px;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--red-strong) 0%, var(--red) 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(243, 19, 73, 0.26), inset 0 -2px 0 rgba(255, 255, 255, 0.18);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.club-search-submit:hover {
  background: var(--red);
  border-color: var(--red);
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(243, 19, 73, 0.26);
}

.club-search-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 999px;
  flex: 0 0 auto;
}

.club-search-icon::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -2px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.club-search-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.club-search-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.club-moments {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr 1.12fr;
  gap: 14px;
  padding: 18px;
  background: var(--paper);
}

.club-moments img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  filter: saturate(1.06) contrast(1.03);
}

.club-section {
  padding: 120px 0;
  scroll-margin-top: 92px;
}

.club-paper {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-alt) 100%);
  color: var(--ink);
}

.club-night {
  color: #ffffff;
  background: linear-gradient(135deg, #071521 0%, #0c2f46 42%, #182a63 100%);
}

.club-signal {
  color: #ffffff;
  background: linear-gradient(135deg, #07121d 0%, #0f578f 48%, #203b8f 100%);
}

.club-access,
.club-cta {
  color: #ffffff;
  background: linear-gradient(135deg, #07121d 0%, #102337 48%, #3d111d 100%);
}

.club-access.club-section {
  padding: clamp(74px, 7vw, 94px) 0;
}

.club-association {
  background:
    linear-gradient(90deg, rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper) 0%, #f8f3ec 100%);
  background-size: 44px 100%, auto;
  color: var(--ink);
}

.club-association.club-section {
  padding: 72px 0;
}

.club-split,
.club-feature,
.club-lifestyle-layout,
.club-community-layout,
.club-tech-layout,
.club-access-panel {
  display: grid;
  gap: clamp(34px, 4.4vw, 58px);
  align-items: center;
}

.club-split,
.club-feature,
.club-lifestyle-layout {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

#berlin .club-split {
  align-items: start;
}

#berlin.club-section {
  padding-top: clamp(78px, 8vw, 108px);
}

.club-community-layout,
.club-tech-layout,
.club-access-panel {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.club-section-copy {
  display: grid;
  gap: 22px;
}

#berlin .club-section-copy {
  gap: 18px;
}

.club-association-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 3vw, 40px);
  align-items: center;
  padding: clamp(24px, 3vw, 34px) clamp(26px, 4vw, 42px);
  border: 1px solid rgba(243, 18, 72, 0.22);
  border-top: 3px solid var(--red);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 50%, rgba(243, 18, 72, 0.13), transparent 32%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 253, 250, 0.96) 64%, rgba(255, 239, 244, 0.86) 100%);
  box-shadow: 0 20px 52px rgba(7, 18, 29, 0.08);
}

.club-association-copy {
  max-width: 890px;
}

.club-association-copy .club-eyebrow {
  margin-bottom: 12px;
}

.club-association-copy p:last-child {
  margin: 0;
  color: var(--ink);
  font-size: clamp(14.5px, 1.08vw, 16.5px);
  line-height: 1.5;
  font-weight: 520;
}

.club-association-copy strong {
  font-weight: 850;
}

.club-association-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 164px;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red-strong) 0%, var(--red) 58%, #ff4d33 100%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 22px 48px rgba(243, 18, 72, 0.26);
}

.club-association-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 26px 56px rgba(243, 18, 72, 0.32);
}

.club-section-copy h2,
.club-section-head h2,
.club-access-panel h2,
.club-cta-panel h2 {
  color: inherit;
  font-size: clamp(34px, 4.2vw, 62px);
  line-height: 1.02;
  font-weight: 900;
}

.club-section-copy p,
.club-section-head p,
.club-access-panel p {
  color: var(--slate);
  font-size: 17px;
  line-height: 1.76;
  font-weight: 500;
}

.club-night .club-section-copy p,
.club-night .club-section-head p,
.club-signal .club-section-copy p,
.club-access-panel p,
.club-cta-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.club-section-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.club-section-head-dark h2 {
  color: var(--ink);
}

.club-section-head-dark p {
  color: var(--slate);
}

.club-mini-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.club-flagship-visual {
  align-self: start;
  display: grid;
  gap: 18px;
  padding-top: 0;
}

.club-flagship-visual .club-mini-facts {
  margin-top: 0;
}

.club-flagship-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 18, 72, 0.18), transparent 34%),
    linear-gradient(135deg, #07121d 0%, #102337 58%, #241441 100%);
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}

.club-essence-card {
  display: grid;
  gap: 12px;
  margin-top: 0;
  padding: 20px;
  border: 1px solid rgba(8, 28, 46, 0.12);
  border-left: 4px solid var(--red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.08);
}

.club-essence-card span {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.18;
}

.club-section-copy .club-essence-card p {
  margin: 0;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 600;
}

.club-flagship-summary span {
  display: block;
  margin-bottom: 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.club-flagship-summary strong {
  display: block;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
}

.club-section-copy .club-flagship-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.58;
  font-weight: 650;
}

.club-mini-facts article,
.club-space-grid article,
.club-audience-grid span,
.club-tech-grid article,
.club-journey-grid article {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.club-mini-facts article,
.club-space-grid article,
.club-audience-grid span {
  padding: 18px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.club-mini-facts span,
.club-space-grid span,
.club-journey-grid span,
.club-city-row span {
  color: var(--red);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.club-mini-facts strong,
.club-space-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.36;
}

.club-photo-stack {
  display: grid;
  grid-template-columns: 1.05fr 0.88fr;
  gap: 16px;
  align-items: start;
}

.club-photo-stack img,
.club-feature-media img,
.club-lifestyle-board img,
.club-community-images img,
.club-tech-media img,
.club-destination-grid img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
  filter: saturate(1.06) contrast(1.03);
  box-shadow: var(--shadow-soft);
}

.club-photo-stack img:first-child {
  height: 500px;
}

.club-photo-stack img:nth-child(2) {
  height: 390px;
}

.club-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.club-journey-grid article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.club-journey-grid h3 {
  margin-top: 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 850;
}

.club-journey-grid p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.65;
}

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

.club-feature-media img {
  height: 600px;
}

.club-space-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.club-lifestyle-board {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 16px;
}

.club-lifestyle-board article {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  border-radius: var(--radius-lg);
  background: var(--ink-2);
  box-shadow: var(--shadow);
}

.club-lifestyle-board article:first-child {
  grid-row: span 2;
}

.club-lifestyle-board img {
  height: 100%;
  min-height: 260px;
  border-radius: 0;
  box-shadow: none;
}

.club-lifestyle-board article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 29, 0.05) 18%, rgba(7, 18, 29, 0.78) 100%);
}

.club-lifestyle-board strong {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 22px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.18;
}

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

.club-audience-grid span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
}

.club-community-images {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 16px;
}

.club-community-images img {
  height: 280px;
}

.club-community-images img:nth-child(2) {
  height: 240px;
  align-self: end;
}

.club-tech-layout {
  align-items: stretch;
}

.club-tech-card {
  display: grid;
  align-content: center;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
}

.club-tech-card h2 {
  color: #ffffff;
  font-size: clamp(32px, 3.6vw, 52px);
  line-height: 1.03;
}

.club-tech-card p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.8);
}

.club-tech-media img {
  height: 100%;
  min-height: 430px;
}

.club-tech-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.club-tech-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.club-tech-grid strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.club-tech-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.club-access-panel {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  column-gap: clamp(38px, 4.5vw, 58px);
  row-gap: 20px;
  align-items: center;
  justify-items: stretch;
  text-align: left;
  padding: clamp(30px, 3.8vw, 48px) clamp(40px, 5vw, 64px);
  border-left: 7px solid var(--red);
  border-radius: 8px;
  background: linear-gradient(120deg, rgba(5, 20, 32, 0.98) 0%, rgba(8, 35, 55, 0.96) 48%, rgba(78, 16, 29, 0.94) 100%);
  box-shadow: 0 34px 120px rgba(7, 18, 29, 0.28);
}

.club-access-copy {
  max-width: 620px;
  align-self: center;
}

.club-access-panel h2 {
  font-size: clamp(34px, 3.8vw, 56px);
}

.club-access-panel p {
  line-height: 1.62;
}

.club-access-features {
  display: grid;
  width: 100%;
  max-width: 620px;
  gap: 18px;
  align-self: center;
  justify-self: end;
}

.club-access-panel ul {
  display: grid;
  gap: 9px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.club-access-panel li {
  padding: 14px 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 750;
  line-height: 1.35;
}

.club-access-actions {
  display: flex;
  justify-content: center;
  margin-top: 2px;
}

.club-access-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red-strong) 0%, var(--red) 56%, #ff4d33 100%);
  color: #ffffff;
  padding: 0 28px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 24px 58px rgba(243, 18, 72, 0.34);
}

.club-access-button:hover,
.club-access-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 28px 64px rgba(243, 18, 72, 0.42);
}

.club-destination-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.club-destination-grid article {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.club-destination-grid img {
  height: 100%;
  min-height: 340px;
  border-radius: 0;
  box-shadow: none;
}

.club-destination-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 18, 29, 0.02) 20%, rgba(7, 18, 29, 0.68) 100%);
}

.club-destination-grid span {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 18px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 850;
}

.club-city-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.club-city-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(7, 18, 29, 0.06);
}

.club-cta-panel {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(42px, 5vw, 66px);
  border-left: 7px solid var(--red);
  border-radius: 8px;
  text-align: center;
  background: linear-gradient(120deg, rgba(5, 20, 32, 0.98) 0%, rgba(8, 35, 55, 0.96) 48%, rgba(26, 84, 118, 0.94) 100%);
  box-shadow: 0 34px 120px rgba(7, 18, 29, 0.28);
}

.club-cta-panel h2 {
  max-width: 900px;
  color: #ffffff;
}

.club-cta-panel .club-eyebrow {
  margin-bottom: 0;
}

.site-footer {
  background: var(--paper);
  color: var(--ink);
  box-shadow: inset 0 24px 44px rgba(8, 28, 46, 0.035);
}

.footer-brand {
  width: 124px;
}

.footer-nav a {
  color: var(--slate);
  font-weight: 650;
}

.footer-nav a:hover,
.footer-legal a:hover {
  color: var(--red);
}

.footer-bottom {
  align-items: center;
}

.footer-social {
  flex-direction: row;
}

.footer-social a {
  border-radius: 10px;
  background: #061724;
}

.club-eyebrow,
.club-panel-kicker {
  color: var(--red) !important;
}

.club-hero {
  height: calc(100svh - 74px);
  min-height: 680px;
}

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

  .site-nav {
    gap: 20px;
  }

  .club-hero-layout,
  .club-split,
  .club-feature,
  .club-lifestyle-layout,
  .club-community-layout,
  .club-tech-layout,
  .club-association-card,
  .club-access-panel {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .club-access-actions {
    justify-content: center;
    margin-top: 0;
  }

  .club-access-features {
    justify-self: center;
  }

  .club-hero {
    height: auto;
    min-height: calc(100svh - 74px);
    padding: 72px 0;
  }

  .club-hero-panel,
  .club-search-panel {
    max-width: 720px;
    margin: 0 auto;
  }

  .club-journey-grid,
  .club-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .club-destination-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 74px;
    padding: 12px 22px;
  }

  .header-cta {
    display: none;
  }

  .nav-toggle {
    justify-self: end;
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 12px;
    border: 1px solid rgba(8, 28, 46, 0.14);
    border-radius: var(--radius-sm);
    background: #ffffff;
  }

  .nav-toggle span {
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 12px;
    border: 1px solid rgba(8, 28, 46, 0.1);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: var(--shadow-soft);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .site-nav a::after {
    display: none;
  }

  .club-moments {
    grid-template-columns: repeat(4, minmax(210px, 1fr));
    overflow-x: auto;
  }

  .club-photo-stack,
  .club-lifestyle-board,
  .club-community-images {
    grid-template-columns: 1fr;
  }

  .club-photo-stack img:first-child,
  .club-photo-stack img:nth-child(2),
  .club-feature-media img,
  .club-tech-media img {
    height: 420px;
    min-height: 0;
  }

  .club-lifestyle-board article:first-child {
    grid-row: auto;
  }

  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-social {
    margin-left: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1240px);
  }

  .brand {
    width: 118px;
  }

  .club-hero {
    min-height: calc(100svh - 74px);
    padding: 54px 0 28px;
  }

  .club-hero-media img {
    object-position: left center;
  }

  .club-hero-copy h1 {
    max-width: 360px;
    font-size: clamp(31px, 8.9vw, 40px);
    line-height: 1;
  }

  .club-hero-copy p,
  .club-section-copy p,
  .club-section-head p,
  .club-access-panel p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .club-section-copy h2,
  .club-section-head h2,
  .club-access-panel h2,
  .club-cta-panel h2 {
    font-size: clamp(30px, 8vw, 40px);
  }

  .club-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }

  .club-anchor-row,
  .club-hero-panel {
    display: none;
  }

  .club-hero-panel,
  .club-search-panel,
  .club-access-panel,
  .club-cta-panel {
    padding: 24px;
  }

  .club-search-row,
  .club-search-bottom,
  .club-flagship-summary {
    grid-template-columns: 1fr;
  }

  .club-search-submit {
    width: 100%;
    min-height: 58px;
  }

  .club-association-card {
    padding: 26px;
  }

  .club-association-link {
    width: 100%;
  }

  .club-search-tags {
    display: none;
  }

  .club-stat-grid,
  .club-mini-facts,
  .club-space-grid,
  .club-journey-grid,
  .club-audience-grid,
  .club-tech-grid,
  .club-destination-grid {
    grid-template-columns: 1fr;
  }

  .club-section {
    padding: 76px 0;
  }

  .club-moments img {
    height: 210px;
  }

  .club-photo-stack img:first-child,
  .club-photo-stack img:nth-child(2),
  .club-feature-media img,
  .club-tech-media img,
  .club-community-images img,
  .club-community-images img:nth-child(2) {
    height: 330px;
  }

  .club-destination-grid article,
  .club-destination-grid img {
    min-height: 280px;
  }

  .footer-nav,
  .footer-legal {
    gap: 15px;
  }
}

/* Final override for integrated Crays World navigation */
.site-nav {
  gap: 22px;
}

.site-nav > a,
.site-nav .nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--slate);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.site-nav > a::after,
.site-nav .nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.site-nav > a:hover,
.site-nav > a[aria-current="page"],
.site-nav .nav-dropdown:hover .nav-dropdown-toggle,
.site-nav .nav-dropdown:focus-within .nav-dropdown-toggle {
  color: var(--ink);
}

.site-nav > a:hover::after,
.site-nav > a[aria-current="page"]::after,
.site-nav .nav-dropdown:hover .nav-dropdown-toggle::after,
.site-nav .nav-dropdown:focus-within .nav-dropdown-toggle::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  z-index: 30;
  display: grid;
  min-width: 220px;
  padding: 10px;
  border: 1px solid rgba(8, 28, 46, 0.1);
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.98);
  box-shadow: 0 24px 52px rgba(8, 28, 46, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-nav .nav-dropdown-menu a {
  display: block;
  padding: 11px 12px;
  border-radius: 9px;
  color: #32475b;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav .nav-dropdown-menu a::after {
  display: none;
}

.site-nav .nav-dropdown-menu a:hover,
.site-nav .nav-dropdown-menu a:focus-visible {
  background: #fff1f5;
  color: var(--red);
}

@media (max-width: 1020px) {
  .club-hero {
    min-height: calc(100svh - 74px);
  }

  .nav-dropdown {
    display: block;
  }

  .site-nav .nav-dropdown-toggle {
    width: 100%;
    min-height: 0;
    padding: 12px 14px;
  }

  .site-nav .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    margin: 0 14px 10px;
    padding: 8px;
    border-radius: 12px;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    transform: none;
  }
}

/* Consolidated Become a Member page */
.member-page {
  color-scheme: light;
  background: var(--paper);
  color: var(--ink);
}

.member-main {
  overflow: hidden;
  background: linear-gradient(180deg, #f8fafc 0%, #f5f0e8 42%, #f8fafc 100%);
}

.member-hero {
  position: relative;
  height: calc(100svh - 74px);
  min-height: calc(100svh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
}

.member-hero-image,
.member-hero-overlay {
  position: absolute;
  inset: 0;
}

.member-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.94) 0%, rgba(7, 18, 29, 0.72) 52%, rgba(7, 18, 29, 0.34) 100%),
    linear-gradient(0deg, rgba(7, 18, 29, 0.9) 0%, rgba(7, 18, 29, 0.08) 62%);
}

.member-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 26px;
  max-width: 1180px;
  padding: clamp(40px, 7vh, 86px) 0;
  text-align: center;
}

.member-hero h1 {
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(46px, 7.2vw, 92px);
  line-height: 0.95;
  font-weight: 900;
}

.member-hero p {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.58;
}

.member-hero-actions,
.member-hero-rail,
.member-platform-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.member-hero-rail span,
.member-platform-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.member-section {
  padding: clamp(76px, 9vw, 124px) 0;
  scroll-margin-top: 90px;
}

.member-paper {
  background:
    linear-gradient(90deg, rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, var(--paper) 0%, #f8f3ec 100%);
  background-size: 44px 100%, auto;
}

.member-night {
  color: #ffffff;
  background: linear-gradient(135deg, #07121d 0%, #0d2d42 52%, #0a948a 110%);
}

.member-soft {
  background: linear-gradient(180deg, #fffdfa 0%, #eef2f6 100%);
}

.member-cta {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.94) 0%, rgba(18, 50, 70, 0.88) 52%, rgba(7, 74, 88, 0.86) 100%),
    url("/assets/crays-club/event-arrival.webp") center / cover;
}

.member-intro,
.member-split,
.member-feature,
.member-sustainability {
  display: grid;
  align-items: center;
  gap: clamp(34px, 5vw, 68px);
}

.member-intro {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.member-split,
.member-feature,
.member-sustainability {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.member-feature-reverse {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.member-copy,
.member-section-head,
.member-cta-panel {
  display: grid;
  gap: 20px;
}

.member-copy h2,
.member-section-head h2,
.member-intro h2,
.member-cta-panel h2 {
  color: inherit;
  font-size: clamp(34px, 4.4vw, 62px);
  line-height: 1.02;
  font-weight: 900;
}

.member-copy p,
.member-section-head p,
.member-intro p,
.member-cta-panel p {
  color: var(--slate);
  font-size: 17px;
  line-height: 1.76;
  font-weight: 500;
}

.member-copy-light p,
.member-night .member-section-head p,
.member-cta-panel p {
  color: rgba(255, 255, 255, 0.82);
}

.member-section-head {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.member-pillar-grid,
.member-benefit-grid,
.member-pricing-grid,
.member-flow {
  display: grid;
  gap: 16px;
}

.member-pillar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.member-pillar-grid article,
.member-benefit-grid article,
.member-pricing-grid article,
.member-flow article {
  border-radius: 8px;
}

.member-pillar-grid article {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.09);
}

.member-pillar-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.member-pillar-grid span,
.member-flow span,
.member-pricing-grid span {
  display: inline-flex;
  margin: 22px 22px 0;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.member-pillar-grid h3,
.member-pillar-grid p {
  padding: 0 22px;
}

.member-pillar-grid h3 {
  margin-top: 12px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
}

.member-pillar-grid p {
  margin: 10px 0 24px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.62;
}

.member-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.member-flow article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.member-flow span {
  margin: 0 0 18px;
}

.member-flow h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
}

.member-flow p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.62;
}

.member-photo-card {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.1);
  box-shadow: 0 22px 58px rgba(7, 18, 29, 0.1);
}

.member-photo-card-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.member-photo-card img {
  width: 100%;
  height: clamp(360px, 48vw, 620px);
  object-fit: cover;
}

.member-photo-card figcaption {
  padding: 18px 20px 20px;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.member-photo-card-dark figcaption {
  color: rgba(255, 255, 255, 0.78);
}

.member-benefit-grid,
.member-pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.member-benefit-grid article {
  padding: 20px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.08);
}

.member-benefit-grid strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.member-benefit-grid span {
  display: block;
  margin-top: 8px;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
}

.member-image-pair {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 16px;
  align-items: end;
  margin: 0;
}

.member-image-pair img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(7, 18, 29, 0.12);
}

.member-image-pair img:nth-child(2) {
  height: 390px;
}

.member-check-list {
  display: grid;
  gap: 12px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.member-check-list li {
  position: relative;
  padding: 14px 16px 14px 38px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.55;
  box-shadow: 0 16px 38px rgba(7, 18, 29, 0.07);
}

.member-check-list li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--red);
}

.member-creators {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.96) 0%, rgba(18, 36, 54, 0.88) 55%, rgba(27, 15, 58, 0.94) 100%),
    url("/assets/crays-club/nightlife.webp") center / cover;
}

.member-platform-row {
  margin-top: 8px;
}

.member-pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.member-pricing-grid article {
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.1);
  box-shadow: 0 20px 52px rgba(7, 18, 29, 0.08);
}

.member-pricing-grid .member-pricing-featured {
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 18, 72, 0.16), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #fff3f6 100%);
  border-color: rgba(243, 18, 72, 0.24);
}

.member-pricing-grid span {
  margin: 0 0 18px;
}

.member-pricing-grid h3 {
  color: var(--ink);
  font-size: 32px;
  font-weight: 900;
}

.member-pricing-grid p {
  margin-top: 14px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.65;
}

.member-cta-panel {
  max-width: 900px;
  text-align: center;
}

.member-cta-panel .btn {
  justify-self: center;
  margin-top: 10px;
}

.craysclub-nav-page > .navbar10_component,
.craysclub-nav-page > .footer3_component.crays-footer-rebuild {
  display: none !important;
}

.about-page > .crays-unified-header,
.community-flow-page > .crays-unified-header,
.route-become-member > .crays-unified-header,
.route-lifestyle > .crays-unified-header,
.route-hospitality > .crays-unified-header {
  display: none !important;
}

.about-page .crays-content-home-header,
.community-flow-page .crays-content-home-header,
.route-become-member .crays-content-home-header,
.route-lifestyle .crays-content-home-header,
.route-hospitality .crays-content-home-header {
  z-index: 80;
}

.craysclub-nav-page .crays-team-hero,
.craysclub-nav-page .crays-life-hero,
.craysclub-nav-page .crays-hosp-hero {
  height: calc(100svh - 74px) !important;
  min-height: calc(100svh - 74px) !important;
  display: grid !important;
  align-items: center !important;
}

.craysclub-nav-page .crays-team-hero__overlay,
.craysclub-nav-page .crays-life-hero__shell,
.craysclub-nav-page .crays-hosp-hero__content {
  display: grid !important;
  align-items: center !important;
}

.craysclub-nav-page .crays-team-hero__copy,
.craysclub-nav-page .crays-life-hero__copy,
.craysclub-nav-page .crays-hosp-hero__content {
  text-align: center;
}

.craysclub-nav-page .crays-team-actions,
.craysclub-nav-page .crays-life-actions,
.craysclub-nav-page .crays-hosp-actions {
  justify-content: center;
}

@media (max-width: 1120px) {
  .member-pillar-grid,
  .member-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .member-hero {
    height: calc(100svh - 74px);
    min-height: calc(100svh - 74px);
  }

  .member-hero-inner {
    padding: 34px 0;
  }

  .member-intro,
  .member-split,
  .member-feature,
  .member-feature-reverse,
  .member-sustainability {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .member-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .member-hero p,
  .member-copy p,
  .member-section-head p,
  .member-intro p,
  .member-cta-panel p {
    font-size: 15.5px;
    line-height: 1.68;
  }

  .member-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .member-hero-rail {
    display: none;
  }

  .member-section {
    padding: 72px 0;
  }

  .member-pillar-grid,
  .member-benefit-grid,
  .member-pricing-grid,
  .member-flow,
  .member-image-pair {
    grid-template-columns: 1fr;
  }

  .member-pillar-grid img {
    height: 220px;
  }

  .member-image-pair img,
  .member-image-pair img:nth-child(2),
  .member-photo-card img {
    height: 320px;
  }
}

/* Become a Member clean flow */
.member-flow-page {
  background: #fffdfa;
}

.member-flow-main {
  background:
    linear-gradient(180deg, #fffdfa 0%, #f7f1e8 30%, #ffffff 58%, #07121d 100%);
}

.member-flow-hero .member-hero-image {
  object-position: center center;
}

.member-flow-hero .member-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.94) 0%, rgba(7, 18, 29, 0.72) 52%, rgba(7, 18, 29, 0.36) 100%),
    linear-gradient(0deg, rgba(7, 18, 29, 0.92) 0%, rgba(7, 18, 29, 0.08) 62%);
}

.member-flow-hero .member-hero-inner {
  max-width: 1060px;
}

.member-flow-hero h1 {
  max-width: 1040px;
  font-size: clamp(46px, 6.2vw, 82px);
  line-height: 0.98;
}

.member-flow-hero p {
  max-width: 820px;
}

.member-flow-intro {
  background:
    linear-gradient(90deg, rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #f8f3ec 100%);
  background-size: 44px 100%, auto;
}

.member-flow-copy {
  display: grid;
  gap: 18px;
}

.member-living-system {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.96) 0%, rgba(11, 42, 62, 0.9) 52%, rgba(68, 13, 32, 0.88) 100%),
    url("/assets/crays-club/work-hero.jpg") center / cover;
}

.member-flow-system article {
  min-height: 224px;
}

.member-responsible-living {
  background:
    linear-gradient(180deg, #fffdfa 0%, #f0f4f8 100%);
}

.member-creator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 8px;
}

.member-creator-grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.member-creator-grid strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 900;
}

.member-creator-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 600;
}

.member-membership-note {
  max-width: 820px;
  margin: 24px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(243, 18, 72, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 18, 72, 0.12), transparent 34%),
    #ffffff;
  box-shadow: 0 18px 48px rgba(7, 18, 29, 0.08);
}

.member-membership-note p {
  margin: 0;
  color: var(--slate);
  font-size: 15.5px;
  line-height: 1.72;
  font-weight: 650;
  text-align: center;
}

.member-flow-page .member-pricing-grid span {
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .member-flow-hero h1 {
    font-size: clamp(40px, 9vw, 62px);
  }

  .member-creator-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .member-flow-hero .member-hero-inner {
    gap: 20px;
  }

  .member-flow-system article,
  .member-creator-grid article {
    min-height: 0;
  }

  .member-membership-note {
    padding: 20px;
  }
}

/* Become a Member CI redesign */
.route-become-member {
  color-scheme: light;
  background: #fffdfa;
}

.route-become-member .member-flow-main {
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdfa 0%, #f4f9fc 18%, #eaf7fa 38%, #f5fafc 58%, #f6f9fc 74%, #07121d 100%);
}

.route-become-member .member-flow-main :is(section, div, article, figure) {
  max-height: none;
}

.route-become-member .member-section {
  padding: clamp(58px, 7vw, 96px) 0;
  overflow: visible;
}

.route-become-member .member-section-head {
  margin-bottom: clamp(28px, 3.8vw, 42px);
}

.route-become-member .member-copy h2,
.route-become-member .member-section-head h2,
.route-become-member .member-intro h2,
.route-become-member .member-cta-panel h2 {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.04;
}

.route-become-member .member-copy p,
.route-become-member .member-section-head p,
.route-become-member .member-intro p,
.route-become-member .member-cta-panel p {
  font-size: clamp(15.5px, 1.08vw, 17px);
  line-height: 1.68;
}

.route-become-member .club-eyebrow {
  color: #f31248 !important;
}

.route-become-member .member-flow-hero {
  height: 100svh;
  min-height: 100svh;
  background: #07121d;
}

.route-become-member .member-flow-hero .member-hero-image {
  object-position: center 42%;
}

.route-become-member .member-flow-hero .member-hero-overlay {
  background:
    radial-gradient(circle at 78% 20%, rgba(0, 166, 184, 0.2), transparent 32%),
    linear-gradient(100deg, rgba(7, 18, 29, 0.94) 0%, rgba(8, 44, 79, 0.84) 44%, rgba(14, 116, 142, 0.5) 74%, rgba(6, 37, 58, 0.68) 100%),
    linear-gradient(0deg, rgba(7, 18, 29, 0.82) 0%, rgba(7, 18, 29, 0.16) 62%);
}

.route-become-member .member-flow-hero .member-hero-inner {
  width: min(1280px, calc(100% - 48px));
  max-width: 1280px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr);
  align-items: center;
  justify-items: start;
  gap: clamp(18px, 3.7vw, 54px);
  padding: clamp(88px, 12svh, 124px) 0 clamp(44px, 6svh, 68px);
  text-align: left;
}

.route-become-member .member-flow-hero .member-hero-inner > :not(.member-ci-hero-collage) {
  grid-column: 1;
}

.route-become-member .member-flow-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 4.35vw, 70px);
  line-height: 1;
}

.route-become-member .member-flow-hero p:not(.club-eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15.5px, 1.16vw, 19px);
  font-weight: 600;
}

.route-become-member .member-hero-actions,
.route-become-member .member-hero-rail {
  justify-content: flex-start;
}

.route-become-member .member-hero-rail span {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
}

.member-ci-hero-collage {
  grid-column: 2;
  grid-row: 1 / span 5;
  align-self: center;
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  grid-template-rows: 176px 120px 148px;
  gap: 14px;
  width: 100%;
}

.member-ci-hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.member-ci-hero-collage img:nth-child(1) {
  grid-row: 1 / 3;
}

.member-ci-hero-collage img:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / 2;
}

.member-ci-hero-collage img:nth-child(3) {
  grid-column: 2;
  grid-row: 2 / 4;
}

.route-become-member .member-ci-intro {
  background:
    linear-gradient(90deg, rgba(8, 28, 46, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #fffdfa 0%, #edf8fb 46%, #f7fbff 100%);
  background-size: 44px 100%, auto;
}

.route-become-member .member-intro {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.76fr) minmax(280px, 0.72fr);
  align-items: center;
  gap: clamp(24px, 3.4vw, 44px);
}

.route-become-member .member-flow-copy {
  padding-left: clamp(18px, 2.4vw, 30px);
  border-left: 4px solid rgba(13, 95, 184, 0.26);
}

.member-ci-intro-media {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 12px;
  min-height: 420px;
  margin: 0;
}

.member-ci-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(7, 18, 29, 0.12);
}

.member-ci-intro-media img:nth-child(1) {
  grid-row: 1 / 3;
}

.member-ci-intro-media img:nth-child(2) {
  object-position: center 34%;
}

.member-ci-intro-media img:nth-child(3) {
  object-position: center 48%;
}

.route-become-member .member-ci-access {
  background:
    radial-gradient(circle at 12% 0%, rgba(13, 95, 184, 0.12), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(0, 184, 196, 0.16), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #eaf7fb 40%, #f4fbfb 74%, #fffdfa 100%);
}

.route-become-member .member-pillar-grid {
  gap: clamp(14px, 1.6vw, 20px);
}

.route-become-member .member-pillar-grid article {
  border-color: rgba(13, 95, 184, 0.14);
  box-shadow: 0 18px 46px rgba(7, 18, 29, 0.1);
}

.route-become-member .member-pillar-grid article:nth-child(1) {
  border-top: 5px solid #0d5fb8;
}

.route-become-member .member-pillar-grid article:nth-child(2) {
  border-top: 5px solid #00a6b8;
}

.route-become-member .member-pillar-grid article:nth-child(3) {
  border-top: 5px solid #f31248;
}

.route-become-member .member-pillar-grid article:nth-child(4) {
  border-top: 5px solid #f2be68;
}

.route-become-member .member-pillar-grid img {
  height: clamp(210px, 17vw, 260px);
}

.route-become-member .member-ci-living {
  background:
    radial-gradient(circle at 12% 18%, rgba(23, 105, 166, 0.36), transparent 32%),
    radial-gradient(circle at 83% 72%, rgba(0, 166, 184, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(7, 18, 29, 0.92) 0%, rgba(13, 95, 184, 0.86) 48%, rgba(0, 140, 150, 0.7) 72%, rgba(6, 37, 58, 0.84) 100%),
    url("/assets/crays-club/work-hero.jpg") center / cover;
}

.route-become-member .member-split {
  align-items: stretch;
}

.route-become-member .member-flow article,
.route-become-member .member-creator-grid article {
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.08) 100%);
  backdrop-filter: blur(16px);
}

.member-ci-micro-gallery {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 14px;
  margin-top: clamp(22px, 3vw, 34px);
  max-width: 570px;
}

.member-ci-micro-gallery img {
  width: 100%;
  height: 178px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.2);
}

.member-ci-micro-gallery img:nth-child(2) {
  height: 226px;
  margin-top: 30px;
}

.route-become-member .member-ci-company {
  background:
    linear-gradient(90deg, rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #fffdfa 0%, #eef8fb 50%, #f7fbff 100%);
  background-size: 44px 100%, auto;
}

.route-become-member .member-ci-company .member-feature {
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.72fr);
}

.route-become-member .member-benefit-grid article {
  border-color: rgba(13, 95, 184, 0.12);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.route-become-member .member-benefit-grid article:nth-child(even) {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fbfb 100%);
}

.route-become-member .member-photo-card {
  border-color: rgba(13, 95, 184, 0.14);
}

.route-become-member .member-photo-card img {
  height: clamp(390px, 42vw, 560px);
}

.route-become-member .member-ci-responsible {
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 166, 184, 0.14), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eaf7f3 42%, #fff6ef 100%);
}

.route-become-member .member-image-pair img {
  height: clamp(410px, 38vw, 520px);
}

.route-become-member .member-image-pair img:nth-child(2) {
  height: clamp(320px, 30vw, 420px);
}

.route-become-member .member-check-list li {
  border: 1px solid rgba(13, 95, 184, 0.1);
}

.route-become-member .member-check-list li:nth-child(2)::before {
  background: #0d5fb8;
}

.route-become-member .member-check-list li:nth-child(3)::before {
  background: #00a6b8;
}

.route-become-member .member-check-list li:nth-child(4)::before {
  background: #f2be68;
}

.route-become-member .member-ci-creators {
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 166, 184, 0.28), transparent 30%),
    radial-gradient(circle at 78% 68%, rgba(243, 18, 72, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(7, 18, 29, 0.92) 0%, rgba(13, 95, 184, 0.84) 48%, rgba(0, 126, 145, 0.74) 74%, rgba(6, 37, 58, 0.86) 100%),
    url("/assets/crays-club/nightlife.webp") center / cover;
}

.route-become-member .member-ci-creators .member-feature-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
}

.route-become-member .member-photo-card-dark {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.route-become-member .member-ci-layers {
  background:
    radial-gradient(circle at 10% 10%, rgba(13, 95, 184, 0.12), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(0, 166, 184, 0.1), transparent 28%),
    linear-gradient(135deg, #f8fbff 0%, #eff8fb 50%, #fffdfa 100%);
}

.route-become-member .member-pricing-grid article {
  display: grid;
  align-content: start;
  min-height: 230px;
  border-color: rgba(13, 95, 184, 0.14);
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.route-become-member .member-pricing-grid .member-pricing-featured {
  color: #ffffff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #07121d 0%, #0d5fb8 52%, #0a948a 100%);
  border-color: rgba(255, 255, 255, 0.34);
  border-top: 5px solid #f31248;
  box-shadow: 0 24px 58px rgba(13, 95, 184, 0.2);
}

.route-become-member .member-pricing-grid .member-pricing-featured :is(span, h3, p) {
  color: #ffffff;
}

.route-become-member .member-pricing-grid .member-pricing-featured span {
  color: rgba(255, 255, 255, 0.82);
}

.member-ci-layer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(24px, 3vw, 34px);
}

.member-ci-layer-strip figure {
  position: relative;
  min-height: 210px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07121d;
  box-shadow: 0 20px 50px rgba(7, 18, 29, 0.12);
}

.member-ci-layer-strip img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.member-ci-layer-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 18, 29, 0.78) 0%, rgba(7, 18, 29, 0.08) 64%);
}

.member-ci-layer-strip figcaption {
  position: absolute;
  right: 16px;
  bottom: 15px;
  left: 16px;
  z-index: 1;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.route-become-member .member-ci-cta {
  background:
    radial-gradient(circle at 20% 16%, rgba(0, 184, 196, 0.26), transparent 30%),
    radial-gradient(circle at 78% 72%, rgba(243, 18, 72, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(7, 18, 29, 0.92) 0%, rgba(13, 95, 184, 0.8) 48%, rgba(6, 37, 58, 0.88) 100%),
    url("/assets/crays-club/event-arrival.webp") center / cover;
}

.route-become-member .member-cta-panel {
  max-width: 880px;
}

@media (max-width: 1180px) {
  .route-become-member .member-flow-hero .member-hero-inner {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  }

  .member-ci-hero-collage {
    grid-template-rows: 166px 118px 144px;
  }

  .route-become-member .member-intro {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr);
  }

  .member-ci-intro-media {
    grid-column: 1 / -1;
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .route-become-member .member-flow-hero {
    height: auto;
    min-height: 100svh;
  }

  .route-become-member .member-flow-hero .member-hero-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: clamp(82px, 11svh, 104px) 0 clamp(46px, 7svh, 72px);
    text-align: center;
  }

  .route-become-member .member-flow-hero h1 {
    font-size: clamp(38px, 8.4vw, 58px);
  }

  .route-become-member .member-hero-actions,
  .route-become-member .member-hero-rail {
    justify-content: center;
  }

  .member-ci-hero-collage {
    display: none;
  }

  .route-become-member .member-intro,
  .route-become-member .member-ci-company .member-feature,
  .route-become-member .member-ci-creators .member-feature-reverse {
    grid-template-columns: 1fr;
  }

  .route-become-member .member-flow-copy {
    padding-left: 0;
    padding-top: 18px;
    border-top: 4px solid rgba(13, 95, 184, 0.26);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .route-become-member .member-section {
    padding: 60px 0;
  }

  .route-become-member .member-flow-hero .member-hero-inner {
    width: min(100% - 32px, 1280px);
  }

  .route-become-member .member-flow-hero p:not(.club-eyebrow) {
    font-size: 15.5px;
  }

  .member-ci-intro-media,
  .member-ci-micro-gallery,
  .member-ci-layer-strip {
    grid-template-columns: 1fr;
  }

  .member-ci-intro-media {
    min-height: 0;
  }

  .member-ci-intro-media img,
  .member-ci-intro-media img:nth-child(1),
  .member-ci-micro-gallery img,
  .member-ci-micro-gallery img:nth-child(2) {
    grid-row: auto;
    height: 230px;
    margin-top: 0;
  }

  .member-ci-layer-strip figure,
  .member-ci-layer-strip img {
    min-height: 220px;
  }

  .route-become-member .member-pricing-grid article {
    min-height: 0;
  }
}

/* Consolidated About Us page */
.about-page {
  color-scheme: light;
}

.about-hero .member-hero-image {
  object-position: center center;
}

.about-hero .member-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.95) 0%, rgba(7, 18, 29, 0.7) 54%, rgba(7, 18, 29, 0.24) 100%),
    linear-gradient(0deg, rgba(7, 18, 29, 0.9) 0%, rgba(7, 18, 29, 0.02) 62%);
}

.about-belief-grid,
.about-signal-stack,
.about-build-grid {
  display: grid;
  gap: 16px;
}

.about-belief-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-belief-grid article,
.about-signal-stack article,
.about-build-grid article {
  border-radius: 8px;
}

.about-belief-grid article {
  min-height: 270px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.09);
}

.about-belief-grid span,
.about-signal-stack span {
  display: inline-flex;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-belief-grid h3 {
  margin-top: 22px;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.12;
  font-weight: 900;
}

.about-belief-grid p {
  margin-top: 14px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.68;
}

.about-signal-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-signal-stack article {
  min-height: 170px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.about-signal-stack strong {
  display: block;
  margin-top: 18px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.26;
}

.about-proof {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.97) 0%, rgba(11, 45, 66, 0.92) 50%, rgba(6, 64, 88, 0.9) 100%),
    url("/assets/crays-club/deck-party.webp") center / cover;
}

.about-build-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-build-grid article {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.about-build-grid img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.about-build-grid h3,
.about-build-grid p {
  padding: 0 24px;
}

.about-build-grid h3 {
  margin-top: 24px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

.about-build-grid p {
  margin: 12px 0 26px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.62;
}

.about-cta {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.95) 0%, rgba(14, 48, 70, 0.9) 50%, rgba(8, 70, 88, 0.86) 100%),
    url("/assets/crays-club/beach-network.webp") center / cover;
}

/* Legal pages */
.legal-page {
  color-scheme: light;
  background: var(--paper);
  color: var(--ink);
}

.legal-main {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #f7f1e8 46%, #ffffff 100%);
  background-size: 44px 100%, auto;
}

.legal-hero {
  min-height: min(72svh, 680px);
  display: grid;
  align-items: center;
  padding: clamp(76px, 10vw, 128px) 0 clamp(52px, 7vw, 84px);
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 12%, rgba(243, 18, 72, 0.24), transparent 28%),
    linear-gradient(135deg, #07121d 0%, #102337 54%, #241441 100%);
}

.legal-hero-inner {
  display: grid;
  gap: 22px;
  justify-items: center;
  text-align: center;
}

.legal-hero h1 {
  max-width: 920px;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  font-weight: 900;
  text-wrap: balance;
}

.legal-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  font-weight: 600;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.legal-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.legal-nav a[aria-current="page"] {
  border-color: rgba(243, 18, 72, 0.72);
  background: var(--red);
}

.legal-section {
  padding: clamp(72px, 9vw, 120px) 0;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: start;
}

.legal-aside {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(8, 28, 46, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 52px rgba(7, 18, 29, 0.08);
}

.legal-aside strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.2;
}

.legal-aside span,
.legal-aside a {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.legal-aside a {
  color: var(--red);
  text-decoration: none;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.legal-card {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(8, 28, 46, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 58px rgba(7, 18, 29, 0.08);
}

.legal-card h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.08;
  font-weight: 900;
}

.legal-card h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
}

.legal-card p,
.legal-card li,
.legal-card address {
  color: var(--slate);
  font-size: 15.5px;
  line-height: 1.78;
  font-style: normal;
  font-weight: 550;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
}

.legal-card a {
  color: var(--red);
  font-weight: 800;
  text-decoration: none;
}

.legal-firm-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.legal-firm-grid article {
  padding: 20px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(8, 28, 46, 0.09);
}

.legal-firm-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .legal-layout,
  .legal-firm-grid {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }
}

@media (max-width: 1000px) {
  .about-belief-grid,
  .about-build-grid {
    grid-template-columns: 1fr;
  }

  .about-belief-grid article {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .about-signal-stack {
    grid-template-columns: 1fr;
  }

  .about-build-grid img {
    height: 230px;
  }
}

/* About Us CI redesign */
.about-main {
  background:
    linear-gradient(90deg, rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #f4efe8 31%, #eef2f6 60%, #fffdfa 100%);
  background-size: 44px 100%, auto;
}

.about-page .member-section {
  padding: clamp(48px, 5.4vw, 76px) 0;
}

.about-page .member-section-head {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.about-hero {
  height: auto;
  min-height: 100svh;
  max-height: none;
  padding: clamp(34px, 4.2vh, 54px) 0;
  background: #07121d;
}

.about-hero .member-hero-image {
  filter: saturate(1.08) contrast(1.02) brightness(1.08);
}

.about-hero .member-hero-overlay {
  background:
    linear-gradient(96deg, rgba(7, 18, 29, 0.8) 0%, rgba(8, 37, 55, 0.62) 46%, rgba(6, 64, 88, 0.38) 100%),
    linear-gradient(180deg, rgba(7, 18, 29, 0.16) 0%, rgba(7, 18, 29, 0.62) 100%);
}

.about-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.82fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  justify-items: stretch;
  text-align: left;
}

.about-hero-copy {
  display: grid;
  gap: clamp(13px, 1.7vh, 19px);
  align-items: start;
}

.about-hero-copy h1 {
  max-width: 850px;
  font-size: clamp(42px, 4.7vw, 74px);
}

.about-hero-copy > p {
  max-width: 730px;
  color: rgba(255, 255, 255, 0.9);
}

.about-hero .member-hero-actions,
.about-hero .member-hero-rail {
  justify-content: flex-start;
}

.about-hero .member-hero-rail {
  margin-top: 4px;
}

.about-hero-visual {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.84fr);
  grid-template-rows: minmax(158px, 0.86fr) minmax(158px, 0.86fr) auto;
  gap: 14px;
  align-items: stretch;
}

.about-hero-card {
  min-height: 158px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: #07121d;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.about-hero-card-large {
  grid-row: 1 / 3;
  min-height: clamp(330px, 35vw, 455px);
}

.about-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.94;
}

.about-hero-card:nth-child(2) img {
  object-position: center 45%;
}

.about-hero-card:nth-child(3) img {
  object-position: center 38%;
}

.about-hero-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  min-height: 66px;
  align-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 7px solid var(--red);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(243, 18, 72, 0.34) 0%, rgba(13, 95, 184, 0.26) 48%, rgba(10, 148, 138, 0.2) 100%),
    rgba(7, 18, 29, 0.7);
  color: #ffffff;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.2);
}

.about-hero-note strong {
  font-size: 15px;
  font-weight: 900;
}

.about-hero-note span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.about-idea-section {
  border-top: 1px solid rgba(8, 28, 46, 0.06);
}

.about-intro-dense {
  grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.72fr) minmax(320px, 0.78fr);
  gap: clamp(24px, 3vw, 42px);
  align-items: center;
}

.about-intro-dense h2 {
  font-size: clamp(32px, 3.6vw, 52px);
}

.about-intro-dense > p {
  padding: 24px;
  border: 1px solid rgba(8, 28, 46, 0.1);
  border-left: 7px solid var(--red);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.about-idea-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.about-idea-media img,
.about-idea-media div {
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
}

.about-idea-media img {
  width: 100%;
  height: 178px;
  object-fit: cover;
}

.about-idea-media div {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  min-height: 112px;
  align-content: center;
  padding: 20px;
  background: linear-gradient(125deg, #07121d 0%, #0d5fb8 48%, #0a948a 100%);
  color: #ffffff;
}

.about-idea-media strong {
  font-size: 18px;
  font-weight: 900;
}

.about-idea-media span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.about-belief-grid {
  gap: clamp(14px, 1.7vw, 22px);
}

.about-belief-grid article {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-rows: 190px 1fr;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.about-belief-grid article > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-belief-grid article:nth-child(1) > img {
  object-position: center 56%;
}

.about-belief-grid article:nth-child(2) > img {
  object-position: center 40%;
}

.about-belief-grid article:nth-child(3) > img {
  object-position: center 54%;
}

.about-belief-grid article > div {
  padding: 24px;
  border-top: 5px solid var(--red);
}

.about-belief-grid article:nth-child(2) > div {
  border-top-color: #0d5fb8;
}

.about-belief-grid article:nth-child(3) > div {
  border-top-color: #0a948a;
}

.about-belief-grid h3 {
  margin-top: 16px;
  font-size: clamp(20px, 2vw, 25px);
}

.about-vision-section {
  background: linear-gradient(130deg, #07121d 0%, #0d2d42 40%, #0d5fb8 78%, #0a948a 118%);
}

.about-vision-section .member-split {
  grid-template-columns: minmax(0, 0.83fr) minmax(0, 1.17fr);
  gap: clamp(32px, 4vw, 54px);
}

.about-vision-section .member-copy h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.about-vision-composition {
  display: grid;
  gap: 14px;
}

.about-vision-section .about-signal-stack {
  gap: 12px;
}

.about-vision-section .about-signal-stack article {
  min-height: 132px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(7, 18, 29, 0.16);
}

.about-vision-section .about-signal-stack article:nth-child(2) {
  border-top: 3px solid #0d5fb8;
}

.about-vision-section .about-signal-stack article:nth-child(3) {
  border-top: 3px solid #0a948a;
}

.about-vision-section .about-signal-stack article:nth-child(4) {
  border-top: 3px solid #f2be68;
}

.about-vision-section .about-signal-stack strong {
  margin-top: 13px;
  font-size: 18px;
}

.about-vision-media {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 12px;
  margin: 0;
}

.about-vision-media img {
  width: 100%;
  height: 236px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.2);
}

.about-vision-media img:nth-child(2) {
  object-position: center 46%;
}

.about-vision-media figcaption {
  grid-column: 1 / -1;
  padding: 16px 18px;
  border-radius: 12px;
  background: linear-gradient(110deg, rgba(243, 18, 72, 0.24), rgba(242, 190, 104, 0.13));
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.about-page .member-photo-card img {
  height: clamp(320px, 36vw, 470px);
}

.about-page .member-benefit-grid article {
  border-top: 4px solid var(--red);
}

.about-page .member-benefit-grid article:nth-child(2) {
  border-top-color: #0d5fb8;
}

.about-page .member-benefit-grid article:nth-child(3) {
  border-top-color: #0a948a;
}

.about-page .member-benefit-grid article:nth-child(4) {
  border-top-color: #f2be68;
}

.about-remote-section .member-sustainability {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: clamp(28px, 4vw, 54px);
}

.about-work-collage {
  align-self: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
  grid-template-rows: repeat(2, minmax(210px, 1fr));
}

.about-work-collage img {
  height: 100%;
  min-height: 0;
}

.about-work-collage img:nth-child(1) {
  grid-row: 1 / 3;
  min-height: 500px;
}

.about-work-collage img:nth-child(2),
.about-work-collage img:nth-child(3) {
  height: 100%;
}

.about-work-collage img:nth-child(3) {
  object-position: center 42%;
}

.about-page .member-check-list {
  gap: 10px;
}

.about-page .member-check-list li {
  border-left: 4px solid var(--red);
}

.about-page .member-check-list li:nth-child(2) {
  border-left-color: #0d5fb8;
}

.about-page .member-check-list li:nth-child(3) {
  border-left-color: #0a948a;
}

.about-page .member-check-list li:nth-child(4) {
  border-left-color: #f2be68;
}

.about-proof {
  background: linear-gradient(135deg, #07121d 0%, #102337 45%, #0d5fb8 86%, #0a948a 130%);
}

.about-proof .about-build-grid {
  gap: clamp(14px, 2vw, 22px);
}

.about-proof .about-build-grid article {
  border-radius: 12px;
}

.about-proof .about-build-grid img {
  height: clamp(210px, 18vw, 250px);
}

.about-cta {
  padding: clamp(52px, 5vw, 74px) 0;
}

.about-cta .member-cta-panel {
  max-width: 980px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 7px solid var(--red);
  border-radius: 14px;
  background:
    linear-gradient(115deg, rgba(7, 18, 29, 0.9), rgba(8, 64, 86, 0.78) 48%, rgba(90, 16, 44, 0.82)),
    rgba(7, 18, 29, 0.68);
}

@media (max-width: 1180px) {
  .about-hero {
    height: auto;
    max-height: none;
  }

  .about-hero-inner,
  .about-intro-dense,
  .about-vision-section .member-split,
  .about-remote-section .member-sustainability {
    grid-template-columns: 1fr;
  }

  .about-hero-copy,
  .about-hero .member-hero-actions,
  .about-hero .member-hero-rail {
    justify-content: center;
    text-align: center;
  }

  .about-hero-copy {
    justify-items: center;
  }

  .about-hero-visual {
    width: min(100%, 840px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .about-page .member-section {
    padding: 44px 0;
  }

  .about-hero {
    padding: 42px 0 50px;
  }

  .about-hero-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .about-hero-visual,
  .about-idea-media,
  .about-vision-media,
  .about-work-collage {
    grid-template-columns: 1fr;
  }

  .about-hero-card-large,
  .about-work-collage img:nth-child(1) {
    grid-row: auto;
    min-height: 220px;
  }

  .about-hero-card {
    min-height: 170px;
  }

  .about-intro-dense > p {
    padding: 20px;
  }

  .about-belief-grid article {
    grid-template-rows: 180px 1fr;
  }

  .about-vision-media img,
  .about-work-collage img {
    height: 230px;
  }

  .about-vision-media figcaption {
    grid-column: auto;
  }
}

/* Lifestyle CI redesign */
.route-lifestyle {
  --life-ink: #07121d;
  --life-navy: #082033;
  --life-blue: #0d5fb8;
  --life-teal: #0a948a;
  --life-red: #f31349;
  --life-rose: #6d173d;
  --life-gold: #f2be68;
  --life-paper: #fffdfa;
  --life-mist: #eef4f7;
  --life-line: rgba(7, 18, 29, 0.12);
  color: var(--life-ink);
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #eef4f7 34%, #fffdfa 68%, #07121d 100%);
  background-size: 44px 100%, auto;
}

.route-lifestyle .crays-life-page {
  overflow: visible;
  background: transparent;
  color: var(--life-ink);
}

.route-lifestyle .crays-life-shell {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.route-lifestyle .crays-life-page :is(section, div, article, figure) {
  max-height: none;
}

.route-lifestyle .crays-life-page :is(.crays-life-section, .crays-life-hero, .crays-life-flow, .crays-life-invite-list) {
  overflow: visible;
}

.route-lifestyle .crays-life-eyebrow,
.route-lifestyle .crays-life-kicker {
  margin: 0 0 14px;
  color: var(--life-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.route-lifestyle .crays-life-title,
.route-lifestyle .crays-life-hero__title {
  margin: 0;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.route-lifestyle .crays-life-title {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.route-lifestyle .crays-life-copy,
.route-lifestyle .crays-life-lead {
  margin: 0;
  color: rgba(7, 18, 29, 0.72);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 560;
  line-height: 1.65;
}

.route-lifestyle .crays-life-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.route-lifestyle .crays-life-button:hover {
  transform: translateY(-1px);
}

.route-lifestyle .crays-life-button--primary {
  border: 1px solid var(--life-red);
  background: linear-gradient(180deg, #ff2b62 0%, var(--life-red) 100%);
  color: #fff;
  box-shadow: 0 18px 44px rgba(243, 19, 73, 0.24);
}

.route-lifestyle .crays-life-button--secondary {
  border: 1px solid rgba(243, 19, 73, 0.58);
  background: rgba(255, 255, 255, 0.95);
  color: var(--life-ink);
  box-shadow: 0 14px 34px rgba(7, 18, 29, 0.12);
}

.route-lifestyle .crays-life-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.route-lifestyle .crays-life-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding: clamp(42px, 6vh, 72px) 0;
  isolation: isolate;
  color: #fff;
  background: #07121d;
}

.route-lifestyle .crays-life-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(96deg, rgba(7, 18, 29, 0.78) 0%, rgba(8, 48, 77, 0.6) 48%, rgba(13, 95, 184, 0.38) 76%, rgba(10, 148, 138, 0.28) 100%),
    url("/assets/crays-club/beach-network.webp") center / cover no-repeat;
  filter: saturate(1.08) contrast(1.02) brightness(0.98);
}

.route-lifestyle .crays-life-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 18%, rgba(13, 95, 184, 0.34), transparent 28%),
    radial-gradient(circle at 72% 78%, rgba(10, 148, 138, 0.2), transparent 26%),
    linear-gradient(180deg, rgba(7, 18, 29, 0.08) 0%, rgba(7, 18, 29, 0.64) 100%);
}

.route-lifestyle .crays-life-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(430px, 0.9fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.route-lifestyle .crays-life-hero__copy {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.route-lifestyle .crays-life-hero__title {
  max-width: 790px;
  color: #fff;
  font-size: clamp(48px, 5.6vw, 92px);
  line-height: 0.98;
}

.route-lifestyle .crays-life-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
}

.route-lifestyle .crays-life-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.route-lifestyle .crays-life-hero__facts article,
.route-lifestyle .crays-life-card,
.route-lifestyle .crays-life-proof-card,
.route-lifestyle .crays-life-mini-card,
.route-lifestyle .crays-life-step {
  border: 1px solid rgba(7, 18, 29, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(7, 18, 29, 0.09);
}

.route-lifestyle .crays-life-hero__facts article {
  min-height: 88px;
  padding: 16px;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  backdrop-filter: blur(14px);
}

.route-lifestyle .crays-life-hero__facts span,
.route-lifestyle .crays-life-hero__facts strong {
  display: block;
}

.route-lifestyle .crays-life-hero__facts span {
  color: var(--life-red);
  font-size: 11px;
  font-weight: 900;
}

.route-lifestyle .crays-life-hero__facts strong {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

.route-lifestyle .crays-life-hero__media {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: minmax(190px, 1fr) minmax(190px, 1fr) auto;
  gap: 14px;
  align-items: stretch;
}

.route-lifestyle .crays-life-hero__media figure {
  position: relative;
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: #07121d;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.route-lifestyle .crays-life-hero__media figure:first-child {
  grid-row: 1 / 3;
}

.route-lifestyle .crays-life-hero__media img,
.route-lifestyle .crays-life-image-grid img,
.route-lifestyle .crays-life-feature-media img,
.route-lifestyle .crays-life-collage img,
.route-lifestyle .crays-life-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-lifestyle .crays-life-hero__media figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(7, 18, 29, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.route-lifestyle .crays-life-hero-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  min-height: 76px;
  align-content: center;
  border-left: 7px solid var(--life-red);
  border-radius: 14px;
  padding: 16px 18px;
  background:
    linear-gradient(120deg, rgba(243, 19, 73, 0.42), rgba(13, 95, 184, 0.32), rgba(10, 148, 138, 0.22)),
    rgba(7, 18, 29, 0.72);
  color: #fff;
}

.route-lifestyle .crays-life-hero-note strong,
.route-lifestyle .crays-life-hero-note span {
  display: block;
}

.route-lifestyle .crays-life-hero-note strong {
  font-size: 16px;
  font-weight: 900;
}

.route-lifestyle .crays-life-hero-note span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 720;
}

.route-lifestyle .crays-life-strip {
  padding: 18px 0;
  background: #fffdfa;
}

.route-lifestyle .crays-life-strip__grid {
  width: min(1520px, calc(100% - 36px));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.route-lifestyle .crays-life-strip-card {
  position: relative;
  min-height: 184px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #07121d;
}

.route-lifestyle .crays-life-strip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.route-lifestyle .crays-life-strip-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.route-lifestyle .crays-life-proof {
  padding: 34px 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #fffdfa 0%, #eef4f7 100%);
  background-size: 44px 100%, auto;
}

.route-lifestyle .crays-life-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.route-lifestyle .crays-life-proof-card,
.route-lifestyle .crays-life-card,
.route-lifestyle .crays-life-mini-card,
.route-lifestyle .crays-life-step {
  padding: 22px;
}

.route-lifestyle .crays-life-proof-card {
  border-top: 5px solid var(--life-red);
}

.route-lifestyle .crays-life-proof-card:nth-child(2) {
  border-top-color: var(--life-blue);
}

.route-lifestyle .crays-life-proof-card:nth-child(3) {
  border-top-color: var(--life-teal);
}

.route-lifestyle .crays-life-proof-card span,
.route-lifestyle .crays-life-kicker,
.route-lifestyle .crays-life-step__number {
  color: var(--life-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-lifestyle .crays-life-proof-card strong,
.route-lifestyle .crays-life-card h3,
.route-lifestyle .crays-life-mini-card h3,
.route-lifestyle .crays-life-step h3 {
  display: block;
  margin: 10px 0 0;
  color: var(--life-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.15;
}

.route-lifestyle .crays-life-proof-card p,
.route-lifestyle .crays-life-card p,
.route-lifestyle .crays-life-mini-card p,
.route-lifestyle .crays-life-step p {
  margin: 12px 0 0;
  color: rgba(7, 18, 29, 0.68);
  font-size: 14px;
  font-weight: 560;
  line-height: 1.56;
}

.route-lifestyle .crays-life-section {
  padding: clamp(54px, 6vw, 88px) 0;
}

.route-lifestyle .crays-life-section--night,
.route-lifestyle .crays-life-section--blue,
.route-lifestyle .crays-life-closing {
  color: #fff;
  background:
    linear-gradient(135deg, #07121d 0%, #0a2c42 34%, #102b67 64%, #5b1235 128%);
}

.route-lifestyle .crays-life-section--blue {
  background:
    radial-gradient(circle at 84% 12%, rgba(10, 148, 138, 0.28), transparent 28%),
    linear-gradient(132deg, #07121d 0%, #0b3555 39%, #0d5fb8 78%, #33194c 132%);
}

.route-lifestyle .crays-life-section--night .crays-life-copy,
.route-lifestyle .crays-life-section--blue .crays-life-copy,
.route-lifestyle .crays-life-closing .crays-life-copy {
  color: rgba(255, 255, 255, 0.84);
}

.route-lifestyle .crays-life-section--night :is(.crays-life-card, .crays-life-mini-card, .crays-life-step),
.route-lifestyle .crays-life-section--blue :is(.crays-life-card, .crays-life-mini-card, .crays-life-step) {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07)),
    rgba(7, 18, 29, 0.18);
  color: #ffffff;
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
}

.route-lifestyle .crays-life-section--night .crays-life-title,
.route-lifestyle .crays-life-section--blue .crays-life-title,
.route-lifestyle .crays-life-closing .crays-life-title {
  color: #fff;
}

.route-lifestyle .crays-life-section--night :is(.crays-life-card h3, .crays-life-mini-card h3, .crays-life-step h3),
.route-lifestyle .crays-life-section--blue :is(.crays-life-card h3, .crays-life-mini-card h3, .crays-life-step h3) {
  color: #ffffff;
}

.route-lifestyle .crays-life-section--night :is(.crays-life-card p, .crays-life-mini-card p, .crays-life-step p),
.route-lifestyle .crays-life-section--blue :is(.crays-life-card p, .crays-life-mini-card p, .crays-life-step p) {
  color: rgba(255, 255, 255, 0.78);
}

.route-lifestyle .crays-life-founder__grid,
.route-lifestyle .crays-life-world__grid,
.route-lifestyle .crays-life-ecosystem__grid,
.route-lifestyle .crays-life-creator__grid,
.route-lifestyle .crays-life-invitation__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.route-lifestyle .crays-life-creator__grid {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.9fr);
}

.route-lifestyle .crays-life-stack {
  display: grid;
  gap: 20px;
}

.route-lifestyle .crays-life-card-grid,
.route-lifestyle .crays-life-belief-grid,
.route-lifestyle .crays-life-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.route-lifestyle .crays-life-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-lifestyle .crays-life-image-grid,
.route-lifestyle .crays-life-feature-media,
.route-lifestyle .crays-life-collage,
.route-lifestyle .crays-life-product-media {
  display: grid;
  gap: 14px;
}

.route-lifestyle .crays-life-image-grid {
  grid-template-columns: 1fr 0.78fr;
  grid-template-rows: repeat(2, minmax(210px, 1fr));
}

.route-lifestyle .crays-life-image-grid img,
.route-lifestyle .crays-life-feature-media img,
.route-lifestyle .crays-life-collage img,
.route-lifestyle .crays-life-product-media img {
  min-height: 210px;
  border-radius: 12px;
  box-shadow: 0 22px 58px rgba(7, 18, 29, 0.14);
}

.route-lifestyle .crays-life-image-grid img:first-child {
  grid-row: 1 / 3;
  min-height: 460px;
}

.route-lifestyle .crays-life-feature-media {
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: minmax(220px, 1fr) minmax(220px, 1fr);
}

.route-lifestyle .crays-life-feature-media img:nth-child(2) {
  grid-row: 1 / 3;
}

.route-lifestyle .crays-life-collage {
  grid-template-columns: 1fr 1fr;
}

.route-lifestyle .crays-life-collage img:first-child {
  grid-column: 1 / -1;
  min-height: 300px;
}

.route-lifestyle .crays-life-product-media {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.route-lifestyle .crays-life-product-media img:first-child {
  grid-column: 1 / -1;
  min-height: 300px;
}

.route-lifestyle .crays-life-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: end;
  margin-bottom: 28px;
}

.route-lifestyle .crays-life-flow,
.route-lifestyle .crays-life-invite-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.route-lifestyle .crays-life-step {
  min-height: 230px;
  border-top: 5px solid var(--life-red);
}

.route-lifestyle .crays-life-step:nth-child(2) {
  border-top-color: var(--life-blue);
}

.route-lifestyle .crays-life-step:nth-child(3) {
  border-top-color: var(--life-teal);
}

.route-lifestyle .crays-life-step:nth-child(4) {
  border-top-color: var(--life-gold);
}

.route-lifestyle .crays-life-step:nth-child(5) {
  border-top-color: #7338c7;
}

.route-lifestyle .crays-life-closing {
  padding: clamp(64px, 7vw, 104px) 0;
}

.route-lifestyle .crays-life-closing__inner {
  display: grid;
  justify-items: center;
  max-width: 980px;
  text-align: center;
}

.route-lifestyle .crays-life-closing__line {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.2;
}

.route-lifestyle .crays-life-closing .crays-life-actions {
  justify-content: center;
  margin-top: 26px;
}

@media (max-width: 1180px) {
  .route-lifestyle .crays-life-hero__grid,
  .route-lifestyle .crays-life-founder__grid,
  .route-lifestyle .crays-life-world__grid,
  .route-lifestyle .crays-life-ecosystem__grid,
  .route-lifestyle .crays-life-creator__grid,
  .route-lifestyle .crays-life-invitation__grid,
  .route-lifestyle .crays-life-section-head--split {
    grid-template-columns: 1fr;
  }

  .route-lifestyle .crays-life-product-grid,
  .route-lifestyle .crays-life-flow,
  .route-lifestyle .crays-life-invite-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-lifestyle .crays-life-strip__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .route-lifestyle .crays-life-shell,
  .route-lifestyle .crays-life-strip__grid {
    width: min(100% - 24px, 1240px);
  }

  .route-lifestyle .crays-life-hero {
    min-height: auto;
    padding: 42px 0 48px;
  }

  .route-lifestyle .crays-life-hero__title {
    font-size: clamp(38px, 13vw, 56px);
  }

  .route-lifestyle .crays-life-hero__facts,
  .route-lifestyle .crays-life-proof__grid,
  .route-lifestyle .crays-life-card-grid,
  .route-lifestyle .crays-life-belief-grid,
  .route-lifestyle .crays-life-product-grid,
  .route-lifestyle .crays-life-flow,
  .route-lifestyle .crays-life-invite-list,
  .route-lifestyle .crays-life-strip__grid,
  .route-lifestyle .crays-life-hero__media,
  .route-lifestyle .crays-life-image-grid,
  .route-lifestyle .crays-life-feature-media,
  .route-lifestyle .crays-life-collage,
  .route-lifestyle .crays-life-product-media {
    grid-template-columns: 1fr;
  }

  .route-lifestyle .crays-life-hero__media figure:first-child,
  .route-lifestyle .crays-life-image-grid img:first-child,
  .route-lifestyle .crays-life-feature-media img:nth-child(2),
  .route-lifestyle .crays-life-product-media img:first-child {
    grid-row: auto;
    grid-column: auto;
    min-height: 230px;
  }

  .route-lifestyle .crays-life-strip-card,
  .route-lifestyle .crays-life-hero__media figure,
  .route-lifestyle .crays-life-image-grid img,
  .route-lifestyle .crays-life-feature-media img,
  .route-lifestyle .crays-life-collage img,
  .route-lifestyle .crays-life-product-media img {
    min-height: 220px;
  }
}

/* Lifestyle CI redesign v2 */
.route-lifestyle .crays-life-page > :not(.crays-life-v2) {
  display: none !important;
}

.route-lifestyle .crays-life-v2 {
  --v2-ink: #07121d;
  --v2-navy: #081c2e;
  --v2-blue: #0d5fb8;
  --v2-blue-dark: #063f86;
  --v2-teal: #00a6b8;
  --v2-red: #f31248;
  --v2-rose: #4b1730;
  --v2-gold: #f0bd66;
  --v2-paper: #fffdfa;
  --v2-mist: #eef6f8;
  --v2-line: rgba(7, 18, 29, 0.12);
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffdfa 0%, #edf8fb 24%, #f7fbff 48%, #f6fafc 68%, #07121d 100%);
  color: var(--v2-ink);
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

.route-lifestyle .crays-life-v2 :is(section, div, article, figure, nav) {
  max-height: none;
}

.life-v2-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.life-v2-eyebrow {
  margin: 0;
  color: var(--v2-red);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.life-v2-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
  background: var(--v2-ink);
  isolation: isolate;
}

.life-v2-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(105deg, rgba(7, 18, 29, 0.96) 0%, rgba(8, 28, 46, 0.88) 40%, rgba(13, 95, 184, 0.48) 68%, rgba(0, 166, 184, 0.2) 100%),
    url("/assets/crays-club/beach-network.webp") center / cover no-repeat;
}

.life-v2-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 18, 29, 0.1) 0%, rgba(7, 18, 29, 0.8) 100%),
    linear-gradient(90deg, rgba(13, 95, 184, 0.05), transparent 22%, rgba(10, 148, 138, 0.08) 76%, transparent);
}

.life-v2-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.74fr);
  gap: 58px;
  align-items: center;
  padding: 54px 0;
}

.life-v2-hero__copy {
  display: grid;
  gap: 24px;
  align-content: center;
}

.life-v2-hero h1,
.life-v2-section-copy h2,
.life-v2-section-head h2,
.life-v2-interface__copy h2,
.life-v2-build__manifesto h2 {
  margin: 0;
  color: inherit;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.life-v2-hero h1 {
  max-width: 820px;
  font-size: 5.4rem;
}

.life-v2-hero__copy > p:not(.life-v2-eyebrow),
.life-v2-section-copy p,
.life-v2-interface__copy > p,
.life-v2-build__manifesto > p {
  margin: 0;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.13rem;
  line-height: 1.64;
  font-weight: 600;
}

.life-v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.life-v2-action {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.life-v2-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
}

.life-v2-action--primary {
  border-color: var(--v2-red);
  background: linear-gradient(180deg, #fa1754 0%, var(--v2-red) 100%);
  box-shadow: 0 18px 40px rgba(243, 18, 72, 0.2);
}

.life-v2-signal-board {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr 0.82fr;
  grid-template-rows: 204px 146px 174px;
  gap: 14px;
  min-height: 552px;
}

.life-v2-signal-board::before {
  content: "";
  position: absolute;
  inset: 38px 28px 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.62;
}

.life-v2-signal-board__photo {
  position: relative;
  z-index: 1;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #07121d;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.life-v2-signal-board__photo--main {
  grid-row: 1 / 4;
}

.life-v2-signal-board__photo img,
.life-v2-day__panel img,
.life-v2-phone img,
.life-v2-door img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.life-v2-node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 3px;
  width: 148px;
  min-height: 74px;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(7, 18, 29, 0.74);
  color: #ffffff;
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.life-v2-node span {
  color: var(--v2-gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.life-v2-node strong {
  font-size: 1.02rem;
  line-height: 1.12;
}

.life-v2-node--member {
  top: 26px;
  left: -22px;
}

.life-v2-node--venue {
  right: -12px;
  top: 240px;
  border-left: 7px solid var(--v2-teal);
}

.life-v2-node--value {
  left: 42%;
  bottom: -18px;
  border-left: 7px solid var(--v2-red);
}

.life-v2-dock {
  position: sticky;
  top: 74px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(7, 18, 29, 0.08);
  background: rgba(255, 253, 250, 0.92);
  backdrop-filter: blur(18px);
}

.life-v2-dock a {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(7, 18, 29, 0.08);
  color: var(--v2-ink);
  font-size: 0.86rem;
  font-weight: 900;
}

.life-v2-map,
.life-v2-rhythm,
.life-v2-interface,
.life-v2-doors,
.life-v2-build {
  scroll-margin-top: 132px;
}

.life-v2-map {
  padding: 76px 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.04) 1px, transparent 1px),
    linear-gradient(132deg, #fffdfa 0%, #edf8fb 48%, #f7fbff 100%);
  background-size: 44px 100%, auto;
}

.life-v2-map__layout,
.life-v2-interface__layout,
.life-v2-build__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 1fr);
  gap: 52px;
  align-items: center;
}

.life-v2-section-copy {
  display: grid;
  gap: 18px;
}

.life-v2-section-copy h2,
.life-v2-section-head h2,
.life-v2-interface__copy h2,
.life-v2-build__manifesto h2 {
  font-size: 3.45rem;
}

.life-v2-section-copy p,
.life-v2-interface__copy > p,
.life-v2-build__manifesto > p {
  color: rgba(7, 18, 29, 0.72);
}

.life-v2-layer-stack {
  display: grid;
  gap: 14px;
  transform: rotate(-1.5deg);
}

.life-v2-layer {
  display: grid;
  grid-template-columns: 72px 180px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 112px;
  border: 1px solid rgba(7, 18, 29, 0.1);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  color: var(--v2-ink);
  box-shadow: 0 22px 52px rgba(7, 18, 29, 0.1);
  transform: rotate(1.5deg);
}

.life-v2-layer:nth-child(even) {
  margin-left: 42px;
}

.life-v2-layer span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--v2-ink);
  color: #ffffff;
  font-weight: 900;
}

.life-v2-layer strong {
  font-size: 1.35rem;
  font-weight: 900;
}

.life-v2-layer em {
  color: rgba(7, 18, 29, 0.66);
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.45;
}

.life-v2-layer--org {
  border-left: 7px solid var(--v2-red);
}

.life-v2-layer--fund {
  border-left: 7px solid var(--v2-gold);
}

.life-v2-layer--world {
  border-left: 7px solid var(--v2-teal);
}

.life-v2-layer--club {
  border-left: 7px solid var(--v2-blue);
}

.life-v2-rhythm {
  padding: 78px 0 88px;
  background:
    linear-gradient(135deg, #07121d 0%, #0b3555 36%, #0d5fb8 68%, #078195 100%);
  color: #ffffff;
}

.life-v2-section-head {
  display: grid;
  gap: 14px;
  max-width: 870px;
  margin: 0 auto 34px;
  text-align: center;
}

.life-v2-section-head--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.life-v2-day {
  display: grid;
  grid-template-columns: 1.1fr 0.82fr 0.78fr;
  grid-template-rows: 250px 250px;
  gap: 14px;
}

.life-v2-day__panel {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.life-v2-day__panel--wide {
  grid-column: span 2;
}

.life-v2-day__panel--tall {
  grid-row: span 2;
}

.life-v2-day__panel img {
  position: absolute;
  inset: 0;
  opacity: 0.78;
}

.life-v2-day__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 18, 29, 0.88) 0%, rgba(7, 18, 29, 0.08) 62%);
}

.life-v2-day__panel div,
.life-v2-day__panel--red {
  position: relative;
  z-index: 1;
  padding: 22px;
}

.life-v2-day__panel span {
  display: block;
  color: var(--v2-gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.life-v2-day__panel strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.08;
}

.life-v2-day__panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  font-weight: 620;
  line-height: 1.52;
}

.life-v2-day__panel--red {
  align-content: center;
  border-left: 6px solid var(--v2-red);
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.94) 0%, #0b3555 52%, #0a6f88 100%);
}

.life-v2-interface {
  padding: 88px 0;
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #fffdfa 0%, #f2fbfc 52%, #f8fbff 100%);
  background-size: 44px 100%, auto;
}

.life-v2-phone {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(7, 18, 29, 0.12);
  border-radius: 8px;
  background: #07121d;
  box-shadow: 0 30px 80px rgba(7, 18, 29, 0.18);
}

.life-v2-phone img {
  position: absolute;
  inset: 0;
}

.life-v2-phone figcaption {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  background: rgba(7, 18, 29, 0.74);
  color: #ffffff;
  backdrop-filter: blur(14px);
}

.life-v2-phone span,
.life-v2-pulse-list span,
.life-v2-door span {
  color: var(--v2-red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.life-v2-phone strong {
  font-size: 1.6rem;
  line-height: 1.08;
}

.life-v2-interface__copy,
.life-v2-build__manifesto {
  display: grid;
  gap: 18px;
}

.life-v2-pulse-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.life-v2-pulse-list article {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  border: 1px solid rgba(7, 18, 29, 0.1);
  border-radius: 8px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(7, 18, 29, 0.08);
}

.life-v2-pulse-list strong {
  font-size: 1.05rem;
  line-height: 1.36;
}

.life-v2-doors {
  padding: 78px 0 92px;
  background:
    linear-gradient(135deg, #07121d 0%, #0b3555 42%, #0d5fb8 76%, #0a6f88 100%);
  color: #ffffff;
}

.life-v2-door-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  grid-template-rows: 300px 300px;
  gap: 14px;
}

.life-v2-door {
  position: relative;
  display: grid;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #07121d center / cover no-repeat;
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.life-v2-door--member {
  grid-row: span 2;
  background-image:
    linear-gradient(0deg, rgba(7, 18, 29, 0.74) 0%, rgba(7, 18, 29, 0.12) 62%),
    url("/assets/crays-club/fashion-pool.webp");
}

.life-v2-door--villas {
  background-image:
    linear-gradient(0deg, rgba(7, 18, 29, 0.72) 0%, rgba(7, 18, 29, 0.1) 62%),
    url("/assets/crays-villas/villa-formentor.jpg");
}

.life-v2-door--world {
  background-image:
    linear-gradient(0deg, rgba(7, 18, 29, 0.72) 0%, rgba(7, 18, 29, 0.08) 62%),
    url("/assets/crays-club/event-arrival.webp");
}

.life-v2-door--fund {
  background-image:
    linear-gradient(0deg, rgba(7, 18, 29, 0.72) 0%, rgba(7, 18, 29, 0.08) 62%),
    url("/assets/crays-villas/only-summer.jpg");
}

.life-v2-door img {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: saturate(1.08) contrast(1.02);
  transition: transform 280ms ease, opacity 280ms ease;
}

.life-v2-door:hover img {
  transform: scale(1.025);
  opacity: 0;
}

.life-v2-door::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 18, 29, 0.74) 0%, rgba(7, 18, 29, 0.06) 62%);
}

.life-v2-door span,
.life-v2-door strong,
.life-v2-door em {
  position: relative;
  z-index: 1;
  margin-right: 22px;
  margin-left: 22px;
}

.life-v2-door span {
  margin-bottom: 8px;
  color: var(--v2-gold);
}

.life-v2-door strong {
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.06;
}

.life-v2-door em {
  margin-top: 10px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.94rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1.48;
}

.life-v2-build {
  padding: 88px 0 96px;
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, #fffdfa 0%, #edf8fb 42%, #f8fbff 74%, #fffdfa 100%);
  background-size: 44px 100%, auto;
}

.life-v2-build__layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(400px, 0.86fr);
}

.life-v2-build .life-v2-action {
  border-color: rgba(7, 18, 29, 0.14);
  background: #ffffff;
  color: var(--v2-ink);
}

.life-v2-build .life-v2-action--primary {
  border-color: var(--v2-red);
  background: linear-gradient(180deg, #fa1754 0%, var(--v2-red) 100%);
  color: #ffffff;
}

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

.life-v2-build__signal span {
  display: grid;
  min-height: 128px;
  place-items: center;
  border: 1px solid rgba(7, 18, 29, 0.1);
  border-radius: 8px;
  background: #ffffff;
  color: var(--v2-ink);
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 20px 50px rgba(7, 18, 29, 0.09);
}

.life-v2-build__signal span:nth-child(1) {
  background: linear-gradient(135deg, #ffffff 0%, #fffafb 100%);
  border-top: 5px solid var(--v2-red);
}

.life-v2-build__signal span:nth-child(2) {
  background: linear-gradient(135deg, #ffffff 0%, #eef8ff 100%);
  border-top: 5px solid var(--v2-blue);
}

.life-v2-build__signal span:nth-child(3) {
  background: linear-gradient(135deg, #ffffff 0%, #eafafa 100%);
  border-top: 5px solid var(--v2-teal);
}

.life-v2-build__signal span:nth-child(4) {
  background: linear-gradient(135deg, #ffffff 0%, #fff7e7 100%);
  border-top: 5px solid var(--v2-gold);
}

.life-v2-build__signal span:nth-child(5) {
  grid-column: 1 / -1;
  min-height: 104px;
  background: linear-gradient(135deg, var(--v2-ink) 0%, var(--v2-blue-dark) 58%, #0a6f88 100%);
  color: #ffffff;
}

@media (max-width: 1180px) {
  .life-v2-hero h1 {
    font-size: 4.4rem;
  }

  .life-v2-hero__layout,
  .life-v2-map__layout,
  .life-v2-interface__layout,
  .life-v2-build__layout {
    grid-template-columns: 1fr;
  }

  .life-v2-signal-board {
    min-height: 500px;
  }

  .life-v2-layer:nth-child(even) {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  .life-v2-hero h1 {
    font-size: 3.7rem;
  }

  .life-v2-section-copy h2,
  .life-v2-section-head h2,
  .life-v2-interface__copy h2,
  .life-v2-build__manifesto h2 {
    font-size: 2.8rem;
  }

  .life-v2-day,
  .life-v2-door-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .life-v2-day__panel,
  .life-v2-door {
    min-height: 300px;
  }

  .life-v2-day__panel--wide,
  .life-v2-day__panel--tall,
  .life-v2-door--member {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .life-v2-shell {
    width: min(100% - 28px, 1280px);
  }

  .life-v2-hero {
    min-height: 100svh;
  }

  .life-v2-hero__layout {
    gap: 30px;
    padding: 112px 0 62px;
  }

  .life-v2-hero h1 {
    font-size: 2.9rem;
  }

  .life-v2-hero__copy > p:not(.life-v2-eyebrow),
  .life-v2-section-copy p,
  .life-v2-interface__copy > p,
  .life-v2-build__manifesto > p {
    font-size: 1rem;
  }

  .life-v2-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .life-v2-action {
    width: 100%;
    min-height: 52px;
  }

  .life-v2-signal-board {
    display: none;
  }

  .life-v2-dock {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .life-v2-dock a {
    min-height: 48px;
    font-size: 0.8rem;
  }

  .life-v2-map,
  .life-v2-rhythm,
  .life-v2-interface,
  .life-v2-doors,
  .life-v2-build {
    padding: 58px 0;
    scroll-margin-top: 86px;
  }

  .life-v2-section-copy h2,
  .life-v2-section-head h2,
  .life-v2-interface__copy h2,
  .life-v2-build__manifesto h2 {
    font-size: 2.25rem;
  }

  .life-v2-layer {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .life-v2-layer-stack {
    transform: none;
  }

  .life-v2-layer {
    transform: none;
  }

  .life-v2-day,
  .life-v2-door-grid,
  .life-v2-build__signal,
  .life-v2-pulse-list article {
    grid-template-columns: 1fr;
  }

  .life-v2-day__panel,
  .life-v2-door {
    min-height: 280px;
  }

  .life-v2-phone {
    min-height: 430px;
  }
}

/* Consolidated Community Life page */
.community-page {
  color-scheme: light;
}

.community-hero .member-hero-image {
  object-position: center center;
}

.community-hero .member-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.96) 0%, rgba(7, 18, 29, 0.7) 50%, rgba(7, 18, 29, 0.28) 100%),
    linear-gradient(0deg, rgba(7, 18, 29, 0.92) 0%, rgba(7, 18, 29, 0.04) 62%);
}

.community-mode-grid,
.community-signal-grid,
.community-citizen-grid,
.community-loop-grid {
  display: grid;
  gap: 16px;
}

.community-mode-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.community-mode-grid article,
.community-signal-grid article,
.community-citizen-grid article,
.community-loop-grid article {
  border-radius: 8px;
}

.community-mode-grid article {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.09);
}

.community-mode-grid img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.community-mode-grid span,
.community-citizen-grid span,
.community-loop-grid span {
  display: inline-flex;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.community-mode-grid span {
  margin: 22px 22px 0;
}

.community-mode-grid h3,
.community-mode-grid p {
  padding: 0 22px;
}

.community-mode-grid h3 {
  margin-top: 12px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.community-mode-grid p {
  margin: 10px 0 24px;
  color: var(--slate);
  font-size: 15px;
  line-height: 1.62;
}

.community-work-live {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.96) 0%, rgba(13, 45, 66, 0.9) 52%, rgba(27, 20, 65, 0.94) 100%),
    url("/assets/crays-club/hotel-lounge.webp") center / cover;
}

.community-signal-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.community-signal-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.community-signal-grid strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.community-signal-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.community-play {
  background:
    linear-gradient(180deg, #fffdfa 0%, #f1f5f9 100%);
}

.community-citizen-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.community-citizen-grid article {
  min-height: 150px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
  box-shadow: 0 18px 42px rgba(7, 18, 29, 0.08);
}

.community-citizen-grid strong {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.3;
}

.community-proof {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.96) 0%, rgba(13, 45, 66, 0.88) 52%, rgba(75, 14, 33, 0.9) 100%),
    url("/assets/crays-club/nightlife.webp") center / cover;
}

.community-loop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-loop-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.community-loop-grid h3 {
  margin-top: 22px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
}

.community-loop-grid p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.62;
}

.community-cta {
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.94) 0%, rgba(18, 36, 54, 0.9) 48%, rgba(90, 14, 33, 0.9) 100%),
    url("/assets/crays-club/pool-friends.webp") center / cover;
}

@media (max-width: 1120px) {
  .community-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .community-loop-grid,
  .community-citizen-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .community-mode-grid,
  .community-signal-grid {
    grid-template-columns: 1fr;
  }

  .community-mode-grid img {
    height: 220px;
  }

  .community-loop-grid article {
    min-height: 0;
  }
}

/* Community Life clean flow */
.community-flow-page {
  background: #f7f2ea;
}

.community-flow-main {
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f8f5ef 0%, #ffffff 26%, #f5f1ea 58%, #061521 100%);
}

.community-flow-hero {
  position: relative;
  min-height: calc(100svh - 74px);
  height: calc(100svh - 74px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #07121d;
}

.community-flow-hero__image,
.community-flow-hero__overlay {
  position: absolute;
  inset: 0;
}

.community-flow-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.community-flow-hero__overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.9) 0%, rgba(7, 18, 29, 0.7) 50%, rgba(7, 18, 29, 0.42) 100%),
    linear-gradient(0deg, rgba(7, 18, 29, 0.92) 0%, rgba(7, 18, 29, 0.12) 62%);
}

.community-flow-hero__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.community-flow-hero h1 {
  max-width: 1000px;
  color: #ffffff;
  font-size: 78px;
  line-height: 0.98;
  font-weight: 900;
}

.community-flow-hero p:not(.club-eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.65;
  font-weight: 600;
}

.community-flow-actions,
.community-flow-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.community-flow-rail span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.community-flow-section {
  padding: 108px 0;
}

.community-flow-intro,
.community-flow-play {
  background:
    linear-gradient(180deg, #f8f5ef 0%, #ffffff 100%);
}

.community-flow-modes,
.community-flow-citizen {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f2ea 100%);
}

.community-flow-dark {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.96) 0%, rgba(12, 41, 57, 0.92) 54%, rgba(58, 13, 29, 0.88) 100%),
    url("/assets/crays-club/hotel-lounge.webp") center / cover;
}

.community-flow-loop {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(6, 15, 24, 0.96) 0%, rgba(13, 37, 54, 0.9) 48%, rgba(78, 13, 32, 0.9) 100%),
    url("/assets/crays-club/nightlife.webp") center / cover;
}

.community-flow-cta {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(7, 18, 29, 0.92) 0%, rgba(13, 45, 66, 0.88) 46%, rgba(92, 14, 34, 0.88) 100%),
    url("/assets/crays-club/pool-friends.webp") center / cover;
}

.community-flow-split,
.community-flow-feature,
.community-flow-citizen-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 64px;
  align-items: center;
}

.community-flow-feature--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.community-flow-copy,
.community-flow-section-head,
.community-flow-cta__inner {
  display: grid;
  gap: 20px;
}

.community-flow-copy h2,
.community-flow-section-head h2,
.community-flow-cta__inner h2 {
  color: inherit;
  font-size: 52px;
  line-height: 1.04;
  font-weight: 900;
}

.community-flow-copy p,
.community-flow-section-head p,
.community-flow-cta__inner p {
  max-width: 720px;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.78;
  font-weight: 500;
}

.community-flow-copy--light p,
.community-flow-dark .community-flow-copy p,
.community-flow-section-head--light p,
.community-flow-cta__inner p {
  color: rgba(255, 255, 255, 0.78);
}

.community-flow-copy--body {
  gap: 28px;
}

.community-flow-section-head {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
  justify-items: center;
}

.community-flow-stat-grid,
.community-flow-chip-grid,
.community-flow-citizen-cards,
.community-flow-loop-grid {
  display: grid;
  gap: 16px;
}

.community-flow-stat-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-flow-stat-grid article,
.community-flow-chip-grid article,
.community-flow-citizen-cards article,
.community-flow-loop-grid article {
  border-radius: 8px;
}

.community-flow-stat-grid article {
  min-height: 138px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.08);
  box-shadow: 0 22px 60px rgba(7, 18, 29, 0.08);
}

.community-flow-stat-grid strong,
.community-flow-mode-grid span,
.community-flow-citizen-cards span,
.community-flow-loop-grid span {
  display: inline-flex;
  color: var(--red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.community-flow-stat-grid span {
  display: block;
  margin-top: 18px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.community-flow-mode-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.community-flow-mode-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
  box-shadow: 0 24px 70px rgba(7, 18, 29, 0.1);
}

.community-flow-mode-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.community-flow-mode-grid div {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.community-flow-mode-grid h3 {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.12;
  font-weight: 900;
}

.community-flow-mode-grid p {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 500;
}

.community-flow-chip-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.community-flow-chip-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.community-flow-chip-grid strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.community-flow-chip-grid span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.community-flow-photo-card,
.community-flow-image-pair {
  margin: 0;
}

.community-flow-photo-card {
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.1);
  box-shadow: 0 28px 80px rgba(7, 18, 29, 0.16);
}

.community-flow-photo-card--dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

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

.community-flow-photo-card figcaption {
  padding: 18px 20px 20px;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

.community-flow-photo-card--dark figcaption {
  color: rgba(255, 255, 255, 0.76);
}

.community-flow-image-pair {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 16px;
  align-items: end;
}

.community-flow-image-pair img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 22px 58px rgba(7, 18, 29, 0.12);
}

.community-flow-image-pair img:nth-child(2) {
  height: 390px;
}

.community-flow-list {
  display: grid;
  gap: 12px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.community-flow-list li {
  position: relative;
  padding: 16px 18px 16px 42px;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 700;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
}

.community-flow-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--red);
}

.community-flow-citizen-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-flow-citizen-cards article {
  min-height: 210px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid rgba(8, 28, 46, 0.09);
  box-shadow: 0 24px 70px rgba(7, 18, 29, 0.09);
}

.community-flow-citizen-cards strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.community-flow-loop-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.community-flow-loop-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.community-flow-loop-grid h3 {
  margin-top: 22px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.community-flow-loop-grid p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 600;
}

.community-flow-cta__inner {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.community-flow-cta__inner p {
  max-width: 760px;
}

@media (max-width: 1120px) {
  .community-flow-hero h1 {
    font-size: 64px;
  }

  .community-flow-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-flow-split,
  .community-flow-feature,
  .community-flow-feature--reverse,
  .community-flow-citizen-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .community-flow-section {
    padding: 84px 0;
  }

  .community-flow-copy h2,
  .community-flow-section-head h2,
  .community-flow-cta__inner h2 {
    font-size: 40px;
  }

  .community-flow-stat-grid,
  .community-flow-citizen-cards,
  .community-flow-loop-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .community-flow-hero {
    min-height: calc(100svh - 72px);
    height: auto;
    padding: 78px 0 38px;
  }

  .community-flow-hero h1 {
    font-size: 46px;
  }

  .community-flow-hero p:not(.club-eyebrow) {
    font-size: 16px;
  }

  .community-flow-mode-grid,
  .community-flow-chip-grid,
  .community-flow-image-pair {
    grid-template-columns: 1fr;
  }

  .community-flow-mode-grid img {
    height: 230px;
  }

  .community-flow-photo-card img,
  .community-flow-image-pair img,
  .community-flow-image-pair img:nth-child(2) {
    height: 330px;
  }

  .community-flow-loop-grid article,
  .community-flow-citizen-cards article {
    min-height: 0;
  }
}

/* Community Life CI redesign */
.route-community-life .comm-ci-page {
  --comm-ink: #071829;
  --comm-slate: #536276;
  --comm-blue: #0e68a3;
  --comm-teal: #00a6b8;
  --comm-red: #fa1754;
  --comm-rose: #4b1730;
  --comm-gold: #d7a94a;
  overflow: hidden;
  color: var(--comm-ink);
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.route-community-life .comm-ci-page * {
  box-sizing: border-box;
}

.route-community-life .comm-ci-page :is(section, div, article, figure) {
  max-height: none;
}

.route-community-life .comm-ci-page :is(section, div, article, figure) {
  overflow-wrap: anywhere;
}

.route-community-life .comm-ci-shell {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

.route-community-life .comm-ci-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #071829;
}

.route-community-life .comm-ci-hero__image,
.route-community-life .comm-ci-hero__layer {
  position: absolute;
  inset: 0;
}

.route-community-life .comm-ci-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.route-community-life .comm-ci-hero__layer {
  z-index: 1;
  background:
    radial-gradient(circle at 72% 24%, rgba(0, 166, 184, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(5, 18, 29, 0.93) 0%, rgba(6, 37, 58, 0.78) 50%, rgba(7, 31, 49, 0.7) 100%),
    linear-gradient(180deg, rgba(5, 18, 29, 0.18) 0%, rgba(5, 18, 29, 0.86) 100%);
}

.route-community-life .comm-ci-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(500px, 0.9fr);
  gap: clamp(42px, 6vw, 94px);
  align-items: center;
  padding: 58px 0;
}

.route-community-life .comm-ci-hero__copy,
.route-community-life .comm-ci-copy,
.route-community-life .comm-ci-closing {
  display: grid;
  gap: 20px;
}

.route-community-life .comm-ci-eyebrow {
  margin: 0;
  color: var(--comm-red);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.route-community-life .comm-ci-hero h1,
.route-community-life .comm-ci-copy h2,
.route-community-life .comm-ci-section-head h2,
.route-community-life .comm-ci-closing h2 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 900;
}

.route-community-life .comm-ci-hero h1 {
  max-width: 790px;
  color: #ffffff;
  font-size: clamp(54px, 5.2vw, 94px);
  line-height: 0.95;
}

.route-community-life .comm-ci-lead {
  max-width: 740px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
  font-weight: 650;
}

.route-community-life .comm-ci-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
}

.route-community-life .comm-ci-actions--center {
  justify-content: center;
}

.route-community-life .comm-ci-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.route-community-life .comm-ci-button:hover {
  transform: translateY(-1px);
}

.route-community-life .comm-ci-button--primary {
  border: 1px solid var(--comm-red);
  color: #ffffff;
  background: linear-gradient(135deg, #fa1754 0%, #e8184d 100%);
  box-shadow: 0 22px 50px rgba(250, 23, 84, 0.24);
}

.route-community-life .comm-ci-button--light {
  border: 1px solid rgba(250, 23, 84, 0.35);
  color: var(--comm-ink);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 18, 29, 0.12);
}

.route-community-life .comm-ci-hero__visual {
  display: grid;
  grid-template-columns: 1.05fr 0.82fr;
  grid-template-rows: 180px 180px auto;
  gap: 14px;
  align-items: stretch;
}

.route-community-life .comm-ci-hero-card,
.route-community-life .comm-ci-image-stack,
.route-community-life .comm-ci-collage,
.route-community-life .comm-ci-wide-media {
  margin: 0;
}

.route-community-life .comm-ci-hero-card {
  overflow: hidden;
  min-height: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.route-community-life .comm-ci-hero-card--large {
  grid-row: 1 / 3;
}

.route-community-life .comm-ci-hero-card img,
.route-community-life .comm-ci-image-stack img,
.route-community-life .comm-ci-rhythm-grid img,
.route-community-life .comm-ci-mode-grid img,
.route-community-life .comm-ci-collage img,
.route-community-life .comm-ci-wide-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-community-life .comm-ci-hero-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding: 18px 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 7px solid var(--comm-red);
  background: linear-gradient(135deg, rgba(7, 24, 41, 0.86), rgba(8, 74, 95, 0.54));
  backdrop-filter: blur(18px);
}

.route-community-life .comm-ci-hero-note strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.route-community-life .comm-ci-hero-note span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.route-community-life .comm-ci-proof {
  padding: 26px 0;
  background: linear-gradient(90deg, #061b2a 0%, #0b3555 50%, #0f6f9f 100%);
}

.route-community-life .comm-ci-proof__grid,
.route-community-life .comm-ci-checklist,
.route-community-life .comm-ci-rhythm-grid,
.route-community-life .comm-ci-mode-grid,
.route-community-life .comm-ci-mini-grid,
.route-community-life .comm-ci-citizen-grid {
  display: grid;
  gap: 16px;
}

.route-community-life .comm-ci-proof__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-community-life .comm-ci-proof article,
.route-community-life .comm-ci-checklist article,
.route-community-life .comm-ci-mini-grid article,
.route-community-life .comm-ci-citizen-grid article {
  border-radius: 8px;
}

.route-community-life .comm-ci-proof article {
  min-height: 148px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.route-community-life .comm-ci-proof span,
.route-community-life .comm-ci-rhythm-grid span,
.route-community-life .comm-ci-mode-grid span,
.route-community-life .comm-ci-citizen-grid span {
  display: inline-flex;
  color: var(--comm-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-community-life .comm-ci-proof strong {
  display: block;
  margin-top: 18px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
}

.route-community-life .comm-ci-proof p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.route-community-life .comm-ci-section {
  position: relative;
  padding: clamp(64px, 6vw, 92px) 0;
  scroll-margin-top: 92px;
}

.route-community-life .comm-ci-section--light {
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 166, 184, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #edf8fb 100%);
}

.route-community-life .comm-ci-section--cream,
.route-community-life .comm-ci-section--citizen {
  background:
    linear-gradient(90deg, rgba(7, 24, 41, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf9 0%, #f7fbff 100%);
  background-size: 44px 44px, auto;
}

.route-community-life .comm-ci-section--blue {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 166, 184, 0.22), transparent 32%),
    linear-gradient(115deg, #061b2a 0%, #0b4770 50%, #0e68a3 100%);
}

.route-community-life .comm-ci-section--dark {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #06121d 0%, #071829 52%, #082f4d 100%);
  background-size: 52px 52px, auto;
}

.route-community-life .comm-ci-section--closing {
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(5, 18, 29, 0.88), rgba(7, 64, 97, 0.74), rgba(5, 18, 29, 0.68)),
    url("/assets/crays-club/deck-party.webp") center / cover;
}

.route-community-life .comm-ci-split,
.route-community-life .comm-ci-social-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.route-community-life .comm-ci-social-grid {
  grid-template-columns: minmax(520px, 1fr) minmax(0, 0.9fr);
  align-items: start;
}

.route-community-life .comm-ci-mode-layout,
.route-community-life .comm-ci-citizen {
  display: grid;
  gap: 30px;
}

.route-community-life .comm-ci-copy h2,
.route-community-life .comm-ci-section-head h2,
.route-community-life .comm-ci-closing h2 {
  color: var(--comm-ink);
  font-size: clamp(38px, 4.6vw, 74px);
  line-height: 0.98;
}

.route-community-life .comm-ci-section--blue .comm-ci-section-head h2,
.route-community-life .comm-ci-copy--dark h2,
.route-community-life .comm-ci-closing h2 {
  color: #ffffff;
}

.route-community-life .comm-ci-copy p,
.route-community-life .comm-ci-section-head > p,
.route-community-life .comm-ci-closing p {
  margin: 0;
  color: var(--comm-slate);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 600;
}

.route-community-life .comm-ci-section--blue .comm-ci-section-head > p,
.route-community-life .comm-ci-copy--dark p,
.route-community-life .comm-ci-closing p {
  color: rgba(255, 255, 255, 0.76);
}

.route-community-life .comm-ci-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.route-community-life .comm-ci-checklist article,
.route-community-life .comm-ci-citizen-grid article {
  padding: 22px;
  border: 1px solid rgba(7, 24, 41, 0.09);
  background: #ffffff;
  box-shadow: 0 24px 68px rgba(7, 18, 29, 0.08);
}

.route-community-life .comm-ci-checklist strong,
.route-community-life .comm-ci-mini-grid strong,
.route-community-life .comm-ci-citizen-grid strong {
  display: block;
  color: var(--comm-ink);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.route-community-life .comm-ci-checklist span,
.route-community-life .comm-ci-mini-grid span {
  display: block;
  margin-top: 9px;
  color: var(--comm-slate);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.route-community-life .comm-ci-image-stack {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 16px;
  align-items: end;
}

.route-community-life .comm-ci-image-stack img {
  height: 560px;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(7, 18, 29, 0.16);
}

.route-community-life .comm-ci-image-stack img:nth-child(2) {
  height: 420px;
}

.route-community-life .comm-ci-section-head {
  display: grid;
  gap: 22px;
  margin-bottom: 34px;
}

.route-community-life .comm-ci-section-head--split {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.7fr);
  align-items: end;
}

.route-community-life .comm-ci-rhythm-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-community-life .comm-ci-rhythm-grid article,
.route-community-life .comm-ci-mode-grid article {
  overflow: hidden;
  border-radius: 8px;
}

.route-community-life .comm-ci-rhythm-grid article {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.route-community-life .comm-ci-rhythm-grid img {
  height: 340px;
}

.route-community-life .comm-ci-rhythm-grid div,
.route-community-life .comm-ci-mode-grid div {
  padding: 24px;
}

.route-community-life .comm-ci-rhythm-grid h3 {
  margin: 12px 0 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.route-community-life .comm-ci-rhythm-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.route-community-life .comm-ci-mode-layout .comm-ci-copy,
.route-community-life .comm-ci-citizen .comm-ci-copy {
  max-width: 980px;
}

.route-community-life .comm-ci-mode-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-community-life .comm-ci-mode-grid article {
  border: 1px solid rgba(7, 24, 41, 0.09);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 18, 29, 0.08);
}

.route-community-life .comm-ci-mode-grid img {
  height: 250px;
}

.route-community-life .comm-ci-mode-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--comm-ink);
  font-size: 19px;
  line-height: 1.22;
  font-weight: 900;
}

.route-community-life .comm-ci-mode-grid p {
  margin: 10px 0 0;
  color: var(--comm-slate);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 650;
}

.route-community-life .comm-ci-collage {
  display: grid;
  grid-template-columns: 1.1fr 0.82fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
}

.route-community-life .comm-ci-collage img {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.route-community-life .comm-ci-collage img:first-child {
  grid-row: 1 / 3;
}

.route-community-life .comm-ci-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.route-community-life .comm-ci-mini-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.route-community-life .comm-ci-mini-grid strong {
  color: #ffffff;
}

.route-community-life .comm-ci-mini-grid span {
  color: rgba(255, 255, 255, 0.72);
}

.route-community-life .comm-ci-citizen-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-community-life .comm-ci-citizen-grid article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.route-community-life .comm-ci-citizen-grid strong {
  font-size: 19px;
}

.route-community-life .comm-ci-wide-media {
  overflow: hidden;
  height: clamp(300px, 32vw, 500px);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(7, 18, 29, 0.13);
}

.route-community-life .comm-ci-closing {
  max-width: 980px;
  min-height: 520px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.route-community-life .comm-ci-closing p {
  max-width: 780px;
}

@media (max-width: 1240px) {
  .route-community-life .comm-ci-hero__inner,
  .route-community-life .comm-ci-split,
  .route-community-life .comm-ci-social-grid,
  .route-community-life .comm-ci-section-head--split {
    grid-template-columns: 1fr;
  }

  .route-community-life .comm-ci-hero__visual,
  .route-community-life .comm-ci-image-stack,
  .route-community-life .comm-ci-collage {
    max-width: 860px;
  }

  .route-community-life .comm-ci-proof__grid,
  .route-community-life .comm-ci-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .route-community-life .comm-ci-shell {
    width: min(100% - 28px, 1500px);
  }

  .route-community-life .comm-ci-hero {
    min-height: 100svh;
  }

  .route-community-life .comm-ci-hero__inner {
    padding: 76px 0 54px;
  }

  .route-community-life .comm-ci-hero h1,
  .route-community-life .comm-ci-copy h2,
  .route-community-life .comm-ci-section-head h2,
  .route-community-life .comm-ci-closing h2 {
    font-size: 42px;
  }

  .route-community-life .comm-ci-rhythm-grid,
  .route-community-life .comm-ci-citizen-grid {
    grid-template-columns: 1fr;
  }

  .route-community-life .comm-ci-proof__grid,
  .route-community-life .comm-ci-checklist,
  .route-community-life .comm-ci-mode-grid,
  .route-community-life .comm-ci-mini-grid {
    grid-template-columns: 1fr;
  }

  .route-community-life .comm-ci-image-stack,
  .route-community-life .comm-ci-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .route-community-life .comm-ci-image-stack img,
  .route-community-life .comm-ci-image-stack img:nth-child(2),
  .route-community-life .comm-ci-collage img,
  .route-community-life .comm-ci-collage img:first-child {
    grid-row: auto;
    height: 320px;
  }
}

@media (max-width: 640px) {
  .route-community-life .comm-ci-hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .route-community-life .comm-ci-hero-card,
  .route-community-life .comm-ci-hero-card--large {
    grid-row: auto;
    height: 240px;
  }

  .route-community-life .comm-ci-button {
    width: 100%;
  }

  .route-community-life .comm-ci-section {
    padding: 66px 0;
  }
}

/* Contact page */

.contact-page {
  background: #fffdfa;
}

.contact-main {
  background: #fffdfa;
}

.contact-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: calc(100svh - 74px);
  overflow: hidden;
  background: #07121d;
}

.contact-hero-image,
.contact-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.contact-hero-image {
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02);
}

.contact-hero-overlay {
  background:
    radial-gradient(circle at 78% 18%, rgba(243, 18, 72, 0.32), transparent 26%),
    linear-gradient(90deg, rgba(7, 18, 29, 0.88) 0%, rgba(7, 18, 29, 0.62) 48%, rgba(7, 18, 29, 0.82) 100%);
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  padding: 76px 0;
}

.contact-hero-copy h1 {
  max-width: 850px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: 0.94;
  font-weight: 900;
}

.contact-hero-copy p:not(.club-eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.62;
  font-weight: 600;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.contact-channel-panel {
  padding: clamp(26px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 34px 90px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.contact-card-kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-channel-panel h2 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 31px;
  line-height: 1.05;
  font-weight: 900;
}

.contact-channel-stack {
  display: grid;
  gap: 12px;
}

.contact-channel {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-channel:hover,
.contact-channel:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(243, 18, 72, 0.62);
  background: rgba(255, 255, 255, 0.14);
}

.contact-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #06121d;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.contact-channel-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.contact-mail-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.contact-channel--telegram .contact-channel-icon {
  background: #0b4868;
}

.contact-channel--whatsapp .contact-channel-icon {
  background: #0c6a42;
}

.contact-channel--signal .contact-channel-icon {
  background: #07121d;
}

.contact-channel-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.contact-channel strong,
.contact-channel small {
  display: block;
}

.contact-channel strong {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 900;
}

.contact-channel small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.contact-channel-action {
  justify-self: end;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.contact-section {
  padding: clamp(86px, 9vw, 132px) 0;
}

.contact-section-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.contact-section-head h2,
.contact-form-copy h2,
.contact-community-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  font-weight: 900;
}

.contact-section-head p:not(.club-eyebrow),
.contact-form-copy p,
.contact-community-card p {
  margin: 18px 0 0;
  color: var(--slate);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}

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

.contact-route-grid article,
.contact-form,
.contact-note-card,
.contact-entity-grid article,
.contact-community-card {
  border: 1px solid rgba(8, 28, 46, 0.09);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 72px rgba(7, 18, 29, 0.08);
}

.contact-route-grid article {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
}

.contact-route-grid span,
.contact-entity-grid span {
  color: var(--red);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-route-grid h3,
.contact-entity-grid h3 {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
}

.contact-route-grid p {
  margin: 18px 0 24px;
  color: var(--slate);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 600;
}

.contact-route-grid a,
.contact-entity-grid a,
.contact-text-link {
  color: var(--red);
  font-size: 14px;
  line-height: 1.4;
  font-weight: 900;
  text-decoration: none;
}

.contact-route-dark {
  background: linear-gradient(135deg, #07121d 0%, #163f5a 100%) !important;
}

.contact-route-dark h3,
.contact-route-dark p {
  color: #ffffff;
}

.contact-form-section {
  background:
    linear-gradient(rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 28, 46, 0.035) 1px, transparent 1px),
    #fff9f2;
  background-size: 44px 44px;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.contact-form-copy {
  position: sticky;
  top: 112px;
}

.contact-note-card {
  display: grid;
  gap: 8px;
  margin-top: 28px;
  padding: 24px;
}

.contact-note-card strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.contact-note-card span {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 34px);
}

.contact-form label {
  display: grid;
  gap: 9px;
  margin: 0;
}

.contact-form label > span {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 56px;
  box-sizing: border-box;
  border: 1px solid rgba(8, 28, 46, 0.12);
  border-radius: 8px;
  background: #f8fafc;
  color: var(--ink);
  font: 700 15px/1.4 Montserrat, ui-sans-serif, system-ui, sans-serif;
  outline: none;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 156px;
  padding: 16px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(243, 18, 72, 0.62);
  box-shadow: 0 0 0 4px rgba(243, 18, 72, 0.1);
}

.contact-consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  gap: 12px !important;
  align-items: center;
}

.contact-consent input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  accent-color: var(--red);
}

.contact-consent span {
  color: var(--slate) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.contact-consent a {
  color: var(--red);
  text-decoration: none;
}

.contact-section-head-split {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  text-align: left;
}

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

.contact-entity-grid article {
  padding: 28px;
}

.contact-entity-grid address {
  margin: 18px 0 20px;
  color: var(--slate);
  font-style: normal;
  font-size: 15px;
  line-height: 1.62;
  font-weight: 650;
}

.contact-community {
  padding-top: 0;
}

.contact-community-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 5vw, 54px);
  background: linear-gradient(135deg, #07121d 0%, #0f415b 72%, #2d1227 100%);
}

.contact-community-card h2,
.contact-community-card p {
  color: #ffffff;
}

.contact-community-card p {
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1120px) {
  .contact-hero-inner,
  .contact-form-layout {
    grid-template-columns: 1fr;
  }

  .contact-channel-panel {
    max-width: 620px;
  }

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

  .contact-form-copy {
    position: static;
  }
}

@media (max-width: 760px) {
  .contact-hero {
    min-height: auto;
  }

  .contact-hero-inner {
    padding: 76px 0 46px;
  }

  .contact-hero-copy h1 {
    font-size: 46px;
  }

  .contact-hero-copy p:not(.club-eyebrow) {
    font-size: 16px;
  }

  .contact-route-grid,
  .contact-entity-grid,
  .contact-community-card {
    grid-template-columns: 1fr;
  }

  .contact-section-head,
  .contact-section-head-split {
    display: grid;
    text-align: left;
  }

  .contact-route-grid article {
    min-height: 0;
  }
}

.booking-page {
  background: #f5f1e8;
  color: #07121d;
  min-height: 100vh;
}

.booking-page-simple {
  padding-top: 120px;
}

.booking-hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #07121d;
}

.booking-hero > img,
.booking-hero-overlay {
  position: absolute;
  inset: 0;
}

.booking-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 18, 29, 0.92), rgba(7, 18, 29, 0.46) 52%, rgba(7, 18, 29, 0.76)),
    linear-gradient(0deg, rgba(7, 18, 29, 0.82), transparent 54%);
}

.booking-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 180px 0 90px;
  color: #ffffff;
}

.booking-hero-inner h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.92;
  text-transform: uppercase;
}

.booking-hero-inner p:not(.club-eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.65;
}

.booking-section {
  padding: clamp(70px, 9vw, 118px) 0;
}

.booking-section-tight {
  padding-top: clamp(48px, 6vw, 78px);
}

.booking-section-muted {
  background: #fffaf0;
}

.booking-split,
.booking-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.booking-split h2,
.booking-section-head h2,
.booking-detail-copy h2 {
  margin: 0;
  color: #07121d;
  font-size: clamp(36px, 5vw, 66px);
  line-height: 0.98;
  text-transform: uppercase;
}

.booking-copy,
.booking-detail-copy p {
  max-width: 720px;
  color: rgba(7, 18, 29, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.booking-backend-rail {
  position: sticky;
  top: 112px;
  padding: 28px;
  border: 1px solid rgba(7, 18, 29, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 18, 29, 0.08);
}

.booking-backend-rail > span,
.booking-card-body > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #be1e2d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-backend-rail h2 {
  margin: 0 0 22px;
  color: #07121d;
  font-size: 24px;
  line-height: 1.1;
}

.booking-backend-rail dl,
.booking-fact-list {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

.booking-backend-rail dl div,
.booking-fact-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(7, 18, 29, 0.1);
}

.booking-backend-rail dt,
.booking-fact-list dt {
  color: rgba(7, 18, 29, 0.56);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-backend-rail dd,
.booking-fact-list dd {
  margin: 0;
  color: #07121d;
  font-weight: 800;
}

.booking-action-stack {
  display: grid;
  gap: 12px;
}

.booking-section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 30px;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.booking-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.booking-card {
  display: grid;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(7, 18, 29, 0.12);
  border-radius: 8px;
  background: #ffffff;
}

.booking-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.booking-card-body {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.booking-card h3 {
  margin: 0;
  color: #07121d;
  font-size: 21px;
  line-height: 1.12;
}

.booking-card p {
  margin: 0;
  color: rgba(7, 18, 29, 0.68);
  font-size: 14px;
  line-height: 1.62;
}

.booking-text-link {
  color: #be1e2d;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

.booking-search-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.booking-search-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(7, 18, 29, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #07121d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.booking-detail {
  align-items: center;
}

.booking-detail-plain {
  grid-template-columns: minmax(0, 760px);
}

.booking-detail-media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #07121d;
}

.booking-detail-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.booking-detail-copy {
  display: grid;
  gap: 20px;
}

.booking-price {
  color: #07121d;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  font-weight: 900;
}

.booking-price span {
  display: block;
  margin-top: 8px;
  color: rgba(7, 18, 29, 0.58);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .booking-grid,
  .booking-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-split,
  .booking-detail {
    grid-template-columns: 1fr;
  }

  .booking-backend-rail {
    position: static;
  }
}

@media (max-width: 760px) {
  .booking-page-simple {
    padding-top: 86px;
  }

  .booking-hero {
    min-height: auto;
  }

  .booking-hero-inner {
    padding: 130px 0 64px;
  }

  .booking-hero-inner h1 {
    font-size: 46px;
  }

  .booking-grid,
  .booking-grid-compact {
    grid-template-columns: 1fr;
  }

  .booking-backend-rail dl div,
  .booking-fact-list div {
    display: grid;
  }
}

/* Homepage search-first screen */
.crays-home-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: clamp(16px, 2vw, 28px) clamp(18px, 4vw, 58px);
  pointer-events: none;
}

.crays-home-brand,
.crays-home-actions {
  pointer-events: auto;
}

.crays-home-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.crays-home-logo {
  display: block;
  width: clamp(144px, 11vw, 188px);
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.48));
}

.crays-home-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.crays-home-globe,
.crays-home-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px);
  cursor: pointer;
}

.crays-home-globe {
  width: 48px;
}

.crays-home-globe svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.crays-home-menu {
  position: relative;
}

.crays-home-menu-button {
  gap: 13px;
  padding: 0 9px 0 17px;
}

.crays-home-bars {
  display: grid;
  gap: 4px;
  width: 18px;
}

.crays-home-bars span {
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.crays-home-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 34%, rgba(255, 255, 255, 0.96) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 94%, rgba(255, 255, 255, 0.96) 0 10px, transparent 11px),
    rgba(255, 255, 255, 0.18);
}

.crays-home-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  display: grid;
  width: min(340px, calc(100vw - 36px));
  overflow: hidden;
  border: 1px solid rgba(7, 18, 29, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px);
}

.crays-home-dropdown[hidden] {
  display: none;
}

.crays-home-dropdown a {
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 780;
}

.crays-home-dropdown a:hover,
.crays-home-dropdown a:focus {
  background: rgba(243, 18, 72, 0.08);
  color: var(--ink);
}

.crays-home-dropdown-feature strong {
  font-size: 14px;
  font-weight: 900;
}

.crays-home-dropdown-feature span {
  color: var(--slate);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.crays-home-dropdown-divider {
  height: 1px;
  background: rgba(7, 18, 29, 0.1);
}

.crays-home-hero {
  height: auto;
  min-height: 100svh;
  padding: 86px 0;
  align-items: center;
}

.crays-home-hero .club-hero-overlay {
  background:
    linear-gradient(180deg, rgba(7, 18, 29, 0.7) 0%, rgba(7, 18, 29, 0.52) 38%, rgba(7, 18, 29, 0.76) 100%),
    radial-gradient(circle at 52% 38%, rgba(255, 255, 255, 0.16), transparent 24%),
    linear-gradient(98deg, rgba(7, 18, 29, 0.86) 0%, rgba(7, 18, 29, 0.46) 46%, rgba(12, 47, 70, 0.6) 100%);
}

.crays-home-hero-layout {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  transform: translateY(-18px);
}

.crays-home-hero-copy {
  width: min(1120px, 100%);
  max-width: none;
  justify-self: center;
  text-align: center;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
}

.crays-home-eyebrow {
  margin-bottom: 16px;
  color: var(--red) !important;
  font-size: clamp(20px, 2.25vw, 34px);
  font-weight: 750;
  letter-spacing: 0.16em;
}

.crays-home-hero-copy h1 {
  max-width: 920px;
  font-size: clamp(38px, 3.9vw, 66px);
  line-height: 1.04;
}

.crays-home-hero-copy h1 span {
  display: block;
}

.crays-home-search-stack {
  display: grid;
  gap: 18px;
  margin: clamp(24px, 2.7vw, 34px) auto 0;
}

.crays-home-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  width: min(1160px, 100%);
  margin: 0 auto;
}

.crays-home-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(18px);
}

.crays-home-tabs a:hover,
.crays-home-tabs a:focus,
.crays-home-tabs a.is-active {
  border-color: var(--red);
  background: rgba(255, 255, 255, 0.86);
  color: var(--red);
}

.crays-home-search-form {
  width: min(100%, 1080px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) minmax(320px, 1fr) minmax(160px, 0.58fr) 68px;
  gap: 0;
  align-items: center;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  box-shadow:
    0 34px 86px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(24px);
}

.crays-home-search-field {
  min-height: 64px;
  align-content: center;
  gap: 7px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.crays-home-date-trigger {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.crays-home-date-trigger strong {
  overflow: hidden;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.crays-home-when.is-open {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.crays-home-when.is-open > span,
.crays-home-when.is-open .crays-home-date-trigger {
  color: var(--ink);
}

.crays-home-date-popover {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50;
  display: grid;
  width: min(880px, calc(100vw - 42px));
  max-height: calc(100svh - 72px);
  overflow: auto;
  gap: 18px;
  padding: 28px 32px 30px;
  border: 1px solid rgba(7, 18, 29, 0.1);
  border-radius: 28px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -42%);
  backdrop-filter: blur(22px);
}

.crays-home-date-popover[hidden] {
  display: none;
}

.crays-home-date-mode {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: min(310px, 100%);
  margin: 0 auto 4px;
  padding: 4px;
  border-radius: 999px;
  background: #ececec;
}

.crays-home-date-mode button,
.crays-home-calendar-head button,
.crays-home-date-exact button {
  font: inherit;
  cursor: pointer;
}

.crays-home-date-mode button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #232323;
  font-size: 13px;
  font-weight: 750;
}

.crays-home-date-mode button.is-active {
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
}

.crays-home-date-panel[hidden] {
  display: none;
}

.crays-home-date-panel.is-active {
  display: block;
}

.crays-home-calendar-head {
  position: absolute;
  top: 96px;
  right: 30px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.crays-home-calendar-head button {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1f2933;
  font-size: 22px;
  pointer-events: auto;
}

.crays-home-calendar-head button:hover {
  background: #f2f4f7;
}

.crays-home-calendar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  user-select: none;
}

.crays-home-calendar.is-dragging {
  cursor: grabbing;
}

.crays-home-calendar-month h3 {
  margin: 0 0 22px;
  text-align: center;
  color: #222;
  font-size: 17px;
  font-weight: 800;
}

.crays-home-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
}

.crays-home-weekday {
  display: grid;
  height: 34px;
  place-items: center;
  color: #717171;
  font-size: 12px;
  font-weight: 800;
}

.crays-home-calendar-grid > span {
  min-height: 44px;
}

.crays-home-calendar-grid button {
  position: relative;
  display: grid;
  min-width: 0;
  height: 44px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 780;
  cursor: pointer;
}

.crays-home-calendar-grid button::before {
  content: "";
  position: absolute;
  inset: 4px 0;
  z-index: -1;
  background: transparent;
}

.crays-home-calendar-grid button::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: 999px;
  background: transparent;
}

.crays-home-calendar-grid button:hover::after {
  background: #f0f0f0;
}

.crays-home-calendar-grid button.is-range::before,
.crays-home-calendar-grid button.is-preview::before {
  background: #d6d6d6;
}

.crays-home-calendar-grid button.is-preview::before {
  background: #ececec;
}

.crays-home-calendar-grid button.is-start::before {
  left: 50%;
  background: #d6d6d6;
  border-radius: 999px 0 0 999px;
}

.crays-home-calendar-grid button.is-end::before {
  right: 50%;
  background: #d6d6d6;
  border-radius: 0 999px 999px 0;
}

.crays-home-calendar-grid button.is-start::after,
.crays-home-calendar-grid button.is-end::after,
.crays-home-calendar-grid button.is-pending::after {
  background: #07121d;
}

.crays-home-calendar-grid button.is-start,
.crays-home-calendar-grid button.is-end,
.crays-home-calendar-grid button.is-pending {
  color: #ffffff;
}

.crays-date-flex-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.crays-date-flex-pills button,
.crays-flex-stay-buttons button,
.crays-flex-months-head button {
  min-height: 36px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #ffffff;
  color: #222;
  padding: 0 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}

.crays-date-flex-pills button.is-active,
.crays-flex-stay-buttons button.is-active {
  border-color: #07121d;
  box-shadow: inset 0 0 0 1px #07121d;
}

.crays-flex-stay {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 44px 0 58px;
}

.crays-flex-stay h3,
.crays-flex-months-head h3 {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.crays-flex-stay-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.crays-flex-months-head {
  display: grid;
  gap: 18px;
  justify-items: center;
  margin-bottom: 20px;
}

.crays-flex-months-head > div {
  position: absolute;
  top: 50%;
  right: 24px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.crays-flex-months-head button {
  width: 34px;
  min-height: 34px;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
}

.crays-flex-months {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.crays-flex-month-card {
  display: grid;
  min-height: 136px;
  place-items: center;
  gap: 8px;
  border: 1px solid #dedede;
  border-radius: 14px;
  background: #ffffff;
  color: #222;
  padding: 16px 10px;
  font: inherit;
  cursor: pointer;
}

.crays-flex-month-card.is-active {
  border-color: #07121d;
  box-shadow: inset 0 0 0 1px #07121d;
}

.crays-flex-month-card::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 2px solid #767676;
  border-radius: 6px;
  box-shadow: inset 0 7px 0 rgba(7, 18, 29, 0.06);
}

.crays-flex-month-card strong,
.crays-flex-month-card span {
  display: block;
  text-align: center;
}

.crays-flex-month-card strong {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 760;
}

.crays-flex-month-card span {
  font-size: 13px;
  font-weight: 560;
}

.crays-home-date-exact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 0;
  width: min(540px, 100%);
  margin: 4px auto 0;
  overflow: hidden;
  border: 1px solid #dedede;
  border-radius: 14px;
  background: #ffffff;
}

.crays-home-date-exact label {
  display: grid;
  gap: 3px;
  padding: 12px 16px;
  border-right: 1px solid #dedede;
  color: #717171;
  font-size: 12px;
  font-weight: 750;
}

.crays-home-date-exact input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: #222;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
}

.crays-home-date-exact button {
  min-width: 100px;
  border: 0;
  background: #07121d;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.crays-home-when,
.crays-home-who {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.crays-home-search-field > span {
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.crays-home-search-field select,
.crays-home-search-field input {
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
}

.crays-home-search-field select option {
  color: var(--ink);
}

.crays-home-date-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.crays-home-date-pair > span {
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.crays-home-search-submit {
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 20px 42px rgba(243, 18, 72, 0.36);
}

.crays-home-search-submit > span:first-child {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.crays-home-hero-copy > p {
  max-width: min(1320px, calc(100vw - 120px));
  margin-top: clamp(22px, 2.7vw, 34px);
  font-size: clamp(18px, 1.32vw, 22px);
  line-height: 1.52;
  font-weight: 470;
  color: rgba(255, 255, 255, 0.93);
}

.crays-home-hero-text span {
  display: block;
  white-space: nowrap;
}

.crays-home-hero-copy .club-lead-muted {
  margin-top: 14px;
  font-size: clamp(19px, 1.7vw, 28px);
  line-height: 1.28;
  color: #ffffff;
  font-weight: 900;
}

.crays-home-hero-copy .club-actions {
  margin-top: clamp(22px, 2vw, 30px);
}

.crays-home-hero-copy .btn {
  min-height: 54px;
}

@media (max-height: 820px) and (min-width: 860px) {
  .crays-home-hero {
    padding-top: 74px;
    padding-bottom: 54px;
  }

  .crays-home-hero-layout {
    transform: translateY(-10px);
  }

  .crays-home-eyebrow {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .crays-home-hero-copy h1 {
    font-size: clamp(38px, 4vw, 62px);
  }

  .crays-home-search-stack {
    gap: 14px;
    margin-top: 24px;
  }

  .crays-home-tabs a {
    min-height: 40px;
    padding: 0 15px;
  }

  .crays-home-hero-copy > p {
    margin-top: 24px;
    font-size: 22px;
  }

  .crays-home-hero-copy .club-lead-muted {
    margin-top: 12px;
    font-size: 23px;
  }
}

@media (max-width: 980px) {
  .crays-home-search-form {
    grid-template-columns: 1fr 1fr;
    border-radius: 28px;
  }

  .crays-home-who {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .crays-home-search-submit {
    justify-self: end;
    margin: 5px 6px 5px 0;
  }
}

@media (max-width: 700px) {
  .crays-home-header {
    padding: 14px;
  }

  .crays-home-brand {
    width: auto;
    min-height: 44px;
    padding: 0;
  }

  .crays-home-logo {
    width: 132px;
  }

  .crays-home-globe {
    display: none;
  }

  .crays-home-menu-button {
    min-height: 46px;
  }

  .crays-home-hero {
    min-height: 100svh;
    padding: 82px 0 18px;
  }

  .crays-home-hero-copy {
    display: grid;
    align-content: center;
  }

  .crays-home-hero-layout {
    transform: none;
  }

  .crays-home-eyebrow {
    margin-bottom: 8px;
    font-size: 16px;
    letter-spacing: 0.14em;
  }

  .crays-home-hero-copy h1 {
    font-size: clamp(29px, 8.8vw, 40px);
  }

  .crays-home-search-stack {
    gap: 10px;
    margin-top: 16px;
  }

  .crays-home-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .crays-home-tabs::-webkit-scrollbar {
    display: none;
  }

  .crays-home-tabs a {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .crays-home-search-form {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 520px);
    border-radius: 24px;
    padding: 8px;
  }

  .crays-home-search-field {
    min-height: 49px;
    padding: 0 14px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .crays-home-where {
    border-top: 0;
  }

  .crays-home-date-pair {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 8px;
  }

  .crays-home-date-pair > span {
    display: block;
  }

  .crays-home-search-submit {
    width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    margin: 8px 0 0;
  }

  .crays-home-search-submit > span:first-child {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .crays-home-hero-copy > p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.36;
    max-width: min(100%, 520px);
  }

  .crays-home-hero-text span {
    white-space: normal;
  }

  .crays-home-hero-copy .club-lead-muted {
    margin-top: 8px;
    font-size: 16px;
  }

  .crays-home-hero-copy .club-actions {
    margin-top: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .crays-home-hero-copy .btn {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 0 12px;
    font-size: 13px;
  }

  .crays-home-date-popover {
    position: fixed;
    top: 82px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100svh - 104px);
    overflow: auto;
    padding: 20px;
    border-radius: 22px;
    transform: none;
  }

  .crays-home-calendar {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .crays-flex-months {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-home-calendar-head {
    top: 72px;
    right: 20px;
    left: 20px;
  }

  .crays-home-date-exact {
    grid-template-columns: 1fr;
  }

  .crays-home-date-exact label {
    border-right: 0;
    border-bottom: 1px solid #dedede;
  }

  .crays-home-date-exact button {
    min-height: 48px;
  }
}

/* Hospitality CI redesign */
.route-hospitality .hosp-ci-page {
  --hosp-ink: #071829;
  --hosp-slate: #526176;
  --hosp-blue: #0f6f9f;
  --hosp-teal: #00a6b8;
  --hosp-red: #fa1754;
  --hosp-rose: #4b1730;
  --hosp-gold: #d7a94a;
  overflow: hidden;
  color: var(--hosp-ink);
  background: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
}

.route-hospitality .hosp-ci-page * {
  box-sizing: border-box;
}

.route-hospitality .hosp-ci-page :is(section, div, article, figure) {
  max-height: none;
}

.route-hospitality .hosp-ci-shell {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

.route-hospitality .hosp-ci-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #071829;
}

.route-hospitality .hosp-ci-hero__image,
.route-hospitality .hosp-ci-hero__layer {
  position: absolute;
  inset: 0;
}

.route-hospitality .hosp-ci-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-hospitality .hosp-ci-hero__layer {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 18, 29, 0.92) 0%, rgba(5, 30, 48, 0.76) 50%, rgba(7, 31, 49, 0.68) 100%),
    linear-gradient(180deg, rgba(5, 18, 29, 0.28) 0%, rgba(5, 18, 29, 0.82) 100%),
    radial-gradient(circle at 72% 32%, rgba(0, 166, 184, 0.18), transparent 34%);
}

.route-hospitality .hosp-ci-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 0.85fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  padding: 60px 0;
}

.route-hospitality .hosp-ci-hero__copy,
.route-hospitality .hosp-ci-copy,
.route-hospitality .hosp-ci-closing {
  display: grid;
  gap: 20px;
}

.route-hospitality .hosp-ci-eyebrow {
  margin: 0;
  color: var(--hosp-red);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.route-hospitality .hosp-ci-hero h1,
.route-hospitality .hosp-ci-copy h2,
.route-hospitality .hosp-ci-section-head h2,
.route-hospitality .hosp-ci-closing h2 {
  margin: 0;
  letter-spacing: 0;
  font-weight: 900;
}

.route-hospitality .hosp-ci-hero h1 {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(54px, 5.4vw, 96px);
  line-height: 0.95;
}

.route-hospitality .hosp-ci-lead {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.55;
  font-weight: 600;
}

.route-hospitality .hosp-ci-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 6px;
}

.route-hospitality .hosp-ci-actions--center {
  justify-content: center;
}

.route-hospitality .hosp-ci-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.route-hospitality .hosp-ci-button:hover {
  transform: translateY(-1px);
}

.route-hospitality .hosp-ci-button--primary {
  border: 1px solid var(--hosp-red);
  color: #ffffff;
  background: linear-gradient(135deg, #fa1754 0%, #e8184d 100%);
  box-shadow: 0 22px 50px rgba(250, 23, 84, 0.24);
}

.route-hospitality .hosp-ci-button--light {
  border: 1px solid rgba(250, 23, 84, 0.36);
  color: var(--hosp-ink);
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(7, 18, 29, 0.12);
}

.route-hospitality .hosp-ci-hero__visual {
  display: grid;
  grid-template-columns: 1.05fr 0.82fr;
  grid-template-rows: 180px 180px auto;
  gap: 14px;
  align-items: stretch;
}

.route-hospitality .hosp-ci-hero-card,
.route-hospitality .hosp-ci-image-stack,
.route-hospitality .hosp-ci-wide-media,
.route-hospitality .hosp-ci-collage {
  margin: 0;
}

.route-hospitality .hosp-ci-hero-card {
  overflow: hidden;
  min-height: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.route-hospitality .hosp-ci-hero-card--large {
  grid-row: 1 / 3;
}

.route-hospitality .hosp-ci-hero-card img,
.route-hospitality .hosp-ci-image-stack img,
.route-hospitality .hosp-ci-feature-grid img,
.route-hospitality .hosp-ci-wide-media img,
.route-hospitality .hosp-ci-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.route-hospitality .hosp-ci-hero-note {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding: 18px 22px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 7px solid var(--hosp-red);
  background: linear-gradient(135deg, rgba(7, 24, 41, 0.86), rgba(8, 74, 95, 0.54));
  backdrop-filter: blur(18px);
}

.route-hospitality .hosp-ci-hero-note strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.route-hospitality .hosp-ci-hero-note span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.route-hospitality .hosp-ci-proof {
  padding: 26px 0;
  background: linear-gradient(90deg, #061b2a 0%, #0b3555 52%, #0f6f9f 100%);
}

.route-hospitality .hosp-ci-proof__grid,
.route-hospitality .hosp-ci-checklist,
.route-hospitality .hosp-ci-feature-grid,
.route-hospitality .hosp-ci-journey-grid,
.route-hospitality .hosp-ci-mini-grid,
.route-hospitality .hosp-ci-tech-grid {
  display: grid;
  gap: 16px;
}

.route-hospitality .hosp-ci-proof__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.route-hospitality .hosp-ci-proof article,
.route-hospitality .hosp-ci-checklist article,
.route-hospitality .hosp-ci-journey-grid article,
.route-hospitality .hosp-ci-mini-grid article,
.route-hospitality .hosp-ci-tech-grid article {
  border-radius: 8px;
}

.route-hospitality .hosp-ci-proof article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.route-hospitality .hosp-ci-proof span,
.route-hospitality .hosp-ci-feature-grid span,
.route-hospitality .hosp-ci-journey-grid span,
.route-hospitality .hosp-ci-tech-grid span {
  display: inline-flex;
  color: var(--hosp-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-hospitality .hosp-ci-proof strong {
  display: block;
  margin-top: 18px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.15;
  font-weight: 900;
}

.route-hospitality .hosp-ci-proof p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}

.route-hospitality .hosp-ci-section {
  position: relative;
  padding: clamp(64px, 6vw, 92px) 0;
  scroll-margin-top: 92px;
}

.route-hospitality .hosp-ci-section--light {
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 166, 184, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #edf8fb 100%);
}

.route-hospitality .hosp-ci-section--cream,
.route-hospitality .hosp-ci-section--tech {
  background:
    linear-gradient(90deg, rgba(7, 24, 41, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #fffdf9 0%, #f7fbff 100%);
  background-size: 44px 44px, auto;
}

.route-hospitality .hosp-ci-section--cream {
  padding-bottom: clamp(52px, 5vw, 72px);
}

.route-hospitality .hosp-ci-section--blue {
  color: #ffffff;
  background:
    radial-gradient(circle at 12% 22%, rgba(0, 166, 184, 0.22), transparent 32%),
    linear-gradient(115deg, #061b2a 0%, #0b4770 52%, #0f6f9f 100%);
}

.route-hospitality .hosp-ci-section--dark {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #06121d 0%, #071829 50%, #082f4d 100%);
  background-size: 52px 52px, auto;
}

.route-hospitality .hosp-ci-section--closing {
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(5, 18, 29, 0.88), rgba(7, 64, 97, 0.74), rgba(5, 18, 29, 0.68)),
    url("/assets/crays-club/nightlife.webp") center / cover;
}

.route-hospitality .hosp-ci-split,
.route-hospitality .hosp-ci-revenue,
.route-hospitality .hosp-ci-tech {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1fr);
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}

.route-hospitality .hosp-ci-revenue {
  grid-template-columns: minmax(520px, 1fr) minmax(0, 0.9fr);
  align-items: start;
}

.route-hospitality .hosp-ci-tech {
  grid-template-columns: minmax(0, 0.75fr) minmax(600px, 1fr);
}

.route-hospitality .hosp-ci-copy h2,
.route-hospitality .hosp-ci-section-head h2,
.route-hospitality .hosp-ci-closing h2 {
  color: var(--hosp-ink);
  font-size: clamp(38px, 4.6vw, 74px);
  line-height: 0.98;
}

.route-hospitality .hosp-ci-section--blue .hosp-ci-section-head h2,
.route-hospitality .hosp-ci-copy--dark h2,
.route-hospitality .hosp-ci-closing h2 {
  color: #ffffff;
}

.route-hospitality .hosp-ci-copy p,
.route-hospitality .hosp-ci-section-head > p,
.route-hospitality .hosp-ci-closing p {
  margin: 0;
  color: var(--hosp-slate);
  font-size: 17px;
  line-height: 1.72;
  font-weight: 600;
}

.route-hospitality .hosp-ci-section--blue .hosp-ci-section-head > p,
.route-hospitality .hosp-ci-copy--dark p,
.route-hospitality .hosp-ci-closing p {
  color: rgba(255, 255, 255, 0.76);
}

.route-hospitality .hosp-ci-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.route-hospitality .hosp-ci-checklist article,
.route-hospitality .hosp-ci-tech-grid article {
  padding: 22px;
  border: 1px solid rgba(7, 24, 41, 0.09);
  background: #ffffff;
  box-shadow: 0 24px 68px rgba(7, 18, 29, 0.08);
}

.route-hospitality .hosp-ci-checklist strong,
.route-hospitality .hosp-ci-journey-grid strong,
.route-hospitality .hosp-ci-mini-grid strong,
.route-hospitality .hosp-ci-tech-grid strong {
  display: block;
  color: var(--hosp-ink);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 900;
}

.route-hospitality .hosp-ci-checklist span,
.route-hospitality .hosp-ci-mini-grid span {
  display: block;
  margin-top: 9px;
  color: var(--hosp-slate);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 650;
}

.route-hospitality .hosp-ci-image-stack {
  display: grid;
  grid-template-columns: 1fr 0.76fr;
  gap: 16px;
  align-items: end;
}

.route-hospitality .hosp-ci-image-stack img {
  height: 580px;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(7, 18, 29, 0.16);
}

.route-hospitality .hosp-ci-image-stack img:nth-child(2) {
  height: 430px;
}

.route-hospitality .hosp-ci-section-head {
  display: grid;
  gap: 22px;
  margin-bottom: 34px;
}

.route-hospitality .hosp-ci-section-head--split {
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.7fr);
  align-items: end;
}

.route-hospitality .hosp-ci-feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-hospitality .hosp-ci-feature-grid article {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.route-hospitality .hosp-ci-feature-grid img {
  height: 330px;
}

.route-hospitality .hosp-ci-feature-grid div {
  padding: 24px;
}

.route-hospitality .hosp-ci-feature-grid h3 {
  margin: 12px 0 10px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

.route-hospitality .hosp-ci-feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.route-hospitality .hosp-ci-journey {
  display: grid;
  gap: 30px;
}

.route-hospitality .hosp-ci-journey .hosp-ci-copy {
  max-width: 980px;
}

.route-hospitality .hosp-ci-journey-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.route-hospitality .hosp-ci-journey-grid article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(7, 24, 41, 0.09);
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 18, 29, 0.08);
}

.route-hospitality .hosp-ci-journey-grid strong {
  margin-top: 22px;
  font-size: 23px;
}

.route-hospitality .hosp-ci-journey-grid p {
  margin: 12px 0 0;
  color: var(--hosp-slate);
  font-size: 14px;
  line-height: 1.58;
  font-weight: 650;
}

.route-hospitality .hosp-ci-wide-media {
  overflow: hidden;
  height: clamp(300px, 34vw, 520px);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(7, 18, 29, 0.13);
}

.route-hospitality .hosp-ci-collage {
  display: grid;
  grid-template-columns: 1.1fr 0.82fr;
  grid-template-rows: 280px 280px;
  gap: 14px;
}

.route-hospitality .hosp-ci-collage img {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.route-hospitality .hosp-ci-collage img:first-child {
  grid-row: 1 / 3;
}

.route-hospitality .hosp-ci-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.route-hospitality .hosp-ci-mini-grid article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.route-hospitality .hosp-ci-mini-grid strong {
  color: #ffffff;
}

.route-hospitality .hosp-ci-mini-grid span {
  color: rgba(255, 255, 255, 0.72);
}

.route-hospitality .hosp-ci-tech-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.route-hospitality .hosp-ci-tech-grid article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.route-hospitality .hosp-ci-tech-grid strong {
  font-size: 19px;
}

.route-hospitality .hosp-ci-closing {
  max-width: 980px;
  min-height: 520px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.route-hospitality .hosp-ci-closing p {
  max-width: 780px;
}

@media (max-width: 1240px) {
  .route-hospitality .hosp-ci-hero__inner,
  .route-hospitality .hosp-ci-split,
  .route-hospitality .hosp-ci-revenue,
  .route-hospitality .hosp-ci-tech,
  .route-hospitality .hosp-ci-section-head--split {
    grid-template-columns: 1fr;
  }

  .route-hospitality .hosp-ci-hero__visual,
  .route-hospitality .hosp-ci-image-stack,
  .route-hospitality .hosp-ci-collage {
    max-width: 860px;
  }

  .route-hospitality .hosp-ci-proof__grid,
  .route-hospitality .hosp-ci-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .route-hospitality .hosp-ci-shell {
    width: min(100% - 28px, 1500px);
  }

  .route-hospitality .hosp-ci-hero {
    min-height: 100svh;
  }

  .route-hospitality .hosp-ci-hero__inner {
    padding: 76px 0 54px;
  }

  .route-hospitality .hosp-ci-hero h1,
  .route-hospitality .hosp-ci-copy h2,
  .route-hospitality .hosp-ci-section-head h2,
  .route-hospitality .hosp-ci-closing h2 {
    font-size: 42px;
  }

  .route-hospitality .hosp-ci-feature-grid,
  .route-hospitality .hosp-ci-tech-grid {
    grid-template-columns: 1fr;
  }

  .route-hospitality .hosp-ci-proof__grid,
  .route-hospitality .hosp-ci-checklist,
  .route-hospitality .hosp-ci-journey-grid,
  .route-hospitality .hosp-ci-mini-grid {
    grid-template-columns: 1fr;
  }

  .route-hospitality .hosp-ci-image-stack,
  .route-hospitality .hosp-ci-collage {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .route-hospitality .hosp-ci-image-stack img,
  .route-hospitality .hosp-ci-image-stack img:nth-child(2),
  .route-hospitality .hosp-ci-collage img,
  .route-hospitality .hosp-ci-collage img:first-child {
    grid-row: auto;
    height: 320px;
  }
}

@media (max-width: 640px) {
  .route-hospitality .hosp-ci-hero__visual {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .route-hospitality .hosp-ci-hero-card,
  .route-hospitality .hosp-ci-hero-card--large {
    grid-row: auto;
    height: 240px;
  }

  .route-hospitality .hosp-ci-button {
    width: 100%;
  }

  .route-hospitality .hosp-ci-section {
    padding: 66px 0;
  }
}
