:root {
  --crays-red: #f31248;
  --crays-red-strong: #ff2f67;
  --crays-night: #06111d;
  --crays-night-deep: #03070c;
  --crays-ink: #081c2e;
  --crays-paper: #fffdfa;
  --crays-line: rgba(7, 26, 45, 0.12);
  --crays-shadow: 0 28px 80px rgba(7, 15, 23, 0.16);
}


html {
  color-scheme: light;
}

body.crays-mirror {
  overflow-x: hidden;
}

.crays-mirror img {
  max-width: 100%;
}

#cookie-banner,
.cookie-banner {
  display: none !important;
}

.crays-mirror .navbar10_component {
  position: sticky;
  top: 0;
  z-index: 999;
  min-height: 74px;
  background: #fff;
  border-bottom: 1px solid rgba(7, 26, 45, 0.08);
  box-shadow: 0 1px 0 rgba(7, 26, 45, 0.04);
  backdrop-filter: blur(16px);
}

.crays-mirror .navbar10_container {
  width: min(1240px, calc(100% - 48px));
  max-width: 1240px;
  min-height: 74px;
  margin-inline: auto;
  padding-inline: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
}

.crays-mirror .navbar10_logo-link img {
  width: 174px !important;
  height: auto !important;
  max-height: 48px !important;
  display: block !important;
  object-fit: contain !important;
}

.crays-mirror .navbar10_logo-link {
  width: 174px !important;
  height: auto !important;
  flex: 0 0 174px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.crays-mirror .navbar10_menu {
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.crays-mirror .navbar10_menu-left,
.crays-mirror .navbar10_menu-right {
  display: flex;
  align-items: center;
}

.crays-mirror .navbar10_menu-left,
.crays-mirror .navbar10_menu > div:first-child {
  display: flex !important;
  align-items: center !important;
  gap: 42px;
}

.crays-mirror .navbar10_menu-right {
  gap: 12px;
}

.crays-mirror .dropdown-toggle-2,
.crays-mirror .navbar10_link,
.crays-mirror .dropdown-link-3 {
  color: #13273b;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

.crays-mirror .dropdown-toggle-2,
.crays-mirror .navbar10_menu-dropdown-final.navbar10_link {
  position: relative;
  min-height: 74px;
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.crays-mirror .navbar10_link {
  position: relative;
}

.crays-mirror .dropdown-toggle-2::after,
.crays-mirror .navbar10_menu-dropdown-final.navbar10_link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--crays-red);
  transition: transform 180ms ease;
}

.crays-mirror .w-dropdown:hover .dropdown-toggle-2::after,
.crays-mirror .navbar10_menu-dropdown-final.navbar10_link:hover::after,
.crays-mirror .navbar10_menu-dropdown-final.navbar10_link.w--current::after {
  transform: scaleX(1);
}

.crays-mirror .dropdown-toggle-2:hover,
.crays-mirror .navbar10_link:hover,
.crays-mirror .dropdown-link-3:hover {
  color: #f31248;
}

.crays-mirror .w-dropdown-list {
  min-width: 228px;
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(7, 26, 45, 0.18);
  overflow: hidden;
}

.crays-mirror .dropdown-link-3 {
  padding: 14px 18px;
  white-space: nowrap;
}

.crays-mirror .w-dropdown:hover .w-dropdown-list {
  display: block;
}

.crays-mirror .navbar10_menu-right .button.nav {
  width: auto;
  min-width: 178px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--crays-red);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #fff6f8 100%);
  color: #13273b;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  box-shadow: 0 12px 28px rgba(243, 18, 72, 0.12);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.crays-mirror .navbar10_menu-right .button.nav:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #ff2e66 0%, #f31248 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.22);
}

.crays-mirror .navbar10_menu-right .button-nav.hide {
  display: none !important;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language > summary {
  list-style: none;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language > summary::-webkit-details-marker {
  display: none;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-icon {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #13273b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-icon svg {
  width: 28px;
  height: 28px;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: none;
  min-width: 202px;
  flex-direction: column;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(7, 26, 45, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(7, 26, 45, 0.18);
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language[open] .crays-top-nav-language-menu {
  display: flex;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #071a2d;
  cursor: pointer;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-item:hover,
.crays-mirror .navbar10_menu-right .crays-top-nav-language-item[aria-pressed="true"] {
  background: rgba(243, 18, 72, 0.08);
}

.crays-mirror .navbar10_menu-right .crays-top-nav-language-flag {
  display: block;
  width: 23px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(7, 26, 45, 0.08);
}

.crays-mirror .w-icon-dropdown-toggle {
  width: 14px;
  height: 14px;
  margin-left: 8px;
  color: transparent;
  font-size: 0;
}

.crays-mirror .w-icon-dropdown-toggle:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--crays-ink);
  border-bottom: 2px solid var(--crays-ink);
  transform: rotate(45deg);
}

.crays-mirror.route-home .crays-home-shell {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
}

.crays-mirror.route-home .crays-home-section-head {
  max-width: 880px;
  margin: 0 0 clamp(32px, 4.4vw, 56px);
}

.crays-mirror.route-home .crays-home-section-head--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  align-items: end;
  gap: clamp(30px, 5vw, 72px);
}

.crays-mirror.route-home .crays-home-eyebrow {
  margin: 0 0 15px;
  color: var(--crays-red);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror.route-home .crays-home-title {
  margin: 0;
  color: inherit;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: clamp(34px, 3.65vw, 58px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.crays-mirror.route-home .crays-home-intro {
  max-width: 720px;
  margin: 22px 0 0;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.crays-mirror.route-home .crays-home-button,
.crays-mirror.route-home .crays-home-inline-actions {
  font-family: Montserrat, sans-serif;
}

.crays-mirror.route-home .crays-home-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 0 22px;
  border: 1px solid var(--crays-red);
  border-radius: 999px;
  color: #fff;
  background: var(--crays-red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.crays-mirror.route-home .crays-home-button:hover {
  transform: translateY(-1px);
  border-color: #ff3767;
  background: #ff3767;
}

.crays-mirror.route-home .crays-home-button--secondary {
  color: var(--crays-red);
  background: transparent;
}

.crays-mirror.route-home .crays-home-button--secondary:hover {
  color: #fff;
}

.crays-mirror.route-home .crays-home-button--text {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--crays-red);
  background: transparent;
}

.crays-mirror.route-home .crays-home-button--text::after {
  content: "->";
  margin-left: 8px;
}

.crays-mirror.route-home .crays-home-button--text:hover {
  color: #071a2d;
  background: transparent;
}

.crays-mirror.route-home .crays-home-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.crays-mirror.route-home .section_header5 {
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(ellipse at 16% 18%, rgba(243, 18, 72, 0.18), transparent 34%),
    radial-gradient(ellipse at 84% 24%, rgba(94, 207, 255, 0.12), transparent 38%),
    linear-gradient(90deg, rgba(7, 15, 23, 0.88) 0%, rgba(7, 15, 23, 0.70) 42%, rgba(7, 15, 23, 0.35) 72%, rgba(7, 15, 23, 0.70) 100%);
}

.crays-mirror.route-home .section_header5:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.10), rgba(3, 7, 12, 0.52));
  pointer-events: none;
}

.crays-mirror.route-home .section_header5 .image-overlay-layer {
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.82) 0%, rgba(6, 17, 29, 0.66) 38%, rgba(6, 17, 29, 0.36) 70%, rgba(3, 7, 12, 0.62) 100%),
    linear-gradient(180deg, rgba(3, 7, 12, 0.10), rgba(3, 7, 12, 0.46));
}

.crays-mirror.route-home .section_header5 .header-100vh {
  min-height: calc(100svh - 72px);
  max-height: none;
}

.crays-mirror.route-home .section_header5 .container-large.header {
  width: min(1280px, calc(100vw - 64px));
  max-width: 1280px;
}

.crays-mirror.route-home .section_header5 .header-100vh,
.crays-mirror.route-home .section_header5 .padding-section-large,
.crays-mirror.route-home .section_header5 .max-width-medium.header,
.crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
  width: 100%;
  max-width: none;
}

.crays-mirror.route-home .section_header5 .padding-section-large {
  transform: translateY(-8px);
}

.crays-mirror.route-home .section_header5 .max-width-medium.header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  column-gap: 56px;
  align-items: center;
}

.crays-mirror.route-home .section_header5 .header-text-wrapper {
  width: auto;
  align-items: flex-start;
  text-align: left;
}

.crays-mirror.route-home .section_header5 .heading-style-h1 {
  text-align: left;
}

.crays-mirror.route-home .section_header5 .divider-header {
  width: 1px;
  height: 64px;
  margin: 0;
}

.crays-mirror.route-home .section_header5 .text-size-medium.header {
  max-width: 560px;
}

.crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
  display: grid;
  grid-template-columns: minmax(0, 584px) minmax(0, 584px);
  justify-content: center;
  align-items: stretch;
  gap: 112px;
}

.crays-mirror.route-home .section_header5 .wrapper-card {
  width: auto;
  max-width: none;
  background: rgba(6, 13, 22, 0.43);
  border-color: rgba(255, 255, 255, 0.58);
  backdrop-filter: blur(9px);
}

.crays-mirror.route-home .section_header5 .wrapper-top-card {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.crays-mirror.route-home .section_header5 .wrapper-text-box-card {
  width: 100%;
  align-items: flex-start;
  text-align: left;
}

.crays-mirror.route-home .section_header5 .crays-hero-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 10px;
  width: 100%;
  margin-top: 5px;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile:hover {
  transform: translateY(-1px);
  border-color: rgba(243, 18, 72, 0.85);
  background: rgba(243, 18, 72, 0.12);
}

.crays-mirror.route-home .section_header5 .crays-hero-tile-mark {
  width: 28px;
  height: 32px;
  flex: 0 0 auto;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  color: #fff;
  line-height: 1.05;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile-kicker {
  color: rgba(255, 255, 255, 0.66);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile-title {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.14;
}

.crays-mirror.route-home .section_header5 .crays-hero-card-title {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 1.28;
  font-weight: 900;
  text-align: left !important;
}

.crays-mirror.route-home .section_header5 .crays-hero-card-title-line {
  white-space: nowrap;
}

.crays-mirror.route-home .section_header5 .crays-hero-mobile-break {
  display: none;
}

.crays-mirror.route-home .section_cta11 {
  min-height: auto;
  padding: 104px 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(243, 18, 72, 0.18), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.08), transparent 20%),
    linear-gradient(135deg, #06111d 0%, #071725 45%, #03070c 100%);
}

.crays-mirror.route-home .section_cta11 .padding-section-large {
  padding-top: 0;
  padding-bottom: 0;
}

.crays-mirror.route-home .section_cta11 .max-width-medium.header {
  display: grid;
  grid-template-columns: 500px 1px minmax(0, 681px);
  column-gap: 49px;
  align-items: center;
  width: min(1280px, calc(100vw - 64px));
  max-width: 1280px;
  margin: 0 auto;
}

.crays-mirror.route-home .section_cta11 .header-text-wrapper {
  width: auto;
}

.crays-mirror.route-home .section_cta11 .divider-header {
  width: 1px;
  height: 210px;
  margin: 0;
  background: rgba(255, 255, 255, 0.32);
}

.crays-mirror.route-home .section_cta11 .heading-style-h1 {
  color: #fff;
  text-align: left;
  max-width: 500px;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.crays-mirror.route-home .section_cta11 .red-highlight {
  color: var(--crays-red);
  font-size: inherit;
  line-height: inherit;
}

.crays-mirror.route-home .section_cta11 .crays-cta-heading-line {
  white-space: nowrap;
}

.crays-mirror.route-home .section_cta11 .text-size-medium {
  color: rgba(255, 255, 255, 0.86);
  max-width: 681px;
  font-size: 18px;
  line-height: 28.44px;
}

.crays-mirror.route-home .footer3_component {
  color: #fff;
  background: #03070c;
}

.crays-mirror.route-home .footer3_component .padding-vertical {
  padding-top: 72px;
}

.crays-mirror.route-home .footer3_component .line-divider {
  background: rgba(255, 255, 255, 0.18);
}

.crays-mirror.route-home .footer3_bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.crays-mirror.route-home .footer3_legal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.crays-mirror.route-home .footer3_legal-link,
.crays-mirror.route-home .footer3_credit-text {
  color: rgba(255, 255, 255, 0.74);
  font-family: Montserrat, sans-serif;
}

.crays-mirror.route-home .footer3_legal-link:hover {
  color: var(--crays-red);
}

.crays-mirror.route-home .social-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.crays-mirror.route-home .social-icon-link {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.crays-mirror.route-home .social-icon-link img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: none;
}

.crays-mirror.route-home .crays-association-power {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 8vw, 132px) 0;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 88% 8%, rgba(243, 18, 72, 0.18), transparent 28%),
    linear-gradient(135deg, #02070d 0%, #071927 52%, #132a62 100%);
  background-size: 86px 86px, 86px 86px, auto, auto;
}

.crays-mirror.route-home .crays-association-power::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(243, 18, 72, 0.14), transparent 34%, rgba(42, 104, 158, 0.16));
  opacity: 0.72;
}

.crays-mirror.route-home .crays-association-power__shell {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
}

.crays-mirror.route-home .crays-association-power__header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.crays-mirror.route-home .crays-association-power__eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 15px;
  color: var(--crays-red);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror.route-home .crays-association-power__title {
  grid-column: 1;
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: clamp(38px, 4.35vw, 62px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.02;
}

.crays-mirror.route-home .crays-association-power__lead {
  grid-column: 2;
  align-self: end;
  margin: 0;
  padding: 26px 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 3px solid var(--crays-red);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.085);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  font-family: Montserrat, sans-serif;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 900;
  line-height: 1.3;
}

.crays-mirror.route-home .crays-association-power__intro {
  max-width: 1080px;
  margin-top: clamp(34px, 5vw, 62px);
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.crays-mirror.route-home .crays-association-power__opener {
  margin-top: clamp(36px, 5vw, 66px);
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(360px, 0.76fr);
  align-items: stretch;
  gap: clamp(28px, 4.2vw, 58px);
}

.crays-mirror.route-home .crays-association-power__opener .crays-association-power__intro {
  max-width: none;
  min-height: 376px;
  margin-top: 0;
  display: flex;
  align-items: center;
}

.crays-mirror.route-home .crays-association-power__media {
  position: relative;
  min-height: 376px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.72fr);
  grid-template-rows: 180px 180px;
  gap: 16px;
}

.crays-mirror.route-home .crays-association-power__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #071725;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.3);
}

.crays-mirror.route-home .crays-association-power__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 7, 13, 0.02), rgba(2, 7, 13, 0.42));
}

.crays-mirror.route-home .crays-association-power__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-home .crays-association-power__image--main {
  grid-row: 1 / 3;
}

.crays-mirror.route-home .crays-association-power__image--main img {
  object-position: center;
}

.crays-mirror.route-home .crays-association-power__image--bristol img {
  object-position: center 42%;
}

.crays-mirror.route-home .crays-association-power__image--arrival img {
  object-position: center 54%;
}

.crays-mirror.route-home .crays-association-power__media-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  min-width: 198px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(3, 7, 12, 0.78);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.crays-mirror.route-home .crays-association-power__media-badge span,
.crays-mirror.route-home .crays-association-power__media-badge strong {
  display: block;
  font-family: Montserrat, sans-serif;
  line-height: 1.15;
}

.crays-mirror.route-home .crays-association-power__media-badge span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.crays-mirror.route-home .crays-association-power__media-badge strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.crays-mirror.route-home .crays-association-power__intro p,
.crays-mirror.route-home .crays-association-power__card p,
.crays-mirror.route-home .crays-association-power__panel p:not(.crays-association-power__eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.crays-mirror.route-home .crays-association-power strong {
  color: #fff;
  font-weight: 900;
}

.crays-mirror.route-home .crays-association-power__grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-home .crays-association-power__card {
  min-height: 260px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.crays-mirror.route-home .crays-association-power__card > span {
  display: block;
  margin-bottom: 42px;
  color: var(--crays-red);
  font-weight: 900;
}

.crays-mirror.route-home .crays-association-power__card h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

.crays-mirror.route-home .crays-association-power__stack {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-home .crays-association-power__panel {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-home .crays-association-power__panel--signal {
  border-top: 3px solid var(--crays-red);
  background:
    radial-gradient(circle at 100% 0%, rgba(243, 18, 72, 0.2), transparent 32%),
    rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-home .crays-association-power__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.crays-mirror.route-home .crays-home-projects {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 8vw, 132px) 0;
  color: #071a2d;
  background:
    radial-gradient(circle at 10% 8%, rgba(243, 18, 72, 0.08), transparent 26%),
    linear-gradient(180deg, #fffdfa 0%, #f7f3ee 100%);
}

.crays-mirror.route-home .crays-home-projects::before,
.crays-mirror.route-home .crays-home-membership::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(7, 26, 45, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.05) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.34;
}

.crays-mirror.route-home .crays-home-projects .crays-home-intro,
.crays-mirror.route-home .crays-home-membership .crays-home-intro {
  color: rgba(7, 26, 45, 0.72);
}

.crays-mirror.route-home .crays-home-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.crays-mirror.route-home .crays-home-project-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 66px rgba(7, 15, 24, 0.1);
}

.crays-mirror.route-home .crays-home-project-card__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16 / 10;
  background: #071725;
}

.crays-mirror.route-home .crays-home-project-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 26, 45, 0.02), rgba(7, 26, 45, 0.36));
}

.crays-mirror.route-home .crays-home-project-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.crays-mirror.route-home .crays-home-project-card:hover .crays-home-project-card__image img {
  transform: scale(1.035);
}

.crays-mirror.route-home .crays-home-project-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.crays-mirror.route-home .crays-home-project-card h3,
.crays-mirror.route-home .crays-home-layer-card h3,
.crays-mirror.route-home .crays-home-member-card h3,
.crays-mirror.route-home .crays-home-roadmap-card h3 {
  margin: 0;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.12;
}

.crays-mirror.route-home .crays-home-project-card__copy,
.crays-mirror.route-home .crays-home-layer-card p,
.crays-mirror.route-home .crays-home-member-card p,
.crays-mirror.route-home .crays-home-membership__panel p:not(.crays-home-eyebrow),
.crays-mirror.route-home .crays-home-roadmap-card p {
  margin: 16px 0 0;
  color: rgba(7, 26, 45, 0.72);
  font-family: Montserrat, sans-serif;
  font-size: 15.5px;
  line-height: 1.6;
}

.crays-mirror.route-home .crays-home-project-card__copy strong,
.crays-mirror.route-home .crays-home-membership strong {
  color: #071a2d;
  font-weight: 900;
}

.crays-mirror.route-home .crays-home-project-card .crays-home-button--text {
  margin-top: auto;
  padding-top: 22px;
}

.crays-mirror.route-home .crays-home-operating-stack {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 8vw, 132px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 88% 14%, rgba(243, 18, 72, 0.18), transparent 28%),
    linear-gradient(135deg, #02070d 0%, #071927 52%, #132a62 100%);
}

.crays-mirror.route-home .crays-home-operating-stack::before,
.crays-mirror.route-home .crays-home-roadmap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.42;
}

.crays-mirror.route-home .crays-home-operating-stack .crays-home-intro,
.crays-mirror.route-home .crays-home-roadmap .crays-home-intro {
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror.route-home .crays-home-formula-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  border-radius: 8px;
  border-top: 4px solid var(--crays-red);
  background: #fffdf9;
  color: #06131d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
}

.crays-mirror.route-home .crays-home-formula-card span,
.crays-mirror.route-home .crays-home-formula-card strong {
  display: block;
  font-family: Montserrat, sans-serif;
}

.crays-mirror.route-home .crays-home-formula-card span {
  margin-bottom: 14px;
  color: var(--crays-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-home .crays-home-formula-card strong {
  color: #06131d;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}

.crays-mirror.route-home .crays-home-formula-card p {
  margin: 20px 0 0;
  color: rgba(6, 19, 29, 0.72);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.crays-mirror.route-home .crays-home-layer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-home .crays-home-layer-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06) 56%, rgba(243, 18, 72, 0.1));
  box-shadow: 0 24px 66px rgba(1, 3, 6, 0.24);
}

.crays-mirror.route-home .crays-home-layer-card span,
.crays-mirror.route-home .crays-home-roadmap-card span {
  color: var(--crays-red);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.crays-mirror.route-home .crays-home-layer-card p,
.crays-mirror.route-home .crays-home-roadmap-card p {
  color: rgba(255, 255, 255, 0.76);
}

.crays-mirror.route-home .crays-home-membership {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 8vw, 132px) 0;
  color: #071a2d;
  background:
    radial-gradient(circle at 90% 8%, rgba(243, 18, 72, 0.09), transparent 24%),
    linear-gradient(180deg, #f7f3ee 0%, #fffdfa 100%);
}

.crays-mirror.route-home .crays-home-membership__intro {
  max-width: 900px;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.crays-mirror.route-home .crays-home-member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-home .crays-home-member-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(7, 15, 24, 0.08);
}

.crays-mirror.route-home .crays-home-membership__panel {
  margin-top: 18px;
  padding: clamp(26px, 3vw, 38px);
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-top: 4px solid var(--crays-red);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 66px rgba(7, 15, 24, 0.1);
}

.crays-mirror.route-home .crays-home-membership__panel p:not(.crays-home-eyebrow) {
  max-width: 980px;
  font-size: 17px;
}

.crays-mirror.route-home .crays-home-roadmap {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(86px, 8vw, 132px) 0;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(7, 27, 42, 0.93) 0%, rgba(6, 19, 29, 0.96) 42%, rgba(3, 9, 14, 0.99) 100%),
    url("/assets/curated/crays-dubai-global-network-background.webp") center / cover no-repeat;
}

.crays-mirror.route-home .crays-home-roadmap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48));
}

.crays-mirror.route-home .crays-home-roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-home .crays-home-roadmap-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.065) 56%, rgba(243, 18, 72, 0.1));
  box-shadow: 0 24px 66px rgba(1, 3, 6, 0.26);
}

.crays-mirror.route-home .crays-tokenized-brand {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(82px, 8vw, 136px) 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4, 12, 20, 0.98) 0%, rgba(7, 27, 42, 0.96) 44%, rgba(3, 7, 12, 0.99) 100%);
}

.crays-mirror.route-home .crays-tokenized-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 18, 72, 0.13), transparent 38%, rgba(42, 104, 158, 0.18));
  background-size: 86px 86px, 86px 86px, auto;
  opacity: 0.56;
}

.crays-mirror.route-home .crays-tokenized-brand__shell {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  align-items: start;
  gap: clamp(42px, 6vw, 84px);
}

.crays-mirror.route-home .crays-tokenized-brand__copy {
  max-width: 620px;
}

.crays-mirror.route-home .crays-tokenized-brand__stage {
  width: 100%;
  min-width: 0;
  align-self: center;
}

.crays-mirror.route-home .crays-tokenized-brand__eyebrow,
.crays-mirror.route-home .crays-tokenized-brand__manifesto-kicker,
.crays-mirror.route-home .crays-city-strip-copy > p:not(.crays-city-text),
.crays-mirror.route-home .crays-city-manifesto-card > p:first-child {
  margin: 0 0 15px;
  color: var(--crays-red);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror.route-home .crays-city-strip-copy > p:not(.crays-city-text) {
  margin-bottom: 18px;
  color: rgb(255, 31, 88);
  letter-spacing: 2.64px;
  line-height: 14.4px;
}

.crays-mirror.route-home .crays-city-manifesto-card > p:first-child {
  margin-bottom: 18px;
  color: rgb(243, 18, 72);
  letter-spacing: 2.4px;
  line-height: 14.4px;
}

.crays-mirror.route-home .crays-tokenized-brand__title {
  margin: 0;
  max-width: 11ch;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: clamp(50px, 5.7vw, 88px);
  font-weight: 700;
  line-height: 1.02;
}

.crays-mirror.route-home .crays-tokenized-brand__lead {
  max-width: 38rem;
  margin: 24px 0 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: clamp(20px, 1.5vw, 25px);
  font-weight: 900;
  line-height: 1.34;
}

.crays-mirror.route-home .crays-tokenized-brand__intro,
.crays-mirror.route-home .crays-tokenized-brand__body p,
.crays-mirror.route-home .crays-tokenized-brand__manifesto p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.crays-mirror.route-home .crays-tokenized-brand strong {
  color: #fff;
  font-weight: 900;
}

.crays-mirror.route-home .crays-tokenized-brand__body {
  margin-top: 2px;
}

.crays-mirror.route-home .crays-tokenized-brand__manifesto {
  width: min(100%, 650px);
  margin: 0 auto 28px;
  padding: clamp(22px, 2.4vw, 30px) clamp(22px, 3vw, 36px) clamp(24px, 2.8vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 3px solid var(--crays-red);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(18px);
  text-align: center;
}

.crays-mirror.route-home .crays-tokenized-brand__manifesto p {
  max-width: 58rem;
  margin: 8px auto 0;
  font-size: clamp(14.5px, 1.08vw, 16px);
  line-height: 1.6;
}

.crays-mirror.route-home .crays-tokenized-brand__manifesto p + p {
  margin-top: 16px;
}

.crays-mirror.route-home .crays-tokenized-brand__media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.72fr);
  grid-template-rows: 220px 220px;
  gap: 16px;
  min-height: 456px;
}

.crays-mirror.route-home .crays-tokenized-brand__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #071725;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.32);
}

.crays-mirror.route-home .crays-tokenized-brand__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 7, 13, 0.02), rgba(2, 7, 13, 0.34));
}

.crays-mirror.route-home .crays-tokenized-brand__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-home .crays-tokenized-brand__image--main {
  grid-row: 1 / 3;
}

.crays-mirror.route-home .crays-tokenized-brand__image--main img {
  object-position: center;
}

.crays-mirror.route-home .crays-tokenized-brand__image--terrace img {
  object-position: center 38%;
}

.crays-mirror.route-home .crays-tokenized-brand__image--dinner img {
  object-position: center 58%;
}

.crays-mirror.route-home .crays-tokenized-brand__badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  min-width: 196px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(3, 7, 12, 0.78);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.crays-mirror.route-home .crays-tokenized-brand__badge span,
.crays-mirror.route-home .crays-tokenized-brand__badge strong {
  display: block;
  font-family: Montserrat, sans-serif;
  line-height: 1.15;
}

.crays-mirror.route-home .crays-tokenized-brand__badge span {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.crays-mirror.route-home .crays-tokenized-brand__badge strong {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.crays-mirror.route-home .crays-city-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(rgba(7, 27, 42, 0) 0%, rgba(7, 27, 42, 0.18) 42%, rgba(6, 19, 29, 0.9) 100%),
    linear-gradient(116deg, rgb(7, 27, 42) 0%, rgb(11, 40, 56) 35%, rgb(25, 47, 100) 68%, rgb(66, 67, 168) 100%);
}

.crays-mirror.route-home .crays-city-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(255, 255, 255, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 18, 72, 0.08), transparent 42%, rgba(255, 255, 255, 0.04));
  background-size: 86px 86px, 86px 86px, auto;
  opacity: 0.58;
}

.crays-mirror.route-home .crays-city-strip-inner {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 132px 0 98px;
  display: grid;
  grid-template-columns: 580px 636px;
  align-items: start;
  gap: 64px;
}

.crays-mirror.route-home .crays-city-strip-copy h2 {
  margin: 0;
  max-width: 580px;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 57.24px;
}

.crays-mirror.route-home .crays-city-text {
  max-width: 34rem;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.crays-mirror.route-home .crays-city-manifesto-card {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: linear-gradient(rgba(255, 253, 250, 0.99) 0%, rgba(247, 243, 238, 0.97) 100%);
  color: #06131d;
  box-shadow: 0 30px 90px rgba(1, 3, 6, 0.28);
}

.crays-mirror.route-home .crays-city-manifesto-card h3 {
  max-width: 550px;
  margin: 0;
  color: #06131d;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 33.06px;
}

.crays-mirror.route-home .crays-city-manifesto-card p:last-child {
  max-width: 550px;
  margin: 24px 0 0;
  color: rgba(6, 19, 29, 0.78);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 28.56px;
}

.crays-mirror.route-home .crays-city-strip .crays-footer-cities {
  grid-column: 1 / -1;
  width: 100%;
  margin: 2px 0 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  counter-reset: crays-city;
}

.crays-mirror.route-home .crays-city-strip .crays-footer-cities span {
  position: relative;
  min-height: 142px;
  padding: 24px 19px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.067) 56%, rgba(243, 18, 72, 0.1) 100%);
  box-shadow: 0 24px 66px rgba(1, 3, 6, 0.26);
  counter-increment: crays-city;
}

.crays-mirror.route-home .crays-city-strip .crays-footer-cities span::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--crays-red), rgba(255, 255, 255, 0));
}

.crays-mirror.route-home .crays-city-strip .crays-footer-cities span::after {
  content: counter(crays-city, decimal-leading-zero);
  position: absolute;
  top: 20px;
  right: 18px;
  color: rgba(255, 255, 255, 0.36);
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.92px;
  line-height: 12px;
}

.crays-mirror.route-home .crays-city-strip .crays-footer-cities strong,
.crays-mirror.route-home .crays-city-strip .crays-footer-cities em {
  position: relative;
  z-index: 1;
  font-family: Montserrat, sans-serif;
}

.crays-mirror.route-home .crays-city-strip .crays-footer-cities strong {
  max-width: calc(100% - 42px);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.255px;
  line-height: 18.7px;
}

.crays-mirror.route-home .crays-city-strip .crays-footer-cities em {
  margin-top: 18px;
  max-width: 24ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13.5px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.135px;
  line-height: 17.55px;
}

.crays-mirror.route-home .crays-mid-cta {
  margin-top: -1px;
  color: #fff;
  background: linear-gradient(180deg, #06131d 0%, #04101a 42%, #010408 100%);
}

.crays-mirror.route-home .crays-mid-cta-inner {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 42px 0 68px;
  display: flex;
  align-items: stretch;
  gap: 0;
}

.crays-mirror.route-home .crays-mid-cta-column {
  min-width: 0;
}

.crays-mirror.route-home .crays-mid-cta-column-left {
  flex: 0 0 486.390625px;
}

.crays-mirror.route-home .crays-mid-cta-column-right {
  flex: 1 1 auto;
  padding-top: 70.3125px;
}

.crays-mirror.route-home .crays-mid-cta-title {
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

.crays-mirror.route-home .crays-mid-cta-title-red {
  display: inline-block;
  margin: 0 0 10px;
  color: var(--crays-red);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;
}

.crays-mirror.route-home .crays-mid-cta-divider {
  width: 1px;
  min-height: 170.390625px;
  margin: 0 56.390625px;
  background: rgba(255, 255, 255, 0.34);
}

.crays-mirror.route-home .crays-mid-cta-copy {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.44px;
}

.crays-mirror.route-home .crays-mid-cta-copy + .crays-mid-cta-copy {
  margin-top: 18px;
}

.crays-mirror .crays-homepage-transfer {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 120px) 0;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255, 21, 83, 0.18), rgba(5, 18, 30, 0) 34%),
    linear-gradient(115deg, #06131d 0%, #0b2132 47%, #10152a 100%);
}

.crays-mirror .crays-homepage-transfer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.36;
}

.crays-mirror .crays-homepage-transfer__shell {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
}

.crays-mirror .crays-homepage-transfer__kicker,
.crays-mirror .crays-homepage-transfer__eyebrow {
  margin: 0 0 14px;
  color: var(--crays-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror .crays-homepage-transfer__title {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: clamp(28px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
}

.crays-mirror .crays-homepage-transfer__intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.crays-mirror .crays-homepage-transfer__group {
  margin-top: clamp(34px, 5vw, 68px);
  padding: clamp(26px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
}

.crays-mirror .crays-homepage-transfer__group-title {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: clamp(25px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.13;
}

.crays-mirror .crays-homepage-transfer__subtitle {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  line-height: 1.28;
}

.crays-mirror .crays-homepage-transfer__copy {
  max-width: 920px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.68;
}

.crays-mirror .crays-homepage-transfer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.crays-mirror .crays-homepage-transfer__card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 3px solid var(--crays-red);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(2, 13, 23, 0.78), rgba(35, 41, 65, 0.58));
}

.crays-mirror .crays-homepage-transfer__card h4 {
  margin: 0;
  color: #fff;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.crays-mirror .crays-homepage-transfer__card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .crays-mirror .crays-homepage-transfer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Crays.fund legal page parity. */
.crays-mirror.legal-page {
  min-height: 100vh !important;
  margin: 0 !important;
  color: rgb(16, 35, 55) !important;
  background:
    radial-gradient(circle at 6% -8%, rgba(243, 18, 72, 0.09), transparent 34%),
    radial-gradient(circle at 92% -12%, rgba(4, 102, 200, 0.12), transparent 40%),
    rgb(244, 247, 251) !important;
  font-family: Montserrat, sans-serif !important;
}

.crays-mirror.legal-page .legal-shell {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

.crays-mirror.legal-page .legal-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
  height: 77px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.93) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
  border-bottom: 1px solid rgba(16, 35, 55, 0.08) !important;
  color: rgb(16, 35, 55) !important;
}

.crays-mirror.legal-page .legal-header-inner {
  width: min(1220px, calc(100vw - 64px)) !important;
  height: 76px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
}

.crays-mirror.legal-page .legal-brand {
  width: 124px !important;
  height: 31px !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.crays-mirror.legal-page .legal-brand img {
  display: block !important;
  width: 124px !important;
  height: 31px !important;
}

.crays-mirror.legal-page .legal-nav {
  display: flex !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 0 0 0 18px !important;
  padding: 0 !important;
}

.crays-mirror.legal-page .legal-nav a {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgb(19, 39, 59) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.14px !important;
  text-decoration: none !important;
}

.crays-mirror.legal-page .legal-header-actions {
  margin-left: auto !important;
}

.crays-mirror.legal-page .legal-investor-button {
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  color: rgb(19, 39, 59) !important;
  background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 246, 249) 100%) !important;
  border: 1px solid rgba(243, 18, 72, 0.4) !important;
  border-radius: 10px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.crays-mirror.legal-page .legal-main {
  width: min(1220px, calc(100vw - 64px)) !important;
  margin: 0 auto !important;
  padding: 64px 0 76px !important;
  color: rgb(16, 35, 55) !important;
  font-family: Montserrat, sans-serif !important;
}

.crays-mirror.legal-page .legal-hero {
  width: 100% !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  color: rgb(16, 35, 55) !important;
}

.crays-mirror.legal-page .legal-kicker {
  margin: 0 0 10px !important;
  color: rgb(243, 18, 72) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  letter-spacing: 2.16px !important;
}

.crays-mirror.legal-page .legal-title {
  margin: 0 !important;
  color: rgb(12, 34, 56) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 54px !important;
  font-weight: 800 !important;
  line-height: 55.08px !important;
  letter-spacing: -1.08px !important;
}

.crays-mirror.legal-page .legal-subtitle {
  max-width: 740px !important;
  margin: 18px 0 0 !important;
  color: rgb(90, 108, 129) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 26.35px !important;
}

.crays-mirror.legal-page .legal-card {
  width: 100% !important;
  margin: 0 !important;
  padding: 44px !important;
  color: rgb(16, 35, 55) !important;
  background: rgb(255, 255, 255) !important;
  border: 1px solid rgba(16, 35, 55, 0.12) !important;
  border-radius: 28px !important;
  box-shadow: rgba(4, 14, 26, 0.16) 0 34px 74px 0 !important;
}

.crays-mirror.legal-page .legal-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgb(26, 49, 73) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

.crays-mirror.legal-page .legal-content h1 {
  margin: 0 0 20px !important;
  color: rgb(13, 35, 56) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 44px !important;
  font-weight: 750 !important;
  line-height: normal !important;
  letter-spacing: -0.44px !important;
}

.crays-mirror.legal-page .legal-content h2 {
  margin: 30px 0 10px !important;
  color: rgb(13, 35, 56) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 30px !important;
  font-weight: 750 !important;
  line-height: normal !important;
  letter-spacing: -0.3px !important;
}

.crays-mirror.legal-page .legal-content h3 {
  margin: 22px 0 8px !important;
  color: rgb(13, 35, 56) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 24px !important;
  font-weight: 750 !important;
  line-height: normal !important;
  letter-spacing: 0 !important;
}

.crays-mirror.legal-page .legal-content h4,
.crays-mirror.legal-page .legal-content h5,
.crays-mirror.legal-page .legal-content h6 {
  margin: 8px 0 0 !important;
  color: rgb(39, 63, 86) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 28.9px !important;
  letter-spacing: 0 !important;
}

.crays-mirror.legal-page .legal-content p,
.crays-mirror.legal-page .legal-content li {
  margin: 10px 0 0 !important;
  color: rgb(47, 74, 99) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 29.75px !important;
  letter-spacing: 0 !important;
}

.crays-mirror.legal-page .legal-content ul,
.crays-mirror.legal-page .legal-content ol {
  margin: 10px 0 0 22px !important;
  padding: 0 !important;
}

.crays-mirror.legal-page .legal-content strong {
  font-weight: 800 !important;
}

.crays-mirror.legal-page .legal-content a {
  color: rgb(243, 18, 72) !important;
  text-decoration: none !important;
}

/* Crays.fund legal footer parity. */
.crays-mirror .legal-footer {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: rgb(217, 226, 243) !important;
  background:
    radial-gradient(circle at 20% 120%, rgba(30, 136, 229, 0.35), transparent 55%),
    radial-gradient(circle at 95% 10%, rgba(243, 18, 72, 0.16), transparent 48%),
    linear-gradient(rgb(3, 19, 33) 0%, rgb(6, 27, 46) 100%) !important;
}

.crays-mirror .legal-footer .legal-footer-inner {
  width: min(1220px, calc(100vw - 64px)) !important;
  margin: 0 auto !important;
  padding: 52px 0 26px !important;
  display: block !important;
}

.crays-mirror .legal-footer .legal-footer-top {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 20px !important;
  padding: 0 0 20px !important;
  margin: 0 !important;
}

.crays-mirror .legal-footer .legal-footer-logo-link {
  display: inline-flex !important;
  width: 148px !important;
  height: 36.9375px !important;
  align-items: center !important;
  padding: 0 !important;
}

.crays-mirror .legal-footer .legal-footer-logo {
  display: block !important;
  width: 148px !important;
  height: 36.9375px !important;
  object-fit: contain !important;
}

.crays-mirror .legal-footer .legal-footer-tagline {
  margin: 8px 0 0 !important;
  color: rgb(143, 163, 189) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  letter-spacing: 0 !important;
}

.crays-mirror .legal-footer .legal-footer-social {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: auto !important;
  padding: 0 0 2px !important;
  margin: 0 !important;
}

.crays-mirror .legal-footer .legal-footer-social a {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.crays-mirror .legal-footer .legal-footer-social a img {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  object-fit: contain !important;
}

.crays-mirror .legal-footer .legal-footer-bottom {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 0 !important;
  margin: 18px 0 0 !important;
}

.crays-mirror .legal-footer .legal-footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 12px 18px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.crays-mirror .legal-footer .legal-footer-links a {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: rgb(217, 226, 243) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-decoration: none !important;
}

.crays-mirror .legal-footer .legal-footer-copy {
  margin: 1px 0 0 !important;
  padding: 0 !important;
  color: rgba(217, 226, 243, 0.76) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  letter-spacing: 0.13px !important;
  text-align: left !important;
}

.crays-mirror .legal-footer .crays-consent-footer-slot {
  flex: 0 0 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 14px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
}

.crays-mirror .legal-footer .crays-consent-footer-button {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(246, 248, 251, 0.72) !important;
  background: transparent !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: center !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

@media (max-width: 767px) {
  .crays-mirror.legal-page .legal-header {
    height: auto !important;
  }

  .crays-mirror.legal-page .legal-header-inner {
    width: min(100vw - 32px, 640px) !important;
    height: auto !important;
    min-height: 76px !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
    padding: 16px 0 !important;
  }

  .crays-mirror.legal-page .legal-nav {
    order: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
  }

  .crays-mirror.legal-page .legal-header-actions {
    margin-left: auto !important;
  }

  .crays-mirror.legal-page .legal-main {
    width: min(100vw - 32px, 640px) !important;
    padding: 42px 0 56px !important;
  }

  .crays-mirror.legal-page .legal-title {
    font-size: 42px !important;
    line-height: 42.84px !important;
  }

  .crays-mirror.legal-page .legal-card {
    padding: 28px !important;
    border-radius: 22px !important;
  }

  .crays-mirror .legal-footer .legal-footer-top,
  .crays-mirror .legal-footer .legal-footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .crays-mirror .legal-footer .legal-footer-social {
    justify-content: flex-start !important;
  }
}

@media (max-width: 767px) {
  .crays-mirror .crays-homepage-transfer {
    padding: 62px 0;
  }

  .crays-mirror .crays-homepage-transfer__shell {
    width: min(100% - 32px, 640px);
  }

  .crays-mirror .crays-homepage-transfer__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror .crays-homepage-transfer__group {
    padding: 22px;
  }

  .crays-mirror .crays-homepage-transfer__copy {
    font-size: 15.5px;
  }
}

.crays-mirror.route-home .footer3_component.crays-footer-rebuild {
  color: #fff;
  background: #000;
}

.crays-mirror.route-home .crays-footer-rebuild__inner {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 44px 0 36px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
}

.crays-mirror.route-home .crays-footer-rebuild__legal,
.crays-mirror.route-home .crays-footer-rebuild__socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.crays-mirror.route-home .crays-footer-rebuild__legal-link {
  color: rgba(255, 255, 255, 0.82);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.crays-mirror.route-home .crays-footer-rebuild__legal-link:hover {
  color: var(--crays-red);
}

.crays-mirror.route-home .crays-footer-rebuild__socials {
  justify-content: flex-end;
  gap: 8px;
}

.crays-mirror.route-home .crays-footer-rebuild__social-link {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.crays-mirror.route-home .crays-footer-rebuild__social-link:hover {
  transform: translateY(-1px);
  border-color: rgba(243, 18, 72, 0.72);
  background: rgba(243, 18, 72, 0.14);
}

.crays-mirror.route-home .crays-footer-rebuild__social-link img {
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
}

.crays-mirror.route-home .crays-footer-rebuild__copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: center;
}

.crays-mirror.route-home .crays-footer-rebuild__cookie-settings {
  grid-column: 1 / -1;
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15.4px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.crays-mirror .crays-nomads-import {
  --nomads-red: #f31248;
  --nomads-ink: #071523;
  --nomads-paper: #fffdfa;
  --nomads-night: #07101a;
  --nomads-line: rgba(7, 21, 35, 0.12);
  background: var(--nomads-paper);
  color: var(--nomads-ink);
  font-family: Montserrat, sans-serif;
}

.crays-mirror .crays-nomads-import *,
.crays-mirror .crays-nomads-import *::before,
.crays-mirror .crays-nomads-import *::after {
  box-sizing: border-box;
}

.crays-mirror .crays-nomads-import a {
  color: inherit;
}

.crays-mirror .crays-nomads-import img,
.crays-mirror .crays-nomads-import video {
  display: block;
  max-width: 100%;
  height: auto;
}

.crays-mirror .crays-nomads-import__section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.crays-mirror .crays-nomads-import .association-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.crays-mirror .crays-nomads-import .association-hero,
.crays-mirror .crays-nomads-import .association-section,
.crays-mirror .crays-nomads-import .association-brand-moments {
  padding: clamp(72px, 8vw, 112px) 0;
}

.crays-mirror .crays-nomads-import .association-hero,
.crays-mirror .crays-nomads-import .association-section-brand,
.crays-mirror .crays-nomads-import .association-section-infra,
.crays-mirror .crays-nomads-import .association-section-roadmap,
.crays-mirror .crays-nomads-import .association-section-worldmap {
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(243, 18, 72, 0.18), transparent 26%),
    linear-gradient(135deg, #071523 0%, #07101a 58%, #02060b 100%);
}

.crays-mirror .crays-nomads-import .association-hero {
  min-height: min(840px, calc(100svh + 220px));
  display: flex;
  align-items: center;
}

.crays-mirror .crays-nomads-import .association-hero-media,
.crays-mirror .crays-nomads-import .association-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.crays-mirror .crays-nomads-import .association-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror .crays-nomads-import .association-hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.84), rgba(3, 7, 12, 0.42)),
    linear-gradient(180deg, rgba(3, 7, 12, 0.18), rgba(3, 7, 12, 0.72));
}

.crays-mirror .crays-nomads-import :is(.association-hero-layout, .association-intro-grid, .association-brand-layout, .association-people-layout, .association-infra-layout, .association-model-layout, .association-founder-layout, .association-web5-layout) {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.crays-mirror .crays-nomads-import :is(.association-display, .association-section-copy h2, .association-section-head h2, .association-brand-card h2, .association-vision-band h2) {
  margin: 0;
  color: inherit;
  font-family: "Krona One", Montserrat, sans-serif;
  font-size: clamp(34px, 4.5vw, 72px);
  font-weight: 700;
  line-height: 1.08;
}

.crays-mirror .crays-nomads-import :is(.association-section-copy h2, .association-section-head h2, .association-brand-card h2, .association-vision-band h2) {
  font-size: clamp(30px, 3vw, 48px);
}

.crays-mirror .crays-nomads-import :is(.association-eyebrow, .association-section-kicker, .association-panel-kicker, .association-card-kicker) {
  margin: 0 0 16px;
  color: var(--nomads-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.crays-mirror .crays-nomads-import :is(.association-lead, .association-section-copy p, .association-section-head p, .association-brand-card p, .association-vision-band p, .association-world-note, .association-manifesto-quote p) {
  margin: 22px 0 0;
  color: rgba(7, 21, 35, 0.76);
  font-size: 17px;
  line-height: 1.68;
}

.crays-mirror .crays-nomads-import :is(.association-hero, .association-section-brand, .association-section-infra, .association-section-roadmap, .association-section-worldmap) :is(.association-lead, .association-section-copy p, .association-section-head p, .association-brand-card p, .association-world-note) {
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror .crays-nomads-import :is(.association-primary-button, .association-secondary-button) {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 28px 12px 0 0;
  padding: 0 22px;
  border: 1px solid var(--nomads-red);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.crays-mirror .crays-nomads-import .association-primary-button {
  background: var(--nomads-red);
}

.crays-mirror .crays-nomads-import :is(.association-hero-panel, .association-brand-card, .association-vision-band, .association-manifesto-quote) {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
}

.crays-mirror .crays-nomads-import .association-vision-band,
.crays-mirror .crays-nomads-import .association-manifesto-quote {
  background: #fff;
  color: var(--nomads-ink);
}

.crays-mirror .crays-nomads-import :is(.association-hero-stat-grid, .association-intro-cards, .association-homebase-grid, .association-business-grid, .association-world-grid, .association-ip-stack, .association-portal-grid, .association-web5-grid, .association-audience-grid, .association-commandments, .association-infra-grid, .association-venue-grid, .association-governance-grid, .association-roadmap, .association-video-grid) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 16px;
  margin-top: 34px;
}

.crays-mirror .crays-nomads-import :is(.association-hero-stat-grid article, .association-intro-cards article, .association-homebase-grid article, .association-business-grid article, .association-world-grid article, .association-ip-stack article, .association-web5-grid article, .association-audience-grid span, .association-commandments li, .association-infra-grid article, .association-venue-grid article, .association-governance-grid article, .association-roadmap-card, .association-video-card, .association-portal-card) {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--nomads-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--nomads-ink);
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(7, 15, 24, 0.08);
}

.crays-mirror .crays-nomads-import :is(.association-section-brand, .association-section-infra, .association-section-roadmap, .association-section-worldmap) :is(.association-ip-stack article, .association-infra-grid article, .association-roadmap-card, .association-world-grid article) {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.10);
  color: #fff;
}

.crays-mirror .crays-nomads-import :is(.association-intro-cards span, .association-homebase-grid span, .association-business-grid span, .association-world-grid span, .association-roadmap-date, .association-portal-card span) {
  color: var(--nomads-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror .crays-nomads-import :is(.association-intro-cards h3, .association-homebase-grid h3, .association-business-grid h3, .association-ip-stack h3, .association-web5-grid h3, .association-infra-grid h3, .association-governance-grid h3, .association-roadmap-card h3, .association-video-card h3, .association-portal-card strong) {
  display: block;
  margin: 12px 0 0;
  color: inherit;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.crays-mirror .crays-nomads-import :is(.association-intro-cards p, .association-homebase-grid p, .association-business-grid p, .association-ip-stack p, .association-web5-grid p, .association-infra-grid p, .association-governance-grid p, .association-roadmap-card p, .association-video-card p, .association-portal-card p, .association-venue-grid p) {
  margin: 12px 0 0;
  color: rgba(7, 21, 35, 0.74);
  font-size: 15px;
  line-height: 1.55;
}

.crays-mirror .crays-nomads-import :is(.association-section-brand, .association-section-infra, .association-section-roadmap, .association-section-worldmap) :is(.association-ip-stack p, .association-infra-grid p, .association-roadmap-card p, .association-world-grid p) {
  color: rgba(255, 255, 255, 0.74);
}

.crays-mirror .crays-nomads-import :is(.association-hero-visuals, .association-intro-showcase, .association-business-strip, .association-world-gallery, .association-brand-collage, .association-portal-marquee, .association-web5-visual, .association-people-collage, .association-manifesto-media, .association-infra-gallery, .association-venue-visuals, .association-model-visuals, .association-founder-media, .association-brand-moments-track) {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
  gap: 12px;
  margin-top: 30px;
}

.crays-mirror .crays-nomads-import :is(.association-hero-visuals img, .association-intro-showcase img, .association-business-strip img, .association-world-gallery img, .association-brand-collage img, .association-portal-marquee img, .association-web5-visual img, .association-people-collage img, .association-manifesto-media img, .association-infra-gallery img, .association-venue-visuals img, .association-model-visuals img, .association-founder-media img, .association-brand-moments-track img) {
  width: 100%;
  height: clamp(180px, 20vw, 300px);
  object-fit: cover;
  border-radius: 8px;
}

.crays-mirror .crays-nomads-import .association-title-two-line span {
  display: block;
}

.crays-mirror .crays-nomads-import .association-video-frame video {
  width: 100%;
  border-radius: 8px;
  background: #000;
}

@media (max-width: 1100px) {
  .crays-mirror.route-home .crays-association-power__header,
  .crays-mirror.route-home .crays-association-power__opener,
  .crays-mirror.route-home .crays-association-power__stack,
  .crays-mirror.route-home .crays-home-section-head--split,
  .crays-mirror.route-home .crays-tokenized-brand__shell,
  .crays-mirror.route-home .crays-city-strip-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
  }

  .crays-mirror.route-home .crays-association-power__grid,
  .crays-mirror.route-home .crays-home-project-grid,
  .crays-mirror.route-home .crays-home-member-grid,
  .crays-mirror.route-home .crays-home-roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror.route-home .crays-home-layer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .crays-mirror.route-home .crays-association-power__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-home .crays-association-power__title,
  .crays-mirror.route-home .crays-association-power__lead {
    grid-column: auto;
  }

  .crays-mirror .crays-nomads-import :is(.association-hero-layout, .association-intro-grid, .association-brand-layout, .association-people-layout, .association-infra-layout, .association-model-layout, .association-founder-layout, .association-web5-layout) {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-home .crays-tokenized-brand__copy {
    max-width: 760px;
  }

  .crays-mirror.route-home .crays-city-strip .crays-footer-cities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .crays-mirror.route-home .crays-association-power,
  .crays-mirror.route-home .crays-home-projects,
  .crays-mirror.route-home .crays-home-operating-stack,
  .crays-mirror.route-home .crays-home-membership,
  .crays-mirror.route-home .crays-home-roadmap,
  .crays-mirror.route-home .crays-tokenized-brand,
  .crays-mirror.route-home .crays-city-strip {
    padding-left: 0;
    padding-right: 0;
  }

  .crays-mirror.route-home .crays-association-power__shell,
  .crays-mirror.route-home .crays-home-shell,
  .crays-mirror.route-home .crays-tokenized-brand__shell,
  .crays-mirror.route-home .crays-city-strip-inner,
  .crays-mirror.route-home .crays-mid-cta-inner,
  .crays-mirror.route-home .crays-footer-rebuild__inner {
    width: min(100% - 32px, 1280px);
  }

  .crays-mirror.route-home .crays-association-power__title,
  .crays-mirror.route-home .crays-home-title,
  .crays-mirror.route-home .crays-tokenized-brand__title {
    max-width: 12.5ch;
    font-size: clamp(34px, 9vw, 48px);
  }

  .crays-mirror.route-home .crays-association-power__media {
    min-height: 426px;
    grid-template-rows: 205px 205px;
  }

  .crays-mirror.route-home .crays-tokenized-brand__media {
    grid-template-rows: 230px 180px;
    min-height: 426px;
  }

  .crays-mirror.route-home .crays-city-manifesto-card {
    padding: 28px 22px 30px;
  }

  .crays-mirror.route-home .crays-mid-cta-inner {
    padding: 68px 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
  }

  .crays-mirror.route-home .crays-mid-cta-divider {
    width: 100%;
    min-height: 1px;
    height: 1px;
  }

  .crays-mirror.route-home .crays-footer-rebuild__inner {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    text-align: center;
  }

  .crays-mirror.route-home .crays-footer-rebuild__legal,
  .crays-mirror.route-home .crays-footer-rebuild__socials {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .crays-mirror.route-home .crays-association-power,
  .crays-mirror.route-home .crays-home-projects,
  .crays-mirror.route-home .crays-home-operating-stack,
  .crays-mirror.route-home .crays-home-membership,
  .crays-mirror.route-home .crays-home-roadmap,
  .crays-mirror.route-home .crays-tokenized-brand {
    padding: 64px 0 70px;
  }

  .crays-mirror.route-home .crays-association-power__intro p,
  .crays-mirror.route-home .crays-association-power__card p,
  .crays-mirror.route-home .crays-association-power__panel p:not(.crays-association-power__eyebrow),
  .crays-mirror.route-home .crays-home-intro,
  .crays-mirror.route-home .crays-home-project-card__copy,
  .crays-mirror.route-home .crays-home-layer-card p,
  .crays-mirror.route-home .crays-home-member-card p,
  .crays-mirror.route-home .crays-home-membership__panel p:not(.crays-home-eyebrow),
  .crays-mirror.route-home .crays-home-roadmap-card p,
  .crays-mirror.route-home .crays-tokenized-brand__intro,
  .crays-mirror.route-home .crays-tokenized-brand__body p,
  .crays-mirror.route-home .crays-tokenized-brand__manifesto p,
  .crays-mirror.route-home .crays-city-text,
  .crays-mirror.route-home .crays-city-manifesto-card p:last-child,
  .crays-mirror.route-home .crays-mid-cta-copy {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .crays-mirror.route-home .crays-association-power__lead,
  .crays-mirror.route-home .crays-association-power__intro,
  .crays-mirror.route-home .crays-association-power__card,
  .crays-mirror.route-home .crays-association-power__panel,
  .crays-mirror.route-home .crays-home-formula-card,
  .crays-mirror.route-home .crays-home-project-card__body,
  .crays-mirror.route-home .crays-home-layer-card,
  .crays-mirror.route-home .crays-home-member-card,
  .crays-mirror.route-home .crays-home-roadmap-card {
    padding: 22px;
  }

  .crays-mirror.route-home .crays-association-power__card,
  .crays-mirror.route-home .crays-home-layer-card,
  .crays-mirror.route-home .crays-home-member-card,
  .crays-mirror.route-home .crays-home-roadmap-card {
    min-height: 0;
  }

  .crays-mirror.route-home .crays-association-power__card > span {
    margin-bottom: 26px;
  }

  .crays-mirror.route-home .crays-association-power__media,
  .crays-mirror.route-home .crays-home-project-grid,
  .crays-mirror.route-home .crays-home-layer-grid,
  .crays-mirror.route-home .crays-home-member-grid,
  .crays-mirror.route-home .crays-home-roadmap-grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 12px;
  }

  .crays-mirror.route-home .crays-association-power__image {
    height: 205px;
  }

  .crays-mirror.route-home .crays-association-power__image--main {
    height: 318px;
  }

  .crays-mirror.route-home .crays-association-power__media-badge {
    position: static;
    min-width: 0;
  }

  .crays-mirror.route-home .crays-tokenized-brand__media {
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 12px;
  }

  .crays-mirror.route-home .crays-tokenized-brand__image {
    height: 210px;
  }

  .crays-mirror.route-home .crays-tokenized-brand__image--main {
    height: 318px;
  }

  .crays-mirror.route-home .crays-tokenized-brand__badge {
    position: static;
    min-width: 0;
  }

  .crays-mirror.route-home .crays-city-strip-inner {
    padding: 62px 0 68px;
  }

  .crays-mirror.route-home .crays-city-strip-copy h2,
  .crays-mirror.route-home .crays-mid-cta-title {
    font-size: 36px;
  }

  .crays-mirror.route-home .crays-city-strip .crays-footer-cities {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-home .crays-city-strip .crays-footer-cities span {
    min-height: 124px;
  }

  .crays-mirror.route-home .crays-footer-rebuild__legal {
    gap: 12px 18px;
  }

  .crays-mirror.route-home .crays-footer-rebuild__social-link {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .crays-mirror .navbar10_menu-button.w-nav-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid rgba(7, 26, 45, 0.12);
    border-radius: 10px;
    background: #fff;
  }

  .crays-mirror .navbar10_menu {
    border: 1px solid rgba(7, 26, 45, 0.12);
    border-radius: 12px;
    background: rgba(255, 253, 250, 0.98);
    box-shadow: var(--crays-shadow);
  }

  .crays-mirror .navbar10_menu:not(.w--open) {
    display: none;
  }

  .crays-mirror .w-dropdown-list {
    position: static;
    box-shadow: none;
  }

  .crays-mirror.route-home .section_header5 .padding-section-large {
    transform: none;
  }

  .crays-mirror.route-home .section_header5 .container-large.header {
    width: min(100%, calc(100vw - 32px));
  }

  .crays-mirror.route-home .section_header5 .max-width-medium.header,
  .crays-mirror.route-home .section_cta11 .max-width-medium.header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .crays-mirror.route-home .section_header5 .divider-header,
  .crays-mirror.route-home .section_cta11 .divider-header {
    display: none;
  }
}

@media (max-width: 640px) {
  .crays-mirror .navbar10_component,
  .crays-mirror .navbar10_container {
    min-height: 66px;
  }

  .crays-mirror .navbar10_logo-link img {
    width: 122px;
  }

  .crays-mirror .navbar10_logo-link {
    width: 122px !important;
    flex-basis: 122px !important;
  }

  .crays-mirror.route-home .section_header5 {
    overflow: hidden;
  }

  .crays-mirror.route-home .section_header5 .header-100vh {
    min-height: calc(100svh - 66px);
    max-height: none;
    display: block;
  }

  .crays-mirror.route-home .section_header5 .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .crays-mirror.route-home .section_header5 .header-text-wrapper {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }

  .crays-mirror.route-home .section_header5 .heading-style-h1 {
    max-width: calc(100vw - 32px);
    font-size: 29px;
    line-height: 1.16;
    text-align: left;
  }

  .crays-mirror.route-home .section_header5 .text-size-medium.header {
    max-width: calc(100vw - 32px);
    font-size: 17px;
    line-height: 1.48;
    text-align: left;
  }

  .crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
    width: 100%;
    max-width: 100%;
    margin-top: 38px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    overflow: hidden;
  }

  .crays-mirror.route-home .section_header5 .wrapper-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 25px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .crays-mirror.route-home .section_header5 .wrapper-top-card,
  .crays-mirror.route-home .section_header5 .wrapper-text-box-card {
    min-width: 0;
    max-width: 100%;
  }

  .crays-mirror.route-home .section_header5 .heading-style-h3.card,
  .crays-mirror.route-home .section_header5 .heading-style-h3.text-color-white.card {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.28;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-card-title {
    font-size: 17px;
    text-align: left !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-card-title-line {
    white-space: normal;
  }

  .crays-mirror.route-home .section_header5 .js-clock {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
    width: 100%;
    max-width: 100%;
    padding: 10px 8px;
    box-sizing: border-box;
  }

  .crays-mirror.route-home .section_header5 .box {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
  }

  .crays-mirror.route-home .section_header5 .clock-number {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .crays-mirror.route-home .section_header5 .clock-label {
    font-size: 10px;
    letter-spacing: 1.8px;
    margin-right: 0;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile {
    min-height: 58px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile-mark {
    width: 22px;
    height: 26px;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile-title {
    font-size: 10px;
  }

  .crays-mirror.route-home .section_cta11 {
    padding: 72px 0;
  }

  .crays-mirror.route-home .section_cta11 .max-width-medium.header {
    width: min(100%, calc(100vw - 32px));
  }

  .crays-mirror.route-home .section_cta11 .heading-style-h1 {
    font-size: 40px;
    line-height: 46px;
  }

  .crays-mirror.route-home .section_cta11 .crays-cta-heading-line {
    white-space: normal;
  }

  .crays-mirror.route-home .footer3_bottom-wrapper {
    align-items: flex-start;
    flex-direction: column;
  }

  .crays-mirror.route-home .social-icon-wrapper {
    justify-content: flex-start;
  }

  .crays-mirror.route-styleguide .rl-styleguide_subheading,
  .crays-mirror.route-styleguide .rl-styleguide_header,
  .crays-mirror.route-styleguide .rl-styleguide_heading-wrapper,
  .crays-mirror.route-styleguide .rl-styleguide_button-row,
  .crays-mirror.route-styleguide .rl-styleguide_item-row,
  .crays-mirror.route-styleguide .rl-styleguide_tutorial-callout,
  .crays-mirror.route-styleguide .rl-styleguide_shadows-list,
  .crays-mirror.route-styleguide .styleguide_grid-colours,
  .crays-mirror.route-styleguide .rl-styleguide_callout-link,
  .crays-mirror.route-styleguide .rl-styleguide_callout-link-wrapper,
  .crays-mirror.route-styleguide .rl-styleguide_paste-text {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .crays-mirror.route-styleguide .rl-styleguide_item-row,
  .crays-mirror.route-styleguide .rl-styleguide_shadows-list,
  .crays-mirror.route-styleguide .styleguide_grid-colours {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror.route-styleguide .rl-styleguide_header,
  .crays-mirror.route-styleguide .rl-styleguide_button-row {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
  }

  .crays-mirror.route-styleguide .rl-styleguide_subheading *,
  .crays-mirror.route-styleguide .rl-styleguide_item-row *,
  .crays-mirror.route-styleguide .rl-styleguide_tutorial-callout *,
  .crays-mirror.route-styleguide .styleguide_grid-colours *,
  .crays-mirror.route-styleguide .rl-styleguide_callout-link * {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-styleguide .rl-styleguide_callout-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* -------------------------------------------------------------------------- */
/* Crays.org subpage redesign layer                                            */
/* Binding source: CRAYS_ORG_DESIGN_HANDOVER.md, refreshed 2026-04-30.         */
/* This layer keeps all crawled text/HTML intact and restyles every subpage.    */
/* -------------------------------------------------------------------------- */

.crays-mirror:not(.route-home) {
  --crays-page-hero-image: url("/assets/curated/crays-dubai-global-network-background.webp");
  --crays-page-accent-image: url("/assets/curated/association-business-roundtable.webp");
  --crays-red-warm: #f35048;
  --crays-red-deep: #d10549;
  --crays-paper-alt: #f7f2ec;
  --crays-muted: #657484;
  --crays-line-light: rgba(255, 255, 255, 0.16);
  --crays-cyan: #5ecfff;
  --crays-ocean: #0e4f86;
  --crays-gold: #f2be68;
  --crays-shadow-soft: 0 18px 48px rgba(7, 15, 23, 0.08);
  --crays-shadow-deep: 0 34px 90px rgba(7, 15, 23, 0.20);
  min-height: 100%;
  color: var(--crays-ink);
  background:
    radial-gradient(circle at top left, rgba(243, 18, 72, 0.045), transparent 28%),
    radial-gradient(circle at 90% 0%, rgba(94, 207, 255, 0.07), transparent 22%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 46%, #fffdfa 100%);
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
}

.crays-mirror.page-kind-craysclub {
  --crays-page-hero-image: url("/assets/curated/association-hero-nightlife-community.jpg");
  --crays-page-accent-image: url("/assets/curated/association-business-roundtable.webp");
}

.crays-mirror.page-kind-crayscircle {
  --crays-page-hero-image: url("/assets/curated/association-mesh-venue-night.webp");
  --crays-page-accent-image: url("/assets/curated/crays-digital-asset-community.webp");
}

.crays-mirror.page-kind-crayslifestyle {
  --crays-page-hero-image: url("/assets/curated/crays-resort-palms-lifestyle-community-optimized.webp");
  --crays-page-accent-image: url("/assets/curated/association-lifestyle-yacht-community.jpg");
}

.crays-mirror.page-kind-events {
  --crays-page-hero-image: url("/assets/curated/dedupe-unsplash-rooftop-party.deploy.webp");
  --crays-page-accent-image: url("/assets/visuals/crays-gold-nightlife-lifestyle-community-optimized.webp");
}

.crays-mirror.route-events-events-overview-nature,
.crays-mirror.route-events-golfing {
  --crays-page-hero-image: url("/assets/curated/upreit-mallorca-hero-bay.webp");
}

.crays-mirror.route-events-action-sports,
.crays-mirror.route-events-events-overview-formula-1 {
  --crays-page-hero-image: url("/assets/curated/hero-dubai-4k.deploy-q62.webp");
}

.crays-mirror.page-kind-career,
.crays-mirror.page-kind-job {
  --crays-page-hero-image: url("/assets/curated/association-business-roundtable.webp");
  --crays-page-accent-image: url("/assets/curated/association-digital-nomads.webp");
}

.crays-mirror.page-kind-collection {
  --crays-page-hero-image: url("/assets/curated/crays-global-travelers-community-optimized.webp");
  --crays-page-accent-image: url("/assets/curated/ecosystem-tab-ocean-deck.jpg");
}

.crays-mirror.route-collection-investor {
  --crays-page-hero-image: url("/assets/curated/Returnbasedinvestors.jpeg");
}

.crays-mirror.route-collection-socialmedia {
  --crays-page-hero-image: url("/assets/curated/association-digital-nomads.webp");
}

.crays-mirror.route-collection-sustainable-living,
.crays-mirror.route-collection-holistic-health {
  --crays-page-hero-image: url("/assets/curated/dedupe-unsplash-resort-terrace.jpg");
}

.crays-mirror[class*="page-kind-press"] {
  --crays-page-hero-image: url("/assets/curated/crays-dubai-global-network-background.webp");
  --crays-page-accent-image: url("/assets/curated/dedupe-unsplash-evening-dinner.jpg");
}

.crays-mirror.page-kind-faq,
.crays-mirror.page-kind-styleguide {
  --crays-page-hero-image: url("/assets/curated/PropertyMarketComunity.jpg");
}

.crays-mirror.page-kind-old-home {
  --crays-page-hero-image: url("/assets/curated/hero-dubai-4k.deploy-q62.webp");
}

.crays-mirror.page-kind-legal {
  --crays-page-hero-image: url("/assets/curated/upreit-mallorca-marina-night.webp");
}

.crays-mirror:not(.route-home) .container-large,
.crays-mirror:not(.route-home) .container-small,
.crays-mirror:not(.route-home) .page-padding,
.crays-mirror:not(.route-home) .padding-global,
.crays-mirror:not(.route-home) .padding-global-2,
.crays-mirror:not(.route-home) .padding-global-2-corporate,
.crays-mirror:not(.route-home) .padding-global-2-corporate-2,
.crays-mirror:not(.route-home) .padding-global-2-corporate-typform,
.crays-mirror:not(.route-home) .padding-global-top-bottom-corporate-copy {
  max-width: none;
}

.crays-mirror:not(.route-home) .container-large,
.crays-mirror:not(.route-home) .container-small {
  width: min(1280px, calc(100vw - 48px));
  margin-inline: auto;
}

.crays-mirror:not(.route-home) :is(h1, h2, h3, h4, h5, h6) {
  letter-spacing: 0;
}

.crays-mirror:not(.route-home) :is(.heading-style-h1, .heading-style-h2) {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.02;
}

.crays-mirror:not(.route-home) :is(.heading-style-h3, .heading-style-h4, .heading-style-h5) {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 850;
  line-height: 1.12;
}

.crays-mirror:not(.route-home) :is(p, li, .text-size-regular, .text-size-medium) {
  letter-spacing: 0;
  line-height: 1.58;
}

.crays-mirror:not(.route-home) .red-highlight,
.crays-mirror:not(.route-home) .text-color-red {
  color: var(--crays-red);
}

.crays-mirror:not(.route-home) :is(.button, .button-2, .load-more-button, input[type="submit"]) {
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--crays-red);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--crays-red-strong) 0%, var(--crays-red) 100%);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.crays-mirror:not(.route-home) :is(.button, .button-2, .load-more-button, input[type="submit"]):hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(243, 18, 72, 0.26);
}

.crays-mirror:not(.route-home) > :is(header[class*="section_header"], .section_blogpost5, .section_cta3) {
  position: relative;
  isolation: isolate;
  min-height: clamp(430px, 48vw, 620px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.90) 0%, rgba(6, 17, 29, 0.80) 38%, rgba(6, 17, 29, 0.44) 70%, rgba(3, 7, 12, 0.68) 100%),
    radial-gradient(ellipse at 18% 20%, rgba(243, 18, 72, 0.20), transparent 36%),
    radial-gradient(ellipse at 86% 18%, rgba(94, 207, 255, 0.12), transparent 38%),
    var(--crays-page-hero-image) center / cover no-repeat;
}

.crays-mirror:not(.route-home) > :is(header[class*="section_header"], .section_blogpost5, .section_cta3):after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(3, 7, 12, 0.52));
  pointer-events: none;
}

.crays-mirror:not(.route-home) :is(.header36_component, .blogpost5_content-wrapper) {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100vw - 64px));
  margin-inline: auto;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.72fr);
  gap: 64px;
  align-items: center;
}

.crays-mirror:not(.route-home) .header36_content,
.crays-mirror:not(.route-home) .blogpost5_content-left,
.crays-mirror:not(.route-home) .section_header65 .text-align-center {
  max-width: 760px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.crays-mirror:not(.route-home) .section_header65 .container-small {
  width: min(980px, calc(100vw - 48px));
}

.crays-mirror:not(.route-home) .section_header65 .text-align-center {
  margin-inline: auto;
  text-align: left;
}

.crays-mirror:not(.route-home) .header36_content:before,
.crays-mirror:not(.route-home) .blogpost5_title-wrapper:before,
.crays-mirror:not(.route-home) .section_header65 .text-align-center:before {
  content: "Crays.org";
  display: block;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--crays-red-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.crays-mirror:not(.route-home) :is(.header36_content, .blogpost5_content-left, .section_header65) :is(h1, .heading-style-h1, .heading-style-h2) {
  color: #fff;
  font-size: 72px;
  line-height: 0.98;
  text-align: left;
}

.crays-mirror:not(.route-home) :is(.header36_content, .blogpost5_content-left, .section_header65) :is(p, .text-size-medium, .text-size-small-2, .blogpost5_date) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.crays-mirror:not(.route-home) .header36_content > p {
  max-height: 220px;
  overflow: auto;
  padding-right: 10px;
}

.crays-mirror:not(.route-home) .header36_content > p::-webkit-scrollbar,
.crays-mirror:not(.route-home) .blogpost5_content::-webkit-scrollbar {
  width: 6px;
}

.crays-mirror:not(.route-home) .header36_content > p::-webkit-scrollbar-thumb,
.crays-mirror:not(.route-home) .blogpost5_content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.30);
}

.crays-mirror:not(.route-home) :is(.header36_image-wrapper, .header65_background-image-wrapper, .cta3_background-image-wrapper) {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.crays-mirror:not(.route-home) :is(.header36_image-corporate, .header65_background-image, .cta3_background-image) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror:not(.route-home) .blogpost5_content-wrapper {
  grid-template-columns: minmax(320px, 0.52fr) minmax(0, 0.86fr);
}

.crays-mirror:not(.route-home) .blogpost5_content {
  max-height: 520px;
  overflow: auto;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.96);
  color: var(--crays-ink);
  box-shadow: var(--crays-shadow-deep);
}

.crays-mirror:not(.route-home) .blogpost5_content :is(p, li, .text-size-medium) {
  color: var(--crays-ink);
}

.crays-mirror:not(.route-home) .blogpost5_content :is(h2, h3, .heading-style-h3) {
  color: var(--crays-ink);
}

.crays-mirror:not(.route-home) .blogpost5_meta-wrapper,
.crays-mirror:not(.route-home) .blogpost5_date-wrapper {
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror:not(.route-home) .department-badge {
  border: 1px solid rgba(243, 18, 72, 0.65);
  border-radius: 999px;
  background: rgba(243, 18, 72, 0.12);
  color: #fff;
}

.crays-mirror:not(.route-home) > :is(section, div:not(.navbar10_component):not(.footer3_component)) {
  position: relative;
}

.crays-mirror:not(.route-home) :is(.padding-section-large, .padding-section-large-2, .padding-vertical.padding-huge) {
  padding-top: 110px;
  padding-bottom: 110px;
}

.crays-mirror:not(.route-home) :is(.section_layout390, .section_layout264, .section_layout264-corporate, .section_gallery16, .section_table1, .section_testimonial1, .section_layout267py-copy) {
  background:
    radial-gradient(circle at top left, rgba(243, 18, 72, 0.04), transparent 24%),
    linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(247, 242, 236, 0.92));
}

.crays-mirror:not(.route-home) :is(.section_contact1-copy, .section_cta15, .section_cta25) {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.88), rgba(6, 17, 29, 0.74)),
    var(--crays-page-accent-image) center / cover no-repeat;
}

.crays-mirror:not(.route-home) :is(.section_contact1-copy, .section_cta15, .section_cta25) :is(h1, h2, h3, p, .text-size-medium, .heading-style-h2-white) {
  color: #fff;
}

.crays-mirror:not(.route-home) :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col, .layout252_component-copy) {
  align-items: center;
  gap: 48px;
}

.crays-mirror:not(.route-home) :is(.divider-2-col, .divider-2-col-2, .blogpost5_divider) {
  width: 1px;
  min-height: 130px;
  background: rgba(7, 26, 45, 0.16);
}

.crays-mirror:not(.route-home) :is(.section_contact1-copy, .section_cta15, .section_cta25) :is(.divider-2-col, .divider-2-col-2) {
  background: rgba(255, 255, 255, 0.24);
}

.crays-mirror:not(.route-home) :is(.layout252_item, .layout264_item, .layout264_item-copy, .pricing5_content, .pricing5_feature, .testimonial1_component, .table1_component, .contact1_component, .rl-styleguide_tutorial-callout) {
  border: 1px solid rgba(7, 26, 45, 0.10);
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: var(--crays-shadow-soft);
  overflow: hidden;
}

.crays-mirror:not(.route-home) :is(.layout252_item, .layout264_item, .layout264_item-copy, .pricing5_content) {
  padding: 18px;
}

.crays-mirror:not(.route-home) .pricing5_feature {
  padding: 18px;
  align-items: center;
}

.crays-mirror:not(.route-home) :is(.layout252_list, .layout252_list_3_col, .layout252_list_4_col, .layout264_component, .pricing5_feature-list) {
  gap: 22px;
}

.crays-mirror:not(.route-home) :is(.layout252_image-wrapper, .layout3_image-wrapper, .testimonial1_client-image-wrapper) {
  border-radius: 10px;
  overflow: hidden;
  background: var(--crays-night);
}

.crays-mirror:not(.route-home) .layout252_image-wrapper {
  aspect-ratio: 1.35 / 1;
}

.crays-mirror:not(.route-home) :is(.layout252_image, .layout3_image, .image-2) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease, filter 320ms ease;
}

.crays-mirror:not(.route-home) .layout252_item:hover :is(.layout252_image, .layout3_image, .image-2),
.crays-mirror:not(.route-home) .clickable-tile:hover .image-2 {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.03);
}

.crays-mirror:not(.route-home) .clickable-tile {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  overflow: hidden;
  background: var(--crays-night);
  box-shadow: var(--crays-shadow-soft);
}

.crays-mirror:not(.route-home) .clickable-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.10), rgba(3, 7, 12, 0.70));
  pointer-events: none;
}

.crays-mirror:not(.route-home) .clickable-tile .wrapper-tile {
  z-index: 1;
  background: transparent;
}

.crays-mirror:not(.route-home) .table1_item {
  border-bottom: 1px solid rgba(7, 26, 45, 0.10);
  background: rgba(255, 253, 250, 0.78);
  transition: background 180ms ease, transform 180ms ease;
}

.crays-mirror:not(.route-home) .table1_item:hover {
  background: rgba(243, 18, 72, 0.06);
  transform: translateX(4px);
}

.crays-mirror:not(.route-home) :is(.form-input-2, .w-input, .w-select, textarea) {
  border: 1px solid rgba(7, 26, 45, 0.14);
  border-radius: 10px;
  background: rgba(255, 253, 250, 0.92);
  color: var(--crays-ink);
}

.crays-mirror:not(.route-home) .quote-headline,
.crays-mirror:not(.route-home) .big-quote {
  color: var(--crays-ink);
}

.crays-mirror:not(.route-home) .testimonial1_component {
  padding: 42px;
}

.crays-mirror:not(.route-home) .footer3_component {
  color: #fff;
  background:
    radial-gradient(ellipse at 16% 18%, rgba(243, 18, 72, 0.10), transparent 34%),
    linear-gradient(180deg, #06111d 0%, #03070c 100%);
}

.crays-mirror:not(.route-home) .footer3_component .padding-vertical {
  padding-top: 72px;
}

.crays-mirror:not(.route-home) .footer3_component .line-divider {
  background: rgba(255, 255, 255, 0.18);
}

.crays-mirror:not(.route-home) :is(.footer3_link, .footer3_link-copy, .footer3_legal-link, .footer3_credit-text, .footer3_details-wrapper, .footer3_component .text-size-small) {
  color: rgba(255, 255, 255, 0.76);
}

.crays-mirror:not(.route-home) :is(.footer3_link, .footer3_link-copy, .footer3_legal-link):hover {
  color: var(--crays-red-strong);
}

.crays-mirror:not(.route-home) :is(.social-icon-link, .footer3_social-link) {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.crays-mirror:not(.route-home) :is(.social-icon-link img, .footer3_social-link img) {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: none;
}

.crays-mirror.page-kind-legal .section {
  min-height: auto;
  padding: 108px 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 250, 0.94), rgba(255, 253, 250, 0.82)),
    var(--crays-page-hero-image) center / cover no-repeat;
}

.crays-mirror.page-kind-legal .section > div {
  width: min(980px, calc(100vw - 48px));
  margin-inline: auto;
  padding: 44px;
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.96);
  box-shadow: var(--crays-shadow-soft);
}

.crays-mirror.page-kind-legal .section :is(h1, h2, h3) {
  color: var(--crays-ink);
}

@media (max-width: 991px) {
  .crays-mirror:not(.route-home) :is(.header36_component, .blogpost5_content-wrapper) {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    width: min(calc(100vw - 32px), 720px);
  }

  .crays-mirror:not(.route-home) .blogpost5_content {
    max-height: none;
  }

  .crays-mirror:not(.route-home) :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .crays-mirror:not(.route-home) :is(.divider-2-col, .divider-2-col-2) {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 1px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .crays-mirror:not(.route-home) .container-large,
  .crays-mirror:not(.route-home) .container-small,
  .crays-mirror:not(.route-home) .page-padding {
    width: min(calc(100vw - 28px), 560px);
  }

  .crays-mirror:not(.route-home) > :is(header[class*="section_header"], .section_blogpost5, .section_cta3) {
    min-height: 480px;
    align-items: flex-end;
    padding-bottom: 34px;
    background-position: center;
  }

  .crays-mirror:not(.route-home) :is(.header36_content, .blogpost5_content-left, .section_header65 .text-align-center, .blogpost5_content, .testimonial1_component, .contact1_component) {
    padding: 24px;
    border-radius: 12px;
  }

  .crays-mirror:not(.route-home) :is(.header36_content, .blogpost5_content-left, .section_header65) :is(h1, .heading-style-h1, .heading-style-h2) {
    font-size: 40px;
    line-height: 1.02;
  }

  .crays-mirror:not(.route-home) :is(.padding-section-large, .padding-section-large-2, .padding-vertical.padding-huge) {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .crays-mirror:not(.route-home) :is(.layout252_list, .layout252_list_3_col, .layout252_list_4_col, .layout264_component, .pricing5_feature-list) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror:not(.route-home) .clickable-tile {
    min-height: 290px;
  }

  .crays-mirror:not(.route-home) .footer3_bottom-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }

  .crays-mirror.page-kind-legal .section {
    padding: 72px 0;
  }

  .crays-mirror.page-kind-legal .section > div {
    width: min(calc(100vw - 28px), 560px);
    padding: 24px;
  }
}

/* -------------------------------------------------------------------------- */
/* Crays Fund aligned subpage pass                                             */
/* New page heroes are inserted by the generator. Original crays.org words stay */
/* visible in the preserved first section below each hero.                      */
/* -------------------------------------------------------------------------- */

.crays-mirror:not(.route-home) {
  background:
    linear-gradient(180deg, #03070c 0%, #06111d 32%, #fffdfa 32%, #fffdfa 100%);
}

.crays-mirror:not(.route-home) .crays-subpage-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.90) 0%, rgba(6, 17, 29, 0.76) 42%, rgba(6, 17, 29, 0.38) 74%, rgba(3, 7, 12, 0.72) 100%),
    radial-gradient(ellipse at 18% 22%, rgba(243, 18, 72, 0.18), transparent 35%),
    radial-gradient(ellipse at 88% 18%, rgba(94, 207, 255, 0.09), transparent 38%),
    var(--crays-page-hero-image) center / cover no-repeat;
}

.crays-mirror:not(.route-home) .crays-subpage-hero *,
.crays-mirror:not(.route-home) .crays-preserved-first-section * {
  box-sizing: border-box;
}

.crays-mirror:not(.route-home) .crays-subpage-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.14), rgba(3, 7, 12, 0.82)),
    linear-gradient(90deg, rgba(3, 7, 12, 0.30), transparent 50%, rgba(3, 7, 12, 0.28));
  pointer-events: none;
}

.crays-mirror:not(.route-home) .crays-subpage-hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, #03070c);
  pointer-events: none;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__inner {
  width: min(1280px, calc(100vw - 64px));
  margin: 0 auto;
  padding: 88px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.74fr);
  gap: 56px;
  align-items: end;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__copy {
  max-width: 760px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(18px);
}

.crays-mirror:not(.route-home) .crays-subpage-hero__eyebrow {
  margin-bottom: 18px;
  color: var(--crays-red-strong);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__title {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__summary {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid var(--crays-red);
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(243, 18, 72, 0.24);
}

.crays-mirror:not(.route-home) .crays-subpage-hero__button--primary {
  background: linear-gradient(180deg, var(--crays-red-strong) 0%, var(--crays-red) 100%);
  color: #fff;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__button--secondary {
  background: rgba(255, 255, 255, 0.96);
  color: var(--crays-ink);
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tiles {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile {
  position: relative;
  min-height: 128px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 22px;
  height: 26px;
  background: url("/assets/brand/crays-mark.svg") center / contain no-repeat;
  opacity: 0.42;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--crays-red-strong);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile-title {
  display: block;
  max-width: calc(100% - 42px);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.16;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile-body {
  max-width: 520px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.48;
}

.crays-mirror:not(.route-home) > .crays-preserved-first-section:is(header[class*="section_header"], .section_blogpost1, .section_blogpost2, .section_blogpost5, .section_cta3) {
  min-height: auto !important;
  display: block !important;
  align-items: initial !important;
  overflow: visible !important;
  padding: 86px 0 !important;
  color: var(--crays-ink) !important;
  background:
    radial-gradient(circle at top left, rgba(243, 18, 72, 0.045), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%) !important;
}

.crays-mirror:not(.route-home) > .crays-preserved-empty-hero {
  display: none !important;
}

.crays-mirror:not(.route-home) > .crays-preserved-original-hero:before,
.crays-mirror:not(.route-home) > .crays-preserved-original-hero:after {
  display: none !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero :is(.header36_image-wrapper, .header37_image-wrapper, .header65_background-image-wrapper, .cta3_background-image-wrapper, .blogpost1_image-wrapper, .blogpost2_image-wrapper, .blogpost5_image-wrapper) {
  display: none !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero :is(.header36_component, .header37_component, .header65_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper) {
  width: min(1080px, calc(100vw - 64px)) !important;
  max-width: 1080px !important;
  min-height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero :is(.header36_content, .header37_content, .blogpost1_content, .blogpost2_content, .blogpost5_content-left, .section_header65 .text-align-center) {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 34px !important;
  border: 1px solid rgba(7, 26, 45, 0.12) !important;
  border-radius: 12px !important;
  background: rgba(255, 253, 250, 0.96) !important;
  color: var(--crays-ink) !important;
  box-shadow: 0 18px 48px rgba(7, 15, 23, 0.08) !important;
  backdrop-filter: none !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero :is(.header36_content, .header37_content, .blogpost1_content, .blogpost2_content, .blogpost5_content-left, .section_header65 .text-align-center):before {
  display: none !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero :is(h1, h2, h3, h4, h5, h6, p, li, div, span, a, strong, em) {
  color: inherit;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero .red-highlight,
.crays-mirror:not(.route-home) .crays-preserved-original-hero .text-color-red {
  color: var(--crays-red) !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero :is(h1, .heading-style-h1, .heading-style-h2) {
  color: var(--crays-ink) !important;
  font-size: 44px !important;
  line-height: 1.06 !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero :is(p, .text-size-medium, .text-size-small-2, .blogpost5_date) {
  max-width: 880px !important;
  color: rgba(8, 28, 46, 0.76) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.crays-mirror:not(.route-home) .crays-preserved-original-hero .header36_content > p,
.crays-mirror:not(.route-home) .crays-preserved-original-hero .header37_content > p,
.crays-mirror:not(.route-home) .crays-preserved-original-hero .blogpost5_content {
  max-height: none !important;
  overflow: visible !important;
  padding-right: 0 !important;
}

.crays-mirror:not(.route-home) > .crays-preserved-first-section:not(.crays-preserved-original-hero) {
  background:
    radial-gradient(circle at top left, rgba(243, 18, 72, 0.04), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%);
}

.crays-mirror:not(.route-home) :is(.section_gallery16, .section_gallery16-4-tiles-grid, .section_layout252, .section_layout252.white, .section_layout390, .section_layout264, .section_layout369, .section_pricing16, .section_logo2.white, .section_testimonial1) {
  background:
    radial-gradient(circle at top left, rgba(243, 18, 72, 0.035), transparent 26%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%) !important;
}

.crays-mirror:not(.route-home) :is(.section_cta15, .section_cta25, .section_contact1-copy, .section_faq4.black) {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.90), rgba(6, 17, 29, 0.76)),
    var(--crays-page-accent-image) center / cover no-repeat !important;
}

.crays-mirror:not(.route-home) :is(.layout252_item, .layout264_item, .layout264_item-copy, .layout390_card-vertical, .layout390_card-horizontal, .layout369_card-large, .layout369_card-small, .layout289_item, .pricing16_plan, .pricing5_feature, .testimonial1_component, .table1_component, .contact1_component) {
  border: 1px solid rgba(7, 26, 45, 0.11) !important;
  border-radius: 10px !important;
  background: rgba(255, 253, 250, 0.97) !important;
  box-shadow: 0 18px 48px rgba(7, 15, 23, 0.08) !important;
  overflow: hidden;
}

.crays-mirror:not(.route-home) :is(.layout390_card-vertical-image-wrapper, .layout390_card-horizontal-image-wrapper, .layout369_card-large-image-wrapper, .layout369_card-small-image-wrapper, .pricing16_plan > img, .image-3) {
  border-radius: 8px;
  overflow: hidden;
}

.crays-mirror:not(.route-home) :is(.layout390_card-vertical-image, .layout390_card-horizontal-image, .layout369_card-large-image, .layout369_card-small-image, .pricing16_plan > img, .image-3) {
  object-fit: cover;
  filter: saturate(0.98) contrast(1.04);
}

.crays-mirror:not(.route-home) :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
  padding: 34px 0;
}

.crays-mirror:not(.route-home) :is(.heading-style-h2, .heading-style-h2-2-col) {
  color: var(--crays-ink);
}

.crays-mirror:not(.route-home) :is(.section_cta15, .section_cta25, .section_contact1-copy, .section_faq4.black) :is(.heading-style-h2, .heading-style-h2-2-col, .heading-style-h3, p, div) {
  color: inherit;
}

@media (max-width: 991px) {
  .crays-mirror:not(.route-home) .crays-subpage-hero {
    min-height: auto;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__inner {
    width: min(100vw - 32px, 760px);
    padding: 72px 0 56px;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__title {
    font-size: 58px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__tile {
    min-height: 150px;
  }

  .crays-mirror:not(.route-home) .crays-preserved-original-hero :is(.header36_component, .header37_component, .header65_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper) {
    width: min(100vw - 32px, 760px) !important;
  }
}

@media (max-width: 640px) {
  .crays-mirror:not(.route-home) .crays-subpage-hero {
    min-height: calc(100svh - 66px);
    background-position: center;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__inner {
    width: min(100vw - 28px, 560px);
    padding: 52px 0 42px;
  }

  .crays-mirror:not(.route-home) :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy) {
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box;
  }

  .crays-mirror:not(.route-home) :is(.container-large, .container-small) {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .crays-mirror:not(.route-home) .career20_tabs-menu {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__copy {
    padding: 24px;
    border-radius: 10px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__title {
    font-size: 40px;
    line-height: 1.02;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__summary {
    font-size: 16px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__button {
    width: 100%;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__tiles {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__tile {
    min-height: auto;
    padding: 20px;
  }

  .crays-mirror:not(.route-home) > .crays-preserved-first-section:is(header[class*="section_header"], .section_blogpost1, .section_blogpost2, .section_blogpost5, .section_cta3) {
    padding: 58px 0 !important;
  }

  .crays-mirror:not(.route-home) .crays-preserved-original-hero :is(.header36_component, .header37_component, .header65_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper) {
    width: min(100vw - 28px, 560px) !important;
    max-width: 100% !important;
  }

  .crays-mirror:not(.route-home) .crays-preserved-original-hero :is(.header36_content, .header37_content, .blogpost1_content, .blogpost2_content, .blogpost5_content-left, .section_header65 .text-align-center) {
    padding: 24px !important;
  }

  .crays-mirror:not(.route-home) .crays-preserved-original-hero :is(h1, .heading-style-h1, .heading-style-h2) {
    font-size: 32px !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Crays Fund lower-section finish pass                                        */
/* Generator keeps the original words; this layer gives every subpage section  */
/* the newer Crays Fund rhythm: dark image bands, white content decks, cards.  */
/* -------------------------------------------------------------------------- */

.crays-mirror:not(.route-home) {
  --crays-fund-dark: #03070c;
  --crays-fund-blue: #06111d;
  --crays-fund-panel: rgba(255, 253, 250, 0.965);
  --crays-fund-line: rgba(7, 26, 45, 0.12);
  --crays-fund-soft: #f7f2ec;
  background: #fffdfa;
}

.crays-mirror:not(.route-home) .crays-fund-page-section {
  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 18, 72, 0.045), transparent 27%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%);
}

.crays-mirror:not(.route-home) .crays-fund-page-section.crays-section--hidden-preserved,
.crays-mirror:not(.route-home) .crays-fund-page-section.crays-section--empty,
.crays-mirror:not(.route-home) > .crays-preserved-empty-hero {
  display: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy),
.crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy) {
  width: 100%;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.container-large, .container-small) {
  width: min(1280px, calc(100vw - 48px)) !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-section-large, .padding-section-large-2, .padding-vertical.padding-huge, .padding-section-large-small, .padding-section-large-xl) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(h1, h2, h3, h4, h5, h6, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5) {
  color: var(--crays-ink);
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h1, .heading-style-h2, h1, h2) {
  font-size: 64px !important;
  line-height: 0.98 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h3, h3) {
  font-size: 31px !important;
  line-height: 1.08 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(p, li, .text-size-regular, .text-size-medium, .big-quote) {
  max-width: 100%;
  color: rgba(8, 28, 46, 0.76) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .red-highlight,
.crays-mirror:not(.route-home) .crays-fund-page-section .text-color-red {
  color: var(--crays-red) !important;
}

.crays-mirror:not(.route-home) .crays-section--intro {
  margin-top: -1px;
  background:
    radial-gradient(circle at 18% 10%, rgba(243, 18, 72, 0.055), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%) !important;
}

.crays-mirror:not(.route-home) .crays-section--intro:is(header, section) {
  min-height: auto !important;
  display: block !important;
  align-items: initial !important;
  color: var(--crays-ink) !important;
}

.crays-mirror:not(.route-home) .crays-section--intro :is(.header36_component, .header37_component, .header65_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper) {
  width: min(1280px, calc(100vw - 64px)) !important;
  max-width: 1280px !important;
  min-height: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr) !important;
  gap: clamp(28px, 5vw, 64px) !important;
  align-items: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.crays-mirror:not(.route-home) .crays-section--intro :is(.header36_content, .header37_content, .blogpost1_content, .blogpost2_content, .blogpost5_content-left, .section_header65 .text-align-center) {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 !important;
  padding: clamp(28px, 4vw, 48px) !important;
  border: 1px solid var(--crays-fund-line) !important;
  border-radius: 8px !important;
  background: var(--crays-fund-panel) !important;
  box-shadow: 0 24px 70px rgba(7, 15, 23, 0.10) !important;
}

.crays-mirror:not(.route-home) .crays-section--intro :is(.header36_image-wrapper, .header37_image-wrapper, .header65_background-image-wrapper, .blogpost1_image-wrapper, .blogpost2_image-wrapper, .blogpost5_image-wrapper) {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.12 / 1 !important;
  border: 1px solid rgba(7, 26, 45, 0.10) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: var(--crays-night) !important;
  box-shadow: 0 28px 80px rgba(7, 15, 23, 0.16) !important;
}

.crays-mirror:not(.route-home) .crays-section--intro .cta3_background-image-wrapper {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: min(1280px, calc(100vw - 64px)) !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 7 !important;
  margin: clamp(28px, 4vw, 52px) auto 0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 28px 80px rgba(7, 15, 23, 0.16) !important;
}

.crays-mirror:not(.route-home) .crays-section--intro :is(.header36_image-wrapper, .header37_image-wrapper, .header65_background-image-wrapper, .blogpost1_image-wrapper, .blogpost2_image-wrapper, .blogpost5_image-wrapper, .cta3_background-image-wrapper):after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0.03), rgba(3, 7, 12, 0.32));
  pointer-events: none;
}

.crays-mirror:not(.route-home) .crays-section--intro :is(.header36_image, .header37_image, .header65_background-image, .blogpost1_image, .blogpost2_background-image, .blogpost5_image, .cta3_background-image) {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(1.02) contrast(1.04) !important;
}

.crays-mirror:not(.route-home) .crays-swapped-content-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
}

.crays-mirror:not(.route-home) .crays-section--cards {
  background:
    radial-gradient(circle at 86% 8%, rgba(94, 207, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%) !important;
}

.crays-mirror:not(.route-home) .crays-section--cards :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) 1px minmax(0, 0.72fr) !important;
  gap: clamp(24px, 4vw, 48px) !important;
  align-items: start !important;
  padding: 0 0 clamp(28px, 4vw, 52px) !important;
}

.crays-mirror:not(.route-home) .crays-section--cards :is(.divider-2-col, .divider-2-col-2) {
  width: 1px !important;
  min-width: 1px !important;
  height: 100% !important;
  min-height: 76px !important;
  margin: 0 !important;
  background: rgba(7, 26, 45, 0.16) !important;
}

.crays-mirror:not(.route-home) :is(.layout252_list, .layout252_list_3_col, .layout252_list_4_col, .layout390_component, .layout390_row, .layout264_component, .layout369_component, .pricing16_plans, .pricing5_feature-list, .team1_list, .gallery7_component) {
  gap: clamp(18px, 2vw, 28px) !important;
}

.crays-mirror:not(.route-home) :is(.layout252_item, .layout264_item, .layout264_item-copy, .layout390_card-vertical, .layout390_card-horizontal, .layout369_card-large, .layout369_card-small, .pricing16_plan, .pricing5_feature, .testimonial1_component, .table1_component, .team1_item, .contact1_component) {
  border: 1px solid rgba(7, 26, 45, 0.10) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 250, 0.98) !important;
  box-shadow: 0 20px 58px rgba(7, 15, 23, 0.09) !important;
  overflow: hidden !important;
}

.crays-mirror:not(.route-home) :is(.layout252_item, .layout264_item, .layout264_item-copy, .layout390_card-vertical, .layout390_card-horizontal, .layout369_card-large, .layout369_card-small, .pricing16_plan, .team1_item) :is(.heading-style-h3, .heading-style-h4, h3, h4, h5) {
  font-size: 28px !important;
}

.crays-mirror:not(.route-home) :is(.layout252_image-wrapper, .layout3_image-wrapper, .layout390_card-vertical-image-wrapper, .layout390_card-horizontal-image-wrapper, .layout369_card-large-image-wrapper, .layout369_card-small-image-wrapper, .team1_image-wrapper, .testimonial1_client-image-wrapper) {
  position: relative;
  aspect-ratio: 1.34 / 1;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: var(--crays-night) !important;
}

.crays-mirror:not(.route-home) :is(.pricing16_plan > img, .image-3, .image-2, .layout252_image, .layout3_image, .layout390_card-vertical-image, .layout390_card-horizontal-image, .layout369_card-large-image, .layout369_card-small-image, .team1_image, .testimonial1_client-image) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.crays-mirror:not(.route-home) .pricing16_plan > img,
.crays-mirror:not(.route-home) .image-3 {
  height: clamp(220px, 28vw, 350px) !important;
  border-radius: 8px 8px 0 0 !important;
}

.crays-mirror:not(.route-home) .clickable-tile {
  min-height: clamp(320px, 32vw, 460px) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 8px !important;
  background: var(--crays-fund-dark) !important;
  box-shadow: 0 24px 70px rgba(7, 15, 23, 0.18) !important;
}

.crays-mirror:not(.route-home) .clickable-tile .image-2 {
  position: absolute !important;
  inset: 0 !important;
}

.crays-mirror:not(.route-home) .clickable-tile .wrapper-tile,
.crays-mirror:not(.route-home) .clickable-tile .wrapper-country-top {
  position: relative;
  z-index: 2;
}

.crays-mirror:not(.route-home) .crays-section--dark {
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.92), rgba(6, 17, 29, 0.74)),
    radial-gradient(circle at 84% 16%, rgba(94, 207, 255, 0.12), transparent 28%),
    var(--crays-page-accent-image) center / cover no-repeat !important;
}

.crays-mirror:not(.route-home) .crays-section--dark:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(3, 7, 12, 0.56));
}

.crays-mirror:not(.route-home) .crays-section--dark :is(h1, h2, h3, h4, h5, h6, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, p, li, div, span, strong, em) {
  color: inherit !important;
}

.crays-mirror:not(.route-home) .crays-section--dark :is(.layout264_item, .layout264_item-copy, .pricing5_feature, .contact1_component, .testimonial1_component) {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)) !important;
  color: #fff !important;
  backdrop-filter: blur(14px);
}

.crays-mirror:not(.route-home) .testimonial1_component {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 56px) !important;
}

.crays-mirror:not(.route-home) .testimonial1_component .big-quote {
  font-size: 30px !important;
  line-height: 1.2 !important;
  color: var(--crays-ink) !important;
}

.crays-mirror.page-kind-legal .crays-section--document,
.crays-mirror:not(.route-home) .crays-section--document {
  background:
    radial-gradient(circle at 88% 6%, rgba(94, 207, 255, 0.07), transparent 24%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%) !important;
}

.crays-mirror:not(.route-home) .crays-section--document :is(.wrapper_abg_text, .rich_text_agb, .w-richtext, .page-wrapper) {
  width: min(1080px, calc(100vw - 48px)) !important;
  max-width: 1080px !important;
  margin: 0 auto !important;
}

.crays-mirror:not(.route-home) .crays-section--document :is(.rich_text_agb, .w-richtext) {
  padding: clamp(28px, 5vw, 56px) !important;
  border: 1px solid rgba(7, 26, 45, 0.11) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 250, 0.98) !important;
  box-shadow: 0 24px 70px rgba(7, 15, 23, 0.09) !important;
}

.crays-mirror:not(.route-home) .crays-section--document :is(h1, h2, h3) {
  margin-top: 1.2em;
  margin-bottom: 0.45em;
}

.crays-mirror:not(.route-home) .crays-section--document :is(p, li) {
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.crays-mirror:not(.route-home) :is(.button, .button-2, .load-more-button, input[type="submit"], .w-button) {
  border-radius: 999px !important;
}

@media (max-width: 991px) {
  .crays-mirror:not(.route-home) .crays-section--intro :is(.header36_component, .header37_component, .header65_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper),
  .crays-mirror:not(.route-home) .crays-section--cards :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
    width: min(760px, calc(100vw - 32px)) !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror:not(.route-home) .crays-section--cards :is(.divider-2-col, .divider-2-col-2) {
    width: 100% !important;
    height: 1px !important;
    min-height: 1px !important;
  }

  .crays-mirror:not(.route-home) .crays-section--intro .cta3_background-image-wrapper {
    width: min(760px, calc(100vw - 32px)) !important;
  }
}

@media (max-width: 640px) {
  .crays-mirror:not(.route-home) .crays-fund-page-section {
    padding: 58px 0;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy),
  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy) {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.container-large, .container-small),
  .crays-mirror:not(.route-home) .crays-section--intro :is(.header36_component, .header37_component, .header65_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper),
  .crays-mirror:not(.route-home) .crays-section--intro .cta3_background-image-wrapper,
  .crays-mirror:not(.route-home) .crays-section--document :is(.wrapper_abg_text, .rich_text_agb, .w-richtext, .page-wrapper) {
    width: min(560px, calc(100vw - 28px)) !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h1, .heading-style-h2, h1, h2) {
    font-size: 40px !important;
  }

  .crays-mirror:not(.route-home) .crays-section--intro :is(.header36_content, .header37_content, .blogpost1_content, .blogpost2_content, .blogpost5_content-left, .section_header65 .text-align-center),
  .crays-mirror:not(.route-home) .crays-section--document :is(.rich_text_agb, .w-richtext) {
    padding: 24px !important;
  }

  .crays-mirror:not(.route-home) :is(.layout252_list, .layout252_list_3_col, .layout252_list_4_col, .layout390_component, .layout390_row, .layout264_component, .layout369_component, .pricing16_plans, .pricing5_feature-list, .team1_list, .gallery7_component) {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Crays Fund reference pass: navigation, centered heroes, lower-page systems  */
/* References scanned: /world, /travel, /invest, /rollovers, /team, /contact.  */
/* -------------------------------------------------------------------------- */

.crays-mirror .crays-preserved-original-nav {
  display: none !important;
}

.crays-mirror .crays-live-text-preserve {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.crays-mirror .crays-top-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 82px;
  border-bottom: 1px solid rgba(7, 26, 45, 0.08);
  background: rgba(255, 253, 250, 0.97);
  box-shadow: 0 1px 0 rgba(7, 26, 45, 0.04);
  backdrop-filter: blur(16px);
}

.crays-mirror .crays-top-nav-inner {
  width: min(1240px, calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
}

.crays-mirror .crays-top-nav-logo {
  display: inline-flex;
  align-items: center;
  width: 126px;
  color: var(--crays-ink);
  text-decoration: none;
}

.crays-mirror .crays-top-nav-logo img {
  width: 126px;
  height: auto;
  display: block;
}

.crays-mirror .crays-top-nav-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  min-width: 0;
}

.crays-mirror .crays-top-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  color: #172a3d;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.crays-mirror .crays-top-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--crays-red);
  transition: transform 180ms ease;
}

.crays-mirror .crays-top-nav-link:hover::after,
.crays-mirror .crays-top-nav-link.is-active::after {
  transform: scaleX(1);
}

.crays-mirror .crays-top-nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.crays-mirror .crays-top-nav-button {
  min-width: 178px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--crays-red);
  border-radius: 999px;
  background: #fffdfa;
  color: var(--crays-ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}

.crays-mirror .crays-top-nav-button:hover {
  background: var(--crays-red);
  color: #fff;
}

.crays-mirror .crays-top-nav-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--crays-ink);
  text-decoration: none;
}

.crays-mirror .crays-top-nav-icon svg {
  width: 28px;
  height: 28px;
}

.crays-mirror:not(.route-home) {
  background:
    radial-gradient(circle at 18% 2%, rgba(243, 18, 72, 0.06), transparent 28%),
    radial-gradient(circle at 82% 4%, rgba(94, 207, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 52%, #fffdfa 100%) !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 84px 24px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.92) 0%, rgba(6, 17, 29, 0.76) 40%, rgba(6, 17, 29, 0.38) 70%, rgba(3, 7, 12, 0.74) 100%),
    radial-gradient(ellipse at 17% 24%, rgba(243, 18, 72, 0.20), transparent 34%),
    radial-gradient(ellipse at 86% 22%, rgba(94, 207, 255, 0.13), transparent 40%),
    var(--crays-page-hero-image) center / cover no-repeat;
}

.crays-mirror:not(.route-home) .crays-subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(180deg, transparent, #000 20%, #000 74%, transparent);
}

.crays-mirror:not(.route-home) .crays-subpage-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(3, 7, 12, 0.72));
}

.crays-mirror:not(.route-home) .crays-subpage-hero__inner {
  width: min(1240px, calc(100vw - 48px));
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.78fr);
  gap: 56px;
  align-items: center;
  justify-content: center;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__copy {
  width: 100%;
  max-width: 720px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__eyebrow {
  margin-bottom: 22px;
  color: var(--crays-red-strong);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 82px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__summary {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.62;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__button--primary {
  border-color: var(--crays-red);
  background: var(--crays-red);
  box-shadow: 0 22px 54px rgba(243, 18, 72, 0.26);
}

.crays-mirror:not(.route-home) .crays-subpage-hero__button--secondary {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.crays-mirror:not(.route-home) .crays-subpage-hero__media {
  display: grid;
  gap: 18px;
  align-items: start;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__image-card {
  position: relative;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px 34px 8px 34px;
  overflow: hidden;
  background: var(--crays-night);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}

.crays-mirror:not(.route-home) .crays-subpage-hero__image-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__panel {
  width: 100%;
  margin-top: 0;
  padding: 28px;
  border: 1px solid rgba(7, 26, 45, 0.10);
  border-radius: 8px 34px 8px 34px;
  background: rgba(255, 253, 250, 0.96);
  color: var(--crays-ink);
  box-shadow: 0 28px 80px rgba(7, 15, 23, 0.22);
}

.crays-mirror:not(.route-home) .crays-subpage-hero__panel-kicker {
  margin: 0 0 10px;
  color: var(--crays-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__panel-title {
  margin: 0 0 20px;
  color: var(--crays-ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.06;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile {
  min-height: 96px;
  padding: 16px;
  border: 1px solid rgba(7, 26, 45, 0.10);
  border-radius: 8px;
  background: #fffdfa;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile:first-child {
  grid-column: 1 / -1;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile-kicker {
  display: block;
  margin-bottom: 8px;
  color: var(--crays-red);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile-title {
  display: block;
  color: var(--crays-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.16;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile-body {
  margin: 8px 0 0;
  color: rgba(8, 28, 46, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.crays-mirror:not(.route-home) .crays-fund-page-section {
  position: relative !important;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 96px 0 !important;
  background: #fffdfa !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section.crays-section--hidden-preserved,
.crays-mirror:not(.route-home) .crays-fund-page-section.crays-section--empty,
.crays-mirror:not(.route-home) > .crays-preserved-empty-hero {
  display: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy),
.crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy) {
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.container-large, .container-small) {
  width: min(1240px, calc(100vw - 48px)) !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-section-large, .padding-section-large-2, .padding-section-large-small, .padding-section-large-xl, .padding-vertical.padding-huge, .padding-vertical.padding-xxlarge) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(h1, h2, h3, h4, h5, h6, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5) {
  color: var(--crays-ink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h1, .heading-style-h2, h1, h2) {
  font-size: 56px !important;
  line-height: 1.02 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h3, h3) {
  font-size: 32px !important;
  line-height: 1.08 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(p, li, .text-size-regular, .text-size-medium, .big-quote, .quote-headline) {
  color: rgba(8, 28, 46, 0.76) !important;
  font-size: 17px !important;
  line-height: 1.62 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .red-highlight,
.crays-mirror:not(.route-home) .crays-fund-page-section .text-color-red {
  color: var(--crays-red) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge {
  padding: 96px 0 116px !important;
  color: #fff;
  background:
    radial-gradient(circle at 70% 0%, rgba(255, 47, 103, 0.25), transparent 28%),
    radial-gradient(circle at 8% 8%, rgba(94, 207, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #eef4f3 0%, #06111d 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge::before,
.crays-mirror:not(.route-home) .crays-fund-layout-showcase::before,
.crays-mirror:not(.route-home) .crays-fund-layout-command::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 96px 96px;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.container-large, .container-small, .header36_component, .header37_component, .header102_component, .gallery16_component, .gallery16_2col_component, .cta3_component) {
  padding: 34px 38px !important;
  border: 1px solid rgba(255, 47, 103, 0.42) !important;
  border-left: 7px solid var(--crays-red) !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, rgba(255, 253, 250, 0.98) 0%, rgba(255, 253, 250, 0.90) 62%, rgba(255, 253, 250, 0.46) 100%) !important;
  box-shadow: 0 34px 110px rgba(3, 7, 12, 0.22) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_component, .header37_component, .header102_component, .gallery16_component, .gallery16_2col_component) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr) !important;
  gap: 28px !important;
  align-items: center !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_content, .header37_content, .header102_content, .gallery16_content, .gallery16_2col_content) {
  max-width: 760px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_image-wrapper, .header37_image-wrapper, .header102_image-wrapper, .gallery16_image-wrapper, .gallery16_2col_image-wrapper, .layout3_image-wrapper, .team1_image-wrapper) {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.45 / 1 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  background: var(--crays-night) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(img, .crays-swapped-content-image) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(h1, h2, h3, h4, h5, .heading-style-h1, .heading-style-h2, .heading-style-h3),
.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(p, li, .text-size-medium, .text-size-regular) {
  color: var(--crays-ink) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase {
  padding: 104px 0 !important;
  background:
    radial-gradient(circle at 88% 2%, rgba(94, 207, 255, 0.12), transparent 26%),
    radial-gradient(circle at 12% 10%, rgba(243, 18, 72, 0.06), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-top-bottom-corporate-copy) > .container-large,
.crays-mirror:not(.route-home) .crays-fund-layout-showcase > .container-large {
  padding: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 95% 4%, rgba(92, 122, 255, 0.24), transparent 34%),
    radial-gradient(circle at 0% 0%, rgba(243, 18, 72, 0.18), transparent 30%),
    linear-gradient(135deg, #08111d 0%, #10253d 72%, #203e76 100%) !important;
  color: #fff !important;
  box-shadow: 0 38px 110px rgba(7, 15, 23, 0.20) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
  display: grid !important;
  grid-template-columns: minmax(0, 0.72fr) 1px minmax(0, 0.82fr) !important;
  gap: 38px !important;
  align-items: center !important;
  margin-bottom: 34px !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.divider-2-col, .divider-2-col-2) {
  width: 1px !important;
  min-width: 1px !important;
  height: 100% !important;
  min-height: 92px !important;
  background: rgba(255, 255, 255, 0.22) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(h1, h2, h3, h4, h5, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5),
.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(p, li, .text-size-medium, .text-size-regular, .text-color-gray) {
  color: #fff !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.layout390_component, .layout390_row, .layout252_list, .layout252_list_3_col, .layout252_list_4_col, .pricing16_plans, .gallery7_component, .team1_list) {
  gap: 18px !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.layout390_card-vertical, .layout390_card-horizontal, .layout369_card-large, .layout369_card-small, .layout252_item, .pricing16_plan, .team1_item) {
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.10) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.layout390_card-vertical-content, .layout390_card-horizontal-content, .layout369_card-large-content, .layout369_card-small-content, .pricing16_content, .layout252_content, .team1_content) {
  padding: 24px !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.layout390_card-vertical-image-wrapper, .layout390_card-horizontal-image-wrapper, .layout252_image-wrapper, .layout369_card-large-image-wrapper, .layout369_card-small-image-wrapper, .pricing16_plan > img, .image-3, .team1_image-wrapper, .testimonial1_client-image-wrapper) {
  aspect-ratio: 1.42 / 1 !important;
  border-radius: 14px !important;
  overflow: hidden !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics {
  padding: 108px 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(243, 18, 72, 0.055), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #fff4f0 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
  max-width: 900px !important;
  margin: 0 auto 48px !important;
  display: block !important;
  text-align: center !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.divider-2-col, .divider-2-col-2) {
  display: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.layout264_component, .layout252_list, .layout252_list_3_col, .layout252_list_4_col, .pricing5_feature-list, .pricing16_plans, .team1_list) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.layout264_item, .layout264_item-copy, .layout252_item, .pricing5_feature, .pricing16_plan, .team1_item, .table1_component) {
  min-height: 210px;
  padding: 28px !important;
  border: 1px solid rgba(7, 26, 45, 0.08) !important;
  border-radius: 18px !important;
  background: rgba(255, 253, 250, 0.98) !important;
  box-shadow: 0 24px 68px rgba(7, 15, 23, 0.10) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.number-icon, .pricing5_icon-wrapper, .pricing16_icon-wrapper) {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: rgba(243, 18, 72, 0.12) !important;
  color: var(--crays-ink) !important;
  font-weight: 900 !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-quote {
  padding: 108px 24px !important;
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(243, 18, 72, 0.20), transparent 28%),
    radial-gradient(circle at 90% 4%, rgba(94, 207, 255, 0.12), transparent 30%),
    linear-gradient(180deg, #06111d 0%, #03070c 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-quote .container-large,
.crays-mirror:not(.route-home) .crays-fund-layout-quote .testimonial1_component {
  width: min(1040px, calc(100vw - 48px)) !important;
  margin: 0 auto !important;
  padding: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055)) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-quote :is(h1, h2, h3, h4, p, li, .quote-headline, .big-quote, .text-size-medium, .text-size-regular) {
  color: #fff !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-quote .big-quote {
  font-size: 30px !important;
  line-height: 1.24 !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-command {
  padding: 110px 0 !important;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.92), rgba(6, 17, 29, 0.74)),
    var(--crays-page-accent-image) center / cover no-repeat !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-command :is(.container-large, .container-small, .contact1_component, .footer3_component) {
  color: #fff !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-command :is(h1, h2, h3, h4, h5, p, li, div, span, strong, .heading-style-h2-white, .text-size-medium, .text-size-regular) {
  color: inherit !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-command :is(.contact1_component, .form-wrapper, .w-form, .cta25_component, .cta15_component) {
  padding: 34px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)) !important;
  backdrop-filter: blur(16px);
}

.crays-mirror:not(.route-home) .crays-fund-layout-document {
  padding: 96px 0 !important;
  background:
    radial-gradient(circle at 86% 6%, rgba(94, 207, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f7f2ec 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-document :is(.wrapper_abg_text, .rich_text_agb, .w-richtext, .page-wrapper, .container-small, .container-large) {
  width: min(1060px, calc(100vw - 48px)) !important;
  max-width: 1060px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-document :is(.rich_text_agb, .w-richtext, .wrapper_abg_text) {
  padding: 48px !important;
  border: 1px solid rgba(7, 26, 45, 0.10) !important;
  border-radius: 18px !important;
  background: rgba(255, 253, 250, 0.98) !important;
  box-shadow: 0 24px 70px rgba(7, 15, 23, 0.09) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-document :is(p, li) {
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.crays-mirror:not(.route-home) :is(.button, .button-2, .load-more-button, input[type="submit"], .w-button) {
  border-radius: 999px !important;
}

.crays-mirror:not(.route-home) .crays-swapped-content-image,
.crays-mirror:not(.route-home) :is(.layout252_image, .layout3_image, .layout390_card-vertical-image, .layout390_card-horizontal-image, .layout369_card-large-image, .layout369_card-small-image, .team1_image, .testimonial1_client-image, .image-2, .image-3) {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  filter: saturate(1.03) contrast(1.04) !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid {
  width: min(1240px, calc(100vw - 48px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.86fr) minmax(0, 0.86fr);
  gap: 18px;
  align-items: stretch;
}

.crays-mirror:not(.route-home) .crays-fund-media-card {
  position: relative;
  min-height: 220px;
  margin: 0;
  border: 1px solid rgba(7, 26, 45, 0.10);
  border-radius: 18px;
  overflow: hidden;
  background: #06111d;
  box-shadow: 0 24px 72px rgba(7, 15, 23, 0.14);
}

.crays-mirror:not(.route-home) .crays-fund-media-card:first-child {
  min-height: 330px;
  grid-row: span 2;
}

.crays-mirror:not(.route-home) .crays-fund-media-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--bridge {
  margin-top: 34px;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge .crays-fund-media-card {
  border-color: rgba(255, 255, 255, 0.20);
  box-shadow: 0 30px 90px rgba(3, 7, 12, 0.25);
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase .crays-fund-media-grid {
  padding: 0 44px 44px;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase .crays-fund-media-card,
.crays-mirror:not(.route-home) .crays-fund-layout-command .crays-fund-media-card,
.crays-mirror:not(.route-home) .crays-fund-layout-quote .crays-fund-media-card {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.22);
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--metrics {
  margin-top: 50px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--metrics .crays-fund-media-card:first-child {
  min-height: 250px;
  grid-row: auto;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--command,
.crays-mirror:not(.route-home) .crays-fund-media-grid--quote {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--command .crays-fund-media-card:first-child,
.crays-mirror:not(.route-home) .crays-fund-media-grid--quote .crays-fund-media-card:first-child {
  min-height: 280px;
  grid-row: auto;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--document {
  margin: 0 auto 42px;
  grid-template-columns: minmax(0, 1fr);
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--document .crays-fund-media-card {
  min-height: 320px;
  border-radius: 18px;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--document .crays-fund-media-card:first-child {
  min-height: 320px;
  grid-row: auto;
}

.crays-mirror:not(.route-home) .footer3_component {
  color: #fff !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(243, 18, 72, 0.12), transparent 30%),
    linear-gradient(180deg, #06111d 0%, #03070c 100%) !important;
}

.crays-mirror:not(.route-home) .footer3_component :is(a, p, div, span) {
  color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 1180px) {
  .crays-mirror .crays-top-nav-inner {
    gap: 28px;
  }

  .crays-mirror .crays-top-nav-menu {
    gap: 20px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__title {
    font-size: 68px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    gap: 34px;
  }
}

@media (max-width: 991px) {
  .crays-mirror .crays-top-nav-inner {
    width: min(760px, calc(100% - 32px));
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .crays-mirror .crays-top-nav-menu {
    display: none;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero {
    min-height: auto;
    padding: 72px 18px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__inner {
    width: min(760px, calc(100vw - 32px));
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__title {
    font-size: 58px;
  }

  .crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_component, .header37_component, .header102_component, .gallery16_component, .gallery16_2col_component),
  .crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.divider-2-col, .divider-2-col-2) {
    width: 100% !important;
    height: 1px !important;
    min-height: 1px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.layout264_component, .layout252_list, .layout252_list_3_col, .layout252_list_4_col, .pricing5_feature-list, .pricing16_plans, .team1_list) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-media-grid,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--metrics {
    width: min(760px, calc(100vw - 32px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .crays-mirror:not(.route-home) .crays-fund-media-card:first-child {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .crays-mirror .crays-top-nav {
    min-height: 72px;
  }

  .crays-mirror .crays-top-nav-inner {
    min-height: 72px;
    width: calc(100% - 28px);
  }

  .crays-mirror .crays-top-nav-logo,
  .crays-mirror .crays-top-nav-logo img {
    width: 118px;
  }

  .crays-mirror .crays-top-nav-button {
    min-width: 0;
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
  }

  .crays-mirror .crays-top-nav-icon {
    display: none;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero {
    min-height: calc(100vh - 72px);
    padding: 44px 14px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__inner,
  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.container-large, .container-small) {
    width: calc(100vw - 28px) !important;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__title {
    font-size: 42px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__summary {
    font-size: 16px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__panel {
    padding: 22px;
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__tiles {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror:not(.route-home) .crays-subpage-hero__tile:first-child {
    grid-column: auto;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section {
    padding: 66px 0 !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy),
  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy) {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.container-large, .container-small, .header36_component, .header37_component, .header102_component, .gallery16_component, .gallery16_2col_component, .cta3_component),
  .crays-mirror:not(.route-home) .crays-fund-layout-showcase > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-top-bottom-corporate-copy) > .container-large,
  .crays-mirror:not(.route-home) .crays-fund-layout-showcase > .container-large,
  .crays-mirror:not(.route-home) .crays-fund-layout-quote .container-large,
  .crays-mirror:not(.route-home) .crays-fund-layout-quote .testimonial1_component,
  .crays-mirror:not(.route-home) .crays-fund-layout-document :is(.rich_text_agb, .w-richtext, .wrapper_abg_text) {
    padding: 24px !important;
    border-radius: 18px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h1, .heading-style-h2, h1, h2) {
    font-size: 38px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h3, h3) {
    font-size: 27px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.layout264_component, .layout252_list, .layout252_list_3_col, .layout252_list_4_col, .pricing5_feature-list, .pricing16_plans, .team1_list) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-media-grid,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--metrics,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--command,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--quote {
    width: calc(100vw - 28px);
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .crays-mirror:not(.route-home) .crays-fund-layout-showcase .crays-fund-media-grid {
    padding: 0 24px 24px;
  }

  .crays-mirror:not(.route-home) .crays-fund-media-card,
  .crays-mirror:not(.route-home) .crays-fund-media-card:first-child,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--document .crays-fund-media-card {
    min-height: 220px;
  }
}

/* -------------------------------------------------------------------------- */
/* Navigation arrow and centered glass hero correction pass                    */
/* -------------------------------------------------------------------------- */

.crays-mirror .dropdown-toggle-2 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 82px !important;
  padding: 0 !important;
}

.crays-mirror .dropdown-toggle-2 > .navbar10_link {
  display: inline-flex !important;
  align-items: center !important;
  order: 1 !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.crays-mirror .dropdown-toggle-2 > .w-icon-dropdown-toggle {
  position: static !important;
  inset: auto !important;
  order: 2 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 !important;
  flex: 0 0 12px !important;
  transform: translateY(-1px) !important;
}

.crays-mirror .dropdown-toggle-2 > .w-icon-dropdown-toggle::before {
  width: 7px !important;
  height: 7px !important;
  margin: 0 !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
}

.crays-mirror.route-home .section_header5 .header-100vh {
  min-height: calc(100svh - 82px) !important;
  max-height: calc(100svh - 82px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.crays-mirror.route-home .section_header5 .padding-section-large {
  width: 100% !important;
  transform: none !important;
  padding-top: clamp(34px, 5vh, 58px) !important;
  padding-bottom: clamp(34px, 5vh, 58px) !important;
}

.crays-mirror.route-home .section_header5 .container-large.header {
  margin-inline: auto !important;
}

.crays-mirror.route-home .section_header5 .max-width-medium.header {
  align-items: center !important;
}

.crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
  margin-top: clamp(38px, 5vh, 66px) !important;
  align-items: center !important;
}

.crays-mirror.route-home .section_header5 .wrapper-card {
  border-color: rgba(255, 255, 255, 0.48) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.032)),
    rgba(4, 12, 21, 0.28) !important;
  box-shadow: 0 26px 84px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  backdrop-filter: blur(16px) saturate(1.15) !important;
}

.crays-mirror.route-home .section_header5 .wrapper-card:nth-child(2) {
  align-self: center !important;
}

.crays-mirror.route-home .section_header5 .crays-hero-tile {
  border-color: rgba(255, 255, 255, 0.48) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  backdrop-filter: blur(12px) saturate(1.18) !important;
}

@media (min-width: 992px) {
  .crays-mirror.route-home .section_header5 {
    height: calc(100vh - 82px) !important;
    height: calc(100dvh - 82px) !important;
    min-height: calc(100vh - 82px) !important;
    min-height: calc(100dvh - 82px) !important;
    max-height: calc(100vh - 82px) !important;
    max-height: calc(100dvh - 82px) !important;
    overflow: hidden !important;
  }

  .crays-mirror.route-home .section_header5 .header5_background-image-wrapper,
  .crays-mirror.route-home .section_header5 .header5_background-image,
  .crays-mirror.route-home .section_header5 .image-overlay-layer {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
  }

  .crays-mirror.route-home .section_header5 .header-100vh {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .crays-mirror.route-home .section_header5 .padding-global,
  .crays-mirror.route-home .section_header5 .container-large.header {
    height: 100% !important;
  }

  .crays-mirror.route-home .section_header5 .padding-section-large {
    height: 100% !important;
    padding-top: clamp(18px, 2.8vh, 34px) !important;
    padding-bottom: clamp(18px, 2.8vh, 34px) !important;
  }

  .crays-mirror.route-home .section_header5 .max-width-medium.header {
    column-gap: clamp(34px, 4vw, 56px) !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    z-index: 2 !important;
    width: min(1256px, calc(100vw - 128px)) !important;
    margin-top: 0 !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: clamp(42px, 5vw, 72px) !important;
    transform: translate(-50%, -50%) !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-card {
    width: 100% !important;
    height: clamp(276px, 34vh, 318px) !important;
    min-height: 276px !important;
    max-height: 318px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: clamp(20px, 2.4vh, 30px) !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-card-title {
    margin-bottom: clamp(10px, 1.4vh, 16px) !important;
    font-size: clamp(18px, 1.7vh, 20px) !important;
    line-height: 1.22 !important;
  }

  .crays-mirror.route-home .section_header5 .text-size-small {
    font-size: clamp(12.5px, 1.24vh, 14px) !important;
    line-height: 1.5 !important;
  }

  .crays-mirror.route-home .section_header5 .js-clock {
    margin-top: 0 !important;
    padding: clamp(16px, 2vh, 24px) 20px !important;
  }

  .crays-mirror.route-home .section_header5 .clock-number {
    font-size: clamp(31px, 4.4vh, 48px) !important;
    line-height: 1.05 !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile {
    min-height: clamp(54px, 6.2vh, 64px) !important;
    padding: clamp(8px, 1.1vh, 11px) 12px !important;
  }
}

.crays-mirror:not(.route-home) .crays-subpage-hero {
  min-height: calc(100svh - 82px) !important;
  max-height: calc(100svh - 82px) !important;
  padding: clamp(34px, 5vh, 64px) 24px !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__inner {
  min-height: 0 !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__media {
  align-self: center !important;
  max-height: calc(100svh - 180px) !important;
  gap: 14px !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__image-card {
  aspect-ratio: 1.86 / 1 !important;
  border-radius: 14px !important;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.24) !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__panel {
  padding: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.44) !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(5, 13, 22, 0.34) !important;
  color: #fff !important;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
  backdrop-filter: blur(18px) saturate(1.18) !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__panel-title,
.crays-mirror:not(.route-home) .crays-subpage-hero__tile-title {
  color: #fff !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile {
  min-height: 82px !important;
  padding: 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.40) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035) !important;
  backdrop-filter: blur(12px) saturate(1.12) !important;
}

.crays-mirror:not(.route-home) .crays-subpage-hero__tile-body {
  color: rgba(255, 255, 255, 0.74) !important;
}

@media (max-width: 991px) {
  .crays-mirror.route-home .section_header5 .header-100vh,
  .crays-mirror:not(.route-home) .crays-subpage-hero {
    max-height: none !important;
  }
}

@media (max-width: 640px) {
  .crays-mirror .dropdown-toggle-2 {
    min-height: 48px !important;
    justify-content: flex-start !important;
  }

  .crays-mirror.route-home .section_header5 .header-100vh {
    min-height: calc(100svh - 66px) !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
    margin-top: 28px !important;
  }

  .crays-mirror.route-home .section_header5,
  .crays-mirror.route-home .section_header5 * {
    box-sizing: border-box !important;
  }

  .crays-mirror.route-home .section_header5 {
    overflow-x: hidden !important;
  }

  .crays-mirror.route-home .section_header5 .container-large.header,
  .crays-mirror.route-home .section_header5 .header-100vh,
  .crays-mirror.route-home .section_header5 .padding-section-large,
  .crays-mirror.route-home .section_header5 .max-width-medium.header,
  .crays-mirror.route-home .section_header5 .header-text-wrapper,
  .crays-mirror.route-home .section_header5 .wrapper-blurry-cards,
  .crays-mirror.route-home .section_header5 .wrapper-card,
  .crays-mirror.route-home .section_header5 .wrapper-top-card,
  .crays-mirror.route-home .section_header5 .wrapper-text-box-card,
  .crays-mirror.route-home .section_header5 .js-clock {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .crays-mirror.route-home .section_header5 .container-large.header {
    width: calc(100vw - 32px) !important;
  }

  .crays-mirror.route-home .section_header5 .heading-style-h1 {
    max-width: 100% !important;
    font-size: clamp(26px, 7.2vw, 29px) !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-mobile-break {
    display: inline !important;
  }

  .crays-mirror.route-home .section_header5 .text-size-medium.header,
  .crays-mirror.route-home .section_header5 .text-size-small {
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .crays-mirror.route-home .section_header5 .text-size-medium.header {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .crays-mirror.route-home .section_header5 .text-size-small {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-card-title {
    font-size: 16px !important;
    line-height: 1.22 !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-card-title-line {
    white-space: normal !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-card {
    padding: 22px !important;
  }

  .crays-mirror.route-home .section_header5 .js-clock {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 12px 10px !important;
  }

  .crays-mirror.route-home .section_header5 .box {
    min-width: 0 !important;
  }

  .crays-mirror.route-home .section_header5 .clock-number {
    font-size: 26px !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile {
    min-width: 0 !important;
    padding: 9px 8px !important;
    gap: 8px !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile-title {
    font-size: 9.5px !important;
    overflow-wrap: break-word !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Lower page premium consolidation pass                                      */
/* -------------------------------------------------------------------------- */

.crays-mirror:not(.route-home) {
  --crays-ci-ink: #061525;
  --crays-ci-night: #02070d;
  --crays-ci-navy: #061a2f;
  --crays-ci-blue: #123c8a;
  --crays-ci-cyan: #58d5ff;
  --crays-ci-violet: #5b50ff;
  --crays-ci-gold: #efc36a;
  --crays-ci-red: #ff174f;
  --crays-ci-paper: #fffdfa;
  --crays-ci-blush: #fff1f3;
  --crays-ci-mist: #edf7f8;
  --crays-ci-line: rgba(6, 21, 37, 0.12);
  --crays-section-max: 1240px;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 23, 79, 0.055), transparent 24%),
    radial-gradient(circle at 92% 40%, rgba(88, 213, 255, 0.065), transparent 24%),
    #fffdfa;
  color: var(--crays-ci-ink);
}

.crays-mirror:not(.route-home) .crays-fund-page-section,
.crays-mirror:not(.route-home) .crays-fund-page-section * {
  box-sizing: border-box;
}

.crays-mirror:not(.route-home) .crays-fund-page-section {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  padding: 112px 0 !important;
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 23, 79, 0.05), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(88, 213, 255, 0.052), transparent 26%),
    linear-gradient(180deg, var(--crays-ci-paper) 0%, #f8f4ee 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section.crays-section--empty,
.crays-mirror:not(.route-home) .crays-fund-page-section.crays-section--hidden-preserved,
.crays-mirror:not(.route-home) .crays-fund-page-section.crays-preserved-empty-hero {
  display: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.56));
}

.crays-mirror:not(.route-home) .crays-fund-page-section > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy),
.crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy) {
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.container-large, .container-medium, .container-small) {
  width: min(var(--crays-section-max), calc(100vw - 48px)) !important;
  max-width: var(--crays-section-max) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .container-large .container-large,
.crays-mirror:not(.route-home) .crays-fund-page-section .container-large .container-medium,
.crays-mirror:not(.route-home) .crays-fund-page-section .container-large .container-small,
.crays-mirror:not(.route-home) .crays-fund-page-section .container-medium .container-large,
.crays-mirror:not(.route-home) .crays-fund-page-section .container-medium .container-small {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-section-large, .padding-section-large-2, .padding-section-large-small, .padding-section-large-xl, .padding-vertical.padding-huge, .padding-vertical.padding-xxlarge, .padding-top-small, .no-top-padding) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.margin-bottom.margin-xxlarge, .margin-bottom.margin-large, .margin-top.margin-medium, .top-margin) {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(h1, h2, h3, h4, h5, h6, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5) {
  max-width: 980px;
  color: var(--crays-ci-ink) !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h1, h1) {
  font-size: 58px !important;
  line-height: 1 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h2, h2) {
  font-size: 50px !important;
  line-height: 1.03 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h3, h3) {
  font-size: 32px !important;
  line-height: 1.12 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(p, li, .text-size-regular, .text-size-medium, .text-size-medium-2, .big-quote, .quote-headline) {
  max-width: 880px;
  color: rgba(6, 21, 37, 0.78) !important;
  font-size: 17px !important;
  line-height: 1.68 !important;
  letter-spacing: 0 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section p {
  display: block !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section p > strong,
.crays-mirror:not(.route-home) .crays-fund-page-section li > strong {
  display: inline !important;
  color: var(--crays-ci-ink);
  font-weight: 800;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.red-highlight, .text-color-red) {
  color: var(--crays-ci-red) !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.text-align-center, .text-align-left) {
  text-align: inherit !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.button, .button-2, .button-nav, .load-more-button, .w-button, input[type="submit"]) {
  min-height: 44px !important;
  padding: 13px 22px !important;
  border: 1px solid var(--crays-ci-red) !important;
  border-radius: 999px !important;
  background: var(--crays-ci-red) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 18px 38px rgba(255, 23, 79, 0.22) !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
  width: 100% !important;
  max-width: 1140px !important;
  min-width: 0 !important;
  margin: 0 auto 48px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) 1px minmax(0, 1fr) !important;
  gap: 44px !important;
  align-items: center !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-3-col:has(> .wrapper-content-top-2-col:only-child) {
  display: block !important;
  max-width: 1140px !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-3-col:has(> .wrapper-content-top-2-col:only-child) > .wrapper-content-top-2-col {
  max-width: 1140px !important;
  margin: 0 !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.layout252_content-left, .layout252_content-right, .layout252_content-left._70, .layout252_content-right._30, .layout390_content, .layout264_content) {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  display: block !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.divider-2-col, .divider-2-col-2) {
  width: 1px !important;
  min-width: 1px !important;
  height: 100% !important;
  min-height: 84px !important;
  background: rgba(6, 21, 37, 0.16) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge {
  background:
    radial-gradient(circle at 3% 12%, rgba(255, 23, 79, 0.08), transparent 26%),
    radial-gradient(circle at 86% 0%, rgba(239, 195, 106, 0.12), transparent 25%),
    linear-gradient(180deg, #fffdfa 0%, #f8f3ee 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-top-bottom-corporate-copy) > :is(.container-large, .container-medium, .container-small),
.crays-mirror:not(.route-home) .crays-fund-layout-bridge > :is(.container-large, .container-medium, .container-small) {
  padding: 52px !important;
  border: 1px solid rgba(6, 21, 37, 0.10) !important;
  border-left: 5px solid var(--crays-ci-red) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 213, 255, 0.09), transparent 32%),
    rgba(255, 253, 250, 0.96) !important;
  box-shadow: 0 28px 82px rgba(6, 21, 37, 0.10) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_component, .header37_component, .header65_component, .header102_component, .gallery16_component, .gallery16_2col_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper) {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.74fr) !important;
  gap: 38px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_content, .header37_content, .header65_content, .header102_content, .gallery16_content, .gallery16_2col_content, .blogpost1_content, .blogpost2_content, .blogpost5_content-left, .section_header65 .text-align-center) {
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_image-wrapper, .header37_image-wrapper, .header65_background-image-wrapper, .header102_image-wrapper, .gallery16_image-wrapper, .gallery16_2col_image-wrapper, .blogpost1_image-wrapper, .blogpost2_image-wrapper, .blogpost5_image-wrapper, .cta3_background-image-wrapper) {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.24 / 1 !important;
  border: 1px solid rgba(6, 21, 37, 0.12) !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: var(--crays-ci-night) !important;
  box-shadow: 0 28px 70px rgba(6, 21, 37, 0.15) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase,
.crays-mirror:not(.route-home) .crays-fund-layout-quote,
.crays-mirror:not(.route-home) .crays-fund-layout-command,
.crays-mirror:not(.route-home) .crays-fund-page-section[data-crays-visible-section-index="4"],
.crays-mirror:not(.route-home) .crays-fund-page-section[data-crays-visible-section-index="7"] {
  color: #fff;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 23, 79, 0.18), transparent 29%),
    radial-gradient(circle at 90% 8%, rgba(88, 213, 255, 0.16), transparent 30%),
    radial-gradient(circle at 64% 92%, rgba(91, 80, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #02070d 0%, #061a2f 50%, #153d85 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-command {
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.93), rgba(6, 26, 47, 0.74)),
    radial-gradient(circle at 84% 12%, rgba(255, 23, 79, 0.16), transparent 28%),
    var(--crays-page-accent-image) center / cover no-repeat !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase::before,
.crays-mirror:not(.route-home) .crays-fund-layout-quote::before,
.crays-mirror:not(.route-home) .crays-fund-layout-command::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 92px 92px;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-top-bottom-corporate-copy) > :is(.container-large, .container-medium, .container-small),
.crays-mirror:not(.route-home) .crays-fund-layout-showcase > :is(.container-large, .container-medium, .container-small) {
  padding: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  background:
    radial-gradient(circle at 96% 2%, rgba(88, 213, 255, 0.16), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)) !important;
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(12px);
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(h1, h2, h3, h4, h5, h6, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5),
.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(p, li, .text-size-regular, .text-size-medium, .text-size-medium-2, .text-color-gray),
.crays-mirror:not(.route-home) .crays-fund-layout-quote :is(h1, h2, h3, h4, h5, h6, p, li, .quote-headline, .big-quote, .text-size-medium, .text-size-regular),
.crays-mirror:not(.route-home) .crays-fund-layout-command :is(h1, h2, h3, h4, h5, h6, p, li, div, span, strong, .heading-style-h2-white, .text-size-medium, .text-size-regular, .text-size-medium-2) {
  color: #fff !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase p > strong,
.crays-mirror:not(.route-home) .crays-fund-layout-command p > strong,
.crays-mirror:not(.route-home) .crays-fund-layout-quote p > strong {
  color: #fff !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.divider-2-col, .divider-2-col-2) {
  background: rgba(255, 255, 255, 0.28) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics,
.crays-mirror:not(.route-home) .crays-fund-page-section[data-crays-visible-section-index="2"],
.crays-mirror:not(.route-home) .crays-fund-page-section[data-crays-visible-section-index="5"] {
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 23, 79, 0.09), transparent 30%),
    radial-gradient(circle at 92% 0%, rgba(239, 195, 106, 0.13), transparent 28%),
    linear-gradient(180deg, #fff9f6 0%, #fff1f3 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-metrics :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col) {
  text-align: left !important;
  max-width: 1100px !important;
}

.crays-mirror:not(.route-home) :is(.layout390_component, .layout390_row, .layout252_list, .layout252_list_3_col, .layout252_list_4_col, .layout264_component, .pricing16_plans, .pricing5_feature-list, .team1_list, .gallery7_component, .faq4_list) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
}

.crays-mirror:not(.route-home) :is(.layout390_card-vertical, .layout390_card-horizontal, .layout369_card-large, .layout369_card-small, .layout252_item, .layout264_item, .layout264_item-copy, .pricing16_plan, .pricing5_feature, .team1_item, .table1_component, .faq4_accordion, .career20_item, .blog47_item, .blog44_item, .press_card, .collection-list-wrapper .w-dyn-item) {
  position: relative;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 24px !important;
  border: 1px solid rgba(6, 21, 37, 0.10) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 250, 0.96) !important;
  box-shadow: 0 22px 62px rgba(6, 21, 37, 0.10) !important;
  overflow: hidden;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.layout390_card-vertical, .layout390_card-horizontal, .layout369_card-large, .layout369_card-small, .layout252_item, .layout264_item, .layout264_item-copy, .pricing16_plan, .pricing5_feature, .team1_item, .table1_component, .faq4_accordion, .career20_item, .blog47_item, .blog44_item) {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.105) !important;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
}

.crays-mirror:not(.route-home) :is(.layout390_card-vertical-content, .layout390_card-horizontal-content, .layout369_card-large-content, .layout369_card-small-content, .pricing16_content, .layout252_content, .team1_content) {
  padding: 0 !important;
}

.crays-mirror:not(.route-home) :is(.layout390_card-vertical-image-wrapper, .layout390_card-horizontal-image-wrapper, .layout252_image-wrapper, .layout264_image-wrapper, .layout369_card-large-image-wrapper, .layout369_card-small-image-wrapper, .team1_image-wrapper, .testimonial1_client-image-wrapper, .gallery7_image-wrapper, .image-wrapper) {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1.35 / 1 !important;
  margin-bottom: 18px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: var(--crays-ci-night) !important;
}

.crays-mirror:not(.route-home) :is(.crays-swapped-content-image, .layout252_image, .layout3_image, .layout390_card-vertical-image, .layout390_card-horizontal-image, .layout369_card-large-image, .layout369_card-small-image, .layout264_image, .team1_image, .testimonial1_client-image, .gallery7_image, .image-2, .image-3, .header36_image, .header37_image, .header65_background-image, .header102_image, .blogpost1_image, .blogpost2_background-image, .blogpost5_image, .cta3_background-image) {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  filter: saturate(1.04) contrast(1.04) !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid {
  width: min(var(--crays-section-max), calc(100vw - 48px)) !important;
  max-width: var(--crays-section-max) !important;
  margin: 44px auto 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr) minmax(0, 0.82fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-card {
  position: relative;
  min-height: 228px !important;
  height: 228px !important;
  margin: 0 !important;
  border: 1px solid rgba(6, 21, 37, 0.12) !important;
  border-radius: 8px !important;
  overflow: hidden;
  background: var(--crays-ci-night) !important;
  box-shadow: 0 24px 64px rgba(6, 21, 37, 0.14) !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-card:first-child {
  height: 474px !important;
  grid-row: span 2 !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase .crays-fund-media-card,
.crays-mirror:not(.route-home) .crays-fund-layout-command .crays-fund-media-card,
.crays-mirror:not(.route-home) .crays-fund-layout-quote .crays-fund-media-card {
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24) !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--command,
.crays-mirror:not(.route-home) .crays-fund-media-grid--quote {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--command .crays-fund-media-card,
.crays-mirror:not(.route-home) .crays-fund-media-grid--quote .crays-fund-media-card,
.crays-mirror:not(.route-home) .crays-fund-media-grid--command .crays-fund-media-card:first-child,
.crays-mirror:not(.route-home) .crays-fund-media-grid--quote .crays-fund-media-card:first-child {
  height: 300px !important;
  grid-row: auto !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--document {
  grid-template-columns: minmax(0, 1fr) !important;
  margin-bottom: 44px !important;
}

.crays-mirror:not(.route-home) .crays-fund-media-grid--document .crays-fund-media-card,
.crays-mirror:not(.route-home) .crays-fund-media-grid--document .crays-fund-media-card:first-child {
  height: 340px !important;
  grid-row: auto !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-quote :is(.container-large, .container-medium, .container-small, .testimonial1_component) {
  width: min(1080px, calc(100vw - 48px)) !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 48px !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.052)) !important;
  box-shadow: none !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-quote .big-quote,
.crays-mirror:not(.route-home) .crays-fund-layout-quote .quote-headline {
  font-size: 31px !important;
  line-height: 1.24 !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-document {
  background:
    radial-gradient(circle at 90% 2%, rgba(88, 213, 255, 0.10), transparent 30%),
    linear-gradient(180deg, #f7fbfb 0%, #fffdfa 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-document :is(.wrapper_abg_text, .rich_text_agb, .w-richtext, .container-small, .container-large, .container-medium) {
  width: min(1060px, calc(100vw - 48px)) !important;
  max-width: 1060px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-document :is(.rich_text_agb, .w-richtext, .wrapper_abg_text) {
  padding: 54px !important;
  border: 1px solid rgba(6, 21, 37, 0.10) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 250, 0.98) !important;
  box-shadow: 0 24px 70px rgba(6, 21, 37, 0.09) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-document :is(p, li) {
  font-size: 16px !important;
  line-height: 1.74 !important;
}

.crays-mirror:not(.route-home) .faq4_component {
  width: 100% !important;
}

.crays-mirror:not(.route-home) .faq4_question {
  min-height: 82px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}

.crays-mirror:not(.route-home) .headline-question {
  color: var(--crays-ci-ink) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

.crays-mirror:not(.route-home) .faq-05_icon {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  object-fit: contain !important;
}

.crays-mirror:not(.route-home) .career20_component {
  width: 100% !important;
}

.crays-mirror:not(.route-home) .career20_tabs-menu {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-bottom: 28px !important;
  overflow: visible !important;
}

.crays-mirror:not(.route-home) .career20_tab-link {
  min-height: 44px !important;
  padding: 12px 18px !important;
  border: 1px solid rgba(255, 23, 79, 0.24) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: inherit !important;
}

.crays-mirror:not(.route-home) .career20_top-wrapper,
.crays-mirror:not(.route-home) .career20_title-wrapper,
.crays-mirror:not(.route-home) .career20_job-details-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 14px !important;
}

.crays-mirror:not(.route-home) .career20_top-wrapper {
  justify-content: space-between !important;
}

.crays-mirror:not(.route-home) .job-title {
  color: inherit !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.crays-mirror:not(.route-home) .department-badge {
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(255, 23, 79, 0.12) !important;
  color: var(--crays-ci-red) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.crays-mirror:not(.route-home) .footer3_component {
  background:
    radial-gradient(circle at 9% 4%, rgba(255, 23, 79, 0.14), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(88, 213, 255, 0.10), transparent 28%),
    linear-gradient(180deg, #061a2f 0%, #02070d 100%) !important;
}

@media (max-width: 1180px) {
  .crays-mirror:not(.route-home) .crays-fund-page-section {
    padding: 96px 0 !important;
  }

  .crays-mirror:not(.route-home) :is(.layout390_component, .layout390_row, .layout252_list, .layout252_list_3_col, .layout252_list_4_col, .layout264_component, .pricing16_plans, .pricing5_feature-list, .team1_list, .gallery7_component, .faq4_list) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.wrapper-content-top-2-col, .wrapper-content-top-3-col),
  .crays-mirror:not(.route-home) .crays-fund-layout-bridge :is(.header36_component, .header37_component, .header65_component, .header102_component, .gallery16_component, .gallery16_2col_component, .blogpost1_content-wrapper, .blogpost2_content-wrapper, .blogpost5_content-wrapper) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.divider-2-col, .divider-2-col-2) {
    width: 100% !important;
    height: 1px !important;
    min-height: 1px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-media-grid,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--command,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--quote {
    width: min(760px, calc(100vw - 32px)) !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-media-card,
  .crays-mirror:not(.route-home) .crays-fund-media-card:first-child {
    height: 250px !important;
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
  .crays-mirror:not(.route-home) .crays-fund-page-section {
    padding: 70px 0 !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy),
  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-2-corporate-2, .padding-global-2-corporate-typform, .padding-global-top-bottom-corporate-copy) {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.container-large, .container-medium, .container-small),
  .crays-mirror:not(.route-home) .crays-fund-media-grid {
    width: calc(100vw - 28px) !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-layout-bridge > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-top-bottom-corporate-copy) > :is(.container-large, .container-medium, .container-small),
  .crays-mirror:not(.route-home) .crays-fund-layout-showcase > :is(.padding-global, .padding-global-2, .padding-global-2-corporate, .padding-global-top-bottom-corporate-copy) > :is(.container-large, .container-medium, .container-small),
  .crays-mirror:not(.route-home) .crays-fund-layout-quote :is(.container-large, .container-medium, .container-small, .testimonial1_component),
  .crays-mirror:not(.route-home) .crays-fund-layout-document :is(.rich_text_agb, .w-richtext, .wrapper_abg_text) {
    padding: 24px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h1, h1) {
    font-size: 38px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h2, h2) {
    font-size: 34px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(.heading-style-h3, h3) {
    font-size: 26px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-page-section :is(p, li, .text-size-regular, .text-size-medium, .text-size-medium-2) {
    font-size: 16px !important;
  }

  .crays-mirror:not(.route-home) :is(.layout390_component, .layout390_row, .layout252_list, .layout252_list_3_col, .layout252_list_4_col, .layout264_component, .pricing16_plans, .pricing5_feature-list, .team1_list, .gallery7_component, .faq4_list),
  .crays-mirror:not(.route-home) .crays-fund-media-grid,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--command,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--quote {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .crays-mirror:not(.route-home) .crays-fund-media-card,
  .crays-mirror:not(.route-home) .crays-fund-media-card:first-child,
  .crays-mirror:not(.route-home) .crays-fund-media-grid--document .crays-fund-media-card {
    height: 220px !important;
  }

  .crays-mirror:not(.route-home) .career20_top-wrapper {
    align-items: flex-start !important;
  }
}

/* Final lower-section hardening: keep dark sections dark and prevent nested Webflow grids from squeezing copy. */

.crays-mirror:not(.route-home) .crays-fund-layout-showcase,
.crays-mirror:not(.route-home) .crays-fund-layout-quote,
.crays-mirror:not(.route-home) .crays-fund-layout-command {
  color: #fff !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 23, 79, 0.18), transparent 29%),
    radial-gradient(circle at 90% 8%, rgba(88, 213, 255, 0.16), transparent 30%),
    radial-gradient(circle at 64% 92%, rgba(91, 80, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #02070d 0%, #061a2f 50%, #153d85 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-command {
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.93), rgba(6, 26, 47, 0.74)),
    radial-gradient(circle at 84% 12%, rgba(255, 23, 79, 0.16), transparent 28%),
    var(--crays-page-accent-image) center / cover no-repeat !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(h1, h2, h3, h4, h5, h6, p, li, div, span, strong, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5, .text-size-regular, .text-size-regular-2, .text-size-medium, .text-size-medium-2, .text-color-gray),
.crays-mirror:not(.route-home) .crays-fund-layout-quote :is(h1, h2, h3, h4, h5, h6, p, li, div, span, strong, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5, .text-size-regular, .text-size-regular-2, .text-size-medium, .text-size-medium-2, .text-color-gray),
.crays-mirror:not(.route-home) .crays-fund-layout-command :is(h1, h2, h3, h4, h5, h6, p, li, div, span, strong, .heading-style-h1, .heading-style-h2, .heading-style-h3, .heading-style-h4, .heading-style-h5, .text-size-regular, .text-size-regular-2, .text-size-medium, .text-size-medium-2, .text-color-gray) {
  color: #fff !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-3-col:has(> .wrapper-content-top-2-col) {
  display: block !important;
  max-width: 1140px !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-3-col > .wrapper-content-top-2-col,
.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-3-col > .wrapper-content-top-2-col.less-width {
  width: 100% !important;
  max-width: 1140px !important;
  min-width: 0 !important;
  margin: 0 !important;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr) !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-3-col > .wrapper-top-button {
  width: auto !important;
  min-width: 0 !important;
  margin-top: 24px !important;
  justify-content: flex-start !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.layout252_content-right, .layout252_content-right._30, .layout252_content-right._70, .layout252_content-left, .layout252_content-left._30, .layout252_content-left._70) {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  justify-self: stretch !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section :is(.text-size-regular-2, .text-size-medium-2) {
  font-size: 17px !important;
  line-height: 1.66 !important;
}

.crays-mirror:not(.route-home) .layout390_component:has(> .layout390_row) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: start !important;
}

.crays-mirror:not(.route-home) .layout390_component > .layout390_row {
  width: 100% !important;
  display: contents !important;
  grid-template-columns: none !important;
  gap: 22px !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .layout390_component > .layout390_row.w-layout-grid {
  display: contents !important;
  grid-template-columns: none !important;
}

.crays-mirror:not(.route-home) :is(.layout390_card-vertical, .layout390_card-horizontal) {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  display: block !important;
}

.crays-mirror:not(.route-home) :is(.layout390_card-vertical-content, .layout390_card-horizontal-content, .layout369_card-large-content-top, .layout369_card-small-content-top) {
  width: 100% !important;
  min-width: 0 !important;
  display: block !important;
}

.crays-mirror:not(.route-home) :is(.layout264_item-coprorate, .wrapper-services-included, .div-block-2) {
  min-width: 0 !important;
  padding: 24px !important;
  border: 1px solid rgba(6, 21, 37, 0.10) !important;
  border-radius: 8px !important;
  background: rgba(255, 253, 250, 0.96) !important;
  box-shadow: 0 22px 62px rgba(6, 21, 37, 0.10) !important;
}

.crays-mirror:not(.route-home) .crays-fund-layout-showcase :is(.layout264_item-coprorate, .wrapper-services-included, .div-block-2) {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.105) !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .crays-mirror:not(.route-home) .layout390_component:has(> .layout390_row) {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import {
  --club-red: #f31248;
  --club-ink: #06131e;
  --club-night: #03080e;
  --club-paper: #f7f2ec;
  --club-line: rgba(255, 255, 255, 0.18);
  --club-muted: rgba(255, 255, 255, 0.74);
  color: #fff;
  background: var(--club-night);
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: hidden;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import *,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import *::before,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import *::after {
  box-sizing: border-box;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import :is(h1, h2, h3, p, figure, blockquote) {
  margin: 0;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-shell {
  width: min(1240px, calc(100vw - 48px));
  margin: 0 auto;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-eyebrow {
  color: var(--club-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h1,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h2 {
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 0.96;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h1 {
  max-width: 11ch;
  margin-top: 18px;
  font-size: clamp(48px, 7.6vw, 112px);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h1 span {
  display: block;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h2 {
  max-width: 13ch;
  font-size: clamp(34px, 4.1vw, 64px);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h3,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import strong,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import article > span {
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.16;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import p,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import li,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import blockquote,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import .crays-club-home-hero__note span {
  color: inherit;
  font-size: 16px;
  line-height: 1.68;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 90px);
  display: flex;
  align-items: center;
  padding: clamp(96px, 11vw, 160px) 0;
  overflow: hidden;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__media,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 8, 14, 0.9) 0%, rgba(3, 8, 14, 0.62) 52%, rgba(3, 8, 14, 0.28) 100%),
    linear-gradient(180deg, rgba(3, 8, 14, 0.18) 0%, rgba(3, 8, 14, 0.92) 100%);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(32px, 6vw, 82px);
  align-items: end;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__copy {
  max-width: 760px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lead {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.52 !important;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__copy > p:not(.crays-club-home-eyebrow):not(.crays-club-home-lead) {
  max-width: 650px;
  margin-top: 18px;
  color: var(--club-muted);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__note {
  max-width: 680px;
  margin-top: 28px;
  padding: 20px 22px;
  display: grid;
  gap: 8px;
  border: 1px solid var(--club-line);
  border-left: 4px solid var(--club-red);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
  text-decoration: none;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-actions a:first-child {
  border-color: var(--club-red);
  background: var(--club-red);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-pillar-row {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-pillar-row span,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-city-row span,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-audience span,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-profile span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-flagship {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-top: 4px solid var(--club-red);
  border-radius: 8px;
  background: rgba(6, 19, 30, 0.74);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-flagship__tag {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 900;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-flagship h2 {
  max-width: none;
  margin-top: 18px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-flagship p {
  margin-top: 16px;
  color: var(--club-muted);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-facts {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-facts article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-signal-grid article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-offer-grid article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-dao-grid article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-extraordinary article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy article {
  border-radius: 8px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-facts article {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-facts span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-moments {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 260px;
  background: #000;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-moments img {
  min-height: 260px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section {
  padding: clamp(86px, 9vw, 138px) 0;
  overflow: hidden;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--paper {
  color: var(--club-ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 242, 236, 0.98)),
    var(--club-paper);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--night,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--signal,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--global {
  color: #fff;
  background:
    linear-gradient(135deg, #071523 0%, #0e1e2b 48%, #02060b 100%);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--signal {
  background:
    linear-gradient(135deg, #071523 0%, #14243a 52%, #09040a 100%);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--global {
  background:
    linear-gradient(135deg, #041018 0%, #071523 48%, #190b13 100%);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-split,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-feature,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-culture,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-access {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: center;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-split h2,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-feature h2,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-culture h2,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community h2,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech h2,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-access h2,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section-head h2,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-cta h2 {
  margin-top: 16px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section :is(.crays-club-home-split, .crays-club-home-feature, .crays-club-home-culture, .crays-club-home-community, .crays-club-home-tech, .crays-club-home-access) p:not(.crays-club-home-eyebrow),
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section-head p:not(.crays-club-home-eyebrow) {
  margin-top: 20px;
  max-width: 720px;
  color: currentColor;
  opacity: 0.76;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-photo-stack {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 16px;
  align-items: end;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-photo-stack img,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-feature__media,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__media,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community__images img,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-destinations article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lifestyle-board article {
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-photo-stack img:first-child {
  height: 460px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-photo-stack img:last-child {
  height: 320px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-signal-grid,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-offer-grid,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-dao-grid,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-extraordinary,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy {
  display: grid;
  gap: 16px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-signal-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 56px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-signal-grid article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-offer-grid article {
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(6, 19, 30, 0.12);
  background: rgba(255, 255, 255, 0.64);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-signal-grid article p,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-offer-grid article p,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-dao-grid article p,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-extraordinary article p,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy article p {
  margin-top: 14px;
  opacity: 0.72;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section-head {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section-head h2 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section-head p {
  margin-left: auto;
  margin-right: auto;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-dao-grid article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-extraordinary article,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey article > span {
  display: block;
  margin-bottom: 52px;
  color: rgba(255, 255, 255, 0.42);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey p {
  margin-top: 14px;
  color: var(--club-muted);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-feature {
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-feature__media {
  height: 540px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 44px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-culture {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lifestyle-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lifestyle-board article {
  min-height: 440px;
  position: relative;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lifestyle-board article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 14, 0.04), rgba(3, 8, 14, 0.78));
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lifestyle-board strong {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-dao-grid,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-extraordinary,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community__images {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 16px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community__images img {
  height: 360px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-audience,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-profile,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-city-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--paper .crays-club-home-audience span,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-section--paper .crays-club-home-profile span {
  border-color: rgba(6, 19, 30, 0.14);
  color: var(--club-ink);
  background: rgba(255, 255, 255, 0.66);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-profile {
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(6, 19, 30, 0.12);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-profile h3 {
  margin-right: 12px;
  color: var(--club-red);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  grid-template-areas:
    "copy media"
    "grid grid";
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__copy {
  grid-area: copy;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__media {
  grid-area: media;
  height: 430px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__grid {
  grid-area: grid;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__grid span {
  display: block;
  margin-top: 12px;
  color: var(--club-muted);
  font-size: 14px;
  line-height: 1.55;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-founder {
  margin-top: 52px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 4px solid var(--club-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-founder blockquote {
  max-width: 980px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-founder span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  font-weight: 900;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-access {
  align-items: start;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-access ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-access li {
  min-height: 92px;
  padding: 18px;
  border: 1px solid rgba(6, 19, 30, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
  font-weight: 800;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-extraordinary article {
  border-color: rgba(6, 19, 30, 0.12);
  background: rgba(255, 255, 255, 0.66);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-destinations {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-destinations article {
  position: relative;
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-destinations article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 14, 0.02), rgba(3, 8, 14, 0.7));
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-destinations span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-city-row {
  justify-content: center;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy article span,
.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy article strong {
  display: block;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy article strong {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-cta {
  color: #fff;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(3, 8, 14, 0.86), rgba(3, 8, 14, 0.92)),
    url("/assets/craysclub-home/event-arrival.webp") center / cover;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-cta h2 {
  max-width: 17ch;
  margin-left: auto;
  margin-right: auto;
}

.crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-cta .crays-club-home-actions {
  justify-content: center;
}

@media (max-width: 1180px) {
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-split,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-feature,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-culture,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-access {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech {
    grid-template-areas:
      "copy"
      "media"
      "grid";
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-signal-grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-offer-grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-shell {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    overflow: hidden;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.5vw, 34px);
    overflow-wrap: break-word;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h2 {
    max-width: 100%;
    font-size: clamp(28px, 10vw, 40px);
    line-height: 1.03;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero {
    min-height: auto;
    padding: 76px 0;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__copy,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__copy > p,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__note {
    width: min(270px, calc(100vw - 72px));
    max-width: min(270px, calc(100vw - 72px));
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-import h1 {
    width: min(270px, calc(100vw - 72px));
    max-width: min(270px, calc(100vw - 72px));
    white-space: normal !important;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-hero__grid {
    display: block;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-flagship {
    margin-top: 28px;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-flagship,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-founder {
    padding: 20px;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-moments,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-signal-grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-journey,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-offer-grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lifestyle-board,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-dao-grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-extraordinary,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-legacy,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-destinations,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__grid,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-access ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-photo-stack,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community__images {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-moments img,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-photo-stack img:first-child,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-photo-stack img:last-child,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-feature__media,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-community__images img,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-tech__media,
  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-destinations article {
    height: 250px;
    min-height: 250px;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-lifestyle-board article {
    min-height: 300px;
  }

  .crays-mirror.route-crayslifestyle-the-crays-club .crays-club-home-actions a {
    width: 100%;
  }
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import {
  --world-red: #f31248;
  --world-night: #03080e;
  --world-ink: #06131e;
  --world-paper: #f5f1ea;
  --world-cream: #e9decf;
  --world-line: rgba(255, 255, 255, 0.16);
  --world-muted: rgba(255, 255, 255, 0.76);
  color: #fff;
  background: var(--world-night);
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: hidden;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import *,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import *::before,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import *::after {
  box-sizing: border-box;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import :is(h1, h2, h3, p, figure, blockquote) {
  margin: 0;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-shell {
  width: min(1240px, calc(100vw - 48px));
  margin: 0 auto;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-eyebrow {
  color: var(--world-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import h1,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import h2 {
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 0.98;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import h1 {
  margin-top: 16px;
  max-width: 9ch;
  font-size: clamp(54px, 8vw, 118px);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import h2 {
  max-width: 14ch;
  font-size: clamp(34px, 4.2vw, 66px);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import h3,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import strong,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import article > span {
  color: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.16;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import p,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import li,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import span {
  color: inherit;
  font-size: 16px;
  line-height: 1.66;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 90px);
  display: flex;
  align-items: center;
  padding: clamp(92px, 10vw, 154px) 0;
  overflow: hidden;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__media,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 8, 14, 0.88), rgba(3, 8, 14, 0.52)),
    linear-gradient(180deg, rgba(3, 8, 14, 0.22), rgba(3, 8, 14, 0.92));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: clamp(34px, 5vw, 82px);
  align-items: end;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lead {
  max-width: 760px;
  margin-top: 26px;
  font-size: clamp(18px, 2vw, 23px) !important;
  line-height: 1.52 !important;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__copy > p:not(.crays-world-eyebrow):not(.crays-world-lead) {
  max-width: 640px;
  margin-top: 18px;
  color: var(--world-muted);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-actions a:first-child {
  border-color: var(--world-red);
  background: var(--world-red);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-chip-row,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-mini-row,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-grid,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-values,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-manifesto {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-chip-row {
  margin-top: 28px;
  max-width: 820px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-chip-row span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-mini-row span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-grid span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-values span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-manifesto span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-top: 4px solid var(--world-red);
  border-radius: 8px;
  background: rgba(6, 19, 30, 0.76);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero-card h2 {
  max-width: none;
  margin-top: 16px;
  font-size: clamp(24px, 2.35vw, 34px);
  line-height: 1.1;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero-card p {
  margin-top: 16px;
  color: var(--world-muted);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-flow {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-flow article {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-flow span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-flow p {
  margin-top: 4px;
  font-size: 14px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-image-strip {
  min-height: 250px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #000;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-image-strip img {
  min-height: 250px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section {
  padding: clamp(86px, 9vw, 138px) 0;
  overflow: hidden;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--dark,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--signal {
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(243, 18, 72, 0.16), transparent 26%),
    linear-gradient(135deg, #071523 0%, #0d1f2c 52%, #02060b 100%);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--signal {
  background:
    radial-gradient(circle at 15% 10%, rgba(243, 18, 72, 0.18), transparent 24%),
    linear-gradient(135deg, #041018 0%, #14243a 54%, #09040a 100%);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--paper,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--cream {
  color: var(--world-ink);
  background: var(--world-paper);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--cream {
  background: var(--world-cream);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section-head {
  max-width: 920px;
  text-align: center;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section-head h2 {
  margin: 16px auto 0;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section-head p:not(.crays-world-eyebrow) {
  max-width: 840px;
  margin: 22px auto 0;
  opacity: 0.78;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-two-panels,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-roadmap,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list {
  display: grid;
  gap: 16px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-two-panels,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-roadmap,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-grid,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-values,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-manifesto {
  margin-top: 48px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid article,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-two-panels article,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-card,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid article,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-roadmap article,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list article,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-origin-note,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-contact-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--paper :is(.crays-world-card-grid article, .crays-world-two-panels article, .crays-world-revenue-card, .crays-world-roadmap article, .crays-world-stack-list article, .crays-world-origin-note),
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--cream :is(.crays-world-card-grid article, .crays-world-two-panels article, .crays-world-revenue-card, .crays-world-roadmap article, .crays-world-stack-list article) {
  border-color: rgba(6, 19, 30, 0.12);
  background: rgba(255, 255, 255, 0.62);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid article p,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-card p,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid article p,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-roadmap article p,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list article p {
  margin-top: 14px;
  opacity: 0.75;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-split {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-split--reverse {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-split h2 {
  margin-top: 16px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-split p:not(.crays-world-eyebrow) {
  margin-top: 20px;
  max-width: 720px;
  opacity: 0.76;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-media-card {
  height: 470px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(6, 19, 30, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-two-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-two-panels ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-two-panels li + li {
  margin-top: 10px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-mini-row {
  margin-top: 20px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--paper .crays-world-mini-row span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--paper .crays-world-people-grid span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--paper .crays-world-values span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--paper .crays-world-manifesto span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-section--cream .crays-world-people-grid span {
  border-color: rgba(6, 19, 30, 0.14);
  color: var(--world-ink);
  background: rgba(255, 255, 255, 0.66);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list article > span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-roadmap article > span {
  display: block;
  margin-bottom: 44px;
  color: var(--world-red);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board article {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 8, 14, 0.05), rgba(3, 8, 14, 0.82));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board strong,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board p {
  position: absolute;
  left: 18px;
  right: 18px;
  z-index: 1;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board strong {
  bottom: 132px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board p {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid span {
  display: block;
  color: var(--world-red);
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-roadmap {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-origin-note {
  margin-top: 24px;
  border-left: 4px solid var(--world-red);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-origin-note p + p {
  margin-top: 10px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-values span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-manifesto span,
.crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-grid span {
  min-height: 44px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-media {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.9fr;
  gap: 14px;
  margin-top: 42px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-media img {
  height: 320px;
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-contact-card {
  border-top: 4px solid var(--world-red);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-contact-card p {
  margin-top: 14px;
  color: var(--world-muted);
}

.crays-mirror.route-crayscircle-hospitality-layer .crays-world-actions--center {
  justify-content: center;
}

@media (max-width: 1180px) {
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__grid,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-split,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-split--reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid--four,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-crayscircle-hospitality-layer,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-shell {
    width: min(640px, calc(100vw - 70px));
    max-width: min(640px, calc(100vw - 70px));
    margin-left: 22px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import h1 {
    width: 100%;
    max-width: 7ch;
    font-size: clamp(40px, 12vw, 48px);
    overflow-wrap: break-word;
    white-space: normal !important;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hospitality-import h2 {
    max-width: 100%;
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.04;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero {
    min-height: auto;
    padding: 76px 0;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__grid,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__copy,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__copy > p,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__grid {
    display: block;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero__grid.crays-world-shell {
    width: min(640px, calc(100vw - 70px));
    max-width: min(640px, calc(100vw - 70px));
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-hero-card {
    margin-top: 28px;
    padding: 20px;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-lead {
    font-size: 19px !important;
    line-height: 1.45 !important;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-actions,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-chip-row,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-mini-row,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-grid,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-values,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-manifesto {
    width: 100%;
    max-width: 100%;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-chip-row,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-mini-row,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-grid,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-values,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-manifesto {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-chip-row span,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-mini-row span,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-grid span,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-values span,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-manifesto span {
    width: 100%;
    min-width: 0;
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 12px;
    border-radius: 18px;
    line-height: 1.35;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-image-strip,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid--four,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-card-grid--three,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-two-panels,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-stack-list,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-revenue-grid,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-roadmap,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-media {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-image-strip img,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-media-card,
  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-people-media img {
    height: 250px;
    min-height: 250px;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-lifestyle-board article {
    min-height: 360px;
  }

  .crays-mirror.route-crayscircle-hospitality-layer .crays-world-actions a {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    white-space: normal;
  }
}

.crays-mirror:not(.route-home) section.crays-fund-page-section.crays-fund-layout-showcase,
.crays-mirror:not(.route-home) section.crays-fund-page-section.crays-fund-layout-quote,
.crays-mirror:not(.route-home) section.crays-fund-page-section.crays-fund-layout-command,
.crays-mirror:not(.route-home) div.crays-fund-page-section.crays-fund-layout-showcase,
.crays-mirror:not(.route-home) div.crays-fund-page-section.crays-fund-layout-quote,
.crays-mirror:not(.route-home) div.crays-fund-page-section.crays-fund-layout-command {
  background-color: #061a2f !important;
  background-image:
    radial-gradient(circle at 8% 0%, rgba(255, 23, 79, 0.18), transparent 29%),
    radial-gradient(circle at 90% 8%, rgba(88, 213, 255, 0.16), transparent 30%),
    radial-gradient(circle at 64% 92%, rgba(91, 80, 255, 0.14), transparent 34%),
    linear-gradient(135deg, #02070d 0%, #061a2f 50%, #153d85 100%) !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-2-col {
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr) !important;
}

.crays-mirror:not(.route-home) .crays-fund-page-section .wrapper-content-top-2-col > :is(.divider-2-col, .divider-2-col-2) {
  display: none !important;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page {
  --award-red: #f31248;
  --award-ink: #06131e;
  --award-night: #03080e;
  --award-paper: #f5f1ea;
  --award-blue: #0b2741;
  color: #fff;
  background: var(--award-night);
  font-family: Montserrat, Arial, sans-serif;
  overflow-x: hidden;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page *,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page *::before,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page *::after {
  box-sizing: border-box;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page :is(h1, h2, h3, p, figure) {
  margin: 0;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-shell {
  width: min(1240px, calc(100vw - 48px));
  margin: 0 auto;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-eyebrow {
  color: var(--award-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page :is(h1, h2) {
  color: inherit;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.02;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page h1 {
  max-width: 11ch;
  margin-top: 16px;
  font-size: clamp(48px, 7vw, 96px);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page h2 {
  max-width: 13ch;
  margin-top: 16px;
  font-size: clamp(34px, 4.8vw, 68px);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page h3,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page strong {
  color: inherit;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.16;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-page :is(p, span, em) {
  color: inherit;
  font-size: 16px;
  line-height: 1.66;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100svh - 90px);
  display: flex;
  align-items: center;
  padding: clamp(100px, 10vw, 160px) 0;
  overflow: hidden;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-hero__media,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-hero__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 8, 14, 0.92), rgba(3, 8, 14, 0.58)),
    linear-gradient(180deg, rgba(3, 8, 14, 0.18), rgba(3, 8, 14, 0.94));
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(34px, 6vw, 86px);
  align-items: end;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-lead {
  max-width: 740px;
  margin-top: 26px;
  font-size: clamp(19px, 2vw, 25px) !important;
  line-height: 1.46 !important;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-actions a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-actions a:first-child {
  border-color: var(--award-red);
  background: var(--award-red);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-season {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid var(--award-red);
  border-radius: 8px;
  background: rgba(6, 19, 30, 0.82);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-season > span {
  display: block;
  color: var(--award-red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-season > strong {
  display: block;
  margin-top: 14px;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-season p {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-season__grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-season__grid em,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mini-grid span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section {
  padding: clamp(86px, 9vw, 136px) 0;
  overflow: hidden;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--intro,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--steps,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--benefits {
  color: var(--award-ink);
  background: var(--award-paper);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--platform,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--finale {
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(243, 18, 72, 0.17), transparent 28%),
    linear-gradient(135deg, #041018 0%, #0f2b43 54%, #03080e 100%);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--dark,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--mechanics,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section--cta {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, #02070d 0%, #071a2b 52%, #162c68 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-intro,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-platform,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanics,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-intro p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-platform__copy p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanics p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__copy p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-cta p {
  max-width: 760px;
  margin-top: 22px;
  opacity: 0.78;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-intro__panel,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-proof-grid article,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-step-grid article,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-benefit-grid article,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__cards article {
  padding: 24px;
  border: 1px solid rgba(6, 19, 30, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-intro__panel h3,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-proof-grid article h3,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-step-grid article h3,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-benefit-grid article h3 {
  color: var(--award-ink);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-intro__panel p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-proof-grid article p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-step-grid article p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-benefit-grid article p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__cards article p {
  margin-top: 14px;
  opacity: 0.72;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-proof-grid,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-step-grid,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-benefit-grid {
  display: grid;
  gap: 16px;
  margin-top: 46px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-proof-grid,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-proof-grid article > span,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-step-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: var(--award-red);
  font-weight: 900;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-platform__image {
  height: 520px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mini-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section-head {
  max-width: 920px;
  text-align: center;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section-head h2 {
  margin-left: auto;
  margin-right: auto;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-section-head p:not(.crays-award-eyebrow) {
  max-width: 820px;
  margin: 22px auto 0;
  opacity: 0.78;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid article,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid article,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-split {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.075);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid article img,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid article img {
  height: 220px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid article h3,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid article p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid article span,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid article h3 {
  margin-left: 20px;
  margin-right: 20px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid article h3,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid article span {
  display: block;
  margin-top: 20px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid article p,
.crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid article h3 {
  margin-top: 12px;
  margin-bottom: 22px;
  opacity: 0.76;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-step-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-split {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-split div {
  padding: 24px;
  background: rgba(6, 19, 30, 0.82);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-split strong {
  display: block;
  color: var(--award-red);
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-size: 40px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-split span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__cards {
  display: grid;
  gap: 12px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__cards article {
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__media {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__media img {
  height: 420px;
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-cta {
  max-width: 940px;
  text-align: center;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-cta h2 {
  margin-left: auto;
  margin-right: auto;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-cta p {
  margin-left: auto;
  margin-right: auto;
}

.crays-mirror.route-crayslifestyle-tribe-award .crays-award-actions--center {
  justify-content: center;
}

@media (max-width: 1180px) {
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-hero__grid,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-intro,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-platform,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanics,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .crays-mirror.route-crayslifestyle-tribe-award,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-page {
    max-width: 100vw;
    overflow-x: hidden;
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-shell {
    width: min(100% - 32px, 1240px);
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-page h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 48px);
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-page h2 {
    max-width: 100%;
    font-size: clamp(30px, 9vw, 42px);
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-hero {
    min-height: auto;
    padding: 76px 0;
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-lead {
    font-size: 19px !important;
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-actions,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-actions a {
    width: 100%;
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-proof-grid,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-step-grid,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-benefit-grid,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__media,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-mini-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-season {
    padding: 22px;
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-platform__image,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-finale__media img {
    height: 300px;
  }

  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-role-grid article img,
  .crays-mirror.route-crayslifestyle-tribe-award .crays-award-mechanic-grid article img {
    height: 230px;
  }
}

/* Crays.fund parity pass for the Crays.org navigation and home hero. */
.crays-mirror .navbar10_component {
  display: block !important;
  height: 74px !important;
  min-height: 74px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.crays-mirror .navbar10_container {
  width: calc(100% - 38px) !important;
  max-width: none !important;
  height: 74px !important;
  min-height: 74px !important;
  margin: 0 19px !important;
  padding: 0 !important;
  gap: 48px !important;
}

.crays-mirror .navbar10_logo-link {
  flex: 0 0 174px !important;
  width: 174px !important;
}

.crays-mirror .navbar10_logo-link img {
  width: 174px !important;
  max-height: 47.5px !important;
  transform: translateY(-1.5px) !important;
}

.crays-mirror .navbar10_menu {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  height: 74px !important;
}

.crays-mirror .navbar10_menu > div:first-child {
  display: flex !important;
  align-items: center !important;
  gap: 52px !important;
  height: 74px !important;
}

.crays-mirror .dropdown-toggle-2,
.crays-mirror .navbar10_menu-dropdown-final.navbar10_link {
  min-height: 74px !important;
}

.crays-mirror .navbar10_menu-right {
  align-items: center !important;
  gap: 12px !important;
  height: 54px !important;
}

.crays-mirror .navbar10_menu-right .button.nav {
  height: 54px !important;
  min-height: 54px !important;
  min-width: 194px !important;
  padding: 0 24px !important;
  box-shadow: none !important;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-icon {
  width: 42px !important;
  height: 42px !important;
}

.crays-mirror .navbar10_menu-right .crays-top-nav-icon svg {
  width: 28px !important;
  height: 28px !important;
}

@media (min-width: 992px) {
  .crays-mirror.route-home .section_header5 {
    height: calc(100vh - 74px) !important;
    height: calc(100dvh - 74px) !important;
    min-height: calc(100vh - 74px) !important;
    min-height: calc(100dvh - 74px) !important;
    max-height: calc(100vh - 74px) !important;
    max-height: calc(100dvh - 74px) !important;
    overflow: hidden !important;
    background: transparent !important;
  }

  .crays-mirror.route-home .section_header5:before {
    content: none !important;
    display: none !important;
  }

  .crays-mirror.route-home .section_header5 .header5_background-image-wrapper {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) !important;
  }

  .crays-mirror.route-home .section_header5 .header5_background-image {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
  }

  .crays-mirror.route-home .section_header5 .image-overlay-layer {
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    background:
      linear-gradient(90deg, rgba(3, 7, 12, 0.82) 0%, rgba(6, 17, 29, 0.66) 38%, rgba(6, 17, 29, 0.36) 70%, rgba(3, 7, 12, 0.62) 100%),
      linear-gradient(180deg, rgba(3, 7, 12, 0.10), rgba(3, 7, 12, 0.46)) !important;
    pointer-events: none !important;
  }

  .crays-mirror.route-home .section_header5 .padding-global,
  .crays-mirror.route-home .section_header5 .container-large.header {
    height: 100% !important;
  }

  .crays-mirror.route-home .section_header5 .container-large.header {
    width: 1280px !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
  }

  .crays-mirror.route-home .section_header5 .header-100vh {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
    overflow: visible !important;
  }

  .crays-mirror.route-home .section_header5 .padding-section-large {
    display: flex !important;
    flex-direction: column !important;
    width: 1280px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-31px) !important;
  }

  .crays-mirror.route-home .section_header5 .max-width-medium.header {
    display: grid !important;
    grid-template-columns: 583.5px 1px 583.5px !important;
    align-items: center !important;
    column-gap: 56px !important;
    width: 1280px !important;
    height: auto !important;
  }

  .crays-mirror.route-home .section_header5 .heading-style-h1 {
    width: 583.5px !important;
    margin: 0 !important;
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: 44px !important;
    line-height: 45.76px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .crays-mirror.route-home .section_header5 .heading-style-h1 * {
    font-family: Montserrat, Arial, sans-serif !important;
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    letter-spacing: inherit !important;
  }

  .crays-mirror.route-home .section_header5 .heading-style-h1 .red-highlight {
    display: inline-block !important;
    white-space: nowrap !important;
  }

  .crays-mirror.route-home .section_header5 .heading-style-h1 .crays-hero-mobile-break {
    display: none !important;
  }

  .crays-mirror.route-home .section_header5 .text-size-medium.header {
    width: 400px !important;
    max-width: 400px !important;
    margin: 0 !important;
    font-size: 18px !important;
    line-height: 25.56px !important;
    font-weight: 300 !important;
  }

  .crays-mirror.route-home .section_header5 .divider-header {
    display: block !important;
    width: 1px !important;
    height: 100px !important;
    margin: 0 !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-blurry-cards {
    position: static !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 583.5px 583.5px !important;
    align-items: start !important;
    justify-content: start !important;
    gap: 16px 113px !important;
    width: 1280px !important;
    height: 294.531px !important;
    margin: 44px 0 0 !important;
    transform: none !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-card {
    box-sizing: content-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    width: 525.5px !important;
    height: 294.531px !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 26px 28px 18px !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    border-radius: 10px !important;
    background: rgba(0, 0, 0, 0.3) !important;
    box-shadow: none !important;
    backdrop-filter: blur(5px) !important;
  }

  .crays-mirror.route-home .section_header5 .wrapper-top-card,
  .crays-mirror.route-home .section_header5 .wrapper-text-box-card {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-card-title {
    margin: 0 0 12px !important;
    font-size: 20px !important;
    line-height: 24.4px !important;
    font-weight: 800 !important;
  }

  .crays-mirror.route-home .section_header5 .text-size-small {
    font-size: 14.4px !important;
    line-height: 19.872px !important;
    font-weight: 400 !important;
  }

  .crays-mirror.route-home .section_header5 .js-clock {
    box-sizing: content-box !important;
    display: flex !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 523.5px !important;
    height: 89px !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
  }

  .crays-mirror.route-home .section_header5 .box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 62px !important;
    height: 65px !important;
    margin: 0 6px !important;
    padding: 12px 4px !important;
  }

  .crays-mirror.route-home .section_header5 .clock-number {
    font-size: 36px !important;
    line-height: 38px !important;
    font-weight: 300 !important;
  }

  .crays-mirror.route-home .section_header5 .clock-label {
    margin: 7px -5px 0 0 !important;
    font-size: 11px !important;
    line-height: 20px !important;
    letter-spacing: 5px !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tiles {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 525.5px !important;
    height: 136px !important;
    margin: 12px 0 0 !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile {
    gap: 14px !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 7px 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: 16px !important;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)) !important;
    box-shadow: none !important;
    backdrop-filter: blur(6px) !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile-mark {
    width: 21px !important;
    height: 26px !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile-kicker {
    font-size: 7px !important;
    line-height: 10px !important;
    font-weight: 900 !important;
  }

  .crays-mirror.route-home .section_header5 .crays-hero-tile-title {
    font-size: 11.2px !important;
    line-height: 12.096px !important;
    font-weight: 900 !important;
  }
}

/* Homepage lifestyle midsection v2: Crays.fund-inspired editorial rhythm without changing content. */
.crays-mirror.route-home :is(
  .crays-association-power,
  .crays-home-projects,
  .crays-tokenized-brand,
  .crays-home-operating-stack,
  .crays-home-membership,
  .crays-home-roadmap
) {
  --home-mid-red: #f31248;
  --home-mid-red-hot: #ff2d63;
  --home-mid-night: #03070c;
  --home-mid-ink: #06131d;
  --home-mid-blue: #071b2a;
  --home-mid-blue-2: #132a62;
  --home-mid-paper: #fffdfa;
  --home-mid-paper-soft: #f4efe8;
  --home-mid-line: rgba(7, 26, 45, 0.12);
  --home-mid-glass: rgba(255, 255, 255, 0.105);
  font-family: Montserrat, Arial, sans-serif;
}

.crays-mirror.route-home :is(.crays-association-power__shell, .crays-home-shell, .crays-tokenized-brand__shell) {
  width: min(1240px, calc(100% - 48px));
}

.crays-mirror.route-home :is(.crays-home-eyebrow, .crays-association-power__eyebrow, .crays-tokenized-brand__eyebrow, .crays-tokenized-brand__manifesto-kicker) {
  margin-bottom: 18px;
  color: var(--home-mid-red);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror.route-home :is(.crays-home-title, .crays-association-power__title, .crays-tokenized-brand__title) {
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.crays-mirror.route-home :is(.crays-home-projects, .crays-home-membership) {
  color: #06131d;
  background:
    linear-gradient(rgba(7, 26, 45, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #f4efe8 46%, #fffdfa 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-home :is(.crays-association-power, .crays-home-operating-stack, .crays-home-roadmap) {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(116deg, #03070c 0%, #06131d 30%, #071b2a 56%, #132a62 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-home .crays-association-power {
  padding: 118px 0 126px;
}

.crays-mirror.route-home .crays-association-power::before {
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.2) 0%, rgba(243, 18, 72, 0.06) 18%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%);
  opacity: 1;
}

.crays-mirror.route-home .crays-association-power__header {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: 66px;
  align-items: center;
}

.crays-mirror.route-home .crays-association-power__title {
  max-width: 15.6ch;
  font-size: 54px;
  line-height: 1.06;
}

.crays-mirror.route-home .crays-association-power__lead {
  max-width: 440px;
  min-height: 206px;
  justify-self: end;
  display: flex;
  align-items: flex-end;
  padding: 34px 36px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-top: 4px solid var(--home-mid-red);
  border-radius: 8px;
  color: #06131d;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(244, 239, 232, 0.96));
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.32);
  font-size: 30px;
  line-height: 1.18;
}

.crays-mirror.route-home .crays-association-power__opener {
  margin-top: 72px;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1fr);
  gap: 28px;
}

.crays-mirror.route-home .crays-association-power__opener .crays-association-power__intro {
  min-height: 452px;
  padding: 44px 42px;
  border-color: rgba(255, 255, 255, 0.54);
  border-left: 6px solid var(--home-mid-red);
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(244, 239, 232, 0.96));
  box-shadow: 0 32px 92px rgba(0, 0, 0, 0.28);
}

.crays-mirror.route-home .crays-association-power__opener .crays-association-power__intro p {
  color: rgba(6, 19, 29, 0.78);
  font-size: 19px;
  line-height: 1.72;
}

.crays-mirror.route-home .crays-association-power__opener .crays-association-power__intro strong {
  color: #06131d;
}

.crays-mirror.route-home .crays-association-power__media {
  min-height: 452px;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.82fr);
  grid-template-rows: 218px 218px;
  gap: 16px;
}

.crays-mirror.route-home .crays-association-power__image,
.crays-mirror.route-home .crays-tokenized-brand__image {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.crays-mirror.route-home .crays-association-power__image::after,
.crays-mirror.route-home .crays-tokenized-brand__image::after {
  background:
    linear-gradient(180deg, rgba(2, 7, 13, 0.03), rgba(2, 7, 13, 0.42)),
    linear-gradient(90deg, rgba(243, 18, 72, 0.1), transparent 34%);
}

.crays-mirror.route-home .crays-association-power__media-badge,
.crays-mirror.route-home .crays-tokenized-brand__badge {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(3, 7, 12, 0.84);
}

.crays-mirror.route-home .crays-association-power__grid {
  margin-top: 20px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-home .crays-association-power__card {
  grid-column: span 4;
  min-height: 292px;
  padding: 28px 26px;
  border-top: 3px solid var(--home-mid-red);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.125), rgba(255, 255, 255, 0.055) 56%, rgba(243, 18, 72, 0.1));
  box-shadow: 0 24px 68px rgba(1, 3, 6, 0.22);
}

.crays-mirror.route-home .crays-association-power__card:nth-child(2) {
  transform: translateY(28px);
}

.crays-mirror.route-home .crays-association-power__card:nth-child(3) {
  transform: translateY(56px);
}

.crays-mirror.route-home .crays-association-power__card > span {
  margin-bottom: 68px;
  color: var(--home-mid-red-hot);
}

.crays-mirror.route-home .crays-association-power__card h3 {
  font-size: 22px;
  line-height: 1.14;
}

.crays-mirror.route-home .crays-association-power__card p {
  font-size: 15.5px;
  line-height: 1.62;
}

.crays-mirror.route-home .crays-association-power__stack {
  margin-top: 82px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
}

.crays-mirror.route-home .crays-association-power__panel {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 38px 40px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.crays-mirror.route-home .crays-association-power__panel--signal {
  border-top-width: 4px;
  background:
    linear-gradient(120deg, rgba(243, 18, 72, 0.18), rgba(255, 255, 255, 0.075) 48%, rgba(19, 42, 98, 0.2));
}

.crays-mirror.route-home .crays-association-power__actions {
  margin-top: 36px;
}

.crays-mirror.route-home .crays-home-projects {
  padding: 120px 0 132px;
}

.crays-mirror.route-home .crays-home-projects::before,
.crays-mirror.route-home .crays-home-membership::before {
  opacity: 0.44;
}

.crays-mirror.route-home .crays-home-projects .crays-home-section-head {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.crays-mirror.route-home .crays-home-projects .crays-home-title {
  max-width: 16ch;
  margin-right: auto;
  margin-left: auto;
  font-size: 50px;
  line-height: 1.08;
}

.crays-mirror.route-home .crays-home-projects .crays-home-intro {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 1.72;
}

.crays-mirror.route-home .crays-home-project-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.crays-mirror.route-home .crays-home-project-card {
  position: relative;
  grid-column: span 4;
  border-color: rgba(7, 26, 45, 0.12);
  background: rgba(255, 253, 250, 0.94);
  box-shadow: 0 28px 82px rgba(7, 15, 24, 0.12);
}

.crays-mirror.route-home .crays-home-project-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  z-index: 2;
  background: linear-gradient(90deg, var(--home-mid-red), rgba(243, 18, 72, 0));
}

.crays-mirror.route-home .crays-home-project-card:nth-child(1) {
  grid-column: span 7;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
}

.crays-mirror.route-home .crays-home-project-card:nth-child(2) {
  grid-column: span 5;
}

.crays-mirror.route-home .crays-home-project-card:nth-child(3),
.crays-mirror.route-home .crays-home-project-card:nth-child(4),
.crays-mirror.route-home .crays-home-project-card:nth-child(5) {
  grid-column: span 4;
}

.crays-mirror.route-home .crays-home-project-card:nth-child(6) {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(360px, 0.46fr);
  background:
    linear-gradient(90deg, rgba(3, 7, 12, 0.88) 0%, rgba(7, 27, 42, 0.85) 46%, rgba(19, 42, 98, 0.74) 100%),
    #06131d;
}

.crays-mirror.route-home .crays-home-project-card:nth-child(6) .crays-home-eyebrow,
.crays-mirror.route-home .crays-home-project-card:nth-child(6) h3,
.crays-mirror.route-home .crays-home-project-card:nth-child(6) strong,
.crays-mirror.route-home .crays-home-project-card:nth-child(6) .crays-home-button--text {
  color: #fff;
}

.crays-mirror.route-home .crays-home-project-card:nth-child(6) .crays-home-project-card__copy {
  color: rgba(255, 255, 255, 0.76);
}

.crays-mirror.route-home .crays-home-project-card:nth-child(1) .crays-home-project-card__image,
.crays-mirror.route-home .crays-home-project-card:nth-child(6) .crays-home-project-card__image {
  aspect-ratio: auto;
  min-height: 100%;
}

.crays-mirror.route-home .crays-home-project-card:nth-child(2) .crays-home-project-card__image {
  aspect-ratio: 16 / 12;
}

.crays-mirror.route-home .crays-home-project-card__image {
  aspect-ratio: 16 / 11;
}

.crays-mirror.route-home .crays-home-project-card__image::after {
  background:
    linear-gradient(180deg, rgba(7, 26, 45, 0.02), rgba(7, 26, 45, 0.44)),
    linear-gradient(90deg, rgba(243, 18, 72, 0.14), transparent 44%);
}

.crays-mirror.route-home .crays-home-project-card__body {
  padding: 30px 30px 28px;
}

.crays-mirror.route-home .crays-home-project-card h3 {
  font-size: 26px;
  line-height: 1.08;
}

.crays-mirror.route-home .crays-home-project-card__copy {
  font-size: 16px;
  line-height: 1.62;
}

.crays-mirror.route-home .crays-home-project-card .crays-home-button--text {
  padding-top: 26px;
}

.crays-mirror.route-home .crays-tokenized-brand {
  padding: 112px 0 126px;
  background:
    linear-gradient(rgba(7, 26, 45, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #f4efe8 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-home .crays-tokenized-brand::before {
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.04), rgba(3, 7, 12, 0)),
    linear-gradient(90deg, rgba(243, 18, 72, 0.1), transparent 34%, rgba(19, 42, 98, 0.08));
  opacity: 1;
}

.crays-mirror.route-home .crays-tokenized-brand__shell {
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 46px;
  padding: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--home-mid-red);
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(125deg, #03070c 0%, #071b2a 56%, #2b1735 100%);
  background-size: 86px 86px, 86px 86px, auto;
  box-shadow: 0 34px 100px rgba(7, 15, 24, 0.24);
}

.crays-mirror.route-home .crays-tokenized-brand__copy {
  max-width: 570px;
}

.crays-mirror.route-home .crays-tokenized-brand__title {
  max-width: 10ch;
  font-size: 68px;
  line-height: 1.04;
}

.crays-mirror.route-home .crays-tokenized-brand__lead {
  max-width: 560px;
  font-size: 25px;
  line-height: 1.34;
}

.crays-mirror.route-home .crays-tokenized-brand__intro,
.crays-mirror.route-home .crays-tokenized-brand__manifesto p {
  font-size: 17px;
  line-height: 1.68;
}

.crays-mirror.route-home .crays-tokenized-brand__manifesto {
  width: 100%;
  margin: 0 0 18px;
  padding: 30px 32px;
  color: #06131d;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98), rgba(244, 239, 232, 0.96));
  text-align: left;
}

.crays-mirror.route-home .crays-tokenized-brand__manifesto p {
  max-width: none;
  color: rgba(6, 19, 29, 0.78);
}

.crays-mirror.route-home .crays-tokenized-brand__manifesto strong {
  color: #06131d;
}

.crays-mirror.route-home .crays-tokenized-brand__media {
  grid-template-rows: 180px 180px;
  min-height: 376px;
}

.crays-mirror.route-home .crays-home-operating-stack {
  padding: 124px 0 130px;
}

.crays-mirror.route-home .crays-home-operating-stack::before {
  opacity: 0.5;
}

.crays-mirror.route-home .crays-home-operating-stack .crays-home-section-head--split {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr);
  gap: 52px;
}

.crays-mirror.route-home .crays-home-operating-stack .crays-home-title {
  max-width: 16ch;
  font-size: 50px;
  line-height: 1.08;
}

.crays-mirror.route-home .crays-home-operating-stack .crays-home-intro {
  max-width: 720px;
  font-size: 17.5px;
  line-height: 1.72;
}

.crays-mirror.route-home .crays-home-formula-card {
  min-height: 100%;
  padding: 38px 38px 36px;
  border-top-width: 4px;
  background: linear-gradient(180deg, #fffdfa 0%, #f4efe8 100%);
}

.crays-mirror.route-home .crays-home-formula-card strong {
  font-size: 32px;
  line-height: 1.1;
}

.crays-mirror.route-home .crays-home-layer-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.crays-mirror.route-home .crays-home-layer-card {
  position: relative;
  grid-column: span 4;
  min-height: 286px;
  padding: 28px 26px;
  border-top: 3px solid var(--home-mid-red);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055) 55%, rgba(243, 18, 72, 0.11)),
    rgba(255, 255, 255, 0.05);
}

.crays-mirror.route-home .crays-home-layer-card:nth-child(1) {
  grid-column: span 5;
}

.crays-mirror.route-home .crays-home-layer-card:nth-child(2) {
  grid-column: span 4;
  transform: translateY(26px);
}

.crays-mirror.route-home .crays-home-layer-card:nth-child(3) {
  grid-column: span 3;
}

.crays-mirror.route-home .crays-home-layer-card:nth-child(4),
.crays-mirror.route-home .crays-home-layer-card:nth-child(5) {
  grid-column: span 6;
  min-height: 236px;
}

.crays-mirror.route-home .crays-home-layer-card h3 {
  font-size: 24px;
  line-height: 1.12;
}

.crays-mirror.route-home .crays-home-layer-card p {
  font-size: 15.5px;
  line-height: 1.62;
}

.crays-mirror.route-home .crays-home-membership {
  padding: 118px 0 126px;
}

.crays-mirror.route-home .crays-home-membership__intro {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.72fr);
  gap: 34px 72px;
  align-items: end;
  margin-bottom: 48px;
}

.crays-mirror.route-home .crays-home-membership__intro .crays-home-eyebrow {
  grid-column: 1 / -1;
}

.crays-mirror.route-home .crays-home-membership__intro .crays-home-title {
  max-width: 17ch;
  font-size: 46px;
  line-height: 1.1;
}

.crays-mirror.route-home .crays-home-membership__intro .crays-home-intro {
  margin: 0;
  padding: 30px 32px;
  border: 1px solid var(--home-mid-line);
  border-left: 4px solid var(--home-mid-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 64px rgba(7, 15, 24, 0.09);
  font-size: 17px;
  line-height: 1.66;
}

.crays-mirror.route-home .crays-home-member-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-home .crays-home-member-card {
  grid-column: span 3;
  min-height: 246px;
  padding: 28px 24px 26px;
  border-top: 3px solid var(--home-mid-red);
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 24px 70px rgba(7, 15, 24, 0.1);
}

.crays-mirror.route-home .crays-home-member-card:nth-child(2),
.crays-mirror.route-home .crays-home-member-card:nth-child(4) {
  transform: translateY(28px);
}

.crays-mirror.route-home .crays-home-member-card h3 {
  font-size: 23px;
}

.crays-mirror.route-home .crays-home-membership__panel {
  margin-top: 74px;
  padding: 42px 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--home-mid-red);
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(118deg, #03070c 0%, #071b2a 55%, #132a62 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-home .crays-home-membership__panel p:not(.crays-home-eyebrow) {
  max-width: 920px;
  color: rgba(255, 255, 255, 0.8);
}

.crays-mirror.route-home .crays-home-membership__panel strong {
  color: #fff;
}

.crays-mirror.route-home .crays-home-roadmap {
  padding: 122px 0 132px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(6, 19, 29, 0.86) 0%, rgba(3, 7, 12, 0.96) 58%, rgba(3, 7, 12, 0.99) 100%),
    url("/assets/curated/crays-dubai-global-network-background.webp") center / cover no-repeat;
  background-size: 86px 86px, 86px 86px, auto, cover;
}

.crays-mirror.route-home .crays-home-roadmap .crays-home-section-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.62fr);
  gap: 56px;
  align-items: end;
}

.crays-mirror.route-home .crays-home-roadmap .crays-home-eyebrow {
  grid-column: 1 / -1;
}

.crays-mirror.route-home .crays-home-roadmap .crays-home-title {
  max-width: 16ch;
  font-size: 50px;
  line-height: 1.08;
}

.crays-mirror.route-home .crays-home-roadmap .crays-home-intro {
  margin: 0;
  padding: 28px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid var(--home-mid-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.crays-mirror.route-home .crays-home-roadmap-grid {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 66px;
}

.crays-mirror.route-home .crays-home-roadmap-grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--home-mid-red), rgba(255, 255, 255, 0.18), rgba(243, 18, 72, 0.18));
}

.crays-mirror.route-home .crays-home-roadmap-card {
  position: relative;
  min-height: 326px;
  padding: 32px 26px 28px;
  border-top: 3px solid var(--home-mid-red);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.065) 58%, rgba(243, 18, 72, 0.1)),
    rgba(3, 7, 12, 0.2);
}

.crays-mirror.route-home .crays-home-roadmap-card:nth-child(2) {
  transform: translateY(34px);
}

.crays-mirror.route-home .crays-home-roadmap-card:nth-child(3) {
  transform: translateY(68px);
}

.crays-mirror.route-home .crays-home-roadmap-card:nth-child(4) {
  transform: translateY(18px);
}

.crays-mirror.route-home .crays-home-roadmap-card h3 {
  font-size: 23px;
  line-height: 1.12;
}

.crays-mirror.route-home .crays-home-roadmap-card p {
  font-size: 15.5px;
  line-height: 1.62;
}

@media (max-width: 1180px) {
  .crays-mirror.route-home .crays-association-power__title,
  .crays-mirror.route-home .crays-home-projects .crays-home-title,
  .crays-mirror.route-home .crays-home-operating-stack .crays-home-title,
  .crays-mirror.route-home .crays-home-roadmap .crays-home-title {
    font-size: 44px;
  }

  .crays-mirror.route-home .crays-tokenized-brand__title {
    font-size: 58px;
  }

  .crays-mirror.route-home .crays-home-project-card:nth-child(1),
  .crays-mirror.route-home .crays-home-project-card:nth-child(2),
  .crays-mirror.route-home .crays-home-project-card:nth-child(3),
  .crays-mirror.route-home .crays-home-project-card:nth-child(4),
  .crays-mirror.route-home .crays-home-project-card:nth-child(5),
  .crays-mirror.route-home .crays-home-project-card:nth-child(6) {
    grid-column: span 6;
    display: flex;
  }

  .crays-mirror.route-home .crays-home-project-card:nth-child(6) {
    grid-column: span 12;
  }

  .crays-mirror.route-home .crays-home-layer-card:nth-child(1),
  .crays-mirror.route-home .crays-home-layer-card:nth-child(2),
  .crays-mirror.route-home .crays-home-layer-card:nth-child(3),
  .crays-mirror.route-home .crays-home-layer-card:nth-child(4),
  .crays-mirror.route-home .crays-home-layer-card:nth-child(5) {
    grid-column: span 6;
    transform: none;
  }

  .crays-mirror.route-home .crays-home-member-card {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .crays-mirror.route-home :is(.crays-association-power, .crays-home-projects, .crays-tokenized-brand, .crays-home-operating-stack, .crays-home-membership, .crays-home-roadmap) {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .crays-mirror.route-home :is(.crays-association-power__shell, .crays-home-shell, .crays-tokenized-brand__shell) {
    width: min(100% - 32px, 1240px);
  }

  .crays-mirror.route-home .crays-association-power__header,
  .crays-mirror.route-home .crays-association-power__opener,
  .crays-mirror.route-home .crays-association-power__stack,
  .crays-mirror.route-home .crays-home-operating-stack .crays-home-section-head--split,
  .crays-mirror.route-home .crays-tokenized-brand__shell,
  .crays-mirror.route-home .crays-home-membership__intro,
  .crays-mirror.route-home .crays-home-roadmap .crays-home-section-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .crays-mirror.route-home .crays-association-power__title,
  .crays-mirror.route-home .crays-home-projects .crays-home-title,
  .crays-mirror.route-home .crays-tokenized-brand__title,
  .crays-mirror.route-home .crays-home-operating-stack .crays-home-title,
  .crays-mirror.route-home .crays-home-membership__intro .crays-home-title,
  .crays-mirror.route-home .crays-home-roadmap .crays-home-title {
    max-width: 100%;
    font-size: 36px;
    line-height: 1.12;
  }

  .crays-mirror.route-home .crays-association-power__lead {
    justify-self: stretch;
    max-width: none;
    min-height: 0;
    font-size: 24px;
  }

  .crays-mirror.route-home .crays-association-power__opener .crays-association-power__intro {
    min-height: 0;
  }

  .crays-mirror.route-home .crays-association-power__media {
    min-height: 420px;
    grid-template-rows: 202px 202px;
  }

  .crays-mirror.route-home .crays-association-power__card,
  .crays-mirror.route-home .crays-home-project-card,
  .crays-mirror.route-home .crays-home-project-card:nth-child(1),
  .crays-mirror.route-home .crays-home-project-card:nth-child(2),
  .crays-mirror.route-home .crays-home-project-card:nth-child(3),
  .crays-mirror.route-home .crays-home-project-card:nth-child(4),
  .crays-mirror.route-home .crays-home-project-card:nth-child(5),
  .crays-mirror.route-home .crays-home-project-card:nth-child(6),
  .crays-mirror.route-home .crays-home-layer-card,
  .crays-mirror.route-home .crays-home-member-card,
  .crays-mirror.route-home .crays-home-roadmap-card {
    grid-column: 1 / -1;
    transform: none;
  }

  .crays-mirror.route-home .crays-tokenized-brand__shell {
    padding: 30px 22px;
  }

  .crays-mirror.route-home .crays-home-roadmap-grid::before {
    left: 18px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 2px;
    height: auto;
  }

  .crays-mirror.route-home .crays-home-roadmap-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 34px;
  }
}

@media (max-width: 560px) {
  .crays-mirror.route-home :is(.crays-association-power, .crays-home-projects, .crays-tokenized-brand, .crays-home-operating-stack, .crays-home-membership, .crays-home-roadmap) {
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .crays-mirror.route-home .crays-association-power__title,
  .crays-mirror.route-home .crays-home-projects .crays-home-title,
  .crays-mirror.route-home .crays-tokenized-brand__title,
  .crays-mirror.route-home .crays-home-operating-stack .crays-home-title,
  .crays-mirror.route-home .crays-home-membership__intro .crays-home-title,
  .crays-mirror.route-home .crays-home-roadmap .crays-home-title {
    font-size: 31px;
  }

  .crays-mirror.route-home :is(
    .crays-association-power__lead,
    .crays-association-power__opener .crays-association-power__intro,
    .crays-association-power__card,
    .crays-association-power__panel,
    .crays-home-project-card__body,
    .crays-tokenized-brand__manifesto,
    .crays-home-formula-card,
    .crays-home-layer-card,
    .crays-home-membership__intro .crays-home-intro,
    .crays-home-member-card,
    .crays-home-membership__panel,
    .crays-home-roadmap .crays-home-intro,
    .crays-home-roadmap-card
  ) {
    padding: 22px;
  }

  .crays-mirror.route-home .crays-association-power__media,
  .crays-mirror.route-home .crays-tokenized-brand__media {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .crays-mirror.route-home .crays-association-power__image,
  .crays-mirror.route-home .crays-tokenized-brand__image {
    height: 210px;
  }

  .crays-mirror.route-home .crays-association-power__image--main,
  .crays-mirror.route-home .crays-tokenized-brand__image--main {
    height: 300px;
  }

  .crays-mirror.route-home .crays-home-project-grid,
  .crays-mirror.route-home .crays-home-layer-grid,
  .crays-mirror.route-home .crays-home-member-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-home .crays-home-project-card h3,
  .crays-mirror.route-home .crays-home-layer-card h3,
  .crays-mirror.route-home .crays-home-member-card h3,
  .crays-mirror.route-home .crays-home-roadmap-card h3 {
    font-size: 22px;
  }
}

.crays-mirror.route-home .crays-home-lifestyle-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin: 48px 0 24px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail__image {
  position: relative;
  overflow: hidden;
  min-height: 236px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #071b2a;
  box-shadow: 0 28px 78px rgba(1, 3, 6, 0.24);
}

.crays-mirror.route-home .crays-home-lifestyle-rail__image::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 4px;
  background: linear-gradient(90deg, #f31248, rgba(243, 18, 72, 0));
}

.crays-mirror.route-home .crays-home-lifestyle-rail__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0.02), rgba(3, 7, 12, 0.44)),
    linear-gradient(90deg, rgba(243, 18, 72, 0.12), transparent 46%);
}

.crays-mirror.route-home .crays-home-lifestyle-rail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 480ms ease;
}

.crays-mirror.route-home .crays-home-lifestyle-rail__image:hover img {
  transform: scale(1.035);
}

.crays-mirror.route-home .crays-home-lifestyle-rail__image--wide {
  grid-column: span 4;
}

.crays-mirror.route-home .crays-home-lifestyle-rail__image--portrait {
  grid-column: span 2;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--operating {
  margin-top: 12px;
  margin-bottom: 42px;
  align-items: stretch;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(1) {
  grid-column: span 4;
  min-height: 292px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(2) {
  grid-column: span 2;
  min-height: 292px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(3),
.crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(4) {
  grid-column: span 3;
  min-height: 292px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--membership {
  margin-top: -10px;
  margin-bottom: 48px;
  padding: 16px;
  border: 1px solid rgba(7, 26, 45, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.82), rgba(244, 239, 232, 0.64)),
    rgba(255, 253, 250, 0.72);
  box-shadow: 0 28px 82px rgba(7, 15, 24, 0.11);
}

.crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image {
  border-color: rgba(7, 26, 45, 0.12);
  box-shadow: none;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(1) {
  grid-column: span 5;
  min-height: 318px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(2) {
  grid-column: span 2;
  min-height: 318px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(3) {
  grid-column: span 3;
  min-height: 318px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(4) {
  grid-column: span 2;
  min-height: 318px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--roadmap {
  margin-top: 8px;
  margin-bottom: 58px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
}

.crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(1),
.crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(3) {
  grid-column: span 4;
  min-height: 214px;
}

.crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(2),
.crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(4) {
  grid-column: span 2;
  min-height: 214px;
}

.crays-mirror.route-home .crays-home-roadmap-grid {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .crays-mirror.route-home .crays-home-lifestyle-rail__image--wide,
  .crays-mirror.route-home .crays-home-lifestyle-rail__image--portrait,
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(1),
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(2),
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(3),
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(4),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(1),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(2),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(3),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(4),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(1),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(2),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(3),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(4) {
    grid-column: span 6;
    min-height: 250px;
  }
}

@media (max-width: 680px) {
  .crays-mirror.route-home .crays-home-lifestyle-rail {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin: 30px 0;
  }

  .crays-mirror.route-home .crays-home-lifestyle-rail--membership,
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap {
    padding: 10px;
  }

  .crays-mirror.route-home .crays-home-lifestyle-rail__image,
  .crays-mirror.route-home .crays-home-lifestyle-rail__image--wide,
  .crays-mirror.route-home .crays-home-lifestyle-rail__image--portrait,
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(1),
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(2),
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(3),
  .crays-mirror.route-home .crays-home-lifestyle-rail--operating .crays-home-lifestyle-rail__image:nth-child(4),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(1),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(2),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(3),
  .crays-mirror.route-home .crays-home-lifestyle-rail--membership .crays-home-lifestyle-rail__image:nth-child(4),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(1),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(2),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(3),
  .crays-mirror.route-home .crays-home-lifestyle-rail--roadmap .crays-home-lifestyle-rail__image:nth-child(4) {
    grid-column: 1 / -1;
    min-height: 220px;
  }
}

@media (max-width: 991px) {
  .crays-mirror .navbar10_menu:not(.w--open) {
    display: none !important;
  }

  .crays-mirror .navbar10_menu.w--open {
    left: 16px !important;
    right: 16px !important;
    width: auto !important;
    max-width: calc(100vw - 32px) !important;
  }
}

@media (max-width: 820px) {
  .crays-mirror.route-home .crays-mid-cta-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(100% - 32px, 1280px) !important;
  }

  .crays-mirror.route-home .crays-mid-cta-column-left,
  .crays-mirror.route-home .crays-mid-cta-column-right {
    width: 100% !important;
    max-width: 100% !important;
    flex: initial !important;
  }

  .crays-mirror.route-home .crays-mid-cta-title {
    width: 100% !important;
    max-width: 100% !important;
  }

  .crays-mirror.route-home .crays-mid-cta-divider {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 1px !important;
    height: 1px !important;
    margin: 0 !important;
  }
}

/* Crays Franchise page */
.crays-mirror.route-craysworld-franchise {
  background: #fffdfa;
}

.crays-mirror.route-craysworld-franchise .crays-franchise {
  --franchise-red: #f31248;
  --franchise-red-hot: #ff2d63;
  --franchise-night: #03070c;
  --franchise-ink: #06131d;
  --franchise-blue: #071b2a;
  --franchise-paper: #fffdfa;
  --franchise-paper-soft: #f4efe8;
  color: var(--franchise-ink);
  font-family: Montserrat, Arial, sans-serif;
  overflow: hidden;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-shell,
.crays-mirror.route-craysworld-franchise .crays-franchise-hero__inner {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.crays-mirror.route-craysworld-franchise .crays-franchise :is(h1, h2) {
  margin: 0;
  font-family: "Krona One", Montserrat, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.crays-mirror.route-craysworld-franchise .crays-franchise :is(h3, strong) {
  color: inherit;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 900;
}

.crays-mirror.route-craysworld-franchise .crays-franchise p {
  margin: 0;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-eyebrow {
  margin: 0 0 16px;
  color: var(--franchise-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--franchise-red);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--franchise-red-hot), var(--franchise-red));
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-button:hover {
  transform: translateY(-1px);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-button--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 74px);
  padding: clamp(92px, 8vw, 134px) 0;
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(115deg, rgba(3, 7, 12, 0.96) 0%, rgba(7, 27, 42, 0.9) 45%, rgba(19, 42, 98, 0.72) 100%),
    url("/assets/stock/global-living-lounge.webp") center / cover no-repeat;
  background-size: 86px 86px, 86px 86px, auto, cover;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(243, 18, 72, 0.18), transparent 30%, rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, transparent 0%, rgba(3, 7, 12, 0.5) 100%);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.86fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero h1 {
  max-width: 14.4ch;
  color: #fff;
  font-size: clamp(46px, 4.9vw, 78px);
  line-height: 1.03;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__lead {
  max-width: 720px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.64;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.78fr);
  grid-template-rows: 236px 236px;
  gap: 16px;
  min-height: 488px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: #071b2a;
  box-shadow: 0 32px 88px rgba(0, 0, 0, 0.34);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 7, 12, 0), rgba(3, 7, 12, 0.2)),
    linear-gradient(90deg, rgba(243, 18, 72, 0.06), transparent 45%);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__image img,
.crays-mirror.route-craysworld-franchise .crays-franchise :is(.crays-franchise-gallery, .crays-franchise-format-grid) img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__image img {
  filter: saturate(1.08) brightness(1.08);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__image--main {
  grid-row: 1 / 3;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  width: min(280px, calc(100% - 44px));
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-top: 3px solid var(--franchise-red);
  border-radius: 8px;
  background: rgba(3, 7, 12, 0.82);
  backdrop-filter: blur(16px);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__badge span {
  display: block;
  margin-bottom: 6px;
  color: var(--franchise-red-hot);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-hero__badge strong {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-manifesto, .crays-franchise-fit, .crays-franchise-economics, .crays-franchise-formats, .crays-franchise-apply) {
  padding: clamp(86px, 8vw, 128px) 0;
  background:
    linear-gradient(rgba(7, 26, 45, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #fffdfa 0%, #f4efe8 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-benchmark, .crays-franchise-stack, .crays-franchise-token, .crays-franchise-conversion, .crays-franchise-standards, .crays-franchise-europe) {
  padding: clamp(86px, 8vw, 128px) 0;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-benchmark, .crays-franchise-stack, .crays-franchise-standards, .crays-franchise-europe) {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(116deg, #03070c 0%, #06131d 34%, #071b2a 62%, #132a62 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-section-head {
  max-width: 880px;
  margin-bottom: clamp(34px, 4.2vw, 56px);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-section-head--center {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-section-head--split,
.crays-mirror.route-craysworld-franchise .crays-franchise-manifesto__grid,
.crays-mirror.route-craysworld-franchise .crays-franchise-fit__grid,
.crays-mirror.route-craysworld-franchise .crays-franchise-token__grid,
.crays-mirror.route-craysworld-franchise .crays-franchise-economics__grid,
.crays-mirror.route-craysworld-franchise .crays-franchise-europe__grid,
.crays-mirror.route-craysworld-franchise .crays-franchise-apply__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.crays-mirror.route-craysworld-franchise .crays-franchise :is(.crays-franchise-section-head, .crays-franchise-manifesto__grid, .crays-franchise-fit__copy, .crays-franchise-token__copy, .crays-franchise-economics__grid, .crays-franchise-europe__grid, .crays-franchise-apply__grid) h2 {
  max-width: 15.5ch;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.06;
}

.crays-mirror.route-craysworld-franchise .crays-franchise :is(.crays-franchise-section-head, .crays-franchise-manifesto__card, .crays-franchise-fit__copy, .crays-franchise-token__copy, .crays-franchise-economics__grid, .crays-franchise-europe__grid, .crays-franchise-apply__grid) > p,
.crays-mirror.route-craysworld-franchise .crays-franchise-section-head--split > p {
  margin-top: 24px;
  color: rgba(6, 19, 29, 0.72);
  font-size: 17.5px;
  line-height: 1.72;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-benchmark, .crays-franchise-stack, .crays-franchise-standards, .crays-franchise-europe) :is(.crays-franchise-section-head, .crays-franchise-section-head--split, .crays-franchise-europe__grid) > p,
.crays-mirror.route-craysworld-franchise :is(.crays-franchise-benchmark, .crays-franchise-stack, .crays-franchise-standards, .crays-franchise-europe) .crays-franchise-section-head--split > p {
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-manifesto__card,
.crays-mirror.route-craysworld-franchise .crays-franchise-apply__card {
  padding: 38px 40px;
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-left: 5px solid var(--franchise-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 82px rgba(7, 15, 24, 0.1);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-manifesto__card p + p {
  margin-top: 18px;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps) {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps) article {
  grid-column: span 3;
  min-height: 280px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 3px solid var(--franchise-red);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055) 56%, rgba(243, 18, 72, 0.1));
  box-shadow: 0 24px 68px rgba(1, 3, 6, 0.24);
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps) article > span,
.crays-mirror.route-craysworld-franchise .crays-franchise-token__panel article > span,
.crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article span {
  display: block;
  margin-bottom: 46px;
  color: var(--franchise-red-hot);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.crays-mirror.route-craysworld-franchise .crays-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps, .crays-franchise-fit__tiles, .crays-franchise-economics__items, .crays-franchise-apply__card) h3 {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 1.14;
}

.crays-mirror.route-craysworld-franchise .crays-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps, .crays-franchise-token__panel, .crays-franchise-format-grid, .crays-franchise-fit__tiles, .crays-franchise-economics__items) p,
.crays-mirror.route-craysworld-franchise .crays-franchise-fit__tiles span,
.crays-mirror.route-craysworld-franchise .crays-franchise-economics__items span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 15.5px;
  line-height: 1.62;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-fit__tiles,
.crays-mirror.route-craysworld-franchise .crays-franchise-economics__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-fit__tiles, .crays-franchise-economics__items) article {
  padding: 24px;
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-top: 3px solid var(--franchise-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 58px rgba(7, 15, 24, 0.08);
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-fit__tiles, .crays-franchise-economics__items) strong,
.crays-mirror.route-craysworld-franchise .crays-franchise-fit__tiles span,
.crays-mirror.route-craysworld-franchise .crays-franchise-economics__items span {
  display: block;
}

.crays-mirror.route-craysworld-franchise :is(.crays-franchise-fit__tiles, .crays-franchise-economics__items) span {
  margin-top: 12px;
  color: rgba(6, 19, 29, 0.68);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 1fr 0.9fr;
  gap: 16px;
  padding: 16px;
  background: #03070c;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-gallery figure {
  position: relative;
  min-height: clamp(260px, 26vw, 430px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-gallery figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(3, 7, 12, 0.38));
}

.crays-mirror.route-craysworld-franchise .crays-franchise-token {
  color: #fff;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(118deg, #03070c 0%, #071b2a 46%, #2b1735 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-token__copy p {
  color: rgba(255, 255, 255, 0.78);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-token__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-token__panel article {
  min-height: 218px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 3px solid var(--franchise-red);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055) 56%, rgba(243, 18, 72, 0.1));
}

.crays-mirror.route-craysworld-franchise .crays-franchise-token__panel article > span {
  margin-bottom: 32px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-token__panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-conversion {
  background:
    linear-gradient(rgba(7, 26, 45, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 26, 45, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f4efe8 0%, #fffdfa 100%);
  background-size: 86px 86px, 86px 86px, auto;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-conversion .crays-franchise-steps article {
  grid-column: span 4;
  min-height: 236px;
  color: #06131d;
  border-color: rgba(7, 26, 45, 0.12);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(7, 15, 24, 0.1);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-conversion .crays-franchise-steps p {
  color: rgba(6, 19, 29, 0.72);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  overflow: hidden;
  border: 1px solid rgba(7, 26, 45, 0.12);
  border-top: 4px solid var(--franchise-red);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 78px rgba(7, 15, 24, 0.1);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article img {
  min-height: 310px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article div {
  padding: 28px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article span {
  margin-bottom: 28px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article p {
  color: rgba(6, 19, 29, 0.72);
}

.crays-mirror.route-craysworld-franchise .crays-franchise-standard-grid article {
  grid-column: span 4;
  min-height: 240px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-city-grid span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 3px solid var(--franchise-red);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055) 56%, rgba(243, 18, 72, 0.1));
  color: #fff;
  font-weight: 900;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-apply__card ul {
  margin: 18px 0 26px;
  padding-left: 18px;
  color: rgba(6, 19, 29, 0.72);
  font-size: 15.5px;
  line-height: 1.7;
}

.crays-mirror.route-craysworld-franchise .crays-franchise-apply__card li + li {
  margin-top: 8px;
}

@media (max-width: 1120px) {
  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__inner,
  .crays-mirror.route-craysworld-franchise .crays-franchise-section-head--split,
  .crays-mirror.route-craysworld-franchise .crays-franchise-manifesto__grid,
  .crays-mirror.route-craysworld-franchise .crays-franchise-fit__grid,
  .crays-mirror.route-craysworld-franchise .crays-franchise-token__grid,
  .crays-mirror.route-craysworld-franchise .crays-franchise-economics__grid,
  .crays-mirror.route-craysworld-franchise .crays-franchise-europe__grid,
  .crays-mirror.route-craysworld-franchise .crays-franchise-apply__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-craysworld-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps) article,
  .crays-mirror.route-craysworld-franchise .crays-franchise-conversion .crays-franchise-steps article,
  .crays-mirror.route-craysworld-franchise .crays-franchise-standard-grid article {
    grid-column: span 6;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-format-grid,
  .crays-mirror.route-craysworld-franchise .crays-franchise-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .crays-mirror.route-craysworld-franchise .crays-franchise-shell,
  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__inner {
    width: min(100% - 32px, 1240px);
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero {
    min-height: 0;
    padding: 72px 0;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero h1,
  .crays-mirror.route-craysworld-franchise .crays-franchise :is(.crays-franchise-section-head, .crays-franchise-manifesto__grid, .crays-franchise-fit__copy, .crays-franchise-token__copy, .crays-franchise-economics__grid, .crays-franchise-europe__grid, .crays-franchise-apply__grid) h2 {
    max-width: 100%;
    font-size: 33px;
    line-height: 1.12;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__stage {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__image {
    height: 220px;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__image--main {
    height: 310px;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-hero__badge {
    position: static;
    width: auto;
  }

  .crays-mirror.route-craysworld-franchise :is(.crays-franchise-manifesto, .crays-franchise-fit, .crays-franchise-economics, .crays-franchise-formats, .crays-franchise-apply, .crays-franchise-benchmark, .crays-franchise-stack, .crays-franchise-token, .crays-franchise-conversion, .crays-franchise-standards, .crays-franchise-europe) {
    padding: 68px 0;
  }

  .crays-mirror.route-craysworld-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps),
  .crays-mirror.route-craysworld-franchise .crays-franchise-fit__tiles,
  .crays-mirror.route-craysworld-franchise .crays-franchise-economics__items,
  .crays-mirror.route-craysworld-franchise .crays-franchise-token__panel,
  .crays-mirror.route-craysworld-franchise .crays-franchise-format-grid,
  .crays-mirror.route-craysworld-franchise .crays-franchise-gallery,
  .crays-mirror.route-craysworld-franchise .crays-franchise-city-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-craysworld-franchise :is(.crays-franchise-proof-grid, .crays-franchise-stack-grid, .crays-franchise-standard-grid, .crays-franchise-steps) article,
  .crays-mirror.route-craysworld-franchise .crays-franchise-conversion .crays-franchise-steps article,
  .crays-mirror.route-craysworld-franchise .crays-franchise-standard-grid article {
    grid-column: 1 / -1;
    min-height: 0;
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article {
    grid-template-columns: minmax(0, 1fr);
  }

  .crays-mirror.route-craysworld-franchise .crays-franchise-format-grid article img,
  .crays-mirror.route-craysworld-franchise .crays-franchise-gallery figure {
    min-height: 230px;
  }

  .crays-mirror.route-craysworld-franchise :is(.crays-franchise-manifesto__card, .crays-franchise-apply__card, .crays-franchise-format-grid article div) {
    padding: 24px;
  }
}
